@charset 'UTF-8';
@import url('css/chillax.css');

/***********************************

commmon

 ***********************************/
* {box-sizing: border-box;}
img {width: 100%;}
a {text-decoration: none;
   opacity:1;
   transition: .5s;}
li {list-style: none;}
h1, h2, h3, h4, h5, h6, p {line-height: 1;}
p {margin: 0;}
ul {
  padding: 0;
  margin: 0;
}
body{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 900;
font-size:14px;
font-style: normal;
	color: #383838;
	margin: 0;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
background-color: #fff;
	color:#383838;
}

/* 共通のpcとspの出し分け */
.pc {display: block;}
.sp {display: none;}


@media screen and (max-width: 590px) {
	.pc {display: none;}
	.sp {display: block;}
}

.red{
	color:#AE2F33;
}
.center{
	text-align: center;
}
.h_kaku_gothic{
	font-family: "heisei-kaku-gothic-std", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.flex{
	display: flex;
}
.inner1{
	max-width: 800px;
	margin:0 auto;
}

@media screen and (max-width:590px) {
	.inner1{
		width: 88%
	}
	.flex{
	display: block;
}
}
/***********************************

  FV

 ***********************************/
 .fv_pic{
	max-width: 383px;
    padding-top: 45px;
    position: relative;
    z-index: 50;
 }
 .fv{
	margin: 0 auto;
	padding-top: 120px;
 }
.logo{
	max-width: 210px;
}
.fv div{
	font-size: 14px;
    line-height: 2.3;
    letter-spacing: 0.13rem;
    padding-top: 25px;
}
.fv_wave{
	position: relative;
    margin-top: -259px;
    z-index: 10;
}

@media screen and (max-width:1026px){
.fv{
    padding: 110px 0 40px;
}
.logo{
	max-width: 180px;
}
}

/***********************************

   about

 ***********************************/
 .inner_about{
	max-width: 900px;
 }

.about{
	background-image: url(img/pc_about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0;
	margin-top: 130px;
}
.about_content{
	margin: 0 auto;
	line-height: 2.6rem;
    letter-spacing: 0.13rem;
	color: #fff;
}
.about_content div:nth-of-type(1){
	padding-bottom: 40px;
}

@media screen and (max-width:590px){
.about{
	background-image: url(img/sp_about_bg.jpg);
	padding: 80px 0;
}
.about_content{
	line-height: 2.3;
}
.inner_about{
	max-width: 88%;
}
}
/***********************************

   5 features

 ***********************************/
.five_features{
	padding: 140px 0 100px;
}
.feature_ttl{
	margin-bottom: 60px;
}
.feature_ttl img{
	max-width: 245px;
	padding-bottom: 15px;
}
.features img{
	max-width: 134px;
	margin-right: 50px;
}
.features li{
justify-content: left;
align-items: center;
margin-bottom: 60px;}

.features p{
	line-height: 1.8;
	padding-bottom: 20px;
}
.features a{
	color: #383838;
	font-weight: 500;
}
.new_page_icon img{
/* text-decoration: underline; */
max-width: 23px;
padding-left: 10px;
}
.features a:hover{
 opacity: 0.6;
}
@media screen and (max-width:590px){
	.five_features{
		padding: 80px 0 0;
	}
	.features img{
		max-width: 130px;
		margin-right: 50px;
		padding-bottom: 20px;
	}
	.new_page_icon img{
		max-width: 23px !important;
        padding-bottom: 0 !important;
	}
}


/***********************************

   animation

 ***********************************/

 
.animate{
	opacity: 0;
	transform: translateY(20px);
	transition: all 1.0s;
}
.animate.show {
	opacity: 1;
	transform: translateY(0);
  }
  .animate.show:nth-of-type(1) {
	transition-delay: 0s;
  }
  .animate.show:nth-of-type(2) {
	transition-delay: 0.2s;
  }
  .animate.show:nth-of-type(3) {
	transition-delay: 0.4s;
  }
  .animate.show:nth-of-type(4) {
	transition-delay: 0.6s;
  }
/***********************************

会社概要

 ***********************************/

 .company_wrap{
    justify-content: center;
	padding-bottom: 100px;
 }
 .company_wrap .title img{
	max-width: 198px;
 }
 .company_wrap .title{
	letter-spacing: 0.1em;
 }
 .company_wrap .title p{
	font-weight: bold;
 }
.table_left{
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 30%;
}
.table_right{
	line-height: 2.143em;
	font-weight: 500;
}
dl{
	padding-left: 103px;
	margin: 0;
	width: 80%;
}
dt:first-of-type{
	padding-top: 0;
}
dt{
	display: flex;
    padding: 30px 0;
    border-bottom: solid 1px #383838;
    max-width: 696px;
    align-items: baseline;
}
dt:last-of-type{
	border-bottom:none;
}

@media screen and (max-width:590px){
dl{
	padding-left: 0px;
	width: 100%;
}
dt{
	align-items: center;
	display: block;
}
.table_right{
	padding-top: 10px;
}
.table_left{
	line-height: 1.3;
	width: 100%;
}
.company_wrap .title{
	text-align: center;
    padding-bottom: 40px;
}
.company_wrap{
	padding: 40px 0;
}
}

 
/***********************************

フォーム

 ***********************************/
 .form_bg{
	background-image: url(img/pc_form_bg.png);
	background-repeat: no-repeat;
	background-size: cover;

 }
 .inner_form{
	max-width: 514px;
	margin: 0 auto;
 }
.form_ttl img{
	max-width: 319px;
	padding-bottom: 20px;
}
.form_ttl p{
	line-height:2;
}

 .footer_bg{
	background-image: url(img/footer_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
 }
.form_wrap{
    margin: 0 auto;
	padding-top: 100px;
}
.form_wrap .title img{
	max-width: 161px;
}
.form_wrap .ttl{
	font-weight: bold;
	letter-spacing: 0.1em;
}
.form_wrap .title p{
	font-weight: bold;
}
.form{
	padding: 40px 0 100px;
	max-width: 625px;
	margin: 0 auto;
}

.form_block{
	padding-bottom: 20px;
}
.form_block li:nth-child(1){
	padding-bottom:10px;
	align-items: center;
}
input[type="text"],input[type="email"],input[type="tel"]{
	padding:12px 13px;
	border: 2px solid #E3E3E3;
	border-radius: 5px;
	width:615px;
	font-size: 14px;
}
textarea[name="その他質問など"] {
	border-radius: 5px;
	border: none;
	width:615px;
	height:108px;
	padding: 12px 13px;
	font-size: 14px;
	color:#455F9F;
}

.form_block span{
	   color: #AE2F33;
}

input[type="submit"]{
	padding: 23px 88px;
    background-color: #AE2F33;
    color: #fff;
	font-weight: 900;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #fff;
	transition: .5s;
	margin-top: 20px;
	font-size: 16px;
}
input[type="submit"]:hover{
background-color: #fff;
border: 2px solid #AE2F33;
color:#AE2F33;
}

input[value="この内容で送信する"]{
	opacity: 1;
	color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 9px;
	font-family: "heisei-maru-gothic-std", sans-serif;
font-weight: 800;
}
input[value="この内容で送信する"]:hover{
	opacity:0.7;
}
.privacy_p p{
	font-size: 12px;
    text-underline-position: under;
    color: #383838;
    text-decoration: underline;
	text-align: center;
	padding-top: 30px;
}
.copy_right{
	font-size: 12px;
	background-color: #383838;
	padding: 10px 0;
	text-align: center;
	color:#fff;
}


@media screen and (max-width:590px){
.footer_bg{
		background-image: url(img/sp/sp_footer_bg.jpg);
		background-position-y: 290px;
	}
.form_wrap .title img{
		max-width: 92px;
	}
#formWrap{
        margin: 0 auto;
        padding-top: 50px;
}	
input[type="text"],input[type="email"],input[type="tel"]{
	width: 100%;
	padding: 10px 15px;
}
select[name="お住まいの都道府県"]{
	width: 100%;		
	}
textarea[name="その他質問など"]{
	width: 100%;		
	}
input[value="この内容で送信する"]{
	width: 100%;
	}
select[name="生年月日[][年]"]{
	width: 82.5px;
	}
select[name="生年月日[][月]"] {
	width:68px;
}
select[name="生年月日[][日]"] {
	width:68px;
}
	.select_boxes{
		display: flex;
	}
	.select_boxes p{
		padding: 0 11px 0 4px;
	}
	input[type="submit"]:hover{
		background-color: rgb(0, 0, 0, 0);
		color: #fff;
		}
}


/***********************************

プラポリ

 ***********************************/
.privacy_wrap img{
	max-width: 370px;
}
.privacy_ttl{
	text-align: center;
    padding: 100px 0 40px;
}
  .privacy_text{
	font-size: 14px;
    padding-bottom: 80px;
    font-weight: 500;
  }
  .privacy_text p{
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.8;
  }
  @media screen and (max-width: 834px) {
	.privacy_text p{
	  max-width: 95%;
	}
	.privacy_text{
	  padding: 50px 0;
	}
  }


