/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #545555;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.1666666667;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body.u-top {
    padding-top: 0;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

a {
  color: #545555;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.75;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

dl,
ul {
  list-style: none;
}

.c-cat {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  background-color: #e84881;
  padding-block: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  max-width: 100%;
  width: 9rem;
  text-align: center;
}
.c-cat-blue {
  background-color: #0086d1;
}
.c-cat-green {
  background-color: #00a43d;
}
.c-cat-brown {
  background-color: #6e3a1d;
}
@media screen and (max-width: 767px) {
  .c-cat {
    font-size: 1.5rem;
  }
}

.c-mv {
  height: 28rem;
  background-image: url(../img/top/mv_back.png);
  background-size: 100%;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mv {
    background-image: url(../img/top/mv_back_sp.png);
  }
}
.c-mv-left, .c-mv-right {
  position: absolute;
  bottom: 1rem;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .c-mv-left, .c-mv-right {
    bottom: 4rem;
  }
}
.c-mv-left {
  left: -21%;
}
.c-mv-right {
  right: -21%;
}
.c-mv-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #fff;
  color: #d84377;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.012em;
  line-height: 1.75;
  border-radius: 1rem;
  padding: 1rem 3rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-mv-center {
    font-size: 2rem;
  }
}

.c-center {
  text-align: center;
  margin: -5rem 0 5rem;
}

.c-titles {
  display: inline-block;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  border-radius: 1rem;
  margin-inline: auto;
  padding: 1rem 3rem;
  position: relative;
  z-index: 2;
}

.c-title {
  color: #d84377;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.012em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2rem;
  }
}

.c-check {
  line-height: 1.1875;
  letter-spacing: 0.06em;
  appearance: none;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem solid #545555;
  border-radius: 0.1rem;
  cursor: pointer;
}

.c-check:checked {
  background-color: #e8447e;
  border: #e8447e;
}

.c-check:checked::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  width: 1.1rem;
  height: 0.6rem;
  border-bottom: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  transform: rotate(-45deg);
}

.c-radio {
  appearance: none;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem solid #545555;
  border-radius: 100%;
  cursor: pointer;
  background-color: #fff;
}
.c-radio:checked {
  border-color: #e8447e;
}

.c-radio:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background-color: #e8447e;
}

.c-map-text {
  color: #008ccf;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-left: 3rem;
}
.c-map-text-pink {
  color: #e95383;
}
.c-map-text-green {
  color: #18ad5e;
}

.c-map-btn {
  background-color: #fff;
  border: solid 0.1rem #545555;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.1875;
  letter-spacing: 0.06em;
}

.l-inner {
  width: 100rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 1.5rem;
  }
}

.l-header {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  margin-inline: auto;
  max-width: 95rem;
  width: 100%;
  border-radius: 0 0 1.5rem 1.5rem;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.3);
  padding-block: 1.05rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    max-width: 34.5rem;
    overflow: initial;
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.3);
  }
}

.l-header__top {
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header__top {
    margin-bottom: 0;
    padding-inline: 0;
  }
}

.l-header__logo h1 {
  display: block;
  color: #6e3a1d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.0714285714;
}
@media screen and (max-width: 767px) {
  .l-header__logo h1 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.l-header__font {
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__font {
    justify-content: center;
    margin-bottom: 2rem;
  }
}

.l-header__size {
  border-top: solid 0.1rem #ababab;
  border-bottom: solid 0.1rem #ababab;
  padding-block: 0.5rem;
  color: #6e3a1d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}

.l-header__btn {
  border: solid 0.1rem #ababab;
  border-radius: 0.3rem;
  padding: 0.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1666666667;
  background-color: #fff;
  color: #545555;
}
.l-header__btn.active {
  background-color: #6e3a1d;
  color: #fff;
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    position: relative;
    z-index: 1000;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    outline: none;
    border: none;
    margin-left: auto;
  }
}

.l-header__hamburger--line {
  position: absolute;
  top: -1.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  margin: auto;
  background-color: #6e3a1d;
  transition: inherit;
}

.l-header__hamburger--line:before,
.l-header__hamburger--line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: inherit;
  transition: inherit;
}

.l-header__hamburger--line:before {
  top: -1rem;
}

.l-header__hamburger--line:after {
  top: 1rem;
}

.l-header__hamburger--line.active {
  background-color: transparent;
}

.l-header__hamburger--line.active:before {
  top: 0;
  background-color: #6e3a1d;
  transform: rotate(-25deg);
}

.l-header__hamburger--line.active:after {
  top: 0;
  background-color: #6e3a1d;
  transform: rotate(25deg);
}

.l-header__hamburger--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  color: #6e3a1d;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}

.l-header__btm {
  max-width: 81rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .l-header__nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 0 1.5rem;
    background-color: #fff;
    overflow-y: scroll;
    padding-block: 2rem 3rem;
  }
}

.l-header__nav.is-open {
  opacity: 1;
  visibility: visible;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.l-header__lists {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__lists {
    flex-direction: column;
  }
}

.l-header__lists:last-of-type {
  margin-top: 1.5rem;
}

.l-header__list {
  padding-block: 1rem;
  border-left: 0.1rem solid #ababab;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-header__list {
    border-left: none;
    border-top: 0.1rem solid #ababab;
    width: 80%;
    padding-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__list span {
    flex: 1;
  }
}

.l-header__list:last-of-type {
  border-right: 0.1rem solid #ababab;
}
@media screen and (max-width: 767px) {
  .l-header__list:last-of-type {
    border-right: none;
    border-bottom: 0.1rem solid #ababab;
  }
}

.l-header__link {
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__link {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin: 0 auto;
    padding-inline: 3rem;
    padding-block: 1rem;
  }
}
.l-header__link p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: #6e3a1d;
  line-height: 1.1578947368;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__link p {
    font-size: 1.8rem;
  }
}

.l-header__icon {
  margin-inline: auto;
  margin-bottom: 0.5rem;
  width: 3.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__icon {
    margin-bottom: 0;
    margin-inline: 0;
  }
}

.l-header__list--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__list--sp {
    display: flex;
    margin-inline: auto;
    width: 80%;
    border-bottom: 0.1rem dashed #ababab;
  }
  .l-header__list--sp:last-of-type {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .l-header__links--sp {
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-block: 1.5rem;
    padding-inline: 5rem 0;
    width: 100%;
  }
}

