@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*初期アニメーション*/
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 background-color:#FFFFFF;
  z-index:1000;
	overflow: hidden;
  animation: fadeOut 0.4s forwards; /*フェードアウト*/
  animation-delay: 1.5s; 
}
 /*フェードアウトアニメーション*/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
 /*フェードインアニメーション*/
@keyframes fadeIn {
  0% {
    opacity: 0;
	visibility: hidden;
  }
  100% {
    opacity: 1;
  }
}
#opening .op_img{
  position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1100;
	width: 100%;
	max-width: 400px;
}
#opening .op_img img{
	width: 100%;

}
#opening .item {
  position: absolute; /*固定表示*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; /*中央配置*/
  width: 0;
  height: 0;
  background: #F4F7C1;
  animation: circle-open 1.5s linear forwards;
  animation-delay: 0.2s; /*任意の遅延時間*/
	
}
/*円が拡大するアニメーション*/
@keyframes circle-open {
  0% {
    width: 0;
    height: 0;
    border-radius: 50%;
  }
  99% {
    /*ぎりぎりまで正円*/
    width: 99vw;
    height: 99vw;
    border-radius: 50%;
  }
  100% {
    /*全画面*/
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
#opening .op_img{
	width: 80%;
}
}
/*メインビジュアル*/

#mv_wrap,#mv_img{
position: relative;
}
#mv_wrap .main_sld{
line-height: 0;
}


/*スライドの高さを指定　overflow: hidden;を入れる*/
.main_sld {
  width: 100%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
 
/*スライドは背景画像にする*/
.slider-img {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vh;
  /*スライド画像の高さ*/
}
 
/*スライド画像を指定*/
.slider-img-01 {
  background-image: url("../images/main_img01.png");
}
 
.slider-img-02 {
  background-image: url("../images/main_img02.png");
}
 
.slider-img-03 {
  background-image: url("../images/main_img03.png");
}
 
.slick-list {
  width: 100%;
}
 
/* アニメーションを指定 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
 
  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}
.add-zoom {
  animation: fadezoom 10s 0s forwards;
}
#mv_wrap .main_ttl{
    position: absolute;
	width: 80%;
	/*max-width: 1300px;*/
     bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#mv_wrap .main_ttl h2{
	font-weight: 600;
	font-size: 7.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	font-family: 'Shippori Mincho', serif;
	animation: fadeIn 1.5s linear forwards;
  animation-delay: 2s; /*任意の遅延時間*/
	opacity: 0;
	color: #313131;
}
#mv_wrap .main_ttl p{
	font-weight: 500;
	font-size: 3.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
		animation: fadeIn 1.5s linear forwards;
  animation-delay: 2.5s; /*任意の遅延時間*/
	opacity: 0;
	color: #313131;
}
#mv_img .main_info{
	max-width: 540px;
	background: #FFFFFF;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px 40px;
	border-radius: 20px 0 0 0 ;
}
#mv_img .main_info h3{
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.5;
}
#mv_img .main_info .add{
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#mv_img .main_info .add a{
	color: #00A08D;
	border: 1px solid #00A08D;
	display: inline-block;
	line-height: 1;
	padding: 0.3em 0.5em;
	font-size: 1.2rem;
	margin-left: 10px;
	border-radius: 5px;
}
#mv_img .main_info .add a:hover{
	color: #FFFFFF;
	background:  #00A08D;
}
@media screen and (max-width: 1350px){	
#mv_wrap .main_ttl{
     bottom: 5%;
}	
#mv_wrap .main_ttl h2{
	font-size: 6.0rem;
}
#mv_wrap .main_ttl p{
	font-size: 2.4rem;
}
#mv_img .main_info{
	max-width: 430px;
	background: #FFFFFF;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px 20px;
}
#mv_img .main_info h3{
	font-size: 1.6rem;
}	
#mv_img .main_info p{
	font-size: 1.4rem;
}	
}
@media screen and (max-width: 1000px){	
#mv_wrap .main_ttl h2{
	font-size: 5rem;
}
#mv_wrap .main_ttl p{
	font-size: 2.0rem;
}
#mv_img .main_info{
	width: 90%;
		max-width: 540px;
	margin: 0 auto;
	background: #FFFFFF;
	position: relative;
	right: auto;
	bottom: auto;
	padding: 60px  0;
	border-radius: 0 ;	
}
}
@media screen and (max-width: 768px){	
.main_sld {
  width: 100%;
   height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
 
/*スライドは背景画像にする*/
.slider-img {
  width: 100%;
   height: 100vh;
}	
/*スライド画像を指定*/
.slider-img-01 {
  background-image: url("../images/main_img01_sp.png");
}
 
.slider-img-02 {
  background-image: url("../images/main_img02_sp.png");
}
 
.slider-img-03 {
  background-image: url("../images/main_img03_sp.png");
}	
#mv_wrap h2.main_ttl_sp{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 90%;
	font-weight: 600;
	font-size: 4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-family: 'Shippori Mincho', serif;
	text-align: left;
		animation: fadeIn 1.5s linear forwards;
  animation-delay: 2s; /*任意の遅延時間*/
	opacity: 0;
	color: #313131;
}
#mv_wrap p.main_ttl_sp{
    position: absolute;
    bottom: 70px;
	right: 30px;
	width: 50%;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: right;
		animation: fadeIn 1.5s linear forwards;
  animation-delay: 2.5s; /*任意の遅延時間*/
	opacity: 0;
	color: #313131;
}	
}
@media screen and (max-width: 550px){
#mv_wrap h2.main_ttl_sp{
	top: 70px;
	font-size: 3.4rem;
}
	
