@charset "utf-8";
:root {
	--primary-color: #827C75;		/*テンプレートのメインまたはアクセントカラー*/
	--primary-inverse-color: #fff;	/*上のprimary-colorの対となる色*/
    --main_color:#ff6598;
	
	--space-large: 8vw;			/*主に余白の一括管理用。画面幅100%＝100vwです。*/
	--space-small: 2vw;			/*主に余白の一括管理用。画面幅100%＝100vwです。*/
}
.blurstyle {
    transition: .8s .3s;
}
.scroll-hint-icon {
    top: 100px;
    padding: 20px 0 10px;
}
.common_contents{
    max-width: 1280px;
    margin: auto;
}
.link{
    max-width: 480px;
    margin: 5rem auto;
    padding: 0 30px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.sub {
	font-size: 1rem;	/*文字サイズ90%*/
	letter-spacing: 0.1rem;	/*文字間隔を少しだけ広く*/
	opacity: 0.8;	/*透明度50%*/
}
.sp{display: none;}
.speed1{
    position: relative;
    z-index: 1;
}
#svg-box{margin-top: .5em;position: relative;}
#svg-box .photo{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
#svg-box .photo .sp_title{
    display: none;
}
#svg-box .txt_area{
    position: absolute;
    top: 3.906vw;
    left: 6.25vw;
    z-index: 1;
}
#svg-box .txt_area h2{
    font-size: clamp(26px, 3.281vw, 60px);
    font-weight: normal;
    line-height: 1.5;
    margin: 1.093vw 0 0;
}
#svg-box .txt_area h3{
    font-size: clamp(14px, 1.406vw, 30px);
    font-size: 1.406vw;
    font-weight: normal;
    margin: 1.5em 0;
}
#svg-box .txt_area .contact_area {
  justify-content: flex-start;
}
#svg-box .txt_area a.contact_box,
#svg-box .txt_area a.line_box {
    margin:0 1.5em 0 0;
    font-size: clamp(12px, 1.171vw, 26px);
}
#svg-box .txt_area p{
    font-size: clamp(12px, 1.093vw, 20px);
}

.slide-type1 .title{
    position: absolute;
    top: 12%;
    left: 6%;
    z-index: 1;
    width: 40%;
    min-width: 450px;
    transform: rotate(-10deg);
    filter: drop-shadow(0 0 3px rgba(255,255,255,1)) drop-shadow(0 0 3px rgba(255,255,255,1));
}
.small-screen #menubar nav ul li.magic{
    border: none;
    border-radius: 0;
}
.small-screen #menubar nav ul li.magic a{
    display: flex;
    align-items: center;
    padding: 1rem 1.3rem;
    background-color: #5c3d0c;
}
.small-screen #menubar nav ul li.magic .banner-text{
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: .05em;
}
.small-screen #menubar nav ul li.magic .banner-text small{
    display: block;
    font-size: 55%;
    letter-spacing: 0;
}
.small-screen #menubar nav ul li.magic .banner-arrow {
    margin-left: 4px;
    transition: transform 0.3s ease;
}
.small-screen #menubar nav ul li.magic a:hover .banner-arrow {
  transform: translateX(4px);
}
.small-screen #menubar nav h4{margin-bottom: 5px;}
.small-screen #menubar nav ul.icons li{
    border: none;
    margin: 0 7px;
}
.small-screen #menubar nav ul.icons li a{
    width: 30px;
    padding: 0;
}
@media screen and (min-width: 1600px) {
    html, body {
        font-size: .8vw;
    }
}
@media screen and (max-width:640px) {
    .sp_new{display: none;}
    #svg-box .photo .sp_title{
        display: block;
        font-size: clamp(22px, 5.866vw, 36px);
        line-height: 1.7;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        margin: 0;
    }
    #svg-box .txt_area h2{
        display: none;
    }
    #svg-box .txt_area h3{
        font-size: 14px;
        margin: .7em 0;
    }
    #svg-box .txt_area{
        position: static;
        padding: 0 4%;
    }
    #svg-box .txt_area .contact_area {
        justify-content: center;
    }
    #svg-box .txt_area a.contact_box,
    #svg-box .txt_area a.line_box {
        text-align: center;
        font-size: 14px;
        margin: 1rem 1em .5rem;
        padding: 1em 1.5em;
    }
    #svg-box .txt_area p{
        text-align: center;
    }
}
@media screen and (max-width:599px) {
    .link{padding: 0 15px;}
    .sp{display: block;}
    .box1 .text {
        margin-bottom: 3rem;
    }
    .speed1{
        width: 100%!important;
        position: static;
        transform: translateY(0)!important;
    }
    .speed2{display: none;}
    .slide-type1 .title{
        top: 8%;
        left: 5%;
        width: 60%;
        min-width: 60%;
        transform: rotate(-5deg);
        filter: drop-shadow(0 0 3px rgba(255,255,255,1)) drop-shadow(0 0 2px rgba(255,255,255,1)) drop-shadow(0 0 2px rgba(255,255,255,1));
    }
    main h2 {
        font-size: 2rem;
    }
    main h2 .main-text{
        line-height: 1.5;
        padding-top: 10px;
    }
}

