@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-weight: 500;
	color:#333;
}

body {
	background:#FFF;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

ul   { list-style:none;}
li   { list-style:none;}

a {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

img {
	border: none;
	vertical-align:bottom;
}

.en {
	font-family: "Montserrat", sans-serif;
}

.pc{}
.sp{}

.none {
	display:none;
}

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

.pc{
	display: none!important;
}

.br-sp { display:none; }

}

/*--------------------------------------------------------
　LAYOUT
--------------------------------------------------------*/

.box {
	width:1080px;
	margin:0 auto;
	overflow:hidden;
}

.bg1 {
	width:100%;
	min-width:1080px;
	background:url(../images/bg1.jpg) ;
	background-size: cover;
	margin:0;
}

.bg2 {
	width:100%;
	min-width:1080px;
	background:url(../images/bg2.jpg) ;
	background-size: cover;
	margin:0;
}

.bg3 {
	width:100%;
	min-width:1080px;
	background:url(../images/bg3.jpg) ;
	background-size: cover;
	margin:0;
}

.bg_gray {
	width:100%;
	min-width:1080px;
	background:#EDECDA;
}

.bg_lgray {
	width:100%;
	min-width:1080px;
	background:#F7F7F7;
}

#footer {
	width: 100%;
	background:#009FE6;
	padding:40px 0;
}

#footer_box {
	width:1080px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

#footerlogo {
	width: 394px;
	height:60px;
	background:url(../images/logo.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#footerlogo a {
	display:block;
	width: 100%;
	height:100%;
}

#fnav {
	width: 300px;
	padding-left:20px;
}

#fnav ul {
	display:flex;
}

#fnav li {
	font-size:14px;
	padding:0 8px;
}

#fnav li a {
	color:#FFF;
	text-decoration:underline;
}

#footer_contact {
	width: 340px;
}

#footer_contact li {
	display:block;
	width:100%;
}

#footer_contact li p {
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
	color:#FFF;
}

#footer_contact li a {
	display:block;
	width:100%;
	border:solid 1px #FFF;
	text-align:center;
	padding:18px 15px 15px 10px;
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
}

#footer_contact li a i {
	font-size:24px;
}

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

.box {
	width:100%;
	max-width:1080px;
	min-width:320px;
	padding-left:20px;
	padding-right:20px;

}

.bg1 {
	min-width:320px;
}

.bg2 {
	min-width:320px;
}

.bg3 {
	min-width:320px;
}

.bg_gray {
	min-width:320px;
}

.bg_lgray {
	min-width:320px;
}

#footer {
	width: 100%;
	padding:35px 20px;
}

#footer_box {
	width:100%;
	max-width:1080px;
	min-width:320px;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}

#footerlogo {
	width: 300px;
	height:45px;
	background-size: contain;
	margin:0 auto 20px;
}

#fnav {
	width: 100%;
	padding-left:0;
}

#fnav ul {
	display:flex;
	justify-content: center;
	margin-bottom:20px;
}

#fnav li {
	font-size:14px;
	padding:0 8px;
}

#fnav li a {
	color:#FFF;
	text-decoration:underline;
}

#footer_contact {
	width: 100%;
	max-width:500px;
}

#footer_contact li {
	display:block;
	width:100%;
	margin-bottom:10px;
}

#footer_contact li p {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	color:#FFF;
	text-align:center;
}

#footer_contact li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	border:solid 1px #FFF;
	text-align:center;
	padding:10px 15px 15px 10px;
	color:#FFF;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
}

#footer_contact li a i {
	font-size:24px;
}


}

/*--------------------------------------------------------
　TXT
--------------------------------------------------------*/

.title {
	display: flex;
	justify-content: center;
}

.title_ul {
	text-align:center;
	font-size:38px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:30px;
	color:#009FE7;
}

.title_txt {
	text-align:center;
	font-size:36px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:30px;
}

.fzu {
	font-size: 140%;
}

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

.title img{
	width:100%;
}

.title_ul {
	font-size:26px;
	margin-bottom:20px;
}

.title_txt {
	font-size:22px;
	margin-bottom:20px;
}

}

