<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a, li {
  list-style: none;
  text-decoration: none;
}

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

body,
html {
  height: 100%;
  background-color: #CAE9ED;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo;
  color: #3B3B3B;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

h1,
h2,
h3 {
  letter-spacing: 0.15em;
}

.container {
  margin: 0 auto;
  padding: 0 48px;
}
@media screen and (max-width: 431px) {
  .container {
    padding: 0px 7%;
  }
}
@media screen and (max-width: 376px) {
  .container {
    padding: 0px 24px;
  }
}

/*---------
common
---------*/
.title-wrap {
  position: relative;
  z-index: 10;
  left: 4%;
  font-weight: 900;
}
.title-wrap p {
  font-size: 16px;
  font-family: "Noto Serif SC", serif;
  color: #005864;
}
@media screen and (max-width: 1024px) {
  .title-wrap p {
    font-size: 0.7em;
  }
}
.title-wrap p::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco_img.png);
  background-repeat: no-repeat;
  width: 148px;
  height: 158px;
  left: -4%;
  top: -34%;
  z-index: -1;
}
@media screen and (max-width: 431px) {
  .title-wrap p::after {
    top: -40%;
  }
}
.title-wrap h1 {
  font-size: 30px;
  color: #195861;
}
@media screen and (max-width: 1024px) {
  .title-wrap h1 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 376px) {
  .title-wrap h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 431px) {
  .title-wrap h1 {
    font-size: 1.1em;
  }
}

h2 {
  font-weight: bold;
  font-size: 29px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #005864;
}

h3 {
  color: #005864;
}

h4 {
  color: #005864;
}

.icon-link {
  transition: 1s;
}
.icon-link:hover {
  background-color: #005864;
  color: #fff;
  border-color: #fff;
}
.icon-link:hover::after {
  border-color: transparent transparent transparent #fff;
  transition: 1s;
}

/*===========
scroll
*==========*/
html {
  scroll-behavior: smooth;
}

.scroll_down {
  position: relative;
  width: 100%;
  height: 27vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .scroll_down {
    min-height: 23vh;
  }
}
@media screen and (max-width: 768px) {
  .scroll_down {
    height: 23vh;
  }
}
@media screen and (max-width: 376px) {
  .scroll_down {
    height: 44vh;
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 15px 110px;
  color: #005864;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  margin-left: 4%;
}
@media screen and (max-width: 576px) {
  .scroll_down a {
    font-size: 11px;
  }
}

.scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #fff;
}

.scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #005864;
}

