@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;
	-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 {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	line-height: 2;
	color: #000;
	background-color: #fff;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
}
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;
}
input.none { display:none; }
/* 行スペース */
.t1 { margin-top: 1.75em; }
.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; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt80 { margin-top: 80px !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; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb120 { margin-bottom: 120px !important; }
.mb160 { margin-bottom: 160px !important; }
.mb180 { margin-bottom: 180px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml50 { margin-left: 50px !important; }
.ml2rem { margin-left: 2rem !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 {
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

/* カラー */
.green {
	color: #086d5e;
}

/* フォントサイズ */
.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; }
.f19 { font-size: 1.9rem; }
.f20 { font-size: 2rem; }
.f21 { font-size: 2.1rem; }
.f22 { font-size: 2.2rem; }
/* 下付き */
sub {
	font-size: 1.3rem;
	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;
}
.ti1hc {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
.ti2c {
	padding-left: 2em;
	text-indent: -2em;
}
.ti3c {
	padding-left: 3em;
	text-indent: -3em;
}
.ti4c {
	padding-left: 4em;
	text-indent: -4em;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.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_mb10 { margin-bottom: 10px !important; }
	.pc_mb20 { margin-bottom: 20px !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; }
	.pc_mr0 { margin-right: 0 !important; }
	.pc_mr10 { margin-right: 10px !important; }

	a:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	/* TEL Link */
	a[href^="tel:"],
	.cms_text a[href^="tel:"] {
		text-decoration: none;
		pointer-events: none;
		cursor: default;
	}
}
/* ------------------------------
 サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	html, 
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.site {
		min-width: 0;
	}
	.pc { display: none !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; }
	/* スペース */
	.mt80 { margin-top: 50px !important; }
	.mb15 { margin-bottom: 10px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mb25 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 20px !important; }
	.mb35 { margin-bottom: 20px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 30px !important; }
	.mb60 { margin-bottom: 40px !important; }
	.mb70 { margin-bottom: 45px !important; }
	.mb80 { margin-bottom: 50px !important; }
	.mb100 { margin-bottom: 60px !important; }
	.mb120 { margin-bottom: 70px !important; }	
	.mb160 { margin-bottom: 80px !important; }
	.mb180 { margin-bottom: 90px !important; }
	.sb_mt-30 { margin-top: -30px !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; }
	.sp_ml2em { margin-left: 2rem !important; }
	.sp_mr0 { margin-right: 0 !important; }
	/* フォントサイズ */
	.f16 {
		font-size: 1.5rem;
	}
	.big,
	.f18, .f20 {
		font-size: 1.6rem;
	}
	.f21, .f22 {
		font-size: 1.8rem;
	}
	.f24 {
		font-size: 2.2rem;
	}
}

/* ------------------------------
 ヘッダー（PC）
------------------------------ */
.header {
	display: block;
	position: fixed;
	width: 100%;
	height: 90px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	box-shadow: rgba(0,0,0,.25) 0 -5px 15px 0;
	transition: 0.2s ease-in-out;
	z-index: 1000;
}
.header.is-before-scrolled {
	box-shadow: none;
}
/* ロゴ */
.logoBox {
	margin-left: 30px;
}
/* グローバルナビ */
.headerBlock .gnav ul li {
	display: block;
}
.headerBlock .gnav ul li a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
}
/* English・Japaneseリンク */
.headerBlock .gnav > ul > li.lang a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 50px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
	color: #333;
	background-color: #f4efe6;
	border: solid 2px #f4efe6;
	border-radius: 4px;
	padding-top: 1px;
}
@media print, screen and (min-width: 768px) {
	.header {
		margin: 0 auto;
		min-width: 1240px;
	}
	.headerBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 90px;
	}
	.logoBox a img {
		width: 385px;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	.headerBlock .inBox {
		display: flex;
		flex-direction: column-reverse;
	}
	.headerBlock .gnav > ul {
		display: flex;
		visibility: visible;
		align-items: center;
		margin-right: 20px;
	}
	.headerBlock .gnav ul li {
		text-align: center;
		margin-left: 45px;
	}
	.headerBlock .gnav > ul > li:first-child {
		margin-left: 0;
	}
	.headerBlock .gnav > ul > li > p {
		position: relative;
	}
	.headerBlock .gnav > ul > li > p > a {
		display: flex;
		align-items: center;
		padding: 29px 0;
	}
	.headerBlock .gnav > ul > li > p > a:before {
		content: "";
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: 30px;
		width: 100%;
		height: 2px;
		background-color: #0f8970;
		transition: .2s ease-out;
	}
	.headerBlock .gnav > ul > li:hover > p > a:before,
	.headerBlock .gnav > ul > li.on > p > a:before {
		visibility: visible;
		opacity: 1;
		bottom: 25px;
	}
	.headerBlock .gnav > ul > li.lang a:hover {
		color: #0f8970;
		background-color: #fff;
		border-color: #0f8970;
		opacity: 1;
	}
	.headerBlock .gnav > ul > li:not(.lang):hover > p > a,
	.headerBlock .gnav > ul > li:not(.lang).on > p > a {
		color: #0f8970;
		opacity: 1;
	}
	/* 第三階層非表示 */
	.headerBlock .gnav > ul > li > ul {
		display: none;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		top: 0;
		left: 0;
		height: 55px;
		width: 100%;
		min-width: 100%;
	}
	.headerBlock  {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.logoBox {
		display: flex;
		align-items: center;
		height: 55px;
		margin-left: 15px;
	}
	.page-open-slidemenu .logoBox {
		background-color: #fff;
	}
	.logoBox a img {
		width: 260px;
		margin-bottom: 2px;
	}

	/* グローバルナビ */
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 55px;
		height: 55px;
		background-color: #0f8970;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 24px;
		height: 2px;
		background-color: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		transition: color 0.25s ease;
	}
	.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: -8px;
		transition: transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -8px;
		transition: transform .1s ease-out;
	}

	.page-open-slidemenu .menu-icon {
	  background-color: transparent;
	}
	.page-open-slidemenu .menu-icon,
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		width: 24px;
		height: 2px;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(8px) rotate(45deg);
		transition: transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-8px) rotate(-45deg);
		transition: transform .1s ease-out .25s;
	}
	/* 開閉メニューボタン */
	
	.headerBlock .gnav {
		position: absolute;
		top: 55px;
		bottom: 0;
		right: -100%;
		width: 80%;
		height: 100vh;
		background-color: #f4efe6;
		transition: .3s ease-in-out;
		z-index: 800;
		visibility: hidden;
	}
	.page-open-slidemenu .headerBlock .gnav {
		right: 0;
		visibility: visible;
	}

	.headerBlock .gnav > ul > li {
		position: relative;
		text-align: left;
		z-index: 1;
		margin-left: 0;
	}
	.headerBlock .gnav > ul > li:not(.lang) {
		padding: 15px 0;
	}
	.headerBlock .gnav > ul > li:not(.lang)::after {
		content: "";
		position: absolute;
		width: 80%;
		height: 1px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: #ccc;
	}
	.headerBlock .gnav ul li:not(.lang) a {
		display: block;
		width: 80%;
		font-size: 1.5rem;
		line-height: 1;
		margin: 0 auto;
	}
	.headerBlock .gnav > ul > li > p a {
		position: relative;
		padding: 10px 30px;
	}
	.headerBlock .gnav > ul > li > p a::before {
		content: "";
		position: absolute;
		width: 18px;
		height: 18px;
		border-radius: 100%;
		background-color: #fcd848;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.headerBlock .gnav > ul > li > p a::after {
		content: "";
		position: absolute;
		width: 4px;
		height: 4px;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		left: 6px;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.headerBlock .gnav > ul > li > ul > li > a {
		font-size: 1.4rem;
		font-weight: normal;
		padding: 5px 30px 10px;
	}
	/* English・Japaneseリンク */
	.headerBlock .gnav > ul > li.lang a {
		width: 80%;
		height: 44px;
		margin: 0 auto;
	}
	.headerBlock .gnav > ul > li.lang {
		margin-top: 25px;
	}
	.headerBlock .gnav > ul > li.lang a {
		background-color: #fff;
		border-color: #fff;
		border-radius: 3px;
	}
	/* メニュー開いているときスクロール禁止 */
	body.page-open-slidemenu {
		overflow: hidden;
	}
}

