@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&family=Zen+Kaku+Gothic+New&display=swap");

/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
u,
b,
mark,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
figure,
button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: inherit;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

time {
  display: block;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #3a3b3c;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.4 "azo-sans-web", "A1ゴシック M", "A1 Gothic M", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child+html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.set-anime {
  opacity: 0;
  transition: 0.8s;
  position: relative;
  top: 30px;
}

.set-anime.show-anime {
  opacity: 1;
  top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=text],
input[type=password],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #aaa;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

input[type=text]::-moz-input-placeholder,
input[type=password]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type=text] {
  padding: 8px 16px;
}

input[type=text]::-ms-clear {
  visibility: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

textarea {
  padding: 16px;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #547053;
  line-height: 1.7;
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.5;
}

/*--------------------------------------
 ヘッダー
---------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .l-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
  }
}

.l-header__logo {
  pointer-events: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .l-header__logo {
    padding: 4vw;
    padding-left: 2vw;
    justify-content: flex-start;
  }
}

.l-header__logo a {
  display: block;
  min-width: 220px;
}

@media screen and (max-width: 767px) {
  .l-header__logo a {
    min-width: auto;
    width: 37.3333333333vw;
    display: flex;
    align-items: center;
  }
}

.l-header__bar {
  max-width: 1160px;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 12px clamp(0px, 2.5vw, 40px);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 0 0 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}

@media screen and (max-width: 1024px) {
  .l-header__bar {
    box-shadow: none;
    background: transparent;
    width: auto;
  }
}

.l-header__nav {
  flex: 1;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: clamp(5px, 1vw, 20px);
}

@media screen and (max-width: 1400px) {
  .l-header__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.l-header__item {
  flex-shrink: 0;
}

.l-header__divider {
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  pointer-events: none;
  height: 50px;
}

.l-header__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.l-header__item a:hover {
  opacity: 0.6;
}

.l-header__line {
  display: block;
}

.l-header__sub {
  display: block;
  font-size: 80%;
  line-height: 21px;
}

.l-header .sp-menu-btn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-header .sp-menu-btn {
    display: block;
  }
}

/*--------------------------------------
 ハンバーガーボタン
---------------------------------------*/
.sp-menu-btn {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  height: 60px;
  margin-left: auto;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .sp-menu-btn {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
  }
}

.sp-menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #089404;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

.sp-menu-btn span:nth-child(1) {
  top: 0;
}

.sp-menu-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.sp-menu-btn span:nth-child(3) {
  bottom: 0;
}

.sp-menu-btn.is-open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.sp-menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}

.sp-menu-btn.is-open span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}

/*--------------------------------------
 SPメニュー
---------------------------------------*/
.sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 120px 24px 40px;
  background: rgba(255, 255, 255, 0.98);
  z-index: 150;
  overflow-y: auto;
  transform: translateY(-200%);
  transition: transform 0.35s ease;
}

@media screen and (max-width: 767px) {
  .sp-nav {
    padding: 16vw 10.6666666667vw 13.3333333333vw;
  }
}

.sp-nav.is-open {
  transform: translateY(0);
}

.sp-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-nav>ul>li+li {
  position: relative;
}

.sp-nav>ul>li+li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}

.sp-nav a {
  display: block;
  padding: 16px 0;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sp-nav a {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 0;
  }
}

.sp-nav__line {
  display: block;
}

.sp-nav__sub {
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .sp-nav__sub {
    font-size: 3.4666666667vw;
  }
}

/*--------------------------------------
 footer
---------------------------------------*/
.l-footer {
  background-color: #f4f4f4;
  padding-bottom: 100px;
}

@media screen and (max-width: 1300px) {
  .l-footer {
    padding-bottom: clamp(0px, 6.76vw, 100px);
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 18.6666666667vw;
  }
}

.l-footer__main {
  background: #54ae11 url("../images/bg-footer.webp") center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .l-footer__main {
    background-position: left;
  }
}

.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
  padding: 60px 20px 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8vw;
    padding: 12vw 5.3333333333vw;
  }
}

.l-footer__title {
  margin: 0;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .l-footer__title {
    font-size: 8.5333333333vw;
    line-height: 1.35;
    align-self: center;
  }
}

.l-footer__info {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
  margin: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    gap: 4vw;
  }
}

.l-footer__row {
  display: contents;
}

.l-footer__label,
.l-footer__value {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {

  .l-footer__label,
  .l-footer__value {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}

.l-footer__label {
  white-space: nowrap;
}

.l-footer__value {
  min-width: 0;
}

.l-footer__line {
  display: block;
}

.l-footer__copy {
  padding: 15px 20px;
  background-color: #f4f4f4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer__copy {
    padding: 4vw;
  }
}

.l-footer__copy p {
  margin: 0;
  color: #547053;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .l-footer__copy p {
    font-size: 3.7333333333vw;
  }
}

/*--------------------------------------
 inner
---------------------------------------*/
.l-inner {
  max-width: 1205px;
  margin: 0 auto;
}

/*--------------------------------------
 c-title: セクションタイトル
---------------------------------------*/
.c-title.lv2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-title.lv2 {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}

.c-title.lv2.border::before {
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  border-radius: 15px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-title.lv2.border::before {
    width: 0.8vw;
    height: 8vw;
  }
}

/*--------------------------------------
 c-scroll-fade: スクロールフェードイン
---------------------------------------*/
.c-scroll-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.c-scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.c-scroll-fade--fade {
  transform: none;
}

