@charset "UTF-8";
/* ========================= /
/  Global
/* =========================*/
/* ========================= /
/  Foundation
/* =========================*/
:root {
  --color_white: #fff;
  --color_black: #000;
  --color_txt_white: #fff;
  --color_txt_black: #674F4F;
  --color_primary: #62A5D8;
  --color_accent: #FFDD00;
  --color_body_bg: #fff;
  --color_gray01: #F5F5F5;
  --color_gray02: #F4F4F4;
  --color_burger_bg: #B1D3CB;
  --color_yellow: #F1DC6D;
  --color_pink: #EFB5B6;
}

:root {
  --vw: 100vw;
  --vh: 100vh;
  --svh: 100svh;
  --base-width: 1400;
  --container-width: 800;
  --header-height: 50;
}
@media screen and (max-width: 1024px) {
  :root {
    --base-width: 400;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --base-width: 400;
    --container-width: 353;
  }
}

:root {
  --font-family_noto-sans-jp: "Noto sans JP", sans-serif;
  --font-family_zen-maru-gothic: "Zen Maru Gothic", sans-serif;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --line-height_level1: 1;
  --line-height_level2: 1.25;
  --line-height_level3: 1.5;
  --line-height_level4: 1.75;
  --line-height_level5: 2;
}

/* ========================= /
/  プラグイン・フレームワーク
/* =========================*/
.slick-track {
  display: flex;
}

@media screen and (max-width: 768px) {
  .slick-list {
    overflow: visible !important;
  }
}

.slick-slider:not(.column-articles__list) .slick-slide {
  height: auto !important;
}
.slick-slider:not(.column-articles__list) .slick-slide > div {
  height: 100% !important;
}
.slick-slider:not(.column-articles__list) .slick-slide > div li,
.slick-slider:not(.column-articles__list) .slick-slide > div a {
  height: 100% !important;
}

/* ========================= /
/  Layout
/* =========================*/
/* ========================= /
/  コンテナパーツ
/* =========================*/
#wrapper {
  overflow: clip;
}

/* ========================= /
/  コンテナパーツ
/* =========================*/
/* ========================= /
/  ヘッダー
/* =========================*/
.header {
  padding-block: 36px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .header {
    padding-block: 16px;
    position: absolute;
  }
}
.header_inner {
  padding-inline: min(100vw / var(--base-width) * 33, 33px) min(100vw / var(--base-width) * 55, 55px);
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding-inline: min(100vw / var(--base-width) * 14, 14px) min(100vw / var(--base-width) * 32, 32px);
  }
}
.header_main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .header_main {
    column-gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header_main {
    margin-top: 50.69px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }
}
.header_logo-link {
  display: block;
  width: 168px;
  max-width: 100%;
  position: relative;
  position: absolute;
  top: 36px;
  left: min(100vw / var(--base-width) * 33, 33px);
  z-index: 1900;
}
@media screen and (max-width: 768px) {
  .header_logo-link {
    top: 16px;
    left: min(100vw / var(--base-width) * 14, 14px);
    width: 86px;
  }
}
.header_gnav {
  margin-right: calc(40px + min(100vw / var(--base-width) * 55, 55px));
  flex: 1;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header_gnav {
    margin-right: 0;
    grid-area: 2/1/3/3;
  }
}
.header_menu {
  align-self: flex-start;
  position: fixed;
  top: 51px;
  right: min(100vw / var(--base-width) * 55, 55px);
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .header_menu {
    top: 16px;
    right: min(100vw / var(--base-width) * 32, 32px);
  }
}
.header_bnav {
  position: relative;
  z-index: 2000;
}

/* ========================= /
/  グローバルナビ
/* =========================*/
.gnav_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(100vw / var(--base-width) * 6, 6px);
}
@media screen and (max-width: 768px) {
  .gnav_list {
    padding-inline: 10px;
    display: grid;
    grid-template-columns: repeat(5, max-content);
    gap: calc(100vw / var(--base-width) * 15);
    justify-content: space-between;
  }
}
.gnav_item-link {
  width: 83px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
}
@media screen and (max-width: 768px) {
  .gnav_item-link {
    width: 100%;
  }
}
.gnav_item-icon {
  width: 44px;
  aspect-ratio: 1;
}
.gnav_item-icon picture,
.gnav_item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gnav_item-title {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  letter-spacing: 0.1em;
  font-family: var(--font-family_noto-sans-jp);
  font-weight: 500;
}

/* ========================= /
/  バーガーボタン
/* =========================*/
@media screen and (max-width: 768px) {
  .menu {
    margin-inline: auto 0;
  }
}
.menu button {
  display: block;
  width: 100%;
  background: var(--color_burger_bg);
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
}
.menu button > span {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 2px;
  background: var(--color_white);
  position: absolute;
  left: 12.5px;
  transition: transform 0.3s ease-out;
}
.menu button > span:nth-of-type(1) {
  top: 16.5px;
}
.menu button > span:nth-of-type(2) {
  top: 24.5px;
}
.menu.is-open button > span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.menu.is-open button > span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

/* ========================= /
/  バーガーナビ
/* =========================*/
.bnav {
  padding: 128px 64px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: var(--color_primary);
  transition: 0.5s opacity ease-out;
  max-height: 100svh;
  overflow-y: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .bnav {
    padding-block: 64px;
    padding-inline: 8.5333333333vw;
  }
}
.bnav__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bnav__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.bnav__item-link {
  color: var(--color_white);
}
.bnav__item-link--external {
  display: flex;
  align-items: center;
  column-gap: 0.3em;
}
.bnav__item-link--external::after {
  content: "";
  display: block;
  height: 24px;
  aspect-ratio: 1;
  background-image: url(../img/common/external-icon.svg);
}
@media screen and (max-width: 768px) {
  .bnav__item-link--external::after {
    height: 18px;
  }
}

/* ========================= /
/  フッター
/* =========================*/
.footer {
  margin-top: -257.6px;
  padding-block: 275.8px 341.2px;
  position: relative;
  z-index: 0;
  background: linear-gradient(to bottom, transparent 148px, #6DACDD 148px);
  padding-bottom: 66.2px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: -60px;
    padding-block: 132px 200px;
    background: linear-gradient(to bottom, transparent 80px, #6DACDD 80px), url(../img/common/sp/footer-bg.svg) no-repeat center top/100% auto;
    padding-bottom: 66px;
  }
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 148px;
  background: url(../img/common/footer-bg.png) no-repeat center top/100% 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .footer::before {
    display: none;
  }
}
.footer__icons {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.footer__icons img {
  position: absolute;
}
.footer__icons img:nth-of-type(1) {
  width: 191.53px;
  aspect-ratio: 191.53/140.69;
  top: 80.1px;
  left: 54px;
}
.footer__icons img:nth-of-type(2) {
  width: 81.25px;
  aspect-ratio: 81.25/84.34;
  top: -13px;
  left: -9.7px;
}
.footer__icons img:nth-of-type(3) {
  width: 425.54px;
  aspect-ratio: 425.54/239.28;
  top: -18.4px;
  right: -80px;
}
.footer__icons img:nth-of-type(4) {
  width: 239.18px;
  aspect-ratio: 239.18/150.26;
  top: -45px;
  right: -42.2px;
}
.footer__logo {
  display: block;
  margin-top: 60px;
  margin-inline: auto;
  max-width: 199px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-top: 38px;
    max-width: 141px;
  }
}
.footer__logo picture,
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer #copyright {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--color_white);
  text-align: center;
  font-family: var(--font-family_noto-sans-jp);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer #copyright {
    margin-top: 11px;
  }
}

