@charset "utf-8";


body {
	/***	フォント関連設定	***/
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 112.5%;	/* 18px */
	font-size: 125%;	/* 20px */
	line-height: 1.7;

	/***	背景＆文字色設定	***/
	background: url(../images/bg.jpg) #f5f5f5 fixed;
	color: #222;
	
	font-feature-settings: "palt";
	text-align: justify;

}

h1 {	
	position: relative;
	height: 815px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background: url(../images/header.png) center center / auto 100% no-repeat;
	text-indent: -9999px;
}

h2 {
	position: relative;
	margin: 2.5em auto;
	padding: 2.5em 0;
	width: 1000px;
	max-width: 100vw;
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	background: url(../images/bg_subhead.jpg) center top no-repeat;
	text-align: center;
}

 h2::before {
	position: absolute;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	background: url(../images/ln_subhead.png) no-repeat;
}

h2::after {
	position: absolute;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	background: url(../images/ln_subhead.png) no-repeat;
	transform: rotate(180deg);
}

a {cursor: pointer;}

img {
	display: block;	/*	ブロック要素としてふるまう：中揃えで表示	*/
	margin: 0 auto;
	max-width: 100%;
}

strong {
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	background: url("../images/bg_wrapper.png") center center repeat-y;
}

footer {
	margin: 2em auto 0;
	padding: 0 0 2em;
	text-align: center;
	font-size: 66.6%;
}

footer a {
	/* color: #fff; */
	text-decoration: underline;
}

footer a:hover {
	/* color: #fff; */
}

.f_logo {
	margin-bottom: 1.5em;
}

address {
	font-style: normal;
}





/***	テキスト装飾設定	***/

.large {
	font-size: 120%;
}

.xlarge {
	font-size: 144%;
}

.xxlarge {
	font-size: 172.8%;
}

.small {
	font-size: 82.5%;
}

.xsmall {
	font-size: 62.5%;
}

.xxsmall {
	font-size: 56.25%;
}

