@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%;
	overflow-x: hidden;
}
body{
	font-family: 'Noto Sans JP', 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.6rem;
	color: #000;
	position: relative;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	letter-spacing: .05em;
}


main{
	display: block;
}
img{
	border:none;
	-webkit-backface-visibility: hidden;
}
ul,ol{
	list-style: none;
}
li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #000;
	transition: .3s all ease;
}

.logo *,
.pic img,
.pic picture,
.pic source,
.pic a{
	display: block;
	width: 100%;
}
.pic img{
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.outer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.inner{
	max-width: 1070px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.max1200{
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
table{
	border-collapse: collapse;
	table-layout: fixed;
}
a{
	transition: .3s all ease;
}
a:hover{
	opacity: .7;
}
.txt-purple{
	color: #ba0045 !important;
}



/* ++++++++++++++++++++++
Tablet notePC style
+++++++++++++++++++++++ */
@media screen and (max-width:1070px) and (min-width:769px){
	.outer{
		padding: 0;
	}
}

/* ++++++++++++++++++++++
SP style
+++++++++++++++++++++++ */
@media screen and (max-width:768px){
	html{
		font-size: 1.333vw; 
	}
	body{
		width: 100%;
		overflow: hidden;
		font-size: 2.9rem;
	}
	.inner{
		width: 100%;
	}
	.outer{
		width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}



}


/* +++++++++++++++++++++++header++++++++++++++++++++++ */
#header{
	height: 40px;
}
#header .max1200{
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}
#header .logo img{
	display: block;
}
#header h2{
	font-weight: 400;
	font-size: 1.2rem;
	margin-left: 20px;
}
#header a{
	font-size: 1rem;
	margin-right: 0;
	margin-left: auto;
	display: flex;
	align-items: center;
}
#header a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid #778497;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-left: 1em;
}

/* ++++++++++++++++++++++
tablet notePC style
+++++++++++++++++++++++ */
@media screen and (max-width: 1070px) and (min-width: 769px){

}


/* ++++++++++++++++++++++
SP style
+++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	#header{
		height: 5.9rem;
	}
	#header .max1200{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#header a{
		font-size: 1.9rem;
	}
	#header a:after{
		border-left: 1.2rem solid #778497;
		border-top: .6rem solid transparent;
		border-bottom: .6rem solid transparent;
	}
	#header h1{
		width: 21.6rem;
	}
}



/* +++++++++++++++++++++++#main-visual++++++++++++++++++++++ */
#main-visual{
	background: #f1f7fa;
	padding-bottom: 25px;
}
#main-visual .max1200{
	padding-top: 100px;
	background: url(../images/main-visual01.png) no-repeat;
	background-position: right top;
}
#main-visual .catch-copy{
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .075em;
	margin-bottom: 22px;
}
#main-visual .catch-copy span{
	font-size: 2.6rem;
}
#main-visual h1{
	font-size: 3.8rem;
	letter-spacing: .075em;
	font-weight: 700;
	padding-bottom: 60px;
}
#main-visual h1 span{
	font-size: 5.6rem;
	display: block;
	letter-spacing: .05em;
	margin-top: 15px;
}
#main-visual .detail{
	display: flex;
	justify-content: space-between;
	padding-left: 12px;
	padding-right: 12px;
}
#main-visual .detail>ul{
	width: 50%;
	padding-right: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main-visual .detail>ul>li,
#main-visual .detail-right li{
	width: calc(50% - 7px);
	margin-top: 14px;
	background: rgba(255,255,255,.8);
	padding: 18px 10px 15px;
	text-align: center;
}

#main-visual .detail>ul>li p{
	font-weight: 600;
	letter-spacing: .1rem;
	font-size: 1.9rem;
	margin-bottom: 15px;
}
#main-visual .detail>ul>li p span{
	display: block;
	margin-top: 15px;
	font-size: 1.8rem;
}
#main-visual .detail>ul>li strong{
	color: #c4181f;
	font-size: 3.2rem;
	padding: 0 .1em;
}
#main-visual .detail .caption{
	display: block;
	font-size: 1.2rem;
	color: #a4a2a2;
	letter-spacing: .1em;
	padding-top: 1em;
	text-align: left;
	line-height: 1.5;
	padding-left: 5px;
}
#main-visual .detail .caption li{
	padding-left: 1em;
	text-indent: -1em;
}
#main-visual .detail-right{
	width: 50%;
	padding-left: 8px;
}
#main-visual .detail-right ul{
	display: flex;
	justify-content: space-between;
}
#main-visual .detail-right ul p.outline{
	font-size: 1.9rem;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}
