@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  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;
}

ol, ul {
  list-style: none;
}

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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  min-width: 1250px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    min-width: 0px;
  }
}

a {
  color: #333333;
}

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

footer {
  background-color: #333333;
  height: 200px;
  padding-top: 43px;
  padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 49px;
    padding-bottom: 40px;
    height: 306px;
  }
}

.l-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer-inner {
    display: block;
  }
}

.l-footer__logo {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 112px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__right {
    text-align: center;
  }
}

.l-footer-upper {
  font-size: 16px;
  margin-top: 3px;
}
.l-footer-upper a {
  color: white;
}
@media screen and (max-width: 767px) {
  .l-footer-upper {
    margin-top: 25px;
  }
}

.l-footer__link {
  width: 16px;
  display: inline-block;
  margin-left: 13px;
}

.l-footer-middle {
  font-size: 16px;
  color: white;
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .l-footer-middle {
    margin-top: 38px;
  }
}

.l-footer-lower {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.06em;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-footer-lower {
    font-size: 36px;
    margin-top: 18px;
  }
}

.l-inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 89.33%;
  }
}

.c-bg-yellow {
  background-color: #FCCE00;
}

.c-bg-green {
  background-color: #2B883A;
}

.c-outline-text {
  color: #FFF;
  -webkit-text-stroke: 2px #2B883A;
  font-weight: 700;
  font-size: 76px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}

.c-to-top {
  display: none;
  z-index: 10;
  position: fixed;
  right: 25px;
  bottom: 25px;
  transition: 0.3s;
}

.c-section__title {
  font-size: 36px;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 26px;
  }
}

.c-section__lead {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-section__lead {
    font-size: 26px;
    line-height: 1.5384615385;
    text-align: center;
  }
}

.p-case {
  background: transparent url(../img/strape.png) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 130px;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-top: 60px;
    padding-bottom: 90px;
    min-width: 0px;
  }
}

.p-case__upper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-case__upper {
    display: block;
    margin-top: 40px;
  }
}

.p-case__left {
  width: 590px;
}
@media screen and (max-width: 767px) {
  .p-case__left {
    width: 100%;
  }
}

.p-case__right {
  width: 461px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-case__right {
    width: 100%;
  }
}

.p-case__right-title {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-case__right-title {
    text-align: center;
  }
}

.p-case__box {
  border: 3px solid #2B883A;
  border-radius: 10px;
  background-color: #fff;
  padding: 37px 58px 33px 56px;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-case__box {
    padding: 30px 30px 33px;
    margin-top: 31px;
  }
}

.p-case__box-name {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-case__box-name {
    text-align: center;
    font-size: 22px;
  }
}

.p-case__box-size {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-case__box-size {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }
}

.p-case__box-text {
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-case__box-text {
    font-size: 16px;
  }
}

.p-case__lower {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .p-case__lower {
    margin-top: 44px;
  }
}

.p-case__lower-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-case__lower-title {
    font-size: 22px;
    letter-spacing: normal;
  }
}

.p-voice {
  border: 3px solid #2B883A;
  width: 928px;
  margin: 41px auto 0;
  padding: 34px 40px 33px 40px;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice {
    width: 100%;
    padding: 20.5px 30px 27px 20px;
    margin: 27px auto 0;
  }
}
.p-voice:before {
  content: "";
  position: absolute;
  bottom: -49px;
  left: 113px;
  margin-left: -8px;
  border-left: 28px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 18px solid transparent;
  border-top: 38px solid #FFF;
  z-index: 2;
  transform: skewX(305deg);
}
@media screen and (max-width: 767px) {
  .p-voice:before {
    left: 40%;
    transform: translateX(-50%) skewX(305deg);
    bottom: -47px;
  }
}
.p-voice:after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: 113px;
  margin-left: -17px;
  border-left: 32px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-top: 40px solid #2B883A;
  z-index: 1;
  transform: skewX(304deg);
}
@media screen and (max-width: 767px) {
  .p-voice:after {
    left: 40%;
    transform: translateX(-50%) skewX(305deg);
  }
}