.marker {
	background: linear-gradient(transparent 70%, #FFFF00 50%);
}

.txt {
	font-size:18px;
	line-height:1.8;
}

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

.txt {
	font-size:16px;
	line-height:1.6;
}

}

.caption_box{
	position: relative;
	margin-top: 1em;
	padding: 5em 3em 2em;
	border: 2px solid #FF8500;
}

.caption_box .caption{
	position: absolute;
	width:400px;
	text-align:center;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	top: 0;
	left: calc(50% - 200px);
	padding: 0.6em 2em;
	margin: 0;
	background-color: #FF8500;
	transform: translateY(-50%) translateX(1em);
}

.caption_box p{
	font-size:20px;
	font-weight:bold;
	line-height:1.8;
}

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

.caption_box .caption{
	width:auto;
	font-size:16px;
	left: 0;
}

.caption_box p{
	font-size:16px;
}


}

.list1 {
	display: flex;
	flex-direction: column;
	background:#FFF;
	border: solid 1px #32BCC9;
}

.list1 li {
	display: flex;
	align-items: center;
	padding:25px;
	border-bottom: solid 1px #32BCC9;
}

.list1 li:last-child {
	border-bottom: none;
}

.list1 li span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:2px 8px;
	margin-right:25px;
	font-size:16px;
	font-weight:600;
	
}

.list1 li p {
	font-size:26px;
	font-style:italic;
	font-weight:bold;
}

.list2 {
	display: flex;
	justify-content:space-between ;
	flex-wrap: wrap;
}

.list2 li {
	width:520px;
	padding:25px 10px;
	background:#FFF;
	text-align:center;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:40px;
}

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

.list1 li {
	display: flex;
	flex-direction: column;
	justify-content: start;
	padding:15px;
}

.list1 li span {
	font-size:16px;
	margin-right:0;
	margin-bottom:10px;
}

.list1 li p {
	font-size:18px;
}

.list2 {
	display: flex;
	flex-direction: column;
}

.list2 li {
	width:100%;
	padding:10px 15px;
	font-size:18px;
	margin-bottom:20px;
}

}

.bet {
	display: flex;
	justify-content:space-between ;
	border:solid 1px #32BCC9;
	padding:30px 35px;
	background:#FFF;
	margin-bottom:50px;
}

.bet img {
	width:490px;
}

.bet div {
	width:490px;
}

.bet div h4 {
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:25px;
	color:#009FE7;
}

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

.bet {
	display: flex;
	justify-content: start;
	flex-direction: column;
	padding:15px;
	margin-bottom:30px;
}

.bet img {
	width:100%;
	margin-bottom:20px;
}

.bet div {
	width:100%;
}

.bet div h4 {
	font-size:22px;
	margin-bottom:10px;
}

}

.coach {
	display: flex;
	justify-content:space-between ;
	margin-bottom:40px;
}

.coach img {
	width:520px;
}

.coach div {
	width:500px;
}

.coach div .name {
	position: relative;
	font-size:32px;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	background:#009FE7;
	text-align:right;
	padding:13px 35px;
	margin-bottom:30px;
}

.coach div .name:after {
	position: absolute;
	content: '';
	right: 0px;
	top: -3px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 30px transparent;/*bodyのカラーと同じ色に*/
	border-bottom: solid 81px white;
	z-index: 2;
}

.coach div .licence {
	border: solid 2px #FF8500;
	padding:25px 30px;
}

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

.coach {
	display: flex;
	justify-content: start;
	flex-direction: column;
	margin-bottom:20px;
}

.coach img {
	width:100%;
	margin-bottom:20px;
}

.coach div {
	width:100%;
}

.coach div .name {
	font-size:22px;
	padding:13px 35px;
	margin-bottom:15px;
}

.coach div .licence {
	padding:15px 20px;
}

}

.price {
	display: flex;
	justify-content:space-between ;
	margin-bottom:50px;
}

.price div {
	width:520px;
	padding:0 25px 25px 25px;
	border: solid 1px #009FE7;
}

.price div h4 {
	font-size:26px;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	text-align: center;
	padding:5px;
	margin-bottom:25px;
	margin-left:-25px;
	margin-right:-25px;
}

