@charset "utf-8";
/* --------------------------------------------
 * Coaching
 * ----------------------------------------- */
 
 /* ページタイトル
---------------------------------------------*/
/* レイアウト */
body.coaching .page-title .inner-middle {
	position: relative;
}
body.coaching .page-title .inner-middle .inner {
	position: absolute;
	left: 3.125%;
	bottom: 100px;
}

@media (max-width: 767px) {
body.coaching .page-title .inner-middle .inner {
	position: static;
	left: auto;
	bottom: auto;
}
}
/* タイトル */
body.coaching .page-title .title-main {
	margin-top: 0;
	font-size: 4.8rem;
	text-shadow: #fff 1px 0 10px;
}

@media (max-width: 767px) {
body.coaching .page-title .title-main {
	letter-spacing: -0.05em;
}
}

@media (max-width: 355px) {
body.coaching .page-title .title-main br {
	display: none;
}
}
/* summary
---------------------------------------------*/
/* レイアウト */
.summary {
	margin-top: 50px;
}
.summary .inner {
	position: relative;
}
.summary .inner .image {
	position: absolute;
	left: 60%;
	bottom: 0;
	z-index: -1;
}

@media (max-width: 960px) {
.summary .inner .image {
	position: static;
	left: auto;
	bottom: auto;
	z-index: auto;
	margin: 50px auto 0;
	text-align: center;
}
}

@media (max-width: 456px) {/* 画像横幅411px */
.summary .inner .image img, .inner.why03 .image img, .inner.profile01 .image img {
	width: 100%;
}
}
/* why
---------------------------------------------*/
/* 背景 */
.why {
	margin-top: 100px;
	padding-bottom: 200px;
}
.why .bg {
	padding-top: 250px;
	padding-bottom: 100px;
	background: #021856 url("../coaching/img/why_bg.svg") no-repeat center top;
	color: #fff;
}

@media (max-width: 1024px) {
.why .bg {
	background-size: contain;
}
}
/* レイアウト */
.inner.why01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner.why01 .box {
	width: 48%;
}

@media (max-width: 960px) {
.inner.why01 .box {
	width: 100%;
}
.inner.why01 .box:last-of-type {
	margin-top: 100px;
}
}
.inner.why02 {
	margin-top: 100px;
}
/* 見出し */
.why-midashi {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 6.0rem;
	font-weight: 500;
	letter-spacing: -0.05em;
}
/* ボタン */
.why .button a {
	color: #030407;
	background: #fff;
}
/* レイアウト03 */
.inner.why03 {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.inner.why03 .box {
	width: 48%;
}

@media (max-width: 960px) {
.inner.why03 .box {
	width: 100%;
}
.inner.why03 .image {
	margin: 50px auto 0;
}
}
/* doing-being
---------------------------------------------*/
/* タイトルセット */
.doing-being .title-set .honbun {
	padding-top: 1.875em;
}
/* 背景 */
.doing-being .bg-l {
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../img_cmn/bg_white80.png) repeat-y center top;
}
.title-set + .bg-l {
	margin-top: 0;
}
/* レイアウト */
.doing-being .bg-l .box {
	margin-top: 50px;
	width: 45%;
}
.doing-being .bg-l .inner {
	position: relative;
}
.doing-being .bg-l .image {
	position: absolute;
	right: 0;
	bottom: -10px;
}
.doing-being .bg-l .image img {
	width: 432px;
}

@media (max-width: 960px) {
.doing-being .bg-l .box {
	width: 71.875%;
}
.doing-being .bg-l .image {
	position: static;
	right: auto;
	bottom: auto;
	margin-top: 50px;
}
}

@media (max-width: 767px) {
.doing-being .bg-l {
	background: url(../img_cmn/bg_white80.png) repeat-y left top;
}
.doing-being .bg-l .box {
	width: 100%;
}
.doing-being .bg-l .image {
	margin: 50px auto 0;
	text-align: center;
}
}

@media (max-width: 480px) {/* 画像横幅432px */
.doing-being .bg-l .image img {
	width: 100%;
}
}
/* 見出し */
.doing-being .midashi span {
	font-size: 3.0rem;
	display: block;
}
/* 全体背景 */
.doing-being {
	padding-bottom: 200px;
	background: #e0f7fd url("../coaching/img/voice_bg_wave.svg") no-repeat center bottom;
	background-size: contain;
}
/* voice
---------------------------------------------*/
/* レイアウト01-02 */
.voice01.inner, 
.voice02.inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center; /*縦中央*/
}
.voice02.inner {
	margin-top: 50px;
	flex-direction: row-reverse;
}
.voice01 .box, 
.voice02 .box {
	padding: 30px 50px;
	width: 66.66666666666667%;
	background: #29b0fc url("../img_cmn/i_arrow_right.svg") no-repeat 95% center;
	border-radius: 15px;
}
.voice02 .box {
	background: #095cac url("../img_cmn/i_arrow_right.svg") no-repeat 95% center;
}
.voice01 .image, 
.voice02 .image {
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 767px) {
.voice01 .box, 
.voice02 .box {
	width: 100%;
}
.voice01 .image, 
.voice02 .image {
	margin: 50px auto 0;
}
}


