@charset "UTF-8";
@media screen and (max-width: 900px) {
  html,
  body {
    /* height: 100%; */
    position: relative;
  }
}

#header_area.hide {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*========================================================================================== MAIN VISUAL ===*/
.st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}

.st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 17;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 11;
  stroke-miterlimit: 10;
}

.st3 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st4 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 12.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st5 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 12.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st6 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 14.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st7 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 12;
  stroke-miterlimit: 10;
}

.st8 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6.7;
  stroke-miterlimit: 10;
}

.st9 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 15;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st10 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 12.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st11 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 13;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st12 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st13 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 21;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st14 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 16;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st15 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 15;
  stroke-miterlimit: 10;
}

.st16 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10;
  stroke-miterlimit: 10;
}

.st17 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 13.1;
  stroke-linecap: square;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st18 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 7.7;
  stroke-miterlimit: 10;
}

.main_visual_txt.hide {
  opacity: 0;
}

.policy_list p {
  line-height: 1.71;
}

#main_visual {
  position: relative;
}

@media screen and (max-width: 900px) {
  #main_visual {
    /* padding-top: 62px; */
    overflow: hidden;
  }
}

.logo_fadein {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.logo_fadein img {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  -o-object-fit: contain;
  object-fit: contain;
}

@media print, screen and (min-width: 901px) {
  .logo_fadein img {
    width: 293px;
  }
}

@media screen and (max-width: 900px) {
  .logo_fadein img {
    width: 367px;
    max-width: 48.9333%;
  }
}

.main_visual_txt {
  position: absolute;
}

@media print, screen and (min-width: 901px) {
  .main_visual_txt {
    width: 60.55%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
  }
}

@media screen and (max-width: 900px) {
  .main_visual_txt {
    width: 89.2%;
    left: 50%;
    /* top: 29.5549%; */
    top: 29%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
  }
}

.main_visual_bg {
  width: 100%;
  position: relative;
  z-index: 1;
}

.main_visual_bg img {
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 901px) {
  #main_visual {
    margin-top: 0;
  }
}

.mv {
  position: relative;
}

.mv img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -o-object-position: left top;
  object-position: left top;
}

.mv .swiper-slide {
  position: relative;
}

.mv .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#eae7e7),
      to(#757474)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #eae7e7 0%, #757474 100%) 0% 0%
    no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 0;
}