#main-visual .detail-right ul p{
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.666;
	letter-spacing: .025em;
	padding: 0 5px;
}
#main-visual .detail-right ul li:nth-of-type(1) .pic{
	margin: 7px auto 0;
	max-width: 95px;
}
#main-visual .detail-right ul li:nth-of-type(2) .pic{
	margin: 15px auto 0;
	max-width: 80px;
}
.caption li:before{
	content: "※";
	display: inline;
}
#main-visual .btn01{
	max-width: 480px;
	margin: 20px auto 10px;
	height: 70px;
}
.btn01{
	display: flex;
	width: 100%;
	padding: 15px 10px 15px;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #fff;
	background: #c4181f;
	border-radius: 3px;
	letter-spacing: .1em;
	font-size: 1.8rem;
}
.btn01 span{
	font-size: 2.2rem;
	display: flex;
	align-items: center;
}
.btn01:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-left: 15px;
}
#privacy-policy{
	background: #e8eaee;
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.8;
	color: #535353;
}
#privacy-policy p{
	display: flex;
	justify-content: center;
	align-items: center;
}
#privacy-policy p:before{
	content: "";
	display: block;
	width: 54px;
	height: 53px;
	background: url(../images/privacy-mark01.png) no-repeat;
	background-size: 100% auto;
	margin-right: 2.5em;
}
/* ++++++++++++++++++++++
tablet notePC style
+++++++++++++++++++++++ */
@media screen and (max-width: 1070px) and (min-width: 769px){

/* +++++++++++++++++++++++#main-visual++++++++++++++++++++++ */
	#main-visual{
		padding: 0;
	}
	#main-visual .max1200{
		padding: 7.9vw 1.5vw 0;
		background-size: 68% auto;
	}
	#main-visual .catch-copy{
		font-size: 2.24vw;
		margin-bottom: 1.869vw;
	}
	#main-visual .catch-copy span{
		font-size: 2.429vw;
	}
	#main-visual h1{
		font-size: 3..55vw;
		padding-bottom: 6.542vw;
	}
	#main-visual h1 span{
		font-size: 4.485vw;
	}

	#main-visual .detail>ul{
		padding-right: 0;
	}
	#main-visual .detail>ul>li{
		width: calc(50% - .6vw);
		margin-top: 1.2vw;
		padding: 2vw 1vw 1vw;
	}
	#main-visual .detail>ul>li p{
		line-height: 3.177vw;
		font-size: 1.5vw;
	}
	#main-visual .detail>ul>li strong{
		font-size: 2.24vw;
	}
	#main-visual .detail>ul>li strong.number{
		font-size: 2.24vw;
	}
	#main-visual .detail .caption{
		font-size: 1vw;
		line-height: 1.4;
	}
	#main-visual .award-area{
		padding-left: 1.8vw;
	}
	#main-visual .award{
		padding: 2vw 1vw;
	}
	#main-visual .award p{
		line-height: 2.7vw;
		font-size: 1.5vw;
	}
	#main-visual .award strong{
		font-size: 2.5vw;
	}

	#main-visual .award .caption{
		font-size: 1vw;
		line-height: 1.4;
	}
	#main-visual .btn01{
		margin-top: 2.8vw;
	}
	.btn01{
		padding: 2vw 1vw;
		font-size: 1.5vw;
	}
	.btn01 span{
		font-size: 2.05vw;
		margin-bottom: 1.4vw;
	}
	.btn01 span:after{
		border-left: 1vw solid #fff;
		border-top: .5vw solid transparent;
		border-bottom: .5vw solid transparent;
		margin-left: 1.5vw;
	}
}


