@charset "utf-8";

/* noto-sans-jp-regular - japanese_latin */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/noto-sans-jp-v53-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/noto-sans-jp-v53-japanese_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/noto-sans-jp-v53-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-800 - japanese_latin */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/noto-sans-jp-v53-japanese_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-900 - japanese_latin */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/noto-sans-jp-v53-japanese_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-XXX */
/* 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
------------------------------------------------------------*/
.comContactBox {
	padding: 2.5rem 2rem 1.5rem;
	position: relative;
	background: linear-gradient(30deg,#2b71d4 0,#1d50a2 100%);
}
.comContactBox .imgTtl {
	position: absolute;
	left: 50%;
	top: -1.7rem;
	max-width: 26rem;
	transform: translateX(-50%);
}
.comContactBox .head {
	margin-bottom: 0.5rem;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.047em;
	color: #FFFFFF;
	text-align: center;
}
.comContactBox .linkList {
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.comContactBox .linkList li {
	width: 46rem;
}
.comContactBox .linkList a {
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1d50a2;
	font-size: 2.52rem;
	font-weight: bold;
	font-feature-settings: "palt";
	background-color: #fff100;
	border-radius: 4rem;
	box-shadow: 0 0.5rem 0 #bfaf00;
}
.comContactBox .linkList a > span {
	display: inline-block;
	padding: 0 3rem 0 8rem;
	background: url(../images/common/icon01.webp) no-repeat left center / 3.8rem;
}
.comContactBox .linkList .tel a > span {
	background-image: url(../images/common/icon02.webp);
}
.comContactBox.special {
	padding: 3.3rem 2rem 2.3rem;
	position: relative;
}
.comContactBox.special::before {
	position: absolute;
	left: 50%;
	top: -2.3rem;
	width: 4.5rem;
	height: 4.5rem;
	content: '';
	background-color: #FFFADC;
	transform: translateX(-38%) rotate(45deg);
}

#main .headLine01 > span {
	display: block;
	font-feature-settings: "palt";
}
#main .headLine01 .ttl01 {
	padding: 7rem 0 5.4rem;
	font-size: 4.32rem;
	font-weight: 900;
}
#main .headLine01 .ttl02 {
	font-size: 3.96rem;
	font-weight: 800;
}
#main .headLine01 .ttl03 {
	color: #1d50a2;
	font-size: 6.84rem;
	line-height: 1.4;
	font-weight: 900;
}
#main .headLine01 .big {
	font-size: 8rem;
  	line-height: 0.8;
}
#main .headLine01 .sml {
	font-size: 4.8rem;
}
#main .headLine01 .bg {
	background: linear-gradient(#fff 54%,#FFF100 50%);;
}


#main .headLine02 {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 4.3rem;
	line-height: 1.423;
	color: #1E1E1E;
	font-weight: 900;
}

.content {
	margin: 0 auto;
	max-width: 96rem;
}


#main .headLine03 {
	margin-bottom: 3rem;
	padding: 3rem 3rem 3.5rem;
	background-color: #1D50A2;
	font-size: 3.9rem;
	line-height: 1.1;
	letter-spacing: 0.08em;
	color: #FFF100;
	text-align: center;
	border-radius: 1.2rem;
	font-feature-settings: "palt";
	position: relative;
}
#main .headLine03::after {
	position: absolute;
	left: 50%;
	bottom: 0.3rem;
  	width: 3.5rem;
  	height: 3.5rem;
	content: '';
	background-color: #1D50A2;
	transform: translate(-50%,50%) rotate(45deg);
}

#main .headLine04 {
	margin-bottom: 4rem;
	padding: 0.6rem 2rem 1.1rem;
	text-align: center;
	font-size: 2.4rem;
	color: #FFF;
	background-color: #1E1E1E;
	border-radius: 1.2rem;
	font-feature-settings: "palt";
}
.windows-os #main .headLine04 {
	padding: 0.9rem 2rem; /* only Windows */
}

#main .headLine05 {
	margin-bottom: 5.7rem;
	font-weight: 900;
	font-size: 4.3rem;
	text-align: center;
}
@media all and (min-width: 600px) {
	.comContactBox .linkList a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 599px) {
	.comContactBox {
		padding: 2rem 1.5rem 1.2rem;
	}
	.comContactBox .linkList {
		gap: 0.8rem;
	}
	.comContactBox .linkList li {
		width: calc(50% - 0.4rem);
	}
	.comContactBox .linkList a {
		height: 4.8rem;
		font-size: 1.4rem;
		line-height: 1.25;
		box-shadow: 0 0.3rem 0 #bfaf00;
	}
	.comContactBox .linkList a > span {
		padding: 0 0.9rem 0 3rem;
		background-size: 2.1rem;
	}
	.comContactBox .linkList a .num {
		font-size: 1.3rem;
	}
	.comContactBox .head {
		font-size: 1.6rem;
		line-height: 1.593;
	}
	#main .headLine01 .ttl01 {
		padding: 4.2rem 0 2.8rem;
		font-size: 2.4rem;
		line-height: 1.416;
	}
	#main .headLine01 .ttl02 {
		margin-bottom: 1.3rem;
		font-size: 2.2rem;
		line-height: 1.545;
	}
	#main .headLine01 .ttl03{
		font-size: 3.8rem;
		line-height: 0.8;
	}
	#main .headLine01 .big {
		font-size: 4.5rem;
	}
	#main .headLine01 .sml {
		font-size: 2.6rem;
	}
	#main .headLine02 {
		margin-bottom: 1rem;
		font-size: 2.4rem;
		line-height: 1.416;
	}
	#main .headLine03 {
		margin-bottom: 2rem;
		padding: 2rem 3rem 2.7rem;
		font-size: 2.6rem;
		line-height: 0.923;
		border-radius: 0.8rem;
	}
	#main .headLine03::after {
		width: 2.5rem;
		height: 2.5rem;
	}
	.content {
		margin: 0 1.5rem;
		max-width: inherit;
	}
	#main .headLine04 {
		margin-bottom: 2rem;
		padding: 0.3rem 2rem 0.5rem;
		font-size: 2rem;
		line-height: 1.7;
		border-radius: 0.8rem;
	}
	.comContactBox.special {
		padding: 3rem 1.5rem 2rem;;
	}
	.comContactBox.special::before {
		width: 3.8rem;
		height: 3.8rem;
	}
	#main .headLine05 {
		margin-bottom: 3.4rem;
		font-size: 2.4rem;
	}
}