@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
  font-weight: 500;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table { border-collapse: collapse; border-spacing: 0;}
hr {
	display: block;
	height: 0;
	border: 0;
	border-bottom: 3px dashed #000;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: auto;
}
*, *:before, *:after { box-sizing: border-box;}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: min(3.5vw,1em);
	line-height: 1.6;
	position: relative;
	max-width: 750px;
	margin: auto;
}

.fo_oswald { font-family: "Oswald", sans-serif; font-weight: 700;}

a { color: #29A2D9;}
a:hover, a:active { color: #6ECAEA; text-decoration: none;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo105 { font-size: 1.05em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo18 { font-size: 1.8em !important;}

.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}

.fo_white { color: #FFFFFF;}
.fo_red { color: #ff4b26;}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.bold { font-weight: bold;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}

.back_white { background-color: #fff;}
.back_red { background-color: #e70012;}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc;}

/* margin */
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 0.5em !important;}
.mb10 { margin-bottom: 1em !important;}
.mb15 { margin-bottom: 1.5em !important;}
.mb20 { margin-bottom: 2em !important;}
.mb25 { margin-bottom: 2.5em !important;}
.mb30 { margin-bottom: 3em !important;}

/* clearFix */
.clearFix { zoom: 100%; }
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* ------------------------
	ヘッダー
------------------------ */

.header h1, .sp-navi .sp-navi-inner .logo { padding: 0px 25%; line-height: 50px;}
.header h1 img, .sp-navi .sp-navi-inner .logo img { max-height: 26px; width: auto;}


/* ------------------------
	グローバルナビ
------------------------ */

/* ハンバーガーメニュー */
.humberger {
	background: #000;
	cursor: pointer;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	z-index: 10000;
}
.humberger span {
	background: #fff;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 5px;
	transition: 0.4s;
}
.humberger span:nth-of-type(1) { top: 12px;}
.humberger span:nth-of-type(2) { top: 22px;}
.humberger span:nth-of-type(3) { top: 32px;}
.is-open .humberger span:nth-of-type(1) { transform: translateY(10px) rotate(-45deg);}
.is-open .humberger span:nth-of-type(2) { opacity: 0;}
.is-open .humberger span:nth-of-type(3) { transform: translateY(-10px) rotate(45deg);}

/* ナビ本体 */
.sp-navi.is-open .sp-navi-inner {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.sp-navi .sp-navi-inner {
	background: #fffcd9;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
  height: 100%;
	transition: .5s;
}
.sp-navi .box01 { padding: 1.5em 1em 2em; font-size: 1.5em;}
.sp-navi .sp-navi-inner li a {
	display: block;
	text-decoration: none;
	color: #000;
  font-weight: bold;
	background: url("../images/gn_arrow.svg") no-repeat left center;
  background-size: 1.2em auto;
  border-bottom: dotted 1px #231815;
  padding: 0.8em 0px 0.8em 1.8em;
}
.sp-navi h2 { padding: 0 7%;}


/* ------------------------
	コンテンツ
------------------------ */

.mainimage .btn_area { width: 100%; bottom: 0; padding: 0px 6%;}

.car_box { display: flex; justify-content: space-between; align-items: center; border-radius: 1.5em; background: url("../images/sec01_bg01.svg") no-repeat left center; background-size: 100% 100%; margin: 0 1.3em; padding: 1em 1.3em; font-size: min(2.5vw,1.2em);}
.car_box figure { width: 39%;}
.car_box .box_inner { width: 56%;}
.car_box dl { display: flex; justify-content: space-between; align-items: center; border-bottom: dashed 2px #666666; padding-bottom: 1em;}
.car_box dt { border: solid 1px #ff4b26; padding: 0.2em 0.4em;}
.car_box dd { background: linear-gradient(transparent 60%, #fff100 0%);}
.car_box .fo_oswald { font-size: 1.8em; line-height: 1;}

.sec01 .bg01 img { margin-top: 2em; vertical-align: bottom; margin-bottom: -1px;}

.sec02 { background: #9fdfff; padding: 1em 1.5em 3em;}

.contact_box p.bold { font-size: 1.3em;}
.contact_box input[type="text"], .contact_box input[type="email"], .contact_box input[type="tel"], .contact_box textarea, .contact_box select { width: 100%; border: solid 2px #909090; padding: 0.7em 1em; border-radius: 0.4em; font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;}
.contact_box select { -webkit-appearance: menulist-button;}
.contact_box input[type="submit"] {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 2em;
	color: #fff;
	text-decoration: none;
	background: url("../images/ico_arrow.svg") no-repeat calc(100% - 1em) center #ff4b26;
  background-size: 0.5em auto;
  box-shadow: 0px 0.4em 0px #b71a00;
	padding: 0.6em;
	border-radius: 2em;
	border: none;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
}
.contact_box label { display: inline-block; margin-right: 1em;}

.contact_box .hissu { display: inline-block; font-size: 0.6em; color: #fff; background: #e70012; font-weight: bold; line-height: 1.4; padding: 1px 5px; vertical-align: middle;}

.privacy_box { border: solid 1px #000; height: 12.5em; padding: 1.5em; overflow-y: scroll;}

.sec03 { background-image: repeating-linear-gradient(-45deg, #f2f2f2, #f2f2f2 15px, transparent 15px, transparent 30px); padding: 3em 1.5em 0.5em;}
.sec03 dl, .sp-navi dl { display: flex; align-items: center; flex-wrap: wrap; gap: 0.3em 0.5em; width: 86%; max-width: 550px; margin: 0 auto;}
.sec03 dt, .sp-navi dt { background: #e70012; width: 3.8em; text-align: center;}
.sec03 dd, .sp-navi dd { width: calc(100% - 4em);}

.sp-navi dl { font-size: 0.6em;}
.sp-navi dt { background: #000;}


/* ------------------------
	フッター
------------------------ */

.footer h2 { padding: 0 20%;}
.footer .box { padding: 0 2em 2em;}
.footer iframe { width: 100%; height: 12em; vertical-align: bottom;}
.footer .copy { background: #e70012; padding: 0.3em;}

.pagetop {
  font-size: min(6vw,1.5em);
	display: none;
	position: fixed;
  width: 3em;
	right: 0.7em;
	padding-bottom: 20%;
	bottom: 0px;
	z-index: 999;
}

.fixed_btn { position: fixed; justify-content: center; gap: 0.4em; width: 100%; max-width: 750px; left: 50%; transform: translateX(-50%); bottom: 0px; padding: 0.7em 1em 1em; z-index: 999; display: flex; background: rgba(0,0,0,0.6);}

body { padding-bottom: 21%;}

.page_wrap { padding: 0 2em 5em;}
.break_keep { word-break: keep-all;}

@media only screen and (min-width: 751px) {
  body { padding-bottom: 142px;}
  .pagetop { padding-bottom: 150px;}
}



