@charset "utf-8";

/*-- setting --*/

/* reset */
* {
    box-sizing: border-box;
}
body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    color: #000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td,img{
    margin: 0;
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
    border:0;
}
table{
    border-collapse: collapse;
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal;
    font-weight: 600;
}
a {
    text-decoration: none;
    color: #5099d3;
}

/*- image -*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}


/*-- common --*/

.mainwidth {
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.reserve-area {
    display: flex;
    justify-content: center;
}
.reserve-area a {
    width: 100%;
    max-width: 690px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background-color: #3fd4cf;
    display: inline-block;
    padding: 32px;
    border-radius: 60px;
    text-align: center;
}

/*- clear fix -*/
*,
*:before,
*:after {
    box-sizing: border-box;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*- float -*/
.fleft {
    float: left;
}
.fright {
    float: right;
}

/*- flexbox -*/
.fb {
    display: flex;
}

/*- responsive -*/
.pc1, .pc2, .pc3 {
    display: block;
}
.sp1, .sp2, .sp3 {
    display: none;
}


/*-- header --*/

.header_inner {
    background-color: #fff;
    width: 100%;
    padding: 24px 0 24px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_inner_navi {
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
.header_inner_navi_icon {
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
.header_inner_navi_icon li {
    margin-right: 32px;
}
.header_inner_navi_tel {
    background-color: #000;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    border-radius: 30px 0 0 30px;
    padding: 6px 48px 6px 48px;
}
.mainvisual {
    margin-bottom: 100px;
}
.mainvisual img {
   width: 100%;
}


/*-- main --*/

.lead-area {
    position: relative;
    z-index: 10;
    background-image: url(image-lp2025/bg_body1.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.lead-area_title {
    margin-bottom: 30px;
}
.lead-area_text {
    text-align: center;
    position: relative;
    padding-top: 56px;
    margin-bottom: 44px;
}
.lead-area_text_text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
}
.lead-area_image {
    display: flex;
    justify-content: space-between;
}
.lead-area_image_left,
.lead-area_image_right {
    width: 48%;
}
.lead-area_copy {
    text-align: center;
}
.lead-area_copy p {
    font-size: 32px;
    display: inline-block;
    background-color: #ffffad;
    margin-bottom: 8px;
}

/* price-area */
.price-area {
    margin-bottom: 72px;
    background-image: url(image-lp2025/bg_body2.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 64px;
}
.price-area_title {
    margin-top: 24px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 32px;
}
.price-area_buttons {
    display: flex;
    justify-content: space-between;
}
.price-area_lead {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
}
/* ボタンスタイル */
.price-area_button {
    width: 30%;
    border: solid 1px #000;
    border-radius: 35px;
    background-color: #ffffad;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-area_button a {
    display: block;
    font-size: 20px;
    padding: 16px 8px;
    text-align: center;
    color: #000;
    line-height: 1.4;
}
/* アクティブなボタンのスタイル */
.price-area_button.active {
    background-color: #000;
}
.price-area_button.active a {
    color: #fff;
}
/* アニメーション price_anime-area */
.price_anime-area {
    margin: 64px 0;
}
.price_minutes {
    font-size: 32px;
    font-weight: bold;
    padding: 0 8px;
}
.price_price {
    font-size: 24px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}
.price_anime-block_mobility_icon {
    display: flex;
    align-items: center;
}
.price_anime-block_mobility {
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
    margin-bottom: 24px;
}

.price_anime-block {
    display: none;
}
.price_anime-block.active {
    display: block;
}

.ico_price_icon {
    position: relative;
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.price_anime-block.animate .ico_price_icon {
    transform: translateX(var(--move-distance));
}

/* 線のスタイル */
.price_anime-block_mobility::after {
    content: '';
    position: absolute;
    height: 4px;
    background-color: #e5e5e5;
    top: 50%;
    transform: translateY(-50%);
    left: var(--line-start);
    width: 0;
    transition: width 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

.price_anime-block.animate .price_anime-block_mobility::after {
    width: var(--line-width);
}

@media screen and (max-width:1040px) {
.ico_price_time {
    width: 3vw;
}
.price_minutes {
    font-size: 3vw;
}
.ico_price_icon {
    width: 6vw;
}
.price_price {
    font-size: 2vw;
}
}
@media screen and (max-width:721px) {
    .price-area_lead {
        font-size: 18px;
    }
}
@media screen and (max-width:480px) {
}

/* reason-area */
.reason-area_title {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    background-image: url(image-lp2025/img_reason_fukidashi.svg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 48px;
}
.reason-area_reason_title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.reason-area_reason_title-icon {
    margin-right: 20px;
}
.reason-area_reason_title-text {
    flex: 1;
}
.reason-area_reason_copy {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}
.reason-area_reason {
    margin-bottom: 72px;
}
.reason-area_reason_image_reason1 {
    display: flex;
    justify-content: space-between;
}
.reason-area_reason_image_reason1 li {
    width: 32%;
}
.reason-area_reason_image_reason1 li a {
    color: #000;
    text-align: center;
    font-size: 24px;
    position: relative;
}
.img_reason_fukidashi {
    position: absolute;
    left: -32px;
    top: -21px;
}
.reason-area_reason_image_reason1_title {
    margin-top: 24px;
    padding: 0 5%;
}
.reason-area_reason_image_reason1_title p {
    border-bottom: solid 10px #000;
    padding-bottom: 10px;
}
.reason-area_reason_text {
    margin-bottom: 24px;
}
.reason-area_reason2 .reason-area_reason_inner {
    display: flex;
    flex-direction: row-reverse;
}
.reason-area_reason2 .reason-area_reason_left {
    width: 32%;
}
.reason-area_reason2 .reason-area_reason_right {
    flex: 1;
}
.reason-area_reason3 .reason-area_reason_inner {
    display: flex;
}
.reason-area_reason3 .reason-area_reason_left {
    flex: 1;
}
.reason-area_reason3 .reason-area_reason_right {
    width: 32%;
}
.reason-area_reason2_image_maps {
    display: flex;
    justify-content: space-between;
}
.reason-area_reason2_image_maps li {
    width: 32%;
}
.reason-area_reason2_image_title {
    font-size: 24px;
    text-align: center;
    background-color: #ffffad;
    border: solid 1px #000;
    border-radius: 20px;
    margin-bottom: 8px;
}
.reason-area_reason_sideimage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.course-area_block {
    border: solid 7px #000;
    border-radius: 80px;
    background-color: #ffdcff;
    text-align: center;
    margin-bottom: 56px;
    padding: 56px 0;
}
.course-area_sepa {
    text-align: center;
    margin-bottom: 56px;
}
.reason-area {
    margin-bottom: 120px;
    background-image: url(image-lp2025/bg_body3.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.reason-area_reason2 {
    background-image: url(image-lp2025/bg_body4.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.reason-area_reason3 {
    background-image: url(image-lp2025/bg_body5.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.course-area {
    background-color: #fffaf2;
    padding: 72px 0 80px;
}
.course-area_maintitle {
    font-size: 96px;
    font-weight: bold;
    margin-bottom: 72px;
}
.course-area_catch {
    background-image: url(image-lp2025/bg_recommend_title.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    font-size: 50px;
    margin-bottom: 24px;
}
.course-area_title {
    font-size: 75px;
    font-weight: bold;
    margin-bottom: 8px;
}
.course-area_memo {
    background-color: #ffffad;
    border: solid 1px #000;
    padding: 8px 40px;
    font-size: 27px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 32px;
}
.course-area_text {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}
.course-area_subtext {
    font-size: 18px;
    text-align: left;
    width: 90%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.course-area_image_ph {
    margin-bottom: 24px;
}
.course-area_images {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.course-area_images img {
    width: 100%;
}
.course-area_image_map {
    width: 40%;
}
.course-area_image_phs img {
    border-radius: 24px;
}
.course-area_image_phs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.course-area_image_ph {
    width: 48%;
}
#course02.course-area_block {
    background-color: #e4ffe2;
}
#course03.course-area_block {
    background-color: #ffecc6;
}
.flow-area {
    padding: 120px 0;
}
.flow-area_title-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}
.flow-area_title-area_title {
    width: 48%;
    font-size: 50px;
    font-weight: bold;
}
.flow-area_title-area_lead {
    width: 48%;
    font-size: 23px;
}
.flow-area_image {
    position: relative;
}
.img_flow_tree1 {
    position: absolute;
    left: -16px;
    bottom: -64px;
}
.img_flow_tree2 {
    position: absolute;
    right: -16px;
    bottom: -64px;
}
.course-area_inner_inner {
    margin-top: 64px;
}

@media screen and (max-width:1040px) {


/*-- common --*/

/*- responsive -*/
.pc1 {
    display: none;
}
.sp1 {
    display: block;
}
.lead-area_text_text {
    font-size: 18px;
}
.lead-area_copy p {
    font-size: 24px;
}
.price-area_title {
    font-size: 28px;
}
.price-area_button a {
    font-size: 16px;
}
.price-area_button {
    margin: 0 8px;
}
.price-area_buttons {
    justify-content: center;
}
.reason-area_title {
    font-size: 32px;
}
.reason-area_reason_title-icon {
    width: 80px;
}
.reason-area_reason_title-text img {
    height: 40px;
    width: auto;
}
.reason-area_reason2 .reason-area_reason_inner {
    display: block;
}
.reason-area_reason3 .reason-area_reason_inner {
    display: block;
}
.reason-area_reason_sideimage {
    text-align: center;
}
.reason-area_reason2 .reason-area_reason_left {
    width: 100%;
}
.reason-area_reason3 .reason-area_reason_right {
    width: 100%;
}
.flow-area_title-area {
    display: block;
}
.flow-area_title-area_title {
    width: 100%;
    margin-bottom: 16px;
}
.flow-area_title-area_lead {
    width: 100%;
}
.header_inner_navi_icon {
    position: fixed;
    background-color: #ffffad;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5000;
}
.header_inner_navi_icon li {
    text-align: center;
    padding: 16px;
    margin-right: 0;
    width: calc(100% / 3);
}
.course-area_catch {
    font-size: 32px;
    padding: 0 3%;
}
.course-area_title {
    font-size: 48px;
    padding: 0 3%;
}
.course-area_memo {
    margin-right: 3%;
    margin-left: 3%;
    font-size: 18px;
}
.course-area_text {
    padding: 0 3%;
    font-size: 18px;
}
.course-area_subtext {
    font-size: 16px;
}
.course-area_subtext {
    max-width: 94%;
}
.course-area_images {
    max-width: 94%;
}
.reserve-area a {
    max-width: 94%;
    font-size: 24px;
    padding: 18px;
}
.img_reason_fukidashi {
    width: 13vw;
    left: -3vw;
    top: -2vw;
}
.reason-area_reason2 .reason-area_reason_left,
.reason-area_reason3 .reason-area_reason_right {
    display: none;
}
}

@media screen and (max-width:721px) {


/*-- common --*/

/*- responsive -*/
.pc2 {
    display: none;
}
.sp2 {
    display: block;
}
.header_inner_navi_tel {
    font-size: 24px;
}
.lead-area_text_text {
    font-size: 2.6vw;
}
.lead-area_copy p {
    font-size: 3vw;
}
.reason-area_title {
    font-size: 4.5vw;
}
.reason-area_reason_copy {
    font-size: 24px;
}
.reason-area_reason_image_reason1 li a {
    font-size: 12px;
}
.reason-area_reason_image_reason1_title {
    margin-top: 8px;
}
.reason-area_reason_image_reason1_title p {
    border-bottom: solid 4px #000;
}
.course-area_maintitle {
    font-size: 12vw;
    margin-bottom: 24px;
}
.course-area_catch {
    font-size: 24px;
}
.course-area_title {
    font-size: 32px;
}
.mainvisual {
    margin-bottom: 40px;
}
.price_anime-area {
    margin: 24px 0;
}
.reason-area_reason {
    margin-bottom: 32px;
}
.reason-area {
    margin-bottom: 60px;
}
.course-area {
    padding-bottom: 32px;
}
.flow-area {
    padding-top: 40px;
}
}

@media screen and (max-width:480px) {


/*-- common --*/

/*- responsive -*/
.pc3 {
    display: none;
}
.sp3 {
    display: block;
}
.header_inner_navi_tel {
    padding-left: 24px;
    padding-right: 24px;
    white-space: nowrap;
}
.price-area_button a {
    font-size: 14px;
}
.course-area_catch {
    font-size: 20px;
}
.course-area_title {
    font-size: 28px;
}
.course-area_memo {
    font-size: 16px;
    padding-left: 3%;
    padding-right: 3%;
    line-height: 1.4;
}
.course-area_text {
    font-size: 16px;
}
.course-area_subtext {
    font-size: 14px;
}
.reserve-area a {
    font-size: 18px;
    padding: 16px;
}
.course-area_block {
    border-radius: 40px;
    border: solid 4px #000;
}
.course-area_text {
    text-align: left;
}
.course-area_image_phs img {
    border-radius: 16px;
}
.flow-area_title-area_title {
    font-size: 32px;
}
.flow-area_title-area_lead {
    font-size: 18px;
}
.course-area_sepa {
    margin-bottom: 25px;
}
}

/*- section-home-detail -*/
.section-home-detail {
    padding-bottom: 80px;
}
.section-home-detail .detailarea table {
    width: 100%;
    border-top: solid 2px #dcdcdc;
}
.section-home-detail .detailarea table tr {
    border-bottom: solid 2px #dcdcdc;
}
.section-home-detail .detailarea table tr th {
    background-color: #f5f3f2;
    padding: 26px 16px;
    vertical-align: middle;
    width: 24%;
}
.section-home-detail .detailarea table tr td {
    padding: 26px 16px;
}
/*- title -*/
.title1 {
    padding-bottom: 32px;
}
.title1 .title-lead {
    font-size: 18px;
}
.title1 .title {
    font-size: 60px;
}
.title2 {
    font-size: 32px;
    margin-bottom: 24px;
}
.title3 {
    font-size: 32px;
}
/*- title -*/
.title1 {
    background-image: url(image-lp2022/img-common-title.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 52px;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
}
.title1 .title {
    font-size: 80px;
    color: #2999d0;
    margin-right: 38px;
    font-weight: bold;
}
.title1 .title-lead {
    font-size: 24px;
    text-align: left;
    line-height: 1.4em;
}
.title2 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 48px;
}
.title3 {
    font-size: 39px;
    color: #fff;
    text-align: center;
    padding: 16px;
    background-color: #b7c989;
    border-radius: 46px;
    margin-bottom: 32px;
}
@media screen and (max-width:1040px) {

}

@media screen and (max-width:721px) {
/*- title -*/
.title1 {
    display: block;
    text-align: center;
}
.title1 .title {
    margin-right: 0;
}
}

@media screen and (max-width:480px) {
.title2 {
    font-size: 24px;
}
}