/* ------------------------------
 メニューレイヤー
------------------------------ */
@media print, screen and (min-width: 768px) {
	.menu-layer {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.menu-layer {
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0,0,0,.4);
		top: 0;
		left: 0;
		z-index: 500;
		transition: .3s ease-in-out;
		opacity: 0;
		visibility: hidden;
	}
	.page-open-slidemenu .menu-layer {
		opacity: 1;
		visibility: visible;
	}
	.page-open-slidemenu .site {
		overflow: hidden;
	}
}


/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.site {
	width: 100%;
	min-width: 1240px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-size: 1.6rem;
}
.contentsHome {
	width: 100%;
	min-width: 1240px;
	position:relative;
	text-align: left;
	padding-bottom: 160px;
}
.contentsTop,
.contents {
	width: 100%;
	min-width: 1240px;
	position:relative;
	text-align: left;
	padding-top: 90px;
	padding-bottom: 120px;
}
.inBlock::after {
	content: "";
	clear: both;
	display: block;
}
@media print, screen and (min-width: 768px) {
	#bggr[id^="bggr"] {
		margin-top: -75px;
		padding-top: 75px;
	}
	/* -- 横幅1140px -- */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.mainContents {
		width: 720px;
		float: left;
	}
	.sideContents {
		width: 350px;
		float: right;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
		font-size: 1.5rem;
	}
	#bggr {
		position: relative;
		z-index: 1;
	}
	.contentsHome {
		min-width: 300px;
		padding-bottom: 100px;
	}
	.contentsTop,
	.contents {
		min-width: 300px;
		padding-top: 55px;
		padding-bottom: 80px;
	}

	.inBlock {
		margin-left: 5%;
		margin-right: 5%;
	}

	/* -- サイドコンテンツ有 -- */
	.mainContents {
		width: 100%;
		margin-bottom: 45px;
	}
	.sideContents {
		width: 100%;
		margin-bottom: -40px;
	}
	.sideBlock {
		margin-left: -5.5%;
		margin-right: -5.5%;
	}
}

