html {
    font-size: 62.5%;
}
@media print, screen and (max-width: 750px) {
    html {
        font-size: calc((10 / 750) * 100vw);
    }
}
.u-wrapper {
    max-width: 1000px;
}

.header {
}

.header .header-main {
}

.header .header-main .header-main__inner {
}

.header .header-main .header-main__inner .header-main__logo {
}

.header .header-main .header-main__inner .header-main__logo img {
    height: 40px;
    max-width: 100%;
}

.header .header-main .header-main__inner .header__navi {
    justify-content: flex-end;
}

.header .header-main .header-main__inner .header__navi .header__buttons {
}

.header .header-main .header-main__inner .header__navi .header__buttons .c-button {
    width: fit-content;
    padding: 0px 27px;
    align-items: center;
    display: flex;
    height: 48px;
}

.section-title {
    margin-bottom: 5.6rem;
}
.section-title--cv {
    margin-bottom: 4rem;
}
.section-title--cv .section-title01,
.section-title--cv .section-title02 {
    color: #fff !important;
}
.section-title .section-title01 {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px; /* letter-spacing: 0.04em; */
    text-align: center;
    font-feature-settings: "palt" on;
    line-height: 160%; /* 32px */
    letter-spacing: 0.8px;
}

.section-title .section-title02 {
    font-family: Noto Sans JP;
    font-size: 48px;
    font-weight: 700;
    color: #00acb0;
    line-height: 67px; /* letter-spacing: 0.04em; */
    text-align: center;
    letter-spacing: 1.92px;
    font-feature-settings: "palt" on;
}

.section-title .section-title03 {
    margin-top: 1.6rem;
    text-align: center;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.28px;
    font-feature-settings: "palt" on;
}

.c-label {
}

.c-label .c-label__text {
    /* background: #00ACB0; */
}
.c-label .c-label__text + .c-label__text {
    margin-top: 11px;
}

