@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1230px) {
  html {
    font-size: 1.3008130081vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "noto sans jp", sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

@media (hover: hover) {
  a:hover,
  button:hover {
    cursor: pointer;
  }
}
/*****************************
* 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 img 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 {
  max-width: 1280px;
  margin-inline: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.c-btn01 {
  display: inline-block;
  padding-right: 6px;
  padding-bottom: 6px;
  position: relative;
  overflow: hidden;
  max-width: 370px;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    max-width: 368px;
  }
}

.c-btn01:after {
  content: "";
  display: inline-block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: -webkit-gradient(linear, left top, right top, from(#91D2E4), to(#FF99B5));
  background: linear-gradient(90deg, #91D2E4, #FF99B5);
  position: absolute;
  right: 0;
  bottom: 0;
}

button.c-btn01:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-animation: shinyshiny 2.5s ease-in-out infinite;
          animation: shinyshiny 2.5s ease-in-out infinite;
  z-index: 3;
}

@media (hover: hover) {
  button.c-btn01:hover .c-btn01__text {
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
  }
  button.c-btn01:hover .c-btn01__text {
    -webkit-box-shadow: inset 5px 5px 12px #dbdbdb, inset -5px -5px 12px #ffffff;
            box-shadow: inset 5px 5px 12px #dbdbdb, inset -5px -5px 12px #ffffff;
  }
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.c-btn01__text {
  display: block;
  border: 1px solid #333;
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.c-btn01__text img {
  width: 100%;
  height: auto;
}

.c-btn01__text::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../img/icon-search-pink.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(122,44,83,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(2px 2px 0 #7A2C53);
          filter: drop-shadow(2px 2px 0 #7A2C53);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn01--blue .c-btn01__text::after {
  background: url(../img/icon-search-blue.png) no-repeat center/contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(44,112,119,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(2px 2px 0 #2C7077);
          filter: drop-shadow(2px 2px 0 #2C7077);
}

button.c-btn01:hover .c-btn01__text::after {
  -webkit-filter: none;
          filter: none; /* 影をなくす */
  -webkit-transform: translate(2px, calc(-50% + 2px));
          transform: translate(2px, calc(-50% + 2px)); /* アイコンを右に2px、縦の位置を元の-50%から2px下げる */
}

.c-btn02 {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px 12px 20px;
  text-align: center;
  background-color: #333;
  min-width: 190px;
  border-radius: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn02::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  background: url(../img/icon-arrow-white.svg) no-repeat center/contain;
  margin-left: 12px;
}

@media (hover: hover) {
  .c-btn02:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.p-card01 {
  background-color: #fff;
  padding: 35px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

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

.p-card01__img {
  margin-top: 30px;
}

.p-card01__img img {
  aspect-ratio: 367/250;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-card01__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2857142857;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-card01__text {
    line-height: 1.7142857143;
    margin-bottom: 20px;
    margin-top: 23px;
  }
}

.p-card01__text.p-card01__text--sm {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-card01__text.p-card01__text--sm {
    font-size: 14px;
  }
}

.p-card01__tag {
  padding-top: 20px;
  position: relative;
  margin-top: auto;
}

.p-card01__tag::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 15px;
  background: url(../img/icon-sns01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.p-card01__tag::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url(../img/icon-sns02.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}

.p-card01__tag-list {
  border-top: 1px solid #333;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-card01__tag-list {
    padding-top: 8px;
  }
}

.p-card01__tag-list li {
  color: #00AAEA;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-card01__tag-list li::before {
  content: "#";
}

.p-panel__item-wrapper .c-btn01 {
  width: 100%;
}

.p-challenge__title {
  width: 462px;
  margin-inline: auto;
  margin-bottom: -80px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-challenge__title {
    width: 320px;
    margin-bottom: -60px;
  }
}

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

.p-challenge__body {
  background-color: #F2CAD8;
  border-radius: 0 140px 0 140px;
  border: 2px solid #333;
  margin-left: -50px;
  padding: 95px 126px 45px 126px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .p-challenge__body {
    padding: 110px 45px 80px 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-challenge__body {
    margin-left: -20px;
    padding: 70px 28px 60px 28px;
  }
}

.p-challenge__text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5909090909;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-challenge__text {
    font-size: 14px;
  }
}
.p-challenge__text span {
  display: inline-block;
}

.p-challenge__list {
  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;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-challenge__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-challenge__list {
    gap: 8px;
    margin-top: 20px;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-challenge__item {
  width: calc(20% - 32px);
}
@media screen and (max-width: 1024px) {
  .p-challenge__item {
    width: 100%;
  }
}

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

.p-challenge__note {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-challenge__note {
    font-size: 12px;
    margin-top: 20px;
  }
}

.p-warap {
  background-color: lightblue;
  height: 60vh;
}

.p-content {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: lightblue;
  position: relative;
}

.p-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-list.col5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .p-list.col5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-content__title {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.p-list__item button,
.p-list__item a {
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.p-content02 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 3.125rem;
  background-color: lightblue;
}

.p-content__back {
  height: 3.125rem;
  padding-bottom: 1.25rem;
}
.p-content__back button {
  color: blue;
  background-color: #fff;
  padding: 2px 10px;
  text-align: center;
  border-radius: 10px;
}

.p-floating-btn-sp {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-floating-btn-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #E899B5;
    border: 1px solid #333;
    z-index: 100;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; /* 透明度と位置の変化に時間をかけます */
    -webkit-transform: translateY(20px);
            transform: translateY(20px); /* 初期状態では少し下にずれています */
  }
}

.p-floating-btn-sp.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-floating-btn-sp a {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-floating-btn-sp.is-visible a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-floating-btn-sp a img {
  width: 100%;
  height: auto;
}

.p-floating-btn-sp__text {
  width: 164px;
  position: relative;
}

.p-floating-btn-sp__text::before {
  content: "";
  width: 32px;
  height: 33px;
  display: inline-block;
  background: url(../img/icon-serach.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-floating-btn {
  display: none;
  width: 140px;
  height: 140px;
  position: fixed;
  bottom: 20px;
  right: calc(50% - 610px);
  z-index: 3;
}
@media screen and (max-width: 1250px) {
  .p-floating-btn {
    right: 25px;
  }
}

.p-mv {
  height: 46.875rem;
  background: url(../img/bg-mv.png) no-repeat center bottom/cover;
  min-height: 650px;
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: url(../img/bg-mv-sp.png) no-repeat center bottom/cover;
    min-height: 0;
    min-height: initial;
    height: 650px;
  }
}

.p-mv::before {
  content: "";
  display: inline-block;
  width: 27.5625rem;
  height: 24.6875rem;
  background: url(../img/mv-sakura01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    width: 13.5rem;
    height: 12.0625rem;
  }
}

.p-mv::after {
  content: "";
  display: inline-block;
  width: 23.375rem;
  height: 24.9375rem;
  background: url(../img/mv-sakura02.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-mv::after {
    width: 11.4375rem;
    height: 12.1875rem;
  }
}

.p-mv__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
  min-height: 650px;
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-top: 40px;
  }
}

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

.p-mv__lead span {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#74C5DC), to(#FF88A4));
  background: linear-gradient(90deg, #74C5DC, #FF88A4);
  min-width: 567px;
  text-align: center;
  padding: 6px;
  text-shadow: 0px 0px 5px rgba(109, 0, 0, .5);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__lead span {
    font-size: 18px;
    min-width: 290px;
    padding: 9px;
  }
}

.p-mv__lead span::before {
  content: "";
  display: inline-block;
  width: 115px;
  height: 80px;
  background: url(../img/sakura01.png) no-repeat center/contain;
  position: absolute;
  top: -25px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .p-mv__lead span::before {
    width: 50px;
    height: 60px;
    top: -15px;
    left: -15px;
    -webkit-transform: rotate(310deg);
            transform: rotate(310deg);
  }
}

.p-mv__lead span::after {
  content: "";
  display: inline-block;
  width: 127px;
  height: 60px;
  background: url(../img/sakura02.png) no-repeat center/contain;
  position: absolute;
  top: -30px;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .p-mv__lead span::after {
    width: 68px;
    height: 53px;
    top: -10px;
    right: -22px;
    -webkit-transform: rotate(38deg);
            transform: rotate(38deg);
  }
}

.p-mv__title {
  width: 640px;
  margin-inline: auto;
  margin-top: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    width: 280px;
    margin-top: 20px;
  }
}

.p-mv__hand {
  display: block;
  width: 48px;
  position: absolute;
  bottom: -20px;
  left: -20px;
  -webkit-animation: anime1 0.5s ease 0s infinite alternate;
          animation: anime1 0.5s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-mv__hand {
    width: 34px;
    bottom: auto;
    bottom: initial;
    top: 40px;
    left: -18px;
  }
}

@-webkit-keyframes anime1 {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}

@keyframes anime1 {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
.p-mv__hand img {
  width: 100%;
  height: auto;
}

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

.p-mv__text {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 20px;
  text-shadow: 3px 3px 0px #FF99B5;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 18px;
    margin-top: 12px;
    line-height: 1.5555555556;
    text-shadow: 2px 2px 0px #FF99B5;
  }
}

.p-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 67rem;
  margin-inline: auto;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  margin-top: auto;
  margin-bottom: -30px;
}

.p-mv__list-item {
  min-width: 100px;
  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;
  gap: 0.625rem;
}

.p-mv__list-fukidashi {
  opacity: 0;
  width: 10.4375rem;
  min-width: 130px;
}

.p-mv__list-img {
  min-width: 90px;
}

.p-mv__list-fukidashi img,
.p-mv__list-img img {
  width: 100%;
  height: auto;
}

.p-mv__list-item:nth-child(2) {
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
}

.p-mv__list-item:nth-child(3) {
  -webkit-transform: translateY(-7%);
          transform: translateY(-7%);
}

.p-mv__list-item:nth-child(4) {
  -webkit-transform: translateY(-13%);
          transform: translateY(-13%);
}

.p-mv__list-item:nth-child(5) {
  -webkit-transform: translateY(-18%);
          transform: translateY(-18%);
}

.p-mv__list-item:nth-child(1) .p-mv__list-img {
  width: 6.5625rem;
}

.p-mv__list-item:nth-child(2) .p-mv__list-img {
  width: 7.3125rem;
}

.p-mv__list-item:nth-child(3) .p-mv__list-img {
  width: 6.8125rem;
}

.p-mv__list-item:nth-child(4) .p-mv__list-img {
  width: 8.375rem;
}

.p-mv__list-item:nth-child(5) .p-mv__list-img {
  width: 7.8125rem;
}

.p-mv__sp {
  position: relative;
}

.p-mv__slider {
  margin-top: 40px;
  width: 320px;
  padding-right: 92px;
  padding-left: 92px;
}

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

.swiper-button-prev,
.swiper-button-next {
  height: 36px;
  width: 18px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background: url(../img/icon-arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background: url(../img/icon-arrow.svg) no-repeat center/contain;
}

.p-panel-area {
  background-color: #fff;
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .p-panel-area {
    padding: 30px 16px 50px 16px;
  }
}

.p-panel-area__btn {
  text-align: center;
}

.p-panel-area__text {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-panel-area__text {
    font-size: 16px;
    margin-top: 20px;
  }
}

.p-panel-area__area {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-panel-area__area {
    font-size: 24px;
  }
}

.p-panel-area__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  row-gap: 28px;
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .p-panel-area__list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-panel-area__list {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

.p-panel-area__list-item a,
.p-panel-area__list-item button {
  color: #333;
  background-color: #fff;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-panel-area__list-item a,
  .p-panel-area__list-item button {
    font-size: 16px;
    padding: 16px 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-panel-area__list-item a,
  .p-panel-area__list-item button {
    padding: 16px 20px;
  }
}

.p-panel-area__list-item a::after,
.p-panel-area__list-item button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-search.svg) no-repeat center/contain;
}

.p-panel-area__return {
  text-align: center;
  margin-top: 50px;
}

@media (hover: hover) {
  .p-panel-area__list-item button:hover {
    opacity: 0.7;
  }
}
.p-panel__item {
  display: none;
}

.p-panel__item-wrapper {
  background-color: #F2CAD8;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .p-panel__item-wrapper {
    grid-template-columns: 1fr;
  }
}

.p-panel__item-wrapper02.p-panel__item-wrapper02--blue {
  background-color: #E3F4F8;
}

.p-panel__item:nth-child(2) .p-panel__item-wrapper {
  background-color: #E3F4F8;
}

.p-panel__item.is-active {
  display: block;
  -webkit-animation: panel-show 0.8s ease-in-out forwards;
          animation: panel-show 0.8s ease-in-out forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-panel__item-wrapper02 {
  background-color: #F2CAD8;
  padding: 20px;
}

.p-ranking__title {
  width: 542px;
  margin-inline: auto;
  margin-bottom: -110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-ranking__title {
    width: 320px;
    margin-bottom: -95px;
  }
}

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

.p-ranking__body {
  background-color: #B2DFEC;
  border-radius: 140px 0 140px 0;
  border: 2px solid #333;
  margin-right: -50px;
  padding: 163px 150px 40px 90px;
}
@media screen and (max-width: 1250px) {
  .p-ranking__body {
    padding: 163px 75px 80px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__body {
    margin-right: -20px;
    padding: 100px 30px 115px 30px;
  }
}

.p-ranking__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-ranking__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__content {
    row-gap: 7px;
    max-width: 600px;
    margin-inline: auto;
  }
}

.p-ranking__body::before {
  content: "";
  display: inline-block;
  width: 92px;
  height: 268px;
  background: url(../img/man01.png) no-repeat center/contain;
  position: absolute;
  top: 0px;
  left: calc(50% - 390px);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-ranking__body::before {
    left: calc(50% - 330px);
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__body::before {
    width: 45px;
    height: 131px;
    top: auto;
    top: initial;
    bottom: -30px;
    left: 20px;
  }
}

.p-ranking__body::after {
  content: "";
  display: inline-block;
  width: 123px;
  height: 237px;
  background: url(../img/woman01.png) no-repeat center/contain;
  position: absolute;
  top: 20px;
  left: calc(50% + 290px);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-ranking__body::after {
    left: calc(50% + 240px);
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__body::after {
    width: 60px;
    height: 116px;
    top: auto;
    top: initial;
    bottom: -30px;
    left: 80px;
  }
}

.p-ranking__top3 {
  width: 54.8979591837%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 25px;
}
@media screen and (max-width: 1024px) {
  .p-ranking__top3 {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__top3 {
    gap: 7px;
  }
}

.p-ranking__top3-item {
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px 10px 27px;
  min-height: 110px;
}
@media screen and (max-width: 767px) {
  .p-ranking__top3-item {
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    min-height: 60px;
  }
}

.p-ranking__top3-num {
  width: 15%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ranking__top3-num {
    width: 35px;
  }
}

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

.p-ranking__top3-text {
  margin-left: 15px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ranking__top3-text {
    margin-left: 7px;
    white-space: normal;
    -ms-flex-negative: initial;
        flex-shrink: initial;
    padding-right: 5px;
  }
}

.p-ranking__top3-text span {
  display: inline;
  font-size: 28px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #91D2E4));
  background: linear-gradient(transparent 60%, #91D2E4 60%);
}
@media screen and (max-width: 1250px) {
  .p-ranking__top3-text span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__top3-text span {
    font-size: 14px;
  }
}

.p-ranking__top3-percent {
  width: 40%;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ranking__top3-percent {
    width: 100px;
  }
}

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

.p-ranking__top10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 28px;
  background-color: #fff;
  border-radius: 20px;
  width: 41.6326530612%;
}
@media screen and (max-width: 1024px) {
  .p-ranking__top10 {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    border-radius: 10px;
    padding: 6px 20px;
  }
}

.p-ranking__top10-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(20%, #fff), color-stop(20%, #C9C9C9), to(#C9C9C9)) repeat-x left bottom;
  background: linear-gradient(to left, #fff 0%, #fff 20%, #C9C9C9 20%, #C9C9C9 100%) repeat-x left bottom;
  background-size: 7px 1px;
  padding: 0 3px;
}
@media screen and (max-width: 1024px) {
  .p-ranking__top10-item {
    padding: 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__top10-item {
    padding: 2px 4px 2px 2px;
  }
}

.p-ranking__top10-item:last-child {
  background: none;
}

.p-ranking__top10-item:nth-child(even) {
  background-color: #E9F6FA;
}

.p-ranking__top10-num {
  width: 11.2359550562%;
}
@media screen and (max-width: 767px) {
  .p-ranking__top10-num {
    width: 30px;
  }
}

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

.p-ranking__top10-text {
  font-size: 20px;
  font-weight: 300;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-ranking__top10-text {
    font-size: 14px;
  }
}

.p-ranking__top10-percent {
  font-size: 35px;
  font-weight: 700;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-ranking__top10-percent {
    font-size: 24px;
  }
}

.p-ranking__note {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-ranking__note {
    font-size: 12px;
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}

.p-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .p-tab__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: 15px 15px 0 0;
  }
}

.p-tab__item {
  width: 50%;
  color: #fff;
  font-size: 24px;
  text-shadow: 0 0 5px #7A2C53;
  font-weight: 700;
  text-align: center;
  padding: 25px 10px;
  height: 86px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-tab__item {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-tab__item {
    opacity: 0.5;
    width: 100%;
    font-size: 18px;
    height: 63px;
    padding: 10px;
  }
}

.p-tab__item::after {
  content: "";
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  background: url(../img/icon-tab.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(122,44,83,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(2px 2px 0 #7A2C53);
          filter: drop-shadow(2px 2px 0 #7A2C53);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-tab__item::after {
    right: 10px;
  }
}

.p-tab__item:nth-child(2)::after {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(44,112,119,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(2px 2px 0 #2C7077);
          filter: drop-shadow(2px 2px 0 #2C7077);
}

@media (hover: hover) {
  .p-tab__item:nth-child(1):hover {
    background-color: #FFBBCD;
  }
  .p-tab__item:nth-child(2):hover {
    background-color: #BEE4EE;
  }
}
.p-tab__item:nth-child(1):active {
  -webkit-box-shadow: inset 20px 20px 60px #d9829a, inset -20px -20px 60px #ffb0d0;
          box-shadow: inset 20px 20px 60px #d9829a, inset -20px -20px 60px #ffb0d0;
}

.p-tab__item:nth-child(2):active {
  -webkit-box-shadow: inset 14px 14px 28px #81bbcb, inset -14px -14px 28px #a1e9fd;
          box-shadow: inset 14px 14px 28px #81bbcb, inset -14px -14px 28px #a1e9fd;
}

.p-tab__item:nth-child(2) {
  text-shadow: 0 0 5px #2C7077;
}

.p-tab__item:active::after {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(2px, calc(-50% + 2px));
          transform: translate(2px, calc(-50% + 2px));
}

.p-tab__item:nth-child(1) {
  background-color: #FF99B5;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-tab__item:nth-child(1) {
    border-radius: 15px;
  }
}

.p-tab__item:nth-child(2) {
  background-color: #91D2E4;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-tab__item:nth-child(2) {
    border-radius: 15px;
  }
}

.p-tab__item:nth-child(1).is-active {
  height: 102px;
}
@media screen and (max-width: 767px) {
  .p-tab__item:nth-child(1).is-active {
    border: none;
    opacity: 1;
    height: 63px;
  }
}

.p-tab__item:nth-child(2).is-active {
  height: 102px;
}
@media screen and (max-width: 767px) {
  .p-tab__item:nth-child(2).is-active {
    border: none;
    opacity: 1;
    height: 63px;
  }
}

.p-test {
  color: red;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    font-size: 1.5625rem;
  }
}

.p-voice {
  padding-top: 115px;
  padding-bottom: 160px;
  background-image: url(../img/bg-sakura.png);
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: top 20% center;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .p-voice {
    background-size: cover;
    background-position: top center;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .p-voice {
    background-image: url(../img/bg-sakura-sp.png);
    padding-top: 120px;
  }
}

.p-voice__inner {
  position: relative;
}

.p-voice__inner::before {
  content: "";
  display: inline-block;
  width: 15.5rem;
  height: 20.625rem;
  background: url(../img/sakura03.png) no-repeat center/contain;
  position: absolute;
  top: 37px;
  left: 63px;
}
@media screen and (max-width: 767px) {
  .p-voice__inner::before {
    width: 7.5625rem;
    height: 10.125rem;
    left: 20px;
    top: 100px;
  }
}

.p-voice__inner::after {
  content: "";
  display: inline-block;
  width: 15.625rem;
  height: 24.375rem;
  background: url(../img/sakura04.png) no-repeat center/contain;
  position: absolute;
  top: 4px;
  right: 76px;
}
@media screen and (max-width: 767px) {
  .p-voice__inner::after {
    width: 7.8125rem;
    height: 17.1875rem;
    top: -40px;
    right: 20px;
  }
}

.p-voice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    gap: 6px;
  }
}

.p-voice__title-img {
  width: 356px;
}
@media screen and (max-width: 767px) {
  .p-voice__title-img {
    width: 250px;
  }
}

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

.p-voice__title-text {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-voice__title-text {
    font-size: 16px;
  }
}

.p-voice__lead {
  font-size: 22px;
  line-height: 1.5909090909;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-voice__lead {
    font-size: 16px;
    line-height: 2.1875;
  }
}

.p-voice__lead .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #C1CD4F));
  background: linear-gradient(transparent 60%, #C1CD4F 60%);
}

.p-voice__content01 {
  margin-top: 45px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-voice__content01 {
    margin-top: 30px;
  }
}

.p-voice__content02 {
  margin-top: 60px;
  position: relative;
}

.p-voice__content02::before {
  content: "";
  display: inline-block;
  width: 1088px;
  height: 110px;
  background: url(../img/sakura05.png) no-repeat center/contain;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-voice__content02::before {
    width: 800px;
  }
}

.p-voice__content02::after {
  content: "";
  display: inline-block;
  width: 1185px;
  height: 87px;
  background: url(../img/sakura06.png) no-repeat center/contain;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-voice__content02::after {
    width: 800px;
    bottom: -90px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__content02::after {
    background: url(../img/sakura09.png) no-repeat center/contain;
    bottom: -43px;
    width: 85%;
  }
}

.p-work {
  padding-top: 110px;
  padding-bottom: 130px;
  position: relative;
  overflow-x: hidden;
  background-image: url(../img/bg-work.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background: linear-gradient(transparent 80px, #B2DFEC 80px);
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding-top: 80px;
    background: linear-gradient(transparent 50px, #B2DFEC 50px);
  }
}

.p-work::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  background: url(../img/bg-work.png) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-work::before {
    height: 50px;
  }
}

.p-work__sakura01 {
  width: 331px;
  height: 374px;
  background: url(../img/sakura07.png) no-repeat center/contain;
  position: absolute;
  top: 60px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-work__sakura01 {
    width: 231px;
    height: 260px;
    top: 43px;
  }
}

.p-work__sakura02 {
  display: inline-block;
  width: 308px;
  height: 471px;
  background: url(../img/sakura08.png) no-repeat center/contain;
  position: absolute;
  top: 30px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-work__sakura02 {
    width: 215px;
    height: 329px;
    top: 24px;
  }
}

.p-work__sakura01 img,
.p-work__sakura02 img {
  width: 100%;
  height: auto;
}

.p-work__inner {
  position: relative;
  z-index: 2;
}

.p-word__lead {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3157894737;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-word__lead {
    font-size: 20px;
    line-height: 1.85;
    margin-right: -5px;
    margin-left: -5px;
  }
}
.p-word__lead span {
  display: inline-block;
}

.p-work__title {
  max-width: 840px;
  width: 100%;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-work__title {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
  }
}

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

.p-work__body {
  background-color: #333;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 17px #2B5E70;
          box-shadow: 0px 0px 17px #2B5E70;
  margin-top: 60px;
  max-width: 905px;
  margin-inline: auto;
  background-color: #fff;
  border: 20px solid #333;
}
@media screen and (max-width: 767px) {
  .p-work__body {
    border: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 40px;
    border-bottom: 27px solid #333;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