.mv__wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.overlay.appear {
  opacity: 0.5;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.mv__text {
  color: #fff;
  height: 100vh;
  position: relative;
}

.mv__text1,
.mv__text2 {
  position: relative;
}

.mv__text1 {
  opacity: 0;
  -webkit-animation-name: fadeMv;
  animation-name: fadeMv;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeMv {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeMv {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mv__text1 .wrapper {
  position: absolute;
  left: 53%;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (max-width: 900px) {
  .mv__text1 .wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    bottom: 80px;
    width: 100%;
    padding-inline: 20px;
  }
}

.mv__text2 .wrapper {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (max-width: 900px) {
  .mv__text2 .wrapper {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 41%;
    width: 82%;
  }
}

.head_message {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(22 / 18);
  background: #fff;
  padding: 10px 15px;
  margin-block-end: 20px;
  color: #000;
  width: fit-content;

  span {
    color: #E59830;
  }

  @media (width <= 900px) {
    font-size: 14px;
    line-height: calc(18 / 14);
    padding: 7px 8px;
    margin-block-end: 8px;
  }
}

.mv__text1 .big {
  font-size: 3.7142857143vw;
  font-weight: 700;
  line-height: 1.4038461538;
}

@media print, screen and (max-width: 900px) {
  .mv__text1 .big {
    font-size: min(64px, 8.5333333333vw);
    line-height: 1.203125;
  }
}

.mv__text1 .small {
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.7619047619;
  margin-top: 34px;
}

@media print, screen and (max-width: 900px) {
  .mv__text1 .small {
    font-size: min(28px, 3.7333333333vw);
    line-height: 1.7857142857;
    margin-top: 5.3333333333vw;
  }
}

.mv__text2 {
  position: relative;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2.5238095238;
}

@media print, screen and (max-width: 900px) {
  .mv__text2 {
    font-size: min(28px, 3.7333333333vw);
    line-height: 2.3571428571;
  }
}

.mv__text_small {
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.7619047619;
  letter-spacing: 0.06em;
  position: absolute;
  bottom: 37px;
  right: 43px;
  color: #fff;
  height: initial;
}

@media screen and (max-width: 900px) {
  .mv__text_small {
    font-size: min(28px, 4.2333333333vw);
    bottom: 20px;
    left: 20px;
    right: initial;
  }
}

/*========================================================================================== POLICY ===*/
#policy_sec {
  background: #f2f2f2;
  margin-top: -2px;
}

@media screen and (max-width: 900px) {
  #policy_sec {
    overflow: hidden;
  }
}

.policy_wrap {
  position: relative;
}

@media print, screen and (min-width: 901px) {
  .policy_wrap {
    margin: 0 auto;
    padding-bottom: 113px;
    max-width: 1400px;
  }
}

@media screen and (max-width: 900px) {
  .policy_wrap {
    padding: 0 20px 93px;
  }
}

@media print, screen and (min-width: 901px) {
  .policy_inner {
    margin: 0 auto;
    max-width: 1000px;
  }
}

.policy_desc {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .policy_desc {
    z-index: 1;
  }
}

.policy_desc > p {
  line-height: 2.48;
  font-weight: 500;
}

@media print, screen and (min-width: 901px) {
  .policy_desc > p {
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
  }
}

@media screen and (max-width: 900px) {
  .policy_desc > p {
    font-size: 14px;
    margin-top: 45px;
  }
}

@media print, screen and (min-width: 901px) {
  .policy_ilust1 {
    width: 26.7%;
    position: absolute;
    /* left: 0;
        top: 50%; */
    left: 24px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    mix-blend-mode: multiply;
  }

  .policy_ilust2 {
    width: 31%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    mix-blend-mode: multiply;
  }

  .policy_ilust1 img,
  .policy_ilust2 img,
  .policy_ilust3 img,
  .policy_ilust4 img,
  .policy_ilust5 img {
    width: 100%;
  }

  .policy_ilust {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }

  .policy_ilust3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: -35px;
  }

  .policy_box {
    background-color: #fff;
    /* border: 5px solid #000;
        border-radius: 20px; */
    margin-inline: auto;
    max-width: 1000px;
    padding: 70px 90px 60px;
    position: relative;
    z-index: 3;
  }

  .policy_box h2 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1944444444;
  }

  .policy_box_text1 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.1875;
  }

  .policy_box_en {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.1428571429;
    margin-top: 3px;
    font-family: "Lato", sans-serif;
  }

  .policy_box_text2 {
    font-size: 14px;
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid #e4e1e0;
    margin-top: 30px;
    font-weight: 500;
  }

  .policy_list {
    border-bottom: 1px solid #e4e1e0;
    margin-top: 32px;
  }

  .policy_box_text1,
  .policy_box_en,
  .policy_box_text2,
  .policy_list {
    max-width: 660px;
    margin-inline: auto;
  }

  .policy_list > div {
    border-top: 1px solid #e4e1e0;
    padding: 15px 0;
  }

  .policy_list > div dt {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: block;
    position: relative;
    padding-right: 60px;
    cursor: pointer;
  }

  .policy_list > div dt:after {
    background: url("../img/ic_arrow_policy.svg") no-repeat;
    background-size: 16px auto;
    content: "";
    display: block;
    height: 8px;
    width: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .policy_list > div.active dt:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .policy_list > div dd {
    margin-top: 10px;
    display: none;
  }

  .policy_list .notes_list > li {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

@media screen and (max-width: 900px) {
  .policy_desc > p:nth-child(1) {
    position: relative;
  }

  .policy_desc > p:nth-child(1):before {
    background: url("../img/img_policy_ilust1.png") no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding-bottom: 25.084%;
    width: 34.0845%;
    position: absolute;
    /* left: 45.7746%;
        bottom: 20%; */
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    left: 49.7746%;
    bottom: 10%;
  }

  .policy_desc > p:nth-child(3) {
    /* background: url("../img/img_policy_ilust2.png") right top no-repeat; */
    background: url("../img/img_policy_ilust2.png") right -8px top no-repeat;
    /* background-size: 42.25% auto; */
    background-size: 46.25% auto;
    padding-right: 42.25%;
  }

  .policy_ilust1 {
    display: none;
  }

  .policy_ilust2 {
    display: none;
  }

  .policy_ilust1 img,
  .policy_ilust2 img,
  .policy_ilust3 img,
  .policy_ilust4 img,
  .policy_ilust5 img {
    width: 100%;
  }

  .policy_ilust {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }

  .policy_ilust3 {
    width: 55.46666%;
    position: sticky;
    margin-left: auto;
    margin-top: 100px;
    right: 0;
    top: 0;
  }

  .policy_box {
    background-color: #fff;
    /* border: 2px solid #000;
        border-radius: 20px; */
    margin-top: 20px;
    /* padding: 30px 15px 20px; */
    padding: 30px 25px 20px;
    position: relative;
    z-index: 3;
  }

  .policy_box_text1 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.1785714286;
  }

  .policy_box h2 {
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.4;
  }

  .policy_box_en {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.1666666667;
    margin-top: 4px;
    font-family: "Lato", sans-serif;
  }

  .policy_box_text2 {
    font-size: 14px;
    padding-top: 17px;
    text-align: left;
    border-top: 1px solid #e4e1e0;
    margin-top: 30px;
    font-weight: 300;
    line-height: 1.4;
  }

  .policy_list {
    border-bottom: 1px solid #e4e1e0;
    margin-top: 17px;
  }

  .policy_list > div {
    border-top: 1px solid #e4e1e0;
    padding: 15px 10px;
  }

  .policy_list > div dt {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.46;
    width: 100%;
    display: block;
    position: relative;
    /* padding-right: 40px; */
    padding-right: 30px;
    cursor: pointer;
  }

  .policy_list > div dt:after {
    background: url("../img/ic_arrow_policy.svg") no-repeat;
    background-size: 16px auto;
    content: "";
    display: block;
    height: 8px;
    width: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .policy_list > div.active dt:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .policy_list > div dd {
    margin-top: 10px;
    display: none;
  }

  .policy_list .notes_list > li {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/*========================================================================================== COMPANY ===*/
#company_work_wrap {
  background-color: white;
  position: relative;
  margin-top: -2px;
}

.company_head,
.work_head {
  color: #000;
}

.company_head .section_head,
.work_head .section_head {
  font-weight: 700;
  letter-spacing: 0.16em;
  /* line-height: 71px; */
}

.company_head .ttl > p,
.work_head .ttl > p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

.company_head .ttl > p.set_anim > span:before,
.work_head .ttl > p.set_anim > span:before {
  background-color: #f08946;
}

.vocational_1ntroduction_sec h3 {
  font-weight: 500;
}

.vocational_sc_item_detail_ttl h4 {
  font-weight: 500;
}

.vocational_sc_item_detail_ttl h4 .sla {
  margin-left: 10px;
}

@media screen and (max-width: 900px) {
  .vocational_sc_item_detail_ttl h4 .sla {
    margin-left: 0;
  }
}

.vocational_sc_item_detail_ttl a[target="_blank"] {
  background: url("../img/ic_window.svg") right 1px top 8px no-repeat;
  background-size: 13px auto;
  padding-right: 25px;
}

@media print, screen and (min-width: 901px) {
  #company_sec {
    position: relative;
  }

  .company_head,
  .work_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 180px 0 55px;
    position: relative;
    z-index: 1;
  }

  .work_head {
    /* flex-direction: row-reverse; */
    padding: 140px 0 55px;
  }

  .company_head .ttl > p,
  .work_head .ttl > p {
    font-size: 16px;
    font-weight: 300;
  }

  .company_head .section_head,
  .work_head .section_head {
    font-size: 52px;
    margin-top: 3px;
    font-weight: 700;
  }

  .company_head_detail > p {
    margin-top: 30px;
  }

  .company_head_image,
  .company_head_detail,
  .work_head_image,
  .work_head_detail {
    position: relative;
    z-index: 1;
  }

  .company_head_image {
    background: url("../img/img_company1.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 37.77%;
    width: 71.85%;
  }

  .company_head_detail {
    position: absolute;
    left: 51%;
    bottom: 53px;
  }

  .company_head_detail_wrap {
    /* width: 480px; */
    background: #fff;
    padding: 90px 45px 90px 45px;
  }

  .company_head_detail_wrap > p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8888888889;
  }

  .vocational_1ntroduction_sec {
    margin: 30px auto 0;
    max-width: 1000px;
    padding-bottom: 148px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .vocational_1ntroduction_sec h3 {
    /* background-color: #fff; */
    font-size: 23px;
    line-height: 1;
    /* text-align: center; */
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .vocational_sc_list {
    /* margin-top: 40px; */
  }

  .vocational_sc_list_inner + .vocational_sc_list_inner {
    margin-top: 50px;
  }

  .vocational_sc_cat {
    font-size: 20px;
    line-height: calc(24 / 20);
    font-weight: 400;
    padding-block: 15px;
    padding-inline: 20px;
    background: #f4f4f4;
    border: none;
  }

  .vocational_sc_item {
    border-bottom: 1px solid #cfcfcf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row-reverse;

    &:last-child {
      border-bottom: none;
    }
  }

  .vocational_sc_item_detail {
    width: 63.5%;
  }

  .vocational_sc_item_detail_ttl {
    font-size: 20px;
  }

  .vocational_sc_item_detail > p {
    margin-top: 10px;
    font-size: 16px;
  }

  .vocational_sc_item_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-radius: 10px; */
    width: 34%;
    min-height: 130px;
    aspect-ratio: 366 / 132;
  }

  .vocational_sc_list_inner:nth-child(1) {
    .vocational_sc_item:nth-child(1) .vocational_sc_item_image {
      background-image: url("../img/img_company2.jpg");
    }

    .vocational_sc_item:nth-child(2) .vocational_sc_item_image {
      background-image: url("../img/img_company5.jpg");
    }

    .vocational_sc_item:nth-child(3) .vocational_sc_item_image {
      background-image: url("../img/img_company6.jpg");
    }
  }

  .vocational_sc_list_inner:nth-child(2) {
    .vocational_sc_item:nth-child(1) .vocational_sc_item_image {
      background-image: url("../img/img_company3.jpg");
    }

    .vocational_sc_item:nth-child(2) .vocational_sc_item_image {
      background-image: url("../img/img_company4.jpg");
    }
  }

  .vocational_sc_list_inner:nth-child(3) {
    .vocational_sc_item:nth-child(1) .vocational_sc_item_image {
      background-image: url("../img/img_company7.jpg");
    }
    .vocational_sc_item:nth-child(2) .vocational_sc_item_image {
      background-image: url("../img/img_company8.jpg");
    }
  }

  .numbers_dhw_sec {
    padding: 87px 0 147px;
    margin-inline: auto;
    max-width: 1000px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
  }

  .numbers_dhw_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: #e6e6e6;
  }

  .numbers_dhw_sec .ttl {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .numbers_dhw_sec .ttl h3 {
    background: url("../img/ic_search-b.png") center top no-repeat;
    background-size: 32px auto;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    /* padding-left: 45px; */
    padding-top: 44px;
  }

  /* .numbers_dhw_sec .ttl h3 span {
        color: #ea8346;
    } */
  .numbers_dhw_sec .ttl p {
    font-weight: 500;
    font-size: 12px;
    margin-top: 10px;
  }

  .numbers_list {
    padding-bottom: 139.5%;
    position: relative;
    margin-top: 40px;
  }

  .numbers_list_item {
    position: absolute;
  }

  .numbers_list_item img {
    vertical-align: bottom;
    width: 100%;
  }

  .numbers_list_item:nth-child(1) {
    left: 0;
    top: 0;
    width: 28.3%;
  }

  .numbers_list_item:nth-child(2) {
    right: 0;
    top: 0;
    width: 69%;
  }

  .numbers_list_item:nth-child(3) {
    right: 37.2%;
    top: 14.62%;
    width: 31.9%;
  }

  .numbers_list_item:nth-child(4) {
    right: 0;
    top: 14.62%;
    width: 34.5%;
  }

  .numbers_list_item:nth-child(5) {
    left: 0;
    top: 30.18%;
    width: 62.9%;
  }

  .numbers_list_item:nth-child(6) {
    right: 0;
    top: 30.18%;
    width: 34.5%;
  }

  .numbers_list_item:nth-child(7) {
    left: 0;
    top: 45.32%;
    width: 100%;
  }

  .numbers_list_item:nth-child(8) {
    left: 0;
    bottom: 0;
    width: 24.2%;
  }

  .numbers_list_item:nth-child(9) {
    right: 45.9%;
    bottom: 14.4%;
    width: 27.1%;
  }

  .numbers_list_item:nth-child(10) {
    right: 0;
    bottom: 14.4%;
    width: 43.7%;
  }

  .numbers_list_item:nth-child(11) {
    right: 32.7%;
    bottom: 0;
    width: 40.6%;
  }

  .numbers_list_item:nth-child(12) {
    right: 0;
    bottom: 0;
    width: 30.2%;
  }
}

@media screen and (max-width: 900px) {
  #company_sec {
    position: relative;
    overflow: hidden;
  }

  .company_head,
  .work_head {
    padding-top: 1px;
    position: relative;
    z-index: 1;
  }

  /* .company_head:before {
        background: url("../img/bg_company.svg") no-repeat;
        background-size: 100% 100%;
        content: "";
        display: block;
        padding-bottom: 33.51%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    } */
  .company_head .ttl > p,
  .work_head .ttl > p {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }

  .company_head .section_head,
  .work_head .section_head {
    font-size: 8vw;
    line-height: 1.2;
  }

  .company_head_detail > p {
    margin-top: 30px;
  }

  .company_head_image,
  .company_head_detail,
  .work_head_image,
  .work_head_detail {
    position: relative;
    z-index: 1;
  }

  .company_head_image {
    /* border-bottom-right-radius: 20px;
        border-top-right-radius: 20px; */
    background: url("../img/img_company1.jpg") left center no-repeat;
    background-size: cover;
    padding-bottom: 67.132%;
    width: 95.6%;
    margin-top: 131px;
  }

  .company_head_detail,
  .work_head_detail {
    margin-top: 25px;
    padding: 0 20px;
    position: static;
  }

  .company_head_detail_wrap .ttl {
    position: absolute;
    top: 100px;
    left: 0;
    background: #fff;
    z-index: 1;
    padding: 10px 20px;
  }

  .company_head_detail_wrap > p {
    margin-top: 25px;
  }

  .vocational_1ntroduction_sec {
    margin: 30px 20px 0;
    padding-bottom: 71px;
  }

  .vocational_1ntroduction_sec h3 {
    /* background-color: #fff; */
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #cecece;
  }

  .vocational_sc_list {
    margin-top: 20px;
  }

  .vocational_sc_list_inner + .vocational_sc_list_inner {
    margin-block-start: 40px;
  }

  .vocational_sc_cat {
    font-size: 15px;
    font-weight: 400;
    background: #f4f4f4;
    padding-block: 7px;
    padding-inline: 13px;
  }

  .vocational_sc_item {
    margin-top: 20px;
  }

  .vocational_sc_item_detail_ttl {
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }

  .vocational_sc_item_detail_ttl:before {
    background-color: #ea8346;
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .vocational_sc_item_detail.fade-left {
    -webkit-animation-name: none;
    animation-name: none;
    opacity: 1 !important;
  }

  .vocational_sc_item_detail_ttl h4 {
    line-height: 1.33;
    letter-spacing: 0.14em;
    padding-left: 15px;
    width: 50.7%;
  }

  .vocational_sc_item_detail_ttl h4 a {
    margin-top: 5px;
  }

  .vocational_sc_item_detail_ttl h4 a:first-child {
    margin-top: 0;
  }

  .vocational_sc_item_detail_ttl a[target="_blank"] {
    background: none;
    padding-right: 0;
  }

  .vocational_sc_item_detail_ttl a[target="_blank"]:after {
    background: url("../img/ic_window.svg") center center no-repeat;
    background-size: 10px auto;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
  }

  .vocational_sc_item_detail_ttl a.noicon[target="_blank"]:after {
    display: none;
  }

  .vocational_sc_item_detail_ttl h4 .txtlink.icon {
    margin-top: 5px;
  }

  .vocational_sc_item_detail_ttl h4 .txtlink.icon:after {
    background: url("../img/ic_window.svg") center center no-repeat;
    background-size: 10px auto;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
  }

  .vocational_sc_item_detail > p {
    line-height: 1.71;
    margin-top: 10px;
  }

  .vocational_sc_item_image {
    display: none;
  }

  .vocational_sc_item_image_sp {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-radius: 5px; */
    padding-bottom: 22.8154%;
    width: 43.8%;
  }

  .vocational_sc_list_inner:nth-child(1) {
    .vocational_sc_item:nth-child(1) .vocational_sc_item_image_sp {
      background-image: url("../img/img_company2.jpg");
    }

    .vocational_sc_item:nth-child(2) .vocational_sc_item_image_sp {
      background-image: url("../img/img_company5.jpg");
    }

    .vocational_sc_item:nth-child(3) .vocational_sc_item_image_sp {
      background-image: url("../img/img_company6.jpg");
    }
  }

  .vocational_sc_list_inner:nth-child(2) {
    .vocational_sc_item:nth-child(1) .vocational_sc_item_image_sp {
      background-image: url("../img/img_company3.jpg");
    }

    .vocational_sc_item:nth-child(2) .vocational_sc_item_image_sp {
      background-image: url("../img/img_company4.jpg");
    }
  }

  .vocational_sc_list_inner:nth-child(3) {
    .vocational_sc_item:nth-child(1) .vocational_sc_item_image_sp {
      background-image: url("../img/img_company7.jpg");
    }
    .vocational_sc_item:nth-child(2) .vocational_sc_item_image_sp {
      background-image: url("../img/img_company8.jpg");
    }
  }

  .numbers_dhw_sec {
    padding: 0 20px;
    padding-top: 66px;
    background: #e6e6e6;
    padding-bottom: 64px;
  }

  .numbers_dhw_sec .ttl {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .numbers_dhw_sec .ttl h3 {
    background: url("../img/ic_search-b.png") center top no-repeat;
    background-size: 24px auto;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.34;
    padding-top: 30px;
  }

  /* .numbers_dhw_sec .ttl h3 span {
        color: #ea8346;
        display: block;
    } */
  .numbers_dhw_sec .ttl p {
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
  }

  .numbers_list {
    padding-bottom: 698.5%;
    position: relative;
    margin-top: 15px;
  }

  .numbers_list_item {
    position: absolute;
  }

  .numbers_list_item img {
    vertical-align: bottom;
    width: 100%;
  }

  .numbers_list_item:nth-child(5) {
    left: 0;
    top: 0;
    width: 100%;
  }

  .numbers_list_item:nth-child(2) {
    left: 0;
    top: 11.573684%;
    width: 100%;
  }

  .numbers_list_item:nth-child(3) {
    left: 0;
    top: 22.204385%;
    width: 100%;
  }

  .numbers_list_item:nth-child(6) {
    left: 0;
    top: 28.707192%;
    width: 100%;
  }

  .numbers_list_item:nth-child(1) {
    left: 0;
    top: 35.15%;
    width: 100%;
  }

  .numbers_list_item:nth-child(4) {
    left: 0;
    top: 46.10192%;
    width: 100%;
  }

  .numbers_list_item:nth-child(12) {
    left: 0;
    top: 51.899122%;
    width: 100%;
  }

  .numbers_list_item:nth-child(9) {
    left: 0;
    top: 76.469122%;
    width: 41.791%;
  }

  .numbers_list_item:nth-child(10) {
    right: 0;
    top: 76.469122%;
    width: 54.02985%;
  }

  .numbers_list_item:nth-child(11) {
    right: 0;
    top: 82.699122%;
    width: 54.02985%;
  }

  .numbers_list_item:nth-child(7) {
    left: 0;
    bottom: 5.877192%;
    width: 100%;
  }

  .numbers_list_item:nth-child(8) {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

@-webkit-keyframes imgfade {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes imgfade {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes line {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*========================================================================================== WORK ===*/
.work_head .images img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}

.work_head .images .iamge1,
.work_head .images .iamge2 {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.work_head .images.set .iamge1,
.work_head .images.set .iamge2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.work_head .images .iamge1 {
  right: 0;
  top: 0;
  width: 79.31%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.work_head .images .iamge2 {
  left: 0;
  bottom: 0;
  width: 51.36%;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

@-webkit-keyframes line_move {
  0% {
    stroke-dashoffset: 1600px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes line_move {
  0% {
    stroke-dashoffset: 1600px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

.work_list_item .ttl h4 {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 26px;
  line-height: 1.4230769231;
}

@media print, screen and (min-width: 901px) {
  #work_sec {
    background-color: #f2f2f2;
    position: relative;
    padding-block-start: 87px;
  }

  .work_head_image_sp {
    display: none;
  }

  .work_head_image {
    background: url("../img/img_work1.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 37.77%;
    width: 71.85%;
  }

  .work_head_image p {
    margin-top: 50px;
  }

  .work_head_detail {
    position: absolute;
    left: 51%;
    bottom: 53px;
  }

  .work_head_detail_wrap {
    margin-left: auto;
    padding: 90px 45px 90px 45px;
    background: #f2f2f2;
  }

  .work_head_detail_wrap > p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8888888889;
  }

  .work_head .images {
    margin-top: 85px;
    position: relative;
    padding-bottom: 76.95%;
    width: 100%;
  }

  .work_head .images .iamge1 img,
  .work_head .images .iamge2 img {
    border-radius: 10px;
  }

  .work_head .images .bg {
    position: absolute;
    left: 50px;
    top: 70px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: hidden;
    width: 60.36%;
  }

  .work_head .images #bg_line {
    opacity: 0;
  }

  .work_head .images.set #bg_line {
    opacity: 1;
    stroke-dasharray: 1600px;
    -webkit-animation: line_move 3s 1;
    animation: line_move 3s 1;
  }

  .work_list {
    max-width: 1025px;
    margin-inline: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
  }

  .work_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin-top: 65px; */
  }

  .work_list_item:first-child {
    margin-top: 0;
  }

  .work_list_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .work_list_item_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 39%;
  }

  .work_list_item:nth-child(1) .work_list_item_image {
    background-image: url("../img/img_work4.jpg");
    padding-bottom: 21.92%;
    /* width: 35.28%; */
  }

  .work_list_item:nth-child(2) .work_list_item_image {
    background-image: url("../img/img_work5.jpg");
    padding-bottom: 21.92%;
    /* width: 38.42%; */
  }

  .work_list_item:nth-child(3) .work_list_item_image {
    background-image: url("../img/img_work6.jpg");
    padding-bottom: 21.92%;
    /* width: 44.78%; */
  }

  .work_list_item_detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .work_list_item:nth-child(odd) .work_list_item_detail {
    /* margin-right: 35px; */
  }

  .work_list_item:nth-child(even) .work_list_item_detail {
    /* margin-left: 35px; */
  }

  .work_list_item_detail_wrap {
    position: relative;
  }

  .work_list_item_detail_wrap:before {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
  }

  .work_list_item .ttl {
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 19px;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    padding-left: 60px;
    position: relative;
  }

  .work_list_item .ttl::before {
    position: absolute;
    font-family: "Lato", sans-serif;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 69px;
    line-height: 1;
    font-weight: 300;
  }

  .work_list_item:nth-child(1) .ttl::before {
    content: "1";
  }

  .work_list_item:nth-child(2) .ttl::before {
    content: "2";
  }

  .work_list_item:nth-child(3) .ttl::before {
    content: "3";
  }

  .work_list_item .ttl .en {
    line-height: 1.1428571429;
    font-weight: 300;
    font-size: 14px;
    font-family: "Lato", sans-serif;
  }

  .work_list_item_detail_wrap > p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8888888889;
  }
}

@media screen and (max-width: 900px) {
  #work_sec {
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
    padding-block-start: 87px;
  }

  .work_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work_head_image {
    background: url("../img/img_work1-sp.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 67.231%;
    margin-left: auto;
    width: 93.9%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
    z-index: 1;
  }

  .work_head_image p {
    margin-top: 25px;
  }

  .work_head_image figure {
    /* display: none; */
  }

  .work_head_detail {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .work_head_detail_wrap .ttl {
    position: absolute;
    top: -6.2666666667vw;
    left: 6%;
    background: #f2f2f2;
    z-index: 1;
    padding: 10px 20px;
  }

  .work_head_detail_wrap > p {
    font-size: 14px;
    font-weight: 30;
  }

  .work_head .images {
    position: relative;
    padding-bottom: 26.76%;
    width: 39.577464%;
  }

  .work_head .images .iamge1 {
    right: 0;
    top: 0;
    width: 92.17%;
  }

  .work_head .images .iamge1 img {
    border-radius: 5px;
  }

  .work_head .images .iamge2 {
    display: none;
  }

  .work_head .images .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 12.1%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: hidden;
    padding-bottom: 59.78%;
    width: 92.17%;
  }

  .work_head .images #bg_line_sp {
    opacity: 0;
  }

  .work_head .images.set #bg_line_sp {
    opacity: 1;
    stroke-dasharray: 1600px;
    -webkit-animation: line_move 3s 1;
    animation: line_move 3s 1;
  }

  .work_list_item {
    margin-top: 40px;
  }

  .work_list_item:first-child {
    margin-top: 33px;
  }

  .work_list_item_image {
    display: none;
  }

  .work_list_item .ttl {
    font-size: 18px;
    display: grid;
    padding-top: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #b4b4b4;
    margin-left: 29px;
    margin-right: 29px;
  }

  .work_list_item .ttl .en {
    line-height: 1.1428571429;
    font-weight: 300;
    font-size: 12px;
    padding-left: 40px;
    padding-right: 30px;
    margin-top: 15px;
    font-family: "Lato", sans-serif;
  }

  .work_list_item .ttl:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: none;
    display: block;
  }

  .work_list_item .ttl h4 {
    line-height: 1.42;
    font-size: 18px;
    font-weight: 700;
    margin-top: 4px;
    position: relative;
  }

  .work_list_item .ttl h4::before {
    position: absolute;
    content: "1";
    bottom: 2px;
    left: 0;
    font-size: 43px;
    line-height: 1;
    font-family: "Lato", sans-serif;
    font-weight: 300;
  }

  .work_list_item:nth-child(1) .ttl h4::before {
    content: "1";
  }

  .work_list_item:nth-child(2) .ttl h4::before {
    content: "2";
  }

  .work_list_item:nth-child(3) .ttl h4::before {
    content: "3";
  }

  .work_list_item:nth-child(odd) .ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .work_list_item:nth-child(even) .ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .work_list_item:nth-child(odd) .ttl h4 {
    padding-left: 40px;
    padding-right: 30px;
  }

  .work_list_item:nth-child(even) .ttl h4 {
    padding-left: 40px;
    padding-right: 30px;
  }

  .work_list_item:nth-child(1) .ttl:before {
    background-image: url("../img/img_work4.jpg");
    padding-bottom: 50.74%;
    width: 100%;
  }

  .work_list_item:nth-child(1) .ttl h4 {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  /* .work_list_item:nth-child(1) .ttl h4:before {
        background-image: url("../img/img_work_ilust1.png");
        padding-bottom: 43.6994%;
        width: 55.2486%;
        transform: translateY(-100%);
    } */
  .work_list_item:nth-child(2) .ttl:before {
    background-image: url("../img/img_work5.jpg");
    padding-bottom: 50.74%;
    width: 100%;
  }

  .work_list_item:nth-child(3) .ttl:before {
    background-image: url("../img/img_work6.jpg");
    padding-bottom: 50.74%;
    width: 100%;
  }

  .work_list_item_detail_wrap > p {
    margin: 10px 29px 0 29px;
  }
}

/*========================================================================================== 新卒社員の一日のスケジュール ===*/
.oneday_sche_item {
  background-color: #fff;
}

.oneday_sche_detail_ttl h4 {
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0.06em;
}

.oneday_sche_detail_ttl > p {
  line-height: 1;
}

.oneday_sche_detail_ttl > p span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.oneday_sche_detail .more {
  /* border-radius: 26px; */
  background-color: #f3f3f3;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 10px;
}

.oneday_sche_detail .more span {
  background: url("../img/ic_plus.svg") right center no-repeat;
  background-size: 19px auto;
  display: inline-block;
  padding-right: 35px;
}

.swiper-button-prev {
  background-image: url("../img/ic_arrow_prev.png");
  left: 5px;
}

.swiper-button-next {
  background-image: url("../img/ic_arrow_next.png");
  right: 5px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 11px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  height: 10px;
  width: 10px;
  opacity: 1;
  border: 1px solid #000;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

@media print, screen and (min-width: 901px) {
  #oneday_sche_sec {
    margin-top: 100px;
    padding-bottom: 125px;
  }

  #oneday_sche_sec .ttl {
    margin: 0 auto;
    max-width: 860px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    padding-top: 49px;
    background: url("../img/ic_watch.png") center top no-repeat;
    background-size: 51px auto;
  }

  .oneday_sche_list {
    overflow: hidden;
    width: 100%;
    max-width: 1070px;
    margin-inline: auto;
  }

  .oneday_sche_list .swiper-container {
    overflow: visible;
    max-width: 320px;
    padding-bottom: 50px;
  }

  .oneday_sche_item {
    /* border-radius: 10px; */
    padding: 25px;
    margin-top: 40px;
  }

  .oneday_sche_image {
    /* margin-right: 25px; */
    width: 73px;
  }

  .oneday_sche_image img {
    display: block;
    height: auto;
    width: 100%;
  }

  .oneday_sche_image_sp {
    display: none;
  }

  .oneday_sche_detail_ttl_wrap {
    display: flex;
    gap: 10px;
  }

  .oneday_sche_detail_ttl > p {
    font-weight: 400;
  }

  .oneday_sche_detail_ttl > p span {
    font-size: 23px;
  }

  .oneday_sche_detail_ttl h4 {
    margin: 10px 0 15px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    /* margin-top: -22px; */
    /* display: none; */
  }
}

@media screen and (max-width: 900px) {
  #oneday_sche_sec {
    margin-top: 80px;
    padding-bottom: 60px;
  }

  #oneday_sche_sec .ttl {
    margin: 0 auto;
    text-align: center;
    background: url("../img/ic_watch.png") center top no-repeat;
    background-size: 25px auto;
    padding-top: 35px;
    font-size: 27px;
    line-height: 1.4;
  }

  .oneday_sche_list {
    overflow: hidden;
    width: 100%;
  }

  .oneday_sche_list .swiper-container {
    overflow: visible;
    padding-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .oneday_sche_item {
    /* border-radius: 10px; */
    padding: 20px 25px;
    margin-top: 40px;
  }

  .oneday_sche_image {
    /* display: none; */
    width: 58px;
    flex-shrink: 0;
  }

  .oneday_sche_image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .oneday_sche_detail_ttl_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 90.62%;
    margin-bottom: 10px;
    display: flex;
    gap: 6px;
  }

  .oneday_sche_detail .more {
    width: 90.62%;
  }

  .oneday_sche_image_sp {
    width: 28.85%;
  }

  .oneday_sche_image_sp img {
    height: auto;
    width: 100%;
  }

  .oneday_sche_detail_ttl {
  }

  .oneday_sche_detail_ttl > p {
    font-weight: 400;
  }

  .oneday_sche_detail_ttl > p span {
    font-size: 20px;
  }

  .oneday_sche_detail_ttl h4 {
    margin: 4px 0 0;
    line-height: 1.28;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }

  .more {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 81.62%;
  }

  .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    background-size: 17px auto;
    height: 33px;
    width: 17px;
    margin-top: -24px;
  }

  .swiper-button-prev {
    left: 25px;
  }

  .swiper-button-next {
    right: 25px;
  }
}

/*========================================================================================== 新卒社員の一日のスケジュール MODAL ===*/
.oneday_sche_modal_inner {
  background-color: #ecebea;
  margin: 50px 0;
}

.oneday_sche_modal_image img,
.oneday_sche_modal_image_sp img {
  height: auto;
  width: 100%;
}

.oneday_sche_modal_detail .profile dt {
  line-height: 1;
}

.oneday_sche_modal_detail .profile dt span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.oneday_sche_modal_detail .profile dd {
  font-weight: 400;
  line-height: 1.71;
}

.oneday_sche_modal_detail .txt {
  line-height: 1.71;
}

.oneday_sche_modal_sche_tbl table caption {
  background: url("../img/ic_sche.svg") left center no-repeat;
  font-weight: 500;
  text-align: left;
}

.oneday_sche_modal_sche_tbl table th {
  color: #ef8846;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.oneday_sche_modal_sche_tbl table th,
.oneday_sche_modal_sche_tbl table td {
  vertical-align: middle;
}

@media print, screen and (min-width: 901px) {
  .oneday_sche_modal_inner {
    padding: 55px;
  }

  .oneday_sche_modal_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .oneday_sche_modal_image {
    width: 80px;
    flex-shrink: 0;
  }

  .oneday_sche_modal_image_sp {
    display: none;
  }

  .oneday_sche_modal_detail {
    /* width: calc(100% - 160px); */
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .oneday_sche_modal_detail .profile dt span {
    font-size: 23px;
  }

  .oneday_sche_modal_detail .profile dd {
    margin-top: 10px;
  }

  .oneday_sche_modal_detail .txt {
    border-top: 1px solid #d0d0d0;
    padding-top: 15px;
    margin-top: 15px;
  }

  .oneday_sche_modal_sche_tbl table {
    margin-top: 35px;
    width: 100%;
  }

  .oneday_sche_modal_sche_tbl table caption {
    background-size: 20px auto;
    font-size: 18px;
    font-weight: 400;
    padding-left: 28px;
    margin-bottom: 20px;
  }

  .oneday_sche_modal_sche_tbl table tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .oneday_sche_modal_sche_tbl table tbody > tr:nth-child(even) {
    background-color: #ecebea;
  }

  .oneday_sche_modal_sche_tbl table th,
  .oneday_sche_modal_sche_tbl table td {
    border-right: 1px solid #d0d0d0;
    padding: 20px 20px;
  }

  .oneday_sche_modal_sche_tbl table td {
    line-height: 1.71;
  }

  .oneday_sche_modal_sche_tbl table th {
    font-size: 17px;
    text-align: center;
    width: 140px;
  }

  .oneday_sche_modal_sche_tbl table tr > td:nth-child(2) {
    white-space: nowrap;
  }

  .oneday_sche_modal_sche_tbl table tr > td:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 900px) {
  .oneday_sche_modal_inner {
    padding: 15px;
  }

  .oneday_sche_modal_image {
    /* display: none; */
    width: 72px;
    flex-shrink: 0;
  }

  .oneday_sche_modal_image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .oneday_sche_modal_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify; */
    /* justify-content: space-between; */
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    gap: 8px;
  }

  .oneday_sche_modal_image_sp {
    width: 33.73%;
  }

  .oneday_sche_modal_detail .profile {
    /* width: 62.67%; */
  }

  .oneday_sche_modal_detail .profile dt span {
    font-size: 23px;
  }

  .oneday_sche_modal_detail .profile dd {
    line-height: 1.35;
    /* margin-bottom: 10px; */
  }

  .oneday_sche_modal_detail .profile dd > span {
    display: block;
    /* margin: 5px 0 10px; */
    margin: 5px 0 0;
  }

  .oneday_sche_modal_detail .txt {
    border-top: 1px solid #d0d0d0;
    padding-top: 15px;
    width: 100%;
  }

  .oneday_sche_modal_sche_tbl table,
  .oneday_sche_modal_sche_tbl table caption,
  .oneday_sche_modal_sche_tbl table tbody,
  .oneday_sche_modal_sche_tbl table tr,
  .oneday_sche_modal_sche_tbl table th,
  .oneday_sche_modal_sche_tbl table td {
    display: block;
  }

  .oneday_sche_modal_sche_tbl table {
    margin-top: 20px;
  }

  .oneday_sche_modal_sche_tbl table caption {
    background-size: 18px auto;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 10px;
  }

  .oneday_sche_modal_sche_tbl table th {
    background-color: #fff;
    padding-top: 10px;
  }

  .oneday_sche_modal_sche_tbl table th,
  .oneday_sche_modal_sche_tbl table td {
    line-height: 1.71;
  }

  .oneday_sche_modal_sche_tbl table tr > td:nth-child(2) {
    background-color: #fff;
    padding-bottom: 10px;
  }

  .oneday_sche_modal_sche_tbl table th,
  .oneday_sche_modal_sche_tbl table tr > td:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .oneday_sche_modal_sche_tbl table tr > td:last-child {
    padding: 10px 0 20px;
  }
}

/*========================================================================================== INTERVIEW & BLOG ===*/
#interview_blog_wrap {
  background-color: #fff;
}

#interview_blog_wrap .btn {
  background-color: #fff;
  display: block;
  line-height: 1.2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#interview_blog_wrap .btn > span {
  background: url("../img/ic_window.svg") right 1px top 3px no-repeat;
  background-size: 13px auto;
  display: inline-block;
  padding-right: 35px;
}

.interview_blog_inner {
  position: relative;
}

/* .interview_blog_inner:before {
    content: "";
    display: block;
} */
@media print, screen and (min-width: 901px) {
  #interview_blog_wrap .btn {
    /* border-radius: 25px; */
    padding: 18px;
    width: 212px;
  }

  .interview_blog_inner {
    padding: 0 0 115px;
    margin: 0 auto;
    max-width: 1000px;
  }

  /* .interview_blog_inner:before {
        background: url("../img/bg_interview_blog.svg") no-repeat;
        background-size: cover;
        padding-bottom: 111.14995%;
        width: 151.7%;
        position: absolute;
        left: -220px;
        bottom: 0;
        z-index: 0;
    } */
}

@media screen and (max-width: 900px) {
  #interview_blog_wrap .btn {
    font-size: 12px;
    padding: 14px;
    width: 43.58%;
  }

  #interview_blog_wrap .btn span {
    background-size: 10px auto;
    padding-right: 17px;
  }

  .interview_blog_inner {
    padding: 70px 0 65px;
  }
}

