@charset "UTF-8";

:root {
  --inner-padding-inline: 1.6rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

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

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  position: relative;
  color: #464646;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Meiryo", "メイリオ", "Times New Roman", serif;
  line-height: 1;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  body.is-navi {
    overflow: hidden;
  }
}

a {
  color: #464646;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

b {
  display: block;
}

u {
  text-decoration: underline;
}

strong {
  font-size: inherit;
}

mark {
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

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

picture {
  display: block;
}

button {
  cursor: pointer;
}

#to,
#bo {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#page {
  position: relative;
}

.test {
  content: "#FD8FAB";
}

._pc {
  display: block !important;
}
@media screen and (max-width: 960px) {
  ._pc {
    display: none !important;
  }
}

._pc-md {
  display: block !important;
}
@media screen and (max-width: 768px) {
  ._pc-md {
    display: none !important;
  }
}

._pc-sm {
  display: block !important;
}
@media screen and (max-width: 640px) {
  ._pc-sm {
    display: none !important;
  }
}

._sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp {
    display: block !important;
  }
}

._sp-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-md {
    display: block !important;
  }
}

._sp-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-sm {
    display: block !important;
  }
}

._pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 960px) {
  ._pc-ib {
    display: none !important;
  }
}

._pc-ib-md {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  ._pc-ib-md {
    display: none !important;
  }
}

._pc-ib-sm {
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  ._pc-ib-sm {
    display: none !important;
  }
}

._sp-ib {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp-ib {
    display: inline-block !important;
  }
}

._sp-ib-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-ib-md {
    display: inline-block !important;
  }
}

._sp-ib-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-ib-sm {
    display: inline-block !important;
  }
}

._pc-inline {
  display: inline !important;
}
@media screen and (max-width: 960px) {
  ._pc-inline {
    display: none !important;
  }
}

._pc-inline-md {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  ._pc-inline-md {
    display: none !important;
  }
}

._pc-inline-sm {
  display: inline !important;
}
@media screen and (max-width: 640px) {
  ._pc-inline-sm {
    display: none !important;
  }
}

._sp-inline {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp-inline {
    display: inline !important;
  }
}

._sp-inline-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-inline-md {
    display: inline !important;
  }
}

._sp-inline-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-inline-sm {
    display: inline !important;
  }
}

._center {
  text-align: center;
}

._pc-center {
  text-align: center;
}
@media screen and (max-width: 960px) {
  ._pc-center {
    text-align: left;
  }
}

._sp-center {
  text-align: left;
}
@media screen and (max-width: 960px) {
  ._sp-center {
    text-align: center;
  }
}

._font-en {
  font-family: "Marcellus", serif;
}

._is-hide {
  display: none !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.45;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFCDE7), to(#FFE2F1));
  background-image: -webkit-linear-gradient(left, #FFCDE7 0%, #FFE2F1 100%);
  background-image: linear-gradient(to right, #FFCDE7 0%, #FFE2F1 100%);
  z-index: 997;
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  padding: 0 0 0 3.8rem;
}
@media screen and (max-width: 960px) {
  #header .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
    height: 7.5rem;
  }
}

.sp-navi-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7.5rem;
  margin: 0 0 5rem;
  background-color: #FFCDE7;
}
@media screen and (max-width: 960px) {
  .sp-navi-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.sp-navi-text .in {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
.sp-navi-text .in i {
  display: block;
  margin: 0 0 -0.65rem;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.sp-site-name {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: none;
  width: 100%;
  margin: auto 0 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sp-site-name {
    display: block;
  }
}

#header-logo a {
  display: block;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #header-logo a {
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #header-logo a:hover {
    color: #FD8FAB;
  }
}

#header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.7rem;
}
@media screen and (max-width: 960px) {
  #header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 3rem;
    background-color: #FD8FAB;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 97;
  }
}
@media screen and (max-width: 960px) {
  #header-content.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
#header-content .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.4rem;
  width: 30rem;
  min-height: 6rem;
  font-weight: 500;
  background-color: #7E479A;
}
@media screen and (max-width: 960px) {
  #header-content .tel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    max-width: 30rem;
    margin: 0 0 9.65rem;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  #header-content .tel:hover {
    background-color: #FD8FAB;
  }
  #header-content .tel:hover .number {
    color: #464646;
  }
}
#header-content .tel .number {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header-content .tel .number > span {
  display: block;
  text-align: center;
}
#header-content .tel .number .i-01 {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
#header-content .tel .number .i-02 {
  margin: -0.6rem 0 0;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}
#header-content .tel .tag > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 5.3rem;
  min-height: 1.8rem;
  padding: 0 0 0.2rem;
  line-height: 1;
}
#header-content .tel .tag > span:not(:last-of-type) {
  margin: 0 0 0.4rem;
}
#header-content .tel .tag .i-01 {
  color: #000;
  background-color: #fff;
}
#header-content .tel .tag .i-01 .c-01 {
  margin: 0 0.1rem 0 0;
  font-size: 0.8rem;
}
#header-content .tel .tag .i-01 .c-02 {
  font-size: 1.4rem;
}
#header-content .tel .tag .i-02 {
  color: #7E479A;
  background-color: rgba(255, 255, 255, 0.5);
}
#header-content .tel .tag .i-02 .c-01 {
  font-size: 1.4rem;
}
#header-content .tel .tag .i-02 .c-02 {
  font-size: 0.8rem;
}

#header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.3rem;
}
@media screen and (max-width: 960px) {
  #header-navi {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 0 5rem;
  }
}
#header-navi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}
@media screen and (max-width: 960px) {
  #header-navi .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem 0;
    margin: 0 0 2.5rem;
  }
}
#header-navi .menu > li {
  min-height: 10rem;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li {
    min-height: auto;
  }
}
#header-navi .menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.429;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  #header-navi .menu > li a:hover {
    color: #FD8FAB;
  }
}
#header-navi .menu > li a i {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Marcellus", serif;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li a i {
    font-size: 2.4rem;
  }
}
#header-navi .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 4.4rem 0 4.5rem;
  min-height: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.429;
  letter-spacing: 0.12em;
  text-align: center;
  background-color: #FFCDE7;
}
@media screen and (max-width: 960px) {
  #header-navi .contact {
    min-height: auto;
    padding: 1rem 3.4rem 1.1rem 3.5rem;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  #header-navi .contact:hover {
    color: #fff;
    background-color: #7E479A;
  }
}
#header-navi .contact i {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Marcellus", serif;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 960px) {
  #header-navi .contact i {
    font-size: 2.4rem;
  }
}
#navi-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 3.8rem;
  height: 3.8rem;
  translate: 0 -50%;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  #navi-toggle {
    display: block;
  }
}
#navi-toggle.is-active i:nth-of-type(1) {
  top: 50%;
  rotate: -45deg;
}
#navi-toggle.is-active i:nth-of-type(2) {
  opacity: 0;
}
#navi-toggle.is-active i:nth-of-type(3) {
  top: 50%;
  rotate: 45deg;
}
#navi-toggle i {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 3.8rem;
  height: 0.1rem;
  background-color: #464646;
}
#navi-toggle i:nth-of-type(1) {
  top: 0.5rem;
  left: 50%;
  translate: -50% -50%;
}
#navi-toggle i:nth-of-type(2) {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#navi-toggle i:nth-of-type(3) {
  top: calc(100% - 0.5rem);
  left: 50%;
  translate: -50% -50%;
}

