/* ================================================= *
 *        	common
 * ================================================= */
@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift.ttf");
}
/* ================================================= *
 *        	main_img
 * ================================================= */
.main_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main_img__ttl {
/*  margin-top: 66px;*/
  margin-top: 170px;
}
.main_img__ttl--sp {
/*  margin-top: 65px;*/
  margin-top: 120px;
}

/* ================================================= *
 *        	contents
 * ================================================= */
.contents img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.contents__img01 {
  margin-top: 30px;
}
.contents__img01--sp01, .contents__img01--sp02, .contents__img01--sp03 {
  margin-top: 80px;
}
.contents__img02 {
  display: block;
  margin: auto;
}
.onlyPc .contents__img02 {
  width: 80%;
}
.contents__img02--sp {
  display: block;
  margin: auto;
}
.onlySp .contents__img02--sp {
  width: 90%;
}

/* ================================================= *
 *        	point
 * ================================================= */
.point img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.point__img01 {
  margin-top: -15px;
}
.point__img01--sp {
  position: relative;
  margin-top: -8.4%;
  z-index: -1;
}
.point__img02 {
  background-color: #eafae0;
}

/* ================================================= *
 *        	recommend
 * ================================================= */
.recommend {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .recommend {
    margin-top: 0;
  }
}
.recommend img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.recommend__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -2%;
}
.onlyPc .recommend__txt {
  width: 80%;
}
.recommend .onlyPc {
  position: relative;
  margin-top: -6%;
  z-index: -1;
}
.recommend .onlySp {
  margin-top: 25px;
}

/* ================================================= *
 *        	reason
 * ================================================= */
.reason .onlyPc {
  margin-top: 25px;
}
.reason__ttl {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ================================================= *
 *        	contact
 * ================================================= */
.contact {
  padding: 50px 0;
  background-color: rgba(210, 216, 210, 0.4);
}
.contact__catch {
  display: block;
  max-width: 330px;
  margin: auto;
  border-radius: 20px;
  background-color: #cf011c;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
.contact__ttl {
  margin-top: 20px;
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.contact_tell {
  max-width: 940px;
  width: 92%;
  margin: 40px auto 0;
  padding: 30px 0;
  border-top: 1px solid #cd0e22;
  border-bottom: 1px solid #cd0e22;
}
.contact_tell__ttl {
  color: #000;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}

.contact_free_dial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
}
.contact_free_dial__icon {
  display: block;
  width: 68px;
  margin: 15px 20px 0 0;
}
.contact_free_dial__icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.contact_free_dial__link {
  display: block;
  color: #000;
  font-family: "Bahnschrift";
  font-size: 4.2rem;
}
.contact_free_dial__time {
  display: block;
  margin-top: -10px;
  font-size: 1.1rem;
  text-indent: 1rem;
}

.form__ttl {
  margin: 30px auto 0;
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.talk_flow {
  max-width: 980px;
  margin: auto;
}

#menu_contact {
  background-color: unset !important;
}