@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, footer, header, main, hgroup, menu, nav, summary {
	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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/* スライダーのすべての矢印に共通の設定 */
.slick-arrow {
    font-size: 0; /* 元の「Previous」「Next」テキストを非表示 */
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* 垂直方向の中央に配置 */
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent; /* テキスト色を透明に */
    border: none;
    outline: none;
    background: transparent; /* 背景を透明に */
    z-index: 10;
}
/* すべての矢印に共通の背景と角丸を設定 */
.slick-arrow {
    background-color: #08713A; /* 濃いグレーの背景色 */
    border-radius: 50%; /* 丸い形にする */
}

/* 「前へ」ボタン */
.slick-prev {
    left: 10px; /* 左端からの距離 */
}

/* 「次へ」ボタン */
.slick-next {
    right: 7px; /* 右端からの距離 */
}
/* 「次へ」ボタンのホバー時 */

/* 矢印のアイコンをCSSで描画 (簡単な例：▶◀) */
.slick-prev:before, .slick-next:before {
	content: ''; /* 擬似要素の中身を空に */
	display: block;
	width: 100%;
	height: 100%;
	color: white; /* アイコンの色を白に */
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.slick-prev:before {
	content: '◀'; /* 独自の記号やフォントアイコンを設定 */
}

.slick-next:before {
	content: '▶';
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 12rem;
	position: relative;
	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;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 6rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.pop {
	font-family: "Poppins", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: 0.3s;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 2rem 0;
	max-width: 168.6rem;
	box-sizing: border-box;
	align-items: center;
	transition: 0.3s;
}
#gHeader .hBox h1 {
	margin:  0 0 0 5.2rem;
	width: 30.8rem;
	transition: 0.3s;
}
#gHeader .hBox h1 .top {
	display: none;
	transition: 0.3s;
}
#gHeader .hBox .menuBox {
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 37rem);
	transition: 0.3s;
}
#gHeader .hBox .menuBox .link {
	width: 22.5rem;
	transition: 0.3s;
}
#gHeader .hBox .menuBox .link a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 8rem;
	color: #FFF;
	font-size: 1.9rem;
	font-weight: 700;
	background: #19A0CF;
	border-radius: 10rem;
	box-sizing: border-box;
	border: 1px solid #FFF;
}
#gHeader .hBox .menuBox .link a:hover {
	opacity: 0.7;
}
#gHeader .hBox .menuBox .link a .sub {
	padding: 0.5rem 0 0.5rem 3.9rem;
	background: url(../img/common/icon01.png) no-repeat left center / 2.9rem;
}
#gNavi {
	margin: 0.2rem 12rem 0 0;
	transition: 0.3s;
}
#gNavi li {
	margin-left: 1.6rem;
	padding-left: 2.1rem;
	position: relative;
	display: inline-block;
}
#gNavi li::before {
	position: absolute;
	top: -0.4rem;
	left: 0;
	width: 1px;
	height: 3.3rem;
	background-color: #F0F0F0;
	content: '';
}
#gNavi li:first-child::before {
	display: none;
}
#gNavi li a {
	padding-left: 1.3rem;
	position: relative;
	color: #111;
	font-weight: 700;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gNavi li a::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.9rem;
	height: 0.9rem;
	background-color: #589A53;
	border-radius: 50%;
	content: '';
}
#gHeader.on {
	background: #FFF;
}
@media all and (min-width: 897px) {
	#gHeader.on .hBox {
		padding: 1rem 0 !important;
		max-width: 172.8rem;
	}
	#gHeader.on h1 {
		margin-left: 0;
	}
	#gHeader.on #gNavi {
		margin-right: 5rem;
	}
}
@media all and (min-width: 1400px) and (max-width: 1900px) {
	#gHeader .hBox {
		max-width: 90% !important;
	}
	#gHeader .hBox h1 {
		margin-left: 0;
	}
	#gHeader .hBox .menuBox {
		width: calc(100% - 32rem);
	}
	#gNavi {
		margin-right: 5rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1399px) {
	#gHeader .hBox {
		justify-content: center;
	}
	#gHeader.on .hBox {
		padding: 1.2rem 0 !important;
	}
	#gHeader .hBox h1 {
		margin: -1rem 1.6rem 0 0 !important;
		width: 7.6rem !important;
	}
	#gHeader .hBox h1 .top {
		display: block !important;
	}
	#gHeader .hBox h1 .sub {
		display: none !important;
	}
	#gHeader .menuBox {
		width: auto !important;
	}
	#gHeader #gNavi {
		margin-right: 1rem !important;
		padding: 2.9rem 3.2rem 2.7rem 1rem !important;
	}
	#gHeader #gNavi li:first-child {
		margin-left: 0;
	}
	#gHeader #gNavi li a {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin: 0;
		padding: 0.4rem 2rem 0.5rem;
		max-width: inherit;
		display: block;
	}
	#gHeader .hBox h1 {
		margin:  0;
		width: 6.5rem;
	}
	#gHeader .hBox .menuBox {
		padding: 8.1rem 0 10rem;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100dvh;
		background: #FFF;
		overflow: auto;
		box-sizing: border-box;
		z-index: 200;
		transition: none;
	}
	#gHeader .menu {
		position: absolute;
		top: 2.3rem;
		right: 1.9rem;
		height: 1.4rem;
		width: 2.2rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #19A0CF;
		border: none;
		height: 0.2rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 0.2rem;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}	
	#gHeader .menu span:nth-of-type(2) {
		top: 0.6rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 1.2rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.6rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.6rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox .menuBox .link {
		margin: 8.7rem auto 0;
		width: 25rem;
	}
	#gHeader .hBox .menuBox .link a {
		min-height: 5.8rem;
		font-size: 1.9rem;
	}
	#gNavi {
		margin: 0 2rem;
	}
	#gNavi li {
		margin-left: 0;
		padding-left: 0;
		display: block;
	}
	#gNavi li::before {
		display: none;
	}
	#gNavi li a {
		padding: 1.7rem 6.2rem 1.6rem;
		display: block;
		font-size: 2rem;
		border-bottom: 1px solid #F0F0F0;
	}
	#gNavi li a::before {
		left: 4.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 10rem;
	padding: 3.9rem 0 5rem;
	border-top: 1px solid #CBCBCB;
	border-bottom: 2rem solid #589A53;
}
#gFooter .fLogo {
	margin: 0 auto 5.5rem;
	width: 19.4rem;
}
#gFooter .fNavi {
	text-align: center;
}
#gFooter .fNavi li {
	display: inline-block;
}
#gFooter .fNavi li a {
	padding: 0 2.1rem 0 3rem;
	position: relative;
	color: #111;
	font-weight: 700;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fNavi li a::before {
	position: absolute;
	top: 0.8rem;
	left: 1.7rem;
	width: 0.9rem;
	height: 0.9rem;
	background: #589A53;
	border-radius: 50%;
	content: '';
}
#gFooter .fNavi li a::after {
	position: absolute;
	top: -0.4rem;
	right: 0;
	width: 1px;
	height: 3.3rem;
	background: #F0F0F0;
	content: '';
}
#gFooter .fNavi li:last-child a::after {
	display: none;
}
#gFooter .linkBox {
	margin-top: 3.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.8rem;
}
#gFooter .linkBox > .outLink {
	margin-top: 0.5rem;
}
#gFooter .linkBox .outLink a {
	padding: 0.5rem 1.7rem 0.5rem 0;
	display: inline-block;
	font-weight: 700;
	background: url(../img/common/icon07.png) no-repeat right center / 1.5rem;
}
#gFooter .linkBox .outLink a:hover {
	opacity: 0.7;
}
#gFooter .linkBox .subBox {
	text-align: center;
}
#gFooter .linkBox .subBox .text {
	margin-bottom: -0.5rem;
	font-size: 1.2rem;
	font-weight: 500;
}
#gFooter .linkBox .sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
#gFooter .linkBox .sub .outLink a {
	padding-right: 2.5rem;
}
#gFooter .bottomBox {
	margin: 3.4rem auto 0;
	padding: 2rem 0 0;
	max-width: 140rem;
	gap: 5.2rem;
	border-top: 1px solid #F0F0F0;
}
#gFooter .bottomBox .telBox {
	padding-top: 1rem;
}
#gFooter .bottomBox .telBox a {
	margin-bottom: 0.9rem;
	display: block;
	width: 35.9rem;
}
#gFooter .bottomBox .telBox .text {
	margin-top: -0.9rem;
	padding-right: 2.8rem;
	font-size: 1.4rem;
	text-align: center;
}
#gFooter .bottomBox .link {
	width: 33.6rem;
}
#gFooter .bottomBox .link a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	min-height: 7.9rem;
	background: #19A0CF;
	border-radius: 10rem;
}
#gFooter .bottomBox .link a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox .link a .sub {
	padding: 0.5rem 0 0.5rem 4.2rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat left top calc(50% + 0.1rem) / 2.9rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 5rem;
		padding: 3.9rem 0 4.1rem;
	}
	#gFooter .fLogo {
		margin: 0 auto 2.4rem;
		width: 14.2rem;
	}
	#gFooter .fNavi {
		margin: 0 auto;
		padding: 0 2.1rem;
		max-width: 37.5rem;
		display: flex;
		flex-wrap: wrap;
		gap: 2.1rem 0;
		text-align: left;
	}
	#gFooter .fNavi li {
		display: block;
		width: 50%;
	}
	#gFooter .fNavi li a {
		padding: 0 0 0 3.4rem;
		font-size: 1.6rem;
		display: block;
	}
	#gFooter .fNavi li a::before {
		left: 2rem;
	}
	#gFooter .fNavi li:nth-child(2n) a::after {
		display: none;
	}
	#gFooter .linkBox {
		margin: 1.1rem auto 0;
		gap: 1.4rem 2.8rem;
		max-width: 37.5rem;
	}
	#gFooter .linkBox .outLink a {
		padding: 0.5rem 1.7rem 0.5rem 0;
		font-size: 1.6rem;
		font-weight: 700;
	}
	#gFooter .linkBox .subBox .text {
		margin-bottom: -0.6rem;
	}
	#gFooter .bottomBox {
		margin: 3.6rem 2.2rem 0;
		padding: 2.6rem 0 0;
		max-width: inherit;
		display: block;
	}
	#gFooter .bottomBox .telBox {
		margin-bottom: 1rem;
		padding-top: 1rem;
	}
	#gFooter .bottomBox .telBox a {
		margin: 0 auto 0.8rem;
		display: block;
		width: 27.5rem;
	}
	#gFooter .bottomBox .telBox .text {
		margin-top: 0;
		padding-right: 2.1rem;
		font-size: 1.3rem;
		text-align: center;
	}
	#gFooter .bottomBox .link {
		margin: 0 auto;
		width: 29.5rem;
	}
	#gFooter .bottomBox .link a {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 1.5rem;
	min-height: 30rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(../img/contact/page_title_img.jpg) no-repeat center center / cover;
}
.pageTitle h2 {
	color: #FFF;
	font-size: 5.2rem;
	font-weight: 700;
	text-align: center;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 0.8rem;
		min-height: 15.2rem;
		background-image: url(../img/contact/page_title_img_sp.jpg);
	}
	.pageTitle h2 {
		font-size: 3.2rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 11.2rem;
	max-width: 140.2rem;
	padding: 0 2rem;
	box-sizing: content-box;
}
#pagePath li,
#pagePath li a {
	font-size: 1.2rem;
	display: inline-block;
}
#pagePath li a {
	margin-right: 0.3rem;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 0 1.5rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 140rem;
	box-sizing: content-box;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0;
		padding: 0 2.3rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 7.9rem;
	padding-bottom: 1.7rem;
	position: relative;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
}
.headLine01::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 8rem;
	height: 0.2rem;
	background-color: #19A0CF;
	content: '';
}
.headLine01.white {
	color: #FFF;
}
.headLine01.white::before {
	background: #FFF;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3rem;
		padding-bottom: 1rem;
		font-size: 3.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5.1rem;
	padding-bottom: 1.8rem;
	color: #589A53;
	font-size: 4.8rem;
	font-weight: 700;
	border-bottom: 1px solid #589A53;
}
.headLine02.style01 {
	color: #19A0CF;
	border-color: #19A0CF;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.9rem;
		padding-bottom: 0.8rem;
		font-size: 2.8rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 5.9rem;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
}
.headLine03 .color {
	color: #589A53;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.9rem;
		font-size: 2.8rem;
		line-height: 1.44;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 4.5rem;
	padding-left: 3.4rem;
	position: relative;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.45;
}
.headLine04::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1.4rem;
	background: #589A53;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 1.7rem;
		padding-left: 2.4rem;
		font-size: 1.8rem;
		line-height: 1.67;
	}
	.headLine04::before {
		top: 0.2rem;
		bottom: -0.1rem;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	margin-top: 10rem;
}
.comContactBox .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comContactBox .inner .photoBox {
	width: 43.35%;
	order: 2;
}
.comContactBox .inner .photoBox img {
	width: 100%;
}
.comContactBox .inner .textBox {
	width: 56.65%;
}
.comContactBox .inner .textBox .subBox {
	margin: 6.5rem 0 0 auto;
	padding: 0 2rem;
	max-width: 84.8rem;
}
.comContactBox .inner .textBox h2 {
	margin-bottom: 4.4rem;
	width: 44rem;
}
.comContactBox .inner .textBox .text {
	margin-bottom: 0.4rem;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.73;
}
.comContactBox .inner .textBox .tag {
	margin-bottom: 10rem;
	padding: 0.6rem 1.2rem 0.8rem;
	width: fit-content;
	color: #FFF;
	font-size: 3.4rem;
	font-weight: 700;
	background: #589A53;
	line-height: 1.2;
}
@media all and (max-width: 896px) {
	.comContactBox {
		margin-top: 5.8rem;
	}
	.comContactBox .inner {
		display: block;
	}
	.comContactBox .inner .photoBox {
		width: auto;
	}
	.comContactBox .inner .textBox {
		width: auto;
	}
	.comContactBox .inner .textBox .subBox {
		margin: 3.8rem 0 0 auto;
		padding: 0 2rem;
		max-width: inherit;
	}
	.comContactBox .inner .textBox h2 {
		margin: 0 auto 2.3rem;
		width: auto;
		max-width: 33.4rem;
	}
	.comContactBox .inner .textBox .text {
		margin-bottom: 1.9rem;
		font-size: 2rem;
		line-height: 1.5;
		text-align: center;
	}
	.comContactBox .inner .textBox .tag {
		margin-bottom: 2.1rem;
		padding: 0.6rem 0.5rem 0.8rem;
		width: auto;
		font-size: 2.3rem;
		line-height: 1.52;
		text-align: center;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 51.6rem;
}
.comLink a {
	padding-right: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 12.6rem;
	background: #19A0CF;
	border-radius: 10rem;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 700;
	border: 0.3rem solid #FFF;
	box-sizing: border-box;
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink .sub {
	padding: 0.5rem 0 0.5rem 6.2rem;
	display: inline-block;
	background: url(../img/common/icon08.png) no-repeat left top calc(50% + 0.3rem) / 4rem;
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 auto;
		width: auto;
		max-width: 33.5rem;
	}
	.comLink a {
		padding-right: 0.5rem;
		min-height: 8.9rem;
		font-size: 1.8rem;
		border: 0.2rem solid #FFF;
	}
	.comLink .sub {
		padding: 0.5rem 0 0.5rem 4.1rem;
		display: inline-block;
		background: url(../img/common/icon08.png) no-repeat left center / 3rem;
	}
}
/*------------------------------------------------------------
	comLinkArea
------------------------------------------------------------*/
.comLinkArea {
	padding: 7rem 0 7.4rem;
	background: #589A53;
}
.comLinkArea .linkList {
	margin: 0 auto;
	max-width: 132rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}
.comLinkArea .linkList li {
	width: calc((100% - 2rem) / 2);
}
.comLinkArea .linkList li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #FFF;
	border-radius: 0 1rem 1rem 0;
}
.comLinkArea .linkList li a:hover {
	opacity: 0.7;
}
.comLinkArea .linkList li span {
	display: block;
}
.comLinkArea .linkList li .photo {
	width: 14rem;
}
.comLinkArea .linkList li .textBox {
	padding: 2rem 0 0 7.8rem;
	width: calc(100% - 14rem);
	background: url(../img/common/icon06.png) no-repeat left 2.1rem top calc(50% + 0.3rem) / 4rem;
	box-sizing: border-box;
}
.comLinkArea .linkList li .textBox .title {
	margin-top: 0.4rem;
	font-size: 3.2rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.comLinkArea {
		padding: 5rem 2.1rem;
	}
	.comLinkArea .linkList {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	.comLinkArea .linkList li {
		margin-bottom: 1rem;
		width: auto;
	}
	.comLinkArea .linkList li:last-child {
		margin-bottom: 0;
	}
	.comLinkArea .linkList li a {
		border-radius: 0 0.5rem 1rem 0;
	}
	.comLinkArea .linkList li .photo {
		width: 10rem;
		aspect-ratio: 100 / 119;
	}
	.comLinkArea .linkList li .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.comLinkArea .linkList li .textBox {
		padding: 1.1rem 3rem 0 1.1rem;
		width: calc(100% - 10rem);
		background: url(../img/common/icon06.png) no-repeat right 1rem top calc(50% - 0.1rem) / 1.6rem;
		box-sizing: border-box;
	}
	.comLinkArea .linkList li .textBox .title {
		margin: 0 0 0.4rem;
		font-size: 1.6rem;
	}
	.comLinkArea .linkList li .textBox .smallText {
		line-height: 1.71;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact {
	margin-bottom: 14.5rem;
}
.contact .topTitle {
	margin-bottom: 6.3rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.88;
	text-align: center;
}
.contact .content {
	max-width: 108.9rem;
}
.contact .tableBox table {
	margin-bottom: 7rem;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1rem;
}
.contact .tableBox th,
.contact .tableBox td {
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
	background: #F7F7F7;
}
.contact .tableBox th {
	padding: 3.7rem 3.2rem 1rem;
	width: 27.3%;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	background: #589A53;
}
.contact .must {
	margin-left: 1.9rem;
	padding: 0.1rem 0.6rem 0.2rem;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFF;
	background: #D7240B;
	border-radius: 0.5rem;
	vertical-align: 0.2rem;
}
.contact .must.any {
	background: #A8A8A8;
}
.contact .tableBox td {
	padding: 2.1rem 4rem 2rem;
}
.contact .tableBox textarea,
.contact .tableBox input[type="tel"],
.contact .tableBox input[type="text"],
.contact .tableBox input[type="email"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 1rem;
    height: 5.9rem;
    border: 1px solid #DDD;
    box-sizing: border-box;
	color: #000;
    font-size: 1.8rem;
    padding: 0 2.3rem 0.2rem;
    width: 95.6%;
    background-color: #FFF;
}
.contact .tableBox textarea {
	padding: 2.3rem;
	height: 27.6rem;
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #747474;
	opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #747474;
	opacity:1;
}
input::-moz-placeholder {
	color: #747474;
	opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #747474;
	opacity:1;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: #A0A0A0;
	opacity:1;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #A0A0A0;
	opacity:1;
}
textarea::-moz-placeholder {
	color: #A0A0A0;
	opacity:1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #A0A0A0;
	opacity:1;
}
.contact .tableBox input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
}
.contact .tableBox .chooseUl {
	margin: -0.2rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem 3rem;
}
.contact .tableBox input[type="radio"] {
	display: none;
}
.contact .tableBox input[type="radio"] ~ span {
	padding: 0.5rem 0 0.5rem 3.6rem;
	color: #111;
	font-size: 1.8rem;
    cursor: pointer;
	background: url(../img/common/icon02.png) no-repeat left center / 2.6rem;
}
.contact .tableBox input[type="radio"]:checked ~ span {
	background-image: url(../img/common/icon02_on.png);
}
.contact .tableBox .inner {
	margin: 0 auto;
	max-width: 108rem;
}
.contact .tableBox .inner .title {
	margin: 0 0 1.5rem;
	color: #111;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
}
.contact .tableBox .inner .scrollBox {
	margin-bottom: 3.5rem;
	padding: 4.4rem 7.9rem;
	height: 27.2rem;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	overflow-y: scroll;
}
.contact .tableBox .inner .scrollBox .text {
	margin-bottom: 3rem;
	font-size: 1.4rem;
	line-height: 2.14;
}
.contact .tableBox .inner .agree {
	margin-bottom: 8rem;
	text-align: center;
}
.contact .tableBox .inner .agree .must {
	margin: 0 2rem 0 0;
}
.contact .tableBox .inner .agree input[type="checkbox"] {
	display: none;
}
.contact .tableBox .inner .agree input[type="checkbox"] ~ span {
	padding: 0.5rem 0 0.5rem 3.2rem;
	color: #111;
	font-size: 1.6rem;
	font-weight: 500;
    cursor: pointer;
	background: url(../img/common/icon03.png) no-repeat left center / 2.2rem;
}
.contact .tableBox .inner .agree input[type="checkbox"]:checked ~ span {
	background-image: url(../img/common/icon03_on.png);
}
.contact .tableBox .submit {
	gap: 2rem;
}
.contact .tableBox .submit li {
	width: 37rem;
}
.contact .tableBox .submit li input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	padding: 0 2rem 0 0;
	width: 100%;
	height: 9rem;
	border-radius: 10rem;
	text-align: center;
	cursor: pointer;
	font-size: 2.4rem;
	font-weight: 400;
	color: #CBCBCB;
	letter-spacing: 0.05em;
	border: 1px solid #CBCBCB;
	pointer-events: none;
	background: #FFF url("../img/common/icon05.png") no-repeat right 6.4rem top calc(50% + 0.2rem) / 2.8rem;
	box-sizing: border-box;
}
.contact .tableBox .submit li.on input {
	color: #FFF;
	pointer-events: inherit;
	border-color: #19A0CF;
	background-color: #19A0CF;
	background-image: url("../img/common/icon05_on.png");
}
.contact .tableBox .submit li.back input {
	pointer-events: inherit;
}
.contact.thanks .text {
	margin-bottom: 5rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.contact.thanks .comLink {
	margin: 0 auto;
}
.contact.thanks .comLink a {
	min-height: 9rem;
	font-size: 2.6rem;
}
.contact.confirm .tableBox th {
	padding: 1.9rem 3.2rem 1rem;
}
.contact.confirm .tableBox td {
	padding: 2rem 4rem;
}
@media all and (min-width: 897px) {
	.contact .tableBox .submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.contact {
		margin-bottom: 5rem;
	}
	.contact .pageTitle h2 {
		font-size: 3rem;
	}
	.contact .topTitle {
		margin-bottom: 2.9rem;
		font-size: 1.8rem;
		line-height: 1.56;
		text-align: left;
	}
	.contact .tableBox table {
		margin-bottom: 2rem;
		border-collapse: collapse;
		border-spacing: inherit;
	}
	.contact .tableBox th,
	.contact .tableBox td {
		display: block;
		width: 100% !important;
	}
	.contact .tableBox th {
		padding: 0.5rem 1.9rem;
		font-size: 1.6rem;
	}
	.contact .must {
		margin-left: 1rem;
	}
	.contact .tableBox td {
		padding: 1.5rem 1rem 2.4rem;
		background: transparent;
	}
	.contact .tableBox textarea,
	.contact .tableBox input[type="tel"],
	.contact .tableBox input[type="text"],
	.contact .tableBox input[type="email"] {
		height: 4.4rem;
		border: 1px solid #F2F2F2;
		font-size: 1.4rem;
		padding: 0 1.5rem;
		width: 100%;
	}
	.contact .tableBox textarea {
		padding: 1rem 1.5rem;
		height: 17.8rem;
	}
	.contact .tableBox .chooseUl {
		margin: 0.3rem -0.4rem 0;
		display: block;
	}
	.contact .tableBox .chooseUl li:not(:last-child) {
		margin-bottom: 0.9rem;
	}
	.contact .tableBox input[type="radio"] ~ span {
		padding: 0.6rem 0 0.5rem 3rem;
		font-size: 1.4rem;
		background: url(../img/common/icon02.png) no-repeat left center / 2rem;
	}
	.contact .tableBox .inner {
		margin: 0;
		max-width: inherit;
	}
	.contact .tableBox .inner .title {
		margin: 0 0 1.9rem;
		font-size:1.8rem;
	}
	.contact .tableBox .inner .scrollBox {
		margin-bottom: 3rem;
		padding: 2.5rem 2.4rem;
		height: 20.2rem;
	}
	.contact .tableBox .inner .agree {
		margin: 0 1rem 4.5rem 2.4rem;
		text-align: left;
	}
	.contact .tableBox .inner .agree .must {
		margin: 0 0 0.3rem;
		width: fit-content;
		display: block;
	}
	.contact .tableBox .inner .agree input[type="checkbox"] ~ span {
		padding: 0.5rem 0 0.5rem 3rem;
		display: block;
		font-size: 1.4rem;
		background: url(../img/common/icon03.png) no-repeat left center / 2rem;
	}
	.contact .tableBox .submit {
		display: block;
	}
	.contact .tableBox .submit li {
		margin: 2rem auto 0;
		width: 26.9rem;
	}
	.contact .tableBox .submit li input {
		padding: 0 2rem 0 0;
		height: 6.3rem;
		font-size: 1.6rem;
		font-weight: 500;
		color: #CBCBCB;
		letter-spacing: 0;
		background: #FFF url("../img/common/icon05.png") no-repeat right 3.2rem top calc(50% + 0.1rem) / 2rem;
	}
	.contact.thanks {
		margin-bottom: 5rem;
	}
	.contact.thanks .text {
		margin-bottom: 5rem;
		font-size: 1.6rem;
		text-align: left;
	}
	.contact.thanks .comLink a {
		min-height: 7rem;
		font-size: 2rem;
	}
	.contact.confirm .tableBox th {
		padding: 0.5rem 1.9rem;
	}
	.contact.confirm .tableBox td {
		padding: 1.5rem 1rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (min-width: 897px) and (max-width: 1399px) {
	.top #gHeader .hBox {
		padding: 6.5rem 0 !important;
	}
	.top #gHeader.on .hBox {
		padding: 1.2rem 0 !important;
	}
}
@media all and (min-width: 897px) {
	.top #gHeader .hBox {
		padding: 2.2rem 0;
		max-width: 172.8rem;
	}
	.top #gHeader:not(.on) h1 {
		margin: 3rem 0 0;
		width: 19.4rem;
	}
	.top #gHeader:not(.on) h1 .sub {
		display: none;
	}
	.top #gHeader:not(.on) h1 .top {
		display: block;
	}
	.top #gHeader:not(.on) .menuBox {
		padding-bottom: 0.9rem;
		width: calc(100% - 20rem);
	}
	.top #gHeader:not(.on) #gNavi {
		margin: -0.1rem 2rem 0 0;
		padding: 2.9rem 9.9rem 2.7rem 5.4rem;
		background: #FFF;
		border-radius: 10rem;
	}
}
.top #container {
	padding-top: 0 !important;
}
.index .mainVisual .inner .textBox {
	padding-top: 31rem;
	width: calc(50% - 31.5rem);
	position: relative;
	z-index: 10;
}
.index .mainVisual .inner .textBox .subBox {
	width: 59rem;
	margin: 0 -7.3rem 0 auto;
	padding-left: 3rem;
	box-sizing: content-box;
}
.index .mainVisual .inner .textBox .text {
	margin-bottom: 1.7rem;
	padding: 0 2.5rem;
	position: relative;
	width: fit-content;
	text-align: center;
	color: #111;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.48;
}
.index .mainVisual .inner .textBox .text::before {
	position: absolute;
	top: 1.5rem;
	left: -1.8rem;
	width: 3.9rem;
	height: 5.1rem;
	background: url(../img/common/line01.png) no-repeat left top / 100%;
	content: '';
}
.index .mainVisual .inner .textBox .text::after {
	position: absolute;
	top: 2.3rem;
	right: -1.2rem;
	width: 4.2rem;
	height: 4.2rem;
	background: url(../img/common/line02.png) no-repeat left top / 100%;
	content: '';
}
.index .mainVisual .inner .textBox .title {
	margin-bottom: 2.5rem;
	font-size: 6.3rem;
	font-weight: 700;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.index .mainVisual .inner .textBox .title .big {
	margin-bottom: -2rem;
	display: block;
	color: #589A53;
	font-size: 10.7rem;
	font-weight: 900;
	letter-spacing: 0.03em;
}
.index .mainVisual .inner .textBox .tag {
	margin-bottom: 4.2rem;
	padding: 0.6rem 2.5rem 1.1rem;
	color: #FFF;
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 1.2;
	background: #589A53;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.index .mainVisual .inner .textBox .linkUl {
	gap: 1.8rem 0.8rem;
}
.index .mainVisual .inner .textBox .linkUl li {
	width: fit-content;
}
.index .mainVisual .inner .textBox .linkUl li a {
	padding: 1rem 6rem 0.9rem 3rem;
	min-height: 7.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #589A53;
	border-radius: 10rem;
	background: #FFF url(../img/common/icon06.png) no-repeat right 3.2rem top calc(50% + 0.1rem) / 2rem;
	box-sizing: border-box;
}
.index .mainVisual .inner .textBox .linkUl li a:hover {
	opacity: 0.7;
}
.index .mainVisual .inner .photoBox {
	width: calc(50% + 31.5rem);
	min-height: 108rem;
	order: 2;
	position: relative;
}
.index .mainVisual .inner .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
}
.index .mainVisual .inner .photoBox::before {
	position: absolute;
	bottom: 7.2rem;
	left: -31.4rem;
	width: 76.1rem;
	height: 49.5rem;
	background: url(../img/index/main_img02.png) no-repeat left top / 100%;
	content: '';
}
.index .topArea {
	padding-top: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 68.8rem;
	background: url(../img/index/bg01.jpg) no-repeat center center / cover;
}
.index .topArea .inner {
	margin: 0 auto;
	padding: 5.4rem 5.6rem 8.4rem;
	width: 81.1rem;
	background: #FFF;
	box-sizing: border-box;
}
.index .topArea .inner .title {
	margin-bottom: -0.5rem;
	text-align: center;
	font-size: 8rem;
	font-weight: 700;
}
.index .topArea .inner .title .sub {
	display: block;
	font-size: 4.6rem;
	font-weight: 700;
}
.index .topArea .inner .title .sub small {
	font-size: 3rem;
}
.index .topArea .inner .title .number {
	margin: 0 0.5rem 0 1rem;
	display: inline-block;
	width: 11.9rem;
	vertical-align: -2.2rem;
}
.index .topArea .inner .tag {
	margin-bottom: 2.7rem;
	padding: 0.7rem 1rem;
	color: #111;
	font-size: 2.8rem;
	font-weight: 700;
	background: #FCE833;
	text-align: center;
}
.index .topArea .inner .text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.78;
	letter-spacing: -0.01em;
}
.index .comLinkArea {
	padding: 10rem 0;
}
.index .reason {
	padding: 14rem 0 15.1rem;
	background: url(../img/index/bg02.png) no-repeat center center / cover;
}
.index .reason h2 {
	margin: 0 auto 22.8rem;
	padding: 0 12.2rem 0 6.8rem;
	position: relative;
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.index .reason h2::before {
	position: absolute;
	top: 5.4rem;
	left: 0;
	width: 4.4rem;
	height: 12.4rem;
	background: url(../img/index/reason_line01.png) no-repeat left top / 100%;
	content: '';
}
.index .reason h2::after {
	position: absolute;
	top: 7.7rem;
	right: -0.1rem;
	width: 4.8rem;
	height: 10.2rem;
	background: url(../img/index/reason_line02.png) no-repeat left top / 100%;
	content: '';
}
.index .reason h2 .number {
	width: 40.6rem;
}
.index .reason h2 .sub {
	padding: 1.6rem 0 0 0.8rem;
	font-size: 3.4rem;
	font-weight: 700;
}
.index .reason h2 .sub .big {
	margin-top: 0.1rem;
	display: block;
	font-size: 7.8rem;
	font-weight: 700;
}
.index .reason .imgBox {
	margin-bottom: 19.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.index .reason .imgBox .textBox {
	width: calc(100% - 79rem);
}
.index .reason .imgBox .textBox h3 {
	margin-bottom: 5.3rem;
	position: relative;
	font-size: 5rem;
	font-weight: 700;
	z-index: 1;
}
.index .reason .imgBox .textBox h3 .number {
	position: absolute;
	top: -9.9rem;
	right: -7.8rem;
	width: 21.9rem;
	z-index: -1;
}
.index .reason .imgBox .textBox .text {
	margin-bottom: 3.5rem;
	line-height: 2.19;
}
.index .reason .imgBox .textBox .text:last-child {
	margin-bottom: 0;
}
.index .reason .imgBox .photoBox {
	margin-right: -2.6rem;
	width: 74.9rem;
	order: 2;
	position: relative;
}
.index .reason .imgBox .photoBox::before {
	position: absolute;
	bottom: -10.9rem;
	right: -4rem;
	width: 29.1rem;
	height: 26.6rem;
	background: url(../img/index/reason_img01.png) no-repeat left top / 100%;
	content: '';
}
.index .reason .imgBox.reserve .textBox {
	padding-right: 3.5rem;
	width: calc(100% - 75.6rem);
	box-sizing: border-box;
}
.index .reason .imgBox.reserve .textBox h3 .number {
	top: -10.3rem;
    right: -4.4rem;
}
.index .reason .imgBox.reserve .photoBox {
	margin: 0 0 0 -4rem;
	order: inherit;
}
.index .reason .imgBox.reserve .photoBox::before {
	bottom: -4.5rem;
	right: auto;
	left: 0;
	background-image: url(../img/index/reason_img02.png);
}
.index .reason .imgBox.style01 {
	margin: -11rem 0 0;
}
.index .reason .imgBox.style01 .textBox h3 {
	margin-right: -15rem;
}
.index .reason .imgBox.style01 .textBox h3 .number {
	top: -9.3rem;
	right: 13.7rem;
}
.index .reason .imgBox.style01 .photoBox {
	margin: -3.6rem -3.8rem 0 0;
}
.index .reason .imgBox.style01 .photoBox::before {
	bottom: -6.8rem;
    right: -2.9rem;
}
.index .case {
	padding: 9.8rem 0 8.9rem;
	background: #589A53 url(../img/index/case_bg01.png) no-repeat left calc(50% - 5.3rem) top 11.7rem / 202.6rem;
}
.index .case .headLine01 {
	font-size: 6.8rem;
}
.index .case .photoList {
	gap: 3.3rem;
}
.index .case .photoList li {
	width: calc((100% - 6.6rem) / 3);
	background: #FFF;
}
.index .case .photoList li .textBox {
	padding: 3rem 4.2rem 3.5rem;
}
.index .case .photoList li .textBox .title {
	margin-bottom: 1.9rem;
	color: #111;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.54;
}
.index .case .photoList li .textBox .subTitle {
	margin-bottom: 0.8rem;
	color: #111;
	font-size: 1.8rem;
	font-weight: 700;
}
.index .case .photoList li .textBox .tag {
	margin-bottom: 2rem;
	padding: 0.5rem 1rem 0.4rem;
	width: fit-content;
	color: #FFF;
	/*font-size: 1.4rem;*/
	font-size: 1.6rem;
	background: #589A53;
	border-radius: 10rem;
}
.index .case .photoList li .textBox .smallText {
	margin-bottom: 1.6rem;
	padding: 0 1.3rem 0.4rem;
	font-size: 1.2rem;
	border-bottom: 1px solid #CBCBCB;
}
.index .case .photoList li .textBox .text {
	font-size: 1.4rem;
	line-height: 2.14;
}
@media all and (min-width: 897px) and (max-width: 1600px) {
	.index .reason .imgBox .photoBox {
		margin: 0 !important;
		width: 50% !important;
	}
	.index .reason .imgBox .photoBox::before {
		right: 0 !important;
		width: 20rem;
	}
	.index .reason .imgBox .textBox {
		width: 48% !important;
	}
	.index .case .photoList {
		gap: 2rem;
	}
	.index .case .photoList li {
		width: calc((100% - 4rem) / 3);
	}
}
@media all and (max-width: 896px) {
	.top #container {
		padding-top: 6rem !important;
	}
	.top #gHeader {
		background: #FFF;
	}
	.index .mainVisual {
		margin-bottom: 2rem;
	}
	.index .mainVisual .inner {
		display: block;
	}
	.index .mainVisual .inner .textBox {
		padding-top: 0;
		width: auto;
	}
	.index .mainVisual .inner .textBox .subBox {
		width: auto;
		margin: 0;
		padding-left: 0;
	}
	.index .mainVisual .inner .textBox .text {
		margin: 0 auto -1rem;
		padding: 0 2.2rem;
		font-size: 1.6rem;
		line-height: 1.81;
	}
	.index .mainVisual .inner .textBox .text::before {
		top: 0.7rem;
		left: 0;
		width: 2.4rem;
		height: 4.9rem;
		background-image: url(../img/common/line01_sp.png);
	}
	.index .mainVisual .inner .textBox .text::after {
		top: 0.7rem;
		right: 0.8rem;
		width: 2.4rem;
		height: 4.9rem;
		background-image: url(../img/common/line02_sp.png);
	}
	.index .mainVisual .inner .textBox .title {
		margin-bottom: 0.3rem;
		font-size: 3.3rem;
		text-align: center;
	}
	.index .mainVisual .inner .textBox .title .big {
		margin-bottom: -0.8rem;
		font-size: 5.6rem;
	}
	.index .mainVisual .inner .textBox .tag {
		margin: 0 auto 2rem;
		padding: 0.3rem 1.5rem 0.2rem;
		width: fit-content;
		font-size: 2rem;
	}
	.index .mainVisual .inner .textBox .linkUl {
		padding: 0 2rem;
		gap: 1rem 0;
		justify-content: space-between;
	}
	.index .mainVisual .inner .textBox .linkUl li {
		width: calc((100% - 1.5rem) / 2);
	}
	.index .mainVisual .inner .textBox .linkUl li a {
		padding: 0.2rem;
		min-height: 5.1rem;
		font-size: 1.4rem;
		background: #FFF;
		line-height: 1.35;
	}
	.index .mainVisual .inner .textBox .linkUl li a .sub {
		padding: 0.3rem 2.5rem 0.2rem 0;
		display: inline-block;
		background: url(../img/common/icon06.png) no-repeat right center / 1.5rem;

	}
	.index .mainVisual .inner .photoBox {
		margin: 0 0 0.6rem;
		padding-left: 10.1rem;
		width: auto;
		min-height: inherit;
	}
	.index .mainVisual .inner .photoBox::before {
		bottom: 4.8vw;
		left: 5.3vw;
		width: 53.6vw;
		height: 29.6vw;
		background-image: url(../img/index/main_img02_sp.png);
	}
	.index .topArea {
		padding: 8rem 0;
		min-height: inherit;
		background-image: url(../img/index/bg01_sp.jpg);
	}
	.index .topArea .inner {
		margin: 0 2rem;
		padding: 3rem 2rem 2.6rem;
		width: auto;
	}
	.index .topArea .inner .title {
		margin-bottom: 0.9rem;
		font-size: 3rem;
	}
	.index .topArea .inner .title .sub {
		margin-bottom: 0.7rem;
		font-size: 2rem;
	}
	.index .topArea .inner .title .sub small {
		margin-left: 0.5rem;
		font-size: 1.8rem;
	}
	.index .topArea .inner .title .number {
		width: 5.4rem;
		vertical-align: -0.6rem;
	}
	.index .topArea .inner .tag {
		margin-bottom: 0.2rem;
		padding: 1.5rem 1rem 1.3rem;
		font-size: 1.6rem;
	}
	.index .topArea .inner .text {
		font-size: 1.6rem;
		line-height: 2;
	}
	.index .comLinkArea {
		padding: 5rem 2.1rem;
	}
	.index .reason {
		padding: 4.4rem 0 8.4rem;
		background-image: url(../img/index/bg02_sp.png);
	}
	.index .reason h2 {
		margin: 0 auto 3.3rem;
		padding: 6.2rem 2rem 0;
		background: url(../img/index/reason_img03.png) no-repeat center top / 10rem;
	}
	.index .reason h2::before {
		top: 5rem;
		left: -1.6rem;
		width: 2.7rem;
		height: 10.6rem;
		background: url(../img/index/reason_line01_sp.png) no-repeat left top / 100%;
	}
	.index .reason h2::after {
		top: 5rem;
		right: -1.3rem;
		width: 2.7rem;
		height: 10.6rem;
		background: url(../img/index/reason_line02_sp.png) no-repeat left top / 100%;
	}
	.index .reason h2 .number {
		width: 6rem;
	}
	.index .reason h2 .sub {
		padding: 0.2rem 0 0 1rem;
		width: calc(100% - 6rem);
		font-size: 2.2rem;
	}
	.index .reason h2 .sub .big {
		margin-top: -0.2rem;
		font-size: 3.8rem;
	}
	.index .reason .imgBox {
		margin-bottom: 5.5rem;
		display: block;
	}
	.index .reason .imgBox .textBox {
		margin: 0 -0.3rem;
		width: auto;
	}
	.index .reason .imgBox .textBox h3 {
		margin-bottom: 2.3rem;
		font-size: 2.4rem;
	}
	.index .reason .imgBox .textBox h3 .number {
		top: -4.5rem;
		right: -1.6rem;
		width: 10.9rem;
	}
	.index .reason .imgBox .textBox .text {
		margin-bottom: 2.8rem;
		line-height: 2;
	}
	.index .reason .imgBox .photoBox {
		margin: 0 1.2rem 21.8vw -0.3rem !important;
		width: auto !important;
	}
	.index .reason .imgBox .photoBox img {
		width: 100%;
	}
	.index .reason .imgBox .photoBox::before {
		bottom: -11.7vw;
		right: auto;
		left: -0.8vw;
		width: 33vw;
		height: 32vw;
	}
	.index .reason .imgBox.reserve .textBox {
		padding-right: 0 !important;
		width: auto !important;
		box-sizing: border-box;
	}
	.index .reason .imgBox.reserve .textBox h3 .number {
		top: -4.6rem;
		right: 0.2rem;
		width: 11.5rem;
	}
	.index .reason .imgBox.reserve .photoBox {
		margin: 0 -0.7rem 17.6vw -0.3rem !important;
	}
	.index .reason .imgBox.reserve .photoBox::before {
		bottom: -5vw;
		right: auto;
		left: 0;
		width: 34.9vw;
		height: 32vw;
	}
	.index .reason .imgBox.style01 {
		margin: 0 0 0;
	}
	.index .reason .imgBox.style01 .textBox h3 {
		margin-right: -2rem;
		letter-spacing: -0.07em;
	}
	.index .reason .imgBox.style01 .textBox h3 .number {
		top: -4.7rem;
        right: 2.3rem;
		width: 11.6rem;
	}
	.index .reason .imgBox.style01 .photoBox {
		margin: 0 1.1rem 14.6vw 1.7rem !important;
	}
	.index .reason .imgBox.style01 .photoBox::before {
		bottom: -5.6vw;
		left: -2.4vw;
		width: 31.4vw !important;
	}
	.index .case {
		padding: 3.9rem 0 2.1rem;
		background: #589A53 url(../img/index/case_bg01_sp.png) no-repeat center top 2.4rem / 43.6rem;
	}
	.index .case .headLine01 {
		font-size: 4rem;
	}
	.index .case .photoList {
		margin: 0 -0.3rem;
		display: block;
	}
	.index .case .photoList li {
		margin-bottom: 2rem;
		width: auto;
	}
	.index .case .photoList li .photoBox {
		aspect-ratio: 335 / 205;
	}
	.index .case .photoList li .photoBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index .case .photoList li .textBox {
		padding: 2.2rem 2rem 4.4rem;
	}
	.index .case .photoList li .textBox .text {
		line-height: 2;
	}
	.index .comContactBox {
		margin-bottom: -2.9rem;
	}
	.index .case .photoList li .textBox .tag {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
.service .pageTitle {
	background-image: url(../img/service/page_title_img.jpg);
}
.service #pagePath {
	margin-bottom: 1.8rem;
}
.service .outBox {
	margin-bottom: 9.4rem;
	padding: 5.8rem 0 6rem;
	background: #F0F0F0;
}
.service .anchorList {
	margin: 0 auto;
	max-width: 140rem;
	padding: 0 2rem;
	gap: 1.4rem;
	box-sizing: content-box;
}
.service .anchorList li {
	width: calc((100% - 4.2rem) / 4);
}
.service .anchorList li a {
	padding: 1rem 2.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 10rem;
	background: #589A53 url(../img/common/icon09.png) no-repeat right 2rem center / 1.6rem;
	border-radius: 1rem;
	color: #FFF;
	font-size: 2.7rem;
	font-weight: 700;
}
.service .anchorList li a:hover {
	opacity: 0.7;
}
.service .link {
	margin-top: 4.2rem;
	width: 37rem;
}
.service .link a {
	padding: 0.3rem 0 0 1.7rem;
	min-height: 9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	border: 1px solid #589A53;
	border-radius: 10rem;
	box-sizing: border-box;
	background-color: #FFF;
}
.service .link a:hover {
	opacity: 0.7;
}
.service .link a .sub {
	padding: 0.5rem 4.4rem 0.5rem 0;
	background: url(../img/common/icon10.png) no-repeat right top calc(50% + 0.1rem) / 2.8rem;
}
.service .link.style01 a {
	border-color: #19A0CF;
}
.service .link.style01 a .sub {
	background-image: url(../img/common/icon11.png);
}
.service .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.service .imgBox .photo {
	width: calc(50% - 5rem);
}
.service .imgBox .photo img {
	width: 100%;
	border-radius: 0 0 10rem 0;
}
.service .imgBox .textBox {
	width: calc(50% + 5rem);
}
.service .imgBox .textBox .subBox {
	margin: -0.1rem auto 0 9rem;
	padding-right: 2rem;
	max-width: 66.2rem;
	box-sizing: content-box;
}
.service .imgBox .textBox h4 {
	margin-bottom: 4.5rem;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.45;
}
.service .imgBox .textBox .text {
	line-height: 2.19;
}
.service .imgBox.reverse .photo {
	order: 2;
}
.service .imgBox.reverse .photo img {
	border-radius: 0 0 0 10rem;
}
.service .imgBox.reverse .textBox .subBox {
	margin: -0.1rem 9rem 0 auto;
	padding: 0 0 0 2rem;
}
.service .h4Title {
	margin: 0 auto 4.8rem;
	padding: 0 6rem 0 5.2rem;
	position: relative;
	width: fit-content;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
}
.service .h4Title::before {
	position: absolute;
	top: 1.6rem;
	left: 0;
	width: 4.4rem;
	height: 6.4rem;
	background: url(../img/service/management_line01.png) no-repeat left top / 100%;
	content: '';
}
.service .h4Title::after {
	position: absolute;
	top: 1.6rem;
	right: 0;
	width: 5rem;
	height: 6.4rem;
	background: url(../img/service/management_line02.png) no-repeat left top / 100%;
	content: '';
}
.service .h4Title .big {
	color: #589A53;
	font-size: 4.3rem;
}
.service .brokerage {
	margin-bottom: 4.6rem;
}
.service .income {
	margin-bottom: 9.1rem;
	padding: 12rem 0 12.1rem;
	background: #F7F7F7;
}
.service .management {
	margin-bottom: 9.7rem;
}
.service .management .imgBox {
	margin-bottom: 16.4rem;
}
.service .management .photoList {
	padding-right: 0.5rem;
	gap: 3.4rem 5rem;
}
.service .management .photoList li {
	width: calc((100% - 15rem) / 4);
}
.service .management .photoList li .photo {
	margin-bottom: 2.4rem;
}
.service .management .photoList li .title {
	margin-bottom: 1.8rem;
	color: #111;
	font-size: 2.8rem;
	font-weight: 500;
}
.service .management .photoList li .text {
	color: #111;
	line-height: 1.75;
}
.service .management .link {
	margin: 9.5rem auto 0;
}
.service .consultant {
	padding: 12.7rem 0 11.2rem;
	background: #F7F7F7;
}
.service .consultant .imgBox {
	margin-bottom: 10.5rem;
}
.service .consultant .subTitle {
	margin: -2.3rem 0 5.9rem;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
.service .consultant .subTitle small {
	margin-left: 0.5rem;
	font-size: 1.4rem;
	vertical-align: -0.3rem;
}
.service .consultant .photoList {
	gap: 7rem;
}
.service .consultant .photoList li {
	width: calc((100% - 14rem) / 3);
}
.service .consultant .photoList li .photo {
	margin-bottom: 2.5rem;
}
.service .consultant .photoList li .title {
	margin-bottom: 1.8rem;
	color: #111;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.36;
	text-align: center;
}
.service .consultant .photoList li .text {
	color: #111;
	line-height: 1.75;
}
.service .consultant .linkUl {
	margin-top: 5.9rem;
	gap: 6rem;
}
.service .consultant .linkUl .link {
	margin-top: 0;
}
.service .comContactBox {
	margin-bottom: 9.9rem;
}
@media all and (max-width: 896px) {
	.service .pageTitle {
		min-height: 16rem;
		background-image: url(../img/service/page_title_img_sp.jpg);
	}
	.service #pagePath {
		margin-bottom: 0.8rem;
	}
	.service .outBox {
		margin-bottom: 3.1rem;
		padding: 3rem 0;
	}
	.service .anchorList {
		margin: 0;
		max-width: inherit;
		gap: 1rem 0.5rem;
	}
	.service .anchorList li {
		width: calc((100% - 0.5rem) / 2);
	}
	.service .anchorList li a {
		padding: 1rem 1rem 3rem;
		min-height: 7rem;
		justify-content: center;
		background: #589A53 url(../img/common/icon09_sp.png) no-repeat center bottom 1.5rem / 1.6rem;
		font-size: 1.4rem;
	}
	.service .link {
		margin: 2.6rem auto 0;
		width: auto;
		max-width: 29.5rem;
	}
	.service .link a {
		padding: 0.3rem 0 0 0.2rem;
		min-height: 6rem;
		font-size: 1.6rem;
	}
	.service .link a .sub {
		padding: 0.5rem 4.7rem 0.5rem 0;
		background: url(../img/common/icon10.png) no-repeat right top calc(50% - 0.2rem) / 2.8rem;
	}
	.service .imgBox {
		display: block;
	}
	.service .imgBox .photo {
		margin: 0 2rem 3rem 0;
		width: auto;
	}
	.service .imgBox .photo img {
		width: 100%;
		border-radius: 0 0 5rem 0;
	}
	.service .imgBox .textBox {
		padding: 0 2rem;
		width: auto;
	}
	.service .imgBox .textBox .subBox {
		margin: 0 !important;
		padding: 0 !important;
		max-width: inherit !important;
	}
	.service .imgBox .textBox h4 {
		margin-bottom: 2.4rem;
		font-size: 2.6rem;
		line-height: 1.54;
	}
	.service .imgBox .textBox .text {
		line-height: 2;
	}
	.service .imgBox.reverse .photo {
		margin: 0 0 3rem 2rem;
	}
	.service .imgBox.reverse .photo img {
		border-radius: 0 0 0 5rem;
	}
	.service .h4Title {
		margin: 0 auto 2.1rem;
		padding: 0 2rem;
		font-size: 2.4rem;
		line-height: 1.45;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
		letter-spacing: 0.04em;
	}
	.service .h4Title::before {
		top: 1rem;
		left: -1rem;
		width: 2.2rem;
		height: 6.5rem;
		background-image: url(../img/service/management_line01_sp.png);
	}
	.service .h4Title::after {
		top: 1rem;
		right: -1rem;
		width: 2.2rem;
		height: 6.5rem;
		background-image: url(../img/service/management_line02_sp.png);
	}
	.service .h4Title .big {
		font-size: 2.8rem;
	}
	.service .brokerage {
		margin-bottom: 5rem;
	}
	.service .income {
		margin-bottom: 5.1rem;
		padding: 5rem 0;
	}
	.service .management {
		margin-bottom: 5rem;
	}
	.service .management .imgBox {
		margin-bottom: 7.7rem;
	}
	.service .management .photoList {
		margin: 0 -0.3rem;
		padding-right: 0;
		gap: 5.1rem 1.5rem;
	}
	.service .management .photoList li {
		width: calc((100% - 1.5rem) / 2);
	}
	.service .management .photoList li .photo {
		margin-bottom: 1rem;
	}
	.service .management .photoList li .photo img {
		width: 100%;
	}
	.service .management .photoList li .title {
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
	}
	.service .management .photoList li .text {
		line-height: 2;
	}
	.service .management .link {
		margin: 5rem auto 0;
	}
	.service .consultant {
		padding: 5rem 0 0;
	}
	.service .consultant .imgBox {
		margin-bottom: 5rem;
	}
	.service .consultant .inner {
		margin: 0 -2.3rem;
		padding: 5.1rem 2rem 0;
		background-color: #FFF;
	}
	.service .consultant .h4Title {
		letter-spacing: 0.07em;
	}
	.service .consultant .h4Title .big {
		letter-spacing: 0.08em;
	}
	.service .consultant .h4Title::before {
		top: 4.4rem;
        left: -1.8rem;
	}
	.service .consultant .h4Title::after {
		top: 4.4rem;
        right: -1.7rem;
	}
	.service .consultant .subTitle {
		margin: -1rem 0 1.5rem;
		font-size: 1.8rem;
		line-height: 1.67;
	}
	.service .consultant .photoList {
		display: block;
	}
	.service .consultant .photoList li {
		margin-bottom: 1.8rem;
		width: auto;
	}
	.service .consultant .photoList li .photo {
		margin-bottom: 1.2rem;
	}
	.service .consultant .photoList li .photo img {
		width: 100%;
	}
	.service .consultant .photoList li .title {
		margin-bottom: 0.8rem;
		font-size: 2rem;
		line-height: 1.4;
	}
	.service .consultant .photoList li .text {
		font-size: 1.6rem;
	}
	.service .consultant .linkUl {
		margin-top: 4.8rem;
		display: block;
	}
	.service .consultant .linkUl li {
		margin-bottom: 2rem;
	}
	.service .consultant .linkUl li:last-child {
		margin-bottom: 0;
	}
	.service .comContactBox {
		margin: 5rem 0;
	}
}
/*------------------------------------------------------------
	investor
------------------------------------------------------------*/
.investor .pageTitle {
	background-image: url(../img/investor/page_title_img.jpg);
}
.investor #pagePath {
	margin-bottom: 1.8rem;
}
.investor .textList {
	gap: 9.3rem 0;
}
.investor .textList li {
	width: calc((100% - 10rem) / 2);
}
.investor .textList li .text {
	line-height: 2.19;
}
.investor .income {
	padding: 9.1rem 0 13.4rem;
	background: url(../img/investor/income_bg01.jpg) no-repeat center center / cover;
}
.investor .income .inner {
	padding: 8rem 7.1rem 7.3rem;
	background: #FFF;
}
.investor .purchase {
	padding: 11.4rem 0 9rem;
}
.investor .purchase .photo {
	margin: 0 auto 14rem;
	max-width: 139.9rem;
}
.investor .purchase .textList {
	padding: 0 7.1rem;
}
.investor .business {
	margin-bottom: 21.6rem;
	padding: 6.2rem 0 12rem;
	background: #FCE833;
	border-radius: 3rem;
}
.investor .business .inner {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 109rem;
	box-sizing: content-box;
}
.investor .business .inner h3 {
	margin-bottom: 6.3rem;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
}
.investor .business .inner h3 .tag {
	margin: 0 auto 1.1rem;
	padding: 0.9rem 3rem 0.7rem;
	display: block;
	width: fit-content;
	font-size: 2rem;
	font-weight: 700;
	background: #FFF;
	border-radius: 10rem;
}
.investor .business .inner .photoList {
	gap: 5.7rem 5rem;
}
.investor .business .inner .photoList li {
	padding: 0.1rem 0 2rem;
	width: calc((100% - 15rem) / 4);
	background: #FFF;
}
.investor .business .inner .photoList li .photo {
	margin: 0 auto -0.8rem;
	width: 18.5rem;
}
.investor .business .inner .photoList li .text {
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
.investor .achieve {
	padding: 9.9rem 0 11.2rem;
	position: relative;
	background: #19A0CF;
}
.investor .achieve::before {
	position: absolute;
	top: -15rem;
	left: 0;
	width: 100%;
	height: 20rem;
	background: url(../img/investor/achieve_bg01.png) no-repeat center top / 100% 100%;
	content: '';
}
.investor .achieve .headLine01 {
	margin-bottom: 5.2rem;
	padding-bottom: 2rem;
}
.investor .achieve .headLine01::before {
	background: #FCE833;
}
.investor .achieve .textUl li {
	padding: 6rem 6rem 5.4rem;
	width: calc((100% - 8rem) / 2);
	background: #FFF;
	border-radius: 3rem;
	box-sizing: border-box;
}
.investor .achieve .textUl li .title {
	margin-bottom: 4.5rem;
	color: #589A53;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.45;
}
.investor .achieve .textUl li .text {
	color: #111;
	line-height: 2.19;
}
.investor .comContactBox {
	margin-bottom: 10rem;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	.investor .achieve .textUl li {
		padding: 6rem 4rem 5.4rem;
	}
}
@media all and (max-width: 896px) {
	.investor .pageTitle {
		min-height: 16rem;
		background-image: url(../img/investor/page_title_img_sp.jpg);
	}
	.investor #pagePath {
		margin-bottom: 0.8rem;
	}
	.investor .content {
		padding: 0 2rem
	}
	.investor .textList {
		display: block;
	}
	.investor .textList li {
		margin-bottom: 5.4rem;
		width: auto;
	}
	.investor .textList li:last-child {
		margin-bottom: 0;
	}
	.investor .textList li .text {
		line-height: 2;
	}
	.investor .income {
		padding: 1.5rem 0 6rem;
		background: url(../img/investor/income_bg01.jpg) no-repeat center center / cover;
	}
	.investor .income .inner {
		padding: 3.8rem 2rem 4.6rem;
	}
	.investor .purchase {
		padding: 4.9rem 0 4.6rem;
	}
	.investor .purchase .headLine03 {
		line-height: 1.5;
	}
	.investor .purchase .photo {
		margin: 0 -2rem 2.8rem;
		max-width: inherit;
	}
	.investor .purchase .photo img {
		width: 100%;
	}
	.investor .purchase .textList {
		padding: 0;
	}
	.investor .business {
		margin-bottom: 8rem;
		padding: 4rem 0 4.1rem;
		border-radius: 2rem;
	}
	.investor .business .inner {
		margin: 0;
		padding: 0 2rem;
		max-width: inherit;
	}
	.investor .business .inner h3 {
		margin-bottom: 2.3rem;
		font-size: 3.6rem;
		line-height: 1.33;
	}
	.investor .business .inner h3 .tag {
		margin: 0 auto 0.7rem;
		padding: 1rem 3rem 0.8rem;
		width: auto;
		max-width: 29.5rem;
		line-height: 1.4;
	}
	.investor .business .inner .photoList {
		gap: 1.1rem 0;
		justify-content: space-between;
	}
	.investor .business .inner .photoList li {
		padding: 0.8rem 0 1.7rem;
		width: calc((100% - 1.5rem) / 2);
	}
	.investor .business .inner .photoList li .photo {
		margin: 0 auto 1rem;
		width: 10.1rem;
	}
	.investor .business .inner .photoList li .text {
		font-size: 1.6rem;
	}
	.investor .achieve {
		padding: 3.1rem 0 3.2rem;
	}
	.investor .achieve::before {
		top: -5rem;
		height: 8rem;
		background-image: url(../img/investor/achieve_bg01_sp.png);
	}
	.investor .achieve .headLine01 {
		margin-bottom: 1.9rem;
	}
	.investor .achieve .textUl {
		display: block;
	}
	.investor .achieve .textUl li {
		margin-bottom: 2rem;
		padding: 1.9rem 2rem 1.6rem;
		width: auto;
		border-radius: 2rem;
	}
	.investor .achieve .textUl li .title {
		margin-bottom: 1.4rem;
		font-size: 2rem;
		line-height: 1.6;
		text-align: center;
	}
	.investor .achieve .textUl li .text {
		line-height: 2;
	}
	.investor .comContactBox {
		margin: 5rem 0 5.1rem;
	}
}

