@charset "UTF-8";
@font-face {
  font-family: "YakuHanMP";
  src: url(../font/yakuhanmp-latin-500-normal.ttf) format("truetype");
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 5.625rem;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 7.5rem;
  }
}

body {
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

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

html.is-drawerActive {
  height: 100%;
  overflow: hidden;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/*****************************
* 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-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.l-header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
.l-header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-main {
  padding-bottom: 3.75rem;
}
@media (min-width: 1151px) {
  .l-main {
    /* 横幅が1121px以上の場合に適用するスタイル */
    padding-bottom: 0;
  }
}

.l-section {
  padding: 4.375rem 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 6.25rem 0;
  }
}

.c-bnner {
  text-align: center;
  background-color: #8194bb;
  padding: 1.25rem 1.25rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-bnner {
    padding: 5rem 0;
  }
}

.c-banner__title {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-banner__title {
    font-size: 1.75rem;
  }
}

.c-banner__title::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.625rem;
  left: -1.5625rem;
  width: auto;
  height: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.8125rem 0.3125rem 0 0.3125rem;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
@media screen and (min-width: 768px) {
  .c-banner__title::before {
    top: 0;
    left: -0.9375rem;
  }
}

.c-banner__title::after {
  position: absolute;
  content: "";
  display: block;
  top: 0.625rem;
  right: -1.25rem;
  width: auto;
  height: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.8125rem 0.3125rem 0 0.3125rem;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
@media screen and (min-width: 768px) {
  .c-banner__title::after {
    top: 0;
    right: -0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-banner__main {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-banner__main--last {
    margin-top: 0;
  }
}

.c-banner__img {
  position: relative;
  display: inline-block;
}

.c-banner__img img {
  text-align: center;
  margin: 0 auto;
}

.c-banner__list {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}

.c-banner__item {
  text-align: left;
}

.c-banner__item p {
  display: inline-block;
  font-size: 1.25rem;
  background-color: #fff;
  padding: 0.625rem;
}

.c-banner__item + .c-banner__item {
  margin-top: 0.625rem;
}

.c-banner__text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-banner__text {
    font-size: 1.375rem;
  }
}

.c-banner__btn {
  margin-top: 2.5rem;
}

.c-banner__btn a {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 1rem;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#D8D9DB), color-stop(80%, #fff), to(#FDFDFD));
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  border-radius: 100vh;
  color: #333;
  border: 1px solid #999;
  text-shadow: 0 1px #fff;
  -webkit-box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
          box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c-banner__btn a {
    font-size: 1.375rem;
    padding: 1rem 4rem;
  }
}

.c-banner__btn a:hover {
  opacity: 0.5;
}

.c-breadcrumb {
  background-color: #ddd;
  padding: 0.4375rem 0;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
}

.c-breadcrumb__item {
  opacity: 0.8;
}

.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 0.625rem;
}

.c-breadcrumb__link {
  text-decoration: underline;
  text-transform: uppercase;
}

.c-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-circles__list li {
  position: absolute;
  display: block;
  list-style: none;
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(96, 180, 218, .15);
  -webkit-animation: animate 15s linear infinite;
          animation: animate 15s linear infinite;
  top: -9.375rem;
}

.c-circles__list li:nth-child(1) {
  left: 25%;
  width: 5rem;
  height: 5rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.p-philosophy__area .c-circles__list li {
  opacity: 0.15;
}
.p-philosophy__area .c-circles__list li:nth-child(1) {
  background: rgba(180, 218, 102, .2);
}
.p-philosophy__area .c-circles__list li:nth-child(2) {
  background: rgba(244, 178, 204, .2);
}
.p-philosophy__area .c-circles__list li:nth-child(3) {
  background: rgba(103, 181, 207, .2);
}
.p-philosophy__area .c-circles__list li:nth-child(4) {
  background: rgba(244, 178, 204, .2);
}
.p-philosophy__area .c-circles__list li:nth-child(5) {
  background: rgba(237, 222, 23, .2);
}
.p-philosophy__area .c-circles__list li:nth-child(6) {
  background: rgba(237, 222, 23, .2);
}
.p-philosophy__area .c-circles__list li:nth-child(7) {
  background: rgba(180, 218, 102, .2);
}
.p-philosophy__area .c-circles__list li:nth-child(8) {
  background: rgba(103, 181, 207, .2);
}
.p-philosophy__area .c-circles__list li:nth-child(9) {
  background: rgba(244, 178, 204, .2);
}
.p-philosophy__area .c-circles__list li:nth-child(10) {
  background: rgba(103, 181, 207, .2);
}

.c-circles__list li:nth-child(2) {
  left: 10%;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.c-circles__list li:nth-child(3) {
  left: 70%;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.c-circles__list li:nth-child(4) {
  left: 40%;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.c-circles__list li:nth-child(5) {
  left: 65%;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.c-circles__list li:nth-child(6) {
  left: 75%;
  width: 6.875rem;
  height: 6.875rem;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.c-circles__list li:nth-child(7) {
  left: 35%;
  width: 9.375rem;
  height: 9.375rem;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.c-circles__list li:nth-child(8) {
  left: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.c-circles__list li:nth-child(9) {
  left: 20%;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.c-circles__list li:nth-child(10) {
  left: 85%;
  width: 9.375rem;
  height: 9.375rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(1000px) rotate(720deg);
            transform: translateY(1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(1000px) rotate(720deg);
            transform: translateY(1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.c-circles__list--low li {
  position: absolute;
  display: block;
  list-style: none;
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(96, 180, 218, .15);
  -webkit-animation: animate__low 15s linear infinite;
          animation: animate__low 15s linear infinite;
  bottom: -9.375rem;
}

.c-circles__list--low li:nth-child(1) {
  right: 25%;
  width: 5rem;
  height: 5rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.c-circles__list--low li:nth-child(2) {
  right: 10%;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.c-circles__list--low li:nth-child(3) {
  right: 70%;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.c-circles__list--low li:nth-child(4) {
  right: 40%;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.c-circles__list--low li:nth-child(5) {
  right: 65%;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.c-circles__list--low li:nth-child(6) {
  right: 75%;
  width: 6.875rem;
  height: 6.875rem;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.c-circles__list--low li:nth-child(7) {
  right: 35%;
  width: 9.375rem;
  height: 9.375rem;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.c-circles__list--low li:nth-child(8) {
  right: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.c-circles__list--low li:nth-child(9) {
  right: 20%;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.c-circles__list--low li:nth-child(10) {
  right: 85%;
  width: 9.375rem;
  height: 9.375rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

.p-philosophy__area .c-circles__list--low li:nth-child(1) {
  background: rgba(180, 218, 102, .2);
}
.p-philosophy__area .c-circles__list--low li:nth-child(2) {
  background: rgba(103, 181, 207, .2);
}
.p-philosophy__area .c-circles__list--low li:nth-child(3) {
  background: rgba(244, 178, 204, .2);
}
.p-philosophy__area .c-circles__list--low li:nth-child(4) {
  background: rgba(244, 178, 204, .2);
}
.p-philosophy__area .c-circles__list--low li:nth-child(5) {
  background: rgba(237, 222, 23, .2);
}
.p-philosophy__area .c-circles__list--low li:nth-child(6) {
  background: rgba(237, 222, 23, .2);
}
.p-philosophy__area .c-circles__list--low li:nth-child(7) {
  background: rgba(194, 228, 106, .2);
}
.p-philosophy__area .c-circles__list--low li:nth-child(8) {
  background: rgba(244, 178, 204, .2);
}
.p-philosophy__area .c-circles__list--low li:nth-child(9) {
  background: rgba(244, 178, 204, .2);
}
.p-philosophy__area .c-circles__list--low li:nth-child(10) {
  background: rgba(103, 181, 207, .2);
}

@-webkit-keyframes animate__low {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes animate__low {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.c-curtain {
  position: relative;
}

.c-curtain::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #F2FDFF;
  background: #60b4da;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fade::before {
  width: 100%;
}

.c-fade {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.c-fade__blur {
  -webkit-animation-name: fadeBlur;
  animation-name: fadeBlur;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0px);
  }
}
@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0px);
  }
}
/* ------------ フェードアップ */
.c-fade__up {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  /* 下に30pxの位置から */
  -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;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.c-fade__up.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

/* ----------- フェードイン */
.c-fade__opacity {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.c-fade__opacity.is-opacity {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* ----------- フェード（左から右） */
.c-fade__lr {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -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;
}

.c-fade__lr.is-lr {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* ----------- フェード（右から左） */
.c-fade__rl {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -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;
}

.c-fade__rl.is-rl {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3.75rem;
  text-align: center;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00B900;
}
@media (min-width: 1151px) {
  .c-fixed {
    /* 横幅が1121px以上の場合に適用するスタイル */
    display: none;
  }
}

.c-fixed li {
  width: 100%;
  font-weight: bold;
  top: 0;
  border: 0;
  padding: 1.25rem 0;
  outline: 0;
  color: #fff;
  display: block;
}

.c-fixed li a {
  display: block;
  height: inherit;
  padding: 1.25rem 0;
}

.c-fixed li a {
  display: inline-block;
  position: relative;
}
.c-fixed li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: -1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-scroll__container {
  position: relative;
  width: 24px;
  height: 24px;
}

.c-scroll__chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
}

.c-scroll__chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}

.c-scroll__chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}

.c-scroll__chevron:before,
.c-scroll__chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #E00101;
}

.c-scroll__chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}

.c-scroll__chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.c-scroll__text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #E00101;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  -webkit-animation: pulse 2s linear alternate infinite;
          animation: pulse 2s linear alternate infinite;
}

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

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.c-section-title {
  text-align: center;
  overflow: hidden;
}

.c-section-title__sub {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0.375rem;
  position: relative;
  text-transform: capitalize;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub {
    font-size: 1.25rem;
  }
}

.c-section-title__sub--faq {
  text-transform: uppercase;
}

.c-section-title__sub::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #E00101;
  width: 5rem;
  height: 1px;
}

.c-section-title__main {
  margin-top: 0.3125rem;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__main {
    font-size: 2.25rem;
  }
}

.c-subpage {
  margin-top: 3.75rem;
  padding: 3.75rem 0;
  text-align: center;
  background: url(../images/sub_line.jpg) no-repeat center center/cover;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-subpage {
    margin-top: 5.625rem;
    padding: 4.0625rem 0;
    font-size: 1.5rem;
  }
}

.c-subpage::after {
  content: "";
  /* 仮想要素にコンテンツを挿入 */
  position: absolute;
  /* 絶対的に配置 */
  top: 0;
  left: 0;
  width: 100%;
  /* 親要素の幅に合わせる */
  height: 100%;
  /* 親要素の高さに合わせる */
  background-color: rgba(0, 0, 0, .07);
  /* 黒（rgb）＋透明度（0.5） */
}

.c-subpage__title {
  color: #fff;
  text-shadow: 1px 2px #fa9530;
  position: relative;
  z-index: 1;
}

.c-swiper02 {
  background-color: #E9E9E9;
  padding: 1.25rem;
}

.c-swiper__slide {
  position: relative;
  background-color: #fff;
  padding: 0.3125rem 0.625rem 2.1875rem 1.25rem;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem 0.5rem rgba(51, 51, 51, .1);
          box-shadow: 0.5rem 0.5rem 0.5rem 0.5rem rgba(51, 51, 51, .1);
}
@media screen and (min-width: 768px) {
  .c-swiper__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.9375rem 1.25rem 1.25rem;
    height: 35rem;
  }
}

.c-swiper__img {
  margin-top: 1.875rem;
  -webkit-box-shadow: rgba(130, 191, 234, .48) 6px 2px 16px 0px, rgba(255, 255, 255, .8) -6px -2px 16px 0px;
          box-shadow: rgba(130, 191, 234, .48) 6px 2px 16px 0px, rgba(255, 255, 255, .8) -6px -2px 16px 0px;
}
@media screen and (min-width: 768px) {
  .c-swiper__img {
    border-radius: 50%;
    display: none;
  }
}

.c-swiper__img--pink {
  -webkit-box-shadow: rgba(241, 158, 180, .48) 6px 2px 16px 0px, rgba(255, 255, 255, .8) -6px -2px 16px 0px;
          box-shadow: rgba(241, 158, 180, .48) 6px 2px 16px 0px, rgba(255, 255, 255, .8) -6px -2px 16px 0px;
}

.c-swiper__img img {
  aspect-ratio: 200/133;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-swiper__img img {
    margin: 0 auto;
    border-radius: 50%;
    aspect-ratio: 1/1;
  }
}

.c-swiper__course {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b69b04;
  color: #fff;
  font-weight: bold;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.3125rem 0rem 0rem 0rem;
}
@media screen and (min-width: 768px) {
  .c-swiper__course {
    padding: 0.625rem 2.8125rem;
  }
}

.c-swiper__course--green {
  background-color: #31452d;
}

.c-swiper__course--blue {
  background-color: #60b4da;
}

.p-swiper__body {
  overflow: scroll;
  height: 37.5rem;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .p-swiper__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 2.5rem;
  }
}

.p-swiper__head {
  font-weight: bold;
  font-size: 0.875rem;
  color: #60b4da;
}

.p-swiper__head--pink {
  color: #DD83A7;
}

.c-swiper__title {
  font-size: 1.25rem;
  font-weight: bold;
  min-height: 7.5rem;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-swiper__title {
    min-height: auto;
  }
}

.c-swiper__text {
  margin-top: 0.9375rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .c-swiper__text {
    height: auto;
  }
}

.c-swiper__text + .c-swiper__text {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-swiper__text + .c-swiper__text {
    margin-top: 0.9375rem;
  }
}

/* 幅・高さを指定 */
.c-swiper__button--prev,
.c-swiper__button--next {
  height: 2.5rem;
  width: 2.5rem;
}

.c-swiper__button--prev {
  position: absolute;
  left: 0%;
}
@media screen and (min-width: 768px) {
  .c-swiper__button--prev {
    left: 24%;
  }
}

.c-swiper__button--next {
  right: 0%;
}
@media screen and (min-width: 768px) {
  .c-swiper__button--next {
    right: 24%;
  }
}

/* 矢印を消す、画像に変更 */
.c-swiper__button--prev:after,
.c-swiper__button--next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.125rem;
  width: 3.125rem;
  margin: auto;
}

/* 前に戻る画像パス */
.c-swiper__button--prev:after {
  background-image: url(../images/arrow_l.png);
}

/* 次に進む画像パス */
.c-swiper__button--next:after {
  background-image: url(../images/arrow_r.png);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -1.875rem;
}

.c-swiper__pagination {
  bottom: 0rem !important;
}

.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
}

/*tabの形状*/
.c-tab__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
}

.c-tab__tab li {
  width: 100%;
  text-align: center;
  line-height: 1.7;
}

.c-tab__tab li a {
  display: block;
  color: #fff;
  background-color: #31452d;
  opacity: 0.6;
  padding: 0.625rem 0.4375rem;
  border: 3px solid #31452d;
}

/*liにactiveクラスがついた時の形状*/
.c-tab__tab li.active a {
  background-color: #31452d;
  opacity: 1;
  border-color: #E00101;
}

/*エリアの表示非表示と形状*/
.c-tab__area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/
.c-tab__area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-tab__items {
  margin-top: 2.5rem;
}

.c-tab__item + .c-tab__item {
  margin-top: 2.5rem;
}

.c-tab__item {
  padding: 1.875rem 1.5625rem;
  background-color: #F6F6F6;
  border-top: 5px solid #b69b04;
  border-radius: 0 0 0.9375rem 0.9375rem;
}

.c-tab__item:nth-child(2) {
  border-color: #31452d;
}

.c-tab__item:nth-child(3) {
  border-color: #CC3300;
}

.c-tab__item:nth-child(4) {
  border-color: #60b4da;
}

.c-tab__item:nth-child(5) {
  border-color: #660000;
}

.c-tab__name {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.c-tab__list-title {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.c-tab__text {
  margin-top: 1.875rem;
}

.c-tab__text p {
  font-size: 1.125rem;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  -moz-text-align-last: left;
       text-align-last: left;
}

.c-tab__text p:nth-child(n+2) {
  margin-top: 0.9375rem;
}

.c-tab__band {
  font-weight: bold;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 2.5rem;
  padding: 0.1875rem;
  border-radius: 0.625rem;
  text-align: center;
  background-color: #b69b04;
  color: #fff;
}

.c-tab__band--green {
  background-color: #31452d;
}

.c-tab__band--red {
  background-color: #CC3300;
}

.c-tab__band--brue {
  background-color: #60b4da;
}

.c-tab__band--maroon {
  background-color: #660000;
}

.c-tab__btn-wrapper {
  margin-top: 2.5rem;
}

.c-tab__btn {
  display: block;
  padding: 0.9375rem;
  text-align: center;
  min-width: 9.375rem;
  font-weight: bold;
  font-family: sans-serif;
  border: 2px solid #b69b04;
}

.c-tab__btn--green {
  border-color: #31452d;
}

.c-tab__btn--red {
  border-color: #CC3300;
}

.c-tab__btn--blue {
  border-color: #60b4da;
}

.c-tab__btn--maroon {
  border-color: #660000;
}

.c-tab__recommend {
  margin-top: 0.625rem;
}

.c-tab__recommend li {
  position: relative;
  font-size: 1.125rem;
  padding-left: 1.75rem;
}

.c-tab__recommend li::before {
  content: "";
  position: absolute;
  display: block;
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  width: 1rem;
  height: 0.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0.3125rem;
  top: 0.5rem;
}

.c-tab__recommend li:nth-child(n+2) {
  margin-top: 0.625rem;
}

.tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flexで横並び */
  border: 2px solid;
  cursor: pointer;
  /* カーソルポインターに */
}

.tab {
  width: 33.3333333333%;
  /* calc関数を使用し、均等に3分割する */
  padding: 5px;
  text-align: center;
  /* 文字を中央に。 */
}

.tab:nth-child(n+2) {
  border-left: 2px solid;
}

.tab.active {
  background-color: #000;
  color: #fff;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.c-tips__img {
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
  max-width: 31.25rem;
  margin: 0 auto;
}

.c-tips__img img {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #31452d;
}

.c-tips__bound {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  font-size: 0.875rem;
  font-weight: bold;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #E00101;
}
@media screen and (min-width: 768px) {
  .c-tips__bound {
    font-size: 1.25rem;
  }
}

.c-tips__bound span {
  display: inline-block;
  -webkit-animation: 0.3s bound-anim ease-in infinite alternate;
          animation: 0.3s bound-anim ease-in infinite alternate;
}

@-webkit-keyframes bound-anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@keyframes bound-anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.p-about {
  background-color: #60b4da;
  color: #fff;
}

.p-about__wapper {
  position: relative;
}

.p-about__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__body {
    margin-top: 6.25rem;
  }
}

.p-about__text {
  font-size: 1.125rem;
  font-family: "ヒラギノ角ゴ ProN";
  line-height: 1.7;
}

.p-about__text + .p-about__text {
  margin-top: 1.25rem;
}

.p-about__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "ヒラギノ角ゴ ProN";
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: #333;
  background-color: #fff;
  padding: 1.25rem 0.625rem;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__check {
    padding: 3.125rem 2.5rem;
  }
}

.p-about__check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about__check-item:nth-child(n+2) {
  margin-top: 0.9375rem;
}

.p-about__check-image {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__check-image {
    width: 80%;
    margin: 1.25rem auto 0;
  }
}

.p-about__num {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ff942b;
  color: #fff;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.625rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-about__num {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1rem;
  }
}

.p-about__worries {
  font-weight: bold;
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #ff942b;
}
@media screen and (min-width: 768px) {
  .p-about__worries {
    font-size: 1.375rem;
    margin-left: 1.25rem;
  }
}

.p-about__tips {
  margin-top: 3.125rem;
}

.p-course {
  background-color: #fff;
}

.p-course__tab {
  margin-top: 2.5rem;
}

.p-course__list {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.625rem 1.25rem;
}

.p-course__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.875rem 1.5625rem;
  background-color: #F6F6F6;
  border-top: 5px solid #b69b04;
  border-radius: 0 0 0.9375rem 0.9375rem;
}

.p-course__item:nth-child(2) {
  border-color: #31452d;
}

.p-course__item:nth-child(3) {
  border-color: #CC3300;
}

.p-course__item:nth-child(4) {
  border-color: #60b4da;
}

.p-course__item:nth-child(5) {
  border-color: #660000;
}

.p-course__item:nth-child(6) {
  border-color: pink;
}

.p-course__name {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.p-course__list-title {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.p-course__text {
  margin-top: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-course__text p {
  font-size: 1.125rem;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  -moz-text-align-last: left;
       text-align-last: left;
}

.p-course__text p:nth-child(n+2) {
  margin-top: 0.9375rem;
}

.p-course__band {
  font-weight: bold;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 4.375rem;
  padding: 0.1875rem;
  border-radius: 0.625rem;
  text-align: center;
  background-color: #b69b04;
  color: #fff;
}

.p-course__band--gold {
  margin-top: 4.375rem;
}

.p-course__band--green {
  background-color: #31452d;
}

.p-course__band--red {
  background-color: #CC3300;
  margin-top: 6.25rem;
}

.p-course__band--brue {
  background-color: #60b4da;
}

.p-course__band--maroon {
  background-color: #660000;
}

.p-course__band--pink {
  background-color: pink;
}

.p-course__btn-wrapper {
  margin-top: 2.5rem;
}

.p-course__btn {
  display: block;
  padding: 0.9375rem;
  text-align: center;
  min-width: 9.375rem;
  font-weight: bold;
  font-family: sans-serif;
  border: 2px solid #b69b04;
}

.p-course__btn--green {
  border-color: #31452d;
}

.p-course__btn--red {
  border-color: #CC3300;
}

.p-course__btn--blue {
  border-color: #60b4da;
}

.p-course__btn--maroon {
  border-color: #660000;
}

.p-course__btn--pink {
  border-color: pink;
}

.p-course__recommend {
  margin-top: 0.625rem;
}

.p-course__recommend li {
  position: relative;
  font-size: 1.125rem;
  padding-left: 1.75rem;
}

.p-course__recommend li::before {
  content: "";
  position: absolute;
  display: block;
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  width: 1rem;
  height: 0.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0.3125rem;
  top: 0.5rem;
}

.p-course__recommend li:nth-child(n+2) {
  margin-top: 0.625rem;
}

.p-faq {
  background-color: #F4F5F7;
}

@media screen and (min-width: 768px) {
  .p-faq__inner {
    width: 80%;
    margin: 0 auto;
  }
}

.p-faq__accordion {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-faq__accordion {
    margin-top: 6.25rem;
  }
}

.p-faq__accordion-item {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02), 0 2px 3px -2px rgba(0, 0, 0, .05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, .02), 0 2px 3px -2px rgba(0, 0, 0, .05);
}

.p-faq__accordion-item + .p-faq__accordion-item {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__accordion-item + .p-faq__accordion-item {
    margin-top: 1.875rem;
  }
}

.p-faq__accordion-title {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.625rem 2.5rem 0.625rem 2.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__accordion-title {
    padding: 1.25rem 2.5rem 1.25rem 2.8125rem;
  }
}

.p-faq__accordion-title::before {
  content: "Q";
  position: absolute;
  display: block;
  color: #60b4da;
  top: 0.3125rem;
  left: 0.625rem;
  font-size: 1.625rem;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-faq__accordion-title::before {
    top: 0.875rem;
  }
}

/* 矢印 */
.p-faq__accordion-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  top: 38%;
  right: 1.5625rem;
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-faq__accordion-title.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-faq__accordion-content {
  display: none;
  padding: 0.9375rem 1.25rem 0.625rem 2.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__accordion-content {
    padding: 1.5625rem 1.25rem 1.25rem 2.8125rem;
  }
}

.p-faq__accordion-content::before {
  content: "A";
  position: absolute;
  display: block;
  color: #E00101;
  top: 0.5rem;
  left: 0.625rem;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__accordion-content::before {
    top: 0.9375rem;
  }
}

.p-faq__accordion-content p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: sans-serif;
}

.p-feature {
  background-color: #F4F5F7;
  max-width: 100%;
  overflow-x: hidden;
}

.p-feature__list {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-feature__list {
    margin-top: 6.25rem;
  }
}

.p-feature__item:not(:first-child) {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__item:not(:first-child) {
    margin-top: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__item--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-feature__left {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.p-feature__img img {
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-feature__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-left: 6.6667%;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__right--rev {
    margin-left: 0;
    margin-right: 6.6667%;
  }
}

.p-feature__flower {
  position: absolute;
  top: -1.75rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-feature__flower {
    left: 0.625rem;
  }
}

.p-feature__flower {
  position: absolute;
  top: -1.71875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-feature__flower {
    top: -2.1875rem;
    left: 0.625rem;
  }
}

.p-feature__flower img {
  width: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-feature__flower img {
    width: 4.375rem;
  }
}

.p-feature__flower-num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__flower-num {
    font-size: 1.5rem;
  }
}

.p-feature__list-title {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature__list-title {
    font-size: 1.75rem;
    text-align: left;
    margin-top: 0;
  }
}

.p-feature__text {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 768px) {
  .p-feature__text {
    margin-top: 1.875rem;
  }
}

.p-feature__text + .p-feature__text {
  margin-top: 0.9375rem;
}

.p-flow {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-flow__inner {
    width: 60%;
    margin: 0 auto;
  }
}

.p-flow__list {
  margin-top: 2.5rem;
  padding-left: 5.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    margin-top: 6.25rem;
  }
}

.p-flow__list::before {
  content: "";
  width: 0.9375rem;
  height: 100%;
  background: #eee;
  margin-left: -2.1875rem;
  display: block;
  position: absolute;
  top: 0;
  left: 7.5rem;
}

.p-flow__item {
  list-style-type: none;
  position: relative;
}

.p-flow__item:not(:last-child) {
  margin-bottom: 8vh;
}

.p-flow__icon {
  font-size: 12px;
  color: #fff;
  background: rgb(96, 180, 218);
  background-color: #31452d;
  padding: 0.5rem 0.9375rem;
  display: block;
  position: absolute;
  top: 0;
  left: -5.625rem;
  text-align: center;
}

.p-flow__icon::after {
  content: "";
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.625rem;
  border-color: transparent transparent transparent #31452d;
  position: absolute;
  top: 20%;
  left: 100%;
}

.p-flow__item dl {
  padding-left: 3.125rem;
  position: relative;
}

.p-flow__item dl::before,
.p-flow__item dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.9375rem;
}

.p-flow__item dl::before {
  width: 0.4375rem;
  height: 0.4375rem;
  margin-top: -0.1875rem;
  background: #60b4da;
  border-radius: 50%;
  left: -0.25rem;
}

.p-flow__item dl::after {
  width: 1.875rem;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 0.3125rem;
}

.p-flow__item dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  color: rgb(96, 180, 218);
  margin-bottom: 1vh;
}

.p-flow__btn {
  margin-top: 0.9375rem;
  text-align: center;
}

.p-flow__btn a {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  background-color: #60b4da;
  text-align: center;
  padding: 0.375rem 0.625rem;
  min-width: 6.25rem;
  border-radius: 0.625rem;
}

dd + dd {
  margin-top: 0.625rem;
}

.p-footer {
  padding-top: 3.125rem;
  background-color: #F4F5F7;
}

.p-footer__img {
  display: block;
  margin: 0 auto;
}

.p-footer__img {
  width: 8.125rem;
}

.p-footer__meta {
  font-weight: bold;
  margin-top: 0.4375rem;
  text-align: center;
}

.p-footer__meta span {
  display: block;
}

.p-footer__company {
  font-size: 1.25rem;
}

.p-footer__post {
  margin-top: 0.4375rem;
}

.p-footer__copy {
  padding: 0.3125rem 0;
  margin: 3.125rem calc(50% - 50vw) 0;
  background-color: #31452d;
  text-align: center;
}

.p-footer__copy small {
  font-size: 0.875rem;
  font-weight: bold;
  color: #31452d;
  color: #fff;
}

.p-footer__link {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.p-footer__privacy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-footer__contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.p-footer__contact::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: #333;
}

.p-header__nav-pc {
  font-family: "ヒラギノ角ゴ ProN";
}
@media (max-width: 1150px) {
  .p-header__nav-pc {
    /* 横幅が1320px以下の場合に適用するスタイル */
    display: none;
  }
}

.p-header-nav__items-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header-nav__item-pc:not(:first-child) {
  margin-left: 0.9375rem;
}

.p-header-nav__item-line {
  border-left: 1px solid #000;
  padding-left: 0.9375rem;
}

.p-header-nav__item-pc {
  font-size: 0.75rem;
}

.p-header-nav__sub-pc-btn {
  background-color: #00B900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding: 0.4375rem 0.9375rem;
  border-radius: 0.625rem;
  color: #fff;
}

.p-header-nav__sub-pc-btn img {
  width: 1.25rem;
}

.p-header-nav {
  height: 100dvh;
  width: 100%;
  background-color: #fff;
  overflow: auto;
}
@media (min-width: 1151px) {
  .p-header-nav {
    /* 横幅が1121px以上の場合に適用するスタイル */
    display: none;
  }
}

.p-header-nav__logo {
  position: absolute;
  top: 0rem;
  left: 0.625rem;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-header-nav__logo {
    width: 5.625rem;
  }
}

.p-header__logo-hum {
  padding-left: 0.625rem;
}

.p-header-nav__wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}

.p-header-nav__main {
  width: 90%;
  text-align: center;
}

.p-header-nav__items {
  width: 100%;
}

.p-header-nav__item {
  height: inherit;
  border-top: 1px solid #ccc;
}

.p-header-nav__item a {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.1875;
  text-transform: capitalize;
  position: relative;
  display: block;
  padding: 1.5625rem;
}

.p-header-nav__sub {
  width: 90%;
  background-color: #00B900;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header-nav__sub {
    width: 60%;
  }
}

.p-header-nav__sub a {
  font-size: 1.25rem;
  height: inherit;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1.25rem 0;
  display: block;
}

.p-header-nav__sub a p {
  display: inline-block;
  position: relative;
}
.p-header-nav__sub a p::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background: url(../images/icon_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: -2.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header {
  height: 3.75rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo img {
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    width: 5.625rem;
  }
}

.p-header__description {
  font-size: 0.625rem;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-header__description {
    font-size: 0.75rem;
    margin-left: 0.3125rem;
  }
}

.p-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.p-header__hamburger {
  margin-left: auto;
  position: relative;
  z-index: 999;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  border: 2px solid #60b4da;
  -webkit-box-shadow: 0 0 2rem transparent;
          box-shadow: 0 0 2rem transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1151px) {
  .p-header__hamburger {
    /* 横幅が1121px以上の場合に適用するスタイル */
    display: none;
  }
}

.p-header__hamburger:hover,
.p-header__hamburger:focus {
  -webkit-box-shadow: 0 0 0.5rem rgba(255, 255, 255, .5);
          box-shadow: 0 0 0.5rem rgba(255, 255, 255, .5);
}

.p-header__hamburger-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.125rem;
  height: 0.1875rem;
  background-color: #60b4da;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-header__hamburger-line::before {
  top: -0.4375rem;
}

.p-header__hamburger-line::after {
  top: 0.4375rem;
}

.p-header__hamburger[aria-expanded=true] .p-header__hamburger-line {
  background-color: transparent;
}

.p-header__hamburger[aria-expanded=true] .p-header__hamburger-line::before,
.p-header__hamburger[aria-expanded=true] .p-header__hamburger-line::after {
  top: 0;
  background-color: #60b4da;
}

.p-header__hamburger[aria-expanded=true] .p-header__hamburger-line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header__hamburger[aria-expanded=true] .p-header__hamburger-line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

.p-line__head {
  font-size: 1.375rem;
  font-style: italic;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF097));
  background: linear-gradient(transparent 70%, #FFF097 30%);
  display: inline;
}
@media screen and (min-width: 768px) {
  .p-line__head {
    font-size: 2.125rem;
  }
}

.p-line__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-line__text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.p-line__qr {
  width: 9.375rem;
  margin: 3.75rem auto 0;
}

.p-line__button {
  margin-top: 1.25rem;
}

.p-line__button-under {
  margin-top: 3.75rem;
}

.p-line__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-line__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-line__item {
  width: 17.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-line__item {
    margin-top: 1.25rem;
  }
}

.p-line__item + .p-line__item {
  margin-top: 1.25rem;
}

.p-line__item p {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

.p-mv {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 5.625rem;
  }
}

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

.p-philosophy {
  position: relative;
}

.p-philosophy__inner {
  width: 90%;
  max-width: 50rem;
  margin: 0 auto;
}

.p-philosophy__title {
  margin-top: 2.5rem;
  font-size: 1.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-philosophy__title {
    margin-top: 6.25rem;
    font-size: 2rem;
  }
}

.p-philosophy__title span {
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #b4da66;
}

.p-philosophy__title span:nth-child(2) {
  color: #f4b2cc;
}

.p-philosophy__title span:nth-child(3) {
  color: #67b5cf;
}

.p-philosophy__title span:nth-child(4) {
  color: #c2e46a;
}

.p-philosophy__title span:nth-child(5) {
  color: #edde17;
}

.p-philosophy__body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__body {
    margin-top: 3.75rem;
  }
}

.p-philosophy__text {
  font-size: 0.875rem;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-philosophy__text {
    font-size: 1.125rem;
  }
}

.p-philosophy__text + .p-philosophy__text {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__text + .p-philosophy__text {
    margin-top: 5.625rem;
  }
}

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

.p-price__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem;
  }
}

.p-price__item + .p-price__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__item + .p-price__item {
    margin-top: 0;
  }
}

.p-price__item {
  padding: 1.875rem 1.5625rem;
  background-color: #F6F6F6;
  border-top: 5px solid #b69b04;
  border-radius: 0 0 0.9375rem 0.9375rem;
  -webkit-box-shadow: 0px 3.75rem 3.75rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0px 3.75rem 3.75rem 0 rgba(0, 0, 0, .1);
}

.p-price__item:nth-child(2) {
  border-color: #31452d;
}

.p-price__item:nth-child(3) {
  border-color: #CC3300;
}

.p-price__item:nth-child(4) {
  border-color: #60b4da;
}

.p-price__item:nth-child(5) {
  border-color: #660000;
}

.p-price__item:nth-child(6) {
  border-color: pink;
}

.p-price__name {
  font-size: 1.5rem;
  font-weight: bold;
}

.p-price__list-title {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.p-price__text {
  margin-top: 1.875rem;
}

.p-price__text p {
  font-size: 0.875rem;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.85;
  -moz-text-align-last: left;
       text-align-last: left;
}

.p-price__text p:nth-child(n+2) {
  margin-top: 0.9375rem;
}

.p-price__meta {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.85;
}

.p-price__meta-time span {
  display: block;
  text-align: right;
}

.p-price__meta-price {
  margin-top: 0.625rem;
}

.p-price__meta-price span {
  display: block;
}

.p-price__attention {
  margin-top: 0.625rem;
}

.p-price__attention span {
  display: block;
  color: rgba(35, 39, 48, .7);
}

.p-secret {
  padding: 5rem 0;
  position: relative;
}

.p-secret__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-secret__head {
    font-size: 1.25rem;
  }
}

.p-secret__head p:not(:first-child) {
  margin-top: 0.9375rem;
}

.p-secret__text {
  line-height: 2.5;
  margin-top: 3.75rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: serif;
}
@media screen and (min-width: 768px) {
  .p-secret__text {
    font-size: 2rem;
  }
}

.p-secret__strong {
  color: #FA9530;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF097));
  background: linear-gradient(transparent 70%, #FFF097 30%);
  display: inline;
}

.scroll-down {
  position: absolute;
  bottom: 2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  cursor: pointer;
}

.scroll-down span {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-bottom: 2px solid red;
  border-right: 2px solid red;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -3px;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}

.scroll-down span:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-down span:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
            transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(10px, 10px);
            transform: rotate(45deg) translate(10px, 10px);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
            transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(10px, 10px);
            transform: rotate(45deg) translate(10px, 10px);
  }
}
.p-service {
  position: relative;
  background-color: #F4F5F7;
}

.p-service__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    margin-top: 6.25rem;
  }
}

