@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Noto+Sans+JP:400,500,700,900&subset=japanese');

body {
  font-family: 'Noto Sans JP', sans-serif;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
html{
  overflow-x: hidden; 
}
img{
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
a {
  color: #01987d;
}
a:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #01987d;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-black {
  font-weight: 900;
}
.meiryo {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
	color: #50312F;
}
.h1-sub {
	font-size: 25px;
	line-height: 1.8em;
}
.top-h2{
  font-size: 20px;
	margin-top: 60px;
}

h2{
  font-size: 40px;
}

.text-red {
    columns: #ff0000;
}
.bg-gold {
  background-color: #8a734a;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#header_nav{
  background-color: #3f6c45;
}
.navbar-brand{
  font-weight: 700;
}
.nav-small {
  font-size: 16px;
  font-weight: 400;
}
.mainvisual{
    background-image: url('images/back.jpeg') ;
    background-position: center center ;
    background-size:cover;
    height: 100%;
}
.jumbotron {
  height: 100%;
    margin-bottom: 0;
    min-height: 600px;
    background-color: rgba(0,0,0,0.0);
   /*  color: #fff;  */
}
.fv-top {
    font-size: 3rem;
    padding: 30px 0;
}
.sec-wrapper {
    padding: 80px 0;
    font-size: 16px;
}
.sec-entry {
  background-color: #e4ea8c;
}
.cta{
    padding: 17px 30px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 40px;
}
.main-box {
	background-color:rgba(255,255,255,0.8);
}
.main-desc {
	line-height: 1.8em;
	letter-spacing: -0.09em
}
.point-box p {
	font-weight: 500;
	font-size: 20px;
}
.sec-point h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}

.sec-point,
.sec-inquiry {
  background-color: #e4ea8c;
}
.about-box {
    background-color: #F8FAE4;
}
.btn-form:hover {
  color: #fff;
}
.btn-form {
	color: #fff;
	background-color: #cb0000;
	border-color: #cb0000;
}
.sec-about h3 span {
  font-size: 1.2rem;
  color: #17a2b8;
}
.company {
	font-size: 20px;
}
.tel, .mail {
	position: relative;
}
.tel:before {
	position: absolute;
	content: "";
	background: url(./images/tel.png) no-repeat center center/contain;
	top: 55%;
	transform: translateY(-50%);
	left: -5px;
	width: 30px;
	height: 30px;
}
.mail:before {
	position: absolute;
	content: "";
	background: url(./images/mail.png) no-repeat center center/contain;
	top: 55%;
	transform: translateY(-50%);
	left: -5px;
	width: 30px;
	height: 30px;
}
footer.container-fluid{
    padding: 20px 10px;
    background-color: #50312F;
    color: #fff;
}
footer p{
  margin-bottom: 0;

}
.footer-copy {
  font-size: 14px;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}
@media all and (min-width: 992px) {

}
@media all and (min-width: 1200px) {

}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}
@media all and (min-width: 576px) {
  
}
/*デスクトップまで*/
@media all and (max-width: 1199px) {

}
@media all and (max-width: 991px) {
  body,p{
    font-size:14px;
  }
  .fv-top{
    font-size: 1.6rem;
  }
  .help2{
    font-size: 1.3rem;
  }
  .help3{
    font-size: 1.8rem;
  }

  h2{
    font-size: 1.6rem;
  }
  h3{
    font-size: 1.4rem;
  }

  h4{
    font-size: 1.3rem;
  }
  .sec-problem {
    padding-bottom: 0;
  }
  .sec-point h3 {
    font-size: 1.2rem;
  }

}
/*中デバイスまで*/
@media all and (max-width: 767px) {

}
@media all and (-ms-high-contrast: none) and (max-width: 767px)  {

}
/*小デバイス(横向きモバイル)まで*/
@media all and (max-width: 575px) {
    body,p{
    font-size:14px;
  }
  .fv-top{
    font-size: 1.4rem;
    padding: 20px 0 0 0;
  }
  .help2{
    font-size: 1rem;
  }
  .help3{
    font-size: 1.4rem;
  }

	.navbar-brand {
		font-size: 16px;
	}
	.h1-sub {
		font-size: 20px;
	}
	.top-h2 {
		margin-top: 40px;
		font-size: 18px;
		font-weight: 500;
	}
	.main-box {
		margin-top: 30px;
	}
  h2{
    font-size: 1.3rem;
  }
  h3{
    font-size: 1.3rem;
  }
  .sec-point h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  .cta{
    padding: 13px 15px;
    font-size: 17px;
    border-radius: 35px;
  }
  .mainvisual {
      background-image: url(images/back2.jpeg);
      background-repeat: no-repeat;
      /*background-position: bottom right;
      background-size: 140%;
      background-color: #f2e8df;*/
  }
  .jumbotron {
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.0);
      /* color: #fff; */ 
    min-height: unset;
    padding: 30px 0 65px 0;
  }
	.desc-small{
		letter-spacing: -0.06em;
	}
  .sec-wrapper {
    padding: 30px 0;
    font-size: 16px;
  }
  .sec-problem {
      padding-bottom: 0;
  }
  .problem-left, .problem-right {
      max-width: 84%;
  }
 .problem-left p, .problem-right p{
      font-size: 15px;
  }


}
@media all and (-ms-high-contrast: none) and (max-width: 575px)  {

}
@media all and (max-width: 536px) {

}
@media all and (max-width: 507px) {

}
@media all and (max-width: 480px) {

}
@media all and (max-width: 450px) {
  .sec-about h3 span {
      font-size: 1rem;
      color: #17a2b8;
  }
}
@media all and (max-width: 400px) {

}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {
	.d-xs-block {
		display: block!important;
	}
}