@charset "utf-8";
/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Aclonica';
    src: url(/fonts/Aclonica-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
}


.l-header,
.l-footer,
.searchlink{
    display: none;
}
.reservation-side-link {
    display: none!important;
}
.l-main {
    padding-bottom: 0;
    background: #F2F2F2;
    padding-top: 50px;
}
body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
.l-page *,
.pg-header *,
.pg-footer *{
    font-family: 'Noto Sans JP', sans-serif;
}
#content {
    width: 100%;
}

.l-main,
#contents {
    width: 100%;
}
#contents {
    padding-bottom: 0;
}

/* =========================================
ヘッダー
========================================= */
.pg-header {
    width: 100%;
    background-color: #fff;
    z-index: 2;
    position: sticky;
    top: 0;
    border-bottom: 2px solid #CF0E04;
}
.pg-header-inner {
    position: sticky;
    width: 100%;
    background-color: transparent;
    height: 130px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    align-items: start;
}
.pg-header-logo {
    margin-top: 18px;
}
.pg-header-logo a:hover {
    opacity: 1;
}
.header-nav-list {
    display: flex;
    gap: 0 40px;
    padding-right: 32px;
}

@media screen and (max-width: 1280px) {
    .header-nav-list {
        gap: 0 30px;
    }
}

.header-nav-item a {
    font-weight: 700;
    font-size: 16px;
    position: relative;
}
.header-nav-item a:hover {
    color: #CF0E04;
}
.header-nav-item a:hover:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px; /* 上向きを消して下向きを作る */
    border-color: #CF0E04 transparent transparent transparent;
    position: absolute;
    left: 40%;
    bottom: -10px;
    margin: auto;
}
.header-right-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 12px;
}
.header-info-wrap {
    margin-right: 40px;
}
.header--tel {
    font-size: 36px;
    color: #CF0E04;
    font-family: 'Aclonica', sans-serif;
    position: relative;
    padding-left: 32px;
    margin-right: 20px;
    margin-top: 8px;
}
.header--tel:before {
    content: "";
    background-image: url(../images/header-tel.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    left: -8px;
    top: 10px;
}
.header__btn__item a:hover{
    filter: brightness(1.08);
    opacity: 1;
}
.header__btn__item.--contact a {
    width: 190px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FED800;
    color: #131313;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0 0 0 20px;
    padding-left: 20px;
    letter-spacing: 0.1rem;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.header__btn__item.--contact a:after {
    content: '';
    background-color: #FED800;
    display: inline-block;
    position: absolute;
    right: -15px;
    width: 15px;
    height: 75px;
    z-index: -1;
    transition: .3s;
}
.header__btn__item.--satei a {
    width: 200px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F25F05;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0 0 0 20px;
    z-index: 1;
    position: relative;
}

.header-info-wrap p {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}
.header__btn__list {
    display: flex;
    border-radius: 0 0 0 20px;
}
/* =========================================
MV Section
========================================= */
.section__main__wrap {
    margin-bottom: 0px;
    position: relative;
}
.mv__slide__item {
    width: 1050px;
}
.section__main__wrap .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 9px) !important;
    opacity: 1;
    border: 1px solid #CF0E04;
}
.section__main__wrap .swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #CF0E04;
    opacity: 1;
}
.section__main__wrap .swiper-pagination {
    bottom: -30px;
    z-index: 0;
}
    .mv__slide__image {
        width: 1050px;
        height: 450px;
    }
/* =========================================
Worries Section
   ========================================= */
.worries {
    position: relative;
    height: 640px;
    padding: 80px 0;
}
.worries__inner {
    position: relative;
    width: 1115px;
    margin: 0 auto;
}
.worries__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.worries__bg-image {
    position: absolute;
    top: 113px;
    left: 3px;
    width: 100%;
    object-fit: cover;
    height: 575px;
}
.worries__bg-red {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 640px;
}
.worries__contents {
    position: relative;
    z-index: 1;
}