#main {
  padding: 10rem 0 0;
  line-height: 1.125;
  overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  #main {
    padding: 7.5rem 0 0;
    line-height: 1.2;
  }
}
#main.-pd-0 {
  padding: 0;
}

.section {
  width: 100%;
}

.inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(118rem + 1.6rem + 1.6rem);
  padding: 0 var(--inner-padding-inline);
  margin: 0 auto;
}
#footer {
  line-height: 1.45;
}
#footer-top {
  padding: 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCDE7), to(#FFE2F1));
  background-image: -webkit-linear-gradient(top, #FFCDE7 0%, #FFE2F1 100%);
  background-image: linear-gradient(to bottom, #FFCDE7 0%, #FFE2F1 100%);
}
@media screen and (max-width: 960px) {
  #footer-top {
    padding: 1rem;
  }
}
#footer-top .inside {
  padding: 10.3rem 2.4rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #footer-top .inside {
    padding: 10.3rem 2.1rem 7.9rem;
  }
}
#footer-top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10.5rem;
  max-width: 74.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #footer-top .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer-top .logo .text {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.7rem 0.4rem 0.5rem;
  font-size: 2rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #footer-top .logo .text {
    padding: 0 0 0.35rem 0;
    margin: 0 0 6.7rem;
    font-size: 1.6rem;
  }
}
#footer-top .logo .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5rem;
  background-color: rgba(253, 143, 171, 0.5);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #footer-top .logo .text::after {
    height: 0.35rem;
  }
}
#footer-top .address-01 {
  margin: 0 0 4.1rem;
}
@media screen and (max-width: 960px) {
  #footer-top .address-01 {
    margin: 0 0 1.15rem;
  }
}
#footer-top .address-01 dt {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  #footer-top .address-01 dt {
    font-size: 1.4rem;
  }
}
#footer-top .address-01 dd {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  #footer-top .address-01 dd {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
#footer-top .address-02 {
  max-width: 37.3rem;
}
@media screen and (max-width: 960px) {
  #footer-top .address-02 {
    max-width: none;
  }
}
@media screen and (max-width: 960px) {
  #footer-top .address-02 dl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#footer-top .address-02 dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer-top .address-02 dl .item:not(:last-of-type) {
  margin: 0 0 1.3rem;
}
@media screen and (max-width: 960px) {
  #footer-top .address-02 dl .item:not(:last-of-type) {
    margin: 0 0 0.1rem;
  }
}
#footer-top .address-02 dl .item.-has-tag dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer-top .address-02 dl .item.-has-tag .text {
  margin: 0 0.5em 0 0;
}
@media screen and (max-width: 960px) {
  #footer-top .address-02 dl .item.-has-tag .text {
    margin: 0 1.4rem 0 0;
  }
}
#footer-top .address-02 dl .item.-has-tag .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 12.8rem;
  height: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #footer-top .address-02 dl .item.-has-tag .tag {
    min-width: 6.4rem;
    height: 1.2rem;
    font-size: 0.8rem;
  }
}
#footer-top .address-02 dl .item.-tel dt {
  letter-spacing: 0.4em;
}
#footer-top .address-02 dl .item.-tel .tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1rem 0 0;
  background-color: #FD8FAB;
}
@media screen and (max-width: 960px) {
  #footer-top .address-02 dl .item.-tel .tag {
    padding: 0;
  }
}
#footer-top .address-02 dl .item.-mobile .tag {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 0.1rem;
  color: #fff;
  background-color: #000;
}
#footer-top .address-02 dl .item.-mobile .tag .number {
  display: inline-block;
  margin: 0 0.4rem 0 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  #footer-top .address-02 dl .item.-mobile .tag .number {
    margin: 0 0.1rem 0 0;
    font-size: 1.2rem;
  }
}
#footer-top .address-02 dl .item.-fax dt {
  letter-spacing: 0.4em;
}
#footer-top .address-02 dl .item.-mail dt {
  letter-spacing: 0.1em;
}
#footer-top .address-02 dl dt {
  width: 9.6rem;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  #footer-top .address-02 dl dt {
    width: 5.8rem;
    font-size: 1.25rem;
  }
}
#footer-top .address-02 dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  #footer-top .address-02 dl dd {
    font-size: 1.25rem;
  }
}

#footer-copyright {
  padding: 0.1rem 0.5rem 0.3rem;
  background-color: #FD8FAB;
}
@media screen and (max-width: 960px) {
  #footer-copyright {
    padding: 0.1rem 0.5rem;
  }
}
#footer-copyright small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.45;
}
@media screen and (max-width: 960px) {
  #footer-copyright small {
    font-size: 0.7rem;
  }
}

h2.style-01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
h2.style-01::before {
  content: attr(data-title);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #464646;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.27em;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  h2.style-01::before {
    font-size: 2.5rem;
  }
}
h2.style-01 > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.1em;
  border-bottom: 0.2rem solid #FD8FAB;
}
@media screen and (max-width: 960px) {
  h2.style-01 > span {
    font-size: 1.4rem;
  }
}

.more-button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 38.8rem;
  padding: 0.5rem 0.5em 0.9rem;
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.27em;
  text-align: center;
  background-color: #FD8FAB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .more-button {
    max-width: 19.4rem;
    padding: 0.3rem 0.5em 0.4rem;
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .more-button:hover {
    color: #fff;
    background-color: #7E479A;
  }
}

