@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese');
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* { outline: none; }
body {
	font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}
a { color: #000; }
a:hover { text-decoration: none; }
.sp { display: none; }
#laWrap {
	width: 100%;
	min-width: 1200px;
}
#top header {
	height: 165px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 1200px;
	margin: 0 auto;
}
#top header:before {
	content: '';
	height: 52px;
	width: 156px;
	margin-left: 47px;
}
#top h1 {
	width: 106px;
	height: 75px;
}
#top h1 a {
	display: block;
	height: 75px;
	background: url(../images/logo.png) no-repeat center center / contain;
}
#share {
	height: 52px;
	width: 156px;
	margin-right: 47px;
	display: flex;
}
#share li {
	width: 52px;
	height: 52px;
}
#share li a {
	display: block;
	height: 52px;
	transition: all 0.3s ease;
}
#share li a:hover { transform: translateY(-5px); }
#s1 a { background: url(../images/icon_twitter.png) no-repeat center center; }
#s2 a { background: url(../images/icon_facebook.png) no-repeat center center; }
#s3 a { background: url(../images/icon_line.png) no-repeat center center; }
#top { padding-bottom: 75px; }
#top .catch {
	margin: 0px auto;
	height: 550px;
	width: 1200px;
	position: relative;
	background: url(../images/top_mainimg.jpg) no-repeat right center;
}
/*#top .catch:before {
	content: '';
	position: absolute;
	left: 119px;
	top: 185px;
	width: 29px;
	height: 29px;
	background: url(../images/icon_aid.png) no-repeat center center / contain;
}*/
#top .catch p {
	background: url(../images/catch.png);
	position: absolute;
	height: 113px;
	width: 544px;
	left: 56px;
	top: 394px;
}
#descr {
	height: 524px;
	display: flex;
	position: relative;
}
#descr:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 337px;
	height: 202px;
	background: url(../images/descr_img.png) no-repeat center center;
	margin-left: -168px;
	margin-top: -101px;
	z-index: 10;
}
.descrHalf {
	width: 50%;
	height: 524px;
	display: flex;
	position: relative;
}
#descrL {
	background: rgba(225,225,225,1);
	height: 524px;
}
#descrLin {
	width: 600px;
	margin-left: auto;
	display: flex;
	height: 524px;
	justify-content: center;
	align-items: center;
}
#descrLin p {
	width: 420px;
	font-size: 20px;
	line-height: 37px;
	letter-spacing: 0.04em;
}
#descrLin p span {
	display: inline-block;
	background: url(../images/marker_sv.png) repeat-x center center;
	padding: 0 1px;
	margin: 0 2px;
}
#descrR {
	background: rgba(250,250,250,1);
	height: 524px;
}
#descrRin {
	width: 600px;
	margin-right: auto;
	display: flex;
	height: 524px;
	justify-content: center;
	align-items: center;
}
#descrRin p {
	width: 390px;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 0.04em;
	padding-left: 210px;
	font-weight: 500;
}
#feature {
	position: relative;
	padding-bottom: 60px;
}
#feature h2 {
	line-height: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: -112px;
	background: url(../images/marker_sv.png) repeat-x center center;
	font-weight: 700;
	transform: translateX(-50%);
	font-size: 18px;
	letter-spacing: 0.14em;
	padding-left: 0.14em;
}
#featureCatch {
	line-height: 24px;
	position: absolute;
	height: 24px;
	left: 50%;
	top: -73px;
	font-weight: 700;
	transform: translateX(-50%);
	font-size: 18px;
	letter-spacing: 0.14em;
	padding-left: 0.14em;
}
#toFeatureList {
	height: 20px;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: rotate(-45deg);
	z-index: 30;
}
#toFeatureList a {
	display: block;
	height: 20px;
	border: 2px solid #000;
	box-sizing: border-box;
	background: #000;
	position: relative;
	transition: all 0.3s ease;
}
#toFeatureList a:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	left: 5px;
	bottom: 5px;
	transition: all 0.3s ease;
}
#toFeatureList a:hover { background: #FFF; }
#toFeatureList a:hover:before { border-color: #000; }
#featureList {
	height: 300px;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	background: rgba(198,226,229,0.3);
}
#featureList li {
	width: 300px;
	height: 300px;
	background: #FFF;
}
#featureList li a {
	background: #FFF;
	display: block;
	height: 300px;
	position: relative;
	box-sizing: border-box;
	padding-top: 184px;
	text-align: center;
	line-height: 29px;
	font-size: 16px;
	letter-spacing: 0.04em;
	padding-left: 0.04em;
	text-decoration: none;
}
#featureList li a:hover {
	transform: scale(1.03);
	box-shadow: 0px 0px 6px 3px #e0e0e0;
	z-index: 10;/*	transition: transform 0.3s ease;*/
}
#featureList li:nth-child(odd) a { background: rgba(198,226,229,1); }
#featureList li a:before {
	content: '';
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	width: 62px;
	height: 68px;
	display: block;
	left: 50%;
	top: 96px;
	margin-left: -31px;
}
#f1 a:before { background-image: url(../images/icon_f1.png); }
#f2 a:before { background-image: url(../images/icon_f2.png); }
#f3 a:before { background-image: url(../images/icon_f3.png); }
#f4 a:before { background-image: url(../images/icon_f4.png); }
.features {
	padding: 50px 0;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.features h3 {
	padding-top: 90px;
	width: 430px;
	text-align: center;
	position: relative;
	font-size: 16px;
	line-height: 29px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.features h3:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
}
#feature1 h3:before { background-image: url(../images/icon_f1.png); }
#feature2 h3:before { background-image: url(../images/icon_f2.png); }
#feature3 h3:before { background-image: url(../images/icon_f3.png); }
#feature4 h3:before { background-image: url(../images/icon_f4.png); }
.featuresin { width: 720px; }
.featuresin p {
	line-height: 35px;
	letter-spacing: 0.04em;
	font-weight: 500;
}
#subFeature {
	position: relative;
	padding-bottom: 60px;
}
#subFeatureList {
	height: 150px;
	display: flex;
	justify-content: center;
	background: rgba(250,250,250,1) url(../images/icon_aid.png) no-repeat center center;
	margin-bottom: 35px;
}
#subFeatureList li {
	width: 240px;
	height: 150px;
}
#subFeatureList li a {
	display: block;
	height: 150px;
	background: #FFF;
	position: relative;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: 0.04em;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	box-sizing: border-box;
	padding-top: 93px;
	pointer-events:none;
}
#subFeatureList li a:before {
	content: '';
	position: absolute;
	width: 43px;
	height: 43px;
	top: 40px;
	left: 50%;
	margin-left: -21px;
}
#subFeatureList li:nth-child(odd) a { background: rgba(225,225,225,1); }
#fs1 a:before { background: url(../images/icon_fs1.png) no-repeat center center / contain; }
#fs2 a:before { background: url(../images/icon_fs2.png) no-repeat center center / contain; }
#fs3 a:before { background: url(../images/icon_fs3.png) no-repeat center center / contain; }
#fs4 a:before { background: url(../images/icon_fs4.png) no-repeat center center / contain; }
#fs5 a:before { background: url(../images/icon_fs5.png) no-repeat center center / contain; }
#fs6 a:before { background: url(../images/icon_fs6.png) no-repeat center center / contain; }
#subFeatureWrap {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.subFeatures {
	padding: 25px 0;
	width: 600px;
	display: flex;
	align-items: center;
}
.subFeatures h3 {
	padding-top: 50px;
	width: 180px;
	text-align: center;
	position: relative;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.subFeatures h3:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.subFeaturesin { width: 400px; }
.subFeaturesin p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.04em;
	font-weight: 500;
}
#subFeature1 h3:before { background-image: url(../images/icon_fs1.png); }
#subFeature2 h3:before { background-image: url(../images/icon_fs2.png); }
#subFeature3 h3:before { background-image: url(../images/icon_fs3.png); }
#subFeature4 h3:before { background-image: url(../images/icon_fs4.png); }
#subFeature5 h3:before { background-image: url(../images/icon_fs5.png); }
#subFeature6 h3:before { background-image: url(../images/icon_fs6.png); }
footer {
	background: rgba(0,0,0,1);
	position: relative;
	min-width: 1200px;
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 30px;
}
#footerComp {
	width: 350px;
	order: 2;
}
#footerLogo {
	height: 105px;
	width: 201px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 43px;
}
#footerLogo a {
	display: block;
	height: 105px;
	background: url(../images/footer_logo.png) no-repeat center center / contain;
}
#footerAddress {
	line-height: 27px;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.14em;
	padding-bottom:35px;
}
#footerAddress strong { font-weight: 700; }
#footerAddress a { color: #FFF; }
#copyright {
	font-size: 12px;
	line-height: 20px;
	color: rgba(255,255,255,1);
	height: 20px;
	width: 370px;
	margin-left: 35px;
	letter-spacing: 0.14em;
	font-weight: 500;
	order: 1;
}
#footerNav {
	width: 370px;
	height: 20px;
	display: flex;
	justify-content: flex-end;
	order: 3;
	margin-right: 35px;
}
#footerNav li {
	width: 170px;
	height: 20px;
	margin-left: 10px;
}
#footerNav li a {
	display: block;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #FFF;
	text-decoration: none;
	font-weight: 500;
	line-height: 18px;
	font-size: 12px;
	background: #FFF;
	padding-left: 12px;
	position: relative;
	transition: all 0.3s ease;
}
#footerNav li a:hover {
	background: #000;
	color: #FFF;
}
#footerNav li a:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	box-sizing: border-box;
	margin-top: -2px;
	transform: rotate(-45deg);
}
#footerNav li a:hover:before { border-color: #FFF; }
#bttop {
	position: absolute;
	right: 0;
	top: 0;
	width: 96px;
	height: 96px;
}
#bttop a {
	display: block;
	height: 96px;
	background: #FFF url(../images/btn_bttop.png) no-repeat center center;
	position: relative;
}
#bttop a:before,
#bttop a:after {
	content: '';
	position: absolute;
	transition: all 0.3s ease;
	opacity: 0;
	width: 0;
	height:0;
}
#bttop a:before {
	width: 0;
	box-sizing: border-box;
	left: 5px;
	top: 5px;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
}
#bttop a:after {
	box-sizing: border-box;
	right: 5px;
	bottom: 5px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
