@charset "UTF-8";
/* CSS Document */
/* Eric Meyer’s “Reset CSS” 2.0
----------------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {
	margin:0;
	padding:0;
    min-width: 0;
    min-height: 0;
}
body {
    font-family: fot-tsukuardgothic-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 	line-height: 1.5;
	margin:0 auto;
	width: 100%;
    overflow-x: hidden;
}
html {
	font-size: 62.5%;
}
/*SP版表示*/
@media screen and (max-width: 768px) {
	.sp{display: block;}
	.pc{display: none;}
}
/*PC版表示*/
@media screen and (min-width: 769px) {
	.sp{display: none;}
	.pc{display: block;}
}
img {
	border:0;
}
a{
    text-decoration: underline;
    color: #f09090;
    overflow-wrap: break-word;
}
a:hover{
    color: #f15160;
	opacity: 0.8;
}
/*PC版フォントサイズやマージンなど*/
p{
	font-size: 1.5rem;
    font-weight: normal;
    color: #131313;
	margin: 1.562vw 0;
	line-height: 1.5;
	text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	
}
section{
	padding: 2.392vw 0;
    
}
h1{letter-spacing: 2.5px;
    font-size: 5.0rem;
    font-weight: 700;
    font-style: normal;
    color: white;
}
h2{
    font-size: 3.6rem;
    font-weight: 700;
    font-style: normal;
    color: #131313;
    text-align: center;
}
h3{font-size: 2.4rem;
    color: #131313;
    font-weight: bold;
}
/*SP版フォントサイズやマージンなど*/
@media screen and (max-width: 768px) {
p{
	font-size: 1.5rem;
    color: #131313;
	line-height: 1.7;
}
section{
	padding: 8vw 0;
    
}
h1{letter-spacing: 2.5;
    font-size: 5.0rem;
}
h2{
    font-size: 2.4rem;
}
h3{font-size: 2.0rem;
}
}
/*画面幅*/
/*PC*/
.item{
	max-width: 73.206vw;
	margin: 0 auto;
}

/*SP*/
@media screen and (max-width: 768px) {
.item{
	max-width: 90%;
	margin: 0 auto;
	}
img{
	width: 100%;
		}
}
/*MV*/
.header{
    height: 6.223vw;
    background: #ffffff;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12)); 
    filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12));
}
.header img{
    margin: 1.464vw 2.343vw;
    max-width:13.616vw;
    height: auto;
}
.mv{
    background: no-repeat url("../images/mv_bg_pc.jpg");
    background-position: center top;
    background-size: 100%;
    background-size: cover;
}
.mv h1 img{
    width: 100%;
    max-width: 79.356vw;
    height: auto;
}
   /* SP */
