@charset "UTF-8";
html {
  font-size: 100%;
}
@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%;
  }
}

body {
  font-family: "Yu Gothic UI", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: #00295f;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    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 images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.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;
  }
}

.c-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
  color: #333;
}

.p-contact {
  margin-inline: auto;
  background-color: #B0E5FF; /* ベースの水色 */
  background-image: radial-gradient(white 2.5px, transparent 2.5px);
  background-size: 30px 30px; /* ドットの間隔を調整 */
}

.p-contact__img {
  margin-inline: auto;
}

.p-contact__img img {
  aspect-ratio: 1440/400;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-contactform__container {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px 40px;
}

.p-contactform__title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  color: #00295f;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-contactform__title {
    font-size: 50px;
  }
}

.p-contactform__text {
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: center;
  color: #00295f;
}
@media screen and (min-width: 768px) {
  .p-contactform__text {
    font-size: 1.5rem;
  }
}

.form-container h2 {
  text-align: center;
  margin-bottom: 24px;
  color: #333;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radio-group {
  margin-bottom: 20px;
}

.radio-group label {
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
}

button {
  background-color: #007BFF;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #0056b3;
}

label {
  display: inline-block;
}

.p-mv__img {
  margin-inline: auto;
}

.p-mv__img img {
  aspect-ratio: 1440/800;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-section1 {
  text-align: center;
  background-color: #B0E5FF; /* ベースの水色 */
  background-image: radial-gradient(white 2.5px, transparent 2.5px);
  background-size: 30px 30px; /* ドットの間隔を調整 */
}

.p-section1__img {
  margin-inline: auto;
}

.p-section1__img img {
  aspect-ratio: 1440/1080;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-section10 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E5D9FB), to(#FAE6C4));
  background: linear-gradient(to bottom, #E5D9FB, #FAE6C4); /* 上→下グラデーション */
}

.p-section10__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section10__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section11 {
  background-color: #FAE6C4;
}

.p-section11__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section11__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section12 {
  background-color: #FAE6C4;
}

.p-section12__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section12__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section13 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAE6C4), to(#FCFFF6));
  background: linear-gradient(to bottom, #FAE6C4, #FCFFF6); /* 上→下グラデーション */
}

.p-section13__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section13__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section14 {
  background-color: #FCFFF6;
}

.p-section14__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section14__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section15 {
  background-color: #FAE8E0;
}

.p-section15__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section15__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section16 {
  background: #FCFFF6;
}

.p-section16__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section16__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section17 {
  background: #FAE8E0;
}

.p-section17__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section17__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section19 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FBFEFF), to(#BEEAFF));
  background: linear-gradient(to bottom, #FBFEFF, #BEEAFF); /* 上→下グラデーション */
}

.p-section19__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section19__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section2 {
  margin-inline: auto;
  background-color: #B0E5FF; /* ベースの水色 */
  background-image: radial-gradient(white 2.5px, transparent 2.5px);
  background-size: 30px 30px; /* ドットの間隔を調整 */
}

.p-section2__img img {
  aspect-ratio: 1440/2080;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-section3__text {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section3__text {
    font-size: 2.625rem;
  }
}

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

.p-section4 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-section4 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

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

.p-section4__img {
  display: inline-block;
  margin-top: 3.125rem;
  /*コレ*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*コレ*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-section4__img img {
  margin-inline: auto;
}

.p-section4__img a {
  display: block;
  margin-inline: auto;
}

.p-section5-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFCFC), to(#FAD7D7));
  background: linear-gradient(to bottom, #FEFCFC, #FAD7D7); /* 上→下グラデーション */
}

.p-section5__text {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section5__text {
    font-size: 3.125rem;
    margin-top: 3.125rem;
  }
}

.p-section5__text-number {
  color: #002b5c; /* 濃いネイビー */
  text-shadow: -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff, 0px 3px 0 #ffffff, 3px 0px 0 #ffffff, -3px 0px 0 #ffffff, 0px -3px 0 #ffffff;
}

.p-section5__img {
  margin-inline: block;
  /*コレ*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*コレ*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-section5__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .p-section5__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 6.25rem;
  }
}

.p-section5__number {
  font-size: 6.25rem;
  font-weight: bold;
  color: white; /* 文字色は白 */
  -webkit-text-stroke: 8px red; /* 外枠（ストローク）赤色 */
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section5__number {
    font-size: 200px;
  }
}

.p-section5__number::after {
  content: "1";
  position: absolute;
  top: 14px;
  left: 14px;
  color: white;
  z-index: -1;
}

.p-section5__outline-text {
  font-size: 2.1875rem;
  font-weight: 800;
  color: #fff; /* 中を背景と同じ色にして白抜き風に見せる */
  -webkit-text-stroke: 2px #b62323; /* 赤い縁取り */
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-section5__outline-text {
    font-size: 60px;
  }
}

.p-section5__inst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section5__inst-img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section5-bg2 {
  background-color: #FAD7D7;
}

.p-section6 {
  background: #FAD7D8;
}

.p-section6__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section6__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section7 {
  background-color: #FAD7D8;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-section7__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section7__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section8 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD7DC), to(#E6D6FA));
  background: linear-gradient(to bottom, #FAD7DC, #E6D6FA); /* 上→下グラデーション */
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-section8__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section8__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

.p-section9 {
  background-color: #E4D6FF;
}

.p-section9__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央（必要であれば） */
  text-align: center;
  /* 高さを指定する場合はここに height を加える */
}

.p-section9__img img {
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
  display: block; /* 中央揃え時に必要 */
}

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

.videos {
  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: 24px; /* 動画間の余白 */
  padding: 20px;
  background: #BEEAFF;
}
@media screen and (min-width: 768px) {
  .videos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 40px; /* 縦横余白 */
  }
}

video {
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 2/3; /* 幅2：高さ3の比率（縦長） */
}

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

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