.worries__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.worries__headline-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
}

.worries__headline-sub {
    font-family: 'Aclonica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFFFFF;
}

.worries__illustration {
    text-align: center;
}

.worries__illustration-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.worries__bubbles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    position: absolute;
    top: -23px;
    left: -10px;
}

.worries__bubble {
    background-color: #FFFFFF;
    border: 3px solid #131313;
    border-radius: 20px;
    padding: 15px 20px;
    position: relative;
}

.worries__bubble-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}

/* =========================================
   Leave Section
   ========================================= */
.leave {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 390px;
}

.leave__bg {
    position: absolute;
    top: 0;
    width: 1920px;
    height: 1142px;
    z-index: 0;
}

.leave__bg-image {
    width: 1920px;
    height: 1142px;
    object-fit: cover;
    display: block;
}

.leave__headline {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    width: max-content;
}

.leave__headline-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}
.leave__headline-txt span {
    color: #CF0E04;
}
.leave__headline-sub {
    font-family: 'Aclonica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #131313;
}

.leave__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    width: 1140px;
}

.leave__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 555px;
    border-radius: 20px;
}

.leave__item-img {
    width: 100%;
}

.leave__item-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

.leave__item-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 515px;
    padding: 25px 30px 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: -80px;
}

.leave__item-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #CF0E04;
}

.leave__item-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}

/* =========================================
   Merit Section
   ========================================= */
.merit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 390px;
    background-color: #F5CFCD;
}

.merit__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.merit__headline-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    width: max-content;
}
.merit__headline-txt span {
    color: #CF0E04;
}
.merit__headline-sub {
    font-family: 'Aclonica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #131313;
}

.merit__item-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.merit__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 360px;
}

.merit__item-img {
    width: 100%;
}

.merit__item-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.merit__item-caption {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}

.merit__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.merit__step-contents-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    width: max-content;
}

.merit__step-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #131313;
}

.merit__step-highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 40px;
    padding: 0 10px;
    background-color: #CF0E04;
    border-radius: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFF;
}

.merit__step-item-list {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    z-index: 0;
}

.merit__step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 270px;
    height: 270px;
    padding: 14px 0 0;
    background-color: #FFFFFF;
    border: 3px solid #CF0E04;
    border-radius: 50%;
}

.merit__step-item-contents-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.merit__step-item-number {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #CF0E04;
    margin-bottom: -4px;
}

.merit__step-item-title-txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}

.merit__step-item-icon {
    width: auto;
    height: auto;
}

.merit__step-item-icon-image {
    width: auto;
    height: auto;
    display: block;
}

.merit__step-item:nth-child(1) .merit__step-item-icon-image {
    width: 75px;
    height: 68px;
}

.merit__step-item:nth-child(2) .merit__step-item-icon-image {
    width: 55px;
    height: 68px;
}

.merit__step-item:nth-child(3) .merit__step-item-icon-image {
    width: 51px;
    height: 67px;
}

.merit__step-item:nth-child(4) .merit__step-item-icon-image {
    width: 57px;
    height: 70px;
}

.merit__step-item-caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}

.merit__step-arrow {
    position: absolute;
    left: 259px;
    top: 132px;
    width: 663px;
    height: 3px;
    display: block;
    z-index: -1;
}

/* =========================================
   Contact Section
   ========================================= */
.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 50px 390px 55px;
    background-color: #F25F05;
}

.contact__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.contact__headline-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
}

.contact__headline-sub {
    font-family: 'Aclonica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFFFFF;
}

.contact__contents {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.contact__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 370px;
    height: 217px;
    padding: 30px 0;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.contact__tel-icon-image {
    width: 48px;
    height: 48px;
    display: block;
}

.contact__tel-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.contact__tel-number {
    font-family: "Aclonica", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.13;
    text-align: center;
    color: #CF0E04;
}

.contact__tel-time {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #131313;
}

.contact__mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    width: 370px;
    padding: 30px 20px 42px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.contact__mail-icon-image {
    width: 48px;
    height: 48px;
    display: block;
}

.contact__mail-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 23px;
    width: 330px;
    height: 70px;
    padding: 0px 10px 0px 55px;
    background-color: #F25F05;
    border-radius: 35px;
    transition: .3s;
}

