html{
	scroll-behavior: smooth;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
	background: #fafafa;
}

h1,h2,h3,h4{
	font-weight: 700;
}

.wrapper_all{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.loader{
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	width:100vw;
	height:100vh;
	background-image: url("../images/loading_img_new.jpg");
	background-size: cover;
	background-position: center center;
}

.fade_in{
	opacity: 0;
	transition:1s;
	transform: translateY(50px);
}

.hd{
	text-align: center;
	font-size: 36px;
	color: #1590d0;
	padding-bottom: 30px;
}

.hd_w{
	text-align: center;
	font-size: 36px;
	color: #fafafa;
	padding-bottom: 30px;
}

.firstview_wrapper{
	width: 100%;
	height: 800px;
	background: url("../images/top_bg.png") no-repeat;
	background-size: cover;
	margin-bottom: 126px;
	background-position: center;
}

.firstview_wrapper .firstview_area{
	width: 1200px;
	padding: 60px 20px 0;
	margin: 0 auto;
}

.firstview_wrapper .firstview_inner{
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transform:translateY(0px);
	transition:1s;
}

.firstview_wrapper .firstview_fadein{
	opacity:1;
	transform:translateY(50px);
}

.header{
	max-width: 1920px;
	width: 100%;
	height: 85px;
	padding: 0 5%;
	position: absolute;
	top: 0;
	opacity: 0;
	z-index: 1000;
	transition:1s;
	transform:translateY(-85px);
}

.header .logo{
	max-width: 172px;
}

.header .header_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header .nav ul{
	display: flex;
}

.header .nav li{
	padding-right: 40px;
}

.header .nav li:nth-last-of-type(1){
	padding-right: 0;
}

.header .nav ul a{
	color: #fafafa;
	transition: .6s;
	position: relative;
}

.header .nav ul a::before,
.header_fixed ul a::before{
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	width: 0%;
	height: 1px;
	transition: .4s;
}

.header .nav ul a:hover::before,
.header_fixed .nav ul a:hover::before{
	width: 100%;
}

.header .nav ul a::before{
	background: #fafafa;
}

.header_fixed .nav ul a::before{
	background: #333;
}

.header_fixed{
	position: fixed;
	transition: .4s;
	background: #fafafa;
  	box-shadow: 0px 10px 8.5px 1.5px rgba(51, 51, 51, 0.3);
	height: 50px;
}

.header_fixed .nav ul a{
	color: #333;
	font-size: 14px;
	transition: .6s;
	position: relative;
}

.header_fixed .logo{
	max-width: 100px;
}

.firstview_wrapper .text_block{
	width: 520px;
}

.firstview_wrapper .new_life{
	margin-bottom: 20px;
}

.firstview_wrapper .new_life img{
	max-width: 117px;
}

.firstview_wrapper .text_logo{
	max-width: 422px;
}

.firstview_wrapper .firstview_img{
	max-width: 520px;
	position: relative;
	top: 25px;
}

.firstview_wrapper h1{
	margin-bottom: 70px;
}

.merit_wrapper h3,
.merit_wrapper p{
	color: #fafafa;
}

.firstview_wrapper .explain{
	margin-bottom: 10px;
	color: #333;
}

.merit_wrapper{
	position: relative;
	width: 100%;
	height: 400px;
	background: url("../images/merit_bg.png") no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 80px;
}

.merit_wrapper .merit_area{
	width: 1200px;
	padding: 60px 20px 0;
	margin: 0 auto 160px;
}

.merit_wrapper .merit_inner{
	display: flex;
}

.merit_wrapper .merit_block{
	width: 33.3%;
	text-align: center;
}

.merit_wrapper .merit_block .number{
	font-size: 24px;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

.merit_wrapper .merit_block .number::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 50px;
	height: 1px;
	background: #fafafa;
}

.merit_wrapper .merit_block h3{
	font-size: 24px;
	/* 行間の数値÷フォントサイズ */
	line-height: 1.5;
}

.case_wrapper{
	width: 1200px;
	padding: 80px 20px;
	margin: 0 auto;
	display: none;
}

.case_wrapper .case_area{
	display: flex;
	margin-bottom: 50px;
}

.case_wrapper .case_inner{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1590d0;
}

.case_wrapper .case_inner:nth-of-type(1){
	margin-right: 40px;
}

.case_wrapper .case_flex{
	width: 520px;
	display: flex;
	justify-content: space-between;
}

.case_wrapper .name{
	color: #1590d0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.case_wrapper img{
	max-width: 237px;
}

.caution{
	text-align: center;
}

.detail_wrapper{
	background: #e2f6ff;
	padding: 80px 0;
	margin-bottom: 80px;
}

.detail_wrapper .detail_area{
	width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.detail_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.detail_wrapper .table_block{
	width: 550px;
}

.contact_wrapper .contact_area{
	width: 1200px;
	padding: 0 20px;
	margin: 0 auto 80px;
}

.contact_wrapper .contact_form{
	width: 100%;
	background: #e2f6ff;
  	box-shadow: 0px 10px 8.5px 1.5px rgba(51, 51, 51, 0.3);
	border-radius: 20px;
	padding: 80px 0;
}

.contact_wrapper .contact_block{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.contact_wrapper .contact_form h3{
	width: 160px;
	text-align: right;
	margin-right: 40px;
	font-size: 18px;
}

.contact_wrapper input,
.contact_wrapper textarea{
	display: block;
	width: 700px;
	border: none;
	border-radius: 20px;
	background: #fafafa;
	outline: none;
}

.contact_wrapper input{
	height: 50px;

}

.contact_wrapper textarea{
	height: 250px;
	padding: 10px;
}

.btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 60px;
	border-radius: 30px;
	margin: 0 auto;
border: 1px solid #1590d0;
	box-shadow: none;
	transition: .4s;
	color: #fafafa;
	background: #1590d0;
}

#submit_btn,
#submit_btn_2{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 60px;
	border-radius: 30px;
	margin: 0 auto;
	box-shadow: none;
	transition: .4s;
	color: #fafafa;
	cursor: pointer;
	border: 1px solid #1590d0;
}

#submit_btn:hover,
#submit_btn_2:hover,
.btn:hover{
	background: #fafafa;
	color: #1590d0;
}

#submit_btn{
	background: #1590d0;
	margin-bottom: 40px;
}

