@charset "UTF-8";

body {
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #00042D;
}

p {
    font-size: min(1.111vw, 16px);
    font-weight: 500;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

span {
    display: inline-block;
}

.sp {
    display: none;
}

.sp_br {
	display: none;
}

/* デフォルト (PC版) */
.campaign {
    margin-top: 64px;
}


/* SP版の画像に切り替え */
@media screen and (max-width:751px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
	.sp-br {
	display: block;
    }
    .campaign {
        margin-top: 50px;
    }
}



header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1001;
    background-color: rgba(252, 253, 255, .8);
}

.header_wrapper {
    margin: auto;
    width: 95%;
    max-width: 1344px;
    height: 103px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 55px;
}

.btn_box {
    display: flex;
    gap: 32px;
}

.btn { 
    padding: 16px 24px;
    border-radius: 50px;
    font-weight: bold;
    font-size: min(1.111vw, 16px);
}

.btn_bg_purple {
    color: #FFF;
    background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
}

.btn_bg_purple {
    background: white;
    background: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
    border-radius: 9999px;
    padding: 2px;
}

.btn_bg_purple > div {
    background: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
    border-radius: 9999px;
    text-align: center;
    padding: 16px 48px;
}

.btn_border {
    background: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
    border-radius: 9999px;
    padding: 2px;
}

.btn_border > div {
    background: white;
    border-radius: 9999px;
    text-align: center;
    padding: 16px 32px;
}