.l-header__links--inner {
  gap: 1rem;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .l-header__link--spArrow {
    width: 1.2rem;
    max-width: 100%;
  }
}

.l-header__link--spText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}

.l-footer__back {
  background-color: #fdf0f6;
  padding-block: 3.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__back {
    padding-block: 2rem 2.5rem;
  }
}
.l-footer__inner {
  position: relative;
}
.l-footer__flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__flex {
    flex-direction: column;
  }
}
.l-footer__logo {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.05;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    font-size: 1.9rem;
  }
}
.l-footer__address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
.l-footer__box {
  display: block;
  margin-bottom: 1rem;
}
.l-footer__box:last-of-type {
  margin-bottom: 0;
}
.l-footer__items {
  display: inline-block;
}
.l-footer__items.is-fax {
  pointer-events: none;
}
.l-footer__item {
  align-items: center;
  gap: 0.5rem;
}
.l-footer__icon {
  width: 1.4rem;
  max-width: 100%;
}
.l-footer__info {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  width: 100%;
}
.l-footer__nav {
  gap: 4rem;
  align-items: center;
}
.l-footer__list {
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.l-footer__list:last-of-type {
  margin-bottom: 0;
}
.l-footer__arrow {
  width: 1.2rem;
  max-width: 100%;
}
.l-footer__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
  }
}
.l-footer__top--img {
  position: absolute;
  right: 2.5rem;
  bottom: -20%;
  width: 4rem;
  max-width: 100%;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-footer__top--img {
    position: static;
  }
}
.l-footer__btm {
  background-color: #975b34;
  padding-block: 1.5rem;
  position: relative;
}
.l-footer__small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  color: #fff;
}

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

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

.u-flex {
  display: flex;
}

