@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figcaption, figure,section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 379px) {
	html {
		font-size: 2.6315vw;
	}
}
@font-face {
	font-family: "Mackay";
	src: url("font/font.woff2");
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #355A75;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #355A75;
}
a:hover {
	color: #355A75;
}
a:active {
	color: #355A75;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #355A75;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #355a75;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2rem 0 0;
	margin-bottom: -11rem;
	position: relative;
	z-index: 99;
}
#gHeader .logo {
	text-align: center;
}
#gHeader .logo img {
	width: 10.1rem;
}
#gHeader .logo .on {
	display: none;
}
body.index #gHeader .logo .off {
	display: none;
}
body.index #gHeader .logo .on {
	display: inline-block;
}
#gHeader .ins {
	position: absolute;
	top: 9.3rem;
	right: 4rem;
	width: 2.4rem;
}
#gHeader .fixLink {
	position: absolute;
	right: 3rem;
	top: 3.5rem;
	width: 18rem;
}
#gHeader .fixLink a {
	padding: 0.8rem 0;
	display: block;
	text-align: center;
	color: #F2F2F2;
	font-weight: 500;
	background-color: #EE7893;
	border-radius: 5rem;
}
.menu {
	width: 5rem;
	height: 5rem;
	position: absolute;
	left: 3.5rem;
	top: 3rem;
	cursor: pointer;
	z-index: 101;
	transition: .3s;
}
.menu span {
	width: 5rem;
	height: 1px;
	position: absolute;
	top: 1.9rem;
	left: 0;
	background: #FFF;
	transition: all .35s ease;
}
.menu span:nth-of-type(2) {
	top: 2.9rem;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(0.7rem) translateX(0) rotate(45deg);
}
.menu.on span:nth-of-type(2) {
	transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
}
.menuBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 36rem;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
	z-index: 100;
	background-color: #6FA064;
	transform: translateX(-100%);
	transition: .3s;
}
.menuBox.on {
	transform: none;
}
.menuBox .menuInfo {
	padding: 14.5rem 5rem;
}
.menuBox .menuList li {
	margin-bottom: 0.9rem;
}
.menuBox .menuList a {
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
}
.menuBox .menuList a:hover {
	opacity: 0.7;
}
.menuBox .menuList ul {
	margin: 0.9rem 0 0 2rem;
}
@media all and (min-width: 897px) {
	#gHeader .fixLink a:hover {
		color: #355A75;
		background-color: #FECC1F;
	}
	.menu:hover {
		opacity: 0.7;
	}
	#gHeader .ins a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: -7rem;
	}
	body.index #gHeader {
		margin-bottom: -2.5rem;
	}
	#gHeader .fixLink {
		position: fixed;
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
	}
	#gHeader .fixLink a {
		padding: 1.3rem 0 1.1rem;
		border-radius: 0;
	}
	.menu {
		left: auto;
		right: 3rem;
	}
	.menuBox {
		width: 100%;
	}
	.menuBox .menuInfo {
		padding: 20rem 3rem 6rem;
	}
	#gHeader .ins {
		top: 8.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 10.5rem 0 3.4rem;
	background-color: #fff;
	position: relative;
}
#gFooter .copyright {
	font-size: 1.4rem;
	text-align: center;
	color: #000;
	letter-spacing: 0.12rem;
}
#gFooter .pageTop {
	position: absolute;
	bottom: 3rem;
	right: 3rem;
}
#gFooter .pageTop a {
	border-radius: 50%;
	width: 8rem;
	height: 8rem;
	display: block;
	position: relative;
	transition: .3s;
	background-color: #EE7893;
}
#gFooter .pageTop a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1rem;
	height: 1.7rem;
	content: '';
	background: url(img/common/icon01.png) no-repeat center center / 100% 100%;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		background-color: #FECC1F;
	}
	#gFooter .pageTop a:hover:before {
		background-image: url(img/common/icon02.png);
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3rem 0 7rem;
	}
	#gFooter .pageTop {
		bottom: 5.5rem;
		right: 2rem;
	}
	#gFooter .pageTop a {
		width: 5rem;
		height: 5rem;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.mackay {
	font-family: "Mackay";
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comRadioBox {
	margin: 0 5rem;
	padding: 18.7rem 5rem 12rem;
	position: relative;
	z-index: 1;
}
.comRadioBox::after {
	height: 100%;
	width: 100%;
	min-height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-color: #FFF;
	border-radius: 1000rem 1000rem 0 0;
	z-index: -1;
}
@media all and (max-width: 896px) {
	.comRadioBox {
		margin: 0 2rem;
		padding: 10rem 0 5rem;
	}
	.comRadioBox::after {
		border-radius: 10rem 10rem 0 0;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 100rem;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 2rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.6rem;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}
.headLine01 .en {
	margin-top: -0.1rem;
	font-size: 1.4rem;
	font-weight: 400;
	display: block;
	font-family: "Mackay";
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.7rem !important;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.8rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
/*------------------------------------------------------------
	comAbout
------------------------------------------------------------*/
.comAbout {
	background-color: #fff;
}
.comAbout .headLine01 {
	padding-top: 7.2rem;
}
.comAbout .imgBox {
	margin-bottom: 4rem;
	display: flex;
}
.comAbout .imgBox .photoBox {
	width: 45rem;
}
.comAbout .imgBox .textBox {
	padding: 3.5rem 2rem 2rem 4rem;
	flex: 1;
	color: #FFF;
	background-color: #6fa064;
}
.comAbout .imgBox h3 {
	margin-bottom: 1.2rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.comAbout .imgBox p {
	margin-bottom: 0.8rem;
	line-height: 1.75;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
}
.comAbout .imgBox .text01 {
	margin-bottom: 2.5rem;
}
.comAbout .mapBox {
	min-height: 40rem;
	border: 0.1rem solid #EFEFEF;
}
.comAbout .mapBox .lBox {
	width: 45%;
}
.comAbout .mapBox .lBox iframe {
	width: 100%;
	height: 100%;
}
.comAbout .mapBox .rBox {
	padding: 3.3rem 3.9rem 3.4rem 4rem;
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: #EFEFEF;
}
.comAbout .mapBox .rBox h3 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.comAbout .mapBox .rBox .subBox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.comAbout .mapBox .rBox .subBox dl {
	width: calc(100% - 16rem);
}
.comAbout .mapBox .rBox .subBox dt,
.comAbout .mapBox .rBox .subBox dd {
	letter-spacing: 0.1em;
}
.comAbout .mapBox .rBox .subBox dt {
	margin-bottom: 0.3rem;
}
.comAbout .mapBox .rBox .subBox dd:not(:last-child) {
	margin-bottom: 0.8rem;
}
.comAbout .mapBox .rBox .subBox .note {
	font-size: 1.4rem;
}
.comAbout .mapBox .rBox .subBox .qr {
	margin-bottom: 0.5rem;
	width: 15rem;
}
@media all and (max-width: 896px) {
	.comAbout .imgBox {
		display: block;
	}
	.comAbout .imgBox .photoBox {
		width: auto;
	}
	.comAbout .imgBox .photoBox img {
		width: 100%;
	}
	.comAbout .imgBox .textBox {
		padding: 2rem;
	}
	.comAbout .mapBox {
		min-height: inherit;
		display: block;
	}
	.comAbout .mapBox .lBox {
		padding-bottom: 100%;
		width: 100%;
		position: relative;
	}
	.comAbout .mapBox .lBox iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.comAbout .mapBox .rBox {
		padding: 3.5rem 1rem;
		width: 100%;
		display: block;
	}
	.comAbout .mapBox .rBox h3 {
		margin-bottom: 2.5rem;
		font-size: 1.8rem;
	}
	.comAbout .mapBox .rBox .subBox {
		display: flex;
		align-items: flex-start;
	}
	.comAbout .mapBox .rBox .subBox dl {
		width: calc(100% - 9rem);
	}
	.comAbout .mapBox .rBox .subBox dt,
	.comAbout .mapBox .rBox .subBox dd {
		font-size: 1.4rem;
	}
	.comAbout .mapBox .rBox .subBox dt {
		margin-bottom: 0.5rem;
	}
	.comAbout .mapBox .rBox .subBox dd:not(:last-child) {
		margin-bottom: 1rem;
	}
	.comAbout .mapBox .rBox .subBox .note {
		font-size: 1.3rem;
	}
	.comAbout .mapBox .rBox .subBox .qr {
		margin-bottom: 0;
		width: 8rem;
	}
	.comAbout .imgBox p {
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	comPriceBox
------------------------------------------------------------*/
.comPriceBox {
	padding: 7.2rem 0 8rem;
	color: #000;
	background-color: #efefef;
}
.comPriceBox .headLine01 {
	color: #355A75;
}
.comPriceBox .tabNote {
	margin: -3.4rem 0 4rem;
	padding-left: 1.9rem;
	text-indent: -1.9rem;
	letter-spacing: 0.1rem;
}
.comPriceBox .comBtn {
	margin-top: 6rem;
}
@media all and (max-width: 896px) {
	.comPriceBox {
		padding: 4rem 0;
	}
	.comPriceBox .comBtn {
		margin-top: 3rem;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	margin-bottom: 4rem;
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
}
.comTable th,
.comTable td {
	padding: 1.8rem 2rem 1.7rem;
	width: 25%;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.1rem;
	font-feature-settings: "palt";
	text-align: left;
	vertical-align: top;
	border: 0.1rem solid #999;
}
.comTable .through {
	text-decoration: line-through;
	font-size: 1.4rem;
}
@media all and (max-width: 896px) {
	.comTable th,
	.comTable td {
		padding: 1rem 0.5rem;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.comTable .through {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	text-align: center;
}
.comBtn a,
.comBtn span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18rem;
	height: 4rem;
	color: #F2F2F2;
	font-weight: 500;
	border-radius: 4rem;
	background: #ee7893;
	transition: 0.3s;
}
ul.comBtn {
	display: flex;
	gap: 2rem;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #355A75 !important;
		background: #fecc1f;
	}
	a:hover .comBtn span {
		color: #355A75;
		background: #fecc1f;
	}
}
@media all and (max-width: 896px) {
	.comBtn a,
	.comBtn span {
		width: 20.2rem;
		height: 5rem;
		font-size: 2rem;
	}
	ul.comBtn {
		display: block;
	}
	ul.comBtn li a {
		width: 22.5rem;
	}
	ul.comBtn li:not(:last-child) {
		margin-bottom: 1rem;
	}
}
/*------------------------------------------------------------
	comNewsUl
------------------------------------------------------------*/
.comNewsUl {
	margin-bottom: 10.5rem;
	gap: 6.5rem 5rem;
}
.comNewsUl > li {
	width: calc((100% - 10rem)/3);
}
.comNewsUl > li a {
	display: block;
}
.comNewsUl > li a:hover {
	opacity: 0.7;
}
.comNewsUl li .photo {
	margin-bottom: 1.6rem;
	height: 20rem;
}
.comNewsUl li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comNewsUl li span {
	display: block;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.comNewsUl li .ttlUl {
	display: flex;
	flex-wrap: wrap;
}
.comNewsUl li .ttlUl li {
	padding-right: 2.3rem;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	position: relative;
	font-weight: 500;
}
.comNewsUl li .ttlUl li::after {
	position: absolute;
    top: 0.2rem;
    right: 0.7rem;
    bottom: 0;
    width: 0.1rem;
    height: 1.5rem;
    transform: rotate(45deg);
    content: '';
    background-color: #355A75;
}
.comNewsUl li .ttlUl li:last-child:after {
	display: none;
}
.comNewsUl li h3 {
	margin-bottom: 0.5rem;
	font-size: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
	word-break: break-word;
	-webkit-line-clamp: 1;
}
.comNewsUl li .text {
	margin-bottom: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
	word-break: break-word;
	-webkit-line-clamp: 2;
}
.comNewsUl li .time {
	font-size: 1.2rem;
}
@media all and (max-width: 896px) {
	.comNewsUl {
		margin-bottom: 5rem;
		display: block;
	}
	.comNewsUl > li {
		margin-bottom: 2.9rem;
		width: 100%;
	}
	.comNewsUl li:last-child {
		margin-bottom: 0;
	}
	.comNewsUl li .photo {
		margin-bottom: 1.5rem;
		height: 0;
		position: relative;
		padding-bottom: 66.5%;
	}
	.comNewsUl li .photo img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.comNewsUl li h3 {
		font-size: 1.8rem;
	}
	.comNewsUl li .ttlUl {
		margin-bottom: 0.5rem;
	}
	.comNewsUl li .ttlUl li::after {
		right: 1rem;
	}
	.comNewsUl li .text {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	padding: 0.2rem;
	margin: 0 1rem;
	width: 5rem;
	height: 5rem;
	font-size: 1.6rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
	border: 0.1rem solid #355A75;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	opacity: 0.7;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .previouspostslink {
	margin-right: 3rem;
}
.wp-pagenavi .nextpostslink {
	margin-left: 3rem;
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 0.5rem;
		width: 3rem;
		height: 3rem;
		font-size: 1.4rem;
	}
	.wp-pagenavi .previouspostslink {
		margin-right: 0.5rem;
	}
	.wp-pagenavi .nextpostslink {
		margin-left: 0.5rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .comRadioBox .content {
	max-width: 60rem;
}
#contact .comRadioBox .headLine01 {
	margin-bottom: 2.8rem;
}
#contact .comRadioBox p {
	margin-bottom: 2.2rem;
	font-weight: 500;
	line-height: 2;	
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
}
#contact .contactList {
	margin-bottom: 8.5rem;
	display: flex;
	gap: 3rem;
}
#contact .contactList li {
	width: calc((100% - 6rem)/3);
	background-color: #ee7893;
}
#contact .contactList a {
	padding: 2.9rem 1rem;
	display: block;
	height: 100%;
	color: #FFF;
	letter-spacing: 0.15rem;
	text-align: center;
}
#contact .contactList a:hover {
	opacity: 0.7;
}
#contact .contactList .ttl {
	margin-bottom: 3.2rem;
	display: block;
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0;
}
#contact .contactList .icon {
	display: block;
	transform: rotate(90deg);
}
#contact .contactList .num {
	display: block;
}
#contact .contactList .code {
	padding: 1rem;
	text-align: center;
}
#contact .formDl {
	margin: 3.9rem 0 5.7rem;
}
#contact .formDl dt {
	margin-bottom: 1.5rem;
	letter-spacing: 0.1rem;
	font-weight: 500;
	font-size: 1.4rem;
}
#contact .formDl dd {
	margin-bottom: 1.4rem;
	letter-spacing: 0.1rem;
}
#contact .formDl input[type="text"],
#contact .formDl input[type="tel"],
#contact .formDl input[type="email"],
#contact .formDl select,
#contact .formDl textarea {
	padding: 0 2rem;
	width: 100%;
	height: 6rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.12rem;
	box-sizing: border-box;
	background-color: #efefef;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none; 
	box-sizing: border-box;
}
#contact .formDl input.wid {
	margin-right: 1rem;
	padding: 0 1rem;
	text-align: center;
	width: 6rem;
}
#contact .formDl select {
	color: #355a75;
	background: #efefef url(img/common/icon03.png) no-repeat right 2rem center / 1rem;
}
#contact .formDl select::-ms-expand {
	display: none;
}
#contact .formDl textarea {
	padding: 1.8rem 2rem;
	height: 20rem;
	letter-spacing: 0;
	resize: vertical;
}
#contact .formDl input::-webkit-input-placeholder {
	color: #aaaaaa;
	opacity:1;
}
#contact .formDl input::-moz-placeholder {
	color: #aaaaaa;
	opacity:1;
}
#contact textarea::-webkit-input-placeholder {
	color: #aaaaaa;
}
#contact textarea::-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;
}
#contact .submit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem;
}
#contact .submit input,
#contact .submit button {
	width: 18rem;
	height: 4rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 500;
	border: none;
	border-radius: 4rem;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	background: #ee7893;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	#contact .submit input:hover,
	#contact .submit button:hover {
		background: #fecc1f;
	}
}
@media all and (max-width: 896px) {
	#contact .comRadioBox p {
		margin-bottom: 2.2rem;
		font-weight: 500;
		line-height: 2;	
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}
	#contact .contactList {
		margin-bottom: 3rem;
		display: block;
	}
	#contact .contactList li {
		width: auto;
		margin-bottom: 1rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#top .mainVisual {
	margin: 0 auto 7.1rem;
	max-width: 134rem;
	border-radius: 100rem 100rem 0 0;
	overflow: hidden;
}
#top .mainVisual .item {
	position: relative;
}
#top .mainVisual .textBox {
	position: absolute;
	left: 0;
	bottom: 22rem;
	width: 100%;
	color: #F2F2F2;
	text-align: center;
}
#top .mainVisual .slide {
	vertical-align: top;
}
#top .mainVisual .slide a {
	display: block;
}
#top .mainVisual h2 {
	margin-bottom: 0.2rem;
	font-size: 6rem;
	font-weight: 500;
}
#top .mainVisual p {
	margin-bottom: 2.7rem;
	letter-spacing: 0.1rem;
}
#top .news {
	margin-bottom: 7rem;
}
#top .news .content {
	position: relative;
}
#top .news .headLine01 {
	color: #F2F2F2;
}
#top .news .headLine01 .en {
	color: #fff;
}
#top .comNewsUl {
	margin-bottom: 0;
}
#top .comNewsUl > li a {
	color: #F2F2F2;
}
#top .introduce {
	padding: 8rem;
	background-color: #FFF;
}
#top .introduce .imgBox {
	margin-bottom: 9rem;
	display: flex;
	justify-content: space-between;
}
#top .introduce .imgBox .photoBox img {
	width: 100%;
}
#top .introduce .imgBox:nth-child(2n) {
	flex-direction: row-reverse;
}
#top .introduce .imgBox:last-child {
	margin-bottom: 0;
}
#top .introduce .imgBox > div {
	width: 47.5rem;
}
#top .introduce .imgBox h2 {
	margin-bottom: 2.2rem;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
}
#top .introduce .imgBox p {
	margin-bottom: 0.8rem;
	letter-spacing: 0.1rem;
	line-height: 1.75;
	text-align: justify;
}
#top .introduce .comBtn {
	margin-top: 3.2rem;
}
@media all and (min-width: 897px) {
	#top .comNewsUl > li a {
		font-size: 1.4rem;
	}
	#top .comNewsUl > li h3 {
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
	}
	#top .news .comBtn {
		position: absolute;
		right: 0;
		top: 0.9rem;
	}
	#top .news .comBtn a {
		width: 12rem;
		height: 3rem;
		font-size: 1.4rem;
		color: #fff;
	}
	#top .slick-dots {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 4.3rem;
	}
	#top .slick-dots li {
		position: relative;
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 16px;
		padding: 0;
		cursor: pointer;
		background: #fff;
		border-radius: 100%;
	}
	#top .slick-dots li.slick-active::before {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 28px;
		height: 28px;
		transform: translate(-50%,-50%);
		border-radius: 100%;
		border: 1px solid #fff;
		box-sizing: border-box;
		content: "";
	}
	#top .slick-dots li button {
		display: none;
	}
	#top .slick-dots li.slick-active {
		background: #F9CB1D;
	}
}
@media all and (max-width: 896px) {
	#top .mainVisual {
		margin: 0 2rem 5.1rem;
		max-width: inherit;
	}
	#top .mainVisual img {
		width: 100%;
	}
	#top .mainVisual .textBox {
		bottom: 0.2rem;
	}
	#top .mainVisual h2 {
		margin-bottom: 0;
		font-size: 3rem;
	}
	#top .mainVisual p {
		display: none;
	}
	#top .mainVisual .comBtn {
		display: none;
	}
	#top .mainVisual .slide {
		margin-bottom: 2rem;
	}
	#top .news {
		margin-bottom: 8rem;
	}
	#top .comNewsUl {
		margin: 0 2rem 4rem;
	}
	#top .introduce {
		padding: 8rem 0;
	}
	#top .introduce .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#top .introduce .imgBox > div {
		width: 100%;
	}
	#top .introduce .imgBox .photoBox {
		margin-bottom: 1.4rem;
	}
	#top .introduce .imgBox h2 {
		margin-bottom: 2.3rem;
	}
}
/*------------------------------------------------------------
	newsDeatil
------------------------------------------------------------*/
#newsDeatil .wid {
	max-width: 81rem;
	margin-top: -0.7rem;
}
#pagePath {
	margin-bottom: 1.2rem;
}
#pagePath li {
	display: inline;
	color: #999;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#pagePath li a {
	color: #999;
}
#pagePath li a:hover {
	opacity: 0.7;
}
#pagePath li.tag {
	padding-right: 1.5rem;
	position: relative;
}
#pagePath li.tag::before {
	position: absolute;
	top: 0.2rem;
	right: 0.7rem;
	bottom: 0;
	width: 0.1rem;
	height: 1.5rem;
	transform: rotate(45deg);
	content: '';
	background-color: #999;
}
#pagePath li.tag:last-child:before {
	display: none;
}
#newsDeatil h1 {
	margin-bottom: 0.8rem;
	font-size: 3.2rem;
	font-weight: 400;
}
#newsDeatil .time {
	margin-bottom: 3.2rem;
	color: #666;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#newsDeatil .detailBox p {
	margin-bottom: 1.3rem;
	color: #303030;
	line-height: 2;
	letter-spacing: 0.08em;
	word-break: break-word;
}
#newsDeatil .detailBox p a:hover {
	opacity: 0.7;
}
#newsDeatil .detailBox figure {
	margin: 0 0 1.3rem;
	text-align: center;
}
#newsDeatil .detailBox figure + figure {
	margin: 0 0 5.6rem;
}
#newsDeatil .detailBox figure.wp-block-table {
	margin-bottom: 0;
}
#newsDeatil .detailBox img {
	width: 100%;
}
#newsDeatil .detailBox figcaption {
	margin-top: 0.6rem;
	display: block;
	color: #999;
	font-size: 1.4rem;
}
#newsDeatil h2 {
	margin-bottom: 2.3rem;
	font-size: 2.4rem;
	font-weight: 400;
}
#newsDeatil h3 {
	margin-bottom: 1.7rem;
	font-size: 2rem;
	font-weight: 400;
}
#newsDeatil .detailBox ul {
	margin-bottom: 3.2rem;
}
#newsDeatil .detailBox li {
	padding: 0 0 0.8rem 3.4rem;
	position: relative;
	color: #303030;
	letter-spacing: 0.08em;
	word-break: break-all;
}
#newsDeatil .detailBox li::before {
	position: absolute;
	left: 1.8rem;
	top: 0.8rem;
	width: 0.7rem;
	height: 0.7rem;
	background-color: #303030;
	border-radius: 100%;
	content: "";
}
#newsDeatil .detailBox table {
	margin-bottom: 5.3rem;
	width: 100%;
	border-collapse: collapse;
}
#newsDeatil .detailBox table td {
	padding: 1.3rem 1.8rem 1.2rem;
    color: #000;
    font-size: 1.6rem;
    height: 5rem;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #666;
}
#newsDeatil .detailBox table td:first-child {
	width: 23.5%;
}
.pageNavi {
	width: 31.5rem;
	margin: 11.2rem auto 0;
	position: relative;
}
.pageNavi li {
	width: 15rem;
	margin: 0 auto;
}
.pageNavi a {
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	border: 0.1rem solid #355A75;
	box-sizing: border-box;
}
.pageNavi a:hover {
	opacity: 0.7;
}
.pageNavi .prev {
	width: 5rem;
	position: absolute;
	left: 0;
	top: 0;
}
.pageNavi .next {
	width: 5rem;
	position: absolute;
	right: 0;
	top: 0;
}
@media all and (max-width: 896px) {
	#newsDeatil h1 {
		font-size: 2.8rem;
	}
	.pageNavi {
		width: 28rem;
		margin: 5rem auto 0;
	}
}