/* ++++++++++++++++++++++
SP style
+++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	#main-visual .detail>ul>li, #main-visual .detail-right li {
		background: rgba(255,255,255,.9);
	}
	#main-visual{
		padding-bottom: 0;
	}
	#main-visual .max1200{
		padding-top: 0;
		padding-bottom: 3.5rem;
		background: url(../images/sp-main-visual01.png) no-repeat;
		background-position: center top 13.5rem;
		background-size: 100% auto;
	}
	#main-visual .catch-copy{
		padding-top: 3rem;
		font-size: 2.7rem;
		letter-spacing: .075em;
		margin-bottom: 1.5rem;
		text-align: center;
	}
	#main-visual .catch-copy span{
		font-size: 2.7rem;
	}
	#main-visual h1{
		font-size: 3.6rem;
		line-height: 1;
		padding-bottom: 28rem;
		text-align: center;
		
	}
	#main-visual h1 span{
		font-size: 4.2rem;
		display: inline;
		padding-left: 2rem;
	}
	#main-visual .detail{
		display: block
	}


	#main-visual .detail{
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	#main-visual .detail>ul{
		width: 100%;
		padding-right: 0;
	}
	#main-visual .detail>ul>li,
	#main-visual .detail-right li{
		width: calc(50% - .6rem);
		margin-top: 1.4rem;
		padding: 2rem 1.2rem 1rem;
	}

	#main-visual .detail>ul>li p{
		font-size: 2.8rem;
		margin-bottom: 0;
	}
	#main-visual .detail>ul>li p span{
		display: block;
		margin-top: 1.5rem;
		font-size: 2.7rem;
	}
	#main-visual .detail>ul>li strong{
		font-size: 4rem;
	}
	#main-visual .detail .caption{
		font-size: 1.9rem;
		letter-spacing: 0;
		padding-top: 1.4rem;
		line-height: 1.526;
		padding-left: 0;
	}
	#main-visual .detail-right{
		width: 100%;
		padding-left: 0;
	}
	#main-visual .detail-right ul li{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#main-visual .detail-right ul p.outline{
		font-size: 2.8rem !important;
		margin-bottom: 1.5rem;
		width: 100%;
	}
	#main-visual .detail-right ul p{
		text-align: left;
		width: 20rem;
		font-size: 2.2rem !important;
		line-height: 1.454;
		letter-spacing: .05em;
		padding: 0;
	}
	#main-visual .detail-right ul li:nth-of-type(1) .pic{
		margin: 0;
		max-width: 11rem;
	}
	#main-visual .detail-right ul li:nth-of-type(2) .pic{
		margin: 0;
		max-width: 9.5rem;
	}
	#main-visual .btn01{
		max-width: 66rem;
		height: 10.6rem;
		font-size: 2.8rem;
		margin: 3rem auto 0;
	}
	#main-visual .btn01 span{
		font-size: 3.2rem;
	}
	.btn01{
		padding: 0;
	}
	.btn01:after{
		border-left: 2.2rem solid #e8eaee;
		border-top: 1.4rem solid transparent;
		border-bottom: 1.4rem solid transparent;
		margin-left: .5rem;
	}
	#privacy-policy{
		padding-top: 2.6rem;
		padding-bottom: 2.2rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		font-size: 1.9rem;
		letter-spacing: 0;
		line-height: 1.5;
	}
	#privacy-policy p:before{
		width: 5.8rem;
		height: 5.6rem;
		margin-right: 1.5rem;
	}
}

/* +++++++++++++++++ブラウザ別style(Edge)++++++++++++++++++++ */
/*
@media screen and (max-width: 768px){
	_:lang(x)::-ms-,#main-visual .detail li p{
		font-size: 2.5rem;
	}
	_:lang(x)::backdrop,#main-visual .detail li p{
		font-size: 2.5rem;
	}
	_:lang(x)::-ms-,#main-visual .award p{
		font-size: 2.5rem;
	}
	_:lang(x)::backdrop,#main-visual .award p{
		font-size: 2.5rem;
	}
}
*/
/* +++++++++++++++++ブラウザ別style(FireFox)++++++++++++++++++++ */
/*
@-moz-document url-prefix() and (max-width: 768px){
	#main-visual .detail li p,
	#main-visual .award p{
		font-size: 2.5rem;
	}
}
*/
/* +++++++++++++++++ブラウザ別style(Chrome)++++++++++++++++++++ */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 768px){
	#main-visual .detail li p,
	#main-visual .award p{
		font-size: 2.5rem;
	}
}
*/


/* +++++++++++++++++++++++footer++++++++++++++++++++++ */
#footer{
	background: #333;
	color: #fff;
	letter-spacing: .1em;
}
#footer .inner{
	padding-top: 50px;
	padding-bottom: 164px;
}
#footer ul{
	display: flex;
	justify-content: center;
	padding-bottom: 25px;
}
#footer li a{
	margin: 0 2em;
	font-weight: 500;
	color: #fff;
}
#copyrights{
	font-size: 1.2rem;
	text-align: center;
}
.fixed-banner{
	z-index: 999;
	width: 100%;
	padding: 18px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #e8eaee;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s all ease;
	transform: translateY(124px);
}
.fixed-banner.active{
	transform: translateY(0);
}
.fixed-banner .btn01{
	max-width: 515px;
	height: 90px;
}
#page-top{
	width: 58px;
	display: block;
	position: absolute;
	right: 0;
	top: -29px;
	transition: .1s all ease;
}
#page-top *{
	display: block;
	width: 100%;
}
#page-top:hover{
	opacity: 1;
	transform: translateY(5px);
}