.c-label .c-label__text small {
    background: #00acb0;
    padding: 0 8px;
    color: var(--base-fff, #fff);
    font-feature-settings: "palt" on;

    /* pc/subtitle/large */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.96px;
    vertical-align: bottom;
}

.c-button {
    position: relative;
    border-radius: 56px;
    padding: 10px 24px 12px;
    display: block;
    background: #ff9100;
    min-height: 48px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 48.7rem;
}

.c-button .c-button__text-icon {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.c-button .c-button__text-icon img {
}

.c-button .c-button__text-sub {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.08em;
    text-align: center;
}

.c-button .c-button__text-main {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px; /* letter-spacing: 0.04em; */
    text-align: center;
}
.header .c-button .c-button__text-main {
    font-size: 16px;
}
.mv {
    padding: 3.1rem 0 0.8rem;
    background-image: linear-gradient(to top left, #f7fffb 50%, #d2f2e9 50%);
}

.mv .mv__inner {
    max-width: 1210px;
    margin: auto;
}

.mv .mv__inner .mv__content {
    display: grid;
    grid-template-columns: 1fr 600px;
    align-items: end;
    gap: 16px;
}

.mv .mv__inner .mv__content .mv__lead {
    padding-left: 0;
    position: relative;
    top: -50px;
}

.mv .mv__inner .mv__content .mv__lead .mv__text01 {
    font-family: Noto Sans JP;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    font-feature-settings: "palt" on;
    color: #00acb0;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    letter-spacing: 1.92px;
    line-height: 140%; /* 67.2px */
}
.mv__text01:after,
.mv__text01:before {
    content: "";
    display: inline-block;
    width: 8.5rem;
    height: 3px;
    gap: 8px;
    background: #00acb0;
}

.mv .mv__inner .mv__content .mv__lead .mv__text02 {
    font-family: Noto Sans JP;
    font-size: 48px;
    font-weight: 700;
    line-height: 67px;
    text-align: center;
    margin-bottom: 2.4rem;
    line-height: 140%; /* 100.8px */
}

.mv .mv__inner .mv__content .mv__lead .mv__text02 strong {
    font-family: Noto Sans JP;
    font-size: 56px;
    font-weight: 700;
    line-height: 78px;
    text-align: center;
}

.mv .mv__inner .mv__content .mv__lead .mv__text02 br {
}

.mv .mv__inner .mv__content .mv__lead .mv__text03 {
    display: flex;
    margin-bottom: 36px;
    justify-content: center;
}

.mv .mv__inner .mv__content .mv__lead .mv__text03 img {
}

.mv .mv__inner .mv__content .mv__lead .mv__text04 {
    margin-bottom: 8px;
    display: grid;
    grid-template-columns: repeat(2, 350px);
    gap: 48px;
    /* margin-right: -200px; */
    /* position: relative; */
    /* left: 40px; */
    position: absolute;
    /* left: 50%;
    transform: translate(-50%, 50%);
    bottom: -48px; */
    z-index: 2;
}

.mv .mv__inner .mv__content .mv__lead .mv__text04 .c-button {
    width: 100%;
}

.mv .mv__inner .mv__content .mv__lead .mv__text04 .c-button .c-button__text-icon {
}

.mv .mv__inner .mv__content .mv__lead .mv__text04 .c-button .c-button__text-icon img {
}

.mv .mv__inner .mv__content .mv__lead .mv__text04 .c-button .c-button__text-sub {
}

.mv .mv__inner .mv__content .mv__lead .mv__text04 .c-button .c-button__text-main {
}

.mv .mv__inner .mv__content .mv__image {
}

.mv .mv__inner .mv__content .mv__image img {
}

.mv .mv__inner .mv__certs {
    display: flex;
    justify-content: flex-end;
    margin-right: 11rem;
    align-items: flex-end;
    gap: 16px;
    position: relative;
    top: -7rem;
    margin-bottom: -6rem;
}

.mv .mv__inner .mv__certs p {
}

.mv .mv__inner .mv__certs .mv__cert-icons {
    display: flex;
    gap: 1.6rem;
}

.mv .mv__inner .mv__certs .mv__cert-icons img {
    max-width: 80px;
}

.sec01 {
    padding: 8rem 0 5.6rem;
}

.sec01 .sec01__text {
    text-align: center;
    margin-bottom: 56px;
}

.sec01 .sec01__text .sec01__text01 {
    font-family: Noto Sans JP;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 140%; /* 67.2px */
    letter-spacing: 1.92px;
    text-align: center;
}

.sec01 .sec01__text .sec01__text02 {
    font-family: Noto Sans JP;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0.04em;
    color: #00acb0;
    text-align: center;
    line-height: 140%;
}
.sec01 .sec01__text .sec01__text02 strong {
    font-family: Barlow;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0em;
}

.sec01 .sec01__text .sec01__text02strong {
}

.sec01 .c-customer {
}

.sec01 .c-customer .u-pc {
}

.sec01 .c-customer .u-pc .c-customer__slider {
}

.sec01 .c-customer .u-pc .c-customer__slider .c-customer__items {
}

.sec01 .c-customer .u-pc .c-customer__slider .c-customer__items .swiper-slide {
}

.sec01 .c-customer .u-pc .c-customer__slider .c-customer__items .swiper-slideimg {
}

.sec01 .c-customer .u-sp {
}

.sec01 .c-customer .u-sp .c-customer__slider {
}

.sec01 .c-customer .u-sp .c-customer__slider .c-customer__items {
}

.sec01 .c-customer .u-sp .c-customer__slider .c-customer__items .swiper-slide {
}

.sec01 .c-customer .u-sp .c-customer__slider .c-customer__items .swiper-slideimg {
}

.sec02 {
    padding: 12rem 0 4rem;
    background: var(--regulation-sub, #fdfaf6);
}
.sec02__tbox {
    text-align: center;
    border: 4px solid #00acb0;
    width: 48.5rem;
    margin: auto;
    padding: 33px 0;
    margin-bottom: 8px;
}

.sec02__tbox .sec02__tbox01 {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px; /* letter-spacing: 0.04em; */
    text-align: center;
}

.sec02__tbox .sec02__tbox02 {
    font-family: Noto Sans JP;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #00acb0;
}
.sec02__tbox .sec02__tbox02 small {
    font-family: Noto Sans JP;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.04em;
    text-align: center;
}
.sec02__tbox .sec02__tbox02 strong {
    font-family: Noto Sans JP;
    font-size: 48px;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: 0.04em;
    text-align: center;
}

.sec02__tbox .sec02__tbox02strong {
}

.sec02__tbox .sec02__tbox02br {
}

.sec02__slash {
    height: 133px;
    background: #00acb0;
    width: 1px;
    transform: rotate(45deg);
    display: block;
    margin: auto;
}

.sec02__title {
    text-align: center;
    margin-bottom: 16px;
}

.sec02__title .sec02__title01 {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.04em;
    text-align: center;
}

.sec02__title .sec02__title02 {
    font-family: Noto Sans JP;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px; /* letter-spacing: 0.04em; */
    text-align: center;
}
.sec02__title .sec02__title02 strong {
    color: #00acb0;
    letter-spacing: 0.04em;
}
.sec02__list {
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
}

.sec02__list .sec02__item {
    display: grid;
    justify-content: center;
}

.sec02__list .sec02__item .sec02__item-image {
    margin-bottom: 14px;
}

.sec02__list .sec02__item .sec02__item-image img {
    margin: auto;
}

.sec02__list .sec02__item ul {
    list-style: none;
}
.sec02__list .sec02__item ul li::before {
    content: "・";
    margin-left: 4px;
    margin-right: 3px;
}
.sec02__list .sec02__item ul li {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    /* letter-spacing: 0.08em; */
}

.sec02__list .sec02__item ul li + li {
    margin-top: 8px;
}
.sec02__list .sec02__item ul li strong {
    font-weight: 700;
    letter-spacing: 0.08em;
}

.sec03 {
    padding: 5rem 0 8rem;
    background: var(--regulation-other, #d2f2e9);
    position: relative;
    z-index: 0;
}
.sec03::before {
    z-index: -1;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    height: 24rem;
    background: var(--regulation-sub, #fdfaf6);
    top: 0;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

::before {
}
.sec03__title {
    width: 85.6rem;
    margin-left: auto;
    margin-bottom: 8rem;
}

.sec03__title .c-label {
}

.c-label .c-label__text {
    font-family: Noto Sans JP;
    font-size: 48px;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-align: left; /* padding: 0 8px; */
    color: var(--base-fff, #fff);
    font-feature-settings: "palt" on;

    /* pc/headline/h2 */
    font-family: Noto Sans JP;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 67.2px */
    letter-spacing: 1.92px; /* background: #00ACB0; */
}
.c-label .c-label__text span {
    background: #00acb0;
    padding-left: 0.8rem;
}
.c-label .c-label__text small {
}

.sec03__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.sec03__list .sec03__item {
}

.sec03__list .sec03__item .sec03__item-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-bottom: 32px;
}
.sec03__list .sec03__item .sec03__item-head:before,
.sec03__list .sec03__item .sec03__item-head:after {
    content: "";
    display: block;
    width: 16.5rem;
    height: 2px;
    background: #00acb0;
}

.sec03__list .sec03__item .sec03__item-head img {
}

.sec03__list .sec03__item .sec03__item-head span {
    font-family: Noto Sans JP;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0.04em;
    color: #00acb0;
    text-align: center;
}

.sec03__list .sec03__item .sec03__item-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.sec03__list .sec03__item .sec03__item-body .sec03__item-content {
}

.sec03__list .sec03__item .sec03__item-body .sec03__item-content img {
    margin-bottom: 8px;
    border-radius: 16px;
}

.sec03__list .sec03__item .sec03__item-body .sec03__item-content p {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.08em;
    text-align: center;
}

.sec03__list .sec03__item .sec03__item-body .sec03__item-content p strong {
    font-weight: 700;
    letter-spacing: 0;
}

.sec03__list .sec03__item .sec03__item-body .sec03__item-content p br {
}

.sec04 {
    padding: 8rem 0 3.2rem;
    background: rgba(00, 172, 176, 0.3);
}
.sec04__c01 {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 40px;
    margin-bottom: 48px;
}

.sec04__c01 .sec04__c01-text {
    display: grid; /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
}

.sec04__c01 .sec04__c01-text .sec04__c01-text01 {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.04em;
    text-align: center;
}

.sec04__c01 .sec04__c01-text .sec04__c01-text02 {
    font-family: Noto Sans JP;
    font-size: 4rem;
    font-weight: 700;
    line-height: 63px; /* letter-spacing: 0.04em; */
    text-align: center;
    color: #00acb0;
    background: linear-gradient(transparent 60%, #fff 60%);
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: 0 90%;
}

.sec04__c01 .sec04__c01-image {
}

.sec04__c01 .sec04__c01-imageimg {
}

.sec04__c02 {
}

.sec04__c02-text {
    display: grid;
    align-items: center;
    justify-content: center;
}
.sec04__c02-text-wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.sec04__c02-text01 {
    color: var(--base-333, #333);
    text-align: center;
    font-feature-settings: "palt" on;

    /* pc/subtitle/large */
    font-family: Noto Sans JP;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.96px;
}
.sec04__c02-text02 {
}
.sec04__c02-text02 img {
}
.sec04__c02-text03 {
    color: var(--base-333, #333);
    text-align: center;
    font-feature-settings: "palt" on;

    /* pc/headline/h5 */
    font-family: Noto Sans JP;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
    letter-spacing: 1.28px;
}
.sec04__c02-text small {
    flex: 0 0 100%;
    /* text-align: center; */
}

.sec04__c02 .sec04__c02-arrow {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.04em;
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 0;
}
.sec04__c02 .sec04__c02-arrow span {
}
.sec04__c02 .sec04__c02-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -5%;
    transform: translateX(-50%);
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 5.6rem solid #00acb0;
    border-right: 7.6rem solid transparent;
    border-left: 7.6rem solid transparent;
}
.sec04__c02 .sec04__c02-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4.8rem;
    border-radius: 48px;
    background: var(--base-fff, #fff);
    box-shadow: 8px 8px 0px 0px #00acb0;
}

.sec04__c02 .sec04__c02-images img {
    margin: auto;
}

.sec04__button {
}

.sec04__button .c-button {
}

.sec04__button .c-button .c-button__text-icon {
}

.sec04__button .c-button .c-button__text-icon img {
}

.sec04__button .c-button .c-button__text-sub {
}

.sec04__button .c-button .c-button__text-main {
}

.sec05 {
    padding: 12.4rem 0;
    background: var(--regulation-background, #f7fffb);
}

.sec05__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.sec05__list .sec05__item {
}

.sec05__list .sec05__item .sec05__item-image {
    margin-bottom: 2.4rem;
}

.sec05__list .sec05__item .sec05__item-image img {
}

.sec05__list .sec05__item .sec05__item-body {
}

.sec05__list .sec05__item .sec05__item-body .sec05__item-label {
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px; /* letter-spacing: 0.08em; */
    margin-bottom: 0.4rem;
}
.sec05__item-label span {
    padding: 0 2.4rem;
    background-image: url(../images/expense-lp2/sec06_title_bg.svg), url(../images/expense-lp2/sec06_title_bg.svg);
    background-repeat: no-repeat;
    background-position:
        left top,
        right top;
}
.sec05__list .sec05__item .sec05__item-body .sec05__item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px; /* letter-spacing: 0.04em; */
    margin-bottom: 1.6rem;
}

.sec05__list .sec05__item .sec05__item-body .sec05__item-title strong {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    display: inline-block;
    letter-spacing: 0.04em;
}

.sec05__list .sec05__item .sec05__item-body .sec05__item-lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.08em;
}

.sec05__list .sec05__item .sec05__item-body .sec05__item-lead strong {
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.08em;
}

.cv {
    padding: 6.4rem 0;
    background: #00acb0;
}

.cv__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.cv__content .cv__image {
    /* display: grid; */ /* grid-template-columns: 1fr 1fr; */
}

.cv__content .cv__imageimg {
}

.cv__content .cv__text {
    text-align: center;
}

.cv__content .cv__text .c-button {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
}

.cv__content .cv__text .c-button .c-button__text-icon {
}

.cv__content .cv__text .c-button .c-button__text-icon img {
}

.cv__content .cv__text .c-button .c-button__text-sub {
}

.cv__content .cv__text .c-button .c-button__text-main {
}

.cv__content .cv__text .cv__link {
    color: #fff;
    margin-top: 1.6rem;
    display: inline-block;
    text-decoration: underline;
}

.sec06 {
    padding: 12.4rem 0 6.4rem;
    background: var(--regulation-background, #f7fffb);
}
.section-title {
}

.section-title .section-title02 {
}

.sec06__list {
    /* margin-bottom: 6rem; */
}

.swiper-button-prev,
.swiper-button-next {
    width: 4.8rem !important;
    height: 4.8rem !important;
    bottom: 0 !important;
    top: 0 !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::before,
.swiper-button-next::before {
    display: block;
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    border: 1px solid #00acb0;
}
.swiper-button-prev::after {
    display: inline-block;
    vertical-align: middle;
    color: #00acb0;
    line-height: 1;
    width: 1rem;
    height: 1rem;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(25%) rotate(-135deg);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    display: inline-block;
    vertical-align: middle;
    color: #00acb0;
    line-height: 1;
    width: 1rem;
    height: 1rem;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0% !important;
    position: relative;
    width: fit-content !important;
    margin: 0 4rem;
}
.swiper-pagination-bullet-active {
    background: #333 !important;
}
.swiper {
    /* padding-bottom: 8rem!important; */
    /* overflow: visible!important; */
    width: 100%;
}
.swiper-slide {
    width: 1000px !important;
}
.swiper-wrapper {
    /* padding-left: 24px;  */
    /* padding-right: 24px;  */
}
.swiper-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.6rem;
}
.sec06__list .sec06__slide {
    border-radius: 24px;
    border: 1px solid var(--regulation-primary, #00acb0);
    background: var(--base-fff, #fff);
    overflow: hidden; /* width: 1000px; */
}

.sec06__list .sec06__slide .sec06__slide-head {
    display: grid;
    grid-template-columns: 1fr 560px;
    gap: 4rem;
    align-items: center;
    margin-bottom: 2.6rem; /* overflow: hidden; */
}

.sec06__list .sec06__slide .sec06__slide-head .sec06__slide-image {
    display: grid;
    justify-content: center;
}
.sec06__slide-detail {
    width: 32rem;
    padding: 1.6rem 2.4rem;
    margin: auto;
    border-radius: 0px 16px 16px 16px;
    background: var(--base-fff, #fff);
    box-shadow: 2px 2px 0px 0px #00acb0;
    margin-top: -4.8rem;
    display: grid;
    gap: 0.8rem;
}
.sec06__slide-logo {
    /* margin-bottom: .8rem; */
}
.sec06__slide-logo img {
}
.sec06__slide-company {
    /* margin-bottom: 0.8rem; */
    color: var(--base-333, #333);
    text-align: justify;
    font-feature-settings: "palt" on;

    /* pc/subtitle/small */
    font-family: Noto Sans JP;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: 0.8px;
}
.sec06__slide-detail ul {
    list-style: none;
}
.sec06__slide-detail ul li {
    color: var(--base-333, #333);
    text-align: justify;
    font-feature-settings: "palt" on;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    letter-spacing: 1.12px;
}
.sec06__slide-detail ul li + li {
    margin-top: 0.8rem;
}
.sec06__slide-detail ul li::before {
    content: "・";
    margin-right: 0.6rem;
}
.sec06__list .sec06__slide .sec06__slide-head .sec06__slide-image img {
    /* overflow: hidden; */
}

.sec06__list .sec06__slide .sec06__slide-head .sec06__slide-text {
    padding-right: 40px;
}

.sec06__list .sec06__slide .sec06__slide-head .sec06__slide-text .sec06__slide-title {
    color: var(--regulation-primary, #00acb0);
    text-align: justify;
    font-feature-settings: "palt" on;

    /* pc/subtitle/large */
    font-family: Noto Sans JP;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.96px;
    margin-bottom: 1.6rem;
}

.sec06__list .sec06__slide .sec06__slide-head .sec06__slide-text .sec06__slide-title br {
}

.sec06__list .sec06__slide .sec06__slide-head .sec06__slide-text .sec06__slide-lead {
    color: var(--base-333, #333);
    text-align: justify;
    font-feature-settings: "palt" on;

    /* pc/body/normal (regular) */
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.28px;
}

.sec06__list .sec06__slide .sec06__slide-head .sec06__slide-text .sec06__slide-lead strong {
    color: var(--base-333, #333);
    font-feature-settings: "palt" on;

    /* pc/body/normal (bold) */
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 1.28px;
}

.sec06__list .sec06__slide .sec06__slide-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    padding: 0 4rem;
    margin-bottom: 2.4rem;
}

.sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content {
}

.sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content h4 {
    color: var(--regulation-primary, #00acb0);
    text-align: center;
    font-feature-settings: "palt" on;

    /* pc/body/normal (bold) */
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.28px;
    margin-bottom: 0.8rem;
}
.sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content h4 span {
    background-image: url(../images/expense-lp2/sec06_title_bg.svg), url(../images/expense-lp2/sec06_title_bg.svg);
    background-repeat: no-repeat;
    background-position:
        left top,
        right top;
    background-size: contain;
    padding: 0 4rem;
}

.sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul {
    list-style: none;
}

.sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul li {
    /* pc/list/small (bold) */
    /* font-size: 14px; */

    /* 19.6px */
    letter-spacing: 1.12px;
    display: flex;
}
.sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul li p {
    color: var(--base-333, #333);
    text-align: justify;
    font-feature-settings: "palt" on;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 1.12px;
}
.sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul li + li {
    margin-top: 0.8rem;
}
.sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul li:before {
    content: "・";
    margin-right: 2px;
    /* font-size: 2.6rem; */
}

.sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul li strong {
    color: var(--base-333, #333);
    font-feature-settings: "palt" on;

    /* pc/list/small (regular) */
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1.12px;
    font-weight: 700;
}

.sec06__button {
}

.sec06__button .c-button {
}

.sec06__button .c-button .c-button__text-icon {
}

.sec06__button .c-button .c-button__text-icon img {
}

.sec06__button .c-button .c-button__text-sub {
}

.sec06__button .c-button .c-button__text-main {
}

.sec07 {
    padding: 11.2rem 0;
    background: #d2f2e9;
}

.sec07__modal-content {
    /* display: grid; */
    padding: 2.4rem;
    /* border-radius: 24px; */
    /* overflow: scroll; */
    /* background: var(--regulation-background, #F7FFFB); */
}
.sec07__modal-content ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
    margin-bottom: 2.4rem;
}
.sec07__modal-content ul li {
    border-radius: 16px;
    border: 1px solid var(--regulation-primary, #00acb0);
    /* background: #fff; */
    padding: 1.6rem;
}
.sec07__modal-content ul li h5 {
    color: var(--regulation-primary, #00acb0);
    text-align: justify;
    font-feature-settings: "palt" on;
    font-family: Noto Sans JP;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: 0.8px;
}
.sec07__modal-content ul li p {
    color: var(--base-333, #333);
    text-align: justify;
    font-feature-settings: "palt" on;

    /* pc/body/small (regular) */
    font-family: Noto Sans JP;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    letter-spacing: 1.12px;
}
/* モーダルのスタイル */
.sec07__modal-content > p {
    text-align: center;
}
.sec07__modal-content > p small {
    color: var(--base-333, #333);
    text-align: center;
    font-feature-settings: "palt" on;

    /* pc/caption/normal */
    font-family: Noto Sans JP;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.96px;
}
.modal {
    border: none;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    /* padding: 20px; */
    width: 1000px;
    max-width: 100%; /* ビューポートを超えないようにする */
    box-sizing: border-box; /* パディングと境界を幅に含める */
    /* border-radius: 24px; */
    /* background: var(--regulation-background, #F7FFFB); */
    background: transparent;
    overflow: visible;
    /* height: 85%; */
}
.modal-wrapper {
    height: 100%;
    overflow: scroll;
    border-radius: 24px;
    background: var(--regulation-background, #f7fffb);
}
/* モーダルコンテンツ */
.modal-content {
    /* padding: 2.4rem; */
    /* 幅を1000pxに設定 */
    /* border-radius: 24px; */
    /* background: var(--regulation-background, #F7FFFB); */
}

/* 閉じるボタン */
.close {
    color: #00acb0;
    position: absolute;
    right: 10px;
    top: -54px;
    font-size: 28px;
    /* font-weight: bold; */
    cursor: pointer;
    z-index: 111;
}
.close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    border: 1px solid #00acb0;
    transform: translate(-50%, -50%);
}
@media screen and (max-height: 1000px) {
    .modal {
        height: 85%;
        /* width: 83%; */
        /* padding: 0 6rem; */
        top: 53%;
    }
}

.sec07__list {
    margin-bottom: 4rem;
}

.sec07__list ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
    padding: 0 2.4rem;
}

.sec07__list ul li {
    display: flex;
    gap: 0.8rem;
    font-feature-settings: "palt" on;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: 1.28px;
    background: #fff;
    align-items: center;
    height: 6rem;
    padding: 0 0.8rem;
    border-radius: 4px;
    background: var(--base-fff, #fff);
}

.sec07__list ul li img {
}

.sec07__button {
    text-align: center;
}

.sec07__button a {
    border-radius: 56px;
    border: 2px solid var(--regulation-primary, #00acb0);
    color: var(--regulation-primary, #00acb0);
    text-align: center;
    font-feature-settings: "palt" on;

    /* pc/body/normal (bold) */
    font-family: Noto Sans JP;
    width: 32rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 1.2rem 0;
    display: inline-block;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.28px;
}

.sec08 {
    padding: 12.8rem 0;
    background: #f7fffb;
}
.section-title {
}

.section-title .section-title02 {
}

.section-title .section-title03 {
}

.sec08__c01 {
    display: flex;
    gap: 2.4rem;
    margin-bottom: 1.6rem;
    justify-content: center;
}

.sec08__c01img {
}

.sec08__c02 {
    color: var(--base-333, #333);
    text-align: center;
    font-feature-settings: "palt" on;

    /* pc/caption/normal */
    font-family: Noto Sans JP;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.96px;
    margin-bottom: 5.6rem;
}

.sec08__button {
}

.sec08__button .c-button {
}

.sec08__button .c-button .c-button__text-icon {
}

.sec08__button .c-button .c-button__text-icon img {
}

.sec08__button .c-button .c-button__text-sub {
}

.sec08__button .c-button .c-button__text-main {
}

.sec09 {
    padding: 2.4rem 0 0;
}

.sec09__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4.1rem;
    margin-bottom: 1.6rem;
}

.sec09__list .sec09__item {
}

.sec09__list .sec09__item .sec09__item-image {
    margin-bottom: 1.6rem;
}

.sec09__list .sec09__item .sec09__item-image img {
    margin: auto;
}

.sec09__list .sec09__item .sec09__item-title {
    color: var(--regulation-primary, #00acb0);
    text-align: center;
    font-feature-settings: "palt" on;

    /* pc/subtitle/small */
    font-family: Noto Sans JP;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: 0.8px;
    margin-bottom: 0.8rem;
}

.sec09__list .sec09__item .sec09__item-lead {
    color: var(--base-333, #333);
    font-feature-settings: "palt" on;

    /* pc/body/normal (regular) */
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 1.28px;
    margin-bottom: 0.8rem;
}

.sec09__list .sec09__item .sec09__item-lead strong {
    color: var(--base-333, #333);
    text-align: justify;
    font-feature-settings: "palt" on;

    /* pc/body/normal (bold) */
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.28px;
}

.sec09__list .sec09__item .sec09__item-notice {
    color: var(--base-333, #333);
    text-align: justify;
    font-feature-settings: "palt" on;

    /* pc/caption/normal */
    font-family: Noto Sans JP;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.96px;
}

.sec09__c01 {
}
.sec09__c01-inner {
    display: flex;
    align-items: center;
    background: var(--regulation-background, #f7fffb);
    justify-content: center;
}
.sec09__c01 .sec09__c01-text {
    margin-right: -7rem;
    z-index: 1;
}

.sec09__c01 .sec09__c01-text p {
    color: var(--regulation-primary, #00acb0);
    font-feature-settings: "palt" on;

    /* pc/subtitle/large */
    font-family: Noto Sans JP;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.96px;
    margin-bottom: 0.8rem;
}

.sec09__c01 .sec09__c01-text .c-label {
}

.sec09__c01 .sec09__c01-text .c-label .c-label__text {
    background: #00acb0;
    padding: 0 0.8rem;
    width: fit-content;
}
.sec09__c01 .sec09__c01-text .c-label .c-label__text span {
    background: transparent;
}

.sec09__c01 .sec09__c01-image {
}

.sec09__c01 .sec09__c01-imageimg {
}

.sec10 {
    padding: 12rem 0;
    background: var(--regulation-sub, #fdfaf6);
}

.sec10__form {
    width: 80rem;
    margin: auto;
    padding: 2.4rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(212, 212, 212, 0.5);
}

.sec11 {
    padding: 6rem 0;
}
.sec11__head {
    text-align: center;
}

.sec11__head > img {
    margin: auto;
    margin-bottom: 2.35rem;
}

.sec11__head p {
    margin-bottom: 2.8rem;
    color: var(--base-333, #333);
    font-feature-settings: "palt" on;

    /* pc/body/small (regular) */
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 1.12px;
}

.sec11__head p strong {
    color: var(--base-333, #333);
    text-align: center;
    font-feature-settings: "palt" on;

    /* pc/body/normal (bold) */
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.28px;
}

.sec11__head p br {
}

.sec11__head ul {
    list-style: none;
    display: flex;
    gap: 1.6rem;
    justify-content: center;
    align-items: center;
}

.sec11__head ul li {
}

.sec11__head ul li img {
    clip-path: inset(3px);
}

.footer {
    padding: 6rem 0;
    text-align: center;
    background: var(--regulation-primary, #00acb0);
}

.footer ul {
    list-style: none;
    display: flex;
    gap: 4rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.footer ul li {
    color: var(--white, #fff);
    text-align: center;
    font-feature-settings: "palt" on;

    /* pc/body/small (bold) */
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 25.2px */
    letter-spacing: 1.12px;
}

.footer ul li a {
}

.footer small {
    color: var(--white, #fff);
    text-align: center;
    font-feature-settings: "palt" on;

    /* pc/caption/normal */
    font-family: Noto Sans JP;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.96px;
}

@media print, screen and (max-width: 1079px) {
    .modal {
        padding: 0 6rem;
        /* width: 100%; */
        height: 86%;
        top: 53%;
    }
    .close {
        right: 2%;
        font-size: 3.6rem;
        top: -6%;
    }
    .close:before {
        width: 6rem;
        height: 6rem;
        border-width: 2px;
    }

    .sec07__modal-content ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .sec07__modal-content ul li {
        padding: 2.4rem;
    }
    .sec07__modal-content > p small {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/caption/normal */
        font-family: Noto Sans JP;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 30px */
        letter-spacing: 1.6px;
    }
    .sec07__modal-content ul li h5 {
        color: var(--regulation-primary, #00acb0);
        text-align: justify;
        font-feature-settings: "palt" on;
        font-family: Noto Sans JP;
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 44.8px */
        letter-spacing: 1.28px;
    }

    .sec07__modal-content ul li p {
        color: var(--base-333, #333);
        text-align: justify;
        font-feature-settings: "palt" on;

        /* sp/body/small (regular) */
        font-family: Noto Sans JP;
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 46.8px */
        letter-spacing: 2.08px;
    }
    .u-wrapper {
        padding: 0 6rem;
    }
    .header {
        height: 12rem;
    }

    .header .header-main {
        padding: 16px 0;
        height: 100%;
    }

    .header .header-main .header-main__inner {
        height: 100%;
        margin-left: 0rem;
        justify-content: space-between;
    }
    .header__menu-button {
        /* top: 2rem; */
        /* right: 40px; */
        position: initial;
    }

    .header .header-main .header-main__inner .header-main__logo {
    }
    .header__menu-button span,
    .header__menu-button span:before,
    .header__menu-button span:after {
        height: 0.5rem;
        width: 4.8rem;
    }
    .header__menu-button span:before {
        bottom: 1.6rem;
    }
    .header__menu-button span:after {
        top: 1.6rem;
    }

    .header .header-main .header-main__inner .header-main__logo img {
        /* width: 40.7rem; */
        height: 30px;
    }

    .header .header-main .header-main__inner .header__navi {
    }

    .header .header-main .header-main__inner .header__navi .header__buttons {
    }
    .header #menu-btn-check:checked ~ .header__navi {
        background: var(--regulation-primary, #00acb0);
    }
    .header__navi-wrapper {
        top: 44%;
        left: 50%;
        position: absolute;
        width: 90%;
        transform: translate(-50%, -50%);
    }
    .header__menu-list {
        text-align: center;
        margin-bottom: 5.6rem;
        /* margin-top: 22vh; */
    }
    .header__menu-list ul {
        list-style: none;
    }
    .header__menu-list ul li {
        color: var(--base-fff, #fff);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/subtitle/large */
        font-family: Noto Sans JP;
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 57.6px */
        letter-spacing: 1.44px;
    }
    .header__menu-list ul li + li {
        margin-top: 4rem;
    }

    .header__menu-list ul li a {
    }

    .header .header-main .header-main__inner .header__navi .header__buttons .c-button {
        height: 100%;
        display: grid;
        /* font-size: 3.6rem; */
        padding: 3.1rem 0;
    }

    .section-title--cv {
        margin-bottom: 5.6rem;
    }

    .section-title .section-title01 {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 51.2px */
        white-space: pre;
    }

    .section-title .section-title02 {
        color: var(--regulation-primary, #00acb0);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/headline/h2 */
        font-family: Noto Sans JP;
        font-size: 6.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 89.6px */
        letter-spacing: 2.56px;
    }

    .section-title .section-title03 {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/body/small (regular) */
        font-family: Noto Sans JP;
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 46.8px */
        letter-spacing: 2.08px;
    }

    .c-label {
    }

    .c-label .c-label__text {
        color: var(--base-fff, #fff);
        font-feature-settings: "palt" on;

        /* sp/headline/h2 */
        font-family: Noto Sans JP;
        font-size: 6.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 89.6px */
        letter-spacing: 2.56px;
    }

    .c-label .c-label__text small {
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 160%; /* 57.6px */
        letter-spacing: 1.44px;
    }

    .c-button {
        width: 100% !important;
        padding: 1.5rem 0 1.6rem;
        border-radius: 96px;
        background: var(--regulation-button, #ff9100);
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.24);
    }

    .c-button .c-button__text-icon {
    }

    .c-button .c-button__text-icon img {
        width: 4.8rem;
    }

    .c-button .c-button__text-sub {
        color: var(--base-fff, #fff);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/body/small (bold) */
        font-family: Noto Sans JP;
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 180%; /* 46.8px */
        letter-spacing: 2.08px;
        margin-bottom: -1rem;
    }

    .c-button .c-button__text-main {
        color: var(--base-fff, #fff);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/subtitle/large */
        font-family: Noto Sans JP;
        font-size: 3.6rem !important;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 57.6px */
        letter-spacing: 1.44px;
    }

    .mv {
        padding: 3.1rem 0 0 0;
        padding: 3rem 4rem;
    }

    .mv .mv__inner {
        /* padding: 0 3rem 4rem; */
    }

    .mv .mv__inner .mv__content {
        grid-template-columns: 1fr;
    }

    .mv .mv__inner .mv__content .mv__lead {
        order: 2;
        padding-left: 0;
        top: 0;
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text01 {
        font-size: 4.8rem;
        gap: 2.4rem;
        /* line-height: 140%; */ /* 67.2px */
        /* letter-spacing: 1.92px; */
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text02 {
        color: var(--base-333, #333);
        font-feature-settings: "palt" on;

        /* sp/headline/h2 */
        font-family: Noto Sans JP;
        font-size: 6.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 2.56px;
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text02 strong {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;
        font-family: Noto Sans JP;
        font-size: 7.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 100.8px */
        letter-spacing: 2.88px;
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text02 br {
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text03 {
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text03 img {
        width: 90%;
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text04 {
        margin-bottom: 4rem;
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text04 .c-button {
        width: 90% !important;
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text04 .c-button .c-button__text-icon {
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text04 .c-button .c-button__text-icon img {
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text04 .c-button .c-button__text-sub {
    }

    .mv .mv__inner .mv__content .mv__lead .mv__text04 .c-button .c-button__text-main {
    }

    .mv .mv__inner .mv__content .mv__image {
    }

    .mv .mv__inner .mv__content .mv__image img {
    }

    .mv .mv__inner .mv__certs {
        display: grid;
        justify-content: center;
        margin-right: 0;
        top: 0;
        margin-bottom: 0;
    }

    .mv .mv__inner .mv__certs p {
        text-align: center;
        font-size: 2rem;
        /* margin-bottom: 1.6rem; */
        line-height: 150%; /* 30px */
    }

    .mv .mv__inner .mv__certs .mv__cert-icons {
    }

    .mv .mv__inner .mv__certs .mv__cert-icons img {
        height: 13rem;
    }

    .sec01 {
    }

    .sec01 .sec01__text {
    }

    .sec01 .sec01__text .sec01__text01 {
        font-size: 4.8rem;
    }

    .sec01 .sec01__text .sec01__text02 {
        font-size: 5.6rem;
        letter-spacing: 2.24px;
    }

    .sec01 .sec01__text .sec01__text02 strong {
        font-size: 8.8rem;
        line-height: 100%; /* 88px */
    }

    .sec01 .c-customer {
    }

    .sec01 .c-customer .u-pc {
    }

    .sec01 .c-customer .u-pc .c-customer__slider {
    }

    .sec01 .c-customer .u-pc .c-customer__slider .c-customer__items {
    }

    .sec01 .c-customer .u-pc .c-customer__slider .c-customer__items .swiper-slide {
    }

    .sec01 .c-customer .u-pc .c-customer__slider .c-customer__items .swiper-slide img {
    }

    .sec01 .c-customer .u-sp {
    }

    .sec01 .c-customer .u-sp .c-customer__slider {
    }

    .sec01 .c-customer .u-sp .c-customer__slider .c-customer__items {
    }

    .sec01 .c-customer .u-sp .c-customer__slider .c-customer__items .swiper-slide {
    }

    .sec01 .c-customer .u-sp .c-customer__slider .c-customer__items .swiper-slide img {
    }

    .sec02 {
        padding: 12rem 0 19rem;
    }
    .sec02__tbox {
        width: 60.5rem;
        padding: 4rem 0;
    }

    .sec02__tbox .sec02__tbox01 {
        font-feature-settings: "palt" on;
        /* sp/subtitle/large */
        font-family: Noto Sans JP;
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 57.6px */
        letter-spacing: 1.44px;
    }

    .sec02__tbox .sec02__tbox02 {
        color: var(--regulation-primary, #00acb0);
        font-feature-settings: "palt" on;

        /* sp/headline/h5 */
        font-family: Noto Sans JP;
        font-size: 4.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1.92px;
    }
    .sec02__tbox .sec02__tbox02 small {
        color: var(--regulation-primary, #00acb0);
        font-feature-settings: "palt" on;

        /* sp/headline/h5 */
        font-family: Noto Sans JP;
        font-size: 4.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1.92px;
    }
    .sec02__tbox .sec02__tbox02 strong {
        color: var(--regulation-primary, #00acb0);

        /* sp/headline/h4 */
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/headline/h2 */
        font-family: Noto Sans JP;
        font-size: 6.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 89.6px */
        letter-spacing: 2.56px;
    }

    .sec02__tbox .sec02__tbox02 br {
    }

    .sec02__slash {
        height: 14.3rem;
        width: 2px;
    }

    .sec02__title {
        margin-bottom: 2.4rem;
    }

    .sec02__title .sec02__title01 {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/subtitle/small */
        font-family: Noto Sans JP;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 51.2px */
        letter-spacing: 1.28px;
    }

    .sec02__title .sec02__title02 {
        color: var(--base-333, #333);
        font-feature-settings: "palt" on;

        /* sp/headline/h5 */
        font-family: Noto Sans JP;
        font-size: 4.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1.92px;
    }
    .sec02__title .sec02__title02 strong {
        color: var(--regulation-primary, #00acb0);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/headline/h5 */
        font-family: Noto Sans JP;
        font-size: 4.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 67.2px */
        letter-spacing: 1.92px;
    }
    .sec02__list {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .sec02__list .sec02__item {
    }

    .sec02__list .sec02__item .sec02__item-image {
    }

    .sec02__list .sec02__item .sec02__item-image img {
        width: 42rem;
    }

    .sec02__list .sec02__item ul {
    }

    .sec02__list .sec02__item ul li {
        color: var(--base-333, #333);
        text-align: justify;
        font-feature-settings: "palt" on;

        /* sp/list/normal (regular) */
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 42px */
        letter-spacing: 2.4px;
    }

    .sec02__list .sec02__item ul li strong {
    }

    .sec03 {
        padding: 0 0 10rem;
    }
    .sec03::before {
        /* padding-top: 43rem; */
        height: 24rem;
        /* background-position: 0 65px; */
        /* clip-path: polygon(50% 139%, 151% 0%, 0% 0%); */
    }
    .sec03__title {
        width: auto;
        position: relative;
        top: -15rem;
        margin-bottom: -3rem;
    }

    .sec03__title .c-label {
        width: fit-content;
        margin: auto;
    }

    .sec03__title .c-label .c-label__text {
    }

    .sec03__title .c-label .c-label__text small {
    }

    .sec03__list {
    }

    .sec03__list .sec03__item {
    }

    .sec03__list .sec03__item .sec03__item-head {
        display: grid;
        grid-template-columns: auto auto auto;
        /* grid-template-rows: 1fr 1fr; */
    }
    .sec03__item-head-sp {
        display: flex !important;
        justify-content: center;
        margin-bottom: 1.6rem;
    }
    .sec03__list .sec03__item .sec03__item-head::before {
        width: 8rem;
        height: 4px;
    }
    .sec03__list .sec03__item .sec03__item-head::after {
        width: 8rem;
        height: 4px;
    }

    .sec03__list .sec03__item .sec03__item-head img {
        order: -1;
    }

    .sec03__list .sec03__item .sec03__item-head span {
        color: var(--regulation-primary, #00acb0);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/headline/h3 */
        font-family: Noto Sans JP;
        font-size: 5.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 78.4px */
        letter-spacing: 2.24px;
    }

    .sec03__list .sec03__item .sec03__item-body {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sec03__list .sec03__item .sec03__item-body .sec03__item-content {
    }

    .sec03__list .sec03__item .sec03__item-body .sec03__item-content img {
    }

    .sec03__list .sec03__item .sec03__item-body .sec03__item-content p {
        color: var(--base-333, #333);
        font-feature-settings: "palt" on;

        /* sp/body/normal (regular) */
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: 2.4px;
    }

    .sec03__list .sec03__item .sec03__item-body .sec03__item-content p strong {
    }

    .sec03__list .sec03__item .sec03__item-body .sec03__item-content p br {
    }

    .sec04 {
        padding: 8rem 0 6.2rem;
    }
    .sec04__c01 {
        /* width: auto; */
        margin-bottom: 10.4rem;
        grid-template-columns: 1fr;
    }

    .sec04__c01 .sec04__c01-text {
        order: 1;
    }

    .sec04__c01 .sec04__c01-text .sec04__c01-text01 {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/subtitle/large */
        font-family: Noto Sans JP;
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 57.6px */
        letter-spacing: 1.44px;
    }

    .sec04__c01 .sec04__c01-text .sec04__c01-text02 {
        font-size: 5.6rem;
        background: linear-gradient(transparent 85%, #fff 85%);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 78.4px */
        letter-spacing: 2.24px;
    }

    .sec04__c01 .sec04__c01-image {
    }

    .sec04__c01 .sec04__c01-image img {
    }

    .sec04__c02 {
    }

    .sec04__c02 .sec04__c02-arrow {
        color: var(--base-fff, #fff);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/subtitle/small */
        font-family: Noto Sans JP;
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 51.2px */
        letter-spacing: 0.28px;
        margin-bottom: -1rem;
    }

    .sec04__c02 .sec04__c02-arrow::after {
        border-top: 7.4rem solid #00acb0;
        border-right: 11.2rem solid transparent;
        border-left: 11.2rem solid transparent;
        top: 0%;
    }

    .sec04__c02 .sec04__c02-images {
        grid-template-columns: 1fr;
        overflow: hidden;
        margin-bottom: 7.2rem;
    }

    .sec04__c02 .sec04__c02-images img {
        height: 13rem;
    }

    .sec04__c02-text {
    }
    .sec04__c02-text-wrapper {
        display: grid;
        gap: 1rem;
        padding: 4rem 0;
    }
    .sec04__c02-text01 {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/subtitle/large */
        font-family: Noto Sans JP;
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 57.6px */
        letter-spacing: 1.44px;
    }
    .sec04__c02-text02 {
    }
    .sec04__c02-text02 img {
    }
    .sec04__c02-text03 {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/headline/h5 */
        font-family: Noto Sans JP;
        font-size: 4.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 67.2px */
        letter-spacing: 1.92px;
    }
    .sec04__c02-text small {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/caption/normal */
        font-family: Noto Sans JP;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 30px */
        letter-spacing: 1.6px;
    }

    .sec04__button {
    }

    .sec04__button .c-button {
    }

    .sec04__button .c-button .c-button__text-icon {
    }

    .sec04__button .c-button .c-button__text-icon img {
    }

    .sec04__button .c-button .c-button__text-sub {
    }

    .sec04__button .c-button .c-button__text-main {
    }

    .sec05 {
    }

    .sec05__list {
        grid-template-columns: 1fr;
        gap: 8rem;
    }

    .sec05__list .sec05__item {
    }

    .sec05__list .sec05__item .sec05__item-image {
    }

    .sec05__list .sec05__item .sec05__item-image img {
    }

    .sec05__list .sec05__item .sec05__item-body {
    }

    .sec05__list .sec05__item .sec05__item-body .sec05__item-label {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/body/normal (bold) */
        font-family: Noto Sans JP;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%; /* 54px */
        letter-spacing: 2.4px;
        margin-bottom: 0.8rem;
    }
    .sec05__list .sec05__item .sec05__item-body .sec05__item-label span {
        background-size: contain;
        padding: 0 7rem;
    }

    .sec05__list .sec05__item .sec05__item-body .sec05__item-title {
        /* sp/headline/h5 */
        color: var(--base-333, #333);
        /* text-align: justify; */
        font-feature-settings: "palt" on;

        /* sp/subtitle/small */
        font-family: Noto Sans JP;
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 51.2px */
        letter-spacing: 1.28px;
    }

    .sec05__list .sec05__item .sec05__item-body .sec05__item-title strong {
        color: var(--base-333, #333);
        font-feature-settings: "palt" on;

        /* sp/headline/h5 */
        font-family: Noto Sans JP;
        font-size: 4.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1.92px;
    }

    .sec05__list .sec05__item .sec05__item-body .sec05__item-lead {
        color: var(--base-333, #333);
        text-align: justify;
        font-feature-settings: "palt" on;

        /* sp/body/normal (regular) */
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 54px */
        letter-spacing: 2.4px;
    }

    .sec05__list .sec05__item .sec05__item-body .sec05__item-lead strong {
    }

    .cv {
        padding: 12rem 0 5.9rem;
    }

    .cv__content {
        grid-template-columns: 1fr;
        gap: 6.6rem;
    }

    .cv__content .cv__image {
    }

    .cv__content .cv__image img {
    }

    .cv__content .cv__text {
    }

    .cv__content .cv__text .c-button {
    }

    .cv__content .cv__text .c-button .c-button__text-icon {
    }

    .cv__content .cv__text .c-button .c-button__text-icon img {
    }

    .cv__content .cv__text .c-button .c-button__text-sub {
    }

    .cv__content .cv__text .c-button .c-button__text-main {
    }

    .cv__content .cv__text .cv__link {
        color: var(--base-fff, #fff);
        text-align: center;
        font-feature-settings: "palt" on;
        font-family: Noto Sans JP;
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 41.6px */
        letter-spacing: 1.04px;
        text-decoration-line: underline;
        margin-top: 4rem;
    }

    .sec06 {
    }
    .section-title {
        margin-bottom: 8rem;
    }

    .section-title .section-title02 {
    }

    .sec06__list {
        margin-bottom: 5.7rem;
    }

    .sec06__list .sec06__slide {
        border-width: 2px;
    }

    .swiper-slide {
        width: calc(100% - 6rem * 2) !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 8rem !important;
        height: 8rem !important;
    }
    .swiper-pagination-bullet {
        width: 1.6rem !important;
        height: 1.6rem !important;
        margin: 0 1.2rem !important;
    }
    .swiper-button-prev::before,
    .swiper-button-next::before {
        width: 8rem;
        border-width: 2px;
        height: 8rem;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        width: 1.5rem;
        height: 1.5rem;
        border-width: 2px;
    }
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
    }

    .sec06__list .sec06__slide .sec06__slide-head {
        grid-template-columns: 1fr;
    }

    .sec06__list .sec06__slide .sec06__slide-head .sec06__slide-image {
        /* height: 33rem; */
        grid-template-columns: 1fr;
    }
    .sec06__slide-detail {
        width: 50rem;
        padding: 1.6rem 4rem;
    }
    .sec06__slide-company {
        color: var(--base-333, #333);
        text-align: justify;
        font-feature-settings: "palt" on;

        /* sp/subtitle/small */
        font-family: Noto Sans JP;
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 51.2px */
        letter-spacing: 1.28px;
    }
    .sec06__slide-detail ul {
    }
    .sec06__slide-detail ul li {
        color: var(--base-333, #333);
        text-align: justify;
        font-feature-settings: "palt" on;
        font-family: Noto Sans JP;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 19.6px */
        letter-spacing: 1.12px;
    }

    .sec06__list .sec06__slide .sec06__slide-head .sec06__slide-image > img {
        height: 33rem;
        width: 100%;
        object-fit: cover;
    }

    .sec06__list .sec06__slide .sec06__slide-head .sec06__slide-text {
        padding: 0 4rem;
    }

    .sec06__list .sec06__slide .sec06__slide-head .sec06__slide-text .sec06__slide-title {
        color: var(--regulation-primary, #00acb0);
        text-align: justify;
        font-feature-settings: "palt" on;

        /* sp/subtitle/large */
        font-family: Noto Sans JP;
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 57.6px */
        letter-spacing: 1.44px;
    }

    .sec06__list .sec06__slide .sec06__slide-head .sec06__slide-text .sec06__slide-title br {
    }

    .sec06__list .sec06__slide .sec06__slide-head .sec06__slide-text .sec06__slide-lead {
        color: var(--base-333, #333);
        text-align: justify;
        font-feature-settings: "palt" on;

        /* sp/body/normal (regular) */
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 54px */
        letter-spacing: 2.4px;
    }

    .sec06__list .sec06__slide .sec06__slide-head .sec06__slide-text .sec06__slide-lead strong {
        font-size: 3rem;
    }

    .sec06__list .sec06__slide .sec06__slide-body {
        grid-template-columns: 1fr;
    }

    .sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content {
    }

    .sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content h4 {
        color: var(--regulation-primary, #00acb0);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/body/normal (bold) */
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 180%; /* 54px */
        letter-spacing: 2.4px;
    }

    .sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul {
    }

    .sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul li {
    }
    .sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul li::before {
        font-size: 2.6rem;
        margin-right: 0.2rem;
    }
    .sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul li p {
        color: var(--base-333, #333);
        text-align: justify;
        font-feature-settings: "palt" on;

        /* sp/list/small (regular) */
        font-family: Noto Sans JP;
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 36.4px */
        letter-spacing: 2.08px;
    }

    .sec06__list .sec06__slide .sec06__slide-body .sec06__slide-content ul li p strong {
        font-size: 2.6rem;
    }

    .sec06__button {
        margin: 0 6rem;
    }

    .sec06__button .c-button {
    }

    .sec06__button .c-button .c-button__text-icon {
    }

    .sec06__button .c-button .c-button__text-icon img {
    }

    .sec06__button .c-button .c-button__text-sub {
    }

    .sec06__button .c-button .c-button__text-main {
    }

    .sec07 {
    }

    .sec07__list {
        margin-bottom: 5.6rem;
    }

    .sec07__list ul {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
        gap: 2.4rem 4rem;
    }

    .sec07__list ul li {
        color: var(--base-333, #333);
        font-feature-settings: "palt" on;
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 42px */
        letter-spacing: 2.4px;
        height: 10rem;
        gap: 1.6rem;
        padding: 0 1.6rem;
    }

    .sec07__list ul li img {
        height: 4.3rem;
        width: 2.4rem;
    }

    .sec07__button {
    }

    .sec07__button a {
        width: 100%;
        padding: 3.3rem 0;
        color: var(--regulation-primary, #00acb0);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/body/normal (bold) */
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 180%; /* 54px */
        letter-spacing: 2.4px;
        border-width: 4px;
        border-radius: 96px;
    }

    .sec08 {
        padding: 9rem 0;
    }
    .section-title {
    }

    .section-title .section-title02 {
    }

    .section-title .section-title03 {
    }

    .sec08__c01 {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-wrap: wrap;
        gap: 1.8rem;
        margin-bottom: 1.2rem;
    }

    .sec08__c01 img {
        margin: auto;
        flex: 0 0 100%;
    }
    .sec08__c01 img:nth-of-type(2) {
        width: auto;
    }
    .sec08__c01 img:nth-child(2) {
        flex: 0 0 auto;
    }

    .sec08__c02 {
        color: var(--base-333, #333);
        font-feature-settings: "palt" on;

        /* sp/caption/normal */
        font-family: Noto Sans JP;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 30px */
        letter-spacing: 1.6px;
    }

    .sec08__button {
    }

    .sec08__button .c-button {
    }

    .sec08__button .c-button .c-button__text-icon {
    }

    .sec08__button .c-button .c-button__text-icon img {
    }

    .sec08__button .c-button .c-button__text-sub {
    }

    .sec08__button .c-button .c-button__text-main {
    }

    .sec09 {
        padding: 9rem 0 12rem;
    }

    .sec09__list {
        grid-template-columns: 1fr;
        gap: 6rem;
    }

    .sec09__list .sec09__item {
    }

    .sec09__list .sec09__item .sec09__item-image {
    }

    .sec09__list .sec09__item .sec09__item-image img {
        width: 23.3rem;
    }

    .sec09__list .sec09__item .sec09__item-title {
        color: var(--regulation-primary, #00acb0);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/subtitle/small */
        font-family: Noto Sans JP;
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 51.2px */
        letter-spacing: 1.28px;
    }

    .sec09__list .sec09__item .sec09__item-lead {
        color: var(--base-333, #333);
        font-feature-settings: "palt" on;

        /* sp/body/normal (regular) */
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: 2.4px;
    }

    .sec09__list .sec09__item .sec09__item-lead strong {
        color: var(--base-333, #333);
        text-align: justify;
        font-feature-settings: "palt" on;

        /* sp/list/normal (bold) */
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 42px */
        letter-spacing: 2.4px;
    }

    .sec09__list .sec09__item .sec09__item-notice {
        color: var(--base-333, #333);
        text-align: justify;
        font-feature-settings: "palt" on;

        /* sp/caption/normal */
        font-family: Noto Sans JP;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 30px */
        letter-spacing: 1.6px;
    }

    .sec09__c01 {
    }
    .sec09__c01-inner {
        display: grid;
        gap: 6.3rem;
    }

    .sec09__c01 .sec09__c01-text {
        margin-right: 0;
        order: 1;
        padding: 0 4rem;
    }

    .sec09__c01 .sec09__c01-text p {
        color: var(--regulation-primary, #00acb0);
        font-feature-settings: "palt" on;

        /* sp/subtitle/large */
        font-family: Noto Sans JP;
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 57.6px */
        letter-spacing: 1.44px;
    }

    .sec09__c01 .sec09__c01-text .c-label {
    }

    .sec09__c01 .sec09__c01-text .c-label .c-label__text {
        padding: 0;
    }

    .sec09__c01 .sec09__c01-image {
    }

    .sec09__c01 .sec09__c01-image img {
    }

    .sec10 {
    }

    .sec10__form {
        width: 100%;
    }

    .sec11 {
        padding: 8rem 0 6rem;
    }
    .sec11__head {
    }

    .sec11__head > img {
        height: 8.6rem;
        /* width: 40.8rem; */
    }

    .sec11__head p {
        color: var(--base-333, #333);
        font-feature-settings: "palt" on;

        /* sp/body/small (regular) */
        font-family: Noto Sans JP;
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: 2.08px;
        margin-bottom: 7rem;
    }

    .sec11__head p strong {
        color: var(--base-333, #333);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/body/normal (bold) */
        font-family: Noto Sans JP;
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 180%; /* 54px */
        letter-spacing: 2.4px;
    }

    .sec11__head p br {
    }

    .sec11__head ul {
    }

    .sec11__head ul li {
    }

    .sec11__head ul li img {
        height: 13rem;
    }

    .footer {
    }

    .footer ul {
        display: grid;
        gap: 3.2rem;
    }

    .footer ul li {
        color: var(--white, #fff);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/body/small (regular) */
        font-family: Noto Sans JP;
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 46.8px */
        letter-spacing: 2.08px;
    }

    .footer ul li a {
    }

    .footer small {
        color: var(--white, #fff);
        text-align: center;
        font-feature-settings: "palt" on;

        /* sp/caption/normal */
        font-family: Noto Sans JP;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 30px */
        letter-spacing: 1.6px;
    }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

.expense-lp-cta {
    background: var(--expense-primary, #00acb0);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
}
.expense-lp-cta__row {
    display: grid;
    grid-template-columns: 426px 586px;
    gap: 24px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 40px;
}
.expense-lp-cta__title {
    text-align: center;
    font-size: clamp(24px, calc(40 / 1440 * 100vw), 40px);
    font-weight: 700;
    line-height: 150%; /* 60px */
}

.c-expense-buttons {
    display: grid;
    grid-template-columns: repeat(2, 350px);
    gap: 75px;
}
.c-expense-buttons--center {
    justify-content: center;
}
.c-expense-buttons--center {
    justify-content: center;
}
.c-expense-button--center {
    margin-left: auto;
    margin-right: auto;
}
.c-expense-button {
    position: relative;
    font-weight: bold;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--button-tcolor, #fff) !important;
    border: solid 2px var(--button-bcolor, #fff) !important;
    background-color: var(--button-bgcolor, #ff9100) !important;
    width: var(--button-width, 100%);
    gap: 8px;
    border-radius: 100px;
    height: 56px;
    white-space: nowrap;
}
@media print, screen and (max-width: 1079px) {
    .c-expense-button {
        font-size: 22px;
        height: 72px;
    }
}
.c-expense-button:hover {
    transition: 0.3s;
}
.c-expense-button:hover:hover {
    opacity: 0.9;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}
.c-expense-button__badge {
    padding: 4px 8px;
    background-color: var(--button-badgebgcolor, #fff);
    border-radius: 100px;
    color: var(--button-badgecolor, #ff9100);
    font-weight: bold;
    font-size: 12px;
}
@media print, screen and (max-width: 1079px) {
    .c-expense-button__badge {
        font-size: 14px;
    }
}
.c-expense-button__label {
    position: absolute;
    left: 50%;
    font-size: 12px;
    top: 0;
    transform: translate(-50%, -50%);
    width: fit-content;
    white-space: nowrap;
    color: var(--button-lcolor, #212529);
    background-color: var(--button-lbgcolor, #fff);
    line-height: 1;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
    padding: 4px 16px;
    border: 0;
}
@media print, screen and (max-width: 1079px) {
    .c-expense-button__label {
        font-size: 14px;
        min-width: auto;
        padding: 4px 16px;
        border-width: 100px;
    }
}
.c-expense-button__icon svg {
    display: block;
}
.c-expense-button__accent {
    height: 56px;
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-60%, -50%);
}
.c-expense-button--icon {
    display: flex;
    align-items: center;
    gap: 12px;
}
.c-expense-button--medium {
    height: 72px;
    position: relative;
    padding: 20px;
    box-shadow: none;
}
@media print, screen and (max-width: 1079px) {
    .c-expense-button--medium {
        height: 72px;
    }
}
.c-expense-button--medium .c-expense-button__label {
    font-size: 14px;
}
.c-expense-button--medium .c-expense-button__badge {
    font-size: 14px;
}
.c-expense-button--medium .c-expense-button__text1 {
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 22px;
    font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
.c-expense-button--medium .c-expense-button__text1 {
    font-size: 20px;
}
}
.c-expense-button--outline {
    --button-bcolor: #ff9100;
    --button-bgcolor: #fff;
    --button-tcolor: #212529;
}
.c-expense-button--outline .c-expense-button__label {
    --button-lbgcolor: #ff9100;
    --button-lcolor: #fff;
}
.c-expense-button--outline .c-expense-button__badge {
    --button-badgebgcolor: #ff9100;
    --button-badgecolor: #fff;
}

.expense-lp-cta2 {
    background: var(--expense-light, #f7fffb);
    padding: 80px 120px;
}
.expense-lp-cta2-box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    background: var(--expense-primary, #00acb0);
    padding: 32px 60px;
    display: grid;
    grid-template-columns: 1fr 455px;
    gap: 45px;
    align-items: center;
}
.expense-lp-cta2-box__title {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
    margin-bottom: 24px;
}

.mv__content {
    position: relative;
    margin-bottom: 96px;
}
@media print, screen and (max-width: 1079px) {
    .mv__content {
        margin-bottom: 0;
    }
    .mv .mv__inner .mv__content .mv__lead .mv__text04 {
        position: relative;
        transform: none;
        left: 40px;
        top: 0;
        grid-template-columns: 1fr;
        margin-right: 0;
        max-width: calc(100% - 40px);
        gap: 38px;
    }
    .c-expense-buttons {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .expense-lp-cta {
        grid-template-columns: 1fr;
        padding: 40px 18px;
    }
    .expense-lp-cta__row {
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
        margin-bottom: 32px;
    }
    .expense-lp-cta__buttons {
        padding-left: 30px;
    }
    .expense-lp-cta2 {
        padding: 48px 24px;
    }
    .expense-lp-cta2-box {
        padding: 32px 24px;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .expense-lp-cta__title {

    }
    .expense-lp-cta2-box__title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 24px;
    }
    .expense-lp-cta2-box__buttons .c-expense-button {
        height: 54px;
    }
    .expense-lp-cta2-box__buttons .c-expense-button__text1 {
        font-size: 18px;
    }
    .sec08__button {
        padding-left: 30px;
    }
    .sec08__button .c-expense-button {
        width: 100%;
    }
}