.contact__mail-btn-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
}

.contact__mail-btn-arrow {
    width: 18px;
    height: 7px;
    display: block;
}

.contact__line {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    width: 370px;
    padding: 30px 20px 42px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.contact__line-icon-image {
    width: 48px;
    height: 48px;
    display: block;
}

.contact__line-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 41px;
    width: 330px;
    height: 70px;
    padding: 0 17px 0 78px;
    background-color: #06C755;
    border-radius: 35px;
    transition: .3s;
}

.contact__line-btn-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFF;
}

.contact__line-btn-arrow {
    width: 18px;
    height: 7px;
    display: block;
}
.achievement .card__list,
.column .card__list{
    margin-bottom: 40px
}
/* =========================================
   Step Section
   ========================================= */
.step {
    background-color: #fff;
    padding: 80px 390px;
}

.step__contents-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.step__contents-title-txt {
    font-size: 30px;
    font-weight: 600;
    color: #131313;
}

.step__contents-title-highlight {
    display: inline-block;
    background-color: #CF0E04;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 5px;
}

.step__item-list {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.step__item {
    background-color: #fff;
    border: 2px solid #CF0E04;
    border-radius: 999px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1;
    max-width: 300px;
}

.step__item-contents-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.step__item-number {
    font-size: 24px;
    font-weight: 600;
    color: #CF0E04;
}

.step__item-title-txt {
    font-size: 20px;
    font-weight: 400;
    color: #131313;
}

.step__item-icon {
    width: 60px;
    height: 60px;
}

.step__item-icon-image {
    width: 100%;
    height: 100%;
    display: block;
}

.step__item-caption {
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    text-align: center;
    line-height: 1.5;
}

/* =========================================
   Plan Section
   ========================================= */
.plan {
    background-color: #fff;
    padding: 80px 390px;
}

.plan__contents {
    display: flex;
    gap: 30px;
    position: relative;
}
.plan__contents:after {
    content: "";
    background-image: url(../images/plan__chara.webp);
    width: 1239px;
    height: 248px;
    position: absolute;
    bottom: -79px;
    left: -58px;
}
.plan__brokered {
    flex: 1;
    background-color: #fff;
    border: 2px solid #F25F05;
    border-radius: 10px;
    padding: 30px;
}

.plan__brokered-contents-title {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.plan__brokered-sub {
    font-size: 20px;
    font-weight: 400;
    color: #131313;
}

.plan__brokered-main {
    font-size: 36px;
    font-weight: 700;
    color: #F25F05;
}

.plan__brokered-contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.plan__brokered-item-list {
    background-color: #FFF3CE;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.plan__brokered-item {
    display: flex;
}

.plan__brokered-item-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.plan__brokered-item-icon-image {
    width: 100%;
    height: 100%;
    display: block;
}

.plan__brokered-item-txt {
    font-size: 20px;
    font-weight: 400;
    color: #131313;
}

.plan__brokered-arrow {
    text-align: center;
}

.plan__brokered-arrow-image {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.plan__brokered-txt-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.plan__brokered-title-txt {
    font-size: 24px;
    font-weight: 600;
    color: #131313;
}

.plan__brokered-caption {
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    line-height: 1.6;
}

.plan__purchase {
    flex: 1;
    background-color: #fff;
    border: 2px solid #CF0E04;
    border-radius: 10px;
    padding: 30px;
}

.plan__purchase-contents-title {
    display: flex;
    flex-direction: column;
}

.plan__purchase-sub {
    font-size: 20px;
    font-weight: 400;
    color: #131313;
}

.plan__purchase-main {
    font-size: 36px;
    font-weight: 700;
    color: #CF0E04;
}

.plan__purchase-contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.plan__purchase-item-list {
    background-color: #FFF3CE;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.plan__purchase-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.plan__purchase-item-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.plan__purchase-item-icon-image {
    width: 100%;
    height: 100%;
    display: block;
}

.plan__purchase-item-txt {
    font-size: 20px;
    font-weight: 400;
    color: #131313;
}

.plan__purchase-arrow {
    text-align: center;
}

.plan__purchase-arrow-image {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.plan__purchase-txt-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.plan__purchase-title-txt {
    font-size: 24px;
    font-weight: 600;
    color: #131313;
}

.plan__purchase-caption {
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    line-height: 1.6;
}

/* =========================================
   Reason Section
   ========================================= */
.reason {
    position: relative;
    background-color: #CF0E04;
    padding: 80px 390px;
}

.reason__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url('../images/reason-bg.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.reason__headline {
    position: relative;
    z-index: 1;
    text-align: center;
}

.reason__headline-txt {
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.reason__headline-sub {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1em;
}

.reason__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reason__item {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    gap: 30px;
}

.reason__item-contents-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.reason__item-number-box {
    position: relative;
    display: inline-block;
}

.reason__item-number-bg {
    position: absolute;
    font-size: 80px;
    font-weight: 700;
    color: #CF0E04;
    opacity: 0.1;
    z-index: 0;
}

.reason__item-number {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 600;
    color: #CF0E04;
}

.reason__item-title-txt {
    font-size: 20px;
    font-weight: 400;
    color: #CF0E04;
    line-height: 1.5;
}

.reason__item-img {
    flex-shrink: 0;
    width: 300px;
}

.reason__item-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* =========================================
   Flow Section
   ========================================= */
.flow {
    background-color: #fff;
    padding: 80px 390px;
}

.flow__headline {
    text-align: center;
}

.flow__headline-txt {
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: #131313;
    margin-bottom: 5px;
}
.flow__headline-txt span {
    color: #CF0E04;
}
.flow__headline-sub {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #131313;
    letter-spacing: 0.1em;
}

.flow__contents {
    background-image: url(../images/flow__bg.webp);
    height: 530px;
    padding: 10px 0;
}
.flow__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
.flow__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.flow__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.flow__list {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.flow__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.flow__item-number {
    width: 50px;
    height: 50px;
    background-color: #F25F05;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.flow__item-txt {
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    text-align: center;
}

.flow__note {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    text-align: center;
}

.flow__note-frame {
    display: inline-block;
    border: 2px dashed #CF0E04;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}

.flow__note-caption {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}

.flow__brokered {
    position: relative;
    z-index: 1;
    text-align: center;
}

.flow__brokered-contents-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.flow__brokered-caption {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}

.flow__purchase {
    position: relative;
    z-index: 1;
    text-align: center;
}

.flow__purchase-contents-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.flow__purchase-caption {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}

/* =========================================
   Voice Section
   ========================================= */
.voice {
    background-color: #FFF3CE;
    padding: 80px 390px;
}

.voice__headline {
    text-align: center;
}

.voice__headline-txt {
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: #131313;
    margin-bottom: 5px;
}
.voice__headline-txt span {
    color: #CF0E04;
}

.voice__headline-sub {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #131313;
    letter-spacing: 0.1em;
}

.voice__item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    background-image: url(../images/voice__bg.webp);
}

.voice__item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
}

.voice__item-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.voice__item-img {
    width: 80px;
    height: 130px;
    border-radius: 50px;
    overflow: hidden;
}

.voice__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.voice__item-tag {
    background-color: #CF0E04;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 60px;
}

.voice__item-contents-title {
    font-size: 20px;
    font-weight: 400;
    color: #131313;
    line-height: 1.5;
}

.voice__item-caption {
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    line-height: 1.6;
}

/* =========================================
   Achievements Section
   ========================================= */
.achievements {
    position: relative;
    background-color: #fff;
    padding: 80px 390px;
}

.achievements__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url('../images/achievements-bg.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.achievements__headline {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px;
}

.achievements__headline-txt {
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: #131313;
    margin-bottom: 5px;
}

.achievements__headline-sub {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #131313;
    letter-spacing: 0.1em;
}

.achievements__item-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.achievements__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
}

.achievements__item-img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.achievements__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.achievements__item-txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.achievements__item-property-name {
    font-size: 18px;
    font-weight: 400;
    color: #131313;
    line-height: 1.5;
}

.achievements__item-detail {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.achievements__item-comment-txt {
    font-size: 14px;
    font-weight: 400;
    color: #131313;
    line-height: 1.5;
}

.achievements__item-access-txt {
    font-size: 14px;
    font-weight: 400;
    color: #131313;
    line-height: 1.5;
}

.achievements__item-extent-txt {
    font-size: 14px;
    font-weight: 400;
    color: #131313;
    line-height: 1.5;
}

.achievements__item-type {
    background-color: #CF0E04;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
    align-self: flex-start;
}

.achievements__btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #CF0E04;
    border-radius: 50px;
    padding: 15px 30px;
    margin: 40px auto 0;
    max-width: 200px;
    cursor: pointer;
}

.achievements__btn-txt {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.achievements__btn-arrow {
    width: 20px;
    height: 20px;
    display: block;
}

/* =========================================
   Column Section
   ========================================= */
.column {
    position: relative;
    background-color: #fff;
    padding: 74px 0;
}

.column__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url('../images/column-bg.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.column__headline {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px;
}

.column__headline-txt {
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    letter-spacing: 1.9px;
}

.column__headline-sub {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1.4px;
    font-family: 'Aclonica', sans-serif;
}

.column__item-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.column__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
}

.column__item-img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.column__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.column__item-text-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.column__item-ttl {
    font-size: 18px;
    font-weight: 400;
    color: #131313;
    line-height: 1.5;
}

.column__item-subject {
    font-size: 14px;
    font-weight: 400;
    color: #131313;
    line-height: 1.6;
}

/* =========================================
   Reason Section
   ========================================= */
.reason {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 390px;
}

.reason__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.reason__bg-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

.reason__headline {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    text-align: center;
}

.reason__headline-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
}

.reason__headline-sub {
    font-family: 'Aclonica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
}

.reason__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.reason__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 360px;
    height: 550px;
    padding: 20px 30px 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
}

.reason__item-contents-title {
    display: flex;
    width: 100%;
}

.reason__item-number {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reason__item-number-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #CF0E04;
}

.reason__item-number-value {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-align: center;
    color: #CF0E04;
}

.reason__item-title-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #CF0E04;
}

.reason__item-img {
    width: 100%;
}

.reason__item-image {
    width: 100%;
    height: auto;
    display: block;
}

.reason__item-caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: left;
    color: #131313;
}