.p-top__mv {
  height: 42rem;
  background-image: url(../img/top/mv_back.png);
  background-size: 100%;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__mv {
    background-image: url(../img/top/mv_back_sp.png);
  }
}
.p-top__mv--icon {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top__mv--icon {
    bottom: 0;
  }
}
.p-top__mv--person {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__mv--person {
    bottom: 3.5rem;
    width: 34.5rem;
  }
}
.p-top__mv--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6rem;
  width: 21.6rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__mv--center {
    width: 18.5rem;
    transform: translateX(-60%);
    bottom: -3rem;
  }
}
.p-top__link {
  padding-block: 11rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-top__link {
    padding-block: 8rem 5rem;
  }
}
.p-top__link--items {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top__link--items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top__link--item {
  background-color: #fdfbe7;
  border-radius: 1.5rem;
  padding: 2rem 2.5rem;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-top__link--item {
    margin-inline: 1.5rem;
  }
}
.p-top__link--titles {
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.5rem;
}
.p-top__link--title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #6e3a1d;
  font-size: 2rem;
  line-height: 1.2;
}
.p-top__link--arrow {
  width: 2.5rem;
  max-width: 100%;
}
.p-top__link--flex {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__link--flex {
    justify-content: space-between;
  }
}
.p-top__link--item:nth-child(1) .p-top__link--img {
  width: 11rem;
  max-width: 100%;
}
.p-top__link--item:nth-child(2) .p-top__link--img {
  width: 20rem;
  max-width: 100%;
  margin-inline: auto;
}
.p-top__link--item:nth-child(3) .p-top__link--img {
  width: 8rem;
  max-width: 100%;
}
.p-top__link--text {
  max-width: 100%;
  text-align: left;
}
.p-top__link--text span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  background-color: #fff;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  display: block;
  width: fit-content;
  max-width: 100%;
}
.p-top__link--text span:last-of-type {
  margin-bottom: 0;
}
.p-top__news {
  padding-bottom: 5rem;
}
.p-top__news--inner {
  max-width: 85rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__news--inner {
    margin-inline: 1.5rem;
  }
}
.p-top__news--titles {
  border-bottom: 1.75px solid #ea5e80;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.1rem;
}
.p-top__news--title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.1785714286;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-top__news--title {
    font-size: 2.4rem;
  }
}
.p-top__news--links {
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
  background-color: #f9f5f4;
  padding: 1rem 1.5rem;
  border-radius: 7px;
}
.p-top__news--link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}
.p-top__news--arrow {
  width: 1.2rem;
  max-width: 100%;
}
.p-top__news--wrapper {
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top__news--wrapper {
    padding-inline: 0;
  }
}
.p-top__news--flex {
  justify-content: flex-end;
  gap: 2rem;
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__news--flex {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 1.3rem;
  }
}
.p-top__news--item {
  border-top: 0.1rem solid #c1bfbe;
  padding: 1.5rem 1rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-top__news--item {
    padding: 1.5rem 0.5rem;
  }
}
.p-top__news--item:last-of-type {
  border-bottom: 0.1rem solid #c1bfbe;
}
.p-top__news--group {
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__news--group {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-top__news--wrap {
  align-items: center;
  gap: 2rem;
}
.p-top__news--time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.p-top__news--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  flex: 1;
  line-height: 1.5625;
}
.p-top__link02 {
  padding-block: 5rem;
}
.p-top__link02--items {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top__link02--items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top__link02--item {
  background-color: #fef5ec;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: center;
  border-radius: 15px;
  padding-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__link02--item {
    margin-inline: 1.5rem;
  }
}
.p-top__link02--img {
  width: 7.5rem;
  max-width: 100%;
}
.p-top__link02--text {
  color: #6e3a1d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
}
.p-top__link02--arrow {
  width: 2.5rem;
  max-width: 100%;
}
.p-top__youtube {
  max-width: 87rem;
  margin-inline: auto;
  padding-block: 5rem;
}
.p-top__youtube--flex {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top__youtube--flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top__youtube--link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  gap: 1.5rem;
  justify-content: center;
  background-color: #f9f5f4;
  padding-block: 3rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__youtube--link {
    margin-inline: 3.5rem;
  }
}
.p-top__youtube--arrow {
  width: 1.2rem;
  max-width: 100%;
}
.p-top__btm--img {
  width: 65.7rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-page {
  padding-bottom: 5rem;
}
.p-page .content .block {
  margin-bottom: 5rem;
}
.p-page .content h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.1785714286;
  letter-spacing: 0.12em;
  border-bottom: solid 0.2rem #ea6188;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}
.p-page .content h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  border-bottom: dashed 0.1rem #ea6188;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}
.p-page .content h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 0 0 1rem 1.5rem;
  margin-bottom: 3rem;
  border-bottom: #ea6188 0.1rem solid;
  border-left: #ea6188 0.8rem solid;
}
.p-page .content .p-page__map {
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-page .content .p-page__map {
    flex-direction: column;
  }
}
.p-page .content .p-page__map--flex {
  align-items: center;
  gap: 1.5rem;
  border-bottom: dotted 0.1rem #ea6188;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-page .content .p-page__map--flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-page .content .p-page__map--flex:first-of-type {
  align-items: flex-start;
}
.p-page .content .p-page__map--flex:last-of-type {
  margin-bottom: 0;
}
.p-page .content .p-page__map--cat {
  max-width: 100%;
  width: 10rem;
  font-size: 1.6rem;
  line-height: 1.1875;
}
.p-page .content .p-page__map--text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.1875;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: anywhere;
}
.p-page .content .p-page__map--text a {
  margin-bottom: 0;
}
.p-page .content .p-page__map--iframe {
  width: 100%;
  max-width: 45rem;
  position: relative;
  padding-top: 30%;
}
@media screen and (max-width: 767px) {
  .p-page .content .p-page__map--iframe {
    padding-top: 60%;
  }
}
.p-page .content .p-page__map--iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-page .content .p-page__items {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-page .content .p-page__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-page .content .p-page__items p {
  margin-top: 0.5rem;
  line-height: 1.1875;
}
.p-page .content .p-page__link {
  gap: 0.5rem;
}
.p-page .content .p-page__link--img {
  width: 2.6rem;
  flex-shrink: 0;
  padding-top: 0.5rem;
}
.p-page .content .p-page__link img {
  max-width: 100%;
}
.p-page .content .p-page__list {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-page .content .p-page__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-page .content .p-page__list ul {
  margin-bottom: 0;
}
.p-page .content a {
  color: #e8447e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  text-decoration: underline;
  width: fit-content;
  display: block;
  margin-bottom: 3rem;
}
.p-page .content .c-textlink {
  display: inline;
}
.p-page .content .c-textlink-block {
  margin-bottom: 3rem;
}
.p-page .content .c-textlink[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.3em;
  background: url(../img/common/external.svg) no-repeat center/contain;
  vertical-align: middle;
}
.p-page .content ul {
  list-style-type: disc;
  padding-left: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 3rem;
}
.p-page .content ul li {
  padding-bottom: 2rem;
}
.p-page .content ul li:last-of-type {
  padding-bottom: 0;
}
.p-page .content ol {
  list-style-type: decimal;
  padding-left: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 3rem;
}
.p-page .content ol li {
  padding-bottom: 2rem;
}
.p-page .content ol li:last-of-type {
  padding-bottom: 0;
}
.p-page .content .c-editor-block {
  margin-bottom: 3rem;
}
.p-page .content .c-editor-block--font {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}
.p-page .content .c-editor-block a {
  display: inline;
}
.p-page .content .c-editor-block p {
  font-weight: 400;
  line-height: 2;
}
.p-page .content .p-news__back {
  background-color: #fdf2f6;
  padding: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}
.p-page .content .p-news__back p {
  margin-bottom: 0;
}
.p-page .content .p-news__back a {
  text-decoration: underline;
  color: #e8447e;
}
.p-page .content .p-news__col {
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-page .content .p-news__col {
    flex-direction: column-reverse;
  }
}
.p-page .content .p-news__col.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-page .content .p-news__col.reverse {
    flex-direction: column-reverse;
  }
}
.p-page .content .p-news__col--block {
  flex: 1;
}
.p-page .content .p-news__col p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 3rem;
  margin-inline: 0;
}
.p-page .content .p-news__col p:last-of-type {
  margin-bottom: 0;
}
.p-page .content .p-news__col a {
  display: inline;
}
.p-page .content .p-news__col a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.3em;
  background: url(../img/common/external.svg) no-repeat center/contain;
  vertical-align: middle;
}
.p-page .content .p-news__col--img {
  width: 31.8%;
}
@media screen and (max-width: 767px) {
  .p-page .content .p-news__col--img {
    width: 100%;
  }
}
.p-page .content table {
  margin-bottom: 3rem;
  width: 100%;
}
.p-page .content tr {
  border-top: dashed 0.1rem #cac7c7;
}
.p-page .content tr:last-of-type {
  border-bottom: dashed 0.1rem #cac7c7;
}
.p-page .content tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  background-color: #fdf2f6;
  width: calc(8em + 4rem);
  padding: 1.5rem;
  margin-block: 0.1rem;
  flex-shrink: 0;
}
.p-page .content tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  width: 100%;
  padding: 1.5rem;
}
.p-page .content tr td a {
  display: inline;
}
.p-page .content tr td a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.3em;
  background: url(../img/common/external.svg) no-repeat center/contain;
  vertical-align: middle;
}
.p-page .content .c-image__img img {
  width: 100%;
}
.p-page .content .c-image__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-page .content .c-image__img--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-page .content .c-image__img--pc {
    display: none;
  }
}

