
/* Common
-----------------------------------*/
.pc{display: block;}
.sp{display: none;}
.pc_i{display: inline;}
.sp_i{display: none;}
html{
	font-size: 14px;
}
body{
	min-width: 960px;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05rem;
}
img,svg{
	max-width: 100%;
	height: auto;
}

input::placeholder {
  color: #ccc;
}

/* IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.inner1285{
	max-width: 1285px;
	margin: 0 auto;
}
.inner960{
	width: 960px;
	margin: 0 auto;
}
.inner700{
	width: 700px;
	margin: 0 auto;
}

/* Header
-----------------------------------*/
header{
	padding: 0 20px;
	position: fixed;
	width: 100%;
	z-index: 9997;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
header.active,
header.mainmageNone{
	background: #FFF;
}
header .logo{
	float: left;
	width: 100%;
	max-width: 315px;
	margin-top: 10px;
  padding-bottom: 10px;
}
header .logo svg .st0{
	fill: #FFEB00;
}
header .logo svg .st1{
	fill: #fff;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
header.active .logo svg .st1,
header.mainmageNone .logo svg .st1{
	fill: #4C4948;
}
header #gNav{
	float: right;
}
header #gNav > li{
	float: left;
	line-height: 60px;
}
header #gNav > li a,
header #gNav > li > span{
	text-decoration: none;
	position: relative;
	color: #222;
	color: #FFF;
	padding: 0 20px;
	display: block;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
header #gNav > li a span,
#nav_investment ul li a span{
	position: relative;
}
header #gNav > li a span:after,
#nav_investment ul li a span:after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right top;
	-webkit-transition: transform .3s,-webkit-transform .3s;
	   -moz-transition: transform .3s,-webkit-transform .3s;
	    -ms-transition: transform .3s,-webkit-transform .3s;
	     -o-transition: transform .3s,-webkit-transform .3s;
	        transition: transform .3s,-webkit-transform .3s;
}
header.active #gNav > li > a > span:after,
header.mainmageNone #gNav > li > a > span:after{
	background: #000;
}
header #gNav > li a:hover span:after,
#nav_investment ul li a:hover span:after{
	transform: scaleX(1);
	transform-origin: left top;
}
header #gNav > li span{
	cursor: pointer;
}
header #gNav > li span svg{
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -1px;
}
header #gNav > li span svg .arrow{
	fill: #fff;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
header.active #gNav > li span svg .arrow,
header.mainmageNone #gNav > li span svg .arrow{
	fill: #222;
}
header.active #gNav > li > a,
header.active #gNav > li > span,
header.mainmageNone #gNav > li > a,
header.mainmageNone #gNav > li > span{
	color: #222;
}
header #gNav > li:last-child{
	margin-top: 7px;
	line-height: 100%;
}
header #gNav > li:last-child a{
	display: block;
	background: #FFEA10;
	color: #222;
	width: 105px;
	text-align: center;
	padding: 15px 20px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
header #gNav > li:last-child a:hover{
	background: #222;
	color: #FFEA10;
}
header .switch{
	display: none;
}
.overlay{
	display: none;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
.overlay.active{
	display: block;
}
#navigation{
	position: fixed;
	width: 67%;
	right: -100%;
	opacity: 0;
	top: 0;
	z-index: 9999;
	height: 100vh;
	background: #FFEA10;
	-webkit-transition:  0.8s;
	   -moz-transition:  0.8s;
	    -ms-transition:  0.8s;
	     -o-transition:  0.8s;
	        transition:  0.8s;
	transition-property: opacity,right;
}
#navigation.active{
	right: 0;
	opacity: 1;
}
#navigation .close{
	max-width: 20%;
	float: right;
}
#navigation .close span{
	cursor: pointer;
}
#navigation ul{
	clear: both;
}
#navigation ul li{
	text-align: center;
	font-size: 1rem;
	line-height: 120%;
}
#navigation ul li .sub{
	text-align: center;
	padding: 5px 0 10px 0;
}
#navigation ul li .sub p{
	display: inline-block;
	text-align: left;
	font-size: 0.71rem;
}
#navigation ul li a{
	display: block;
	padding: 10px 3%;
	text-decoration: none;
	color: #313131;
}
#navigation ul li .sub p a{
	padding: 5px 0;
}
#navigation ul li > a:hover{
	background: #313131;
	color: #fff;
}
#navigation ul li a span{
	display: block;
	font-size: 0.71rem;
}
#nav_investment{
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: rgba(47,128,226,0.75);
	padding: 0;
	text-align: right;
}
#nav_investment ul li{
	display: inline-block;
	font-size: 0.93rem;
	margin-right: 40px;
}
#nav_investment ul li a{
	color: #fff !important;
	text-decoration: none;
}
@media all and (-ms-high-contrast:none){
	header #gNav > li span svg{
		top: 20%;
	}
}

