@charset "utf-8";

:root {
  --main-font-family-ardgothic: 'fot-tsukuardgothic-std', sans-serif;
  --main-font-family-kozuka: 'kozuka-gothic-pr6n', sans-serif;
  --main-font-weight-small: 400;
  --main-font-weight-big: 700;
  --main-font-style: normal;
}

body {
  font-family: 'Lato', sans-serif;
  /* その他のスタイルは必要に応じて維持または復活 */
}

.max_img {
  max-width: 100%;
  height: auto;
}

#wrapper_big {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#wrapper_big::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 650px;
  top: 0;
  left: 0;
  background-color: white;
}

#wrapper_big.news::before,
#wrapper_big.news_c::before,
#wrapper_big.news_s::before {
  height: 500px;
}

#wrapper_big::after {
  content: "";
  position: absolute;
  top: 650px;
  left: 0;
  width: 100%;
  height: 85%;
  background: #cef1fe url(../img/MIZBERING_pc_BG_full.webp) no-repeat center 250px;
  background-size: cover;
}

#wrapper_big.company::after {
  height: 70%;
}

#wrapper_big.contact::after {
  height: 70%;
}

#wrapper_big.news::after {
  height: 80%;
  top: 530px;
}

#wrapper_big.news_item::after {
  height: 70%;
}

#wrapper_big.news_c::after {
  top: 530px;
  height: 80%;
}

#wrapper_big.news_s::after {
  top: 530px;
  height: 80%;
}

/* .wrapper_big_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 650px;
  width: 100%;
  background-color: white;
}

.wrapper_big_bg::after {
  content: "";
  position: absolute;
  top: 650px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cef1fe url(../img/MIZBERING_pc_BG_full.webp) no-repeat center 100px;
  background-size: cover;
} */

.wrapper_big_bg_top {
  width: 100%;
  height: 0px;
}

