@charset "UTF-8";
/*------------------------------------------------------------
  reset.css
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
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%;
  vertical-align: baseline;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

ul {
  list-style: none;
}

ol {
  margin-left: 1.8em;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

input,
button,
select,
optgroup,
option,
textarea {
  margin: 0;
  font-family: initial;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  cursor: pointer;
}

button, input, select {
  overflow: visible;
}

button, select {
  text-transform: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:active,
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*------------------------------------------------------------
  setting
------------------------------------------------------------*/
html {
  font-size: 2.66666666vw;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

@media screen and (min-width: 1366px) {
  html {
    font-size: 0.69444444vw;
  }
}

@media screen and (min-width: 1536px) {
  html {
    font-size: 0.65104166vw;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 0.52083333vw;
  }
}

body {
  position: relative;
  background: #FFF;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

p {
  line-break: strict;
}

a {
  color: #000000;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a:active:not(:disabled), a:hover:not(:disabled) {
  opacity: 0.7;
}

p a {
  color: #000000;
}

button {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

button:active:not(:disabled), button:hover:not(:disabled) {
  opacity: 0.7;
}

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

video, iframe {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .tb, .pc {
    display: none !important;
  }
  .sp {
    display: revert !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp, .pc {
    display: none !important;
  }
  .tb {
    display: revert !important;
  }
}

@media screen and (min-width: 1024px) {
  .sp, .tb {
    display: none !important;
  }
  .pc {
    display: revert !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-pc {
    display: none !important;
  }
  .is-sp, .is-tb {
    display: revert !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-sp, .is-tb {
    display: none !important;
  }
  .is-pc {
    display: revert !important;
  }
}

.se .fade, .se.fade {
  opacity: 0;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
}

.se.is-in .fade, .se.is-in.fade {
  opacity: 1;
}

/*------------------------------------------------------------
  layout
------------------------------------------------------------*/
.l-container, .l-container--pt-0, .l-container--pb-0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 1024px) {
  .l-container, .l-container--pt-0, .l-container--pb-0 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.l-container--pt-0 {
  padding-top: 0;
}

.l-container--pb-0 {
  padding-bottom: 0;
}

.l-center {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .l-center {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media screen and (min-width: 1366px) {
  .l-center {
    width: calc(100rem + 10rem);
  }
}

/* ---------------------------
  header
--------------------------- */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 7.5rem;
  background: transparent;
}

@media screen and (min-width: 1024px) {
  .l-header {
    height: 13rem;
  }
}

.l-header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.l-header .logo {
  display: block;
  position: relative;
  z-index: 300;
  width: 15rem;
  margin-left: 1.5rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .l-header .logo {
    width: 28rem;
    margin-left: 5rem;
  }
}

.l-header .logo:active:not(:disabled), .l-header .logo:hover:not(:disabled) {
  opacity: 1;
}

.l-header .contact {
  margin-right: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .l-header .contact {
    margin-right: 5rem;
  }
}

.l-header .title {
  margin-bottom: 0.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .l-header .title {
    color: #FFF;
  }
}

.l-header .tel-wrap span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.0625;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-header .tel-wrap span {
    color: #FFF;
  }
}

@media screen and (min-width: 1024px) {
  .l-header .tel-wrap span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1280px) {
  .l-header .tel-wrap span {
    display: inline-block;
    margin-left: 1rem;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .l-header .tel-wrap br {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .l-header .tel-wrap br {
    display: block !important;
  }
}

.l-header .tel {
  position: relative;
  padding-left: 2.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Oswald", "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .l-header .tel {
    color: #FFF;
  }
}

@media screen and (min-width: 1024px) {
  .l-header .tel {
    padding-left: 3.2rem;
    font-size: 3.2rem;
  }
}

.l-header .tel:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 2rem;
  height: 2rem;
  background: url(../images/common/icon_tel.svg) center/100% no-repeat;
}

@media screen and (min-width: 768px) {
  .l-header .tel:before {
    background-image: url(../images/common/icon_tel_white.svg);
  }
}

@media screen and (min-width: 1024px) {
  .l-header .tel:before {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.l-main {
  overflow: hidden;
  position: relative;
}

/* ---------------------------
  footer
--------------------------- */
.l-footer {
  background: #f8f5f1;
}

/*------------------------------------------------------------
  compornent
------------------------------------------------------------*/
/*
  見出し
*/
.c-border-title {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-border-title {
    margin-bottom: 5rem;
    font-size: 2.8rem;
  }
}

.c-border-title .large {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 2.6rem;
}

@media screen and (min-width: 1024px) {
  .c-border-title .large {
    font-size: 4.2rem;
  }
}

.c-border-title .large:before {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 105%;
  height: 1.3rem;
  background: #00c19f;
}

@media screen and (min-width: 1024px) {
  .c-border-title .large:before {
    height: 2.0rem;
  }
}

.c-dot-title {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .c-dot-title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}

.c-dot-title:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
  height: 1.2rem;
  background-color: #fff;
  background-image: radial-gradient(#00c19f 20%, transparent 20%);
  background-size: 1.2rem 1.2rem;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .c-dot-title:before {
    width: 100%;
  }
}

.c-dot-title > span {
  display: inline-block;
  background: #FFF;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.c-under-bar-title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-under-bar-title {
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}

.c-under-bar-title:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 2rem;
  height: .2rem;
  background: #333333;
}

/*
  ボタン
*/
.c-color-button {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 28rem;
  min-height: 4rem;
  margin: 0 auto;
  padding: .5rem 1.5rem .5rem;
  overflow: hidden;
  border-radius: 6rem;
  background: #00c19f;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .c-color-button {
    min-width: 32rem;
    min-height: 5rem;
    padding: 1rem 3rem 1rem;
    font-size: 1.8rem;
  }
}

.c-color-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 1.7rem;
  height: 1.4rem;
  background: url(../images/common/icon_arrow.svg) center/100% no-repeat;
  -webkit-transition: right .2s ease;
  transition: right .2s ease;
}

.c-color-button:active:not(:disabled), .c-color-button:hover:not(:disabled) {
  opacity: 1;
}

.c-color-button:active:not(:disabled):after, .c-color-button:hover:not(:disabled):after {
  right: 1rem;
}

@supports (-ms-ime-align: auto) {
  .c-color-button {
    max-width: 32rem;
  }
}

/*
  テーブル
*/
.c-border-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: .3rem;
  caption-side: bottom;
}

@media screen and (min-width: 1024px) {
  .c-border-table {
    border-spacing: .5rem;
  }
}

.c-border-table tr:nth-child(2n+1) td {
  background: #f8f5f1;
}

.c-border-table th, .c-border-table td {
  padding: 1.5rem 2rem;
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {
  .c-border-table th, .c-border-table td {
    padding: 2rem 2rem;
  }
}

.c-border-table th {
  background: #eeeeee;
  text-align: center;
  color: #666;
  font-weight: 700;
}

.c-border-table td {
  text-align: left;
}

/*
  その他
*/
.c-contact-banner {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: url(../images/index/contact_bg.svg) center/cover no-repeat;
}

@media screen and (min-width: 1024px) {
  .c-contact-banner {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.c-contact-banner .title {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .c-contact-banner .title {
    margin-bottom: 1.2rem;
  }
}

.c-contact-banner .text {
  margin-bottom: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-contact-banner .text {
    margin-bottom: 4.5rem;
  }
}

.c-contact-banner .box {
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.2rem;
  padding-bottom: 2.5rem;
  border: 0.45rem solid #d61518;
  border-radius: 2rem;
  background: #FFF;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-contact-banner .box {
    max-width: 80rem;
    padding-top: 4.1rem;
    padding-bottom: 4.3rem;
    border-width: .5rem;
    border-radius: 3rem;
  }
}

.c-contact-banner h2 {
  margin-bottom: 1rem;
  color: #d61518;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (min-width: 1024px) {
  .c-contact-banner h2 {
    margin-bottom: 1.5rem;
    font-size: 3.6rem;
  }
}

.c-contact-banner .lead {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (min-width: 1024px) {
  .c-contact-banner .lead {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}

.c-contact-banner .tel {
  position: relative;
  padding-left: 4rem;
  color: #00c19f;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Oswald", "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .c-contact-banner .tel {
    padding-left: 5.5rem;
    font-size: 5.4rem;
  }
}

.c-contact-banner .tel:before {
  display: block;
  position: absolute;
  content: '';
  top: 52%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/common/icon_tel_green.svg) center/100% no-repeat;
}

@media screen and (min-width: 1024px) {
  .c-contact-banner .tel:before {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.c-green-copy {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #00c19f;
}

@media screen and (min-width: 1024px) {
  .c-green-copy {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.c-green-copy p {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-green-copy p {
    font-size: 3.2rem;
  }
}

.c-green-copy .large {
  font-size: 2.7rem;
  font-weight: 900;
}

@media screen and (min-width: 1024px) {
  .c-green-copy .large {
    font-size: 4.4rem;
  }
}

.c-green-copy figure {
  position: absolute;
  bottom: 0;
  right: .5rem;
  width: 8rem;
}

@media screen and (min-width: 1024px) {
  .c-green-copy figure {
    right: calc(50% - 36rem);
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    width: 20rem;
  }
}

@media screen and (min-width: 1280px) {
  .c-green-copy figure {
    right: calc(50% - 46rem);
  }
}

.c-green-copy--left p {
  text-align: left;
  padding-left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-green-copy--left p {
    text-align: center;
    padding-left: 0;
  }
}

.c-map-banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #f8f5f1;
}

@media screen and (min-width: 1024px) {
  .c-map-banner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.c-map-banner .box {
  max-width: 47rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 2rem;
  border-radius: 2rem;
  background: #FFF;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .box {
    max-width: none;
    padding: 5rem;
    border-radius: 3rem;
  }
}

.c-map-banner h2 {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  border-radius: 10rem;
  background: #d61518;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.05em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-map-banner h2 {
    height: 6rem;
    margin-bottom: 4rem;
    padding: 0;
    border-radius: 6rem;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-map-banner .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

@media screen and (min-width: 1536px) {
  .c-map-banner .grid {
    -ms-grid-columns: 41rem 1fr;
        grid-template-columns: 41rem 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .c-map-banner .logo {
    margin-top: -1.5rem;
  }
}

.c-map-banner .tel-wrap {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .tel-wrap {
    margin-top: 1.5rem;
  }
}

.c-map-banner .tel-wrap span {
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate(0, 0.1rem);
          transform: translate(0, 0.1rem);
  color: #333333;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .tel-wrap span {
    margin-left: 1rem;
    -webkit-transform: translate(0, -0.3rem);
            transform: translate(0, -0.3rem);
    font-size: 1.4rem;
  }
}

.c-map-banner .tel {
  position: relative;
  padding-left: 2.8rem;
  color: #d61518;
  font-size: 2.7rem;
  font-weight: 500;
  font-family: "Oswald", "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .tel {
    padding-left: 4rem;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1280px) {
  .c-map-banner .tel {
    font-size: 4.4rem;
  }
}

.c-map-banner .tel:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 2.3rem;
  height: 2.3rem;
  background: url(../images/common/icon_tel_red.svg) center/100% no-repeat;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .tel:before {
    top: 51%;
    width: 3.5rem;
    height: 3.5rem;
  }
}

.c-map-banner .parking {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3rem 1fr auto;
      grid-template-columns: 3rem 1fr auto;
  gap: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #0081cc;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .parking {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
  }
}

.c-map-banner .parking .icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  padding-bottom: .1rem;
  border-radius: 3rem;
  background: #0081cc;
  color: #FFF;
  font-size: 2.1rem;
  font-weight: 500;
  font-family: "Oswald", "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .parking .icon {
    font-size: 2.4rem;
  }
}

.c-map-banner .parking .staff {
  display: inline-block;
  padding: .7rem .6rem;
  background: #fff100;
  color: #d61518;
  font-size: 1.6rem;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .parking .staff {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
    padding: .9rem .8rem;
    font-size: 2.3rem;
  }
}

.c-map-banner .cashless-wrap {
  margin-top: 2rem;
  padding: 0 1rem 1rem;
  border: 0.3rem solid #d61518;
  border-radius: 1rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .cashless-wrap {
    margin-top: 3rem;
    padding: 0 2rem 1.5rem;
    border-radius: 1.5rem;
  }
}

.c-map-banner .cashless-title {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  margin-top: -1.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 3rem;
  background: #d61518;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .cashless-title {
    height: 3.2rem;
    margin-top: -1.6rem;
    margin-bottom: 1.2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 2rem;
  }
}

.c-map-banner .image-wrap {
  margin-top: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .c-map-banner .image-wrap {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .c-map-banner .button {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .c-grid-list, .c-grid-list--five-rows, .c-grid-list--six-rows {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    gap: 0 3rem;
  }
}

.c-grid-list li, .c-grid-list--five-rows li, .c-grid-list--six-rows li {
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .c-grid-list li, .c-grid-list--five-rows li, .c-grid-list--six-rows li {
    padding: 2rem;
    font-size: 1.8rem;
  }
}

.c-grid-list li:nth-child(2n), .c-grid-list--five-rows li:nth-child(2n), .c-grid-list--six-rows li:nth-child(2n) {
  background: #eeeeee;
}

.c-grid-list span, .c-grid-list--five-rows span, .c-grid-list--six-rows span {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .c-grid-list span, .c-grid-list--five-rows span, .c-grid-list--six-rows span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-grid-list--five-rows {
    -ms-grid-rows: (1fr)[5];
        grid-template-rows: repeat(5, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .c-grid-list--five-rows li:nth-child(2n) {
    background: transparent;
  }
  .c-grid-list--five-rows li:nth-child(2), .c-grid-list--five-rows li:nth-child(4), .c-grid-list--five-rows li:nth-child(7), .c-grid-list--five-rows li:nth-child(9) {
    background: #eeeeee;
  }
}

@media screen and (min-width: 1024px) {
  .c-grid-list--six-rows {
    -ms-grid-rows: (1fr)[6];
        grid-template-rows: repeat(6, 1fr);
  }
}

.c-word {
  display: inline-block;
  position: relative;
  color: #d61518;
  text-decoration: underline;
  cursor: default;
}

.c-word:active:not(:disabled) span, .c-word:hover:not(:disabled) span {
  opacity: 1;
  visibility: visible;
}

.c-word:before {
  content: '?';
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  top: -.8rem;
  right: -.8rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 2rem;
  background: #333333;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .c-word:before {
    top: -.9rem;
    right: -.9rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.3rem;
  }
}

.c-word span {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 16rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: .8rem .5rem .8rem 1rem;
  border-radius: .5rem;
  background: #333333;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (min-width: 1024px) {
  .c-word span {
    width: 30rem;
    padding: 1rem 1rem 1rem 1.2rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1366px) {
  .c-word span {
    width: 50rem;
  }
}

.c-word span:after {
  display: block;
  position: absolute;
  content: '';
  bottom: -.9rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-right: .8rem solid transparent;
  border-left: .8rem solid transparent;
  border-top: 1rem solid #333333;
}

.annotation {
  margin-top: 10px;
  padding: 0 10px;
}

/*------------------------------------------------------------
  index page
------------------------------------------------------------*/
.page-index .p-mv {
  padding-top: 7.5rem;
  background: url(../images/index/mv_bg.svg) center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .page-index .p-mv {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-mv {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 1366px) {
  .page-index .p-mv {
    padding-top: 13rem;
    padding-bottom: 3rem;
  }
}

.page-index .p-mv h1 {
  margin-left: 1.2rem;
  color: #000000;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.06em;
}

@media screen and (min-width: 1024px) {
  .page-index .p-mv h1 {
    margin-top: 4rem;
    margin-left: 4.5rem;
    font-size: 5.4rem;
  }
}

@media screen and (min-width: 1280px) {
  .page-index .p-mv h1 {
    font-size: 7.2rem;
  }
}

@media screen and (min-width: 1366px) {
  .page-index .p-mv h1 {
    font-size: 8.4rem;
  }
}

@media screen and (min-width: 1536px) {
  .page-index .p-mv h1 {
    margin-left: 8.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .page-index .p-mv h1 {
    margin-left: 18.5rem;
  }
}

.page-index .p-mv p {
  margin-top: 1rem;
  margin-left: 1.5rem;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (min-width: 1024px) {
  .page-index .p-mv p {
    margin-top: 3rem;
    margin-left: 5rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1280px) {
  .page-index .p-mv p {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1366px) {
  .page-index .p-mv p {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1536px) {
  .page-index .p-mv p {
    margin-left: 9rem;
  }
}

@media screen and (min-width: 1920px) {
  .page-index .p-mv p {
    margin-left: 19rem;
  }
}

.page-index .p-mv figure {
  width: 25rem;
  margin-top: -11rem;
  margin-right: 1.5rem;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .page-index .p-mv figure {
    width: 29rem;
    margin-top: -22rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-mv figure {
    width: 44rem;
    margin-top: -34rem;
    margin-right: 5rem;
  }
}

@media screen and (min-width: 1280px) {
  .page-index .p-mv figure {
    width: 55rem;
    margin-top: -42rem;
  }
}

@media screen and (min-width: 1366px) {
  .page-index .p-mv figure {
    width: 61rem;
    margin-top: -51rem;
  }
}

@media screen and (min-width: 1536px) {
  .page-index .p-mv figure {
    margin-right: 9rem;
  }
}

@media screen and (min-width: 1920px) {
  .page-index .p-mv figure {
    margin-right: 19rem;
  }
}

.page-index .p-example h2 {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  height: 4rem;
  margin-bottom: 1.6rem;
  border-radius: 4rem;
  background: #d61518;
  color: #FFF;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 1024px) {
  .page-index .p-example h2 {
    height: 7.6rem;
    margin-bottom: 3.6rem;
    border-radius: 7.6rem;
    font-size: 2.6rem;
  }
}

.page-index .p-example h2:after {
  display: block;
  position: absolute;
  content: '';
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-top: 1.6rem solid #d61518;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}

@media screen and (min-width: 1024px) {
  .page-index .p-example h2:after {
    bottom: -2.5rem;
    border-top-width: 2.6rem;
    border-right-width: 1.8rem;
    border-left-width: 1.8rem;
  }
}

.page-index .p-example li {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.7rem;
  border-bottom: 0.1rem dashed #999999;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (min-width: 1024px) {
  .page-index .p-example li {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4.1rem;
    font-size: 2.8rem;
  }
}

.page-index .p-example li:before {
  display: block;
  position: absolute;
  content: '';
  top: 1.1rem;
  left: 0;
  width: 2.2rem;
  height: 2rem;
  background: url(../images/index/icon_check.svg) center/100% no-repeat;
}

@media screen and (min-width: 1024px) {
  .page-index .p-example li:before {
    top: 2.3rem;
    width: 3.2rem;
    height: 3rem;
  }
}

.page-index .p-example li span {
  color: #d61518;
}

.page-index .p-features {
  padding-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 3.5rem;
    max-width: 100rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5rem;
  }
}

.page-index .p-features div {
  position: relative;
  max-width: 31rem;
  margin-right: auto;
  margin-left: auto;
  border: 0.45rem solid #d61518;
  border-radius: 2rem;
  background: #d61518;
  -webkit-box-shadow: .8rem .8rem 0 #ccc;
          box-shadow: .8rem .8rem 0 #ccc;
}

@media screen and (min-width: 1024px) {
  .page-index .p-features div {
    border-width: .5rem;
    border-radius: 3rem;
  }
}

.page-index .p-features div + div {
  margin-top: 3rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-features div + div {
    margin-top: 0;
  }
}

.page-index .p-features .num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  padding-top: 1.3rem;
  border-radius: 8rem;
  background: #fff100;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page-index .p-features .num {
    width: 8rem;
    height: 8rem;
    padding-top: 1.5rem;
    font-size: 1.4rem;
  }
}

.page-index .p-features .num span {
  display: block;
  font-size: 3.1rem;
  font-weight: 500;
  font-family: "Oswald", "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (min-width: 1024px) {
  .page-index .p-features .num span {
    font-size: 3.6rem;
  }
}

.page-index .p-features .num:after {
  display: block;
  position: absolute;
  content: '';
  bottom: -.3rem;
  right: -.3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: .8rem solid transparent;
  border-bottom: .8rem solid transparent;
  border-left: 2rem solid #fff100;
}

.page-index .p-features figure {
  padding: 1.8rem 1.8rem 0;
}

.page-index .p-features .title {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  color: #fff100;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page-index .p-features .title {
    display: -ms-grid;
    display: grid;
    place-items: center;
    height: 7.2rem;
    font-size: 2.4rem;
  }
}

.page-index .p-features .medium {
  font-size: 2.6rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-features .medium {
    font-size: 3rem;
  }
}

.page-index .p-features .text {
  padding: 2rem 2.5rem;
  border-radius: 0 0 1.6rem 1.6rem;
  background: #FFF;
  line-height: 1.75;
  text-align-last: left;
}

@media screen and (min-width: 1024px) {
  .page-index .p-features .text {
    height: 20.8rem;
    border-radius: 0 0 2.5rem 2.5rem;
  }
}

.page-index .p-about {
  padding-bottom: 3rem;
  background: #f8f5f1;
}

@media screen and (min-width: 1024px) {
  .page-index .p-about {
    padding-bottom: 5rem;
  }
}

.page-index .p-about .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 1fr;
      grid-template-columns: 10rem 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-about .grid {
    -ms-grid-columns: 22rem 1fr;
        grid-template-columns: 22rem 1fr;
    gap: 5rem;
    margin-bottom: 4rem;
  }
}

.page-index .p-about .copy {
  margin-bottom: 1rem;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .page-index .p-about .copy {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-about .copy {
    margin-bottom: 2rem;
    font-size: 3.6rem;
  }
}

.page-index .p-about .lead {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .page-index .p-about .lead {
    font-size: 2.4rem;
    text-align: center;
  }
}

.page-index .p-about .lead + .lead {
  margin-top: 1.5rem;
}

.page-index .p-about .images {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .page-index .p-about .images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-about .images {
    gap: 2rem;
    margin-top: 5rem;
  }
}

.page-index .p-about figure + figure {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .page-index .p-about figure + figure {
    margin-top: 0;
  }
}

.page-index .p-indexes {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-indexes {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.page-index .p-indexes .index {
  position: relative;
  width: 80vw;
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  border: 0.3rem solid #00c19f;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page-index .p-indexes .index {
    width: 100%;
    max-width: none;
  }
}

.page-index .p-indexes .index-num {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  top: -2.3rem;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 4rem;
  height: 4rem;
  border-radius: 5.4rem;
  background: #00c19f;
  color: #fff100;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Oswald", "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .page-index .p-indexes .index-num {
    top: -3.2rem;
    width: 5.4rem;
    height: 5.4rem;
    font-size: 3.2rem;
  }
}

.page-index .p-indexes .title {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transform: scale(1.009);
          transform: scale(1.009);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #00c19f;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .page-index .p-indexes .title {
    font-size: 2rem;
  }
}

.page-index .p-indexes .text-wrap {
  display: -ms-grid;
  display: grid;
  place-items: center;
  min-height: 11rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.25;
}

@media screen and (min-width: 1024px) {
  .page-index .p-indexes .text-wrap {
    min-height: 12.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.page-index .p-indexes .text_01 {
  font-size: 6.5rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-indexes .text_01 {
    font-size: 7.4rem;
  }
}

.page-index .p-indexes .text_01 span {
  font-size: 3.9rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-indexes .text_01 span {
    font-size: 4.4rem;
  }
}

.page-index .p-indexes .text_02 {
  font-size: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-indexes .text_02 {
    font-size: 2.8rem;
  }
}

.page-index .p-indexes .text_03 {
  font-size: 2.1rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-indexes .text_03 {
    font-size: 2.4rem;
  }
}

.page-index .p-indexes .text_03 span {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-indexes .text_03 span {
    font-style: 1.6rem;
  }
}

.page-index .p-service .service {
  border: 0.3rem solid #00c19f;
}

.page-index .p-service .service + .service {
  margin-top: 3rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .service + .service {
    margin-top: 5rem;
  }
}

.page-index .p-service .title-wrap {
  -webkit-transform: scale(1.006);
          transform: scale(1.006);
  padding: 1.5rem 2rem;
  background: #00c19f;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .title-wrap {
    padding: 2.5rem 5rem;
  }
}

.page-index .p-service h3 {
  position: relative;
  margin-bottom: 1rem;
  color: #FFF;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service h3 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
}

.page-index .p-service .num {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  top: -3.5rem;
  left: -3.5rem;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  padding-bottom: .3rem;
  border-radius: 1rem;
  background: #fff100;
  color: #d61518;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Oswald", "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .num {
    top: -1rem;
    left: -8rem;
    width: 6rem;
    height: 6rem;
    padding-bottom: .5rem;
    border-radius: 1.5rem;
    font-size: 3.8rem;
  }
}

.page-index .p-service .num:after {
  display: block;
  position: absolute;
  content: '';
  bottom: -.6rem;
  right: -.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid #fff100;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .num:after {
    bottom: 50%;
    right: -1.5rem;
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
  }
}

.page-index .p-service .large {
  font-size: 2.6rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .large {
    font-size: 3.6rem;
  }
}

.page-index .p-service .small {
  font-size: 0.66em;
}

.page-index .p-service .sub {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .sub {
    font-size: 1.8rem;
  }
}

.page-index .p-service .sub + .sub {
  margin-top: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .sub + .sub {
    margin-top: 2rem;
  }
}

.page-index .p-service .medium {
  font-size: 2.1rem;
  line-height: 1.25;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .medium {
    font-size: 2.4rem;
  }
}

.page-index .p-service .table-medium {
  font-size: 1.8rem;
  line-height: 1.25;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .table-medium {
    font-size: 2rem;
  }
}

.page-index .p-service .inner {
  padding: 2rem 2rem 3rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .inner {
    padding: 2.5rem 5rem 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 58rem;
  }
}

@media screen and (min-width: 1280px) {
  .page-index .p-service .icon-list {
    height: 55rem;
  }
}

.page-index .p-service .icon-list li {
  position: relative;
  padding-left: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .icon-list li {
    width: 50%;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .icon-list li:nth-child(10) {
    margin-top: 0;
  }
}

.page-index .p-service .icon-list li:before {
  display: block;
  position: absolute;
  content: '';
  top: .4rem;
  left: 0;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 2.2rem;
  background: #00c19f;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .icon-list li:before {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.page-index .p-service .icon-list li + li {
  margin-top: 1rem;
}

.page-index .p-service .icon-list .list-title {
  font-size: 1.9rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .icon-list .list-title {
    font-size: 2.2rem;
  }
}

.page-index .p-service .box {
  margin-bottom: 3rem;
  padding: 2rem 1.5rem;
  border-radius: 2rem;
  background: #fffdb4;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .box {
    margin-bottom: 5rem;
    padding: 3rem 3rem;
    border-radius: 3rem;
  }
}

.page-index .p-service .copy {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.34615384;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .copy {
    margin-top: 2.5rem;
    font-size: 2.6rem;
  }
}

.page-index .p-service .copy .small {
  font-size: .69em;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .border-list, .page-index .p-service .border-list--three-rows, .page-index .p-service .border-list--four-rows {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    gap: 0 3rem;
  }
}

.page-index .p-service .border-list li, .page-index .p-service .border-list--three-rows li, .page-index .p-service .border-list--four-rows li {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: .1rem solid #ccc;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .border-list li, .page-index .p-service .border-list--three-rows li, .page-index .p-service .border-list--four-rows li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.page-index .p-service .border-list li:nth-child(1), .page-index .p-service .border-list--three-rows li:nth-child(1), .page-index .p-service .border-list--four-rows li:nth-child(1) {
  border-top: .1rem solid #ccc;
}

.page-index .p-service .border-list .list-title, .page-index .p-service .border-list--three-rows .list-title, .page-index .p-service .border-list--four-rows .list-title {
  position: relative;
  padding-right: 6rem;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .border-list .list-title, .page-index .p-service .border-list--three-rows .list-title, .page-index .p-service .border-list--four-rows .list-title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .border-list--three-rows {
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .border-list--three-rows li:nth-child(4) {
    border-top: .1rem solid #ccc;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .border-list--four-rows {
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .border-list--four-rows li {
    width: calc(100% / 2 - 2%);
  }
  .page-index .p-service .border-list--four-rows li:nth-child(2) {
    border-top: .1rem solid #ccc;
  }
}

.page-index .p-service .border-list .price, .page-index .p-service .border-list--three-rows .price, .page-index .p-service .border-list--four-rows .price {
  position: absolute;
  top: 0;
  right: 0;
}

.page-index .p-service .table-wrap {
  overflow-x: scroll;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .table-wrap {
    overflow-x: visible;
  }
}

.page-index .p-service table {
  width: 80rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service table {
    width: 100%;
  }
}

.page-index .p-service th, .page-index .p-service td {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service th, .page-index .p-service td {
    font-size: 1.8rem;
  }
}

.page-index .p-service td {
  font-weight: 700;
  text-align: center;
}

.page-index .p-service td:nth-child(1) {
  color: #00c19f;
}

.page-index .p-service td:nth-child(3) {
  color: #d61518;
  line-height: 1.1;
}

.page-index .p-service td li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

.page-index .p-service td .price {
  font-size: 1.55em;
}

.page-index .p-service .table-p {
  padding-top: 0.2rem;
  text-align: left;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.page-index .p-service .flow li {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  border-bottom: 0.1rem dashed #999999;
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .flow li {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 4.5rem;
    font-size: 2rem;
  }
}

.page-index .p-service .flow li:nth-child(1) {
  border-top: 0.1rem dashed #999999;
}

.page-index .p-service .flow span {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  padding-bottom: 0.1rem;
  border-radius: .5rem;
  background: #d61518;
  color: #FFF;
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "Oswald", "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .flow span {
    top: 1.7rem;
    width: 3rem;
    height: 3rem;
    font-size: 2.2rem;
  }
}

.page-index .p-service .lead {
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .lead {
    font-size: 2rem;
  }
}

.page-index .p-service .tel-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #d61518;
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .tel-title {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
    font-size: 3.6rem;
  }
}

.page-index .p-service .tel {
  position: relative;
  padding-left: 4rem;
  color: #00c19f;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Oswald", "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .tel {
    padding-left: 5.5rem;
    font-size: 5.4rem;
  }
}

.page-index .p-service .tel:before {
  display: block;
  position: absolute;
  content: '';
  top: 52%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/common/icon_tel_green.svg) center/100% no-repeat;
}

@media screen and (min-width: 1024px) {
  .page-index .p-service .tel:before {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.page-index .p-faq .faq {
  background: #f8f5f1;
}

.page-index .p-faq .faq + .faq {
  margin-top: .5rem;
}

.page-index .p-faq .question,
.page-index .p-faq .answer {
  position: relative;
}

.page-index .p-faq .question span,
.page-index .p-faq .answer span {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  padding-bottom: 0.2rem;
  border-radius: 3rem;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Oswald", "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 0;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .page-index .p-faq .question span,
  .page-index .p-faq .answer span {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
}

.page-index .p-faq .question {
  padding: 2rem 5rem;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .page-index .p-faq .question {
    padding: 3rem 7rem;
    font-size: 2rem;
  }
}

.page-index .p-faq .question:active:not(:disabled), .page-index .p-faq .question:hover:not(:disabled) {
  cursor: pointer;
}

.page-index .p-faq .question.is-open:after {
  -webkit-animation: .2s ease both question-open;
          animation: .2s ease both question-open;
}

.page-index .p-faq .question.is-close:after {
  -webkit-animation: .2s ease both question-close;
          animation: .2s ease both question-close;
}

.page-index .p-faq .question:before {
  display: block;
  position: absolute;
  content: '';
  top: 3.3rem;
  right: 2.4rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 1.6rem;
  height: .2rem;
  border-radius: .2rem;
  background: #00c19f;
}

@media screen and (min-width: 1024px) {
  .page-index .p-faq .question:before {
    top: 4.4rem;
    right: 4.0rem;
  }
}

.page-index .p-faq .question:after {
  display: block;
  position: absolute;
  content: '';
  top: 3.3rem;
  right: 2.4rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: .2rem;
  height: 1.6rem;
  border-radius: .2rem;
  background: #00c19f;
}

@media screen and (min-width: 1024px) {
  .page-index .p-faq .question:after {
    top: 4.4rem;
    right: 4.0rem;
  }
}

.page-index .p-faq .question span {
  top: 2rem;
  left: 1.5rem;
  background: #00c19f;
}

@media screen and (min-width: 1024px) {
  .page-index .p-faq .question span {
    top: 3rem;
    left: 3rem;
  }
}

@-webkit-keyframes question-open {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes question-open {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes question-close {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes question-close {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-index .p-faq .answer {
  opacity: 0;
  height: 0;
  padding-right: 2rem;
  padding-left: 5rem;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .page-index .p-faq .answer {
    padding-right: 3rem;
    padding-left: 7rem;
  }
}

.page-index .p-faq .answer.is-open {
  -webkit-animation: .2s ease both answer-open;
          animation: .2s ease both answer-open;
}

@media screen and (min-width: 1024px) {
  .page-index .p-faq .answer.is-open {
    -webkit-animation: .2s ease both answer-open--pc;
            animation: .2s ease both answer-open--pc;
  }
}

.page-index .p-faq .answer.is-close {
  -webkit-animation: .2s ease both answer-close;
          animation: .2s ease both answer-close;
}

@media screen and (min-width: 1024px) {
  .page-index .p-faq .answer.is-close {
    -webkit-animation: .2s ease both answer-close--pc;
            animation: .2s ease both answer-close--pc;
  }
}

.page-index .p-faq .answer span {
  top: -.3rem;
  left: 1.5rem;
  background: #d61518;
}

@media screen and (min-width: 1024px) {
  .page-index .p-faq .answer span {
    left: 3rem;
  }
}

@-webkit-keyframes answer-open {
  0% {
    opacity: 0;
    height: 0;
    padding-bottom: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: auto;
    padding-bottom: 2rem;
  }
}

@keyframes answer-open {
  0% {
    opacity: 0;
    height: 0;
    padding-bottom: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: auto;
    padding-bottom: 2rem;
  }
}

@-webkit-keyframes answer-close {
  0% {
    opacity: 1;
    height: auto;
    padding-bottom: 2rem;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0;
    padding-bottom: 0;
  }
}

@keyframes answer-close {
  0% {
    opacity: 1;
    height: auto;
    padding-bottom: 2rem;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0;
    padding-bottom: 0;
  }
}

@-webkit-keyframes answer-open--pc {
  0% {
    opacity: 0;
    height: 0;
    padding-bottom: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: auto;
    padding-bottom: 3rem;
  }
}

@keyframes answer-open--pc {
  0% {
    opacity: 0;
    height: 0;
    padding-bottom: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: auto;
    padding-bottom: 3rem;
  }
}

@-webkit-keyframes answer-close--pc {
  0% {
    opacity: 1;
    height: auto;
    padding-bottom: 3rem;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0;
    padding-bottom: 0;
  }
}

@keyframes answer-close--pc {
  0% {
    opacity: 1;
    height: auto;
    padding-bottom: 3rem;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0;
    padding-bottom: 0;
  }
}

.page-index .p-company table {
  table-layout: fixed;
}

@media screen and (min-width: 1024px) {
  .page-index .p-company table {
    table-layout: auto;
  }
}

.page-index .p-company th {
  width: 10rem;
}

@media screen and (min-width: 1024px) {
  .page-index .p-company th {
    width: auto;
  }
}

.page-index .p-law {
  background: #f8f5f1;
}

.page-index .p-law .table-wrap {
  overflow-y: scroll;
  height: 33rem;
  padding: 2rem 1.5rem;
  background: #FFF;
}

@media screen and (min-width: 1024px) {
  .page-index .p-law .table-wrap {
    height: 34rem;
    padding: 3rem;
  }
}

/*------------------------------------------------------------
  utility
------------------------------------------------------------*/
.u-dis-none {
  display: none !important;
}

.u-dis-block {
  display: block !important;
}

.u-dis-ib {
  display: inline-block !important;
}

.u-of-hidden {
  overflow: hidden;
}

.u-pos-rel {
  position: relative;
}

.u-zi-1 {
  position: relative;
  z-index: 1;
}

.u-opa-0 {
  opacity: 0;
}

.u-opa-point-5 {
  opacity: 0.5;
}

.u-opa-point-7 {
  opacity: 0.7;
}

.u-fl-left {
  display: block;
  float: left !important;
}

img.u-fl-left {
  margin: 0 1.2rem 1.2rem 0;
}

.u-fl-right {
  display: block;
  float: right !important;
}

img.u-fl-right {
  margin: 0 0 1.2rem 1.2rem;
}

.u-wid-100pct {
  width: 100% !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-mt-small {
  margin-top: 2rem !important;
}

.u-mt-medium {
  margin-top: 3rem !important;
}

.u-mt-large {
  margin-top: 5rem !important;
}

.u-mb-small {
  margin-bottom: 2rem !important;
}

.u-mb-medium {
  margin-bottom: 3rem !important;
}

.u-mb-large {
  margin-bottom: 5rem !important;
}

.u-pt-small {
  padding-top: 2rem !important;
}

.u-pt-medium {
  padding-top: 3rem !important;
}

.u-pt-large {
  padding-top: 5rem !important;
}

.u-pb-small {
  padding-bottom: 2rem !important;
}

.u-pb-medium {
  padding-bottom: 3rem !important;
}

.u-pb-large {
  padding-bottom: 5rem !important;
}

.u-border {
  border: 0.2rem solid #000000;
}

@media screen and (min-width: 768px) {
  .u-border {
    border-width: .4rem;
  }
}

.u-br-5 {
  border-radius: .5rem;
}

.u-br-10 {
  border-radius: 1rem;
}

.u-bg-gray-yellow {
  background: #b6b3ab;
}

.u-col-white {
  color: #FFF !important;
}

.u-col-black {
  color: #000000;
}

.u-col-red {
  color: #d61518;
}

.u-col-vivid-red {
  color: #e50012;
}

.u-col-blue {
  color: #0081cc;
}

.u-col-deep-blue {
  color: #004795;
}

.u-col-dark-blue {
  color: #003B7A;
}

.u-col-green {
  color: #00A58D;
}

.u-col-yellow {
  color: #fff100;
}

.u-fs-0 {
  font-size: 0;
}

.u-fs-small {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .u-fs-small {
    font-size: 1.4rem;
  }
}

.u-fs-small-medium {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .u-fs-small-medium {
    font-size: 1.8rem;
  }
}

.u-fs-medium {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .u-fs-medium {
    font-size: 2rem;
  }
}

.u-fs-large {
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .u-fs-large {
    font-size: 3rem;
  }
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-700 {
  font-weight: 700;
}

.u-fw-900 {
  font-weight: 900;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-justify {
  text-align: justify !important;
}

.u-td-underline {
  text-decoration: underline;
}

.u-td-lt {
  text-decoration: line-through;
}

.u-ls-0 {
  letter-spacing: 0 !important;
}

.u-va-top {
  vertical-align: top !important;
}

.u-ws-nowrap {
  white-space: nowrap;
}

.u-wb-break-all {
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  img.u-fl-left {
    margin: 0 2.5rem 2.5rem 0;
  }
  img.u-fl-right {
    margin: 0 0 2.5rem 2.5rem;
  }
  .u-mt-small {
    margin-top: 3rem !important;
  }
  .u-mt-medium {
    margin-top: 5rem !important;
  }
  .u-mt-large {
    margin-top: 10rem !important;
  }
  .u-pc-mt-large {
    margin-top: 10rem !important;
  }
  .u-pc-mt-0 {
    margin-top: 0 !important;
  }
  .u-mb-small {
    margin-bottom: 3rem !important;
  }
  .u-mb-medium {
    margin-bottom: 5rem !important;
  }
  .u-mb-large {
    margin-bottom: 10rem !important;
  }
  .u-pt-small {
    padding-top: 3rem !important;
  }
  .u-pt-medium {
    padding-top: 5rem !important;
  }
  .u-pt-large {
    padding-top: 10rem !important;
  }
  .u-pb-small {
    padding-bottom: 3rem !important;
  }
  .u-pb-medium {
    padding-bottom: 5rem !important;
  }
  .u-pb-large {
    padding-bottom: 10rem !important;
  }
  .u-pc-ta-center {
    text-align: center !important;
  }
}

.u-clearfix {
  *zoom: 1;
}

.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.u-pe-none {
  pointer-events: none;
}
