/* ------------------------------------------------------
    Price
------------------------------------------------------ */
.price {
    padding: 90px 0;
}

.price-blue {
    background: var(--color-blue-700);
}

.price__wrapper {
    margin-top: 80px;
}

.price__headline {
    border: 2px solid var(--color-blue);
    border-radius: 16px;
    color: var(--color-blue);
    font-size: 28px;
    font-weight: 500;
    padding: 16px 0;
    text-align: center;
}

.price__title {
    color: var(--color-white);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}

.price__title .is-border {
    display: inline-block;
    position: relative;
}

.price__title .is-border::before {
    background: var(--color-white);
    content: "";
    height: 100%;
    left: -48px;
    position: absolute;
    top: 0;
    transform: rotate(-25deg);
    width: 2px;
}

.price__title .is-border::after {
    background: var(--color-white);
    content: "";
    height: 100%;
    position: absolute;
    right: -48px;
    top: 0;
    transform: rotate(25deg);
    width: 2px;
}

.price__title .is-yellow {
    color: var(--color-yellow);
}

.table {
    border-collapse: collapse;
    font-size: 18px;
    font-weight: 500;
    margin: 40px 0 0;
    width: 100%;
}

.table thead tr th {
    background-color: var(--color-blue-700);
    border: 2px solid var(--color-white);
    color: var(--color-white);
    padding: 16px 0;
    text-align: center;
}

.table thead tr:nth-child(1) th:nth-child(1) {
    background: none;
    border: none;
    width: 420px;
}

.table thead tr:nth-child(1) th:nth-child(2) {
    border-radius: 16px 0 0 0;
}

.table thead tr:nth-child(1) th:last-child {
    border-radius: 0 16px 0 0;
}

.table tbody tr th {
    background-color: #F3F9FF;
    border-bottom: 2px solid var(--color-white);
    border-radius: 16px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    padding: 24px 0;
    text-align: center;
}

.table tbody tr:last-child th {
    border-radius: 0 0 0 16px;
}

.table tbody tr td {
    background-color: #F3F9FF;
    border-bottom: 2px solid var(--color-white);
    font-size: 16px;
    font-weight: 500;
    padding: 24px 0;
    text-align: center;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
}

.tableTyep1.table thead tr th {
    padding: 32px 0;
}

.tableTyep1.table thead tr th span {
    padding-left: 32px;
}

.tableTyep1.table thead tr th:nth-child(2) {
    background: #034387;
}

.tableTyep1.table tbody tr th span {
    font-size: 14px;
    padding-left: 20px;
}

.tableTyep1.table tbody tr td .is-triangle {
    position: relative;
}

.tableTyep1.table tbody tr td .is-triangle::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #034387;
    border-right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 32px;
}

.tableTyep1.table tbody tr td .is-orange {
    color: var(--color-orange);
    font-weight: bold;
    padding-left: 72px;
}

.tableTyep1.table tbody tr td .is-fontSize24 {
    font-size: 24px;
}


.tableType2 thead tr th:nth-child(n+1) {
    background: #E3F1FF;
    border: none;
    color: #034387;
    font-size: 24px;
    padding: 32px 0;
}

.tableType2 thead tr th:nth-child(n+1) span {
    font-size: 16px;
}

.tableType2 tbody tr th {
    background-color: #F3F9FF;
    border: none;
    font-size: 20px;
    padding: 24px 0;
}

.tableType2 tbody tr th span {
    font-size: 16px;
    padding-left: 20px;
}

.tableType2 tbody tr:nth-child(1) th {
    border-bottom: 2px solid var(--color-white);
}

.tableType2 tbody tr td {
    border-bottom: 2px solid var(--color-white);
}

.tableType2 tbody tr:last-child td {
    border: none;
} 

.price__notes {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 24px;
}

.price__item {
    color: var(--color-blue);
    column-gap: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
}

.price__item li {
    border: 1px solid var(--color-blue);
    border-radius: 100vw;
    display: inline-block;
    padding: 8px 32px;
}

.price__banner {
    border-top: 2px solid var(--color-white);
    margin-top: 72px;
    padding-top: 64px;
}

