@charset "utf-8";
body{
    font-size: 12px;
}
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
募集要項（jobs投稿タイプ）
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ヘッダー（jobs-singleページ固有のカスタマイズ）
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.page-header {
	background-position-y: 80%;
}


.text-center{
    text-align: center!important;
}

/* 募集要項詳細 */

.jobs-single .b-contents {
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
}

.jobs-single .tit-type-d, #map .tit-type-d {
    font-size: 2rem;
    margin: 0 0 20px;
}

.jobs-single .tit-type-d {
    border-left: 4px solid #D31762;
    padding-left: 15px;
    /* color: #FFFF; */
}

.jobs-single .d-con-l {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 5px;
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.jobs-single .d-con-l .d-con-ttl {
    background: #D31762;
    color: #FFFF;
    text-align: center;
    width: 200px;
    /* font-size: .8rem; */
}

.jobs-single .d-con-l .d-con-ttl, .jobs-single .d-con-l .d-con-txt {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    border-radius: 5px;
}

.jobs-single .d-con-l .d-con-txt {
    background: rgba(236, 232, 219, 0.3);
    line-height: 1.7;
}

.jobs-single .d-con-l .d-con-ttl, .jobs-single .d-con-l .d-con-txt {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    border-radius: 5px;
}

.jobs-single * {
    letter-spacing: .1em;
}

.jobs-single .oubo-bg {
    background-image: url();
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.jobs-single .oubo-wrap {
    padding: 50px 0;
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}

.jobs-single .oubo-wrap .oubo_tel {
    position: relative;
}

.jobs-single .oubo-wrap .oubo_tel, .jobs-single .oubo-wrap .oubo-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.7rem;
    letter-spacing: 1px;
    /* margin: 0 25px; */
    border-radius: 5px;
    width: 100%;
	max-width: 400px;
}

.jobs-single .oubo-wrap .oubo-type {
    background: #ffffff;
    padding: 17px 0;
    position: relative;
    border-radius: 5px;
}

.jobs-single .oubo-wrap .oubo_tel dt {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    padding: 0 30px;
}

.jobs-single .oubo-wrap .oubo_tel dt::before {
    left: -30px;
}

.jobs-single .oubo-wrap .oubo_tel dt::before, .jobs-single .oubo-wrap .oubo_tel dt::after {
    content: '';
    position: absolute;
    background: #8a5943;
    width: 30px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.jobs-single .oubo-wrap .oubo_tel dt::after {
    right: -30px;
}

.jobs-single .oubo-wrap .oubo_tel dd {
    font-size: 1.25rem;
}

.jobs-single a:link, .jobs-single a:visited, .jobs-single a:active, .jobs-single a:hover {
    overflow: hidden;
    outline: none;
    text-decoration: none;
    outline: none;
}

.jobs-single .oubo-wrap .oubo_tel dd span {
    vertical-align: middle;
}

.jobs-single .oubo-wrap .oubo_tel dd .nam {
    font-size: 1.8rem;
}

.jobs-single .oubo-btn-box .detail-btn, .jobs-single .oubo-btn-box .oubo-btn {
    position: relative;
}

.jobs-single .oubo-wrap .oubo-btn a {
    display: block;
    width: 100%;
    padding: 45px 0;
}

.jobs-single .oubo-btn-box .oubo-btn a {
    border-color: #D31762;
    background: #D31762;
    color: #ffffff;
}
.jobs-single .oubo-btn-box .oubo-btn a:hover {
    background: #FFFFFF;
    color: #B20A5E;
}

.jobs-single .oubo-btn-box .detail-btn a, .jobs-single .oubo-btn-box .oubo-btn a {
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.jobs-single .oubo-btn .dec01, .owner .dec01 {
    box-shadow: 0 7px 0px #B20A5E;
}

.jobs-single .arrow01::after {
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.jobs-single .icon::before, .jobs-single .icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out 0s;
}

.jobs-single .oubo-btn .arrow01::after {
    border-color: #ffffff;
}

.jobs-single .work-info ul {
    margin: 0 0 -30px;
}

.jobs-single ol, .jobs-single ul {
    list-style: none;
}

.jobs-single .work-info li {
    overflow: hidden;
    margin: 0 0 30px;
}


.jobs-single .work-info li:nth-child(odd) figure {
    float: left;
    /* margin-right: 30px; */
}

.jobs-single .work-info li figure {
    width: 400px;
    text-align: center;
    float: left;
	max-width:100%;
}

.jobs-single .work-info li figure img {
    width: 100%;
    border-radius: 5px;
}
.jobs-single .contents-inn {
    padding-top: 20px;
}

.jobs-single .contents-inn img {
    max-width: 100%;
}

.jobs-single .work-info li:nth-child(odd) .text-box {
    margin: 0 0 0 430px;
}

.jobs-single .work-info li .text-box {
    letter-spacing: 1.6px;
    line-height: 2;
}

.jobs-single .work-info li:nth-child(even) figure {
    float: right;
    /* margin-left: 30px; */
}

.jobs-single .work-info li:nth-child(even) .text-box {
    margin: 0 430px 0 0;
}

.jobs-single {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.d-img-BOX {
    margin: 30px -10px 40px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
}
.d-img-BOX figure {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
	width: 100%;
    min-height: 230px;
    /* margin: 0 10px; */
}
.d-img-BOX figure img {
    border: 10px solid #ffffff;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

/* カテゴリーページ　*/

#content {
    background-color: #ece8db;
    padding: 30px;
}

#content .block {
    background: #ffffff;
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 5px;
}

#content .block .text-box {
    float: right;
    width: 510px;
}

#content .ic {
    display: inline-block;
}

#content .ic li {
    background: #ac8a7b;
    color: #ffffff;
    border-radius: 5px;
    font-size: .8rem;
    display: inline-block;
    vertical-align: middle;
    padding: 1px 8px;
    margin: 0 5px 10px 0;
    white-space: nowrap;
}