/* Main Visual
-----------------------------------*/
#mainVisual{
	display: table;
	text-align: center;
	background: url(../images/top_mainvisual.jpg) no-repeat center top;
	width: 100%;
	height: 640px;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	position: relative;
}
#mainVisual:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #313131;
	transition: all 1.2s cubic-bezier(.215,.61,.355,1);
	transition-delay: 0.2s;
}
#mainVisual.show:before{
	width: 0;
}
#mainVisual .ico_pc{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	opacity: 0;
	padding-top: 2%;
	bottom: -20px;
	transition-property: opacity,bottom;
	-webkit-transition: 1s;
	   -moz-transition: 1s;
	    -ms-transition: 1s;
	     -o-transition: 1s;
	        transition: 1s;
	transition-delay: 0.6s;
}
#mainVisual.show .ico_pc{
	opacity: 1;
	bottom: 0;
}
#mainVisual .ico_sp{
	display: none;
}
#mainImage{
	overflow: hidden;
	display: table;
	width: 100%;
	color: #FFF;
	position: relative;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
	background-position: 16% 0;
	background-size:cover;
}
#mainImage img{
	line-height: 0;
}
#mainImage .image{
	position: absolute;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}
#mainImage .image img{
	width: 100%;
}
#mainImage:after{
	content: "";
	background: url(../images/main_triangle.svg) no-repeat center bottom;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	height: 260px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
}

#mainImage .mainTitle{
	height: 400px;
	display: table-cell;
	vertical-align: middle;
}
#mainImage .mainTitle h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 3.43rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#mainImage .mainTitle h1 span{
	position: relative;
}
#mainImage .mainTitle h1 span:after{
	content: "";
	position: absolute;
	left: calc(100% + 10px);
	bottom: 10px;
	width: 66px;
	height: 66px;
	background: url(../images/ico_mainimage.png) no-repeat center center;
}
#mainImage .mainTitle .txt{
	font-size: 1rem;
}

/* Top Common
-----------------------------------*/
#top h2{
	text-align: center;
	color: #222;
	margin-bottom: 80px;
	padding-top: 10px;
	font-weight: bold;
	position: relative;
	opacity: 0;
	bottom: -20px;
	letter-spacing: 0.15rem;
	transition-property: opacity,bottom;
	-webkit-transition: 1s;
	   -moz-transition: 1s;
	    -ms-transition: 1s;
	     -o-transition: 1s;
	        transition: 1s;
	transition-delay: 0.2s;
}
#top h2.show{
	opacity: 1;
	bottom: 0;
}
#top h2 .span01{
	font-family: 'Montserrat', sans-serif;
	font-size: 2.57rem;
	padding: 10px 0;
	font-weight: 800;
	position: relative;
}
#top h2 .span01:before,
#top h2 .span01:after{
	content: "";
	width: 145px;
	height: 1px;
	background: #222;
	position: absolute;
}
#top h2 .span01:before{
	top: 1px;
	left: -20px;
}
#top h2 .span01:after{
	bottom: 1px;
	right: -20px;
}
#top h2 .span02{
	font-size: 1.29em;
	display: block;
	margin-top: 35px;
}

/* About Us
-----------------------------------*/
#aboutus{
	padding: 80px 0 30px 0;
	position: relative;
	min-height: 370px;
	background: #F2F3F3 url(../images/box_pc.svg) no-repeat left top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#aboutus .aboutus_box h2{
	text-align: left;
	float: left;
	color: #FFF;
}
#aboutus .aboutus_box h2 .span01:before,
#aboutus .aboutus_box h2 .span01:after{
	background: #FFF;
}
#aboutus .aboutus_box h2 .span02{
	letter-spacing: 0;
	font-size: 1.14rem;
	font-weight: 500;
}
#aboutus .aboutus_box p{
	margin-top: 60px;
	float: right;
	font-size: 1.14rem;
	max-width: 570px;
	letter-spacing: 0.05rem;
	color: #FFF;
	line-height: 220%;
}

