@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(../fonts/ShipporiMincho-Bold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-ExtraBold";
  src: url(../fonts/ShipporiMincho-ExtraBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  src: url(../fonts/ShipporiMincho-Medium.ttf);
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  src: url(../fonts/ShipporiMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Regular";
  src: url(../fonts/ShipporiMincho-Regular.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(../fonts/ShipporiMincho-Bold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-ExtraBold";
  src: url(../fonts/ShipporiMincho-ExtraBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  src: url(../fonts/ShipporiMincho-Medium.ttf);
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  src: url(../fonts/ShipporiMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Regular";
  src: url(../fonts/ShipporiMincho-Regular.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-note {
  line-height: 1;
}

.com-box01 {
  margin-top: 40px;
  padding: 25px 15px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-icon.png) no-repeat left 3px/18px;
}
.com-tel-svg {
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
}

.com-btn01::after {
  width: 16px;
  height: 16px;
  top: 5px;
}

.com-line {
  padding: 13px;
}
.com-line::before {
  width: 21px;
  height: 21px;
  margin-right: 15px;
}

.com-mail {
  padding: 13px;
}
.com-mail::before {
  width: 22px;
  height: 19px;
  margin-right: 15px;
}

.com-ttl01 {
  writing-mode: horizontal-tb;
  text-align: center;
  margin-left: 0 !important;
  margin-top: 25px;
}

.com-ttl02 {
  letter-spacing: 0.05em;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-sv {
  padding-top: 50vw;
}

.com-table01 {
  border-spacing: 0;
}
.com-table01 tr:first-of-type td {
  border-top: none;
}
.com-table01 tr:last-of-type td {
  border-bottom: 1px solid #333333;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.com-table01 td {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #333333;
}

.com-time {
  padding-right: 20px;
}

.com-banner {
  width: 90%;
  max-width: unset;
  height: 150px;
  margin: 50px auto;
}
.com-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 75px;
}
#top-news .container-box {
  width: 100%;
  text-align: center;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-link {
  padding: 15px 10px;
}
#top-news .btn {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
}

/* =========================================
    top  sp
    top-pace
========================================= */
#top-pace .bg::before {
  width: 90%;
  min-width: unset;
  height: 62.8vw;
  min-height: 220px;
  top: 20px;
}
#top-pace .img {
  position: unset;
  width: 100%;
  min-width: unset;
}
#top-pace .container {
  width: 100%;
}
#top-pace .ttl {
  writing-mode: horizontal-tb;
  margin-left: 0;
  margin-top: 25px;
}
#top-pace .ttl::before {
  width: 60px;
  height: 60px;
  top: -15px;
  right: unset;
  left: -10px;
}
#top-pace .txt {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .container-img {
  position: unset;
}
#top-about .container-wrap {
  width: 100%;
  padding-bottom: 50px;
}
#top-about .container-box {
  display: block;
  padding: 50px 0;
}
#top-about .container-box-ttl {
  padding-left: 70px;
}
#top-about .container-box-ttl::before {
  width: 60px;
  height: 60px;
}
#top-about .txt {
  margin-top: 20px;
}
#top-about .list {
  margin-top: 25px;
  margin-left: 25px;
}
#top-about .business {
  margin-top: 50px;
}
#top-about .business-box {
  margin: 25px auto 0;
  padding: 10px;
}

/* =========================================
    top  sp
    top-work
========================================= */
#top-work .inner {
  padding: 0 15px 50px;
}
#top-work .container-img {
  position: unset;
}
#top-work .container-wrap:nth-of-type(n + 2) {
  margin-top: 75px;
}
#top-work .container-wrap::before {
  display: none;
}
#top-work .container-wrap::after {
  display: none;
}
#top-work .container-box {
  width: 100%;
}
#top-work .txt {
  margin-top: 20px;
}
#top-work .link-fle {
  display: block;
  margin-top: 50px;
}
#top-work .link-fle-btn {
  width: 100%;
}
#top-work .link-fle-btn:nth-of-type(n + 2) {
  border-top: none;
}

/* =========================================
    top  sp
    top-staff
========================================= */
#top-staff .bg::before {
  display: none;
}
#top-staff .inner {
  padding: 0 15px 50px;
}
#top-staff .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding-bottom: 75px;
  position: relative;
}
#top-staff .container-box {
  width: 100%;
}
#top-staff .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  margin-top: 0;
}
#top-staff .list {
  display: block;
  margin-top: 20px;
  margin-right: 0;
  padding: 35px 0;
  position: relative;
  z-index: 1;
}
#top-staff .list::before {
  position: absolute;
  content: "";
}
#top-staff .list::before {
  width: 120%;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: #f7f5f6;
  z-index: -1;
}
#top-staff .list-item {
  width: 100%;
  max-width: unset;
}
#top-staff .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-staff .list-img {
  height: 60vw;
  min-height: 210px;
}
#top-staff .list-box {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 5px;
}
#top-staff .link-list {
  display: block;
  margin-top: 50px;
}
#top-staff .link-list-btn {
  width: 100%;
}
#top-staff .link-list-btn:nth-of-type(n + 2) {
  border-top: none;
}