/* =========================================
   Respond Section
   ========================================= */
.respond {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 0 78px;
    background-color: #FFFFFF;
}

.respond__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.respond__headline-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}
.respond__headline-txt span {
    color: #CF0E04;
}
.respond__headline-sub {
    font-family: 'Aclonica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #131313;
}

.respond__icon-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    width: 1140px;
}

.respond__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 165px;
    height: 165px;
    padding: 0 0 5px;
    background-color: #CF0E04;
    border-radius: 150px;
}
.respond__icon:nth-child(2) {
    padding: 0 0 10px;
}
.respond__icon:nth-child(8) {
    padding: 0 0 0px;
    gap: 15px;
}
.respond__icon:nth-child(9) {
    padding: 5px 0 0px;
    gap: 25px;
}

.respond__icon-frame {
    width: auto;
    height: auto;
}

.respond__icon-image {
    width: auto;
    height: auto;
    display: block;
}

.respond__icon-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.respond__icon:nth-child(1) .respond__icon-txt {
    text-align: center;
}

.respond__icon:nth-child(n+2) .respond__icon-txt {
    text-align: left;
}

.respond__txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: left;
    color: #131313;
}
.respond__txt span {
    color: #CF0E04;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
}

/* =========================================
   Plan Section
   ========================================= */