/*========================================== INTERVIEW ===*/
#interview_sec {
  text-align: center;
  position: relative;
  z-index: 1;
}

.interview_ttl {
  color: #fff;
  margin-top: 65px;
}

.interview_ttl p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1;
}

.interview_ttl h2 {
  font-weight: 500;
}

@media print, screen and (min-width: 901px) {
  #interview_sec {
    position: relative;
    aspect-ratio: 1400/560;
  }

  #interview_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url("../img/img_interview.jpg") no-repeat center center/contain;
    margin-left: calc(-50vw + 50%);
  }

  #interview_sec > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
  }

  #interview_sec .btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #interview_sec .btn:hover {
    opacity: 0.7;
  }

  .interview_ttl p {
    font-size: 14px;
  }

  .interview_ttl h2 {
    font-size: 36px;
    line-height: 1.7;
  }

  #interview_sec .btn {
    margin-block-start: 34px;
  }
}

@media screen and (max-width: 900px) {
  #interview_sec > div {
    background: url("../img/img_interview_sp.jpg") center center no-repeat;
    background-size: cover;
    /* border-radius: 15px; */
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 70.149%; */
    aspect-ratio: 750 / 525;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .interview_ttl {
    /* position: absolute;
    left: 50%;
    bottom: 37.234%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    width: 100%;
    margin-top: 80px;
  }

  .interview_ttl p {
    font-size: 12px;
    margin-top: 10px;
  }

  .interview_ttl h2 {
    font-size: 27px;
    line-height: 1;
  }

  #interview_sec .btn {
    margin-block-start: 23px;
    width: 212px;

    span {
      font-size: 14px;
    }
    /* position: absolute;
    left: 50%;
    bottom: 12.34%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
  }
}

/*========================================== BLOG ===*/
#blog_sec {
  position: relative;
  z-index: 1;
}

.blog_ttl {
  text-align: center;
}

.blog_ttl p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.16em;
}