/* =========================================
    top  sp
    top-entry
========================================= */
#top-entry .container {
  display: block;
}
#top-entry .ttl {
  text-align: center;
}
#top-entry .ttl-sub {
  transform: translateX(-50%);
  left: 50%;
  top: -55px;
}
#top-entry .txt {
  text-align: center;
  margin-top: 35px;
}
#top-entry .entry {
  width: 100%;
  margin-top: 35px;
}
#top-entry .entry-btn:nth-of-type(n + 2) {
  margin-top: 15px;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-flow
========================================= */
#sub-working .list {
  display: block;
  margin-top: 35px;
}
#sub-working .list-item {
  width: 100%;
  padding: 20px 15px 15px 15px;
}
#sub-working .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-working .list-primary {
  padding: 5px 15px;
  top: 10px;
}
#sub-working .list-ttl {
  margin-top: 15px;
}
#sub-working .list-txt {
  margin-top: 15px;
}

#sub-flow .container {
  padding: 50px 15px;
  border-bottom: 1px solid #a4a4a4;
}
#sub-flow .list {
  display: block;
  margin-top: 35px;
  padding-left: 30px;
  border-left: 1px solid #a4a4a4;
  z-index: 0;
}
#sub-flow .list::before {
  display: none;
}
#sub-flow .list::before {
  transform: unset;
  left: 0px;
}
#sub-flow .list-item {
  width: 100%;
  height: auto;
  padding: 15px 15px 20px 15px;
  z-index: 1;
}
#sub-flow .list-item::before {
  z-index: -1;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-flow .list-item:nth-of-type(3) {
  margin-top: 100px;
}
#sub-flow .list-item:nth-of-type(2n + 1)::before {
  width: 30px;
  right: unset;
  left: -30px;
}
#sub-flow .list-item:nth-of-type(2n + 1)::after {
  width: 16px;
  height: 16px;
  right: unset;
  left: -39px;
}
#sub-flow .list-item:nth-of-type(2n)::before {
  width: 30px;
  left: -30px;
}
#sub-flow .list-item:nth-of-type(2n)::after {
  width: 16px;
  height: 16px;
  right: unset;
  left: -39px;
}
#sub-flow .list-txt {
  margin-top: 10px;
}
#sub-flow .list-primary {
  width: 100%;
  transform: unset;
  top: -82px;
  left: -40px;
}

/* =========================================
    sub  SP
    sub-work
========================================= */
#sub-work .wrap {
  display: block;
  margin-top: 35px;
}
#sub-work .wrap-img {
  width: 100%;
}
#sub-work .wrap-img img {
  width: 100%;
}
#sub-work .wrap-txt {
  margin: 25px 0 0 0;
}

#sub-welfare .container {
  padding: 50px 15px;
  border-bottom: 1px solid #a4a4a4;
}
#sub-welfare .list {
  display: block;
  margin-top: 35px;
}
#sub-welfare .list-item {
  width: 100%;
  padding: 20px 15px 15px 15px;
}
#sub-welfare .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-welfare .list-ttl {
  margin-top: 15px;
}
#sub-welfare .list-txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .list {
  gap: 15px;
}
#sub-voice .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-voice .list-link {
  width: 100%;
  min-height: unset;
  padding: 10px 10px 40px;
}
#sub-voice .list-link::after {
  bottom: 10px;
  right: 10px;
}
#sub-voice .list-img {
  height: 41.5vw;
}
#sub-voice .list-ttl {
  font-size: 18px;
  margin-top: 10px;
}

#sub-voice-detail .container {
  padding: 20px 15px;
}
#sub-voice-detail .container-top {
  display: block;
}
#sub-voice-detail .container-box {
  margin-top: 20px;
  margin-left: 0;
}
#sub-voice-detail .container-img {
  width: 100%;
  height: 63.15vw;
  min-height: 220px;
}
#sub-voice-detail .profile {
  margin-top: 10px;
}
#sub-voice-detail .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-voice-detail .list-q {
  width: 40px;
  height: 40px;
  padding-top: 5px;
}
#sub-voice-detail .list-ttl {
  margin-left: 10px;
  margin-top: 8px;
}
#sub-voice-detail .list-txt {
  margin-left: 0;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-demand .txt {
  text-align: left;
  margin-top: 35px;
}

#sub-recruit .container {
  padding: 50px 15px;
}
#sub-recruit .table {
  margin-top: 35px;
}

#sub-recruit-flow .list {
  display: block;
  margin-top: 35px;
}
#sub-recruit-flow .list-item {
  width: 100%;
  padding: 25px 15px;
}
#sub-recruit-flow .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-recruit-flow .list-item:nth-of-type(n + 2)::before {
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: -30px;
}
#sub-recruit-flow .list-txt {
  margin-top: 10px;
}
#sub-recruit-flow .list-img {
  margin: 35px auto 0;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl03 {
  padding: 5px 0;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list .tag-list {
  margin-top: 50px;
  display: block;
}
#tag-btn-list .tag-list-item {
  max-width: unset;
}
#tag-btn-list .tag-list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-contact .bg {
  border-bottom: 1px solid #a4a4a4;
}
#sub-contact .container {
  padding: 50px 15px;
}
#sub-contact .com-btn02 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}