@charset "utf-8";

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

	リセット

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

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(4vw,1.5em);
	line-height: 1.6;
	position: relative;
	max-width: 750px;
	margin: auto;
}

a { color: #1d5eff;}
a:hover, a:active { color: #a4c0f7; 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_blue { color: #0b308e;}
.fo_red { color: #eb5514;}

.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;}

/* リスト */
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;
}

.over_hidden { overflow: hidden;}
.show_sp { display: none;}

.container { padding: 2em;}


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

.header h1 { padding: 0px 60px 0px 15px; line-height: 60px;}
.header h1 img { max-height: 42px; width: auto;}


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

/* ハンバーガーメニュー */
.humberger {
	background: #000;
	cursor: pointer;
	position: fixed;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
  border-radius: 100%;
	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: #fffaa3;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
  height: 100%;
  padding: 70px 1em 2em;
	transition: .5s;
}
.sp-navi .sp-navi-inner li a {
	display: block;
	text-decoration: none;
	color: #000;
  font-weight: bold;
  border-bottom: dotted 1px #231815;
  padding: 0.8em 1.5em;
}


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

.mainimage  { background: #fff000; padding-bottom: 2.5em;}
.mainimage .btn_area { padding: 0 2.5em;}

.sec01 { background: #0b308e; padding: 2em 0;}
.sec01 h2 { padding: 0 4em;}

.slider_wrap { padding-left: 1.5em;}
.slider { display: flex; gap: 2em; transform: translateX(0); transition: transform .5s ease;}
.slider li {flex: 0 0 calc(90% - 2em);}
.slider img { display: block; width: 100%; height: auto;}
.slider-dots { display: flex; justify-content: center; gap: 0.5em; margin-top: 1.5em;}
.slider-dots button { width: 1em; height: 1em; border: none; border-radius: 50%; background: #fff; padding: 0; cursor: pointer;}
.slider-dots button.is-active { background:#fff000;}
.slider-prev, .slider-next{ position: absolute; top: 50%; transform: translateY(-50%); pointer-events: auto; background: url("../images/ico_prev.svg") no-repeat center center; background-size: 100% auto; width: 2.5em; height: 8em; cursor: pointer; border: none; outline: none;}
.slider-prev{ left: 0; }
.slider-next{ right: 0; transform: translateY(-50%) scale(-1,1);}

.sec02 { border: solid 0.5em #0b308e;}
.sec02 dt { padding-right: 1em; position: relative;}
.sec02 dt:after { content: ""; position: absolute; background: url("../images/ico_plus.svg") no-repeat center center; background-size: 100% auto; width: 2em; height: 2em; right: -1.3em; top: 50%; transform: translateY(-50%);}
.sec02 dt.open:after { background-image: url("../images/ico_minus.svg");}
.sec02 dd { padding-top: 1em; display: none;}

.sec03 { background: #fff000; padding: 1.5em 1.5em 2em;}
.sec03 .container { padding-top: 1em;}

.sec04 { background: #fffaa3;}
.sec04 dl:not(:last-of-type) { border-bottom: solid 2px #0b308e; padding-bottom: 1.5em;}
.sec04 dd { padding-top: 0.5em; display: none;}
.sec04 dt { padding-right: 1.5em;}
.sec04 dt:after { content: ""; position: absolute; background: url("../images/ico_arrow01.svg") no-repeat center center; background-size: 100% auto; width: 1.3em; height: 1em; right: 0; top: 50%; transform: translateY(-50%); transition: 0.3s;}
.sec04 dt.open:after { transform: rotate(180deg) translateY(50%);}

.sec05 dt, .sec05 dd { padding-left: 5rem;}
.sec05 dt, .sec05 h3 { line-height: 1.4; min-height: 3.2em; display: flex; align-items: center;}
.sec05 dt { border-bottom: solid 2px #0b308e; padding: 0.3em 1.5em 0.3em 3.3em; cursor: pointer;}
.sec05 dt:before, .sec05 h3:before { content: ""; position: absolute; background: url("../images/ico_q.svg") no-repeat center center; background-size: 100% auto; width: 4.3em; height: 4.4em; left: 0; top: 50%; transform: translateY(-50%); font-size: min(4vw,0.55em);}
.sec05 dt:after { content: ""; position: absolute; background: url("../images/ico_arrow01.svg") no-repeat center center; background-size: 100% auto; width: 1.4em; height: 1em; right: -0.5em; top: 50%; transform: translateY(-50%); transition: 0.3s;}
.sec05 dt.open:after { transform: translateY(-50%) rotate(180deg);}
.sec05 dd { padding: 1em 0 0 4em; display: none;}
.sec05 h3:before { background-image: url("../images/ico_a.svg"); left: -6em;}

.sec06 { background-size: auto auto; background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #f0f1f1 5px, #f0f1f1 10px );}

.contact_box p.bold { font-size: 1.05em; margin-bottom: 0.2em;}
.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 1px #9c9d9d; padding: 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-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #fff;
	text-decoration: none;
	background: url("../images/sec06_btn.svg") no-repeat calc(100% - 0.6em) center #e75514;
  background-size: 0.8em auto;
	padding: 0.2em;
	border-radius: 0.2em;
	border: none;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
}
.contact_box .radio { display: flex; flex-wrap: wrap; gap: 0.5em 1em;}
.contact_box .radio.no_wrap { flex-wrap: nowrap;}
.contact_box .radio label { display: block; background: #fff; border: solid 1px #9c9d9d; border-radius: 0.4em; width: 100%; padding: 0.5em 0.5em 0.5em 1em;}
.contact_box input[type="text"].datepicker { max-width: 250px;}

.contact_box .hissu, .contact_box .ninni { display: inline-block; font-size: 0.6em; color: #fff; background: #f09500; font-weight: bold; line-height: 1.2; padding: 0.3em 0.4em; vertical-align: middle; margin: 0 0 0.2em 0.8em;}
.contact_box .ninni { background: #898989;}

.privacy_box { border: solid 1px #9c9d9d; height: 10em; padding: 1em; overflow-y: scroll; border-radius: 0.3em;}


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

.footer .logo { padding: 1em 15%;}
.footer .map iframe { width: 100%; height: 12em;}

.copy { background: #0b308e; padding: 0.5em;}

body { padding-bottom: 7em;}

.fixed_btn { position: fixed; left: 50%; bottom: 0px; z-index: 999; width: 100%; max-width: 750px; transform: translateX(-50%);}
.fixed_btn ul { display: flex; padding: 0.5rem; background-color: #dbdbdb; justify-content: center; gap: 0.5em; border-top-left-radius: 0.8em; border-top-right-radius: 0.8em;}


@media only screen and (max-width: 640px) {
  .break_keep .show_sp { display: inline;}
}


