@media screen and (max-width: 767.999px) {
  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: -340px;
    left: 0;
    right: 0;
    height: 800px;
    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: -2;
  }
  #bg_wrapper2::after {
    content: "";
    position: absolute;
    transform: skewY(var(--bg-skew-deg));
    margin-top: calc(tan(var(--bg-skew-deg)) * 100% / 2);
    top: 455px;
    left: 0;
    right: 0;
    height: 10px;
    background: #ffffff;
    z-index: -2;
  }
  #footer_entry_guideline {
    margin-top: 100px;
  }
  #mv_area {
    width: 93.33vw;
    aspect-ratio: 1050/1800;
    position: relative;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
  }
  #mv_area .bx-wrapper {
    border: none;
    box-shadow: none;
  }
  #mv_area .data {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 0 20px 20px 0;
  }
  #mv_area .data #mv_logo {
    width: 140px;
    padding-left: 5px;
  }
  #mv_area .data #main_copy {
    margin-top: -15px;
    font-size: 1.9rem;
    line-height: 1.47;
    font-weight: 500;
    padding-left: 20px;
  }
  #mv_area .data #mv_workout {
    margin-top: -10px;
    padding-left: 5px;
  }
  section#intro {
    padding-top: 75px;
    position: relative;
  }
  section#intro::before {
    content: "";
    background: radial-gradient(#ffdbdb 0%, #c0d5f066 30%, transparent 70%);
    width: 420px;
    height: 420px;
    position: absolute;
    top: -160px;
    right: -160px;
    opacity: 0.4;
  }
  section#intro .data_area {
    padding: 0 30px;
  }
  section#intro .data_area h2 {
    font-size: 2.8rem;
    font-weight: 200;
    line-height: 1.5;
    text-indent: -1.12em;
    letter-spacing: 0.12em;
    margin-left: 0.6em;
  }
  section#intro .data_area h2 strong {
    font-weight: 600;
  }
  section#intro .data_area .txt {
    margin-top: 27px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  section#intro .data_area .txt:nth-of-type(1) {
    margin-top: 35px;
  }
  section#intro .image_area {
    margin-top: 100px;
    position: relative;
  }
  section#intro .image_area::before {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 280px;
    height: 280px;
    position: absolute;
    top: -40px;
    left: -100px;
    opacity: 0.4;
    pointer-events: none;
    z-index: -1;
  }
  section#intro .image_area #intro_image1 {
    width: 72%;
    margin-left: 10.66%;
  }
  section#intro .image_area #intro_image1 img {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }
  section#intro .image_area .image_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-right: 3.33%;
    flex-direction: row-reverse;
  }
  section#intro .image_area .image_wrapper #intro_image2 {
    width: 33.1%;
  }
  section#intro .image_area .image_wrapper #intro_image2 img {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }
  section#intro .image_area .image_wrapper #intro_image3 {
    width: 54.48%;
    padding-top: 9.24%;
  }
  section#intro .image_area .image_wrapper #intro_image3 img {
    border-radius: 0 10px 10px 0;
    width: 100%;
    height: auto;
  }
  section#recruit_info {
    padding-top: 145px;
  }
  section#recruit_info h2 {
    padding: 0 30px;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
    position: relative;
  }
  section#recruit_info h2::before {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    position: absolute;
    top: -25px;
    left: 30px;
  }
  section#recruit_info .description {
    margin-top: 20px;
    padding: 0 30px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  section#recruit_info #recruit_list_area {
    margin-top: 55px;
    margin-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  section#recruit_info #recruit_list_area > .list {
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    gap: 0 20px;
    min-width: 100%;
  }
  section#recruit_info #recruit_list_area > .list > li {
    width: 66.66vw;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  section#recruit_info #recruit_list_area > .list > li:last-child {
    width: calc(66.66vw + 30px);
    padding-right: 30px;
  }
  section#recruit_info #recruit_list_area > .list > li a {
    display: flex;
    width: 100%;
    height: 220px;
    position: relative;
  }
  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;
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  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: 100%;
    height: 220px;
    object-fit: cover;
    padding: 20px;
    box-sizing: border-box;
  }
  section#recruit_info #recruit_list_area > .list > li a .data h3 {
    font-size: 1.9rem;
    font-weight: 500;
    position: relative;
    line-height: 1.26;
  }
  section#recruit_info #recruit_list_area > .list > li a .data h3::before {
    white-space: nowrap;
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    position: absolute;
    top: -17px;
    left: 0;
  }
  section#recruit_info #recruit_list_area > .list > li a .data .link {
    position: relative;
    width: 38px;
    height: 38px;
  }
  section#recruit_info #recruit_list_area > .list > li a .data .link span {
    display: none;
  }
  section#recruit_info #recruit_list_area > .list > li a .data .link::before {
    content: "";
    width: 38px;
    height: 38px;
    background: url(/common/image/base/link_arw2_w.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
  }
  section#interview {
    padding: 150px 30px 0;
    position: relative;
  }
  section#interview::before {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 300px;
    height: 300px;
    position: absolute;
    top: -80px;
    left: -100px;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
  section#interview h2 {
    padding: 0;
    font-size: 2.5rem;
    position: relative;
    line-height: 1.28;
    letter-spacing: 0.12em;
  }
  section#interview h2::before {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    position: absolute;
    top: -25px;
    left: 0;
  }
  section#interview .description {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  section#interview .list {
    margin-top: 55px;
    position: relative;
  }
  section#interview .list::before {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 300px;
    height: 300px;
    position: absolute;
    top: calc(50% - 150px);
    right: -100px;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
  section#interview .list > li {
    margin-top: 60px;
  }
  section#interview .list > li:nth-of-type(1) {
    margin-top: 0;
  }
  section#interview .list > li > a {
    display: block;
    position: relative;
  }
  section#interview .list > li > a .image {
    position: relative;
  }
  section#interview .list > li > a .image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }
  section#interview .list > li > a .data .name_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    aspect-ratio: 630/481;
    padding-top: 54%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section#interview .list > li > a .data .name_area .number {
    font-size: 1.2rem;
    font-weight: 400;
  }
  section#interview .list > li > a .data .name_area h3 {
    margin-top: 5px;
  }
  section#interview .list > li > a .data .name_area h3 span:nth-of-type(1) {
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
  section#interview .list > li > a .data .name_area h3 span:nth-of-type(2) {
    margin-top: 1px;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  section#interview .list > li > a .data .link_area {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  section#interview .list > li > a .data .link_area .tag {
    font-size: 1.3rem;
    line-height: 1.46;
    letter-spacing: 0.06em;
    padding-left: 14px;
    position: relative;
  }
  section#interview .list > li > a .data .link_area .tag::before {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 1.6rem;
  }
  section#interview .list > li > a .data .link_area .link {
    height: 38px;
    width: 38px;
    background: url(/common/image/base/link_arw_hover.png) no-repeat;
    background-size: cover;
  }
  section#business {
    padding: 175px 20px 0;
    position: relative;
  }
  section#business::before {
    content: "";
    position: absolute;
    transform: skewY(var(--bg-skew-deg));
    margin-top: calc(tan(var(--bg-skew-deg)) * 100% / 2);
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    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: -2;
  }
  section#business::after {
    content: "";
    position: absolute;
    transform: skewY(var(--bg-skew-deg));
    margin-top: calc(tan(var(--bg-skew-deg)) * 100% / 2);
    bottom: -5px;
    left: 0;
    right: 0;
    height: 10px;
    background: #ffffff;
    z-index: -2;
  }
  section#business h2 {
    padding: 0 10px;
    font-size: 2.5rem;
    position: relative;
    line-height: 1.28;
    letter-spacing: 0.12em;
  }
  section#business h2::before {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    position: absolute;
    top: -25px;
    left: 10px;
  }
  section#business h2::after {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 300px;
    height: 300px;
    position: absolute;
    top: -195px;
    left: -100px;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
  section#business .list {
    margin-top: 25px;
  }
  section#business .list > li {
    position: relative;
    margin-top: 15px;
    padding: 18px 15px;
    height: 150px;
  }
  section#business .list > li:nth-of-type(1) {
    margin-top: 0;
    height: 240px;
  }
  section#business .list > li:nth-of-type(1) h3 {
    font-size: 1.9rem !important;
  }
  section#business .list > li:nth-of-type(4) {
    height: 90px;
    margin-right: 27px;
    margin-left: 27px;
  }
  section#business .list > li a {
    color: #FFFFFF;
  }
  section#business .list > li .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  section#business .list > li .image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  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 .data h3 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  section#business .list > li .data .txt {
    font-size: 1.3rem;
    line-height: 1.46;
    margin-top: 10px;
  }
  section#business .list > li:nth-of-type(4) .data {
    justify-content: center;
    align-items: center;
  }
  section#business .list > li:nth-of-type(4) .data .coming_soon {
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  section#business .list > li:nth-of-type(4) .data h3 {
    font-size: 1.5rem;
  }
  section#business .link {
    margin-top: 30px;
    text-align: right;
    padding: 0 13px;
  }
  section#business .link a {
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-left: 45px;
    font-size: 1.3rem;
  }
  section#business .link a::before {
    content: "";
    height: 33px;
    width: 33px;
    background: url(/common/image/base/link_arw_hover.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  section#faq {
    padding: 105px 30px 0;
    position: relative;
  }
  section#faq::after {
    content: "";
    background: radial-gradient(#c0d5f0 20%, transparent 70%);
    width: 300px;
    height: 300px;
    position: absolute;
    top: -20px;
    left: -100px;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
  section#faq h2 {
    padding: 0 10px;
    font-size: 2.5rem;
    position: relative;
    line-height: 1.28;
    letter-spacing: 0.12em;
  }
  section#faq h2::before {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    position: absolute;
    top: -25px;
    left: 10px;
  }
  section#faq .list {
    margin-top: 25px;
  }
  section#faq .list > li > dl > dt button {
    padding: 23px 30px 23px 27px;
    text-align: left;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.35;
    position: relative;
  }
  section#faq .list > li > dl > dt button::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #4d5761;
    position: absolute;
    right: 0;
    top: 50%;
  }
  section#faq .list > li > dl > dt button[aria-expanded="false"]::before {
    content: "";
    width: 2px;
    height: 16px;
    background: #4d5761;
    position: absolute;
    right: 7px;
    top: calc(50% - 7px);
  }
  section#faq .list > li > dl > dt::before {
    font-size: 2.2rem;
    font-weight: 500;
    top: 18px;
    left: 0;
  }
  section#faq .list > li > dl > dd {
    font-size: 1.3rem;
    padding: 0 0 23px 27px;
  }
  section#faq .list > li > dl > dd::before {
    font-size: 2.2rem;
    font-weight: 500;
    top: 0;
    left: 0;
  }
  section#faq .link {
    margin-top: 30px;
    text-align: right;
  }
  section#faq .link a {
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-left: 45px;
    font-size: 1.3rem;
  }
  section#faq .link a::before {
    content: "";
    height: 33px;
    width: 33px;
    background: url(/common/image/base/link_arw_hover.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
