@charset "UTF-8";
/*============================================================
 変数管理
============================================================*/
/*============================================================
ブレイクポイント
============================================================*/
/*============================================================
スタイル
============================================================*/
/*============================================================
リセット
============================================================*/
html, body, header, footer, nav, menu, section, article, aside, figcaption, figure, img, div, span, iframe, form, label, h1, h2, h3, h4, h5, p, blockquote, pre, del, em, strong, mark, dl, dt, dd, ol, ul, li, table, tbody, thead, tfoot, tr, th, td, caption {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  vertical-align: baseline;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

a, button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  text-decoration: none;
}

em {
  font-style: normal;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
  pointer-events: none;
}

input:disabled, select:disabled {
  opacity: 0.5;
  background-color: #eee;
}

ol, ol li, ul, ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*============================================================
 変数管理
============================================================*/
/*============================================================
　プレミアム掲載
============================================================*/
html {
  font-size: 62.5%;
  position: relative;
  min-height: 100% !important;
}

body {
  font-family: "Montserrat", "Avenir", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}

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

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media not screen and (max-width: 600px) {
  .display-sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .display-pc {
    display: none !important;
  }
}
#container {
  min-height: 100% !important;
  overflow-x: hidden;
}

#contents {
  padding: 100px 0 220px;
}
@media screen and (max-width: 768px) {
  #contents {
    padding: 60px 0 400px;
  }
}

.btn-form-document, .btn-form-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
}
.btn-form-document span, .btn-form-contact span {
  position: relative;
  display: block;
  line-height: 17px;
  padding-left: 20px;
}
.btn-form-document span::before, .btn-form-contact span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
}

.btn-form-document {
  background-color: #389e38;
}
@media (hover: hover) {
  .btn-form-document:hover {
    background-color: #007440;
    color: #fff;
  }
}
.btn-form-document span::before {
  width: 12px;
  height: 15px;
  background-image: url("/img/new/lp-premium/icon/icon_document.svg");
}

.btn-form-contact {
  background-color: #ff9800;
}
@media (hover: hover) {
  .btn-form-contact:hover {
    background-color: #fc7709;
    color: #fff;
  }
}
.btn-form-contact span::before {
  width: 15px;
  height: 12px;
  background-image: url("/img/new/lp-premium/icon/icon_contact.svg");
}

h2 {
  font-size: clamp(2.1rem, 2.2vw, 2.6rem);
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  h2 {
    margin-bottom: 30px;
  }
}
h2 span {
  display: block;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #007440;
}
@media screen and (max-width: 600px) {
  h2 span {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}
@media not screen and (max-width: 600px) {
  h2 + p {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  h2 + p {
    text-align: justify;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 30px;
  height: 100px;
}
@media not screen and (max-width: 1080px) {
  header {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 15px;
    height: 60px;
  }
}
header .logo {
  display: block;
  width: 250px;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 220px;
  }
}
@media not screen and (max-width: 1080px) {
  header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 315px;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
  header ul li {
    margin-left: 25px;
  }
  header ul li a:hover {
    color: #ff9800;
  }
  header .btn-form-document, header .btn-form-contact {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 130px;
    height: 35px;
    font-size: 1.4rem;
  }
  header .btn-form-document {
    right: 165px;
  }
  header .btn-form-contact {
    right: 25px;
  }
  header #btn-menutoggle {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  header #menu {
    position: fixed;
    pointer-events: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    z-index: 2000;
    background: #93c74c;
    overflow: scroll;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  header #menu {
    top: 60px;
  }
}
@media screen and (max-width: 1080px) {
  header #menu ul {
    margin: 0 auto 30px;
    max-width: 90%;
    text-indent: 15px;
  }
  header #menu li {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 375px) {
  header #menu li {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1080px) {
  header #menu li a {
    display: block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }
  header #menu li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 15px;
    top: 50%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header #menu .btn-form-document, header #menu .btn-form-contact {
    max-width: 280px;
    margin: 0 auto 15px;
    height: 50px;
    border: solid 1px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 375px) {
  header #menu .btn-form-document, header #menu .btn-form-contact {
    height: 40px;
    width: 80%;
  }
}
@media screen and (max-width: 1080px) {
  header #btn-menutoggle {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    width: 25px;
    height: 25px;
    font-size: 0;
    z-index: 3000;
  }
  @media not screen and (max-width: 768px) {
    header #btn-menutoggle {
      right: 40px;
    }
  }
  header #btn-menutoggle span, header #btn-menutoggle span:before, header #btn-menutoggle span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  header #btn-menutoggle span:before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  header #btn-menutoggle span:after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@media not screen and (max-width: 600px) {
  header.scroll {
    height: 70px;
  }
}
.menu-active nav {
  height: 100%;
}
.menu-active nav #menu {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: auto;
}
.menu-active nav #btn-menutoggle span {
  background: none;
}
.menu-active nav #btn-menutoggle span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #333;
}
.menu-active nav #btn-menutoggle span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #333;
}