.price div p{
	font-size:16px;
	line-height:1.6;
}

.price div strong{
	font-size:18px;
}

.price table{
	width:100%;
	border-collapse: collapse;
	margin-bottom:30px;
}

.price table th,.price table td{
	border: solid 1px #CCC;
	font-size:16px;
	padding:15px;
}

.price table th{
	background:#F0EADF;
	color:#886C3E;
	width:25%;
}

.ps {
	display: flex;
	justify-content:space-between ;
}

.ps img {
	width:340px;
}

.ps div {
	width:700px;
}

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

.price {
	display: flex;
	justify-content: start;
	flex-direction: column;
	margin-bottom:0px;
}

.price div {
	width:100%;
	padding:0 15px 15px 15px;
	margin-bottom:30px;
}

.price div h4 {
	font-size:20px;
	margin-bottom:15px;
	margin-left:-15px;
	margin-right:-15px;
}

.price div p{
	font-size:15px;
	line-height:1.6;
}

.price div strong{
	font-size:16px;
}

.price table{
	width:100%;
	border-collapse: collapse;
	margin-bottom:20px;
}

.price table th,.price table td{
	border: solid 1px #CCC;
	font-size:14px;
	padding:10px;
}

.price table th{
	background:#F0EADF;
	color:#886C3E;
	width:25%;
}

.ps {
	display: flex;
	justify-content: start;
	flex-direction: column;
}

.ps img {
	width:100%;
	margin-bottom:20px;
}

.ps div {
	width:100%;
}

}


.rev {
	flex-direction: row-reverse;
}

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

.rev {
	flex-direction: column;
}

}

/*--------------------------------------------------------
　MV
--------------------------------------------------------*/

#index_slider_wrap{
    background: #333;
    height: 100vh;
	width:100%;
	position:relative;
}

#main_overlay {
  	/*background: rgba(0,95,150,0.3);*/
	background: rgba(0,0,0,0.2);
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    z-index: 3;
}

#main_lead1 {
	width: 900px;
}

#main_lead2 {
	width: 900px;
	margin-bottom:50px;
}

#main_btn {
	width: 600px;
}

#main_lead1 img,#main_lead2 img,#main_btn img {
	width: 100%;
	display:block;
	margin:0 auto;
	opacity: 0;
}

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

#main_lead1 {
	width: 100%;
}

#main_lead2 {
	width: 100%;
	margin-bottom:30px;
}

#main_btn {
	width: 100%;
}


}



/*--------------------------------------------------------
　FORM
--------------------------------------------------------*/

textarea,
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
	color:#666;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
	background-color:#F7F4F0;
}

textarea {
    height: 140px;
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
	outline: none;
    border: 1px solid #009FE6;
}

input::placeholder {
  color: #CCC;
}

.form-radio input[type=radio] {
	display:none;
}

.form-radio input[type=radio]+label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 9px 5px 8px 28px;
    margin-right: 0px;
}

.form-radio input[type=radio]+label::before,
.form-radio input[type=radio]+label::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.form-radio input[type=radio]+label::before {
    width: 22px;
    height: 22px;
    margin-top: -12px;
    background: #FFF;
    border: 1px solid #ccc;
}

.form-radio input[type=radio]+label::after {
    left: 6px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background: #f4f4f4;
}

.form-radio input[type=radio]:checked+label::after {
    background: #333;
}

/* チェックボックス */

.form-checkbox label {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 6px 5px 8px 30px;
}

.form-checkbox label::before,
.form-checkbox label::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.form-checkbox label::before {
    width: 22px;
    height: 22px;
    margin-top: -12px;
    background: #FFF;
    border: 2px solid #ccc;
}

.form-checkbox input[type=checkbox]+label::after {
    width: 24px;
    height: 24px;
    top: 2px;
}

.form-checkbox input[type=checkbox]:checked+label::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/icon_check.png) 0 0 no-repeat;
    background-size: 24px 24px;
    left: -1px;
    top: -1px;
}

