@charset "UTF-8";
/* === 一度だけ設定する値（必要に応じて変更）=== */
/* rem(数値) → vw を算出（あなたの式に準拠） */
/* 値を rem とみなして vw へ変換（auto, 0, %, 既に単位付きにも配慮） */
/* 値を rem として固定（>=1441px 用） */
/* リスト（1〜4値のショートハンド等）をまとめて変換 */
/* ★ 汎用：任意プロパティに “rem入力 → 3レンジvw＋largeでrem固定” を適用 */
/* 使いやすいエイリアス */
/* =====================
   追記：calc対応ユーティリティ
   - width: calc((100% - 4rem) / 2) 等を各レンジで自動展開
   - あなたのルール（769–1440=/1440、〜768=/768、〜580=/580、>=1441はrem固定）準拠
   ===================== */
/* calc((<percent> - <rem>)/<divisor>) を各レンジで出力 */
/* calc((<percent> + <rem>)/<divisor>) 版（必要時に） */
/* =====================
   追記：列レイアウト用（カード幅など）
   - n列、列間ギャップ=rem指定 → 幅を自動計算
   - 例: 2列・gap=2rem → width: calc((100% - 2rem)/2) を各レンジで出力
   ===================== */
/* =====================
   追記：軸ショートハンド
   - margin/padding の X/Y 方向をまとめて指定
   ===================== */
/* =====================
   追記：!important 版（必要な場面だけ）
   ===================== */
/* vw-font は vw-prop の薄いラッパー */
/* === 一度だけ設定する値（必要に応じて変更）=== */
/* rem(数値) → vw を算出（あなたの式に準拠） */
/* 値を rem とみなして vw へ変換（auto, 0, %, 既に単位付きにも配慮） */
/* 値を rem として固定（>=1441px 用） */
/* リスト（1〜4値のショートハンド等）をまとめて変換 */
/* ★ 汎用：任意プロパティに “rem入力 → 3レンジvw＋largeでrem固定” を適用 */
/* 使いやすいエイリアス */
/* =====================
   追記：calc対応ユーティリティ
   - width: calc((100% - 4rem) / 2) 等を各レンジで自動展開
   - あなたのルール（769–1440=/1440、〜768=/768、〜580=/580、>=1441はrem固定）準拠
   ===================== */
/* calc((<percent> - <rem>)/<divisor>) を各レンジで出力 */
/* calc((<percent> + <rem>)/<divisor>) 版（必要時に） */
/* =====================
   追記：列レイアウト用（カード幅など）
   - n列、列間ギャップ=rem指定 → 幅を自動計算
   - 例: 2列・gap=2rem → width: calc((100% - 2rem)/2) を各レンジで出力
   ===================== */
/* =====================
   追記：軸ショートハンド
   - margin/padding の X/Y 方向をまとめて指定
   ===================== */
/* =====================
   追記：!important 版（必要な場面だけ）
   ===================== */
/* vw-font は vw-prop の薄いラッパー */
@import url(https://fonts.googleapis.com/css2?family=Anton&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap);
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 60%;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

picture {
  display: inline-block;
}

body {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  background: #fff;
}
body.noscroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

.wrapper {
  overflow-x: hidden;
}

h2, h3, h4 {
  font-weight: lighter;
}

p {
  line-height: 1.8;
  font-weight: lighter;
}

ol, ul, menu, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=reset],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

button {
  display: block;
  cursor: default;
}

a {
  text-decoration: none;
}

/* === 一度だけ設定する値（必要に応じて変更）=== */
/* rem(数値) → vw を算出（あなたの式に準拠） */
/* 値を rem とみなして vw へ変換（auto, 0, %, 既に単位付きにも配慮） */
/* 値を rem として固定（>=1441px 用） */
/* リスト（1〜4値のショートハンド等）をまとめて変換 */
/* ★ 汎用：任意プロパティに “rem入力 → 3レンジvw＋largeでrem固定” を適用 */
/* 使いやすいエイリアス */
/* =====================
   追記：calc対応ユーティリティ
   - width: calc((100% - 4rem) / 2) 等を各レンジで自動展開
   - あなたのルール（769–1440=/1440、〜768=/768、〜580=/580、>=1441はrem固定）準拠
   ===================== */
/* calc((<percent> - <rem>)/<divisor>) を各レンジで出力 */
/* calc((<percent> + <rem>)/<divisor>) 版（必要時に） */
/* =====================
   追記：列レイアウト用（カード幅など）
   - n列、列間ギャップ=rem指定 → 幅を自動計算
   - 例: 2列・gap=2rem → width: calc((100% - 2rem)/2) を各レンジで出力
   ===================== */
/* =====================
   追記：軸ショートハンド
   - margin/padding の X/Y 方向をまとめて指定
   ===================== */
/* =====================
   追記：!important 版（必要な場面だけ）
   ===================== */
/* vw-font は vw-prop の薄いラッパー */
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3e3a39;
  background-color: #fff;
}

.inner1024 {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .inner1024 {
    padding-inline: 3%;
  }
}

.inner1100 {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .inner1100 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .inner1100 {
    width: 94%;
  }
}

.anton {
  font-family: "Anton", sans-serif;
}

.no-link {
  pointer-events: none !important;
}

a {
  color: #3e3a39;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
a:hover {
  opacity: 0.8;
}

p {
  font-weight: 400;
  line-height: 1.8;
}

img {
  width: 100%;
  display: block;
}

.wh {
  color: #fff;
}

.h2_ttl {
  font-family: "Anton", sans-serif;
  font-size: 55px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
  color: #036eb7;
}
@media screen and (max-width: 580px) {
  .h2_ttl {
    font-size: 40px;
  }
}

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

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

.pc_1080 {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pc_1080 {
    display: none;
  }
}

.sp_1080 {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp_1080 {
    display: block;
  }
}

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

.bold {
  font-weight: bold;
}

.ma-t-no {
  margin-top: 0 !important;
}

.red {
  color: #e11010;
}

.gre {
  color: #00956e;
}

/* フェイドアップ */
/* 下から */
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeftTrigger {
  opacity: 0;
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRightTrigger {
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.toggle_switch {
  position: relative;
  cursor: pointer;
  padding: 5px 0;
  margin-top: 6rem;
  margin-bottom: 5px;
  background-color: #08A222;
  border-radius: 2rem;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .toggle_switch {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.toggle_switch::after {
  content: "▼";
  font-size: 1.8rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .toggle_switch::after {
    right: 1rem;
    font-size: 1.2rem;
  }
}
.toggle_switch h3 {
  font-weight: 500;
}
.toggle_switch:hover::after {
  transform: translateY(-50%) scale(1.1);
}
.toggle_switch.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.toggle_contents {
  display: none;
}
.toggle_contents .table03 tr:nth-child(1) td:last-child {
  border-radius: 0 1rem 0 0;
}
.toggle_contents .table03 tr:last-child td:nth-child(1) {
  border-radius: 0 0 0 1rem;
}

.btn00 {
  color: #fff;
  background-color: #171c61;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.btn00 img {
  width: 12px;
  transition: all 0.3s;
}
.btn00:hover {
  opacity: 1;
}
.btn00:hover img {
  transform: translateX(3px);
}

.ul_sns-link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .ul_sns-link {
    gap: 15px;
  }
}
@media screen and (max-width: 580px) {
  .ul_sns-link {
    gap: 10px;
  }
}
.ul_sns-link li a img {
  height: 40px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ul_sns-link li a img {
    height: 25px;
  }
}
.ul_sns-link li a:hover {
  opacity: 1;
}
.ul_sns-link li a:hover img {
  transform: rotate(15deg) scale(1.1);
}

/* VIEW MOREのボタン */
.intop, .inmiddle, .inbottom {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .intop, .inmiddle, .inbottom {
    padding: 20px 0;
  }
}
.intop::before, .intop::after, .inmiddle::before, .inmiddle::after, .inbottom::before, .inbottom::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 24px;
  aspect-ratio: 1;
}
.intop h3, .inmiddle h3, .inbottom h3 {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 580px) {
  .intop h3, .inmiddle h3, .inbottom h3 {
    font-size: 16px;
  }
}

.intop, .inbottom {
  background-image: url("../img/top/bg06.png");
}
.intop::before, .inbottom::before {
  background-image: url("../img/common/arrow_gre01.png");
  top: 0;
  left: 0;
}
.intop::after, .inbottom::after {
  background-image: url("../img/common/arrow_gre02.png");
  bottom: 0;
  right: 0;
}
.intop .btn00, .inbottom .btn00 {
  background-color: #2bb7b3;
}

.inpage {
  background-image: url("../img/top/bg05.png");
}
.inpage::before {
  background-image: url("../img/common/arrow_wat01.png");
  top: 0;
  left: 0;
}
.inpage::after {
  background-image: url("../img/common/arrow_wat02.png");
  bottom: 0;
  right: 0;
}
.inpage .btn00 {
  background-color: #3abde8;
}

.inmiddle {
  background-image: url("../img/top/bg03.png");
}
.inmiddle::before {
  background-image: url("../img/common/arrow_yel01.png");
  top: 0;
  left: 0;
}
.inmiddle::after {
  background-image: url("../img/common/arrow_yel02.png");
  bottom: 0;
  right: 0;
}

.inbottom {
  background-image: url("../img/top/bg04.png");
}

/* SPOMCOR */
.sponsorbox .ul00 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.sponsorbox .ul00 li .img {
  aspect-ratio: 298/180;
}
.sponsorbox .ul00 li .img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.sponsorbox .ul01 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .sponsorbox .ul01 {
    gap: 20px;
  }
}
.sponsorbox .ul01 li {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 768px) {
  .sponsorbox .ul01 li {
    width: 70%;
    margin-inline: auto;
  }
}
.sponsorbox .ul01 li .img {
  margin-bottom: 10px;
}
.sponsorbox .ul01 li .txt {
  font-size: 15px;
}
.sponsorbox .ul02 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sponsorbox .ul02 {
    gap: 20px;
  }
}
.sponsorbox .ul02 li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 768px) {
  .sponsorbox .ul02 li {
    width: calc((100% - 20px) / 2);
  }
}
.sponsorbox .ul03 {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sponsorbox .ul03 {
    gap: 20px;
  }
}
.sponsorbox .ul03 li {
  width: calc((100% - 150px) / 6);
}
@media screen and (max-width: 768px) {
  .sponsorbox .ul03 li {
    width: calc((100% - 40px) / 3);
  }
}
.sponsorbox .ul03 li .img img {
  aspect-ratio: 1;
}
.sponsorbox .btn00 {
  margin: 40px auto;
}

/* NEWS 3行のみ(トップ・スケジュール) */
.newsbox .ul01 {
  width: 100%;
}
.newsbox .ul01 li a {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #979898;
  position: relative;
}
@media screen and (max-width: 580px) {
  .newsbox .ul01 li a {
    flex-direction: column;
  }
}
.newsbox .ul01 li a::after {
  content: "";
  display: inline-block;
  width: 175px;
  height: 1px;
  background-color: #2660ac;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.newsbox .ul01 li a p {
  font-size: 18px;
  padding: 10px 0;
}
.newsbox .ul01 li a .date {
  display: flex;
  align-items: center;
  color: #2660ac;
  padding-left: 1em;
  padding-right: 40px;
  font-weight: 700;
}
.newsbox .ul01 li a .date span {
  display: inline-block;
  padding-left: 1em;
  transition: all 0.3s;
}
.newsbox .ul01 li a .news_ttl {
  width: 100%;
  padding-left: 1em;
}
.newsbox .ul01 li a:hover .date span {
  transform: translateX(3px);
}
.newsbox .btn00 {
  margin: 40px auto;
}

