@charset "UTF-8";
/* ==========================================================================
# Media Queries
========================================================================== */
/* ==========================================================================
# Unit Functions
========================================================================== */
/**
* px単位をrem単位に変換する
*/
/**
* px単位をvw単位に変換する（spvwとvwを統合）
*/
/* ==========================================================================
# Font Mixins
========================================================================== */
/**
* 固定のremフォントサイズを設定する
*/
/**
* vw単位のフォントサイズを設定するmixin
*/
/*==========================================
color
===========================================*/
.c-bg--key {
  background-color: #009957;
}

.c-bg--accent {
  background-color: #fff45c;
}

.c-bg--black {
  background-color: #1b1b1b;
}

.c-bg--white {
  background-color: white;
}

.c-bg--lightgreen {
  background-color: #bfd715;
}

/*==========================================
Global Reset & Base
===========================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  min-height: -webkit-fill-available;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  background: #fff;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*==========================================
Elements Reset
===========================================*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #009957;
  outline-offset: 2px;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #eee;
}

th,
td {
  padding: 0.25rem 0.375rem;
  text-align: left;
  vertical-align: top;
  border: 1px solid #eee;
}

/*==========================================
setting
===========================================*/
/*==========================================
btn
===========================================*/
.c-btn {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: 0 auto;
  height: auto;
  padding-block: 5.3333333333vw;
  padding-inline: 4vw;
  color: white;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 100vh;
  background: #fb9a00;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  position: relative;
  outline: none;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 100%;
    padding: 2rem 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    /*box-shadow: 0px 16px 0px 0px rgba(163, 113, 17, 0.8);*/
  }
}
.c-btn__inner {
  position: relative;
  z-index: 10;
}
.c-btn:not(:disabled) {
  cursor: pointer;
}
.c-btn:hover, .c-btn:focus {
  transform: translateY(10px);
  outline: none;
  box-shadow: none;
}
.c-btn:hover:after, .c-btn:focus:after {
  opacity: 0;
}

.c-btn--primary {
  background: #fb9a00;
}

.c-btn--line {
  background: #06c755;
}

.c-btn--tel {
  background: #01854d;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn--tel {
    display: none;
  }
}

/*==========================================
title
===========================================*/
.c-heading {
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.6666666667;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1.8571428571;
    margin-bottom: 5rem;
    letter-spacing: 0.1rem;
  }
}
.c-heading .large {
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading .large {
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}
.c-heading .small {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-heading .small {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2;
  }
}

/*********** line_pop ***********/
.c-title-linePop {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 0 4vw;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 30;
  color: #009957;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-title-linePop {
    grid-gap: 2rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.5384615385;
  }
}
.c-title-linePop:before, .c-title-linePop:after {
  content: "";
  display: block;
  position: relative;
  background: #009957;
  width: 3px;
  height: 80%;
}
@media screen and (min-width: 768px) {
  .c-title-linePop:before, .c-title-linePop:after {
    width: 4px;
    height: 100%;
    bottom: -5px;
  }
}
.c-title-linePop:before {
  transform: rotate(-35deg);
  left: 0;
}
.c-title-linePop:after {
  transform: rotate(35deg);
  right: 0;
}

/*********** side line ***********/
.c-title-sideLine {
  display: grid;
  margin-inline: auto;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 2.6666666667vw;
  align-items: center;
  text-align: center;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.1666666667;
  font-family: "Oswald", sans-serif;
  margin-bottom: 2.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title-sideLine {
    column-gap: 28px;
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
}
.c-title-sideLine:before, .c-title-sideLine:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #032746;
}
.c-title-sideLine:after {
  justify-self: end;
}

/*********** line pop img ***********/
.c-title-linePopImg {
  display: block;
  width: fit-content;
  margin-inline: auto;
  display: grid;
  align-items: center;
  text-align: center;
  position: relative;
  padding-inline: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg {
    padding-inline: 2.5rem;
  }
}
.c-title-linePopImg:after, .c-title-linePopImg:before {
  content: "";
  display: block;
  background: url(../images/pop_dotted.png) no-repeat;
  background-size: contain;
  aspect-ratio: 22/32;
  width: 8vw;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg:after, .c-title-linePopImg:before {
    width: 22px;
    height: 32px;
  }
}
.c-title-linePopImg:before {
  left: 0;
}
.c-title-linePopImg:after {
  transform: scale(-1, 1);
  right: 0;
}

/*********** line pop img ***********/
.c-title-linePopImg--l {
  display: block;
  width: fit-content;
  margin-inline: auto;
  display: grid;
  align-items: center;
  text-align: center;
  position: relative;
  padding-inline: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg--l {
    padding-inline: 2.5rem;
  }
}
.c-title-linePopImg--l:after, .c-title-linePopImg--l:before {
  content: "";
  display: block;
  background: url(../images/pop_dotted_l.png) no-repeat;
  background-size: contain;
  aspect-ratio: 29/42;
  width: 6.6666666667vw;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg--l:after, .c-title-linePopImg--l:before {
    width: 29px;
    height: 42px;
  }
}
.c-title-linePopImg--l:before {
  left: 0;
}
.c-title-linePopImg--l:after {
  transform: scale(-1, 1);
  right: 0;
}

/*********** line pop img ***********/
.c-title-sideLineImg,
.c-title-sideLineImg--wide {
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 0vw;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title-sideLineImg,
  .c-title-sideLineImg--wide {
    width: fit-content;
    margin-inline: auto;
    column-gap: 10px;
  }
}
.c-title-sideLineImg:after, .c-title-sideLineImg:before,
.c-title-sideLineImg--wide:after,
.c-title-sideLineImg--wide:before {
  content: "";
  display: block;
  background: url(../images/line_dotted.png) no-repeat;
  background-size: contain;
  aspect-ratio: 60/7;
  width: 8vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-title-sideLineImg:after, .c-title-sideLineImg:before,
  .c-title-sideLineImg--wide:after,
  .c-title-sideLineImg--wide:before {
    width: 60px;
  }
}
.c-title-sideLineImg:before,
.c-title-sideLineImg--wide:before {
  position: relative;
}
.c-title-sideLineImg:after,
.c-title-sideLineImg--wide:after {
  justify-self: end;
  transform: scale(-1, 1);
}

.c-title-sideLineImg--wide {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .c-title-sideLineImg--wide {
    width: fit-content;
  }
}

/*********** line pop img ***********/
.c-title-linePopImg--zigzag {
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 2.6666666667vw;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg--zigzag {
    column-gap: 20px;
  }
}
.c-title-linePopImg--zigzag:after, .c-title-linePopImg--zigzag:before {
  content: "";
  display: block;
  background: url(../images/line_zigzag.png) no-repeat;
  background-size: contain;
  aspect-ratio: 171/19;
  width: 8vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg--zigzag:after, .c-title-linePopImg--zigzag:before {
    width: 171px;
  }
}
.c-title-linePopImg--zigzag:before {
  position: relative;
  left: -0.5rem;
}
.c-title-linePopImg--zigzag:after {
  justify-self: end;
  transform: scale(-1, 1);
}

/*==========================================
setting
===========================================*/
/*==========================================
layout
===========================================*/
.l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.l-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1050px;
  height: inherit;
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1300px) {
  .l-inner {
    padding: 0;
  }
}
.l-inner--narrow {
  max-width: 900px;
}
.l-inner--middle {
  max-width: 1150px;
}
.l-inner--wide {
  max-width: 1400px;
}
.l-inner--full {
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
  max-width: 100%;
}

