.page-policy .list-anchor,
.page-support .list-anchor,
.list-anchor.list-anchor-2 {
    padding: 26px 55px 47px 55px;
    height: 100%;
}

.page-support .page-anchor .list-anchor,
.page-policy .page-anchor .list-anchor,
.list-anchor.list-anchor-2 {
    align-content: space-between;
}

.page-policy .list-anchor li,
.page-support .list-anchor li,
.list-anchor.list-anchor-2 li {
    width: calc(25% - 23px);
    height: 65px;
    margin-right: 30px;
}

.page-policy .list-anchor li a,
.page-support .list-anchor li a,
.list-anchor.list-anchor-2 li a {
    width: 100%;
}

.page-policy .list-anchor li:nth-child(4n),
.page-support .list-anchor li:nth-child(4n),
.list-anchor.list-anchor-2 li:nth-child(4n) {
    margin-right: 0;
}

.cont-img-policy-01 {
    position: relative;
}

.cont-img-policy-01::before {
    content: "健全な心身と望ましい社会性の育成";
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 2.7rem;
    position: absolute;
    min-width: 640px;
    height: 70px;
    background-color: #fff;
    top: -51px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
}

.cont-img-policy-01 img {
    border-radius: 30px;
}

.policy-02 {
    background-color: #ffeccf;
    position: relative;
}

