body {
  font-family: "Noto Serif JP", serif;
  padding-bottom: 25vw;
	font-weight: 600;
}

h2 {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
.sans {
  font-family: "Noto Sans JP", sans-serif;
}

/* 共通クラス */

.inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

/* fv */

.fv {
  background: #f8fcfc;
}

.fv-inner {
  width: 100%;
  margin: 0 auto;
}

.fv-img {
  width: 100%;
}

.fv-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.section01 {
  background: #1c2d64;
  padding: 25px 30px;
}

.section01-txt {
  text-align: center;
  color: #fff;
  position: relative;
}

.section01-txt::before,
.section01-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  transform: rotate(30deg);
  transform-origin: center;
}
.section01-txt::before {
  left: 55px;
  transform: rotate(75deg);
}

.section01-txt::after {
  right: 55px;
  transform: rotate(-75deg); /* 右の／ */
}

.section01-title {
  text-align: center;
  color: #1c2d64;
  font-size: 19px;
  position: relative;
  z-index: 1;
  font-family: "Noto sans JP";
  line-height: 1.3;
  padding: 10px 0;
  margin-bottom: 15px;
	font-weight: 700;
}

.section01-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: skewX(-18deg);
  z-index: -1;
}

.section01-box-txt {
  text-align: center;
  background: #fff;
  font-family: "Noto sans JP";
  font-weight: 800;
}

.section01-pic {
  font-size: 26px;
}

.section01-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.section01-box-img {
  width: 100%;
}

.logo-img {
  width: 220px;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}

/* section02 */

.section02 {
  background: #222222;
  padding: 30px 60px;
}

.section02-title {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-family: "Noto sans JP";
  letter-spacing: 1.5px;
  margin-bottom: 13px;
	line-height: 1.3;
}

.pictxt {
  font-size: 45px;
  color: #fffc2f;
  font-weight: 600;
}

.section02-img {
  margin: 0 auto;
  display: block;
}

/* section03 */

.section03 {
  background-image: url(../img/03-13.png);
  background-size: cover;
  background-position: center center;
  padding: 60px 20px;
}

.section03-en {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP";
  letter-spacing: 1.3px;
  font-weight: 600;
}

.section03-item {
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.section03-item::before {
  content: ""; /* 空でOK */
  display: block; /* サイズを持たせる時に必要 */
  width: 20px; /* 必須：画像見せたいサイズ */
  height: 18px; /* 必須 */
  background-image: url("../img/03-14.png");
  background-size: cover;
  background-position: center;
}

.section03-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}

/* section04 */

.section04 {
  background-image: url(../img/04-01.png);
  background-size: cover;
  background-position: center center;
  padding: 40px 20px;
min-height: 780px;
  position: relative;
}

.section04-sub-txt {
  text-align: center;
  background: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}

.section04-sub-txt::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 90%; /* タイトルの下端からスタート */
  width: 1px;
  height: 40px; /* 線の長さ */
  background: #000;
}

.section04-title {
  text-align: center;
  margin-top: 45px;
  font-size: 35px;
  font-family: "Noto Sans JP";
  line-height: 1;
}

.section04-pic {
  font-size: 20px;
}

.section04-box {
  text-align: center;
  background: #1c2d64;
  padding:  5px;
  position: absolute;
  bottom: 30px;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section04-box-txt {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;

  justify-content: center;
}

.section04-box-txt::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  left: 30px;
}

.section04-box-txt::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  right: 30px;
}

.section04-box-item {
    font-size: 60px;
    color: #fffc2f;
    font-family: "Noto Sans JP";
    font-weight: 700;
}

.section04-pic02 {
  position: relative;
  top: 5px;
  font-size: 30px;
  writing-mode: vertical-rl;
}

/* section05 */

.section05 {
  padding: 30px 20px;
}

.section05-title {
  text-align: center;
  border-bottom: solid 1px;
  padding-bottom: 8px;
}

.section05-txtbox {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
	align-items: center;
}

.section05-item {
  font-size: 36px;
  font-family: "Noto Sans JP";
  line-height: 1.3;
  margin-right: 5px;
  font-weight: 800;
}

.section05-itembox {
  display: flex;
  align-items: center;
  gap: 5px;
  gap: 6px;
}

.section05-list {
  background: #1c2d64;
  color: #fff;
  padding: 0 15px 2px;
  font-size: 70px;
  font-family: "Noto Sans JP";
  font-weight: 800;
}

.section05-img {
  width: 100%;
}

.section05-imgbox {
  display: flex;
  flex-direction: column;
  background: #1c2d64;
  padding: 20px;
  gap: 15px;
  align-items: center;
}

.section05-img02 {
  width: 15%;
}

/* section06 */

.section06 {
  padding: 20px;
  background-color: #f6fafe;
}