/*==========================================
hero
===========================================*/
.p-hero {
  position: relative;
  transform: translateZ(0);
  padding-block-start: 29.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-hero {
    padding-block-start: 8.75rem;
    min-height: 1000px;
  }
}
.p-hero__inner {
  width: calc(100% - 6.4vw);
  margin-inline: auto;
  text-align: left;
  position: relative;
  z-index: 20;
  padding-inline: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-hero__inner {
    width: min(100% - 3rem, 56.25rem);
    padding-inline: 1.25rem;
  }
}
.p-hero__kicker {
  margin-block-end: 2vw;
  letter-spacing: 0.05rem;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-hero__kicker {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.5333333333;
    margin-block-end: 0.625rem;
  }
}
.p-hero__kicker .hightlight {
  color: #06c755;
  font-size: 6.5333333333vw;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-hero__kicker .hightlight {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.p-hero__title {
  letter-spacing: 0.03rem;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.8421052632;
  margin-block-end: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    letter-spacing: 0.1rem;
    font-size: 2.3125rem;
    font-weight: 700;
    line-height: 1.6216216216;
    margin-block-end: 1.3333333333vw;
  }
}
.p-hero__title .middle {
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-hero__title .middle {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.p-hero__title .large {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4583333333;
}
@media screen and (min-width: 768px) {
  .p-hero__title .large {
    font-size: 2.9375rem;
    font-weight: 700;
    line-height: 1.2765957447;
  }
}
.p-hero__title .hightlight2 {
  color: #06c755;
  font-size: 7.3333333333vw;
  font-weight: 700;
  line-height: 1.2727272727;
}
@media screen and (min-width: 768px) {
  .p-hero__title .hightlight2 {
    font-size: 2.9375rem;
    font-weight: 700;
    line-height: 1.2765957447;
  }
}
.p-hero__title-mark {
  position: relative;
}
.p-hero__title-mark:after {
  content: "※";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 0;
  transform: translateX(30%);
}
@media screen and (min-width: 768px) {
  .p-hero__title-mark:after {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 0.25;
    transform: translateX(30%);
  }
}
.p-hero__lead {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-block-end: 96vw;
  letter-spacing: -0.01rem;
}
@media screen and (min-width: 768px) {
  .p-hero__lead {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.9090909091;
    margin-block-end: 1.875rem;
    letter-spacing: 0.02rem;
  }
}
.p-hero__usp {
  margin-bottom: 5.3333333333vw;
  font-size: clamp(0.8125rem, calc(1.7651717557rem + -1.9847328244vw), 1.3rem);
  font-weight: 600;
  line-height: 1.2307692308;
  color: #4b8c0f;
}
@media screen and (min-width: 768px) {
  .p-hero__usp {
    margin-bottom: 2rem;
  }
}
.p-hero__cta {
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-hero__cta {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.25rem;
  }
}
.p-hero__note {
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.2727272727;
  color: #777;
}
@media screen and (min-width: 768px) {
  .p-hero__note {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.3846153846;
  }
}
.p-hero__main-img {
  content: " ";
  display: block;
  width: 100vw;
  height: auto;
  aspect-ratio: 750/1258;
  position: absolute;
  right: 0vw;
  top: 21.3333333333vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-hero__main-img {
    aspect-ratio: 1020/1006;
    width: 1020px;
    right: calc(50% - 1000px);
    top: -6.25rem;
  }
}
.p-hero__sub-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-hero__sub-img {
    content: " ";
    display: block;
    width: 80.9333333333vw;
    height: auto;
    aspect-ratio: 608/860;
    position: absolute;
    left: 0vw;
    top: 0vw;
    z-index: 0;
    width: 608px;
    left: calc(50% - 1080px);
    top: 8.125rem;
  }
}

.u-lightgreen {
  color: #06c755;
}

/* ---------------------------------
Header
--------------------------------- */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 50;
  background: white;
}
.l-header__inner {
  width: 100%;
  margin-inline: auto;
  padding-block: 2.6666666667vw;
  padding-inline: 2vw;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 16px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    grid-template-columns: auto auto;
    column-gap: 1.875rem;
    padding-block: 0.875rem;
    padding-inline: 1.5rem;
  }
}
.l-header {
  /* ---------------------------------
  Logo block
  --------------------------------- */
}
.l-header__logo-link {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr;
  align-items: center;
  text-decoration: none;
  color: #222;
}
.l-header__logo-mark img {
  display: block;
  width: auto;
  height: 16vw;
}
@media screen and (min-width: 768px) {
  .l-header__logo-mark img {
    height: auto;
  }
}
.l-header__logo-text {
  display: grid;
  row-gap: 4px;
}
.l-header__logo-sub {
  font-size: 8px;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}
@media screen and (min-width: 768px) {
  .l-header__logo-sub {
    font-size: 11px;
  }
}

/* ---------------------------------
Global nav
--------------------------------- */
.p-global-nav {
  /* SP: 上からニュルッと出てくるパネル */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 60px 24px 24px;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 100;
}
.p-global-nav.is-open {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .p-global-nav {
    position: static;
    padding: 0;
    background-color: transparent;
    transform: none;
    transition: none;
    justify-self: end;
    z-index: auto;
  }
}
.p-global-nav {
  /* ---------------------------------
  Hamburger (SP)
  --------------------------------- */
}
.p-global-nav__toggle {
  /* 画面右上に固定して、幅を最小限に */
  position: fixed;
  top: 12px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 110;
}
@media screen and (min-width: 768px) {
  .p-global-nav__toggle {
    display: none;
    position: static;
  }
}
.p-global-nav__toggle-bars {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}
.p-global-nav__toggle-bar {
  width: 30px;
  height: 3px;
  background-color: #222;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.p-global-nav__toggle {
  /* 「メニュー」文字は消す */
}
.p-global-nav__toggle-label {
  display: none;
}
.p-global-nav__toggle {
  /* 開いているときの「バツ」アニメーション */
}
.p-global-nav__toggle.is-active .p-global-nav__toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.p-global-nav__toggle.is-active .p-global-nav__toggle-bar:nth-child(2) {
  opacity: 0;
}
.p-global-nav__toggle.is-active .p-global-nav__toggle-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.p-global-nav {
  /* ---------------------------------
  menu list
  --------------------------------- */
}
.p-global-nav__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-global-nav__list {
    flex-direction: row;
    align-items: center;
    gap: 0.9375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.p-global-nav__link {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  position: relative;
}
.p-global-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #ffb52c;
  transition: width 0.2s ease;
}
.p-global-nav__link:hover::after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-global-nav__link {
    width: auto;
    padding: 0;
  }
}
.p-global-nav__link--cta, .p-global-nav__link--line {
  padding: 0.625rem 0.9375rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  align-self: stretch;
  transition: all 0.3s;
}
.p-global-nav__link--cta::after, .p-global-nav__link--line::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-global-nav__link--cta, .p-global-nav__link--line {
    align-self: auto;
    text-align: left;
  }
}
.p-global-nav__link--cta {
  background-color: #fb9a00;
}
@media screen and (min-width: 768px) {
  .p-global-nav__link--cta:hover {
    background-color: #ef8000;
  }
}
.p-global-nav__link--line {
  background-color: #06c755;
}
@media screen and (min-width: 768px) {
  .p-global-nav__link--line:hover {
    background-color: #00ac4f;
  }
}

/*==========================================
flowting-banner
===========================================*/
.p-floating-banner {
  width: 100%;
  position: fixed;
  z-index: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.65s;
  background: rgba(255, 255, 255, 0.7);
}
.p-floating-banner.isActive {
  opacity: 1;
  transition: all 0.65s;
  z-index: 500;
}

