@charset "UTF-8";

:root {
	--site-width: 1200px;
	--site-padding: 5%;
	--header-height-pc: 68px;
	--header-height-sp: 64px;
	--navigation-accent: #008380;
}
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
html {}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	width: 100%;
	height: auto !important;
	display: block;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}
/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #56a5af;
}
a:hover {
	text-decoration: none;
	color: #292F33;
	transition: .3s;
}
/*---------------------------------------------
	clearfix
  ---------------------------------------------*/
.clearfix:after {
	content: "."; /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ------ General Settings ------ */
html {
	*overflow-x: hidden;
}
#wrapper {
	padding-top: 67.5px;
	overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
	#wrapper {
		padding-top: 64px;
	}
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	line-height: 1px;
	transition: .3s;
}
.forPc {
	display: block;
}
.forMobile {
	display: none;
}
@media screen and (max-width: 639px) {
	.forPc {
		display: none;
	}
	.forMobile {
		display: block;
	}
}
/* ------ webfont ------ */
/* 日本語フォント */
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
	color: #222;
	text-align: left;
	-webkit-text-size-adjust: none;
	font-weight: 300;
	line-height: 200%;
}
/* 指定英字フォント */
.webfontS {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300!important;
}
.webfontL {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600!important;
}
/* ------ ライン ------ */
/* leftLine */
.leftLine {
	line-height: 100%;
	display: flex;
	align-items: center;
}
.leftLine:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}
/* 左右ライン */
.wLine {
	display: flex;
	align-items: center;
}
.wLine:before, .wLine:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #222;
}
.wLine:before {
	margin-right: 1rem;
}
.wLine:after {
	margin-left: 1rem;
}
/* icon */
.icon01::before {
	font-family: 'Material Symbols Outlined';
	content: "\e887";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon02::before {
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon03::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5cc";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon04::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5cd";
	vertical-align: -5%;
	margin-right: 0.2em;
}
.icon05::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5c5";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon06::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5df";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon07::before {
	font-family: 'Material Symbols Outlined';
	content: "\e02e";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon08::before {
	content: "◼︎";
	margin-right: 0.2em;
}
.icon09::before {
	content: "・";
	margin-right: 0.2em;
}
.icon10::before {
	font-family: 'Material Symbols Outlined';
	content: "\e941";
	vertical-align: -10%;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.icon-top::before {
	font-family: 'Material Symbols Outlined';
	content: "\e25a";
	vertical-align: 0;
	margin-right: 0;
}
/* linkLine */
.linkLine {
	/*線の基点とするためrelativeを指定*/
	position: relative;
	/*リンクの形状*/
	padding: 10px 0;
	text-decoration: none;
	outline: none;
}
/*線の設定*/
.linkLine::before, .linkLine::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	/*線の形状*/
	background: #fff;
	width: 100%;
	height: 1px;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}
/*hover時に伸びる線の形状*/
.linkLine::after {
	width: 0;
	background: #008380;
}
/*hover時に100%に伸びる*/
.linkLine:hover::after {
	width: 100%;
}
/* linkBox */
.linkBox {
	position: relative;
	z-index: 1;
}
.linkBox a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 11;
}
.zoomBox {
	display: block;
	transition-duration: 0.3s; /*変化に掛かる時間*/
}
.zoomBox:hover {
	transform: scale(1.05); /*画像の拡大率*/
	transition-duration: 0.3s; /*変化に掛かる時間*/
}
/* sectionBtn
================================================== */
.sectionBtn {
	padding-top: 40px;
}
/* centerBtnMore センター寄せ
================================================== */
.centerBtnMore {
	display: flex;
	justify-content: center;
}
.centerBtnMore p {
	position: relative;
	border: solid 1px #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	background-color: #000;
	padding-bottom: 0!important;
}
.centerBtnMore p:hover {
	border: solid 1px #333;
	transition: .3S;
	-webkit-transition: .3s;
	background-color: #333;
}
.centerBtnMore p a {
	padding: 5px 25px 5px 35px;
	color: #fff;
	display: block;
	font-size: 80%;
	font-weight: 500;
}
.centerBtnMore p:hover a {
	transition: .3S;
	-webkit-transition: .3s;
	color: #fff;
}
.centerBtnMore p .centerBtn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	-webkit-transform: translateX(10px) translateY(6px);
	transform: translateX(10px) translateY(6px);
}
.centerBtnMore p:hover .centerBtn-border:before {
	-webkit-transform: translateX(16px) translateY(6px);
	transform: translateX(16px) translateY(6px);
	color: #fff;
}
/* btnMore 左揃え
================================================== */
.btnMore {
	position: relative;
	display: none;
	border: solid 1px #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}
@media screen and (max-width: 639px) {
	.btnMore {
		display: inline-block;
	}
}
.btnMore:hover {
	border: solid 1px #008380;
	transition: .3S;
	-webkit-transition: .3s;
}
.btnMore a {
	padding: 5px 25px 5px 35px;
	color: #222;
	display: block;
	font-size: 80%;
	font-weight: 500;
}
.btnMore:hover a {
	transition: .3S;
	-webkit-transition: .3s;
	color: #008380;
}
.btnMore .btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	-webkit-transform: translateX(10px) translateY(5px);
	transform: translateX(10px) translateY(5px);
}
.btnMore:hover .btn-border:before {
	-webkit-transform: translateX(16px) translateY(5px);
	transform: translateX(16px) translateY(5px);
	color: #008380;
}

