@charset "UTF-8";

/* CSS Document */
.section-top {
  margin-top: 200px;
  margin-bottom: 70px;
}

.section-top h1 {
  margin: 0 0 50px 80px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  display: flex;
  align-items: center;
}

.section-top h1:after {
  border-top: 1px solid #6c6c6c;
  content: "";
  width: 100%;
  margin-left: 0.8em;
}

.section-top__image {
  max-width: 1071px;
  width: 100%;
  height: 547px;
}

.section-top__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top__image::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.07);
  position: absolute;
  max-width: 1071px;
  width: 100%;
  height: 547px;
}

@media (max-width: 768px) {
  .section-top {
    margin-top: 190px;
    margin-bottom: 45px;
  }

  .section-top h1 {
    margin: 0 0 35px 30px;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }

  .section-top__image {
    height: 307px;
  }

  .section-top__image::before {
    height: 307px;
  }
}

.section-intro {
  margin-bottom: 95px;
  padding-left: 80px;
  text-align: left;
}

.section-intro_copy h2 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  margin-bottom: 12px;
}

.section-intro_copy small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  margin-bottom: 40px;
}

.section-intro_copy p {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  line-height: 4rem;
  margin-bottom: 40px;
}

.br {
  display: inline;
}

@media (max-width: 768px) {
  .section-intro {
    margin-bottom: 70px;
    padding: 0 24px;
  }

  .section-intro_copy h2 {
    margin-bottom: 0;
    line-height: 2.5rem;
  }

  .section-intro_copy small {
    margin-bottom: 40px;
  }

  .section-intro_copy p {
    margin-bottom: 0;
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
  }

  .br {
    display: none;
  }
}

.section-message {
  margin-bottom: 120px;
  color: #fff;
  position: relative;
}

.section-message-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.section-message_wrapper {
  /* padding: 50px 83px; */
  padding-inline: 83px;
  padding-block: 120vh 150px;
}

.message_bar {
  background-color: #fff;
  display: block;
  width: 20px;
  height: 1px;
  margin: 20px 0 40px;
}

