@charset "UTF-8";
.title_01 {
  font-size: 4rem;
  color: #000;
  text-align: center;
  line-height: 1.5;
}
.title_01 .font-en {
  display: block;
  color: #7bac02;
  font-size: 2.8rem;
}

.title02 {
  background-color: #85b200;
  padding: 20px 0;
  text-align: center;
}
.title02 h2 {
  font-size: 4rem;
  color: #fff;
}
.title02 h2 span {
  display: block;
  font-size: 2.8rem;
  color: #f4d89b;
  font-style: italic;
  margin-top: 10px;
}

.mv_top {
  background-image: url(../img/top/mv01.jpg);
  background-size: cover;
  padding: 10px 0 0;
  position: relative;
}
@media (max-width: 750px) {
  .mv_top {
    background-image: url(../img/top/sp_mv01.jpg);
  }
}
.mv_top::after {
  content: "";
  display: block;
  background-image: url(../img/top/mv02_img01.png);
  width: 50%;
  height: 10vw;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .mv_top::after {
    left: 50%;
    width: 70%;
    height: 16vw;
    transform: translateX(-50%);
  }
}
.mv_top .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.mv_top .inner .head {
  display: flex;
  justify-content: space-between;
}
.mv_top .inner .head li.logo {
  width: 45%;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .mv_top .inner .head li.logo {
    margin-top: 5px;
  }
}
@media (max-width: 750px) {
  .mv_top .inner .head li:nth-child(1) {
    width: 68%;
  }
  .mv_top .inner .head li:nth-child(2) {
    width: 30%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
}
.mv_top .inner .head .head_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .mv_top .inner .head .head_inner {
    width: 100%;
    justify-content: flex-end;
  }
}
.mv_top .inner .head .head_inner li {
  margin-left: 10px;
}
@media (max-width: 750px) {
  .mv_top .inner .head .head_inner li {
    width: 25%;
  }
  .mv_top .inner .head .head_inner li:first-child {
    display: none;
  }
}
.mv_top .inner .head .head_inner li:nth-child(2) {
  display: none;
}
@media (max-width: 750px) {
  .mv_top .inner .head .head_inner li:nth-child(2) {
    display: block;
    width: 25%;
    fill: #fff;
  }
  .mv_top .inner .head .head_inner li:nth-child(2) svg {
    fill: #fff;
  }
}
.mv_top .inner .head .head_inner li a {
  color: #fff;
}
.mv_top .inner .head .head_inner li a.tel {
  font-size: 4.2rem;
}
@media (max-width: 750px) {
  .mv_top .inner .head .head_inner li a.tel {
    font-size: 3rem;
  }
}
.mv_top .inner .mv_txt {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.mv_top .inner .mv_txt h1 {
  margin: 100px auto;
  text-align: left;
  font-size: 7rem;
  display: inline-block;
  color: #fff;
  transform: rotate(-3deg);
}
@media (max-width: 750px) {
  .mv_top .inner .mv_txt h1 {
    font-size: 2.4rem;
  }
}
.mv_top .inner .mv_txt h1 .mv_txt01 {
  display: block;
  margin-bottom: 40px;
  background-color: #000;
  padding: 10px 30px;
  margin-right: 20px;
}
@media (max-width: 750px) {
  .mv_top .inner .mv_txt h1 .mv_txt01 {
    margin-right: 0px;
    padding: 10px 20px;
  }
}
.mv_top .inner .mv_txt h1 .mv_txt02 {
  display: block;
  background-color: #000;
  padding: 10px 30px;
  margin-left: 70px;
}
@media (max-width: 750px) {
  .mv_top .inner .mv_txt h1 .mv_txt02 {
    margin-left: 20px;
    padding: 10px 20px;
  }
}

.mv_bottom {
  background-image: url(../img/top/mv02.jpg);
  position: relative;
}
.mv_bottom .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.mv_bottom .inner .txt_box {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  color: #fff;
}
.mv_bottom .inner .txt_box h2 {
  position: absolute;
  width: 100%;
  top: -14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 2.9rem;
  margin-top: 0px;
}
.mv_bottom .inner .txt_box h2:before {
  margin-right: 5%;
  content: "";
  width: 35%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 750px) {
  .mv_bottom .inner .txt_box h2:before {
    margin-right: 2%;
    width: 15%;
  }
}
.mv_bottom .inner .txt_box h2::after {
  content: "";
  margin-left: 5%;
  width: 35%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 750px) {
  .mv_bottom .inner .txt_box h2::after {
    margin-left: 2%;
    width: 15%;
  }
}
.mv_bottom .inner .txt_box .mv_bottom_txt {
  padding: 50px 65px 10px;
  text-align: justify;
}
@media (max-width: 750px) {
  .mv_bottom .inner .txt_box .mv_bottom_txt {
    padding: 50px 10px 10px;
  }
}
.mv_bottom .inner .txt_box .mv_bottom_txt02 {
  text-align: right;
  padding: 0 50px 50px 50px;
}
@media (max-width: 750px) {
  .mv_bottom .inner .txt_box .mv_bottom_txt02 {
    padding: 0px 10px 10px;
  }
}

.box01 {
  background-image: url(../img/top/box01bk.png);
  background-size: cover;
  margin-bottom: -100px;
}
@media (max-width: 750px) {
  .box01 {
    background-image: none;
    margin-bottom: 0px;
  }
}
.box01 .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .box01 .inner {
    flex-direction: column;
    padding: 50px 0 0;
  }
  .box01 .inner .sp_imgbox {
    position: relative;
    z-index: -1;
    margin-bottom: -60px;
  }
}
.box01 .inner .txt_box {
  padding: 100px 0 0 0px;
  background-image: url(../img/top/box01bk02.png);
  background-position: top left;
  background-repeat: no-repeat;
  max-width: 400px;
}
@media (max-width: 750px) {
  .box01 .inner .txt_box {
    padding: 100px 25px 0px;
    background-position: top 0px left 20px;
    max-width: 100%;
  }
}
.box01 .inner .txt_box h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .box01 .inner .txt_box h2 {
    margin-top: 20px;
    font-size: 3.1rem;
  }
}
.box01 .inner .txt_box h2 span {
  color: #85b200;
}
.box01 .inner .txt_box p {
  text-align: justify;
}