.c-btn-floating {
  width: 90%;
  margin: 0 auto;
  border-radius: 100vh;
  padding: 6.6666666667vw 2.6666666667vw;
  background: rgb(0, 170, 255);
  background: linear-gradient(180deg, rgb(0, 170, 255) 0%, rgb(2, 113, 205) 100%);
  box-shadow: none;
  color: white;
  border: 3px solid white;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-btn-floating {
    width: 100%;
    max-width: 550px;
    padding: 2rem 3rem;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
.c-btn-floating:hover {
  /*opacity: 0.7;*/
}

/* footer.scss */
.l-footer {
  background: #f7f8fa;
  position: relative;
  z-index: 20;
  padding-block-start: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-block-start: 3.125rem;
  }
}
.l-footer__nav-wrap {
  width: 100%;
  position: relative;
  z-index: 10;
}
.l-footer__nav {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    width: 100%;
    width: 750px;
    margin: 0 auto;
    flex-direction: row;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.l-footer__nav li {
  flex: auto;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav li {
    width: 33%;
    margin-bottom: 0;
  }
  .l-footer__nav li:last-child a {
    border-right: 1px solid black;
  }
}
.l-footer__nav li a {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 0 0.5rem;
  color: black;
}
@media screen and (min-width: 768px) {
  .l-footer__nav li a {
    text-decoration: none;
    border-right: none;
    border-left: 1px solid black;
  }
}
.l-footer__nav li a:hover {
  text-decoration: underline;
}
.l-footer p {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.8181818182;
  padding: 0 1rem 1rem;
  color: black;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer p {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5384615385;
    padding: 0 1rem 2rem;
  }
}
.l-footer p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer p br {
    display: inline;
  }
}
.l-footer__logo {
  text-align: center;
}

/*---------
copyright
-----------*/
p.l-footer__copyright {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: black;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  p.l-footer__copyright {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
  }
}

/*==========================================
Utility
===========================================*/
/*==========================================
hidden
===========================================*/
.u-hidden-pc {
  display: inline;
}
@media screen and (min-width: 1060px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-tab {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-hidden-tab {
    display: none;
  }
}

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

/*==========================================
movie
===========================================*/
.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: white;
  z-index: 50;
}
@media screen and (min-width: 480px) {
  .c-movie {
    padding-top: 56.25%;
  }
}
.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================================
flexbox
===========================================*/
@media screen and (min-width: 768px) {
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-overflow {
  overflow: hidden;
}

.u-clear {
  overflow: hidden;
}

/*==========================================
text
===========================================*/
.number {
  font-family: "Roboto", sans-serif;
  font-size: 110%;
}

.u-key {
  color: #009957;
}

.u-accent {
  color: #fff45c;
}

.u-red {
  color: #ed3239;
}

.u-blue {
  color: #0c26ef;
}

.u-pink {
  color: pink;
}

.u-black {
  color: black;
}

.u-white {
  color: white;
}

.u-yellow {
  color: #f3e803;
}

.u-bold {
  font-weight: 700;
}
.u-bold--s {
  font-weight: 500;
}
.u-bold--l {
  font-weight: 900;
}

.u-marker--red {
  background: linear-gradient(transparent 80%, rgba(196, 0, 75, 0.28) 80%);
}
.u-marker--yellow {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.u-marker--blue {
  background: linear-gradient(transparent 80%, rgba(0, 78, 255, 0.25) 80%);
}

.u-center,
p.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-left {
  text-align: right;
}

.u-font--s01 {
  font-size: 90%;
}
.u-font--s02 {
  font-size: 80%;
}
.u-font--s03 {
  font-size: 70%;
}
.u-font--l01 {
  font-size: 110%;
}
.u-font--l02 {
  font-size: 120%;
}
.u-font--l03 {
  font-size: 130%;
}

.u-underline {
  border-bottom: 1px solid #fff;
}
.u-underline--red {
  border-bottom: 1px solid red;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align-last: justify;
  text-justify: inter-character;
}

.u-japanease {
  overflow: hidden;
  writing-mode: vertical-rl;
}

.u-word-break {
  word-break: break-all;
}

.u-white-space {
  white-space: nowrap;
}

.u-marker--yellow {
  background: linear-gradient(transparent 80%, rgba(243, 232, 3, 0.6) 80%);
}

.u-marker--lightgreen {
  background: linear-gradient(transparent 80%, rgba(186, 214, 23, 0.5) 80%);
}

/*==========================================
setting
===========================================*/
.u-green {
  color: #009957;
}

/*==========================================
parts
===========================================*/
section p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: clamp(0.903125rem, calc(0.7510496183rem + 0.6488549618vw), 1.0625rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05rem;
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  section p {
    margin-block-end: 1.875rem;
  }
}

.c-title {
  text-align: center;
  font-size: clamp(1.2375rem, calc(1.1062977099rem + 0.5597964377vw), 1.375rem);
  font-weight: 600;
  line-height: 1.6363636364;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 1.875rem;
  }
}

.c-description {
  font-size: clamp(1.4625rem, calc(1.3074427481rem + 0.6615776081vw), 1.625rem);
  font-weight: 700;
  line-height: 1.1538461538;
}

/*********** cta ***********/
.c-cta__box {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  background: white;
  border: 3px solid #60b936;
  border-radius: 5px;
  padding-block: 6.6666666667vw;
  padding-inline: 2.6666666667vw;
  margin-block-start: 6.6666666667vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-cta__box {
    padding-block: 2.5rem;
    padding-block-end: 1.875rem;
    padding-inline: 1.875rem;
    margin-block-start: 3.125rem;
  }
}
.c-cta__box::after {
  content: "";
  width: 85%;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-cta__box::after {
    width: 60%;
  }
}
.c-cta__box-hero {
  margin-inline: 0;
}
.c-cta__catch {
  display: block;
  width: fit-content;
  text-align: center;
  padding-inline: 6.6666666667vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(calc(-100% - 4vw));
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.2941176471;
}
@media screen and (min-width: 768px) {
  .c-cta__catch {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.7;
    transform: translateY(-40%);
    padding-inline: 2.5rem;
    top: -1.25rem;
  }
}
.c-cta__row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-cta__row {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.875rem;
    row-gap: 0;
    align-items: center;
  }
}

/*==========================================
trouble
===========================================*/
.p-trouble {
  padding-block-start: 13.3333333333vw;
  padding-block-end: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-trouble {
    background-size: auto;
    padding-block-start: 0;
    padding-block-end: 8.125rem;
  }
}
.p-trouble__lead {
  margin-block-end: 17.3333333333vw;
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5333333333;
}
@media screen and (min-width: 768px) {
  .p-trouble__lead {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8;
    margin-block-end: 5rem;
  }
}
.p-trouble__heading {
  width: fit-content;
  background: white;
  text-align: center;
  margin-block-end: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding-inline: 2.6666666667vw;
  transform: translateY(calc(-50% - 1.3333333333vw));
}
@media screen and (min-width: 768px) {
  .p-trouble__heading {
    transform: translateY(calc(-50% - 3.75rem));
    padding-inline: 1.875rem;
  }
}
.p-trouble__list-wrap {
  border: 4px solid #009957;
  border-radius: 10px;
  padding-inline: 2.6666666667vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-trouble__list-wrap {
    padding-block: 3.125rem;
    padding-inline: 3.125rem;
    border-width: 6px;
  }
}
.p-trouble__img-man {
  content: " ";
  display: block;
  background-size: contain;
  width: 24vw;
  height: auto;
  aspect-ratio: 201/350;
  position: absolute;
  left: -5.3333333333vw;
  top: -26.6666666667vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-trouble__img-man {
    aspect-ratio: 201/525;
    width: 201px;
    top: revert;
    left: -230px;
    bottom: 0;
  }
}
.p-trouble__img-woman {
  content: " ";
  display: block;
  background-size: contain;
  width: 24vw;
  height: auto;
  aspect-ratio: 201/350;
  position: absolute;
  top: -26.6666666667vw;
  right: -2.6666666667vw;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-trouble__img-woman {
    aspect-ratio: 106/526;
    width: 106px;
    right: -160px;
    top: inherit;
    bottom: 0;
  }
}
.p-trouble__list {
  width: 100%;
  margin-inline: auto;
  padding-block-start: 17.3333333333vw;
  padding-block-end: 6.6666666667vw;
  display: grid;
  gap: 4vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-trouble__list {
    padding-block-start: 0;
    padding-block-end: 0;
    gap: 1.875rem;
  }
}
.p-trouble__list li {
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.7647058824;
  padding-inline-start: 8.6666666667vw;
  position: relative;
}
.p-trouble__list li:last-child {
  margin-block-end: 0;
}
@media screen and (min-width: 768px) {
  .p-trouble__list li {
    padding-inline-start: 3.125rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: -0.05rem;
  }
}
.p-trouble__list li .emphasis {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6666666667;
  color: #009957;
}
@media screen and (min-width: 768px) {
  .p-trouble__list li .emphasis {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }
}
.p-trouble__list li:before {
  content: "";
  width: auto;
  height: 6.6666666667vw;
  aspect-ratio: 1/1;
  background: url(../images/icon_check.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.6666666667vw;
  margin: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-trouble__list li:before {
    height: 29px;
    top: 5.5px;
  }
}
.p-trouble {
  /*********** point ***********/
}
.p-trouble__point {
  background: #109e52;
  border-radius: 10px;
  padding-block-start: 9.3333333333vw;
  padding-block-end: 5.3333333333vw;
  padding-inline: 4vw;
  margin-block-start: 20vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-trouble__point {
    padding-block: 2.5rem;
    padding-block-end: 1.875rem;
    padding-inline: 2.5rem;
    margin-block-start: 4.375rem;
  }
}
.p-trouble__point p {
  margin-block-end: 0;
}
.p-trouble__point-label {
  width: 50%;
  text-align: center;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  transform: translateY(calc(-100% + 4vw));
  background: #f3e803;
  padding-inline: 4vw;
  padding-block-start: 4vw;
  padding-block-end: 2.6666666667vw;
  border-radius: 10px 10px 0 0;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #109e52;
}
@media screen and (min-width: 768px) {
  .p-trouble__point-label {
    width: 20%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    padding-inline: 1.25rem;
    padding-block-start: 1.125rem;
    padding-block-end: 0.625rem;
    transform: translateY(calc(-100% + 1.25rem));
  }
}
.p-trouble__point-label:after {
  content: " ";
  display: block;
  background: #f3e803;
  width: 120%;
  height: 2px;
  position: absolute;
  left: -10%;
  bottom: -2px;
}
.p-trouble__point-icon {
  margin-inline: auto;
  text-align: center;
  margin-block-end: 0;
  position: absolute;
  left: 4vw;
  margin: auto;
  transform: translateY(calc(-50% - 12vw));
}
@media screen and (min-width: 768px) {
  .p-trouble__point-icon {
    transform: translateY(calc(-50% - 3.125rem));
    left: 1.25rem;
  }
}

/*********** risk ***********/
.p-risk__heading {
  font-size: clamp(1.225rem, calc(0.7240458015rem + 2.1374045802vw), 1.75rem);
  font-weight: 700;
  line-height: 1.7857142857;
}
.p-risk__list {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.6666666667vw 0;
  margin-block-start: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-risk__list {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2.5rem;
    margin-block-start: 4.375rem;
  }
}
.p-risk__item {
  position: relative;
  width: 100%;
  text-align: center;
  padding-block: 2.6666666667vw;
  padding-inline: 2.6666666667vw;
  border-radius: 10px;
  border: 3px solid #60b936;
}
@media screen and (min-width: 768px) {
  .p-risk__item {
    padding-block-start: 1.25rem;
    padding-block-end: 1.875rem;
    padding-inline: 0.625rem;
  }
}
.p-risk__item p {
  margin-block-end: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-risk__item p {
    margin-block-end: 0.625rem;
  }
}
.p-risk__item p:last-child {
  margin-block-end: 0;
}
.p-risk__inner {
  padding: 4vw;
  padding-bottom: 6.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-risk__inner {
    padding: 3rem 1rem;
  }
}
.p-risk__icon {
  margin-inline: auto;
}
.p-risk__text {
  color: #009957;
  font-size: 4.5333333333vw;
  font-weight: 600;
  line-height: 1.6470588235;
}
@media screen and (min-width: 768px) {
  .p-risk__text {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.6363636364;
  }
}
.p-risk__text .emphasise {
  color: #ffd401;
  font-size: 5.0666666667vw;
  font-weight: 600;
  line-height: 1.2105263158;
}
@media screen and (min-width: 768px) {
  .p-risk__text .emphasise {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2857142857;
  }
}

/*==========================================
about
===========================================*/
.p-about {
  padding-block-start: 17.3333333333vw;
  padding-block-end: 8vw;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-block-start: 5rem;
    padding-block-end: 5rem;
  }
}
.p-about__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.p-about__row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5.3333333333vw;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-about__row {
    grid-template-columns: 1fr 25%;
    column-gap: 0.625rem;
    row-gap: 0;
    align-items: center;
  }
}
.p-about__body {
  z-index: 2;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-about__body {
    order: 1;
  }
}
.p-about__picture {
  order: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__picture {
    order: 2;
  }
}
.p-about__picture img {
  margin-inline: auto;
}
.p-about__img {
  max-width: inherit;
  width: 93.3333333333vw;
  aspect-ratio: 529/575;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    width: 529px;
    left: -1.875rem;
    top: -100px;
  }
}
.p-about__img-circle {
  max-width: inherit;
  width: 93.3333333333vw;
  aspect-ratio: 499/360;
}
@media screen and (min-width: 768px) {
  .p-about__img-circle {
    width: 499px;
    left: -1.875rem;
    top: -100px;
  }
}
.p-about__heading {
  display: grid;
  position: relative;
  margin-block-end: 8vw;
  left: -5.3333333333vw;
  right: -5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-about__heading {
    align-items: center;
    margin-block-end: 3.125rem;
    left: inherit;
    right: inherit;
  }
}
.p-about__heading-logo {
  position: relative;
  left: -4vw;
}
@media screen and (min-width: 768px) {
  .p-about__heading-logo {
    left: inherit;
  }
}
.p-about__title {
  position: relative;
  text-align: center;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.5789473684;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.7142857143;
  }
}
.p-about__title {
  /*    &:after {
    content: " ";
    display: block;
    background: $lightgreen;
    width: 6px;
    height: 100%;
    position: absolute;
    left: vw(-30);
    top: 0;

    @include media(m) {
      width: 10px;
      left: rem(-30);
    }
  }*/
}
.p-about__circle-l {
  content: " ";
  display: block;
  width: 26.6666666667vw;
  height: auto;
  aspect-ratio: 435/336;
  position: absolute;
  right: 0vw;
  top: 33.3333333333vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-about__circle-l {
    width: 435px;
    right: -350px;
    top: 200px;
  }
}
.p-about__circle {
  content: " ";
  display: block;
  width: 20vw;
  height: auto;
  aspect-ratio: 213/420;
  position: absolute;
  left: 0vw;
  top: 40vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about__circle {
    width: 213px;
    left: -270px;
    top: 0px;
  }
}