.form.-style-01 input[type=text],
.form.-style-01 input[type=email],
.form.-style-01 input[type=tel],
.form.-style-01 textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.9rem 2.3rem;
  letter-spacing: 0.1em;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .form.-style-01 input[type=text],
  .form.-style-01 input[type=email],
  .form.-style-01 input[type=tel],
  .form.-style-01 textarea {
    padding: 0.7rem 1.2rem 0.8rem;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.form.-style-01 input[type=text],
.form.-style-01 input[type=email],
.form.-style-01 input[type=tel] {
  max-width: 40rem;
}
@media screen and (max-width: 960px) {
  .form.-style-01 input[type=text],
  .form.-style-01 input[type=email],
  .form.-style-01 input[type=tel] {
    max-width: none;
  }
}
.form.-style-01 textarea {
  resize: vertical;
}
.form.-style-01 ::-webkit-input-placeholder {
  color: #C9B8A2;
}
.form.-style-01 ::-moz-placeholder {
  color: #C9B8A2;
}
.form.-style-01 :-ms-input-placeholder {
  color: #C9B8A2;
}
.form.-style-01 ::-ms-input-placeholder {
  color: #C9B8A2;
}
.form.-style-01 ::placeholder {
  color: #C9B8A2;
}
.form.-style-01 .select {
  position: relative;
  width: 100%;
  max-width: 40rem;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .select {
    max-width: none;
  }
}
.form.-style-01 .select::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  border-style: solid;
  border-width: 1.5rem 0.9rem 0 0.9rem;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .select::after {
    right: 1rem;
    border-width: 0.7rem 0.4rem 0 0.4rem;
  }
}
.form.-style-01 .select select {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.9rem 3.8rem 1.9rem 2.3rem;
  letter-spacing: 0.1em;
  color: #464646;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .select select {
    padding: 0.7rem 1.8rem 0.8rem 1.1rem;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.form.-style-01 .form-content {
  margin: 0 0 7.5rem;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content {
    margin: 0 0 5rem;
  }
}
.form.-style-01 .form-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.4rem 0;
  border-bottom: 0.1rem solid #AEABA7;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content .item {
    padding: 1.7rem 0;
  }
}
.form.-style-01 .form-content .item.-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form.-style-01 .form-content .item.-textarea dt {
  padding: 1.4rem 1.8rem 0 0;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content .item.-textarea dt {
    padding: 0.7rem 0.9rem 0 0;
  }
}
.form.-style-01 .form-content .item:first-of-type {
  padding-top: 0;
}
.form.-style-01 .form-content .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.form.-style-01 .form-content dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 26.5rem;
  padding: 0 1.8rem 0 0;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content dt {
    width: 13.3rem;
    padding: 0 0.9rem 0 0;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.form.-style-01 .form-content dt b {
  display: inline-block;
  padding: 0.4rem 0.3rem 0.5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 0.2rem;
  background-color: #959595;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content dt b {
    padding: 0.3rem 0.1rem 0.3rem 0.2rem;
    font-size: 1rem;
  }
}
.form.-style-01 .form-content dt b.required {
  background-color: #FD8FAB;
}
.form.-style-01 .form-content dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content dd {
    font-size: 1.1rem;
  }
}
.screen-reader-response {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: block;
  padding: 1em 0.5em;
  margin: 2.4em 0 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .wpcf7-response-output {
    font-size: 1.1rem;
  }
}

[data-status=init] .wpcf7-response-output {
  display: none;
}

[data-status=invalid] .wpcf7-response-output {
  background-color: #FD8FAB;
}

[data-status=sent] .wpcf7-response-output {
  background-color: #7E479A;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  color: #FD8FAB;
  margin: 0.5em 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 1.1rem;
  }
}

#top-branding {
  position: relative;
  line-height: 1.45;
  background-image: url("../webp/branding-bg.webp");
  background-position: left top;
  background-repeat: no-repeat no-repeat;
  background-size: 73.3rem 58.4rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top-branding {
    background-size: 23.6rem 18.8rem;
    background-image: url("../webp/sp/branding-bg.webp");
  }
}
#top-branding::after {
  content: none;
}
@media screen and (max-width: 960px) {
  #top-branding::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(24.8 * 1000vw / 375);
    height: calc(100% - 11.7rem);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE2F1), to(#FFCDE7));
    background-image: -webkit-linear-gradient(top, #FFE2F1 0%, #FFCDE7 100%);
    background-image: linear-gradient(to bottom, #FFE2F1 0%, #FFCDE7 100%);
    z-index: -1;
  }
}
#top-branding .thumbnail {
  position: relative;
  width: calc(114.1 * 1000vw / 1440);
  height: 71.4rem;
  margin: 0 0 2.6rem auto;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top-branding .thumbnail {
    width: calc(32.5 * 1000vw / 375);
    height: auto;
  }
}
#top-branding .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media screen and (max-width: 960px) {
  #top-branding .thumbnail img {
    position: static;
    height: auto;
  }
}
#top-branding .inner {
  max-width: 74.6527777778vw;
  padding: 0 0 0 9.5rem;
  margin: 0 0 0 9.9rem;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  #top-branding .inner {
    max-width: calc(98.7rem + 2.6rem + 7.9rem);
    padding: 0 7.9rem 0 2.6rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  #top-branding .inner {
    max-width: none;
    padding: 0 2.1rem 0 4.4rem;
  }
}
#top-branding .inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74.6527777778vw;
  height: 60.2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE2F1), to(#FFCDE7));
  background-image: -webkit-linear-gradient(top, #FFE2F1 0%, #FFCDE7 100%);
  background-image: linear-gradient(to bottom, #FFE2F1 0%, #FFCDE7 100%);
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  #top-branding .inner::before {
    left: -8.8rem;
  }
}
@media screen and (max-width: 960px) {
  #top-branding .inner::before {
    content: none;
  }
}
#top-branding .content {
  padding: 0 0 4.8rem;
}
#top-branding h1 > span {
  display: block;
}
#top-branding h1 .i-01 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 960px) {
  #top-branding h1 .i-01 {
    margin: 0 0 0.55rem;
    font-size: 1.3rem;
  }
}
#top-branding h1 .i-01 .small {
  font-size: 2rem;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 960px) {
  #top-branding h1 .i-01 .small {
    font-size: 1.3rem;
  }
}
#top-branding h1 .i-02 {
  margin: -0.1rem 0 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 960px) {
  #top-branding h1 .i-02 {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.25em;
  }
}