.p-voice__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    align-items: flex-start;
  }
}

.p-voice__img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    width: 40px;
    height: 40px;
  }
}

.p-voice__text {
  line-height: 1.875;
  letter-spacing: 0.1em;
  width: 718px;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    width: 78.5%;
    font-size: 15px;
    line-height: 2;
  }
}

.p-feature {
  padding-top: 150px;
  padding-bottom: 150px;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  .p-feature {
    min-width: 0px;
    padding-top: 76px;
    padding-bottom: 79px;
  }
}

.p-feature__inne {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-feature__inne {
    display: block;
  }
}

.p-feature__left {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .p-feature__left {
    width: 100%;
  }
}

.p-feature__right {
  width: 555px;
  margin-left: 103px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-feature__right {
    margin-left: 0;
    width: 100%;
  }
}

.p-feature__right-lead {
  font-weight: 700;
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-feature__right-lead {
    text-align: center;
    font-size: 22px;
    margin-top: 40px;
  }
}

.p-feature__right-text {
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .p-feature__right-text {
    line-height: 1.875;
    margin-top: 23px;
    font-size: 16px;
  }
}

.p-contact {
  padding-top: 92px;
  padding-bottom: 100px;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 80px;
    padding-bottom: 80px;
    min-width: 0px;
  }
}

.p-contact__inner {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    width: 89.33%;
  }
}

.p-contact__title {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 36px;
  }
}

.p-contact__title:before {
  position: absolute;
  left: -44px;
  top: 12px;
  content: "";
  width: 4px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-40deg);
}
@media screen and (max-width: 767px) {
  .p-contact__title:before {
    top: 37px;
    left: 0;
  }
}

.p-contact__title:after {
  position: absolute;
  content: "";
  right: -44px;
  top: 12px;
  width: 4px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  transform: rotate(40deg);
}
@media screen and (max-width: 767px) {
  .p-contact__title:after {
    top: 37px;
    right: 0;
  }
}

.p-contact__box {
  background-color: #fff;
  border-radius: 30px;
  padding: 61px 104px 40px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    padding: 47px 20px 40px 27px;
    margin-top: 41px;
  }
}

.contact-form_row {
  display: flex;
  text-align: left;
}
.contact-form_row:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form_row:not(:first-child) {
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form_row {
    display: block;
  }
}

.required {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #ED3D3D;
  text-align: center;
  padding: 0px 6px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .required {
    margin-left: 13px;
  }
}

.contact-form_label {
  width: 222px;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact-form_label {
    justify-content: flex-start;
  }
}
.contact-form_label label {
  font-weight: 700;
}

.contact-form_label--message {
  margin-top: 25px;
}

.input-form_input {
  width: calc(100% - 160px);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .input-form_input {
    margin-left: 0px;
    margin-top: 5px;
    width: 100%;
  }
}
.input-form_input [type=text] {
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  padding: 10px 16px;
  width: 300px;
  font-size: 14px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .input-form_input [type=text] {
    width: 84.21%;
  }
}
.input-form_input [type=email] {
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  padding: 10px 16px;
  width: 400px;
  height: 280px;
  font-size: 14px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .input-form_input [type=email] {
    width: 97.18%;
  }
}
.input-form_input textarea {
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  padding: 10px 16px;
  width: 100%;
  height: 281px;
  font-size: 14px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .input-form_input textarea {
    width: 97.18%;
    height: 199px;
  }
}

.contact-form_radio {
  margin-top: 32px;
}
.contact-form_radio > label {
  position: relative;
}
.contact-form_radio [type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contact-form_radio span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  margin-right: 36px;
}
.contact-form_radio span::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
.contact-form_radio span::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: red;
  border-radius: 50%;
  display: none;
}
.contact-form_radio [type=radio]:checked + span::after {
  display: block;
}

