@charset "utf-8";
/* CSS Document */

@import url(ress.css);

/* --global----------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  background: url("../img/bg.webp") repeat top center / auto;
}


.inner {
  max-width: 100%;
}

.pc {
  display: none;
}

.sp {
  display: block;
}


/* **************************************************************
	mv
*************************************************************** */

#mv {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow: hidden;
}

#mv .mv-inner {
  position: relative;
  width: 100%;
  min-height: auto;
}

/* PC用パーツはSPで非表示 */
#mv .mv-bg,
#mv .mv-title,
#mv .mv-photo {
  display: none;
}

/* SP用1枚画像 */
#mv .mv-bg-sp {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

#mv .mv-bg-sp img {
  display: block;
  width: 100%;
  height: auto;
}

/* ボタン配置用 */
#mv .mv-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  pointer-events: none;
}

#mv .entry-btn {
  position: absolute;
  left: 17%;
  top: 65.5%;
  display: inline-block;
  width: 65%;
  max-width: 300px;
  pointer-events: auto;
    transition: none;
}

#mv .entry-btn img {
  display: block;
  width: 100%;
  height: auto;
}

#mv .entry-btn::after {
  content: "";
  position: absolute;
  right: -38%;
  top: 50%;
  width: 48%;
  height: 294%;
  background: url("../img/trial-free.svg") no-repeat center / contain;
  transform: translateY(-50%) rotate(5deg);
  z-index: -1;
}

/* **************************************************************
	copy
*************************************************************** */

#copy-section {
  position: relative;
  width: 100%;
  padding: 100px 0 50px;
  overflow: hidden;
}

/* 写真 */
#copy-section .copy-photo {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  min-width: 900px;
  height: 1200px;
  transform: translateX(-50%);
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  overflow: hidden;
  z-index: 1;
}

#copy-section .copy-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 101, 188, 0.72) 0%,
      rgba(0, 124, 205, 0.45) 42%,
      rgba(0, 124, 205, 0.12) 100%);
  z-index: 2;
}

#copy-section .copy-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* 中身 */
#copy-section .copy-inner {
  position: relative;
  z-index: 4;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 24px 50px;
}

#copy-section .copy-content {
  width: 100%;
  color: #fff;
}

#copy-section .copy-catch {
  display: inline-block;
  margin: 0 0 35px;
  padding: 8px 16px;
  border: 2px solid #ffe300;
  color: #ffe300;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

#copy-section .copy-title {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

/* 右側の白線 */
#copy-section .copy-title::after {
  content: "";
  width: 100px;
  /* ← この数値で自由に変更 */
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(2px);
  flex-shrink: 0;
}

#copy-section .copy-text p {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

#copy-section .copy-message {
  margin-top: 28px;
}

#copy-section .copy-message p {
  display: inline-block;
  margin: 0 0 8px;
  padding: 8px 15px;
  background: #ffe300;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

/* 地図イラスト */
#copy-section .copy-map {
  position: absolute;
  right: 8%;
  top: 30%;
  width: 85vw;
  z-index: 3;
  pointer-events: none;
  opacity: 0.5;
}

#copy-section .copy-map img {
  width: 100%;
  display: block;
  opacity: 0.88;
}

/* **************************************************************
	info
*************************************************************** */

#info {
  width: 100%;
  padding: 30px 20px;
}

#info .info-inner {
  max-width: 940px;
  margin: 0 auto;
}

#info .info-table {
  width: 100%;
  margin: 0;
}

#info .info-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 6px;
  margin-bottom: 6px;
}

#info .info-row dt,
#info .info-row dd {
  min-height: 44px;
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
}

#info .info-row dt {
  justify-content: center;
  background: #002776;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

#info .info-row dd {
  padding: 10px 14px;
  background: #ffffff;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
}

#info .info-sportskuji {
  width: 560px;
  max-width: 100%;
  margin: 28px auto 0;
}

#info .info-sportskuji a {
  display: block;
  transition: opacity 0.3s ease;
}

#info .info-sportskuji a:hover {
  opacity: 0.8;
}

#info .info-sportskuji img {
  display: block;
  width: 100%;
  height: auto;
}

/* **************************************************************
	topics
*************************************************************** */


#topics {
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
  overflow: visible;
}

#topics .topics-inner {
  width: 80%;
  max-width: 940px;
  margin: 0 auto;
  overflow: visible;
}