@media only screen and (max-width: 768px) {
    .header{
    height: 16.667vw;
    background: #ffffff;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12)); 
    filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12));
}
.header img{
    margin: 3.464vw 2.343vw;
    max-width:42.6vw;
    height: auto;
}
    .mv{
    width: 100%;
    height: 0;
 
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 131.2%;
 
    background: url("../images/mv_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
    .mv .mv_img_wrap{
    margin-left: 0; 
    position:relative;
    margin: -135.2% auto 0;
    text-align: center;
}
    
.mv h1 img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
    }
/*お悩み*/
.onayami{
    background-color: #fcddd2;
    padding-bottom: 4.392vw;
}
.onayami h2 span{
    position: relative;
      padding: 1.5rem;

}



.onayami ul{
    display: flex;
    display:-ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 80.527vw;
    justify-content: center;
    -ms-flex-pack: center;
    margin-left:-2.928vw;
}
.onayami ul li{
    margin: 1.83vw 1.83vw -0.5vw 0;
}
.onayami ul li:nth-child(3){
    margin-right: 4.832vw;
}
.onayami ul li:nth-child(4){
    margin-left: 4.832vw;
}
.onayami ul li:nth-child(6){
    margin-right: 0;
}
.onayami ul li img{
    max-width:  24.012vw;
    height: auto;
}
.onayami .laptop_img_wrap img{
    width: 81.076vw;
    height: auto;
    margin-top: 5em;
}
.onayami_bg_wrap img{
    width: 100%;
    height: auto;
}
 /* SP */
@media only screen and (max-width: 768px) {
.onayami h2 span{
    position: relative;
      padding: 0.5rem;

}
.onayami .item{
     max-width: 100%;   
    margin-top: 0;
    }

.onayami ul{
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    -ms-flex-pack: center;
    margin-left:0;
    margin-top: 1em;
}
.onayami ul li{
    margin:0 auto 1em 2em;
}
.onayami ul li:nth-child(3){
    margin-right: 0;
}
.onayami ul li:nth-child(4){
    margin-left: 2em;
}
.onayami ul li:nth-child(6){
    margin-right: 0;
}
.onayami ul li img{
    max-width:  90%;
    height: auto;
}
.onayami .laptop_img_wrap{
    marrgin: 0 auto;
    text-align: center;
    }
.onayami .laptop_img_wrap img{
    width: 90%;
    height: auto;
    margin-top: 2em;
}
.onayami_bg_wrap img{
    width: 100%;
    height: auto;
}
}
/*講師紹介*/
.profile{
    margin: 2.928vw auto;
}
.profile .item{
    border: 4px solid #f47782;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12)); 
    filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12));
}
.profile h2{
    background-color: #f47782;
    border-radius: 15px;
    width: 26.72vw;
    padding: 0.3em 0;
    margin: -1em 0 0 -1em;
      font-size: calc(2.5rem + ((1vw - 7.69px) * 2.0101));
}
.profile ul{
    display: flex;
    display:-ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    margin: auto 3.294vw 1.294vw;
}
.profile ul li:first-child{
    width: 44%;
    text-align: center;
}
.profile ul li:last-child{
    width: 56%;
}
.profile ul li img{
    max-width: 16.264vw;
    width: 100%;
    height: auto;
}
.profile ul li h3{
    border-bottom: 1px solid #f5c0b4;
}
 /* SP */
@media only screen and (max-width: 768px) {
    .profile{
    margin: 2.928vw auto;
}
.profile .item{
    border: 4px solid #f47782;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12)); 
    filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12));
}
.profile h2{
    background-color: #f47782;
    border-radius: 15px;
    width: 90%;
    padding: 0.3em 0;
    margin: -1em auto 1em;
      font-size: 2.4rem;
}
.profile ul{
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0 auto;
    padding-bottom: 3em;
}
.profile ul li:first-child{
    width: 90%;
    text-align: center;
}
.profile ul li:last-child{
    width: 90%;
}
.profile ul li img{
    max-width: 49.733vw;
    width: 100%;
    height: auto;
}
.profile ul li h3{
    margin-top: 1em;
}
}
/*schedule*/
.schedule{
    background-color: #fcf0ec;
}
.schedule h2 span{
    position: relative;
      padding: 1.5rem;
}

