@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;800&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  line-height: 1.86;
  color: #333333;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: visible;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.04rem;
  }
}

body,
html {
  min-height: 100vh;
  margin: 0;
}

body {
  width: 100%;
  height: auto;
}
body.is-fixed {
  overflow: hidden;
}

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

a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
a:hover {
  opacity: 0.8;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input[type=datetime-local],
input[type=date] {
  width: auto;
}

ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  word-break: break-word;
}
table td.right.aligned {
  white-space: nowrap;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

ol li {
  margin-bottom: 10px;
  line-height: 2;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr {
  margin: 0.5rem 0;
  border-color: #fff;
  border-width: 0.5px;
}

textarea {
  width: 100%;
  padding: 16px;
}

dt {
  font-weight: 700;
  margin-top: 18px;
  padding-left: 6px;
}

dd {
  padding-left: 1.5em;
  padding-right: 6px;
  margin-left: 0;
  text-align: right;
  padding-bottom: 6px;
  border-bottom: 1px solid #bbc4c4;
}

fieldset {
  border: 0;
}

ul.pagination {
  list-style-type: none; /* リストアイテムの黒丸を非表示にする */
  padding: 0; /* リストのパディングをリセットする */
}

ul.pagination li {
  display: inline; /* リストアイテムをインラインで表示する */
}

.c-news-pagination {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-news-pagination {
    margin-top: 3.2rem;
  }
}
.c-news-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fa7571;
  color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 0.55rem;
}
@media screen and (max-width: 767px) {
  .c-news-pagination .page-numbers {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-news-pagination .page-numbers:hover {
  opacity: 0.6;
}
.c-news-pagination .page-numbers.current {
  opacity: 0.6;
}
.c-news-pagination .page-numbers.dots {
  background-color: transparent;
  color: black;
  cursor: default;
}

.l-header {
  padding-top: 3.5rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2rem 0;
  }
}

.l-header:has(.p-header__logo) {
  position: relative;
}
.l-header:has(.p-header__logo) > * {
  position: relative;
  z-index: 1;
}
.l-header:has(.p-header__logo)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 19.4vw;
}
@media screen and (max-width: 767px) {
  .l-header:has(.p-header__logo)::before {
    height: 19.4vw;
  }
}
.l-header:has(.p-header__logo)::before {
  background-image: url("images/bg_front.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.l-main .p-front {
  background-color: #c9e8ed;
}

.l-footer {
  background-color: white;
  position: relative;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14.4vw;
  background-image: url("images/bg_bottom.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.l-section {
  padding-inline: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-inline: 1.6rem;
    padding-block: 3rem !important;
  }
  .l-section:has(.c-title) {
    padding-block: 0 !important;
  }
}

.l-section__bg--top {
  isolation: isolate;
  margin-top: 14.4vw;
  background-color: #c9e8ed;
}
.l-section__bg--top > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-section__bg--top {
    margin-top: 19.5vw;
  }
}
.l-section__bg--top::before {
  content: "";
  position: absolute;
  top: -14.4vw;
  left: 0;
  width: 100%;
  height: 14.4vw;
  background-image: url("images/bg_front.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-section__bg--top::before {
    top: -19vw;
    height: 20vw;
  }
}

.l-section__bg--bottom {
  isolation: isolate;
  margin-bottom: 14.4vw;
  background-color: #c9e8ed;
}
.l-section__bg--bottom > * {
  position: relative;
  z-index: 1;
}
.l-section__bg--bottom::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 14.4vw;
  background-image: url("images/bg_bottom.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.l-section__bg {
  background-color: #c9e8ed;
  padding-block: 5rem;
}
.l-container {
  max-width: 136.6rem;
  margin-inline: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-container__menu--sp {
    max-width: 84.5%;
    margin-inline: auto;
    margin-top: 3rem;
    padding: 0;
  }
}
.c-single .c-single__h1 {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__h1 {
    font-size: 2.2rem;
  }
}
.c-single .c-single__meta {
  margin-block: 2.6rem 3rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__meta {
    margin-block: 1.6rem 2.4rem;
  }
}
.c-single .c-single__thumbnail {
  margin-bottom: 4.3rem;
}
.c-single .c-single__thumbnail img {
  border-radius: 1.194rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__thumbnail {
    margin-bottom: 3.2rem;
  }
}
.c-single .c-single__nav {
  margin-block: 3.6rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__nav {
    margin-block: 3.2rem 0.8rem;
  }
}
.c-single .wp-block-group-is-layout-flex {
  gap: 5rem !important;
}
.c-single .wp-block-image {
  overflow: hidden;
  max-width: 72%;
  margin-block: 2rem;
  margin-inline: auto;
  border-radius: 1.194rem;
}
.c-single .wp-element-caption {
  text-align: center;
}
.c-single .c-single__content {
  font-weight: 500;
}
.c-single .c-single__content a {
  text-decoration: underline;
}
.c-single .c-single__content p,
.c-single .c-single__content li {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content p,
  .c-single .c-single__content li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.c-single .c-single__content h1 {
  margin-top: 6rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h1 {
    margin-top: 4rem;
    font-size: 2.2rem;
  }
}
.c-single .c-single__content h2 {
  color: white;
  background-color: #506a85;
  border-radius: 0.78rem;
  padding: 0.5rem 2rem;
  margin-block: 4rem 3rem;
  font-size: 2.2rem;
  line-height: 1.636;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h2 {
    margin-block: 4rem 2.4rem;
    font-size: 1.8rem;
  }
}
.c-single .c-single__content h3 {
  font-size: 2rem;
  color: #fa7571;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h3 {
    margin-top: 3.2rem;
    font-size: 1.6rem;
  }
}
.c-single .c-single__content h4 {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h4 {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}
.c-single .c-single__content h5 {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h5 {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
}
.c-single .c-single__content h6 {
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h6 {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
}
.c-single .c-single__content p {
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content p {
    margin-block: 1.6rem;
  }
}
.c-single .c-single__content .c-single__point {
  background-color: #f2fbff;
  border-radius: 0.78rem;
  padding: 2rem 3.3rem;
  line-height: 1.875;
  margin-block: 2rem;
}
.c-single .c-single__content .c-single__point .c-single__point-title {
  font-size: 1.7rem;
  color: #fa7571;
  text-indent: 1em;
}
.c-single .c-single__content ol,
.c-single .c-single__content ul {
  margin-block: 1rem;
}
.c-single .c-single__content ol li {
  list-style-type: decimal !important;
}
.c-single .c-single__content ul li {
  list-style: none;
  text-align: left;
  padding-left: 1em;
  position: relative;
  line-height: 1.875;
}
.c-single .c-single__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.96575rem;
  height: 0.96575rem;
  background-color: #61c4f2;
  border-radius: 50%;
}
.c-single .c-single__content li + li {
  margin-top: 1rem;
}
.c-single .c-single__content .wp-element-caption {
  font-size: 1.4rem;
  color: #5c6659;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content .wp-element-caption {
    font-size: 1.2rem;
  }
}
.c-single .c-single__content .wp-block-image {
  margin-block: 2rem;
  padding-inline: 1rem;
}
.c-single .c-single__content .wp-block-list {
  padding-left: 1em;
}
.c-single .c-single__content .wp-block-group__inner-container {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content .wp-block-group__inner-container {
    margin-bottom: 3rem;
  }
}

.c-title {
  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;
  padding-block: 8rem 10vw;
  font-size: 4.138rem;
  font-weight: 900;
  line-height: 1.313;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.4rem;
    padding-block: 12vw;
  }
}
.c-title[data-subtitle]::after {
  content: attr(data-subtitle);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fa7571;
}
@media screen and (max-width: 767px) {
  .c-title[data-subtitle]::after {
    font-size: 1.4rem;
  }
}

.c-title {
  position: relative;
}
.c-title::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 14.4vw;
  background-image: url("images/bg_top.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.5rem;
  padding-inline: 2.2rem 5rem;
  margin-inline: auto;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 900;
  color: white;
  cursor: pointer;
  background-color: #fa7571;
}
.c-button::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.1rem;
  height: 2.1rem;
  background-image: url("images/arrow_right_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.4rem !important;
    padding-inline: 1.6rem 4rem !important;
  }
  .c-button::after {
    right: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.c-button--reverse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.5rem;
  padding-inline: 5rem 2.2rem;
  margin-inline: auto;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 900;
  color: white;
  cursor: pointer;
  background-color: #fa7571;
}
.c-button--reverse::after {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  width: 2.1rem;
  height: 2.1rem;
  background-image: url("images/arrow_right_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-button--reverse {
    font-size: 1.4rem !important;
    padding-inline: 4rem 1.6rem !important;
  }
  .c-button--reverse::after {
    left: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.c-archive {
  max-width: 72.5rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-archive {
    margin-bottom: 0;
  }
}
.c-archive h1 {
  font-size: 3.4rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-archive h1::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 0.2rem;
  background-color: #fa7571;
  border-radius: 0.2rem;
}

.c-archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.c-archive__item + .c-archive__item {
  margin-top: 2rem;
}

.c-archive__date {
  letter-spacing: 0.05rem;
  margin-right: 2rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: #5c6659;
}

.c-archive__title {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
}

.c-archive__cat {
  display: inline-block;
  padding: 0 2rem;
  border-radius: 0.41rem;
  letter-spacing: 0.05rem;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-top: -0.5rem;
  color: white;
}

.c-archive__info {
  margin-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-archive__thumb {
  overflow: hidden;
  width: 17rem;
  display: block;
}
.c-archive__thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

.c-archive__excerpt {
  font-size: 1.4rem;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .c-archive h1 {
    font-size: 2.2rem;
  }
  .c-archive__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 2rem;
  }
  .c-archive__thumb {
    width: 10rem;
  }
  .c-archive__thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.2rem;
    width: 100%;
    height: auto;
  }
  .c-archive__date {
    letter-spacing: 0.05rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .c-archive__title {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-archive__excerpt {
    display: none;
  }
  .c-archive__info {
    margin-top: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-archive__cat {
    display: inline-block;
    border-radius: 0.41rem;
    letter-spacing: 0.05rem;
    font-size: 1.2rem;
    vertical-align: middle;
  }
}
.c-hamburger {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 5.8rem;
    height: 5.8rem;
    background: linear-gradient(135deg, #fa7571 0%, rgb(250.8673469388, 140.9387755102, 137.6326530612) 100%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.35rem;
    padding: 1.5rem 1rem 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.c-hamburger__line {
  display: block;
  width: 2.8rem;
  height: 0.3rem;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.5rem;
}
.c-hamburger__text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0.1rem;
}
.c-hamburger__text::before {
  content: "MENU";
}
.c-hamburger.is-active {
  background: rgba(255, 255, 255, 0.95);
}
.c-hamburger.is-active .c-hamburger__line {
  background-color: #004717;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  -webkit-transform: translateY(0.65rem) rotate(45deg);
          transform: translateY(0.65rem) rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-0.65rem) rotate(-45deg);
          transform: translateY(-0.65rem) rotate(-45deg);
}
.c-hamburger.is-active .c-hamburger__text {
  color: #004717;
}
.c-hamburger.is-active .c-hamburger__text::before {
  content: "CLOSE";
}
.c-hamburger.is-active:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-hamburger__menu {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-hamburger__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(201, 232, 237, 0.97);
    backdrop-filter: blur(20px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    padding: 2rem;
    -webkit-overflow-scrolling: touch;
  }
  .c-hamburger__menu.is-open {
    opacity: 1;
    visibility: visible;
  }
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.c-hamburger__menu-inner {
  max-width: 28rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.c-hamburger__menu-nav ul {
  list-style: none;
}
.c-hamburger__menu-nav ul li {
  margin-bottom: 0.8rem;
}
.c-hamburger__menu-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.6rem;
  background-color: white;
  border-radius: 0.8rem;
  color: #333333;
  font-weight: 900;
  font-size: 1.45rem;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0.02em;
}
.c-hamburger__menu-nav ul li a[data-subtext]::after {
  content: attr(data-subtext);
  color: #fa7571;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.65;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.8rem;
}

.c-hamburger__contact-btn {
  background-color: #506a85 !important;
  color: white !important;
  font-size: 1.5rem !important;
  padding: 1.6rem 1.6rem !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  gap: 0.8rem !important;
  margin-top: 0.8rem !important;
  border-radius: 0.8rem !important;
  letter-spacing: 0.03em !important;
}
.c-hamburger__contact-btn::after {
  content: "→" !important;
  position: absolute !important;
  right: 1.6rem !important;
  font-size: 1.4rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.c-slider {
  overflow: hidden;
  margin-top: 2.8rem;
}

.c-slider__swiper {
  width: 100%;
  max-width: 97.8rem;
  max-width: 70vw;
  margin-inline: auto 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-slider__swiper {
    max-width: calc(100vw - 2rem);
  }
}

.c-slider__inner {
  aspect-ratio: 97.8/53.2;
  overflow: hidden;
}

.c-slider__img {
  width: 100%;
  height: 100%;
}
.c-slider__img img {
  border-radius: 1.194rem 0 0 1.194rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .c-slider {
    padding-inline: 0;
  }
  .c-slider__inner {
    aspect-ratio: 16/9;
  }
  .swiper-slide {
    margin-block: 2rem;
  }
  .c-slider__no-img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .c-slider__no-img img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.c-segment {
  border-radius: 2.56rem;
  background-color: white;
  padding: 4rem;
  margin-inline: auto;
  max-width: 81.2rem;
  width: 100%;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-segment {
    padding: 3.2rem 1.6rem;
    border-radius: 1.6rem;
  }
}
.c-segment__title {
  color: #fa7571;
  font-size: 3.2rem;
  line-height: 1.125;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-segment__title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
.c-segment__desc {
  font-size: 2rem;
  line-height: 1.5;
  margin-block: 1.5rem 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-segment__desc {
    font-size: 1.8rem;
    margin-block: 1.6rem 2.4rem;
  }
}
.c-segment__staff {
  margin-block: 1.5rem 4rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .c-segment__staff {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.c-segment__body {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .c-segment__body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.c-segment__body-list-inner {
  list-style: disc;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-segment__body-list-inner {
    padding-left: 1em;
  }
}
.c-segment__body-list li {
  list-style: disc;
  text-align: left;
}

.c-segment + .c-segment {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-segment + .c-segment {
    margin-top: 1.6rem;
  }
}

.c-segment__inner {
  width: 100%;
  max-width: 65.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-segment__inner {
    max-width: 90%;
  }
}

.c-segment__inner--small {
  max-width: 51rem;
}
@media screen and (max-width: 767px) {
  .c-segment__inner--small {
    max-width: 90%;
  }
}

.c-segment__body-mt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-segment__body-mt {
    margin-top: 2.4rem;
  }
}

.c-segment.bird {
  position: relative;
}
.c-segment.bird::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 90%;
  width: 7.3vw;
  height: 8.8vw;
  background-image: url("images/bird.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-segment.bird::before {
    right: 10%;
    bottom: 90%;
    width: 10vw;
    height: 15vw;
  }
}

.c-segment__three-points {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-segment__three-points {
    margin-top: 2.4rem;
  }
}

.c-segment__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3.7rem;
}
@media screen and (max-width: 767px) {
  .c-segment__point {
    gap: 1.6rem;
  }
}
.c-segment__point-title {
  font-size: 2.8rem;
  line-height: 1.429;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-segment__point-title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
}

.c-segment__point-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
}
.c-segment__point-body li {
  list-style: none;
  text-align: left;
  padding-left: 1em;
  position: relative;
  line-height: 1.875;
}
.c-segment__point-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.6em;
  height: 0.6em;
  background-color: #61c4f2;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-segment__point-body li {
    line-height: 1.75;
  }
}
.c-segment__point-body li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-segment__point-body li + li {
    margin-top: 0.8rem;
  }
}

.c-segment__point-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
@media screen and (max-width: 767px) {
  .c-segment__point-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%;
    max-width: 8rem;
  }
}

.c-segment__point + .c-segment__point {
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  .c-segment__point + .c-segment__point {
    margin-top: 2.4rem;
  }
}

.c-segment__service-image {
  max-width: 30rem;
  width: 100%;
  height: auto;
  margin-inline: auto;
  margin-block: 1rem;
}

.c-segment__place-image {
  max-width: 40.9rem;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.c-segment__title-label {
  color: white;
  background-color: #506a85;
  border-radius: 0.78rem;
  padding: 0.5rem 2rem;
  margin-block: 4rem 3rem;
  font-size: 2.2rem;
  line-height: 1.636;
}
@media screen and (max-width: 767px) {
  .c-segment__title-label {
    font-size: 1.8rem;
    padding: 0.4rem 1.6rem;
    margin-block: 2.4rem 1.6rem;
    line-height: 1.5;
  }
}

.c-segment__message {
  background-color: #f7f7f7;
  border-radius: 0.78rem;
  padding: 3.3rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .c-segment__message {
    padding: 2.4rem;
    line-height: 1.75;
    border-radius: 0.8rem;
  }
}

* + .c-segment__message {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  * + .c-segment__message {
    margin-top: 1.6rem;
  }
}

.c-segment__message:has(+ *) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-segment__message:has(+ *) {
    margin-bottom: 1.6rem;
  }
}

.c-segment__googlemap {
  min-height: 40.7rem;
}
@media screen and (max-width: 767px) {
  .c-segment__googlemap {
    min-height: 30rem;
  }
}

.c-segment:has(.p-contact) {
  padding: 0;
}

.c-table {
  margin-block: 2rem;
  border: 1px solid #bbc4c4;
}
.c-table__body {
  width: 100%;
  border-collapse: collapse;
}
.c-table__row {
  border-bottom: 1px solid #ccc;
}
.c-table__row:last-child {
  border-bottom: none;
}
.c-table__heading {
  background: #f5f5f5;
  padding: 1.2rem;
  text-align: left;
  font-weight: bold;
  border-right: 0.1rem solid #bbc4c4;
  background-color: #f2fbff;
}
.c-table__heading.p-service__heading {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-table__heading.p-service__heading {
    white-space: normal;
    width: 50%;
  }
}
.c-table__heading.p-access__heading {
  white-space: nowrap;
}
.c-table__data.p-price__data {
  white-space: nowrap;
}
.c-table__data {
  padding: 1.2rem;
  background: #fff;
}

* + .c-table {
  margin-top: 2rem;
}

.c-table:has(+ *) {
  margin-bottom: 2rem;
}

.p-header__inner {
  margin: 0 auto;
  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;
}

.p-header__nav-item {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 19px;
}
.p-header__nav-item .p-header__nav-link {
  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;
  min-height: 6rem;
}
.p-header__nav-item .p-header__nav-link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.p-header__nav-item .p-header__nav-link[data-subtext]::after {
  content: attr(data-subtext);
  color: #fa7571;
  font-size: 1.1rem;
  display: block;
  margin-top: 0.5rem;
}

.p-header__nav-contact {
  color: white;
  border-radius: 1.194rem;
  background-color: #506a85;
  width: 12rem;
  height: 5.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;
}

.p-header__right-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-header__right-side {
    display: none;
  }
}

.p-header__logo {
  max-width: 24.4rem;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 23.7rem;
    height: 7.173rem;
    margin-inline: inherit;
    margin-bottom: inherit;
    margin-left: 2rem;
  }
}
.p-header__logo img {
  max-width: 24.6rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    max-width: 23.7rem;
  }
}

.p-header__nav {
  padding-inline: 2rem;
}
@media screen and (max-width: 1280px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
}

.p-header__logotext {
  font-size: 1.4rem;
  margin-bottom: 8.8rem;
}

.p-header__subtitle {
  font-size: 2.2rem;
  margin-bottom: 4.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-header__subtitle {
    margin-bottom: 2rem;
  }
}
.p-header__subtitle span {
  position: relative;
  z-index: 1;
}
.p-header__subtitle span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.17em;
  width: 98%;
  height: 0.7em;
  background: #fcdad6;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.p-header__desc {
  font-size: 1.6rem;
}