.c-scroll-fade--fade.is-visible {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-scroll-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/*--------------------------------------
 heroセクション
---------------------------------------*/
.page-top .tablet {
  display: none;
}

@media screen and (max-width: 1024px) {
  .page-top .tablet {
    display: inline-block;
  }
}

.page-top .section-hero {
  padding: 0 20px;
  position: relative;
  background-color: #fff;
  background-image: url(../images/hero/bg.webp);
  background-repeat: no-repeat;
  background-position: 35% 0%;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .page-top .section-hero {
    background-position: 45% 0%;
  }
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero {
    background-image: url(../images/hero/bg-sp.webp);
    background-position: center top;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero {
    padding: 0 5.3333333333vw;
  }
}

.page-top .section-hero__inner {
  padding: 170px 0px;
  position: relative;
  left: -11vw;
  z-index: 1;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__inner {
    position: static;
    left: auto;
    max-width: none;
    padding-top: 170px;
    padding-bottom: 140px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__inner {
    max-width: none;
    left: 0;
    padding-top: 21.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}

.page-top .section-hero__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__title-wrap {
    width: 100%;
    order: 1;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__title-wrap {
    margin-bottom: 8vw;
    gap: 0vw;
  }
}

.page-top .section-hero__line {
  display: block;
  width: 100%;
  max-width: 657px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__line {
    max-width: none;
  }
}

.page-top .section-hero__line--top {
  margin-bottom: 4px;
}

.page-top .section-hero__line--bottom {
  margin-top: 4px;
}

.page-top .section-hero__title {
  margin: 0;
  color: #3e8400;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__title {
    font-size: 6.5vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__title {
    font-size: 5.8666666667vw;
    text-align: center;
  }
}

.page-top .section-hero__catch {
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__catch {
    align-self: flex-start;
    margin-bottom: 2vw;
    font-size: 6vw;
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__catch {
    font-size: 5.8666666667vw;
    -webkit-text-stroke: 1.3333333333vw #fff;
  }
}

.page-top .section-hero__catch-accent {
  color: #ff4f4c;
}

.page-top .section-hero__price {
  display: flex;
  align-items: flex-end;
  gap: 8px 12px;
  margin-bottom: 50px;
  color: #ff4f4c;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__price {
    order: 4;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__price {
    flex-wrap: nowrap;
    width: 100%;
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}

.page-top .section-hero__price-label {
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__price-label {
    -webkit-text-stroke: 1.3333333333vw #fff;
  }
}

.page-top .section-hero__price-tax {
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__price-tax {
    -webkit-text-stroke: 1.3333333333vw #fff;
  }
}

.page-top .section-hero__price-yen {
  -webkit-text-stroke: 12px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__price-yen {
    -webkit-text-stroke: 2.1333333333vw #fff;
  }
}

.page-top .section-hero__price-label {
  font-size: 52px;
  line-height: 1.38;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__price-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 8.1vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__price-label {
    font-size: 6.6666666667vw;
    margin-bottom: 0.8vw;
  }
}

.page-top .section-hero__price-num {
  font-size: 154px;
  letter-spacing: -0.02em;
  -webkit-text-stroke: 12px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__price-num {
    font-size: 20vw;
    -webkit-text-stroke: 23px #fff;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__price-num {
    font-size: 23vw;
    -webkit-text-stroke: 3.7333333333vw #fff;
    margin-left: -1.3333333333vw;
  }
}

.page-top .section-hero__price-unit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__price-unit {
    margin-left: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__price-unit {
    margin-left: 0vw;
  }
}

.page-top .section-hero__price-tax {
  font-size: 20px;
  line-height: 1.2;
  margin-left: -10px;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__price-tax {
    font-size: 4vw;
    margin-left: -2vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__price-tax {
    font-size: 3.7333333333vw;
    margin-left: -2.6666666667vw;
  }
}

.page-top .section-hero__price-yen {
  font-size: 55px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__price-yen {
    font-size: 8.5vw;
    -webkit-text-stroke: 20px #fff;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__price-yen {
    font-size: 8vw;
    -webkit-text-stroke: 2.4vw #fff;
  }
}

.page-top .section-hero__boxes {
  display: flex;
  gap: 22px;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__boxes {
    flex-direction: column;
    order: 2;
    margin: 0;
    margin-bottom: 70px;
    max-width: 48vw;
    gap: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__boxes {
    max-width: 45.3333333333vw;
    margin-bottom: 8vw;
  }
}

.page-top .section-hero__box {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
  background-image: url(../images/hero/frame.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__box {
    height: 24vw;
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__box {
    height: 22.6666666667vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__box .pc-only {
    display: none;
  }
}

.page-top .section-hero__box-text {
  margin: 0;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__box-text {
    font-size: 5vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__box-text {
    font-size: 3.9vw;
  }
}

.page-top .section-hero__box-text--sm {
  font-size: 21px;
  line-height: 1.57;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1024px) {
  .page-top .section-hero__box-text--sm {
    font-size: 4.1vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-hero__box-text--sm {
    font-size: 4vw;
  }
}

/*--------------------------------------
 bannerセクション
---------------------------------------*/
.page-top .section-banner__link {
  display: block;
}

.page-top .section-banner__link:hover {
  opacity: 1;
}

.page-top .section-banner__link img {
  transition: 0.3s;
}

.page-top .section-banner__link:hover img {
  transform: scale(1.02);
}

.page-top .banner {
  position: relative;
}

.page-top .banner__inner {
  max-width: 1290px;
  width: 100%;
  padding: 0 3px 0 25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-51%, -50%);
}

@media screen and (max-width: 767px) {
  .page-top .banner__inner {
    transform: translate(-50%, -7%);
    padding: 0 5.3333333333vw;
  }
}

/*--------------------------------------
 reasonセクション
---------------------------------------*/
.page-top .section-reason {
  padding: 200px 20px 0px 20px;
  background-image: url(../images/reason/bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .page-top .section-reason {
    padding: 160px 20px 0px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-reason {
    padding: 73.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}

.page-top .section-reason__heading {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__heading {
    margin-bottom: 5.3333333333vw;
  }
}

.page-top .section-reason__lead {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 31px;
  background-color: #037300;
  color: #ffdf72;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__lead {
    padding: 3.2vw 6.4vw;
    font-size: 4.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}

.page-top .section-reason__lead::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0;
  border-color: #037300 transparent transparent;
  transform: translateX(-50%);
}

.page-top .section-reason__title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
  background-image: url(../images/reason/title-tex.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__title-wrap {
    margin-top: 0;
    min-height: 18.6666666667vw;
  }
}

.page-top .section-reason__title-deco {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 738px;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
}

.page-top .section-reason__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__title {
    font-size: 8vw;
  }
}

.page-top .section-reason__title-num {
  color: #ff4f4c;
  font-size: 8rem;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__title-num {
    font-size: 13.3333333333vw;
  }
}

.page-top .section-reason__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__list {
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.page-top .section-reason__item {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(224, 189, 111, 0.35);
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__item {
    position: relative;
  }
}

.page-top .section-reason__item-inner {
  display: flex;
  gap: 4%;
  border: 2px solid #e0bd6f;
  padding: clamp(20px, 1.56vw, 30px);
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__item-inner {
    padding: 5.3333333333vw 2.6666666667vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}

.page-top .section-reason__item-image {
  width: 36%;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__item-image {
    width: 100%;
    order: 2;
  }
}

.page-top .section-reason__item-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-top .section-reason__item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__item-body {
    display: contents;
  }
}

.page-top .section-reason__item-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0bd6f;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__item-head {
    display: contents;
  }
}

.page-top .section-reason__item-badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  height: 52px;
  padding-right: 8px;
  background-image: url(../images/reason/no-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #ffdf72;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__item-badge {
    width: 24vw;
    height: 10.6666666667vw;
    font-size: 5.3333333333vw;
    order: 1;
    position: absolute;
    left: -2.6666666667vw;
    top: 10.1333333333vw;
  }
}

.page-top .section-reason__item-badge-num {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__item-badge-num {
    font-size: 6.4vw;
  }
}

.page-top .section-reason__item-heading {
  margin: 0;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__item-heading {
    font-size: 4.5333333333vw;
    order: 3;
  }
}

.page-top .section-reason__item-heading-accent {
  color: #ff4f4c;
}

.page-top .section-reason__item-heading-accent .price {
  line-height: 0.8;
}

.page-top .section-reason__item-heading-price {
  font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__item-heading-price {
    font-size: 7.4666666667vw;
  }
}

.page-top .section-reason__item-text {
  margin: 0;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__item-text {
    order: 4;
    font-size: 3.7333333333vw;
  }
}

.page-top .section-reason__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__cta {
    flex-direction: column-reverse;
    gap: 5.3333333333vw;
  }
}

.page-top .section-reason__cta-image {
  width: 23%;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__cta-image {
    width: 45%;
  }
}

.page-top .section-reason__cta-box {
  position: relative;
  flex: 1;
  padding: 30px 20px 20px 60px;
  border-radius: 30px;
  background-color: #FFF3B1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  top: -30px;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__cta-box {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    top: auto;
  }
}

.page-top .section-reason__cta-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 18px 14px 0;
  border-color: transparent #FFF3B1 transparent transparent;
  transform: translateY(-50%);
  filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.04));
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__cta-box::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 18px 14px 0;
    border-color: #FFF3B1 transparent transparent;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.04));
  }
}

.page-top .section-reason__cta-lead {
  margin: 0 0 4px;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.11;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__cta-lead {
    margin: 0;
    font-size: 6.4vw;
  }
}

.page-top .section-reason__cta-text {
  margin: 0;
  margin-bottom: 25px;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__cta-text {
    font-size: 6.4vw;
  }
}

.page-top .section-reason__cta-mark {
  position: relative;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(#ffe72f, #ffe72f);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 13px;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__cta-mark {
    background-size: 100% 2.1333333333vw;
  }
}

.page-top .section-reason__cta-accent {
  position: relative;
  z-index: 1;
  color: #ff4f4c;
}

.page-top .section-reason__cta-price {
  position: relative;
  z-index: 1;
  color: #ff4f4c;
  font-size: 5.9rem;
}

@media screen and (max-width: 767px) {
  .page-top .section-reason__cta-price {
    font-size: 10.6666666667vw;
  }
}

/*--------------------------------------
 solutionセクション
---------------------------------------*/
.page-top .section-solution .worries-block {
  padding: 80px 20px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .worries-block {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

.page-top .section-solution .worries-block__heading {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .worries-block__heading {
    margin-bottom: 5.3333333333vw;
  }
}

.page-top .section-solution .worries-block__lead {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 16px 50px;
  border-radius: 31px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  color: #5e5e5e;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .worries-block__lead {
    margin-bottom: 2.6666666667vw;
    padding: 3.2vw 6.4vw;
    border-radius: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.page-top .section-solution .worries-block__lead::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0;
  border-color: #fff transparent transparent;
  transform: translateX(-50%);
}

.page-top .section-solution .worries-block__title {
  margin: 0;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .worries-block__title {
    font-size: 5.8666666667vw;
  }
}

.page-top .section-solution .worries-block__title-accent {
  color: #6b6b6b;
  font-size: 7.4rem;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .worries-block__title-accent {
    font-size: 10.6666666667vw;
  }
}

.page-top .section-solution .worries-block__figure {
  margin: 0;
  text-align: center;
}

.page-top .section-solution .worries-block__figure img {
  width: 100%;
  max-width: 1202px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .worries-block__figure {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .worries-block__figure .table-item-img {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .worries-block__figure .table-item-img.no01 {
    width: 12.5333333333vw;
    bottom: 0;
    left: -4vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .worries-block__figure .table-item-img.no02 {
    width: 13.3333333333vw;
    bottom: 73vw;
    right: -2.6666666667vw;
  }
}

.page-top .section-solution .solve-block {
  padding: 60px 20px;
  background-color: #037300;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .solve-block {
    padding: 8vw 5.3333333333vw;
  }
}

.page-top .section-solution .solve-block__title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(0px, 9.41vw, 113px);
  background-image: url(../images/solution/title-tex.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .solve-block__title-wrap {
    background-position: 50% 90%;
  }
}

.page-top .section-solution .solve-block__message {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: clamp(0px, 3.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .solve-block__message {
    font-size: 6.4vw;
  }
}

.page-top .section-solution .solve-block__highlight {
  position: relative;
  display: inline-block;
  color: #ffd700;
  font-size: clamp(0px, 5.16vw, 6.2rem);
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .solve-block__highlight {
    font-size: 9.3333333333vw;
  }
}

.page-top .section-solution .solve-block__dots {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: flex;
  gap: clamp(0px, 3.75vw, 45px);
  margin-bottom: clamp(0px, 0.41vw, 5px);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .solve-block__dots {
    gap: 6.6666666667vw;
  }
}

.page-top .section-solution .solve-block__dots span {
  width: clamp(0px, 1.08vw, 13px);
  height: clamp(0px, 1.08vw, 13px);
  border-radius: 50%;
  background-color: #ffd700;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .solve-block__dots span {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}

.page-top .section-solution .solve-block__accent {
  color: #ffd700;
  font-size: clamp(0px, 5.16vw, 6.2rem);
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .solve-block__accent {
    font-size: 9.3333333333vw;
  }
}

.page-top .section-solution .solve-block__arrow {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .solve-block__arrow {
    width: 36vw;
    bottom: -8vw;
  }
}

.page-top .section-solution .simulation-block {
  padding: 110px 20px;
  background-image: url(../images/solution/simulation-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

.page-top .section-solution .simulation-block__heading {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__heading {
    margin-bottom: 5.3333333333vw;
  }
}

.page-top .section-solution .simulation-block__lead {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 16px 40px;
  border: 2px solid #089404;
  border-radius: 50px;
  background-color: #fff;
  color: #089404;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__lead {
    margin-bottom: 5.3333333333vw;
    padding: 3.2vw 6.4vw;
    font-size: 4.2666666667vw;
  }

  .page-top .section-solution .simulation-block__lead::after {
    border-width: 8px 7px 0;
  }

  .page-top .section-solution .simulation-block__lead::before {
    border-width: 9px 8px 0;
  }
}

.page-top .section-solution .simulation-block__lead::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0;
  border-color: #fff transparent transparent;
  transform: translateX(-50%);
}

.page-top .section-solution .simulation-block__lead::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0;
  border-color: #089404 transparent transparent;
  transform: translateX(-50%);
}

.page-top .section-solution .simulation-block__title {
  margin: 0;
  color: #037300;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__title {
    font-size: 7.2vw;
  }
}

.page-top .section-solution .simulation-block__table-wrap {
  margin-bottom: 50px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__table-wrap {
    margin-bottom: 5.3333333333vw;
    border-radius: 10px 0 0 10px;
  }
}

.page-top .section-solution .simulation-block__table {
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__table {
    max-width: none;
    margin: 0;
    border-radius: 10px;
    margin-right: 5.3333333333vw;
  }
}

.page-top .section-solution .simulation-block__table thead th {
  padding: 13px 16px;
  background-color: #035e00;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__table thead th {
    font-size: 3.5vw;
    padding: 2.6666666667vw;
  }
}

.page-top .section-solution .simulation-block__table thead th:first-child {
  width: 32%;
  background-color: #035e00;
}

.page-top .section-solution .simulation-block__table tbody th {
  padding: 20px 16px;
  border-top: 1px solid #b7b7b7;
  background-color: #f3f3f3;
  color: #547053;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__table tbody th {
    font-size: 3vw;
    padding: 0.5vw;
  }
}

.page-top .section-solution .simulation-block__table tbody td {
  padding: 20px 16px;
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  color: #547053;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__table tbody td {
    font-size: 3vw;
    padding: 2.6666666667vw;
  }
}

.page-top .section-solution .simulation-block__price {
  color: #ff2a2a;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__price {
    font-size: 120%;
  }
}

.page-top .section-solution .simulation-block__emphasis {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__emphasis {
    font-size: 110%;
  }
}

.page-top .section-solution .simulation-block__foot {
  text-align: center;
}

.page-top .section-solution .simulation-block__foot p {
  margin: 0;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.54;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__foot p {
    font-size: 5.3333333333vw;
  }
}

.page-top .section-solution .simulation-block__foot p+p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .page-top .section-solution .simulation-block__foot p {
    font-size: 4.2666666667vw;
    text-align: left;
  }
}

/*--------------------------------------
 trialセクション（お試しキャンペーン）
---------------------------------------*/
.page-top .section-trial {
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
}

.page-top .section-trial__head {
  position: relative;
  padding: 56px 20px 140px;
  background-image: url(../images/trial/bg-trial.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__head {
    padding: 8vw 4vw 20vw;
  }
}

.page-top .section-trial__catch {
  position: relative;
  z-index: 2;
}

.page-top .section-trial__title {
  margin: 0;
}

.page-top .section-trial__title img {
  display: block;
  width: 625px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__title img {
    width: 80vw;
  }
}

.page-top .section-trial__lead {
  margin: 30px 0 0;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
}

@media screen and (max-width: 1024px) {
  .page-top .section-trial__lead {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 200px;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__lead {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 5.3333333333vw;
    padding-left: inherit;
    font-size: 4.2666666667vw;
  }
}

.page-top .section-trial__tel {
  display: inline-block;
  margin: 30px 0 0;
  padding: 9px 40px;
  border-radius: 999px;
  background-color: rgba(8, 148, 4, 0.6);
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .page-top .section-trial__tel {
    margin-left: 200px;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__tel {
    margin-top: 6.6666666667vw;
    margin-left: 26.6666666667vw;
    padding: 2.1333333333vw 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.page-top .section-trial__character {
  position: absolute;
  bottom: 90px;
  left: max((100vw - 900px - 100px) / 2, 5px);
  z-index: 1;
  width: 217px;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__character {
    bottom: 8vw;
    left: -2.6666666667vw;
    width: 36vw;
  }
}

.page-top .section-trial__character img {
  display: block;
  width: 100%;
  height: auto;
}

.page-top .section-trial__body {
  position: relative;
  z-index: 3;
  margin-top: -100px;
  padding: 0 20px 120px;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__body {
    margin-top: -13.3333333333vw;
    padding: 0 4vw 16vw;
  }
}

.page-top .section-trial__form {
  max-width: 900px;
  margin: 0 auto;
  padding: 45px 40px 60px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(81, 170, 3, 0.2);
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__form {
    padding: 6.6666666667vw 5.3333333333vw 8vw;
    border-radius: 4vw;
  }
}

.page-top .section-trial__row {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__row {
    flex-direction: column;
    align-items: stretch;
    gap: 1.3333333333vw;
    margin-bottom: 4.8vw;
    border: none;
    padding-bottom: 0;
  }
}

.page-top .section-trial__row--textarea {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__row--textarea {
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {

  .page-top .section-trial__row--radio,
  .page-top .section-trial__row--address {
    align-items: stretch;
  }
}

.page-top .section-trial__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 0 0 150px;
  margin: 0;
  color: #547053;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__label {
    flex-direction: row;
    gap: 1.0666666667vw;
    font-size: 3.7333333333vw;
    flex: auto;
  }

  .page-top .section-trial__label br {
    display: none;
  }
}

.section-trial__row--textarea .page-top .section-trial__label {
  padding-top: 12px;
}

@media screen and (max-width: 767px) {
  .section-trial__row--textarea .page-top .section-trial__label {
    padding-top: 0;
  }
}

.page-top .section-trial__label-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__label-badge {
    padding: 0.5333333333vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
}

.page-top .section-trial__label-badge--required {
  background-color: #ff2a2a;
  color: #fff;
}

.page-top .section-trial__label-badge--optional {
  background-color: #ccc;
  color: #547053;
}

.page-top .section-trial__field {
  flex: 1;
  min-width: 0;
  border-radius: 6px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__field {
    border-radius: 1.6vw;
  }
}

.page-top .section-trial__field--options,
.page-top .section-trial__field--address {
  border: none;
  background-color: transparent;
}

.page-top .section-trial__field--options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__field--options {
    gap: 2.6666666667vw 3.7333333333vw;
    padding-top: 0;
  }
}

.page-top .section-trial__field--address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__field--address {
    gap: 2.6666666667vw;
  }
}

.page-top .section-trial__field--address>.section-trial__input {
  border: 1px solid #ccc;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__field--address>.section-trial__input {
    border-radius: 1.6vw;
  }
}

.page-top .section-trial__option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #547053;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__option {
    gap: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.page-top .section-trial__option input {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__option input {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.page-top .section-trial__postal {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #E8E8E8;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__postal {
    gap: 1.6vw;
    border-radius: 1.6vw;
  }
}

.page-top .section-trial__postal-mark {
  flex-shrink: 0;
  padding-left: 20px;
  color: #547053;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__postal-mark {
    padding-left: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}

.page-top .section-trial__input--postal {
  flex: 1;
  border-radius: 0 6px 6px 0;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__input--postal {
    border-radius: 0 1.6vw 1.6vw 0;
  }
}

.page-top .section-trial__input,
.page-top .section-trial__textarea {
  display: block;
  width: 100%;
  border: none;
  border-radius: 6px;
  background-color: #E8E8E8;
  color: #547053;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

  .page-top .section-trial__input,
  .page-top .section-trial__textarea {
    border-radius: 1.6vw;
    font-size: 3.7333333333vw;
  }
}

.page-top .section-trial__input::-webkit-input-placeholder,
.page-top .section-trial__textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aeaeae;
}

.page-top .section-trial__input::-moz-input-placeholder,
.page-top .section-trial__textarea::-moz-input-placeholder {
  /* Fox */
  color: #aeaeae;
}

.page-top .section-trial__input::-moz-placeholder,
.page-top .section-trial__textarea::-moz-placeholder {
  /* Others */
  color: #aeaeae;
}

.page-top .section-trial__input::placeholder,
.page-top .section-trial__textarea::placeholder {
  /* Others */
  color: #aeaeae;
}

.page-top .section-trial__input {
  height: 48px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__input {
    height: 11.7333333333vw;
    padding: 0 3.7333333333vw;
  }
}

.page-top .section-trial__textarea {
  height: 203px;
  padding: 15px 20px;
  line-height: 1.6;
  resize: vertical;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__textarea {
    height: 37.3333333333vw;
    padding: 3.2vw 3.7333333333vw;
  }
}

.page-top .section-trial__privacy {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__privacy {
    margin-top: 5.3333333333vw;
  }
}

.page-top .section-trial__privacy-note {
  margin: 0;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__privacy-note {
    font-size: 3.2vw;
  }
}

.page-top .section-trial__privacy-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__privacy-check {
    gap: 1.6vw;
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

.page-top .section-trial__privacy-check input {
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__privacy-check input {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}

.page-top .section-trial__submit {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__submit {
    margin-top: 5.3333333333vw;
  }
}

.page-top .section-trial__button {
  width: 100%;
  max-width: 375px;
  height: 60px;
  border: none;
  border-radius: 999px;
  background-color: #ff2a2a;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}

.page-top .section-trial__button:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .page-top .section-trial__button {
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.page-top .section-trial__button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/*--------------------------------------
 queryセクション（よくあるご質問）
---------------------------------------*/
.page-top .section-query {
  padding: 120px 60px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .page-top .section-query {
    padding: 16vw 5.3333333333vw;
  }
}

.page-top .section-query__heading {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__heading {
    margin-bottom: 8vw;
  }
}

.page-top .section-query__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__title {
    font-size: 7.2vw;
  }
}

.page-top .section-query__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 25px auto 0;
  background-color: #089404;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__title::after {
    height: 0.8vw;
    margin-top: 4vw;
  }
}

.page-top .section-query__box {
  max-width: 1205px;
  margin: 0 auto;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__box {
    padding: 4vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}

.page-top .section-query__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-top .section-query__item {
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__item:first-child .section-query__summary {
    padding-top: 0;
  }
}

.page-top .section-query__item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__item:last-child .section-query__summary {
    padding-bottom: 0;
  }
}

.page-top .section-query__details[open] .section-query__arrow {
  transform: rotate(-135deg);
  margin-bottom: -0.5em;
}

.page-top .section-query__summary {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 20px 0;
  list-style: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__summary {
    gap: 2.6666666667vw;
    padding: 4vw 0;
  }
}

.page-top .section-query__summary::-webkit-details-marker {
  display: none;
}

.page-top .section-query__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__icon {
    width: 8vw;
    height: 8vw;
  }
}

.page-top .section-query__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-top .section-query__question {
  flex: 1;
  color: #547053;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__question {
    font-size: 4vw;
  }
}

.page-top .section-query__arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-left: 15px;
  border-right: 3px solid #089404;
  border-bottom: 3px solid #089404;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .page-top .section-query__arrow {
    width: 2.4vw;
    height: 2.4vw;
    margin-right: 1.3333333333vw;
    margin-left: 2.1333333333vw;
    border-width: 0.4vw;
  }
}

.page-top .section-query__answer {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 5px 0 25px;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__answer {
    gap: 2.6666666667vw;
    padding: 0.8vw 0 4vw;
  }
}

.page-top .section-query__answer-text {
  flex: 1;
  margin: 0;
  padding-top: 10px;
  color: #547053;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-top .section-query__answer-text {
    padding-top: 1.6vw;
    font-size: 4vw;
  }
}

/*--------------------------------------
 ctaセクション
---------------------------------------*/
.section-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(2, 60, 0, 0.7);
  backdrop-filter: blur(22px);
}

.section-cta .l-inner {
  box-sizing: border-box;
  max-width: 1300px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .section-cta .l-inner {
    padding: 0 2.6666666667vw;
  }
}

.section-cta__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 15px;
  min-height: 88px;
  padding: 15px 0;
  box-sizing: border-box;
  height: 100px;
}

@media screen and (max-width: 1300px) {
  .section-cta__body {
    gap: clamp(0px, 1.15vw, 15px);
    min-height: clamp(0px, 6.76vw, 88px);
    padding: clamp(0px, 1.15vw, 15px) 0;
    height: clamp(0px, 6.76vw, 100px);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__body {
    gap: 1.3333333333vw;
    min-height: auto;
    padding: 2.6666666667vw 0;
    align-items: stretch;
    height: 18.6666666667vw;
  }
}

.section-cta__badge {
  position: relative;
  flex-shrink: 0;
  width: 153px;
}

@media screen and (max-width: 1300px) {
  .section-cta__badge {
    width: clamp(0px, 15.38vw, 200px);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__badge {
    width: 40.8vw;
  }
}

.section-cta__badge-bg {
  display: block;
  width: 100%;
  height: auto;
}

.section-cta__badge-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-right: 14px;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .section-cta__badge-text {
    padding-right: clamp(11px, 1.07vw, 14px);
    font-size: clamp(11px, 1.07vw, 1.4rem);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__badge-text {
    padding-right: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}

.section-cta__offer {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.section-cta__offer-green,
.section-cta__offer-red {
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

@media screen and (max-width: 1300px) {

  .section-cta__offer-green,
  .section-cta__offer-red {
    -webkit-text-stroke: clamp(0px, 0.38vw, 5px) #fff;
  }
}

@media screen and (max-width: 767px) {

  .section-cta__offer-green,
  .section-cta__offer-red {
    -webkit-text-stroke: 0.8vw #fff;
  }
}

.section-cta__offer-green {
  color: #51aa03;
}

.section-cta__offer-red {
  color: #ff4f4c;
}

.section-cta__offer-lead {
  font-size: 3.6rem;
}

@media screen and (max-width: 1300px) {
  .section-cta__offer-lead {
    font-size: clamp(0px, 2.76vw, 3.6rem);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__offer-lead {
    font-size: 6.4vw;
  }
}

.section-cta__offer-num {
  font-size: 6.2rem;
}

@media screen and (max-width: 1300px) {
  .section-cta__offer-num {
    font-size: clamp(0px, 4.76vw, 6.2rem);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__offer-num {
    font-size: 12.8vw;
  }
}

.section-cta__offer-month {
  font-size: 2.7rem;
}

@media screen and (max-width: 1300px) {
  .section-cta__offer-month {
    font-size: clamp(0px, 2.07vw, 2.7rem);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__offer-month {
    font-size: 4.8vw;
  }
}

.section-cta__offer-free {
  display: inline-flex;
  font-size: 4.4rem;
}

@media screen and (max-width: 1300px) {
  .section-cta__offer-free {
    font-size: clamp(0px, 3.38vw, 4.4rem);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__offer-free {
    font-size: 8.5333333333vw;
  }
}

.section-cta__offer-free-last {
  letter-spacing: -0.09em;
}

.section-cta__tel {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.section-cta__tel em {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .section-cta__tel em {
    font-size: 2.8vw;
    padding-top: 1vw;
  }
}

@media screen and (max-width: 1300px) {
  .section-cta__tel {
    gap: clamp(0px, 0.92vw, 12px);
    font-size: clamp(0px, 3.69vw, 4.8rem);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__tel {
    flex: 1;
    gap: 1.3333333333vw;
    font-size: 5.6vw;
    white-space: normal;
    border-radius: 0.8vw;
    background-color: #edb606;
    padding: 0 2.6666666667vw;
    box-shadow: 0 0.8vw 0 #d67d09;
  }
}

.section-cta__tel img {
  flex-shrink: 0;
  width: 29px;
  height: auto;
}

@media screen and (max-width: 1300px) {
  .section-cta__tel img {
    width: clamp(0px, 2.23vw, 29px);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__tel img {
    width: 4.8vw;
  }
}

.section-cta__btn {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 16px;
  min-height: 68px;
  padding: 0 40px;
  border-radius: 999px;
  background-color: #ff2a2a;
  box-shadow: 0 3.5px 0 #c71c1c;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s;
  box-sizing: border-box;
}

.section-cta__btn em {
  font-size: 2rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .section-cta__btn em {
    font-size: 4vw;
    display: inline-block;
    margin-left: 0.3e;
  }
}

@media screen and (max-width: 1300px) {
  .section-cta__btn {
    gap: clamp(0px, 1.23vw, 16px);
    min-height: clamp(0px, 4.46vw, 58px);
    padding: 0 clamp(0px, 3.07vw, 40px);
    box-shadow: 0 clamp(0px, 0.26vw, 3.5px) 0 #c71c1c;
    font-size: clamp(0px, 1.92vw, 2.5rem);
  }
}

@media screen and (max-width: 1300px) and (max-width: 767px) {
  .section-cta__btn {
    flex: 1;
    gap: 1.5vw;
    min-height: 13.3333333333vw;
    font-size: 2.8vw;
    box-shadow: 0 0.8vw 0 #c71c1c;
    white-space: normal;
    border-radius: 0.8vw;
    padding: 0 2vw;
    justify-content: center;
  }
}

.section-cta__btn:hover {
  opacity: 0.85;
}

.section-cta__btn-text {
  text-align: center;
  line-height: 1.3;
}

.section-cta__btn-icon {
  position: relative;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 1300px) {
  .section-cta__btn-icon {
    width: clamp(0px, 1.76vw, 23px);
    height: clamp(0px, 1.76vw, 23px);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__btn-icon {
    width: 3vw;
    height: 3vw;
  }
}

.section-cta__btn-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 46%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ff2a2a;
  border-right: 2px solid #ff2a2a;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 1300px) {
  .section-cta__btn-icon::after {
    width: clamp(0px, 0.3vw, 4px);
    height: clamp(0px, 0.3vw, 4px);
  }
}

@media screen and (max-width: 767px) {
  .section-cta__btn-icon::after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}

/*--------------------------------------
 columnセクション
---------------------------------------*/
.page-top .section-column {
  padding: 120px 20px;
  background-color: #F8FFF1;
}

@media screen and (max-width: 767px) {
  .page-top .section-column {
    padding: 12vw 5.3333333333vw;
  }
}

.page-top .section-column__heading {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .section-column__heading {
    margin-bottom: 8vw;
  }
}

.page-top .section-column__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .page-top .section-column__title {
    font-size: 7.2vw;
  }
}

.page-top .section-column__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 25px auto 0;
  background-color: #037300;
}

@media screen and (max-width: 767px) {
  .page-top .section-column__title::after {
    height: 0.8vw;
    margin-top: 4vw;
  }
}

.page-top .section-column__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: clamp(0px, 2.08vw, 40px);
  margin: 0 0 clamp(0px, 2.6vw, 50px);
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .page-top .section-column__list {
    grid-template-columns: 1fr;
    gap: 5.33vw;
    margin-bottom: 10.66vw;
  }
}

.page-top .section-column__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s;
}

.page-top .section-column__card:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .page-top .section-column__card {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
}

.page-top .section-column__image {
  aspect-ratio: 334/201;
  background-color: #c8c8c8;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page-top .section-column__image {
    border-radius: 2.6666666667vw;
  }
}

.page-top .section-column__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-top .section-column__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .page-top .section-column__body {
    margin-top: 4vw;
  }
}

.page-top .section-column__card-title {
  display: -webkit-box;
  margin: 0 0 10px;
  overflow: hidden;
  color: #547053;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .page-top .section-column__card-title {
    margin-bottom: 2.66vw;
    font-size: 4.2666666667vw;
  }
}

.page-top .section-column__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0px, 0.8333333333VW, 16px);
  margin: 0;
  margin-top: auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .page-top .section-column__meta {
    gap: 3.2vw;
    font-size: 3.7333333333vw;
  }
}

.page-top .section-column__foot {
  text-align: center;
}

.page-top .section-column__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border: 1px solid #037300;
  border-radius: 999px;
  background-color: #fff;
  color: #037300;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

@media screen and (min-width: 768px) {
  .page-top .section-column__btn {
    width: 375px;
  }
}

@media screen and (max-width: 767px) {
  .page-top .section-column__btn {
    width: 66.6666666667vw;
    font-size: 7.2vw;
    padding: 6.6666666667vw 0;
  }
}

.page-top .section-column__btn:not([disabled]):hover {
  background-color: #037300;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page-top .section-column__btn {
    min-width: 58.66vw;
    padding: 3.73vw 12.8vw;
    font-size: 4.26vw;
  }
}

/*--------------------------------------
 column-list（コラム一覧）
---------------------------------------*/
.section-column-list {
  padding: 120px 20px;
  background-image: url(../images/reason/bg2.webp);
}

@media screen and (max-width: 767px) {
  .section-column-list {
    padding: 22vw 5.3333333333vw;
  }
}

.section-column-list__heading {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-column-list__heading {
    margin-bottom: 10.6666666667vw;
  }
}

.section-column-list__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  color: #547053;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .section-column-list__title {
    margin-bottom: 5.3333333333vw;
    font-size: 7.2vw;
  }
}

.section-column-list__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 25px auto 0;
  background-color: #037300;
}