.box02 {
  background-image: url(../img/top/box02bk.png);
  background-size: cover;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .box02 {
    background-image: none;
    margin-bottom: 0px;
  }
}
.box02 .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .box02 .inner {
    flex-direction: column;
    padding: 50px 0 0;
  }
  .box02 .inner .sp_imgbox {
    position: relative;
    z-index: -1;
    margin-bottom: -60px;
  }
}
.box02 .inner .txt_box {
  padding: 100px 0 0 0px;
  background-image: url(../img/top/box02bk02.png);
  background-position: top left;
  background-repeat: no-repeat;
  max-width: 390px;
}
@media (max-width: 750px) {
  .box02 .inner .txt_box {
    padding: 100px 25px 0px;
    background-position: top 0px left 20px;
    max-width: 100%;
  }
}
.box02 .inner .txt_box h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .box02 .inner .txt_box h2 {
    margin-top: 20px;
    font-size: 3.1rem;
  }
}
.box02 .inner .txt_box h2 span {
  color: #85b200;
}
.box02 .inner .txt_box p {
  text-align: justify;
}

.box03 {
  background-image: url(../img/top/box03bk.png);
  background-size: cover;
}
@media (max-width: 750px) {
  .box03 {
    background-image: none;
  }
}
.box03 .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .box03 .inner {
    flex-direction: column;
    padding: 50px 0;
  }
  .box03 .inner .sp_imgbox {
    position: relative;
    z-index: -1;
    margin-bottom: -60px;
  }
}
.box03 .inner .txt_box {
  padding: 100px 0 0 0px;
  background-image: url(../img/top/box03bk02.png);
  background-position: top left;
  background-repeat: no-repeat;
  max-width: 390px;
}
@media (max-width: 750px) {
  .box03 .inner .txt_box {
    padding: 100px 25px 0px;
    background-position: top 0px left 20px;
    max-width: 100%;
  }
}
.box03 .inner .txt_box h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .box03 .inner .txt_box h2 {
    margin-top: 20px;
    font-size: 3.1rem;
  }
}
.box03 .inner .txt_box h2 span {
  color: #85b200;
}
.box03 .inner .txt_box p {
  text-align: justify;
}

