@charset "UTF-8";
:root {
  --base-vw: 375;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  :root {
    --base-vw: 1400;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 87.5% !important;
  }
}
html,
header {
  width: 100%;
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* bodyにデフォルト値を設定する */
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.85;
  font-weight: 500;
  font-feature-settings: "palt" !important;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  color: #27284B;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

p {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #27284B;
  cursor: pointer;
}

img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  transition: opacity 0.3s ease;
}

.attn {
  font-size: 0.85vw !important;
}

.flex-box {
  display: flex;
  justify-content: center;
}

.header {
  background-color: transparent !important;
  width: 100%;
  height: 7.9vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header .header__inr {
  max-width: 80vw;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  margin-inline: auto;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .header .header__inr {
    padding: 3.5rem 2rem;
  }
}

body:not(.home) .header {
  background-color: #27284B !important;
  height: auto !important;
}
body:not(.home) .header .contact-button {
  background-color: #fff;
  color: #27284B;
}

.header__fix {
  background-color: #27284B !important;
  position: fixed !important;
  top: -100px;
  display: none;
  width: 100%;
  width: 100%;
  transition: top 0.6s ease, opacity 0.6s ease;
  /* スライドイン・アウトと透明度のアニメーションを追加 */
  z-index: 1000;
  /* 他の要素の上に表示されるようにする */
  opacity: 0;
}
.header__fix .header__inr {
  max-width: 80vw;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  margin-inline: auto;
  align-items: center;
}
.header__fix .header__inr .logo img {
  width: 100%;
  height: auto;
  max-height: 40px;
}

.header__fix.show {
  display: block;
  top: 0;
  /* ヘッダーが表示される位置 */
  opacity: 1;
  /* 表示状態では不透明 */
}

.header__fix.hide {
  display: none;
  top: -100px;
  /* ヘッダーが隠れる位置 */
  opacity: 0;
  /* 隠れるときに透明にする */
}

.logo svg {
  height: 4vw;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo svg:hover {
  opacity: 0.7;
}

.contact-button {
  background-color: #27284B;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  width: 100%;
  height: 4vw;
  max-width: 18vw;
  font-size: clamp(1rem, 1.4vw, 26px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.contact-button img {
  max-width: 1.4vw;
  margin-right: 10px;
  height: auto;
  width: 100%;
}
.contact-button:hover {
  background-color: rgba(0, 32, 96, 0.8);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  /* 薄いドロップシャドウ */
}
@media screen and (min-width: 1920px) {
  .contact-button {
    max-height: 60px;
    max-width: 300px;
  }
}

.header__fix .contact-button {
  background-color: #fff;
  color: #27284B;
}
.header__fix .contact-button img {
  filter: invert(1);
}
.header__fix .contact-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.2);
  /* 薄いドロップシャドウ */
}

.fv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 4rem 4rem;
  background: url("../img/fv__background.webp") no-repeat center center;
  background-size: cover;
  max-height: 100%;
  position: relative;
  top: -7.9vw;
  margin-bottom: -7.9vw;
}

@media screen and (min-width: 1025px) {
  .fv {
    height: 50vh;
  }
}
@media screen and (min-width: 1920px) {
  .fv {
    height: 60vh;
  }
  .logo svg {
    max-height: 60px;
  }
}
.fv-content {
  flex: 1;
  /* コンテンツを右側に配置 */
  max-width: 50vw;
  margin-left: auto;
  text-align: center;
}

.fv-text p {
  color: #ffffff;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.fv-text p:first-of-type {
  display: block;
  margin-bottom: 1rem;
}
.fv-text p.fz-32 {
  font-size: clamp(2rem, 2.1vw, 41px);
  font-weight: 700;
}
.fv-text .flex-box {
  gap: 1vw;
  margin-bottom: 7%;
}
.fv-text .flex-box img {
  max-width: 20vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .fv-text .flex-box img {
    max-width: 150px;
  }
}

.fv-tags {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .fv-tags {
    margin-bottom: 2rem;
  }
}
.fv-tags img {
  max-width: 35vw;
}
@media screen and (max-width: 767px) {
  .fv-tags img {
    max-width: 290px;
  }
}

.fv-tags span {
  font-size: clamp(1rem, 2.1vw, 41px);
  font-weight: 500;
  color: #ffffff;
  padding: 1vw 2vw;
  border: 1px solid #ffffff;
  /* 1pxの白い境界線を追加 */
  position: relative;
  line-height: 1;
  white-space: nowrap;
}

.fv-tags span:not(:last-child)::after {
  content: "×";
  /* 疑似要素で「×」を追加 */
  color: #ffffff;
  position: absolute;
  right: -2.6vw;
  /* 「×」を適切に配置 */
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(1rem, 1.8vw, 26px);
  /* フォントサイズをテキストと揃える */
}

.fv-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 3.5rem;
  margin-top: 7.2vw;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  align-items: end;
}
.fv-icons > div {
  text-align: center;
}
.fv-icons img {
  width: auto;
  max-width: 6.4vw;
  height: auto;
}
.fv-icons p {
  font-size: 1.44vw;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
  white-space: nowrap;
}

.fv-image {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  overflow: hidden;
}

.fv-image img {
  max-width: 43vw;
  min-width: 40vw;
  height: auto;
  filter: drop-shadow(8.85px 8.85px 6.32px rgba(0, 0, 0, 0.25));
}

/*==============================================================
/ main
/==============================================================*/
.container {
  width: 100%;
  max-width: 100vw;
  padding: 0 5vw;
  box-sizing: border-box;
}

