.l-main * {
    font-family: "Noto Sans JP", sans-serif;
}
.l-main {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.ui-full-screen {
    margin: 0;
}
[class*="section__wrapper--"] {
    padding-block: 100px;
}
[class*="section__inner--"] {
    width: 1140px;
    margin: 0 auto;
}
.section__title-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 50px;
}
.section__sub-title {
    color: #0E85C0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: flex;
    gap: 5px;
}
.section__sub-title::before {
    content: "";
    display: block;
    background: url(/images/top/diamond.svg) no-repeat center / cover;
    width: 12px;
    height: 8px;
    margin-top: 11px;
}
.section__title {
    color: #333;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.section__wrapper--worries {
    height: 905px;
    background: #F9F6F0;
}
.worries__tab-list {
    display: flex;
    gap: 4px;
    position: relative;
}
.worries__tab-list::before {
    content: "";
    position: absolute;
    background: #0E85C0;
    width: 100%;
    height: 2px;
    bottom: -2px;
}
.worries__tab {
    width: 139px;
    height: 50px;
    border-radius: 6px 6px 0 0;
    background: rgba(14, 133, 192, 0.10);
    color: #0E85C0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
}
.worries__tab.is-active {
    background: #0E85C0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
}
.section__wrapper--worries .contents__btn {margin: 0 0 0 auto;}
.section__inner--worries .cont__worries .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
    width: fit-content;
    position: static;
    height: 1px;
}
.section__wrapper--worries .cont__worries.js-worries__swiper .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,0);
    width: 68px;
}
.section__wrapper--worries .swiper__content .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 196px;
}
.is-static-swiper .swiper-pagination,
.is-static-swiper .swiper-button-prev,
.is-static-swiper .swiper-button-next {
    display: none;
}

.cont__worries {
    width: 100%;
    height: 523px;
    margin: 0 auto;
    position: relative;
    padding-top: 22px;
}
.worries__list.swiper-wrapper {
    height: 389px;
    margin-bottom: 50px;
}
.worries__btn-box {
    display: flex;
    width: 1140px;
    align-items: center;
    justify-content: space-between;
}
.worries__item {
    width: 366px;
    height: 389px;
}
.worries__item-link {
    width: 100%;
    height: 100%;
    padding: 30px 30px 57px 30px;
    border-radius: 6px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 17px;
    position: relative;
    transition: 0.4s;
}
.worries__item-link:hover {
    opacity: 1;
}
.worries__item-link::before {
    content: "";
    position: absolute;
    background: url(/images/top/worries-check.svg) no-repeat center / cover;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    bottom: 16px;
    right: 16px;
    transition: 0.4s;
}
.worries__item-link:hover::before {
    background: url(/images/top/worries-check-on.svg) no-repeat center / cover;
}
.worries__date {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    width: 108px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: #0E85C0;
    font-size:  14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.7px;
    border-radius: 9999px;
    background: #D9ECF5;
    z-index: 2;
}
.worries__date time {
    color: #0E85C0;
    font-size:  14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.7px;
    border-radius: 9999px;
    background: #D9ECF5;
    z-index: 2;
}
.worries__img {
    width: 306px;
    height: 230px;
    overflow: hidden;
    background: #D9D9D9;
    flex-shrink: 0;
    border-radius: 6px;
}
.worries__img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.worries__item-link:hover .worries__img img {
    transform: scale(1.2);
}
.worries__text {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.8px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 306px;
}