/*==========================================
value
===========================================*/
.p-value {
  padding-block-start: 17.3333333333vw;
  padding-block-end: 8vw;
  counter-reset: number;
  background: #f1f6dd;
}
@media screen and (min-width: 768px) {
  .p-value {
    padding-block-start: 8.125rem;
    padding-block-end: 5rem;
  }
}
.p-value__lead {
  text-align: center;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.1176470588;
  margin-block-end: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-value__lead {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1666666667;
    margin-block-end: 0.625rem;
  }
}
.p-value__no {
  font-size: 8.8vw;
  font-weight: 500;
  line-height: 1.1666666667;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-value__no {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.1964285714;
  }
}
.p-value__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-value__list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.5rem;
    row-gap: 0;
  }
}
.p-value__item {
  counter-increment: number;
  text-align: center;
}
.p-value__icon {
  position: relative;
  width: 46.6666666667vw;
  aspect-ratio: 1/1;
  margin: 0 auto 3.2vw;
  border-radius: 50%;
  padding-inline: 5.3333333333vw;
  padding-block: 5.3333333333vw;
  margin-block-end: 6.6666666667vw;
  border: 4px solid #009957;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}
@media screen and (min-width: 768px) {
  .p-value__icon {
    width: 70%;
    border-width: 6px;
    margin-block-end: 3.125rem;
    padding-inline: 2.5rem;
    padding-block: 2.5rem;
  }
}
.p-value__icon::before {
  width: 17.3333333333vw;
  aspect-ratio: 1/1;
  content: counter(number, decimal-leading-zero);
  font-size: clamp(1.75rem, calc(1.034351145rem + 3.0534351145vw), 2.5rem);
  font-weight: 600;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #00a468;
  background: rgba(243, 232, 3, 0.5);
  clip-path: circle(50% at 50% 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -8vw;
  top: -6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-value__icon::before {
    width: 85px;
    left: -50px;
    top: -20px;
  }
}
.p-value__catch {
  text-align: center;
  font-size: 4.5333333333vw;
  font-weight: 600;
  line-height: 1.2352941176;
  margin-block-end: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-value__catch {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.7777777778;
    margin-block-end: 1.25rem;
  }
}
.p-value__title {
  text-align: center;
  color: #009957;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.4;
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-value__title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.3846153846;
    margin-block-end: 1.25rem;
  }
}
.p-value__text {
  text-align: left;
}
.p-value__bridge {
  width: 100%;
  background: white;
  border-radius: 10px 10px 0 0;
  padding-block: 6.6666666667vw;
  padding-inline: 5.3333333333vw;
  margin-block-start: 6.6666666667vw;
  margin-block-end: 13.3333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-value__bridge {
    padding-block: 1.875rem;
    padding-inline: 1.875rem;
    margin-block-start: 1.25rem;
    margin-block-end: 5rem;
  }
}
.p-value__bridge:after {
  content: " ";
  display: block;
  background: white;
  width: calc(100% + 20px);
  height: 2px;
  position: absolute;
  left: -10px;
  bottom: -2px;
}
.p-value__bridge p {
  text-align: center;
  margin-block-end: 0;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-value__bridge p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.9;
  }
}

.icon-point {
  position: relative;
}
.icon-point:after {
  content: " ";
  display: block;
  background: url(../images/icon_point.png) no-repeat;
  width: 4vw;
  aspect-ratio: 22/24;
  position: absolute;
  left: -4.4vw;
  top: 0;
}
@media screen and (min-width: 768px) {
  .icon-point:after {
    width: 22px;
    left: -24px;
  }
}

.u-orange {
  color: #eb6100;
  font-weight: bold;
}