.blog_ttl h2 {
  font-weight: 500;
}

#blog_sec .btn {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 20px 18px 16px;
  border: 1px solid #000;
}

#blog_sec .btn span {
  background: url("../img/ic_window.svg") right 1px top no-repeat;
}

.blog_list_item > a {
  display: block;
}

.blog_list_item_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* border-style: solid; */
  /* border-color: #fff; */
  overflow: hidden;
}

.blog_list_item_date {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 1;
}

.blog_list_item_txt {
  line-height: 1.5;
  margin-top: 5px;
}

@media print, screen and (min-width: 901px) {
  #blog_sec {
    padding-top: 115px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog_ttl p {
    font-size: 14px;
  }

  .blog_ttl h2 {
    font-size: 36px;
  }

  .blog_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog_list_item {
    margin-right: 4.55%;
    margin-top: 20px;
    width: 30.3%;
  }

  .blog_list_item > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .blog_list_item > a:hover {
    opacity: 0.7;
  }

  .blog_list_item:nth-child(3n) {
    margin-right: 0;
  }

  .blog_list_item_image {
    /* border-radius: 20px; */
    /* border-width: 3px; */
    padding-bottom: 45.2145%;
  }

  .blog_list_item_date {
    margin-top: 10px;
  }

  #blog_sec .btn {
    margin-top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #blog_sec .btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 900px) {
  #blog_sec {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog_ttl p {
    font-size: 12px;
    margin-top: 10px;
  }

  .blog_ttl h2 {
    font-size: 27px;
    line-height: 1.2;
  }

  .blog_list {
    margin-top: 40px;
  }

  .blog_list_item {
    margin-top: 38px;
  }

  .blog_list_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog_list_item_image {
    border-width: 2px;
    padding-bottom: 25.371%;
    width: 41.64%;
  }

  .blog_list_item_detail {
    width: 54.62%;
  }

  #blog_sec .btn {
    margin-top: 30px;
  }

  #blog_sec .btn {
    padding: 16px 15px 13px;
  }

  #blog_sec .btn span {
    background-size: 10px auto;
  }
}

/*========================================================================================== JOB DESCRIPTION ===*/
#job_description_sec {
  margin-top: -2px;
}

#job_description_sec .ttl .section_head {
  font-weight: 500;
  text-align: center;
}

#job_description_sec .ttl p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1;
}

#job_description_sec .ttl > p.set_anim > span:before {
  background-color: #ef8846;
}

#job_description_sec table th {
  font-weight: 500;
  line-height: 1;
}

#job_description_sec table th span {
  display: inline-block;
  padding-left: 8px;
  position: relative;
}

#job_description_sec table th span:before {
  background-color: #f08946;
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 901px) {
  #job_description_sec {
    background-color: #f2f1f0;
    padding: 120px 0 80px;
  }

  #job_description_sec .inner {
    margin: 0 auto;
    width: 71.53%;
    max-width: 1000px;
  }

  #job_description_sec .ttl {
    text-align: center;
  }

  #job_description_sec .section_head {
    font-size: 36px;
    display: inline-block;
  }

  #job_description_sec .ttl p {
    font-size: 14px;
    margin-top: 10px;
  }

  /* #job_description_sec .section_head:after {
        background-color: #f08946;
        content: "";
        display: block;
        margin-top: 10px;
        height: 2px;
        width: 100%;
        position: relative;
        left: -100%;
    } */
  #job_description_sec .section_head.set_anim:after {
    -webkit-animation: top-anim 0.5s ease-out 0s forwards;
    animation: top-anim 0.5s ease-out 0s forwards;
  }

  #job_description_sec table {
    border-top: 1px solid #d5d5d5;
    margin-top: 50px;
    text-align: left;
    width: 100%;
  }

  #job_description_sec table tr {
    border-bottom: 1px solid #d5d5d5;
  }

  #job_description_sec table th,
  #job_description_sec table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 15px;
  }

  #job_description_sec table th {
    width: 220px;
  }
}

@media screen and (max-width: 900px) {
  #job_description_sec {
    background-color: #f2f1f0;
    padding: 60px 20px 40px;
  }

  #job_description_sec .ttl {
    text-align: center;
  }

  #job_description_sec .section_head {
    font-size: 27px;
    display: inline-block;
    line-height: 1.2;
  }

  #job_description_sec .section_head span {
    display: block;
  }

  /* #job_description_sec .section_head:after {
        background-color: #f08946;
        content: "";
        display: block;
        margin-top: 10px;
        height: 2px;
        width: 100%;
        position: relative;
        left: -100%;
    } */
  #job_description_sec .section_head.set_anim:after {
    -webkit-animation: top-anim 0.5s ease-out 0s forwards;
    animation: top-anim 0.5s ease-out 0s forwards;
  }

  #job_description_sec .ttl p {
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-top: 5px;
  }

  #job_description_sec table,
  #job_description_sec table tbody,
  #job_description_sec table tr,
  #job_description_sec table th,
  #job_description_sec table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  #job_description_sec table {
    border-top: 1px solid #d5d5d5;
    margin-top: 50px;
  }

  #job_description_sec table tr {
    border-bottom: 1px solid #d5d5d5;
    padding: 20px 5px;
  }

  #job_description_sec table th {
    text-align: left;
  }

  #job_description_sec table td {
    margin-top: 5px;
  }
}

/*========================================== Q&A ===*/
#qanda_sec {
  background-color: #fff;
}

.qanda_ttl h3 {
  font-weight: 600;
  line-height: 1;
}

.qanda_ttl p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16em;
}

.qanda_list > div {
  background-color: #f3f3f3;
  /* border-radius: 10px; */
}

