@charset "UTF-8";



/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.6;
	font-size: 14px;
	color: #231815;
	font-weight: 500;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
 }
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: bottom; max-width: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}



/* !fonts
---------------------------------------------------------- */
.lato {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-style: italic;
}


/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !スマホPC表示・非表示
---------------------------------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
}

/* !Base Fonts
---------------------------------------------------------- */

a {
	color: #231815;
	text-decoration:none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover,a:focus {
	color: #231815;
	text-decoration: none;
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a.qa_link {
	color: #ff6600;
	text-decoration:none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a.qa_link:hover,a.qa_link:focus {
	color: #ff6600;
	text-decoration: none;
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;	
}
.op:hover img,
.op:hover input {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.fwN { font-weight: normal;}
.fwB { font-weight: bold;}

.visiblepc {
	display: block;
}
.visiblets {
	display: none;
}
@media screen and (max-width: 767px) {
.visiblets {
	display: block;
}
.visiblepc {
	display: none;
}
}

.ftbox {
	overflow:hidden;
}


/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}


/* !wrapper
---------------------------------------------------------- */
#wrapper {
	background:#fff;
	overflow: hidden;
}
@media screen and (max-width: 767px) {

}


/* !header
---------------------------------------------------------- */
 a.headerbtn {
	display: flex;
	padding: 0 20px;
	 width: 310px;
	height: 80px;
	align-items: center;
	background: #231815;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3;
}
a.headerbtn .btnbox {
	background: url("../img/arrow_btn.png") right center no-repeat;
	padding-right: 30px;
	width: 100%;
}
a.headerbtn .btnboxin {
	background: url("../img/ico_fixcom.png") 0 center no-repeat;
	padding-left: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
a.headerbtn .btnboxin span {
	font-size: 14px;
	opacity: 0.6;
	display: block;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
 a.headerbtn {
	width: 60%;
	height: 50px;
	 padding: 0 10px;
}
a.headerbtn .btnbox {
	background: url("../img/arrow_btn.png") right center no-repeat;
	background-size: 25px 15px;
	padding-right: 25px;
}
a.headerbtn .btnboxin {
	background-size: 30px 30px;
	padding-left: 40px;
	font-size: 12px;
}
a.headerbtn .btnboxin span {
	font-size: 10px;
}
}

.gnavi {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	z-index: 3;
}
.gnavi li {
	margin-left: 30px;
	align-items: center;
	height: 80px;
	display: flex;
}
.gnavi li a {
	display: inline-block;
	background: url("../img/arrow_navi.png") 0 center no-repeat;
	padding-left: 20px;
	font-size: 16px;
}
@media screen and (max-width: 1024px) {
.gnavi {
	display: none;
}
}


.navbartoggle {
	display: none;
}
@media screen and (max-width: 1024px) {
.navbartoggle {
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	z-index: 7;
}
}


/*header_gnav*/
.header_gnav{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 9;
}
.header_gnav_menu{
	position: absolute;
	right: -100%;
	top: 0;
	width: 460px;
	color: #fff;
	height: 100vh;
	display: flex;
	align-items: center;
	padding: 50px 25px;
	background: #00b5d3;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	transition-property: right;
	transition-duration: 0.6s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.header_gnav_menu::-webkit-scrollbar {
	display: none;
}
.header_gnav.on .header_gnav_menu{
	right: 0;
	transition-property: right;
	transition-duration: 0.6s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.header_gnav_close {
	position: absolute;
	right: 20px;
	top: 25px;
	width: 39px;
	height: 39px;
	cursor: pointer;
	z-index: 2;
}
.menulist {
	padding-left: 25px;
}
.menulist li+li {
	margin-top: 50px;
}
.menulist li a {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.menulist li a:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 20px;
	height: 1px;
	left: 0;
	top: 50%;
	z-index: 2;
}


@media screen and (max-width: 1024px) {
.navbartoggle img {
	width: 90px;
}
.header_gnav{
	background: rgba(255,255,255,0.7);
}
}
@media screen and (max-width: 767px) {
.navbartoggle img {
	width: 60px;
}
.header_gnav_menu{
	right: -100%;
	width: 90%;
	height: 100vh;
}
.header_gnav_close {
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
}
.menulist {
	padding-left: 0;
}
.menulist li a {
	padding-left: 25px;
	font-size: 14px;
}
.menulist li a:before {
	width: 15px;
}
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {

}


/* !footer
---------------------------------------------------------- */
.copyright {
	text-align: center;
	background: #231815;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
	padding: 25px 20px;
}
@media screen and (max-width: 767px) {
.copyright {
	padding: 15px 20px;
}
}


/* !hdl
---------------------------------------------------------- */
.hdl {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
}
.hdl .hdlin {
	position: absolute;
	right: 0;
	bottom: 100%;
	color: #00b5d3;
	padding-right: 6px;
	font-size: 24px;
	line-height: 1.2;
}
.hdl .hdlin:before {
	position: absolute;
	content: "";
	width: 2000px;
	background: #00b5d3;
	height: 1px;
	left: 100%;
	top: 50%;
	z-index: 2;
}
@media screen and (max-width: 767px) {
.hdl {
	font-size: 20px;
	margin-bottom: 20px;
}
.hdl .hdlin {
	font-size: 16px;
}
}


/* !btn
---------------------------------------------------------- */
.combtn a {
	display: block;
	width: 360px;
	padding: 28px 30px;
	background: #00b5d3;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.combtn a span {
	background: url("../img/arrow_btn.png") right center no-repeat;
	display: block;
	text-align: center;
	padding: 0 30px 0 35px;
	position: relative;
}
.combtn a span:before {
	position: absolute;
	content: "";
	background: url("../img/ico_combtn.png") 0 0 no-repeat;
	width: 36px;
	height: 36px;
	left: 0;
	top: 50%;
	margin-top: -18px;
	z-index: 2;
}
.combtn2 a {
	display: block;
	width: 360px;
	padding: 28px 30px;
	background: #faa41d;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.combtn2 a span {
	background: url("../img/arrow_btn.png") right center no-repeat;
	display: block;
	text-align: center;
	padding: 0 30px 0 35px;
	position: relative;
}
.combtn2 a span:before {
	position: absolute;
	content: "";
	background: url("../img/ico_combtn_mail.png") 0 0 no-repeat;
	width: 36px;
	height: 36px;
	left: 0;
	top: 50%;
	margin-top: -18px;
	z-index: 2;
}
.combtn3 a {
	display: block;
	width: 360px;
	padding: 28px 30px;
	background: #00bc36;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.combtn3 a span {
	background: url("../img/arrow_btn.png") right center no-repeat;
	display: block;
	text-align: center;
	padding: 0 30px 0 35px;
	position: relative;
}
.combtn3 a span:before {
	position: absolute;
	content: "";
	background: url("../img/ico_combtn_line.png") 0 0 no-repeat;
	width: 36px;
	height: 36px;
	left: 0;
	top: 50%;
	margin-top: -18px;
	z-index: 2;
}
@media screen and (max-width: 767px) {
.combtn a {
	width: 90%;
	padding: 20px 10px;
	font-size: 14px;
	margin: 10px auto;
	display: block;
}
.combtn a span {
	background-size: 25px 15px;
	padding: 0 25px;
}
.combtn a span:before {
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.combtn2 a {
	width: 90%;
	padding: 20px 10px;
	font-size: 14px;
	margin: 10px auto;
	display: block;
}
.combtn2 a span {
	background-size: 25px 15px;
	padding: 0 25px;
}
.combtn2 a span:before {
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.combtn3 a {
	width: 90%;
	padding: 20px 10px;
	font-size: 14px;
	margin: 10px auto;
	display: block;
}
.combtn3 a span {
	background-size: 25px 15px;
	padding: 0 25px;
}
.combtn3 a span:before {
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
}

.anchor {
	padding-top: 80px;
	margin-top: -80px;
}
@media screen and (max-width: 1024px) {
.anchor {
	padding-top: 0;
	margin-top: 0;
}
}