/* リンク設定 */
.voice a {
	color: #fff;
	text-decoration: none
}
.voice a:hover {
	color: #fff;
	text-decoration: underline;
}
/* 見出し */
.voice-midashi {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
}
.voice-midashi02 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
}
/* 背景 */
.voice .bg {
	margin-top: 100px;
	background: url("../coaching/img/voice_bg.jpg") no-repeat;
	background-size: contain;
}
/* レイアウト03-07 */
.voice .bg .inner {
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center; /*縦中央*/
}
.voice .bg .voice06.inner {
	flex-direction: row-reverse;
}
.voice .bg .box {
	width: 80%;
}
.voice .bg .voice04 .box {
	margin-left: 20%;
}
.voice07 .image {
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 767px) {
.voice .bg .box {
	width: 100%;
}
.voice .bg .voice04 .box {
	margin-left: 0;
}
}
/* 画像 */
@media (max-width: 960px) {
.voice05 .image {
	display: none;
}
}
@media (max-width: 767px) {
.voice05 .image {
	display: block;	
}
.voice05 .image,
.voice06 .image,
.voice07 .image {
	margin: 50px auto 0;
	text-align: center;
}
}
/* 本文 */
.voice .bg .box .honbun {
	font-weight: bold;
}
.voice .bg .voice03 {
	color: #021856;
}
.voice .bg .voice05, .voice .bg .voice07 {
	color: #095cac;
}
/* 全体背景 */
.voice {
	padding-bottom: 200px;
	background: url("../coaching/img/profile_bg_wave.svg") no-repeat center bottom;
	background-size: contain;
}
/* profile
---------------------------------------------*/
/* 背景 */
.profile {
	padding-bottom: 200px;
	background: #29b0fc;
	color: #fff;
}
.profile .bg {
	background: url("../coaching/img/profile_bg.svg") no-repeat center;
	background-size: contain;
}
/* タイトル */
.profile .title-main-en {
	background: url("../img_cmn/title-bar-white.gif") no-repeat left center;
	color: #fff;
}
.profile .title-main {
	color: #fff;
	letter-spacing: 0.2em;
}
/* レイアウト */
.profile01 {
	background: url(../coaching/img/profile.jpg) no-repeat right top;
}
.profile01 .box {
	width: 66.66666666666667%;
}
.profile01 .image {
	display: none;
}

@media (max-width: 960px) {
.profile01 {
	background: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.profile01 .box {
	width: 100%;
}
.profile01 .image {
	display: block;
	margin: 0 auto 50px;
	text-align: center;
}
}
/* 本文 */
.profile01 .honbun {
	font-weight: bold;
}
.profile01 .honbun a {
	color: #fff;
}

/* price-flow
---------------------------------------------*/
/* レイアウト01 */
.price-flow01, .price-flow02 {
	margin: 0 auto;
	width: 1366px;
	padding-top: 50px;
	background: url("../coaching/img/coaching03.jpg") no-repeat right top;
}
.price-flow01 .image, .price-flow02 .image {
	display: none;
}
.price-flow01 dt, .price-flow02 dt {
	padding-top: 2em;
}
.price-flow01 .bg-l {
	background: url(../img_cmn/bg_white80_s.png) repeat-y center top;
}
/* レイアウト02 */
.price-flow02 {
	margin-top: 100px;
	min-height: 593px;
	background: url("../coaching/img/coaching04.jpg") no-repeat left top;
}
.price-flow02 .bg-r {
	padding-bottom: 2em;
	background: url(../img_cmn/bg_white80r.png) repeat-y center top;
}
.price-flow02 .box {
	margin-left: 33.33333333333333%;
	width: 66.66666666666667%;
}

@media (max-width: 1366px) {
.price-flow01, .price-flow02 {
	width: 100%;
}
}

@media (max-width: 767px) {
.price-flow01, .price-flow02 {
	padding-top: 0;
	background: none;
}
.price-flow01 .image, 
.price-flow02 .image {
	display: block;
	margin: 50px auto 0;
	text-align: center;
}
.price-flow01 .image img, 
.price-flow02 .image img {
	width: 100%;
}
.price-flow02 .box {
	margin-left: 0;
	width: 100%;
}
}
/* コーチングのお問い合わせはこちらから
---------------------------------------------*/
/* レイアウト */
.kochira {
	margin-top: 100px;
	padding-bottom: 100px;
}
.kochira:nth-of-type(2) {
	margin-top: 0;
	padding-bottom: 200px;
	background: #e0f7fd;
}
/* 見出し */
.kochira .midashi {
	font-size: 2.4rem;
	margin: 0 auto;
	text-align: center;
}
.kochira .midashi strong {
	padding: 40px 60px 0;
	background: url("../coaching/img/i_slash.svg") no-repeat left top;
	font-weight: 900;
}
/* バックボーン・背景理論
---------------------------------------------*/
/* 全体背景 */
.back-theory {
	background: #e0f7fd url("../coaching/img/back-theory_bg_wave.svg") no-repeat center top;
	background-size: contain;
}
/* レイアウト */
.back-theory01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.back-theory01 .box {
	margin-bottom: 150px;
	width: 45%;
}

@media (max-width: 960px) {
.back-theory01 .box {
	width: 100%;
}
}
.back-theory01 .box .image {
	margin: 0 auto;
	text-align: center;
}
/* 見出し */
.back-theory01 .midashi {
	font-size: 4.0rem;
}
.back-theory01 .midashi-sub {
	font-size: 2.2rem;
	color: #29b0fc;
}