#top-about {
  padding: 20rem 0 15.7rem;
  line-height: 1.45;
  background-image: url("../webp/about-bg.webp");
  background-position: right bottom;
  background-repeat: no-repeat no-repeat;
  background-size: 82.2rem 66.9rem;
}
@media screen and (max-width: 960px) {
  #top-about {
    padding: 7.3rem 0 7.5rem;
    background-image: url("../webp/sp/about-bg.webp");
    background-size: 37.5rem 30.5rem;
  }
}
#top-about .inner {
  max-width: calc(98.7rem + 7.9rem + 2.6rem);
  padding: 0 7.9rem 0 2.6rem;
}
@media screen and (max-width: 960px) {
  #top-about .inner {
    max-width: calc(32.3rem + 2.6rem + 2.6rem);
    padding: 0 2.6rem;
  }
}
#top-about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 9.6rem;
}
@media screen and (max-width: 960px) {
  #top-about .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 0.8rem;
  }
}
#top-about .content .image-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(384 * 100% / 987);
}
@media screen and (max-width: 960px) {
  #top-about .content .image-box {
    width: calc(150 * 100% / 323);
  }
}
#top-about .content .image-box .image img {
  width: 100%;
}
#top-about .content .image-box .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0.5rem 0 0.7rem;
  color: #fff;
  font-weight: 500;
  background-color: #7E479A;
}
@media screen and (max-width: 960px) {
  #top-about .content .image-box .post {
    padding: 0.2rem 0 0.4rem;
  }
}
#top-about .content .image-box .post .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 960px) {
  #top-about .content .image-box .post .in {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top-about .content .image-box .post .i-01 {
  font-size: 2rem;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 960px) {
  #top-about .content .image-box .post .i-01 {
    margin: -0.1rem 0 0;
    font-size: 1rem;
  }
}
#top-about .content .image-box .post .i-02 {
  margin: 0 0 0 1.3rem;
}
@media screen and (max-width: 960px) {
  #top-about .content .image-box .post .i-02 {
    margin: 0 0 0 0.6rem;
  }
}
#top-about .content .image-box .post .i-02 > span {
  display: block;
}
#top-about .content .image-box .post .i-02 .c-01 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 960px) {
  #top-about .content .image-box .post .i-02 .c-01 {
    font-size: 0.7rem;
  }
}
#top-about .content .image-box .post .i-02 .c-02 {
  margin: -0.5rem 0 0;
  font-size: 2rem;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 960px) {
  #top-about .content .image-box .post .i-02 .c-02 {
    margin: -0.2rem 0 0;
    font-size: 1.2rem;
  }
}
#top-about .content .image-box .post .i-02 .c-02 .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  #top-about .content .image-box .post .i-02 .c-02 .small {
    display: block;
    font-size: 0.9rem;
    margin: -0.1rem 0 0;
  }
}
#top-about .content .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 3.4rem;
}
@media screen and (max-width: 960px) {
  #top-about .content .description {
    padding: 0 0 0 1.4rem;
  }
}
#top-about .content .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.3rem 0 3rem;
}
@media screen and (max-width: 960px) {
  #top-about .content .point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.9rem;
    margin: 0;
  }
}
#top-about .content .point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13rem;
  height: 13rem;
  font-size: 2rem;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  border: 0.1rem solid #7E479A;
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 960px) {
  #top-about .content .point li {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1.05rem;
    line-height: 1.143;
  }
}
@media screen and (max-width: 960px) {
  #top-about .text-box.-i-01 {
    margin: 0 0 2.5rem;
  }
}
#top-about .text-box.-i-01 p {
  font-size: 2rem;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 960px) {
  #top-about .text-box.-i-01 p {
    font-size: 1.2rem;
    letter-spacing: 0.25em;
    text-align: center;
  }
}
#top-about .text-box.-i-01 p:not(:last-of-type) {
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 960px) {
  #top-about .text-box.-i-01 p:not(:last-of-type) {
    margin: 0 0 0.35rem;
  }
}
#top-about .text-box.-i-01 .tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 4.3rem 0.4rem;
  margin: 2.9rem 0 0;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.27em;
  background-color: #7E479A;
}
@media screen and (max-width: 960px) {
  #top-about .text-box.-i-01 .tag {
    padding: 0 1.75rem 0.15rem;
    margin: 1.2rem auto 0;
    font-size: 1.2rem;
    letter-spacing: 0.35em;
  }
}
@media screen and (max-width: 960px) {
  #top-about .text-box.-i-02 {
    margin: 0 0 1.4rem;
  }
}
#top-about .text-box.-i-02 p {
  font-size: 1.6rem;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 960px) {
  #top-about .text-box.-i-02 p {
    font-size: 1.2rem;
    letter-spacing: 0.25em;
    text-align: center;
  }
}
#top-about .text-box.-i-02 p:not(:last-of-type) {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 960px) {
  #top-about .text-box.-i-02 p:not(:last-of-type) {
    margin: 0 0 0.9rem;
  }
}
#top-about .button-wrap .caption {
  display: block;
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.27em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-about .button-wrap .caption {
    margin: 0 0 0.7rem;
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.25em;
  }
}
#top-facility {
  padding: 11.3rem 0 16rem;
  line-height: 1.45;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE2F1), to(#FFCDE7));
  background-image: -webkit-linear-gradient(top, #FFE2F1 0%, #FFCDE7 100%);
  background-image: linear-gradient(to bottom, #FFE2F1 0%, #FFCDE7 100%);
}
@media screen and (max-width: 960px) {
  #top-facility {
    padding: 8.2rem 0 5.3rem;
  }
}
#top-facility .inner {
  padding: 0 2.1rem;
}
@media screen and (max-width: 960px) {
  #top-facility .inner {
    max-width: calc(33.3rem + 2.1rem + 2.1rem);
  }
}
#top-facility h2 {
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 960px) {
  #top-facility h2 {
    margin-bottom: 0.7rem;
  }
}
#top-facility h3 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.27em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-facility h3 {
    font-size: 1.2rem;
  }
}
#top-facility h4 {
  width: 100%;
  max-width: 82rem;
  padding: 0.3rem 0 0.6rem;
  margin: 0 auto 6rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  background-color: #7E479A;
}
@media screen and (max-width: 960px) {
  #top-facility h4 {
    padding: 0.1rem 0 0.3rem;
    margin: 0 auto 5.1rem;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
  }
}
#top-facility h4 .small {
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  #top-facility h4 .small {
    display: block;
    font-size: 1.2rem;
  }
}
#top-facility .facility-image {
  max-width: 77rem;
  margin: 0 auto 6.8rem;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-image {
    max-width: auto;
    margin: 0 auto 5.1rem;
  }
}
#top-facility .facility-image > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.8rem 5rem;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-image > ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem 0;
  }
}
#top-facility .facility-image > ul > li {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 960px) {
  #top-facility .facility-image > ul > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#top-facility .facility-image > ul > li .image {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-image > ul > li .image {
    max-width: 18rem;
    margin: 0 auto 0.3rem;
  }
}
#top-facility .facility-image > ul > li .image img {
  width: 100%;
}
#top-facility .facility-image > ul > li h5 {
  text-align: center;
}
#top-facility .facility-image > ul > li h5 > span {
  display: block;
}
#top-facility .facility-image > ul > li h5 .i-01 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-image > ul > li h5 .i-01 {
    font-size: 1.2rem;
  }
}
#top-facility .facility-image > ul > li h5 .i-01 .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-image > ul > li h5 .i-01 .small {
    font-size: 0.8rem;
  }
}
#top-facility .facility-image > ul > li h5 .i-02 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-image > ul > li h5 .i-02 {
    font-size: 1.05rem;
  }
}
#top-facility .facility-tag {
  max-width: 83.4rem;
  margin: 0 auto 5.5rem;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-tag {
    max-width: 19.4rem;
    margin: 0 auto 2.4rem;
  }
}
#top-facility .facility-tag > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5.8rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-tag > ul {
    grid-template-columns: 1fr;
    gap: 2.5rem 0;
  }
}
#top-facility .facility-tag > ul > li {
  padding: 1.4rem 0 1.2rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.27em;
  background-color: #7E479A;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-tag > ul > li {
    padding: 0.6rem 0 0.7rem;
    font-size: 1.2rem;
  }
}
#top-facility .facility-feature {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.1rem;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-feature {
    margin: 0 auto 3.15rem;
  }
}
@media screen and (max-width: 960px) {
  #top-facility .facility-feature > ul {
    padding: 0 1.2rem 0 0;
  }
}
#top-facility .facility-feature > ul > li {
  position: relative;
  padding: 0 0 0 1.1em;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-feature > ul > li {
    font-size: 1rem;
    line-height: 1;
  }
}
#top-facility .facility-feature > ul > li:not(:last-of-type) {
  margin: 0 0 1lh;
}
#top-facility .facility-feature > ul > li::before {
  content: "◆";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#top-facility .facility-address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-address {
    margin: 0 auto 2.4rem;
  }
}
#top-facility .facility-address address {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-address address {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
}
#top-facility .facility-message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8.8rem;
}
@media screen and (max-width: 960px) {
  #top-facility .facility-message {
    margin: 0 auto 3.7rem;
  }
}
@media screen and (max-width: 960px) {
  #top-facility .facility-message p {
    font-size: 1rem;
    letter-spacing: 0.15em;
  }
}
#top-plan {
  padding: 11.3rem 0 16.3rem;
  line-height: 1.45;
  background-image: url("../webp/plan-bg.webp");
  background-position: left bottom;
  background-repeat: no-repeat no-repeat;
  background-size: 82.2rem 66.9rem;
  background-color: rgba(255, 172, 215, 0.2);
}
@media screen and (max-width: 960px) {
  #top-plan {
    padding: 8.2rem 0 2.8rem;
    background-image: url("../webp/sp/plan-bg.webp");
    background-size: 34.5rem 28.1rem;
  }
}
#top-plan .inner {
  max-width: calc(118rem + 2.1rem + 2.1rem);
  padding: 0 2.1rem;
}
#top-plan h2 {
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 960px) {
  #top-plan h2 {
    margin-bottom: 1.3rem;
  }
}
#top-plan .lead {
  margin-bottom: 5.7rem;
  letter-spacing: 0.27em;
  line-height: 1.45;
}
@media screen and (max-width: 960px) {
  #top-plan .lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem;
    margin-inline: auto;
    margin-bottom: 1.3rem;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
#top-plan .plan-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin: 0 auto 6.3rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list {
    gap: 2rem;
    margin: 0 auto 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  #top-plan .plan-list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 2.5rem;
  }
}
#top-plan .plan-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top-plan .plan-list > li.no-thumbnail .box-content .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 465/224;
  margin-top: 8.285rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li.no-thumbnail .box-content .title-wrap {
    margin-top: 4.215rem;
  }
}
#top-plan .plan-list > li.no-thumbnail .box-content h4 {
  margin: 0;
  margin-top: -4.1425rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li.no-thumbnail .box-content h4 {
    margin-top: -2.1075rem;
  }
}
#top-plan .plan-list > li.no-thumbnail .box-content .price {
  margin: -1.1rem auto 2.9rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li.no-thumbnail .box-content .price {
    margin: -0.6rem auto 0.9rem;
  }
}
#top-plan .plan-list > li.no-thumbnail .box-content .price .text {
  display: block;
  margin: 0.6rem 0 0;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li.no-thumbnail .box-content .price .text {
    margin: -0.2rem 0 0;
    font-size: 1.3rem;
  }
}
#top-plan .plan-list > li:nth-of-type(1) {
  --color: #FFABC1;
}
#top-plan .plan-list > li:nth-of-type(1) .box-title {
  background-color: #FEC2D2;
}
#top-plan .plan-list > li:nth-of-type(1) .box-content {
  background-color: rgba(254, 194, 210, 0.35);
}
#top-plan .plan-list > li:nth-of-type(1) .box-content .tag li {
  background-color: #FEC2D2;
}
#top-plan .plan-list > li:nth-of-type(2) {
  --color: #FD8FAB;
}
#top-plan .plan-list > li:nth-of-type(2) .box-title h3 {
  color: #fff;
}
#top-plan .plan-list > li:nth-of-type(2) .box-content {
  background-color: rgba(253, 143, 171, 0.2);
}
#top-plan .plan-list > li:nth-of-type(2) .box-content .tag li {
  color: #fff;
}
#top-plan .plan-list > li:nth-of-type(3) {
  --color: #FB6F92;
}
#top-plan .plan-list > li:nth-of-type(3) .box-title h3 {
  color: #fff;
}
#top-plan .plan-list > li:nth-of-type(3) .box-content {
  background-color: rgba(251, 111, 146, 0.2);
}
#top-plan .plan-list > li:nth-of-type(3) .box-content .tag li {
  color: #fff;
}
#top-plan .plan-list > li:nth-of-type(4) {
  --color: #9D93FF;
}
#top-plan .plan-list > li:nth-of-type(4) .box-title {
  background-color: #B4ADFA;
}
#top-plan .plan-list > li:nth-of-type(4) .box-content {
  background-color: #E6E3FF;
}
#top-plan .plan-list > li:nth-of-type(4) .box-content .tag li {
  background-color: #B4ADFA;
}
#top-plan .plan-list > li:nth-of-type(5) {
  --color: #7E479A;
}
#top-plan .plan-list > li:nth-of-type(5) .box-title h3 {
  color: #fff;
}
#top-plan .plan-list > li:nth-of-type(5) .box-content {
  background-color: rgba(126, 71, 154, 0.2);
}
#top-plan .plan-list > li:nth-of-type(5) .box-content .tag li {
  color: #fff;
}
#top-plan .plan-list > li:nth-of-type(6) {
  --color: #4E4D4D;
}
#top-plan .plan-list > li:nth-of-type(6) .box-title h3 {
  color: #fff;
}
#top-plan .plan-list > li:nth-of-type(6) .box-content {
  background-color: #D8D8D8;
}
#top-plan .plan-list > li:nth-of-type(6) .box-content .tag li {
  color: #fff;
}
#top-plan .plan-list > li .box-title {
  padding: 1.5rem 0;
  text-align: center;
  background-color: var(--color);
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-title {
    padding: 0.5rem 0;
  }
}
#top-plan .plan-list > li .box-title h3 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-title h3 {
    font-size: 1.25rem;
  }
}
#top-plan .plan-list > li .box-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2.1rem 5rem 3.5rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content {
    padding: 1.1rem 2.5rem 1.8rem;
  }
}
#top-plan .plan-list > li .box-content h4 {
  margin: 0 0 0.6rem;
  color: var(--color);
  font-size: 5.3rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content h4 {
    margin: 0 0 0.3rem;
    font-size: 2.7rem;
  }
}
#top-plan .plan-list > li .box-content h4 .small {
  font-size: 3.6rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content h4 .small {
    font-size: 1.8rem;
  }
}
#top-plan .plan-list > li .box-content .image img {
  width: 100%;
}
#top-plan .plan-list > li .box-content .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -1.1rem auto 2.4rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .price {
    margin: -0.6rem auto 0.9rem;
  }
}
#top-plan .plan-list > li .box-content .price > span {
  display: block;
}
#top-plan .plan-list > li .box-content .price .notax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color);
}
#top-plan .plan-list > li .box-content .price .notax .i-01 {
  margin: 0 0.3rem 0 0;
  font-size: 7.3rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .price .notax .i-01 {
    margin: 0 0.2rem 0 0;
    font-size: 3.7rem;
  }
}
#top-plan .plan-list > li .box-content .price .notax .i-02 {
  margin: 0 0 1.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .price .notax .i-02 {
    margin: 0 0 0.7rem;
  }
}
#top-plan .plan-list > li .box-content .price .notax .i-02 > span {
  display: block;
}
#top-plan .plan-list > li .box-content .price .notax .i-02 .c-01 {
  margin: 0 0 0 -0.1rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .price .notax .i-02 .c-01 {
    margin: 0 0 0 -0.1rem;
    font-size: 0.9rem;
  }
}
#top-plan .plan-list > li .box-content .price .notax .i-02 .c-02 {
  margin: -1.5rem 0 0;
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .price .notax .i-02 .c-02 {
    margin: -0.8rem 0 0;
    font-size: 2rem;
  }
}
#top-plan .plan-list > li .box-content .price .tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -1.2rem auto 0;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .price .tax {
    margin: -0.6rem auto 0;
  }
}
#top-plan .plan-list > li .box-content .price .tax .i-01 {
  margin: 0 0 0.6rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .price .tax .i-01 {
    margin: 0 0 0.2rem;
    font-size: 1.1rem;
  }
}
#top-plan .plan-list > li .box-content .price .tax .i-02 {
  margin: 0 0.1rem 0 0.2rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .price .tax .i-02 {
    margin: 0 0.1rem 0 0.1rem;
    font-size: 1.6rem;
  }
}
#top-plan .plan-list > li .box-content .price .tax .i-03 {
  margin: 0 0.2rem 0.3rem 0;
  font-size: 2.1rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .price .tax .i-03 {
    margin: 0 0.1rem 0.2rem 0;
    font-size: 1.05rem;
  }
}
#top-plan .plan-list > li .box-content .price .tax .i-04 {
  margin: 0 0 0.4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .price .tax .i-04 {
    margin: 0 0 0.2rem;
    font-size: 1rem;
  }
}
#top-plan .plan-list > li .box-content .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .tag {
    gap: 0 0.5rem;
  }
}
#top-plan .plan-list > li .box-content .tag li {
  display: block;
  min-width: 8.6rem;
  padding: 0.4rem 0 0.5rem;
  font-size: 2.1rem;
  line-height: 1;
  text-align: center;
  border-radius: 0.3rem;
  background-color: var(--color);
}
@media screen and (max-width: 960px) {
  #top-plan .plan-list > li .box-content .tag li {
    min-width: 5.3rem;
    padding: 0.2rem 0 0.3rem;
    font-size: 1.3rem;
    border-radius: 0.2rem;
  }
}
#top-plan .caption-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top-plan .caption-box {
    padding: 0 1rem 0 0;
  }
}
#top-plan .caption-box li {
  position: relative;
  padding: 0 0 0 3.9rem;
  counter-increment: number;
}
@media screen and (max-width: 960px) {
  #top-plan .caption-box li {
    padding: 0 0 0 2.5rem;
  }
}
#top-plan .caption-box li:not(:last-of-type) {
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 960px) {
  #top-plan .caption-box li:not(:last-of-type) {
    margin: 0 0 1rem;
  }
}
#top-plan .caption-box li::before {
  content: "※" counter(number);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-plan .caption-box li::before {
    font-size: 1.25rem;
  }
}
#top-plan .caption-box li p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-plan .caption-box li p {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
  }
}
#top-plan .caption-box li p:not(:last-of-type) {
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 960px) {
  #top-plan .caption-box li p:not(:last-of-type) {
    margin: 0 0 1rem;
  }
}