/*==========================================
user
===========================================*/
.p-user {
  padding-block-start: 17.3333333333vw;
  padding-block-end: 8vw;
  counter-reset: number;
}
@media screen and (min-width: 768px) {
  .p-user {
    padding-block-start: 6.25rem;
    padding-block-end: 5rem;
  }
}
.p-user__lead {
  text-align: center;
  margin-block-end: 4vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.1176470588;
}
@media screen and (min-width: 768px) {
  .p-user__lead {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1666666667;
    margin-block-end: 1.875rem;
  }
}
.p-user__wrap {
  display: grid;
  gap: 33.3333333333vw;
  margin-block-start: 33.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-user__wrap {
    gap: 12.5rem;
    margin-block-start: 9.375rem;
  }
}
.p-user__block {
  position: relative;
  background: linear-gradient(#009957, #bad617);
  border-radius: 30px 30px 0 0;
  padding: 10.6666666667vw 4vw 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-user__block {
    border-radius: 50px 50px 0 0;
    padding: 5rem 3.125rem 1.875rem;
  }
}
.p-user__icon {
  width: 33.3333333333vw;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(calc(-100% + 6.6666666667vw));
}
@media screen and (min-width: 768px) {
  .p-user__icon {
    width: 11.25rem;
    transform: translateY(calc(-100% + 3.125rem));
  }
}
.p-user__icon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.p-user__icon:after {
  content: " ";
  display: block;
  background: #aad11c;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  position: absolute;
  right: -2.6666666667vw;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-user__icon:after {
    right: -1.25rem;
  }
}
.p-user__profile {
  position: relative;
  margin-block-end: 6.6666666667vw;
  color: white;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6428571429;
}
@media screen and (min-width: 768px) {
  .p-user__profile {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2;
    margin-block-end: 1.875rem;
  }
}
.p-user__profile:after {
  content: " ";
  display: block;
  background: #aad11c;
  width: 6.1333333333vw;
  height: auto;
  aspect-ratio: 46/3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.3333333333vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-user__profile:after {
    width: 46px;
    bottom: -10px;
  }
}
.p-user__voice {
  color: #fff;
  margin-block-end: 16vw;
  text-wrap: balance;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-user__voice {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end: 4.375rem;
  }
}
.p-user {
  /* Before / After 2カラム */
}
.p-user__ba-row {
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 13.3333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-user__ba-row {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-user__ba-row:after {
    content: " ";
    display: block;
    background: url(../images/user_arrow_icon.png) no-repeat;
    background-size: contain;
    width: 6.4vw;
    height: 9.2vw;
    aspect-ratio: 48/69;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 30;
    width: 3rem;
    height: 4.3125rem;
    transform: translateY(calc(50% - 3rem + 3.125rem));
  }
}
.p-user__ba-label {
  width: fit-content;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  white-space: nowrap;
  line-height: 1;
  transform: translateY(calc(-100% + 0.6666666667vw));
  font-size: 7.3333333333vw;
  font-weight: 700;
  line-height: 1;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-user__ba-label {
    transform: translateY(calc(-100% + 0.1875rem));
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    line-height: 1;
  }
}
.p-user__ba--before {
  position: relative;
}
.p-user__ba--before:after {
  content: " ";
  display: block;
  background: url(../images/user_arrow_icon.png) no-repeat;
  background-size: contain;
  width: 6.4vw;
  height: 9.2vw;
  aspect-ratio: 48/69;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -6.6666666667vw;
  margin: auto;
  z-index: 30;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-user__ba--before:after {
    display: none;
  }
}
.p-user__ba--before .p-user__ba-label {
  color: #bddeb9;
}
.p-user__ba--before .p-user__ba-title {
  background: #ededeb;
}
.p-user__ba--after .p-user__ba {
  background: #f1f6dd;
}
.p-user__ba--after .p-user__ba-label {
  color: #aad11c;
}
.p-user__ba--after .p-user__ba-title {
  background: #d9ea96;
}
.p-user__ba {
  background: #fff;
  border-radius: 10px 10px 0 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-user__ba {
    border-radius: 10px 10px 0 0;
  }
}
.p-user__ba-title {
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: clamp(0.9rem, calc(0.6853053435rem + 0.9160305344vw), 1.125rem);
  font-weight: 700;
  line-height: 1.6666666667;
  padding-block-start: 5.3333333333vw;
  padding-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-user__ba-title {
    padding-block-start: 2.5rem;
    padding-block-end: 1.875rem;
  }
}
.p-user__ba-text {
  position: relative;
  padding-block: 4vw;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .p-user__ba-text {
    padding-block: 1.875rem;
    padding-inline: 1.875rem;
  }
}
.p-user__ba-text p {
  margin-block-end: 0;
}
.p-user {
  /***********  bg circle ***********/
}
.p-user__circle01, .p-user__circle02, .p-user__circle03 {
  content: " ";
  display: block;
  width: 26.6666666667vw;
  height: auto;
  aspect-ratio: 307/570;
  position: absolute;
  top: -24vw;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-user__circle01, .p-user__circle02, .p-user__circle03 {
    width: 307px;
    top: -150px;
  }
}
.p-user__circle01 {
  left: -6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-user__circle01 {
    left: -280px;
  }
}
.p-user__circle02 {
  right: -6.6666666667vw;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-user__circle02 {
    right: -280px;
  }
}
.p-user__circle03 {
  left: -6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-user__circle03 {
    left: -280px;
  }
}

.c-bg--pattern {
  background: url(../images/pattern.png) repeat;
}

.u-lightyellow {
  color: #fff45c;
}

/*==========================================
system
===========================================*/
.p-system {
  padding-block-start: 17.3333333333vw;
  padding-block-end: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-system {
    padding-block-start: 6.25rem;
    padding-block-end: 3.125rem;
  }
}
.p-system__heading {
  text-align: center;
  margin-inline: auto;
  margin-block-end: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-system__heading {
    margin-block-end: 1.25rem;
  }
}
.p-system__heading .highlight {
  color: #fff45c;
  position: relative;
}
.p-system__heading .highlight:after {
  content: " ";
  display: block;
  background: url(../images/underline.png) no-repeat;
  background-size: contain;
  width: 20.8vw;
  height: auto;
  aspect-ratio: 156/16;
  position: absolute;
  left: 0vw;
  bottom: -2.2666666667vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-system__heading .highlight:after {
    width: 156px;
    bottom: -17px;
    left: -17px;
  }
}
.p-system__lead {
  width: fit-content;
  margin-inline: auto;
  position: relative;
  margin-block-end: 6.6666666667vw;
  background: #5db837;
  padding-inline: 4vw;
  padding-block: 2.6666666667vw;
  border-radius: 10px 10px 0 0;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.1176470588;
}
@media screen and (min-width: 768px) {
  .p-system__lead {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1666666667;
    margin-block-end: 1.875rem;
    padding-inline: 1.25rem;
    padding-block: 1rem;
  }
}
.p-system__lead:after {
  content: " ";
  display: block;
  background: #5db837;
  width: 120%;
  height: 2px;
  position: absolute;
  left: -10%;
  bottom: -2px;
}
.p-system__row {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  display: grid;
  gap: 4vw;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-system__row {
    grid-template-columns: 1fr auto;
    gap: 1.75rem;
  }
}
.p-system__badge {
  display: flex;
  justify-content: end;
}
.p-system__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-block-start: 1.3333333333vw;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .p-system__description {
    margin-block-start: 0.625rem;
  }
}
.p-system__description p:last-child {
  margin-block-end: 0;
}
.p-system__note {
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.2727272727;
}
@media screen and (min-width: 768px) {
  .p-system__note {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.3846153846;
  }
}
.p-system {
  /* ▼ 01/02/ロゴ/03/04 を grid でガチ組み ------------- */
}
.p-system__grid {
  counter-reset: number;
  position: relative;
  width: 90%;
  margin-inline: auto;
  display: grid;
  gap: 4vw;
  margin-block-start: 20vw;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-system__grid {
    width: 100%;
    max-width: 1200px;
    margin-block-start: 3.75rem;
    gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "item01 item02" "item03 item04";
  }
}
.p-system__grid:after {
  content: " ";
  display: block;
  background: rgba(170, 209, 28, 0.5);
  width: 66.6666666667vw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: -43.3333333333vw;
  margin: auto;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-system__grid:after {
    width: 50%;
    top: 0;
    bottom: 0;
  }
}
.p-system__item {
  counter-increment: system;
  position: relative;
  z-index: 10;
  padding-inline: 5.3333333333vw;
  padding-block-start: 22.6666666667vw;
  padding-block-end: 6.6666666667vw;
  background: #bad617;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  gap: 1.25rem 0;
  grid-template-areas: "title" "text" "thumb";
  box-shadow: inset 0px 10px 0px 0px #d9ea96;
}
@media screen and (min-width: 768px) {
  .p-system__item {
    padding-inline: 3.75rem;
    padding-block-start: 3.75rem;
    padding-block-end: 1.875rem;
    box-shadow: inset 0px 10px 0px 0px #d9ea96;
  }
}
.p-system__title {
  position: relative;
  grid-area: title;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.3157894737;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-system__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6666666667;
    padding-inline-start: 4.6875rem;
    text-align: left;
  }
}
.p-system__title:before {
  content: counter(system, decimal-leading-zero) ".";
  position: absolute;
  top: -13.3333333333vw;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 9.3333333333vw;
  font-weight: 700;
  line-height: 0.8571428571;
}
@media screen and (min-width: 768px) {
  .p-system__title:before {
    top: 0;
    left: 0;
    right: inherit;
    margin: 0;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1;
  }
}
.p-system__title:after {
  content: " ";
  display: block;
  background: url(../images/underline_s.png) no-repeat;
  background-size: contain;
  width: 16vw;
  height: auto;
  aspect-ratio: 76/17;
  position: absolute;
  left: calc(50% - 8vw);
  top: -5.3333333333vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-system__title:after {
    width: 76px;
    top: 2.8125rem;
    left: -7px;
  }
}
.p-system__text {
  grid-area: text;
  margin-block-end: 0;
}
.p-system__thumb {
  grid-area: thumb;
}
.p-system__item01 {
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-system__item01 {
    border-radius: 0;
    border-top-left-radius: 50px;
    grid-area: item01;
  }
}
@media screen and (min-width: 768px) {
  .p-system__item01 .p-system__thumb {
    margin-inline-end: 20%;
  }
}
.p-system__item02 {
  box-shadow: none;
  /*padding-block-end: vw(150);*/
}
@media screen and (min-width: 768px) {
  .p-system__item02 {
    box-shadow: inset 0px 10px 0px 0px #d9ea96;
    border-top-right-radius: 50px;
    grid-area: item02;
  }
}
@media screen and (min-width: 768px) {
  .p-system__item02 .p-system__thumb {
    margin-inline-start: 25%;
  }
}
.p-system__item03, .p-system__item04 {
  grid-template-areas: "title" "text" "thumb";
}
@media screen and (min-width: 768px) {
  .p-system__item03, .p-system__item04 {
    grid-template-areas: "thumb" "title" "text";
    padding-block-start: 1.875rem;
    padding-block-end: 3.125rem;
    box-shadow: 0px 10px 0px 0px #d9ea96;
  }
}
.p-system__item03 {
  box-shadow: none;
  /*padding-block-start: vw(150);*/
}
@media screen and (min-width: 768px) {
  .p-system__item03 {
    border-bottom-left-radius: 50px;
    box-shadow: 0px 10px 0px 0px #d9ea96;
    grid-area: item03;
  }
}
@media screen and (min-width: 768px) {
  .p-system__item03 .p-system__thumb {
    margin-inline-end: 20%;
  }
}
.p-system__item04 {
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 10px 0px 0px #d9ea96;
}
@media screen and (min-width: 768px) {
  .p-system__item04 {
    border-radius: 0;
    border-bottom-right-radius: 50px;
    grid-area: item04;
  }
}
@media screen and (min-width: 768px) {
  .p-system__item04 .p-system__thumb {
    margin-inline-start: 25%;
  }
}
.p-system__center {
  width: 46.6666666667vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 6px solid #5db837;
  position: absolute;
  left: 0;
  right: 0;
  top: -33.3333333333vw;
  margin: auto;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .p-system__center {
    width: 21.25rem;
    grid-area: center;
    border-width: 20px;
    top: 0;
    bottom: 0;
    z-index: 15;
  }
}
.p-system__center img {
  width: 80%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-system__center img {
    width: auto;
  }
}
.p-system__answer {
  text-align: center;
  margin-block-start: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-system__answer {
    margin-block-start: 3.75rem;
  }
}
.p-system__answer p {
  font-size: 4.6666666667vw;
  font-weight: 500;
  line-height: 1.8571428571;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-system__answer p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
}
.p-system__thumb-inner {
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-system__thumb-inner:after {
    content: " ";
    display: block;
    width: 38px;
    height: auto;
    aspect-ratio: 1/1;
    background: url("../images/icon_zoom.png") center/contain no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 30;
  }
}
.p-system__zoomBtn {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
  z-index: 20;
  transition: opacity 200ms ease;
}
@media screen and (min-width: 768px) {
  .p-system__zoomBtn:hover {
    opacity: 0.6;
  }
}
.p-system {
  /*  &__zoomBtn {
    width: vw(38);
    height: auto;
    aspect-ratio: 1/1;
    background: url("../images/icon_zoom.png") center / contain no-repeat;
    cursor: pointer;
    position: absolute;
    right: vw(0);
    bottom: vw(0);
    z-index: 20;
    transition: opacity 200ms ease;

    @include media(m) {
      &:hover {
        opacity: 0.6;
      }
    }

    @include media(m) {
      width: rem(38);
    }
  }*/
}