#content .block .ic li {
    margin: 0 0 15px;
}

#content .tit-type-c {
    color: #76450b;
    border-top: 1px solid #76450b;
    border-bottom: 1px solid #76450b;
    font-size: 1.25rem;
    padding: 15px 10px;
    margin: 0 0 20px;
}

#content .list-sub-copy {
    line-height: 2;
    margin: 0 0 20px;
}

#content .list-block-BOX .block figure {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 400px;
    height: 250px;
    margin: 0 0 20px;
}

#content .list-block-BOX .block figure img {
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

#content .list-txt-BOX {
    margin: 0 0 25px;
}

#content .d-con-l {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 5px;
    width: calc(100% + 20px);
    margin: 0 -10px;
}

#content .d-con-l .d-con-ttl {
    background: #ece8db;
    color: #76450b;
    text-align: center;
    width: 200px;
    /* font-size: .8rem; */
}

#content .d-con-l .d-con-ttl, #content .d-con-l .d-con-txt {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    border-radius: 5px;
}

#content .d-con-l .d-con-txt {
    background: rgba(236, 232, 219, 0.3);
    line-height: 1.7;
}

#content .oubo-btn-box {
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -25px;
    text-align: center;
}

#content .oubo-btn-box .detail-btn, #content .oubo-btn-box .oubo-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin: 0 25px;
    position: relative;
}

#content .oubo-btn-box .detail-btn, #content .oubo-btn-box .oubo-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin: 0 25px;
    position: relative;
}

#content .oubo-btn-box .detail-btn a {
    border-color: #875842;
    color: #875842;
    background: #ffffff;
}

#content .oubo-btn-box .detail-btn a, #content .oubo-btn-box .oubo-btn a {
    display: block;
    padding: 20px 10px;
    width: 300px;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

#content .dec01 {
    box-shadow: 0 7px 0px #583409;
    transition: all .2s;
    position: relative;
    top: 0;
}

#content .arrow01::after {
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #875842;
    border-bottom: 2px solid #875842;
}

#content .icon::before, #content .icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out 0s;
}

#content .oubo-btn-box .detail-btn, #content .oubo-btn-box .oubo-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin: 0 25px;
    position: relative;
}

#content .oubo-btn-box .oubo-btn a {
    border-color: #ea5617;
    background: #ea5617;
    color: #ffffff;
}

#content .oubo-btn .dec01, #content .owner .dec01 {
    box-shadow: 0 7px 0px #ac4113;
}

#content .oubo-btn .arrow01::after {
    border-color: #ffffff;
}

#content .text-box {
    max-width: calc(85vw - 100px);
}

div#privacyPage {
    padding: 30px;
}

div#privacyPage h1 {
    font-size: 1.5em;
    font-weight: 500;
}

div#privacyPage h2 {
    margin: 2vw 0;
    font-weight: 500;
    font-size: 1.4em;
}


/* レスポンシブ */

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
#contactPage .main-ttl::after{
    background-image: url(../img/contact/main-contact.jpg);
    background-position: center 40%;
    width: 100%;
    display: inline-table;
}
#contactPage .contents {
    z-index: 0;
    background: white;
}
#contactPage .main-ttl::after {
    content: '';
    position: fixed;
    height: 200px;
    z-index: -1;
    top: 0;
    background-size: cover;
    background-position: center center;
}
#contactPage .main-ttl .main-ttl-BOX {
    padding: 50px 0 100px;
}
.form-control {
    display: inline-flex;
  }

  /*　ContactForm7のテーブル化レスポンシブ調整　*/
  /*テーブルを親要素の幅いっぱいに伸ばす*/
  .table-res-form {
    width: 100%;
  }
  .table-res-form th,
  .table-res-form td {
    padding: 0.5em 1.5em;
  }
  .table-res-form th {
    width: 30%;
    vertical-align: text-top;
  }
  .table-res-form .requied {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
    padding: 0.2em 2em 0.2em;
    background: red;
    border-radius: 2px;
    float: right;
  }
  .table-res-form .free {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
    padding: 0.2em 2em 0.2em;
    background: #a9d5f2;
    border-radius: 2px;
    float: right;
  }
  #contactPage {
    width: 100%;
    /* text-align: center; */
    margin: 0 auto;
}
  /*thとtd内の余白指定*/
  /*th（項目欄）は30%幅、テキストを右寄せ*/
  /*「必須」部分のスタイリング*/
  /*「任意」部分のスタイリング*/
  .form_text01 {
    text-align: center;
    background: #3e3a3a;
    color: #fff;
    font-weight: bold;
  }
  .form_text01 .requied {
    font-size: 0.8em;
    color: #fff;
    display: inline-block;
    padding: 0.1em 2em 0.1em;
    background: red;
    border-radius: 2px;
    border-radius: 15px;
    margin-top: -6px;
    margin-left: 4px;
  }
  .form_text01 .free {
    font-size: 0.8em;
    color: #fff;
    display: inline-block;
    padding: 0.1em 2em 0.1em;
    background: #a9d5f2;
    border-radius: 2px;
    border-radius: 15px;
    margin-top: -6px;
    margin-left: 4px;
  }

  /* 募集職種の見出し */
    .jobs-title{
    font-size: 1.9vw;
    font-weight: bold;
    text-align: center;
}

  /*ここから768px以下の指定*/
  @media screen and (min-width: 0px) and (max-width: 768px) {
    /*thとtdをブロック化して幅100％にして、縦積み*/

    #contactPage .main-ttl .main-ttl-BOX {
        padding: 80px 0 50px;
    }
    #contactPage .main-ttl::after, #interview-d .main-ttl::after {
        background-image: url(../img/contact/main-contact.jpg);
        background-position: center 40%;
        width: 100%;
        display: inline-table;
        height: 250px;
    }

    .table-res-form th,
  .table-res-form td {
      width: 90%;
      display: block;
    }
    .table-res-form th {
      padding-bottom: 0;
      text-align: left;
    }
    .table-res-form .empty {
      display: none;
    }
    .table-res-form .requied {
      font-size: 0.8em;
      color: #fff;
      display: inline-block;
      padding: 0.2em 2em 0.2em;
      background: red;
      border-radius: 2px;
      float: right;
      border-radius: 15px;
      border: 1px #cdd6dd solid;
      margin-top: 0px;
    }
    .table-res-form .free {
      font-size: 0.8em;
      color: #fff;
      display: inline-block;
      padding: 0.2em 2em 0.2em;
      background: #a9d5f2;
      border-radius: 2px;
      float: right;
      border-radius: 15px;
      border: 1px #cdd6dd solid;
      margin-top: 0px;
    }
	.jobs-single .work-info li:nth-child(odd) .text-box {
		margin: 0;
	}
	.jobs-single .work-info li:nth-child(even) .text-box {
		margin: 0;
	}
	
	
    /*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    /*不要な最終行の左のthを非表示にする*/
    /*SP「必須」部分のスタイリング*/
    /*SP「任意」部分のスタイリング*/
  }
  /*ここまで768px以下の指定---終わり*/
  /*ここから入力欄のスタイル指定*/
  /*各入力フォームスタイリング*/
  .table-res-form input[type=text], input[type=email], input[type=tel], textarea{
    border: 1px #cdd6dd solid;
    padding: 0.5em;
    border-radius: 0px;
    margin-bottom: 0.5em;
    width: 100%;
  }


  /*入力欄にフォーカスしたら変化*/
  .table-res-form input[type=text]:focus,
  textarea:focus {
    background: #fff9f2;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  }

  /*送信ボタンスタイリング*/
  .table-res-form input[type=submit] {
    padding: .5em 1.5em;
    background: #1ba1e6;
    color: #fff;
    font-weight: bold;
    width: 100%;
    border-color: #fff;
    font-size: 20px;
    width: 50%;
    margin: 0 auto;
    display: block;
}
  .table-res-form input[type=submit]:hover {
    background: #68b9e3;
    box-shadow: none;
    border-color: #fff;
  }
  /* 入力エラーの場合の文字カラーを赤に */
    #contactPage li {
        color: red;
    }
    span.wpcf7-not-valid-tip {
        color: red;
    }
  /*送信ボタン・マウスオーバー時スタイリング*/