.p-service__item + .p-service__item {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__item + .p-service__item {
    margin-top: 7.5rem;
  }
}

.p-service__list-title {
  font-size: 1.375rem;
  position: relative;
  padding-left: 0.625rem;
}
.p-service__list-title::before {
  position: absolute;
  font-size: 0.75rem;
  color: #60b4da;
  top: -1.25rem;
  left: 0.9375rem;
  content: attr(data-en);
}
@media screen and (min-width: 768px) {
  .p-service__list-title::before {
    font-size: 1.125rem;
    top: -1.5625rem;
  }
}
.p-service__list-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 4px;
  height: 145%;
  background-color: #60b4da;
}
@media screen and (min-width: 768px) {
  .p-service__list-title {
    font-size: 1.75rem;
  }
}

.p-service__list-title--multi::after {
  height: 125%;
}

.p-service__text {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 768px) {
  .p-service__text {
    margin-top: 1.5625rem;
  }
}

.p-service__text + .p-service__text {
  margin-top: 0.9375rem;
}

.p-service__text--strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF097));
  background: linear-gradient(transparent 70%, #FFF097 30%);
  display: inline;
}

.p-service__list-list {
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
  list-style-type: disc;
}

.p-service__list-list li + .p-service__list-list li {
  margin-top: 0.625rem;
}

.p-voice {
  background-color: #E9E9E9;
}

.p-swiper {
  position: relative;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-swiper {
    margin-top: 1.875rem;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}
/*# sourceMappingURL=styles.css.map */