.scroll_down a:hover {
  opacity: 0.5;
}

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*---------
hero
---------*/
.hero {
  position: relative;
  min-height: 680px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  padding-top: 88px;
}
@media screen and (max-width: 1024px) {
  .hero {
    min-height: 540px;
  }
}
@media screen and (max-width: 769px) {
  .hero {
    min-height: 434px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    min-height: 326px;
  }
}
@media screen and (max-width: 426px) {
  .hero {
    min-height: 267px;
  }
}
@media screen and (max-width: 376px) {
  .hero {
    display: none;
  }
}
.hero img {
  padding-right: 14%;
}
@media screen and (max-width: 1024px) {
  .hero img {
    padding-right: 18%;
  }
}
@media screen and (max-width: 768px) {
  .hero img {
    padding-right: 22%;
  }
}
.hero-text {
  color: #fff;
  background-color: #005864;
  display: inline-block;
  text-align: end;
  padding: 0 20px;
}
@media screen and (max-width: 376px) {
  .hero-text {
    padding: 5px 25px;
  }
}
.hero-text:not(last-of-type) {
  margin-bottom: 4%;
}
.hero-text-wrap {
  width: 85%;
  text-align: end;
  position: absolute;
  right: 0;
  bottom: 0%;
  font-size: 2.8em;
  font-weight: bold;
  width: 85%;
  right: 3%;
}
@media screen and (max-width: 1441px) {
  .hero-text-wrap {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1301px) {
  .hero-text-wrap {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .hero-text-wrap {
    font-size: 2em;
    bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .hero-text-wrap {
    font-size: 1.5em;
    bottom: 9%;
  }
}
@media screen and (max-width: 685px) {
  .hero-text-wrap {
    bottom: 17%;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 576px) {
  .hero-text-wrap {
    bottom: 3%;
    font-size: 1em;
  }
}
@media screen and (max-width: 426px) {
  .hero-text-wrap {
    bottom: 0%;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 376px) {
  .hero-text-wrap {
    bottom: 21%;
    font-size: 1.4em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 321px) {
  .hero-text-wrap {
    bottom: 22%;
    font-size: 1.3em;
    line-height: 1.2;
    width: 100%;
  }
}
.hero-sp {
  display: none;
}
@media screen and (max-width: 376px) {
  .hero-sp {
    display: block;
    width: 100%;
    height: 384px;
    background-image: url("../img/herosp_img.png");
    background-size: contain;
    background-position: left top;
    z-index: -1;
    display: block;
    background-repeat: no-repeat;
    margin-top: 88px;
  }
}
@media screen and (max-width: 376px) {
  .hero .small-hidden {
    display: none;
  }
}
.hero .small-only {
  display: none;
}
@media screen and (max-width: 376px) {
  .hero .small-only {
    display: block;
  }
}

/*---------
sec01
---------*/
.sec01 {
  position: relative;
  width: 100%;
  height: 1900px;
  padding-top: 580px;
  padding-bottom: 10%;
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sec01 {
    height: 2000px;
    padding-top: 380px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 290px;
    height: 1600px;
  }
}
@media screen and (max-width: 431px) {
  .sec01 {
    height: 1960px;
  }
}
@media screen and (max-width: 376px) {
  .sec01 {
    height: 1620px;
    overflow: hidden;
    padding-top: 200px;
  }
}
@media screen and (max-width: 321px) {
  .sec01 {
    height: 1680px;
  }
}
.sec01::before {
  content: "";
  position: absolute;
  background-image: url("../img/sec01_bg01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 360px;
  display: block;
  top: -1%;
  transform: scale(1.8);
  margin-left: 13%;
}
@media screen and (max-width: 1024px) {
  .sec01::before {
    transform: scale(1.2);
    top: -4%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec01::before {
    transform: scale(1.2);
    top: -8%;
    left: 7%;
  }
}
@media screen and (max-width: 425px) {
  .sec01::before {
    top: -6%;
  }
}
@media screen and (max-width: 376px) {
  .sec01::before {
    transform: scale(2.9);
    top: -8%;
    padding-right: 10%;
    height: 401px;
  }
}
.sec01::after {
  content: "";
  position: absolute;
  bottom: -2%;
  background-image: url("../img/sec01_bg02.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 360px;
  display: block;
  transform: scale(1.5);
  margin-left: -5%;
}
@media screen and (max-width: 1024px) {
  .sec01::after {
    bottom: -5%;
  }
}
@media screen and (max-width: 768px) {
  .sec01::after {
    transform: scale(1.1);
    bottom: -7%;
    left: 0%;
  }
}
@media screen and (max-width: 431px) {
  .sec01::after {
    bottom: -8%;
  }
}
@media screen and (max-width: 426px) {
  .sec01::after {
    bottom: -7%;
  }
}
@media screen and (max-width: 376px) {
  .sec01::after {
    transform: scale(1.9);
    padding-left: 100%;
    bottom: -6%;
  }
}
.sec01 h2 {
  margin-top: 61px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .sec01 h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .sec01 h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 431px) {
  .sec01 h2 {
    font-size: 1em;
    margin-top: 85px;
  }
}
.sec01-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 376px) {
  .sec01-wrap {
    flex-direction: column;
    gap: 95px;
  }
}
.sec01-text-box {
  width: 45%;
}
@media screen and (max-width: 376px) {
  .sec01-text-box {
    width: 100%;
  }
}
@media screen and (max-width: 431px) {
  .sec01-text-box {
    font-size: 0.7em;
  }
}
.sec01-text-box p {
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .sec01-text-box p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .sec01-text-box p {
    font-size: 20px;
  }
}
@media screen and (max-width: 431px) {
  .sec01-text-box p {
    font-size: 1em;
  }
}
@media screen and (max-width: 376px) {
  .sec01-text-box p {
    font-size: 16px;
  }
}
.sec01-text-box p:first-of-type {
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .sec01-text-box p:first-of-type {
    margin-bottom: 15px;
  }
}
.sec01-img-box {
  width: 50%;
  text-align: end;
  margin-top: -10%;
}
@media screen and (max-width: 1024px) {
  .sec01-img-box {
    margin-top: -15%;
  }
}
@media screen and (max-width: 376px) {
  .sec01-img-box {
    width: 100%;
  }
}

/*---------
sec02
---------*/
.sec02 {
  position: relative;
  width: 100%;
  height: 2280px;
  padding-top: 230px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sec02 {
    height: 2100px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 160px;
    height: 1700px;
  }
}
@media screen and (max-width: 431px) {
  .sec02 {
    height: 2600px;
  }
}
@media screen and (max-width: 376px) {
  .sec02 {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 65px;
    height: 4080px;
    overflow: hidden;
  }
}
@media screen and (max-width: 376px) {
  .sec02 {
    height: 4170px;
  }
}
.sec02 h2 {
  margin-top: 61px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .sec02 h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .sec02 h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 431px) {
  .sec02 h2 {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 376px) {
  .sec02 h2 {
    font-size: 19px;
    margin-top: 71px;
  }
}
@media screen and (max-width: 376px) {
  .sec02-title-wrap p {
    font-size: 16px;
  }
}
.sec02-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 146px;
}
@media screen and (max-width: 1024px) {
  .sec02-wrap {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .sec02-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 376px) {
  .sec02-wrap {
    flex-direction: column;
  }
}
.sec02-text-box {
  width: 40%;
  font-size: 24px;
  margin: 0 48px;
  margin-top: -10%;
}
@media screen and (max-width: 376px) {
  .sec02-text-box {
    width: 100%;
    margin: 0;
  }
}
.sec02-text-box p {
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec02-text-box p {
    font-size: 20px;
  }
}
@media screen and (max-width: 376px) {
  .sec02-text-box p {
    font-size: 16px;
  }
}
.sec02-text-box p:first-of-type {
  margin-bottom: 50px;
}
.sec02-img-box {
  width: 50%;
}
.sec02-img-box img {
  margin-left: -10%;
}
@media screen and (max-width: 376px) {
  .sec02-img-box img {
    margin-left: 0;
  }
}
@media screen and (max-width: 376px) {
  .sec02-img-box {
    width: 100%;
  }
}
.sec02-grid {
  width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 1行に4列のグリッド */
  gap: 42px; /* アイテム間の隙間を指定 */
  counter-reset: item; /* カウンターのリセット */
}
@media screen and (max-width: 431px) {
  .sec02-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 376px) {
  .sec02-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .sec02 .sentence {
    line-height: 1.6;
  }
}
@media screen and (max-width: 431px) {
  .sec02 .sentence {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 376px) {
  .sec02 .sentence {
    font-size: 15px;
  }
}
.sec02 h3 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sec02 h3 {
    font-size: 22px;
    margin-bottom: 7%;
  }
}
.sec02 h3 .large-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sec02 h3 .large-br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec02 h3 {
    font-size: 16px;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 376px) {
  .sec02 h3 {
    font-size: 19px;
  }
}
.sec02 p {
  letter-spacing: 0.01em;
}
.sec02-number-box {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 376px) {
  .sec02-number-box {
    margin-top: 22px;
  }
}
.sec02-number-box::before {
  position: absolute;
  left: 7%;
  top: -15%;
  counter-increment: item; /* カウンターのインクリメント */
  content: counter(item); /* カウンターの表示形式 */
  font-weight: bold; /* 番号を目立たせるためのスタイル */
  font-size: 80px;
  color: #E37BB0;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1024px) {
  .sec02-number-box::before {
    font-size: 60px;
    top: -13%;
  }
}
@media screen and (max-width: 768px) {
  .sec02-number-box::before {
    font-size: 48px;
  }
}
@media screen and (max-width: 376px) {
  .sec02-number-box::before {
    font-size: 70px;
    left: 3%;
    top: -20%;
  }
}
.sec02-number-box p {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sec02-number-box p {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .sec02-number-box p {
    font-size: 15px;
  }
}
@media screen and (max-width: 376px) {
  .sec02-number-box img {
    margin-bottom: 2px;
  }
}
.sec02-point-box {
  display: flex;
  justify-content: space-evenly;
  gap: 74px;
  margin: 155px auto 48px;
}
@media screen and (max-width: 1024px) {
  .sec02-point-box {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .sec02-point-box {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 431px) {
  .sec02-point-box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 376px) {
  .sec02-point-box {
    flex-direction: column;
    align-items: center;
    gap: 165px;
    margin-top: 95px;
  }
}
.sec02 .circle {
  display: flex; /* フレックスボックスにする */
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  text-align: center;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 50px 25px rgb(255, 255, 255), 0 0 100px 50px rgba(255, 255, 255, 0.7);
  display: flex;
}
@media screen and (max-width: 1024px) {
  .sec02 .circle {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 376px) {
  .sec02 .circle {
    width: 270px;
    height: 270px;
  }
}
@media screen and (max-width: 321px) {
  .sec02 .circle {
    width: 190px;
    height: 190px;
  }
}
.sec02 .circle h4 {
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .sec02 .circle h4 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .circle h4 {
    font-size: 15px;
    margin-bottom: 4%;
    line-height: 1.3;
  }
}
@media screen and (max-width: 376px) {
  .sec02 .circle h4 {
    font-size: 19px;
    margin-bottom: 37px;
  }
}
.sec02 .circlespan {
  display: inline-block;
  text-align: center;
}
.sec02 .circle-box p {
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .sec02 .circle-box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .circle-box p {
    font-size: 15px;
  }
}
@media screen and (max-width: 376px) {
  .sec02 .circle-box p {
    width: 68%;
    margin: 0 auto;
  }
}

/*---------
sec03
---------*/
.sec03 {
  position: relative;
  background-color: #fff;
  padding-top: 200px;
  height: 1600px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec03 {
    height: 1150px;
  }
}
@media screen and (max-width: 431px) {
  .sec03 {
    height: 980px;
  }
}
@media screen and (max-width: 1024px) {
  .sec03 {
    height: 1150px;
  }
}
@media screen and (max-width: 376px) {
  .sec03 {
    height: 1200px;
    padding-top: 120px;
    overflow: hidden;
  }
}
@media screen and (max-width: 321px) {
  .sec03 {
    height: 1100px;
  }
}
.sec03::before {
  content: "";
  position: absolute;
  top: -9%;
  background-image: url("../img/sec02_bg03.png");
  background-repeat: no-repeat;
  width: 100vw;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 360px;
  display: block;
  z-index: 5;
  transform: scale(1.3);
  margin-left: -5%;
}
@media screen and (max-width: 1024px) {
  .sec03::before {
    top: -12%;
  }
}
@media screen and (max-width: 768px) {
  .sec03::before {
    height: 200px;
    top: -8%;
  }
}
@media screen and (max-width: 431px) {
  .sec03::before {
    top: -9%;
  }
}
@media screen and (max-width: 376px) {
  .sec03::before {
    top: -9%;
    transform: scale(1.8);
    margin-left: -7%;
  }
}
.sec03::after {
  content: "";
  position: absolute;
  bottom: -5%;
  background-image: url("../img/sec04_bg01.png");
  width: 100vw;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 137px;
  display: block;
  z-index: 5;
  background-repeat: no-repeat;
  transform: scale(1.3);
  margin-left: -5%;
}
@media screen and (max-width: 768px) {
  .sec03::after {
    bottom: -4%;
  }
}
@media screen and (max-width: 431px) {
  .sec03::after {
    bottom: -5%;
  }
}
@media screen and (max-width: 376px) {
  .sec03::after {
    bottom: -6%;
    transform: scale(1.8);
    margin-left: 0%;
  }
}
@media screen and (max-width: 321px) {
  .sec03::after {
    bottom: -6%;
    margin-left: -5%;
    transform: scale(1.2);
  }
}
.sec03 .img-item {
  width: 33.3%;
}
.sec03 .frame {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec03 .frame {
    font-size: 14px;
  }
}
@media screen and (max-width: 376px) {
  .sec03 .frame {
    margin-bottom: -65px;
  }
}
.sec03 .frame-child {
  font-size: 16px;
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .sec03 .frame-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 376px) {
  .sec03 .frame-child {
    margin-top: 86px;
  }
}
.sec03 .title-wrap {
  position: relative;
  z-index: 10;
  left: 0;
  font-weight: 900;
}
@media screen and (max-width: 376px) {
  .sec03 .title-wrap {
    margin-bottom: 107px;
  }
}
.sec03 .title-wrap p {
  font-size: 16px;
  font-family: "Noto Serif SC", serif;
  color: #005864;
  margin-bottom: 73px;
}
@media screen and (max-width: 1024px) {
  .sec03 .title-wrap p {
    font-size: 0.7em;
  }
}
.sec03 .title-wrap p::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco_img.png);
  background-repeat: no-repeat;
  width: 148px;
  height: 158px;
  left: -1%;
  top: -34%;
  z-index: -1;
}
@media screen and (max-width: 431px) {
  .sec03 .title-wrap p::after {
    top: -50%;
  }
}
.sec03 .title-wrap h1 {
  font-size: 30px;
  color: #195861;
}
@media screen and (max-width: 1024px) {
  .sec03 .title-wrap h1 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .title-wrap h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 431px) {
  .sec03 .title-wrap h1 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 376px) {
  .sec03 .title-wrap h1 {
    font-size: 24px;
  }
}
.sec03 .img-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.sec03 .img-grid .item {
  width: 100%;
  text-align: end;
}
.sec03 .img-grid .item a:hover {
  background-color: #fff;
  color: #005864;
  border: 1px solid #005864;
}
.sec03 .img-grid .item a:hover::after {
  border-color: transparent transparent transparent #005864;
  transition: 1s;
}
.sec03 .img-grid .price {
  font-size: 20px;
  margin-top: -27%;
}
@media screen and (max-width: 768px) {
  .sec03 .img-grid .price {
    font-size: 15px;
  }
}
.sec03 .img-grid a {
  max-width: 109px;
  height: 38px;
  padding: 9px 20px 9px 30px;
  color: #fff;
  border-radius: 60px;
  background-color: #005864;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec03 .img-grid a {
    font-size: 15px;
  }
}
@media screen and (max-width: 431px) {
  .sec03 .img-grid a {
    font-size: 0.4em;
  }
}
.sec03 .img-grid a::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #fff;
  transform: translateY(0.1em) scale(0.8);
}
@media screen and (max-width: 376px) {
  .sec03 .img-grid {
    display: none;
  }
}
.sec03 .small-only {
  display: none;
}
@media screen and (max-width: 376px) {
  .sec03 .small-only {
    display: block;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #005864;
  color: #005864;
  filter: drop-shadow(0px 3px 10px #aaaaaa);
}

.slick-prev, .slick-next {
  top: 35%;
}

.slick-prev:before, .slick-next:before {
  font-size: 48px;
}

.slick-prev {
  z-index: 10;
  margin-top: 10%;
}

.prev {
  margin-left: 10%;
  z-index: 10;
}

.slick-next {
  margin-right: 10%;
  margin-top: 10%;
}

.slick-dots {
  display: none !important;
}

.slick-slide {
  text-align: right;
  min-height: 300px; /* 画像の高さを指定 */
}
@media screen and (max-width: 376px) {
  .slick-slide .price {
    margin-right: 8%;
    margin-top: -60px;
  }
}
@media screen and (max-width: 376px) {
  .slick-slide .icon-link {
    margin-right: 8%;
  }
}
.slick-slide a {
  max-width: 109px;
  height: 38px;
  padding: 9px 20px 9px 30px;
  color: #fff;
  border-radius: 60px;
  background-color: #005864;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .slick-slide a {
    font-size: 15px;
  }
}
.slick-slide a::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #fff;
  transform: translateY(0.1em) scale(0.8);
}
.slick-slide img {
  transform: scale(1.2);
  background-repeat: no-repeat;
}

/* Font Awesomeの左矢印アイコン変更？ */
/*---------
sec04
---------*/
.sec04 {
  position: relative;
  padding-top: 163px;
  height: 2470px;
  overflow: hidden;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .sec04 {
    height: 1820px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-top: 110px;
    height: 1320px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 376px) {
  .sec04 {
    padding-top: 90px;
    height: 2430px;
    overflow: hidden;
  }
}
.sec04 .title-wrap {
  position: relative;
  z-index: 10;
  left: 0;
  font-weight: 900;
}
.sec04 .title-wrap p {
  font-size: 16px;
  font-family: "Noto Serif SC", serif;
  color: #005864;
  margin-bottom: 73px;
}
@media screen and (max-width: 1024px) {
  .sec04 .title-wrap p {
    font-size: 0.7em;
  }
}
.sec04 .title-wrap p::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco_img.png);
  background-repeat: no-repeat;
  width: 148px;
  height: 158px;
  left: -1%;
  top: -34%;
  z-index: -1;
}
.sec04 .title-wrap h1 {
  font-size: 30px;
  color: #195861;
}
@media screen and (max-width: 1024px) {
  .sec04 .title-wrap h1 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .title-wrap h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 431px) {
  .sec04 .title-wrap h1 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 376px) {
  .sec04 .title-wrap h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 376px) {
  .sec04 .container {
    margin-bottom: 153px;
  }
}
.sec04 .container .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* 追加：画像の上端を揃える */
}
@media screen and (max-width: 376px) {
  .sec04 .container .content-wrap {
    flex-direction: column;
    gap: 58px;
  }
}
.sec04 .container .box {
  text-align: center;
  width: 47%;
  display: flex; /* 追加：フレックスコンテナとして設定 */
  flex-direction: column; /* 追加：縦方向に要素を並べる */
}
@media screen and (max-width: 376px) {
  .sec04 .container .box {
    width: 100%;
  }
}
.sec04 .container .box .title {
  font-size: 29px;
  color: #005864;
  font-weight: bold;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sec04 .container .box .title {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .container .box .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 431px) {
  .sec04 .container .box .title {
    font-size: 0.8em;
  }
}
.sec04 .container .box .title.align-target {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .sec04 .container .box .title.align-target {
    margin-top: 40px;
  }
}
@media screen and (max-width: 431px) {
  .sec04 .container .box .title.align-target {
    margin-top: 35px;
  }
}
.sec04 .container .box img {
  margin-bottom: 40px;
  width: 100%;
}
.sec04 .container .box p {
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec04 .container .box p {
    font-size: 15px;
  }
}
.sec04 .explanation {
  width: 100%;
  height: auto;
  margin-top: 254px;
  margin-bottom: 168px;
}
@media screen and (max-width: 1024px) {
  .sec04 .explanation {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .explanation {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 376px) {
  .sec04 .explanation {
    transform: scale(2);
    display: none;
  }
}
.sec04 .explanation img {
  width: 100%; /* 画像をボックスの幅いっぱいにする */
  height: auto; /* 縦横比を保つ */
  display: block; /* 画像の下の余白を取り除く */
}
@media screen and (max-width: 376px) {
  .sec04 .explanation .small-hidden {
    display: none;
  }
}
.sec04 .explanation .small-only {
  display: none;
}
@media screen and (max-width: 376px) {
  .sec04 .explanation .small-only {
    display: block;
  }
}
.sec04 .explanation-sp {
  width: 100%;
  height: auto;
  margin-top: 254px;
  margin-bottom: 168px;
}
@media screen and (max-width: 768px) {
  .sec04 .explanation-sp {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 376px) {
  .sec04 .explanation-sp {
    transform: scale(2);
  }
}
.sec04 .explanation-sp img {
  width: 100%; /* 画像をボックスの幅いっぱいにする */
  height: auto; /* 縦横比を保つ */
  display: block; /* 画像の下の余白を取り除く */
}
@media screen and (max-width: 376px) {
  .sec04 .explanation-sp .small-hidden {
    display: none;
  }
}
.sec04 .explanation-sp .small-only {
  display: none;
}
@media screen and (max-width: 376px) {
  .sec04 .explanation-sp .small-only {
    display: block;
  }
}
.sec04 .small-only {
  display: none;
}
@media screen and (max-width: 376px) {
  .sec04 .small-only {
    display: block;
  }
}

/*---------
sec05
---------*/
.sec05 {
  position: relative;
  width: 100%;
  height: 383px;
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sec05::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/sec05_img01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec05 a {
  width: 486px;
  height: 108px;
  padding: 10px 20px 11px 30px;
  color: #005864;
  border-radius: 60px;
  font-size: 30px;
  border: 1px solid #005864;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec05 a {
    font-size: 25px;
    width: 390px;
    height: 95px;
  }
}
@media screen and (max-width: 376px) {
  .sec05 a {
    font-size: 23px;
    width: 336px;
    height: 83px;
  }
}
@media screen and (max-width: 321px) {
  .sec05 a {
    width: 290px;
  }
}
.sec05 a::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #005864;
  transform: translateY(0.1em) scale(0.8);
}

/*---------
sec06
---------*/
.sec06 {
  position: relative;
  background-color: #fff;
  padding-top: 94px;
  gap: 90px 0;
  overflow: hidden;
  height: auto;
  padding-bottom: 12%;
}
@media screen and (max-width: 431px) {
  .sec06 {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 376px) {
  .sec06 {
    height: 760px;
  }
}
.sec06::after {
  content: "";
  position: absolute;
  bottom: -1%;
  background-image: url("../img/sec06_bg01.svg");
  width: 100vw;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 137px;
  display: block;
  z-index: 5;
  background-repeat: no-repeat;
  transform: scale(1.3);
  margin-left: -5%;
}
@media screen and (max-width: 1024px) {
  .sec06::after {
    bottom: -1%;
  }
}
@media screen and (max-width: 768px) {
  .sec06::after {
    bottom: -1%;
  }
}
@media screen and (max-width: 431px) {
  .sec06::after {
    bottom: -2%;
  }
}
@media screen and (max-width: 376px) {
  .sec06::after {
    transform: scale(1.8);
    bottom: -7%;
  }
}
.sec06 .title-wrap {
  position: relative;
  z-index: 10;
  left: 0;
  font-weight: 900;
}
.sec06 .title-wrap p {
  font-size: 16px;
  font-family: "Noto Serif SC", serif;
  color: #005864;
  margin-bottom: 73px;
}
@media screen and (max-width: 376px) {
  .sec06 .title-wrap p {
    margin-bottom: 85px;
  }
}
.sec06 .title-wrap p::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco_img.png);
  background-repeat: no-repeat;
  width: 148px;
  height: 158px;
  left: -1%;
  top: -34%;
  z-index: -1;
}
.sec06 .title-wrap h1 {
  font-size: 30px;
  color: #195861;
}
@media screen and (max-width: 768px) {
  .sec06 .title-wrap h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 431px) {
  .sec06 .title-wrap h1 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 376px) {
  .sec06 .title-wrap h1 {
    font-size: 24px;
  }
}
.sec06 .review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: flex-start;
  gap: 90px 0;
}
@media screen and (max-width: 768px) {
  .sec06 .review-grid {
    gap: 50px 0;
  }
}
@media screen and (max-width: 376px) {
  .sec06 .review-grid {
    display: none;
  }
}
.sec06 .content-wrap {
  width: 93%;
  height: auto;
  text-align: center;
  background-color: #F1FBFC;
  border-radius: 30px;
  padding: 49px 49px 53px;
}
@media screen and (max-width: 1024px) {
  .sec06 .content-wrap {
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 431px) {
  .sec06 .content-wrap {
    margin: 0;
    padding: 8% 8%;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .content-wrap {
    font-size: 17px;
  }
}
.sec06 .content-wrap img {
  width: 50%;
}
.sec06 .content-wrap .title {
  color: #005864;
  margin-bottom: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sec06 .content-wrap .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 431px) {
  .sec06 .content-wrap .title {
    font-size: 0.9em;
  }
}
.sec06 .content-wrap .name {
  font-size: 25px;
  margin-bottom: 21px;
}
@media screen and (max-width: 431px) {
  .sec06 .content-wrap .name {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .content-wrap .name {
    font-size: 16px;
  }
}
.sec06 .content-wrap .rank {
  margin-bottom: 33px;
}
@media screen and (max-width: 431px) {
  .sec06 .content-wrap .rank {
    margin-bottom: 5%;
  }
}
.sec06 .content-wrap .comment {
  text-align: left;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 431px) {
  .sec06 .content-wrap .comment {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 376px) {
  .sec06 .slider .item {
    background-color: #F1FBFC;
    border-radius: 30px;
  }
}
@media screen and (max-width: 376px) and (max-width: 321px) {
  .sec06 .slider .item {
    border-radius: 20px;
  }
}
@media screen and (max-width: 376px) {
  .sec06 .slick-slide img {
    transform: scale(0.8);
    background-repeat: no-repeat;
  }
  .sec06 .name {
    text-align: center;
    font-size: 18px;
    margin-top: -5%;
  }
  .sec06 .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 2%;
    padding-bottom: 3%;
  }
}
.sec06 .small-only {
  display: none;
}
@media screen and (max-width: 376px) {
  .sec06 .small-only {
    display: block;
  }
}

.modal1 {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4); /* 背景を半透明に */
  z-index: 1000;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px; /* モーダルの最大幅 */
  font-size: 15px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal2 {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4); /* 背景を半透明に */
  z-index: 1000;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px; /* モーダルの最大幅 */
  font-size: 15px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal3 {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4); /* 背景を半透明に */
  z-index: 1000;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px; /* モーダルの最大幅 */
  font-size: 15px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal4 {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4); /* 背景を半透明に */
  z-index: 1000;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px; /* モーダルの最大幅 */
  font-size: 15px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*---------
sec07
---------*/
.sec07 {
  position: relative;
  height: 1100px;
  padding-top: 94px;
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .sec07 {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .sec07 {
    height: 680px;
  }
}
@media screen and (max-width: 431px) {
  .sec07 {
    height: 1130px;
  }
}
@media screen and (max-width: 376px) {
  .sec07 {
    padding-top: 25px;
    overflow: hidden;
    padding-top: 100px;
  }
}
@media screen and (max-width: 376px) {
  .sec07 {
    height: 600px;
  }
}
.sec07 .title-wrap {
  position: relative;
  z-index: 10;
  left: 0;
  font-weight: 900;
}
.sec07 .title-wrap p {
  font-size: 16px;
  font-family: "Noto Serif SC", serif;
  color: #005864;
  margin-bottom: 73px;
}
@media screen and (max-width: 1024px) {
  .sec07 .title-wrap p {
    font-size: 0.7em;
  }
}
.sec07 .title-wrap p::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco_img.png);
  background-repeat: no-repeat;
  width: 148px;
  height: 158px;
  left: -1%;
  top: -34%;
  z-index: -1;
}
.sec07 .title-wrap h1 {
  font-size: 30px;
  color: #195861;
}
@media screen and (max-width: 1024px) {
  .sec07 .title-wrap h1 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .sec07 .title-wrap h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 431px) {
  .sec07 .title-wrap h1 {
    font-size: 1.1em;
  }
}
.sec07 .img-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
}
@media screen and (max-width: 431px) {
  .sec07 .img-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.sec07 .img-grid a:hover {
  opacity: 0.7;
}
.sec07 .img-grid .item {
  width: 100%;
  height: 100%;
}
.sec07 .img-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像をコンテナにフィットさせる */
}
.sec07 .img-grid .instagram {
  background-color: #005864;
}
@media screen and (max-width: 376px) {
  .sec07 .small-hidden {
    display: none;
  }
}
.sec07 .small-only {
  display: none;
}
@media screen and (max-width: 376px) {
  .sec07 .small-only {
    display: block;
  }
}
.sec07 .slick-slide img {
  transform: scale(0.9);
  margin-left: 4%;
}

/*---------
sec08
---------*/
.sec08 {
  position: relative;
  width: 100%;
  height: 383px;
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sec08::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/sec08_img01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec08 a {
  width: 486px;
  height: 108px;
  padding: 10px 20px 11px 30px;
  color: #005864;
  border-radius: 60px;
  font-size: 30px;
  border: 1px solid #005864;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec08 a {
    font-size: 25px;
    width: 390px;
    height: 95px;
  }
}
@media screen and (max-width: 376px) {
  .sec08 a {
    font-size: 23px;
    width: 336px;
    height: 83px;
  }
}
@media screen and (max-width: 321px) {
  .sec08 a {
    width: 290px;
  }
}
.sec08 a::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #005864;
  transform: translateY(0.1em) scale(0.8);
}

/*---------
sec09
---------*/
.sec09 {
  position: relative;
  height: 4080px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec09 {
    height: 2740px;
  }
}
@media screen and (max-width: 376px) {
  .sec09 {
    height: 3700px;
  }
}
.sec09 .title-box {
  display: flex;
  justify-content: center; /* 水平にセンタリング */
  align-items: center; /* 垂直にセンタリング */
  padding-top: 179px;
}
@media screen and (max-width: 768px) {
  .sec09 .title-box {
    padding-top: 90px;
  }
}
.sec09 .title-wrap {
  position: relative;
  z-index: 10;
  left: 0;
  font-weight: 900;
}
.sec09 .title-wrap p {
  font-size: 16px;
  font-family: "Noto Serif SC", serif;
  color: #005864;
  margin-bottom: 58px;
}
@media screen and (max-width: 1024px) {
  .sec09 .title-wrap p {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  .sec09 .title-wrap p {
    margin-bottom: 35px;
  }
}
.sec09 .title-wrap p::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco_img.png);
  background-repeat: no-repeat;
  width: 148px;
  height: 158px;
  left: -10%;
  top: -27%;
  z-index: -1;
}
.sec09 .title-wrap h1 {
  font-size: 30px;
  color: #195861;
}
@media screen and (max-width: 1024px) {
  .sec09 .title-wrap h1 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .sec09 .title-wrap h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 431px) {
  .sec09 .title-wrap h1 {
    font-size: 1.1em;
  }
}
.sec09 .content-wrap {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 55px;
  /* 1番目の dl 要素の画像 */
  /* 2番目の dl 要素の画像 */
  /* 3番目の dl 要素の画像 */
  /* 4番目の dl 要素の画像 */
  /* 5番目の dl 要素の画像 */
}
.sec09 .content-wrap dl {
  position: relative;
}
.sec09 .content-wrap dl:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background-image: url(../img/sec09_img01.png);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005864;
}
.sec09 .content-wrap dt {
  font-weight: bold;
  font-size: 29px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #005864;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .sec09 .content-wrap dt {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.sec09 .content-wrap dd {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sec09 .content-wrap dd {
    font-size: 17px;
  }
}
.sec09 .content-wrap .answer {
  padding-bottom: 49px;
}
@media screen and (max-width: 321px) {
  .sec09 .content-wrap .answer {
    padding-bottom: 0px;
  }
}
.sec09 .content-wrap .answer::before {
  content: "";
  position: absolute;
  background-image: url(../img/sec09_img02.png);
  top: calc(50% - 135px);
  left: -20%;
  width: 135px;
  height: 135px;
  background-repeat: no-repeat;
}
.sec09 .content-wrap dl:nth-of-type(1) .answer::before {
  width: 135px;
  height: 135px;
  left: -20%;
  background-image: url(../img/sec09_img02.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .sec09 .content-wrap dl:nth-of-type(1) .answer::before {
    left: -5%;
    top: -40%;
  }
}
@media screen and (max-width: 768px) {
  .sec09 .content-wrap dl:nth-of-type(1) .answer::before {
    left: -5%;
    top: -40%;
  }
}
@media screen and (max-width: 570px) {
  .sec09 .content-wrap dl:nth-of-type(1) .answer::before {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .sec09 .content-wrap dl:nth-of-type(1) .answer::before {
    display: none;
  }
}
.sec09 .content-wrap dl:nth-of-type(2) .answer::before {
  left: auto;
  width: 155px;
  height: 155px;
  right: -20%;
  background-image: url(../img/sec09_img03.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .sec09 .content-wrap dl:nth-of-type(2) .answer::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec09 .content-wrap dl:nth-of-type(2) .answer::before {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .sec09 .content-wrap dl:nth-of-type(2) .answer::before {
    display: none;
  }
}
.sec09 .content-wrap dl:nth-of-type(3) .answer::before {
  left: -20%;
  width: 155px;
  height: 155px;
  background-image: url(../img/sec09_img04.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .sec09 .content-wrap dl:nth-of-type(3) .answer::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec09 .content-wrap dl:nth-of-type(3) .answer::before {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .sec09 .content-wrap dl:nth-of-type(3) .answer::before {
    display: none;
  }
}
.sec09 .content-wrap dl:nth-of-type(4) .answer::before {
  left: auto;
  width: 155px;
  height: 135px;
  right: -20%;
  background-image: url(../img/sec09_img05.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .sec09 .content-wrap dl:nth-of-type(4) .answer::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec09 .content-wrap dl:nth-of-type(4) .answer::before {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .sec09 .content-wrap dl:nth-of-type(4) .answer::before {
    display: none;
  }
}
.sec09 .content-wrap dl:nth-of-type(5) .answer::before {
  left: -20%;
  width: 155px;
  height: 155px;
  background-image: url(../img/sec09_img06.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .sec09 .content-wrap dl:nth-of-type(5) .answer::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec09 .content-wrap dl:nth-of-type(5) .answer::before {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .sec09 .content-wrap dl:nth-of-type(5) .answer::before {
    display: none;
  }
}
.sec09 .answer.last::after {
  content: "";
  position: absolute;
  right: -20%;
  width: 155px;
  height: 135px;
  display: block;
  color: #007bff;
  font-size: 14px;
  margin-top: 10px;
  background-image: url(../img/sec09_img07.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .sec09 .answer.last::after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec09 .answer.last::after {
    right: 0;
  }
}
@media screen and (max-width: 376px) {
  .sec09 .answer.last::after {
    display: none;
  }
}

/*---------
sec10
---------*/
.sec10 {
  position: relative;
  height: 3600px;
  padding-top: 94px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sec10 {
    height: 3400px;
  }
}
@media screen and (max-width: 768px) {
  .sec10 {
    height: 2580px;
  }
}
@media screen and (max-width: 376px) {
  .sec10 {
    height: 3800px;
  }
}
@media screen and (max-width: 431px) {
  .sec10 {
    height: 3400px;
  }
}
@media screen and (max-width: 321px) {
  .sec10 {
    height: 4320px;
  }
}
.sec10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%; /* 中央に配置 */
  background-image: url("../img/sec10_img01.png");
  width: 100vw; /* ビューポート幅いっぱい */
  height: 137px;
  background-position: center center; /* 背景画像の位置を中央に設定 */
  background-repeat: no-repeat;
  display: block;
  z-index: 5;
  transform: translateX(-50%); /* 中央に合わせる */
  background-size: 90% auto; /* 画像のサイズを90%に縮小 */
}
.sec10 .title-box {
  display: flex;
  justify-content: center; /* 水平にセンタリング */
  align-items: center; /* 垂直にセンタリング */
  padding-top: 148px;
}
.sec10 .title-wrap {
  position: relative;
  z-index: 10;
  left: 0;
  font-weight: 900;
}
.sec10 .title-wrap p {
  font-size: 16px;
  font-family: "Noto Serif SC", serif;
  color: #005864;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .sec10 .title-wrap p {
    font-size: 0.7em;
  }
}
.sec10 .title-wrap p::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco_img.png);
  background-repeat: no-repeat;
  width: 148px;
  height: 158px;
  left: -10%;
  top: -27%;
  z-index: -1;
}
.sec10 .title-wrap h1 {
  font-size: 30px;
  color: #195861;
}
@media screen and (max-width: 1024px) {
  .sec10 .title-wrap h1 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .sec10 .title-wrap h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 431px) {
  .sec10 .title-wrap h1 {
    font-size: 1.1em;
  }
}
.sec10 .content-wrap {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 55px;
}
.sec10 .content-wrap h3 {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .sec10 .content-wrap h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.sec10 .content-wrap p {
  letter-spacing: 0.04em;
  margin-bottom: 6%;
}
@media screen and (max-width: 768px) {
  .sec10 .content-wrap p {
    font-size: 17px;
  }
}
.sec10 .content-wrap .text {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .sec10 .content-wrap .text {
    font-size: 18px;
  }
}
.sec10 .content-wrap ul {
  margin-bottom: 46px;
}
.sec10 .content-wrap li {
  list-style-type: decimal;
  letter-spacing: 0.06em;
  margin-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .sec10 .content-wrap li {
    font-size: 17px;
  }
}
.sec10 h4 {
  font-size: 26px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .sec10 h4 {
    font-size: 18px;
  }
}

/*---------
sec11
---------*/
.sec11 {
  position: relative;
  width: 100%;
  height: 383px;
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec11::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/sec11_img01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec11 a {
  width: 486px;
  height: 108px;
  padding: 10px 20px 11px 30px;
  color: #005864;
  border-radius: 60px;
  font-size: 30px;
  border: 1px solid #005864;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec11 a {
    font-size: 25px;
    width: 390px;
    height: 95px;
  }
}
@media screen and (max-width: 376px) {
  .sec11 a {
    font-size: 23px;
    width: 336px;
    height: 83px;
  }
}
@media screen and (max-width: 321px) {
  .sec11 a {
    width: 290px;
  }
}
.sec11 a::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #005864;
  transform: translateY(0.1em) scale(0.8);
}

.scroll-hint-wrapper {
  display: flex;
  max-width: 100%; /* 横幅をデバイス幅に合わせる */
  overflow-x: auto; /* 横スクロールを許可する */
}

.scroll-hint-item {
  width: auto; /* 横幅を自動調整 */
  height: auto; /* 縦横比を保つ */
  -o-object-fit: contain;
     object-fit: contain; /* 画像の縦横比を維持 */
}

.js-scrollable {
  overflow-x: auto; /* 横スクロールを有効にする */
  white-space: nowrap; /* 子要素を横に並べる */
}

@keyframes scrollAnimation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.scroll-hint-icon {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 155px;
  height: 125px;
  animation: scrollAnimation 1s ease-in-out infinite;
  position: absolute; /* 絶対位置に変更 */
  bottom: 10px; /* 下からの位置を調整 */
  left: 50%; /* 中央に配置 */
  transform: translateX(-50%); /* 中央に配置 */
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
a {
  text-decoration: none;
}

.footer {
  background-color: #005864;
  color: #fff;
  font-size: 14px;
  padding: 0 58px;
}
@media screen and (max-width: 376px) {
  .footer {
    padding: 0 20px;
  }
}
.footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 376px) {
  .footer-box {
    flex-direction: column;
  }
  .footer-box p {
    text-align: center;
    font-size: 8px;
  }
}

.footer-list {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
@media screen and (max-width: 768px) {
  .footer-list {
    width: 30%;
  }
}
@media screen and (max-width: 376px) {
  .footer-list {
    width: 70%;
    margin-bottom: 10px;
  }
}
.footer-list a:not(:last-of-type) {
  margin-right: 15px;
}

.footer-box p {
  margin: 0 auto;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .footer-box p {
    font-size: 10px;
  }
}
@media screen and (max-width: 376px) {
  .footer-box p {
    padding-right: 0;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: fixed;
  height: 88px;
  z-index: 30;
}
.header-logo {
  width: 12%;
}
@media screen and (max-width: 1301px) {
  .header-logo {
    width: 8%;
  }
}
@media screen and (max-width: 1040px) {
  .header-logo {
    width: 7%;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 13%;
  }
}
@media screen and (max-width: 426px) {
  .header-logo {
    width: 18%;
  }
}
@media screen and (max-width: 426px) {
  .header-logo {
    width: 22%;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-logo img {
    width: 100%;
  }
}
@media screen and (max-width: 376px) {
  .header-logo img {
    width: 100%;
  }
}
.header-nav {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-nav-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #CAE9ED;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    transform: translateY(-20px); /* 初期状態では少し上に位置 */
    transition: opacity 0.5s ease, transform 0.5s ease; /* トランジション設定 */
  }
}
.header-list {
  display: flex;
  justify-content: flex-end;
  font-size: 0.9em;
}
.header-list li {
  font-size: 0.6em;
}
@media screen and (max-width: 1024px) {
  .header-list li {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .header-list li {
    border-bottom: 1px solid #005864;
  }
}
.header-list li:not(:last-of-type) {
  margin-right: 23px;
}
.header-list li a {
  color: #3B3B3B;
}

@media screen and (max-width: 1024px) {
  .header-list {
    font-size: 0.56em;
  }
}
.header-list li a:hover {
  color: #005864;
}
@media screen and (max-width: 768px) {
  .header-list-sp {
    z-index: 200;
    text-align: center;
  }
  .header-list-sp a {
    color: #3B3B3B;
    border-bottom: 2px solid #005864;
    padding-bottom: 9px;
  }
  .header-list-sp a:hover {
    color: #005864;
  }
  .header-list-sp li {
    margin-bottom: 20px;
  }
}

.header-nav-sp {
  display: none; /* 初期状態は非表示 */
}
.header-nav-sp.open {
  display: block; /* .open クラスが追加されたときに表示 */
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px; /* 必要に応じて調整 */
    height: 30px; /* 必要に応じて調整 */
    position: relative; /* span の絶対位置を基準にするため */
  }
  .hamburger span {
    display: block;
    width: 30px; /* 必要に応じて調整 */
    height: 3px; /* 必要に応じて調整 */
    background-color: #000; /* 必要に応じて調整 */
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: relative; /* .hamburger の中での位置 */
  }
  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    transform-origin: center;
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    transform-origin: center;
  }
}

.header-nav-sp {
  position: absolute; /* 重ねて表示 */
  top: 88px;
  left: 0;
  background-color: #CAE9ED;
  display: none;
  opacity: 0;
  transition: opacity 1s, display 1s;
  transition: opacity 1s, display 1s;
  transition-behavior: allow-discrete;
}
@supports (transition-behavior: allow-discrete) {
  .header-nav-sp {
    transition-behavior: allow-discrete;
  }
}
.header-nav-sp.open {
  padding-top: 12%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */</pre></body></html>