@media screen and (max-width: 767px) {
  .section-column-list__title::after {
    height: 0.8vw;
    margin-top: 4vw;
  }
}

.section-column-list__lead {
  margin: 0;
  color: #037300;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.67;
}

@media screen and (max-width: 767px) {
  .section-column-list__lead {
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 1.6;
  }

  .section-column-list__lead br {
    display: none;
  }
}

.section-column-list__filter {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .section-column-list__filter {
    margin-bottom: 10.6666666667vw;
  }
}

.section-column-list__filter-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .section-column-list__filter-label {
    gap: 2.1333333333vw;
    font-size: 4vw;
  }
}

.section-column-list__filter-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 31px;
  color: #037300;
}

@media screen and (max-width: 767px) {
  .section-column-list__filter-icon {
    width: 7.4666666667vw;
    height: 6.4vw;
  }
}

.section-column-list__filter-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.section-column-list__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .section-column-list__categories {
    gap: 2.6666666667vw;
  }
}

.section-column-list__category {
  margin: 0;
}

.section-column-list__category-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #037300;
  border-radius: 999px;
  background-color: #fdfdfd;
  color: #037300;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 767px) {
  .section-column-list__category-link {
    padding: 2.1333333333vw 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

.section-column-list__category-link.is-active {
  background-color: #037300;
  color: #fff;
}

.section-column-list__category-link:not(.is-active):hover {
  background-color: #037300;
  color: #fff;
}

.section-column-list__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0px, 2.08vw, 40px);
  margin: 0 0 clamp(0px, 2.6vw, 50px);
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .section-column-list__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .section-column-list__list {
    grid-template-columns: 1fr;
    gap: 5.33vw;
    margin-bottom: 10.66vw;
  }
}

