body {
    max-width: 1280rem;
    width: 100%;
}

.header {
    z-index: 999;
}

.visual__wrapper {
    position: relative;
}

.scroll_down {
    position: relative;
    margin-bottom: 2.7rem;
}

.scroll_down a {
    position: absolute;
    left: 1rem;
    bottom: 8.7rem;
    color: #000;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .2em;
    writing-mode: vertical-lr;
    text-decoration: none;
    text-transform: uppercase;
}

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -0.4rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: #000;
    z-index: 2;
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
    0% {
        bottom: 16rem;
    }
    100% {
        bottom: 0;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

.scroll_down:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.2rem;
    height: 16rem;
    background: #A9A9A9;
}

.front_mainvisual_box {
    position: relative;
    z-index: 2;
}

/* ========================================
   メインビジュアル
   ======================================== */

.img_frame_item {
    position: absolute;
    width: 100%;
    height: 43.9rem;
    overflow: hidden;
    background-color: #ffffff;
}

.img_01,
.img_02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 114.4rem;
    height: 43.9rem;
    opacity: 0;
}

.img_02 img {
    width: 114.4rem;
    height: 43.9rem;
    /* 縦横比を維持したまま、枠いっぱいにトリミング表示する */
    object-fit: cover; 
    /* 横は中央、縦は上から2rem下げた位置を基準に表示する */
    object-position: center -8rem;
}

/*
 * 2枚のスライド、各6秒表示、合計12秒サイクル
 * フェードしながら同時にズームも進行
 */

.img_01 {
    animation: slide_01 12s linear infinite;
}

.img_02 {
    animation: slide_02 12s linear infinite;
}

/* スライド1 */
@keyframes slide_01 {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    5% {
        opacity: 1;
        transform: scale(1.025);
    }
    45% {
        opacity: 1;
        transform: scale(1.12);
    }
    50% {
        opacity: 0;
        transform: scale(1.15);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
} 

/* スライド2 */
@keyframes slide_02 {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(1);
    }
    55% {
        opacity: 1;
        transform: scale(1.025);
    }
    95% {
        opacity: 1;
        transform: scale(1.12);
    }
    100% {
        opacity: 0;
        transform: scale(1.15);
    } 
}

.front_mainvisual_box,
.grtgs_sect__box,
.facil_sect__box {
    width: 111.4rem;
    margin: 0 auto;
}

.grtgs_sect__box {
    display: flex;
    justify-content: space-between;
}

.grtgs_sect__text_item {
    max-width: 53.1rem;
    margin-top: 2rem;
    position: relative;
    z-index: 10;
}
#facility {
    scroll-margin-top: 13rem;
}

.facil_sect__text_item {
    max-width: 55.4rem;
    margin-bottom: 3.4rem;
}

.facil_sect__text_item p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.1rem;
    color: #323232;
}

.front_visual__title_item {
    font-family: 'Shippori Mincho', 'sans-serif';
    font-weight: 700;
    color: #464646;
}

.front_visual__title_item h1 {
    font-size: 3.5rem;
    letter-spacing: 0.18em;
    margin-bottom: 1.9rem;
}

.front_visual__title_item p {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.9rem;
}

.front_mainvisual_box {
    padding: 10.6rem 0 8rem;
}

/* ========================================
   施設カード
   ======================================== */

.fade-in-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s, transform 0.7s;
}

.fade-in-on-scroll.is-visible {
    opacity: 1;
    transform: none;
}

.fade_item1 { animation-delay: 0s; }
.fade_item2 { animation-delay: 0.2s; }
.fade_item3 { animation-delay: 0.4s; }
.fade_item4 { animation-delay: 0.6s; }

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: none;
    }
}

.facil_card__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6.4rem;
    align-items: start;
}

.facil_card {
    position: relative;
    width: 52.5rem;
    background-color: #1a1a1a;
    overflow: hidden;
}

.item1 {
    margin-top: -14rem;
}

.item3 {
    margin-top: -9rem;
}

.facil_card__taglist {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
}

.facil_card__tag {
    position: relative;
    background-color: #ffffff;
    color: #323232;
    margin: 0 0 0 auto;
    width: fit-content;
    font-size: 1.2rem;
    padding: 0rem 0.4rem;
    font-weight: 500;
    letter-spacing: 0.14rem;
    z-index: 2;
}

.facil_card__tag:nth-last-of-type(1) {
    border-left: 0.2rem solid #000;
}