/* 背景色（白と水色の境目線をグラデーションで目立たなくする */
.wrapper_big_bg_top::after {
  content: '';
  display: block;
  height: 30px;
  background: linear-gradient(to bottom, white, #cef1fe);
}

/* TOPページメインバック画像 */
.wrapper_big_bg {
  /* width: 100%;
  height: 100%; */
  /* background-color: rgba(206, 241, 254,1.0); */
  /* background: #cef1fe url(../img/MIZBERING_pc_BG_full.webp) no-repeat center 0px; */
  /* margin: 0px; */
  /* text-align: center;
  position: relative;
  overflow-x: visible; */
}

/* .wrapper_big_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 650px;
  width: 100%;
  background-color: white;
}

.wrapper_big_bg::after {
  content: "";
  position: absolute;
  top: 650px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cef1fe url(../img/MIZBERING_pc_BG_full.webp) no-repeat center 100px;
  background-size: cover;
} */

/* Companyページメインバック画像 */

.wrapper_big_bg02 {
  width: 100%;
  height: auto;
  background-color: rgba(206, 241, 254, 1.0);
  /* background-color: #cef1fe; */
  background-image: url(../img/MIZBERING_pc_BG_full.webp);
  background-position: center 100px;
  background-repeat: no-repeat;
  margin-top: 55px;
  text-align: center;
  position: relative;
  overflow-x: visible;
}

.wrapper_big_bg03 {
  width: 100%;
  height: auto;
  background-color: rgba(206, 241, 254, 1.0);
  /* background-color: #cef1fe; */
  background-image: url(../img/MIZBERING_pc_BG_full.webp);
  background-position: center 100px;
  background-repeat: no-repeat;
  margin-top: 47px;
  text-align: center;
  position: relative;
  overflow-x: visible;
}

/* Newsページメインバック画像 */
.wrapper_big_bg04 {
  width: 100%;
  height: auto;
  background-color: rgba(206, 241, 254, 1.0);
  /* background-color: #cef1fe; */
  background-image: url(../img/MIZBERING_pc_BG_full.webp);
  background-position: center 300px;
  background-repeat: no-repeat;
  margin-top: 50px;
  text-align: center;
  position: relative;
  overflow-x: visible;
}



.bg-foreground-img {
  position: absolute;
  top: 100px;
  /* ← 調整可能 */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  /* ← canvas より大きくする */
  pointer-events: none;
  /* ← 背景的に使うならクリック無効化 */

}

.wrapper_big_content {
  max-width: 720px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 10;
  /* margin-top: -980px; */
}

.wrapper_big_content02 {
  max-width: 720px;
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
  /* margin-top: 0px; */
}

.wrapper_big_content03 {
  max-width: 720px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.hero_section01 {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero_section01_2 {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.hero_section02 {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .wrapper_big_content::before,
.wrapper_big_content::after {
    content: "";
    height: 100%;
    background-color: #ccc;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    position: absolute;
    top: 0;
}

.wrapper_big_content::before {
    left: 0;
}

.wrapper_big_content::after {
    right: 0;
} */

.wrapper_big_content_area {
  max-width: 720px;
  padding: 0px 0px;
  margin: 0px auto;
}

.wrapper_big_content_area03 {
  max-width: 720px;
  margin: 0px auto;
  margin-top: -800px;
}

.top_floating_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.top_floating_ico05 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 70px;
}

.top_floating_menu_inner {
  display: flex;
  gap: 198px;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.top_floating_menu_inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.spaced::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  /* テキストから少し離して見やすく */
  width: 0;
  height: 4px;
  /* ← ここが太さ */
  background: #009fde;
  /* ← アクアに変更 */
  transition: width 0.3s ease;
}

.spaced:hover::after {
  width: 100%;
}

.top_floating_ico_text_00 {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-weight: var(--main-font-weight-big);
  color: #009FDE;
  font-size: 48px;
}

.top_floating_ico_text {
  font-weight: bold;
  font-size: 30px;
}

.spaced {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-weight: var(--main-font-weight-big);
  position: relative;
  display: inline-block;
  font-size: 30px;
}

.spaced02 {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-weight: var(--main-font-weight-big);
  position: relative;
  display: inline-block;
  font-size: 30px;
}

.hero_logo {
  margin: 0px auto;
  padding-top: 150px;
}

.section_text_00 {
  font-family: vdl-penletter, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  color: #009FDE;
  display: block;
  transform: rotate(-7deg);
  margin-left: 40px;
  font-size: 50px;
  margin-bottom: 10px;
}

.section_text_01 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  color: black;
  margin-left: 50px;
  margin-right: 50px;
  line-height: 2.5;
}

.section_text_01 .mizu {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  font-size: 22px;
  color: #009FDE;
  margin-right: 50px;
}

.section_text_01.song {
  padding: 20px 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  align-items: center;
  line-height: 2;
}

.image-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin: 0 20px;
}

.img-item {
  object-fit: cover;
}

.image-row2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-left: 25px;
  margin-right: 100px;
}

.section_title_area {
  width: 570px;
  height: 77px;
  margin: 21px auto 0px;
  background-image: url(../img/title_base.webp);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
}

.wave-divider {
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 700 100' xmlns='http://www.w3.org/2000/svg'><path fill='%2396DCF8' d='M0 50 Q25 25 50 50 T100 50 T150 50 T200 50 T250 50 T300 50 T350 50 T400 50 T450 50 T500 50 T550 50 T600 50 T650 50 T700 50 V100 H0 Z'/></svg>") no-repeat center bottom;
  background-size: cover;
}

.wave-divider3 {
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 700 100' xmlns='http://www.w3.org/2000/svg'><path fill='%23ffffff' stroke='%23ffffff' d='M0 50 Q25 25 50 50 T100 50 T150 50 T200 50 T250 50 T300 50 T350 50 T400 50 T450 50 T500 50 T550 50 T600 50 T650 50 T700 50 V100 H0 Z'/></svg>") no-repeat center bottom;
  background-size: cover;
}

.wave-divider4 {
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 700 100' xmlns='http://www.w3.org/2000/svg'><path fill='%2396dcf8' stroke='%2396DCF8' d='M0 50 Q25 25 50 50 T100 50 T150 50 T200 50 T250 50 T300 50 T350 50 T400 50 T450 50 T500 50 T550 50 T600 50 T650 50 T700 50 V100 H0 Z'/></svg>") no-repeat center bottom;
  background-size: cover;
}

/* 波の下の線（グラデーション） */
#waveCanvas01::after {
  content: '';
  position: absolute;
  top: 100px;
  /* ← waveCanvas01（top: -77px、高さ300px）を考慮して調整 */
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(164, 216, 244, 1) 0%, rgba(206, 241, 254, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

.hero_section02 #wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(150, 220, 248, 0.5) 0%, rgba(114, 189, 229, 1) 100%);
  pointer-events: none;
  z-index: 2;
}

.wave_wrapper01 {
  position: absolute;
  top: 440px;
  z-index: 2;
}

.news .wave_wrapper01,
.news_c .wave_wrapper01,
.news_s .wave_wrapper01 {
  position: absolute;
  top: 300px;
  z-index: 2;
}

.wave_wrapper01_box {
  position: relative;
}

.wave_wrapper01_box::after {
  content: '';
  position: absolute;
  bottom: -99px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(164, 216, 244, 1) 0%, rgba(206, 241, 254, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

#waveCanvas01 {
  width: 100%;
  height: 300px;
  display: block;
  /* position: absolute; */
  z-index: 1;
  top: 350px;
}

.wave_wrapper02 {
  position: absolute;
  bottom: 450px;
  z-index: 2;
}

.company .wave_wrapper02 {
  bottom: 300px;
}

.wave_wrapper02_box {
  position: relative;
}

.wave_wrapper02_box::after {
  content: '';
  position: absolute;
  bottom: -99px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(164, 216, 244, 1) 0%, rgba(206, 241, 254, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

#waveCanvas02 {
  width: 100%;
  height: 300px;
  display: block;
  /* position: absolute; */
  z-index: 1;
  bottom: 273px;
}

#waveCanvas03 {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 1;
}

#waveCanvas04 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

#waveCanvas05 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.contact {
  /* background-color: aqua; */
}

.contact-section h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  margin-right: 145px;
}