/* ------------------------------
 メインイメージ
------------------------------ */
.headering {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 75px;
	margin-bottom: 80px;
	z-index: 5;
}
.headering::before {
	content: "";
	position: absolute;
	width: 239px;
	height: 152px;
	left: 0;
    bottom: 160px;
	background: url(../img/headering_cloud01.png) no-repeat top center / cover;
	z-index: 1;
}
.headering::after {
	content: "";
	position: absolute;
	width: 351px;
	height: 114px;
	right: 50px;
	background: url(../img/headering_cloud02.png) no-repeat top center / cover;
}
.headering img {
	object-fit: cover;
	border-radius: 15px 0 0 15px;
}
.headering h1, .headering p {
	margin-bottom: 70px;
}
.headering h1::after, .headering p::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -35px;
	z-index: 1;
}
.headering.noImg {
	padding-top: 80px;
}
.headering.noImg .inBlock {
	padding-bottom: 110px;
	border-bottom: solid 1px #e6ebeb;
}
.headering.noImg h1, .headering.noImg p {
	margin-bottom: 0;
}
.hText {
	position: relative;
	z-index: 1;
	padding-bottom: 90px;
}
@media print, screen and (min-width: 768px) {
	.headering:not(.noImg):after {
		bottom: -50px;
	}
	.headering:not(.noImg) .inBlock::before {
		content: "";
		position: absolute;
		width: 347px;
		height: 136px;
		bottom: -30px;
		left: 75px;
		background: url(../img/headering_cloud03.png) no-repeat top center / cover;
		z-index: 1;
	}
	.headering.noImg::before {
		width: 164px;
		height: 50px;
		bottom: 20px;
		left: 12%;
		background: url(../img/headering_cloud05.png) no-repeat top center / cover;
	}
	.headering.noImg::after {
		width: 275px;
		height: 89px;
		top: 50px;
		right: 12%;
		background: url(../img/headering_cloud04.png) no-repeat top center / cover;
	}
	.headering figure {
		position: relative;
		width: 1530px;
		height: 520px;
		left: 0;
	}
	.headering img {
		position: absolute;
		width: 1530px;
		height: 520px;
		left: 0;
	}
	.hText::after {
		content: "";
		position: absolute;
		width: 3000px;
		height: calc(100% + 80px + 260px);
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		background-color: #f4efe6;
		z-index: -1;
	}
}
@media (max-width: 1700px) {
	.headering.noImg::before {
		left: 2%;
	}
	.headering.noImg::after {
		right: 5%;
	}
}
/* ------------------------------
 メインイメージ（SP）
------------------------------ */
@media (max-width: 767px) {
	.headering {
		padding-top: 40px;
		margin-bottom: 0;
	}
	.headering::before {
		width: 93px;
		height: 58px;
		bottom: 40px;
		z-index: 1;
	}
	.headering::after {
		width: 151px;
		height: 49px;
		right: -30px;
		bottom: 10px;
	}
	.headering:not(.noImg) .inBlock {
		margin-left: 0;
		margin-right: 0;
	}
	.headering figure {
		width: 100%;
		height: auto;
		min-height: 280px;
		border-radius: 7px 0 0 7px;
	}
	.headering h1 {
		margin-bottom: 85px;
	}
	.headering h1::after {
		bottom: -85px;
		right: 5px;
	}
	.headering.noImg {
		padding-top: 35px;
		margin-bottom: 40px;
	}
	.headering.noImg::before, .headering.noImg::after {
		content: none
	}
	.headering.noImg .inBlock {
		padding-bottom: 55px;
	}
	.cms_block:not(.wide).hText {
		background-color: #f4efe6;
		padding: 30px 5% 40px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media (max-width: 600px) {
	.headering figure {
		min-height: 190px;
	}
}

/* ------------------------------
 カテゴリーメニュー
------------------------------ */
ul.contents_navi {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.contents_navi li {
	width: 350px;
}
/* -- blank -- */
.contents_navi a[target="_blank"] .title::after {
    content: '';
    width: 9px;
    height: 9px;
    line-height: .7;
    margin-left: 5px;
    display: inline-block;
    background: url(../img/blank.png) no-repeat 0 0 / cover;
}

.contents_navi li a {
	display: block;
	background-color: #f6f8f8;
	border-radius: 5px;
	overflow: hidden;
}
.contents_navi .imgBox {
	width: 100%;
	height: 200px;
	background: #cccccc;
}
.contents_navi .inBox {
	position: relative;
	width: 100%;
	height: 280px;
	padding: 33px 30px;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* -- 2分割（デフォルト） -- */
	.contents_navi {
		grid-template-columns: 1fr 1fr;
		gap: 0 45px;
	}
	/* -- 3分割 -- */
	.div3 .contents_navi {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px 45px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contents_navi li {
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	.contents_navi li:not(:last-child) {
		margin-bottom: 20px;
	}
	.contents_navi .inBox::after {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.contents_navi .imgBox {
		height: auto;
	}
	.contents_navi .inBox {
		height: auto;
		font-size: 1.4rem;
		padding: 25px;
	}
}
@media screen and (max-width: 450px) {
	.contents_navi li {
		width: 100%;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	position: relative;
	font-size: 1.5rem;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer .illustBox {
	position: absolute;
	width: 100%;
	top: -90px;
}
.footer .illustBox::before {
	content: "";
	position: absolute;
	width: 440px;
	height: 121px;
	left: 70px;
	background: url(../img/illust_footer01.png) no-repeat top left / cover;
}
.footer .illustBox::after {
	content: "";
	position: absolute;
	width: 498px;
	height: 121px;
	right: 70px;
	background: url(../img/illust_footer02.png) no-repeat top left / cover;
}

.footerTop {
	padding: 70px 0;
	background-color: #0f8970;
}
.footerTop .btn a {
	flex-direction: column;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	border-radius: 15px;
	padding: 20px 0 25px;
}
.footerTop .btn a p {
	font-size: 2.6rem;
	line-height: 1.8;
	font-weight: bold;
}
.footerTop .btn:first-child a {
	color: #fff;
	background-color: #f16b59;
	border-color: #f16b59;
}
.footerTop .btn:first-child a::after {
	background: url(../img/icon_arrow_w.svg) no-repeat center / cover;
}

.footerBottom {
	padding: 70px 0 75px;
	background-color: #0b5144;
}
.flink {
	padding-bottom: 60px;
	border-bottom: solid 1px #4d8076;
	margin-bottom: 50px;
}
.footer .btn.lang {
	margin-bottom: 20px;
}
.footer .btn.lang a {
	width: 550px;
	min-height: 60px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.0rem;
	font-weight: normal;
	background-color: #f4efe6;
	border-color: #f4efe6;
	padding: 0;
	padding-top: 1px;
}
.flink ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin: 0 auto;
}
.flink ul li, .flink ul li a {
	width: 258px;
	height: 60px;
}
.flink ul li a[target="_blank"]::after,
.snsnav ul li a[target="_blank"]::after {
	content: none;
}

.footerBottom .inBlock:last-child {
	display: flex;
	justify-content: space-between;
}
.footerBottom .inBlock:last-child::after {
	content: none;
}
.footerBottom .inBox {
	width: 380px;
}
address {
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}
address img.footer-logo {
	width: 373px;
	object-fit: fill;
	margin-bottom: 15px;
}
address .email {
	display: flex;
	align-items: center;
}
address .email img {
	width: 191px;
    height: 15px;
}
.snsnav {
	display: flex;
}
.snsnav .btn a {
	width: 90px;
	height: 35px;
	min-width: unset;
	min-height: unset;
	font-size: 1.2rem;
	color: #216850;
	background-color: #fff;
	border-color: #fff;
	padding: 0;
	border-radius: 3px;
}
.snsnav .btn a[target="_blank"]::after {
	position: static;
	width: 9px;
	transform: translateY(0);
	background: url(../img/icon_blank_access.svg) no-repeat;
	margin-bottom: 2px;
}
.snsnav ul {
	display: flex;
}
.snsnav ul li {
	margin-left: 25px;
	width: 36px;
	height: 36px;
}
.snsnav ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
}

.fnav {
	display: flex;
	justify-content: space-between;
	width: 450px;
}
.fnav ul li + li {
	margin-top: 20px;
}
.fnav a[target="_blank"]::after {
	width: 9px;
    height: 8px;
	background: url(../img/icon_blank_w.svg) no-repeat;
	margin-bottom: 2px;
}

.copyright {
	width: 100%;
	height: 100px;
	font-size: 1.2rem;
	color: #333;
	text-align: center;
	background-color: #fff;
	padding: 40px 0;
}
@media print, screen and (min-width: 768px) {
	.footer .btn a:hover {
		color: #fff;
		border-color: #fff;
		background-color: transparent;
	}
	.footer .btn a:hover:after {
		background: url(../img/icon_arrow_w.svg) no-repeat;
	}
	.footerTop .btn a::after {
		width: 21px;
		height: 11px;
	}
	.footerTop .btn:first-child a:hover {
		background-color: transparent;
	}

	.snsnav .btn a[target="_blank"]:hover:after {
		background: url(../img/icon_blank_w.svg) no-repeat;
	}
	.fnav a {
		font-weight: bold;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		font-size: 1.3rem;
	}

	.footer .illustBox {
		top: -40px;
	}
	.footer .illustBox::before {
		width: 164px;
		height: 57px;
		left: -10px;
		background: url(../img/illust_footer01_sp.png) no-repeat top left / cover;
	}
	.footer .illustBox span {
		position: absolute;
		width: 56px;
		height: 57px;
		left: 52%;
		transform: translateX(-50%);
		background: url(../img/illust_footer02_sp.png) no-repeat top left / cover;
	}
	.footer .illustBox::after {
		width: 143px;
		height: 54px;
		right: -15px;
		background: url(../img/illust_footer03_sp.png) no-repeat top left / cover;
	}

	.footerTop {
		padding: 40px 0;
	}
	.footerTop .btn + .btn {
		margin-top: 15px;
	}
	.footerTop .btn a {
		font-size: 1.4rem;
	}
	.footerTop .btn a::after {
		width: 15px;
		height: 8px;
	}
	.footerTop .btn a p {
		font-size: 2.4rem;
	}

	.footerBottom {
		padding: 40px 0;
	}
	.flink {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.footer .btn.lang a {
		width: 100%;
		min-height: 40px;
		font-size: 1.4rem;
	}
	.fooeter .btn.lang a::after {
		width: 9px;
		height: 5px;
	}
	.flink ul li, .flink ul li a {
		width: 47.895%;
		height: auto;
	}
	.flink ul li:nth-child(1), .flink ul li:nth-child(2) {
		margin-bottom: 10px;
	}
	.footerBottom .inBlock:last-child {
		flex-direction: column;
	}
	.footerBottom .inBlock:last-child::after {
		content: none;
	}
	.footerBottom .inBox {
		width: 100%;
	}
	address {
		text-align: center;
	}
	address img.footer-logo {
		width: 100%;
		max-width: 350px;
	}
	address .email {
		justify-content: center;
	}
	address .email img {
		width: 165px;
	}
	address p {
		text-align: center;
	}

	.snsnav {
		justify-content: center;
	}
	.snsnav .btn a {
		width: 72px;
		height: 28px;
		font-size: 1.0rem;
	}
	.snsnav .btn a[target="_blank"]::after {
		width: 8px;
		height: 7px;
		margin-bottom: 1px;
		margin-left: 3px;
	}
	.snsnav ul {
		align-items: center;
	}
	.snsnav ul li {
		margin-left: 20px;
	}
	.snsnav ul li, .snsnav ul li a {
		width: 28px;
		height: 28px;
	}

	.fnav {
		width: 100%;
		justify-content: center;
	}
	.fnav ul {
		display: flex;
		justify-content: center;
	}
	.fnav ul li + li {
		margin-top: 20px;
	}
	.fnav ul li:last-child {
		margin-left: 20px;
	}
	.fnav ul li a {
		font-weight: 500;
	}

	.copyright {
		height: 75px;
		font-size: 1.0rem;
		line-height: 1.5;
		padding: 23px;
	}
}

/* ------------------------------
 固定ボタン
------------------------------ */
.sideBtn {
	position: fixed;
	z-index: 1000;
}
.sideBtn .btn {
	opacity: 1;
	visibility: visible;
	transition: 0.2s ease-in-out;
}
.hidden-sidebtn .sideBtn .btn {
	opacity: 0;
	visibility: hidden;
}
.sideBtn .btn a {
	min-width: unset;
	min-height: unset;
}
.sideBtn .btn.boshu a {
	color: #fff;
	background-color: #f16b59;
	border-color: #f16b59;
}
.sideBtn .btn a::after {
	content: none;
}

/* -- pagetop -- */
.js-btn-pagetop {
	display: flex;
	flex-direction: column;
	width: 80px;
	height: 80px;
	background-color: #f8f5f0;
}
.js-btn-pagetop::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 2px #0f8970;
	border-right: solid 2px #0f8970;
	top: 20px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}
.js-btn-pagetop span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	color: #0f8970;
	text-align: center;
	margin: auto;
	margin-top: 38px;
}
@media print, screen and (min-width: 768px) {
	.sideBtn {
		width: 95px;
		height: auto;
		top: 22%;
		right: 0;
	}
	.sideBtn .btn,
	.sideBtn .btn a {
		width: 95px;
		height: 220px;
		border-radius: 15px 0 0 15px;
	}
	.sideBtn .btn {
		box-shadow: rgba(0,0,0,.25) 0 9px 30px 0px;
	}
	.sideBtn .btn a {
		font-size: 2.3rem;
		writing-mode: vertical-rl;
		border-right: none;
		padding: 0;
	}
	.sideBtn .btn a:hover {
		background-color: #fff;
	}
	.sideBtn .btn.boshu a:hover {
		color: #0f8970;
		background-color: #fff;
		border-color: #0f8970;
	}
	
	/* -- pagetop -- */
	.show-pagetop .js-btn-pagetop {
		opacity: 1;
		visibility: visible;
	}
	.show-pagetop .js-btn-pagetop:hover {
		opacity: 0.7;
	}
	.js-btn-pagetop {
		position: fixed;
		border-radius: 100%;
		bottom: 3%;
		cursor: pointer;
		transition: 0.2s ease-in-out;
		opacity: 0;
		visibility: hidden;
		border: solid 2px #0f8970;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.sideBtn {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		height: 60px;
		bottom: 0;
		right: 0;
	}
	.sideBtn .btn {
		width: 50%;
		height: 60px;
	}
	.sideBtn .btn a {
		border-radius: unset;
		width: 100%;
		height: 60px;
		font-size: 1.6rem;
		padding: 0;
	}

	/* -- pagetop -- */
	.show-pagetop .js-btn-pagetop {
		width: 20% !important;
	}
	.show-pagetop.page-open-slidemenu .js-btn-pagetop {
		width: 0 !important;
	}
	.js-btn-pagetop {
		position: relative;
		max-width: 60px;
		height: 60px;
		right: 0;
		width: 0 !important;
		transition: width .2s ease-in-out;
	}
	.js-btn-pagetop::before {
		width: 8px;
		height: 8px;
		top: 15px;
	}
	.js-btn-pagetop span {
		font-size: 1.2rem;
		margin-top: 27px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #123284;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	
	.header {
		position: absolute;
	}
	.mainimg {
		position: relative;
	}
	.contents {
		margin-top: 0;
	}
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}