@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  word-break: phrase-all;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
  --header-h: calc( $navHeight + 40px ); /* ヘッダー高さ */
}

/* アンカー位置補正 */
[id] {
  scroll-margin-top: var(--header-h);
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

a[href^=tel],
a[href^=mailto] {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.75;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  word-break: auto-phrase;
  transition: background-color 0.5s, color 0.5s;
}
body canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  max-width: 100%;
}

.container {
  max-width: 100%;
  position: relative;
  min-height: 80svh;
  overflow: hidden;
}

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

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

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

.lower-hero {
  position: relative;
  padding: 14rem 0 7rem;
  background: linear-gradient(180deg, #88C5EA 0%, #D9EAF4 80%, #F5FBFF 100%);
  overflow: hidden;
  z-index: 0;
}
.lower-hero__back {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.lower-hero__inner {
  position: relative;
  z-index: 1;
  width: min(80%, 1200px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lower-hero__inner > h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #00273D;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.breadcrumb a {
  color: #00273D;
  text-decoration: none;
}
.breadcrumb span {
  position: relative;
  padding-left: 1rem;
  color: #00273D;
}
.breadcrumb span::before {
  content: ">";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .lower-hero {
    padding: 10rem 0 5rem;
  }
  .lower-hero__back {
    width: 90%;
    opacity: 0.75;
  }
  .lower-hero__inner {
    width: 88%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.contents__title > p {
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.contents__title > h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents__title > p {
    font-size: 14px;
    font-family: "Lexend", sans-serif;
    font-weight: "bold";
  }
  .contents__title > h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.aioseo-breadcrumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0.5rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.aioseo-breadcrumb {
  color: black;
  padding-right: 0.5rem;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.aioseo-breadcrumb:nth-child(n+2) {
  padding: 0 0.5rem;
}
.aioseo-breadcrumb > a {
  text-decoration: none;
  color: black;
}

.policy {
  color: #000;
}
.policy__cont {
  margin: 3rem 0;
  background-color: white;
  padding: 5rem 1rem;
  color: #000;
}
.policy__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .policy__inner {
    width: 80%;
  }
}
.policy__text {
  margin-bottom: 5rem;
}
.policy__title {
  font-size: 1.25rem;
  color: #000;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #000;
  margin: 2rem 0 1rem;
  line-height: 1.5;
}

body {
  background-color: #F5FBFF;
}

.fv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 39, 61, 0.28);
  z-index: 1;
}
.fv__movie {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.fv__title {
  position: relative;
  z-index: 2;
  width: min(80%, 1200px);
  min-height: 100vh;
  margin: 0 auto;
  padding-top: clamp(8rem, 18vh, 14rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.fv__title > h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.15;
  color: white;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.fv__title > span {
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  line-height: 1.4;
  color: white;
  font-weight: 700;
}
.fv__title > p {
  margin-top: 0.5rem;
  max-width: 760px;
  color: white;
  font-size: clamp(0.9rem, 1.25vw, 1.1rem);
  line-height: 2;
  font-weight: 500;
}
.fv__title-deco {
  position: relative;
  width: clamp(110px, 12vw, 220px);
  aspect-ratio: 1/1;
}
.fv__title-deco-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: rotateText 14s linear infinite;
  transform-origin: center;
}
.fv__title-deco-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48%;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* =====================
タブレット
===================== */
@media screen and (max-width: 1024px) {
  .fv {
    min-height: 820px;
  }
  .fv__movie {
    min-height: 820px;
    -o-object-position: center;
       object-position: center;
  }
  .fv__title {
    width: 86%;
    min-height: 820px;
    padding-top: 13rem;
  }
  .fv__title > p {
    max-width: 620px;
  }
}
/* =====================
スマホ
===================== */
@media screen and (max-width: 768px) {
  .fv {
    min-height: 720px;
  }
  .fv::before {
    background: rgba(0, 39, 61, 0.38);
  }
  .fv__movie {
    min-height: 720px;
    -o-object-position: 80% center;
       object-position: 80% center;
  }
  .fv__title {
    width: 88%;
    min-height: 720px;
    padding-top: 10rem;
    gap: 1rem;
  }
  .fv__title > h1 {
    font-size: clamp(2.4rem, 12vw, 4rem);
    line-height: 1.15;
  }
  .fv__title > span {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
    line-height: 1.5;
  }
  .fv__title > p {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.9;
  }
  .fv__title > p br {
    display: none;
  }
  .fv__title-deco {
    width: 110px;
  }
}
/* =====================
小さいスマホ
===================== */
@media screen and (max-width: 480px) {
  .fv {
    min-height: 660px;
  }
  .fv__movie {
    min-height: 660px;
  }
  .fv__title {
    width: 90%;
    min-height: 660px;
    padding-top: 8.5rem;
  }
  .fv__title > h1 {
    font-size: 2rem;
  }
  .fv__title > span {
    font-size: 1.25rem;
  }
  .fv__title > p {
    font-size: 0.85rem;
  }
  .fv__title-deco {
    width: 92px;
  }
}
.line-floating-wrap {
  position: fixed;
  right: clamp(1rem, 2vw, 2rem);
  bottom: clamp(1rem, 2vw, 2rem);
  z-index: 998;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.line-floating-wrap.is-hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
}

.line-floating-banner {
  position: relative;
  display: block;
  width: clamp(170px, 18vw, 300px);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 39, 61, 0.12), -12px 0 28px rgba(135, 197, 234, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.line-floating-banner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
.line-floating-banner {
  /* カード内の淡い青グラデーション */
}
.line-floating-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(135, 197, 234, 0.34) 0%, rgba(135, 197, 234, 0.16) 28%, rgba(135, 197, 234, 0) 58%);
  opacity: 0.55;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.line-floating-banner {
  /* 矢印ボタン */
}
.line-floating-banner::after {
  content: "→";
  position: absolute;
  top: 35%;
  right: 25%;
  z-index: 3;
  width: 34px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #00273D;
  border: 2px solid #00273D;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  transform: translateY(-50%) rotate(0deg);
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
.line-floating-banner:hover {
  box-shadow: 0 10px 28px rgba(0, 39, 61, 0.14), -16px 0 34px rgba(135, 197, 234, 0.48), 0 0 18px rgba(135, 197, 234, 0.18);
}
.line-floating-banner:hover::before {
  opacity: 0.9;
}
.line-floating-banner:hover::after {
  background: #fff;
  color: #00273D;
  border-color: #00273D;
}

.line-floating-close {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #00273D;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 4;
}
.line-floating-close:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1280px) {
  .line-floating-banner::after {
    width: 24px;
    height: 18px;
    font-size: 14px;
    top: 42%;
    right: 9.5%;
  }
}
@media screen and (max-width: 768px) {
  .line-floating-wrap {
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .line-floating-banner {
    width: 200px;
  }
}
.about {
  position: relative;
  width: 100%;
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: #d9eaf4;
  color: #00273D;
}
.about__wrap {
  width: min(80%, 1200px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(1.8rem, 3vw, 2.5rem);
}
.about__cont {
  width: 100%;
  margin: 0 auto clamp(4rem, 6vw, 5rem);
  padding: clamp(3rem, 6vw, 5.5rem) clamp(2rem, 6vw, 4rem);
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: flex-start;
  gap: clamp(3rem, 6vw, 5rem);
  background-color: #F5FBFF;
  border-radius: 18px;
}
.about__img {
  position: relative;
  width: 100%;
  z-index: 0;
}
.about__img > img {
  display: block;
  width: 100%;
  max-width: 330px;
  height: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__img-name {
  position: absolute;
  top: -1.5rem;
  left: calc(100% + 1rem);
  min-width: 280px;
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #00273D;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 700;
  white-space: nowrap;
}
.about__img-name > p {
  line-height: 1.25;
}
.about__img-name > span {
  font-size: 1rem;
  font-weight: 700;
}
.about__img-name::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 1px;
  height: 5rem;
  background-color: #00273D;
  transform-origin: bottom left;
  transform: rotate(225deg);
}
.about__text {
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 2.5vw, 2.2rem);
}
.about__text-title {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.about__text-title > img {
  flex: 0 0 auto;
  width: 42px;
  height: auto;
}
.about__text-title > h3 {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.8;
  color: #00273D;
}
.about__text-title > h3 > span {
  color: #00B4D2;
}
.about__text-record {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(0.8rem, 1.5vw, 1.2rem);
}
.about__text-record > img {
  width: clamp(95px, 9vw, 160px);
  height: auto;
}
.about__text > p {
  font-size: 0.95rem;
  line-height: 1.5;
}
.about__text > p > span {
  color: #00B4D2;
  font-weight: 700;
}
.about__youtube {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2vw, 2rem);
  justify-content: center;
}
.about__youtube-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem 1.5rem 4.5rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 39, 61, 0.12);
  color: #00273D;
  text-decoration: none;
}
.about__youtube-item::before {
  content: "";
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #FFD900;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.about__youtube-item:after {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 217, 0, 0.85) 0%, rgba(255, 217, 0, 0.42) 35%, rgba(255, 217, 0, 0.22) 58%, rgba(255, 217, 0, 0) 78%);
  filter: blur(10px);
  transform: translateY(-50%) scale(0.7);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.8s ease;
}
.about__youtube-item:hover {
  transform: translateY(-2px);
  background-color: #00273D;
  color: #FFF;
}
.about__youtube-item:hover:after {
  opacity: 1;
  transform: translateY(-50%) scale(1.8);
}
.about__youtube-item:hover:before {
  box-shadow: 0 0 10px rgba(255, 217, 0, 0.95), 0 0 24px rgba(255, 217, 0, 0.75), 0 0 46px rgba(255, 217, 0, 0.45);
}
.about__youtube-item > img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.about__youtube-item > h3 {
  padding-bottom: 1rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 39, 61, 0.35);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.5;
}
.about__youtube-item > p {
  font-size: 0.85rem;
  line-height: 1.8;
}

/* =====================
レスポンシブ
===================== */
@media screen and (max-width: 1024px) {
  .about__wrap {
    width: 86%;
  }
  .about__cont {
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    padding: 4rem 3rem;
  }
  .about__img-name {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
  }
  .about__img-name::before {
    display: none;
  }
  .about__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 4rem 0;
  }
  .about__wrap {
    width: 88%;
  }
  .about__cont {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3rem 1.5rem;
    margin-bottom: 3.5rem;
  }
  .about__img > img {
    max-width: 260px;
  }
  .about__img-name {
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.35rem;
  }
  .about__text {
    gap: 1.8rem;
  }
  .about__text-title {
    gap: 1rem;
  }
  .about__text-record {
    justify-content: center;
    flex-wrap: wrap;
  }
  .about__text-record > img {
    width: 100px;
  }
  .about__text > p {
    font-size: 0.9rem;
  }
  .about__youtube {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .about__youtube-item {
    padding: 1.3rem 1.3rem 4rem;
  }
}
@media screen and (max-width: 480px) {
  .about__wrap {
    width: 95%;
  }
  .about__cont {
    padding: 2.5rem 1.2rem;
    border-radius: 14px;
  }
  .about__img > img {
    max-width: 220px;
  }
  .about__text-title {
    flex-direction: column;
    align-items: center;
  }
  .about__text-title > img {
    width: 36px;
  }
  .about__text-record {
    gap: 0.7rem;
  }
  .about__text-record > img {
    width: 90px;
  }
}
.top-youtube {
  margin: 3rem auto;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service {
  position: relative;
  width: 100%;
  margin: 0;
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: #7cc4e8;
  color: #00273D;
}
.service__inner {
  width: min(80%, 1200px);
  margin: 0 auto;
}
.service__link {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 2rem;
  margin-bottom: clamp(4rem, 6vw, 5rem);
  padding: 2.2rem 4rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 39, 61, 0.14);
  color: #00273D;
  text-decoration: none;
  /* 黄色ドット */
}
.service__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FFD900;
  transform: translateY(-50%);
  z-index: 2;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  box-shadow: 0 0 8px rgba(255, 217, 0, 0.8), 0 0 18px rgba(255, 217, 0, 0.5);
}
.service__link {
  /* 滲みグロー */
}
.service__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.8rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 217, 0, 0.85) 0%, rgba(255, 217, 0, 0.42) 35%, rgba(255, 217, 0, 0.22) 58%, rgba(255, 217, 0, 0) 78%);
  filter: blur(10px);
  transform: translateY(-50%) scale(0.7);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.8s ease;
}
.service__link:hover {
  transform: translateY(-2px);
  background-color: #00273D;
  color: #FFF;
}
.service__link:hover:after {
  opacity: 1;
  transform: translateY(-50%) scale(1.8);
}
.service__link:hover:before {
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 0 10px rgba(255, 217, 0, 0.95), 0 0 24px rgba(255, 217, 0, 0.75), 0 0 46px rgba(255, 217, 0, 0.45);
}
.service__link-img {
  width: 180px;
}
.service__link-img > img {
  display: block;
  width: 100%;
  height: auto;
}
.service__link-text {
  padding-right: 4rem;
}
.service__link-text > p {
  margin-bottom: 0.6rem;
  font-size: 14px;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.service__link-text > h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.3;
  font-weight: 700;
}
.service__link-text > span {
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 500;
}
.service .contents__title {
  margin-bottom: 2rem;
}
.service .contents__title > p {
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.service .contents__title > h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.3;
  font-weight: 700;
}
.service__cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.8rem, 3vw, 2.5rem);
}
.service__item {
  position: relative;
  min-height: 310px;
  padding: clamp(2rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 14px;
}
.service__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.service__text {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 190px;
  padding: 2rem 2.2rem 3.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: rgba(245, 251, 255, 0.96);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 39, 61, 0.18);
  color: #00273D;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  isolation: isolate;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  /* 滲みグロー */
}
.service__text::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255, 217, 0) 0%, rgba(255, 217, 0, 0.9) 15%, rgba(255, 217, 0, 0.7) 35%, rgba(255, 217, 0, 0.45) 60%, rgba(255, 217, 0, 0.2) 80%, rgba(255, 217, 0, 0) 100%);
  filter: blur(10px);
  opacity: 0;
  transform: translateX(-50%) scale(0.7);
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.8s ease;
}
.service__text {
  /* 黄色ドット */
}
.service__text::after {
  content: "";
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background: #FFD900;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  box-shadow: 0 0 8px rgba(255, 217, 0, 0.8), 0 0 18px rgba(255, 217, 0, 0.5);
}
.service__text:hover {
  transform: translateY(-2px);
  background-color: #00273D;
  color: #FFF;
}
.service__text:hover > h3 {
  color: #FFF;
}
.service__text:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1.8);
}
.service__text:hover::after {
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 0 10px rgba(255, 217, 0, 0.95), 0 0 24px rgba(255, 217, 0, 0.75), 0 0 46px rgba(255, 217, 0, 0.45);
}
.service__text > p {
  font-size: 14px;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.service__text > h3 {
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.4;
  font-weight: 700;
  color: #00273D;
}
.service__text-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.service__text-row > img {
  position: relative;
  width: 180px;
  height: auto;
  z-index: 1;
}
.service__text-row > span {
  position: relative;
  left: -3rem;
  display: inline-block;
  padding: 0.8rem 1.4rem;
  background: #00B4D2;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  z-index: 0;
}

/* =====================
レスポンシブ
===================== */
@media screen and (max-width: 1024px) {
  .service__inner {
    width: 86%;
  }
  .service__link {
    grid-template-columns: 120px 1fr;
    padding: 2rem 3rem;
  }
  .service__link::after {
    right: 3rem;
  }
  .service__link-img {
    width: 120px;
  }
  .service__item {
    min-height: 280px;
  }
  .service__text {
    width: 90%;
  }
  .service__text-row {
    flex-direction: column;
  }
  .service__text-row > img {
    width: 80px;
  }
  .service__text-row > span {
    position: relative;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding: 4rem 0;
  }
  .service__inner {
    width: 88%;
  }
  .service__link {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2rem 1.5rem 3rem;
  }
  .service__link::after {
    top: auto;
    right: auto;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .service__link-img {
    width: 110px;
  }
  .service__link-text {
    padding-right: 0;
  }
  .service__link-text > h2 {
    margin-bottom: 0.8rem;
  }
  .service__cont {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .service__item {
    min-height: 280px;
    padding: 2rem 1.5rem;
  }
  .service__text {
    width: 92%;
    min-height: 180px;
    padding: 1.8rem 1.2rem 3.5rem;
  }
  .service__text > h3 {
    font-size: 1.45rem;
  }
  .service__text-row {
    gap: 0.8rem;
  }
  .service__text-row > span {
    font-size: 0.85rem;
    padding: 0.7rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  .service__link {
    padding: 1.8rem 1.2rem 3rem;
  }
  .service__item {
    min-height: 250px;
    padding: 1.5rem 1rem;
    border-radius: 10px;
  }
  .service__text {
    width: 94%;
  }
  .service__text > h3 {
    font-size: 1.3rem;
  }
  .service__text-row > img {
    width: 70px;
  }
}
.news {
  width: min(80%, 1200px);
  margin: 5rem auto;
}
.news__list {
  margin-top: 2rem;
}
.news__item {
  display: block;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 39, 61, 0.18);
  color: #00273D;
  text-decoration: none;
}
.news__item h3 {
  margin-top: 0.5rem;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  font-weight: 900;
  transition: all 0.5s;
}
.news__item:hover > h3 {
  color: #00B4D2;
}
.news__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.news__meta span {
  padding: 0.35rem 1.2rem;
  background: #D9EAF4;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}
.news__meta time {
  font-size: 0.85rem;
  font-weight: 700;
}
.news__btn {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.news__empty {
  margin-top: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .news {
    width: 88%;
    margin: 4rem auto;
  }
  .news__btn {
    justify-content: flex-start;
  }
}
.cta {
  position: relative;
  width: 100%;
  padding: clamp(2rem, 7vw, 4rem) 0;
  background: #FFF;
  color: #00273D;
}
.cta__inner {
  position: relative;
  width: min(80%, 1200px);
  margin: 0 auto;
  padding: clamp(1.5rem, 5vw, 3rem) clamp(2rem, 10vw, 8rem);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 34px #87C5EA;
  text-align: center;
}
.cta__chara {
  position: absolute;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.cta__chara-top {
  width: clamp(100px, 12vw, 190px);
  top: -48px;
  left: clamp(2rem, 7vw, 8rem);
}
.cta__chara-bottom {
  width: clamp(100px, 15vw, 190px);
  right: clamp(2rem, 3vw, 4rem);
  bottom: 4.5rem;
}
.cta__title {
  position: relative;
  z-index: 1;
}
.cta__title > p {
  margin-bottom: 0.6rem;
  font-size: 1.125rem;
  font-weight: 900;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.cta__title > h2 {
  font-size: clamp(1.6rem, 5vw, 2.5rem);
  line-height: 1.45;
  font-weight: 900;
  color: #00273D;
}
.cta__title > h2 > span {
  color: #00C853;
}
.cta__title > h2 > em {
  color: #00B4D2;
  font-style: normal;
}
.cta__lead {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
.cta__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
}
.cta__list > h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.cta__list > ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cta__list li {
  padding: 0.8rem 1rem;
  background: #D9EAF4;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.cta__btns {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: clamp(2rem, 4vw, 4rem);
}
.cta__btn {
  position: relative;
  min-width: 280px;
  padding: 1.5rem 1rem;
  border-radius: 10px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  /* 黄色ドット */
}
.cta__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFD900;
  z-index: 2;
  transition: box-shadow 0.35s ease;
}
.cta__btn {
  /* 滲みグロー */
}
.cta__btn:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0.2rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: ease 1s;
  background: radial-gradient(circle, #FFD900 0%, rgba(255, 213, 0, 0.35) 35%, rgba(255, 213, 0, 0.32) 58%, rgba(255, 213, 0, 0) 78%);
  filter: blur(8px);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.cta__btn:hover {
  transform: translateY(-2px);
  opacity: 1;
}
.cta__btn:hover:after {
  opacity: 1;
  transform: scale(2);
}
.cta__btn > span {
  position: absolute;
  top: -2rem;
  left: -2rem;
  padding: 1rem;
  background: #FFD900;
  border-radius: 999px;
  color: #00273D;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}
.cta__btn-line {
  background: #00C853;
}
.cta__btn-mail {
  background: #00273D;
}

/* =====================
レスポンシブ
===================== */
@media screen and (max-width: 1024px) {
  .cta__inner {
    width: 86%;
  }
  .cta__chara-bottom {
    right: 1.5rem;
    bottom: 5rem;
    opacity: 0.9;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 4rem 0;
  }
  .cta__inner {
    width: 88%;
    padding: 3.5rem 1.5rem 2.5rem;
  }
  .cta__chara-top {
    width: 90px;
    top: -38px;
    left: 1.5rem;
  }
  .cta__chara-bottom {
    width: 95px;
    right: 0.5rem;
    bottom: 8rem;
    opacity: 0.55;
  }
  .cta__title > h2 {
    font-size: 1.6rem;
  }
  .cta__body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .cta__btns {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .cta__btn {
    width: min(100%, 320px);
    min-width: auto;
  }
}
@media screen and (max-width: 480px) {
  .cta__inner {
    width: 90%;
    padding: 3.2rem 1.2rem 2.2rem;
  }
  .cta__chara-top {
    width: 78px;
    left: 1rem;
  }
  .cta__chara-bottom {
    display: none;
  }
  .cta__title > h2 {
    font-size: 1.35rem;
  }
  .cta__lead {
    font-size: 0.85rem;
  }
  .cta__list li {
    border-radius: 12px;
    font-size: 0.82rem;
  }
}
#wrapper {
  background: url(img/prairie-woman-at-sunset.jpg) center center no-repeat;
  background-size: cover;
  height: 30vh;
}

.philosophy {
  position: relative;
  margin-top: -2rem;
  padding-bottom: 5rem;
  z-index: 1;
}
.philosophy__inner {
  width: min(80%, 1200px);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(3rem, 6vw, 5rem);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(0, 39, 61, 0.14);
}
.philosophy__label p {
  font-size: 0.85rem;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.philosophy__label h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 900;
}
.philosophy__text h3 {
  margin: 2rem 0 1.5rem;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 700;
}
.philosophy__text p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
.philosophy__text p + p {
  margin-top: 1.5rem;
}
.philosophy__text p > span {
  font-weight: 600;
  color: #00B4D2;
}

.company-profile {
  padding: 5rem 0 7rem;
  background: #D9EAF4;
}
.company-profile__inner {
  width: min(70%, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(3rem, 6vw, 5rem);
}
.company-profile__title p {
  font-size: 0.85rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.company-profile__title h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
}
.company-profile__list {
  margin: 0;
}
.company-profile__list div {
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 0.3px solid rgba(0, 39, 61, 0.25);
}
.company-profile__list div:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #153065;
}
.company-profile__list div:last-child {
  border: none;
}
.company-profile__list div:last-child:before {
  display: none;
}
.company-profile__list dt {
  font-weight: 900;
}
.company-profile__list dd {
  margin: 0;
  line-height: 1.9;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .company-hero__inner {
    width: 86%;
  }
  .philosophy__inner {
    width: 86%;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .company-profile__inner {
    width: 86%;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .company-hero {
    padding: 10rem 0 5rem;
  }
  .company-hero__inner {
    width: 88%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .philosophy {
    margin-top: 0;
    padding: 4rem 0;
  }
  .philosophy__inner {
    width: 88%;
    padding: 3rem 1.5rem;
  }
  .company-profile {
    padding: 4rem 0;
  }
  .company-profile__inner {
    width: 88%;
  }
  .company-profile__list div {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1.4rem 0;
  }
}
.service-intro {
  padding: 2rem 0 5rem;
}
.service-intro__inner {
  width: min(80%, 1000px);
  margin: 0 auto;
}
.service-intro__title {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}
.service-intro__title-head p {
  font-size: 0.85rem;
  font-weight: 700;
}
.service-intro__title-head h2 {
  margin-top: 0.4rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
}
.service-intro__text h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.6;
  font-weight: 900;
}
.service-intro__text h3::first-line {
  color: #00B4D2;
}
.service-intro__text p {
  margin-top: 1rem;
  line-height: 1.9;
}
.service-intro__text p > span {
  color: #00B4D2;
}
.service-intro__cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
}
.service-intro__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 620px;
  padding: 0 clamp(2rem, 4vw, 3.5rem) 4rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 39, 61, 0.14);
  color: #00273D;
  text-decoration: none;
}
.service-intro__card-label {
  width: 86%;
  margin-top: -1.4rem;
  padding: 0.75rem 1rem;
  background: #00B4D2;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.service-intro__card h3 {
  margin-top: 1.5rem;
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.service-intro__card img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  padding: 1rem;
  background: #D9EAF4;
  border-radius: 10px;
}
.service-intro__card p {
  width: 100%;
  margin-top: 1rem;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.8;
  font-weight: 700;
}
.service-intro__card ul {
  position: relative;
  width: 100%;
  margin: 2rem 0 0;
  padding: 0 0 0 3.2rem;
  list-style: none;
}
.service-intro__card ul::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0.9rem;
  width: 2px;
  height: calc(100% - 1rem);
  background: #00273D;
}
.service-intro__card li {
  position: relative;
  min-height: 2rem;
  display: flex;
  align-items: center;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.service-intro__card li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.3rem;
  width: 1.8rem;
  height: 2px;
  background: #00273D;
  transform: translateY(-50%);
}
.service-intro__card li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.8rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00273D;
  transform: translateY(-50%);
}
.service-intro__card li + li {
  margin-top: 0.35rem;
}
.service-intro__card small {
  position: absolute;
  left: 50%;
  bottom: -2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(72%, 260px);
  height: 64px;
  padding: 0 1.8rem;
  background: #00273D;
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: left;
  transform: translateX(-50%);
  transition: transform 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 8px 18px rgba(0, 39, 61, 0.18), 0 2px 6px rgba(0, 39, 61, 0.12);
}
.service-intro__card small::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../img/service-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.service-intro__card:hover small {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 14px 26px rgba(0, 39, 61, 0.22), 0 6px 10px rgba(0, 39, 61, 0.14);
}

@media screen and (max-width: 1024px) {
  .service-intro__inner {
    width: 86%;
  }
  .service-intro__card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .service-intro__card img {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .service-intro {
    padding: 2rem 0 4rem;
  }
  .service-intro__inner {
    width: 88%;
  }
  .service-intro__title {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .service-intro__cards {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .service-intro__card {
    min-height: auto;
    padding: 0 1.5rem 6rem;
  }
  .service-intro__card-label {
    width: 90%;
  }
  .service-intro__card img {
    max-width: 280px;
  }
  .service-intro__card small {
    width: 240px;
  }
}
.service-detail {
  padding: 5rem 0;
  background-color: #fff;
}
.service-detail__inner {
  margin: 0 auto;
}
.service-detail__mv {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 90%;
  margin: 0 0 0 auto;
}
.service-detail__mv img {
  display: block;
  width: 100%;
  height: clamp(240px, 28vw, 330px);
  -o-object-fit: cover;
     object-fit: cover;
}
.service-detail__mv h2 {
  position: absolute;
  top: 3rem;
  left: 4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.4;
  font-weight: 900;
}
.service-detail__mv h2 span {
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0.9;
}
.service-detail__lead {
  width: min(80%, 960px);
  margin: 3rem auto 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 39, 61, 0.28);
}
.service-detail__lead h3 {
  margin-bottom: 1.5rem;
  color: #00B4D2;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.6;
  font-weight: 900;
}
.service-detail__lead p {
  font-size: 0.95rem;
  line-height: 1.9;
  font-weight: 500;
}
.service-detail__lead02 h3 {
  margin-bottom: 1.5rem;
  color: #00273D;
}

.service-strength {
  width: min(80%, 960px);
  margin: 4.5rem auto 0;
}
.service-strength > h3 {
  margin-bottom: 2rem;
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.4;
  font-weight: 900;
}
.service-strength__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: center;
  gap: 3rem;
  margin-bottom: 1.5rem;
  padding: 2.5rem;
  background: #fff;
  border: 1px solid #09204D;
  border-radius: 10px;
}
.service-strength__item div {
  position: relative;
}
.service-strength__item span {
  position: absolute;
  top: 0;
  left: 2.5rem;
  display: inline-block;
  padding: 0.3rem 1.1rem;
  background: #00B4D2;
  border-radius: 0 0 6px 6px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}
.service-strength__item h4 {
  margin-bottom: 1rem;
  color: #00273D;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.5;
  font-weight: 900;
}
.service-strength__item p {
  font-size: 0.9rem;
  line-height: 1.9;
  font-weight: 500;
}
.service-strength__item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.service-strength02__item span {
  background: #00273D !important;
}

@media screen and (max-width: 1024px) {
  .service-detail__inner {
    width: 86%;
  }
  .service-detail__lead {
    width: 86%;
  }
  .service-strength {
    width: 86%;
  }
  .service-strength__item {
    grid-template-columns: 1fr 260px;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .service-detail {
    padding: 4rem 0;
  }
  .service-detail__inner {
    width: 90%;
  }
  .service-detail__mv {
    width: 100%;
  }
  .service-detail__mv img {
    height: 120px;
  }
  .service-detail__mv h2 {
    top: 2rem;
    left: 1.5rem;
    font-size: 1.45rem;
  }
  .service-detail__lead {
    width: 100%;
    margin-top: 2.5rem;
  }
  .service-strength {
    width: 100%;
  }
  .service-strength__item {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 3rem 1.5rem 1.5rem;
  }
  .service-strength__item img {
    height: 190px;
  }
}
.service-contact {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 5rem auto;
  padding: 4rem 4rem 8rem;
  border-radius: 8px;
  background: url("../img/service-contact.png") center/cover no-repeat;
  color: #fff;
}
.service-contact h2 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.service-contact p {
  margin: 1.5rem 0 2rem;
  line-height: 1.8;
  font-size: 1.5rem;
}
.service-contact span {
  font-size: 1rem;
}
.service-contact > a {
  position: absolute;
  right: 5%;
  bottom: 4rem;
}

@media screen and (max-width: 1024px) {
  .service-contact {
    padding: 3rem 1.5rem;
    width: 90%;
  }
  .service-contact > a {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 768px) {
  .lower-hero {
    padding: 10rem 0 4rem;
  }
  .lower-hero__inner {
    width: 88%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .service-intro__inner {
    width: 88%;
  }
  .service-intro__text {
    margin: 2rem 0 0;
  }
  .service-intro__cards {
    grid-template-columns: 1fr;
  }
}
#service01 {
  background-color: #FFF;
}

#service02 {
  background-color: #F5FBFF;
}

.service-voice {
  position: relative;
  padding: 5rem 0 7rem;
  background: #fff;
  overflow: hidden;
}
.service-voice::before, .service-voice::after {
  content: "";
  position: absolute;
  top: 0;
  width: 14vw;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.service-voice::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 55%, #fff 100%);
}
.service-voice::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 55%, #fff 100%);
}
.service-voice__inner {
  position: relative;
  z-index: 1;
  width: min(80%, 1200px);
  margin: 0 auto;
}
.service-voice__head {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.service-voice__head h2 {
  color: #00273D;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
}
.service-voice__nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.service-voice__prev, .service-voice__next {
  position: relative;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #00273D;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.service-voice__prev::before, .service-voice__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.service-voice__prev:hover, .service-voice__next:hover {
  opacity: 0.9;
}
.service-voice__prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.service-voice__next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
.service-voice__slider {
  overflow: visible;
  width: 100%;
}
.service-voice .swiper-wrapper {
  align-items: stretch;
}
.service-voice__item {
  width: 360px;
  height: auto;
  min-height: 380px;
  padding: 2rem;
  background: #D9EAF4;
  border-radius: 8px;
  color: #00273D;
}
.service-voice__item h3 {
  min-height: 4.5em;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 900;
}
.service-voice__item p {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 500;
}
.service-voice__stars {
  color: #00B4D2;
  font-size: 1rem;
  letter-spacing: 0.12em;
  font-weight: 900;
}
.service-voice__name {
  position: relative;
  padding-left: 1.2rem;
  font-weight: 700;
}
.service-voice__name::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 2px;
  height: 1.4em;
  background: #00273D;
}

@media screen and (max-width: 768px) {
  .service-voice {
    padding: 4rem 0 5rem;
  }
  .service-voice::before, .service-voice::after {
    width: 10vw;
  }
  .service-voice__inner {
    width: 88%;
  }
  .service-voice__head {
    margin-bottom: 2rem;
  }
  .service-voice__prev, .service-voice__next {
    width: 42px;
    height: 42px;
  }
  .service-voice__item {
    width: 78vw;
    min-height: 340px;
    padding: 1.5rem;
  }
}
.profile-page {
  padding-bottom: 5rem;
  background: #F5FBFF;
  color: #00273D;
}

.profile-summary {
  padding: 2rem 0 3rem;
}
.profile-summary__inner {
  width: min(80%, 1200px);
  margin: 0 auto;
}
.profile-summary__head {
  margin-bottom: 1.5rem;
}
.profile-summary__head p {
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.profile-summary__head h2 {
  margin-top: 0.35rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.4;
  font-weight: 900;
}
.profile-summary__content {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: start;
}
.profile-summary__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.profile-summary__info {
  min-width: 0;
}
.profile-summary__list {
  margin: 0;
}
.profile-summary__list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 39, 61, 0.18);
}
.profile-summary__list dt {
  color: #00273D;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.profile-summary__list dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 500;
}
.profile-summary__text {
  margin-top: 2rem;
}
.profile-summary__text p {
  font-size: 0.9rem;
  line-height: 2;
  font-weight: 500;
}
.profile-summary__text p + p {
  margin-top: 1rem;
}

.profile-results {
  padding: 2rem 0 4rem;
}
.profile-results__inner {
  position: relative;
  width: min(80%, 1200px);
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  background: #fff;
  border-radius: 10px;
}
.profile-results__title p {
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.profile-results__title h2 {
  margin-top: 0.35rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
}
.profile-results__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
}
.profile-results__item {
  text-align: center;
}
.profile-results__item p {
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.8rem;
  background: #D9EAF4;
  border-radius: 999px;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
}
.profile-results__item strong {
  color: #00273D;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 900;
}
.profile-results__item strong small {
  margin-left: 0.3rem;
  font-size: 0.8rem;
  font-weight: 700;
}
.profile-results__item-text {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}
.profile-results__deco {
  position: absolute;
  left: -1.5rem;
  bottom: 2rem;
  width: 120px;
  height: auto;
}

.profile-results__item .js-count-up {
  display: inline-block;
  min-width: 1.5em;
  font-variant-numeric: tabular-nums;
}

.profile-thought {
  padding: 2rem 0 4rem;
}
.profile-thought__inner {
  width: min(86%, 1400px);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem);
  background: #D9EAF4;
  border-radius: 10px;
}
.profile-thought__head {
  margin-bottom: 3rem;
}
.profile-thought__head p {
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.profile-thought__head h2 {
  margin-top: 0.35rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
}
.profile-thought__content {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: clamp(3rem, 7vw, 6rem);
  align-items: start;
}
.profile-thought__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.profile-thought__message {
  padding-top: 1rem;
}
.profile-thought__message h3 {
  margin-bottom: 2rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.6;
  font-weight: 900;
}
.profile-thought__message p {
  font-size: 0.95rem;
  line-height: 2;
  font-weight: 500;
}
.profile-thought__message p + p {
  margin-top: 1.5rem;
}
.profile-thought__bottom {
  margin-top: 3rem;
}
.profile-thought__bottom h3 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 900;
}
.profile-thought__bottom p {
  max-width: 1100px;
  font-size: 0.95rem;
  line-height: 2;
  font-weight: 500;
}
.profile-thought__bottom p + p {
  margin-top: 1.5rem;
}

.profile-line {
  padding: 1.5rem 0 4rem;
  position: relative;
}
.profile-line__inner {
  position: relative;
  width: min(80%, 1200px);
  min-height: 180px;
  margin: 0 auto;
  padding: 2.5rem 5rem;
  display: grid;
  grid-template-columns: 120px 1fr 60px;
  gap: 2rem;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 39, 61, 0.1), 0 0 28px rgba(135, 197, 234, 0.38);
  transition: all 0.5s;
}
.profile-line__inner:hover {
  background-color: #00273D;
  color: #FFF;
}
.profile-line__inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFD900;
  z-index: 2;
  transition: box-shadow 0.35s ease;
}
.profile-line__inner {
  /* 滲みグロー */
}
.profile-line__inner:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 3.5%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: ease 1s;
  background: radial-gradient(circle, #FFD900 0%, rgba(255, 213, 0, 0.35) 35%, rgba(255, 213, 0, 0.32) 58%, rgba(255, 213, 0, 0) 78%);
  filter: blur(8px);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.profile-line__inner:hover {
  opacity: 1;
}
.profile-line__inner:hover:after {
  opacity: 1;
  transform: scale(2);
}
.profile-line__character {
  width: 160px;
  height: auto;
  transform: rotate(30deg);
}
.profile-line__text p:first-child {
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.profile-line__text h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.5;
  font-weight: 900;
}
.profile-line__text h2 span {
  color: #00C853;
}
.profile-line__text p:last-child {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .profile-summary__inner,
  .profile-results__inner,
  .profile-line__inner {
    width: 86%;
  }
  .profile-thought__inner {
    width: 86%;
  }
  .profile-summary__content {
    grid-template-columns: 220px 1fr;
    gap: 3rem;
  }
  .profile-results__inner {
    grid-template-columns: 1fr;
  }
  .profile-results__deco {
    left: auto;
    right: 1rem;
    bottom: 1rem;
  }
  .profile-thought__content {
    grid-template-columns: 320px 1fr;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .profile-page {
    padding-bottom: 3rem;
  }
  .profile-summary {
    padding: 1rem 0 2rem;
  }
  .profile-summary__inner {
    width: 88%;
  }
  .profile-summary__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .profile-summary__photo {
    width: min(70%, 260px);
  }
  .profile-summary__list div {
    grid-template-columns: 100px 1fr;
    gap: 1rem;
  }
  .profile-results {
    padding: 1rem 0 3rem;
  }
  .profile-results__inner {
    width: 88%;
    padding: 2rem 1.5rem 5rem;
  }
  .profile-results__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }
  .profile-results__deco {
    width: 90px;
  }
  .profile-thought {
    padding: 1rem 0 3rem;
  }
  .profile-thought__inner {
    width: 90%;
    padding: 2.5rem 1.5rem;
  }
  .profile-thought__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .profile-thought__photo {
    width: min(80%, 280px);
  }
  .profile-line {
    padding: 1rem 0 3rem;
  }
  .profile-line__inner {
    width: 88%;
    min-height: auto;
    padding: 2rem 1.5rem;
    grid-template-columns: 70px 1fr 36px;
    gap: 1rem;
  }
  .profile-line__character {
    width: 70px;
  }
  .profile-line__link {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 480px) {
  .profile-summary__list div {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
  .profile-results__grid {
    grid-template-columns: 1fr;
  }
  .profile-line__inner {
    grid-template-columns: 60px 1fr;
  }
  .profile-line__link {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
  }
  .profile-line__text {
    padding-right: 2rem;
  }
}
/* ========================================
  INTRO
======================================== */
.beginner-intro {
  padding: 2rem 0 3rem;
}
.beginner-intro__inner {
  width: min(80%, 1600px);
  margin: 0 0 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 5rem;
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 4rem);
}
.beginner-intro__title p {
  margin-bottom: 0.6rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.beginner-intro__title h2 {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  line-height: 1.35;
  font-weight: 900;
}
.beginner-intro__text p {
  line-height: 2;
  font-weight: 500;
}

/* ========================================
  TAB
======================================== */
.beginner-tabs {
  width: min(80%, 600px);
  margin: 4rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #D9EAF4;
  border-radius: 999px;
}
.beginner-tabs__btn {
  padding: 1rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #00273D;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.beginner-tabs__btn.is-active {
  background: #00273D;
  color: #fff;
}

/* ========================================
  GUIDE
======================================== */
.beginner-guide {
  padding: 4rem 0 6rem;
}
.beginner-guide__panel {
  display: none;
}
.beginner-guide__panel.is-active {
  display: block;
}
.beginner-guide__inner {
  width: min(90%, 1600px);
  margin: 0 0 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 5rem clamp(3rem, 6vw, 5rem) clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 4rem);
  background: #D9EAF4;
  border-radius: 20px 0 0 20px;
}
.beginner-guide__side {
  position: sticky;
  top: 120px;
  align-self: start;
  width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
}
.beginner-guide__side-block {
  margin-bottom: 2.5rem;
}
.beginner-guide__side p {
  margin-bottom: 1.2rem;
  color: #00273D;
  font-weight: 900;
  line-height: 1.6;
}
.beginner-guide__side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.beginner-guide__side li + li {
  margin-top: 0.75rem;
}
.beginner-guide__side a {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  color: #00273D;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.beginner-guide__side a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255, 217, 0) 0%, rgba(255, 217, 0, 0.95) 35%, rgba(255, 217, 0, 0.45) 70%, rgba(255, 217, 0, 0) 100%);
  opacity: 0;
  filter: blur(2px);
  transform: translateY(-50%) scale(0.6);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.beginner-guide__side a:hover, .beginner-guide__side a.is-active {
  color: #00B4D2;
}
.beginner-guide__side a:hover::before, .beginner-guide__side a.is-active::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.4);
}
.beginner-guide__side-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.beginner-guide__side-tabs a {
  padding-left: 0;
  font-size: 1rem;
  font-weight: 900;
}
.beginner-guide__side-tabs a::before {
  left: -1rem;
}
.beginner-guide__side-tabs a::after {
  content: "→";
  margin-left: 0.4rem;
  color: currentColor;
  font-size: 0.85em;
}
.beginner-guide__main {
  width: min(100%, 960px);
  min-width: 0;
}
.beginner-guide__head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  margin: 1.5rem 0 3rem;
}
.beginner-guide__head-image img {
  display: block;
  width: 100%;
  height: auto;
}
.beginner-guide__head-text h2 {
  margin-bottom: 1.5rem;
  color: #00273D;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.4;
  font-weight: 900;
}
.beginner-guide__head-text p {
  color: #00273D;
  font-size: 0.95rem;
  line-height: 1.9;
  font-weight: 500;
}
.beginner-guide__head-text p + p {
  margin-top: 1.2rem;
}
.beginner-guide__head-text p span {
  color: #00B4D2;
  font-weight: 700;
}

/* ========================================
  GUIDE CARD
======================================== */
.guide-card {
  position: relative;
  width: 100%;
  padding: clamp(2.5rem, 5vw, 4rem);
  background: #fff;
  border-radius: 14px;
}
.guide-card + .guide-card {
  margin-top: 2rem;
}
.guide-card--border {
  border: 2px solid #2D8CFF;
}
.guide-card__num {
  margin-bottom: 0.7rem;
  color: #00B4D2 !important;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.guide-card > h3 {
  margin-bottom: 2rem;
  color: #00273D;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}
.guide-card > h4 {
  position: relative;
  width: min(100%, 680px);
  margin: 0 auto 3rem;
  padding: 1rem 1.5rem;
  border: 1px solid #00273D;
  border-radius: 8px;
  color: #00273D;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}
.guide-card > h4::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  width: 1px;
  height: 1.5rem;
  background: #00273D;
  transform: translateX(-50%);
}
.guide-card__visual {
  width: min(60%, 280px);
  margin: 0 auto 2rem;
}
.guide-card__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.guide-card > h5 {
  margin-bottom: 1.5rem;
  color: #00273D;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.8;
  font-weight: 600;
}
.guide-card > h5 span {
  color: #00B4D2;
  font-weight: 700;
}
.guide-card > p {
  color: #00273D;
  font-size: 0.95rem;
  line-height: 1.9;
  font-weight: 500;
}
.guide-card > p + p {
  margin-top: 1.2rem;
}
.guide-card {
  /* メリット・デメリット */
}
.guide-card__compare {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.guide-card__compare-item {
  position: relative;
  padding: 2.5rem 2.5rem;
  background: #F5FBFF;
  border-radius: 10px;
}
.guide-card__compare-item--merit > span {
  background: #00B4D2;
}
.guide-card__compare-item--merit h5 {
  color: #00B4D2;
}
.guide-card__compare-item--demerit {
  background: #F0F0F0;
}
.guide-card__compare-item--demerit > span {
  background: #00273D;
}
.guide-card__compare-item--demerit h5 {
  color: #00273D;
}
.guide-card__compare-item > span {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: block;
  width: min(70%, 260px);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transform: translate(-50%, -50%);
}
.guide-card__compare-item h5 {
  margin: 1.8rem 0 0.7rem;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 900;
}
.guide-card__compare-item h5:first-of-type {
  margin-top: 0;
}
.guide-card__compare-item p {
  color: #00273D;
  font-size: 0.85rem;
  line-height: 1.8;
  font-weight: 500;
}
.guide-card__compare-image {
  position: absolute;
  top: -8rem;
  left: 50%;
  z-index: 1;
  width: 100px;
  margin: 0;
  transform: translateX(-50%);
}
.guide-card__compare-image img {
  display: block;
  width: 100%;
  height: auto;
}
.guide-card {
  /* おすすめ */
}
.guide-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guide-card__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
}
.guide-card__list li + li {
  margin-top: 2rem;
}
.guide-card__list li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 0.4rem 0.8rem;
  background: #00B4D2;
  border-radius: 999px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}
.guide-card__list li strong {
  display: block;
  color: #00B4D2;
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 900;
}
.guide-card__list li p {
  margin-top: 0.5rem;
  color: #00273D;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 500;
}

/* ========================================
  TABLET
======================================== */
@media screen and (max-width: 1024px) {
  .beginner-intro__inner {
    width: 86%;
    margin: 0 auto;
    padding: 3rem 0;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .beginner-guide__inner {
    width: 86%;
    margin: 0 auto;
    padding: 3rem;
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  .beginner-guide__side {
    display: none;
  }
  .beginner-guide__main {
    width: 100%;
  }
}
/* ========================================
  SMARTPHONE
======================================== */
@media screen and (max-width: 768px) {
  .beginner-intro {
    padding: 1rem 0 2rem;
  }
  .beginner-intro__inner {
    width: 95%;
    padding: 1rem;
  }
  .beginner-tabs {
    width: 95%;
    margin-top: 2rem;
    grid-template-columns: 1fr;
    border-radius: 12px;
  }
  .beginner-tabs__btn {
    border-radius: 12px;
  }
  .beginner-guide {
    padding: 1rem 0 2rem;
  }
  .beginner-guide__inner {
    width: 95%;
    margin: 1rem auto;
    padding: 2rem 1rem;
  }
  .beginner-guide__head {
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .beginner-guide__head-text h2 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }
  .beginner-guide__head-text p {
    font-size: 0.75rem;
    line-height: 1.7;
  }
  .guide-card {
    padding: 2rem 1rem;
  }
  .guide-card > h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .guide-card > h4 {
    margin-bottom: 2.5rem;
    padding: 0.8rem;
    font-size: 0.9rem;
  }
  .guide-card__visual {
    width: min(65%, 220px);
  }
  .guide-card > h5 {
    font-size: 0.9rem;
  }
  .guide-card > p {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .guide-card__compare {
    margin-top: 8rem;
    grid-template-columns: 1fr;
    gap: 8rem;
  }
  .guide-card__compare-item {
    padding: 3.5rem 1.25rem 1.5rem;
  }
  .guide-card__compare-item p {
    font-size: 0.75rem;
  }
  .guide-card__compare-image {
    width: 80px;
    margin-top: 0.5rem;
  }
  .guide-card__list li {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  .guide-card__list li strong {
    font-size: 1rem;
  }
  .guide-card__list li p {
    margin-top: 0.4rem;
    font-size: 0.75rem;
  }
}
.recruit-page {
  background: #F5FBFF;
  color: #00273D;
}

.recruit-message {
  padding: 2rem 0 5rem;
}
.recruit-message__inner {
  width: min(80%, 1280px);
  margin: 0 auto;
}
.recruit-message__img {
  display: block;
  width: 100%;
  height: clamp(260px, 32vw, 420px);
  margin-top: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.recruit-message__body {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 3rem;
}
.recruit-message h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.5;
  font-weight: 900;
}
.recruit-message__text p {
  font-size: 0.95rem;
  line-height: 2;
  font-weight: 500;
}
.recruit-message__text p + p {
  margin-top: 1rem;
}
.recruit-message__text p span {
  color: #00B4D2;
  font-weight: 700;
}

.recruit-job {
  padding: 5rem 0 3rem;
}
.recruit-job__inner {
  width: min(80%, 1280px);
  margin: 0 auto;
}
.recruit-job__cards {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.recruit-job__card {
  position: relative;
  padding: 3.5rem 2rem 2rem;
  background: #D9EAF4;
  border-radius: 8px;
}
.recruit-job__card img {
  position: absolute;
  top: -3.5rem;
  left: 2rem;
  width: 180px;
  height: auto;
}
.recruit-job__card h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 900;
}
.recruit-job__card p {
  font-size: 14px;
  line-height: 1.9;
}

.recruit-feature {
  padding: 2rem 0 5rem;
}
.recruit-feature__inner {
  width: min(80%, 1280px);
  margin: 0 auto;
}
.recruit-feature__grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.recruit-feature__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 74px;
  padding: 1rem 1.2rem;
  background: #fff;
  border-radius: 6px;
}
.recruit-feature__item img {
  width: 64px;
  height: auto;
  flex-shrink: 0;
}
.recruit-feature__item p {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 700;
}

.recruit-description {
  padding: 5rem 0;
  background: #D9EAF4;
}
.recruit-description__inner {
  width: min(80%, 1280px);
  margin: 0 auto;
}
.recruit-description h3 {
  margin: 3rem 0 1.5rem 3rem;
  font-size: 1.3rem;
  font-weight: 900;
}
.recruit-description__box {
  position: relative;
  padding: 4rem 5rem 3rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 39, 61, 0.12);
}
.recruit-description dl {
  margin: 0;
}
.recruit-description dl > div {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 39, 61, 0.22);
}
.recruit-description dl > div:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #153065;
}
.recruit-description dt {
  font-weight: 900;
}
.recruit-description dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.9;
}
.recruit-description__btns {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.recruit-faq {
  padding: 5rem 0 6rem;
  background: #D9EAF4;
}
.recruit-faq__inner {
  width: min(80%, 1280px);
  margin: 0 auto;
}
.recruit-faq__list {
  margin-top: 2rem;
}
.recruit-faq details {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: border 0.3s ease;
}
.recruit-faq details + details {
  margin-top: 1rem;
}
.recruit-faq summary {
  position: relative;
  padding: 1.3rem 4rem 1.3rem 1.5rem;
  cursor: pointer;
  list-style: none;
  font-weight: 900;
}
.recruit-faq summary::-webkit-details-marker {
  display: none;
}
.recruit-faq summary::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: #00273D;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8rem;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.recruit-faq details[open] {
  border: solid 0.5px #00273D;
}
.recruit-faq details[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}
.recruit-faq details p {
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  line-height: 1.8;
  opacity: 1;
}

.recruit-entry {
  position: relative;
  overflow: hidden;
  background: #00273D;
}
.recruit-entry__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
}
.recruit-entry__inner {
  position: relative;
  z-index: 1;
  width: min(80%, 1000px);
  min-height: 300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 280px;
  align-items: center;
  gap: 3rem;
  color: #fff;
}
.recruit-entry h2 {
  font-size: clamp(3.5rem, 8vw, 6rem);
  line-height: 1;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.recruit-entry p {
  margin-top: 1.5rem;
  line-height: 1.9;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .recruit-message__inner,
  .recruit-job__inner,
  .recruit-feature__inner,
  .recruit-description__inner,
  .recruit-faq__inner {
    width: 86%;
  }
  .recruit-message__body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .recruit-description__box {
    padding: 3rem;
  }
  .recruit-entry__inner {
    width: 86%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-message__inner,
  .recruit-job__inner,
  .recruit-feature__inner,
  .recruit-description__inner,
  .recruit-faq__inner {
    width: 88%;
  }
  .recruit-job__cards {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .recruit-feature__grid {
    grid-template-columns: 1fr;
  }
  .recruit-description h3 {
    margin-left: 0;
  }
  .recruit-description__box {
    padding: 2rem 1.5rem;
  }
  .recruit-description dl > div {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  .recruit-description__btns {
    flex-direction: column;
    gap: 1rem;
  }
  .recruit-entry__inner {
    width: 88%;
    min-height: 360px;
    grid-template-columns: 1fr;
    align-content: center;
  }
}
.news-page,
.news-single-page {
  background: #F5FBFF;
  color: #00273D;
}

/* =====================
一覧ページ
===================== */
.news-archive {
  padding: 2rem 0 8rem;
}
.news-archive__inner {
  width: min(80%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(4rem, 8vw, 8rem);
}
.news-archive__side h2 {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 900;
}
.news-archive__side ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-archive__side a {
  display: block;
  padding: 0.75rem 1rem;
  border: 1px solid #00273D;
  border-radius: 999px;
  background-color: #D9EAF4;
  color: #00273D;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.news-archive__side a.is-active {
  background: #00273D;
  color: #fff;
}
.news-archive__list {
  display: flex;
  flex-direction: column;
}
.news-archive__item {
  display: block;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(0, 39, 61, 0.22);
  color: #00273D;
  text-decoration: none;
}
.news-archive__item h2 {
  margin-top: 0.6rem;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  font-weight: 900;
}
.news-archive__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.news-archive__meta span {
  padding: 0.35rem 1.2rem;
  background: #D9EAF4;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}
.news-archive__meta time {
  font-size: 0.85rem;
  font-weight: 700;
}

/* =====================
詳細ページ
===================== */
.news-single {
  padding: 1rem 0 8rem;
}
.news-single__inner {
  width: min(70%, 820px);
  margin: 0 auto;
}
.news-single__head {
  margin-bottom: 3rem;
}
.news-single__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.news-single__meta time {
  font-size: 0.9rem;
  font-weight: 700;
}
.news-single__meta span {
  padding: 0.35rem 1.2rem;
  background: #D9EAF4;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}
.news-single h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.6;
  font-weight: 900;
}
.news-single__thumb {
  width: 100%;
  margin-bottom: 4rem;
  border-radius: 8px;
  overflow: hidden;
  background: #ccc;
}
.news-single__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-single__content {
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 39, 61, 0.22);
}
.news-single__content::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: -2.1rem;
  margin-bottom: 2rem;
  background: #00B4D2;
}
.news-single__content h2 {
  margin-bottom: 2rem;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.5;
  font-weight: 900;
}
.news-single__content p {
  line-height: 2;
  font-weight: 500;
}
.news-single__content p + p {
  margin-top: 1.5rem;
}
.news-single__btn {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.news-single__btn .main-btn {
  justify-content: center;
  text-align: center;
}

/* =====================
レスポンシブ
===================== */
@media screen and (max-width: 1024px) {
  .news-archive__inner {
    width: 86%;
    grid-template-columns: 180px 1fr;
    gap: 3rem;
  }
  .news-single__inner {
    width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .news-archive {
    padding: 1rem 0 5rem;
  }
  .news-archive__inner {
    width: 88%;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .news-archive__side ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .news-archive__side li {
    width: calc(50% - 0.4rem);
  }
  .news-single {
    padding: 1rem 0 5rem;
  }
  .news-single__inner {
    width: 88%;
  }
  .news-single__thumb {
    margin-bottom: 3rem;
  }
}
.contact-page {
  background: #F5FBFF;
  color: #00273D;
}

.contact {
  padding: 2rem 0 6rem;
}
.contact__inner {
  width: min(80%, 1200px);
  margin: 0 auto;
}
.contact__head {
  margin-bottom: 4rem;
}
.contact__head > p {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.contact__head > h2 {
  font-size: clamp(1.5rem, 4vw, 3.2rem);
  line-height: 1.4;
  font-weight: 900;
}
.contact__lead {
  margin-top: 2rem;
}
.contact__lead p {
  font-weight: 500;
}
.contact__lead p + p {
  margin-top: 1.5rem;
}
.contact__lead a {
  color: #00B4D2;
  font-weight: 700;
  text-decoration: underline;
}
.contact__lead span {
  color: #CC0000;
  font-weight: 700;
}
.contact__form {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 8vw, 7rem);
  background: #D9EAF4;
  border-radius: 8px;
}

/* =====================
Contact Form 7
===================== */
.contact-form__item {
  margin-bottom: 1.8rem;
}
.contact-form__item label {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1rem;
  font-weight: 900;
}
.contact-form__item label span {
  color: #d90000;
}
.contact-form__item input,
.contact-form__item select,
.contact-form__item textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #00273D;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
}
.contact-form__item input,
.contact-form__item select {
  height: 54px;
}
.contact-form__item textarea {
  min-height: 190px;
  resize: vertical;
}
.contact-form__item input::-moz-placeholder, .contact-form__item textarea::-moz-placeholder {
  color: #c7c7c7;
}
.contact-form__item input::placeholder,
.contact-form__item textarea::placeholder {
  color: #c7c7c7;
}
.contact-form__privacy {
  margin-top: 2.5rem;
  font-weight: 700;
}
.contact-form__privacy p {
  margin-bottom: 1rem;
  line-height: 1.8;
}
.contact-form__privacy a {
  color: #00273D;
  text-decoration: underline;
}
.contact-form__privacy .wpcf7-list-item {
  margin: 0;
}
.contact-form__privacy label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #00B4D2;
  font-weight: 700;
  cursor: pointer;
}
.contact-form__privacy input[type=checkbox] {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: #00B4D2;
  flex-shrink: 0;
}
.contact-form__submit {
  margin-top: 4rem;
  text-align: center;
}
.contact-form__submit input[type=submit] {
  width: min(100%, 280px);
  height: 68px;
  border: none;
  border-radius: 8px;
  background: #00273D;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.contact-form__submit input[type=submit]:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* CF7エラー表示 */
.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  color: #d90000;
  font-size: 0.85rem;
  font-weight: 700;
}

.wpcf7-response-output {
  margin: 2rem 0 0 !important;
  padding: 1rem !important;
  border-radius: 6px;
  font-weight: 700;
}

.wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 1rem 0 4rem;
  }
  .contact__inner {
    width: 88%;
  }
  .contact__form {
    padding: 2.5rem 1.5rem;
  }
  .contact-form__item input,
  .contact-form__item select {
    height: 50px;
  }
  .contact-form__item textarea {
    min-height: 160px;
  }
  .contact-form__privacy label {
    align-items: flex-start;
  }
  .contact-form__submit {
    margin-top: 3rem;
  }
}
.contact-page--business .contact__form {
  background: linear-gradient(180deg, #00273D 0%, #5F7F8A 52%, #F5FBFF 100%);
}
.contact-page--business .contact-form__item label {
  color: #fff;
}
.contact-page--business .contact-form__item label span {
  color: #ff3b3b;
}
.contact-page--business .contact-form__privacy {
  color: #fff;
}
.contact-page--business .contact-form__privacy a {
  color: #fff;
}
.contact-page--business .contact-form__privacy label {
  color: #fff;
}
.contact-page--business .contact-form__submit input[type=submit] {
  background: #00273D;
  color: #fff;
}
.contact-page--business .wpcf7-not-valid-tip {
  color: #ffdddd;
}
.contact-page--business .wpcf7-response-output {
  color: #fff;
}

/* thanks page */
.thanks-page {
  background: #F5FBFF;
  color: #00273D;
}

.thanks {
  padding: 2rem 0 8rem;
}
.thanks__inner {
  width: min(80%, 1000px);
  margin: 0 auto;
}
.thanks__title {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 3rem;
}
.thanks__title img {
  width: 64px;
  height: auto;
  flex-shrink: 0;
}
.thanks__title h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.4;
  font-weight: 900;
}
.thanks__text {
  margin-bottom: 4rem;
}
.thanks__text p {
  font-size: 1rem;
  line-height: 2.1;
  font-weight: 500;
}
.thanks__text p + p {
  margin-top: 2rem;
}
.thanks .main-btn {
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .thanks {
    padding: 1rem 0 5rem;
  }
  .thanks__inner {
    width: 88%;
  }
  .thanks__title {
    align-items: flex-start;
    gap: 1rem;
  }
  .thanks__title img {
    width: 48px;
  }
  .thanks__text p {
    font-size: 0.95rem;
  }
}
.contact-form__row {
  align-items: flex-start;
}

.contact-form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  min-height: 74px;
}

.contact-form__row--textarea .wpcf7-form-control-wrap {
  min-height: 150px;
}

.wpcf7-not-valid-tip {
  margin-top: 0.4rem;
  color: #dc3232;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.privacy-page {
  background: #F5FBFF;
  color: #00273D;
}

.privacy {
  padding: 2rem 0 7rem;
}
.privacy__inner {
  width: min(80%, 1000px);
  margin: 0 auto;
}
.privacy__head {
  margin-bottom: 3rem;
}
.privacy__head > p {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.privacy__head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.4;
  font-weight: 900;
}
.privacy__content {
  padding: clamp(2.5rem, 6vw, 5rem);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 39, 61, 0.12);
}
.privacy__content section + section {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 39, 61, 0.18);
}
.privacy__content h3 {
  margin-bottom: 1.2rem;
  color: #00B4D2;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.6;
  font-weight: 900;
}
.privacy__content p {
  font-size: 0.95rem;
  line-height: 2;
  font-weight: 500;
}
.privacy__content p + p {
  margin-top: 1rem;
}
.privacy__content a {
  color: #00B4D2;
  font-weight: 700;
  text-decoration: underline;
}
.privacy__content ul {
  margin: 1.2rem 0 0;
  padding-left: 1.4rem;
}
.privacy__content ul li {
  line-height: 2;
  font-weight: 500;
}
.privacy__content ul li::marker {
  color: #00B4D2;
}
.privacy__lead {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 39, 61, 0.18);
  font-size: 0.95rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .privacy {
    padding: 1rem 0 5rem;
  }
  .privacy__inner {
    width: 88%;
  }
  .privacy__content {
    padding: 2rem 1.3rem;
  }
  .privacy__content section + section {
    margin-top: 2.2rem;
    padding-top: 2.2rem;
  }
}
.law-page {
  background: #F5FBFF;
  color: #00273D;
}

