body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    line-height: 1.6;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    overflow-y: auto;
}

.modal__inner {
    position: relative;
    background-color: #fff;
    width: 90%;
    max-width: 414px;
    margin: 50px auto;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.modal__close {
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    top: -10px;
    right: -10px;
    background-color: #B38766;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.modal__text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.modal__list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.modal__list__item {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
}

@media (min-width: 536px) {
    .menu, .qr, .fixed-cta {
        display: none;
    }
    .wrapper {
        max-width: 450px;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
}

@media (min-width: 1280px) {
    /* wrapper */
    .wrapper {
        -webkit-transform: translate(230px, 0);
        transform: translate(230px, 0);
        max-width: 450px;
        position: relative;
        margin-inline: auto;
        container: inline-size;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    .menu, .qr, .fixed-cta {
        display: block;
        position: fixed;
    }
    .menu {
        top: 0;
        bottom: 0;
        left: 4.6875%;
        right: auto;
        margin: auto;
		margin-top: -110px;
        width: 40.625vw;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .qr {
        bottom: 134px;
        right: 26px;
        width: 132px;
    }
    .qr__head {
        margin-bottom: 12px;
        color: #626C70;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .qr__img {
        width: 100%;
    }
    .fixed-cta {
        padding: 15px;
        bottom: 0;
        right: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .6);
    }
    .fixed-cta  .cvbtn{
        width: 414px;
        margin: 0 auto;
    }
    .menu__logo {
        width: 100%;
		max-width: 600px;
		height: auto;
        margin: 0 auto 26px;
    }
    .menu__nav__list {
        display: flex;
        gap: 10px;
    }
    .menu__nav__list__item__link {
        background-color: #fff;
        border: 1px solid #B38766;
        border-radius: 120px;
        color: #B38766;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 18px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
		position: relative;
 		transition: 0.3s;
	}
	.menu__nav__list__item__link:hover {
		top: 1px;
		box-shadow: none;
	}

}
@media (max-width: 535px) {
    .menu, .qr, .fixed-cta {
        display: none;
    }
}

/* cvbtn */
.cvbtn {
    display: block;
    width: 100%;
    background-color: #B38766;
    border-radius: 120px;
    padding: 18px 10px 20px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    text-decoration: none;
    text-align: center;
    line-height: 1.6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: relative;
	transition: 0.3s;
	}
.cvbtn:hover {
	top: 2px;
	box-shadow: none;
}
@media (max-width: 535px) { 
	.cvbtn {
		font-size: 22px;
	}
}

/* Header */
.header {
    padding: 102px 18px 12px;
    background-image: url(../img/fv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.header__logo {
    width: 100%;
    margin-bottom: 15px;
}
.header__catch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.header__catch__phrase {
    padding: 3px 12px;
    background-color: rgba(255,255,255,.6);
    color: #626C70;
    font-weight: bold;
    line-height: 1.4;
}
.header__catch__phrase-sup {
    vertical-align: top;
    position: relative;
    top: -0.1em;
    font-size: 14px;
}
.header__catch__price {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.header__catch__price-highlight {
    font-size: 40px;
    font-family: "Manrope", serif;
}
.header__note {
    font-size: 10px;
    line-height: 1.6;
    color: #fff;
}

.header__cta {
    display: block;
    width: 80%;
    margin: 51px auto;
    padding: 38px;
    background-color: #FF8900;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    border-radius: 120px;
    text-decoration: none;
}
.header__img {
    margin: 51px 0 12px;
    width: 100%;
}

.header__company {
    margin-top: 15px;
    font-size: 10px;
    line-height: 1.6;
    color: #fff;
}

/* Feature Section */
.feature {
    padding: 34px 18px 70px;
    background-color: #DCDCD8;
    color: #626C70;
    text-align: center;
}

.feature__title {
    font-size: 24px;
    margin-bottom: 34px;
    text-align: center;
	line-height: 1.4;
}

.feature__list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
    gap: 18px;
}

.feature__list__item {
    display: flex;
    gap: 18px;
    align-items: start;
    padding: 23px 18px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
}
.feature__list__item__detail {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.feature__list__item__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.feature__list__item__text {
    font-size: 16px;
    line-height: 1.6;
}
.feature__list__item__link {
    font-size: 14px;
}

/* Reason Section */
.reason {
    position: relative;
    padding: 50px 18px 30px;
    background-color: #fff;
    background-image: url(../img/reason_bg.svg);
    background-size: contain;
    color: #626C70;
}
.reason:before {
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/reason_header.png);
    background-repeat: no-repeat;
    background-size: 330px;
    content: "";
    height: 69px;
    width: 330px;
}
.reason__title {
    margin-bottom: 40px;
    color: #B38766;
    font-size: 24px;
    text-align: center;
}
.reason__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 18px;
}

.reason__list__item {
    width: 100%;
    border: 1px solid #DDBB94;
    border-radius: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.reason__list__item__title {
    padding: 18px 18px 18px 64px;
    background-color: #DDBB94;
    background-image: url(../img/reason_ic.svg);
    background-repeat: no-repeat;
    background-position: 18px 50%;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

.reason__list__item__text {
    background-color: rgba(255,255,255,.7);
    border-radius: 0 0 10px 10px;
    padding: 18px;
    font-size: 16px;
    line-height: 1.6;
}

.reason__note {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Price Section */
.price {
    padding-bottom: 18px;
    background-color: #DDBB94;
    color: #626C70;
}

.price__title {
    background-color: #B38766;
    background-image: url(../img/price_header.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: contain;
    color: #fff;
    font-size: 24px;
    padding: 56px 18px;
}

.price__list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 34px 18px 18px;
    list-style: none;
    gap: 18px;
}

.price__list__item {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: stretch;
}

.price__list__item__title {
    display: flex;
    align-items: center;
    background-color: #B38766;
    border-radius: 10px 0 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    padding: 18px;
}
.price__list__item__title-highlight {
    padding-bottom: 5px;
    font-size: 30px;
    font-family: "Manrope", serif;
}
.price__list__item__detail {
    padding: 8px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.price__list__item__detail__amount {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

.price__list__item__detail__amount-highlight {
    font-size: 40px;
    font-family: "Manrope", serif;
}
@media (max-width: 535px) {
	.price__list__item__detail__amount-highlight {
		font-size: 30px;
	}
}

.price__list__item__detail__note {
    font-size: 10px;
    line-height: 1.6;
}

.price__notes {
    padding: 0 18px;
}

.price__notes__item {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    color: #fff;
}
.price__notes__item:before {
    content: '※';
    position: absolute;
    left: 0;
}
.price__notes__item + .price__notes__item {
    margin-top: 6px;
}

/* Compensation Section */
.compensation {
    padding-bottom: 18px;
    background-color: #626C70;
    color: #626C70;
}
.compensation__title {
    background-color: #DCDCD8;
    background-image: url(../img/compensation_header.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    font-size: 24px;
    padding: 56px 18px;
}

.compensation__block {
    margin: 18px;
    padding: 30px 27px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
}

.compensation__midashi {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 1.6;
    text-align: center;
}

.compensation__img {
    display: block;
    margin: 0 auto 18px;
	max-width: 100%;
	height: auto;
}

.compensation__description {
    font-size: 16px;
    line-height: 1.6;
}

.compensation__plan {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
}

.compensation__plan__item {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: stretch;
}

.compensation__plan__item__title {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #626C70;
    border-radius: 10px 0 0 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    padding: 18px 0;
}

.compensation__plan__item__detail {
    padding: 18px;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: baseline;
    border: 1px solid #626C70;
    border-radius: 0 10px 10px 0;
}

.compensation__plan__item__detail-highlight {
    font-size: 30px;
    font-weight: bold;
}

.compensation__table {
    width: 100%;
    margin-bottom: 18px;
    border-collapse: collapse;
}

.compensation__table th, .compensation__table td {
    padding: 18px 12px;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid #fff;
    background-color: #DCDCD8;
    text-align: center;
    vertical-align: middle;
}

.compensation__table th {
    background-color: #626C70;
    width: 138px;
    color: #fff;
    font-weight: normal;
}
.compensation__table th:first-child {
    border-radius: 10px 0 0 0;
}
.compensation__table th:last-child {
    width: 83px;
    border-radius: 0 10px 0 0;
}
@media (max-width: 535px) {
	.compensation__table th,
	.compensation__table th:last-child{
		width: calc(100% / 3);
	}
}
.compensation__table .l-radius {
    border-radius: 0 0 0 10px;
}
.compensation__table .r-radius {
    border-radius: 0 0 10px 0;
}

.compensation__notes {
    list-style: none;
    padding: 0;
    margin: 18px 0;
}

.compensation__notes__item {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
.compensation__notes__item:before {
    content: '※';
    position: absolute;
    left: 0;
}
.compensation__notes__item + .compensation__notes__item {
    margin-top: 6px;
}
.compensation__cv {
    padding: 12px 18px;
}

/* Note Section */
.note {
    padding: 34px 18px;
    color: #626C70;
    background-color: #fff;
}
.note__block {
    border: 1px solid #626C70;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
}
.note__title {
    font-size: 24px;
    margin-bottom: 34px;
    text-align: center;
}
.note__list__item {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    padding-left: 18px;
    position: relative;
}
.note__list__item + .note__list__item {
    margin-top: 12px;
}

.note__list__item:before {
    content: '・';
    position: absolute;
    left: 0;
}

.note__company__list__item + .note__company__list__item {
    margin-top: 38px;
}
.note__company__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.6;
}

.note__company__address {
    font-size: 16px;
    line-height: 1.6;
}

/* Footer */
.footer {
    padding: 34px 18px 140px;
    background-color: #DCDCD8;
    color: #626C70;
    text-align: center;
}

.footer__logo {
    display: block;
    margin: 0 auto 12px;
    width: 300px;
}

.footer__copyright {
    font-size: 12px;
    line-height: 1.6;
}

.none__pc {
	display: none;
}
@media (max-width: 535px) {
    .none__sp {
        display: none;
    }
    .none__pc {
        display: block;
    }
}
.document__no {
	margin-top: 30px;
	font-size: 12px;
}