@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LXT */
/* 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;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 128rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	transform: translate3d(0, 8rem, 0);
	opacity: 0;
	transition: all 0.7s cubic-bezier(.42,.46,.45,.99);
}
.fadeInUp.on {
	transform: translate3d(0,0,0);
	opacity: 1;
}


/* headerBox */
.headerBox {
	min-height: 9rem;
	position: relative;
	z-index: 99;
	background-color: #CCCABD;
}
.headerBox h1 {
	margin: 2rem 0 0 2.5rem;
	color: #002c40;
	font-size: 1.8rem;
	font-weight: 500;
}
.headerBox h1 a {
	display: inline-block;
	vertical-align: middle;
}
.headerBox h1 span {
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	margin: -0.4rem 0 0 7.8rem;
	letter-spacing: 0.045em;
}
.headerBox h1 img {
	width: 14.9rem;
}
.headerBox .hBtn a {
	width: 33.1rem;
	height: 9rem;
	font-size: 2rem;
	color: #fff;
	background-color: #7e70ff;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
}
.headerBox .hBtn span {
	padding: 0 5rem 0.3rem 0;
	display: inline-block;
	position: relative;
}
.headerBox .hBtn span::after,
.headerBox .hBtn span::before {
	width: 3.9rem;
	height: 2.1rem;
	position: absolute;
	top: 0.5rem;
	right: -0.3rem;
	background: url("../img/common/icon01.png") no-repeat left top;
	background-size: 100% 100%;
	content: "";
	transition: .3s;
}
.headerBox .hBtn span::before {
	margin: 0.3rem 0.3rem 0 0;
	background-image: url("../img/common/icon02.png");
}
@media (hover: hover) {
	.headerBox .hBtn a:hover {
		background-color: #6554ff;
	}
	.headerBox .hBtn a:hover span::before {
		margin: 0;
	}
}
@media all and (max-width: 896px) {
	.headerBox {
		min-height: 4.2rem;
	}
	.headerBox .hBtn a {
		width: 17rem;
  		height: 4.2rem;
		font-size: 1.2rem;
		font-weight: 700;
	}
	.headerBox h1 {
		margin: 0.7rem 0 0 1.2rem;
		font-size: 1.03rem;
		font-weight: 700;
	}
	.headerBox h1 span {
		font-style: inherit;
		margin: 0.4rem 0 0 0.7rem;
		letter-spacing: -0.05em;
	}
	.headerBox h1 img {
		width: 9rem;
	}
	.headerBox h1 img {
		width: 9.3rem;
	}
	.headerBox .hBtn span::after,
	.headerBox .hBtn span::before {
		width: 2.5rem;
		height: 1.3rem;
		top: 0.3rem;
		right: -0.3rem;
	}
	.headerBox .hBtn span::before {
		margin: 0.2rem 0.2rem 0 0;
	}
	.headerBox .hBtn span {
		padding: 0 2.8rem 0.2rem 0;
	}
}


/* comBtmBox */
.comBtmBox {
	margin: 9.9rem 0 -6.8rem;
	border-top: 1px solid #bdbcaf;
	padding-top: 9.5rem;	
}
.comBtmBox .logoList {
	gap: 2rem 4.3rem;
}
.comBtmBox .logoList li a {
	display: block;
}
.comBtmBox .logoList li img {
	height: 5.3rem;
}
.comBtmBox .content {
	max-width: 117.4rem;
}
@media all and (max-width: 896px) {
	.comBtmBox {
		margin: 6.7rem 0 5rem;
		padding-top: 6.1rem;
	}
	.comBtmBox .logoList {
		gap: 2rem 1.7rem;
	}
	.comBtmBox .logoList li img {
		height: 3rem;
	}
}


/* comList */
.comList {
	display:  flex;
	flex-wrap: wrap;
	gap: 2.2rem;
}
.comList + .comList {
	margin-top: 1.7rem;
}
.comList > li {
	width: calc((100% - 4.4rem)/3);
	display: flex;
	gap: 1.7rem 0;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}
.comList .comShow,
.comList .comVoice {
	width: 100%;
}
@media all and (min-width: 897px) {
	.comList > li:nth-child(3n - 1) {
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
}
@media all and (max-width: 896px) {
	.comList {
		display: block;
	}
	.comList > li {
		margin-bottom: 1rem;
		width: auto;
		gap: 1rem 0;
	}
	.comList > li:last-child {
		margin-bottom: 0;
	}
}

/* comShow */
.comShow a {
	display: block;
	border-radius: 3rem;
	overflow: hidden;
	color: #251714;
	font-weight: 500;
	font-size: 1.3rem;
	background-color: #fff;
	line-height: 1.34;
}
.comShow .image {
	aspect-ratio: 825/467;
	overflow: hidden;
}
.comShow .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comShow .txt {
	opacity: 0.5;
}
.comShow .title {
	margin-bottom: 2.3rem;
	color: #002c40;
	font-size: 2.3rem;
	line-height: 1.54;
	font-weight: 700;
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 7.2rem;
}
.comShow .type {
	margin: 3.2rem 0.4rem 0;
	opacity: 0.35;
	font-weight: 700;
	color: #002c40;
	font-size: 1rem;
}
.comShow .textBox {
	padding: 1.9rem 2.9rem 3.1rem;
}
.comShow .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (hover: hover) {
	.comShow a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comShow a {
		border-radius: 2.5rem;
		font-size: 1rem;
		line-height: 1.4;
	}
	.comShow .title {
		font-size: 1.8rem;
		margin-bottom: 1.3rem;
		height: 5.7rem;
	}
	.comShow .textBox {
		padding: 1.5rem 2.5rem 2.4rem;
	}
	.comShow .type {
		margin: 2rem 0.2rem 0;
		font-size: 0.9rem;
	}
}

/* comVoice */
.comVoice {
	min-height: 13.9rem;
	padding: 2.3rem 2.7rem 1rem;
	display: block;
	background-color: #fff;
	border-radius: 3rem;
	font-weight: 500;
}
.comVoice .flexTop {
	display: flex;
	margin-bottom: 0.9rem;
}
.comVoice .flexTop .image {
	width: 5rem;
	border-radius: 50%;
	overflow: hidden;
}
.comVoice .flexTop .ttl {
	margin: 0.6rem 0 0 1.2rem;
	flex: 1;
	color: #002c40;
	font-weight: 700;
	font-size: 1.4rem;
}
.comVoice .flexTop .ttl .sml {
	display: block;
	font-size: 1rem;
	margin-top: 0.1rem;
	opacity: 0.35;
}
.comVoice .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.comVoice.style {
	background-color: transparent;
	position: relative;
}
.comVoice.style::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0.4rem solid #fff;
	opacity: 0.45;
	content: "";
	border-radius: 3rem;
	box-sizing: border-box;
	pointer-events: none;
}
.comVoice.style .txt {
	color: #231815;
}
@media (hover: hover) {
	.comVoice a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comVoice {
		padding: 2rem 2.7rem 2.9rem;
		font-size: 1rem;
		border-radius: 2.5rem;
		min-height: 0;
	}
	.comVoice .flexTop .ttl {
		font-size: 1.1rem;
		margin: 0.4rem 0 0 1.1rem;
	}
	.comVoice .flexTop .ttl .sml {
		font-size: 0.8rem;
	}
	.comVoice .flexTop .image {
		width: 4rem;
	}
	.comVoice.style::before {
		border-radius: 2.5rem;
	}
}