.facil_card__circle {
    position: absolute;
    top: -9.8rem;
    right: -9.6rem;
    width: 19.5rem;
    height: 19.5rem;
    background-color: #F8D9A5;
    border-radius: 50%;
    z-index: 1;
}

.item1 .facil_card__circle {
    background-color: #0A7750;
}

.item2 .facil_card__circle {
    background-color: #F8D9A5;
}

.item4 .facil_card__circle {
    background-color: #FF4050;
}

.item3 .facil_card__circle {
    background-color: #8EFC7B;
}

.facil_card__content {
    padding: 3rem 3.3rem 6.5rem;
    position: relative;
    z-index: 2;
}

.facil_card__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.07rem;
    color: #fff;
    padding-left: 1.9rem;
    margin-bottom: 1.3rem;
    position: relative;
}

.facil_card__title::before {
    width: 0.7rem;
    height: 0.7rem;
    content: '';
    background-color: #FFFFFF;
    position: absolute;
    top: 2.1rem;
    left: 0;
    border-radius: 50%;
}

.facil_card__desc {
    padding-bottom: 1.7rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0.1rem;
    color: #FFFFFF;
    border-bottom: #D9D9D9 0.1rem solid;
}

.facil_card__status_group {
    border-bottom: #D9D9D9 0.1rem solid;
    margin-bottom: 3.1rem;
    padding: 3.6rem 0;
    min-height: 13.6rem;
}

.facil_card__status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.facil_card__status:nth-child(2) {
    margin-top: 0.5rem;
}

.facil_card__status_label {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
}

.facil_card__status_label .facil_card__status_line {
    content: '';
    display: inline-block;
    width: 6.2rem;
    height: 0.1rem;
    margin-left: 1rem;
    background-color: #FFFFFF;
}

.facil_card__status_link:nth-child(1) {
    padding-top: 0;
}