/* btnArea
================================================== */
.btnArea {
	padding: 0 0 60px 0;
}
/* contentBtn
================================================== */
.contentBtn {
	position: relative;
	border: solid 1px #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	text-align: center;
	min-width: 300px;
	width: 30%;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	.contentBtn {
		min-width: 220px;
	}
}
.contentBtn:hover {
	border: solid 1px #008380;
	transition: .3S;
	-webkit-transition: .3s;
}
.contentBtn a {
	padding: 5px 25px 5px 35px;
	color: #222;
	display: block;
	font-size: 80%;
	font-weight: 500;
}
.contentBtn:hover a {
	transition: .3S;
	-webkit-transition: .3s;
	color: #fff;
	background-color: #008380;
}
.contentBtn .btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	-webkit-transform: translateX(10px) translateY(5px);
	transform: translateX(10px) translateY(5px);
}
.contentBtn:hover .btn-border:before {
	-webkit-transform: translateX(16px) translateY(5px);
	transform: translateX(16px) translateY(5px);
	color: #fff;
}
/* contentArea
================================================== */
.contentArea {
	max-width: var(--site-width);
	margin: 0 auto;
	padding: 0 var(--site-padding) 60px;
	box-sizing: border-box;
}

/* Shared breadcrumb
================================================== */
.breadcrumb {
	max-width: var(--site-width);
	margin: 0 auto;
	padding: 24px var(--site-padding) 0;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 1.6;
}

.breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li:not(:last-child)::after {
	margin-left: 8px;
	content: "/";
	color: #999;
}

.breadcrumb a {
	color: #555;
}

.breadcrumb a:hover {
	color: var(--navigation-accent);
}

/* Current navigation
================================================== */
.global-navigation__item a[aria-current="page"] {
	color: var(--navigation-accent);
}

.global-navigation__item:has(a[aria-current="page"])::after {
	width: 100%;
}

@media screen and (max-width: 639px) {
	.breadcrumb {
		padding-top: 16px;
	}

	.global-navigation__item:has(a[aria-current="page"]) {
		background: #f6f7f7;
	}
}

/* footArea
================================================== */
#footArea {
	background: url("../images/footBg.svg") no-repeat;
	background-size: cover;
}
/* footLogo */
.footLogo {
	width: 40%;
	margin: 0 auto;
	padding: 20% 0;	
}
@media (max-width: 639px) {
	.footLogo {
		padding: 20% 0;
		width: 50%;
	}
}
.footLogo h2 {
	margin: 0;
}
/* footNav */
#footNav {
	padding: 2% 0;
}
#footNav ul li {
	float: left;
	width: 18%;
	padding-right: 2%;
	font-size: 70%;
	line-height: 120%;
}
@media (max-width: 800px) {
	#footNav ul li {
		float: none;
		width: 100%;
		padding: 0;
	}
}
#footNav ul li a {
	display: block;
	color: #fff;
	font-weight: 500;
}
#footNav ul .btnlinestretches4 {
	/*線の基点とするためrelativeを指定*/
	position: relative;
	/*リンクの形状*/
	padding: 10px 0;
	text-decoration: none;
	outline: none;
}
/*線の設定*/
#footNav ul .btnlinestretches4::before, #footNav ul .btnlinestretches4::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	/*線の形状*/
	background: #222;
	width: 100%;
	height: 1px;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}
/*hover時に伸びる線の形状*/
#footNav ul .btnlinestretches4::after {
	width: 0;
	background: #fff;
}
/*hover時に100%に伸びる*/
#footNav ul .btnlinestretches4:hover::after {
	width: 100%;
}
/* crArea
================================================== */
#crArea {
	background-color: #111;
}
#crArea p {
	text-align: center;
	font-size: 60%;
	line-height: 60px;
	color: #fff;
}
@media screen and (max-width: 639px) {
	#crArea {
		padding: 0 5%;
	}
	#crArea p {
		font-size: 1.8vw;
		text-align: left;
	}
}
