@charset "utf-8";


/* ------------------------------
    reset
------------------------------ */

html,body{
	height: 100%;
}
html{
	font-size: 62.5%;
	overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #000;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
*{
	box-sizing: border-box;
}
a{
	color: #000;
	text-decoration:none;
}
p.txt{
	font-size: 1.6rem;
	line-height: 1.8;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}

/* ------------------------------
    base
------------------------------ */

body{
	position: relative;
	font-size: 1.0rem;
}
p,table,dl,ol {
	font-size: 1.4rem;
	line-height: 1.8;
}
.fade,
.blackfade{
	transition: all 0.3s ease;
}
.fade:hover{
	opacity: .6;
}
.blackfade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
}
.blackfade:hover{
	opacity: .4;
}
.full-img {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.full-img img {
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 1400px;
}
.h-center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.v-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.hv-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.flex {
	display: flex;
	justify-content: space-between;
}
.left{
	float: left;
}
.right{
	float: right;
}
.bold{
	font-weight: bold!important;
}
.tal{
	text-align: left!important;
}
.center{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.wrap{
	width: 100%;
	max-width: calc(1020px + 60px);
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}
#overlay {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	z-index: 998;
}
#overlay.active {
	opacity: 1;
	pointer-events: auto;
}
section {
	position: relative;
}

/* ------------------------------
    contents
------------------------------ */

header{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #0069b7;
	transition: all .3s;
	padding: 0 3%;
}
header .wrap{
	width: 100%;
	max-width: 1130px;
	padding: 0;
	height: 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo{
	font-size: 1.9rem;
	color: #fff;
}
header .logo a{
	color: #fff;
}

main .section-ttl {
	font-size: 40px;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 1em;
}
main .section-ttl .en{
	font-size: 1.8rem;
	color: #0069b7;
	display: block;
	font-weight: normal;
}
main .section-ttl-blue{
	font-size: 30px;
	line-height: 1.35;
	color: #fff;
	text-align: center;
	background: #0069b7;
	padding: 15px 10px;
}
main .section-ttl-blue.line1{
	padding: 40px 10px;
}
main .section-ttl-blue strong{
	font-size: 48px;
	font-weight: bold;
}

main #fv .bg {
	padding: 50px 0 30px;
	background: url(../img/fv_bg.jpg) no-repeat center top;
	background-size: auto 100%;
}
main #fv .img {
	width: 40%;
	text-align: right;
	position: relative;
	padding-left: 10px;
	align-self: flex-end;
}
main #fv .txt {
	font-size: 26px;
	text-align: center;
	line-height: 1.4;
	margin: 30px 0 20px;
	max-width: 485px;
}
main #fv .txt small{
	font-size: 18px;
}
main #fv .txt strong{
	font-size: 35px;
	color: #cc3527;
}
main #fv .note{
	font-size: 1.4rem;
	text-align: center;
	max-width: 485px;
	margin-top: 10px;
}
main #fv .img{
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 238px;
	margin: 0 auto;
}


main #indexfor .box {
	padding: 60px 0;
}
main #indexfor .box:nth-child(odd) {
	background: #f8faf9;
}
main #indexfor .img {
	width: 40%;
	text-align: center;
}
main #indexfor .detail {
	width: 58%;
}
main #indexfor .detail h3 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 20px;
}
main #indexfor .detail h3 .en{
	color: #0069b7;
	margin-bottom: 10px;
	display: block;
}
main #indexfor .detail h3 strong {
	color: #000;
	font-weight: normal;
	font-size: 40px;
}
main #indexfor .detail ul li {
	position: relative;
	color: #333;
	font-size: 18px;
	line-height: 1.4;
	padding-left: 1.5em;
}
main #indexfor .detail ul li+li {
	margin-top: 10px;
}
main #indexfor .detail ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-left: 2px #299f67 solid;
	border-bottom: 2px #299f67 solid;
	width: 1em;
	height: .5em;
	transform: rotate(-45deg);
}