/* ++++++++++++++++++++++
SP style
+++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	#footer .inner{
		padding-top: 8rem;
		padding-bottom: 21.5rem;
		font-size: 2.4rem;
	}
	#footer ul{
		padding-bottom: 4.3rem;
	}
	#footer li a{
		margin: 0;
	}
	#footer ul li:nth-of-type(2){
		margin: 0 2em;
	}
	#copyrights{
		font-size: 2rem;
		font-weight: 500;
	}
	.fixed-banner{
		padding: 2rem 1.5rem;
		transform: translateY(15.5rem);
	}
	.fixed-banner .btn01{
		height: 10rem;
		max-width: 66rem;
		font-size: 2.8rem;
	}
	.fixed-banner .btn01 span{
		font-size: 3.2rem;
	}
	#page-top{
		width: 9rem;
		top: -4.5rem;
	}
	#page-top:hover{
		transform: translateY(1rem);
	}
}


/* +++++++++++++++++++++++#sec01++++++++++++++++++++++ */
#sec01{
	padding-top: 90px;
	padding-bottom: 50px;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 325px, #f1f7fa 325px, #f1f7fa 100%);
}
.sec h2{
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: .05em;
}
.sec h2 span{
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 53%, #ebbfbd 53%, #ebbfbd 90%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));
	padding-bottom: .2em;
}
.sec .pic{
	margin: 50px auto -75px;
}
.box-shadow{
	position: relative;
	z-index: 9;
	box-shadow: 0 0 20px rgba(51,51,51,.1);
	background: #fff;
	padding: 60px 15px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 26px;
}
.box-shadow h3{
	font-weight: 700;
	font-size: 2.4rem;
	color: #c4181f;
	letter-spacing: .075em;
	text-align: center;
	margin-bottom: 30px;
}
.list01{
	font-size: 1.9rem;
	font-weight: 500;
	margin: 0 auto;
}
.list01 li{
	padding-left: 65px;
	min-height: 34px;
	background: url(../images/check-icon01.png) no-repeat;
	background-position: left center;
	background-size: 33px auto;
	margin-bottom: 20px;
	line-height: 1.4;
}
.list02{
	display: flex;
	justify-content: space-between;
}
.list02 li{
	background: #fff;
	padding: 20px 12px;
	box-shadow: 0 0 20px rgba(51,51,51,.1);
	width: calc(25% - 12px);
}
.list02 h4{
	text-align: center;
	font-size: 1.8rem;
	line-height: 3rem;
	margin-bottom: 10px;
}
.list02 h4 span{
	font-size: 2rem;
}
.red{
	color: #c4181f;
}
.list02 figure{
	width: 90px;
}
.list02 figure img{
	width: 100%;
}
.figure-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.figure-area p{
	width: calc(100% - 100px);
	line-height: 1.625;
	letter-spacing: .025em;
}
.data{
	text-align: center;
	font-weight: 700;
	font-size: 1.7rem;
	padding: 15px 0;
}
.data strong{
	font-size: 3.7rem;
	padding: 0 .1em;
}
.list02 .caption{
	text-align: center;
	font-size: 1.5rem;
	color: #7e7e7e;
}
.list02 .caption:before{
	content: "※";
	display: inline;
}
#sec01 .banner-ttl{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: .15em;
	margin-top: 50px;
}
#sec01 .banner-ttl span{
	font-size: 4rem;
	letter-spacing: .05em;
	padding: 0 .1em;
}
#sec01 .banner{
	max-width: 500px;
	margin: 0 auto;
}
.banner-caption{
	color: #7e7e7e;
	text-align: center;
	font-size: 1.5rem;
	padding-top: 1em;
}
.banner-caption:before{
	content: "※";
	display: inline;
}
/* ++++++++++++++++++++++
SP style
+++++++++++++++++++++++ */
@media screen and (max-width: 1200px) and (min-width: 769px){
	.sec .inner{
		max-width: calc(100% - 30px);
	}
	.list02 h4{
		font-size: 1.4rem;
		letter-spacing: -.1em;
	}
	.list02 h4 span{
		font-size: 1.5rem;
	}
	.list02 li{
		width: calc(25% - 6px);
	}
	.data{
		font-size: 1.4rem;
	}
	.data strong{
		font-size: 3rem;
	}
	.list02 .caption{
		font-size: 1.2rem;
	}
	.list02 figure{
		width: 40%;
	}
	.figure-area p{
		font-size: 1.3rem;
		width: 55%;
	}
}
/* ++++++++++++++++++++++
SP style
+++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	#sec01{
		padding-top: 9rem;
		padding-bottom: 6rem;
		background-image: url(../images/sp-sec01-pic01.jpg), linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 23.7rem, #f1f7fa 23.7rem, #f1f7fa 100%);

		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, cover;
		background-position: center top 23.6rem, center top;
	}
	.sec h2{
		font-size: 3.6rem;
		line-height: 1.666;
		margin: 0 auto 36rem;
	}
	.sec h2 span{
		width: 100%;
		text-align: center;
		padding: 0;
		background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 53%, #ebbfbd 53%, #ebbfbd 90%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));
	}
	.box-shadow{
		box-shadow: 0 0 2rem rgba(51,51,51,.1);
		width: 67.5rem;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem;
		padding: 4.5rem 1.5rem 1rem 3rem;
	}
	.box-shadow h3 {
		font-size: 3.2rem;
		line-height: 1.5625;
		margin-bottom: 2.5rem;
	}
	.list01{
		font-size: 2.8rem;
		line-height: 1.642;
		letter-spacing: .025em;
	}
	.list01 li{
		padding-left: 7.3rem;
		min-height: 4.3rem;
		margin-bottom: 4rem;
		background-size: 5rem auto;
		background-position: left center;
		line-height: 1.5;
	}

	.list02{
		width: 67.5rem;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.list02 li{
		width: calc(50% - 1rem);
		padding: 3.8rem .5rem 3rem;
		box-shadow: 0 0 2rem rgba(51,51,51,.1);
		margin-bottom: 2.5rem;
	}
	.list02 h4{
		font-size: 2.6rem;
		line-height: 4.4rem;
		margin-bottom: 3rem;
		letter-spacing: 0;
	}
	.list02 h4 span{
		font-size: 3rem;
	}
	.sp26{
		font-size: 2.6rem !important;
	}
	.sp-black{
		color: #000 !important;
	}
	.list02 figure{
		width: 10.7rem;
	}
	#sec01 .figure-area{
		padding: 0 1.5rem;
	}
	.figure-area p{
		width: 17.5rem;
		line-height: 1.582;
/*
		letter-spacing: .05em;
*/
		letter-spacing: 0;
		font-size: 2.1rem;
	}
	.data{
		font-size: 2.4rem;
		padding: 0 0 2.2rem;
	}
	.data strong{
		font-size: 5.5rem;
	}
	.list02 .caption{
		font-size: 1.9rem;
	}
	#sec01 .banner-ttl{
		font-size: 3rem;
		margin-bottom: 2.5rem;
		margin-top: 3rem;
		line-height: 6rem;
	}
	#sec01 .banner-ttl span{
		font-size: 6rem;
	}
	#sec01 .banner{
		max-width: 50rem;
	}
	.banner-caption{
		font-size: 1.9rem;
		padding-top: 1em;
	}
}


