img.w100 {
    max-width: 100%;
    height: auto;
}

/*
* {
    outline: 1px solid blue;
}
*/
body {
    counter-reset: number number02 number03 number04;
    font-family: 'Noto Sans JP', sans-serif;
    color: #222;
    background-color: #F8FDFC;
}


main {
    overflow-x: hidden;
}

.cont-flex {
    display: flex;
}

.pc-hidden {
    display: none;
}



/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding-top: 1.4rem;
    z-index: 99;
}

.js-header.change-color .head_nav {
    color: #222;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: 'Belleza', sans-serif;
    font-size: 1.9rem;
    display: flex;
    column-gap: 1.3rem;
    align-items: center;
    margin-left: 1.7rem;
}

.head_nav {
    font-weight: 300;
    color: #FFF;
    font-size: 1.4rem;
    display: flex;
    column-gap: 2.8rem;
    margin-right: 5.5rem;
}

/*表示わけ*/
.tb-display {
    display: none!important;
}

.sp-display {
    display: none!important;
}

@media screen and (max-width:1199px) {
    .pc-display {
        display: none!important;
    }

    .tb-display {
        display: block!important;
    }

    .sp-display {
        display: none!important;
    }
}

@media screen and (max-width:768px) {
    .pc-display {
        display: none!important;
    }

    .tb-display {
        display: none!important;
    }

    .sp-display {
        display: block!important;
    }
}

/*折り返し調整*/
.br-auto {
	display:inline-block;
}

/*SPのみ改行*/
@media (min-width: 768px){
	.br-sp {
        display: none;
    }
}
/*PCのみ改行*/
@media (max-width: 768px){
	.br-pc {
        display: none;
    }
}

/*太字*/
.bold {
    font-weight: bold;
}

/* header */
/* mv */
.mv {
    display: flex;
    justify-content: space-between;
    column-gap: 4.5rem;
}

.mv .cont_left {
    padding-top: 37.3rem;
    position: relative;
    width: 38%;
    max-width: 72rem;
}

.mv .cont_left::before {
    content: attr(data-title);
    font-family: 'Marcellus', serif;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 29.4rem;
    color: #dee8e6;
    opacity: 0.38;
    z-index: -1;
}

.mv .cont_right {
    padding-bottom: 30.8rem;
    position: relative;
    width: 38%;
    max-width: 72rem;
}

.mv .cont_right::after {
    content: attr(data-title);
    font-family: 'Marcellus', serif;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 29.4rem;
    color: #dee8e6;
    opacity: 0.38;
    z-index: -1;
}

.mv .cont_middle {
    max-width: 38.7rem;
    width: 100%;
}

.mv .cont_middle .mv-ttl {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    position: relative;
    padding-bottom: 2rem;
    margin-top: 10rem;
    margin-bottom: 4px;
}

