@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: block;
}
@media (max-width: 768px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 768px) {
  .c-sp {
    display: block;
  }
}

.l-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: 2.5% 3% 2.5% 2.5%;
  }
}
.l-header__logo {
  width: 20%;
  height: auto;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 60%;
    height: auto;
  }
}
.l-header__information__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 6px 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.l-header__information__roop {
  width: 50px;
  height: auto;
}
.l-header__information__phone {
  width: 275px;
  height: auto;
  padding: 0 0 0 20px;
}
.l-header__define {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.l-header__define > dt {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-header__define > dd {
  padding: 0 0 0 12px;
  line-height: 1.1;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-header__icon {
  width: 125px;
  height: auto;
}

.l-footer {
  padding: 30px 0 110px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .l-footer {
    padding: 30px 0 90px;
  }
}
.l-footer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 8px 0;
}
.l-footer__list > li {
  display: inline-block;
  padding: 0 25px;
  border-right: 1px solid #000;
  line-height: 1.5;
  margin: 0 0 5px 0;
}
@media (max-width: 768px) {
  .l-footer__list > li {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .l-footer__list > li:nth-of-type(2) {
    border-right: none;
  }
}
.l-footer__list > li:last-of-type {
  border-right: none;
}
.l-footer__list > li > a {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (max-width: 768px) {
  .l-footer__list > li > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer__list > li > a:link,
.l-footer__list > li > a:visited,
.l-footer__list > li > a:hover,
.l-footer__list > li > a:active {
  color: #000;
}
.l-footer__copyright {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.c-inner1000 {
  box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-inner1000.is-needs {
  background: #fff;
}
.c-inner1000.is-last {
  transition: background 0.5s;
}
.c-inner1000.is-last.is-click {
  background: #fff;
}

.c-inner900 {
  box-sizing: content-box;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.c-inner830 {
  box-sizing: content-box;
  max-width: 830px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 768px) {
  .c-inner830 {
    padding: 0 20px;
  }
}

.c-inner770 {
  box-sizing: content-box;
  max-width: 770px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 768px) {
  .c-inner770 {
    padding: 0 20px;
  }
}

.c-inner600 {
  box-sizing: content-box;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

.c-inner472 {
  box-sizing: content-box;
  max-width: 472px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 768px) {
  .c-inner472 {
    padding: 0;
  }
}

.c-title-common, .c-title02 {
  text-align: center;
  background: #06b19c;
  padding: 30px 20px;
  margin: 0 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title-common, .c-title02 {
    padding: 20px 0;
    margin: 0 0 30px;
  }
}
.c-title-common::after, .c-title02::after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background: #06b19c;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-text-common, .c-title02 > span {
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .c-text-common, .c-title02 > span {
    line-height: 1.2;
  }
}

.c-title02 > span {
  color: #ffffff;
  font-size: 39px;
  font-size: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .c-title02 > span {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.c-title02.is-reserve > span.is-large {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 20px 0 0;
  color: #fff600;
}
@media (max-width: 768px) {
  .c-title02.is-reserve > span.is-large {
    font-size: 22.5px;
    font-size: 1.40625rem;
    margin: 0;
  }
}
.c-title02.is-reserve > span.is-small {
  color: #ffffff;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (min-width: 769px) {
  .c-title02.is-reserve > span.is-small {
    position: relative;
    top: -5px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .c-title02.is-reserve > span.is-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-title02.is-needs > span.is-small {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (max-width: 768px) {
  .c-title02.is-needs > span.is-small {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-title02.is-needs > span.is-large {
  font-size: 39px;
  font-size: 2.4375rem;
}
@media (max-width: 768px) {
  .c-title02.is-needs > span.is-large {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.c-convention {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.c-convention__title {
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-convention__title {
    top: -27px;
  }
}
.c-convention__title.is-mv {
  width: 52.87%;
}
@media screen and (max-width: 768px) {
  .c-convention__title.is-mv {
    width: 170px;
  }
}
.c-convention.is-mb {
  margin: 0 0 57px 0;
}
.c-convention__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0 0 15px 0;
  padding: 50px 0 0;
}
.float__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: center;
}
.is-mgt{
  margin-top: 20px;
}
.c-convention__inner > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .c-convention__inner {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media screen and (min-width: 769px) and (max-width: 1120px) {
  .c-convention__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .c-convention__inner {
    max-width: 350px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .c-convention__inner > * {
    min-height: 0%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-convention__inner {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.c-convention__inner.is-fixed {
  padding: 0;
}
@media (max-width: 768px) {
  .c-convention__inner.is-fixed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .c-convention__inner.is-fixed {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.c-button__notice {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-button__notice {
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0, 0;
            transform-origin: 0, 0;
    line-height: 1.7;
  }
}
@media screen and (max-width: 513px) {
  .c-button__notice {
    text-align: left;
  }
}
.c-button__notice.is-fixed {
  margin: 10px 0 0;
}

.c-button01 {
  position: relative;
}

.c-button01,
.c-button02 {
  width: calc(65% - 5px);
}

.c-button01.is-fixed{
  width: calc(33% - 20px);
}
.c-button02.is-fixed {
  width: calc(35% - 23px);
}
@media (max-width: 768px) {
  .c-button01,
.c-button02 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-button01.is-fixed{
    width: calc(17% - 5px);
  }
.c-button02.is-fixed {
    width: calc(40% - 5px);
  }
}
@media screen and (max-width: 374px) {
  .c-button01.is-fixed,
.c-button02.is-fixed {
    margin: 0 10px 7px 10px;
  }
}
.c-button01:hover,
.c-button02:hover {
  opacity: 0.8;
}

.c-button03 {
  display: inline-block;
  min-width: 0px;
  padding: 0 0;
  line-height: 1;
}

.c-inner-color.is-click {
  background: #fff;
}

/*
pc center, sp center → c-notice02
pc left, sp left → c-notice03
pc inner-small + left, sp left → c-notice03 + c-inner600
pc inner-large + left, sp left → c-notice03 + c-inner865
pc center, sp left → c-notice04
pc center, sp padding + left  → c-notice05
*/
.c-notice-common, .c-notice05, .c-notice04, .c-notice03, .c-notice02, .c-notice06{
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .c-notice-common, .c-notice05, .c-notice04, .c-notice03, .c-notice02, .c-notice06{
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 auto 25px;
  }
}

.c-notice02 {
  text-align: center;
}

.c-notice03 {
  text-align: left;
}
.c-notice03.is-last {
  padding: 20px 0 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-notice03.is-last {
    padding: 0 0 20px;
  }
}
.c-notice03.is-last.is-click {
  padding: 20px 0 50px;
}
@media (max-width: 768px) {
  .c-notice03.is-last.is-click {
    padding: 0 0 20px;
  }
}
.c-notice03 > li + .c-notice03 > li {
  margin: -22px 0 0 0;
}

.c-notice04, .c-notice06 {
  text-align: center;
}
@media (max-width: 768px) {
  .c-notice04, .c-notice06 {
    text-align: left;
  }
}

.c-notice05 {
  text-align: center;
  padding: 0 18%;
}
@media (max-width: 768px) {
  .c-notice05 {
    padding: 0;
    text-align: left;
  }
}

.c-notice06{
  margin: 15px 0 0 0;
}

.p-main-visual {
  background: #eaf8f3;
}
@media screen and (max-width: 768px) {
  .p-main-visual {
    margin: 0;
  }
}
.p-main-visual__band {
  padding: 15px 0;
  background: #06b19c;
}
@media screen and (max-width: 768px) {
  .p-main-visual__band {
    padding: 10px 0;
  }
}
.p-main-visual__band p {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-main-visual__band p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-main-visual__main {
  padding: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-main-visual__main {
    padding: 6px 0 8px;
  }
}
.p-main-visual__inner {
  padding: 0 20px;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-main-visual__inner {
    padding: 0 20px;
  }
}
.p-main-visual__img {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-main-visual__img {
    padding: 0;
  }
}
.p-main-visual__polite {
  display: block;
  margin: 0 0 20px 0;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-main-visual__polite {
    padding: 0;
    margin: 0;
  }
  .p-main-visual__polite img {
    width: 100%;
  }
}
.p-main-visual__polite__image {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 796px;
}
.p-main-visual__polite__detail {
  position: absolute;
  top: 15px;
  right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
@media screen and (min-width:768px) and (max-width:768px) {
  .p-main-visual__polite__detail {
    top: 10px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .p-main-visual__polite__detail {
    top: 24%;
    right: auto;
    left: 50%;
    translate: -50% 0;
  }
}
.p-main-visual__polite__detail.is-active {
  z-index: 2;
}
.p-main-visual__polite__detail > figure {
  width: 130px;
  height: auto;
}
@media screen and (min-width:768px) and (max-width:768px) {
  .p-main-visual__polite__detail > figure {
    width: 24vw;
    height: auto;
  }
}
@media (max-width: 767px) {
  .p-main-visual__polite__detail > figure {
    width: 28vw;
    height: auto;
  }
}
.p-main-visual__polite__more {
  position: absolute;
  top: 46px;
  right: -50px;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  width: 235px;
  background: #fff;
  border: 2px solid #06b19c;
  border-radius: 10px;
  z-index: 1;
  line-height: 1.5;
  font-weight: bold;
  display: none;
}
@media (max-width: 768px) {
  .p-main-visual__polite__more {
    font-size: 12px;
    font-size: 0.75rem;
    top: 40px;
    width: 170px;
    right: -15px;
  }
}
.p-main-visual__polite__more::after {
  position: absolute;
  content: "";
  top: -17px;
  right: 49px;
  width: 23px;
  height: 29px;
  background: url(/img/lp/teiki004/p-main-visual_polite-squeare.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .p-main-visual__polite__more::after {
    right: 30px;
  }
}
.p-main-visual__polite__more.is-active {
  display: block;
  z-index: 2;
}
.p-main-visual__modal-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  display: none;
}
.p-main-visual__modal-bg.is-active {
  display: block;
}

.p-reserve {
  background: #b2e6e1;
}
.p-reserve__top {
  position: relative;
}
.p-reserve__top::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  bottom: -110px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 50vw 0 50vw;
  border-color: #b2e6e1 transparent transparent transparent;
}
@media (max-width: 768px) {
  .p-reserve__top::after {
    bottom: -80px;
    border-width: 80px 50vw 0 50vw;
  }
}
.p-reserve__inner {
  box-sizing: content-box;
  max-width: 735px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-reserve__lead {
  text-align: center;
  margin: 0 auto 25px;
}
.p-reserve__lead > img {
  width: 275px;
  height: auto;
}
@media (max-width: 768px) {
  .p-reserve__lead > img {
    width: 195px;
  }
}
.p-reserve__list {
  margin: 0 auto 15px;
}
.p-reserve__add__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  .p-reserve__add__lead {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-reserve__add__detail {
  text-align: center;
  margin: 0 auto 30px;
}
.p-reserve__add__detail > img {
  width: 335px;
  height: auto;
}
@media (max-width: 768px) {
  .p-reserve__add__detail > img {
    width: 245px;
  }
}
.p-reserve__example__lead {
  text-align: center;
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  .p-reserve__example__lead {
    margin: 0 auto 10px;
  }
}
.p-reserve__example__lead > img {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-reserve__example__lead > img {
    max-width: 235px;
  }
}
.p-reserve__example__image {
  margin: 0 auto 18px;
}
.p-reserve__budget {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-reserve__budget {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-reserve__bottom {
  background: #fff;
  padding: 180px 0 75px;
}
@media (max-width: 768px) {
  .p-reserve__bottom {
    padding: 90px 0 38px;
  }
}
.p-reserve__logo {
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .p-reserve__logo {
    margin: 0 auto 25px;
  }
}
.p-reserve__logo > img {
  max-width: 390px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-reserve__logo > img {
    max-width: 280px;
  }
}
.p-reserve__closing {
  text-align: center;
  margin: 0 auto;
}
.p-reserve__closing > img {
  max-width: 515px;
  width: 100%;
  height: auto;
}
.p-reserve__note01 {
  margin: 0 0 80px;
}
@media (max-width: 768px) {
  .p-reserve__note01 {
    margin: 0 0 30px;
  }
}
.p-reserve .p-feature {
  padding: 60px 0;
  background: #eaf8f3;
}
@media (max-width: 768px) {
  .p-reserve .p-feature {
    padding: 20px 0;
  }
}
.p-reserve .p-feature__catch {
  width: 575px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 50px auto;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__catch {
    width: 70%;
    height: auto;
    margin: 0 auto 35px auto;
  }
}
.p-reserve .p-feature__title {
  text-align: center;
  margin: 0 0 25px 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__title {
    margin: 0 0 15px 0;
  }
}
.p-reserve .p-feature__title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url(/img/lp/teiki004/p-feature_arrow-img01.png) no-repeat center center/100%;
}
@media screen and (max-width: 768px) {
  .p-reserve .p-feature__title::after {
    width: 26px;
    height: 26px;
    right: 15px;
  }
}
.p-reserve .p-feature__title.is-open::after {
  background: url(/img/lp/teiki004/p-feature_arrow-img02.png) no-repeat center center/100%;
}
.p-reserve .p-feature__title:hover {
  cursor: pointer;
  opacity: 0.8;
}
.p-reserve .p-feature__title > img {
  width: 100%;
}
.p-reserve .p-feature__slide {
  margin: 45px 0 55px 0;
  display: none;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__slide {
    margin: 28px 0 10px;
  }
}
.p-reserve .p-feature__secure__title {
  text-align: center;
  margin: 0 auto 42px;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__secure__title {
    margin: 0 auto 26px;
  }
}
.p-reserve .p-feature__secure__title > img {
  max-width: 725px;
  width: 100%;
}
.p-reserve .p-feature__secure__image {
  margin: 0 0 42px 0;
}
.p-reserve .p-feature__secure__more {
  text-align: center;
  margin: 0 auto 58px;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__secure__more {
    margin: 0 auto 30px;
  }
}
.p-reserve .p-feature__secure__more > img {
  width: 82%;
  height: auto;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__secure__more > img {
    width: 100%;
  }
}
.p-reserve .p-feature__needs__title {
  margin: 0 0 25px 0;
}
.p-reserve .p-feature__needs__image.is-01 {
  text-align: center;
  margin: 0 auto 18px;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__needs__image.is-01 {
    margin: 0 auto 8px;
  }
}
.p-reserve .p-feature__needs__image.is-01 > img {
  max-width: 595px;
  width: 100%;
  height: auto;
}
.p-reserve .p-feature__needs__image.is-02 {
  margin: 0 0 43px 0;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__needs__image.is-02 {
    margin: 0 0 25px;
  }
}
.p-reserve .p-feature__subtitle {
  background: #06b19c;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 0;
  position: relative;
  margin: 0 0 42px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-reserve .p-feature__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .p-reserve .p-feature__subtitle {
    padding: 9px 0 9px;
    margin: 0 0 14px;
    font-size: 18px;
  }
}
.p-reserve .p-feature__subtitle::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__subtitle::after {
    top: 61%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-reserve .p-feature__special__title {
  width: 88%;
  margin: 0 0 35px;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__special__title {
    width: 100%;
  }
}
.p-reserve .p-feature__special__image {
  margin: 0 0 45px;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__special__image {
    margin: 0 0 25px;
  }
}
.p-reserve .p-feature__note01 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 20px 0 0;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-reserve .p-feature__note01 {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 5px 0 0;
    line-height: 1.5;
  }
}

.p-reserve .p-feature__note01 a {
  text-decoration: underline;
  color: #000000;
}

.p-needs {
  background: #eaf8f3;
  text-align: center;
  padding: 0 0 50px;
  transition: padding 0.3s;
}
@media (max-width: 768px) {
  .p-needs {
    padding: 0 0 20px;
  }
}
.p-needs.is-space {
  margin: 0 0 50px;
  padding: 0;
}
@media (max-width: 768px) {
  .p-needs.is-space {
    margin: 0 0 20px;
  }
}
.p-needs__slide {
  display: none;
  margin: 30px 0 0;
}
.p-needs__title__detail {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px 45px;
  position: relative;
}
.p-needs__arrow{
  position: relative;
}
@media (max-width: 768px) {
  .p-needs__title__detail {
    padding: 0 20px 0px;
  }
}
/* .p-needs__title__detail::after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 50%;
  width: 28px;
  height: 28px;
  background: #eaf8f3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
} */
.p-needs__arrow::after{
  position: absolute;
  content: "";
  bottom: -25px;
  left: 50%;
  width: 28px;
  height: 28px;
  background: #eaf8f3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-needs__item {
  margin: 0 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  .p-needs__item {
    padding: 0 0 15px;
  }
  .p-needs__item.is-open {
    margin: 0 0 40px;
  }
  .p-needs__item.is-open.is-last {
    margin: 0;
    padding: 0;
  }
}
.p-needs__item.is-click.is-space {
  margin: 0;
}
.p-needs__item__title {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-needs__item__subtitle {
  text-align: center;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .p-needs__item__subtitle {
    margin: 0 0 20px;
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-needs__item__subtitle > .is-green {
  color: #06b19c;
}
.p-needs__item__subtitle > .is-pink {
  color: #ea6077;
}
@media (max-width: 768px) {
  .p-needs__item__subtitle > .is-pink {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-needs__item__subtitle > .is-orange {
  color: #ef8436;
}
@media (max-width: 768px) {
  .p-needs__item__subtitle > .is-orange > .is-large {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-needs__item__subtitle > .is-orange > .is-space {
  padding: 0 3px;
}
@media (max-width: 768px) {
  .p-needs__item__subtitle > .is-orange > .is-space {
    padding: 0 1px;
  }
}
@media (max-width: 768px) {
  .p-needs__item__subtitle > .is-orange {
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-needs__item__subtitle.is-s-space {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .p-needs__item__subtitle.is-s-space {
    margin: 0 0 10px;
  }
}
.p-needs__item__subtitle > span > .is-green {
  color: #06b19c;
  font-size: 31px;
  font-size: 1.9375rem;
}
@media (max-width: 768px) {
  .p-needs__item__subtitle > span > .is-green {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-needs__item__subtitle > span > .is-small {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-needs__item__subtitle > span > .is-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-needs__item__notice {
  width: 73%;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .p-needs__item__notice {
    width: 100%;
  }
}
.p-needs__item__notice.is-space {
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .p-needs__item__notice.is-space {
    margin: 0 auto 26px;
  }
}
.p-needs__item__image.is-01, .p-needs__item__image.is-02, .p-needs__item__image.is-04 {
  text-align: center;
  margin: 0 auto 15px;
}
.p-needs__item__image.is-01.is-space, .p-needs__item__image.is-02.is-space, .p-needs__item__image.is-04.is-space {
  margin: 0 auto 20px;
}
.p-needs__item__image.is-01 > img, .p-needs__item__image.is-02 > img, .p-needs__item__image.is-04 > img {
  max-width: 480px;
  width: 100%;
}
.p-needs__item__image.is-03 {
  text-align: center;
  margin: 0 auto 15px;
}
.p-needs__item__image.is-03 > img {
  width: 100%;
}
.p-needs__item__image.is-05 {
  margin: 0 auto 15px;
}
.p-needs__item__image.is-05 > img {
  width: 100%;
}
.p-needs__inner {
  background: #fff;
  padding: 40px 0 180px;
}
@media (max-width: 768px) {
  .p-needs__inner {
    padding: 40px 0 125px;
  }
}
.p-needs__inner.is-last {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .p-needs__inner.is-last {
    padding: 0 0 15px;
  }
}
.p-needs__button {
  max-width: 313px;
  margin: 0 auto;
  position: absolute;
  bottom: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  transition: bottom 0.8s;
}
@media (max-width: 768px) {
  .p-needs__button {
    width: 260px;
  }
}
.p-needs__button.is-open {
  bottom: 50px;
}
.p-needs__button:hover {
  opacity: 0.8;
}
.p-needs__subtitle__free {
  text-align: center;
  color: #fff;
  background: #ea6077;
  font-weight: bold;
  display: inline-block;
  padding: 6px 25px;
  border-radius: 999px;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .p-needs__subtitle__free {
    margin: 0 0 18px;
  }
}
.p-flow {
  padding: 0 0 80px 0;
}
@media (max-width: 768px) {
  .p-flow {
    padding: 0 0 50px 0;
  }
}
.p-flow__subtitle {
  text-align: center;
  font-weight: bold;
  margin: 80px 0 45px 0;
}
@media (max-width: 768px) {
  .p-flow__subtitle {
    margin: 45px 0 35px 0;
  }
}
.p-flow__subtitle .is-large {
  color: #06b19c;
  font-size: 61px;
  font-size: 61px;
  font-size: 3.8125rem;
}
@media (max-width: 768px) {
  .p-flow__subtitle .is-large {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-flow__subtitle .is-small {
  color: #000;
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .p-flow__subtitle .is-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-flow__list > img {
  width: 100%;
}

.p-prepare {
  padding: 0 0 45px 0;
}
@media (max-width: 768px) {
  .p-prepare {
    padding: 0 0 18px;
  }
}
.p-prepare__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 96px 0 81px 0;
}
@media (max-width: 768px) {
  .p-prepare__list {
    margin: 36px 0 25px 0;
    padding: 0 25px;
  }
}
.p-prepare__list > li {
  width: calc(25% - 22.5px);
}
@media (max-width: 768px) {
  .p-prepare__list > li {
    width: calc(50% - 9px);
  }
}
@media (max-width: 768px) {
  .p-prepare__list > li:nth-of-type(1), .p-prepare__list > li:nth-of-type(2) {
    margin: 0 0 18px 0;
  }
}
.p-question {
  padding: 0 0 50px 0;
}
@media (max-width: 768px) {
  .p-question {
    padding: 0 0 18px;
  }
}
.p-question__list {
  margin: 0 0 35px;
}
.p-question__list > li {
  display: block;
  padding: 45px 0;
  border-bottom: 1px solid #06b19c;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-question__list > li {
    padding: 24px 0;
  }
}
@media (max-width: 768px) {
  .p-question__list > li.is-sp1row {
    padding: 34px 0;
  }
}
.p-question__list > li::before {
  position: absolute;
  content: "";
  top: 56px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 62px;
  height: 62px;
  background: url(/img/lp/teiki004/p-question_q-img.png) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (min-width:481px) and (max-width:768px) {
  .p-question__list > li::before {
    top: 32px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .p-question__list > li::before {
    top: 46px;
    width: 50px;
    height: 50px;
  }
}
.p-question__list > li::after {
  position: absolute;
  content: "";
  top: 56px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(/img/lp/teiki004/p-question_plus-img.png) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (min-width:481px) and (max-width:768px) {
  .p-question__list > li::after {
    top: 32px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .p-question__list > li::after {
    top: 46px;
    width: 25px;
    height: 25px;
  }
}
.p-question__list > li.is-open::after {
  background: url(/img/lp/teiki004/p-question_minus-img.png) no-repeat center center/contain;
}
.p-question__list > li.is-last {
  border-bottom: none;
  margin: 0 0 25px 0;
}
.p-question__list > li:hover {
  opacity: 0.8;
  cursor: pointer;
}
.p-question__question {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  padding: 0 35px 0 80px;
}
@media (max-width: 768px) {
  .p-question__question {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 25px 0 58px;
    line-height: 1.6;
  }
}
.p-question__slide {
  display: none;
  margin: 53px 0 0 0;
}
@media (max-width: 768px) {
  .p-question__slide {
    margin: 27px 0 0 0;
  }
}
.p-question__notice {
  text-align: right;
}
@media (max-width: 768px) {
  .p-question__notice {
    margin: 13px 0 0 0;
  }
}
.p-question__notice a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-question__notice a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-question__notice a:link, .p-question__notice a:visited, .p-question__notice a:hover, .p-question__notice a:active {
  color: #000;
}
.p-question__answer {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-question__answer {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
.p-question__answer > .is-small {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .p-question__answer > .is-small {
    font-size: 10px;
    font-size: 0.625rem;
    display: inline-block;
  }
}
.p-contact {
  background: #faf7ee;
  padding: 65px 0 45px 0;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 30px 0 25px;
  }
}
.p-contact__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 123px 0;
}
@media screen and (min-width: 769px) {
  .p-contact__title {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .p-contact__title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4;
    margin: 0 0 60px 0;
  }
}
.p-contact__title > .is-black {
  color: #000;
}
.p-contact__title > .is-pink {
  color: #06b19c;
}
.p-contact__phone {
  background: #fff;
  border-radius: 10px;
  width: 630px;
  max-width: 100%;
  margin: 0 auto 35px auto;
  padding: 50px 40px 35px 40px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-contact__phone {
    padding: 27px 23px 15px 23px;
    margin: 0 auto 15px auto;
  }
}
.p-contact__phone__image {
  width: 140px;
  height: auto;
  position: absolute;
  top: -73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-contact__phone__image {
    top: -36px;
    width: 73px;
    height: auto;
  }
}
.p-contact__phone__title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px 0;
}
@media (max-width: 768px) {
  .p-contact__phone__title {
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 0 18px 0;
  }
}
.p-contact__phone__title > .is-green {
  color: #00a12d;
}
.p-contact__phone__title > .is-orange {
  color: #ef8436;
}
.p-contact__phone__number {
  width: 452px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}
@media (max-width: 768px) {
  .p-contact__phone__number {
    width: 245px;
    height: auto;
    margin: 0 auto 8px auto;
  }
}
.p-contact__phone__price {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: 1px solid #06b19c;
  padding: 0 0 25px 0;
}
@media (max-width: 768px) {
  .p-contact__phone__price {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 0 10px 0;
  }
}
.p-contact__time__area {
  padding: 25px 0 0 0;
}
.p-contact__time__define {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .p-contact__time__define {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-contact__time__define > dt {
  font-weight: bold;
}
.p-contact__time__define > dd {
  margin: 0 0 0 50px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-contact__time__define > dd {
    margin: 0 0 0 26px;
    line-height: 1.6;
  }
}
.p-contact__notice {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-contact__notice {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}
.p-contact__notice > .is-space {
  margin: 0 0 18px 0;
}

.l-follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
  display: none;
}

.tel_area{
  display: flex;
  justify-content: center;
  line-height: 1.6;
}

.tel_area>dd{
  padding: 0 0 0 12px;
}

.date_space{
  margin-right: 22px;
}
@media (max-width: 768px) {
  .date_space{
    margin-right: 12px;
  }
}