.p-newslist {
  margin-block: 8rem;
}
.p-newslist__inner {
  max-width: 85rem;
  margin-inline: auto;
}
.p-newslist__titles {
  border-bottom: 1.75px solid #ea5e80;
  padding-bottom: 0.7rem;
}
.p-newslist__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-newslist__title {
    font-size: 2.4rem;
  }
}
.p-newslist__wrapper {
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-newslist__wrapper {
    padding-inline: 0;
  }
}
.p-newslist__flex {
  justify-content: flex-end;
  gap: 2rem;
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-newslist__flex {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 1.3rem;
  }
}
.p-newslist__item {
  border-top: 0.1rem solid #c1bfbe;
  padding: 1.5rem 1rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-newslist__item {
    padding: 1.5rem 0.5rem;
  }
}
.p-newslist__item:last-of-type {
  border-bottom: 0.1rem solid #c1bfbe;
}
.p-newslist__group {
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-newslist__group {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-newslist__wrap {
  align-items: center;
  gap: 2rem;
}
.p-newslist__time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.p-newslist__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  flex: 1;
  line-height: 1.5625;
}
.p-newslist__pagination {
  align-items: center;
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  margin-top: 5rem;
}
.p-newslist__pagination li {
  border-radius: 0.5rem;
  text-align: center;
  width: 4rem;
  line-height: 2.2;
  background-color: #fff;
  border: 0.1rem solid #cac7c7;
}
.p-newslist__pagination li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #595857;
  display: block;
  font-size: 1.4rem;
  line-height: 3.8rem;
  text-align: center;
}
.p-newslist__pagination .this {
  background-color: #fce7f0;
  border: 0.2rem solid #ea6188;
}
.p-newslist__pagination .prev,
.p-newslist__pagination .next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.2rem 1.5rem;
  height: 4rem;
}
.p-newslist__pagination .prev {
  background-image: url(../img/common/prev.svg);
  border-radius: 50% 0.5rem 0.5rem 50%;
}
.p-newslist__pagination .next {
  background-image: url(../img/common/next.svg);
  border-radius: 0.5rem 50% 50% 0.5rem;
}
.p-newslist .c-pagination {
  margin-top: 4rem;
  text-align: center;
}
.p-newslist .c-pagination__list {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  list-style: none;
}
.p-newslist .c-pagination__item {
  position: relative;
}
.p-newslist .c-pagination__item a,
.p-newslist .c-pagination__item span {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 3.6rem;
  text-align: center;
  border: 1px solid #CAC7C7;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #231815;
  text-decoration: none;
  transition: all 0.2s ease;
}
.p-newslist .c-pagination__item a.next, .p-newslist .c-pagination__item a.prev,
.p-newslist .c-pagination__item span.next,
.p-newslist .c-pagination__item span.prev {
  line-height: 3.2rem;
}
.p-newslist .c-pagination__item a.next,
.p-newslist .c-pagination__item span.next {
  border-radius: 0.5rem 2rem 2rem 0.5rem;
}
.p-newslist .c-pagination__item a.prev,
.p-newslist .c-pagination__item span.prev {
  border-radius: 2rem 0.5rem 0.5rem 2rem;
}
.p-newslist .c-pagination__item a:hover {
  background-color: #fce7f0;
}
.p-newslist .c-pagination__item .current {
  background-color: #fce7f0;
  border-color: #ea6188;
}
.p-newslist .c-pagination__item .dots {
  width: auto;
  border: none;
  bottom: 0;
  left: 50%;
  height: auto;
  line-height: 3.8;
}
.p-newslist .c-pagination__item img {
  display: inline-block;
  width: 0.9rem;
  height: auto;
  vertical-align: middle;
}

.p-news {
  max-width: 85rem;
  margin-inline: auto;
}
.p-news__flex {
  align-items: center;
  gap: 1.5rem;
}
.p-news__time {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.p-news__line {
  border-bottom: 2px solid #ea6188;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.p-news__h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-inline: 1.5rem;
  margin-top: 1.5rem;
}
.p-news__return {
  margin-block: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news__return--link {
  gap: 1.5rem;
  justify-content: center;
  background-color: #f9f5f4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 1rem 2rem;
  border-radius: 10px;
}
.p-news__return--img {
  width: 1.2rem;
  max-width: 100%;
}
.p-news .content {
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news .content {
    padding: 0;
  }
}
.p-news .content .block {
  margin-bottom: 5rem;
}
.p-news .content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}
.p-news .content p a {
  display: inline-block;
  margin-bottom: 0;
  margin-inline: 0;
}
.p-news .content a {
  color: #e8447e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  text-decoration: underline;
  width: fit-content;
  display: block;
  margin-bottom: 3rem;
}
.p-news .content a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.3em;
  background: url(../img/common/external.svg) no-repeat center/contain;
  vertical-align: middle;
}
.p-news .content a[target=_blank]:has(img)::after {
  content: none;
}
.p-news .content a .p-news__link--flex {
  align-items: center;
  gap: 0.5rem;
}
.p-news .content a .p-news__link--img {
  max-width: 100%;
  width: 1.6rem;
}
.p-news .content a .p-news__links--img {
  max-width: 100%;
  width: 2.6rem;
}
.p-news .content ul {
  list-style-type: disc;
  padding-left: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 3rem;
}
.p-news .content ul li {
  padding-bottom: 2rem;
}
.p-news .content ul li:last-of-type {
  padding-bottom: 0;
}
.p-news .content ol {
  list-style-type: decimal;
  padding-left: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 3rem;
}
.p-news .content ol li {
  padding-bottom: 2rem;
}
.p-news .content ol li:last-of-type {
  padding-bottom: 0;
}
.p-news .content .p-news__col {
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
.p-news .content .p-news__col.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-news .content .p-news__col {
    flex-direction: column;
  }
}
.p-news .content .p-news__col--block {
  flex: 1;
}
.p-news .content .p-news__col p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 3rem;
  margin-inline: 0;
}
.p-news .content .p-news__col p:last-of-type {
  margin-bottom: 0;
}
.p-news .content .p-news__col a {
  text-decoration: underline;
  color: #e8447e;
}
.p-news .content .p-news__col--img {
  width: 31.8%;
}
@media screen and (max-width: 767px) {
  .p-news .content .p-news__col--img {
    width: 100%;
  }
}
.p-news .content .p-news__back {
  background-color: #fdf2f6;
  padding: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 3rem;
}
.p-news .content .p-news__back p {
  margin-bottom: 0;
}
.p-news .content .p-news__back a {
  text-decoration: underline;
  color: #e8447e;
}
.p-news .content table {
  margin-bottom: 3rem;
  width: 100%;
}
.p-news .content tr {
  border-top: dashed 0.1rem #cac7c7;
}
.p-news .content tr:last-of-type {
  border-bottom: dashed 0.1rem #cac7c7;
}
.p-news .content tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  background-color: #fdf2f6;
  width: calc(8em + 4rem);
  padding: 1.5rem;
  margin-block: 0.1rem;
}
.p-news .content tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  width: 100%;
  padding: 1.5rem;
}
.p-news .content tr td a {
  text-decoration: underline;
  color: #e8447e;
  display: inline-block;
  margin-bottom: 0;
  margin-inline: 0;
}
.p-news .content h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.1785714286;
  letter-spacing: 0.12em;
  border-bottom: solid 0.2rem #ea6188;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}
