@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1050px;
}
@media all and (max-width: 896px) {
}



/* headLine01 */
.headLine01 {
	margin-bottom: 17px;
	color: #f0743a;
	font-size: 3.2rem;
	font-weight: 900;
	text-align: center;
}
.headLine01 img {
	display: inline-block;
	margin-bottom: 10px;
}
.headLine01 .bigTxt {
	display: block;
	font-size: 5rem;
	line-height: 1.1;
}
.headLine01 small {
	font-size: 2rem;
}
.headLine01 .bigTxt small {
	font-size: 3.2rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 4.8vw;
	}
	.headLine01 small {
		font-size: 3.733vw;
	}
	.headLine01 .bigTxt {
		font-size: 8vw;
	}
	.headLine01 .bigTxt small {
		font-size: 5.333vw;
	}
}
@media all and (max-width: 374px) {
	.headLine01 .bigTxt {
		font-size: 2.5rem;
	}
}

/* headLine02 */
.headLine02 {
	margin-bottom: 25px;
	color: #f0743a;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.2;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.headLine02 .bigTxt {
	font-size: 4rem;
	line-height: 1.4;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 -9px 19px 0;
		font-size: 5.333vw;
		line-height: 1.2;
		letter-spacing: normal;
		font-feature-settings: normal;
	}
	.headLine02 .bigTxt {
		font-size: 8vw;
		line-height: 1.2;
	}
	.headLine02 .bigTxt001 {
		font-size: 7.06vw;
		line-height: 1.5;
	}
	.headLine02 .bigTxt002 {
		font-size: 7.6vw;
		line-height: 1.26;
	}
	.headLine02 .bigTxt004 {
		font-size: 8vw;
	}
	.headLine02.speTtl,
	.headLine02.speTtl span {
		font-size: 5.333vw !important;
		line-height: 1.3;
	}
}
@media all and (max-width: 374px) {
	.headLine02 .bigTxt {
		font-size: 6.667vw;
	}
}

