@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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
------------------------------------------------------------*/
.jost {
	font-family: "Jost", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 95%;
	max-width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		width: 90%;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.8rem;
	text-align: center;
	color: #969696;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.headLine01 .en {
	margin-bottom: -0.4rem;
	display: block;
	color: #222;
	font-size: 4.2rem;
	letter-spacing: -0.02em;
	font-family: "Jost", sans-serif;
}
.headLine01 .jp {
	margin-bottom: -0.4rem;
	display: block;
	color: #222;
	font-size: 3.0rem;
	letter-spacing: -0.02em;
	font-family: "Jost", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4.5rem;
		font-size: 1.4rem;
	}
	.headLine01 .en {
		margin-bottom: -0.3rem;
		font-size: 3.2rem;
	}
	.headLine01 .jp {
		margin-bottom: -0.3rem;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.9rem;
	position: relative;
	text-align: center;
	color: #1F1F1F;
	font-weight: 600;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}
/* .headLine02::before {
	position: absolute;
	left: 50%;
	width: 6.7rem;
	height: 0.6rem;
	background-color: #6DF0DC;
	transform: translateX(-50%);
	bottom: -1.7rem;
	content: "";
} */
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3rem;
		font-size: 2.2rem;
	}
	/* .headLine02::before {
		width: 5rem;
		height: 0.4rem;
		bottom: -1rem;
	} */
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	justify-content: flex-start;
	gap: 15px;
	width: fit-content;
}
.comLinkList li a {
	position: relative;
	display: block;
}
/* .comLinkList li a::before {
	content: 'coming soon';
	color: #fff;
	background-color: rgb(49 49 49 / 80%);
	text-align: center;
	align-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
} */
.comLinkList li:last-child a::before {
	border-radius: 6px;
}
.comLinkList li img {
	height: 6.8rem;
	width: auto;
}
.comLinkList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLinkList {
		justify-content: center;
		flex-wrap: nowrap;
		width: 95%;
		margin: 0 auto;
	}
	.comLinkList li img {
		height: 5.4rem;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	padding-bottom: 8.6rem;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.comTopBox .pho01 {
	position: absolute;
	left: -2.6rem;
	top: 0.5rem;
	width: 32.5rem;
	z-index: -1;
}
.comTopBox .pho02 {
	position: absolute;
	right: -2.7rem;
	top: 4rem;
	width: 30.3rem;
	z-index: -1;
}
.comTopBox h2 {
	margin-bottom: 1.1rem;
	font-weight: 600;
	font-size: 3.6rem;
	letter-spacing: 0.05em;
}
.comTopBox p {
	font-size: 2rem;
	line-height: 2;
	font-weight: 600;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.toppage .comTopBox {
		padding: 0 1.5rem 6rem;
	}
	.comTopBox {
		padding: 0 1.5rem 3.7rem;
	}
	.comTopBox .pho01 {
		margin: 5rem -1.5rem 2.3rem -2.6rem;
		position: static;
		width: auto;
	}
	.comTopBox .pho01 img {
		width: 100%;
	}
	.comTopBox h2 {
		margin-bottom: 1.7rem;
		font-size: 2.4rem;
		line-height: 1.375;
	}
	.comTopBox p {
		font-size: 1.6rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	margin-bottom: 4.1rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
}
.comList li {
	margin-top: 4.4rem;
	position: relative;
}
.comList .step {
	width: 11.3rem;
	margin: 0 auto 0.9rem;
	position: relative;
	padding-top: 0.9rem;
	line-height: 1;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	color: #222;
	border: 1px solid #707070;
	border-bottom: none;
}
.comList .step::before,
.comList .step::after {
	position: absolute;
	left: -1px;
	top: 0;
	width: 0.2rem;
	height: 0.3rem;
	content: "";
	background-color: #fff;
}
.comList .step::after {
	left: auto;
	right: -1px;
}
.comList .pho {
	margin-bottom: 1.8rem;
	position: relative;
}
.comList .pho img {
	width: 100%;
	border-radius: 2.4rem;
}
.comList .pho01 img {
	border: 1px solid #D0D0D0;
}
.comList li:not(:last-child) .pho::before {
	position: absolute;
	right: -2rem;
	top: 50%;
	background: url(../img/common/icon02.png) no-repeat;
	background-size: 1.4rem auto;
	width: 1.4rem;
	height: 2.4rem;
	content: "";
	transform: translateY(-50%);
}
.comList .ttl {
	margin-bottom: 0.8rem;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
}
.comList .text {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	.comList li:nth-child(4n) .pho::before {
		display: none;
	}
}
@media all and (max-width: 896px) {
	.comList {
		margin-bottom: 2.5rem;
		justify-content: space-between;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.comList li {
		margin-top: 3.4rem;
	}
	.comList li:not(:last-child) .pho::before {
		right: -1.4rem;
		background-size: 1rem auto;
		width: 1rem;
		height: 1.6rem;
	}
	.comList li:nth-child(2n) .pho::before {
		display: none;
	}
	.comList .step {
		width: 7.6rem;
		margin: 0 auto 0.7rem;
		padding-top: 0.5rem;
		font-size: 1.6rem;
	}
	.comList .pho {
		margin-bottom: 1rem;
	}
	.comList .ttl {
		margin: 0 -1rem 1.7rem;
		font-size: 1.6rem;
		line-height: 1.375;
	}
	.comList .text {
		line-height: 1.73;
		letter-spacing: 0;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 31.1rem;
	margin: 0 auto;
}
.comLink a {
	height: 7.5rem;
	padding: 0 0 0.4rem 4.1rem;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	color: #fff;
	font-weight: 600;
	border-radius: 5rem;
	background: #ce4f0c url(../img/common/icon03.png) no-repeat center right 3.3rem;
	background-size: 2.4rem auto;
	border: 0.5rem solid #a73919;
	box-sizing: border-box;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		width: 22.2rem;
	}
	.comLink a {
		height: 5.3rem;
		padding: 0 0 0.4rem 2.8rem;
		font-size: 1.6rem;
		background-position: center right 2.3rem;
		background-size: 1.8rem auto;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	margin-top: 26rem;
	padding: 0.1rem 0 9.7rem;
	position: relative;
	background-color: #6df0dc;
}
.comContact::before {
	position: absolute;
	left: 0;
	top: 1px;
	transform: translate(0, -100%);
	width: 100%;
	height: 9.7rem;
	background: url(../img/common/contact_bg.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
.comContact .content {
	max-width: 82rem;
}
.comContact .imgBox {
	position: relative;
}
.comContact .pho {
	width: 20.7rem;
	position: absolute;
	left: 0;
	bottom: -1.2rem;
}
.comContact .textBox {
	margin-left: auto;
	width: 52.5rem;
}
.comContact h2 {
	margin: -1.3rem 0 0.9rem;
	width: 50.7rem;
}
.comContact p {
	margin-bottom: 1.6rem;
	color: #222;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.comContact .comLinkList {
	margin: 0 0 1.8rem -0.9rem;
}
.comContact .note {
	margin-bottom: 0;
	font-size: 1.5rem;
}
.comContact .note a {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	.comContact .note a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.comContact {
		margin-top: 21.2rem;
		padding-bottom: 5.1rem;
	}
	.comContact::before {
		height: 3.5rem;
		background-image: url(../img/common/contact_bg_sp.png);
	}
	.comContact .pho {
		width: 20.7rem;
		margin: -14rem auto 2.2rem;
		position: static;
	}
	.comContact .textBox {
		width: fit-content;
		margin: 0 auto;
	}
	.comContact h2 {
		margin: 0 0 0.7rem;
		width: 33rem;
	}
	.comContact p {
		margin-bottom: 3.1rem;
	}
	.comContact .comLinkList {
		margin: 0 auto 2.9rem;
		width: 18.5rem;
		display: block;
	}
	.comContact .comLinkList li:first-child {
		margin-bottom: 1.6rem;
	}
	.comContact .comLinkList img {
		width: 18.5rem;
		height: auto;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 0 1.2rem 4.1rem;
}
#pagePath li {
	display: inline;
	font-size: 1.2rem;
	color: #121212;
	letter-spacing: 0.05em;
}
#pagePath a {
	padding-right: 0.8rem;
	display: inline-block;
	color: #121212;
}
#pagePath a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		padding-bottom: 2rem;
	}
}
/*------------------------------------------------------------
	comTopList
------------------------------------------------------------*/
.comTopList {
	margin: -1.3rem auto 4.4rem;
}
.comTopList li {
	width: 48.4%;
	margin-top: 1.3rem;
}
.comTopList a {
	padding: 1.3rem 5rem 1.2rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #121212;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	border: 0.3rem solid #D1D1D1;
	border-radius: 5rem;
	box-sizing: border-box;
	background: url(../img/common/icon04.png) no-repeat left 2rem center;
	background-size: 2.1rem auto;
}
.comTopList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comTopList {
		margin-bottom: 3rem;
		display: block;
	}
	.comTopList li {
		width: auto !important;
		max-width: 450px;
		margin: 1.3rem auto 0;
	}
	.comTopList a {
		padding: 0.8rem 5rem;
		font-size: 1.4rem;
		border-width: 0.2rem;
		text-align: left;
		justify-content: flex-start;
	}
}
/*------------------------------------------------------------
	comProhibited
------------------------------------------------------------*/
.comProhibited {
	padding: 4.7rem 6rem 5.6rem;
	border-radius: 1.8rem;
	border: 0.5rem solid #dbdbdb;
}
.comProhibited .headLine01 {
	margin-bottom: 1.9rem;
}
.comProhibited .comLink {
	margin-top: 4.8rem;
}
/* .comProhibited .comLink a {
	padding-left: 8.6rem;
	font-size: 2.2rem;
	background: #ce4f0c url(../img/common/icon08.png) no-repeat center left 4.1rem;
    background-size: 2.9rem auto;
} */
@media all and (min-width: 897px) {
	.comProhibited .headLine01 .en {
		margin-bottom: -1.3rem;
	}
}
@media all and (max-width: 896px) {
	.comProhibited {
		padding: 2rem;
		border-width: 0.4rem;
	}
	.comProhibited .headLine01 {
		margin-bottom: 1rem;
	}
	.comProhibited .comLink {
		margin-top: 2.5rem;
	}
	/* .comProhibited .comLink a {
		padding-left: 6rem;
		font-size: 1.6rem;
		background-position: center left 2.6rem;
		background-size: 2rem auto;
	} */
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList li {
	padding: 1.2rem 0 1.1rem 4.3rem;
	color: #191919;
	letter-spacing: 0.05em;
	background: url(../img/common/icon07.png) no-repeat left 0.1rem top 1.2rem;
	background-size: 2.4rem auto;
	border-bottom: 1px dashed #343434;
}
@media all and (max-width: 896px) {
	.comTextList li {
		padding: 1rem 0 1rem 3rem;
		background-size: 2rem auto;
	}
}
/*------------------------------------------------------------
	comListUl
------------------------------------------------------------*/
.comListUl li {
	margin-bottom: 2.5rem;
	display: flex;
	justify-content: space-between;
	padding: 3.1rem 5rem 3rem;
	border-radius: 1.3rem;
	border: 0.4rem solid #ddd;
}
.comListUl li:last-child {
	margin-bottom: 0 !important;
}
.comListUl .pho {
	width: 15.8rem;
	overflow: hidden;
	border-radius: 2.4rem;
}
.comListUl .pho img {
	width: 100%;
}
.comListUl .pho01 {
	border: 1px solid #E3E3E3;
}
.comListUl .textBox {
	width: calc(100% - 20rem);
	margin-top: 1.8rem;
}
.comListUl h3 {
	margin-bottom: 0.4rem;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.comListUl p {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.comListUl li {
		margin-bottom: 2rem;
		display: block;
		padding: 2rem;
		border-width: 0.3rem;
	}
	.comListUl .pho {
		width: auto;
	}
	.comListUl .textBox {
		width: auto;
	}
}