.follow-section h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
}

.wave-divider2 {
  width: 100vw;
  height: 80px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 700 100' xmlns='http://www.w3.org/2000/svg'><path d='M0 50 Q25 25 50 50 T100 50 T150 50 T200 50 T250 50 T300 50 T350 50 T400 50 T450 50 T500 50 T550 50 T600 50 T650 50 T700 50' fill='none' stroke='%2396DCF8' stroke-width='4'/></svg>");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100px;
  z-index: 11;
  position: relative;
}

.wave-up {
  transform: rotate(180deg);
  background-color: #009FDE;
}

.image-container img {
  width: 100%;
  height: auto;
  text-align: right;
}

.overlay-text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  background: rgba(0, 0, 0);
  /* 半透明の背景 */
  padding: 10px 20px;
  border-radius: 8px;
}

/* タイトル */
h1 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
}

/* 説明文 */
p {
  font-size: 2rem;
  color: blue;
}

br.spbr {
  display: none;
}

/* フッター */

.footer_big {
  position: relative;
  text-align: center;
  /* padding-bottom: 5px; */
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../img/fot_wave.webp);
  background-repeat: repeat-x;
  z-index: 1002;
  /* height: 306px; */
}

.footer-inner {
  display: flex;
  padding: 55px 0px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 118px;
}

.footer-logo {
  width: 132px;
  height: 162px;
  object-fit: contain;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}

.footer-nav a {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-weight: var(--main-font-weight-big);
  color: #009FDE;
  text-decoration: none;
  font-size: 30px;
}

/* .footer-nav a:hover {
  text-decoration: underline;
} */

.footer_content {
  margin-bottom: 20px;
}


.footer_copyright_area {
  padding-bottom: 10px;
  background-color: #fff;
  /* margin-bottom: 10px; */
}

.footer_copyright {
  color: #009FDE;
  font-size: 14px;
}

.about_images {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #96DCF8;
  /* background-image: url(../img/News_deco.webp); */
  background-repeat: no-repeat;
  background-position: center bottom;
}

.about_images2 {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #fff;
}

.about_images2_inner {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}

.about_images2_inner .news_article_box {
  padding: 0px;
}

.about_images2_inner .news_article {
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-shadow: none;
}

.about_images2_inner p {
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 20px;
  color: #000;
}

.base-image {
  width: auto;
  max-width: 720px;
  height: auto;
  display: block;
}