#aboutus .info {
  padding-top: 20px;
}

#aboutus .info p {
  color: #fff;
  text-align: center;
}

#aboutus .info p.infoTxt {
  font-size: 30px;
  letter-spacing: 0.3em;
  line-height: 1.2em;
  margin-bottom: 20px;
}
#aboutus .info p.soonTxt {
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 1;
}



/* Company
-----------------------------------*/
#company{
	padding: 120px 0 140px 0;
	background: #F2F3F3;
}
#company table{
	width: 100%;
	letter-spacing: 0.1rem;
}
#company table th,
#company table td{
	text-align: left;
	padding: 15px 40px;
	line-height: 180%;
	color: #222;
}
#company table th{
	font-size: 1rem;
	font-weight: bold;
}
#company table td{
	font-size: 1.14rem;
}
#company table td br.only-sp_321{
	display: none;
}
#company table td a .link rect{
	fill: none;
	stroke: #0068b7;
	stroke-width: 1px;
}

/* Footer
-----------------------------------*/
footer{
	background: #222;
}
footer #ftr_button{
	background: #FFEA10;
	text-align: center;
	padding: 70px 0 50px 0;
}
footer #ftr_button h2{
	color: #222;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 1.29rem;
	line-height: 160%;
}
footer #ftr_button .btn{
	max-width: 420px;
	margin: 0 auto;
	font-size: 1.07rem;
}
footer #ftr_button .btn a{
	display: block;
	border: 1px solid  #222;
	padding: 15px;
	color: #222;
	text-decoration: none;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
footer #ftr_button .btn a:hover{
	background: #222;
	color: #FFF;
}
footer #ftr_content{
	padding: 50px 0 70px 0;
	color: #FFF;
}
footer #ftr_content .ftr_content_upr{
	margin-bottom: 50px;
}
footer #ftr_content .ftr_content_upr .logo{
	max-width: 95px;
	width: 100%;
  margin: 0 auto;
}
footer #ftr_content .ftr_content_upr ul{
	float: left;
	margin-left: 50px;
}
footer #ftr_content .ftr_content_upr ul li{
	margin-bottom: 10px;
	font-size: 0.86rem;
}
footer #ftr_content .ftr_content_upr ul li a{
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
footer #ftr_content .ftr_content_upr ul li a:hover{
	color: #FFEA10;
}
footer #ftr_content .ftr_content_btm .copyright{
	font-size: 0.86rem;
	text-align: center;
}
footer #ftr_content .ftr_content_btm p{
	font-size: 0.86rem;
}
footer #ftr_content .ftr_content_btm p a{
	text-decoration: none;
	color: #FFF;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
footer #ftr_content .ftr_content_btm p a:hover{
	color: #FFEA10;
}

/* Merit
-----------------------------------*/
#merit .content{
	text-align: center;
	padding: 80px 0 70px 0;
}
#merit #merit_navi{
	padding-top: 0;
}
#merit #merit_navi ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
#merit #merit_navi li{
	font-size: 1rem;
	width: 304px;
	margin: 0 12px;
	margin-bottom: 40px;
	background: #000;
}
#merit #merit_navi li:first-child{
	margin-left: 0;
}
#merit #merit_navi li:nth-child(3){
	margin-right: 0;
}
#merit #merit_navi li a{
	background: #FFEA10;
	background:linear-gradient(to right bottom,#ffea10 0%,#ffea10 50%,#ffe008 50%,#ffe008 100%);
	display: block;
	color: #222;
	text-decoration: none;
	padding: 30px 0 50px 0;
	line-height: 180%;
	position: relative;
	top: -3px;
	left: -3px;
	-webkit-transition: 0.1s;
	   -moz-transition: 0.1s;
	    -ms-transition: 0.1s;
	     -o-transition: 0.1s;
	        transition: 0.1s;
}
#merit #merit_navi li a:hover{
	top: 0;
	left: 0;
}
#merit #merit_navi li a .num{
	display: block;
	font-size: 1.71rem;
	font-weight: 400;
	color: #222;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}