.qanda_list > div dt {
  background: url("../img/ic_q.svg") left center no-repeat;
  background-size: 29px auto;
  cursor: pointer;
  font-weight: 500;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.qanda_list > div dt:after {
  background: url("../img/ic_arrow_policy.svg") no-repeat;
  background-size: 15px auto;
  content: "";
  display: block;
  height: 8px;
  width: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qanda_list > div.active dt:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.qanda_list > div dd {
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1.3em;
  display: none;
}

.qanda_list > div dd:before {
  content: "A.";
}

@media print, screen and (min-width: 901px) {
  #qanda_sec {
    /* border-radius: 20px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    margin: 89px auto 0;
    padding: 36px 33px;
    max-width: 1000px;
  }

  .qanda_ttl {
    width: 28.92%;
  }

  .qanda_ttl:after {
    background: url("../img/img_fq.png") no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: auto;
    padding-bottom: 70.3153%;
    margin-top: 20px;
    width: 100%;
  }

  .qanda_ttl h3 {
    font-size: 30px;
  }

  .qanda_ttl p {
    font-size: 14px;
    margin-top: 10px;
  }

  .qanda_detail {
    width: 69.354%;
  }

  .qanda_list > div {
    padding: 15px 20px;
    margin-top: 10px;
  }

  .qanda_list > div dt {
    font-size: 17px;
  }

  .qanda_list > div dd {
    margin-top: 10px;
  }
}

@media screen and (max-width: 900px) {
  #qanda_sec {
    /* border-radius: 20px; */
    margin: 75px auto 0;
    padding: 20px 13px 20px;
  }

  .qanda_ttl {
    position: relative;
    padding: 50px 0 50px 13px;
  }

  .qanda_ttl:after {
    background: url("../img/img_fq.png") no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: auto;
    padding-bottom: 125px;
    width: 179px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .qanda_ttl h3 {
    font-size: 20px;
  }

  .qanda_ttl p {
    font-size: 12px;
    margin-top: 10px;
  }

  .qanda_list > div {
    padding: 15px 20px;
    margin-top: 10px;
  }

  .qanda_list > div dt {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .qanda_list > div dd {
    margin-top: 10px;
  }
}

/*========================================================================================== FLOW ===*/
@media print, screen and (min-width: 901px) {
  #flow_sec {
    /* background-color: #ebeae9; */
    padding-bottom: 83px;
    margin-top: -2px;

    .tabBtn {
      background: #fff;
    }
  }

  #flow_sec .inner {
    margin: 0 auto;
    width: 68.8%;
    max-width: 962px;
  }

  #flow_sec h2 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 58px;
    text-align: center;
    position: relative;
    top: -29px;
    z-index: 2;
  }

  #flow_sec h2 span {
    background-color: #000;
    /* border-radius: 10px; */
    color: #fff;
    display: inline-block;
    margin: 0 7px;
    height: 58px;
    width: 58px;
  }

  .schedule_list {
    counter-reset: item;
    padding: 86px 0 0;
  }

  .schedule_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.3% 0;
    position: relative;
    z-index: 1;
  }

  .schedule_list > li:after,
  .schedule_list > li:first-child:before {
    content: "";
    background: url("../img/bg_line.png") center top repeat-y;
    background-size: 3px auto;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
  }

  .schedule_list > li:after {
    bottom: -100%;
  }

  .schedule_list > li:first-child:before {
    height: 86px;
    top: 0;
  }

  .schedule_list > li:last-child:after {
    display: none;
  }

  .schedule_list > li > .contents:before {
    counter-increment: item;
    content: "0" counter(item);
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    top: -25px;
    z-index: 1;
  }

  .schedule_list > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .schedule_list .schedule {
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0 auto;
    text-align: center;
    width: 184px;
    position: relative;
    z-index: 1;
  }

  .schedule_list .contents {
    background-color: #fff;
    /* border-radius: 10px; */
    padding: 15px 20px;
    width: 37.285%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .schedule_list .contents:after {
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    display: block;
    height: 15px;
    width: 13px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .schedule_list > li:nth-child(1) .contents {
    top: 31%;
  }

  .schedule_list > li:nth-child(1) .contents::after {
    top: 65%;
  }

  .schedule_list.career > li:nth-child(1) .contents {
    top: 90%;
  }

  .schedule_list.career > li:nth-child(1) .contents::after {
    top: 25%;
  }

  .schedule_list > li:nth-child(2) .contents {
    top: 31%;
  }

  .schedule_list > li:nth-child(2) .contents::after {
    top: 60%;
  }

  .schedule_list.career > li:nth-child(2) .contents {
    top: 40%;
  }

  .schedule_list.career > li:nth-child(2) .contents::after {
    top: 55%;
  }

  .schedule_list > li:nth-child(3) .contents {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }

  .schedule_list > li:nth-child(3) .contents::after {
    top: 38%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .schedule_list.career > li:nth-child(3) .contents {
    -webkit-transform: translateY(-40%);
    transform: translateY(-16%);
  }

  .schedule_list.career > li:nth-child(3) .contents::after {
    top: 12%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .schedule_list > li:nth-child(4) .contents {
    top: 88%;
  }

  .schedule_list > li:nth-child(4) .contents::after {
    top: 29%;
  }

  .schedule_list.career > li:nth-child(4) .contents {
    top: 91%;
  }

  .schedule_list.career > li:nth-child(4) .contents::after {
    top: 28%;
  }

  .schedule_list > li:nth-child(5) .contents {
    top: 115%;
  }

  .schedule_list > li:nth-child(5) .contents::after {
    top: 10%;
  }

  .schedule_list.career > li:nth-child(5) .contents {
    top: 97%;
  }

  .schedule_list.career > li:nth-child(5) .contents::after {
    top: 10%;
  }

  .schedule_list > li:nth-child(6) .contents {
    top: 110%;
  }

  .schedule_list > li:nth-child(6) .contents::after {
    top: 8%;
  }

  .schedule_list.career > li:nth-child(6) .contents {
    top: 106%;
  }

  .schedule_list.career > li:nth-child(6) .contents::after {
    top: 11%;
  }

  .schedule_list > li:nth-child(7) .contents {
    top: 121%;
  }

  .schedule_list > li:nth-child(7) .contents::after {
    top: 6%;
  }

  .schedule_list > li:nth-child(odd) .contents {
    left: 0;
  }

  .schedule_list > li:nth-child(odd) .contents:after {
    background-image: url("../img/bg_fukidashi2.png");
    right: -10px;
  }

  .schedule_list > li:nth-child(even) .contents {
    right: 0;
  }

  .schedule_list > li:nth-child(even) .contents:after {
    background-image: url("../img/bg_fukidashi1.png");
    left: -10px;
  }

  .schedule_list .contents dt {
    font-weight: 500;
    font-size: 20px;

    small {
      font-size: 14px;
      font-weight: 300;
    }
  }

  .schedule_list .contents dd {
    line-height: 1.7;
    margin-block-start: 10px;
  }

  .schedule_list .contents dd ul {
    margin-top: 5px;
  }

  .schedule_list .contents dd ul > li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
  }

  .schedule_list > li .image {
    position: absolute;
  }

  .schedule_list > li:nth-child(1) .image {
    background: url("../img/flow00.png") no-repeat;
    background-size: auto 80px;
    height: 80px;
    width: 97px;
    left: 65%;
    top: -40px;
  }

  .schedule_list > li:nth-child(2) .image {
    background: url("../img/flow01.png") no-repeat;
    background-size: 134px auto;
    height: 103px;
    width: 134px;
    right: 13.3%;
    top: -64px;
  }

  .schedule_list.career > li:nth-child(2) .image {
    background: url("../img/flow03.png") no-repeat;
    background-size: 122px auto;
    height: 90px;
    width: 122px;
    right: 9.68%;
    top: -55px;
  }

  .schedule_list > li:nth-child(3) .image {
    background: url("../img/flow02.png") no-repeat;
    background-size: auto 80px;
    height: 80px;
    width: 97px;
    left: 65%;
    top: -40px;
  }

  .schedule_list.career > li:nth-child(3) .image {
    background: url("../img/flow08.png") no-repeat;
    background-size: auto 80px;
    height: 80px;
    width: 97px;
    left: 65%;
    top: -40px;
  }

  .schedule_list > li:nth-child(4) .image {
    background: url("../img/flow03.png") no-repeat;
    background-size: 122px auto;
    height: 90px;
    width: 122px;
    right: 9.68%;
    top: -55px;
  }

  .schedule_list > li:nth-child(5) .image {
    background: url("../img/flow07.png") no-repeat;
    background-size: 82px auto;
    height: 58px;
    width: 82px;
    left: 66.66%;
    top: -32px;
  }

  .schedule_list.career > li:nth-child(5) .image {
    background: url("../img/flow05.png") no-repeat;
    background-size: 170px auto;
    height: 90px;
    width: 170px;
    left: 48%;
    top: -50px;
  }

  .schedule_list > li:nth-child(6) .image {
    background: url("../img/flow05.png") no-repeat;
    background-size: 170px auto;
    height: 90px;
    width: 170px;
    left: 48%;
    top: -50px;
  }

  .schedule_list.career > li:nth-child(6) .image {
    background: url("../img/flow06.png") no-repeat;
    background-size: 87px auto;
    height: 79px;
    width: 87px;
    /* right: 8%; */
    right: 11%;
    left: initial;
    top: -40px;
  }

  .schedule_list > li:nth-child(7) .image {
    background: url("../img/flow06.png") no-repeat;
    background-size: 87px auto;
    height: 79px;
    width: 87px;
    /* right: 8%; */
    right: 11%;
    top: -28px;
  }

  #flow_sec .btn_area {
    margin: 200px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 37px;
  }

  #flow_sec .btn_desc,
  #flow_sec .btn_entry,
  #flow_sec .btn_apply {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 20px;
    letter-spacing: 0.037em;
    display: grid;
    place-items: center;
    width: 342px;
    min-height: 85px;
  }

  #flow_sec .btn_desc {
    background: #000000;
    color: #fff;
    line-height: 1.2;

    small {
      font-size: 14px;
    }
  }

  #flow_sec .btn_entry {
    background: #dadada;
    color: #000;
  }

  #flow_sec .btn_apply {
    background: #fff;
    color: #000;
  }

  #flow_sec .btn_apply {
    border: 1px solid #6f6f6f;
  }

  #flow_sec .btn_entry span,
  #flow_sec .btn_desc span,
  #flow_sec .btn_apply span {
    background-size: 17px auto;
    display: inline-block;
    padding-left: 33px;
    padding-right: 20px;
    text-align: left;
    position: relative;
  }

  #flow_sec .btn_entry span {
    background: url(../img/icon_career.svg) left center no-repeat;
  }

  #flow_sec .btn_desc span {
    background: url(../img/icon_student.svg) left center no-repeat;
  }

  #flow_sec .btn_apply span {
    background: url("../img/apply-b.png") left center no-repeat;
    background-size: 20px auto;
    padding-left: 27px;
  }

  #flow_sec .btn_entry span::before,
  #flow_sec .btn_desc span::before,
  #flow_sec .btn_apply span::before {
    position: absolute;
    content: "";
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 7.5px;
    height: 15px;
  }

  #flow_sec .btn_desc span::before {
    background: url("../img/ic_arrow_right-w.png") no-repeat center
      center/contain;
  }

  #flow_sec .btn_entry span::before {
    background: url("../img/ic_arrow_right.png") no-repeat center center/contain;
  }
}

@media screen and (min-width: 901px) and (max-width: 1320px) {
  #flow_sec .inner {
    width: 95%;
  }

  .schedule_list > li {
    /* padding: 4% 0; */
    padding: 35px 0;
  }
}

