@charset "UTF-8";
/*--------------------
/ Foundation - reset
------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, label, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, label, 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,
button, select, option, input, textarea {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
video {
	max-width: 100%;
}


/*  --------------------------------------
デバイス振り分け(PC)
--------------------------------------  */
@media screen and (min-width:837px) {
.sp {display:none!important;}
body{
	font-family : "游ゴシック体", yugothic, "游ゴシック", "yu gothic", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, Gothic MB101, Hiragino Sans,"ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align : left;
	font-size:16px;
	color:#000;
	position:relative;
	overflow-x: hidden;
}
.lpbase {
	margin:0 auto;
	max-width:1200px;
	background-image:url("../img/pc/bk.png");
	background-repeat: repeat;
	background-size:100%;
	background-position:center top;
}
/* --------------------  ヘッダー */
.keyvisual {
	margin:0 auto;
	max-width:1200px;
	max-height:1070px;
	font-size:0;
	line-height:0;
	position:relative;
}
.keyvisual h1 img {width:100%;}
nav {
	padding:0;
	margin:0 auto;
	width:73.41%;
	display:flex;
	position:absolute;
	bottom:6.7%;
	left:50%;
	transform:translateX(-50%);
}
nav div {
	width:49.03%;
}
nav div:not(:first-child) {
	margin-left:1.9%;
}
nav div img {width:100%;}
main {
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:1200px;
}


/* =========================================
CONTENT
========================================= */
.main01,
.main02,
.rginfo {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
	position:relative;
}
.rginfo {max-width:1200px;}
.link01,
.link02,
.link03,
.link04 {
	width:31.375%;
	position:absolute;
}
.link01 {top:   52.7%;left:16.30%;}
.link02 {top:   52.7%;left:52.36%;}
.link03 {bottom:15.3%;left:16.30%;}
.link04 {bottom:15.3%;left:52.36%;}
.link05 {
	width:33.125%;
	position:absolute;
	bottom:6.7%;
	left:50.15%;
	transform:translateX(-50%);
}
.link06 {
	width:33.125%;
	position:absolute;
	bottom:11.4%;
	left:50.15%;
	transform:translateX(-50%);
}
.link07 {
	width:34.916%;
	position:absolute;
	bottom:37.4%;
	left:50%;
	transform:translateX(-50%);
}
.attention {
	margin:0 auto;
	width:100%;
}
.notice {
	margin:0 auto;
	padding:28px 0;
	width:78.33%;
	max-width:940px;
	background:#FFF;
}
.notice_inner {
	margin:0 auto;
	padding:0;
	width:84.3%;
	background:#FFF;
}
.leadwrap {
	margin:0 auto 10px;
	width:100%;
}
.leadwrap_last {
	margin:0 auto;
	width:100%;
}
.acd_opener {
	width:100%;
	font-size: 0;
	line-height:0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.acd_opener:before,
.acd_opener:after {
	content: '';
	width:2.4%;
	height:4px;
	background:#5e87a0;
	transition:all .3s ease-in-out;
	position:absolute;
	top:44.5%;
	right:3.05%;
}
.acd_opener:before      {transform: rotate(90deg);}
.acd_opener.open:before {transform: rotate(180deg);}
.acd_opener.open:after  {opacity: 0;}
.acd_details {
	display: none;
	margin:4px auto 0;
	max-width:100%;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
footer {
	margin:0 auto;
	padding:50px 0 0;
	max-width:100%;
}
footer p {
	padding:15px 0;
	font-size:0;
	line-height:0;
	text-align:center;
	font-weight:600;
	color:#231815;
	background:#004068;
}
.ft_logo {
	margin:0 auto;
	width:480px;
}
main img,
.notice img,
.rginfo img,
.ft_logo img {width:100%;}


/* --------------------  aタグ処理 画像透過リンク */
a img {transition:opacity 0.5s;}
a:hover img {opacity:0.7;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:6%;}

}/* end */

/*  --------------------------------------
デバイス振り分け(SP)
--------------------------------------  */
@media screen and (max-width:836px) {
.pc {display:none;}
body{
	background : #FFF;
	font-family :  "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, Gothic MB101, Hiragino Sans,"ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	width:100%;
	text-align : left;
	position:relative;
}
.lpbase {
	margin:0 auto;
	width:100%;
	background-image:url("../img/sp/bk.png");
	background-repeat: repeat;
	background-size:100%;
	background-position:center top;
}


/*  --------------------------------------
Header
--------------------------------------  */
.keyvisual {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
	position:relative;
}
nav {
	padding:0;
	margin:0 auto;
	width:80.875%;
	display:flex;
	position:absolute;
	bottom:5.6%;
	left:50.5%;
	transform:translateX(-50%);
}
nav div {width:49.3%;}
nav div:not(:first-child) {margin-left:1.39%;}
header img {width:100%;}
main {
	margin:0 auto;
	padding:0;
	width:100%;
}


/* =========================================
CONTENT
========================================= */
.main01,
.main02,
.rginfo {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
	position:relative;
}
.link01,
.link02,
.link03,
.link04,
.link05,
.link06,
.link07 {
	width:65.25%;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
.link01 {top:   39.1%;}
.link02 {top:   55.0%;}
.link03 {top:   72.0%;}
.link04 {bottom:10.0%;}
.link05 {bottom: 4.7%;}
.link06 {bottom:17.2%;}
.link07 {bottom:32.5%;}
.attention {
	margin:0 auto;
	width:100%;
}
.notice {
	margin:0 auto;
	padding:3.6vw 0;
	width:79.5%;
	background:#FFF;
}
.notice_inner {
	margin:0 auto;
	padding:0;
	width:93.2%;
	background:#FFF;
}
.leadwrap {
	margin:0 auto 1vw;
	width:100%;
}
.leadwrap_last {
	margin:0 auto;
	width:100%;
}
.acd_opener {
	width:100%;
	font-size: 0;
	line-height:0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.acd_opener:before,
.acd_opener:after {
	content: '';
	width: 3vw;
	height: 0.6vw;
	border-radius:1vw;
	background: #5e87a0;
	transition: all .3s ease-in-out;
	position: absolute;
	top: 44%;
	right: 2.7vw;
}
.acd_opener:before {transform: rotate(90deg);}
.acd_opener.open:before {transform: rotate(180deg);}
.acd_opener.open:after  {opacity: 0;}
.acd_opener.open:after  {opacity: 0;}
.acd_details {
	display: none;
	margin:4px auto 0;
	max-width:100%;
}

footer {
	margin:0 auto;
	padding:5vw 0 0;
	width:100%;
	background:#FFF;
}
footer p {
	padding:2vw 0;
	width:100%;
	font-size:0;
	line-height:0;
	text-align:center;
	background:#004068;
}
.ft_logo {
	margin:0 auto;
	width:100%;
}


main img,
footer img,
.notice img,
.rginfo img {width:100%;}



.mb10 {margin-bottom:4vw;}
.mb20 {margin-bottom:2.5vw;}
.mb30 {margin-bottom:2.5vw;}
.mb40 {margin-bottom:10vw;}
.mb100 {margin-bottom:10vw;}

.pt5 {padding-top:5.2vw;}
.pt6 {padding-top:6.7vw;}

}/* sp end */
