#mv_area {
  color: #ffffff;
  overflow: hidden;
}

section#intro {
  color: #4d5761;
}

section#recruit_info {
  color: #4d5761;
}

section#recruit_info h2::before {
  content: attr(data-en);
  font-family: "Rubik";
  display: inline-block;
  background-image: linear-gradient(to top, #4d5761 0%, #6e849a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section#recruit_info .list > li > a {
  color: #ffffff;
}

section#recruit_info .list > li > a h3::before {
  content: attr(data-en);
  font-family: "Rubik";
}

section#interview {
  color: #4d5761;
}

section#interview h2::before {
  content: attr(data-en);
  font-family: "Rubik";
  display: inline-block;
  background-image: linear-gradient(to top, #4d5761 0%, #6e849a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section#interview .list > li > a {
  color: #4d5761;
}

section#interview .list > li > a .number {
  text-transform: uppercase;
  display: inline-block;
  background-image: linear-gradient(0deg, #4477ab 0%, #83a9db 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section#interview .list > li > a h3 {
  text-transform: uppercase;
}

section#interview .list > li > a h3 span {
  display: inline-block;
}

section#interview .list > li > a h3 span:nth-of-type(1) {
  background-image: linear-gradient(to top, #4d5761 0%, #6e849a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section#interview .list > li > a h3 span:nth-of-type(2) {
  color: #4d5761;
}

section#interview .list > li > a .link_area .tag::before {
  content: "#";
  color: #83a9db;
}

section#business {
  color: #4d5761;
}

section#business h2::before {
  content: attr(data-en);
  font-family: "Rubik";
  display: inline-block;
  background-image: linear-gradient(to top, #4d5761 0%, #6e849a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section#business .list > li {
  color: #ffffff;
}

section#business .link a {
  color: #3b424a;
}

section#faq {
  color: #4d5761;
}

section#faq h2::before {
  content: attr(data-en);
  font-family: "Rubik";
  display: inline-block;
  background-image: linear-gradient(to top, #4d5761 0%, #6e849a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section#faq .list {
  border-top: 1px solid #ebedee;
}

section#faq .list > li {
  border-bottom: 1px solid #ebedee;
}

section#faq .list > li > dl dt {
  position: relative;
}

section#faq .list > li > dl dt:hover {
  text-decoration: underline;
}

section#faq .list > li > dl dt::before {
  content: "Q";
  font-family: "Rubik";
  color: #83a9db;
  position: absolute;
  left: 0;
}

section#faq .list > li > dl dt button,
section#faq .list > li > dl dt button:focus,
section#faq .list > li > dl dt button:hover {
  display: block;
  border: none;
  outline: none;
  appearance: none;
  background: none;
  cursor: pointer;
  color: #4d5761;
}

section#faq .list > li > dl dd {
  position: relative;
}

section#faq .list > li > dl dd::before {
  content: "A";
  font-family: "Rubik";
  color: #83a9db;
  position: absolute;
  left: 0;
}

section#faq .list > li > dl dd::before.hidden {
  display: none;
}

section#faq .link a {
  color: #606c78;
}