.section06-en {
  text-align: center;
  color: #1c2d64;
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.section06-en::before {
  position: absolute;
  content: "";
  flex: 1;
  border-top: 1px solid #1c2d64;
  width: 90px;
  height: 4px;
  align-items: center;
  display: flex;
  left: 0px;
  top: 11px;
}

.section06-en::after {
  position: absolute;
  content: "";
  flex: 1;
  border-top: 1px solid #1c2d64;
  width: 90px;
  height: 4px;
  align-items: center;
  display: flex;
  right: 0px;
  top: 11px;
}

.section06-title {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  color: #1c2d64;
}

.en-titile-06{
	    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}

.section06-suben {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
  font-family: "Noto Sans JP";
  color: #1c2d64;
}

.section06-box-txt {
  text-align: center;
  background: #1c2d64;
  padding: 15px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP";

  margin-top: 5px;
  margin-bottom: 20px;
}

.section06-img {
  width: 100%;
}

.section06-contents {
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP";
  border-bottom: solid 1px #1c2d64;
  padding-bottom: 5px;
  color: #1c2d64;
  font-weight: 500;
  margin-top: 12px;
}

.section06-contents-txt {
  font-size: 13px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  letter-spacing: 2px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.section06-list {
  width: 100%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.section06-img-box {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
  margin-bottom: 50px;
}

.section06-sub-title {
  text-align: center;
  font-family: "Noto Sans JP";
  background: #1c2d64;
  color: #fff;
  padding: 15px;
  font-weight: 500;
}

.section06-pic-txt {
  font-size: 10px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-top: 20px;
  position: relative;
  margin-bottom: 10px;
}

.section06-pic-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #000;
  transform: rotate(80deg);
  transform-origin: center;
  left: 14px;
}

.section06-pic-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #000;
  transform: rotate(-80deg);
  transform-origin: center;
  right: 14px;
}

/* section07 */

.section07 {
  padding: 20px;
  background-color: #1c2d64;
}

.slider-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.simple-slider {
  position: relative;
  max-width: 700px;
  margin: 20px auto 30px;
  padding: 0 30px;
  background: #1c2d64;
  box-sizing: border-box;
}

.slider-img.is-active {
  opacity: 1;
}

/* 左右ボタン */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.slider-frame {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 5;
}

.sub-titile {
  text-align: center;
}

.sub-titile {
  font-size: 15px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-bottom: 5px;
  color: #1c2d64;
}

.sub-txt {
  font-size: 10px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #1c2d64;
}

.slider-frame-txt {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}

.slider-frame-txt::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #fff;
}

.slider-contents {
  width: 100%;
}

/* 左右位置 */
.slider-btn-prev {
  left: -5px;
}

.slider-btn-next {
  right: -5px;
}

.section07-title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-family: "Noto Sans JP";
  margin-top: 20px;
}

.section07-txt {
  margin-top: 40px;
  text-align: center;
  background: #fff;
  padding: 5px;
  font-family: "Noto Sans JP";
  font-weight: 600;
  color: #1c2d64;
  font-size: 15px;
}

.section07-subtxt {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  font-family: "Noto Sans JP";
}

.border {
  border: 0.5px solid #fff;
  margin: 30px 0;
}

.section07-txt02 {
  margin-top: 50px;
  text-align: center;
  background: #fff;
  padding: 5px;
  font-family: "Noto Sans JP";
  font-weight: 600;
  color: #1c2d64;
  font-size: 15px;
}

/* section08 */

.section08 {
  padding: 20px;
  background-color: #f6fafe;
}

.section08-img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.section08-titile {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans JP";
  color: #1c2d64;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.section08-titile::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: rgba(28, 45, 100, 0.1);
  z-index: -1;
}

.section08-imgbox {
  margin-top: 30px;
}

.section08-01 {
  width: 80%;
  position: relative;
}

.section08-contents-box {
  background: #fff;
  padding: 20px;
}

