@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --clr_txt: #000;
  --rgb_txt: 0, 0, 0;
  --clr_beige: #F2EFEC;
  --rgb_beige: 242, 239, 236;
  --clr_beige_light: #EDECE6;
  --rgb_beige_light: 237, 236, 230;
  --clr_gray_dark: #7D7777;
  --rgb_gray_dark: 125, 119, 119;
  --clr_gray_dark2: #6B6B6B;
  --rgb_gray_dark2: 107, 107, 107;
  --clr_gray_dark3: #868686;
  --rgb_gray_dark3: 134, 134, 134;
  --clr_gray: #A8A8A8;
  --rgb_gray: 168, 168, 168;
  --clr_gray_light: #D8D8D8;
  --rgb_gray_light: 216, 216, 216;
  --clr_gray_light2: #F9F9F9;
  --rgb_gray_light2: 249, 249, 249;
  --clr_gray_light3: #D4D4D4;
  --rgb_gray_light3: 212, 212, 212;
  --clr_gray_light4: #F8F8F8;
  --rgb_gray_light4: 248, 248, 248;
  --clr_gray_light5: #F2F2F2;
  --rgb_gray_light5: 242, 242, 242;
  --clr_gray_light6: #C9C9C9;
  --rgb_gray_light6: 201, 201, 201;
  --clr_red: #FF0000;
  --rgb_red: 255, 0, 0;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@-webkit-keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes blur {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scale(1, 0) translate(0%, 0%);
            transform: scale(1, 0) translate(0%, 0%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes stretch {
  0% {
    -webkit-transform: scale(1, 0) translate(0%, 0%);
            transform: scale(1, 0) translate(0%, 0%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--clr_txt)));
  background: linear-gradient(to bottom, transparent 60%, var(--clr_txt) 60%);
}

.txt_red {
  color: var(--clr_red);
}

p.no_margin {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .txt_vertical_pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
}

img.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
  padding: 1rem;
  opacity: 0;
  -webkit-animation: fadein 1s forwards normal;
          animation: fadein 1s forwards normal;
}
.tit_01 h1 {
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0.06em;
}
.tit_01 h1::before {
  content: attr(data-txt);
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  margin: 0 0 1rem;
}
.tit_01 p {
  font-size: 1.4rem;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.8;
  white-space: nowrap;
}

.tit_02 {
  margin: 0 0 3rem;
}
.tit_02 h2, .tit_02 h4 {
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  border-bottom: 2px solid var(--clr_gray);
  min-width: 7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  line-height: 1.4;
  margin: auto;
  padding: 0 0 0.5rem;
}
.tit_02 p {
  font-size: 1.6rem;
  margin: 1rem 0 0;
  text-align: center;
}

.tit_03 {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  margin: 0 0 1em;
  line-height: 1.6;
  padding: 0 0 0.5rem;
}

.tit_faq {
  color: #fff;
  background: #000;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tit_faq .and {
  font-size: 2rem;
}

.tit_gray {
  color: #fff;
  background: var(--clr_gray_dark);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 2rem;
  line-height: 1.6;
  font-size: 1.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    height: 62rem;
    width: 120rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
    margin: 2rem auto 0;
    padding: 5rem 7rem;
  }
  .tit_01 h1 {
    font-size: 2.8rem;
  }
  .tit_01 h1::before {
    font-size: 6rem;
  }
  .tit_01 p {
    font-size: 2.5rem;
    letter-spacing: 0.45em;
    line-height: 2.6;
    padding: 1rem 0 0;
    height: 100%;
  }
  .tit_02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 20rem;
    margin: 0;
  }
  .tit_02 h2, .tit_02 h4 {
    font-size: 2.2rem;
    border-bottom: 3px solid var(--clr_gray);
    padding: 0 0 1rem;
    width: 100%;
  }
  .tit_02 p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    font-size: 2.6rem;
    letter-spacing: 0.8em;
    white-space: nowrap;
    width: 100%;
    margin: 3.5rem 0 0;
    text-align: left;
  }
  .tit_03 {
    font-size: 2.4rem;
    padding: 0 0 0.7rem;
  }
  .tit_faq {
    width: 19rem;
    height: 19rem;
    font-size: 3.8rem;
    margin: 0;
    gap: 1.5rem;
  }
  .tit_faq .and {
    font-size: 3rem;
  }
  .tit_gray {
    font-size: 2rem;
  }
}
.lst_ul > li {
  padding: 0 0 0 1.5em;
  position: relative;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.lst_ul > li::before {
  content: "●";
  line-height: 1;
  color: var(--clr_gray_dark);
  position: absolute;
  left: 0;
  top: 0.3em;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
}
.lst_ul > li:not(:last-of-type) {
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 48em), print {
  .lst_ul > li {
    line-height: 2.22;
  }
  .lst_ul > li::before {
    top: 0.5em;
  }
  .lst_ul > li:not(:last-of-type) {
    margin: 0;
  }
}
.lst_ul.kome > li {
  padding: 0 0 0 1.1em;
}
.lst_ul.kome > li::before {
  content: "※";
  font-size: 100%;
  color: var(--clr_txt);
  top: 0.6em;
}

.lst_dot > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}
.lst_dot > li::before {
  content: "・";
}
.lst_dot > li:not(:last-of-type) {
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 48em), print {
  .lst_dot > li {
    line-height: 2.22;
  }
  .lst_dot > li:not(:last-of-type) {
    margin: 0;
  }
}

.lst_faq li {
  background: var(--clr_gray_light4);
  padding: 2rem 1rem;
}
.lst_faq li:not(:last-of-type) {
  margin-bottom: 2rem;
}
.lst_faq li .question {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 1rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
.lst_faq li .question::before {
  content: "Q";
  font-size: 1.8rem;
  line-height: 1;
}
.lst_faq li .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 1rem;
  line-height: 1.8;
}
.lst_faq li .answer::before {
  content: "A";
  color: var(--clr_gray_dark2);
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}
.lst_faq li p:not(.answer) {
  margin: 1em 0 0;
  padding: 0 0 0 1.6em;
}
@media screen and (min-width: 48em), print {
  .lst_faq {
    margin-top: -19rem;
  }
  .lst_faq li {
    padding: 5.5rem 4.5rem 5rem;
    width: 115rem;
  }
  .lst_faq li:not(:last-of-type) {
    margin-bottom: 9.5rem;
  }
  .lst_faq li:nth-of-type(2n + 1) {
    margin: 0 0 9.5rem auto;
  }
  .lst_faq li:nth-of-type(1) {
    width: 95rem;
  }
  .lst_faq li .question {
    font-size: 2.6rem;
    gap: 0 2.5rem;
    letter-spacing: 0.055em;
  }
  .lst_faq li .question::before {
    font-size: 3.6rem;
  }
  .lst_faq li .answer {
    font-size: 2rem;
    gap: 0 3rem;
    letter-spacing: 0.055em;
  }
  .lst_faq li .answer::before {
    font-size: 3.6rem;
  }
  .lst_faq li p:not(.answer) {
    padding: 0 0 0 3.1em;
  }
}

.lst_anc li a {
  background: var(--clr_beige);
  display: block;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.6;
  padding: 2rem;
  width: 80%;
  height: 100%;
  margin: 0 auto 1rem;
  position: relative;
}
.lst_anc li a::before {
  content: attr(data-txt);
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: block;
  border-bottom: 3px solid var(--clr_gray);
  margin: 0 0 1rem;
  padding: 0 0 0.2rem;
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\e80b";
  -webkit-transform: rotateX(180deg) translateX(-50%);
          transform: rotateX(180deg) translateX(-50%);
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  color: var(--clr_gray);
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
  .lst_anc li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lst_anc li a {
    margin: 0;
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.8;
    padding: 3.5rem 6rem 5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lst_anc li a::before {
    font-size: 2.2rem;
    margin: 0 0 3.5rem;
    padding: 0 0 0.7rem;
  }
  .lst_anc li a::after {
    font-size: 3.8rem;
    bottom: -0.5rem;
  }
}

.lst_dl dt {
  background: var(--clr_beige);
  border-top: 1px solid var(--clr_gray_light6);
  border-bottom: 1px solid var(--clr_gray_light6);
  text-align: center;
  padding: 0.5rem 1rem;
}
.lst_dl dt.two_letters {
  letter-spacing: 2em;
  text-indent: 2em;
}
.lst_dl dd {
  padding: 1rem 1rem 2rem;
  background: #fff;
  line-height: 1.8;
}
.lst_dl dd:last-of-type {
  border-bottom: 1px solid var(--clr_gray_light6);
}
@media screen and (min-width: 48em), print {
  .lst_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl dt {
    border-bottom: none;
    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;
    padding: 3rem 1rem;
    width: 24%;
  }
  .lst_dl dt:last-of-type {
    border-bottom: 1px solid var(--clr_gray_light6);
  }
  .lst_dl dd {
    border-top: 1px solid var(--clr_gray_light6);
    padding: 3rem 4rem;
    width: 76%;
    line-height: 2.22;
  }
}

.lst_ol {
  line-height: 1.94;
  counter-reset: number 0;
}
.lst_ol > li {
  counter-increment: number 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}
.lst_ol > li::before {
  content: counter(number) ".";
}
.lst_ol > li:not(:last-of-type) {
  margin: 0 0 0.5rem;
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  background: var(--clr_beige);
  padding: 2rem;
  position: relative;
}
.lst_flow > li .tit {
  font-size: 1.6rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.lst_flow > li .tit::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.lst_flow > li p {
  margin: 1rem 0 0;
}
.lst_flow > li:not(:last-of-type) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-of-type)::after {
  content: "";
  width: 4rem;
  height: 1.5rem;
  background: var(--clr_gray_light6);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3.5rem 4rem;
  }
  .lst_flow > li .tit {
    font-size: 2.6rem;
  }
  .lst_flow > li p {
    margin: 0.5rem 0 0;
  }
  .lst_flow > li:not(:last-of-type) {
    margin: 0 0 8.5rem;
  }
  .lst_flow > li:not(:last-of-type)::after {
    width: 6.6rem;
    height: 2.6rem;
    bottom: -6rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel_style {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.tel_style::before {
  content: "TEL.";
  letter-spacing: 0.1em;
}

.box_commingsoon {
  padding: 1rem;
  background: #ECD0C4;
  border: 1px dashed var(--clr_gray_dark);
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  .box_commingsoon {
    padding: 3rem;
  }
}

.box_beige {
  background: var(--clr_beige);
  padding: 2rem;
}
@media screen and (min-width: 48em), print {
  .box_beige {
    padding: 3.5rem;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3rem 3rem 1rem 2.5rem;
  background: #fff;
  text-decoration: none !important;
  border: 3px solid #000;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.4;
  letter-spacing: 0.07em;
}
.btn::before {
  font-family: "fontello";
  content: "\e81c";
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1.4rem 3.6rem 1.2rem 2.8rem;
    gap: 2rem;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  }
  .btn::after {
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    -webkit-transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn:is(:hover, :focus-visible) {
    color: #fff;
    opacity: 1;
  }
  .btn:is(:hover, :focus-visible)::after {
    width: 100%;
  }
}

.btn_black {
  line-height: 1.4;
  background: #000;
  border: #000 2px solid;
  color: #fff;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  text-decoration: none;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
@media screen and (min-width: 48em), print {
  .btn_black {
    padding: 1rem 4rem;
  }
  .btn_black:is(:hover, :focus-visible) {
    opacity: 0.6;
  }
}

.link_txt {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  font-size: 110%;
}

html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_beige), 0.7);
  position: fixed;
  top: 0;
  z-index: 102;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

body:is(.index) .header {
  height: 32rem;
}
body:is(.index) .header .wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body:not(.index) header {
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
body:not(.index) header a {
  width: 60%;
}

@media screen and (min-width: 48em), print {
  body:is(.index) .header {
    height: 90rem;
  }
  body:is(.index) .header .wrap .kv_nav {
    width: 100%;
  }
  body:is(.index) .header .wrap .kv_nav .nav {
    position: static;
    background: none;
  }
  body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav {
    padding: 0 1rem;
    background: none;
  }
  body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav .kv_n {
    display: none;
  }
  body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li::before {
    background: #fff;
  }
  body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li.order {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 1rem;
  }
  body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li > a, body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li .sub {
    color: #fff;
  }
  body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li > a::after, body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li .sub::after {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li > a.insta, body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li .sub.insta {
    background: #fff;
  }
  body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible), body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    color: var(--clr_gray);
    opacity: 1;
  }
  body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible)::after, body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible)::after {
    color: var(--clr_gray);
  }
  body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible).insta, body:is(.index) .header .wrap .kv_nav .nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible).insta {
    background: var(--clr_gray);
  }
  body:not(.index) header {
    display: none;
  }
}
.nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
}
.nav .sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_beige);
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav .sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: var(--clr_gray_dark);
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nav .sp_menu span:nth-of-type(1) {
  top: 33%;
  left: 50%;
}
.nav .sp_menu span:nth-of-type(2) {
  top: 50%;
  left: 50%;
}
.nav .sp_menu span:nth-of-type(3) {
  top: 67%;
  left: 50%;
}
.nav .sp_menu.close span {
  top: 50%;
}
.nav .sp_menu.close span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-405deg);
          transform: translate(-50%, -50%) rotate(-405deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.nav .sp_menu.close span:nth-of-type(2) {
  display: none;
}
.nav .sp_menu.close span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(405deg);
          transform: translate(-50%, -50%) rotate(405deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.nav .gnav_subnav {
  display: none;
  width: 100%;
  max-height: 99.9dvh;
  overflow-y: auto;
  background: #fff;
  padding: 6rem 1.6rem 1.6rem;
  margin: auto;
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  z-index: 99;
}
.nav .gnav_subnav .gnav > li.gnav_n {
  display: none;
}
.nav .gnav_subnav .gnav > li a, .nav .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 1.4rem;
}
.nav .gnav_subnav .gnav > li a.current, .nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_gray);
}
.nav .gnav_subnav .gnav > li a.insta, .nav .gnav_subnav .gnav > li .sub.insta {
  width: 3rem;
  height: 3rem;
  margin: 0.5rem auto;
  background: #000;
  mask-image: url("../img/icon_insta.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../img/icon_insta.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  overflow: hidden;
}
.nav .gnav_subnav .gnav > li a.insta .clip, .nav .gnav_subnav .gnav > li .sub.insta .clip {
  clip-path: inset(50%);
  display: block;
  width: 100%;
  height: 100%;
}
.nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
  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;
  gap: 0.5rem;
}
.nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e80a";
  color: var(--clr_gray);
  font-size: 1rem;
}
.nav .gnav_subnav .gnav > li .sub.close::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
.nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:first-of-type) a {
  border-top: 1px solid transparent;
}
.nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  border: 1px solid var(--clr_beige_light);
}
.nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_gray_dark);
  color: #fff;
}
.nav .gnav_subnav .menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  background: rgba(var(--rgb_gray), 0.2);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
.nav .gnav_subnav .menu_close::before {
  font-family: "fontello";
  content: "\e803";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  .nav {
    width: auto;
    position: sticky;
    top: -6.5rem;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background: #fff;
  }
  .nav .sp_menu {
    display: none;
  }
  .nav .gnav_subnav {
    display: block !important;
    max-width: 120rem;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 5.5rem 2rem 0;
    position: static;
  }
  .nav .gnav_subnav .gnav {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav .gnav_subnav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
  }
  .nav .gnav_subnav .gnav > li.order {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 1rem 1.3rem;
  }
  .nav .gnav_subnav .gnav > li.insta_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .nav .gnav_subnav .gnav > li.gnav_pc_n {
    display: none;
  }
  .nav .gnav_subnav .gnav > li::before {
    content: "";
    width: 1px;
    height: 3.6rem;
    background: var(--clr_gray);
    -webkit-transform: rotateZ(15deg) translateY(-50%);
            transform: rotateZ(15deg) translateY(-50%);
    position: absolute;
    left: -0.5rem;
    top: 50%;
  }
  .nav .gnav_subnav .gnav > li a, .nav .gnav_subnav .gnav > li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    padding: 1.5rem 1rem;
    cursor: pointer;
    position: relative;
  }
  .nav .gnav_subnav .gnav > li a::after, .nav .gnav_subnav .gnav > li .sub::after {
    font-size: 1.2rem;
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav .gnav_subnav .gnav > li a.close::after, .nav .gnav_subnav .gnav > li .sub.close::after {
    -webkit-transform: translateX(-50%) rotateX(180deg);
            transform: translateX(-50%) rotateX(180deg);
  }
  .nav .gnav_subnav .gnav > li a.home, .nav .gnav_subnav .gnav > li .sub.home {
    min-width: 9rem;
  }
  .nav .gnav_subnav .gnav > li a.home::after, .nav .gnav_subnav .gnav > li .sub.home::after {
    font-family: "fontello";
    content: "\e800";
    color: #fff;
    font-size: 1.4rem;
    background: var(--clr_gray_dark);
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    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;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .nav .gnav_subnav .gnav > li a.home span, .nav .gnav_subnav .gnav > li .sub.home span {
    clip-path: inset(50%);
  }
  .nav .gnav_subnav .gnav > li a.insta, .nav .gnav_subnav .gnav > li .sub.insta {
    margin: 0 0 0 4.5rem;
  }
  .nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), .nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--clr_gray);
    opacity: 1;
  }
  .nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current).insta, .nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current).insta {
    background: var(--clr_gray);
  }
  .nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible).home, .nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible).home {
    opacity: 0.7;
  }
  .nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 34.8rem;
    position: absolute;
    top: 112%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    background: #fff;
  }
  .nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1.7rem 0;
  }
  .nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--clr_gray_dark);
    color: #fff;
    opacity: 1;
    border: 1px solid var(--clr_gray_dark);
  }
  .nav .gnav_subnav .menu_close {
    display: none;
  }
  body:not(.index) .nav {
    top: -2rem;
  }
  body:not(.index) .nav .gnav_subnav {
    padding: 2rem 2rem 0;
  }
}
.bnr_line {
  position: fixed;
  bottom: 32.5rem;
  left: 1rem;
  z-index: 101;
  width: 50%;
  height: auto;
  opacity: 0;
  -webkit-animation: fadein 1s forwards;
          animation: fadein 1s forwards;
}