/* *************3つのステップ************* */
.title-bg h2.no_margin{
    padding-bottom: 0;
    margin-bottom: 1em;
}
.list1{
    width: 100%;
    overflow: hidden;
    padding: 4vw var(--space-large);
}
.list1 .text{
    width: 65%;
    padding-right: 3em;
    float: left;
}
.list1 .text.reverse{
    float: right;
    padding-right: 0;
    padding-left: 3em;
}
.list1 .text h3{
    text-align: center;
}
.list1 h3 span:not(.large) {
    color: var(--main_color);
    font-size: .55em;
    opacity: 0.8;
    position: static;
    display: block;
}
.list1 .photo{
    width: 35%;
    float: right;
}
.list1 .photo.reverse{
    float: left;
}

.box_price{
    display: block;
    width: 80%;
    padding: 1.5em 3.9vw;
    background: #fff;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    text-align: center;
    margin: auto;
}
@media screen and (max-width:500px) {
    .title-bg h2.no_margin{
        margin-top: 1em;
    }
    .list1 .text{
        width: 100%;
        padding-right: 0;
        float: none;
    }
    .list1 .text.reverse{
        float: none;
        padding-left: 0;
    }
    .list1 .photo{
        width: 100%;
        float: none;
    }
    .list1 .photo.reverse{
        float: none;
    }
    .box_price{
        width: 100%;
    }
}

/* *************料金システム************* */
h3.tl_box{
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
}
.box_list .dl_list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #d3d2d8;
    font-size: 130%;
}
.box_price .txt_note{
    text-align:right;
    opacity: .7;
}

/* *************ご利用者様のお声************* */
#user{
    background-color: #5E5C5A;
    color: #fff;
}
.list-yoko-scroll .list::before{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.list-yoko-scroll .list::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.list-yoko-scroll {
    padding-right: 3vw;
}
.list-yoko-scroll h4 {
    line-height: 1.5;
    font-size: 1.3rem;
}
.list-yoko-scroll .list {
    width: 95%;
    padding: 1.3rem;
}
@media screen and (min-width: 600px) {
    .list-yoko-scroll {
        padding-right: 2vw;
    }
    .list-yoko-scroll .list {
        width: 30%;
        padding: 1.6rem;
    }
}


/* *************養成講座************* */
#kouza .flex{
    max-width: 850px;
    margin: auto;
}
#kouza .txt{
    width: 75%;
    padding-right: 3%;
}
#kouza .photo{
    width: 25%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
#kouza .photo::before{
    content: "";
    display: block;
    padding-top: 100%;
}
#kouza .photo img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#kouza .naiyou{
    max-width: 850px;
    padding: 50px 4vw;
    margin: auto;
    text-align: center;
}
#kouza .naiyou .kouza_box{
    width: 100%;
    max-width: 650px;
    margin: 2em auto 0;
    background-color: #fff;
    padding: .5em 2em 1em;
}
#kouza .naiyou .kouza_box.mrg_b{
    margin-bottom: 2em;
}
#kouza .naiyou .kouza_box .title{
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    color: var(--main_color);
}
#kouza .naiyou .kouza_box .line{
    border-top: 1px dashed #ccc;
    padding-top: .5em;
}
#kouza .list_flow,
.flow .list_flow{
  width: 100%;
  max-width: 600px;
  margin: 25px auto 0;
}
#kouza .list_flow .item_flow,
.flow .list_flow .item_flow{
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    background-color: #fff;
    position: relative;
    list-style: none;
    text-align: left;
}
#kouza .list_flow .item_flow:first-child,
.flow .list_flow .item_flow:first-child{
  margin-top: 0;
}
#kouza .list_flow .item_flow::after,
.flow .list_flow .item_flow::after{
    content: "";
    width: 2px;
    height: 40px;
    background-color: #fff;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
}
#kouza .list_flow .item_flow.last::after,
.flow .list_flow .item_flow.last::after{
    height: 0;
}
#kouza .list_flow .item_flow .tl_item,
.flow .list_flow .item_flow .tl_item{
    margin: 0;
}
#kouza .list_flow .item_flow .tl_item .txt_step,
.flow .list_flow .item_flow .tl_item .txt_step{
    display: inline-block;
    margin-right: 10px;
    padding: 0 1em;
    background-color: var(--main_color);
    color: #fff;
}
#kouza .list_flow .item_flow .txt_item,
.flow .list_flow .item_flow .txt_item {
    padding: .5em 1em;
    margin: 0;
    font-size: 1.15rem;
}
#kouza .list_flow .note{
    margin-bottom: 0;
    margin-top: 30px;
    text-align: left;
}
#kouza .bl_feature{
    text-align: center;
    margin-top: 4vw;
}
#kouza ul.list_feature{
    padding-top: 20px;
}
#kouza ul.list_feature li.item_feature {
    width: calc((100% - 30px) / 2);
    list-style: none;
    position: relative;
    padding: 2rem;
    margin: 0 30px 30px 0;
    text-align: left;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
#kouza ul.list_feature li.item_feature:nth-child(2n) {
    margin-right: 0;
}
#kouza ul.list_feature li.item_feature::before,
#kouza ul.list_feature li.item_feature::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 10px;
    border: 0.5px solid var(--primary-color);
}
#kouza ul.list_feature li.item_feature::before {
    left: 10px;
    top: 10px;
    border-right: none;
    border-bottom: none;
}
#kouza ul.list_feature li.item_feature::after {
    right: 10px;
    bottom: 10px;
    border-top: none;
    border-left: none;
}
#kouza ul.list_feature li.item_feature h4{
    color: var(--main_color);
    text-align: center;
    font-size: 110%;
    margin: 0 0 1em;
}
@media screen and (max-width:500px) {
    #kouza .txt{
        width: 100%;
        padding-right: 0;
    }
    #kouza .photo{
        width: 70%;
        margin: 1rem auto 0;
    }
    #kouza ul.list_feature li.item_feature {
        width: 100%;
        margin-right: 0;
    }
    #kouza .naiyou .kouza_box{
        padding: 1em 1em .5em;
    }
    #kouza .naiyou .kouza_box .title{
        margin: .5em auto;
    }
}

/* *************受講生の声************* */
#koe{
padding-bottom:4vw;
}
#koe .text dl dd p{
width: 60%;
margin:0;
padding-left:1.5em;
font-size:1rem;
}
#koe .text dl dd p span{
display:block;
margin-top:3em;
}
#koe .text dl dd .photo{
position: relative;
  width: 40%;
  margin-bottom:.5em;
}
#koe .text dl dd .photo::before{
  content: "";
  display: block;
  padding-top: 65%;
}
#koe .text dl dd img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.flow{
width: 100%;
background: #5E5C5A;
padding-top:0;
text-align:center;
}
.flow h3{
border-top: 1px solid rgba(255,255,255,0.2);
color:#fff;
padding-top:4rem;
}

/* *************フッター************* */
footer .image {
    width: 100%;
    max-width: 200px;
    text-align: center;
}
footer .image img{
    max-width: 150px;
    height: auto;
}
footer .image p{
    opacity: 1;
}
footer .image p small{
    font-size: 11px;
}
footer ul li img{
    width: 30px;
}
@media screen and (max-width:500px) {
    footer{
        text-align: center;
    }
    .icons{justify-content: center;}
    footer .image {margin: 3rem auto 0;}
    footer ul li{margin: 0 10px;}
}


/* *************最終追加************* */
#about{
    margin-bottom: 4vw;
}
.last_content,.choice{
    background-color: #F5F4EC;
}
.last_content h2 span,.counseling h2 span,
.choice h2 span,.counselor h2 span{
    text-align: center;
    margin: auto;
}
.last_content h3{
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    padding: 0;
    margin: 0 auto 1.5em;
    text-align: center;
}
.last_content h3 span{
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: .2em 1em;
}
.last_content .scene{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.last_content .scene .item{
    width: 49%;
    margin-bottom: 2%;
}
.last_content .scene .item p{
    text-align: center;
    margin: .4em 0 0;
    line-height: 1.6;
    font-size: 16px;
}
.last_content .txt_area{
    text-align: center;
    margin-top: 3em;
}
.last_content .txt_area .txt_parts{
    display: inline-block;
    text-align: left;
    margin:0 0 1em;
    background-color: #fcfcf9;
    padding: 2em 4em;
    line-height: 2.5;
}
.last_content .txt_area .txt_parts .mrg{
    margin-bottom: 2em;
}
.addition_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto;
}
.choice .addition_cont{
    flex-direction: row-reverse;
}
.addition_cont .photo{
    width: 41%;
    overflow: hidden;
}
.addition_cont .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.addition_cont .txt{
    width: 55%;
}
.addition_cont .txt p{
    margin: 0;
}
.addition_cont ul.now {
    list-style-type: none;
    margin: 15px 0;
}
.addition_cont ul.now li {
    position: relative;
    line-height: 2;
    margin-left: 25px;
    font-weight: 700;
}
.addition_cont ul.now li::after {
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: -20px;
    width: 10px;
    height: 5px;
    border-left: 3px solid var(--main_color);
    border-bottom: 3px solid var(--main_color);
    transform: rotate(-45deg);
}
.addition_cont .txt_sub{
    display: inline-block;
    margin-top: 2em;
    border: 1px solid var(--primary-color);
    padding: .7em 1.2em;
}
.addition_cont .txt_sub ul li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding-left: 1.5em;
    font-size: 105%;
    font-weight: 700;
}
.addition_cont .txt_sub ul li::before,
.addition_cont .txt_sub ul li::after {
    position: absolute;
    content: '';
}
.addition_cont .txt_sub ul li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: var(--primary-color);
}
.addition_cont .txt_sub ul li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.choice .txt h3{
    background-color: #fff;
    margin: 1.5em 0 0.5em;
    padding: .3em .7em;
    line-height: 1.5;
}
.choice .txt h3:nth-child(1){
    margin-top: 0;
}
.choice .txt h3 span{
    font-size: 70%;
    font-weight: 700;
    margin-right: .5em;
    padding: 0 .5em;
    border-left: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
}
.counselor .txt span{
    font-size: 105%;
    font-weight: 700;
}
.counselor .txt .prof{
    font-size: 1.2rem;
    line-height: 1.5;
    background-color: #F5F4EC;
    display: inline-block;
    padding: .5em 1em ;
    margin: 1em 0 0;
}
.counselor .txt .prof span{
    font-size: 80%;
}
.counselor .txt .prof a{
    font-size: 80%;
}
.cta{
    background-color: #f0f0f0;
    margin: 0 auto var(--space-large);
    padding: var(--space-large) 50px;
    border-radius: 15px;
}
.cta .photo{
    position: relative;
    max-width: 1000px;
    margin: auto;
}
.cta .photo:before{
    content: "";
    display: block;
    padding-top: 25%;
}
.cta .photo img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.cta .flex{
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto 0;
}
.cta .flex p{
    margin: 0;
}
.cta .flex .left{
    width: 56%;
    padding-right: 4%;
}
.cta .flex .left h2{
    font-size: 1.4rem;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--primary-color);
}
.cta .flex .right{
    width: 44%;
    text-align: center;
}
.cta .flex .right p{
    font-size: 13px;
}
.cta .flex .right p:nth-child(1){
    border: 1px solid #ccc;
    text-align: left;
    padding: .5em 1em;
}
.contact_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
a.contact_box,a.line_box{
    background-color: #C8A6A0;
    display: block;
    margin: 1rem 1em .5rem;
    padding: 1em 1.5em;
    text-decoration: none;
    color: #fff;
}
a.line_box{
    background-color: #9FB7A6;
}
@media screen and (max-width:599px) {
    .last_content h3{
        font-size: 1.2rem;
    }
    .last_content h3 span {
        padding: .2em .5em;
    }
    .last_content .scene .item p {
        font-size: 14px;
    }
    .last_content .txt_area .txt_parts {
        padding: 1em 2em;
    }
    .addition_cont .photo,
    .addition_cont .txt{
        width: 100%;
    }
    .addition_cont .photo{
        margin-bottom: 2rem;
    }
    .counselor .txt .prof .sp{
        line-height: 0;
    }
    .cta{
        padding: var(--space-large) ;
    }
    .cta .flex .left{
        width: 100%;
        padding-right: 0;
    }
    .cta .flex .right{
        width: 100%;
        margin-top: 1em;
    }
}
@media screen and (max-width:500px) {
    .last_content .scene .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .last_content .txt_area {
        margin-top: 1em;
    }
    .last_content .txt_area .txt_parts {
        padding: 0 1.2em;
    }
    .choice .txt h3 span{
        display: inline-block;
    }
    .counselor .txt .prof{
        font-size: 1.4rem;
        line-height: 1.5;
        display: block;
    }
    .counselor .txt .prof span{
        font-size: 70%;
    }
    .counselor .txt .prof a{
        display: block;
    }
    .cta .flex .right .contact_area {
        margin-top: 1em;
    }
    a.contact_box,a.line_box{
        width: 70%;
        max-width: 250px;
        padding: 1em;
    }
}