.resizing header a {
  -webkit-transition: none !important;
  transition: none !important;
}

#mv {
  background-image: url("/img/new/lp-premium/mv_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media not screen and (max-width: 600px) {
  #mv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 90px 2% 0 5%;
  }
}
@media screen and (max-width: 1080px) {
  #mv {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media screen and (max-width: 600px) {
  #mv {
    padding: 40px 25px 0;
  }
}
@media not screen and (max-width: 1080px) {
  #mv .mv-l {
    padding: 20px 0 0;
  }
}
@media not screen and (max-width: 600px) {
  #mv .mv-l {
    margin: 0 15px 0 0;
  }
}
#mv .mv-l h1 {
  font-size: clamp(1.9rem, 3vw, 3.4rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media not screen and (max-width: 1080px) {
  #mv .mv-l h1 {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1080px) {
  #mv .mv-l h1 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  #mv .mv-l h1 {
    text-align: center;
  }
}
#mv .mv-l h1 span {
  display: block;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 500;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 600px) {
  #mv .mv-l img {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media not screen and (max-width: 1080px) {
  #mv .mv-r {
    margin: 0 0 0 50px;
  }
}
@media not screen and (max-width: 1080px) {
  #mv .mv-r img {
    max-width: 430px;
  }
}
@media screen and (max-width: 1080px) {
  #mv .mv-r img {
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  #mv .mv-r img {
    max-width: 150px;
    margin: 0 auto;
    padding: 30px 0;
  }
}

#mv-bottom {
  font-size: clamp(1.6rem, 1.7vw, 1.7rem);
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-top: solid 1px #fff;
  background: -webkit-gradient(linear, left top, right top, from(#dcb862), color-stop(#c2963b), to(#c09439));
  background: -webkit-linear-gradient(left, #dcb862, #c2963b, #c09439);
  background: linear-gradient(to right, #dcb862, #c2963b, #c09439);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
#mv-bottom .inner {
  position: relative;
  margin: 0 auto;
}
@media not screen and (max-width: 600px) {
  #mv-bottom .inner {
    padding: 20px 80px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #mv-bottom .inner::before, #mv-bottom .inner::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #mv-bottom .inner::before {
    left: 0;
    background-image: url("/img/new/lp-premium/laurel-l.svg");
  }
  #mv-bottom .inner::after {
    right: 0;
    background-image: url("/img/new/lp-premium/laurel-r.svg");
  }
}
@media screen and (max-width: 600px) {
  #mv-bottom .inner {
    padding: 20px;
  }
}
#mv-bottom .inner span {
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  position: relative;
}
#mv-bottom .inner span::before, #mv-bottom .inner span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
#mv-bottom .inner em {
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  margin: -5px 0;
}

#intro {
  padding: 100px 20px 0;
}
@media screen and (max-width: 600px) {
  #intro {
    padding: 80px 20px 0;
  }
}
#intro .needs-img {
  max-width: 450px;
  margin: 70px auto 100px;
}
@media screen and (max-width: 600px) {
  #intro .needs-img {
    margin: 50px auto 80px;
  }
}
#intro h3 {
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  margin: 0 auto;
  text-align: center;
}
@media not screen and (max-width: 600px) {
  #intro h3 {
    position: relative;
    padding: 0 70px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #intro h3::before, #intro h3::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 1px;
    background-color: #333;
  }
  #intro h3::before {
    left: 0;
  }
  #intro h3::after {
    right: 0;
  }
}
#intro h3 span {
  color: #007440;
}
#intro .trouble-img {
  max-width: 550px;
  margin: 40px auto 100px;
}
@media screen and (max-width: 600px) {
  #intro .trouble-img {
    margin: 30px auto 90px;
  }
}

#contact-lead {
  font-size: clamp(1.9rem, 2vw, 2.2rem);
  font-weight: bold;
  color: #fff;
  background-color: #389e38;
  text-align: center;
  padding: 30px 20px 20px;
  position: relative;
  line-height: 1.5;
}
#contact-lead::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
}
#contact-lead span {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  margin: 5px 0 10px;
  display: block;
}

