@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/*foucusReset*/
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea, 
button,
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000000;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*borderLineInBox*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*aReset*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
/* pageNaviCss */
.wp-pagenavi:before,
.wp-pagenavi:after,
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.wp-pagenavi:after,
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
.wp-pagenavi {
	zoom:1;
}
::selection {
	background: #FFF000; /* Safari */
}
::-moz-selection {
	background: #FFF000; /* Firefox */
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input {
	display: block;
	margin: auto;
	margin-bottom: 3em;
}
address{
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
}

/* ABSOLUTE-CENTER_
{
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
 }
 */
 
/*-------------------------------------------------------------------------
FLEX-STYLE
------------------------------------------------------------------------*/
/*初期値　横並び(左詰)*/
.fle_l{
    display: flex;
    flex-wrap: wrap;
}
/*横並び(右詰)*/
.fle_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/*横並び(センタリング)*/
.fle_c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの間)*/
.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの両端)*/
.fle_ard{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*コンテンツの横位置　右寄せ*/
.ps_right {
    justify-content: flex-end
}
/*コンテンツの高さ位置　中央*/
.ps_ctr {
    align-items: center
}
/*コンテンツの高さ位置　下揃え*/
.ps_btm {
    align-items: flex-end
}
/*コンテンツの並び順 右から左*/
.order_r-rv{
	flex-direction: row-reverse;
}
/*コンテンツの並び順 下から上*/
.order_c-rv{
	flex-direction: column-reverse;
}
@media only screen and (max-width: 750px){
	/*コンテンツの並び順 右から左*/
	.sp_order_r-rv{
		flex-direction: row-reverse;
	}
	/*コンテンツの並び順 下から上*/
	.sp_order_c-rv{
		flex-direction: column-reverse;
	}
}
/*-------------------------------------------------------------------------
WRAP
------------------------------------------------------------------------*/
.wide_inner{
	position: relative;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 10px;
}
.inner{
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 10px;
}
.narrow_inner{
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
}
/*-------------------------------------------------------------------------
MARGIN-BASE
------------------------------------------------------------------------*/
.mrg_base{
	margin-bottom: 60px;
}
/*-------------------------------------------------------------------------
BTN-BASE
------------------------------------------------------------------------*/
.mrg_base{
	margin-bottom: 60px;
}
/*-------------------------------------------------------------------------
BODY
------------------------------------------------------------------------*/
body{
	width: 100%;
	color: #323232;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: normal;
	font-family: arial, sans-serif;
}
p{
	line-height: 1.8em;
}
img{
	width: 100%;
}
h1{
	width: 130px;
}
h2{
	font-size: 35px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.4em;
	margin-bottom: 15px;
}
.mv_content{
	width: 70%;
	max-width: 600px;
}
.mv_img{
	width: calc( 30% - 80px );
	margin-left: 80px;
	max-width: 300px;
}
.mv_app{
	margin-top: 15px;
}
.mv_app > div{
	width: 150px;
	position: relative
}
.mv_app > div:nth-child(1){
	margin-right: 15px;
}
.mv_app > div:after{
	content: "COMING SOON";
	position: absolute;
	top: -1px;
	left: 0;
	border-radius: 5px;
	background: rgba(255,255,255,0.86);
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 43px;
	text-align: center;
	font-weight: bold;
	color: #1b7ed4;
	border: 2px solid #1b7ed4;
}

header{
	padding: 20px 50px;
	border-bottom: 1px solid #eeeeee;
	background: #FFF;
	position: fixed;
	width: 100%;
	z-index: 10;
}
.nav_main li{
	margin-left: 20px;
}
.nav_main li a{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 14px;
	font-weight: bold
}
.mv{
	overflow: hidden;
	position: relative;
}
.mv:after{
	content: "";
	display: block;
	height: 48%;
	width: 100%;
	background: #f5f9fc;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.mv_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.sns{
	margin-left: 50px;
}
.sns li{
	margin-left: 20px;
	font-size: 20px;
	padding-top: 5px;
}
.sns li:first-child{
	margin-left: 0;
}
.sns li a{
	color: #1A77F2;
}

h3{
	font-size: 25px;
	text-align: center;
	margin-bottom: 80px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
}
h3 span{
	font-size: 12px;
	color: #00b8dc;
	display: block;
	padding-bottom: 20px;
	line-height: 1.8em;
}
.sec_wrap{
	padding: 80px 0;
}
.mv_note{
	margin-top: 15px;
	padding: 15px;
	color: #f00000;
	border: 1px solid #f00000
}
.mv_note_ttl{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.mv_note_desc{
	font-size: 12px;
}
.swiper-slide span{
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.swiper-slide img {
  width: calc( 100% - 10px );
  display: block;
  max-width: 330px;
  margin: 0 auto 30px;
}
.swiper-slide ul li {
  font-size: 12px;
  margin: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}

.howto_num{
	text-align: center
}
.howto_num span{
	display: inline-block;
	padding: 8px 13px;
	background: #10B3E8;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
}
.swiper_btn_wrap{
	position: relative;
	text-align: center;
}
.swiper-pagination{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	z-index: 5;
}
.swiper-pagination > span{
	margin-right: 7px;
}
.swiper-pagination > span:first-child{
	margin-left: 7px;
}
.swiper-pagination-bullet-active{
	background: #10B3E8
}
.howtwo_slide_next{
	position: absolute;
	height: 30px;
	width: 30px;
	background: #10B3E8;
	border: 1px solid #10B3E8;
	top: -7px;
	right: calc( 50% - 120px );
	z-index: 5;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
}
.howtwo_slide_next:after{
	position: absolute;
	top: 10px;
	right: 11px;
	content: "";
	height: 7px;
	width: 7px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(-45deg);
	transition: 0.3s;
}
.howtwo_slide_next:hover{
	background: #10B3E8;
}
.howtwo_slide_next:hover:after{
	border-color: #FFF;
}
.howtwo_slide_prev{
	position: absolute;
	height: 30px;
	width: 30px;
	background: #10B3E8;
	border: 1px solid #10B3E8;
	border-radius: 50%;
	top: -7px;
	left: calc( 50% - 120px );
	z-index: 5;
	cursor: pointer;
}
.howtwo_slide_prev:after{
	position: absolute;
	top: 10px;
	left: 11px;
	content: "";
	height: 7px;
	width: 7px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(45deg);
}
.howtwo_slide_prev:hover{
	background: #10B3E8;
}
.howtwo_slide_prev:hover:after{
	border-color: #FFF;
}
.swiper-button-disabled{
	display: none;
}
.sec_system{
	background: #f5f9fc;
}
.sec_system li{
	width: 33.33333%;
	padding: 50px 20px;
	margin-bottom: 30px;
	color: #FFF;
}
.sec_system li:nth-child(1),
.sec_system li:nth-child(4){
	background: #6cc9e5;
}
.sec_system li:nth-child(2),
.sec_system li:nth-child(5){
	background: #60bfe0;
}
.sec_system li:nth-child(3),
.sec_system li:nth-child(6){
	background: #54b5db;
}
.sec_system li img{
	max-width: 200px;
	text-align: center;
	margin: 0 auto 30px;
	display: block;
}
.sec_system h4{
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;	
}
.sec_chui ul{
	padding: 30px;
	border: 1px solid #eeeeee;
	max-width: 800px;
	margin: 0 auto
}
.sec_chui ul li{
	position: relative;
	padding-left: 43px;
	margin-bottom: 30px;
	line-height: 1.6em;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}
.sec_chui ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.sec_chui ul li:after{
	content: "01";
	height: 30px;
	width: 30px;
	background: #10B3E8;
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	text-align: center
}
.sec_chui ul li:nth-child(2):after{
	content: "02";
}
.sec_chui ul li:nth-child(3):after{
	content: "03";
}
.sec_chui ul li:nth-child(4):after{
	content: "04";
}
.sec_chui ul li:nth-child(5):after{
	content: "05";
}
.sec_chui ul li:nth-child(6):after{
	content: "06";
}
.question dl{
	padding: 20px 30px;
	background: #FFF;
	margin-bottom: 30px;
	width: 48%;
	border: 1px solid #eeeeee
}
.question dl dt{
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0 5px 45px;
	margin-bottom: 20px;
	height: 70px;
	background: url(img/q.png) left center no-repeat;
	background-size: 30px; 
	width: 100%;
	display: table;
}
.question dl dt span{
	display: table-cell;
	vertical-align: middle;
	font-weight: bolder;
}
.question dl dd{
	padding-left: 45px;
	min-height: 50px;
	background: url(img/a.png) left top no-repeat;
	background-size: 30px; 
	display: table;
	line-height: 1.6em;
}
.sec_gamen{
	background:#f5f9fc
}
.contact{
	background:#f5f9fc
}
h3 span.contact_ttl_sub{
	color: #000000;
	font-weight: normal;
	margin-top: 20px;
	font-family: arial, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*-------------------------------------------------------------------------
CONTACTFORM form_2
----------------------------------------------------------------*/
.form_2{
	width: 100%;
	max-width: 880px;
	margin: 0 auto 50px;
	border-collapse: collapse;
}
.form_2_confirm tr td{
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
}
.form_2 th,
.form_2 td {
	position: relative;
    text-align: left;
    vertical-align: middle;
	display: block;
	width: 100%;
}
.form_2 th{
	padding: 15px 0 5px;
	font-size: 14px;
	font-weight: normal;
}
.form_2 tr:nth-child(1) th{
	padding: 0 0 5px;
}
.form_2 td{
	padding-botom: 15px;
}
.form_2 tr{
	border-bottom: 30px solid rgba(255, 255, 255, 0);
}
.form_2 tr:last-child th,
.form_2 tr:last-child td{
}
.form_2 th h2{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.form_2 .fix-txt{
	margin-top: 30px;
	line-height: 1.8em;
}
.form_2 .fix-txt a{
	display: block;
	line-height: 1.8em;
	color: #4e4d4d;
	font-size: 25px;
	margin-top: 40px;
}
.form_2 .fix-txt a i{
	color: #FFAB00;
}
.form_2 .fix-title{
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_2 input[type="text"], 
.form_2 input[type="submit"],
.form_2 input[type="tel"],
.form_2 input[type="search"],
.form_2 input[type="email"],
.form_2 input[type="mail"],
.form_2 input[type="password"],
.form_2 textarea, 
.form_2 button,
.form_2 select{
  outline: 0;
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  outline: 0;
  border: 1px solid #F4F6F1;
  font-size: 14px;
  line-height: 1.2em;
background: #FFF;
	font-weight: normal;
 }
.form_2 textarea{
	height: 10em;
}
.form_2 input[type="text"]:focus,
.form_2 input[type="tel"]:focus,
.form_2 select:focus,
.form_2 textarea:focus{
  border-color: #F4F6F1;
  }
  
/*---selectBox---*/
.form_2 select {
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  background-image: url(svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
  vertical-align: middle;
  border: 1px solid #F4F6F1;
  }

.form_2 .required{
	display: inline-block;
	text-align: right;
	font-size: 17px;
	color: #ff0000;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
/*---radioBox---*/
.form_radio span{
	display: inline-block;
	margin: 5px;
}
.form_2 .form_radio input[type="radio"]{
  display: none;
}
.form_2 .form_radio label{
  cursor: pointer;
  padding-right: 15px;
  color: #b0b0b0;
	font-weight: bold;
	
}
.form_2 .form_radio label .mwform-radio-field-text:before{
  content:"\f1db";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.form_2 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text{
	color: #BF9F00;
}
.form_2 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text:before{
	content:"\f05d";
	font-family: FontAwesome;
	color: #BF9F00;
}
/*---radioBox---*/
.privacy_chack{
	margin: 0 auto;
	text-align: center;
}
/*---radioBox---*/
.form_2 input::-webkit-input-placeholder,
.form_2 textarea::-webkit-input-placeholder {
	color: #a5a5a5;
	font-weight: normal !important;
}
.form_2 input:-ms-input-placeholder,
.form_2 textarea:-ms-input-placeholder {
	color: #a5a5a5;
	font-weight: normal !important;
	font-family: arial, sans-serif;
}
.form_2 input::-moz-placeholder,
.form_2 textarea::-moz-placeholder {
	color: #a5a5a5;
	font-weight: normal !important;
	font-family: arial, sans-serif;
}
::-webkit-input-placeholder{
	font-weight: normal !important;
	font-family: arial, sans-serif;
}
:-moz-placeholder {
	font-weight: normal !important;
	font-family: arial, sans-serif;
}
.error{
	color: #ff0000;
}
@media screen and (max-width:767px) {
	.step_bar .step {
	  padding: 0 20px 0 10px;
	}
	#footer a{
		font-size: 25px;
	}
	.room-num input{
		max-width: 230px;
	}
	.required{
		margin-left: 4px;
	}
}
footer{
	background: #00b8dc;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
footer h2{
	margin: 0 auto 60px;
}
footer ul li{
	margin-left: 20px;
}
footer ul li a{
	color: #FFF;
	font-size: 14px;
}
.footer_logo{
	width: 160px;
}
small{
	font-family: 'Josefin Sans', sans-serif;
	color: #FFF;
	font-size: 10px;
}
.privacy_chack_txt{
	font-size: 13px;
	margin-bottom: 15px;
}
.privacy_chack_txt a{
	color: #00b8dc;
	text-decoration: underline
}
.btn_type_contact{
	margin-top: 50px;
}
.btn_type_contact input{
	padding: 20px;
	width: 230px;
	display: block;
	margin: 0 auto;
	background: #00b8dc;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	border: 2px solid #00b8dc;
	transition: 0.3s;
	border-radius: 40px;
}
.btn_type_contact input:hover{
	background: #FFF;
	color: #00b8dc;
}
h1.lower{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
h1.lower{
	position: relative;
}
h1.lower a{
	width: 160px;
}
.policy{
}
.policy.info_policy{
	height: 100%;
	width: 100%;
	border: none;
	margin-bottom: 50px;
}
.policy{
}
.policy.info_policy{
	height: 100%;
	width: 100%;
	border: none;
	margin-bottom: 50px;
}
#policy{
	padding: 20px;
}
.tem_lower{
	width: 100%;
	height: 100%;
	position: relative;
}
.policy h3{
	font-weight: bold;
	margin-bottom: 15px;
}
.policy h4{
	font-weight: bold;
	margin-bottom: 5px;
}
.policy p{
	margin-bottom: 15px;
}
.policy a{
	border-bottom: 1px solid #6985ff;
	color: #6985ff;
	opacity: 1;
	transition: 0.1s;
}
.policy a:active{
	opcity: 1;
}
.policy ul{
	margin-bottom: 50px;
}
.policy dl{
	margin-bottom: 20px;
}
.policy ul li{
	margin-bottom: 20px;
}
.policy div dl:last-child,
.policy div p:last-child{
	margin-bottom: 0;
}
.policy div{
	margin-bottom: 30px;
}
.policy ul{
	margin-bottom: 20px;
	line-height: 1.8em;
}
.policy ol li{
	margin-bottom: 5px;
}
.policy_title{
	font-size: 13px;
	height: 16px;
	line-height: 1em;
	margin: 30px auto 40px;
	padding-bottom: 40px;
	display: block;
	position: relative;
}

.policy_title:after{
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 60px;
	background: #000000;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.policy_title img{
	padding-right: 10px;
}
.policy_title img,
.policy_title p{
	vertical-align: middle;
	display: inline-block;
}

.policy.info_policy{
	height: 100%;
	width: 100%;
	border: none;
	overflow-y:visible;
}
body .info_policy h3{
	text-align: left;
}
#policy{
	padding: 20px;
}
.thanks_wrap{
	height: 100vh;
	width: 100%;
}
.thanks_wrap > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    z-index: 0;
    text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}
.thanks_title{
	font-size: 30px;
	line-height: 1.4em;
}
.back_to_top{
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	transition: 0.3s;
}
.back_to_top:hover{
	color: #6985ff;
	border-bottom: 1px solid #6985ff;
}
.sec_system ul{
	justify-content: center;
}
.txt_c{
	text-align: center
}

@media screen and (max-width:1200px) {
	.nav_main li{
		margin-left: 15px;
	}
	.nav_main li a{
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		font-size: 13px;
	}
	.sns{
		margin-left: 20px;
	}
	header{
		padding: 15px 20px;
	}
}
.sp_nav_bg{
	opacity: 0;
	right: -100%;
}
.sp_nav_bg,
.sp_nav_head{
	display: none;
}
@media screen and (max-width:1050px) {
	.nav_main,
	.sns{
		display: none;
	}
	header{
		padding: 10px 10px;
	}
	h1{
		width: 90px;
	}
	.mv_inner{
	    position: relative;
	    top: auto;
	    left: auto;
	    transform: translateY(0) translateX(0);
	    padding: 80px 20px;
	}
	h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.mv_content p{
		font-size: 12px;
	}
	.mv_content{
		width: 60%;
		max-width: 600px;
	}
	.mv_img{
		width: calc( 40% - 80px );
		margin-left: 80px;
		max-width: 300px;
	}
	.sec_system li{
		width: calc( 50% - 5px );
		padding: 30px 10px;
		margin-bottom: 0;
		color: #FFF;
	}
	.sec_system li:nth-child(1){
		margin-right: 10px;
	}
	.sec_system li:nth-child(3){
		margin-top: 10px;
	}
	.sec_system li img{
		max-width: 130px;
		margin: 0 auto 15px;
	}
	.sec_system h4{
		margin-bottom: 10px
	}
	.question dl{
		padding: 10px 15px;
		margin-bottom: 10px;
		width: 100%;
	}
	.header{
		display: none;
	}
	.sp_nav_bg,
	.sp_nav_head{
		display: block;
	}
	.sp_nav_head{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 10px;
		width: 100%;
		background: #FFF;
	    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
	}
	.sp_nav_head h1{
		width: 150px;
	}
	.sp_nav_inner{
	}
	/*SP_NAV*/
	.sp_nav_bg{
		background: #FFF;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 10;
		padding-top: 53px;
		transition: 0.3s;
		opacity: 1;
	}
	.sp_nav_bg.open{
		right: 0;
	}
	.menu {
		position: fixed;
		top: 0;
		right: 0;
		height: 50px;
		width: 50px;
		z-index: 20;
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.menu-link{
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1200;
	}
	.menu-icon {
		position: absolute;
		width: 20px;
		height: 14px;
		margin: auto;
		left: 0;
		top: 0;
		right: 0;
		bottom: 1px;
	}
	.menu-line {
		background-color: #13B2E8;
		height: 2px;
		width: 100%;
		border-radius: 2px;
		position: absolute;
		left: 0;
		transition: all 0.25s ease-in-out;
	}
	.menu-line-2 {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.menu-line-3 {
		bottom: 0;
	}
	.menu.open .menu-line-1 {
		transform: translateY(7px) translateY(-50%) rotate(-45deg);
	}
	.menu.open .menu-line-2 {
	  opacity: 0;
	}
	.menu.open .menu-line-3 {
		transform: translateY(-7px) translateY(50%) rotate(45deg);
	}
	.menu-bg {
		background-image: linear-gradient(-45deg, #004199 0%, #004199 10%, #04befe 100%);
		width: 100%;
		height: 100%;
		position: fixed;
		transition: transform 0.3s ease-in-out;
		z-index: 0;
	}
	.sp_nav_list li a{
		display: block;
		padding: 20px 15px;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		position: relative;
		border-bottom: 1px solid #eeeeee;
	}
	.sp_nav_list li a:after{
		content: "";
		display: block;
		height: 8px;
		width: 8px;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		transform: rotate(-45deg);
		position: absolute;
		right: 20px;
		top: calc( 50% - 5px )
	}
	.sp_nav_list li a span{
		font-weight: bold;
		font-size: 11px;
		position: absolute;
		right: 40px;
	}
	.sp_nav_other_list a{
		display: block;
		padding: 17px;
		position: relative;
		border-bottom: 1px solid #eeeeee;
		border-top: 1px solid #eeeeee;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.8em;
	}
	.sp_nav_other_list li a:after{
		content: "";
		display: block;
		height: 8px;
		width: 8px;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		transform: rotate(-45deg);
		position: absolute;
		right: 20px;
		top: calc( 50% - 5px )
	}
	.sp_nav_contact{
		text-align: center;
		margin: 20px auto;
	}
	.sp_nav_contact a{
		display: inline-block;
		background: #000000;
		width: calc( 100% - 20px );
		max-width: 300px;
		padding: 10px;
		color: #FFF;
		position: relative;
	}
	.sp_nav_contact a:after{
		content: "";
		display: block;
		height: 8px;
		width: 8px;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		transform: rotate(-45deg);
		position: absolute;
		right: 20px;
		top: calc( 50% - 5px )
	}
}
@media screen and (max-width:740px) {
	.mv_content{
		width: 100%;
		max-width: 1000px;
	}
	.mv_img{
		display: none
	}
	.mv_inner{
	    padding: 80px 20px 40px;
	}
	.sec_wrap{
		padding: 40px 0;
	}
	.mv:after{
		height: 52%;
	}
	.swiper-slide img{
	  width: 100%;
	  max-width: 330px;
	  display: block;
	  margin: 0 auto;
	}
	h3{
		font-size: 19px;
		margin-bottom: 30px;
	}
	h3 span{
		padding-bottom: 10px;
	}
	.form_2{
		width: 100%;
		max-width: 880px;
		margin: 0 auto 0;
		border-collapse: collapse;
	}
	.form_2 th{
		padding: 5px 0 5px;
		font-size: 14px;
		font-weight: normal;
	}
	.form_2 tr:nth-child(1) th{
		padding: 0 0 5px;
	}
	.form_2 td{
		padding-botom: 5px;
	}
	.privacy_chack_txt{
		font-size: 11px;
		margin-bottom: 10px;
	}
	.btn_type_contact{
		margin-top: 20px;
	}
}
@media screen and (max-width:520px) {
	.sec_system li{
		width: 100%;
		padding: 30px 10px;
		margin-bottom: 0;
		color: #FFF;
	}
	.sec_system li:nth-child(1){
		margin-right: auto;
		margin-bottom: 10px;
	}
	.sec_system li:nth-child(3){
		margin-top: 10px;
	}
	.sec_chui ul{
		padding: 15px;
		border: 1px solid #eeeeee;
		max-width: 800px;
		margin: 0 auto
	}
	.sec_chui ul li{
		position: relative;
		padding-left: 33px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.sec_chui ul li:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.sec_chui ul li:after{
		content: "01";
		height: 20px;
		width: 20px;
		background: #10B3E8;
		display: block;
		position: absolute;
		left: 0;
		top: 3px;
		color: #FFF;
		font-family: 'Montserrat', sans-serif;
		line-height: 20px;
		text-align: center;
		font-size: 10px;
	}
	.mv_app{
		display: block;
	}
	.mv_app > div{
		width: 180px;
	}
	.mv_app > div:nth-child(1){
		margin-right: auto;
		margin-bottom: 10px;
	}
	.mv_app > div:after{
		content: "COMING SOON";
		position: absolute;
		top: -1px;
		left: 0;
		border-radius: 5px;
		background: rgba(255,255,255,0.86);
		width: 100%;
		height: 100%;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		line-height: 53px;
		text-align: center;
		font-weight: bold;
		color: #1b7ed4;
		border: 2px solid #1b7ed4;
	}
	h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:450px) {
	.swiper-slide img{
	  width: 100%;
	  max-width: 250px;
	}
}
.system_note{
	font-size: 70%;
}
.sp_sns{
	padding: 15px;
}
.sp_sns > *:nth-child(1){
	margin-right: 8px;
}
.sp_sns > *:nth-child(1) a{
	display: block;
	border-radius: 50%;
	background: #1A77F2;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
