@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* fonts */
/*
min-font-size ($font_size, $min_font_size)

$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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;
  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-top-width: 1px;
  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] {
  -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: 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* #Typography
----------------------------------------------------------------- */
body,
html {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #212121;
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 767px ) {
  body,
  html {
    font-size: 2.6666666667vw;
  }
}

b,
strong,
.bold {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  color: #424242;
}

html:not(.touchDevice) a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* #base
----------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f4f4;
}
body * {
  box-sizing: border-box;
}

svg {
  width: 100%;
  height: auto;
}

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

a {
  display: block;
}

ul li {
  list-style: none;
}

/* #wrapper
----------------------------------------------------------------- */
.l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* #header
----------------------------------------------------------------- */
/* #footer
----------------------------------------------------------------- */
.l-footer {
  margin-top: 18.2rem;
  padding-top: 25.8rem;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 767px ) {
  .l-footer {
    margin-top: 27.2rem;
    padding-top: 10.3rem;
  }
}
.l-footer a {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.l-footer a:hover {
  opacity: 0.7;
}
.l-footer__inner {
  width: 100%;
  padding-top: 15rem;
  padding-bottom: 4rem;
  background-color: #5a8c95;
}
@media screen and (max-width: 767px ) {
  .l-footer__inner {
    padding-top: 6.8rem;
    padding-bottom: 3.6rem;
  }
}
.l-footer__content {
  width: calc(100% - 208px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px ) {
  .l-footer__content {
    width: 116rem;
  }
}
@media screen and (max-width: 767px ) {
  .l-footer__content {
    width: 33rem;
  }
}
@media screen and (max-width: 767px ) {
  .l-footer__content {
    flex-direction: column;
  }
}
.l-footer__logo {
  width: 22.3rem;
}
.l-footer__address {
  margin-top: 3.6rem;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0em;
}
.l-footer__address::before, .l-footer__address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-footer__address::before {
  margin-top: calc((1 - 19 / 16) * 0.5em);
}
.l-footer__address::after {
  margin-bottom: calc((1 - 19 / 16) * 0.5em);
}
.l-footer__button {
  margin-top: 3.6rem;
  width: 16.4rem;
  height: 4.5rem;
  border-radius: 2.4rem;
  border: 2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__buttonText {
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-footer__buttonText::before, .l-footer__buttonText::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-footer__buttonText::before {
  margin-top: calc((1 - 14 / 14) * 0.5em);
}
.l-footer__buttonText::after {
  margin-bottom: calc((1 - 14 / 14) * 0.5em);
}
.l-footer__buttonIcon {
  display: block;
  width: 1.3rem;
  margin-left: 0.67rem;
}
.l-footer__nav {
  display: flex;
}
@media screen and (max-width: 767px ) {
  .l-footer__nav {
    margin-top: 10.8rem;
    flex-direction: column;
  }
}
.l-footer__navTitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  opacity: 0.63;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #ffffff;
}
.l-footer__navTitle::before, .l-footer__navTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-footer__navTitle::before {
  margin-top: calc((1 - 16 / 16) * 0.5em);
}
.l-footer__navTitle::after {
  margin-bottom: calc((1 - 16 / 16) * 0.5em);
}
.l-footer__navContent {
  margin-top: 3.6rem;
}
.l-footer__snsLink {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.l-footer__snsLink:first-of-type {
  margin-top: 0;
}
.l-footer__snsLinkIcon {
  width: 2.4rem;
}
.l-footer__snsLinkText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 1.1rem;
}
.l-footer__snsLinkText::before, .l-footer__snsLinkText::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-footer__snsLinkText::before {
  margin-top: calc((1 - 16 / 16) * 0.5em);
}
.l-footer__snsLinkText::after {
  margin-bottom: calc((1 - 16 / 16) * 0.5em);
}
.l-footer__contact {
  margin-left: 9.4rem;
}
@media screen and (max-width: 767px ) {
  .l-footer__contact {
    margin-left: 0;
    margin-top: 8.3rem;
  }
}
.l-footer__tel {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
}
.l-footer__tel::before, .l-footer__tel::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-footer__tel::before {
  margin-top: calc((1 - 24 / 24) * 0.5em);
}
.l-footer__tel::after {
  margin-bottom: calc((1 - 24 / 24) * 0.5em);
}
.l-footer__tel a {
  margin-left: 1em;
}
.l-footer__mail {
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
}
.l-footer__mail::before, .l-footer__mail::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-footer__mail::before {
  margin-top: calc((1 - 16 / 16) * 0.5em);
}
.l-footer__mail::after {
  margin-bottom: calc((1 - 16 / 16) * 0.5em);
}
.l-footer__mail a {
  margin-left: 1rem;
}
.l-footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 2.8rem;
  margin-inline: 10.4rem;
  text-align: right;
}
.l-footer__copyright::before, .l-footer__copyright::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-footer__copyright::before {
  margin-top: calc((1 - 12 / 12) * 0.5em);
}
.l-footer__copyright::after {
  margin-bottom: calc((1 - 12 / 12) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .l-footer__copyright {
    margin-top: 9rem;
    width: 33rem;
    margin-inline: auto;
    text-align: left;
  }
}
.l-footer__mountain {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px ) {
  .l-footer__mountain {
    width: 55rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* #c-title
----------------------------------------------------------------- */
.c-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0em;
}
.c-title::before, .c-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-title::before {
  margin-top: calc((1 - 50 / 40) * 0.5em);
}
.c-title::after {
  margin-bottom: calc((1 - 50 / 40) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .c-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3571428571;
    letter-spacing: 0em;
  }
  .c-title::before, .c-title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .c-title::before {
    margin-top: calc((1 - 38 / 28) * 0.5em);
  }
  .c-title::after {
    margin-bottom: calc((1 - 38 / 28) * 0.5em);
  }
}

.c-subTitle {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
}
.c-subTitle::before, .c-subTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-subTitle::before {
  margin-top: calc((1 - 36 / 28) * 0.5em);
}
.c-subTitle::after {
  margin-bottom: calc((1 - 36 / 28) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .c-subTitle {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.9090909091;
    letter-spacing: 0em;
  }
  .c-subTitle::before, .c-subTitle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .c-subTitle::before {
    margin-top: calc((1 - 42 / 22) * 0.5em);
  }
  .c-subTitle::after {
    margin-bottom: calc((1 - 42 / 22) * 0.5em);
  }
}
.c-subTitle__circle {
  border-radius: 100%;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.8rem solid #88ccfc;
  margin-right: 2.1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px ) {
  .c-subTitle__circle {
    width: 2.2rem;
    height: 2.2rem;
    border: 0.6rem solid #88ccfc;
    margin-right: 1.3rem;
  }
}

/* #c-button
----------------------------------------------------------------- */
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 9.5rem;
  background-color: #ffffff;
  padding: 0.7rem 0.5rem;
  scale: 1;
  transition: scale 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-button:hover {
  scale: 1.01;
}
@media screen and (max-width: 767px ) {
  .c-button {
    width: 26.5rem;
    height: 6.4rem;
    padding: 0.7rem 0.5rem;
  }
}
.c-button__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #5a8c95, #5a8c95 0.8rem, transparent 0.8rem, transparent 1.6rem), linear-gradient(to right, #5a8c95, #5a8c95 0.8rem, transparent 0.8rem, transparent 1.6rem), linear-gradient(to bottom, #5a8c95, #5a8c95 0.8rem, transparent 0.8rem, transparent 1.6rem), linear-gradient(to bottom, #5a8c95, #5a8c95 0.8rem, transparent 0.8rem, transparent 1.6rem);
  background-size: 1.6rem 2px, 1.6rem 2px, 2px 1.6rem, 2px 1.6rem;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}
.c-button__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px ) {
  .c-button__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.c-button__icon {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../images/icon-link.svg) no-repeat center/cover;
  margin-left: 1.8rem;
}
@media screen and (max-width: 767px ) {
  .c-button__icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 1.4rem;
  }
}

/* #js-loading
----------------------------------------------------------------- */
.js-loading {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #f4f4f4;
  transition: opacity 1.2s;
}
.js-loading.loaded {
  opacity: 0;
  pointer-events: none;
}
.js-loading__kiji1 {
  width: 17.6rem;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  margin: auto;
  animation: kaiten 1s steps(1) infinite;
}
@media screen and (max-width: 767px ) {
  .js-loading__kiji1 {
    width: 15rem;
  }
}

@keyframes kaiten {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: -15deg;
  }
  100% {
    rotate: 0deg;
  }
}
body.loading {
  overflow: hidden;
}

/* #js-scrollEffect
----------------------------------------------------------------- */
.js-scrollEffect--fadeInUp,
.js-loadEffect--fadeInUp {
  will-change: opacity, translate;
  opacity: 0;
  translate: 0 32px;
  transition: opacity 0.8s cubic-bezier(0.57, 0.06, 0.05, 0.95), translate 0.8s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.js-scrollEffect--delay,
.js-loadEffect--delay {
  transition-delay: 0.7s;
}
.js-scrollEffect--fadeInUp.action,
.js-loadEffect--fadeInUp.action {
  opacity: 1 !important;
  translate: 0 0;
}
.js-scrollEffect--fadeInSlide,
.js-loadEffect--fadeInSlide {
  will-change: opacity, transform;
  opacity: 0;
  transform: translate(-1rem, -1rem);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-scrollEffect--fadeInSlide.action,
.js-loadEffect--fadeInSlide.action {
  opacity: 1 !important;
  transform: translate(0, 0);
}
.js-scrollEffect--fadeIn,
.js-loadEffect--fadeIn {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.76, 0.05, 0.86, 0.06);
  transition-delay: 0.1s;
}
.js-scrollEffect--fadeIn.action,
.js-loadEffect--fadeIn.action {
  opacity: 1 !important;
}
.js-scrollEffect--slideIn,
.js-loadEffect--slideIn {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-scrollEffect--slideIn.action,
.js-loadEffect--slideIn.action {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.js-scrollEffect--slideIn2,
.js-loadEffect--slideIn2 {
  -webkit-clip-path: polygon(0 0, 0 0%, 0% 0);
          clip-path: polygon(0 0, 0 0%, 0% 0);
  will-change: clip-path;
  transition: -webkit-clip-path 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 1.1s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-clip-path 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-scrollEffect--slideIn2.action,
.js-loadEffect--slideIn2.action {
  -webkit-clip-path: polygon(0 0, 0 200%, 200% 0);
          clip-path: polygon(0 0, 0 200%, 200% 0);
}
.js-scrollEffect--bounceInDown,
.js-loadEffect--bounceInDown {
  opacity: 0;
  transform: translate3d(0, -6rem, 0) scaleY(1.2);
}
.js-scrollEffect--bounceInDown.action,
.js-loadEffect--bounceInDown.action {
  animation: bounceInDown 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -6rem, 0) scaleY(1.2);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 1rem, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, -1rem, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    transform: translate3d(0, 0.5rem, 0) scaleY(0.985);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
/* #p-fv
----------------------------------------------------------------- */
.p-fv {
  width: 100%;
}
.p-fv__inner {
  width: 100%;
  padding-top: 3rem;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-fv__inner {
    padding-top: 0;
  }
}
.p-fv__main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1.9rem;
  height: calc(100vh - 6.1rem);
  min-height: 45vw;
}
@media screen and (max-width: 767px ) {
  .p-fv__main {
    margin-top: 0;
    flex-direction: column;
    min-height: 100dvh;
    height: 100dvh;
  }
}
.p-fv__content {
  width: 76.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px ) {
  .p-fv__content {
    width: 31rem;
    width: auto;
    position: relative;
    z-index: 1;
  }
}
.p-fv__subTitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 3.7rem;
  color: rgba(0, 33, 33, 0.62);
}
@media screen and (max-width: 767px ) {
  .p-fv__subTitle {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    margin-left: 0;
    right: 2.4rem;
    bottom: 1.8rem;
    z-index: 2;
  }
  .p-fv__subTitle span {
    position: relative;
  }
}
.p-fv__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px ) {
  .p-fv__info {
    flex-direction: column;
    height: 37.5rem;
    height: 53.5714285714dvh;
  }
}
.p-fv__logo {
  width: 30.3rem;
  height: 11.3rem;
  background-color: #ffffff;
  border-radius: 0 2.4rem 2.4rem 0;
}
@media screen and (max-width: 767px ) {
  .p-fv__logo {
    width: 18.2rem;
    height: 6.7rem;
    border-radius: 0;
  }
}
.p-fv__logoInner {
  width: 23.1rem;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2.59rem;
  margin-left: 3.47rem;
}
@media screen and (max-width: 767px ) {
  .p-fv__logoInner {
    width: 14.4rem;
    margin-top: 1.8rem;
    margin-left: 1.8rem;
  }
}
.p-fv__copy {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
}
.p-fv__copy::before, .p-fv__copy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-fv__copy::before {
  margin-top: calc((1 - 69 / 42) * 0.5em);
}
.p-fv__copy::after {
  margin-bottom: calc((1 - 69 / 42) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-fv__copy {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.625;
    letter-spacing: 0.05em;
    margin-left: 2.58rem;
  }
  .p-fv__copy::before, .p-fv__copy::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-fv__copy::before {
    margin-top: calc((1 - 52 / 32) * 0.5em);
  }
  .p-fv__copy::after {
    margin-bottom: calc((1 - 52 / 32) * 0.5em);
  }
}
.p-fv__nav {
  width: 100%;
}
@media screen and (max-width: 767px ) {
  .p-fv__nav {
    width: 31rem;
    margin-top: 5.06rem;
    margin-top: 7.1428571429dvh;
  }
}
.p-fv__list {
  width: 100%;
}
.p-fv__item {
  width: 100%;
  height: 7.5rem;
  transition: background-color 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px ) {
  .p-fv__item {
    height: 5.5rem;
    height: 7.8571428571dvh;
  }
}
.p-fv__item:first-of-type {
  border-radius: 0 2.4rem 0 0;
  overflow: hidden;
  background-color: rgba(255, 249, 203, 0.87);
}
.p-fv__item:nth-of-type(2) {
  background-color: rgba(136, 204, 255, 0.87);
}
.p-fv__item:nth-of-type(3) {
  background-color: rgba(86, 208, 178, 0.87);
}
.p-fv__item:nth-of-type(4) {
  background-color: rgba(255, 178, 206, 0.87);
}
.p-fv__item:nth-of-type(5) {
  background-color: rgba(179, 133, 206, 0.87);
}
.p-fv__item:hover:first-of-type {
  background-color: rgb(255, 249, 203);
}
.p-fv__item:hover:nth-of-type(2) {
  background-color: rgb(136, 204, 255);
}
.p-fv__item:hover:nth-of-type(3) {
  background-color: rgb(86, 208, 178);
}
.p-fv__item:hover:nth-of-type(4) {
  background-color: rgb(255, 178, 206);
}
.p-fv__item:hover:nth-of-type(5) {
  background-color: rgb(179, 133, 206);
}
.p-fv__item:hover .p-fv__linkIconInner {
  transform: translateY(0rem);
}
.p-fv__item:hover .p-fv__linkText {
  margin-left: 0.8em;
  color: #000000;
}
.p-fv__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-inline: 3.7rem;
}
@media screen and (max-width: 767px ) {
  .p-fv__link {
    padding: 0 2.1rem 0 2.8rem;
  }
}
.p-fv__linkText {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  margin-left: 0;
  transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px ) {
  .p-fv__linkText {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-fv__linkIcon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px ) {
  .p-fv__linkIcon {
    width: 1rem;
    height: 1rem;
  }
}
.p-fv__linkIconInner {
  display: block;
  width: 1.2rem;
  height: 3.2rem;
  background: url(../../images/icon-arrow-down.svg) repeat-y top center/contain;
  transform: translateY(-1.65rem);
  transition: transform 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px ) {
  .p-fv__linkIconInner {
    width: 1rem;
    height: 2.66rem;
    transform: translateY(-1.33rem);
  }
}
.p-fv__image {
  width: 54rem;
  border-radius: 6.4rem 0 0 0;
  overflow: hidden;
}
.p-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 767px ) {
  .p-fv__image {
    width: 19.3rem;
    max-height: 53.5714285714dvh;
    border-radius: 0 0 0 6.4rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
.p-fv__copy.loading span {
  transform: translate3d(0, 100%, 0);
}
.p-fv__copy div {
  height: auto;
  overflow: hidden;
}
.p-fv__copy div:nth-of-type(1) span {
  transition-delay: 0.8s;
}
.p-fv__copy div:nth-of-type(2) span {
  transition-delay: 1.2s;
}
.p-fv__copy div:nth-of-type(3) span {
  transition-delay: 1.8s;
}
.p-fv__copy span {
  display: block;
  transition: transform 0.8s cubic-bezier(0.4, 0.4, 0, 1);
  transform: translate3d(0, 0, 0);
}

/* #p-top
----------------------------------------------------------------- */
.p-top {
  width: 100%;
  padding-bottom: 4.3rem;
}
@media screen and (max-width: 767px ) {
  .p-top {
    padding-bottom: 3.4rem;
  }
}
.p-top__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px ) {
  .p-top__inner {
    flex-direction: column;
  }
}
.p-top__image {
  width: 51.7rem;
  border-radius: 0 0 6.4rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px ) {
  .p-top__image {
    width: 100%;
    border-radius: 0;
  }
}
.p-top__content {
  width: 62.8rem;
  margin-top: 17.1rem;
  margin-right: 11.5rem;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-top__content {
    width: 32.7rem;
    margin-top: -4.6rem;
    margin-inline: auto;
  }
}
.p-top__bird1 {
  width: 17.7rem;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: -10.3rem;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px ) {
  .p-top__bird1 {
    width: 12.4rem;
    top: -7.3rem;
  }
}
.p-top__bird2 {
  width: 6.2rem;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 5.8rem;
  right: 1.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px ) {
  .p-top__bird2 {
    width: 4.5rem;
    top: 3rem;
    right: 1rem;
  }
}
.p-top__contentInner {
  width: 100%;
  height: 84.5rem;
  display: flex;
  align-items: center;
  border-radius: 2.4rem;
  background-color: #ffffff;
  padding: 0 6.7rem 0 9.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px ) {
  .p-top__contentInner {
    height: 69.8rem;
    padding: 0 0rem 0 2.6rem;
  }
}
.p-top__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
}
.p-top__text::before, .p-top__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-top__text::before {
  margin-top: calc((1 - 36 / 18) * 0.5em);
}
.p-top__text::after {
  margin-bottom: calc((1 - 36 / 18) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-top__text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-top__text::before, .p-top__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-top__text::before {
    margin-top: calc((1 - 30 / 15) * 0.5em);
  }
  .p-top__text::after {
    margin-bottom: calc((1 - 30 / 15) * 0.5em);
  }
}
.p-top__contentBg {
  width: 65.4rem;
  height: 84.5rem;
  background-color: #fdf7cf;
  border-radius: 2.4rem;
  position: absolute;
  z-index: 0;
  top: 4.6rem;
  right: -6.5rem;
}
@media screen and (max-width: 767px ) {
  .p-top__contentBg {
    width: 32.6rem;
    height: 69.8rem;
    top: 3.4rem;
    right: -3.9rem;
  }
}
.p-top *::-moz-selection {
  color: inherit;
  background-color: #fff9cb;
}
.p-top *::selection {
  color: inherit;
  background-color: #fff9cb;
}

/* #p-philosophy
----------------------------------------------------------------- */
.p-philosophy {
  padding-top: 20.7rem;
  padding-bottom: 14rem;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-philosophy {
    padding-top: 16.2rem;
    padding-bottom: 8.2rem;
  }
}
.p-philosophy__inner {
  width: calc(100% - 208px);
  margin-inline: auto;
}
@media screen and (min-width: 768px ) {
  .p-philosophy__inner {
    width: 116rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-philosophy__inner {
    width: 33rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-philosophy__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px ) {
  .p-philosophy__title {
    margin-left: 2.4rem;
  }
}
.p-philosophy__list {
  margin-top: 3.36rem;
  width: 85.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px ) {
  .p-philosophy__list {
    width: 100%;
    display: block;
    margin-top: 4.8rem;
  }
}
.p-philosophy__item {
  width: 39.7rem;
  height: 37.4rem;
  border-radius: 100%;
  background-color: #ffffff;
  margin-left: 6rem;
  position: relative;
  margin-top: 6.8rem;
  padding-left: 7.2rem;
  padding-top: 11.2rem;
}
.p-philosophy__item:nth-of-type(2n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 767px ) {
  .p-philosophy__item {
    width: 29.7rem;
    height: 28rem;
    margin-top: 0;
    margin-left: -2.2rem;
    padding-left: 5.9rem;
    padding-top: 7.5rem;
  }
  .p-philosophy__item:nth-of-type(2n + 1) {
    margin-left: auto;
    margin-right: -3rem;
    padding-left: 4.7rem;
  }
  .p-philosophy__item:last-of-type {
    margin-top: 2.5rem;
  }
  .p-philosophy__item:nth-of-type(3) .p-philosophy__itemNumber, .p-philosophy__item:nth-of-type(4) .p-philosophy__itemNumber {
    width: 7.7rem;
    top: 0rem;
    left: 4.1rem;
  }
  .p-philosophy__item:first-of-type {
    padding-top: 7.5rem;
  }
}
.p-philosophy__itemNumber {
  width: 13.8rem;
  position: absolute;
  top: -2.75rem;
  left: 0;
}
@media screen and (max-width: 767px ) {
  .p-philosophy__itemNumber {
    width: 9rem;
    top: -2.3rem;
    left: 2.5rem;
  }
}
.p-philosophy__itemInner {
  width: 28rem;
}
@media screen and (max-width: 767px ) {
  .p-philosophy__itemInner {
    width: 18.2rem;
  }
}
.p-philosophy__itemTitle {
  white-space: nowrap;
}
.p-philosophy__itemText {
  margin-top: 3.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-philosophy__itemText::before, .p-philosophy__itemText::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-philosophy__itemText::before {
  margin-top: calc((1 - 24 / 16) * 0.5em);
}
.p-philosophy__itemText::after {
  margin-bottom: calc((1 - 24 / 16) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-philosophy__itemText {
    margin-top: 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
  }
  .p-philosophy__itemText::before, .p-philosophy__itemText::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-philosophy__itemText::before {
    margin-top: calc((1 - 20 / 14) * 0.5em);
  }
  .p-philosophy__itemText::after {
    margin-bottom: calc((1 - 20 / 14) * 0.5em);
  }
}
.p-philosophy__line1 {
  position: absolute;
  width: 14.7rem;
  rotate: -30deg;
  transform-origin: center;
  top: -25rem;
  right: 8.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px ) {
  .p-philosophy__line1 {
    width: 7.7rem;
    top: 16rem;
    right: 29.7rem;
  }
}
.p-philosophy__line2 {
  position: absolute;
  width: 26.1rem;
  rotate: 38deg;
  transform-origin: center;
  top: 46.1rem;
  right: 13rem;
  z-index: -1;
}
@media screen and (max-width: 767px ) {
  .p-philosophy__line2 {
    width: 17.1rem;
    top: 73.6rem;
    right: 19.2rem;
  }
}
.p-philosophy__crayon1 {
  position: absolute;
  width: 12.9rem;
  rotate: -8deg;
  top: 20.3rem;
  right: 23.3rem;
}
@media screen and (max-width: 767px ) {
  .p-philosophy__crayon1 {
    width: 7.5rem;
    top: 6.8rem;
    right: 9.5rem;
  }
}
.p-philosophy__crayon2 {
  position: absolute;
  width: 6.1rem;
  rotate: -13deg;
  top: 33.2rem;
  right: 25.4rem;
}
@media screen and (max-width: 767px ) {
  .p-philosophy__crayon2 {
    width: 3.5rem;
    top: 14.5rem;
    right: 10.8rem;
  }
}
.p-philosophy__crayon3 {
  position: absolute;
  width: 7.2rem;
  rotate: 7deg;
  top: 42.5rem;
  right: 9.9rem;
}
@media screen and (max-width: 767px ) {
  .p-philosophy__crayon3 {
    width: 4.2rem;
    top: 21.7rem;
    right: 1.7rem;
  }
}
.p-philosophy__squirrel {
  position: absolute;
  width: 30.2rem;
  top: 109rem;
  right: 38.1rem;
}
@media screen and (max-width: 767px ) {
  .p-philosophy__squirrel {
    width: 17.7rem;
    top: 131.5rem;
    right: 2.4rem;
  }
}
.p-philosophy *::-moz-selection {
  color: inherit;
  background-color: #fff9cb;
}
.p-philosophy *::selection {
  color: inherit;
  background-color: #fff9cb;
}

/* #p-rhythm
----------------------------------------------------------------- */
.p-rhythm {
  padding-top: 14rem;
  padding-bottom: 6.7rem;
}
@media screen and (max-width: 767px ) {
  .p-rhythm {
    padding-top: 8.2rem;
    padding-bottom: 0;
  }
}
.p-rhythm__inner {
  width: calc(100% - 208px);
  margin-inline: auto;
}
@media screen and (min-width: 768px ) {
  .p-rhythm__inner {
    width: 116rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-rhythm__inner {
    width: 33rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-rhythm__inner {
    width: 100%;
    padding-left: 2.5rem;
  }
}
.p-rhythm__head {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__head {
    padding-bottom: 6.2rem;
  }
}
.p-rhythm__flower1 {
  width: 11.6rem;
  position: absolute;
  left: 17.1rem;
  bottom: 6.1rem;
  z-index: -1;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__flower1 {
    width: 6.6rem;
    left: 15.4rem;
    bottom: 7.6rem;
  }
}
.p-rhythm__block {
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__block {
    padding-bottom: 18rem;
  }
  .p-rhythm__block:last-of-type {
    padding-bottom: 11rem;
  }
}
.p-rhythm__subTitle {
  white-space: nowrap;
}
.p-rhythm__subTitleLine {
  width: auto;
  height: 0.3rem;
  background-size: 0.9rem 0.3rem;
  background-image: linear-gradient(to right, #88ccfc, #88ccfc 0.6rem, transparent 0.3rem, transparent 0.9rem);
  background-repeat: repeat-x;
  margin-left: 3.4rem;
  width: 100%;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__subTitleLine {
    margin-left: 1.4rem;
  }
}
.p-rhythm__blockInner {
  margin-top: 4.3rem;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__blockInner {
    margin-top: 4rem;
    padding-left: 11.2rem;
    position: relative;
    flex-direction: column;
  }
}
.p-rhythm__content {
  width: 38rem;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 2.4rem;
  padding: 4.9rem 4rem 4.6rem 4rem;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__content {
    width: 23.7rem;
    border-radius: 2.4rem 0 0 2.4rem;
    padding: 3.6rem 2.8rem;
  }
}
.p-rhythm__text {
  text-align: justify;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0em;
}
.p-rhythm__text::before, .p-rhythm__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-rhythm__text::before {
  margin-top: calc((1 - 30 / 15) * 0.5em);
}
.p-rhythm__text::after {
  margin-bottom: calc((1 - 30 / 15) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-rhythm__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0em;
  }
  .p-rhythm__text::before, .p-rhythm__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-rhythm__text::before {
    margin-top: calc((1 - 28 / 14) * 0.5em);
  }
  .p-rhythm__text::after {
    margin-bottom: calc((1 - 28 / 14) * 0.5em);
  }
}
.p-rhythm__schedule {
  width: 8rem;
  margin-left: 9rem;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__schedule {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0rem;
  }
}
.p-rhythm__images div {
  border-radius: 2.4rem;
  overflow: hidden;
}
.p-rhythm__image1 {
  width: 20rem;
  margin-top: 11rem;
  margin-left: 16.7rem;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__image1 {
    width: 13.7rem;
    margin-top: 2.9rem;
    margin-left: 0;
    margin-inline: auto;
  }
}
.p-rhythm__image2 {
  width: 32.2rem;
  margin-top: 4.1rem;
  margin-left: 26.1rem;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__image2 {
    width: 19.9rem;
    margin-top: 2.9rem;
    margin-left: 0;
    margin-inline: auto;
  }
}
.p-rhythm__image3 {
  width: 22rem;
  margin-top: 2.9rem;
  margin-left: 36.1rem;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__image3 {
    width: 11.6rem;
    margin-top: 3.7rem;
    margin-left: auto;
    margin-right: 2.4rem;
  }
}
.p-rhythm__image4 {
  width: 32.6rem;
  margin-top: 5.1rem;
  margin-left: 8.2rem;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__image4 {
    width: 17.2rem;
    margin-top: 2.3rem;
    margin-left: -1.4rem;
  }
}
.p-rhythm__flower2 {
  position: absolute;
  width: 25.2rem;
  rotate: -9deg;
  top: 50.3rem;
  left: -12.6rem;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__flower2 {
    display: none;
  }
}
.p-rhythm__grass1 {
  position: absolute;
  width: 11rem;
  top: 68.6rem;
  left: 27.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__grass1 {
    width: 8.6rem;
    top: 82rem;
    left: 16.4rem;
  }
}
.p-rhythm__grass2 {
  position: absolute;
  width: 10.5rem;
  top: 23.7rem;
  left: 66.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px ) {
  .p-rhythm__grass2 {
    display: none;
  }
}
.p-rhythm *::-moz-selection {
  color: inherit;
  background-color: #88ccfc;
}
.p-rhythm *::selection {
  color: inherit;
  background-color: #88ccfc;
}
.p-rhythm__block.action .p-rhythm__fadeInUp {
  opacity: 1 !important;
  translate: 0 0;
}
.p-rhythm__fadeInUp {
  will-change: opacity, translate;
  opacity: 0;
  translate: 0 32px;
  transition: opacity 0.8s cubic-bezier(0.57, 0.06, 0.05, 0.95), translate 0.8s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.p-rhythm__fadeInUp--delay {
  transition-delay: 0.7s;
}
.p-rhythm__fadeInUp--delay2 {
  transition-delay: 1s;
}

/* #p-aboutHead
----------------------------------------------------------------- */
.p-aboutHead {
  width: 100%;
  height: 48rem;
  background: url(../../images/about-head.jpg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px ) {
  .p-aboutHead {
    height: 27rem;
    background: url(../../images/about-head-sp.jpg) no-repeat center/cover;
  }
}
.p-aboutHead__title {
  color: #ffffff;
}
.p-aboutHead *::-moz-selection {
  color: inherit;
  background-color: #56d0b2;
}
.p-aboutHead *::selection {
  color: inherit;
  background-color: #56d0b2;
}

/* #p-about
----------------------------------------------------------------- */
.p-aboutGreeting {
  padding: 10rem 0 8.5rem 0;
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting {
    padding: 6.2rem 0 5.3rem 0;
  }
}
.p-aboutGreeting__inner {
  width: calc(100% - 208px);
  margin-inline: auto;
}
@media screen and (min-width: 768px ) {
  .p-aboutGreeting__inner {
    width: 116rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__inner {
    width: 33rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__title {
    margin-left: 2.4rem;
  }
}
.p-aboutGreeting__titleCircle {
  border: 0.8rem solid #98d9c8;
  margin-right: 2.1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__titleCircle {
    border: 0.6rem solid #98d9c8;
    margin-right: 1.3rem;
  }
}
.p-aboutGreeting__main {
  margin-top: 6.5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__main {
    margin-top: 3.7rem;
  }
}
.p-aboutGreeting__content {
  width: 68.2rem;
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__content {
    width: 100%;
  }
}
.p-aboutGreeting__textArea {
  background-color: #ffffff;
  padding: 4.5rem 3.2rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__textArea {
    width: 33rem;
    margin-inline: auto;
    padding: 5.7rem 2.6rem 10rem 2.6rem;
  }
}
.p-aboutGreeting__text {
  text-align: justify;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0em;
}
.p-aboutGreeting__text::before, .p-aboutGreeting__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-aboutGreeting__text::before {
  margin-top: calc((1 - 32 / 16) * 0.5em);
}
.p-aboutGreeting__text::after {
  margin-bottom: calc((1 - 32 / 16) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0em;
  }
  .p-aboutGreeting__text::before, .p-aboutGreeting__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-aboutGreeting__text::before {
    margin-top: calc((1 - 28 / 14) * 0.5em);
  }
  .p-aboutGreeting__text::after {
    margin-bottom: calc((1 - 28 / 14) * 0.5em);
  }
}
.p-aboutGreeting__name {
  margin-top: 4rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__name {
    margin-top: 29.7rem;
    margin-left: 4.8rem;
  }
}
.p-aboutGreeting__name span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  margin-bottom: 0.5rem;
}
.p-aboutGreeting__profile {
  margin-top: 1.8rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0em;
}
.p-aboutGreeting__profile::before, .p-aboutGreeting__profile::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-aboutGreeting__profile::before {
  margin-top: calc((1 - 28 / 15) * 0.5em);
}
.p-aboutGreeting__profile::after {
  margin-bottom: calc((1 - 28 / 15) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__profile {
    margin-top: 2.5rem;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7692307692;
    letter-spacing: 0em;
    margin-left: 4.8rem;
    width: 30rem;
    text-align: justify;
  }
  .p-aboutGreeting__profile::before, .p-aboutGreeting__profile::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-aboutGreeting__profile::before {
    margin-top: calc((1 - 23 / 13) * 0.5em);
  }
  .p-aboutGreeting__profile::after {
    margin-bottom: calc((1 - 23 / 13) * 0.5em);
  }
}
.p-aboutGreeting__image {
  width: 31rem;
  border-radius: 0 0 6.4rem 0;
  overflow: hidden;
  margin-right: 6.1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__image {
    width: 22.1rem;
    border-radius: 0 0 0 6.4rem;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 34.9rem;
  }
}
.p-aboutGreeting__squirrel {
  position: absolute;
  width: 15rem;
  top: -10.2rem;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__squirrel {
    width: 9.4rem;
    top: -7rem;
    right: 2.4rem;
  }
}
.p-aboutGreeting__dogu1 {
  position: absolute;
  width: 20rem;
  top: 31.7rem;
  right: 27rem;
  rotate: -17deg;
  z-index: 2;
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__dogu1 {
    width: 11.8rem;
    top: 56.5rem;
    right: 20.9rem;
  }
}
.p-aboutGreeting__dogu2 {
  position: absolute;
  width: 9.3rem;
  top: 39.6rem;
  right: 22.2rem;
  z-index: 3;
}
@media screen and (max-width: 767px ) {
  .p-aboutGreeting__dogu2 {
    width: 6rem;
    top: 61.2rem;
    right: 18.3rem;
    transform: scale(-1, 1);
  }
}
.p-aboutGreeting *::-moz-selection {
  color: inherit;
  background-color: #56d0b2;
}
.p-aboutGreeting *::selection {
  color: inherit;
  background-color: #56d0b2;
}
.p-aboutGreeting__main.action .p-aboutGreeting__fadeInUp {
  opacity: 1 !important;
  translate: 0 0;
}
.p-aboutGreeting__fadeInUp {
  will-change: opacity, translate;
  opacity: 0;
  translate: 0 32px;
  transition: opacity 0.8s cubic-bezier(0.57, 0.06, 0.05, 0.95), translate 0.8s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.p-aboutGreeting__fadeInUp--delay {
  transition-delay: 0.7s;
}
.p-aboutGreeting__fadeInUp--delay2 {
  transition-delay: 1s;
}

/* #p-aboutInfo
----------------------------------------------------------------- */
.p-aboutInfo {
  padding: 8.5rem 0 26rem 0;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-aboutInfo {
    padding: 5.3rem 0 14rem 0;
  }
}
.p-aboutInfo__inner {
  width: calc(100% - 208px);
  margin-inline: auto;
}
@media screen and (min-width: 768px ) {
  .p-aboutInfo__inner {
    width: 116rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-aboutInfo__inner {
    width: 33rem;
  }
}
.p-aboutInfo__titleCircle {
  border: 0.8rem solid #98d9c8;
  margin-right: 2.1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px ) {
  .p-aboutInfo__titleCircle {
    border: 0.6rem solid #98d9c8;
    margin-right: 1.3rem;
  }
}
.p-aboutInfo__main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px ) {
  .p-aboutInfo__main {
    flex-direction: column;
    margin-top: 3.5rem;
  }
}
.p-aboutInfo__list {
  width: 56.2rem;
}
@media screen and (max-width: 767px ) {
  .p-aboutInfo__list {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-aboutInfo__item {
  width: 100%;
  padding: 3rem 4rem;
  background-color: #ffffff;
  margin-top: 1rem;
}
.p-aboutInfo__item:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px ) {
  .p-aboutInfo__item {
    padding: 3rem 2rem;
  }
}
.p-aboutInfo__dl {
  display: flex;
  align-items: flex-start;
}
.p-aboutInfo__dt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0em;
  width: 9.2rem;
  flex-shrink: 0;
  font-weight: 400;
}
.p-aboutInfo__dt::before, .p-aboutInfo__dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-aboutInfo__dt::before {
  margin-top: calc((1 - 18 / 15) * 0.5em);
}
.p-aboutInfo__dt::after {
  margin-bottom: calc((1 - 18 / 15) * 0.5em);
}
.p-aboutInfo__dt--long {
  width: 15.4rem;
}
@media screen and (max-width: 767px ) {
  .p-aboutInfo__dt {
    width: 11.5rem;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2307692308;
    letter-spacing: 0em;
  }
  .p-aboutInfo__dt::before, .p-aboutInfo__dt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-aboutInfo__dt::before {
    margin-top: calc((1 - 16 / 13) * 0.5em);
  }
  .p-aboutInfo__dt::after {
    margin-bottom: calc((1 - 16 / 13) * 0.5em);
  }
  .p-aboutInfo__dt--long {
    width: 11.5rem;
  }
}
.p-aboutInfo__dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.p-aboutInfo__dd::before, .p-aboutInfo__dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-aboutInfo__dd::before {
  margin-top: calc((1 - 25 / 15) * 0.5em);
}
.p-aboutInfo__dd::after {
  margin-bottom: calc((1 - 25 / 15) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-aboutInfo__dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7692307692;
    letter-spacing: 0em;
  }
  .p-aboutInfo__dd::before, .p-aboutInfo__dd::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-aboutInfo__dd::before {
    margin-top: calc((1 - 23 / 13) * 0.5em);
  }
  .p-aboutInfo__dd::after {
    margin-bottom: calc((1 - 23 / 13) * 0.5em);
  }
}
.p-aboutInfo__line {
  position: absolute;
  width: 12.6rem;
  top: 25.8rem;
  left: -3rem;
  z-index: -1;
  rotate: 33deg;
}
@media screen and (max-width: 767px ) {
  .p-aboutInfo__line {
    display: none;
  }
}
.p-aboutInfo *::-moz-selection {
  color: inherit;
  background-color: #56d0b2;
}
.p-aboutInfo *::selection {
  color: inherit;
  background-color: #56d0b2;
}


/* --▼▼▼ add 2023/11/10 k.tamamura ▼▼▼--*/
.p-aboutInfo__other {
  width: calc(100% - 208px);
  margin-inline: auto;
  margin-top: 8rem;
}
.p-aboutInfo__other__list {
  padding-left: 1.4rem;
  list-style: disc;
  font-size: 1.3rem;
  margin-top: 3rem;
}
.p-aboutInfo__other__list a {
  text-decoration: underline;
  opacity: 0.7;
}
@media screen and (min-width: 768px ) {
  .p-aboutInfo__other {
    width: 116rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-aboutInfo__other {
    width: 33rem;
  }
}

.p-aboutInfo__other li {
  margin-bottom: 1rem;
  list-style: disc
}
/* --△△△add 2023/11/10 k.tamamura △△△--*/

/* #p-note
----------------------------------------------------------------- */
.p-note {
  position: relative;
  padding-top: 31.6rem;
}
@media screen and (max-width: 767px ) {
  .p-note {
    padding-top: 17.6rem;
  }
}
.p-note__inner {
  width: 100%;
  background-color: #5a8c95;
  padding-bottom: 17.8rem;
}
@media screen and (max-width: 767px ) {
  .p-note__inner {
    padding-bottom: 10.8rem;
    margin-top: -10.4rem;
  }
}
.p-note__main {
  width: calc(100% - 208px);
  margin-inline: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px ) {
  .p-note__main {
    width: 116rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-note__main {
    width: 33rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-note__main {
    width: 100%;
  }
}
.p-note__title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffffff;
  margin-right: 14.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px ) {
  .p-note__title {
    margin-right: 2.9rem;
  }
}
.p-note__content {
  width: 71.1rem;
}
@media screen and (max-width: 767px ) {
  .p-note__content {
    width: 28.9rem;
    margin-top: 6rem;
  }
}
.p-note__list {
  width: 100%;
}
.p-note__item {
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px ) {
  .p-note__item {
    margin-top: 0.85rem;
  }
}
.p-note__item:first-of-type {
  margin-top: 0;
}
.p-note__link {
  width: 100%;
  background-color: #ffffff;
  padding: 3.7rem 4rem;
  display: flex;
  justify-content: space-between;
  scale: 1;
  transition: scale 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px ) {
  .p-note__link {
    padding: 2rem 2rem;
  }
}
.p-note__link:hover {
  scale: 1.01;
}
.p-note__itemImage {
  width: 13rem;
  height: 13rem;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px ) {
  .p-note__itemImage {
    width: 7.1rem;
    height: 7.1rem;
  }
}
.p-note__itemImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-note__itemContent {
  width: 48rem;
}
@media screen and (max-width: 767px ) {
  .p-note__itemContent {
    width: 16.2rem;
  }
}
.p-note__itemDate {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.3846153846;
  letter-spacing: 0.05em;
  color: #424242;
  margin-top: 1rem;
}
.p-note__itemDate::before, .p-note__itemDate::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-note__itemDate::before {
  margin-top: calc((1 - 31 / 13) * 0.5em);
}
.p-note__itemDate::after {
  margin-bottom: calc((1 - 31 / 13) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-note__itemDate {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.8181818182;
    letter-spacing: 0.05em;
  }
  .p-note__itemDate::before, .p-note__itemDate::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-note__itemDate::before {
    margin-top: calc((1 - 31 / 11) * 0.5em);
  }
  .p-note__itemDate::after {
    margin-bottom: calc((1 - 31 / 11) * 0.5em);
  }
}
.p-note__itemTitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-top: 1.7rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
}
.p-note__itemTitle::before, .p-note__itemTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-note__itemTitle::before {
  margin-top: calc((1 - 30 / 18) * 0.5em);
}
.p-note__itemTitle::after {
  margin-bottom: calc((1 - 30 / 18) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-note__itemTitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 1.7rem;
  }
  .p-note__itemTitle::before, .p-note__itemTitle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-note__itemTitle::before {
    margin-top: calc((1 - 21 / 14) * 0.5em);
  }
  .p-note__itemTitle::after {
    margin-bottom: calc((1 - 21 / 14) * 0.5em);
  }
}
.p-note__button {
  margin-top: 4.1rem;
}
@media screen and (max-width: 767px ) {
  .p-note__button {
    margin-top: 5.8rem;
    position: relative;
    z-index: 5;
  }
}
.p-note__mountain {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px ) {
  .p-note__mountain {
    width: 44rem;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
  }
}
.p-note__deer {
  position: absolute;
  width: 22.4rem;
  top: -14.9rem;
  right: 18.3rem;
}
@media screen and (max-width: 767px ) {
  .p-note__deer {
    width: 11.9rem;
    top: -11.5rem;
    right: 4.74rem;
  }
}
.p-note__pencil {
  position: absolute;
  width: 3.6rem;
  top: 3.9rem;
  left: 19.2rem;
  rotate: 124deg;
}
@media screen and (max-width: 767px ) {
  .p-note__pencil {
    width: 1.3rem;
    top: 7.58rem;
    left: 12.15rem;
  }
}
.p-note__line {
  position: absolute;
  width: 42rem;
  top: 55.7rem;
  left: -9rem;
}
@media screen and (max-width: 767px ) {
  .p-note__line {
    width: 22.1rem;
    top: 56.6rem;
    left: -6.6rem;
  }
}
.p-note__flower1 {
  position: absolute;
  width: 14.9rem;
  bottom: 11rem;
  left: 12rem;
}
@media screen and (max-width: 767px ) {
  .p-note__flower1 {
    width: 8.5rem;
    bottom: -2.6rem;
    left: 20.8rem;
  }
}
.p-note__flower2 {
  position: absolute;
  width: 14.9rem;
  bottom: 11.6rem;
  left: 23.3rem;
}
@media screen and (max-width: 767px ) {
  .p-note__flower2 {
    width: 8.5rem;
    bottom: 1.6rem;
    left: 26.7rem;
  }
}
.p-note *::-moz-selection {
  color: inherit;
  background-color: #b385ce;
}
.p-note *::selection {
  color: inherit;
  background-color: #b385ce;
}

/* #p-contact
----------------------------------------------------------------- */
.p-contact {
  width: 100%;
  padding: 15.3rem 0;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-contact {
    padding: 10.3rem 0;
  }
}
.p-contact__inner {
  width: calc(100% - 208px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px ) {
  .p-contact__inner {
    width: 116rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-contact__inner {
    width: 33rem;
  }
}
.p-contact__title {
  text-align: center;
}
.p-contact__text {
  text-align: center;
  margin-top: 6.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-contact__text::before, .p-contact__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-contact__text::before {
  margin-top: calc((1 - 32 / 16) * 0.5em);
}
.p-contact__text::after {
  margin-bottom: calc((1 - 32 / 16) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-contact__text {
    margin-top: 5rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-contact__text::before, .p-contact__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-contact__text::before {
    margin-top: calc((1 - 28 / 14) * 0.5em);
  }
  .p-contact__text::after {
    margin-bottom: calc((1 - 28 / 14) * 0.5em);
  }
}
.p-contact__list {
  width: 60rem;
  margin-top: 3.3rem;
  margin-inline: auto;
  padding-bottom: 2.7rem;
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(to right, #ffb2ce, #ffb2ce 0.3rem, transparent 0.3rem, transparent 0.9rem), linear-gradient(to right, #ffb2ce, #ffb2ce 0.3rem, transparent 0.3rem, transparent 0.9rem);
  background-size: 0.9rem 2px, 0.9rem 2px;
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-contact__list {
    margin-top: 4.4rem;
    padding-bottom: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
  }
}
.p-contact__list:after {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, #ffb2ce, #ffb2ce 0.3rem, transparent 0.3rem, transparent 0.9rem);
  background-size: 2px 0.9rem;
  background-position: left top;
  background-repeat: repeat-y;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 3.3rem);
}
@media screen and (max-width: 767px ) {
  .p-contact__list:after {
    display: none;
  }
}
.p-contact__item {
  width: 26rem;
  padding: 5.2rem 0 5.2rem 0;
}
@media screen and (max-width: 767px ) {
  .p-contact__item {
    width: auto;
    padding: 0;
    margin-top: 4.4rem;
  }
  .p-contact__item:first-of-type {
    margin-top: 0;
  }
}
.p-contact__dt {
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  background-color: #ffb2ce;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-contact__dt::before, .p-contact__dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-contact__dt::before {
  margin-top: calc((1 - 16 / 16) * 0.5em);
}
.p-contact__dt::after {
  margin-bottom: calc((1 - 16 / 16) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-contact__dt {
    width: auto;
    padding: 0 2rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .p-contact__dt::before, .p-contact__dt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-contact__dt::before {
    margin-top: calc((1 - 12 / 12) * 0.5em);
  }
  .p-contact__dt::after {
    margin-bottom: calc((1 - 12 / 12) * 0.5em);
  }
}
.p-contact__dd {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-contact__dd::before, .p-contact__dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-contact__dd::before {
  margin-top: calc((1 - 24 / 24) * 0.5em);
}
.p-contact__dd::after {
  margin-bottom: calc((1 - 24 / 24) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-contact__dd {
    margin-top: 1.5rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-contact__dd::before, .p-contact__dd::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-contact__dd::before {
    margin-top: calc((1 - 24 / 20) * 0.5em);
  }
  .p-contact__dd::after {
    margin-bottom: calc((1 - 24 / 20) * 0.5em);
  }
}
.p-contact__line {
  position: absolute;
  width: 54.4rem;
  left: -9rem;
  top: -5rem;
  z-index: 0;
}
@media screen and (max-width: 767px ) {
  .p-contact__line {
    width: 25.4rem;
    left: -8.3rem;
    top: -7.3rem;
  }
}
.p-contact__bird1 {
  position: absolute;
  width: 13.1rem;
  right: 17.8rem;
  bottom: 4.3rem;
}
@media screen and (max-width: 767px ) {
  .p-contact__bird1 {
    width: 5.8rem;
    right: 1.3rem;
    bottom: 24.5rem;
  }
}
.p-contact__bird2 {
  position: absolute;
  width: 11.4rem;
  right: 4.55rem;
  bottom: 13.5rem;
}
@media screen and (max-width: 767px ) {
  .p-contact__bird2 {
    width: 5.1rem;
    right: -0.9rem;
    bottom: 32.7rem;
  }
}
.p-contact *::-moz-selection {
  color: inherit;
  background-color: #ffb2ce;
}
.p-contact *::selection {
  color: inherit;
  background-color: #ffb2ce;
}

/* #p-future
----------------------------------------------------------------- */
.p-future {
  position: relative;
}
.p-future__inner {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px ) {
  .p-future__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.p-future__content {
  width: 96.4rem;
  border-radius: 0 6.4rem 6.4rem 0;
  padding: 18rem 0 18rem 10.4rem;
  background-color: #c3e1f7;
}
@media screen and (max-width: 767px ) {
  .p-future__content {
    width: 35.1rem;
    padding: 14.4rem 0 11rem 4rem;
    margin-top: -8rem;
  }
}
.p-future__text {
  margin-top: 8rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-future__text::before, .p-future__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-future__text::before {
  margin-top: calc((1 - 32 / 16) * 0.5em);
}
.p-future__text::after {
  margin-bottom: calc((1 - 32 / 16) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-future__text {
    margin-top: 4rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
    width: 26.3rem;
    text-align: justify;
  }
  .p-future__text::before, .p-future__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-future__text::before {
    margin-top: calc((1 - 28 / 14) * 0.5em);
  }
  .p-future__text::after {
    margin-bottom: calc((1 - 28 / 14) * 0.5em);
  }
  .p-future__text br {
    display: none;
  }
}
.p-future__button {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px ) {
  .p-future__button {
    margin-top: 4rem;
  }
}
.p-future__image {
  width: 54rem;
  border-radius: 2.4rem;
  overflow: hidden;
  margin-left: -28rem;
}
@media screen and (max-width: 767px ) {
  .p-future__image {
    width: 32rem;
    margin-left: 9rem;
  }
}
.p-future__line1 {
  position: absolute;
  width: 52.5rem;
  top: 1.5rem;
  left: 48.4rem;
  z-index: 1;
}
@media screen and (max-width: 767px ) {
  .p-future__line1 {
    width: 40.3rem;
    top: -7.4rem;
    left: 17.6rem;
  }
}
.p-future__line2 {
  position: absolute;
  width: 12.1rem;
  top: 33rem;
  left: 13.3rem;
  rotate: 118deg;
}
@media screen and (max-width: 767px ) {
  .p-future__line2 {
    width: 6.4rem;
    top: 53.7rem;
    left: 1.7rem;
  }
}
.p-future__grass1 {
  position: absolute;
  width: 7rem;
  bottom: 0;
  right: 27.4rem;
}
@media screen and (max-width: 767px ) {
  .p-future__grass1 {
    width: 7rem;
    bottom: -8.7rem;
    right: 2.54rem;
  }
}
.p-future__grass2 {
  position: absolute;
  width: 9rem;
  bottom: -5rem;
  right: 35.7rem;
}
@media screen and (max-width: 767px ) {
  .p-future__grass2 {
    width: 9rem;
    bottom: -13.5rem;
    right: 10.8rem;
  }
}
.p-future *::-moz-selection {
  color: inherit;
  background-color: #b385ce;
}
.p-future *::selection {
  color: inherit;
  background-color: #b385ce;
}

/* #pcsp
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spNone {
    display: none !important;
  }
}
/* ==========================================================================
 #Foundation
========================================================================== */
/* ==========================================================================
 #Layout
========================================================================== */
/* ==========================================================================
 #Component
========================================================================== */
/* ==========================================================================
 #Project
========================================================================== */
/* ==========================================================================
 #Utility
========================================================================== */
/*# sourceMappingURL=maps/style.css.map */
