@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

html {
  font-size: 62.5%; }

body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

table, input, textarea, select, option {
  line-height: 1.1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8; }

img {
  max-width: 100%; }

.sp-only {
  display: none; }

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: block; } }
body {
  font-size: 1.7rem;
  line-height: 1.7;
  color: #314071;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.inner {
  max-width: 1140px;
  margin: auto; }

/* ----------------------------------------
header (Base Styles)
---------------------------------------- */
.header {
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(49, 64, 113, 0.1);
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100%; }

.header__logo {
  width: 226px; }

.header__logo img {
  width: 100%;
  display: block; }

.header__nav {
  display: flex;
  align-items: center;
  gap: 40px; }

.header__nav-list {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.header__nav-item {
  flex-shrink: 0; }

.header__nav-item a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #314071;
  letter-spacing: 0.144em;
  position: relative;
  padding-bottom: 5px;
  text-decoration: none; }

.header__nav-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #314071;
  transition: width 0.3s ease; }

.header__nav-item a:hover::after {
  width: 100%; }

.header__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 220px;
  height: 60px;
  background-color: #0eb88b;
  border-radius: 65px;
  box-shadow: 0px 5px 0px 0px #0c918f;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none; }

.header__contact-btn:hover {
  transform: translateY(2px);
  box-shadow: 0px 3px 0px 0px #0c918f; }

.header__contact-icon {
  width: 20px; }

.header__contact-icon img {
  display: block;
  width: 100%;
  height: auto; }

.header__contact-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em; }

/* ----------------------------------------
Hamburger Button (Default Hidden)
---------------------------------------- */
.header__hamburger {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 200;
  padding: 0; }

.header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #314071;
  transition: 0.3s; }

.header__hamburger span:nth-child(1) {
  top: 0; }

.header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%); }

.header__hamburger span:nth-child(3) {
  bottom: 0; }

/* ----------------------------------------
Responsive (Desktop adjustments)
---------------------------------------- */
@media (max-width: 1070px) {
  .header__nav {
    gap: 30px; }

  .header__nav-list {
    gap: 16px; }

  .header__nav-item a {
    font-size: 1.5rem; }

  .header__contact-btn {
    width: 200px;
    height: 56px; } }
@media (max-width: 960px) {
  .header__nav {
    gap: 20px; }

  .header__nav-item a {
    font-size: 1.4rem; }

  .header__contact-btn {
    width: 180px;
    height: 52px; } }
@media (max-width: 860px) {
  .header__nav-list {
    gap: 12px; }

  .header__nav-item a {
    font-size: 1.3rem; }

  .header__logo {
    width: 200px; }

  .header__contact-text {
    font-size: 1.4rem; } }
/* ----------------------------------------
Smartphone (Hamburger Menu Toggle)
---------------------------------------- */
@media (max-width: 768px) {
  .header {
    height: 70px; }

  .header__logo {
    width: 180px; }

  /* モバイル時のナビゲーション：画面外に隠す */
  .header__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: #fff;
    padding: 40px 20px;
    transform: translateX(100%);
    /* 右側に隠す */
    transition: transform 0.3s ease;
    z-index: 9999;
    /* 中身がはみ出る場合はスクロール可能にする */
    overflow-y: auto; }

  .header__nav-list {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
    text-align: center; }

  .header__contact {
    width: 100%; }

  .header__contact-btn {
    width: 100%; }

  .header__hamburger {
    display: block;
    /* スマホのみ表示 */ }

  /* is-openクラスが付与された時のスタイル
  */
  .header.is-open .header__nav {
    transform: translateX(0);
    /* 画面内に戻す */ }

  /* ハンバーガーを「×」にする */
  .header.is-open .header__hamburger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg); }

  .header.is-open .header__hamburger span:nth-child(2) {
    opacity: 0; }

  .header.is-open .header__hamburger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg); } }
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* アニメーション */
  transition: transform 0.4s ease; }

/* 下スクロール時に隠す */
.header.is-hide {
  transform: translateY(-100%); }

@media (max-width: 768px) {
  .header__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 40px; }

  .header__nav-item a {
    display: block;
    padding: 16px 10px;
    border-radius: 12px;
    background: #f5f7fa;
    font-size: 1.6rem;
    letter-spacing: 0.08em; }

  .header__nav-item a::after {
    display: none; }

  .header__contact {
    max-width: 360px;
    margin: 0 auto; } }
/* ----------------------------------------
concept
---------------------------------------- */
.concept {
  padding: 100px 0; }
  @media screen and (max-width: 897px) {
    .concept {
      padding: 20px 20px 40px 20px; } }
  .concept__box p {
    font-size: 2.0rem;
    text-align: center; }
    @media screen and (max-width: 897px) {
      .concept__box p {
        text-align: justify; } }
    .concept__box p.big {
      font-size: 2.4rem;
      font-weight: 700;
      margin: 0 0 40px 0; }
      @media screen and (max-width: 897px) {
        .concept__box p.big {
          margin: 0 0 10px 0;
          font-size: 2.0rem; } }
      .concept__box p.big span {
        background: #FFF799; }
  .concept__box__list {
    position: relative;
    /* ←必須 */
    background: #E8F6FF;
    padding: 40px;
    margin: 60px 0;
    border-radius: 165px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 897px) {
      .concept__box__list {
        margin: 20px 0 40px 0;
        border-radius: 20px;
        display: block;
        padding: 10px; } }
    .concept__box__list::after {
      content: "";
      position: absolute;
      bottom: -24px;
      /* 三角形の高さ分だけ下へ */
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 24px solid #E8F6FF; }
    .concept__box__list__item {
      background: #fff;
      padding: 20px 40px;
      margin: 0 20px;
      min-width: 430px;
      text-align: center;
      font-size: 2.4rem;
      font-weight: 700; }
      @media screen and (max-width: 897px) {
        .concept__box__list__item {
          width: 100%;
          min-width: inherit;
          font-size: 1.8rem;
          padding: 10px 0;
          margin: 0; } }
      .concept__box__list__item.item-01 {
        border-radius: 45px 45px 45px 0; }
        @media screen and (max-width: 897px) {
          .concept__box__list__item.item-01 {
            border-radius: 100px;
            margin: 0 0 10px 0; } }
      .concept__box__list__item.item-02 {
        border-radius: 45px 45px 0 45px; }
        @media screen and (max-width: 897px) {
          .concept__box__list__item.item-02 {
            border-radius: 100px; } }
  .concept .concept__list-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0; }
    .concept .concept__list-bg::before, .concept .concept__list-bg::after {
      content: "";
      position: absolute;
      top: 0;
      width: 200px;
      /* 左右の表示幅 */
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      opacity: 0.6;
      /* 必要に応じて */ }
    .concept .concept__list-bg::before {
      left: 3%;
      background-image: url("../img/bg-concept-left.svg");
      width: 110px; }
      @media screen and (max-width: 897px) {
        .concept .concept__list-bg::before {
          display: none; } }
    .concept .concept__list-bg::after {
      right: 3%;
      background-image: url("../img/bg-concept-right.svg");
      width: 110px; }
      @media screen and (max-width: 897px) {
        .concept .concept__list-bg::after {
          display: none; } }

/* ----------------------------------------
leaving
---------------------------------------- */
.leaving {
  padding: 60px 0 0 0;
  margin: 0 60px;
  position: relative; }
  @media screen and (max-width: 897px) {
    .leaving {
      padding: 30px 0 !important;
      margin: 0 20px !important; } }
  .leaving::after {
    position: absolute;
    background: url(../img/bg-leaving.jpg);
    content: "";
    width: 100%;
    height: 50%;
    min-height: 200px;
    top: 0;
    border-radius: 30px; }
    @media screen and (max-width: 897px) {
      .leaving::after {
        border-radius: 20px;
        min-height: inherit;
        height: 100%;
        background-size: cover; } }
  .leaving__headline {
    z-index: 100;
    position: relative;
    max-width: 1140px;
    margin: auto;
    text-align: center;
    padding: 0 0 60px 0; }
    @media screen and (max-width: 897px) {
      .leaving__headline {
        padding: 0 0 30px 0; } }
    .leaving__headline h2 {
      font-size: 5.0rem;
      line-height: 1;
      color: #fff; }
      @media screen and (max-width: 897px) {
        .leaving__headline h2 {
          font-size: 3.0rem; } }
      .leaving__headline h2 span {
        position: relative;
        display: inline-block; }
        .leaving__headline h2 span::before {
          position: absolute;
          content: "";
          left: -20%;
          top: 0;
          background: url(../img/parts-leaving-left.svg);
          background-repeat: no-repeat;
          width: 40px;
          height: 55px; }
          @media screen and (max-width: 897px) {
            .leaving__headline h2 span::before {
              background-size: contain;
              width: 30px;
              height: 40px; } }
        .leaving__headline h2 span::after {
          position: absolute;
          content: "";
          right: -20%;
          top: 0;
          background: url(../img/parts-leaving-right.svg);
          background-repeat: no-repeat;
          width: 40px;
          height: 55px; }
          @media screen and (max-width: 897px) {
            .leaving__headline h2 span::after {
              background-size: contain;
              width: 30px;
              height: 40px; } }
  .leaving__box {
    z-index: 100;
    position: relative;
    max-width: 1290px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 897px) {
      .leaving__box {
        display: block; } }
    .leaving__box__item {
      background: #fff;
      width: calc(100% / 4 - 30px);
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      border-radius: 40px 20px 40px 20px;
      padding: 25px; }
      @media screen and (max-width: 897px) {
        .leaving__box__item {
          width: 100%;
          padding: 15px; } }
      .leaving__box__item .img {
        text-align: center;
        padding: 0 0 15px 0; }
      .leaving__box__item .headline {
        text-align: center;
        padding: 0 0 15px 0; }
        .leaving__box__item .headline h3 {
          font-size: 1.7rem; }
        .leaving__box__item .headline span {
          color: #5897DB;
          border: 1px solid #5897DB;
          padding: 0 10px 2px 10px;
          border-radius: 100px;
          font-size: 1.4rem; }
      .leaving__box__item .txt {
        text-align: justify; }
      @media screen and (max-width: 897px) {
        .leaving__box__item:not(:last-of-type) {
          margin: 0 0 20px 0; } }

/* ----------------------------------------
leaving inner spacing fix
---------------------------------------- */
@media (max-width: 1450px) {
  .leaving {
    padding-left: 40px;
    padding-right: 40px; } }
@media (max-width: 1320px) {
  .leaving {
    padding-left: 60px;
    padding-right: 60px; } }
@media (max-width: 1200px) {
  .leaving {
    padding-left: 30px;
    padding-right: 30px; } }
.leaving {
  margin: 0 60px;
  padding: 60px 0 0; }

.leaving__box {
  padding: 0 40px; }

@media (max-width: 1400px) {
  .leaving__box {
    padding: 0 60px; } }
@media (max-width: 1200px) {
  .leaving__box {
    padding: 0 30px; } }
/* ----------------------------------------
support
---------------------------------------- */
.support {
  padding: 120px 0; }
  @media screen and (max-width: 897px) {
    .support {
      padding: 40px 20px; } }
  .support__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media screen and (max-width: 897px) {
      .support__headline {
        padding: 0 0 30px 0; } }
    .support__headline span {
      font-size: 2.8rem;
      color: #5897DB;
      border: 1px solid #5897DB;
      border-radius: 100px;
      padding: 0 20px;
      font-family: "din-2014", sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media screen and (max-width: 897px) {
        .support__headline span {
          font-size: 1.8rem; } }
    .support__headline h2 {
      padding: 10px 0 0 0;
      font-size: 4.5rem;
      line-height: 1.4;
      font-weight: 900;
      position: relative; }
      @media screen and (max-width: 897px) {
        .support__headline h2 {
          font-size: 2.3rem; } }
      .support__headline h2::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 60px;
        left: 50%;
        bottom: -80px;
        background: #5897DB; }
        @media screen and (max-width: 897px) {
          .support__headline h2::after {
            height: 30px;
            bottom: -40px; } }
  .support__box {
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 897px) {
      .support__box {
        display: block; } }
    .support__box__item {
      width: 48%;
      background: #fff;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      margin: 60px 0 0 0;
      padding: 30px;
      border-radius: 40px 20px 40px 20px;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 897px) {
        .support__box__item {
          width: 100%;
          display: block;
          padding: 15px; } }
  @media screen and (max-width: 897px) and (max-width: 897px) {
    .support__box__item {
      margin: 20px 0 0 0; } }

      .support__box__item .img {
        width: 32%;
        background: #ECF4FF;
        border-radius: 15px 5px 15px 5px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 897px) {
          .support__box__item .img {
            width: 100%;
            padding: 15px 0;
            margin: 0 0 10px 0; } }
      .support__box__item .txt {
        width: 63%; }
        @media screen and (max-width: 897px) {
          .support__box__item .txt {
            width: 100%;
            text-align: justify; } }
        .support__box__item .txt h3 {
          font-size: 2.1rem;
          padding: 0 0 10px 0; }
          @media screen and (max-width: 897px) {
            .support__box__item .txt h3 {
              font-size: 2.0rem;
              text-align: center;
              padding: 0; } }
          .support__box__item .txt h3 span {
            color: #5897DB;
            display: inline-block;
            padding: 0 10px 0 0; }

/* ----------------------------------------
service
---------------------------------------- */
.service {
  background: url(../img/bg-service.jpg);
  margin: 0 40px;
  padding: 0 40px 120px 40px;
  border-radius: 30px; }
  @media screen and (max-width: 897px) {
    .service {
      margin: 0;
      padding: 40px 20px;
      border-radius: 0; } }
  .service__headline {
    text-align: center;
    padding: 0 0 40px 0;
    max-width: 1140px;
    margin: auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -20px; }
    @media screen and (max-width: 897px) {
      .service__headline {
        top: 0; } }
    .service__headline span {
      font-size: 2.8rem;
      color: #5897DB;
      border: 1px solid #5897DB;
      border-radius: 100px;
      padding: 0 20px;
      font-family: "din-2014", sans-serif;
      font-weight: 700;
      font-style: normal;
      background: #fff; }
      @media screen and (max-width: 897px) {
        .service__headline span {
          font-size: 1.8rem; } }
    .service__headline h2 {
      padding: 10px 0 0 0;
      font-size: 4.5rem;
      line-height: 1.4;
      font-weight: 900;
      position: relative; }
      @media screen and (max-width: 897px) {
        .service__headline h2 {
          font-size: 2.3rem; } }
      .service__headline h2::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 60px;
        left: 50%;
        bottom: -80px;
        background: #5897DB; }
        @media screen and (max-width: 897px) {
          .service__headline h2::after {
            height: 30px;
            bottom: -40px; } }
  .service__box {
    max-width: 1140px;
    margin: auto; }
    .service__box__item {
      display: flex;
      justify-content: flex-start;
      /* 左詰めにする */
      align-items: flex-start;
      max-width: 1140px;
      margin: 60px auto 0;
      /* 中央寄せ */ }
      @media screen and (max-width: 897px) {
        .service__box__item {
          display: block;
          margin: 20px 0 0 0; } }
      .service__box__item:nth-child(even) {
        flex-direction: row-reverse; }
        .service__box__item:nth-child(even) .txt {
          margin-left: 0;
          margin-right: -90px; }
          @media screen and (max-width: 897px) {
            .service__box__item:nth-child(even) .txt {
              margin: -60px auto 0 auto; } }
      .service__box__item .img {
        width: 40%;
        /* 1140pxの40% = 456px */
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 897px) {
          .service__box__item .img {
            width: 100%; } }
        .service__box__item .img img {
          width: 100%;
          display: block;
          border-radius: 60px 20px 60px 20px; }
      .service__box__item .txt {
        background: #fff;
        /* ★ポイント1：本来の60%に、重なる90px分をプラスして広げる */
        width: calc(60% + 90px);
        border-radius: 20px;
        padding: 60px;
        position: relative;
        z-index: 10;
        /* ★ポイント2：上にずらさず、画像より60px「下」に配置 */
        margin-top: 60px;
        /* ★ポイント3：左へ90pxずらす */
        margin-left: -90px;
        /* 横幅が計算通りになるよう縮小を禁止する */
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
        @media screen and (max-width: 897px) {
          .service__box__item .txt {
            width: 90%;
            padding: 20px;
            margin: -60px auto 0 auto; } }
        .service__box__item .txt h3 {
          font-size: 3.3rem;
          line-height: 1;
          padding: 0 0 25px 0; }
          @media screen and (max-width: 897px) {
            .service__box__item .txt h3 {
              font-size: 2.0rem;
              padding: 0 0 10px 0;
              text-align: center; } }
          .service__box__item .txt h3 span {
            color: #5897DB;
            display: inline-block;
            padding: 0 15px 0 0;
            margin: 0 15px 0 0;
            border-right: 1px solid #5897DB; }
        .service__box__item .txt h4 {
          padding: 0 0 20px 0;
          font-size: 2.1rem;
          color: #5897DB; }
          @media screen and (max-width: 897px) {
            .service__box__item .txt h4 {
              font-size: 1.8rem;
              line-height: 1.6;
              padding: 0 0 10px 0; } }
        .service__box__item .txt p {
          line-height: 1.8; }
          .service__box__item .txt p span {
            background: #FFF799; }

/* ----------------------------------------
item
---------------------------------------- */
.item {
  padding: 110px 0 120px 0; }
  @media screen and (max-width: 897px) {
    .item {
      padding: 40px 20px; } }
  .item__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media screen and (max-width: 897px) {
      .item__headline {
        padding: 0 0 40px 0; } }
    .item__headline span {
      font-size: 2.8rem;
      color: #5897DB;
      border: 1px solid #5897DB;
      border-radius: 100px;
      padding: 0 20px;
      font-family: "din-2014", sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media screen and (max-width: 897px) {
        .item__headline span {
          font-size: 1.8rem; } }
    .item__headline h2 {
      padding: 10px 0 0 0;
      font-size: 4.5rem;
      line-height: 1.4;
      font-weight: 900;
      position: relative; }
      @media screen and (max-width: 897px) {
        .item__headline h2 {
          font-size: 2.3rem; } }
      .item__headline h2::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 60px;
        left: 50%;
        bottom: -80px;
        background: #5897DB; }
        @media screen and (max-width: 897px) {
          .item__headline h2::after {
            height: 30px;
            bottom: -40px; } }
  .item__box {
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: flex-start; }
    @media screen and (max-width: 897px) {
      .item__box {
        gap: 20px; } }
    .item__box__item {
      background: #314071;
      border-radius: 60px 20px 60px 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 897px) {
        .item__box__item {
          border-radius: 30px 10px 30px 10px; } }
      .item__box__item:nth-child(-n+2) {
        width: calc((100% - 60px) / 2); }
        @media screen and (max-width: 897px) {
          .item__box__item:nth-child(-n+2) {
            width: 47%;
            margin: 20px 0 0 0; } }
      .item__box__item:nth-child(n+3) {
        width: calc((100% - (60px * 2)) / 3); }
        @media screen and (max-width: 897px) {
          .item__box__item:nth-child(n+3) {
            width: 47%; } }
      .item__box__item .img img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 60px 20px 0 0; }
        @media screen and (max-width: 897px) {
          .item__box__item .img img {
            border-radius: 30px 10px 0 0; } }
      .item__box__item .txt {
        padding: 20px 0;
        text-align: center;
        color: #fff; }
        @media screen and (max-width: 897px) {
          .item__box__item .txt {
            font-size: 1.4rem; } }

/* ----------------------------------------
area
---------------------------------------- */
.area {
  background: url(../img/bg-area.jpg);
  margin: 0 40px 120px;
  padding: 120px 40px;
  border-radius: 30px;
  /* headline */
  /* wrap（2カラム） */
  /* area box */ }
  @media screen and (max-width: 897px) {
    .area {
      padding: 40px 20px !important;
      margin: 0 0 40px 0 !important;
      border-radius: 0; } }
  .area__headline {
    position: relative;
    padding-bottom: 100px;
    top: -20px; }
    .area__headline span {
      font-size: 2.8rem;
      color: #5897DB;
      border: 1px solid #5897DB;
      border-radius: 100px;
      padding: 0 20px;
      background: #fff;
      font-family: "din-2014", sans-serif;
      font-weight: 700; }
      @media screen and (max-width: 897px) {
        .area__headline span {
          font-size: 1.8rem; } }
    .area__headline h2 {
      padding-top: 10px;
      font-size: 4.5rem;
      font-weight: 900;
      line-height: 1.4;
      position: relative; }
      @media screen and (max-width: 897px) {
        .area__headline h2 {
          font-size: 2.3rem; } }
      .area__headline h2::after {
        content: "";
        position: absolute;
        left: 3px;
        bottom: -80px;
        width: 3px;
        height: 60px;
        background: #5897DB; }
        @media screen and (max-width: 897px) {
          .area__headline h2::after {
            height: 30px;
            bottom: -40px; } }
  .area__wrap {
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px; }
    @media screen and (max-width: 897px) {
      .area__wrap {
        position: relative; } }
    .area__wrap .txt {
      flex: 1 1 60%;
      display: flex;
      flex-direction: column; }
    .area__wrap .img {
      flex: 0 0 35%;
      max-width: 35%;
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 897px) {
        .area__wrap .img {
          position: absolute;
          top: -60px;
          right: 0;
          width: 40%; } }
      .area__wrap .img img {
        width: 100%;
        height: auto;
        display: block; }
        @media screen and (max-width: 897px) {
          .area__wrap .img img {
            width: 100%;
            height: auto;
            display: block; } }
  .area__box {
    max-width: 1140px;
    margin: auto; }
    .area__box h3 {
      font-size: 2.4rem;
      padding-bottom: 30px; }
      @media screen and (max-width: 897px) {
        .area__box h3 {
          font-size: 1.8rem;
          padding-bottom: 15px; } }
    .area__box__list__item {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      font-weight: 700;
      font-size: 2.0rem; }
      @media screen and (max-width: 897px) {
        .area__box__list__item {
          display: block; } }
      .area__box__list__item .ttl {
        width: 180px;
        margin-right: 10px;
        text-align: center;
        background: #5897DB;
        color: #fff;
        border-radius: 100px; }
        @media screen and (max-width: 897px) {
          .area__box__list__item .ttl {
            width: 100% !important;
            border-bottom: 1px solid #5897DB;
            background: none;
            border-radius: 0;
            color: #5897DB;
            text-align: left;
            padding: 0 !important; } }
      .area__box__list__item .details {
        white-space: nowrap;
        line-height: 1.6; }
        @media screen and (max-width: 897px) {
          .area__box__list__item .details {
            font-size: 1.6rem !important;
            font-weight: 500;
            text-align: justify; } }
  .area__copy {
    max-width: 1140px;
    margin: 30px auto 0;
    font-size: 1.8rem; }
    @media screen and (max-width: 897px) {
      .area__copy {
        margin: 0;
        text-align: justify; } }

/* ----------------------------------------
responsive control
---------------------------------------- */
/* 1260px〜：文字サイズで耐える */
@media (max-width: 1260px) {
  .area__box__list__item {
    font-size: 1.8rem; }
    .area__box__list__item .ttl {
      width: 160px;
      font-size: 1.7rem; }
    .area__box__list__item .details {
      font-size: 1.7rem; } }
@media (max-width: 1160px) {
  .area__box__list__item {
    font-size: 1.6rem; }
    .area__box__list__item .ttl {
      width: 150px; }
    .area__box__list__item .details {
      letter-spacing: 0.02em; } }
@media (max-width: 1080px) {
  .area__box__list__item {
    font-size: 1.5rem; }
    .area__box__list__item .ttl {
      width: 140px; } }
/* 見出し装飾の安全化 */
@media (max-width: 1100px) {
  .area__headline {
    top: 0;
    padding-bottom: 80px; }
    .area__headline h2::after {
      bottom: -60px;
      height: 40px; } }
/* padding / margin 調整 */
@media (max-width: 1200px) {
  .area {
    padding: 100px 30px;
    margin: 0 20px 120px; } }
/* 1024px以下：縦化を許可 */
@media (max-width: 1024px) {
  .area__box__list__item {
    flex-direction: column;
    align-items: flex-start; }
    .area__box__list__item .details {
      white-space: normal; }
    .area__box__list__item .ttl {
      width: auto;
      padding: 4px 16px;
      margin-bottom: 6px; } }
/* 900px以下：1カラム */
@media (max-width: 900px) {
  .area__wrap {
    flex-direction: column; }

  .area__wrap .img {
    max-width: 400px;
    margin: 40px auto 0; } }
/* ----------------------------------------
contact
---------------------------------------- */
.contact {
  background: url(../img/bg-service.jpg);
  margin: 0 40px 40px;
  padding: 0 40px 60px;
  border-radius: 30px;
  position: relative;
  overflow: visible;
  /* 上部オーバーレイ */
  --overlay-height: 440px;
  /* headline */
  /* box */ }
  @media screen and (max-width: 897px) {
    .contact {
      margin: 0 20px 20px;
      padding: 0 20px 20px 20px; } }
  .contact::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: var(--overlay-height);
    background: url(../img/bg-leaving.jpg) center/cover no-repeat;
    border-radius: 30px 30px 0 0;
    z-index: 0;
    pointer-events: none; }
  .contact__headline {
    position: relative;
    top: -20px;
    text-align: center;
    padding-bottom: 100px;
    max-width: 1140px;
    margin: auto;
    z-index: 1; }
    @media screen and (max-width: 897px) {
      .contact__headline {
        padding-bottom: 40px; } }
    .contact__headline span {
      font-size: 2.8rem;
      padding: 0 20px;
      border-radius: 100px;
      border: 1px solid #5897DB;
      color: #5897DB;
      background: #fff;
      font-family: "din-2014", sans-serif;
      font-weight: 700; }
      @media screen and (max-width: 897px) {
        .contact__headline span {
          font-size: 1.8rem; } }
    .contact__headline h2 {
      margin-top: 10px;
      font-size: 4.5rem;
      font-weight: 900;
      line-height: 1.4;
      color: #fff;
      position: relative; }
      @media screen and (max-width: 897px) {
        .contact__headline h2 {
          font-size: 2.3rem; } }
      .contact__headline h2::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -80px;
        transform: translateX(-50%);
        width: 3px;
        height: 60px;
        background: #fff; }
        @media screen and (max-width: 897px) {
          .contact__headline h2::after {
            height: 30px;
            bottom: -40px; } }
  .contact__box {
    position: relative;
    z-index: 2;
    max-width: 1220px;
    margin: auto;
    padding: 40px;
    background: #fff;
    border-radius: 30px;
    /* 特徴リスト */
    /* コピー */ }
    @media screen and (max-width: 897px) {
      .contact__box {
        padding: 20px; } }
    .contact__box__list {
      display: flex;
      justify-content: space-between;
      gap: 20px; }
      @media screen and (max-width: 897px) {
        .contact__box__list {
          display: block; } }
      .contact__box__list__item {
        flex: 1;
        background: #ECF4FF;
        border-radius: 100px;
        text-align: center;
        font-weight: 700;
        white-space: nowrap;
        /* vw + clamp で全体縮尺 */
        font-size: clamp(1.6rem, 1.5vw, 2.1rem);
        padding: clamp(10px, 1vw, 15px); }
        @media screen and (max-width: 897px) {
          .contact__box__list__item {
            border-radius: 0;
            margin: 1px;
            padding: 5px; } }
    .contact__box__copy {
      margin: 20px 0 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee;
      text-align: center;
      font-weight: 700;
      font-size: clamp(1.7rem, 1.6vw, 2.1rem); }
      @media screen and (max-width: 897px) {
        .contact__box__copy {
          margin: 10px 0 15px 0;
          text-align: left;
          font-size: 1.6rem;
          line-height: 1.4;
          text-align: justify; } }

/* ----------------------------------------
contact CTA
---------------------------------------- */
:root {
  --yellow: #fcf27e;
  --yellow-shadow: #f2d16d;
  --yellow-sub: #f2da61;
  --green: #0EB88B;
  --green-shadow: #0C918F;
  --navy: #314071; }

/* CTA wrapper */
.contact__box__btn {
  display: flex;
  gap: 40px;
  max-width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 897px) {
    .contact__box__btn {
      display: block; } }

/* CTA card */
.contact__box__btn > div {
  flex: 1; }

.contact__box__btn a {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 180px;
  padding: 20px;
  border-radius: 45px 15px 15px 45px;
  text-decoration: none;
  box-sizing: border-box;
  color: var(--navy); }
  @media screen and (max-width: 897px) {
    .contact__box__btn a {
      display: block;
      height: inherit;
      border-radius: 22.5px 7.5px 7.5px 22.5px; } }

/* TEL */
.contact__box__btn .tel a {
  background: var(--yellow);
  box-shadow: 0 7px 0 var(--yellow-shadow); }

/* MAIL */
.contact__box__btn .mail a {
  background: var(--green);
  box-shadow: 0 7px 0 var(--green-shadow);
  color: #fff; }
  @media screen and (max-width: 897px) {
    .contact__box__btn .mail a {
      margin: 20px 0 0 0; } }

/* アイコン */
.contact__box__btn .img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  border-radius: 60px 20px 60px 20px;
  background: #fff center / 50% no-repeat; }
  @media screen and (max-width: 897px) {
    .contact__box__btn .img {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      margin: auto;
      border-radius: 100px; } }

.tel .img {
  background-image: url("../img/icon-contact-tel.svg"); }

.mail .img {
  background-image: url("../img/icon-contact-mail.svg"); }

/* テキスト */
.contact__box__btn .txt {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1; }

.contact__box__btn .label {
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  font-weight: 900; }
  @media screen and (max-width: 897px) {
    .contact__box__btn .label {
      font-size: 1.8rem;
      text-align: center;
      margin: 10px 0 0 0; } }

/* TEL main */
.contact__box__btn .tel .main {
  font-family: "din-2014", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  font-size: clamp(3.8rem, 3.2vw, 5rem);
  min-height: 60px; }
  @media screen and (max-width: 897px) {
    .contact__box__btn .tel .main {
      font-size: 3.4rem;
      min-height: inherit;
      text-align: center; } }

/* MAIL main */
.contact__box__btn .mail .main {
  font-weight: 500;
  line-height: 1.6;
  font-size: clamp(1.45rem, 1.1vw, 1.65rem);
  min-height: 60px; }
  @media screen and (max-width: 897px) {
    .contact__box__btn .mail .main {
      min-height: inherit;
      font-size: 1.4rem; } }

/* sub */
.contact__box__btn .sub {
  margin-top: 4px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 897px) {
    .contact__box__btn .sub {
      font-size: 1.2rem; } }

.tel .sub {
  background: var(--yellow-sub);
  color: var(--navy); }

.mail .sub {
  background: #0C918F;
  color: #fff; }

/* ----------------------------------------
responsive fallback
---------------------------------------- */
@media (max-width: 768px) {
  .contact__box__btn {
    flex-direction: column; }

  .contact__box__list__item {
    white-space: normal; } }
/* ----------------------------------------
footer
---------------------------------------- */
footer {
  /* 左ブロック */
  /* 右ブロック */ }
  footer .footer__box {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (max-width: 897px) {
      footer .footer__box {
        display: block;
        padding: 20px 0 0 0; } }
  footer .logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer .logo__footer {
      margin-bottom: 15px; }
      @media screen and (max-width: 897px) {
        footer .logo__footer {
          text-align: center;
          width: 100%; } }
    footer .logo__address {
      line-height: 1.6; }
      @media screen and (max-width: 897px) {
        footer .logo__address {
          font-size: 1.5rem;
          text-align: center;
          padding: 0 0 10px 0; } }
  footer .credit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    /* ロゴ住所の下端と揃う */ }
    footer .credit__nav-list {
      display: flex;
      justify-content: flex-end;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 897px) {
        footer .credit__nav-list {
          display: none; } }
    footer .credit__nav-item a {
      text-decoration: none; }
      footer .credit__nav-item a:hover {
        opacity: 0.7; }
    footer .credit__copy {
      font-size: 1.6rem;
      color: #9FADC6; }
      @media screen and (max-width: 897px) {
        footer .credit__copy {
          font-size: 1.4rem;
          text-align: center; } }

/* ----------------------------------------
mainview
---------------------------------------- */
.article-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  padding: calc(100px + 40px) 40px 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  box-sizing: border-box;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 897px) {
    .article-wrapper {
      padding: 90px 20px 20px !important; } }
  .article-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* ▼ mainview 80% + CTAの半分（120px / 2 = 60px） */
    height: var(--bg-height);
    background: url(../img/bg-mainview.jpg);
    z-index: -1; }
  .article-wrapper--visible {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 768px) {
    .article-wrapper {
      padding: 120px 20px 20px; } }

.mainview {
  height: calc(100vh - (100px + 80px));
  min-height: 500px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .mainview {
      height: auto;
      min-height: 0;
      gap: 24px; } }

.hero {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 0; }
  @media (max-width: 768px) {
    .hero {
      flex-direction: column;
      height: 500px;
      align-items: stretch; } }
  .hero__slider {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #f3f4f6;
    z-index: 1; }
    @media (max-width: 768px) {
      .hero__slider {
        position: relative;
        width: 100%;
        height: 60%; } }
  .hero__text-container {
    position: relative;
    z-index: 2;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none; }
    @media (max-width: 768px) {
      .hero__text-container {
        width: 100%;
        height: 40%;
        text-align: center; } }
  .hero__title {
    font-size: clamp(2.5rem, 8vw, 7rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: #1f2937;
    overflow: hidden; }
    .hero__title span {
      display: block;
      transform: translateY(110%);
      transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
    .hero__title--active span {
      transform: translateY(0); }
    @media (max-width: 768px) {
      .hero__title {
        font-size: 3rem; } }
    .hero__title img {
      max-width: 75%; }

.swiper {
  width: 100%;
  height: 100%; }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .swiper-pagination-bullet-active {
    background: #4f46e5 !important; }

/* ==============================
  カラー変数
============================== */
:root {
  /* TEL */
  --yellow02: #fcf27e;
  --yellow02-shadow: #f2d16d;
  /* MAIL */
  --green02: #0EB88B;
  --green02-shadow: #0C918F;
  /* COMMON */
  --navy02: #314071; }

/* ==============================
  CTA 全体
============================== */
.cta {
  height: 200px;
  background: url("../img/bg-leaving.jpg");
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.2);
  padding: 0 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  /* 見出し */ }
  @media screen and (max-width: 897px) {
    .cta {
      display: none; } }
  @media (max-width: 768px) {
    .cta {
      height: auto;
      padding: 30px;
      gap: 20px;
      text-align: center; } }
  .cta__headline {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center; }
    .cta__headline h2 {
      font-size: 3rem;
      line-height: 1; }
      @media screen and (max-width: 897px) {
        .cta__headline h2 {
          font-size: 1.8rem !important; } }
      .cta__headline h2 span {
        position: relative;
        display: inline-block; }
        .cta__headline h2 span::before, .cta__headline h2 span::after {
          content: "";
          position: absolute;
          top: 0;
          width: 24px;
          height: 33px;
          background-repeat: no-repeat;
          background-size: contain; }
        .cta__headline h2 span::before {
          left: -40px;
          background-image: url("../img/parts-leaving-left.svg"); }
        .cta__headline h2 span::after {
          right: -40px;
          background-image: url("../img/parts-leaving-right.svg"); }

/* ==============================
  CTA ボタンエリア
============================== */
.cta__btn {
  position: relative;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 100px;
  padding: 15px 15px 23px;
  display: flex;
  align-items: center;
  /* 右側：TEL / MAIL */
  /* 共通ボタン */ }
  .cta__btn .inbox {
    display: flex;
    gap: 20px;
    flex: 1; }
  .cta__btn__tel, .cta__btn__mail {
    flex: 0 0 calc(50% - 10px); }
  .cta__btn a {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 48px 15px 15px;
    border-radius: 100px;
    font-size: 2.0rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* 右向き矢印 */ }
    .cta__btn a:hover {
      transform: translateY(2px); }
    .cta__btn a::after {
      content: "＞";
      position: absolute;
      right: 24px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.6rem;
      font-weight: 900;
      transition: transform 0.2s ease; }
    .cta__btn a:hover::after {
      transform: translate(4px, -50%); }

/* TEL */
.cta__btn__tel a {
  background-color: var(--yellow02);
  color: var(--navy02);
  box-shadow: 0 5px 0 var(--yellow02-shadow); }
  .cta__btn__tel a:hover {
    box-shadow: 0 3px 0 var(--yellow02-shadow); }

/* MAIL */
.cta__btn__mail a {
  background-color: var(--green02);
  color: #fff;
  box-shadow: 0 5px 0 var(--green02-shadow); }
  .cta__btn__mail a:hover {
    box-shadow: 0 3px 0 var(--green02-shadow); }

/* ==============================
  無料相談バッジ（正円）
============================== */
.cta__btn__copy {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 10px solid #fff;
  background: var(--navy02);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center; }

/* ==============================
  SP
============================== */
@media (max-width: 768px) {
  .cta__btn {
    flex-direction: column;
    padding: 24px;
    border-radius: 30px; }
    .cta__btn .inbox {
      flex-direction: column; }
    .cta__btn a {
      height: 90px;
      border-radius: 25px; }

  .cta__btn__copy {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    border-radius: 40px;
    padding: 12px 0;
    margin-bottom: 12px; } }
/* CTA 安定化調整 */
.cta {
  min-height: 200px;
  height: auto; }

.cta__headline h2 {
  font-size: clamp(2.4rem, 2.2vw, 3rem); }

.cta__btn a {
  white-space: nowrap;
  font-size: clamp(1.6rem, 1.4vw, 2rem); }

.cta__btn {
  padding-left: 64px; }

.cta__btn__copy {
  left: 24px; }

@media (max-width: 1200px) {
  .cta__btn .inbox {
    gap: 14px; } }
.cta__btn__copy {
  width: clamp(72px, 7vw, 98px);
  height: clamp(72px, 7vw, 98px);
  border-width: clamp(6px, 0.6vw, 10px); }

@media (max-width: 768px) {
  .mainview {
    gap: 0; }

  .hero {
    height: auto;
    min-height: 0;
    position: relative; }

  .hero__slider {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 700 / 750; }

  .hero__text-container {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    pointer-events: none; }

  .hero__text-container {
    align-items: flex-end !important;
    bottom: -15%;
    padding-bottom: 8% !important; }

  .hero__title img {
    max-width: 90%;
    height: auto; }

  .cta {
    margin-top: auto; } }
@media (max-width: 768px) {
  .hero__slider .swiper-pagination {
    bottom: 16%; } }
/* SCSSをコンパイルした後のイメージで記述しています 
          変数の定義 
        */
:root {
  --yellow05: #fcf27e;
  --yellow05-shadow: #f2d16d;
  --green05: #0EB88B;
  --green05-shadow: #0C918F;
  --navy05: #314071;
  --sp-width: 897px; }

/* ----------------------------------------
  Base Styles (Reset)
---------------------------------------- */
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  height: 2000px;
  /* スクロール確認用 */
  background-color: #f5f7fa; }

/* ----------------------------------------
  Floating CTA Main
---------------------------------------- */
.floating-cta {
  position: fixed;
  z-index: 1000;
  display: flex;
  gap: 12px;
  /* PC Default: Bottom Right Vertical */
  right: 30px;
  bottom: 30px;
  flex-direction: column;
  align-items: flex-end; }

/* 無料相談バッジ */
.floating-cta__badge {
  position: absolute;
  top: -70px;
  right: -18px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 6px solid #fff;
  background: var(--navy05);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: -5px;
  z-index: 2; }

/* ボタン共通 */
.floating-cta__item {
  position: relative;
  width: 240px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box; }

.floating-cta__item:hover {
  transform: translateY(2px); }

/* TELボタン */
.floating-cta__item--tel {
  background-color: var(--yellow05);
  color: var(--navy05);
  box-shadow: 0 5px 0 var(--yellow05-shadow); }

.floating-cta__item--tel:hover {
  box-shadow: 0 3px 0 var(--yellow05-shadow); }

/* MAILボタン */
.floating-cta__item--mail {
  background-color: var(--green05);
  color: #fff;
  box-shadow: 0 5px 0 var(--green05-shadow); }

.floating-cta__item--mail:hover {
  box-shadow: 0 3px 0 var(--green05-shadow); }

/* テキストラベル */
.floating-cta__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 2px;
  opacity: 0.9; }

.floating-cta__main {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap; }

.floating-cta__item--mail .floating-cta__main {
  font-size: 1.8rem; }

/* 矢印（擬似要素） */
.floating-cta__item::after {
  content: "＞";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 1.4rem; }

/* ----------------------------------------
  Responsive (SP: 897px以下)
---------------------------------------- */
@media screen and (max-width: 897px) {
  .floating-cta {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    /* 横並び */
    gap: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    align-items: stretch; }

  /* スマホではバッジを隠すか、別の形にする（ここでは非表示） */
  .floating-cta__badge {
    display: none; }

  .floating-cta__item {
    flex: 1;
    width: auto;
    height: 60px;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 0 5px;
    align-items: center;
    text-align: center; }

  .floating-cta__item::after {
    display: none;
    /* スマホでは矢印を消してスッキリさせる */ }

  .floating-cta__label {
    font-size: 1rem; }

  .floating-cta__main {
    font-size: 1.6rem; }

  .floating-cta__item--mail .floating-cta__main {
    font-size: 1.4rem; } }
/* floating cta 初期は隠す */
.floating-cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }

/* 表示状態 */
.floating-cta.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0); }

/* 20260117 topics */
.topics {
  padding: 90px 20px 0 20px; }
  .topics__box {
    max-width: 640px;
    margin: auto; }
    .topics__box .img {
      padding: 5px;
      background: #fff;
      border: 3px solid #DAF2FF;
      border-radius: 15px; }
      .topics__box .img img {
        border-radius: 15px; }
    .topics__box .txt {
      padding: 15px 0 0 0;
      text-align: center; }

@media (max-width: 768px) {
  .topics {
    padding: 40px 20px 0 20px; }
    .topics__box {
      max-width: 640px;
      margin: auto; }
      .topics__box .img {
        padding: 5px;
        background: #fff;
        border: 3px solid #DAF2FF;
        border-radius: 15px; }
        .topics__box .img img {
          border-radius: 15px; }
      .topics__box .txt {
        padding: 15px 0 0 0;
        text-align: center; } }