.policy-02::before {
    content: "";
    position: absolute;
    width: 148px;
    height: 95px;
    background-image: url(../images/policy/icon-ani-01.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: -59px;
    left: calc(50% - 651px);
}


.policy-02-cont {
    display: flex;
    justify-content: center;
    position: relative;
}

.policy-02-cont::before {
    content: "";
    position: absolute;
    width: 216px;
    height: 124px;
    background-image: url(../images/policy/icon-star.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 256px;
    left: calc(50% - 717px);
}

.policy-02-cont::after {
    content: "";
    position: absolute;
    width: 216px;
    height: 124px;
    background-image: url(../images/policy/icon-star.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: -86px;
    right: calc(50% - 773px);
}

.poli-02-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.poli-02-1::before {
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(../images/policy/policy-02-01.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -308px;
    border-radius: 50%;
    top: -183px;
}

.poli-02-1::after {
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(../images/policy/policy-02-02.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -122px;
    top: -29px;
    border-radius: 50%;
}

.poli-02-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.poli-02-2::before {
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(../images/policy/policy-02-04.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -308px;
    top: -183px;
    border-radius: 50%;
}

.poli-02-2::after {
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(../images/policy/policy-02-03.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -122px;
    top: -29px;
    border-radius: 50%;
}

.policy-box-02 {
    width: 620px;
    height: 340px;
    border-radius: 170px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 45px 15px 55px 15px;
    position: relative;
}

.policy-box-02 .text {
    font-size: 2.2rem;
    font-weight: bold;
    color: #453119;
    position: relative;
}

.policy-box-02 .text:not(:last-child) {
    margin-bottom: 35px;
}

.policy-box-02 .text::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333333;
    bottom: -5px;
    left: 0;
}

.policy-03-cont .text,
.policy-04-cont .text {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.875;
    text-align: justify;
}

.policy-03-cont .text.center,
.policy-04-cont .text.center {
    font-weight: 500;
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.9375;
    text-align: center;
    margin-bottom: 50px;
}

.title-green {
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: #23a300;
    text-align: center;
}

.policy-03-cont .col-inner {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 50px 50px 50px;
}

.cont-img-poli-03 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.cont-img-poli-03 img {
    border-radius: 15px;
}

.title-yel {
    font-weight: bold;
    font-size: 1.8rem;
    color: #453119;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.title-yel::before {
    content: "";
    width: 250px;
    height: 15px;
    background-color: #ffe690;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.title-yel.num-02::before {
    width: 240px;
}

.title-yel.num-03::before {
    width: 280px;
}

.title-yel.num-04::before {
    width: 230px;
}

.policy-04,
.policy-06 {
    background-color: #ffeccf;
    position: relative;
}

.policy-04::before {
    content: "";
    position: absolute;
    width: 157px;
    height: 156px;
    background-image: url(../images/policy/icon-ani-02.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: -131px;
    right: calc(50% - 653px);
}

.policy-06::before {
    content: "";
    position: absolute;
    width: 126px;
    height: 123px;
    background-image: url(../images/policy/icon-ani-03.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: -60px;
    left: calc(50% - 608px);
    background-size: contain;
}

.policy-box-04 {
    background-color: #fff;
    padding: 55px 55px 55px 65px;
    border-radius: 15px;
}

.policy-box-04 img {
    border-radius: 15px;
}

.policy-box-04 .title-green {
    text-align: left;
}

.policy-04-cont .col-inner.right {
    padding: 0 35px;
}

.policy-box-04 .title-yel {
    text-align: left;
    padding-left: 6px;
}

.policy-box-04 .title-yel.num-04::before {
    left: 0;
    transform: unset;
}

.policy-05-cont .text {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.875;
    font-weight: 500;
}

.box-bg-orange {
    padding: 0 26px;
    width: 100%;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.box-bg-orange::before {
    background-image: url(../images/policy/icon-bg-orange.webp);
    content: "";
    position: absolute;
    min-height: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.cont-img-poli-05 img {
    border-radius: 15px;
}

.feature-item {
    padding: 20px 35px 20px 25px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-number {
    font-family: "Josefin Slab", serif;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.858;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    padding-top: 8px;
    flex-shrink: 0;
}

.feature-number.num-01 {
    background-color: #fa704a;
}

.feature-number.num-02 {
    background-color: #41acf1;
}

.feature-number.num-03 {
    background-color: #ffaf00;
}

.feature-number.num-04 {
    background-color: #70c101;
}

.feature-title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 12px;
    color: #453119;
}

.feature-text {
    font-size: 1.6rem;
    line-height: 1.9375;
    font-weight: 500;
}

.policy-06 .feature-title {
    color: #fa6f34;
}

.policy-box-07 {
    background-color: #fff;
    padding: 43px 50px 34px 50px;
    border-radius: 15px;
}

.cont-img-poli-07 img {
    border-radius: 15px;
}

.policy-box-07.num-01 .col-inner.right {
    padding: 0 40px 0 20px;
}

.policy-07-cont .title-green {
    text-align: left;
}

.policy-07-cont .text {
    font-weight: 500;
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.9375;
}

.policy-box-07.num-02 .col-inner.left {
    padding: 0 20px 0 45px;
}

.policy-06-cont .feature-item {
    gap: 25px;
}

.policy-06-cont .feature-text {
    padding-left: 5px;
}

.media-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 55px 65px 55px 65px;
}

.cont-img-support img {
    border-radius: 15px;
}

.text-16-30 {
    font-size: 1.6rem;
    line-height: 1.875;
}

.media-box .large-6.right {
    display: flex;
    justify-content: end;
    padding-right: 45px;
}

.media-box .col-inner.right {
    max-width: 395px;
    display: flex;
    flex-direction: column;
}

.info-row {
    display: flex;
    flex-direction: row;
}

.info-title {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: #fa6f34;
    position: relative;
    width: 97px;
    flex-shrink: 0;
}

.info-title::before {
    position: absolute;
    content: ":";
    color: #fa6f34;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.75;
    right: 0;
    top: -1px;
}

.info-value {
    font-size: 1.6rem;
    line-height: 1.9375;
    font-weight: 500;
    padding-left: 20px;
}

.support-02,
.support-04,
.support-06 {
    position: relative;
    background-color: #ffeccf;
}

.support-02::before {
    background-image: url(../images/support/icon-01.svg);
    content: "";
    position: absolute;
    width: 80px;
    height: 100px;
    top: -67px;
    left: calc(50% - 638px);
    background-position: center;
    background-repeat: no-repeat;
}

.title-box {
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

.title-box::before {
    position: absolute;
    background-color: #fa6f34;
    width: 14px;
    height: 14px;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.support-04::before {
    background-image: url(../images/support/icon-02.svg);
    content: "";
    position: absolute;
    width: 156px;
    height: 155px;
    top: -75px;
    right: calc(50% - 706px);
    background-repeat: no-repeat;
}

.support-05-cont .info-row {
    flex-direction: column;
}

.support-05-cont .info-value {
    padding-left: 0;
    line-height: 1.875;
}

.support-02-cont .info-title {
    width: 81px;
}


.support-03-cont .info-title {
    width: 60px;
}


.support-04-cont .info-title {
    width: 62px;
}

.support-05-cont .info-title {
    width: 80px;
}

.support-06::before {
    background-image: url(../images/support/icon-03.svg);
    content: "";
    position: absolute;
    width: 198px;
    height: 152px;
    top: -78px;
    left: calc(50% - 659px);
}

.schedule-list {
    display: flex;
    flex-direction: row;
}

.schedule-time {
    width: 150px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 45px;
    padding: 0 15px;
    padding-top: 110px;
}

.schedule-time::before {
    height: 90.625%;
    position: absolute;
    background-image: url(../images/life/schedule-time-dot.svg);
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    z-index: -1;
}

.time-item {
    background-image: url(../images/life/schedule-time.svg);
    width: 128px;
    height: 74px;
    font-family: "Josefin Slab", serif;
    font-weight: bold;
    font-size: 3.3rem;
    letter-spacing: 0.075em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    line-height: 1.75;
}

.schedule-content {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: row;
    gap: 48px;
    padding: 0 15px;
    justify-content: end;
    padding-right: 70px;
}

.schedule-content-title {
    margin-bottom: 15px;
}

.schedule-content-title::before {
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.5454;
    font-size: 2.2rem;
    width: 250px;
}

.schedule-content-title.num-01 {
    background-image: url(../images/life/schedule-content-title-01.svg);
}

.schedule-content-title.num-01::before {
    content: "教育標準時間";
    color: #00a806;
}

.schedule-content-title.num-02::before {
    content: "保育標準時間";
    color: #fa6f34;
}

.schedule-content-title.num-03::before {
    content: "保育標準時間";
    color: #fc6a6a;
}

.schedule-content-title.num-02 {
    background-image: url(../images/life/schedule-content-title-02.svg);
}

.schedule-content-title.num-03 {
    background-image: url(../images/life/schedule-content-title-03.svg);
}

.schedule-content-title {
    color: #453119;
    position: relative;
    background-repeat: no-repeat;
    width: 250px;
    height: 114px;
    line-height: 1.28;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 19px;
    font-weight: bold;
}

.schedule-content-list-text {
    width: 100%;
}

.col-box {
    font-size: 1.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #453119;
    text-align: center;
    font-weight: 500;
}

.schedule-col.num-01 .col-box.num-01,
.schedule-col.num-01 .col-box.num-03,
.schedule-col.num-01 .col-box.num-05,
.schedule-col.num-01 .col-box.num-07,
.schedule-col.num-01 .col-box.num-09 {
    background-color: #d6f2a2;
}

.schedule-col.num-01 .col-box.num-01 {
    height: 300px;
}

.schedule-col.num-01 .col-box.num-02 {
    height: 60px;
    background-color: #ffffff;
}

.schedule-col.num-01 .col-box.num-03 {
    height: 240px;
}

.schedule-col.num-01 .col-box.num-04 {
    height: 90px;
    letter-spacing: 0.2em;
    background-color: #ffffff;
}

.schedule-col.num-01 .col-box.num-05 {
    height: 90px;
}

.schedule-col.num-01 .col-box.num-06 {
    height: 60px;
    letter-spacing: 0.2em;
    background-color: #ffffff;
}

.schedule-col.num-01 .col-box.num-07 {
    height: 120px;
}

.schedule-col.num-01 .col-box.num-08 {
    height: 60px;
    background-color: #ffffff;
}

.schedule-col.num-01 .col-box.num-09 {
    height: 420px;
    letter-spacing: 0.2em;
}

.schedule-col.num-02 .col-box.num-01,
.schedule-col.num-02 .col-box.num-03,
.schedule-col.num-02 .col-box.num-05,
.schedule-col.num-02 .col-box.num-07 {
    background-color: #ffe8c7;
}

.schedule-col.num-02 .col-box.num-01 {
    height: 300px;
    letter-spacing: 0.2em;
}

.schedule-col.num-02 .col-box.num-02 {
    height: 300px;
    background-color: #ffffff;
}

.schedule-col.num-02 .col-box.num-03 {
    height: 90px;
    letter-spacing: 0.2em;
}

.schedule-col.num-02 .col-box.num-04 {
    height: 90px;
    background-color: #ffffff;
}

.schedule-col.num-02 .col-box.num-05 {
    height: 180px;
}

.schedule-col.num-02 .col-box.num-06 {
    height: 60px;
    background-color: #ffffff;
}

.schedule-col.num-02 .col-box.num-07 {
    height: 360px;
}

.schedule-col.num-02 .col-box.num-08 {
    height: 60px;
    letter-spacing: 0.2em;
    background-color: #ffffff;
}

.schedule-col.num-03 .col-box.num-01,
.schedule-col.num-03 .col-box.num-03,
.schedule-col.num-03 .col-box.num-05,
.schedule-col.num-03 .col-box.num-07,
.schedule-col.num-03 .col-box.num-09 {
    background-color: #ffe0e8;
}

.schedule-col.num-03 .col-box.num-01 {
    height: 240px;
    letter-spacing: 0.2em;
}

.schedule-col.num-03 .col-box.num-02 {
    height: 60px;
    background-color: #ffffff;
}

.schedule-col.num-03 .col-box.num-03 {
    height: 240px;
}

.schedule-col.num-03 .col-box.num-04 {
    height: 120px;
    letter-spacing: 0.2em;
    background-color: #ffffff;
}

.schedule-col.num-03 .col-box.num-05 {
    height: 240px;
}

.schedule-col.num-03 .col-box.num-06 {
    height: 60px;
    background-color: #ffffff;
}

.schedule-col.num-03 .col-box.num-07 {
    height: 60px;
}

.schedule-col.num-03 .col-box.num-08 {
    height: 360px;
    background-color: #ffffff;
}

.schedule-col.num-03 .col-box.num-09 {
    height: 60px;
    letter-spacing: 0.2em;
}

.activity-item {
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 32px 32px 37px 32px;
}

.activity-img {
    margin-bottom: 24px;
}

.activity-img img {
    border-radius: 15px;
}

.text-16-25 {
    font-size: 1.6rem;
    line-height: 1.5625;
    text-align: justify;
}

.life-02 {
    position: relative;
    background-color: #ffeccf;
}

.life-02::before {
    position: absolute;
    background-image: url(../images/life/icon-01.svg);
    content: "";
    width: 198px;
    height: 152px;
    top: -78px;
    left: calc(50% - 630px);
}

.text.center {
    font-weight: 500;
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.9375;
    text-align: center;
    margin-bottom: 50px;
}

.event-grid {
    background-color: #fff;
    border: 2px solid #fa6f34;
    border-radius: 30px;
    padding: 55px 50px 45px 50px;
    position: relative;
}

.event-grid::before {
    position: absolute;
    background-image: url(../images/life/icon-event-grid.svg);
    content: "";
    width: 530px;
    height: 97px;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
}

.event-head {
    width: 100%;
    border-radius: 15px;
    height: 60px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
}

.event-card.num-01 .event-head {
    background-color: #fa704a;
}

.event-card.num-01 .event-item::before {
    background-color: #fa704a;
}

.event-card.num-02 .event-head {
    background-color: #70c101;
}

.event-card.num-02 .event-item::before {
    background-color: #70c101;
}

.event-card.num-03 .event-head {
    background-color: #ffaf00;
}

.event-card.num-03 .event-item::before {
    background-color: #ffaf00;
}

.event-card.num-04 .event-head {
    background-color: #41acf1;
}

.event-card.num-04 .event-item::before {
    background-color: #41acf1;
}

.event-item {
    position: relative;
    padding-left: 52px;
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 500;
}

.event-item::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.season-list {
    border-radius: 31px;
    background-color: #fff;
    padding: 97px 50px 45px 50px;
    position: relative;
}

.season-img img {
    border-radius: 15px;
    margin-bottom: 14px;
    color: #333333;
}

.season-text {
    font-size: 1.6rem;
    line-height: 1.8125;
    text-align: center;
    font-weight: 500;
}

.row-center {
    display: flex;
    justify-content: center;
}

.season-list-title {
    position: absolute;
    background-image: url(../images/life/title-season-list-01.svg);
    content: "";
    width: 218px;
    height: 124px;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 5px;
}

.season-list-title.num-01 {
    background-image: url(../images/life/title-season-list-01.svg);
    color: #fa592d;
}

.season-list-title.num-02 {
    background-image: url(../images/life/title-season-list-02.svg);
    color: #22a801;
}

.season-list-title.num-03 {
    background-image: url(../images/life/title-season-list-03.svg);
    color: #ff7300;
}

.season-list-title.num-04 {
    background-image: url(../images/life/title-season-list-04.svg);
    color: #396ad4;
}

.season-list.num-01::before {
    position: absolute;
    background-image: url(../images/life/icon-season-list-01-01.svg);
    content: "";
    width: 154px;
    height: 80px;
    top: -25px;
    left: calc(50% - 550px);
    background-repeat: no-repeat;
}

.season-list.num-01::after {
    position: absolute;
    background-image: url(../images/life/icon-season-list-01-02.svg);
    content: "";
    width: 242px;
    height: 91px;
    top: -33px;
    right: calc(50% - 640px);
    background-repeat: no-repeat;
}

.season-list.num-02::before {
    position: absolute;
    background-image: url(../images/life/icon-season-list-02-01.svg);
    content: "";
    width: 221px;
    height: 107px;
    top: -48px;
    left: calc(50% - 567px);
    background-repeat: no-repeat;
}

.season-list.num-02::after {
    position: absolute;
    background-image: url(../images/life/icon-season-list-02-02.svg);
    content: "";
    width: 188px;
    height: 111px;
    top: -41px;
    right: calc(50% - 627px);
    background-repeat: no-repeat;
}

.season-list.num-03::before {
    position: absolute;
    background-image: url(../images/life/icon-season-list-03-01.svg);
    content: "";
    width: 178px;
    height: 82px;
    top: -34px;
    left: calc(50% - 555px);
    background-repeat: no-repeat;
}

.season-list.num-03::after {
    position: absolute;
    background-image: url(../images/life/icon-season-list-03-02.svg);
    content: "";
    width: 136px;
    height: 86px;
    top: -41px;
    right: calc(50% - 619px);
    background-repeat: no-repeat;
}

.season-list.num-04::before {
    position: absolute;
    background-image: url(../images/life/icon-season-list-04-01.svg);
    content: "";
    width: 226px;
    height: 102px;
    top: -35px;
    left: calc(50% - 552px);
    background-repeat: no-repeat;
}

.season-list.num-04::after {
    position: absolute;
    background-image: url(../images/life/icon-season-list-04-02.svg);
    content: "";
    width: 193px;
    height: 92px;
    top: -27px;
    right: calc(50% - 621px);
    background-repeat: no-repeat;
}

.large-53 {
    flex: 0 0 53%;
    max-width: 0 0 53%;
    -ms-flex: 0 0 53%;
}

.large-47 {
    flex: 0 0 47%;
    max-width: 0 0 47%;
    -ms-flex: 0 0 47%;
}

.facility-text {
    font-size: 1.6rem;
    line-height: 1.9375;
    color: #333333;
    text-align: justify;
}

.facility .col-inner.right {
    padding-left: 45px;
}

.facility.num-02 .facility-map img {
    border-radius: 15px;
}

.facility-btn {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.facility-img-btn {
    cursor: pointer;
    width: 340px;
    height: 60px;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    background-color: #fa704a;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.facility-img-btn.active {
    background: #fff;
    color: #fa704a;
    border: 1px solid #fa704a;
}

.facility-img-btn:hover {
    opacity: 0.85;
}
.box-img-slider{
    display: none;
}
.box-img-slider.active{
    display: block;
}
.img-slider img {
    border-radius: 15px;
    width: 670px;
}
.box-img-slider .slick-dots{
    justify-content: center;
}
.box-img-slider ul.slick-dots li{
    border: 1px solid #fa7c55;
    background-color: #ffffff;
}
.box-img-slider .slick-dots li.slick-active{
    background-color: #fa7c55;
}
.pamphlet-box {
    width: 100%;
    padding: 230px 50px 50px 30px;
    background-color: #ffecab;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}

.pamphlet-box a.btn.btn-contact {
    width: 520px;
    min-height: 90px;
    padding: 0 35px;
    font-size: 2.4rem;
    border: 2px solid #fa6f34;
    gap: 25px;
}

.pamphlet-box a.btn.btn-contact img {
    width: 50px;
    height: 34px;
}

.pamphlet-box a.btn.btn-contact::after {
    width: 30px;
    height: 30px;
    right: 30px;
}

.pamphlet-img img {
    position: absolute;
    width: 260px;
    height: 368px;
    left: 50%;
    transform: translateX(-50%);
    top: -176px;
}

.contact-02 {
    position: relative;
    background-color: #ffeccf;
}

.contact-02::before {
    position: absolute;
    content: "";
    width: 186px;
    height: 100px;
    left: calc(50% - 659px);
    top: -80px;
    background-image: url(../images/contact/icon-01.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.notice-box {
    padding: 40px 50px 48px 50px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text-dot-or {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6875;
    font-weight: 500;
    padding-left: 20px;
}

.text-dot-or span {
    color: #ff0000;
}

.text-dot-or::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0;
    top: 6px;
    background-color: #fa6f34;
}

.box-img-slider {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.img-slider-text{
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
}
.box-img-slider::before{
    width: 100vw;
    height: 61.3%;
    background-color: #ffe78c;
    bottom: 37px;
    content: "";
    position: absolute;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.box-img-slider .slick-prev {
    position: absolute;
    background-image: url(../images/life/icon-back.svg);
    width: 60px;
    height: 60px;
    left: -110px;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 2;
    font-size: 0;
    padding: 0;
    border: 0;
    background-color: unset;
}
.box-img-slider .slick-next {
    position: absolute;
    background-image: url(../images/life/icon-next.svg);
    width: 60px;
    height: 60px;
    right: -110px;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 2;
    font-size: 0;
    padding: 0;
    border: 0;
    background-color: unset;
}

.img-slider-item {
    width: 670px;
}

.box-img-slider .slick-list {
    overflow: unset;
    margin: 0 -30px;
}

.img-slider .slick-slide{
    padding: 0 75px;
}

.box-img-slider .slick-initialized .slick-slide {
    height: 450px;
    width: 670px;
}

.other-title-contact {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #aeaeae;
}

.text-16-29 {
    font-size: 1.6rem;
    line-height: 1.8125;
}

.contact-03-cont {
    background-color: #fff;
    border-radius: 30px;
    padding: 70px 100px;
}

.contact-03-cont a span {
    color: #fa6f34;
}

.contact-03-cont .text-16-30 span {
    color: #fa6f34;
}

.contact-03-cont .event-item {
    padding-left: 15px;
}

.contact-03-cont .event-item::before {
    width: 10px;
    height: 10px;
    background-color: #fa6f34;
    left: 0;
    top: 14px;
}

.title-en.error {
    color: #453119;
    font-size: 6.2rem;
    letter-spacing: 0.075em;
}

.error-cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.error .block-title h2 {
    font-size: 3.4rem;
    line-height: 1.4;
}

.error .block-title::before {
    top: unset;
    bottom: -47px;
}

#error-404 .error-cont img {
    width: 175px;
    height: 139px;
}

.error-cont img {
    width: 124px;
    height: 92px;
}

.error-cont .text-16-30 {
    font-weight: 500;
}

.error-cont.error-301 img {
    width: 407px;
    height: 130px;
}

.error-cont.error-301 .text-16-30 {
    text-align: center;
}