.plan {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 223px;
}

.plan__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.plan__bg-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

.plan__img-man {
    position: absolute;
    left: 332px;
    bottom: 0;
    z-index: 1;
}

.plan__img-man-image {
    width: 157px;
    height: 248px;
    display: block;
}

.plan__img-woman {
    position: absolute;
    right: 172px;
    bottom: -11px;
    z-index: 2;
}

.plan__img-woman-image {
    width: 157px;
    height: 248px;
    display: block;
}

.plan__headline {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.plan__headline-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}
    .plan__headline-txt span {
        color: #CF0E04;
    }

.plan__headline-sub {
    font-family: 'Aclonica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #131313;
}

.plan__contents {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.plan__brokered {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 555px;
    height: 568px;
    padding: 35px 50px 50px;
    background-color: #FFFFFF;
    border: 4px solid #F25F05;
    border-radius: 10px;
}

.plan__brokered-contents-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan__brokered-sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
    margin-bottom: -5px;
}

.plan__brokered-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #F25F05;
}

.plan__brokered-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.plan__brokered-item-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    width: 455px;
    padding: 25px 20px 25px 47px;
    background-color: #FFEFE4;
}

.plan__brokered-item {
    display: flex;
    gap: 5px;
}

.plan__brokered-item-icon {
    width: auto;
    height: auto;
    display: block;
}