.section-message-bg {
  background-image: url("../images/recruit/section-message_image.jpg");
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.section-message_container {
  text-align: left;
  width: 500px;
  height: 700px;
  position: relative;
}

.section-message h3 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

.section-message_lead {
  padding: 55px;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 4rem;
}

.section-message_lead01 {
  margin-bottom: 50px;
}

.section-message_name {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-message_name span {
  margin-bottom: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  text-align: left;
}

.section-message_name div {
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
}

@media (max-width: 768px) {
  .section-message_wrapper {
    /* padding: 80px 24px; */
    padding-inline: 24px;
    padding-block: 120vh 80px;
  }

  .section-message_container {
    height: auto;
    width: auto;
  }

  .section-message h3 {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }

  .section-message_lead {
    padding: 40px 0;
    font-size: 1.4rem;
  }

  .section-message_name span {
    font-size: 1.2rem;
  }

  .section-message_name div {
    font-size: 1.8rem;
  }
}

.section-interview {
  margin-bottom: 140px;
}

.section-interview .section_title {
  margin: 0 80px;
}

/* .section-interview ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
} */

/* .section-interview ul li {
  list-style: none;
  width: 33%;
  padding-top: 30%;
  position: relative;
}

.section-interview ul li:nth-child(2) {
  display: none;
}

.section-interview ul li:nth-child(3) {
  display: none;
}

.section-interview ul li:nth-child(4) {
  display: none;
}

.section-interview ul li:nth-child(6) {
  display: none;
}

.section-interview ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#staff01,
#staff02,
#staff03,
#staff04,
#staff05,
#staff06 {
  display: none;
}

.modaal-container {
  width: 100%;
  height: 100vh;
  max-width: none;
  background: #ece9e0;
  overflow: scroll;
}

.modaal-content-container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}

#modaal-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px #fff;
  mix-blend-mode: exclusion;
  top: 4.5%;
  right: 5%;
}

.modaal-close:after,
.modaal-close:before {
  background: none;
  border-bottom: solid 1px #fff;
  border-radius: 2px;
  height: 1px;
  width: 50%;
}

.modaal-close:before {
  top: 23px;
  left: 14.5px;
  transform: translateY(6px) rotate(-45deg);
}

.modaal-close:after {
  top: 35px;
  left: 14.5px;
  transform: translateY(-6px) rotate(45deg);
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modaal-wrapper {
  height: auto;
}

.modaal-inner-wrapper {
  padding: 0;
  height: 100vh;
}

.interview_image {
  width: 56%;
  height: 100vh;
  position: relative;
}

.interview_image:before {
  content: "";
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3) 120%
  );
  position: absolute;
  width: 50%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  right: 0;
  z-index: 0;
}

.interview_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview_name:before {
  border-left: 4px solid #ece9e0;
  content: "";
  height: 60px;
  margin-right: 1em;
}

.interview_name {
  color: #ece9e0;
  position: absolute;
  top: 3%;
  left: 99%;
  transform: rotate(90deg);
  transform-origin: left;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.interview_name span {
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  margin-right: 30px;
}

.interview_name h3 {
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
}

.interview_description {
  width: 24%;
  margin: 0 auto 5%;
}

.interview_copy {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 2rem;
}

.interview_wrapper {
  max-height: 27vh;
  overflow: scroll;
}

.interview_lead {
  letter-spacing: 0.2rem;
  line-height: 3.2rem;
} */

@media (max-width: 768px) {
  .section-interview {
    margin-bottom: 120px;
  }

  .section-interview .section_title {
    margin: 0 24px;
  }

  /* .section-interview ul li {
    width: 49.602%;
    padding-top: 50%;
  }

  .modaal-content-container {
    align-items: flex-start;
  }

  .interview_image {
    width: 90%;
    height: 44vh;
    margin: 17vh 0 40px;
  }

  .interview_description {
    width: auto;
    margin: 0 5%;
  }

  .interview_copy {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .modaal-inner-wrapper {
    padding: 0;
  }

  #modaal-close {
    top: 30px;
    right: 24px;
  }

  .interview_name:before {
    margin-right: 0.5em;
  }

  .interview_name {
    left: 100%;
  }

  .interview_name span {
    font-size: 1.4rem;
    margin-right: 15px;
  }

  .interview_name h3 {
    font-size: 1.4rem;
  }

  .interview_lead {
    font-size: 1.4rem;
  } */
}

.section-advantages {
  margin-bottom: 160px;
  text-align: left;
}

.section-advantages .section_title {
  margin: 0 80px;
}

.section-advantages .bar {
  background-color: #ece9e0;
}

.section-advantages ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 100px 0;
}

.section-advantages_image {
  width: 60%;
  height: 433px;
}

.section-advantages_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-advantages_01 {
  margin-left: 80px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 70px;
  justify-content: space-between;
  width: 100vw;
  margin-top: 50px;
}

.section-advantages_01 img {
  object-position: 50% 30%;
}

.section-advantages_02 {
  margin-right: 80px;
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: space-between;
  width: 100vw;
}

.section-advantages_03 {
  margin-left: 80px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 70px;
  justify-content: space-between;
  width: 100vw;
}

.section-advantages_number {
  margin-bottom: 30px;
  font-size: 5rem;
  letter-spacing: 0.15rem;
  line-height: 4rem;
  font-weight: 400;
  /* color: #373737;
  -webkit-text-stroke: 0.5px #ece9e0;
  text-stroke: 0.5px #ece9e0; */
}

.section-advantages_description h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 4rem;
}

.section-advantages_description_a {
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  line-height: 2.6rem;
  margin-bottom: 30px;
}

/* .section-advantages_description h3 {
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.section-advantages_description h3:before {
  border-left: 5px solid #ece9e0;
  content: "";
  height: 30px;
  margin-right: 1em;
} */

.section-advantages_description_b {
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  line-height: 2.6rem;
}

