@charset "utf-8";
/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
hr {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:""; content:none;}
input, select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

/* ------------------------------
 サイト全体（PC）
------------------------------ */
html,
body {
	color: #323232;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	line-height: 1.75;
	font-feature-settings: "palt";
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.site {
	overflow: hidden;
	width: 100%;
	font-size: 1.7rem;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left !important; }
.tac { text-align: center; }
.tar { text-align: right; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
strong, .bold { font-weight: bold; }
.nobold { font-weight: normal !important; }
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none{ display: none; }
/* 行スペース */
.b1 { margin-bottom: 1.75em; }
.b2 { margin-bottom: 3.5em; }
/* スペース */
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml27 { margin-left: 27px !important; }
.nopd { padding: 0 !important; }
/* リンク */
a {
	color: #005cab;
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	a img,
	.contents .cms_text a,
	.contents .cms_caption_t a,
	.contents .cms_caption_b a {
		transition: 0.3s ease-in-out;
	}
	a:hover img {
		opacity: 0.7;
	}
	.contents .cms_text a:hover,
	.contents .cms_caption_t a:hover,
	.contents .cms_caption_b a:hover {
		text-decoration: underline;
	}
}
/* カラー */
.red {
	color: #db0000;
}
.cyan {
	color: #12b6ca;
}
.orange {
	color: #f2713a;
}
.blue {
	color: #005cab;
}
.gray {
	color: #969696;
}
/* フォントサイズ */
.f12 {
	font-size: 1.2rem;
}
.f13 {
	font-size: 1.3rem;
}
.f15 {
	font-size: 1.5rem;
}
.f20 {
	font-size: 2rem;
}
.f24 {
	font-size: 2.4rem;
}
sup {
	font-size: 80%;
	vertical-align:top;
}
/* ※字下げ */
.note {
	padding-left: 1em;
	text-indent: -1em;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.site {
		min-width: 1240px;
	}
	.pc_tac {
		text-align: center;
	}
	.sp { display: none !important; }
	.pc_tal { text-align: left; }
	.pc_tac { text-align: center; }
	.pc_tar { text-align: right; }
	.pc_bold { font-weight: bold; }
	.pc_nobr br { display: none; }
	.pc_mb0 { margin-bottom: 0 !important; }
	.pc_mb5 { margin-bottom: 5px !important; }
	.pc_mb10 { margin-bottom: 10px !important; }
	.pc_mb15 { margin-bottom: 15px !important; }
	.pc_mb20 { margin-bottom: 20px !important; }
	.pc_mb25 { margin-bottom: 25px !important; }
	.pc_mb30 { margin-bottom: 30px !important; }
	.pc_mb35 { margin-bottom: 35px !important; }
	.pc_mb40 { margin-bottom: 40px !important; }
	.pc_mb50 { margin-bottom: 50px !important; }
	.pc_mb60 { margin-bottom: 60px !important; }
	.pc_mb70 { margin-bottom: 70px !important; }
	.pc_mb80 { margin-bottom: 80px !important; }
}
/* ------------------------------
 サイト全体（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.fl,
	.fr {
		float: none;
	}
	.site {
		min-width: 320px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block !important;
	}
	.pc_br br {
		display: none;
	}
	.sp480more_br {
		display: none;
	}
	/* スペース */
	.mb15 {
		margin-bottom: 10px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.mb25 {
		margin-bottom: 15px !important;
	}
	.mb30 {
		margin-bottom: 15px !important;
	}
	.mb35 {
		margin-bottom: 20px !important;
	}
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 40px !important;
	}
	.mb70 {
		margin-bottom: 50px !important;
	}
	.mb80 {
		margin-bottom: 55px !important;
	}
	.nopd {
		padding: 0 !important;
	}
	/* フォントサイズ */
	.f12 {
		font-size: 1.1rem;
	}
	.f13 {
		font-size: 1.2rem;
	}
	.f20 {
		font-size: 1.8rem;
	}
	.f24 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.sp480more_br {
		display: inline;
	}
}

/* ------------------------------
 ヘッダー
------------------------------ */
.header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	min-width: 1240px;
	height: 80px;
	background-color: #fff;
}
.headerBlock  {
	position: relative;
	width: 100%;
	transition: .1s ease-in-out;
}
/* ロゴ */
.logoWrapper {
	position: relative;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 80px;
	background-color: #fff;
}
.logo {
	padding: 28px 32px;
	line-height: 1;
	text-align: left;
}
.logo img {
	width: 160px;
	height: auto;
	vertical-align: top;
}
.logo:hover img {
	opacity: 1;
}
/* 開閉メニューボタン */
.slidemenu-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 130px;
	z-index: 1003;
	width: 80px;
	height: 80px;
	transition: .3s ease-in-out;
}
.menu-icon,
.menu-icon:before,
.menu-icon:after {
	display: block;
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #1b3957;
}
.menu-icon:before,
.menu-icon:after {
	transition: color .25s ease;
}
.page-open-slidemenu {
	overflow: hidden;
	height: 100%;
}
.menu-icon:before,
.menu-icon:after {
	content: "";
	transform-origin: 50% 50%;
}
.menu-icon {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .25s ease-out;
}
.menu-icon:before {
	top: -7px;
	transition: transform .1s ease-out;
}
.menu-icon:after {
	bottom: -7px;
	transition: transform .1s ease-out;
}
.page-open-slidemenu .slidemenu-btn {
	right: 0;
}
.page-open-slidemenu .menu-icon {
	background-color: transparent;
}
.page-open-slidemenu .menu-icon:before {
	transform: translateY(7px) rotate(45deg);
	transition: transform .1s ease-out .25s;
}
.page-open-slidemenu .menu-icon:after {
	transform: translateY(-7px) rotate(-45deg);
	transition: transform .1s ease-out .25s;
}
/* 開閉メニュー */
.headerBlock .gnav {
	position: absolute;
	padding: 150px 0 0;
	background-color: #1b3957;
	text-align: left;
	transition: transform .3s ease-in-out;
}
.headerBlock .gnav .headerMenu > li {
	border-top: 1px solid #476078;
}
.headerBlock .gnav .headerMenu > li > p a {
	display: block;
	width: 100%;
	padding: 24px 0 23px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	transition: .3s ease-in-out;
}
/* 開閉メニュー内お問合せ */
.headerBlock .gnav .headerMenu > li:last-child > p a {
	height: 80px;
	margin: 63px 0 100px;
	padding: 0;
	border-radius: 8px;
	background: #005bac;
	background: linear-gradient(90deg,rgba(0,91,172,1) 0%, rgba(18,182,202,1) 100%);
	font-size: 2rem;
	text-align: center;
}
.headerBlock .gnav .headerMenu > li:last-child > p a span {
	display: inline-block;
	line-height: 80px;
}
.headerBlock .gnav .headerMenu > li:last-child > p a span::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 22px;
	margin: 0 8px 4px 0;
	background: url(../../img/lp/icon_mail.png) no-repeat 0 0 / cover;
	vertical-align: middle;
}
.page-open-slidemenu .headerBlock .gnav {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.page-open-slidemenu .headerBlock .headerBtn {
	display: none;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 開閉メニューボタン */
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background-color: #fff;
	}
	/* 開閉メニュー */
	.headerMenu {
		/* position: relative; */
		width: 380px;
		margin: 0 auto;
	}
	.headerBlock .gnav {
		top: 0;
		right: -600px;
		z-index: 1002;
		width: 600px;
		height: 100dvh;
	}
	.page-open-slidemenu .headerBlock .gnav {
		transform: translateX(-100%);
	}
	.headerBlock .gnav .headerMenu > li > p a:hover {
		opacity: .7;
	}
	/* お問合せボタン */
	.headerBtn {
		font-size: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 20;
		width: 130px;
	}
	.headerBtn a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 16px;
		position: relative;
		width: 100%;
		height: 110px;
		border-bottom-left-radius: 8px;
		background: #4d8dc5;
		background: linear-gradient(90deg,rgba(77,141,197,1) 0%, rgba(90,203,218,1) 100%);
		color: #fff;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: bold;
		transition: .3s ease-in-out;
	}
	.headerBtn a::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 110px;
		border-bottom-left-radius: 8px;
		background: #005bac;
		background: linear-gradient(90deg,rgba(0,91,172,1) 0%, rgba(18,182,202,1) 100%);
		transition: .3s ease-in-out;
	}
	.headerBtn a img,
	.headerBtn a span {
		position: relative;
	}
	.headerBtn a:hover::before {
		opacity: 0;
	}
	.headerBtn a:hover img {
		opacity: 1;
	}
	/* 開閉メニューオープン時header上にもmenu-layer */
	.header::after {
		content: "";
		display: block;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		mix-blend-mode: multiply;
		background: #646d77;
	}
	.page-open-slidemenu .header::after {
		opacity: 1;
		z-index: 1001;
	}
}
/* ------------------------------
 ヘッダー（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		min-width: 100%;
		height: 60px;
	}
	/* ロゴ */
	.logoWrapper {
		height: 60px;
	}
	.logo {
		padding: 18px 5%;
	}
	.logo img {
		width: 186px;
	}
	/* 開閉メニューボタン */
	.slidemenu-btn {
		right: 0;
		width: 60px;
		height: 60px;
	}
	/* 開閉メニュー */
	.headerBlock .gnav {
		width: 100%;
		padding: 28px 5% 40px;
		transform: translateY(-110%);
	}
	.headerBlock .gnav .headerMenu > li > p a {
		padding: 12px 0;
		font-size: 1.7rem;
	}
	.page-open-slidemenu .headerBlock .gnav {
		max-height: calc(100dvh - 60px);
		transform: translateY(0);
	}
	/* 開閉メニュー内お問合せ */
	.headerBlock .gnav .headerMenu > li:last-child > p a {
		width: 160px;
		height: 100px;
		margin: 40px auto 0;
		padding-top: 26px;
		font-size: 1.7rem;
		text-align: center;
	}
	.headerBlock .gnav .headerMenu > li:last-child > p a span {
		display: block;
		line-height: 1;
	}
	.headerBlock .gnav .headerMenu > li:last-child > p a span::before {
		display: block;
		width: 26px;
		height: 18px;
		margin: 0 auto 15px;
	}
	/* お問合せボタン */
	.headerBtn {
		display: none;
	}
}
/* @media screen and (max-width: 359px) {
	.logo img {
		width: 140px;
	}
} */