.price__banner .banner img {
    max-width: 800px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .price {
        overflow: hidden;
        padding: 48px 0;
    }
    
    .price__wrapper {
        margin-top: 40px;
    }
    
    .price__headline {
        border-radius: 10px;
        font-size: 18px;
        padding: 10px 0;
    }
    
    .price__title {
        font-size: 18px;
    }
    
    .price__title .is-border::before {
        left: -24px;
        width: 1px;
    }
    
    .price__title .is-border::after {
        right: -24px;
        width: 1px;
    }
    
    .priceTable {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table {
        font-size: 16px;
        margin: 24px 0 0;
        min-width: 1000px;
    }
    
    .table thead tr th {
        padding: 16px 0;
    }
    
    .table thead tr:nth-child(1) th:nth-child(1) {
        width: 250px;
    }
    
    .table tbody tr th {
		border-radius: 10px 0 0 0;
        font-size: 16px;
    }
    
    .table tbody tr td {
        font-size: 14px;
    }
    
    .table tbody tr:last-child td:last-child {
        border-radius: 0 0 16px 0;
    }
    
    .tableTyep1.table thead tr th {
        padding: 32px 0;
    }
    
    .tableTyep1.table thead tr th span {
        padding-left: 32px;
    }
    
    .tableTyep1.table tbody tr th span {
        font-size: 13px;
        padding-left: 10px;
    }
    
    .tableTyep1.table tbody tr td .is-triangle::before {
        left: 32px;
    }
    
    .tableTyep1.table tbody tr td .is-orange {
        font-weight: bold;
        padding-left: 72px;
    }
    
    .tableTyep1.table tbody tr td .is-fontSize24 {
        font-size: 24px;
    }
    
    .tableType2 thead tr th:nth-child(n+1) {
        font-size: 24px;
        padding: 32px 0;
    }
    
    .tableType2 thead tr th:nth-child(n+1) span {
        font-size: 16px;
    }
    
    .tableType2 tbody tr th {
        font-size: 18px;
        padding: 24px 0;
    }
	
	.table tbody tr:last-child th {
		border-radius: 0 0 0 10px;
	}
    
    .tableType2 tbody tr th span {
        font-size: 16px;
        padding-left: 20px;
    }
    
    .price__notes {
        font-size: 13px;
        margin-top: 16px;
    }

    .price__item {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
        gap: 8px;
        margin-top: 16px;
    }

    .price__item li {
        padding: 8px 16px;
    }

    .price__banner {
        border-top: 1px solid var(--color-white);
        margin-top: 48px;
        padding-top: 48px;
    }
}


/* ------------------------------------------------------
    Q&A
------------------------------------------------------ */
.faq {
    background: var(--color-white);
    padding: 80px 0 140px;
}

.faq__contents {
    margin-top: 64px;
}

.faq__item {
    background: #F4F9FF;
    border-radius: 16px;
}

.faq__item:nth-of-type(n+2) {
    margin-top: 32px;
}

.faq__question {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 32px 48px;
    gap: 1rem;
    transition: background 0.2s ease;
    width: 100%;
}

.faq__questionIcon {
    color: var(--color-blue);
    font-size: 40px;
    font-weight: 500;
    flex-shrink: 0;
}

.faq__questionTitle {
    font-family: var(--font-zen-maru);
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    flex: 1;
}

.faq__toggle {
    height: 30px;
    flex-shrink: 0;
    position: relative;
    width: 30px;
}

.faq__toggle::before,
.faq__toggle::after {
    background: var(--color-blue);
    border-radius: 2px;
    content: '';
    position: absolute;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
}

.faq__toggle::before {
    height: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 30px;
}

.faq__toggle::after {
    height: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
}

.faq__item.is-open .faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.faq__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq__item.is-open .faq__body {
    grid-template-rows: 1fr;
}

.faq__bodyInner {
    overflow: hidden;
    padding: 0 48px;
}

.faq__answer {
    align-items: flex-start;
    border-top: 1px solid #CEDDEF;
    display: flex;
    gap: 0.75rem;
    padding: 32px 0;
}

.faq__answerIcon {
    color: #AA915F;
    font-size: 40px;
    font-weight: 500;
    flex-shrink: 0;
    padding-top: 1px;
}

.faq__answerText {
    font-size: 16px;
    line-height: 1.75;
}

.faq__item--hidden {
    display: none;
}

.faq__more {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.faq__moreBtn {
    align-items: center;
    background: transparent;
    border: 2px solid var(--color-blue);
    border-radius: 16px;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    justify-content: center;
    padding: 16px 0;
    transition: background 0.2s ease, color 0.2s ease;
    width: 100%;
}

.faq__more.is-hidden {
    display: none;
}

@media screen and (max-width: 1024px) {
    .faq {
        padding: 40px 0 80px;
    }
    
    .faq__contents {
        margin-top: 32px;
    }
    
    .faq__item {
        border-radius: 8px;
    }
    
    .faq__item:nth-of-type(n+2) {
        margin-top: 24px;
    }
    
    .faq__question {
        padding: 24px 32px;
    }
    
    .faq__questionIcon {
        font-size: 24px;
    }
    
    .faq__questionTitle {
        font-size: 18px;
    }
    
    .faq__toggle {
        height: 15px;
        width: 15px;
    }
    
    .faq__toggle::before {
        height: 2px;
        width: 15px;
    }
    
    .faq__toggle::after {
        height: 15px;
        width: 2px;
    }

    .faq__bodyInner {
        padding: 0 24px;
    }
    
    .faq__answer {
        padding: 16px 0;
    }
    
    .faq__answerIcon {
        font-size: 24px;
    }
    
    .faq__answerText {
        font-size: 14px;
    }
    
    .faq__more {
        margin-top: 32px;
    }
    
    .faq__moreBtn {
        border-radius: 10px;
        font-size: 14px;
    }
}


/* ------------------------------------------------------
    Flow
------------------------------------------------------ */
.flow {
	background: var(--color-orange-100);
    padding: 80px 0;
}

.flow__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 64px;
    text-align: center;
}

.flow__title .is-border {
    display: inline-block;
    position: relative;
}

.flow__title .is-border::before {
    background: var(--color-black);
    content: "";
    height: 100%;
    left: -48px;
    position: absolute;
    top: 0;
    transform: rotate(-25deg);
    width: 2px;
}

.flow__title .is-border::after {
    background:  var(--color-black);
    content: "";
    height: 100%;
    position: absolute;
    right: -48px;
    top: 0;
    transform: rotate(25deg);
    width: 2px;
}

.flow__title .is-orange {
    color: #FF8000;
}

.flow__step {
    display: grid;
    margin-top: 88px;
    gap: 90px 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

.itemStep {
    background: var(--color-white);
    border-radius: 16px;
    height: calc(530px - 70px);
    padding: 70px 32px 0;
    position: relative;
}

.itemStep::after {
    background: url(../images/price/flow_icon_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 17px;
    margin: auto;
    position: absolute;
    right: -26px;
    top: 0;
    width: 17px;
}

.itemStep:nth-of-type(3)::after,
.itemStep:nth-of-type(6)::after {
    display: none;
}

.itemStep__number {
    align-items: center;
    background: var(--color-blue);
    border-radius: 50%;
    display: flex;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -50px;
    width: 100px;
    justify-content: center;
    flex-direction: column;
}

.itemStep__numberHead {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
}

.itemStep__numberWord {
    color: var(--color-white);
    font-size: 40px;
    font-weight: 500;
}

.itemStep__title {
    color: #3780BE;
    font-size: 22px;
    font-weight: 500;
    margin-top: 24px;
    text-align: center;
}

.itemStep__text {
    font-family: var(--font-noto-sans);
    font-size: 16px;
    line-height: 1.8;
    margin-top: 16px;
}

.itemStep__button {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
}

@media screen and (max-width: 1024px) {
    .flow {
        padding: 48px 0;
    }
    
    .flow__title {
        font-size: 20px;
        margin-top: 32px;
    }
    
    .flow__title .is-border::before {
        left: -16px;
        width: 1px;
    }
    
    .flow__title .is-border::after {
        right: -16px;
        width: 1px;
    }
    
    .flow__step {
        display: grid;
        margin-top: 64px;
        gap: 48px 24px;
        grid-template-columns: 1fr 1fr;
    }
    
    .itemStep {
        background: var(--color-white);
        border-radius: 16px;
        padding: 40px 32px 40px;
        position: relative;
    }
    
    .itemStep::after {
        display: none;
    }
    
    .itemStep__number {
        height: 60px;
        top: -30px;
        width: 60px;
    }
    
    .itemStep__numberHead {
        font-size: 14px;
    }
    
    .itemStep__numberWord {
        font-size: 24px;
    }
    
    .itemStep__title {
        font-size: 18px;
        margin-top: 16px;
    }
    
    .itemStep__text {
        font-size: 14px;
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .flow__step {
        margin-top: 64px;
        gap: 48px 0;
        grid-template-columns: 100%;
    }

    .itemStep {
        height: auto;
    }
}