#topics .topics-box {
  position: relative;
  width: 100%;
  padding: 60px 20px 90px;
  text-align: center;
  background: none;
  overflow: visible;
}

#topics .topics-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fedf3a;
  clip-path: polygon(0 0,
      100% 0,
      100% 92%,
      50% 100%,
      0 92%);
  z-index: 0;
}

#topics .topics-head,
#topics .topics-photo,
#topics .topics-bottom {
  position: relative;
  z-index: 1;
}

/* タイトル */
#topics .topics-title {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  color: #111111;
  letter-spacing: 0.03em;
}

/* テキスト */
#topics .topics-text {
  margin-top: 50px;
}

#topics .topics-text p {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #111111;
}

#topics .topics-text p:last-child {
  margin-bottom: 0;
}

/* 写真 */
#topics .topics-photo {
  position: relative;
  width: calc(100% + 100px);
  margin: 50px -50px 0;
  z-index: 2;
}

#topics .topics-photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 下テキスト */
#topics .topics-bottom {
  margin-top: 40px;
}

#topics .topics-bottom p {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  color: #111111;
  letter-spacing: 0.02em;
}

/* **************************************************************
	pickup SP
*************************************************************** */

#pickup {
  position: relative;
  width: 100%;
  padding: 170px 20px 80px;
  overflow: hidden;
  margin-top: -150px;
}

#pickup .pickup-bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

#pickup .pickup-bg img {
  display: block;
  width: 100%;
  height: auto;
}

#pickup .pickup-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

#pickup .pickup-content {
  position: relative;
  width: 100%;
   margin-left: 0;
}

#pickup .pickup-title {
  margin: 0 0 45px;
}

#pickup .pickup-title img {
  display: block;
  width: 90%;
  height: auto;
}

#pickup .pickup-text {
  position: relative;
  z-index: 5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.03em;
  text-shadow: 0 0 8px rgba(0, 39, 102, 0.45);
}

#pickup .pickup-text p {
  margin: 0 0 34px;
}

#pickup .pickup-text p:last-child {
  margin-bottom: 0;
}

#pickup .pickup-photos {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

#pickup .pickup-photo {
  position: relative;
  display: block;
  max-width: none;
  height: auto;
}

#pickup .pickup-photo01 {
  width: 400px;
  top: 0;
  right: 45px;
  z-index: 2;
}

#pickup .pickup-photo02 {
  width: 420px;
  top: -70px;
  right: 10px;
  z-index: 1;
}


/* **************************************************************
   mc
*************************************************************** */

#mc {
  position: relative;
  width: 100%;
  padding: 20px 20px;
}

#mc::before {
  content: "";
  position: absolute;
  top: 64%;
  left: 0;
  width: 100%;
  height: calc(100% - 260px);
  background: #fedf3a;
  transform: translateY(-50%);
  z-index: 1;
}

#mc .mc-inner {
  flex-direction: column-reverse;
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

#mc .mc-content {
  width: 100%;
}

#mc .mc-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  color: #222222;
}

#mc .mc-sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

#mc .mc-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

#mc .mc-text p {
  margin: 0 0 18px;

  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #222222;
}

/* 写真 */

#mc .mc-photo {
  width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

#mc .mc-photo img {
  display: block;
  width: 100%;
  height: auto;
}



/* **************************************************************
   fb
*************************************************************** */

#fb {
  position: relative;
  width: 100%;
  padding: 80px 20px;
}

#fb .fb-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 20px;
  border: 3px solid #fedf3a;
  border-radius: 24px;
}

#fb .fb-head {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

#fb .fb-title img {
  width: 100%;
  max-width: 100%;
  height: auto;
}


#fb .fb-row {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

#fb .fb-row:last-child {
  margin-bottom: 40px;
}

#fb .fb-text-box {
  position: relative;
  width: 100%;
  background: #fedf3a;
  padding: 50px 20px 20px;
  z-index: 1;
}

#fb .fb-text-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #222222;
}

#fb .fb-text-box p.strong{
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #222222;
  padding-right: 20px;
}

#fb .fb-image {
  position: relative;
    width: 100%;
    top: auto;
    right: auto;
    left: auto;
    margin-top: -20px;
    margin-bottom: -30px;
}

#fb .fb-image img {
  display: block;
  width: 100%;
  height: auto;
}

#fb .fb-row01 {
  justify-content: flex-start;
}

#fb .fb-row01 .fb-text-box {
  padding-right: 0;
}

#fb .fb-image01 {
  width: 90%;
  right: 0;
  top: 0;
}

#fb .fb-row02 {
  justify-content: flex-end;
}

#fb .fb-row02 .fb-text-box {
  width: 100%;
  margin-left: auto;
  padding-left: 20px;
}

#fb .fb-image02 {
  width: 90%;
  left: auto;
  top: 10px;
}

#fb .fb-row03 {
  justify-content: flex-start;
}

#fb .fb-row03 .fb-text-box {
  padding-right: 0;
}

#fb .fb-image03 {
  width: 90%;
  right: 0;
  top: 10px;
}

#fb .fb-row01 .fb-image,
  #fb .fb-row03 .fb-image {
    order: 1;
  }

  #fb .fb-row01 .fb-text-box,
  #fb .fb-row03 .fb-text-box {
    order: 2;
  }

  #fb .fb-row02 .fb-image {
    order: 1;
  }

  #fb .fb-row02 .fb-text-box {
    order: 2;
    margin: 0 auto;
  }

/* 中：アイコン3つ（縦並び） */
.about__points{
  display: flex;
  flex-direction: column;
  align-items: center;     /* 3段全体を中央に寄せる */
  gap: 30px;
  margin: 40px auto;
  padding: 0 12px;
  box-sizing: border-box;
}

/* 各段：2カラムで固定（左=アイコン / 右=テキスト） */
.about__point{
  display: grid;
  grid-template-columns: 40% 50%; /* ← 左カラム幅を固定すると丸が揃う */
  column-gap: 15px;
  align-items: center;

  width: 100%;
  max-width: 560px;        /* ← 3段の横幅を同一に */
}

/* アイコン：固定枠の中でセンターに配置 */
.about__pointIcon{
  width: 100%;            /* ← 左カラムと同じ */
  height: auto;           /* ← 丸の見え方を揃える */
  object-fit: contain;     /* ← 画像がはみ出さず中央に収まる */
  display: block;
  margin: 0 auto;          /* ← 左カラム内で中央 */
}

/* 右側テキスト：左揃えで基準線を統一 */
.about_point_text-wrap{
  display: block;
  text-align: left;
  width: 100%;
}

.about__pointTitleImg_01 {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 0 8px;
}

.about__pointTitleImg_02 {
  display: block;
   width: 100%;
  height: auto;
  margin: 0 0 8px;
}

.about__pointTitleImg_03 {
  display: block;
   width: 75%;
  height: auto;
  margin: 0 0 8px;
}

/* 説明文 */
.about__pointDesc{
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
}

.about__iframe {
  display: block;
  width: 90%;
  height: 90%;
  margin: 50px auto 30px;
}




/* **************************************************************
	map
*************************************************************** */

#map {
  margin-bottom: 100px;
}

.maps {
  width: 100%;
  height: 100%;
}

/* **************************************************************
	partner
*************************************************************** */

#partner .partner-box {
  width: 100%;
  background-color: #fff;
  padding: 30px 30px 80px;
  margin: 100px auto 100px;
  text-align: center;
}

#partner .partner-title {
  margin-bottom: 20px;
}

#partner .partner-title p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

#partner .partner-title span {
  font-size: 14px;
  font-weight: bold;
  color: #204c9f;
}

#partner .partner-wrap {
  display: flex;
  flex-wrap: wrap;          /* 折り返し */
  justify-content: center;  /* 中央揃え */
  align-items: center;
  gap: 30px 40px;           /* 縦 横 */
  padding: 0;
  list-style: none;
}

/* ロゴサイズ調整 */
#partner .partner-wrap li {
  flex: 0 0 auto;
}

/* 画像を50%縮小 */
#partner .partner-wrap img {
  width: 80%;
  height: auto;
  max-width: 120px; /* お好みで調整 */
  transition: 0.3s;
}

/* **************************************************************
	footer
*************************************************************** */

footer {
  background: #0a2d65;
  text-align: center;
}

footer.box>.inner {
  padding: 40px 0 30px;
}

footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px; /* 少しだけ詰める */
  padding: 0;
}

footer ul li {
  margin: 0 7px; /* ← 20px → 10px に縮小 */
}

footer ul li img {
  width: 40px;  /* ← サイズ調整（お好みで24〜28px） */
  height: auto;
  display: block;
}


footer p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #fff;
}

footer .jfba {
  width: 80px;
  height: auto;
  margin: 0 auto 20px;
}