.p-zoomModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 240ms ease, visibility 0ms linear 240ms;
}
.p-zoomModal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 240ms ease;
}
.p-zoomModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 240ms ease;
}
.p-zoomModal.is-open .p-zoomModal__backdrop {
  opacity: 1;
}
.p-zoomModal__panel {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(92vw, 61.25rem);
  height: min(86vh, 42.5rem);
  display: grid;
  place-items: center;
  padding: 0.875rem;
  transform: translateY(0.625rem) scale(0.96);
  opacity: 0;
  transition: transform 320ms cubic-bezier(0.2, 1.1, 0.2, 1), opacity 240ms ease;
}
.p-zoomModal.is-open .p-zoomModal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.p-zoomModal__img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  background: #fff;
}
.p-zoomModal__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 9999px;
}
.p-zoomModal__close::before, .p-zoomModal__close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.25rem;
  height: 0.125rem;
  background: #111;
}
.p-zoomModal__close::before {
  transform: rotate(45deg);
}
.p-zoomModal__close::after {
  transform: rotate(-45deg);
}

/*==========================================
reason
===========================================*/
.p-reason {
  padding-block-end: 18.6666666667vw;
  background: url(../pattern.png) repeat;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding-block-end: 5rem;
  }
}
.p-reason__frame {
  width: 95%;
  margin-inline: auto;
  background: white;
  box-shadow: inset 0px 10px 0px 0px rgb(217, 234, 150), 0px 10px 0px 0px rgb(217, 234, 150);
  padding-block-start: 13.3333333333vw;
  padding-block-end: 10.6666666667vw;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-reason__frame {
    width: 100%;
    padding-block-start: 6.25rem;
    padding-block-end: 5rem;
  }
}
.p-reason__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.p-reason__heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.2666666667vw;
  margin-block-end: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-reason__heading {
    grid-template-columns: 1fr auto;
    gap: 2.5rem;
    margin-block-end: 3.125rem;
  }
}
.p-reason__heading-text {
  order: 2;
  position: relative;
  padding-inline-start: 3.7333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-reason__heading-text {
    order: 1;
    padding-inline-start: 2.25rem;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}
.p-reason__heading-text::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 100%;
  background: #bfd715;
}
@media screen and (min-width: 768px) {
  .p-reason__heading-text::before {
    width: 12px;
  }
}
.p-reason__logo {
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-reason__logo {
    order: 2;
  }
}
.p-reason__logo img {
  display: block;
  width: 60vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__logo img {
    width: inherit;
  }
}
.p-reason__expart {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-block: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-reason__expart {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.p-reason__expart img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-reason__expart img {
    width: 50%;
  }
}
.p-reason__wrap {
  display: grid;
  gap: 6.6666666667vw;
  margin-block-start: 6.6666666667vw;
  grid-template-columns: 1fr;
  grid-template-areas: "block02" "thumb01" "block01" "thumb02" "block03";
}
@media screen and (min-width: 768px) {
  .p-reason__wrap {
    gap: 3.75rem 2.5rem;
    margin-block-start: 5rem;
    grid-template-columns: auto 65%;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas: "thumb01 block01" "thumb01 block01" "thumb01 block02" "thumb02 block02" "thumb02 block03" "thumb02 block03";
  }
}
.p-reason__block {
  position: relative;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-reason__block {
    border-radius: 1.25rem;
  }
}
.p-reason__block:after {
  content: " ";
  /*background:
    repeating-radial-gradient(
      circle,
      #a6ce39 0 3px,  // ドット（半径3px = 直径6px）
      transparent 3px 6px   // 間隔2px（ここでピッチ調整）
    );
  background-size: 9px 6px; */
  background: url(../images/dotted_line.png) repeat-x;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.6666666667vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__block:after {
    bottom: -1.875rem;
  }
}
.p-reason__block01 {
  grid-area: block01;
}
.p-reason__block02 {
  grid-area: block02;
}
.p-reason__block03 {
  grid-area: block03;
}
.p-reason__block03:after {
  display: none;
}
.p-reason__thumb {
  position: relative;
  padding-block-start: 4vw;
}
@media screen and (min-width: 768px) {
  .p-reason__thumb {
    align-self: start;
    padding-block-start: 0;
  }
}
.p-reason__thumb img {
  width: 80%;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-reason__thumb img {
    width: auto;
    margin-inline: revert;
    border-radius: 10px;
  }
}
.p-reason__thumb01 {
  grid-area: thumb01;
}
.p-reason__thumb01 img {
  box-shadow: -16px 0px 0px 0px rgb(170, 209, 28);
}
.p-reason__thumb02 {
  grid-area: thumb02;
}
.p-reason__thumb02 img {
  box-shadow: 16px 0px 0px 0px rgb(170, 209, 28);
}
.p-reason__title {
  position: relative;
  font-size: 4.6666666667vw;
  font-weight: 700;
  line-height: 2;
  padding-inline-start: 8vw;
  margin-block-end: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6666666667;
    padding-inline-start: 3.125rem;
    margin-block-end: 1.875rem;
  }
}
.p-reason__title span.large {
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.5909090909;
}
@media screen and (min-width: 768px) {
  .p-reason__title span.large {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}
.p-reason__title:before {
  content: "";
  width: auto;
  height: 6.6666666667vw;
  aspect-ratio: 1/1;
  background: url(../images/reason_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1.3333333333vw;
  margin: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-reason__title:before {
    height: 42px;
    top: -1px;
  }
}

/*==========================================
step
===========================================*/
.p-step {
  padding-block-start: 17.3333333333vw;
  padding-block-end: 17.3333333333vw;
  counter-reset: number;
}
@media screen and (min-width: 768px) {
  .p-step {
    padding-block-start: 6.25rem;
    padding-block-end: 9.375rem;
  }
}
.p-step__inner {
  max-width: 1200px;
}
.p-step__catch {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-step__catch {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6666666667;
    margin-block-end: 1.875rem;
  }
}
.p-step__heading {
  text-align: left;
  margin-block-end: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step__heading {
    margin-block-end: 1.875rem;
    text-align: center;
  }
}
.p-step__lead {
  font-size: 4.5333333333vw;
  font-weight: 400;
  line-height: 1.6470588235;
  margin-block-end: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step__lead {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6666666667;
    margin-block-end: 5rem;
  }
}
.p-step__highlight {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-step__highlight {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6666666667;
  }
}
.p-step__title-num {
  display: inline-block;
  width: 12vw;
  position: relative;
  text-align: center;
  color: #009957;
  font-family: "Roboto", sans-serif;
  font-size: 9.2vw;
  font-weight: 700;
  line-height: 1.1739130435;
}
@media screen and (min-width: 768px) {
  .p-step__title-num {
    width: 67px;
    font-size: 3.6875rem;
    font-weight: 700;
    line-height: 1.2033898305;
  }
}
.p-step__title-num:after {
  content: " ";
  display: block;
  border-radius: 100vh;
  background: #fff45c;
  aspect-ratio: 1/1;
  width: 12vw;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-step__title-num:after {
    width: 67px;
  }
}
.p-step__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  margin-block-start: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step__text {
    margin-block-start: 0.625rem;
  }
}
.p-step__grid {
  width: 80%;
  counter-reset: step;
  margin-inline: auto;
  margin-block-start: 6.6666666667vw;
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr;
  gap: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step__grid {
    width: 100%;
    flex-direction: row;
    /*grid-template-columns: repeat(4, 1fr);*/
    gap: 1.6vw;
    margin-block-start: 3.125rem;
  }
}
@media screen and (min-width: 1060px) {
  .p-step__grid {
    gap: 32px;
    margin-block-start: 3.125rem;
  }
}
.p-step__item {
  counter-increment: step;
  display: grid;
  justify-items: center;
  position: relative;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-step__item {
    width: calc((100% - 4.8vw) / 3);
  }
}
@media screen and (min-width: 1060px) {
  .p-step__item {
    width: calc((100% - 96px) / 3);
  }
}
.p-step__item:after {
  content: " ";
  display: block;
  background: #fff45c;
  border: 10px solid #aad11c;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-step__item:before {
  content: "";
  background: #bad617;
  border-radius: 0 100% 100% 0%/50%;
  background-size: contain;
  position: absolute;
  aspect-ratio: 1/2;
  pointer-events: none;
  width: auto;
  height: calc(100% + 10.6666666667vw);
  right: -5.3333333333vw;
  top: -5.3333333333vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-step__item:before {
    aspect-ratio: 2/1;
    border-radius: 50%/100% 100% 0 0;
    width: calc(100% + 3.2vw);
    height: auto;
    /*transform: translateY(calc(-50% + 3px));*/
    right: inherit;
    top: -1.6vw;
  }
}
@media screen and (min-width: 1060px) {
  .p-step__item:before {
    width: calc(100% + 66px);
    top: -33px;
  }
}
.p-step__item:nth-child(even):before {
  /*transform: translateY(calc(50% - 3px)) rotate(180deg);*/
  height: calc(100% + 10.6666666667vw);
  left: -5.3333333333vw;
  transform: rotate(180deg);
  bottom: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step__item:nth-child(even):before {
    height: auto;
    right: inherit;
    left: inherit;
    top: inherit;
    bottom: -1.3333333333vw;
  }
}
@media screen and (min-width: 1060px) {
  .p-step__item:nth-child(even):before {
    bottom: -33px;
  }
}
.p-step__no {
  width: 26.6666666667vw;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: -4vw;
  top: -4vw;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .p-step__no {
    width: 8vw;
    left: -1.3333333333vw;
    top: -1.3333333333vw;
  }
}
@media screen and (min-width: 1060px) {
  .p-step__no {
    width: 90px;
  }
}
.p-step__circle {
  width: 100%;
  position: relative;
  display: grid;
  justify-content: center;
  text-align: center;
  gap: 2.6666666667vw 0;
  padding-block: 3.2vw;
  padding-inline: 3.2vw;
  width: 100%;
  max-width: none;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-step__circle {
    gap: 0.9375rem 0;
    padding-block: 0.625rem;
    padding-inline: 0.625rem;
  }
}
.p-step__circle {
  /* ===== STEP番号（01 / 02 …） ===== */
  /*&::before {
    content: counter(step, decimal-leading-zero);
    position: absolute;
    top: vw(-10);
    left: vw(-10);
    width: vw(96);
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #009957;
    background: linear-gradient(0deg, rgba(0, 153, 87, 1) 0%, rgba(191, 215, 21, 1) 100%);
    color: #fff45c;
    font-family: $ff-no;
    padding-block-start: vw(30);
    @include fzvw(50, 58, 700);

    @include media(m) {
      @include fz(40, 48, 700);
      top: rem(-12);
      left: rem(-12);
      width: rem(96);
      padding-block-start: rem(16);
    }
  }*/
  /* ===== STEP文字 ===== */
  /*    &::after {
      content: "STEP";
      position: absolute;
      width: vw(96);
      height: auto;
      aspect-ratio: 1/1;
      top: vw(-10);
      left: vw(-10);
      color: #fff45c;
      font-family: $ff-no;
      padding-block-start: vw(30);
      @include fzvw(28, 32, 500);

      @include media(m) {
        @include fz(18, 22, 500);
        top: rem(-12);
        left: rem(-12);
        width: rem(96);
        padding-block-start: rem(56);
      }
  }*/
}
.p-step__circle p {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.3888888889;
  margin-block-end: 0;
}
@media screen and (min-width: 768px) {
  .p-step__circle p {
    font-size: 1.7333333333vw;
    font-weight: 500;
    line-height: 1.3846153846;
  }
}
@media screen and (min-width: 1060px) {
  .p-step__circle p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.p-step__icon {
  display: flex;
  justify-content: center;
  align-self: end;
}
.p-step__icon img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-step__icon img {
    width: 70%;
  }
}
@media screen and (min-width: 1060px) {
  .p-step__icon img {
    width: auto;
  }
}
.p-step__label {
  align-self: start;
}

/*==========================================
cta
===========================================*/
.p-cta__heading {
  text-align: center;
  margin-block-end: 0;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.6470588235;
}
@media screen and (min-width: 768px) {
  .p-cta__heading {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5833333333;
  }
}
.p-cta__grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-cta__grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}
.p-cta__media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .p-cta__media {
    aspect-ratio: auto;
  }
}
.p-cta__media picture,
.p-cta__media img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-cta__media img {
  object-fit: cover;
  object-position: center;
}
.p-cta__panel {
  background: #eef3db;
  padding-inline: 4vw;
  padding-block-start: 6.6666666667vw;
  padding-block-end: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-cta__panel {
    padding-inline: 2.5rem;
    padding-block-start: 3.125rem;
    padding-block-end: 2.5rem;
    display: grid;
    align-content: center;
    gap: 1.125rem;
  }
}
.p-cta__panel-inner {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding-block-start: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-cta__panel-inner {
    padding-block-start: 0;
  }
}
.p-cta__area {
  background: white;
  padding-block-start: 4vw;
  margin-block-start: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-cta__area {
    padding-block-start: 1.875rem;
    margin-block-start: 1.875rem;
  }
}
.p-cta__lead {
  text-align: center;
  margin-block-end: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-cta__lead {
    margin-block-end: 1.625rem;
  }
}
.p-cta__buttons {
  display: grid;
  gap: 1.6vw;
  padding-inline: 4vw;
  padding-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-cta__buttons {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding-inline: 1.875rem;
    padding-block-end: 1.875rem;
  }
}
.p-cta__tel {
  background: #e7f0f2;
  padding-inline: 4vw;
  padding-block: 4vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__tel {
    padding-inline: 1.875rem;
    padding-block: 1.875rem;
  }
}
.p-cta__org {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.1538461538;
  margin-block-end: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-cta__org {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    margin-block-end: 1.25rem;
  }
}
.p-cta__num {
  font-family: "Roboto", sans-serif;
  margin-block-end: 0;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-cta__num {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
  }
}
.p-cta__num a {
  color: inherit;
  text-decoration: none;
}
.p-cta__time {
  display: block;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-cta__time {
    display: inline;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

/*==========================================
expart
===========================================*/
.p-expart {
  padding-block-start: 17.3333333333vw;
  padding-block-end: 8vw;
}
@media screen and (min-width: 768px) {
  .p-expart {
    padding-block-start: 6.25rem;
    padding-block-end: 6.25rem;
  }
}
.p-expart__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-expart__inner {
    padding-inline: 1.25rem;
  }
}
.p-expart__catch {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-expart__catch {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6666666667;
    margin-block-end: 1.875rem;
  }
}
.p-expart__heading {
  text-align: center;
  margin-block-end: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-expart__heading {
    margin-block-end: 1.875rem;
  }
}
.p-expart__lead {
  font-size: 4vw;
  font-weight: 400;
  line-height: 2;
  margin-block-end: 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-expart__lead {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6666666667;
    margin-block-end: 5rem;
  }
}
.p-expart__highlight {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6666666667;
  color: #009957;
}
@media screen and (min-width: 768px) {
  .p-expart__highlight {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.8181818182;
  }
}
.p-expart__list {
  display: grid;
  gap: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-expart__list {
    gap: 6.25rem;
  }
}
.p-expart__item {
  position: relative;
  padding-block: 5.3333333333vw;
  padding-inline: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-expart__item {
    padding-block: 5rem;
    padding-inline: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-expart__item:after {
    content: " ";
    display: block;
    border: 10px solid #bad617;
    width: 150%;
    height: 100%;
    position: absolute;
    right: calc(-50% + 100px);
    top: 0;
    z-index: -1;
    border-radius: 50px;
  }
}
.p-expart__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2vw;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-expart__grid {
    grid-template-columns: 1fr 22.5rem;
    gap: 1.75rem;
  }
}
.p-expart__body {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-expart__body {
    order: 1;
  }
}
.p-expart__name {
  margin-block-end: 2.6666666667vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.1176470588;
}
@media screen and (min-width: 768px) {
  .p-expart__name {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1666666667;
    margin-block-end: 0.625rem;
  }
}
.p-expart__org {
  margin: 0;
  margin-block-end: 4vw;
  color: #009957;
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 1.1481481481;
}
@media screen and (min-width: 768px) {
  .p-expart__org {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.2352941176;
    margin-block-end: 1.875rem;
  }
}
.p-expart__text p {
  margin: 0;
  margin-block-end: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-expart__text p {
    margin-block-end: 2.5rem;
  }
}
.p-expart__text p:last-child {
  margin-block-end: 0;
}
.p-expart__media {
  position: relative;
  padding-block: 6.6666666667vw;
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-expart__media {
    padding-block: 0;
    order: 2;
  }
}
.p-expart__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-expart__media img {
    border-radius: 30px;
  }
}
.p-expart__media:after {
  content: " ";
  display: block;
  border-radius: 30px;
  border: 6px solid #bad617;
  width: 150%;
  height: 100%;
  position: absolute;
  left: 13.3333333333vw;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-expart__media:after {
    display: none;
  }
}
.p-expart__item:nth-child(even):after {
  position: absolute;
  right: inherit;
  left: calc(-50% - 50px);
}
.p-expart__item:nth-child(even) .p-expart__media:after {
  left: inherit;
  right: 13.3333333333vw;
}
.p-expart {
  /***********  bg circle ***********/
}
.p-expart__circle01 {
  content: " ";
  display: block;
  width: 26.6666666667vw;
  height: auto;
  aspect-ratio: 281/366;
  position: absolute;
  left: -13.3333333333vw;
  top: -13.3333333333vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-expart__circle01 {
    width: 281px;
    left: -240px;
    top: -390px;
  }
}
.p-expart__circle02 {
  content: " ";
  display: block;
  width: 26.6666666667vw;
  height: auto;
  aspect-ratio: 360/602;
  position: absolute;
  right: -13.3333333333vw;
  top: 0vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-expart__circle02 {
    width: 360px;
    right: -200px;
    top: -30px;
  }
}
.p-expart__circle03 {
  content: " ";
  display: block;
  width: 33.3333333333vw;
  height: auto;
  aspect-ratio: 369/595;
  position: absolute;
  left: -18.6666666667vw;
  top: -21.3333333333vw;
  z-index: 0;
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .p-expart__circle03 {
    transform: rotate(0deg);
    width: 369px;
    left: -200px;
    top: -40px;
  }
}
.p-expart__circle04 {
  content: " ";
  display: block;
  width: 40vw;
  height: auto;
  aspect-ratio: 488/678;
  position: absolute;
  right: -13.3333333333vw;
  top: 29.3333333333vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-expart__circle04 {
    width: 488px;
    right: -200px;
    top: -30px;
  }
}
.p-expart__circle05 {
  content: " ";
  display: block;
  width: 23.8666666667vw;
  height: auto;
  aspect-ratio: 179/254;
  position: absolute;
  left: -1.3333333333vw;
  top: 0vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-expart__circle05 {
    width: 179px;
    left: -150px;
    top: inherit;
    bottom: -30px;
  }
}
.p-expart__bg-logo {
  content: " ";
  display: block;
  width: 26.6666666667vw;
  height: auto;
  aspect-ratio: 258/251;
  position: absolute;
  right: -1.3333333333vw;
  bottom: -16vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-expart__bg-logo {
    width: 258px;
    right: -190px;
    bottom: -160px;
  }
}
.p-expart__group {
  margin-block-start: 20vw;
}
@media screen and (min-width: 768px) {
  .p-expart__group {
    margin-block-start: 9.375rem;
  }
}
.p-expart__group-logo {
  width: 100%;
  display: grid;
  place-content: center;
  place-items: center;
  margin-block-end: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-expart__group-logo {
    margin-block-end: 3.125rem;
  }
}
.p-expart__group-title {
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-expart__group-title {
    margin-block-end: 1.875rem;
  }
}
.p-expart__group-list {
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-expart__group-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.25rem;
    row-gap: 0;
  }
}
.p-expart__group-list li {
  font-size: 4.6666666667vw;
  font-weight: 700;
  line-height: 1.4285714286;
  padding-block: 5.3333333333vw;
  padding-inline: 2.6666666667vw;
  position: relative;
  border-radius: 10px;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-expart__group-list li {
    font-size: 1.7333333333vw;
    font-weight: 700;
    line-height: 2.3076923077;
    padding-block: 1.875rem;
    padding-inline: 0.625rem;
  }
}
@media (min-width: 1160px) {
  .p-expart__group-list li {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.9047619048;
    padding-block: 2.5rem;
    padding-inline: 0.625rem;
  }
}
.p-expart__group-list .icon {
  position: relative;
  display: block;
  padding-inline-start: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-expart__group-list .icon {
    padding-inline-start: 2.0625rem;
  }
}
.p-expart__group-list .icon:before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: auto;
  height: 6vw;
  background: url(../images/icon_green.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.3333333333vw;
  margin: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-expart__group-list .icon:before {
    height: 2.6666666667vw;
    top: 0.6666666667vw;
  }
}
@media (min-width: 1160px) {
  .p-expart__group-list .icon:before {
    height: 29px;
    top: calc((2.5rem - 29px) / 2);
  }
}
.p-expart__group-list li:nth-child(1) {
  background: #edf8e5;
  box-shadow: 0px 0px 6px 2px rgb(118, 181, 66);
}
.p-expart__group-list li:nth-child(1) .icon:before {
  background: url(../images/icon_green.png) no-repeat;
  background-size: contain;
}
.p-expart__group-list li:nth-child(2) {
  background: #fef1e7;
  box-shadow: 0px 0px 6px 2px #e47725;
}
.p-expart__group-list li:nth-child(2) .icon:before {
  background: url(../images/icon_orange.png) no-repeat;
  background-size: contain;
}
.p-expart__group-list li:nth-child(3) {
  background: #e9f6fe;
  box-shadow: 0px 0px 6px 2px #388ac2;
}
.p-expart__group-list li:nth-child(3) .icon:before {
  background: url(../images/icon_blue.png) no-repeat;
  background-size: contain;
}
.p-expart__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  margin-block-start: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-expart__table {
    margin-block-start: 3.125rem;
  }
}
.p-expart__table tr {
  display: block;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-expart__table tr {
    display: table-row;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }
}
.p-expart__table th,
.p-expart__table td {
  display: block;
  width: 100%;
  border: none;
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-expart__table th,
  .p-expart__table td {
    display: table-cell;
  }
}
.p-expart__table th,
.p-expart__table td {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: clamp(0.903125rem, calc(0.7510496183rem + 0.6488549618vw), 1.0625rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05rem;
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-expart__table th,
  .p-expart__table td {
    margin-block-end: 1.875rem;
  }
}
.p-expart__table th,
.p-expart__table td {
  margin-block-end: 0;
}
.p-expart__table th {
  background: #f7f7f7;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .p-expart__table th {
    width: 22%;
    border-top: none;
  }
}
.p-expart__table td {
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-expart__table td {
    border-bottom: 1px solid #e5e5e5;
  }
}
.p-expart__table td p {
  margin-block-end: 0;
}
.p-expart__table td .text {
  margin: 0;
  display: grid;
  gap: 6px;
}
.p-expart__table td .text span {
  display: block;
}
.p-expart__table tr:first-child th {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-expart__table tr:last-child th,
  .p-expart__table tr:last-child td {
    border-bottom: none;
  }
}

/*==========================================
back to top
===========================================*/
/* ✅ Back to Top */
.back-to-top {
  position: fixed;
  right: 4vw;
  bottom: 4vw;
  width: 20vw;
  height: auto;
  aspect-ratio: 1/1;
  border: 0;
  border-radius: 50%;
  background: #f57c00;
  /* オレンジ */
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  /* ← これで縦並び */
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    right: 24px;
    bottom: 24px;
    width: 76px;
  }
}

/* 表示状態 */
.back-to-top.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* 矢印（CSSで描画） */
.back-to-top__icon {
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: rotate(45deg);
  margin-top: 2px;
}

/* TOP文字 */
.back-to-top__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* ホバー */
.back-to-top:hover {
  filter: brightness(1.05);
}

.back-to-top:active {
  transform: translateY(1px);
}