/* +++++++++++++++++++++++#sec02++++++++++++++++++++++ */
#sec02{
	padding-top: 90px;
	padding-bottom: 105px;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 325px, #f6f6f6 325px, #f6f6f6 100%);
}
#sec02 .box-shadow:nth-of-type(2){
	padding: 45px 15px;
}
#sec02 .box-shadow:nth-of-type(2) h3{
	font-size: 2.2rem;
	color: #000;
	margin-bottom: 40px;
}
#sec02 .box-shadow:nth-of-type(2) h3 .red{
	font-size: 4rem;
	letter-spacing: .075em;
	padding: 0 .1em;
}
#sec02 .box-shadow:nth-of-type(2) h3>span{
	border-bottom: 1px solid #c4181f;
	padding-bottom: .4em;
}
#sec02 .figure-area{
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	align-items: flex-start;
}
#sec02 .figure-area figure{
	width: 50.5%;
}
#sec02 .figure-area figure img{
	display: block;
	width: 100%;
}
#sec02 .figure-area ul{
	width: 42%;
	color: #7e7e7e;
	font-size: 1.5rem;
	font-weight: 500;
}
#sec02 .figure-area li{
	padding-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
#sec02 .figure-area li:before{
	content: "※";
	display: inline;
}

/* ++++++++++++++++++++++
Tablet, notePC style
+++++++++++++++++++++++ */
@media screen and (max-width: 1200px) and (min-width: 769px){
	#sec02 .box-shadow:nth-of-type(2) h3{
		font-size: 1.8rem;
	}
	#sec02 .box-shadow:nth-of-type(2) h3 .red{
		font-size: 3.6rem;
	}

}
/* ++++++++++++++++++++++
SP style
+++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	#sec02{
		padding-top: 9rem;
		padding-bottom: 10rem;
		background-image: url(../images/sp-sec02-pic01.jpg), linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 23.7rem, #f6f6f6 23.7rem, #f6f6f6 100%);

		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, cover;
		background-position: center top 23.6rem, center top;
	}

	#sec02 .box-shadow:nth-of-type(2){
		padding: 5rem 1.5rem 2.5rem;
	}
	#sec02 .box-shadow:nth-of-type(2) h3{
		font-size: 3rem;
		line-height: 1.5;
		margin-bottom: 3rem;
		letter-spacing: 0;
	}
	#sec02 .box-shadow:nth-of-type(2) h3 .red{
		font-size: 4.9rem;
	}
	#sec02 .box-shadow:nth-of-type(2) h3>span{
		border-bottom: .1rem solid #c4181f;
		padding-bottom: .2em;
	}
	#sec02 .figure-area{
		flex-direction: column;
		jutify-content: flex-start;
		align-items: center;
		max-width: 100%;
		width: 100%;
	}
	#sec02 .figure-area figure{
		width: 51.8rem;
		margin-bottom: 3rem;
	}
	#sec02 .figure-area ul{
		width: auto;
		font-size: 1.9rem;
	}
}


/* +++++++++++++++++++++++#sec03++++++++++++++++++++++ */
#sec03{
	padding-top: 105px;
	padding-bottom: 95px;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 325px, #f1f7fa 325px, #f1f7fa 100%);
}
#sec03 ul.inner{
	display: flex;
	justify-content: space-between;
}
#sec03 ul.inner>li{
	width: calc(50% - 15px);
	padding: 38px 26px 52px 36px;
	background: #fff;
	box-shadow: 0 0 20px rgba(51,51,51,.1);
	position: relative;
}
#sec03 ul.inner h4{
	width: 58.695%;
	text-align: center;
	font-size: 2.1rem;
}
#sec03 ul.inner h4 span{
	display: inline-block;
	border-bottom: 1px solid #c4181f;
	padding-bottom: .4em;
	margin-bottom: 36px;
}
#sec03 ul.inner ul{
	font-size: 1.5rem;
	width: 58.695%;
	color: #7e7e7e;
}
#sec03 ul.inner ul li{
	margin-bottom: .8em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
}
#sec03 ul.inner ul li:before{
	content: "※";
	display: inline;
}
#sec03 ul.inner figure{
	width: 32.692%;
	position: absolute;
	right: 26px;
	top: 45px;
}
#sec03 ul.inner figure img{
	display: block;
	width: 100%;
}
/* ++++++++++++++++++++++
Tablet, notePC style
+++++++++++++++++++++++ */
@media screen and (max-width: 1200px) and (min-width: 769px){
	#sec03 ul.inner h4{
		font-size: 1.7rem;
		width: 65%;
	}
	#sec03 ul.inner ul{
		width: 65%;
	}
	#sec03 ul.inner figure{
		width: 25%;
	}
	#sec03 ul.inner>li{
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 768px){
	#sec03{
		padding-top: 9rem;
		padding-bottom: 10rem;
		background-image: url(../images/sp-sec03-pic01.jpg), linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 23.7rem, #f1f7fa 23.7rem, #f1f7fa 100%);

		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, cover;
		background-position: center top 23.6rem, center top;
	}

	#sec03 ul.inner{
		width: 67.5rem;
	}
	#sec03 ul.inner>li{
		width: calc(50% - 1.5rem);
		padding: 3rem 1.5rem 1rem;
		box-shadow: 0 0 2rem rgba(51,51,51,.1);
	}
	#sec03 ul.inner h4{
		width: 100%;
		font-size: 2.8rem;
		letter-spacing: 0;
	}
	#sec03 ul.inner h4 span{
		border-bottom: .1rem solid #c4181f;
		padding-bottom: .3em;
		margin-bottom: 2.8rem;
	}
	#sec03 ul.inner ul{
		font-size: 1.9rem;
		width: 100%;
		line-height: 1.473;
	}
	#sec03 ul.inner ul li{
		margin-bottom: 1em;
		line-height: 1.473;
	}
	#sec03 ul.inner figure{
		width: 17rem;
		margin: 0 auto 2rem;
		position: relative;
		right: auto;
		top: auto;
	}
}