.section-column-list__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s;
}

.section-column-list__card:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .section-column-list__card {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
}

.section-column-list__image {
  aspect-ratio: 334/201;
  background-color: #c7c7c7;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .section-column-list__image {
    border-radius: 2.6666666667vw;
  }
}

.section-column-list__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-column-list__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .section-column-list__body {
    margin-top: 4vw;
  }
}

.section-column-list__card-title {
  display: -webkit-box;
  margin: 0 0 10px;
  overflow: hidden;
  color: #547053;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .section-column-list__card-title {
    margin-bottom: 2.66vw;
    font-size: 4.2666666667vw;
  }
}

.section-column-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0;
  margin-top: auto;
  color: #547053;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .section-column-list__meta {
    gap: 3.2vw;
    font-size: 3.2vw;
  }
}

.section-column-list__category-name {
  color: #547053;
}

.section-column-list__pagination {
  text-align: center;
}

.section-column-list__pagination .navigation {
  display: inline-block;
}

.section-column-list__pagination .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.section-column-list__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 8px;
  color: #547053;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .section-column-list__pagination .page-numbers {
    min-width: 9.6vw;
    min-height: 9.6vw;
    font-size: 4.2666666667vw;
  }
}

.section-column-list__pagination .page-numbers.current {
  background-color: #547053;
  color: #fff;
}