.schedule .white_wrap{
    background-color: white;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12)); 
    filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12));
    margin: 2em auto;
    width:25.878vw;
}
.schedule .white_wrap p{
    font-size: 2.4rem;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: 600;
}
.schedule .white_wrap p span{
     font-size: 3rem;   
}
.schedule p{
    text-align: center;
}
/* SP */
@media only screen and (max-width: 768px) {
.schedule{
    background-color: #fcf0ec;
}
.schedule h2 span{
    position: relative;
      padding: 1.5rem;
}
.schedule .white_wrap{
    background-color: white;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12)); 
    filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12));
    margin: 2em auto;
    width:70%;
}
.schedule .white_wrap p{
    font-size: 2.0rem;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.schedule .white_wrap p span{
     font-size: 2.5rem;   
}
.schedule p{
    text-align: center;
}
}
/*info*/
.info{
    background-color: #f7dbd1;
}
.info h2 span{
    position: relative;
      padding: 1.5rem;
}
.info .white_wrap{
    background-color: white;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12)); 
    filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12));
    margin: 3em auto;
    padding-top: 4em;
    padding-bottom: 4em;
    min-width: 56.955vw;
    width: 56.955vw;
}
.info .white_wrap ul{
    display: flex;
    display:-ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0 auto;
    width: 90%;
    border-bottom: 1px solid #f5c0b4;
}
.info .white_wrap ul.item_wrap{
    padding-top: 1em;
    padding-bottom: 1em;
}
.info .white_wrap ul:last-child{
    border-bottom: none;
}
.info .white_wrap ul.last{
    border-bottom: none;
    margin-top: 2em;
}
.info .white_wrap ul li.icon{
    width: 22%;
    justify-content: center;
    display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  .info .white_wrap ul li.icon{
    width: 22%;
    display: block;
   text-align: center;
      margin: 1em 0;
}
}
.info .white_wrap ul:nth-child(1) li.icon img{
    max-width: 4.795vw;
    width: 100%;
    height: 100%;
}
.info .white_wrap ul:nth-child(2) li.icon img{
    max-width: 4.758vw;
    width: 100%;
    height: 100%;
}
.info .white_wrap ul:nth-child(3) li.icon img{
max-width: 4.173vw;
width: 100%;
height: 100%;
}
.info .white_wrap ul:nth-child(4) li.icon img{
    max-width: 7.906vw;
width: 100%;
height: 100%;
}
.info .white_wrap ul:nth-child(5) li.icon img{
max-width: 5.637vw;
width: 100%;
height: 100%;
}
.info .white_wrap ul:nth-child(6) li.icon img{
max-width: 3.148vw;
width: 100%;
height: 100%;
}
.info .white_wrap ul li.text{
    width: 78%;
    margin: 1em 0;
}
.info .white_wrap ul li.text ul{
    display: block;
}
.info .white_wrap ul li.text ul li{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 1.8rem;
    line-height: 2;
    list-style-type: disc;
}
.info .white_wrap ul:nth-child(4) li.text ul li{
    list-style-type: none;
}
.info .white_wrap ul li img{
    max-width: 50%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1em;
}
 /* SP */
@media only screen and (max-width: 768px) {

.info h2 span{
    position: relative;
      padding: 1.5rem;
}
.info .white_wrap{
    background-color: white;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12)); 
    filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12));
    margin: 2em auto;
    padding-top: 3em;
    padding-bottom: 1em;
    width: 100%;
}
.info .white_wrap ul{
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 2em auto 0;
    width: 90%;
    border-bottom: 1px solid #f5c0b4;
}
.info .white_wrap ul:first-child{
    margin: 0 auto 0;
    }
.info .white_wrap ul.last{
    border-bottom: none;
}
.info .white_wrap ul li.icon{
    width: 100%;
    justify-content: center;
    -ms-flex-pack: center;
    display: inline-flex;
}
.info .white_wrap ul:nth-child(1) li.icon img{
    max-width:17.333vw;
}
.info .white_wrap ul:nth-child(2) li.icon img{
    max-width:17.333vw;
}
.info .white_wrap ul:nth-child(3) li.icon img{
    max-width: 15.2vw;
}
.info .white_wrap ul:nth-child(4) li.icon img{
    max-width: 28.8vw;
}
.info .white_wrap ul:nth-child(5) li.icon img{
    max-width: 20.533vw;
}
.info .white_wrap ul:nth-child(6) li.icon img{
    max-width: 11.467vw;
}
.info .white_wrap ul li.text{
    width: 100%;
    margin: 1em 0 2em 1em;
}
.info .white_wrap ul li.text ul li{
    font-size: 1.5rem;
    line-height: 1.8;
}
.info .white_wrap ul li img{
    max-width: 50%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.info .white_wrap ul.item_wrap{
    padding-top: 0;
    padding-bottom: 0;
}
}
/*IE対策*/
@media all and (-ms-high-contrast: none) and (max-width: 768px){
  .info .white_wrap ul li.icon{
    display: block;
}
}