/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.company .pageTitle {
	background-image: url(../img/company/page_title_img.jpg);
}
.company #pagePath {
	margin-bottom: 1.8rem;
}
.company .mission {
	margin-bottom: 4rem;
	padding: 13.3rem 0 13.6rem;
	background: url(../img/company/mission_bg01.png) no-repeat center center / cover;
}
.company .mission .enImg {
	margin: 0 auto;
	max-width: 79.5rem;
}
.company .mission .headLine03 {
	margin: -7.1rem 0 7.8rem;
	line-height: 1.65;
}
.company .mission .headLine03 .sub {
	margin-bottom: 2.4rem;
	display: block;
	font-size: 2.8rem;
	line-height: 1.5;
}
.company .mission .imgBox {
	margin: 0 auto;
	max-width: 116.2rem;
	position: relative;
}
.company .mission .imgBox::after {
	margin: -16.6rem -16.9rem 0 auto;
	width: 58rem;
	height: 37.7rem;
	background: url(../img/company/mission_img01.png) no-repeat left top / 100%;
	content: '';
}
.company .mission .imgBox .photo {
	width: 34.7rem;
}
.company .mission .imgBox .textBox {
	margin-top: -0.6rem;
	width: calc(100% - 43.2rem);
}
.company .mission .imgBox .textBox .text {
	margin-bottom: 3.4rem;
	color: #111;
	font-size: 2rem;
	line-height: 2;
}
.company .mission .imgBox .textBox .name {
	font-size: 2.8rem;
}
.company .mission .imgBox .textBox .name small {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 2rem;
}
.company .staff {
	padding: 4.4rem 0 7.7rem;
	position: relative;
	background: #589A53;
}
.company .staff::before {
	position: absolute;
	top: -15rem;
	left: 0;
	width: 100%;
	height: 20rem;
	background: url(../img/company/staff_bg01.png) no-repeat center top / 100% 100%;
	content: '';
}
.company .staff .headLine01 {
	margin-bottom: -0.1rem;
	padding-bottom: 2rem;
}
.company .staff .headLine01::before {
	background: #FCE833;
}
.company .staff .staffList {
	display: flex;
	flex-wrap: wrap;
	gap: 7rem;
}
.company .staff .staffList li {
	width: calc((100% - 14rem) / 3);
}
.company .staff .staffList li:nth-child(2n) {
	margin-top: 7.2rem;
}
.company .staff .staffList li .textBox {
	margin-bottom: 4.8rem;
	padding: 2.9rem 3rem 2.8rem;
	background: #FFF;
	border-radius: 1rem;
	position: relative;
}
.company .staff .staffList li .textBox::before {
	position: absolute;
	bottom: -1.8rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2.7rem;
	height: 2rem;
	background: #FFF;
	clip-path: polygon(0 0,100% 0,50% 100%);
	content: '';
}
.company .staff .staffList li .textBox .name {
	margin: 0 auto 3.7rem;
	padding-bottom: 2rem;
	max-width: 30rem;
	color: #111;
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #99B796;
}
.company .staff .staffList li .textBox .name small {
	margin-top: -0.1rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
}
.company .staff .staffList li .textBox .subBox .text {
	margin-bottom: 2.8rem;
	color: #111;
	line-height: 1.75;
}
.company .staff .staffList li .textBox .subBox .text:last-child {
	margin-bottom: 0;
}
.company .staff .staffList li .photo {
	margin: 0 auto;
	max-width: 30.6rem;
}
.company .outline {
	padding: 9.4rem 0 5.7rem;
}
.company .outline .headLine01 {
	margin-bottom: 4.6rem;
	padding-bottom: 2rem;
}
.company .outline .content {
	max-width: 129rem;
}
.company .outline .inner .tableBox {
	width: calc((100% - 5.3rem) / 2);
}
.company .outline .inner .tableBox.spec {
	order: 2;
}
.company .outline .inner .tableBox table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0.3rem;
}
.company .outline .inner .tableBox th,
.company .outline .inner .tableBox td {
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
	line-height: 1.67;
}
.company .outline .inner .tableBox th {
	padding: 1.4rem 2.7rem;
	width: 27.6%;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	background: #589A53;
}
.company .outline .inner .tableBox td {
	padding: 1.9rem 0 1.6rem 3rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 400;
}
.company .outline .inner .tableBox td::before {
	position: absolute;
	bottom: -0.3rem;
	left: 1rem;
	right: 1.7rem;
	height: 1px;
	background: #589A53;
	content: '';
}
.company .outline .inner .tableBox tr:last-child td::before {
	display: none;
}
.company .history {
	padding: 10.3rem 0 4.5rem;
	background: url(../img/company/history_bg01.jpg) no-repeat center center / cover;
}
.company .history .content {
	max-width: 113.4rem;
}
.company .history .headLine01 {
	margin-bottom: 4.7rem;
	padding-bottom: 2rem;
}
.company .history .dlBox {
	padding: 9.1rem 0 0;
	position: relative;
}
.company .history .dlBox::before {
	margin-left: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	bottom: 0;
	background: #08713A;
	content: '';
}
.company .history .dlBox::after {
	margin-left: 1px;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 1px;
	height: 4.5rem;
	background: url(../img/company/line01.png) no-repeat center bottom / 1px;
	content: '';
}
.company .history .historyDl {
	position: relative;
	margin: 50px;
}
.company .history .historyDl:not(:first-child) {
	margin-top: -1.5rem;
}
.company .history .historyDl dt {
	max-width: 12rem;
	width: 100%;
	position: absolute;
	top: -0.6rem;
	left: 50%;
	transform: translateX(-50%);
}
.company .history .historyDl dt .year span.wareki {
	font-size: 12px;
	margin-top: -35%;
}
.company .history .historyDl dt .year {
	margin-left: auto;
	padding-bottom: 0.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 10rem;
	height: 8rem;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	text-align: center;
	background: url(../img/company/history_bg02.png) no-repeat center top / 100%;
}
.company .history .historyDl:nth-child(2n) dt .year {
	margin: 0 auto 0 0.4rem;
}
.company .history .historyDl dd {
	padding: 1.7rem 2.4rem 2.4rem;
	width: 44.6rem;
	position: relative;
	background: #FFF;
	font-size: 1.4rem;
	line-height: 2;
	box-sizing: border-box;
}
.company .history .historyDl dd::before {
	margin-top: 0.3rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1.6rem;
	width: 1.8rem;
	height: 3.4rem;
	background: #FFF;
	clip-path: polygon(0 0,100% 50%,0 100%);
	content: '';
}
.company .history .historyDl:nth-child(2n) dd {
	margin-left: auto;
}
.company .history .historyDl:nth-child(2n) dd::before {
	margin-top: 0;
	right: auto;
	left: -1.6rem;
	clip-path: polygon(0 50%,100% 0,100% 100%);
}
.company .comContactBox {
	margin: 9.2rem 0 10rem;
}
.slick-slide {
    /* 左右に 10px のマージンを設定 */
    margin: 0 10px; 
}