.btn_border span {
    background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (min-width:751px) {
    .btn_bg_purple > div:hover {
        background: #FFF;
    }
    
    .btn_bg_purple:hover span {
        background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .btn_border > div:hover {
        background: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
    }
    
    .btn_border > div:hover span {
        background: #FFF;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.fv {
    height: 47.5vw;
    height: 60vw;
    max-height: 660px;
    background-image: url(../img/fv_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fv_box {
    margin: auto;
    width: 95%;
    max-width: 1158px;
    height: 60vw;
    max-height: 640px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
}

.fv_txt ul {
    display: flex;
    gap: 10px;
}

.fv_txt ul li {
    position: relative;
    padding-left: min(1.388vw, 20px);
}

.fv_txt ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width:  min(1.111vw, 16px);
    height: min(1.111vw, 16px);
    background-image: url(../img/fv_li.png);
    background-repeat: no-repeat;
    background-size: contain;
}

h1 {
    font-size: 4.236vw;
    font-weight: 900;
    margin: 2.222vw 0 5.902vw 0;
}

h1 span {
    display: block;
    font-size: 2.153vw;
    font-weight: bold;
}


.fv_img {
    width: 33.75vw;
}

#cta .wrapper {
    padding: 5.555vw 0;
}

.cta {
    text-align: center;
}

.cta_txt {
    font-weight: bold;
}

.cta_txt span {
    position: relative;
}

.cta_txt span::before,
.cta_txt span::after {
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
}

.cta_txt span::before {
    transform: rotate(-35deg);
    left: -25px;
}
.cta_txt span::after {
    transform: rotate(35deg);
    right: -25px;
}

.cta .btn_box {
    margin: 20px 0;
    justify-content: center;
}

/* .cta .btn_bg_purple { 
    padding: 16px 48px;
} */

.cta .btn_border > div {
    padding: 16px 48px;
}

.cta_register {
    font-size: 13px;
    text-decoration: underline;
    font-weight: 500;
}

.wrapper {
    padding: 3.125vw 0 5.555vw 0;
    width: 80%;
    max-width: 1120px;
    margin: auto;
}

.worry .wrapper {
    padding: 0;
    margin: 80px 0;
    width: 100%;
    max-width: initial;
    height: 45.76vw;
    background-image: url(../img/worry_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

h2 {
    font-size: min(2.708vw, 39px);
    font-weight: 900;
    text-align: center;
    margin-bottom: 65px;
}

.worry h2 {
    position: absolute;
    top: 5.5vw;
    left: 0;
    right: 0;
    margin: auto;
}

.worry p {
    position: absolute;
    font-size: min(1.111vw, 16px);
    top: 16vw;
}

.worry_txt01 {
    width: 18%;
    left: 18.5vw;
}

.worry_txt02 {
    width: 14%;
    left: 0;
    right: 0;
    margin: auto;
}

.worry_txt03 {
    width: 18%;
    right: 17.5vw;
}


.achievements {
    background: linear-gradient(to right, #A3B5FD 0%, #D084FF 100%);
}

.achievements h2 {
    color: #FCFDFF;
    text-shadow: 0px 0px 8px rgba(0, 4, 45, 0.5);
    margin-bottom: 60px;
}

.achievements_item {
    background-color: #FCFDFF;
    border-radius: 8px;
    padding: 24px 16px;
}

.achievements_item h3 {
    text-align: center;
    font-size: min(1.736vw, 25px);
    font-weight: bold;
}

.achievements_item h3 span {
    text-align: center;
    font-size: min(1.736vw, 16px);
    font-weight: bold;
}

.achievements_item_box {
    margin: 32px 0;
    display: flex;
    justify-content: space-between;
}

.achievements_item {
    margin: 0 10px;
}

.achievements_item_img {
    width: 48%;
}

.achievements_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.achievements_item_txt {
    width: 50%;
}

.achievements_item_txt h4 {
    background-color: rgba(163, 181, 253, .5);
    border-radius: 50px;
    text-align: center;
    font-size: min(0.902vw, 13px);
    margin-bottom: 4px;
    font-weight: bold;
    padding: 3px 0;
}

.achievements_item_txt p {
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
}

.achievements_item_price h4 {
    text-align: center;
    font-size: min(0.902vw, 13px);
    border: 1px solid #00042D;
    border-radius: 50px;
    font-weight: bold;
    padding: 3px 0;
}

.achievements_item_price p {
    text-align: center;
    font-size: min(1.666vw, 24px);
}

.achievements_item_price p span {
    font-size: min(2.777vw, 40px);
}


.achievements_slider {
    position: relative;
}

.achievements_slider .prev-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -80px;
    content: "" !important;
    background-image: url(../img/arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: contain;
    width: min(4.444vw, 64px);
    height: min(4.444vw, 64px);
    transform: rotate(180deg);
}

.achievements_slider .next-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -80px;
    content: "" !important;
    background-image: url(../img/arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: contain;
    width: min(4.444vw, 64px);
    height: min(4.444vw, 64px);
}


.estate {
    background-image: url(../img/estate_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.estate_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
    padding: 30px 60px;
    background-color: #FFF;
    border-radius: 8px;
    margin-top: 64px;
}

.estate_item_txt {
    width: 45%;
}

.point {
    font-size: min(2.152vw, 31px);
    font-weight: bold;
}

.point span {
    font-size: min(4.444vw, 64px);
    margin-left: 5px;
}

.estate_item_txt h3 {
    font-size: min(1.666vw, 24px);
    font-weight: bold;
    margin-bottom: 15px;
}

.estate_item_txt p {
    width: 93%;
}

.estate_item_img {
    width: 48%;
}

.about {
    background-image: url(../img/about_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about h2 {
    color: #FCFDFF;
    text-shadow: 0px 0px 8px rgba(0, 4, 45, 0.5);
}

.about .wrapper {
    padding: 45px 0 80px 0;
    width: 80%;
    max-width: 992px;
    margin: auto;
}

.about .contents {
    background-color: #FCFDFF;
    border-radius: 16px;
    padding: 40px 45px;
    margin-top: 60px;
}

.about .contents p {
    width: 64%;
    margin: auto;
}

.about_img {
    margin-top: 50px;
}

.feature .wrapper {
    padding: 45px 0;
    width: 100%;
    max-width: initial;
}

.feature_arrow {
    width: 80px;
    margin: 40px auto;
}

.feature_fun {
    font-size: 39px;
    font-weight: 900;
    display: block;
    text-align: center;
}

.feature_box {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1120px;
    margin: auto;
    margin-top: 65px;
}

.feature_item {
    width: 31%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 8px;
}

.feature_item h3 {
    font-size: min(1.736vw, 25px);
    font-weight: bold;
    text-align: center;
}

.feature_item_box li {
    padding-left: min(2.777vw, 40px);
    position: relative;
    font-size: min(1.25vw, 20px);
    font-weight: bold;
    line-height: 1;
    margin: 35px 0;
    letter-spacing: 0;
}

.feature_item_box li::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #FFF;
    width: min(2.083vw, 32px);
    height: min(2.083vw, 32px);
    text-align: center;
    border-radius: 50%;
    background-color: #A3B5FD;
    font-size: min(1.388vw, 20px);
    line-height: min(2.083vw, 32px);
}

.feature_item_box li:nth-child(1)::before {
    content: "1";
}
.feature_item_box li:nth-child(2)::before {
    content: "2";
}
.feature_item_box li:nth-child(3)::before {
    content: "3";
}

.feature_item_img {
    width: 80%;
    margin: auto;
}

.feature_item_box li span {
    font-weight: 400;
    font-size: min(0.972vw, 14px);
}

.can {
    background-image: url(../img/can_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.can h2 {
    color: #FCFDFF;
    text-shadow: 0px 0px 8px rgba(0, 4, 45, 0.5);
}

.can_title {
    text-align: center;
    margin-bottom: -20px;
}

.can_title span {
    font-size: 20px;
    color: #FFF;
    background-color: #00042D;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: bold;
}

.can_box {
    width: 90%;
    max-width: 992px;
    margin: auto;
    background-color: #FCFDFF;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
    border-radius: 16px;
}

.can_item {
    width: 77%;
    margin: auto;
}

.can_item h3 {
    text-align: center;
    font-size: min(1.388vw, 20px);
    font-weight: bold;
    margin-bottom: 24px;
}

.can_item h3 span {
    position: relative;
}

.can_item h3 span::before {
    position: absolute;
    top: 0;
    left: -60px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #A3B5FD;
    line-height: 40px;
}

.can_item:nth-child(1) h3 span::before {
    content: "1";
}
.can_item:nth-child(2) h3 span::before {
    content: "2";
}

.can_img {
    margin-top: 40px;
}




.suggestion .wrapper {
    padding: 100px 0 80px 0;
}

.suggestion h2 {
    margin-bottom: 100px;
}

.suggestion h2 span {
    position: relative;
}

.suggestion h2 span::before,
.suggestion h2 span::after {
    position: absolute;
    content: "";
    margin: auto;
    width: 5.902vw;
    height: 5.902vw;
    background-image: url(../img/suggestion_dec.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.suggestion h2 span::before {
    bottom: -3vw;
    left: -3vw;
}
.suggestion h2 span::after {
    top: -3vw;
    right: -3vw;
    transform: rotate(180deg);
}


.suggestion_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.suggestion_item > div {
    width: 48.5%;
}

.suggestion_txt h3 {
    font-size: min(1.388vw, 20px);
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.suggestion_txt h3::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 120px;
    height: 4px;
    background: linear-gradient(to right, #A3B5FD 0%, #D084FF 100%);
}

.suggestion_txt_note,
.suggestion_txt_note li {
    font-size: 11px;
    font-weight: 300;
    padding-left: 40px;
}

.suggestion_bottom {
    position: relative;
    margin-top: 100px;
    text-align: center;
}

.suggestion_bottom::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 25vw;
    background-image: url(../img/suggestion_bottom_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.suggestion_bottom h3 {
    font-size: min(2.152vw, 31px);
    font-weight: bold;
    margin-bottom: 24px;
}

.suggestion_bottom_img {
    width: 319px;
    margin: auto;
}




.review {
    background-image: url(../img/review_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.review h2 {
    color: #FCFDFF;
    text-shadow: 0px 0px 8px rgba(0, 4, 45, 0.5);
    margin-bottom: 3.125vw;
}

.review_item {
    background-color: #FCFDFF;
    border-radius: 16px;
    padding: 3.819vw 1.597vw 2.569vw 1.597vw;
    text-align: center;
    position: relative;
    margin: 4vw 10px 0 10px;
    height: 22.43vw;
    max-height: 370px;
}

.person {
    position: absolute;
    top: -3.5vw;
    left: 0;
    right: 0;
    margin: auto;
}

.person img {
    width: 6.666vw;
    margin: auto;
    background-color: #FFF;
    border-radius: 50%;
}

.review_item h3 {
    font-weight: bold;
    font-size: min(1.111vw, 16px);
}

.evaluation {
    margin: 0.486vw 0 1.527vw 0;
}

.age {
    font-size: min(0.902vw, 13px);
}

.evaluation img {
    width: 10.41vw;
    margin: auto;
}

.review_item p {
    text-align: left;
}

.review_slider {
    position: relative;
}

.review_slider .prev-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -5.555vw;
    content: "" !important;
    background-image: url(../img/arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: contain;
    width: min(4.444vw, 64px);
    height: min(4.444vw, 64px);
    transform: rotate(180deg);
}

.review_slider .next-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -5.555vw;
    content: "" !important;
    background-image: url(../img/arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: contain;
    width: min(4.444vw, 64px);
    height: min(4.444vw, 64px);
}



.message {
    background-image: url(../img/message_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.message .wrapper {
    max-width: 976px;
}

.message_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.message_item > div {
    width: 48.5%;
}

.message_txt h3 {
    font-size: min(1.736vw, 25px);
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.message_txt h3::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 120px;
    height: 4px;
    background: linear-gradient(to right, #A3B5FD 0%, #D084FF 100%);
}

.message_txt h3 span {
    font-size: min(1.111vw, 16px);
    font-weight: 400;
    margin-bottom: 10px;
}

.message_txt_p {
    margin-bottom: 2vw;
}

.message_txt_profile span {
    margin-top: 0.5vw;
    font-size: min(0.9vw, 13px);
    font-weight: 400;
}




.flow .wrapper {
    max-width: 976px;
}

.flow_img {
    margin-bottom: 80px;
}

.accordion_one {
    border-top: 1px solid #00042D;
    border-bottom: 1px solid #00042D;
    padding: 2.222vw 1.111vw;
}

.accordion_one:nth-child(1) {
    border-top: 2px solid #00042D;
}
.accordion_one:nth-child(9) {
    border-bottom: 2px solid #00042D;
}

.accordion_inner {
    display: none;
}

.open::after {
    transform: rotate(225deg);
}


.accordion_header,
.accordion_inner {
    padding-left: 9.027vw;
}

.accordion_header {
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    align-items: center;
    font-size: min(1.388vw, 20px);
    font-weight: bold;
}

.accordion_header span {
    font-size: min(0.902vw, 13px);
}

.accordion_header::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6.805vw;
    height: 2.708vw;
    border-radius: 8px;
    font-size: min(1.111vw, 16px);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background-color: #A3B5FD;
}

.accordion_one:nth-child(1) .accordion_header::before {
    content: "STEP 1";
}
.accordion_one:nth-child(2) .accordion_header::before {
    content: "STEP 2";
}
.accordion_one:nth-child(3) .accordion_header::before {
    content: "STEP 3";
}
.accordion_one:nth-child(4) .accordion_header::before {
    content: "STEP 4";
}
.accordion_one:nth-child(5) .accordion_header::before {
    content: "STEP 5";
}
.accordion_one:nth-child(6) .accordion_header::before {
    content: "STEP 6";
}
.accordion_one:nth-child(7) .accordion_header::before {
    content: "STEP 7";
}
.accordion_one:nth-child(8) .accordion_header::before {
    content: "STEP 8";
}
.accordion_one:nth-child(9) .accordion_header::before {
    content: "STEP 9";
}

.accordion_inner {
    margin-top: 32px;
    font-size: min(1.111vw, 16px);
}

.plus {
    position: relative;
    width: 4vw;
    height: 4vw;
}

.plus::before,.plus::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 4vw;
    border-radius: 4px;
    left: 7px;
    background-color: #00042D;
}

@media screen and (min-width:751px) {
    .plus {
        width: 30px;
        height: 30px;
    }
    
    .plus::before,.plus::after  {
        height: 30px;
    }
}

.plus::after {
    transform: rotate(90deg);
}

.open .plus::before {
    display: none;
}

footer {
    background-image: url(../img/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFF;
}

footer .wrapper {
    padding: 100px 0 60px 0;
}

.footer_logo {
    width: 55px;
    margin-bottom: min(4.166vw, 60px);
}

.footer_menu {
    margin-bottom: min(2.777vw, 40px);
}

.footer_menu span {
    font-size: min(1.388vw, 20px);
    font-weight: bold;
    margin-bottom: 24px;
}

.footer_menu_ul {
    display: flex;
}

.footer_menu_ul li {
    margin-left: 20px;
    font-size: min(1.111vw, 16px);
}

.footer_txt {
    border-top: 2px solid #FCFDFF;
    padding-top: min(2.777vw, 40px);
}

.txt_hide {
    display: none;
    margin-bottom: 30px;
    padding-top: 30px;
}

.txt_hide p {
    margin-top: 0;
}

.txt_hide_btn {
    text-align: center;
}

button.more {
    width: 140px;
    text-align: center;
    margin: auto;
    transition: .5s;
    -erbkit-transition: .5s;
}
    
button.more::before {
    content: "もっと詳しく   ＋";
    font-size: min(1.111vw, 16px);
    font-weight: 500;
    transition: .2s;
    -erbkit-transition: .2s;
}

button.more.on-click::before{
    content: "閉じる   ー";
}

.copyright {
    background-color: #00042D;
    color: #FFF;
    font-size: min(1.111vw, 16px);
    text-align: center;
    margin: 0;
    padding: 24px 0;
    font-weight: 500;
}

.note {
    font-size: 12px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}

.fv_note {
    font-size: 10px;
    color: #9797A5;
    text-align: end;
    margin-right: 40px;
}

.cta_note {
    font-size: 10px;
    color: #9797A5;
    text-align: center;
    margin-top: 20px;
}

.estate_note {
    font-size: 12px;
    margin-top: 20px;
    font-weight: 400;
}

small {
    font-size: 50%;
    transform: translateY(-10px);
    display: inline-block;
}

.feature_note {
    font-size: 12px;
    margin-top: 20px!important;
    font-weight: 400;
}

.about_note,
.can_note {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}