@media screen and (max-width: 767.99px) {
  .page_top {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 32px;
    position: relative;
  }
  .page_top picture {
    display: block;
    margin: 0 -12px;
  }
  .page_top picture img {
    width: 100%;
    height: auto;
  }
  .page_top.title_only .text_area {
    padding-bottom: 0;
  }
  .page_top .text_area {
    padding: 45px 0 110px;
  }
  .page_top .text_area h1 {
    font-size: 32px;
    padding: 0;
    letter-spacing: 0.12em;
    line-height: 1.5;
    margin: 0 0 23px;
    font-weight: 500;
  }
  .page_top .text_area p {
    font-size: 15px;
    line-height: 1.8;
    padding: 0;
    margin: 0;
    font-feature-settings: "palt";
    font-weight: 400;
  }
  .page_top .wave_area {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .page_top .wave_area .wave_area_inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .page_top .wave_area .wave_area_inner img {
    position: absolute;
    width: 100%;
    height: auto;
    inset: auto 0 0 0;
  }
  .page_top:has( + .page_anchor_area) .text_area {
    padding-bottom: 50px;
  }
  .page_anchor_area {
    border-top: 1px solid #d9d4ce;
    position: relative;
    margin: 0 32px 80px;
    padding: 20px 0 0;
  }
  .page_anchor_area::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    inset: 0 0 auto 0;
  }
  .page_anchor_area .page_anchor_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 11px  10px;
  }
  .page_anchor_area .page_anchor_list .page_anchor {
    text-decoration: none;
    font-size: 12px;
    display: flex;
    column-gap: 8px;
    align-items: center;
    letter-spacing: 0.04em;
    border-right: 1px solid #d9d4ce;
    padding-right: 12px;
  }
  .page_anchor_area .page_anchor_list .page_anchor::after {
    content: "";
    border-bottom: 1px solid #d46a0d;
    border-right: 1px solid #d46a0d;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
  }
  .center_text_area {
    margin-bottom: 80px;
  }
  .center_text_area .text_wrap {
    padding: 0 32px 72px;
  }
  .center_text_area .text_wrap h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 3px;
  }
  .center_text_area .text_wrap .sub {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #d46a0d;
    margin: 0 0 51px;
  }
  .center_text_area .text_wrap .text_main {
    letter-spacing: 0.12em;
  }
  .center_text_area .text_wrap .text_main h3 {
    margin: 0 0 33px;
    font-size: 27px;
    line-height: 1.6;
    font-weight: 500;
  }
  .center_text_area .text_wrap .text_main p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 28px;
    font-feature-settings: "palt";
    font-weight: 400;
  }
  .center_text_area .text_wrap .text_main p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .center_text_area .text_wrap .text_main p.signature {
    font-size: 17px;
    margin: 0;
    text-align: right;
    line-height: 1;
  }
  .center_text_area .text_wrap .text_main p.signature .sub {
    color: #1b434d;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
  }
  .center_text_area .img_wrap {
    aspect-ratio: 750 / 580;
    width: 100%;
    height: auto;
    position: relative;
  }
  .center_text_area .img_wrap .img1 {
    position: absolute;
    inset: 50px 0 auto auto;
    width: max(48vw, 180px);
    height: auto;
  }
  .center_text_area .img_wrap .img2 {
    position: absolute;
    inset: 0 auto auto 0;
    width: max(37.3vw, 140px);
    height: auto;
  }
  .two_column_bg_img {
    width: 100%;
    height: auto;
    padding: 117px 32px 0;
    position: relative;
  }
  .two_column_bg_img .text_wrap {
    color: #ffffff;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    margin-bottom: 72px;
  }
  .two_column_bg_img .text_wrap .policy_wrap {
    margin-bottom: 45px;
  }
  .two_column_bg_img .text_wrap .policy_wrap h2 + .sub {
    margin-bottom: 7px;
  }
  .two_column_bg_img .text_wrap .policy_wrap h3 {
    margin-bottom: 0;
  }
  .two_column_bg_img .text_wrap h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
  }
  .two_column_bg_img .text_wrap h2 + .sub {
    font-size: 11px;
    margin: 4px 0 7px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .two_column_bg_img .text_wrap h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 15px;
  }
  .two_column_bg_img .text_wrap p {
    font-size: 14px;
    color: #ffffff;
    line-height: 2.2;
    letter-spacing: 0.12em;
    margin: 0 0 20px;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  .two_column_bg_img .text_wrap p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .two_column_bg_img .img_wrap {
    position: relative;
    aspect-ratio: 750 / 722;
    inset: 0;
    overflow: hidden;
    width: calc(100% + 64px);
    height: auto;
    margin: 0 -32px;
  }
  .two_column_bg_img .img_wrap .img1 {
    position: absolute;
    inset: 0 auto auto 8.5%;
    width: 45.9%;
    height: auto;
    z-index: 1;
  }
  .two_column_bg_img .img_wrap .img2 {
    position: absolute;
    inset: 26.3% auto auto 2%;
    width: 22.9%;
    height: auto;
    z-index: 1;
  }
  .two_column_bg_img .img_wrap .img3 {
    position: absolute;
    inset: 42.9% auto auto 29.9%;
    width: 32%;
    height: auto;
    z-index: 1;
  }
  .two_column_bg_img .img_wrap .img4 {
    position: absolute;
    inset: 14% 0 auto auto;
    width: 34.5%;
    height: auto;
    z-index: 1;
  }
  .two_column_bg_img .img_wrap .wave {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 0;
    inset: 15.7% 0 auto 0;
  }
  .two_column_bg_img .background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    inset: 0;
  }
  .business_list {
    padding: 0;
    margin: -18px 0 0;
    list-style: none;
  }
  .business_list li {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
  }
  .business_list li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .business_list li img {
    display: block;
    width: calc(100% - 20px);
    height: auto;
    margin: 0 auto 29px;
  }
  .business_list li .text_wrap {
    display: contents;
  }
  .business_list li .text_wrap .index {
    display: block;
    color: #d9d4ce;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 18px;
    font-size: 15px;
    letter-spacing: 0.04em;
    margin: 0 0 27px;
    text-align: right;
    order: -1;
    position: relative;
    font-weight: 500;
  }
  .business_list li .text_wrap .index::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d9d4ce;
    position: absolute;
    inset: auto 0 0 0;
  }
  .business_list li .text_wrap .sub {
    margin: 0 10px 9px;
    color: #d46a0d;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .business_list li .text_wrap h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 10px 10px;
  }
  .business_list li .text_wrap .name {
    padding-left: 1em;
    font-size: 15px;
    font-weight: 500;
    color: #1b434d;
    position: relative;
    margin: 0 10px 28px;
  }
  .business_list li .text_wrap .name::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d46a0d;
    position: absolute;
    inset: 12px auto auto 0;
    transform: translateY(-50%);
  }
  .business_list li .text_wrap .link_button {
    width: 137px;
    font-size: 13px;
    margin: 0 10px;
    padding: 0 32px 0 20px;
  }
  .separate_image {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .separate_image img {
    width: 100%;
    height: 340px;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .scroll_container .sticky_wrap {
    display: contents;
  }
  .scroll_container .sticky_wrap .horizontal_scroll {
    display: contents;
  }
  .scroll_container .sticky_wrap .horizontal_scroll .scroll_contents {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0 0 58px;
  }
  .scroll_container .sticky_wrap .horizontal_scroll .scroll_contents:nth-last-of-type(1) {
    margin-bottom: 97px;
  }
  .scroll_container .sticky_wrap .horizontal_scroll .scroll_contents img {
    width: calc(100% - 64px);
    height: auto;
    margin: 0 auto 40px;
    display: block;
  }
  .scroll_container .sticky_wrap .horizontal_scroll .scroll_contents .text_wrap {
    display: contents;
  }
  .scroll_container .sticky_wrap .horizontal_scroll .scroll_contents .text_wrap .index {
    display: block;
    color: #b7ada0;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    font-size: 15px;
    letter-spacing: 0.04em;
    margin: 0 20px 38px;
    text-align: right;
    order: -1;
    position: relative;
  }
  .scroll_container .sticky_wrap .horizontal_scroll .scroll_contents .text_wrap .index::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d9d4ce;
    position: absolute;
    inset: auto 0 0 0;
  }
  .scroll_container .sticky_wrap .horizontal_scroll .scroll_contents .text_wrap h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    margin: 0 32px 17px;
  }
  .scroll_container .sticky_wrap .horizontal_scroll .scroll_contents .text_wrap .main_text {
    font-size: 13px;
    line-height: 2;
    margin: 0 32px;
    font-feature-settings: "palt";
    font-weight: 400;
  }
  .overview_google_map {
    width: 100%;
    margin-bottom: 8px !important;
  }
  .grouphome_archive_area {
    margin: -5px auto 0;
    padding: 0;
  }
  .grouphome_archive_area .page_anchor_list {
    padding: 0 10px;
    margin: 0 auto 36px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 12px;
  }
  .grouphome_archive_area .page_anchor_list li {
    border-right: 1px solid #b7ada0;
    display: flex;
    height: 20px;
  }
  .grouphome_archive_area .page_anchor_list li:nth-last-of-type(1) {
    border: none;
  }
  .grouphome_archive_area .page_anchor_list li a {
    position: relative;
    text-decoration: none;
    font-size: 12px;
    padding: 0 30px 0 0;
    display: flex;
    align-items: center;
  }
  .grouphome_archive_area .page_anchor_list li a::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #d46a0d;
    border-bottom: 2px solid #d46a0d;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    inset: calc(50% - 2px) 14px auto auto;
  }
  .grouphome_archive_area .grouphome_list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .grouphome_archive_area .grouphome_list li {
    margin-bottom: 30px;
    display: flex;
    flex-flow: column;
  }
  .grouphome_archive_area .grouphome_list li .text_wrap {
    display: contents;
  }
  .grouphome_archive_area .grouphome_list li img {
    width: calc(100% - 24px);
    height: auto;
    margin: 0 auto 25px;
  }
  .grouphome_archive_area .grouphome_list li .index {
    display: block;
    color: #d9d4ce;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    font-size: 15px;
    letter-spacing: 0.04em;
    margin: 0 0 30px 0;
    width: 100%;
    text-align: right;
    order: -1;
    position: relative;
  }
  .grouphome_archive_area .grouphome_list li .index::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d9d4ce;
    position: absolute;
    inset: auto 0 0 0;
  }
  .grouphome_archive_area .grouphome_list li .name_english {
    font-weight: 500;
    font-size: 17px;
    color: #d46a0d;
    margin: 0 12px 12px;
    letter-spacing: 0.08em;
  }
  .grouphome_archive_area .grouphome_list li .name {
    font-weight: 500;
    font-size: 20px;
    margin: 0 12px 12px;
  }
  .grouphome_archive_area .grouphome_list li .address {
    font-weight: 500;
    font-size: 14px;
    margin: 0 12px 30px;
  }
  .grouphome_archive_area .grouphome_list li .link_button {
    width: 138px;
    font-size: 13px;
    margin-left: 12px;
    padding-bottom: 1px;
  }
  .grouphome_archive_area .grouphome_list li .link_button:after {
    content: "";
    width: 8px;
    height: 8px;
    top: calc(50% - 1px);
  }
  .support_area {
    padding: 100px 0;
    background: linear-gradient(180deg, #1b434d 0%, #f5f3f1 81%);
    overflow-x: hidden;
    position: relative;
  }
  .support_area .circle_list {
    display: flex;
    width: 360px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 109px;
    position: relative;
  }
  .support_area .circle_list .upper {
    display: contents;
  }
  .support_area .circle_list .lower {
    display: contents;
  }
  .support_area .circle_list p {
    width: 180px;
    height: 180px;
    border: 1px solid #d9d4ce;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
  }
  .support_area .circle_list p:nth-of-type(2n - 1) {
    inset: auto -25px auto auto;
  }
  .support_area .circle_list p:nth-of-type(2n) {
    inset: 95px auto auto -25px;
  }
  .support_area .circle_list p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .support_area .circle_list::before {
    content: "";
    display: block;
    width: 2px;
    height: 59px;
    background: #637d84;
    position: absolute;
    inset: auto 0 0 0;
    margin: 0 auto;
  }
  .support_area .circle_list::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #637d84;
    position: absolute;
    inset: auto 0 0 0;
    margin: 0 auto;
    transform: rotate(-45deg) translate(6px, 1px);
  }
  .support_area .text_wrap {
    padding: 50px 32px 0;
    position: relative;
    z-index: 10;
  }
  .support_area .text_wrap h2 {
    font-size: 27px;
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
    margin: 0 0 36px;
  }
  .support_area .text_wrap p {
    padding: 0 20px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin: 0;
  }
  .support_area .wave_area {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
  }
  .support_area .wave_area picture img {
    width: 100%;
    height: auto;
    position: absolute;
  }
  .contact_link_wrap {
    margin: 0 auto;
    position: relative;
    z-index: 15;
  }
  .contact_link_wrap .contact_link {
    margin: auto;
    background: #ffffff;
    padding: 20px 0;
    width: 310px;
    box-sizing: border-box;
    position: relative;
    top: 30px;
  }
  .contact_link_wrap .contact_link p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 15px;
  }
  .contact_link_wrap .contact_link .link_button {
    margin: 0 auto;
    width: 161px;
  }
  .support_service_list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: orange_number 0;
  }
  .support_service_list li {
    counter-increment: orange_number 1;
    margin: 0 0 69px;
  }
  .support_service_list li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .support_service_list li img {
    width: 100%;
    height: auto;
    margin-bottom: 27px;
  }
  .support_service_list li .text_wrap {
    position: relative;
    padding: 30px 0 0;
  }
  .support_service_list li .text_wrap h3 {
    font-size: 20px;
    margin: 0 0 26px;
    font-weight: 500;
  }
  .support_service_list li .text_wrap p {
    font-size: 13px;
    line-height: 2;
    font-weight: 400 !important;
  }
  .support_service_list li .text_wrap::before {
    content: counter(orange_number, decimal-leading-zero) ".";
    border-radius: 100vh;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Cormorant Infant", serif;
    position: absolute;
    inset: 0 auto auto 0;
    color: #d46a0d;
  }
  .work_list {
    list-style: none;
    padding: 0 10px;
    counter-reset: work_number 0;
    margin-bottom: 84px;
  }
  .work_list li {
    display: flex;
    column-gap: 26px;
    justify-content: space-between;
    counter-increment: work_number 1;
    margin: 0 0 30px;
  }
  .work_list li picture {
    display: block;
    width: 45%;
  }
  .work_list li picture img {
    width: 100%;
    min-width: 145px;
    height: auto;
  }
  .work_list li .text_wrap {
    border-top: 1px solid #d9d4ce;
    position: relative;
    padding-top: 16px;
    flex-grow: 1;
  }
  .work_list li .text_wrap::before {
    content: counter(work_number, decimal-leading-zero) ".";
    font-weight: 600;
    font-size: 17px;
    display: block;
    font-family: "Cormorant Infant", serif;
    color: #d46a0d;
    margin: 0 0 8px;
  }
  .work_list li .text_wrap::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #ffffff;
    inset: 0 0 0 auto;
  }
  .work_list li .text_wrap h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 5px;
    letter-spacing: 0.12em;
  }
  .work_list li .text_wrap p {
    font-size: 12px;
    line-height: 2;
    margin: 0;
    letter-spacing: 0.04em;
  }
  #swiper_support {
    padding: 0 30px 37px;
  }
  #swiper_support .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #swiper_support .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: #1b434d;
    border-radius: 100%;
    inset: calc((100% - 37px) /2) auto auto 10px;
  }
  #swiper_support .swiper-button-prev::after {
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }
  #swiper_support .swiper-button-next {
    width: 36px;
    height: 36px;
    background: #1b434d;
    border-radius: 100%;
    inset: calc((100% - 37px) /2) 10px auto auto;
  }
  #swiper_support .swiper-button-next::after {
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    inset: 50% 50% auto auto;
    transform: translate(50%, -50%);
  }
  #swiper_support .swiper-pagination-bullet-active {
    background: #d46a0d;
  }
  .slider_page_top {
    background: url("../img/page/recruit/sp/recruit.png") no-repeat center right;
    background-size: contain;
    padding: 0 0 232px;
  }
  .slider_page_top.no_background {
    background: none;
    padding-bottom: 0;
  }
  .slider_page_top .text_wrap {
    margin: 0 auto;
    padding: 65px 32px 80px;
  }
  .slider_page_top .text_wrap h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 40px;
  }
  .slider_page_top .text_wrap p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    font-feature-settings: "palt";
  }
  .slider_page_top:has(#mv_slide_overview) .text_wrap {
    padding-bottom: 45px;
  }
  .slider_page_top:has(#mv_slide_overview) .text_wrap h1 {
    margin-bottom: 22px;
  }
  .slider_page_top .mv_slide .swiper-wrapper {
    transition-timing-function: linear;
  }
  .slider_page_top .mv_slide .swiper-wrapper .swiper-slide {
    width: 180px;
  }
  .slider_page_top .mv_slide .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .slider_page_top .mv_slide#mv_slide_overview .swiper-wrapper .swiper-slide {
    width: 200px;
  }
  #recruit_staff .contents_wrap {
    margin: 0 auto;
    padding: 93px 0 89px;
    position: relative;
  }
  #recruit_staff .contents_wrap h2 {
    font-size: 24px;
    font-weight: 500;
    color: #1b434d;
    line-height: 1.5;
    margin: 0 auto 26px;
    position: relative;
    z-index: 100;
    text-align: center;
    letter-spacing: normal;
  }
  #recruit_staff .contents_wrap h2 .sub {
    color: #d46a0d;
    font-size: 17px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
    letter-spacing: 0.04em;
  }
  #recruit_staff .contents_wrap #recruit_staff_swiper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  #recruit_staff .contents_wrap #recruit_staff_swiper ul {
    list-style: none;
    margin: 0 auto 7px;
    padding: 0;
  }
  #recruit_staff .contents_wrap #recruit_staff_swiper ul li {
    padding: 0 30px;
  }
  #recruit_staff .contents_wrap #recruit_staff_swiper ul li a {
    text-decoration: none;
  }
  #recruit_staff .contents_wrap #recruit_staff_swiper ul li a img {
    width: 100%;
    height: auto;
  }
  #recruit_staff .contents_wrap #recruit_staff_swiper ul li a h3 {
    color: #1b434d;
    margin: 15px 0 0;
    font-weight: 500;
  }
  #recruit_staff .contents_wrap #recruit_staff_swiper ul li a h3 .job {
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
  }
  #recruit_staff .contents_wrap #recruit_staff_swiper ul li a h3 .name {
    font-size: 20px;
    font-weight: 500;
  }
  #recruit_staff .contents_wrap #recruit_staff_swiper .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    margin: 0 7px;
  }
  #recruit_staff .contents_wrap #recruit_staff_swiper .swiper-pagination-bullet-active {
    background: #d46a0d;
  }
  #recruit_staff .contents_wrap .link_button {
    margin: 0 auto;
  }
  #staff_list_area {
    margin: 0 32px;
    padding: 50px 0 0;
    border-top: 1px solid #d9d4ce;
    position: relative;
  }
  #staff_list_area::before {
    content: "";
    background: #ffffff;
    width: 100%;
    position: absolute;
    inset: 0 0 auto 0;
  }
  #staff_list_area .staff_list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #staff_list_area .staff_list > li {
    list-style: none;
    margin-bottom: 80px;
  }
  #staff_list_area .staff_list > li:last-of-type {
    margin-bottom: 0;
  }
  #staff_list_area .staff_list > li a {
    text-decoration: none;
  }
  #staff_list_area .staff_list > li a img {
    width: 100%;
    height: auto;
    margin: 0 0 18px;
  }
  #staff_list_area .staff_list > li a .job {
    font-size: 12px;
    letter-spacing: 0.12em;
    color: #b7ada0;
    margin: 0 0 6px;
  }
  #staff_list_area .staff_list > li a .name {
    font-size: 27px;
    color: #1b434d;
    margin: 0 0 18px;
  }
  #staff_list_area .staff_list > li a .message {
    font-size: 13px;
    color: #1b434d;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  #staff_list_area .staff_list > li a .license_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #staff_list_area .staff_list > li a .license_list li {
    border-radius: 6px;
    background: #1b434d;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: max-content;
    padding: 0 16px;
    letter-spacing: 0.12em;
  }
  #staff_list_area .staff_list > li a .license_list li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #staff_list_area.other_staff {
    margin-top: 60px;
    padding-top: 80px;
  }
  #staff_list_area.other_staff > .text_wrap {
    padding: 0;
  }
  .page_top_interview {
    position: relative;
  }
  .page_top_interview .title_area {
    padding: 0 21px;
    display: flex;
    flex-direction: column;
  }
  .page_top_interview .title_area .text_area {
    display: contents;
  }
  .page_top_interview .title_area .text_area h1 {
    font-size: 29px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.12em;
    padding: 0 11px;
    margin-bottom: 40px;
    order: -2;
  }
  .page_top_interview .title_area .text_area .job {
    font-size: 14px;
    letter-spacing: 0.12em;
    color: #b7ada0;
    padding: 0 11px;
    margin: 0 0 6px;
  }
  .page_top_interview .title_area .text_area .name {
    font-size: 27px;
    color: #1b434d;
    padding: 0 11px;
    margin: 0 0 18px;
  }
  .page_top_interview .title_area .text_area .message {
    font-size: 13px;
    letter-spacing: 0.12em;
    color: #1b434d;
    line-height: 1.5;
    padding: 0 11px;
    margin: 0 0 30px;
  }
  .page_top_interview .title_area .text_area .license_list {
    margin: 0;
    padding: 0 11px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .page_top_interview .title_area .text_area .license_list li {
    border-radius: 6px;
    background: #1b434d;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: max-content;
    padding: 0 16px;
    letter-spacing: 0.12em;
  }
  .page_top_interview .title_area picture {
    order: -1;
  }
  .page_top_interview .title_area picture img {
    width: 100%;
    height: auto;
    margin-bottom: 26px;
  }
  .page_top_interview .wave_area {
    position: absolute;
    inset: calc(100% - 10px) 0 auto 0;
    z-index: -1;
  }
  .page_top_interview .wave_area .wave_area_inner img {
    width: 100%;
    height: auto;
  }
  .inteview_content {
    margin-top: 80px;
  }
  .inteview_content img {
    width: 100%;
    height: auto;
  }
  .inteview_content .text_wrap {
    padding: 0 32px 0 20px;
  }
  .inteview_content h3.ques {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.08em;
    padding-left: 36px;
    margin-top: 60px;
    position: relative;
  }
  .inteview_content h3.ques::before {
    content: "";
    background: #b7ada0;
    height: 1px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 17px;
  }
  .inteview_content p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: justify;
    padding-left: 36px;
  }
}