main #about{
	position: relative;
}
main #about .bg{
	padding: 60px 0;
	background: url(../img/about_bg.jpg) no-repeat center top;
	background-size: 1400px auto;
	position: relative;
}
main #about::before,
main #about::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: url(../img/about_bg_left.jpg) repeat-x center top;
	z-index: -1;
	visibility: visible;
}
main #about::after{
	left: auto;
	right: 0;
	background-image: url(../img/about_bg_right.jpg);
}
main #about .txtblock{
	margin-top: 60px;
}
main #about .txtblock p{
	font-size: 17px;
}
main #about .txtblock p+p{
	margin-top: 30px;
}
main #about .checkblock{
	background: #fff;
	padding: 15px 30px 45px;
	margin-top: 120px;
	border: 1px solid #999999;
}
main #about .checkblock p{
	font-size: 30px;
	text-align: center;
}
main #about .checkblock ul li{
	font-size: 24px;
	line-height: 1.2;
	position: relative;
	padding-left: 40px;
	margin-top: 15px;
}
main #about .checkblock ul li::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../img/check.png) no-repeat center center /contain;
}
main #about .checkblock ul li small{
	font-size: 18px;
	display: block;
}
main #about .block{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
main #about .block .img{
	max-width: 312px;
	width: 30%;
}
main #about .block .txtblock2{
	max-width: 600px;
	width: calc(60% - 30px);
	margin-top: 30px;
	margin-left: 30px;
}
main #about .block .txtblock2 p{
	font-size: 17px;
}
main #about .block .txtblock2 p+p{
	margin-top: 30px;
}

main #present{
	padding: 30px 0 70px;
}
main #present .txt{
	font-size: 1.7rem;
}
main #present .flexbox{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 20px;
}
main #present .flexbox ul{
	max-width: 520px;
	width: 60%;
	margin-right: 10px;
}
main #present .flexbox ul li{
	font-size: 1.8rem;
	line-height: 1.4;
	padding-left: 1.5em;
	position: relative;
}
main #present .flexbox ul li::before{
	content: '●';
	color: #d35e55;
	position: absolute;
	top: 0;
	left: 0;
}
main #present .flexbox ul li+li{
	margin-top: 15px;
}
main #present .flexbox .cap{
	font-size: 1.4rem;
	margin-top: 5px;
	text-align: center;
}

main #author {
	padding: 60px 0;
}
main #author .profile .img {
	order: 2;
}
main #author .profile .detail {
	width: 65%;
	padding-right: 20px;
}
main #author .profile h3 {
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
}
main #author .profile h4{
	font-size: 30px;
	font-weight: normal;
	margin-top: 60px;
	margin-bottom: 50px;
}
main #author .profile .name {
	color: #333;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 50px;
}
main #author .profile .name strong {
	font-size: 24px;
	font-weight: normal;
}
main #author .profile .txt {
	font-size: 17px;
	line-height: 1.8;
}
main #author .book h3 {
	font-size: 36px;
	text-align: center;
	margin: 60px 0 60px;
}

main .cta {
	padding: 60px 0;
	background: #252525;
}
main .cta h2,
main .cta p {
	text-align: center;
	color: #fff;
}
main .cta h2 {
	margin-bottom: .5em;
}
main .cta .txt {
	color: #f5f5f5;
	font-size: 18px;
	line-height: 1.6;
}
main .cta .price {
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 15px;
}
main .cta .price span {
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	text-decoration: line-through;
}
main .cta .btn {
	margin: 30px auto;
}
main .cta .soryo{
	font-size: 18px;
}
main .cta .note{
	font-size: 18px;
	margin-top: 10px;
}

main #review {
	padding: 85px 0;
	background: #f8f9fa;
}
main #review h2 span {
	display: block;
	color: #999;
	font-size: 16px;
	font-weight: normal;
	line-height: 3;
}


main #service{
	padding: 85px 0;
}
main #service table{
	border: 1px solid #a0a0a0;
	width: 100%;
	margin: auto;
	border-collapse: collapse;
}
main #service table th,
main #service table td{
	font-size: 1.3rem;
	line-height: 2.4rem;
	border: 1px solid #a0a0a0;
	text-align: center;
	padding: 8px 5px;
}
main #service table th{
	font-size: 1.6rem;
	background: #d3d3d3;
	font-weight: bold;
}
main #service table th:first-child,
main #service table td:first-child{
	width: 200px;
}
main #service table th:nth-child(2),
main #service table td:nth-child(2){
	width: 165px;
}
main #service table th:nth-child(3),
main #service table td:nth-child(3){
	width: 138px;
}
main #service table th:nth-child(4),
main #service table td:nth-child(4){
	width: 388px;
}

