html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: 'Noto Serif JP', serif;*/
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #221815;
}

section {
  padding: 100px 0;
}

.wrap {
  width: 100%;
}

.wrap_inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .wrap_inner {
    padding: 0 5.33333vw;
  }
  section {
    padding: 60px 0;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}

/*=============================
.hum-btn
=============================*/
.hum-btn {
  display: none;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 1000;
  position: relative;
  background-color: #187138;
  border-radius: 100px;
}
@media screen and (max-width: 500px) {
  .hum-btn {
    display: block;
  }
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 20px;
  height: 15px;
  cursor: pointer;
  z-index: 1000;
}

.btn-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0px;
}

.btn-trigger span:nth-of-type(2) {
  top: 7px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn05
=============================*/
#btn05.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

#btn05.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
#btn05.active span:nth-of-type(3) {
  width: 100%;
  transform: translateY(-7px) rotate(45deg);
}

/*--------------------
header
---------------------*/
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.l-header {
  position: relative;
  z-index: 100;
  padding: 30px;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-header__left h1 {
  max-width: 219px;
}
.l-header__left h1 img {
  width: 100%;
}
.l-header__right {
  width: 70%;
  padding-right: 7%;
}
.l-header__right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__right ul li {
  margin-left: 10px;
  padding-left: 18px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 228.7%;
  /* 36.592px */
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-image: url(assets/img/bg.svg);
}

@media screen and (max-width: 500px) {
  .l-header {
    position: fixed;
    z-index: 1000;
    padding: 16px 5.333vw;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #ECFEE5;
  }
  .l-header__inner {
    align-items: center;
  }
  .l-header__left h1 {
    max-width: 120px;
    position: relative;
    z-index: 1000;
  }
  .l-header__left h1 img {
    width: 100%;
  }
  .l-header__right {
    z-index: 100;
    padding: 120px 5.3333vw 0;
    display: none;
    height: auto;
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ECFEE5;
  }
  .l-header__right ul {
    display: block;
  }
  .l-header__right ul li {
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .l-header__right__tel {
    margin-top: 10%;
  }
  .l-header__right__tel > p {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .l-header__right__tel > a {
    display: block;
    text-align: center;
    border-radius: 10px;
    background: #187138;
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
    padding: 20px;
  }
  .l-header__right__tel > a span {
    display: block;
  }
  .l-header__right__tel > a span:first-child {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .l-header__right__tel > a span:last-child {
    color: #FFF;
    font-size: 14px;
  }
}
/*--------------------
footer
---------------------*/
.l-footer {
  background-image: url(assets/img/footer-bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
  z-index: 1;
  text-align: center;
}
.l-footer__inner {
  position: relative;
  z-index: 1;
  padding: 5% 0;
}
.l-footer__inner::before, .l-footer__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 100%;
  background-size: contain;
}
.l-footer__inner::before {
  width: 28%;
  left: 0;
  background-image: url(assets/img/footer-left.png);
}
.l-footer__inner::after {
  width: 33%;
  right: 0;
  background-image: url(assets/img/footer-right.png);
}
.l-footer__inner img {
  width: 100%;
  max-width: 219px;
  margin-bottom: 24px;
}
.l-footer__inner p {
  color: #000;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.l-footer__inner ul {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #000;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.7%;
  /* 36.592px */
}
.l-footer__inner ul li::before {
  content: ">";
}
.l-footer span {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  background: #187138;
  padding: 12px 0;
}

@media screen and (max-width: 500px) {
  .l-footer {
    background-image: url(assets/img/footer-bg_sp.png);
  }
  .l-footer__inner {
    padding: 10% 0;
  }
  .l-footer__inner::before, .l-footer__inner::after {
    content: none;
  }
  .l-footer__inner img {
    max-width: 120px;
  }
  .l-footer__inner p {
    font-size: 14px;
  }
  .l-footer__inner ul {
    display: none;
  }
  .l-footer span {
    font-size: 14px;
    padding: 8px 0;
  }
}
/*--------------------
common
---------------------*/
.c-ttl01 {
  color: #2D2D2D;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  position: relative;
  padding-left: 30px;
  margin-bottom: 60px;
}
.c-ttl01::before {
  content: "";
  width: 25px;
  height: 3px;
  background: #3C7760;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-ttl01-sub {
  color: #187138;
  font-family: "Noto Sans JP";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 55px */
  margin-bottom: 16px;
}

.img-obi img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .c-ttl01-sub {
    font-size: 40px;
  }
}
/*--------------------
style
---------------------*/
.p-top-mainVisual {
  background-image: url(assets/img/mv_bg_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding: 13% 0 16%;
  margin-top: -150px;
}
.p-top-mainVisual img {
  width: 100%;
}
.p-top-mainVisual__txt p img {
  width: 410px;
}
.p-top-mainVisual__txt ul {
  margin-top: 2%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.p-top-mainVisual__txt ul li img {
  width: auto;
}
.p-top-mainVisual__txt ul li:nth-child(2) {
  margin-left: -20px;
}
.p-top-mainVisual__img {
  width: 50%;
  position: absolute;
  top: 8%;
  right: 5%;
}
.p-top-mainVisual__img img {
  width: 100%;
}

.p-top-sec1__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-top-sec1__inner > p {
  width: 50%;
}
.p-top-sec1__inner > p img {
  width: 100%;
}
.p-top-sec1__inner > div {
  margin-top: 4%;
}
.p-top-sec1__inner > div p:last-child {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
.p-top-sec1 ul {
  display: flex;
  justify-content: center;
}
.p-top-sec1 ul li {
  width: 30%;
  background-image: url(assets/img/bg01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 5% 6%;
}
.p-top-sec1 ul li:nth-child(2) {
  background-image: url(assets/img/bg02.svg);
}
.p-top-sec1 ul li h3 {
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.p-top-sec1 ul li h3 span {
  display: block;
  color: #187138;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
}
.p-top-sec1 ul li p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.p-top-sec2 ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-top-sec2 ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-top-sec2 ul li > div {
  width: 58%;
  margin-top: 8%;
}
.p-top-sec2 ul li > div h4 {
  color: #187138;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
  margin-bottom: 40px;
}
.p-top-sec2 ul li > div p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
  /* 22.72px */
}
.p-top-sec2 ul li > p {
  width: 37%;
}
.p-top-sec2 ul li > p img {
  width: 100%;
}

.p-top-sec3 {
  background-image: url(assets/img/obi02_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 75%;
  position: relative;
  background-position: bottom;
  z-index: 1;
  padding: 70px 0;
}
.p-top-sec3 h3 {
  max-width: 605px;
  margin: 0 auto 4%;
  width: 100%;
}
.p-top-sec3 p:nth-child(2) {
  color: #187138;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24.364px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24.364px */
}
.p-top-sec3 p:last-child {
  color: #555;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.p-top-sec3 a {
  color: #555;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 45px */
  display: block;
  margin: 14px auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-sec5 ul {
  max-width: 891px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5%;
}
.p-top-sec5 ul li {
  width: 30%;
}
.p-top-sec5 ul li img {
  width: 100%;
}
.p-top-sec5 ul li p:nth-child(2) {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 16px 0 12px;
}
.p-top-sec5 ul li p:nth-child(3) {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-top-sec5 ul li a {
  text-align: center;
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #187138;
  max-width: 159px;
  margin: 16px auto 0;
  padding: 8px;
}
.p-top-sec5__inner > p:last-child {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #F4F4F4;
  padding: 2% 6%;
  margin-top: 8%;
}

.p-top-sec6__box h3 {
  max-width: 751px;
  margin: 0 auto 5%;
}
.p-top-sec6__box h3 img {
  width: 100%;
}
.p-top-sec6__box > div {
  text-align: center;
  border: 1px solid #187138;
  max-width: 570px;
  margin: 0 auto 10%;
  padding: 0 0 40px;
}
.p-top-sec6__box > div h4 {
  padding: 0 8px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  margin: 0 auto;
  color: #555;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transform: translateY(-50%);
}
.p-top-sec6__box > div h4 span {
  color: #3C7760;
}
.p-top-sec6__box > div a {
  color: #555;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 45px */
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
}
.p-top-sec6__box > div p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

@media screen and (max-width: 500px) {
  .p-top-mainVisual {
    background-image: url(assets/img/mv_bg_sp.webp);
    padding: 120px 0 20%;
    margin-top: 0px;
  }
  .p-top-mainVisual img {
    width: 100%;
  }
  .p-top-mainVisual__txt p {
    width: 60%;
    margin: 0 auto;
  }
  .p-top-mainVisual__txt p img {
    width: 100%;
  }
  .p-top-mainVisual__txt ul li {
    position: absolute;
  }
  .p-top-mainVisual__txt ul li img {
    max-width: 60px;
  }
  .p-top-mainVisual__txt ul li:first-child {
    top: 17%;
    left: 2%;
  }
  .p-top-mainVisual__txt ul li:nth-child(2) {
    margin-left: 0px;
    top: 34%;
    right: 2%;
  }
  .p-top-mainVisual__txt ul li:last-child {
    top: 46%;
    left: 14%;
  }
  .p-top-mainVisual__txt ul li:last-child img {
    max-width: 48px;
  }
  .p-top-mainVisual__img {
    width: 100%;
    position: static;
  }
  .p-top-mainVisual__img img {
    width: 100%;
  }
  .p-top-sec1__inner {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-top-sec1__inner > p {
    width: 100%;
  }
  .p-top-sec1__inner > p img {
    width: 100%;
  }
  .p-top-sec1__inner > div {
    margin-top: 4%;
  }
  .p-top-sec1__inner > div p:last-child {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
  }
  .p-top-sec1 ul {
    flex-wrap: wrap;
    gap: 40px;
  }
  .p-top-sec1 ul li {
    width: 100%;
    padding: 20%;
    min-height: 300px;
  }
  .p-top-sec2 ul li {
    display: block;
    margin-bottom: 60px;
  }
  .p-top-sec2 ul li > div {
    width: 100%;
    margin-top: 0;
    margin-bottom: 6%;
  }
  .p-top-sec2 ul li > div h4 {
    font-size: 25px;
    margin-bottom: 24px;
  }
  .p-top-sec2 ul li > p {
    width: 100%;
  }
  .p-top-sec2 ul li > p img {
    width: 100%;
  }
  .p-top-sec3 {
    background-image: url(assets/img/obi02_sp.png);
  }
  .p-top-sec3 h3 {
    margin: 0 auto 8%;
  }
  .p-top-sec3 h3 img {
    width: 100%;
  }
  .p-top-sec3 p:nth-child(2) {
    font-size: 20px;
  }
  .p-top-sec3 p:last-child {
    font-size: 16px;
  }
  .p-top-sec3 a {
    font-size: 30px;
  }
  .p-top-sec5 ul {
    gap: 40px 4%;
  }
  .p-top-sec5 ul li {
    width: 48%;
  }
  .p-top-sec5 ul li img {
    width: 100%;
  }
  .p-top-sec5 ul li p:nth-child(2) {
    font-size: 14px;
    margin: 12px 0 8px;
  }
  .p-top-sec5 ul li p:nth-child(3) {
    font-size: 16px;
  }
  .p-top-sec5 ul li a {
    font-size: 14px;
  }
  .p-top-sec5__inner > p:last-child {
    line-height: 1.6;
    font-size: 14px;
    padding: 8% 20px;
    margin-top: 10%;
  }
  .p-top-sec6__box h3 {
    max-width: 751px;
    margin: 0 auto 8%;
  }
  .p-top-sec6__box h3 img {
    width: 100%;
  }
  .p-top-sec6__box > div {
    margin: 0 auto 10%;
    padding: 0 0 28px;
  }
  .p-top-sec6__box > div h4 {
    font-size: 24px;
  }
  .p-top-sec6__box > div a {
    margin-top: 6px;
    font-size: 25px;
  }
  .p-top-sec6__box > div p {
    font-size: 16px;
  }
}
.case {
  color: #555;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 45px */
}/*# sourceMappingURL=style.css.map */