@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; 
  color: #2F1E0F;
  font-size: 2.4rem;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-weight: 500; }

img {
  width: 100%; }

a {
  text-decoration: none;
  color: #1F1F1F; }

a:hover {
  opacity: 0.7; }

li {
  list-style: none; }

.sp {
  display: none; }


/*共通クラス*/
.text_center {
  text-align: center; 
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto; }




.mvwrap{
	background-color: #E4EDF7;
}
.menu{
	width: 90%;
	max-width: 780px;
	margin:  0 auto;
	padding-bottom: 24px;
}
.menu1{
	display: flex;
	align-items: center;
	height: 60px;
	
}
.menu1>li{
	font-size: 1.6rem;
	width: 33.333%;
	text-align: center;
	border-left: 1px solid #2E1E0F;
	height: 100%;	
	position: relative;
}
.menu1>li:last-child{
	border-right: 1px solid #2E1E0F;
}


.menu1>li::after{
	content: "";
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url("../img/arrow1.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
	
}
.m2{
	padding-top: 10px;
}
.first_ttl{
	font-weight: 700;
text-align: center;
    font-size: 3.6rem;
    color: #fff;
    background-color: #144288;
    padding-top: 0.7em;
    padding-bottom: 0.8em;
    position: relative;	
	line-height: 1.5;
}
.first_ttl::before{
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -33px;
    border: 33px solid transparent;
    border-top: 33px solid #144288;
}
.first_ttl>span{
	font-size: 4.2rem;
}

.nayami{
	background-image: url("../img/bg_gray.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.nayami_wrap{
	padding-top: 60px;
	padding-bottom: 50px;
}

#point{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #CFEAEF calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #CFEAEF calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #F0F8FC;
	padding-top: 70px;
	padding-bottom: 70px;
}

.point_ttl{
	display: flex;
    align-items: center;
    justify-content: center;
	padding-bottom: 40px;
}
.point_ttl>img{
	max-width: 277px;
}
.point_ttl::before{
	border-top: 2px solid #DD6114;
    content: "";
    width: 100%;
    margin-right: 0.8em;
	margin-top: 40px;
}
.point_ttl::after{
	border-top: 2px solid #DD6114;
    content: "";
    width: 100%;
    margin-left: 0.8em;
	margin-top: 40px;
}
.point_cont{
	padding-bottom: 40px;
}
#barabara{
	background-image: url("../img/bg_house.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	position: relative;
}
.bb_ttl{
	max-width: 761px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top:-30px;
}
.bb_list{
	padding-top: 200px;
	padding-bottom: 67px;
}
.red{
	color: #C93A1D;
}
.bb_list>li{
	font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    padding: 8px 20px 10px 60px;
    background-color: #fff;
}
.bb_list>li::before{
	background-image: url(../img/check2.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 22px;
    background-size: contain;
    display: inline-block;
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
}
#line1{
	position: relative;
	background-color: #FEFAF1;
	padding-top: 70px;
	padding-bottom: 70px;
}
.arrow2{
	width: 138px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top:-24px;
}

.whitebox1{
	background-color: #fff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 40px;
}
.line_p{
	padding-bottom: 36px;
}
.line1_btn{
	max-width: 746px;
	margin: 0 auto;
	text-align: center;
}

#profile{
	background-image: url("../img/bg_sky.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding-top: 64px;
	padding-bottom: 64px;
}
.h3_1{
	color: #134288;
	font-size: 2.4rem;
	text-align: center;
	position: relative;
	padding-bottom: 56px;
}
.h3_1::after{
	position: absolute;
    border-bottom: 2px solid #134288;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    content: '';
}
.h2_pro_ttl{
	margin-bottom: 20px;
}
.sindan_list{
	margin-top: 30px;
}

.sindan_list>li{
	font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    padding: 8px 20px 10px 112px;
    background-color: #fff;
}
.sindan_list>li::before{
    background-repeat: no-repeat;
    width: 75px;
    height: 40px;
    background-size: contain;
    display: inline-block;
    content: "";
    position: absolute;
    top: 13px;
    left: 20px;
}
.p1::before{
	background-image: url("../img/p1.png");
}
.p2::before{
	background-image: url("../img/p2.png");
}
.p3::before{
	background-image: url("../img/p3.png");
}
.p4::before{
	background-image: url("../img/p4.png");
}

#voice{
	background-color: #FDFAF1;
	padding-top: 68px;
	padding-bottom: 68px;
	
}
.voice_ttl{
	max-width: 535px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.voice_wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -4%;
}
.voice_box{
	width: 45%;
	margin-left: 4%;
	margin-bottom: 30px;
}
.line2{
	max-width: 746px;
	margin: 0 auto;
	text-align: center;
}
#plan{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #CFEAEF calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #CFEAEF calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
padding-top: 70px;
	padding-bottom: 70px;
}

.plan_ttl{
	color: #134288;
	font-size: 4.4rem;
	text-align: center;
	line-height: 1.1;
}
.plan_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.plan_cont{
	width: 68%;
}

#flow{
	background-image: url("../img/bg_flow.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.h2_qa{
	text-align: center;
	color: #134288;
	font-weight: 700;
	font-size: 4.4rem;
	position: relative;
	padding-bottom: 56px;
}
.h2_qa::after{
	position: absolute;
    border-bottom: 2px solid #134288;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    content: '';
}
.flow_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flow_box{
	width: 29.6%;
}
.arrow3{
	width: 2.6%;
}
#qa{
	background-color: #F0FBFC;
	padding-top: 70px;
	padding-bottom: 70px;
}
.qa_box{
	border: 1px solid #134288;
	margin-bottom: 30px;
}
.q_box{
	background-color: #134288;
	color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	display: flex;
	padding: 0.1em 0.8em;
}
.q{
	margin-right: 4px;
}
.a_box{
	background-color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	display: flex;
	padding: 0.8em 0.8em;
}
.a{
	color: #DD6015;
	margin-right: 4px;
}