/* +++++++++++++++++++++++#sec06++++++++++++++++++++++ */
#sec06{
	padding-top: 105px;
	padding-bottom: 100px;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 467px, #f6f6f6 467px, #f6f6f6 100%);
}
#sec06 .desc{
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: .075em;
	margin-top: 36px;
}
#sec06 .box-shadow{
	padding: 50px 15px 0;
}
#sec06 .box-shadow h3{
	margin-bottom: 35px;
}
#sec06 .list01{
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	flex-wrap: wrap;
}
#sec06 .list01 li{
	width: 55%;
	background-size: 39px auto;
	font-size: 2rem;
	margin-bottom: 24px;
	padding-left: 55px;
}
#sec06 .list01 li:nth-of-type(2n){
	width: 45%;
}
#sec06 table{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#sec06 th{
	background: #f1f7fa;
	border: 1px solid #b2b2b2;
	line-height: 1.777;
	font-size: 1.8rem;
	padding: 18px 0;
}
#sec06 tr:nth-of-type(1) th:nth-of-type(1){
	width: 23%;
}
#sec06 tr:nth-of-type(1) th:nth-of-type(2){
	width: 27%;
}
#sec06 tr:nth-of-type(1) th:nth-of-type(3){
	width: 25%;
}
#sec06 tr:nth-of-type(1) th:nth-of-type(4){
	width: 25%;
}
#sec06 td{
	border: 1px solid #b2b2b2;
	text-align: center;
	line-height: 1.6875;
	padding: 15px 0;
}
#sec06 td img{
	display: block;
	margin: 0 auto 10px;
}
#sec06 .blue{
	color: #080c60;
	font-size: 2.1rem;
	line-height: 1.619;
}
#sec06 .caption{
	text-align: center;
	font-size: 2rem;
	line-height: 1.9;
	font-weight: 700;
	padding: 40px 0;
}