footer{
	width: 100%;
	background: #000000;
	padding: 30px 0;
	text-align: center;
}
footer .wrap{
	padding: 0;
	max-width: 700px;
}
footer ul.menu{
	text-align: left;
	max-width: 100%;
	margin-bottom: 2em;
}
footer ul.menu > li{
	display: inline-block;
	font-size: 12px;
	line-height: 1.4;
	position: relative;
	margin-right: 20px;
}
footer ul.menu > li:last-child{
	margin-right: 0;
}
footer ul.menu > li a{
	color: #fff;
}
footer ul.menu > li a:hover{
	cursor: pointer;
}
footer .txt{
	font-size: 12px;
	color: #fff;
}
footer .txt a{
	color: #fff;
}

@media screen  and (min-width : 1025px){

	.tb{
		display:none!important;
	}

}

@media screen  and (max-width : 1024px){

	main #fv .bg{
		background-position: right 40% top;
	}
	main #fv .img{
		left: auto;
		right: 6%;
		width: 27%;
	}

	main .section-ttl-blue strong{
		font-size: 44px;
	}

}

@media screen  and (min-width : 768px){

	.sp{
		display:none!important;
	}

}

@media screen and (max-width : 767px){

	.pc{
		display:none!important;
	}
	.tb{
		display:none!important;
	}
	body{
		min-width:inherit;
	}
	img{
		max-width: 100%;
	}
	p{
		font-size: 3.5vw;
	}
	p.txt {
		font-size: 3.5vw;
		line-height: 1.8;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.full-img img {
		display: block;
		position: static;
		transform: translateX(0);
		width: 100%;
		min-width: inherit;
	}
	.wrap{
		width: 100%;
		padding: 0 3%;
	}
	.fixed {
		position:fixed;
		top:0;
		left:0;
		width:100%;
	}

	header{
	}
	header .wrap{
		height: 42px;
	}
	header .logo{
	}

	main .section-ttl {
		font-size: 7vw;
	}
	main .section-ttl .en{
		font-size: 4.2vw;
	}
	main .section-ttl-blue{
		font-size: 4vw;
		padding: 3% 3%;
	}
	main .section-ttl-blue.line1{
		padding: 3% 3%;
	}
	main .section-ttl-blue strong{
		font-size: 7vw;
	}

	main #fv .flex .img {
		margin: 5% 0 0;
	}
	main #fv .flex {
		display: block;
	}

	main #fv .bg {
		padding: 5% 0;
		background-position: right 37% top 0;
	}
	main #fv h2 {
		width: 90%;
	}
	main #fv .txt,
	main #fv .note,
	main #fv .btn{
		width: 68%;
	}
	main #fv .txt{
		font-size: 4.2vw;
		max-width: 100%;
		margin: 3% 0 3%;
	}
	main #fv .txt small{
		font-size: 3.7vw;
	}
	main #fv .txt strong{
		font-size: 5.2vw;
	}
	main #fv .note{
		font-size: 2.6vw;
		max-width: 100%;
		margin-top: 3%;
	}
	main #fv .img{
	    bottom: auto;
	    top: 50vw;
	    left: auto;
	    right: 3%;
	    margin: 0 auto;
	    width: 28%;
	    padding-left: 0;
	}

	main #indexfor .box{
		padding: 10% 0;
	}
	main #indexfor .detail {
		width: 100%;
	}
	main #indexfor .detail h3 {
		font-size: 5vw;
		line-height: 1.4;
		text-align: center;
		margin-top: 5%;
	}
	main #indexfor .detail h3 .en{
		font-size: 4.2vw;
		margin-bottom: 1%;
	}
	main #indexfor .detail h3 strong {
		font-size: 6vw;
	}
	main #indexfor .detail ul li {
		font-size: 3.5vw;
		padding-left: 1.8em;
	}
	main #indexfor .flex {
		display: block;
	}
	main #indexfor .img {
		width: 80%;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}

	main #about{
		position: relative;
	}
	main #about .bg{
		padding: 10% 0;
		background: url(../img/about_bg_sp.jpg) no-repeat center top;
		background-size: 228% auto;
		position: relative;
	}
	main #about::before,
	main #about::after{
		display: none;
	}
	main #about .txtblock{
		margin-top: 8%;
	}
	main #about .txtblock p{
		font-size: 3.5vw;
	}
	main #about .txtblock p+p{
		margin-top: 7%;
	}
	main #about .checkblock{
		padding: 5%;
		margin-top: 20%;
	}
	main #about .checkblock p{
		font-size: 7vw;
		text-align: center;
	}
	main #about .checkblock ul li{
		font-size: 3.8vw;
		line-height: 1.4;
		padding-left: 6vw;
		margin-top: 3%;
	}
	main #about .checkblock ul li::before{
		width: 4.5vw;
		height: 4.5vw;
		top: .1em;
	}
	main #about .checkblock ul li small{
		font-size: 3.5vw;
	}
	main #about .block{
		display: block;
		margin-top: 10%;
	}
	main #about .block .img{
		max-width: 100%;
		width: 40%;
		margin: 0 auto;
	}
	main #about .block .txtblock2{
		max-width: 100%;
		width: 100%;
		margin: 5% auto 0;
	}
	main #about .block .txtblock2 p{
		font-size: 3.5vw;
	}
	main #about .block .txtblock2 p+p{
		margin-top: 7%;
	}

	main #present{
		padding: 10% 0;
	}
	main #present .txt{
		font-size: 3.5vw;
	}
	main #present .flexbox{
		display: block;
		margin: 8% 0;
	}
	main #present .flexbox ul{
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	main #present .flexbox ul li{
		font-size: 3.8vw;
		padding-left: 1.5em;
		position: relative;
	}
	main #present .flexbox ul li+li{
		margin-top: 3%;
	}
	main #present .flexbox .img{
		margin-top: 5%;
		text-align: center;
	}
	main #present .flexbox .cap{
		font-size: 3.2vw;
		margin-top: 2%;
	}

	main #introduction .txt {
		font-size: 3.5vw;
	}

	main #author {
		padding: 10% 0;
	}
	main #author .profile{
		display: block;
	}
	main #author .profile .img{
		text-align: center;
		margin: 0 auto;
	}
	main #author .profile .detail {
		width: 100%;
		padding-right: 0;
	}
	main #author .profile h3 {
		font-size: 7vw;
		margin-top: 8%;
	}
	main #author .profile h4{
		font-size: 5.2vw;
		margin: 10% 0 7%;
	}
	main #author .profile .name {
		font-size: 3.5vw;
		margin-bottom: 7%;
	}
	main #author .profile .name strong {
		font-size: 3.8vw;
	}
	main #author .profile .txt {
		font-size: 3.5vw;
	}
	main #author .book h3 {
		font-size: 7vw;
		text-align: center;
		margin: 7% 0
	}

	main .cta{
		padding: 10% 0;
	}
	main .cta .txt {
		font-size: 3.5vw;
	}
	main .cta .price {
		font-size: 8vw;
	}
	main .cta .price span {
		font-size: 5vw;
	}
	main .cta .center img {
		width: 50%;
	}
	main .cta .soryo,
	main .cta .note{
		font-size: 3.5vw;
	}
	main .cta .btn {
		width: 100%;
		margin: 5% 0 8%;
	}

	main #service{
		padding: 10% 0;
	}
	main #service table th, main #service table td{
		font-size: 3.5vw;
	}
	main #service table th{
		font-size: 3.8vw;
	}
	main #service table{
		width: 180vw;
	}
	main #service .table{
		overflow: auto;
	}
	main #service .table::-webkit-scrollbar{
		height: 4px;
	}
	main #service .table::-webkit-scrollbar-track{
		background: #eeeeee;
	}
	main #service .table::-webkit-scrollbar-thumb {
		background: #a0a0a0;
	}

	main #review{
		padding: 10% 0;
	}
	main #review h2 span {
		font-size: 3vw;
	}

	footer .wrap{
		padding: 0 5%;
	}
	footer ul.menu > li{
		font-size: 3vw;
		margin-right: 1.5em;
	}
	footer .txt{
		font-size: 2.5vw;
	}

}

.pre_notes{
	font-size:2.4rem;
	font-weight:bold;
	margin:0 0 20px;
}
.pre_notes br{
	display:none;
}

@media screen and (max-width : 1200px){
	.pre_notes{
		line-height:1.4;
	}
	.pre_notes br{
		display:block;
	}
}
@media screen and (max-width : 767px){
	.pre_notes{
		font-size:1.4rem;
		line-height:1.4;
		margin:0 0 15px;
	}
}

.clear{
	clear:both;
}
/* ------------------------------
    clearfix
------------------------------ */

.cf,.clearfix{
  zoom:1;
}
.cf:after,.clearfix:after{
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}