.p-header__left-side {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media screen and (max-width: 767px) {
  .p-header__left-side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-header__left-side:has(.p-header__logo-default) .p-header__logo-default {
  width: 23.7rem;
  height: 7.173rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-header__left-side:has(.p-header__logo-default) .p-header__logo-default {
    margin-inline: inherit;
    margin-left: 2rem;
  }
}

.p-footer__top {
  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;
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.4rem;
    padding-top: 6rem;
  }
}
.p-footer__top .p-footer__brand {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__brand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.p-footer__top .p-footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.p-footer__top .p-footer__nav::after {
  content: "";
  position: absolute;
  right: 6.9vw;
  top: -10.2vw;
  width: 15.8vw;
  height: 10.2vw;
  background-image: url("images/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav::after {
    right: 1em;
    top: inherit;
    bottom: -1em;
    width: 20vw;
    height: 20vw;
  }
}
.p-footer__top .p-footer__nav .p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav .p-footer__nav-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    place-items: start;
    gap: 1em;
    gap: 0;
  }
  .p-footer__top .p-footer__nav .p-footer__nav-list::after {
    right: -2.4rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-footer__top .p-footer__nav .p-footer__nav-list .p-footer__nav-item {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav .p-footer__nav-list .p-footer__nav-item {
    width: 100%;
    padding-inline: 0.5em;
  }
}
.p-footer__top .p-footer__nav .p-footer__nav-item {
  list-style: none !important;
  line-height: 1.929;
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav .p-footer__nav-item {
    font-size: 1.4rem;
  }
}
.p-footer__top .p-footer__nav .p-footer__nav-item li {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav .p-footer__nav-item li {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.p-footer__top .p-footer__nav .p-footer__nav-item li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav .p-footer__nav-item li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-footer__logo {
  margin-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer__logo a {
  display: block;
  max-width: 15.4rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo a {
    max-width: 12rem;
  }
}

.p-footer__desc {
  font-size: 0.885rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__desc {
    font-size: 1.2rem;
  }
}

.p-footer__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__sns-icons .p-footer__instagram-icon {
  width: 2.4rem;
  height: 100%;
  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;
}
.p-footer__sns-icons .p-footer__x-icon {
  width: 2.1rem;
  height: 100%;
  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;
}

.p-footer__bottom {
  padding-block: 4.4rem 2.7rem;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding-block: 4rem 2rem;
    font-size: 1.1rem;
    line-height: 2.25;
    text-align: center;
  }
}

.p-front___intro-wrapper {
  padding-block: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-front___intro-wrapper {
    padding-block: 0;
  }
}

.p-front__intro {
  text-align: center;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.54;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-front__intro {
    font-size: 1.8rem;
    padding-block: 2rem;
    margin-bottom: 2rem;
  }
}
.p-front__intro .p-front__button {
  margin-bottom: 5.5rem;
}

.p-front__intro + .p-front__button {
  margin-bottom: 5.5rem;
}

.p-front__title {
  text-align: center;
}
.p-front__title.news {
  position: relative;
}
.p-front__title.news::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -12vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.3vw;
  height: 6.8vw;
  background-image: url("images/book.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-front__title.news::after {
    top: -20vw;
    width: 15vw;
    height: 10vw;
  }
}
.p-front__title h2 {
  color: #fa7571;
  font-size: 3.2rem;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .p-front__title h2 {
    font-size: 2.2rem;
  }
}
.p-front__title .p-front__title-sub {
  font-size: 1.4rem;
  line-height: 2.857;
  color: #999999;
}

.p-front__three-points-wrapper {
  padding-bottom: 5.5rem;
}
.p-front__three-points-wrapper .p-front__button {
  margin-top: 2rem;
}

.p-front__three-points {
  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: 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-front__three-points {
    gap: 2vw;
  }
}

.p-front__three-points {
  margin-top: 1.7rem;
}

.p-front__three-points + .p-front__three-points {
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-front__three-points + .p-front__three-points {
    margin-top: 0;
  }
}

.p-front__point {
  position: relative;
  width: 23.3rem;
  height: 23.3rem;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.429;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-front__point {
    width: 45vw;
    height: 45vw;
    font-size: 2.4rem;
    gap: 2vw;
  }
}
.p-front__point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 23.3rem;
  height: 23.3rem;
  background-image: url("images/circle_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-front__point::before {
    width: 45vw;
    height: 45vw;
  }
}

.p-front__point.house img,
.p-front__point.arch img {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__point.house img,
  .p-front__point.arch img {
    width: 24vw;
  }
}

.p-front__point.kids img {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-front__point.kids img {
    width: 28.5vw;
  }
}

.p-front__point img {
  margin-top: -1em;
}

.p-front__point.arch img {
  margin-top: -2em;
}

.p-concept {
  max-width: 80.8rem;
  width: 100%;
  margin-inline: auto;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-block: 0;
  }
}

.p-concept__message {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept__message {
    padding-inline: 1.6rem;
  }
}
.p-concept__message h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-concept__message h2 {
    font-size: 2.6rem;
  }
}
.p-concept__message p {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-concept__message p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.p-concept__button-wrapper {
  margin-top: 6.6rem;
  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: 3rem;
}
@media screen and (max-width: 767px) {
  .p-concept__button-wrapper {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-concept__button-wrapper .p-concept__button-img {
  border-radius: 2.5rem 2.5rem 0 0;
  width: 39.2rem;
  height: 21.5rem;
}
.p-concept__button-wrapper .c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.1rem;
  width: 39.2rem;
  height: 5rem;
  padding-block: 0.5rem;
  padding-inline: 2.2rem;
  margin-inline: inherit;
  border-radius: 0 0 2.5rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 900;
  color: white;
  cursor: pointer;
  background-color: #fa7571;
}
@media screen and (max-width: 767px) {
  .p-concept__button-wrapper .c-button {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-concept__button-wrapper .c-button::after {
  display: none;
}
.p-concept__button-wrapper .c-button .p-concept__button-icon {
  width: 2.1rem;
  height: 2.1rem;
}

:where(button, input, select, textarea) {
  border-width: 0 !important;
}

.p-contact {
  width: 100%;
  margin-inline: auto;
}

.p-contact__desc {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__desc {
    font-size: 1.4rem;
    padding-bottom: 3rem;
  }
}

.p-contact__inner {
  background-color: #f7f7f7;
  border-radius: 1.1rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 2rem;
  }
}

.p-contact__field {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__field {
    margin-bottom: 2rem;
  }
}
.p-contact__field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-contact__field label {
    font-size: 1.4rem;
  }
}
.p-contact__field--checkbox {
  margin-top: 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .p-contact__field--checkbox {
    margin-top: 3rem;
  }
}
.p-contact__field--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-contact__field--checkbox label {
    font-size: 1.4rem;
  }
}
.p-contact__field--checkbox label a {
  text-decoration: underline;
}
.p-contact__field--checkbox label a:hover {
  opacity: 0.7;
}

.p-contact__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 900;
  color: white;
  background-color: #fa7571;
  border-radius: 5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__required {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

.p-contact__optional {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 900;
  color: white;
  background-color: #61c4f2;
  border-radius: 5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__optional {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

.p-contact__input,
.p-contact__select,
.p-contact__textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.6rem;
  border: none;
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact__input,
  .p-contact__select,
  .p-contact__textarea {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-contact__input:focus,
.p-contact__select:focus,
.p-contact__textarea:focus {
  outline: none;
  border-color: #004717;
}
.p-contact__input::-webkit-input-placeholder, .p-contact__select::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
  color: #999999;
}
.p-contact__input::-moz-placeholder, .p-contact__select::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: #999999;
}
.p-contact__input:-ms-input-placeholder, .p-contact__select:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
  color: #999999;
}
.p-contact__input::-ms-input-placeholder, .p-contact__select::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
  color: #999999;
}
.p-contact__input::placeholder,
.p-contact__select::placeholder,
.p-contact__textarea::placeholder {
  color: #999999;
}

.p-contact__input,
.p-contact__select {
  height: 5rem;
}

.p-contact__textarea {
  min-height: 20rem;
  resize: vertical;
  font-family: inherit;
}

.p-contact__select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath stroke='%23bbc4bb' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1rem;
  padding-right: 4rem;
}
.p-contact__select:invalid, .p-contact__select:has(option[value=""]:checked) {
  color: #999999;
}
.p-contact__select option {
  color: black;
}
.p-contact__select option[value=""], .p-contact__select option:disabled {
  color: #999999;
}

