@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Quicksand:wght@300..700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 380px) {
  html {
    font-size: 4.2105263158vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Zen Maru Gothic", serif;
  color: #4E4E4E;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.js-fadeHead {
  opacity: 0;
  -webkit-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}

.js-fadein,
.js-fadein-delay {
  opacity: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 2.2s;
  transition: all 2.2s;
}

.js-fadein-seq {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.625rem;
  padding-left: 1.625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1440px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.l-top-download {
  margin-top: -46px;
  padding-top: 64px;
  padding-bottom: 110px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFF9FE), to(#CCEAFB));
  background: linear-gradient(to Bottom, #EFF9FE 0, #CCEAFB 100%);
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .l-top-download {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 108px;
  }
}

.l-top-download::before {
  content: "";
  width: 100%;
  height: 60px;
  background: transparent url(../images/top/bg_download-top_sp.png) no-repeat center top/100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top-download::before {
    height: 120%;
    background: transparent url(../images/top/bg_download_pc.png) no-repeat center top/100% 100%;
    top: -94px;
  }
}

.l-top-download::after {
  content: "";
  width: 100%;
  height: 60px;
  background: transparent url(../images/top/bg_pdf-top_sp.png) no-repeat center top/100%;
  position: absolute;
  bottom: -26px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top-download::after {
    height: 100px;
    background: transparent url(../images/top/bg_pdf-top_pc.png) no-repeat center top/100%;
    bottom: -120px;
  }
}

.c-btn01 {
  width: 100%;
  padding: 15px 50px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-radius: 28px;
  border: 1px solid #EE4D4D;
  background: #EE4D4D;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    padding: 15px 50px 15px 40px;
    font-size: 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01:hover {
    color: #EE4D4D;
    background: #fff;
    opacity: 1;
  }
}

.c-btn01::before {
  content: "";
  width: 14px;
  height: 14px;
  background: transparent url(../images/common/arrow_right.png) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-btn01::before {
    right: 21px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01:hover::before {
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-image: url(../images/common/arrow_right.png);
            mask-image: url(../images/common/arrow_right.png);
    background: #fff;
  }
}

.c-btn01::after {
  content: "";
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-btn01::after {
    right: 12px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01:hover::after {
    background: #EE4D4D;
  }
}

.c-btn02 {
  min-height: 56px;
  padding: 10px 52px 9px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #D4E3E8;
          box-shadow: 0 0 10px #D4E3E8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn02 {
    min-height: 70px;
    padding: 15px 61px 15px 40px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn02--sm {
    min-height: 56px;
  }
}

@media screen and (min-width: 768px) {
  .c-btn02:hover {
    color: #EE4D4D;
    opacity: 1;
  }
}

.c-btn02::after {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent url(../images/common/icon_download.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-btn02::after {
    right: 30px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn02--sm::after {
    right: 17px;
  }
}

.c-btn02__text {
  font-size: 15px;
  line-height: 1.1333333333;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-btn02__text {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.c-btn02__text--sm {
  font-size: 11px;
  line-height: 1.5454545455;
}
@media screen and (min-width: 768px) {
  .c-btn02__text--sm {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

@media screen and (min-width: 768px) {
  .c-btn02--sm .c-btn02__text {
    font-size: 16px;
  }
}

.c-btn03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 30px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: #EE4D4D;
  border: 1px solid #EE4D4D;
  border-radius: 26px;
}
@media screen and (min-width: 768px) {
  .c-btn03 {
    padding: 12px 28px;
    font-size: 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn03:hover {
    color: #EE4D4D;
    background: #fff;
    opacity: 1;
  }
}

.c-btn04 {
  display: inline;
  padding-left: 14.5px;
  font-size: 15px;
  color: #EE4D4D;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-weight: 500;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4D4D), to(#EE4D4D)) 100% 90%/0 1px no-repeat;
  background: linear-gradient(#EE4D4D, #EE4D4D) 100% 90%/0 1px no-repeat;
  background-size: 90% 1px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (min-width: 768px) {
  .c-btn04 {
    padding-left: 14.5px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.c-btn04::before {
  content: "";
  width: 8px;
  height: 12px;
  background: transparent url(../images/common/arrow_prev.png) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.c-btn05 {
  display: inline-block;
  padding-right: 21px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn05 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.c-btn05::after {
  content: "";
  width: 16px;
  height: 16px;
  background: transparent url(../images/common/arrow_dropdown.png) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.c-card01 {
  display: block;
}

.c-card01__link {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-card01__link:hover {
    opacity: 1;
  }
}

.c-card01__img {
  position: relative;
}

.c-card01__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/271;
}
@media screen and (min-width: 768px) {
  .c-card01__img img {
    aspect-ratio: 340/330;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-card01__link:hover .c-card01__img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}

.c-card01__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background: #EE4D4D;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  right: 9px;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-card01__arrow {
    width: 60px;
    height: 60px;
    bottom: -15px;
    right: 23px;
  }
}

@media screen and (min-width: 768px) {
  .c-card01__link:hover .c-card01__arrow {
    background: #fff;
    opacity: 1;
  }
}

.c-card01__arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 24px;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_right.png);
          mask-image: url(../images/common/arrow_right.png);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-card01__arrow::after {
    width: 24px;
    height: 27px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-card01__link:hover .c-card01__arrow::after {
    background: #EE4D4D;
    opacity: 1;
  }
}

.c-card01__arrow img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  aspect-ratio: 28/31;
}

.c-card01__body {
  width: 91.5492957746%;
  margin-inline: auto;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .c-card01__body {
    width: 83.8150289017%;
    margin-inline: 0;
    margin-top: 10px;
    margin-left: 22px;
  }
}

.c-card01__text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-card01__text {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.7647058824;
  }
}

@media screen and (min-width: 768px) {
  .c-card02:hover {
    opacity: 1;
  }
}

.c-card02__img {
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .c-card02__img {
    border-radius: 30px;
  }
}

.c-card02__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 154/103;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card02__img img {
    aspect-ratio: 340/227;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-card02:hover .c-card02__img img {
    scale: 1.1;
    opacity: 1;
  }
}

.c-card02__body {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .c-card02__body {
    margin-top: 14px;
  }
}

.c-card02__date {
  font-size: 12px;
  color: #A9ADB2;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-card02__date {
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

.c-card02__title {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .c-card02__title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.c-card02__list {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .c-card02__list {
    margin-top: 18px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    row-gap: 6px;
  }
}

.c-card02__item.c-category02 {
  padding: 3px 10px 5px 17px;
  font-size: 11px;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .c-card02__item.c-category02 {
    padding: 4px 13px 4px 33px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.c-card02__item.c-category02::before {
  width: 9px;
  height: 9px;
  left: 6px;
}
@media screen and (min-width: 768px) {
  .c-card02__item.c-category02::before {
    width: 13px;
    height: 13px;
    left: 12px;
  }
}

.c-card03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-card03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card03__head {
  width: 50%;
  height: 100%;
  min-height: 123px;
  padding: 8px 0;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F3F3F3;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-card03__head {
    width: 100%;
    min-height: 195px;
    padding: 13px 0;
    border-radius: 20px;
  }
}

.c-card03__img {
  width: 80.487804878%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-card03__img {
    width: 80.7692307692%;
  }
}

.c-card03__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 164/123;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-card03__img img {
    aspect-ratio: 260/195;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-card03:hover .c-card03__img img {
    scale: 1.1;
  }
}

.c-card03__body {
  width: 43.5975609756%;
  margin-top: -7px;
}
@media screen and (min-width: 768px) {
  .c-card03__body {
    width: 100%;
    margin-top: 15px;
  }
}

.c-card03__date {
  font-size: 12px;
  color: #A9ADB2;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-card03__date {
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

.c-card03__title {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-card03__title {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.4444444444;
  }
}

.c-card03__cate {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-card03__cate {
    margin-top: 20px;
  }
}

.c-category01,
.p-news__cateItem--active .c-category01 {
  min-height: 22px;
  padding: 2px 18px 3px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  background: #60BCEC;
  border: 1px solid #60BCEC;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-category01,
  .p-news__cateItem--active .c-category01 {
    min-width: 90px;
    min-height: 24px;
    padding: 2px 18px 1px;
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

.c-category01--article {
  color: #60BCEC;
  background: #fff;
}

.c-category02 {
  display: inline-block;
  padding: 4px 18px 4px 27px;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.08em;
  font-weight: 700;
  border: 1px solid #E3E3E3;
  background: #fff;
  border-radius: 19px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-category02 {
    padding: 5px 18px 6px 35px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 30px;
  }
}

.p-report__search--cateitem.active .c-category02 {
  background: #F3F3F3;
}

.c-category02.all {
  padding-left: 19px;
}
@media screen and (min-width: 768px) {
  .c-category02.all {
    padding-left: 19px;
  }
}

.c-category02::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-category02::before {
    width: 13px;
    height: 13px;
  }
}

.c-category02.all::before {
  display: none;
}

.c-category02.hiyoko::before {
  background: #F2D533;
}

.c-category02.risu::before {
  background: #60BCEC;
}

.c-category02.usagi::before {
  background: #E97336;
}

.c-category02.rakko::before {
  background: #FFBFC1;
}

.c-category02.pengin::before {
  background: #387ED9;
}

.c-category02.kujira::before {
  background: #34AC58;
}

.c-category03 {
  min-width: 100px;
  padding: 13px 6.5px 12px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: #F3F3F3;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-category03 {
    min-width: 160px;
    padding: 16px 27px 16px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.active .c-category03::after {
  content: "";
  width: 24px;
  height: 20px;
  background: transparent url(../images/parents/arrow_category.png) no-repeat center center/100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url(../images/parents/arrow_category.png);
          mask-image: url(../images/parents/arrow_category.png);
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.c-category03.all {
  color: #4E4E4E;
}

.c-category03.garden,
.c-category03.garden::after {
  background: #EE4D4D;
}

.c-category03.class,
.c-category03.class::after {
  background: #F59B00;
}

.c-category03.health,
.c-category03.health::after {
  background: #60BCEC;
}

.c-category03.school-lunch,
.c-category03.school-lunch::after {
  background: #34AC58;
}

.c-category03.others,
.c-category03.others::after {
  background: #F2D42D;
}

.c-category04 {
  min-width: 67px;
  height: 22px;
  padding: 0 10px 0 11px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-category04 {
    min-width: 88px;
    height: 24px;
    padding: 2px 10px 3px 11px;
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

.c-category04.garden {
  background: #EE4D4D;
}

.c-category04.class {
  background: #F59B00;
}

.c-category04.health {
  background: #60BCEC;
}

.c-category04.school-lunch {
  background: #34AC58;
}

.c-category04.others {
  background: #F2D42D;
}

.c-daily-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-daily-card {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.c-daily-card__icon {
  display: block;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .c-daily-card__icon {
    width: 56px;
  }
}

.c-daily-card__icon--time {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .c-daily-card__icon--time {
    width: 56px;
    margin-left: 4px;
  }
}

.c-daily-card__icon--circle {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-daily-card__icon--circle {
    margin-top: 13px;
    margin-left: 4px;
  }
}

.c-daily-card__icon--time img {
  width: 100%;
  height: auto;
  aspect-ratio: 40/38;
}
@media screen and (min-width: 768px) {
  .c-daily-card__icon--time img {
    aspect-ratio: 56/54;
  }
}

.c-daily-card__icon--circle img {
  width: 50%;
  height: auto;
  aspect-ratio: 20/19;
}
@media screen and (min-width: 768px) {
  .c-daily-card__icon--circle img {
    aspect-ratio: 30/28;
  }
}

.c-daily-card__body {
  width: calc(100% - 60px);
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-daily-card__body {
    width: calc(100% - 106px);
    margin-top: 10px;
  }
}

.c-daily-card__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .c-daily-card__area {
    width: 91.4285714286%;
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
  }
}

.c-daily-card__time {
  font-size: 24px;
  line-height: 1.2083333333;
  letter-spacing: 0.08em;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-daily-card__time {
    font-size: 28px;
    line-height: 1.2142857143;
  }
}

.p-daily-main__container--childhood01 .c-daily-card__time {
  color: #60BCEC;
}

.p-daily-main__container--childhood02 .c-daily-card__time {
  color: #EE4D4D;
}

.c-daily-card__title {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-daily-card__title {
    width: 91.4285714286%;
    font-size: 22px;
    line-height: 1.4545454545;
  }
}

.c-daily-card__text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-daily-card__text {
    width: 91.4285714286%;
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.7647058824;
  }
}

.c-daily-card__img {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .c-daily-card__img {
    width: 91.4285714286%;
    margin-top: 13px;
  }
}

.c-daily-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 228/161;
}
@media screen and (min-width: 768px) {
  .c-daily-card__img img {
    aspect-ratio: 320/226;
  }
}

.c-title01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title01 {
    row-gap: 8px;
  }
}

.c-title01--sm {
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .c-title01--sm {
    row-gap: 8px;
  }
}

.c-title01__sub {
  font-size: 13px;
  color: #EE4D4D;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-title01__sub {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .c-title01--sm .c-title01__sub {
    font-size: 14px;
  }
}

.c-title01__main {
  padding-bottom: 25px;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title01__main {
    padding-bottom: 30px;
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .c-title01--sm .c-title01__main {
    padding-bottom: 28px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .c-title01--md .c-title01__main {
    padding-bottom: 40px;
    font-size: 30px;
  }
}

.c-title01__main::after {
  content: "";
  display: block;
  width: 90px;
  height: 9px;
  background: transparent url(../images/common/fig_title.png) no-repeat center center/100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-title01__main::after {
    width: 98px;
    height: 10px;
  }
}

.c-title01--center .c-title01__main::after {
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.p-about-access {
  padding-top: 110px;
  padding-bottom: 98px;
}
@media screen and (min-width: 768px) {
  .p-about-access {
    padding-top: 176px;
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 768px) {
  .p-about-access__inner {
    max-width: 1040px;
  }
}

.p-about-access__title {
  text-align: center;
}

.p-about-access__wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about-access__wrap {
    margin-top: 62px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-about-access__head {
  margin-top: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-about-access__head {
    width: 47.9166666667%;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-about-access__map {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about-access__map {
    border-radius: 40px;
  }
}

.p-about-access__map iframe {
  display: block;
  width: 100%;
  height: 280px;
}
@media screen and (min-width: 768px) {
  .p-about-access__map iframe {
    height: 560px;
  }
}

.p-about-access__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-about-access__body {
    display: block;
    width: 42.7083333333%;
    margin-top: 4px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-about-access__name {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-weight: 700;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-about-access__name {
    font-size: 26px;
    line-height: 1.4230769231;
  }
}

.p-about-access__detail {
  margin-top: 16px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-about-access__detail {
    margin-top: 25px;
  }
}

.p-about-access__text {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-access__text {
    font-size: 17px;
    line-height: 2;
  }
}

.p-about-access__tel {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-access__tel {
    margin-top: 6px;
    font-size: 17px;
    line-height: 2;
  }
}

.p-about-access__fax {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-access__fax {
    margin-top: 1px;
    font-size: 17px;
    line-height: 2;
  }
}

.p-about-access__img {
  margin-top: 20px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .p-about-access__img {
    margin-top: 34px;
  }
}

.p-about-access__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 328/248;
}
@media screen and (min-width: 768px) {
  .p-about-access__img img {
    aspect-ratio: 410/310;
  }
}

.p-about-history {
  padding-top: 18px;
  padding-bottom: 30px;
  background: #F8F7EB;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-history {
    padding-top: 45px;
    padding-bottom: 54px;
  }
}

.p-about-history::after {
  content: "";
  width: 100%;
  height: 49px;
  background: transparent url(../images/about/fig_history_bottom_sp.png) no-repeat center bottom/100% 100%;
  position: absolute;
  bottom: -49px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-about-history::after {
    height: 86px;
    background: transparent url(../images/about/fig_history_bottom_pc.png) no-repeat center bottom/100% 100%;
    bottom: -86px;
  }
}

@media screen and (min-width: 768px) {
  .p-about-history__inner {
    max-width: 1000px;
  }
}

.p-about-history__title {
  text-align: center;
}

.p-about-history__title .c-title01__main {
  padding-bottom: 0;
}

.p-about-history__title .c-title01__main::after {
  display: none;
}

.p-about-history__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-top: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-about-history__list {
    margin-top: 40px;
  }
}

.p-about-history__item {
  padding: 16px 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-about-history__item {
    padding: 25px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.1739130435%;
       -moz-column-gap: 2.1739130435%;
            column-gap: 2.1739130435%;
  }
}

.p-about-history__term {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-history__term {
    width: 15.2173913043%;
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.p-about-history__desc {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-history__desc {
    width: 76.0869565217%;
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.p-about-main {
  padding-top: 20px;
  padding-bottom: 49px;
}
@media screen and (min-width: 768px) {
  .p-about-main {
    padding-top: 70px;
    padding-bottom: 114px;
  }
}

@media screen and (min-width: 768px) {
  .p-about-main__inner {
    max-width: 1200px;
  }
}

.p-about-main__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-about-main__wrap {
    row-gap: 94px;
  }
}

.p-about-main__block:not(:last-child) {
  padding-bottom: 65px;
  background: transparent url(../images/common/fig_line_gray_sp.png) no-repeat center bottom/100% 9px;
}
@media screen and (min-width: 768px) {
  .p-about-main__block:not(:last-child) {
    padding-bottom: 113px;
    background: transparent url(../images/common/fig_line_gray.png) no-repeat center bottom/100% 13px;
  }
}

.p-about-main__title {
  text-align: center;
}

.p-about-main__read {
  width: 79.2682926829%;
  margin-inline: auto;
  margin-top: 16px;
  font-size: 15px;
  text-align: center;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-main__read {
    width: auto;
    margin-top: 34px;
    font-size: 19px;
    line-height: 2.1052631579;
  }
}

.p-about-main__list {
  width: 240px;
  margin-inline: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-about-main__list {
    width: 100%;
    max-width: 980px;
    margin-top: 58px;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.p-about-main__item {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-about-main__item {
    height: 289px;
  }
}

.p-about-main__item:nth-child(1) {
  background: transparent url(../images/about/bg_target_blue.png) no-repeat center center/100%;
}

.p-about-main__item:nth-child(2) {
  background: transparent url(../images/about/bg_target_red.png) no-repeat center center/100%;
}

.p-about-main__item:nth-child(3) {
  background: transparent url(../images/about/bg_target_green.png) no-repeat center center/134%;
}

.p-about-main__item--text {
  display: inline;
  width: 81.6666666667%;
  margin-inline: auto;
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 2.3333333333;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  top: -5px;
}
@media screen and (min-width: 768px) {
  .p-about-main__item--text {
    width: 79.3333333333%;
    font-size: clamp(1.25rem, 1.094rem + 0.313vw, 1.375rem);
    line-height: 2.0909090909;
    top: auto;
  }
}

.p-about-main__item--text span {
  display: inline;
  padding-bottom: 7px;
  background: transparent url(../images/common/fig_line_dotted-white_sp.png) repeat-x center bottom/100% 3px;
}
@media screen and (min-width: 768px) {
  .p-about-main__item--text span {
    padding-bottom: 7px;
    background: transparent url(../images/common/fig_line_dotted-white_pc.png) repeat-x center bottom/100% 3px;
  }
}

.p-about-main__bottom {
  position: relative;
  overflow: hidden;
}

.p-about-main__img {
  position: relative;
}

.p-about-main__img::before {
  content: "";
  width: 100%;
  height: 69px;
  background: transparent url(../images/about/fig_main_white-top_sp.png) no-repeat center bottom/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-about-main__img::before {
    height: 150px;
    background: transparent url(../images/about/fig_main_white-top_pc.png) no-repeat center bottom/100% 100%;
  }
}

.p-about-main__img::after {
  content: "";
  width: 100%;
  height: 21px;
  background: transparent url(../images/about/fig_main_white-bottom_sp.png) no-repeat center bottom/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-about-main__img::after {
    height: 57px;
    background: transparent url(../images/about/fig_main_white-bottom_pc.png) no-repeat center bottom/100% 100%;
  }
}

.p-about-main__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/290;
}
@media screen and (min-width: 768px) {
  .p-about-main__img img {
    aspect-ratio: 1440/729;
  }
}

.p-about-main__icon {
  position: absolute;
}

.p-about-main__icon--01 {
  width: 12.8947368421%;
  top: 7.6%;
  left: 2.8%;
}
@media screen and (min-width: 768px) {
  .p-about-main__icon--01 {
    width: 6.3888888889%;
    top: 5.4%;
    left: 6.4%;
  }
}

.p-about-main__icon--02 {
  width: 6.5789473684%;
  top: 24%;
  left: 27.6%;
}
@media screen and (min-width: 768px) {
  .p-about-main__icon--02 {
    width: 3.1944444444%;
    top: 28.4%;
    left: 32.7%;
  }
}

.p-about-main__icon--03 {
  width: 14.4736842105%;
  top: 16.5%;
  right: 9.2%;
}
@media screen and (min-width: 768px) {
  .p-about-main__icon--03 {
    width: 8.0555555556%;
    top: 15.3%;
    right: 16.2%;
  }
}

.p-about-main__icon--04 {
  width: 12.3684210526%;
  top: 34.8%;
  right: 3.4%;
}
@media screen and (min-width: 768px) {
  .p-about-main__icon--04 {
    width: 6.875%;
    top: 47.2%;
    right: 12.5%;
  }
}

.p-about-main__icon--05 {
  width: 8.6842105263%;
  top: 60.2%;
  right: -5.7%;
}
@media screen and (min-width: 768px) {
  .p-about-main__icon--05 {
    width: 4.8611111111%;
    top: 54.2%;
    right: -2.5%;
  }
}

.p-about-main__icon--06 {
  width: 15%;
  top: 71.4%;
  left: -7.5%;
}
@media screen and (min-width: 768px) {
  .p-about-main__icon--06 {
    width: 7.4305555556%;
    top: 73.6%;
    left: -2.5%;
  }
}

.p-about-main__icon--07 {
  width: 19.4736842105%;
  top: 86%;
  right: 10.2%;
}
@media screen and (min-width: 768px) {
  .p-about-main__icon--07 {
    width: 10.8333333333%;
    top: 85.9%;
    right: 11%;
  }
}

.p-about-main__icon img {
  width: 100%;
  height: auto;
}

.p-about-overview {
  padding-top: 49px;
  padding-bottom: 18px;
  background: #F8F7EB;
}
@media screen and (min-width: 768px) {
  .p-about-overview {
    padding-top: 82px;
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  .p-about-overview__inner {
    max-width: 1000px;
  }
}

.p-about-overview__title {
  text-align: center;
}

.p-about-overview__title .c-title01__main {
  padding-bottom: 0;
}

.p-about-overview__title .c-title01__main::after {
  display: none;
}

.p-about-overview__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-top: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-about-overview__list {
    margin-top: 40px;
  }
}

.p-about-overview__item {
  padding: 16px 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-about-overview__item {
    padding: 25px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.1739130435%;
       -moz-column-gap: 2.1739130435%;
            column-gap: 2.1739130435%;
  }
}

.p-about-overview__term {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about-overview__term {
    width: 15.2173913043%;
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.p-about-overview__desc {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-overview__desc {
    width: 76.0869565217%;
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.p-article p {
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-article p {
    margin-bottom: 45px;
    font-size: 17px;
    line-height: 2;
  }
}

.p-article p a {
  text-decoration: underline;
}

.p-article #toc_container {
  margin-bottom: 6.0625rem;
  padding: 2.75rem 2.625rem 5rem;
  background: #e4f1ea;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container {
    margin-bottom: 5rem;
    padding: 1.5625rem 1.25rem 2.5rem;
  }
}

.p-article #toc_container .toc_title {
  margin-bottom: 0;
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container .toc_title {
    font-size: 1.25rem;
  }
}

.p-article #toc_container .toc_list {
  counter-reset: number 0; /* number のカウンタを 0 にセット */
  margin-top: 2.3125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
}

.p-article #toc_container .toc_list li {
  font-size: 1rem;
  color: #424242;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container .toc_list li {
    font-size: 0.9375rem;
  }
}

.p-article #toc_container .toc_list li:before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) "."; /* 表示形式を指定 */
  position: absolute;
  top: 0;
  left: 0;
}

.p-article #toc_container .toc_list li a {
  padding-left: 1.875rem;
  font-size: 1rem;
  color: #424242;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container .toc_list li a {
    padding-left: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-article h2 {
  margin-top: 52px;
  margin-bottom: 28px;
  padding-left: 22px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article h2 {
    margin-top: 76px;
    margin-bottom: 36px;
    padding-left: 22px;
    font-size: 24px;
    line-height: 1.4583333333;
  }
}

.p-article h2::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #EE4D4D;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-article h3 {
  margin-top: 43px;
  margin-bottom: 13px;
  padding-left: 24px;
  font-size: 19px;
  line-height: 1.6842105263;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article h3 {
    margin-top: 56px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.4545454545;
  }
}

.p-article h3::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #60BCEC;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-article h3::before {
    width: 16px;
    height: 16px;
    top: 10px;
  }
}

.p-article h4 {
  margin-top: 34px;
  margin-bottom: 14px;
  padding-left: 40px;
  font-size: 17px;
  line-height: 1.6470588235;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article h4 {
    margin-top: 55px;
    margin-bottom: 20px;
    padding-left: 45px;
    font-size: 19px;
    line-height: 1.4210526316;
  }
}

.p-article h4::before {
  content: "";
  width: 25px;
  height: 2px;
  background: #34AC58;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-article h4::before {
    width: 30px;
    top: 14px;
  }
}

.p-article .wp-block-flexible-table-block-table {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-flexible-table-block-table {
    margin-bottom: 40px;
  }
}

.p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  padding: 7px 12px;
  font-size: 15px;
  color: #575757;
  line-height: 1.4666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
  border-color: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 17.5px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
  }
}

.p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background-color: #F3F3F3;
}

.p-article .wp-block-image {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-image {
    max-width: 780px;
    margin-inline: auto;
    margin-bottom: 46px;
  }
}

.p-article .wp-block-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  overflow: hidden;
}

.p-article .wp-element-caption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-article .wp-element-caption {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.p-article .wp-block-list {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 8px;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-list {
    margin-bottom: 27px;
    row-gap: 12px;
  }
}

.p-article ol.wp-block-list {
  row-gap: 13px;
}
@media screen and (min-width: 768px) {
  .p-article ol.wp-block-list {
    row-gap: 12px;
  }
}

.p-article .wp-block-list li {
  padding-left: 15px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-list li {
    padding-left: 15px;
    font-size: 17px;
    line-height: 1.6470588235;
  }
}

.p-article ul.wp-block-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #EE4D4D;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-article ul.wp-block-list li::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
}

.p-article ol.wp-block-list li {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-article ol.wp-block-list li {
    padding-left: 20px;
  }
}

.p-article ol.wp-block-list li::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) "."; /* 表示形式を指定 */
  font-size: 17px;
  color: #EE4D4D;
  line-height: 1.4705882353;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-article ol.wp-block-list li::before {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.p-article .wp-block-table {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-table {
    margin-bottom: 40px;
  }
}

.p-article .wp-block-table table th,
.p-article .wp-block-table table td {
  padding: 7px 12px;
  font-size: 15px;
  color: #575757;
  line-height: 1.4666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
  border-color: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-table table th,
  .p-article .wp-block-table table td {
    padding: 17.5px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
  }
}

.p-article .wp-block-quote {
  margin-bottom: 5rem;
  padding: 1.1875rem 2.25rem;
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-quote {
    margin-bottom: 3.125rem;
  }
}

.p-article .wp-block-quote p {
  margin-bottom: 2.625rem;
  font-size: 0.875rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-quote p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-article .wp-block-preformatted {
  padding: 1.1875rem 2.25rem;
  font-size: 0.875rem;
  color: #424242;
  line-height: 2.5;
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-preformatted {
    padding: 0.9375rem 1.5625rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
}

.p-breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-breadcrumb__inner {
    max-width: 100%;
  }
}

.p-breadcrumb__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-breadcrumb__inner ul li {
  position: relative;
}

.p-breadcrumb__inner ul li:not(:last-child) {
  margin-right: 9px;
}

.p-breadcrumb__inner ul li:nth-child(n+2) {
  padding-left: 18px;
}

.p-breadcrumb__inner ul li:nth-child(n+2)::before {
  content: "";
  width: 9px;
  height: 8px;
  background: transparent url(../images/common/awrrow_breadcrumb.png) no-repeat center center/100%;
  position: absolute;
  top: 7px;
  left: 0;
}

.p-breadcrumb__inner ul li a,
.p-breadcrumb__inner ul li span {
  display: block;
  font-size: 11px;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner ul li a,
  .p-breadcrumb__inner ul li span {
    font-size: 12px;
    line-height: 1.4166666667;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-breadcrumb__inner ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#4E4E4E), to(#4E4E4E)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#4E4E4E, #4E4E4E) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.p-contact {
  padding-top: 30px;
  padding-bottom: 78px;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 66px;
    padding-bottom: 154px;
  }
}

.p-contact--thanks {
  padding-top: 27px;
  padding-bottom: 98px;
}
@media screen and (min-width: 768px) {
  .p-contact--thanks {
    padding-top: 106px;
    padding-bottom: 246px;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 1000px;
  }
}

.p-contact__read {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.7272727273;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact__read {
    margin-bottom: 46px;
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

.p-contact__text {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-contact__btn {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    margin-top: 54px;
  }
}

.p-contact__tel {
  margin-top: 26px;
  padding: 35px 0;
  text-align: center;
  background: #FFF5F2;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    margin-top: 36px;
    padding: 48px 0 47px;
  }
}

.p-contact__tel--link {
  display: inline-block;
  padding-left: 34px;
  font-size: 30px;
  color: #EE4D4D;
  line-height: 1.2;
  letter-spacing: 0.12em;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__tel--link {
    padding-left: 40px;
    font-size: 36px;
    line-height: 1.1944444444;
  }
}

.p-contact__tel--link::before {
  content: "";
  width: 26px;
  height: 26px;
  background: transparent url(../images/common/icon_tel.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-contact__tel--link::before {
    width: 30px;
    height: 30px;
  }
}

.p-header__tel--text {
  display: block;
  font-size: 14px;
  color: #575757;
  text-align: center;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.p-contact__tel--text {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact__tel--text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-contact__body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    margin-top: 80px;
  }
}

.p-contact__title {
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-bottom: 1px solid #D7DAE3;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 1.4583333333;
  }
}

.p-contact__form {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 60px;
  }
}

.p-cta {
  padding-top: 145px;
  padding-bottom: 90px;
  background: transparent url(../images/common/bg_contact_sp.png) no-repeat center top/cover;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 170px;
    padding-bottom: 100px;
    background: transparent url(../images/common/bg_contact_pc.png) no-repeat center top/cover;
  }
}

.p-cta--blue {
  background: #EFF9FE url(../images/common/bg_contact_sp.png) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-cta--blue {
    background: #EFF9FE url(../images/common/bg_contact_pc.png) no-repeat center top/cover;
  }
}

.p-cta--report {
  background: #F8F7EB url(../images/common/bg_contact_sp.png) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-cta--report {
    background: #F8F7EB url(../images/common/bg_contact_pc.png) no-repeat center top/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-cta__inner {
    max-width: 1040px;
  }
}

.p-cta__wrap {
  max-width: 330px;
  margin-inline: auto;
  padding-top: 3.375rem;
  padding-bottom: 3.625rem;
  background: transparent url(../images/common/bg_contact-white_sp.png) no-repeat center top/100% 100%;
}
@media screen and (min-width: 768px) {
  .p-cta__wrap {
    max-width: 100%;
    padding-top: 3rem;
    padding-bottom: 5rem;
    background: transparent url(../images/common/bg_contact-white_pc.png) no-repeat center top/100% 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .p-cta__title .c-title01__main {
    font-size: 32px;
  }
}

.p-cta__area {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-cta__area {
    margin-top: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 8.75%;
       -moz-column-gap: 8.75%;
            column-gap: 8.75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-cta__area {
    -webkit-column-gap: 4.375%;
       -moz-column-gap: 4.375%;
            column-gap: 4.375%;
  }
}

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

.p-cta__tel--link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #EE4D4D;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__tel--link {
    font-size: 30px;
    pointer-events: none;
  }
}

.p-cta__tel--link::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  background: transparent url(../images/common/icon_tel.svg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-cta__tel--link::before {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
}

.p-cta__tel--text {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  color: #575757;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-cta__tel--text {
    margin-top: 4px;
    font-size: 15px;
  }
}

.p-cta__contact {
  width: 100%;
  max-width: 260px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__contact {
    max-width: 280px;
    margin-inline: 0;
    margin-top: 4px;
  }
}

.p-cta__icon {
  display: block;
  position: absolute;
  z-index: 1;
}

.p-cta__icon--01 {
  width: 23.6842105263%;
  top: 7.2%;
  left: 6.8%;
}
@media screen and (min-width: 768px) {
  .p-cta__icon--01 {
    width: 9.2708333333%;
    top: 11.2%;
    left: 4.8%;
  }
}

.p-cta__icon--02 {
  width: 13.9473684211%;
  top: 27%;
  left: 6.6%;
}
@media screen and (min-width: 768px) {
  .p-cta__icon--02 {
    width: 5.4166666667%;
    top: 43.7%;
    left: 13.2%;
  }
}

.p-cta__icon--03 {
  width: 16.3157894737%;
  top: 78.9%;
  left: 4.4%;
}
@media screen and (min-width: 768px) {
  .p-cta__icon--03 {
    width: 6.3888888889%;
    top: 71.7%;
    left: 4.2%;
  }
}

.p-cta__icon--04 {
  width: 18.1578947368%;
  top: 40.4%;
  right: -3%;
}
@media screen and (min-width: 768px) {
  .p-cta__icon--04 {
    width: 7.6041666667%;
    top: 14.4%;
    right: 7%;
  }
}

.p-cta__icon--05 {
  width: 8.4210526316%;
  top: 20.8%;
  right: 24.2%;
}
@media screen and (min-width: 768px) {
  .p-cta__icon--05 {
    width: 3.4722222222%;
    top: 27.8%;
    right: 23%;
  }
}

.p-cta__icon--06 {
  width: 13.6842105263%;
  top: 86.8%;
  right: 11.8%;
}
@media screen and (min-width: 768px) {
  .p-cta__icon--06 {
    width: 5.6597222222%;
    top: 74.8%;
    right: 7.6%;
  }
}

.p-cta__icon img {
  width: 100%;
  height: auto;
}

.p-cta__squirrel {
  width: 34.2105263158%;
  max-width: 170px;
  position: absolute;
  top: -2.8%;
  right: 2.6%;
}
@media screen and (min-width: 768px) {
  .p-cta__squirrel {
    width: 11.8055555556%;
    max-width: 100%;
    top: -11.2%;
    right: 11.2%;
  }
}

.p-cta__squirrel img {
  width: 100%;
  height: auto;
}

.p-daily-main {
  padding-top: 20px;
  padding-bottom: 98px;
}
@media screen and (min-width: 768px) {
  .p-daily-main {
    padding-top: 68px;
    padding-bottom: 204px;
  }
}

@media screen and (min-width: 768px) {
  .p-daily-main__inner {
    max-width: 1200px;
  }
}

.p-daily-main__title {
  text-align: center;
}

.p-daily-main__title .c-title01__main {
  padding-bottom: 20px;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .p-daily-main__title .c-title01__main {
    padding-bottom: 36px;
    line-height: 1.7;
  }
}

.p-daily-main__read {
  width: 79.2682926829%;
  margin-inline: auto;
  margin-top: 18px;
  font-size: 15px;
  text-align: center;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-daily-main__read {
    width: 100%;
    margin-top: 33px;
    font-size: 17px;
    line-height: 2.1764705882;
  }
}

.p-daily-main__bottom {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-daily-main__bottom {
    margin-top: 73px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-daily-main__container {
  border-radius: 20px;
  padding: 30px 20px 40px;
}
@media screen and (min-width: 768px) {
  .p-daily-main__container {
    width: 48.2142857143%;
    padding: 50px 40px 70px;
    border-radius: 40px;
  }
}

.p-daily-main__container--childhood01 {
  background: #EFF9FE;
}

.p-daily-main__container--childhood02 {
  background: #FFF5F2;
}

.p-daily-main__subtitle {
  padding: 11px 0 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-radius: 28px;
}
@media screen and (min-width: 768px) {
  .p-daily-main__subtitle {
    padding: 11px 0 10px;
    font-size: 24px;
    line-height: 1.4583333333;
  }
}

.p-daily-main__container--childhood01 .p-daily-main__subtitle {
  background: #60BCEC;
}

.p-daily-main__container--childhood02 .p-daily-main__subtitle {
  background: #EE4D4D;
}

.p-daily-main__container--list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-daily-main__container--list {
    margin-top: 50px;
  }
}

.p-daily-main__container--list::after {
  content: "";
  width: 6px;
  height: 98%;
  background: transparent url(../images/daily/fig_border-dotted.png) no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-daily-main__container--list::after {
    left: 28px;
  }
}

.p-daily-main__container--childhood01 .p-daily-main__container--list {
  background: #EFF9FE;
}
@media screen and (min-width: 768px) {
  .p-daily-main__container--childhood01 .p-daily-main__container--list {
    row-gap: 43px;
  }
}

.p-daily-main__container--childhood02 .p-daily-main__container--list {
  background: #FFF5F2;
}
@media screen and (min-width: 768px) {
  .p-daily-main__container--childhood02 .p-daily-main__container--list {
    row-gap: 50px;
  }
}

.p-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-event--spring {
  padding-top: 39px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-event--spring {
    padding-top: 113px;
    padding-bottom: 116px;
  }
}

.p-event--summer {
  padding-top: 39px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-event--summer {
    padding-top: 135px;
    padding-bottom: 110px;
  }
}

.p-event--autumn {
  padding-top: 46px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p-event--autumn {
    padding-top: 123px;
    padding-bottom: 110px;
  }
}

.p-event--winter {
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-event--winter {
    padding-top: 123px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-event__head {
    width: 35.7142857143%;
  }
}

@media screen and (min-width: 768px) {
  .p-event--winter .p-event__head {
    width: 47.3214285714%;
  }
}

.p-event__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-event__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-event--spring .p-event__title {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.p-event--summer .p-event__title {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.p-event--winter .p-event__title {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.p-event__title--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-event__title--icon {
    font-size: 38px;
  }
}

.p-event--spring .p-event__title--icon {
  width: 84px;
  height: 77px;
  background: transparent url(../images/schedule/icon_spring.png) no-repeat center center/100% 100%;
}
@media screen and (min-width: 768px) {
  .p-event--spring .p-event__title--icon {
    width: 120px;
    height: 110px;
  }
}

.p-event--summer .p-event__title--icon {
  width: 100px;
  height: 80px;
  background: transparent url(../images/schedule/icon_summer.png) no-repeat center center/100% 100%;
}
@media screen and (min-width: 768px) {
  .p-event--summer .p-event__title--icon {
    width: 130px;
    height: 103px;
  }
}

.p-event--autumn .p-event__title--icon {
  width: 120px;
  height: 79px;
  background: transparent url(../images/schedule/icon_autumn.png) no-repeat center center/100% 100%;
}
@media screen and (min-width: 768px) {
  .p-event--autumn .p-event__title--icon {
    width: 146px;
    height: 95px;
  }
}

.p-event--winter .p-event__title--icon {
  width: 110px;
  height: 120px;
  background: transparent url(../images/schedule/icon_winter.png) no-repeat center center/100% 100%;
}
@media screen and (min-width: 768px) {
  .p-event--winter .p-event__title--icon {
    width: 130px;
    height: 142px;
  }
}

.p-event__title--icon span {
  position: relative;
}

.p-event--summer .p-event__title--icon span {
  top: 6px;
  left: 6px;
}
@media screen and (min-width: 768px) {
  .p-event--summer .p-event__title--icon span {
    top: 0;
    left: 6px;
  }
}

.p-event--winter .p-event__title--icon span {
  top: 30px;
  left: 2px;
}
@media screen and (min-width: 768px) {
  .p-event--winter .p-event__title--icon span {
    font-size: 35px;
    top: 33;
    left: 2px;
  }
}

.p-event__title--text {
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-event__title--text {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

.p-event--spring .p-event__title--text {
  color: #EE4D4D;
}
@media screen and (min-width: 768px) {
  .p-event--spring .p-event__title--text {
    top: 30px;
  }
}

.p-event--summer .p-event__title--text {
  color: #34AC58;
}
@media screen and (min-width: 768px) {
  .p-event--summer .p-event__title--text {
    top: 35px;
  }
}

.p-event--autumn .p-event__title--text {
  color: #F2D42D;
}
@media screen and (min-width: 768px) {
  .p-event--autumn .p-event__title--text {
    top: 35px;
    left: -6px;
  }
}

.p-event--winter .p-event__title--text {
  color: #60BCEC;
}
@media screen and (min-width: 768px) {
  .p-event--winter .p-event__title--text {
    top: 72px;
  }
}

.p-event__list {
  margin-top: 25px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-event__list {
    margin-top: 8px;
    margin-inline: 0;
    margin-left: 35%;
    row-gap: 12px;
  }
}

.p-event--spring .p-event__list {
  width: 196px;
}
@media screen and (min-width: 768px) {
  .p-event--spring .p-event__list {
    width: 230px;
  }
}

.p-event--summer .p-event__list {
  width: 172px;
}
@media screen and (min-width: 768px) {
  .p-event--summer .p-event__list {
    width: 230px;
    margin-top: 13px;
  }
}

.p-event--autumn .p-event__list {
  width: 163px;
}
@media screen and (min-width: 768px) {
  .p-event--autumn .p-event__list {
    width: 230px;
    margin-top: 19px;
  }
}

.p-event--winter .p-event__list {
  width: 100%;
  max-width: 328px;
  margin-top: 18px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-event--winter .p-event__list {
    width: auto;
    max-width: 100%;
    margin-left: 26.5%;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 970px) {
  .p-event--winter .p-event__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-event__item {
  padding-left: 17px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-event__item {
    padding-left: 20px;
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

@media screen and (min-width: 768px) and (max-width: 970px) {
  .p-event--winter .p-event__item {
    grid-column: 1/3;
  }
}

.p-event--winter .p-event__item:last-child {
  grid-column: 1/3;
}

.p-event__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-event__item::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}

.p-event--spring .p-event__item::before {
  background: #EE4D4D;
}

.p-event--summer .p-event__item::before {
  background: #34AC58;
}

.p-event--autumn .p-event__item::before {
  background: #F2D42D;
}

.p-event--winter .p-event__item::before {
  background: #60BCEC;
}

.p-event__body {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-event__body {
    margin-top: 0;
    width: 59.8214285714%;
  }
}

@media screen and (min-width: 768px) {
  .p-event--winter .p-event__body {
    width: 50%;
  }
}

.p-event__img {
  position: relative;
}

.p-event--spring .p-event__img {
  width: 98.4756097561%;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-event--spring .p-event__img {
    width: 94.0298507463%;
  }
}

.p-event--summer .p-event__img {
  width: 95.4268292683%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-event--summer .p-event__img {
    width: auto;
    margin-left: 0;
  }
}

.p-event--autumn .p-event__img {
  width: 93.2926829268%;
  margin-right: auto;
  margin-left: 2.9573170732%;
}
@media screen and (min-width: 768px) {
  .p-event--autumn .p-event__img {
    width: 94.328358209%;
    margin-right: auto;
    margin-left: 0;
  }
}

.p-event__img img {
  width: 100%;
  height: auto;
}

.p-event__icon {
  position: absolute;
  z-index: 1;
}

.p-event__icon--spring01 {
  width: 9.4512195122%;
  top: 70.9%;
  left: 9.8%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--spring01 {
    width: 9.1044776119%;
    top: 71%;
    left: 9%;
  }
}

.p-event__icon--spring02 {
  width: 14.3292682927%;
  bottom: -1%;
  left: 39%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--spring02 {
    width: 13.4328358209%;
    left: 37%;
  }
}

.p-event__icon--spring03 {
  width: 9.4512195122%;
  top: 3.5%;
  left: 53.5%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--spring03 {
    width: 8.9552238806%;
    top: 3.5%;
    left: 50.5%;
  }
}

.p-event__icon--spring04 {
  width: 7.012195122%;
  top: 32%;
  left: 67.8%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--spring04 {
    width: 6.8656716418%;
    top: 33%;
    left: 64.8%;
  }
}

.p-event__icon--spring05 {
  width: 15.8536585366%;
  top: 50.5%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-event__icon--spring05 {
    width: 14.9253731343%;
    top: 51.5%;
    right: 4.5%;
  }
}

.p-event__icon--summer01 {
  width: 19.8170731707%;
  top: 42%;
  left: 0.5%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--summer01 {
    width: 20.8955223881%;
    top: 42%;
    left: -4.5%;
  }
}

.p-event__icon--summer02 {
  width: 13.4146341463%;
  bottom: -1%;
  left: 13%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--summer02 {
    width: 14.0298507463%;
    bottom: 0;
    left: 9%;
  }
}

.p-event__icon--summer03 {
  width: 11.8902439024%;
  top: 65%;
  left: 62.5%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--summer03 {
    width: 12.2388059701%;
    top: 65%;
    left: 61%;
  }
}

.p-event__icon--summer04 {
  width: 13.1097560976%;
  top: -4%;
  right: 3%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--summer04 {
    width: 13.4328358209%;
    top: -4%;
    right: 3%;
  }
}

.p-event__icon--summer05 {
  width: 17.0731707317%;
  bottom: 7%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-event__icon--summer05 {
    width: 17.9104477612%;
    bottom: 7%;
    right: 0;
  }
}

.p-event__icon--autumn01 {
  width: 16.7682926829%;
  top: 61%;
  left: 0%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--autumn01 {
    width: 16.8656716418%;
    top: 61%;
    left: -3%;
  }
}

.p-event__icon--autumn02 {
  width: 11.8902439024%;
  top: -4%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--autumn02 {
    width: 14.1044776119%;
    top: -5%;
    left: 46%;
  }
}

.p-event__icon--autumn03 {
  width: 10.6707317073%;
  bottom: -11%;
  left: 49.6%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--autumn03 {
    width: 10.8208955224%;
    bottom: -11%;
    left: 47.3%;
  }
}

.p-event__icon--autumn04 {
  width: 7.012195122%;
  top: 74%;
  right: 14.5%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--autumn04 {
    width: 6.8656716418%;
    top: 74%;
    right: 16.5%;
  }
}

.p-event__icon--autumn05 {
  width: 13.7195121951%;
  top: 30.8%;
  right: -0.2%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--autumn05 {
    width: 13.8059701493%;
    top: 30.8%;
    right: 1.8%;
  }
}

.p-event__icon--winter01 {
  width: 20.7317073171%;
  top: 6.5%;
  left: 11.5%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--winter01 {
    width: 20.8035714286%;
    top: 6.5%;
    left: 11.5%;
  }
}

.p-event__icon--winter02 {
  width: 14.0243902439%;
  bottom: 10.5%;
  left: 18%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--winter02 {
    width: 13.9285714286%;
    bottom: 10.5%;
    left: 18%;
  }
}

.p-event__icon--winter03 {
  width: 14.3292682927%;
  bottom: 2.5%;
  left: 43%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--winter03 {
    width: 14.1071428571%;
    bottom: 2.5%;
    left: 43%;
  }
}

.p-event__icon--winter04 {
  width: 8.2317073171%;
  top: -2%;
  right: 0%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--winter04 {
    width: 8.2142857143%;
    top: -2%;
    right: 0%;
  }
}

.p-event__icon--winter05 {
  width: 15.5487804878%;
  top: 48.5%;
  right: 3.5%;
}
@media screen and (min-width: 768px) {
  .p-event__icon--winter05 {
    width: 15.4464285714%;
    top: 48.5%;
    right: 3.5%;
  }
}

.p-event__icon img {
  width: 100%;
  height: auto;
}

.p-feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-feature-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 7.1428571429%;
       -moz-column-gap: 7.1428571429%;
            column-gap: 7.1428571429%;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-main__block:nth-child(even) .p-feature-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-card__img {
    width: 51.8518518519%;
  }
}

.p-feature-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 560/396;
}

.p-feature-card__body {
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature-card__body {
    margin-top: 0;
    width: 40.7407407407%;
    top: 3px;
  }
}

.p-feature-card__title .c-title01__main {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-feature-card__title .c-title01__main {
    font-size: 28px;
  }
}

.p-feature-card__title .c-title01__main span {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-feature-card__title .c-title01__main span {
    margin-left: 14px;
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.p-feature-card__text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-feature-card__text {
    margin-top: 32px;
    font-size: 17px;
    line-height: 2;
  }
}

.p-feature-main {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #FFF5F2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature-main {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.p-feature-main::before {
  content: "";
  width: 100%;
  height: 100px;
  background: transparent url(../images/feature/bg_feature-top_sp.png) no-repeat center top/100% 100%;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-feature-main::before {
    background: transparent url(../images/feature/bg_feature-top_pc.png) no-repeat center top/100% 100%;
    top: -50px;
  }
}

.p-feature-main::after {
  content: "";
  width: 100%;
  height: 100px;
  background: transparent url(../images/feature/bg_feature-bottom_sp.png) no-repeat center bottom/100% 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-feature-main::after {
    background: transparent url(../images/feature/bg_feature-bottom_pc.png) no-repeat center bottom/100% 100%;
    bottom: -40px;
  }
}

.p-feature-main__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-feature-main__inner {
    max-width: 1200px;
  }
}

.p-feature-main__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 36px;
}
@media screen and (min-width: 768px) {
  .p-feature-main__wrap {
    row-gap: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-main__block {
    width: 96.4285714286%;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-main__block:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-main__block:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
}

.p-feature-message {
  padding-top: 30px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .p-feature-message {
    padding-top: 110px;
    padding-bottom: 170px;
  }
}

.p-feature-message__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature-message__inner {
    max-width: 1200px;
  }
}

.p-feature-message__read {
  width: 67.0731707317%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-feature-message__read {
    width: 57.1428571429%;
  }
}

.p-feature-message__read img {
  width: 100%;
  height: auto;
  aspect-ratio: 220/82;
}
@media screen and (min-width: 768px) {
  .p-feature-message__read img {
    aspect-ratio: 640/50;
  }
}

.p-feature-message__text {
  margin-top: 35px;
  font-size: 15px;
  text-align: center;
  line-height: 2.2666666667;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-feature-message__text {
    margin-top: 42px;
    font-size: 18px;
    line-height: 2.3333333333;
  }
}

.p-feature-message__img {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-feature-message__img {
    margin-top: 52px;
    max-width: 840px;
    margin-inline: auto;
  }
}

.p-feature-message__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 328/171;
}
@media screen and (min-width: 768px) {
  .p-feature-message__img img {
    aspect-ratio: 840/438;
  }
}

.p-feature-message__icon {
  display: block;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-feature-message__icon--01 {
    width: 8.3035714286%;
    top: -4.8%;
    left: -1.2%;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-message__icon--02 {
    width: 3.9285714286%;
    top: 27.6%;
    left: 7.4%;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-message__icon--03 {
    width: 8.6607142857%;
    top: 50%;
    left: -2.8%;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-message__icon--04 {
    width: 8.9732142857%;
    top: 76.8%;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-message__icon--05 {
    width: 3.75%;
    top: -5%;
    right: 1%;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-message__icon--06 {
    width: 9.1071428571%;
    top: 22.2%;
    right: -0.8%;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-message__icon--07 {
    width: 4.8214285714%;
    top: 51.5%;
    right: 7.5%;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-message__icon--08 {
    width: 7.3660714286%;
    top: 77%;
    right: -3.4%;
  }
}

.p-feature-message__icon img {
  width: 100%;
  height: auto;
}

.p-foot-btn {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-foot-btn {
    width: 110px;
    gap: 7px;
    bottom: 5%;
  }
}

.p-foot-btn--common {
  width: 60px;
  bottom: 20px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .p-foot-btn--common {
    width: 110px;
    right: 0;
    bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .p-foot-btn__link {
    cursor: pointer;
  }
}

.p-foot-btn__link img {
  width: 100%;
  height: auto;
  aspect-ratio: 90/87;
}
@media screen and (min-width: 768px) {
  .p-foot-btn__link img {
    aspect-ratio: 110/106;
  }
}

.p-foot-btn__link--top {
  width: 60px;
  margin-right: 10px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-foot-btn__link--top {
    width: 84px;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-footer {
  padding-top: 45px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 66px;
    padding-bottom: 60px;
  }
}

.p-footer::before {
  content: "";
  width: 100%;
  height: 50px;
  background: transparent url(../images/common/footer_white-top_sp.png) no-repeat center top/100%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-footer::before {
    height: 50px;
    background: transparent url(../images/common/footer_white-top_pc.png) no-repeat center top/100%;
    top: -20px;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__logo {
  width: 211px;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 255px;
  }
}

.p-footer__logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 211/54;
}
@media screen and (min-width: 768px) {
  .p-footer__logo img {
    aspect-ratio: 255/63;
  }
}

.p-footer__access {
  margin-top: 21px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__access {
    margin-top: 21px;
    font-size: 16px;
    line-height: 1.875;
  }
}

.p-footer__tel {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    font-size: 16px;
    line-height: 1.875;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__tel a {
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav {
    width: 370px;
    position: relative;
    top: -5px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
    row-gap: 21px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navItem {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navItem:nth-child(1),
  .p-footer__navItem:nth-child(4) {
    width: 70px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navItem:nth-child(2),
  .p-footer__navItem:nth-child(5) {
    width: 88px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navItem:nth-child(3),
  .p-footer__navItem:nth-child(6) {
    width: 139px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navLink {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}

.p-footer__bottom {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-footer__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-footer__subList {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-footer__subLink {
  display: block;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__subLink {
    font-size: 14px;
  }
}

.p-footer__copy {
  margin-top: 45px;
  font-size: 12px;
  color: #ABABAB;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-top: 6px;
    font-size: 12px;
  }
}

.p-form__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
}

.p-form__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    width: 27.1739130435%;
  }
}

.form_note .p-form__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .form_note .p-form__head {
    padding-top: 22px;
  }
}

.p-form__head__title {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-form__head__title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-form__head__title p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form span.required,
.p-form span.any {
  width: 40px;
  margin-top: 2px;
  padding: 4px 0 5px;
  margin-right: 13px;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .p-form span.required,
  .p-form span.any {
    width: 40px;
    margin-top: 0;
    margin-right: 20px;
  }
}

.p-form span.required {
  background-color: #EE4D4D;
}

.p-form span.any {
  background-color: #60BCEC;
}

.p-form__body {
  width: 100%;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__body {
    margin-top: 0;
    width: 69.5652173913%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-form__body .mw_wp_form .error {
  margin-top: 0.3125rem;
}

/******************* form base *******************/
.p-form .wpcf7-form-control-wrap {
  width: 100%;
}

.p-form input,
.p-form textarea,
.p-form select {
  width: 100%;
  height: 56px;
  padding: 1.0625rem 1.25rem 1.125rem;
  font-size: 1rem;
  color: #4E4E4E;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 500;
  background-color: #EEEEEE;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-form input,
  .p-form textarea,
  .p-form select {
    height: 60px;
    padding: 1.125rem 1.25rem 1.125rem;
  }
}

.p-form ::-webkit-input-placeholder {
  color: #AFAFAF;
}

.p-form ::-moz-placeholder {
  color: #AFAFAF;
}

.p-form ::-ms-input-placeholder {
  color: #AFAFAF;
}

.p-form ::placeholder {
  color: #AFAFAF;
}

.p-form input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin-right: 0.625rem;
  border-radius: 0.125rem;
  border: 1px solid #CCCCCC;
  vertical-align: middle;
}

.p-form input.required,
.p-form textarea.required,
.p-form select.required {
  background-color: #F9D5D5;
}

.p-form textarea {
  height: 260px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    height: 280px;
  }
}

.p-form input.form_name,
.p-form input.form_kana {
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-form input.form_name,
  .p-form input.form_kana {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-form input.form_company,
.p-form input.form_tel,
.p-form input.form_mail {
  width: 26.5625rem;
}
@media screen and (min-width: 768px) {
  .p-form input.form_company,
  .p-form input.form_tel,
  .p-form input.form_mail {
    width: 100%;
  }
}

/* 郵便番号 */
.p-form .p-form__item.form_post .p-form__detail {
  width: 194px;
}
@media screen and (min-width: 768px) {
  .p-form .p-form__item.form_post .p-form__detail {
    width: 280px;
  }
}

.p-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/contact/arrow_select.svg) 96% 50% no-repeat;
  background-size: auto;
  background-size: 1.25rem;
  font-size: 1rem;
  color: #000;
  line-height: 2;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.p-form select::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #4E4E4E;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-form select {
    width: 100%;
    line-height: 1;
    background: url(../images/contact/arrow_select.svg) 94% 50% no-repeat;
    background-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form select {
    font-size: 0.875rem;
  }
}

.mw_wp_form .error {
  width: 100%;
}

.wpcf7-radio {
  margin-top: 18px;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 31px;
     -moz-column-gap: 31px;
          column-gap: 31px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio {
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-radio .wpcf7-list-item:nth-child(n+2) {
  margin-top: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-radio .wpcf7-list-item label input {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* デフォルトのボタン */
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -1px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background: #fff;
  border: 1px solid #575757;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  width: 20px;
  height: 20px;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #EE4D4D; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

/******************* END./form base *******************/
.p-form__head__text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__head__text {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
}

.p-form__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__detail {
    display: block;
  }
}

.p-form__detail:nth-of-type(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__detail:nth-of-type(n+2) {
    margin-top: 1.25rem;
  }
}

.p-form__detail p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-hope__title {
  width: 5rem;
  margin-right: 1.875rem;
  margin-left: 0.3125rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .form-hope__title {
    margin-right: 0.9375rem;
    margin-left: 0;
    font-size: 0.875rem;
  }
}

.p-form__body__text {
  width: 100%;
  margin-top: 0.625rem;
  font-size: 15px;
  color: #4E4E4E;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__body__text {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.p-form__detail_name {
  width: 22.0625rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.005em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__detail_name {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-form__detail_name:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.form-name__title {
  margin-right: auto;
  font-size: 1rem;
  color: #4E4E4E;
  line-height: 2;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .form-name__title {
    font-size: 0.875rem;
  }
}

.p-form__item.form_name .form-name__title {
  margin-right: 2.1875rem;
}

.p-form__item.form_kana .form-name__title {
  margin-right: 1.25rem;
}

.p-form__policy {
  margin-top: 34px;
  margin-left: 25px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-form__policy {
    margin-top: 52px;
    margin-left: 0;
    text-align: center;
  }
}

.p-form__policy p {
  display: inline;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.075em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__policy p {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}

.p-form .p-form__policy span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.p-form__policy p span.wpcf7-form-control-wrap {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: -2px;
  left: -28px;
}
@media screen and (min-width: 768px) {
  .p-form__policy p span.wpcf7-form-control-wrap {
    width: auto;
    height: 15px;
    display: inline;
    position: static;
  }
}

.p-form__policy p span.wpcf7-list-item-label {
  display: none;
}

.p-form__policy .wpcf7-form-control {
  width: 1rem;
  height: 1rem;
}

.p-form__policy a {
  display: inline-block;
  font-size: 14px;
  color: #EE4D4D;
  line-height: 1.8571428571;
  letter-spacing: 0.075em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4D4D), to(#EE4D4D)) 100% 84%/0 1px no-repeat;
  background: linear-gradient(#EE4D4D, #EE4D4D) 100% 84%/0 1px no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (min-width: 768px) {
  .p-form__policy a {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}

@media screen and (min-width: 768px) {
  .p-form__policy a:hover {
    background-size: 0 1px;
  }
}

.p-form__policy .wpcf7-not-valid-tip {
  width: 15.625rem;
  position: absolute;
  bottom: -3.4375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-form__policy .wpcf7-not-valid-tip {
    bottom: -2.5rem;
    left: -1.875rem;
  }
}

.form-btn {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .form-btn {
    margin-top: 50px;
    width: 320px;
  }
}

.form-btn input {
  height: 70px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: #EE4D4D;
  border: 1px solid #EE4D4D;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .form-btn input {
    height: 80px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .form-btn input:hover {
    background: #fff;
    color: #EE4D4D;
  }
}

.p-guide {
  padding-top: 52px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-guide {
    padding-top: 80px;
  }
}

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

.p-guide__list {
  margin-top: 28px;
  padding: 30px 20px 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 13px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-guide__list {
    max-width: 920px;
    margin-inline: auto;
    margin-top: 42px;
    padding: 44px 72px 35px;
    row-gap: 20px;
    border-radius: 30px;
  }
}

.p-guide__link {
  display: block;
  width: 86.8055555556%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-guide__link {
    display: inline-block;
    width: auto;
  }
}

.p-guide__link::after {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent url(../images/common/icon_download.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-guide__link::after {
    top: -2px;
    right: -38px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-guide__link-text {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#4E4E4E), to(#4E4E4E)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#4E4E4E, #4E4E4E) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
@media screen and (min-width: 768px) {
  .p-guide__link-text {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.p-guide__attention {
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-guide__attention {
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

.p-header {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header--white {
  background: #fff;
  border-radius: 0 0 1.25rem 1.25rem;
}

.p-header__inner {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 18px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__logo {
  width: 200px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 285px;
    position: relative;
    z-index: 50;
  }
}

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

.p-header__logo--link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-header__logo--link:hover {
    opacity: 1;
  }
}

.p-header__logo--img img {
  width: 100%;
  height: auto;
  aspect-ratio: 200/49;
}
@media screen and (min-width: 768px) {
  .p-header__logo--img img {
    aspect-ratio: 285/72;
  }
}

.p-header__hamburger {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EE4D4D;
  border-radius: 30px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__hamburger .line {
  width: 24px;
  height: 2px;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger .line:nth-child(n+2) {
  margin-top: 4px;
}

.p-header__hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(3px) rotate(30deg);
          transform: translateY(3px) rotate(30deg);
}

.p-header__hamburger.active .line:nth-child(2) {
  -webkit-transform: translateY(-3px) rotate(-30deg);
          transform: translateY(-3px) rotate(-30deg);
}

.p-header__hamburger--text {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #fff;
  line-height: 1.2307692308;
  letter-spacing: 0.08em;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-header__nav {
  width: 100%;
  height: 100vh;
  padding: 83px 26px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 10;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: auto;
    height: auto;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    position: static;
    right: auto;
    overflow-y: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__nav {
    width: 100%;
    height: 100vh;
    padding: 83px 26px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 10;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    overflow-y: scroll;
  }
}

.p-header__nav.active {
  right: 0;
}

.p-header__navList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-header__navList {
    padding: 5px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__navList {
    max-width: 500px;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header__navItem {
  padding: 16px 0;
  border-bottom: 3px dotted #D9D9C8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__navItem {
    height: 100%;
    padding: 0 22px;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__navItem {
    padding: 16px 0;
    border-bottom: 3px dotted #D9D9C8;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem:not(:last-child) {
    border-right: 3px dotted #DFDFDF;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__navItem:not(:last-child) {
    border-right: none;
  }
}

.p-header__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-header__navLink {
    height: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__navLink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink:hover {
    opacity: 1;
  }
}

.p-header__navLink--icon {
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__navLink--icon {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem:nth-child(1) .p-header__navLink--icon {
    width: 41px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem:nth-child(2) .p-header__navLink--icon {
    width: 41px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem:nth-child(3) .p-header__navLink--icon {
    width: 35px;
  }
}

.p-header__navItem:nth-child(4) .p-header__navLink--icon img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__navItem:nth-child(4) .p-header__navLink--icon {
    width: 49px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem:nth-child(5) .p-header__navLink--icon {
    width: 41px;
  }
}

.p-header__navLink--icon img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-header__navLink--icon img {
    width: 100%;
  }
}

.p-header__navLink--text {
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-header__navLink--text {
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink.active .p-header__navLink--text {
    color: #EE4D4D;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink:hover .p-header__navLink--text {
    opacity: 1;
    color: #EE4D4D;
  }
}

.p-header__subList {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (min-width: 768px) {
  .p-header__subList {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__subList {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.p-header__subLink {
  display: block;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.p-header__tel {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .p-header__tel {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__tel {
    display: block;
    max-width: 500px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 5px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-header__tel--number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #EE4D4D;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  position: relative;
}

.p-header__tel--number::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  background: transparent url(../images/common/icon_tel.svg) no-repeat center center/100%;
}

.p-header__tel--text {
  display: block;
  font-size: 14px;
  color: #575757;
  text-align: center;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.p-header__parents {
  margin-top: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-header__parents {
    margin-top: 0;
    margin-left: 6px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__parents {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-header__parents--btn {
  width: 100%;
  padding: 13px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #60BCEC;
  border-radius: 35px;
  border: 1px solid #60BCEC;
}
@media screen and (min-width: 768px) {
  .p-header__parents--btn {
    width: 150px;
    padding: 12px 0 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__parents--btn {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    margin-top: 12px;
    padding: 13px 10px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media screen and (min-width: 768px) {
  .p-header__parents--btn:hover {
    opacity: 1;
    background: #fff;
  }
}

.p-header__parents--text {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__parents--text {
    font-size: 16px;
    line-height: 1.4375;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__parents--btn:hover .p-header__parents--text {
    color: #60BCEC;
  }
}

.p-header__parents--text::after {
  content: "";
  width: 10px;
  height: 12px;
  display: inline-block;
  margin-left: 2px;
  background: transparent url(../images/common/icon_lock.svg) no-repeat center center/100%;
}
@media screen and (min-width: 768px) {
  .p-header__parents--text::after {
    width: 12px;
    height: 14px;
    margin-left: 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__parents--btn:hover .p-header__parents--text::after {
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-image: url(../images/common/icon_lock.svg);
            mask-image: url(../images/common/icon_lock.svg);
    background: #60BCEC;
  }
}

.p-header__contact {
  margin-top: 10px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    margin-top: 0;
    margin-left: 10px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__contact {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-header__contact--btn {
  width: 100%;
  padding: 13px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EE4D4D;
  border-radius: 35px;
  border: 1px solid #EE4D4D;
}
@media screen and (min-width: 768px) {
  .p-header__contact--btn {
    width: 150px;
    min-height: 70px;
    padding: 11px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-header__contact--btn {
    width: 100%;
    min-height: auto;
    margin-top: 20px;
    padding: 13px 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__contact--btn:hover {
    opacity: 1;
    background: #fff;
  }
}

.p-header__contact--text {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__contact--text {
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__contact--btn:hover .p-header__contact--text {
    color: #EE4D4D;
  }
}

.p-header__contact--text::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-left: 2px;
  background: transparent url(../images/common/icon_mail.svg) no-repeat center center/100%;
}
@media screen and (min-width: 768px) {
  .p-header__contact--text::after {
    width: 15px;
    height: 12px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__contact--btn:hover .p-header__contact--text::after {
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-image: url(../images/common/icon_mail.svg);
            mask-image: url(../images/common/icon_mail.svg);
    background: #EE4D4D;
  }
}

.p-letter__breadcrumb {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-letter__breadcrumb {
    margin-top: 130px;
  }
}

@media screen and (min-width: 768px) {
  .p-letter__breadcrumb .p-breadcrumb__inner {
    max-width: 100%;
  }
}

.p-letter {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-letter {
    padding-top: 40px;
    padding-bottom: 184px;
  }
}

.p-letter--parents {
  padding-top: 100px;
  padding-bottom: 130px;
}
@media screen and (min-width: 768px) {
  .p-letter--parents {
    padding-top: 150px;
    padding-bottom: 144px;
  }
}

@media screen and (min-width: 768px) {
  .p-letter__inner {
    max-width: 1200px;
  }
}

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

.p-letter__cateList {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 26px;
}
@media screen and (min-width: 768px) {
  .p-letter__cateList {
    margin-top: 60px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.p-letter__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-letter__list {
    margin-top: 75px;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    row-gap: 60px;
  }
}

.p-letter__btn {
  max-width: 328px;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-letter__btn {
    margin-top: 70px;
    width: 240px;
    max-width: 100%;
  }
}

.p-letter__pagination {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-letter__pagination {
    margin-top: 80px;
  }
}

.p-list01 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 26px;
}
@media screen and (min-width: 768px) {
  .p-list01 {
    row-gap: 26px;
  }
}

.p-list01__item {
  padding: 0 0 27px;
  border-bottom: 3px dotted #D9D9C8;
}
@media screen and (min-width: 768px) {
  .p-list01__item {
    padding: 0 3px 25px;
  }
}

.p-list01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-list01__link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    row-gap: 10px;
  }
}
@media (max-width: 900px) {
  .p-list01__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-list01__date {
  margin-top: 3px;
  margin-right: 5.6179775281%;
  font-size: 12px;
  color: #848282;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-list01__date {
    margin-top: 7px;
    margin-right: 2.9850746269%;
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

@media screen and (min-width: 768px) {
  .p-list01__cate {
    margin-top: 4px;
    margin-right: 5.9701492537%;
  }
}

.p-list01__title {
  width: 100%;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-list01__title {
    width: auto;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 900px) {
  .p-list01__title {
    width: 100%;
  }
}

.p-mv {
  background: #FCF7C7;
  overflow-x: clip;
}

.p-mv__inner {
  padding-top: 98px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-top: 160px;
    padding-bottom: 50px;
  }
}

.p-mv__wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-mv__detail {
    max-width: 1200px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 2;
  }
}

.p-mv__title {
  font-size: 24px;
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 36px;
    line-height: 1.96;
  }
}

.p-mv__title span {
  display: inline;
  padding: 4px 0 3px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
  background-image: linear-gradient(#fff 100%, #fff 100%);
  background-size: 100% 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-mv__title span {
    padding: 3px 0 3px 16px;
  }
}

.p-mv__swiper {
  margin-top: 22px;
  padding: 0 13.1578947368%;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper {
    margin-top: 0;
    padding: 0 31.25%;
  }
}

.p-mv__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/310;
}
@media screen and (min-width: 768px) {
  .p-mv__slide img {
    aspect-ratio: 540/600;
  }
}

.p-mv__icon {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .p-mv__icon--01 {
    width: 3.1944444444%;
    top: 19.8%;
    left: -0.2%;
  }
}

.p-mv__icon--02 {
  width: 6.0526315789%;
  top: 40.2%;
  right: -1.2%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__icon--02 {
    width: 3.0555555556%;
    top: 19.8%;
    right: 1.8%;
  }
}

.p-mv__icon--03 {
  width: 12.8947368421%;
  top: 47.8%;
  left: -5.6%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__icon--03 {
    width: 6.4583333333%;
    top: 20%;
    left: 16.2%;
  }
}

.p-mv__icon--04 {
  width: 13.4210526316%;
  top: 41.4%;
  left: 11.2%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__icon--04 {
    width: 6.7708333333%;
    top: 21.4%;
    left: 32.8%;
  }
}

.p-mv__icon--05 {
  width: 11.8421052632%;
  top: 47.2%;
  right: 5.2%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__icon--05 {
    width: 6.1111111111%;
    top: 25.2%;
    right: 20.4%;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__icon--06 {
    width: 5.0694444444%;
    top: 86.5%;
    left: 3.2%;
    z-index: 2;
  }
}

.p-mv__icon--07 {
  width: 14.7368421053%;
  top: 92.3%;
  left: 21.2%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__icon--07 {
    width: 7.5694444444%;
    top: 88.5%;
    left: 33.5%;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__icon--08 {
    width: 6.1458333333%;
    top: 87%;
    right: 1.4%;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__icon--09 {
    width: 3.1944444444%;
    top: 55%;
    left: 26.4%;
    z-index: 0;
  }
}

.p-mv__icon--10 {
  width: 7.8947368421%;
  top: 93.6%;
  right: 18.2%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__icon--10 {
    width: 4.1666666667%;
    top: 90.2%;
    right: 30.4%;
  }
}

.p-mv__icon--11 {
  width: 4.7368421053%;
  top: 73.6%;
  right: 10.5%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__icon--11 {
    width: 2.5%;
    top: 53.2%;
    right: 27%;
  }
}

.p-mv__icon img {
  width: 100%;
  height: auto;
}

.p-news-single {
  margin-top: 92px;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    margin-top: 130px;
    padding-bottom: 186px;
  }
}

@media screen and (min-width: 768px) {
  .p-news-single__inner {
    max-width: 960px;
  }
}

.p-news-single__top {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-news-single__top {
    margin-top: 90px;
  }
}

.p-news-single__head {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 32px;
  border-bottom: 3px dotted #D9D9C8;
}
@media screen and (min-width: 768px) {
  .p-news-single__head {
    padding-bottom: 30px;
    row-gap: 30px;
  }
}

.p-news-single__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-news-single__area {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.p-news-single__date {
  font-size: 12px;
  color: #848282;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-single__date {
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

.p-news-single__title {
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

.p-news-single__body {
  margin-top: 22px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-news-single__body {
    margin-top: 42px;
    margin-bottom: 80px;
  }
}

.p-news {
  padding-top: 30px;
  padding-bottom: 98px;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 38px;
    padding-bottom: 182px;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    max-width: 1000px;
  }
}

.p-news__cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.p-news__list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .p-list01__item {
    padding: 0 0 25px;
  }
}

.p-list01__item .p-list01__date {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .p-list01__item .p-list01__date {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-list01__item .p-list01__cate {
    margin-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-list01__item .p-list01__title {
    margin-top: 4px;
  }
}

.p-news__pagination {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-news__pagination {
    margin-top: 70px;
  }
}

.p-notfound {
  padding-top: 160px;
  padding-bottom: 98px;
}
@media screen and (min-width: 768px) {
  .p-notfound {
    padding-top: 310px;
    padding-bottom: 244px;
  }
}

@media screen and (min-width: 768px) {
  .p-notfound__inner {
    max-width: 1000px;
  }
}

.p-notfound__read {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.7272727273;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-notfound__read {
    margin-bottom: 46px;
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

.p-notfound__text {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-notfound__text {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-notfound__btn {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-notfound__btn {
    margin-top: 54px;
  }
}

.p-page-btn {
  padding-top: 8px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-btn {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-page-btn__inner {
    max-width: 1200px;
  }
}

.p-page-btn__wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.p-page-btn__btn:nth-child(n+2) {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-page-btn__btn:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 15px;
  }
}

.p-pagination .wp-pagenavi span,
.p-pagination .wp-pagenavi a {
  width: 35px;
  height: 35px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #EE4D4D;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span,
  .p-pagination .wp-pagenavi a {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span,
  .p-pagination .wp-pagenavi a:hover {
    border-color: #EE4D4D;
  }
}

.p-pagination .current,
.p-pagination .page {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #EE4D4D;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-pagination .current,
  .p-pagination .page {
    font-size: max(10px, 1rem);
  }
}

.p-pagination .current {
  color: #fff;
  background: #EE4D4D;
  border-color: #EE4D4D !important;
}

.p-pagination .wp-pagenavi span.current {
  font-weight: 700;
}

.p-pagination .page {
  color: #EE4D4D;
}

.p-pagination .previouspostslink,
.p-pagination .nextpostslink {
  width: 35px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-pagination .previouspostslink,
  .p-pagination .nextpostslink {
    width: 50px;
  }
}

.p-pagination .previouspostslink img,
.p-pagination .nextpostslink img {
  width: 6px;
  height: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-pagination .previouspostslink img,
  .p-pagination .nextpostslink img {
    width: 8px;
    height: 12px;
  }
}

.p-pagination .wp-pagenavi span.pages {
  width: 4.5625rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span.pages {
    width: 4.8125rem;
    font-size: 1rem;
  }
}

.p-pagination .wp-pagenavi span.extend {
  width: 35px;
  height: 35px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span.extend {
    width: 50px;
    height: 50px;
    font-size: max(10px, 0.9375rem);
  }
}

.p-pagination .wp-pagenavi a.first,
.p-pagination .wp-pagenavi a.last {
  width: 4.5625rem;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi a.first,
  .p-pagination .wp-pagenavi a.last {
    width: 4.6875rem;
    font-size: max(10px, 0.875rem);
  }
}

.p-parents {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-parents {
    padding-top: 130px;
    padding-bottom: 184px;
  }
}

@media screen and (min-width: 768px) {
  .p-parents__inner {
    max-width: 1200px;
  }
}

.p-parents__title {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-parents__title {
    margin-top: 22px;
  }
}

.p-parents__login {
  margin-top: 30px;
  padding: 27px 0 50px;
  border: 4px solid #F3F3F3;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-parents__login {
    margin-top: 50px;
    max-width: 680px;
    margin-inline: auto;
    padding: 48px 0 80px;
    border-radius: 30px;
  }
}

.p-parents__login--title {
  font-size: 18px;
  text-align: center;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-parents__login--title {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

.p-parents__login--text {
  margin-top: 18px;
  font-size: 14px;
  text-align: center;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-parents__login--text {
    font-size: 17px;
    line-height: 2;
  }
}

.p-parents__login--password {
  width: 260px;
  margin-inline: auto;
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-parents__login--password {
    width: 360px;
    margin-top: 24px;
    row-gap: 4px;
  }
}

.p-parents__login--passwordText {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-parents__login--passwordText {
    font-size: 15px;
    line-height: 1.4;
  }
}

.p-parents__login--passwordNumber {
  width: 100%;
  margin-top: 5px;
}

.p-parents__login--passwordNumber input {
  width: 100%;
  height: 56px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
}
@media screen and (min-width: 768px) {
  .p-parents__login--passwordNumber input {
    height: 60px;
  }
}

.p-parents__login--passwordError {
  color: #EE4D4D;
}

.p-parents__login--passwordBtn {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-parents__login--passwordBtn {
    margin-top: 36px;
  }
}

.p-parents__login--passwordBtn button {
  width: 100%;
  padding: 15px 50px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-radius: 28px;
  border: 1px solid #EE4D4D;
  background: #EE4D4D;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-parents__login--passwordBtn button {
    width: 240px;
    margin-inline: auto;
    padding: 15px 50px 15px 40px;
    font-size: 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-parents__login--passwordBtn button:hover {
    color: #EE4D4D;
    background: #fff;
    opacity: 1;
  }
}

.p-parents__login--passwordBtn button::before {
  content: "";
  width: 14px;
  height: 14px;
  background: transparent url(../images/common/arrow_right.png) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-parents__login--passwordBtn button::before {
    right: 21px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-parents__login--passwordBtn button:hover::before {
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-image: url(../images/common/arrow_right.png);
            mask-image: url(../images/common/arrow_right.png);
    background: #fff;
  }
}

.p-parents__login--passwordBtn button::after {
  content: "";
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-parents__login--passwordBtn button::after {
    right: 12px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-parents__login--passwordBtn button:hover::after {
    background: #EE4D4D;
  }
}

.p-privacypolicy {
  padding-top: 27px;
  padding-bottom: 94px;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy {
    padding-top: 66px;
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__inner {
    max-width: 1000px;
  }
}

.p-privacypolicy__read {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__read {
    font-size: 17px;
    line-height: 2;
  }
}

.p-privacypolicy__wrap {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 45px;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__wrap {
    margin-top: 75px;
    row-gap: 75px;
  }
}

.p-privacypolicy__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__head {
    padding-bottom: 20px;
  }
}

.p-privacypolicy__title {
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__title {
    font-size: 24px;
    line-height: 1.4583333333;
  }
}

.p-privacypolicy__body {
  margin-top: 21px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__body {
    margin-top: 21px;
    row-gap: 12px;
  }
}

.p-privacypolicy__text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__text {
    font-size: 17px;
    line-height: 2;
  }
}

.p-privacypolicy__list {
  width: 93.4782608696%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__list {
    width: 94.5652173913%;
    row-gap: 7px;
  }
}

.p-privacypolicy__item {
  padding-left: 14px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__item {
    padding-left: 20px;
    font-size: 17px;
    line-height: 1.7647058824;
  }
}

.p-privacypolicy__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #EE4D4D;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__item::before {
    width: 10px;
    height: 10px;
    top: 12px;
  }
}

.p-regular-events {
  padding-top: 22px;
  padding-bottom: 106px;
  background: #EFF9FE;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-regular-events {
    padding-top: 74px;
    padding-bottom: 215px;
  }
}

.p-regular-events::before {
  content: "";
  width: 100%;
  height: 100px;
  background: transparent url(../images/schedule/bg_event-top_sp.png) no-repeat center top/100% 100%;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-regular-events::before {
    background: transparent url(../images/schedule/bg_event-top_pc.png) no-repeat center top/100% 100%;
    top: -50px;
  }
}

@media screen and (min-width: 768px) {
  .p-regular-events__inner {
    max-width: 1110px;
  }
}

.p-regular-events__title {
  text-align: center;
}

.p-regular-events__title .c-title01__main {
  padding-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .p-regular-events__title .c-title01__main {
    padding-bottom: 40px;
  }
}

.p-regular-events__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 28px;
}
@media screen and (min-width: 768px) {
  .p-regular-events__list {
    margin-top: 70px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 6.7961165049%;
       -moz-column-gap: 6.7961165049%;
            column-gap: 6.7961165049%;
    row-gap: 70px;
  }
}

.p-regular-events__item--img img {
  width: 100%;
  height: auto;
  aspect-ratio: 328/246;
}
@media screen and (min-width: 768px) {
  .p-regular-events__item--img img {
    aspect-ratio: 480/360;
  }
}

.p-regular-events__item--text {
  margin-top: 12px;
  font-size: 18px;
  text-align: center;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-regular-events__item--text {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.4583333333;
  }
}

.p-report-single {
  margin-top: 92px;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .p-report-single {
    margin-top: 130px;
    padding-bottom: 186px;
  }
}

.p-report-single__inner {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-report-single__inner {
    max-width: 960px;
    margin-top: 84px;
  }
}

.p-report-single__top {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-report-single__top {
    margin-top: 90px;
  }
}

.p-report-single__head {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 32px;
  border-bottom: 3px dotted #D9D9C8;
}
@media screen and (min-width: 768px) {
  .p-report-single__head {
    padding-bottom: 30px;
    row-gap: 40px;
  }
}

.p-report-single__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-report-single__area {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.p-report-single__date {
  margin-top: 8px;
  font-size: 12px;
  color: #848282;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-report-single__date {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

.p-report-single__cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-report-single__cateList {
    gap: 6px;
  }
}

.p-report-single__title {
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-report-single__title {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

.p-report-single__body {
  margin-top: 22px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-report-single__body {
    margin-top: 42px;
    margin-bottom: 80px;
  }
}

.p-report__breadcrumb {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-report__breadcrumb {
    margin-top: 130px;
  }
}

@media screen and (min-width: 768px) {
  .p-report__breadcrumb .p-breadcrumb__inner {
    max-width: 100%;
  }
}

.p-report {
  margin-top: 100px;
  padding-bottom: 50px;
  background: #F8F7EB;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-report {
    margin-top: 70px;
    padding-bottom: 184px;
  }
}

.p-report--parents {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-report--parents {
    padding-bottom: 70px;
  }
}

.p-report::before {
  content: "";
  width: 100%;
  height: 60px;
  background: transparent url(../images/parents/bg_report-top_sp.png) no-repeat center top/100% 100%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-report::before {
    height: 100px;
    background: transparent url(../images/parents/bg_report-top_pc.png) no-repeat center top/100% 100%;
    top: -40px;
  }
}

.p-report.p-report--parents::after {
  content: "";
  width: 100%;
  height: 60px;
  background: transparent url(../images/parents/bg_report-bottom_sp.png) no-repeat center bottom/100% 100%;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-report.p-report--parents::after {
    height: 100px;
    background: transparent url(../images/parents/bg_report-bottom_pc.png) no-repeat center bottom/100% 100%;
    bottom: -50px;
  }
}

.p-report__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-report__inner {
    max-width: 1200px;
  }
}

.p-report__head {
  padding-top: 63px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-report__head {
    padding-top: 60px;
    padding-bottom: 36px;
  }
}

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

.p-report__icon {
  display: block;
  position: absolute;
}

.p-report__icon--01 {
  width: 8.6687306502%;
  max-width: 35px;
  top: -30px;
  left: -12%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--01 {
    width: 5.4017857143%;
    max-width: 100%;
    top: 28%;
    left: -3.8%;
  }
}

.p-report__icon--02 {
  width: 9.907120743%;
  max-width: 40px;
  top: -9px;
  left: -3%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--02 {
    width: 6.6964285714%;
    max-width: 100%;
    top: 54%;
    left: 2.5%;
  }
}

.p-report__icon--03 {
  width: 4.0247678019%;
  max-width: 16px;
  top: 27px;
  left: 6.5%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--03 {
    width: 2.6785714286%;
    max-width: 100%;
    top: auto;
    bottom: -5.3%;
    left: 8.9%;
  }
}

.p-report__icon--04 {
  width: 13.9318885449%;
  max-width: 55px;
  top: -1px;
  left: 13%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--04 {
    width: 9.375%;
    max-width: 100%;
    top: auto;
    bottom: -2%;
    left: 13.4%;
  }
}

.p-report__icon--05 {
  width: 8.0495356037%;
  max-width: 32px;
  top: -29px;
  left: 23.2%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--05 {
    width: 5.3571428571%;
    max-width: 100%;
    top: 30%;
    left: 20.5%;
  }
}

.p-report__icon--06 {
  width: 13.3126934985%;
  max-width: 53px;
  top: -17px;
  left: 33.5%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--06 {
    width: 8.9285714286%;
    max-width: 100%;
    top: 43%;
    left: 27.6%;
  }
}

.p-report__icon--07 {
  width: 13.3126934985%;
  max-width: 53px;
  top: -21px;
  left: 54.2%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--07 {
    width: 8.9285714286%;
    max-width: 100%;
    top: auto;
    left: auto;
    bottom: -2%;
    right: 26.8%;
  }
}

.p-report__icon--08 {
  width: 9.5975232198%;
  max-width: 38px;
  top: 19px;
  right: 42.2%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--08 {
    width: 6.5178571429%;
    max-width: 100%;
    top: 28.5%;
    right: 23.8%;
  }
}

.p-report__icon--09 {
  width: 6.1919504644%;
  max-width: 25px;
  top: -6px;
  right: 25.5%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--09 {
    width: 4.1964285714%;
    max-width: 100%;
    top: auto;
    bottom: 0%;
    right: 17.2%;
  }
}

.p-report__icon--10 {
  width: 8.9783281734%;
  max-width: 36px;
  top: -15px;
  right: 13.2%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--10 {
    width: 5.8928571429%;
    max-width: 100%;
    top: 33%;
    right: 12%;
  }
}

.p-report__icon--11 {
  width: 13.3126934985%;
  max-width: 50px;
  top: -6px;
  right: -5%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--11 {
    width: 8.9285714286%;
    max-width: 100%;
    top: auto;
    bottom: 3%;
    right: -0.8%;
  }
}

.p-report__icon--12 {
  width: 9.2879256966%;
  max-width: 37px;
  top: -30px;
  right: -9%;
}
@media screen and (min-width: 768px) {
  .p-report__icon--12 {
    width: 6.2053571429%;
    max-width: 100%;
    top: 26.8%;
    right: -3%;
  }
}

.p-report__icon img {
  width: 100%;
  height: auto;
}

.p-report__body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-report__body {
    margin-top: 64px;
  }
}

.p-report__search {
  background: #fff;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-report__search {
    border-radius: 30px;
  }
}

.p-report__search--inner {
  padding: 19px 18px 30px;
}
@media screen and (min-width: 768px) {
  .p-report__search--inner {
    padding: 26px 45px 26px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-report__search--title {
  padding-bottom: 18px;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-bottom: 3px dotted #E3E3E3;
}
@media screen and (min-width: 768px) {
  .p-report__search--title {
    width: 130px;
    padding: 15px 0 15px 0;
    font-size: 20px;
    text-align: left;
    line-height: 1.55;
    border-bottom: none;
    border-right: 3px dotted #E3E3E3;
  }
}

.p-report__search--cateList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-report__search--cateList {
    width: calc(100% - 130px);
    margin-top: 0;
    padding-left: 30px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 14px;
  }
}

.p-report__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-report__list {
    margin-top: 90px;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 60px;
  }
}

.p-report__btn {
  max-width: 328px;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-report__btn {
    margin-top: 70px;
    width: 240px;
    max-width: 100%;
  }
}

.p-report__pagination {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-report__pagination {
    margin-top: 80px;
  }
}

.p-schedule-main {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .p-schedule-main {
    padding-top: 68px;
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 768px) {
  .p-schedule-main__inner {
    max-width: 1200px;
  }
}

.p-schedule-main__title {
  text-align: center;
}

.p-schedule-main__title .c-title01__main {
  padding-bottom: 20px;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .p-schedule-main__title .c-title01__main {
    padding-bottom: 36px;
    line-height: 1.7;
  }
}

.p-schedule-main__read {
  width: 79.2682926829%;
  margin-inline: auto;
  margin-top: 18px;
  font-size: 15px;
  text-align: center;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-schedule-main__read {
    width: 100%;
    margin-top: 33px;
    font-size: 17px;
    line-height: 2.1764705882;
  }
}

.p-schedule-main__bottom {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-schedule-main__bottom {
    margin-top: 73px;
  }
}

.p-schedule-main__container {
  background: transparent url(../images/common/fig_line_gray_sp.png) no-repeat center top;
  background-size: 100% 9px;
}
@media screen and (min-width: 768px) {
  .p-schedule-main__container {
    background: transparent url(../images/common/fig_line_gray.png) no-repeat center top;
    background-size: 100% 13px;
  }
}

.p-single-page {
  padding: 31px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-page {
    padding: 41px 0 40px;
  }
}

.p-single-page a {
  display: block;
  font-size: 14px;
  color: #EE4D4D;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-single-page a {
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

.p-single-page__arrow--prev {
  margin-right: auto;
}

a.p-single-page__back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.p-single-page__arrow--next {
  margin-left: auto;
}

.p-special-childcare {
  padding-top: 96px;
  padding-bottom: 88px;
}
@media screen and (min-width: 768px) {
  .p-special-childcare {
    padding-top: 156px;
    padding-bottom: 184px;
  }
}

@media screen and (min-width: 768px) {
  .p-special-childcare__inner {
    max-width: 1200px;
  }
}

.p-special-childcare__title {
  text-align: center;
}

.p-special-childcare__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-special-childcare__list {
    margin-top: 50px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 15px;
  }
}

.p-special-childcare__item {
  height: 117px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EFF9FE;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-special-childcare__item {
    height: 150px;
    padding: 41px 40px 41px 50px;
    border-radius: 20px;
  }
}

.p-special-childcare__item--title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-special-childcare__item--title {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}

.p-special-childcare__item--text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-special-childcare__item--text {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}

.p-sub-mv {
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .p-sub-mv {
    margin-top: 130px;
  }
}

.p-sub-mv__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__inner {
    max-width: 100%;
  }
}

.p-sub-mv__img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__img {
    border-radius: 40px;
  }
}

.p-sub-mv__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 328/220;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__img img {
    aspect-ratio: 1360/380;
  }
}

.p-sub-mv__wrap {
  width: 220px;
  padding-top: 32px;
  padding-bottom: 32.5px;
  background: transparent url(../images/common/bg_mv_sp.png) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__wrap {
    width: 362px;
    padding-top: 56px;
    padding-bottom: 58px;
    background: transparent url(../images/common/bg_mv_pc.png) no-repeat center center/100%;
    top: 49%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-sub-mv__wrap {
    width: 282px;
    padding-top: 42px;
    padding-bottom: 46px;
  }
}

.p-sub-mv--wide .p-sub-mv__wrap {
  padding-top: 35px;
  padding-bottom: 36.5px;
  background: transparent url(../images/common/bg_mv-wide_sp.png) no-repeat center center/100%;
}
@media screen and (min-width: 768px) {
  .p-sub-mv--wide .p-sub-mv__wrap {
    width: 440px;
    padding-top: 56px;
    padding-bottom: 58px;
    background: transparent url(../images/common/bg_mv-wide_pc.png) no-repeat center center/100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-sub-mv--wide .p-sub-mv__wrap {
    width: 380px;
    padding-top: 42px;
    padding-bottom: 46px;
  }
}

.p-sub-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title {
    row-gap: 5px;
  }
}

.p-sub-mv__title--main {
  font-size: 22px;
  text-align: center;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title--main {
    font-size: 34px;
    line-height: 1.4411764706;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-sub-mv__title--main {
    font-size: 26px;
  }
}

.p-sub-mv--wide .p-sub-mv__title--main {
  font-size: 17px;
  line-height: 1.4705882353;
}
@media screen and (min-width: 768px) {
  .p-sub-mv--wide .p-sub-mv__title--main {
    font-size: 34px;
    line-height: 1.4411764706;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-sub-mv--wide .p-sub-mv__title--main {
    font-size: 26px;
  }
}

.p-sub-mv__title--sub {
  font-size: 12px;
  color: #EE4D4D;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title--sub {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-sub-mv__title--sub {
    font-size: 16px;
  }
}

.p-top-contents {
  padding-top: 54px;
  padding-bottom: 43px;
  background: #FFF5F2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-contents {
    padding-top: 74px;
    padding-bottom: 100px;
  }
}

.p-top-contents::before {
  content: "";
  width: 100%;
  height: 80px;
  background: transparent url(../images/top/bg_contents-top_sp.png) no-repeat center top/100%;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-contents::before {
    width: 100%;
    height: 332px;
    background: transparent url(../images/top/bg_contents-top_pc.png) no-repeat center top/100%;
    top: -50px;
  }
}

.p-top-contents__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-contents__inner {
    max-width: 1200px;
  }
}

.p-top-contents__wrap {
  width: 87.9256965944%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 26px;
}
@media screen and (min-width: 768px) {
  .p-top-contents__wrap {
    width: auto;
    margin-inline: 0;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 41px;
       -moz-column-gap: 41px;
            column-gap: 41px;
  }
}

.p-top-contents__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-contents__item:nth-child(2) {
    top: 41px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contents__item:nth-child(3) {
    top: 81px;
  }
}

.p-top-contents__main {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

.p-top-contents__main::before {
  content: "";
  width: 100%;
  height: 162px;
  background: transparent url(../images/top/bg_contents-bottom_sp.png) no-repeat center bottom/100%;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-contents__main::before {
    width: 100%;
    height: 128px;
    background: transparent url(../images/top/bg_contents-bottom_pc.png) no-repeat center bottom/100%;
    top: -26px;
  }
}

.p-top-contents__img {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-contents__img {
    padding-top: 0;
  }
}

.p-top-contents__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/420;
}
@media screen and (min-width: 768px) {
  .p-top-contents__img img {
    aspect-ratio: 1440/729;
  }
}

.p-top-contents__icon {
  position: absolute;
  z-index: 2;
}

.p-top-contents__icon--01 {
  width: 13.9473684211%;
  top: 11px;
  left: 4.6315789474%;
}
@media screen and (min-width: 768px) {
  .p-top-contents__icon--01 {
    width: 6.3888888889%;
    top: -21px;
    left: 6.25%;
  }
}

.p-top-contents__icon--02 {
  width: 15%;
  top: 49%;
  left: 18.4210526316%;
}
@media screen and (min-width: 768px) {
  .p-top-contents__icon--02 {
    width: 6.6666666667%;
    top: 39%;
    left: 10.2083333333%;
  }
}

.p-top-contents__icon--03 {
  width: 17.8947368421%;
  top: 68%;
  left: -9.5263157895%;
}
@media screen and (min-width: 768px) {
  .p-top-contents__icon--03 {
    width: 7.4305555556%;
    top: 65%;
    left: -2.5%;
  }
}

.p-top-contents__icon--04 {
  width: 6.8421052632%;
  top: 73%;
  left: 26.3157894737%;
}
@media screen and (min-width: 768px) {
  .p-top-contents__icon--04 {
    width: 3.1944444444%;
    top: 70%;
    left: 28.0555555556%;
  }
}

.p-top-contents__icon--05 {
  width: 17.6315789474%;
  top: 9.3%;
  right: 6.8421052632%;
}
@media screen and (min-width: 768px) {
  .p-top-contents__icon--05 {
    width: 8.0555555556%;
    top: 6.3%;
    right: 16.2569444444%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contents__icon--06 {
    width: 4.8611111111%;
    top: 45%;
    right: -2.4305555556%;
  }
}

.p-top-contents__icon--07 {
  width: 23.6842105263%;
  top: 83%;
  right: 2.6315789474%;
}
@media screen and (min-width: 768px) {
  .p-top-contents__icon--07 {
    width: 10.8680555556%;
    top: 82%;
    right: 6.3055555556%;
  }
}

.p-top-contents__icon img {
  width: 100%;
  height: auto;
}

.p-top-download__inner {
  position: relative;
  z-index: 1;
}

.p-top-download__title {
  text-align: center;
}

.p-top-download__read {
  margin-top: 17px;
  font-size: 15px;
  text-align: center;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-download__read {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.7647058824;
  }
}

.p-top-download__list {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-download__list {
    max-width: 920px;
    margin-inline: auto;
    margin-top: 41px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 14px;
  }
}

.p-top-download__penguin {
  width: 17.1052631579%;
  max-width: 78px;
  position: absolute;
  top: -3%;
  left: 6.8421052632%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-download__penguin {
    width: 7.6388888889%;
    max-width: 100%;
    top: -25.5%;
    left: 11.1111111111%;
  }
}

.p-top-download__penguin img {
  width: 100%;
  height: auto;
}

.p-top-download__whale {
  width: 23.6842105263%;
  max-width: 105px;
  position: absolute;
  top: 8.5%;
  right: -5.2631578947%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-download__whale {
    width: 11.8055555556%;
    max-width: 100%;
    top: 8.5%;
    right: 2.0833333333%;
  }
}

.p-top-download__whale img {
  width: 100%;
  height: auto;
}

.p-top-download__sea-otter {
  width: 24.7368421053%;
  max-width: 110px;
  position: absolute;
  bottom: -2.3%;
  left: 6.8421052632%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-download__sea-otter {
    width: 11.8055555556%;
    max-width: 100%;
    bottom: -11%;
    left: 6.25%;
  }
}

.p-top-download__sea-otter img {
  width: 100%;
  height: auto;
}

.p-top-feature {
  padding-top: 48px;
  background: transparent url(../images/top/bg_feature_sp.png) repeat-y center top/100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-feature {
    padding-top: 140px;
    background: transparent url(../images/top/bg_feature_pc.png) repeat-y center top/100%;
  }
}

.p-top-feature::before {
  content: "";
  width: 100%;
  height: 80px;
  background: transparent url(../images/top/bg_feature-top_sp.png) no-repeat center top/100%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-top-feature::before {
    height: 100px;
    background: transparent url(../images/top/bg_feature-top_pc.png) no-repeat center top/100%;
  }
}

.p-top-feature__inner {
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-feature__inner {
    max-width: 1346px;
    margin-inline: auto;
    padding-bottom: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 3.9494470774%;
       -moz-column-gap: 3.9494470774%;
            column-gap: 3.9494470774%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__head {
    width: 39.4944707741%;
    margin-top: 26px;
  }
}

.p-top-feature__title .c-title01 {
  row-gap: 35px;
}
@media screen and (min-width: 768px) {
  .p-top-feature__title .c-title01 {
    row-gap: 40px;
  }
}

.p-top-feature__title .c-title01__sub {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-feature__title .c-title01__sub {
    font-size: 16px;
  }
}

.p-top-feature__title .c-title01__main {
  font-size: 28px;
  padding-bottom: 0;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-top-feature__title .c-title01__main {
    font-size: 32px;
    line-height: 1.65625;
  }
}

.p-top-feature__title .c-title01__main::after {
  display: none;
}

.p-top-feature__text {
  margin-top: 17px;
  font-size: 15px;
  line-height: 2.2666666667;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-feature__text {
    margin-top: 25px;
    font-size: 17px;
    line-height: 2.1764705882;
  }
}

.p-top-feature__btn {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .p-top-feature__btn {
    width: 240px;
    margin-top: 44px;
  }
}

.p-top-feature__body {
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-feature__body {
    margin-top: 0;
    width: 50.7109004739%;
  }
}

.p-top-feature__img {
  width: 94.8170731707%;
  margin-right: auto;
  margin-left: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-feature__img {
    width: 95.015576324%;
  }
}

.p-top-feature__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 311/361;
}
@media screen and (min-width: 768px) {
  .p-top-feature__img img {
    aspect-ratio: 610/707;
  }
}

.p-top-feature__icon {
  position: absolute;
}

.p-top-feature__icon--01 {
  width: 15.8536585366%;
  top: 0;
  left: 6.0975609756%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-feature__icon--01 {
    width: 16.4330218069%;
    top: 0;
    left: 5.2959501558%;
  }
}

.p-top-feature__icon--02 {
  width: 13.7195121951%;
  top: 42%;
  right: 2px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-top-feature__icon--02 {
    width: 14.0186915888%;
    top: 42%;
    right: 2px;
  }
}

.p-top-feature__icon--03 {
  width: 16.7682926829%;
  top: 71%;
  left: 24.9221183801%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-feature__icon--03 {
    width: 16.7445482866%;
    top: 71%;
    left: 24.9221183801%;
  }
}

.p-top-feature__icon--04 {
  width: 13.7195121951%;
  top: 66%;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-feature__icon--04 {
    width: 14.4859813084%;
    top: 66%;
    right: 0;
  }
}

.p-top-feature__icon img {
  width: 100%;
  height: auto;
}

.p-top-feature__chick {
  width: 23.6842105263%;
  position: absolute;
  top: -58px;
  right: 6.8421052632%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-feature__chick {
    min-width: 90px;
    width: 9.0277777778%;
    top: -61px;
    right: 11.1111111111%;
  }
}

.p-top-feature__chick img {
  width: 100%;
  height: auto;
}

.p-top-feature__rabbit {
  width: 31.5789473684%;
  position: absolute;
  bottom: -30px;
  left: 6.8421052632%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-feature__rabbit {
    min-width: 120px;
    width: 11.1111111111%;
    bottom: -11px;
    left: 8.3333333333%;
  }
}

.p-top-feature__rabbit img {
  width: 100%;
  height: auto;
}

.p-top-news {
  padding-top: 38px;
  padding-bottom: 100px;
  background: #FCF7C7;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 90px;
    padding-bottom: 134px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__inner {
    max-width: 1200px;
  }
}

.p-top-news__wrap {
  padding: 26px 30px 45px;
  background: #fff;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-news__wrap {
    padding: 70px 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-top-news__wrap {
    padding: 70px 80px;
  }
}

.p-top-news__head {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-news__head {
    display: block;
    width: 146px;
  }
}

.p-top-news__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-top-news__btn {
  margin-top: 34px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    margin-top: 70px;
  }
}

.p-top-news__body {
  margin-top: 38px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-top-news__body {
    width: 72.8260869565%;
    margin-top: 2px;
  }
}

.p-top-pdf {
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .p-top-pdf {
    padding-bottom: 40px;
  }
}

.p-top-pdf__inner {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__inner {
    max-width: 1200px;
    padding-top: 164px;
  }
}

.p-top-pdf__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__wrap {
    row-gap: 80px;
  }
}

.p-top-pdf__block {
  padding-bottom: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__block {
    padding-bottom: 93px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-top-pdf__block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 130px;
       -moz-column-gap: 130px;
            column-gap: 130px;
    -webkit-column-gap: 11.6071428571%;
       -moz-column-gap: 11.6071428571%;
            column-gap: 11.6071428571%;
  }
}

.p-top-pdf__block:not(:last-child) {
  background: transparent url(../images/common/fig_line_gray_sp.png) no-repeat center bottom;
  background-size: 100% 9px;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__block:not(:last-child) {
    background: transparent url(../images/common/fig_line_gray.png) no-repeat center bottom;
    background-size: 100% 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-pdf__img {
    width: 50%;
  }
}

.p-top-pdf__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 328/231;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__img img {
    aspect-ratio: 560/396;
  }
}

.p-top-pdf__body {
  margin-top: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__body {
    width: 37.9464285714%;
    margin-top: 0;
    top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-pdf__block:nth-child(even) .p-top-pdf__body {
    width: 33.0357142857%;
    top: 0;
  }
}

.p-top-pdf__title {
  padding: 0 9.5px;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__title {
    padding: 0;
  }
}

.p-top-pdf__text {
  margin-top: 15px;
  padding: 0 9.5px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__text {
    margin-top: 31px;
    padding: 0;
    font-size: 17px;
    line-height: 2.0588235294;
  }
}

.p-top-pdf__btn {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__btn {
    width: 240px;
    margin-right: auto;
    margin-top: 36px;
  }
}

.p-top-pdf__list {
  margin-top: 16px;
  padding: 0 9.5px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__list {
    margin-top: 16px;
    padding: 0;
    row-gap: 12px;
  }
}

.p-top-pdf__item {
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__item {
    padding-left: 20px;
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.p-top-pdf__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #EE4D4D;
  border-radius: 50%;
  position: absolute;
  top: 6.5px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-pdf__item::before {
    width: 10px;
    height: 10px;
    top: 9px;
  }
}

.u-icon-move01 {
  -webkit-animation: katakata01 cubic-bezier(0, 1, 0, 1) infinite 2.5s forwards;
          animation: katakata01 cubic-bezier(0, 1, 0, 1) infinite 2.5s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

@-webkit-keyframes katakata01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  10% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  15% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  65% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes katakata01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  10% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  15% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  65% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.u-icon-move02 {
  -webkit-animation: katakata02 cubic-bezier(0, 1, 0, 1) infinite 4s forwards;
          animation: katakata02 cubic-bezier(0, 1, 0, 1) infinite 4s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

@-webkit-keyframes katakata02 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  10% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  15% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  20% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  55% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  65% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  70% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes katakata02 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  10% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  15% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  20% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  55% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  65% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  70% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.u-icon-move03 {
  -webkit-animation: katakata03 cubic-bezier(0, 1, 0, 1) infinite 4s forwards;
          animation: katakata03 cubic-bezier(0, 1, 0, 1) infinite 4s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes katakata03 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes katakata03 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.u-icon-move04 {
  -webkit-animation: katakata04 cubic-bezier(0, 1, 0, 1) infinite 3s forwards;
          animation: katakata04 cubic-bezier(0, 1, 0, 1) infinite 3s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

@-webkit-keyframes katakata04 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  5% {
    -webkit-transform: translate(0, 2px) rotate(3deg);
            transform: translate(0, 2px) rotate(3deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  15% {
    -webkit-transform: translate(3px, 0) rotate(3deg);
            transform: translate(3px, 0) rotate(3deg);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}

@keyframes katakata04 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  5% {
    -webkit-transform: translate(0, 2px) rotate(3deg);
            transform: translate(0, 2px) rotate(3deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  15% {
    -webkit-transform: translate(3px, 0) rotate(3deg);
            transform: translate(3px, 0) rotate(3deg);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.u-icon-move05 {
  -webkit-animation: tokotoko01 cubic-bezier(0, 1, 0, 1) infinite 6s forwards;
          animation: tokotoko01 cubic-bezier(0, 1, 0, 1) infinite 6s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

@-webkit-keyframes tokotoko01 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  5% {
    -webkit-transform: translate(-1px, 0) rotate(5deg);
            transform: translate(-1px, 0) rotate(5deg);
  }
  10% {
    -webkit-transform: translate(0, 12px) rotate(-1deg);
            transform: translate(0, 12px) rotate(-1deg);
  }
  15% {
    -webkit-transform: translate(4px, -2px) rotate(3deg);
            transform: translate(4px, -2px) rotate(3deg);
  }
  20% {
    -webkit-transform: translate(9px, 4px) rotate(0);
            transform: translate(9px, 4px) rotate(0);
  }
  25% {
    -webkit-transform: translate(13px, -1px) rotate(0);
            transform: translate(13px, -1px) rotate(0);
  }
  30% {
    -webkit-transform: translate(17px, 21px) rotate(5deg);
            transform: translate(17px, 21px) rotate(5deg);
  }
  35% {
    -webkit-transform: translate(21px, 1px) rotate(0);
            transform: translate(21px, 1px) rotate(0);
  }
  40% {
    -webkit-transform: translate(9px, 9px) rotate(-9deg);
            transform: translate(9px, 9px) rotate(-9deg);
  }
  45% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}

@keyframes tokotoko01 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  5% {
    -webkit-transform: translate(-1px, 0) rotate(5deg);
            transform: translate(-1px, 0) rotate(5deg);
  }
  10% {
    -webkit-transform: translate(0, 12px) rotate(-1deg);
            transform: translate(0, 12px) rotate(-1deg);
  }
  15% {
    -webkit-transform: translate(4px, -2px) rotate(3deg);
            transform: translate(4px, -2px) rotate(3deg);
  }
  20% {
    -webkit-transform: translate(9px, 4px) rotate(0);
            transform: translate(9px, 4px) rotate(0);
  }
  25% {
    -webkit-transform: translate(13px, -1px) rotate(0);
            transform: translate(13px, -1px) rotate(0);
  }
  30% {
    -webkit-transform: translate(17px, 21px) rotate(5deg);
            transform: translate(17px, 21px) rotate(5deg);
  }
  35% {
    -webkit-transform: translate(21px, 1px) rotate(0);
            transform: translate(21px, 1px) rotate(0);
  }
  40% {
    -webkit-transform: translate(9px, 9px) rotate(-9deg);
            transform: translate(9px, 9px) rotate(-9deg);
  }
  45% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.u-icon-move06 {
  -webkit-animation: tokotoko02 cubic-bezier(0, 1, 0, 1) infinite 2.5s forwards;
          animation: tokotoko02 cubic-bezier(0, 1, 0, 1) infinite 2.5s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

@-webkit-keyframes tokotoko02 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  5% {
    -webkit-transform: translate(0, 2px) rotate(-3deg);
            transform: translate(0, 2px) rotate(-3deg);
  }
  10% {
    -webkit-transform: translate(0, -2px) rotate(3deg);
            transform: translate(0, -2px) rotate(3deg);
  }
  15% {
    -webkit-transform: translate(3px, 0) rotate(-3deg);
            transform: translate(3px, 0) rotate(-3deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(3deg);
            transform: translate(-3px, 0) rotate(3deg);
  }
  65% {
    -webkit-transform: translate(0, 2px) rotate(-3deg);
            transform: translate(0, 2px) rotate(-3deg);
  }
  70% {
    -webkit-transform: translate(0, -2px) rotate(3deg);
            transform: translate(0, -2px) rotate(3deg);
  }
  75% {
    -webkit-transform: translate(3px, 0) rotate(-3deg);
            transform: translate(3px, 0) rotate(-3deg);
  }
  80% {
    -webkit-transform: translate(-3px, 0) rotate(3deg);
            transform: translate(-3px, 0) rotate(3deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}

@keyframes tokotoko02 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  5% {
    -webkit-transform: translate(0, 2px) rotate(-3deg);
            transform: translate(0, 2px) rotate(-3deg);
  }
  10% {
    -webkit-transform: translate(0, -2px) rotate(3deg);
            transform: translate(0, -2px) rotate(3deg);
  }
  15% {
    -webkit-transform: translate(3px, 0) rotate(-3deg);
            transform: translate(3px, 0) rotate(-3deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(3deg);
            transform: translate(-3px, 0) rotate(3deg);
  }
  65% {
    -webkit-transform: translate(0, 2px) rotate(-3deg);
            transform: translate(0, 2px) rotate(-3deg);
  }
  70% {
    -webkit-transform: translate(0, -2px) rotate(3deg);
            transform: translate(0, -2px) rotate(3deg);
  }
  75% {
    -webkit-transform: translate(3px, 0) rotate(-3deg);
            transform: translate(3px, 0) rotate(-3deg);
  }
  80% {
    -webkit-transform: translate(-3px, 0) rotate(3deg);
            transform: translate(-3px, 0) rotate(3deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.u-icon-move07 {
  -webkit-animation: tokotoko03 cubic-bezier(0, 1, 0, 1) infinite 6s forwards;
          animation: tokotoko03 cubic-bezier(0, 1, 0, 1) infinite 6s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes tokotoko03 {
  0% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  5% {
    -webkit-transform: translateX(0) rotate(7deg);
            transform: translateX(0) rotate(7deg);
  }
  10% {
    -webkit-transform: translateX(14px) rotate(0);
            transform: translateX(14px) rotate(0);
  }
  15% {
    -webkit-transform: translateX(14px) rotate(7deg);
            transform: translateX(14px) rotate(7deg);
  }
  20% {
    -webkit-transform: translateX(24px) rotate(0);
            transform: translateX(24px) rotate(0);
  }
  90% {
    -webkit-transform: translateX(14px) rotate(7deg);
            transform: translateX(14px) rotate(7deg);
  }
  95% {
    -webkit-transform: translateX(4px) rotate(0);
            transform: translateX(4px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(14px) rotate(0);
            transform: translateX(14px) rotate(0);
  }
}

@keyframes tokotoko03 {
  0% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  5% {
    -webkit-transform: translateX(0) rotate(7deg);
            transform: translateX(0) rotate(7deg);
  }
  10% {
    -webkit-transform: translateX(14px) rotate(0);
            transform: translateX(14px) rotate(0);
  }
  15% {
    -webkit-transform: translateX(14px) rotate(7deg);
            transform: translateX(14px) rotate(7deg);
  }
  20% {
    -webkit-transform: translateX(24px) rotate(0);
            transform: translateX(24px) rotate(0);
  }
  90% {
    -webkit-transform: translateX(14px) rotate(7deg);
            transform: translateX(14px) rotate(7deg);
  }
  95% {
    -webkit-transform: translateX(4px) rotate(0);
            transform: translateX(4px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(14px) rotate(0);
            transform: translateX(14px) rotate(0);
  }
}
.u-icon-move08 {
  -webkit-animation: tokotoko04 cubic-bezier(0, 1, 0, 1) infinite 5s forwards;
          animation: tokotoko04 cubic-bezier(0, 1, 0, 1) infinite 5s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

@-webkit-keyframes tokotoko04 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  5% {
    -webkit-transform: translate(0, -10px) rotate(-6deg);
            transform: translate(0, -10px) rotate(-6deg);
  }
  10% {
    -webkit-transform: translate(0, 2px) rotate(0);
            transform: translate(0, 2px) rotate(0);
  }
  15% {
    -webkit-transform: translate(0, -23px) rotate(3deg);
            transform: translate(0, -23px) rotate(3deg);
  }
  20% {
    -webkit-transform: translate(0, 30px) rotate(-10deg);
            transform: translate(0, 30px) rotate(-10deg);
  }
  25% {
    -webkit-transform: translate(0, 0) rotate(-10deg);
            transform: translate(0, 0) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-10deg);
            transform: translate(0, 0) rotate(-10deg);
  }
}

@keyframes tokotoko04 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  5% {
    -webkit-transform: translate(0, -10px) rotate(-6deg);
            transform: translate(0, -10px) rotate(-6deg);
  }
  10% {
    -webkit-transform: translate(0, 2px) rotate(0);
            transform: translate(0, 2px) rotate(0);
  }
  15% {
    -webkit-transform: translate(0, -23px) rotate(3deg);
            transform: translate(0, -23px) rotate(3deg);
  }
  20% {
    -webkit-transform: translate(0, 30px) rotate(-10deg);
            transform: translate(0, 30px) rotate(-10deg);
  }
  25% {
    -webkit-transform: translate(0, 0) rotate(-10deg);
            transform: translate(0, 0) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-10deg);
            transform: translate(0, 0) rotate(-10deg);
  }
}
.u-icon-move09 {
  -webkit-animation: tokotoko05 cubic-bezier(0, 1, 0, 1) infinite 6s forwards;
          animation: tokotoko05 cubic-bezier(0, 1, 0, 1) infinite 6s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

@-webkit-keyframes tokotoko05 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  5% {
    -webkit-transform: translate(0, 0) rotate(8deg);
            transform: translate(0, 0) rotate(8deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(-8deg);
            transform: translate(0, 0) rotate(-8deg);
  }
  15% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  25% {
    -webkit-transform: translate(0, 10px) rotate(0);
            transform: translate(0, 10px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  35% {
    -webkit-transform: translate(0, 10px) rotate(0);
            transform: translate(0, 10px) rotate(0);
  }
  40% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  45% {
    -webkit-transform: translate(0, 0) rotate(-8deg);
            transform: translate(0, 0) rotate(-8deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(8deg);
            transform: translate(0, 0) rotate(8deg);
  }
  55% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  85% {
    -webkit-transform: translate(0, 10px) rotate(0);
            transform: translate(0, 10px) rotate(0);
  }
  90% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  95% {
    -webkit-transform: translate(0, 10px) rotate(0);
            transform: translate(0, 10px) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}

@keyframes tokotoko05 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  5% {
    -webkit-transform: translate(0, 0) rotate(8deg);
            transform: translate(0, 0) rotate(8deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(-8deg);
            transform: translate(0, 0) rotate(-8deg);
  }
  15% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  25% {
    -webkit-transform: translate(0, 10px) rotate(0);
            transform: translate(0, 10px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  35% {
    -webkit-transform: translate(0, 10px) rotate(0);
            transform: translate(0, 10px) rotate(0);
  }
  40% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  45% {
    -webkit-transform: translate(0, 0) rotate(-8deg);
            transform: translate(0, 0) rotate(-8deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(8deg);
            transform: translate(0, 0) rotate(8deg);
  }
  55% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  85% {
    -webkit-transform: translate(0, 10px) rotate(0);
            transform: translate(0, 10px) rotate(0);
  }
  90% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  95% {
    -webkit-transform: translate(0, 10px) rotate(0);
            transform: translate(0, 10px) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.u-icon-move10 {
  -webkit-animation: tokotoko06 cubic-bezier(0, 1, 0, 1) infinite 10s forwards;
          animation: tokotoko06 cubic-bezier(0, 1, 0, 1) infinite 10s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes tokotoko06 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  3% {
    -webkit-transform: translate(0, 0px) rotate(10deg);
            transform: translate(0, 0px) rotate(10deg);
  }
  13% {
    -webkit-transform: translate(0, -10px) rotate(-240deg);
            transform: translate(0, -10px) rotate(-240deg);
  }
  15% {
    -webkit-transform: translate(0, 5px) rotate(-240deg);
            transform: translate(0, 5px) rotate(-240deg);
  }
  17% {
    -webkit-transform: translate(0, -20px) rotate(-240deg);
            transform: translate(0, -20px) rotate(-240deg);
  }
  19% {
    -webkit-transform: translate(0, 5px) rotate(-240deg);
            transform: translate(0, 5px) rotate(-240deg);
  }
  21% {
    -webkit-transform: translate(0, -20px) rotate(-240deg);
            transform: translate(0, -20px) rotate(-240deg);
  }
  23% {
    -webkit-transform: translate(0, 5px) rotate(-240deg);
            transform: translate(0, 5px) rotate(-240deg);
  }
  25% {
    -webkit-transform: translate(0, -20px) rotate(-240deg);
            transform: translate(0, -20px) rotate(-240deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(-240deg);
            transform: translate(0, 0) rotate(-240deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-240deg);
            transform: translate(0, 0) rotate(-240deg);
  }
  52% {
    -webkit-transform: translate(0, -20px) rotate(-240deg);
            transform: translate(0, -20px) rotate(-240deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(-240deg);
            transform: translate(0, 0) rotate(-240deg);
  }
  56% {
    -webkit-transform: translate(5px, -6px) rotate(-350deg);
            transform: translate(5px, -6px) rotate(-350deg);
  }
  58% {
    -webkit-transform: translate(-3px, 2px) rotate(-370deg);
            transform: translate(-3px, 2px) rotate(-370deg);
  }
  60% {
    -webkit-transform: translate(5px, -6px) rotate(-240deg);
            transform: translate(5px, -6px) rotate(-240deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-240deg);
            transform: translate(0, 0) rotate(-240deg);
  }
}

@keyframes tokotoko06 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  3% {
    -webkit-transform: translate(0, 0px) rotate(10deg);
            transform: translate(0, 0px) rotate(10deg);
  }
  13% {
    -webkit-transform: translate(0, -10px) rotate(-240deg);
            transform: translate(0, -10px) rotate(-240deg);
  }
  15% {
    -webkit-transform: translate(0, 5px) rotate(-240deg);
            transform: translate(0, 5px) rotate(-240deg);
  }
  17% {
    -webkit-transform: translate(0, -20px) rotate(-240deg);
            transform: translate(0, -20px) rotate(-240deg);
  }
  19% {
    -webkit-transform: translate(0, 5px) rotate(-240deg);
            transform: translate(0, 5px) rotate(-240deg);
  }
  21% {
    -webkit-transform: translate(0, -20px) rotate(-240deg);
            transform: translate(0, -20px) rotate(-240deg);
  }
  23% {
    -webkit-transform: translate(0, 5px) rotate(-240deg);
            transform: translate(0, 5px) rotate(-240deg);
  }
  25% {
    -webkit-transform: translate(0, -20px) rotate(-240deg);
            transform: translate(0, -20px) rotate(-240deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(-240deg);
            transform: translate(0, 0) rotate(-240deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-240deg);
            transform: translate(0, 0) rotate(-240deg);
  }
  52% {
    -webkit-transform: translate(0, -20px) rotate(-240deg);
            transform: translate(0, -20px) rotate(-240deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(-240deg);
            transform: translate(0, 0) rotate(-240deg);
  }
  56% {
    -webkit-transform: translate(5px, -6px) rotate(-350deg);
            transform: translate(5px, -6px) rotate(-350deg);
  }
  58% {
    -webkit-transform: translate(-3px, 2px) rotate(-370deg);
            transform: translate(-3px, 2px) rotate(-370deg);
  }
  60% {
    -webkit-transform: translate(5px, -6px) rotate(-240deg);
            transform: translate(5px, -6px) rotate(-240deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-240deg);
            transform: translate(0, 0) rotate(-240deg);
  }
}
.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-pc1280 {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc1280 {
    display: block;
  }
}
@media (max-width: 1280px) {
  .u-pc1280 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