.p-news .content h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  border-bottom: dashed 0.1rem #ea6188;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}
.p-news .content h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 0 0 1rem 1.5rem;
  margin-bottom: 3rem;
  border-bottom: #ea6188 0.1rem solid;
  border-left: #ea6188 0.8rem solid;
}
.p-news .content .p-page__map {
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news .content .p-page__map {
    flex-direction: column;
  }
}
.p-news .content .p-page__map--flex {
  align-items: center;
  gap: 1.5rem;
  border-bottom: dotted 0.1rem #ea6188;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news .content .p-page__map--flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-news .content .p-page__map--flex:first-of-type {
  align-items: flex-start;
}
.p-news .content .p-page__map--flex:last-of-type {
  margin-bottom: 0;
}
.p-news .content .p-page__map--cat {
  max-width: 100%;
  width: 10rem;
  font-size: 1.6rem;
  line-height: 1.1875;
}
.p-news .content .p-page__map--text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.1875;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: anywhere;
}
.p-news .content .p-page__map--text a {
  margin-bottom: 0;
}
.p-news .content .p-page__map--iframe {
  width: 100%;
  max-width: 45rem;
  position: relative;
  padding-top: 30%;
}
@media screen and (max-width: 767px) {
  .p-news .content .p-page__map--iframe {
    padding-top: 60%;
  }
}
.p-news .content .p-page__map--iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-news .content .p-page__items {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news .content .p-page__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-news .content .p-page__items p {
  margin-top: 0.5rem;
  line-height: 1.1875;
}
.p-news .content .p-page__link {
  gap: 0.5rem;
}
.p-news .content .p-page__link--img {
  width: 2.6rem;
  flex-shrink: 0;
  padding-top: 0.5rem;
}
.p-news .content .p-page__link img {
  max-width: 100%;
}
.p-news .content .p-page__list {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news .content .p-page__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-news .content .p-page__list ul {
  margin-bottom: 0;
}
.p-news .content .c-textlink {
  display: inline;
}
.p-news .content .c-textlink-block {
  margin-bottom: 3rem;
}
.p-news .content .c-textlink[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.3em;
  background: url(../img/common/external.svg) no-repeat center/contain;
  vertical-align: middle;
}
.p-news .content .c-image__img img {
  width: 100%;
}
.p-news .content .c-image__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news .content .c-image__img--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-news .content .c-image__img--pc {
    display: none;
  }
}

.p-seminarlist {
  padding-bottom: 5rem;
}
.p-seminarlist__link {
  color: #e8447e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  text-decoration: underline;
  width: fit-content;
  display: block;
  margin-inline: 3rem;
  margin-bottom: 3rem;
}
.p-seminarlist__link--flex {
  align-items: center;
  gap: 0.5rem;
}
.p-seminarlist__link--img {
  max-width: 100%;
  width: 1.6rem;
  flex-shrink: 0;
}
.p-seminarlist__flex {
  align-items: center;
  gap: 13rem;
}
@media screen and (max-width: 767px) {
  .p-seminarlist__flex {
    flex-direction: column;
    gap: 6rem;
  }
}
.p-seminarlist__img {
  width: 21.3rem;
  max-width: 100%;
}
.p-seminarlist .content h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding-inline: 1.5rem;
  margin-top: 1.5rem;
  border-bottom: 2px solid #ea6188;
  padding-bottom: 0.6rem;
  margin-block: 3rem;
}
.p-seminarlist .content p {
  line-height: 2;
  color: #595857;
  margin-inline: 3rem;
  margin-bottom: 3rem;
}
.p-seminarlist .content h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  letter-spacing: 0.06em;
  padding-inline: 1.5rem;
  border-bottom: 2px dashed #ea6188;
  padding-bottom: 1.2rem;
  margin-block: 3rem;
}