@media screen and (max-width:767px) {
    img {
        max-width: 100%;
    }
    /* 募集要項詳細 */
    .d-con-l {
        border-spacing: 0;
        width: 100%;
        display: block;
        margin: 0 0 10px;
    }
    .d-con-l .d-con-ttl {
        padding: 10px;
        border-radius: 5px 5px 0 0;
    }
    #content .d-con-l .d-con-ttl {
        width: 20vw !important;
    }

    dt.d-con-ttl,dd.d-con-txt {
        display: block;
        width: auto;
        padding: 15px 10px;
    }
    .d-con-l .d-con-txt {
        border-radius: 0 0 5px 5px;
    }
        /* 見出しデザイン
    -----------------------------------------*/
    .tit-type-c {
        font-size: 1.8rem;
        padding: 20px 10px;
        margin-bottom: 20px;
        clear: both;
    }

    /* ボタンデザイン
    -----------------------------------------*/
    .btn-type-c a {
        display: block;
        vertical-align: middle;
        border: 1px solid #7896d9;
        color: #7896d9;
        padding: 20px 25px;
    }
    .btn-type-c {
        position: relative;
        margin-left: 20px;
        display: inline-block;
        left: 5px;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        white-space: nowrap;
    }
    /* btn-type-c */
    .btn-type-c {
        margin: auto;
    }
    #interview-d .btn-type-c,
    #map .btn-type-c {
        left: 20px;
    }

    /******************************************************************
    0■body
    *****************************************************************/
    body {
        font-size: 14px;
    }

    .SpnHdn {
        display: none;
    }

    /******************************************************************
    1■common
    *****************************************************************/
    .contents-BOX {
        padding: 0 0 25px;
    }

    .contents {
        position: relative;
        padding: 0 10px;
    }

    .contents-inn {
        padding: 20px 0;
        /*border: 1px solid #0FF;*/
    }

    /* main_ttl
    -----------------------------------------*/
    .main-ttl .main-ttl-BOX {
        padding: 30px 0;
    }

    .main-ttl::after {
        height: 220px;
    }

    /* インタビュー用職種アイコン */
    .staff-detail .ic-scd,
    .staff-list .ic-scd {
        font-size: 1.3rem;
        margin: 0 0 20px;
    }

    .pc{
        display: none;
    }

    .cd-fixed-bg {
        background-attachment: scroll;
        height: 200px;
    }
    .cd-fixed-bg.owner {
        background-attachment: scroll;
    }

    #load-gnav-news .contents-inn {
        padding: 20px 0;
        margin: 0 -10px 20px;
    }
    .news-box::before,
    .news-box::after {
        content: none;
    }
    .news-ic {
        text-align: left;
    }
    .news-box ul li {
        margin: 0 0 10px;
    }
    .news-box ul li a {
        text-align: left;
        background: #ffffff;
        padding: 10px;
        border-radius: 5px;
    }
    .news-box ul li dl dt,
    .news-box ul li dl dd {
        display: block;
        width: auto;
        margin: 0 0 5px;
    }
    .news-box ul li dl dd:last-child {
        margin: 0;
    }
    .news-box .ic-scd li {
        color: #ffffff;
        background-color: #ac8a7b;
    }
    .news-box ul li dl dd.item {
        width: auto;
    }

    .staff-detail {
        background: none;
    }
    .staff-detail::after {
        content: none;
    }
    .staff-detail,
    .staff-detail:nth-child(odd),
    .staff-detail:nth-child(even),
    #interview-d .staff-detail {
        background: none;
        min-height: initial;
        margin: 0 0 40px;
    }
    .staff-detail figure,
    .staff-detail:nth-child(odd) figure,
    .staff-detail:nth-child(even) figure,
    #interview-d .staff-detail figure {
        position: relative;
        right: auto;
        left: auto;
        display: block;
        max-width: initial;
        min-width: initial;
        height: auto;
        text-align: center;
        background: none;
        overflow: visible;
        z-index: initial;
        width: calc(100% - 40px);
        margin: 0 auto 30px;
    }

    .staff-detail figure img {
        position: static;
    }
    .staff-detail figure::after {
        content: '';
        position: absolute;
        top: 10px;
        right: -10px;
        width: 100%;
        height: 100%;
        display: block;
        background: url(../img/common/bg-staff-001.png) no-repeat center center;
        background-size: cover;
        z-index: -1;
    }
    .staff-detail .txt-box,
    .staff-detail:nth-child(odd) .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .staff-detail .txt-box .txt-wrap {
        display: block;
        height: auto;
    }
    .staff-detail .copy {
        font-size: 1.3rem;
        margin: 0 0 20px;
        text-align: center;
        font-weight: bold;
    }

    .profession {
        font-size: 1.4rem;
    }
    #interview-l .contents-inn {
        padding: 20px 0;
    }
    #interview-l .staff-list {
        margin: 0;
    }
    #interview-l .staff-list > li {
        width: auto;
        display: block;
        margin: 0 0 40px;
    }
    #interview-d .staff-d-list .staff-ttl {
        font-size: 1.3rem;
        font-size: bold;
        text-align: center;
    }
    #interview-d .staff-d-list figure,
    #interview-d .staff-d-list li:nth-child(odd) figure,
    #interview-d .staff-d-list li:nth-child(even) figure {
        float: none;
        margin: auto auto 10px;
    }
    .jobs-single .d-con-l .d-con-ttl, .jobs-single .d-con-l .d-con-txt {
        display: block;
        width: auto;
    }



    /* 募集要項詳細 */
}