.law {
  padding: 2rem 0 7rem;
}
.law__inner {
  width: min(80%, 1000px);
  margin: 0 auto;
}
.law__head {
  margin-bottom: 3rem;
}
.law__head > p:first-child {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-weight: "bold";
}
.law__head h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.4;
  font-weight: 900;
}
.law__head > p:last-child {
  font-size: 0.95rem;
  line-height: 2;
  font-weight: 500;
}
.law__content {
  padding: clamp(2.5rem, 6vw, 5rem);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 39, 61, 0.12);
}
.law__list {
  margin: 0;
}
.law__list > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 39, 61, 0.18);
}
.law__list > div:first-child {
  padding-top: 0;
}
.law__list > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.law__list dt {
  color: #00B4D2;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 900;
}
.law__list dd {
  margin: 0;
  font-size: 0.95rem;
  line-height: 2;
  font-weight: 500;
}
.law__list a {
  color: #00B4D2;
  font-weight: 700;
  text-decoration: underline;
}
.law__list ul {
  margin: 0 0 1rem;
  padding-left: 1.4rem;
}
.law__list ul li {
  line-height: 2;
  font-weight: 500;
}
.law__list ul li::marker {
  color: #00B4D2;
}
.law__list p {
  margin: 0;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .law {
    padding: 1rem 0 5rem;
  }
  .law__inner {
    width: 88%;
  }
  .law__content {
    padding: 2rem 1.3rem;
  }
  .law__list > div {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 1.6rem 0;
  }
}
.error {
  margin: 5rem auto;
  width: 80%;
}
.error > h1 {
  font-size: fontSize(32);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .error > h1 {
    font-size: fontSize(64);
  }
}
.error__cont {
  background-color: white;
  padding: 5rem 0;
}
.error__text {
  color: black;
  text-align: center;
  margin-bottom: 2rem;
}
.error__text > a {
  text-decoration: underline;
  color: #000;
  text-align: center;
  margin: 2rem auto;
}
.error__text > p {
  margin-bottom: 2rem;
}
.error__btn {
  position: relative;
  margin: 0 auto;
}

.main-btn {
  position: relative;
  background-color: #09204D;
  display: flex;
  height: 60px;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  width: 220px;
  overflow: visible;
  isolation: isolate;
  z-index: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  /* 黄色ドット */
}
.main-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFD900;
  z-index: 2;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  box-shadow: 0 0 8px rgba(255, 217, 0, 0.8), 0 0 18px rgba(255, 217, 0, 0.5);
}
.main-btn {
  /* 滲みグロー */
}
.main-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.2rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: -1;
  background: radial-gradient(circle, rgb(255, 217, 0) 0%, rgba(255, 217, 0, 0.9) 15%, rgba(255, 217, 0, 0.7) 35%, rgba(255, 217, 0, 0.45) 60%, rgba(255, 217, 0, 0.2) 80%, rgba(255, 217, 0, 0) 100%);
  filter: blur(10px);
  transform: translateY(-50%) scale(0.7);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.8s ease;
}
.main-btn:hover {
  transform: translateY(-2px);
}
.main-btn:hover:after {
  opacity: 1;
  transform: translateY(-50%) scale(1.8);
}
.main-btn:hover:before {
  transform: scale(1.25);
  box-shadow: 0 0 10px rgba(255, 217, 0, 0.95), 0 0 24px rgba(255, 217, 0, 0.75), 0 0 46px rgba(255, 217, 0, 0.45);
}

.glow-dot {
  position: relative;
  overflow: visible;
  isolation: isolate;
  /* 滲み */
}
.glow-dot::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 217, 0, 0.85) 0%, rgba(255, 217, 0, 0.42) 35%, rgba(255, 217, 0, 0.22) 58%, rgba(255, 217, 0, 0) 78%);
  filter: blur(10px);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.8s ease;
}
.glow-dot {
  /* ドット */
}
.glow-dot::after {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #FFD900;
  z-index: 2;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  box-shadow: 0 0 8px rgba(255, 217, 0, 0.8), 0 0 18px rgba(255, 217, 0, 0.5);
}
.glow-dot:hover::before {
  opacity: 1;
}
.glow-dot:hover::after {
  box-shadow: 0 0 10px rgba(255, 217, 0, 0.95), 0 0 24px rgba(255, 217, 0, 0.75), 0 0 46px rgba(255, 217, 0, 0.45);
}

.fadeUpTrigger {
  opacity: 0;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeDownTrigger {
  opacity: 0;
}

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

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  position: fixed;
  top: 1.5rem;
  left: 0;
  right: 0;
  z-index: 999;
  width: min(88%, 1200px);
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background-color: transparent;
}
@media screen and (min-width: 960px) {
  .header {
    width: min(90%, 1400px);
    height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    width: min(80%, 1800px);
  }
}
.header__logo {
  position: relative;
  z-index: 10001;
  display: flex;
  align-items: center;
}
.header__logo a {
  display: flex;
  align-items: center;
}
.header__logo-img {
  display: block;
  width: clamp(150px, 18vw, 260px);
  height: auto;
}
.header__inner-wrap {
  display: none;
}
@media screen and (min-width: 960px) {
  .header__inner-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
  }
}
.header__inner {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 5px;
}
.header__menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__nav {
  height: 100%;
}
.header__nav-list {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.header__nav-list-item {
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
}
.header__nav-list-normal {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.5rem 0.55rem;
  color: black;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background-image: none;
  overflow: hidden;
}
.header__nav-list-normal span {
  position: relative;
  display: block;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  color: transparent;
}
.header__nav-list-normal span::before, .header__nav-list-normal span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1em;
  line-height: 1;
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
.header__nav-list-normal span::before {
  top: 0;
  color: black;
  transform: translateY(0);
}
.header__nav-list-normal span::after {
  top: 100%;
  color: #00B4D2;
  transform: translateY(0);
}
.header__nav-list-normal:hover span::before {
  transform: translateY(-100%);
}
.header__nav-list-normal:hover span::after {
  transform: translateY(-100%);
}
.header__nav-list-contact {
  position: relative;
  height: 60px;
  width: 220px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  background-color: #09204D;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
  isolation: isolate;
  z-index: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__nav-list-contact {
    display: flex;
  }
}
.header__nav-list-contact::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFD900;
  z-index: 2;
  transition: box-shadow 0.35s ease;
}
.header__nav-list-contact::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.1rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFD900 0%, rgba(255, 213, 0, 0.35) 35%, rgba(255, 213, 0, 0.32) 58%, rgba(255, 213, 0, 0) 78%);
  filter: blur(8px);
  opacity: 0;
  transform: translateY(-50%) scale(0.8);
  transition: opacity 0.6s ease, transform 0.8s ease;
  z-index: 1;
  pointer-events: none;
}
.header__nav-list-contact:hover {
  transform: translateY(-3px);
}
.header__nav-list-contact:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.8);
}
.header__nav-list-contact:hover::before {
  box-shadow: 0 0 10px rgba(255, 217, 0, 0.95), 0 0 24px rgba(255, 217, 0, 0.75), 0 0 46px rgba(255, 217, 0, 0.45);
}