#contact-btn-box {
  padding: 45px 20px;
  text-align: center;
  background-color: #f1f9d7;
}
#contact-btn-box em {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
#contact-btn-box #contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}
#contact-btn-box #contact-btn .btn-form-document, #contact-btn-box #contact-btn .btn-form-contact {
  width: 250px;
  height: 50px;
  margin: 0 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  #contact-btn-box #contact-btn .btn-form-document, #contact-btn-box #contact-btn .btn-form-contact {
    height: 40px;
    margin: 0 5px;
  }
}

#about {
  padding: 100px 20px 150px;
}
@media screen and (max-width: 600px) {
  #about {
    padding: 60px 20px 80px;
  }
}
#about .number-inner {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
}
#about .number-inner .mock-img {
  max-width: 400px;
  margin: 100px auto 0;
}
@media screen and (max-width: 600px) {
  #about .number-inner .mock-img {
    max-width: 350px;
    margin: 60px auto;
  }
}
@media screen and (max-width: 768px) {
  #about .number-inner .dl-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    max-width: 400px;
    margin: 20px auto 0;
  }
}
#about .number-inner dl {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
  min-width: 160px;
}
@media not screen and (max-width: 768px) {
  #about .number-inner dl {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  #about .number-inner dl {
    position: relative;
    width: 40%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #about .number-inner dl {
    font-size: 1.2rem;
  }
}
#about .number-inner dl::before, #about .number-inner dl::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#about .number-inner dl::before {
  left: 0;
  background-image: url("/img/new/lp-premium/laurel-gold-l.svg");
}
#about .number-inner dl::after {
  right: 0;
  background-image: url("/img/new/lp-premium/laurel-gold-r.svg");
}
@media not screen and (max-width: 768px) {
  #about .number-inner dl:first-of-type {
    top: 0;
    left: 0;
  }
}
#about .number-inner dl:first-of-type dt::before {
  background-image: url("/img/new/lp-premium/icon/icon_pageview.svg");
}
@media not screen and (max-width: 768px) {
  #about .number-inner dl:nth-of-type(2) {
    top: 0;
    right: 0;
  }
}
#about .number-inner dl:nth-of-type(2) dt::before {
  background-image: url("/img/new/lp-premium/icon/icon_hospital.svg");
}
@media not screen and (max-width: 768px) {
  #about .number-inner dl:nth-of-type(3) {
    bottom: 0;
    left: 0;
  }
}
#about .number-inner dl:nth-of-type(3) dt::before {
  background-image: url("/img/new/lp-premium/icon/icon_user.svg");
}
@media not screen and (max-width: 768px) {
  #about .number-inner dl:nth-of-type(4) {
    bottom: 0;
    right: 0;
  }
}
#about .number-inner dl:nth-of-type(4) dt::before {
  background-image: url("/img/new/lp-premium/icon/icon_review.svg");
}
#about .number-inner dl dt {
  position: relative;
}
#about .number-inner dl dt::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 18px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
#about .number-inner dl dd {
  margin-top: -10px;
}
#about .number-inner dl dd span {
  font-size: 2.7rem;
  color: #007440;
  letter-spacing: 0.01em;
  padding: 0 3px 0 0;
}