.p-contact__note {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #5c6659;
}

.p-contact__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  border-radius: 0.3rem;
  border: 0.1rem solid #999999;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border-width: 0.1em !important;
}
.p-contact__checkbox:checked {
  background-color: #fa7571;
}
.p-contact__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.4rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-contact__submit {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 3rem;
  }
}
.p-contact__submit .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
  padding: 0.9rem 1rem;
  border-radius: 5rem;
  font-size: 1.7rem;
  font-weight: 900;
  color: white;
  max-width: 100%;
  width: 27.5rem;
  margin-inline: auto;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__submit .c-button {
    font-size: 1.4rem;
    width: 100%;
    max-width: 25rem;
  }
}
.p-contact__submit .c-button:hover {
  opacity: 0.8;
}
.p-contact__submit .c-button--submit {
  background-color: #fa7571;
}
.p-contact__submit .c-button--submit .c-button__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
          flex: 1 1 90%;
  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;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__submit .c-button--submit .c-button__text {
    font-size: 1.4rem;
  }
}
.p-contact__submit .c-button--submit .c-button__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
}
.p-contact__submit .c-button--submit .c-button__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450 !important;
}

.wpcf7-mail-sent-ok {
  border-color: #46b450 !important;
  color: #46b450 !important;
  border: 0.1rem solid #46b450 !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  color: #d32f2f !important;
  border: 0.1rem solid #d32f2f !important;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  color: #d32f2f;
}