#merit #merit_navi li a .txt01{
	display: block;
	font-size: 1rem;
}
#merit #merit_navi li a .txt02{
	display: block;
	font-size: 1.57rem;
	font-weight: bold;
}
#merit .content:nth-child(even){
	background: #F2F3F3;
}
#merit .content .ico{
	font-size: 1.71rem;
	font-weight: 400;
	color: #222;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 35px;
	font-family: 'Montserrat', sans-serif;
}
#merit .content .ico:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	background: #222;
	width: 20px;
	height: 1px;
}
#merit .content h2{
	font-size: 1.43rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 160%;
}
#merit .content .txt{
	text-align: left;
	font-size: 1rem;
	line-height: 180%;
	color: #222;
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 30px;
}
#merit .content .txt span{
	font-weight: bold;
}
#merit .content .txt:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -160px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 160px 0 160px;
	border-color: #d1d1d1 transparent transparent transparent;
}

/* Q&A
-----------------------------------*/
#qa{
	padding-bottom: 130px;
}
#qa dl{
	line-height: 180%;
}
#qa dl dt{
	cursor: pointer;
	background: url(../images/ico_qa01.png) no-repeat 20px 25px #F6F6F6;
	font-size: 1.57rem;
	color: #2F80E2;
	font-weight: 400;
	padding: 30px 50px 30px 70px;
	margin-bottom: 20px;
	position: relative;
}
#qa dl dt:before{
	content: "";
	width: 1px;
	height: 20px;
	background: #535353;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -10px;
}
#qa dl dt:after{
	content: "";
	height: 1px;
	width: 20px;
	background: #535353;
	position: absolute;
	right: 25px;
	top: 50%;
}
#qa dl dt.active:before{
	display: none;
}
#qa dl dd{
	display: none;
	background: url(../images/ico_qa02.png) no-repeat 20px 15px;
	padding: 20px 50px 80px 70px;
}
#qa dl dd h2{
	font-size: 1.57rem;
	font-weight: 500;
	color: #185eb2;
	margin-bottom: 10px;
}
#qa dl dd .txt{
	font-size: 1.07rem;
	color: #222;
}

/* Flow
-----------------------------------*/
#flow{
	padding: 0 0 130px 0;
}
#flow .content{
	max-width: 828px;
	margin: 0 auto 170px auto;
	border: 1px solid  #ffea10;
	background: #EEE;
	position: relative;
	padding: 40px 40px 30px 40px;
	color: #221815;
}
#flow .content:after{
	content: "";
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 35px;
	border-color: #d1d1d1 transparent transparent transparent;
}
#flow .content:last-child{
	margin-bottom: 0;
}
#flow .content:last-child:after{
	display: none;
}
#flow .content .ico{
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -45px;
}
#flow .content h2{
	font-size: 1.71rem;
	margin-bottom: 15px;
	line-height: 160%;
	text-align: center;
}
#flow .content .txt{
	line-height: 180%;
	text-align: left;
}

/* Privacy Policy
-----------------------------------*/
#privacy{
	padding-bottom: 130px;
}
#privacy h2{
	font-size: 1.71rem;
	margin-bottom: 30px;
}
#privacy .content01{
	margin-bottom: 50px;
	line-height: 220%;
}
#privacy .content01 ol{
	list-style-type: decimal;
	list-style-position: inside;
}
#privacy .content01 ol li,
#privacy .content01 p{
	margin-bottom: 30px;
}
#privacy .content01 p:last-child{
	margin-bottom: 0;
}
#privacy .content02{
	line-height: 220%;
	padding: 60px 50px;
	background: #F2F3F3;
}
#privacy .content02 ol{
	list-style-type: decimal;
	list-style-position: inside;
}
#privacy .content02 p{
	margin-bottom: 30px;
}
#privacy .content02 .mb0,
#privacy .content02 p:last-child{
	margin-bottom: 0;
}