#point h2 {
  position: relative;
  margin: 0 20px 70px;
}
#point h2 img {
  margin: 0 auto 15px;
}
#point h2 img:first-of-type {
  max-width: 300px;
}
#point h2 img:last-of-type {
  max-width: 150px;
}
#point h2::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  display: block;
  width: 1px;
  height: 60px;
  background: #333;
}
#point .point-inner {
  background-color: #93c74c;
  padding: 100px 20px;
}
@media screen and (max-width: 600px) {
  #point .point-inner {
    padding: 60px 20px;
  }
}
#point .point-inner > ul {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
#point .point-inner > ul > li {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #point .point-inner > ul > li {
    padding: 40px 25px;
  }
}
#point .point-inner > ul > li:not(:last-of-type) {
  margin-bottom: 50px;
}
#point .point-inner > ul > li > span {
  display: block;
  margin: 0 0 30px;
  font-weight: 500;
  color: #007440;
  line-height: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  #point .point-inner > ul > li > span {
    font-size: 1.2rem;
  }
}
#point .point-inner > ul > li > span em {
  display: block;
  font-weight: bold;
  font-size: 5rem;
}
@media screen and (max-width: 600px) {
  #point .point-inner > ul > li > span em {
    font-size: 4rem;
  }
}
#point .point-inner > ul > li h3 {
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  margin: 0 0 40px;
}
#point .point-inner > ul > li h3 + p {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #point .point-inner > ul > li h3 + p {
    text-align: justify;
  }
}
#point .point-inner > ul > li h4 {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 500;
  margin: 0 0 30px;
  padding: 7px 0;
  background-color: #f1f9d7;
}
#point .point-inner > ul > li .arrow-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 15px 0 60px;
}
#point .point-inner > ul > li .arrow-text::before {
  content: "↓";
  display: block;
  font-family: "Noto Sans JP";
  position: relative;
  top: -5px;
}
@media not screen and (max-width: 600px) {
  #point .point-inner > ul > li ul.img-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media not screen and (max-width: 600px) {
  #point .point-inner > ul > li ul.img-inner li {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #point .point-inner > ul > li ul.img-inner li:not(:last-child) {
    margin: 0 0 40px;
  }
}
#point .point-inner > ul > li ul.img-inner li img {
  margin: 0 0 15px;
}
#point .point-inner > ul > li ul.img-inner li p {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media not screen and (max-width: 768px) {
  #point .point-inner > ul > li dl {
    margin: 0 10px 0;
  }
}
#point .point-inner > ul > li dl dt {
  color: #fff;
  background-color: #999;
  width: 65%;
  line-height: 35px;
  border-radius: 50px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #point .point-inner > ul > li dl dt {
    margin: 25px auto;
  }
}
#point .point-inner > ul > li dl dt.premium {
  background-color: #fc7709;
  font-weight: 500;
}
#point .point-inner > ul > li dl dd {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
}
#point .point-inner > ul > li dl dd .premium-text {
  background-color: #fff588;
  margin: 50px 0 0;
  padding: 25px;
  position: relative;
}
#point .point-inner > ul > li dl dd .premium-text:after {
  content: "＋";
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
  color: #fc7709;
}
#point .point-inner > ul > li dl dd .premium-text span {
  position: absolute;
  top: -15px;
  left: 10px;
  color: #fc7709;
  background-color: #fff;
  border: solid 2px;
  padding: 1px 10px;
  border-radius: 1px;
}

#merit {
  padding: 100px 25px;
}
@media screen and (max-width: 600px) {
  #merit {
    padding: 60px 25px;
  }
}
#merit h3 {
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  margin: 0 0 70px;
}
@media screen and (max-width: 600px) {
  #merit h3 {
    margin: 0 0 50px;
  }
}
#merit h4 {
  font-size: clamp(1.5rem, 1.6vw, 1.7rem);
}
@media not screen and (max-width: 600px) {
  #merit h4 {
    text-align: center;
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 600px) {
  #merit h4 {
    margin: 0 0 10px;
  }
}
@media not screen and (max-width: 600px) {
  #merit ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 950px;
    margin: 0 auto;
  }
}
@media not screen and (max-width: 600px) {
  #merit ul li {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  #merit ul li {
    padding-left: 100px;
    position: relative;
  }
  #merit ul li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #ccc;
  }
}
#merit ul li img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #merit ul li img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#merit ul li p {
  font-size: 1.4rem;
  text-align: justify;
}

