@charset "utf-8";
/*==================================================
cmn
==================================================*/
html {
  font-size: 62.5%;
}
body {
  background: #f8f8f8;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 2em;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
span.h1_black {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: #FF6E00;
  display: block;
  line-height: 2.5em;
}
p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
a, input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.sp {
  display: none;
}
.col-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}



/*==================================================
head
==================================================*/
.site-header {
  text-align: center;
  font-size: 1.8rem;
  padding: 0;
  background: #4f7a05;
  position: static!important;
  border-bottom: none!important;
}
.site-header h1 {
  width: 37.5%;
  line-height: 1.5em;
  font-size: 2.2rem;
	background: #4f7a05;
}
.site-header h1 .txt {
  text-align: left;
  display: inline-block;
}
.site-header .tel {
  width: 46.25%;
	background: #5bb93b;
}
.site-header .mail {
  width: 16.25%;
	background: #b89818;
}
.site-header .site-title {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 1em;
}



/*==================================================
foot
==================================================*/
.site-footer {
  text-align: center;
  padding: 2em 0;
  color: #fff!important;
}
.site-footer a{
  color: #fff!important;
}
.site-footer address {
  text-align: center;
  font-style: normal;
  font-size: 80%;
  margin-top: 1em;
}

.fnavi{
	position: fixed;
	bottom: 0;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	transform: translateX(-50%);
	transform: translateY(100%);
	transition: .3s;
	z-index: 999;
}
.fnavi .tel{
	width: 42.5%;
}
.fnavi .sim{
	width: 57.5%;
}
.fnavi.show{
	transform: translateX(-50%);
	    transform: translateY(0);
}



/*==================================================
content
==================================================*/
main {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  background: #fff;
  min-height: 100vh;
}

section {
  padding: 12.5% 0;
}
.wrap {
  padding: 0 6.25%;
}
.txt-center {
  text-align: center;
}
.btn-box {
  background: #fff540;
	padding: 6.25% 0;
}
.btn-box .tel {
  width: 71.428571%;
}
.btn-box .mail {
  width: 25.714286%;
}
.btn-box .sim {
  margin-top: 2.857143%;
}
.sec01{
	padding: 6.25% 0;
}
.sec02 {
  background: #485269;
  position: relative;

}
.sec02 .wrap {
  position: relative;
  z-index: 2;
}
.sec02:after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 40%, rgba(72, 82, 105, 1) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
}
.bg-blue{
	background: #dbf0ff;
}
.sec03 {

	padding-top: 6.25%;
}
.sec04, .sec05 {
  padding-top: 0;
}
.tit01 {
  text-align: center;
  font-size: 5rem;
  line-height: 1.8em;
  padding: 1em 6.25%;
  background: #004db5;
  color: #fff;
  margin-bottom: 6.25%;
}
.sec05{
	background: #eee;
}
.tit01 .num{
	font-size: 150%;
	color: #fff540;
}



/*==================================================
contact
==================================================*/
.contact{
	padding: 6.25%;
}
.mailform {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    text-align: left;
}
.mailform th,
.mailform td{
    width: 100%;
    display: block;
}
.mailform th{
    font-weight: bold;
}
.mailform tr {
    display: block;
    margin-bottom: 20px;
}
.mailform th span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
}
.mailform th span.required {
    background: #de0101;
    color: #fff;
    padding: 1px 10px;
}
.mailform input[type="text"],
.mailform input[type="email"]{
    width: 100%;
    padding: 1em;
}
.mailform input.short {
    width: 70%!important;
}
.contact input[type="submit"] {
    background: #5bb93b;
    color: #fff;
    width: 100%;
    padding: 1.5em;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
}
.contact input.back {
    background: #a5a5a5!important;
}
.contact .attention {
    font-size: 12px;
    color: #9d9d9d;
}
.contact h2 {
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    margin: 20px 0 30px;
}

/* セレクトメニュー */
.contact select {
padding: 1em;
width:14em;
box-sizing: border-box;
}

/* .inputHidden */
.inputHidden {
display:none;
}
.inputHidden > input {
display:block;
width:100%;
}
.mailform input[type="number"] {
    padding: 1em;
}

@media screen and (max-width: 600px) {
  /*==================================================
cmn
==================================================*/
  body {
    font-size: 15px;
    padding:0!important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .site-header h1 {
    font-size: 3vw;
}
	.tit01 {
    font-size: 6vw;
	}
  .site-footer address {
    font-size: 10px;
  }
.contact input[type="submit"] {
    height: 70px;
    line-height: 70px;
    padding: 0;
}
}


  /*==================================================
メール相談フォーム
==================================================*/
.contact textarea {
  width:100%;
  min-height:5em;
  padding:1em;
  }
.mailform th.textarea {
  padding-bottom:0.5em;
}
.mailform th.textarea span {
  display: block;
  margin-top:-0.5em;
  line-height:1.2em;
}





/*==================================================
thanksページ
==================================================*/
.thanksCon {
padding:5rem 5%;
}
.thanksCon > p {
text-align: center;
font-size:1.4rem;
line-height: 1.8em;
font-weight:bold;
}
.thanksCon .tel-box {
background:#f2f7f7;
padding:3rem 0;
text-align: center;
border-radius:20px;
}
.thanksCon .tel-box p {
font-size:1.6rem;
line-height: 1.8em;
}
.thanksCon .tel-box dl {
border:#4f7a05 solid 2px;
max-width:70%;
margin:0 auto;
background:#FFF;
}
.thanksCon .tel-box dl dt {
background-color:#4f7a05;
color: #FFF;
}
.thanksCon .tel-box dl dd {
font-size: 24px;
padding:0.5em;
}
.thanksCon .hosoku {
padding:2rem;
}
.thanksCon .hosoku p {
font-size:1.4rem;
line-height: 1.8em;
}