.box04 {
  background-image: url(../img/top/box04bk.png);
  background-size: cover;
}
@media (max-width: 750px) {
  .box04 {
    background-image: url(../img/top/sp_box04_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: top 20px left 10px;
  }
}
.box04 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .box04 .inner {
    padding: 50px 0;
  }
}
.box04 .inner h2 {
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 750px) {
  .box04 .inner h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.box04 .inner .box04_txt {
  max-width: 80%;
  margin: 100px auto 30px;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 750px) {
  .box04 .inner .box04_txt {
    max-width: 100%;
    margin: 30px auto 30px;
    padding: 0 20px;
  }
}
.box04 .inner .box04_list {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
@media (max-width: 750px) {
  .box04 .inner .box04_list {
    flex-direction: column;
    padding: 0 20px;
  }
}
@media (max-width: 750px) {
  .box04 .inner .box04_list li {
    width: 100%;
  }
}
.box04 .inner .box04_list li p {
  max-width: 480px;
  text-align: justify;
}
@media (max-width: 750px) {
  .box04 .inner .box04_list li p {
    max-width: 100%;
  }
}
.box04 .inner .box04_list li:first-child {
  margin-right: 30px;
}
@media (max-width: 750px) {
  .box04 .inner .box04_list li:first-child {
    margin-bottom: 20px;
  }
}

.box05 .inner {
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
}
@media (max-width: 750px) {
  .box05 .inner {
    flex-direction: column;
  }
}
.box05 .inner figure {
  width: 30%;
}
@media (max-width: 750px) {
  .box05 .inner figure {
    width: 100%;
  }
}
.box05 .inner .txt_box {
  margin-left: 20px;
  width: 70%;
}
@media (max-width: 750px) {
  .box05 .inner .txt_box {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}
.box05 .inner .txt_box h2 {
  font-size: 2.5rem;
  color: #85b200;
}
.box05 .inner .txt_box h2 span {
  color: #a1c43c;
  display: block;
  margin-bottom: 20px;
}
.box05 .inner .txt_box .box05_txt {
  font-size: 1.8rem;
  border-bottom: 1px solid #668433;
  margin-top: 20px;
}
.box05 .inner .txt_box .box05_list {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .box05 .inner .txt_box .box05_list li {
    width: 23%;
  }
}

.box06 .inner {
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
}
@media (max-width: 750px) {
  .box06 .inner {
    flex-direction: column;
  }
}
.box06 .inner figure {
  width: 30%;
}
@media (max-width: 750px) {
  .box06 .inner figure {
    width: 100%;
  }
}
.box06 .inner .txt_box {
  margin-left: 20px;
  width: 70%;
}
@media (max-width: 750px) {
  .box06 .inner .txt_box {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}
.box06 .inner .txt_box h2 {
  font-size: 2.5rem;
  color: #85b200;
}
.box06 .inner .txt_box h2 span {
  color: #a1c43c;
  display: block;
  margin-bottom: 20px;
}
.box06 .inner .txt_box .box06_txt {
  font-size: 1.8rem;
  border-bottom: 1px solid #668433;
  margin-top: 20px;
}
.box06 .inner .txt_box .box06_list {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .box06 .inner .txt_box .box06_list li {
    width: 23%;
  }
}

.box07 {
  background-image: url(../img/top/box07bk.png);
  background-size: cover;
}
.box07 .inner {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  padding: 90px 0 200px;
}
@media (max-width: 750px) {
  .box07 .inner {
    padding: 30px 0 100px;
  }
}
.box07 .inner h2 {
  padding: 15px 40px;
  display: inline-block;
  font-size: 3.6rem;
  background-color: #f23333;
  color: #fff;
}
@media (max-width: 750px) {
  .box07 .inner h2 {
    font-size: 3rem;
    width: 100%;
    line-height: 1.3;
    text-align: center;
  }
}
.box07 .inner h3 {
  font-size: 3.6rem;
  color: #fff;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .box07 .inner h3 {
    font-size: 2.6rem;
    padding: 0 20px;
  }
}
.box07 .inner .sub_ttl {
  font-size: 2.6rem;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .box07 .inner .sub_ttl {
    font-size: 2.3rem;
    padding: 0 20px;
  }
}
.box07 .inner .img_box {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  .box07 .inner .img_box {
    position: initial;
    padding: 0 20px;
  }
}
.box07 .inner .sub_txt {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .box07 .inner .sub_txt {
    font-size: 1.6rem;
    padding: 0 20px;
  }
}

.box08 {
  background-image: url(../img/top/box08bk.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 100px 0 50px;
}
.box08 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .box08 .inner {
    padding: 0 20px;
  }
}

.box09 {
  margin: 50px 0 0;
}
.box09 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .box09 .inner {
    padding: 0 20px;
    margin-top: 50px;
  }
}
.box09 .inner h2 {
  text-align: center;
  font-size: 5.1rem;
  color: #85b200;
}
@media (max-width: 750px) {
  .box09 .inner h2 {
    font-size: 3rem;
  }
}
.box09 .inner h2 span {
  margin-top: 20px;
  color: #000000;
  display: inline-block;
  font-size: 3.8rem;
  background-image: url(../img/top/box09_line.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .box09 .inner h2 span {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.box09 .inner .box09_list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
@media (max-width: 750px) {
  .box09 .inner .box09_list {
    flex-wrap: wrap;
  }
}
.box09 .inner .box09_list li {
  width: 24%;
}
@media (max-width: 750px) {
  .box09 .inner .box09_list li {
    width: 48%;
    margin-bottom: 10px;
  }
}

.box10 {
  background-image: url(../img/top/box10bk.jpg);
  background-size: cover;
  padding: 80px 0 60px;
}
@media (max-width: 750px) {
  .box10 {
    padding: 0px;
  }
}
.box10 .inner {
  position: relative;
  padding: 100px 50px;
  background-color: rgba(102, 132, 51, 0.6);
}
@media (max-width: 750px) {
  .box10 .inner {
    padding: 50px 20px;
  }
}
.box10 .inner::before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #a88f2d;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.box10 .inner::after {
  content: "01";
  display: block;
  font-size: 30rem;
  font-weight: 100;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  .box10 .inner::after {
    font-size: 10rem;
  }
}
.box10 .inner h2 {
  color: #fff;
  font-size: 5.4rem;
}
.box10 .inner h2 span {
  color: #f4d89b;
  font-size: 2.8rem;
  display: block;
}
.box10 .inner .box10_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  .box10 .inner .box10_list {
    width: 100%;
    margin: 20px auto;
  }
}
.box10 .inner .box10_list li {
  color: #fff;
  display: flex;
  width: 46%;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .box10 .inner .box10_list li {
    width: 100%;
    flex-direction: column;
  }
}
.box10 .inner .box10_list li .box10_title {
  width: 25%;
  font-size: 2rem;
  padding: 0px 20px 0 0;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 750px) {
  .box10 .inner .box10_list li .box10_title {
    width: 100%;
    border-right: 0px solid #fff;
    padding: 0px 0px 0 0;
    margin-bottom: 10px;
  }
}
.box10 .inner .box10_list li .box10_txt {
  width: 75%;
  font-size: 1.8rem;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .box10 .inner .box10_list li .box10_txt {
    padding-left: 0px;
    width: 100%;
  }
}
.box10 .inner .box10_list li .box10_txt.list_new {
  display: flex;
  flex-wrap: wrap;
}
.box10 .inner .box10_list li .box10_txt.list_new p:nth-child(2) {
  margin-left: 10px;
}
.box10 .inner .box10_list li .box10_txt.list_new p:nth-child(4) {
  margin-left: 10px;
}

.box11 {
  background-image: url(../img/top/box11bk.jpg);
  background-size: cover;
  padding: 80px 0 60px;
}
@media (max-width: 750px) {
  .box11 {
    padding: 80px 0 0px;
  }
}
.box11 .inner {
  position: relative;
  padding: 100px 50px;
  background-color: rgba(102, 132, 51, 0.6);
}
@media (max-width: 750px) {
  .box11 .inner {
    padding: 50px 20px;
  }
}
.box11 .inner::before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #a88f2d;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.box11 .inner::after {
  content: "02";
  font-weight: 100;
  display: block;
  font-size: 30rem;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  .box11 .inner::after {
    font-size: 10rem;
  }
}
.box11 .inner h2 {
  color: #fff;
  font-size: 5.4rem;
}
.box11 .inner h2 span {
  color: #f4d89b;
  font-size: 2.8rem;
  display: block;
}
.box11 .inner .box11_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  .box11 .inner .box11_list {
    width: 100%;
    margin: 20px auto;
  }
}
.box11 .inner .box11_list li {
  color: #fff;
  display: flex;
  width: 46%;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .box11 .inner .box11_list li {
    width: 100%;
    flex-direction: column;
  }
}
.box11 .inner .box11_list li .box11_title {
  width: 25%;
  font-size: 2rem;
  padding: 0px 20px 0 0;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .box11 .inner .box11_list li .box11_title {
    width: 100%;
    border-right: 0px solid #fff;
    padding: 0px 0px 0 0;
    margin-bottom: 10px;
  }
}
.box11 .inner .box11_list li .box11_txt {
  width: 75%;
  font-size: 1.8rem;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .box11 .inner .box11_list li .box11_txt {
    padding-left: 0px;
    width: 100%;
  }
}
.box11 .inner .box11_list li .box11_txt.list_new {
  display: flex;
  flex-wrap: wrap;
}
.box11 .inner .box11_list li .box11_txt.list_new p:nth-child(2) {
  margin-left: 10px;
}
.box11 .inner .box11_list li .box11_txt.list_new p:nth-child(4) {
  margin-left: 10px;
}

.box12 {
  background-image: url(../img/top/box12bk.jpg);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media (max-width: 750px) {
  .box12 {
    padding: 0;
  }
}
.box12 .inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .box12 .inner {
    flex-direction: column;
    margin: 30px auto;
  }
}
.box12 .inner figure {
  margin-bottom: 20px;
}
.box12 .inner .txt_box {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 50px 0 80px 30px;
}
@media (max-width: 750px) {
  .box12 .inner .txt_box {
    flex-direction: column;
    align-items: center;
    padding: 20px 0 80px 0px;
  }
}
.box12 .inner .txt_box h2 {
  position: absolute;
  left: -100px;
  top: 120px;
  color: #f3d89a;
  font-size: 12rem;
  font-style: italic;
  border-bottom: 1px solid #7bac02;
}
@media (max-width: 750px) {
  .box12 .inner .txt_box h2 {
    position: initial;
    font-size: 4rem;
    left: auto;
    text-align: center;
  }
}
.box12 .inner .txt_box .txt_box_inner h3 {
  text-align: center;
  color: #7dac02;
  font-size: 4rem;
}
.box12 .inner .txt_box .txt_box_inner p {
  max-width: 380px;
  text-align: justify;
}
@media (max-width: 750px) {
  .box12 .inner .txt_box .txt_box_inner p {
    max-width: 100%;
  }
}

footer {
  background-color: #7bac02;
  text-align: center;
  padding: 50px 0 25px;
}
@media (max-width: 750px) {
  footer {
    padding: 50px 0 50px;
  }
}
footer .copy {
  text-align: center;
  color: #fff;
  margin-top: 60px;
}
@media (max-width: 750px) {
  footer .copy {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  footer figure {
    padding: 0 20px;
  }
}
footer figure img {
  max-width: 100%;
}

/*------------------------------
  contact
------------------------------*/
.contact {
  padding: 100px 0 120px;
}

.contact .section__ttl {
  text-align: center;
}

/* tbl スタイル */
.tbl-form {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 45px;
  table-layout: fixed;
  border-collapse: collapse;
}

.tbl-form tr {
  display: flex;
}

.tbl-form th {
  position: relative;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding: 15px 1%;
  vertical-align: top;
  border-bottom: 2px solid #7bac02;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
}

.tbl-form td {
  width: 70%;
  font-size: 1.5rem;
  padding: 15px 3%;
  position: relative;
  border-bottom: 2px solid #7bac02;
}

.tbl-form td input {
  border: 1px solid #e7efda;
}

.tbl-form td textarea {
  border: 1px solid #e7efda;
}

.tbl-form .must {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: text-top;
  background-color: #7bac02;
  color: #fff;
  padding: 5px 10px;
}

.tbl-form td.copy {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-bottom: none;
}

.tbl-form td input {
  display: block;
}

/*-- 入力種別 --*/
.input-text {
  width: 100%;
  height: 30px;
  padding: 10px 2%;
  background: #fff;
  font-size: 1.4rem;
}

.input-select {
  width: 100%;
  border: solid 1px #111;
  margin: 0 0 0 auto;
  height: 40px;
  padding: 10px 2%;
  color: #111;
  position: relative;
  /* -webkit-appearance: auto;
  appearance: auto; */
}

.form__adress--right .form__arw {
  position: absolute;
  right: 5%;
  top: 15px;
  width: 10px;
}

.form__date--span span {
  width: 15%;
  display: inline-block;
}

.form__date--span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/*-- radioボタン --*/
/* ラジオボタン */
.input__radio {
  display: none;
}

.radio-label {
  position: relative;
  padding-left: 25px;
  font-size: 2rem;
  margin-right: 30px;
}

.input__radio + .radio-label::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c1ab05;
  left: 0;
  top: 3px;
}

.input__radio + .radio-label::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c1ab05;
  left: 2px;
  top: 6px;
  opacity: 0;
  transition: 0.3s;
}