#top-comparison {
  padding: 11.3rem 0 16.3rem;
  min-height: 72rem;
  background-image: url("../webp/comparison-bg.webp");
  background-position: right top;
  background-repeat: no-repeat no-repeat;
  background-size: 73.3rem 58.4rem;
  background-color: rgba(255, 172, 215, 0.3);
}
@media screen and (max-width: 960px) {
  #top-comparison {
    padding: 8.2rem 0 6rem;
    background-image: url("../webp/sp/comparison-bg.webp");
    background-size: 31.2rem 25.6rem;
  }
}
#top-comparison .inner {
  max-width: calc(118rem + 2.5rem + 2.5rem);
  padding: 0 2.5rem;
}
#top-comparison h2 {
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 960px) {
  #top-comparison h2 {
    margin-bottom: 4.9rem;
  }
}
#top-comparison .comparison-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6.3rem;
  line-height: 1.45;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table {
    width: calc(100% + 2.5rem);
    padding: 0 2.5rem 0 0;
    margin: 0 auto 2.2rem;
    overflow-x: auto;
  }
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table {
    margin: 0 auto;
  }
}
#top-comparison .comparison-table table thead th:nth-of-type(1) {
  position: relative;
  min-width: 18rem;
  padding: 1.6rem 0;
  vertical-align: middle;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:nth-of-type(1) {
    min-width: 9rem;
  }
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:nth-of-type(1) {
    padding: 0.5rem 0;
  }
}
#top-comparison .comparison-table table thead th:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 0.5rem);
  background-color: #CBCBCB;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:nth-of-type(1)::before {
    height: calc(100% - 0.25rem);
  }
}
#top-comparison .comparison-table table thead th:nth-of-type(1) .in {
  font-size: 1.8rem;
  line-height: 1.45;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:nth-of-type(1) .in {
    font-size: 1.1rem;
  }
}
#top-comparison .comparison-table table thead th:not(:first-of-type) {
  position: relative;
  min-width: 20rem;
  padding: 0 0 1.1rem 2.5rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:not(:first-of-type) {
    min-width: 10rem;
  }
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:not(:first-of-type) {
    padding: 0 0 0.6rem 1.25rem;
  }
}
#top-comparison .comparison-table table thead th:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: calc(100% - 2.5rem);
  height: 100%;
  background-color: var(--background-color);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:not(:first-of-type)::before {
    left: 1.25rem;
    width: calc(100% - 1.25rem);
  }
}
#top-comparison .comparison-table table thead th:not(:first-of-type)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 4.9rem);
  height: 0.1rem;
  right: 1.2rem;
  bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:not(:first-of-type)::after {
    width: calc(100% - 2.45rem);
    right: 0.6rem;
  }
}
#top-comparison .comparison-table table thead th:not(:first-of-type) .title {
  display: block;
  padding: 1rem 0;
  font-size: 2.1rem;
  font-weight: 400;
  background-color: var(--color);
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:not(:first-of-type) .title {
    padding: 0.5rem 0;
    font-size: 1.05rem;
  }
}
#top-comparison .comparison-table table thead th:not(:first-of-type) .price {
  padding: 0.1rem 0 0;
  color: var(--color);
  font-weight: 400;
}
#top-comparison .comparison-table table thead th:not(:first-of-type) .price > span {
  display: block;
  text-align: center;
}
#top-comparison .comparison-table table thead th:not(:first-of-type) .price .notax {
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:not(:first-of-type) .price .notax {
    font-size: 0.9rem;
  }
}
#top-comparison .comparison-table table thead th:not(:first-of-type) .price .notax .number {
  margin: 0 0.1rem 0 0;
  font-size: 3.2rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:not(:first-of-type) .price .notax .number {
    font-size: 1.6rem;
  }
}
#top-comparison .comparison-table table thead th:not(:first-of-type) .price .tax {
  margin: -0.2rem 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:not(:first-of-type) .price .tax {
    font-size: 0.8rem;
  }
}
#top-comparison .comparison-table table thead th:not(:first-of-type) .price .tax .number {
  margin: 0 0.1rem 0 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table thead th:not(:first-of-type) .price .tax .number {
    font-size: 1.2rem;
  }
}
#top-comparison .comparison-table table thead th:nth-of-type(2) {
  --color: #FEC2D2;
  --background-color: rgba(254, 194, 210, 0.2);
}
#top-comparison .comparison-table table thead th:nth-of-type(2) .price {
  color: #FD8FAB;
}
#top-comparison .comparison-table table thead th:nth-of-type(3) {
  --color: #FD8FAB;
  --background-color: rgba(253, 143, 171, 0.2);
}
#top-comparison .comparison-table table thead th:nth-of-type(3) .title {
  color: #fff;
}
#top-comparison .comparison-table table thead th:nth-of-type(4) {
  --color: #FB6F92;
  --background-color: rgba(251, 111, 146, 0.2);
}
#top-comparison .comparison-table table thead th:nth-of-type(4) .title {
  color: #fff;
}
#top-comparison .comparison-table table thead th:nth-of-type(5) {
  --color: #B4ADFA;
  --background-color: #E6E3FF;
}
#top-comparison .comparison-table table thead th:nth-of-type(6) {
  --color: #7E479A;
  --background-color: rgba(126, 71, 154, 0.2);
}
#top-comparison .comparison-table table thead th:nth-of-type(6) .title {
  color: #fff;
}
#top-comparison .comparison-table table tbody tr:not(:last-of-type) td {
  position: relative;
  z-index: 0;
}
#top-comparison .comparison-table table tbody tr:not(:last-of-type) td::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 4.9rem);
  height: 0.1rem;
  right: 1.2rem;
  bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody tr:not(:last-of-type) td::after {
    width: calc(100% - 2.45rem);
    right: 0.6rem;
  }
}
#top-comparison .comparison-table table tbody tr:last-of-type td {
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody tr:last-of-type td {
    padding-bottom: 0.6rem;
  }
}
#top-comparison .comparison-table table tbody tr td:nth-of-type(1) {
  --color: #FEC2D2;
}
#top-comparison .comparison-table table tbody tr td:nth-of-type(1)::before {
  background-color: rgba(254, 194, 210, 0.2);
}
#top-comparison .comparison-table table tbody tr td:nth-of-type(2) {
  --color: #FD8FAB;
}
#top-comparison .comparison-table table tbody tr td:nth-of-type(2)::before {
  background-color: rgba(253, 143, 171, 0.2);
}
#top-comparison .comparison-table table tbody tr td:nth-of-type(3) {
  --color: #FB6F92;
}
#top-comparison .comparison-table table tbody tr td:nth-of-type(3)::before {
  background-color: rgba(251, 111, 146, 0.2);
}
#top-comparison .comparison-table table tbody tr td:nth-of-type(4) {
  --color: #B4ADFA;
}
#top-comparison .comparison-table table tbody tr td:nth-of-type(4)::before {
  background-color: #E6E3FF;
}
#top-comparison .comparison-table table tbody tr td:nth-of-type(5) {
  --color: #7E479A;
}
#top-comparison .comparison-table table tbody tr td:nth-of-type(5)::before {
  background-color: rgba(126, 71, 154, 0.2);
}
#top-comparison .comparison-table table tbody th {
  position: relative;
  min-width: 18rem;
  padding: 1.6rem 0;
  vertical-align: middle;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody th {
    min-width: 9rem;
    padding: 0.5rem 0;
  }
}
#top-comparison .comparison-table table tbody th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% - 1rem);
  background-color: #CBCBCB;
  translate: 0 -50%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody th::before {
    height: calc(100% - 0.5rem);
  }
}
#top-comparison .comparison-table table tbody th .in {
  font-size: 1.8rem;
  line-height: 1.45;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody th .in {
    font-size: 1.1rem;
  }
}
#top-comparison .comparison-table table tbody th .in .small {
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody th .in .small {
    font-size: 0.8rem;
  }
}
#top-comparison .comparison-table table tbody td {
  position: relative;
  min-width: 20rem;
  padding: 1rem 0 1.1rem 2.5rem;
  vertical-align: middle;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody td {
    min-width: 10rem;
    padding: 0.5rem 0 0.6rem 1.25rem;
  }
}
#top-comparison .comparison-table table tbody td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: calc(100% - 2.5rem);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody td::before {
    left: 1.25rem;
    width: calc(100% - 1.25rem);
  }
}
#top-comparison .comparison-table table tbody td .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-comparison .comparison-table table tbody td .mark {
  display: inline-block;
  position: relative;
}
#top-comparison .comparison-table table tbody td .mark.-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--color);
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody td .mark.-circle {
    width: 2rem;
    height: 2rem;
  }
}
#top-comparison .comparison-table table tbody td .mark.-cross {
  position: relative;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody td .mark.-cross {
    width: 2rem;
    height: 2rem;
  }
}
#top-comparison .comparison-table table tbody td .mark.-cross i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  background-color: #a0a0a0;
  translate: -50% -50%;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody td .mark.-cross i {
    height: 0.1rem;
  }
}
#top-comparison .comparison-table table tbody td .mark.-cross i:nth-of-type(1) {
  rotate: -45deg;
}
#top-comparison .comparison-table table tbody td .mark.-cross i:nth-of-type(2) {
  rotate: 45deg;
}
#top-comparison .comparison-table table tbody td .mark .text {
  display: block;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: -5rem;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison-table table tbody td .mark .text {
    right: -2.5rem;
    font-size: 0.9rem;
  }
}
#top-comparison .caption-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#top-comparison .caption-box p {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-comparison .caption-box p {
    font-size: 1.25rem;
  }
}
#top-comparison .caption-box p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(52%, rgba(253, 143, 171, 0.5)), color-stop(100%, rgba(253, 143, 171, 0.5)), to(transparent));
  background: -webkit-linear-gradient(transparent 52%, rgba(253, 143, 171, 0.5) 52%, rgba(253, 143, 171, 0.5) 100%, transparent 100%);
  background: linear-gradient(transparent 52%, rgba(253, 143, 171, 0.5) 52%, rgba(253, 143, 171, 0.5) 100%, transparent 100%);
}
@media screen and (max-width: 960px) {
  #top-comparison .caption-box p span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, transparent), color-stop(61%, rgba(253, 143, 171, 0.5)), color-stop(94%, rgba(253, 143, 171, 0.5)), color-stop(94%, transparent));
    background: -webkit-linear-gradient(transparent 61%, rgba(253, 143, 171, 0.5) 61%, rgba(253, 143, 171, 0.5) 94%, transparent 94%);
    background: linear-gradient(transparent 61%, rgba(253, 143, 171, 0.5) 61%, rgba(253, 143, 171, 0.5) 94%, transparent 94%);
  }
}
#top-comparison .caption-box p span:first-of-type {
  padding-left: 1.2rem;
}
@media screen and (max-width: 960px) {
  #top-comparison .caption-box p span:first-of-type {
    padding-left: 0;
  }
}

