@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
.old {
	font-family: "Zen Old Mincho", serif;
}
.roboto {
	font-family: "Roboto Condensed", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 112.8rem;
	position: relative;
	z-index: 5;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.6rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	color: #FFF;
	font-family: "Zen Old Mincho", serif;
	font-size: 6.4rem;
	font-weight: 600;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 3.2rem;
		font-weight: 500;
	}
}
/*------------------------------------------------------------
	.headLine02
------------------------------------------------------------*/
.headLine02 {
	position: relative;
	padding-left: 15.6rem;
	color: #9C8759;
	font-size: 3.2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	letter-spacing: 0.16rem;
	line-height: 1.4;
}
.headLine02::before {
	position: absolute;
	top: 2.1rem;
	right: calc(100% - 13rem);
	width: 9999px;
	height: 1px;
	background: #9C8759;
	content: '';
}
.headLine02::after {
	position: absolute;
	top: 1.9rem;
	left: 12.7rem;
	width: 0.4rem;
	height: 0.4rem;
	background: #9C8759;
	border-radius: 50%;
	content: '';
}
.headLine02.style01 {
	width: fit-content;
	font-size: 4.8rem;
	font-weight: 600;
	letter-spacing: 0;
}
.headLine02.style01::before {
	top: 3.3rem;
}
.headLine02.style01::after {
	top: 3.1rem;
}
.headLine02.style01 a {
	padding-right: 7.2rem;
	color: #9C8759;
	position: relative;
}
.headLine02.style01 .arrow {
	position: absolute;
	top: 1.1rem;
	right: 0;
	width: 4.8rem;
	height: 4.8rem;
	border: 1px solid rgba(156, 135, 89, 0.5);
	content: '';
	box-sizing: border-box;
}
.headLine02.style01 .arrow::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #9C8759;
	content: '';
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 100%;
	mask-position: left;
	mask-repeat: no-repeat;
	animation: none;
	transition: mask-size .45s cubic-bezier(.785,.135,.15,.86),mask-position .45s step-end;
	will-change: mask-size;
    transform: rotate(0.01deg) translateZ(0);
    backface-visibility: hidden;
}
.headLine02.style01 .arrow::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1.2rem;
	height: 0.9rem;
	background: url(../img/common/icon06.png) no-repeat left top / 100%;
	content: '';
	transition: all .45s cubic-bezier(.785,.135,.15,.86);
	z-index: 5;
}
.headLine02.color01 {
	color: #DAC69E;
}
.headLine02.color01::before,
.headLine02.color01::after {
	background: #DAC69E;
}
.headLine02.color01 a {
	color: #DAC69E;
}
.headLine02.color01 .arrow {
	border: 1px solid rgba(218, 198, 158, 0.5);
}
.headLine02.color01 .arrow::before {
	background: #DAC69E;
}
.headLine02.color01 .arrow::after {
	background-image: url(../img/common/icon05.png);
}
@media all and (min-width: 897px) {
	.headLine02.style01 a:hover .arrow::before {
		animation: none;
        mask-position: right;
        mask-size: 100% 100%;
	}
	.headLine02.style01 a:hover .arrow::after {
		background-image: url(../img/common/icon03.png);
	}
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1.4rem;
		padding: 5.4rem 0 0 1.6rem;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	.headLine02::before {
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 2.8rem;
		height: 3.8rem;
		background: transparent !important;
		border-top: 1px solid #9C8759;
		border-right: 1px solid #9C8759;
	}
	.headLine02::after {
		top: 3.8rem;
		left: 2.7rem;
		transform: none;
	}
	.headLine02.style01 {
		font-size: 2.4rem;
	}
	.headLine02.style01::before {
		top: 0;
	}
	.headLine02.style01::after {
		top: 3.8rem;
	}
	.headLine02.style01 a {
		padding-right: 5.6rem;
	}
	.headLine02.style01 .arrow {
		top: 0.2rem;
		width: 3.2rem;
		height: 3.2rem;
	}
	.headLine02.color01::before {
		border-color: #DAC69E;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2.2rem;
	color: #DAC69E;
	font-family: "Zen Old Mincho", serif;
	font-size: 4.8rem;
	font-weight: 600;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 1.6rem;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	padding-left: 4.8rem;
	position: relative;
	color: #DAC69E;
	font-size: 3.2rem;
	font-weight: 500;
	font-family: "Zen Old Mincho", serif;
}
.headLine04::before {
	position: absolute;
	top: 0.8rem;
	left: 0;
	width: 1px;
	bottom: 0;
	background: #DAC69E;
	content: '';
}
.headLine04 small {
	margin-top: 1rem;
	display: block;
	color: #F3F6F9;
	font-size: 2rem;
	font-weight: 400;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	text-align: justify;
}
.headLine04.style01 {
	color: #9C8759;
}
.headLine04.style01::before {
	background: #9C8759;
}
.headLine04.style01 small {
	color: #112A55;
}
@media all and (max-width: 896px) {
	.headLine04 {
		padding-left: 1.6rem;
		font-size: 2rem;
		font-weight: 600;
		letter-spacing: 0.1rem;
	}
	.headLine04::before {
		top: 0;
		bottom: -0.3rem;
	}
	.headLine04 small {
		margin-top: 0.6rem;
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: 0.07rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 3.1rem;
	padding-left: 2.4rem;
	position: relative;
	color: #9C8759;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1rem;
	font-family: "Zen Old Mincho", serif;
}
.headLine05::before {
	position: absolute;
	top: -0.1rem;
	left: 0;
	bottom: 0.1rem;
	width: 1px;
	background: #9C8759;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 2.3rem;
		padding-left: 1.6rem;
		font-size: 1.6rem;
		letter-spacing: 0.08rem;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	padding: 3.2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8.4rem;
	background: #E7EEF6;
}
.comLinkList li a {
	padding: 0.5rem 0 0.5rem 3.6rem;
	color: #112A55;
	display: block;
	letter-spacing: 0.08rem;
	background: url(../img/common/icon01.png) no-repeat left top calc(50% + 0.1rem) / 1.7rem;
}
.comLinkList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLinkList {
		padding: 3.2rem 0 3.5rem;
		gap: 2.6rem;
	}
	.comLinkList li a {
		padding: 0.5rem 0 0.5rem 1.8rem;
		letter-spacing: 0.042rem;
		background: url(../img/common/icon01_sp.png) no-repeat left center / 0.9rem;
	}
}
/*------------------------------------------------------------
	comTagText
------------------------------------------------------------*/
.comTagText {
	position: relative;
	z-index: 5;
	width: fit-content;
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 0.072rem;
}
.comTagText .bgText {
	padding: 1.2rem 3.5rem 1.3rem 3.6rem;
	background: -webkit-linear-gradient(#2B436E,#2B436E) repeat-x center center / 100% 90%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.comTagText.style01 {
	font-size: 2rem;
	letter-spacing: 0.06rem;
}
.comTagText.style01 .bgText {
	padding: 1rem 3.6rem;
}
@media all and (max-width: 896px) {
	.comTagText {
		font-size: 1.6rem !important;
		line-height: 2.25;
		letter-spacing: 0.048rem !important;
	}
	.comTagText .bgText {
		padding: 0.7rem 1.6rem !important;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	margin: 0 auto;
	max-width: 144rem;
	align-items: flex-start;
}
.comTopBox .rBox {
	width: calc(100% - 44.4rem);
}
@media all and (max-width: 896px) {
	.comTopBox {
		display: block;
	}
	.comTopBox .rBox {
		width: auto !important;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
	width: 20.8rem;
}
.comBtn01 a {
	padding: 1rem 4rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 6.4rem;
	color: #112A55;
	font-weight: 700;
	border: 1px solid rgba(43, 67, 110, 0.50);
	transition: all .45s cubic-bezier(.785,.135,.15,.86);
	z-index: 1;
}
.comBtn01 a::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #112A55;
	content: '';
	z-index: -1;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 100%;
	mask-position: left;
	mask-repeat: no-repeat;
	animation: none;
	transition: mask-size .45s cubic-bezier(.785,.135,.15,.86),mask-position .45s step-end;
	will-change: mask-size;
    transform: rotate(0.01deg) translateZ(0);
    backface-visibility: hidden;
}
.comBtn01 a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.6rem;
	width: 1.2rem;
	height: 0.9rem;
	background: url(../img/common/icon02.png) no-repeat left top / 100%;
	content: '';
	transition: all .45s cubic-bezier(.785,.135,.15,.86);
}
.comBtn01.style01 a {
	color: #FFF;
	border-color: rgba(243, 246, 249, 0.4);
}
.comBtn01.style01 a::before {
	background: #F3F6F9;
}
.comBtn01.style01 a::after {
	background-image: url(../img/common/icon03.png);
}
@media all and (min-width: 897px) {
	.comBtn01 a:hover {
		color: #FFF;
	}
	.comBtn01 a:hover::before {
		animation: none;
        mask-position: right;
        mask-size: 100% 100%;
	}
	.comBtn01 a:hover::after {
		background-image: url(../img/common/icon03.png);
	}
	.comBtn01.style01 a:hover {
		color: #112A55;
	}
	.comBtn01.style01 a:hover::after {
		background-image: url(../img/common/icon02.png);
	}
}
@media all and (max-width: 896px) {
	.comBtn01 {
		width: 13.4rem;
	}
	.comBtn01 a {
		padding: 0.1rem 2.5rem 0;
		min-height: 4rem;
	}
	.comBtn01.spec a {
		min-height: 4.8rem;
	}
	.comBtn01 a::after {
		right: 1rem;
		width: 0.8rem;
		height: 0.7rem;
		background-image: url(../img/common/icon02_sp.png);
	}
}
/*------------------------------------------------------------
	comPeopleList
------------------------------------------------------------*/
.comPeopleList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.1rem;
}
.comPeopleList li {
	width: calc((100% - 0.4rem) / 5);
}
.comPeopleList li a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	min-height: 39.9rem;
	background: #2B436E;
}
.comPeopleList li a .arrow {
	position: absolute;
	bottom: 1.5rem;
	right: 2rem;
	width: 2.4rem;
	height: 2.4rem;
	border: 1px solid rgba(243, 246, 249, 0.4);
	content: '';
	box-sizing: border-box;
	z-index: 6;
}
.comPeopleList li a .arrow::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #FFF;
	content: '';
	z-index: -1;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 100%;
	mask-position: left;
	mask-repeat: no-repeat;
	animation: none;
	transition: mask-size .45s cubic-bezier(.785,.135,.15,.86),mask-position .45s step-end;
	will-change: mask-size;
    transform: rotate(0.01deg) translateZ(0);
    backface-visibility: hidden;
}
.comPeopleList li a .arrow::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/icon03.png) no-repeat center center / 1rem;
	content: '';
	z-index: 10;
	transition: all .45s cubic-bezier(.785,.135,.15,.86);
}
.comPeopleList li .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 75 / 133;
	transition: 0.3s;
	overflow: hidden;
}
.comPeopleList li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.comPeopleList li .textBox {
	padding: 1.7rem 2rem 1.5rem 2rem;
	position: relative;
	z-index: 5;
	background: rgba(27, 58, 112, 0.8);
}
.comPeopleList li .textBox .title {
	margin-bottom: 1.6rem;
	color: #DAC69E;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.08rem;
}
.comPeopleList li .textBox .text {
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.07rem;
	text-align: justify;
}
.comPeopleList li.style01 a {
	pointer-events: none;
}
.comPeopleList li.style01 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #97A1B4;
	content: '近日公開';
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.08rem;
	font-family: "Zen Old Mincho", serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
