@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 10px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html,
body {
  font-size: 16px;
}

body {
  color: #333333;
  font-family: "Zen Kaku Gothic New", "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

body.active {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

@media screen and (min-width: 900px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: -1px 0 0;
}
.l-main.service-page .l-pagefv__inner {
  background: url(/_common/image/pagefv/fv-2.png) no-repeat center center/cover;
}
.l-main.company-page .l-pagefv__inner {
  background: url(/_common/image/pagefv/fv-3.png) no-repeat center center/cover;
}
.l-main.contact-page {
  background: #f7f9f6;
}
.l-main.contact-page .l-pagefv__inner {
  background: url(/_common/image/pagefv/fv-4.png) no-repeat center center/cover;
}
@media screen and (max-width: 899px) {
  .l-main.contact-page .l-pagefv__text p:nth-child(2) {
    font-size: 35px;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #c9c9c9;
  gap: 0 86px;
  padding: 78px 0 76px 42px;
}
@media screen and (max-width: 899px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px 0;
    margin: 0;
    padding: 50px 0;
    text-align: center;
  }
}
.l-footer a {
  display: inline-block;
}
.l-footer__link-logo {
  width: 203px;
}
.l-footer__link-sns {
  margin-top: 45px;
}
.l-footer__link-sns a:nth-child(1) {
  margin-right: 15px;
}
.l-footer__info {
  letter-spacing: 0.08em;
}
.l-footer__info p {
  margin-bottom: 3px;
  font-size: 16px;
}
.l-footer__info p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.l-footer__info a {
  font-size: 16px;
}
.l-footer small {
  background: #f7f9f6;
  font-size: 10px;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.l-header {
  color: #fff;
  background: #305625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 152px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3%;
  z-index: 20;
  position: relative;
  width: 100%;
}
.l-header__logo {
  width: 237px;
}
@media screen and (min-width: 900px) {
  .l-header .menuToggle {
    display: none;
  }
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .l-header__container {
    height: 100%;
  }
}
.l-header__container-menu {
  margin: 0 63px 0 0;
}
@media screen and (min-width: 900px) {
  .l-header__container-menu {
    height: 100%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .l-header__container-menu {
    margin: 0 23px 0 0;
  }
}
@media screen and (min-width: 900px) and (max-width: 920px) {
  .l-header__container-menu {
    margin: 0 10px 0 0;
  }
}
.l-header__container-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .l-header__container-menu ul {
    height: 100%;
  }
}
.l-header__container-menu ul li {
  margin-left: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .l-header__container-menu ul li {
    height: 100%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .l-header__container-menu ul li {
    margin-left: 13px;
  }
}
.l-header__container-menu ul li:first-child {
  margin-left: 0;
}
.l-header__container-menu ul li a.active {
  position: relative;
}
.l-header__container-menu ul li a.active::before {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .l-header__container-menu ul li a.active::before {
    content: "";
  }
}
.l-header__container-menu li:hover {
  opacity: 0.6;
}
.l-header__container-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 11px 0 0;
  width: 259px;
}
.l-header__container-tel a {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.l-header__container-tel p:nth-of-type(1) {
  font-size: 12.3px;
  letter-spacing: 0.076em;
}
.l-header__container-tel p:nth-of-type(2) {
  font-size: 11px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 899px) {
  .l-header {
    height: 85px;
    position: fixed;
  }
  .l-header__logo {
    width: 175px;
  }
  .l-header__container {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 83px;
    left: 0;
    background: #305625;
    color: #333333;
    z-index: 40;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
    -webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    padding: 1rem;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 899px) and (max-width: 600px) {
  .l-header__container {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
}
@media screen and (max-width: 899px) {
  .l-header__container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 450px;
    margin: 0 auto;
  }
  .l-header__container ul li {
    color: #fff;
    margin: 0 0 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .l-header__container ul li > a {
    display: inline-block;
    width: 150px;
  }
  .l-header__container ul li > a::after {
    content: "";
    background: url(/_common/image/header/footprint-sp.png) no-repeat center center/contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
  }
  .l-header__container ul li > a::after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 0;
  }
  .l-header__container ul li > a:hover {
    opacity: 0.8;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .l-header__container-tel {
    color: #fff;
    max-width: 450px;
    margin: 30px auto;
  }
  .l-header__container-menu {
    margin: 0;
  }
  .l-header .menuToggle {
    display: block;
    width: 75px;
    height: 75px;
    z-index: 41;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    cursor: pointer;
  }
  .l-header .menuToggle i {
    position: absolute;
    left: 50%;
    width: 32px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .l-header .menuToggle i:nth-of-type(1) {
    top: calc(50% - 10px);
  }
  .l-header .menuToggle i:nth-of-type(2) {
    top: 50%;
  }
  .l-header .menuToggle i:nth-of-type(3) {
    top: calc(50% + 10px);
  }
  .l-header .menuToggle.active i:nth-of-type(1) {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
  }
  .l-header .menuToggle.active i:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .menuToggle.active i:nth-of-type(3) {
    -webkit-transform: translate(-50%, -10px) rotate(-45deg);
            transform: translate(-50%, -10px) rotate(-45deg);
  }
  .l-header .l-header__container.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    visibility: visible;
    display: block;
  }
}
.l-fv {
  height: 725px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-fv {
    height: 625px;
  }
}
.l-fv::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 363px;
  background: #305625;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-fv__inner {
  max-width: 94.3%;
  height: 725px;
  margin: 0 auto;
  position: relative;
  background: url(/_common/image/fv/fv.png) no-repeat center center/cover;
}
@media screen and (max-width: 899px) {
  .l-fv__inner {
    height: 625px;
  }
}
@media screen and (max-width: 600px) {
  .l-fv__inner {
    max-width: 90%;
  }
}
.l-fv__text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 22%;
  text-align: center;
  width: 100%;
}
.l-fv__text .l-fv__logo {
  width: 293px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .l-fv__text .l-fv__logo {
    width: 90%;
  }
}
.l-fv__text p {
  font-size: 31.3px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-top: 17px;
}
@media screen and (max-width: 600px) {
  .l-fv__text p {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}

.l-pagefv {
  height: 452px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-pagefv {
    height: 351px;
  }
}
.l-pagefv::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 227px;
  background: #305625;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-pagefv__inner {
  max-width: 94.3%;
  height: 451px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-pagefv__inner {
    height: 351px;
  }
}
@media screen and (max-width: 600px) {
  .l-pagefv__inner {
    max-width: 90%;
  }
}
.l-pagefv__text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 37.1%;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .l-pagefv__text {
    top: calc(50% + 42.5px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.l-pagefv__text p {
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.l-pagefv__text p:nth-child(1) {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
.l-pagefv__text p:nth-child(2) {
  font-size: 50px;
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .l-pagefv__text p {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}

.l-complete {
  text-align: center;
  height: 500px;
  padding: 50px 20px;
}
@media screen and (min-width: 900px) {
  .l-complete {
    height: 400px;
    padding: 50px;
  }
}
.l-complete__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}
.l-complete__title span:nth-child(1) {
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .l-complete__title span:nth-child(1) {
    font-size: 15px;
  }
}
.l-complete__title span:nth-child(2) {
  font-size: 40px;
  line-height: 50px;
  margin-top: 5px;
}
@media screen and (max-width: 899px) {
  .l-complete__title span:nth-child(2) {
    font-size: 30px;
  }
}
.l-complete__text {
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .l-complete__text {
    font-size: 20px;
  }
  .l-complete__text .isSp {
    display: none;
  }
}
.l-complete__btn {
  margin-top: 43px;
  position: relative;
}
.l-complete__btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.l-complete__btn a {
  display: inline-block;
  font-size: 19px;
  color: #fff;
  background: #4fa0ca;
  border: none;
  width: 341px;
  margin: 0 auto;
  padding: 17px 0;
  border-radius: 100vh;
}
@media screen and (max-width: 899px) {
  .l-complete__btn a {
    width: 250px;
    padding: 10px 0;
  }
}

.l-error {
  text-align: center;
  height: 500px;
  padding: 50px 20px;
}
@media screen and (min-width: 900px) {
  .l-error {
    height: 400px;
    padding: 50px;
  }
}
.l-error__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}
.l-error__title span:nth-child(1) {
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .l-error__title span:nth-child(1) {
    font-size: 15px;
  }
}
.l-error__title span:nth-child(2) {
  font-size: 40px;
  line-height: 50px;
  margin-top: 5px;
}
@media screen and (max-width: 899px) {
  .l-error__title span:nth-child(2) {
    font-size: 30px;
  }
}
.l-error__text {
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .l-error__text {
    font-size: 20px;
  }
  .l-error__text .isSp {
    display: none;
  }
}
.l-error__button {
  margin-top: 30px;
  cursor: pointer;
  color: #fff;
  background: #74d2e7;
  padding: 10px 0;
  width: 250px;
  margin: 20px auto;
  display: inline-block;
  border-radius: 100vh;
  position: relative;
}
.l-error__button img {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-error__button:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.8;
}

.l-sec1-1 {
  padding: 100px 0 129px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .l-sec1-1 {
    padding: 60px 20px;
  }
}
.l-sec1-1::before {
  content: "";
  background: url(/_common/image/1-1/leaf.svg) no-repeat center center/contain;
  position: absolute;
  width: 10%;
  height: 10.6%;
  top: 10%;
}
@media screen and (min-width: 900px) {
  .l-sec1-1::before {
    left: 4.5%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1500px) {
  .l-sec1-1::before {
    top: 3%;
  }
}
@media screen and (max-width: 899px) {
  .l-sec1-1::before {
    right: 3%;
    top: 0;
  }
}

.l-sec1-2 {
  padding: 40px 0 123px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-sec1-2 {
    padding: 40px 0;
  }
}
.l-sec1-2::before {
  content: "";
  background: #f7f9f6;
  width: 78.7%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.l-sec1-2::after {
  width: 26.6%;
  height: 34%;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 118.3%;
  left: -6%;
  background: url(/_common/image/1-2/leaf2.svg) no-repeat center center/contain;
  stroke-dasharray: 800px;
  stroke-dashoffset: 800px;
  -webkit-animation: line_animation01 3s ease-in infinite;
  animation: line_animation01 3s ease-in infinite;
}
@-webkit-keyframes line_animation01 {
  0% {
    stroke-dashoffset: 800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line_animation01 {
  0% {
    stroke-dashoffset: 800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.l-sec1-3 {
  padding: 126px 0 131px;
  position: relative;
}

.l-sec1-4 {
  padding: 118px 0 100px;
  position: relative;
}
.l-sec1-4::before {
  content: "";
  top: 0;
  width: 100%;
  height: 300px;
  background: #f7f9f6;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.l-sec1-5 {
  padding: 29px 0 118px;
  position: relative;
}

.l-sec2-1 {
  padding: 91px 0 82px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-sec2-1 {
    padding: 70px 0 80px;
  }
}

.l-sec2-2 {
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-sec2-2 {
    padding: 0 20px;
  }
}

.l-sec2-3 {
  padding: 0 0 127px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-sec2-3 {
    padding: 0 0 80px;
  }
}

.l-sec2-4 {
  padding: 136px 0 130px;
  background: #f7f9f6;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-sec2-4 {
    padding: 70px 0 80px;
  }
}

.l-sec2-5 {
  position: relative;
}

.l-sec3-1 {
  padding: 99px 0 127px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-sec3-1 {
    padding: 70px 0 80px;
  }
}

.l-sec3-2 {
  padding: 132px 0 130px;
  background: #f7f9f6;
  position: relative;
}

.l-sec4-1 {
  padding: 57px 0 33px;
  background: #f7f9f6;
  position: relative;
}

.l-sec4-2 {
  padding: 47px 0 103px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-sec4-2 {
    padding: 0px 0 103px;
  }
}

.c-h2 {
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .c-h2 {
    font-size: clamp(2.5rem, 1.696rem + 1.429vw, 3.125rem);
  }
}
@media screen and (max-width: 899px) {
  .c-h2 {
    font-size: clamp(2rem, 1.724rem + 1.382vw, 2.5rem);
  }
}

.c-h2-style {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.12em;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #305625;
}

.c-inner {
  max-width: min(1242px, 77.6%);
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .c-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .c-inner {
    max-width: 650px;
  }
}

.p-footer {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-BreadcrumbList {
  margin: 12px auto 0;
}
.p-BreadcrumbList ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-BreadcrumbList ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-BreadcrumbList ol li {
  padding-right: 22px;
  position: relative;
}
.p-BreadcrumbList ol li::before {
  content: "";
  width: 7px;
  height: 8px;
  position: absolute;
  right: 9%;
  top: 57%;
  background: url(/_common/image/common/icon-right.svg) no-repeat center center/contain;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.p-BreadcrumbList ol li:last-child {
  padding-right: 0;
  color: #305625;
}
.p-BreadcrumbList ol li:last-child::before {
  content: none;
}
.p-BreadcrumbList ol li a {
  font-size: 12px;
}
.p-BreadcrumbList ol li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.p-sec1-1 {
  padding: 114px 0 0px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-sec1-1 {
    padding: 0px 0 0px;
  }
}
.p-sec1-1 .c-h2 {
  margin: 13px 0 0;
  line-height: 1.4;
}
.p-sec1-1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .p-sec1-1__inner {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1500px) {
  .p-sec1-1__inner {
    margin-left: 7.5%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-1__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 900px) {
  .p-sec1-1__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: -8%;
    margin-top: -1.7%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-1__text {
    width: 100%;
  }
}
.p-sec1-1__text > p {
  font-size: 16px;
  margin-top: 54px;
  letter-spacing: 0.023em;
  line-height: 2.6;
}
@media screen and (max-width: 1499px) and (min-width: 900px) {
  .p-sec1-1__text > p br {
    display: none !important;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-1__text > p {
    line-height: 2;
    margin-bottom: 20px;
  }
}
.p-sec1-1__img {
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-sec1-1__img {
    margin-left: 1.1%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 57.2%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1500px) {
  .p-sec1-1__img {
    margin-left: 9.1%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-1__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.p-sec1-2 {
  max-width: min(1242px, 77.6%);
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .p-sec1-2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-2 {
    max-width: 650px;
  }
}
.p-sec1-2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 82px;
}
@media screen and (max-width: 899px) {
  .p-sec1-2__inner {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-sec1-2__text {
  position: relative;
  margin: -6px 0 0;
}
.p-sec1-2__text::before {
  content: "";
  background: url(/_common/image/1-2/leaf.svg) no-repeat center center/contain;
  width: 31%;
  height: 10%;
  position: absolute;
  top: 26%;
  left: 19%;
}
@media screen and (max-width: 899px) {
  .p-sec1-2__text::before {
    height: 42%;
    top: 26%;
    left: 79%;
  }
}
@media screen and (min-width: 900px) {
  .p-sec1-2__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-sec1-2__text .c-h2 {
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .p-sec1-2__text .c-h2 {
    font-size: 42px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-2__text .c-h2 {
    font-size: clamp(1.625rem, 1.141rem + 2.418vw, 2.5rem);
  }
}
.p-sec1-2__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .p-sec1-2__items {
    width: 63.1%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-2__items {
    margin-top: 20px;
  }
}
.p-sec1-2__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-sec1-2__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 50px;
  }
}
.p-sec1-2__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .p-sec1-2__item-img {
    width: 41%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-sec1-2__item-text {
  margin-left: 35px;
  margin-top: 22px;
}
@media screen and (min-width: 900px) {
  .p-sec1-2__item-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-2__item-text {
    margin-left: 0;
  }
}
.p-sec1-2__item-text h3 {
  font-size: 24px;
  color: #305625;
  font-weight: bold;
}
.p-sec1-2__item-text p {
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.76;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 899px) {
  .p-sec1-2__item-text p {
    margin-top: 10px;
  }
}
.p-sec1-3 {
  max-width: 75%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-sec1-3 {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-3 {
    max-width: 650px;
  }
}
.p-sec1-3 .c-h2 {
  margin: 13px 0 0;
}
.p-sec1-3__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-sec1-3__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 900px) {
  .p-sec1-3__text {
    margin-top: 145px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-sec1-3__text h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-sec1-3__text h3 {
    font-size: 20px;
  }
}
.p-sec1-3__text h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 132%;
  height: 2px;
  width: 100px;
  background: #305625;
}
.p-sec1-3__text p {
  font-size: 16px;
  letter-spacing: 0.027em;
  margin-top: 65px;
  margin-right: 42px;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-sec1-3__text p {
    margin-top: 30px;
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .p-sec1-3__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-3__img {
    max-width: 400px;
    margin: 30px auto 0;
  }
}
.p-sec1-3__line {
  position: relative;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f9f6;
  padding: 6.2% 8.3% 5.7%;
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .p-sec1-3__line {
    padding: 4.2% 6.3% 3.7%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-3__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 16.2% 8.3% 5.7%;
  }
}
.p-sec1-3__line-img {
  position: absolute;
  top: -22.8%;
  left: 0.7%;
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .p-sec1-3__line-img {
    width: 8%;
  }
}
.p-sec1-3__line p {
  font-size: 16px;
  margin-top: -7px;
  letter-spacing: 0.023em;
  line-height: 2;
}
@media screen and (min-width: 900px) {
  .p-sec1-3__line p {
    margin-right: 4%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-sec1-3__line a {
  position: relative;
  display: inline-block;
  background: #03c755;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding: 0 0 0 5px;
  letter-spacing: 0.03em;
  height: 50px;
  justify-content: center;
  width: 280px;
  z-index: 4;
}
@media screen and (min-width: 900px) {
  .p-sec1-3__line a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-3__line a {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-sec1-3__line a {
    width: 100%;
  }
}
.p-sec1-3__line a .line {
  position: absolute;
  left: 57px;
}
@media screen and (max-width: 600px) {
  .p-sec1-3__line a .line {
    left: 17px;
  }
}
.p-sec1-3__line a .arrow {
  position: absolute;
  right: 16px;
}
.p-sec1-3__items1 {
  margin-top: 53px;
}
.p-sec1-3__items2 {
  margin-top: 68px;
}
@media screen and (min-width: 900px) {
  .p-sec1-3__items2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-sec1-3__items2 .p-sec1-3__text {
    margin-left: 4.8%;
  }
  .p-sec1-3__items2 .p-sec1-3__text p {
    margin-right: 0px;
  }
}

.p-sec1-4 {
  max-width: 75%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  text-align: center;
}
.p-sec1-4 .c-h2-style {
  text-align: left;
}
.p-sec1-4 .c-h2 {
  margin: 11px 0 0;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .p-sec1-4 {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-4 {
    max-width: 650px;
  }
}
.p-sec1-4__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5%;
}
@media screen and (max-width: 899px) {
  .p-sec1-4__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 900px) {
  .p-sec1-4__item {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .p-sec1-4__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-4__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-sec1-4__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-4__item-img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.p-sec1-4__item-text {
  margin-top: 16px;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .p-sec1-4__item-text {
    text-align: center;
  }
}
.p-sec1-4__btn {
  position: relative;
  display: inline-block;
  width: 280px;
  z-index: 4;
  background: #305625;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 8px;
  margin: 50px auto 0;
}
.p-sec1-4__btn .arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-sec1-5 {
  position: relative;
}
.p-sec1-5 .c-h2 {
  max-width: 75%;
  margin: 15px auto 0;
}
@media screen and (max-width: 1200px) {
  .p-sec1-5 .c-h2 {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-5 .c-h2 {
    max-width: 650px;
  }
}
.p-sec1-5 .c-h2-style {
  max-width: 75%;
  margin: 0 auto;
  display: block;
}
.p-sec1-5 .swiper {
  margin-top: 57px;
  width: 100%;
  height: 50%;
  padding: 0 0 60px;
  min-height: 541px;
}
.p-sec1-5 .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.p-sec1-5__items {
  position: relative;
}
.p-sec1-5 .swiper-pagination {
  bottom: 0px;
}
.p-sec1-5 .swiper-pagination-bullet {
  width: 90px;
  height: 1px;
  background: #c9c9c9;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .p-sec1-5 .swiper-pagination-bullet {
    width: 50px;
  }
}
.p-sec1-5 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-sec1-5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.p-sec1-5 .swiper-pagination-bullet-active {
  background: #305625;
  height: 2px;
}

.p-sec1-5__item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-sec1-5__item {
    height: clamp(33.75rem, 70.893rem - 37.143vw, 50rem);
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-5__item {
    height: clamp(33.125rem, 51.563rem - 32.815vw, 45rem);
  }
}
.p-sec1-5__item::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #305625;
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-sec1-5__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #305625;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-sec1-5__item-label {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
  border: 1px solid #2f5624;
  border-radius: 100%;
  width: 143px;
  margin: 0 auto;
  background: #fff;
  height: 50px;
}
.p-sec1-5__item-label span {
  font-size: 28px;
  margin-left: 5px;
}
.p-sec1-5__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
@media screen and (min-width: 900px) {
  .p-sec1-5__item-name {
    margin-left: 12px;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-5__item-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-sec1-5__item-name-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .p-sec1-5__item-name-img {
    width: 151px;
    height: 151px;
    margin: 0 33px 0 0;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-5__item-name-img {
    width: 100px;
    height: 100px;
    margin: 0 0 20px 0;
  }
}
.p-sec1-5__item-name p {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 5px 0 0;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .p-sec1-5__item-name p {
    margin: 0;
  }
}
.p-sec1-5__item-text {
  text-align: left;
  letter-spacing: -0.09em;
  line-height: 1.58;
  margin: 28px 17px 0;
}
@media screen and (min-width: 900px) {
  .p-sec1-5__item-text {
    height: 289px;
  }
}
@media screen and (max-width: 899px) {
  .p-sec1-5__item-text {
    margin: 28px 10px 0;
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-sec2-1 {
  position: relative;
}
.p-sec2-1__contents {
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-sec2-1__contents {
    padding: 7px 0 0;
  }
}
.p-sec2-1__contents::before {
  content: "";
  background: #c9c9c9;
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: 1px;
}
.p-sec2-1__contents > p {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.07em;
  margin-top: 93px;
}
@media screen and (max-width: 899px) {
  .p-sec2-1__contents > p {
    margin-top: 30px;
    font-size: 27px;
  }
}
.p-sec2-1 .c-h2 {
  margin-top: -37px;
  border-top: 1px solid #c9c9c9;
}
.p-sec2-1 .c-h2 span {
  color: #305625;
  font-weight: 400;
}
.p-sec2-1__item {
  margin-top: 66px;
}
@media screen and (max-width: 899px) {
  .p-sec2-1__item {
    margin-top: 20px;
  }
}
.p-sec2-1__item-text {
  margin-top: 75px;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (min-width: 900px) {
  .p-sec2-1__item-text {
    -moz-column-count: 2;
    -webkit-column-count: 2;
            column-count: 2;
    -moz-column-gap: 6.5%;
    -webkit-column-gap: 6.5%;
            column-gap: 6.5%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec2-1__item-text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.p-sec2-2 {
  background: #f7f9f6;
  padding: 55px 50px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-sec2-2 {
    max-width: 74.8%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec2-2 {
    padding: 30px 20px;
  }
}
.p-sec2-2::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  width: 9.6%;
  height: 23%;
  top: -3.7%;
  left: 1.7%;
  background: url(/_common/image/2-2/leaf.svg) no-repeat center center/contain;
}
@media screen and (max-width: 550px) {
  .p-sec2-2::after {
    width: 14.6%;
    height: 9%;
    top: -3.7%;
    left: 1.7%;
  }
}
@media screen and (max-width: 400px) {
  .p-sec2-2::after {
    width: 30.6%;
    top: -5.7%;
  }
}
.p-sec2-2 h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-sec2-2 h2 {
    font-size: 28px;
  }
}
.p-sec2-2__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3.1% auto 0;
}
@media screen and (max-width: 899px) {
  .p-sec2-2__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
@media screen and (min-width: 900px) {
  .p-sec2-2__img {
    margin-right: 33px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 22.3%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec2-2__img {
    margin: 30px auto 0;
    max-width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .p-sec2-2__img {
    max-width: 100px;
  }
}
.p-sec2-2__text {
  line-height: 2;
  letter-spacing: 0.018em;
}
@media screen and (min-width: 900px) {
  .p-sec2-2__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 2px;
  }
}
@media screen and (max-width: 899px) {
  .p-sec2-2__text {
    margin: 0 auto;
    max-width: 450px;
  }
}

.p-sec2-3 {
  position: relative;
}
.p-sec2-3__contents > p {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.07em;
  margin-top: 123px;
}
@media screen and (max-width: 899px) {
  .p-sec2-3__contents > p {
    margin-top: 30px;
    font-size: 27px;
  }
}
.p-sec2-3__item {
  margin-top: 66px;
}
@media screen and (max-width: 899px) {
  .p-sec2-3__item {
    margin-top: 20px;
  }
}
.p-sec2-3__item-text {
  margin-top: 75px;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (min-width: 900px) {
  .p-sec2-3__item-text {
    -moz-column-count: 2;
    -webkit-column-count: 2;
            column-count: 2;
    -moz-column-gap: 6.5%;
    -webkit-column-gap: 6.5%;
            column-gap: 6.5%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec2-3__item-text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.p-sec2-4 {
  max-width: 75%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  text-align: center;
}
.p-sec2-4 .c-h2-style {
  text-align: left;
  position: relative;
}
.p-sec2-4 .c-h2-style::before {
  content: "";
  background: #c9c9c9;
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  height: 1px;
}
.p-sec2-4 > p {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.07em;
  margin-top: 94px;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .p-sec2-4 > p {
    margin-top: 30px;
    font-size: 27px;
  }
}
@media screen and (max-width: 1200px) {
  .p-sec2-4 {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  .p-sec2-4 {
    max-width: 650px;
  }
}
.p-sec2-4__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.6%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
}
@media screen and (min-width: 900px) {
  .p-sec2-4__item {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 899px) {
  .p-sec2-4__item {
    width: calc(50% - 10px);
  }
}
.p-sec2-4__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 100%;
  background: #efefef;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 899px) {
  .p-sec2-4__item-img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.p-sec2-4__item .p-sec2-4__item-text {
  margin-top: 16px;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .p-sec2-4__item .p-sec2-4__item-text {
    font-size: 14px;
  }
  .p-sec2-4__item .p-sec2-4__item-text br {
    display: none;
  }
}

.p-sec2-5 {
  padding: 130px 0 131px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-sec2-5 {
    max-width: 75.1%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec2-5 {
    padding: 80px 10px;
  }
}
.p-sec2-5 p {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  color: #fff;
  top: 43%;
  left: 11.4%;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 899px) {
  .p-sec2-5 p {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .p-sec2-5 p {
    font-size: 16px;
  }
}
.p-sec2-5 span {
  height: 1px;
  width: 76.8%;
  background: #fff;
  position: absolute;
  top: 56%;
  left: 11.6%;
}
.p-sec2-5 .arrow {
  position: absolute;
  left: 87.6%;
  top: 48.3%;
  width: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .p-sec2-5 .arrow {
    width: 6px;
  }
}

.p-sec3-1 {
  position: relative;
}
.p-sec3-1__contents > p {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.07em;
  margin-top: 92px;
}
@media screen and (max-width: 899px) {
  .p-sec3-1__contents > p {
    margin-top: 30px;
    font-size: 27px;
  }
}
.p-sec3-1 .c-h2-style {
  position: relative;
}
.p-sec3-1 .c-h2-style::before {
  content: "";
  background: #c9c9c9;
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  height: 1px;
}
.p-sec3-1 .c-h2 {
  margin-top: -37px;
}
.p-sec3-1 .c-h2 span {
  color: #305625;
  font-weight: 400;
}
@media screen and (min-width: 400px) {
  .p-sec3-1__cotntent .p-sec3-1__item-text_2 span {
    display: inline-block;
  }
}
.p-sec3-1__cotntent .p-sec3-1__item-text_shop {
  margin-top: 31px;
  font-size: 19px;
  text-align: center;
}
.p-sec3-1__cotntent .p-sec3-1__item-text_daihyo {
  margin-top: 5px;
  font-size: 22.8px;
  text-align: center;
}
.p-sec3-1__item {
  margin: 66px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-sec3-1__item {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-sec3-1__item-img {
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-sec3-1__item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 28.9%;
  }
}
@media screen and (max-width: 899px) {
  .p-sec3-1__item-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-sec3-1__item-img img:first-child {
    aspect-ratio: 854/1280;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-sec3-1__item-img .leaf {
  position: absolute;
  top: 71%;
  right: -1.5%;
  width: 30%;
  height: 24%;
}
.p-sec3-1__item-text .p-sec3-1__item-text_1 {
  letter-spacing: 0.03em;
  line-height: 2.62;
}
@media screen and (min-width: 400px) {
  .p-sec3-1__item-text .p-sec3-1__item-text_1 span {
    display: inline-block;
  }
}
@media screen and (max-width: 899px) {
  .p-sec3-1__item-text .p-sec3-1__item-text_1 {
    line-height: 2;
  }
}
@media screen and (min-width: 900px) {
  .p-sec3-1__item-text {
    margin: -9px 20px 0 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 899px) {
  .p-sec3-1__item-text {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-sec3-1__item-text .p-sec3-1__item-text_2 {
  line-height: 2.62;
}
@media screen and (max-width: 899px) {
  .p-sec3-1__item-text .p-sec3-1__item-text_2 {
    line-height: 2;
  }
}
.p-sec3-1__item-text .p-sec3-1__item-list {
  margin: 20px 0;
}
@media screen and (max-width: 899px) {
  .p-sec3-1__item-text .p-sec3-1__item-list {
    margin: 10px 0;
  }
}
.p-sec3-1__item-text .p-sec3-1__item-list li {
  margin-top: 5px;
}
.p-sec3-1__item-text .p-sec3-1__item-list li:first-child {
  margin-top: 0;
}

.p-sec3-2 {
  position: relative;
}
.p-sec3-2 .c-h2 {
  margin-top: -37px;
}
.p-sec3-2 .c-h2 span {
  color: #305625;
  font-weight: 400;
  position: relative;
}
.p-sec3-2 .c-h2 span::before {
  content: "";
  background: #c9c9c9;
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  height: 1px;
}
.p-sec3-2__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-sec3-2__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-sec3-2__contents > p {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 900px) {
  .p-sec3-2__contents > p {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 50%;
    padding: 99px 0 0;
  }
}
.p-sec3-2 table,
.p-sec3-2 td,
.p-sec3-2 tr,
.p-sec3-2 th {
  border-collapse: collapse;
}
@media screen and (max-width: 600px) {
  .p-sec3-2 table,
  .p-sec3-2 td,
  .p-sec3-2 tr,
  .p-sec3-2 th {
    font-size: 14px;
  }
}
.p-sec3-2 table {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-sec3-2 table {
    margin-top: 117px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 899px) {
  .p-sec3-2 table {
    margin-top: 40px;
  }
}
.p-sec3-2 table tr {
  border-bottom: 1px solid #c9c9c9;
}
.p-sec3-2 table tr:first-child td {
  padding: 0 0 28px;
}
@media screen and (max-width: 600px) {
  .p-sec3-2 table tr:first-child td {
    padding: 0 0 14px;
  }
}
.p-sec3-2 table th {
  color: #8b8b8b;
  text-align: left;
  width: 32.7%;
}
@media screen and (max-width: 600px) {
  .p-sec3-2 table th {
    width: 36.7%;
  }
}
.p-sec3-2 table td {
  letter-spacing: 0em;
  padding: 28.8px 0 28px;
}
@media screen and (max-width: 600px) {
  .p-sec3-2 table td {
    padding: 14px 0;
  }
}

.p-sec4-1 {
  position: relative;
}
.p-sec4-1__contents {
  text-align: center;
}
.p-sec4-1__contents h2 {
  font-size: 30.7px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p-sec4-1__contents h2 {
    font-size: 20px;
  }
}
.p-sec4-1__contents a {
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-sec4-1__contents a {
    font-size: 30px;
  }
}
.p-sec4-1__contents p:nth-of-type(1) {
  font-size: 19.3px;
  margin: 0 0 6px;
}
@media screen and (max-width: 768px) {
  .p-sec4-1__contents p:nth-of-type(1) {
    font-size: 16px;
  }
}
.p-sec4-1__contents p:nth-of-type(2) {
  font-size: 13.3px;
}
@media screen and (max-width: 768px) {
  .p-sec4-1__contents p:nth-of-type(2) {
    font-size: 12px;
  }
}

.p-sec4-2 {
  position: relative;
}

.p-sec4-2 .p-sec4-2__form {
  text-align: center;
  background: #fff;
  padding: 57px 0;
}
.p-sec4-2 .p-sec4-2__form-inner {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-sec4-2 .p-sec4-2__form .p-sec4-2__attention h3 {
  font-size: 30.2px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.p-sec4-2 .p-sec4-2__form .p-sec4-2__attention > p {
  margin-top: 17px;
}
.p-sec4-2 .p-sec4-2__form .p-sec4-2__attention-text {
  margin-top: 8.5%;
  position: relative;
}
.p-sec4-2 .p-sec4-2__form .p-sec4-2__attention-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  top: -22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 650px) {
  .p-sec4-2 .p-sec4-2__form .p-sec4-2__attention-text::before {
    top: -10px;
  }
}
.p-sec4-2 .p-sec4-2__form .p-sec4-2__attention-text p:nth-of-type(1) {
  letter-spacing: 0.08em;
}
.p-sec4-2 .p-sec4-2__form .p-sec4-2__attention-text p:nth-of-type(2) {
  text-align: left;
  margin: 16px 28px 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 899px) {
  .p-sec4-2 .p-sec4-2__form .p-sec4-2__attention-text p:nth-of-type(2) {
    margin: 16px 0px 0;
  }
}
.p-sec4-2 .p-sec4-2__form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 0px 18px 0;
}
.p-sec4-2 .p-sec4-2__form dl:nth-of-type(1) {
  margin-top: 20%;
}
@media screen and (min-width: 900px) {
  .p-sec4-2 .p-sec4-2__form dl:nth-child(1) {
    padding: 12px 16px 26px 0;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(2) {
    padding: 12px 16px 9px 0;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(3) {
    padding: 12px 16px 9px 0;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(3) dt {
    margin-top: 8px;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(4) {
    padding: 12px 16px 9px 0;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(4) dt {
    margin-top: 8px;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(5) {
    padding: 12px 16px 9px 0;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(5) dt {
    margin-top: 8px;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(6) {
    padding: 12px 16px 9px 0;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(6) dt {
    margin-top: 8px;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(7) {
    padding: 12px 16px 9px 0;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(7) dt {
    margin-top: 8px;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(8) {
    padding: 12px 16px 9px 0;
  }
}
@media screen and (max-width: 899px) {
  .p-sec4-2 .p-sec4-2__form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-sec4-2 .p-sec4-2__form dt {
  width: 314px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 899px) {
  .p-sec4-2 .p-sec4-2__form dt {
    width: auto;
    padding: 0;
  }
}
.p-sec4-2 .p-sec4-2__form dt label {
  font-size: 16.3px;
  font-weight: bold;
  margin-right: 4px;
}
@media screen and (max-width: 899px) {
  .p-sec4-2 .p-sec4-2__form dt label {
    padding-right: 10px;
  }
}
.p-sec4-2 .p-sec4-2__form dt span {
  font-size: 13px;
  color: #fff;
  padding: 0px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vh;
}
.p-sec4-2 .p-sec4-2__form dt span.need {
  background: #e83f31;
}
.p-sec4-2 .p-sec4-2__form dt span.any {
  background: #dbdbdb;
  color: #6a6a6a;
}
.p-sec4-2 .p-sec4-2__form dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .p-sec4-2 .p-sec4-2__form dd {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-sec4-2 .p-sec4-2__form dd input[type=tel],
.p-sec4-2 .p-sec4-2__form dd input[type=text],
.p-sec4-2 .p-sec4-2__form dd input[type=email] {
  height: 44px;
}
.p-sec4-2 .p-sec4-2__form dd label {
  margin-right: 18px;
  position: relative;
  margin-left: 31px;
}
.p-sec4-2 .p-sec4-2__form dd label:first-child {
  margin-left: 20px;
}
.p-sec4-2 .p-sec4-2__form dd label p {
  display: inline-block;
}
.p-sec4-2 .p-sec4-2__form dd input[type=tel],
.p-sec4-2 .p-sec4-2__form dd input[type=text],
.p-sec4-2 .p-sec4-2__form dd input[type=email],
.p-sec4-2 .p-sec4-2__form dd textarea {
  width: 100%;
  border: 1px solid #ddd;
  margin: 3px 0 -3px;
  padding: 10px;
}
.p-sec4-2 .p-sec4-2__form dd input[type=file] {
  padding: 0 10px;
}
.p-sec4-2 .p-sec4-2__form dd textarea {
  min-height: 215px;
  resize: vertical;
}
.p-sec4-2 .p-sec4-2__form dd p {
  margin-top: 5px;
  letter-spacing: 0.05em;
  margin-left: 2px;
  font-size: 12px;
}
@media screen and (max-width: 540px) {
  .p-sec4-2 .p-sec4-2__form dl:nth-child(1) dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .p-sec4-2 .p-sec4-2__form dl:nth-child(1) dd label {
    margin: 0 0 5px 35px;
  }
}
.p-sec4-2 .p-sec4-2__form-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5% 0;
}
.p-sec4-2 .p-sec4-2__form-btn {
  margin-top: 29px;
  cursor: pointer;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.p-sec4-2 .p-sec4-2__form-btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.p-sec4-2 .p-sec4-2__form-btn input {
  font-size: 19px;
  color: #fff;
  cursor: pointer;
  background: #305625;
  border: none;
  width: 341px;
  margin: 0 auto;
  padding: 17px 0;
  border-radius: 8px;
}
@media screen and (max-width: 899px) {
  .p-sec4-2 .p-sec4-2__form-btn input {
    width: 250px;
    padding: 10px 0;
  }
}
.p-sec4-2 .p-sec4-2__form .g-recaptcha div {
  margin: 30px auto 10px;
}
.p-sec4-2 .p-sec4-2__form .arrow {
  display: inline-block;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  bottom: 50%;
  right: 6%;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  color: #fff;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
.p-sec4-2 .p-sec4-2__form .text {
  padding: 29px;
  text-align: left;
  background: #f8f8f8;
  margin-top: 51px;
  letter-spacing: 0.07em;
  line-height: 1.51;
}
@media screen and (max-width: 899px) {
  .p-sec4-2 .p-sec4-2__form .text {
    padding: 15px;
  }
}

.u-fade-in-longup {
  opacity: 0;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-in-longup.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-in-longdown {
  opacity: 0;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-in-longdown.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(8rem);
          transform: translateY(8rem);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.u-fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-in-down.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-in-longright {
  opacity: 0;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-in-longright.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-in-longleft {
  opacity: 0;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-in-longleft.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-in-right.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-in-left.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-in.is-in-view {
  opacity: 1;
}

.u-fade-logo {
  stroke-dashoffset: 4000;
  fill: transparent;
}
.u-fade-logo.is-in-view {
  stroke-dashoffset: 0;
}

.u-delay_01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.u-delay_02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.u-delay_03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.u-delay_04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.u-delay_05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.u-delay_06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.u-delay_07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.u-delay_09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.u-delay_1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.u-delay_12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.u-delay_14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.u-delay_2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.u-delay_3 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.u-delay_4 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.u-delay_5 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

.svgimg {
  position: absolute;
  z-index: -1;
}
.svgimg.svgimg_1 {
  -webkit-transform: scale(-1, -1) translate(14.3%, 6%) rotate(-29deg);
          transform: scale(-1, -1) translate(14.3%, 6%) rotate(-29deg);
}
@media screen and (max-width: 899px) {
  .svgimg.svgimg_1 {
    -webkit-transform: scale(-1, -1) translate(14.3%, 24%) rotate(-29deg) scale(0.8);
            transform: scale(-1, -1) translate(14.3%, 24%) rotate(-29deg) scale(0.8);
  }
}
.svgimg.svgimg_2 {
  -webkit-transform: translate(18.5%, -67.6%) rotate(26deg);
          transform: translate(18.5%, -67.6%) rotate(26deg);
  right: 0;
}
@media screen and (max-width: 899px) {
  .svgimg.svgimg_2 {
    -webkit-transform: translate(18.5%, -67.6%) rotate(26deg) scale(0.8);
            transform: translate(18.5%, -67.6%) rotate(26deg) scale(0.8);
  }
}
.svgimg.svgimg_3 {
  -webkit-transform: translate(4.5%, -90.6%) rotate(-55deg);
          transform: translate(4.5%, -90.6%) rotate(-55deg);
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 899px) {
  .svgimg.svgimg_3 {
    -webkit-transform: translate(4.5%, -110.9%) rotate(-55deg) scale(0.8);
            transform: translate(4.5%, -110.9%) rotate(-55deg) scale(0.8);
  }
}
.svgimg path {
  fill: none;
  stroke: #305625;
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  stroke-width: 1;
}
.svgimg path.active {
  -webkit-animation: logo 5s ease-in 0.3s forwards;
  animation: logo 5s ease-in 0.3s forwards;
}

@-webkit-keyframes logo {
  0% {
    stroke-dashoffset: 4000;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes logo {
  0% {
    stroke-dashoffset: 4000;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.u-yellow-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffeb66));
  background: linear-gradient(transparent 80%, #ffeb66 80%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  -webkit-transition: background-size 1s;
  transition: background-size 1s;
  /* マーカーが引かれる際に付与するクラス */
}
.u-yellow-marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

/*text animetions*/
@-webkit-keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.u-textAnimation.displayed span {
  -webkit-animation: showText 1s backwards;
  animation: showText 1s backwards;
  display: inline-block;
}

.u-textAnimation.displayed > span {
  overflow: hidden;
}

.u-textAnimation.displayed > span > span {
  -webkit-animation: showTextFromBottom 1.25s backwards;
  animation: showTextFromBottom 1.25s backwards;
}

.u-textAnimation-tworows span:nth-child(1) span {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.u-textAnimation-tworows span:nth-child(2) span {
  -webkit-animation-delay: 1.05s !important;
  animation-delay: 1.05s !important;
}
.u-textAnimation-tworows span:nth-child(3) span {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.u-textAnimation-tworows span:nth-child(4) span {
  -webkit-animation-delay: 1.15s !important;
  animation-delay: 1.15s !important;
}
.u-textAnimation-tworows span:nth-child(5) span {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.u-textAnimation-tworows span:nth-child(6) span {
  -webkit-animation-delay: 1.25s !important;
  animation-delay: 1.25s !important;
}
.u-textAnimation-tworows span:nth-child(7) span {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.u-textAnimation-tworows span:nth-child(8) span {
  -webkit-animation-delay: 1.35s !important;
  animation-delay: 1.35s !important;
}

.u-textAnimation-tworows-2 span:nth-child(1) span {
  -webkit-animation-delay: 0.95s !important;
  animation-delay: 0.95s !important;
}
.u-textAnimation-tworows-2 span:nth-child(2) span {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.u-textAnimation-tworows-2 span:nth-child(3) span {
  -webkit-animation-delay: 1.05s !important;
  animation-delay: 1.05s !important;
}
.u-textAnimation-tworows-2 span:nth-child(4) span {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.u-textAnimation-tworows-2 span:nth-child(5) span {
  -webkit-animation-delay: 1.15s !important;
  animation-delay: 1.15s !important;
}
.u-textAnimation-tworows-2 span:nth-child(6) span {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.u-textAnimation-tworows-2 span:nth-child(7) span {
  -webkit-animation-delay: 1.25s !important;
  animation-delay: 1.25s !important;
}

@media screen and (min-width: 900px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .u-hidden-sp {
    display: none;
  }
}