@charset "UTF-8";
/* ##### カラーコードの指定 ##### */

/* # root1 START # */
:root {
  --color-001: #f7f7f6;
  --color-002: #222;
  --color-003: #222;
  --color-004: #ddd;
  --color-005: #eee;
  --color-006: #fcfcfc;
}
/* # root1 END # */

/* # root2 START # */
/* :root {
  --color-001: #dee5de;
  --color-002: #222;
  --color-003: #006332;
  --color-004: #ddd;
  --color-005: #eee;
  --color-006: #fcfcfc;
} */
/* # root2 END # */

/* # root3 START # */
/* :root {
  --color-001: #f6f7fc;
  --color-002: #222;
  --color-003: #2f3559;
  --color-004: #ddd;
  --color-005: #eee;
  --color-006: #fcfcfc;
} */
/* # root3 END # */

/* # root4 START # */
/* :root {
  --color-001: #fcf6f6;
  --color-002: #222;
  --color-003: #4c2c2c;
  --color-004: #ddd;
  --color-005: #eee;
  --color-006: #fcfcfc;
} */
/* # root4 END # */

/* カスタムプロパティでフォントの設定 */
:root {
  --font-001: "Zen Kaku Gothic New", sans-serif;
}

/* ##### 全体の設定 ##### */
html,
body {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-002);
  font-style: normal;
  background-color: var(--color-001);
}

main {
  position: relative;
  z-index: 2;
}

.container {
  position: relative;
  z-index: 2;
}

[class^=inner] {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  max-width: 1000px;
}
.inner1280 {
  max-width: 1280px;
}