/* ページネーション */
.pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
}
.pagination .page-numbers {
  gap: 6px !important;
}
.pagination .page-numbers li {
  width: 50px !important;
  aspect-ratio: 1;
}
.pagination .page-numbers li a {
  height: 100%;
  color: #fff;
  background-color: #3abde8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.pagination .page-numbers li .current {
  color: #036eb7;
  background-color: #bae3f9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
}

/* === 一度だけ設定する値（必要に応じて変更）=== */
/* rem(数値) → vw を算出（あなたの式に準拠） */
/* 値を rem とみなして vw へ変換（auto, 0, %, 既に単位付きにも配慮） */
/* 値を rem として固定（>=1441px 用） */
/* リスト（1〜4値のショートハンド等）をまとめて変換 */
/* ★ 汎用：任意プロパティに “rem入力 → 3レンジvw＋largeでrem固定” を適用 */
/* 使いやすいエイリアス */
/* =====================
   追記：calc対応ユーティリティ
   - width: calc((100% - 4rem) / 2) 等を各レンジで自動展開
   - あなたのルール（769–1440=/1440、〜768=/768、〜580=/580、>=1441はrem固定）準拠
   ===================== */
/* calc((<percent> - <rem>)/<divisor>) を各レンジで出力 */
/* calc((<percent> + <rem>)/<divisor>) 版（必要時に） */
/* =====================
   追記：列レイアウト用（カード幅など）
   - n列、列間ギャップ=rem指定 → 幅を自動計算
   - 例: 2列・gap=2rem → width: calc((100% - 2rem)/2) を各レンジで出力
   ===================== */
/* =====================
   追記：軸ショートハンド
   - margin/padding の X/Y 方向をまとめて指定
   ===================== */
/* =====================
   追記：!important 版（必要な場面だけ）
   ===================== */
/* vw-font は vw-prop の薄いラッパー */
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

/* br-sp */
.br-sp_1420 {
  display: none;
}
@media screen and (max-width: 1420px) {
  .br-sp_1420 {
    display: block;
  }
}

.br-sp_1380 {
  display: none;
}
@media screen and (max-width: 1380px) {
  .br-sp_1380 {
    display: block;
  }
}

.br-sp_1280 {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br-sp_1280 {
    display: block;
  }
}

.br-sp_1180 {
  display: none;
}
@media screen and (max-width: 1180px) {
  .br-sp_1180 {
    display: block;
  }
}

.br-sp_1080 {
  display: none;
}
@media screen and (max-width: 1080px) {
  .br-sp_1080 {
    display: block;
  }
}

.br-sp_820 {
  display: none;
}
@media screen and (max-width: 800px) {
  .br-sp_820 {
    display: block;
  }
}

.br-sp_580 {
  display: none;
}
@media screen and (max-width: 580px) {
  .br-sp_580 {
    display: block;
  }
}

.br-sp_480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .br-sp_480 {
    display: block;
  }
}

/* br-sp_oo-oo */
/* br-pc */
/* br-pc_oo-oo */
.br-pc_480 {
  display: block;
}
@media screen and (max-width: 480px) {
  .br-pc_480 {
    display: none;
  }
}

/* === 一度だけ設定する値（必要に応じて変更）=== */
/* rem(数値) → vw を算出（あなたの式に準拠） */
/* 値を rem とみなして vw へ変換（auto, 0, %, 既に単位付きにも配慮） */
/* 値を rem として固定（>=1441px 用） */
/* リスト（1〜4値のショートハンド等）をまとめて変換 */
/* ★ 汎用：任意プロパティに “rem入力 → 3レンジvw＋largeでrem固定” を適用 */
/* 使いやすいエイリアス */
/* =====================
   追記：calc対応ユーティリティ
   - width: calc((100% - 4rem) / 2) 等を各レンジで自動展開
   - あなたのルール（769–1440=/1440、〜768=/768、〜580=/580、>=1441はrem固定）準拠
   ===================== */
/* calc((<percent> - <rem>)/<divisor>) を各レンジで出力 */
/* calc((<percent> + <rem>)/<divisor>) 版（必要時に） */
/* =====================
   追記：列レイアウト用（カード幅など）
   - n列、列間ギャップ=rem指定 → 幅を自動計算
   - 例: 2列・gap=2rem → width: calc((100% - 2rem)/2) を各レンジで出力
   ===================== */
/* =====================
   追記：軸ショートハンド
   - margin/padding の X/Y 方向をまとめて指定
   ===================== */
/* =====================
   追記：!important 版（必要な場面だけ）
   ===================== */
/* vw-font は vw-prop の薄いラッパー */
header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}

.header {
  background-color: #3abde8;
  padding: 10px 0;
  position: relative;
}
.header::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #171c61;
}
.header::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #2660ac;
  transform: translateY(100%);
}
.header .inner1100 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.header .inner1100 .left {
  width: -moz-fit-content;
  width: fit-content;
}
.header .inner1100 .left a {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .header .inner1100 .left a {
    width: 70px;
  }
}
.header .inner1100 .right {
  width: 100%;
}
.header .inner1100 .right .top {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header .inner1100 .right .top {
    display: none;
  }
}
.header .inner1100 .right .under {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .header .inner1100 .right .under {
    padding-top: 0;
  }
}
.header .inner1100 .right .under ul {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1080px) {
  .header .inner1100 .right .under ul {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header .inner1100 .right .under ul {
    display: none;
  }
}
.header .inner1100 .right .under ul li {
  position: relative;
}
.header .inner1100 .right .under ul li a, .header .inner1100 .right .under ul li .drop {
  color: #171c61;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .header .inner1100 .right .under ul li a, .header .inner1100 .right .under ul li .drop {
    font-size: 16px;
  }
}
.header .inner1100 .right .under ul li .btn00 {
  color: #fff;
}
.header .inner1100 .right .under ul .has-drop:hover .ul_child {
  transform: scaleY(1);
}
.header .inner1100 .right .under ul .has-drop .drop {
  position: relative;
  cursor: pointer;
}
.header .inner1100 .right .under ul .has-drop .ul_child {
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s;
  width: 200px;
}
@media screen and (max-width: 1080px) {
  .header .inner1100 .right .under ul .has-drop .ul_child {
    top: 51.5px;
  }
}
.header .inner1100 .right .under ul .has-drop .ul_child li:last-child a {
  border-bottom: none;
}
.header .inner1100 .right .under ul .has-drop .ul_child li a {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  line-height: 2.5;
  transition: all 0.3s;
  position: relative;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .header .inner1100 .right .under ul .has-drop .ul_child li a {
    font-size: 14px;
  }
}
.header .inner1100 .right .under ul .has-drop .ul_child li a::before {
  content: "▶︎";
  display: inline-block;
  padding-left: 5px;
}
.header .inner1100 .right .under ul .has-drop .ul_child li a:hover {
  color: #fff;
  background-color: #036eb7;
  opacity: 1;
}
.header .inner1100 .totop {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  right: 50%;
  transform: translateX(512px);
}
.header .inner1100 .totop a {
  width: 60px;
  aspect-ratio: 1;
  transition: all 0.3s;
}
.header .inner1100 .totop a:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.sp-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-menu {
    display: block;
  }
}
.sp-menu .item button {
  width: 40px;
  margin-left: auto;
  transition: all 0.3s;
  cursor: pointer;
}
.sp-menu .item button:hover {
  transform: rotate(180deg);
}

.sp-nav {
  display: none;
  position: fixed;
  z-index: 999;
  top: 65px;
  width: 100%;
  height: calc(100vh - 65px);
  background-color: #040057;
}
@media screen and (min-width: 769px) {
  .sp-nav {
    display: none !important;
  }
}
.sp-nav nav ul {
  width: 100%;
  padding-top: 40px;
}
.sp-nav nav ul li a, .sp-nav nav ul li .drop {
  color: #fff;
  margin: 20px auto;
  font-weight: 500;
  font-size: 18px;
}
.sp-nav nav ul li .btn00 {
  background-color: unset;
}
.sp-nav nav .drop {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 18px;
  cursor: pointer;
}
.sp-nav nav .ul_child {
  padding-top: 0;
  display: none;
}
.sp-nav nav .ul_child li a {
  font-size: 14px;
}
.sp-nav nav .ul_sns-link {
  justify-content: center;
}

.mv {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 68px;
  }
}
@media screen and (max-width: 580px) {
  .mv {
    height: 275px;
  }
  .mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec01, .sec02, .sec03, .sec04 {
  padding: 60px 0;
}

.sec01 {
  background-image: url("../img/top/bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sec01::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 189, 232, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.sec01 .box {
  position: relative;
  z-index: 2;
}
.sec01 .box ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1100px) {
  .sec01 .box ul {
    flex-wrap: wrap;
  }
}
.sec01 .box ul li {
  width: 380px;
  background-color: rgba(4, 0, 87, 0.7);
  padding: 12px 12px 30px 12px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .sec01 .box ul li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 800px) {
  .sec01 .box ul li {
    width: 100%;
  }
}
.sec01 .box ul li:nth-child(2) .top h3 {
  color: #3abde8;
}
.sec01 .box ul li:nth-child(2) .btn00 {
  background-color: #2bb7b3;
}
.sec01 .box ul li:last-child {
  width: calc(100% - 760px + 30px);
  background-color: unset;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .sec01 .box ul li:last-child {
    width: 100%;
  }
}
.sec01 .box ul li:last-child .intop .btn00, .sec01 .box ul li:last-child .inbottom .btn00 {
  background-color: #2bb7b3;
}
.sec01 .box ul li .top {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.sec01 .box ul li .top h3 {
  color: #f4ce40;
  font-size: 50px;
  line-height: 1;
}
.sec01 .box ul li .top .detail {
  font-size: 18px;
}
.sec01 .box ul li .under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  padding: 40px 0;
}
.sec01 .box ul li .under .team-logo {
  width: 90px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
.sec01 .box ul li .under .left {
  width: 120px;
}
@media screen and (max-width: 480px) {
  .sec01 .box ul li .under .left {
    width: 90px;
  }
}
.sec01 .box ul li .under .center {
  font-size: 45px;
  line-height: 1;
}
@media screen and (max-width: 580px) {
  .sec01 .box ul li .under .center {
    font-size: 35px;
  }
}
.sec01 .box ul li .under .center span {
  font-size: 30px;
}
@media screen and (max-width: 580px) {
  .sec01 .box ul li .under .center span {
    font-size: 25px;
  }
}
.sec01 .box ul li .under .right {
  width: 120px;
}
@media screen and (max-width: 480px) {
  .sec01 .box ul li .under .right {
    width: 90px;
  }
}
.sec01 .box ul li .team {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .sec01 .box ul li .team {
    font-size: 12px;
  }
}
.sec01 .box ul li .btn00 {
  margin-inline: auto;
  background-color: #f5aa00;
}

.sec02 {
  background-color: #e6f3fb;
}

.sec03 {
  background-image: url("../img/top/bg02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sec03::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 189, 232, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.sec03 .box {
  position: relative;
  z-index: 2;
}
.sec03 .box .h2_ttl {
  color: #fff;
}

.footer {
  padding: 35px 0 30px;
  background-color: #f2f5f6;
}
.footer .sns-link {
  margin-bottom: 40px;
}
.footer .sns-link .ul_sns-link {
  justify-content: center;
}
.footer .sns-link .ul_sns-link li:nth-child(2) a, .footer .sns-link .ul_sns-link li:nth-child(4) a {
  position: relative;
}
.footer .sns-link .ul_sns-link li:nth-child(2) a::after, .footer .sns-link .ul_sns-link li:nth-child(4) a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  background-image: url("../img/common/x02.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.footer .sns-link .ul_sns-link li:nth-child(2) a:hover, .footer .sns-link .ul_sns-link li:nth-child(4) a:hover {
  opacity: 1;
}
.footer .sns-link .ul_sns-link li:nth-child(2) a:hover::after, .footer .sns-link .ul_sns-link li:nth-child(4) a:hover::after {
  transform: rotate(15deg) scale(1.1);
}
.footer .sns-link .ul_sns-link li:nth-child(4) a::after {
  background-image: url("../img/common/tiktok02.png");
}
.footer .add {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.footer .add strong {
  font-weight: 700;
}
.footer .btn00 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.copy {
  background-color: #bae3f9;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy span {
  display: inline-block;
  font-size: 10px;
}

body.single-post {
  margin-top: 132px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.single-post {
    margin-top: 76px;
  }
}
body.single-post .main_single .page .single .container {
  max-width: 800px;
  width: 90%;
  margin: 60px auto;
  padding: 80px 0;
}
body.single-post .main_single .page .single .container .single_thumb {
  width: 90%;
  margin: 0 auto 60px;
}
body.single-post .main_single .page .single .container .single_thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
body.single-post .main_single .page .single .container .date {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.single-post .main_single .page .single .container .date {
    font-size: 14px;
  }
}
body.single-post .main_single .page .single .container .cat_wrap a {
  pointer-events: none;
  background-color: #036eb7;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  text-decoration: none;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body.single-post .main_single .page .single .container .cat_wrap a {
    font-size: 12px;
  }
}
body.single-post .main_single .page .single .container .single_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #040057;
}
@media screen and (max-width: 768px) {
  body.single-post .main_single .page .single .container .single_title {
    font-size: 28px;
  }
}
body.single-post .main_single .page .single .container h2, body.single-post .main_single .page .single .container h3, body.single-post .main_single .page .single .container h4 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  padding: 10px 1em;
}
body.single-post .main_single .page .single .container h2 {
  font-size: 24px;
  background-color: #040057;
  color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.single-post .main_single .page .single .container h2 {
    font-size: 22px;
  }
}
body.single-post .main_single .page .single .container h3 {
  font-size: 20px;
  border-bottom: 4px solid #036eb7;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.single-post .main_single .page .single .container h3 {
    font-size: 18px;
  }
}
body.single-post .main_single .page .single .container h4 {
  font-size: 18px;
  padding-left: 0.5em;
  border-left: 2px solid #036eb7;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.single-post .main_single .page .single .container h4 {
    font-size: 16px;
  }
}
body.single-post .main_single .page .single .container p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body.single-post .main_single .page .single .container p {
    font-size: 214px;
  }
}
body.single-post .main_single .page .single .container a {
  color: #2660ac;
  text-decoration: underline;
  padding-bottom: 5px;
}
body.single-post .main_single .page .single .container .post_nav {
  margin: 60px 0;
}
body.single-post .main_single .page .single .container .post_nav a {
  margin-inline: auto;
}