.u {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.highlight {
	background-color: #fff266;
}

.redhigh {
	color: red;
	background-color: #fff266;
}


/***	画像右寄せ設定	***/

.pic_right {
	float: right;
	margin: 10px -15px 10px 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.imgs {
	float: right;
	margin-left: 1.5em;
}


/***	PC・スマホ改行設定	***/

.pconly {
	display: block;
}

.tbonly,
.sponly {
	display: none;
}



/*
 *		text
 */

.text {
}

.wrap_text {
	margin: 0 auto;
	width:820px;
	max-width: 90vw;
}

.con_text {
}

.con_text p {
}


.img_trauma {
	margin-top: 1em;
	margin-bottom: 2em;
}


/*
 *		class-name
 */

.class-name {
}

.wrap_class-name {
	margin: 0 auto;
	width:820px;
	max-width: 96%;
}

.con_class-name {
}

.con_class-name p {
}


/*
 *		form
 */

 .form {
	margin: 0 auto;
	padding: 2.5em 0;
	background: url(../images/bg_form.png);
}

.form + section h2 {
	margin-top: 0;
}

.form h2 {
	margin: 0 auto 1.5em;
	padding: 0;
	width: 920px;
	max-width: 100%;
	background: none;
	box-shadow: none;
}

.form h2::before,
.form h2::after {
	content: none;
}

.submit {
	margin: 0 auto;
	padding: 0 0 2em;
	width: 920px;
	max-width: 96vw;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	background: #fff;
}

.submit .btn {
	display: block;
	margin: 25px auto 0;
	max-width: 96%;
	aspect-ratio: 854 / 206;
}

.deco {
	display: block;
	margin: 0 auto 1em;
	padding: 10px 6px 4px;
	width: 840px;
	max-width: 90vw;
	aspect-ratio: 840 / 108;
	border: 4px solid #333;
	background: #fff;
	color: #1698c7;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.deco::placeholder {
	color: #AAA;
}

.att01{
	margin: 2.5em auto 0;
	padding: 10px;
	width: 860px;
	max-width: 96%;
	border: 3px solid #f8f8f8;
	background: #fff;
	font-size: 71%;
}

.att01 h3{margin: 1em auto 0; padding: 0!important; background: none!important; text-align: center; font-size: larger;}

.att01 p{
	 margin: 0 auto!important;
    padding: 10px!important;
    width: 840px!important;
	max-width: 100%;
    background: #fff!important;
	line-height: 1.7!important;
	font-size: 105%;
	font-weight: normal;
	box-shadow: none;
}



.btn {
	animation-name: btn-animation;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}

.btn:hover {
	animation-duration: 0.8s;
}

/*
 *		事例
 */

 .wrap_video {
	margin: 0 auto 2.5em;
	width: 832px;
	max-width: 90vw;
	aspect-ratio: 16/9;
	box-shadow: 0 0 0 10px #290752;
}

.wrap_video iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
}


/*
 *		who
 */

 .img_who {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


/*
 *		nayami
 */

.nayami + section h2 {
	margin-top: 1.5em;
}

.img_nayami {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.img_breakthrough {
	margin-top: 2em;
}

img.arrow {
	margin: 1.5em auto 0;
	box-shadow: none;
}



/*
 *		strength
 */

 .strength ul {
	margin: 0 auto 2.5em;
	padding: 1.5em 1.5em 1em;
	width: 900px;
	max-width: 100vw;
	border: 1.2em solid #443852;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
}

.strength ul li {
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	padding-left: 2em;
	border-bottom: 1px solid #CCC;
	background: url(../images/check01.png) left 0.2em / auto 1.2em no-repeat;
}

.strength ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}


/*
 *		free
 */

.wrap_free {
	margin: 1.5em auto;
	width: 920px;
	max-width: 100vw;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


.con_free h4 {
	padding: 0.5em 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}


.con_free ul {
	padding: 1.5em 1.5em 1em;
	max-width: 100vw;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
}

.con_free ul li {
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	padding-left: 2em;
	border-bottom: 1px solid #999;
	background: url(../images/check02.png) left 0.2em / auto 1.2em no-repeat;
}

.con_free ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}



/*
 *		bonus
 */

.bonus {
	position: relative;
}

.bonus + section h2 {
	margin-top: 0;
}

.bonus h2 {
	margin-bottom: 0;
	background: url(../images/bg_subheadbon.jpg) center center no-repeat;
}

.wrap_bonus {
	margin: 0 auto;
	padding: 2.5em 0;
	width: 1000px;
	max-width: 100vw;
	background: url(../images/bg_bonus.jpg) center top / auto 100%;
}

.wrap_bonus p {
	margin: 0 auto;
	padding: 1.5em;
	width: 820px;
	max-width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}




/*
 *	countdown timer
 */

 .wrap_timer {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	max-width: 100vw;
	height: 189px;
	aspect-ratio:  1000 / 189;
	background: url("../images/bg_timer.jpg") center center / auto 100% no-repeat;
}

.timer {
	position: absolute;
	top: 91px;
	/* right: 260px; */
	left: 222px;
	margin:0 auto;
	color:#fff;
}

.timer img {
	display: inline-block;
}

.timer .days {
	position: relative;
	left: 0;
}

.timer .hours {
	position: relative;
	left: 50px;
}

.timer .mins {
	position: relative;
	left: 152px;
}

.timer .seconds {
	position: relative;
	left: 206px;
}



/*
 *		profile
 */	

 .profile h2 {
	margin: 2.5em auto 1.5em; 
	font-size: 1em;
	text-align: left;
 }

 .shd_profile {
	display: inline;
	margin-top: 1em;
 }

.tt_profile {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	max-width: 100%;
}

.tt_profile img {
	flex-shrink: 0;
}

.shd_profile {
	max-width: 68%;
}

 .pic_prof {
	max-width: 30%;
 }

 .con_profile {
	margin:0 auto;
	padding-top: 2.5em;
	width: 940px;
	max-width: 100vw;
	box-shadow: 0 0 5px rgba(0,0,0,0.5), 0 0 100px rgba(0, 0, 0, 0.05) inset;
	background: url("../images/bg_profile.jpg");
}

.con_profile p {
	padding: 0 2.5em;
}

.shd_keireki,
.shd_books {
	margin-left: 0;
	max-width: 25%;
}

.shd_books {
	margin-bottom: 1.7em;
}


.books {
	margin: 2.5em auto;
	margin-left: 2.5em;
	padding-bottom: 2.5em;
	width: 780px;
	max-width: 100vw;
}

.books h3 {
	margin-bottom: 1.5em;
	padding-left: 0;
}


.con_books {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	justify-content: space-between;
	margin:  0 auto;
}

.con_books img {
	margin: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}


.delight {
	width: 200px;
	max-width: 100%;
}

.sign {
	margin-bottom: 2.5em;
	padding-top: 1em;
	text-align: right;
}

.sign img {
	width: 240px;
	display: inline;
}

.shd_profile02 {
	margin-left: 0;
	margin-bottom: 2em;
}

.pic_prof02 {
	float: right;
	margin: 0 0 1.5em 1.5em;
	width: 240px;
}





/*
 *		resume
 */	

 .resume table {
	margin-bottom: 2.5em;
	border-collapse: separate;
	border-spacing: 2px;
	background: #000;
}

.resume table th {
	padding: 0.5em;
	width: 6em;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 100%);
	color: #fff;
	font-family: serif;
	font-size: 1.5em;
	text-align: center;
}

.resume table td {
	padding: 1em;
	background: #f0e8d8;
}

.resume table td img {
	max-height: 420px;
}





/***	常時表示ボタン設定	***/

.flbtn {
	opacity: 0;
	position: fixed;
	right: 1em;
	bottom: 0.5em;
}

.flbtn a {
	display: block;
	width: 360px;
	aspect-ratio: 854 / 206;
	background: url(../images/button.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;

	animation-name: btn-animation;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 0.6s;

	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}



@keyframes btn-animation {
	0% {
		transform: translateY(-1em);
	}

	50% {
		transform: translateY(0em);
	}

	100% {
		transform: translateY(-1em);
	}
}




@media screen and (max-width: 1023px) {	/***	幅1023px以下に適用：ipad proなどの1024pxのものはPC表示と同一	***/

	h1 {
		height: calc( 815 / 1000 * 100vw );
		background-size: auto 100% ;
	}

	h2 {
		margin: 6vw auto 4vw;
		padding: 2em 0;
	}

	h2 img {
		max-width: 90vw;
	}

	footer {
		padding-bottom: calc( ( 206 / 854 ) * 96vw + 1.5em );
	}

	.xlarge {
		font-size: 125%;
	}

	.xxlarge {
		font-size: 150%;
	}

	/***	PC・スマホ改行設定	***/

	.pconly,
	.sponly {
		display: none;
	}

	.tbonly {
		display: block;
	}

	.wrap_bonus {
		padding: 1.25em 0;
	}

	.shd_profile02 {
		max-width: 60%;
	}

	.pic_prof02 {
		max-width: 30%;
	}

	/*
	 *		form
	 */

	 .form {
		padding: 1.5vw 0;
	}

	.form h2 {
		margin-bottom: 4vw;
	}

	.form h2 img {
		max-width: 100%;
	}

	.submit {
		padding: 0;
	}

	.deco {
		margin: 1.5vw auto;
		padding: 1% 1.5vw;
		height: calc( 108 / 1000 * 100vw );
		font-size: 1em;
	}

	.submit .btn {
		margin-top: 4%;
	}

	.img_bun {
		margin-right: 0;
		max-width: 33%;
	}


	.books {
		max-width: calc( 90vw - 2.5em);
	}

	.books img {
		width: calc( ( 90vw - 2.5em - 3em ) / 3 );
	}


	.flbtn {
		left: 10vw;
	}

	.flbtn a {
		width:80vw;
	}



}


@media screen and (max-width: 599px) {	/***	幅599px以下に適用：スマホ	***/

	body {
		font-size: 4.5vw;
	}

	h2 {margin-bottom: 6vw;}

	.pconly,
	.tbonly {display: none;}

	.sponly {display: block;}

	.imgs {
		float: none;
		margin: 0 auto 1.5em;
	}

	.form {
		padding: 2vw 0;
	}

	.img_breakthrough {
		margin-top: 4vw;
		max-width: 92vw;
	}

	img.arrow {
		margin: 4vw auto 0;
		max-width: 50vw;
	}

	.nayami + section h2 {
		margin-top: 4vw;
	}

	.img_trauma:last-of-type {
		margin-bottom: 0;
	}

	.strength ul {
		margin: 0 auto 1.5em;
		padding: 4vw;
		border: 4vw solid #443852;
		font-size: 1em;
	}

	.con_free ul {
		padding: 4vw;
		font-size: 1em;
	}

	.wrap_bonus {padding: 2vw;}

	.wrap_bonus p {padding: 4vw;}

	.img_bonus {
		width: 75%;
	}


	.btn { 
		margin: 6vw auto 8vw;
	}

	


	.tt_profile {
		flex-direction: column;
		margin-bottom: 2em;
	}

	.con_profile {
		padding-top: 4vw;
	}

	.con_profile p {
		padding: 0 4vw;
	}

	.pic_prof {
		max-width: 50%;
	} 

	.shd_profile {
		max-width: 90%;
	}

	.books {
		margin: 4vw auto;
		padding-bottom: 4vw;
		max-width: 92vw;
	}

	.con_books {
		gap: 4vw 4%;
	}
	
	.books img {
		width: 48%;
	}

	.pic_prof02 {
		float: none;
		margin: 0 auto 1em;
		max-width: 40vw;
	}

	.shd_profile02 {
		margin: 0 auto 2em;
		max-width: 66vw;
	}

	.sign img {
		max-width: 50%;
	}

	.resume h2 {
		margin-bottom: 3vw;
	}

	.resume h2 img {
		max-width: 50%;
	}

	.wrap_resume {
		width: 96vw;
		max-width: 96vw;
	}

	.resume table {
		margin-bottom: 2vw;
	}

	.resume table th,
	.resume table td {
		display: block;
		width: 100%;
		text-align: center;
	}

	.deco {
		border-width: 2px; 
	}


	.att01{ margin-top: 1em; }

	.flbtn {
		left: calc( 50vw - 40vw );
	}

	.flbtn a {
		width: 80vw;
	}

	footer {
		padding-bottom: calc( ( 206 / 854 ) * 80vw + 8vw );
	}


}



/*
 *		特商法
 */

 .page_laws #wrapper {
	margin: 0 auto 2em;
	padding: 3em;
	width: 800px;
	background: #fff;
	max-width: 100%;
	font-size: 75%;
}

.page_laws #wrapper h2 {
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
}