.section-column-list__pagination .page-numbers.dots {
  min-width: auto;
  padding: 0;
}

.section-column-list__empty {
  margin: 0;
  padding: 60px 0;
  color: #666;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-column-list__empty {
    padding: 10.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
}

/*--------------------------------------
 single（コラム詳細）
---------------------------------------*/
.section-single {
  padding: 170px 20px 120px;
  background-image: url(../images/reason/bg2.webp);
}

@media screen and (max-width: 767px) {
  .section-single {
    padding: 18.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
}

.section-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 304px;
  gap: 60px;
  align-items: start;
}

@media screen and (max-width: 1024px) {
  .section-single__layout {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
}

.section-single__main {
  min-width: 0;
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .section-single__main {
    padding: 5vw;
  }
}

.section-single__thumbnail {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #c7c7c7;
}

@media screen and (max-width: 767px) {
  .section-single__thumbnail {
    margin-bottom: 6.4vw;
    border-radius: 2.6666666667vw;
  }
}

.section-single__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 840/440;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-single__title {
  margin: 0 0 12px;
  color: #111;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .section-single__title {
    margin-bottom: 2.6666666667vw;
    font-size: 5vw;
  }
}

.section-single__date {
  margin: 0 0 32px;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .section-single__date {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }
}

.section-single__content {
  color: #547053;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .section-single__content {
    font-size: 3.8vw;
  }
}