#top-access {
  padding: 11.3rem 0 16rem;
  background-color: rgba(255, 172, 215, 0.2);
}
@media screen and (max-width: 960px) {
  #top-access {
    padding: 8.2rem 0 6rem;
  }
}
#top-access .inner {
  max-width: calc(84rem + 2.1rem + 2.1rem);
  padding: 0 2.1rem;
}
@media screen and (max-width: 960px) {
  #top-access .inner {
    max-width: calc(33.3rem + 2.1rem + 2.1rem);
  }
}
#top-access h2 {
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 960px) {
  #top-access h2 {
    margin-bottom: 2.5rem;
  }
}
#top-access .access-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  #top-access .access-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#top-access .access-information .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 2.9rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description {
    width: 100%;
    padding: 0;
  }
}
#top-access .access-information .description .title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0.4rem;
  margin: 0 0 2.6rem;
  border-bottom: 0.2rem solid #B2B2B0;
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description .title {
    width: 100%;
    padding: 0 0 0.5rem;
    margin: 0 0 0.8rem;
    text-align: center;
    line-height: 1.077;
  }
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description .title .i-01 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description .title .i-02 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description .title .i-03 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description dl {
    max-width: 27rem;
    margin: 0 auto;
  }
}
#top-access .access-information .description dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description dl .item {
    font-size: 1.1rem;
    line-height: 1.273;
  }
}
#top-access .access-information .description dl .item:not(:last-of-type) {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description dl .item:not(:last-of-type) {
    margin: 0 0 0.6rem;
  }
}
#top-access .access-information .description dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  padding: 0 0 0 1.6rem;
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description dl dt {
    width: 5.9rem;
    padding: 0;
  }
}
#top-access .access-information .description dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#top-access .access-information .description dl dd > span:not([class]):not(:last-of-type) {
  display: block;
  margin: 0 0 0.4rem;
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description dl dd > span:not([class]):not(:last-of-type) {
    margin: 0 0 0.2rem;
  }
}
#top-access .access-information .description dl dd .reception {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.6rem 0 0;
  color: #fff;
  padding: 0.5rem 3.2rem 0.7rem;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.3em;
  background-color: #000;
}
@media screen and (max-width: 960px) {
  #top-access .access-information .description dl dd .reception {
    margin: 2rem 0 0;
    padding: 0.4rem 1.9rem 0.4rem;
    font-size: 1.25rem;
    letter-spacing: 0.3em;
  }
}
#top-access .access-information .map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 40rem;
  height: 24.6rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #top-access .access-information .map {
    max-width: 20rem;
    height: 12.3rem;
    margin: 0 0 1.1rem;
  }
}
#top-access .access-information .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#top-access .access-message {
  margin: 5.7rem 0 5.9rem;
}
@media screen and (max-width: 960px) {
  #top-access .access-message {
    margin: 1.5rem 0 2rem;
  }
}
#top-access .access-message p {
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #top-access .access-message p {
    font-size: 1.1rem;
    line-height: 1.364;
  }
}
#top-access .access-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9rem;
  line-height: 1.45;
}
@media screen and (max-width: 960px) {
  #top-access .access-tel {
    gap: 0.4rem;
  }
}
#top-access .access-tel > .item.-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40.3rem;
  min-height: 9.6rem;
  padding: 0 0.5rem;
  background-color: #7E479A;
}
@media screen and (max-width: 960px) {
  #top-access .access-tel > .item.-tel {
    width: 100%;
    min-width: auto;
    max-width: 20.2rem;
    min-height: 4.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #top-access .access-tel > .item.-tel:hover {
    background-color: #FD8FAB;
  }
  #top-access .access-tel > .item.-tel:hover span {
    color: #464646;
  }
}
#top-access .access-tel > .item.-tel span {
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top-access .access-tel > .item.-tel .i-01 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 960px) {
  #top-access .access-tel > .item.-tel .i-01 {
    font-size: 1.2rem;
  }
}
#top-access .access-tel > .item.-tel .i-02 {
  margin: -0.9rem 0 0;
  font-size: 4.4rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 960px) {
  #top-access .access-tel > .item.-tel .i-02 {
    margin: -0.4rem 0 0;
    font-size: 2.2rem;
  }
}
#top-access .access-tel > .item.-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #top-access .access-tel > .item.-tag {
    gap: 0.4rem 0;
    width: 100%;
    max-width: 6.4rem;
  }
}
#top-access .access-tel > .item.-tag .sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 12.8rem;
  min-height: 4.4rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 960px) {
  #top-access .access-tel > .item.-tag .sub-item {
    width: 100%;
    min-width: auto;
    max-width: 6.4rem;
    min-height: 2.2rem;
  }
}
#top-access .access-tel > .item.-tag .sub-item.-time {
  padding-top: 0.3rem;
  color: #7E479A;
  font-size: 1.6rem;
  background-color: #BEA3CD;
}
@media screen and (max-width: 960px) {
  #top-access .access-tel > .item.-tag .sub-item.-time {
    padding-top: 0.2rem;
    font-size: 0.8rem;
  }
}
#top-access .access-tel > .item.-tag .sub-item.-time .number {
  display: inline-block;
  margin: -0.6rem 0.2rem 0 0;
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  #top-access .access-tel > .item.-tag .sub-item.-time .number {
    margin: -0.3rem 0.1rem 0 0;
    font-size: 1.4rem;
  }
}
#top-access .access-tel > .item.-tag .sub-item.-manager {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #464646;
}
@media screen and (max-width: 960px) {
  #top-access .access-tel > .item.-tag .sub-item.-manager {
    padding-bottom: 0.3rem;
    font-size: 0.6rem;
  }
}
#top-access .access-tel > .item.-tag .sub-item.-manager .name {
  display: inline-block;
  margin: 0 0 -0.2rem 0.8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  #top-access .access-tel > .item.-tag .sub-item.-manager .name {
    margin: 0 0 -0.2rem 0.2rem;
    font-size: 1.3rem;
  }
}

#top-contact {
  padding: 11.3rem 0 16rem;
  background-color: rgba(255, 172, 215, 0.3);
}
@media screen and (max-width: 960px) {
  #top-contact {
    padding: 8.2rem 0 7.5rem;
  }
}
#top-contact .inner {
  max-width: calc(91rem + 2.5rem + 2.5rem);
  padding: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  #top-contact .inner {
    max-width: calc(64rem + 2.5rem + 2.5rem);
  }
}
#top-contact h2 {
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 960px) {
  #top-contact h2 {
    margin-bottom: 1.2rem;
  }
}
#top-contact .lead {
  margin: 0 0 6.7rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-contact .lead {
    margin: 0 0 2rem;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}