/* === 一度だけ設定する値（必要に応じて変更）=== */
/* rem(数値) → vw を算出（あなたの式に準拠） */
/* 値を rem とみなして vw へ変換（auto, 0, %, 既に単位付きにも配慮） */
/* 値を rem として固定（>=1441px 用） */
/* リスト（1〜4値のショートハンド等）をまとめて変換 */
/* ★ 汎用：任意プロパティに “rem入力 → 3レンジvw＋largeでrem固定” を適用 */
/* 使いやすいエイリアス */
/* =====================
   追記：calc対応ユーティリティ
   - width: calc((100% - 4rem) / 2) 等を各レンジで自動展開
   - あなたのルール（769–1440=/1440、〜768=/768、〜580=/580、>=1441はrem固定）準拠
   ===================== */
/* calc((<percent> - <rem>)/<divisor>) を各レンジで出力 */
/* calc((<percent> + <rem>)/<divisor>) 版（必要時に） */
/* =====================
   追記：列レイアウト用（カード幅など）
   - n列、列間ギャップ=rem指定 → 幅を自動計算
   - 例: 2列・gap=2rem → width: calc((100% - 2rem)/2) を各レンジで出力
   ===================== */
/* =====================
   追記：軸ショートハンド
   - margin/padding の X/Y 方向をまとめて指定
   ===================== */
/* =====================
   追記：!important 版（必要な場面だけ）
   ===================== */
/* vw-font は vw-prop の薄いラッパー */
/* トップページ・wrap_01,wrap_02 タイトル縦 */
.ttl_tate {
  font-size: 16rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #08A222;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 0;
  left: 5rem;
}
@media screen and (max-width: 1280px) {
  .ttl_tate {
    font-size: 12rem;
    left: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .ttl_tate {
    writing-mode: unset;
  }
}
@media screen and (max-width: 580px) {
  .ttl_tate {
    font-size: 5.5rem;
  }
}

.txt_wh-bl {
  color: #fff;
  font-weight: 900;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0px 0px 5px #000, 0px 0px 19px rgba(0, 0, 0, 0.8);
}

.mv_parts {
  background-color: #D9D9D9;
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 768px) {
  .mv_parts {
    height: 40rem;
  }
}

.h_01 {
  font-size: 5rem;
  vertical-align: bottom;
  color: #08A222;
  position: relative;
  padding-left: 9rem;
  margin: 8rem 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .h_01 {
    font-size: 2.5rem;
    padding-left: 3rem;
    text-align: center;
  }
}
.h_01 span {
  font-size: 7rem;
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .h_01 span {
    font-size: 4rem;
  }
}
.h_01::before {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_gre.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.3rem;
  aspect-ratio: 73/65;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .h_01::before {
    width: 2.3rem;
  }
}

.h_02 {
  position: relative;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
  vertical-align: bottom;
  margin: 8rem 0 2.4rem;
  color: #08A222;
}
@media screen and (max-width: 768px) {
  .h_02 {
    font-size: 2.5rem;
    text-align: center;
  }
}
.h_02 span {
  font-size: 7rem;
  color: #fff;
  vertical-align: baseline;
  position: relative;
  display: inline-block;
  margin-right: 2rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .h_02 span {
    font-size: 4rem;
    margin-right: 1.5rem;
  }
}
.h_02 span::after {
  content: "";
  display: inline-block;
  background-color: #08A222;
  width: 9.2rem;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
}
@media screen and (max-width: 768px) {
  .h_02 span::after {
    width: 5.5rem;
  }
}

.h_03 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
  margin: 8rem 0 2.4rem;
  color: #787878;
  padding-bottom: 2rem;
  padding-right: 10%;
  border-bottom: 8px solid #08A222;
}
@media screen and (max-width: 768px) {
  .h_03 {
    font-size: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #08A222;
    text-align: center;
  }
}

.h_04 {
  margin: 8rem 0 2.4rem;
  font-size: 3.2rem;
  color: #fff;
  background-color: rgba(8, 162, 34, 0.8);
  font-weight: 700;
  border-radius: 3rem;
  line-height: 1;
  padding: 1.6rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .h_04 {
    font-size: 2rem;
    text-align: center;
  }
}