.section-advantages_description_b-item {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.section-advantages_description_b-item:before {
  display: block;
  content: "";
  width: 6px;
  height: 1px;
  background-color: #ece9e0;
  margin-bottom: 1px;
  position: relative;
  top: 12px;
}

*/ .lesson-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.lesson-button a {
  color: #ece9e0;
  text-decoration: none;
}

.lesson-button_container {
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: normal;
  border-bottom: 1px solid #ece9e0;
  cursor: pointer;
}

.lesson-button_yazirusi {
  position: relative;
  width: 20px;
  margin-left: 25px;
}

.lesson-button_line01 {
  height: 1px;
  background-color: #ece9e0;
}

.lesson-button_line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 5px;
  height: 1px;
  background-color: #ece9e0;
  transform: rotate(45deg);
}

.sns-button-outer {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.sns-button-wrapper {
  width: max-content;
}

.sns-button {
}

.sns-button a {
  color: #ece9e0;
  text-decoration: none;
}

.sns-button:first-child {
  margin-bottom: 10px;
}

.sns-button_container {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: normal;
  border-bottom: 1px solid #ece9e0;
  cursor: pointer;
}

.sns-button_yazirusi {
  position: relative;
  width: 20px;
  margin-left: 25px;
}

.sns-button_line01 {
  height: 1px;
  background-color: #ece9e0;
}

.sns-button_line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 5px;
  height: 1px;
  background-color: #ece9e0;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .section-advantages {
    margin-bottom: 100px;
  }

  .section-advantages .section_title {
    margin: 0 24px;
  }

  .section-advantages_image {
    width: 76%;
    height: 241px;
  }

  .section-advantages_01 {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 50px;
    width: 100%;
    margin-top: 0;
  }

  .section-advantages_02 {
    margin-right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
  }

  .section-advantages_03 {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 50px;
    width: 100%;
  }

  .section-advantages_number {
    margin-bottom: 23px;
    font-size: 4rem;
  }

  .section-advantages_description {
    margin: 0 auto;
    padding: 0px 9%;
    width: 100vw;
    min-width: 375px;
  }

  .section-advantages_description h2 {
    margin-bottom: 20px;
  }

  .sns-button-outer {
    /* margin-top: 20px; */
  }
}

.section-lesson {
  margin: 0 80px 140px;
  text-align: left;
}