.section-single__content>*:first-child {
  margin-top: 0;
}

.section-single__content>*:last-child {
  margin-bottom: 0;
}

.section-single__content p {
  margin: 0 0 1em;
}

.section-single__content h1,
.section-single__content h2,
.section-single__content h3,
.section-single__content h4,
.section-single__content h5,
.section-single__content h6 {
  margin: 2.2em 0 0.9em;
  color: #111;
  font-weight: 700;
  line-height: 1.4;
}

.section-single__content h1 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .section-single__content h1 {
    font-size: 7.4666666667vw;
  }
}

.section-single__content h2 {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #037300;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .section-single__content h2 {
    font-size: 5vw;
  }
}

.section-single__content h3 {
  padding-left: 0.8em;
  border-left: 4px solid #037300;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .section-single__content h3 {
    border-left-width: 1.0666666667vw;
    font-size: 5.3333333333vw;
  }
}

.section-single__content h4 {
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .section-single__content h4 {
    font-size: 4.8vw;
  }
}

.section-single__content h5,
.section-single__content h6 {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {

  .section-single__content h5,
  .section-single__content h6 {
    font-size: 4.2666666667vw;
  }
}

.section-single__content ul,
.section-single__content ol {
  margin: 0 0 1.6em;
  padding-left: 1.5em;
}

.section-single__content ul {
  list-style: disc;
}

.section-single__content ul>li {
  list-style: disc;
}

.section-single__content ul>li::marker {
  color: #037300;
}

.section-single__content ol {
  list-style: decimal;
}

.section-single__content ol>li {
  list-style: decimal;
}

.section-single__content ol>li::marker {
  color: #037300;
  font-weight: 700;
}

.section-single__content li {
  margin-bottom: 0.5em;
}

.section-single__content li>ul,
.section-single__content li>ol {
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}

.section-single__content blockquote {
  margin: 0 0 1.6em;
  padding: 1.4em 1.6em;
  border-left: 4px solid #037300;
  background-color: #f7fbf5;
}

@media screen and (max-width: 767px) {
  .section-single__content blockquote {
    padding: 5.3333333333vw 4.8vw;
    border-left-width: 1.0666666667vw;
  }
}

.section-single__content blockquote>*:last-child {
  margin-bottom: 0;
}

.section-single__content a {
  color: #037300;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  word-break: break-word;
}

.section-single__content strong {
  font-weight: 700;
}

.section-single__content table {
  width: 100%;
  margin: 0 0 1.8em;
  border-collapse: collapse;
  font-size: 1.5rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .section-single__content table {
    display: block;
    overflow-x: auto;
    font-size: 3.7333333333vw;
    -webkit-overflow-scrolling: touch;
  }
}

.section-single__content th,
.section-single__content td {
  padding: 0.9em 1em;
  border: 1px solid #d9d9d9;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  white-space: normal;
}

.section-single__content th {
  background-color: #f2f7ef;
  font-weight: 700;
}

.section-single__content tr:nth-child(even) td {
  background-color: #fbfbfb;
}

.section-single__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 1.6em;
  border-radius: 10px;
}