#mv_wrap p.main_ttl_sp{
	font-size: 1.6rem;
	width: 60%;
	right: 20px;
	 bottom: 70px;
}
}

/* スライド */

.slid_wrap {
	margin-bottom: 50px;
}
.news_slid{
	width: 100%;
}
.slid_wrap .slick-slide {
margin: 0 10px;	
}
.slid_wrap .slick-prev {
    left: 30%;
}
.slid_wrap .slick-next {
    right: 30%;
}
.slid_wrap .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
	max-width: 500px;
    padding: 0 40px;
    margin: 0;
    list-style: none;
    text-align: center;
	 left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.slid_wrap .slick-dots li button:before {
    color: #999; 
	opacity: 1;
}
.slid_wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000000;
}
.slid_wrap .slick-prev:before, .slid_wrap .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slid_wrap .slick-prev:before {
    content: '\f104';
}
.slid_wrap .slick-next:before {
    content: '\f105';
}
.slid_wrap .slick-prev, .slid_wrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
	bottom: -50px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
@media screen and (max-width: 768px){

.slid_wrap .slick-prev {
    left: 10%;
}
.slid_wrap .slick-next {
    right: 10%;
}
}
@media screen and (max-width: 550px){
	.news_slid .slick-prev {
    left: 10px;
}
.news_slid .slick-next {
    right: 10px;
}
}
/*===================================================
	about
===================================================*/
#about{
	background-image: url("../images/bg_wave-g.png");
	background-repeat: repeat-x;
	background-position: top center;
}
.about_box{
	position: relative;
}
.about_box .txt_box {
	width: 50%;
	margin-bottom: 100px;
}
.about_box .txt_box h3{
	font-size: 2.8rem;
	line-height: 1.5;	
	margin-bottom: 10px;
	color: #00A08D;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
}
.about_box .txt_box p{
	font-size: 2.0rem;
	line-height: 2.5;	
}
.about_box .about_img{
	width: 48%;
	max-width: 800px;
	position: absolute;
	top: 100px;
	right: 0;
	
}
.about_box .about_img img{
	width: 100%;
}
#about .point h3{
	font-size: 3.2rem;
	font-family: 'Shippori Mincho', serif;
	margin-bottom: 10px;
	line-height: 1.5;
}
#about .point h3::before{
	content: "●";
	margin-right: 5px;
}
#about .point .col_box:first-of-type h3:before{
	color: #00A08D;
}
#about .point .col_box:nth-of-type(2) h3:before{
	color: #FFB93F;
}
#about .point .col_box:last-of-type h3:before{
	color: #EE74CD;
}
.message{
	box-shadow: 0 0 8px gray;
	display: flex;
	align-items: center;
}
.message dt{
	width: 320px;
}
.message dd{
	width: 100%;
}
.message dd .inner{
	padding: 20px 40px;

}
.message dd .inner h3{
font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 4.0rem;
	margin-bottom: 20px;

}
.message dd .inner h4{
font-size: 2.6rem;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #515151;
	margin-bottom: 10px;
	line-height: 1.5;
}
.message dd .inner h4 .name01{
font-size: 1.8rem;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
}
.message dd .inner h4 .name02{
font-size: 1.4rem;
	font-weight: 400;
	display: inline-block;
	margin-left: 10px;
}
.message dd .inner p{
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 1300px){
.about_box .about_img{
	width: 40%;	
}
.about_box .txt_box {
	width: 55%;
}	
	
}
@media screen and (max-width: 1200px){
.message{
	padding: 20px;
}
}
@media screen and (max-width: 991px){
.message dt{
	max-width: 320px;
	width: 100%;
}	
.about_box .txt_box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 40px auto;
}
.message dd .inner h3{
	font-size: 3.0rem;

}	
.about_box .txt_box p{
	font-size: 2rem;	
}
.about_box .about_img{
	width: 100%;
	max-width: 800px;
	position: relative;
	top: auto;
	right: auto;
	display: block;
	margin: 0 auto;
	
}
	.message{
	padding: 20px 20px 40px 20px;
}
	.message{
		flex-direction: column-reverse;
}
.message dd .inner{
	padding: 20px;

}	
}
@media screen and (max-width: 768px){
	.about_box .txt_box h3{
	font-size: 2.4rem;
}
	.about_box .txt_box p{
	font-size: 1.6rem;	
}
.message dd .inner h3{
	font-size: 2.4rem;
	text-align: center;

}	
.message dd .inner h4 .name02{
	display: block;
	margin-left:0;
	margin-top: 5px;
}
	.message dd .inner{
	padding: 0;
		margin-bottom: 20px;

}
	.message{
	padding: 30px;
}	
}
@media screen and (max-width: 550px){

}