.input__radio:checked + .radio-label::after {
  opacity: 1;
}

/* radioボタン ▲ */
.form__area input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 10px;
}

.textarea {
  width: 100%;
  padding: 10px 2%;
  min-height: 130px;
  background: #fff;
  border: none;
}

/* submit ボタン */
.input-button {
  background: #7bac02;
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 1.8rem;
  max-width: 100%;
  width: 250px;
  line-height: 50px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid #7bac02;
}

.input-button:hover {
  opacity: 0.9;
  color: #7bac02;
  background: #fff;
  border: 1px solid #7bac02;
}

/* 個人情報 */
.privacy__txt {
  font-size: 1.4rem;
  max-width: 700px;
  margin: 0 auto 10px;
}

.form__privacywrap {
  overflow: hidden;
  overflow-y: scroll;
  height: 140px;
  background: #fff;
  margin: 0 auto 15px;
  max-width: 700px;
  padding: 10px 3%;
  border: solid 1px #ccc;
}

.form__privacy {
  font-size: 1.4rem;
  line-height: 2;
  color: #111;
}

.check-label {
  display: block;
  margin: 0 auto 15px;
}

.input__check {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: revert;
  transform: scale(1.5);
  position: relative;
  margin-right: 15px;
}

.form__robot {
  margin: 0 0 30px 21%;
}

