@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;}
.quicksand {
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 120rem;
	box-sizing: content-box;
	position: relative;
	z-index: 15;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 !important;
		padding: 0 2rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 6.8rem;
	text-align: center;
}
.headLine01 .en {
	margin: 0 auto -3.3rem;
	display: block;
	width: fit-content;
	color: #ff9600;
	font-size: 12.8rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-family: "Quicksand", sans-serif;
	background-image: -webkit-linear-gradient(90deg,transparent 20%,#ffae68 70%,#ffae68 100%); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
}
.headLine01 .jp {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.headLine01.left {
    text-align: left;
}
.headLine01.left .en {
    margin-left: 0;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4rem;
	}
	.headLine01 .en {
		margin: 0 auto -1.5rem;
		font-size: 4.5rem;
		background-image: -webkit-linear-gradient(90deg,transparent 20%,#ffae68 70%,#ffae68 100%); 
	}
	.headLine01 .jp {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
.headLine02 {
    color: #FFF;
}
.headLine02 .en {
    margin-bottom: -3.8rem;
    display: block;
    width: fit-content;
    color: #FFF;
    font-size: 14rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-family: "Quicksand", sans-serif;
    background-image: -webkit-linear-gradient(90deg,transparent 18%,#FFF 70%,#FFF 100%); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}
.headLine02 .jp {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine02 .en {
		margin-bottom: -2rem;
		font-size: 6rem;
	}
	.headLine02 .jp {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
    headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 4.5rem;
    padding-left: 3rem;
    position: relative;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.headLine03::before {
    width: 1rem;
    position: absolute;
    left: 0;
    top: -0.3rem;
    bottom: -0.5rem;
    border-radius: 2rem;
    background-color: #E05916;
    content: "";
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 3rem !important;
        padding-left: 2rem;
        font-size: 2.2rem;
    }
    .headLine03::before {
        width: 0.6rem;
        top: -0.2rem;
        bottom: -0.2rem;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: fit-content;
}
.comLink a {
	padding: 4rem 9.4rem 4.4rem 0;
	display: block;
	letter-spacing: 0.1em;
	background: url(../img/common/icon03.png) no-repeat right center / 7rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink a {
		padding: 2rem 5rem 2.4rem 0;
		background: url(../img/common/icon03.png) no-repeat right center / 3.5rem;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	padding: 13.4rem 0 15rem;
	position: relative;
	border-radius: 0 10rem 0 10rem;
	background : linear-gradient(45deg, rgba(224, 89, 22, 1) 0%, rgba(255, 174, 104, 1) 100%);
}
.comContactBox::before {
	position: absolute;
	top: -13.1rem;
	left: 0;
	width: 100%;
	height: 18rem;
	background: url(../img/index/office_bg01.png) no-repeat center top / 100%;
	content: '';
	z-index: -1;
}
.comContactBox .headLine01 {
	margin-bottom: 5.5rem;
	color: #FFF;
}
.comContactBox .headLine01 .en {
	background-image: -webkit-linear-gradient(90deg,transparent 15%,#FFF 80%,#FFF 100%); 
}
.comContactBox .inner {
	padding: 5rem 5rem 4.5rem;
	background: #FFF;
	border-radius: 3rem;
	align-items: flex-start;
	position: relative;
}
.comContactBox .inner::before {
	position: absolute;
	top: -13rem;
	right: 10.3rem;
	width: 39.7rem;
	height: 16rem;
	background: url(../img/common/contact_img01.png) no-repeat left top / 100%;
	content: '';
}
.comContactBox .inner .textBox {
	width: 44rem;
}
.comContactBox .inner .textBox .textUl {
	margin-bottom: 1.1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.comContactBox .inner .textBox .textUl li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: calc((100% - 2rem) / 3);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 1px solid #e05916;
	color: #e05916;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: center;
}
.comContactBox .inner .textBox .text {
	line-height: 2;
	letter-spacing: 0.1em;
}
.comContactBox .inner .rBox {
	padding: 4rem 3rem 1.1rem;
	width: calc(100% - 50rem);
	background: #fff5db;
	border-radius: 2rem;
	box-sizing: border-box;
}
.comContactBox .inner .rBox .linkUl {
	margin-bottom: 1.1rem;
}
.comContactBox .inner .rBox .linkUl li {
	width: calc((100% - 2rem) / 2);
}
.comContactBox .inner .rBox .linkUl li a {
	min-height: 6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	border: 1px solid #e05916;
	background: #FFF;
}
.comContactBox .inner .rBox .linkUl li a:hover {
	opacity: 0.7;
}
.comContactBox .inner .rBox .linkUl li:nth-child(2) a {
	background: #e05916;
}
.comContactBox .inner .rBox .linkUl li a .sub {
	padding: 1rem 0 1rem 4.7rem;
	display: inline-block;
	color: #e05916;
	font-size: 1.8rem;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	background: url(../img/common/icon06.png) no-repeat left center / 4.1rem;
}
.comContactBox .inner .rBox .linkUl li:nth-child(2) a .sub {
	padding: 0.5rem 0 0.8rem 3.2rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
	background: url(../img/common/icon07.png) no-repeat left center / 2.2rem;
}
.comContactBox .inner .rBox .telBox {
	display: flex;
	flex-wrap: nowrap;
}
.comContactBox .inner .rBox .telBox .tel {
	margin-right: 2.4rem;
}
.comContactBox .inner .rBox .telBox .tel a {
	padding: 0.5rem 0 0.5rem 5rem;
	display: block;
	color: #e05916;
	font-size: 5.2rem;
	font-family: "Quicksand", sans-serif;
	background: url(../img/common/icon08.png) no-repeat left top calc(50% + 0.2rem) / 4rem;
}
.comContactBox .inner .rBox .telBox .text {
	margin-top: 2.3rem;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.64 !important;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 7rem 0;
		border-radius: 0 5rem 0 5rem;
	}
	.comContactBox::before {
		top: -6rem;
		height: 9rem;
		background-size: cover;
	}
	.comContactBox .headLine01 {
		margin-bottom: 4rem;
	}
	.comContactBox .inner {
		padding: 4rem 2rem;
		border-radius: 2rem;
		display: block;
	}
	.comContactBox .inner::before {
		top: -4rem;
		right: 2rem;
		width: 16rem;
		height: 8rem;
	}
	.comContactBox .inner .textBox {
		margin-bottom: 3rem;
		width: auto;
	}
	.comContactBox .inner .textBox .textUl {
		margin: 0 auto;
		max-width: 29.5rem;
		gap: 0.5rem;
	}
	.comContactBox .inner .textBox .textUl li {
		width: calc((100% - 1rem) / 3);
		font-size: 1.4rem;
	}
	.comContactBox .inner .rBox {
		padding: 3rem 2rem 2rem;
		width: auto;
	}
	.comContactBox .inner .rBox .linkUl {
		margin: 0 auto 1.1rem;
		display: block;
		max-width: 25.5rem;
	}
	.comContactBox .inner .rBox .linkUl li {
		margin-bottom: 1.5rem;
		width: auto;
	}
	.comContactBox .inner .rBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	.comContactBox .inner .rBox .linkUl li a {
		min-height: 5rem;
	}
	.comContactBox .inner .rBox .linkUl li a .sub {
		padding: 1rem 0 1rem 4.2rem;
		font-size: 1.6rem;
		background: url(../img/common/icon06.png) no-repeat left center / 3.6rem;
	}
	.comContactBox .inner .rBox .telBox {
		display: block;
	}
	.comContactBox .inner .rBox .telBox .tel {
		margin-right: 0;
	}
	.comContactBox .inner .rBox .telBox .tel a {
		margin: 0 auto;
		padding: 0.5rem 0 0.5rem 4rem;
		width: fit-content;
		font-size: 3rem;
		background: url(../img/common/icon08.png) no-repeat left center / 3rem;
	}
	.comContactBox .inner .rBox .telBox .text {
		margin-top: 1rem;
		font-size: 1.2rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	background: url(../img/index/pick_bg01.png) no-repeat right -59rem top 12rem / 89.4rem,url(../img/index/pick_bg01.png) no-repeat left -59rem top 122rem / 89.4rem,url(../img/index/pick_bg01.png) no-repeat right -60rem bottom 0 / 89.4rem;
}
@media all and (max-width: 896px) {
	.comBgBox {
		background: url(../img/index/pick_bg01.png) no-repeat right -30rem top 40rem / 44.7rem,url(../img/index/pick_bg01.png) no-repeat left -30rem bottom 100rem / 44.7rem,url(../img/index/pick_bg01.png) no-repeat right -30rem bottom 20rem / 44.7rem;
	}
}