/* headerBox02 */
.headerBox02 {
	margin-bottom: 3.8rem;
	padding: 2rem 2.6rem 1rem;
	height: 9rem;
	border-bottom: 1px solid #b4b3a5;
	box-sizing: border-box;
}
.headerBox02 .hBox {
	display: flex;
	align-items: center;
}
.headerBox02 .logo {
	width: 15rem;
}
.headerBox02 .logo a {
	display: block;
}
.headerBox02 .naviUl {
	margin: -0.3rem 0 0 5.3rem;
	font-size: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.6rem;
	letter-spacing: 0.02em;
}
.headerBox02 .naviUl a {
	color: #002c40;
	font-weight: 700;
}
.headerBox02 .hTxt {
	width: 58.3rem;
	color: #002c40;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	overflow: hidden;
	white-space: nowrap;
	margin: -0.4rem 2.3rem 0 auto;
	position: relative;
}
.headerBox02 .hTxt::before,
.headerBox02 .hTxt::after {
	width: 4.4rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background : linear-gradient(to right, rgba(203, 201, 187, 1) 0%, rgba(203, 201, 187, 0) 100%);
	content: "";
	z-index: 1;
}
.headerBox02 .hTxt::after {
	left: auto;
	right: 0;
	background : linear-gradient(to left, rgba(203, 201, 187, 1) 0%, rgba(203, 201, 187, 0) 100%);
}
@media all and (min-width: 897px) {
	.headerBox02 .naviUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.headerBox02 .hBox {
		display: block;
	}
	.headerBox02 .hTxt {
		width: 100%;
		margin: 2.2rem 0 0 0;
		font-size: 1.3rem;
		text-align: center;
	}
	.headerBox02 {
		margin-bottom: 3.1rem;
		padding: 0.7rem 1.2rem 1rem;
		border-bottom: none;
	}
	.headerBox02 .logo {
		width: 9.3rem;
	}
	.menu {
		position: fixed;
		top: 2rem;
		right: 1.8rem;
		height: 2rem;
		width: 2.8rem;
		cursor: pointer;
		z-index: 100;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu.on .top {
		transform: translateY(0.5rem) translateX(0) rotate(-25deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		transform: translateY(-0.5rem) translateX(0) rotate(25deg);
	}
	.menu span {
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
		background: #0e2b3e;
		border: none;
		border-radius: 0.5rem;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
		opacity: 0;
	}
	.menu span:nth-of-type(3) {
		top: 1rem;
	}
}


/* comMoreBox */
.comMoreBox {
	padding-bottom: 3.7rem;
	position: relative;
	overflow: hidden;
}
.comMoreBox::after {
	width: 100%;
	height: 30rem;
	background : linear-gradient(to top, rgba(203, 201, 187, 1) 20%, rgba(203, 201, 187, 0) 80%);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
}
.comMoreBox.hideBg::after {
	display: none;
}
.comMoreBox .moreBtn {
	color: #002c40;
	position: absolute;
	left: 50%;
	bottom: 1.5rem;
	font-weight: 700;
	font-size: 1.03rem;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 10;
	transition: 0.3s;
}
.comMoreBox.style {
	height: auto !important;
}
.comMoreBox.style::after {
	opacity: 0;
	visibility: hidden;
}
@media (hover: hover) {
	.comMoreBox .moreBtn:hover {
		opacity: 0.7;
	}
}


/* headLine01 */
.headLine01 {
	font-weight: 700;
	font-size: 1.9rem;
	color: #002c40;
	border-bottom: 0.3rem solid #002c40;
	letter-spacing: 0.03em;
	padding: 0.2rem 0 0.5rem;
	margin-bottom: 3rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2rem;
		padding: 0.3rem 0 0.4rem;
		margin-bottom: 2.9rem;
	}
}


/* comBanner */
.comBanner {
	margin-top: 1.8rem;
	position: relative;
}
.comBanner img {
	width: 100%;
}
.comBanner a {
	width: 19.5rem;
	position: absolute;
	bottom: 1.3rem;
  	right: 1.1rem;
	z-index: 10;
	display: block;
}
@media (hover: hover) {
	.comBanner a:hover {
		transform: scale(1.03);
	}
}
@media all and (max-width: 896px) {
	.comBanner {
		margin: 3.4rem -0.1rem 0;
	}
	.comBanner a {
		width: 47.47%;
		bottom: 6%;
		right: 3%;
	}
}


/* menuBox */
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox.show {
	transform: translateX(0);
}
.menuBox {
	width: 24.7rem;
	transform: translateX(101%);
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(203,201,185, 0.97);
	z-index: 99;
	box-sizing: border-box;
	border-left: 2px solid #fff;
	overflow-y: auto;
	transition: all ease 0.3s;
}
.menuBox .innerBox {
	padding: 5.2rem 3rem 5rem 2.9rem;
}
.menuBox .btmBox {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 3.1rem -0.7rem 0;
}
.menuBox .btmBox .fLogo {
	width: 8.2rem;
}
.menuBox .btmBox address {
	color: #0e2b3e;
	font-weight: 700;
	font-size: 1rem;
}
.menuBox .naviUl {
	margin: 0 0.8rem;
}
.menuBox .naviUl li {
	margin-bottom: 2.1rem;
}
.menuBox .naviUl li:last-child {
	margin-bottom: 0;
}
.menuBox .naviUl a {
	color: #002c40;
	font-weight: 700;
	font-size: 1.956rem;
}
.menuBox .comBanner a {
	width: 16.3rem;
	bottom: 1.1rem;
	right: 1.2rem;
}

/* headLine02 */
.headLine02 {
	margin: 0 1rem 1rem;
	color: #002c40;
	font-weight: 700;
	font-size: 1.1rem;
	letter-spacing: -0.03em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 0 1.3rem;
		font-size: 1.3rem;
	}
}