.page_laws #wrapper h3 {
	margin-top: 2em;
	font-size: 1.25em;
}

.page_laws #wrapper h4 {
	margin-top: 2em;
}

.page_laws table {
	margin: 1.5em auto;
	width: 720px;
	border-collapse: separate;
	border-spacing: 1px;
	background: #ccc;
}

.page_laws th {
	padding: 0.5em;
	width: 28%;
	border-top: 1px solid #fff;
	background-color: #EBEBEB;
}

.page_laws td {
	padding: 0.5em;
	font-size: 0.8em;
	background-color: #FFFFFF;
}


@media screen and (max-width: 599px) {	/***	幅599px以下に適用：スマホ	***/


	.page_laws #wrapper {
		margin: 0 auto 2em;
		padding: 1em 0;
		background: #fff;
		width: 100%;
		font-size: 75%;
	}
	
	.page_laws #wrapper h2 {
		margin: 0 auto;
		font-size: 1em;
		text-align: center;
	}
	
	.page_laws #wrapper h3 {
		margin-top: 1em;
	}
	
	.page_laws table {
		margin: 1.5em auto;
		width: 96vw;
		border-collapse: separate;
		border-spacing: 1px;
		background: #ccc;
	}
	
	.page_laws th {
		display: block;
		padding: 0.5em;
		width: 100%;
	}
	
	.page_laws td {
		display: block;
		padding: 0.5em;
		width: 100%;
	}


}