.mv .cont_middle .mv-ttl::after {
    content: "";
    position: absolute;
    background: url(../images/decoration.svg) no-repeat center/contain;
    width: 35.2rem;
    height: 2rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.mv .cont_middle .mv-txt {
    font-size: 4.7rem;
    line-height: 6.7rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 7.8rem;
}

.mv .cont_middle .mv-txt span {
    position: relative;
    font-size: 4.7rem;
    padding-top: 4.7rem;
    display: inline-block;
}

.mv .cont_middle .mv-txt span::after {
    content: attr(data-title);
    font-size: 4.7rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.mv .cont_middle .mv-txt strong {
    font-weight: 500;
    font-size: 8.9rem;
    line-height: 11.2rem;
}

.mv .cont_middle .mv-txt small {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 2.8rem;
}

.mv .cont_middle .mv-txt span.dot--gr::after {
    color: #6B989A;
}

.mv .cont_middle .mv-txt span.dot--pi::after {
    color: #BE889B;
}

.mv .cont_middle .mv-txt span.dot--ye::after {
    color: #BEB488;
}

.mv .cont_middle .mv-txt span.dot--bl::after {
    color: #6084BC;
}

.mv .point_list {
    margin-bottom: 6.5rem;
}

.mv .point_list .list-item {
    font-size: 2.4rem;
    line-height: 2.8rem;
    border-bottom: 1px solid #707070;
    padding-top: 2.8rem;
    padding-bottom: 2.6rem;
    padding-left: 11.9rem;
    position: relative;
    font-weight: 500;
}

.mv .point_list .list-item:first-child {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.mv .point_list .list-item::before {
    content: counter(number);
    counter-increment: number 1;
    position: absolute;
    left: 1.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    color: #FFF;
    font-size: 2.8rem;
    font-family: 'Marcellus', serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv .point_list .list-item.list-item--pi::before {
    background-color: #BE889B;
}

.mv .point_list .list-item.list-item--gr::before {
    background-color: #6B989A;
}

.mv .point_list .list-item.list-item--ye::before {
    background-color: #BEB488;
}

.mv .cont_middle .scroll {
    font-family: 'Marcellus', serif;
    font-size: 1.4rem;
    text-align: center;
}
/* mv */

/*ビューティーワールドジャパン出店決定*/
.open-store-inner {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 10rem 2rem;
}

.open-store-inner h2 {
    font-size: 4.5rem;
    background:linear-gradient(transparent 60%, #EBF4F3 60%);
    display: inline-block;
    margin-bottom: 3rem;
}

.open-store-inner p {
    font-size: 3rem;
}

.open-store-pink {
    color: #BE889B;
    font-weight: 500;
    font-size: 3.8rem!important;
    margin-top: 5rem;
}

.open-store-day {
    max-width: 700px;
    padding: 2rem;
    background: white;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    border: solid 1px gray;
}

.open-store-note {
    font-size: 2.4rem!important;
}

.white-box {
    background: white;
    height: 10rem;
}

.open-store-white {
    background: white;
}
/*ビューティーワールドジャパン出店決定*/

/*LINEバナー*/
.line-banner {
    text-align: center;
    background: white;
    padding-bottom: 8rem;
}

.line-banner img {
    max-width: 650px;
    transition-duration: 0.6S;
}
    
.line-banner img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition-property: all;
    transition-duration: 0.6S;
}

/* 夢を叶えるために */
.make-dreams {
    text-align: center;
    padding: 100px 0;
}

p.make-dreams01 {
    font-size: 3.2vw;
    line-height: 1.4;
    padding-bottom: 10px;
}

p.make-dreams01-2 {
    font-size: 5.8vw;
    background-image: url(../images/stripe3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

p.make-dreams02 {
    font-size: 2.4vw;
    line-height: 1.6;
    padding-top: 60px;
}

p.make-dreams03 {
    font-size: 2.4vw;
    padding-top: 70px;
}

p.make-dreams03 span {
    background:linear-gradient(transparent 60%, #EBF4F3 60%);
    padding-left: 20px;
}

/* 夢を叶えるために */

/* はじめまして */
.intro-container {
    position: relative;
    background: white;
}
.intro {
    display: flex;
}

.intro-img {
    width: 35%;
}

.intro-img img{
    width: 100%;
}

.intro-text {
    width: 65%;
}

.intro-title {
    font-size: 3vw;
    padding: 110px 0 0 80px;
}

.intro-message {
    font-size: 1.7vw;
    padding: 100px 30px 0 160px;
    line-height: 1.7;
}

.intro-check {
    width: 800px;
    position: absolute;
    left: 250px;
    bottom:-80px;
}

.intro-check img {
    width: 100%;
}

.movie-container {
    text-align: center;
    position: relative;
    margin-top: 140px;
    padding: 0 5%;
    margin-bottom: 5rem;
}

.movie {
    background: white;
    max-width: 940px;
    height: 500px;
    margin: 0 auto;
    border: solid 1px gray;
    padding: 15px;
}

.movie-deco {
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: -10;
}

.movie-deco img {
    width: 340px;
}
/* はじめまして */

/* sec02 */
.page_wrapper {
    max-width: 152rem;
    width: 100%;
    margin: auto;
}


.bg--black {
    color: #FFF;
    background-color: #222222;
    height: 7.2rem;
    font-weight: bold;
}

.what {
    max-width: 192rem;
    margin: auto;
    padding-top: 21.7rem;
    padding-bottom: 3rem;
    position: relative;
    background: white;
    z-index: -5;
}

.what .page_wrapper {
    position: relative;
}

.what::before {
    content: attr(data-title);
    position: absolute;
    font-size: 31rem;
    line-height: 38.9rem;
    font-weight: normal;
    color: rgba(222, 232, 230, 0.38);
    font-family: 'Marcellus', serif;
    top: 9.6rem;
    left: 6.2rem;
    z-index: -1;
}

.what .cont-flex {
    align-items: center;
    justify-content: space-between;
}

.what .cont-top {
    margin-bottom: 11.8rem;
}

.what .cont-top .cont-left {
    margin-left: 1.2rem;
}

.what .cont-top .cont-right {
    position: relative;
    max-width: 81rem;
    width: 54%;
    margin-right: 5.4rem;
}

.what .cont-top .cont-right::after {
    content: "";
    background: url(../images/what_bg.svg) no-repeat center/contain;
    width: 81rem;
    height: 54rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(4deg);
}

.what .cont-top h3 {
    font-size: 2.4rem;
    font-weight: bold;
    font-size: 4rem;
}

.what .cont-top h3 strong {
    display: inline-block;
    margin-right: 2.1rem;
    line-height: 7.2rem;
    margin-bottom: 2rem;
    padding: 0 1.4rem;
}

.line_form {
    position: relative;
    display: flex;
    background-color: #FFF;
    max-width: 134rem;
    width: 100%;
    margin: auto;
    border: 1px solid #222;
    padding: 7.7rem 7.2rem 7.9rem 6.8rem;
    align-items: center;
    margin-bottom: 6rem;
}

.line_form::after {
    content: "";
    background: url(../images/box_bg.svg) no-repeat center/contain;
    width: 134rem;
    height: 29rem;
    position: absolute;
    left: -1.9rem;
    bottom: -1.8rem;
    z-index: -1;
}

.line_form .cont-left {
    max-width: 18rem;
    margin-right: 11.2rem;
    width: 28%;
    text-align: center;
}


.line_form .cont-left h4 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.17em;
    line-height: 4.2rem;
    padding-bottom: 5.1rem;
    position: relative;

}

.line_form .cont-left h4::after {
    content: "";
    background: url(../images/arrow_right.svg) no-repeat center/contain;
    width: 12.7rem;
    height: 3.1rem;
    position: absolute;
    bottom: 0;
    left: 3rem;
}


.event-title {
    font-size: 2.9rem;
    color: #BE889B;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1rem;
}



.cont-left p {
    font-size: 2rem;
    padding-top: 1.8rem;
}

.cont-left p span {
    color: #6B989A;
    font-size: 2.4rem;
    font-weight: bold;
    padding-right: 0.4rem;
}


.line_form .cont-middle,
.line_form .cont-middle dl {
    display: flex;
}

.line_form .cont-middle {
    flex-wrap: wrap;
    gap: 2.7rem 3.8rem;
    margin-right: 7.2rem;
}

.line_form .cont-middle dl {
    column-gap: 1.6rem;
    align-items: center;
}

.line_form .cont-middle dt {
    background-color: #BE889B;
    color: #FFF;
    font-weight: bold;
    font-size: 2.4rem;
    height: 3.7rem;
    line-height: 3.7rem;
    padding: 0 1rem;
    width: 8rem;
    text-align: center;
}

.line_form .cont-middle dd {
    font-weight: 500;
    font-size: 4rem;
    line-height: 5.2rem;
    padding-left: 3rem;
}

.line_form .line_btn {
    background-color: #00b900;
    border-radius: 8px;
    color: #FFF;
    font-weight: bold;
    font-size: 2.8rem;
    height: 11.4rem;
    position: relative;
}

.line_form .line_btn::before {
    content: "";
    position: absolute;
    background: url(../images/line.svg) no-repeat center/contain;
    width: 9.6rem;
    height: 9.6rem;
    left: 3.7rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.line_form .cont-right {
    width: 52%;
    max-width: 34.8rem;
}


.line_form .line_btn a {
    position: relative;
    z-index: 10;
    padding-left: 10.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;

  }
  
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* sec02 */

/*このように学びます*/
.secret-plan{
	counter-reset: secret;
}

.secret-plan h4 {
    position: relative;
}

.secret-plan h4:before {
	content:"STEP "counter(secret, decimal-leading-zero);
    position: absolute;
	counter-increment:secret;
    top: -3vw;
    left: 0;
	color:#BE889B;
	font-size:2vw;
}

.secret-plan-message {
    text-align: center;
    font-size: 1.8vw;
    line-height: 1.6;
    margin-top: 250px;
}
.secret-plan-message p {
    margin-bottom: 20px;
}
/*このように学びます*/

/* sec03 */
/*こんなお悩みありませんか*/

.problem {
    padding-top: 5rem;
    padding-bottom: 9.5rem;
    position: relative;
    margin-top: 5rem;
}

.problem::before {
    content: attr(data-title);
    position: absolute;
    font-size: 29.4rem;
    line-height: 36.8rem;
    font-weight: normal;
    color: rgba(222, 232, 230, 0.5);
    font-family: 'Marcellus', serif;
    top: -6.6rem;
    left: 4.9rem;
}

.problem .page_wrapper {
    position: relative;
}


/*
.problem .bubble p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 7.7rem;
    width: 40.5rem;
    text-align: center;
    position: relative;
    z-index: 5;
}

.problem .bubble::before {
    content: "";
    position: absolute;
    width: 40.5rem;
    height: 9.8rem;
    z-index: 1;
}

.problem .bubble--left {
    position: absolute;
    left: 33.5rem;
}

.problem .bubble--right {
    right: 33.5rem;
    position: absolute;
}

.problem .bubble--left::before {
    background: url(../images/box_left.svg) no-repeat center/contain;
}

.problem .bubble--right::before {
    background: url(../images/box_right.svg) no-repeat center/contain;
}
*/

.problem .p-ttl {
    position: relative;
    padding-top: 11.3rem;
    margin-bottom: 7.2rem;
    line-height: 1.6;
}

.p-ttl {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}

.p-ttl--line {
    padding-bottom: 3.5rem;
    position: relative;
}

.p-ttl--line::after {
    content: "";
    position: absolute;
    background: url(../images/head_line.svg) no-repeat center/contain;
    width: 35.6rem;
    height: 1.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.comment_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.2rem 7rem;
    max-width: 120rem;
    width: 100%;
    margin: auto;
}

/*
.problem .page_wrapper::after {
    content: "";
    background: url(../images/arrow_down02.svg) no-repeat center/contain;
    width: 14.8rem;
    height: 20rem;
    position: absolute;
    bottom: -20rem;
    right: 27.2rem;
}*/

.comment_list .list-item {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    padding-top: 5.7rem;
    padding-bottom: 7.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/comment.svg);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 34.4rem;
    width: 100%;
    height: 19.9rem;
}

.problem-content {
    display: flex;
}

/*奇数*/
.problem-content:nth-child(odd) {
    padding: 50px 9% 50px 4%;
}

/*偶数*/
.problem-content:nth-child(even) {
    padding: 50px 4% 50px 9%;
    background: white;
}

.problem-content-problem {
    width: 43%;
}

.problem-content-problem h4 {
    text-align: center;
    padding: 25px 20px 40px;
    font-size: 1.2vw;
    /*width: 360px;*/
}

.p-ttl-left h4 {
	margin-right: 60px;
    background: url(../images/problem-ttl-bg1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
}

.p-ttl-right h4 {
	margin-left: 60px;
    background: url(../images/problem-ttl-bg2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: auto;
}

.p-ttl-left img {
    width: 100%;
    padding-right: 120px;
}

.p-ttl-right img {
    width: 100%;
    padding-left: 120px;
}

.problem-content-solution {
    display: flex;
    position: relative;
    width: 57%;
    border: solid 1px #505050;
    background: white;
    padding: 70px 70px 60px;
    align-items: flex-end;
}

.problem-content-solution-text {
    width: 75%;
    font-size: 1.2vw;
    line-height: 1.8;
}

.problem-content-solution-text p {
    text-align: justify;
}

.solution-text-right {
    padding-right: 25px;
}

.solution-text-left {
    padding-left: 60px;
}

.problem-content-solution-text h5 {
    font-size: 1.3vw;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 10px;
}

.problem-content-solution-img {
    width: 25%;
}

.problem-content-solution-img img {
    width: 100%;
    padding:  0 0 10px 0;
}

/*奇数*/
.solution-right {
    position: absolute;
    top: -80px;
    right: 10px;
}

/*偶数*/
.solution-left{
    position: absolute;
    top: -80px;
    left: -90px;
}

.solution-img img {
    width: 340px;
}
/*こんなお悩みありませんか*/
/* sec03 */

/*料金プラン参考例*/
.reference-plan {
    margin-top: 6rem;
}

.reference-plan h3{
    font-size: 4rem;
    text-align: center;
}

.reference-plan-overview {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 3rem;
    font-size: 2rem;
}

.overview-item {
    width: 46%;
    margin: 2%;
}

.overview-item table {
    width:100%;
}

.overview-item th {
    background: #6b989a;
    color: white;
    width: 30%;
    text-align: center;
    padding: 2rem;
}

.overview-item td {
    vertical-align:middle!important;
    width: 70%;
    background: #EBF4F3;
    padding-left: 4rem;
}

.reference-plan h4{
    font-size: 3.4rem;
    text-align: center;
    margin: 6rem 0 5rem;
}

.reference-plan-list {
    background: white;
    padding: 3rem 5rem;
    max-width: 600px;
    margin: 0 auto;
    font-size: 2.5rem;
    margin-bottom: 14rem;
}

.reference-plan-list ul {
    background: white;
}

.reference-plan-list li {
    border-bottom: solid 1px #EBF4F3;
    padding: 2rem;
}

.reference-plan-list li:last-child {
    border-bottom: none;
}
/*料金プラン参考例*/

/*まずは無料体験*/
.free-trial, .free-zoom{
    padding-top: 6rem;
    padding-bottom: 8rem;
    position: relative;
    text-align: center;
}

/*
.free-zoom {
    background: white;
    z-index: -10;
}*/

.p-ttl2 {
    margin-top: 9rem;
    font-size: 3.6rem;
    font-weight: bold;
    z-index: 10;
}

.free-trial::before {
    content: attr(data-title);
    position: absolute;
    font-size: 29.4rem;
    line-height: 36.8rem;
    font-weight: normal;
    color: rgba(222, 232, 230, 1);
    opacity: 0.38;
    font-family: 'Marcellus', serif;
    top: -40px;
    left: 0;
    z-index: -10;
}

.free-zoom::before {
    content: attr(data-title);
    position: absolute;
    font-size: 29.4rem;
    line-height: 36.8rem;
    font-weight: normal;
    color:  rgba(222, 232, 230, 1);
    opacity: 0.38;
    font-family: 'Marcellus', serif;
    top: -40px;
    left: 40%;
    z-index: -10;
}

.free-trial-ttl {
    background-image: url(../images/stripe3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.free-trial-ttl h3 {
    font-size: 6rem;
    color: white;
    background: #333333;
    display: inline-block;
    padding: 10px 20px 15px;
    font-weight: bold;
}

.white-bg {
    background: white;
    padding-top: 10rem;
}

.free-trial-add {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 400px;
    height: 70px;
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 7rem;
    margin-bottom: 4rem;
}

.free-trial-add p {
    position: relative;
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 2.6rem;
}

.free-trial-add p::before, .free-trial-add p::after {
    position: absolute;
    top: 0.8rem;
    height: 5rem;
    content: '';
}

.free-trial-add p::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-30deg);
}

.free-trial-add p::after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(30deg);
}

.step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.zoom-step {
    margin-top: 9rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.step-item, .step-item-zoom {
    border: solid 1px #222222;
    margin: 30px;
    background: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    padding: 0 15px;
}

.step-item {
    width: 14vw;
    height: 5vw;
    font-size: 1.4vw;
}

.step-item-zoom {
    width: 16vw;
    height: 6vw;
    font-size: 1.3vw;
}

.step-item::before, .step-item-zoom::before {
    position: absolute;
    top: -23px;
	left: 0;
	content: "";
    width: 85px;
	height: 16px;
} 

.step-item:nth-of-type(1)::before, .step-item-zoom:nth-of-type(1)::before {
	background: url(../images/STEP-1.png);
	background-size: cover;
}

.step-item:nth-of-type(2)::before, .step-item-zoom:nth-of-type(2)::before {
	background: url(../images/STEP-2.png);
	background-size: cover;
} 

.step-item:nth-of-type(3)::before, .step-item-zoom:nth-of-type(3)::before {
	background: url(../images/STEP-3.png);
	background-size: cover;
} 

.step-item:nth-of-type(4)::before, .step-item-zoom:nth-of-type(4)::before {
	background: url(../images/STEP-4.png);
	background-size: cover;
} 

.step-item:nth-of-type(5)::before {
	background: url(../images/STEP-5.png);
	background-size: cover;
} 

.step-item:nth-of-type(6)::before {
	background: url(../images/STEP-6.png);
	background-size: cover;
} 

.step-item:nth-of-type(7)::before {
	background: url(../images/STEP-7.png);
	background-size: cover;
} 

.step-item:nth-of-type(8)::before {
	background: url(../images/STEP-8.png);
	background-size: cover;
} 

.step-item:nth-of-type(9)::before {
	background: url(../images/STEP-9.png);
	background-size: cover;
} 



@media (min-width: 1200px) {
    .s-arrow-pc {
        position: relative;
    }

    .s-arrow-pc:after {
        content: "";
        background: url(../images/dot-arrow.webp);
        background-size: cover;
        position: absolute;
        top: 50%;
        right: -3.5vw;
        width: 3.8vw;
        height: 9px;
        z-index: -5;
    }
}

@media screen and (max-width:1199px) {
    .intro-title {
        padding: 50px 0 0 80px;
    }
    .intro-message {
        padding: 60px 30px 0 100px;
    }

    .step-item .step-item-zoom {
        font-size: 1.5vw;
        margin: 30px;
    }
    .step-item {
        width: 22vw;
        height: 5vw;
    }
    .step-item-zoom {
        width: 24vw;
        height: 7vw;
    }
    .step {
        margin: 0 auto;
    }
    .zoom-step {
        margin: 0 auto;
        max-width: 800px;

    }
    .s-arrow-tb {
        position: relative;
    }

    .s-arrow-tb:after {
        content: "";
        background: url(../images/dot-arrow.webp);
        background-size: cover;
        position: absolute;
        top: 50%;
        right: -5vw;
        width: 6.5vw;
        height: 10px;
        z-index: -5;
    }
}

@media (max-width: 768px) {
    .step-item, .step-item-zoom {
        font-size: 4vw;
        margin: 30px;
        width: 100%;
    }
    .step-item {
        height: 12vw;
        line-height: 1;
    }
    .step-item-zoom {
        height: 15vw;
        line-height: 1.2;
    }

    .zoom-step {
        padding-top: 40px;
    }
    .s-arrow-sp:after {
        content: "";
        background: url(../images/dot-arrow.webp);
        background-size: cover;
        position: absolute;
        bottom: -23px;
        width: 17vw;
        height: 10px;
        transform: rotate(90deg);
        z-index: -5;
    }
    .problem-content-solution-text {
        font-size: 4vw;
    }

}

.free-trial-btn {
    margin-top: 60px;
    text-align: center;
}

.free-trial-btn span {
    position: relative;
}

.free-trial-btn span:after {
	position: absolute;
	top: 10px;
	right: -26px;
	content: "";
	background: url(../images/btn-arrow.png);
	background-size: cover;
	width: 16px;
	height: 16px;
}

.free-trial-btn button {
    background: #EBF4F3;  
    padding: 30px 86px 30px 70px;
    font-size: 1.8vw;
    border-bottom: solid 4px #222222;
    transition: 0.6s;
}

.free-trial-btn button:hover {
    box-shadow: 3px 6px 3px #dcdddd;
    opacity: 0.7;
}

.zoom-message {
    color: #6b989a;
    font-size: 2rem;
    padding-top: 2rem;
}

/*まずは無料体験*/

/*無料体験セミナースケジュール*/
.free-seminar {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    background: white;
    padding: 10rem 0;
}

.free-seminar h3 {
font-size: 5rem;
margin-bottom: 5rem;
}

.free-seminar-container {
    display: flex;
    justify-content: space-evenly;
}

.free-seminar-item {
    background: #EBF4F3;
    width: 32%;
    font-size: 2.2rem;
    color: gray;
    line-height: 1.6;
    padding-bottom: 3rem;
}

.free-seminar-item h4 {
    background: #6b989a;
    color: white;
    font-size: 3rem;
    padding: 1rem;
    margin-bottom: 2rem;
}

.free-seminar-add {
    font-size: 2rem;
    padding-top: 3rem;
}

.seminar-schedule {
    color: #BE889B;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 1.5rem;
}

.vacant-seat {
    background: white;
    padding: 2rem 19%;
    color: #505050;
    margin: 2rem;
    text-align: left;
}

.vacant-seat p {
    color: #6B989A;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.vacant-seat li span {
    letter-spacing: 8px;
}
/*無料体験セミナースケジュール*/

/* sec04 */
.about {
    padding-top: 23.8rem;
    padding-bottom: 15.3rem;
    position: relative;
    background: white;
    /*z-index: -5;*/
}


.about .p-ttl {
    margin-bottom: 17.5rem;
}

.about::before {
    content: attr(data-title);
    position: absolute;
    font-size: 29.4rem;
    line-height: 36.8rem;
    font-weight: normal;
    color: rgba(222, 232, 230, 1);
    opacity: 0.38;
    font-family: 'Marcellus', serif;
    top: 0;
    left: 2.3rem;
}

.box {
    position: relative;
    background-color: #FFF;
    border: 1px solid #222;
}

.about .box-ttl {
    margin-bottom: 5rem;
}

.about .p-txt {
    font-size: 2rem;
    line-height: 4rem;
}

.about .box:first-child {
    max-width: 120rem;
    width: 79%;
    padding-left: 7.3rem;
    padding-top: 9rem;
    padding-bottom: 10.1rem;
    margin-bottom: 20.5rem;
    margin-left: 0;
    margin-right: auto;
}

.box-border--left {
    border-left: 8px solid #222;
}

.about .box:first-child .boxcont-txt {
    max-width: 50rem;
    width: 45%;
}

.about .boxcont-image {
    position: absolute;
}

.about .box:first-child .boxcont-image {
    right: -32rem;
    top: -5.4rem;
    max-width: 89.7rem;
    width: 76%;
}

.about .box:last-child {
    border-right: 8px solid #222;
    max-width: 116rem;
    width: 77%;
    margin: auto;
    padding-top: 9.5rem;
    padding-right: 9.4rem;
    padding-bottom: 10rem;
    margin-left: auto;
    margin-right: 0;
}

.about .box:last-child .boxcont-txt {
    max-width: 68.7rem;
    width: 65%;
    margin-right: 0;
    margin-left: auto;
}

.about .box:last-child .boxcont-image {
    left: -35.8rem;
    top: -6.1rem;
    max-width: 71rem;
    width: 62%;
}



.box-ttl {
    font-size: 3.2rem;
    line-height: 4.4rem;
    font-weight: bold;
}

.box-ttl--border {
    position: relative;
    padding-bottom: 2rem;
}

.box-ttl--border:after {
    content: "";
    position: absolute;
    width: 16rem;
    height: 6px;
    background-color: #be889b;
    bottom: 0;
    left: 0;
}

/* sec04 */
/* sec05 */
.reasons {
    position: relative;
    background-color: #FFFFFF;
    padding-top: 18.2rem;
}

.reasons::before {
    content: attr(data-title);
    position: absolute;
    font-size: 29.4rem;
    line-height: 36.8rem;
    font-weight: normal;
    color: rgba(222, 232, 230, 0.38);
    font-family: 'Marcellus', serif;
    top: -6rem;
    right: 14.7rem;
}

.reasons .p-ttl {
    margin-bottom: 11.9rem;
}

.reasons_list .list-item {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    z-index: 10;
}

.reasons_list .cont-flex {
    align-items: center;
    max-width: 152rem;
    width: 100%;
    margin: auto;
    padding-top: 16rem;
    padding-bottom: 11.2rem;
    position: relative;
}

.reasons_list .list-item:nth-child(2n) {
    background-color: #F8FDFC;

}

.reasons_list .list-item .cont-img--left,
.reasons_list .list-item .cont-img--right {
    max-width: 76.1rem;
    width: 100%;
}

.reasons_list .list-item .cont-img--left {
    margin-right: 9rem;
}

.reasons_list .list-item .cont-img--right {
    margin-left: 9rem;
}

.reasons_list .list-item .cont-img--left::after,
.reasons_list .list-item .cont-img--right::after {
    content: "";
    position: absolute;
    background: url(../images/reason.svg) no-repeat center/contain;
    width: 85.5rem;
    height: 78rem;
    top: 0;
    z-index: -1;
}

.reasons_list .list-item .cont-img--left::after {
    left: -20rem;
}

.reasons_list .list-item .cont-img--right::after {
    right: -20rem;
}

.reasons_list .list-item .cont-txt {
    width: 87%;
}

.reasons_list .list-item .cont-txt::before,
.reasons_list .list-item .cont-txt::after {
    position: absolute;
    content: counter(number02, decimal-leading-zero);
    counter-increment: number02 1;
    font-family: 'Marcellus', serif;
    font-size: 15.4rem;
    color: #FFF;
    text-shadow: 1px 0 0 #222222, 0 1px 0 #222222, -1px 0 0 #222222, 0 -1px 0 #222222;
}

.reasons_list .list-item .cont-txt::after {
    content: counter(number03, decimal-leading-zero);
    counter-increment: number03 1;
    color: #222222;
}

/* 右黒 */
.reasons_list .list-item .cont-txt--right::after {
    top: 4.3rem;
    right: -9px;
}

/* 右黒 */

.reasons_list .list-item .cont-txt--left::after {
    top: 4.2rem;
    left: -2rem;
}

/* 右白 */
.reasons_list .list-item .cont-txt--right::before {
    right: -1.5rem;
    top: 4.9rem;
}

/* 右白 */

.reasons_list .list-item .cont-txt--left::before {
    left: -1.4rem;
    top: 4.9rem;
}

.reasons_list .list-item .r-ttl {
    font-size: 3rem;
    line-height: 5rem;
    font-weight: bold;
    margin-bottom: 5.3rem;
}

.reasons_list .list-item .p-txt {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 500;
    text-align: justify;
}

/* sec05 */
/* sec06 */
.curriculum {
    position: relative;
    padding-top: 18.5rem;
    padding-bottom: 5rem;
}

.curriculum::before {
    content: attr(data-title);
    position: absolute;
    font-size: 29.4rem;
    line-height: 36.8rem;
    font-weight: normal;
    color: rgba(222, 232, 230, 0.38);
    font-family: 'Marcellus', serif;
    top: -5.3rem;
    left: 3.2rem;
    z-index: -1;
}

.curriculum .page_wrapper {
    max-width: 146rem;
    width: 100%;
    margin: auto;
}

.curriculum h3 {
    margin-bottom: 5.3rem;
}

.curriculum .p-txt {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 6.8rem;
}

.curriculum .cont-top.cont-flex {
    column-gap: 6.4rem;
    margin-bottom: 7rem;
}

.curriculum .box {
    position: relative;
}

.curriculum .box:before {
    position: absolute;
    width: 22rem;
    height: 5.4rem;
    background: #be889b;
    font-weight: 500;
    font-size: 2.9rem;
    text-align: center;
    color: #fff;
    top: 2.6rem;
    left: -2.5rem;
    transform: rotate(-22deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.curriculum .box:first-child:before {
    content: "Curriculum1";
}

.curriculum .box:last-child:before {
    content: "Curriculum2";
}

.curriculum .box .cont-bottom {
    padding-top: 4.7rem;
    padding-bottom: 8.1rem;
}

.curriculum .box-ttl {
    font-weight: bold;
    font-size: 3.2rem;
    color: #6b989a;
    text-align: center;
    margin-bottom: 2.4rem;
}

.curriculum .list {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.8rem;
    color: #222;
    width: fit-content;
    margin: auto
}

.curriculum .box:last-child .cont-bottom .list {
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
}

.curriculum .box:last-child .cont-bottom .box-ttl {
    display: block;
}

.curriculum .box:last-child .cont-left,
.curriculum .box:last-child .cont-right {
    position: relative;
    max-width: 48.1rem;
    width: 100%;
    text-align: center;
}

.curriculum .box:last-child .cont-left .box-ttl,
.curriculum .box:last-child .cont-right .box-ttl {
    font-size: 2.4rem;
    color: #222222;
    padding-bottom: 6.5px;
    display: inline-block;
    margin-bottom: 3.2rem;
}

.curriculum .box:last-child .cont-left::after {
    content: "";
    width: 3px;
    height: 14.8rem;
    background-color: rgba(107, 152, 154, 0.41);
    position: absolute;
    right: 0;
    top: 4.6rem;
    margin: auto;
}

.curriculum .box:last-child .cont-left .cont-flex {
    column-gap: 2.5rem;
    width: 85%;
    margin: auto;
}

.curriculum .box:last-child .cont-left .list {
    column-gap: 2.5rem;
    width: fit-content;
    margin: auto;
    font-size: 2rem;
}

.curriculum .box:last-child .cont-right .cont-flex {
    column-gap: 3.6rem;
    width: 72%;
    margin: auto;
}

.curriculum .cont-bottom.cont-flex {
    column-gap: 5.5rem;
    max-width: 104.9rem;
    width: 100%;
    margin: auto auto 10.5rem;
    padding-top: 19.9rem;
    padding-bottom: 22.3rem;
    position: relative;
}

.curriculum .cont-bottom.cont-flex::before {
    content: "";
    position: absolute;
    background: url(../images/arrow_down.svg) no-repeat center/contain;
    width: 15.5rem;
    height: 16rem;
    top: -4rem;
    right: 15.9rem;
}

.curriculum .cont-bottom.cont-flex::after {
    content: "";
    position: absolute;
    background: url(../images/congratulation.webp) no-repeat center/contain;
    width: 63.1rem;
    height: 27.7rem;
    bottom: 0.5rem;
    right: -17.3rem;
}

.curriculum .cont-bottom .cont-image {
    max-width: 54.2rem;
    width: 100%;
}

.curriculum .cont-bottom .cont-image::after {
    content: "";
    position: absolute;
    background: url(../images/reason.svg) no-repeat center/contain;
    top: 0;
    left: -46.1rem;
    width: 85.5rem;
    height: 80.5rem;
    z-index: -1;

}

.curriculum .cont-bottom .cont-txt {
    width: fit-content;
}

.curriculum .cont-bottom .cont-txt .box-ttl,
.curriculum .cont-bottom .cont-txt .p-txt {
    text-align: left;
}

.curriculum .cont-bottom .cont-txt span {
    font-size: 2.4rem;
    display: block;
    margin-bottom: 1.1rem;
    font-weight: 500;
}

.curriculum .cont-bottom .cont-txt .box-ttl {
    color: #222;
    font-size: 4rem;
    margin-bottom: 3.7rem;
}

.list--dot .list-item::before {
    content: "・";
}

.box-ttl--line {
    border-bottom: 1px solid #222;
}

/* sec06 */
/* 申込後の流れ */
.flow {
    position: relative;
    padding-bottom: 24.2rem;
}

.flow::after {
    content: "";
    background: url(../images/flow_bg.svg) no-repeat bottom/cover;
    width: 100%;
    height: 20.1rem;
    position: absolute;
    bottom: 0;
}

.flow .p-ttl {
    text-align: left;
    margin-bottom: 12.1rem;
}

.flow_list {
    display: flex;
}

.flow_list h4 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}

.flow_list .p-txt {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 300;
    text-align: center;
    white-space: pre;
}

.flow_list .list-item {
    position: relative;
}

.flow_list .list-item::before {
    position: absolute;
    font-family: 'Marcellus', serif;
    content: counter(number04);
    counter-increment: number04 1;
    font-size: 12rem;
    font-weight: 300;
    color: #DEE8E6;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.flow_list .list-item:first-child {
    width: 33.1rem;
    margin-top: 6.6rem;
}

.flow_list .list-item:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 13.6rem;
    background-color: #333;
    right: 1.6rem;
    top: 29.1rem;
    transform: rotate(-22.4deg);
}

.flow_list .list-item:first-child .cont-top {
    padding-top: 18rem;
    height: 32.3rem;
    padding-bottom: 8.5rem;
    margin-bottom: 2.4rem;
    background: url(../images/flow01.svg) no-repeat center/contain;
}

.flow_list .list-item:first-child::before {
    top: 3.3rem;
}

.flow_list .list-item:nth-child(2) {
    width: 32.5rem;
    margin-left: -10.1rem;
    margin-top: 50.8rem;
}

.flow_list .list-item:nth-child(2)::before {
    top: 3.2rem;
}

.flow_list .list-item:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20.1rem;
    background-color: #333;
    right: 9.1rem;
    top: -20.1rem;
    transform: rotate(32.8deg);
}

.flow_list .list-item:nth-child(2) .cont-top {
    padding-top: 17.9rem;
    padding-bottom: 9.3rem;
    height: 33rem;
    margin-bottom: 9px;
    background: url(../images/flow02.svg) no-repeat center/contain;
}

.flow_list .list-item:nth-child(3) {
    width: 33.8rem;
    margin-top: 3.3rem;
    margin-left: -3.8rem;
}

.flow_list .list-item:nth-child(3)::before {
    top: 5.6rem;
}

.flow_list .list-item:nth-child(3)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 11.5rem;
    background-color: #333;
    right: -4rem;
    top: 18.6rem;
    transform: rotate(-39.5deg);
}

.flow_list .list-item:nth-child(3) .cont-top {
    padding-top: 20.3rem;
    padding-bottom: 7.7rem;
    height: 33.8rem;
    margin-bottom: 9px;
    background: url(../images/flow03.svg) no-repeat center/contain;
}

.flow_list .list-item:nth-child(4) {
    width: 32.9rem;
    margin-top: 32rem;
    margin-left: 3.8rem;
}

.flow_list .list-item:nth-child(4)::before {
    top: 4.5rem;
}

.flow_list .list-item:nth-child(4)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10.7rem;
    background-color: #333;
    right: 6.9rem;
    top: -10.3rem;
    transform: rotate(44.4deg);
}

.flow_list .list-item:nth-child(4) .cont-top {
    padding-top: 19.2rem;
    padding-bottom: 7.2rem;
    height: 32.2rem;
    margin-bottom: 1.2rem;
    background: url(../images/flow04.svg) no-repeat center/contain;
}

.flow_list .list-item:nth-child(5) {
    width: 32.2rem;
    margin-left: -3.9rem;
}

.flow_list .list-item:nth-child(5)::before {
    top: 5.7rem;
}

.flow_list .list-item:nth-child(5) .cont-top {
    padding-top: 20.4rem;
    padding-bottom: 6.8rem;
    height: 33rem;
    margin-bottom: 1rem;
    background: url(../images/flow05.svg) no-repeat center/contain;
}

/* 申込後の流れ */
/* 受講者の声 */
.students {
    padding-top: 16.8rem;
    padding-bottom: 12.8rem;
    background-color: #FFF;
    z-index: -1;
    position: relative;
}

.students::before {
    content: attr(data-title);
    position: absolute;
    font-size: 29.4rem;
    line-height: 36.8rem;
    font-weight: 300;
    color: rgba(222, 232, 230, 0.38);
    font-family: 'Marcellus', serif;
    top: -5.2rem;
    right: 6.4rem;
    z-index: -1;
}

.students .p-ttl {
    margin-bottom: 12.9rem;
}

.students .cont-flex {
    position: relative;
    column-gap: 7.2rem;
    justify-content: center;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.students .cont-flex::after {
    content: "";
    position: absolute;
    background: url(../images/students.svg) no-repeat center/cover;
    height: 50.5rem;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.students .cont-flex .cont-left,
.students .cont-flex .cont-right {
    position: relative;
    max-width: 56.4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6.3rem;
    padding-bottom: 7rem;
    background-color: #FFF;
}

.students .cont-flex .cont-left::after,
.students .cont-flex .cont-right::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 56.4rem;
    height: 100%;
    background-color: #DEE8E6;
    transform: rotate(5deg);
    z-index: -1;
}

.cont-flex .prof dt {
    font-size: 1.6rem;
    font-weight: 500;
}

.students .cont-flex .prof dt {
    text-align: center;
    margin-bottom: 2.7rem;
}

.students .cont-flex .cont-left img,
.students .cont-flex .cont-right img {
    margin-bottom: 6rem;
}

.cont-flex .prof dd {
    font-size: 2.8rem;
    font-weight: bold;
}

.students .cont-flex .prof dd {
    text-align: center;
    margin-bottom: 2.6rem;
}

.cont-flex .prof dd::after {
    content: "さん";
    font-size: 2rem;
}

.students .cont-flex .cont-left .p-txt,
.students .cont-flex .cont-right .p-txt {
    position: relative;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 500;
    max-width: 43.5rem;
    margin: auto;
}

.cont-flex .prof {
    position: relative;
}

.students .cont-flex .prof:before {
    content: "“";
    position: absolute;
    left: -15.5rem;
    font-size: 29.4rem;
    line-height: 36.8rem;
    color: rgba(222, 232, 230, 0.69);
}

/* 受講者の声 */
/* 各所から推薦の声をいただいております */
.recommend {
    max-width: 192rem;
    margin: auto;
    width: 100%;
    padding-top: 16.6rem;
    padding-bottom: 20.1rem;
    position: relative;
}

.recommend::before {
    content: attr(data-title);
    position: absolute;
    font-size: 29.4rem;
    line-height: 36.8rem;
    font-weight: normal;
    color: rgba(222, 232, 230, 0.38);
    font-family: 'Marcellus', serif;
    top: -6rem;
    left: 4.6rem;
    z-index: -1;
}

.recommend .p-ttl {
    margin-bottom: 9.4rem;
}

.recommend .cont-flex {
    column-gap: 7.4rem;
    max-width: 104.1rem;
    margin: auto;
}

.recommend .cont-left {
    max-width: 23.6rem;
    width: 100%;
}

.recommend .prof dt {
    margin-bottom: 1.3rem;
}

.recommend .prof dd {
    margin-bottom: 2.5rem;
}

.recommend .prof dd small {
    font-size: 1.6rem;
    font-weight: 500;
    margin-right: 2.6rem;
}

.recommend .cont-flex .prof:before {
    content: "’’";
    position: absolute;
    top: -1.9rem;
    right: -4.5px;
    font-size: 29.4rem;
    line-height: 36.8rem;
    color: rgba(222, 232, 230, 0.69);
    z-index: -1;
}

.recommend .voice_box:nth-child(2) {
    margin-bottom: 11.2rem;
}

.recommend .voice_box .p-txt {
    font-size: 1.8rem;
    line-height: 4rem;
    font-weight: 500;
}

/* 各所から推薦の声をいただいております */
/* 発案者の声 */
.originator {
    position: relative;
    padding-top: 17.8rem;
    padding-bottom: 48.6rem;
    background-color: #FFF;
    z-index: 1;
}

.originator::before {
    content: attr(data-title);
    position: absolute;
    font-size: 29.4rem;
    line-height: 36.8rem;
    font-weight: normal;
    color: rgba(222, 232, 230, 0.38);
    font-family: 'Marcellus', serif;
    top: -5.8rem;
    right: 0;
    z-index: -1;
}

.originator::after {
    content: "";
    background: url(../images/flow_bg.svg) no-repeat bottom/cover;
    width: 100%;
    height: 20.1rem;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.originator .page_wrapper::before {
    content: "";
    background: url(../images/originator.webp) no-repeat bottom/contain;
    width: 100.9rem;
    height: 67.3rem;
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    right: 0;
    /*margin: auto;*/
}

.originator .p-ttl {
    margin-bottom: 5.8rem;
}

.originator .cont-flex {
    column-gap: 19.2rem;
}

.originator .cont-left,
.originator .cont-right {
    width: 64.4rem;
    height: 61.7rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: 20%;
}

.originator .cont-left {
    background: url(../images/originator_left.svg) no-repeat center/contain;
}

.originator .cont-right {
    background: url(../images/originator_right.svg) no-repeat center/contain;
}

.originator .name {
    font-size: 2.8rem;
    margin-bottom: 4.3rem;
    font-weight: bold;
}

.originator .p-txt {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 500;
    max-width: 40.6rem;
    margin-left: auto;
    margin-right: auto;
}


/* 発案者の声 */
/* よくある質問 */
.qa {
    padding-top: 16.3rem;
    position: relative;
}

.qa::before {
    content: attr(data-title);
    position: absolute;
    font-size: 29.4rem;
    line-height: 36.8rem;
    font-weight: normal;
    color: rgba(222, 232, 230, 0.38);
    font-family: 'Marcellus', serif;
    top: -6rem;
    left: 10.3rem;
    z-index: -1;
}

.qa .p-ttl {
    margin-bottom: 7.2rem;
}

.qa_inner {
    max-width: 94.3rem;
    margin: auto auto 16.6rem;
}

.qa_inner .qa-box dt {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    padding-left: 2.3rem;
    padding-right: 2.6rem;
    height: 8.6rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #222;
}

.qa-box dt::before,
.qa-box dt::after {
    position: absolute;
    content: '';
    width: 2rem;
    height: 4px;
    right: 2.6rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #333;

}

.qa-box dt::before {
    transform: rotate(0deg);

}

.qa-box dt::after {
    transform: rotate(90deg);
    transition: all .3s;

}

.qa-box dt.open::before,
.qa-box dt.open::after {}

.qa-box dt.open::after {
    transform: rotate(0deg);
}

.qa_inner .qa-box:first-child dt {
    border-top: 1px solid #222;
}

.qa_inner .qa-box span {
    font-family: 'Marcellus', serif;
    font-weight: 300;
    color: #BE889B;
    font-size: 3.2rem;
    margin-right: 2.1rem;
}

.qa_inner .qa-box dd {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 500;
    padding-left: 7rem;
    padding-bottom: 6.3rem;
    padding-top: 1.2rem;
    display: none;
    border-bottom: 1px solid #222;
}

/* よくある質問 */

/*最下部問い合わせボタン*/
.foot-contact {
    margin-bottom: 100px;
}
/*最下部問い合わせボタン*/

/* 導入店舗紹介 */
#store-list { 
    background: white;
    z-index: -5;
}

.store-list-container {
    max-width: 1100px;
    display: block;
    margin: 0 auto;
}

    .store-list-container h4 {
        font-size: 2.2rem;
        font-weight: bold;
        border: solid 1px gray;
        display: inline;
        padding: 0.7rem 3.5rem 0.9rem;
    }

    .store-list {
        display: flex;
        flex-wrap: wrap;
        margin: 4.5rem 0 7rem;
    }

    .store-list-content {
        font-size: 1.7rem;
        justify-content: space-between;
    }

    .store-list-content1 {
        width: 39%;
    }

    .store-list-content2 {
        width: 22%;
    }

    .store-list-content::after {
        content: "";
        display: block;
        width: 22%;
    }

    .store-list-content ul {
        line-height: 1.7;
        letter-spacing: 0.04em;
    }

    .store-list-content ul li {
        padding-bottom: 3rem;
    }

    .store-list-content ul li a {
        color: #6b989a;
        transition: 0.6s;
    }

    .store-list-content ul li a:hover {
        opacity: 0.7;
    }

    .store-list-content ul li span {
        color: gray;
    }   
/* 導入店舗紹介 */

/*フッターボタン*/
.footer__contact {
    display: none;
}


/* フッター */
footer .cont-top a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 3.2rem;
    margin-bottom: 5.2rem;
}

footer .cont-top a p {
    font-size: 1.9rem;
    font-family: 'Belleza', sans-serif;
}

.footer_nav {
    display: flex;
    width: fit-content;
    column-gap: 2.8rem;
    margin: auto auto 4rem;
}

.footer_nav .list-item {
    font-size: 1.4rem;
    font-weight: 300;
}

.copy {
    background-color: #6B989A;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
    line-height: 3.8rem;
    text-align: center;
}

/*zoom見出しhover*/
#experience h3, .free-trial-ttl h3 {
    transition: 0.7s;
}

.free-trial-ttl h3:hover, #experience h3:hover {
     opacity: 0.7;
}

/*w1024*/
@media (max-width: 1024px) {
    p.make-dreams01-2 {
        font-size: 7vw;
    }
    .intro-check {
        width: 600px;
        left: 150px;
        bottom: -60px;
    }
    .free-trial, .free-zoom {
        margin-bottom: 6rem;
    }
}

/* SP */
@media screen and (max-width: 787px) {
    .sp-hidden {
        display: none;
    }

    .pc-hidden {
        display: block;
    }

    .logo {
        font-size: 4.07vw;
        column-gap: 1.52vw;
        margin-left: 2.16vw;
    }

    .logo img {
        width: 8.26vw;
    }

    /* メニュー */
    /* CSS */
    /* ハンバーガーメニューのスタイル */
    .header_inner {
        position: relative;
    }

    .mobile-nav {
        right: 20px;
        width: 10vw;
        height: 10vw;
        position: absolute;
    }

    .hamburger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 3.68vw;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 99;
    }

    .bar {
        width: 100%;
        height: 0.25vw;
        background-color: #000;
        position: absolute;
        left: 0;
    }

    .bar:nth-child(1) {
        top: 0;
        transition: .6s;
    }

    .bar:nth-child(2) {
        top: 1.78vw;
        transition: .6s;
    }

    .bar:nth-child(3) {
        bottom: 0;
        transition: .6s;
    }

    .nav_inner {
        position: fixed;
        height: 100%;
        width: 100vw;
        left: 100%;
        margin: 0;
        top: 0;
        opacity: 0;
        padding-top: 15vw;
        background-color: #F8FDFC;
        transition: .5s;
        visibility: hidden;
    }

    .nav_inner .head_nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #222;
        margin: 0 0 10%;
    }

    #menu-btn-check:checked~.menu-content {
        left: 0;
        /*メニューを画面内へ*/
    }

    /* 閉じるボタンのスタイル */
    .hamburger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(0, 2.67vw);
        transition: .6s;
    }

    .hamburger-menu.active .bar:nth-child(2) {
        opacity: 0;
        visibility: hidden;
        transition: .6s;
    }

    .hamburger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(0, -2.29vw);
        transition: .6s;
    }

    .mobile-nav {
        display: block;
    }

    .nav_inner.active {
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
        width: 100vw;
        transition: .5s;

    }


    .nav_inner.active .cont-top {
        text-align: center;
    }

    .nav_inner.active .cont-top a {
        display: block;
        height: 100%;
    }

    .nav_inner.active .cont-top p {
        font-size: 2.29vw;
        margin-top: 1.27vw;
    }

    .head_nav .list-item {
        font-size: 3.81vw;
        line-height: 5.72vw;
        width: 100%;
        text-align: center;
    }

    .head_nav .list-item a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 2.54vw;
        padding-bottom: 2.54vw;
    }


    .mv {
        display: block;
        max-width: 79.8vw;
        margin: auto;
    }

    .mv .cont_middle {
        max-width: 100%;
    }

    .mv .cont_middle .mv-ttl {
        font-size: 1.9rem;
        font-size: 4.83vw;
        padding-bottom: 5.08vw;
    }

    .mv .cont_middle .mv-ttl::after {
        width: 286px;
        height: 16px;
        width: 72.7vw;
        height: 4.07vw;
    }

    .mv .cont_middle .mv-txt {
        font-size: 9.66vw;
        line-height: 11.1vw;
    }

    .mv .cont_middle .mv-txt span {
        font-size: 9.66vw;
        padding-top: 8.65vw;
    }

    .mv .cont_middle .mv-txt span::after {
        font-size: 9.66vw;
    }

    .mv .cont_middle .mv-txt strong {
        font-size: 18vw;
        line-height: 21.6vw;
    }

    .mv .cont_middle .mv-txt small {
        font-size: 5.59vw;
    }

    .mv .point_list .list-item {
        font-size: 4.83vw;
        line-height: 5.59vw;
        padding-top: 5.59vw;
        padding-bottom: 5.34vw;
        padding-left: 22.6vw;
    }

    .mv .point_list .list-item::before {
        left: 9px;
        width: 10.1vw;
        height: 10.1vw;
        font-size: 5.8vw;
    }

    .mv .cont_left {
        padding-top: 0;
        max-width: 50.8vw;
        padding-right: 49.8vw;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .mv .cont_left img {
        max-width: 50.8vw;
        height: 66.9vw;
    }

    .mv .cont_left::before {
        top: 0;
        right: -50.8vw;
        left: auto;
        font-size: 15.5vw;
    }

    .mv .cont_right {
        padding-bottom: 0;
        padding-left: 50vw;
        max-width: 50vw;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .mv .cont_right img {
        max-width: 50vw;
        height: 66.9vw;
    }

    .mv .cont_right::after {
        font-size: 15.5vw;
        left: -2vw;
        right: auto;
    }


/*ビューティーワールドジャパン出店決定*/
.open-store-inner {
    padding: 6rem 5%;
}

.open-store-inner h2 {
    font-size: 3rem;
    background:linear-gradient(transparent 80%, #EBF4F3 80%);
}

.open-store-inner p {
    font-size: 2.1rem;
    line-height: 1.4;
}

.open-store-pink {
    font-size: 2.8rem!important;
}

.open-store-note {
    font-size: 2rem!important;
}

.white-box {
    height: 6rem;
}

/*ビューティーワールドジャパン出店決定*/

    .page_wrapper {
        max-width: 79.8vw;
    }

    .what {
        padding-top: 25.4vw;
    }

    .what::before {
        font-size: 39.3vw;
        line-height: 49.4vw;
        top: 12.1vw;
        left: 7.87vw;
    }

    .what .cont-flex {
        display: block;
        margin-bottom: 4rem;
    }

    .what .cont-top h3 {
        font-size: 5.08vw;
    }

    .what .cont-top h3 strong {
        margin-right: 2.1rem;
        line-height: 9.16vw;
        margin-bottom: 2rem;
        padding: 0 1.4rem;
    }

    .bg--black {
        height: 9.14vw;
    }

    .what .cont-top .cont-left {
        margin-left: 0;
        margin-bottom: 5.08vw;
    }

    .what .cont-top .cont-right {
        width: 100%;
        max-width: 100%;
    }

    .what .cont-top .cont-right::after {
        width: 100%;
        height: 100%;
    }

    .line_form {
        display: block;
        padding: 6.35vw 3.81vw 6.35vw 3.81vw;
        max-width: 79.8vw;
        margin-left: auto;
        margin-right: auto;
    }

    .event-title {
        font-size: 2rem;
        text-align: left;
        padding-bottom: 1rem;
    }
    
	.br-pc {
        display: none;
    }

    .br-auto {
        display: inline-block;
    }

    .line_form .cont-left {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .cont-left p {
        font-size: 3.81vw;
        padding-top: 0.5rem;
        padding-bottom: 2rem;
    }

    .cont-left p span {
        font-size: 120%;
    }

    .line_form .cont-left h4 {
        text-align: left;
        margin-bottom: 0;
        font-size: 3.81vw;
        line-height: 5.33vw;
        padding-bottom: 0;
    }

    .line_form .cont-left h4::after {
        display: none;
    }

    .line_form .cont-middle {
        gap: 3.43vw 0;
        margin-right: 0;
        justify-content: space-between;
        margin-bottom: 5.08vw;
    }

    .line_form .cont-middle dl {
        column-gap: 2.03vw;
    }

    .line_form .cont-right {
        width: 88%;
        max-width: 100%;
        margin: auto;
    }

    .line_form .line_btn::before {
        width: 12.1vw;
        height: 12.1vw;
        left: 7.62vw;
    }

    .line_form .line_btn a {
        padding-left: 13.3vw;
    }

    .line_form .line_btn {
        font-size: 3.04vw;
        height: 14.4vw;
    }


    .line_form::after {
        width: 100%;
        height: 100%;
        background: url(../images/box_bg.svg) no-repeat center/cover;
        left: -2.41vw;
        bottom: -2.28vw;
    }

    .line_form .cont-middle dd {
        font-size: 5.08vw;
        line-height: 6.6vw;
        padding-left: 2rem;
    }

    .line_form .cont-middle dt {
        font-size: 3.04vw;
        height: 4.7vw;
        line-height: 4.7vw;
        padding: 0 1.27vw;
        width: 6rem;
    }

    .iframe-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        height: 70rem;
      }
      
      .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

      /*LINEバナー*/
    .line-banner {
        padding-bottom: 0 2rem 8rem;
    }

    .line-banner img {
        width: 90%;
    }

    /* 夢を叶えるために */

    .make-dreams {
        padding: 50px 0 70px;
        
    }

    p.make-dreams01 {
        font-size: 7vw;
        line-height: 1.4;
        padding-bottom: 10px;
    }

    p.make-dreams01-2 {
        font-size: 10vw;
    }

    p.make-dreams02 {
        font-size: 5vw;
        line-height: 1.6;
        padding-top: 60px;
    }

    p.make-dreams03 {
        font-size: 5vw;
        padding-top: 40px;
        line-height: 1.6;
    }

    /* 夢を叶えるために */


    /*はじめまして*/
    .intro {
        flex-wrap: wrap;
        padding: 5rem 5% 5rem;
    }

    .intro-img {
        width: 100%;
        order: 2;
    }

    .intro-img img{
        width: 100%;
    }

    .intro-text {
        width: 100%;
        order: 1;
    }

    .intro-title {
        font-size: 8vw;
        padding: 0;
    }

    .intro-message {
        font-size: 4vw;
        padding: 60px 0 40px;
        line-height: 1.7;
    }

    .intro-check {
        width: 80%;
        position: absolute;
        left: 15%;
        bottom: 20px;
    }

    .intro-check img {
        width: 100%;
    }

    .movie-container {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .movie {
        height: 300px;
    }

    /*はじめまして*/



    /* Problem */
    .problem {
        padding-top: 31.1vw;
        padding-bottom: 12vw;
    }

    .problem::before {
        font-size: 24.4vw;
        line-height: 36.8vw;
        top: -8.38vw;
        right: 6.22vw;
    }

    .problem .bubble p {
        font-size: 2.54vw;
        line-height: 9.79vw;
        width: 46.8vw;
    }

    .problem .bubble::before {
        width: 46.8vw;
        height: 12.4vw;
    }

    .problem .bubble--right {
        right: -8.36vw;
        top: -6.36vw;
    }

    .problem .bubble--left {
        left: -8.36vw;
        top: -6.36vw;
    }

    .p-ttl {
        font-size: 4.32vw;
        line-height: 6.99vw;
    }

    .p-ttl--line {
        padding-bottom: 4.45vw;
    }

    .p-ttl--line::after {
        width: 45.2vw;
        height: 1.9vw;
    }

    .problem .p-ttl {
        padding-top: 0;
        margin-bottom: 9.16vw;
    }

    .comment_list {
        gap: 0;
    }

    .comment_list .list-item {
        font-size: 2.54vw;
        line-height: 3.81vw;
        padding-top: 7.25vw;
        padding-bottom: 9.03vw;
        max-width: 43.7vw;
        height: 25.3vw;
    }

    .comment_list .list-item:nth-child(odd) {
        margin-left: 0;
        margin-right: auto;
    }

    .comment_list .list-item:nth-child(2n) {
        margin-left: auto;
        margin-right: 0;
    }

    .problem .page_wrapper::after {
        width: 18.8vw;
        height: 25.4vw;
        bottom: -25.4vw;
        right: 10%;
    }

    .problem-content {
        flex-wrap: wrap;
    }

    .problem-content-problem {
        width: 100%;
    }

    .problem-content-solution {
        width: 100%;
        padding: 25px;
    }

    .p-ttl-left, .p-ttl-right {
        margin-bottom: 50px;
    }

    .p-ttl-left img {
        width: 100%;
        padding-right: 0;
    }
    .p-ttl-right img {
        width: 100%;
        padding-left: 0;
    }
    .problem-content-solution {
        flex-wrap: wrap;
        padding: 40px 25px 30px;
    }
    
    .problem-content-solution-text {
        width: 100%;
    }

    .problem-content-solution-img {
        display: none;
    }
    
    .problem-content-solution-img img {
        width: 100%;
        padding-bottom: 0;
    }


    .problem-content-problem h4 {
        font-size: 4vw;
        width: 90%;
        height: 17vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .problem-content-solution-text h5 {
        font-size: 4vw;
    }
    .solution-right, .solution-left {
        top: -60px;
        left: 40px;
    }
    .solution-text-left {
        padding-left: 0;
    }

    .solution-text-right {
        padding-right: 0;
    }

    .solution-img img {
        width: 240px;
    }
    .problem-content:nth-child(odd), .problem-content:nth-child(even) {
        padding: 50px 4%;
    }


    .p-ttl-right h4, .p-ttl-left h4 {
        margin-left: 0;
        margin: 0 auto;
    }

    .free-trial-ttl h3 {
        font-size: 2rem;
    }

    .p-ttl2 {
        font-size: 4.32vw;
        margin-top: 4.5rem;
    }
    
    .free-trial-add {
        margin: 0 auto;
        width: 100%;
        height: 10px;
        padding: 0;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    
    .free-trial-add p {
        position: relative;
        padding: 1rem 0.5rem;
        text-align: center;
        font-size: 4.4vw;
    }
    
    .free-trial-add p::before, .free-trial-add p::after {
        position: absolute;
        top: 0.8rem;
        height: 3rem;
        content: '';
    }

    .free-trial::before, .free-zoom::before {
        font-size: 24.4vw;
        line-height: 36.8vw;
        left: 2.92vw;
        top: -6.36vw;
    }

    .free-trial-btn {
        margin-top: 30px;
    }
    
    .free-trial-btn span:after {
        top: 30%;
        right: -26px;
        width: 13px;
        height: 13px;
    }
    
    .free-trial-btn button {
        padding: 30px 56px 30px 40px;
        font-size: 3.6vw;
    }

    .zoom-message {
        font-size: 1.6rem;
        padding-top: 2rem;
    }
    

    .reverse1 {
        order:1;
    }
    .reverse2 {
        order:2;
    }


    /*料金プラン参考例*/
    .reference-plan {
        margin-top: 4rem;
    }

    .reference-plan h3{
        font-size: 6vw;
    }

    .reference-plan-overview {
        margin-top: 3rem;
        font-size: 2rem;
        flex-wrap: wrap;
    }

    .overview-item {
        width: 100%;
        margin: 2%;
    }

    .overview-item th {
        width: 40%;
    }

    .overview-item td {
        padding-left: 2rem;
        width: 60%;
    }

    .reference-plan h4{
        font-size: 5vw;
    }

    .reference-plan-list {
        font-size: 4vw;
        margin: 0 2rem 5rem;
        padding: 2rem;
    }

/*料金プラン参考例*/

/*無料体験セミナースケジュール*/
    .free-seminar {
        padding: 10rem 2rem;
    }

    .free-seminar h3 {
    font-size: 6vw;
    margin-bottom: 5rem;
    }

    .free-seminar-container {
        flex-wrap: wrap;
    }

    .free-seminar-item {
        width: 100%;
        font-size: 4vw;
        margin-bottom: 2rem;
    }

    .free-seminar-item h4 {
        font-size: 4.6vw;
    }

    .free-seminar-add {
        font-size: 3.3vw;
    }

    .seminar-schedule {
        font-size: 4.6vw;
    }
/*無料体験セミナースケジュール*/
 

    /* About */

    .about {
        padding-top: 25.4vw;
        padding-bottom: 6.4vw;
    }

    .about .p-ttl {
        margin-bottom: 16.5vw;

    }

    .about::before {
        font-size: 24.4vw;
        line-height: 36.8vw;
        left: 2.92vw;
        top: -6.36vw;
    }

    .box-border--left {
        border-left: none;
        border-top: 1.01vw solid #222;
    }

    .about .box-ttl {
        margin-bottom: 6.36vw;
    }

    .about .p-txt {
        font-size: 2.54vw;
        line-height: 5.08vw;
    }

    .about .box:first-child {
        width: 100%;
        padding-left: 9.28vw;
        padding-right: 9.28vw;
        padding-top: 6.36vw;
        padding-bottom: 19vw;
        margin-bottom: 50vw;
    }

    .about .box:first-child .boxcont-txt {
        max-width: 100%;
        width: 100%;
    }

    .about .box:first-child .boxcont-image {
        right: 0;
        top: 40vw;
        max-width: 114vw;
        width: 100%;
    }

    .about .box:last-child {
        border-right: none;
        border-top: 1.01vw solid #222;
        width: 100%;
        padding-left: 9.28vw;
        padding-right: 9.28vw;
        padding-top: 6.36vw;
        padding-bottom: 19vw;
        margin-left: auto;
        margin-right: 0;
    }

    .about .box:last-child .boxcont-txt {
        max-width: 100%;
        width: 100%;
    }

    .about .box:last-child .boxcont-image {
        left: 0;
        top: 36vw;
        max-width: 90.3vw;
        width: 100%;
    }

    .box-ttl {
        font-size: 4.07vw;
        line-height: 5.59vw;
    }

    .box-ttl--border {
        padding-bottom: 2.54vw;
    }

    .box-ttl--border:after {
        width: 20.3vw;
        height: 0.76vw;
    }
    .secret-plan-message {
        text-align: left;
    }

    .secret-plan h4:before {
        top: -4vw;
        font-size: 3vw;
    }

    .secret-plan-message {
        font-size: 4vw;
    }

    /* reason */
    .reasons {
        padding-top: 23.1vw;
    }

    .reasons::before {
        font-size: 24.4vw;
        line-height: 36.8vw;
        right: 13.3vw;
        top: -7.63vw;
    }

    .reasons .p-ttl {
        margin-bottom: 12.7vw;
    }

    .reasons_list .cont-flex {
        flex-direction: column-reverse;
        padding-top: 15.2vw;
        padding-bottom: 6.36vw;
    }

    .reasons_list .list-item:nth-child(2n) .cont-flex {
        flex-direction: column;
        padding-top: 19vw;
    }

    .reasons_list .list-item .cont-img--left,
    .reasons_list .list-item .cont-img--right {
        max-width: 80%;
        width: 100%;
    }

    .reasons_list .list-item .cont-img--left {
        margin-right: auto;
    }

    .reasons_list .list-item .cont-img--right {
        margin-left: auto;
    }

    .reasons_list .list-item .cont-img--left::after,
    .reasons_list .list-item .cont-img--right::after {
        width: 108vw;
        height: 66.1vw;
        top: auto;
        bottom: 0;
        right: -20%;
        left: auto;
    }

    .reasons_list .list-item .cont-txt::before,
    .reasons_list .list-item .cont-txt::after {
        font-size: 19.5vw;
    }

    /* 右黒 */
    .reasons_list .list-item:first-child .cont-txt--right::after {
        top: -7.12vw;
        right: 2.54vw;
    }

    .reasons_list .list-item:nth-child(3n) .cont-txt--right::after {
        top: 0;
        right: 2.54vw;
    }

    /* 右黒 */

    .reasons_list .list-item .cont-txt--left::after {
        top: 0;
        right: 2.54vw;
        left: auto;
    }

    /* 右白 */
    .reasons_list .list-item:first-child .cont-txt--right::before {
        top: -6.99vw;
        left: auto;
        right: 1.14vw;
    }

    .reasons_list .list-item .cont-txt--right::before {
        top: 0;
        right: 0;
    }

    .reasons_list .list-item .cont-txt--right::after {
        top: 0;
        right: 1.27vw;
    }

    .reasons_list .list-item:nth-child(3n) .cont-txt--right::before {
        top: 0;
        left: auto;
        right: 1.14vw;
    }

    /* 右白 */

    .reasons_list .list-item .cont-txt--left::before {
        top: 0;
        left: auto;
        right: 1.14vw;
    }

    .reasons_list .list-item .r-ttl {
        font-size: 3.81vw;
        line-height: 6.36vw;
        margin-bottom: 2.54vw;
    }

    .reasons_list .list-item .p-txt {
        font-size: 2.54vw;
        line-height: 5.08vw;
        margin-bottom: 8.9vw;
    }

    /* カリキュラム */
    .curriculum {
        padding-top: 23.5vw;
        padding-bottom: 13.3vw;
    }

    .curriculum::before {
        font-size: 18vw;
        line-height: 36.8vw;
        top: -7.63vw;
        left: 1.27vw;
    }

    .curriculum h3 {
        margin-bottom: 5.3rem;
    }

    .curriculum .p-txt {
        font-size: 2.54vw;
        line-height: 5.08vw;
        margin-bottom: 8.65vw;
    }

    .curriculum .cont-top.cont-flex {
        flex-direction: column;
        max-width: 79.8vw;
        margin-left: auto;
        margin-right: auto;
        row-gap: 6.4rem;
        margin-bottom: 7rem;
    }

    .curriculum .box:before {
        width: 27.9vw;
        height: 6.87vw;
        font-size: 3.68vw;
        top: 3.3vw;
        left: -3.18vw;
    }

    .curriculum .box .cont-top img {
        width: 100%;
        height: 43.8vw;
        object-fit: cover;
    }

    .curriculum .box .cont-bottom {
        padding-top: 5.97vw;
        padding-bottom: 10.3vw;
    }

    .curriculum .box .cont-bottom .cont-flex {
        flex-direction: column;
        align-items: center;
        width: 80%;
        margin: auto;
    }

    .curriculum .box-ttl {
        font-size: 4.07vw;
        margin-bottom: 3.05vw;
    }

    .curriculum .list {
        font-size: 3.05vw;
        line-height: 4.83vw;
    }

    .curriculum .box:last-child .cont-bottom .list {
        font-size: 2.54vw;
        flex-direction: column;
        text-align: left;
    }

    .curriculum .box:last-child .cont-left .box-ttl,
    .curriculum .box:last-child .cont-right .box-ttl {
        font-size: 3.05vw;
        padding-bottom: 0.76vw;
        margin-bottom: 4.07vw;
    }

    .curriculum .box:last-child .cont-left::after {
        width: 100%;
        height: 3px;
        background-color: rgba(107, 152, 154, 0.41);
        left: 0;
        top: auto;
        margin: auto;
        bottom: -20%;
    }

    .curriculum .box:last-child .cont-left,
    .curriculum .box:last-child .cont-right {
        margin-bottom: 10.1vw;
    }

    .curriculum .box:last-child .cont-right {
        margin-bottom: 0;
    }

    .curriculum .box:last-child .cont-left .cont-flex {
        column-gap: 2.5rem;
        width: 100%;
        flex-direction: row;
    }

    .curriculum .box:last-child .cont-left .list {
        column-gap: 0;
        font-size: 2.54vw;
        text-align: left;
    }

    .curriculum .box:last-child .cont-right .cont-flex {
        column-gap: 3.6rem;
        width: 100%;
        flex-direction: row;
    }

    .curriculum .cont-bottom.cont-flex {
        column-gap: 0;
        margin: auto auto 13.3vw;
        padding-top: 19vw;
        padding-bottom: 28.3vw;
        flex-direction: column;
        max-width: 79.8vw;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
    }

    .curriculum .cont-bottom.cont-flex::before {
        width: 19.7vw;
        height: 20.3vw;
        top: -5.08vw;
        right: 20.2vw;
    }

    .curriculum .cont-bottom.cont-flex::after {
        width: 80.2vw;
        height: 35.2vw;
        bottom: 0;
        right: -10%;
    }

    .curriculum .cont-bottom .cont-image {
        max-width: 68.9vw;
        margin-bottom: 8.9vw;
    }

    .curriculum .cont-bottom .cont-image::after {
        max-width: 75.6vw;
        height: 82.6vw;
        left: -13%;
    }

    .curriculum .cont-bottom .cont-txt span {
        font-size: 3.05vw;
        margin-bottom: 1.39vw;
    }

    .curriculum .cont-bottom .cont-txt .box-ttl {
        font-size: 5.08vw;
        margin-bottom: 4.7vw;
    }

    /* 申込後の流れ */
    .flow {
        padding-bottom: 13.3vw;
    }

    .flow::after {
        height: 25.5vw;
    }

    .flow .p-ttl {
        margin-bottom: 15.3vw;
    }

    .flow_list {
        flex-direction: column;
    }

    .flow_list h4 {
        font-size: 5.08vw;
    }

    .flow_list .p-txt {
        font-size: 2.54vw;
        line-height: 5.08vw;
    }

    .flow_list .list-item::before {
        font-size: 15.2vw;
    }

    .flow_list .list-item:first-child {
        width: 42.1vw;
        margin-top: 0;
    }

    .flow_list .list-item:first-child::after {
        width: 0.12vw;
        height: 17.4vw;
        right: -8.9vw;
        top: 30.5vw;
        transform: rotate(-39.4deg);
    }

    .flow_list .list-item:first-child .cont-top {
        padding-top: 22.9vw;
        height: 41vw;
        padding-bottom: 10.8vw;
        margin-bottom: 3.05vw;
    }

    .flow_list .list-item:first-child::before {
        top: 4.19vw;
    }

    .flow_list .list-item:nth-child(2) {
        width: 41.3vw;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0;
    }

    .flow_list .list-item:nth-child(2)::before {
        top: 4.07vw;
    }

    .flow_list .list-item:nth-child(2)::after {
        width: 0.12vw;
        height: 20.9vw;
        right: 101%;
        top: 76%;
    }

    .flow_list .list-item:nth-child(2) .cont-top {
        padding-top: 22.7vw;
        padding-bottom: 11.8vw;
        height: 41.9vw;
        margin-bottom: 1.14vw;
    }

    .flow_list .list-item:nth-child(3) {
        width: 43vw;
        margin-top: 4.19vw;
        margin-left: -4.83vw;
    }

    .flow_list .list-item:nth-child(3)::before {
        top: 7.12vw;
    }

    .flow_list .list-item:nth-child(3)::after {
        width: 0.12vw;
        height: 30.9vw;
        right: -27%;
        top: 48%;
    }

    .flow_list .list-item:nth-child(3) .cont-top {
        padding-top: 25.8vw;
        padding-bottom: 9.79vw;
        height: 43vw;
        margin-bottom: 1.14vw;
    }

    .flow_list .list-item:nth-child(4) {
        width: 41.8vw;
        margin-top: 0;
        margin-left: auto;
    }

    .flow_list .list-item:nth-child(4)::before {
        top: 5.72vw;
    }

    .flow_list .list-item:nth-child(4)::after {
        width: 0.12vw;
        height: 13.6vw;
        right: 100%;
        top: 81%;
    }

    .flow_list .list-item:nth-child(4) .cont-top {
        padding-top: 24.4vw;
        padding-bottom: 9.16vw;
        height: 40.9vw;
        margin-bottom: 1.52vw;
    }

    .flow_list .list-item:nth-child(5) {
        width: 40.9vw;
        margin-left: -4.96vw;
    }

    .flow_list .list-item:nth-child(5)::before {
        top: 7.25vw;
    }

    .flow_list .list-item:nth-child(5) .cont-top {
        padding-top: 25.9vw;
        padding-bottom: 8.65vw;
        height: 41.9vw;
        margin-bottom: 1.27vw;
    }

    /* 申込後の流れ */
    /* 受講者の声 */
    .students {
        padding-top: 21.3vw;
        padding-bottom: 16.2vw;
    }

    .students::before {
        font-size: 23.6vw;
        line-height: 45.6vw;
        top: -12.2vw;
        right: 8.14vw;
    }

    .students .p-ttl {
        margin-bottom: 10.1vw;
    }

    .students .cont-flex {
        flex-direction: column;
        column-gap: 0;
        margin: auto;
        width: 100%;
        position: relative;
    }

    .students .cont-flex::after {
        content: none;
    }

    .students .cont-flex .cont-left,
    .students .cont-flex .cont-right {
        max-width: 100%;
        width: 100%;
        padding-top: 8.01vw;
        padding-bottom: 8.9vw;
    }

    .students .cont-flex .cont-left {
        margin-bottom: 6.36vw;
    }

    .students .cont-flex .cont-left::after,
    .students .cont-flex .cont-right::after {
        top: 0.76vw;
        width: 100%;
    }

    .cont-flex .prof dt {
        font-size: 2.03vw;
    }

    .students .cont-flex .prof dt {
        margin-bottom: 3.43vw;
    }

    .students .cont-flex .cont-left img,
    .students .cont-flex .cont-right img {
        margin-bottom: 7.63vw;
    }

    .cont-flex .prof dd {
        font-size: 3.56vw;
    }

    .students .cont-flex .prof dd {
        margin-bottom: 3.3vw;
    }

    .cont-flex .prof dd::after {
        font-size: 2.54vw;
    }

    .students .cont-flex .cont-left .p-txt,
    .students .cont-flex .cont-right .p-txt {
        font-size: 2.54vw;
        line-height: 5.08vw;
        max-width: 55.3vw;
    }

    .students .cont-flex .prof:before {
        left: -19.7vw;
        font-size: 37.4vw;
        line-height: 46.8vw;
    }

    .students .cont-flex .cont-left img,
    .students .cont-flex .cont-right img {
        width: 30.5vw;
        height: 30.5vw;
    }

    /* 受講者の声 */
    /* 各所から推薦の声をいただいております */
    .recommend {
        padding-top: 21.1vw;
        padding-bottom: 25.5vw;
    }

    .recommend::before {
        font-size: 15.9vw;
        line-height: 30vw;
        top: -7.63vw;
        left: 5.85vw;
    }

    .recommend .p-ttl {
        margin-bottom: 11.9vw;
    }

    .recommend .cont-flex {
        column-gap: 9.41vw;
    }

    .recommend .prof dt {
        margin-bottom: 1.65vw;
    }

    .recommend .prof dd {
        margin-bottom: 3.18vw;
    }

    .recommend .prof dd small {
        font-size: 2.03vw;
        margin-right: 3.3vw;
    }

    .recommend .cont-flex .prof:before {
        top: -2.41vw;
        right: -12%;
        font-size: 26vw;
        line-height: 41.8vw;
    }

    .recommend .voice_box:nth-child(2) {
        margin-bottom: 14.2vw;
    }

    .recommend .voice_box .p-txt {
        font-size: 2.29vw;
        line-height: 5.08vw;
    }

    /* 各所から推薦の声をいただいております */
    /* 発案者の声 */
    .originator {
        padding-top: 22.6vw;
        padding-bottom: 61.8vw;
    }

    .originator::before {
        font-size: 18vw;
        line-height: 30.5vw;
        top: -7.37vw;
        right: 1%;
    }

    .originator::after {
        height: 25.5vw;
    }

    .originator .page_wrapper::before {
        width: 128.3vw;
        height: 85.6vw;
        background: url(../images/originator.webp) no-repeat right bottom/contain;
    }

    .originator .p-ttl {
        margin-bottom: 7.37vw;
    }

    .originator .cont-flex {
        flex-direction: column;
        column-gap: 0;
        row-gap: 6.36vw;
    }

    .originator .cont-left,
    .originator .cont-right {
        width: 81.9vw;
        height: 78.4vw;
        margin-left: 0;
    }

    .originator .name {
        font-size: 3.56vw;
        margin-bottom: 5.47vw;
    }

    .originator .p-txt {
        font-size: 2.54vw;
        line-height: 4.07vw;
        max-width: 51.6vw;
    }


    /* 発案者の声 */
    /* よくある質問 */
    .qa {
        padding-top: 20.7vw;
        padding-bottom: 0;
    }

    .qa::before {
        font-size: 19vw;
        line-height: 36.8vw;
        top: -7.63vw;
        left: 13.1vw;
    }

    .qa .p-ttl {
        margin-bottom: 9.16vw;
    }

    .qa_inner {
        margin: auto auto 21.1vw;
    }

    .qa_inner .qa-box dt {
        font-size: 2.54vw;
        padding-left: 2.92vw;
        padding-right: 3.3vw;
        height: 10.9vw;
    }

    .qa-box dt::before,
    .qa-box dt::after {
        width: 2.54vw;
        height: 0.5vw;
        right: 3.3vw;
    }

    .qa_inner .qa-box span {
        font-size: 4.07vw;
        margin-right: 2.67vw;
    }

    .qa_inner .qa-box dd {
        font-size: 2.03vw;
        line-height: 4.07vw;
        padding-left: 8.9vw;
        padding-bottom: 8.01vw;
        padding-top: 1.52vw;
    }

    /* よくある質問 */
    /* 導入店舗紹介 */
    .store-list-container {
        max-width: ;
        margin-top: 6rem;
    }

    .store-list-container h4 {
        font-size: 1.6rem;
    }

    .store-list {
        margin: 4.5rem 0;
    }

    .store-list-content {
        font-size: 1.7rem;
    }

    .store-list-content1, .store-list-content2 {
        width: 100%;
    }

    .store-list-content::after {
        width: 100%;
    }

    .store-list-content ul li {
        padding-bottom: 2rem;
    }

    /* 導入店舗紹介 */
    /* フッター */
    footer .cont-top a {
        row-gap: 4.07vw;
        margin-bottom: 6.61vw;
    }

    footer .cont-top a p {
        font-size: 2.41vw;
    }

    .footer_nav {
        row-gap: 3.56vw;
        margin: auto auto 5.08vw;
        flex-direction: column;
        text-align: center;
    }

    .footer_nav .list-item {ƒ
        font-size: 3.81vw;
        line-height: 5.72vw;
        padding: 10px;
    }

    .copy {
        font-size: 1.78vw;
        line-height: 4.83vw;
    }

    /*フッターボタン*/
    .footer__contact {
        display: block;
        position: fixed;
        bottom: 1px;
        z-index: 100;
    }

    .footer__contact-item {
        width: 100%;
    }

    .footer__contact-item img {
        width: 100%;
        height: auto;
        display: block;
    }


}