.section-lesson h3 {
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.section-lesson h3:before {
  border-left: 5px solid #6c6c6c;
  content: "";
  height: 30px;
  margin-right: 1em;
}

.section-lesson p {
  margin: 40px 0 65px 30px;
  line-height: 3rem;
}

.section-lesson_description01 {
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.section-lesson_image01_pc {
  display: block;
  margin-left: 65px;
  width: 61%;
}

.section-lesson_image01_pc img {
  width: 100%;
  height: 100%;
}

.section-lesson_description02 {
  margin-bottom: 100px;
  position: relative;
}

.section-lesson_image02_pc {
  display: block;
  width: 84.5%;
  margin: 50px auto 0;
}

.section-lesson_image02_pc img {
  width: 100%;
  height: 100%;
}

.section-lesson_description03 {
  margin-bottom: 100px;
  position: relative;
  height: 410px;
}

.section-lesson_image03_pc {
  display: block;
  height: 340px;
  width: 79%;
  margin: 40px auto 0;
}

.section-lesson_image03_pc img {
  width: 100%;
  height: 100%;
}

.section-lesson_image01_sp {
  display: none;
}

.section-lesson_image02_sp {
  display: none;
}

.section-lesson_image03_sp {
  display: none;
}

.scroll-hint-icon {
  left: calc(50% - 80px);
  height: 84px;
  background: rgba(0, 0, 0, 0.5);
}

.scroll-hint-text {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .section-lesson {
    margin: 0 0 120px;
  }

  .section-lesson .section_title {
    margin: 0 24px;
  }

  .section-lesson h3 {
    margin-left: 24px;
  }

  .section-lesson p {
    margin: 35px 45px 45px 45px;
  }

  .section-lesson_image01_sp {
    display: block;
    width: 380px;
    overflow: hidden;
  }

  .section-lesson_image01_sp img {
    width: 100%;
    height: 100%;
  }

  .section-lesson_description02 {
    margin-bottom: 70px;
  }

  .section-lesson_image02_sp {
    display: block;
    min-width: 375px;
  }

  .section-lesson_image02a_sp {
    width: 68.7871px;
    margin: 40px 45px 0;
  }

  .section-lesson_image02a_sp img {
    width: 100%;
  }

  .section-lesson_image02b_sp {
    overflow: scroll;
    margin: 5px 0 20px;
  }

  .section-lesson_image02b_sp img {
    width: 1075px;
    margin: 0 45px 10px 45px;
  }

  .section-lesson_image02c_sp {
    width: 282.5px;
    margin: 0 auto;
  }

  .section-lesson_image02c_sp img {
    width: 100%;
  }

  .section-lesson_image03_sp {
    display: block;
    width: 302px;
    margin: 40px auto 0;
  }

  .section-lesson_image03_sp img {
    width: 100%;
    height: 100%;
  }

  .section-lesson_image01_pc {
    display: none;
  }

  .section-lesson_image02_pc {
    display: none;
  }

  .section-lesson_image03_pc {
    display: none;
  }
}

.parallax {
  margin-bottom: 70px;
  position: relative;
  /* height: 370px; */
  height: 150vh;
}

.parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.parallax-image {
  background-image: url("../images/recruit/section-message_image.jpg");
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.section-company {
  margin: 0 80px 120px;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
}

.section-company_contents {
  text-align: left;
}

.section-company_contents dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section-company_contents dt {
  width: 15%;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #6c6c6c;
  font-weight: 600;
}

.section-company_contents dd {
  width: 85%;
  padding: 15px 0;
  border-bottom: 1px solid #6c6c6c;
}

@media (max-width: 768px) {
  .section-company {
    margin: 0 24px 120px;
  }

  .section-company_contents dt {
    width: 38%;
  }

  .section-company_contents dd {
    width: 62%;
  }
}

.section-details {
  margin: 0 80px 120px;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
}

.section-details_accordion-area {
  list-style: none;
  width: 100%;
}

.section-details_accordion-area li:first-child {
  border-top: 1px solid #6c6c6c;
}

.section-details_accordion-area section {
  border-bottom: 1px solid #6c6c6c;
  padding: 15px;
  text-align: left;
}

.section-details_title {
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.5s ease;
}

.section-details_title::before,
.section-details_title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #373737;
}

.section-details_title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

.section-details_title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

.section-details_title.a-close::before {
  transform: rotate(45deg);
}

.section-details_title.a-close::after {
  transform: rotate(-45deg);
}

.section-details_box {
  display: none;
  padding-top: 15px;
}

.section-details_box dl {
  display: flex;
  margin-bottom: 17px;
}

.section-details_box dl dt {
  margin-right: 20px;
}

.section-details_01 dl dt {
  width: 63px;
}

.section-details_02 dl dt {
  width: 100px;
}

.section-details_03 dl dt {
  width: 100px;
}

.section-details_04 dl dt {
  width: 63px;
}

.section-details_box p {
  margin-bottom: 17px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .section-details {
    margin: 0 24px 120px;
  }

  .section-details_box dl {
    flex-direction: column;
  }
}

.section-flow {
  margin: 0 80px 120px;
  text-align: left;
}

.section-flow ol {
  display: flex;
  justify-content: space-evenly;
}

.section-flow ol li {
  list-style: none;
  display: flex;
}

.section-flow ol li img {
  width: 120px;
  margin-bottom: 30px;
}

.section-flow_list-number {
  font-weight: 500;
  letter-spacing: 0.5rem;
  margin-bottom: 5px;
}

.section-flow ol li p {
  width: 150px;
}

.section-flow_list-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #373737;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
  top: 50px;
}

.section-flow_list-arrow::before,
.section-flow_list-arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.section-flow_list-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.section-flow_list-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

@media (max-width: 768px) {
  .section-flow {
    margin: 0 24px 120px;
  }

  .section-flow ol {
    flex-direction: column;
    gap: 12px;
  }

  .section-flow ol li {
    list-style: none;
    display: flex;
  }

  .section-flow_list-container {
    display: flex;
    align-items: center;
  }

  .section-flow ol li img {
    width: 100px;
    margin-bottom: 0;
  }

  .section-flow_list-description {
    margin-left: 15px;
  }

  .section-flow ol li p {
    width: auto;
    padding-left: 10px;
  }

  .section-flow_list-arrow {
    transform: translateX(-25%) rotate(134deg);
    top: -5px;
    left: 47px;
  }
}

.section-entrybtn {
  margin: 0 80px 120px;
}

.section-entrybtn a {
  color: #373737;
  text-decoration: none;
}

.entrybtn {
  height: 270px;
  position: relative;
}

.entrybtn_sentence {
  margin: 0 auto;
  font-size: 2.8rem;
  letter-spacing: 0.15rem;
  padding: 20px;
  border-bottom: solid 1px #373737;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.entrybtn_sentence p {
  margin-bottom: 20px;
}

.entrybtn_container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.entrybtn_yazirusi {
  position: relative;
  width: 30px;
  margin-left: 15px;
}

.entrybtn_line01 {
  height: 1px;
  background-color: #373737;
}

.entrybtn_line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 5px;
  height: 1px;
  background-color: #373737;
  transform: rotate(45deg);
}