#voice {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  #voice {
    padding: 60px 0;
  }
}
#voice .swiper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 10px 60px 0;
}
@media screen and (max-width: 768px) {
  #voice .swiper {
    padding: 10px 35px 0;
  }
}
#voice .swiper .swiper-wrapper {
  padding: 0 0 60px;
}
#voice .swiper .swiper-wrapper .swiper-slide {
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-height: 420px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  padding: 60px 60px 60px 300px;
}
@media screen and (max-width: 768px) {
  #voice .swiper .swiper-wrapper .swiper-slide {
    padding: 30px 25px;
  }
}
#voice .swiper .swiper-wrapper .swiper-slide .img-inner {
  text-align: center;
}
@media not screen and (max-width: 768px) {
  #voice .swiper .swiper-wrapper .swiper-slide .img-inner {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #voice .swiper .swiper-wrapper .swiper-slide .img-inner {
    overflow: hidden;
    margin: 0 0 30px;
  }
}
#voice .swiper .swiper-wrapper .swiper-slide .img-inner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #voice .swiper .swiper-wrapper .swiper-slide .img-inner img {
    width: 100px;
    margin: 0 20px 0 0;
    float: left;
  }
}
#voice .swiper .swiper-wrapper .swiper-slide .img-inner span {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media not screen and (max-width: 768px) {
  #voice .swiper .swiper-wrapper .swiper-slide .img-inner span {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #voice .swiper .swiper-wrapper .swiper-slide .img-inner span {
    display: block;
    text-align: left;
    overflow: hidden;
    margin: 20px 0 15px;
  }
}
#voice .swiper .swiper-wrapper .swiper-slide .img-inner .page-btn {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #007440;
}
@media not screen and (max-width: 768px) {
  #voice .swiper .swiper-wrapper .swiper-slide .img-inner .page-btn {
    margin: 20px 0 0;
    background-color: #fff;
    border: solid 2px #007440;
    line-height: 35px;
    border-radius: 50px;
  }
  @media (hover: hover) {
    #voice .swiper .swiper-wrapper .swiper-slide .img-inner .page-btn:hover {
      background-color: #007440;
      color: #fff;
    }
  }
}
@media screen and (max-width: 768px) {
  #voice .swiper .swiper-wrapper .swiper-slide .img-inner .page-btn {
    overflow: hidden;
    text-decoration: underline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  #voice .swiper .swiper-wrapper .swiper-slide .img-inner .page-btn:hover {
    opacity: 0.7;
  }
}
#voice .swiper .swiper-wrapper .swiper-slide h3 {
  font-size: clamp(1.6rem, 1.7vw, 1.9rem);
  font-weight: bold;
  margin: 0 0 30px;
}
#voice .swiper .swiper-wrapper .swiper-slide h3 span {
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
  color: #389e38;
  margin: 0 0 5px;
}
#voice .swiper .swiper-wrapper .swiper-slide p {
  text-align: justify;
}
@media screen and (max-width: 600px) {
  #voice .swiper .swiper-wrapper .swiper-slide p {
    font-size: 1.3rem;
  }
}
#voice .swiper .swiper-wrapper .swiper-slide .readmore-text {
  display: none;
}
#voice .swiper .swiper-wrapper .swiper-slide .readmore-btn {
  display: inline-block;
  margin: 20px 0 0;
  text-decoration: underline;
  cursor: pointer;
}
@media (hover: hover) {
  #voice .swiper .swiper-wrapper .swiper-slide .readmore-btn:hover {
    color: #389e38;
  }
}
#voice .swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
#voice .swiper .swiper-pagination {
  bottom: 0;
}
#voice .swiper .swiper-pagination-bullet-active {
  background-color: #007440;
}
#voice .swiper .swiper-button-prev, #voice .swiper .swiper-button-next {
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#voice .swiper .swiper-button-prev::after, #voice .swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
}
#voice .swiper .swiper-button-prev {
  left: 10px;
}
@media screen and (max-width: 768px) {
  #voice .swiper .swiper-button-prev {
    left: 0;
  }
}
#voice .swiper .swiper-button-prev::after {
  border-top: solid 3px #333;
  border-left: solid 3px #333;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 43%;
}
@media (hover: hover) {
  #voice .swiper .swiper-button-prev:hover::after {
    border-top: solid 3px #389e38;
    border-left: solid 3px #389e38;
  }
}
#voice .swiper .swiper-button-next {
  right: 10px;
}
@media screen and (max-width: 768px) {
  #voice .swiper .swiper-button-next {
    right: 0;
  }
}
#voice .swiper .swiper-button-next::after {
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 43%;
}
@media (hover: hover) {
  #voice .swiper .swiper-button-next:hover::after {
    border-top: solid 3px #389e38;
    border-right: solid 3px #389e38;
  }
}