/* adress */
.zip-mark {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 30px;
}

.form__adress--left {
  width: 48%;
}

.form__adress--right {
  width: 50%;
}

.input-text.zip {
  display: inline-block;
  width: 60px;
  margin-right: 20px;
}

.form__flex {
  margin-bottom: 10px;
}

.privacy__txt02 {
  font-size: 1.4rem;
  max-width: 700px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 70px;
  background: url(../img/top/img_p.png) no-repeat center left/contain;
}

@media screen and (max-width: 1230px) {
  .contact {
    padding: 80px 0 100px;
  }
  /* tbl スタイル */
  .tbl-form {
    width: 100%;
    margin: 0 auto 40px;
  }
  .tbl-form th {
    width: 25%;
    padding: 15px 1%;
  }
  .tbl-form td {
    width: 75%;
    font-size: 1.4rem;
    padding: 15px 3%;
  }
  .tbl-form .must {
    font-size: 1.2rem;
    margin-left: 20px;
  }
  /*-- 入力種別 --*/
  .input-text {
    width: 100%;
    height: 30px;
    padding: 10px 2%;
    font-size: 1.4rem;
  }
  /*-- radioボタン --*/
  /* ラジオボタン */
  .radio-label {
    padding-left: 25px;
    font-size: 2rem;
    margin-right: 30px;
  }
  .input__radio + .radio-label::before {
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
  }
  .input__radio + .radio-label::after {
    width: 10px;
    height: 10px;
    left: 2px;
    top: 6px;
  }
  /* radioボタン ▲ */
  .textarea {
    padding: 10px 2%;
    min-height: 100px;
  }
  /* submit ボタン */
  .input-button {
    font-size: 1.6rem;
    width: 250px;
    line-height: 50px;
  }
  /* 個人情報 */
  .privacy__txt {
    font-size: 1.2rem;
    margin: 0 auto 10px;
  }
  .form__privacywrap {
    height: 120px;
    margin: 0 auto 15px;
    padding: 10px 3%;
  }
  .form__privacy {
    font-size: 1.2rem;
  }
  .check-label {
    display: block;
    margin: 0 auto 15px;
  }
  .input__check {
    margin-right: 15px;
  }
  /* adress */
  .zip-mark {
    margin-right: 15px;
    padding-top: 5px;
  }
  .input-text.zip {
    display: inline-block;
    width: 60px;
    margin-right: 20px;
  }
  .form__flex {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 0 80px;
  }
  /* tbl スタイル */
  .tbl-form {
    width: 100%;
    margin: 0 auto 40px;
  }
  .tbl-form tr {
    flex-direction: column;
  }
  .tbl-form th {
    width: 100%;
    display: block;
    padding: 10px 1%;
    border-bottom: none;
  }
  .tbl-form td {
    width: 100%;
    display: block;
    font-size: 1.2rem;
    padding: 15px 0;
    border: none;
  }
  .tbl-form .must {
    font-size: 1.2rem;
  }
  /*-- 入力種別 --*/
  .input-text {
    width: 100%;
    height: 30px;
    padding: 10px 2%;
    font-size: 1.4rem;
  }
  /*-- radioボタン --*/
  /* ラジオボタン */
  .radio-label {
    padding-left: 20px;
    font-size: 1.4rem;
    margin-right: 20px;
    line-height: 1.6;
  }
  .input__radio + .radio-label::before {
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
  }
  .input__radio + .radio-label::after {
    width: 10px;
    height: 10px;
    left: 2.5px;
    top: 2.5px;
  }
  /* radioボタン ▲ */
  .textarea {
    padding: 10px 2%;
    min-height: 100px;
  }
  /* submit ボタン */
  .input-button {
    font-size: 1.4rem;
    width: 250px;
    line-height: 40px;
  }
  /* 個人情報 */
  .privacy__txt {
    font-size: 1.2rem;
    margin: 0 auto 10px;
  }
  .form__privacywrap {
    height: 120px;
    margin: 0 auto 15px;
    padding: 10px 3%;
  }
  .form__privacy {
    font-size: 1.2rem;
  }
  .check-label {
    display: block;
    margin: 0 auto 15px;
  }
  .input__check {
    margin-right: 15px;
  }
  /* adress */
  .zip-mark {
    margin-right: 15px;
    padding-top: 5px;
  }
  .input-text.zip {
    display: inline-block;
    width: 60px;
    margin-right: 20px;
  }
  .form__flex {
    margin-bottom: 10px;
  }
}
/*============================
	comfirm.php / .thanks__page
============================*/
.confirm__page .contact {
  padding: 150px 0 100px;
}