/*===================================================
	menu
===================================================*/
#menu{
	background-image: url("../images/bg_wave-b.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F8F5EC;
}
.menu_box{
	border: 3px solid #00A08D;
	border-radius: 15px;
	padding: 1.5em 1em;
	max-width: 670px;
	text-align: center;
	background: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
}
.menu_box h3{
color:#00A08D;
	font-weight: 600;
	font-size: 3.6rem;
	margin-bottom: 20px;
}
.menu_box p{
font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.5;
}
.item_list{
	display: flex;
		flex-wrap: wrap;
	 gap: 20px 20px;
	justify-content: space-between;
}
.item_list .item_box{
	 width: calc(100% / 4 - 20px);
}
.item_box{
	max-width: 500px;
	border: 2px solid #00A08D;
	border-radius: 15px;
	padding: 1em;
	background: #FFFFFF;
}
.item_box img{
	display: block;
	margin: 0 auto 10px auto;
}
.item_box h4{
	text-align: center;
	margin-bottom: 10px;
	color: #00A08D;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.5;
}
.item_box p{
	font-size: 1.4rem;
}
.point_list{
	margin-bottom: 60px;
}
.point_box{
	background: #FFFFFF;
	box-shadow: 0 0 13px gray;
	border-radius: 15px;
	padding: 80px 1.5em 1em;
	position: relative;
}
.point_box .point_no{
	    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.point_box h4{
	text-align: center;
	margin-bottom: 10px;
	color: #00A08D;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.5;
}
.therapy{
	padding: 1.5em 2em;
	background: #FFFFFF;
	box-shadow: 0 0 13px gray;
	border-radius: 15px;
}
.bg_paper{
	background-image: url("../images/bg_paper.png");
	max-width: 600px;
	margin: 0 auto 60px auto;
	padding: 40px;
}
.check_list li{
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}
.check_list li:last-child{
	margin-bottom: 0;
}
.check_list li::before{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url("../images/ico_check.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0.3em;
}
.movie_wrap video{
	width: 100%;
	height: 100%;
}
.step_box .step_no{
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	font-size: 2.4rem;
	padding: 15px 0;
	text-transform: uppercase;
	text-align: center;
	background-color: #F4F7C1;
	border-radius: 50px;
	display: block;
	line-height: 1;
	padding: 0.5em 1em;
}
.step_box h5{
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 2.4rem;
	padding: 15px 0;
}
.step_box img{
	border-radius: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1200px){
	.menu_box{
	border: 3px solid #00A08D;
	border-radius: 10px;
	padding: 1.5em 1em;
	max-width: 670px;
	text-align: center;
	background: #FFFFFF;
	position: relative;
	right: auto;
	top: auto;
		margin: 0 auto 60px auto;
}
}
@media screen and (max-width: 991px){
.menu_box h3{
	font-size: 2.6rem;
}
.menu_box p{
font-size: 2rem;
}	
.item_list .item_box{
	 width: calc(100% / 2 - 20px);
}
.item_box{
	max-width: 500px;
}	
.therapy{

}	
}
@media screen and (max-width: 768px){
.menu_box h3{
	font-size: 2.2rem;
}	
.item_box{
	max-width: 500px;
}
.item_slid .item_box{
	max-width: 250px;
}
.therapy{
	padding: 2em 1.5rem;
}
.bg_paper{
	background-image: url("../images/bg_paper.png");
	padding: 20px;
}
.check_list li{
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}
.step_box .step_no{
	font-size: 1.6rem;
}
.step_box h5{
	font-size: 1.8rem;
	padding: 15px 0;
}
.step_box img{
	border-radius: 10px;
	margin-bottom: 10px;
}
.step_box p{
	font-size: 1.4rem;
}
}	
@media screen and (max-width: 550px){

}

/*===================================================
	price
===================================================*/
#price{
	background-image: url("../images/bg_wave-g2.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F9FBE0;
}
.price_box{
	position: relative;
	margin-bottom: 200px;
}

.price_box .price_img{
	width: 50%;
	max-width: 800px;
	position: absolute;
	top: 0;
	right: 0;
	
}
.price_box2{
	border: 2px solid #00A08D;
	background: #FFFFFF;
	padding: 1.5em;
	border-radius: 15px;
}
.price_box2 {
	position: relative;
}
.price_box2 dl{
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.price_box2 dl dt{
	width: 65%;
	color: #00A08D;
		font-size: 2.4rem;
	font-weight: 700;
}
.price_box2 dl dd{
	width: 40%;
	text-align: right;
		font-size: 2.4rem;
	font-weight: 700;
}
.price_box2 .price_list{
	display: flex;
	justify-content: space-between;
	max-width: 550px;
	margin: 0 auto;
}
.price_box2 h4{
	color: #00A08D;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 40px;
		font-size: 2.4rem;
	font-weight: 700;
}
.price_box2 .ico_osusume{
	position: absolute;
	left: -10px;
	top: -10px;
}
.price_box2 table.sole{
	width: 100%;
	border-top: 1px dashed #000;
	margin-bottom: 40px;
}
.price_box2 table.sole th{
	background-color: #F4F7C1;
	padding: 0.5em;
	text-align: center;
	border-bottom: 1px dashed #000;
}
.price_box2 table.sole td{
	padding: 0.5em;
	text-align: center;
	border-bottom: 1px dashed #000;
}
ul.bt_hojo{
	text-align: center;
	max-width: 700px;
	margin: 0 auto 80px auto;
	display: flex;
	justify-content: space-between;
}
ul.bt_hojo li{
width: 48%;
}
@media screen and (max-width: 1300px){
.price_box{
	margin-bottom: 100px;
}	
.price_box .price_img{
	width: 40%;	
}
}
@media screen and (max-width: 991px){
.price_box{
	margin-bottom: 60px;
}	
.price_box .price_img{
	width: 100%;
	max-width: 800px;
	position: relative;
	top: auto;
	right: auto;
	display: block;
	margin: 0 auto;
	
}
.price_box2 .price_list{
	flex-direction: column;

}	
}
@media screen and (max-width: 768px){
.price_box2 {
}
.price_box2 dl{
	flex-direction: column;

}	
.price_box2 dl dt{
	width: 100%;
	text-align: center;
		font-size: 2rem;

}
.price_box2 dl dd{
	width: 100%;
	text-align: center;
	font-size: 2rem;
}	
.price_box2 h4{
		font-size: 2rem;
}
}
@media screen and (max-width: 550px){
.price_box2 table.sole th{
	padding: 0.5em 0.5em;
font-size: 1.2rem;
}
.price_box2 table.sole td{
	padding: 0.5em 0.5em;
font-size: 1.2rem;
}
ul.bt_hojo{
	flex-direction: column;
}
ul.bt_hojo li{
width: 100%;
	text-align: center;
}
ul.bt_hojo li:first-child{
margin-bottom: 20px;
}
}
/*===================================================
	access
===================================================*/
#access{
		background-image: url("../images/bg_wave-g.png");
	background-repeat: repeat-x;
	background-position: top center;
}
.access_box{
	max-width: 800px;
	width: 90%;
	margin: 0 0 0 auto ;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.access_box dt{
	width: 35%;

}
.access_box dd{
	width: 63%;

}
.access_box dd h3{
	font-size: 3.2rem;
	margin-bottom: 20px;
	font-weight: 600;
}
.access_box dd p.add{
	font-size: 2.0rem;
	font-weight: 500;
}
.access_box dd p.add2{
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.access_box .tel_box{
	display: flex;
	justify-content: space-between;
	 gap: 20px 5px;
}
.access_box .tel_box li{
	   width: calc(100% / 2 - 5px);
}

@media screen and (max-width: 991px){
.access_box{
	flex-direction: column;
	margin: 0 auto;
}
.access_box dt{
	width: 100%;
	margin-bottom: 20px;

}
.access_box dd{
	width: 100%;

}
.access_box dd h3{
	font-size: 2.4rem;
	text-align: center;
}
.access_box dd p.add{
	font-size: 1.8rem;
	font-weight: 500;
}
.access_box dd p.add2{
	font-size: 1.4rem;
	margin-bottom: 20px;
}	
.access_box .tel_box{
	max-width: 400px;
		margin: 0 auto;
		flex-direction: column;
}
.access_box .tel_box li{
	   width: 100%;
	text-align: center;
}
	.access_box .tel_box li img{
		border: 1px solid #eee;
		border-radius: 15px;

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

}


/*===================================================
	COURSE INFORMATION
===================================================*/ 
.period{
	text-align: center;
	margin-bottom: 60px;
}
.period span{
	display: inline-block;
	padding: 0.5em;
	border: 1px solid #000;
	
}
.course_box2{
	background: #FFFFFF;
	box-shadow: 0 0 10px gray;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.course_box2 dl{
	display: flex;
}
.course_box2 dl dt{
    width: 70%;
}
.course_box2 dl dd{
    width: 30%;
}
.youtube{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.course_box2 dl dd .inner{
	width: 90%;
	max-width: 320px;
	margin: 0 auto;
	padding: 40px 0;
}
.course_box2 dl dd .inner h4{
	font-size: 2.0rem;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
}
.course_box2 dl dd .inner h4::before{
	content: "";
	width: 15px;
	height: 1px;
	background: #50ADFA;
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.course_box2 dl dd .inner ul{
	margin-bottom: 20px;
}
.course_box2 dl dd .inner ul li{
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
	font-weight: 600;
}
.course_box2 dl dd .inner ul li::before{
	content: "\f05d";
	font-family: FontAwesome;
	position: absolute;
    top: 0em;
    left: 0%;
	color: #E20062;
	font-weight: normal;
	
}
.course_box2 dl dd .inner ul li:last-child{
	margin-bottom: 0;
}
.course_box2.master{
	margin-bottom: 100px;
}
.course_box2.master::before{
	content: "";
	width: 440px;
	height: 290px;
	background: #50ADFA;
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: -1;
}
.course_box2.creator::before{
	content: "";
	width: 440px;
	height: 290px;
	background: #45DF19;
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: -1;
}
.course_box2.master::after,.course_box2.creator::after{
	content: "";
	width: 300px;
	height: 200px;
	background: linear-gradient(90deg,#50adfa 0%, #45df19 100%);
	position: absolute;
	right: -30px;
	bottom: -30px;
	z-index: -1;
}
@media screen and (max-width: 1200px){
.period{
	text-align: center;
	margin-bottom: 40px;
}	
.course_box2 dl{
	flex-direction: column;
}
.course_box2 dl dt{
    width: 100%;
}
.course_box2 dl dd{
    width: 100%;
}
.course_box2.master{
	margin-bottom: 60px;
}	
.course_box2.master::before{
	width: 50%;
	max-width: 300px;
	height: 150px;
	left: -15px;
	top: -15px;
}
.course_box2.creator::before{
	width: 50%;
	max-width: 300px;
	height: 150px;
	left: -15px;
	top: -15px;
}
.course_box2.master::after,.course_box2.creator::after{
	content: none;
}	
}
@media screen and (max-width: 768px){
	
}
@media screen and (max-width: 550px){

}

/*===================================================
	CTA
===================================================*/
#cta{
	display: flex;
	justify-content: space-between;
}
#cta li{
	width: 50%;
	height: 500px;
		padding: 0.5em;
	display: flex;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-position: center;
}
#cta li.master{
	background-image: url("../images/index/f_course01.png");
}
#cta li.creator{
	background-image: url("../images/index/f_course02.png");
}
#cta li .inner{
	text-align: center;
	margin: 0 auto;
}
#cta li .inner p{
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 1.8rem;
}
#cta li .inner h3{
	color: #FFFFFF;
	font-size: 3.2rem;
	font-weight: 600;
	margin-bottom: 40px;
	padding: 0.5em;
	line-height: 1;
}
#cta li.master .inner h3{
	background: rgba(80, 173, 250, 0.80);
}
#cta li.creator .inner h3{
	background: rgba(69, 223, 25, 0.80);
}
@media screen and (max-width: 768px){
#cta{
	flex-direction: column;
}
#cta li{
	width: 100%;
	height: 400px;
}
#cta li .inner p{
	font-size: 1.6rem;
}
#cta li .inner h3{
	color: #FFFFFF;
	font-size: 2.4rem;
}	
}
@media screen and (max-width: 550px){
#cta li .inner h3{
	color: #FFFFFF;
	font-size: 2.2rem;
}
}