.function-wrapper {
  background: #fff;
  border-radius: 40px;
  padding: 2rem 4rem;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 6.3px rgba(0, 0, 0, 0.75);
  position: relative;
  top: -5vh;
  margin-bottom: -5vh;
}
@media screen and (max-width: 767px) {
  .function-wrapper {
    position: static;
    margin-bottom: 0;
    margin-top: 2rem;
    padding: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .function-wrapper {
    max-width: 80%;
    padding: 3rem 4rem;
  }
}
.function-wrapper .function-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.function-wrapper .function-content .function-header {
  background-color: #27284B;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 32px);
  font-weight: bold;
  padding: 0.8em 1.5em;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 2.5rem;
  position: relative;
  left: -6vw;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .function-wrapper .function-content .function-header {
    flex-wrap: wrap;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    max-width: 90%;
  }
}
.function-wrapper .function-content .function-header .function-logo {
  display: inline-block;
  margin-right: 1rem;
}
.function-wrapper .function-content .function-header .function-logo img {
  height: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .function-wrapper .function-content .function-header .function-logo img {
    height: 24px;
  }
}
@media screen and (min-width: 1800px) {
  .function-wrapper .function-content .function-header .function-logo img {
    height: 50px;
  }
}
.function-wrapper .function-content .function-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .function-wrapper .function-content .function-list {
    flex: auto;
  }
}
.function-wrapper .function-content .function-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  white-space: unset;
}
.function-wrapper .function-content .function-list li .num {
  font-weight: bold;
  font-size: clamp(20px, 2.2vw, 34px);
  color: #d4d4dc;
  margin-right: 1rem;
  line-height: 1;
  flex-shrink: 0;
}
.function-wrapper .function-content .function-list li p {
  margin: 0;
  line-height: 1.6;
  color: #000;
  font-weight: 700;
  padding-top: 1%;
}
@media screen and (max-width: 767px) {
  .function-wrapper .function-content .function-list li p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1800px) {
  .function-wrapper .function-content .function-list li p {
    font-size: clamp(1rem, 1.4vw, 32px);
  }
}
.function-wrapper .function-content .icons {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .function-wrapper .function-content .icons {
    flex: auto;
  }
}
.function-wrapper .function-content .icons img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .function-wrapper .function-content .icons img {
    position: static;
    margin-bottom: 0;
  }
}

.problems__header {
  text-align: center;
  margin-top: 6.5vw;
}
.problems__header h2 {
  font-size: clamp(1rem, 2.4vw, 34px);
  line-height: 1.5;
  color: #27284B;
}

.problems {
  display: flex;
  justify-content: space-between;
  margin-top: 6.5vw;
}
.problems .problem {
  width: 27vw;
  text-align: center;
}
.problems .problem img {
  width: 100%;
  border-radius: 1vw;
}
.problems .problem p {
  font-size: clamp(1rem, 1.4vw, 24px);
  margin-top: 1vw;
  text-align: left;
}

.arrow {
  text-align: center;
  margin: 4vw 0;
}
.arrow img {
  width: 3vw;
}

.solution {
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 5vw;
  background-image: url(../img/problem__bg.png);
  background-position: center;
  background-size: 104vw;
  background-repeat: no-repeat;
  min-height: 42.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution .slution__inr {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: -20vw;
}
.solution h3 {
  font-size: 2.8vw;
  line-height: 2;
  display: block;
  position: relative;
}
.solution h3 img.highlight {
  max-width: 24.5vw;
}
.solution h3::before, .solution h3::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.solution h3::before {
  left: -3vw;
  background-image: url("../img/deco02.svg");
  width: 5.6vw;
  height: 5.6vw;
  bottom: 0;
}
.solution h3::after {
  right: -3vw;
  /* 見出しから右に距離を取る */
  background-image: url("../img/deco01.svg");
  top: -2vw;
  width: 5.6vw;
  height: 5.6vw;
}
.solution .solution-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
}
.solution .solution-content img {
  max-width: 26vw;
  margin: 0 2vw;
}

h2.contents__header {
  font-size: clamp(1rem, 2.4vw, 34px);
  line-height: 2.5;
  color: #27284B;
  margin-bottom: 4vw;
}
h2.contents__header img {
  max-width: 18.4vw;
  vertical-align: bottom;
  padding-right: 2rem;
}

.benefits__header {
  text-align: center;
  padding: 0 2vw 0;
}
.benefits__header .mb-2 {
  margin-bottom: 2rem;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.benefits__header h2 {
  line-height: 1.5;
}
.benefits__header .benefits__images {
  display: flex;
  margin: 4vw auto 1rem;
}
.benefits__header .benefits__images img {
  width: 31vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .benefits__header .benefits__images {
    gap: 1rem;
  }
  .benefits__header .benefits__images img {
    width: 40vw;
  }
}

.benefits {
  text-align: center;
  padding: 5vw 2vw 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .benefits {
    padding-top: 60px;
  }
}
.benefits .has-bgimg {
  background-image: url(../img/benefit_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: center bottom;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-bottom: 3rem;
  height: 12vw;
}
@media screen and (max-width: 1024px) {
  .benefits .has-bgimg {
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .benefits .has-bgimg {
    height: 52vw;
    background-size: cover;
  }
}
.benefits p {
  font-size: clamp(16px, 2.2vw, 32px);
  line-height: 1.6;
  font-weight: 600;
}
.benefits .open_img {
  position: relative;
  left: 0.2%;
  max-width: 54px;
}

.has-bg {
  color: #fff;
  display: block;
  width: auto;
  max-width: 47vw;
  margin-inline: auto;
  background: #27284B;
  border-radius: 99px;
  padding: 0.5rem;
  margin-bottom: 2.5rem;
  font-size: clamp(16px, 2.2vw, 32px);
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .has-bg {
    padding: 1.5rem;
  }
}

.plus_img {
  display: block;
  max-width: 48px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 3rem;
}

.benefit__bottom {
  width: 100%;
  padding: 3rem 15px 12rem;
  background-image: url(../img/bene-bottom-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  box-sizing: border-box;
}
.benefit__bottom img {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
}
.benefit__bottom img.close_img {
  padding-bottom: 3rem;
  max-width: 56px;
}
.benefit__bottom .flex-box {
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 1200px;
  margin-inline: auto;
}
.benefit__bottom .flex-box img {
  max-width: 188px;
}
.benefit__bottom .flex-box.img-dtl img {
  max-width: 258px;
}
@media screen and (max-width: 1024px) {
  .benefit__bottom .flex-box {
    flex-wrap: wrap;
  }
}
.benefit__bottom .flex-box.sp-2col img {
  width: 38%;
}
.benefit__bottom .flex-box img {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .benefit__bottom .flex-box img {
    width: 25%;
  }
}
.benefit__bottom .has-bg {
  margin-bottom: 6rem !important;
}

.features__wrap {
  background-image: url(../img/features__bg.png);
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center top;
  width: 100vw;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .features__wrap {
    background-size: 125%;
  }
}
.features__wrap .features__lead {
  font-size: clamp(18px, 2.4vw, 34px);
  font-weight: 700;
  text-align: center;
  padding-top: 10rem;
}
.features__wrap .features__lead .num {
  font-size: clamp(3.5rem, 4.8vw, 69px);
  font-weight: 700;
}
.features__wrap .features__lead .percent {
  font-size: clamp(2.5rem, 2.8vw, 39px);
  font-weight: 700;
  position: relative;
  margin-right: 1.5rem;
}
.features__wrap .features__lead .percent::after {
  content: "*";
  font-size: clamp(1.2rem, 2vw, 24px);
  position: absolute;
  top: 0;
}
.features__wrap .attn {
  display: block;
  max-width: 70vw;
  width: 100%;
  margin-inline: auto;
  text-align: right;
  position: relative;
  top: -10vw;
}

.features {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5rem 2vw 11.5vw;
  max-width: 70vw;
  margin-inline: auto;
}
.features .feature {
  width: 40%;
  text-align: center;
}
.features .feature img {
  width: 100%;
  height: auto;
  border-radius: 1vw;
}
.features .feature .feature-text {
  background-color: #fff;
  margin-top: 2vw;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.features .feature .feature-text h3 {
  font-size: clamp(1rem, 2.28vw, 34px);
  margin-bottom: 1.5vw;
  color: #fff;
  background-color: #27284B;
  width: 100%;
  border-radius: 30px 30px 0 0;
}
.features .feature .feature-text ul {
  display: block;
  padding: 0 2.5vw 2vw;
  list-style-type: none;
}
.features .feature .feature-text ul li {
  font-size: clamp(1rem, 1.4vw, 20px);
  font-weight: 600;
  line-height: 2;
  padding-left: 3vw;
  position: relative;
  text-align: left;
  color: #1a1a1a;
}
.features .feature .feature-text ul li::before {
  content: url(../img/check.svg);
  position: absolute;
  left: 0;
  width: 1.25vw;
  height: auto;
}
.features .arrow {
  width: 10%;
  text-align: center;
}
.features .arrow img {
  width: 13vw;
  height: auto;
}

.media-section {
  text-align: center;
}
.media-section h2 {
  font-size: clamp(1rem, 2vw, 34px);
  line-height: 1.5;
  color: #27284B;
  margin: 6.8vw auto 3.2vw;
}
.media-section .media-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 2vw;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .media-section .media-logos {
    max-width: 80%;
    margin: 0 auto;
  }
}
.media-section .media-logos img {
  max-width: 100%;
  height: auto;
  padding: 1vw;
  box-sizing: border-box;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.media-section .media-logos img:hover {
  opacity: 0.6;
  transform: scale(1.05);
  /* 少しズーム */
}

.has-bg-line {
  display: block;
  background-color: #27284B;
  width: 100vw;
  padding: 0.5rem;
  margin: 2rem calc(50% - 50vw);
  color: #fff !important;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.has-bg-line::before, .has-bg-line::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 2px;
  background: #27284B;
}
.has-bg-line::before {
  top: -5px;
  left: 0;
}
.has-bg-line::after {
  bottom: -5px;
  right: 0;
}

.merit-section,
.point-section {
  text-align: center;
  padding: 8vw 2vw;
  position: relative;
  overflow: hidden;
}
.merit-section h2.contents__header,
.point-section h2.contents__header {
  margin-bottom: 7vw;
}
.merit-section .merit-step,
.merit-section .point-step,
.point-section .merit-step,
.point-section .point-step {
  padding-left: 4.8vw;
  position: relative;
}
.merit-section .merit-step::before,
.merit-section .point-step::before,
.point-section .merit-step::before,
.point-section .point-step::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2vw;
  /* 親要素のパディングを無視して右端に配置 */
  width: 82vw;
  height: 108%;
  background-image: url(../img/merit__bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  z-index: -1;
}
.merit-section .merit-step h3,
.merit-section .point-step h3,
.point-section .merit-step h3,
.point-section .point-step h3 {
  font-size: clamp(1rem, 3.2vw, 45px);
  text-align: left;
  margin-bottom: 4vw;
  padding-top: 6.2vw;
}
.merit-section .merit-step h3 span.merit__no,
.merit-section .point-step h3 span.merit__no,
.point-section .merit-step h3 span.merit__no,
.point-section .point-step h3 span.merit__no {
  font-family: "Century Gothic";
  font-weight: 600;
  color: #27284B;
  margin-right: 1vw;
  font-size: clamp(1rem, 5.1vw, 71px);
}
.merit-section .merit-step .merit-content,
.merit-section .point-step .merit-content,
.point-section .merit-step .merit-content,
.point-section .point-step .merit-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7.8vw;
}
.merit-section .merit-step .merit-content .merit-left,
.merit-section .point-step .merit-content .merit-left,
.point-section .merit-step .merit-content .merit-left,
.point-section .point-step .merit-content .merit-left {
  max-width: 35.1vw;
}
.merit-section .merit-step .merit-content .merit-right,
.merit-section .point-step .merit-content .merit-right,
.point-section .merit-step .merit-content .merit-right,
.point-section .point-step .merit-content .merit-right {
  max-width: 42.42vw;
}
.merit-section .merit-step .merit-content .merit-left,
.merit-section .merit-step .merit-content .merit-right,
.merit-section .point-step .merit-content .merit-left,
.merit-section .point-step .merit-content .merit-right,
.point-section .merit-step .merit-content .merit-left,
.point-section .merit-step .merit-content .merit-right,
.point-section .point-step .merit-content .merit-left,
.point-section .point-step .merit-content .merit-right {
  text-align: left;
}
.merit-section .merit-step .merit-content .merit-left img,
.merit-section .merit-step .merit-content .merit-right img,
.merit-section .point-step .merit-content .merit-left img,
.merit-section .point-step .merit-content .merit-right img,
.point-section .merit-step .merit-content .merit-left img,
.point-section .merit-step .merit-content .merit-right img,
.point-section .point-step .merit-content .merit-left img,
.point-section .point-step .merit-content .merit-right img {
  text-align: center;
}
.merit-section .merit-step .merit-content .merit-left h4,
.merit-section .merit-step .merit-content .merit-right h4,
.merit-section .point-step .merit-content .merit-left h4,
.merit-section .point-step .merit-content .merit-right h4,
.point-section .merit-step .merit-content .merit-left h4,
.point-section .merit-step .merit-content .merit-right h4,
.point-section .point-step .merit-content .merit-left h4,
.point-section .point-step .merit-content .merit-right h4 {
  font-size: clamp(1rem, 2.28vw, 34px);
  font-weight: 600;
  margin-bottom: 1.5vw;
}
.merit-section .merit-step .merit-content .merit-left p,
.merit-section .merit-step .merit-content .merit-right p,
.merit-section .point-step .merit-content .merit-left p,
.merit-section .point-step .merit-content .merit-right p,
.point-section .merit-step .merit-content .merit-left p,
.point-section .merit-step .merit-content .merit-right p,
.point-section .point-step .merit-content .merit-left p,
.point-section .point-step .merit-content .merit-right p {
  font-size: clamp(1rem, 1.3vw, 24px);
  color: #1a1a1a;
}
.merit-section .merit-step .merit-content .merit-image,
.merit-section .point-step .merit-content .merit-image,
.point-section .merit-step .merit-content .merit-image,
.point-section .point-step .merit-content .merit-image {
  width: 6.2vw;
  text-align: center;
}
.merit-section .merit-step .merit-content .merit-image img,
.merit-section .point-step .merit-content .merit-image img,
.point-section .merit-step .merit-content .merit-image img,
.point-section .point-step .merit-content .merit-image img {
  width: 100%;
  height: auto;
}
.merit-section .merit-step .gift-example,
.merit-section .point-step .gift-example,
.point-section .merit-step .gift-example,
.point-section .point-step .gift-example {
  width: 100%;
  max-width: 80vw;
  margin-inline: auto;
  bottom: 2vw;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 2.8vw 3.4vw;
}
.merit-section .merit-step .gift-example h3,
.merit-section .point-step .gift-example h3,
.point-section .merit-step .gift-example h3,
.point-section .point-step .gift-example h3 {
  font-size: clamp(1rem, 1.8vw, 26px);
  margin: 0 0 2vw 0;
  text-align: center;
  padding: 0;
  color: #1a1a1a;
}
.merit-section .merit-step .gift-example .gift-logos,
.merit-section .point-step .gift-example .gift-logos,
.point-section .merit-step .gift-example .gift-logos,
.point-section .point-step .gift-example .gift-logos {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0 0.5vw;
  align-items: center;
  justify-items: center;
  width: auto;
  margin: 0 auto;
}
.merit-section .merit-step .gift-example .gift-logos img,
.merit-section .point-step .gift-example .gift-logos img,
.point-section .merit-step .gift-example .gift-logos img,
.point-section .point-step .gift-example .gift-logos img {
  width: -webkit-fill-available;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  padding: 0.5vw;
  box-sizing: border-box;
}

@media screen and (min-width: 1500px) {
  .point-section {
    padding-bottom: 4vw;
  }
}
.coworker-section {
  padding-bottom: 1vw;
}

.point-section .point-step::before {
  height: 100vw;
}

.point-section.container {
  padding-top: 4vw;
}

.point-content {
  padding: 0 2vw;
  text-align: center;
}

.point-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5vw;
}
.point-block:last-child {
  justify-content: center;
  /* 最後のセクションは中央に寄せる */
}
.point-block .point-item {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.point-block .point-item .point-item_btm {
  margin-top: 6.8vw;
}
.point-block .point-item img {
  width: 100%;
  height: auto;
}
.point-block .point-item .point_image1 {
  max-width: 41vw;
}
.point-block .point-item .point_image2 {
  max-width: 35vw;
}
.point-block .point-item .point_image3 {
  max-width: 42vw;
}
.point-block .point-item .point-description {
  margin-top: 1.6vw;
}
.point-block .point-item .point-description h3 {
  font-size: clamp(1rem, 2.2vw, 32px);
  margin-bottom: 1.5vw;
  color: #27284B;
  padding: 0;
  line-height: 1;
}
.point-block .point-item .point-description p {
  font-size: clamp(1rem, 1.2vw, 20px);
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.point-block .arrow {
  width: 6.3vw;
  text-align: center;
  margin: 0 1.5vw;
}
.point-block .arrow img {
  width: 100%;
  height: auto;
  min-width: 6.3vw;
}

.services-section {
  padding: 5vw 2vw;
  text-align: left;
  background-image: url(../img/merit__bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.services-section .service_mv {
  max-width: 50vw;
  margin-inline: auto;
}
.services-section h2 {
  font-size: clamp(1rem, 2.5vw, 36px);
  line-height: 1.4;
  margin-bottom: 5vw;
  color: #27284B;
}
.services-section .services-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.2vw 3vw;
  padding: 2vw;
}
.services-section .service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 1.5vw;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 10.4vw;
  max-height: 11.2vw;
  min-width: 30.5vw;
}
.services-section .service-item .service-content {
  position: relative;
}
.services-section .service-item .service-content .service-header {
  text-align: left;
  background-color: #27284B;
  color: #fff;
  padding: 0.5vw 2.7vw;
  border-radius: 3vw;
  font-size: clamp(1rem, 1.4vw, 20px);
  font-weight: 600;
  margin-bottom: -1.9vw;
  width: 100%;
  max-width: 15.6vw;
  position: relative;
  top: -1.9vw;
  left: -1.6vw;
}
.services-section .service-item .service-content .service-description {
  text-align: left;
  padding: 1.5vw;
  font-size: clamp(1rem, 1.2vw, 20px);
  font-weight: 500;
  color: #1a1a1a;
}
.services-section .service-item .service-icon {
  position: absolute;
  right: -6.7vw;
  top: -5vw;
  width: 100%;
  max-width: 13vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-section .service-item .service-icon img {
  width: 13vw;
  height: auto;
}
.services-section .service-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2vw;
  width: calc(100% + 4vw);
  height: 0.5vw;
  z-index: -1;
  transform: translateY(-50%);
  border-radius: 0.25vw;
}

.design-card-section {
  text-align: center;
  padding: 8.6vw 0 0;
}
.design-card-section p {
  font-size: clamp(1rem, 1.7vw, 28px);
  line-height: 1.6;
  color: #27284B;
  margin-bottom: 5.7vw;
}
.design-card-section .design-card-image {
  text-align: center;
}
.design-card-section .design-card-image img {
  width: 100%;
  height: auto;
  max-width: 90vw;
  /* 必要に応じて調整 */
}

.voice-section {
  text-align: center;
  padding: 8.5vw 2vw;
  background-image: url(../img/merit__bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.voice-section h2 {
  font-size: clamp(1rem, 2.5vw, 36px);
  line-height: 1.4;
  margin-bottom: 8vw;
  color: #27284B;
}
.voice-section .voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
}
.voice-section .voice-item {
  text-align: left;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 39vw;
  margin-inline: auto;
}
.voice-section .voice-item .voice-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5vw;
}
.voice-section .voice-item .voice-header img {
  width: 12.7vw;
  height: auto;
  margin-right: 1.5vw;
  margin-bottom: 3.6vw;
}
.voice-section .voice-item .voice-header .voice-info {
  text-align: left;
}
.voice-section .voice-item .voice-header .voice-info .voice-logo {
  width: auto;
  height: auto;
  margin-bottom: 1vw;
}
.voice-section .voice-item .voice-header .voice-info p {
  font-size: 1vw;
  margin: 0.5vw 0 0 0;
  color: #1a1a1a;
}
.voice-section .voice-item .voice-header .voice-info h3 {
  font-size: clamp(1rem, 2vw, 34px);
  margin: 0;
  color: #1a1a1a;
  font-weight: 600;
}
.voice-section .voice-item .voice-quote {
  font-size: clamp(1rem, 1.3vw, 24px);
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 0.5vw;
  background-color: #fff;
  border-radius: 1.5vw;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 2.28vw;
  max-width: 31.7vw;
  position: relative;
}
.voice-section .voice-item .voice-quote :after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 1.4vw;
  border-bottom-width: 1.4vw;
  border-left-width: 0.7vw;
  border-right-width: 0.7vw;
  margin-left: -0.7vw;
  border-bottom-color: #FFFFFF;
  bottom: 100%;
  left: 7vw;
}
.voice-section .voice-item .voice_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 35.8vw;
  margin: 0 auto;
}
.voice-section .voice-item .voice-note {
  font-size: 0.8vw;
  color: #1a1a1a;
  margin-left: 2.5vw;
  margin-bottom: 2vw;
}
.voice-section .voice-item .voice-more {
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: normal;
  color: #27284B;
  text-decoration: none;
  float: right;
  position: relative;
  left: -2vw;
}
.voice-section .voice-item .voice-more::after {
  content: url(../img/btn_right.svg);
  position: absolute;
  top: 0;
  right: -1vw;
  width: 0.45vw;
  height: auto;
}
.voice-section .voice-item:nth-child(2), .voice-section .voice-item:nth-child(4) {
  margin-top: 6.8vw;
}

.partnership-section {
  text-align: center;
  padding: 5vw 2vw;
}
.partnership-section h2 {
  font-size: clamp(1rem, 2.5vw, 36px);
  line-height: 1.4;
  margin-bottom: 6.8vw;
  color: #27284B;
}
.partnership-section .partner-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw 0;
  justify-items: center;
  align-items: center;
}
.partnership-section .partner-logo img {
  max-width: 100%;
  height: auto;
}

.contact-section {
  text-align: center;
  padding: 5vw 2vw;
  background-image: url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-section h2 {
  font-size: clamp(1rem, 2.5vw, 36px);
  line-height: 1.4;
  margin-bottom: 3vw;
  color: #27284B;
}
.contact-section p {
  font-size: 1rem, 1.4vw, 24px;
  line-height: 1.6;
  color: #1a1a1a;
  margin-top: 3vw;
}
.contact-section .contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002060;
  color: #fff;
  font-size: clamp(1rem, 2vw, 34px);
  padding: 1.8vw 8.4vw;
  border-radius: 10vw;
  text-decoration: none;
  max-width: 28.5vw;
  margin-inline: auto;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 1920px) {
  .contact-section .contact-button {
    max-width: 400px;
    padding: 23px 50px;
  }
}
.contact-section .contact-button:hover {
  background-color: rgba(0, 32, 96, 0.8);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  /* 薄いドロップシャドウ */
}

.footer-section {
  background-color: #27284B;
  padding: 4.2vw 2vw 1vw;
  color: #fff;
  text-align: center;
}
.footer-section .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80vw;
  margin-inline: auto;
  align-items: start;
}
.footer-section .footer-content img {
  width: 100%;
  max-width: 308px;
  height: auto;
  margin-bottom: 2vw;
}
.footer-section .footer-content .footer-text {
  text-align: left;
}
.footer-section .footer-content .footer-text h1 {
  font-size: clamp(1rem, 1.57vw, 22px);
  font-weight: 600;
  margin-bottom: 2.2vw;
}
.footer-section .footer-content .footer-text p {
  font-size: clamp(1rem, 1.14vw, 14px);
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 3.3vw;
}

/*==============================================================
/ for sp - max-width 767px
/==============================================================*/
.sp-show {
  display: none;
}

@media screen and (max-width: 700px) {
  .pc-show {
    display: none;
  }
  .sp-show {
    display: block;
  }
  .header {
    min-height: 14.9vw;
    height: 100%;
    background-color: #fff;
  }
  .header .header__inr {
    padding: 0;
    justify-content: center;
    align-items: center;
    min-height: 14.9vw;
    width: 100%;
  }
  .header .header__inr svg.header__logo {
    width: 100%;
    height: auto;
    max-width: 100px;
  }
  .header .header__inr svg.header__logo path {
    fill: #27284B;
  }
  .header .header__inr img {
    width: 100%;
    height: auto;
    max-width: 100px;
  }
  .fv {
    background-image: url(../img/fv_sp_bg.jpg);
    top: 0;
    padding: 10vw 4.6vw;
    box-sizing: border-box;
    background-position: center bottom;
    height: 100vh;
    min-height: 630px;
    max-height: 165.8vw;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .fv .fv-content {
    width: 100%;
    max-width: unset;
  }
  .fv .fv-content .fv-text h2 {
    font-size: 6.9vw;
    margin-top: 0;
  }
  .fv .fv-content .fv-tags span {
    font-size: 3.7vw;
  }
  .fv .fv-content .fv-icons {
    gap: 5.1vw 6.4vw;
  }
  .fv .fv-content .fv-icons p {
    font-size: 2.9vw;
    margin-top: 0.3rem;
  }
  .fv .fv-content .fv-icons img {
    max-width: 10.7vw;
  }
  .fv .fv-image {
    display: none;
  }
  /*==============================================================
  / problem
  /==============================================================*/
  .problems__header h2 {
    font-size: 5.6vw;
    margin-top: 12vw;
  }
  .problems {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .problems .problem {
    width: 100%;
    max-width: 60vw;
  }
  .problems .problem p {
    font-size: 3.15vw;
    margin: 4.3vw 0 12vw;
  }
  .arrow img {
    width: 7.9vw;
  }
  .solution {
    background-image: url(../img/solution_bg_sp.png);
  }
  .solution .slution__inr {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .solution .slution__inr .solution-content {
    display: block;
  }
  .solution .slution__inr .solution-content img {
    max-width: 53.7vw;
  }
  .solution .slution__inr h3 {
    font-size: 6.31vw;
  }
  .solution .slution__inr h3 img.highlight {
    max-width: 40vw;
  }
  .solution .slution__inr h3::after {
    width: 21.8vw;
    height: 21.8vw;
    right: 9vw;
    top: -9vw;
  }
  .solution .slution__inr h3::before {
    width: 14vw;
    height: 14vw;
    left: 16vw;
    bottom: -8vw;
  }
  .solution__img img:nth-child(1) {
    margin-bottom: 5.1vw;
    position: relative;
    left: -2vw;
  }
  .solution__img img:nth-child(2) {
    left: 92vw;
    position: relative;
    transform: translateX(-100%);
    right: -2vw;
  }
  h2.contents__header {
    font-size: 5.6vw;
    line-height: 1.8;
  }
  h2.contents__header img {
    max-width: 48vw;
    margin-bottom: 1rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .benefits p span {
    font-weight: 500;
  }
  .benefits p span::after {
    content: "*";
    font-size: 1.4rem;
    position: relative;
    top: -10px;
    right: 2px;
  }
  .features__wrap {
    background-image: url(../img/features__bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    top: -30vw;
    margin-bottom: -30vw;
  }
  .features__wrap .features {
    flex-direction: column;
    padding-top: 10vw;
    align-items: center;
    gap: 80px;
    position: relative;
  }
  .features__wrap .features .feature {
    width: 100%;
    max-width: 64.2vw;
  }
  .features__wrap .features .feature:nth-child(1) {
    margin-bottom: 14vw;
  }
  .features__wrap .features .feature .feature-text {
    border-radius: 2.5vw;
  }
  .features__wrap .features .feature .feature-text h3 {
    border-radius: 2.5vw 2.5vw 0 0;
    font-size: clamp(1rem, 5.1vw, 71px);
  }
  .features__wrap .features .feature .feature-text ul {
    padding: 3.2vw 7.1vw 5.8vw;
  }
  .features__wrap .features .feature .feature-text ul li {
    font-size: 3.15vw;
    padding-left: 5vw;
  }
  .features__wrap .features .feature .feature-text ul li ::before {
    width: 2.5vw;
  }
  .features__wrap .features .arrow {
    width: 100%;
    max-width: 80px;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .features__wrap .features .arrow img {
    width: 100%;
    max-width: 28.7vw;
  }
  .attn {
    font-size: 2vw !important;
  }
  .media-section h2 {
    margin-top: 12vw;
    font-size: 5.05vw;
  }
  .media-section .media-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw 6vw;
  }
  .merit-section,
  .point-section {
    padding: 12vw 2vw;
  }
  .merit__no {
    font-size: 9.5vw !important;
  }
  .point-section .point-step {
    padding-left: 2vw;
  }
  .point-section .point-step h3 {
    font-size: 6.36vw;
  }
  .merit-section .merit-step {
    padding-left: 2vw;
  }
  .merit-section .merit-step h3 {
    font-size: 6.36vw;
  }
  .merit-section .merit-step .merit-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .merit-section .merit-step .merit-content div.merit-left h4,
  .merit-section .merit-step .merit-content div.merit-right h4 {
    font-size: 4.54vw;
  }
  .merit-section .merit-step .merit-content div.merit-left p,
  .merit-section .merit-step .merit-content div.merit-right p {
    font-size: 2.8vw;
  }
  .merit-section .merit-step .merit-content div.merit-left {
    max-width: 70vw;
    padding-left: 4.8vw;
  }
  .merit-section .merit-step .merit-content div.merit-right {
    max-width: 84.3vw;
    padding-left: 4.8vw;
  }
  .merit-section .merit-step .merit-content .merit-image {
    width: 13vw;
    padding: 9vw;
    margin: 0 auto;
  }
  .merit-section .merit-step .merit-content .merit-image img {
    transform: rotate(90deg);
    text-align: center;
  }
  .merit-section .merit-step .gift-example {
    border-radius: 15px;
    padding: 4.8vw 6.4vw;
    box-sizing: border-box;
    max-width: 100%;
  }
  .merit-section .merit-step .gift-example h3 {
    font-size: 4.1vw;
    margin-bottom: 2rem;
  }
  .merit-section .merit-step .gift-example .gift-logos {
    grid-template-columns: repeat(4, 1fr);
    gap: 3vw;
  }
  .point-block {
    flex-direction: column;
  }
  .point-block .point-item .point_image2 {
    width: 100%;
    max-width: 69.9vw;
  }
  .point-block .point-item .point_image1 {
    max-width: 83.1vw;
  }
  .point-block .point-item .point_image3 {
    max-width: 83.43vw;
  }
  .point-block .point-item .point-item_btm {
    margin-top: 14vw;
  }
  .point-block .point-item .point-description h3 {
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
  }
  .point-block .point-item .point-description p {
    font-size: 2.8vw;
  }
  .point-block .arrow {
    width: 13vw;
    padding: 9vw;
    margin: 0 auto;
  }
  .point-block .arrow img {
    transform: rotate(90deg);
    text-align: center;
  }
  .point-section .point-step::before {
    height: 105%;
  }
  .services-section {
    padding: 12vw 2vw;
  }
  .services-section h2 {
    font-size: 5.65vw;
  }
  .services-section .service_mv {
    max-width: 80vw;
    margin-bottom: 10vw;
  }
  .services-section .services-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 11.5vw 3vw;
    width: 80vw;
    margin: 0 auto;
  }
  .services-section .services-content .service-item {
    width: 100%;
    max-width: 69.4vw;
    min-height: 23vw;
  }
  .services-section .services-content .service-item:nth-child(4) .service-header, .services-section .services-content .service-item:nth-child(5) .service-header {
    top: -4vw !important;
  }
  .services-section .services-content .service-item .service-content .service-header {
    font-size: 3vw;
    max-width: 47.5vw;
    box-sizing: border-box;
    padding: 0.5vw 5.7vw;
    top: -6vw;
  }
  .services-section .services-content .service-item .service-content .service-description {
    font-size: 2.8vw;
    max-width: 69.4vw;
    width: 100%;
    box-sizing: border-box;
    padding: 0 6.4vw 1.5vw;
  }
  .services-section .services-content .service-item .service-icon {
    max-width: 31.1vw;
    right: -15.7vw;
    top: -9vw;
  }
  .services-section .services-content .service-item .service-icon img {
    width: 100%;
  }
  .design-card-section {
    padding: 12vw 2vw 0;
  }
  .design-card-section h2 {
    font-size: 5.65vw;
  }
  .design-card-section p {
    font-size: clamp(21px, 3.7vw, 34px);
  }
  .design-card-image img {
    width: 120%;
    max-width: 120vw;
  }
  .voice-section {
    padding: 12vw 2vw;
    background-position: center;
  }
  .voice-section h2 {
    font-size: 5.65vw;
  }
  .voice-section .voice-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .voice-section .voice-item {
    max-width: 87vw;
  }
  .voice-section .voice-item .voice-quote {
    max-width: 87vw;
    width: 87vw;
    padding: 4.28vw;
    box-sizing: border-box;
  }
  .voice-section .voice-item .voice-quote p {
    font-size: 3.1vw;
  }
  .voice-section .voice-item .voice-header {
    gap: 4vw;
  }
  .voice-section .voice-item .voice-header img {
    width: 28vw;
  }
  .voice-section .voice-item .voice-header .voice-info h3 {
    font-size: 4.4vw;
  }
  .voice-section .voice-item .voice-header .voice-info h3 span {
    font-size: 2.8vw;
  }
  .voice-section .voice-item .voice-header .voice-info p {
    font-size: clamp(1rem, 2.2vw, 32px);
  }
  .voice-section .voice-item .voice-header .voice-info .voice-logo {
    height: 12vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .voice-section .voice-item .voice-note {
    font-size: 1.89vw;
  }
  .voice-section .voice-item .voice-more {
    font-size: 2.8vw;
    left: -3vw;
  }
  .voice-section .voice-item .voice-more::after {
    width: 1vw;
    right: -2vw;
  }
  .voice-section .voice-item .voice_footer {
    max-width: 100%;
    width: 100%;
  }
  .partnership-section {
    padding: 12vw 2vw 18vw;
  }
  .partnership-section h2 {
    font-size: 5.65vw;
  }
  .partnership-section .partner-logos {
    gap: 3vw;
  }
  .contact-section {
    padding: 12vw 2vw 18vw;
  }
  .contact-section h2 {
    font-size: 5.68vw;
    margin-bottom: 14vw;
  }
  .contact-section p {
    font-size: 4.4vw;
    margin-bottom: 12vw;
  }
  .contact-section .contact-button {
    font-size: 4.7vw;
    max-width: 63.7vw;
    padding: 3.6vw 18.5vw;
    box-sizing: border-box;
    height: auto;
    white-space: nowrap;
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .footer-section {
    padding: 8vw 2vw;
  }
  .footer-section .footer-content {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  .footer-section .footer-content img {
    max-width: 48.8vw;
    margin: 0 auto 20vw;
  }
  .footer-section .footer-content img:hover {
    opacity: 0.7;
  }
  .footer-section .footer-content .footer-text {
    margin-bottom: 13vw;
  }
  .footer-section .footer-content .footer-text h1 {
    font-size: 3.47vw;
  }
  .footer-section .footer-content .footer-text p {
    font-size: clamp(1rem, 2.4vw, 34px);
    letter-spacing: 0.08em;
  }
  .footer-section .copyright {
    font-size: clamp(1rem, 2.5vw, 36px);
  }
  .sp__cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #27284B;
    width: 100%;
    z-index: 9999;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
  }
  .sp__cta.visible-cta {
    height: auto;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  .sp__cta .sp__cta-button {
    display: block;
    font-size: 4.62vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 2.6vw 20px;
    box-sizing: border-box;
  }
}
.sp__cta {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  height: 0;
}

/*==============================================================
/ animation
/==============================================================*/
.js-fadeIn {
  opacity: 0;
  visibility: hidden;
}

.js-popUp {
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
}

.js-popUp > div {
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
}

/*==============================================================
/ benefit-section
/==============================================================*/
.benefit-section {
  padding: 4vw 2vw;
  background-color: #fff;
  text-align: left;
}
.benefit-section h2 {
  font-size: clamp(1rem, 2.5vw, 36px);
  margin-bottom: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefit-section h2 {
    font-size: 5.65vw;
  }
}
.benefit-section .benefit-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.benefit-section .benefit-item {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-item {
    width: 100%;
    flex: auto;
  }
}
.benefit-section .benefit-item:hover {
  transform: scale(1.05);
}
.benefit-section .benefit-item a {
  text-decoration: none;
  color: inherit;
}
.benefit-section .benefit-item a .benefit-image img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
}
.benefit-section .benefit-item a .benefit-content {
  padding: 10px;
}
.benefit-section .benefit-item a .benefit-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.benefit-section .benefit-item a .benefit-content p {
  font-size: 14px;
  color: #333;
}
.benefit-section .benefit-item a .benefit-content .benefit-tag {
  margin-top: 10px;
  font-size: 12px;
}
.benefit-section .benefit-item a .benefit-content .benefit-tag span,
.benefit-section .benefit-item a .benefit-content .benefit-tag a {
  font-size: 12px;
  color: #666;
}
.benefit-section .more-link {
  margin-top: 20px;
  text-align: right;
}
.benefit-section .more-link a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.benefit-section .more-link a:hover {
  text-decoration: underline;
}

/*==============================================================
/ post
/==============================================================*/
.post-detail {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.8;
  background-color: #fff;
}
.post-detail .post-header-image {
  margin-bottom: 2rem;
}
.post-detail .post-header-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.post-detail .post-header {
  margin-bottom: 2rem;
}
.post-detail .post-header .post-title {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  border-left: 4px solid #2fa9cf;
  padding-left: 0.75rem;
}
.post-detail .post-content {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .post-detail .post-content {
    font-size: 15px;
  }
}
.post-detail .post-content p {
  margin-bottom: 1.5rem;
}
.post-detail .post-content h2,
.post-detail .post-content h3,
.post-detail .post-content h4 {
  font-weight: bold;
  margin: 2rem 0 1rem;
  line-height: 1.4;
}
.post-detail .post-content h2 {
  font-size: 1.5rem;
  border-left: 4px solid #ccc;
  padding-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .post-detail .post-content h2 {
    font-size: 24px;
  }
}
.post-detail .post-content h3 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .post-detail .post-content h3 {
    font-size: 18px;
  }
}
.post-detail .post-content h4 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .post-detail .post-content h4 {
    font-size: 16px;
  }
}
.post-detail .post-content ul,
.post-detail .post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.post-detail .post-content a {
  color: #2fa9cf;
  text-decoration: underline;
}
.post-detail .post-content a:hover {
  text-decoration: none;
}
.post-detail .post-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 6px;
}
.post-detail .post-content blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background-color: #f7f7f7;
  border-left: 4px solid #bbb;
  font-style: italic;
}
.post-detail .post-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
.post-detail .post-pagination .prev-post,
.post-detail .post-pagination .next-post {
  font-size: 14px;
}
.post-detail .post-pagination .prev-post a,
.post-detail .post-pagination .next-post a {
  text-decoration: none;
  color: #2fa9cf;
  font-weight: bold;
}
.post-detail .post-pagination .prev-post a:hover,
.post-detail .post-pagination .next-post a:hover {
  text-decoration: underline;
}

.archive-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.archive-page h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  color: #333;
}
.archive-page .benefit-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.archive-page .benefit-item {
  width: calc(33.333% - 13.333px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .archive-page .benefit-item {
    width: 100%;
  }
}
.archive-page .benefit-item:hover {
  transform: scale(1.05);
}
.archive-page .benefit-item a {
  text-decoration: none;
  color: inherit;
}
.archive-page .benefit-item a .benefit-image img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
}
.archive-page .benefit-item .benefit-content {
  padding: 10px;
}
.archive-page .benefit-item .benefit-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.archive-page .benefit-item .benefit-content p {
  font-size: 14px;
  color: #333;
}
.archive-page .benefit-item .benefit-content .benefit-tag {
  margin-top: 10px;
  font-size: 12px;
}
.archive-page .benefit-item .benefit-content .benefit-tag span,
.archive-page .benefit-item .benefit-content .benefit-tag a {
  font-size: 12px;
  color: #666;
  font-size: 12px;
}
.archive-page .pagination {
  margin-top: 3rem;
  text-align: center;
}
.archive-page .pagination .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 0.3rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
}
.archive-page .pagination .page-numbers:hover {
  background: #f5f5f5;
}
.archive-page .pagination .page-numbers.current {
  background: #2fa9cf;
  color: #fff;
  border-color: #2fa9cf;
}/*# sourceMappingURL=styles.css.map */