.plan__brokered-item-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #131313;
}

.plan__brokered-arrow {
    width: auto;
    height: auto;
    display: block;
}

.plan__brokered-txt-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.plan__brokered-txt-box-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}
    .plan__brokered-txt-box-title span {
        color: #F25F05;
    }

.plan__brokered-txt-box-caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}

.plan__purchase {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 555px;
    height: 568px;
    padding: 35px 50px 50px;
    background-color: #FFFFFF;
    border: 4px solid #CF0E04;
    border-radius: 10px;
}

.plan__purchase-contents-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan__purchase-sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
    margin-bottom: -5px;
}

.plan__purchase-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #CF0E04;
}

.plan__purchase-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.plan__purchase-item-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    width: 455px;
    padding: 25px 20px 25px 78px;
    background-color: #FBE9E8;
}

.plan__purchase-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.plan__purchase-item-icon {
    width: auto;
    height: auto;
    display: block;
}

.plan__purchase-item-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #131313;
}

.plan__purchase-arrow {
    width: auto;
    height: auto;
    display: block;
}

.plan__purchase-txt-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.plan__purchase-txt-box-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}
    .plan__purchase-txt-box-title span {
        color: #CF0E04;
    }
.plan__purchase-txt-box-caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}

/* =========================================
   Flow Section
   ========================================= */
.flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 0 0;
    background-color: #FFFFFF;
}

.flow__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.flow__headline-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}

.flow__headline-sub {
    font-family: 'Aclonica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #131313;
}

.flow__contents {
    width: 100%;
}

.flow__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.flow__bg-orange {
    width: 100%;
    height: auto;
    display: block;
}

.flow__bg-red {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.flow__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
}

.flow__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 82px;
    height: 510px;
    padding: 15px 0 0;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.flow__item--short {
    height: 245px;
}

.flow__item-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 34px;
    height: 34px;
    padding: 1px 0 0;
    background: linear-gradient(135deg, #F15F05 0%, #CF0E04 100%);
    border-radius: 50px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
}

.flow__item-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
    color: #131313;
    writing-mode: vertical-rl;
}

.flow__item-caption {
    position: absolute;
    left: 598px;
    top: 265px;
    z-index: 2;
}

.flow__item-caption-txt {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    padding: 90px 40px;
    width: 266px;
    height: 245px;
    border-radius: 10px;
}