.section08-txt-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.section08-txt {
  font-size: 17px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.section08-no {
  font-size: 50px;
  color: #1c2d64;
  font-style: italic;
}

.section08-subtxt {
  font-size: 12px;
  margin-top: 13px;
  font-family: "Noto Sans JP";
  line-height: 1.7;
}

.section08-contents {
  margin-bottom: 20px;
}

.section08-01 {
  width: 80%;
  position: relative;
  top: 20px;
  z-index: 1;
}

.section08-contents-box {
  background: #fff;
  padding: 20px;
  width: 100%;
  position: relative;
}

.section08-02 {
  width: 80%;
  position: relative;
  top: 20px;
  z-index: 1;
  left: 70px;
}

.section08-contents-box02 {
  background: #fff;
  padding: 20px;
  width: 100%;
  position: relative;
}

.ctn-btn {
  width: 100%;
}

.section08-002 {
  background-image: url(../img/08-002.png);
  background-size: cover;
  background-position: center center;
  padding: 40px 20px;
  min-height: 60px;
  position: relative;
}

.titile-box-08-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section08-002-txt {
  color: #fff;
  font-weight: 800;
  margin: 30px 0;
  font-family: "Noto Sans JP";
  font-size: 19px;
  text-align: center;
}

.section08-02-titile {
  color: #fcc802;
  text-align: center;
  font-size: 18px;
}

.youtube-img {
  width: 100%;
  margin-bottom: 30px;
}

.youtube-img02 {
  width: 100%;
  margin-bottom: 0px;
}

.titile-box-img {
  width: 10%;
}

/* section09 */

.section-09 {
  padding: 20px;
  background-color: #f6fafe;
}

.secition06-titile {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}

.en-titile-09 {
  text-align: center;
  font-size: 15px;
}

.menu-list {
  background: #fff;
  border: solid 1px #1c2d64;
  padding: 18px 20px;
}

.menu-titile {
  text-align: center;
  border-bottom: solid 0.5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.menu-txt {
  text-align: center;
  background: #1c2d64;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  margin-top: 17px;
}

.menu-contents {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  position: relative;
}

.menu-contents::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(164, 162, 197, 0.3);
}

.menu-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section-07 {
  padding: 30px 30px;
  background: #1c2d64;
}

/* Q＆Aボタン */

.section-10 {
  padding: 20px;
  background-color: #f6fafe;
}

.QA-title {
  padding: 15px 0;
}

.Q-list {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
  background: #f9f7f2;
  padding: 15px 50px;
  font-size: 15px;
}

.Q-list::before {
  pointer-events: none;
  content: "Q";
  position: absolute;
  top: 13px;
  left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #d4c9c5;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}

.Q-list::after {
  content: "▸"; /* 矢印 */
  position: absolute;
  right: 15px;
  transition: transform 0.6s;
}

.Q-list-02 {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
  background: #f9f7f2;
  padding: 15px 50px;
  font-size: 15px;
}

.Q-list-02::before {
  pointer-events: none;
  content: "Q";
  position: absolute;
  top: 22px;
  left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #d4c9c5;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}

.Q-list-02::after {
  content: "▸"; /* 矢印 */
  position: absolute;
  right: 15px;
  transition: transform 0.6s;
  transform: translateY(-50%);
}

.QA-title.open .Q-list::after {
  transform: rotate(90deg);
}

.A-list {
  /* ▼変更済み：フェード＆スライド用 */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  line-height: 1.8;
  transition: all 0.6s ease;
  padding: 0 15px;
}

.QA-title.open .A-list {
  /* ▼変更済み：表示時アニメーション */
  max-height: 500px; /* 回答文より十分大きく */
  opacity: 1;
  margin-top: 8px;
  font-size: 14px;
}

.QA-box {
  display: flex;
  flex-direction: column;
}

/* section08-003 */

.section08-003 {
  padding: 60px 30px 30px;
  background: #1c2d64;
  position: relative;
}

.section08-003::before {
  content: "Down Time";
  position: absolute;
  top: -20px;
  left: 13px;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Noto Sans JP";
  font-weight: 800;
  font-size: 60px;
}

.container {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
  gap: 20px;
  align-items: flex-start;
}

/* 左側：メインエリア */
.before-section {
  flex: 1;
  background-color: var(--primary-blue);
  text-align: center;
  border-radius: 4px;
}

.label-box {
  background: white;
  border: 1px solid var(--primary-blue);
  display: inline-block;
  padding: 5px 30px;
  font-weight: bold;
  color: var(--primary-blue);
  margin-bottom: 15px;
}

.img-wrapper img {
  width: 100%;
  max-width: 350px;
}

/* もっと見るボタン */
.toggle-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  margin-top: 20px;
  font-size: 14px;
}
.toggle-btn::before,
.toggle-btn::after {
  content: " ▼ ";
}

/* 右側：経過タイムライン（初期は非表示） */
.timeline-section {
  flex: 1;
  display: none; /* JavaScriptで制御 */
  flex-direction: column;
  gap: 30px;
}

.timeline-item {
  text-align: center;
}

.timeline-item img {
  width: 100%;
  margin-bottom: 10px;
}

.description {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.section08-003-title {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

/* footer  */
.footer {
  background: #f6fafe;
}

.footer-img {
  width: 100%;
  /* max-width: 375px; */
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .footer-img {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}

.footer-contents {
  padding: 30px;
}

.footer-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.footer-pic {
  font-size: 21px;
  color: #1c2d64;
}

.footer-en02 {
  text-align: center;
  text-align: center;
  font-size: 30px;
}

.footer-nav {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1.7px;
}

.footer-image {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 13px;
  margin-top: 30px;
}

.footer-sub-txt {
  text-align: center;
  background: #1c2d64;
  margin-top: 20px;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}

.footer-list {
  display: flex;
  justify-content: space-around;
  /* gap: 50px; */
  padding: 20px 0 10px;
  border-bottom: solid 0.7px;
  font-size: 13px;
}

.map-wrap {
  position: relative;
  aspect-ratio: 16/9; /* 比率固定 → レスポンシブ対応 & CLS対策 */
  max-width: 100%; /* 親幅にフィット */
  margin-top: 30px;
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-txt {
  margin-top: 20px;
  font-size: 13px;
}

.copy-rite {
  text-align: center;
  margin-top: 30px;
}

/* 追従ボタン */

.cta-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 0 8px;
  background: rgba(255, 255, 255, 0.85); /* ブランドカラーに変更OK */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  z-index: 1000;
}

.cta-btn-img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .cta-btn-img {
    width: 80%;
    margin: 0 auto;
    max-width: 375px;
  }
}