#contact{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #CFEAEF calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #CFEAEF calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
padding-top: 70px;
	padding-bottom: 70px;
}
.link_wrap{
	display: flex;
	padding-top: 65px;
	padding-bottom: 65px;
	justify-content: center;
}
.link_wrap>div{
	width: 83px;margin: 10px;
}
.small{
	text-align: center;
	font-size: 1.3rem;
	display: block;
	padding-bottom: 90px;
}
.float{
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 4px;
	height: 80px;
	padding-left: 4px;
	padding-right: 4px;
}
.float>a{
	color: #fff;
	background-image: linear-gradient(175deg, #44d700, #34a500);
	width: 100%;
	height: 80px;
	display: block;
	border-radius: 40px;
	padding-top: 0.7em;
	letter-spacing: 0.1em;
	font-weight: 700;
}



.privacy-policy {
	background-color: #fff;
	font-size: 1.5rem;
    height: 350px;
    padding: 1em;
    border: 1px solid #4B4B4B;
    overflow-y: scroll;
}
.privacy-policy__box{
	margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
.first_ttl{
    font-size: 2.8rem;
}
	.first_ttl>span{
		font-size: 3.1rem;
	}
.bb_ttl{
	width: 70%;
}
.bb_list{
	padding-top: 160px;
}
.bb_list>li{
	font-size: 2.1rem;
    padding: 8px 20px 10px 50px;
}
.bb_list>li::before{
    width: 21px;
    height: 18px;
    top: 20px;
    left: 20px;
}
.sindan_list>li{
	font-size: 2.1rem;
    padding: 8px 20px 10px 100px;
}
.sindan_list>li::before{
    width: 70px;
    height: 36px;
}
.voice_ttl{
	max-width: 480px;
}
.plan_ttl{
	font-size: 3.4rem;
}
.h2_qa{
	font-size: 3.4rem;
}
.q_box{
	font-size: 2rem;
}
	
	
	
	
	
}




@media screen and (max-width: 500px) {
	.pc{
		display: none;
		
	}
	.sp{
		display: block;
	}
	.menu1{
		padding-top: 10px;
	}
.menu1>li{
	font-size: 1.35rem;
	width: 33.333%;
}
.first_ttl{
    font-size: 2.1rem;
}
	.first_ttl>span{
		font-size: 2.5rem;
	}
.first_ttl::before{
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #144288;
}
	.nayami_wrap{
		padding-top: 30px;
	}	
.point_ttl>img{
	max-width: 190px;
}
	#point{
		padding-top: 50px;
		padding-bottom: 50px;
	}	
	.bb_ttl{
		width: 90%;
	}
	.bb_list{
		padding-top: 90px;
		padding-bottom: 50px;
	}
.bb_list>li{
	font-size: 1.8rem;
    padding: 8px 14px 10px 38px;
}
.bb_list>li::before{
    width: 16px;
    height: 14px;
    top: 20px;
    left: 12px;
}
	.arrow2{
		width: 90px;
	}
	
	
	#line1{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.whitebox1{
		padding: 20px 16px;
	}
	.line_p{
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
	.h3_1{
		font-size: 2rem;
	}
.sindan_list>li{
	font-size: 1.8rem;
    padding: 8px 16px 10px 70px;
	
}
.sindan_list>li::before{
    width: 60px;
    height: 26px;
	top:16px;
	left:12px;
}
	#voice{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.voice_ttl{
		width: 90%;
		margin-bottom: 18px;
	}
	.voice_wrap{
		display: block;
	}
	.voice_box{
		width: 100%;
		margin-bottom: 20px;
	}
	#plan{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.plan_wrap{
		display: block;
	}
	.plan_cont{
		width: 100%;
	}
.h2_qa{
	font-size: 2.7rem;
}
	.flow_wrap{
		display: block;
	}
	.flow_box{
		width: 100%;
	}
	.arrow3{
		width: 40px;
		margin: 0 auto;
	}
	#flow{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#qa{
		padding-top: 50px;
		padding-bottom: 50px;
	}
.q_box{
	font-size: 1.8rem;
}
.a_box{
	font-size: 1.6rem;
}
	.float>a{
		font-size: 2.2rem;
		height: 70px;
	}	
	


}
#btn_animation>a>img{
animation: btn_animation 1s infinite;
}
@keyframes btn_animation {
    0% {
        transform: scale(1, 0.8);
    }
    20% {
        transform: scale(0.9, 1.1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.9);
    }
}

/*Contact*/
.inquiry{width: 100%;}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #F0F0F0;
  box-shadow: none;
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.inquiry{
	margin-bottom: 30px;
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7;
	background-color: #fff;

}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #EB4A4A;
    color: #fff;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #D0D0D0;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
.verticallist .wpcf7-list-item {
    display: block;
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #DD6114;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 30px;
    margin: 25px auto 0;
}
#formbtn:hover {
    background: #fff;
    color: #DD6114;
    border: 2px solid #DD6114;
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px;
}
td {
    border-top: 1px solid #ededed;
    padding: 12px;
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none;
}

.pri_p>span{
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 16px;
}
.wpcf7-response-output{
	font-size: 1.6rem;
	color: #EB4A4A;
}
.wpcf7-not-valid-tip{
	color: #EB4A4A;
}

@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
	#formbtn{
		width: 300px;
	}
	.h1_box.h1_box_contact{
		margin-bottom: 40px;
	}
}