/* カスタム破線の枠線 */
.flow__item-caption-txt::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 3px; /* 枠線の太さ */
    background: /* 上 */
        repeating-linear-gradient(90deg, #fff 0 15px, transparent 15px 21px) top/100% 3px no-repeat,
        /* 下 */
        repeating-linear-gradient(90deg, #fff 0 10px, transparent 15px 21px) bottom/100% 3px no-repeat,
        /* 左 */
        repeating-linear-gradient(0deg, #fff 0 10px, transparent 15px 21px) left/3px 100% no-repeat,
        /* 右 */
        repeating-linear-gradient(0deg, #fff 0 10px, transparent 15px 21px) right/3px 100% no-repeat;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.flow__brokered {
    position: absolute;
    left: 0;
    top: 68px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.flow__brokered-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFF;
}

.flow__brokered-caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFF;
}

.flow__purchase {
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 302px;
}

.flow__purchase-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFF;
}

.flow__purchase-caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFF;
}

/* =========================================
   Voice Section
   ========================================= */
.voice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 0;
    background-color: #FBE9E8;
}

.voice__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.voice__headline-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}

.voice__headline-sub {
    font-family: 'Aclonica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #131313;
}

.voice__item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
    width: 1140px;
    background-size: cover;
}

.voice__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 340px;
}

.voice__item-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0 15px;
}

.voice__item-img {
    width: 130px;
}

.voice__item-image {
    width: 100%;
    height: auto;
    border-radius: 80px;
    display: block;
}

.voice__item-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 120px;
    height: 30px;
    padding: 4px 14px;
    margin-top: -20px;
    background-color: #CF0E04;
    border-radius: 60px;
}

.voice__item-tag-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFF;
}

.voice__item-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: ７00;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}

.voice__item-caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: left;
    color: #131313;
}


.achievement {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background-color: #fff;
    padding: 80px 0;
}
.achievement__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.achievement__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.achievement__headline {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.achievement__headline-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #131313;
}
.achievement__headline-txt span {
    color: #CF0E04;
}

.achievement__headline-sub {
    font-family: 'Aclonica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #131313;
}

[class*="section__inner"] {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
.card__contents.no-swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.card__list {
    margin-bottom: 50px;
}
.slide__item {
    width: 320px;
}
.slide__item a {
    width: 320px;
    display: block;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
    .card__image {
        width: 280px;
        height: 187px;
        margin-bottom: 5px;
        overflow: hidden;
        position: relative;
    }
    .bkn__type {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #CF0E04;
        color: #fff;
        font-size: 12px;
        padding: 3.5px 6.5px;
    }
.card__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
}
.card__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
}
.card__text:not(:last-child){
    margin-bottom: 2px;
}
.contact__column-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 23px;
    width: 300px;
    height: 60px;
    padding: 0 10px 0 0;
    background-color: #fff;
    border-radius: 35px;
    margin: 0 auto;
    transition: .3s;
    position: relative;
}
.achievement .contact__column-btn  {
    background-color: #CF0E04;
}
.contact__column-btn-arrow {
    position: absolute;
    right: 20px;
}
.contact__mail-btn-txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFF;
}
.column .contact__mail-btn-txt {
    color: #CF0E04;
    font-size: 16px;
}
.achievement .contact__mail-btn-txt {
    color: #fff;
    font-size: 16px;
}
.contact__mail-btn-arrow {
    width: 18px;
    height: 7px;
    display: block;
}

/*=-------------------------*/
.pg-footer {
    background-color: #fff;
}
.pg-footer-inner {
    width: 1140px;
    margin: 0 auto;
}
.footer__list {
    padding: 20px 0;
}
.footer__top {
    border-bottom: 1px solid #CF0E04;
}
.footer__list {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
.footer__item a {
    font-size: 12px;
    color: #CF0E04;
    position: relative;
}
.footer__item a:before {
    background: #CF0E04;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.footer__item a:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);
}
.footer__copyright {
    text-align: center;
    font-size: 12px;
    color: #CF0E04;
    padding: 20px 0;
}