/* Contact
-----------------------------------*/
#contact{
	padding-bottom: 130px;
}
#contact h2{
	text-align: center;
	font-size: 1.14rem;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 40px;
}
#contact .content01{
	padding: 0 30px;
	line-height: 140%;
}
#contact .content01 table{
	width: 100%;
	margin-bottom: 60px;
}
#contact .content01 table th,
#contact .content01 table td{
	padding: 10px 0;
	text-align: left;
	font-size: 1.29rem;
}
#contact .content01 table th{
	width: 200px;
}
#contact .content01 table td h3{
	font-size: 1.29rem;
	margin-bottom: 10px;
}
#contact .content01 table th span,
#contact .content01 table td h3 span{
	font-size: 0.86rem;
	color: #C33;
	padding-left: 10px;
}
#contact .content01 table td .notice{
	font-size: 1rem;
	margin-top: 10px;
}
#contact .content01 div.mfp_err {
	font-size: 1rem;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 5px 35px;
	line-height: normal;
	background: url(../images/ico_error.svg) no-repeat center left;
}
#contact .content01 table td input[type="text"],
#contact .content01 table td input[type="email"],
#contact .content01 table td input[type="tel"],
#contact .content01 table td select,
#contact .content01 table td textarea{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 5px 10px;
	font-size: 1.29rem;
	width: 100%;
	max-width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	border: 1px solid  #a0a0a0;
	box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contact .content01 table td textarea{
	height: 230px;
}
#contact .content01 .box01{
	border: 1px solid  #959595;
	padding: 20px;
	text-align: center;
	line-height: 180%;
}
#contact .content01 .box01 p{
	font-size: 1.14rem;
	margin-bottom: 40px;
}
#contact .content01 [type="radio"],
#contact .content01 [type="checkbox"]{
	display: none;
}
#contact .content01 label {
	cursor: pointer;
	position: relative;
	line-height: 30px;
	padding-left: 30px;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#contact .content01 form#mailformpro label.mfp_not_checked,
#contact .content01 form#mailformpro label.mfp_checked{
	background: none;
	border: none;
	box-shadow: none;
	padding: 0 20px 0 40px;
}
#contact .content01 label:hover:after {
	background: #fff;
}
#contact .content01 label:after,
#contact .content01 label:before{
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
#contact .content01 label:after {
	left: 0px;
	margin-top: -10px;
	width: 20px;
	border: 1px solid  #a0a0a0;
	height: 20px;
	background: #F9FBFC;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
#contact .content01 label:before {
	width: 10px;
	height: 10px;
	background: #a0a0a0;
	left: 6px;
	margin-top: -4px;
	opacity: 0;
	z-index: 1;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#contact .content01 label.mfp_checked:before {
	opacity: 1;
}
#contact .content01 form#mailformpro label.square.mfp_not_checked,
#contact .content01 form#mailformpro label.square.mfp_checked{
	padding: 0 20px 0 30px;
}
#contact .content01 .button{
	text-align: center;
	margin-top: 60px;
}
#contact .content01 .button button{
	text-shadow: none;
	max-width: 360px;
	width: 100%;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	font-size: 1.43rem;
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: middle;
	padding: 15px 0;
	background: #2BADA9;
	color: #fff;
	text-decoration: none;
	display: block;
	border-radius: 35px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
#contact .content01 .button button[disabled="disabled"]{
	cursor: default;
}
#contact .content01 .button button[disabled="disabled"],
#contact .content01 .button button:hover{
	background: #222;
}
#contact .error h2{
	text-align: left;
	font-size: 1.14rem;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 20px;
}
#contact .error .txt{
	line-height: 200%;
	font-size: 1.29rem;
	font-size: 1.07rem;
	color: #d90000;
}
#contact .thanks{
	letter-spacing: 0.1rem;
}
#contact .thanks h2{
	text-align: center;
	font-size: 1.14rem;
	font-weight: bold;
	margin-bottom: 40px;
}
#contact .thanks p{
	line-height: 180%;
	margin-bottom: 30px;
	font-weight: 500;
}
#contact .thanks p:last-child{
	margin-bottom: 0;
}
#contact .thanks p a{
	color: #37CDB0;
	text-decoration: none;
}

/* 404 Not Found
-----------------------------------*/
#notFound{
	height: 80vh;
}
#notFound{
	overflow: hidden;
	display: table;
	width: 100%;
	position: relative;
}
#notFound .mainTitle404{
	display: table-cell;
	vertical-align: middle;
}
#notFound .titleArea404{
	display: block;
	text-align: center;
}
#notFound .titleArea404 h1{
	font-size: 3.43rem;
	color: #636262;
	font-weight: bold;
	line-height: 60%;
	display: inline-block;
	text-align: left;
}
#notFound .titleArea404 h1 .span01{
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
#notFound .titleArea404 h1 .span01:after{
	content: "";
	position: absolute;
	left: calc(100% + 10px);
	bottom: 10px;
	width: 66px;
	height: 66px;
	background: url(../images/ico_mainimage_404.png) no-repeat center center;
}
#notFound .titleArea404 h1 .span02{
	font-weight: 500;
	font-size: 1rem;
	line-height: 100%;
}