.section__wrapper--achievements {
    background: url(/images/top/achievements__bg.webp) no-repeat center / cover;
}
.achievements__box {
    padding-block: 70px 20px;
}
.section__wrapper--achievements .section__title-box {
    margin-bottom: 42px;
}
.achievements__text {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.8px;
    margin-bottom: 34px;
}
.achievements__btn-box {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.achievements__btn-text {
    color: #F70;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}
.achievements__btn {
    width: 420px;
    height: 90px;
}
.achievements__link {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    padding-left: 57px;
    border-radius: 6px;
    background: linear-gradient(91deg, #FFA600 5.4%, var(--color-primary---point-color, #F70) 99.65%);
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1.3px;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    transition: 0.4s;
}
.achievements__link::before {
    content: "";
    position: absolute;
    background: url(/images/top/content__arrow.svg) no-repeat center / cover;
    width: 20px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
    transition: 0.4s;
}
.achievements__link:hover::before {
    background: url(/images/top/content__arrow-on.svg) no-repeat center / cover;
}
.achievements__link::after {
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.achievements__link:hover {
    color: #ff701e;
    opacity: 1;
    border: 1px solid #ff701e;
}
.achievements__link:hover::after {
    transform: scale(1, 1);
}
.section__wrapper--reason {
    padding-block: 100px 0;
    background: #FFF;
}
.section__title-color {
    color: #004093;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
.reason__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
[class*="reason__item--"] {
    width: 550px;
    padding: 50px 30px 45px;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.reason__item--yellow {
    background: #EA0;
}
.reason__item--red {
    background: #EF5F50;
}
.reason__item--blue {
    background: #0EA1C5;
    height: 504px;
}
.reason__item--green {
    background: #08A180;
}
.reason__num {
    position: absolute;
    color: #FFF;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    top: 8px;
    left: 11px;
}
.reason__img {
    width: 490px;
    height: 240px;
}
.reason__text-box {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
[class*="reason__text--"] {
    color: #FFF;
    font-weight: 700;
}
.reason__text--title {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 1.2px;
}
.reason__text--default {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

.section__wrapper--contact {
    padding-block: 200px 100px;
}
.section__inner--contact {
    position: relative;
    z-index: 1;
}
.section__inner--contact::before {
    content: "";
    position: absolute;
    border-radius: 50px 50px 0 0;
    background: linear-gradient(285deg, #FF9D00 21.94%, #FC0 84.08%);
    width: 1920px;
    height: 857px;
    top: -100px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: -1;
}
.section__wrapper--contact .section__title-box {
    align-items: center;
}
.section__wrapper--contact .section__sub-title,
.section__wrapper--contact .section__title {
    color: #FFF;
}
.section__wrapper--contact .section__sub-title::before {
    background: url(/images/top/diamond-white.svg) no-repeat center / cover;
}
.contact__box {
    width: 1140px;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 52px 70px 60px;
}
.contact__title {
    color: #333;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.1px;
}
.contact__tel-box {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
}
.contact__tel-text {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
}
.contact__tel-num-box {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    margin-bottom: 11px;
}
.contact__tel-num {
    color: #0E85C0;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: flex;
    gap: 5px;
}
.contact__tel-num::before {
    content: "";
    display: block;
    background: url(/images/top/contact__tel.svg) no-repeat center / cover;
    width: 30px;
    height: 36px;
    margin-top: 8px;
}
.contact__time {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
}
.contact__banner-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact__banner-list {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.contact__banner {
    width: 320px;
    height: 80px;
}
[class*="contact__link--"] {
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 6px;
    align-items: center;
    position: relative;
    transition: 0.4s;
}
[class*="contact__link--"]:hover {
    opacity: 1;
    background: #FFF;
}
.contact__link--contact {
    background: #F70;
    padding-left: 113px;
}
.contact__link--contact:hover {
    color: #F70;
    border: 1px solid #F70;
}
.contact__link--line {
    background: #06C755;
    padding-left: 151px;
}
.contact__link--line:hover {
    color: #06C755;
    border: 1px solid #06C755;
}
.contact__link--reservation {
    background: #0E85C0;
    padding-left: 134px;
}
.contact__link--reservation:hover {
    color: #0E85C0;
    border: 1px solid #0E85C0;
}
[class*="contact__link--"]::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    transition: 0.4s;
}
.contact__link--contact::before {
    background: url(/images/top/content__mail.svg) no-repeat center / cover;
    left: 63px;
}
.contact__link--contact:hover::before {
    background: url(/images/top/content__mail-on.svg) no-repeat center / cover;
}
.contact__link--line::before {
    background: url(/images/top/content__line.svg) no-repeat center / cover;
    left: 101px;
}
.contact__link--line:hover::before {
    background: url(/images/top/content__line-on.svg) no-repeat center / cover;
}
.contact__link--reservation::before {
    background: url(/images/top/content__reservation.svg) no-repeat center / cover;
    left: 83px;
}
.contact__link--reservation:hover::before {
    background: url(/images/top/content__reservation-on.svg) no-repeat center / cover;
}
[class*="contact__link--"]::after {
    content: "";
    position: absolute;
    background: url(/images/top/content__arrow.svg) no-repeat center / cover;
    width: 20px;
    height: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
}
.contact__link--contact:hover::after {
    background: url(/images/top/content__arrow-on01.svg) no-repeat center / cover;
}
.contact__link--line:hover::after {
    background: url(/images/top/content__arrow-on02.svg) no-repeat center / cover;
}
.contact__link--reservation:hover::after {
    background: url(/images/top/content__arrow-on03.svg) no-repeat center / cover;
}
.contact__satei-banner {
    width: 1000px;
    height: 117px;
}
.contact__satei {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.contact__satei:hover {
    opacity: 1;
}
.contact__satei-banner-on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
}
.contact__satei:hover .contact__satei-banner-on {
    opacity: 1;
}
.section__wrapper--plan {
    padding-block: 100px 32px;
}
.section__wrapper--plan .section__title-box {
    margin-bottom: 87px;
}
.cont__plan {
    width: 100%;
    height: 515px;
    margin: 0 auto;
    position: relative;
}
.plan__item {
    width: 360px;
    height: 441px;
    transition: top .8s;
}

.plan__item-jump {
    width: 100%;
    height: 100%;
    display: block;
    background: #E9F8FF;
    border-radius: 10px;
}
.plan__item-jump:hover {
    opacity: 1;
}
.plan__item-jump:hover .plan__img img {
    transform: scale(1.2);
}
.plan__item-box {
    padding: 26px 16px 13px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    border-radius: 10px;
    background: #E9F8FF;
    align-items: flex-end;
    transform: translateX(-50%);
    transition: width .8s;
    position: relative;
    left: 50%;
    top: 0;
}
.plan__item.is-before-active {
    transform: translateX(-30px);
    transition: transform .8s, top .8s;
}
.plan__item.is-after-active {
    transform: translateX(30px);
    transition: transform .8s, top .8s;
}
.plan__item.swiper-slide-active {
    z-index: 1;
    top: 0;
    transform: translateX(0) !important;
    transition: all .8s;
}
.plan__item.swiper-slide-active .plan__item-box {
    width: 420px;
    height: 515px;
    top: -37px;
    transition: top .8s;
    padding: 30px 20px 20px;
    gap: 16px;
}
.plan__item.swiper-slide-active .plan__item-content {
    gap: 17px;
    width: 360px;
}
.plan__item.swiper-slide-active .plan__img {
    width: 360px;
    height: 210px;
}
.plan__item.swiper-slide-active .plan__item-num {
    font-size: 14px;
    width: 108px;
    height: 34px;
}
.plan__item.swiper-slide-active .plan__item-text--title {
    font-size: 24px;
}
.plan__item.swiper-slide-active .plan__img-box {
    gap: 17px;
}
.plan__item.swiper-slide-active .plan__item-text--default {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.7;
}
.plan__item.swiper-slide-active .plan__item-link {
    font-size: 16px;
}
.plan__item.swiper-slide-active .plan__item-link::after {
    width: 36px;
    height: 36px;
}
.plan__item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 310px;
    margin: 0 auto;
}
.plan__item-title-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.plan__item-num {
    color: #0E85C0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.7px;
    width: 93px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #FFF;
}
[class*="plan__item-text--"] {
    color: #333;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}
.plan__item-text--title {
    font-size: 21px;
    letter-spacing: 1.2px;
}
.plan__item-text--default {
    font-size: 13px;
    line-height: 1.76;
    letter-spacing: 1.3px;
}
.plan__img-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.plan__img {
    width: 310px;
    height: 181px;
    overflow: hidden;
    border-radius: 6px;
}
.plan__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.4s;
}
.plan__item-link {
    color: #8CAED4;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    transition: 0.4s;
}
.plan__item-jump:hover .plan__item-link {
    color: #004093;
    opacity: 1;
}
.plan__item-link::after {
    content: "";
    display: block;
    background: url(/images/top/plan__item-arrow.svg) no-repeat center / cover;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    transition: 0.4s;
}
.plan__item-jump:hover .plan__item-link::after {
    background: url(/images/top/plan__item-arrow-on.svg) no-repeat center / cover;
}
.swiper__content .swiper-button-prev,
.swiper__content  .swiper-button-next {
    z-index: 1;
}
.swiper__content .swiper-button-prev:after,
.swiper__content .swiper-button-next:after {
    content: "";
    width: 14px;
    height: 22px;
    border: 0;
    background: url(/images/top/plan__arrow.svg) no-repeat center / cover;
    position: absolute;
    top: 292px;
    margin: auto;
    z-index: 1;
    transition: 0.4s;
}
.swiper__content .swiper-button-prev:hover:after {
    transform: scale(1.3);
}
.swiper__content .swiper-button-next:hover:after {
    transform: rotate(180deg) scale(1.3);
}
.swiper__content .swiper-button-prev:after {
    left: 444px;
}
.swiper__content .swiper-button-next:after {
    transform: rotate(180deg);
    right: 444px;
}
[class*="section__wrapper--"] .swiper__content .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background: #CFD8DC;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) ;
    opacity: 1;
    border-radius: 9999px;
}
[class*="section__wrapper--"] .swiper__content .swiper-pagination-bullet-active {
    background: #004093;
    opacity: 1;
}
.swiper__content .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -24px;
    z-index: 1;
}

.section__wrapper--difference {
    padding-block: 100px 100px;
}
.difference__lsit {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
[class*="difference__item--"] {
    padding-block: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    border-radius: 10px;
    width: 555px;
    height: 426px;
}
.difference__item--green {
    background: #79CE51;
}
.difference__title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 31px;
    border-bottom: 1px solid #FFF;
}
.difference__item--green .difference__title-color {
    color: #FFE83B;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.difference__check-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 466px;
    margin: 0 auto 2px;
}
.difference__check-item {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
    position: relative;
    display: flex;
    gap: 9px;
}
.difference__check-item::before {
    content: "";
    display: block;
    background: url(/images/top/difference__check.svg) no-repeat center / cover;
    width: 20px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 4px;
}
.difference__merit-box {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    gap: 56px;
    position: relative;
    padding: 10px 20px 10px 25px;
    width: 495px;
    height: 151px;
    margin: 0 auto;
    align-items: center;
}
.difference__merit-box::before {
    content: "";
    position: absolute;
    background: #D9D9D9;
    width: 1px;
    height: 131px;
    left: 177px;
}
.difference__merit {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    height: 90px;
}
.difference__img {
    width: 20px;
    height: 35px;
}
.difference__merit-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
}
.difference__item--green .difference__merit-title {
    color: #79CE51;
}
.difference__merit-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.difference__merit-item {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
    position: relative;
    display: flex;
    gap: 6px;
    align-items: center;
}
.difference__merit-item::before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    flex-shrink: 0;
}
.difference__item--green .difference__merit-item::before {
    background: #79CE51;
}
.difference__item--blue {
    background: #31C8BB;
}
.difference__item--blue .difference__title-color {
    color: #1B79BD;
}
.difference__item--blue .difference__merit-title {
    color: #31C8BB;
}
.difference__item--blue .difference__merit-item::before {
    background: #31C8BB;
}
.difference__item--blue .difference__check-item::before {
    background: url(/images/top/difference__check02.svg) no-repeat center / cover;
}

.flow__title {
    color: #333;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.flow__title-green {
    color: #79CE51;
}
.flow__title-blue {
    color: #31C8BB;
}
.flow__list {
    display: flex;
    gap: 30px;
}
[class*="flow__item--"] {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 555px;
    height: 743px;
    align-items: center;
    padding-block: 31px;
}
.flow__item--green {
    background: #E4F5DC;
}
.flow__item-title {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.2px;
}
.flow__item-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 1;
}
.flow__item-list::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 8px;
    height: 529px;
    top: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.flow__item--green .flow__item-list::before {
    background: url(/images/top/flow__arrow01.svg) no-repeat center / cover;
}
.flow__item--blue .flow__item-list::before {
    background: url(/images/top/flow__arrow02.svg) no-repeat center / cover;
}
.flow__step-item {
    padding: 11px 0 0 21px;
    border-radius: 9999px;
    background: #FFF;
    width: 455px;
    height: 55px;
    display: flex;
    gap: 12px;
}
.flow__step {
    display: flex;
    flex-direction: column;
    gap: 1px;
    color: #79CE51;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.6px;
}
.flow__num {
    color: #79CE51;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}
.flow__step-text {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
    padding-top: 3px;
}
.flow__step-yellow {
    width: 455px;
    height: 195px;
    display: flex;
    align-items: center;
}
.flow__step-yellow .flow__step-item {
    background: #FFE83B;
    padding: 0;
    justify-content: center;
    padding-top: 12px;
}
.flow__item--blue {
    background: #D8F5F3;
}
.flow__item--blue .flow__step,
.flow__item--blue .flow__num {
    color: #31C8BB;
}

.section__wrapper--voice {
    padding-block: 100px 281px;
    background: #F9F6F0;
}
.cont__voice {
    width: 100%;
    height: 261px;
    position: relative;
    margin: 0 auto;
}
.voice__item {
    width: 676px;
    height: 261px;
}
.voice__item-link {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #FFF;
    gap: 25px;
    padding: 37px 40px 70px 40px;
    position: relative;
}
.voice__item-link:hover {
    opacity: 1;
}
.voice__item-link::before {
    content: "";
    position: absolute;
    background: url(/images/top/voice__item-check.svg) no-repeat center / cover;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    bottom: 19px;
    right: 20px;
    transition: 0.4s;
}
.voice__item-link:hover::before {
    background: url(/images/top/voice__item-check-on.svg) no-repeat center / cover;
}
.voice__img {
    width: 151px;
    height: 151px;
    flex-shrink: 0;
    margin-top: 4px;
}
.voice__img img {
    transition: 0.4s;
}
.voice__item-link:hover .voice__img img {
    transform: scale(1.2);
}
.voice__text-box {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
}
.voice__name {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1.2px;
    padding-bottom: 9px;
    border-bottom: 1px solid #E5F2F9;
    transition: 0.4s;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.voice__item-link:hover .voice__name {
    border-bottom: 1px solid #004093;
}
.voice__text {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.8px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.cont__voice .swiper-button-prev,
.cont__voice .swiper-button-next {
    z-index: 1;
    position: relative;
    margin: 0;
}
.cont__voice .swiper-button-prev:after,
.cont__voice .swiper-button-next:after {
    top: 203px;
}
.cont__voice .swiper-button-prev:after {
    left: 383px;
    position: static;
    margin: 0;
}
.cont__voice .swiper-button-next:after {
    right: 384px;
    position: static;
}
.cont__voice .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -62px;
    position: static;
    width: fit-content;
}
.section__wrapper--voice .contents__btn {
    margin: 38px auto 0;
}
.swiper-option {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 38px 0 0;
    gap: 16px;
}
.section__wrapper--company {
    padding-block: 100px 0;
}
.section__inner--company {
    position: relative;
    z-index: 1;
}
.section__inner--company::before {
    content: "";
    position: absolute;
    background: url(/images/top/company__bg.svg) no-repeat center / cover;
    width: 383px;
    height: 443px;
    z-index: -1;
    top: -50px;
    right: -340px;
}
.section__wrapper--company .section__title-box {
    margin-bottom: 40px;
}
.company__box {
    display: flex;
    gap: 35px;
}
.company__img-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
}
.company__img {
    width: 460px;
    height: 345px;
    flex-shrink: 0;
    background: #CFD8DC;
    overflow: hidden;
    border-radius: 10px;
}
.company__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contents__btn {
    width: 240px;
    height: 60px;
    margin: 0 auto;
}
.contents__link {
    color: #004093;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 2px solid rgba(0, 64, 147, 0.40);
    background: rgba(255, 255, 255, 0.10);
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.contents__link::before {
    content: "";
    position: absolute;
    background: url(/images/top/contents__arrow.svg) no-repeat center / cover;
    width: 16px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transition: 0.4s;
}
.contents__link:hover {
    opacity: 1;
    background: #004093;
    color: #FFF;
}
.contents__link:hover::before {
    background: url(/images/top/contents__arrow-on.svg) no-repeat center / cover;
}
.company__detail {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.company__name {
    color: #F70;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.2px;
    padding-bottom: 18px;
    border-bottom: 1px solid #CFD8DC;
}
.company__lsit {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.company__item {
    padding-bottom: 18px;
    border-bottom: 1px solid #CFD8DC;
    display: flex;
    gap: 24px;
    width: 645px;
}
[class*="company__text--"] {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.8px;
}
.company__text--title {
    width: 117px;
    flex-shrink: 0;
}

.section__wrapper--news {
    padding-block: 100px 100px;
    background: #FFFFFF;
}
.news__box {
    border-radius: 20px;
    background: #E9F8FF;
    width: 1140px;
    height: 440px;
    padding: 43px 50px 50px;
}
.scrollbar-content.vertical {
    max-height: 340px;
}
.news__list {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 1008px;
}
.news__item {
    display: flex;
    gap: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #CFD8DC;
}
.news__date {
    width: 94px;
}
.news__date time {
    color: #004093;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    width: 94px;
}
.news__text-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 2px;
}
.news__text-box h3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.news__text-box div {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.simplebar-track.simplebar-vertical {
    background: #D9D9D9;
    width: 2px;
    border-radius: 999px;
    right: 0px;
    top: 7px;
}
.simplebar-scrollbar.simplebar-visible:before {
    width: 2px;
    background-color: #0E85C0;
    border-radius: 999px;
    opacity: 1;
    left: 0;
    top: 0 !important;
    bottom: 0 !important;
}
.section__wrapper--news .contents__btn {
    margin-top: 50px;
}

.section__wrapper--faq {
    background: #F9F6F0;
}
.faq__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.faq__item {
    display: flex;
    flex-direction: column;
    gap: 43px;
    border-radius: 10px;
    background: #FFF;
    padding: 30px;
    width: 555px;
    height: 216px;
}
[class*="faq__box--"] {
    display: flex;
    gap: 10px;
    align-items: center;
}
.faq__box--q {
    height: 39px;
    flex-shrink: 0;
    position: relative;
}
.faq__english {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.8px;
    border-radius: 9999px;
    display: flex;
    width: 35px;
    height: 35px;
    padding: 8px 10px 10px 11px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.faq__box--q .faq__english {
    color: #F70;
    border: 1px solid #F70;
    position: relative;
}
.faq__box--q::before {
    content: "";
    position: absolute;
    background: rgba(238, 170, 0, 0.50);
    width: 100%;
    height: 1px;
    bottom: -26px;
}
[class*="faq__text--"] {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.8px;
}
.faq__text--title {
    font-weight: 700;
}
.faq__box--a {
    align-items: flex-start;
}
.faq__box--a .faq__english {
    color: #FFF;
    background: #F70;
    margin-top: 8px;
}
.faq__text--text {
    font-weight: 500;
}

.ui-full-screen.ui-section-wrap {
    display: none;
}
