@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
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 112.5rem;
}
.en {
	font-family: Helvetica, "Inter", sans-serif;
}
@media all and (max-width: 768px) {
	.content {
		margin: 0 2.6rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 8.2rem;
	padding-top: 2.2rem;
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	border-top: 1px solid #C0C0C0;
}
.headLine01 .en {
	padding: 0 0 2.6rem 1.5rem;
	display: block;
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.headLine01 .en:before {
	position: absolute;
	left: 0;
	top: 0.9rem;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #000;
	content: "";
}
@media all and (max-width: 768px) {
	.headLine01 {
		margin-bottom: 3.7rem;
		padding-top: 2.5rem;
		font-size: 2.8rem;
		line-height: 1.4;
		border-color: #000;
	}
	.headLine01 .en {
		padding-bottom: 2.8rem;
	}
	.headLine01 .en:before {
		top: 0.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4rem;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
	.headLine02 {
		margin-bottom: 2.5rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2.5rem;
	padding-left: 3.7rem;
	position: relative;
	font-size: 3.6rem;
	letter-spacing: 0.18rem;
}
.headLine03:before {
	position: absolute;
	left: 0;
	top: 2.5rem;
	width: 1.4rem;
	height: 1.4rem;
	background-color: #1ABCEF;
	content: "";
}
@media all and (max-width: 768px) {
	.headLine03 {
		padding-left: 2.4rem;
		font-size: 2.4rem;
		letter-spacing: 0.12rem;
	}
	.headLine03:before {
		top: 1.5rem;
		width: 1.2rem;
		height: 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 1.5rem;
	padding-top: 0.7rem;
	border-top: 1px solid #C0C0C0;
}
@media all and (max-width: 768px) {
	.headLine04 {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 2.3rem;
	color: #518C1B;
	font-size: 2.2rem;
	letter-spacing: 0.11rem;
}
@media all and (max-width: 768px) {
	.headLine05 {
		margin-bottom: 1.6rem;
		font-size: 1.6rem;
		letter-spacing: 0.08rem;
	}
}
/*------------------------------------------------------------
	pageTtl
------------------------------------------------------------*/
.pageTtl {
	min-height: 45rem;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	background: url(../img/message/main_img.jpg) no-repeat center top/cover;
}
.pageTtl:after {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50% + 20rem);
	height: 100%;
	mix-blend-mode: multiply;
	background: linear-gradient(90deg, rgba(217, 217, 217, 0.00) 4.08%, rgba(172, 172, 172, 0.35) 22.78%, rgba(125, 125, 125, 0.72) 69.3%, #5A5A5A 100%);
	content: "";
}
.pageTtl .content {
	width: 100%;
	position: relative;
	z-index: 1;
}
.pageTtl .txtBox {
	width: 48.7rem;
	margin-left: auto;
}
.pageTtl .txtBox .headLine01 {
	margin-bottom: 4rem;
	font-size: 2.8rem;
	border-top: none;
	padding-top: 0;
}
.pageTtl .txtBox .headLine01 .en {
	padding-bottom: 1.5rem;
	font-size: 1.6rem;
}
.pageTtl .txtBox .headLine01 .en:before {
	background-color: #fff;
	width: 0.8rem;
	height: 0.8rem;
}
.pageTtl .txtBox .name {
	font-size: 2.2rem;
	font-weight: 700;
}
.pageTtl .txtBox .name small {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1.5rem;
}
@media all and (max-width: 768px) {
	.pageTtl {
		min-height: 48rem;
		align-items: flex-end;
		background-image: url(../img/message/main_img_sp.jpg);
	}
	.pageTtl:after {
		width: 100%;
		height: 30rem;
		top: auto;
		bottom: 0;
		background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 4.08%, rgba(172, 172, 172, 0.35) 22.78%, rgba(125, 125, 125, 0.72) 69.3%, #5A5A5A 100%);
	}
	.pageTtl .txtBox {
		width: 27.2rem;
		margin: 0 0 3.2rem 0.6rem;
	}
	.pageTtl .txtBox .headLine01 {
		margin-bottom: 1.7rem;
		font-size: 2rem;
		line-height: 1.6;
	}
	.pageTtl .txtBox .headLine01 .en {
		padding-bottom: 1.2rem;
		font-size: 1.4rem;
	}
	.pageTtl .txtBox .headLine01 .en:before {
		top: 0.7rem;
	}
	.pageTtl .txtBox .name {
		font-size: 2rem;
	}
	.pageTtl .txtBox .name small {
		margin-bottom: 0.2rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	padding: 8rem 0 7.1rem;
	background: #FDD001;
}
.comTopBox .headLine01 {
	margin-bottom: 2.5rem;
	border-top: none;
	padding-top: 0;
}
.comTopBox .headLine01 .en {
	padding-bottom: 0.3rem;
	font-size: 1.6rem;
}
.comTopBox .headLine01 .en:before {
	width: 0.8rem;
	height: 0.8rem;
	top: 0.8rem;
}
.comTopBox p:not(:last-child) {
	margin-bottom: 4rem;
}
@media all and (max-width: 768px) {
	.comTopBox {
		padding: 6.5rem 0 6.5rem;
	}
	.comTopBox .headLine01 {
		margin-bottom: 2.5rem;
	}
	.comTopBox .headLine01 .en {
		font-size: 1.4rem;
	}
	.comTopBox .headLine01 .en:before {
		top: 0.5rem;
	}
	.comTopBox p:not(:last-child) {
		margin-bottom: 3.8rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBtn a {
	width: 24rem;
	display: block;
	padding: 2.4rem 3.6rem;
	font-weight: 700;
	position: relative;
	background: #F29614;
}
.comBtn a:after {
	content: " ";
	width: 0;
	height: 100%;
	background: #000;
	position: absolute;
	transition: all 0.4s ease-in-out;
	right: 0;
	top: 0;
}
.comBtn a span {
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.comBtn a:before {
	position: absolute;
	right: 4.1rem;
	top: 50%;
	width: 1.4rem;
	height: 1.4rem;
	margin-top: -0.7rem;
	z-index: 1;
	transition: .3s;
	background: url(../img/common/icon01.png) no-repeat right center/100% auto;
	content: "";
}
.comBtn.midBtn a {
	padding: 1.7rem 3rem;
	margin: 0 auto;
	width: 32rem;
}
.comBtn.midBtn a:before {
	width: 4.4rem;
	background-position: right 1.2rem center;
	background-image: url(../img/common/icon05.png);
	background-size: 2.1rem auto;
}
@keyframes scaleUp {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.95);
	}
	100% {
		transform: scale(1);
	}
}
@media all and (min-width: 769px) {
	.comBtn a:hover::after {
		right: auto;
		left: 0;
		width: 100%;
	}
	.comBtn a:hover span {
		color: #fff;
		animation: scaleUp 0.3s ease-in-out;
	}
	.comBtn a:hover:before {
		background-image: url(../img/common/icon01_white.png);
	}
	.comBtn.midBtn a:hover:before {
		background-image: url(../img/common/icon05_white.png);
	}
	.comBtn.midBtn a:hover:before {
		background-position: right 0.8rem center;
	}
}
@media all and (max-width: 768px) {
	.comBtn a {
		font-size: 1.5rem;
	}
	.comBtn.midBtn {
		width: 30.8rem;
	}
	.comBtn.midBtn a {
		padding: 1.4rem 3rem;
		width: auto;
		font-size: 1.4rem;
		letter-spacing: 0.07rem;
	}
}
/*------------------------------------------------------------
	comNavi
------------------------------------------------------------*/
.comNavi {
	gap: 0 2.3rem;
}
.comNavi a {
	width: 23.5rem;
	padding: 1.3rem 1.6rem;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
.comNavi a:after {
	display: none;
}
.comNavi a:before {
	background-image: url(../img/common/icon03.png);
	background-size: 2.4rem auto;
	width: 3.2rem;
	height: 3.2rem;
	right: 1rem;
	margin-top: -1.6rem;
	border-left: 1px solid #000;
}
@media all and (min-width: 769px) {
	.comNavi a:hover {
		background-color: #000;
	}
	.comNavi a:hover span {
		animation: none;
	}
	.comNavi a:hover:before {
		background-image: url(../img/common/icon03_white.png);
		background-position: right top 0.6rem;
		border-color: #fff;
	}
}
@media all and (max-width: 768px) {
	.comNavi {
		display: block;
		margin: 0 auto;
		width: 28rem;
	}
	.comNavi li:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	.comNavi a {
		width: 100%;
	}
}
/*------------------------------------------------------------
	comRecruit
------------------------------------------------------------*/
.comRecruit {
	margin: 0 auto -3.5rem;
	max-width: 100rem;
	position: relative;
	z-index: 1;
	padding: 6.4rem;
	height: 24rem;
	align-items: center;
	background-color: #F29614;
}
.comRecruit h2 {
	margin-top: -0.2rem;
	border-top: none;
	padding-top: 0;
	margin-bottom: 0;
}
.comRecruit h2 .en {
	padding-bottom: 0.3rem;
	font-size: 1.6rem;
}
.comRecruit h2 .en:before {
	width: 0.8rem;
	height: 0.8rem;
}
.comRecruit .comBtn a {
	width: 35.4rem;
	padding: 1.7rem 3rem;
	border: 1px solid #000;
	background: #fff;
}
.comRecruit .comBtn a:before {
	right: 2.4rem;
}
@media all and (max-width: 768px) {
	.comRecruit {
		margin: 0 2.6rem -3.5rem;
		padding: 2.4rem;
		height: auto;
		display: block;
	}
	.comRecruit h2 {
		margin: 0 0 2.5rem;
	}
	.comRecruit h2 .en {
		font-size: 1.4rem;
	}
	.comRecruit .comBtn a {
		margin: 0 auto;
		width: 27.5rem;
	}
}
/*------------------------------------------------------------
	comTxtList
------------------------------------------------------------*/
.comTxtList li {
	padding-left: 1.5rem;
	position: relative;
	font-weight: 700;
}
.comTxtList li:before {
	position: absolute;
	left: 0;
	top: 1rem;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #000;
	content: "";
}
@media all and (max-width: 768px) {}
/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
.comLinkBox a {
	padding: 4rem;
	display: flex;
	align-items: center;
	background-color: #fff;
}
.comLinkBox .photo {
	width: 53.7%;
	overflow: hidden;
}
.comLinkBox .photo img {
	width: 100%;
	transition: .3s;
}
.comLinkBox h3 {
	padding: 0 6.5rem 6rem 0;
	flex: 1;
	font-size: 2.8rem;
	letter-spacing: 0.14rem;
	background: url(../img/common/icon04.png) no-repeat left bottom/4.3rem auto;
}
.comLinkBox h3 small {
	margin-bottom: 0.7rem;
	display: block;
	color: #808080;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0.06rem;
}
.comLinkBox h3 small .en {
	padding-right: 1.3rem;
	margin-right: 1rem;
	display: inline-block;
	font-weight: 500;
	border-right: 1px solid #808080;
}
.comLinkBox h3 .jp {
	transition: .3s;
}
@media all and (min-width: 769px) {
	.comLinkBox a:hover h3 {
		background-image: url(../img/common/icon04_over.png);
	}
	.comLinkBox a:hover h3 .jp {
		color: #95C52A;
		text-decoration: underline;
	}
	.comLinkBox a:hover .photo img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 768px) {
	.comLinkBox a {
		padding: 2.5rem 1.3rem;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.comLinkBox .photo {
		width: 100%;
		position: relative;
	}
	.comLinkBox .photo:after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 4.4rem;
		height: 4.3rem;
		background: url(../img/common/icon04.png) no-repeat left bottom/100% auto;
	}
	.comLinkBox h3 {
		padding: 1.7rem 0 0;
		font-size: 1.6rem;
		width: 100%;
		letter-spacing: 0.08rem;
		background: none;
	}
	.comLinkBox h3 small {
		margin-bottom: 0.4rem;
	}
}
/*------------------------------------------------------------
	viewList
------------------------------------------------------------*/
.viewList {
	margin: -4rem -2.5rem 0 0;
}
.viewList li {
	margin: 4rem 2.5rem 0 0;
	width: 35.8rem;
}
.viewList a {
	display: block;
}
.viewList .photo {
	margin-bottom: 1.3rem;
	overflow: hidden;
}
.viewList .photo img {
	width: 100%;
	transition: .3s;
}
.viewList .en {
	margin-bottom: 0.4rem;
	color: #6D6D6D;
	font-size: 1.2rem;
	font-weight: 500;
}
.viewList .ttl {
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: justify;
	letter-spacing: 0.09rem;
	transition: .3s;
}
.viewList .tag {
	color: #6D6D6D;
	font-size: 1.2rem;
	font-weight: 700;
}
@media all and (min-width: 769px) {
	.viewList a:hover .ttl {
		color: #95C52A;
		text-decoration: underline;
	}
	.viewList a:hover .photo img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 768px) {
	.viewList {
		margin: 0;
		display: block;
	}
	.viewList li {
		margin: 0;
		padding: 1.55rem 0;
		width: auto;
		border-bottom: 1px solid #C0C0C0;
	}
	.viewList li:last-child {
		border-bottom: none;
	}
	.viewList a {
		display: flex;
		align-items: center;
	}
	.viewList .photo {
		margin: 0 1.2rem 0 0;
		width: 48.7%;
	}
	.viewList .txtBox {
		flex: 1;
	}
	.viewList .en {
		font-size: 0.8rem;
	}
	.viewList .ttl {
		margin-bottom: 0.8rem;
		font-size: 1.2rem;
		line-height: 1.4;
		letter-spacing: 0.06rem;
	}
	.viewList .tag {
		font-size: 0.9rem;
		letter-spacing: 0.04rem;
	}
}