﻿@charset "utf-8";
*{
	font-size: 17px;
	line-height: 30px;
}

hr{
	border-width: 1px 0px 0px 0px; /* 太さ1px */
	border-style: solid;
	border-color: #014099;
	height: 1px; /* 高さ(※古いIE用) */
	margin-top: 50px;
	margin-bottom: 50px;
}
h5{
	font-size: 2.2rem;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #014099;
}
.contents{
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 20px;
}


/* =============================== 背景色設定 =============================== */
.bg-iwato-red {background-color: #e30000!important;}
.bg-iwato-right-red {background-color: #ffe6e6!important;}
.bg-iwato-semi-right-red {background-color: #ffe6e6!important;}
.bg-fort-blue {background-color: #0021cd!important;}
.bg-fort-right-blue {background-color: #ecf4fc!important;}
.bg-fort-semi-right-blue {background-color: #96b0ff!important;}
.bg-fort-deep-blue {background-color: #002baf!important;}
.bg-lightest-blue {background-color: #def0f7!important;}
.bg-white {background-color: #fff!important;}
.bg-light-white {background-color: #fefefe!important;}
.bg-light-gray {background-color: #eeeeee!important;}
.bg-lightest-brawn {background-color: #f5f2ec!important;}
.bg-light-orange {background-color: #f19b4f!important;}
.bg-skyblue {background-color: #63c0f7!important;}
.bg-skyblue2 {background-color: #1daafc!important;}

.bg_stripe {background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 2px, transparent 0, transparent 28px);}



/* =============================== 線の色設定 =============================== */
.blc-iwato-red {border-color: #e30000!important;}
.blc-iwato-right-red {border-color: #ffe6e6!important;}
.blc-iwato-semi-right-red {border-color: #ffe6e6!important;}
.blc-fort-deep-blue {border-color: #aa0000!important;}
.blc-fort-blue {border-color: #0021cd!important;}
.blc-fort-right-blue {border-color: #ecf4fc!important;}
.blc-fort-semi-right-blue {border-color: #96b0ff!important;}

.bdg3{border: 3px solid #ddd;}



/* =============================== 下線の色設定 =============================== */
.marker-yellow{background:linear-gradient(transparent 60%, #fff617 60%)}
.marker-skyblue{background:linear-gradient(transparent 60%, #ecf4fc 60%)}
.marker-pink{background:linear-gradient(transparent 60%, #e55597 60%)}



/* =============================== 文字の大きさ設定 =============================== */
.fz150{font-size: 1.5em;}
.fz120{font-size: 1.2em;}
.fz110{font-size: 1.1em;}
.fz85{font-size: 0.85em;}
.fz75{font-size: 0.75em;}
.fz65{font-size: 0.65em;}
.fz50{font-size: 0.5em;}



/* =============================== 文字の色設定 =============================== */
.c-red {color: #e30000!important;}
.c-right-red {color: #ffe6e6!important;}
.c-semi-right-red {color: #ffe6e6!important;}
.c-deep-blue {color: #aa0000!important;}
.c-blue {color: #0021cd!important;}
.c-right-blue {color: #ecf4fc!important;}
.c-semi-right-blue {color: #96b0ff!important;}
.c-deep-blue {color: #002baf!important;}
.c-skyblue{color: #1daafc!important;}
.c-pink{color: #e03d64!important;}
.c-white{color: #fff!important;}
.c-333{color: #333!important;}



/* =============================== タイトルの設定 =============================== */
.sec-ttl{
	font-size: 1.7em;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.sec-ttl2{
	font-size: 1.4em;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.sec-ttl .small{font-size: 0.4em;}

.title-border {
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 10px;
	line-height: 35px;
}



/* =============================== 下矢印の設定 =============================== */
.down-arrow {
	width: 100%;
	position: relative;
	color: #fff;
	text-align: center;
	height: 50px;
}
.down-arrow::before {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -50px 0 0 -50px;
	border: 50px solid transparent;
	border-top-color: #fff;
	content: '';
}
.down-arrow2 {
	width: 100%;
	position: relative;
	color: #f5f2ec;
	text-align: center;
	height: 50px;
}
.down-arrow2::before {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -50px 0 0 -50px;
	border: 50px solid transparent;
	border-top-color: #f5f2ec;
	content: '';
}



/* =============================== 動画の設定 =============================== */
.video{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	border-radius: 10px;
}




.xs-m_b_20 { margin-bottom: 0; }
.xs-m_b_30 { margin-bottom: 0; }
@media only screen and (max-width: 767px) {
	.xs-m_b_20 { margin-bottom:20px; }
	.xs-m_b_30 { margin-bottom:30px; }
}



/* =============================== header =============================== */
header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1000;
}
#header_inner{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header_inner .logo{width: 200px;}
.sidelist{letter-spacing: -.4em;}
.sidelist li{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 auto;
}

.head-logo img{
	width: 180px!important;
	float: left;
	position: absolute;
	top: 8px;
	left: 30px;
}

#gnav{
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #eee;
}
#gnav ul{
	text-align: right;
	padding: 15px 0 6px;
}
#gnav li:first-child{border-left: 1px solid #01265A;}
#gnav li:nth-last-child(n+2){border-right: 1px solid #01265A;}
#gnav li a{
	line-height: 1;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 10px 22px;
	font-size: 1.2em;
	font-weight: 500;
	transition: .3s;
}
#gnav li a:hover{transition: .3s;}
#gnav .menu_second-level a{
	color: #333;
	text-align: center;
}
#gnav .menu-btn{
	color:#fff;
	background: #e03d64;
	border: 1px solid #e03d64;
	text-decoration: none;
	border-radius: 50px;
	margin: 0 20px;
}
#gnav .menu-btn i{
	color: #fff;
	font-size: 0.9em;
	margin-right: 3px;
}
#gnav .menu-btn:hover{
	color: #e03d64;
	background-color: #fff;
}
#gnav .menu-btn:hover i{color: #e03d64;}

/* mega menu */
.menu_mega .menu_second-level, .menu_mega .menu_second-level_2{
	position: absolute;
	text-align: center;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
}
.menu_mega:hover .menu_second-level, .menu_mega:hover .menu_second-level_2{
	visibility: visible;
	opacity: 1;
}
.menu_mega .menu_second-level > li{
	float: left;
	width: 32%;
	/*　min-height: 200px;*/
	border: none!important;
	padding: 10px 0 20px;
}
.menu_mega .menu_second-level > li:nth-child(3n+2){
	margin: 0 1%;
}
.menu_mega .menu_second-level_2 > li{
	float: left;
	width: 49%;
	border: none;
}



/* =============================== slider =============================== */
#mainslide{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
#mainslide .slider{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#mainslide img{
	width: 100%;
	height: auto;
}
.slick-arrow{
	border: none;
	text-indent: -9999px;
	width: 50px;
	height: 80px;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 100;
}
.slick-next{
	right: 0px;
	background: url(../images/slide_next.svg) no-repeat center;
	height: 80px;
}
.slick-prev{
	left: 0px;
	background: url(../images/slide_prev.svg) no-repeat center;
	height: 80px;
}
.slick-dots{
	z-index: 100;
	display: block;
	list-style: outside none none;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 20px;
}
.slick-dots li{
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 10px;
	padding: 0;
	position: relative;
	width: 20px;
}
.slick-dots li button{
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: medium none;
	padding: 5px;
	width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus{outline: medium none;}
.slick-dots li button:hover::before, .slick-dots li button:focus::before{opacity: 1;}
.slick-dots li button::before{
	color: #aaa;
	content: "●";
	font-family: "slick";
	font-size: 1.8rem;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
	z-index: 3000;
}
.slick-dots li.slick-active button::before{
	color: #0D6BEC;
	opacity: 1;
}



/* =============================== common =============================== */
.clearfix:before, .clearfix:after{
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after{clear: both;}
.clearfix{zoom: 1;}



/* =============================== sec =============================== */
figure{
	position: relative;
	overflow: hidden;
	width: 300px;
}
figcaFption{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}
figure:hover figcaption{
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}



/* =============================== トップ画像 =============================== */
.p-mv{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/mv_lg.webp);
	background-size: cover;
}
.p-mv .p-mv__holder{
	display: table;
	height: 255px;
	width: 100%;
}
.p-mv .p-mv__holder .p-mv__holder__texts{
	display: table-cell;
	vertical-align: middle;
}
.p-mv__holder__texts h1{
	font-size: 3.0em;
	line-height: 1.25em;
	text-shadow: 2px 2px 1px #fff, 2px 2px 2px #fff;
	margin-top: -5px;
}
.p-mv__holder__texts h1 span{
	font-size: 0.39em;
	letter-spacing: -0.02em;
}
.p-mv .p-mv__holder .p-mv__holder__texts .p-mv__holder__texts__ribbon{
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	padding: 10px 15px;
	background-color: #1daafc;
}
.p-mv .p-mv__holder .p-mv__holder__texts .p-mv__holder__texts__ribbon:before{
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #1daafc;
}
.p-mv .p-mv__holder .p-mv__holder__texts h2{
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.458333333;
}
.p-mv .p-mv__holder .p-mv__holder__texts h2 em{
	font-size: 30px;
	font-size: 3rem;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.p-mv{
		background-repeat: no-repeat;
		background-position: right 10% bottom;
		background-image: url(../images/mv_lg.webp);
		background-size: cover;
	}
	.p-mv__holder__texts{padding-left: 5%;}
}



/* =============================== トップ画像のballoon =============================== */
.p-mv-balloon {position: relative;}
.p-mv-balloon > span {
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 12px 35px;
	border-radius: 34px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #1daafc;
}
.p-mv-balloon > span:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(253, 53, 92, 0);
	border-top-color: #1daafc;
	border-width: 10px;
	margin-left: -10px;
}



/* =============================== inner =============================== */
.c-inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.c-inner_contents{width: 1000px;}

@media only screen and (max-width: 1024px) {
	.c-inner_contents{width: 100%;}
}



/* =============================== 吹き出し =============================== */
.c-balloon {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}
.c-balloon > span {
	position: relative;
	display: inline-block;
	padding: 12px 35px;
	border-radius: 34px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #fff;
}
.c-balloon.skyblue > span {
	background-color: #1daafc;
	color: #fff;
}
.c-balloon > span:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(253, 53, 92, 0);
	border-width: 10px;
	margin-left: -10px;
	border-top-color: #fff;
}
.c-balloon.skyblue > span:after {border-top-color: #1daafc;}



/* =============================== 申し込みボタン =============================== */
.apply-txt{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
.apply-txt span{font-size: 1.0em;}
.apply-txt-small{
	font-size: 0.5em;
	font-weight: bold;
}
.btn {
	display: block;
	cursor: pointer;
	cursor: hand;
	max-width: 700px;
	margin: 0 auto 1.1em;
	padding: 19px 18px 13px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: inherit;
	background: #e03d64;
	border-color: #e03d64;
	box-shadow: 0 8px 0 #9f2945, 0 8px 0 rgba(0,0,0,.2);
	transition: color .4s, background .4s, box-shadow .4s, transform 0.3s;
	line-height: 1.2em;
	font-size: 1.8em;
	text-decoration: none!important;
	font-weight: bold;
}
.btn:hover {
	background: #9f2945;
	border-color: #9f2945;
	box-shadow: 0 3px 0 #9f2945, 0 8px 0 rgba(0,0,0,.2);
	transform: translateY(5px);
	color: #ddd;
}
.btn:active {
	color: #ddd;
	background: #9f2945;
	box-shadow: 0 0 0 #9f2945, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(8px);
	transition-duration: .1s;
}



/* =============================== チェックボックス =============================== */
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	display: block;
	position: relative;
	width: 100%;
	padding: 2px 0px 0px 50px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	line-height: 25px;
	margin-bottom: 20px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	input[type="checkbox"] + label {padding: 0px 0px 0px 50px;}
}

input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border: 3px solid #313133;
	position: absolute;
	left: 0px;
	top: 1px;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + label:before {
	width: 10px;
	/*top: 15px;*/
	left: 15px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 992px) {
	input[type="checkbox"] + label:before {
		top: -0.1em;
	}
}



/* =============================== 痩せられないとこんな不便が…。 =============================== */



/* =============================== あなたと同じ悩みを持っていました。 =============================== */
.balloon-mes{
	padding: 0;
	margin: 15px 0 5px;
	padding: 25px 15px 15px;
	color: #fff;
	position: relative;
	border-radius: 20px;
	background-color: #eee;
}
.balloon-mes:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(253, 53, 92, 0);
	border-top-color: #eee;
	border-width: 20px;
	margin-left: -20px;
}
.balloon-mes p{line-height: 1.7em;}

/* 吹き出し本体の背景色用 */
.border-balloon {
	width: 100%;
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px 30px;
	border: 3px solid #8ed2ed;
	box-sizing: border-box;
	margin-bottom: 15px;
}

/* 吹き出しのしっぽ：本体の背景色用 */
.border-balloon::before {
	content: "";
	position: absolute;
	bottom: -44px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 22px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	z-index: 2;
}

/* 吹き出しのしっぽ：枠線の色用 */
.border-balloon::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 24px;
	border-style: solid;
	border-color: #8ed2ed transparent transparent transparent;
	z-index: 1;
}



/* =============================== インストラクター =============================== */
.teacher-name img{width: 70%;}
.teacher-keireki{
	border-radius: 10px;
	padding: 30px;
}



/* =============================== この講座で手に入れられる５つのこと =============================== */
.point{
	position: relative;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
	background-color: #1daafc;
	color: #fff;
	margin-bottom: -25px;
	display: block;
	line-height: 20px;
	text-align: center;
	padding-top: 3px;
}
.point span{display: block;}
.point .point-num{
	font-size: 1.4em;
	position: relative;top: -8px;
}
.point-txt-box{padding: 30px 15px 5px;}
.point-corner{padding: 20px 0;}

.merit-num{
	text-align: center;
	padding: 5px 7px 4px;
	display: block;
	margin: 0 auto;
	max-width: 180px;
	border-radius: 5px;
	margin-top: 0;
}



/* =============================== コース内容 =============================== */

.section{margin-bottom: 25px;}

/* ボタン（ピンク）*/
.btn-square_v1 {
	display: block;
	cursor: pointer;
	cursor: hand;
	padding: 23px 45px 18px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	text-decoration: inherit;
	background: #e30000;
	box-shadow: 0 8px 0 #98103a, 0 8px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
	margin-bottom: 0;
}
.btn-square_v1:hover {
	background: #e30000;
	box-shadow: 0 3px 0 #98103a, 0 8px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn-square_v1:active {
	color: #ddd;
	background: #e30000;
	box-shadow: 0 0 0 #98103a, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}
.accordion_inner_v1 {
	border-left: 3px solid #e30000;
	border-right: 3px solid #e30000;
	border-bottom: 3px solid #e30000;
}

/* ボタン（青）*/
.btn-square_v2 {
	display: block;
	cursor: pointer;
	cursor: hand;
	padding: 23px 45px 18px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	text-decoration: inherit;
	background: #0062d1;
	box-shadow: 0 8px 0 #0021cd, 0 8px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
	margin-bottom: 0;
}
.btn-square_v2:hover {
	background: #0062d1;
	box-shadow: 0 3px 0 #0021cd, 0 8px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn-square_v2:active {
	color: #ddd;
	background: #0062d1;
	box-shadow: 0 0 0 #0021cd, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}
.accordion_inner_v4 {
	border-left: 3px solid #0062d1;
	border-right: 3px solid #0062d1;
	border-bottom: 3px solid #0062d1;
}



/* =============================== footer =============================== */
#fnav{
	background-color: #fff;
	padding: 20px 0 17px;
}
#fnav ul{
	text-align: center;
	margin: 0;
}
#fnav li{margin-bottom: 10px;}
#fnav li:first-child{border-left: 1px solid #333;}
#fnav li:nth-last-child(n+2){border-right: 1px solid #333;}
#fnav li a{
	line-height: 1;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	transition: .3s;
}
#fnav li:last-child{border-right: 1px solid #333;}
#fnav li a:hover{transition: .3s;}
.f-logo{background-color: #fff;}
.f-logo img{width: 170px;}
.link{
	text-align: center;
	padding: 17px 0 15px;
	margin-bottom: 0;
}
.link li{
	display: inline-block;
	margin-right: 20px;
}
.link a{color: #333;}

#copyright{
	background-color: #333;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 10px 0;
}

#pc-footer{display: block; background-color: #fff; padding: 20px 0;}
#sp-footer, #sp-footer2{display: none;}
#sp-footer{background-color: #fafafa;}
#sp-footer2{background-color: #fff;}

#pageTop{
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: block;
}
#pageTop a{
	font-size: 2.0em;
	display: block;
	z-index: 999;
	padding: 20px 10px ;
	border-radius: 50px;
	width: 70px;
	height: 70px;
	background-color: #e03d64;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.sidelist-ft li{
	letter-spacing: normal;
	display: inline-block;
}
.ft-sns-link{
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
}
.ft-sns-link li{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}
.ft-sns-link li img{width: 30px;}