/* comContact */
.comContact {
	padding: 27px 20px 37px 40px;
	color: #FFF;
	text-align: center;
	background:
	url(../../img/common/com_contact_bg02.png) no-repeat left -115px top -90px / 393px,
	url(../../img/common/com_contact_bg02.png) no-repeat right -190px bottom / 393px,
	url(../../img/common/com_contact_bg01.png) repeat-y center top / 100% 10px;
}
.comContact .headLine01 {
	color: #fff;
}
.comContact .btn {
	margin-bottom: -3px;
	text-align: center;
}
.comContact .btn a {
	position: relative;
	display: inline-block;
}
.comContact p {
	font-weight: 900;
	font-size: 2rem;
	text-align: center;
}
.comContact .btn a::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 780px;
	height: 290px;
	background: url(../../img/common/btn01_on.png) no-repeat center bottom / 100%;
	transform: translate(-78px,calc(-50% - 8px));
	opacity: 0;
	visibility: hidden;
}
.comContact .btn a:hover::after {
	opacity: 1;
	visibility: inherit;
}
.comContact .imgList {
	margin: 38px auto 31px;
	width: 642px;
	display: flex;
}
.comContact .imgList li {
	margin: 0 22px;
	padding: 20px 0 15px;
	width: 170px;
	position: relative;
	background-color: #fff;
}
.comContact .imgList .num {
	width: 36px;
	height: 48px;
	position: absolute;
	left: 6px;
	top: -5px;
	font-size: 2.8rem;
	font-family: 'DINOT';
	background-color: #F5B744;
}
.comContact .imgList .num::before {
	width: 0;
	height: 0;
	position: absolute;
	left: -6px;
	top: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #BC7624 transparent;
	content: "";
}
.imgListBtm li:not(:last-child):after {
	margin-top: -6px;
	position: absolute;
	left: 100%;
	top: 50%;
	content: '';
	width: 45px;
	height: 12px;
	background: url(../../img/index/line_dot.png) no-repeat center center / 32px auto;
}
.comContact .imgList .num::after {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	border-style: solid;
	border-width: 0 18px 8px 18px;
	border-color: transparent transparent #fff transparent;
	content: "";
}
.comContact .imgList .img {
	margin-bottom: 10px;
	min-height: 53px;
}
.comContact .imgList h3 {
	color: #F0743A;
	font-size: 1.8rem;
	line-height: 1.111;
}
@media all and (max-width: 896px) {
	.comContact {
		padding: 25px 20px 26px 20px;
		background: url(../../img/common/com_contact_bg02.png) no-repeat left -80px top -68px / 241px,
		url(../../img/common/com_contact_bg02.png) no-repeat right -82px bottom -72px / 241px,
		linear-gradient(135deg, #D62121, #D5217B);
	}
	.comContact .btn a::after {
		width: 96vw;
		height: 40vw;
		left: -10.4vw;
		top: -10.667vw;
		transform: none;
		background: url(../../img/common/sp_btn01_on.png) no-repeat center / 100%;
	}
	.comContact .headLine01 {
		margin-bottom: 15px;
	}
	.comContact p {
		color: #fff;
		font-weight: 700;
		font-size: 3.733vw;
	}
	.comContact .btn {
		margin-bottom: 2px;
	}
	.comContact .btn img {
		width: 100%;
	}
	.comContact .btn a {
		margin-left: 6px;
		width: 76.8vw;
	}
}

/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	margin: -25px 0 -31px;
	display: flex;
}
.comTextList li {
	margin-left: -32px;
	width: 155px;
	height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	border-radius: 78px;
	background-color: #f0743a;
}
@media all and (min-width: 897px) {
	.comTextList li:first-child {
		margin-left: 0;
	}
	.comTextList li:nth-child(2n-1) {
		margin-top: 118px;
	}
}
@media all and (max-width: 896px) {
	.comTextList {
		margin: 0;
		position: absolute;
		left: 4vw;
		bottom: 4vw;
	}
	.comTextList li {
		margin: 0 2.5vw 0 0;
		width: 24vw;
		height: 24vw;
		font-weight: 700;
		border-radius: 24vw;
		font-size: 3.2vw;
		line-height: 1.18181;
	}
}