.lineTrigger {
  position: relative;
  opacity: 0;
}

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #6c6c6c;
}

.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #6c6c6c;
}

.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime 0.5s linear 0s forwards;
}

.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 0.5s linear 0.5s forwards;
}

.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime 0.5s linear 1s forwards;
}

.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 0.5s linear 1.5s forwards;
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes lineAnime2 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime 0.5s linear 1.5s forwards;
  opacity: 0;
}

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

  100% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .section-entrybtn {
    margin: 0 24px 120px;
  }

  .entrybtn {
    height: 200px;
  }

  .entrybtn_sentence {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    padding: 10px;
    width: 58%;
  }

  .entrybtn_sentence p {
    margin-bottom: 10px;
  }

  .entrybtn_container {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .entrybtn_yazirusi {
    width: 20px;
    margin-left: 10px;
  }
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  max-width: 100vw;
}

.interview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.interview-item {
  cursor: pointer;
  transition: box-shadow 0.3s;
  width: 33%;
  padding-top: 30%;
  position: relative;
}

.interview-item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.staff-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-content {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100vh;
  max-width: none;
  background: #ece9e0;
  overflow: scroll;
  margin: auto;
  text-align: left;
}

.modal-body {
  padding: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}

.modal-left {
  width: 56%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.modal-left:before {
  content: "";
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3) 120%
  );
  position: absolute;
  width: 50%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  right: 0;
  z-index: 0;
}

#modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-header {
  padding: 0;
  border-bottom: none;

  color: #ece9e0;
  position: absolute;
  top: 3%;
  left: 99%;
  transform: rotate(90deg);
  transform-origin: left;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;

  font-size: 2.4rem;
  letter-spacing: 0.15rem;
}

.modal-title {
  line-height: 2.4rem;
  font-weight: 700;
}

#modal-position {
  margin-right: 30px;
}

.modal-header:before {
  border-left: 4px solid #ece9e0;
  content: "";
  height: 60px;
  margin-right: 1.4rem;
}

#modal-container {
  width: 24%;
  margin: 0 auto 5%;
}

#modal-copy {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 2rem;
}

#modal-lead {
  letter-spacing: 0.2rem;
  line-height: 3.2rem;
}

.modal-lead-wrapper {
  max-height: 27vh;
  overflow: scroll;
}

#modaal-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px #fff;
  mix-blend-mode: exclusion;
  top: 4.5%;
  right: 5%;
}

.modaal-close:after,
.modaal-close:before {
  background: none;
  border-bottom: solid 1px #fff;
  border-radius: 2px;
  height: 1px;
  width: 50%;
}