#bttop a:hover:before,
#bttop a:hover:after {
	width: 86px;
	height: 86px;
	opacity: 1;
}
.sub {
	position:relative;
}
.sub header {
	height: 263px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding:60px 0 0;
	box-sizing:border-box;
}
.sub header #btindex {
	height: 52px;
	width: 156px;
	margin-left: 47px;
	position:relative;
	z-index:11;
	margin-top:-15px;
}
.sub header #btindex a {
	display:block;
	height:32px;
	border:2px solid #FFF;
	box-sizing:border-box;
	line-height:27px;
	padding-left:20px;
	background:#FFF;
	text-decoration:none;
	transition:all 0.3s ease;
	position:relative;
}
.sub header #btindex a:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	box-sizing: border-box;
	margin-top: -2px;
	transform: rotate(45deg);
}
.sub header #btindex a:hover {
	border-color:#000;
}
.sub header:after {
	content:'';
	position:absolute;
	left:0;
	right:50%;
	top:0;
	bottom:0;
	background:rgba(225,225,225,1);
}
.sub h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 236px;
	height: 141px;
	margin-left: -118px;
	margin-top: -70px;
	z-index: 10;
}
.sub h1 a {
	display: block;
	height: 141px;
	background: url(../images/descr_img.png) no-repeat center center / contain;
}
#toCont {
	height: 20px;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: rotate(-45deg);
	z-index: 30;
}
#subCont {
	position:relative;
	padding:60px 0;
}
#toCont a {
	display: block;
	height: 20px;
	border: 2px solid #000;
	box-sizing: border-box;
	background: #000;
	position: relative;
	transition: all 0.3s ease;
}
#toCont a:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	left: 5px;
	bottom: 5px;
	transition: all 0.3s ease;
}
#toCont a:hover { background: #FFF; }
#toCont a:hover:before { border-color: #000; }
.contin {
	padding-bottom:60px;
}
.contin h2 {
	line-height: 24px;
	height: 24px;
	background: url(../images/marker_sv.png) repeat-x center center;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.14em;
	padding-left: 0.14em;
	display:table;
	margin:0 auto 50px;
}
#terms {
	font-size:14px;
	line-height:35px;
	font-weight:500;
}
#terms .contin p,
#terms .contin dd {
	margin:0 auto 35px;
	width:1000px;
}
#terms .contin dd ul,
#terms .contin dd li {
	list-style:disc inside;
}
#terms .contin dd ul {
	padding:10px 30px;
}
#terms .contin dl {
	width:1000px;
	margin:0 auto;

}