@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* 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-face {
	font-family: "nicoca_v2-5";
	src: url("../font/nicoca_v2-5.ttf");
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 112rem;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 2rem;
		max-width: 100% !important;
	}
}
/*------------------------------------------------------------
	comlinkUl
------------------------------------------------------------*/
.comlinkUl {
	gap: 1rem;
}
.comlinkUl li {
	margin-bottom: 1rem;
	width: fit-content;
}
.comlinkUl li:last-child {
	margin-bottom: 0 !important;
}
.comlinkUl a {
	padding: 0 2.7rem 0 4rem;
	min-height: 5rem;
	display: flex;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border-radius: 20rem;
	border: 1px solid #CC0012;
	background-color: #CC0012;
}
.comlinkUl span {
	padding: 0 3.3rem 0 0;
	background: url(../img/common/icon02_white.png) no-repeat right 1rem top calc(50% + 0.1rem) / 1.3rem;
	transition: .3s;
}
.comlinkUl .else a span {
	background-image: url(../img/common/icon01_white.png);
	background-size: 1.2rem auto;
}
@media all and (min-width: 897px) {
	.comlinkUl a:hover {
		color: #000;
		background-color: #fff;
		border-color: #fff;
	}
	.comlinkUl a:hover span {
		background-image: url(../img/common/icon02.png);
		background-position: right top calc(50% + 0.1rem) !important;
	}
	.comlinkUl .else a:hover span {
		background-image: url(../img/common/icon01.png);
	}
	.comlinkUl.black a:hover {
		border-color: #000;
	}
}
@media all and (max-width: 896px) {
	.comlinkUl {
		display: block;
	}
	.comlinkUl a {
		padding: 0 2.6rem 0 2.8rem;
		font-size: 1.2rem;
		min-height: 3.5rem;
	}
	.comlinkUl span {
		padding-right: 2rem;
		background-position: right top calc(50%);
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.5rem;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.088rem;
}
.headLine01 .en img {
	margin-bottom: 1.8rem;
	display: block;
	height: 3.8rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1.6rem;
		font-size: 1.8rem;
		letter-spacing: 0.072rem;
	}
	.headLine01 .en img {
		margin-bottom: 1rem;
		height: 2.55rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	color: #FFF;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.3rem;
}
.headLine02 .jp {
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.headLine02 .en {
	margin-top: 1.4rem;
	display: block;
	color: #CC0012;
	font-family: "nicoca_v2-5";
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 0.45rem;
}
.headLine02 .tag {
	margin-bottom: 0.8rem;
	padding: 0.85rem 2rem 0.9rem;
	display: block;
	width: fit-content;
	font-size: 2rem;
	letter-spacing: 0;
	background-color: rgba(0, 0, 0, 0.10);
	border: 1px solid #fff;
	border-radius: 2rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2.2rem;
		line-height: 1;
		letter-spacing: 0.132rem;
	}
	.headLine02 .jp {
		text-shadow: 0 0 9.6px rgba(0, 0, 0, 0.15);
	}
	.headLine02 .en {
		margin-top: 0.7rem;
		font-size: 1.8rem;
		letter-spacing: 0.225rem;
	}
	.headLine02 .tag {
		margin-bottom: 0.4rem;
		padding: 0.5rem 1.2rem 0.5rem;
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2rem;
	padding-left: 1.2rem;
	font-size: 3.2rem;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.128rem;
	border-left: 0.4rem solid #CC0012;
}
.headLine03 img {
	padding-top: 0.3rem;
	margin-bottom: 1rem;
	display: block;
	width: auto;
	height: 2rem;
}
.headLine03 .sml {
	margin-top: 1.1rem;
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.headLine03 {
		padding-left: 1.2rem;
		font-size: 1.8rem;
		letter-spacing: 0.072rem;
	}
	.headLine03 img {
		height: 1.41rem;
	}
	.headLine03 .sml {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 4rem;
	text-align: center;
	font-weight: 700;
	font-size: 3.8rem;
	letter-spacing: 0.152rem;
	color: #000;
}
.headLine04 span {
	margin-bottom: 3rem;
	padding-bottom: 2.1rem;
	position: relative;
	display: block;
	color: #CC0012;
	font-size: 4.2rem;
	letter-spacing: 0.3rem;
}
.headLine04 span::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 6rem;
	height: 0.3rem;
	background-color: #CC0012;
	content: "";
	transform: translateX(-50%);
	z-index: 1;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 2.2rem;
		font-size: 2.2rem;
		letter-spacing: 0.088rem;
	}
	.headLine04 span {
		margin-bottom: 1.2rem;
		padding-bottom: 1.8rem;
		font-size: 2.4rem;
	}
	.headLine04 span::after {
		width: 4rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 3.5rem;
	font-size: 3.6rem;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
}
.headLine05 span {
	display: block;
	font-size: 2.4rem;
	color: #CC0012;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 2.7rem;
		font-size: 1.8rem !important;
		line-height: 1.55 !important;
	}
	.headLine05 span {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox a {
	position: relative;
	display: block;
}
.comImgBox .photoBox {
	border-radius: 2rem;
	overflow: hidden;
	height: 100%;
}
.comImgBox img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
.comImgBox .btn {
	width: fit-content;
	padding: 1.3rem 6.7rem 1rem 2rem;
	font-size: 1.8rem;
	color: #000;
	font-weight: 700;
	background: #fff url(../img/common/icon02.png) no-repeat right 2.9rem top calc(50% + 0.3rem) / 1.8rem;
	border-top-right-radius: 2rem;
	overflow: hidden;
	transition: .3s;
	position: absolute;
	bottom: 0;
	left: 0;
}
.comImgBox.else .btn {
	padding-right: 6.2rem !important;
	background-image: url(../img/common/icon01.png);
	background-size: 1.2rem auto;
}
@media all and (min-width: 897px) {
	.comImgBox a:hover .btn  {
		background-position: right 1.9rem top calc(50% + 0.3rem);
	}
	.comImgBox a:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.comImgBox a {
		aspect-ratio: 350/197;
	}
	.comImgBox .btn {
		padding: 1.2rem 6.2rem 0.7rem 2rem;
		font-size: 1.5rem;
		background-size: 1.3rem auto;
		background-position: right 2.9rem top calc(50% + 0.2rem);
	}
	.comImgBox.else .btn {
		padding-right: 5.8rem !important;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	margin-top: 10rem;
	padding: 10rem 0 9.4rem;
	background: url(../img/common/contact_img01.png) no-repeat bottom right / 25rem,url(../img/common/contact_bg.jpg) no-repeat center center / cover;
}
.comContactBox .content {
	align-items: flex-start;
	max-width: 99rem;
}
.comContactBox .headLine01 {
	margin-top: 1.6rem;
	width: 36.2rem;
}
.comContactBox .headLine01 img {
	margin-bottom: 2rem;
}
.comContactBox .rBox {
	margin-right: -0.5rem;
	width: 40rem;
}
.comContactBox .rBox .telBox {
	margin-top: 1.9rem;
	padding: 0.5rem 0 0.5rem 8.5rem;
	background: url(../img/common/icon_smartphone.png) no-repeat left 1.5rem top calc(50% + 0.2rem) / 6.3rem;
}
.comContactBox .rBox .telBox a {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
.comContactBox .rBox .telBox .sml {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.comContactBox {
		margin-top: 6rem;
		padding: 5rem 0 4.2rem;
		background: url(../img/common/contact_img01.png) no-repeat bottom right -1rem / 15rem,url(../img/common/contact_bg_sp.jpg) no-repeat center center / cover;
	}
	.comContactBox .content {
		display: block;
	}
	.comContactBox .headLine01 {
		margin: 0 auto 3.6rem;
		width: 24rem;
		font-size: 1.32rem;
		letter-spacing: 0.053rem;
	}
	.comContactBox .headLine01 img {
		margin-bottom: 1.3rem;
		height: 2.3rem;
	}
	.comContactBox .rBox {
		margin: 0 auto;
		width: 24rem;
	}
	.comContactBox .rBox .comBtnUl li {
		width: 24rem;
	}
	.comContactBox .rBox .telBox {
		margin-top: 0.8rem;
		padding-left: 5rem;
		background-size: 3.8rem auto;
		background-position: left 0.8rem top calc(50% + 0.2rem);
	}
	.comContactBox .rBox .telBox a {
		font-size: 2.7rem;
		line-height: 1.42;
	}
	.comContactBox .rBox .telBox .sml {
		font-size: 0.9rem;
	}
}
/*------------------------------------------------------------
	comBtnUl
------------------------------------------------------------*/
.comBtnUl li {
	margin-bottom: 3rem;
	width: 40rem;
}
.comBtnUl li:last-child {
	margin-bottom: 0;
}
.comBtnUl a {
	padding: 0.5rem 5rem 0.5rem 9.8rem;
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	min-height: 8rem;
	color: #fff;
	background: url(../img/common/icon_apply_white.png) no-repeat left 3rem center / 4.8rem, url(../img/common/icon02_white.png) no-repeat right 2.8rem top calc(50% + 0.1rem) / 1.8rem,#CC0012;
	border-radius: 4rem;
}
.comBtnUl li.else a {
	color: #000;
	background-color: #fff;
	background-image: url(../img/common/icon_mail_blcak.png),url(../img/common/icon_new_window_red.png);
}
@media all and (min-width: 897px) {
	.comBtnUl a:hover {
		background-color: #fff;
		color: #000;
		background-image: url(../img/common/icon_apply_blcak.png),url(../img/common/icon02.png);
		background-position: left 3rem center,right 1.8rem top calc(50% + 0.1rem);
	}
	.comBtnUl li.else a:hover {
		color: #fff;
		background: url(../img/common/icon_mail_white.png) no-repeat left 3rem center / 4.8rem,url(../img/common/icon_new_window_white.png) no-repeat right 1.8rem top calc(50% + 0.1rem) / 1.8rem;
		background-color: #CC0012;
	}
}
@media all and (max-width: 896px) {
	.comBtnUl li {
		margin: 0 auto 1.8rem;
		width: 23.7rem;
	}
	.comBtnUl a {
		padding: 0.5rem 3.5rem 0.5rem 5.8rem;
		font-size: 1.5rem;
		min-height: 4.8rem;
		background-size: 2.9rem auto,1.3rem auto;
		background-position: left 1.7rem center,right 1.8rem center;
	}
	.comBtnUl li.else a {
		background-color: #EEE;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding-top: 10rem;
	margin-bottom: 8.3rem;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 56rem;
	background: url(../img/about/concept/page_photo.jpg) no-repeat center center / cover;
}
.pageTitle::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 41.1rem;
	height: 100%;
	z-index: 1;
	content: "";
	background: url(../img/common/page_img.png) no-repeat left top / 41.1rem;
	pointer-events: none;
}
.pageTitle .content {
	padding: 0 22rem;
	max-width: 192rem;
	width: 100%;
}
.pageTitle .hTitle {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 3.9rem 10.1rem 3.7rem 10rem;
	width: fit-content;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	background-color: #000;
	border-bottom-right-radius: 2rem;
	min-height: 14rem;
}
.pageTitle .hTitle .en {
	margin-bottom: 0.7rem;
	display: block;
	color: #CC0012;
	font-family: "nicoca_v2-5";
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.35rem;
}
@media all and (min-width: 1920px) {
	.pageTitle {
		background-image: url(../img/about/concept/page_photo_1920.jpg);
	}
	.pageTitle .content {
		padding: 0 20rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding-top: 4rem;
		margin-bottom: 4rem;
		aspect-ratio: 39/30;
		min-height: 30rem;
		background-image:url(../img/about/concept/page_photo_sp.jpg);
	}
	.pageTitle::after {
		width: 24.8rem;
		background-size: 24.8rem auto,cover;
	}
	.pageTitle .content {
		padding: 0 2rem 0 5.7rem;
	}
	.pageTitle .hTitle {
		padding: 1.6rem 4.3rem;
		font-size: 1.2rem;
		line-height: 1;
		border-bottom-right-radius: 0.86rem;
		min-height: 6rem;
	}
	.pageTitle .hTitle .en {
		margin-bottom: 0.3rem;
		font-size: 1.2rem;
		letter-spacing: 0.15rem;
	}
}
/*------------------------------------------------------------
	comStepList
------------------------------------------------------------*/
.comStepList {
	margin-bottom: 1.2rem;
}
.comStepList li {
	margin-bottom: 1.2rem;
	padding-left: 2.9rem;
	font-size: 2.2rem;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
	background: url(../img/common/check_icon.png) no-repeat left top / 2.4rem;
}
.comStepList li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comStepList {
		margin-bottom: 1.1rem;
	}
	.comStepList li {
		padding: 1px 0 1px 2.3rem;
		font-size: 1.6rem;
		background-size: 1.8rem auto;
		background-position: left top -1px;
	}
}
/*------------------------------------------------------------
	comAnchorUl
------------------------------------------------------------*/
.comAnchorUl {
	margin: 0 auto 4.8rem;
	width: fit-content;
	border: 1px solid #D9D9D9;
	border-radius: 1rem;
	overflow: hidden;
}
.comAnchorUl li {
	position: relative;
	width: 22rem;
}
.comAnchorUl li:not(:last-child)::after {
	position: absolute;
	top: 2rem;
	right: 0;
	bottom: 2rem;
	width: 1px;
	border-right: 1px dashed #D9D9D9;
	content: "";
}
.comAnchorUl a {
	min-height: 9.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.07rem;
}
.comAnchorUl span {
	margin-top: 1.5rem;
	min-height: 5rem;
	display: inline-block;
	background: url(../img/common/icon08.png) no-repeat center bottom 1.7rem / 1.1rem;
	transition: .3s;
}
@media all and (min-width: 897px) {
	.comAnchorUl a:hover span {
		background-position: center bottom 0.7rem;
	}
}
@media all and (max-width: 896px) {
	.comAnchorUl {
		margin-bottom: 3.3rem;
		border-radius: 0.7rem;
	}
	.comAnchorUl li {
		width: 15.4rem;
	}
	.comAnchorUl li:not(:last-child)::after {
		top: 1.5rem;
		bottom: 1.5rem;
	}
	.comAnchorUl a {
		min-height: 6.8rem;
		font-size: 0.98rem;
		letter-spacing: 0.049rem;
	}
	.comAnchorUl span {
		padding-bottom: 0.8rem;
		margin-top: 0;
		min-height: fit-content;
		background-size: 0.8rem auto;
		background-position: center bottom;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox .hTitle {
	margin-bottom: 2.3rem;
	text-align: center;
	font-size: 3.8rem;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.152rem;
}
.comTopBox .hTitle .color {
	color: #CC0012;
}
.comTopBox .text {
	margin-bottom: 4.7rem;
	text-align: center;
	line-height: 2;
}
@media all and (max-width: 896px) {
	.comTopBox .hTitle {
		margin-bottom: 2.3rem;
		font-size: 2.2rem;
		letter-spacing: 0.088rem;
	}
	.comTopBox .text {
		text-align: left;
		margin-bottom: 2.3rem;
	}
}