#hospital {
  background-color: #f8f6f3;
  padding: 100px 20px;
}
@media screen and (max-width: 600px) {
  #hospital {
    padding: 60px 20px;
  }
}
#hospital .hospital-list {
  max-width: 1200px;
  margin: 70px auto 0;
}
@media screen and (max-width: 600px) {
  #hospital .hospital-list {
    margin: 40px auto 0;
  }
}
#hospital .hospital-list .pref-select-area {
  margin: 0 auto 100px;
  max-width: 300px;
  font-size: 1.4rem;
  position: relative;
}
#hospital .hospital-list .pref-select-area::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #dcd4c9;
  position: absolute;
  right: 50%;
  bottom: -90px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#hospital .hospital-list .pref-select-area .pref-select-box {
  margin: 5px auto 0;
  position: relative;
}
#hospital .hospital-list .pref-select-area .pref-select-box #pref-select {
  padding: 0 0 0 20px;
  width: 100%;
  line-height: 40px;
  background: #fff;
  border: solid 2px #389e38;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333;
}
@media (hover: hover) {
  #hospital .hospital-list .pref-select-area .pref-select-box #pref-select:hover {
    background-color: #ffffdb;
  }
}
#hospital .hospital-list .pref-select-area .pref-select-box::after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 7px;
  height: 7px;
  margin: -5px 0 0 0;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #389e38;
  border-right: 2px solid #389e38;
  pointer-events: none;
}
#hospital .hospital-list .hospital-item {
  display: none;
  background-color: #fff;
  margin: 0px 0 30px;
  border-radius: 2px;
}
#hospital .hospital-list .hospital-item h3 {
  font-weight: 500;
  margin: 0px 30px 35px;
  padding: 30px 0 5px;
  border-bottom: dotted 1px #ccc;
}
@media screen and (max-width: 600px) {
  #hospital .hospital-list .hospital-item h3 {
    margin: 20px;
  }
}
#hospital .hospital-list .hospital-item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  #hospital .hospital-list .hospital-item ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
}
@media screen and (max-width: 375px) {
  #hospital .hospital-list .hospital-item ul {
    display: block;
  }
}
#hospital .hospital-list .hospital-item ul li {
  width: calc(25% - 20px);
  margin: 0 10px 30px;
}
@media screen and (max-width: 768px) {
  #hospital .hospital-list .hospital-item ul li {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 600px) {
  #hospital .hospital-list .hospital-item ul li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 375px) {
  #hospital .hospital-list .hospital-item ul li {
    width: 100% !important;
  }
}
#hospital .hospital-list .hospital-item ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  #hospital .hospital-list .hospital-item ul li a:hover {
    opacity: 0.5;
  }
}
#hospital .hospital-list .hospital-item ul li img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 600px) {
  #hospital .hospital-list .hospital-item ul li img {
    width: 40px;
    height: 40px;
  }
}
#hospital .hospital-list .hospital-item ul li span {
  display: block;
  padding: 0 0 5px 0;
  color: #aaaaaa;
  line-height: 1.2;
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  #hospital .hospital-list .hospital-item ul li span {
    font-size: 1rem;
  }
}
#hospital .hospital-list .hospital-item ul li em {
  display: block;
  overflow: hidden;
  line-height: 1.3;
  font-size: 1.3rem;
}
@media screen and (max-width: 1080px) {
  #hospital .hospital-list .hospital-item ul li em {
    font-size: 1.2rem;
  }
}

#flow {
  padding: 100px 20px;
}
@media screen and (max-width: 600px) {
  #flow {
    padding: 60px 20px;
  }
}
@media not screen and (max-width: 768px) {
  #flow ul {
    max-width: 1100px;
    margin: 70px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #flow ul {
    margin: 50px auto 0;
  }
}
#flow ul li {
  background-color: #fff;
  border: solid 1px #eee;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  width: calc(25% - 20px);
  padding: 40px 25px 30px;
}
@media not screen and (max-width: 768px) {
  #flow ul li:not(:last-child) {
    position: relative;
  }
  #flow ul li:not(:last-child)::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #93c74c;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #flow ul li {
    width: 80%;
    padding: 30px;
    margin: 0 auto;
  }
  #flow ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}
#flow ul li:last-child span {
  background: #ff9800;
}
#flow ul li img {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
}
#flow ul li span {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: absolute;
  background: #93c74c;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 10px 0 0;
}
@media not screen and (max-width: 768px) {
  #flow ul li span {
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #flow ul li span {
    top: -15px;
    left: -10px;
  }
}
#flow ul li h4 {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#flow ul li p {
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: justify;
}

#faq {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 0.3))), url("/img/new/lp-premium/faq_bg.jpg");
  background: -webkit-linear-gradient(rgba(96, 96, 96, 0.3)), url("/img/new/lp-premium/faq_bg.jpg");
  background: linear-gradient(rgba(96, 96, 96, 0.3)), url("/img/new/lp-premium/faq_bg.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 60px 20px;
  }
}
#faq h2, #faq h2 > span {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
#faq .qa-list {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
#faq .qa-list dl {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
#faq .qa-list dl:not(:last-child) {
  margin-bottom: 20px;
}
#faq .qa-list dl dt {
  padding: 20px 60px;
  font-weight: 500;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  #faq .qa-list dl dt:hover {
    color: #389e38;
  }
}
#faq .qa-list dl dt::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 30px;
  display: block;
  content: "Q";
  font-weight: 500;
  color: #389e38;
}
#faq .qa-list dl dt::after {
  position: absolute;
  top: 28px;
  right: 30px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #389e38;
  border-right: 2px solid #389e38;
}
#faq .qa-list dl dt.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#faq .qa-list dl dd {
  display: none;
  margin: 0px 30px 0;
  padding: 20px 0 20px 30px;
  border-top: dotted 1px #ccc;
  position: relative;
  text-align: justify;
}
#faq .qa-list dl dd::after {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 23px;
  left: 0px;
  display: block;
  content: "A";
  font-weight: 500;
  color: #ff9800;
}