@media screen and (min-width:767px) {
    .hamburger-menu {
        display:none;
    }
	.sp{
		display: none;
	}
	.contents-inn {
		/* padding: 60px 0; */
		max-width: 1000px;
		margin: 0 auto;
	}
	.d-img-BOX figure {
		position: relative;
		display: inline-block;
		vertical-align: bottom;
		width: 450px;
		height: 300px;
		margin: 0px 10px;
	}
}

.menu-btn {
    position: fixed;
    top: 20px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    transition: all 0.5s;/*アニメーション設定*/
    position: absolute;
    box-shadow: 2px 2px 4px black;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-btn p {
    margin-top: 10px;
    font-size: 0.7em;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 2px 2px 4px black;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}

.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    padding: 15px;
}


.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    position: relative;
    transition: all 0.5s;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 45%;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background-color: #7896d9;
    transition: all 0.5s;/*アニメーション設定*/
    display: none;
}
.menu-content p {
    text-align: center;
}
#menu-btn-check:checked ~ .menu-content {
    z-index: 80;
    opacity: 1;/*メニューを画面内へ*/
    display: block;
}
/* スクロールに応じてスクリプト実行 */
.fadeInUp {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/*　募集要項ページ　*/

.jobs-single #detail .tit-type-c, #map .tit-type-c {
    font-size: 1.5rem;
    margin: 0 0 30px;
}

.jobs-single .tit-type-c {
    color: black;
    border-top: 1px solid #7896d9;
    border-bottom: 1px solid #7896d9;
    font-size: 1.25rem;
    padding: 15px 10px;
    margin: 0px 0px 20px;
}

#container {
    /* background-color: #ece8db; */
}

.search-bg {
    background-image: url(../img/common/bg-001.png);
}

.contents-inn img {
    max-width: 100%;
}


/* 背景固定
-----------------------------------------*/
.cd-fixed-bg {
    min-height: 100%;
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.cd-fixed-bg.owner {
    height: auto;
}

.cd-fixed-bg.cd-bg-1 {
    background-image: url("../img/index/ph-fixed-bg-01.jpg");
}

.cd-fixed-bg.cd-bg-2 {
    background-image: url("../img/index/ph-fixed-bg-02.jpg");
}

.cd-fixed-bg.cd-bg-3 {
    background-image: url("../img/index/ph-fixed-bg-03.jpg");
}

.cd-fixed-bg.cd-bg-4 {
    background-image: url("../img/index/ph-fixed-bg-04.jpg");
}

.cd-scrolling-bg {
    min-height: 100%;
}
.search-detail {
    background-color: #ece8db;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none){
    /* IE10以上 */
    .opening-staff figure {
        width: 960px;
        margin: 0 auto -40px;
    }
}

/* 参考ファイル インタビュー*/
/******************************************************************
2■Common
*****************************************************************/
/* 見出しデザイン
-----------------------------------------*/
.tit-type-a {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 40px;
    padding: 20px 0;
    color: #76450b;
    letter-spacing: 2px;
    line-height: 1;
}

.tit-type-a .tit-eng {
    display: block;
    font-size: 3rem;
    margin-bottom: 10px;
    letter-spacing: 0;
}

/* ボタンデザイン
-----------------------------------------*/
/* btn-type-a */
.btn-type-c a {
    display: block;
    vertical-align: middle;
    border: 1px solid #7896d9;
    color: #7896d9;
    padding: 20px 25px;
}
.btn-type-c {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    left: 5px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    white-space: nowrap;
}
a {
    color: #333333;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out 0s;
}
.btn-type-c::before, .btn-type-c::after {
    content: '';
    display: block;
    background: #76450b;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out 0s;
}
/* 職種アイコン
-----------------------------------------*/
/* インタビュー用職種アイコン */
.staff-detail .ic-scd,
.staff-list .ic-scd {
    color: #FFFF;
    background: #9eb4e5;
    padding: 1em 2em;
    border-radius: 0;
    margin: 0 0 30px;
    line-height: 1;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}
#index .staff-detail .ic-scd {
    white-space: nowrap;
}


/******************************************************************
4■preview
*****************************************************************/
/* main_ttl
-----------------------------------------*/
.main-ttl .main-ttl-BOX {
    padding: 150px 0 100px;
}

.main-ttl::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 450px;
    z-index: -1;
    top: 0;
    background-size: cover;
    background-position: center center;
}
#interview-l .main-ttl::after,
#interview-d .main-ttl::after {
    background-image: url(../img/interview/mainimg.jpg);
    background-position: center 40%;
    width: 100%;
    display: inline-table;
}


.main-ttl .tit-type-a {
    color: #ffffff;
    margin: 0 auto;
    border: none;
    padding: 0;
    max-width: 100%;
}
.cf-recruit {
  margin:20px 0;
}

.required span {
  color: red;
}
.any span {
  color: blue;
}
dd {
  line-height: 2;
  font-size: 1rem;
  /* font-weight: bold; */
}

/* 求人詳細ページのスタイル */
:root {
  --color-primary: #4169E1;
  --color-primary-dark: #1E40AF;
  --color-text: #333333;
  --color-text-light: #666666;
  --color-background: #FFFFFF;
  --color-background-alt: #F8FAFC;
  --color-border: #E2E8F0;
  --spacing-base: 1rem;
  --max-width: 1200px;
}

/* 基本レイアウト */
.recruit-detail {
  color: var(--color-text);
  line-height: 1.7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 共通のインナーレイアウト */
.recruit-mv__inner,
.recruit-requirements__inner,
.recruit-features__inner,
.recruit-apply__inner,
.recruit-form__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2rem var(--spacing-base);
}

/* セクションタイトル */
.section-title {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  padding-bottom: 1.5rem;
  color: var(--color-primary);
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--color-primary);
}

/* メインビジュアル */
.recruit-mv {
  background-color: var(--color-background);
  padding: 0;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit-mv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.recruit-mv__inner {
  position: relative;
  z-index: 1;
  padding: 4rem var(--spacing-base);
}

.recruit-mv__content {
  text-align: center;
  margin-bottom: 3rem;
}

.recruit-mv__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.recruit-mv__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}

.recruit-mv__categories {
  display: flex;
  gap: 1rem;
}

.recruit-mv__category {
  background-color: white;
  color: var(--color-primary);
  padding: 0.5rem 2rem;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 600;
}

.recruit-mv__copy {
  font-size: 1rem;
  text-align: center;
  margin-top: 3rem;
  font-weight: 500;
  line-height: 1.8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* 募集要項 */
.recruit-requirements {
  background-color: var(--color-background);
  padding: 2rem 0;
}

.recruit-dl {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.recruit-dl__row {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-bottom: 1px solid var(--color-border);
}

.recruit-dl__row:last-child {
  border-bottom: none;
}

.recruit-dl__row dt {
  background-color: var(--color-primary);
  color: white;
  padding: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.recruit-dl__row dd {
  padding: 1rem;
  background-color: white;
  font-size: 1rem;
  line-height: 1.8;
}

/* お仕事情報 */
.recruit-features {
  background-color: var(--color-background-alt);
  padding: 3rem 0;
}

.recruit-features__list {
  display: grid;
  gap: 6rem;
  max-width: 1000px;
  margin: 0 auto;
}

.recruit-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.recruit-feature:nth-child(even) {
  direction: rtl;
}

.recruit-feature:nth-child(even) > * {
  direction: ltr;
}

.recruit-feature__image {
  position: relative;
}

.recruit-feature__image::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background-color: var(--color-primary);
  opacity: 0.1;
  border-radius: 8px;
  z-index: 0;
}

.recruit-feature__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.recruit-feature__content {
  font-size: 1.1rem;
  line-height: 2;
}

/* お仕事情報のテキストサイズ調整 */
.recruit-feature__text {
  font-size: 1rem;
  line-height: 1.8;
}

/* 応募フォーム */
.recruit-form {
  background-color: var(--color-background);
  padding: 6rem 0;
}

.recruit-form__content {
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.recruit-form__job-type {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--color-border);
}

.required {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.required span {
  background-color: #DC2626;
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 1.2rem;
}

/* Contact Form 7カスタマイズ */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--color-border);
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  transition: border-color 0.3s;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.1);
}

.wpcf7 input[type="submit"] {
  background-color: var(--color-primary);
  color: white;
  padding: 1.25rem 4rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s;
  display: block;
  margin: 3rem auto 0;
  position: relative;
  overflow: hidden;
}

.wpcf7 input[type="submit"]:hover {
  background-color: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(65, 105, 225, 0.2);
}

.wpcf7 input[type="submit"]:active {
  transform: translateY(0);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .recruit-mv {
    min-height: auto;
  }

  .recruit-mv__inner {
    padding: 4rem 1.5rem;
  }

  .recruit-mv__title {
    font-size: 1.3rem;
  }

  .recruit-mv__copy {
    font-size: 1rem;
  }

  .recruit-dl__row {
    grid-template-columns: 1fr;
  }

  .recruit-dl__row dt {
    padding: 1rem 1.5rem;
  }

  .recruit-dl__row dd {
    padding: 1.5rem;
  }

  .recruit-feature {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .recruit-feature:nth-child(even) {
    direction: ltr;
  }

  .recruit-feature__image img {
    height: 250px;
  }
  
  /* モバイル表示時のテキストサイズ調整 */
  .recruit-feature__text {
    font-size: 1rem;
  }

  .recruit-form__content {
    padding: 1.5rem;
  }
}

/* アニメーション */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.recruit-mv__content,
.recruit-mv__copy,
.recruit-requirements__content,
.recruit-feature,
.recruit-form__content {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.recruit-feature:nth-child(2) {
  animation-delay: 0.2s;
}

.recruit-feature:nth-child(3) {
  animation-delay: 0.4s;
}

/* ボタンスタイル */
.recruit-mv__buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

/* 求人エントリーボタン（青系） */
.button-primary {
    display: inline-block;
    background-color: #0066B3; /* 青色に変更 */
    color: white; /* 文字色を白に */
    padding: 1.25rem 4rem;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 2px solid #0066B3; /* 枠線も青色に */
    text-align: center;
    max-width: 100%;
}

.button-primary:hover {
    background-color: #004e8a; /* ホバー時に少し暗く */
    color: white;
    transform: translateY(-2px);
}

.button-primary:active {
    transform: translateY(0);
}

/* カジュアル面談ボタン（緑系） */
.button-outline {
    display: inline-block;
    background-color: #20a052; /* 緑色の背景 */
    color: white; /* 文字色を白に */
    padding: 1.25rem 4rem;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 2px solid #20a052; /* 枠線も緑色に */
    min-width: 200px;
    text-align: center;
}

.button-outline:hover {
    background-color: #178442; /* ホバー時に少し暗く */
    color: white;
    transform: translateY(-2px);
}

.button-outline:active {
    transform: translateY(0);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .recruit-mv__buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .button-primary,
  .button-outline {
    width: 100%;
    max-width: 85%;
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

/* プロジェクト紹介セクション */
.recruit-projects {
  background-color: var(--color-background);
  padding: 6rem 0;
}

.recruit-projects__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--spacing-base);
}

.recruit-projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.recruit-project {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.recruit-project:hover {
  transform: translateY(-5px);
}

.recruit-project__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-background-alt);
  border-radius: 50%;
}

.recruit-project__icon img {
  width: 40px;
  height: 40px;
}

.recruit-project__title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--color-text);
}

.recruit-project__description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text-light);
  margin-bottom: 1.5rem;
}

.recruit-project__details {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--color-background-alt);
  border-radius: 8px;
}

.recruit-project__details h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--color-text);
}

.recruit-project__details p {
  font-size: 1rem;
  color: var(--color-text-light);
}

.recruit-project__link {
  display: inline-block;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  transition: color 0.3s;
}

.recruit-project__link:hover {
  color: var(--color-primary-dark);
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .recruit-projects__list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit-projects__list {
    grid-template-columns: 1fr;
  }

  .recruit-project {
    padding: 1.5rem;
  }
}

/* 技術スタックセクション */
.recruit-tech-stack {
  background-color: var(--color-background-alt);
  padding: 6rem 0;
}

.recruit-tech-stack__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--spacing-base);
}

.recruit-tech-stack__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.recruit-tech-stack__category {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.recruit-tech-stack__category:hover {
  transform: translateY(-5px);
}

.recruit-tech-stack__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border-radius: 50%;
}

.recruit-tech-stack__icon i {
  color: white;
  font-size: 24px;
}

.recruit-tech-stack__category h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--color-text);
}

.recruit-tech-stack__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruit-tech-stack__list li {
  font-size: 1.4rem;
  color: var(--color-text-light);
  margin-bottom: 0.8rem;
  padding: 0.5rem;
  background: var(--color-background-alt);
  border-radius: 6px;
}

/* 関連リンクセクション */
.recruit-links {
  background-color: var(--color-background);
  padding: 4rem 0;
}

.recruit-links__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--spacing-base);
}

.recruit-links__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.recruit-links__card {
  background: var(--color-primary);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid var(--color-primary);
}

.recruit-links__card:hover {
  transform: translateY(-5px);
  background: white;
}

.recruit-links__content {
  text-align: center;
}

.recruit-links__content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.recruit-links__content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.recruit-links__arrow {
  color: white;
  font-weight: 600;
  font-size: 1.4rem;
}

.recruit-links__card:hover .recruit-links__content h3,
.recruit-links__card:hover .recruit-links__content p,
.recruit-links__card:hover .recruit-links__arrow {
  color: var(--color-primary);
}

/* アイコンフォント */
.code-icon::before {
  content: "⌨";
}

.database-icon::before {
  content: "🗄";
}

.server-icon::before {
  content: "🖥";
}

.tools-icon::before {
  content: "🛠";
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .recruit-tech-stack__grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit-tech-stack__grid {
    grid-template-columns: 1fr;
  }

  .recruit-links__grid {
    grid-template-columns: 1fr;
  }

  .recruit-tech-stack__category,
  .recruit-links__card {
    padding: 1.5rem;
  }
}

.recruit-school {
    background-color: #f8f9fa;
    padding: 6rem 0;
}

.recruit-school__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.recruit-school__description {
    text-align: left;
    max-width: 800px;
    margin: 2rem auto 3rem;
    line-height: 1.8;
}

.recruit-school__image {
    max-width: 1000px;
    margin: 0 auto 4rem;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.recruit-school__image::before {
    content: '';
    display: block;
    padding-top: 50%;
}

.recruit-school__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recruit-school__image:hover img {
    transform: scale(1.05);
}

.recruit-school__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 4rem;
}

.recruit-school__item {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.recruit-school__item:hover {
    transform: translateY(-5px);
}

.recruit-school__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
}

.recruit-school__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recruit-school__item h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
}

.recruit-school__item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
}

.recruit-school__button {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .recruit-school__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .recruit-school {
        padding: 4rem 0;
    }

    .recruit-school__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .recruit-school__description {
        margin: 1.5rem auto 3rem;
    }

    .recruit-school__item {
        padding: 1.5rem;
    }

    .recruit-school__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }
}

/* 先輩社員紹介セクション */
.recruit-members {
    background-color: var(--color-background);
    padding: 6rem 0;
}

.recruit-members__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-base);
}

.recruit-members__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.recruit-member {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.recruit-member:hover {
    transform: translateY(-5px);
}

.recruit-member__image {
    position: relative;
    padding-top: 125%; /* 4:5のアスペクト比に変更（より縦長に） */
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.recruit-member__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; /* 上部を優先して表示 */
    transition: transform 0.3s ease;
}

.recruit-member:hover .recruit-member__image img {
    transform: translate(-50%, -50%) scale(1.05);
}

.recruit-member__content {
    padding: 2rem;
}

.recruit-member__position {
    font-size: 1.2rem;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.recruit-member__name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.recruit-member__text {
    font-size: 1.3rem;
    line-height: 1.7;
    color: var(--color-text-light);
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recruit-member__link {
    display: inline-block;
    color: var(--color-primary);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: color 0.3s;
}

.recruit-member__link:hover {
    color: var(--color-primary-dark);
}

@media screen and (max-width: 1024px) {
    .recruit-members__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    .recruit-members {
        padding: 4rem 0;
    }

    .recruit-members__grid {
        grid-template-columns: 1fr;
    }

    .recruit-member__content {
        padding: 1.5rem;
    }
}

/* 待遇・福利厚生セクション */
.recruit-benefits {
    background-color: #f8f9fa;
    padding: 6rem 0;
}

.recruit-benefits__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-base);
}

.recruit-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.recruit-benefit {
    background: white;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.recruit-benefit:hover {
    transform: translateY(-5px);
}

.recruit-benefit__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background-alt);
    border-radius: 50%;
}

.recruit-benefit__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.recruit-benefit h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.recruit-benefit p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-text-light);
}

@media screen and (max-width: 1024px) {
    .recruit-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    .recruit-benefits {
        padding: 4rem 0;
    }

    .recruit-benefits__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .recruit-benefit {
        padding: 2rem 1.5rem;
    }

    .recruit-benefit__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }

    .recruit-benefit__icon img {
        width: 30px;
        height: 30px;
    }
}

/* 数字で見るテンファイブセクション */
.recruit-stats {
    background-color: var(--color-background);
    padding: 3rem 0;
}

.recruit-stats__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-base);
}

.recruit-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto 4rem;
}

.recruit-stats__item {
    background: white;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.recruit-stats__item:hover {
    transform: translateY(-5px);
}

.recruit-stats__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit-stats__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recruit-stats__number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.recruit-stats__label {
    font-size: 1.4rem;
    color: var(--color-text);
    font-weight: 500;
}

.recruit-stats__button {
    text-align: center;
}

.recruit-stats__button .button-primary {
    background-color: #0066B3; /* 青色に変更 */
    color: white;
    border-color: #0066B3; /* 枠線も青色に */
}

.recruit-stats__button .button-primary:hover {
    background-color: #004e8a; /* ホバー時に少し暗く */
    border-color: #004e8a;
    color: white;
}

@media screen and (max-width: 1024px) {
    .recruit-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    .recruit-stats {
        padding: 4rem 0;
    }

    .recruit-stats__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .recruit-stats__item {
        padding: 2rem 1.5rem;
    }

    .recruit-stats__number {
        font-size: 2rem;
    }
}

/* カジュアル面談セクション */
.recruit-casual {
    background-color: #f8f9fa;
    padding: 6rem 0;
}

.recruit-casual__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-base);
}

.recruit-casual__content {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    padding: 0 3rem 3rem 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.recruit-casual__text {
    text-align: center;
    margin-bottom: 3rem;
}

.recruit-casual__text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
}

.recruit-casual__text p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: var(--color-text);
    text-align: left;
}

.recruit-casual__image {
    margin: 0 -3rem 3rem;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.recruit-casual__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recruit-casual__image:hover img {
    transform: scale(1.05);
}

.recruit-casual__points {
    background: var(--color-background-alt);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 3rem;
}

.recruit-casual__points h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.recruit-casual__points ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recruit-casual__points li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 1rem;
    color: var(--color-text-light);
}

.recruit-casual__points li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: bold;
}

.recruit-casual__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.recruit-casual__feature {
    text-align: center;
}

.recruit-casual__feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background-alt);
    border-radius: 50%;
}

.recruit-casual__feature-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.recruit-casual__feature p {
    font-size: 1.2rem;
    color: var(--color-text);
    line-height: 1.5;
}

.recruit-casual__button {
    text-align: center;
}

.recruit-casual__button .button-primary {
    display: inline-block;
    background-color: #20a052; /* 緑色に変更 */
    color: white;
    padding: 1.25rem 4rem;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid #20a052; /* 枠線も緑色に */
    min-width: 300px;
}

.recruit-casual__button .button-primary:hover {
    background-color: #178442; /* ホバー時に少し暗く */
    border-color: #178442;
    transform: translateY(-2px);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .recruit-casual {
        padding: 4rem 0;
    }

    .recruit-casual__content {
        padding: 2rem 1.5rem;
    }

    .recruit-casual__text h3 {
        font-size: 1.5rem;
    }

    .recruit-casual__text p {
        font-size: 1rem;
    }

    .recruit-casual__image {
        margin: 0 -1.5rem 2rem;
        height: 250px;
    }

    .recruit-casual__features {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .recruit-casual__points {
        padding: 1.5rem;
    }

    .recruit-casual__button .button-primary {
        padding: 1rem 2rem;
        font-size: 1rem;
        max-width: 90%;
        min-width: 90px;
        width: 220px;
    }
}

/* Styles for the selected tab */
.tab-container button[aria-selected="true"] {
    background-color: #fff;
    color: #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tab-container button:hover {
    opacity: 0.9;
}

button#entry-tab,
button#casual-tab,
button#freelance-tab,
button#corporate-tab {
    /* .form-tabクラスで統一的にスタイリングするため、ここでは最小限の指定に */
    border: none;
    background: transparent;
}

/* ボタンのスタイルは.form-tabで統一的に設定 */


.h-10.items-center.justify-center.rounded-md.bg-muted.p-1.text-muted-foreground.grid.w-full.grid-cols-2 {
    padding: 2rem 0;
    margin-bottom: 5rem;
}

form.wpcf7-form {
    padding: 1rem;
    border-radius: 3px;
    background: #FFF;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button {}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    width: 100%;
    border-radius: 4px;
    background: rgb(0 102 179);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button:hover {
    background-color: rgba(0, 102, 179, .9);

}


main section {
	padding: 80px 1rem;
}

/* コンタクトフォームのデザイン改善 */
.cf-recruit-table {
    width: 100%;
    margin: 0 auto;
}

.cf-recruit-table dt {
    padding: 1rem 0 0.5rem;
    font-weight: bold;
    font-size: 1.3rem; /* フォントサイズを大きく */
}

.cf-recruit-table dt span {
    color: #ffffff;
    margin-left: 0.5rem;
    font-size: 1.2rem; /* 必須マークのサイズを調整 */
}

.cf-recruit-table dd {
    /* padding-bottom: 1rem; */
}

.cf-recruit-table input[type="text"],
.cf-recruit-table input[type="email"],
.cf-recruit-table input[type="tel"],
.cf-recruit-table input[type="number"],
.cf-recruit-table input[type="date"],
.cf-recruit-table select,
.cf-recruit-table textarea {
    width: 90%;
    padding: 1.2rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem; /* 入力欄のフォントサイズを大きく */
    line-height: 1;
}

/* テキストエリアの高さ調整 */
.cf-recruit-table textarea {
    min-height: 150px;
}

/* セレクトボックスの調整 */
.cf-recruit-table select {
    height: auto;
    padding: 0.8rem;
}

/* 日付入力の調整 */
.date-label {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}

/* 送信ボタンのスタイル調整 */
.wpcf7-submit {
    font-size: 1.2rem ;
    padding: 1rem 2rem ;
    height: auto ;
}

/* モバイル向け調整 */
@media screen and (max-width: 768px) {
    .cf-recruit-table dt {
        font-size: 1rem;
    }
    
    .cf-recruit-table input[type="text"],
    .cf-recruit-table input[type="email"],
    .cf-recruit-table input[type="tel"],
    .cf-recruit-table input[type="number"],
    .cf-recruit-table input[type="date"],
    .cf-recruit-table select,
    .cf-recruit-table textarea {
        font-size: 1.rem;
        padding: 1rem;
    }
    
    .wpcf7-submit {
        font-size: 1.1rem !important;
    }
}

/* 送信ボタンのスタイル */
.wpcf7-submit {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 2rem auto 0;
    padding: 1.5rem;
    font-weight: 600;
    color: #fff;
    background: #0066B3;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* タブのスタイル */
.form-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto 3rem;
    max-width: 600px;
    padding: 0 2rem;
}

.form-tab {
    flex: 1;
    padding: 1.5rem 1rem;
    font-size: 1.6rem; /* フォントサイズを大きく */
    font-weight: bold;
    color: #666;
    background: #f5f5f5;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    /* min-width: 350px; */
    position: relative;
    overflow: hidden;
}

.form-tab:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0066B3;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.form-tab:hover {
    background: #fff;
    border-color: #0066B3;
    color: #0066B3;
}

.form-tab:hover:before {
    transform: scaleX(1);
}

.form-tab.active {
    background: #0066B3;
    color: #fff;
    border-color: #0066B3;
    box-shadow: 0 4px 8px rgba(0, 102, 179, 0.2);
}

.form-tab.active:before {
    transform: scaleX(1);
    background-color: #fff;
}

.tab-icon {
    display: inline-block;
    margin-right: 0.5rem;
}

/* タブコンテンツ */
.form-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem 1rem;
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.5s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-header {
    font-size: 1.6rem; /* フォントサイズを大きく */
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
    color: #0066B3;
    padding-bottom: 1rem;
    position: relative;
    border-bottom: 1px solid #eee;
}

.form-header:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #0066B3;
}

/* フォームの内容を区別するための色分け */
#entry-content .form-header {
    color: #0066B3;
}

#entry-content .form-header:after {
    background: #0066B3;
}

#casual-content .form-header {
    color: #20a052;
}

#casual-content .form-header:after {
    background: #20a052;
}

/* タブのアイコンも色分け */
#entry-tab.active {
    background: #0066B3;
}

#casual-tab.active {
    background: #20a052;
    border-color: #20a052;
}

#casual-tab:hover {
    border-color: #20a052;
    color: #20a052;
}

#casual-tab:before {
    background-color: #20a052;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .form-tabs {
        flex-direction: row;
        gap: 0.8rem;
        max-width: 100%;
        width: 100%;
        /* font-size: 1rem; */
        padding: 0;
    }
    
    .form-tab {
        width: 100%;
        padding: 1rem 0.5rem;
        font-size: 1rem;
    }
    
    .form-content {
        padding: 2rem 1rem;
    }
    
    .form-header {
        font-size: 1.2rem;
    }
}