.modaal-close:before {
  top: 23px;
  left: 14.5px;
  transform: translateY(6px) rotate(-45deg);
}

.modaal-close:after {
  top: 35px;
  left: 14.5px;
  transform: translateY(-6px) rotate(45deg);
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modal-footer {
  padding: 0;
  border-top: none;
}

.modal-footer > * {
  margin: 0;
}

/* モーダルのフェードイン・フェードアウトアニメーションを設定 */
.modal.fade .modal-dialog {
  transform: translate(0, 0); /* 初期位置を通常の位置に設定 */
  opacity: 0; /* 初期状態は透明 */
  transition: opacity 0.3s linear; /* アニメーションのトランジション */
}

.modal.show .modal-dialog {
  opacity: 1; /* モーダルが表示されるときの透明度 */
}

.modal.fade.hide .modal-dialog {
  opacity: 0; /* モーダルが閉じるときの透明度 */
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .interview-item {
    width: 49.602%;
    padding-top: 50%;
  }

  .modal-body {
    flex: none;
  }

  .modal-left {
    width: 90%;
    height: 44vh;
    margin: 17vh 0 40px;
  }

  #modal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .modal-header {
    left: 100%;

    font-size: 1.4rem;
  }

  #modal-position {
    margin-right: 15px;
  }

  .modal-header:before {
    margin-right: 0.7rem;
  }

  #modal-container {
    width: auto;
    margin: 0 5%;
  }

  #modal-copy {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .modal-lead-wrapper {
    max-height: 27vh;
    overflow: scroll;
  }

  #modal-lead {
    font-size: 1.4rem;
  }

  #modaal-close {
    top: 30px;
    right: 24px;
  }
}

body {
  /* transition: background-color 1s, color 1s; */
  transition: background-color 0.4s ease-out 0s, color 0.4s ease-out 0s;
}

.ad-container {
  display: flex;
}

.sticky-column {
  position: sticky;
  top: 0;
  /* background-color: #f1f1f1; */
  background-image: url("../images/recruit/section-advantages_image05.jpg");
  /* padding: 10px; */
  width: 50vw; /* 固定カラムの幅 */
  height: 100vh; /* 試験的に固定カラムの高さ */
  background-size: cover;
}

.main-content {
  flex-grow: 1;
  /* padding: 10px; */
  /* background-color: #eaeaea; */
  height: fit-content; /* スクロールを可能にするための高さ */
  width: 50vw;
  margin-bottom: 100px;
}

.section-advantages_01a {
  margin-inline: 100px;
  /* display: flex
; */
  /* flex-direction: row-reverse; */
  align-items: center;
  /* gap: 70px; */
  /* justify-content: space-between; */
  /* width: 100vw; */
  /* margin-top: 50px; */
}

.section-advantages_description h3:before {
  border-left: 5px solid #ece9e0;
}

@media (max-width: 768px) {
  .ad-container {
    /* display: flex; */
    flex-direction: column-reverse;
  }

  .sticky-column {
    position: static;

    /* margin: 10px; */
    width: 100%;
    height: 377px;
  }

  .main-content {
    height: fit-content;
    width: 100%;
    margin-top: 30px;
  }

  .section-advantages_01a {
    margin-inline: 0;

    margin-top: 0;
    /* margin-bottom: 50px; */
  }
}


.sns-info {
/* height: 100vh; */
margin-top: 100px;
padding-block: 100px;
/* position: sticky; */
border-top: 1px solid #ece9e0;
border-bottom: 1px solid #ece9e0;
/* background-color: #373737; */
/* color: #373737; */
margin-inline: 80px;
padding-inline: 20px;
display: flex;
justify-content: space-between;
gap: 100px;
flex-wrap: wrap;
}

.sns-info h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.sns-info p {
  font-size: 1.4rem;
}

.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; /* 他の要素の上に表示 */
}

.sns-info-text {
  letter-spacing: 0.15rem;


}

@media (max-width: 768px) {

  .sns-info {
    margin-inline: 24px;
    padding-inline: 21px;
    justify-content: flex-end;
    gap: 30px;
  }
}