@media screen and (min-width: 768px) {
  main {
    overflow: hidden;
  }
  #bg_wrapper2 {
    position: relative;
  }
  #bg_wrapper2::before {
    content: "";
    position: absolute;
    transform: skewY(var(--bg-skew-deg));
    margin-top: calc(tan(var(--bg-skew-deg)) * 100% / 2);
    top: -50px;
    left: 0;
    right: 0;
    height: 1400px;
    background-image: linear-gradient(to top, white 10px, rgba(255, 255, 255, 0.7)), linear-gradient(45deg, rgba(68, 119, 171, 0.8) 0%, rgba(211, 217, 219, 0.8) 36%, rgba(192, 213, 240, 0.8) 90%, rgba(255, 219, 219, 0.8) 100%);
    z-index: -1;
  }
  #bg_wrapper2::after {
    content: "";
    position: absolute;
    transform: skewY(var(--bg-skew-deg));
    margin-top: calc(tan(var(--bg-skew-deg)) * 100% / 2);
    top: 1345px;
    left: 0;
    right: 0;
    height: 10px;
    background: #ffffff;
    z-index: -1;
  }
  #bg_wrapper3 {
    position: relative;
  }
  #bg_wrapper3::before {
    content: "";
    position: absolute;
    transform: skewY(var(--bg-skew-deg));
    margin-top: calc(tan(var(--bg-skew-deg)) * 100% / 2);
    top: 100px;
    left: 0;
    right: 0;
    bottom: -1000px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), white), linear-gradient(45deg, rgba(68, 119, 171, 0.8) 0%, rgba(211, 217, 219, 0.8) 36%, rgba(192, 213, 240, 0.8) 90%, rgba(255, 219, 219, 0.8) 100%);
    z-index: -1;
  }
  #mv_area {
    height: 640px;
    width: calc(50% + 640px);
    margin: 0 auto 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 12px 12px 0;
  }
  #mv_area .bx-wrapper {
    border: none;
    box-shadow: none;
  }
  #mv_area #mv li img {
    width: 100%;
    height: 640px;
    object-fit: cover;
  }
  #mv_area .data {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    height: 640px;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 50px 0;
  }
  #mv_area .data #main_copy {
    margin-top: 30px;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  #mv_area .data #mv_workout {
    margin-top: 20px;
  }
  section#intro {
    position: relative;
  }
  section#intro::before {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 524px;
    height: 524px;
    position: absolute;
    top: -230px;
    left: -200px;
    opacity: 0.4;
    pointer-events: none;
  }
  section#intro .contents {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-top: 120px;
  }
  section#intro .image_area {
    width: 52.73%;
    position: relative;
  }
  section#intro .image_area img {
    border-radius: 10px;
  }
  section#intro #intro_image1 {
    position: absolute;
    top: 40px;
    left: 110px;
  }
  section#intro #intro_image2 {
    position: absolute;
    top: 430px;
    left: 465px;
  }
  section#intro #intro_image3 {
    position: absolute;
    top: 480px;
    left: 0;
  }
  section#intro .data_area {
    width: 39.06%;
    padding-bottom: 90px;
  }
  section#intro .data_area h2 {
    font-size: 4rem;
    font-weight: 200;
    line-height: 1.4;
    text-indent: -1.12em;
    letter-spacing: 0.12em;
    margin-bottom: 50px;
  }
  section#intro .data_area h2 strong {
    font-weight: 600;
  }
  section#intro .data_area .txt {
    font-size: 1.6rem;
    line-height: 1.81;
    margin-top: 30px;
  }
  section#recruit_info {
    padding-top: 120px;
    position: relative;
  }
  section#recruit_info::before {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 524px;
    height: 524px;
    position: absolute;
    top: -160px;
    right: -240px;
    opacity: 0.4;
    pointer-events: none;
  }
  section#recruit_info .contents {
    width: calc(50% + 600px);
    margin: 0 0 0 auto;
    position: relative;
  }
  section#recruit_info .contents::before {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 524px;
    height: 524px;
    position: absolute;
    bottom: -230px;
    left: -200px;
    opacity: 0.4;
    pointer-events: none;
  }
  section#recruit_info h2 {
    position: relative;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  section#recruit_info h2::before {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
  }
  section#recruit_info .description {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.73;
  }
  section#recruit_info #recruit_list_area {
    margin-top: 55px;
    margin-left: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  section#recruit_info #recruit_list_area > .list {
    display: flex;
    justify-content: space-between;
    padding-right: 100px;
    gap: 0 35px;
    min-width: 100%;
  }
  section#recruit_info #recruit_list_area > .list > li {
    width: 480px;
    flex-shrink: 0;
    padding-bottom: 15px;
    scroll-snap-align: start;
  }
  section#recruit_info #recruit_list_area > .list > li a {
    display: flex;
    width: 480px;
    height: 320px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  section#recruit_info #recruit_list_area > .list > li a .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  section#recruit_info #recruit_list_area > .list > li a .image img {
    border-radius: 10px;
    transition: transform var(--hover-arrow-transition-time);
  }
  section#recruit_info #recruit_list_area > .list > li a .data {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 3;
    width: 480px;
    height: 320px;
    padding: 30px 28px;
    box-sizing: border-box;
  }
  section#recruit_info #recruit_list_area > .list > li a .data h3 {
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    line-height: 1.33;
  }
  section#recruit_info #recruit_list_area > .list > li a .data h3::before {
    white-space: nowrap;
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    position: absolute;
    top: -17px;
    left: 0;
  }
  section#recruit_info #recruit_list_area > .list > li a .data .link {
    position: relative;
    font-size: 1.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 60px;
    height: 50px;
    transform: translateY(15px);
  }
  section#recruit_info #recruit_list_area > .list > li a .data .link::before {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw2_w.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
  }
  section#recruit_info #recruit_list_area > .list > li a .data .link::after {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw_hover.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  section#recruit_info #recruit_list_area > .list > li a:hover .image img {
    transform: scale(1.05);
  }
  section#recruit_info #recruit_list_area > .list > li a:hover .link::before {
    opacity: 0;
  }
  section#recruit_info #recruit_list_area > .list > li a:hover .link::after {
    opacity: 1;
  }
  section#interview {
    padding-top: 230px;
  }
  section#interview .contents {
    width: 1200px;
    margin: 0 auto;
  }
  section#interview h2 {
    position: relative;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  section#interview h2::before {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
  }
  section#interview .description {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.73;
  }
  section#interview .list {
    margin-top: 110px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 125px 0;
    position: relative;
  }
  section#interview .list::before {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 524px;
    height: 524px;
    position: absolute;
    bottom: 44%;
    right: -300px;
    opacity: 0.4;
    pointer-events: none;
  }
  section#interview .list > li {
    width: 520px;
    position: relative;
  }
  section#interview .list > li:nth-of-type(2n + 1) {
    transform: translateY(-130px);
  }
  section#interview .list > li > a {
    display: flex;
    flex-direction: column;
  }
  section#interview .list > li > a .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
    height: 308px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    -webkit-mask-image: url(/common/image/recruit/interview_mask.png);
    mask-image: url(/common/image/recruit/interview_mask.png);
    mask-repeat: no-repeat;
  }
  section#interview .list > li > a .image img {
    transition: transform var(--hover-arrow-transition-time);
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  section#interview .list > li > a .data {
    position: relative;
    z-index: 3;
    padding-top: 230px;
  }
  section#interview .list > li > a .data .name_area {
    height: 90px;
    display: flex;
    flex-flow: column;
    justify-content: end;
  }
  section#interview .list > li > a .data .number {
    font-size: 1.4rem;
    font-weight: 400;
  }
  section#interview .list > li > a .data h3 {
    margin-top: 9px;
  }
  section#interview .list > li > a .data h3 span:nth-of-type(1) {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
  }
  section#interview .list > li > a .data h3 span:nth-of-type(2) {
    margin-top: 1px;
    font-weight: 400;
    font-size: 2.3rem;
    line-height: 1;
    margin-top: -4px;
  }
  section#interview .list > li > a .data .link_area {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section#interview .list > li > a .data .link_area .tag {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    position: relative;
    padding-left: 15px;
  }
  section#interview .list > li > a .data .link_area .tag::before {
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 1.6rem;
  }
  section#interview .list > li > a .data .link_area .link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 60px;
    height: 50px;
    font-size: 1.4rem;
    color: #4d5761;
  }
  section#interview .list > li > a .data .link_area .link::before {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw2.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
  }
  section#interview .list > li > a .data .link_area .link::after {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw_hover.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  section#interview .list > li > a:hover .image img {
    transform: scale(1.05);
  }
  section#interview .list > li > a:hover .data .link::before {
    opacity: 0;
  }
  section#interview .list > li > a:hover .data .link::after {
    opacity: 1;
  }
  section#business {
    padding-top: 290px;
  }
  section#business .contents {
    width: 1200px;
    margin: 0 auto;
  }
  section#business h2 {
    position: relative;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  section#business h2::before {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
  }
  section#business .list {
    margin-top: 40px;
    padding: 0 20px;
    display: grid;
    gap: 16px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 790px 354px;
    position: relative;
  }
  section#business .list::before {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 524px;
    height: 524px;
    position: absolute;
    top: -320px;
    right: -262px;
    opacity: 0.4;
    pointer-events: none;
  }
  section#business .list > li {
    position: relative;
    width: 354px;
    height: 155px;
    padding: 20px;
  }
  section#business .list > li > a {
    color: #FFFFFF;
  }
  section#business .list > li h3 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  section#business .list > li:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/4;
    width: 790px;
    height: 500px;
    padding: 35px 50px;
  }
  section#business .list > li:nth-of-type(1) h3 {
    font-size: 2.8rem;
  }
  section#business .list > li:nth-of-type(1) .txt {
    font-size: 1.5rem;
    line-height: 1.73;
    margin-top: 22px;
  }
  section#business .list > li:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  section#business .list > li:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  section#business .list > li:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  section#business .list > li .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  section#business .list > li .image img {
    border-radius: 10px;
  }
  section#business .list > li .data {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  section#business .list > li .coming_soon {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  section#business .link {
    margin-top: 40px;
    margin-right: 20px;
    text-align: right;
  }
  section#business .link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 60px;
    height: 50px;
    font-size: 1.4rem;
  }
  section#faq {
    padding-top: 155px;
    margin-bottom: 140px;
    position: relative;
  }
  section#faq::before {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 524px;
    height: 524px;
    position: absolute;
    top: -280px;
    left: -220px;
    opacity: 0.4;
    pointer-events: none;
  }
  section#faq .contents {
    width: 1200px;
    margin: 0 auto;
  }
  section#faq .contents .faq_contents {
    display: flex;
    justify-content: space-between;
  }
  section#faq h2 {
    position: relative;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  section#faq h2::before {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    position: absolute;
    top: -20px;
    left: 0;
  }
  section#faq .list > li {
    width: 800px;
  }
  section#faq .list > li > dl > dt button {
    padding: 35px 60px 35px 50px;
    text-align: left;
    width: 100%;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    position: relative;
  }
  section#faq .list > li > dl > dt button::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #4d5761;
    position: absolute;
    right: 20px;
    top: 50%;
  }
  section#faq .list > li > dl > dt button[aria-expanded="false"]::before {
    content: "";
    width: 2px;
    height: 16px;
    background: #4d5761;
    position: absolute;
    right: 27px;
    top: calc(50% - 7px);
  }
  section#faq .list > li > dl > dt::before {
    font-size: 2.2rem;
    font-weight: 500;
    top: 35px;
    left: 16px;
  }
  section#faq .list > li > dl > dd {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.73;
    letter-spacing: 0.05em;
    padding: 10px 50px 35px;
  }
  section#faq .list > li > dl > dd::before {
    font-size: 2.2rem;
    font-weight: 500;
    top: 6px;
    left: 16px;
  }
  section#faq .link {
    margin-top: 40px;
    text-align: right;
  }
  section#faq .link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 60px;
    height: 50px;
    font-size: 1.4rem;
  }
}