.wpcf7-not-valid {
  border-color: #d32f2f !important;
}

.wpcf7-spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  vertical-align: middle;
  border: 0.3rem solid rgba(0, 0, 0, 0.1);
  border-top-color: #fa7571;
  border-radius: 50%;
  -webkit-animation: wpcf7-spin 0.8s linear infinite;
          animation: wpcf7-spin 0.8s linear infinite;
}

@-webkit-keyframes wpcf7-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes wpcf7-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2rem;
  height: 2rem;
  border-color: #fa7571;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  border-width: 1px !important;
  border: 0.1rem solid #999999;
}
@media screen and (max-width: 767px) {
  input[type=radio] {
    width: 1.5rem;
    height: 1.5rem;
  }
}
input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fa7571;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  input[type=radio]:checked::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-form input[type=radio]:focus {
  outline: none;
  border-color: #fa7571;
}

.wpcf7-list-item-label {
  cursor: pointer !important;
}

.wpcf7-response-output {
  border: none !important;
}

.p-service__button {
  margin-top: 3rem;
}

.p-service-notice {
  margin-top: 0.8rem;
}
.p-service-notice__name {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-service-notice__name {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.p-service-notice__image {
  width: 100%;
}
.p-service-notice__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-service-notice__nav {
  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;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-notice__nav {
    margin-top: 2.4rem;
  }
}
.p-service-notice__nav .c-button,
.p-service-notice__nav .c-button--reverse {
  margin-inline: 0;
}
.p-service-notice__nav-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  background-color: #506a85;
  color: white;
  border-radius: 0.8rem;
  font-weight: 900;
  font-size: 1.5rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .p-service-notice__nav-btn {
    font-size: 1.4rem;
    padding: 0.8rem 1.4rem;
  }
}
.p-service-notice__nav-btn:hover {
  opacity: 0.75;
}
.p-service-notice__nav-spacer {
  display: block;
  width: 1px;
}

.p-place__label {
  font-size: 1.6rem;
  padding: 0.25em 1em;
  border-radius: 0.573rem;
  width: 7.1rem;
  color: white;
  white-space: nowrap;
  vertical-align: middle;
  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;
}
@media screen and (max-width: 767px) {
  .p-place__label {
    font-size: 1.4rem;
  }
}

.p-place__label-items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 4.2rem;
}