.map {
  width: 100%;
  position: relative;
}
.map::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
  [class^=inner] {
    width: 92%;
  }
}
@media (max-width: 599px) {
  [class^=inner] {
    width: 90%;
  }
  .map::before {
    padding-top: 100%;
  }
}
/* ##### パララックス ##### */
.parallax-image {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.parallax-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.parallax-window {
  height: 55vh;
  position: relative;
}
.parallax-shape {
  width: 100%;
  height: 5.9vw;
  overflow: hidden;
  margin-bottom: -2px;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.parallax-shape svg {
  width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
}
.parallax-shape svg path {
  fill: var(--color-001);
}
.parallax-shape svg .shape-desktop {
  display: block;
}
.parallax-shape svg .shape-mobile {
  display: none;
}

@media (max-width: 599px) {
  .parallax-shape {
    height: 18.2vw;
  }
  .parallax-shape svg .shape-desktop {
    display: none;
  }
  .parallax-shape svg .shape-mobile {
    display: block;
  }
}
/* ##### 余白 ##### */
.space-only-top {
  padding-bottom: 0;
}
.space-only-bottom {
  padding-top: 0;
}
.space-01 {
  padding: clamp(1.5rem, 0.6rem + 3.84vw, 3rem) 0 clamp(3rem, 1.2rem + 7.68vw, 6rem);
}
.space-02 {
  padding: clamp(2.5rem, 1rem + 6.4vw, 5rem) 0 clamp(5rem, 2rem + 12.8vw, 10rem);
}
.space-03 {
  padding: clamp(1rem, 0.4rem + 2.56vw, 2rem) 0 clamp(2rem, 0.8rem + 5.12vw, 4rem);
}
.space-04 {
  padding: clamp(5rem, 2rem + 12.8vw, 10rem) 0;
}
.space-05 {
  padding: clamp(1rem, 0.4rem + 2.56vw, 2rem) 0;
}

.margin-01 {
  margin: 1em 0;
}

/* ##### テキスト ##### */
.text-align-center {
  text-align: center;
}
.text-01 {
  font-family: var(--font-001);
  font-weight: 500;
  font-size: clamp(1.125rem, 1.073rem + 0.22vw, 1.25rem);
}
.text-02 {
  font-family: var(--font-001);
  font-weight: 500;
  font-size: clamp(1.125rem, 0.659rem + 1.99vw, 2.25rem);
}
.text-03 {
  font-family: var(--font-001);
  font-weight: 500;
  font-size: 16px;
}
.text-04 {
  font-weight: 500;
  font-size: 14px;
}

.zen-kaku {
  font-family: var(--font-001);
}

.italic {
  font-style: italic;
}

/* ##### 見出し ##### */
.heading-01 {
  margin-bottom: 0.25em;
  font-weight: 600;
  font-size: clamp(3rem, 1.757rem + 5.3vw, 6rem);
  color: var(--color-003);
}
.heading-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: var(--font-001);
  font-weight: 600;
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.heading-02::after {
  content: "";
  width: 1px;
  height: 10px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 3em auto 0;
  background-color: var(--color-002);
}
.heading-03 {
  margin-bottom: 1em;
  font-family: var(--font-001);
  font-weight: 600;
  font-size: clamp(2rem, 1.586rem + 1.77vw, 3rem);
}
.heading-04 {
  font-weight: 700;
  font-size: clamp(2rem, 1.586rem + 1.77vw, 3rem);
  text-align: center;
}
.heading-04 .main,
.heading-04 .sub {
  display: block;
}
.heading-04 .sub {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 18px;
}
.heading-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25em;
  font-size: clamp(1.25rem, 0.95rem + 1.28vw, 1.75rem);
  line-height: 1;
}
.heading-05-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1em;
  font-weight: 700;
  font-size: 170%;
  font-style: italic;
  position: relative;
}
.heading-05-num::after {
  content: "";
  width: 2px;
  height: 1em;
  display: block;
  background-color: var(--color-002);
  position: absolute;
  top: 0;
  right: 0.5em;
}
.heading-05-text {
  font-family: var(--font-001);
  font-weight: 700;
}
.heading-06 {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: clamp(2rem, 1.586rem + 1.77vw, 3rem);
}
.heading-06 .main,
.heading-06 .sub {
  display: block;
}
.heading-06 .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
  font-size: 18px;
}
.heading-06 .sub-inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.heading-06 .sub::after {
  content: "";
  width: auto;
  height: 1px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 3em;
  background-color: var(--color-002);
}
.heading-07 {
  margin-bottom: 0.75em;
  padding-left: 1em;
  font-weight: 700;
  position: relative;
}
.heading-07::before {
  content: "";
  width: 2px;
  height: 1.5em;
  display: block;
  background-color: var(--color-002);
  position: absolute;
  top: 0;
  left: 0;
}
.heading-08 {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: clamp(2rem, 1.586rem + 1.77vw, 3rem);
}
.heading-08 .main,
.heading-08 .sub {
  display: block;
}
.heading-08 .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
  font-size: 18px;
}
.heading-08 .sub-inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ##### エフェクト ##### */
.diagonal {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.diagonal:hover {
  -webkit-transform: translate(0.25em, 0.25em);
          transform: translate(0.25em, 0.25em);
}

.slip a {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.slip a:hover {
  -webkit-transform: translate(0.25em, 0);
          transform: translate(0.25em, 0);
}

/* ##### ヘッダー ##### */
.header {
  width: 100%;
  padding: clamp(0.75rem, 0.439rem + 1.33vw, 1.5rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.header-inner {
  width: 1280px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 1em 2em;
  border-radius: 3em;
  background-color: white;
  z-index: 3;
}
.header-logo {
  width: 100%;
  max-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-drawer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: auto;
}
.header-list li {
  margin: 0.25em 0;
}
.header-list li + li {
  margin-left: 1.5em;
}
.header-list li a {
  font-family: var(--font-001);
  font-weight: 600;
}
.header-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-btn a {
  display: block;
  padding: 0.75em 2.5em;
  font-weight: 500;
  color: white;
  line-height: 1.1;
  text-align: center;
  text-align: center;
  border-radius: 3em;
  background-color: var(--color-003);
}

@media (max-width: 1024px) {
  .header-drawer {
    width: 94%;
    height: calc(100% - 3em);
    display: block;
    visibility: hidden;
    overflow: hidden;
    padding: clamp(3rem, 2.378rem + 2.65vw, 4.5rem) 1em 1em 1em;
    border-radius: 1.5em;
    background-color: white;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    position: fixed;
    top: clamp(0.75rem, 0.439rem + 1.33vw, 1.5rem);
    left: 3%;
    z-index: -10;
  }
  .header-list {
    display: block;
  }
  .header-list li {
    margin: 0.5em;
  }
  .header-list li a {
    display: block;
    padding: 1em;
    text-align: center;
  }
  .header-list li + li {
    margin-top: 2.5em;
    margin-left: 0.5em;
  }
  .header-btn {
    width: 45%;
    margin: 2.5em auto;
  }
  .header-btn a {
    padding: 1.5em 2.5em;
  }
  .drawer-active .header-drawer {
    visibility: visible;
    opacity: 1;
    z-index: 10;
  }
}
@media (max-width: 599px) {
  .header-btn {
    width: 90%;
  }
}
/* ##### フッター ##### */
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-list li a {
  font-weight: 600;
  font-size: 14px;
}
.footer-list li + li {
  margin-left: 1em;
}

@media (max-width: 599px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-list {
    margin-bottom: 3em;
  }
}
/* ##### ハンバーガーボタン オーバーレイ ##### */
.hamburger {
  display: none;
}

@media (max-width: 1024px) {
  .overlay {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    z-index: -10;
    -ms-touch-action: none;
        touch-action: none;
  }
  .hamburger {
    width: 2.5em;
    height: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 11;
  }
  .hamburger a, .hamburger:hover, .hamburger:focus {
    opacity: 1;
  }
  .menu-trigger {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
  }
  .menu-trigger span {
    width: 100%;
    height: 1px;
    display: inline-block;
    border-top: 2px solid var(--color-002);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    position: absolute;
    right: 0;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 75%;
    top: calc(50% - 1px);
  }
  .menu-trigger span:nth-of-type(3) {
    width: 50%;
    bottom: 0;
  }
  body.drawer-active {
    overflow: hidden;
    -ms-touch-action: none;
        touch-action: none;
  }
  .drawer-active .overlay {
    display: block;
    z-index: 5;
  }
  .drawer-active .menu-trigger {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .drawer-active .menu-trigger span {
    width: 65%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .drawer-active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .drawer-active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .drawer-active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
/* ##### メインビジュアル ##### */
.hero-section-wrap {
  display: grid;
  padding: 0 clamp(0.5rem, -0.122rem + 2.65vw, 2rem);
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(0.5rem, -0.122rem + 2.65vw, 2rem) clamp(0.5rem, -0.122rem + 2.65vw, 2rem);
  grid-template-areas: "hero-section-grid-01 hero-section-grid-02" "hero-section-grid-01 hero-section-grid-03";
}
.hero-section-item {
  overflow: hidden;
  border-radius: clamp(0.5rem, -0.122rem + 2.65vw, 2rem);
}
.hero-section-item .img {
  height: 100%;
}
.hero-section-grid-01 {
  grid-area: hero-section-grid-01;
}
.hero-section-grid-02 {
  grid-area: hero-section-grid-02;
}
.hero-section-grid-03 {
  grid-area: hero-section-grid-03;
}
.hero-section-arrow {
  width: 88px;
  height: 88px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section-arrow a {
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid var(--color-001);
  border-radius: 100%;
  background-color: var(--color-003);
  position: relative;
}
.hero-section-arrow a::before {
  content: "";
  width: 2px;
  height: 1.25em;
  display: block;
  margin: auto;
  background-color: white;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section-arrow a::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  margin: auto;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section-arrow a:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 599px) {
  .hero-section-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-section-grid-01 {
    width: 100%;
  }
  .hero-section-grid-02, .hero-section-grid-03 {
    width: calc(50% - clamp(0.5rem, -0.122rem + 2.65vw, 2rem) / 2);
  }
}
/* ##### 各セクション ##### */
.section-bgc {
  background-color: var(--color-001);
}
.section-bgc-white {
  background-color: white;
}
.section-border {
  border-top: 1px solid var(--color-004);
}
.section-01 {
  padding-top: clamp(6.5rem, 5.05rem + 6.19vw, 10rem);
}
.section-02 {
  position: relative;
}

@media (max-width: 599px) {
  section[class^=section] {
    margin-top: -1px;
  }
}
/* ##### パーツ ##### */
.box-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-01-item-01 {
  width: 8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1em;
}
.box-01-item-02 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.box-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-02-item-01 {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.box-02-item-02 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.element {
  overflow: hidden;
  border-radius: 1em;
}
.element + .element {
  margin-top: 3em;
}
.element-01 {
  padding: 2em 1.5em;
  background-color: white;
}

.list-card-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}
.list-card-01 li {
  width: calc((100% - 3em) / 2);
}
.list-card-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}
.list-card-02 li {
  width: calc((100% - 6em) / 3);
}
.list-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
}
.list-table + .list-table {
  margin-top: 1em;
}
.list-table dt {
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-table dd {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1em;
}
.list-news li + li {
  margin-top: 1em;
}

.card-01 {
  padding: 3em 1.5em;
  border-radius: 1.5em;
  background-color: var(--color-006);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.card-01-image {
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 1em;
}
.card-02 {
  overflow: hidden;
  border-radius: 1.5em;
  background-color: var(--color-006);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.card-02-image {
  position: relative;
}
.card-02-caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  padding: 0.5em 1em;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0 0 1em 0;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-02-content {
  padding: 1.5em 1em;
}
.card-02-link {
  margin-top: 1em;
}
.card-02-link a {
  font-size: 12px;
  text-decoration: underline;
}
.card-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em;
  border-radius: 1em;
  background-color: var(--color-006);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.card-03-step {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1em 0 0;
  color: var(--color-003);
}
.card-03-step-element {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  line-height: 1;
}
.card-03-step-element.step-prefix {
  margin-right: 0.25em;
}
.card-03-step-element.step-num {
  font-size: 32px;
}
.card-03-title {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  padding-right: 2.5em;
  letter-spacing: 0.15em;
  position: relative;
}
.card-03-title::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: block;
  border-bottom: 1px solid var(--color-002);
  border-right: 1px solid var(--color-002);
  -webkit-transform: translate(0, calc(-50% - 0.25em)) rotate(45deg);
          transform: translate(0, calc(-50% - 0.25em)) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0.5em;
}

.btn-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em auto 0;
}
.btn-01-text {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 12px;
}
.btn-01-deco {
  width: 4em;
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: var(--color-005);
}
.btn-01-deco::before {
  content: "";
  width: 3px;
  height: 30%;
  display: inline-block;
  border-left: 3px dotted var(--color-003);
}
.btn-02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 0;
}
.btn-02 a {
  display: block;
  padding: 1.2em 4em;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  color: white;
  letter-spacing: 0.1em;
  border-radius: 4em;
  background-color: var(--color-003);
}

@media (max-width: 1024px) {
  .box-02 {
    display: block;
  }
  .box-02-item-01, .box-02-item-02 {
    width: 100%;
  }
  .list-card-01 {
    gap: 2em;
  }
  .list-card-01 li {
    width: calc((100% - 2em) / 2);
  }
  .list-card-02 {
    gap: 2.5em;
  }
  .list-card-02 li {
    width: calc((100% - 2.5em) / 2);
  }
}
@media (max-width: 599px) {
  .box-01-item-01 {
    width: 3em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.75em;
    padding: 0 0.5em;
  }
  .list-card-01 li {
    width: 100%;
  }
  .list-card-02 li {
    width: 100%;
  }
  .list-table {
    display: block;
    font-weight: 500;
  }
  .list-table dt,
  .list-table dd {
    width: 100%;
  }
  .list-table dd {
    margin-top: 0.25em;
    padding-left: 0;
  }
  .card-03 {
    display: block;
  }
  .card-03-step {
    padding-bottom: 1em;
    padding-right: 0;
  }
  .card-03-title {
    font-size: 15px;
  }
}
