@charset "UTF-8";



.lum-lightbox-inner img.lum-img {
  margin-right: auto;
  margin-left: auto;
  border-radius: 2.5rem;
  width: 90%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.lum-lightbox {
  z-index: 9999;
  background-color: rgba(217, 238, 226, .9);
}

.lum-previous-button.lum-gallery-button,
.lum-next-button.lum-gallery-button {
  z-index: 9999;
  border-radius: 50%;
}

.lum-previous-button::after,
.lum-next-button::after {
  -webkit-box-shadow: initial;
  box-shadow: initial;
  border-color: #FFF;
  content: '';
}

.lum-close-button {
  top: 15px;
  top: .9375rem;
  right: 20px;
  right: 1.25rem;
  opacity: 1;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
}

.lum-close-button::before {
  background-color: #FFF;
  height: 100%;
}

.lum-close-button::after {
  background-color: #FFF;
  height: 100%;
}

.lum-lightbox-position-helper {
  display: block;
  width: inherit;
  height: inherit;
}

.lum-lightbox-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}

.lum-lightbox .lum-open {
  position: relative;
  z-index: 99999;
}

.js-topMv-newsContents-swiper .p-topMv__newsContents-item.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.js-topMv-swiper {
  width: 100%;
  height: 100%;
}

.js-topMv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.js-topMv-swiper .swiper-slide picture,
.js-topMv-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-topMv-swiper .swiper-slide img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.js-topMv-swiper .swiper-slide.swiper-slide-active img, .js-topMv-swiper .swiper-slide.swiper-slide-duplicate-active img, .js-topMv-swiper .swiper-slide.swiper-slide-prev img {
  -webkit-animation: mv-zoom 12s linear forwards;
  animation: mv-zoom 12s linear forwards;
}

@-webkit-keyframes mv-zoom {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

@keyframes mv-zoom {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

.js-pageInfant-independence-swiper {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  width: 100vw;
  height: 100%;
}

.js-pageInfant-independence-swiper .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
}

.js-pageInfant-independence-swiper .swiper-slide {
  aspect-ratio: 420/283;
  height: auto;
  overflow: hidden;
}

.js-pageInfant-independence-swiper .swiper-slide img {
  aspect-ratio: 283.99/189.32;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-pageBaby-important-swiper {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  width: 100%;
  height: 100%;
}

.js-pageBaby-important-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.js-pageBaby-important-swiper .swiper-slide {
  aspect-ratio: 389/259;
  border-radius: 1.875rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.js-pageBaby-important-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-pageBaby-important-swiper .swiper-pagination {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.js-pageBaby-important-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #67C48F;
  border-radius: 50%;
  background-color: #FFF;
  width: 15px;
  width: .9375rem;
  height: 15px;
  height: .9375rem;
}

.js-pageBaby-important-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67C48F;
}

.js-pageBaby-important-swiper .swiper-pagination.swiper-pagination--orange .swiper-pagination-bullet {
  border: 1px solid #EF836A;
}

.js-pageBaby-important-swiper .swiper-pagination.swiper-pagination--orange .swiper-pagination-bullet-active {
  background-color: #EF836A;
}

.wpcf7-spinner {
  display: none;
}

/* wp-pagenavi が出力する要素を上書き */
.wp-pagenavi {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  border: none !important;
  padding: 6px 0;
  padding: .375rem 0;
  color: #4A5264;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.78;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi span.current {
  color: #EF836A;
}

/* 余計な要素は非表示（ページ総数、三点リーダ、前後リンクなど） */
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #FFF;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #3F342D;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

u a {
  text-decoration: underline;
}

a[href='*'] {
  cursor: pointer;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F4F4F4;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F4F4F4;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F4F4F4;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
.js-fadeIn {
  visibility: hidden;
  opacity: 0;
}

.js-fadeInUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInLeft {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInRight {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeIn,
.fadeOut {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeInLeft {
  -webkit-animation-name: fadeinleft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeinright;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeinup;
  animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeout;
  animation-name: fadeOut;
}

[data-target] {
  cursor: pointer;
}

html {
  scrollbar-gutter: stable;
  font-size: 100%;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class]) {
  -webkit-transition: color .3s;
  transition: color .3s;
}

a[target=_blank]:not([class])::after {
  display: inline-block;
  -webkit-mask-image: url('../images/common/icon-outerLink.svg');
  mask-image: url('../images/common/icon-outerLink.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: .7647058824em;
  background-color: currentColor;
  width: .8529411765em;
  height: .7647058824em;
  font-weight: 900;
  content: '';
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: 1px solid;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #3F342D;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/

/************************************************************************
* form
************************************************************************/
form {
  margin: 0;
  padding: 0;
}

form button[type=submit],
form input[type=submit],
form input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: auto;
}

form button[type=submit]:disabled,
form input[type=submit]:disabled,
form input[type=button]:disabled {
  cursor: default;
  border-color: transparent;
  background-color: #b2b2b2;
  pointer-events: none;
  color: #FFF;
}

form button[type=submit] ::-moz-focus-inner,
form input[type=submit] ::-moz-focus-inner,
form input[type=button] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  background-image: none;
  padding: 8px;
  padding: .5rem;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

textarea {
  resize: vertical;
}

textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

input[type=radio] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 1.875em;
  line-height: 1.5;
}

input[type=radio] + span::before {
  display: block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #707070;
  border-radius: 50%;
  background: #fff;
  width: 1.625em;
  height: 1.625em;
  content: '';
}

input[type=radio] + span::after {
  display: block;
  position: absolute;
  top: .5lh;
  left: .5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-radius: 50%;
  background: #707070;
  width: .625em;
  height: .625em;
  content: '';
}

input[type=radio]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=checkbox] {
  position: absolute;
  vertical-align: middle;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1.875em;
  line-height: 1.5;
}

input[type=checkbox] + span::before {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #707070;
  width: 1.625em;
  height: 1.625em;
  content: '';
}

input[type=checkbox] + span::after {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-70%) translateX(.5em) rotate(45deg);
  transform: translateY(-70%) translateX(.5em) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-right: .25em solid #EF836A;
  border-bottom: .25em solid #EF836A;
  width: .8125em;
  height: 1.625em;
  content: '';
}

input[type=checkbox]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=checkbox]:checked:focus-visible + span::before {
  outline: none;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input[type=number], input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  padding: .4em 2.4em .4em .8em;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

select:focus-visible {
  outline: initial;
}

select:invalid {
  color: #b2b2b2;
}

select:not(:disabled) {
  cursor: pointer;
}

:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 76px;
}

.l-archiveNews {
  padding-bottom: 182px;
  padding-bottom: 11.375rem;
}

.l-bottomLinkWrap--about {
  margin-top: 180px;
  margin-top: 11.25rem;
}

.l-bottomLinkWrap--news {
  margin-top: 144px;
  margin-top: 9rem;
}

.l-bottomLinkWrap--privacy {
  margin-top: 301px;
  margin-top: 18.8125rem;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

.l-foot--top {
  margin-top: 101px;
  margin-top: 6.3125rem;
}

.l-foot--sub {
  margin-top: 121px;
  margin-top: 7.5625rem;
}

.l-header.js-header-scroll {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 20;
  -webkit-transition: top .5s ease;
  transition: top .5s ease;
  width: 100%;
}

.l-header.js-header-show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: top .5s ease 0s;
  transition: top .5s ease 0s;
  width: 100%;
}

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-page-contact {
  padding-bottom: 143px;
  padding-bottom: 8.9375rem;
}

.l-page-disclosure-report {
  margin-top: 127px;
  margin-top: 7.9375rem;
  padding-bottom: 156px;
  padding-bottom: 9.75rem;
}

.l-page-guidance-faq {
  margin-top: 248px;
  margin-top: 15.5rem;
}

.l-page-guidance-form {
  margin-top: 188px;
  margin-top: 11.75rem;
}

.l-page-recruit-contact {
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
}

.l-page-recruit-flow {
  padding-top: 107px;
  padding-top: 6.6875rem;
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
}

.l-page-recruit-recruit {
  margin-top: 311px;
  margin-top: 19.4375rem;
  padding: 80px 0 121px;
  padding: 5rem 0 7.5625rem;
}

.l-subMain {
  margin-top: 150px;
  margin-top: 9.375rem;
}

.l-topMain {
  margin-top: 129px;
  margin-top: 8.0625rem;
}

.c-anchorLink {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 6.25rem;
  padding: 21px 20px 27px;
  padding: 1.3125rem 1.25rem 1.6875rem;
  min-width: 280px;
  min-width: 17.5rem;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-decoration: none;
}

.c-anchorLink.c-anchorLink--max {
  width: 100%;
  min-width: initial;
}

.c-anchorLink::before {
  position: absolute;
  top: 50%;
  right: 28px;
  right: 1.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/icon-arrow-down_01.svg);
  mask-image: url(../images/common/icon-arrow-down_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #FFF;
  width: 14px;
  width: .875rem;
  height: 6.86px;
  height: .42875rem;
  content: '';
}

.p-page-guidance-anchorLink__label {
  display: inline-block;
}

.p-page-guidance-anchorLink__link--green,
.p-page-support-anchorLink__link--green {
  border: 1px solid #67C48F;
  background-color: #67C48F;
}

.p-page-guidance-anchorLink__link--orange,
.p-page-support-anchorLink__link--orange {
  border: 1px solid #EF836A;
  background-color: #EF836A;
}

.c-button-pdf-small {
  display: inline-block;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #EF836A;
  border-radius: 6.25rem;
  padding: 1px 44px 1px 30px;
  padding: 1px 2.75rem 1px 1.875rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.7857142857;
  text-align: center;
}

.c-button-pdf-small::before {
  position: absolute;
  top: 50%;
  right: 11.25px;
  right: .703125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/icon_pdf_01.svg);
  mask-image: url(../images/common/icon_pdf_01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #EF836A;
  width: 18.69px;
  width: 1.168125rem;
  height: 19.5px;
  height: 1.21875rem;
  content: '';
}

.c-button-pdf {
  display: inline-block;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #EF836A;
  border-radius: 6.25rem;
  background-color: #EF836A;
  padding: 24px 70px 24px 28px;
  padding: 1.5rem 4.375rem 1.5rem 1.75rem;
  width: 100%;
  max-width: 379px;
  max-width: 23.6875rem;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
}

.c-button-pdf::before {
  position: absolute;
  top: 50%;
  right: 37px;
  right: 2.3125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/icon_pdf_01.svg);
  mask-image: url(../images/common/icon_pdf_01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #FFF;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  content: '';
}

.c-button-reservationTel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #67C48F;
  border-radius: 6.25rem;
  background-color: #FFF;
  padding: 7px 20px 11px 37px;
  padding: .4375rem 1.25rem .6875rem 2.3125rem;
  width: 100%;
  max-width: 379px;
  max-width: 23.6875rem;
}

.c-button-reservationTel__text {
  color: #67C48F;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}

.c-button-reservationTel__tel {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.25;
}

.c-button-reservationWeb {
  display: inline-block;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #67C48F;
  border-radius: 6.25rem;
  background-color: #67C48F;
  padding: 24px 85px 24px 53px;
  padding: 1.5rem 5.3125rem 1.5rem 3.3125rem;
  width: 100%;
  max-width: 379px;
  max-width: 23.6875rem;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
}

.c-button-reservationWeb::before {
  position: absolute;
  top: 50%;
  right: 56px;
  right: 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/icon_link_01.svg);
  mask-image: url(../images/common/icon_link_01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #FFF;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  content: '';
}

.c-button {
  display: inline-block;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #67C48F;
  border-radius: 6.25rem;
  background-color: #67C48F;
  padding: 16px 47px 17px 24px;
  padding: 1rem 2.9375rem 1.0625rem 1.5rem;
  min-width: 223px;
  min-width: 13.9375rem;
  color: #FFF;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.7647058824;
  text-align: left;
}

.c-button.c-button--orange {
  border: 1px solid #EF836A;
  background-color: #EF836A;
}

.c-button.c-button--max {
  width: 100%;
  min-width: initial;
}

.c-button.c-button--top-instagram {
  padding: 16px 47px 17px 15px;
  padding: 1rem 2.9375rem 1.0625rem .9375rem;
}

.c-button::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 53%;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../images/common/icon_arrow-green_circle-white_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  width: 1.4375rem;
  content: '';
}

.c-button.c-button--orange::before {
  background-image: url(../images/common/icon_arrow-orange_circle-white_01.svg);
}

.c-button__instagramIcon {
  position: relative;
  padding-left: 43px;
  padding-left: 2.6875rem;
}

.c-button__instagramIcon::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/icon_instagram_01.svg);
  mask-image: url(../images/common/icon_instagram_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #FFF;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  content: '';
}

.c-movieItem {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #67C48F;
  border-radius: 1.875rem;
  background-color: #FFF;
  width: 100%;
  max-width: 466px;
  max-width: 29.125rem;
  overflow: hidden;
  color: #67C48F;
}

.c-movieItem__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 10px 25px 15px;
  padding: 1.5625rem .625rem 1.5625rem .9375rem;
}

.c-movieItem__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8333333333;
  text-align: left;
}

.c-movieItem__movie {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 223px;
  max-width: 13.9375rem;
  overflow: hidden;
}

.c-movieItem__movie iframe,
.c-movieItem__movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-movieSound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 16px;
  right: 1rem;
  bottom: 16px;
  bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .4);
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
}

.c-movieSound__icon {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  color: rgba(63, 52, 45, .6);
}

.c-movieSound__icon svg {
  width: 100%;
  height: 100%;
}

.c-movieSound__icon--unmute {
  display: none;
}

.c-movieSound.is-unmuted .c-movieSound__icon--mute {
  display: none;
}

.c-movieSound.is-unmuted .c-movieSound__icon--unmute {
  display: block;
}

.c-recruit-sectionTitle {
  gap: 48px;
  gap: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Marcellus', serif;
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.c-recruit-sectionTitle::before {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  content: attr(data-ja);
}

.c-sectionTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #EF836A;
}

.c-sectionTitle__eng {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
}

.c-sectionTitle__ja {
  margin-top: 12px;
  margin-top: .75rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.5833333333;
}

.c-sectionTitle.c-sectionTitle--top .c-sectionTitle__ja,
.c-sectionTitle.c-sectionTitle--contact .c-sectionTitle__ja {
  margin-top: 0;
}

.c-textScroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .1em;
  overflow: hidden;
}

.c-textScroll__item {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: rgba(239, 131, 106, .2);
  background-clip: text;
  font-size: 162px;
  font-size: 10.125rem;
  font-weight: 700;
  white-space: nowrap;
}

.c-textScroll__item:nth-child(odd) {
  -webkit-animation: moveleft 100s -50s infinite linear;
  animation: MoveLeft 100s -50s infinite linear;
}

.c-textScroll__item:nth-child(even) {
  -webkit-animation: moveleft2 100s infinite linear;
  animation: MoveLeft2 100s infinite linear;
}

.c-textScroll.c-textScroll--top-Recruit .c-textScroll__item:nth-child(odd) {
  -webkit-animation: moveleft 42s -21s infinite linear;
  animation: MoveLeft 42s -21s infinite linear;
}

.c-textScroll.c-textScroll--top-Recruit .c-textScroll__item:nth-child(even) {
  -webkit-animation: moveleft2 42s infinite linear;
  animation: MoveLeft2 42s infinite linear;
}

@-webkit-keyframes MoveLeft {

  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft {

  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {

  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {

  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.p-404 {
  padding: 100px 20px 150px;
  padding: 6.25rem 1.25rem 9.375rem;
}

.p-404__inner {
  margin: 0 auto;
  max-width: 800px;
  max-width: 50rem;
  text-align: center;
}

.p-404__title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #EF836A;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-404__text {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  color: #4A5264;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}

.p-404__button {
  display: inline-block;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  border: 2px solid #EF836A;
  border: .125rem solid #EF836A;
  border-radius: 3.125rem;
  background-color: #EF836A;
  padding: 20px 60px;
  padding: 1.25rem 3.75rem;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.p-archiveNews__inner.l-container {
  max-width: 1014px;
  max-width: 63.375rem;
}

.p-archiveNews__items {
  margin-inline: auto;
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  width: 100%;
  max-width: 1110px;
  max-width: 69.375rem;
}

.p-archiveNews__item {
  border-bottom: 1px solid #9fa9c0;
  border-bottom: .0625rem solid #9fa9c0;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
}

.p-archiveNews__item:first-child {
  padding-top: 0;
}

.p-archiveNews__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-archiveNews__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem;
}

.p-archiveNews__date {
  color: #4A5264;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}

.p-archiveNews__cat {
  display: inline-block;
  border-radius: 62.4375rem;
  background-color: #F6EAE2;
  padding: 2px 15px;
  padding: .125rem .9375rem;
  min-width: 96px;
  min-width: 6rem;
  color: #EF836A;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.78;
  text-align: center;
  white-space: nowrap;
}

.p-archiveNews__title {
  margin-top: 27px;
  margin-top: 1.6875rem;
  max-width: 672px;
  max-width: 42rem;
  color: #4A5264;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.78;
}

.p-archiveNews__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 77px;
  margin-top: 4.8125rem;
  width: 100%;
}

.p-bottomLinkWrap__image {
  aspect-ratio: 1440/649;
  width: 100%;
  height: 100%;
  max-height: 649px;
  max-height: 40.5625rem;
  overflow: hidden;
}

.p-bottomLinkWrap__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-bottomLinkWrap__linkBlock {
  padding-inline: 30px;
  padding-inline: 1.875rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  margin-top: -123px;
  margin-top: -7.6875rem;
  width: 100%;
  max-width: 1014px;
  max-width: 63.375rem;
}

.p-bottomLinkWrap__linkBlock-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #67C48F;
  border-radius: 1.875rem;
  background-color: #FFF;
}

.p-bottomLinkWrap__linkBlock-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 27px 50px 65px 32px;
  padding: 1.6875rem 3.125rem 4.0625rem 2rem;
}

.p-bottomLinkWrap__linkBlock-item:nth-child(2) {
  border-left: 1px solid #67C48F;
}

.p-bottomLinkWrap__linkBlock-item::before {
  aspect-ratio: 1/1;
  position: absolute;
  right: 22px;
  right: 1.375rem;
  bottom: 14px;
  bottom: .875rem;
  background-image: url(../images/common/icon_arrow-white_circle-green_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  width: 1.5625rem;
  content: '';
}

.p-bottomLinkWrap__linkBlock-item-textBlock {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.p-bottomLinkWrap__linkBlock-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #67C48F;
}

.p-bottomLinkWrap__linkBlock-item-title-eng {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
}

.p-bottomLinkWrap__linkBlock-item-title-ja {
  margin-top: 7px;
  margin-top: .4375rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.78125;
}

.p-bottomLinkWrap__linkBlock-item-icon {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
}

.p-bottomLinkWrap__linkBlock-item[data-name=concept] .p-bottomLinkWrap__linkBlock-item-icon {
  max-width: 49px;
  max-width: 3.0625rem;
}

.p-bottomLinkWrap__linkBlock-item[data-name=daily] .p-bottomLinkWrap__linkBlock-item-icon {
  max-width: 50px;
  max-width: 3.125rem;
}

.p-bottomLinkWrap__linkBlock-item[data-name=baby] .p-bottomLinkWrap__linkBlock-item-icon {
  max-width: 75px;
  max-width: 4.6875rem;
}

.p-bottomLinkWrap__linkBlock-item[data-name=infant] .p-bottomLinkWrap__linkBlock-item-icon {
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-bottomLinkWrap__linkBlock-item[data-name=support] .p-bottomLinkWrap__linkBlock-item-icon {
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-bottomLinkWrap__linkBlock-item[data-name=news] .p-bottomLinkWrap__linkBlock-item-icon {
  max-width: 65px;
  max-width: 4.0625rem;
}

.p-bottomLinkWrap__linkBlock-item[data-name=about] .p-bottomLinkWrap__linkBlock-item-icon {
  max-width: 62px;
  max-width: 3.875rem;
}

.p-bottomLinkWrap__linkBlock-item[data-name=guidance] .p-bottomLinkWrap__linkBlock-item-icon {
  max-width: 67px;
  max-width: 4.1875rem;
}

.p-bottomLinkWrap__linkBlock-item-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-breadcrumb {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2.1428571429;
}

.p-categories {
  width: 100%;
}

.p-categories__container {
  margin-inline: auto;
  width: 100%;
  max-width: 954px;
  max-width: 59.625rem;
}

.p-categories__list {
  row-gap: 16px;
  row-gap: 1rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3.8125rem;
  -moz-column-gap: 3.8125rem;
  column-gap: 3.8125rem;
  width: 100%;
}

.p-categories__item {
  list-style: none;
}

.p-categories__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  color: #4A5264;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.78;
  text-align: center;
  text-decoration: none;
}

.p-categories__link.is-active {
  color: #EF836A;
}

.p-categories__link.is-active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EF836A;
  width: 100%;
  height: 1px;
  height: .0625rem;
  content: '';
}

.p-contact {
  position: relative;
  z-index: 1;
  border-radius: 6.25rem;
  background-color: #F6EAE2;
  padding: 65.489px 30px 94.92px;
  padding: 4.093125rem 1.875rem 5.9325rem;
  max-width: 1196px;
  max-width: 74.75rem;
}

.p-contact__sectionTitle {
  text-align: center;
}

.p-contact__items {
  gap: 20px;
  gap: 1.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 54.1px;
  margin-top: 3.38125rem;
  width: 100%;
  max-width: 954px;
  max-width: 59.625rem;
}

.p-contact__deco {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.p-contact__deco--left {
  top: -150.92px;
  top: -9.4325rem;
  left: 119px;
  left: 7.4375rem;
  max-width: 229px;
  max-width: 14.3125rem;
}

.p-contact__deco--right {
  top: -126px;
  top: -7.875rem;
  right: 151px;
  right: 9.4375rem;
  max-width: 140px;
  max-width: 8.75rem;
}

.p-contact__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 23px 20px 12px;
  padding: 1.4375rem 1.25rem .75rem;
}

.p-contact__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-contact__item-icon {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  width: 100%;
}

.p-contact__item[data-name=tel] .p-contact__item-icon {
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 38px;
  max-width: 2.375rem;
}

.p-contact__item[data-name=mail] .p-contact__item-icon {
  margin-top: 27px;
  margin-top: 1.6875rem;
  max-width: 45px;
  max-width: 2.8125rem;
}

.p-contact__item-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-contact__item-telButton {
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #67C48F;
  border-radius: 6.25rem;
  background-color: #67C48F;
  padding: 16px 24px 17px;
  padding: 1rem 1.5rem 1.0625rem;
  min-width: 223px;
  min-width: 13.9375rem;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-contact__item-telButton-icon {
  position: relative;
  padding-left: 38px;
  padding-left: 2.375rem;
}

.p-contact__item-telButton-icon::before {
  position: absolute;
  top: 49%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/icon_tel_01.svg);
  mask-image: url(../images/common/icon_tel_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #FFF;
  width: 22px;
  width: 1.375rem;
  height: 20.88px;
  height: 1.305rem;
  content: '';
}

.p-contact__item-button {
  margin-top: auto;
}

.p-drawer__button {
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 41;
  cursor: pointer;
  border-radius: 50%;
  background-color: #67C48F;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
}

.p-drawer__bars {
  display: inline-block;
  vertical-align: center;
  width: 32px;
  width: 2rem;
}

.p-drawer__bar {
  display: block;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  margin-top: 6.5px;
  margin-top: .40625rem;
  background: #FFF;
  width: 100%;
  height: 2px;
  height: .125rem;
}

.p-drawer__bar:first-child {
  margin-top: 0;
}

.is-opened .p-drawer__bar:nth-child(2) {
  background: transparent;
}

.is-opened .p-drawer__bar:first-child {
  -webkit-transform: translateY(.53125rem) rotate(45deg);
  transform: translateY(.53125rem) rotate(45deg);
  width: 100%;
}

.is-opened .p-drawer__bar:last-child {
  -webkit-transform: translateY(-.53125rem) rotate(-45deg);
  transform: translateY(-.53125rem) rotate(-45deg);
  width: 100%;
}

.p-drawer__bg {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.p-drawer__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  z-index: 40;
  -webkit-transition: -webkit-transform .8s ease 0s;
  transition: -webkit-transform .8s ease 0s;
  transition: transform .8s ease 0s;
  transition: transform .8s ease 0s, -webkit-transform .8s ease 0s;
  background: #FFF;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  color: #3F342D;
}

.p-drawer__content.is-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-drawer__headerBgc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 41;
  background-color: #FFF;
  width: 100%;
  height: 116px;
  height: 7.25rem;
}

.p-drawer__inner {
  position: relative;
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: scroll;
}

.p-drawer__wrap {
  gap: 10vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-top: 118px;
  padding-top: 7.375rem;
  padding-right: 30px;
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
  padding-left: 139px;
  padding-left: 8.6875rem;
  width: 100%;
}

.p-drawer__image {
  aspect-ratio: 588/760;
  border-radius: 6.25rem;
  width: auto;
  max-width: 588px;
  max-width: 36.75rem;
  min-height: 588px;
  min-height: 36.75rem;
  max-height: 70vh;
  overflow: hidden;
}

.p-drawer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-drawer__linkContents {
  margin-right: 124px;
  margin-right: 7.75rem;
  width: 100%;
  max-width: 440px;
  max-width: 27.5rem;
}

.p-drawer__listWrap {
  gap: 48px;
  gap: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-drawer__list {
  gap: 50px;
  gap: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.p-drawer__list-item {
  width: 100%;
}

.p-drawer__list-item-link {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
}

.p-drawer__list-item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-drawer__list-item[data-name=about] .p-drawer__list-item-icon img {
  max-width: 62px;
  max-width: 3.875rem;
}

.p-drawer__list-item[data-name=concept] .p-drawer__list-item-icon img {
  max-width: 49px;
  max-width: 3.0625rem;
}

.p-drawer__list-item[data-name=baby] .p-drawer__list-item-icon img {
  max-width: 75px;
  max-width: 4.6875rem;
}

.p-drawer__list-item[data-name=infant] .p-drawer__list-item-icon img {
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-drawer__list-item[data-name=life] .p-drawer__list-item-icon img {
  max-width: 50px;
  max-width: 3.125rem;
}

.p-drawer__list-item[data-name=support] .p-drawer__list-item-icon img {
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-drawer__list-item-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-drawer__list-item-text {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 4px;
  margin-top: .25rem;
  width: 100%;
  max-width: 100px;
  max-width: 6.25rem;
  color: #4A5264;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.235;
}

.p-drawer__blockLinkPc-items {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 51px;
  margin-top: 3.1875rem;
  width: 100%;
}

.p-drawer__blockLinkPc-item {
  width: 100%;
}

.p-drawer__blockLinkPc-item-link {
  border: 1px solid #67C48F;
  border-radius: .3125rem;
  background-color: #FFF;
  width: 100%;
  height: 82px;
  height: 5.125rem;
  overflow: hidden;
}

.p-drawer__blockLinkPc-item[data-name=recruit] .p-drawer__blockLinkPc-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-drawer__blockLinkPc-item[data-name=recruit] .p-drawer__blockLinkPc-item-link-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 22%;
  -ms-flex: 1 1 22%;
  flex: 1 1 22%;
  width: 100%;
}

.p-drawer__blockLinkPc-item[data-name=recruit] .p-drawer__blockLinkPc-item-link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-drawer__blockLinkPc-item[data-name=recruit] .p-drawer__blockLinkPc-item-link-body {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 56%;
  -ms-flex: 1 1 56%;
  flex: 1 1 56%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4736842105;
}

.p-drawer__blockLinkPc-item[data-name=recruit] .p-drawer__blockLinkPc-item-link-body-logo {
  max-width: 40px;
  max-width: 2.5rem;
}

.p-drawer__blockLinkPc-item[data-name=guidance] .p-drawer__blockLinkPc-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-drawer__blockLinkPc-item[data-name=guidance] .p-drawer__blockLinkPc-item-link-image {
  width: 50%;
}

.p-drawer__blockLinkPc-item[data-name=guidance] .p-drawer__blockLinkPc-item-link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-drawer__blockLinkPc-item[data-name=guidance] .p-drawer__blockLinkPc-item-link-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 33px;
  padding-right: 2.0625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4375;
}

.p-drawer__blockLinkPc-item[data-name=guidance] .p-drawer__blockLinkPc-item-link-body::before {
  position: absolute;
  top: 50%;
  right: 10px;
  right: .625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow-white_circle-orange_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  content: '';
}

.p-drawer__etcLinkPc {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15vh;
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.p-drawer__etcLinkPc-item-link {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 10px;
  padding: .625rem;
}

.p-drawer__etcLinkSp {
  display: none;
}

.p-drawer__etcLinkSp-items {
  gap: 25px;
  gap: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 20px 20px;
  padding: 1.5rem 1.25rem 1.25rem;
  width: 100%;
}

.p-drawer__etcLinkSp-item {
  width: 100%;
}

.p-drawer__etcLinkSp-item-link {
  border-radius: .3125rem;
  background-color: #FFF;
  width: 100%;
  height: 69px;
  height: 4.3125rem;
  overflow: hidden;
}

.p-drawer__etcLinkSp-item[data-name=recruit] .p-drawer__etcLinkSp-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-drawer__etcLinkSp-item[data-name=recruit] .p-drawer__etcLinkSp-item-link-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 22%;
  -ms-flex: 1 1 22%;
  flex: 1 1 22%;
  width: 100%;
}

.p-drawer__etcLinkSp-item[data-name=recruit] .p-drawer__etcLinkSp-item-link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-drawer__etcLinkSp-item[data-name=recruit] .p-drawer__etcLinkSp-item-link-body {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 56%;
  -ms-flex: 1 1 56%;
  flex: 1 1 56%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4736842105;
}

.p-drawer__etcLinkSp-item[data-name=recruit] .p-drawer__etcLinkSp-item-link-body-logo {
  max-width: 40px;
  max-width: 2.5rem;
}

.p-drawer__etcLinkSp-item[data-name=guidance] .p-drawer__etcLinkSp-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-drawer__etcLinkSp-item[data-name=guidance] .p-drawer__etcLinkSp-item-link-image {
  width: 50%;
}

.p-drawer__etcLinkSp-item[data-name=guidance] .p-drawer__etcLinkSp-item-link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-drawer__etcLinkSp-item[data-name=guidance] .p-drawer__etcLinkSp-item-link-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 33px;
  padding-right: 2.0625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4375;
}

.p-drawer__etcLinkSp-item[data-name=guidance] .p-drawer__etcLinkSp-item-link-body::before {
  position: absolute;
  top: 50%;
  right: 10px;
  right: .625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow-white_circle-orange_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  content: '';
}

.p-drawer__etcLinkSp-item[data-name=gokashou-nursery] .p-drawer__etcLinkSp-item-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-drawer__spBottom {
  display: none;
}

.p-drawer__spBottom-logo {
  width: 100%;
  max-width: 108px;
  max-width: 6.75rem;
}

.p-drawer__spBottom-logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-drawer__spBottom-access {
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2.1428571429;
}

.p-drawer__spBottom-tel {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-drawer__spBottom-tel-icon {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-drawer__spBottom-tel-icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/icon_tel_01.svg);
  mask-image: url(../images/common/icon_tel_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #3F342D;
  width: 15px;
  width: .9375rem;
  height: 15px;
  height: .9375rem;
  content: '';
}

.p-drawer__spBottom-infoLinks {
  gap: 27px;
  gap: 1.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  margin-top: .75rem;
}

.p-drawer__spBottom-infoLink {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #67C48F;
  border-radius: 50%;
  background-color: #67C48F;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
}

.p-drawer__spBottom-infoLink::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #FFF;
  content: '';
}

.p-drawer__spBottom-infoLink[data-icon=instagram]::before {
  -webkit-mask-image: url(../images/common/icon_instagram_01.svg);
  mask-image: url(../images/common/icon_instagram_01.svg);
  width: 24px;
  width: 1.5rem;
  height: 20px;
  height: 1.25rem;
}

.p-drawer__spBottom-infoLink[data-icon=map]::before {
  -webkit-mask-image: url(../images/common/icon_map_01.svg);
  mask-image: url(../images/common/icon_map_01.svg);
  width: 24px;
  width: 1.5rem;
  height: 27px;
  height: 1.6875rem;
}

.p-drawer__spBottom-infoLink[data-icon=mail]::before {
  -webkit-mask-image: url(../images/common/icon_mail_01.svg);
  mask-image: url(../images/common/icon_mail_01.svg);
  width: 24px;
  width: 1.5rem;
  height: 16px;
  height: 1rem;
}

.p-footer {
  position: relative;
  margin-top: -306.12px;
  margin-top: -19.1325rem;
  background-color: #D9EEE2;
  padding-top: 422px;
  padding-top: 26.375rem;
  padding-bottom: 10.52px;
  padding-bottom: .6575rem;
  overflow-x: clip;
}

.p-footer__deco-bottomWave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 124px;
  height: 7.75rem;
}

.p-footer__deco-bottomWave img {
  width: 100%;
  height: 100%;
}

.p-footer__deco-icons {
  position: absolute;
  bottom: 57px;
  bottom: 3.5625rem;
  left: 49%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 89.8645833333vw;
}

.p-footer__deco-rightIcon-sp {
  display: none;
}

.l-container.p-footer__inner {
  max-width: 1263px;
  max-width: 78.9375rem;
}

.p-footer__wrap {
  gap: 80px;
  gap: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
  margin-top: .25rem;
  margin-left: 23px;
  margin-left: 1.4375rem;
}

.p-footer__logo {
  margin-left: -14px;
  margin-left: -.875rem;
  width: 100%;
  max-width: 158px;
  max-width: 9.875rem;
}

.p-footer__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__access {
  margin-top: 11.46px;
  margin-top: .71625rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2.1428571429;
}

.p-footer__button {
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 13.26px;
  margin-top: .82875rem;
  border: 1px solid #67C48F;
  border-radius: 6.25rem;
  background-color: #67C48F;
  padding: 10.34px 26px 13.14px;
  padding: .64625rem 1.625rem .82125rem;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-footer__button-icon {
  position: relative;
  padding-left: 38px;
  padding-left: 2.375rem;
}

.p-footer__button-icon::before {
  position: absolute;
  top: 49%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/icon_tel_01.svg);
  mask-image: url(../images/common/icon_tel_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #FFF;
  width: 22px;
  width: 1.375rem;
  height: 20.88px;
  height: 1.305rem;
  content: '';
}

.p-footer__infoLinks {
  gap: 65px;
  gap: 4.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer__infoLink {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 18.3px;
  margin-top: 1.14375rem;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.3076923077;
}

.p-footer__map {
  aspect-ratio: 466/324;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 466px;
  max-width: 29.125rem;
  overflow: hidden;
}

.p-footer__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-footer__navWrap {
  width: 100%;
  max-width: 283px;
  max-width: 17.6875rem;
}

.p-footer__nav-items {
  gap: 18px 23px;
  gap: 1.125rem 1.4375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-footer__nav-item-link {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-left: 17px;
  padding-left: 1.0625rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.1428571429;
}

.p-footer__nav-item-link::before {
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #67C48F;
  width: 12px;
  width: .75rem;
  height: 12px;
  height: .75rem;
  content: '';
}

.p-footer__banner {
  margin-top: 39.87px;
  margin-top: 2.491875rem;
  margin-left: 3px;
  margin-left: .1875rem;
  width: 100%;
  max-width: 277px;
  max-width: 17.3125rem;
}

.p-footer__banner img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__copyright {
  position: relative;
  z-index: 1;
  margin-top: 262px;
  margin-top: 16.375rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  text-align: center;
}

.p-footer__copyright-text {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2.3076923077;
}

.p-form-checkbox.p-form__checkbox {
  row-gap: 64px;
  row-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 16.5rem);
  -webkit-column-gap: 3.1875rem;
  -moz-column-gap: 3.1875rem;
  column-gap: 3.1875rem;
}

.p-form-checkbox.p-form__checkbox .wpcf7-form-control {
  row-gap: 61px;
  row-gap: 3.8125rem;
  display: grid;
  grid-template-columns: repeat(2, 16.5rem);
  -webkit-column-gap: 3.1875rem;
  -moz-column-gap: 3.1875rem;
  column-gap: 3.1875rem;
}

.p-form-checkbox .wpcf7-list-item {
  margin: 0;
}

.p-form-checkbox .wpcf7-not-valid-tip {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-form-checkbox label {
  display: inline-block;
}

.p-form-checkbox label:not(:first-of-type) {
  margin-top: 0;
}

.p-form-checkbox input {
  display: none;
}

.p-form-checkbox input + span {
  row-gap: 35px;
  row-gap: 2.1875rem;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 0 0 67px;
  padding: 0 0 0 4.1875rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}

.p-form-checkbox input + span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border-color: transparent;
  background: #F4F4F4;
  width: 51px;
  width: 3.1875rem;
  height: 51px;
  height: 3.1875rem;
  content: '';
}

.p-form-checkbox input + span::after {
  position: absolute;
  top: 50%;
  left: 14px;
  left: .875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #EF836A;
  padding: 2px;
  padding: .125rem;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  content: '';
}

.p-form-checkbox input:checked + span::after {
  opacity: 1;
}

.p-form-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 6.25rem;
  background-color: #f4f4f4;
  padding: 8px 15px;
  padding: .5rem .9375rem;
  width: 100%;
  min-height: 70px;
  min-height: 4.375rem;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1;
}

.p-form-input input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}

.p-form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 0;
  background-image: url(./../images/common/arrow.svg);
  background-position: right 15px top 15px;
  background-position: right .9375rem top .9375rem;
  background-repeat: no-repeat;
  background-size: .9375rem;
  padding: 11.5px 50px 11.5px 15px;
  padding: .71875rem 3.125rem .71875rem .9375rem;
  width: 100%;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1;
}

.p-form-select select::-ms-expand {
  display: none;
}

.p-form-select select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}

.p-form-submit {
  margin-inline: auto;
  display: block;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  border: 1px solid #EF836A;
  border-radius: 6.25rem;
  background-color: #EF836A;
  padding: 16px 47px 17px 24px;
  padding: 1rem 2.9375rem 1.0625rem 1.5rem;
  max-width: 343px;
  max-width: 21.4375rem;
  color: #FFF;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.7647058824;
  text-align: left;
}

.p-form-submit::before {
  position: absolute;
  top: 50%;
  right: 18px;
  right: 1.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../images/common/icon_arrow-orange_circle-white_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  content: '';
}

.p-form-submit:hover {
  background-color: #FFF;
  color: #EF836A;
}

.p-form-submit:hover::before {
  background-image: url(../images/common/icon_arrow-white_circle-orange_01.svg);
}

.p-form-submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: inherit;
  margin: 0;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
}

