@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* 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;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.montserrat {
	font-family: "Montserrat", sans-serif;
}
.serif {
	font-family: "Noto Serif JP", serif;
}
.shippori {
	font-family: "Shippori Mincho", serif;
}
.content {
	margin: 0 auto;
	max-width: 100rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.1rem;
	}
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	transform: translateY(5rem);
	transition: 0.8s;
}
.fadeIn.on {
	opacity: 1;
	transform: none;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 11.5rem;
	color: #454545;
	font-size: 3.8rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.33;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
.headLine01 .en {
	margin-bottom: 2.6rem;
	display: block;
	color: #e95c02;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 6.2rem;
		font-size: 3.2rem;
	}
	.headLine01 .en {
		margin-bottom: 1.4rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	color: #454545;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5833;
	font-family: "Noto Serif JP", serif;
}
.headLine02 .en {
	margin-bottom: 2.4rem;
	display: block;
	color: #E95C02;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2rem;
		line-height: 1.6;
		text-align: center;
	}
	.headLine02 .en {
		margin-bottom: 1rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 4.9rem;
	color: #454545;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
}
.headLine03 .en {
	margin-right: 1.8rem;
	padding-right: 3.9rem;
	display: inline-block;
	vertical-align: 0.4rem;
	position: relative;
	color: #E95C02;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.headLine03 .en::before {
	margin-top: 1px;
	width: 2.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	border-top: 1px solid #E95C02;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.8rem;
		text-align: center;
	}
	.headLine03 .en {
		margin: 0 0 1.4rem;
		padding: 0 0 1.5rem;
		display: block;
	}
	.headLine03 .en::before {
		margin-top: 0;
		width: 2.4rem;
		right: auto;
		top: auto;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 7.4rem;
	padding-left: 4.8rem;
	color: #454545;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	background: url(../img/common/line01.png) no-repeat left top 2rem / auto 0.3rem;
	font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 4.4rem;
		padding-left: 4.8rem;
		font-size: 2.4rem;
		background-position: left top 1.7rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 2.5rem;
	color: #454545;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
}
.headLine05 .en {
	margin-bottom: 0.2rem;
	display: block;
	color: #e95c02;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 0.7rem;
		font-size: 2.4rem;
	}
	.headLine05 .en {
		margin-bottom: 0.3rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin: -24.1rem 0 16.4rem;
	padding-top: 24.1rem;
	min-height: 52rem;
	position: relative;
	background: url(../img/company/page_title_bg.jpg) no-repeat center center / cover;
	-webkit-mask: url(../img/common/page_title_bg01.png) no-repeat center center / 100% 100%;
	-moz-mask: url(../img/common/page_title_bg01.png) no-repeat center center / 100% 100%;
	mask: url(../img/common/page_title_bg01.png) no-repeat center center / 100% 100%;
}
.pageTitle::before {
	position: absolute;
	inset: 0;
	background: #FCF5EC;
	opacity: 0.65;
	content: "";
}
.pageTitle .headLine01 {
	margin-bottom: 0 !important;
	position: relative;
	z-index: 1;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin: -11.9rem 0 7.3rem;
		padding-top: 11.9rem;
		min-height: 30.8rem;
		background-image: url(../img/company/page_title_bg_sp.jpg);
		-webkit-mask: url(../img/common/page_title_bg01.png) no-repeat center bottom / 100% 44%, linear-gradient(#000 0, #000 100%) no-repeat left top / 100% 66%;
		-moz-mask: url(../img/common/page_title_bg01.png) no-repeat center bottom / 100% 44%, linear-gradient(#000 0, #000 100%) no-repeat left top / 100% 66%;
		mask: url(../img/common/page_title_bg01.png) no-repeat center bottom / 100% 44%, linear-gradient(#000 0, #000 100%) no-repeat left top / 100% 66%;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin-bottom: 8rem;
	gap: 5.1rem 2rem;
}
.comNewsList li {
	width: 32rem;
}
.comNewsList a {
	display: block;
	border-radius: 3.5rem;
	overflow: hidden;
}
.comNewsList a:hover {
	opacity: 0.7;
}
.comNewsList .photo {
	aspect-ratio: 32/18;
}
.comNewsList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comNewsList .txtBox {
	padding: 1.9rem 2.5rem;
	background-color: #fff;
}
.comNewsList .txt {
	margin-bottom: 4.4rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	.comNewsList {
		margin-bottom: 3.9rem;
		gap: 2rem 1.2rem;
	}
	.comNewsList li {
		width: calc((100% - 1.2rem)/2);
	}
	.comNewsList a {
		border-radius: 1.8rem;
	}
	.comNewsList .txtBox {
		padding: 1.2rem 1.5rem 1.5rem;
	}
	.comNewsList .txt {
		margin-bottom: 1.2rem;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	comTag
------------------------------------------------------------*/
.comTag {
	color: #AAA;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	align-items: flex-start;
}
.comTag .date {
	margin-right: 1.6rem;
	font-weight: 500;
}
.comTag .tag {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-weight: 300;
}
@media all and (max-width: 896px) {
	.comTag {
		font-size: 1.1rem;
		display: block;
	}
	.comTag .date {
		margin-right: 0;
	}
	.comTag .tag {
		display: block;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	width: 5rem;
	height: 5rem;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.wp-pagenavi .current {
	color: #aaa;
	background-color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin-right: 2.5rem;
	text-indent: -999rem;
	background: #E09B45 url(../img/common/icon02.png) no-repeat center center/0.8rem;
}
.wp-pagenavi .nextpostslink {
	margin: 0 0 0 2.5rem;
	background-image: url(../img/common/icon01.png);
}
.wp-pagenavi .first,
.wp-pagenavi .last, .wp-pagenavi .pages, .wp-pagenavi .extend {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #aaa;
		background-color: #fff;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.7;
		background-color: #E09B45;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		gap: 0 1.5rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi .current {
		width: 3rem;
		height: 3rem;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		margin-right: 4.2rem;
		background-size: 0.5rem;
	}
	.wp-pagenavi .nextpostslink {
		margin: 0 0 0 3.3rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	margin-top: 16rem;
	padding: 5.3rem 0 6.1rem;
	background: #75BD5F;
}
.comContact .content {
	position: relative;
}
.comContact .txtBox {
	max-width: 55rem;
}
.comContact h2 {
	margin-bottom: 2.7rem;
	color: #fff;
	font-size: 4.8rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1;
}
.comContact p {
	margin-bottom: 5.3rem;
	color: #3F3A39;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.comContact {
		margin-top: 12rem;
		padding: 4.4rem 0;
	}
	.comContact .content {
		padding-bottom: 19.5rem;
	}
	.comContact .txtBox {
		max-width: inherit;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.comContact h2 {
		margin-bottom: 2.2rem;
		font-size: 4.2rem;
	}
	.comContact p {
		margin-bottom: 4.3rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	padding: 1rem 5rem;
	width: 32rem;
	height: 8rem;
	display: flex;
	align-items: center;
	color: #E09B45;
	font-weight: 500;
	letter-spacing: 0.25em;
	background: #FCF5EC url(../img/common/icon03.png) no-repeat right 3rem center/1.1rem;
	border-radius: 5rem;
}
.comBtn a:hover {
	opacity: 0.7;
}
.comBtn02 a {
	margin: 0 auto;
	color: #fff;
	font-size: 1.4rem;
	background: #E09B45 url(../img/common/icon01.png) no-repeat right 2rem center/0.7rem;
}
.comBtn03 {
	margin: 0 auto;
	width: 32rem;
	position: relative;
}
.comBtn03 a {
	display: flex;
	align-items: center;
}
.comBtn03 a,
.comBtn03 input {
	padding: 0.7rem 5.1rem 1rem;
	width: 100%;
	min-height: 8rem;
	color: #FFF;
	font-size: 1.6rem;
	letter-spacing: 0.25em;
	border-radius: 5rem;
	background: #E09B45 url(../img/common/icon05.png) no-repeat right 3rem center / 1.1rem;
	transition: opacity .3s;
}
.comBtn03.left {
	margin: 0;
}
.comBtn04 {
	margin: 0 auto;
	width: 22.4rem;
}
.comBtn04 a {
	padding: 0.3rem 3.5rem 0.5rem 3.5rem;
	min-height: 5.6rem;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.25em;
	border-radius: 5rem;
	background: #E09B45 url(../img/common/icon05.png) no-repeat right 2rem center / 0.8rem;
	transition: opacity .3s;
}
.comBtn04.left {
	margin: 0;
}
.comBtn04 a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.comBtn02 a {
		width: 22.4rem;
		height: 5.6rem;
		padding: 1rem 3.5rem;
	}
	.comBtn03 a:hover,
	.comBtn03 input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		margin: 0 auto;
		font-size: 1.6rem;
	}
	.comBtn02 a {
		background-position: right 3rem center;
		background-size: 1.1rem;
	}
	.comBtn03 {
		width: 32.1rem;
	}
}
/*------------------------------------------------------------
	comCtrText
------------------------------------------------------------*/
.comCtrText {
	margin-bottom: 7.3rem;
	letter-spacing: 0.02em;
	line-height: 2;
	text-align: center;
}
@media all and (max-width: 896px) {
	.comCtrText {
		margin: 0 2.9rem 5.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.75;
		text-align: left;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
	margin-bottom: 10rem;
	display: flex;
	align-items: flex-start !important;
	white-space: nowrap;
}
.comPhotoList li {
	margin-right: 3.2rem;
	width: 32rem;
	flex: none;
	border-radius: 3.5rem;
	overflow: hidden;
	vertical-align: top;
}
.comPhotoList li:nth-child(2n) {
	margin-top: 4rem;
}
@media all and (max-width: 896px) {
	.comPhotoList {
		margin-bottom: 8.2rem;
	}
	.comPhotoList li {
		margin-right: 1.6rem;
		width: 16rem;
		flex: none;
		border-radius: 1.8rem;
	}
	.comPhotoList li:nth-child(2n) {
		margin-top: 3rem;
	}
}
/*------------------------------------------------------------
	noLink
------------------------------------------------------------*/
.noLink {
	pointer-events: none;
}