/* スライダー全体の外側の幅をマージン分広げるための調整 */
.slick-list {
    margin: 0 -10px; 
}
@media all and (min-width: 897px) and (max-width: 1600px) {
	.company .mission .imgBox::after {
		margin-right: -8rem;
	}
}
@media all and (max-width: 896px) {
	.company .pageTitle {
		margin-bottom: 0.5rem;
		min-height: 16rem;
		background-image: url(../img/company/page_title_img_sp.jpg);
	}
	.company #pagePath {
		margin-bottom: 1.1rem;
	}
	.company .content {
		padding: 0 2rem;
	}
	.company .mission {
		margin-bottom: -4.1rem;
		padding: 4.3rem 0 16.5rem;
		background-image: url(../img/company/mission_bg01_sp.png);
	}
	.company .mission .enImg {
		max-width: 30.2rem;
	}
	.company .mission .headLine03 {
		margin: -2.6rem 0 2.6rem;
		font-size: 2.4rem;
		text-align: left;
	}
	.company .mission .headLine03 .sub {
		margin-bottom: 2.9rem;
		font-size: 1.6rem;
		text-align: center;
	}
	.company .mission .imgBox {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	.company .mission .imgBox::after {
		display: none;
	}
	.company .mission .imgBox .photo {
		margin: 0 auto 1.6rem;
		width: auto;
		max-width: 23rem;
	}
	.company .mission .imgBox .textBox {
		margin: 0 -0.2rem 0 0;
		width: auto;
	}
	.company .mission .imgBox .textBox .text {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
		line-height: 2;
	}
	.company .mission .imgBox .textBox .name {
		font-size: 2.2rem;
		text-align: center;
	}
	.company .mission .imgBox .textBox .name small {
		margin: 0 1.6rem 0 0;
		display: inline;
		font-size: 1.6rem;
		vertical-align: 0.2rem;
	}
	.company .staff {
		padding: 1.7rem 0 6.9rem;
	}
	.company .staff::before {
		top: -6rem;
		height: 8rem;
		background-image: url(../img/company/staff_bg01_sp.png);
	}
	.company .staff .headLine01 {
		margin-bottom: 2.9rem;
		padding-bottom: 2rem;
	}
	.company .staff .staffList {
		display: block;
	}
	.company .staff .staffList li {
		margin-bottom: 6.3rem;
		width: auto;
	}
	.company .staff .staffList li:last-child {
		margin-bottom: 0;
	}
	.company .staff .staffList li:nth-child(2n) {
		margin-top: 0;
	}
	.company .staff .staffList li .textBox {
		margin-bottom: 2.8rem;
		padding: 1.9rem 2rem 1.6rem;
	}
	.company .staff .staffList li .textBox .name {
		margin: 0 0 1.6rem;
		padding-bottom: 1.9rem;
		max-width: inherit;
		font-size: 2.2rem;
	}
	.company .staff .staffList li .textBox .name small {
		margin-top: 0.4rem;
		font-size: 1.4rem;
	}
	.company .staff .staffList li .textBox .subBox .text {
		margin-bottom: 2.8rem;
		line-height: 2;
	}
	.company .staff .staffList li .photo {
		max-width: 20rem;
	}
	.company .outline {
		padding: 5rem 0 4.9rem;
	}
	.company .outline .headLine01 {
		margin-bottom: 1.9rem;
		padding-bottom: 1.9rem;
	}
	.company .outline .inner {
		padding-right: 0;
		display: block;
	}
	.company .outline .inner .tableBox {
		margin-bottom: 2rem;
		width: auto;
	}
	.company .outline .inner .tableBox:last-child {
		margin-bottom: 0;
	}
	.company .outline .inner .tableBox table {
		border-collapse: collapse;
	}
	.company .outline .inner .tableBox th,
	.company .outline .inner .tableBox td {
		display: block;
		width: 100% !important;
		line-height: 1.5;
	}
	.company .outline .inner .tableBox th {
		padding: 0.3rem 1rem;
		font-size: 1.6rem;
		text-align: center;
	}
	.company .outline .inner .tableBox td {
		padding: 0.8rem 1rem;
		font-size: 1.6rem;
		font-weight: 300;
		text-align: center;
	}
	.company .outline .inner .tableBox td.left {
		margin: 0 auto;
		width: fit-content !important;
		text-align: left;
	}
	.company .outline .inner .tableBox td::before {
		display: none;
	}
	.company .history {
		padding: 4rem 0 4.2rem;
		background: url(../img/company/history_bg01.jpg) no-repeat center center / cover;
	}
	.company .history .headLine01 {
		margin-bottom: 1.9rem;
		padding-bottom: 2rem;
	}
	.company .history .dlBox {
		padding: 6.1rem 0 0;
		position: relative;
		z-index: 1;
	}
	.company .history .dlBox::before {
		margin-left: 0;
		position: absolute;
		top: 0;
		left: 4.6rem;
		width: 1px;
		bottom: 0;
		content: '';
	}
	.company .history .dlBox::after {
		margin-left: 0;
		position: absolute;
		top: 100%;
		left: 4.6rem;
		width: 1px;
		height: 3.5rem;
		background: url(../img/company/line01_sp.png) no-repeat bottom center / 1px;
		content: '';
	}
	.company .history .historyDl {
		/* padding-bottom: 5.4rem; */
		/* display: flex; */
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 50px;
	}
	.company .history .historyDl:last-child {
		padding-bottom: 0;
	}
	.company .history .historyDl dt {
		margin: 0;
		max-width: inherit;
		width: fit-content;
		position: relative;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		bottom: auto !important;
		transform: none;
	}
	.company .history .historyDl dt .year {
		margin: 0 0 0 -4rem !important;
		padding: 0.2rem 0 0;
		width: 7.5rem;
		height: 6rem;
		font-size: 1.4rem;
		background-image: url(../img/company/history_bg02_sp.png);
	}
  .company .history .historyDl dt .year span.wareki {
  	font-size: 10px;
  }
	.company .history .historyDl dd {
		/* margin-top: -2.8rem; */
		padding: 0.5rem 0.8rem 0.4rem;
		width: calc(100% - 0rem);
		font-size: 1.2rem;
		line-height: 2.33;
		left: 20%;
		top: -52px;
	}
	.company .history .historyDl dd::before {
		margin-top: 0.2rem !important;
		right: auto !important;
		left: -0.8rem !important;
		width: 1rem;
		height: 2.8rem;
		clip-path: polygon(0 50%,100% 0,100% 100%) !important;
	}
	.company .comContactBox {
		margin: 4.9rem 0 5rem;
	}
	.slick-slide {
    /* 左右に 10px のマージンを設定 */
    margin: 0 5px; 
	}
	/* スライダー全体の外側の幅をマージン分広げるための調整 */
	.slick-list {
			margin: 0 -24px; 
	}
	/* 「前へ」ボタン */
	.slick-prev {
			left: 0; /* 左端からの距離 */
	}

	/* 「次へ」ボタン */
	.slick-next {
			right: 0; /* 右端からの距離 */
	}
}
.wpcf7-list-item {
	margin: 0 !important;
}
