@charset "utf-8";
/* CSS Document */
body {
  min-width: inherit;
}
div#ibox {
  height: 525px;
  background: #fff url("../img/area/fv.webp")left center no-repeat;
  display: flex;
  align-items: center;
  margin-top: 134px;
}
div#ibox h1 {
  margin-left: 43vw;
  text-shadow: -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, -2px 1px 0 white, -2px 2px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, -1px 1px 0 white, -1px 2px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 1px 0 white, 0px 2px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, 1px 1px 0 white, 1px 2px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, 2px 1px 0 white, 2px 2px 0 white;
  font-size: 35px;
  text-align: center;
}
div#ibox h1 b {
  font-size: 50px;
}
div#ibox h1 img {
  vertical-align: middle;
  margin: 10px 5px 0;
  display: block;
}
div#ibox h1 b.orange {
  display: inline-flex;
  align-items: center;
  color: #f79723;
  letter-spacing: 2px;
  flex-wrap: wrap;
}
div#ibox h1 b.green {
  color: #009f43;
}
div#ibox h1 strong {
  position: relative;
}
div#ibox h1 strong:before {
  content: "";
  background: url("../img/area/g_dot.webp");
  background-repeat: no-repeat;
  width: 74px;
  height: 23px;
  position: absolute;
  top: -20px;
}
.Inner1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
section.area_01 {
  padding: 80px 0;
}
h2.area_h2 {
  text-align: center;
  font-size: 35px;
  line-height: 1.8;
  margin: 50px auto;
  position: relative;
}
h2.area_h2 span {
  font-size: 35px;
  line-height: 1.8;
  padding: 0 0 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
h2.area_h2:before {
  content: "";
  height: 5px;
  width: 70%;
  background: #139d3a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
h3.area_h3 {
  font-size: 35px;
  background: #cbf8d8;
  padding: 20px 50px;
  margin: 50px 0;
}
.area_sq1 {
  background: #eee;
  padding: 50px;
}
.txt_head {
  margin-bottom: 50px;
}
.ac {
  text-align: center;
}
article#main p {
  line-height: 1.8;
}
ul.check li:before {
  content: "☑";
  position: absolute;
  left: 0;
  color: #009f43;
}
ul.check li {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 35px;
}
ul.check li:last-child {
  margin-bottom: 0;
}
.area_02_img ul {
  display: flex;
  justify-content: space-between;
}
.area_02_img ul li img {
  aspect-ratio: 2000 / 1333;
}
.area_02_img {
  margin-bottom: 50px;
}
ul.check li:before {
  content: "☑";
  position: absolute;
  left: 0;
  color: #009f43;
}
ul.check {}
ul.check li {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 35px;
}
ul.check li:last-child {
  margin-bottom: 0;
}
.area_02_img ul {
  display: flex;
  justify-content: space-between;
}
.area_02_img ul li img {
  aspect-ratio: 2000 / 1333;
}
.area_02_img {
  margin-bottom: 50px;
}
.area_03_img ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.area_03_img ul li img {
  aspect-ratio: 1;
  object-fit: cover;
}
.area_03_img ul li {
  width: 30%;
}
.area_03_img ul li p {
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.area_03_img {
  text-align: center;
}
.area_link a {
  display: flex;
  background: #009f43;
  width: max-content;
  margin: 0 auto;
  padding: 20px 80px;
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
  border-radius: 10pc;
  transition: .5s;
}
.area_link a:hover {
  opacity: .6;
}
section.area_03 {
  padding-bottom: 80px;
}
.area_map {
  padding: 0 80px;
  font-weight: bold;
}
.area_map p {
  margin-bottom: 50px;
}
section.area_05 {
  padding: 0 0 80px;
}
section.area_04 {
  padding-bottom: 80px;
}
section.sec04, section.area_06, section.area_07 {
  padding: 0 0 80px;
}
.point-box {
  margin-bottom: 60px;
}
.point-box ul {
  display: flex;
  justify-content: space-between;
}
.point-box ul li {
  width: 30%;
  background: #fdf8f1;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.point-box ul li:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.point-box ul li div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  text-align: center;
  width: 100%;
}
.point-box ul li p {
  font-size: 3.2rem;
  color: #f7970d;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.point-box ul li p:before {
  content: url("../img/front/reason-dot.webp");
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}
.point-box ul li h3 {
  font-size: 2.8rem;
}
section.sec04 .txt {
  margin-bottom: 50px;
  padding: 0 70px;
}
section.sec04 .txt p {
  font-size: 2.2rem;
  line-height: 2.2;
}
section.sec04 .comBtn {
  width: max-content;
}
section.sec04 .comBtn a {
  font-size: 22px;
  padding: 30px 80px;
  border-radius: 100px;
}
ul.promise {
  display: flex;
  margin-bottom: 50px;
}
ul.promise li {
  width: 33.333333333%;
}
ul.promise p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #168435;
}
ul.promise img {
  border: 6px solid #168435;
  border-radius: 100px;
  padding: 10px;
  margin: 10px auto 0px auto;
}
p.inyou {
  margin: 20px 0;
}
p.inyou a {
  color: #048293;
  font-size: 0.9em;
  text-decoration: underline;
}
.area_red {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  background: #fff2cc;
  padding: 50px;
  align-items: center;
}
.area_red figure {
  width: 25%;
  margin: 0;
}
.area_red p {
  width: 70%;
}
section.area_08 {
  padding-bottom: 150px;
}
@media all and (max-width: 1200px) {
  div#ibox h1 {
    margin: 0 auto;
    width: max-content;
  }
  .area_ibox_p {
    margin: 0 auto;
  }
  .Inner1200 {
    padding: 0 40px;
  }
  .point-box ul li p {
    font-size: 2rem;
  }
  .point-box ul li h3 {
    font-size: 2rem;
  }
  h3.area_h3 {
    font-size: 28px;
  }
  h2.area_h2 span {
    font-size: 26px;
    line-height: 1.8;
    padding: 0 0 30px;
  }
  div#ibox h1 b {
    font-size: 45px;
  }
  div#ibox h1 {
    font-size: 28px;
    text-align: center;
  }
}
@media all and (max-width: 599px) {
  div#ibox h1 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 2;
  }
  div#ibox h1 b {
    font-size: 23px;
  }
  div#ibox h1 strong:before {
    content: "";
    background: url("../img/area/g_dot.webp");
    background-repeat: no-repeat;
    width: 64px;
    height: 10px;
    position: absolute;
    top: -20px;
    background-size: contain;
  }
  div#ibox {
    height: auto;
    background: #fff url("../img/area/fv.webp")left center no-repeat;
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding: 50px 0;
    background-size: cover;
  }
  section.area_01 {
    padding: 40px 0;
  }
  .Inner1200 {
    padding: 0px 10px;
  }
  h2.area_h2 span {
    font-size: 24px;
  }
  .area_sq1 {
    background: #eee;
    padding: 20px;
  }
  section.area_01 {
    padding: 40px 0;
  }
  h3.area_h3 {
    font-size: 20px;
    padding: 15px;
  }
  .area_map {
    padding: 0;
    font-weight: bold;
  }
  article#main p, article#main ul li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  section.sec04 h2 {
    font-size: 2rem;
  }
  section.sec04 h2 span {
    font-size: 3rem;
  }
  .point-box ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .point-box ul li {
    width: 48%;
  }
  .point-box ul li p {
    font-size: 2rem;
  }
  .point-box ul li h3 {
    font-size: 1.3rem;
  }
  section.sec04 .txt {
    padding: 0;
  }
  section.sec04 .txt p {
    font-size: 1.6rem;
  }
  section.sec04 .comBtn a {
    font-size: 1.5rem;
    padding: 30px 70px 30px 30px;
  }
  ul.promise img {
    border: 4px solid #168435;
    border-radius: 100px;
    padding: 0px;
    margin: 10px auto 0px auto;
    max-width: 100%;
    height: auto;
    width: 85%;
    margin: 0px auto;
    padding: 0;
  }
  ul.promise p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #168435;
    margin: 0 0 7px 0;
  }
  .area_red {
    flex-wrap: wrap;
    padding: 20px;
  }
  .area_red figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .area_red p {
    width: 100%;
  }section {
    padding-bottom: 40px !important;
}
}