@keyframes menuRotate {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
/* =====================
Header scroll animation
===================== */
@media screen and (min-width: 960px) {
  #header.UpMove {
    animation: UpAnime 0.5s forwards;
  }
}

@media screen and (min-width: 960px) {
  #header.DownMove {
    animation: DownAnime 0.5s forwards;
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =====================
Hamburger button
===================== */
.openbtn {
  position: fixed;
  top: 2rem;
  right: 6%;
  z-index: 10001;
  width: 54px;
  height: 42px;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .openbtn {
    top: 0.5rem;
    display: none;
  }
}
.openbtn span {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #00273D;
  border-radius: 999px;
  transition: transform 0.4s ease, top 0.4s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.openbtn span:nth-of-type(1) {
  top: 8px;
}
.openbtn span:nth-of-type(2) {
  top: 20px;
}
.openbtn span:nth-of-type(3) {
  top: 32px;
}
.openbtn.active span {
  background-color: #fff;
}
.openbtn.active span:nth-of-type(1) {
  top: 20px;
  transform: rotate(35deg);
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 20px;
  transform: rotate(-35deg);
}
.openbtn.is-light span {
  background-color: #fff;
}
.openbtn.is-dark span {
  background-color: #00273D;
}

/* =====================
SP / Tablet navigation
===================== */
#g-nav {
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 10000;
  width: 100%;
  height: 100svh;
  background: #09204D;
  transition: right 0.5s ease;
}
@media screen and (min-width: 960px) {
  #g-nav {
    display: none;
  }
}
#g-nav.panelactive {
  right: 0;
}