.p-seminar__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.012em;
  line-height: 1.1785714286;
  border-bottom: 0.2rem solid #ea6188;
  padding-inline: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
}
.p-seminar__btns {
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__btns {
    flex-direction: column;
  }
}
.p-seminar__btn {
  border: solid 0.1rem #ea6188;
  border-radius: 5.3rem;
  width: 28rem;
  max-width: 100%;
  text-align: center;
  padding-block: 1.5rem;
  color: #595857;
  font-size: 1.8rem;
  line-height: 1.1666666667;
  position: relative;
}
.p-seminar__btn:after {
  position: absolute;
  content: "";
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/btm_arrow.svg) no-repeat center/100%;
  width: 1.2rem;
  height: 100%;
}
.p-seminar__h3 {
  background-color: #fdf2f6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  border-bottom: 0.1rem solid #ea6188;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding: 0.8rem 2rem;
  margin-bottom: 3rem;
}
.p-seminar__text p {
  color: #595857;
  line-height: 2;
  padding-inline: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__text p {
    padding-inline: 1.5rem;
  }
}
.p-seminar__lists {
  margin-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__lists {
    margin-inline: 1.5rem;
  }
}
.p-seminar__list {
  border-top: dashed 0.1rem #cac7c7;
  border-right: none;
  border-left: none;
}
.p-seminar__list:last-of-type {
  border-bottom: dashed 0.1rem #cac7c7;
}
.p-seminar__list dt {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  background-color: #fdf2f6;
  max-width: 15.6rem;
  width: 100%;
  padding: 1.5rem;
}
.p-seminar__list dd {
  line-height: 1.625;
  width: 100%;
  padding: 1.5rem;
}
.p-seminar__img {
  width: 58rem;
  max-width: 100%;
  margin-inline: auto;
  margin-block: 4rem;
}
.p-seminar__table {
  color: #595857;
  margin-bottom: 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-seminar__table {
    margin-bottom: 3rem;
  }
}
.p-seminar__table--block {
  margin-bottom: 3rem;
}
.p-seminar__table tr {
  border: dashed 0.1rem #cac7c7;
  border-left: none;
  border-right: none;
  min-height: 2.5rem;
}
.p-seminar__table th {
  background-color: #fdf2f6;
  padding-block: 1.2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0;
  border-right: dashed 0.1rem #cac7c7;
}
.p-seminar__table th:nth-child(1) {
  width: 4.15rem;
  min-height: 2.5rem;
}
.p-seminar__table th:nth-child(2) {
  width: 15rem;
}
.p-seminar__table th:nth-child(3) {
  width: 34rem;
}
.p-seminar__table th:nth-child(5) {
  width: 16rem;
  border-right: none;
}
.p-seminar__table td {
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0;
  padding: 1.5rem 0.6rem;
  border-right: dashed 0.1rem #cac7c7;
}
.p-seminar__table td:nth-child(5) {
  border-right: none;
}
.p-seminar__table td a {
  text-decoration: underline;
  color: #e8447e;
  font-size: 1.4rem;
}
.p-seminar__table--flex {
  justify-content: flex-start;
  margin-left: 0.6rem;
}
.p-seminar__table--img {
  width: 2.2rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-seminar__spTable {
    color: #595857;
    margin-bottom: 4rem;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-seminar__spTable--block {
  margin-bottom: 3rem;
}
.p-seminar__spTable tr:first-child {
  min-height: 2.5rem;
}
.p-seminar__spTable tr {
  border: dashed 0.1rem #cac7c7;
  border-left: none;
  border-right: none;
}
.p-seminar__spTable th {
  background-color: #fdf2f6;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  vertical-align: middle;
  border-right: none;
  line-height: 18px;
  padding: 0.5rem 0.3rem;
}
.p-seminar__spTable th:nth-child(1) {
  width: 10rem;
  min-height: 2.5rem;
}
.p-seminar__spTable td {
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 18px;
  padding-left: 0.6rem;
}
.p-seminar__spTable td:nth-child(5) {
  border-right: none;
}
.p-seminar__spTable td a {
  text-decoration: underline;
  color: #e8447e;
  font-size: 1.4rem;
}
.p-seminar__spTable--flex {
  justify-content: flex-start;
}
.p-seminar__spTable--img {
  width: 2.2rem;
  max-width: 100%;
}

.p-map__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.012em;
  line-height: 1.1785714286;
  border-bottom: 2px solid #ea6188;
  padding-inline: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
}
.p-map__btns {
  justify-content: center;
  align-items: center;
  gap: 8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-map__btns {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-map__btn {
  max-width: 40rem;
  width: 100%;
  border: 0.1rem solid #ea6188;
  border-radius: 22.5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-block: 0.5rem;
  letter-spacing: 0.06em;
}
.p-map__btn.active {
  background-color: #ea6188;
  color: #fff;
}
.p-map__btn--img {
  width: 3rem;
  max-width: 100%;
}
.p-map__area {
  display: none;
  margin-bottom: 5rem;
}
.p-map__area.active {
  display: block;
}
.p-map__iframe {
  margin-inline: 3rem;
  height: 300px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-map__iframe {
    margin-inline: 0;
  }
}
.p-map__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-map__group {
  border: dashed 0.1rem #ea6188;
  padding: 2.5rem 4rem;
  margin-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .p-map__group {
    padding: 1.5rem 2rem;
    margin-inline: 0;
  }
}
.p-map__flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-map__flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-map__guide {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
.p-map__checks {
  gap: 1rem;
}
.p-map__checks--btn {
  border: 0.1rem solid #000000;
  border-radius: 4px;
  padding: 0.5rem 2rem;
}
.p-map__checks--btn.is-disabled {
  background-color: #e6e6e6;
}
.p-map__items {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-map__items {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-map__item {
  gap: 1rem;
  align-items: center;
  width: max-content;
}
.p-map__icon {
  width: 2rem;
  max-width: 100%;
}
.p-map__name {
  line-height: 1.1875;
  letter-spacing: 0.06em;
}
.p-map__tabs {
  align-items: center;
  justify-content: space-between;
}
.p-map__tab {
  border: solid 0.1rem;
  border-bottom: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding-block: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-map__tab {
    font-size: 1.4rem;
  }
}
.p-map__tab.active {
  position: relative;
  z-index: 2;
}
.p-map__tab:nth-child(1) {
  border-color: #008ccf;
  background-color: #eff8fe;
  color: #008ccf;
}
.p-map__tab:nth-child(2) {
  border-color: #e95383;
  background-color: #fdf2f7;
  color: #e95383;
}
.p-map__tab:nth-child(3) {
  border-color: #18ad5e;
  background-color: #f2f8f0;
  color: #18ad5e;
}
.p-map__facilityes {
  margin-bottom: 5rem;
}
.p-map__wrapper {
  margin-bottom: 5rem;
}
.p-map__result {
  align-items: stretch;
  gap: 1rem;
}
.p-map__result.is-blue .p-map__result--list-nam {
  color: #008ccf;
}
.p-map__result.is-pink .p-map__result--list-name {
  color: #e95383;
}
.p-map__result.is-green .p-map__result--list-name {
  color: #18ad5e;
}
.p-map__result.is-blue .p-map__result--list-detail {
  background-color: #008ccf;
  border-color: #008ccf;
}
.p-map__result.is-pink .p-map__result--list-detail {
  background-color: #e95383;
  border-color: #e95383;
}
.p-map__result.is-green .p-map__result--list-detail {
  background-color: #18ad5e;
  border-color: #18ad5e;
}
.p-map__result.is-blue .p-map__result--list-map {
  background-color: #eff8fe;
  border-color: #008ccf;
  color: #008ccf;
}
.p-map__result.is-pink .p-map__result--list-map {
  background-color: #fdf2f7;
  border-color: #e95383;
  color: #e95383;
}
.p-map__result.is-green .p-map__result--list-map {
  background-color: #f2f8f0;
  border-color: #18ad5e;
  color: #18ad5e;
}
.p-map__result.is-blue .p-map__result--list-img > img:nth-child(1) {
  display: block;
}
.p-map__result.is-pink .p-map__result--list-img > img:nth-child(2) {
  display: block;
}
.p-map__result.is-green .p-map__result--list-img > img:nth-child(3) {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-map__result {
    flex-direction: column;
  }
}
.p-map__result--group {
  display: flex;
  flex-direction: column;
  border: solid 0.1rem #545555;
  max-width: 100%;
  width: 39rem;
  height: 60rem;
  padding-left: 1.5rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.p-map__result--block {
  padding-right: 1rem;
}
.p-map__result--num {
  padding-block: 1.2rem;
  border-bottom: solid 0.1rem #545555;
}
.p-map__result--text {
  margin-top: 1.2rem;
}
.p-map__result--lists {
  padding-right: 1rem;
}
.p-map__result--lists-wrapper {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.p-map__result--lists-inner {
  height: 100%;
  overflow-y: auto;
  margin-right: 0.5rem;
}
.p-map__result--lists-inner::-webkit-scrollbar {
  width: 16px;
}
.p-map__result--lists-inner::-webkit-scrollbar-thumb {
  background: #afafaf;
}
.p-map__result--lists-inner::-webkit-scrollbar-button {
  display: block;
  height: 16px;
}
.p-map__result--lists-inner::-webkit-scrollbar-button:vertical:decrement {
  background-image: url("../img/map/up-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-map__result--lists-inner::-webkit-scrollbar-button:vertical:increment {
  background-image: url("../img/map/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-map__result .scroll-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.p-map__result .scroll-buttons button {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 2rem;
  pointer-events: auto;
  cursor: pointer;
  font-size: 1.2rem;
  color: #7b7b7b;
}
.p-map__result .scroll-buttons button:disabled {
  opacity: 0.3;
  cursor: default;
}
.p-map__result--list {
  border-bottom: 0.1rem dashed #545555;
  justify-content: space-between;
  padding-block: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-map__result--list {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-map__result--list-name {
  color: #008ccf;
  margin-bottom: 1.2rem;
}
.p-map__result--list-address {
  margin-bottom: 1.2rem;
}
.p-map__result--list-address span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.p-map__result--list-num {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.p-map__result--list-btns {
  flex-direction: column;
  gap: 0.9rem;
}
.p-map__result--list-btn {
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0.1rem solid #008ccf;
  background-color: #eff8fe;
  border-radius: 5px;
  padding: 1.2rem 1.5rem;
}
.p-map__result--list-detail {
  background-color: #008ccf;
  color: #fff;
}
.p-map__result--list-map {
  background-color: #eff8fe;
  color: #008ccf;
}
.p-map__result--list-map .p-map__result--list-img > img {
  display: none;
}
.p-map__result--list-img {
  width: 1.2rem;
  max-width: 100%;
}
.p-map__result--list-text {
  white-space: nowrap;
}
.p-map__result--iframe {
  border: solid 0.1rem #545555;
  max-width: 60rem;
  width: 100%;
  position: relative;
  padding-top: 59.8%;
}
.p-map__result--iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-map__medicalCheck, .p-map__medicaldistrict, .p-map__medicalService, .p-map__pediatricCheck {
  display: none;
}
.p-map__subjects {
  align-items: center;
  gap: 3rem;
  margin-block: 3.5rem 1.2rem;
}
.p-map__subjects--items {
  display: none;
  background-color: #fff;
  margin-inline: 1.5rem;
}
.p-map__subjects--block {
  padding: 1.5rem 1.5rem;
}
.p-map__subjects--labels {
  display: grid;
  gap: 1.5rem 1rem;
  grid-template-columns: repeat(5, 1fr);
  padding: 1.5rem 1.5rem;
  justify-items: start;
}
@media screen and (max-width: 767px) {
  .p-map__subjects--labels {
    display: flex;
    flex-direction: column;
  }
}
.p-map__subjects--label {
  gap: 0.5rem;
  line-height: 1.1875;
  letter-spacing: 0.06em;
  align-items: center;
  white-space: nowrap;
}
.p-map__district--items {
  display: none;
  background-color: #fff;
  padding: 1.5rem 1.5rem;
  margin-inline: 1.5rem;
}
.p-map__district--labels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem 3rem;
}
.p-map__district--labels > *:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.p-map__district--labels > *:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.p-map__district--labels > *:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.p-map__district--labels > *:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}
.p-map__district--labels > *:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.p-map__district--labels > *:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}
.p-map__district--labels > *:nth-child(7) {
  grid-column: 4;
  grid-row: 2;
}
.p-map__district--labels > *:nth-child(8) {
  grid-column: 5;
  grid-row: 2;
}
.p-map__district--labels > *:nth-child(9) {
  grid-column: 1;
  grid-row: 3;
}
.p-map__district--labels > *:nth-child(10) {
  grid-column: 2;
  grid-row: 3;
}
.p-map__district--labels > *:nth-child(11) {
  grid-column: 3;
  grid-row: 3;
}
.p-map__district--labels > *:nth-child(12) {
  grid-column: 4;
  grid-row: 3;
}
.p-map__district--labels > *:nth-child(13) {
  grid-column: 5;
  grid-row: 3;
}
.p-map__district--labels > *:nth-child(14) {
  grid-column: 1;
  grid-row: 4;
}
.p-map__district--labels > *:nth-child(15) {
  grid-column: 2;
  grid-row: 4;
}
.p-map__district--labels > *:nth-child(16) {
  grid-column: 3;
  grid-row: 4;
}
.p-map__district--labels > *:nth-child(17) {
  grid-column: 4;
  grid-row: 4;
}
.p-map__district--labels > *:nth-child(18) {
  grid-column: 5;
  grid-row: 4;
}
.p-map__district--labels > *:nth-child(19) {
  grid-column: 1;
  grid-row: 5;
}
.p-map__district--labels > *:nth-child(20) {
  grid-column: 2;
  grid-row: 5;
}
.p-map__district--labels > *:nth-child(21) {
  grid-column: 3;
  grid-row: 5;
}
@media screen and (max-width: 767px) {
  .p-map__district--labels {
    display: flex;
    flex-direction: column;
  }
}
.p-map__district--label {
  align-items: center;
  gap: 0.5rem;
  width: auto;
  max-width: max-content;
}
.p-map__service {
  margin-top: 3.5rem;
}
.p-map__service--text {
  margin-bottom: 1.5rem;
}
.p-map__service--items {
  margin-inline: 3rem;
}
.p-map__service--item-block {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-map__service--item-block {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-map__service--item-text {
  width: 38.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-map__service--item-text {
    width: 100%;
  }
}
.p-map__service--item-group {
  display: grid;
  gap: 11.5rem;
  grid-template-columns: repeat(3, 8rem);
}
@media screen and (max-width: 767px) {
  .p-map__service--item-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
.p-map__service--label {
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  max-width: max-content;
}
.p-map__free {
  margin-block: 3.5rem 1.5rem;
}
.p-map__free--box {
  background-color: #fff;
  padding: 0.96rem 1.5rem;
  margin-inline: 1.5rem;
}
.p-map__free--input {
  width: 100%;
}
.p-map__free--input::placeholder {
  color: #acadae;
  font-size: 1.8rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767px) {
  .p-map__free--input::placeholder {
    font-size: 1.4rem;
  }
}
.p-map__dl {
  display: none;
}
.p-map__dl--title {
  margin-block: 3.5rem 1.5rem;
}
.p-map__dl--btns {
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .p-map__dl--btns {
    flex-direction: column;
  }
}
.p-map__dl--btn {
  background-color: #fff;
  border: solid 0.1rem #0072ff;
  border-radius: 7px;
  width: 100%;
  padding-block: 0.5rem;
}
.p-map__dl--btn-pink {
  border-color: #e95383;
}
.p-map__dl--btn-green {
  border-color: #18ad5e;
}
.p-map__dl--flex {
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.p-map__dl--img {
  width: 2.2rem;
  max-width: 100%;
}
.p-map__dl--text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-map__dl--text {
    font-size: 1.4rem;
  }
}
.p-map__facility {
  display: none;
  padding-bottom: 5rem;
}
.p-map__facility.active {
  position: relative;
  top: -0.2rem;
  display: block;
  border: solid 0.1rem;
}
.p-map__facility:nth-child(1) {
  background-color: #eff8fe;
  border-color: #008ccf;
}
.p-map__facility:nth-child(2) {
  background-color: #fdf2f7;
  border-color: #e95383;
}
.p-map__facility:nth-child(3) {
  background-color: #f2f8f0;
  border-color: #18ad5e;
}
.p-map__facility--text {
  padding-bottom: 1.6rem;
  padding-top: 2.8rem;
}
.p-map__facility--box {
  background-color: #fff;
  padding: 1.05rem 1.5rem;
  margin-inline: 1.5rem;
}
.p-map__facility--labels {
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-map__facility--labels {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-map__facility--label {
  align-items: center;
  gap: 0.5rem;
  line-height: 1.1875;
  letter-spacing: 0.06em;
}
.p-map__facility--btns {
  margin-top: 5rem;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-map__facility--btns {
    flex-direction: column;
  }
}
.p-map__facility--btn {
  max-width: 25rem;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding-block: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.p-map__facility--btn-sarch {
  background-color: #008ccf;
  color: #fff;
}
.p-map__facility--btn-sarch-pink {
  background-color: #e95383;
  color: #fff;
}
.p-map__facility--btn-sarch-green {
  background-color: #18ad5e;
  color: #fff;
}
.p-map__facility--btn-reset {
  border: solid 0.1rem #545555;
  background-color: #fff;
}
.p-map__hospital--labels {
  grid-template-columns: repeat(4, 1fr);
}
.p-map__vs--labels {
  grid-template-columns: repeat(3, 1fr);
}

.p-map3__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #008ccf;
  letter-spacing: 0.012em;
  line-height: 1.1785714286;
  border-bottom: 2px solid #008ccf;
  padding-inline: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.p-map3__lists {
  margin-bottom: 3rem;
  margin-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .p-map3__lists {
    margin-inline: 0;
  }
}
.p-map3 a {
  color: #e8447e;
}
.p-map3__list {
  border-top: dashed 0.1rem #cac7c7;
  border-right: none;
  border-left: none;
}
.p-map3__list:last-of-type {
  border-bottom: dashed 0.1rem #cac7c7;
}
.p-map3__list dt {
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  background-color: #eff8fe;
  max-width: 15.6rem;
  width: 100%;
  padding: 1.5rem;
}
.p-map3__list dd {
  line-height: 1.625;
  width: 100%;
  padding: 1.5rem;
  word-break: break-word;
}
.p-map3__h4 {
  color: #008ccf;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  background-color: #eff8fe;
  border-bottom: 0.1rem solid #008ccf;
  padding: 0.8rem 1.5rem;
  margin-bottom: 3rem;
  word-break: break-word;
}
.p-map3__h5 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.1785714286;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-map3__h5 {
    margin-inline: 0;
  }
}
.p-map3__h5::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 5px solid #008ccf;
  border-radius: 50%;
}
.p-map3__lists02 {
  margin-bottom: 4rem;
  margin-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .p-map3__lists02 {
    margin-inline: 0;
  }
}
.p-map3__list02 {
  border-top: dashed 0.1rem #cac7c7;
  border-right: none;
  border-left: none;
}
.p-map3__list02:last-of-type {
  border-bottom: dashed 0.1rem #cac7c7;
}
.p-map3__list02 dt {
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  background-color: #eff8fe;
  max-width: 30rem;
  width: 100%;
  padding: 1.5rem;
}
.p-map3__list02 dd {
  line-height: 1.625;
  width: 100%;
  padding: 1.5rem;
}
.p-map3__iflame {
  margin-inline: 3rem;
  position: relative;
  padding-top: 30%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-map3__iflame {
    margin-inline: 0;
  }
}
.p-map3__iflame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-map3__link {
  font-size: 1.8rem;
  line-height: 1.1666666667;
  border: 0.1rem solid #ea6188;
  border-radius: 22.5rem;
  padding-block: 1.3rem;
  display: inline-block;
  width: 40rem;
  max-width: 100%;
  margin-bottom: 5rem;
}

.c-map3-blue .p-map3__title,
.c-map3-blue .p-map3__h4 {
  color: #008ccf;
  border-color: #008ccf;
  background-color: #eff8fe;
}
.c-map3-blue .p-map3__h5::before {
  border-color: #008ccf;
}
.c-map3-blue .p-map3__list dt,
.c-map3-blue .p-map3__list02 dt {
  background-color: #eff8fe;
}
.c-map3-blue .p-map3__link {
  border-color: #008ccf;
}

.c-map3-pink .p-map3__title,
.c-map3-pink .p-map3__h4 {
  color: #e95383;
  border-color: #e95383;
  background-color: #fdf2f7;
}
.c-map3-pink .p-map3__h5::before {
  border-color: #e95383;
}
.c-map3-pink .p-map3__list dt,
.c-map3-pink .p-map3__list02 dt {
  background-color: #fdf2f7;
}
.c-map3-pink .p-map3__link {
  border-color: #e95383;
}

.c-map3-green .p-map3__title,
.c-map3-green .p-map3__h4 {
  color: #18ad5e;
  border-color: #18ad5e;
  background-color: #f2f8f0;
}
.c-map3-green .p-map3__h5::before {
  border-color: #18ad5e;
}
.c-map3-green .p-map3__list dt,
.c-map3-green .p-map3__list02 dt {
  background-color: #f2f8f0;
}
.c-map3-green .p-map3__link {
  border-color: #18ad5e;
}/*# sourceMappingURL=style.css.map */