.facil_card__status_link {
    padding-top: 0.5rem;
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.facil_card__status_link span {
    font-size: 1.3rem;
    font-weight: 500;
}

.facil_card__contact {
    margin-top: 5.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.facil_link__left_text {
    font-weight: 500;
    width: 20.4rem;
}

.facil_link__right_text span:nth-child(1) {
    width: fit-content;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
    display: block;
    color: #323232;
    height: fit-content;
    min-height: fit-content;
    letter-spacing: -0.2rem;
}

.facil_link__right_text span:nth-child(2) {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    color: #323232;
    padding-bottom: 0.8rem;
    text-align: center;
}

.facil_link__left_text p {
    font-size: 1.7rem;
}

.facil_link__left_text span {
    font-size: 1.3rem;
}

.facil_link__right_text {
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 50%;
    display: flex;
    background-color: #fff;
    align-items: end;
    padding: 0 0 0.6rem 0.6rem;
    gap: 0.3rem;
    display: flex;
    justify-content: center;
}

.facil_card__tel,
.facil_card__mail {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.3s;
    letter-spacing: 0.1rem;
}

.facil_card__tel:hover,
.facil_card__mail:hover {
    opacity: 0.7;
}

.facil_card__tel svg,
.facil_card__mail svg {
    flex-shrink: 0;
}

.facil_card__tel::before,
.facil_card__mail::before {
    content: "";
    background-color: #fff;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.facil_card__tel::before {
    background-image: url('../img/frontimg/icon_tell.webp');
    background-size: 2rem auto;
}

.facil_card__mail::before {
    background-image: url('../img/frontimg/icon_mail.webp');
    background-size: 2rem auto;
}

.facil_card__tel {
    margin-bottom: 1.5rem;
}

.facil_card__image {
    position: relative;
}

.facil_card__image img {
    width: 100%;
    height: 24.8rem;
    object-fit: cover;
}

.item3 .facil_card__image img {
    object-position: center 1rem;
}

.facil_detail_btn {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    background-color: #fff;
    padding: 0.5rem 1.2rem;
    margin-right: 3rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.facil_card__detail_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #323232;
    font-size: 1.7rem;
    font-weight: 500;
    padding: 1rem 0.3rem 1rem 2.1rem;
    text-decoration: none;
    transition: opacity 0.3s;
    display: flex;
    gap: 1.2rem;
    align-items: center;
    box-sizing: border-box;
    width: 22.4rem;
    height: 4.8rem;
    background-image: url('../img/frontimg/arrow_black.svg');
    background-repeat: no-repeat;
    background-size: 3.6rem auto;
    background-position: center right 0.4rem;
    border-radius: 0.5rem 0 0 0;
    overflow: hidden;
}

.item1 .facil_card__detail_btn:hover,
.item4 .facil_card__detail_btn:hover {
    color: #fff;
    background-image: url('../img/frontimg/arrow_white.svg');
}

.item2 .facil_card__detail_btn:hover,
.item3 .facil_card__detail_btn:hover {
    color: #323232;
}

.facil_card__detail_btn:hover::before {
    transform: scaleX(1);
}

.facil_card__detail_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: all 0.5s ease;
    transition-property: transform;
    background-repeat: no-repeat;
    background-size: 3.6rem auto;
    background-position: center right 0.4rem;
}

.item1 .facil_card__detail_btn::before {
    background-color: #0A7650;
    background-image: url('../img/frontimg/arrow_white.svg');
}

.item2 .facil_card__detail_btn::before {
    background-color: #F8D9A5;
    background-image: url('../img/frontimg/arrow_black.svg');
}

.item3 .facil_card__detail_btn::before {
    background-color: #8EFC7B;
    background-image: url('../img/frontimg/arrow_black.svg');
}

.item4 .facil_card__detail_btn::before {
    background-color: #FF4050;
    background-image: url('../img/frontimg/arrow_white.svg');
}

.facil_card__detail_btn span {
    position: relative;
}

.facil_detail_btn img {
    width: 2.6rem;
    height: auto;
}

.facil_detail_btn p {
    width: 21rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #323232;
}

.front_visual__title__layout_flex {
    display: flex;
    justify-content: space-between;
}

/* ========================================
   ウェーブアニメーション
   ======================================== */

.c-wave {
    top: 44rem;
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 20rem;
    color: #9d8143;
    z-index: -4;
    overflow: hidden;
}

.c-wave_1_layout {
    transform: rotate(3.59deg);
}

.c-wave_2_layout {
    transform: rotate(-3.59deg);
}

.c-wave__item,
.c-wave__item svg {
    height: 18.5rem;
}

.c-wave__item {
    position: absolute;
    left: 0;
    width: 346.93rem;
    display: flex;
    transform: rotate(3.59deg);
}

.c-wave__item figure {
    margin: 0;
    display: flex;
    width: 200%;
}

.c-wave__item svg {
    width: 346.93rem;
    height: 10rem;
}

.c-wave__item svg path {
    stroke-width: 0.15rem;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.c-wave__item:nth-child(1) {
    animation: wave-slide-1 40s linear infinite;
    z-index: 1;
}

.c-wave__item:nth-child(2) {
    opacity: 0.4;
    animation: wave-slide-2 30s linear infinite;
    z-index: 2;
}

/* ========================================
   ごあいさつセクション
   ======================================== */

.grtgs_sect__img_box {
    display: flex;
    max-width: 56rem;
    height: 60rem;
    flex-wrap: wrap;
    align-items: end;
    gap: 3.2rem 6.8rem;
}

.grtgs_sect__img_item {
    position: relative;
    z-index: 11;
}

.grtgs_sect__img_item:nth-of-type(1),
.grtgs_sect__img_item:nth-of-type(2),
.grtgs_sect__img_item:nth-of-type(3) {
    box-shadow: 0.6rem 0.7rem 0.4rem 0 #00000040;
}

.grtgs_sect__img_item:nth-of-type(1) {
    width: 24.2rem;
    height: 19.8rem;
}

.grtgs_sect__img_item:nth-of-type(2) {
    width: 24.8rem;
    height: 30.7rem;
}

.grtgs_sect__img_item:nth-of-type(3) {
    width: 48.3rem;
    height: 26.2rem;
    margin: 0 auto;
}

/* セクションタイトル */

.grtgs_sect__text_item h2,
.facil_sect__text_item h2 {
    font-family: 'Noto Serif JP', serif;
}

.grtgs_sect__text_item h2 {
    display: flex;
    flex-flow: column;
    margin-bottom: 4.9rem;
}

.grtgs_sect__text_item h2 span:nth-of-type(1),
.facil_sect__text_item h2 span:nth-of-type(1) {
    font-weight: 600;
    font-size: 6.4rem;
}

.grtgs_sect__text_item h2 span:nth-of-type(1) {
    color: #C99846;
}

.facil_sect__text_item h2 {
    margin-bottom: 1.7rem;
}

.facil_sect__text_item h2 span:nth-of-type(1) {
    background: linear-gradient(90deg, #462300 0%, #C99846 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.grtgs_sect__text_item h2 span:nth-of-type(2) {
    font-weight: 700;
    font-size: 2.4rem;
}

.grtgs_sect__text_item h2 span:nth-of-type(2),
.grtgs_sect__text_item p {
    color: #FFFFFF;
    line-height: 1.57;
    letter-spacing: 0.17rem;
}

.grtgs_sect__text_item p span {
    margin-bottom: 3rem;
    display: block;
}

.grtgs_sect__text_item p span:nth-of-type(3) {
    margin-bottom: 0;
}

.grtgs_sect__text_item p {
    font-family: 'Noto sans JP', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
}

.grtgs_sect__wrapper {
    margin: 40rem 0 0;
    padding: 4.1rem 0 21.4rem;
    position: relative;
}

.grtgs_sect__wrapper,
.curved_box1 {
    background: linear-gradient(270deg, #462300 -0.04%, #C99846 100%);
}

.curved_box1,
.curved_box2 {
    clip-path: url(#curved-clip-square);
}

.curved_box1::before,
.grtgs_sect__wrapper::before {
    top: 0;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: -1;
}

.curved_box2::before {
    bottom: 0;
    background-color: #fff;
}

.curved_box1::before,
.curved_box2::before,
.grtgs_sect__wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E);
}

.curved_box1 {
    position: absolute;
    top: -11rem;
    left: 0;
    width: 100%;
    height: 11.1rem;
    z-index: -2;
}

.curved_box2 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: calc(11.1rem + 1px);
    background: #fff;
    z-index: 2;
}

.grtgs_sect__wrapper::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
}

/* ========================================
   施設セクション
   ======================================== */

.facil_sect__wrapper {
    padding: 4.3rem 0 9.9rem;
    overflow-x: clip;
    position: relative;
}

.one,
.two {
    position: absolute;
    z-index: -10;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(70, 35, 0, 0.8) 0%, rgba(201, 152, 70, 0.8) 100%);
}

.one {
    top: 8rem;
    right: -41rem;
    width: 96rem;
    height: 96rem;
}

.two {
    bottom: 45rem;
    left: -30rem;
    width: 66rem;
    height: 66rem;
}

.before {
    position: relative;
}

.before::before {
    content: "";
    position: absolute;
    top: -21.1rem;
    left: 0;
    width: 100%;
    height: 20rem;
    background: radial-gradient(ellipse 250% 50% at 0 100%, transparent 68.4%, #fff 72%);
    z-index: 1;
}

.grtgs_sect__absolute {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.grtgs_sect__absolute img {
    width: 59.6rem;
    height: 100%;
    opacity: 0.20;
    margin-bottom: 8rem;
}

.facil_card__detail_btn img {
    width: 3.6rem;
    height: auto;
}

/* ========================================
   聖友会バナー
   ======================================== */

.img_layout__text_wrapper {
    background-image: linear-gradient(90deg, #468daf, #f9bdc5);
    margin-top: 5.2rem;
    min-height: 10.7rem;
    padding: 2.8rem 15.5rem 2.8rem 17.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.img_layout__text_wrapper img {
    position: absolute;
    z-index: 10;
    top: -2rem;
    left: 0;
    width: 13.3rem;
    height: 13.3rem;
    transform: scale(-1, 1);
}

.img_layout__text_wrapper_overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 2;
}

.img_layout__text_box p {
    position: relative;
    z-index: 10;
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 3.2rem;
    color: #FFFFFF;
}

.text_box p {
    position: relative;
    z-index: 10;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    color: #FFFFFF;
}

/* ========================================
   ウェーブキーフレーム
   ======================================== */

@keyframes wave-slide-1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-346.93rem);
    }
}

@keyframes wave-slide-2 {
    0% {
        transform: translateX(-170rem);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes wave-bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(1.5rem);
    }
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

/* ========================================
   SP（699.98px以下）
   ======================================== */

@media screen and (max-width: 699.98px) {
    body {
        max-width: 37.5rem;
    }
    main {
        max-width: 37.5rem;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .scroll_down {
        display: none;
    }
    .img_01,
    .img_02 {
        position: absolute;
        top: 0;
        left: 0;
        width: 35.5rem;
        height: 13.9rem;
        opacity: 0;
    }

    .img_02 img {
        width: 35.5rem;
        height: 13.9rem;
        /* 縦横比を維持したまま、枠いっぱいにトリミング表示する */
        object-fit: cover; 
        /* 横は中央、縦は上から2rem下げた位置を基準に表示する */
        object-position: center -2.5rem;
    }
    .front_mainvisual_box,
    .grtgs_sect__box,
    .facil_sect__box {
        width: 100%;
        max-width: 35.3rem;
    }
    .facil_card {
        width: 100%;
    }
    .front_mainvisual_box {
        padding: 1.5rem 1rem;
        margin: 0;
    }
    .front_visual__title_item h1 {
        font-size: 2.5rem;
        margin: 0;
    }
    .front_visual__title_item p {
        font-size: 1.6rem;
    }
    .img_frame_item {
        width: 100%;
        height: 13.9rem;
    }
    .grtgs_sect__wrapper {
        margin: 17rem 0 4.3rem;
        padding: 0;
    }
    .curved_box1,
    .curved_box2 {
        clip-path: url(#curved-clip-square-sp);
    }
    .c-wave {
        top: 17rem;
    }
    .grtgs_sect__box {
        flex-direction: column;
        padding-bottom: 11rem;
    }
    .grtgs_sect__text_item {
        order: 1;
        margin: -3rem 0 0;
    }
    .grtgs_sect__img_box {
        width: 31.5rem;
        margin: 1.7rem auto 0;
        display: block;
        position: relative;
        order: 2;
        height: 23rem;
        padding: 0;
    }
    .grtgs_sect__img_item:nth-of-type(1) {
        width: 9.1rem;
        height: 11.1rem;
        position: absolute;
        top: 0;
        left: 4.4rem;
    }
    .grtgs_sect__img_item:nth-of-type(2) {
        width: 12.2rem;
        height: 15.1rem;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .grtgs_sect__img_item:nth-of-type(3) {
        width: 16.8rem;
        height: 9.1rem;
        position: absolute;
        left: 0;
        bottom: 1.5rem;
    }
    .grtgs_sect__absolute {
        bottom: 18rem;
        right: 0;
    }
    .grtgs_sect__absolute img {
        width: 24.9rem;
        height: 14rem;
        object-position: top 0 right -2rem;
    }
    .grtgs_sect__text_item h2 {
        margin: 0 0 4rem;
    }
    .grtgs_sect__text_item h2 span:nth-of-type(1) {
        font-size: 3rem;
    }
    .grtgs_sect__text_item h2 span:nth-of-type(2) {
        font-size: 2rem;
    }
    .facil_sect__text_item h2 span:nth-of-type(1) {
        font-size: 3rem;
    }
    .facil_sect__text_item h2 span:nth-of-type(2) {
        font-size: 2.2rem;
    }
    .one,
    .two {
        width: 57rem;
        height: 57rem;
    }
    .one {
        top: 25rem;
        right: -22rem;
    }
    .facil_sect__text_item {
        width: 35.3rem;
    }
    .facil_card__list {
        grid-template-columns: 1fr;
        width: 35.3rem;
        gap: 3rem;
    }
    .facil_card__status_group {
        padding: 1.5rem 0 1.5rem;
        min-height: 11.8rem;
    }
    .facil_card__status {
        flex-direction: column;
        align-items: flex-start;
    }
    .facil_card__status_info {
        display: flex;
        align-items: center;
    }
    .facil_card__status_info .sp_only {
        color: #fff;
        font-size: 1.3rem;
        margin-left: 1rem;
    }
    .facil_card__status_label {
        padding: 0;
    }
    .facil_card__status_label .facil_card__status_line {
        width: 2.9rem;
    }
    .facil_card__contact {
        margin: 3.5rem -2rem;
    }
    .facil_detail_btn {
        margin-top: 1rem;
        width: 100%;
        justify-content: space-between;
    }
    .facil_card__taglist {
        width: 100%;
    }
    .facil_card__tag {
        box-sizing: border-box;
        width: 50%;
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
    }
    .two {
        bottom: 118rem;
        left: -24rem;
    }
    .img_layout__text_wrapper {
        padding: 1.2rem 1.8rem 2.1rem;
        display: block;
        position: relative;
    }
    .img_layout__text_wrapper img {
        z-index: 10;
        position: absolute;
        width: 10.5rem;
        height: 10.5rem;
        left: auto;
        right: -2rem;
        top: -3rem;
    }
    .img_layout__text_box p {
        line-height: 1.75;
    }
    .facil_sect__wrapper {
        padding: 0 0 5rem;
    }
    .facil_card:nth-child(1) {
        margin-top: 3rem;
    }
    .facil_card__content {
        padding: 4rem 2.8rem 3rem;
    }
    .item1 {
        order: 2;
    }
    .item2 {
        order: 1;
    }
    .item3 {
        order: 4;
    }
    .item4 {
        order: 3;
    }
    .item1,
    .item3 {
        margin-top: 0;
    }
    .facil_card__circle {
        width: 18rem;
        height: 18rem;
        top: -9rem;
        right: -9rem;
    }
}