/*book*/
.book{
    background-color: #f9c7b5;
     text-align: center;
}
.book h2 span{
    position: relative;
      padding: 1.5rem;
}
.book p{
    text-align: center;
}
.book_img_wrap{
    margin: 0 auto;
   
}

.book_img_wrap img{
    max-width: 56.991vw;
    width: 100%;
    height: auto;
    }

.a {
    display : inline-block;
    background: #ec2f41; /* Old browsers */
    background: -moz-linear-gradient(top, #ec2f41 0%, #ec2f41 50%, #d12c3c 51%, #d12c3c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ec2f41 0%,#ec2f41 50%,#d12c3c 51%,#d12c3c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ec2f41 0%,#ec2f41 50%,#d12c3c 51%,#d12c3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12)); 
    filter: drop-shadow(0 1px 5px rgba(0,0,0,0.12));
    box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
    
    margin: 1em auto ;
     max-width: 36.603vw;
    width: 100%;
    font-size:3.0rem;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:0.5em 0;
    color:white;
    border-radius: 10px;
    
    position: relative;
    overflow: hidden;
}
.a:before {
    content: "";
    background-image: -webkit-linear-gradient(
      130deg,
      rgba(255,255,255,0) 20%, 
      rgba(255,255,255,0.5) 50%, 
      rgba(255,255,255,0) 80%
    );
    background-image: linear-gradient(
      130deg,
      rgba(255,255,255,0) 20%,
      rgba(255,255,255,0.5) 50%,
      rgba(255,255,255,0) 80%
    );
    width: 200%;
    height: 200%;
    position: absolute; 
    top: -100%; 
    left: -200%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.a:hover:before {
  top: 0%; 
  left: 100%;
}
 /* SP */
@media only screen and (max-width: 768px) {

.book h2 span{
    position: relative;
      padding: 1.5rem;
}
.book p{
    text-align: center;
    margin: 1.5em auto;
}
.book_img_wrap{
    margin: 0 auto;
   
}

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

.a {
    
    margin: 1em auto ;
     max-width: 100%;
    width: 100%;
    font-size: calc(1.125rem + ((1vw - 0.01px) * 0.8791));
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:0.5em 0;
    color:white;
    border-radius: 10px;
    
    position: relative;
    overflow: hidden;
}
.a:before {
    content: "";
    background-image: -webkit-linear-gradient(
      130deg,
      rgba(255,255,255,0) 20%, 
      rgba(255,255,255,0.5) 50%, 
      rgba(255,255,255,0) 80%
    );
    background-image: linear-gradient(
      130deg,
      rgba(255,255,255,0) 20%,
      rgba(255,255,255,0.5) 50%,
      rgba(255,255,255,0) 80%
    );
    width: 200%;
    height: 200%;
    position: absolute; 
    top: -100%; 
    left: -200%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.a:hover:before {
  top: 0%; 
  left: 100%;
}
}
   /* SP */
@media only screen and (max-width: 768px) {
    .a {
      font-size: calc(2rem + ((1vw - 0.01px) * 0.5861));
    }
    }
/*footer*/
footer{
    background-color: #333333;
    padding: 2em;
}
footer p{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: white;
    margin: 0 auto;
    text-align: center;
}
/*見出し*/
.onayami h2 img{
    max-width: 50%;
    width:100%;
    height: auto;
}
.schedule h2 img{
    max-width: 11.42vw;
    width:100%;
    height: auto;
}
.info h2 img{
    max-width: 11.42vw;
    width:100%;
    height: auto;
}
.book h2 img{
    max-width: 19.253vw;
    width:100%;
    height: auto;
}
   /* SP */
@media only screen and (max-width: 768px) {
    /*見出し*/
.onayami h2 img{
    max-width: 83.2vw;
    width:100%;
    height: auto;
}
.schedule h2 img{
   max-width: 29.6vw;
    width:100%;
    height: auto;
}
.info h2 img{
    max-width: 29.6vw;
    width:100%;
    height: auto;
}
.book h2 img{
     max-width:56vw;
    width:100%;
    height: auto;
}
    }