@media screen and (max-width: 900px) {
  #flow_sec {
    background-color: #ebeae8;
    padding: 0 15px 74px;
    margin-top: -2px;
  }

  #flow_sec h2 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 42px;
    text-align: center;
    position: relative;
    top: -21px;
    z-index: 2;
  }

  #flow_sec h2 span {
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    height: 42px;
    width: 42px;
  }

  .schedule_list {
    counter-reset: item;
    /* padding: 60px 0 0; */
  }

  .schedule_list > li {
    position: relative;
    padding-bottom: 80px;
    z-index: 1;
  }

  .schedule_list > li:after,
  .schedule_list > li:first-child:before {
    content: "";
    background: url("../img/bg_line.png") center top repeat-y;
    background-size: 3px auto;
    height: 60px;
    width: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
  }

  .schedule_list > li:after {
    height: 50px;
    bottom: 10px;
  }

  .schedule_list > li:first-child:before {
    display: none;
  }

  .schedule_list > li:last-child {
    padding-bottom: 0;
  }

  .schedule_list > li:last-child:after {
    display: none;
  }

  .schedule_list .schedule {
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    position: relative;
    z-index: 2;
  }

  .schedule_list .schedule > span {
    background-color: #000;
    display: inline-block;
    padding: 5px 25px;
  }

  .schedule_list .contents {
    background-color: #fff;
    /* border-radius: 10px; */
    padding: 45px 25px 35px 25px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
  }

  .schedule_list > li > .contents:before {
    counter-increment: item;
    content: "0" counter(item);
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
  }

  .schedule_list .contents dt {
    font-weight: 500;
    font-size: 18px;

    small {
      font-size: 13px;
      font-weight: 300;
    }
  }

  .schedule_list .contents dd {
    line-height: 1.7;
  }

  .schedule_list .contents dd ul {
    margin-top: 5px;
  }

  .schedule_list .contents dd ul > li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
  }

  .schedule_list > li .image {
    position: absolute;
  }

  .schedule_list > li:nth-child(1) .image {
    background: url("../img/flow00.png") no-repeat;
    background-size: 105px auto;
    height: 91px;
    width: 105px;
    right: 27px;
    top: 20px;
  }

  .schedule_list.career > li:nth-child(1) .image {
    background: url("../img/flow02.png") no-repeat;
    background-size: 105px auto;
    height: 91px;
    width: 105px;
    right: 27px;
    top: 20px;
  }

  .schedule_list > li:nth-child(2) .image {
    background: url("../img/flow01.png") no-repeat;
    height: 102px;
    width: 135px;
    background-size: auto 101px;
    right: 13px;
    top: -10px;
  }

  .schedule_list.career > li:nth-child(2) .image {
    background: url("../img/flow03.png") no-repeat;
    height: 86px;
    width: 115px;
    background-size: 115px auto;
    right: 24px;
    top: 16px;
  }

  .schedule_list > li:nth-child(3) .image {
    background: url("../img/flow02.png") no-repeat;
    background-size: 105px auto;
    height: 91px;
    width: 105px;
    right: 27px;
    top: 20px;
  }

  .schedule_list.career > li:nth-child(3) .image {
    background: url("../img/flow08.png") no-repeat;
    background-size: 86px auto;
    height: 79px;
    width: 86px;
    right: 27px;
    top: 20px;
  }

  .schedule_list > li:nth-child(4) .image {
    background: url("../img/flow03.png") no-repeat;
    height: 86px;
    width: 115px;
    background-size: 115px auto;
    right: 24px;
    top: 16px;
  }

  .schedule_list > li:nth-child(5) .image {
    background: url("../img/flow04.png") no-repeat;
    background-size: 75px auto;
    height: 85px;
    width: 75px;
    right: 40px;
    top: 9px;
  }

  .schedule_list.career > li:nth-child(5) .image {
    background: url("../img/flow05.png") no-repeat;
    background-size: 168px auto;
    height: 89px;
    width: 168px;
    right: 20px;
    top: 9px;
  }

  .schedule_list > li:nth-child(6) .image {
    background: url("../img/flow05.png") no-repeat;
    background-size: 168px auto;
    height: 89px;
    width: 168px;
    right: 20px;
    top: 9px;
  }

  .schedule_list.career > li:nth-child(6) .image {
    background: url("../img/flow06.png") no-repeat;
    height: 84px;
    width: 76px;
    right: 50px;
    background-size: 76px auto;
    top: 23px;
  }

  .schedule_list > li:nth-child(7) .image {
    background: url("../img/flow06.png") no-repeat;
    height: 84px;
    width: 76px;
    right: 50px;
    background-size: 76px auto;
    top: 23px;
  }

  #flow_sec .btn_area {
    margin: 46px auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  #flow_sec .btn_desc,
  #flow_sec .btn_entry,
  #flow_sec .btn_apply {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 20px;
    letter-spacing: 0.037em;
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 285px;
    min-height: 70px;
  }

  #flow_sec .btn_desc {
    background: #000000;
    color: #fff;

    small {
      font-size: 12px;
    }
  }

  #flow_sec .btn_entry {
    background: #dadada;
    color: #000;
  }

  #flow_sec .btn_apply {
    background: #fff;
    color: #000;
  }

  #flow_sec .btn_apply {
    border: 1px solid #6f6f6f;
  }

  #flow_sec .btn_entry span,
  #flow_sec .btn_desc span,
  #flow_sec .btn_apply span {
    background-size: 17px auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 20px;
    text-align: left;
    position: relative;
  }

  #flow_sec .btn_entry span {
    background: url(../img/icon_career.svg) left center no-repeat;
  }

  #flow_sec .btn_desc span {
    background: url(../img/icon_student.svg) left center no-repeat;
  }

  #flow_sec .btn_apply span {
    background: url("../img/apply-b.png") left center no-repeat;
    background-size: 20px auto;
    padding-left: 27px;
  }

  #flow_sec .btn_entry span::before,
  #flow_sec .btn_desc span::before,
  #flow_sec .btn_apply span::before {
    position: absolute;
    content: "";
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 7.5px;
    height: 15px;
  }

  #flow_sec .btn_desc span::before {
    background: url("../img/ic_arrow_right-w.png") no-repeat center
      center/contain;
  }

  #flow_sec .btn_entry span::before {
    background: url("../img/ic_arrow_right.png") no-repeat center center/contain;
  }
}

/*========================================================================================== CONTACT ===*/
#contact_sec {
  background: #fff;
}

#contact_sec .ttl .section_head {
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  #contact_sec .ttl .section_head {
    font-size: 27px;
    line-height: 1.4;
  }
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.sns_list > li {
  margin: 0 10px;
}

@media print, screen and (min-width: 901px) {
  #contact_sec {
    padding: 75px 0 45px;
    margin-top: -1px;
  }

  #contact_sec .inner {
    margin: 0 auto;
    width: 735px;
  }

  #contact_sec .ttl {
    text-align: center;
  }

  #contact_sec .ttl p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 5px;
  }

  #contact_sec .ttl > p > span > span {
    font-size: 14px;
    letter-spacing: 0.16em;
    font-weight: 300;
    margin-top: 5px;
  }

  #contact_sec .ttl .section_head,
  #contact_sec .ttl .section_head > span > span {
    font-size: 36px;
    font-weight: 700;
  }

  #contact_sec .add {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
    font-family: "Lato", sans-serif;
  }

  #contact_sec .add address {
    font-style: normal;
  }

  #contact_sec .contact_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }

  #contact_sec .contact_list > a {
    background-color: #f2f1f0;
    /* border-radius: 10px; */
    display: block;
    text-align: center;
    padding: 30px 20px;
    width: 48.98%;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact_sec .contact_list > a:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact_sec .contact_list dt {
    color: #808080;
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-top: 20px;
    font-family: "Lato", sans-serif;
  }

  #contact_sec .contact_list dd {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
    margin-top: 5px;
  }

  #contact_sec .contact_list .image {
    margin: 0 auto;
  }

  #contact_sec .tell_block .image {
    background: url("../img/contact01.png") center center no-repeat;
    background-size: auto 64px;
    height: 64px;
    width: 69px;
  }

  #contact_sec .mail_block .image {
    background: url("../img/contact02.png") center center no-repeat;
    background-size: 85px auto;
    height: 64px;
    width: 85px;
  }

  #contact_sec .bt_website {
    background-color: #fff;
    /* border-radius: 25px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    border: 1px solid #000;
    color: #000000;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    display: block;
    margin: 50px auto 0;
    padding: 8px 10px;
    text-align: center;
    width: 234px;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact_sec .bt_website:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact_sec .bt_website span {
    background: url("../img/ic_window.svg") right 1px center no-repeat;
    background-size: 14px auto;
    display: inline-block;
    padding: 10px 28px 10px 10px;
  }
}

@media screen and (max-width: 900px) {
  #contact_sec {
    padding: 60px 15px 110px;
  }

  #contact_sec .ttl {
    text-align: center;
  }

  #contact_sec .ttl p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.16em;
    margin-top: 5px;
  }

  #contact_sec .add {
    font-size: 14px;
    line-height: 1.42;
    text-align: center;
    margin-top: 25px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
  }

  #contact_sec .add address {
    font-style: normal;
  }

  #contact_sec .contact_list {
    margin-top: 30px;
  }

  #contact_sec .contact_list > a {
    background-color: #f2f1f0;
    /* border-radius: 10px; */
    display: block;
    text-align: center;
    padding: 30px 20px;
    margin-top: 10px;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact_sec .contact_list > a:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact_sec .contact_list dt {
    color: #808080;
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-top: 20px;
    font-family: "Lato", sans-serif;
  }

  #contact_sec .contact_list dd {
    font-family: "Lato", sans-serif;
    color: #000000;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
  }

  #contact_sec .contact_list .image {
    margin: 0 auto;
  }

  #contact_sec .tell_block .image {
    background: url("../img/contact01.png") center center no-repeat;
    background-size: auto 64px;
    height: 64px;
    width: 69px;
  }

  #contact_sec .mail_block .image {
    background: url("../img/contact02.png") center center no-repeat;
    background-size: 85px auto;
    height: 64px;
    width: 85px;
  }

  #contact_sec .bt_website {
    background-color: #fff;
    /* border-radius: 25px; */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    border: 1px solid #000;
    color: #000000;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    display: block;
    margin: 50px auto 0;
    padding: 8px 10px;
    text-align: center;
    width: 234px;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact_sec .bt_website:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact_sec .bt_website span {
    background: url("../img/ic_window.svg") right 1px center no-repeat;
    background-size: 14px auto;
    display: inline-block;
    padding: 10px 28px 10px 10px;
  }
}

/*========================================================================================== デジタルハリウッドの強み ===*/

#strengths {
  background: #fff;
  padding-top: 19.057vw;
  overflow: hidden;
  padding-bottom: 87px;
}

@media screen and (max-width: 900px) {
  #strengths {
    padding-top: 28vw;
    padding-bottom: 60px;
  }
}

#strengths .section_head_wrapper {
  position: relative;
  z-index: 5;
}

#strengths .section_head_wrapper::before {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/strength_bg.jpg") no-repeat center center / cover;
  height: 27.428vw;
  width: 100vw;
  z-index: -1;
}

@media screen and (max-width: 900px) {
  #strengths .section_head_wrapper::before {
    height: 40.3vw;
    background: url("../img/strength_bg_sp.jpg") no-repeat center center / cover;
  }
}

.strength__ttlwrapper {
  width: 639px;
  border: 1px solid #000;
  margin-inline: auto;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 31px;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .strength__ttlwrapper {
    width: 336px;
    padding: 15px 15px 9px;
    max-width: 100%;
  }
}

#strengths .section_en {
  font-size: 16px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 900px) {
  #strengths .section_en {
    font-size: 12px;
  }
}

#strengths .section_head {
  font-weight: 700;
  font-size: 37px;
}

@media screen and (max-width: 900px) {
  #strengths .section_head {
    font-size: 25px;
    line-height: 1.6;
  }
}

#strengths .lead {
  text-align: center;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.6;
}

#strengths .lead .sp {
  display: none;
}

@media screen and (max-width: 900px) {
  #strengths .lead {
    font-size: 14px;
    margin-top: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #strengths .lead .sp {
    display: block;
  }
}

.strength__contents {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 74px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 900px) {
  .strength__contents {
    margin-top: 39px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.strength__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b4b4b4;

  &:first-child {
    border-top: 1px solid #b4b4b4;
  }
}

@media screen and (max-width: 900px) {
  .strength__item {
    display: block;
  }
}

/* .strength__item + .strength__item {
  margin-top: 63px;
}

@media screen and (max-width: 900px) {
  .strength__item + .strength__item {
    margin-top: 45px;
  }
} */

.strength__item:nth-child(even) {
  flex-direction: row-reverse;
}

.strength__item .img img {
  width: 100%;
}

.strength__item:nth-child(1) .img {
  width: calc(507 / 990 * 100%);
}

.strength__item:nth-child(2) .img {
  width: calc(412 / 990 * 100%);
}

.strength__item:nth-child(3) .img {
  width: calc(490 / 990 * 100%);
}

@media screen and (max-width: 900px) {
  .strength__item:nth-child(1) .img,
  .strength__item:nth-child(2) .img,
  .strength__item:nth-child(3) .img {
    width: 100%;
  }
}

.strength__item .main {
  width: calc(458 / 990 * 100%);
}

/* .strength__item:nth-child(odd) .main {
  width: 46.2%;
} */

.strength__item:nth-child(3) .main {
  width: calc(470 / 990 * 100%);
}

@media screen and (max-width: 900px) {
  .strength__item .main {
    width: 100%;
  }
  .strength__item:nth-child(3) .main {
    width: 100%;
  }
}

.strength__item .ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .strength__item .ttl {
    font-size: 16px;
  }
}

.strength__item .text {
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .strength__item .text {
    font-size: 14px;
  }
}

/*========================================================================================== よく比較される業界との違い ===*/
#difference {
  background: #f2f2f2;
  padding-top: 125px;
  padding-bottom: 130px;
  margin-top: -2px;
}