/*------------------------------------------------------------
	fixedContact
------------------------------------------------------------*/
.fixedContact {
	padding-top: 8px;
	width: 292px;
	position: fixed;
	right: 20px;
	bottom: 80px;
	color: #fff;
	background: url(../../img/common/com_contact_bg02.png) no-repeat left -62px top -52px / 187px,
	url(../../img/common/com_contact_bg02.png) no-repeat right -59px bottom -56px / 187px,
	linear-gradient(-225deg, #D62121, #D5217B);
	box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.fixedContact .ttl {
	margin-bottom: 9px;
	padding-bottom: 11px;
	font-weight: 900;
	font-size: 3rem;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.fixedContact .ttl small {
	font-weight: 700;
	font-size: 1.8rem;
}
.fixedContact .ttl .num {
	font-size: 5rem;
	font-weight: 900;
}
.fixedContact .ttl strong {
	font-size: 3.6rem;
}
.fixedContact p {
	margin-bottom: -4px;
	font-weight: 500;
	font-size: 1.2rem;
	text-align: center;
}
.fixedContact p strong {
	padding: 6px 0;
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	letter-spacing: -0.06em;
}
.fixedContact p strong::after {
	width: 17px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: url(../../img/common/com_contact_bg03.png) no-repeat center / 17px;
	content: "";
}
.fixedContact .btn {
	margin-bottom: -6px;
	text-align: center;
}
.fixedContact .btn a {
	margin-left: 1px;
	position: relative;
	display: inline-block;
}
.fixedContact .btn a:hover::after {
	width: 207px;
	height: 85px;
	position: absolute;
    left: -10px;
    top: -12px;
	background: url(../../img/common/btn02_on.png) no-repeat center / 100%;
	content: "";
}
@media all and (max-width: 896px) {
	.fixedContact {
		padding: 0;
		width: 100%;
		height: 80px;
		display: flex;
		bottom: 0;
		right: auto;
		left: 0;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.2);
	}
	.fixedContact .imgList {
		padding: 15px 17px 17px 20px;
		width: 48.1%;
		display: flex;
		justify-content: center;
	}
	.fixedContact .imgList li {
		margin-right: 31px;
		position: relative;
		text-align: center;
	}
	.fixedContact .imgList li::after {
		margin-top: -10px;
		width: 21px;
		position: absolute;
		right: -24px;
		top: 50%;
		transform: translateY(-50%);
		border-bottom: 3px dotted #C4C4C4;
		content: "";
	}
	.fixedContact .imgList li:last-child {
		margin-right: 0;
	}
	.fixedContact .imgList li:last-child::after {
		display: none;
	}
	.fixedContact .imgList .num {
		padding-top: 4px;
		width: 18px;
		height: 24px;
		position: absolute;
		left: -12px;
		top: -18px;
		color: #fff;
		font-size: 1.4rem;
		font-family: 'DINOT';
		box-sizing: border-box;
		background-color: #F5B744;
	}
	.fixedContact .imgList .num::before {
		width: 0;
		height: 0;
		position: absolute;
		left: -3px;
		top: 0;
		border-style: solid;
		border-width: 0 0 3px 3px;
		border-color: transparent transparent #BC7624 transparent;
		content: "";
	}
	.fixedContact .imgList .num::after {
		width: 0;
		height: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		border-style: solid;
		border-width: 0 9px 4px 9px;
		border-color: transparent transparent #ffffff transparent;
		content: "";
	}
	.fixedContact .imgList .img {
		margin-bottom: 2px;
	}
	.fixedContact .imgList .img img {
		margin: 0 auto;
		display: block;
	}
	.fixedContact .imgList p {
		margin: 0 -8px;
		color: #F0743A;
		font-size: 0.9rem;
		line-height: 1.111;
	}
	.fixedContact .rBox {
		padding: 3px 0 0;
		flex: 1;
		background: url(../../img/common/com_contact_bg02.png) no-repeat left -25px top -22px / 77px,
		url(../../img/common/com_contact_bg02.png) no-repeat right -21px bottom -23px / 77px,
		linear-gradient(135deg, #D62121, #D5217B);
	}
	.fixedContact .rBox p {
		letter-spacing: -0.03em;
	}
	.fixedContact .rBox p .num {
		font-weight: 900;
		font-size: 2.4rem;
		letter-spacing: -0.03em;
	}
	.fixedContact .rBox .btn {
		margin: 0 0 0 8px;
		text-align: center;
	}
	.fixedContact .rBox .btn a {
		max-width: 146px;
		position: relative;
		display: inline-block;
	}
	.fixedContact .rBox .btn a:hover::after {
		width: 46.133vw;
		height: 20vw;
		max-width: 173px;
		max-height: 75px;
		position: absolute;
		left: -16px;
		top: -17px;
		background: url(../../img/common/sp_btn02_on.png) no-repeat center / 100%;
		content: "";
	}
}
@media all and (max-width: 374px) {
	.fixedContact p {
		font-size: 0.9rem;
	}
}

/*------------------------------------------------------------
	font-family DINOT
------------------------------------------------------------*/
@font-face {
	font-family: "DINOT";
	font-style: normal;
	font-weight: 500;
	src: url('../../font/DINOT-Medium.woff') format('woff'), url('../../font/DINOT-Medium.ttf') format('truetype');
}

.fadeInUp {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fadeInUp.show {
    transform: translateY(0);
    opacity: 1;
}