@media screen and (max-width: 768px){
	#sec06{
		padding-top: 7rem;
		padding-bottom: 9rem;
		background-image: url(../images/sp-sec06-pic01.jpg), linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 22.7rem, #f5f5f5 22.7rem, #f5f5f5 100%);

		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, cover;
		background-position: center top 23rem, center top;
	}
	#sec06 .box-shadow{
		padding: 5.4rem 2rem 2.5rem;
	}
	#sec06 .box-shadow h3{
		margin-bottom: 3.5rem;
	}
	#sec06 .list01{
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 11rem;
		padding-bottom: 0;
		display: flex;
		flex-direction:: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#sec06 .list01 li{
		width: 100%;
		background-size: 4.8rem auto;
		font-size: 2.8rem;
		margin-bottom: 2.5rem;
		padding-left: 7.5rem;
	}
	#sec06 .list01 li:nth-of-type(2n){
		width: 100%;
	}
	#sec06 .box-shadow:nth-of-type(2) h3{
		margin-bottom: 2rem;
	}
	#sec06 table{
		max-width: 100%;
	}
	#sec06 th{
		border: .1rem solid #b2b2b2;
		line-height: 1.777;
		font-size: 2.35rem;
		letter-spacing: 0;
		padding: 2.2rem 0;
		letter-spacing: 0;
		letter-spacing: -.05em;
	}
	#sec06 tr:nth-of-type(1) th:nth-of-type(1){
		width: 22%;
	}
	#sec06 tr:nth-of-type(1) th:nth-of-type(2){
		width: 26%;
	}
	#sec06 tr:nth-of-type(1) th:nth-of-type(3){
		width: 26%;
	}
	#sec06 tr:nth-of-type(1) th:nth-of-type(4){
		width: 26%;
	}
	#sec06 td{
		border: .1rem solid #b2b2b2;
		line-height: 1.682;
		padding: 3rem 0 1.8rem;
		font-size: 2.2rem;