#g-nav-list {
  width: 100%;
  height: 100svh;
  padding: 8rem 8% 3rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#g-nav li {
  position: relative;
  margin: 0;
  padding: 1.1rem 0 1.1rem 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}
#g-nav li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 1px;
  background-color: #FFD900;
  transform: translateY(-50%);
}

#g-nav li a,
#g-nav .header__nav-list-normal {
  display: block;
  padding: 0;
  color: #fff;
  background-image: none;
  font-size: clamp(1.15rem, 4vw, 1.6rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: normal;
}

/* =====================
Prevent body scroll when menu open
※ JSでbodyにis-menu-openを付ける場合用
===================== */
body.is-menu-open {
  overflow: hidden;
}

/* =====================
Small SP
===================== */
@media screen and (max-width: 480px) {
  .header {
    top: 1.2rem;
    width: 90%;
  }
  .header__logo-img {
    width: 150px;
  }
  .openbtn {
    top: 1.8rem;
    right: 5%;
    width: 46px;
    height: 38px;
  }
  .openbtn span:nth-of-type(1) {
    top: 8px;
  }
  .openbtn span:nth-of-type(2) {
    top: 19px;
  }
  .openbtn span:nth-of-type(3) {
    top: 30px;
  }
  #g-nav-list {
    padding: 7rem 7% 3rem;
  }
}
.footer {
  position: relative;
  width: 100%;
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(3rem, 5vw, 4rem);
  background-color: #09204D;
  color: white;
  z-index: 1;
}
.footer__inner {
  width: min(80%, 1200px);
  margin: 0 auto;
}
.footer__top {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer__logo {
  display: block;
  width: 240px;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__nav {
  display: flex;
  justify-content: flex-end;
}
.footer__nav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav li {
  line-height: 1;
}
.footer__nav a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: clamp(0.8rem, 1vw, 0.95rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}
.footer__nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255, 217, 0) 0%, rgb(255, 217, 0) 26%, rgba(255, 217, 0, 0.95) 35%, rgba(255, 217, 0, 0.75) 55%, rgba(255, 217, 0, 0.45) 75%, rgba(255, 217, 0, 0) 100%);
  transform: translateX(-50%) scale(0.6);
  opacity: 0;
  filter: blur(3px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.footer__nav a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 217, 0, 0.6), 0 0 18px rgba(255, 217, 0, 0.35);
}
.footer__nav a:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1.2);
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 3rem;
  padding-top: 3rem;
}
.footer__info p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 500;
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.8rem;
}
.footer__sns a {
  display: block;
  width: auto;
  height: 32px;
  transition: opacity 0.3s ease;
}
.footer__sns a:hover {
  opacity: 0.75;
}
.footer__sns img {
  display: block;
  height: 32px;
}
.footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.5rem;
}
.footer__pagetop {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.footer__pagetop img {
  width: 36px;
  height: auto;
  transition: transform 0.3s ease;
}
.footer__pagetop:hover img {
  transform: translateY(-3px);
}
.footer__sub {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer__sub a,
.footer__sub p {
  margin: 0;
  color: white;
  font-size: 0.8rem;
  line-height: 1.6;
  text-decoration: none;
}
.footer__sub a {
  position: relative;
}
.footer__sub a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 1px;
  height: 1.2em;
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .footer__inner {
    width: 86%;
  }
  .footer__top {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer__nav {
    justify-content: flex-start;
  }
  .footer__nav-inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4rem 0 3rem;
  }
  .footer__inner {
    width: 88%;
  }
  .footer__logo {
    width: 200px;
  }
  .footer__nav-inner {
    gap: 3rem 1.8rem;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer__right {
    align-items: flex-start;
  }
  .footer__sub {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .footer__sub a::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */