@charset "UTF-8";
/* fv */
.l-fv {
    position: relative;
}
.c-fv_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
.c-fv_img figure{
    height: 630px;
}
.c-fv_img img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
  height: 100%;
}
.c-fv_text{
  height: 630px;
}
.c-fv_text .inner {
    max-width: 1240px;
    padding-top: 220px;
}
.l-fv .c-jobname {
    font-size: 44px;
    margin-top: 30px;
}
.l-fv .c-ttl {
    position: relative;
    width: calc(42%);
}

.l-fv .c-ttl:before {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background: #454545;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* common */
.l-content {
    margin-top: -100px;
    margin-bottom: 140px;
    position: relative;
}
.l-content .inner {
    max-width: 1240px;
}
.c-cont_box {
    background: #fff;
}
.c-box_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 20px;
  box-sizing: content-box;
}
/* faq */
.p-faq .c-box_inner{
  padding: 50px 20px 100px;
}
.c-faq_list dt{
  align-items: center;
  position: relative;
  /* padding-right: 20px; */
}
.c-faq_list dd {
    padding-top: 40px;
}
.c-faq_list dt,.c-faq_list dd .c-dd_item {
    display: flex;
}
.c-faq_list .c-item {
    border-bottom: 1px solid;
    padding: 40px 0;
}
.c-faq_list .c-ttl.en {
    font-size: 24px;
    line-height: 1;
    width: 100px;
    border-right: 1px solid #454545;
}
.c-faq_list dd .c-ttl.en{
    height: 100%;
    color: #5bc2dc;
    border-right: 1px solid #5bc2dc;
}
.c-faq_list dd .c-text{
  margin-top: -10px;
}
.c-faq_list .c-text{
  width: calc(100% - 150px);
  padding-left: 50px;
  font-size: 16px;
}
.c-faq_list .c-text.bold {
    font-size: 22px;
    letter-spacing: 0.05em;
    position: relative;
}
.c-faq_list dt:before {
    width: 6px;
    height: 6px;
    /* content: ""; */
    display: block;
    transform: rotate(-45deg);
    border-left: 2px solid #454545;
    border-bottom: 2px solid #454545;
    position: absolute;
    box-sizing: content-box;
    top: calc(50% - 5px);
    right: 5px;
    transition: 0.5s;
}
.c-faq_list dt.open:before {
    transform: rotate(-225deg);
}
/* all about */
.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%; 
}
.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; 
}
@media screen and (max-width:1200px){
  .p-faq .c-box_inner {
      max-width: none;
      padding: 50px 80px 100px;
  }
}
@media screen and (max-width:767px){
    /* fv */
    .c-fv_img {
        position: relative;
        width: 100%;
    }
    .c-fv_img figure {
        height: auto;
    }
    .l-fv .c-jobname {
        font-size: 32px;
        margin-top: 0;
    }
    .c-fv_text .inner {
        padding: 60px 40px 50px;
    }
    .l-fv .c-ttl {
        width: 100%;
    }
    .c-fv_text {
        height: auto;
    }
    /* common */
    .l-content {
        margin: 0 0 100px;
    }
    /* faq */
    .p-faq .c-box_inner {
        padding: 10px 35px 60px;
    }
    .c-faq_list .c-ttl.en {
        font-size: 20px;
    }
    .c-faq_list .c-ttl.en {
        width: 40px;
    }
    .c-faq_list .c-text.bold {
        font-size: 18px;
        line-height: 1.4;
        padding-left: 20px;
        width: calc(100% - 60px);
        margin-bottom: 20px;
        border-left: 1px solid #454545;
    }
    .c-faq_list .c-item {
        padding: 30px 0 40px;
    }
    .c-faq_list dt {
        align-items: inherit;
    }
    .c-faq_list dt:before {
        top: auto;
        bottom: -7px;
        right: calc(50% - 5px);
    }
    .c-faq_list .c-ttl.en{
      border: none;
    }
    .c-faq_list .c-text {
        width: calc(100% - 60px);
        font-size: 14px;
        padding-left: 20px;
    }
    .c-faq_list dd .c-text{
      margin-top: -5px;
    }
    /* all about */
    .p-allabout .c-box_inner{
      padding: 20px;
    }
}
@media screen and (max-width:450px){
   .c-fv_text .inner{
    padding: 60px 20px 50px;
  }
}
@media screen and (max-width:350px){
    .c-fv_text .inner{
        padding: 60px 10px 50px;
    }
    .l-fv .c-jobname {
        font-size: 26px;
    }
}



/* 研修・キャリア */
.l-recruit.page01{
  letter-spacing: 0;
}
.c-cont_box__career {
  /*--gap: clamp(1rem, 6vw, 3rem);*/
  --gap: 8.33%;
  --full: minmax(var(--gap), 1fr);
  /*--content: min(50ch, 100% - var(--gap) * 2);*/
  --content: min(1000px, 100% - var(--gap) * 2);
  --popout: minmax(0, 2rem);
  --feature: minmax(0, 5rem);

  display: grid;
  grid-template-columns:
    [full-start] var(--full)
    [feature-start] var(--feature)
    [popout-start] var(--popout)
    [content-start] var(--content) [content-end]
    var(--popout) [popout-end]
    var(--feature) [feature-end]
    var(--full) [full-end];
  text-align: left;
  background-color: white;
  padding-top: 95px;
  padding-bottom: 120px;
}

.c-cont_box__career > * {
  grid-column: content;
}
.c-cont_box__career .popout {
  grid-column: popout;
}
.c-cont_box__career .feature {
  grid-column: feature;
}
.c-cont_box__career .full {
  grid-column: full;
}


@media (min-width: 768px) {

  .c-cont_box__career:not(:first-of-type){
    margin-top: 60px;
  }

  .l-recruit h2.title__type1{
    font-size: 40px;
    line-height: 1.4125;
    text-align: center;
    margin-bottom: 33px;
  }
  .l-recruit h2.title__type2{
    font-size: 40px;
    line-height: 1.4125;
    text-align: center;
    margin-bottom: 70px;
  }

  .l-recruit ul.career__list--01{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 813px;
    margin: 0 auto;
  }
  .career__list--01 > li{
    width: 48.9544%;
  }
  .career__list--01 > li > a{
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #616161;
    text-decoration: none;
    text-align: center;
    padding-top: 37px;
    padding-bottom: 47px;
    border-top: 4px solid #5bc2dc;
    border-right: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    border-left: 1px solid #a2a2a2;
    background-color: white;
    position: relative;
    transition-duration:0.3s;
  }
  .career__list--01 > li > a:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #616161;
    border-bottom: 1px solid #616161;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    margin: auto;
  }
  .career__list--01 > li > a:hover{
    opacity: 0.7;
  }

  .l-recruit .title__type3{
    font-size: 32px;
    line-height: 1;
    border-left: 4px solid #5bc2dc;
    padding-left: 23px;
    margin-bottom: 54px;
  }

  .career__box--01{
    margin-bottom: 80px;
  }
  .career__box--01__in{
    border: 1px solid #a2a2a2;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 44px 60px;
    position: relative;
  }
  .career__box--01__in:not(:last-child){
    margin-bottom: 20px;
  }
  .career__box--01__in:not(:last-child):after{
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #a2a2a2;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -21px;
    margin: auto;
  }
  .career__box--01__in__left{
    font-size: 22px;
    font-weight: bold;
    width: 38.724%;
  }
  .career__box--01__in__right{
    font-size: 16px;
    line-height: 1.875;
    flex: 1;
  }

  .hr1{
    margin: 0 auto 60px;;
    width: 100%;
    border-top: 1px solid #ececec;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .hr2{
    margin: 60px auto 120px;
    width: 100%;
    border-top: 1px solid #ececec;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .l-recruit .title__type4{
    font-size: 22px;
    line-height: 1;
    text-align: center;
    margin-bottom: 41px;
  }

  .l-recruit .career__p--01{
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    margin-bottom: 38px;
  }

  .l-recruit .career-001{
    max-width: 600px;
    margin: 60px auto 0;
  }

  .l-recruit .career__p--02{
    font-size: 16px;
    line-height: 2.125;
    text-align: left;
  }

  .hr3{
    margin: 120px auto;
    width: 100%;
    border-top: 1px solid #ececec;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .l-recruit .career__p--03{
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 34px;
  }

  .l-recruit .career__p-more {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
  }
  .l-recruit .career__p-more a {
    text-decoration: none;
    font-size: 16px;
    border-bottom: 2px solid;
    display: block;
    padding: 15px 0;
    position: relative;
    letter-spacing: 0.15em;
    transition: 0.5s;
    color: #454545;
    width: 300px;
    margin: 0 auto;
  }
  .l-recruit .career__p-more a:before {
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    transform: rotate(-135deg);
    border-left: 2px solid #454545;
    border-bottom: 2px solid #454545;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    box-sizing: content-box;
  }
  .l-recruit .career__p-more a:hover {
    opacity: 0.5;
  }

  .l-recruit .career__p--04{
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 60px;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .c-cont_box__career {
    --gap: 9.722%;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .c-cont_box__career:not(:first-of-type){
    margin-top: 25px;
  }

  .l-recruit h2.title__type1{
    font-size: 24px;
    line-height: 1.4125;
    text-align: left;
    margin-bottom: 30px;
  }
  .l-recruit h2.title__type2{
    font-size: 32px;
    line-height: 1.4125;
    text-align: center;
    margin-bottom: 30px;
  }

  .c-cont_box__career .career__list--01 {
    grid-column: full;
  }
  .career__list--01{
  }

  .l-recruit ul.career__list--01{
    width: 100%;
  }
  .career__list--01 > li{
  }
  .career__list--01 > li > a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #616161;
    text-decoration: none;
    text-align: left;
    padding-top: 32px;
    padding-bottom: 28px;
    padding-left: 35px;
    border-top: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    border-left: 4px solid #5bc2dc;
    background-color: white;
    position: relative;
    transition-duration:0.3s;
  }
  .career__list--01 > li > a:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #616161;
    border-bottom: 1px solid #616161;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    margin: auto;
  }

  .l-recruit .title__type3{
    font-size: 26px;
    line-height: 1;
    border-left: 4px solid #5bc2dc;
    padding-left: 16px;
    margin-bottom: 50px;
  }

  .career__box--01{
    margin-bottom: 60px;
  }
  .career__box--01__in{
    border: 1px solid #a2a2a2;
    padding: 25px 18px;
    position: relative;
  }
  .career__box--01__in:not(:last-child){
    margin-bottom: 20px;
  }
  .career__box--01__in:not(:last-child):after{
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #a2a2a2;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -21px;
    margin: auto;
  }
  .career__box--01__in__left{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9px;
  }
  .career__box--01__in__right{
    font-size: 14px;
    line-height: 1.857;
  }

  .hr1{
    margin: 0 auto 60px;;
    width: 100%;
    border-top: 1px solid #ececec;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .hr2{
    margin: 60px auto;
    width: 100%;
    border-top: 1px solid #ececec;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .l-recruit .title__type4{
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-bottom: 13px;
  }

  .l-recruit .career__p--01{
    font-size: 14px;
    line-height: 1.857;
    text-align: justify;
    margin-bottom: 38px;
  }

  .l-recruit .career-001{
    margin: 60px auto 0
  }

  .l-recruit .career__p--02{
    font-size: 14px;
    line-height: 2.142;
    text-align: justify;
  }

  .hr3{
    margin: 60px auto;
    width: 100%;
    border-top: 1px solid #ececec;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .l-recruit .career__p--03{
    font-size: 14px;
    line-height: 1.764;
    text-align: justify;
    margin-bottom: 34px;
  }

  .l-recruit .career__p-more {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
  }
  .l-recruit .career__p-more a {
    text-decoration: none;
    font-size: 16px;
    border-bottom: 2px solid;
    display: block;
    padding: 15px 0;
    position: relative;
    letter-spacing: 0.15em;
    transition: 0.5s;
    color: #454545;
    width: 240px;
    margin: 0 auto;
  }
  .l-recruit .career__p-more a:before {
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    transform: rotate(-135deg);
    border-left: 2px solid #454545;
    border-bottom: 2px solid #454545;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    box-sizing: content-box;
  }
  .l-recruit .career__p-more a:hover {
    opacity: 0.5;
  }

  .l-recruit .career__p--04{
    font-size: 14px;
    line-height: 2.142;
    text-align: justify;
    margin-bottom: 40px;
  }

  .scroll{
    overflow: auto;  /*tableをスクロールさせる*/
    white-space: nowrap;  /*tableのセル内にある文字の折り返しを禁止*/
    border: 2px solid #d0d0d0;
    border-radius: 6px;
  }
  .scroll::-webkit-scrollbar{  /* スクロールバー全体の指定 */
    margin-top: 5px;
    height: 10px;
  }
  .scroll::-webkit-scrollbar-track{  /* スクロールバーの両端にある矢印以外を指定 */
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {  /* スクロールボックス（スクロールバーの動く部分）を指定 */
    background: #BCBCBC;
  }

  .l-recruit .career-002{
    width: 728px;
    max-width: 728px;
  }

  .scroll-hint-text {
    margin-top: 2px !important;
  }
  .scroll-hint-icon:before {
    margin-top: 21px;
  }


}/* スマホ ここまで============================ */