@media screen and (min-width: 48em), print {
  .bnr_line {
    bottom: 26rem;
    left: auto;
    right: 1rem;
    width: 30rem;
  }
  .bnr_line img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bnr_line:is(:hover, :focus-visible) {
    opacity: 1;
  }
  .bnr_line:is(:hover, :focus-visible) img {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}
.bnr_pamphlet {
  position: fixed;
  bottom: 27rem;
  left: 1rem;
  z-index: 101;
  width: 80%;
  height: auto;
  opacity: 0;
  -webkit-animation: fadein 1s forwards;
          animation: fadein 1s forwards;
}

@media screen and (min-width: 48em), print {
  .bnr_pamphlet {
    bottom: 15rem;
    left: auto;
    right: 1rem;
    width: 50rem;
  }
  .bnr_pamphlet img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bnr_pamphlet:is(:hover, :focus-visible) {
    opacity: 1;
  }
  .bnr_pamphlet:is(:hover, :focus-visible) img {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  background: #fff;
  z-index: 1;
  position: relative;
}
.overview .wrap .overviewL .clinic_name img {
  width: 80%;
  margin: 0 auto 2rem;
}
.overview .wrap .overviewL .gaiyo li {
  margin: 0 0 0.5rem;
  text-align: center;
}
.overview .wrap .overviewL .gaiyo li.tel {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.overview .wrap .overviewL .gaiyo li.tel .tel_style {
  font-size: 2rem;
}
.overview .wrap .overviewL .gaiyo li.tel .tel_style::before {
  font-size: 1.4rem;
}
.overview .wrap .overviewL .overviewMap {
  margin: 4rem 0 0;
  padding: 0 0 31rem;
  position: relative;
}
.overview .wrap .overviewL .overviewMap::before {
  width: 100%;
  height: 30rem;
  content: "";
  background: url(../img/overview_map.png) no-repeat center/100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.overview .wrap .overviewL .overviewMap::after {
  width: 4rem;
  height: 6rem;
  content: "";
  background: url(../img/icon_map_pin.svg) no-repeat center/100% auto;
  position: absolute;
  top: 31.5rem;
  left: 14.8rem;
  -webkit-transform: scale(1, 0) translate(0%, 0%);
          transform: scale(1, 0) translate(0%, 0%);
}
.overview .wrap .overviewL .overviewMap.trigger::after {
  -webkit-animation: stretch 1s forwards 1s normal;
          animation: stretch 1s forwards 1s normal;
}
.overview .wrap .overviewL .overviewMap .btn {
  white-space: nowrap;
}
.overview .wrap .overviewL .overviewMap p {
  letter-spacing: 0.05em;
}
.overview .wrap .overviewL .gnav {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
}
.overview .wrap .overviewL .gnav li {
  margin: 0 0 0.5rem;
  letter-spacing: 0.03em;
}
.overview .wrap .overviewL .gnav li::before {
  content: "|";
  margin: 0 0.5rem;
}
.overview .wrap .overviewL .gnav li:last-of-type::after, .overview .wrap .overviewL .gnav li.ft_line::after {
  content: "|";
  margin: 0 0.5rem;
}
.overview .wrap .overviewL .gnav li.footer_n {
  display: none;
}
.overview .wrap .bnr_wrap {
  margin: 2rem 0 0;
  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;
  gap: 1rem 0;
}
.overview .wrap .bnr_wrap .bnr {
  width: 48%;
}
.overview .wrap .bnr_wrap .bnr img {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: auto;
    padding: 0 calc((100% - 120rem) / 2) 17rem;
    font-size: 1.6rem;
  }
  .overview .wrap {
    position: relative;
  }
  .overview .wrap .overviewL {
    max-width: 60%;
    padding: 24rem 0 0;
  }
  .overview .wrap .overviewL .clinic_name img {
    width: 31.5rem;
    margin: 0 0 2rem;
  }
  .overview .wrap .overviewL .gaiyo li {
    font-size: 2rem;
    margin: 0 0 1rem;
    text-align: left;
  }
  .overview .wrap .overviewL .gaiyo li.tel .tel_style {
    font-size: 3rem;
  }
  .overview .wrap .overviewL .gaiyo li.tel .tel_style::before {
    font-size: 2rem;
  }
  .overview .wrap .overviewL .gaiyo li.add {
    font-size: 1.6rem;
  }
  .overview .wrap .overviewL .overviewMap {
    margin: 0;
    width: 63rem;
    padding: 0 29rem 25rem 0;
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
  }
  .overview .wrap .overviewL .overviewMap::before {
    width: 43rem;
    height: 41.4rem;
    top: 0;
    right: 0;
    left: auto;
  }
  .overview .wrap .overviewL .overviewMap::after {
    width: 5.4rem;
    height: 7rem;
    top: 20.5rem;
    left: 41.3rem;
  }
  .overview .wrap .overviewL .overviewMap .btn {
    font-size: 1.8rem;
  }
  .overview .wrap .overviewL .overviewMap p {
    line-height: 1.87;
  }
  .overview .wrap .overviewL .gnav {
    margin: 3rem 0 4.3rem;
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
  }
  .overview .wrap .overviewL .gnav li {
    font-size: 1.4rem;
    margin: 0 0 1.5rem;
  }
  .overview .wrap .overviewL .gnav li.ft_line::after {
    display: none;
  }
  .overview .wrap .overviewL .gnav li.ft_line_pc::after {
    content: "|";
    margin: 0 0.5rem;
  }
  .overview .wrap .bnr_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 2rem;
  }
  .overview .wrap .bnr_wrap .bnr {
    width: 19rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  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;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_style {
  height: 100%;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#tel_up ul li .tel_style::before {
  font-size: 1.2rem;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 0 0 0.5rem;
  line-height: 1;
  background: #000;
  border: 1px solid #000;
  overflow: hidden;
  position: relative;
  z-index: 101;
  font-family: "Jost", sans-serif;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80b";
  font-size: 2rem;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 5.8rem;
    height: 5.8rem;
    bottom: 8rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 1.8rem;
    padding: 0 0 0.8rem;
  }
  #tel_up #pageup::before {
    font-size: 3rem;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    background: #fff;
    color: #000;
    opacity: 1;
  }
}
.footer {
  margin: 0 0 4rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.footer .copy {
  text-align: center;
  display: block;
  background: #000;
  color: #fff;
  padding: 1rem 0;
  font-size: 1.2rem;
  font-family: "Jost", sans-serif;
  border-bottom: 1px solid #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media screen and (min-width: 48em), print {
  .footer {
    margin: 0;
  }
  .footer .copy {
    width: 120rem;
    margin: 0 auto;
    padding: 2.3rem 0;
    font-size: 1.6rem;
    border-bottom: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 32rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 32rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  height: 32rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.keyvsl > .wrap .logo {
  width: 70%;
  opacity: 0;
  -webkit-animation: blur 1.5s forwards normal;
          animation: blur 1.5s forwards normal;
  padding: 0 0 2rem;
}
.keyvsl > .wrap .logo .anniversary {
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
  font-family: "Lexend Exa", serif;
  font-weight: 400;
  font-style: normal;
}
.keyvsl > .wrap .logo .eng {
  display: none;
}
.keyvsl > .wrap .catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
  padding: 7rem 0 0;
  line-height: 2;
  opacity: 0;
  -webkit-animation: blur 1.5s forwards normal;
          animation: blur 1.5s forwards normal;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    width: 120rem;
    margin: auto;
  }
  .keyvsl #keyvsl {
    height: 90rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 90rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3rem 5rem 0;
    height: 90rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .keyvsl > .wrap .logo {
    width: 48rem;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 4rem;
  }
  .keyvsl > .wrap .logo .anniversary {
    font-size: 2.8rem;
  }
  .keyvsl > .wrap .logo .eng {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Lexend Exa", serif;
    font-weight: 400;
    font-style: normal;
    font-family: "Jost", sans-serif;
    margin: 3rem 0 0;
  }
  .keyvsl > .wrap .catch {
    font-size: 3.2rem;
    letter-spacing: 0.5em;
    padding: 7rem 0 0;
  }
}
.index main {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 2rem 0 0;
}

.bnr_visit {
  margin: 0 1rem 2rem;
}
.bnr_visit a img {
  width: 100%;
  height: auto;
}

.info {
  margin: 0 1rem;
  padding: 4rem 1rem;
  background: var(--clr_beige) url(../img/index_info_bg.svg) no-repeat right 1rem bottom 3rem/80% auto;
  opacity: 0;
}
.info.trigger {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
}
.info .tit_wrap {
  margin: 0 0 3rem;
}
.info .tit_wrap h2 {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  margin: 0 auto 1rem;
  font-size: 2.2rem;
  font-weight: normal;
}
.info .tit_wrap h2::after {
  width: 75%;
  height: 3px;
  margin: 0.5rem auto 0;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.6em, #000), color-stop(0.6em, var(--clr_gray)));
  background: linear-gradient(to right, #000 0.6em, var(--clr_gray) 0.6em);
}
.info .tit_wrap .viewmore {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  text-decoration: none;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.info .tit_wrap .viewmore::before {
  font-family: "fontello";
  content: "\e81c";
  font-size: 1.2rem;
}
.info ul {
  max-height: calc(100vw - 4rem);
  min-height: 10rem;
  overflow-y: auto;
  overscroll-behavior-y: none;
  scrollbar-color: var(--clr_gray_light) var(--clr_gray_light2);
}
.info ul::-webkit-scrollbar {
  background-color: var(--clr_gray_light2);
  border-radius: 100vw;
  width: 1rem;
}
.info ul::-webkit-scrollbar-thumb {
  background: var(--clr_gray_light);
  border-radius: 100vw;
}
.info ul li:last-of-type a {
  border-bottom: 1px solid var(--clr_gray);
}
.info ul li a {
  font-size: 1.6rem;
  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;
  gap: 1rem;
  text-decoration: none !important;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 1.5rem 0 1.5rem 0.5rem;
  border-top: 1px solid var(--clr_gray);
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.info ul li a::after {
  font-family: "fontello";
  content: "\e81c";
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--clr_gray_dark);
}
.info ul li a .date {
  font-size: 1.4rem;
  color: var(--clr_gray_dark);
  display: block;
  margin: 0 0 0.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}

@media screen and (min-width: 48em), print {
  .bnr_visit {
    width: 500px;
    margin: 5rem auto;
  }
  .info {
    margin: auto;
    padding: 7rem 10rem 7rem 7rem;
    width: 120rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: var(--clr_beige) url(../img/index_info_bg.svg) no-repeat right 4rem bottom 4rem/46.8rem auto;
  }
  .info .tit_wrap h2 {
    font-size: 2.6rem;
    margin: 0 0 1.5rem;
  }
  .info .tit_wrap h2::after {
    height: 4px;
    margin: 0.8rem auto 0;
  }
  .info .tit_wrap .viewmore {
    font-size: 1.3rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .info .tit_wrap .viewmore::before {
    font-size: 1.6rem;
  }
  .info ul {
    width: 84.2rem;
    height: 43rem;
    padding: 0 5rem 0 0;
  }
  .info ul::-webkit-scrollbar {
    width: 1.4rem;
  }
  .info ul li a {
    font-size: 2rem;
    gap: 4rem;
    min-height: 14.5rem;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .info ul li a > span {
    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;
    gap: 4rem;
  }
  .info ul li a .date {
    font-size: 1.9rem;
  }
  .info ul li a:is(:hover, :focus-visible) {
    color: var(--clr_gray_dark);
  }
}
.blog_bnr {
  display: block;
  margin: 5rem 1rem;
  padding: 3rem 12rem 3rem 0;
  border: 3px solid var(--clr_beige_light);
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  background: url(../img/index_blogbnr.jpg) no-repeat right 3px center/auto calc(100% - 6px);
}
.blog_bnr span {
  display: block;
  color: var(--clr_gray_dark);
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 48em), print {
  .blog_bnr {
    width: 58rem;
    margin: 12.5rem auto;
    padding: 6.5rem 24rem 5.5rem 0;
    font-size: 2.7rem;
  }
  .blog_bnr span {
    font-size: 1.9rem;
  }
  .blog_bnr:is(:hover, :focus-visible) {
    opacity: 0.8 !important;
  }
}
.top_about {
  margin: 4rem 0;
  position: relative;
}
.top_about::before {
  content: "";
  width: 100%;
  height: 24rem;
  background: url(../img/index_about.jpg) no-repeat center/cover;
  display: block;
}
.top_about::after {
  content: "";
  width: 100%;
  height: 24rem;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.top_about.trigger::after {
  width: 0;
}
.top_about .txt_wrap {
  margin: 4rem 0 0;
}
.top_about .txt_wrap .vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0.4em;
  margin: auto;
}
.top_about .txt_wrap .vertical p {
  margin: 0 1rem;
}
.top_about .txt_wrap .vertical p:last-of-type {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top_about .txt_wrap .vertical p.trigger span:nth-of-type(1) {
  -webkit-animation: fadein 1s forwards normal;
          animation: fadein 1s forwards normal;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.top_about .txt_wrap .vertical p.trigger span:nth-of-type(2) {
  -webkit-animation: fadein 1s forwards normal;
          animation: fadein 1s forwards normal;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.top_about .txt_wrap .vertical p.trigger span:nth-of-type(3) {
  -webkit-animation: fadein 1s forwards normal;
          animation: fadein 1s forwards normal;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top_about .txt_wrap .vertical p.trigger span:nth-of-type(4) {
  -webkit-animation: fadein 1s forwards normal;
          animation: fadein 1s forwards normal;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.top_about .txt_wrap .vertical p.trigger span:nth-of-type(5) {
  -webkit-animation: fadein 1s forwards normal;
          animation: fadein 1s forwards normal;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top_about .txt_wrap .vertical p.trigger span:nth-of-type(6) {
  -webkit-animation: fadein 1s forwards normal;
          animation: fadein 1s forwards normal;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.top_about .txt_wrap .vertical p span {
  opacity: 0;
  white-space: nowrap;
}
.top_about .txt_wrap .vertical p span.space {
  display: block;
  margin-left: 2.5rem;
}
.top_about .txt_wrap .vertical p span.up {
  margin-top: -0.8rem;
}
.top_about .txt_wrap .btn_wrap {
  padding: 0 2rem;
}
.top_about .txt_wrap .btn_wrap .btn {
  margin: 4rem 0 1rem;
}
.top_about .txt_wrap .btn_wrap p {
  opacity: 0;
}
.top_about .txt_wrap .btn_wrap p.trigger {
  -webkit-animation: fadein 1s forwards 0.5s normal;
          animation: fadein 1s forwards 0.5s normal;
}

@media screen and (min-width: 48em), print {
  .top_about {
    width: 120rem;
    margin: 13rem auto 14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_about::before {
    width: 77rem;
    height: 57rem;
  }
  .top_about::after {
    width: 77rem;
    height: 57rem;
  }
  .top_about .txt_wrap {
    width: 34rem;
    margin: 0;
  }
  .top_about .txt_wrap .vertical {
    font-size: 2.3rem;
  }
  .top_about .txt_wrap .vertical > p {
    margin: 0 3rem;
    line-height: 1.8;
  }
  .top_about .txt_wrap .vertical > p .up {
    margin-top: -1.1rem;
  }
  .top_about .txt_wrap .btn_wrap {
    padding: 0;
    margin: 5.5rem 0 0;
  }
  .top_about .txt_wrap .btn_wrap .btn {
    font-size: 1.8rem;
  }
  .top_about .txt_wrap .btn_wrap p {
    letter-spacing: 0.07em;
  }
}
.gal_plan_care {
  padding: 0 1rem;
}
.gal_plan_care ul li {
  position: relative;
}
.gal_plan_care ul li:not(:last-of-type) {
  margin-bottom: 3rem;
}
.gal_plan_care ul li::before {
  content: "";
  width: 100%;
  height: 30rem;
  display: block;
}
.gal_plan_care ul li::after {
  content: "";
  width: 100%;
  height: 30rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.gal_plan_care ul li.trigger::after {
  width: 0;
}
.gal_plan_care ul li.trigger p {
  -webkit-animation: fadein 1s forwards 1s normal;
          animation: fadein 1s forwards 1s normal;
}
.gal_plan_care ul li.top_gallery::before {
  background: url(../img/index_gallery.jpg) no-repeat center/cover;
}
.gal_plan_care ul li.top_plan::before {
  background: url(../img/index_plan.jpg) no-repeat center/cover;
}
.gal_plan_care ul li.top_care::before {
  background: url(../img/index_care.jpg) no-repeat center/cover;
}
.gal_plan_care ul li .btn {
  position: absolute;
  top: 27.5rem;
  left: 1rem;
  z-index: 1;
}
.gal_plan_care ul li p {
  margin: 3rem 0 0;
  opacity: 0;
  letter-spacing: 0.07em;
  text-align: justify;
}

@media screen and (min-width: 48em), print {
  .gal_plan_care {
    width: 120rem;
    margin: auto;
    padding: 0;
  }
  .gal_plan_care ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gal_plan_care ul li {
    width: 35rem;
    margin: 0;
  }
  .gal_plan_care ul li::before {
    height: 35rem;
  }
  .gal_plan_care ul li::after {
    height: 35rem;
  }
  .gal_plan_care ul li.top_plan {
    margin-top: 17rem;
  }
  .gal_plan_care ul li.top_care {
    margin-top: 34rem;
  }
  .gal_plan_care ul li .btn {
    top: 31.5rem;
    font-size: 1.8rem;
  }
  .gal_plan_care ul li p {
    margin: 4rem 0 0;
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 0 6rem;
  letter-spacing: 0.06em;
  line-height: 2.22;
}
body:not(.index) .main p {
  line-height: 1.8;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 120rem;
    margin: 7rem auto 15.5rem;
    font-size: 1.8rem;
  }
  body:not(.index) .main p {
    line-height: 2.22;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e81c";
  color: var(--clr_gray_dark3);
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
body.about .tit_01 {
  background: url(../img/about_tit_01.jpg) no-repeat center center/auto 100%;
}
body.about .concept .tit_02 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.about .concept > p {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 2.22;
}
body.about .concept > p::before {
  content: "";
  width: 100%;
  height: 20rem;
  background: url(../img/about_concept01.jpg) no-repeat center/cover;
  display: block;
  margin: 0 0 2rem;
}
body.about .concept > p::after {
  content: "";
  width: 60%;
  height: 12rem;
  background: url(../img/about_concept02.jpg) no-repeat center/cover;
  display: block;
  margin: 2rem auto 0;
}
body.about .care_facility {
  background: var(--clr_beige);
  padding: 3rem 2rem;
  margin: 6rem 0 0;
}
body.about .care_facility .care_service .txt_wrap {
  background: #fff;
  padding: 2rem 1rem;
  position: relative;
  margin: 0 0 25rem;
}
body.about .care_facility .care_service .txt_wrap::after {
  content: "";
  width: 100%;
  height: 20rem;
  position: absolute;
  bottom: -22.5rem;
  right: 0;
}
body.about .care_facility .care_service .txt_wrap h3 {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0 0 1rem;
  padding: 0 0 0 0.5rem;
  line-height: 1.6;
}
body.about .care_facility .care_service .txt_wrap .lst_ul li::before {
  font-size: 70%;
  top: 0.7em;
  left: 0.5em;
}
body.about .care_facility .care_service .txt_wrap > p {
  line-height: 1.9;
  margin: 3rem 0 0;
  text-align: justify;
}
body.about .care_facility .care_service .txt_wrap.one::after {
  background: url(../img/about_care_service01.jpg) no-repeat center/cover;
}
body.about .care_facility .care_service .txt_wrap.two h3.mt {
  margin: 4rem 0 1rem;
}
body.about .care_facility .care_service .txt_wrap.two::after {
  background: url(../img/about_care_service02.jpg) no-repeat center/cover;
}
body.about .care_facility .facility {
  margin: 30rem 0 0;
}
body.about .care_facility .facility .tit_img > img {
  margin: 1rem auto 3rem;
  width: 90%;
}
body.about .care_facility .facility img {
  margin: 0 auto 3rem;
}
body.about .care_facility .facility img:not(.floormap) {
  width: 90%;
}
body.about .care_facility .facility .deluxe,
body.about .care_facility .facility .executive,
body.about .care_facility .facility .suite {
  position: relative;
}
body.about .care_facility .facility .deluxe::after,
body.about .care_facility .facility .executive::after,
body.about .care_facility .facility .suite::after {
  width: 100%;
  height: 3rem;
  content: "";
  background: url(../img/about_facility_deluxe_txt.png) no-repeat right center/auto 100%;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
body.about .care_facility .facility .executive::after {
  background: url(../img/about_facility_exective_txt.png) no-repeat left center/auto 100%;
}
body.about .care_facility .facility .suite::after {
  background: url(../img/about_facility_suite_txt.png) no-repeat right center/auto 100%;
}
body.about .care_facility .facility .bnr_insta {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 4rem 0;
}
body.about .care_facility .facility .bnr_insta .insta_logo {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.8rem;
}
body.about .care_facility .facility .bnr_insta .insta_logo::before {
  content: "";
  width: 7rem;
  height: 7rem;
  background: #000;
  mask-image: url("../img/icon_insta.svg");
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  mask-position: center;
  -webkit-mask-image: url("../img/icon_insta.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: block;
  margin: auto;
}
body.about .care_facility .facility .bnr_insta .insta_logo p {
  margin: 1rem 0 0;
}
body.about .care_facility .facility .bnr_insta h3 {
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.6;
}
body.about .event {
  margin: 6rem 0;
}
body.about .lesson {
  background: var(--clr_beige);
  padding: 3rem 2rem;
  margin: 6rem 0;
}
body.about .meals {
  background: var(--clr_beige);
  padding: 3rem 2rem;
}
body.about .meals .img_wrap {
  margin: 4rem 0 0;
}
body.about .meals .img_wrap img {
  width: 90%;
  margin: 0 auto 2rem;
}
body.about .beauty {
  margin: 6rem 0;
}
body.about .beauty .tit_wrap img {
  width: 90%;
  margin: 0 auto 4rem;
}
body.about .beauty .img_salon img {
  width: 90%;
  margin: 0 auto 4rem;
}
body.about .beauty .img_salon img.img_tate {
  width: 60%;
}
body.about .daily_flow {
  background: var(--clr_beige);
  padding: 3rem 2rem;
}
body.about .daily_flow ul {
  margin: 8rem 0 0;
}
body.about .daily_flow ul li {
  margin-bottom: 4rem;
}
body.about .daily_flow ul li .img_tate {
  max-width: 60%;
  margin: auto;
}
body.about .daily_flow ul li p span {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0 0 0.5rem;
  display: block;
}

@media screen and (min-width: 48em), print {
  body.about .concept {
    position: relative;
  }
  body.about .concept .tit_02 p {
    -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;
    line-height: 1;
    margin: 7rem 0 0;
  }
  body.about .concept > p {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 30rem 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5rem;
  }
  body.about .concept > p::before {
    width: 75rem;
    height: 50rem;
    position: absolute;
    top: 5rem;
    right: 0;
  }
  body.about .concept > p::after {
    width: 40rem;
    height: 27rem;
    margin: 0;
  }
  body.about .care_facility {
    margin: 18rem 0 0;
    padding: 6rem;
  }
  body.about .care_facility .care_service {
    position: relative;
    z-index: 1;
  }
  body.about .care_facility .care_service .tit_02 {
    margin: 0 0 0 auto;
  }
  body.about .care_facility .care_service .txt_wrap {
    width: 64rem;
    padding: 5rem 5.5rem 4.5rem;
  }
  body.about .care_facility .care_service .txt_wrap::after {
    width: 58rem;
    height: 40rem;
  }
  body.about .care_facility .care_service .txt_wrap h3 {
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0;
  }
  body.about .care_facility .care_service .txt_wrap .lst_ul li {
    line-height: 1.9;
  }
  body.about .care_facility .care_service .txt_wrap .lst_ul li::before {
    top: 0.8em;
  }
  body.about .care_facility .care_service .txt_wrap.one::after {
    top: 13rem;
    right: -44rem;
  }
  body.about .care_facility .care_service .txt_wrap.two {
    margin: 31rem 0 0 auto;
    padding: 6rem 5rem 4rem;
  }
  body.about .care_facility .care_service .txt_wrap.two::after {
    top: -8rem;
    left: -44rem;
    right: auto;
    z-index: -1;
  }
  body.about .care_facility .care_service .txt_wrap.two h3.mt {
    margin: 5rem 0 1.5rem;
  }
  body.about .care_facility .facility {
    margin: 16rem 0 0;
  }
  body.about .care_facility .facility .tit_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10rem;
  }
  body.about .care_facility .facility .tit_img > img {
    width: 75rem;
    height: auto;
    margin: 0;
  }
  body.about .care_facility .facility img.floormap {
    margin: 0 0 15rem;
  }
  body.about .care_facility .facility img.img_facility01 {
    margin: 0 auto 10rem;
    width: 75rem;
  }
  body.about .care_facility .facility img.img_facility02 {
    width: 58rem;
    margin: 0 0 15rem auto;
  }
  body.about .care_facility .facility .deluxe::after,
  body.about .care_facility .facility .executive::after,
  body.about .care_facility .facility .suite::after {
    height: 6.4rem;
    padding: 0 3.5rem 0 0;
    background-position: right 11rem center;
  }
  body.about .care_facility .facility .deluxe > img,
  body.about .care_facility .facility .executive > img,
  body.about .care_facility .facility .suite > img {
    margin: 0 0 15rem;
    width: 75rem;
  }
  body.about .care_facility .facility .deluxe.executive::after,
  body.about .care_facility .facility .executive.executive::after,
  body.about .care_facility .facility .suite.executive::after {
    padding: 0 0 0 3.5rem;
    background-position: left 7rem center;
  }
  body.about .care_facility .facility .deluxe.executive > img,
  body.about .care_facility .facility .executive.executive > img,
  body.about .care_facility .facility .suite.executive > img {
    margin: 0 0 15rem auto;
  }
  body.about .care_facility .facility .deluxe.suite::after,
  body.about .care_facility .facility .executive.suite::after,
  body.about .care_facility .facility .suite.suite::after {
    background-position: right 14rem center;
  }
  body.about .care_facility .facility .bnr_insta {
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem 7rem 5rem;
    margin: 0 4rem 15rem;
  }
  body.about .care_facility .facility .bnr_insta .txt_wrap {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.about .care_facility .facility .bnr_insta .txt_wrap p {
    margin: 2rem 0 0;
  }
  body.about .care_facility .facility .bnr_insta h3 {
    font-size: 3rem;
  }
  body.about .care_facility .facility .bnr_insta .insta_logo {
    font-size: 2rem;
    line-height: 1.4;
  }
  body.about .care_facility .facility .bnr_insta .insta_logo::before {
    width: 9rem;
    height: 9rem;
  }
  body.about .care_facility .facility .bnr_insta:is(:hover, :focus-visible) {
    opacity: 0.7;
  }
  body.about .event {
    margin: 13rem 0 15rem;
  }
  body.about .event .tit_02 {
    margin: 0 auto 5rem;
  }
  body.about .event .detail {
    max-width: 75rem;
    margin: 3rem auto;
  }
  body.about .lesson {
    padding: 8rem 6rem;
  }
  body.about .lesson .tit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.about .lesson .tit_wrap .img_txt {
    margin: 4rem 0 0;
  }
  body.about .meals {
    padding: 12rem 6rem 8rem;
  }
  body.about .meals .tit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.about .meals .tit_wrap .img_txt {
    width: 83rem;
  }
  body.about .meals .tit_wrap .img_txt img {
    margin: 0 0 0 auto;
  }
  body.about .meals .tit_wrap .img_txt > p {
    margin: 3.5rem 0 0;
  }
  body.about .meals .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 8rem 0 0;
  }
  body.about .meals .img_wrap img {
    width: 32%;
    margin: 0;
  }
  body.about .beauty {
    margin: 12rem 0;
  }
  body.about .beauty .tit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body.about .beauty .tit_wrap img {
    width: 75rem;
    margin: 5rem 0 0;
  }
  body.about .beauty .img_salon {
    margin: 10rem 0 0;
    position: relative;
  }
  body.about .beauty .img_salon img.img_salon01 {
    width: 66rem;
    margin: 0 0 0 auto;
  }
  body.about .beauty .img_salon img.img_salon02 {
    width: 45rem;
    position: absolute;
    left: 0;
    top: 30rem;
  }
  body.about .beauty .img_salon img.img_salon03 {
    width: 54rem;
    margin: 20rem 0 0 auto;
  }
  body.about .beauty .img_salon img.img_salon04 {
    width: 66rem;
    margin: 10rem 0 0 5rem;
  }
  body.about .daily_flow {
    padding: 10rem 6rem 2rem;
    position: relative;
  }
  body.about .daily_flow ul {
    margin-top: -46rem;
  }
  body.about .daily_flow ul li {
    margin-bottom: 10rem;
  }
  body.about .daily_flow ul li p {
    margin: 0;
  }
  body.about .daily_flow ul li p span {
    font-size: 2rem;
    margin: 0;
  }
  body.about .daily_flow ul li .img_tate {
    max-width: 30%;
  }
  body.about .daily_flow ul li.flow1 {
    width: 82rem;
    margin: 0 0 9rem auto;
  }
  body.about .daily_flow ul li.flow1 p {
    margin: 3.5rem 0 0;
  }
  body.about .daily_flow ul li:not(.flow1, .flow5, .flow10, .flow12) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3.5rem;
    padding: 0 0 0 4rem;
  }
  body.about .daily_flow ul li.flow3, body.about .daily_flow ul li.flow7, body.about .daily_flow ul li.flow9 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
  }
  body.about .daily_flow ul li.flow5, body.about .daily_flow ul li.flow10, body.about .daily_flow ul li.flow12 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 9rem;
  }
  body.about .daily_flow ul li.flow5 p, body.about .daily_flow ul li.flow10 p, body.about .daily_flow ul li.flow12 p {
    margin: 1rem 0 0;
  }
  body.about .daily_flow ul li.flow9 {
    padding: 0;
  }
}
body.care .tit_01 {
  background: url(../img/care_tit_01.jpg) no-repeat center center/auto 100%;
}
body.care .tit_flex_wrap .tit_02_care {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 1.5rem 2rem;
  margin: 0 0 2rem;
  letter-spacing: 0.5em;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.3em, var(--clr_beige)), color-stop(1em, #fff));
  background: linear-gradient(to right, var(--clr_beige) 2.3em, #fff 1em);
}
body.care .tit_flex_wrap .tit_02_care span {
  display: block;
  text-indent: 1.5em;
}
body.care .tit_flex_wrap .tit_02_care.forbaby {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.care .tit_flex_wrap .tit_02_care.forbaby span {
  text-align: right;
  margin: 0 -1.5em 0 0;
}
body.care .tit_flex_wrap .inner h3 {
  line-height: 1.6;
  margin: 0 0 1rem;
}
body.care .lst_flow2 {
  counter-reset: number 0;
}
body.care .lst_flow2 > li:not(:last-of-type) {
  margin: 0 0 3rem;
}
body.care .lst_flow2 > li .tit {
  background: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  padding: 0.8rem 1rem;
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0.5em;
}
body.care .lst_flow2 > li .tit::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}
body.care .lst_flow2 > li .txt_wrap::before {
  content: "";
  width: 100%;
  height: 19rem;
  display: block;
  margin: 0 0 2rem;
}
body.care main > section {
  margin: 6rem 0 0;
}
body.care main > section .inner h3 {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
}
body.care .trouble {
  background: var(--clr_beige);
  padding: 3rem 2rem;
  margin: 4rem 0 0;
}
body.care .trouble .tit_03:not(:first-of-type) {
  margin: 4rem 0 1em;
}
body.care .trouble > .txt_wrap {
  margin: 2rem 0 0;
}
body.care .trouble > .txt_wrap::after {
  content: "";
  width: 100%;
  height: 19rem;
  background: url(../img/care_prebirth01.jpg) no-repeat center/cover;
  display: block;
  margin: 2rem 0 0;
}
body.care .trouble > .txt_wrap .tit_gray {
  width: 100%;
}
body.care .trouble .tit_gray {
  padding: 0.5rem 2rem;
}
body.care .trouble .lst_flow2 .train .txt_wrap::before {
  background: url(../img/care_prebirth02.jpg) no-repeat center/cover;
}
body.care .trouble .lst_flow2 .oilcare .txt_wrap::before {
  background: url(../img/care_prebirth03.jpg) no-repeat center/cover;
}
body.care .trouble.breastfeed {
  margin: 6rem 0 0;
}
body.care .trouble.breastfeed .lst_flow2 .breastfeed_point .txt_wrap::before {
  background: url(../img/care_prebirth04.jpg) no-repeat center/cover;
}
body.care .trouble.breastfeed .lst_flow2 .soften .txt_wrap::before {
  background: url(../img/care_prebirth05.jpg) no-repeat center/cover;
}
body.care .trouble.breastfeed_afterbirth .lst_flow2 .posture .txt_wrap::before {
  background: url(../img/care_afterbirth01.jpg) no-repeat center/cover;
}
body.care .trouble.breastfeed_afterbirth .lst_flow2 .cure .txt_wrap::before {
  background: url(../img/care_afterbirth02.jpg) no-repeat center/cover;
}
body.care .trouble.mastitis .lst_flow2 .feed .txt_wrap::before {
  background: url(../img/care_mastitis01.jpg) no-repeat center/cover;
}
body.care .trouble.mastitis .lst_flow2 .rest .txt_wrap::before {
  background: url(../img/care_mastitis02.jpg) no-repeat center/cover;
}
body.care .trouble.baby_skincare .lst_flow2 .thickness .txt_wrap::before {
  background: url(../img/care_forbaby01.jpg) no-repeat center/cover;
}
body.care .trouble.baby_skincare .lst_flow2 .sweat_gland .txt_wrap::before {
  background: url(../img/care_forbaby02.jpg) no-repeat center/cover;
}
body.care .trouble.baby_skincare .lst_flow2 .barrier .txt_wrap::before {
  background: url(../img/care_forbaby03.jpg) no-repeat center/cover;
}
body.care .trouble.baby_skincare .lst_flow2 .newborn .txt_wrap::before {
  background: url(../img/care_forbaby04.jpg) no-repeat center/cover;
}
body.care .trouble.baby_skincare .lst_flow2 .suit .txt_wrap::before {
  background: url(../img/care_forbaby05.jpg) no-repeat center/cover;
}
body.care .item {
  margin: 6rem 0 0;
}
body.care .item h3 {
  text-align: center;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0 0 2rem;
  font-size: 1.6rem;
}
body.care .item h3::before, body.care .item h3::after {
  content: "";
  height: 2px;
  width: auto;
  background: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.care .item .flex_wrap .item_img img {
  width: 50%;
  margin: 0 auto 2rem;
}
body.care .item .flex_wrap .item_img p {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
body.care .item .flex_wrap .item_img p.item_name {
  margin: 0 0 0.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.care .item .flex_wrap .item_img p.price {
  margin: 0.5rem 0 0;
  font-size: 1.6rem;
}
body.care .item .flex_wrap .item_img .btn_black {
  margin: 1rem auto 0;
}
body.care .item .flex_wrap .item_detail {
  margin: 4rem 0 0;
}
body.care .item .flex_wrap .item_detail p {
  margin: 0;
}
body.care .item .flex_wrap .item_detail .point {
  margin: 2rem 0 0;
  border-top: 2px solid var(--clr_gray);
  border-bottom: 2px solid var(--clr_gray);
  padding: 2rem 1rem;
}
body.care .item .flex_wrap .item_detail .point h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
  line-height: 1.6;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.5rem;
}
body.care .item .flex_wrap .item_detail .point h4::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: var(--clr_gray_dark);
}
body.care .item .flex_wrap .item_detail .point ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0 0 0.5rem;
}
body.care .item .flex_wrap .item_detail .point ul li::before {
  content: "＊";
}
body.care .item .how {
  margin: 6rem 0 0;
}
body.care .item .how .how_inner {
  background: var(--clr_beige);
  padding: 3rem 2rem;
}
body.care .item .how .how_inner dl .tit_gray {
  margin: 0 0 0.5rem;
}
body.care .item .how .how_inner dl dd {
  margin: 0 0 2rem;
  line-height: 1.8;
}
body.care .item .how .how_inner .use_tit {
  font-size: 1.5rem;
  display: block;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.care .item .how .how_inner img {
  width: 80%;
  margin: 2rem auto 0;
}
body.care .item .how .how_inner .astarisk {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.care .item .how .how_inner .astarisk::before {
  content: "＊";
}
body.care .item .recommend {
  margin: 4rem 0 0;
}
body.care .item .recommend .tit {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  text-align: center;
  background: var(--clr_beige);
  line-height: 1.6;
  padding: 1rem;
  position: relative;
  margin: 0 0 3rem;
}
body.care .item .recommend .tit::after {
  content: "";
  width: 3.4rem;
  height: 2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--clr_beige);
  position: absolute;
  bottom: -1.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.care .dl_mastitis dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid var(--clr_gray_dark);
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
body.care .dl_mastitis dd {
  margin: 0 0 1.5rem;
  line-height: 1.8;
}

@media screen and (min-width: 48em), print {
  body.care .lst_anc li a span {
    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;
    min-height: 8rem;
  }
  body.care .tit_flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.care .tit_flex_wrap .tit_02_care {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2.6rem;
    line-height: 2;
    padding: 3.5rem 7.5rem;
    margin: 0;
    letter-spacing: 0.8em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7rem, var(--clr_beige)), color-stop(7rem, #fff));
    background: linear-gradient(to bottom, var(--clr_beige) 7rem, #fff 7rem);
  }
  body.care .tit_flex_wrap .tit_02_care span {
    text-indent: 1.9em;
  }
  body.care .tit_flex_wrap .tit_02_care.forbaby span {
    margin: 0 0 -1.9em 0;
  }
  body.care .tit_flex_wrap .inner {
    width: 81rem;
    margin: 2rem 0 0;
  }
  body.care .tit_flex_wrap .inner h3 {
    font-size: 2.4rem;
  }
  body.care .lst_flow2 {
    margin: 4rem 0;
  }
  body.care .lst_flow2 > li:not(:last-of-type) {
    margin: 0 0 6rem;
  }
  body.care .lst_flow2 > li .tit {
    padding: 1.7rem 2.5rem;
    font-size: 2rem;
    margin: 0 0 4rem;
  }
  body.care .lst_flow2 > li .txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
  body.care .lst_flow2 > li .txt_wrap::before {
    width: 43rem;
    height: 30rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  body.care .lst_flow2 > li .txt_wrap > ul,
  body.care .lst_flow2 > li .txt_wrap > div,
  body.care .lst_flow2 > li .txt_wrap > p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.care main > section {
    margin: 16rem 0 0;
  }
  body.care .trouble {
    padding: 7rem 6rem;
    margin: 13rem 0 0;
  }
  body.care .trouble .tit_03:not(:first-of-type) {
    margin: 6rem 0 1em;
  }
  body.care .trouble > .txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 7rem;
    margin: 4rem 0 6rem;
  }
  body.care .trouble > .txt_wrap::after {
    width: 58rem;
    height: 40rem;
  }
  body.care .trouble > .txt_wrap > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.care .trouble .tit_gray {
    padding: 0.7rem 4rem;
  }
  body.care .trouble.breastfeed {
    margin: 18rem 0 0 !important;
  }
  body.care .item {
    margin: 16rem 0 0;
  }
  body.care .item h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7rem;
    margin: 0 0 7rem;
    font-size: 2.4rem;
  }
  body.care .item h3::before, body.care .item h3::after {
    width: 8rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  body.care .item .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.care .item .flex_wrap .item_img {
    width: 31rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  body.care .item .flex_wrap .item_img img {
    width: 100%;
    margin: 0 auto 3rem;
  }
  body.care .item .flex_wrap .item_img p {
    font-size: 1.6rem;
    text-align: left;
  }
  body.care .item .flex_wrap .item_img p.price {
    text-align: right;
    font-size: 2rem;
  }
  body.care .item .flex_wrap .item_img .btn_black {
    margin: 2rem auto 0;
  }
  body.care .item .flex_wrap .item_detail {
    width: 81rem;
    margin: 0;
  }
  body.care .item .flex_wrap .item_detail p {
    margin: 0;
  }
  body.care .item .flex_wrap .item_detail .point {
    margin: 5rem 0 0;
    border-top: 2px solid var(--clr_gray);
    border-bottom: 2px solid var(--clr_gray);
    padding: 3rem 2rem;
  }
  body.care .item .flex_wrap .item_detail .point h4 {
    font-size: 2rem;
  }
  body.care .item .flex_wrap .item_detail .point ul li {
    font-size: 1.6rem;
  }
  body.care .item .flex_wrap .item_detail .point ul.lst_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.care .item .flex_wrap .item_detail .point ul.lst_flex li {
    width: 48%;
  }
  body.care .item .how {
    margin: 10rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.care .item .how .how_inner {
    width: 95.2rem;
    padding: 7rem 6rem;
  }
  body.care .item .how .how_inner .use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5rem;
  }
  body.care .item .how .how_inner .use img {
    width: 28rem;
    margin: 0;
  }
  body.care .item .how .how_inner dl dd {
    line-height: 2.22;
  }
  body.care .item .how .how_inner .use_tit {
    font-size: 2rem;
  }
  body.care .item .how .how_inner .astarisk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.care .item .how .how_inner .astarisk::before {
    content: "＊";
  }
  body.care .item .recommend {
    margin: 9rem 0 0;
  }
  body.care .item .recommend .tit {
    font-size: 2rem;
    padding: 2rem;
    margin: 0 0 5rem;
  }
  body.care .item .recommend .lst_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4rem;
  }
  body.care .item .recommend .lst_ul li {
    width: 48%;
  }
  body.care .dl_mastitis {
    margin: 2rem 0 0;
  }
  body.care .dl_mastitis dt {
    font-size: 2rem;
  }
  body.care .dl_mastitis dd {
    line-height: 2.22;
  }
}
body.meeting .tit_01 {
  background: url(../img/meeting_tit_01.jpg) no-repeat center center/auto 100%;
}
body.meeting .for_visitor {
  margin: 8rem 0;
}
body.meeting .for_visitor .for_visitor_inner {
  background: var(--clr_beige);
  padding: 2rem;
}
body.meeting .for_visitor .for_visitor_inner h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.meeting .for_visitor .for_visitor_inner p {
  margin: 1rem 0 2rem;
}
body.meeting .visitor_option .visit_room {
  margin: 6rem 0;
}
body.meeting .visitor_option .visit_room p {
  margin: 0 0 2rem;
}
body.meeting .visitor_option .visit_room dl {
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.5rem;
  line-height: 1.6;
}
body.meeting .visitor_option .visit_room dl dt {
  margin: 0 0 1rem;
}
body.meeting .visitor_option .visit_room dl dt span {
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  display: block;
}
body.meeting .visitor_option .visit_room dl dd span {
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  body.meeting .tit_02 p .sp_n {
    display: inline;
  }
  body.meeting .for_visitor .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.meeting .for_visitor .flex_wrap .for_visitor_inner {
    width: 94rem;
    padding: 7rem 6rem;
    margin: 5rem 0 0;
  }
  body.meeting .for_visitor .flex_wrap .for_visitor_inner h3 {
    font-size: 2.4rem;
  }
  body.meeting .for_visitor .flex_wrap .for_visitor_inner p {
    margin: 0.5rem 0 1rem;
  }
  body.meeting .visitor_option {
    margin: 12rem 0 0;
  }
  body.meeting .visitor_option .visit_room {
    margin: 18rem 0;
    padding: 4rem 17rem;
  }
  body.meeting .visitor_option .visit_room p {
    margin: 0 0 2rem;
  }
  body.meeting .visitor_option .visit_room dl {
    text-align: left;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.meeting .visitor_option .visit_room dl dt {
    margin: 0;
  }
  body.meeting .visitor_option .visit_room dl dt span {
    font-size: 1.6rem;
    display: inline;
  }
  body.meeting .visitor_option .visit_room dl dd {
    text-align: right;
  }
  body.meeting .visitor_option .visit_room dl dd span {
    font-size: 1.8rem;
  }
}
body.plan .tit_01 {
  background: url(../img/plan_tit_01.jpg) no-repeat center center/auto 100%;
}
body.plan .lst_anc li a span {
  font-size: 1.2rem;
  display: block;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
body.plan .service {
  margin: 6rem 0 0;
}
body.plan .service h2 {
  background: var(--clr_gray_dark);
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 2rem;
}
body.plan .service > ul > li:not(:last-of-type) {
  margin: 0 0 2rem;
}
body.plan .service > ul > li h3 {
  line-height: 1.4;
  border-bottom: 1px solid #000;
  padding: 0 0 0.2rem;
  margin: 0 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.plan .service > ul > li .lst_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.plan .checkin_out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
  margin: 2rem 0 4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.plan .checkin_out dt {
  width: 50%;
  background: var(--clr_gray_dark);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  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;
}
body.plan .checkin_out dd {
  width: 46%;
}
body.plan .rooms > section {
  margin: 6rem 0 0;
}
body.plan .rooms > section .rooms_inner .price {
  text-align: right;
  font-size: 1.2rem;
}
body.plan .rooms > section .rooms_inner .price span {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 0 0 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.plan .rooms > section .rooms_inner p {
  text-align: justify;
}
body.plan .rooms > section .suite_img02 {
  margin: 1rem 0 0;
}
body.plan .special_offers {
  margin: 6rem 0 0;
}
body.plan .special_offers .box_beige p {
  font-size: 1.2rem;
}
body.plan .option {
  margin: 6rem 0;
}
body.plan .option h3 {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.plan .option .option_detail > section {
  margin: 6rem 0 0;
}
body.plan .option .option_detail > section::before {
  content: "";
  width: 100%;
  height: 20rem;
  display: block;
  margin: 0 0 2rem;
}
body.plan .option .option_detail > section.twins::before {
  background: url(../img/plan_twins.jpg) no-repeat center/cover;
}
body.plan .option .option_detail > section.late::before {
  background: url(../img/plan_late.jpg) no-repeat center/cover;
}
body.plan .option .option_detail > section.family_day::before {
  background: url(../img/plan_familyday.jpg) no-repeat center/cover;
}
body.plan .option .option_detail > section.family_stay::before {
  background: url(../img/plan_familystay.jpg) no-repeat center/cover;
}
body.plan .option .option_detail > section.family_stay .txt_16 {
  font-size: 1.2rem;
}
body.plan .option .option_detail > section h3, body.plan .option .option_detail > section h4 {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.6;
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
}
body.plan .option .option_detail > section h3 .price, body.plan .option .option_detail > section h4 .price {
  font-size: 1.4rem;
  display: block;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
body.plan .option .option_detail > section h3 .price .txt_large, body.plan .option .option_detail > section h4 .price .txt_large {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 0 0 1rem;
}
body.plan .option .option_detail > section h3 .price .txt_small, body.plan .option .option_detail > section h4 .price .txt_small {
  font-size: 1.2rem;
}
body.plan .option .option_detail > section .lst_ul li {
  line-height: 1.6;
}
body.plan .option .option_detail > section .lst_ul li::before {
  top: 0.3em;
}
body.plan .option .option_detail > section dl {
  line-height: 1.8;
}
body.plan .option .option_detail > section dl dt {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.plan .option .option_detail > section dl dd:not(:last-of-type) {
  margin-bottom: 2rem;
}
body.plan .option .option_detail > section dl dd > ul {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  body.plan .lst_anc li a span {
    font-size: 2rem;
    margin: 0.5rem 0 0;
  }
  body.plan .service {
    margin: 17rem 0 0;
    padding: 7rem 6rem;
  }
  body.plan .service h2 {
    font-size: 2.4rem;
    margin: 0 0 5rem;
  }
  body.plan .service > ul > li:not(:last-of-type) {
    margin: 0 0 2.5rem;
  }
  body.plan .service > ul > li h3 {
    font-size: 2rem;
  }
  body.plan .service > ul > li > p {
    margin: 0;
  }
  body.plan .checkin_out {
    gap: 3rem;
    padding: 0;
    margin: 5rem 0;
  }
  body.plan .checkin_out dt {
    width: 23%;
    font-size: 2rem;
    padding: 0.8rem 0;
  }
  body.plan .checkin_out dd {
    width: 23%;
    font-size: 2.4rem;
  }
  body.plan .rooms > section {
    margin: 13rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  body.plan .rooms > section:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body.plan .rooms > section .rooms_inner {
    width: 82rem;
  }
  body.plan .rooms > section .rooms_inner .price {
    font-size: 1.8rem;
  }
  body.plan .rooms > section .rooms_inner .price span {
    font-size: 2.4rem;
  }
  body.plan .rooms > section .suite .suite_img02 {
    margin: 0;
    position: absolute;
    top: 47rem;
    left: 0;
    width: 47rem;
    height: auto;
  }
  body.plan .rooms > section .suite p {
    padding: 0 0 0 15rem;
  }
  body.plan .special_offers {
    margin: 15rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.plan .special_offers .tit_02 {
    margin: 0 0 0 auto;
  }
  body.plan .special_offers .box_beige {
    width: 95rem;
    padding: 7rem 6rem 6rem;
  }
  body.plan .special_offers .box_beige .tit_gray {
    font-size: 1.8rem;
    padding: 0.5rem 3rem;
  }
  body.plan .special_offers .box_beige .lst_ul li {
    font-size: 2rem;
  }
  body.plan .special_offers .box_beige p {
    font-size: 1.8rem;
  }
  body.plan .option {
    margin: 15rem 0 0;
  }
  body.plan .option .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.plan .option .flex_wrap .box_beige {
    width: 95.2rem;
    padding: 5rem 6rem;
  }
  body.plan .option .flex_wrap .box_beige h3 {
    font-size: 2.4rem;
  }
  body.plan .option .flex_wrap .box_beige p {
    margin: 0;
  }
  body.plan .option .option_detail > section {
    margin: 12rem 0 17rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
    position: relative;
  }
  body.plan .option .option_detail > section::before {
    width: 43rem;
    height: 30rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  body.plan .option .option_detail > section:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body.plan .option .option_detail > section.family_stay .txt_16 {
    font-size: 1.6rem;
  }
  body.plan .option .option_detail > section h3, body.plan .option .option_detail > section h4 {
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0.5rem;
  }
  body.plan .option .option_detail > section h3 .price, body.plan .option .option_detail > section h4 .price {
    font-size: 1.8rem;
  }
  body.plan .option .option_detail > section h3 .price .txt_large, body.plan .option .option_detail > section h4 .price .txt_large {
    font-size: 2.4rem;
  }
  body.plan .option .option_detail > section h3 .price .txt_small, body.plan .option .option_detail > section h4 .price .txt_small {
    font-size: 1.6rem;
  }
  body.plan .option .option_detail > section h4 {
    text-align: center;
    display: block;
  }
  body.plan .option .option_detail > section .family_late {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 43rem;
  }
  body.plan .option .option_detail > section .family_late p {
    margin: 1em 0 0;
  }
}
body.reservation .tit_01 {
  padding: 1rem 10rem 1rem 1rem;
  background: url(../img/reservation_tit_01.jpg) no-repeat center center/auto 100%;
}
body.reservation .tour .tour_inner ol {
  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;
  gap: 4rem;
  position: relative;
}
body.reservation .tour .tour_inner ol.tour_lst1 {
  padding: 0 0 16rem;
}
body.reservation .tour .tour_inner ol li {
  text-align: center;
  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;
  line-height: 1.4;
  gap: 0.5rem;
  position: relative;
}
body.reservation .tour .tour_inner ol li::before {
  content: "";
  width: 9rem;
  height: 9rem;
  display: block;
}
body.reservation .tour .tour_inner ol li:not(.tour_flow04, .tour_flow07)::after {
  content: "";
  width: 3rem;
  height: 1.5rem;
  background: #000;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.reservation .tour .tour_inner ol li.tour_flow01::before {
  background: url(../img/reservation_tour01.svg) no-repeat center/100% auto;
}
body.reservation .tour .tour_inner ol li.tour_flow02::before {
  background: url(../img/reservation_tour02.svg) no-repeat center/100% auto;
}
body.reservation .tour .tour_inner ol li.tour_flow03::before {
  background: url(../img/reservation_tour03.svg) no-repeat center/100% auto;
}
body.reservation .tour .tour_inner ol li.tour_flow03::after {
  left: 90%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.reservation .tour .tour_inner ol li.tour_flow04 {
  position: absolute;
  right: 2rem;
  bottom: 0;
}
body.reservation .tour .tour_inner ol li.tour_flow04::before {
  background: url(../img/reservation_tour04.svg) no-repeat center/100% auto;
}
body.reservation .tour .tour_inner ol li.tour_flow05::before {
  background: url(../img/reservation_tour05.svg) no-repeat center/100% auto;
}
body.reservation .tour .tour_inner ol li.tour_flow06::before {
  background: url(../img/reservation_tour06.svg) no-repeat center/100% auto;
}
body.reservation .tour .tour_inner ol li.tour_flow07::before {
  background: url(../img/reservation_tour07.svg) no-repeat center/100% auto;
}
body.reservation .tour .tour_inner .take_rsv {
  width: 50%;
  margin-top: -11rem;
  position: relative;
}
body.reservation .tour .tour_inner .take_rsv::before {
  content: "";
  width: 3rem;
  height: 1.5rem;
  background: #000;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  top: -3.5rem;
  right: 22%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.reservation .tour .tour_inner .take_rsv h3 {
  font-size: 1.4rem;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  border: 1px solid #000;
  padding: 1rem;
  line-height: 1.4;
  margin: 0 0 2rem;
}
body.reservation .tour .tour_inner section {
  margin: 4rem 0 0;
}
body.reservation .tour .tour_inner section h3 {
  color: #fff;
  background: var(--clr_gray_dark);
  padding: 0.5rem 2rem 0.2rem;
  margin: 0 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
}
body.reservation .tour .rsv_tel {
  margin: 4rem 0 0;
  padding: 2rem;
}
body.reservation .tour .rsv_tel li:not(:last-of-type) {
  margin: 0 0 2rem;
}
body.reservation .tour .rsv_tel li .btn_rsv,
body.reservation .tour .rsv_tel li .tel_style2 {
  background: #fff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 2rem;
  text-decoration: none;
  padding: 2rem 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.reservation .tour .rsv_tel li .btn_rsv span,
body.reservation .tour .rsv_tel li .tel_style2 span {
  display: block;
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
body.reservation .tour .rsv_tel li .btn_rsv::before,
body.reservation .tour .rsv_tel li .tel_style2::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.reservation .tour .rsv_tel li .btn_rsv.btn_rsv::before,
body.reservation .tour .rsv_tel li .tel_style2.btn_rsv::before {
  background: url(../img/icon_calendar.png) no-repeat center/100% auto;
}
body.reservation .tour .rsv_tel li .btn_rsv.tel_style2::before,
body.reservation .tour .rsv_tel li .tel_style2.tel_style2::before {
  background: url(../img/icon_tel.png) no-repeat center/100% auto;
}
body.reservation .reservation_flow {
  margin: 6rem 0 0;
}
body.reservation .reservation_flow .btn_black.open {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1rem;
  margin: 0 0 4rem;
}
body.reservation .reservation_flow .btn_black.open::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/icon_open.svg) no-repeat center/100% auto;
}
body.reservation .reservation_flow .btn_black.open span {
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 1.2rem;
}
body.reservation .faq {
  margin: 6rem 0 0;
}

@media screen and (min-width: 48em), print {
  body.reservation .tit_01 {
    padding: 5rem 50rem 5rem 7rem;
  }
  body.reservation .tour .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.reservation .tour .flex_wrap .tour_inner {
    margin: 5rem 0 0;
    width: 91rem;
  }
  body.reservation .tour .flex_wrap .tour_inner ol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
    padding: 0;
    margin: 0 0 6rem;
  }
  body.reservation .tour .flex_wrap .tour_inner ol li {
    font-size: 1.6rem;
  }
  body.reservation .tour .flex_wrap .tour_inner ol li::before {
    width: 11rem;
    height: 11rem;
  }
  body.reservation .tour .flex_wrap .tour_inner ol li::after {
    width: 1.6rem;
    height: 3.4rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    left: auto;
    right: -3.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.reservation .tour .flex_wrap .tour_inner ol li.tour_flow04 {
    position: static;
  }
  body.reservation .tour .flex_wrap .tour_inner .take_rsv {
    margin: 7rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8rem;
    width: 100%;
    padding: 0 1rem 0 0;
  }
  body.reservation .tour .flex_wrap .tour_inner .take_rsv::before {
    left: 47%;
    top: -2rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body.reservation .tour .flex_wrap .tour_inner .take_rsv h3 {
    font-size: 1.8rem;
    padding: 1rem 5rem;
    margin: 0 0 7rem;
  }
  body.reservation .tour .flex_wrap .tour_inner section h3 {
    padding: 1rem 3rem;
    margin: 0 0 2rem;
  }
  body.reservation .tour .rsv_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6rem;
  }
  body.reservation .tour .rsv_tel li:not(:last-of-type) {
    margin: 0;
  }
  body.reservation .tour .rsv_tel li .btn_rsv,
  body.reservation .tour .rsv_tel li .tel_style2 {
    width: 51rem;
    font-size: 2.4rem;
    padding: 3rem 1rem;
  }
  body.reservation .tour .rsv_tel li .btn_rsv span,
  body.reservation .tour .rsv_tel li .tel_style2 span {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
  }
  body.reservation .tour .rsv_tel li .btn_rsv::before,
  body.reservation .tour .rsv_tel li .tel_style2::before {
    width: 4rem;
    height: 4.2rem;
  }
  body.reservation .tour .rsv_tel li .btn_rsv.btn_rsv:is(:hover, :focus-visible),
  body.reservation .tour .rsv_tel li .tel_style2.btn_rsv:is(:hover, :focus-visible) {
    opacity: 0.7;
  }
  body.reservation .reservation_flow {
    margin: 16rem 0 0;
  }
  body.reservation .reservation_flow .tit_02 {
    margin: 0 0 0 auto;
  }
  body.reservation .reservation_flow .reservation_flow_inner {
    margin-top: -36rem;
  }
  body.reservation .reservation_flow .reservation_flow_inner .lst_flow li:first-of-type, body.reservation .reservation_flow .reservation_flow_inner .lst_flow li:nth-of-type(2) {
    width: 94.8rem;
  }
  body.reservation .reservation_flow .reservation_flow_inner .lst_flow li:first-of-type::after, body.reservation .reservation_flow .reservation_flow_inner .lst_flow li:nth-of-type(2)::after {
    -webkit-transform: translateX(9.5rem);
            transform: translateX(9.5rem);
  }
  body.reservation .faq {
    margin: 17rem 0 0;
  }
}
body.contact .tit_01 {
  background: url(../img/contact_tit_01.jpg) no-repeat center center/auto 100%;
}
body.contact .tel_line {
  text-align: center;
}
body.contact .tel_line p {
  font-size: 1.6rem;
}
body.contact .tel_line ul li {
  font-size: 1.4rem;
  line-height: 1.6;
}
body.contact .tel_line ul li.tel_style {
  font-size: 1.4rem;
}
body.contact .tel_line ul li.tel_style span {
  font-size: 2rem;
}
body.contact .tel_line ul li.line_wrap img {
  margin: 2rem auto;
}
body.contact .form_inner {
  background: var(--clr_beige);
  padding: 2rem;
  margin: 6rem 0 0;
}

@media screen and (min-width: 48em), print {
  body.contact .tel_line {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  body.contact .tel_line p {
    font-size: 2rem;
    margin: 0 0 1.5rem;
  }
  body.contact .tel_line ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contact .tel_line ul li.tel_style {
    font-size: 2.6rem;
  }
  body.contact .tel_line ul li.tel_style span {
    font-size: 3.9rem;
  }
  body.contact .tel_line ul li.line_wrap img {
    width: 6rem;
    margin: 0;
  }
  body.contact .form_inner {
    margin: 9.5rem 0 0;
    padding: 7rem 6rem 4rem;
  }
}
#mailformpro .required::after {
  content: "※";
  color: var(--clr_red);
  margin: 0 0 0 1em;
}
#mailformpro dl dt {
  padding: 0 !important;
  border-top: none !important;
  font-size: 1.4rem !important;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#mailformpro dl dd {
  padding: 1rem 1rem 2rem !important;
  line-height: 1.8 !important;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.4rem !important;
}
#mailformpro dl dd input, #mailformpro dl dd textarea {
  border: 1px solid #ccc;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
}
#mailformpro dl dd input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#mailformpro dl dd input[type=text], #mailformpro dl dd input[type=tel], #mailformpro dl dd input[type=email], #mailformpro dl dd input[type=date] {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #ccc;
  padding: 0.6rem 1rem;
  text-align: left !important;
}
#mailformpro dl dd input[type=radio] {
  margin: 0 0.5rem 0 0;
}
#mailformpro dl dd input.harf {
  width: 48%;
}
#mailformpro dl dd label {
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: block;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#mailformpro dl dd select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  background: none;
  padding: 0.6rem;
  margin: 0 0 0.4rem;
}
#mailformpro dl dd textarea {
  max-width: 100% !important;
  width: 100% !important;
  height: 20rem !important;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#mailformpro .mfp_not_checked, #mailformpro .mfp_checked {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#mailformpro .mfp_element_submit {
  background: #000;
  text-shadow: none;
  padding: 0.5rem 2rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#mailformpro .mfp_element_submit:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #000;
}
#mailformpro div.mfp_err {
  background: none;
  padding: 0;
  color: #c00;
}
#mailformpro .problem {
  background: #ffeef1 !important;
}
#mailformpro #mfp_confirm_table {
  border-bottom: solid 1px #CCC;
}
#mailformpro #mfp_confirm_table tr.mfp_colored {
  background: none !important;
}
#mailformpro #mfp_confirm_table tr th {
  background: var(--clr_txt);
}
#mailformpro #mfp_confirm_table tr th, #mailformpro #mfp_confirm_table tr td {
  font-size: inherit !important;
}
#mailformpro .mfp_buttons {
  margin: 2rem 0 0;
}
#mailformpro .mfp_colored {
  background: none !important;
}
#mailformpro .privacy {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--clr_gray_light6);
}
#mailformpro .privacy .privacy_inner {
  max-height: 100vw;
  overflow-y: auto;
  scrollbar-color: var(--clr_gray_light) var(--clr_gray_light5);
}
#mailformpro .privacy .privacy_inner::-webkit-scrollbar {
  background-color: var(--clr_gray_light5);
  border-radius: 100vw;
}
#mailformpro .privacy .privacy_inner::-webkit-scrollbar-thumb {
  background: var(--clr_gray_light);
  border-radius: 100vw;
}
#mailformpro .privacy .privacy_inner h2 {
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#mailformpro .privacy .privacy_inner > p {
  margin: 0 0 2rem;
}
#mailformpro .privacy .privacy_inner .lst_ol > li {
  display: block;
  margin: 0 0 2rem;
}
#mailformpro .privacy .privacy_inner .lst_ol > li::before {
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: bold;
}
#mailformpro .privacy .privacy_inner .lst_ol > li span:not(.js-tel) {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#mailformpro .privacy .privacy_inner .lst_ol > li > p {
  margin: 2rem 0 0;
}
#mailformpro .privacy_check {
  line-height: 1.6;
  margin: 2rem auto;
  font-size: 1.3rem;
  position: relative;
}
#mailformpro .privacy_check.required::after {
  position: absolute;
  margin: 0 !important;
  right: 0.5em;
  top: 0.2rem;
}
#mailformpro .privacy_check input {
  margin: 0 1rem 0.5rem 0;
  width: 1.5rem;
  height: 1.5rem;
}

#mfp_phase_confirm_inner h4 {
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
}

.mfp_element_button {
  background: #000 !important;
  border: none !important;
  text-shadow: none !important;
  padding: 0.5rem 1rem !important;
  color: #fff !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mfp_element_button:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #000;
}

@media screen and (min-width: 48em), print {
  #mailformpro dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 3rem;
  }
  #mailformpro dl dt {
    width: 21.5% !important;
    text-align: left !important;
    float: none !important;
    font-size: inherit !important;
    padding: 0 !important;
    margin: 0 0 3rem !important;
  }
  #mailformpro dl dd {
    width: 73.5%;
    padding: 2rem !important;
    border-top: none !important;
    padding: 0 !important;
    margin: 0 0 3rem !important;
    font-size: inherit !important;
  }
  #mailformpro dl dd .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 5rem;
  }
  #mailformpro .mfp_element_submit {
    padding: 2.5rem 9rem;
  }
  #mailformpro #mfp_confirm_table tr th {
    width: 30% !important;
  }
  #mailformpro #mfp_confirm_table tr th, #mailformpro #mfp_confirm_table tr td {
    padding: 2rem !important;
  }
  #mailformpro .mfp_buttons {
    margin: 4rem 0 0;
  }
  #mailformpro .privacy {
    padding: 5rem 3rem 5rem 5rem;
    font-size: 1.6rem;
  }
  #mailformpro .privacy .privacy_inner {
    max-height: 54.2rem;
    padding: 0 2rem 0 0;
  }
  #mailformpro .privacy .privacy_inner::-webkit-scrollbar {
    width: 1.4rem;
  }
  #mailformpro .privacy .privacy_inner h2 {
    font-size: 1.6rem;
  }
  #mailformpro .privacy_check {
    margin: 4rem auto 2rem;
    font-size: 1.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #mailformpro .privacy_check.required::after {
    right: -1.5em;
  }
  #mailformpro .privacy_check label {
    position: relative;
  }
  #mailformpro .privacy_check label input {
    width: 2.5rem;
    height: 2.5rem;
  }
  #mailformpro .txt_red.txt_c.txt_small {
    font-size: 1.8rem;
  }
  .mfp_element_button {
    padding: 1.5rem 7rem !important;
  }
}
body.access .tit_01 {
  background: url(../img/access_tit_01.jpg) no-repeat center center/auto 100%;
}
body.access .map {
  background: url(../img/access_jpmap.png) no-repeat right top 12rem/100% auto;
}
body.access .map .tit_02 p .car,
body.access .map .tit_02 p .train {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
body.access .map .tit_02 p .car::before,
body.access .map .tit_02 p .train::before {
  width: 2.5rem;
  height: 2.5rem;
  content: "";
}
body.access .map .tit_02 p .car::before {
  background: url(../img/icon_car.svg) no-repeat center/100% auto;
}
body.access .map .tit_02 p .train::before {
  background: url(../img/icon_train.svg) no-repeat center/100% auto;
}
body.access .map .logo_add {
  width: 68%;
  margin: 25.5rem 0 0 auto;
  padding: 2rem;
  background: #fff;
  border: 3px solid var(--clr_gray);
  position: relative;
}
body.access .map .logo_add::before, body.access .map .logo_add::after {
  content: "";
  width: 2rem;
  height: 4.5rem;
  background: var(--clr_gray);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  top: -4.5rem;
  left: 6rem;
}
body.access .map .logo_add::after {
  top: -3.5rem;
  background: #fff;
}
body.access .map .logo_add p {
  margin: 0.5rem 0 0;
}
body.access .map .illustmap {
  margin: 5rem 0;
}
body.access .map .illustmap .txt_vertical_pc {
  margin: 4rem 0 0;
  text-align: center;
  font-size: 1.6rem;
}
body.access .map .illustmap .txt_vertical_pc p {
  margin: 0;
}
body.access .map .illustmap .txt_vertical_pc p .tel_style {
  display: block;
  padding: 1rem;
  margin: 2rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--clr_gray_light5);
  font-size: 2rem;
}
body.access .map .illustmap .txt_vertical_pc p .tel_style::before {
  content: "TEL";
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}
body.access .map .illustmap .txt_vertical_pc p .tel_style.tel_img {
  display: none;
}
body.access .map .route {
  display: block;
  background: var(--clr_beige);
  text-decoration: none;
  text-align: center;
  padding: 2rem 1rem;
  margin: 4rem 0;
  position: relative;
}
body.access .map .route::after {
  font-family: "fontello";
  content: "\e81c";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--clr_gray_dark);
}
body.access .map .route span {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.access .faq {
  margin: 6rem 0;
}
body.access .faq .lst_faq li.q2 {
  position: relative;
  margin-bottom: 27rem;
}
body.access .faq .lst_faq li.q2::after {
  content: "";
  width: 60%;
  height: 22rem;
  background: url(../img/access_facilities.jpg) no-repeat center/cover;
  position: absolute;
  bottom: -24rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.access .access_info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  margin-bottom: 2rem;
}
body.access .access_info ul li::before {
  content: "●";
  color: var(--clr_gray_dark);
  font-size: 130%;
}
body.access .access_info ul li .parking_name {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}
body.access .access_info ul li .parking_name span {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
}
body.access .access_info ul li .detail {
  font-size: 1.2rem;
  border: 1px solid var(--clr_gray);
  padding: 1rem;
  margin: 0;
}
body.access .access_info ul li .detail span {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.access .access_info .times {
  font-size: 1.2rem;
  line-height: 1.66;
}

@media screen and (min-width: 48em), print {
  body.access .map {
    position: relative;
    background: url(../img/access_jpmap.png) no-repeat right top 10rem/85.7rem auto;
  }
  body.access .map .tit_02 p .car,
  body.access .map .tit_02 p .train {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
  body.access .map .tit_02 p .car::before,
  body.access .map .tit_02 p .train::before {
    width: 3.4rem;
    height: 3.4rem;
  }
  body.access .map .logo_add {
    position: absolute;
    right: 0;
    top: 73.5rem;
    margin: 0;
    padding: 3rem 2rem 2rem;
    width: 43.4rem;
    text-align: center;
  }
  body.access .map .logo_add::before, body.access .map .logo_add::after {
    width: 3rem;
    height: 8.8rem;
    top: -8.8rem;
    left: 4rem;
  }
  body.access .map .logo_add::after {
    top: -6.8rem;
  }
  body.access .map .logo_add img {
    width: 21rem;
    margin: auto;
  }
  body.access .map .logo_add p {
    font-size: 1.8rem;
    margin: 1.5rem 0 0;
  }
  body.access .map .illustmap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 17rem 0 0;
  }
  body.access .map .illustmap .illustmap_img {
    width: 75rem;
    height: auto;
  }
  body.access .map .illustmap .txt_vertical_pc {
    margin: 0;
    text-align: left;
    font-size: 2.6rem;
    letter-spacing: 0.8em;
    white-space: nowrap;
  }
  body.access .map .illustmap .txt_vertical_pc p .tel_style {
    margin: 0 3rem 0 0;
  }
  body.access .map .illustmap .txt_vertical_pc p .tel_style::before {
    display: none;
  }
  body.access .map .illustmap .txt_vertical_pc p .tel_style.tel_img {
    display: block;
    padding: 1.5rem 2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  body.access .map .illustmap .txt_vertical_pc p .tel_style.tel_img img {
    width: 1.3rem;
    height: auto;
  }
  body.access .map .illustmap .txt_vertical_pc p .tel_style.tel_word {
    display: none;
  }
  body.access .map .route {
    font-size: 1.9rem;
    padding: 2.2rem;
    margin: 8rem 0 0;
  }
  body.access .map .route::after {
    font-size: 2.6rem;
    right: 3rem;
  }
  body.access .map .route:is(:hover, :focus-visible) {
    opacity: 0.8;
  }
  body.access .faq {
    margin: 17rem 0;
  }
  body.access .faq .lst_faq li:not(:last-of-type) {
    margin-bottom: 12rem;
  }
  body.access .faq .lst_faq li.q2 {
    width: 78rem;
    min-height: 24.6rem;
  }
  body.access .faq .lst_faq li.q2::after {
    width: 36rem;
    height: 44rem;
    right: -42rem;
    left: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  body.access .faq .lst_faq li.q3 {
    margin: 0 5rem 0 auto;
    width: 97rem;
  }
  body.access .access_info {
    padding: 0 0 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.access .access_info ul {
    margin: 5rem 0 0;
    width: 76.1rem;
  }
  body.access .access_info ul li {
    margin-bottom: 3.3rem;
  }
  body.access .access_info ul li:last-of-type {
    margin-bottom: 2rem;
  }
  body.access .access_info ul li div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.access .access_info ul li div .parking_name {
    font-size: 2rem;
  }
  body.access .access_info ul li div .parking_name span {
    font-size: 2.2rem;
  }
  body.access .access_info ul li div .detail {
    font-size: 1.8rem;
    padding: 1.3rem 3rem;
    line-height: 1.66;
  }
  body.access .access_info .times {
    font-size: 1.6rem;
    padding: 0 0 0 2rem;
  }
}
body.privacy .logo {
  width: 60%;
  margin: auto;
}
body.privacy .company_overview {
  margin: 4rem 0 0;
}
body.privacy .company_overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}
body.privacy .company_overview dl dt {
  width: 30%;
  background: var(--clr_gray);
  color: #fff;
  text-align: center;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.privacy .company_overview dl dt:not(:last-of-type) {
  margin: 0 0 0.5rem;
}
body.privacy .company_overview dl dd {
  width: 70%;
  padding: 0.2rem 1rem;
}
body.privacy .company_overview dl dd:not(:last-of-type) {
  margin: 0 0 0.5rem;
}
body.privacy .greetings {
  margin: 6rem 0 0;
}
body.privacy .greetings .img_dr img {
  width: 60%;
  margin: auto;
}
body.privacy .greetings .img_dr p {
  text-align: center;
  font-size: 1.6rem;
  margin: 1rem 0 0;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
body.privacy .privacy_policy {
  background: var(--clr_beige);
  margin: 6rem 0 0;
  padding: 3rem 2rem;
}
body.privacy .privacy_policy .policy_inner > p {
  margin: 0 0 2rem;
}
body.privacy .privacy_policy .policy_inner > ul > li {
  margin: 0 0 2rem;
  line-height: 1.8;
}
body.privacy .privacy_policy .contact {
  background: #fff;
  padding: 1rem;
  text-align: center;
  font-size: 1.4rem;
}
body.privacy .privacy_policy .contact h3 {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.privacy .privacy_policy .contact .tel_style2::before {
  content: "TEL.";
}

@media screen and (min-width: 48em), print {
  body.privacy .logo {
    width: 42.2rem;
    margin: 10rem auto 12rem;
  }
  body.privacy .company_overview {
    padding: 4.5rem 34rem;
  }
  body.privacy .company_overview dl dt {
    width: 24%;
    font-size: 1.6rem;
    padding: 0.2rem 2rem;
  }
  body.privacy .company_overview dl dt:not(:last-of-type) {
    margin: 0 0 1.1rem;
  }
  body.privacy .company_overview dl dd {
    width: 76%;
    padding: 0.2rem 0 0.2rem 2rem;
  }
  body.privacy .company_overview dl dd:not(:last-of-type) {
    margin: 0 0 1.1rem;
  }
  body.privacy .greetings {
    margin: 14rem 0 0;
  }
  body.privacy .greetings .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin: 0 0 15rem;
  }
  body.privacy .greetings .flex_wrap .img_dr {
    position: absolute;
    bottom: -47rem;
    right: 0;
  }
  body.privacy .greetings .flex_wrap .img_dr img {
    width: 30rem;
  }
  body.privacy .greetings .flex_wrap .img_dr p {
    font-size: 2rem;
  }
  body.privacy .greetings .flex_wrap .p_wrap {
    width: 90.6rem;
    margin: 2rem 0 0;
  }
  body.privacy .greetings .narrow {
    width: 80rem;
    margin: 0 0 16rem;
  }
  body.privacy .privacy_policy {
    padding: 6.5rem 6rem;
  }
  body.privacy .privacy_policy .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.privacy .privacy_policy .flex_wrap .policy_inner {
    width: 84.5rem;
  }
  body.privacy .privacy_policy .flex_wrap .policy_inner p {
    margin: 0 0 4rem;
  }
  body.privacy .privacy_policy .flex_wrap .policy_inner > ul > li {
    line-height: 2.22;
    margin: 0 0 4rem;
  }
  body.privacy .privacy_policy .contact {
    margin: 2rem 0 0;
    font-size: 2rem;
    padding: 4.5rem;
  }
  body.privacy .privacy_policy .contact p {
    margin: 0;
  }
}
body.recruit .tit_01 {
  background: url(../img/recruit_tit_01.jpg) no-repeat center center/auto 100%;
}
body.recruit .lst_anc li a::before {
  display: none;
}
body.recruit .lst_anc li a span {
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: block;
  border-bottom: 3px solid var(--clr_gray);
  margin: 0 0 1rem;
  padding: 0 0 0.2rem;
}
body.recruit .recruit_detail {
  margin: 6rem 0 0;
}
body.recruit .recruit_detail h2 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  text-align: center;
  border-bottom: 3px solid var(--clr_gray_light6);
  margin: 0 0 2rem;
}
body.recruit .recruit_detail .lst_anc li.full a {
  pointer-events: none;
  color: var(--clr_gray_light6);
}
body.recruit .recruit_detail .lst_anc li.full a::before {
  color: #000;
}
body.recruit .recruit_detail .for_all {
  margin: 6rem 0 0;
}
body.recruit .recruit_detail .for_all h3 {
  background: var(--clr_gray_dark);
  color: #fff;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  padding: 0.3rem 1rem;
  margin: 0 0 2rem;
}
body.recruit .recruit_detail .box {
  margin: 8rem 0 0;
}
body.recruit .recruit_detail .box .img_wrap img {
  width: 90%;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 48em), print {
  body.recruit .narrow {
    padding: 0 5rem;
  }
  body.recruit .narrower {
    width: 55%;
    margin: auto;
  }
  body.recruit .lst_anc li a {
    padding: 3.5rem 4rem 5rem;
  }
  body.recruit .lst_anc li a span {
    font-size: 2.2rem;
    margin: 0 0 2.5rem;
    padding: 0 0 0.7rem;
    line-height: 1.4;
    min-height: 7rem;
    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;
  }
  body.recruit .recruit_detail {
    margin: 14rem 0 0;
  }
  body.recruit .recruit_detail h2 {
    font-size: 2.4rem;
    padding: 0 0 1.2rem;
    margin: 0 0 3rem;
  }
  body.recruit .recruit_detail .for_all {
    margin: 12rem 0 0;
  }
  body.recruit .recruit_detail .for_all h3 {
    font-size: 2.4rem;
    padding: 1rem;
  }
  body.recruit .recruit_detail .box {
    margin: 17rem 0 0;
  }
  body.recruit .recruit_detail .box .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 10rem;
    margin: 0 0 8rem;
  }
  body.recruit .recruit_detail .box .img_wrap img {
    width: 43rem;
    margin: 0;
  }
}
body.safe .tit_01 h1::before {
  content: "SAFETY\a AND\a ENVIRONMENT";
  white-space: pre;
}
body.safe .safety section {
  margin: 0 0 4rem;
}
body.safe .safety section .img_bebe {
  margin: 4rem 0 0;
}
body.safe .safety section .bebe_detail {
  font-size: 1.2rem;
  line-height: 1.87;
}
body.safe .safety section .bebe_detail span {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
body.safe .safety section.carrier img {
  margin: 2rem 0 0;
}
body.safe .safety section.emergency::after {
  content: "";
  width: 34%;
  height: 18rem;
  background: url(../img/safe_emergency.png) no-repeat center/100% auto;
  display: block;
  margin: 2rem auto;
}
body.safe .food {
  background: var(--clr_beige);
  padding: 3rem 2rem;
}
body.safe .food h3 {
  font-weight: normal;
  line-height: 1.87;
  margin: 0 0 1rem;
}
body.safe .food .img_wrap {
  margin: 4rem 0 0;
}
body.safe .food .img_wrap img {
  margin: 0 0 2rem;
}
body.safe .food .btn_black {
  margin: auto;
}
body.safe .infection {
  margin: 6rem 0 0;
}
body.safe .infection .img_wrap {
  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: 2rem;
  margin: 0 0 4rem;
}
body.safe .infection .img_wrap img {
  height: 10rem;
  width: auto;
}
body.safe .infection h3 {
  line-height: 1.87;
  margin: 0 0 1rem;
}
body.safe .sdgs {
  background: var(--clr_beige);
  padding: 3rem 2rem;
  margin: 6rem 0 0;
}
body.safe .sdgs section {
  margin-top: 4rem;
}
body.safe .sdgs section.earth::after, body.safe .sdgs section.foodloss::after {
  content: "";
  width: 35%;
  height: 12rem;
  display: block;
  margin: 0 auto;
}
body.safe .sdgs section.earth::after {
  background: url(../img/safe_sdgs_earth.png) no-repeat center/100% auto;
}
body.safe .sdgs section.foodloss::after {
  background: url(../img/safe_sdgs_bin.png) no-repeat center/100% auto;
  height: 14rem;
}
body.safe .sdgs section .tit_03.plant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
body.safe .sdgs section .tit_03.plant::after {
  content: "";
  width: 3rem;
  height: 2.5rem;
  background: url(../img/safe_sdgs_plant.png) no-repeat center/100% auto;
}

@media screen and (min-width: 48em), print {
  body.safe .safety .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10rem;
  }
  body.safe .safety .flex_wrap section {
    width: 90.6rem;
    margin: 4rem 0 0;
    position: relative;
  }
  body.safe .safety .flex_wrap section .img_bebe {
    width: 70.3rem;
    margin: 7rem auto 8rem;
  }
  body.safe .safety .flex_wrap section .bebe_detail {
    font-size: 1.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body.safe .safety section {
    margin: 0 0 8rem;
  }
  body.safe .safety section.carrier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6rem;
  }
  body.safe .safety section.carrier img {
    margin: 0;
  }
  body.safe .safety section.emergency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.safe .safety section.emergency::after {
    width: 14.2rem;
    height: 24.4rem;
  }
  body.safe .safety section.emergency > div {
    width: 96rem;
  }
  body.safe .food {
    margin: 16rem 0 0;
    padding: 7rem 6rem 8rem;
  }
  body.safe .food .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.safe .food .flex_wrap .food_inner {
    margin: 4rem 0 0;
    width: 78rem;
  }
  body.safe .food .flex_wrap .food_inner h3 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  body.safe .food .img_wrap {
    margin: 5.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10rem;
  }
  body.safe .food .btn_black {
    padding: 1.4rem 8rem;
  }
  body.safe .infection {
    margin: 10rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.safe .infection .infection_inner {
    width: 90rem;
  }
  body.safe .infection .infection_inner .img_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 6rem;
  }
  body.safe .infection .infection_inner .img_wrap img {
    height: 15rem;
  }
  body.safe .infection .infection_inner h3 {
    line-height: 1.87;
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  body.safe .sdgs {
    padding: 7rem 6rem 8rem;
    margin: 12rem 0 0;
  }
  body.safe .sdgs .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body.safe .sdgs .flex_wrap img {
    width: 75rem;
  }
  body.safe .sdgs section .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.safe .sdgs section.earth, body.safe .sdgs section.foodloss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
  body.safe .sdgs section.earth::after, body.safe .sdgs section.foodloss::after {
    width: 11.3rem;
    height: 12.3rem;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  body.safe .sdgs section.foodloss::after {
    height: 14.1rem;
  }
  body.safe .sdgs section .tit_03.plant::after {
    width: 4.6rem;
    height: 3.5rem;
  }
}
.padding_1 {
  padding: 0 1rem;
}
@media screen and (min-width: 48em), print {
  .padding_1 {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */