@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;}

/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	background: #fff;
	color: #000;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	font-weight: 400;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.site {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
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 !important; }
.tar { text-align: right !important; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
strong, .bold { font-weight: bold; }
.nobold { font-weight: 500 !important; }
.auto {
	margin-left: auto;
	margin-right: auto;
}
.pos-r {
	position: relative;
}
input.none { display:none; }
/* 行スペース */
.t1 { margin-top: 1.75em; }
.bh { margin-bottom: .875em; }
.b1 { margin-bottom: 1.75em; }
.b2 { margin-bottom: 3.5em; }
.b3 { margin-bottom: 5.25em; }
/* スペース */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.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; }
.mb45 { margin-bottom: 48px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.nopd { padding: 0 !important; }
/* リンク */
a {
	color: #00b8eb;
}
.contents .inBlock a {
	text-decoration: underline;
	font-weight: 600;
}
.contents .inBlock a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0 3px 5px;
	background: url(../img/icon_blank.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
/* a:focus {
	outline: 0;
} */
@media screen and (min-width: 768px) {
	a,
	a img {
		transition: .3s ease-in-out;
	}
	a:hover img,
	.contents a:hover {
		opacity: .5;
	}
}
/* カラー */
.red, .err { color: #f00; }
.cyan { color: #00b8eb; }
.green { color: #00bf1d; }
/* フォントサイズ */
.f11 { font-size: 1.1rem; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.small, small,
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.6rem; }
.big,
.f18 { font-size: 1.8rem; }
.f20 { font-size: 2rem; }
.f22 { font-size: 2.2rem; }
.f24 { font-size: 2.4rem; }
.f32 { font-size: 3.2rem; }
/* 上付き・下付き */
sup, sub { font-size: 1.3rem; }
sup { vertical-align: top; }
sub { vertical-align: bottom; }
/* 強調 */
em { font-style: italic; }
/* 打消し */
del { text-decoration: line-through; }
/* 引用・転用 */
blockquote { margin: 1em 3em; }
/* 非表示 */
.hide { display: none; }
/* インラインブロック */
.inline-block {
	display: inline-block;
}
/* インデント */
.ti1c {
	padding-left: 1em;
	text-indent: -1em;
}
.ti2c {
	padding-left: 2em;
	text-indent: -2em;
}
.ti3c {
	padding-left: 3em;
	text-indent: -3em;
}
.ti4c {
	padding-left: 4em;
	text-indent: -4em;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pc { display: block !important; }
	.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_mt5 { margin-top: 5px !important }
	.pc_mt10 { margin-top: 10px !important }
	.pc_mt20 { margin-top: 20px !important }
	.pc_mb0 { margin-bottom: 0 !important }
	.pc_mb10 { margin-bottom: 10px !important; }
	.pc_mb20 { margin-bottom: 20px !important; }
	.pc_mb25 { margin-bottom: 25px !important; }
	.pc_mb30 { margin-bottom: 30px !important; }
	.pc_mb40 { margin-bottom: 40px !important; }
	.pc_mb50 { margin-bottom: 50px !important; }
	.pc_mb60 { margin-bottom: 60px !important; }
	.pc_mb80 { margin-bottom: 80px !important; }
	.pc_mb100 { margin-bottom: 100px !important; }
	/* TEL Link */
	a[href^="tel:"] {
		text-decoration: none;
		pointer-events: none;
		cursor: default;
	}
	/* PCのみインラインブロック */
	.pc_inline-block {
		display: inline-block;
	}
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html, body {
		min-width: 100%;
		max-width: 100%;
		/* line-height: 1.75; */
	}
	.site {
		min-width: 0;
		font-size: 1.5rem;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }
	.sp_db { display: block !important; }
	.sp_tac { text-align: center !important; }
	.sp_tal { text-align: left !important; }
	.sp_nobr br { display: none; }
	.fl, .fr { float: none; }
	/* 行スペース */
	.t1, .sp_t1 { margin-top: 1.75em; }
	.b1, .sp_b1 { margin-bottom: 1.75em; }
	.b2, .sp_b2 { margin-bottom: 3.5em; }
	.b3, .sp_b3 { margin-bottom: 5.25em; }
	/* スペース */
	.mt10 { margin-top: 5px !important; }
	.mt20 { margin-top: 10px !important; }
	.mb10 { margin-bottom: 5px !important; }
	.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; }
	.mb48 { margin-bottom: 24px !important; }
	.mb50 { margin-bottom: 25px !important; }
	.mb60 { margin-bottom: 30px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb100 { margin-bottom: 50px !important; }
	.sp_mt10 { margin-top: 10px !important; }
	.sp_mb0 { margin-bottom: 0 !important; }
	.sp_mb5 { margin-bottom: 5px !important; }
	.sp_mb10 { margin-bottom: 10px !important; }
	.sp_mb15 { margin-bottom: 15px !important; }
	.sp_mb20 { margin-bottom: 20px !important; }
	.sp_mb25 { margin-bottom: 25px !important; }
	.sp_mb30 { margin-bottom: 30px !important; }
	.sp_mb40 { margin-bottom: 40px !important; }
	.sp_mb50 { margin-bottom: 50px !important; }
	.sp_mb60 { margin-bottom: 60px !important; }
	/* フォントサイズ */
	.big,
	.f18 { font-size: 1.7rem; }
	.f20 { font-size: 1.8rem; }
	.f22 { font-size: 2rem; }
	.f24 { font-size: 2.2rem; }
	.f28 { font-size: 2.4rem; }
	.f32 { font-size: 2.6rem; }
	/* 上付き・下付き */
	sup, sub {
		font-size: 1.2rem;
	}
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
}

/* ------------------------------
 ヘッダー
------------------------------ */
.header {
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	/* box-shadow: rgba(0,0,0,.2) 0 3px 5px -3px; */
}
.headerBlock {
	width: 100%;
	background-color: #fff;
	text-align: left;
}
/* ロゴ */
.logoBox > .logo {
	display: flex;
	width: auto;
	padding-top: 40px;
}
.logoBox > .logo > img {
	width: 279px;
	height: 17px;
}
/* TEL */
.logoBox > .tel {
	position: absolute;
	top: 27px;
	right: 26px;
	width: 48px;
	height: 48px;
}
.logoBox > .tel > img {
	width: 48px;
	height: 48px;
}
/* グローバルナビ */
.headerBlock .gnav > li a {
	text-decoration: none;
}
.headerBlock .gnav > li a {
	color: #000;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
	}
    .headerBlock {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 102px;
		padding: 0 80px 0 40px;
	}
	/* ロゴ */
	.logoBox > .logo {
		height: 102px;
		transition: .3s ease-in-out;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	/* グローバルナビ */
	.headerBlock .gnav {
		display: flex;
		align-items: center;
		width: auto;
	}
	.headerBlock .gnav > li {
		display: inline-block;
		position: relative;
	}
	.headerBlock .gnav > li:first-child {
		margin-right: 12px;
	}
	.headerBlock .gnav > li:last-child {
		margin-left: 6px;
	}
	.headerBlock .gnav > li:not(:first-child) a {
		display: block;
		text-decoration: none;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > li:not(:first-child) a:hover {
		opacity: .7;
	}
	.headerBlock .gnav > li > p > a {
		width: 128px;
		height: 48px;
		border-radius: 24px 24px 24px 0;
		background-color: #f1f3f5;
		color: #00b8eb;
		line-height: 48px;
		font-weight: 600;
		text-align: center;
	}
	/* .headerBlock .gnav > li:not(:first-child) > p > a:before {
		content: "";
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: -6px;
		left: 0;
		width: calc(100% + 6px);
		height: 2px;
		background-color: #00b8eb;
		transition: .2s ease-out;
	}
	.headerBlock .gnav > li:not(:first-child):hover > p > a:before,
	.headerBlock .gnav > li:not(:first-child).on > p > a:before {
		visibility: visible;
		opacity: 1;
		bottom: 0;
	} */
	/* 手配の流れ */
	.headerBlock .gnav > li:last-child > p > a {
		background-color: #00b8eb;
		color: #fff;
	}
	.headerBlock .gnav > li:last-child > p > a:before {
		background-color: #f1f3f5;
	}
}
/* ------------------------------
 プルダウンメニュー部分（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav > li > ul {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 54px;
		left: 0;
		z-index: 500;
		width: auto;
		height: auto;
		padding: 15px 0;
		border-radius: 24px 24px 24px 0;
		background-color: #fff;
		box-shadow: 4px 4px 16px 0 rgba(0,0,0,.1);
		transition: all .3s;
	}
	.headerBlock .gnav > li > ul:hover,
	.headerBlock .gnav > li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
	.headerBlock .gnav > li > ul > li {
		display: block;
	}
	.headerBlock .gnav > li > ul > li > a {
		display: block;
		position: relative;
		padding: 0 25px;
		color: #00b8eb;
		line-height: 2.5;
		white-space: nowrap;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		height: 50px;
		/* box-shadow: rgba(0,0,0,.2) 0 3px 5px -3px; */
	}
	.headerBlock {
		height: 50px;
	}
	/* ロゴ */
	.logoBox {
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 50px;
		background-color: #fff;
	}
	.logoBox > .logo {
		align-items: center;
		height: 50px;
		margin-left: 4%;
		padding-top: 0;
	}
	.logoBox > .logo > img {
		width: 60%;
		height: auto;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		top: 6px;
		right: 50px;
		width: 38px;
		height: 38px;
		border-radius: 19px 19px 19px 0;
		background-color: #00b8eb;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 14px;
		height: 2px;
		background-color: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		transition: color .25s ease;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background-color: #fff;
	}
	.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: -5px;
		transition: transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -5px;
		transition: transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background-color: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(5px) rotate(45deg);
		transition: transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-5px) rotate(-45deg);
		transition: transform .1s ease-out .25s;
	}
	/* TEL */
	.logoBox > .tel {
		position: absolute;
		top: 6px;
		right: 9px;
		width: 38px;
		height: 38px;
	}
	.logoBox > .tel > img {
		width: 38px;
		height: 38px;
	}
	/* グローバルナビ */
	.headerBlock .gnav {
		display: flex;
		overflow-y: auto;
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		height: auto;
		padding: 30px 5%;
		background-color: #f1f3f5;
		transform: translateY(-200%);
		transition: transform .3s ease-in-out;
	}
	.headerBlock .gnav > li {
		width: calc(calc(100% - 55px) / 2);
		text-align: left;
	}
	.headerBlock .gnav > li:first-child {
		width: 39px;
		padding-top: 4px;
		order: 3;
	}
	.headerBlock .gnav > li:nth-child(2) {
		order: 1;
		margin-right: 7px;
	}
	.headerBlock .gnav > li:last-child {
		order: 2;
		margin-right: 9px;
	}
	.page-open-slidemenu .headerBlock .gnav {
		transform: translateY(0);
		overflow: auto;
	}
	.page-open-slidemenu .headerBlock .gnav > li {
		position: relative;
		z-index: 3;
	}
	.page-open-slidemenu .headerBlock .gnav > li > p {
		position: relative;
		z-index: 1;
	}
	.page-open-slidemenu .headerBlock .gnav > li > p > .btn-submenu-toggle {
		position: absolute;
	}
	/* グローバルナビ メニュー */
	.headerBlock .gnav > li {
		position: relative;
		text-align: left;
		z-index: 3;
	}
	.headerBlock .gnav > li:not(:first-child) > p > a {
		display: block;
		position: relative;
		width: 100%;
		height: 48px;
		box-sizing: border-box;
		border-radius: 24px 24px 24px 0;
		background-color: #fff;
		color: #00b8eb;
		font-size: 1.6rem;
		line-height: 48px;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
	}
	.headerBlock .gnav > li:not(:first-child) > p.is-open > a::after {
		background-color: transparent;
	}
	.headerBlock .gnav > li > ul {
		position: relative;
		overflow: hidden;
		display: none;
		margin-top: -24px;
		padding: 44px 12px 20px;
		background-color: #fff;
	}
	.headerBlock .gnav > li > ul > li:not(:last-child) {
		margin-bottom: 18px;
	}
	.headerBlock .gnav > li > ul > li > a {
		display: block;
		position: relative;
		color: #00b8eb;
		font-size: 1.4rem;
		line-height: 1.4;
		text-align: center;
	}
	/* 手配の流れ */
	.headerBlock .gnav > li:last-child > p > a {
		background-color: #00b8eb;
		color: #fff;
	}
	.headerBlock .gnav > li:last-child > ul {
		background-color: #00b8eb;
	}
	.headerBlock .gnav > li:last-child > ul > li > a {
		color: #fff;
	}
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		width: 12px;
		height: 100%;
		background-color: transparent;
	}
	.btn-submenu-toggle::before,
	.btn-submenu-toggle::after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #00b8eb;
		transition: background-color .2s ease-in-out;
	}
	.headerBlock .gnav > li:last-child .btn-submenu-toggle::before,
	.headerBlock .gnav > li:last-child .btn-submenu-toggle::after {
		background-color: #fff;
	}
	.btn-submenu-toggle:before {
		width: 2px;
		height: 12px;
	}
	.btn-submenu-toggle:after {
		width: 12px;
		height: 2px;
	}
	.is-open .btn-submenu-toggle::before {
		background-color: transparent;
	}
	.is-open .btn-submenu-toggle::after {
		background-color: #00b8eb;
	}
	.headerBlock .gnav > li:last-child .is-open .btn-submenu-toggle::before {
		background-color: transparent;
	}
	.headerBlock .gnav > li:last-child .is-open .btn-submenu-toggle::after {
		background-color: #fff;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.menu-layer {
	display: none;
}
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
}
.inBlock {
	text-align: left;
}
.contents .inBlock::after {
	content: "";
	clear: both;
	display: block;
}
.contents > *:last-child,
.contentsIn > *:last-child {
	margin-bottom: 0 !important;
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.site {
		min-width: 1240px;
		margin: 0 auto;
	}
	.contentsHome,
	.contents {
		min-width: 1240px;
		margin: 102px auto 120px;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin: 0 auto;
	}
	.contents > .inBlock {
		margin-bottom: 120px;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
	}
	#bggr {
		position: relative;
		z-index: 1;
	}
	.menu-layer {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		/* background-color: rgba(0,0,0,0); */
	}
	.page-open-slidemenu .menu-layer {
		display: block;
	}
	.page-open-slidemenu {
		overflow: hidden;
		position: fixed;
	}
	.contentsHome,
	.contents {
		min-width: 320px;
		margin: 70px 0 60px;
	}
	.contents > .inBlock {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.contents > .inBlock {
		margin-bottom: 60px;
	}
}

/* ------------------------------
 お問合せ（PC）
------------------------------ */
.contactBlock {
	text-align: center;
}
.contactBlock .inBlock {
    padding: 115px 0;
    background-color: #f1f3f5;
    text-align: center;
}
.contentsHome .contactBlock h2,
.contents .contactBlock h2 {
	margin-bottom: 20px;
	font-size: 5.6rem;
	line-height: 1.25;
	font-weight: 700;
	text-align: center;
	letter-spacing: .06em;
	font-feature-settings: "palt";
}
.contentsHome .contactBlock h2 span {
	color: #00b8eb
}
.contents .contactBlock h2::after {
	content: none;
}
.contentsHome .contactBlock .decoration,
.contents .contactBlock .decoration {
	width: 140px;
	height: 32px;
	margin: 0 auto 10px;
	border-radius: 16px 16px 16px 0;
	background-color: #00b8eb;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
}
.contactBlock .inBlock > p {
	margin-bottom: 50px;
	font-size: 2.3rem;
	line-height: 1.6em;
	font-weight: 600;
	letter-spacing: .06em;
	font-feature-settings: "palt";
}
.contactBlock .inBlock ul li {
	position: relative;
	padding: 60px 30px !important;
	border-radius: 60px 60px 60px 0;
	background-color: #fff;
}
.contents .contactBlock .inBlock ul li::before {
	content: none;
}
.contactBlock .inBlock ul li em {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -23px;
	right: -14px;
	width: 108px;
	height: 108px;
	border-radius: 54px 54px 54px 0;
	background-color: #00bf1d;
	color: #fff;
	line-height: 1.4;
	font-style: normal;
	font-weight: 600;
}
.contentsHome .contactBlock h3,
.contents .contactBlock h3 {
	margin-bottom: 5px;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: .03em;
	font-feature-settings: "palt";
}
.contactBlock .add {
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #808080;
	font-size: 1.5rem;
}
.contactBlock .tel-fax {
	display: inline-block;
	color: #00b8eb;
	font-family: Arial, sans-serif;
	font-size: 3.2rem;
	line-height: 1.2;
	font-weight: 700;
	text-align: left;
}
.contents .contactBlock .tel-fax a {
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	.contactBlock {
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(241,243,245,1) 50%, rgba(241,243,245,1) 100%);
	}
	.contactBlock .inBlock {
        position: relative;
    }
	.contactBlock .inBlock::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -120px;
		width: 121px;
		height: 100%;
		border-radius: 60px 0 0 60px;
		background-color: #f1f3f5;
	}
	.contactBlock .inBlock ul {
		display: flex;
		justify-content: space-between;
		width: 1140px;
		margin: 0 auto;
	}
	.contactBlock .inBlock ul li {
		width: 350px;
	}
}
/* ------------------------------
 お問合せ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contactBlock {
		width: 95%;
		margin-bottom: 60px;
		margin-left: 5%;
	}
	.contactBlock .inBlock {
		width: 100%;
		height: 100%;
		padding: 60px 5.5%;
		border-radius: 30px 0 0 30px;
		background-color: #f1f3f5;
	}
	.contentsHome .contactBlock h2,
	.contents .contactBlock h2 {
		margin-bottom: 20px;
		font-size: 3.4rem;
	}
	.contentsHome .contactBlock .decoration,
	.contents .contactBlock .decoration {
		width: 105px;
		height: 24px;
		margin-bottom: 7px;
		border-radius: 12px 12px 12px 0;
		font-size: 1.2rem;
		line-height: 24px;
	}
	.contactBlock .inBlock > p {
		margin-bottom: 25px;
		font-size: 1.8rem;
		line-height: 1.55em;
	}
	.contactBlock .inBlock ul li {
		padding: 40px 6% !important;
		border-radius: 30px 30px 30px 0;
	}
	.contactBlock .inBlock ul li + li {
		margin-top: 30px;
	}
	.contactBlock .inBlock ul li em {
		top: -16px;
		right: -10px;
		width: 86px;
		height: 86px;
		border-radius: 43px 43px 43px 0;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.contentsHome .contactBlock h3,
	.contents .contactBlock h3 {
		margin-bottom: 5px;
		font-size: 2.1rem;
	}
	.contactBlock .add {
		margin-bottom: 20px;
		padding-bottom: 7px;
		font-size: 1.4rem;
	}
	.contactBlock .tel-fax {
		font-size: 2.8rem;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	position: relative;
	padding: 70px 0;
	text-align: left;
}
.footer address {
	color: #fff;
	line-height: 1.5;
}
.footer address p {
	margin-bottom: 10px;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1;
}
.footer nav {
	display: flex;
	column-gap: 15px;
}
.footer nav a {
	position: relative;
	padding: 22px 0 23px 65px;
	border-radius: 40px 40px 40px 0;
	background-color: #00bf1d;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
}
.footer nav a:last-child {
	padding: 20px 0 20px 55px;
	background-color: #00b8eb;
}
.footer nav a::after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(../img/icon_arrow40r_white.svg) no-repeat 0 0 / cover;
}
.copyright {
	color: #fff;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
	.footer::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: calc(50% + 690px);
		height: 100%;
		border-radius: 0 60px 0 0;
		background: #191919 url(../img/bg_dot_gray.png) repeat 0 0 / 3px 3px;
	}
	.footer .inBlock {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.footer nav a {
		display: block;
		width: 233px;
		transition: .3s ease-in-out;
	}
	.footer nav a:hover {
		opacity: .7;
	}
	.copyright {
		width: 1140px;
		margin: 40px auto 0;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		width: 95%;
		margin-right: 5%;
		padding: 50px 5.5% 20px;
		border-radius: 0 30px 0 0;
		background: #191919 url(../img/bg_dot_gray.png) repeat 0 0 / 3px 3px;
	}
	.footer address p {
		margin-bottom: 10px;
		font-size: 2rem;
		font-feature-settings: "palt";
	}
	.footer address {
		margin-bottom: 20px;
	}
	.footer nav a {
		width: calc(calc(100% - 2%) / 2);
		padding: 15px 0 16px 13%;
		font-size: 1.4rem;
	}
	.footer nav a::after {
		top: 14px;
		right: 14px;
		width: 28px;
		height: 28px;
	}
	.footer nav a:last-child {
		padding: 15px 0 16px 11%;
	}
	.copyright {
		margin-top: 35px;
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	position: fixed;
	bottom: 26px;
	right: 26px;
	z-index: 100;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #00b8eb url(../img/icon_pagetop.svg) no-repeat center center / 16px 22px;
	text-align: center;
	transition: background-color .3s ease-in-out;
	cursor: pointer;
}
@media print, screen and (min-width: 768px) {
	.js-btn-pagetop:hover {
		opacity: .7;
	}
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		bottom: 6px;
		right: 6px;
		width: 48px;
		height: 48px;
		background: #00b8eb url(../img/icon_pagetop.svg) no-repeat center center / 12px 17px;
	}
}

/* ------------------------------
 モーダル（PC）
------------------------------ */
body.modal-enable {
	overflow: scroll;
	position: fixed;
}
.modal-overlay {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11000;
	width: 100%;
	height: 100%; /*for old Safari*/
	height: 100vh;
	padding-bottom: 150px !important;
	-webkit-overflow-scrolling: touch;
}
.modal-close {
	display: block;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 11000;
	width: 60px;
	height: 60px;
	background: url(../img/modal_close.svg) no-repeat 0 0 / 60px 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.modal-close span {
	visibility: hidden;
}
.modal-container {
	position: relative;
	left: 0;
	right: 0;
	max-width: 100%;
	height: 100%;
	margin: auto;
	/* margin-bottom: 50px !important; */
	text-align: left;
}
.modal-open:hover {
    cursor: pointer;
}
.modal-close:hover {
	cursor: pointer;
}
.pop-content {
	overflow: visible;
    position: relative !important;
	text-align: center;
}
.pop-content p {
	display: inline-block;
	margin-bottom: 25px;
	font-size: 2.6rem;
	line-height: 30px;
	font-weight: 600;
}
.pop-content p::before,
.pop-content p::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/icon_slash.svg) no-repeat 0 0 / 25px 25px;
	vertical-align: bottom;
}
.pop-content p::after {
	transform: scaleX(-1);
}
.pop-content ul li a {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 350px;
	height: 100px;
	padding-left: 110px;
	box-sizing: border-box;
	border-radius: 50px 50px 50px 0;
	background-color: #fff;
	color: #00b8eb;
	font-family: Arial, sans-serif;
	font-size: 3.3rem;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	font-feature-settings: "palt";
}
.pop-content ul li a em {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	padding-top: 29px;
	border-radius: 50px 50px 50px 0;
	background-color: #00bf1d;
	color: #fff;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2rem;
	line-height: 1.15;
	font-style: normal;
	font-weight: 600;
	text-align: center;
}
.pop-content ul li a span {
	display: block;
	margin: 29px 0 3px;
	color: #000;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
}
.pop-content ul li a span::before {
	content: "●";
	display: inline-block;
	margin: 0 2px 2px 0;
	color: #00b8eb;
	font-size: 60%;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
	.modal-overlay {
		background-color: rgba(0,0,0,.7);
	}
	.pop-content {
		width: 1200px;
		height: 385px;
		padding-top: 105px;
		border-radius: 60px;
		background-color: #f1f3f5;
	}
	.pop-content ul {
		display: flex;
		justify-content: center;
		column-gap: 20px;
	}
}
/* ------------------------------
 モーダル（SP）
------------------------------ */
/* @media screen and (max-width: 900px) {
	.pop-content {
		width: 90% !important;
	}
} */
@media screen and (max-width: 767px) {
	body.modal-enable {
		overflow: hidden;
	}
	.modal-overlay {
		padding-bottom: 0 !important;
		background-color: rgba(0,0,0,.5);
	}
	.modal-close {
		top: 6px;
		right: 6px;
		width: 38px;
		height: 38px;
		background: url(../img/modal_close_sp.svg) no-repeat 0 0 / 38px 38px;
		line-height: 38px;
	}
	.modal-container {
		height: 454px;
		background-color: #f1f3f5;
	}
	.pop-content {
		width: 305px;
	}
	.pop-content p {
		margin-bottom: 15px;
		font-size: 1.8rem;
		line-height: 20px;
	}
	.pop-content p::before,
	.pop-content p::after {
		width: 18px;
		height: 18px;
		background: url(../img/icon_slash.svg) no-repeat 0 0 / 18px 18px;
	}
	.pop-content ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	.pop-content ul li a {
		width: 305px;
		height: 78px;
		padding-left: 95px;
		border-radius: 39px 39px 39px 0;
		font-size: 2.7rem;
	}
	.pop-content ul li a em {
		width: 78px;
		height: 78px;
		padding-top: 19px;
		border-radius: 39px 39px 39px 0;
		font-size: 1.6rem;
	}
	.pop-content ul li a span {
		margin: 19px 0 3px;
		font-size: 1.3rem;
	}
	.pop-content ul li a span::before {
		content: "●";
		display: inline-block;
		margin: 0 2px 2px 0;
		color: #00b8eb;
		font-size: 60%;
		vertical-align: middle;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	background-color: #00b8eb;
	text-align: center;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
}
/* 余白 */
@page {
	margin: 9.7mm 9.7mm;
}
