@charset "utf-8";
/* フォント */
.mv__sub__ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6
}
.font__style__01 {
  font-size: 1.6rem;
  font-weight: 600
}
.font__style__02 {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 5px;
}
.font__style__03 {
  font-size: 13.0rem;
  font-weight: 600;
  line-height: 0;
  text-align: center;
  font-style: italic
}
.font__style__04 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6
}
.font__style__05 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6
}
.font__style__06 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #51c72c
}
@media only screen and (max-width: 768px) {
  .font__style__01 {
    font-size: 1.5rem;
  }
  .font__style__04 {
    font-size: 1.6rem;
  }
  .mv__sub__ttl {
    font-size: 1.8rem;
  }
  .font__style__05 {
    font-size: 1.8rem;
  }
  .font__style__06 {
    font-size: 2.0rem;
  }
  .font__style__02 {
    font-size: 2.2rem;
    letter-spacing: inherit;
  }
  .font__style__03 {
    font-size: 4.0rem;
  }
}
/*  */
.mv__wrap {
  background: url("../images/mv.jpg") no-repeat right bottom;
  background-size: cover;
  position: relative;
  padding: 25px 37% 115px 30px;
}
.mv__wrap::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url("../images/mv_bk_triangle.png") no-repeat;
  background-size: 293px 848px;
  width: 293px;
  height: 848px;
}
.mv__wrap > * {
  position: relative;
}
.mv__text {
  padding-left: 10%;
  background: url("../images/points.svg") no-repeat left bottom 25px;
  background-size: 100px;
}
.mv__wrap h2 {
  padding-top: 30px;
  padding-bottom: 45px;
}
.mv__wrap h3 {
  color: #fff;
  background: #51c72c;
  display: inline;
  padding: 0 14px
}
.mv__wrap p {
  padding-top: 25px;
}
.sec01__wrap {
  background: url("../images/img_line_vertical01.png") repeat-y center #000;
  background-size: 964px auto;
  color: #fff;
  padding-top: 160px;
  padding-bottom: 120px;
}
.sec01__wrap .font__style__03 {
  color: #1f1f1f;
}
.sec01__wrap .font__style__02 {
  margin-top: -20px;
}
.sec01__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 90px;
  grid-column-gap: 5%;
}
.list__disc li {
  padding-left: 30px;
  position: relative;
  margin-top: 15px;
}
.sec01__wrap .list__disc li {
  margin-top: 30px;
}
.list__disc li::before {
  content: '●';
  color: #51c72c;
  position: absolute;
  left: -3px;
  top: 0;
}
.sec01__wrap .font__style__05 {
  margin-top: 70px;
}
.sec02__wrap {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sec02__wrap::before {
  content: '';
  background: url(../images/img_line_vertical02.png) repeat-y center;
  background-size: 964px auto;
  z-index: -3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec02__wrap .font__style__03 {
  color: #ebf7e8;
}
.sec02__items {
  padding-top: 140px;
  width: 100%;
  display: flex;
}
.sec02__item__img {
  width: 60%;
  margin-right: -10%;
  position: relative;
  z-index: -2;
}
.sec02__item__txt {
  margin-top: 90px;
  margin-right: 5%;
  width: 45%;
  background: #fff;
  border: 1px solid #51c72c;
  padding: 60px;
  position: relative;
}
.sec02__item__txt::after {
  position: absolute;
  content: '';
  right: -15px;
  top: -15px;
  background: #51c72c;
  width: 100%;
  height: 100%;
  z-index: -1
}
.icon__merit {
  width: 106px;
  position: absolute;
  right: -5px;
  top: -70px;
}
.sec02__item__txt .font__style__06 {
  margin-bottom: 30px;
}
.sec02__items.items__reverse .sec02__item__img {
  margin-right: 0%;
  margin-left: -10%;
}
.sec02__items.items__reverse {
  margin-right: 0;
  margin-left: 5%;
}
.sec03__wrap {
  background: url("../images/top_bk.jpg") no-repeat right center #252626;
  background-size: cover;
  color: #fff;
  padding-top: 160px;
  padding-bottom: 120px;
}
.sec03__wrap .font__style__03 {
  color: #fff;
  opacity: 0.06;
}
.sec03__wrap .list__disc {
  margin-top: 90px;
}
.sec04__wrap {
  background: #e9f7e5;
  padding-top: 160px;
  padding-bottom: 120px;
}
.grn__tag {
  color: #fff;
  font-weight: 500;
  background: #51c72c;
  margin: 20px auto 70px auto;
  text-align: center;
  display: block;
  width: 140px;
}
.sec04__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sec04__item__txt {
  width: 55%;
}
.sec04__item__img {
  width: 40%;
  text-align: right;
}
.sec04__item__txt .list__disc {
  margin-top: 60px;
}
.sec05__wrap {
  padding: 160px 7% 120px 7%;
}
.tbl__style__a {
  max-width: 730px;
}
.tbl__style__a td, .tbl__style__a th {
  padding: 15px 0 15px 25px;
}
.tbl__style__a th {
  white-space: nowrap;
}
.hissu {
  background: #b90000;
  color: #fff;
  font-size: 1.2rem;
  padding: 1px 10px;
  white-space: nowrap;
}
input[type=text], textarea {
  border: 1px solid #ccc;
  padding: 5px 20px;
  width: 100%;
  background: #fff;
}
.box__privacy {
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  margin: 40px auto;
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 730px;
}
input[type=submit], input[type=button],.btn a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(90deg, #35a303 0%, #dcf800 100%);
  margin: 60px auto 0 auto;
  width: 250px;
  text-align: center;
}
.error {
  color: red;
  font-size: 1.6rem;
  margin-top: 5px;
}
.sec06__wrap {
  background: #f6f6f6;
  padding-top: 160px;
  padding-bottom: 120px;
}
.tbl__style__b td, .tbl__style__b th {
  padding: 20px 35px 20px 0;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.sec06__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sec06__item__tbl {
  width: 55%;
}
.sec06__item__map {
  width: 40%;
}
address {
  text-align: center;
  margin-top: 80px;
  font-size: 1.2rem;
  font-weight: 300
}
@media only screen and (max-width: 768px) {
  .mv__wrap {
    background: url("../images/mv_sp.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 30px 7% 40px 7%;
  }
  .mv__wrap::before {
    background: url(../images/mv_bk_triangle.png) no-repeat;
    background-size: 30% auto;
    width: 100%;
    height: 100%;
  }
  .mv__wrap h1 {
    max-width: 120px
  }
  .mv__text {
    padding-left: 0;
    background: none;
  }
  .mv__wrap h2 {
    padding-top: 15px;
    padding-bottom: 30px;
    padding-right: 5%;
  }
  .mv__wrap h3 {
    padding: 0 10px
  }
  .mv__wrap p {
    padding-top: 15px;
    padding-right: 37%;
  }
  .sec01__wrap {
    background: url("../images/img_line_vertical01_sp.png") repeat-y center #000;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .sec01__wrap .font__style__02 {
    margin-top: 0px;
  }
  .sec01__items {
    flex-wrap: wrap;
    grid-row-gap: 40px;
    margin-top: 40px;
    justify-content: center;
  }
  .sec01__wrap .list__disc li {
    margin-top: 15px;
  }
  .sec01__wrap .font__style__05 {
    margin-top: 40px;
  }
  .sec01__item__img {
    max-width: 80%;
  }
  .sec02__wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .sec02__wrap::before {
    background: url(../images/img_line_vertical02_sp.png) repeat-y center;
  }
  .sec02__items {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .sec02__item__img {
    width: 90%;
    margin-right: 0;
  }
  .sec02__item__txt {
    margin-top: -20px;
    margin-right: 7%;
    margin-left: 5%;
    width: 88%;
    padding: 30px 20px;
  }
  .sec02__item__txt::after {
    right: -10px;
    top: -10px;
  }
  .icon__merit {
    width: 75px;
    right: -20px;
    top: -47px;
  }
  .sec02__item__txt .font__style__06 {
    margin-bottom: 20px;
  }
  .sec02__items.items__reverse .sec02__item__img {
    margin-left: 10%;
  }
  .sec02__items.items__reverse {
    margin-left: 0;
    flex-direction: column-reverse;
  }
  .sec03__wrap {
    background: url("../images/top_bk_sp.jpg") no-repeat bottom center #252626;
    background-size: 100% auto;
    padding-top: 80px;
    padding-bottom: 245px;
  }
  .sec03__wrap .list__disc {
    margin-top: 40px;
  }
  .sec04__wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .grn__tag {
    margin: 20px auto 40px auto;
    width: 100px;
  }
  .sec04__items {
    flex-wrap: wrap;
    grid-row-gap: 40px;
    justify-content: center;
  }
  .sec04__item__txt {
    width: 100%;
  }
  .sec04__item__img {
    width: 80%;
    text-align: center;
  }
  .sec04__item__txt .list__disc {
    margin-top: 30px;
  }
  .sec05__wrap {
    padding: 60px 7% 40px 7%;
  }
  .tbl__style__a {
    max-width: 100%;
  }
  .tbl__style__a td {
    display: block;
    width: 100%;
    padding: 0 15px 15px 15px;
  }
  .tbl__style__a th {
    display: inline-block;
    width: 50%;
    padding: 15px;
  }
  .tbl__style__a th:nth-child(2) {
    text-align: right
  }
  input[type=text], textarea {
    padding: 5px 15px;
  }
  .box__privacy {
    height: 150px;
    margin: 20px auto;
  }
  input[type=submit], input[type=button],.btn a {
    padding: 10px;
    margin: 40px auto 0 auto;
    width: 45%;
  }
  .error {
    font-size: 1.5rem;
  }
  .sec06__wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .sec06__items {
    flex-wrap: wrap;
    grid-row-gap: 40px;
  }
  .sec06__item__tbl {
    width: 100%;
  }
  .sec06__item__map {
    width: 100%;
  }
  .tbl__style__b td, .tbl__style__b th {
    padding: 15px 0;
  }
  .tbl__style__b th {
    white-space: nowrap
  }
  iframe {
    height: 250px;
  }
  address {
    margin-top: 40px;
  }
}
/*  */
.fix__contact {
  position: fixed;
  z-index: 1000;
  top: 55px;
  right: 0;
  width: 51px;
}
@media only screen and (max-width: 768px) {
  .fix__contact {
    top: 5%;
    width: 38px;
  }
}
/*  */
@media only screen and (max-width: 768px) {}