@media all and (min-width: 897px) {
	.comPeopleList li a:hover .photo img {
		transform: scale(1.05);
	}
	.comPeopleList li a:hover .arrow::before {
		animation: none;
        mask-position: right;
        mask-size: 100% 100%;
	}
	.comPeopleList li a:hover .arrow::after {
		background-image: url(../img/common/icon02.png);
	}
}
@media all and (max-width: 896px) {
	.comPeopleList {
		margin: 0 -1.6rem;
		gap: 2.4rem 1px;
	}
	.comPeopleList li {
		width: calc((100% - 1px) / 2);
	}
	.comPeopleList li a {
		min-height: 33.2rem;
	}
	.comPeopleList li a .arrow {
		bottom: 0.8rem;
		right: 0.8rem;
	}
	.comPeopleList li .photo {
		aspect-ratio: 187 / 332;
	}
	.comPeopleList li .photo img {
		object-position: center 20%;
	}
	.comPeopleList li .textBox {
		padding: 0.8rem 0.8rem 0.7rem;
	}
	.comPeopleList li .textBox .title {
		margin-bottom: 0.8rem;
		line-height: 1.6;
		letter-spacing: 0.07rem;
	}
	.comPeopleList li .textBox .text {
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
}
/*------------------------------------------------------------
	comRecruitBox
------------------------------------------------------------*/
.comRecruitBox {
	padding: 11.2rem 0 12rem;
	background: #2B436E url(../img/common/page_bg.png) no-repeat bottom right / 30rem;
}
.comRecruitBox .topText {
	margin-bottom: 5.3rem;
	color: #F3F6F9;
	font-size: 2.4rem;
	letter-spacing: 0.072rem;
	text-align: center;
}
.comRecruitBox .linkList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.1rem;
}
.comRecruitBox .linkList li {
	width: calc((100% - 0.2rem) / 3);
}
.comRecruitBox .linkList li a {
	padding: 4.3rem 4.8rem 4.9rem;
	display: block;
	background: #F3F6F9;
}
.comRecruitBox .linkList li .title {
	margin-bottom: 0.9rem;
	padding: 1rem 5rem 1rem 0;
	color: #112A55;
	font-size: 2.4rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.12rem;
	position: relative;
}
.comRecruitBox .linkList li .title .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.1rem;
	width: 4rem;
	height: 4rem;
	border: 1px solid rgba(43, 67, 110, 0.5);
	box-sizing: border-box;
	content: '';
}
.comRecruitBox .linkList li .title .arrow::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #112A55;
	content: '';
	z-index: -1;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 100%;
	mask-position: left;
	mask-repeat: no-repeat;
	animation: none;
	transition: mask-size .45s cubic-bezier(.785,.135,.15,.86),mask-position .45s step-end;
	will-change: mask-size;
    transform: rotate(0.01deg) translateZ(0);
    backface-visibility: hidden;
}
.comRecruitBox .linkList li .title .arrow::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.2rem;
	height: 0.9rem;
	background: url(../img/common/icon02.png) no-repeat center center / 1.2rem;
	transform: translate(-50%,-50%);
	content: '';
	transition: all .45s cubic-bezier(.785,.135,.15,.86);
}
.comRecruitBox .linkList li .text {
	font-size: 1.4rem;
	line-height: 1.6;
}
.comRecruitBox .linkList li.style01 a {
	color: #FFF;
	background: linear-gradient(180deg, #CAAE71 0%, #A28139 100%);
}
.comRecruitBox .linkList li.style01 a .title {
	color: #FFF;
}
.comRecruitBox .linkList li.style01 a .title .arrow {
	border-color: rgba(243, 246, 249, 0.4);
}
.comRecruitBox .linkList li.style01 a .title .arrow::before {
	background: #F3F6F9;
}
.comRecruitBox .linkList li.style01 a .title .arrow::after {
	background-image: url(../img/common/icon03.png);
}
@media all and (min-width: 897px) {
	.comRecruitBox .linkList li a:hover .title .arrow::before {
		animation: none;
        mask-position: right;
        mask-size: 100% 100%;
	}
	.comRecruitBox .linkList li a:hover .title .arrow::after {
		background-image: url(../img/common/icon03.png);
	}
	.comRecruitBox .linkList li.style01 a:hover .title .arrow::after {
		background-image: url(../img/common/icon02.png);
	}
}
@media all and (max-width: 896px) {
	.comRecruitBox {
		padding: 7.9rem 0 8rem;
		background-size: 20rem;
	}
	.comRecruitBox .topText {
		margin-bottom: 3.7rem;
		font-size: 1.6rem;
		letter-spacing: 0.048rem;
	}
	.comRecruitBox .linkList {
		margin: 0 1.6rem;
		display: block;
	}
	.comRecruitBox .linkList li {
		margin-bottom: 1px;
		width: auto;
	}
	.comRecruitBox .linkList li:last-child {
		margin-bottom: 0;
	}
	.comRecruitBox .linkList li a {
		padding: 2.5rem 4rem 3.1rem;
		display: block;
	}
	.comRecruitBox .linkList li .title {
		margin-bottom: 0.7rem;
		padding: 1rem 5rem 1rem 0;
		font-size: 2rem;
		letter-spacing: 0.1rem;
	}
	.comRecruitBox .linkList li .title .arrow {
		margin-top: -0.1rem;
		right: 0;
		width: 3.2rem;
		height: 3.2rem;
	}
	.comRecruitBox .linkList li .text {
		letter-spacing: 0.042rem;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
	margin-left: -3.6rem;
}
.comPhotoList li {
	margin-right: 2.4rem;
	width: 36rem;
}
@media all and (max-width: 896px) {
	.comPhotoList {
		margin-left: 0;
	}
	.comPhotoList li {
		margin-right: 1.6rem;
		width: 18rem;
		aspect-ratio: 18 / 24;
	}
	.comPhotoList li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/*------------------------------------------------------------
	comStepList
------------------------------------------------------------*/
.comStepList li {
	margin-bottom: 1.6rem;
	position: relative;
	border: 1px solid #D6D9E1;
}
.comStepList li .en {
	position: absolute;
	top: 0;
	left: 0;
	width: 10rem;
	height: 2.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #2B436E;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;
	background: #FFF;
}
.comStepList li .subBox {
	padding: 3.2rem 3.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.comStepList li .subBox .title {
	width: 25rem;
	color: #2B436E;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.09rem;
	font-family: "Zen Old Mincho", serif;
}
.comStepList li .subBox .text {
	width: calc(100% - 25.5rem);
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.07rem;
}
.comStepList li.style01 {
	margin-bottom: 5.8rem;
	position: relative;
}
.comStepList li.style01::before {
	margin-left: 0.4rem;
	padding-left: 1.7rem;
	position: absolute;
	bottom: -4.4rem;
	left: 50%;
	transform: translateX(-50%);
	color: #112A55;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.08rem;
	font-family: "Zen Old Mincho", serif;
	background: url(../img/common/icon07.png) no-repeat left top calc(50% - 0.1rem) / 0.9rem;
	content: '審査通過';
}
@media all and (max-width: 896px) {
	.comStepList li .subBox {
		padding: 3.9rem 2.4rem 2.4rem;
		display: block;
	}
	.comStepList li .subBox .title {
		margin-bottom: 0.6rem;
		width: auto;
		font-size: 1.6rem;
		letter-spacing: 0.08rem;
	}
	.comStepList li .subBox .text {
		width: auto;
		font-size: 1.4rem;
		letter-spacing: 0.042rem;
	}
	.comStepList li.style01 {
		margin-bottom: 5.6rem;
	}
	.comStepList li.style01::before {
		bottom: -4.1rem;
		font-size: 1.6rem;
		line-height: 1.4;
		background-position: left center;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	display: flex;
	flex-wrap: wrap;
	gap: 4.8rem 2.4rem;
}
.comTextList li {
	min-height: 36.2rem;
	padding: 2.9rem 0 2rem;
	position: relative;
	width: calc((100% - 4.8rem) / 3);
	border: 1px solid #D6D9E1;
	box-sizing: border-box;
}
.comTextList li .number {
	padding-top: 0.2rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 3.2rem;
	height: 3.2rem;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #2B436E;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.06rem;
}
.comTextList li .title {
	margin-bottom: 3rem;
	min-height: 5.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #9C8759;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.09rem;
}
.comTextList li .title.style01 {
	margin-bottom: 0.5rem;
}
.comTextList li .title.style02 {
	margin-bottom: 1.7rem;
}
.comTextList li .title.style03 {
	margin-bottom: 5.1rem;
}
.comTextList li .photo {
	margin: 0 auto;
	width: 20rem;
}
.comTextList li .text {
	margin-top: 1.7rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.08rem;
}
@media all and (max-width: 896px) {
.comTextList {
	justify-content: space-between;
	gap: 4rem 0;
}
	.comTextList li {
		min-height: 26rem;
		padding: 2.2rem 0 2rem;
		width: calc((100% - 0.8rem) / 2);
	}
	.comTextList li .number {
		padding-top: 0.2rem;
		width: 2.4rem;
		height: 2.4rem;
	}
	.comTextList li .title {
		margin-bottom: 2.9rem;
		min-height: 4.5rem;
		font-size: 1.4rem;
		letter-spacing: 0.07rem;
	}
	.comTextList li .title.style01 {
		margin-bottom: 0.9rem;
	}
	.comTextList li .title.style02 {
		margin-bottom: 1.9rem;
	}
	.comTextList li .title.style03 {
		margin-bottom: 4.2rem;
	}
	.comTextList li .photo {
		width: 13rem;
	}
	.comTextList li .text {
		margin-top: 0.7rem;
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
}
/*------------------------------------------------------------
	animate
------------------------------------------------------------*/
.fadeLeft {
	opacity: 0;
	transform: translateX(-3rem);
	transition: .7s;
}
.animate.isShow .fadeLeft {
	opacity: 1;
	transform: translateX(0);
}
.fadeSmall {
	opacity: 0;
	transform: scale(0.8);
	transition: .7s;
}
.animate.isShow .fadeSmall {
	opacity: 1;
	transform: scale(1);
}
.fadeBottom {
	opacity: 0;
	transform: translateY(3rem);
	transition: .7s;
}
.animate.isShow .fadeBottom {
	opacity: 1;
	transform: translateY(0);
}
.fadePhoto {
	overflow: hidden;
	clip-path: inset(0 100% 0 0);
	transition: .7s;
}
.fadePhoto img {
	transform: scale(1.5);
	transition: inherit;
}
.animate.isShow .fadePhoto {
	clip-path: inset(0 0 0 0);
}
.animate.isShow .fadePhoto img {
	transform: scale(1);
}
.fadeTitle {
	clip-path: inset(0 100% 0 0);
	transition: .7s;
}
.animate.isShow .fadeTitle {
	clip-path: inset(0 0 0 0);
}
.animate .dely01 {
	transition-delay: .2s;
}
.animate .dely02 {
	transition-delay: .4s;
}
.animate .dely03 {
	transition-delay: .6s;
}
.animate .dely04 {
	transition-delay: .8s;
}