.section-single__content figure {
  margin: 0 0 1.8em;
}

.section-single__content figcaption {
  margin-top: 0.8em;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .section-single__content figcaption {
    font-size: 3.2vw;
  }
}

.section-single__content hr {
  margin: 2.4em 0;
  border: 0;
  border-top: 1px solid #d9d9d9;
}

.section-single__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: stretch;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .section-single__nav {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
    padding-top: 8vw;
  }
}

.section-single__nav-item {
  min-width: 0;
}

.section-single__nav-item--next {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .section-single__nav-item--next {
    text-align: left;
  }
}

.section-single__nav-link {
  display: inline-block;
  color: #547053;
  text-decoration: none;
  transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.section-single__nav-link:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .section-single__nav-link {
    display: block;
  }
}

.section-single__nav-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.43;
}

@media screen and (max-width: 767px) {
  .section-single__nav-label {
    font-size: 3.7333333333vw;
  }
}

.section-single__nav-title {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .section-single__nav-title {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

.section-single__nav-divider {
  width: 1px;
  background-color: #d9d9d9;
}

@media screen and (max-width: 767px) {
  .section-single__nav-divider {
    display: none;
  }
}

.section-single__sidebar {
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 1024px) {
  .section-single__sidebar {
    position: static;
  }
}

.section-single__sidebar-title {
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #037300;
  color: #037300;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .section-single__sidebar-title {
    margin-bottom: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}

.section-single__categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-single__category {
  margin: 0;
  border-bottom: 1px dotted #037300;
}

.section-single__category:last-child {
  border-bottom: none;
}

.section-single__category-link {
  display: block;
  padding: 14px 0;
  color: #547053;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .section-single__category-link {
    padding: 3.2vw 0;
    font-size: 4.2666666667vw;
  }
}

.section-single__category-link.is-active {
  color: #037300;
  font-weight: 700;
}

.section-single__category-link:hover {
  color: #037300;
}

/*--------------------------------------
  クラス用scss
---------------------------------------*/
.c-MB0 {
  margin-bottom: 0px !important;
}

.c-MB48 {
  margin-bottom: 48px !important;
}

.c-MB64 {
  margin-bottom: 64px !important;
}

.c-fwB {
  font-weight: bold !important;
}

/*--- 1200px以上に適用 ---*/
@media screen and (min-width: 1200px) {
  .pcS {
    display: none !important;
  }

  /*----- 要素別 -----*/
  .c_pcL-MB0 {
    margin-bottom: 0px !important;
  }

  .c_pcL-MB48 {
    margin-bottom: 48px !important;
  }

  .c_pcL-MB64 {
    margin-bottom: 64px !important;
  }

  .c_pcL-fwB {
    font-weight: bold !important;
  }
}

/*--- 1199px以下に適用 ---*/
@media screen and (max-width: 1199px) {
  .pcL {
    display: none !important;
  }

  /*----- 要素別 -----*/
  .c_pcS-MB0 {
    margin-bottom: 0px !important;
  }

  .c_pcS-MB48 {
    margin-bottom: 48px !important;
  }

  .c_pcS-MB64 {
    margin-bottom: 64px !important;
  }

  .c_pcS-fwB {
    font-weight: bold !important;
  }
}

/*--- 768px以上に適用 ---*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  /*----- 要素別 -----*/
  .c_pc-MB0 {
    margin-bottom: 0px !important;
  }

  .c_pc-MB48 {
    margin-bottom: 48px !important;
  }

  .c_pc-MB64 {
    margin-bottom: 64px !important;
  }

  .c_pc-fwB {
    font-weight: bold !important;
  }
}

/*--- 767px以下に適用 ---*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  /*----- 要素別 -----*/
  .c_sp-MB0 {
    margin-bottom: 0px !important;
  }

  .c_sp-MB48 {
    margin-bottom: 48px !important;
  }

  .c_sp-MB64 {
    margin-bottom: 64px !important;
  }

  .c_sp-fwB {
    font-weight: bold !important;
  }
}

/*# sourceMappingURL=style.css.map */