@charset "UTF-8";
/* CSS Document */

html{
	font-size: 16px;
	color: #333333;
	scroll-behavior: smooth;
}

body{
	font-family: 'Noto Sans JP', sans-serif,Hiragino Kaku Gothic ProN,Hiragino Sans,BIZ UDPGothic,Meiryo,sans-serif;
}

img{
	max-width: 100%;
}

a{
	color: #333333;
}

a:hover{
/*	opacity: 0.8;*/
	filter: brightness(0.8);
	transition: 0.3s;
}

header{
	border-bottom: solid 1px #FFFFFF;
}

header div{
	padding: 20px;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.p-mv{
	background: url("../images/fv_back.png") no-repeat;
	background-size: cover;
	background-position: center center;
/*	height: 730px;*/
}

.u-mv_cont{
	max-width: 1080px;
	margin: 0 auto;
}

.u-catch{
	padding: 7% 0 20%;
}

.u-catch h1{
	font-size: 80px;
	color: #ee8100;
	margin-bottom: 3%;
	font-weight: 900;
}

.u-catch p{
	font-size: 35px;
	color: #ffffff;
	line-height: 1.5;
	font-weight: 600;
}

.c-btn_cv{
	text-align: center;
	padding: 0 0 3%;
}

.c-btn_cv img{
	box-shadow: 3px 4px 2px 1px rgba(0, 0, 0, 0.2);
	border-radius: 10px;	
}

.c-cont{
	max-width: 1080px;
	margin: 0 auto;
/*	padding: 5% 3%;*/
}

.p-line{
	border: solid 5px #00c300;
	border-radius: 20px;
	max-width: 800px;
	margin: 4% auto;
	text-align: center;
	padding: 2%;
}

.p-line p{
	margin-bottom: 3%;
}

.p-cont1{
	background: url("../images/img_back_2.png") no-repeat;
	background-size: cover;
	background-position: center center;	
	width: 100%;
	height: 0;
	padding-top: 39.65%;
	position: relative;
}

.u-cont1{
/*	padding: 5% 2% 20%;*/
	position: absolute;
	width: 50%;
	height: 0;
	justify-content: center;
	align-items: center;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-cont1_ttl{
/*	font-size: 80px;*/
	font-size: clamp(40px, 4vw, 80px);	
	font-weight: 900;
	color: #333333;
	margin-bottom: 3%;
}

.p-cont1_txt{
/*	font-size: 30px;*/
	font-size: clamp(16px, 1vw, 30px);
	font-weight: 600;
	color: #ee5a24;
}

.p-cont2{
	background: url("../images/img_back_3.png") no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 0;
	padding-top: 44.5%;
	position: relative;
}

.u-cont2{
	position: absolute;
	width: 50%;
	height: 40%;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-cont2_txt{
/*	font-size: 80px;*/
	font-size: clamp(24px, 4vw, 75px);	
	font-weight: 900;
	color: #FFFFFF;
/*	padding: 10% 3%;*/
}

.p-form_ttl1{
	color: #fbcd49;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 1%;
	position: relative;	
	width: 20%;
}

.u-font{
	font-size: 2rem;
	font-weight: 800;
}

.p-form_ttl1::before,
.p-form_ttl1::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: '';
}

.p-form_ttl1::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}

.p-form_ttl1::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}


.p-form_ttl2{
	color: #ee8100;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
}

.c-footer_co{
	text-align: center;
}

.c-footer_txt{
	background-color: #FFFFFF;
	padding: 20px;
}

footer p{
	max-width: 1080px;
	width: 100%;
	margin: auto auto 0;
	text-align: left;
	font-weight: bold;
}

.br_sp{
	display: none;
}

/* タブレット */
@media screen and (min-width: 769px) and (max-width: 1024px) {
	
	.u-catch {
		padding: 7% 5% 20%;
	}

	.u-catch h1 {
		font-size: 4rem;
	}
	
	.u-cont1 {
		width: 80%;
		left: 47%;
	}
	
	.u-cont2{
		position: absolute;
		width: 50%;
		height: 50%;
	}
}

/* スマホ */
@media only screen and  (max-width:768px){

	.p-mv{
		background: url("../images/fv_back_sp.png") no-repeat;
	background: url("../images/fv_back.png") no-repeat;
	background-size: cover;
	background-position: center center;		
	}
	
	.u-catch h1 {
		font-size: 50px;
	}
	
	.u-catch p {
		font-size: 24px;
	}
	
	.u-catch {
		padding: 7% 2% 80%;
		text-align: center;
	}
	
	u-mv_cont {
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 2%;
	}
	
	.p-line {
		border: solid 2px #00c300;
		margin: 4% 2%;
	}
	
	.p-cont1{
		background: url("../images/img_back_2_sp.png") no-repeat;
		background-size: cover;
		background-position: center center;	
		width: 100%;
		height: 0;
		padding-top: 110.7%;
		position: relative;
	}
	
	.u-cont1 {
		position: absolute;
		width: 90%;
		height: 0;
		justify-content: center;
		align-items: center;
		top: 5%;
	}
	
	.p-cont1_ttl {
		font-size: 26px;
	}
	
	.p-cont1_txt {
		font-size: 16px;
	}
	
	.p-cont2{
		background: url("../images/img_back_3_sp.png") no-repeat;
		background-size: cover;
		background-position: center center;	
		width: 100%;
		height: 0;
		padding-top: 99.9%;
		position: relative;
	}
	
	.u-cont2 {
		position: absolute;
		width: 80%;
		height: 50%;
		top: 50%;
	}
	
	.p-cont2_txt {
		font-size: 30px;
		line-height: 1.3;
	}
		
	.p-form_ttl1{
		width: 70%;
	}	
	.p-form_ttl2{
		font-size: 28px;
	}
	
	.c-btn_cv {
		text-align: center;
		padding: 0 2% 3%;
	}	
	
	footer p {
		font-size: 0.7rem;
	}
	
	.br_sp{
		display: block;
	}
}