.news-overlay-box {
  position: absolute;
  top: 1%;
  /* 位置を調整可能 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Newsテキストを画像の上に配置 */
.news-overlay-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #004d66;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}

.news-overlay-title2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #004d66;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.news-line {
  width: 360px;
  /* サイズはお好みで */
  height: auto;
}

.news-line2 {
  width: 201px;
  height: 4px;
  margin: -8px auto 20px auto;
  display: block;
}

.about_images img {
  max-width: 720px;
  height: auto;
  object-fit: cover;
}

.news_article_box {
  list-style: none;
  padding: 170px 0px 0px 0px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.news_article_box2 {
  list-style: none;
  padding: 60px 0px 0px 0px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.news_article {
  width: 90%;
  max-width: 570px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}

.news_article time {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 165px;
  height: 165px;
  background-color: #009fe8;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  line-height: 1.2;
}

.news_article figure img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.news_article .category {
  width: fit-content;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  background-color: #fff;
  color: #006D98;
  font-size: 12px;
  padding: 4px 8px;
  margin: 15px 0px 0 0;
  border: 1.5px solid #009FDE;
  border-radius: 6px;
}

.news_article .category .post-categories {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  list-style: none;
}

.news_article h2 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #006D98;
  text-align: left;
  font-size: 24px;
  margin: 10px 0 0 0;
}

.news_article .news_summary {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  font-size: 20px;
  margin: 10px 0 0 0;
  color: #006D98;
  line-height: 1.5;
}

.news_article .news_summary p {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  font-size: 20px;
  color: #006D98;
  line-height: 1.5;
}

.news_article a {
  color: #006D98;
  text-decoration: none;
}

.news-date-middle {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  /* 好きなサイズに調整 */
}

.more-button {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 40px;
  padding: 12px 54px;
  background-color: #fff;
  color: #00a8e8;
  /* 水色っぽい文字色 */
  font-size: 20px;
  text-decoration: none;
  border-radius: 30px;
  /* 丸み */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* ふんわり影 */
  transition: all 0.3s ease;
}

.more-button:hover {
  background-color: #e0f7ff;
  /* ホバー時に少し青く */
  color: #007bbf;
}

.container {
  background-color: #009FDE;
  /* スカイブルー */
  color: white;
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 720px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  /* 追加: 要素を縦に並べる */
  align-items: center;
  /* 追加: 子要素を中央揃え */
  padding-bottom: 200px;
  margin-bottom: -100px;
  z-index: 20;
}

.contact-section {
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  /* 追加: Flexboxを使用 */
  flex-direction: column;
  /* 追加: 要素を縦に並べる */
  align-items: center;
  /* 追加: 子要素を中央揃え */
  font-size: 40px;
  margin-top: 18px;
}

.contact-section h1 {
  color: #fff;
  font-size: 2.5em;
  margin-bottom: -12px;
  /* 矢印との間隔を調整 */
  /* text-align: center; 念のためテキストも中央揃え */
  margin-right: 130px;
}

.arrow-image {
  width: 237px;
  height: 20px;
  margin-bottom: 20px;
  margin-left: -30px;
  margin-top: -15px;
}

.arrow-image img {
  max-width: 100%;
  /* 親要素に合わせて最大幅を設定 */
  height: auto;
  object-fit: cover;
  display: block;
  /* インライン要素の回り込みを防ぐ */
  margin: 0 auto;
  /* ブロック要素を中央揃えにするテクニック */
}

.contact-link {
  display: inline-block;
  background-color: white;
  color: #87ceeb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.5em;
  text-decoration: none;
  margin-top: -54px;
  /* 矢印との間隔を調整 */
}

.follow-section h2 {
  font-size: 48px;
  margin-bottom: 12px;
  margin-top: 60px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 71px;
}

.social-icon {
  display: inline-block;
  /* background-color: white; */
  color: #87ceeb;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
  text-decoration: none;
}

.arrow-and-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

/* companyここから */

.section_other_title_area {
  padding: 100px 0 115px 0;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.section_about_big {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.section_other_title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  width: fit-content;
  position: relative;
  line-height: 73px;
}

.section_other_title03 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  width: 375px;
  position: relative;
  margin-left: 200px;
}


.section_other_title_area_contents_line {
  width: 100%;
}

.section_other_subtitle {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-font-style);
  font-weight: var(--main-font-weight-big);
  font-size: 30px;
  line-height: 45px;
}

