@charset "utf-8";
/* *************************************************************
	Global
*************************************************************** */

html {
  font-size: 16px;
}


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;
}

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

.inner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 40px;
  overflow: visible;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}


.pc {
  display: block;
}

.sp {
  display: none;
}

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

#mv .mv-bg-sp {
  display: none;
}

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

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

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

#mv .mv-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

#mv .mv-content {
  position: relative;
  z-index: 5;
  width: min(600px, 90%);
  margin: 0 auto;
  padding-top: 26px;
  text-align: center;
}

#mv .mv-title {
  margin: 0;
}

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

#mv .entry-btn {
  position: relative;
  display: inline-block;
  width: 300px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#mv .entry-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

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

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

#mv .mv-photo {
  position: absolute;
  z-index: 4;
  display: block;
  height: auto;
  pointer-events: none;
}

#mv .mv-photo01 {
  right: 65%;
  bottom: 52px;
  width: 420px;
}

#mv .mv-photo02 {
  left: 65%;
  top: 30px;
  width: 450px;
}

#mv .mv-photo03 {
  left: 70%;
  bottom: 118px;
  width: 280px;
}

/* tablet */
@media screen and (max-width: 1024px) {

  #mv,
  #mv .mv-inner {
    min-height: 700px;
  }

  #mv .mv-bg {
    min-width: 1300px;
  }

  #mv .mv-content {
    width: min(540px, 88%);
    padding-top: 40px;
  }

  #mv .entry-btn {
    width: 260px;
  }

  #mv .mv-photo01 {
    left: -80px;
    bottom: 46px;
    width: 350px;
  }

  #mv .mv-photo02 {
    right: -80px;
    top: 76px;
    width: 340px;
  }

  #mv .mv-photo03 {
    right: 24px;
    bottom: 98px;
    width: 230px;
  }
}

/* smartphone */
@media screen and (max-width: 767px) {

  #mv,
  #mv .mv-inner {
    min-height: 100svh;
  }

  #mv .mv-bg {
    min-width: 980px;
  }

  #mv .mv-content {
    width: 92%;
    padding-top: 54px;
  }

  #mv .entry-btn {
    width: 220px;
    margin-top: -2px;
  }

  #mv .entry-btn::after {
    right: -50px;
    width: 58px;
    height: 42px;
  }

  #mv .mv-photo01 {
    left: -110px;
    bottom: 20px;
    width: 290px;
  }

  #mv .mv-photo02 {
    right: -126px;
    top: 98px;
    width: 260px;
  }

  #mv .mv-photo03 {
    right: -18px;
    bottom: 96px;
    width: 170px;
  }
}


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

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

/* 写真 */
#copy-section .copy-photo {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  min-width: 1400px;
  height: 1300px;
  transform: translateX(-50%);
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 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: 1100px;
  margin: 0 auto;
  padding: 280px 20px 200px;
}

#copy-section .copy-content {
  width: 750px;
  color: #fff;
}

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

#copy-section .copy-title {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 24px;
  font-size: 30px;
  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: 16px;
  font-weight: 400;
  line-height: 32px;
}

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

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

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

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

/* =========================
   responsive
========================= */
@media screen and (max-width: 900px) {
  #copy-section {
    padding: 60px 0 80px;
  }

  #copy-section .copy-photo {
    top: 40px;
    min-width: 1100px;
    height: 620px;
  }

  #copy-section .copy-inner {
    padding-top: 100px;
  }

  #copy-section .copy-map {
    right: -8%;
    top: 210px;
    width: 55vw;
  }
}

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

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

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

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

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

#info .info-row dt,
#info .info-row dd {
  min-height: 48px;
  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: 24px;
  letter-spacing: 0.12em;
  font-weight: 500;
}

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

#info .info-sportskuji {
  width: 560px;
  max-width: 100%;
  margin: 34px 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: 120px 20px 0;
}

#topics .topics-inner {
  max-width: 800px;
  margin: 0 auto;
}

#topics .topics-box {
  position: relative;
  width: 100%;
  padding: 90px 60px 220px;
  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% 86%,
    50% 100%,
    0 86%
  );
  z-index: 0;
}

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

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

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

#topics .topics-text p {
  margin: 0 0 40px;
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  color: #111111;
}

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

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

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

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

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


/* **************************************************************
	pickup
*************************************************************** */

#pickup {
  position: relative;
  width: 100%;
  min-height: 920px;
  padding: 570px 20px 400px;
  overflow: hidden;
  margin-top: -300px;
}

#pickup .pickup-bg {
  position: absolute;
  left: 50%;
  top: 70px;
  width: 1920px;
  max-width: none;
  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;
  max-width: 1200px;
  margin: 0 auto;
}

#pickup .pickup-content {
  width: 410px;
  margin-left: 110px;
}

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

#pickup .pickup-title img {
  display: block;
  width: 510px;
  max-width: none;
  height: auto;
}

#pickup .pickup-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-shadow: 0 0 8px rgba(0, 39, 102, 0.45);
}

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

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

#pickup .pickup-photos {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

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

#pickup .pickup-photo01 {
  width: 560px;
  top: -15px;
  right: 30px;
}

#pickup .pickup-photo02 {
  width: 600px;
  top: 360px;
  right: 60px;
}


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

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

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

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

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

#mc .mc-title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 30px;
  color: #222222;
}

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

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

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

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

/* 写真 */

#mc .mc-photo {
  width: 50%;
  margin-bottom: 160px;
}

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


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

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

#fb .fb-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 90px;
  border: 4px solid #fedf3a;
  border-radius: 30px;
}

#fb .fb-head {
  text-align: center;
  margin-bottom: 90px;
}

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


/* =========================
   row
========================= */

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

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

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

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

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

#fb .fb-image {
  position: absolute;
  z-index: 2;
}

#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: 340px;
}

#fb .fb-image01 {
  width: 570px;
  right: 10px;
  top: -35px;
}

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

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

#fb .fb-image02 {
  width: 500px;
  left: 45px;
  top: -55px;
}

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

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

#fb .fb-image03 {
  width: 470px;
  right: 20px;
  top: -50px;
}

/* 中：アイコン3つ（常に3つ横並び） */
.about__points {
  display: flex;
  flex-wrap: nowrap;           /* ← 折り返さない */
  justify-content: center;
  align-items: flex-start;
  gap: 0;                   /* ← スマホで詰める */
  margin: 40px auto;
  width: 100%;
  max-width: 980px;            /* 任意：PCで広がりすぎ防止 */
  padding: 0 12px;             /* ← 端切れ防止 */
  box-sizing: border-box;
}

.about__point {
  text-align: center;
  flex: 1 1 0;                 /* ← 3等分 */
  min-width: 0;                /* ← これが無いと縮まらず崩れることがある */
  max-width: none;
}


.about__pointIcon {
  width: auto;
  height: 200px;
  display: block;
  margin: 0 auto 10px;
}

.about_point_text-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.about__pointDesc {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  color: #fff;
}

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

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

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

.about__iframe {
  display: block;
  width: 560px;
  height: 315px;
  margin: 50px auto 30px;
}


.about__iframe {
  display: block;
  width: 700px;
  height: 393px;
  margin: 80px auto;
}


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

#map {
  margin-bottom: 160px;
}

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

/* **************************************************************
	spo
*************************************************************** */

#spo {
  margin-bottom: 150px;
}

#spo .section-title img {
  width: 630px;
  height: auto;
  margin: 100px auto;
}

.spo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}

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

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

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

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

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

#partner .partner-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

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

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

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

footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

footer ul li {
  margin: 0 20px;
}

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

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