.p-place__label-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-place__label-item {
    font-size: 1.4rem;
  }
}

.p-place__label-item + .p-place__label-item {
  margin-top: 1.153rem;
}

.p-place__label--yuugi {
  background-color: #fa7571;
}

.p-place__label--sien {
  background-color: #61c4f2;
}

.p-place__label--soudan {
  background-color: #506a85;
}

.p-place__speech-item {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
}
.p-place__speech-item .p-place__speech-staff {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 13.4rem;
  border-radius: 1.3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-place__speech-item .p-place__speech-staff {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.p-place__speech-item .p-place__speech-staff img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-place__speech-item + .p-place__speech-item {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .p-place__speech-item {
    margin-block: 2em;
  }
}
.p-place__speech-info {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-place__speech-info .p-place__speech {
  position: relative;
  background-color: #6ac0f2;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-place__speech-info .p-place__speech {
    padding: 0.75rem 1rem;
  }
}
.p-place__speech-info .p-place__speech::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: -1.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.5rem 1.2rem 0;
  border-color: transparent #6ac0f2 transparent transparent;
}
.p-place__speech-info .p-place__speech::after {
  content: attr(data-name);
  position: absolute;
  top: -2.5em;
  left: -1em;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-place__speech-info .p-place__speech::after {
    font-size: 1.4rem;
  }
}
.p-place__speech-info .p-place__speech__text {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-place__speech-info .p-place__speech__text {
    font-size: 1.4rem;
  }
}

.p-price__flow-item {
  padding-block: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-price__flow-item .p-price__flow-number {
  margin-inline: auto;
  background-color: #506a85;
  border-radius: 50%;
  color: white;
  width: 5.1rem;
  height: 5.1rem;
  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;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-price__flow-item .p-price__flow-number {
    font-size: 1.8rem;
  }
}
.p-price__flow-item .p-price__flow-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
.p-price__flow-item .p-price__flow-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-price__flow-item .p-price__flow-right .p-price__flow-text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-price__flow-item .p-price__flow-right .p-price__flow-text {
    font-size: 1.4rem;
  }
}

.p-price__flow-item + .p-price__flow-item {
  border-top: 0.1rem solid #bbc4c4;
}

.p-price__link {
  cursor: pointer;
  color: #fa7571;
}

.p-price__tel {
  cursor: pointer;
}

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .u-cf--sp:before,
  .u-cf--sp:after {
    content: " ";
    display: table;
  }
  .u-cf--sp:after {
    clear: both;
  }
  .u-cf--sp {
    *zoom: 1;
  }
}
.u-col2 {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.u-col2:nth-child(2n) {
  margin-right: 0;
}
.u-col2.u-col2--mr0 {
  width: 50%;
  margin-right: 0;
}

.u-col3 {
  float: left;
  width: 31.333%;
  margin-right: 3%;
}
.u-col3:nth-child(3n) {
  margin-right: 0;
}

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .u-col2,
  .u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-marginCenter {
  margin-inline: auto;
}

.u-mxAuto {
  margin-inline: auto;
}

.u-marginLeft {
  margin-left: auto;
}

.u-margin1rem {
  margin: 1rem;
}

.u-ml8 {
  margin-left: 0.8rem !important;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt5 {
  margin-top: 0.5rem;
}

.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt45 {
  margin-top: 4.5rem;
}

.u-mt55 {
  margin-top: 5.5rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mt2rem {
  margin-top: 2rem;
}

.u-mt3rem {
  margin-top: 3rem;
}

.u-mt4rem {
  margin-top: 4rem;
}

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

.u-mb1 {
  margin-bottom: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-mb5 {
  margin-bottom: 5rem;
}

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

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-mb120 {
  margin-bottom: 12rem !important;
}

.u-my1 {
  margin-block: 1rem;
}

.u-my2 {
  margin-block: 2rem;
}

.u-my3 {
  margin-block: 3rem;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
  .u-mt0--sp {
    margin-top: 0 !important;
  }
  .u-mt50--sp {
    margin-top: 5rem !important;
  }
  .u-mt8--sp {
    margin-top: 0.8rem !important;
  }
  .u-mt16--sp {
    margin-top: 1.6rem !important;
  }
  .u-mt24--sp {
    margin-top: 2.4rem !important;
  }
  .u-mt32--sp {
    margin-top: 3.2rem !important;
  }
  .u-mt40--sp {
    margin-top: 4rem !important;
  }
  .u-mt60--sp {
    margin-top: 6rem !important;
  }
  .u-mb8--sp {
    margin-bottom: 0.8rem !important;
  }
  .u-mb16--sp {
    margin-bottom: 1.6rem !important;
  }
  .u-mb24--sp {
    margin-bottom: 2.4rem !important;
  }
  .u-mb32--sp {
    margin-bottom: 3.2rem !important;
  }
  .u-mb40--sp {
    margin-bottom: 4rem !important;
  }
  .u-mb60--sp {
    margin-bottom: 6rem !important;
  }
  .u-mb80--sp {
    margin-bottom: 8rem !important;
  }
  .u-my0--sp {
    margin-block: 0 !important;
  }
  .u-my16--sp {
    margin-block: 1.6rem !important;
  }
  .u-my24--sp {
    margin-block: 2.4rem !important;
  }
  .u-my40--sp {
    margin-block: 4rem !important;
  }
}
.u-pt45 {
  padding-top: 4.5rem;
}

.u-pt63 {
  padding-top: 6.3rem;
}

.u-pb45 {
  padding-bottom: 4.5rem;
}

.u-pb63 {
  padding-bottom: 6.3rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-pb120 {
  padding-bottom: 12rem;
}

.u-py45 {
  padding-block: 4.5rem;
}

.u-py63 {
  padding-block: 6.3rem;
}

.u-py0 {
  padding-block: 0;
}

.u-pt0 {
  padding-top: 0;
}

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

@media screen and (max-width: 767px) {
  .u-pt22--sp {
    padding-top: 2.25rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt40--sp {
    padding-top: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt120--sp {
    padding-top: 12rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb40--sp {
    padding-bottom: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb60--sp {
    padding-bottom: 6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py40--sp {
    padding-block: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt0--sp {
    padding-top: 0 !important;
  }
  .u-pb0--sp {
    padding-bottom: 0 !important;
  }
  .u-py0--sp {
    padding-block: 0 !important;
  }
  .u-pt16--sp {
    padding-top: 1.6rem !important;
  }
  .u-pt24--sp {
    padding-top: 2.4rem !important;
  }
  .u-pt30--sp {
    padding-top: 3rem !important;
  }
  .u-pt32--sp {
    padding-top: 3.2rem !important;
  }
  .u-pb16--sp {
    padding-bottom: 1.6rem !important;
  }
  .u-pb24--sp {
    padding-bottom: 2.4rem !important;
  }
  .u-pb30--sp {
    padding-bottom: 3rem !important;
  }
  .u-pb32--sp {
    padding-bottom: 3.2rem !important;
  }
  .u-pb80--sp {
    padding-bottom: 8rem !important;
  }
  .u-py30--sp {
    padding-block: 3rem !important;
  }
  .u-py60--sp {
    padding-block: 6rem !important;
  }
  .u-py80--sp {
    padding-block: 8rem !important;
  }
}
.u-py8rem {
  padding-block: 8rem;
}

.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-textRight--sp {
    text-align: right;
  }
  .u-textCenter--sp {
    text-align: center;
  }
  .u-textLeft--sp {
    text-align: left;
  }
}
.u-ofi {
  overflow: hidden;
}
.u-ofi img,
.u-ofi video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}

.u-spShow,
.u-spShow--inline {
  display: none !important;
}

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

.u-spHide--inline {
  display: inline !important;
}

.u-spHide--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-db {
  display: block;
}

.u-dib {
  display: inline-block;
}

.u-hide {
  display: none;
}

.u-hide-front {
  display: none;
}

.u-inline-block {
  display: inline block;
  text-align: left;
}

.admin .u-hide-front {
  display: block;
}
.admin .u-hide-admin {
  display: none;
}

.u-spShow--flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-spShow {
    display: block !important;
  }
  .u-spHide,
  .u-spHide--inline,
  .u-spHide--flex {
    display: none !important;
  }
  .u-spShow--inline {
    display: inline !important;
  }
  .u-spDb {
    display: block;
  }
  .u-spShow--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.u-font10 {
  font-size: 10px;
}

.u-font11 {
  font-size: 11px;
}

.u-font12 {
  font-size: 12px;
}

.u-font13 {
  font-size: 13px;
}

.u-font14 {
  font-size: 1.4rem;
}

.u-font15 {
  font-size: 15px;
}

.u-font16 {
  font-size: 16px;
}

.u-font17 {
  font-size: 17px;
}

.u-font18 {
  font-size: 1.8rem;
}

.u-font20 {
  font-size: 20px;
}

.u-font22 {
  font-size: 22px;
}

.u-font23 {
  font-size: 23px;
}

.u-font24 {
  font-size: 24px;
}

.u-font25 {
  font-size: 25px;
}

.u-font26 {
  font-size: 26px;
}

.u-font27 {
  font-size: 27px;
}

.u-font28 {
  font-size: 28px;
}

.u-font30 {
  font-size: 30px;
}

.u-font34 {
  font-size: 3.4rem !important;
}

.u-font35 {
  font-size: 35px;
}

.u-font38 {
  font-size: 38px;
}

.u-fontBold {
  font-weight: bold;
}

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

.u-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-gothic {
  font-family: "Barlow", "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-font26--sp {
    font-size: 2.6rem !important;
  }
  .u-font20--sp {
    font-size: 2rem !important;
  }
  .u-font18--sp {
    font-size: 1.8rem !important;
  }
  .u-font16--sp {
    font-size: 1.6rem !important;
  }
  .u-font14--sp {
    font-size: 1.4rem !important;
  }
  .u-font12--sp {
    font-size: 1.2rem !important;
  }
}
.u-font--weight100 {
  font-weight: 100;
}

.u-font--weight200 {
  font-weight: 200;
}

.u-font--weight300 {
  font-weight: 300;
}

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

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

.u-font--weight600 {
  font-weight: 600;
}

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

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

.u-textUnderLine--gray {
  -webkit-text-decoration: underline #999999;
          text-decoration: underline #999999;
}

.u-textMarker--beige {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5e8c6));
  background: linear-gradient(transparent 60%, #f5e8c6 60%);
}

.u-textMarker--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(245, 183, 179, 0.3)));
  background: linear-gradient(transparent 60%, rgba(245, 183, 179, 0.3) 60%);
}

.u-relative {
  position: relative;
}

.u-bg__light-green {
  position: relative;
  background: #b4dc71;
  margin-block: 13.6rem;
}
.u-bg__light-green::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 13.6rem;
  background: url("images/wave_top.svg") no-repeat center top;
  background-size: cover;
  z-index: 0;
}
.u-bg__light-green::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 13.6rem;
  background: url("images/wave_bottom.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 0;
}

.u-bg__transparent {
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .u-bg__transparent--sp {
    background-color: transparent !important;
  }
}
.u-color--pink {
  color: #fa7571;
}

.u-line20 {
  line-height: 2;
}

.u-line26 {
  line-height: 2.6;
}

.u-line30 {
  line-height: 3;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex--evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.u-flex--col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col2 > * {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}

.u-flex--col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col3 > * {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-right: 3.5%;
  margin-left: 0;
}
.u-flex--col3 > *:nth-child(3n) {
  margin-right: 0;
}

.u-flex--col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col4 > * {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  margin-right: 2%;
}
.u-flex--col4 > *:nth-child(4n) {
  margin-right: 0;
}

.u-flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.u-flex--baseline {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.u-flex--justify---start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.u-flex--justify---end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.u-flex--justify---center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex--justify---left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.u-flexCenter {
  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;
}

.u-flex--CenterLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
}
.u-flex--CenterLine .u-centerLine {
  position: relative;
  margin-right: 70px;
}
.u-flex--CenterLine .u-centerLine p {
  margin: 0;
}
.u-flex--CenterLine .u-centerLine::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
  height: 20px;
  width: 1px;
  background-color: #999999;
}

@media screen and (max-width: 767px) {
  .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #find .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .u-flex--col3 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
  .u-flex--col2 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .u-flex--col4 > * {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .u-flex--col4 > *:nth-child(4n) {
    margin-right: auto;
  }
  .u-flex--CenterLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-flex--CenterLine .u-centerLine {
    position: relative;
    margin-right: 35px;
  }
  .u-flex--CenterLine .u-centerLine p {
    margin: 0;
  }
  .u-flex--CenterLine .u-centerLine::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -17.5px;
    height: 20px;
    width: 1px;
    background-color: #999999;
  }
}
.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls12 {
  letter-spacing: 0.12em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-ls50 {
  letter-spacing: 0.5em;
}

.u-border {
  border: 1px solid #bbc4c4;
}

.u-gap1rem {
  gap: 1rem;
}

.u-gap2rem {
  gap: 2rem;
}

.u-gap4rem {
  gap: 4rem;
}

.u-gap0-5 {
  gap: 0 5px;
}

.u-gap5 {
  gap: 5px;
}

.u-gap5vw {
  gap: 5vw;
}

.u-gap26 {
  gap: 26px;
}

.u-gap30 {
  gap: 30px;
}

.u-gap45 {
  gap: 45px;
}

.u-gap65 {
  gap: 65.5px;
}

.u-gap10rem {
  gap: 10rem;
}