@media screen and (max-width: 900px) {
  #difference {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}

.difference__contents {
  max-width: 1000px;
  margin-inline: auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 900px) {
  .difference__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.difference__ttl {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .difference__ttl {
    font-size: 25px;
  }
}

.difference__list {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 35px;
}

@media screen and (max-width: 900px) {
  .difference__list {
    margin-top: 19px;
    grid-template-columns: 1fr;
    row-gap: 21px;
  }
}

.difference__item {
  background: #fff;
  padding: 38px 28px 30px;
}

@media screen and (max-width: 900px) {
  .difference__item {
    padding: 27px 15px 24px;
  }
}

.difference__item .ttl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .difference__item .ttl {
    font-size: 18px;
  }
}

.difference__item .text {
  font-size: 14px;
  margin-top: 16px;
}

@media screen and (max-width: 900px) {
  .difference__item .text {
    font-size: 14px;
    margin-top: 10px;
  }
}

/*========================================================================================== メリット ===*/
#merit {
  margin-top: -2px;
  padding-bottom: 114px;
  background: #f2f2f2;
  padding-top: 78px;
  overflow: hidden;
}

.merit_sec + .merit_sec {
  margin-block-start: 87px;
}

@media screen and (max-width: 900px) {
  #merit {
    padding-top: 21.466vw;
    padding-bottom: 55px;
  }

  .merit_sec + .merit_sec {
    margin-block-start: 45px;
  }
}

#merit .section_head_wrapper {
  position: relative;
  z-index: 5;
  text-align: center;
}

/* #merit .section_head_wrapper::before {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/merit_bg.jpg") no-repeat center center / cover;
  height: 16.857vw;
  width: 100vw;
  z-index: -1;
}

@media screen and (max-width: 900px) {
  #merit .section_head_wrapper::before {
    height: 24.535vw;
    background: url("../img/merit_bg_sp.jpg") no-repeat center center / cover;
  }
} */

.merit__ttlwrapper {
  margin-inline: auto;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #54b6d3;
  display: inline-block;
  padding-left: 77px;
  padding-right: 77px;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .merit__ttlwrapper {
    padding: 5px 32px;
  }
}

#merit .section_en {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 900px) {
  #merit .section_en {
    font-size: 12px;
    font-weight: 300;
  }
}

#merit .section_head {
  font-weight: 700;
  font-size: 37px;
  margin-top: 17px;
  text-align: center;
}

#merit .section_head .sp {
  display: none;
}

@media screen and (max-width: 900px) {
  #merit .section_head {
    font-size: 25px;
    line-height: 1.4;
    margin-top: 14px;
  }

  #merit .section_head .sp {
    display: block;
  }
}

.merit__contents {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 39px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 900px) {
  .merit__contents {
    margin-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.merit__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #999999;
}

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

.merit__item {
  padding: 25px 29px;
  border-bottom: 1px solid #999999;
}

.merit__item:nth-child(even) {
  border-left: 1px solid #999999;
}

@media screen and (max-width: 900px) {
  .merit__item {
    padding: 19px 0px 15px;
  }

  .merit__item:nth-child(even) {
    border-left: none;
  }
}

.merit__item .ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .merit__item .ttl {
    font-size: 17px;
  }
}

.merit__item .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .merit__item .text {
    margin-top: 15px;
    font-size: 14px;
  }
}

.compare__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;

  @media screen and (max-width: 900px) {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .compare__item {
    padding: 40px 29px 33px;
    background: #fff;

    @media screen and (max-width: 900px) {
      padding: 20px 15px 18px;
    }
  }
  .ttl {
    font-size: 20px;
    font-weight: 600;
    line-height: calc(31 / 20);
    text-align: center;

    @media screen and (max-width: 900px) {
      font-size: 18px;
    }
  }
  .text {
    font-size: 14px;
    line-height: calc(27 / 14);
    margin-top: 16px;

    @media screen and (max-width: 900px) {
      font-size: 14px;
      margin-top: 10px;
    }
  }
}

/* ------------------------------------------- */

.c-details {
  width: 100%;
}

.c-details__btn {
  display: block;
  padding-block: 30px;
  padding-inline: 40px 80px;
  width: 100%;
  cursor: pointer;
  position: relative;

  @media (width <= 900px) {
    padding-block: 20px;
    padding-inline: 10px 30px;
  }

  p {
    display: flex;
    align-items: center;
    gap: 35px;

    @media (width <= 900px) {
      gap: 17px;
    }
  }

  &::-webkit-details-marker {
    display: none;
  }

  &::before,
  &::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 50%;
    right: 25px;
    transform-origin: center center;
    transition: transform 0.3s ease;
  }
  &::before {
    transform: translate(0%, -50%) rotate(90deg);
  }
  &::after {
    transform: translate(0%, -50%) rotate(0deg);
  }

  @media (width <= 900px) {
    &::before,
    &::after {
      width: 18px;
      right: 10px;
    }
  }
}

.c-details__body {
  overflow: hidden;
}

.c-details[open] {
  .c-details__btn::before {
    transform: translate(0%, -50%) rotate(0deg);
  }
}

.ttl_num {
  font-size: 30px;
  font-weight: 700;

  @media (width <= 900px) {
    font-size: 25px;
  }
}

.strength__block {
  padding-block: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  @media (width <= 900px) {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: 18px;
  }

  &.st_reverse {
    flex-direction: row-reverse;

    @media (width <= 900px) {
      flex-direction: column;
      gap: 18px;
    }
  }
}

.work_heading {
  padding-block: 127px 37px;
  overflow-x: clip;

  @media (width <= 900px) {
    padding-block: 0 26px;
  }
}

.work_swiper-wrapper {
  transition-timing-function: linear;
}

.work_heading_image {
  img {
    display: block;
    width: 100%;
    aspect-ratio: 700 / 454;
    object-fit: cover;
    object-position: center;

    @media (width <= 900px) {
      aspect-ratio: 708 / 476;
    }
  }
}

.work_heading_detail {
  max-width: 1025px;
  margin-inline: auto;
  padding-left: 5px;
  padding-right: 5px;

  @media (width <= 900px) {
    padding-inline: 20px;
  }
}

.work_heading_detail_wrap {
  margin-block-start: -80px;
  position: relative;
  z-index: 2;

  @media (width <= 900px) {
    margin-block-start: -50px;
  }

  &::before {
    content: "";
    display: block;
    background: #f2f2f2;
    width: 100%;
    height: 85px;
    position: absolute;
    transform: translateX(-90%);
    top: 0;
    left: 0;

    @media (width <= 900px) {
      height: 55px;
    }
  }

  .ttl {
    background: #f2f2f2;
    padding-block-start: 23px;
    padding-inline-end: 44px;
    width: fit-content;

    @media (width <= 900px) {
      padding-block-start: 14px;
      padding-inline-end: 30px;
    }
  }

  .ttl .section_en {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.12em;
    line-height: 1;

    @media (width <= 900px) {
      font-size: 14px;
      letter-spacing: 0.039em;
    }
  }

  .ttl .section_head {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: calc(71 / 52);
    margin-block-start: 5px;

    @media (width <= 900px) {
      font-size: 30px;
    }
  }

  .section_text {
    font-size: 18px;
    line-height: calc(34 / 18);
    letter-spacing: 0.005em;
    margin-block-start: 25px;

    @media (width <= 900px) {
      font-size: 14px;
      line-height: calc(46 / 28);
      font-weight: 300;
      margin-block-start: 20px;
    }
  }
}

.work_items {
  display: grid;
  gap: 43px;
  max-width: 1025px;
  margin-inline: auto;
  padding-left: 5px;
  padding-right: 5px;

  @media (width <= 900px) {
    gap: 50px;
    padding-inline: 20px;
  }
}

.work_item {
  display: grid;
  grid-template-columns: 153px 1fr;
  /* align-items: center; */
  padding-block: 20px;
  padding-inline: 0 30px;
  gap: 30px;
  min-height: 105px;
  background: #fff;
  position: relative;

  @media (width <= 900px) {
    min-height: initial;
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 0 21px;
    padding-inline: 13px;
  }

  &:not(:last-child)::before {
    content: "";
    display: block;
    width: 61px;
    aspect-ratio: 61 / 21;
    mask: url("../img/icon_works_arrow.svg") no-repeat center center / contain;
    background-color: #d5d5d5;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);

    @media (width <= 900px) {
      width: 50px;
      bottom: -35px;
    }
  }
}

.work_itemHead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid color-mix(in srgb, #707070 30%, transparent);

  @media (width <= 900px) {
    border-right: none;
    border-bottom: 1px solid color-mix(in srgb, #707070 30%, transparent);
    min-height: 66px;
    gap: 7px;
  }
}

.work_itemImg {
  width: 37px;
  height: 31px;
  display: grid;
  place-content: center;

  @media (width <= 900px) {
    width: 41px;
    height: 34px;
  }

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

.work_itemTitle {
  font-size: 18px;
  letter-spacing: 0.1em;

  @media (width <= 900px) {
    font-size: 19px;
  }
}

.work_itemBody {
  display: flex;
  align-items: center;
}

.work_itemText {
  font-size: 14px;
  line-height: calc(22 / 14);

  @media (width <= 900px) {
    font-size: 13px;
    font-weight: 300;
    line-height: calc(46 / 26);
  }
}

.oneday_sche_wrap {
  max-width: 1210px;
  margin-inline: auto;
  padding-inline: 70px;
  position: relative;

  @media (width <= 900px) {
    padding-inline: 0;
  }
}

.interview_btn_wrap {
  margin-block-start: 37px;

  @media (width <= 768px) {
    text-align: center;
    margin-block-start: 24px;
  }
}

.btn_view {
  background-color: #fff;
  display: block;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 16px;
  width: 212px;

  span {
    background: url("../img/ic_window.svg") right 1px top 3px no-repeat;
    background-size: 13px auto;
    display: inline-block;
    padding-right: 23px;
  }

  @media (any-hover: hover) {
    &:hover {
      opacity: 0.7;
    }
  }
}

.closetalk_sec {
  aspect-ratio: 1400 / 462;
  background: #e2e0dd;

  @media (width <= 900px) {
    aspect-ratio: initial;
    padding-block: 0 40px;
  }
}

.closetalk_inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 5px;
  height: 100%;

  @media (width <= 900px) {
    padding-inline: 20px;
  }
}

.closetalk_wrap {
  max-width: 820px;
  margin-inline: auto;
  height: 100%;
}

.closetalk_ttl {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;

  @media (width <= 900px) {
    width: 100%;
  }
}

.closeTalk_text {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(24 / 18);
  letter-spacing: 0.04em;

  @media (width <= 900px) {
    font-size: 16px;
    writing-mode: vertical-rl;
    position: absolute;
    line-height: 1.5;
    top: 20px;
    right: 0;
  }
}

.closetalk_titleEn {
  font-size: 52px;
  font-weight: 300;
  line-height: calc(62 / 52);
  margin-block-start: 15px;
  width: 350px;

  img {
    width: 100%;
  }

  @media (width <= 900px) {
    font-size: 30px;
    text-align: center;
    width: 300px;
    margin-inline: auto;
  }

  span {
    font-weight: 700;
    color: #e55927;
    margin-inline-end: 5px;
  }
}

.closetalk_titleJa {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(17 / 14);
  letter-spacing: 0.082em;
  margin-block-start: 2px;

  @media (width <= 900px) {
    text-align: center;
  }
}

.closetalk_main_img {
  aspect-ratio: 698 / 462;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  transform: translateX(90%);

  @media (width <= 900px) {
    aspect-ratio: 584 / 517;
    position: static;
    transform: initial;
    top: initial;
    right: initial;
    width: 300px;
    margin-inline-start: -20px;
  }

  img {
    width: 100%;
    height: 100%;
  }
}

.closetalk_deco_img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  height: 50%;
}

.closetalk_btn_wrap {
  margin-block-start: 33px;

  @media (width <= 900px) {
    display: flex;
    justify-content: center;
    margin-block-start: 20px;
  }
}

.careerModel {
  background: #f8f1e9;
  overflow-x: clip;
}

.careerModel_inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 5px;
  padding-block: 112px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;

  @media (width <= 900px) {
    flex-direction: column;
    align-items: center;
    padding-inline: 20px;
    padding-block: 40px 35px;
    gap: 7px;
  }
}

.careerModel_main {
  width: fit-content;
  padding-inline-start: 30px;

  @media (width <= 900px) {
    padding-inline-start: 0;
  }
}

.careerModel_img {
  width: 328px;
  margin-inline: auto;
  position: relative;
  margin-block-start: 35px;

  @media (width <= 900px) {
    margin-block-start: 15px;
    width: 190px;
  }

  &::before,
  &::after {
    content: "";
    display: block;
    width: min(133px, calc(133 / 1100 * 100vw));
    aspect-ratio: 133 / 85;
    background: url("../img/deco_career.svg") no-repeat center center / contain;
    position: absolute;
  }

  @media (width <= 900px) {
    &::before,
    &::after {
      width: min(64px, calc(64 / 375 * 100vw));
    }
  }

  &::before {
    top: 50%;
    left: -20px;
    transform: translateX(-100%);
  }

  &::after {
    bottom: 50%;
    right: -20px;
    transform: translateX(100%) rotate(180deg);
  }

  img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.careerModel_text {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(28 / 14);
  letter-spacing: 0.04em;
  white-space: nowrap;

  @media (width <= 900px) {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
  }
}
.careerModel_titleBox {
}

.careerModel_titleEn {
  width: 390px;

  @media (width <= 900px) {
    width: 299px;
  }

  img {
    width: 100%;
    height: auto;
  }
}

.careerModel_titleJa {
  font-size: 14px;
  font-weight: 400;
  margin-block-start: 25px;
  text-align: center;

  @media (width <= 900px) {
    margin-block-start: 15px;
    line-height: 1.5;
    margin-block-start: 2px;
  }
}

.careerModel_btn_wrap {
  margin-block-start: 28px;
  display: flex;
  justify-content: center;
}

.job_description_tab {
  margin-block-start: 58px;
  --border-hide: #f2f2f2;

  @media (width <= 900px) {
    margin-block-start: 30px;
  }
}

.job_flow_tab {
  margin-block-start: 58px;
  --border-hide: #ebeae9;

  @media (width <= 900px) {
    margin-block-start: 30px;
  }
}

.tabBtnWrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  border-bottom: 1px solid #000;
}

.job_flow_tabpanelWrap {
  margin-block-start: 60px;
}

.tabBtn {
  width: 280px;
  height: 45px;
  margin-bottom: 5px;
  border: none;
  padding: 0;
  padding-top: 5px;
  cursor: pointer;
  position: relative;
  background: var(--border-hide);
  font-size: 18px;
  color: #9fa0a0;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;

  @media (width <= 900px) {
    width: 142px;
    height: 42px;
    font-size: 15px;
  }

  &:nth-child(1) {
    border-right: 1px solid var(--border-hide);
  }
  &:nth-child(2) {
    border-left: 1px solid var(--border-hide);
  }

  &.is_active {
    border-top: 1px solid #000;
    height: 50px;
    margin-bottom: 0;
    padding-top: 0;
    color: #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }

  &.is_active::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: inherit;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}

.tabPanel {
  display: none;

  &.is_active {
    display: block;
  }
}

.movieBlock {
  padding-block-start: 100px;

  @media (width <= 900px) {
    padding-block-start: 65px;
  }
}

.movieBlock_swiper {
  padding-block-end: 35px;
}

.movieBlock__title {
  width: fit-content;
  margin-inline: auto;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(33 / 24);
  letter-spacing: 0.14em;

  @media (width <= 900px) {
    font-size: 18px;
    line-height: calc(54 / 36);
    text-align: center;
  }

  span {
    color: #f15a24;
    font-weight: 700;

    @media (width <= 900px) {
      font-size: 18px;
      line-height: calc(54 / 36);
    }
  }

  &::before,
  &::after {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: #707070;
    position: absolute;
    bottom: -10px;
    transform-origin: left bottom;

    @media (width <= 900px) {
      height: 50px;
      bottom: -5px;
    }
  }

  &::before {
    left: -15px;
    transform: rotate(-30deg);
  }

  &::after {
    right: -15px;
    transform: rotate(30deg);
  }
}
.movieBlock_list {
  margin-block-start: 50px;

  @media (width <= 900px) {
    margin-block-start: 30px;
  }
}

.movieBlock_item {
  width: 227px;

  video {
    width: 100%;
    aspect-ratio: 1080 / 1920;
    object-fit: cover;
    object-position: center;
  }
}

.pc_only {
  @media (width <= 900px) {
    display: none;
  }
}

.sp_only {
  display: none;

  @media (width <= 900px) {
    display: block;
  }
}

#job_description_sec .job_description_tab .tabBtnWrap {
  display: flex !important;
  flex-wrap: nowrap !important;
}

#job_description_sec .job_description_tab .tabBtn {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* タブの中身（パネル）を初期は隠す。アクティブだけ表示 */
.js-job_description_tab .js-tab-panel {
  display: none;
}
.js-job_description_tab .js-tab-panel.is-active {
  display: table;
} /* ←table維持 */

/* 募集要項タブ：非アクティブパネルは非表示、アクティブだけ表示 */
.js-job_description_tab .js-tab-panel {
  display: none;
}
.js-job_description_tab .js-tab-panel.is-active {
  display: table;
} /* ←tableのまま表示 */

/* タブ：非アクティブは強制的に隠す、アクティブだけtableで表示 */
.js-job_description_tab .js-tab-panel {
  display: none !important;
}
.js-job_description_tab .js-tab-panel.is-active {
  display: table !important; /* tableレイアウトを維持 */
}

/* ========================================
  INDEX SECTION
======================================== */

.site-index {
  padding-block: 105px 84px;
  background-color: #fff;
}

@media (max-width: 900px) {
  .site-index {
    padding-block: 60px 50px;
  }
}

.top-inner {
  max-width: 1130px;
  margin-inline: auto;
  padding-inline: 20px;

  @media (max-width: 900px) {
    padding-inline: 35px;
  }
}

.site-index__header {
}

.site-index__title {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 0.147em;
  line-height: calc(84 / 70);
  text-transform: uppercase;
  border-bottom: 1px solid #9fa0a0;

  @media (max-width: 900px) {
    font-size: 40px;
  }
}

.site-index__subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-block-start: 12px;
  line-height: calc(24 / 20);

  @media (max-width: 900px) {
    font-size: 14px;
    margin-block-start: 8px;
  }
}

.site-index__grid {
  margin-block-start: 53px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;

  @media (max-width: 900px) {
    margin-block-start: 60px;
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .site-index__card {
    position: relative;

    &.site-index__card--company {
      --main-color: var(--company-color);
    }

    &.site-index__card--work {
      --main-color: var(--work-color);
    }

    &.site-index__card--people {
      --main-color: var(--people-color);
    }

    &.site-index__card--way-of-working {
      --main-color: var(--way-of-working-color);
    }
  }

  .site-index__card-image {
    width: 100%;
    aspect-ratio: 506 / 233;

    a {
      display: block;
      position: relative;
      transition: opacity 0.5s ease;

      @media (any-hover: hover) {
        &:hover {
          opacity: 0.8;
        }
      }
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.5s ease;
    }
  }

  .site-index__card-title {
    width: fit-content;
    background: var(--main-color);
    padding: 0 26px;
    color: color-mix(in srgb, #fff 50%, transparent);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(58 / 40);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);

    strong {
      color: #fff;
    }

    @media (max-width: 900px) {
      font-size: 26px;
      padding: 0 12px;
      transform: translateY(18%);
    }
  }

  .site-index__card-number {
    display: block;
    width: 86px;
    position: absolute;
    bottom: 0;
    right: 36px;
    transform: translateY(50%);

    @media (max-width: 900px) {
      width: 57px;
      right: 26px;
      bottom: initial;
      top: 0;
      transform: translateY(-50%);
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
    }

    @media (max-width: 900px) {
      font-size: 56px;
    }
  }

  .site-index__card-menu {
    margin-block-start: 62px;
    padding-inline-start: 30px;
    border-left: 7px solid var(--main-color);

    @media (max-width: 900px) {
      margin-block-start: 23px;
      padding-inline-start: 20px;
      border-left: 4px solid var(--main-color);
    }
  }

  .site-index__menu-item {
    border-bottom: 1px solid color-mix(in srgb, #9fa0a0 50%, transparent);

    &:nth-child(1 of .site-index__menu-item) {
      border-top: 1px solid color-mix(in srgb, #9fa0a0 50%, transparent);
    }

    @media (max-width: 900px) {
      &:nth-child(1 of .site-index__menu-item) {
        border-top: none;
      }
    }
  }

  .site-index__menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: opacity 0.3s ease;

    @media (max-width: 900px) {
      padding: 11px 7px;
      font-size: 14px;
    }

    &::after {
      content: "";
      display: block;
      width: 17px;
      height: 17px;
      mask: url(../img/icon_arrow_slim.svg) no-repeat center center / contain;
      background-color: var(--main-color);

      @media (max-width: 900px) {
        width: 12px;
        height: 12px;
      }
    }

    @media (any-hover: hover) {
      &:hover {
        opacity: 0.7;
      }
    }
  }
}

/* OFFICIAL SOCIALS */
.site-index__socials {
  margin-block-start: 70px;
  padding: 54px 20px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;

  @media (max-width: 900px) {
    margin-top: 36px;
    padding: 29px 20px;
    flex-direction: column;
    gap: 10px;
  }
}

.site-index__socials-title {
  font-size: 19px;
  font-weight: 300;
  line-height: calc(23 / 19);
  letter-spacing: 0.147em;
  text-transform: uppercase;

  @media (max-width: 900px) {
    font-size: 14px;
  }
}

.site-index__socials-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 44px;

  @media (max-width: 900px) {
    gap: 20px 30px;
  }
}

.site-index__social-icon {
  width: 28px;
  aspect-ratio: 28 / 28;

  @media (max-width: 900px) {
    width: 20px;
  }

  a {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  @media (any-hover: hover) {
    a:hover {
      opacity: 0.7;
    }
  }
}

/* ========================================
   RECRUIT BLOCK
======================================== */
.recruit-block {
  background: #f4f4f4;
  width: 100%;
  position: relative;
  padding-block: 79px;
  --main-color: var(--recruit-color);

  @media (width <= 900px) {
    padding-block: initial;
  }

  .recruit-block__inner {
    display: flex;
    width: 100%;
    --inner-width: 1097px;
    max-width: var(--inner-width);
    margin-inline: auto;
    padding-inline: 5px;
    padding-inline: 5px;

    @media (width <= 900px) {
      padding-inline: 0;
    }
  }

  .recruit-block__wrapper {
    display: grid;
    grid-template-columns: 1fr 81%;
    width: 100%;
    gap: 15px;

    @media (width <= 900px) {
      grid-template-columns: 1fr;
      gap: 0;
    }
  }

  .recruit-block__header {
    position: relative;

    &::before {
      content: "";
      display: block;
      width: 256px;
      aspect-ratio: 256 / 274;
      background: #fff;
      mask: url(../img/sub/logo_main_gray.svg) no-repeat center center / contain;
      position: absolute;
      top: -42px;
      left: -218px;
    }

    @media (width <= 900px) {
      padding-inline: 36px;
      padding-block: 80px 15px;
      background: #f4f4f4;

      &::before {
        background: #fff;
        width: 138px;
        top: 0;
        left: initial;
        right: 28px;
      }
    }
  }

  .recruit-block__title {
    display: grid;
    gap: 15px;
    position: relative;
    z-index: 2;

    @media (width <= 900px) {
      gap: 7px;
    }
  }

  .recruit-block__jp {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: calc(59 / 44);
    letter-spacing: 0.06em;

    @media (width <= 900px) {
      font-size: 30px;
    }
  }

  .recruit-block__en {
    font-size: 16px;
    font-weight: 300;
    line-height: calc(22 / 16);
    letter-spacing: 0.147em;
    text-transform: uppercase;

    @media (width <= 900px) {
      font-size: 13px;
    }
  }

  .recruit-block__content {
    @media (width <= 900px) {
      padding-inline: 36px;
      padding-block: 0 48px;
    }
  }

  .recruit-block__nav_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 36px;

    @media (width <= 900px) {
      grid-template-columns: repeat(2, 1fr);
      gap: 0 10px;
    }
  }

  .recruit-block__nav_item {
    border-bottom: 1px solid color-mix(in srgb, #a5b1be 50%, transparent);

    &:nth-child(1 of .recruit-block__nav_item),
    &:nth-child(2 of .recruit-block__nav_item) {
      border-top: 1px solid color-mix(in srgb, #a5b1be 50%, transparent);
    }
  }

  .recruit-block__nav_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-block: 22px;
    padding-inline: 12px;
    text-decoration: none;
    transition: opacity 0.3s ease;

    @media (width <= 900px) {
      padding-block: 14px;
      padding-inline: 14px;
    }

    &::after {
      content: "";
      display: block;
      width: 17px;
      height: 17px;
      mask: url(../img/icon_arrow_slim.svg) no-repeat center center / contain;
      background-color: var(--main-color);

      @media (width <= 900px) {
        width: 11px;
        height: 11px;
      }
    }

    &:hover {
      opacity: 0.6;
    }
  }

  .recruit-block__nav_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;

    @media (width <= 900px) {
      font-size: 14px;
    }
  }

  .recruit-block__message {
    margin-block-start: 30px;
    display: block;
    transition: opacity 0.3s ease;

    img {
      width: 100%;
      height: auto;
    }

    @media (width <= 900px) {
      margin-block-start: 40px;
      width: min(400px, 100%);
      margin-inline: auto;
    }

    @media (any-hover: hover) {
      &:hover {
        opacity: 0.7;
      }
    }
  }
}