.form-select {
    display: block;
    position: relative;
    width: 100%;
    height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.form-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    /* ここで下向き矢印指定　今回はCSSで */
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;/* クリック出来るよう */
}

.form-select select {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
    border: none;
    position: relative;
}

/* ie9対策 */

.form-select select:not(:target) {
    width: 120% \9;
}

.form button[type="button"],button[type="submit"] {
	width:300px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:16px;
	padding:20px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:3px;
	background-image: url(../images/iconarw.png);
	background-position:270px 50%;
	background-repeat:no-repeat;
	background-size:12px 9px;
	transition: 0.5s ease-out;
	background-color:#009FE6;
	border-radius: 4px;
}

.form button[type="button"]:hover,button[type="submit"]:hover  {
	background-position:284px 50%;
	background-size:12px 9px;
	background-color:#FF8500;
}

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

.form button[type="button"],button[type="submit"] {
	font-size:1.6rem;
}

}

.form {
  width:100%;
  padding: 30px 30px 20px;
  border: solid 1px #ccc;
  border-radius: 10px;
  background: #FFF;
  color:#999;
}

.form dl {
  width:100%;
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  align-content: center;
}

.form dl dt {
	width: 30%;
	padding: 10px 35px 10px 0;
	text-align:right;
	font-size:16px;
	position: relative;
}

.form dl dt span {
	font-weight:600;
}

.form dl dt.req:after {
    content: "必須";
    height: 20px;
    width: 38px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .075em;
    background: #F90;
    color: #fff;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
    position: absolute;
	top: 12px;
    left: 11px;
	border-radius: 4px;
}

.form dl dd {
  width: 70%;
  padding: 10px 0;
}

.form dl.d4060 dt {
	width: 40%;
}

.form dl.d4060 dd {
	width: 60%;
}

.form input[name="zip"],.form input[name="zip2"]{
  width: 30%;
}

.form dl dd p.fbiko {
	font-size:14px;
	line-height:120%;
	padding:10px 0 0 0;
	color:#F00;
}

.form .fsubmit {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding-top:30px;
	padding-bottom:30px;
}

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

.form {
  width:100%;
  padding: 20px;
  border: solid 1px #999;
  background: #FFF;
}

.form dl {
  width:100%;
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  align-content: center;
}

.form dl dt {
	width:100%;
	padding: 10px 10px 10px 10px;
	text-align:left;
	font-size:15px;
	position: relative;
	font-weight:800;
}

.form dl dt.req:after {
    top: 12px;
	left:auto;
    right: 11px;
}

.form dl dt.req2:after {
    top: 12px;
	left:auto;
    right: 11px;
}

.form dl dd {
  width:100%;
  padding: 10px 0;
}

.form input[name="zip"]{
  width:100%;
}

.form .fsubmit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top:30px;
  padding-bottom:30px;
}

.form dl dd p.fbiko {
	font-size:1.3rem;
	line-height:120%;
	padding:10px 0 0 0;
	color:#F00;
}

.form .fpolicy {
	width: 100%;
	display:block;
	text-align:center;
	font-size:1.2rem;
	padding:20px 20px 0;
}

.form .fpolicy a {
    text-decoration: underline;
	color:#F60;
}

}

.form .error {
  color: #F00;
  display: none;
  padding: 5px;
  margin-top:10px;
  font-size:14px;
}

.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.7);
  display: none;
  z-index:10000;
}

.timer-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  text-align: center;
  padding: 10px;
  z-index:10001;
}

@font-face {
  font-family: 'Web Symbols';
  src: url("../fonts/websymbolsligaregular.eot");
  src: url("../fonts/websymbolsligaregular.eot#iefix") format("embedded-opentype"), url("../fonts/websymbolsligaregular.woff") format("woff"), url("../fonts/websymbolsligaregular.ttf") format("truetype"), url("../fonts/websymbolsligaregular.svg#WebSymbolsRegular") format("svg");
}

.wf-symbol {
  font-family: 'Web Symbols';
}

*[data-item-id="loading"] {
  display: none;
}

#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #009FE7;
  opacity: 0.8;
  border: solid 1px #FFF;
  display:none;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 30px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}