#submit_btn_2{
	background: #333;
}

.footer{
	width: 100%;
	height: 300px;
	background: url("../images/footer_bg.png");
	background-size: cover;
	padding-top: 70px;
	position: relative;
}

.footer .footer_area{
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.footer ul{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.footer ul li{
	margin-right: 80px;
}

.footer ul li:nth-last-of-type(1){
	margin: 0;
}

.footer ul li a{
	color: #fafafa;
}

.footer ul li a:hover{
	text-decoration: underline;
}

.footer .address_flex{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.footer .address_block{
	width: 255px;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #fafafa;
	color: #fafafa;
}

.footer .address_block:nth-of-type(3){
	border: none;
}

.footer .address_block h2{
	font-size: 18px;
	margin-bottom: 20px;
}

.footer .address_block h2 span{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
}

.footer .address_block p{
	line-height: 1.5;
	font-size: 14px;
}

.footer .logo{
	margin-bottom: 20px;
}

.footer .logo a{
	color: #fafafa;
}

.footer .logo a:hover{
	text-decoration: underline;
}

.footer .logo img{
	max-width: 150px;
}

.footer address{
	text-align: center;
	color: #fafafa;
	font-family: 'Roboto', sans-serif;
}

.confirm_wrapper{
	width: 800px;
	padding: 80px 20px 160px;
	margin: 0 auto;
}

.confirm_wrapper .confirm_block{
	width: 100%;
	background: #e2f6ff;
	padding: 80px;
	border-radius: 20px;
}

.confirm_wrapper .confirm_text{
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
}

.complete_wrapper{
	width: 800px;
	padding: 160px 20px 400px;
	margin: 0 auto;
}

.complete_wrapper .complete_hd{
	font-size: 40px;
	text-align: center;
	padding-bottom: 40px;
}


.complete_wrapper .complete_text{
	text-align: center;
}