.confirm__page .zip-mark {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 1;
}

.confirm__page .form__txt {
  text-align: center;
  margin-bottom: 30px;
}

.confirm__page .tbl-form {
  margin-bottom: 40px;
}

.confirm__page .tbl-form th {
  padding: 10px 0;
}

.confirm__page .must {
  display: none;
}

.confirm__page footer {
  margin: 0;
}

.form_submit_btn {
  max-width: 800px;
  margin: 0 auto;
}

.input-button.reset__btn {
  background: #ccc;
}

.thanks__page .contact {
  padding: 200px 0 100px;
}

.thanks__page .form__txt {
  text-align: center;
  margin-bottom: 60px;
}

.thanks__page footer {
  margin: 0;
}

.thanks__page .input-button a {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .confirm__page .contact {
    padding: 100px 0 100px;
  }
  .confirm__page .tbl-form {
    padding: 0 5%;
  }
  .reset__btn {
    margin-bottom: 20px;
  }
  .confirm__page footer {
    margin: 0;
  }
  .thanks__page .contact {
    padding: 150px 0 100px;
    min-height: calc(100vh - 40px);
  }
  .thanks__page footer {
    margin: 0;
  }
  .thanks__page .form__txt {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .sp_hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc_hide {
    display: none !important;
  }
}
.tab-group {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 30px auto 0;
}
@media (max-width: 750px) {
  .tab-group {
    flex-direction: column;
    margin: 30px auto;
  }
}

.tab {
  flex-grow: 1;
  padding: 10px;
  list-style: none;
  background: #e7efda;
  color: #85b200;
  text-align: center;
  cursor: pointer;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #85b200;
  color: #FFF;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.fllow {
  position: fixed;
  right: 0;
  top: 20%;
}
@media (max-width: 750px) {
  .fllow {
    right: auto;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.fllow ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 750px) {
  .fllow ul {
    display: flex;
    width: 100%;
  }
}
.fllow ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 751px) {
  .fllow ul li {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media (max-width: 750px) {
  .fllow ul li {
    width: 50%;
  }
}
.fllow ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 55px;
}
@media (max-width: 750px) {
  .fllow ul li a {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .fllow ul li:nth-child(1) {
    background-color: #a79030;
  }
}
.fllow ul li:nth-child(1) a {
  background-color: #a79030;
  color: #fff;
}
.fllow ul li:nth-child(2) a {
  padding: 10px 5px;
  border: 2px solid #a79030;
  background-color: #fff;
  color: #a79030;
}
.fllow ul li:nth-child(2) a img {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .fllow ul li:nth-child(2) a img {
    display: none;
    margin-bottom: 0px;
  }
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 1000ms; /* フェードインにかかる時間を指定 */
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@media (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.copy_list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.copy_list li:nth-child(1)::after {
  content: "|";
  margin: 0 10px;
  color: #fff;
}
.copy_list a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */