@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;
}
.lpwrap {
	margin:0 auto;
	max-width:1200px;
	background-image: url(../img/pc/bk.webp);
	background-size:100%;
}
/* --------------------  ヘッダー */
.logo_header {
	margin:0 auto;
	padding:15px 0;
	width:100%;
	max-width:1200px;
	font-size:0;
	line-height:0;
	background:#FFF;
	display:flex;
}
.logo_header img {
	width:100%;
}
.logo_L {
	margin-left:2.5%;
	width:12%;
	max-width:144px;
}
.logo_R {
	width:18.08%;
	max-width:217px;
}
.keyvisual {
	margin:0 auto;
	max-width:1200px;
	max-height:1650px;
	font-size:0;
	line-height:0;
	position:relative;
}
.keyvisual h1 img {width:100%;}
main {
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:1200px;
}
.service {
	margin:0 auto;
	max-width:1200px;
	max-height:2240px;
	font-size:0;
	line-height:0;
	position:relative;
}
.service_wrap img,
.service img {width:100%;}
.sv_link01 {
	width:26.6666%;
	position:absolute;
	top:19.1%;
	left:50.15%;
	transform:translateX(-50%);
}
.sv_link02,
.sv_link03,
.sv_link04 {
	width:28.2083%;
	position:absolute;
}
.sv_link02 {top:60.7%; left:20.1%;}
.sv_link03 {top:60.7%; left:52%;}
.sv_link04 {top:68.2%; left:20.1%;}
.sv_link05 {
	width:65.5833%;
	position:absolute;
	top:87.85%;
	left:50.2%;
	transform:translateX(-50%);
}
.sv_link06 {
	width:65.5833%;
	position:absolute;
	top:92.25%;
	left:50.2%;
	transform:translateX(-50%);
}


/* =========================================
CONTENT
========================================= */
.m01ttl,
.m01ttlsub {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
}
.m01ttl {
	position: sticky;
	top:0;
	z-index:10;
}
.m01_sec0,
.m01_sec {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
	position:relative;
}
.m01s0_link03 {
	width:78.3333%;
	position:absolute;
	top:72%;
	left:50%;
	transform:translateX(-50%);
}
.m02_link01,
.m02_link02,
.m02_link03 {
	width:65.625%;
	position:absolute;
	left:50.2%;
	transform:translateX(-50%);
}
.m02_link01 {top:81%;}
.m02_link02 {top:86%;}
.m02_link03 {top:91%;}


.m01ttl img,
.m01ttlsub img,
.m01_sec0 img,
.m01_sec img {width:100%;}


a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.ft_img {
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:375px;
	font-size:0;
	line-height:0;
	display:flex;
}
.f_logo_L {
	width:44.8%;
}
.f_logo_R {
	width:55.2%;
}

.ft_img img {width:100%;}


/* --------------------  aタグ処理 画像透過リンク */
a img {transition:opacity 0.5s;}
a:hover img {opacity:0.7;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:6%;}
.mb60pc {margin-bottom:60px;}

}/* 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;
}

/*  --------------------------------------
Header
--------------------------------------  */
.logo_header {
	margin:0 auto;
	padding:0;
	width:100%;
	font-size:0;
	line-height:0;
	background:#FFF;
	display:flex;
}
.logo_header img {width:100%;}
.logo_L {
	width:17.5%;
}
.logo_R {
	width:22.22%;
}
.keyvisual {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
	position:relative;
}
main {
	margin:0 auto;
	padding:0;
	width:100%;
}
.service {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
	position:relative;
}
.sv_link01,
.sv_link02,
.sv_link03,
.sv_link04 {
	width:70.5555%;
	position:absolute;
	left:49.8%;
	transform:translateX(-50%);
}
.sv_link01 {top:18.45%;}
.sv_link02 {top:63%;}
.sv_link03 {top:68.65%;}
.sv_link04 {top:74.25%;}
.sv_link05,
.sv_link06 {
	width:84.4444%;
	position:absolute;
	left:50.2%;
	transform:translateX(-50%);
}
.sv_link05 {top:90.6%;}
.sv_link06 {top:94.3%;}
.keyvisual img,
.service_wrap img,
.service img {width:100%;}

/* =========================================
CONTENT
========================================= */
.m01ttl,
.m01ttlsub {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
}
.m01ttl {
	position: sticky;
	top:0;
	z-index:10;
}
.main03 {
	position:relative;
}
.m01_sec0,
.m01_sec {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
	position:relative;
}
.m01s0_link03 {
	width:87.5%;
	position:absolute;
	top:71%;
	left:50%;
	transform:translateX(-50%);
}
.m02_link01,
.m02_link02,
.m02_link03 {
	width:88.4722%;
	position:absolute;
	left:50.2%;
	transform:translateX(-50%);
}
.m02_link01 {top:81%;}
.m02_link02 {top:86.4%;}
.m02_link03 {top:91.7%;}

.m01ttl img,
.m01ttlsub img,
.m01_sec0 img,
.m01_sec img {width:100%;}

.ft_img2 {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
}
.ft_img {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
	display:flex;
}
.f_logo_L {
	width:48%;
}
.f_logo_R {
	width:52%;
}

.ft_img img,
.ft_img2 img,
.tel 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 */