.contact-form_check {
  margin-top: 63px;
  text-align: center;
}
.contact-form_check [type=checkbox] {
  cursor: pointer;
  opacity: 0;
}
.contact-form_check span {
  display: inline-block;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
}
.contact-form_check span::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact-form_check span::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: transparent url(../img/checkbox@2x.png) no-repeat center center/contain;
  opacity: 0;
}
.contact-form_check [type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact-form_check a {
  text-decoration: underline;
  font-weight: 700;
}

.contact-form_button {
  margin-top: 40px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact-form_button {
    margin-top: 31px;
  }
}
.contact-form_button [type=submit] {
  width: 179px;
  color: #fff;
  border-radius: 29px;
  background: #2B883A;
  padding: 15px 60px;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-form_button [type=submit] {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 50px;
    width: 132px;
  }
}
.contact-form_button:hover {
  opacity: 0.7;
}

.p-top {
  position: relative;
  min-width: 1250px;
}
@media screen and (max-width: 767px) {
  .p-top {
    min-width: 0px;
  }
}
.p-top:before {
  position: absolute;
  content: "";
  background: transparent url(../img/mv-bg-pc.png) no-repeat left center/cover;
  border-radius: 0px 0px 60px 0px;
  width: 89.5314787701vw;
  top: 19.0336749634vw;
  height: 86.5300146413vw;
  left: 0px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-top:before {
    width: 1119.4px;
    height: 1081px;
    top: 237px;
  }
}
@media screen and (max-width: 767px) {
  .p-top:before {
    background: transparent url(../img/mvbg-sp.png) no-repeat center center/97.33%;
    width: 100vw;
    height: 351.3vw;
    left: -10px;
    top: 46.6666666667vw;
  }
}

.p-top__upper {
  display: flex;
  justify-content: space-between;
}

.p-top__logo {
  position: absolute;
  width: 83px;
  margin-left: 4.39238653vw;
  margin-top: 2.3426061493vw;
}
@media screen and (max-width: 767px) {
  .p-top__logo {
    width: 61.86px;
    margin-top: 4.8vw;
    margin-left: 5.6vw;
  }
}

.p-top__mv {
  width: 98.42%;
  margin-left: 1.9765739385%;
}
@media screen and (max-width: 767px) {
  .p-top__mv {
    margin-top: 76px;
    width: 96.4vw;
  }
}

.p-top__content {
  position: absolute;
  top: 10.1vw;
  left: 10.4685212299%;
  width: 48.975vw;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-top__content {
    width: 612.19px;
    top: 125px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__content {
    top: 25.8666666667vw;
    left: 5.6vw;
    width: 87.2vw;
  }
}

.p-top__text {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4vw;
  line-height: 86, 34;
  background-color: #FCCE00;
  padding: 1.1713030747vw 0.8052708638vw 1.4641288433vw 0.9516837482vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-top__text {
    font-size: 30px;
    padding: 14.641px 10.06px 18.3px 11.89px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__text {
    font-size: 6.9333333333vw;
    font-weight: 700;
    padding: 3.2vw 1.8666666667vw 3.2vw 1.8666666667vw;
  }
}
.p-top__text:not(:first-child) {
  margin-top: 18px;
}
.p-top__text--green {
  background: #2B883A;
  color: #fff;
  padding: 1.1713030747vw 2.196193265vw 1.4641288433vw 0.9516837482vw;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-top__text--green {
    padding: 14.643px 27.4524px 18.3px 11.89px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__text--green {
    padding: 12px 1.8666666667vw 3.2vw 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__text--3.u-hidden--pc {
    display: inline-block;
  }
}

.p-top__lower {
  display: flex;
  width: 64.42%;
  margin-left: 14.86%;
  margin-top: 8.638%;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__lower {
    display: block;
    width: 78.6666666667vw;
    margin: 23.2vw auto 0;
  }
}
.p-top__lower:after {
  position: absolute;
  content: "";
  width: 2.196193265vw;
  height: 2.196193265vw;
  top: -4.5387994143vw;
  left: -4.4655929722vw;
  background: transparent url(../img/bracket.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-top__lower:after {
    width: 27.44px;
    height: 27.44px;
    top: -26px;
    left: -26px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__lower:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: -10.9333333333vw;
    left: -0.5333333333vw;
  }
}
.p-top__lower:before {
  position: absolute;
  content: "";
  width: 2.196193265vw;
  height: 2.196193265vw;
  bottom: -6.8814055637vw;
  right: -4.4655929722vw;
  background: transparent url(../img/bracket2.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-top__lower:before {
    width: 27.44px;
    height: 27.44px;
    bottom: -63px;
    right: -26px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__lower:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    bottom: -10vw;
    right: 0;
  }
}

.p-top__lower-right {
  font-size: 2.196193265vw;
  font-weight: 700;
  line-height: 1.6666666667;
  width: 14.7877013177vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-top__lower-right {
    font-size: 27.43px;
    width: 184.84px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__lower-right {
    width: 100%;
    font-size: 6.4vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

.p-top__lower-left {
  font-size: 1.317715959vw;
  font-weight: 700;
  line-height: 2.1111111111;
  width: 46.5592972182vw;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-top__lower-left {
    font-size: 16.4714px;
    width: 581.98px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__lower-left {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-top: 5.8666666667vw;
    line-height: 2;
  }
}

.contact-btn {
  position: fixed;
  z-index: 10;
  right: 22px;
  bottom: 109px;
  width: 150px;
  height: 150px;
  transition: 0.3s;
}
.contact-btn:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent url(../img/hover.png) no-repeat center center/contain;
  top: 23px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact-btn:after {
    width: 92px;
    height: 56px;
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn {
    width: 70px;
    height: 70px;
    bottom: auto;
    top: 592px;
    right: 5px;
  }
}
.contact-btn:hover {
  transform: scale(1.1);
}
.contact-btn:hover:after {
  top: -75px;
}
@media screen and (max-width: 767px) {
  .contact-btn:hover:after {
    top: -47px;
  }
}

.p-model {
  padding-top: 90px;
  padding-bottom: 95px;
  background: #FCCE00 url(../img/strape2.png) no-repeat center center/cover;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  .p-model {
    min-width: 0px;
    padding-top: 59px;
    padding-bottom: 58px;
  }
}

.p-model__title {
  text-align: center;
}

.p-model__img {
  width: 810px;
  margin: 0 auto;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-model__img {
    width: 100%;
    margin-top: 43px;
  }
}

.map {
  margin-top: 80.3px;
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 38px;
  }
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 35.185%; /* = height ÷ width × 100 */
}
@media screen and (max-width: 767px) {
  .iframe-wrap {
    padding-top: 53.73%; /* = height ÷ width × 100 */
  }
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-model__address {
  margin-top: 40px;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-model__address {
    font-size: 16px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__address p {
    line-height: 1.875;
  }
}

.p-banner {
  padding-top: 150px;
  padding-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .p-banner {
    padding-top: 79px;
    padding-bottom: 60px;
  }
}

.p-banner__img {
  width: 1080px;
}

.p-banner__img_2 {
  width: 900px;
}

@media screen and (max-width: 767px) {
  .p-banner__img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-banner__img_2 {
    width: 100%;
  }
}


.p-banner_content {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .p-banner_content {
    margin-top: 39px;
  }
}

.p-banner__lead {
  width: 666px;
}
@media screen and (max-width: 767px) {
  .p-banner__lead {
    width: 295px;
  }
}

.p-banner__lead-text {
  background-color: #FCCE00;
  display: inline-block;
  font-size: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 17px;
  padding-right: 29px;
  letter-spacing: 0.1em;
}
.p-banner__lead-text--2 {
  padding-right: 19px;
}
.p-banner__lead-text--3 {
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .p-banner__lead-text {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 5px;
  }
}
.p-banner__lead-text:not(:last-child) {
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .p-banner__lead-text:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-banner__lead-text.u-hidden--pc {
    display: inline-block;
  }
}

.p-banner__text-box {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-banner__text-box {
    margin-top: 29px;
  }
}

.p-banner__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
}
.p-banner__text:not(:last-child) {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .p-banner__text:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-intro {
  padding-top: 140px;
  padding-bottom: 150px;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  .p-intro {
    min-width: 0px;
    padding-top: 83px;
    padding-bottom: 79px;
  }
}

.p-intro__title {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

.p-intro__title::before,
.p-intro__title::after {
  background-color: #FCCE00; /* 横線の色 */
  content: "";
  height: 5px; /* 横線の高さ */
  width: 315px; /* 横線の長さ */
}
@media screen and (max-width: 767px) {
  .p-intro__title::before,
  .p-intro__title::after {
    width: 30px; /* 横線の長さ */
  }
}

.p-intro__title::before {
  margin-right: 45px; /* 文字との余白 */
}
@media screen and (max-width: 767px) {
  .p-intro__title::before {
    margin-right: 8px; /* 文字との余白 */
  }
}

.p-intro__title::after {
  margin-left: 45px; /* 文字との余白 */
}
@media screen and (max-width: 767px) {
  .p-intro__title::after {
    margin-left: 9px; /* 文字との余白 */
  }
}

.p-intro__items {
  border-bottom: 5px solid #FCCE00;
  padding-top: 72px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-intro__items {
    padding-top: 49px;
    padding-bottom: 74px;
  }
}

.p-intro__item {
  display: flex;
  justify-content: space-between;
}
.p-intro__item:not(:first-child) {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .p-intro__item:not(:first-child) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__item {
    display: block;
  }
}

.p-intro__right {
  width: 910px;
}
@media screen and (max-width: 767px) {
  .p-intro__right {
    width: 100%;
  }
}

.p-intro__number {
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .p-intro__number {
    font-size: 42px;
    width: auto;
    text-align: center;
  }
}

.p-intro__lead {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-intro__lead {
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
  }
}

.p-intro__text {
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-intro__text {
    font-size: 15px;
    margin-top: 20px;
    line-height: 2;
  }
}

.p-zeh {
  padding-top: 66px;
  padding-bottom: 61px;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  .p-zeh {
    padding: 78px 0px 78px;
    min-width: 0px;
  }
}

.p-zeh__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-zeh__inner {
    display: block;
  }
}

.p-zeh__left {
  width: 555px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-zeh__left {
    width: 100%;
    margin-top: 0px;
  }
}

.p-zeh__lead {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-zeh__lead {
    font-size: 26px;
    line-height: 1.5384615385;
  }
}

.p-zeh__sub-lead {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 42px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-zeh__sub-lead {
    font-size: 22px;
    margin-top: 37px;
    text-align: center;
    letter-spacing: normal;
  }
}

.p-zeh__text {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .p-zeh__text {
    font-size: 15px;
    line-height: 2;
    margin-top: 10px;
  }
}

.p-zeh__logo {
  width: 218px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-zeh__logo {
    width: 216px;
    margin: 25px auto 0;
  }
}

.p-zeh__sp-img {
  width: 100%;
  margin-top: 40px;
}

.p-v2h {
  padding-top: 85px;
  padding-bottom: 100px;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  .p-v2h {
    padding-top: 82px;
    padding-bottom: 90px;
    padding-bottom: 74px;
    min-width: 0px;
  }
}

.p-v2h__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-v2h__inner {
    display: block;
  }
}

.p-v2h__left {
  width: 426px;
}
@media screen and (max-width: 767px) {
  .p-v2h__left {
    width: 100%;
  }
}

.p-v2h__right {
  width: 555px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-v2h__right {
    width: 100%;
    margin-top: 0px;
  }
}

.p-v2h__lead {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-v2h__lead {
    font-size: 26px;
    line-height: 1.5384615385;
  }
}

.p-v2h__sub-lead {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 43px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-v2h__sub-lead {
    font-size: 22px;
    margin-top: 33px;
  }
}

.p-v2h__text {
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 27px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-v2h__text {
    font-size: 15px;
    line-height: 2;
    margin-top: 12px;
  }
}

.p-v2h__logo {
  width: 218px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-v2h__logo {
    width: 216px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-v2h__img-upper {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-v2h__sub-lead {
    color: #333333;
    text-align: center;
  }
}

.p-cards {
  padding-top: 32.5036603221vw;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-cards {
    padding-top: 406.29px;
  }
}
@media screen and (max-width: 767px) {
  .p-cards {
    padding-top: 86.1333333333vw;
  }
}

.p-cards__title {
  text-align: center;
}

.p-cards__inner {
  margin-top: 138px;
  display: grid;
  grid-template-columns: 510px 510px;
  gap: 114px 60px;
}
@media screen and (max-width: 767px) {
  .p-cards__inner {
    display: block;
    margin-top: 93px;
  }
}

.p-card {
  width: 510px;
  padding-top: 103px;
  padding-bottom: 62px;
  padding-left: 45px;
  padding-right: 50px;
  border: 4px solid #2B883A;
  outline: 4px solid #2B883A;
  outline-offset: -3.9px;
  border-radius: 40px;
  position: relative;
  box-shadow: 10px 10px 0px #2B883A;
}
@media screen and (max-width: 767px) {
  .p-card {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 31px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-card:not(:first-child) {
    margin-top: 89px;
  }
}
.p-card:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  height: 141px;
  width: 142px;
}
@media screen and (max-width: 767px) {
  .p-card:after {
    height: 100px;
    width: 100px;
    top: -55px;
  }
}

.p-card01:after {
  background: url(../img/light.png) no-repeat center center/cover;
}

.p-card02:after {
  background: url(../img/space.png) no-repeat center center/cover;
}

.p-card03:after {
  background: url(../img/box-hand.png) no-repeat center center/cover;
}

.p-card04:after {
  background: url(../img/fam.png) no-repeat center center/cover;
}

.p-card__title {
  font-size: 28px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7857142857;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-card__title {
    font-size: 22px;
    text-align: center;
  }
}

.p-card__text {
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-card__text {
    font-size: 15px;
    line-height: 2;
    margin-top: 10px;
  }
}

.p-info {
  padding-top: 100px;
  padding-bottom: 100px;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding-top: 79px;
    padding-bottom: 80px;
    min-width: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-info__inner {
    width: 89.33%;
    margin: 0 auto;
  }
}

.p-info__box {
  padding-top: 54px;
  padding-bottom: 60px;
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-info__box {
    width: 100%;
    padding-top: 63px;
  }
}

.p-info__title {
  position: relative;
  text-align: center;
}
.p-info__title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  background-color: #2B883A;
}

@media screen and (max-width: 767px) {
  .p-info__table {
    padding: 0px 20px;
  }
}

.p-info__table-inner {
  width: 634px;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-info__table-inner {
    width: 100%;
    margin-top: 56px;
  }
}

.p-info__row {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
  line-height: 1.875;
}
.p-info__row:not(:first-child) {
  padding-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-info__row {
    display: block;
    font-size: 16px;
    padding-bottom: 11px;
  }
}
.p-info__row dt {
  width: 126px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
.p-info__row dd {
  width: 508px;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-info__row dd {
    width: 100%;
    margin-top: 3px;
  }
}

.u-hidden--pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden--pc {
    display: block;
  }
}

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

.u-font-green {
  color: #2B883A;
}

.u-font-yellow {
  color: #FCCE00;
}/*# sourceMappingURL=style.css.map */