/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl_box{
	max-width: 1350px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.ttl_box p.ttl_sub{
	font-family: 'Playfair Display', serif;
	font-size:  13.0rem;
	text-transform: uppercase;
	position: relative;
	line-height: 1;
	margin-bottom: 10px;
}
.ttl_box h2{
	font-family: 'Shippori Mincho', serif;
	font-size:  5.0rem;
	margin-bottom: 60px;
	line-height: 1.5;
	padding-left: 1em;
}
.ttl_box h2::before{
	content: "";
	width: 60px;
	height: 60px;
	background-image: url("../images/ico_pine.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;

}
.ttl02{
font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 4.0rem;
	margin-bottom: 30px;
	line-height: 1.7;
}
.ttl03{
font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 2.8rem;
	margin-bottom: 30px;
	line-height: 1.7;
}
.marker{
	font-weight: 500;
	background:linear-gradient(transparent 60%, #FFE33F 60%);
}
.caption{
	font-weight: 600;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 40px;
}
.base_list li{
	margin-bottom: 30px;
}
.base_list li:last-child{
	margin-bottom: 0;
}
a .img_wrap {
overflow: hidden;
width: 100%;
}
a:hover .img_wrap img{
	transform: scale(1.1);
transition-duration: 0.5s;
	opacity: 1;
}
.acd_ttl{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em;
  line-height: 1;
   background :#707070;
	text-align: center;
	width: 100%;
	color: #FFFFFF
}
.acd_ttl::after {
  content: "\f107";
	color: #FFFFFF;
	    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 3;
font-family: FontAwesome;
}
.acd_ttl.item__link::before{
content: "";
	width: 40px;
	height: 40px;
	background:url("../images/ico_acd_cls.png") no-repeat center;
	background-size: 100%;
	display: block;
	position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.acd_ttl.item__link.on::before{
	background:url("../images/ico_acd_opn.png") no-repeat center;
}
.acd_box{
	padding-top: 30px;
}
@media screen and (max-width: 768px){
.ttl_box p.ttl_sub{
	font-size:  7.0rem;
}
.ttl_box h2{
	font-size:  3.0rem;
	margin-bottom: 60px;
}
.ttl_box h2::before{
	content: "";
	width: 40px;
	height: 40px;
}
.ttl02{
	font-size: 2.6rem;
	margin-bottom: 20px;
}
.ttl03{
	font-size: 2.4rem;
}
.caption{
	font-size: 1.6rem;
}	
.concept_box .submenu{
	display: none;
}	
.acd_ttl.item__link::before,.acd_ttl.item__link.on::before{
content: "";
	width: 20px;
	height: 20px;
	left: 10px;
	background-size: 100%;
}	
}
@media screen and (max-width: 550px){

}
/*-------------------------------------*/
/*	下層サブイメージ*/
/*-------------------------------------*/