@media screen and (max-width: 768px){
	/* Common
	-----------------------------------*/
	.pc{display: none;}
	.sp{display: block;}
	.pc_i{display: none;}
	.sp_i{display: inline;}
	body{
		min-width: auto;
	}
	.inner960,
	.inner700{
		width: auto;
		margin: 0 auto;
		padding: 0 4%;
	}

	/* Header
	-----------------------------------*/
	header{
		padding: 0;
	}
	header .logo{
		padding: 10px 0 5px 4%;
		max-width: 62%;
		margin: 0;
	}
	header #gNav{
		display: none;
	}
	header .switch{
		display: block;
		width: 13%;
		float: right;
		cursor: pointer;
		font-size: 0;
		background: #FFEA10;
	}

	/* Main Visual
	-----------------------------------*/
	#mainVisual{
		background: url(../images/top_mainvisual_sp.jpg) no-repeat center top;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		height: 63vh;
	}
	#mainVisual .ico_sp{
		display: table-cell;
		vertical-align: bottom;
		padding: 0 4% 10% 4%;
		position: relative;
		opacity: 0;
		bottom: -20px;
		transition-property: opacity,bottom;
		-webkit-transition: 1.2s;
		   -moz-transition: 1.2s;
		    -ms-transition: 1.2s;
		     -o-transition: 1.2s;
		        transition: 1.2s;
	}
	#mainVisual.show .ico_sp{
		opacity: 1;
		bottom: 0;
	}
	#mainVisual .ico_pc{
		display: none;
	}
	#mainImage{
		width: 100%;
	}
	#mainImage .image{
		display: none;
	}
	#mainImage:after{
		z-index: 10;
		height: 100%;
		-webkit-background-size: auto;
		     -o-background-size: auto;
		        background-size: auto;
	}
	#mainImage .mainTitle{
		height: 150px;
		padding: 5% 4% 0 4%;
	}
	#mainImage .mainTitle h1{
		font-size: 2rem;
		margin-bottom: 5px;
	}
	#mainImage .mainTitle h1 span:after{
		width: 40px;
		height: 40px;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	#mainImage .mainTitle .txt{
		font-size: 0.86rem;
	}

	/* Top Common
	-----------------------------------*/
	#top h2{
		margin-bottom: 40px;
	}

	#top h2 .span01{
		padding: 10px 0;
		font-size: 2.14rem;
	}
	#top h2 .span02{
		margin-top: 25px;
		font-size: 0.86rem;
	}

	/* About Us
	-----------------------------------*/
	#aboutus{
		padding: 50px 0 80px 0;
		min-height: auto;
		background: url(../images/box_sp.svg) no-repeat center top;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	#aboutus .aboutus_box h2{
		text-align: center;
		float: none;
		margin-bottom: 30px;
	}
	#aboutus .aboutus_box p{
		float: none;
		margin-top: 0;
		max-width: 80%;
		margin: 0 auto;
		font-size: 1rem;
	}

  #aboutus .info {
    padding-top: 20px;
  }

  #aboutus .info p.infoTxt {
    font-size: 20px;
  }
  #aboutus .info p.soonTxt {
    font-size: 13px;
  }

	/* Company
	-----------------------------------*/
	#company{
		padding: 60px 4%;
	}
	#company table th,
	#company table td{
		padding: 15px 0px;
	}
	#company table th{
		width: 28%;
	}
	#company table td{
		font-size: 1rem;
	}

	/* Footer
	-----------------------------------*/
	footer #ftr_button{
		padding: 60px 13.5% 50px 13.5%;
	}
	footer #ftr_button .btn a{
		background: #222;
		color: #FFF;
	}
	footer #ftr_content{
		padding: 100px 0 50px 0;
	}
	footer #ftr_content .ftr_content_upr{
		margin-bottom: 60px;
	}
	footer #ftr_content .ftr_content_upr .logo{
		float: none;
		text-align: center;
		max-width: 25%;
		margin: 0 auto 70px auto;
	}
	footer #ftr_content .ftr_content_upr ul{
		float: none;
		margin-left: 0;
		padding: 0 10%;
	}
	footer #ftr_content .ftr_content_upr ul li{
		width: 50%;
		float: left;
		margin-bottom: 20px;
		font-size: 0.86rem;
		line-height: 140%;
	}
	footer #ftr_content .ftr_content_upr ul li:nth-child(2n + 1){
		clear: both;
	}
	footer #ftr_content .ftr_content_upr ul li a{
		display: block;
	}
	footer #ftr_content .ftr_content_btm .copyright{
		float: none;
		text-align: center;
		margin-right: 0;
		display: block;
	}
	footer #ftr_content .ftr_content_btm p{
		display: none;
	}

	/* Merit
	-----------------------------------*/
	#merit #merit_navi{
		padding-top: 20px;
		padding: 20px 3% 0px 3%;
	}
	#merit #merit_navi li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	#merit #merit_navi li a{
		padding: 25px 0 30px 0;
	}
	#merit #merit_navi li a .num{
		margin-bottom: 5px;
	}
	#merit .content .txt:after{
		bottom: 0;
		margin-left: -35px;
		border-width: 35px 35px 0 35px;
	}

	/* Q&A
	-----------------------------------*/
	#qa{
		padding: 20px 0 80px 0;
	}
	#qa dl dt{
		font-size: 1.29rem;
		padding: 15px 50px 15px 70px;
	}
	#qa dl dt:before{
		right: 25px;
	}
	#qa dl dt:after{
		right: 15px;
	}
	#qa dl dd{
		padding: 20px 5px 80px 70px;
	}
	#qa dl dd h2{
		font-size: 1.29rem;
	}
	#qa dl dd .txt{
		font-size: 1rem;
	}

	/* Flow
	-----------------------------------*/
	#flow{
		padding: 60px 0 80px 0;
	}
	#flow .content{
		margin: 0 auto 150px auto;
		padding: 40px 5% 30px 5%;
	}
	#flow .content h2{
		font-size: 1.57rem;
		margin-bottom: 10px;
	}

	/* Privacy
	-----------------------------------*/
	#privacy{
		padding: 30px 0 80px 0;
	}
	#privacy h2{
		font-size: 1.57rem;
		margin-bottom: 20px;
	}
	#privacy .content01{
		margin-bottom: 40px;
		line-height: 200%;
	}
	#privacy .content01 p{
		margin-bottom: 20px;
	}
	#privacy .content02{
		line-height: 200%;
		padding: 10% 5%;
	}
	#privacy .content02 p{
		margin-bottom: 20px;
	}

	/* Contact
	-----------------------------------*/
	#contact{
		padding-bottom: 80px;
	}
	#contact .content01{
		padding: 20px 5% 0 5%;
	}
	#contact .content01 table{
		margin-bottom: 40px;
	}
	#contact .content01 table th,
	#contact .content01 table td{
		display: block;
	}
	#contact .content01 table th{
		width: auto;
		padding-bottom: 0;
	}
	#contact .content01 table td input[type="text"],
	#contact .content01 table td input[type="email"],
	#contact .content01 table td input[type="tel"],
	#contact .content01 table td select,
	#contact .content01 table td textarea{
		font-size: 1rem;
	}
	#contact .content01 table td textarea{
		height: 180px;
	}
	#contact .content01 .box01 p{
		font-size: 1rem;
		margin-bottom: 30px;
	}
	#contact .content01 label {
		white-space: normal;
		line-height: 160%;
		text-align: left;
	}

	/* 404 Not Found
	-----------------------------------*/
	#notFound{
		height: 70vh;
	}
	#notFound .mainTitle404{
		padding: 5% 4% 0 4%;
	}
	#notFound .titleArea404 h1{
		font-size: 2rem;
	}
	#notFound .titleArea404 h1 .span01:after{
		width: 40px;
		height: 40px;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	#notFound .titleArea404 h1 .span02{
		font-size: 0.86rem;
	}

}

@media screen and (max-width: 321px){
	#company table th{
		width: 35%;
	}
	#company table td br.only-sp_321{
		display: block;
	}
}