/*
		letter-spacing: -.1em;
*/
		letter-spacing: -.025em;
	}
	#sec06 .blue{
		font-size: 2.4rem;
		line-height: 1.508;
	}
	.sankaku img{
		width: 3.8rem;
	}
	.maru img{
		width: 4rem;
	}
	#sec06 td img{
		margin: 0 auto 1.5rem;
	}
	.sp-pad{
		padding-bottom: 1.7em;
	}
	#sec06 .caption{
		font-size: 2.8rem;
		line-height: 1.857;
		padding: 5.4rem 0 3.5rem;
	}
}






/* +++++++++++++++++++++++#sec04++++++++++++++++++++++ */
#sec04{
	padding-top: 100px;
	padding-bottom: 120px;
	background :linear-gradient(180deg, #fff, #fff 654px, #e8eaee 654px, #e8eaee 100%);
}
#sec04 .pic{
	margin-bottom: 70px;
}
#sec04 h2{
	font-size: 3.2rem;
	margin-bottom: 55px;
}
#sec04 .box-shadow{
	padding-top: 68px;
	padding-bottom: 30px;
}
#sec04 dl{
	border-top: 1px dotted #1a2120;
	padding: 48px 5px 40px;
	letter-spacing: 0;
	max-width: 930px;
	margin: 0 auto;
}
#sec04 dt{
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
	padding-left: 48px;
	position: relative;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: .04em;
}
#sec04 dd{
	font-size: 1.8rem;
	line-height: 1.722;
	position: relative;
	padding-left: 48px;
	font-weight: 500;
	letter-spacing: .03em;
}
#sec04 dt:before{
	content: "Q";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	font-size: 3.8rem;
	color: #bc1b21;
	line-height: .5;
}
#sec04 dd:before{
	content: "A";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	font-size: 3.8rem;
	color: #bc1b21;
	line-height: 1;
}
#sec04 dd a{
	text-decoration: underline;
	color: #bc1b21;
}


/* ++++++++++++++++++++++
SP style
+++++++++++++++++++++++ */
@media screen and (max-width: 768px){

	#sec04{
		padding-top: 56rem;
		padding-bottom: 3.8rem;
		background-image: url(../images/sp-sec04-pic01.jpg), linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 9.5rem, #e8eaee 9.5rem, #e8eaee 100%);
		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, 100% auto;
		background-position: center top 9.5rem, center top;
	}
	#sec04 .box-shadow{
		padding: 6.2rem 1.5rem 2.5rem;
	}
	#sec04 h2{
		font-size: 3.2rem;
		margin-bottom: 5rem;
	}
	#sec04 dl{
		border-top: .1rem dotted #060e0d;
		padding: 4.8rem 1.5rem 5rem 2rem;
	}
	#sec04 dt{
		letter-spacing: .05em;
		font-size: 3.2rem;
		line-height: 1.468;
		padding-left: 4.8rem;
		margin-bottom: 3.2rem;
	}
	#sec04 dd{
		letter-spacing: .025em;
		font-size: 2.9rem;
		line-height: 1.655;
		padding-left: 4.8rem;
	}
	#sec04 dt:before{
		font-size: 4.2rem;
		line-height: 1;
	}
	#sec04 dd:before{
		font-size: 4.2rem;
	}
}



/* +++++++++++++++++++++++#sec05++++++++++++++++++++++ */
#sec05{
	padding: 94px 0 80px;
	background: #f5f5f5;
	text-align: center;
}
#sec05 h2{
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: .1em;
}
#sec05 h2 span{
	font-size: 3.6rem;
}
#sec05 h2 span span{
	font-size: 4.8rem;
}
#sec05 .banner{
	max-width: 500px;
	margin: 0 auto 64px;
}
#sec05 .btn01{
	margin: auto;
	height: 90px;
	max-width: 515px;
}


/* ++++++++++++++++++++++
SP style
+++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	#sec05{
		padding: 5.5rem 0 5rem;
	}
	#sec05 h2{
		margin-bottom: 2rem;
	}
	#sec05 .banner{
		max-width: 61.4rem;
		margin: 0 auto 7rem;
	}
	#sec05 .btn01{
		height: 10rem;
		max-width: 66rem;
		font-size: 2.8rem;
	}
	#sec05 .btn01 span{
		font-size: 3.2rem;
	}
}






@media screen and (min-width: 769px){
	.pc-none{
		display: none !important;
	}
	#head-tel-btn{
		pointer-events: none;
	}
}
@media screen and (max-width: 768px){
	.sp-none{
		display: none !important;
	}
}