.colorbox {
  margin: 8rem 0;
}
.colorbox p {
  margin-bottom: 1rem;
}
.colorbox .ul_color {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.colorbox .ul_color li {
  width: 9.5rem;
  aspect-ratio: 1;
  color: #fff;
  padding: 1rem;
}
.colorbox .ul_color li:nth-child(1) {
  background-color: #08A222;
}
.colorbox .ul_color li:nth-child(2) {
  background-color: #FFD200;
}
.colorbox .ul_color li:nth-child(3) {
  background-color: #0086EB;
}
.colorbox .ul_color li:nth-child(4) {
  background-color: #FE0202;
}

.wrap_base {
  padding-top: 3.6rem;
  position: relative;
}
.wrap_base .ttl_tate {
  top: 3.3rem;
  left: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .wrap_base .ttl_tate {
    font-size: 5rem;
  }
}
.wrap_base .ttl_tate span {
  vertical-align: sub;
  display: inline-block;
  transform: translateX(11px);
}
@media screen and (max-width: 1080px) {
  .wrap_base .ttl_tate span {
    transform: translateY(-25px);
  }
}
@media screen and (max-width: 768px) {
  .wrap_base .ttl_tate span {
    transform: translateY(-11px);
  }
}
@media screen and (max-width: 768px) {
  .wrap_base .inner_01 {
    padding-top: 8rem;
  }
}
.wrap_base.wrap_01 {
  background-color: #FFD200;
  padding-bottom: 18rem;
  padding-right: 3%;
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_01 {
    padding-bottom: 8rem;
  }
}
.wrap_base.wrap_01 .ttl_tate {
  color: #fff;
}
.wrap_base.wrap_01 .ttl_tate span {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_01 .ttl_tate span {
    font-size: 3.5rem;
  }
}
.wrap_base.wrap_01 .box {
  padding-right: 5%;
}
.wrap_base.wrap_01 .box .ul_wrap01 li {
  margin-bottom: 3rem;
}
.wrap_base.wrap_01 .box .ul_wrap01 li span {
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_01 .box .ul_wrap01 li span {
    line-height: 1.8;
  }
}
.wrap_base.wrap_01 .box .ul_wrap01 li span:nth-child(1) {
  display: block;
  color: #08A222;
  font-size: 3.2rem;
  font-weight: 700;
  background-color: unset;
  border-radius: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_01 .box .ul_wrap01 li span:nth-child(1) {
    font-size: 2rem;
  }
}
.wrap_base.wrap_01 .box .ul_wrap01 li span:nth-child(2) {
  margin-bottom: 0;
}
.wrap_base.wrap_01 .box .ul_wrap01 li .toggle_switch {
  margin-top: 0;
}
.wrap_base.wrap_02 {
  background-color: #F2EFD8;
  padding-bottom: 6rem;
}
.wrap_base.wrap_02 .ttl_tate {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_02 .box {
    padding-right: 3%;
  }
}
.wrap_base.wrap_02 .box .txt_wh-bl {
  font-size: 4.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_02 .box .txt_wh-bl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 580px) {
  .wrap_base.wrap_02 .box .txt_wh-bl {
    font-size: 2.4rem;
  }
}
.wrap_base.wrap_02 .box .ul_wrap02 li {
  margin-bottom: 4rem;
  line-height: 1;
}
.wrap_base.wrap_02 .box .ul_wrap02 li span {
  display: block;
}
.wrap_base.wrap_02 .box .ul_wrap02 li span:nth-child(1) {
  font-weight: 700;
  margin-bottom: 2rem;
}
.wrap_base.wrap_03 {
  background-color: #F0F0F0;
  padding-bottom: 6rem;
}
.wrap_base.wrap_03 .box .txt_note {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
.wrap_base.wrap_03 .box .txt_note::before {
  content: "";
  display: inline-block;
  background-image: url("../img/note.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.9rem;
  aspect-ratio: 39/35;
}
.wrap_base.wrap_03 .box .ul_note li {
  line-height: 2;
  position: relative;
}
.wrap_base.wrap_03 .box .ul_note li::before {
  content: "※";
  display: inline-block;
  margin-right: 3px;
}
.wrap_base.wrap_04 {
  background-color: #DCF0DC;
  padding-bottom: 18rem;
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_04 {
    padding-bottom: 8rem;
  }
}
.wrap_base.wrap_04 .ttl_tate {
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .wrap_base.wrap_04 .box {
    padding-right: 3%;
  }
}
.wrap_base.wrap_04 .box .ul_wrap04 li span {
  display: block;
  border-radius: 2rem;
  padding: 3rem;
  position: relative;
  line-height: 2;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_04 .box .ul_wrap04 li span {
    font-size: 1.6rem;
    padding: 1.5rem;
  }
}
.wrap_base.wrap_04 .box .ul_wrap04 li span:nth-child(1) {
  background-color: #08A222;
  color: #fff;
  margin-bottom: 3rem;
  width: 95%;
  margin-left: auto;
}
.wrap_base.wrap_04 .box .ul_wrap04 li span:nth-child(1)::after {
  content: "";
  display: inline-block;
  background-image: url("../img/radius.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.2rem;
  aspect-ratio: 72/63;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-40%, 50%);
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_04 .box .ul_wrap04 li span:nth-child(1)::after {
    width: 4.2rem;
  }
}
.wrap_base.wrap_04 .box .ul_wrap04 li span:nth-child(2) {
  background-color: #FFD200;
  width: 80%;
  margin-left: auto;
}
.wrap_base.wrap_05 {
  background-color: #FFE6E6;
  padding-bottom: 18rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1280px) {
  .wrap_base.wrap_05 {
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_05 {
    padding-bottom: 8rem;
  }
}
.wrap_base.wrap_05 .ttl_tate {
  color: #fff;
}
.wrap_base.wrap_05 .box h3 {
  color: #F26695;
  font-size: 4.5rem;
  font-weight: 900;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_05 .box h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 580px) {
  .wrap_base.wrap_05 .box h3 {
    font-size: 2.4rem;
  }
}
.wrap_base.wrap_05 .box .ul_wrap05 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .wrap_base.wrap_05 .box .ul_wrap05 {
    gap: 1.5rem;
  }
}
.wrap_base.wrap_05 .box .ul_wrap05 li {
  width: calc((100% - 9rem) / 4);
}
@media screen and (max-width: 1280px) {
  .wrap_base.wrap_05 .box .ul_wrap05 li {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_05 .box .ul_wrap05 li {
    width: calc((100% - 1.5rem) / 2);
  }
}
.wrap_base.wrap_05 .box .ul_wrap05 li a {
  width: 100%;
}
.wrap_base.wrap_05 .box .ul_wrap05 li .img {
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 2rem;
  aspect-ratio: 291/194;
}
.wrap_base.wrap_05 .box .ul_wrap05 li .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.wrap_base.wrap_05 .box .ul_wrap05 li .txtbox {
  font-size: 1.8rem;
}
.wrap_base.wrap_05 .box .ul_wrap05 li .txtbox h4 {
  font-weight: 500;
}
.wrap_base.wrap_05 .box .ul_wrap05 li .txtbox .kyori {
  font-weight: 500;
}
.wrap_base.wrap_05 .box .ul_wrap05 li .txtbox .price {
  font-size: 2rem;
  font-weight: 700;
}
.wrap_base.wrap_05 .box .ul_wrap05 li .txtbox .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.wrap_base.wrap_05 .box .ul_wrap05 li .txtbox .cat a {
  display: inline-block;
  font-size: 12px;
  background-color: #08A222;
  color: #fff;
  border-radius: 1rem;
  padding: 5px 10px;
  line-height: 1;
}
.wrap_base.wrap_06 {
  background-color: #E2F3FF;
  padding-bottom: 18rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1380px) {
  .wrap_base.wrap_06 {
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .wrap_base.wrap_06 {
    padding-bottom: 8rem;
  }
}
.wrap_base.wrap_06 .ttl_tate {
  color: #fff;
}
.wrap_base.wrap_06 .box h3 {
  color: #0274CA;
  font-size: 4.5rem;
  font-weight: 900;
  margin-bottom: 4rem;
}
.wrap_base.wrap_06 .box .ul_wrap06 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1380px) {
  .wrap_base.wrap_06 .box .ul_wrap06 {
    gap: 1.5rem;
  }
}
.wrap_base.wrap_06 .box .ul_wrap06 > li {
  border-radius: 2rem;
  width: calc((100% - 3rem) / 2);
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 1380px) {
  .wrap_base.wrap_06 .box .ul_wrap06 > li {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 1080px) {
  .wrap_base.wrap_06 .box .ul_wrap06 > li {
    width: 100%;
  }
}
.wrap_base.wrap_06 .box .ul_wrap06 > li h4 {
  background-color: #0086EB;
  text-align: center;
  padding: 1.2rem 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1380px) {
  .wrap_base.wrap_06 .box .ul_wrap06 > li h4 {
    font-size: 2rem;
  }
}
.wrap_base.wrap_06 .box .ul_wrap06 > li h4 span {
  font-size: 2rem;
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 1380px) {
  .wrap_base.wrap_06 .box .ul_wrap06 > li h4 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .wrap_base.wrap_06 .box .ul_wrap06 > li h4 span {
    font-size: 2rem;
  }
}
.wrap_base.wrap_06 .box .ul_wrap06 > li .inbox .ul02 {
  padding-inline: 1.4rem;
}
.wrap_base.wrap_06 .box .ul_wrap06 > li .inbox .ul02 > li {
  display: flex;
  align-items: center;
  padding: 1.4rem 0;
  position: relative;
}
.wrap_base.wrap_06 .box .ul_wrap06 > li .inbox .ul02 > li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: calc(100% - 2.8rem);
  background-color: #0086EB;
  position: absolute;
  top: 50%;
  left: 13rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1380px) {
  .wrap_base.wrap_06 .box .ul_wrap06 > li .inbox .ul02 > li::after {
    left: 9rem;
  }
}
.wrap_base.wrap_06 .box .ul_wrap06 > li .inbox .ul02 > li .ttl {
  width: 13rem;
  text-align: center;
  color: #0274CA;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1380px) {
  .wrap_base.wrap_06 .box .ul_wrap06 > li .inbox .ul02 > li .ttl {
    font-size: 1.6rem;
    width: 9rem;
  }
}
.wrap_base.wrap_06 .box .ul_wrap06 > li .inbox .ul02 > li .txt {
  width: calc(100% - 13rem);
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2rem 0 2rem 2rem;
  line-height: 2;
}
@media screen and (max-width: 1380px) {
  .wrap_base.wrap_06 .box .ul_wrap06 > li .inbox .ul02 > li .txt {
    font-size: 1.6rem;
    width: calc(100% - 9rem);
  }
}
.wrap_base.wrap_06 .box .ul_wrap06 > li .inbox .ul02 > li:nth-child(1) {
  border-bottom: 2px solid #0086EB;
}

.ul_verbox {
  margin-bottom: 4rem;
}
.ul_verbox .ttl {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ul_verbox .ttl {
    font-size: 2rem;
  }
}
.ul_verbox ul {
  padding-left: 1.5em;
}
.ul_verbox ul li {
  margin-bottom: 1rem;
}
.ul_verbox .ul_ver01 {
  list-style: disc;
}
.ul_verbox .ul_ver02 {
  list-style: decimal;
}

.tablebox {
  margin-bottom: 8rem;
}
.tablebox table {
  width: 100%;
  border-radius: 2rem;
  border: 6px solid #08A222;
  border-collapse: separate;
  border-spacing: 0;
}
.tablebox table tr th, .tablebox table tr td {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 1.6rem 5px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .tablebox table tr th, .tablebox table tr td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tablebox table tr th, .tablebox table tr td {
    font-size: 1.6rem;
  }
}
.tablebox table tr th {
  color: #fff;
  background-color: #08A222;
}
@media screen and (max-width: 768px) {
  .tablebox table tr th {
    font-size: 1.8rem;
  }
}
.tablebox.tablebox01 {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox01 {
    display: block;
  }
}
.tablebox.tablebox01 .table01 {
  width: 33.3333333333%;
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox01 .table01 {
    width: 100%;
    border: none;
  }
}
.tablebox.tablebox01 .table01 tr th {
  border-right: 3px solid #fff;
}
.tablebox.tablebox01 .table01 tr th:last-child {
  border-right: none;
}
.tablebox.tablebox01 .table01 tr td {
  border-bottom: 2px solid #08A222;
  border-right: 2px solid #08A222;
}
.tablebox.tablebox01 .table01 tr td:last-child {
  border-right: none;
}
.tablebox.tablebox01 .table01 tr:last-child td {
  border-bottom: none;
}
.tablebox.tablebox01 .table01:nth-child(1) {
  border-radius: 2rem 0 0 2rem;
  border-right: none;
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox01 .table01:nth-child(1) {
    border-radius: 0;
  }
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox01 .table01:nth-child(1) tr th {
    border-radius: 2rem 2rem 0 0;
  }
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox01 .table01:nth-child(1) tr td {
    border-left: 4px solid #08A222;
    border-right: 4px solid #08A222;
  }
}
.tablebox.tablebox01 .table01:nth-child(2) {
  border-collapse: collapse;
  border-left: none;
  border-right: none;
}
.tablebox.tablebox01 .table01:nth-child(2) tr th {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox01 .table01:nth-child(2) tr th {
    border-left: none;
    border-right: none;
  }
}
.tablebox.tablebox01 .table01:nth-child(2) tr td {
  border-left: 2px solid #08A222;
  border-right: 2px solid #08A222;
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox01 .table01:nth-child(2) tr td {
    border-left: 4px solid #08A222;
    border-right: 4px solid #08A222;
  }
}
.tablebox.tablebox01 .table01:last-child {
  border-radius: 0 2rem 2rem 0;
  border-left: none;
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox01 .table01:last-child {
    border-radius: 0;
  }
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox01 .table01:last-child tr td {
    border-left: 4px solid #08A222;
    border-right: 4px solid #08A222;
  }
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox01 .table01:last-child tr:last-child td {
    border-radius: 0 0 2rem 2rem;
    border-bottom: 4px solid #08A222;
  }
}
.tablebox.tablebox02 .table02 tr th {
  border-bottom: 2px solid #fff;
}
.tablebox.tablebox02 .table02 tr td {
  border-bottom: 2px solid #08A222;
  border-right: 2px solid #08A222;
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox02 .table02 tr td {
    border-right: none;
  }
}
.tablebox.tablebox02 .table02 tr td:last-child {
  border-right: none;
}
.tablebox.tablebox02 .table02 tr:last-child th {
  border-bottom: none;
}
.tablebox.tablebox02 .table02 tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox02 .table02 tr:last-child td {
    border-bottom: 2px solid #08A222;
  }
  .tablebox.tablebox02 .table02 tr:last-child td:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 1280px) {
  .tablebox.tablebox03 {
    overflow-x: scroll;
  }
}
.tablebox.tablebox03 .table03 {
  min-width: 1080px;
}
.tablebox.tablebox03 .table03 tr .td_red {
  background-color: #FFE6E6;
  color: #FE0202;
}
.tablebox.tablebox03 .table03 tr .td_gre {
  background-color: #DCF0DC;
  color: #08A222;
}
@media screen and (max-width: 1080px) {
  .tablebox.tablebox03 .table03 tr th, .tablebox.tablebox03 .table03 tr td {
    display: table-cell;
    width: unset;
  }
}
.tablebox.tablebox03 .table03 tr th {
  border-bottom: 2px solid #fff;
  vertical-align: middle;
}
.tablebox.tablebox03 .table03 tr td {
  background-color: #fff;
  border-bottom: 2px solid #08A222;
  border-right: 2px solid #08A222;
}
.tablebox.tablebox03 .table03 tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 580px) {
  .tablebox.tablebox03 .table03 tr:nth-child(1) th {
    text-align: left;
    padding-left: 4em;
  }
}
.tablebox.tablebox03 .table03 tr:last-child th {
  border-bottom: none;
}
.tablebox.tablebox03 .table03 tr:last-child td {
  border-bottom: none;
}
.tablebox.tablebox03 .table03 tr:last-child td:last-child {
  border-radius: 0 0 1.5rem 0;
}

.flexbox {
  display: flex;
  align-items: center;
  gap: 7rem;
  border-radius: 2rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1320px) {
  .flexbox {
    gap: 4rem;
  }
}
@media screen and (max-width: 1080px) {
  .flexbox {
    flex-direction: column;
  }
}
.flexbox .left {
  width: 28rem;
}
@media screen and (max-width: 1320px) {
  .flexbox .left {
    width: 23rem;
  }
}
.flexbox .left a {
  width: 100%;
}
.flexbox .left a img {
  transition: all 0.3s;
}
.flexbox .left a:hover img {
  transform: rotate(-5deg);
}
.flexbox .right {
  width: calc(100% - 28rem - 7rem);
  padding: 3rem;
  background-color: #0274CA;
  border-radius: 2rem;
}
@media screen and (max-width: 1320px) {
  .flexbox .right {
    width: calc(100% - 23rem - 4rem);
  }
}
@media screen and (max-width: 1080px) {
  .flexbox .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flexbox .right {
    padding: 1rem;
  }
}
.flexbox .right .box {
  display: flex;
  align-items: end;
  gap: 3rem;
}
@media screen and (max-width: 1320px) {
  .flexbox .right .box {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .flexbox .right .box {
    flex-direction: column;
    align-items: center;
  }
}
.flexbox .right .box .inleft {
  font-size: 5.3rem;
  font-weight: 900;
  color: #fff;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  position: relative;
  width: 14.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flexbox .right .box .inleft {
    font-size: 3.5rem;
  }
}
.flexbox .right .box .inleft .chara {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 8.8rem;
  aspect-ratio: 88/187;
}
@media screen and (max-width: 768px) {
  .flexbox .right .box .inleft .chara {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
    transform: translate(100%, 0);
    width: 5.8rem;
  }
}
.flexbox .right .box .inright {
  width: calc(100% - 3rem - 14.5rem);
}
@media screen and (max-width: 1320px) {
  .flexbox .right .box .inright {
    width: calc(100% - 1.5rem - 14.5rem);
  }
}
@media screen and (max-width: 768px) {
  .flexbox .right .box .inright {
    width: 100%;
  }
}
.flexbox .right .box .inright ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1320px) {
  .flexbox .right .box .inright ul {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .flexbox .right .box .inright ul {
    gap: 1rem;
  }
}
.flexbox .right .box .inright ul li {
  width: calc((100% - 3rem) / 2);
  border-radius: 2rem;
  overflow: hidden;
}
.flexbox .right .box .inright ul li a {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  color: #0274CA;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.flexbox .right .box .inright ul li a img {
  width: 9.4rem;
  aspect-ratio: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1320px) {
  .flexbox .right .box .inright ul li a img {
    width: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .flexbox .right .box .inright ul li a img {
    width: 4rem;
  }
}
@media screen and (max-width: 580px) {
  .flexbox .right .box .inright ul li a img {
    width: 2.8rem;
  }
}
.flexbox .right .box .inright ul li a p {
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (max-width: 1320px) {
  .flexbox .right .box .inright ul li a p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .flexbox .right .box .inright ul li a p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .flexbox .right .box .inright ul li a p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1320px) {
  .flexbox .right .box .inright ul li a {
    width: 100%;
    gap: 1rem;
  }
}
.flexbox .right .box .inright ul li a:hover img {
  transform: scale(1.1);
}

.flex00 {
  display: flex;
  gap: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1080px) {
  .flex00 {
    flex-direction: column;
  }
}
.flex00 .left {
  width: 34rem;
}
@media screen and (max-width: 1080px) {
  .flex00 .left {
    margin-inline: auto;
  }
}
@media screen and (max-width: 580px) {
  .flex00 .left {
    width: 90%;
  }
}
.flex00 .left a {
  width: 100%;
  overflow: hidden;
}
.flex00 .left a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.flex00 .left a:hover img {
  transform: scale(1.1);
}
.flex00 .right {
  width: calc(100% - 4rem - 34rem);
}
@media screen and (max-width: 1080px) {
  .flex00 .right {
    width: 100%;
  }
}

/* === 一度だけ設定する値（必要に応じて変更）=== */
/* rem(数値) → vw を算出（あなたの式に準拠） */
/* 値を rem とみなして vw へ変換（auto, 0, %, 既に単位付きにも配慮） */
/* 値を rem として固定（>=1441px 用） */
/* リスト（1〜4値のショートハンド等）をまとめて変換 */
/* ★ 汎用：任意プロパティに “rem入力 → 3レンジvw＋largeでrem固定” を適用 */
/* 使いやすいエイリアス */
/* =====================
   追記：calc対応ユーティリティ
   - width: calc((100% - 4rem) / 2) 等を各レンジで自動展開
   - あなたのルール（769–1440=/1440、〜768=/768、〜580=/580、>=1441はrem固定）準拠
   ===================== */
/* calc((<percent> - <rem>)/<divisor>) を各レンジで出力 */
/* calc((<percent> + <rem>)/<divisor>) 版（必要時に） */
/* =====================
   追記：列レイアウト用（カード幅など）
   - n列、列間ギャップ=rem指定 → 幅を自動計算
   - 例: 2列・gap=2rem → width: calc((100% - 2rem)/2) を各レンジで出力
   ===================== */
/* =====================
   追記：軸ショートハンド
   - margin/padding の X/Y 方向をまとめて指定
   ===================== */
/* =====================
   追記：!important 版（必要な場面だけ）
   ===================== */
/* vw-font は vw-prop の薄いラッパー */
.page .mv {
  padding-top: 0;
  margin-top: 132px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .mv {
    margin-top: 76px;
  }
}
.page .mv::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 189, 232, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.page .mv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}
.page .mv .ttl h1 {
  text-align: center;
  font-size: 100px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media screen and (max-width: 1280px) {
  .page .mv .ttl h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .page .mv .ttl h1 {
    font-size: 40px;
  }
}
.page .mv .ttl h1 span {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 27px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .page .mv .ttl h1 span {
    font-size: 16px;
  }
}
.page .pg {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .page .pg {
    padding: 40px 0;
  }
}
.page {
  /* TEAM PROFILE */
  /* NOW RECRUITING PLAYERS */
  /* COMPANY */
}
.page .main_about .pg01 .img, .page .main_recruit .pg01 .img, .page .main_company .pg01 .img {
  width: 680px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .page .main_about .pg01 .img, .page .main_recruit .pg01 .img, .page .main_company .pg01 .img {
    width: 80%;
  }
}
.page .main_about .pg01 .box, .page .main_recruit .pg01 .box, .page .main_company .pg01 .box {
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  .page .main_about .pg01 .box, .page .main_recruit .pg01 .box, .page .main_company .pg01 .box {
    padding: 25px 0 30px;
  }
}
.page .main_about .pg01 .box p, .page .main_recruit .pg01 .box p, .page .main_company .pg01 .box p {
  text-align: center;
}
.page .main_about .pg01 .box .txt01, .page .main_recruit .pg01 .box .txt01, .page .main_company .pg01 .box .txt01 {
  font-size: 43px;
  font-weight: 700;
  color: #036eb7;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .page .main_about .pg01 .box .txt01, .page .main_recruit .pg01 .box .txt01, .page .main_company .pg01 .box .txt01 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page .main_about .pg01 .box .txt01, .page .main_recruit .pg01 .box .txt01, .page .main_company .pg01 .box .txt01 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 580px) {
  .page .main_about .pg01 .box .txt01, .page .main_recruit .pg01 .box .txt01, .page .main_company .pg01 .box .txt01 {
    font-size: 24px;
  }
}
.page .main_about .pg01 .box .txt02, .page .main_recruit .pg01 .box .txt02, .page .main_company .pg01 .box .txt02 {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .page .main_about .pg01 .box .txt02, .page .main_recruit .pg01 .box .txt02, .page .main_company .pg01 .box .txt02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .page .main_about .pg01 .box .txt02, .page .main_recruit .pg01 .box .txt02, .page .main_company .pg01 .box .txt02 {
    font-size: 14px;
  }
}
.page .main_about .pg01 .box02, .page .main_recruit .pg01 .box02, .page .main_company .pg01 .box02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .main_about .pg01 .box02, .page .main_recruit .pg01 .box02, .page .main_company .pg01 .box02 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 580px) {
  .page .main_about .pg01 .box02, .page .main_recruit .pg01 .box02, .page .main_company .pg01 .box02 {
    margin-bottom: 80px;
  }
}
.page .main_about .pg01 .box02 .img01, .page .main_recruit .pg01 .box02 .img01, .page .main_company .pg01 .box02 .img01 {
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  min-height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 580px) {
  .page .main_about .pg01 .box02 .img01, .page .main_recruit .pg01 .box02 .img01, .page .main_company .pg01 .box02 .img01 {
    min-height: 300px;
  }
}
.page .main_about .pg01 .box02 .txtbox, .page .main_recruit .pg01 .box02 .txtbox, .page .main_company .pg01 .box02 .txtbox {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  padding: 30px 20px;
}
@media screen and (max-width: 1680px) {
  .page .main_about .pg01 .box02 .txtbox, .page .main_recruit .pg01 .box02 .txtbox, .page .main_company .pg01 .box02 .txtbox {
    left: 10%;
  }
}
@media screen and (max-width: 1480px) {
  .page .main_about .pg01 .box02 .txtbox, .page .main_recruit .pg01 .box02 .txtbox, .page .main_company .pg01 .box02 .txtbox {
    left: 5%;
  }
}
@media screen and (max-width: 1080px) {
  .page .main_about .pg01 .box02 .txtbox, .page .main_recruit .pg01 .box02 .txtbox, .page .main_company .pg01 .box02 .txtbox {
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page .main_about .pg01 .box02 .txtbox, .page .main_recruit .pg01 .box02 .txtbox, .page .main_company .pg01 .box02 .txtbox {
    left: 0;
    top: 80%;
    padding: 20px 10px;
  }
}
.page .main_about .pg01 .box02 .txtbox .top, .page .main_recruit .pg01 .box02 .txtbox .top, .page .main_company .pg01 .box02 .txtbox .top {
  font-size: 27px;
  font-weight: 900;
  color: #171c61;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .main_about .pg01 .box02 .txtbox .top, .page .main_recruit .pg01 .box02 .txtbox .top, .page .main_company .pg01 .box02 .txtbox .top {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page .main_about .pg01 .box02 .txtbox .top::after, .page .main_recruit .pg01 .box02 .txtbox .top::after, .page .main_company .pg01 .box02 .txtbox .top::after {
  content: "";
  display: inline-block;
  background-color: #bfbfbf;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page .main_about .pg01 .box02 .txtbox .under ul li, .page .main_recruit .pg01 .box02 .txtbox .under ul li, .page .main_company .pg01 .box02 .txtbox .under ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .page .main_about .pg01 .box02 .txtbox .under ul li, .page .main_recruit .pg01 .box02 .txtbox .under ul li, .page .main_company .pg01 .box02 .txtbox .under ul li {
    margin-bottom: 10px;
    gap: 0;
  }
}
.page .main_about .pg01 .box02 .txtbox .under ul li span, .page .main_recruit .pg01 .box02 .txtbox .under ul li span, .page .main_company .pg01 .box02 .txtbox .under ul li span {
  font-size: 60px;
  color: #3abde8;
  line-height: 1;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .page .main_about .pg01 .box02 .txtbox .under ul li span, .page .main_recruit .pg01 .box02 .txtbox .under ul li span, .page .main_company .pg01 .box02 .txtbox .under ul li span {
    font-size: 40px;
  }
}
.page .main_about .pg01 .box02 .txtbox .under ul li p, .page .main_recruit .pg01 .box02 .txtbox .under ul li p, .page .main_company .pg01 .box02 .txtbox .under ul li p {
  font-size: 18px;
  line-height: 1.5;
  color: #171c61;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page .main_about .pg01 .box02 .txtbox .under ul li p, .page .main_recruit .pg01 .box02 .txtbox .under ul li p, .page .main_company .pg01 .box02 .txtbox .under ul li p {
    font-size: 14px;
  }
}
.page .main_about .pg01 .box02 .txtbox .under ul li:nth-child(1) span, .page .main_recruit .pg01 .box02 .txtbox .under ul li:nth-child(1) span, .page .main_company .pg01 .box02 .txtbox .under ul li:nth-child(1) span {
  letter-spacing: 0.05em;
}
.page .main_about .pg02, .page .main_recruit .pg02, .page .main_company .pg02 {
  background-color: #e6f3fb;
}
.page .main_about .pg02 .box, .page .main_recruit .pg02 .box, .page .main_company .pg02 .box {
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page .main_about .pg02 .box, .page .main_recruit .pg02 .box, .page .main_company .pg02 .box {
    flex-direction: column;
    margin-top: 60px;
  }
}
.page .main_about .pg02 .box .left, .page .main_recruit .pg02 .box .left, .page .main_company .pg02 .box .left {
  width: 410px;
}
@media screen and (max-width: 1080px) {
  .page .main_about .pg02 .box .left, .page .main_recruit .pg02 .box .left, .page .main_company .pg02 .box .left {
    width: 80%;
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 580px) {
  .page .main_about .pg02 .box .left, .page .main_recruit .pg02 .box .left, .page .main_company .pg02 .box .left {
    width: 70%;
  }
}
@media screen and (max-width: 1080px) {
  .page .main_about .pg02 .box .left img, .page .main_recruit .pg02 .box .left img, .page .main_company .pg02 .box .left img {
    transform: translateX(31px);
  }
}
@media screen and (max-width: 580px) {
  .page .main_about .pg02 .box .left img, .page .main_recruit .pg02 .box .left img, .page .main_company .pg02 .box .left img {
    transform: translateX(15px);
  }
}
.page .main_about .pg02 .box .right, .page .main_recruit .pg02 .box .right, .page .main_company .pg02 .box .right {
  padding-left: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .page .main_about .pg02 .box .right, .page .main_recruit .pg02 .box .right, .page .main_company .pg02 .box .right {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .main_about .pg02 .box .right, .page .main_recruit .pg02 .box .right, .page .main_company .pg02 .box .right {
    width: 90%;
    margin-inline: auto;
  }
}
.page .main_about .pg02 .box .right p, .page .main_recruit .pg02 .box .right p, .page .main_company .pg02 .box .right p {
  font-size: 20px;
  color: #3e3a39;
}
@media screen and (max-width: 1080px) {
  .page .main_about .pg02 .box .right p, .page .main_recruit .pg02 .box .right p, .page .main_company .pg02 .box .right p {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  .page .main_about .pg02 .box .right p, .page .main_recruit .pg02 .box .right p, .page .main_company .pg02 .box .right p {
    font-size: 14px;
  }
}
.page .main_about .pg02 .box .txt, .page .main_recruit .pg02 .box .txt, .page .main_company .pg02 .box .txt {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scaleY(0.8);
  font-size: 55px;
  line-height: 1;
  color: #036eb7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .page .main_about .pg02 .box .txt, .page .main_recruit .pg02 .box .txt, .page .main_company .pg02 .box .txt {
    transform: translate(-50%, -150%) scaleY(0.8);
  }
}
.page .main_about .pg03 .box table, .page .main_recruit .pg03 .box table, .page .main_company .pg03 .box table {
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 50px;
}
.page .main_about .pg03 .box table tr th, .page .main_about .pg03 .box table tr td, .page .main_recruit .pg03 .box table tr th, .page .main_recruit .pg03 .box table tr td, .page .main_company .pg03 .box table tr th, .page .main_company .pg03 .box table tr td {
  padding: 20px 0;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .page .main_about .pg03 .box table tr th, .page .main_about .pg03 .box table tr td, .page .main_recruit .pg03 .box table tr th, .page .main_recruit .pg03 .box table tr td, .page .main_company .pg03 .box table tr th, .page .main_company .pg03 .box table tr td {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }
}
.page .main_about .pg03 .box table tr th, .page .main_recruit .pg03 .box table tr th, .page .main_company .pg03 .box table tr th {
  color: #036eb7;
  border-top: 1px solid #036eb7;
  font-weight: 700;
  width: 215px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .page .main_about .pg03 .box table tr th, .page .main_recruit .pg03 .box table tr th, .page .main_company .pg03 .box table tr th {
    width: 100%;
    padding-bottom: 0;
  }
}
.page .main_about .pg03 .box table tr td, .page .main_recruit .pg03 .box table tr td, .page .main_company .pg03 .box table tr td {
  color: #3e3a39;
  border-top: 1px solid #3e3a39;
  width: calc(100% - 215px);
  letter-spacing: -0.07em;
}
@media screen and (max-width: 900px) {
  .page .main_about .pg03 .box table tr td, .page .main_recruit .pg03 .box table tr td, .page .main_company .pg03 .box table tr td {
    width: 100%;
    border-top: none;
    padding-top: 0;
    padding-left: 1em;
  }
}
.page .main_about .pg03 .box table tr td ul li, .page .main_recruit .pg03 .box table tr td ul li, .page .main_company .pg03 .box table tr td ul li {
  display: flex;
  align-items: center;
  gap: 1.5em;
  line-height: 2;
  font-size: 16px;
  color: #3e3a39;
}
@media screen and (max-width: 580px) {
  .page .main_about .pg03 .box table tr td ul li, .page .main_recruit .pg03 .box table tr td ul li, .page .main_company .pg03 .box table tr td ul li {
    flex-direction: column;
    gap: 0;
    align-items: baseline;
    line-height: 1.2;
  }
}
.page .main_about .pg03 .box table tr td ul li span, .page .main_recruit .pg03 .box table tr td ul li span, .page .main_company .pg03 .box table tr td ul li span {
  color: #036eb7;
  display: inline-block;
}
.page .main_about .pg03 .box table tr:last-child th, .page .main_recruit .pg03 .box table tr:last-child th, .page .main_company .pg03 .box table tr:last-child th {
  border-bottom: 1px solid #036eb7;
}
@media screen and (max-width: 900px) {
  .page .main_about .pg03 .box table tr:last-child th, .page .main_recruit .pg03 .box table tr:last-child th, .page .main_company .pg03 .box table tr:last-child th {
    border-bottom: none;
  }
}
.page .main_about .pg03 .box table tr:last-child td, .page .main_recruit .pg03 .box table tr:last-child td, .page .main_company .pg03 .box table tr:last-child td {
  border-bottom: 1px solid #3e3a39;
  position: relative;
}
.page .main_about .pg03 .box table tr:last-child td .img, .page .main_recruit .pg03 .box table tr:last-child td .img, .page .main_company .pg03 .box table tr:last-child td .img {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 177px;
}
@media screen and (max-width: 768px) {
  .page .main_about .pg03 .box table tr:last-child td .img, .page .main_recruit .pg03 .box table tr:last-child td .img, .page .main_company .pg03 .box table tr:last-child td .img {
    width: 100px;
    position: static;
    margin-left: auto;
  }
}
.page .main_about .pg03 .linkbox ul, .page .main_recruit .pg03 .linkbox ul, .page .main_company .pg03 .linkbox ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 580px) {
  .page .main_about .pg03 .linkbox ul, .page .main_recruit .pg03 .linkbox ul, .page .main_company .pg03 .linkbox ul {
    flex-direction: column;
    gap: 20px;
  }
}
.page .main_about .pg03 .linkbox ul li, .page .main_recruit .pg03 .linkbox ul li, .page .main_company .pg03 .linkbox ul li {
  aspect-ratio: 250/125;
  width: 250px;
}
@media screen and (max-width: 580px) {
  .page .main_about .pg03 .linkbox ul li, .page .main_recruit .pg03 .linkbox ul li, .page .main_company .pg03 .linkbox ul li {
    margin-inline: auto;
  }
}
.page .main_about .pg03 .linkbox ul li h3, .page .main_recruit .pg03 .linkbox ul li h3, .page .main_company .pg03 .linkbox ul li h3 {
  color: #fff;
}
.page .main_about .pg03 .box table tr td ul li {
  align-items: flex-start;
}
.page .main_recruit h2 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #036eb7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .main_recruit h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .page .main_recruit .pg01 .box .txt02 {
    font-size: 13px;
  }
}
.page .main_recruit .pg01 .box02 .img01 {
  margin-left: 0;
  -o-object-position: left;
     object-position: left;
}
.page .main_recruit .pg01 .box02 .txtbox {
  left: unset;
  right: 20%;
}
@media screen and (max-width: 1680px) {
  .page .main_recruit .pg01 .box02 .txtbox {
    right: 10%;
  }
}
@media screen and (max-width: 1480px) {
  .page .main_recruit .pg01 .box02 .txtbox {
    right: 5%;
  }
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg01 .box02 .txtbox {
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page .main_recruit .pg01 .box02 .txtbox {
    right: 0;
  }
}
.page .main_recruit .pg03 .box table tr td ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width: 580px) {
  .page .main_recruit .pg03 .box table tr td ul li {
    flex-direction: row;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.page .main_recruit .pg03 .box table tr td ul li::before {
  content: "●";
  color: #3abde8;
  display: inline-block;
}
.page .main_recruit .pg04 {
  background-color: #eaf6fd;
}
.page .main_recruit .pg04 .box {
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
}
.page .main_recruit .pg04 .box table {
  width: 100%;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
.page .main_recruit .pg04 .box table tr:nth-child(even) {
  background-color: #fff;
}
.page .main_recruit .pg04 .box table tr th, .page .main_recruit .pg04 .box table tr td {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg04 .box table tr th, .page .main_recruit .pg04 .box table tr td {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
.page .main_recruit .pg04 .box table tr th {
  color: #fff;
  background-color: #036eb7;
  padding: 5px 0;
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg04 .box table tr th {
    display: none;
  }
}
.page .main_recruit .pg04 .box table tr td {
  padding: 24px 0;
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg04 .box table tr td {
    padding: 10px 0 20px;
  }
}
.page .main_recruit .pg04 .box table tr td:nth-child(1) {
  color: #036eb7;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg04 .box table tr td:nth-child(1) {
    border-top: 2px solid #3e3a39;
  }
}
.page .main_recruit .pg04 .box table tr td span {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
  color: #036eb7;
}
.page .main_recruit .pg04 .box p {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page .main_recruit .pg04 .box p {
    font-size: 12px;
  }
}
.page .main_recruit .pg05 .box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .page .main_recruit .pg05 .box ul {
    flex-direction: column;
    gap: 50px;
  }
}
.page .main_recruit .pg05 .box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-align: center;
  width: 250px;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg05 .box ul li {
    width: 173px;
    font-size: 16px;
  }
}
.page .main_recruit .pg05 .box ul li::after {
  content: "";
  display: inline-block;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  width: 282px;
  aspect-ratio: 282/120;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg05 .box ul li::after {
    width: 220px;
  }
}
.page .main_recruit .pg05 .box ul li:nth-child(1) {
  padding-right: 15px;
}
.page .main_recruit .pg05 .box ul li:nth-child(1)::after {
  background-image: url("../img/pg/recruit/bg01.png");
}
@media screen and (max-width: 768px) {
  .page .main_recruit .pg05 .box ul li:nth-child(2) {
    margin-bottom: 8px;
  }
}
.page .main_recruit .pg05 .box ul li:nth-child(2)::after {
  background-image: url("../img/pg/recruit/bg02.png");
}
@media screen and (max-width: 768px) {
  .page .main_recruit .pg05 .box ul li:nth-child(3) {
    margin-bottom: 20px;
  }
}
.page .main_recruit .pg05 .box ul li:nth-child(3)::after {
  background-image: url("../img/pg/recruit/bg03.png");
}
.page .main_recruit .pg05 .box ul li:nth-child(4)::after {
  background-image: url("../img/pg/recruit/bg04.png");
}
.page .main_recruit .pg05 .box ul li span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg05 .box ul li span {
    font-size: 12px;
  }
}
.page .main_recruit .pg05 .box ul li strong {
  font-size: 25px;
  display: block;
  color: #fff100;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg05 .box ul li strong {
    font-size: 18px;
  }
}
.page .main_recruit .pg05 .box02 {
  margin-top: 80px;
}
.page .main_recruit .pg05 .box02 h2 {
  color: #171c61;
  margin-bottom: 10px;
}
.page .main_recruit .pg05 .box02 p {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .main_recruit .pg05 .box02 p {
    font-size: 14px;
    width: 90%;
    margin-inline: auto;
  }
}
.page .main_recruit .pg05 .box02 p span {
  display: inline-block;
  color: #036eb7;
}
@media screen and (max-width: 768px) {
  .page .main_recruit .pg05 .box02 p span {
    display: block;
  }
}
.page .main_recruit .pg05 .entrybox {
  margin-top: 20px;
}
.page .main_recruit .pg05 .entrybox ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg05 .entrybox ul {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .main_recruit .pg05 .entrybox ul {
    flex-direction: column;
    gap: 15px;
  }
}
.page .main_recruit .pg05 .entrybox ul li {
  width: 280px;
}
@media screen and (max-width: 1080px) {
  .page .main_recruit .pg05 .entrybox ul li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .page .main_recruit .pg05 .entrybox ul li {
    width: 200px;
    margin-inline: auto;
  }
}
.page .main_recruit .pg05 .entrybox ul li a {
  width: 100%;
}
.page .main_recruit .banner {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .main_company .pg03 .box table tr td ul li .maplink {
  color: #036eb7;
}
.page .main_company .pg03 .box table tr td ul li a {
  cursor: pointer;
}
.page {
  /* MENBERS */
  /* SCHEDULE */
}
.page .main_menbers .pg h2, .page .main_schedule .pg h2 {
  width: 90%;
  max-width: 1024px;
  margin-inline: auto;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page .main_menbers .pg h2 span, .page .main_schedule .pg h2 span {
  display: inline-block;
  font-size: 55px;
  color: #3abde8;
}
.page .main_menbers .pg .box, .page .main_schedule .pg .box {
  width: 90%;
  max-width: 1024px;
  margin-inline: auto;
}
.page .main_menbers .pg .box ul, .page .main_schedule .pg .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  width: 100%;
}
.page .main_menbers .pg .box ul li, .page .main_schedule .pg .box ul li {
  max-width: 230px;
  margin-inline: auto;
  width: calc((100% - 105px) / 4);
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 1080px) {
  .page .main_menbers .pg .box ul li, .page .main_schedule .pg .box ul li {
    width: calc((100% - 70px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .page .main_menbers .pg .box ul li, .page .main_schedule .pg .box ul li {
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .page .main_menbers .pg .box ul li, .page .main_schedule .pg .box ul li {
    width: 100%;
  }
}
.page .main_menbers .pg .box ul li::after, .page .main_schedule .pg .box ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 229/91;
  background-image: url("../img/pg/menbers/02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 3;
}
.page .main_menbers .pg .box ul li span, .page .main_schedule .pg .box ul li span {
  position: absolute;
  display: block;
  color: #fff;
  line-height: 1;
}
.page .main_menbers .pg .box ul li span.position, .page .main_schedule .pg .box ul li span.position {
  top: 20px;
  right: 2%;
  font-size: 33px;
}
.page .main_menbers .pg .box ul li span.number, .page .main_schedule .pg .box ul li span.number {
  top: 55px;
  right: 2%;
  font-size: 25px;
  padding: 3px;
  background-color: #036eb7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .main_menbers .pg .box ul li span.txt01, .page .main_menbers .pg .box ul li span.txt02, .page .main_schedule .pg .box ul li span.txt01, .page .main_schedule .pg .box ul li span.txt02 {
  transform: rotate(90deg);
  transform-origin: left;
}
.page .main_menbers .pg .box ul li span.txt01, .page .main_schedule .pg .box ul li span.txt01 {
  font-size: 20px;
  top: 13px;
  left: 58px;
}
.page .main_menbers .pg .box ul li span.txt02, .page .main_schedule .pg .box ul li span.txt02 {
  font-size: 33px;
  top: 6px;
  left: 25px;
}
.page .main_menbers .pg .box ul li span.name, .page .main_schedule .pg .box ul li span.name {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 21px;
  font-weight: 700;
  z-index: 5;
}
.page .main_menbers .pg .box ul li span.date, .page .main_schedule .pg .box ul li span.date {
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 500;
  z-index: 5;
}
.page .main_menbers .pg .box ul li .player, .page .main_schedule .pg .box ul li .player {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page .main_menbers .pg .btn00, .page .main_schedule .pg .btn00 {
  margin: 60px auto 0;
}
.page .main_menbers .pg01 .box li, .page .main_schedule .pg01 .box li {
  background-image: url("../img/pg/menbers/bg.png");
}
.page .main_menbers .pg02 h2 span, .page .main_schedule .pg02 h2 span {
  color: #f4ce40;
}
.page .main_menbers .pg02 .box ul li, .page .main_schedule .pg02 .box ul li {
  background-image: url("../img/pg/menbers/bg02.png");
}
.page .main_menbers .pg02 .box ul li::after, .page .main_schedule .pg02 .box ul li::after {
  background-image: url("../img/pg/menbers/03.png");
}
.page .main_menbers .pg02 .box ul li span.title, .page .main_schedule .pg02 .box ul li span.title {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 500;
  z-index: 5;
}
.page .main_menbers .pg02 .box ul li span.name, .page .main_schedule .pg02 .box ul li span.name {
  bottom: 2%;
}
.page .main_schedule .h2_ttl {
  margin-bottom: 0;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 h2, .page .main_schedule .pg02 h2 {
    flex-direction: column;
    line-height: 1;
    margin-bottom: 30px;
  }
}
.page .main_schedule .pg01 .box, .page .main_schedule .pg02 .box {
  max-width: 1024px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box, .page .main_schedule .pg02 .box {
    max-width: 500px;
    padding-top: 10px;
  }
}
.page .main_schedule .pg01 .box table, .page .main_schedule .pg02 .box table {
  width: 100%;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table, .page .main_schedule .pg02 .box table {
    display: block;
    border-left: unset;
    border-top: unset;
  }
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tbody, .page .main_schedule .pg02 .box table tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr, .page .main_schedule .pg02 .box table tr {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
    border-top: 1px solid #bfbfbf;
  }
}
.page .main_schedule .pg01 .box table tr th, .page .main_schedule .pg01 .box table tr td, .page .main_schedule .pg02 .box table tr th, .page .main_schedule .pg02 .box table tr td {
  font-size: 18px;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr th, .page .main_schedule .pg01 .box table tr td, .page .main_schedule .pg02 .box table tr th, .page .main_schedule .pg02 .box table tr td {
    display: block;
    border-left: 1px solid #bfbfbf;
  }
}
@media screen and (max-width: 768px) {
  .page .main_schedule .pg01 .box table tr th, .page .main_schedule .pg01 .box table tr td, .page .main_schedule .pg02 .box table tr th, .page .main_schedule .pg02 .box table tr td {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .page .main_schedule .pg01 .box table tr th, .page .main_schedule .pg01 .box table tr td, .page .main_schedule .pg02 .box table tr th, .page .main_schedule .pg02 .box table tr td {
    font-size: 14px;
  }
}
.page .main_schedule .pg01 .box table tr th, .page .main_schedule .pg02 .box table tr th {
  color: #fff;
  background-color: #036eb7;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr th, .page .main_schedule .pg02 .box table tr th {
    display: none;
  }
}
.page .main_schedule .pg01 .box table tr td, .page .main_schedule .pg02 .box table tr td {
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr td, .page .main_schedule .pg02 .box table tr td {
    display: block;
  }
}
.page .main_schedule .pg01 .box table tr td.vs, .page .main_schedule .pg02 .box table tr td.vs {
  width: 414px;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr td.vs, .page .main_schedule .pg02 .box table tr td.vs {
    width: 100%;
  }
}
.page .main_schedule .pg01 .box table tr td.vs .inbox, .page .main_schedule .pg02 .box table tr td.vs .inbox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .page .main_schedule .pg01 .box table tr td.vs .inbox, .page .main_schedule .pg02 .box table tr td.vs .inbox {
    flex-direction: column;
  }
}
.page .main_schedule .pg01 .box table tr td.vs .inbox .left, .page .main_schedule .pg01 .box table tr td.vs .inbox .txt, .page .main_schedule .pg01 .box table tr td.vs .inbox .right, .page .main_schedule .pg02 .box table tr td.vs .inbox .left, .page .main_schedule .pg02 .box table tr td.vs .inbox .txt, .page .main_schedule .pg02 .box table tr td.vs .inbox .right {
  width: 33.3333333333%;
}
@media screen and (max-width: 480px) {
  .page .main_schedule .pg01 .box table tr td.vs .inbox .left, .page .main_schedule .pg01 .box table tr td.vs .inbox .txt, .page .main_schedule .pg01 .box table tr td.vs .inbox .right, .page .main_schedule .pg02 .box table tr td.vs .inbox .left, .page .main_schedule .pg02 .box table tr td.vs .inbox .txt, .page .main_schedule .pg02 .box table tr td.vs .inbox .right {
    width: 100%;
  }
  .page .main_schedule .pg01 .box table tr td.vs .inbox .left img, .page .main_schedule .pg01 .box table tr td.vs .inbox .txt img, .page .main_schedule .pg01 .box table tr td.vs .inbox .right img, .page .main_schedule .pg02 .box table tr td.vs .inbox .left img, .page .main_schedule .pg02 .box table tr td.vs .inbox .txt img, .page .main_schedule .pg02 .box table tr td.vs .inbox .right img {
    max-width: 200px;
  }
}
.page .main_schedule .pg01 .box table tr td.vs .inbox .left img, .page .main_schedule .pg01 .box table tr td.vs .inbox .right img, .page .main_schedule .pg02 .box table tr td.vs .inbox .left img, .page .main_schedule .pg02 .box table tr td.vs .inbox .right img {
  width: auto;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  .page .main_schedule .pg01 .box table tr td.vs .inbox .left img, .page .main_schedule .pg02 .box table tr td.vs .inbox .left img {
    padding-right: 90px;
  }
}
@media screen and (max-width: 480px) {
  .page .main_schedule .pg01 .box table tr td.vs .inbox .right img, .page .main_schedule .pg02 .box table tr td.vs .inbox .right img {
    padding-left: 90px;
  }
}
.page .main_schedule .pg01 .box table tr td.vs .inbox .txt, .page .main_schedule .pg02 .box table tr td.vs .inbox .txt {
  font-size: 55px;
  color: #3abde8;
}
.page .main_schedule .pg01 .box table tr td:nth-child(1), .page .main_schedule .pg02 .box table tr td:nth-child(1) {
  width: 190px;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr td:nth-child(1), .page .main_schedule .pg02 .box table tr td:nth-child(1) {
    width: 100%;
  }
}
.page .main_schedule .pg01 .box table tr td:nth-child(2), .page .main_schedule .pg02 .box table tr td:nth-child(2) {
  width: 70px;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr td:nth-child(2), .page .main_schedule .pg02 .box table tr td:nth-child(2) {
    width: 100%;
  }
}
.page .main_schedule .pg01 .box table tr td:nth-child(3), .page .main_schedule .pg02 .box table tr td:nth-child(3) {
  width: 140px;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr td:nth-child(3), .page .main_schedule .pg02 .box table tr td:nth-child(3) {
    width: 100%;
  }
}
.page .main_schedule .pg01 .box table tr td:nth-child(4), .page .main_schedule .pg02 .box table tr td:nth-child(4) {
  width: 210px;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr td:nth-child(4), .page .main_schedule .pg02 .box table tr td:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr td span, .page .main_schedule .pg02 .box table tr td span {
    font-size: 12px;
    color: #036eb7;
  }
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg01 .box table tr:nth-child(1), .page .main_schedule .pg02 .box table tr:nth-child(1) {
    border-top: unset;
  }
}
.page .main_schedule .pg01 .box table tr:nth-child(odd), .page .main_schedule .pg02 .box table tr:nth-child(odd) {
  background-color: #eaf6fd;
}
.page .main_schedule .pg02 .box table tr th {
  background-color: #f5aa00;
}
.page .main_schedule .pg02 .box table tr td.vs .inbox .txt {
  color: #f5aa00;
}
.page .main_schedule .pg02 .box table tr td.vs .inbox .right {
  padding-bottom: 1.5em;
}
@media screen and (max-width: 1080px) {
  .page .main_schedule .pg02 .box table tr td span {
    font-size: 12px;
    color: #f5aa00;
  }
}
.page .main_schedule .pg02 .box table tr:nth-child(odd) {
  background-color: #fffcdb;
}
.page .main_schedule .pg03 {
  background-color: #e6f3fb;
  padding: 60px 0;
}
.page .main_schedule .pg03 .newsbox {
  max-width: 1024px;
  width: 90%;
  margin-inline: auto;
}
.page .main_sponsor .pg01 {
  max-width: 1024px;
  width: 90%;
  margin-inline: auto;
}
.page .main_sponsor .pg01 .sponsorbox .h2_ttl {
  display: none;
}
.page .main_sponsor .pg01 .sponsorbox .btn00 {
  display: none;
}
.page .main_sponsor .pg01 .btn00 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .page .main_sponsor .pg01 .btn00 {
    font-size: 14px;
  }
}
.page .main_sponsor .pg01 .txt {
  line-height: 2;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .main_sponsor .pg01 .txt {
    font-size: 14px;
  }
}
.page .main_news .pg01 .box {
  max-width: 1024px;
  width: 90%;
  margin-inline: auto;
}
.page .main_news .pg01 .box ul {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .main_news .pg01 .box ul {
    gap: 10px;
  }
}
.page .main_news .pg01 .box ul li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .page .main_news .pg01 .box ul li {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .page .main_news .pg01 .box ul li {
    width: 100%;
  }
}
.page .main_news .pg01 .box ul li a {
  width: 100%;
}
.page .main_news .pg01 .box ul li a .img {
  overflow: hidden;
  aspect-ratio: 315/180;
}
.page .main_news .pg01 .box ul li a .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.page .main_news .pg01 .box ul li a .txtbox {
  position: relative;
}
.page .main_news .pg01 .box ul li a .txtbox.new::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5px;
  transform: translate(0, -25%);
  width: 50px;
  aspect-ratio: 50/47;
  background-image: url("../img/pg/news/01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page .main_news .pg01 .box ul li a .txtbox.new::after {
    width: 30px;
  }
}
.page .main_news .pg01 .box ul li a .txtbox {
  background-color: #e6f3fb;
  border-top: 3px solid #3abde8;
  padding: 10px;
}
.page .main_news .pg01 .box ul li a .txtbox p, .page .main_news .pg01 .box ul li a .txtbox h3 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .main_news .pg01 .box ul li a .txtbox p, .page .main_news .pg01 .box ul li a .txtbox h3 {
    font-size: 14px;
  }
}
.page .main_news .pg01 .box ul li a .txtbox .date {
  color: #036eb7;
  font-weight: 700;
}
.page .main_news .pg01 .box ul li a .txtbox h3 {
  margin: 0 0 15px;
}
.page .main_news .pg01 .box ul li a .txtbox .tag {
  color: #3abde8;
  background-color: #fff;
  min-width: 100px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 6px #3abde8;
}
@media screen and (max-width: 768px) {
  .page .main_news .pg01 .box ul li a .txtbox .tag {
    font-size: 12px;
    min-width: 80px;
  }
}
.page .main_news .pg01 .box ul li a:hover {
  opacity: 1;
}
.page .main_news .pg01 .box ul li a:hover .img img {
  transform: scale(1.1);
}
.page .main_contact .pg01 .txt {
  text-align: center;
  margin-bottom: 60px;
}
.page .main_contact .pg01 .box {
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
}
.page .main_contact .pg01 .box table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.page .main_contact .pg01 .box table tr th, .page .main_contact .pg01 .box table tr td {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page .main_contact .pg01 .box table tr th, .page .main_contact .pg01 .box table tr td {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .page .main_contact .pg01 .box table tr th, .page .main_contact .pg01 .box table tr td {
    display: block;
  }
}
.page .main_contact .pg01 .box table tr th {
  font-weight: 700;
  width: 200px;
  color: #171c61;
  text-align: left;
}
@media screen and (max-width: 580px) {
  .page .main_contact .pg01 .box table tr th {
    width: 100%;
  }
}
.page .main_contact .pg01 .box table tr td {
  width: calc(100% - 200px);
}
@media screen and (max-width: 580px) {
  .page .main_contact .pg01 .box table tr td {
    width: 100%;
  }
}
.page .main_contact .pg01 .box table tr td input, .page .main_contact .pg01 .box table tr td textarea {
  width: 100%;
  display: inline-block;
  border: 1px solid #bfbfbf;
  padding-inline: 10px;
}
.page .main_contact .pg01 .box table tr td p {
  font-size: 12px;
}
.page .main_contact .pg01 .box .btn00 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin: 40px auto;
  cursor: pointer;
}
.page .main_contact .pg01 .box .btn00::after {
  content: "▶︎";
  display: inline-block;
  transition: all 0.3s;
}
.page .main_contact .pg01 .box .btn00 input {
  color: #fff;
}
.page .main_contact .pg01 .box .btn00:hover::after {
  transform: translateX(3px);
}
.page .main_contact .pg01 .box .txt-thx {
  text-align: center;
}

/* === 一度だけ設定する値（必要に応じて変更）=== */
/* rem(数値) → vw を算出（あなたの式に準拠） */
/* 値を rem とみなして vw へ変換（auto, 0, %, 既に単位付きにも配慮） */
/* 値を rem として固定（>=1441px 用） */
/* リスト（1〜4値のショートハンド等）をまとめて変換 */
/* ★ 汎用：任意プロパティに “rem入力 → 3レンジvw＋largeでrem固定” を適用 */
/* 使いやすいエイリアス */
/* =====================
   追記：calc対応ユーティリティ
   - width: calc((100% - 4rem) / 2) 等を各レンジで自動展開
   - あなたのルール（769–1440=/1440、〜768=/768、〜580=/580、>=1441はrem固定）準拠
   ===================== */
/* calc((<percent> - <rem>)/<divisor>) を各レンジで出力 */
/* calc((<percent> + <rem>)/<divisor>) 版（必要時に） */
/* =====================
   追記：列レイアウト用（カード幅など）
   - n列、列間ギャップ=rem指定 → 幅を自動計算
   - 例: 2列・gap=2rem → width: calc((100% - 2rem)/2) を各レンジで出力
   ===================== */
/* =====================
   追記：軸ショートハンド
   - margin/padding の X/Y 方向をまとめて指定
   ===================== */
/* =====================
   追記：!important 版（必要な場面だけ）
   ===================== */
/* vw-font は vw-prop の薄いラッパー */
/* === 一度だけ設定する値（必要に応じて変更）=== */
/* rem(数値) → vw を算出（あなたの式に準拠） */
/* 値を rem とみなして vw へ変換（auto, 0, %, 既に単位付きにも配慮） */
/* 値を rem として固定（>=1441px 用） */
/* リスト（1〜4値のショートハンド等）をまとめて変換 */
/* ★ 汎用：任意プロパティに “rem入力 → 3レンジvw＋largeでrem固定” を適用 */
/* 使いやすいエイリアス */
/* =====================
   追記：calc対応ユーティリティ
   - width: calc((100% - 4rem) / 2) 等を各レンジで自動展開
   - あなたのルール（769–1440=/1440、〜768=/768、〜580=/580、>=1441はrem固定）準拠
   ===================== */
/* calc((<percent> - <rem>)/<divisor>) を各レンジで出力 */
/* calc((<percent> + <rem>)/<divisor>) 版（必要時に） */
/* =====================
   追記：列レイアウト用（カード幅など）
   - n列、列間ギャップ=rem指定 → 幅を自動計算
   - 例: 2列・gap=2rem → width: calc((100% - 2rem)/2) を各レンジで出力
   ===================== */
/* =====================
   追記：軸ショートハンド
   - margin/padding の X/Y 方向をまとめて指定
   ===================== */
/* =====================
   追記：!important 版（必要な場面だけ）
   ===================== */
/* vw-font は vw-prop の薄いラッパー */
/* === 一度だけ設定する値（必要に応じて変更）=== */
/* rem(数値) → vw を算出（あなたの式に準拠） */
/* 値を rem とみなして vw へ変換（auto, 0, %, 既に単位付きにも配慮） */
/* 値を rem として固定（>=1441px 用） */
/* リスト（1〜4値のショートハンド等）をまとめて変換 */
/* ★ 汎用：任意プロパティに “rem入力 → 3レンジvw＋largeでrem固定” を適用 */
/* 使いやすいエイリアス */
/* =====================
   追記：calc対応ユーティリティ
   - width: calc((100% - 4rem) / 2) 等を各レンジで自動展開
   - あなたのルール（769–1440=/1440、〜768=/768、〜580=/580、>=1441はrem固定）準拠
   ===================== */
/* calc((<percent> - <rem>)/<divisor>) を各レンジで出力 */
/* calc((<percent> + <rem>)/<divisor>) 版（必要時に） */
/* =====================
   追記：列レイアウト用（カード幅など）
   - n列、列間ギャップ=rem指定 → 幅を自動計算
   - 例: 2列・gap=2rem → width: calc((100% - 2rem)/2) を各レンジで出力
   ===================== */
/* =====================
   追記：軸ショートハンド
   - margin/padding の X/Y 方向をまとめて指定
   ===================== */
/* =====================
   追記：!important 版（必要な場面だけ）
   ===================== */
/* vw-font は vw-prop の薄いラッパー *//*# sourceMappingURL=style.css.map */