@charset "utf-8";
/* CSS Document */




/* 共通
=========================================== */

/*石のライン*/
.h1::after,
.sec_cv::after{
	content: "";
	display: block;
	background-image: url("../images/line.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 6px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

/* SECTION
=========================================== */
.sec {
	text-align: center;
}

.sec__tit {
	color: #707070;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
}

.sec__tit_2 {
	color: #707070;
	font-size: 20px;
	letter-spacing: 1px;
	font-style: normal;
}


.sec__lead {
	font-size: 15px;
	line-height: 28px;
}


/* sec0: 心のヨガを学ぶための準備はできましたか？
=========================================== */

.sec0 {
	padding: 85px 0 80px;
	text-align: left;
}
.sec0__tit {
	font-size: 26px;
	margin-bottom: 56px;
}
.sec0 .flex {
	flex-direction: row-reverse;
	justify-content: space-around;
}

.sec0 li::before {
	content: "●";
	display: block;
	color: #23B0B4;
}
.sec0 li {
	display: flex;
	line-height: 30px;
}
.sec0__lead {
	margin-top: 30px;
	color: #23B0B4;
	font-size: 20px;
}

/* secA: about Heart of Sound
=========================================== */

.secA {
	padding: 60px 0 150px;
}
.secA__tit {
	margin-bottom: 25px;
}

.secA__lead {
	margin-bottom: 22px;
}

.menu-secA {
	width: 780px;
	height: 1468px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 2px;
	grid-row-gap: 2px;
	margin-bottom: 60px;
}
.item1-secA { grid-area: 1 / 1 / 2 / 2; }
.item2-secA { grid-area: 1 / 2 / 2 / 3; }
.item3-secA { grid-area: 1 / 3 / 2 / 4; }
.item4-secA { grid-area: 2 / 1 / 3 / 2; }
.item5-secA { grid-area: 2 / 2 / 3 / 3; }
.item6-secA { grid-area: 2 / 3 / 3 / 4; }
.item7-secA { grid-area: 3 / 1 / 4 / 2; }
.item8-secA { grid-area: 3 / 2 / 4 / 3; }
.item9-secA { grid-area: 3 / 3 / 4 / 4; }

.item-secA {
	background-color: #FFF;
	padding: 25px 0 15px;
} 

.item-secA .english {
	color: #1FB1B5;
	font-size: 17px;
}

.item-secA__img {
	height: 120px;
	position: relative;
}

.item-secA__img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.item-secA p {
	line-height: 24px;
}
.item-secA p:nth-child(3) {
	height: 3em;
}
.item-secA:nth-child(2) p:nth-child(3){
	padding-top: 0.5em;
}
.item-secA p:last-child {
	padding: 1em;
	font-size: 13px;
	text-align: left;
}



/* secB: Heart of Soundのカリキュラム
=========================================== */

.secB {
	padding: 67px 0 77px;
	margin-bottom: 77px;
}

.secB__lead {
	margin: 30px;
}

.secB .flex {
	justify-content: space-between;
	width:930px;
	margin: 0 auto;
}

.item-secB {
	background-color: rgba(183,240,242,.6);
	width: 300px;
	font-size: 15px;
	line-height: 24px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding: 1.5em;
}

.item-secB_txt {
	text-align: left;
}
.item-secB img {
	display: block;
	margin: 1em 0;
}


/* sec: banner
=========================================== */

.sec-banner {
	margin-bottom: 100px;
}


/* sec: cv
=========================================== */

.sec_cv {
	background-image: url("../images/abouthos-cv.jpg");
	background-image: image-set(url(../images/abouthos-cv.jpg) 1x, url(../images/abouthos-cv@2x.jpg) 2x);
	background-image: -webkit-image-set(url(../images/abouthos-cv.jpg) 1x, url(../images/abouthos-cv@2x.jpg) 2x);
	background-repeat: no-repeat;
	background-size: cover;
	height: 560px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	min-width: 850px;
}
.cv__txt {
	color: #FFF;
	font-size: 40px;
	padding: 240px 0 127px;
}

/*=========================================== 
    SP
 ===========================================*/

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


/* SECTION
=========================================== */
.sec__tit {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
}

.sec__lead {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

	
/* sec0: 心のヨガを学ぶための準備はできましたか？
=========================================== */

.sec0 {
	padding: 44px 0 94px;
	text-align: left;
}
.sec0__tit {
	text-align: center;
	margin-bottom: 28px;
}
.sec0 .flex {
	display: flex;
	flex-wrap: wrap;
}
.sec0 .flex p {
	order: 2;
}
.sec0 .flex div {
	order: 1;
}

.sec0 li {
	padding: 0 1rem;
	line-height: 24px;
}
.sec0__lead {
	font-size: 18px;
	padding: 0 1rem 37px;
}
	
.sec0 img {
	width: 180px;	
}

/* secA: about Heart of Soundのカリキュラム
=========================================== */
.secA__lead {
	padding: 0 1rem;
}
.menu-secA {
	width: 95%;
	height: auto;
	display: block;
	text-align: left;
}
.item-secA p {
	padding-left: 160px;
}
	
.item-secA {
	position: relative;
	margin-bottom: 4px;
}
.item-secA__img {
	position: absolute;
	height: 85px;
	top: 20px;
}
.item-secA p:last-child {
	padding: 2rem 1.5rem 1rem;
}
	
.secA {
	padding-bottom: 80px;
}
/* secB:
=========================================== */

.menu-secB {
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
}

.secB .flex {
	display: block;
	width: auto;
}
.item-secB {
	width: 300px;
	height: 390px;
}
.secB {
	padding-bottom: 0;
	margin-bottom: 57px;
} 


/* sec: cv
=========================================== */

.sec_cv {
	background-image: url("../images/abouthos-cv-sp.jpg");
	background-image: image-set(url(../images/abouthos-cv-sp.jpg) 1x, url("../images/abouthos-cv-sp@2x.jpg") 2x);
	background-image: -webkit-image-set(url("../images/abouthos-cv-sp.jpg") 1x, url("../images/abouthos-cv-sp@2x.jpg") 2x);
	height: 600px;
	min-width: 100%;
}
.cv__txt {
	color: #FFF;
	font-size: 30px;
	line-height: 50px;
	padding: 110px 0 290px;
}

/* sec: cv
=========================================== */

.sec-banner {
	margin-bottom: 0;
}
.sec-banner img:last-child{
	display: inline-block
}



}




