.fnav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 64px;
  column-gap: 8px;
}
@media screen and (max-width: 1024px) {
  .fnav {
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    gap: 18px;
  }
}
.fnav__col {
  display: contents;
}
@media screen and (max-width: 768px) {
  .fnav__col {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}
.fnav__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.fnav__item-link {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  color: var(--color_white);
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .fnav__item-link {
    align-items: flex-start;
  }
}
.fnav__item-link::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1;
  background: var(--color_white);
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .fnav__item-link::before {
    margin-top: 9px;
  }
}
.fnav__item-link--external {
  display: flex;
  align-items: center;
  column-gap: 0.3em;
}
.fnav__item-link--external::after {
  content: "";
  display: block;
  height: 24px;
  aspect-ratio: 1;
  background-image: url(../img/common/external-icon.svg);
}
@media screen and (max-width: 768px) {
  .fnav__item-link--external::after {
    height: 18px;
  }
}

/* ========================= /
/  コンテナパーツ
/* =========================*/
.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1024px) {
  .container {
    padding-inline: calc(100vw / var(--base-width) * 14);
    width: 100%;
    max-width: initial;
  }
}
.container--w880 {
  max-width: 880px;
}
.container--w800 {
  max-width: 800px;
}

/* ========================= /
/  Object
/* =========================*/
/* ========================= /
/  - Utility
/* =========================*/
@media screen and (min-width: 1024.02px) {
  .no-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .no-tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .no-sp {
    display: none !important;
  }
}

/* ========================= /
/  カラー
/* =========================*/
.color-yellow {
  color: var(--color_yellow);
}

.color-primary {
  color: var(--color_primary);
}

.color-pink {
  color: var(--color_pink);
}

/* ========================= /
/  テキスト
/* =========================*/
.text-col {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "palt";
}

.text-dotted {
  border-bottom: 5px dotted var(--color_primary);
}
.text-dotted--col {
  padding-block: 6.9px;
  position: absolute;
  inset: 0;
  width: 3px;
  height: 100%;
  border-bottom: none;
  border-right: dotted 3px var(--color_pink);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .text-dotted--col {
    padding-block: 3px;
  }
}

.text-border--col {
  padding-block: 6.9px;
  position: absolute;
  inset: 0;
  width: 3px;
  height: 100%;
  border-right: solid 3px var(--color_primary);
}
@media screen and (max-width: 768px) {
  .text-border--col {
    padding-block: 3px;
  }
}

/* ========================= /
/  アニメーション
/* =========================*/
a,
button {
  transition: opacity 0.3s ease-out;
}
a:any-link:hover,
button:any-link:hover {
  opacity: 0.6;
}

.js-fadein {
  position: relative;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
.js-fadein.is-visible {
  opacity: 1;
}

.js-fadeup {
  position: relative;
  transition: all 1.5s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translate(0%, 100px);
}
.js-fadeup.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.js-fade-in-out {
  opacity: 1;
  animation: fade-in-out 6s ease-in-out alternate infinite;
}
.js-fade-in-out--delay01 {
  animation-delay: 1s;
}
.js-fade-in-out--delay02 {
  animation-delay: 2s;
}
.js-fade-in-out--delay03 {
  animation-delay: 3s;
}
.js-fade-in-out--delay04 {
  animation-delay: 4s;
}
.js-fade-in-out--delay05 {
  animation-delay: 5s;
}
.js-fade-in-out--delay06 {
  animation-delay: 6s;
}
.js-fade-in-out--delay07 {
  animation-delay: 7s;
}
.js-fade-in-out--delay08 {
  animation-delay: 8s;
}
.js-fade-in-out--delay09 {
  animation-delay: 9s;
}
.js-fade-in-out--delay010 {
  animation-delay: 10s;
}
@keyframes fade-in-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.js-fuwafuwa {
  animation: fuwafuwa 3s infinite;
  transform: none;
}
.js-fuwafuwa--delay01 {
  animation-delay: 0.5s;
}
.js-fuwafuwa--delay02 {
  animation-delay: 1s;
}
.js-fuwafuwa--delay03 {
  animation-delay: 1.5s;
}
.js-fuwafuwa--delay04 {
  animation-delay: 2s;
}
.js-fuwafuwa--delay05 {
  animation-delay: 2.5s;
}
.js-fuwafuwa--delay06 {
  animation-delay: 3s;
}
.js-fuwafuwa--delay07 {
  animation-delay: 3.5s;
}
.js-fuwafuwa--delay08 {
  animation-delay: 4s;
}
.js-fuwafuwa--delay09 {
  animation-delay: 4.5s;
}
.js-fuwafuwa--delay010 {
  animation-delay: 5s;
}

@keyframes fuwafuwa {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: none;
  }
}
/* ========================= /
/  - Components
/* =========================*/
/* ========================= /
/  ボタン
/* =========================*/
.btn {
  margin-inline: auto;
  padding-inline: 40px 46px;
  width: fit-content;
  min-width: 308px;
  max-width: 100%;
  min-height: 70px;
  display: grid;
  place-items: center;
  background: var(--color_white);
  color: var(--color_primary);
  border: 2px solid currentColor;
  border-radius: 16px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 230px;
    min-height: 52px;
    font-size: 1.6rem;
    line-height: 1.25;
    border-radius: 12px;
    letter-spacing: 0.07em;
  }
}
.btn--left {
  margin-inline: 0 auto;
}
.btn--right {
  margin-inline: auto 0;
}
@media screen and (max-width: 1024px) {
  .btn--tab-center {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .btn--sp-small {
    min-width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .btn--sp-center {
    margin-inline: auto;
  }
}
.btn::after {
  content: "";
  display: block;
  width: 19.52px;
  aspect-ratio: 19.52/19.58;
  background: url(../img/common/btn-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20.2px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .btn::after {
    width: 15px;
    right: 18px;
  }
}
.btn--pdf {
  padding-left: 30px;
  grid-template-columns: 21.15px 1fr;
  column-gap: 14.2px;
}
@media screen and (max-width: 768px) {
  .btn--pdf {
    padding-left: 21.6px;
    padding-right: 43px;
    column-gap: 9.8px;
    letter-spacing: 0.07em;
  }
}
.btn--pdf::before {
  content: "";
  display: block;
  width: 21.15px;
  aspect-ratio: 21.15/24.17;
  background: url(../img/common/pdf-icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .btn--pdf::before {
    width: 15.7px;
  }
}
@media screen and (max-width: 768px) {
  .btn--pdf::after {
    right: 18.1px;
  }
}
.btn--no-border {
  margin-inline: auto 0;
  min-width: auto;
  min-height: initial;
  padding: 0;
  padding-right: 25px;
  border: 0;
  background: initial;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .btn--no-border {
    width: fit-content;
    padding-right: 22px;
    font-size: 1.5rem;
  }
}
.btn--no-border::after {
  right: 0;
}

/* ========================= /
/  ボタン
/* =========================*/
.h2-title {
  margin-inline: auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .h2-title {
    row-gap: 0px;
  }
}
.h2-title__catch {
  display: grid;
  grid-template-columns: 19.87px max-content 19.87px;
  align-items: center;
  gap: 10.5px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5454545455;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .h2-title__catch {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.h2-title__catch--row2 {
  margin-bottom: 10px;
  grid-template-columns: 20.69px max-content 20.69px;
}
.h2-title__catch--small {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .h2-title__catch--small {
    font-size: 1.4rem;
  }
}
.h2-title__catch::before, .h2-title__catch::after {
  content: "";
  display: block;
  width: 3px;
  height: 38.2px;
  background: #73AFDE;
  transform-origin: bottom center;
}
.h2-title__catch::before {
  margin-inline: auto 0;
  transform: rotate(-17deg);
}
.h2-title__catch::after {
  transform: rotate(17deg);
}
.h2-title__catch--row2::before, .h2-title__catch--row2::after {
  height: 57.73px;
}
@media screen and (max-width: 768px) {
  .h2-title__catch--row2::before, .h2-title__catch--row2::after {
    height: 48.38px;
  }
}
.h2-title__catch--small::before, .h2-title__catch--small::after {
  width: 2px;
  height: 17.1px;
}
@media screen and (max-width: 768px) {
  .h2-title__catch--small::before, .h2-title__catch--small::after {
    height: 12.58px;
  }
}
.h2-title__catch--dotted::before, .h2-title__catch--dotted::after {
  background: transparent;
  border-right: dotted 3px #73AFDE;
}
.h2-title__main {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .h2-title__main {
    font-size: 2.8rem;
    line-height: 1.3571428571;
  }
}
.h2-title__main--small {
  margin-top: 3px;
  font-size: 2.8rem;
  line-height: 1.2142857143;
}
@media screen and (max-width: 768px) {
  .h2-title__main--small {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
@media screen and (max-width: 768px) {
  .h2-title__main--sp-small {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
@media screen and (max-width: 768px) {
  .h2-title__main--sp-smaller {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}
@media screen and (max-width: 768px) {
  .h2-title__main--sp-smallest {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

/* ========================= /
/  カード
/* =========================*/
.c-card__item {
  padding-inline: 10px;
  position: relative;
  height: 100%;
}
.c-card__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-card__first {
  width: 55.95px;
  aspect-ratio: 55.95/53.05;
  position: absolute;
  top: 12.8px;
  left: 23px;
}
@media screen and (max-width: 768px) {
  .c-card__first {
    width: 49.72px;
  }
}
.c-card__first picture,
.c-card__first img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-card__item-img {
  height: 184px;
}
.c-card__item-img picture,
.c-card__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 36px 36px 0 0;
}
@media screen and (max-width: 768px) {
  .c-card__item-img picture,
  .c-card__item-img img {
    border-radius: 32px 32px 0 0;
  }
}
.c-card__item-main {
  padding: 16px 19px 22px 17px;
  background: var(--color_white);
  border-radius: 0 0 36px 36px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-card__item-main {
    padding: 16px 17px 22px 16px;
  }
}
.c-card__item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #5C4040;
}
.c-card__item-date {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-card__item-cat {
  padding: 4px 19px 5px 20px;
  min-width: 106px;
  min-height: 26px;
  border: 1px solid #AFCEE6;
  background: var(--color_white);
  border-radius: 6px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.c-card__item-title {
  margin-top: 9px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #5C4040;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========================= /
/  ガイド
/* =========================*/
.guide {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .guide {
    margin-top: 30px;
  }
}
.guide__title {
  margin-inline: auto;
  padding-inline: 27.5px;
  width: fit-content;
  min-height: 47.43px;
  background: #88C0D8;
  color: var(--color_white);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.7391304348;
  letter-spacing: 0.13em;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .guide__title {
    font-size: 1.6rem;
    line-height: 1.75;
    min-height: 33px;
  }
}
.guide__title::before {
  content: "";
  display: block;
  width: 48.87px;
  aspect-ratio: 48.87/20.12;
  background: #88C0D8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .guide__title::before {
    width: 34px;
    aspect-ratio: 34/14;
  }
}
.guide__lead {
  margin-top: 20px;
  font-size: 2.8rem;
  line-height: 1.4642857143;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .guide__lead {
    margin-top: 14px;
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.guide__list {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .guide__list {
    margin-top: 30px;
  }
}
.guide__item {
  width: calc((100% - 40px) / 3);
  background: var(--color_gray02);
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .guide__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .guide__item {
    width: 100%;
  }
}
.guide__item-link {
  padding: 29.5px 16px 22.2px 19px;
  display: flex;
  align-items: center;
  height: 100%;
  column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .guide__item-link {
    padding: 24px 18.7px 23.2px 22px;
    column-gap: 21px;
  }
}
.guide__item-link::after {
  content: "";
  display: block;
  width: 10px;
  height: 21px;
  background: #88C0D8;
  flex-shrink: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .guide__item-link::after {
    width: 6.31px;
    height: 13.17px;
  }
}
.guide__item-icon {
  width: 66px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .guide__item-icon {
    width: 70px;
  }
}
.guide__item-icon picture,
.guide__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.guide__item-main {
  padding-right: 3px;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .guide__item-main {
    padding-right: 2px;
  }
}
.guide__item-title {
  font-size: 2rem;
  line-height: 1.5454545455;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .guide__item-title {
    font-size: 1.8rem;
    line-height: 1.8888888889;
  }
}
.guide__item-text {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .guide__item-text {
    margin-top: 9px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}

/* ========================= /
/  スライダー
/* =========================*/
.carousel__slider {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .carousel__slider {
    margin-top: 30px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.carousel__slider-btns {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 88.5px;
}
@media screen and (max-width: 768px) {
  .carousel__slider-btns {
    margin-top: 22px;
    gap: 70px;
  }
}
.carousel__slider-btn {
  width: 38px;
  height: auto;
  aspect-ratio: 38/37.91;
  position: static;
  background: url(../img/common/btn-arrow.svg) no-repeat center/contain !important;
  transform: none;
}
.carousel__slider-btn::before {
  content: "";
  display: none;
}
.carousel__slider-btn:nth-of-type(1) {
  transform: rotateY(180deg);
}
/* ========================= /
/  ボタン
/* =========================*/
.column {
  margin-top: 50.2px;
  padding-block: 198.8px 70px;
  position: relative;
  z-index: 0;
  background: linear-gradient(to bottom, transparent 180px, #f4f4f4 180px);
  padding-bottom: 260px;
  margin-bottom: -200px;
}
@media screen and (max-width: 768px) {
  .column {
    margin-top: 25px;
    padding-block: 81.8px 40px;
    background: linear-gradient(to bottom, transparent 81.8px, #f4f4f4 81.8px);
    padding-bottom: 130px;
    margin-bottom: -60px;
  }
}
.column::before {
  content: "";
  display: block;
  width: 129.82vw;
  aspect-ratio: 1157.84/834.81;
  background: url(../img/top/pc/column-bg.png) no-repeat center top/100% 334.81px;
  position: absolute;
  top: 0px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .column::before {
    width: 120.1653333333vw;
    background: url(../img/top/pc/column-bg.png) no-repeat center top/100% 145.01px;
  }
}
.column__lead {
  margin-inline: auto;
  padding-inline: 27.5px;
  width: fit-content;
  min-height: 47.43px;
  background: #88C0D8;
  color: var(--color_white);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 2.3rem;
  line-height: 1.7391304348;
  letter-spacing: 0.13em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column__lead {
    padding-inline: 18px;
    font-size: 1.6rem;
    line-height: 1.75;
    min-height: 33px;
  }
}
.column__title {
  margin-top: 10.2px;
}
@media screen and (max-width: 768px) {
  .column__title {
    margin-top: 10px;
    line-height: 1.4166666667;
  }
}
.column__ranking {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .column__ranking {
    margin-top: 29px;
  }
}
.column__ranking-title {
  margin-inline: auto;
  padding-bottom: 12px;
  width: fit-content;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .column__ranking-title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    padding-bottom: 12px;
  }
}

/* ========================= /
/  キーワード
/* =========================*/
.keyword {
  padding-block: 0 325.6px;
  background: var(--color_gray02);
  position: relative;
}
@media screen and (max-width: 768px) {
  .keyword {
    padding-bottom: 166px;
  }
}
.keyword__title {
  margin-inline: auto;
  padding-bottom: 12px;
  width: fit-content;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .keyword__title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    padding-bottom: 10px;
  }
}
.keyword__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30.2px 20px;
}
@media screen and (max-width: 1024px) {
  .keyword__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .keyword__list {
    margin-top: 30px;
    grid-template-columns: 100%;
    row-gap: 20px;
  }
}
.keyword__item {
  padding: 32px 20.5px;
  background: var(--color_white);
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .keyword__item {
    padding: 23px 27px;
    border-radius: 32px;
  }
}
.keyword__item-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
  white-space: nowrap;
}
.keyword__item-title::before {
  content: "";
  display: block;
  flex-shrink: 0;
}
.keyword__item-title--childcare::before {
  width: 20.18px;
  aspect-ratio: 20.18/18.67;
  background-image: url(../img/common/childcare-icon.svg);
}
.keyword__item-title--sleep::before {
  width: 18.38px;
  aspect-ratio: 18.38/17.67;
  background-image: url(../img/common/sleep-icon.svg);
}
.keyword__item-title--parent::before {
  width: 25.08px;
  aspect-ratio: 25.08/13.65;
  background-image: url(../img/common/parent-icon.svg);
}
.keyword__item-content {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}
.keyword__item-link {
  font-size: 1.4rem;
  line-height: 2.3571428571;
}
.keyword__others {
  margin-top: 30px;
  padding: 30px 48px;
  background: var(--color_white);
  border-radius: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(137px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .keyword__others {
    padding: 30px 30px 25px;
    border-radius: 32px;
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.keyword__other-link {
  display: block;
  padding: 5px 17px 5px 18px;
  min-width: 142px;
  min-height: 34px;
  border: 1px solid #AFCEE6;
  background: var(--color_white);
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .keyword__other-link {
    min-width: initial;
    width: 100%;
    padding-inline: 16px;
  }
}

/* ========================= /
/  シェア
/* =========================*/
.share {
  margin-top: 50px;
  padding-bottom: 349px;
}
@media screen and (max-width: 768px) {
  .share {
    margin-top: 30px;
    margin-bottom: -60px;
    padding-bottom: 214px;
  }
}
.share:has(+ .author) {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .share:has(+ .author) {
    margin-block: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .share__inner {
    padding-inline: calc(100vw / var(--base-width) * 36.5);
  }
}
.share__row {
  padding: 13.2px 38.5px 12.8px;
  background: #F4F4F4;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .share__row {
    padding: 11px 18px;
    gap: 20px;
  }
}
.share__title {
  letter-spacing: 0.07em;
  font-weight: bold;
  text-transform: uppercase;
}
.share__list {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .share__list {
    gap: 8px;
  }
}

/* ========================= /
/ 著者
/* =========================*/
.author {
  margin-top: 30px;
  display: none;
}
@media screen and (max-width: 768px) {
  .author {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .author__inner {
    padding-inline: calc(100vw / var(--base-width) * 36.5);
  }
}
.author__box {
  padding: 29px 37px 29px 51px;
  border: 2px solid #73AFDE;
  border-radius: 40px;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 31px;
}
@media screen and (max-width: 768px) {
  .author__box {
    padding: 35.5px 24px 23.5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.author__title {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 4px;
  text-decoration-color: #F5CFCC;
  text-underline-offset: 6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .author__title {
    font-size: 1.8rem;
  }
}
.author__img {
  margin-top: 15px;
  margin-inline: auto;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .author__img {
    width: 74px;
  }
}
.author__name {
  margin-top: 12px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .author__name {
    font-size: 1.6rem;
  }
}

/* ========================= /
/  ボタン
/* =========================*/
.recommend {
  margin-top: 50px;
  padding-block: 198.8px 30px;
  position: relative;
  z-index: 0;
  background: linear-gradient(to bottom, transparent 180px, #f4f4f4 180px);
  padding-bottom: 349px;
}
@media screen and (max-width: 768px) {
  .recommend {
    margin-top: 40px;
    padding-block: 81.8px 20px;
    background: linear-gradient(to bottom, transparent 40px, #f4f4f4 40px);
    padding-bottom: 214px;
    margin-bottom: -60px;
  }
}
.recommend::before {
  content: "";
  display: block;
  width: 129.82vw;
  aspect-ratio: 1557.84/334.81;
  background: url(../img/top/pc/column-bg.svg) no-repeat center top/cover;
  position: absolute;
  top: 0px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recommend::before {
    width: 120.1653333333vw;
  }
}
.recommend__title {
  margin-top: 10.2px;
  margin-bottom: 44px;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 4px;
  text-decoration-color: var(--color_primary);
  text-underline-offset: 14px;
}
@media screen and (max-width: 768px) {
  .recommend__title {
    margin-top: 5px;
  }
}

/* ========================= /
/  関連記事
/* =========================*/
.relation {
  padding-block: 30px 349px;
  background: #f4f4f4;
  position: relative;
  z-index: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .relation {
    padding-bottom: 214px;
    margin-bottom: -60px;
  }
}
.relation__title {
  margin-top: 10.2px;
  margin-bottom: 44px;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 4px;
  text-decoration-color: var(--color_primary);
  text-underline-offset: 14px;
}
@media screen and (max-width: 768px) {
  .relation__title {
    margin-top: 5px;
  }
}

/* ========================= /
/ 下層KV
/* =========================*/
.kv {
  padding-top: 159px;
}
@media screen and (max-width: 768px) {
  .kv {
    padding-top: 187.69px;
    position: relative;
  }
}
.kv::before {
  content: "";
  display: block;
  height: 50px;
  background: #eff5f5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.kv__box {
  min-height: 21.0833333333vw;
  background: url(../img/common/pc/kv-bg.svg) no-repeat center top/cover;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv__box {
    padding-top: 8.0533333333vw;
    min-height: 44.6666666667vw;
    align-items: flex-start;
    background-image: url(../img/common/sp/kv-bg.svg);
  }
}
@media screen and (max-width: 768px) {
  .kv__box--sp-tall {
    padding-top: 37.8px;
    min-height: 46.6666666667vw;
    background-image: url(../img/common/sp/kv-bg--tall.svg);
    background-size: 100% auto;
    background-position: bottom center;
  }
}
.kv__box::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background: #EFF5F5;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
.kv__title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4705882353;
  letter-spacing: 0.15em;
  text-align: center;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 2.4rem;
    min-height: 2lh;
    line-height: 1.4166666667;
  }
}

/* ========================= /
/  ページネーション
/* =========================*/
.pagination {
  margin-top: 60px;
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination__item span,
.pagination__item a {
  padding-bottom: 2.5px;
  padding-left: 1.5px;
  width: 32px;
  aspect-ratio: 1;
  background: var(--color_white);
  border-radius: 50%;
  border: 2px solid var(--color_primary);
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: var(--color_primary);
  display: grid;
  place-items: center;
}
.pagination__item--current span {
  color: var(--color_white);
  background: var(--color_primary);
}
.pagination__item--prev span, .pagination__item--prev a {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 1.5px;
}
.pagination__item--prev span::before, .pagination__item--prev a::before {
  content: "";
  display: block;
  width: 7.21px;
  aspect-ratio: 7.21/8.19;
  background: var(--color_primary);
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}
.pagination__item--next span, .pagination__item--next a {
  padding-left: 1.5px;
  padding-bottom: 0;
}
.pagination__item--next span::before, .pagination__item--next a::before {
  content: "";
  display: block;
  width: 7.21px;
  aspect-ratio: 7.21/8.19;
  background: var(--color_primary);
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  transform: rotateY(180deg);
}

/* ========================= /
/ お知らせ
/* =========================*/
.news__list {
  margin-top: 14.5px;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-top: 13px;
  }
}
.news__item {
  padding-block: 33.8px;
  border-bottom: 1px solid #BFBFBF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__item {
    padding-block: 12px;
  }
}
.news__item:last-child {
  border-bottom: none;
}
.news__list--home .news__item {
  padding-block: 25.5px;
}
@media screen and (max-width: 768px) {
  .news__list--home .news__item {
    padding-block: 12px;
  }
}
.news__item-link {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .news__item-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news__list--home .news__item-link {
  display: block;
}
.news__item-info {
  display: flex;
  align-items: center;
  gap: 13px;
}
.news__list--home .news__item-info {
  gap: 9px;
}
@media screen and (max-width: 768px) {
  .news__list--home .news__item-info {
    gap: 11px;
  }
}
.news__item-date {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  letter-spacing: 0.07em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news__item-date {
    font-size: 1.4rem;
    line-height: 2.4285714286;
  }
}
.news__list--home .news__item-date {
  font-size: 1.6rem;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  .news__list--home .news__item-date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.news__item-cat {
  padding: 2px 18.3px 2.6px;
  min-width: 95px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.07em;
  background: var(--color_white);
  border: 1px solid var(--color_txt_black);
  text-align: center;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .news__item-cat {
    padding-inline: 10px;
    font-size: 1.1rem;
    line-height: 1.4545454545;
    min-width: 66px;
  }
}
.news__list--home .news__item-cat {
  padding: 1px 12px 1.5px;
  min-width: 75.81px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
}
@media screen and (max-width: 768px) {
  .news__list--home .news__item-cat {
    padding-inline: 10px;
    font-size: 1.1rem;
    line-height: 1.4545454545;
    min-width: 66px;
  }
}
.news__item-title {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.15em;
  color: #549ED6;
  font-family: var(--font-family_noto-sans-jp);
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news__item-title {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: initial;
  }
}
.news__list--home .news__item-title {
  margin-top: calc(var(--leading-trim) + 6px);
  margin-bottom: var(--leading-trim);
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .news__list--home .news__item-title {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

/* ========================= /
/ ステップ（各コンテンツページ）
/* =========================*/
.character {
  margin-top: 50px;
  padding: 44.7px 74px 43.8px;
  background: #EFF7F5;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .character {
    margin-top: 40px;
    padding: 36.5px 24px 45px;
  }
}
.character__title {
  margin-inline: auto;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .character__title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.character__title::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 2.5px;
  border-radius: 2.5px;
  background: var(--color_primary);
}
.character__row {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .character__row {
    margin-top: 15px;
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
  }
}
.character__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .character__main {
    row-gap: 17px;
  }
}
.character__name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .character__name {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.character__img {
  width: 148px;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .character__img {
    width: 136px;
  }
}
.character__img picture,
.character__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 24px;
}
.character__body {
  max-width: 100%;
}
.character__text {
  font-family: var(--font-family_noto-sans-jp);
}
.character__btn {
  margin-top: 35px;
  margin-left: 12px;
  padding-left: 24px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .character__btn {
    margin-top: 14px;
    margin-inline: auto;
    min-width: 270px;
  }
}

/* ========================= /
/ アドバイス
/* =========================*/
.advice {
  margin-top: 50px;
  padding-block: 165.1px 193.4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .advice {
    padding-block: 82.4px 90.9px;
  }
}
.advice::before {
  content: "";
  display: block;
  width: min(221.495vw, 2657.94px);
  background: url(../img/common/pc/advice-bg.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 110.3px);
  transform: translateX(-50%);
  z-index: -4;
}
@media screen and (max-width: 768px) {
  .advice::before {
    width: 211.2213333333vw;
    aspect-ratio: 792.08/489.58;
    left: 50%;
    background-image: url(../img/common/sp/advice-bg.svg);
  }
}
.advice__icon01, .advice__icon02 {
  position: absolute;
}
.advice__icon01 {
  top: 133.5px;
  left: min(13.425vw, 161.1px);
}
@media screen and (max-width: 768px) {
  .advice__icon01 {
    width: 57.61px;
    top: 39.5px;
    left: 25px;
  }
}
.advice__icon02 {
  top: 182.6px;
  right: min(13.775vw, 165.3px);
}
@media screen and (max-width: 768px) {
  .advice__icon02 {
    width: 53.31px;
    top: 32.4px;
    right: 22.6px;
  }
}
.advice__row {
  margin-top: 30px;
  margin-inline: auto;
  width: fit-content;
  display: grid;
  grid-template-columns: 156.87px 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .advice__row {
    display: grid;
    grid-template-columns: 114.24px 1fr;
    gap: 20px 7px;
  }
}
.advice__img {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .advice__img {
    margin-top: 0;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .advice__body {
    display: contents;
  }
}
.advice__heading {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7272727273;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .advice__heading {
    grid-column: 1/-1;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    text-align: center;
  }
}
.advice__text {
  max-width: 610px;
  margin-top: 20px;
  font-family: var(--font-family_noto-sans-jp);
}
@media screen and (max-width: 768px) {
  .advice__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .advice__text:nth-of-type(2) {
    grid-column: 1/-1;
  }
}
.advice__list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .advice__list {
    margin-top: 0;
    grid-column: 1/-1;
  }
}
.advice__item {
  display: flex;
  align-items: flex-start;
}
.advice__item::before {
  content: "";
  display: inline-block;
  margin-block: 8px;
  margin-right: 7px;
  width: 18px;
  aspect-ratio: 1;
  background: url(../img/contents/advice-check.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  .advice__item::before {
    margin-block: 5px;
    width: 15px;
  }
}
.advice__item span {
  max-width: 580px;
  font-family: var(--font-family_noto-sans-jp);
}

/* ========================= /
/ Instagramポスト
/* =========================*/
.post__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .post__list {
    grid-template-columns: 100%;
  }
}
.post__list:has(p) {
  grid-template-columns: 100%;
  text-align: center;
}
.post__item {
  padding: 19px 20px 17px;
  width: 100%;
  background: var(--color_white);
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .post__item {
    padding: 19px 4.8vw 14px;
  }
}
.post__item:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 768px) {
  .post__item:nth-child(n+2) {
    display: none;
  }
}
.post__item-media {
  aspect-ratio: 1;
}
.post__item-media video,
.post__item-media picture,
.post__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__item-text {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .post__item-text {
    margin-top: 10px;
  }
}
.post__item-icon {
  margin-top: 7px;
  display: block;
  width: 25px;
  aspect-ratio: 25/24;
}

/* ========================= /
/ シミュレーター
/* =========================*/
.fixed-simulator {
  padding-block: 27.4px 96.6px;
  position: fixed;
  bottom: -60px;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #F2F8FC;
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-simulator {
    padding-block: 25.8px 62.3px;
    bottom: -44px;
  }
}
.fixed-simulator::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  height: 4.75vw;
  background: url(../img/top/simulator-bg.svg) no-repeat center top/cover;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .fixed-simulator::before {
    background-image: url(../img/top/simulator-bg_sp.svg);
    height: 8.2666666667vw;
  }
}
.fixed-simulator__catch {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 9.63px max-content 9.63px;
  align-items: center;
  justify-content: center;
  gap: 17.8px;
}
@media screen and (max-width: 768px) {
  .fixed-simulator__catch {
    font-size: 1.8rem;
    gap: 12.5px;
  }
}
.fixed-simulator__catch::before, .fixed-simulator__catch::after {
  content: "";
  display: block;
  width: 2px;
  height: 21.82px;
  background: var(--color_txt_black);
  transform-origin: bottom center;
}
@media screen and (max-width: 768px) {
  .fixed-simulator__catch::before, .fixed-simulator__catch::after {
    height: 17px;
  }
}
.fixed-simulator__catch::before {
  transform: rotate(-30deg);
}
.fixed-simulator__catch::after {
  transform: rotate(30deg);
}
.fixed-simulator__box {
  margin-top: 21.1px;
  margin-inline: auto;
  max-width: 448.27px;
  min-height: 100px;
  border-radius: 12px;
  background: #7EB3DB;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35.5px;
}
@media screen and (max-width: 768px) {
  .fixed-simulator__box {
    margin-top: 10px;
    padding-inline: 21px 19px;
    min-height: 58px;
    max-width: 260px;
    gap: 16px;
  }
}
.fixed-simulator__box::after {
  content: "";
  display: block;
  width: 21.14px;
  aspect-ratio: 1;
  background-image: url(../img/top/btn-arrow_w.svg);
}
@media screen and (max-width: 768px) {
  .fixed-simulator__box::after {
    width: 14px;
  }
}
.fixed-simulator__title {
  color: var(--color_white);
  font-size: 2.3rem;
  line-height: 1.4347826087;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .fixed-simulator__title {
    font-size: 1.4rem;
  }
}
.fixed-simulator__title--large {
  font-size: 2.7rem;
  line-height: 1.2592592593;
}
@media screen and (max-width: 768px) {
  .fixed-simulator__title--large {
    font-size: 1.6rem;
  }
}
.fixed-simulator__clouds {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.fixed-simulator__clouds img {
  width: 106.74px;
  aspect-ratio: 106.74/55.7;
  position: absolute;
  bottom: -15.6px;
}
@media screen and (max-width: 768px) {
  .fixed-simulator__clouds img {
    width: 53.68px;
    bottom: -9.9px;
  }
}
.fixed-simulator__clouds img:nth-of-type(1) {
  left: -68.8px;
}
@media screen and (max-width: 768px) {
  .fixed-simulator__clouds img:nth-of-type(1) {
    left: -31.4px;
  }
}
.fixed-simulator__clouds img:nth-of-type(2) {
  right: -68.8px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  .fixed-simulator__clouds img:nth-of-type(2) {
    right: -31.4px;
  }
}
.fixed-simulator__stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.fixed-simulator__stars img {
  position: absolute;
}
.fixed-simulator__stars img:nth-of-type(1) {
  width: 45.6px;
  aspect-ratio: 45.6/46.02;
  left: -89.3px;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .fixed-simulator__stars img:nth-of-type(1) {
    width: 20.21px;
    top: -7px;
    left: -13.3px;
    transform: translate(-100%, -100%);
  }
}
.fixed-simulator__stars img:nth-of-type(2), .fixed-simulator__stars img:nth-of-type(3) {
  width: 133.54px;
  aspect-ratio: 133.54/95.87;
  right: -30.9px;
  top: -21.5px;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .fixed-simulator__stars img:nth-of-type(2), .fixed-simulator__stars img:nth-of-type(3) {
    width: 37.2px;
    aspect-ratio: 37.2/52.81;
    top: -52.8px;
    right: -7.5px;
  }
}

/* ========================= /
/ モーダル
/* =========================*/
.modal {
  color: #674F4F;
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: none;
  z-index: 9999;
}
.modal.is-open {
  display: block;
}
.modal::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.modal__inner {
  margin-inline: auto;
  width: fit-content;
  height: fit-content;
  max-width: calc(100% - 200px);
  max-height: calc(100% - 200px);
  overflow-y: auto;
  border-radius: 40px;
  background: var(--color_white);
}
@media screen and (max-width: 768px) {
  .modal__inner {
    max-width: calc(100% - 28px);
    max-height: calc(100% - 60px);
  }
}
.modal__box {
  padding: 80px 30px 90px;
  width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .modal__box {
    padding: 38px 22px 45px;
  }
}
.modal__body {
  margin-inline: auto;
  max-width: 672px;
}
.modal__title {
  margin-inline: auto;
  padding-bottom: 5.5px;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-bottom: 4px dotted var(--color_primary);
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}
.modal__img {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modal__img {
    margin-top: 25.5px;
  }
}
.modal__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modal__list {
    margin-top: 9px;
  }
}
.modal__item {
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .modal__item {
    padding-block: 15px;
  }
}
.modal__item:first-of-type {
  padding-top: 0;
}
.modal__item:last-of-type {
  padding-bottom: 0;
}
.modal__item + .modal__item {
  border-top: 1px solid #BFBFBF;
}
.modal__item-title {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-weight: bold;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
@media screen and (max-width: 768px) {
  .modal__item-title {
    font-size: 1.8rem;
    column-gap: 5px;
  }
}
.modal__item-title span {
  color: #F4595A;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .modal__item-title span {
    font-size: 2.2rem;
  }
}
.modal__item-text {
  margin-top: 10px;
}
.modal__btn {
  margin-top: 40px;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .modal__btn:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .modal__btn {
    margin-top: 30px;
  }
}

/* ========================= /
/  - Project
/* =========================*/
.mainVisual {
  background: var(--color_white);
  padding-block: 204.1px 272.92px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mainVisual {
    padding-top: 224px;
    padding-bottom: 143px;
  }
}
.mainVisual::before, .mainVisual::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--color_gray01);
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mainVisual::before, .mainVisual::after {
    width: calc(100% - 28px);
  }
}
.mainVisual::before {
  height: calc(100% - 181px);
  top: 26px;
  border-radius: min(100vw / var(--base-width) * 56, 56px) min(100vw / var(--base-width) * 56, 56px) 0 0;
}
@media screen and (max-width: 768px) {
  .mainVisual::before {
    height: calc(100% - 95px);
  }
}
.mainVisual::after {
  height: 245px;
  bottom: 35px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .mainVisual::after {
    height: 95px;
    bottom: 21px;
  }
}
.mainVisual_title {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.mainVisual_title-sub {
  display: block;
  margin-inline: auto;
  width: 469px;
  aspect-ratio: 469/153;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mainVisual_title-sub {
    width: 288.27px;
  }
}
.mainVisual_title-sub picture,
.mainVisual_title-sub img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainVisual_title-main {
  display: block;
  margin-inline: auto;
  width: fit-content;
  font-size: 5.3rem;
  line-height: 1.3703703704;
  letter-spacing: 0.15em;
  font-weight: bold;
  transform: translate(25.5px, -22px);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mainVisual_title-main {
    margin-top: 11.8px;
    font-size: 3.3rem;
    line-height: 1.3636363636;
    text-stroke: 5px #fff;
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke;
  }
}
.mainVisual_bg {
  display: block;
  position: absolute;
  inset: 0;
}
.mainVisual_stars {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.mainVisual_stars span {
  display: block;
  position: absolute;
}
.mainVisual_stars span:nth-of-type(1) {
  width: 56.29px;
  aspect-ratio: 56.29/58.02;
  top: -71.1px;
  left: 136px;
  transform: translate(100%, -100%);
}
@media screen and (max-width: 768px) {
  .mainVisual_stars span:nth-of-type(1) {
    top: -135.6px;
    left: 84px;
    width: 22.54px;
    transform: translate(0%, -100%);
  }
}
.mainVisual_stars span:nth-of-type(2) {
  width: 99.54px;
  aspect-ratio: 99.54/91.51;
  top: -10.1px;
  left: -98px;
  transform: translateX(-100%);
}
@media screen and (max-width: 1024px) {
  .mainVisual_stars span:nth-of-type(2) {
    left: 2.4px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_stars span:nth-of-type(2) {
    width: 45.57px;
    top: 14.2px;
    left: -21px;
    transform: none;
  }
}
.mainVisual_stars span:nth-of-type(3) {
  width: 64.95px;
  aspect-ratio: 64.95/66.72;
  bottom: -19.2px;
  left: -32.6px;
  transform: translate(-100%, 100%);
}
@media screen and (max-width: 1024px) {
  .mainVisual_stars span:nth-of-type(3) {
    left: 58.2px;
    bottom: -27.3px;
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_stars span:nth-of-type(3) {
    width: 25.37px;
  }
}
.mainVisual_stars span:nth-of-type(4) {
  width: 50.16px;
  aspect-ratio: 50.16/48.63;
  bottom: -31.6px;
  right: 2px;
  transform: translateY(100%);
}
@media screen and (max-width: 1024px) {
  .mainVisual_stars span:nth-of-type(4) {
    bottom: -79.7px;
    right: 35.63px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_stars span:nth-of-type(4) {
    width: 20.55px;
  }
}
.mainVisual_stars span:nth-of-type(5) {
  width: 43.51px;
  aspect-ratio: 43.51/46.89;
  top: 16.9px;
  right: -2.9px;
  transform: translate(100%, 0);
}
@media screen and (max-width: 1024px) {
  .mainVisual_stars span:nth-of-type(5) {
    right: 62.5px;
    top: -152.9px;
    transform: translate(100%, 0%);
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_stars span:nth-of-type(5) {
    width: 18.84px;
    transform: none;
  }
}
.mainVisual_clouds {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.mainVisual_clouds span {
  display: block;
  position: absolute;
}
.mainVisual_clouds span:nth-of-type(1) {
  width: 112.9px;
  aspect-ratio: 112.9/60.98;
  top: -29.1px;
  left: 84.4px;
  transform: translate(-100%, -100%);
}
@media screen and (max-width: 1024px) {
  .mainVisual_clouds span:nth-of-type(1) {
    top: -24.4px;
    left: -11.5px;
    transform: translate(0%, -100%);
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_clouds span:nth-of-type(1) {
    width: 44.36px;
    top: -3.1px;
    left: 15.5px;
  }
}
.mainVisual_clouds span:nth-of-type(2) {
  width: 109.41px;
  aspect-ratio: 109.41/57.1;
  top: 24.1px;
  right: -59.3px;
  transform: translateX(100%) rotate(-5deg);
}
@media screen and (max-width: 1024px) {
  .mainVisual_clouds span:nth-of-type(2) {
    top: -10.4px;
    right: -50px;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_clouds span:nth-of-type(2) {
    width: 42.94px;
    right: 0;
  }
}
.mainVisual_imgs {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.mainVisual_imgs span {
  display: block;
  position: absolute;
}
.mainVisual_imgs span:nth-of-type(1) {
  width: 493.32px;
  aspect-ratio: 493.32/476.66;
  top: -39.3px;
  left: -23.5px;
  transform: translateX(-100%);
}
@media screen and (max-width: 1024px) {
  .mainVisual_imgs span:nth-of-type(1) {
    width: 283px;
    top: 90.7px;
    left: 36.5px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_imgs span:nth-of-type(1) {
    top: -128.5px;
    bottom: initial;
    left: -106.4px;
    width: 195.2px;
    aspect-ratio: 195.2/188.61;
    transform: translate(0%, 100%);
  }
}
.mainVisual_imgs span:nth-of-type(2) {
  width: 497.79px;
  aspect-ratio: 497.79/347.44;
  bottom: -18.9px;
  left: calc(50% + 40.6px);
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 1024px) {
  .mainVisual_imgs span:nth-of-type(2) {
    width: 347px;
    left: 50%;
    bottom: -49.6px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_imgs span:nth-of-type(2) {
    width: 179px;
    aspect-ratio: 179/141.41;
    left: calc(50% + 4.6px);
    bottom: -18px;
  }
}
.mainVisual_imgs span:nth-of-type(3) {
  width: 482.23px;
  aspect-ratio: 482.23/370.28;
  top: 0;
  right: -19.1px;
  transform: translateX(100%);
}
@media screen and (max-width: 1024px) {
  .mainVisual_imgs span:nth-of-type(3) {
    width: 312.23px;
    top: 120px;
    right: 50.9px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_imgs span:nth-of-type(3) {
    width: 205.75px;
    aspect-ratio: 205.75/162.06;
    right: -94.3px;
    top: initial;
    bottom: -42.5px;
    transform: none;
  }
}
.mainVisual_imgs span picture:nth-of-type(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fv-fadeInOut 4s ease-in-out infinite alternate 2s;
}
@keyframes fv-fadeInOut {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.home-about {
  padding-block: 162.2px 145.3px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-about {
    padding-block: 98.7px 95.5px;
  }
}
.home-about::before {
  content: "";
  display: block;
  width: 1721.61px;
  aspect-ratio: 1721.61/1110.61;
  background: url(../img/top/pc/about-bg.svg) no-repeat center/cover;
  position: absolute;
  top: 0px;
  left: calc(50% - 66px);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home-about::before {
    width: 795.54px;
    aspect-ratio: 795.54/1020.7;
    background-image: url(../img/top/sp/about-bg.svg);
    top: 16px;
    left: calc(50% - 30.6px);
  }
}
.home-about__icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-about__icons span {
  position: absolute;
}
.home-about__icons span:nth-of-type(1) {
  width: 104.45px;
  aspect-ratio: 104.45/110.4;
  top: 178.7px;
  left: 174.9px;
}
@media screen and (max-width: 1024px) {
  .home-about__icons span:nth-of-type(1) {
    left: 8.4px;
  }
}
@media screen and (max-width: 768px) {
  .home-about__icons span:nth-of-type(1) {
    width: 53.31px;
  }
}
.home-about__icons span:nth-of-type(2) {
  width: 121.29px;
  aspect-ratio: 121.29/95.78;
  bottom: 261.3px;
  left: 80.1px;
}
@media screen and (max-width: 1024px) {
  .home-about__icons span:nth-of-type(2) {
    left: initial;
    right: -18.3px;
    bottom: 145.3px;
  }
}
@media screen and (max-width: 768px) {
  .home-about__icons span:nth-of-type(2) {
    width: 64.51px;
  }
}
.home-about__icons span:nth-of-type(3) {
  width: 82.22px;
  aspect-ratio: 82.22/79.74;
  top: 204.9px;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  .home-about__icons span:nth-of-type(3) {
    right: 20px;
    top: 195px;
  }
}
@media screen and (max-width: 768px) {
  .home-about__icons span:nth-of-type(3) {
    width: 38.98px;
  }
}
.home-about__icons span:nth-of-type(4) {
  width: 114.27px;
  aspect-ratio: 114.27/84.54;
  bottom: 265.5px;
  right: 44px;
}
@media screen and (max-width: 1024px) {
  .home-about__icons span:nth-of-type(4) {
    right: initial;
    left: 0;
    bottom: 265.5px;
  }
}
@media screen and (max-width: 768px) {
  .home-about__icons span:nth-of-type(4) {
    width: 84.43px;
  }
}
.home-about__title {
  position: relative;
}
.home-about__title-icon {
  width: 128px;
  aspect-ratio: 128/58;
  position: absolute;
  top: 18.9px;
  right: -27.3px;
  transform: translateX(100%);
}
@media screen and (max-width: 1024px) {
  .home-about__title-icon {
    top: -3.7px;
    right: 21px;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  .home-about__title-icon {
    width: 66px;
  }
}
.home-about__text {
  margin-top: 34px;
  margin-inline: auto;
  max-width: 893px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-about__text {
    margin-top: 30px;
    padding-inline: 9px;
    text-align: left;
  }
}
.home-about__row {
  margin-top: 59px;
  max-width: 770.94px;
  margin-inline: auto 0;
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .home-about__row {
    margin-top: 28.5px;
    grid-template-columns: 100%;
    position: relative;
  }
}
.home-about__img {
  max-width: 506px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .home-about__img {
    margin-top: 74px;
    max-width: 100%;
  }
}
.home-about__img picture,
.home-about__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-about__para {
  margin-top: 40px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .home-about__para {
    margin-top: 25.5px;
    white-space: initial;
  }
}
.home-about__lead {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .home-about__lead {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-about__lead {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
.home-about__lead--small {
  font-size: 2.1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-about__lead--small {
    font-size: 1.8rem;
  }
}
.home-about__lead--top {
  margin-top: -0.5em;
}
.home-about__lead--letter {
  letter-spacing: -0.3em;
}
.home-about__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .home-about__btn {
    margin-top: 30px;
  }
}

.home-environment {
  margin-top: 50px;
  padding-block: 190.2px 125.2px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-environment {
    margin-top: 20px;
    padding-block: 74.3px 100.6px;
  }
}
.home-environment::before {
  content: "";
  display: block;
  width: 1717.58px;
  aspect-ratio: 1717.58/876.45;
  background: url(../img/top/pc/environment-bg.svg) no-repeat center/cover;
  position: absolute;
  top: 0px;
  left: calc(50% - 85px);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home-environment::before {
    width: 922.47px;
    aspect-ratio: 922.47/752.94;
    background-image: url(../img/top/sp/environment-bg.svg);
    left: calc(50% - 17.9px);
  }
}
.home-environment__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 62px;
  transform: translateX(71px);
}
@media screen and (max-width: 1024px) {
  .home-environment__row {
    transform: none;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .home-environment__main {
    margin-top: 122px;
  }
}
.home-environment__img {
  max-width: 506px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home-environment__img {
    margin-inline: auto;
    max-width: 100%;
  }
}
.home-environment__icons {
  width: 239.89px;
  aspect-ratio: 239.89/169.62;
  position: absolute;
  top: 17.9px;
  left: -206.5px;
}
@media screen and (max-width: 1024px) {
  .home-environment__icons {
    top: -12.8px;
    left: 24px;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  .home-environment__icons {
    width: 138.56px;
  }
}
.home-environment__lead {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .home-environment__lead {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-environment__lead {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
.home-environment__lead span {
  font-size: 2.1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-environment__lead span {
    font-size: 1.8rem;
  }
}
.home-environment__text {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 705px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-environment__text {
    padding-inline: 9px;
    text-align: left;
  }
}
.home-environment__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .home-environment__btn {
    margin-top: 30px;
  }
}

.home-contents {
  padding-block: 241.8px 148.8px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-contents {
    margin-top: 7px;
    padding-block: 88.3px 92.4px;
  }
}
.home-contents::before {
  content: "";
  display: block;
  width: 1447.29px;
  aspect-ratio: 1447.29/830.59;
  background: url(../img/top/pc/contents-bg.svg) no-repeat center/cover;
  position: absolute;
  top: 0px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home-contents::before {
    width: 793.2px;
    aspect-ratio: 793.2/754.66;
    background-image: url(../img/top/sp/contents-bg.svg);
    left: 50%;
  }
}
.home-contents__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .home-contents__row {
    display: flex;
    flex-direction: column;
  }
}
.home-contents__img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home-contents__figure {
    margin-top: 40px;
    order: 2;
  }
}
.home-contents__icon01 {
  width: 90.19px;
  aspect-ratio: 90.19/85.5;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1024px) {
  .home-contents__icon01 {
    top: -133.9px;
    left: 0;
    right: initial;
    transform: translate(-50%, -100%);
  }
}
@media screen and (max-width: 768px) {
  .home-contents__icon01 {
    width: 64.3px;
  }
}
.home-contents__main {
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .home-contents__main {
    display: contents;
  }
}
.home-contents__title {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home-contents__title {
    order: 1;
  }
}
.home-contents__icon02 {
  width: 116.95px;
  aspect-ratio: 116.95/26.56;
  position: absolute;
  bottom: 11.7px;
  right: -23.3px;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .home-contents__icon02 {
    width: 83.92px;
    right: -62px;
    top: 68.4px;
    transform: translate(0%, 0%);
  }
}
.home-contents__text {
  margin-top: 22px;
}
@media screen and (max-width: 1024px) {
  .home-contents__text {
    padding-inline: 9px;
    order: 3;
  }
}
.home-contents__btn {
  margin-top: 30px;
}

.home-ig {
  margin-top: 50px;
  padding-block: 79.7px 84.4px;
  background: #EFF5F5 url(../img/top/pc/ig-bg@2x.png) no-repeat top right/contain;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .home-ig {
    margin-top: 14px;
    padding-block: 45.3px 47.2px;
  }
}
.home-ig__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .home-ig__title {
    padding-inline: 11px;
    justify-content: flex-start;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.home-ig__title-logo {
  width: 107.91px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .home-ig__title-logo {
    margin-right: 6px;
    width: 66px;
  }
}
.home-ig__title-logo picture,
.home-ig__title-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-ig__title-inner {
  display: contents;
}
@media screen and (max-width: 768px) {
  .home-ig__title-inner {
    display: block;
  }
}
.home-ig__title-img {
  margin-left: 30.4px;
  width: 181px;
}
@media screen and (max-width: 768px) {
  .home-ig__title-img {
    margin-left: 0.5em;
    margin-right: -0.5em;
    display: inline-block;
    width: 111px;
    margin-bottom: -12px;
  }
}
.home-ig__title-img picture,
.home-ig__title-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-ig__title-text {
  margin-left: 8px;
  margin-bottom: 4px;
}
.home-ig__text {
  margin-top: 30px;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .home-ig__text {
    margin-top: 10px;
    padding-inline: 11px;
  }
}
.home-ig__lead {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .home-ig__lead {
    margin-top: 7px;
  }
}
.home-ig__content {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home-ig__content {
    margin-top: 23px;
  }
}

.home-news {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .home-news {
    margin-top: 40px;
  }
}
.home-news__box {
  padding: 66px 85px 72px;
  background: var(--color_gray02);
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .home-news__box {
    padding: 35px 22px 56px;
    border-radius: 32px;
  }
}
.home-news__text {
  margin-top: 16px;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-news__text {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.home-news__btn {
  margin-top: 14.5px;
}
@media screen and (max-width: 768px) {
  .home-news__btn {
    margin-top: 7.5px;
  }
}