.section_other_title_area_bg {
  height: 350px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}

.section_other_title_area_base {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  max-width: fit-content;
  justify-content: flex-start;
}


.section_other_title_area_dot {}

.section_other_title2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 2.5;
}

.section_other_subtitle_base {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-weight: var(--main-font-weight-small);
  font-size: 28px;
  flex-direction: column;
  max-width: 500px;
  line-height: 1.8;
  text-align: left;
}

.section_other_subtitle_base {
  list-style: none;
  padding-left: 0;
}

.section_other_subtitle_base li {
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.company_photo {
  width: 100%;
  margin: 0 auto;
}


/* companyここまで */

/* Newsここから */

.news_cate_area_bg {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}

.news_cate_area {}

.news_cate {
  font-family: var(--main-font-family-ardgothic);
  font-weight: var(--main-font-weight-big);
  font-style: var(--main-fonnt-style);
  font-size: 32px;
  color: #009FDE;
}

.news_cate_area2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.news_cate_area3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.section_other_title_area_dot {
  margin-top: 5px;
}

.news_cate_title {
  font-family: var(--main-font-family-ardgothic);
  font-weight: var(--main-font-weight-small);
  font-style: var(--main-font-style);
  font-size: 28px;
}

.news_cate_title a {
  color: #000000;
}

.step-container {
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.wp_pagenation_ul {
  padding: 100px 0 80px 0;
}

.step {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  background-color: #006D98;
  transition: all 0.3s ease;
  color: #fff;
}

.step a {
  color: #fff;
  text-decoration: none;
}

.page-numbers.current {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  color: #006D98;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-outline {
  border: 2px solid #006c94;
  color: #006c94;
  background-color: #fff;
}

.step-filled {
  background-color: #006c94;
  color: #fff;
}

.arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid white;
}

.wrapper_big_content.news {
  max-width: 720px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin-top: 0px;
}

/* Newsここまで */

/* News_Itemここから */

.wave-divider5 {
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 700 100' xmlns='http://www.w3.org/2000/svg'><path fill='%23ffffff' d='M0 50 Q25 25 50 50 T100 50 T150 50 T200 50 T250 50 T300 50 T350 50 T400 50 T450 50 T500 50 T550 50 T600 50 T650 50 T700 50 V100 H0 Z'/></svg>") no-repeat center bottom;
  background-size: cover;
}

.wave-up5 {
  transform: rotate(180deg);
  background-color: #009FDE;
}

.news_title_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 134px 0 0 0;
}

.news_item_day {
  font-family: var(--main-font-family-kozuka);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #96DCF8;
}

.news_title_content2 {}

.news_item_day2 {
  font-family: var(--main-font-family-kozuka);
  font-weight: 500;
  font-style: var(--main-fonnt-style);
  font-size: 34px;
  color: #006D98;
  margin-top: 40px;
  text-align: left;
}

.koukai_kasen {
  margin: 0 auto;
}

.moji_henkou {
  font-family: var(--main-font-family-kozuka);
  font-weight: 500;
  font-style: var(--main-fonnt-style);
  font-size: 28px;
  color: #006D98;
}

.moji_henkou2 {
  font-family: var(--main-font-family-kozuka);
  font-weight: 500;
  font-style: var(--main-fonnt-style);
  font-size: 28px;
  color: #006D98;
  margin-top: 40px;
}

.article-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  font-family: sans-serif;
}

.nav-button {
  background-color: #006c93;
  color: white;
  padding: 6px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 24px;
  display: inline-block;
  transition: background-color 0.3s;
}

.nav-button:hover {
  background-color: #005b7a;
}

.nav-button.prev a {
  color: white;
}

.nav-button.next a {
  color: white;
}

.wp-block-post-date {
  display: none;
}

/* News_Itemここまで */

/* contactここから */

.contact_section_other_subtitle_base {
  max-width: 600px;
  margin: 0 auto;
  font-family: var(--main-font-family-ardgothic);
  font-weight: var(--main-font-weight-small);
  font-size: 28px;
  text-align: left;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 16px;
}

.wrapper_big_content02 form {
  width: 600px;
  margin: 0 auto;
}

.wrapper_big_content02 .form-group {
  margin-top: 30px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0 !important;
}

.contact-form label {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-size: 28px;
  display: block;
  margin-top: 20px;
  font-weight: var(--main-font-weight-big);
  text-align: left;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 2px solid #a3e4fc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 10px;
}

.contact-form textarea {
  width: 100%;
  height: 240px;
  padding: 10px;
  border: 2px solid #a3e4fc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 10px;
}

.required {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-weight: var(--main-font-weight-big);
  background: #e60012;
  color: #fff;
  font-size: 24px;
  padding: 0px 10px 5px;
  border-radius: 12px;
  margin-left: 6px;

}

.privacy {
  margin-top: 30px;
}

.privacy h3 {
  margin-bottom: 10px;
}

.privacy-scroll {
  background: #f8f8f8;
  border: 1px solid #a3e4fc;
  border-radius: 6px;
  padding: 12px;
  max-height: 150px;
  overflow-y: auto;
}

.checkbox {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 22px;
}

.privacy-check .checkbox {
  font-size: 18px;
  color: #333333;
  margin-bottom: 25px;
}

.checkbox input[type="checkbox"] {
  margin-right: 0px;
  width: 20px;
  height: 20px;
  accent-color: red;
}

.checkmark {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-weight: var(--main-font-weight-big);
  font-size: 22px;
}

.contact-form button {
  margin: 73px 0px 45px;
  width: 294px;
  height: 60px;
  background-color: #00a6e8;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 28px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #008fcc;
}

.kojinjyouhou {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-size: 28px;
  font-weight: var(--main-font-weight-big);
  text-align: left;
}

.kojinjyouhou_naiyou {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-size: 18px;
  font-weight: var(--main-font-weight-small);
  text-align: left;
  color: #333;
}

.wpcf7-submit {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-weight: var(--main-font-weight-small);
  background-color: #009fde;
  color: #fff;
  width: fit-content;
  font-size: 20px;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  /* margin: 0 150px; */
}

.form-group.submit p {
  margin-left: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7-not-valid-tip {
  font-size: 18px !important;
}


.privacy h3 {
  font-family: var(--main-font-family-ardgothic);
  font-style: var(--main-fonnt-style);
  font-weight: var(--main-font-weight-small);
  margin-bottom: 10px;
  color: black;
  font-size: 23px;
  display: flex;
  margin-right: auto;
}


/* contactここまで */


/* ハンバーガーメニューここから */

/* リセット */
.menu_toggle {
  display: none;

}


/* ハンバーガーアイコン（右下固定） */
.menu_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1004;
  cursor: pointer;
}

.menu_btn,
.floating_menu {
  visibility: hidden;
  pointer-events: none;
}

.menu_btn span {
  display: block;
  width: 35px;
  height: 3px;
  background: white;
  margin: 2.5px 0;
  border-radius: 2px;
  transition: 0.3s;
}

/* メニュー本体 */
.floating_menu {
  position: fixed;
  width: 150px;
  height: auto;
  bottom: 80px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.3s;
  z-index: 1003;
  font-size: 25px;
  font-family: var(--main-font-family-ardgothic);
  font-weight: var(--main-font-weight-small);
  font-style: var(--main-fonnt-style);
}

.floating_menu a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

/* チェック時に表示 */
.menu_toggle:checked~.floating_menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ハンバーガーアニメーション（チェック時） */
.menu_toggle:checked+.menu_btn span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu_toggle:checked+.menu_btn span:nth-child(2) {
  opacity: 0;
}

.menu_toggle:checked+.menu_btn span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ハンバーガーメニューここまで */

/* #wrapper {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
} */

.wave-wrapper {
  position: relative;
  height: 500px;
  /* 全体の高さ */
  width: 100%;
  overflow: hidden;
}



.wrapper02 {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

/*========= waveを描画するエリア設定 ===============*/

#audioPrompt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  text-align: center;
  padding: 20px;
}
#audioPrompt p {
  color: #fff;
}
#audioPrompt button {
  margin: 10px;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#playAudio {
  background-color: #009FDE;
  color: #fff;
}
#noAudio {
  background-color: #999;
  color: #fff;
}



/* レスポンシブ対応 */
@media (max-width: 1280px) {

  .menu_btn,
  .floating_menu {
    visibility: visible;
    pointer-events: auto;
  }

  .top_floating_ico05 {
    display: none;
  }

  .footer-nav {
    display: none;
  }
}



/* レスポンシブ対応 */
@media (max-width: 768px) {

  .wrapper_big_content_area {
    /* padding: 30px 15px; */
  }

  .section_other_title {
    z-index: 10;
  }

  .section_other_title_area_line {
    z-index: 10;
  }

  .section_other_subtitle {
    z-index: 10;
  }

  .section_other_title03 {
    z-index: 10;
  }

  .hero_logo {
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
    padding-top: 150px;
  }

  .top_floating_ico_text_00 {
    font-family: var(--main-font-family-ardgothic);
    font-style: var(--main-fonnt-style);
    font-weight: var(--main-font-weight-big);
    color: #009FDE;
    font-size: 46px;
  }

  .section_text_01 .mizu {
    margin-right: 0px;
    line-height: 1;
  }

  .section_title_area {
    max-width: 450px;
    width: 100%;
    height: 60px;
    margin: 21px auto 0px;
    background-image: url(../img/title_base.webp);
    background-size: 99%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section_text_00 {
    font-family: vdl-penletter, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    color: #009FDE;
    display: block;
    transform: rotate(-7deg);
    margin-left: 40px;
    font-size: 20px;
  }

  .section_text_01 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    color: black;
    margin: 0 50px;
    line-height: 2.5;
  }

  .section_text_01.song {
    flex-direction: column-reverse;
}

  .section_about_big {
    max-width: 450px;
  }

  .section_other_subtitle_base {
    font-size: 24px;
  }

  .news_article time {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 135px;
    height: 135px;
    font-size: 30px;
    line-height: 1;
    gap: 10px;
  }

  .news-date-middle {
    font-size: 45px;
  }


  .section_title {
    font-size: 1.5rem;
    /* margin-bottom: 36px; */
  }

  .section_text {
    font-size: 1rem;
  }

  .about_keywords {
    flex-direction: column;
    align-items: center;
  }

  .about_keywords li {
    margin-bottom: 10px;
  }

  .about_images {
    flex-direction: column;
    align-items: center;
  }

  .about_images img {
    width: 90%;
  }

  .top_floating_menu_inner {
    flex-direction: column;
  }

  .footer-nav {
    display: none;
  }

  .wrapper_big_content02 form {
    width: 450px;
    margin: 0 auto;
  }

  .contact_section_other_subtitle_base {
    max-width: 450px;
    font-size: 26px;
  }

  .news_cate_area_bg {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .news_cate_area_bg {
    width: fit-content;
    margin: 0px auto 0 60px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .nav-button {
    padding: 6px 6px;
    border-radius: 6px;
    font-size: 18px;
  }

  .about_images2_inner {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }

  .news_item_day2 {
    font-size: 28px;
  }
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
  .hero_logo {
    max-width: 300px;
  }

  .top_floating_ico_text_00 {
    font-size: 30px;
  }

  .section_text_01 {
    margin: 0 20px;
  }

  .section_title_area {
    max-width: 300px;
    height: 40px;
  }

  .section_title {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }

  .section_about_big {
    max-width: 350px;
  }

  .section_other_subtitle_base {
    font-size: 20px;
  }

  .section_other_title2 {
    font-size: 24px;
  }

  .news_article time {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100px;
    height: 100px;
    font-size: 22px;
    line-height: 1;
    gap: 5px;
  }

  .news-date-middle {
    font-size: 32px;
  }

  .contact_section_other_subtitle_base {
    max-width: 350px;
    font-size: 18px;
  }

  .wrapper_big_content02 form {
    width: 350px;
  }

  .news_cate_area_bg {
    margin: 0px auto 0 20px;
  }

  .about_images2_inner {
    max-width: 350px;
  }

  .news_item_day2 {
    font-size: 20px;
  }

  .section_other_title_area {
    width: 350px;
    margin: 0 auto;
  }
}