@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: 500;
font-size:14px;
font-style: normal;
	color: #fff;
	margin: 0;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
background-color: #fff;
	color:#455F9F;
}

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


@media screen and (max-width: 590px) {
	.pc {display: none;}
	.sp {display: block;}
}
.blue{
	color:#455F9F;
}
.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: 1000px;
	margin:0 auto;
}
.inner2{
	max-width: 1200px;
	margin:0 auto;
}
@media screen and (max-width:590px) {
	.inner1{
		width: 88%
	}
	.inner2{
		width: 88%
}
	.flex{
	display: block;
}
}

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

   intro

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

 .intro_wrap{
	background-image: url(img/intro_bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
 }
 .fv_wrap{
	padding: 160px 0 240px;
 }
 .seica_logo{
	max-width: 413px;
	padding-bottom: 80px;
 }
 .bg_mark{
	position: absolute;
    top: 0;
    right: 0;
    max-width: 818px;
 }

 @media screen and (max-width:590px){
	.intro_wrap{
		background-image: url(img/sp/sp_intro_bg.jpg);
		background-position-y: -150px;
	 }
	 .seica_logo{
		max-width: 239px;
	 }
	 .bg_mark{
		top: 10%;
	 }
	 .fv_wrap{
		padding: 160px 0 340px;
	 }
	.middle_size{
		display: none;
	}
 }

 /* --------   menu  -------- */
.menu li{
	letter-spacing: 0.06em;
    margin-bottom: 30px;
	font-family: Chillax-Medium;
 }
.menu li:nth-child(1){
 	max-width: 100px;}
.menu li:nth-child(2){
	max-width: 78px;}
.menu li:nth-child(3){
	max-width: 92px;}
.menu li:nth-child(4){
	max-width: 81px;}

.menu a{
	color: #fff;
	padding: 6px 12px;
}

.menu a:hover{
	color:#389CBA;
	background-color: #fff;
}

/*------  about us -----*/
.about_wrap .title img{
	width: 187px;
}
.title p{
	padding-top: 15px;
	font-weight: bold;
}
.about_txt{
	padding: 60px 0 60px;
    letter-spacing: 0.1em;
    line-height: 2.143em;
	font-weight: bold;
	font-size: min(3.45vw, 16px);
}
.about_wrap{
	padding-bottom: 450px;
}
.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;
  }


@media screen and (max-width:590px){
.about_wrap{
    padding-bottom: 450px;
	}
.about_wrap .title img{
	width: 106px;
}
.about_txt{
	padding-top: 40px;
}
}
/***********************************

Service

 ***********************************/
 .service_wrap{
	margin-bottom: -320px;
 }
.service_bg{
	background-image: url(img/service_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: -440px;
	right: 0;
    width: 100%;
}
.service_inner{
	max-width: 1120px;
	margin: 0 auto;
    padding: 242px 0 280px;
}
.service_inner .title img{
	width: 156px;
}
.title p{
	padding-top: 15px;
}
.service_ponts{
	justify-content:center;
	padding-top: 60px;
}
.service_ponts li{
	max-width: 353px;
	border-right: solid 1px #fff;
	padding: 0 25px 0 25px;
}
.service_ponts li:last-of-type{
	border-right: none;
}
.service_ponts>li>div{
	text-align: center;
}
.service_ponts>li>div>img{
	max-width: 210px;
	margin:0 auto;
}
.content_ttl{
	font-weight: bold;
	font-size: 18px;
	padding: 30px 0;
	letter-spacing: 0.1em;
}
.content_txt{
	line-height: 2.143em;
}
@media screen and (min-width:591px) and ( max-width:1100px) {
	.service_inner{
		padding: 242px 0 380px;
	}
}

@media screen and (max-width:590px){
.title p{
	padding-top: 5px;
	font-size: 12px;
}
.service_bg{
	background-image: url(img/sp/sp_service_bg.png);
	top: -416px;
}
.service_inner{
	padding: 200px 0 280px;
}
.service_inner .title img{
	width: 90px;
}
.service_ponts{
	padding-top: 50px;
}
.service_ponts li{
	border: none;
	margin:0 auto;
	padding-bottom: 50px;
}
.content_ttl{
	padding:20px 0;
}
}

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

会社概要

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

 .company_wrap{
    justify-content: center;
 }
 .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;
}
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 #455F9F;
    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;
}
.company_wrap .title{
	text-align: center;
    padding-bottom: 40px;
}
.company_wrap .title img{
	max-width: 113px;
}
}

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

フォーム

 ***********************************/
 .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: 20px 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: none;
	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{
	    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    padding: 4px 8px;
    margin-right: 10px;
    background-color: #555;
}

input[type="submit"]{
	padding: 23px 88px;
    background-color: rgb(0, 0, 0, 0);
    color: #fff;
	font-weight: 500;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #fff;
	transition: .5s;
}
input[type="submit"]:hover{
background-color: #fff;
color:#455F9F;
}

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;
}


@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{
        width: 93.33%;
        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;
	}
	.form_block span{
		 border-radius: 3px;
		    padding: 4px 8px;
	}
	input[type="submit"]:hover{
		background-color: rgb(0, 0, 0, 0);
		color: #fff;
		}
}

.copy-right{
	font-size: 12px;
	padding-top: 100px;
	letter-spacing: 0.1em;
    line-height: 2.143em;
	font-family: Chillax-Medium;
}