#service {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  #service {
    padding: 60px 20px;
  }
}
#service h2 {
  font-size: 1.8rem;
}
#service ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
}
#service ul li {
  margin: 0 10px 20px;
  width: calc(20% - 20px);
}
@media screen and (max-width: 768px) {
  #service ul li {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 600px) {
  #service ul li {
    width: calc(50% - 20px);
  }
}
#service ul li h3 {
  font-size: 1.3rem;
  margin: 25px 0 20px;
}
@media screen and (max-width: 600px) {
  #service ul li h3 {
    line-height: 1.5;
    text-decoration: underline;
  }
}
#service ul li p {
  font-size: 1.2rem;
  text-align: justify;
}
#service ul li a {
  display: block;
}
@media (hover: hover) {
  #service ul li a:hover {
    opacity: 0.7;
  }
}

#pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1000;
  right: 30px;
  bottom: 30px;
}
#pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  margin: -3px 0 0 -5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) {
  #pagetop:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: solid 1px #ccc;
  font-size: 1.2rem;
  height: 400px;
}
@media not screen and (max-width: 768px) {
  footer {
    padding: 50px 20px 0;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
}
footer a:hover {
  color: #ff9800;
}
footer .inner {
  position: relative;
}
@media not screen and (max-width: 768px) {
  footer .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 270px 0 220px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 30px 20px 90px;
  }
}
footer .inner .logo {
  width: 200px;
  display: block;
}
@media not screen and (max-width: 768px) {
  footer .inner .logo {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .logo {
    margin: 0 0 30px;
  }
}
footer .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .inner ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .inner ul:first-of-type {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  footer .inner ul:first-of-type li {
    width: 48%;
    margin: 0 0 15px;
    background: #f2f2f2;
    text-align: center;
    padding: 2px;
    border-radius: 1px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner ul:last-of-type {
    display: block;
  }
}
@media not screen and (max-width: 768px) {
  footer .inner ul li {
    margin-right: 20px;
  }
}
footer .inner ul li:last-child {
  margin-right: 0;
}
footer .inner .btn-form-document, footer .inner .btn-form-contact {
  position: absolute;
  height: 30px;
  font-size: 1.3rem;
}
@media not screen and (max-width: 768px) {
  footer .inner .btn-form-document, footer .inner .btn-form-contact {
    top: 0;
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .btn-form-document, footer .inner .btn-form-contact {
    bottom: 30px;
    width: 38%;
  }
}
footer .inner .btn-form-document {
  right: 140px;
}
@media screen and (max-width: 768px) {
  footer .inner .btn-form-document {
    left: 10%;
  }
}
footer .inner .btn-form-contact {
  right: 0px;
}
@media screen and (max-width: 768px) {
  footer .inner .btn-form-contact {
    right: 10%;
  }
}
footer .copyright {
  background-color: #66553d;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 40px;
}
@media not screen and (max-width: 768px) {
  footer .copyright {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.page-form {
  font-size: 1.4rem;
}
.page-form .form-top {
  text-align: center;
  padding: 80px 10% 40px;
}
@media screen and (max-width: 600px) {
  .page-form .form-top {
    padding: 40px 20px 40px;
  }
}
.page-form .form-top h1 {
  font-size: clamp(2rem, 2.2vw, 2.6rem);
  margin: 0 0 40px;
}
@media screen and (max-width: 600px) {
  .page-form .form-top h1 {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .page-form .form-top p {
    text-align: left;
  }
}
.page-form .form-body {
  max-width: 650px;
  width: 80%;
  margin: 0 auto 120px;
  padding: 30px 0 0;
  border-top: dashed 1px #ccc;
}
@media screen and (max-width: 600px) {
  .page-form .form-body {
    width: 90%;
  }
}
.page-form .form-body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 50px;
}
.page-form .form-body table tr.inquiry-content label {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1.5;
  margin: 0 0 10px;
}
.page-form .form-body table tr.inquiry-content input[type=radio] {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  accent-color: green;
}
.page-form .form-body table tr.inquiry-content .guidance {
  font-size: 1.2rem;
  margin: 20px 0 0;
}
.page-form .form-body table tr.inquiry-content .guidance a {
  color: #389e38;
  text-decoration: underline;
}
@media (hover: hover) {
  .page-form .form-body table tr.inquiry-content .guidance a:hover {
    opacity: 0.7;
  }
}
.page-form .form-body table th {
  text-align: left;
  line-height: 1.5;
  font-weight: normal;
}
@media not screen and (max-width: 600px) {
  .page-form .form-body table th {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .page-form .form-body table th {
    margin-bottom: 10px;
  }
}
.page-form .form-body table th span {
  background: #93c74c;
  color: #fff;
  font-size: 1rem;
  margin: 0px 0 0px 8px;
  padding: 2px 5px;
  border-radius: 2px;
}
.page-form .form-body table td {
  position: relative;
}
@media not screen and (max-width: 600px) {
  .page-form .form-body table td {
    padding: 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .page-form .form-body table td {
    margin-bottom: 50px;
  }
}
.page-form .form-body table td span.mark1 {
  border: solid 2px;
  background-color: #fff;
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  padding: 0 6px;
  font-weight: bold;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  right: -50px;
}
@media screen and (max-width: 600px) {
  .page-form .form-body table td span.mark1 {
    right: 0;
    top: -50px;
  }
}
.page-form .form-body table td span.ng-mark {
  color: #ff5b00;
}
.page-form .form-body table td span.ok-mark {
  color: #0095d1;
}
.page-form .form-body table td span.error-msg {
  color: #ff5b00;
  margin: 5px 0 0;
}
@media screen and (max-width: 600px) {
  .page-form .form-body table th, .page-form .form-body table td {
    display: block;
    width: 100%;
  }
}
.page-form .form-body table input[type=text], .page-form .form-body table input[type=email], .page-form .form-body table input[type=tel], .page-form .form-body table textarea {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 1.6rem;
  background-color: #f8f6f3;
  border: solid 1px #333;
  border-radius: 2px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-form .form-body table input[type=text]::-webkit-input-placeholder, .page-form .form-body table input[type=email]::-webkit-input-placeholder, .page-form .form-body table input[type=tel]::-webkit-input-placeholder, .page-form .form-body table textarea::-webkit-input-placeholder {
  color: #bbb;
}
.page-form .form-body table input[type=text]::-moz-placeholder, .page-form .form-body table input[type=email]::-moz-placeholder, .page-form .form-body table input[type=tel]::-moz-placeholder, .page-form .form-body table textarea::-moz-placeholder {
  color: #bbb;
}
.page-form .form-body table input[type=text]:-ms-input-placeholder, .page-form .form-body table input[type=email]:-ms-input-placeholder, .page-form .form-body table input[type=tel]:-ms-input-placeholder, .page-form .form-body table textarea:-ms-input-placeholder {
  color: #bbb;
}
.page-form .form-body table input[type=text]::-ms-input-placeholder, .page-form .form-body table input[type=email]::-ms-input-placeholder, .page-form .form-body table input[type=tel]::-ms-input-placeholder, .page-form .form-body table textarea::-ms-input-placeholder {
  color: #bbb;
}
.page-form .form-body table input[type=text]::placeholder, .page-form .form-body table input[type=email]::placeholder, .page-form .form-body table input[type=tel]::placeholder, .page-form .form-body table textarea::placeholder {
  color: #bbb;
}
.page-form .form-body table input[type=text]:hover, .page-form .form-body table input[type=text]:focus, .page-form .form-body table input[type=email]:hover, .page-form .form-body table input[type=email]:focus, .page-form .form-body table input[type=tel]:hover, .page-form .form-body table input[type=tel]:focus, .page-form .form-body table textarea:hover, .page-form .form-body table textarea:focus {
  background-color: #fff;
  border: solid 1px #333;
}
.page-form .form-body table textarea {
  height: 200px;
  padding: 20px;
  font-size: 1.6rem;
  margin: 0 auto;
}
.page-form .submit-btn {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 60px;
  border-radius: 50px;
  background-color: #93c74c;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .page-form .submit-btn:hover {
    background-color: #007440;
    color: #fff;
  }
}

#thanks {
  padding: 80px 10% 40px;
}
@media not screen and (max-width: 600px) {
  #thanks {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #thanks {
    padding: 40px 20px 40px;
  }
}
#thanks h1 {
  font-size: clamp(2rem, 2.2vw, 2.6rem);
}
@media not screen and (max-width: 600px) {
  #thanks h1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  #thanks h1 {
    margin-bottom: 30px;
  }
}
#thanks a {
  display: inline-block;
  margin: 80px 0 100px;
  color: #389e38;
}
@media (hover: hover) {
  #thanks a:hover {
    opacity: 0.5;
  }
}