.p-form-submit input::-moz-focus-inner {
  border: none;
  padding: 0;
}

.p-form-textarea textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 1.875rem;
  background-color: #f4f4f4;
  background-image: none;
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
  height: 390px;
  height: 24.375rem;
  font-size: 16px;
  font-size: 1rem;
}

.p-form-textarea textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}

.p-form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #9fa9c0;
}

.p-form__wrap:first-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

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

.p-form__wrap.p-form__wrap--textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-form__wrap + .p-form__wrap {
  padding-block: 30px;
  padding-block: 1.875rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-form__wrap:last-of-type {
  border-bottom: none;
}

.p-form__label {
  width: 100%;
  max-width: 250px;
  max-width: 15.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}

.p-form__wrap.p-form__wrap--textarea .p-form__label {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-form__label span {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  margin-left: .9375rem;
  border-radius: 50%;
  padding: 8px 12px;
  padding: .5rem .75rem;
  color: #ffa0a4;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.p-form__wrap:first-child .p-form__label span {
  margin-left: initial;
}

.p-form__input,
.p-form__select,
.p-form__radio,
.p-form__checkbox,
.p-form__textarea {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  margin-left: auto;
  width: 100%;
  max-width: 712px;
  max-width: 44.5rem;
}

.p-form__input,
.p-form__textarea {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-form__submit {
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
}

.p-header {
  width: 100%;
}

.p-header__contents {
  position: relative;
}

.p-header__contents::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 42;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../images/header/bgc_header_logo_01.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 243px;
  width: 15.1875rem;
  height: 221px;
  height: 13.8125rem;
  content: '';
}

.p-header__contents:has(.p-header__logo.p-header__logo--recruit)::before {
  background-image: url(../images/header/bgc_header_logo_recruit_01.webp);
  width: 241px;
  width: 15.0625rem;
  height: 189px;
  height: 11.8125rem;
}

.p-header.js-header-scroll .p-header__contents::before {
  display: none;
}

.p-header__logo {
  position: absolute;
  top: 17px;
  top: 1.0625rem;
  left: 42px;
  left: 2.625rem;
  z-index: 42;
  width: 100%;
  max-width: 142px;
  max-width: 8.875rem;
}

.p-header__logo.p-header__logo--recruit {
  max-width: 120px;
  max-width: 7.5rem;
}

.p-header.js-header-scroll .p-header__logo {
  top: 14px;
  top: .875rem;
  max-width: initial;
  max-width: 86px;
  max-width: 5.375rem;
}

.p-header__logo a {
  width: 100%;
}

.p-header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__body {
  gap: 45px;
  gap: 2.8125rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  background-color: #FFF;
  height: 116px;
  height: 7.25rem;
}

.p-header__navItems {
  gap: 45px;
  gap: 2.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-bottom: 14px;
  padding-bottom: .875rem;
  width: 100%;
  height: inherit;
}

.p-header__navItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: inherit;
}

.p-header__navLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.p-header__navLink-icon {
  width: 100%;
}

.p-header__navItem[data-name=about] .p-header__navLink-icon {
  max-width: 62px;
  max-width: 3.875rem;
}

.p-header__navItem[data-name=concept] .p-header__navLink-icon {
  max-width: 49px;
  max-width: 3.0625rem;
}

.p-header__navItem[data-name=baby] .p-header__navLink-icon {
  max-width: 75px;
  max-width: 4.6875rem;
}

.p-header__navItem[data-name=infant] .p-header__navLink-icon {
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-header__navItem[data-name=life] .p-header__navLink-icon {
  max-width: 50px;
  max-width: 3.125rem;
}

.p-header__navItem[data-name=support] .p-header__navLink-icon {
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-header__navLink-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__navLink-text {
  margin-top: 3px;
  margin-top: .1875rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
}

.p-header__drawer {
  z-index: 40;
}

.p-page-about-logo {
  margin-top: 141px;
  margin-top: 8.8125rem;
}

.p-page-about-logo__sectionTitle {
  text-align: center;
}

.p-page-about-logo__content {
  gap: 10.8333333333vw;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 81px;
  margin-top: 5.0625rem;
  background-color: #F6E5E2;
  padding: 70px 10px 66px;
  padding: 4.375rem .625rem 4.125rem;
  width: 100%;
  max-width: 954px;
  max-width: 59.625rem;
}

.p-page-about-logo__logo {
  width: 100%;
  max-width: 211px;
  max-width: 13.1875rem;
}

.p-page-about-logo__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-about-logo__textBlock {
  margin-top: 9px;
  margin-top: .5625rem;
  width: 100%;
  max-width: 343px;
  max-width: 21.4375rem;
}

.p-page-about-logo__subTitle {
  color: #EF836A;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-page-about-logo__text {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-about-map {
  position: relative;
  margin-top: 201px;
  margin-top: 12.5625rem;
  background-color: #D9EEE2;
  padding-top: 110px;
  padding-top: 6.875rem;
  padding-bottom: 99px;
  padding-bottom: 6.1875rem;
}

.p-page-about-map__sectionTitle {
  text-align: center;
}

.p-page-about-map__deco-topWave {
  position: absolute;
  top: -54px;
  top: -3.375rem;
  left: 0;
  width: 100%;
  height: 65px;
  height: 4.0625rem;
}

.p-page-about-map__deco-bottomWave {
  position: absolute;
  bottom: -54px;
  bottom: -3.375rem;
  left: 0;
  width: 100%;
  height: 65px;
  height: 4.0625rem;
}

.p-page-about-map__deco-topWave img,
.p-page-about-map__deco-bottomWave img {
  width: 100%;
  height: 100%;
}

.p-page-about-map__illustration {
  margin-top: 77px;
  margin-top: 4.8125rem;
  width: 100%;
}

.p-page-about-map__illustration img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-about-map__items {
  gap: 68px 27px;
  gap: 4.25rem 1.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 74px;
  margin-top: 4.625rem;
}

.p-page-about-map__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(33.333% - 1.6875rem);
  -ms-flex: 1 1 calc(33.333% - 1.6875rem);
  flex: 1 1 calc(33.333% - 1.6875rem);
  max-width: calc(33.333% - 1.6875rem);
}

.p-page-about-map__item--deco {
  position: relative;
}

.p-page-about-map__item-deco {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.p-page-about-map__item[data-name=infant] .p-page-about-map__item-deco {
  right: -28px;
  right: -1.75rem;
  bottom: 22px;
  bottom: 1.375rem;
  max-width: 123px;
  max-width: 7.6875rem;
}

.p-page-about-map__item[data-name=farm] .p-page-about-map__item-deco {
  bottom: 13px;
  bottom: .8125rem;
  left: -83px;
  left: -5.1875rem;
  max-width: 129px;
  max-width: 8.0625rem;
}

.p-page-about-map__item-deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-about-map__item-gallery {
  aspect-ratio: 380/260;
  position: relative;
  border-radius: 1.875rem;
  overflow: hidden;
}

.p-page-about-map__item-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-about-map__item-gallery iframe,
.p-page-about-map__item-gallery video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-about-map__item .p-page-about-map__item-gallery video {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-page-about-map__item-caption {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-page-about-overview__sectionTitle {
  text-align: center;
}

.p-page-about-overview__wrap {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.p-page-about-overview__list {
  display: grid;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  max-width: 588px;
  max-width: 36.75rem;
}

.p-page-about-overview__row {
  display: grid;
  grid-template-columns: 7.5625rem 1fr;
  border-bottom: 1px dotted #3F342D;
  padding: 21px 0 20px;
  padding: 1.3125rem 0 1.25rem;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 2;
}

.p-page-about-overview__row:first-child {
  padding-top: 0;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.p-page-about-overview__row--double {
  grid-template-columns: 7.5625rem 1fr 7.5625rem 1fr;
}

.p-page-about-overview__row--double-spWrap {
  display: contents;
}

.p-page-about-overview__term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #67C48F;
  font-weight: 700;
}

.p-page-about-overview__desc {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
}

.p-page-about-overview__access {
  width: 100%;
  max-width: 466px;
  max-width: 29.125rem;
}

.p-page-about-overview__map {
  aspect-ratio: 466/516;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.p-page-about-overview__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-about-overview__access-info {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-page-about-overview__access-info-item:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-page-about-overview__access-info-title {
  position: relative;
  padding-left: 33px;
  padding-left: 2.0625rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
}

.p-page-about-overview__access-info-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.p-page-about-overview__access-info-item[data-name=train] .p-page-about-overview__access-info-title::before {
  aspect-ratio: 16.1/18.9;
  background-image: url(../images/about/icon_about-overview_train_01.svg);
  width: 16.1px;
  width: 1.00625rem;
}

.p-page-about-overview__access-info-item[data-name=car] .p-page-about-overview__access-info-title::before {
  background-image: url(../images/about/icon_about-overview_car_01.svg);
  width: 22.4px;
  width: 1.4rem;
  height: 21px;
  height: 1.3125rem;
}

.p-page-about-overview__access-info-text {
  margin-top: 11px;
  margin-top: .6875rem;
  font-weight: 500;
}

.p-page-about-song {
  margin-top: 216px;
  margin-top: 13.5rem;
}

.l-container.p-page-about-song__inner {
  max-width: 1014px;
  max-width: 63.375rem;
}

.p-page-about-song__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.875rem;
  background-color: #D9EEE2;
}

.p-page-about-song__content--pc {
  padding: 115px 122px 80px 124px;
  padding: 7.1875rem 7.625rem 5rem 7.75rem;
}

.p-page-about-song__content--sp {
  display: contents;
}

.p-page-about-song__deco {
  position: absolute;
  width: 100%;
}

.p-page-about-song__deco--topLeft {
  top: 66px;
  top: 4.125rem;
  left: 120px;
  left: 7.5rem;
  max-width: 131px;
  max-width: 8.1875rem;
}

.p-page-about-song__deco--topRight {
  top: 80px;
  top: 5rem;
  right: 130px;
  right: 8.125rem;
  max-width: 87px;
  max-width: 5.4375rem;
}

.p-page-about-song__deco--bottomLeft {
  bottom: 65px;
  bottom: 4.0625rem;
  left: 83px;
  left: 5.1875rem;
  max-width: 102px;
  max-width: 6.375rem;
}

.p-page-about-song__deco--bottomRight {
  right: 86px;
  right: 5.375rem;
  bottom: 65px;
  bottom: 4.0625rem;
  max-width: 101px;
  max-width: 6.3125rem;
}

.p-page-about-song__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-about-song__titleWrap {
  text-align: center;
}

.p-page-about-story__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8333333333;
}

.p-page-about-story__title-sub {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4444444444;
}

.p-page-about-song__lyricsItems {
  gap: 27px;
  gap: 1.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 65px;
  margin-top: 4.0625rem;
  width: 100%;
}

.p-page-about-song__lyricsItem {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4444444444;
}

.p-page-about-song__movieItem {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}

.p-page-about-story {
  margin-top: 62px;
  margin-top: 3.875rem;
}

.p-page-about-story__sectionTitle {
  text-align: center;
}

.p-page-about-story__sectionTitle-text {
  display: inline-block;
  border-bottom: 1px solid #EF836A;
  padding: 0 20px 4px 19px;
  padding: 0 1.25rem .25rem 1.1875rem;
  color: #EF836A;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8333333333;
}

.p-page-about-story__movieItems {
  gap: 21px;
  gap: 1.3125rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: center;
  margin-top: 61px;
  margin-top: 3.8125rem;
  width: 100%;
  max-width: 953px;
  max-width: 59.5625rem;
}

.p-page-about-story__movieItem {
  width: 100%;
}

.p-page-baby-important {
  position: relative;
  margin-top: 34px;
  margin-top: 2.125rem;
  background-color: #D9EEE2;
  padding-top: 76.83px;
  padding-top: 4.801875rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  overflow-x: clip;
}

.p-page-baby-important__deco-wave {
  position: absolute;
  top: -110px;
  top: -6.875rem;
  left: 0;
  width: 100%;
  height: 111.17px;
  height: 6.948125rem;
}

.p-page-baby-important__deco-wave img {
  width: 100%;
  height: 100%;
}

.p-page-baby-important__sectionTitle {
  text-align: center;
}

.p-page-baby-important__items {
  margin-top: 114px;
  margin-top: 7.125rem;
}

.p-page-baby-important__item {
  position: relative;
}

.p-page-baby-important__item[data-name=environment] {
  margin-top: 235px;
  margin-top: 14.6875rem;
  background-color: #F6EAE2;
  padding-top: 154px;
  padding-top: 9.625rem;
  padding-bottom: 274px;
  padding-bottom: 17.125rem;
}

.p-page-baby-important__item[data-name=life] {
  padding-top: 149px;
  padding-top: 9.3125rem;
}

.p-page-baby-important__deco-environmentWave {
  position: absolute;
  top: -110px;
  top: -6.875rem;
  left: 0;
  width: 100%;
  height: 111.17px;
  height: 6.948125rem;
}

.p-page-baby-important__deco-lifeWave {
  position: absolute;
  top: -110px;
  top: -6.875rem;
  left: 0;
  width: 100%;
  height: 111.17px;
  height: 6.948125rem;
}

.p-page-baby-important__deco-environmentWave img,
.p-page-baby-important__deco-playWave img,
.p-page-baby-important__deco-lifeWave img {
  width: 100%;
  height: 100%;
}

.p-page-baby-important__item-top {
  gap: 63px;
  gap: 3.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-page-baby-important__item-spSliderWrap {
  display: none;
}

.p-page-baby-important__item-spSliderImage {
  position: relative;
  z-index: 1;
}

.p-page-baby-important__item:nth-child(even) .p-page-baby-important__item-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-page-baby-important__item-top-imageWrap {
  aspect-ratio: 586/390;
  position: relative;
  margin-right: 81px;
  margin-right: 5.0625rem;
  width: 100%;
  max-width: 586px;
  max-width: 36.625rem;
  height: 100%;
}

.p-page-baby-important__item[data-name=environment] .p-page-baby-important__item-top-imageWrap {
  margin-right: 0;
  margin-left: 81px;
  margin-left: 5.0625rem;
}

.p-page-baby-important__deco {
  position: absolute;
  width: 100%;
}

.p-page-baby-important__deco--life-left {
  bottom: -65px;
  bottom: -4.0625rem;
  left: -69px;
  left: -4.3125rem;
  max-width: 193px;
  max-width: 12.0625rem;
}

.p-page-baby-important__deco--life-right {
  right: -44.76px;
  right: -2.7975rem;
  bottom: 17.24px;
  bottom: 1.0775rem;
  max-width: 84.76px;
  max-width: 5.2975rem;
}

.p-page-baby-important__deco--life-number {
  top: -48px;
  top: -3rem;
  right: -81px;
  right: -5.0625rem;
  max-width: 138px;
  max-width: 8.625rem;
}

.p-page-baby-important__deco--life-bottom {
  right: calc(50% - min(49vw, 39.5rem));
  bottom: -30px;
  bottom: -1.875rem;
  max-width: 137px;
  max-width: 8.5625rem;
}

.p-page-baby-important__deco--environment-left {
  bottom: 16px;
  bottom: 1rem;
  left: -56px;
  left: -3.5rem;
  max-width: 129px;
  max-width: 8.0625rem;
}

.p-page-baby-important__deco--environment-right {
  top: -81px;
  top: -5.0625rem;
  right: calc(50% - min(49vw, 20rem));
  max-width: 193px;
  max-width: 12.0625rem;
}

.p-page-baby-important__deco--environment-number {
  top: -50px;
  top: -3.125rem;
  left: -49px;
  left: -3.0625rem;
  max-width: 138px;
  max-width: 8.625rem;
}

.p-page-baby-important__deco--environment-bottom {
  right: -17px;
  right: -1.0625rem;
  bottom: -37px;
  bottom: -2.3125rem;
  max-width: 104px;
  max-width: 6.5rem;
}

.p-page-baby-important__deco--play-left {
  bottom: -65px;
  bottom: -4.0625rem;
  left: -69px;
  left: -4.3125rem;
  max-width: 193px;
  max-width: 12.0625rem;
}

.p-page-baby-important__deco--play-right {
  right: -52.86px;
  right: -3.30375rem;
  bottom: 18.56px;
  bottom: 1.16rem;
  max-width: 141.86px;
  max-width: 8.86625rem;
}

.p-page-baby-important__deco--play-number {
  top: -48px;
  top: -3rem;
  right: -81px;
  right: -5.0625rem;
  max-width: 138px;
  max-width: 8.625rem;
}

.p-page-baby-important__deco--play-bottom {
  right: calc(50% - min(49vw, 39.5rem));
  bottom: -30px;
  bottom: -1.875rem;
  max-width: 137px;
  max-width: 8.5625rem;
}

.p-page-baby-important__deco-spSliderNumber {
  top: -36px;
  top: -2.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 80px;
  max-width: 5rem;
}

.p-page-baby-important__deco-life-spSliderImage {
  right: 19px;
  right: 1.1875rem;
  bottom: 7px;
  bottom: .4375rem;
  max-width: 89px;
  max-width: 5.5625rem;
}

.p-page-baby-important__deco-environment-spSliderImage {
  right: 17px;
  right: 1.0625rem;
  bottom: 0;
  max-width: 82px;
  max-width: 5.125rem;
}

.p-page-baby-important__deco-play-spSliderImage {
  right: 18px;
  right: 1.125rem;
  bottom: 7px;
  bottom: .4375rem;
  max-width: 89px;
  max-width: 5.5625rem;
}

.p-page-baby-important__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-baby-important__item-top-image {
  border-radius: 1.875rem;
  width: 100%;
  max-width: 586px;
  max-width: 36.625rem;
  height: 100%;
  overflow: hidden;
}

.p-page-baby-important__item-top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-baby-important__item-top-textBlock {
  width: 100%;
  max-width: 465px;
  max-width: 29.0625rem;
}

.p-page-baby-important__item-top-title {
  display: inline-block;
  border-bottom: 1px solid #67C48F;
  padding-bottom: 9px;
  padding-bottom: .5625rem;
  color: #67C48F;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-page-baby-important__item:nth-child(even) .p-page-baby-important__item-top-title {
  border-bottom: 1px solid #EF836A;
  color: #EF836A;
}

.p-page-baby-important__item-top-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4444444444;
}

.p-page-baby-important__item-bottom {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 68px;
  margin-top: 4.25rem;
}

.p-page-baby-important__item-bottom-image {
  aspect-ratio: 380/260;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 1.875rem;
  width: 100%;
  max-width: 380px;
  max-width: 23.75rem;
  overflow: hidden;
}

.p-page-baby-important__item-bottom-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-baby-relief {
  position: relative;
  z-index: 1;
}

.p-page-baby-relief__sectionTitle {
  text-align: center;
}

.p-page-baby-relief__catchphrase {
  margin-inline: auto;
  margin-top: 23px;
  margin-top: 1.4375rem;
  width: 100%;
  max-width: 953px;
  max-width: 59.5625rem;
}

.p-page-baby-relief__catchphrase-text {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.975;
  text-align: center;
}

.p-page-baby-relief__imageItems {
  gap: 160.27px;
  gap: 10.016875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 160px;
  margin-top: 10rem;
}

.p-page-baby-relief__imageItem {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-page-baby-relief__imageItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-page-baby-relief__imageItem-imageWrap {
  aspect-ratio: 584/411.73;
  position: relative;
  width: 100%;
  max-width: 584px;
  max-width: 36.5rem;
  height: 100%;
}

.p-page-baby-relief__deco {
  position: absolute;
  width: 100%;
}

.p-page-baby-relief__deco--item01-left {
  bottom: -30.27px;
  bottom: -1.891875rem;
  left: calc(50% - min(25vw, 20.1875rem));
  max-width: 72px;
  max-width: 4.5rem;
}

.p-page-baby-relief__deco--item01-right {
  right: -60px;
  right: -3.75rem;
  bottom: -38.27px;
  bottom: -2.391875rem;
  max-width: 123px;
  max-width: 7.6875rem;
}

.p-page-baby-relief__deco--item02-left {
  bottom: -49.27px;
  bottom: -3.079375rem;
  left: -62px;
  left: -3.875rem;
  max-width: 123px;
  max-width: 7.6875rem;
}

.p-page-baby-relief__deco--item02-right {
  right: 23px;
  right: 1.4375rem;
  bottom: -38.27px;
  bottom: -2.391875rem;
  max-width: 90px;
  max-width: 5.625rem;
}

.p-page-baby-relief__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-baby-relief__imageItem-image {
  border-top-right-radius: 30px;
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 30px;
  border-top-left-radius: 1.875rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-baby-relief__imageItem-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-baby-relief__imageItem-text {
  width: 100%;
  max-width: 465px;
  max-width: 29.0625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4444444444;
}

.p-page-baby-relief__advantage {
  position: relative;
  margin-top: 160px;
  margin-top: 10rem;
  padding: 57px 20px 80px;
  padding: 3.5625rem 1.25rem 5rem;
}

.p-page-baby-relief__advantage-bgPc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-page-baby-relief__advantage-bgPc img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-baby-relief__advantage-title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-page-baby-relief__advantage-title-text {
  color: #EF836A;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
}

.p-page-baby-relief__advantage-spWrap {
  display: contents;
}

.p-page-baby-relief__advantage-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 78px;
  margin-top: 4.875rem;
}

.p-page-baby-relief__advantage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-page-baby-relief__advantage-item[data-name=baby] {
  aspect-ratio: 379.5/326;
  max-width: 379.5px;
  max-width: 23.71875rem;
}

.p-page-baby-relief__advantage-item[data-name=parent] {
  aspect-ratio: 377/332;
  margin-left: -30px;
  margin-left: -1.875rem;
  max-width: 377px;
  max-width: 23.5625rem;
}

.p-page-baby-relief__advantage-item-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-page-baby-relief__advantage-item-textBlock {
  position: relative;
  z-index: 1;
  margin-top: 52px;
  margin-top: 3.25rem;
  text-align: center;
}

.p-page-baby-relief__advantage-item[data-name=baby] .p-page-baby-relief__advantage-item-textBlock {
  margin-left: 24.5px;
  margin-left: 1.53125rem;
}

.p-page-baby-relief__advantage-item[data-name=parent] .p-page-baby-relief__advantage-item-textBlock {
  margin-right: 32px;
  margin-right: 2rem;
}

.p-page-baby-relief__advantage-item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4444444444;
}

.p-page-baby-relief__advantage-item-text {
  margin-inline: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 280px;
  max-width: 17.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.75;
}

.p-page-concept-goal {
  background-color: #D9EEE2;
  padding-top: 154px;
  padding-top: 9.625rem;
  padding-bottom: 161px;
  padding-bottom: 10.0625rem;
}

.p-page-concept-goal__itemsWrap {
  gap: 54px;
  gap: 3.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 57px;
  margin-top: 3.5625rem;
  width: 100%;
}

.p-page-concept-goal__items {
  gap: 29px;
  gap: 1.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-page-concept-goal__item {
  aspect-ratio: 217/206;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 217px;
  max-width: 13.5625rem;
}

.p-page-concept-goal__item-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-page-concept-goal__item-text {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.p-page-concept-goal__item[data-number='01'] .p-page-concept-goal__item-text,
.p-page-concept-goal__item[data-number='02'] .p-page-concept-goal__item-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-page-concept-goal__item[data-number='03'] .p-page-concept-goal__item-text {
  margin-top: 33px;
  margin-top: 2.0625rem;
  margin-left: -11px;
  margin-left: -.6875rem;
}

.p-page-concept-goal__item[data-number='04'] .p-page-concept-goal__item-text {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.p-page-concept-goal__item[data-number='05'] .p-page-concept-goal__item-text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-page-concept-message__wrap {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.p-page-concept-message__mediaWrap {
  aspect-ratio: 589/414;
  position: -webkit-sticky;
  position: sticky;
  top: 116px;
  top: 7.25rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 49px;
  margin-top: 3.0625rem;
  width: 100%;
  max-width: 589px;
  max-width: 36.8125rem;
  height: 100%;
}

.p-page-concept-message__deco {
  position: absolute;
  width: 100%;
}

.p-page-concept-message__deco--mediaTop {
  top: -49px;
  top: -3.0625rem;
  left: -54px;
  left: -3.375rem;
  max-width: 126px;
  max-width: 7.875rem;
}

.p-page-concept-message__deco--mediaBottom {
  right: -7.58px;
  right: -.47375rem;
  bottom: -41.8px;
  bottom: -2.6125rem;
  max-width: 110.78px;
  max-width: 6.92375rem;
}

.p-page-concept-message__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-concept-message__media {
  position: relative;
  z-index: 1;
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-concept-message__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-concept-message__media iframe,
.p-page-concept-message__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-concept-message__textBlock {
  position: relative;
  width: 100%;
  max-width: 465px;
  max-width: 29.0625rem;
}

.p-page-concept-message__deco--textLeft {
  bottom: -303px;
  bottom: -18.9375rem;
  left: 1px;
  max-width: 110px;
  max-width: 6.875rem;
}

.p-page-concept-message__deco--textRight {
  right: 121px;
  right: 7.5625rem;
  bottom: -207px;
  bottom: -12.9375rem;
  max-width: 129px;
  max-width: 8.0625rem;
}

.p-page-concept-message__title-text {
  display: inline-block;
  border-bottom: 1px solid #EF836A;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-left: 3px;
  padding-left: .1875rem;
  color: #EF836A;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.0357142857;
}

.p-page-concept-message__text {
  margin-top: 80px;
  margin-top: 5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.3;
}

.p-page-concept-message__text p:not(:first-child) {
  margin-top: 1lh;
}

.p-page-concept-message__bottomText {
  margin-top: 30px;
  margin-top: 1.875rem;
  color: #EF836A;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.0333333333;
}

.p-page-concept-relief {
  position: relative;
  margin-top: 550px;
  margin-top: 34.375rem;
  background-color: #D9EEE2;
  padding-top: 57px;
  padding-top: 3.5625rem;
  overflow-x: clip;
}

.p-page-concept-relief__deco-wave {
  position: absolute;
  top: -114px;
  top: -7.125rem;
  left: 0;
  width: 100%;
  height: 115px;
  height: 7.1875rem;
}

.p-page-concept-relief__deco-wave img {
  width: 100%;
  height: 100%;
}

.p-page-concept-relief__wrap {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-page-concept-relief__imageWrap {
  aspect-ratio: 589/414;
  position: relative;
  width: 100%;
  max-width: 589px;
  max-width: 36.8125rem;
  height: 100%;
}

.p-page-concept-relief__deco {
  position: absolute;
  width: 100%;
}

.p-page-concept-relief__deco--imageTop {
  top: -71px;
  top: -4.4375rem;
  right: -71.25px;
  right: -4.453125rem;
  max-width: 139px;
  max-width: 8.6875rem;
}

.p-page-concept-relief__deco--imageBottom {
  bottom: -65px;
  bottom: -4.0625rem;
  left: -74.75px;
  left: -4.671875rem;
  max-width: 193px;
  max-width: 12.0625rem;
}

.p-page-concept-relief__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-concept-relief__image {
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-concept-relief__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-concept-relief__numberItems {
  gap: 31px;
  gap: 1.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 3px;
  margin-top: .1875rem;
  width: 100%;
  max-width: 465px;
  max-width: 29.0625rem;
}

.p-page-concept-relief__numberItem {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-page-concept-relief__numberItem-number {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #67C48F;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2222222222;
}

.p-page-concept-relief__numberItem-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: .25lh;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
}

.p-page-contact__inner.l-container {
  max-width: 1016px;
  max-width: 63.5rem;
}

.p-page-daily-event {
  position: relative;
  margin-top: 260px;
  margin-top: 16.25rem;
  background-color: #D9EEE2;
  padding-top: 73.57px;
  padding-top: 4.598125rem;
  padding-bottom: 131px;
  padding-bottom: 8.1875rem;
}

.p-page-daily-event__deco-wave {
  position: absolute;
  top: -93px;
  top: -5.8125rem;
  left: 0;
  width: 100%;
  height: 94.44px;
  height: 5.9025rem;
}

.p-page-daily-event__deco-wave img {
  width: 100%;
  height: 100%;
}

.p-page-daily-event__sectionTitle {
  text-align: center;
}

.p-page-daily-event__topText {
  margin-top: 85px;
  margin-top: 5.3125rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.p-page-daily-event__calendar {
  margin-top: 63px;
  margin-top: 3.9375rem;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 31px 30px 29px 27px;
  padding: 1.9375rem 1.875rem 1.8125rem 1.6875rem;
}

.p-page-daily-event__calendar-inner {
  position: relative;
}

.p-page-daily-event__calendar-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-page-daily-event__calendar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.p-page-daily-event__calendar-row:first-child {
  padding-bottom: 15px;
  padding-bottom: .9375rem;
}

.p-page-daily-event__calendar-row:last-child {
  margin-top: 15px;
  margin-top: .9375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.p-page-daily-event__calendar-item {
  position: relative;
  padding: 7px 7px 7px 25px;
  padding: .4375rem .4375rem .4375rem 1.5625rem;
  min-height: 342px;
  min-height: 21.375rem;
}

.p-page-daily-event__calendar-item:nth-child(1) {
  padding-left: 0;
  width: 15.01%;
}

.p-page-daily-event__calendar-rows .p-page-daily-event__calendar-row:first-child .p-page-daily-event__calendar-item:nth-child(1) {
  padding-top: 0;
}

.p-page-daily-event__calendar-item:nth-child(2),
.p-page-daily-event__calendar-item:nth-child(3),
.p-page-daily-event__calendar-item:nth-child(4),
.p-page-daily-event__calendar-item:nth-child(5) {
  width: 17.56%;
}

.p-page-daily-event__calendar-item:nth-child(6) {
  width: 14.75%;
}

.p-page-daily-event__calendar-item::after {
  position: absolute;
  top: 0;
  right: 0;
  background: repeating-linear-gradient(to bottom, #EF836A 0, #EF836A .375rem, transparent .375rem, transparent .75rem);
  width: 1px;
  height: 100%;
  content: '';
}

.p-page-daily-event__calendar-item-deco {
  position: absolute;
  width: 100%;
}

.p-page-daily-event__calendar-item-deco--clover {
  right: 21px;
  right: 1.3125rem;
  bottom: 0;
  max-width: 51px;
  max-width: 3.1875rem;
}

.p-page-daily-event__calendar-item-deco--santa {
  right: 20px;
  right: 1.25rem;
  bottom: 0;
  max-width: 60px;
  max-width: 3.75rem;
}

.p-page-daily-event__calendar-item-deco--tulip {
  right: 26px;
  right: 1.625rem;
  bottom: 0;
  max-width: 46px;
  max-width: 2.875rem;
}

.p-page-daily-event__calendar-item-deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-daily-event__calendar-item-header {
  color: #EF836A;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8333333333;
}

.p-page-daily-event__calendar-item-header-number {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2222222222;
}

.p-page-daily-event__calendar-item-lists {
  margin-top: 10px;
  margin-top: .625rem;
  width: 100%;
}

.p-page-daily-event__calendar-item-lists-wrap {
  display: contents;
}

.p-page-daily-event__calendar-item-list {
  display: block;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-daily-event__calendar-monthly {
  gap: 94px;
  gap: 5.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.p-page-daily-event__calendar-monthly-title {
  color: #EF836A;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8333333333;
}

.p-page-daily-event__calendar-monthly-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-page-daily-event__calendar-monthly-list {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-daily-event__imageItems {
  gap: 32px;
  gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 98px;
  margin-top: 6.125rem;
}

.p-page-daily-event__imageItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 380px;
  max-width: 23.75rem;
}

.p-page-daily-event__imageItem-image {
  aspect-ratio: 380/260;
  border-radius: 1.875rem;
  width: 100%;
  overflow: hidden;
}

.p-page-daily-event__imageItem-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-daily-event__imageItem-textBlock {
  margin-top: 53px;
  margin-top: 3.3125rem;
}

.p-page-daily-event__imageItem-title {
  color: #EF836A;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-page-daily-event__imageItem-text {
  margin-top: 29px;
  margin-top: 1.8125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}

.p-page-daily-event__sectionTitle {
  text-align: center;
}

.p-page-daily-overview__contents {
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.p-page-daily-overview__tabItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-page-daily-overview__tabItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  border-top-right-radius: 30px;
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 30px;
  border-top-left-radius: 1.875rem;
  padding: 10px 10px 16px;
  padding: .625rem .625rem 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.375;
  text-align: center;
}

.p-page-daily-overview__tabItem--baby {
  background-color: #F6EAE2;
  color: #EF836A;
}

.p-page-daily-overview__tabItem--infant {
  background-color: #D9EEE2;
  color: #67C48F;
}

.p-page-daily-overview__content {
  padding: 92px 8.8194444444vw 90px 8.4722222222vw;
  padding: 5.75rem 8.8194444444vw 5.625rem 8.4722222222vw;
}

.p-page-daily-overviewContent {
  display: none;
}

.p-page-daily-overviewContent.is-active {
  display: block;
}

.p-page-daily-overviewContent[data-name=baby] {
  background-color: #F6EAE2;
}

.p-page-daily-overviewContent[data-name=infant] {
  background-color: #D9EEE2;
}

.p-page-daily-overviewContent__items {
  margin-inline: auto;
  width: 100%;
  max-width: 947px;
  max-width: 59.1875rem;
}

.p-page-daily-overviewContent__items-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-page-daily-overviewContent__items-row:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-page-daily-overviewContent__item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 344px;
  max-width: 21.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-page-daily-overviewContent__item:nth-child(2) {
  margin-top: 11.9444444444vw;
  margin-left: auto;
}

.p-page-daily-overviewContent__item:nth-child(1)::before {
  aspect-ratio: 313/155;
  position: absolute;
  top: 160px;
  top: 10rem;
  right: -271px;
  right: -16.9375rem;
  -webkit-mask-image: url(../images/daily/deco_daily-overview_line-left_01.svg);
  mask-image: url(../images/daily/deco_daily-overview_line-left_01.svg);
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #EF836A;
  width: 313px;
  width: 19.5625rem;
  content: '';
}

.p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__item:nth-child(1)::before {
  background-color: #EF836A;
}

.p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__item:nth-child(1)::before {
  background-color: #67C48F;
}

.p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__items-row--last .p-page-daily-overviewContent__item:nth-child(1)::before {
  content: none;
}

.p-page-daily-overviewContent__item:nth-child(2)::before {
  aspect-ratio: 508/216;
  position: absolute;
  top: 209px;
  top: 13.0625rem;
  left: -416px;
  left: -26rem;
  -webkit-mask-image: url(../images/daily/deco_daily-overview_line-right_01.svg);
  mask-image: url(../images/daily/deco_daily-overview_line-right_01.svg);
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 508px;
  width: 31.75rem;
  content: '';
}

.p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__item:nth-child(2)::before {
  background-color: #EF836A;
}

.p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__item:nth-child(2)::before {
  background-color: #67C48F;
}

.p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__items-row--last .p-page-daily-overviewContent__item:nth-child(2)::before {
  content: none;
}

.p-page-daily-overviewContent__mediaWrap {
  position: relative;
}

.p-page-daily-overviewContent__media {
  aspect-ratio: 344/294;
  position: relative;
  -webkit-clip-path: url(#customShape);
  clip-path: url(#customShape);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-daily-overviewContent__media img,
.p-page-daily-overviewContent__media iframe,
.p-page-daily-overviewContent__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-daily-overviewContent__media video {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-page-daily-overviewContent__detail {
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
}

.p-page-daily-overviewContent__detail.p-page-daily-overviewContent__detail--last {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__detail {
  color: #EF836A;
}

.p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__detail {
  color: #67C48F;
}

.p-page-daily-overviewContent__time {
  aspect-ratio: 99/94;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: -49px;
  right: -3.0625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 99px;
  width: 6.1875rem;
}

.p-page-daily-overviewContent__time.p-page-daily-overviewContent__time--last {
  position: relative;
  top: initial;
  right: initial;
}

.p-page-daily-overviewContent__item:nth-child(2) .p-page-daily-overviewContent__time {
  top: -21px;
  top: -1.3125rem;
  right: auto;
  left: -33px;
  left: -2.0625rem;
}

.p-page-daily-overviewContent__time-text {
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.76;
}

.p-page-daily-overviewContent__time-bgc {
  aspect-ratio: 99/94;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-mask-image: url(../images/daily/bgc_daily-overview_time_01.svg);
  mask-image: url(../images/daily/bgc_daily-overview_time_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 99px;
  width: 6.1875rem;
}

.p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__time-bgc {
  background-color: #EF836A;
}

.p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__time-bgc {
  background-color: #67C48F;
}

.p-page-daily-overviewContent__deco {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__deco--baby {
  right: -38px;
  right: -2.375rem;
  bottom: -31px;
  bottom: -1.9375rem;
  max-width: 160px;
  max-width: 10rem;
}

.p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__deco--eat {
  right: 6.12px;
  right: .3825rem;
  bottom: 3.12px;
  bottom: .195rem;
  max-width: 84.76px;
  max-width: 5.2975rem;
}

.p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__deco--butterfly {
  bottom: 0;
  left: -19px;
  left: -1.1875rem;
  max-width: 72px;
  max-width: 4.5rem;
}

.p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__deco--tree {
  right: -32px;
  right: -2rem;
  bottom: 0;
  max-width: 106px;
  max-width: 6.625rem;
}

.p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__deco--kids {
  right: -41px;
  right: -2.5625rem;
  bottom: 0;
  max-width: 153px;
  max-width: 9.5625rem;
}

.p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__deco--smallKids {
  bottom: -11.88px;
  bottom: -.7425rem;
  left: -16px;
  left: -1rem;
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__deco--eat {
  right: 6.12px;
  right: .3825rem;
  bottom: 3.12px;
  bottom: .195rem;
  max-width: 84.76px;
  max-width: 5.2975rem;
}

.p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__deco--dandelion {
  bottom: -25px;
  bottom: -1.5625rem;
  left: 0;
  max-width: 90px;
  max-width: 5.625rem;
}

.p-page-daily-overviewContent__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-daily-overviewContent__items-lastItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 84px;
  margin-top: 5.25rem;
  width: 78.5%;
}

.p-page-daily-overviewContent__lastItem {
  gap: 35px;
  gap: 2.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-page-disclosure-report__block {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-disclosure-report__block + .p-page-disclosure-report__block {
  margin-top: 116px;
  margin-top: 7.25rem;
}

/* セクション見出し */
.p-page-disclosure-report__heading {
  display: inline-block;
  position: relative;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 7px;
  padding-bottom: .4375rem;
  color: #EF836A;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.78125;
}

.p-page-disclosure-report__block .p-page-disclosure-report__heading:first-of-type {
  margin-top: 0;
}

.p-page-disclosure-report__heading::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #EF836A;
  width: 100%;
  height: 1px;
  height: .0625rem;
  content: '';
}

/* お知らせボックス */
.p-page-disclosure-report__notice {
  margin-top: 50px;
  margin-top: 3.125rem;
  background-color: #F0F0F0;
  padding: 20px 45px;
  padding: 1.25rem 2.8125rem;
  max-width: 831px;
  max-width: 51.9375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.78;
}

.p-page-disclosure-report__date {
  margin-left: 6px;
  margin-left: .375rem;
  color: rgba(51, 51, 51, .6);
  font-size: 12px;
  font-size: .75rem;
}

/* パネル */
.p-page-disclosure-report__panel {
  margin-top: 48px;
  margin-top: 3rem;
  border: 1px solid #4A5264;
  border: .0625rem solid #4A5264;
  background-color: #FFF;
  max-width: 831px;
  max-width: 51.9375rem;
}

/* 行（table非使用、dl構成） */
.p-page-disclosure-report__row {
  display: grid;
  grid-template-columns: 7.5625rem 1fr;
  border-bottom: 1px solid #4A5264;
  border-bottom: .0625rem solid #4A5264;
}

.p-page-disclosure-report__row:last-of-type {
  border-bottom: none;
}

.p-page-disclosure-report__term {
  padding-inline: 20px;
  padding-inline: 1.25rem;
  background-color: #D9D9D9;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3.5625;
  white-space: nowrap;
}

.p-page-disclosure-report__desc {
  padding-inline: 27px;
  padding-inline: 1.6875rem;
  padding-block: 15px;
  padding-block: .9375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

/* 比率サンプル（未使用） */
.p-page-disclosure-report__thumb {
  aspect-ratio: 219/146;
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  overflow: hidden;
}

.p-page-disclosure-report__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-disclosure-disclosure__text {
  margin-top: 53px;
  margin-top: 3.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.4444444444;
  text-align: center;
}

.p-page-disclosure-disclosure__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.p-page-guidance-about {
  position: relative;
  border-radius: 1.875rem;
  background-color: #F6EAE2;
  padding: 54px 54px 42px;
  padding: 3.375rem 3.375rem 2.625rem;
  width: 100%;
  overflow-x: clip;
}

.p-page-guidance-about::before {
  position: absolute;
  top: 29px;
  top: 1.8125rem;
  right: 54px;
  right: 3.375rem;
  background: url(../images/guidance/icon_guidance_kids.webp) no-repeat center/contain;
  width: 133px;
  width: 8.3125rem;
  height: 98px;
  height: 6.125rem;
  content: '';
}

.p-page-guidance-about__container {
  margin-inline: auto;
  position: relative;
  width: 100%;
  max-width: 1088px;
  max-width: 68rem;
}

.p-page-guidance-about__title {
  display: inline-block;
  border-bottom: 1px solid #EF836A;
  border-bottom: .0625rem solid #EF836A;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  color: #ea7b62;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.p-page-guidance-about__panel {
  position: relative;
  margin-top: 48px;
  margin-top: 3rem;
  border: 1px solid #ea7b62;
  border: .0625rem solid #ea7b62;
  background-color: #FFF;
}

.p-page-guidance-about__row {
  display: grid;
  grid-template-columns: 13.9375rem 1fr;
  border-top: 1px solid #EF836A;
  border-top: .0625rem solid #EF836A;
}

.p-page-guidance-about__row:first-of-type {
  border-top: none;
}

.p-page-guidance-about__term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFDEC8;
  padding: 15px 14px;
  padding: .9375rem .875rem;
  color: #3F342D;
  color: #EF836A;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-guidance-about__desc {
  padding-inline: 16px;
  padding-inline: 1rem;
  padding-block: 8px;
  padding-block: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3F342D;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-guidance-about__row:nth-of-type(1) .p-page-guidance-about__desc {
  padding-block: 17px;
  padding-block: 1.0625rem;
}

.p-page-guidance-anchorLink__inner {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-page-guidance-faq {
  position: relative;
  background-color: #d9eee2;
  padding: 102px 24px 161px;
  padding: 6.375rem 1.5rem 10.0625rem;
  width: 100%;
}

.p-page-guidance-faq::before {
  position: absolute;
  top: -90px;
  top: -5.625rem;
  left: 0;
  background: url(../images/guidance/bg_guidance_faq_01.webp) no-repeat center/100% 100%;
  width: 100%;
  height: 97px;
  height: 6.0625rem;
  content: '';
}

.p-page-guidance-faq__header {
  text-align: center;
}

.p-page-guidance-faq__groups {
  margin-inline: auto;
  gap: 28px;
  gap: 1.75rem;
  display: grid;
  margin-top: 60px;
  margin-top: 3.75rem;
  max-width: 917px;
  max-width: 57.3125rem;
}

.p-page-guidance-faq__group {
  gap: 60px;
  gap: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-page-guidance-faq__group + .p-page-guidance-faq__group {
  margin-top: 99px;
  margin-top: 6.1875rem;
}

.p-page-guidance-faq__group-label {
  margin-top: initial;
  padding-left: 15px;
  padding-left: .9375rem;
  color: #EF836A;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.1666666667;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.p-page-guidance-faq__list {
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-page-guidance-faq__item {
  border-bottom: 1px solid #EF836A;
  border-bottom: .0625rem solid #EF836A;
  background-color: transparent;
}

.p-page-guidance-faq__q {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  gap: 12px;
  gap: .75rem;
  display: grid;
  grid-template-columns: 4rem 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 18px 16px 26px;
  padding: 1.125rem 1rem 1.625rem;
  width: 100%;
  color: #3F342D;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  text-align: left;
}

/* open line highlight */
.p-page-guidance-faq__item.is-open {
  background-color: #fbe9e5;
}

/* plus/minus circle (pseudo-elements) */
.p-page-guidance-faq__q-index {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  margin-left: .5rem;
  border: 1px solid #EF836A;
  border: .0625rem solid #EF836A;
  border-radius: 50%;
  background-color: #FFF;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
}

.p-page-guidance-faq__q-index::before,
.p-page-guidance-faq__q-index::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  background-color: #EF836A;
  width: 12px;
  width: .75rem;
  height: 1px;
  height: .0625rem;
  content: '';
}

.p-page-guidance-faq__q-index::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg); /* 縦棒 → ＋ */
}

/* open → − */
.p-page-guidance-faq__q[aria-expanded=true] .p-page-guidance-faq__q-index::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.p-page-guidance-faq__a {
  -webkit-transition: max-height .28s ease;
  transition: max-height .28s ease;
  background-color: #fbe9e5;
  max-height: 0;
  overflow: hidden;
}

.p-page-guidance-faq__a-inner {
  padding: 16px 20px 40px 28px;
  padding: 1rem 1.25rem 2.5rem 1.75rem;
  color: #3F342D;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.9285714286;
}

.p-page-guidance-form__sectionTitle {
  text-align: center;
}

.p-page-guidance-form__about {
  margin-top: 62px;
  margin-top: 3.875rem;
}

.p-page-guidance-form__info {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-page-guidance-form__btns {
  gap: 17px;
  gap: 1.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-page-guidance-form__visit {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-page-guidance-info {
  position: relative;
  border-radius: 1.875rem;
  background-color: #D9EEE2;
  padding: 56px 54px 56px;
  padding: 3.5rem 3.375rem 3.5rem;
  width: 100%;
  overflow-x: clip;
}

.p-page-guidance-info::before {
  position: absolute;
  top: 24px;
  top: 1.5rem;
  right: 40px;
  right: 2.5rem;
  background: url(../images/guidance/icon_guidance_baby.webp) no-repeat center/contain;
  width: 98px;
  width: 6.125rem;
  height: 98px;
  height: 6.125rem;
  content: '';
}

.p-page-guidance-info__container {
  margin-inline: auto;
  position: relative;
  width: 100%;
  max-width: 1088px;
  max-width: 68rem;
}

.p-page-guidance-info__title {
  display: inline-block;
  border-bottom: 1px solid #EF836A;
  border-bottom: .0625rem solid #EF836A;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  color: #EF836A;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.p-page-guidance-info__panel {
  position: relative;
  margin-top: 36px;
  margin-top: 2.25rem;
  border: 1px solid #EF836A;
  border: .0625rem solid #EF836A;
  background-color: #FFF;
  overflow: hidden;
}

.p-page-guidance-info__panel + .p-page-guidance-info__panel {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-guidance-info__panel-head {
  background-color: #EF836A;
  padding: 12px 12px 10px;
  padding: .75rem .75rem .625rem;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.p-page-guidance-info__row {
  display: grid;
  grid-template-columns: 13.9375rem 1fr;
  border-top: 1px solid #EF836A;
  border-top: .0625rem solid #EF836A;
}

.p-page-guidance-info__row:first-of-type {
  border-top: none;
}

.p-page-guidance-info__term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFDEC8;
  padding: 15px 14px 14px;
  padding: .9375rem .875rem .875rem;
  color: #EF836A;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-guidance-info__desc {
  padding-inline: 17px;
  padding-inline: 1.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 5px;
  padding-bottom: .3125rem;
  color: #3F342D;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-guidance-info__row:nth-of-type(1) .p-page-guidance-info__desc {
  padding-block: 0;
}

.p-page-guidance-visit {
  margin-inline: auto;
  width: 100%;
  max-width: 954px;
  max-width: 59.625rem;
}

.p-page-guidance-visit__inner {
  gap: 108px;
  gap: 6.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.875rem;
  background-color: #F6EAE2;
  padding: 35px 74px 27px 31px;
  padding: 2.1875rem 4.625rem 1.6875rem 1.9375rem;
}

.p-page-guidance-visit__title {
  color: #EF836A;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4166666667;
}

.p-page-guidance-visit__lead {
  margin-top: 18px;
  margin-top: 1.125rem;
  color: #3F342D;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.9285714286;
}

.p-page-infant-independence {
  position: relative;
  margin-top: 346px;
  margin-top: 21.625rem;
  background-color: #D9EEE2;
  padding-top: 18.36px;
  padding-top: 1.1475rem;
  padding-bottom: 158px;
  padding-bottom: 9.875rem;
}

.p-page-infant-independence__deco-wave {
  position: absolute;
  top: -190px;
  top: -11.875rem;
  left: 0;
  width: 100%;
  height: 192.03px;
  height: 12.001875rem;
}

.p-page-infant-independence__deco-wave img {
  width: 100%;
  height: 100%;
}

.p-page-infant-independence__sectionTitle {
  text-align: center;
}

.p-page-infant-independence__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 71px;
  margin-top: 4.4375rem;
}

.p-page-infant-independence__item {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-page-infant-independence__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-page-infant-independence__item[data-name=material] {
  margin-top: 217px;
  margin-top: 13.5625rem;
}

.p-page-infant-independence__item[data-name=quest] {
  margin-top: 152px;
  margin-top: 9.5rem;
}

.p-page-infant-independence__item[data-name=challenge] {
  margin-top: 213px;
  margin-top: 13.3125rem;
}

.p-page-infant-independence__deco {
  position: absolute;
  width: 100%;
}

.p-page-infant-independence__deco--circleImage {
  bottom: -82px;
  bottom: -5.125rem;
  left: -61px;
  left: -3.8125rem;
  max-width: 193px;
  max-width: 12.0625rem;
}

.p-page-infant-independence__deco--materialTop {
  top: -138px;
  top: -8.625rem;
  left: 46.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 133px;
  max-width: 8.3125rem;
}

.p-page-infant-independence__deco--materialImage {
  right: calc(50% - min(49vw, 16.25rem));
  bottom: -66px;
  bottom: -4.125rem;
  max-width: 117px;
  max-width: 7.3125rem;
}

.p-page-infant-independence__deco--questTop {
  display: none;
}

.p-page-infant-independence__deco--questImage {
  right: -64px;
  right: -4rem;
  bottom: -81px;
  bottom: -5.0625rem;
  max-width: 193px;
  max-width: 12.0625rem;
}

.p-page-infant-independence__deco--challengeTop {
  top: -91px;
  top: -5.6875rem;
  left: 45.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 86px;
  max-width: 5.375rem;
}

.p-page-infant-independence__deco--challengeImage {
  top: -62px;
  top: -3.875rem;
  left: -54px;
  left: -3.375rem;
  max-width: 193px;
  max-width: 12.0625rem;
}

.p-page-infant-independence__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-infant-independence__item-largeImageWrap {
  aspect-ratio: 464/589;
  position: relative;
  width: 100%;
  max-width: 464px;
  max-width: 29rem;
  height: 100%;
}

.p-page-infant-independence__item-smallImages {
  gap: 26px;
  gap: 1.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-page-infant-independence__item:nth-child(even) .p-page-infant-independence__item-smallImages {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.p-page-infant-independence__item-smallImage {
  aspect-ratio: 280/220;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 280px;
  max-width: 17.5rem;
}

.p-page-infant-independence__item-largeImage,
.p-page-infant-independence__item-smallImage {
  border-radius: 1.875rem;
  width: 100%;
  overflow: hidden;
}

.p-page-infant-independence__item-largeImage img,
.p-page-infant-independence__item-smallImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-infant-independence__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 7px;
  margin-top: .4375rem;
  width: 100%;
  max-width: 586px;
  max-width: 36.625rem;
}

.p-page-infant-independence__item:nth-child(even) .p-page-infant-independence__item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0;
}

.p-page-infant-independence__item:nth-child(odd) .p-page-infant-independence__item-textBlock {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.p-page-infant-independence__item-textBlock {
  margin-left: 7px;
  margin-left: .4375rem;
}

.p-page-infant-independence__item-title {
  color: #EF836A;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.78125;
}

.p-page-infant-independence__item-text {
  margin-top: 47px;
  margin-top: 2.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4444444444;
}

.p-page-infant-independence__slider {
  margin-top: 166px;
  margin-top: 10.375rem;
}

.p-page-infant-independence__external {
  margin-top: 130px;
  margin-top: 8.125rem;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 52px 20px 60px;
  padding: 3.25rem 1.25rem 3.75rem;
}

.p-page-infant-independence__external-textBlock {
  margin-inline: auto;
  width: 100%;
  max-width: 952px;
  max-width: 59.5rem;
}

.p-page-infant-independence__external-title {
  text-align: center;
}

.p-page-infant-independence__external-title-text {
  display: inline-block;
  border-bottom: 1px solid #EF836A;
  padding-bottom: 6.98px;
  padding-bottom: .43625rem;
  color: #EF836A;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.78125;
}

.p-page-infant-independence__external-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 61px;
  margin-top: 3.8125rem;
}

.p-page-infant-independence__external-item {
  gap: 31px;
  gap: 1.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-page-infant-independence__external-item:not(:first-child) {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-page-infant-independence__external-label {
  display: inline-block;
  border-radius: .3125rem;
  background-color: #EF836A;
  padding: 8px 10px 10px;
  padding: .5rem .625rem .625rem;
  width: 100%;
  max-width: 226px;
  max-width: 14.125rem;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-page-infant-independence__external-text {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.875;
}

.p-page-infant-relief {
  overflow-x: clip;
}

.p-page-infant-relief__sectionTitle {
  text-align: center;
}

.p-page-infant-relief__catchphrase {
  margin-inline: auto;
  margin-top: 23px;
  margin-top: 1.4375rem;
  width: 100%;
  max-width: 953px;
  max-width: 59.5625rem;
}

.p-page-infant-relief__catchphrase-text {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.975;
  text-align: center;
}

.p-page-infant-relief__imageItems {
  gap: 160.27px;
  gap: 10.016875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 161px;
  margin-top: 10.0625rem;
}

.p-page-infant-relief__imageItem {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-page-infant-relief__imageItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-page-infant-relief__imageItem-imageWrap {
  aspect-ratio: 584/411.73;
  position: relative;
  width: 100%;
  max-width: 584px;
  max-width: 36.5rem;
  height: 100%;
}

.p-page-infant-relief__deco {
  position: absolute;
  width: 100%;
}

.p-page-infant-relief__deco--item01-left {
  bottom: -30.27px;
  bottom: -1.891875rem;
  left: calc(50% - min(25vw, 20.1875rem));
  max-width: 96px;
  max-width: 6rem;
}

.p-page-infant-relief__deco--item01-right {
  right: -60px;
  right: -3.75rem;
  bottom: -38.27px;
  bottom: -2.391875rem;
  max-width: 123px;
  max-width: 7.6875rem;
}

.p-page-infant-relief__deco--item02-left {
  bottom: -49.27px;
  bottom: -3.079375rem;
  left: -62px;
  left: -3.875rem;
  max-width: 123px;
  max-width: 7.6875rem;
}

.p-page-infant-relief__deco--item02-right {
  right: calc(50% - min(25vw, 20.1875rem));
  bottom: -53.09px;
  bottom: -3.318125rem;
  max-width: 129px;
  max-width: 8.0625rem;
}

.p-page-infant-relief__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-infant-relief__imageItem-image {
  border-top-right-radius: 30px;
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 30px;
  border-top-left-radius: 1.875rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-infant-relief__imageItem-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-infant-relief__imageItem-text {
  width: 100%;
  max-width: 465px;
  max-width: 29.0625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4444444444;
}

.p-page-privacy__content {
  margin-top: 78px;
  margin-top: 4.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.78;
}

.p-page-privacy__content li {
  position: relative;
  padding-left: 1em;
  text-indent: -.5em;
}

.p-page-privacy__content li::before {
  position: absolute;
  left: 0;
  content: '・';
}

.p-page-recruit-contact {
  background-color: #F6EAE2;
}

.p-page-recruit-contact__block {
  padding: 105px 0 116px;
  padding: 6.5625rem 0 7.25rem;
}

.p-page-recruit-contact__box {
  margin-inline: auto;
  gap: 62px;
  gap: 3.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 52px;
  margin-top: 3.25rem;
  border-radius: 1.875rem;
  background-color: #EF836A;
  padding: 35px 48px 39px;
  padding: 2.1875rem 3rem 2.4375rem;
  max-width: 706px;
  max-width: 44.125rem;
  color: #FFF;
}

.p-page-recruit-contact__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-page-recruit-contact__label::before {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  margin-right: .625rem;
  background: url(../images/common/icon_tel_white_01.svg) no-repeat center/contain;
  width: 29px;
  width: 1.8125rem;
  height: 29px;
  height: 1.8125rem;
  content: '';
}

.p-page-recruit-contact__phone {
  display: block;
  pointer-events: none;
  color: #FFF;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2083333333;
}

.p-page-recruit-contact__hours {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

.p-page-recruit-contact__form {
  border-radius: 1.25rem;
  background-color: #FFF;
  padding: 82px 107px 81px;
  padding: 5.125rem 6.6875rem 5.0625rem;
}

.p-page-recruit-contact__formBody {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-page-recruit-contact__formTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4a5264;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
}

.p-page-recruit-contact__formTitle::before {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  margin-right: 1.25rem;
  background: url(../images/common/icon_mail_01.svg) no-repeat center/contain;
  width: 46px;
  width: 2.875rem;
  height: 34px;
  height: 2.125rem;
  content: '';
}

.p-page-recruit-contact__form .p-form__label {
  max-width: 160px;
  max-width: 10rem;
}

.p-page-recruit-contact__form .p-form__label span {
  border-radius: .3125rem;
  background-color: #ef7f6a;
  padding: 6.5px 9px;
  padding: .40625rem .5625rem;
  color: #FFF;
  line-height: 1;
}

.p-page-recruit-contact__form .p-form__wrap {
  padding-right: 0;
  padding-left: 14px;
  padding-left: .875rem;
}

.p-page-recruit-contact__form .p-form__wrap:first-child .p-form__label span {
  margin-left: 10px;
  margin-left: .625rem;
}

.p-page-recruit-contact__form .p-form-input input {
  border-radius: .625rem;
}

.p-page-recruit-contact__form .p-form-textarea textarea {
  border-radius: .625rem;
}

.p-page-recruit-flow {
  position: relative;
}

.p-page-recruit-flow::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/recruit/deco_recruit_flow_01.webp) no-repeat center/contain;
  width: 434px;
  width: 27.125rem;
  height: 227px;
  height: 14.1875rem;
  content: '';
}

.p-page-recruit-flow::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/recruit/deco_recruit_flow_02.webp) no-repeat center/contain;
  width: 516px;
  width: 32.25rem;
  height: 238px;
  height: 14.875rem;
  content: '';
}

.p-page-recruit-flow__items {
  gap: 20px;
  gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-page-recruit-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: num;
  border-radius: 1.25rem;
  padding: 53px 10px 22px;
  padding: 3.3125rem .625rem 1.375rem;
}

.p-page-recruit-flow__item::before {
  position: absolute;
  top: -45px;
  top: -2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Marcellus', serif;
  font-size: 64px;
  font-size: 4rem;
  content: counter(num, decimal-leading-zero);
}

.p-page-recruit-flow__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -32px;
  right: -2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background: url(../images/recruit/icon_recruit_flow_arrow.webp) no-repeat center/contain;
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
  content: '';
}

.p-page-recruit-flow__item:nth-child(odd) {
  background-color: #FFDEC8;
}

.p-page-recruit-flow__item:nth-child(even) {
  background-color: #D9EEE2;
}

.p-page-recruit-flow__itemTitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}

.p-page-recruit-flow__itemText {
  margin-top: auto;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  text-align: center;
}

.p-page-recruit-flow__itemBtn {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-page-recruit-flow__itemBtn .c-button {
  min-width: initial;
  text-align: left;
}

.p-page-recruit-flow__itemIcon {
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 71px;
  max-width: 4.4375rem;
}

.p-page-recruit-flow__itemIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-flow__itemIcon--people {
  padding-bottom: 13px;
  padding-bottom: .8125rem;
  max-width: 65px;
  max-width: 4.0625rem;
}

.p-page-recruit-flow__itemIcon--people img {
  aspect-ratio: 60/65;
}

.p-page-recruit-flow__itemIcon--test {
  max-width: 56px;
  max-width: 3.5rem;
}

.p-page-recruit-flow__itemIcon--test img {
  aspect-ratio: 56/73;
}

.p-page-recruit-flow__itemIcon--training {
  max-width: 71px;
  max-width: 4.4375rem;
}

.p-page-recruit-flow__itemIcon--training img {
  aspect-ratio: 71/72;
}

.p-page-recruit-flow__itemIcon--congratulation {
  max-width: 62px;
  max-width: 3.875rem;
}

.p-page-recruit-flow__itemIcon--congratulation img {
  aspect-ratio: 62/58;
}

.p-page-recruit-message {
  position: relative;
  background-color: #FFF;
  padding-top: 143px;
  padding-top: 8.9375rem;
  overflow-x: clip;
}

.p-page-recruit-message__deco1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 432px;
  max-width: 27rem;
}

.p-page-recruit-message__deco1 img {
  aspect-ratio: 432/352;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-message__deco2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 322px;
  max-width: 20.125rem;
}

.p-page-recruit-message__deco2 img {
  aspect-ratio: 322/282;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-message__deco3 {
  position: absolute;
  right: 0;
  bottom: 153px;
  bottom: 9.5625rem;
  z-index: 1;
  width: 100%;
  max-width: 302px;
  max-width: 18.875rem;
}

.p-page-recruit-message__deco3 img {
  aspect-ratio: 302/611;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-message__deco4 {
  position: absolute;
  bottom: 58px;
  bottom: 3.625rem;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 568px;
  max-width: 35.5rem;
}

.p-page-recruit-message__deco4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-message__content {
  gap: 40px;
  gap: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 940px;
  max-width: 58.75rem;
}

.p-page-recruit-message__textBlock {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.p-page-recruit-message__textContent {
  position: relative;
  margin-top: 90px;
  margin-top: 5.625rem;
  max-width: 341px;
  max-width: 21.3125rem;
}

.p-page-recruit-message__textContent::before {
  position: absolute;
  top: -114px;
  top: -7.125rem;
  left: -125px;
  left: -7.8125rem;
  z-index: -1;
  background: url(../images/recruit/icon_baby_01.webp) no-repeat center/contain;
  width: 132px;
  width: 8.25rem;
  height: 95px;
  height: 5.9375rem;
  content: '';
}

.p-page-recruit-message__textContent::after {
  position: absolute;
  right: 0;
  bottom: -205px;
  bottom: -12.8125rem;
  z-index: -1;
  background: url(../images/recruit/icon_infant_01.webp) no-repeat center/contain;
  width: 169px;
  width: 10.5625rem;
  height: 129px;
  height: 8.0625rem;
  content: '';
}

.p-page-recruit-message__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.5;
}

.p-page-recruit-message__title {
  position: relative;
  padding-right: 106px;
  padding-right: 6.625rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .42em;
  line-height: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.p-page-recruit-message__title::before {
  position: absolute;
  top: -60px;
  top: -3.75rem;
  right: -90px;
  right: -5.625rem;
  background: url(../images/recruit/icon_heart_01.webp) no-repeat center/contain;
  width: 87px;
  width: 5.4375rem;
  height: 115px;
  height: 7.1875rem;
  content: '';
}

.p-page-recruit-message__title::after {
  position: absolute;
  top: 200px;
  top: 12.5rem;
  left: -160px;
  left: -10rem;
  background: url(../images/recruit/icon_hands_01.webp) no-repeat center/contain;
  width: 108px;
  width: 6.75rem;
  height: 116px;
  height: 7.25rem;
  content: '';
}

.p-page-recruit-message__sliderWrap {
  position: relative;
  top: -236px;
  top: -14.75rem;
  z-index: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 611px;
  margin-left: 38.1875rem;
}

.p-page-recruit-message__slider.js-pageRecruit-message-swiper {
  height: 24.8611111111vw;
  min-height: 300px;
  min-height: 18.75rem;
  max-height: 700px;
  max-height: 43.75rem;
}

.p-page-recruit-message__slider.js-pageRecruit-message-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-page-recruit-message__slider.js-pageRecruit-message-swiper .swiper-slide img {
  aspect-ratio: 463/358;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-mv {
  position: relative;
  background-image: url(../images/recruit/bg_recruit_mv_01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-top: 1.5625rem;
  height: 800px;
  height: 50rem;
  overflow-x: clip;
}

.p-page-recruit-mv__inner.l-container {
  margin-inline: auto;
  max-width: 1258px;
  max-width: 78.625rem;
}

.p-page-recruit-mv__wrap {
  gap: 18px;
  gap: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-page-recruit-mv__wrapSp {
  display: contents;
}

.p-page-recruit-mv__wrap::before {
  position: absolute;
  top: 160px;
  top: 10rem;
  left: 180px;
  left: 11.25rem;
  background: url(../images/recruit/icon_dandelion.webp) no-repeat center/contain;
  width: 81px;
  width: 5.0625rem;
  height: 84px;
  height: 5.25rem;
  content: '';
}

.p-page-recruit-mv__wrap::after {
  position: absolute;
  top: 370px;
  top: 23.125rem;
  right: 0;
  background: url(../images/recruit/icon_butterfly.webp) no-repeat center/contain;
  width: 77px;
  width: 4.8125rem;
  height: 79px;
  height: 4.9375rem;
  content: '';
}

.p-page-recruit-mv__box01 {
  margin-inline: auto;
  row-gap: 33px;
  row-gap: 2.0625rem;
  display: grid;
  grid-template-areas: 'a b' 'c c' 'd e';
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.p-page-recruit-mv__img {
  border-radius: 1.875rem;
  overflow: hidden;
}

.p-page-recruit-mv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-mv__img.p-page-recruit-mv__img--first {
  aspect-ratio: 232/242;
  grid-area: a;
}

.p-page-recruit-mv__im.p-page-recruit-mv__img--second {
  aspect-ratio: 232/242;
  grid-area: b;
}

.p-page-recruit-mv__img.p-page-recruit-mv__img--third {
  aspect-ratio: 486/223;
  grid-area: c;
}

.p-page-recruit-mv__img.p-page-recruit-mv__img--fourth {
  aspect-ratio: 232/223;
  grid-area: d;
}

.p-page-recruit-mv__img.p-page-recruit-mv__img--fifth {
  aspect-ratio: 232/223;
  grid-area: e;
}

.p-page-recruit-mv__box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-top: .9375rem;
  width: 100%;
  max-width: 197px;
  max-width: 12.3125rem;
}

.p-page-recruit-mv__logo {
  width: 100%;
  max-width: 160px;
  max-width: 10rem;
}

.p-page-recruit-mv__logo img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-mv__catchGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-top: 1.5625rem;
  max-height: 440px;
  max-height: 27.5rem;
}

.p-page-recruit-mv__catchCopy {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: bold;
  letter-spacing: .21em;
  line-height: 2.1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.p-page-recruit-mv__button {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-page-recruit-mv__button .c-button {
  min-width: initial;
}

.p-recruit__box03.u-onlyPc {
  gap: 32px;
  gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-page-recruit-mv__imgLg {
  border-radius: 1.875rem;
  overflow: hidden;
}

.p-page-recruit-mv__imgLg img {
  aspect-ratio: 486/498;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-mv__imgMd {
  border-radius: 1.875rem;
  overflow: hidden;
}

.p-page-recruit-mv__imgMd img {
  aspect-ratio: 486/223;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-recruit {
  background-color: #D9EEE2;
}

.p-page-recruit-recruit__inner.l-container {
  max-width: 1014px;
  max-width: 63.375rem;
}

.p-page-recruit-recruit__btns {
  gap: 21px;
  gap: 1.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-top: 3.375rem;
  width: 100%;
}

.p-page-recruit-recruit__btn {
  gap: 18px;
  gap: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 1rem;
  padding: 18px 20px 21px;
  padding: 1.125rem 1.25rem 1.3125rem;
  width: 100%;
  text-decoration: none;
}

.p-page-recruit-recruit__btn:first-child {
  background-color: #fff;
}

.p-page-recruit-recruit__btn:first-child:hover {
  opacity: .8;
}

.p-page-recruit-recruit__btn:last-child {
  background-color: #EF836A;
  color: #fff;
}

.p-page-recruit-recruit__btn:last-child:hover {
  background-color: #FFF;
  color: #EF836A;
}

.p-page-recruit-recruit__btn span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-page-recruit-recruit__btn:last-child span {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-page-recruit-recruit__banner {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 257px;
  max-width: 16.0625rem;
}

.p-page-recruit-recruit__banner img {
  aspect-ratio: 257/68;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-recruit__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
  margin-top: .875rem;
  max-width: 43px;
  max-width: 2.6875rem;
}

.p-page-recruit-recruit__icon img {
  aspect-ratio: 43/51;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-recruit-recruit__btn:last-child .p-page-recruit-recruit__icon {
  -webkit-mask-image: url('../images/recruit/icon_document.svg');
  mask-image: url('../images/recruit/icon_document.svg');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
}

.p-page-recruit-recruit__btn:last-child .p-page-recruit-recruit__icon img {
  opacity: 0;
}

.p-page-recruit-recruit__btn:last-child:hover .p-page-recruit-recruit__icon {
  background-color: #EF836A;
}

.p-page-recruit-story {
  position: relative;
  overflow-x: clip;
}

.p-page-recruit-story__inner.l-container {
  max-width: 1260px;
  max-width: 78.75rem;
}

.p-page-recruit-story__item {
  position: relative;
  padding-top: 197px;
  padding-top: 12.3125rem;
}

.p-page-recruit-story__item::before {
  position: absolute;
  top: -73px;
  top: -4.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/recruit/deco_recruit_story_pink.webp) no-repeat center/cover;
  width: 1591px;
  width: 99.4375rem;
  height: 1381px;
  height: 86.3125rem;
  content: '';
}

.p-page-recruit-story__item + .p-page-recruit-story__item {
  margin-top: 381px;
  margin-top: 23.8125rem;
}

.p-page-recruit-story__body {
  gap: 70px;
  gap: 4.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-page-recruit-story__subTitle {
  position: relative;
  z-index: 1;
  color: #3F342D;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .3em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-page-recruit-story__subTitle span {
  padding-inline: 10px;
  padding-inline: .625rem;
  border: 1px solid #3F342D;
  border-radius: .3125rem;
  background-color: #FFF;
}

.p-page-recruit-story__subTitle span:first-child {
  margin-bottom: 10px;
  margin-bottom: .625rem;
}

.p-page-recruit-story__block {
  position: relative;
}

.p-page-recruit-story__title {
  position: absolute;
  top: -100px;
  top: -6.25rem;
  left: 50%;
  -webkit-transform: translateX(-31%);
  transform: translateX(-31%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: 'Marcellus', serif;
  font-size: 150px;
  font-size: 9.375rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.p-page-recruit-story__img {
  margin-right: calc(50% - 50vw);
  border: 1px solid #3F342D;
  border-radius: 1.875rem 0 0 1.875rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  height: 37.5vw;
  max-height: 800px;
  max-height: 50rem;
  overflow: hidden;
}

.p-page-recruit-story__img img {
  aspect-ratio: 1197/540;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-story__box {
  gap: 146px;
  gap: 9.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 97px;
  margin-top: 6.0625rem;
}

.p-page-recruit-story__text {
  max-width: 463px;
  max-width: 28.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.4444444444;
}

.p-page-recruit-story__subImg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #3F342D;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 464px;
  max-width: 29rem;
  overflow: hidden;
}

.p-page-recruit-story__subImg img {
  aspect-ratio: 464/290;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-recruit-story__item--story2 {
  margin-top: 180px;
  margin-top: 11.25rem;
}

.p-page-recruit-story__item--story2::before {
  background: url(../images/recruit/deco_recruit_story_blue.webp) no-repeat center/cover;
}

.p-page-recruit-story__body--story2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-page-recruit-story__item--story2 .p-page-recruit-story__img {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
  border-radius: 0 1.875rem 1.875rem 0;
  padding-right: 0;
  padding-left: 50px;
  padding-left: 3.125rem;
}

.p-page-recruit-story__item--story2 .p-page-recruit-story__title {
  -webkit-transform: translateX(-86%);
  transform: translateX(-86%);
}

.p-page-recruit-story__item--story2 .p-page-recruit-story__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-page-support-anchorLink__inner {
  gap: 29px;
  gap: 1.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-page-support-anchorLink__spWrap {
  display: contents;
}

.p-page-support-experience {
  position: relative;
  background-color: #F6EAE2;
  padding-top: 159px;
  padding-top: 9.9375rem;
  padding-bottom: 71.8px;
  padding-bottom: 4.4875rem;
  overflow-x: clip;
}

.p-page-support-experience__deco-wave {
  position: absolute;
  top: -110px;
  top: -6.875rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 111.17px;
  height: 6.948125rem;
}

.p-page-support-experience__deco-wave img {
  width: 100%;
  height: 100%;
}

.l-container.p-page-support-experience__inner {
  padding-right: 0;
}

.p-page-support-experience__flexWrap {
  gap: 9.8611111111vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.p-page-support-experience__textContent {
  width: 100%;
  max-width: 588px;
  max-width: 36.75rem;
}

.p-page-support-experience__catchphraseBlock {
  margin-top: 59px;
  margin-top: 3.6875rem;
}

.p-page-support-experience__catchphrase-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.65;
}

.p-page-support-experience__catchphrase-text {
  margin-top: 54px;
  margin-top: 3.375rem;
  margin-left: 5px;
  margin-left: .3125rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-support-experience__detailBlock {
  margin-top: 54px;
  margin-top: 3.375rem;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 47px 25px 49px 36px;
  padding: 2.9375rem 1.5625rem 3.0625rem 2.25rem;
}

.p-page-support-experience__detailItems {
  gap: 44px;
  gap: 2.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-page-support-experience__detailItem {
  width: 100%;
}

.p-page-support-experience__detailItem-label {
  display: inline-block;
  border: 1px solid #EF836A;
  border-radius: .3125rem;
  background-color: #FFF;
  padding: 6px 10px 8px;
  padding: .375rem .625rem .5rem;
  min-width: 223px;
  min-width: 13.9375rem;
  color: #EF836A;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.p-page-support-experience__detailItem-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 21px;
  margin-top: 1.3125rem;
  margin-left: 8px;
  margin-left: .5rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-support-experience__detailItem-pdfLink {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-page-support-experience__imageContent {
  margin-top: 54px;
  margin-top: 3.375rem;
  width: 100%;
  max-width: 40.8333333333vw;
}

.p-page-support-experience__imageWrap {
  aspect-ratio: 588/562;
  position: relative;
  width: 40.8333333333vw;
}

.p-page-support-experience__deco {
  position: absolute;
  width: 100%;
}

.p-page-support-experience__deco-left {
  bottom: -42px;
  bottom: -2.625rem;
  left: -36px;
  left: -2.25rem;
  max-width: 113px;
  max-width: 7.0625rem;
}

.p-page-support-experience__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-support-experience__image {
  border-top-left-radius: 30px;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 30px;
  border-bottom-left-radius: 1.875rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-support-experience__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-support-experience__reservationButtons {
  margin-top: 59px;
  margin-top: 3.6875rem;
  text-align: center;
}

.p-page-support-smile {
  padding-top: 172px;
  padding-top: 10.75rem;
  overflow-x: clip;
}

.l-container.p-page-support-smile__inner {
  padding-right: 0;
}

.p-page-support-smile__flexWrap {
  gap: 9.8611111111vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.p-page-support-smile__textContent {
  width: 100%;
  max-width: 585px;
  max-width: 36.5625rem;
}

.p-page-support-smile__catchphraseBlock {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.p-page-support-smile__catchphrase-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.65;
}

.p-page-support-smile__catchphrase-text {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-left: 5px;
  margin-left: .3125rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-support-smile__pdfButton {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-page-support-smile__detailBlock {
  margin-top: 58px;
  margin-top: 3.625rem;
  border-radius: 1.875rem;
  background-color: #F6EAE2;
  padding: 41px 25px 33px 34px;
  padding: 2.5625rem 1.5625rem 2.0625rem 2.125rem;
}

.p-page-support-smile__detailItems {
  gap: 46px;
  gap: 2.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-page-support-smile__detailItem {
  width: 100%;
}

.p-page-support-smile__detailItem-label {
  display: inline-block;
  border: 1px solid #EF836A;
  border-radius: .3125rem;
  background-color: #FFF;
  padding: 6px 10px 8px;
  padding: .375rem .625rem .5rem;
  min-width: 223px;
  min-width: 13.9375rem;
  color: #EF836A;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.p-page-support-smile__detailItem-text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin-left: 8px;
  margin-left: .5rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-support-smile__imageContent {
  margin-top: -20px;
  margin-top: -1.25rem;
  width: 100%;
  max-width: 40.8333333333vw;
}

.p-page-support-smile__imageWrap {
  aspect-ratio: 588/562;
  position: relative;
  width: 40.8333333333vw;
}

.p-page-support-smile__deco {
  position: absolute;
  bottom: 32px;
  bottom: 2rem;
  left: -76px;
  left: -4.75rem;
  width: 100%;
  max-width: 163px;
  max-width: 10.1875rem;
}

.p-page-support-smile__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-support-smile__image {
  border-top-left-radius: 30px;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 30px;
  border-bottom-left-radius: 1.875rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-support-smile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-support-smile__reservationButtons {
  gap: 34px;
  gap: 2.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-page-support-temporary {
  position: relative;
  margin-top: 300px;
  margin-top: 18.75rem;
  background-color: #D9EEE2;
  padding-top: 135.15px;
  padding-top: 8.446875rem;
  padding-bottom: 123.36px;
  padding-bottom: 7.71rem;
  overflow-x: clip;
}

.p-page-support-temporary__deco-wave {
  position: absolute;
  top: -143px;
  top: -8.9375rem;
  left: 0;
  width: 100%;
  height: 144.23px;
  height: 9.014375rem;
}

.p-page-support-temporary__deco-bottomWave-sp {
  display: none;
}

.p-page-support-temporary__deco-wave img,
.p-page-support-temporary__deco-bottomWave-sp img {
  width: 100%;
  height: 100%;
}

.l-container.p-page-support-temporary__inner {
  padding-inline: 0;
}

.p-page-support-temporary__flexWrap-pc {
  gap: 9.8611111111vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}

.p-page-support-temporary__flexWrap-sp {
  display: contents;
}

.p-page-support-temporary__imageContent {
  width: 100%;
  max-width: 40.8333333333vw;
}

.p-page-support-temporary__imageWrap {
  aspect-ratio: 588/562;
  position: relative;
  width: 40.8333333333vw;
}

.p-page-support-temporary__deco {
  position: absolute;
  right: -57px;
  right: -3.5625rem;
  bottom: 83px;
  bottom: 5.1875rem;
  width: 100%;
  max-width: 146px;
  max-width: 9.125rem;
}

.p-page-support-temporary__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-support-temporary__image {
  border-top-right-radius: 30px;
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 30px;
  border-bottom-right-radius: 1.875rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-support-temporary__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-support-temporary__textContent {
  width: 100%;
  max-width: 585px;
  max-width: 36.5625rem;
}

.p-page-support-temporary__catchphraseBlock {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.p-page-support-temporary__catchphrase-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.95;
}

.p-page-support-temporary__catchphrase-text {
  margin-top: 41px;
  margin-top: 2.5625rem;
  margin-left: 5px;
  margin-left: .3125rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-support-temporary__pdfButton {
  margin-top: 108px;
  margin-top: 6.75rem;
}

.p-page-support-temporary__detailBlock {
  margin-inline: 20px;
  margin-inline: 1.25rem;
}

.p-page-support-temporary__detailBlock-body {
  margin-inline: auto;
  position: relative;
  margin-top: 83px;
  margin-top: 5.1875rem;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 53px 37px 47px 35px;
  padding: 3.3125rem 2.3125rem 2.9375rem 2.1875rem;
  width: 100%;
  max-width: 1196px;
  max-width: 74.75rem;
}

.p-page-support-temporary__detailItemsWrap {
  gap: 25px;
  gap: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-page-support-temporary__detailItems {
  gap: 35px;
  gap: 2.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

.p-page-support-temporary__detailItem {
  width: 100%;
}

.p-page-support-temporary__detailItem-label {
  display: inline-block;
  border: 1px solid #EF836A;
  border-radius: .3125rem;
  padding: 7.5px 8px 9px 17px;
  padding: .46875rem .5rem .5625rem 1.0625rem;
  min-width: 223px;
  min-width: 13.9375rem;
  color: #EF836A;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-page-support-temporary__detailItem-textBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 22px;
  margin-top: 1.375rem;
  margin-left: 6px;
  margin-left: .375rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-support-temporary__detailItem-pdfLink {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-page-support-temporary__detailBlock-deco {
  position: absolute;
  right: 88px;
  right: 5.5rem;
  bottom: 65px;
  bottom: 4.0625rem;
  width: 100%;
  max-width: 143px;
  max-width: 8.9375rem;
}

.p-page-support-temporary__detailBlock-deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-support-temporary__reservationButton {
  margin-top: 118.44px;
  margin-top: 7.4025rem;
  text-align: center;
}

.p-page-supportTitle {
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  padding-bottom: .4375rem;
}

.p-page-supportTitle::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EF836A;
  width: 98%;
  height: 1px;
  content: '';
}

.p-page-supportTitle__text {
  color: #EF836A;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-singleNews__inner.l-container {
  max-width: 771px;
  max-width: 48.1875rem;
}

.p-singleNews__items {
  margin-inline: auto;
  padding-bottom: 47px;
  padding-bottom: 2.9375rem;
  width: 100%;
  max-width: 1110px;
  max-width: 69.375rem;
}

.p-singleNews__item {
  padding-top: 64px;
  padding-top: 4rem;
}

.p-singleNews__item:first-child {
  padding-top: 0;
}

.p-singleNews__box {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-singleNews__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem;
}

.p-singleNews__date {
  display: inline-block;
  color: #4A5264;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}

.p-singleNews__cat {
  border-radius: 62.4375rem;
  background-color: #F6EAE2;
  padding: 2px 15px;
  padding: .125rem .9375rem;
  min-width: 96px;
  min-width: 6rem;
  color: #EF836A;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.78;
  text-align: center;
  white-space: nowrap;
}

.p-singleNews__title {
  margin-top: 27px;
  margin-top: 1.6875rem;
  max-width: 672px;
  max-width: 42rem;
  color: #4A5264;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.78;
}

.p-singleNews__content p {
  margin-top: 60px;
  margin-top: 3.75rem;
  color: #4A5264;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 2.2857142857;
}

.p-singleNews__content p:first-child {
  margin-top: 0;
}

.p-singleNews__content img {
  margin-top: 60px;
  margin-top: 3.75rem;
  border-radius: 1.25rem;
}

.p-singleNews__block.l-container {
  margin-inline: auto;
  max-width: 961px;
  max-width: 60.0625rem;
}

.p-singleNews__imgWrap {
  margin-inline: auto;
  margin-top: 146px;
  margin-top: 9.125rem;
  width: 100%;
}

.p-singleNews__imgs {
  row-gap: 30px;
  row-gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.1875rem;
  -moz-column-gap: 1.1875rem;
  column-gap: 1.1875rem;
  width: 100%;
}

.p-singleNews__img {
  position: relative;
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.p-singleNews__img img {
  aspect-ratio: 210/137;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-singleNews__icon {
  position: absolute;
  right: 16px;
  right: 1rem;
  bottom: 9px;
  bottom: .5625rem;
  width: 23px;
  width: 1.4375rem;
}

.p-singleNews__icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-singleNews__pagesWrap.l-container {
  max-width: 1150px;
  max-width: 71.875rem;
}

.p-singleNews__pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 119px;
  margin-top: 7.4375rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 100%;
  height: auto;
  height: 80px;
  height: 5rem;
}

.p-singleNews__prev,
.p-singleNews__link,
.p-singleNews__next {
  height: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.p-singleNews__prev,
.p-singleNews__next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-singleNews__prev a,
.p-singleNews__link a,
.p-singleNews__next a {
  display: block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  height: inherit;
}

.p-singleNews__next a {
  width: 100%;
}

.p-singleNews__prev a {
  width: 100%;
}

.p-singleNews__link {
  position: relative;
  width: 100%;
  max-width: 362px;
  max-width: 22.625rem;
  text-align: center;
}

.p-singleNews__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333;
  width: 1px;
  height: 80%;
  content: '';
}

.p-singleNews__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333;
  width: 1px;
  height: 80%;
  content: '';
}

.p-singleNews__prev a::before {
  display: block;
  margin-right: 9px;
  margin-right: .5625rem;
  background: url(../images/common/icon_arrow_news_01.svg) no-repeat center/contain;
  width: 21px;
  width: 1.3125rem;
  height: 12px;
  height: .75rem;
  content: '';
}

.p-singleNews__next a::after {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 9px;
  margin-left: .5625rem;
  background: url(../images/common/icon_arrow_news_01.svg) no-repeat center/contain;
  width: 21px;
  width: 1.3125rem;
  height: 12px;
  height: .75rem;
  content: '';
}

.p-subMv {
  width: 100%;
  height: 590px;
  height: 36.875rem;
}

.p-subMv.js-header-scroll {
  margin-top: 116px;
  margin-top: 7.25rem;
}

.p-subMv__inner {
  width: 100%;
  height: inherit;
}

.p-subMv__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-subMv__columnContents {
  background-color: #FFF;
  width: 124px;
  width: 7.75rem;
  height: inherit;
}

.p-subMv__imageWrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-subMv__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-subMv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-subMv__titleBlock {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-right-radius: 50px;
  border-top-right-radius: 3.125rem;
  background-color: #FFF;
  width: 466px;
  width: 29.125rem;
  height: 233px;
  height: 14.5625rem;
}

.p-subMv__titleBlock::before {
  position: absolute;
  top: -39.5px;
  top: -2.46875rem;
  left: 0;
  background-image: url(../images/mv/deco_radius_top-left_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 39.76px;
  width: 2.485rem;
  height: 39.76px;
  height: 2.485rem;
  content: '';
}

.p-subMv__titleBlock::after {
  position: absolute;
  right: -39.5px;
  right: -2.46875rem;
  bottom: 0;
  background-image: url(../images/mv/deco_radius_top-left_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 39.76px;
  width: 2.485rem;
  height: 39.76px;
  height: 2.485rem;
  content: '';
}

.p-subMv__title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 37px;
  margin-top: 2.3125rem;
  color: #EF836A;
}

.p-subMv__title-eng {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
}

.p-subMv__title-ja {
  margin-top: 2.99px;
  margin-top: .186875rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5833333333;
}

.l-container.p-top-concept__inner {
  max-width: 770px;
  max-width: 48.125rem;
}

.p-top-concept__sectionTitle {
  text-align: center;
}

.p-top-concept__textBlock {
  position: relative;
  margin-top: 56px;
  margin-top: 3.5rem;
  text-align: center;
}

.p-top-concept__deco {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.p-top-concept__deco--topLeft {
  top: 49px;
  top: 3.0625rem;
  left: -241px;
  left: -15.0625rem;
  max-width: 193px;
  max-width: 12.0625rem;
}

.p-top-concept__deco--topRight {
  top: 49px;
  top: 3.0625rem;
  right: -214.21px;
  right: -13.388125rem;
  max-width: 196.21px;
  max-width: 12.263125rem;
}

.p-top-concept__deco--bottomLeft {
  bottom: 112px;
  bottom: 7rem;
  left: -213px;
  left: -13.3125rem;
  max-width: 193px;
  max-width: 12.0625rem;
}

.p-top-concept__deco--bottomRight {
  right: -214.21px;
  right: -13.388125rem;
  bottom: 112px;
  bottom: 7rem;
  max-width: 196.21px;
  max-width: 12.263125rem;
}

.p-top-concept__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-concept__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4444444444;
}

.p-top-concept__text p:not(:first-child) {
  margin-top: 2.5em;
}

.p-top-concept__buttons {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 110px;
  margin-top: 6.875rem;
}

.p-top-concept__movie {
  aspect-ratio: 709/399.09;
  margin-inline: auto;
  position: relative;
  margin-top: 76px;
  margin-top: 4.75rem;
  width: 100%;
  max-width: 709px;
  max-width: 44.3125rem;
  overflow: hidden;
}

.p-top-concept__movie iframe,
.p-top-concept__movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-education {
  position: relative;
  background-color: #D9EEE2;
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-bottom: 159px;
  padding-bottom: 9.9375rem;
  overflow-x: clip;
}

.p-top-education__deco-topWave {
  position: absolute;
  top: -113px;
  top: -7.0625rem;
  left: 0;
  width: 100%;
  height: 115px;
  height: 7.1875rem;
}

.p-top-education__deco-topWave img {
  width: 100%;
  height: 100%;
}

.p-top-education__items {
  gap: 3.75vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-top-education__item {
  position: relative;
  width: 100%;
  max-width: 39.6527777778vw;
}

.p-top-education__item-deco {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.p-top-education__item:nth-child(1) .p-top-education__item-deco--left {
  bottom: 30.63px;
  bottom: 1.914375rem;
  left: -80px;
  left: -5rem;
  max-width: 146.86px;
  max-width: 9.17875rem;
}

.p-top-education__item:nth-child(2) .p-top-education__item-deco--right {
  top: -92px;
  top: -5.75rem;
  right: 19.08px;
  right: 1.1925rem;
  max-width: 249px;
  max-width: 15.5625rem;
}

.p-top-education__item-deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-education__item-image {
  aspect-ratio: 571/466.95;
  border-top-right-radius: 30px;
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 30px;
  border-top-left-radius: 1.875rem;
  width: 100%;
  overflow: hidden;
}

.p-top-education__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-education__item-body {
  background-color: #FDD5CC;
  padding: 36px 33px 31px 10px;
  padding: 2.25rem 2.0625rem 1.9375rem .625rem;
  width: 100%;
  text-align: center;
}

.p-top-education__item:nth-child(2) .p-top-education__item-body {
  background-color: #AEE0C4;
}

.p-top-education__textScroll {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top-instagram {
  position: relative;
  margin-top: 200px;
  margin-top: 12.5rem;
  background-color: #ACE4C4;
  padding-top: 108px;
  padding-top: 6.75rem;
  padding-bottom: 212px;
  padding-bottom: 13.25rem;
}

.p-top-instagram__deco-wave {
  position: absolute;
  top: -56px;
  top: -3.5rem;
  left: 0;
  width: 100%;
  height: 65px;
  height: 4.0625rem;
}

.p-top-instagram__deco-wave img {
  width: 100%;
  height: 100%;
}

.p-top-instagram__deco-icons {
  position: absolute;
  top: -170px;
  top: -10.625rem;
  left: 49%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 89.8645833333vw;
}

.p-top-instagram__sectionTitle {
  text-align: center;
}

.p-top-instagram__contents {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-top-instagram__deco-leftIcon-sp {
  display: none;
}

.p-top-instagram__deco-rightIcon-sp {
  display: none;
}

.p-top-instagram__buttonWrap {
  gap: 25px;
  gap: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.p-top-instagram__buttonWrap-infoText {
  width: 100%;
  max-width: 219px;
  max-width: 13.6875rem;
}

.p-top-instagram__buttonWrap-infoText img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-life {
  margin-top: 199.48px;
  margin-top: 12.4675rem;
}

.p-top-education__deco-topWave-sp {
  display: none;
}

.l-container.p-top-life__inner {
  max-width: 1013px;
  max-width: 63.3125rem;
}

.p-top-life__wrap {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-life__content {
  width: 100%;
  max-width: 343px;
  max-width: 21.4375rem;
}

.p-top-life__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
}

.p-top-life__button {
  margin-top: 51.52px;
  margin-top: 3.22rem;
}

.p-top-life__images {
  gap: 18px;
  gap: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 467px;
  max-width: 29.1875rem;
}

.p-top-life__imageWrap {
  position: relative;
}

.p-top-life__image-deco {
  position: absolute;
  width: 100%;
}

.p-top-life__imageWrap:nth-child(1) .p-top-life__image-deco--topLeft {
  top: -38.48px;
  top: -2.405rem;
  left: -105px;
  left: -6.5625rem;
  z-index: 3;
  max-width: 181px;
  max-width: 11.3125rem;
}

.p-top-life__imageWrap:nth-child(1) .p-top-life__image-deco--topRight {
  top: -70.48px;
  top: -4.405rem;
  right: -88px;
  right: -5.5rem;
  z-index: 1;
  max-width: 193px;
  max-width: 12.0625rem;
}

.p-top-life__imageWrap:nth-child(2) .p-top-life__image-deco--bottomLeft {
  bottom: -50px;
  bottom: -3.125rem;
  left: -66px;
  left: -4.125rem;
  z-index: 1;
  max-width: 181px;
  max-width: 11.3125rem;
}

.p-top-life__imageWrap:nth-child(2) .p-top-life__image-deco--bottomRight {
  right: -47px;
  right: -2.9375rem;
  bottom: -4.52px;
  bottom: -.2825rem;
  z-index: 3;
  max-width: 111px;
  max-width: 6.9375rem;
}

.p-top-life__image-deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-life__image {
  aspect-ratio: 467/283;
  position: relative;
  z-index: 2;
  border-radius: 1.875rem;
  width: 100%;
  overflow: hidden;
}

.p-top-life__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-links {
  margin-top: 113px;
  margin-top: 7.0625rem;
  background-image: url(../images/top/bgi_links_01.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 125px;
  padding-top: 7.8125rem;
  padding-bottom: 176px;
  padding-bottom: 11rem;
}

.p-top-links__items {
  gap: 26px;
  gap: 1.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-links__item {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FFF;
  padding: 4.3055555556vw 10px 4.8611111111vw;
  padding: 4.3055555556vw .625rem 4.8611111111vw;
  width: 100%;
  max-width: 380px;
  max-width: 23.75rem;
  height: 100%;
  text-align: center;
}

.p-top-links__item::before {
  position: absolute;
  bottom: 2.5694444444vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../images/common/icon_arrow-white_circle-green_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  width: 1.9375rem;
  height: 31px;
  height: 1.9375rem;
  content: '';
}

.p-top-links__item-title {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #67C48F;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.78125;
}

.p-top-links__item-icon {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
}

.p-top-links__item[data-name=support] .p-top-links__item-icon {
  margin-top: 13px;
  margin-top: .8125rem;
  max-width: 118px;
  max-width: 7.375rem;
}

.p-top-links__item[data-name=guidance] .p-top-links__item-icon {
  margin-top: 9px;
  margin-top: .5625rem;
  max-width: 100px;
  max-width: 6.25rem;
}

.p-top-links__item[data-name=recruit] .p-top-links__item-icon {
  margin-top: 8px;
  margin-top: .5rem;
  max-width: 56px;
  max-width: 3.5rem;
}

.p-top-links__item-icon img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-links__item-text {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 13px;
  margin-top: .8125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
}

.p-top-news {
  position: relative;
  padding-top: 113px;
  padding-top: 7.0625rem;
}

.p-top-news__deco-wave {
  position: absolute;
  top: -42px;
  top: -2.625rem;
  left: 0;
  width: 100%;
  height: 44px;
  height: 2.75rem;
}

.p-top-news__deco-wave img {
  width: 100%;
  height: 100%;
}

.l-container.p-top-news__inner {
  max-width: 1017px;
  max-width: 63.5625rem;
}

.p-top-news__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-news__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-news__items {
  width: 100%;
  max-width: 589px;
  max-width: 36.8125rem;
}

.p-top-news__item {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 1px solid #ECECEC;
  padding: 0 16px 23px 29px;
  padding: 0 1rem 1.4375rem 1.8125rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

.p-top-news__item-meta {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-news__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-news__item-category {
  display: inline-block;
  border-radius: 6.25rem;
  background-color: #F6EAE2;
  padding: 1px 15px 3px;
  padding: .0625rem .9375rem .1875rem;
  color: #EF836A;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.78;
}

.p-top-news__item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  margin-top: 4px;
  margin-top: .25rem;
  overflow: hidden;
}

.p-topMv {
  width: 100%;
  height: clamp(728px, 100dvh - 120px, 100dvh);
  height: clamp(45.5rem, 100dvh - 7.5rem, 100dvh);
  height: clamp(728px, 100vh - 120px, 100vh);
  height: clamp(45.5rem, 100vh - 7.5rem, 100vh);
}

.p-topMv.js-header-scroll {
  margin-top: 116px;
  margin-top: 7.25rem;
}

.p-topMv__inner {
  width: 100%;
  height: inherit;
}

.p-topMv__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: inherit;
}

.p-topMv__titleBlock {
  gap: 17px;
  gap: 1.0625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 66px;
  top: 4.125rem;
  right: 121px;
  right: 7.5625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}

.p-topMv__title {
  -ms-writing-mode: tb-rl;
  background-color: #FFF;
  padding: 13px 5px;
  padding: .8125rem .3125rem;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.p-topMv__columnContents {
  gap: 39px;
  gap: 2.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: clamp(130px, 17vh, 100vh);
  margin-top: clamp(8.125rem, 17vh, 100vh);
  background-color: #FFF;
  width: 124px;
  width: 7.75rem;
  height: inherit;
}

.p-topMv__columnContents-buttons {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-topMv__columnContents-button {
  -ms-writing-mode: tb-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #EF836A;
  border-radius: .3125rem;
  background-color: #EF836A;
  padding: 10px;
  padding: .625rem;
  width: 52px;
  width: 3.25rem;
  min-height: 150px;
  min-height: 9.375rem;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.3125;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.p-topMv__columnContents-icons {
  gap: 15px;
  gap: .9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-topMv__columnContents-icon {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #67C48F;
  border-radius: 50%;
  background-color: #67C48F;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
}

.p-topMv__columnContents-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #FFF;
  content: '';
}

.p-topMv__columnContents-icon[data-icon=instagram]::before {
  -webkit-mask-image: url(../images/common/icon_instagram_01.svg);
  mask-image: url(../images/common/icon_instagram_01.svg);
  width: 24px;
  width: 1.5rem;
  height: 20px;
  height: 1.25rem;
}

.p-topMv__columnContents-icon[data-icon=map]::before {
  -webkit-mask-image: url(../images/common/icon_map_01.svg);
  mask-image: url(../images/common/icon_map_01.svg);
  width: 24px;
  width: 1.5rem;
  height: 27px;
  height: 1.6875rem;
}

.p-topMv__columnContents-icon[data-icon=mail]::before {
  -webkit-mask-image: url(../images/common/icon_mail_01.svg);
  mask-image: url(../images/common/icon_mail_01.svg);
  width: 24px;
  width: 1.5rem;
  height: 16px;
  height: 1rem;
}

.p-topMv__imageWrap {
  aspect-ratio: 1316/800;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 30px;
  border-bottom-left-radius: 1.875rem;
  overflow: hidden;
}

.p-topMv__newsContents {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 710px;
  width: 44.375rem;
  height: 70px;
  height: 4.375rem;
}

.p-topMv__newsContents::before {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/mv/bgc_mv_news_01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 46.25rem 4.375rem;
  width: 740px;
  width: 46.25rem;
  height: 70px;
  height: 4.375rem;
  content: '';
}

.p-topMv__newsContents-inner {
  padding: 11px 29px 7px 45px;
  padding: .6875rem 1.8125rem .4375rem 2.8125rem;
}

.p-topMv__newsContents-headText {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: -5px;
  margin-left: -.3125rem;
  border-radius: 6.25rem;
  background-color: #67C48F;
  padding: 2.5px 17.5px 3.5px;
  padding: .15625rem 1.09375rem .21875rem;
  color: #FFF;
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1;
}

.p-topMv__newsContents-items {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-topMv__newsContents-item {
  gap: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-topMv__newsContents-textBlock {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

.p-topMv__newsContents-item-date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1em;
}

.p-topMv__newsContents-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-topMv__newsContents-item-date,
.p-topMv__newsContents-item-text {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}

.u-inlineBlock {
  display: inline-block !important;
}

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

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

.u-overflowHidden {
  overflow: hidden !important;
}

.u-hidden {
  display: none !important;
}

.u-onlyPc {
  display: block;
}

.u-onlySp {
  display: none;
}

.u-only-sm {
  display: none;
}

.u-only-ss {
  display: none;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indent-0 {
  padding-left: 0;
  text-indent: 0;
}

.u-ml-1rem {
  margin-left: 16px;
  margin-left: 1rem;
}

.u-ml-0 {
  margin-left: 0;
}

.u-mt-1rem {
  margin-top: 16px;
  margin-top: 1rem;
}

.u-mt-10 {
  margin-top: 10px;
  margin-top: .625rem;
}

.u-mt-11 {
  margin-top: 11px;
  margin-top: .6875rem;
}

.u-mt-12 {
  margin-top: 12px;
  margin-top: .75rem;
}

.u-mt-16 {
  margin-top: 16px;
  margin-top: 1rem;
}

.u-mt-20 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.u-tel {
  pointer-events: none;
}

@media screen and (min-width: 768px) {

  .wp-pagenavi a:hover {
    color: rgba(74, 82, 100, .7);
  }

  a[href='*']:hover, a[href='*']:focus-visible {
    opacity: .7;
  }

  html {
    font-size: 1.3377926421vw;
    font-size: calc(var(--vw) / 1196px * 100%);
  }

  form button[type=submit]:hover, form button[type=submit]:focus-visible,
  form input[type=submit]:hover,
  form input[type=submit]:focus-visible,
  form input[type=button]:hover,
  form input[type=button]:focus-visible {
    outline: none;
  }

  textarea:hover, textarea:focus-visible {
    outline: none;
  }

  :root {
    --header-height: 116px;
  }

  .l-container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1256px;
  }

  .l-container.l-container--narrow {
    max-width: 1016.8px;
  }

  .l-container.l-container--wide {
    max-width: 1495.2px;
  }

  .c-anchorLink:hover {
    opacity: .6;
  }

  .c-button-pdf:hover {
    background-color: #FFF;
    color: #EF836A;
  }

  .c-button-pdf:hover::before {
    background-color: #EF836A;
  }

  .c-button-reservationWeb:hover {
    background-color: #FFF;
    color: #67C48F;
  }

  .c-button-reservationWeb:hover::before {
    background-color: #67C48F;
  }

  .c-button:hover {
    background-color: #FFF;
    color: #67C48F;
  }

  .c-button.c-button--orange:hover {
    background-color: #FFF;
    color: #EF836A;
  }

  .c-button:hover::before {
    background-image: url(../images/common/icon_arrow-white_circle-green_01.svg);
  }

  .c-button.c-button--orange:hover::before {
    background-image: url(../images/common/icon_arrow-white_circle-orange_01.svg);
  }

  .c-button:hover .c-button__instagramIcon::before {
    background-color: #EF836A;
  }

  .c-movieSound:hover {
    background-color: rgba(255, 255, 255, .8);
  }

  .p-404__button:hover {
    background-color: #FFF;
    color: #EF836A;
  }

  .p-bottomLinkWrap__linkBlock-item:hover {
    opacity: .6;
  }

  .p-drawer__list-item-link:hover {
    opacity: .6;
  }

  .p-drawer__etcLinkPc-item-link:hover {
    opacity: .6;
  }

  .p-footer__infoLink:hover {
    opacity: .6;
  }

  .p-footer__nav-item-link:hover {
    opacity: .6;
  }

  .p-header__navLink:hover {
    opacity: .6;
  }

  .p-page-concept-goal__items.p-page-concept-goal__items--pcNone {
    display: contents;
  }

  .p-page-daily-event__calendar-row::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: repeating-linear-gradient(to right, #EF836A 0, #EF836A .375rem, transparent .375rem, transparent .75rem);
    width: 100%;
    height: 1px;
    content: '';
  }

  .p-page-daily-event__calendar-item:nth-child(6)::after {
    background: none;
  }

  .p-top-links__item:hover::before {
    opacity: .6;
  }

  .p-top-links__item:hover .p-top-links__item-title {
    opacity: .6;
  }

  .p-top-links__item:hover .p-top-links__item-icon {
    opacity: .6;
  }

  .p-top-links__item:hover .p-top-links__item-text {
    opacity: .6;
  }

  .p-top-news__item:hover {
    color: #67C48F;
  }

  .p-topMv__columnContents-button:hover {
    opacity: .6;
  }

  .p-topMv__columnContents-icon:hover {
    opacity: .6;
  }

  .u-indent-pc0 {
    padding-left: 0;
    text-indent: 0;
  }
}

@media (min-width: 1196px) {

  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 1440px) {

  .p-drawer__wrap {
    gap: 144px;
    gap: 9rem;
  }

  .p-footer__deco-icons {
    max-width: 1294.05px;
    max-width: 80.878125rem;
  }

  .p-footer__nav-items {
    grid-template-columns: 55% 45%;
  }

  .p-page-about-logo__content {
    gap: 156px;
    gap: 9.75rem;
  }

  .p-page-concept-message__title-text {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2.0357142857;
  }

  .p-page-daily-overview__content {
    padding: 92px 127px 90px 122px;
    padding: 5.75rem 7.9375rem 5.625rem 7.625rem;
  }

  .p-page-daily-overviewContent__item:nth-child(2) {
    margin-top: 172px;
    margin-top: 10.75rem;
  }

  .p-page-support-experience__textContent {
    width: 40.8333333333vw;
    max-width: initial;
  }

  .p-page-support-smile__textContent {
    width: 40.625vw;
    max-width: initial;
  }

  .p-page-support-temporary__textContent {
    width: 40.625vw;
    max-width: initial;
  }

  .p-top-education__items {
    gap: 54px;
    gap: 3.375rem;
  }

  .p-top-education__item {
    max-width: 571px;
    max-width: 35.6875rem;
  }

  .p-top-instagram__deco-icons {
    max-width: 1294.05px;
    max-width: 80.878125rem;
  }

  .p-top-links__item {
    padding: 62px 10px 70px;
    padding: 3.875rem .625rem 4.375rem;
  }

  .p-top-links__item::before {
    bottom: 37px;
    bottom: 2.3125rem;
  }
}

@media screen and (min-width: 1960px) {

  .p-drawer__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-footer__deco-icons {
    bottom: 26px;
    bottom: 1.625rem;
  }

  .p-top-instagram__deco-icons {
    top: -150px;
    top: -9.375rem;
  }
}

@media screen and (max-width: 1279px) {

  .p-drawer__wrap {
    padding-left: 146px;
    padding-left: 9.125rem;
  }

  .p-footer__deco-icons {
    bottom: 40px;
    bottom: 2.5rem;
  }

  .p-top-instagram__deco-icons {
    top: -150px;
    top: -9.375rem;
  }
}

@media screen and (max-width: 767px) {

  .lum-lightbox-inner img.lum-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
  }

  .lum-lightbox-position-helper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lum-previous-button::after,
  .lum-next-button::after {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }

  .js-pageInfant-independence-swiper .swiper-wrapper {
    max-height: 283.99px;
    max-height: 17.749375rem;
  }

  .wp-pagenavi {
    gap: 24px;
    gap: 1.5rem;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 4px 0;
    padding: .25rem 0;
  }

  .l-archiveNews {
    padding-bottom: 101px;
    padding-bottom: 6.3125rem;
  }

  .l-bottomLinkWrap--about {
    margin-top: 81px;
    margin-top: 5.0625rem;
  }

  .l-bottomLinkWrap--news {
    margin-top: 81px;
    margin-top: 5.0625rem;
  }

  .l-bottomLinkWrap--privacy {
    margin-top: 133px;
    margin-top: 8.3125rem;
  }

  .l-foot--sub {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .l-page-contact {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }

  .l-page-disclosure-report {
    margin-top: 57px;
    margin-top: 3.5625rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }

  .l-page-guidance-faq {
    margin-top: 107px;
    margin-top: 6.6875rem;
  }

  .l-page-guidance-form {
    margin-top: 62px;
    margin-top: 3.875rem;
  }

  .l-page-recruit-contact {
    padding-bottom: 51px;
    padding-bottom: 3.1875rem;
  }

  .l-page-recruit-flow {
    padding-top: 64px;
    padding-top: 4rem;
    padding-bottom: 114px;
    padding-bottom: 7.125rem;
  }

  .l-page-recruit-recruit {
    margin-top: 200px;
    margin-top: 12.5rem;
    padding: 50px 0 51px;
    padding: 3.125rem 0 3.1875rem;
  }

  .l-subMain {
    margin-top: 98.68px;
    margin-top: 6.1675rem;
  }

  .l-subMain.l-subMain--concept {
    margin-top: 128px;
    margin-top: 8rem;
  }

  .l-topMain {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .c-anchorLink {
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    padding: 16.5px 15px;
    padding: 1.03125rem .9375rem;
    width: 100%;
    min-width: initial;
    max-width: 185px;
    max-width: 11.5625rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .c-anchorLink::before {
    right: 18px;
    right: 1.125rem;
    width: 12px;
    width: .75rem;
    height: 6px;
    height: .375rem;
  }

  .c-button-pdf-small {
    padding: 18px 47px 17px 24px;
    padding: 1.125rem 2.9375rem 1.0625rem 1.5rem;
    width: 100%;
    max-width: 304px;
    max-width: 19rem;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6666666667;
    text-align: left;
  }

  .c-button-pdf-small::before {
    right: 24.25px;
    right: 1.515625rem;
  }

  .c-button-pdf {
    padding: 14px 45px 20px 21px;
    padding: .875rem 2.8125rem 1.25rem 1.3125rem;
    max-width: 304px;
    max-width: 19rem;
    font-size: 15px;
    font-size: .9375rem;
    text-align: left;
  }

  .c-button-pdf::before {
    right: 15px;
    right: .9375rem;
    -webkit-mask-image: url(../images/common/icon_pdf_sp_01.svg);
    mask-image: url(../images/common/icon_pdf_sp_01.svg);
    width: 26px;
    width: 1.625rem;
    height: 31px;
    height: 1.9375rem;
  }

  .c-button-reservationTel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 12px 4px;
    padding: .25rem .75rem .25rem;
    max-width: 304px;
    max-width: 19rem;
    min-height: 60px;
    min-height: 3.75rem;
  }

  .c-button-reservationTel__text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
  }

  .c-button-reservationTel__tel {
    margin-top: 7px;
    margin-top: .4375rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
  }

  .c-button-reservationWeb {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 50px 7px 21px;
    padding: .1875rem 3.125rem .4375rem 1.3125rem;
    max-width: 304px;
    max-width: 19rem;
    min-height: 60px;
    min-height: 3.75rem;
  }

  .c-button-reservationWeb::before {
    top: 46%;
    right: 24px;
    right: 1.5rem;
  }

  .c-button {
    padding: 7px 47px 11px 24px;
    padding: .4375rem 2.9375rem .6875rem 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }

  .c-button.c-button--top-instagram {
    padding: 7px 47px 11px 24px;
    padding: .4375rem 2.9375rem .6875rem 1.5rem;
  }

  .c-button::before {
    top: 48%;
    right: 18px;
    right: 1.125rem;
  }

  .c-button__instagramIcon::before {
    width: 26px;
    width: 1.625rem;
    height: 26px;
    height: 1.625rem;
  }

  .c-movieItem {
    border-radius: 1.25rem;
    max-width: 389px;
    max-width: 24.3125rem;
  }

  .c-movieItem__body {
    padding: 24px 10px 21px 15px;
    padding: 1.5rem .625rem 1.3125rem .9375rem;
  }

  .c-movieItem__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .c-movieItem__movie {
    aspect-ratio: 186.15/116.03;
    max-width: 186.15px;
    max-width: 11.634375rem;
  }

  .c-movieSound {
    right: 12px;
    right: .75rem;
    bottom: 12px;
    bottom: .75rem;
  }

  .c-recruit-sectionTitle {
    gap: 36px;
    gap: 2.25rem;
    font-size: 64px;
    font-size: 4rem;
  }

  .c-recruit-sectionTitle::before {
    font-size: 16px;
    font-size: 1rem;
  }

  .c-sectionTitle__eng {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
  }

  .c-sectionTitle__ja {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .c-sectionTitle.c-sectionTitle--top .c-sectionTitle__ja,
  .c-sectionTitle.c-sectionTitle--contact .c-sectionTitle__ja {
    margin-top: 8px;
    margin-top: .5rem;
  }

  .c-textScroll__item {
    font-size: 100px;
    font-size: 6.25rem;
  }

  .p-404 {
    padding: 60px 20px 100px;
    padding: 3.75rem 1.25rem 6.25rem;
  }

  .p-404__title {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 32px;
    font-size: 2rem;
  }

  .p-404__text {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-404__button {
    padding: 16px 40px;
    padding: 1rem 2.5rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-archiveNews__items {
    padding-inline: 16px;
    padding-inline: 1rem;
    margin-top: 61px;
    margin-top: 3.8125rem;
    max-width: 720px;
    max-width: 45rem;
  }

  .p-archiveNews__item {
    padding-top: 29px;
    padding-top: 1.8125rem;
    padding-bottom: 23px;
    padding-bottom: 1.4375rem;
  }

  .p-archiveNews__meta {
    -webkit-column-gap: .5625rem;
    -moz-column-gap: .5625rem;
    column-gap: .5625rem;
    margin-bottom: 12px;
    margin-bottom: .75rem;
  }

  .p-archiveNews__date {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-archiveNews__cat {
    padding: 1px 15px;
    padding: .0625rem .9375rem;
    min-width: 88px;
    min-width: 5.5rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .p-archiveNews__title {
    margin-top: 32px;
    margin-top: 2rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-archiveNews__pagination {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-bottomLinkWrap__image {
    aspect-ratio: 428/399.32;
    max-height: 500px;
    max-height: 31.25rem;
  }

  .p-bottomLinkWrap__linkBlock {
    padding-inline: 20px;
    padding-inline: 1.25rem;
    margin-top: -87.32px;
    margin-top: -5.4575rem;
    max-width: initial;
  }

  .p-bottomLinkWrap__linkBlock-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-bottomLinkWrap__linkBlock-item {
    padding: 15px 57px 26px 20px;
    padding: .9375rem 3.5625rem 1.625rem 1.25rem;
    min-height: 100px;
    min-height: 6.25rem;
  }

  .p-bottomLinkWrap__linkBlock-item:nth-child(2) {
    border-top: 1px solid #67C48F;
    border-left: none;
    padding: 16px 57px 33px 20px;
    padding: 1rem 3.5625rem 2.0625rem 1.25rem;
  }

  .p-bottomLinkWrap__linkBlock-item::before {
    right: 16px;
    right: 1rem;
    bottom: 31px;
    bottom: 1.9375rem;
  }

  .p-bottomLinkWrap__linkBlock-item:nth-child(2)::before {
    bottom: 39px;
    bottom: 2.4375rem;
  }

  .p-bottomLinkWrap__linkBlock-item-textBlock {
    gap: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-bottomLinkWrap__linkBlock-item-title-eng {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.45;
  }

  .p-bottomLinkWrap__linkBlock-item-title-ja {
    margin-top: 4px;
    margin-top: .25rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .p-bottomLinkWrap__linkBlock-item-icon {
    margin-top: 9px;
    margin-top: .5625rem;
  }

  .p-bottomLinkWrap__linkBlock-item[data-name=concept] .p-bottomLinkWrap__linkBlock-item-icon {
    max-width: 38px;
    max-width: 2.375rem;
  }

  .p-bottomLinkWrap__linkBlock-item[data-name=daily] .p-bottomLinkWrap__linkBlock-item-icon {
    max-width: 34px;
    max-width: 2.125rem;
  }

  .p-bottomLinkWrap__linkBlock-item[data-name=baby] .p-bottomLinkWrap__linkBlock-item-icon {
    max-width: 58px;
    max-width: 3.625rem;
  }

  .p-bottomLinkWrap__linkBlock-item[data-name=infant] .p-bottomLinkWrap__linkBlock-item-icon {
    max-width: 62px;
    max-width: 3.875rem;
  }

  .p-bottomLinkWrap__linkBlock-item[data-name=support] .p-bottomLinkWrap__linkBlock-item-icon {
    max-width: 66px;
    max-width: 4.125rem;
  }

  .p-bottomLinkWrap__linkBlock-item[data-name=news] .p-bottomLinkWrap__linkBlock-item-icon {
    max-width: 60px;
    max-width: 3.75rem;
  }

  .p-bottomLinkWrap__linkBlock-item[data-name=about] .p-bottomLinkWrap__linkBlock-item-icon {
    max-width: 48px;
    max-width: 3rem;
  }

  .p-bottomLinkWrap__linkBlock-item[data-name=guidance] .p-bottomLinkWrap__linkBlock-item-icon {
    max-width: 51px;
    max-width: 3.1875rem;
  }

  .p-breadcrumb {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }

  .p-categories__container {
    margin-inline: auto;
    max-width: 720px;
    max-width: 45rem;
  }

  .p-categories__list {
    gap: initial;
    row-gap: 23px;
    row-gap: 1.4375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1.125rem;
    -moz-column-gap: 1.125rem;
    column-gap: 1.125rem;
  }

  .p-categories__link {
    padding-block: 4px;
    padding-block: .25rem;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .08em;
  }

  .p-contact {
    border-radius: 3.125rem;
    padding: 40px 22px 40px 19px;
    padding: 2.5rem 1.375rem 2.5rem 1.1875rem;
  }

  .p-contact__items {
    gap: 39px;
    gap: 2.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 46px;
    margin-top: 2.875rem;
    max-width: initial;
  }

  .p-contact__deco {
    z-index: 0;
  }

  .p-contact__deco--left {
    top: -77px;
    top: -4.8125rem;
    left: 3px;
    left: .1875rem;
    max-width: 118px;
    max-width: 7.375rem;
  }

  .p-contact__deco--right {
    top: -61px;
    top: -3.8125rem;
    right: 17px;
    right: 1.0625rem;
    max-width: 74px;
    max-width: 4.625rem;
  }

  .p-contact__item {
    position: relative;
    z-index: 1;
    border-radius: 1.25rem;
    padding: 26px 10px 30px 14px;
    padding: 1.625rem .625rem 1.875rem .875rem;
  }

  .p-contact__item-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
  }

  .p-contact__item-icon {
    margin-bottom: 0;
  }

  .p-contact__item[data-name=tel] .p-contact__item-icon {
    margin-top: 14px;
    margin-top: .875rem;
    max-width: 33px;
    max-width: 2.0625rem;
  }

  .p-contact__item[data-name=mail] .p-contact__item-icon {
    margin-top: 14px;
    margin-top: .875rem;
    max-width: 42px;
    max-width: 2.625rem;
  }

  .p-contact__item-telButton {
    padding: 7px 25px 11px 28px;
    padding: .4375rem 1.5625rem .6875rem 1.75rem;
  }

  .p-contact__item-telButton-icon::before {
    top: 52%;
  }

  .p-contact__item-button {
    margin-top: 21.13px;
    margin-top: 1.320625rem;
  }

  .p-drawer__button {
    width: 46px;
    width: 2.875rem;
    height: 46px;
    height: 2.875rem;
  }

  .p-drawer__bars {
    width: 14px;
    width: .875rem;
  }

  .p-drawer__bar {
    height: 1px;
  }

  .is-opened .p-drawer__bar:nth-child(2) {
    display: none;
  }

  .is-opened .p-drawer__bar:first-child {
    -webkit-transform: translateY(.25rem) rotate(45deg);
    transform: translateY(.25rem) rotate(45deg);
  }

  .is-opened .p-drawer__bar:last-child {
    -webkit-transform: translateY(-.2375rem) rotate(-45deg);
    transform: translateY(-.2375rem) rotate(-45deg);
  }

  .p-drawer__headerBgc {
    height: 110px;
    height: 6.875rem;
  }

  .p-drawer__wrap {
    padding-inline: 0;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-drawer__image {
    display: none;
  }

  .p-drawer__linkContents {
    padding-inline: 38px;
    padding-inline: 2.375rem;
  }

  .p-drawer__listWrap {
    gap: 21px;
    gap: 1.3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-drawer__list {
    gap: 21px;
    gap: 1.3125rem;
  }

  .p-drawer__list-item-link {
    gap: 9px;
    gap: .5625rem;
  }

  .p-drawer__list-item-icon {
    max-width: 62px;
    max-width: 3.875rem;
  }

  .p-drawer__list-item[data-name=about] .p-drawer__list-item-icon img {
    max-width: 47px;
    max-width: 2.9375rem;
  }

  .p-drawer__list-item[data-name=concept] .p-drawer__list-item-icon img {
    max-width: 38px;
    max-width: 2.375rem;
  }

  .p-drawer__list-item[data-name=baby] .p-drawer__list-item-icon img {
    max-width: 58px;
    max-width: 3.625rem;
  }

  .p-drawer__list-item[data-name=infant] .p-drawer__list-item-icon img {
    max-width: 62px;
    max-width: 3.875rem;
  }

  .p-drawer__list-item[data-name=life] .p-drawer__list-item-icon img {
    max-width: 34px;
    max-width: 2.125rem;
  }

  .p-drawer__list-item[data-name=support] .p-drawer__list-item-icon img {
    max-width: 62px;
    max-width: 3.875rem;
  }

  .p-drawer__list-item-text {
    -webkit-flex-shrink: initial;
    -ms-flex-negative: initial;
    flex-shrink: initial;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125;
  }

  .p-drawer__blockLinkPc-items {
    display: none;
  }

  .p-drawer__etcLinkPc {
    display: none;
  }

  .p-drawer__etcLinkSp {
    display: block;
    margin-top: 46px;
    margin-top: 2.875rem;
    background-color: #67C48F;
    width: 100%;
  }

  .p-drawer__spBottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 27px;
    margin-top: 1.6875rem;
    width: 100%;
  }

  .p-footer {
    margin-top: -452px;
    margin-top: -28.25rem;
    padding-top: 480px;
    padding-top: 30rem;
    padding-bottom: 8px;
    padding-bottom: .5rem;
  }

  .p-footer__deco-bottomWave {
    height: 96px;
    height: 6rem;
  }

  .p-footer__deco-icons {
    bottom: 68px;
    bottom: 4.25rem;
    left: 20px;
    left: 1.25rem;
    -webkit-transform: initial;
    transform: initial;
    max-width: 197px;
    max-width: 12.3125rem;
  }

  .p-footer__deco-rightIcon-sp {
    display: block;
    position: absolute;
    right: 19px;
    right: 1.1875rem;
    bottom: 81px;
    bottom: 5.0625rem;
    width: 100%;
    max-width: 60px;
    max-width: 3.75rem;
  }

  .p-footer__wrap {
    gap: 31px;
    gap: 1.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-footer__info {
    margin-top: 0;
    margin-left: 0;
  }

  .p-footer__logo {
    margin-left: 0;
    max-width: 128px;
    max-width: 8rem;
  }

  .p-footer__access {
    margin-top: 6px;
    margin-top: .375rem;
  }

  .p-footer__button {
    margin-top: 25px;
    margin-top: 1.5625rem;
    padding: 7px 25px 11px 28px;
    padding: .4375rem 1.5625rem .6875rem 1.75rem;
  }

  .p-footer__button-icon::before {
    top: 52%;
  }

  .p-footer__infoLink {
    display: none;
  }

  .p-footer__map {
    aspect-ratio: 428/250;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: initial;
    max-height: 250px;
    max-height: 15.625rem;
  }

  .p-footer__navWrap {
    display: none;
  }

  .p-footer__copyright {
    margin-top: 134px;
    margin-top: 8.375rem;
    margin-left: 0;
  }

  .p-form-checkbox.p-form__checkbox {
    row-gap: 17px;
    row-gap: 1.0625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-form-checkbox.p-form__checkbox .wpcf7-form-control {
    row-gap: 30px;
    row-gap: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    margin-top: 34px;
    margin-top: 2.125rem;
  }

  .p-form-checkbox label {
    display: block;
  }

  .p-form-checkbox input + span {
    display: block;
    padding-left: 45px;
    padding-left: 2.8125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-form-checkbox input + span::before {
    width: 33px;
    width: 2.0625rem;
    height: 33px;
    height: 2.0625rem;
  }

  .p-form-checkbox input + span::after {
    left: 8px;
    left: .5rem;
    width: 16.5px;
    width: 1.03125rem;
    height: 16.5px;
    height: 1.03125rem;
  }

  .p-form-input input {
    border-radius: .625rem;
    padding: 6px 12px;
    padding: .375rem .75rem;
    min-height: 60px;
    min-height: 3.75rem;
    min-height: 50px;
    min-height: 3.125rem;
  }

  .p-form-submit {
    margin-top: 36px;
    margin-top: 2.25rem;
    padding: 7px 47px 11px 24px;
    padding: .4375rem 2.9375rem .6875rem 1.5rem;
    max-width: 223px;
    max-width: 13.9375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }

  .p-form-textarea textarea {
    border-radius: .625rem;
    height: 194px;
    height: 12.125rem;
  }

  .p-form__wrap {
    display: block;
    border: none;
  }

  .p-form__wrap:first-child {
    padding-bottom: initial;
  }

  .p-form__wrap.p-form__wrap--textarea {
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .p-form__wrap + .p-form__wrap {
    margin-top: 28px;
    margin-top: 1.75rem;
    padding: 0 0 0;
  }

  .p-form__label {
    max-width: initial;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
  }

  .p-form__wrap.p-form__wrap--textarea .p-form__label {
    margin-top: 0;
  }

  .p-form__label span {
    margin-left: 20px;
    margin-left: 1.25rem;
    padding: 3px 7px;
    padding: .1875rem .4375rem;
    width: initial;
    font-size: 12px;
    font-size: .75rem;
    font-weight: bold;
  }

  .p-form__wrap:first-child .p-form__label span {
    margin-left: 1px;
    margin-left: .0625rem;
  }

  .p-form__input,
  .p-form__select,
  .p-form__radio,
  .p-form__checkbox,
  .p-form__textarea {
    margin-top: 9px;
    margin-top: .5625rem;
  }

  .p-form__submit {
    text-align: left;
  }

  .p-header__contents::before {
    top: 2px;
    top: .125rem;
    background-image: url(../images/header/bgc_header_logo_sp_01.webp);
    width: 148px;
    width: 9.25rem;
    height: 120.93px;
    height: 7.558125rem;
  }

  .p-header__contents:has(.p-header__logo.p-header__logo--recruit)::before {
    top: -1px;
    top: -.0625rem;
    width: 148px;
    width: 9.25rem;
    height: 120.93px;
    height: 7.558125rem;
  }

  .p-header__logo {
    left: 40px;
    left: 2.5rem;
    max-width: 69px;
    max-width: 4.3125rem;
  }

  .p-header__logo.p-header__logo--recruit {
    top: 13px;
    top: .8125rem;
    left: 40px;
    left: 2.5rem;
    max-width: 72px;
    max-width: 4.5rem;
  }

  .p-header.js-header-scroll .p-header__logo {
    top: 8px;
    top: .5rem;
    left: 30px;
    left: 1.875rem;
    max-width: 58px;
    max-width: 3.625rem;
  }

  .p-header__body {
    padding-right: 25px;
    padding-right: 1.5625rem;
    height: 76px;
    height: 4.75rem;
  }

  .p-header__navItems {
    display: none;
  }

  .p-header__drawer {
    margin-top: 4px;
    margin-top: .25rem;
  }

  .p-page-about-logo {
    margin-top: 83px;
    margin-top: 5.1875rem;
  }

  .p-page-about-logo__content {
    gap: 51px;
    gap: 3.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    margin-top: 2.8125rem;
    padding: 50px 21px 43px 23px;
    padding: 3.125rem 1.3125rem 2.6875rem 1.4375rem;
  }

  .p-page-about-logo__textBlock {
    margin-top: 0;
    max-width: initial;
    text-align: center;
  }

  .p-page-about-logo__text {
    margin-top: 24px;
    margin-top: 1.5rem;
    text-align: left;
  }

  .p-page-about-map {
    margin-top: 106px;
    margin-top: 6.625rem;
    padding-top: 61px;
    padding-top: 3.8125rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }

  .p-page-about-map__deco-topWave {
    top: -17px;
    top: -1.0625rem;
    height: 19.34px;
    height: 1.20875rem;
  }

  .p-page-about-map__deco-bottomWave {
    bottom: -17px;
    bottom: -1.0625rem;
    height: 19.31px;
    height: 1.206875rem;
  }

  .p-page-about-map__illustration {
    margin-top: 46px;
    margin-top: 2.875rem;
  }

  .p-page-about-map__items {
    gap: 15px 15.89px;
    gap: .9375rem .993125rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 46.43px;
    margin-top: 2.901875rem;
  }

  .p-page-about-map__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(50% - .993125rem);
    -ms-flex: 1 1 calc(50% - .993125rem);
    flex: 1 1 calc(50% - .993125rem);
    max-width: calc(50% - .993125rem);
  }

  .p-page-about-map__item[data-name=infant] .p-page-about-map__item-deco {
    display: none;
  }

  .p-page-about-map__item[data-name=farm] .p-page-about-map__item-deco {
    display: none;
  }

  .p-page-about-map__item-gallery {
    aspect-ratio: 185/145;
  }

  .p-page-about-map__item-caption {
    margin-top: 12px;
    margin-top: .75rem;
    min-height: 50px;
    min-height: 3.125rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
  }

  .p-page-about-overview__wrap {
    gap: 59px;
    gap: 3.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .p-page-about-overview__list {
    max-width: initial;
  }

  .p-page-about-overview__row {
    grid-template-columns: 6.5625rem 1fr;
    padding: 15px 0;
    padding: .9375rem 0;
    line-height: 1.5;
  }

  .p-page-about-overview__row--double {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .p-page-about-overview__row--double-spWrap {
    display: grid;
    grid-template-columns: 6.5625rem 1fr;
    padding: 15px 0;
    padding: .9375rem 0;
  }

  .p-page-about-overview__row--double-spWrap:not(:last-child) {
    border-bottom: 1px dotted #3F342D;
  }

  .p-page-about-overview__term {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 5px;
    margin-top: .3125rem;
  }

  .p-page-about-overview__access {
    max-width: initial;
  }

  .p-page-about-overview__map {
    aspect-ratio: 428/356;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-height: 356px;
    max-height: 22.25rem;
  }

  .p-page-about-overview__access-info {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-about-overview__access-info-item[data-name=train] .p-page-about-overview__access-info-title::before {
    width: 19px;
    width: 1.1875rem;
  }

  .p-page-about-overview__access-info-text {
    margin-top: 13px;
    margin-top: .8125rem;
  }

  .p-page-about-song {
    margin-top: 91px;
    margin-top: 5.6875rem;
  }

  .l-container.p-page-about-song__inner {
    max-width: initial;
  }

  .p-page-about-song__content--pc {
    display: contents;
  }

  .p-page-about-song__content--sp {
    display: block;
    padding: 59px 10px 138px;
    padding: 3.6875rem .625rem 8.625rem;
  }

  .p-page-about-song__deco--topLeft {
    top: 35px;
    top: 2.1875rem;
    left: calc(50% - min(41vw, 13.75rem));
    max-width: 103px;
    max-width: 6.4375rem;
  }

  .p-page-about-song__deco--topRight {
    top: 34px;
    top: 2.125rem;
    right: 20px;
    right: 1.25rem;
    right: calc(50% - min(40vw, 13.75rem));
    max-width: 69px;
    max-width: 4.3125rem;
  }

  .p-page-about-song__deco--bottomLeft {
    bottom: 47px;
    bottom: 2.9375rem;
    left: calc(50% - min(40vw, 10rem));
    max-width: 126px;
    max-width: 7.875rem;
  }

  .p-page-about-song__deco--bottomRight {
    right: calc(50% - min(40vw, 14rem));
    bottom: 47px;
    bottom: 2.9375rem;
    max-width: 131px;
    max-width: 8.1875rem;
  }

  .p-page-about-story__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5909090909;
  }

  .p-page-about-story__title-sub {
    margin-top: 35px;
    margin-top: 2.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.1875;
  }

  .p-page-about-song__lyricsItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 41px;
    margin-top: 2.5625rem;
  }

  .p-page-about-song__lyricsItem {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.4375;
  }

  .p-page-about-song__movieItem {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-about-story {
    margin-top: 59px;
    margin-top: 3.6875rem;
  }

  .p-page-about-story__sectionTitle-text {
    border-bottom: 1px solid #67C48F;
    padding: 0 0 8px;
    padding: 0 0 .5rem;
    color: #67C48F;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }

  .p-page-about-story__movieItems {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: 1fr;
    margin-top: 41px;
    margin-top: 2.5625rem;
  }

  .p-page-baby-important {
    margin-top: -10px;
    margin-top: -.625rem;
    padding-top: 61px;
    padding-top: 3.8125rem;
    padding-bottom: 94px;
    padding-bottom: 5.875rem;
  }

  .p-page-baby-important__deco-wave {
    top: -31px;
    top: -1.9375rem;
    height: 33.04px;
    height: 2.065rem;
  }

  .p-page-baby-important__items {
    margin-top: 78px;
    margin-top: 4.875rem;
  }

  .p-page-baby-important__item[data-name=environment] {
    margin-top: 45px;
    margin-top: 2.8125rem;
    padding-top: 116.86px;
    padding-top: 7.30375rem;
    padding-bottom: 77.18px;
    padding-bottom: 4.82375rem;
  }

  .p-page-baby-important__item[data-name=life] {
    padding-top: 92px;
    padding-top: 5.75rem;
  }

  .p-page-baby-important__deco-environmentWave {
    top: -1px;
    height: 33.04px;
    height: 2.065rem;
  }

  .p-page-baby-important__deco-lifeWave {
    top: -31px;
    top: -1.9375rem;
    height: 33.04px;
    height: 2.065rem;
  }

  .p-page-baby-important__item-top {
    display: contents;
  }

  .p-page-baby-important__item-spSliderWrap {
    display: block;
    position: relative;
  }

  .p-page-baby-important__item-top-imageWrap {
    display: none;
  }

  .p-page-baby-important__deco {
    z-index: 2;
  }

  .p-page-baby-important__item-top-textBlock {
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: initial;
  }

  .p-page-baby-important__item-top-title {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }

  .p-page-baby-important__item:nth-child(even) .p-page-baby-important__item-top-title {
    border-bottom: none;
  }

  .p-page-baby-important__item-top-text {
    margin-top: 17px;
    margin-top: 1.0625rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
  }

  .p-page-baby-important__item-bottom {
    display: none;
  }

  .p-page-baby-relief {
    z-index: 0;
  }

  .p-page-baby-relief__catchphrase {
    margin-top: 46px;
    margin-top: 2.875rem;
    text-align: center;
  }

  .p-page-baby-relief__catchphrase-text {
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    text-align: left;
  }

  .p-page-baby-relief__imageItems {
    gap: 62px;
    gap: 3.875rem;
    margin-top: 49px;
    margin-top: 3.0625rem;
  }

  .p-page-baby-relief__imageItem {
    gap: 38.57px;
    gap: 2.410625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-baby-relief__imageItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-baby-relief__imageItem-imageWrap {
    aspect-ratio: 385/271.43;
    max-width: initial;
  }

  .p-page-baby-relief__deco--item01-left {
    bottom: -12.57px;
    bottom: -.785625rem;
    left: -3px;
    left: -.1875rem;
    max-width: 62px;
    max-width: 3.875rem;
  }

  .p-page-baby-relief__deco--item01-right {
    right: -14px;
    right: -.875rem;
    bottom: -35.57px;
    bottom: -2.223125rem;
    max-width: 96px;
    max-width: 6rem;
  }

  .p-page-baby-relief__deco--item02-left {
    bottom: -26.57px;
    bottom: -1.660625rem;
    left: -21px;
    left: -1.3125rem;
    max-width: 96px;
    max-width: 6rem;
  }

  .p-page-baby-relief__deco--item02-right {
    right: -1px;
    bottom: -20.57px;
    bottom: -1.285625rem;
    max-width: 58px;
    max-width: 3.625rem;
  }

  .p-page-baby-relief__imageItem-text {
    max-width: initial;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }

  .p-page-baby-relief__advantage {
    margin-inline: auto;
    margin-top: 86px;
    margin-top: 5.375rem;
    padding: 0;
    width: 100%;
    max-width: 460px;
    max-width: 28.75rem;
  }

  .p-page-baby-relief__advantage-bgPc {
    display: none;
  }

  .p-page-baby-relief__advantage-title-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .p-page-baby-relief__advantage-spWrap {
    display: block;
    margin-top: 186px;
    margin-top: 11.625rem;
    border: 1px solid #EF836A;
    border-radius: 1.875rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }

  .p-page-baby-relief__advantage-items {
    gap: 54px;
    gap: 3.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -131.5px;
    margin-top: -8.21875rem;
  }

  .p-page-baby-relief__advantage-item[data-name=baby] {
    aspect-ratio: 344/378;
    max-width: 344px;
    max-width: 21.5rem;
  }

  .p-page-baby-relief__advantage-item[data-name=parent] {
    aspect-ratio: 344/382;
    margin-left: 0;
    max-width: 344px;
    max-width: 21.5rem;
  }

  .p-page-baby-relief__advantage-item[data-name=baby] .p-page-baby-relief__advantage-item-textBlock {
    margin-top: 129px;
    margin-top: 8.0625rem;
    margin-left: 0;
  }

  .p-page-baby-relief__advantage-item[data-name=parent] .p-page-baby-relief__advantage-item-textBlock {
    margin-top: 116px;
    margin-top: 7.25rem;
    margin-right: 0;
  }

  .p-page-baby-relief__advantage-item-text {
    margin-top: 14px;
    margin-top: .875rem;
    line-height: 2.6875;
  }

  .p-page-concept-goal {
    padding-top: 64px;
    padding-top: 4rem;
    padding-bottom: 45.23px;
    padding-bottom: 2.826875rem;
  }

  .p-page-concept-goal__sectionTitle {
    text-align: center;
  }

  .p-page-concept-goal__itemsWrap {
    gap: 27.23px;
    gap: 1.701875rem;
    margin-top: 47px;
    margin-top: 2.9375rem;
  }

  .p-page-concept-goal__items {
    gap: 27.23px;
    gap: 1.701875rem;
  }

  .p-page-concept-goal__items.p-page-concept-goal__items--spNone {
    display: contents;
  }

  .p-page-concept-goal__item {
    aspect-ratio: 182/172.77;
    max-width: 182px;
    max-width: 11.375rem;
  }

  .p-page-concept-goal__item-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375;
  }

  .p-page-concept-goal__item[data-number='01'] .p-page-concept-goal__item-text,
  .p-page-concept-goal__item[data-number='02'] .p-page-concept-goal__item-text {
    margin-top: 20.97px;
    margin-top: 1.310625rem;
  }

  .p-page-concept-goal__item[data-number='03'] .p-page-concept-goal__item-text {
    margin-top: 27.68px;
    margin-top: 1.73rem;
    margin-left: 0;
  }

  .p-page-concept-goal__item[data-number='04'] .p-page-concept-goal__item-text {
    margin-top: 27.68px;
    margin-top: 1.73rem;
  }

  .p-page-concept-goal__item[data-number='05'] .p-page-concept-goal__item-text {
    margin-top: 16.47px;
    margin-top: 1.029375rem;
  }

  .p-page-concept-message__wrap {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-concept-message__mediaWrap {
    aspect-ratio: 388/277.64;
    position: static;
    top: initial;
    margin-top: 0;
    max-width: initial;
  }

  .p-page-concept-message__deco--mediaTop {
    display: none;
  }

  .p-page-concept-message__deco--mediaBottom {
    display: none;
  }

  .p-page-concept-message__textBlock {
    margin-inline: auto;
    width: auto;
    max-width: initial;
  }

  .p-page-concept-message__deco--textLeft {
    display: none;
  }

  .p-page-concept-message__deco--textRight {
    display: none;
  }

  .p-page-concept-message__title {
    text-align: center;
  }

  .p-page-concept-message__title-text {
    padding: 0;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 2.4782608696;
  }

  .p-page-concept-message__text {
    margin-top: 38px;
    margin-top: 2.375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.875;
  }

  .p-page-concept-message__bottomText {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2.0416666667;
  }

  .p-page-concept-relief {
    margin-top: 93px;
    margin-top: 5.8125rem;
    padding-top: 41px;
    padding-top: 2.5625rem;
  }

  .p-page-concept-relief__deco-wave {
    top: -32px;
    top: -2rem;
    height: 34.18px;
    height: 2.13625rem;
  }

  .p-page-concept-relief__sectionTitle {
    text-align: center;
  }

  .p-page-concept-relief__wrap {
    gap: 36.36px;
    gap: 2.2725rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 47px;
    margin-top: 2.9375rem;
  }

  .p-page-concept-relief__imageWrap {
    aspect-ratio: 388/277.64;
    max-width: initial;
  }

  .p-page-concept-relief__deco--imageTop {
    display: none;
  }

  .p-page-concept-relief__deco--imageBottom {
    display: none;
  }

  .p-page-concept-relief__numberItems {
    gap: 25px;
    gap: 1.5625rem;
    margin-top: 0;
    max-width: initial;
  }

  .p-page-concept-relief__numberItem-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
  }

  .p-page-daily-event {
    margin-top: 103px;
    margin-top: 6.4375rem;
    padding-top: 63px;
    padding-top: 3.9375rem;
    padding-bottom: 65px;
    padding-bottom: 4.0625rem;
  }

  .p-page-daily-event__deco-wave {
    top: -31px;
    top: -1.9375rem;
    height: 33.04px;
    height: 2.065rem;
  }

  .p-page-daily-event__topText {
    margin-top: 49px;
    margin-top: 3.0625rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
  }

  .p-page-daily-event__topText p {
    display: inline-block;
    text-align: left;
  }

  .p-page-daily-event__calendar {
    margin-top: 37px;
    margin-top: 2.3125rem;
    border-radius: 1.25rem;
    padding: 41px 20px;
    padding: 2.5625rem 1.25rem;
  }

  .p-page-daily-event__calendar-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-daily-event__calendar-row:first-child {
    padding-bottom: 0;
  }

  .p-page-daily-event__calendar-row:last-child {
    margin-top: 0;
    padding-bottom: 0;
  }

  .p-page-daily-event__calendar-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 65px 15px 0;
    padding: .9375rem 4.0625rem .9375rem 0;
    min-height: initial;
  }

  .p-page-daily-event__calendar-item--sp-prNarrow {
    padding-right: 15px;
    padding-right: .9375rem;
  }

  .p-page-daily-event__calendar-item:nth-child(1) {
    width: 100%;
  }

  .p-page-daily-event__calendar-item:nth-child(2),
  .p-page-daily-event__calendar-item:nth-child(3),
  .p-page-daily-event__calendar-item:nth-child(4),
  .p-page-daily-event__calendar-item:nth-child(5) {
    width: 100%;
  }

  .p-page-daily-event__calendar-item:nth-child(6) {
    width: 100%;
  }

  .p-page-daily-event__calendar-item::after {
    top: initial;
    bottom: 0;
    left: 0;
    background: repeating-linear-gradient(to right, #EF836A 0, #EF836A .375rem, transparent .375rem, transparent .75rem);
    width: 100%;
    height: 1px;
  }

  .p-page-daily-event__calendar-item-deco--clover {
    right: 12px;
    right: .75rem;
    bottom: 11px;
    bottom: .6875rem;
    max-width: 29px;
    max-width: 1.8125rem;
  }

  .p-page-daily-event__calendar-item-deco--santa {
    right: 15px;
    right: .9375rem;
    bottom: 15px;
    bottom: .9375rem;
    max-width: 46px;
    max-width: 2.875rem;
  }

  .p-page-daily-event__calendar-item-deco--tulip {
    right: 15px;
    right: .9375rem;
    bottom: 14px;
    bottom: .875rem;
    max-width: 31px;
    max-width: 1.9375rem;
  }

  .p-page-daily-event__calendar-item-header {
    margin-right: 10px;
    margin-right: .625rem;
    width: 50px;
    width: 3.125rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .p-page-daily-event__calendar-item-header-number {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .p-page-daily-event__calendar-item-lists {
    gap: 0 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    width: 80%;
  }

  .p-page-daily-event__calendar-item-lists-wrap {
    gap: 0 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .p-page-daily-event__calendar-item-lists-wrap--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-daily-event__calendar-item-list {
    display: inline-block;
  }

  .p-page-daily-event__calendar-monthly {
    gap: 14px;
    gap: .875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-page-daily-event__calendar-monthly-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .p-page-daily-event__imageItems {
    gap: 63px;
    gap: 3.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 82px;
    margin-top: 5.125rem;
  }

  .p-page-daily-event__imageItem {
    max-width: initial;
  }

  .p-page-daily-event__imageItem-image {
    aspect-ratio: 389/260;
  }

  .p-page-daily-event__imageItem-textBlock {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-page-daily-event__imageItem-text {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-page-daily-overview__contents {
    margin-inline: auto;
    margin-top: 45px;
    margin-top: 2.8125rem;
    width: 100%;
    max-width: 600px;
    max-width: 37.5rem;
  }

  .p-page-daily-overview__tabItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 20px;
    border-top-right-radius: 1.25rem;
    border-top-left-radius: 20px;
    border-top-left-radius: 1.25rem;
    padding: 10px 22px 8px 21px;
    padding: .625rem 1.375rem .5rem 1.3125rem;
    min-height: 2.3lh;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
  }

  .p-page-daily-overview__content {
    padding: 66px 39px 72px 46px;
    padding: 4.125rem 2.4375rem 4.5rem 2.875rem;
  }

  .p-page-daily-overviewContent__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-page-daily-overviewContent__items-row {
    display: contents;
  }

  .p-page-daily-overviewContent__items-row:not(:first-child) {
    margin-top: 0;
  }

  .p-page-daily-overviewContent__item {
    margin-top: 83px;
    margin-top: 5.1875rem;
  }

  .p-page-daily-overviewContent__items-row:first-child .p-page-daily-overviewContent__item:first-child {
    margin-top: 0;
  }

  .p-page-daily-overviewContent__item:nth-child(2) {
    margin-top: 83px;
    margin-top: 5.1875rem;
    margin-left: initial;
  }

  .p-page-daily-overviewContent__item:nth-child(1)::before {
    content: none;
  }

  .p-page-daily-overviewContent__item:nth-child(2)::before {
    content: none;
  }

  .p-page-daily-overviewContent__detail {
    margin-top: 16.19px;
    margin-top: 1.011875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }

  .p-page-daily-overviewContent__detail.p-page-daily-overviewContent__detail--last {
    margin-top: 0;
  }

  .p-page-daily-overviewContent__time {
    top: -9px;
    top: -.5625rem;
    right: auto;
    left: -22px;
    left: -1.375rem;
    width: 90px;
    width: 5.625rem;
  }

  .p-page-daily-overviewContent__item:nth-child(2) .p-page-daily-overviewContent__time {
    top: -9px;
    top: -.5625rem;
    left: -22px;
    left: -1.375rem;
  }

  .p-page-daily-overviewContent__time-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.2;
  }

  .p-page-daily-overviewContent__time-bgc {
    aspect-ratio: 90/85;
    top: 51%;
    width: 90px;
    width: 5.625rem;
  }

  .p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__deco--baby {
    right: -17px;
    right: -1.0625rem;
    bottom: 0;
    max-width: 99px;
    max-width: 6.1875rem;
  }

  .p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__deco--eat {
    right: 1px;
    bottom: 3px;
    bottom: .1875rem;
    max-width: 75px;
    max-width: 4.6875rem;
  }

  .p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__deco--butterfly {
    left: -18px;
    left: -1.125rem;
    max-width: 60px;
    max-width: 3.75rem;
  }

  .p-page-daily-overviewContent[data-name=baby] .p-page-daily-overviewContent__deco--tree {
    display: none;
  }

  .p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__deco--kids {
    right: -17px;
    right: -1.0625rem;
    max-width: 104px;
    max-width: 6.5rem;
  }

  .p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__deco--smallKids {
    display: none;
  }

  .p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__deco--eat {
    right: -3px;
    right: -.1875rem;
    bottom: 5.81px;
    bottom: .363125rem;
    max-width: 75px;
    max-width: 4.6875rem;
  }

  .p-page-daily-overviewContent[data-name=infant] .p-page-daily-overviewContent__deco--dandelion {
    bottom: 17.81px;
    bottom: 1.113125rem;
    left: -13px;
    left: -.8125rem;
    max-width: 71px;
    max-width: 4.4375rem;
  }

  .p-page-daily-overviewContent__items-lastItems {
    gap: 57px;
    gap: 3.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 74px;
    margin-top: 4.625rem;
    width: 100%;
    max-width: 300px;
    max-width: 18.75rem;
  }

  .p-page-daily-overviewContent__lastItem {
    gap: 12px;
    gap: .75rem;
  }

  .p-page-disclosure-report__block {
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-page-disclosure-report__block + .p-page-disclosure-report__block {
    margin-top: 53px;
    margin-top: 3.3125rem;
  }

  .p-page-disclosure-report__title {
    text-align: center;
  }

  .p-page-disclosure-report__heading {
    margin-top: initial;
    padding-bottom: 9px;
    padding-bottom: .5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }

  .p-page-disclosure-report__notice {
    margin-top: 36px;
    margin-top: 2.25rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    padding: 17px 20px;
    padding: 1.0625rem 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.2857142857;
  }

  .p-page-disclosure-report__panel {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-disclosure-report__row {
    display: block;
  }

  .p-page-disclosure-report__term {
    border-bottom: 1px solid #4A5264;
    border-bottom: .0625rem solid #4A5264;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.375;
  }

  .p-page-disclosure-report__desc {
    padding: 9px 20px;
    padding: .5625rem 1.25rem;
  }

  .p-page-disclosure-disclosure__title {
    text-align: center;
  }

  .p-page-disclosure-disclosure__text {
    margin-top: 27px;
    margin-top: 1.6875rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 3.1428571429;
  }

  .p-page-disclosure-disclosure__btn {
    margin-top: 34px;
    margin-top: 2.125rem;
  }

  .p-page-guidance-about {
    padding: 52px 20px 142px;
    padding: 3.25rem 1.25rem 8.875rem;
  }

  .p-page-guidance-about::before {
    top: auto;
    right: 20px;
    right: 1.25rem;
    bottom: 41px;
    bottom: 2.5625rem;
    width: 104px;
    width: 6.5rem;
    height: 77px;
    height: 4.8125rem;
  }

  .p-page-guidance-about__title {
    padding-bottom: 9px;
    padding-bottom: .5625rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-guidance-about__panel {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: initial;
  }

  .p-page-guidance-about__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: initial;
  }

  .p-page-guidance-about__term {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #EF836A;
    border-bottom: .0625rem solid #EF836A;
    padding: 11px 14px;
    padding: .6875rem .875rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-guidance-about__desc {
    padding: 18px 11px 19px 20px;
    padding: 1.125rem .6875rem 1.1875rem 1.25rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-guidance-about__row:nth-of-type(1) .p-page-guidance-about__desc {
    padding-block: 19px;
    padding-block: 1.1875rem;
  }

  .p-page-guidance-anchorLink__inner {
    gap: 18px;
    gap: 1.125rem;
  }

  .p-page-guidance-faq {
    padding: initial;
    padding-bottom: 103px;
    padding-bottom: 6.4375rem;
  }

  .p-page-guidance-faq::before {
    top: -28px;
    top: -1.75rem;
    height: 30px;
    height: 1.875rem;
  }

  .p-page-guidance-faq__header {
    padding-top: 56px;
    padding-top: 3.5rem;
  }

  .p-page-guidance-faq__groups {
    gap: initial;
    margin-top: 36px;
    margin-top: 2.25rem;
  }

  .p-page-guidance-faq__group {
    gap: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-guidance-faq__group + .p-page-guidance-faq__group {
    margin-top: 41px;
    margin-top: 2.5625rem;
  }

  .p-page-guidance-faq__group-label {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: initial;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: left;
    text-orientation: initial;
  }

  .p-page-guidance-faq__list {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-page-guidance-faq__q {
    gap: 11px;
    gap: .6875rem;
    grid-template-columns: 2.125rem 1fr;
    padding: 26px 10px 19px 20px;
    padding: 1.625rem .625rem 1.1875rem 1.25rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-guidance-faq__q-index {
    margin-left: initial;
  }

  .p-page-guidance-faq__a-inner {
    padding: 13px 16px 27px 21px;
    padding: .8125rem 1rem 1.6875rem 1.3125rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-guidance-form__about {
    margin-top: 37px;
    margin-top: 2.3125rem;
  }

  .p-page-guidance-form__info {
    margin-top: 51px;
    margin-top: 3.1875rem;
  }

  .p-page-guidance-form__btns {
    gap: 10px;
    gap: .625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    margin-top: 2.1875rem;
  }

  .p-page-guidance-form__visit {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-guidance-info {
    padding: 52px 20px 142px;
    padding: 3.25rem 1.25rem 8.875rem;
  }

  .p-page-guidance-info::before {
    top: auto;
    right: 20px;
    right: 1.25rem;
    bottom: 41px;
    bottom: 2.5625rem;
    width: 104px;
    width: 6.5rem;
    height: 77px;
    height: 4.8125rem;
  }

  .p-page-guidance-info__title {
    padding-bottom: 9px;
    padding-bottom: .5625rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-guidance-info__panel {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: initial;
  }

  .p-page-guidance-info__panel-head {
    padding-block: 16px 13px;
    padding-block: 1rem .8125rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-guidance-info__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: initial;
  }

  .p-page-guidance-info__term {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #EF836A;
    border-bottom: .0625rem solid #EF836A;
    padding: 11px 14px;
    padding: .6875rem .875rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-guidance-info__desc {
    padding: 18px 11px 19px 20px;
    padding: 1.125rem .6875rem 1.1875rem 1.25rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-guidance-info__row:nth-of-type(1) .p-page-guidance-info__desc {
    padding-block: 19px;
    padding-block: 1.1875rem;
  }

  .p-page-guidance-visit {
    padding-inline: 16px;
    padding-inline: 1rem;
  }

  .p-page-guidance-visit__inner {
    gap: 16px;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 1.25rem;
    padding: 20px;
    padding: 1.25rem;
  }

  .p-page-guidance-visit__title {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-guidance-visit__lead {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-infant-independence {
    margin-top: 90px;
    margin-top: 5.625rem;
    padding-top: 81px;
    padding-top: 5.0625rem;
    padding-bottom: 76px;
    padding-bottom: 4.75rem;
  }

  .p-page-infant-independence__deco-wave {
    top: -31px;
    top: -1.9375rem;
    height: 33.04px;
    height: 2.065rem;
  }

  .p-page-infant-independence__items {
    margin-inline: auto;
    margin-top: 48px;
    margin-top: 3rem;
    width: 100%;
    max-width: 580px;
    max-width: 36.25rem;
  }

  .p-page-infant-independence__item {
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-page-infant-independence__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-infant-independence__item[data-name=material] {
    margin-top: 246px;
    margin-top: 15.375rem;
  }

  .p-page-infant-independence__item[data-name=quest] {
    margin-top: 196px;
    margin-top: 12.25rem;
  }

  .p-page-infant-independence__item[data-name=challenge] {
    margin-top: 222px;
    margin-top: 13.875rem;
  }

  .p-page-infant-independence__deco--circleImage {
    display: none;
  }

  .p-page-infant-independence__deco--materialTop {
    top: -186px;
    top: -11.625rem;
    left: 50%;
    max-width: 110px;
    max-width: 6.875rem;
  }

  .p-page-infant-independence__deco--materialImage {
    display: none;
  }

  .p-page-infant-independence__deco--questTop {
    display: block;
    top: -137px;
    top: -8.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 81px;
    max-width: 5.0625rem;
  }

  .p-page-infant-independence__deco--questImage {
    display: none;
  }

  .p-page-infant-independence__deco--challengeTop {
    top: -174px;
    top: -10.875rem;
    left: 50%;
    max-width: 73.22px;
    max-width: 4.57625rem;
  }

  .p-page-infant-independence__deco--challengeImage {
    display: none;
  }

  .p-page-infant-independence__item-largeImageWrap {
    aspect-ratio: 389/493;
    max-width: initial;
  }

  .p-page-infant-independence__item-smallImages {
    gap: 18px;
    gap: 1.125rem;
    margin-top: 44px;
    margin-top: 2.75rem;
  }

  .p-page-infant-independence__item:nth-child(even) .p-page-infant-independence__item-smallImages {
    margin-top: 44px;
    margin-top: 2.75rem;
  }

  .p-page-infant-independence__item-smallImage {
    aspect-ratio: 185/145;
    max-width: initial;
  }

  .p-page-infant-independence__item-largeImage,
  .p-page-infant-independence__item-smallImage {
    border-radius: 1.25rem;
  }

  .p-page-infant-independence__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
    max-width: initial;
  }

  .p-page-infant-independence__item:nth-child(odd) .p-page-infant-independence__item-textBlock {
    margin-top: 0;
  }

  .p-page-infant-independence__item-textBlock {
    margin-left: 0;
  }

  .p-page-infant-independence__item-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }

  .p-page-infant-independence__item-text {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
  }

  .p-page-infant-independence__slider {
    margin-top: 58px;
    margin-top: 3.625rem;
  }

  .p-page-infant-independence__external {
    margin-top: 37px;
    margin-top: 2.3125rem;
    padding: 40px 22px 40px 19px;
    padding: 2.5rem 1.375rem 2.5rem 1.1875rem;
  }

  .p-page-infant-independence__external-textBlock {
    max-width: initial;
  }

  .p-page-infant-independence__external-title-text {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }

  .p-page-infant-independence__external-items {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }

  .p-page-infant-independence__external-item {
    gap: 31px;
    gap: 1.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-infant-independence__external-item:not(:first-child) {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-infant-independence__external-item:not(:last-child) {
    border-bottom: 1px dashed #EF836A;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }

  .p-page-infant-independence__external-text {
    letter-spacing: -.04em;
    line-height: 1.6;
  }

  .p-page-infant-relief__catchphrase {
    margin-top: 45px;
    margin-top: 2.8125rem;
    text-align: center;
  }

  .p-page-infant-relief__catchphrase-text {
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    text-align: left;
  }

  .p-page-infant-relief__imageItems {
    gap: 58px;
    gap: 3.625rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-infant-relief__imageItem {
    gap: 40.57px;
    gap: 2.535625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-infant-relief__imageItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-infant-relief__imageItem-imageWrap {
    aspect-ratio: 385/271.43;
    max-width: initial;
  }

  .p-page-infant-relief__deco--item01-left {
    bottom: -15.57px;
    bottom: -.973125rem;
    left: 0;
    max-width: 82px;
    max-width: 5.125rem;
  }

  .p-page-infant-relief__deco--item01-right {
    right: -14px;
    right: -.875rem;
    bottom: -35.57px;
    bottom: -2.223125rem;
    max-width: 96px;
    max-width: 6rem;
  }

  .p-page-infant-relief__deco--item02-left {
    bottom: -26.57px;
    bottom: -1.660625rem;
    left: -21px;
    left: -1.3125rem;
    max-width: 96px;
    max-width: 6rem;
  }

  .p-page-infant-relief__deco--item02-right {
    right: 16px;
    right: 1rem;
    bottom: -20.57px;
    bottom: -1.285625rem;
    max-width: 88px;
    max-width: 5.5rem;
  }

  .p-page-infant-relief__imageItem-text {
    max-width: initial;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }

  .p-page-privacy__content {
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.2857142857;
  }

  .p-page-privacy__content li {
    padding-left: 0;
    list-style: none;
    text-indent: 0;
  }

  .p-page-privacy__content li::before {
    content: none;
  }

  .p-page-recruit-contact__block {
    padding: 39px 0 50px;
    padding: 2.4375rem 0 3.125rem;
  }

  .p-page-recruit-contact__box {
    gap: 9px;
    gap: .5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48px;
    margin-top: 3rem;
    padding: 26px 30px;
    padding: 1.625rem 1.875rem;
  }

  .p-page-recruit-contact__label {
    position: relative;
    left: -10px;
    left: -.625rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-recruit-contact__label::before {
    margin-right: 6px;
    margin-right: .375rem;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }

  .p-page-recruit-contact__phone {
    pointer-events: auto;
  }

  .p-page-recruit-contact__hours {
    line-height: 1.8;
    text-align: center;
  }

  .p-page-recruit-contact__form {
    padding: 35px 20px 50px;
    padding: 2.1875rem 1.25rem 3.125rem;
  }

  .p-page-recruit-contact__formBody {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }

  .p-page-recruit-contact__formTitle {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-recruit-contact__formTitle::before {
    margin-right: 9px;
    margin-right: .5625rem;
    width: 27px;
    width: 1.6875rem;
    height: 20px;
    height: 1.25rem;
  }

  .p-page-recruit-contact__form .p-form__label {
    max-width: 170px;
    max-width: 10.625rem;
  }

  .p-page-recruit-contact__form .p-form__wrap {
    padding-left: 0;
  }

  .p-page-recruit-contact__form .p-form__submit {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-recruit-flow::before {
    width: 205px;
    width: 12.8125rem;
    height: 107px;
    height: 6.6875rem;
  }

  .p-page-recruit-flow::after {
    width: 204px;
    width: 12.75rem;
    height: 94px;
    height: 5.875rem;
  }

  .p-page-recruit-flow__items {
    gap: 57px;
    gap: 3.5625rem;
    margin-inline: auto;
    position: relative;
    left: 10px;
    left: .625rem;
    grid-template-columns: repeat(1, 1fr);
    width: max(85.9813084112vw, 280px);
    width: max(85.9813084112vw, 17.5rem);
    max-width: 500px;
    max-width: 31.25rem;
  }

  .p-page-recruit-flow__item {
    padding: 22px 10px 40px;
    padding: 1.375rem .625rem 2.5rem;
    min-height: 215px;
    min-height: 13.4375rem;
  }

  .p-page-recruit-flow__item::before {
    top: 50%;
    left: -24px;
    left: -1.5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 48px;
    font-size: 3rem;
  }

  .p-page-recruit-flow__item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -27px;
    bottom: -1.6875rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  .p-page-recruit-flow__itemText {
    margin-top: 12px;
    margin-top: .75rem;
    margin-top: auto;
  }

  .p-page-recruit-flow__itemBtn .c-button {
    min-width: 223px;
    min-width: 13.9375rem;
  }

  .p-page-recruit-flow__itemIcon {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }

  .p-page-recruit-flow__itemIcon--people {
    padding-bottom: 0;
    max-width: 51px;
    max-width: 3.1875rem;
  }

  .p-page-recruit-flow__itemIcon--test {
    max-width: 51px;
    max-width: 3.1875rem;
  }

  .p-page-recruit-flow__itemIcon--training {
    max-width: 62px;
    max-width: 3.875rem;
  }

  .p-page-recruit-flow__itemIcon--congratulation {
    max-width: 51px;
    max-width: 3.1875rem;
  }

  .p-page-recruit-message {
    padding-top: 85px;
    padding-top: 5.3125rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }

  .p-page-recruit-message::before {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/recruit/deco_recruit_message_right_top_sp.webp) no-repeat center/contain;
    width: 230px;
    width: 14.375rem;
    height: 132px;
    height: 8.25rem;
    content: '';
  }

  .p-page-recruit-message__content {
    display: block;
  }

  .p-page-recruit-message__textBlock {
    display: block;
  }

  .p-page-recruit-message__textContent {
    margin-top: initial;
  }

  .p-page-recruit-message__textContent::before {
    display: none;
  }

  .p-page-recruit-message__textContent::after {
    display: none;
  }

  .p-page-recruit-message__text {
    margin-top: 31px;
    margin-top: 1.9375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.125;
  }

  .p-page-recruit-message__title {
    padding-right: initial;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-align: center;
  }

  .p-page-recruit-message__title::before {
    top: -49px;
    top: -3.0625rem;
    right: auto;
    left: 0;
    width: 73px;
    width: 4.5625rem;
    height: 96px;
    height: 6rem;
  }

  .p-page-recruit-message__title::after {
    top: auto;
    right: 0;
    bottom: -120px;
    bottom: -7.5rem;
    left: auto;
    width: 88px;
    width: 5.5rem;
    height: 96px;
    height: 6rem;
  }

  .p-page-recruit-message__sliderWrap {
    top: 0;
    margin-top: 93px;
    margin-top: 5.8125rem;
    margin-left: calc(50% - 50vw);
  }

  .p-page-recruit-message__sliderWrap::before {
    position: absolute;
    top: -56px;
    top: -3.5rem;
    left: -42px;
    left: -2.625rem;
    background: url(../images/recruit/deco_recruit_message_sp_01.webp) no-repeat center/contain;
    width: 320px;
    width: 20rem;
    height: 56px;
    height: 3.5rem;
    content: '';
  }

  .p-page-recruit-message__slider.js-pageRecruit-message-swiper {
    height: 214px;
    height: 13.375rem;
    min-height: initial;
  }

  .p-page-recruit-message__slider.js-pageRecruit-message-swiper .swiper-slide img {
    aspect-ratio: 269/214;
  }

  .p-page-recruit-mv {
    background-image: url(../images/recruit/bg_recruit_mv_01_sp.webp);
    padding-top: 49px;
    padding-top: 3.0625rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    height: initial;
    min-height: 836px;
    min-height: 52.25rem;
  }

  .p-page-recruit-mv__inner.l-container {
    max-width: 550px;
    max-width: 34.375rem;
  }

  .p-page-recruit-mv__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-recruit-mv__wrapSp {
    gap: 20px;
    gap: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-page-recruit-mv__wrap::before {
    top: auto;
    right: 17px;
    right: 1.0625rem;
    bottom: 5px;
    bottom: .3125rem;
    left: auto;
    width: 69px;
    width: 4.3125rem;
    height: 72px;
    height: 4.5rem;
  }

  .p-page-recruit-mv__wrap::after {
    top: 200px;
    top: 12.5rem;
    right: auto;
    left: 0;
    width: 58px;
    width: 3.625rem;
    height: 60px;
    height: 3.75rem;
  }

  .p-page-recruit-mv__box01 {
    row-gap: 16px;
    row-gap: 1rem;
    grid-template-areas: 'a b' 'c c' 'lg lg' 'd e';
    -webkit-column-gap: .5625rem;
    -moz-column-gap: .5625rem;
    column-gap: .5625rem;
  }

  .p-page-recruit-mv__imgLg.p-page-recruit-mv__imgLg--sp {
    aspect-ratio: 229/235;
    grid-area: lg;
  }

  .p-page-recruit-mv__box02 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 0;
    width: initial;
    max-width: initial;
  }

  .p-page-recruit-mv__logo {
    max-width: 139px;
    max-width: 8.6875rem;
  }

  .p-page-recruit-mv__catchCopy {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.8;
  }

  .p-page-recruit-mv__button {
    display: none;
  }

  .p-recruit__box03.u-onlyPc {
    display: none;
  }

  .p-page-recruit-mv__imgMd {
    margin-left: 30px;
    margin-left: 1.875rem;
    width: min(69.6261682243vw, 470px);
    width: min(69.6261682243vw, 29.375rem);
  }

  .p-page-recruit-mv__imgMd img {
    aspect-ratio: 298/132;
  }

  .p-page-recruit-recruit__btns {
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-recruit-recruit__btn:last-child:hover {
    background-color: #EF836A;
    color: #FFF;
  }

  .p-page-recruit-story__item {
    padding-top: 92px;
    padding-top: 5.75rem;
  }

  .p-page-recruit-story__item::before {
    top: -40px;
    top: -2.5rem;
    width: 1384px;
    width: 86.5rem;
    height: 1201px;
    height: 75.0625rem;
  }

  .p-page-recruit-story__item + .p-page-recruit-story__item {
    margin-top: 236px;
    margin-top: 14.75rem;
  }

  .p-page-recruit-story__body {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-recruit-story__subTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 23px;
    margin-top: 1.4375rem;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .1em;
    line-height: 2;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .p-page-recruit-story__subTitle span {
    padding-inline: 4px;
    padding-inline: .25rem;
  }

  .p-page-recruit-story__subTitle span:first-child {
    margin-bottom: 0;
  }

  .p-page-recruit-story__title {
    top: -30px;
    top: -1.875rem;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    font-size: 64px;
    font-size: 4rem;
  }

  .p-page-recruit-story__img {
    margin-right: calc(50% - 50vw);
    padding-right: 0;
    height: auto;
  }

  .p-page-recruit-story__img img {
    aspect-ratio: 409/345;
  }

  .p-page-recruit-story__box {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 11px;
    margin-top: .6875rem;
  }

  .p-page-recruit-story__text {
    max-width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.125;
  }

  .p-page-recruit-story__subImg {
    aspect-ratio: 388/242;
    border-radius: 1.25rem;
    max-width: 100%;
  }

  .p-page-recruit-story__item--story2 {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-page-recruit-story__body--story2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-recruit-story__item--story2 .p-page-recruit-story__img {
    padding-left: 0;
  }

  .p-page-recruit-story__item--story2 .p-page-recruit-story__title {
    -webkit-transform: translateX(-28%);
    transform: translateX(-28%);
  }

  .p-page-recruit-story__item--story2 .p-page-recruit-story__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-support-anchorLink__inner {
    gap: 25px;
    gap: 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-support-anchorLink__spWrap {
    gap: 19px;
    gap: 1.1875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-page-support-experience {
    padding-top: 111px;
    padding-top: 6.9375rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }

  .p-page-support-experience__deco-wave {
    display: none;
  }

  .l-container.p-page-support-experience__inner {
    padding-left: 0;
  }

  .p-page-support-experience__flexWrap {
    gap: 39px;
    gap: 2.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-support-experience__textContent {
    padding-inline: 20px;
    max-width: initial;
  }

  .p-page-support-experience__title {
    text-align: center;
  }

  .p-page-support-experience__catchphraseBlock {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }

  .p-page-support-experience__catchphrase-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
  }

  .p-page-support-experience__catchphrase-text {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }

  .p-page-support-experience__detailBlock {
    margin-top: 42px;
    margin-top: 2.625rem;
    padding: 39px 20px 40px;
    padding: 2.4375rem 1.25rem 2.5rem;
  }

  .p-page-support-experience__detailItems {
    gap: 20px;
    gap: 1.25rem;
    width: 100%;
  }

  .p-page-support-experience__detailItem-label {
    width: 100%;
    min-width: initial;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-support-experience__detailItem-text {
    margin-left: 4px;
    margin-left: .25rem;
  }

  .p-page-support-experience__detailItem-pdfLink {
    margin-top: 31px;
    margin-top: 1.9375rem;
    text-align: center;
  }

  .p-page-support-experience__imageContent {
    display: none;
  }

  .p-page-support-experience__deco {
    display: none;
  }

  .p-page-support-experience__image {
    border-radius: 0;
  }

  .p-page-support-experience__reservationButtons {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }

  .p-page-support-smile {
    padding-top: 55px;
    padding-top: 3.4375rem;
  }

  .l-container.p-page-support-smile__inner {
    padding-left: 0;
  }

  .p-page-support-smile__flexWrap {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-page-support-smile__textContent {
    padding-inline: 20px;
    max-width: initial;
  }

  .p-page-support-smile__title {
    text-align: center;
  }

  .p-page-support-smile__catchphraseBlock {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }

  .p-page-support-smile__catchphrase-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
  }

  .p-page-support-smile__catchphrase-text {
    margin-top: 21px;
    margin-top: 1.3125rem;
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }

  .p-page-support-smile__pdfButton {
    margin-top: 35px;
    margin-top: 2.1875rem;
    text-align: center;
  }

  .p-page-support-smile__detailBlock {
    margin-top: 38px;
    margin-top: 2.375rem;
    padding: 42px 20px 38px;
    padding: 2.625rem 1.25rem 2.375rem;
  }

  .p-page-support-smile__detailItems {
    gap: 20px;
    gap: 1.25rem;
  }

  .p-page-support-smile__detailItem-label {
    width: 100%;
    min-width: initial;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-support-smile__detailItem-text {
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-left: 0;
  }

  .p-page-support-smile__imageContent {
    display: none;
  }

  .p-page-support-smile__reservationButtons {
    gap: 23px;
    gap: 1.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 59px;
    margin-top: 3.6875rem;
  }

  .p-page-support-temporary {
    margin-top: 106px;
    margin-top: 6.625rem;
    padding-top: 82px;
    padding-top: 5.125rem;
    padding-bottom: 69px;
    padding-bottom: 4.3125rem;
  }

  .p-page-support-temporary__deco-wave {
    top: -31px;
    top: -1.9375rem;
    height: 33.04px;
    height: 2.065rem;
  }

  .p-page-support-temporary__deco-bottomWave-sp {
    display: block;
    position: absolute;
    bottom: -32px;
    bottom: -2rem;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 33.04px;
    height: 2.065rem;
  }

  .p-page-support-temporary__flexWrap-pc {
    display: contents;
  }

  .p-page-support-temporary__flexWrap-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-page-support-temporary__imageContent {
    display: none;
  }

  .p-page-support-temporary__textContent {
    padding-inline: 20px;
    margin-top: 0;
    max-width: initial;
  }

  .p-page-support-temporary__title {
    text-align: center;
  }

  .p-page-support-temporary__catchphraseBlock {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }

  .p-page-support-temporary__catchphrase-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
  }

  .p-page-support-temporary__catchphrase-text {
    margin-top: 21px;
    margin-top: 1.3125rem;
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }

  .p-page-support-temporary__pdfButton {
    margin-top: 35px;
    margin-top: 2.1875rem;
    text-align: center;
  }

  .p-page-support-temporary__detailBlock-body {
    margin-top: 35px;
    margin-top: 2.1875rem;
    padding: 40px 20px 132px;
    padding: 2.5rem 1.25rem 8.25rem;
  }

  .p-page-support-temporary__detailItemsWrap {
    gap: 22px;
    gap: 1.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-support-temporary__detailItems {
    gap: 21px;
    gap: 1.3125rem;
    width: 100%;
  }

  .p-page-support-temporary__detailItem-label {
    width: 100%;
    min-width: initial;
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: .06em;
  }

  .p-page-support-temporary__detailItem-textBlock {
    margin-top: 19px;
    margin-top: 1.1875rem;
    margin-left: 4px;
    margin-left: .25rem;
  }

  .p-page-support-temporary__detailItem-pdfLink {
    text-align: center;
  }

  .p-page-support-temporary__detailBlock-deco {
    right: 18px;
    right: 1.125rem;
    bottom: 43px;
    bottom: 2.6875rem;
    max-width: 111px;
    max-width: 6.9375rem;
  }

  .p-page-support-temporary__reservationButton {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }

  .p-page-supportTitle {
    padding-bottom: 0;
  }

  .p-page-supportTitle__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }

  .p-singleNews__items {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
    max-width: 720px;
    max-width: 45rem;
  }

  .p-singleNews__item {
    padding-top: 29px;
    padding-top: 1.8125rem;
  }

  .p-singleNews__meta {
    -webkit-column-gap: .5625rem;
    -moz-column-gap: .5625rem;
    column-gap: .5625rem;
    margin-bottom: 12px;
    margin-bottom: .75rem;
  }

  .p-singleNews__date {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-singleNews__cat {
    padding: 1px 15px;
    padding: .0625rem .9375rem;
    min-width: 88px;
    min-width: 5.5rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .p-singleNews__title {
    margin-top: 32px;
    margin-top: 2rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-singleNews__imgWrap {
    margin-top: 65px;
    margin-top: 4.0625rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 500px;
    max-width: 31.25rem;
  }

  .p-singleNews__imgs {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-singleNews__img {
    max-width: initial;
  }

  .p-singleNews__pages {
    margin-top: 61px;
    margin-top: 3.8125rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
    max-width: 31.25rem;
    height: 60px;
    height: 3.75rem;
  }

  .p-singleNews__prev,
  .p-singleNews__link,
  .p-singleNews__next {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
  }

  .p-singleNews__prev,
  .p-singleNews__next {
    min-width: 80px;
    min-width: 5rem;
  }

  .p-singleNews__prev a,
  .p-singleNews__link a,
  .p-singleNews__next a {
    padding: 16px 0;
    padding: 1rem 0;
  }

  .p-singleNews__next a {
    padding-left: 10px;
    padding-left: .625rem;
  }

  .p-singleNews__prev a {
    padding-right: 10px;
    padding-right: .625rem;
  }

  .p-singleNews__link {
    width: min(26.976744186vw, 158px);
    width: min(26.976744186vw, 9.875rem);
    min-width: 128px;
    min-width: 8rem;
  }

  .p-singleNews__link::before {
    height: 100%;
  }

  .p-singleNews__link::after {
    height: 100%;
  }

  .p-subMv {
    height: 227px;
    height: 14.1875rem;
  }

  .p-subMv.js-header-scroll {
    margin-top: 70px;
    margin-top: 4.375rem;
  }

  .p-subMv__columnContents {
    display: none;
  }

  .p-subMv__image {
    padding-left: 19px;
    padding-left: 1.1875rem;
  }

  .p-subMv__titleBlock {
    gap: 0;
    border-top-right-radius: 10px;
    border-top-right-radius: .625rem;
    padding-left: 23px;
    padding-left: 1.4375rem;
    width: 263px;
    width: 16.4375rem;
    height: 76px;
    height: 4.75rem;
  }

  .p-subMv__titleBlock::before {
    top: -19.8px;
    top: -1.2375rem;
    left: 19px;
    left: 1.1875rem;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }

  .p-subMv__titleBlock::after {
    right: -19.8px;
    right: -1.2375rem;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }

  .p-subMv__title {
    margin-top: 14px;
    margin-top: .875rem;
  }

  .p-subMv__title-eng {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.45;
  }

  .p-subMv__title-ja {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .l-container.p-top-concept__inner {
    max-width: 600px;
    max-width: 37.5rem;
  }

  .p-top-concept__textBlock {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }

  .p-top-concept__deco--topLeft {
    display: none;
  }

  .p-top-concept__deco--topRight {
    display: none;
  }

  .p-top-concept__deco--bottomLeft {
    bottom: -90px;
    bottom: -5.625rem;
    left: 2px;
    left: .125rem;
    max-width: 64px;
    max-width: 4rem;
  }

  .p-top-concept__deco--bottomRight {
    right: 0;
    bottom: -92px;
    bottom: -5.75rem;
    max-width: 79px;
    max-width: 4.9375rem;
  }

  .p-top-concept__text {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    text-align: left;
  }

  .p-top-concept__text p:not(:first-child) {
    margin-top: 27.2px;
    margin-top: 1.7rem;
  }

  .p-top-concept__buttons {
    gap: 19px;
    gap: 1.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 53px;
    margin-top: 3.3125rem;
  }

  .p-top-concept__movie {
    aspect-ratio: 386/304;
    margin-top: 142px;
    margin-top: 8.875rem;
    border-radius: 1.875rem;
  }

  .p-top-education {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 41px;
    padding-bottom: 2.5625rem;
  }

  .p-top-education__deco-topWave {
    top: -32px;
    top: -2rem;
    height: 34.18px;
    height: 2.13625rem;
  }

  .p-top-education__sectionTitle {
    text-align: center;
  }

  .p-top-education__items {
    gap: 41px;
    gap: 2.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-top-education__item {
    max-width: initial;
  }

  .p-top-education__item-deco {
    display: none;
  }

  .p-top-education__item-image {
    aspect-ratio: 388/246;
  }

  .p-top-education__item-body {
    padding: 29px 10px;
    padding: 1.8125rem .625rem;
  }

  .p-top-education__textScroll {
    top: 55%;
  }

  .p-top-instagram {
    margin-top: 97px;
    margin-top: 6.0625rem;
    padding-top: 65.68px;
    padding-top: 4.105rem;
    padding-bottom: 113.18px;
    padding-bottom: 7.07375rem;
  }

  .p-top-instagram__deco-wave {
    top: -16px;
    top: -1rem;
    height: 19.32px;
    height: 1.2075rem;
  }

  .p-top-instagram__deco-icons {
    display: none;
  }

  .p-top-instagram__contents {
    position: relative;
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-top-instagram__deco-leftIcon-sp {
    display: block;
    position: absolute;
    top: -55px;
    top: -3.4375rem;
    left: 0;
    width: 100%;
    max-width: 69px;
    max-width: 4.3125rem;
  }

  .p-top-instagram__deco-rightIcon-sp {
    display: block;
    position: absolute;
    top: -54px;
    top: -3.375rem;
    right: 0;
    width: 100%;
    max-width: 59px;
    max-width: 3.6875rem;
  }

  .p-top-instagram__buttonWrap {
    gap: 17.3px;
    gap: 1.08125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-top-life {
    position: relative;
    margin-top: 0;
    padding-top: 106px;
    padding-top: 6.625rem;
  }

  .p-top-education__deco-topWave-sp {
    display: block;
    position: absolute;
    top: -3px;
    top: -.1875rem;
    left: 0;
    width: 100%;
    height: 34.18px;
    height: 2.13625rem;
  }

  .p-top-life__wrap {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top-life__content {
    display: contents;
  }

  .p-top-life__sectionTitle {
    text-align: center;
  }

  .p-top-life__text {
    margin-top: 46px;
    margin-top: 2.875rem;
    padding-right: 3px;
    padding-right: .1875rem;
    padding-left: 18px;
    padding-left: 1.125rem;
  }

  .p-top-life__button {
    margin-top: 42px;
    margin-top: 2.625rem;
  }

  .p-top-life__images {
    gap: 23px;
    gap: 1.4375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: initial;
  }

  .p-top-life__image-deco {
    display: none;
  }

  .p-top-life__image {
    aspect-ratio: 182/119.06;
    border-radius: .625rem;
  }

  .p-top-links {
    margin-top: 77.94px;
    margin-top: 4.87125rem;
    background-image: url(../images/top/bgi_links_sp_01.webp);
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 78px;
    padding-bottom: 4.875rem;
  }

  .p-top-links__items {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-top-links__item {
    aspect-ratio: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 6.25rem;
    padding: 10px 30px 11px 8px;
    padding: .625rem 1.875rem .6875rem .5rem;
    max-width: 387px;
    max-width: 24.1875rem;
    min-height: 99px;
    min-height: 6.1875rem;
    text-align: left;
  }

  .p-top-links__item::before {
    top: 50%;
    right: 11px;
    right: .6875rem;
    bottom: initial;
    left: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }

  .p-top-links__item-title {
    min-width: 120px;
    min-width: 7.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3888888889;
    text-align: center;
  }

  .p-top-links__item[data-name=support] .p-top-links__item-icon {
    margin-top: 0;
    margin-left: 5px;
    margin-left: .3125rem;
    max-width: 54px;
    max-width: 3.375rem;
  }

  .p-top-links__item[data-name=guidance] .p-top-links__item-icon {
    margin-top: 0;
    max-width: 56px;
    max-width: 3.5rem;
  }

  .p-top-links__item[data-name=recruit] .p-top-links__item-icon {
    margin-top: 0;
    margin-left: 11px;
    margin-left: .6875rem;
    max-width: 38px;
    max-width: 2.375rem;
  }

  .p-top-links__item-text {
    margin-top: 7px;
    margin-top: .4375rem;
    margin-left: auto;
    min-width: 151px;
    min-width: 9.4375rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .p-top-news {
    padding-top: 54px;
    padding-top: 3.375rem;
  }

  .p-top-news__deco-wave {
    top: -17px;
    top: -1.0625rem;
    height: 19px;
    height: 1.1875rem;
  }

  .l-container.p-top-news__inner {
    max-width: initial;
  }

  .p-top-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top-news__content {
    display: contents;
  }

  .p-top-news__sectionTitle {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .p-top-news__button {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 39px;
    margin-top: 2.4375rem;
    text-align: center;
  }

  .p-top-news__items {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 22px;
    margin-top: 1.375rem;
    margin-top: 29px;
    margin-top: 1.8125rem;
    max-width: initial;
  }

  .p-top-news__item {
    padding: 0 0 14px;
    padding: 0 0 .875rem;
    line-height: 1.6875;
  }

  .p-top-news__item-meta {
    gap: 10px;
    gap: .625rem;
  }

  .p-top-news__item:not(:first-child) {
    margin-top: 8px;
    margin-top: .5rem;
  }

  .p-top-news__item-title {
    -webkit-line-clamp: 2;
    margin-top: 7px;
    margin-top: .4375rem;
  }

  .p-topMv {
    height: clamp(616px, 100dvh - 72px, 100dvh);
    height: clamp(38.5rem, 100dvh - 4.5rem, 100dvh);
    height: clamp(616px, 100vh - 72px, 100vh);
    height: clamp(38.5rem, 100vh - 4.5rem, 100vh);
  }

  .p-topMv.js-header-scroll {
    margin-top: 70px;
    margin-top: 4.375rem;
  }

  .p-topMv__inner {
    padding-inline: 19px;
    padding-inline: 1.1875rem;
  }

  .p-topMv__titleBlock {
    gap: 11px;
    gap: .6875rem;
    top: initial;
    right: initial;
    bottom: 105.05px;
    bottom: 6.565625rem;
    left: 32px;
    left: 2rem;
  }

  .p-topMv__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .p-topMv__columnContents {
    display: none;
  }

  .p-topMv__imageWrap {
    aspect-ratio: initial;
    border-radius: 1.875rem;
  }

  .p-topMv__newsContents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #67C48F;
    padding: 5px 30px 8px 44px;
    padding: .3125rem 1.875rem .5rem 2.75rem;
    width: 100%;
    height: 80px;
    height: 5rem;
  }

  .p-topMv__newsContents::before {
    top: -24px;
    top: -1.5rem;
    bottom: initial;
    background-image: none;
    background-image: url(../images/mv/bgc_mv_news_sp_01.webp);
    background-size: 7.9375rem 1.565625rem;
    width: 127px;
    width: 7.9375rem;
    max-width: initial;
    height: 25.05px;
    height: 1.565625rem;
  }

  .p-topMv__newsContents-inner {
    padding: 0;
    width: 100%;
  }

  .p-topMv__newsContents-headText {
    position: absolute;
    top: -13px;
    top: -.8125rem;
    right: 31px;
    right: 1.9375rem;
    margin-left: 0;
    border-radius: initial;
    background-color: initial;
    padding: 0;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-topMv__newsContents-items {
    height: 48px;
    height: 3rem;
  }

  .p-topMv__newsContents-item {
    gap: 0;
  }

  .p-topMv__newsContents-textBlock {
    -webkit-line-clamp: 2;
    color: #FFF;
  }

  .p-topMv__newsContents-item-text {
    display: inline;
  }

  .u-onlyPc {
    display: none !important;
  }

  .u-onlySp {
    display: block;
  }

  .u-ml-1rem--sp {
    margin-left: 16px;
    margin-left: 1rem;
  }

  .u-ml-0--sp {
    margin-left: 0;
  }

  .u-mt-1rem--sp {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .u-mt-0--sp {
    margin-top: 0;
  }

  .u-tel {
    pointer-events: auto;
  }
}

@media screen and (max-width: 539px) {

  .u-only-sm {
    display: block;
  }

  .u-only-sm--none {
    display: none;
  }
}

@media screen and (max-width: 429px) {

  .p-categories__list {
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 320px;
    max-width: 20rem;
  }
}

@media (max-width: 428px) {

  html {
    font-size: 3.738317757vw;
    font-size: calc(var(--vw) / 428px * 100%);
  }

  * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  input,
  textarea,
  a,
  button,
  [contenteditable=true] {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
}

@media screen and (max-width: 427px) {

  .c-anchorLink {
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-concept-message__title-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2.0909090909;
  }

  .u-only-ss {
    display: block;
  }
}

@media screen and (max-width: 380px) {

  .p-singleNews__link {
    min-width: 100px;
    min-width: 6.25rem;
  }
}

@media screen and (max-width: 360px) {

  .c-anchorLink {
    font-size: 12px;
    font-size: .75rem;
  }

  .c-anchorLink::before {
    right: 10px;
    right: .625rem;
  }
}