/* ------------------------------
 コンテンツ
------------------------------ */
.menu-layer {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	mix-blend-mode: multiply;
	background: #646d77;
}
.page-open-slidemenu .menu-layer {
	display: block;
}
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	background: #fff;
}
.contents {
	text-align: left;
}
.inlineBlock {
	display: inline-block;
	width: auto !important;
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.contents {
		padding-top: 80px;
	}
	.contents .cms_block,
	.contents .cms_block.wide .cms_text,
	.contents .cms_block.wide .cms_link:not(.btn) {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .cms_block.wide {
		width: 100%;
	}
}
/* ------------------------------
 コンテンツ（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents {
		min-width: 320px;
		padding-top: 60px;
	}
	.contents .cms_block,
	.contents .cms_block.wide .cms_text,
	.contents .cms_block.wide .cms_link:not(.btn) {
		margin-left: 5%;
		margin-right: 5%;
	}
	.contents .cms_block.wide {
		margin-left: 0;
		margin-right: 0;
	}
}

/* ------------------------------
 フッター
------------------------------ */
.footer {
	text-align: left;
	line-height: 1;
}
.footerIn {
	display: flex;
}
.footerNav ul {
	display: flex;
	column-gap: 2em;
	margin-top: 5px;
}
.footerNav a {
	color: #323232;
	font-size: 1.5rem;
	font-weight: bold;
	transition: .3s ease-in-out;
}
.copyright {
	color: #b3b3b3;
	font-size: 1.3rem;
}
/* PAGE TOP */
.js-btn-pagetop {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 60px;
	z-index: 999;
	width: 54px;
	height: 54px;
	border-radius: 27px;
	background-color: #005bac;
	transition: background-color .2s ease 0s;
	cursor: pointer;
}
.js-btn-pagetop__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
.js-btn-pagetop__icon::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 2px;
	height: 18px;
	background: #fff;
}
.js-btn-pagetop__icon::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 2px;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
}
/* ------------------------------
 フッター（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.footer {
		min-width: 1240px;
	}
	.footerIn {
		align-items: center;
		width: 1140px;
		height: 150px;
		margin: 0 auto;
	}
	.footerLogo {
		width: 226px;
	}
	.footerNav {
		width: 714px;
	}
	.footerNav a {
		opacity: .7;
	}
	.copyright {
		width: 200px;
		text-align: right;
	}
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding: 50px 0;
	}
	.footerIn {
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
	}
	/* PAGE TOP */
	.js-btn-pagetop {
		bottom: 15px;
		right: 5%;
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}
	.js-btn-pagetop__icon {
		width: 20px;
		height: 20px;
	}
	.js-btn-pagetop__icon::before {
		height: 14px;
		top: 3px;
	}
	.js-btn-pagetop__icon::after {
		width: 8px;
		height: 8px;
		top: 4px;
	}
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html,
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
	.contents {
		margin-top: 0;
	}
	.cms_block {
		page-break-inside: avoid;
	}
}
/* -- 余白 -- */
@page {
	size: A4;
	margin: 9.7mm 9.7mm;
}
/* -- IE10以上 -- */
@media print and (-ms-high-contrast: none) {
	body {
		zoom: .98;
		width: 1140px;
		transform: scale(.98);
		transform-origin: 0 0;
	}
}