@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  overflow-y: scroll; /* 常にスクロールバーを表示 */
  scroll-padding-top: 5.3125rem;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

* {
  font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif;
  color: #030000;
  letter-spacing: 0;
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

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

body {
  font-family: "IBM Plex Sans JP", "Noto Sans", "Noto Sans JP", "Manrope", sans-serif, serif;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    padding-right: 0;
    overflow: hidden;
  }
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

main {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 3.25rem;
  }
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 0.9375rem;
    height: 3.125rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.7875rem 2.4rem 0.81875rem 2.4rem;
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0.625rem 0;
  }
}

.header__logo {
  width: 7.32875rem;
  max-width: 117.26px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 5.625rem;
  }
}

.header__logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
  text-align: center;
}

.header__list li a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
  padding: 0.55625rem 0;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
}

.header__list li a.kaigodx {
  margin: 0 0.375rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__list li a.kaigodx::before {
  content: "";
  background-color: rgb(32, 86, 43);
  width: 100%;
  height: 0.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__list li a.com {
  position: relative;
}

.header__list li a.com::before {
  content: "";
  background-color: rgb(32, 86, 43);
  width: 3.75rem;
  height: 0.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__list li a.header-contact {
  color: #fff;
  background-color: #F08700;
  line-height: 1.4;
  border-radius: 50px;
  padding: 0.4375rem 0.3125rem 0.3125rem;
  width: 6.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__list li a.header-contact.green {
  color: rgb(32, 86, 43);
  border: 1px solid rgb(32, 86, 43);
  background-color: transparent;
  line-height: 1.4;
  border-radius: 50px;
  padding: 0.25rem 0.3125rem 0.125rem;
  width: 6.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .header__button-wrap {
    display: none;
  }
}

.header__button a {
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.6875rem;
  padding: 0.375rem 0 0.25rem;
  width: 6.25rem;
}

.header__btn {
  padding: 1.8125rem 0 1.0625rem 0.625rem;
  font-size: 0.6875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 7.1875rem;
}
@media screen and (max-width: 768px) {
  .header__btn {
    display: none;
  }
}

.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 999;
    width: 4rem;
    height: inherit;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.header__hamburger span {
  background-color: #F08700;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1.5625rem;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -0.5rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 0.5rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -0.195rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  margin-top: 3.125rem;
  padding-bottom: 6.875rem;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-list {
  margin-bottom: 2.5rem;
}

.header__drawer-nav {
  margin: auto;
  margin-top: 1.875rem;
  padding: 0 8.67%;
  max-width: 37.5rem;
  width: 100%;
}

.header__drawer-item {
  text-align: center;
}

.header__drawer-item.border {
  position: relative;
  margin-inline: auto;
  width: 62%;
}

.header__drawer-item.border::before {
  content: "";
  background-color: rgb(32, 86, 43);
  height: 0.5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.375rem;
}

.header__drawer-item + .header__drawer-item {
  margin-top: 0.625rem;
}

.header__drawer .header__button-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__drawer .header__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.75rem;
    margin-top: 2.5rem;
  }
}

.header__drawer .header__button a,
.header__drawer .header__button.button-or a {
  font-size: 0.875rem;
  padding: 0.25rem 0;
  width: 12.5rem;
}

.header__drawer-item.header__drawer-item--contact,
.header__drawer-item.header__drawer-item--contact-g {
  margin-top: 1.25rem;
  border-bottom: none;
  border-radius: 50px;
}

.header__drawer-item > a,
.header__drawer-accordion-title {
  padding: 1rem 0 1rem 0;
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.header__drawer-item.header__drawer-item--contact a {
  background-color: #F08700;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  position: relative;
  width: 12.5rem;
  border-radius: 50px;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  margin-inline: auto;
}

.header__drawer-item.header__drawer-item--contact-g a {
  background-color: #fff;
  border: 1px solid rgb(32, 86, 43);
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  position: relative;
  width: 12.5rem;
  border-radius: 50px;
  font-size: 0.9375rem;
  color: rgb(32, 86, 43);
  text-align: center;
  margin-inline: auto;
}

.header__drawer-accordion-title {
  position: relative;
}

.header__drawer-accordion-title::before,
.header__drawer-accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.9375rem;
  height: 0.125rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__drawer-accordion-title::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__drawer-accordion-title::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.header__drawer-accordion-title.is-open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__drawer-accordion-list {
  padding: 0 0 1.25rem 0.625rem;
  display: none;
}

.header__drawer-accordion-item > a {
  padding: 0.625rem 0;
  display: block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.header__drawer-accordion-detail-list {
  padding-left: 0.625rem;
}

.header__drawer-accordion-detail-item a {
  padding: 0.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
}

.header__drawer-accordion-detail-item a::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  display: inline-block;
  width: 0.625rem;
  height: 1px;
}

.footer {
  padding-top: 3rem;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer__top {
  padding-top: 1.625rem;
  position: relative;
  width: 108%;
}
@media screen and (max-width: 768px) {
  .footer__top {
    width: 100%;
  }
}

.footer__top::before {
  content: "";
  background-color: rgb(32, 86, 43);
  width: 54rem;
  max-width: 864px;
  height: 0.03125rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer__top::before {
    width: 20.625rem;
  }
}

.footer__top-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__top-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.875rem;
  }
}

.footer__top-t::before {
  content: "";
  background-color: rgb(32, 86, 43);
  width: 54rem;
  height: 0.03125rem;
  position: absolute;
  bottom: 3.2rem;
  max-width: 864px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer__top-t::before {
    bottom: 14.8rem;
    width: 20.625rem;
  }
}

.footer__top-t::after {
  content: "";
  background-color: rgb(32, 86, 43);
  width: 54rem;
  height: 0.03125rem;
  position: absolute;
  bottom: 7.3rem;
  max-width: 864px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer__top-t::after {
    bottom: 6.8rem;
    width: 20.625rem;
  }
}

.footer__top-t-logo {
  margin-top: 1rem;
  margin-left: 3.3125rem;
  margin-right: 3.5rem;
}
@media screen and (max-width: 768px) {
  .footer__top-t-logo {
    width: 6rem;
    padding-right: 1.875rem;
    margin-bottom: 1.25rem;
    margin-inline: auto;
  }
}

.footer__top-t-logo img {
  aspect-ratio: 88.82/76.35;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.footer__top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__top-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__link.kaigo {
  padding-left: 0.4375rem;
  position: relative;
}

.footer__link.kaigo.sp-ai {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__link.kaigo.sp-ai {
    display: block;
  }
}

.footer__link.kaigo::before {
  content: "";
  background-image: url(../images/common/square-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.4375rem;
}

.footer__link a {
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .footer__link a {
    font-size: 0.75rem;
  }
}

.footer__link + .footer__link {
  margin-top: 0.4rem;
}

.footer__top-c {
  margin-left: 7.0625rem;
}
@media screen and (max-width: 768px) {
  .footer__top-c {
    margin-left: 1.875rem;
  }
}

.footer__top-r {
  margin-left: 4.9375rem;
}
@media screen and (max-width: 768px) {
  .footer__top-r {
    display: none;
  }
}

.footer__top-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5.1875rem;
     -moz-column-gap: 5.1875rem;
          column-gap: 5.1875rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer__top-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__top-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5.1875rem;
     -moz-column-gap: 5.1875rem;
          column-gap: 5.1875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer__top-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__link.cente {
  padding-left: 0.4375rem;
  position: relative;
}

.footer__link.cente::before {
  content: "";
  background-image: url(../images/common/square-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.4375rem;
}

.footer__bottom {
  padding-bottom: 1.25rem;
  padding-right: 5rem;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.25rem;
    margin-top: 2.5rem;
    width: 100%;
  }
}

.footer__bottom-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__logo {
  width: 7.714375rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 6.875rem;
  }
}

.footer__name {
  font-size: 0.875rem;
  font-weight: 500;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__name {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}

.footer__bottom-b {
  margin-top: 1.00625rem;
}

.footer__address {
  font-size: 0.8125rem;
  margin-left: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .footer__address {
    text-indent: -1em;
  }
}

.footer__copy {
  background-color: #AF8865;
  padding: 0.4375rem 0 0.5rem;
  text-align: center;
}

.footer__copy small {
  color: #fff;
  font-size: 0.75rem;
}

.inner {
  padding: 0 5rem;
  max-width: 1184px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.section_title {
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.8620689655;
  margin-top: 1.0625rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section_title {
    font-size: 1.125rem;
  }
}

form.form {
  padding: 2.875rem 0 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  form.form {
    padding: 0;
  }
}
form.form .form-group {
  max-width: 732px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  form.form .form-group {
    margin-bottom: 1.875rem;
  }
}
form.form .form-group label {
  display: block;
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 768px) {
  form.form .form-group label {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
form.form .form-group label .required {
  background-color: #FF0000;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 0.1875rem 0.75rem 0;
  margin-right: 0.875rem;
}
@media screen and (max-width: 768px) {
  form.form .form-group label .required {
    font-size: 0.75rem;
    padding: 0.1875rem 0.5rem 0;
    margin-right: 0.5rem;
  }
}
form.form .form-group input {
  background-color: #fff;
  width: 100%;
  padding: 1rem 1.875rem 0.8125rem;
  border: 1px solid rgb(203, 203, 203);
  -webkit-box-shadow: 3px 3px 0 rgb(203, 203, 203);
          box-shadow: 3px 3px 0 rgb(203, 203, 203);
}
@media screen and (max-width: 768px) {
  form.form .form-group input {
    padding: 0.5rem 0.875rem 0.5rem;
    font-size: 0.75rem;
  }
}
form.form .form-group small {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  form.form .form-group small {
    font-size: 0.6875rem;
  }
}
form.form .two-column .name-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  form.form .two-column .name-fields {
    gap: 0.5rem;
  }
}
form.form .two-column .name-fields > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
form.form .two-column .name-fields input {
  width: 100%;
}
form.form .form-submit {
  text-align: center;
  margin-top: 0.3125rem;
}
form.form .form-submit button {
  background-color: #EF7100;
  color: #fff;
  padding: 15px 30px;
  border: none;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2;
  width: 23.9375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  form.form .form-submit button {
    font-size: 0.875rem;
    width: 70%;
  }
}
form.form .form-submit button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.name-fields-n {
  display: block;
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .name-fields-n {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
  }
}

.error-message {
  color: #FF0000;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

input.has-error {
  border-color: #FF0000;
  background-color: #fff0f0;
}

@media screen and (max-width: 768px) {
  .cta-link__consult {
    margin-top: 0.625rem;
  }
}

.cta-link__consult a {
  display: block;
  border: 1px solid rgb(32, 86, 43);
  color: rgb(32, 86, 43);
  font-size: 1.5625rem;
  font-weight: 500;
  padding: 0.8125rem 1.625rem 0.5625rem;
  position: relative;
  margin-inline: auto;
  text-align: left;
  width: 31.25rem;
}
@media screen and (max-width: 768px) {
  .cta-link__consult a {
    font-size: 1rem;
    padding: 0.5rem 0.75rem 0.375rem;
    width: 90%;
  }
}

.cta-link__consult a::before {
  content: "";
  background-image: url(../images/common/arrow-green.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.0625rem;
  height: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .cta-link__consult a::before {
    width: 1.25rem;
    height: 1.25rem;
    right: 0.625rem;
  }
}

.cta-link__simulate a {
  display: block;
  background-image: url(../images/common/bg-orange.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 500;
  padding: 0.6875rem 1.625rem 0.3125rem;
  position: relative;
  margin-inline: auto;
  margin-top: 1.875rem;
  text-align: center;
  width: 31.25rem;
}
@media screen and (max-width: 768px) {
  .cta-link__simulate a {
    font-size: 0.9375rem;
    padding: 0.5rem 0.75rem 0.375rem;
    margin-top: 1rem;
    width: 90%;
  }
}

.cta-link__simulate a::before {
  content: "";
  background-image: url(../images/common/arrow-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.08rem;
  height: 1.13625rem;
}
@media screen and (max-width: 768px) {
  .cta-link__simulate a::before {
    width: 0.83rem;
    height: 0.88625rem;
    right: 1.25rem;
  }
}

.cta {
  background-color: #EEF4F2;
}

.cta__inner {
  padding: 1.875rem 0 2.3125rem;
}

.cta__text {
  color: rgb(32, 86, 43);
  font-size: 1.5625rem;
  font-weight: 300;
  margin-top: 0.3125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 1.125rem;
  }
}

.cta__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .cta__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 93%;
    margin-inline: auto;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

.cta__button a {
  background-color: #EF7100;
  color: #fff;
  display: block;
  font-size: 1.5625rem;
  font-weight: 300;
  padding: 0.8125rem 1.7125rem 0.5625rem;
  width: 16.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta__button a {
    font-size: 0.875rem;
    padding: 0.6875rem 1.025rem 0.4375rem;
    width: 10rem;
  }
}

.cta__button a::before {
  content: "";
  background-image: url(../images/common/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.08rem;
  height: 1.13625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.7125rem;
}
@media screen and (max-width: 768px) {
  .cta__button a::before {
    width: 0.83rem;
    height: 0.88625rem;
    right: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .cta__consul {
    width: 93%;
    margin-inline: auto;
  }
}

.cta__consul a {
  background-color: #fff;
  border: 1px solid rgb(32, 86, 43);
  color: rgb(32, 86, 43);
  display: block;
  font-size: 1.5625rem;
  font-weight: 300;
  padding: 0.8125rem 1.6875rem 0.5625rem;
  margin-inline: auto;
  margin-top: 1.875rem;
  width: 35rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta__consul a {
    font-size: 0.875rem;
    padding: 0.8125rem 1.0625rem 0.5625rem;
    margin-top: 1.125rem;
    width: 100%;
  }
}

.cta__consul a::before {
  content: "";
  background-image: url(../images/common/arrow-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.0625rem;
  height: 2.0625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.375rem;
}
@media screen and (max-width: 768px) {
  .cta__consul a::before {
    width: 1.25rem;
    height: 1.25rem;
    right: 0.875rem;
  }
}

.p-fv {
  width: 100%;
  position: relative;
  margin-inline: auto;
  margin-top: 5rem;
  height: 40vw;
}
@media screen and (max-width: 768px) {
  .p-fv {
    padding: 1.875rem 0;
    height: auto;
    margin-top: 2rem;
  }
}

.p-fv::before {
  content: "";
  aspect-ratio: 685.48/400;
  background-image: url(../images/common/page-fv_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 66.94%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-fv::before {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

.p-fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 2.6875rem 5rem;
  max-width: 2000px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}

.p-fv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-fv__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-fv__left {
  margin-top: 2rem;
  width: 57%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv__left {
    width: 100%;
    margin-top: 0;
  }
}

.p-fv__catch,
.p-fv__catch span {
  color: rgb(32, 86, 43);
  font-size: 4.59vw;
  font-weight: 700;
  line-height: 1.1489361702;
  margin-top: 0.625rem;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-fv__catch,
  .p-fv__catch span {
    font-size: 1.375rem;
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 2000px) {
  .p-fv__catch {
    font-size: 5.48125rem;
  }
}
.p-fv__desc {
  font-size: 1.1875rem;
  font-size: 1.56vw;
  font-weight: 500;
  line-height: 1.5789473684;
}
@media screen and (max-width: 768px) {
  .p-fv__desc {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 2000px) {
  .p-fv__desc {
    font-size: 1.7625rem;
  }
}
.p-fv__desc span {
  display: inline-block;
  font-size: 1.56vw;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .p-fv__desc span {
    font-size: 0.75rem;
  }
}

.p-fv__desc.desc03 {
  font-size: 1.27vw;
  font-weight: 300;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-fv__desc.desc03 {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}

.p-fv__right {
  position: relative;
  margin-right: -5.125rem;
  width: 59.13vw;
  max-width: 1100px;
}

.p-fv__right::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -6.5rem;
}
@media screen and (max-width: 768px) {
  .p-fv__right::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-fv__right.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fv__right.sp-show {
    display: block;
  }
}

.p-function__item {
  background-color: #fff;
  border: 1px solid rgb(32, 86, 43);
  -webkit-box-shadow: 2px 3px 0px 0px rgb(240, 240, 240);
          box-shadow: 2px 3px 0px 0px rgb(240, 240, 240);
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6875rem 0 0.75rem 4.5625rem;
  height: 4.25rem;
  position: relative;
  max-width: 260px;
  width: 16.25rem;
}
@media screen and (max-width: 768px) {
  .p-function__item {
    padding: 0.375rem 0.5rem 0.375rem 2.5rem;
    height: 2.5rem;
    max-width: 304px;
    width: 9.375rem;
  }
}

.p-function__name {
  color: rgb(32, 86, 43);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  padding-right: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-function__name {
    padding-right: 0;
    font-size: 0.625rem;
  }
}

.p-function__name.arrow-none {
  padding-right: 0;
}
.p-function__name.arrow-none::after {
  content: none;
}

.p-function__item::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-function__item::before {
    left: 0.625rem;
  }
}

.p-function__item.item01::before {
  background-image: url(../images/top/function/01.png);
  width: 2.8125rem;
  height: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-function__item.item01::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-function__item.item02::before {
  background-image: url(../images/top/function/02.png);
  width: 2.446875rem;
  height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-function__item.item02::before {
    width: 1.375rem;
    height: 1.271875rem;
  }
}

.p-function__item.item03::before {
  background-image: url(../images/top/function/03.png);
  width: 2.88rem;
  height: 2.805rem;
}
@media screen and (max-width: 768px) {
  .p-function__item.item03::before {
    width: 1.30625rem;
    height: 1.6875rem;
  }
}

.p-function__item.item04::before {
  background-image: url(../images/top/function/04.png);
  width: 3.050625rem;
  height: 2.75125rem;
}
@media screen and (max-width: 768px) {
  .p-function__item.item04::before {
    width: 1.244375rem;
    height: 1.375rem;
  }
}

.p-function__item.item05::before {
  background-image: url(../images/top/function/05.png);
  width: 3.430625rem;
  height: 2.580625rem;
}
@media screen and (max-width: 768px) {
  .p-function__item.item05::before {
    width: 1.5rem;
    height: 1.160625rem;
  }
}

.p-function__item.item06::before {
  background-image: url(../images/top/function/06.png);
  width: 2.796875rem;
  height: 2.97625rem;
}
@media screen and (max-width: 768px) {
  .p-function__item.item06::before {
    width: 1.1375rem;
    height: 1.375rem;
  }
}

.p-function__item.item07::before {
  background-image: url(../images/top/function/07.png);
  width: 2.96625rem;
  height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-function__item.item07::before {
    width: 1.25875rem;
    height: 1.625rem;
  }
}

.p-function__item.item08::before {
  background-image: url(../images/top/function/08.png);
  width: 2.43125rem;
  height: 2.499375rem;
}
@media screen and (max-width: 768px) {
  .p-function__item.item08::before {
    width: 1.25875rem;
    height: 1.625rem;
  }
}

.p-function__item.item09::before {
  background-image: url(../images/top/function/09.png);
  width: 3.580625rem;
  height: 3.54rem;
}
@media screen and (max-width: 768px) {
  .p-function__item.item09::before {
    width: 1.375rem;
    height: 1.24375rem;
  }
}

.feature {
  background-color: #fff;
  padding: 2.75rem 0 4rem;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 2.5rem 0;
  }
}

.feature__title {
  background-image: url(../images/common/feature-bg.png);
  width: 100%;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  padding: 0.625rem 0 0.5rem;
  line-height: 1.1538461538;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 1.25rem;
  }
}

.feature__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .feature__container {
    grid-template-columns: 1fr;
    place-items: center;
    row-gap: 1.25rem;
  }
}

.feature__item {
  background-color: #fff;
  border: 1px solid rgb(32, 86, 43);
  border-radius: 12px;
  -webkit-box-shadow: 2px 3px 0px 0px rgb(240, 240, 240);
          box-shadow: 2px 3px 0px 0px rgb(240, 240, 240);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.75rem 1.125rem 1.0625rem;
}
@media screen and (max-width: 768px) {
  .feature__item {
    padding: 1.25rem 0;
    width: 18rem;
  }
}

.feature__head-img {
  margin-inline: auto;
}

.feature__item.item01,
.feature__item.item02 {
  position: relative;
}

.feature__item.item01::before {
  content: "1";
  color: rgb(32, 86, 43);
  font-family: "Manrope";
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 0.4285714286;
  opacity: 0.5;
  display: block;
  margin-right: auto;
  position: absolute;
  left: 4.6875rem;
  top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .feature__item.item01::before {
    font-size: 2.5rem;
    top: 2rem;
  }
}

.feature__item.item02::before {
  content: "2";
  color: rgb(32, 86, 43);
  font-family: "Manrope";
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 0.4285714286;
  opacity: 0.5;
  display: block;
  margin-right: auto;
  position: absolute;
  left: 4.6875rem;
  top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .feature__item.item02::before {
    font-size: 2.5rem;
    top: 2rem;
  }
}

.feature__text {
  color: rgb(32, 86, 43);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5416666667;
  margin-top: 1.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature__text {
    font-size: 1rem;
    margin-top: 1.25rem;
    text-align: center;
  }
}

.feature__link {
  margin-top: 0.75rem;
  padding: 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .feature__link {
    padding: 0 0.625rem;
  }
}

.feature__link p {
  color: #F08700;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .feature__link p {
    font-size: 0.6875rem;
  }
}

.feature__link img {
  margin-inline: auto;
  width: 1.2rem;
}
@media screen and (max-width: 768px) {
  .feature__link img {
    width: 0.8875rem;
  }
}

.feature-detail {
  background-color: #E3EDBE;
  padding: 3.75rem 0 4rem;
}

.feature-detail__container {
  aspect-ratio: 864/302;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(3, 0, 0, 0.15);
          box-shadow: 2px 2px 5px 0px rgba(3, 0, 0, 0.15);
  border-radius: 15px;
  padding: 1.5rem 1.5625rem 0.9375rem 4.0625rem;
  margin-inline: auto;
  max-width: 864px;
  width: 92.19%;
}
@media screen and (max-width: 768px) {
  .feature-detail__container {
    aspect-ratio: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5625rem;
    width: 90%;
  }
}

.feature-detail__container + .feature-detail__container {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 768px) {
  .feature-detail__container + .feature-detail__container {
    margin-top: 2.0625rem;
  }
}

#feature02.feature-detail__container .feature-detail__wrap {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  #feature02.feature-detail__container .feature-detail__wrap {
    margin-left: auto;
  }
}

.feature-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .feature-detail__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature-detail__content.sub-img .feature-detail__wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .feature-detail__content.sub-img .feature-detail__wrap {
    width: 100%;
  }
}

.feature-detail__wrap {
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .feature-detail__wrap {
    margin-left: 0;
    width: 100%;
  }
}

.feature-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feature-detail__title.note {
  padding-bottom: 1.375rem;
}

.feature-detail__num {
  color: rgb(32, 86, 43);
  display: block;
  font-family: "Manrope";
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .feature-detail__num {
    font-size: 2.5rem;
  }
}

.feature-detail__name {
  color: rgb(32, 86, 43);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  position: relative;
  margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .feature-detail__name {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 0.375rem;
  }
}

.feature-detail__name::before {
  content: "";
  background-color: rgb(32, 86, 43);
  height: 1px;
  width: 24.5rem;
  position: absolute;
  bottom: -0.5625rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .feature-detail__name::before {
    width: 100%;
  }
}

.feature-detail__name.line {
  position: relative;
}

.feature-detail__name.line::after {
  content: "";
  background-image: url(../images/common/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.24rem;
  height: 3.24rem;
  position: absolute;
  bottom: 0;
  right: 6.375rem;
}
@media screen and (max-width: 768px) {
  .feature-detail__name.line::after {
    width: 2.24rem;
    height: 2.24rem;
    right: 0.375rem;
  }
}

.feature-detail__title.note .feature-detail__name::before {
  content: "※特許申請中";
  color: #F08700;
  font-size: 0.8125rem;
  font-weight: 300;
  position: absolute;
  bottom: -1.375rem;
  left: 0;
}

.feature-detail__text {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.6470588235;
  margin-top: 2.3125rem;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .feature-detail__text {
    text-wrap: wrap;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .feature-detail__img {
    margin-top: 1.5rem;
    max-width: none;
    width: 100%;
  }
}

.feature-detail__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-detail__content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .feature-detail__content.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.utilities {
  background-color: #EEF4F2;
  padding: 3.125rem 0;
  margin-top: 3.75rem;
}

.utilities__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .utilities__title {
    font-size: 1.25rem;
  }
}

.utilities__items {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* 子要素の高さを揃える */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding: 0 2.5rem 0 2.5rem;
  max-width: 944px;
  margin-top: 1.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .utilities__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    padding: 0 1.25rem 3.125rem 1.25rem;
    width: 90%;
  }
}

.utilities__item {
  background-color: #fff;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.5rem 2.375rem;
  visibility: hidden;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .utilities__item {
    aspect-ratio: auto;
    max-width: none;
    padding: 0 1.875rem 1.6875rem;
  }
}

.utilities__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 12rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .utilities__item-top {
    height: 9rem;
  }
}

.utilities__item-head {
  color: rgb(32, 86, 43);
  font-size: 1.75rem;
  font-weight: 500;
  padding-bottom: 0.5625rem;
  text-align: center;
  margin-top: 1.275rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .utilities__item-head {
    font-size: 1rem;
  }
}

.utilities__item-head span {
  color: #F08700;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  display: inline-block;
}

.utilities__item-text {
  font-size: 1.0625rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6470588235;
  padding-top: 1.3125rem;
  padding-bottom: 0.8125rem;
  width: 100%;
  position: relative;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .utilities__item-text {
    font-size: 1rem;
    text-wrap: wrap;
  }
}

.utilities__item-text::before {
  content: "";
  background-color: rgb(32, 86, 43);
  height: 1px;
  width: 100%;
  max-width: 320px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.utilities__item-note {
  background-color: #CBDD84;
  padding: 0.625rem 0.875rem;
  margin-bottom: 0.875rem;
}

.utilities__item-note p {
  color: rgb(32, 86, 43);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6470588235;
}
@media screen and (max-width: 768px) {
  .utilities__item-note p {
    font-size: 0.9375rem;
  }
}

.utilities__note {
  font-size: 0.8125rem;
  font-weight: 300;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .utilities__note {
    font-size: 0.75rem;
  }
}

.utilities__item-img {
  margin-top: auto;
}

.utilities__arrow {
  margin-inline: auto;
  width: 5.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .utilities__arrow {
    margin-top: 1.25rem;
    width: 3.125rem;
  }
}

.utilities-effect {
  background-image: url(../images/common/green-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3.125rem;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .utilities-effect {
    padding: 1.5625rem 1.25rem;
    width: 100%;
    margin-top: 1.25rem;
  }
}

.utilities-effect__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  padding: 2.9rem 1.875rem 2.6rem 2rem;
  margin-inline: auto;
  max-width: 944px;
}
@media screen and (max-width: 768px) {
  .utilities-effect__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.utilities-effect__head {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: rgb(32, 86, 43);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2727272727;
  padding-top: 0.75rem;
  text-align: center;
  width: 9.375rem;
  height: 9.375rem;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .utilities-effect__head {
    font-size: 0.875rem;
    width: 5.625rem;
    height: 5.625rem;
  }
}

@media screen and (max-width: 768px) {
  .utilities-effect__kind-wrap {
    margin-top: 1.25rem;
    text-align: center;
  }
}

.utilities-effect__kind {
  background-color: #fff;
  border-radius: 50px;
  color: rgb(32, 86, 43);
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 0.1875rem;
  text-align: center;
  width: 8.75rem;
}
@media screen and (max-width: 768px) {
  .utilities-effect__kind {
    font-size: 1rem;
    width: 7.5rem;
  }
}

.utilities-effect__kind + .utilities-effect__kind {
  margin-left: 0.75rem;
}

.utilities-effect__lead {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.6071428571;
  margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .utilities-effect__lead {
    font-size: 1.5rem;
    text-align: center;
  }
}

.utilities-effect__text {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6470588235;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .utilities-effect__text {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}

.related-features {
  padding-bottom: 1.5625rem;
}

.related-features__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: relative;
}

.related-features__title::before {
  content: "";
  background-image: url(../images/common/ribon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 23.375rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.related-features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  row-gap: 1.4375rem;
  padding: 0 1.875rem;
  margin-top: 3.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
  max-width: 1024px;
}
@media screen and (max-width: 768px) {
  .related-features__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.75rem;
  }
}

.related-features__item {
  border: 1px solid #F08700;
  border-radius: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1666666667;
  padding: 1.625rem 0 1.375rem 1.12125rem;
  width: 18.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .related-features__item {
    font-size: 0.875rem;
    padding: 1rem 0 0.75rem 1.12125rem;
    width: 12.5rem;
  }
}

.related-features__item p {
  position: relative;
}

.related-features__item p::before {
  content: "";
  background-image: url(../images/common/hushtag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.92125rem;
  height: 1.01125rem;
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.30875rem;
}
@media screen and (max-width: 768px) {
  .related-features__item p::before {
    width: 0.79625rem;
    height: 0.88625rem;
  }
}

.function {
  padding: 3.75rem 1.5625rem 4.4375rem;
  max-width: 994px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .function {
    padding: 1.5625rem 0.625rem 3.4375rem;
  }
}

.function__title {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .function__title {
    font-size: 1.125rem;
  }
}

.function__title::before {
  content: "";
  background-color: #EB9520;
  width: 100%;
  height: 0.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .function__title::before {
    bottom: 0;
    height: 0.5rem;
  }
}

.function__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.875rem;
     -moz-column-gap: 2.875rem;
          column-gap: 2.875rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .function__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .function__wrap.wrap-pc {
    display: none;
  }
}

.function__wrap.wrap-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .function__wrap.wrap-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .function__items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
}

.function__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.75rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .function__items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.0625rem;
       -moz-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
    row-gap: 0.9375rem;
    margin-top: 1.875rem;
  }
}

.function__item {
  background-color: #EEF4F2;
  border: 1px solid rgb(32, 86, 43);
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(1, 136, 195, 0.15);
          box-shadow: 2px 2px 5px 0px rgba(1, 136, 195, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.125rem 0.8125rem 0.75rem 4.875rem;
  height: 4.125rem;
  position: relative;
  width: 16.25rem;
}
@media screen and (max-width: 768px) {
  .function__item {
    padding: 0.375rem 0rem 0.375rem 2.625rem;
    height: 3.125rem;
    width: 10.125rem;
  }
}

.function__item::after {
  content: "";
  background-image: url(../images/common/arrow-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .function__item::after {
    width: 1rem;
    height: 1rem;
  }
}

.function__img {
  width: 15.3125rem;
}
@media screen and (max-width: 768px) {
  .function__img {
    margin-top: 1.875rem;
    width: 8.75rem;
  }
}

.function__name {
  color: rgb(32, 86, 43);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  padding-right: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .function__name {
    font-size: 0.6875rem;
    line-height: 1.2;
  }
}

.function__name span {
  display: inline-block;
}

.function__name.bottom::after {
  top: 72%;
}

@media screen and (max-width: 768px) {
  .function__item.item01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.function__name.arrow-none {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .function__name.arrow-none {
    font-size: 10px;
  }
}

.function__name.arrow-none::after {
  content: none;
}

.function__item::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .function__item::before {
    left: 0.6rem;
  }
}

.function__item.item01::before {
  background-image: url(../images/top/function/01.png);
  width: 2.8125rem;
  height: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .function__item.item01::before {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}

.function__item.item02::before {
  background-image: url(../images/top/function/02.png);
  width: 2.446875rem;
  height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .function__item.item02::before {
    width: 1.375rem;
    height: 1.271875rem;
  }
}

.function__item.item03::before {
  background-image: url(../images/top/function/03.png);
  width: 2.88rem;
  height: 2.805rem;
}
@media screen and (max-width: 768px) {
  .function__item.item03::before {
    width: 1.30625rem;
    height: 1.6875rem;
  }
}

.function__item.item04::before {
  background-image: url(../images/top/function/04.png);
  width: 3.050625rem;
  height: 2.75125rem;
}
@media screen and (max-width: 768px) {
  .function__item.item04::before {
    width: 1.30625rem;
    height: 1.6875rem;
  }
}

.function__item.item05::before {
  background-image: url(../images/top/function/05.png);
  width: 3.430625rem;
  height: 2.580625rem;
}
@media screen and (max-width: 768px) {
  .function__item.item05::before {
    width: 1.5rem;
    height: 1.160625rem;
  }
}

.function__item.item06::before {
  background-image: url(../images/top/function/06.png);
  width: 2.796875rem;
  height: 2.97625rem;
}
@media screen and (max-width: 768px) {
  .function__item.item06::before {
    width: 1.375rem;
    height: 1.24375rem;
  }
}

.function__item.item07::before {
  background-image: url(../images/top/function/07.png);
  width: 2.96625rem;
  height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .function__item.item07::before {
    width: 1.25875rem;
    height: 1.625rem;
  }
}

.function__item.item08::before {
  background-image: url(../images/top/function/08.png);
  width: 2.43125rem;
  height: 2.499375rem;
}
@media screen and (max-width: 768px) {
  .function__item.item08::before {
    width: 1.25875rem;
    height: 1.625rem;
  }
}

.page-fv {
  background-image: url(../images/common/page-fv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 13.125rem;
}

.page-fv__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 3.75rem 5rem;
  position: relative;
  max-width: 1024px;
  margin-inline: auto;
}

.page-fv__img img {
  aspect-ratio: 1024/200;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-fv__title-en {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 1.3125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.page-fv__title-ja {
  font-weight: 300;
  font-size: 1.6875rem;
  margin-top: 0.8125rem;
}

.about {
  position: relative;
}

.about::before {
  content: "";
  background-image: url(../images/company/mark.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 21.875rem;
  height: 12.5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.section-title {
  color: #B6916C;
  font-family: "Noto Sans";
  font-size: 1.3125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.section-lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.0833333333;
  text-align: left;
  margin-top: 1.4375rem;
}

.company-table {
  padding: 5rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .company-table {
    padding: 2.5rem 1.5rem 5rem;
  }
}

.company-table__inner {
  background-color: #fff;
  margin: auto;
  padding: 0 5.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .company-table__inner {
    padding: 2.5rem 1rem;
    width: 100%;
  }
}

.company-profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .company-profile__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.8125rem;
  }
}

.company-profile__list + .company-profile__list {
  margin-top: 1.875rem;
}

dt.company-profile__term {
  color: rgb(3, 0, 0);
  border-bottom: 0.5px solid #AF8865;
  font-size: 1.0625rem;
  font-weight: 300;
  padding-bottom: 1.875rem;
  width: 12.25rem;
  max-width: 8.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  dt.company-profile__term {
    border-bottom: none;
    padding-bottom: 1rem;
    width: 100%;
  }
}

dd.company-profile__description {
  color: rgb(3, 0, 0);
  border-bottom: 0.5px solid #AF8865;
  font-size: 1.0625rem;
  font-weight: 300;
  padding-left: 4.6875rem;
  padding-bottom: 1.875rem;
  line-height: 1.6;
  width: 37.75rem;
}
@media screen and (max-width: 768px) {
  dd.company-profile__description {
    width: 100%;
  }
}

dt.company-profile__term.last {
  border-bottom: none;
}

dd.company-profile__description.last {
  border-bottom: none;
}

.access__map {
  width: 43.75rem;
  height: 23.75rem;
  max-width: 700px;
  margin-inline: auto;
  position: relative;
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 9rem;
     -moz-column-gap: 9rem;
          column-gap: 9rem;
  margin-top: 3.125rem;
  max-width: 700px;
  margin-inline: auto;
}

.access__station-head {
  font-size: 1.0625rem;
  font-weight: 300;
}

.access__station-item {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.9411764706;
  padding-left: 0.625rem;
  position: relative;
}

.access__station-item::before {
  content: "";
  background-image: url(../images/company/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.625rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.625rem;
}

.p-consult {
  margin-top: 2.5625rem;
}

.p-consult__head-free {
  color: rgb(32, 86, 43);
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0.625rem;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-consult__head-free {
    font-size: 1.25rem;
  }
}
.p-consult__head-free::before, .p-consult__head-free::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #1a512e;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 768px) {
  .p-consult__head-free::before, .p-consult__head-free::after {
    width: 1.25rem;
    height: 0.09375rem;
  }
}
.p-consult__head-free::before {
  left: -1.5rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-consult__head-free::before {
    left: -0.75rem;
  }
}
.p-consult__head-free::after {
  right: -1.5rem;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-consult__head-free::after {
    right: -0.75rem;
  }
}

.p-consult__head-title {
  color: rgb(32, 86, 43);
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-consult__head-title {
    font-size: 1.25rem;
  }
}

.p-consult__head-time {
  background-color: #EB9520;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
  max-width: 486px;
  margin-inline: auto;
  margin-top: 0.4375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-consult__head-time {
    font-size: 1rem;
    width: 78%;
  }
}

.p-consult__img {
  position: relative;
  margin-top: 1.5625rem;
}

.p-consult__img img {
  aspect-ratio: 739.78/330;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-consult__img-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-consult__img-text {
    font-size: 0.75rem;
  }
}

.p-consult__guide {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  margin-top: 2.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-consult__guide {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-consult__guide span {
  color: #EF7100;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  margin-top: 2.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-consult__guide span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-consult__guide span {
    margin-top: 1.5rem;
  }
}

.calendar {
  border: 0.5px solid rgb(32, 86, 43);
  -webkit-box-shadow: 3px 3px 2px 0px rgb(227, 229, 228);
          box-shadow: 3px 3px 2px 0px rgb(227, 229, 228);
  padding: 11.125rem 4.25rem 2.375rem;
  position: relative;
  margin-top: 2.8125rem;
  width: 54.1875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .calendar {
    margin-top: 1.25rem;
    width: 100%;
    padding: 6rem 1.375rem 1.125rem;
  }
}
.calendar .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 5.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 84.26%;
}
@media screen and (max-width: 768px) {
  .calendar .label {
    top: 2.25rem;
  }
}
.calendar .label .month-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .calendar .label .month-label {
    top: -1.25rem;
  }
}
.calendar .label .month-label #year-number {
  color: rgb(32, 86, 43);
  font-size: 1.3125rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .calendar .label .month-label #year-number {
    font-size: 0.875rem;
  }
}
.calendar .label .month-label #month-number {
  color: rgb(32, 86, 43);
  font-size: 3.125rem;
  font-weight: 300;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .calendar .label .month-label #month-number {
    font-size: 1.875rem;
  }
}
.calendar .label .month-label #month-name {
  color: rgb(32, 86, 43);
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .calendar .label .month-label #month-name {
    font-size: 0.75rem;
  }
}
.calendar #prev-month-label,
.calendar #next-month-label {
  color: rgb(32, 86, 43);
  font-size: 1.5rem;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 768px) {
  .calendar #prev-month-label,
  .calendar #next-month-label {
    font-size: 0.875rem;
  }
}
.calendar #prev-month-label::before {
  content: "＜";
  color: rgb(32, 86, 43);
  font-size: 1.25rem;
  font-weight: 300;
  position: absolute;
  right: -1.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .calendar #prev-month-label::before {
    font-size: 0.875rem;
    right: -1.125rem;
  }
}
.calendar #next-month-label::before {
  content: "＞";
  color: rgb(32, 86, 43);
  font-size: 1.25rem;
  font-weight: 300;
  position: absolute;
  left: -1.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .calendar #next-month-label::before {
    font-size: 0.875rem;
    left: -1.125rem;
  }
}
.calendar table {
  border-collapse: collapse;
  width: 100%;
}
.calendar table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}
.calendar table th, .calendar table td {
  width: 2.75rem;
  height: 6.4375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .calendar table th, .calendar table td {
    width: 2.125rem;
    height: 2.0625rem;
  }
}
.calendar table th {
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .calendar table th {
    font-size: 0.875rem;
  }
}
.calendar table td {
  font-family: "Noto Sans JP";
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1.3125rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .calendar table td {
    font-size: 1rem;
  }
}
.calendar .sunday {
  color: red;
  cursor: default;
}
.calendar .saturday {
  color: blue;
  cursor: default;
}
.calendar .selected {
  color: #00ADEF;
}
.calendar .selected .circle {
  border-color: #00ADEF;
}
.calendar .circle {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  border: 2px solid orange;
  border-radius: 50%;
  margin: 0.375rem auto 0;
}
@media screen and (max-width: 768px) {
  .calendar .circle {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.calendar .no-reserve .circle,
.calendar .past .circle {
  border: none;
  background: none;
}
.calendar .past {
  color: #ccc;
  pointer-events: none;
}

.controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .controls {
    margin-top: 1.25rem;
    row-gap: 0.625rem;
  }
}
.controls label {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .controls label {
    font-size: 0.875rem;
    text-wrap: nowrap;
  }
}
.controls .input-group {
  width: 24.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .controls .input-group {
    width: 80%;
    max-width: 400px;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.controls select,
.controls input[type=text] {
  background: #f5f9f8;
  border: none;
  font-size: 1.25rem;
  width: 100%;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .controls select,
  .controls input[type=text] {
    font-size: 0.875rem;
  }
}
.controls select:focus,
.controls input[type=text]:focus {
  outline: none;
}

.input-group input,
.input-group select {
  padding: 1.3125rem 2rem 1rem;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .input-group input,
  .input-group select {
    padding: 0.6875rem 1.375rem 0.625rem;
  }
}

.select-wrapper {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.29375rem;
  width: 0.8125rem;
  height: 0.8125rem;
  border-right: 2px solid rgb(3, 0, 0);
  border-bottom: 2px solid rgb(3, 0, 0);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .select-wrapper::after {
    right: 1.04375rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }
}

.form-description {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 3.125rem;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .form-description {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.reserve.consult {
  background-color: #EEF4F2;
  padding: 3.5rem 5.375rem 6.25rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reserve.consult {
    padding: 2.875rem 1.625rem;
  }
}

.simulation__head {
  background-color: #67b9e0;
  padding: 2.1875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .simulation__head {
    padding: 1.5625rem;
  }
}

.simulation__head::before {
  content: "";
  background-image: url(../images/simulation/head-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 6.25rem;
  height: 3.125rem;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .simulation__head::before {
    width: 5rem;
    height: 2.5rem;
    bottom: -1.875rem;
  }
}

.simulation__head-t {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .simulation__head-t {
    font-size: 1.5rem;
  }
}

.simulation__head-t span {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .simulation__head-t span {
    font-size: 1.5rem;
  }
}

.simulation__head-t span::before {
  content: "";
  background-color: #FFD900;
  width: 107%;
  height: 0.625rem;
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .simulation__head-t span::before {
    bottom: 0.375rem;
    height: 0.5rem;
  }
}

.simulation__head-b {
  color: #fff;
  font-size: 3.4375rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .simulation__head-b {
    font-size: 1.875rem;
  }
}

.simulator__header {
  background-color: rgba(103, 185, 224, 0.1);
  border: 1px solid #67b9e0;
  font-size: 1.875rem;
  font-weight: 300;
  padding: 0.875rem 3.375rem 0.875rem;
  max-width: 500px;
  margin-inline: auto;
  text-align: center;
  text-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .simulator__header {
    font-size: 1.125rem;
    padding: 0.875rem 0.875rem 0.875rem;
    width: 80%;
    max-width: none;
  }
}

.simulator__header label,
.simulator__header span {
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .simulator__header label,
  .simulator__header span {
    font-size: 1rem;
  }
}

.simulator__header input {
  background-color: #fff;
  border: 1px solid #67b9e0;
  margin-right: 0.6875rem;
  margin-left: 0.875rem;
  height: 3.125rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .simulator__header input {
    height: 2.25rem;
  }
}

.simulator {
  background: #f9fcfd;
  padding: 4.75rem 0 1.875rem;
  margin: auto;
}
.simulator__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .simulator__boxes {
    gap: 1.25rem;
    margin-top: 2.5rem;
    width: 80%;
  }
}
.simulator__boxes.three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 1.25rem;
  max-width: 984px;
}
@media screen and (max-width: 768px) {
  .simulator__boxes.three {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding: 0 0.625rem;
  }
}
.simulator__boxes.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 640px;
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .simulator__boxes.two {
    grid-template-columns: 1fr;
    padding: 0 0.625rem;
    width: 80%;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
.simulator__box {
  border: 1px solid #67b9e0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  height: 20.625rem;
}
@media screen and (max-width: 768px) {
  .simulator__box {
    height: auto;
    padding-bottom: 1rem;
  }
}
.simulator__box .simulator__title {
  background-color: #67b9e0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 1.4375rem 0.625rem 0.6875rem;
  height: 39.39%;
  margin-bottom: 1.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .simulator__box .simulator__title {
    font-size: 1rem;
    padding: 0.8125rem 0.4375rem 0.5rem;
    height: auto;
  }
}
.simulator__box .simulator__line {
  margin: 1.1875rem 0;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .simulator__box .simulator__line {
    font-size: 1rem;
    margin: 0.875rem 0;
    padding: 0 0.5rem;
  }
}
.simulator__box .simulator__line input {
  width: 80px;
  padding: 6px;
  font-size: 1rem;
  border: 1px solid #67b9e0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .simulator__box .simulator__line input {
    font-size: 1rem;
    width: 6.25rem;
    margin: 0 0.125rem 0 0.25rem;
  }
}
.simulator__box .simulator__line .result-static {
  font-weight: 500;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .simulator__box .simulator__line .result-static {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .simulator__box.box-pb {
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 768px) {
  .simulator__title img {
    margin-bottom: 0.625rem;
  }
}

.simulator__box .simulator__line input {
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .simulator__box .simulator__line input {
    margin-left: 0.5rem;
  }
}

/* —— スマホ：2列＋3つめだけ中央 —— */
.simulator__title.title04,
.simulator__title.title05 {
  position: relative;
}

.simulator__title.title04::before,
.simulator__title.title05::before {
  content: "";
  background-image: url(../images/simulation/ai.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 4.916875rem;
  height: 7.03875rem;
  position: absolute;
  top: -0.75rem;
  right: 0.375rem;
}
@media screen and (max-width: 768px) {
  .simulator__title.title04::before,
  .simulator__title.title05::before {
    width: 2.4584375rem;
    height: 3.519375rem;
    top: -0.25rem;
    right: 0.25rem;
  }
}

.simulator__title.title05 {
  padding-top: 0.75rem;
}

.simulator__title img {
  margin-inline: auto;
}

.simulator__title img.icon01 {
  width: 4.8rem;
}
@media screen and (max-width: 768px) {
  .simulator__title img.icon01 {
    width: 3.025rem;
  }
}

.simulator__title img.icon02 {
  width: 3.2rem;
}
@media screen and (max-width: 768px) {
  .simulator__title img.icon02 {
    width: 2.225rem;
  }
}

.simulator__title img.icon03 {
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .simulator__title img.icon03 {
    width: 2.625rem;
  }
}

.simulator__title img.icon04 {
  width: 2.018125rem;
}
@media screen and (max-width: 768px) {
  .simulator__title img.icon04 {
    width: 1.6340625rem;
  }
}

.simulator__title img.icon05 {
  width: 3.519375rem;
}
@media screen and (max-width: 768px) {
  .simulator__title img.icon05 {
    width: 2.3846875rem;
  }
}

.arrow-down {
  margin-inline: auto;
  max-width: 984px;
  width: 96.09%;
}

.arrow-down-short {
  margin-inline: auto;
  max-width: 640px;
  width: 40rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .arrow-down-short {
    width: 96.09%;
  }
}

.simulator__comment {
  font-size: 2.0625rem;
  font-weight: 700;
  margin-top: 1.9375rem;
  margin-bottom: 2.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .simulator__comment {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.simulator__header.cost {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .simulator__header.cost {
    margin-top: 1rem;
  }
}

.simulator__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
}
@media screen and (max-width: 768px) {
  .simulator__circles {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
}

.simulator__circle {
  border: 2px solid #67b9e0;
  border-radius: 50%;
  color: #67b9e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.2631578947;
  padding-top: 0.875rem;
  text-align: center;
  width: 10.625rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .simulator__circle {
    font-size: 1.25rem;
    width: 5.625rem;
  }
}

.arrow-long {
  display: block;
}
@media screen and (max-width: 768px) {
  .arrow-long {
    display: none;
  }
}

.arrow-short.sp .arrow-down-short {
  display: none;
}
@media screen and (max-width: 768px) {
  .arrow-short.sp .arrow-down-short {
    display: block;
    margin-top: 0;
  }
}

.merit {
  margin-top: 4.75rem;
  width: 96.09%;
  margin-inline: auto;
  max-width: 984px;
}

.merit__title {
  background-color: #67b9e0;
  color: #fff;
  font-size: 2.0625rem;
  font-weight: 700;
  padding: 1.125rem 5.125rem 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__title {
    font-size: 1.25rem;
    padding: 0.75rem 1.375rem 0.5rem;
  }
}

.merit__lists {
  background-color: #F0F8FC;
  padding: 3.14375rem 0 5.2125rem 8.75rem;
}
@media screen and (max-width: 768px) {
  .merit__lists {
    padding: 1rem 1rem 3.375rem 3rem;
  }
}

.merit__list {
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 1.25rem;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .merit__list {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .merit__list {
    margin-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.merit__list::before {
  content: "";
  background-image: url(../images/simulation/check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4rem;
  height: 2.08375rem;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3.25rem;
}
@media screen and (max-width: 768px) {
  .merit__list::before {
    width: 1.2rem;
    height: 1.041875rem;
    left: -1.875rem;
    top: 19%;
  }
}

.merit__list::after {
  content: "";
  background-image: url(../images/simulation/dash.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50.625rem;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  left: -3.25rem;
}
@media screen and (max-width: 768px) {
  .merit__list::after {
    width: 19.25rem;
    left: -1.8125rem;
  }
}

.merit__list span {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.merit__list span::before {
  content: "";
  background-color: #FFD900;
  width: 100%;
  height: 0.625rem;
  position: absolute;
  bottom: 0.3125rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .merit__list span::before {
    height: 0.375rem;
    bottom: 0.1875rem;
  }
}

.merit__icon {
  width: 2.4rem;
}

.container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .container-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.container__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
@media screen and (max-width: 768px) {
  .container__left {
    width: 100%;
  }
}

.seikyu {
  padding: 0 2.125rem;
}
@media screen and (max-width: 768px) {
  .seikyu {
    padding: 0 2.125rem;
  }
}

.seikyu__head-title {
  color: rgb(32, 86, 43);
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .seikyu__head-title {
    font-size: 1.375rem;
  }
}

.seikyu__img {
  width: 60%;
  margin-inline: auto;
  margin-top: 1.725rem;
}
@media screen and (max-width: 768px) {
  .seikyu__img {
    width: 80%;
  }
}

.seikyu__img-simulation {
  border: 0.5px solid rgb(203, 203, 203);
  -webkit-clip-path: inset(0 0 0 1px);
          clip-path: inset(0 0 0 1px);
  margin-inline: auto;
  margin-top: 2.9625rem;
}
@media screen and (max-width: 768px) {
  .seikyu__img-simulation {
    width: 100%;
  }
}

.seikyu__description {
  background-color: #FCE000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3125rem 0;
  margin-top: 1.5625rem;
}

.seikyu__description-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.9047619048;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .seikyu__description-text {
    font-size: 0.875rem;
  }
}

.seikyu__description-text span {
  color: rgb(32, 86, 43);
  font-size: 0.9375rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.9047619048;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .seikyu__description-text span {
    font-size: 0.875rem;
  }
}

.seikyu__description-text span::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 0.625rem;
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.form-description.seikyu {
  font-size: 0.875rem;
  margin-top: 0;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .form-description.seikyu.pc {
    display: none;
  }
}

.form-description.seikyu.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .form-description.seikyu.sp {
    display: block;
    padding-bottom: 1.25rem;
  }
}

.reserve-container {
  background-color: #EEF4F2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
@media screen and (max-width: 768px) {
  .reserve-container {
    width: 100%;
    height: auto;
  }
}

.reserve {
  background-color: #EEF4F2;
  padding: 4rem 2.5rem 10.75rem;
}
@media screen and (max-width: 768px) {
  .reserve {
    width: 100%;
    padding: 2.5rem 2.5rem 3.75rem;
    margin-inline: auto;
    height: auto;
  }
}

.container__left > :last-child, .reserve-container > :last-child {
  margin-bottom: 0;
}

.fv {
  height: 40vw;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 4.875rem;
  }
}

.fv__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
  padding: 1rem;
  max-width: 2000px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    padding: 0 0.625rem 0.625rem;
  }
}

.fv__wrap {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .fv__wrap {
    margin-left: 0;
  }
}

@media screen and (min-width: 2000px) {
  .fv__wrap {
    margin-top: 5vw;
  }
}
.fv__text01 {
  font-size: 2.78vw;
  font-weight: 700;
  line-height: 1.0526315789;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv__text01 {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 2000px) {
  .fv__text01 {
    font-size: 4.25rem;
  }
}
.fv__text01::before {
  content: "";
  background-color: #EB9520;
  width: 100%;
  height: 0.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv__text01::before {
    bottom: 0rem;
    height: 0.3125rem;
  }
}

.fv__text02 {
  color: rgb(32, 86, 43);
  font-size: 4.3vw;
  font-weight: 700;
  line-height: 1.2272727273;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .fv__text02 {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 2000px) {
  .fv__text02 {
    font-size: 6.25rem;
  }
}
.fv__logo {
  margin-top: 0.5rem;
  width: 30.76vw;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .fv__logo {
    width: 8.75rem;
    margin-top: 0.5rem;
  }
}

.fv__logo img {
  aspect-ratio: 315/103.18;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.fv__img {
  margin-right: -5.125rem;
  width: 60.13vw;
  max-width: 1100px;
  -webkit-clip-path: inset(0 5% 0 0);
          clip-path: inset(0 5% 0 0);
}
@media screen and (max-width: 768px) {
  .fv__img {
    margin-right: -2rem;
    width: 13.5rem;
  }
}

@media screen and (min-width: 2000px) {
  .fv__img {
    margin-top: 5vw;
  }
}
.fv__img img {
  aspect-ratio: 626/370;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.intro {
  margin-top: 0.9vw;
}
@media screen and (max-width: 768px) {
  .intro {
    margin-top: 3rem;
  }
}

.intro__inner {
  background-color: transparent;
}

.intro__free {
  background-color: transparent;
  color: rgb(32, 86, 43);
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0.625rem;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .intro__free {
    font-size: 1.125rem;
  }
}

.intro__free::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #1a512e;
  -webkit-transform-origin: center;
          transform-origin: center;
  left: -1.5rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .intro__free::before {
    width: 1.25rem;
    height: 0.09375rem;
    left: -0.75rem;
  }
}

.intro__free::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #1a512e;
  -webkit-transform-origin: center;
          transform-origin: center;
  right: -1.5rem;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .intro__free::after {
    width: 1.25rem;
    height: 0.09375rem;
    right: -0.75rem;
  }
}

.point {
  margin-top: 2.1875rem;
  padding-bottom: 6.25rem;
}

.point__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point__head img {
  margin-left: 3rem;
  width: 16.875rem;
}
@media screen and (max-width: 768px) {
  .point__head img {
    width: 12.5rem;
    margin-left: 0;
  }
}

.point__head span {
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .point__head span {
    font-size: 1.25rem;
  }
}

.point__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  margin-top: 2.5875rem;
  max-width: 944px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .point__items {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.point__item {
  aspect-ratio: 248/150;
  border: 1px solid rgb(32, 86, 43);
  border-radius: 12px;
  -webkit-box-shadow: 3px 3px 2px 0px rgb(240, 240, 240);
          box-shadow: 3px 3px 2px 0px rgb(240, 240, 240);
  padding: 2.1rem 0.625rem 0.3125rem;
}
@media screen and (max-width: 768px) {
  .point__item {
    width: 70%;
    margin-inline: auto;
    padding: 1.625rem 0.625rem 0.3125rem;
  }
}

.point__item-sub {
  font-size: 1.0625rem;
  text-align: center;
  position: relative;
}

.point__item-sub::before {
  content: "";
  background-color: #EB9520;
  width: 8.75rem;
  height: 0.3125rem;
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .point__item-sub::before {
    bottom: 0.125rem;
  }
}

.point__item-main {
  color: rgb(32, 86, 43);
  font-size: 1.75rem;
  line-height: 1.1724137931;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point__item-main {
    font-size: 1.5rem;
  }
}

.point__item.item01,
.point__item.item02,
.point__item.item03 {
  position: relative;
}

.point__item.item01::before,
.point__item.item02::before,
.point__item.item03::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.125rem;
  height: 3.125rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .point__item.item01::before,
  .point__item.item02::before,
  .point__item.item03::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.point__item.item01::before {
  background-image: url(../images/top/point/icon01.svg);
}

.point__item.item02::before {
  background-image: url(../images/top/point/icon02.svg);
}

.point__item.item03::before {
  background-image: url(../images/top/point/icon03.svg);
}

.t-about {
  background-color: #EEF4F2;
  padding: 2.625rem 0 0;
}

.t-about__inner {
  position: relative;
}

.t-about-tab {
  position: absolute;
  top: -29%;
  right: 0;
  width: 28.8125rem;
}
@media screen and (max-width: 768px) {
  .t-about-tab {
    width: 12.8125rem;
    top: -9%;
  }
}

.t-about__title-img {
  margin-right: auto;
  width: 5.0625rem;
}

.t-about__title {
  margin-top: 1.0625rem;
}

.t-about__point {
  background-color: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0px 8px 0px 0px rgba(203, 203, 203, 0.5);
          box-shadow: 0px 8px 0px 0px rgba(203, 203, 203, 0.5);
  padding: 1.875rem 2.5rem 1.1875rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .t-about__point {
    padding: 1.875rem 1.25rem 1.5rem;
  }
}

.t-about__point-title {
  font-size: 1.4375rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-about__point-title {
    font-size: 1.25rem;
  }
}

.t-about__point-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .t-about__point-wrap {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}

.t-about__point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.t-about__point-item-img.img01 {
  width: 5.1475rem;
}

.t-about__point-item-img.img02 {
  width: 8.55125rem;
}

.t-about__point-item-img.img03 {
  width: 4.16rem;
}

.t-about__point-item-head {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.2625rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.t-about__point-item-head::before {
  content: "";
  background-image: url(../images/top/about/point/green-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14.125rem;
  height: 2.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.t-about__point-item-text {
  margin-top: 0.875rem;
}

.t-feature {
  padding: 3.75rem 1.25rem 1rem;
  font-family: sans-serif;
  background: #EEF4F2;
  padding-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .t-feature {
    padding-bottom: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .t-feature__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.t-feature__title {
  font-size: 1.5625rem;
  font-weight: 300;
  margin-inline: auto;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.t-feature__title::before {
  content: "";
  background-color: #EB9520;
  width: 102%;
  height: 0.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .t-feature__title::before {
    bottom: 0.375rem;
    height: 0.5rem;
  }
}

.t-feature__detail.detail02 {
  margin-top: 6rem;
}

.t-feature__detail.detail03 {
  margin-top: 5.5rem;
}

.t-feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.8125rem;
     -moz-column-gap: 5.8125rem;
          column-gap: 5.8125rem;
  margin-top: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .t-feature__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
  }
}

.t-feature__detail.detail03 .t-feature__container {
  -webkit-column-gap: 2.0625rem;
     -moz-column-gap: 2.0625rem;
          column-gap: 2.0625rem;
}

.t-feature__container.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .t-feature__container.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
  }
}

.t-feature__container.reverse .t-feature__labels {
  margin-top: 0;
}

.t-feature__container.reverse .t-feature__content {
  margin-left: -1rem;
  margin-left: auto;
}

.t-feature__container.reverse .t-feature__text {
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .t-feature__container.reverse .t-feature__text {
    text-wrap: wrap;
  }
}

.t-feature__container.reverse .t-feature__image {
  margin-left: 3rem;
  margin-top: -5.5rem;
}
@media screen and (max-width: 768px) {
  .t-feature__container.reverse .t-feature__image {
    margin-left: -1rem;
    margin-top: auto;
  }
}

.t-feature__image {
  position: relative;
  width: 27.31%;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .t-feature__image {
    width: 50%;
    margin-top: auto;
  }
}

.t-feature__detail.detail03 .t-feature__image {
  margin-top: -8rem;
  margin-left: -2rem;
  width: 24.9375rem;
}
@media screen and (max-width: 768px) {
  .t-feature__detail.detail03 .t-feature__image {
    width: 70%;
    margin-top: 0;
  }
}

.t-feature__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.t-feature__badge {
  background-image: url(../images/top/feature/badge.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -3.7rem;
  bottom: 0.2rem;
  color: #fff;
  padding-top: 0.5rem;
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  width: 6.25rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-feature__badge {
    font-size: 0.9375rem;
    width: 5rem;
    left: -3.5rem;
  }
}

.t-feature__detail.detail02 .t-feature__badge {
  left: auto;
  right: -4.2rem;
}
@media screen and (max-width: 768px) {
  .t-feature__detail.detail02 .t-feature__badge {
    right: -3.5rem;
  }
}

.t-feature__detail.detail03 .t-feature__badge {
  left: 0.3rem;
  bottom: -1.8rem;
}

.t-feature__detail .cta-link__simulate a {
  margin-top: 0.5rem;
}

.t-feature__content {
  font-size: 16px;
  width: 27.0625rem;
  margin-right: -1rem;
}
@media screen and (max-width: 768px) {
  .t-feature__content {
    width: 100%;
    margin-right: auto;
  }
}

.t-feature__detail.detail03 .t-feature__content {
  width: 28.0625rem;
  margin-right: -3rem;
}
@media screen and (max-width: 768px) {
  .t-feature__detail.detail03 .t-feature__content {
    width: 100%;
    margin-right: auto;
  }
}

.t-feature__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  margin-top: 1rem;
}

.t-feature__detail.detail02 .t-feature__labels {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.t-feature__label {
  display: inline-block;
}

.t-feature__label.dx img {
  width: 4.75rem;
}
@media screen and (max-width: 768px) {
  .t-feature__label.dx img {
    width: 4.125rem;
  }
}

.t-feature__label.line img {
  width: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .t-feature__label.line img {
    width: 2.1875rem;
  }
}

.t-feature__number img {
  width: 9.1875rem;
  position: absolute;
  top: -3.5rem;
  right: -1.25rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .t-feature__number img {
    width: 6.25rem;
    top: -3rem;
    right: -0.875rem;
  }
}

.t-feature__detail.detail01 .t-feature__number img {
  top: -4.5rem;
}
@media screen and (max-width: 768px) {
  .t-feature__detail.detail01 .t-feature__number img {
    top: -3rem;
  }
}

.t-feature__detail.detail02 .t-feature__number img {
  top: -4.5rem;
  right: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  .t-feature__detail.detail02 .t-feature__number img {
    top: -3.5rem;
  }
}

.t-feature__detail.detail03 .t-feature__number img {
  top: -4.5rem;
  right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .t-feature__detail.detail03 .t-feature__number img {
    top: -3.5rem;
  }
}

.t-feature__heading {
  background: #CBDD84;
  color: rgb(32, 86, 43);
  padding: 0.625rem 1.0625rem 0.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .t-feature__heading {
    margin-top: 1.5rem;
  }
}

.t-feature__detail.detail03 .t-feature__heading {
  padding-left: 0.5rem;
  padding-right: 0;
  letter-spacing: -0.02em;
  -webkit-clip-path: inset(0 4% 0 0);
          clip-path: inset(0 4% 0 0);
}
@media screen and (max-width: 768px) {
  .t-feature__detail.detail03 .t-feature__heading {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.t-feature__text {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.4666666667;
  margin: 1rem 0 0.4rem;
  line-height: 1.6;
}

.t-feature__subheading {
  background: rgb(32, 86, 43);
  color: #fff;
  display: inline-block;
  padding: 0.3125rem 0.4375rem 0.125rem;
  font-weight: 300;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .t-feature__subheading {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

.t-feature__note {
  color: rgb(32, 86, 43);
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.4666666667;
  margin-bottom: 0.6rem;
}

.t-feature__list {
  padding-left: 1.25rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .t-feature__list {
    padding-left: 1rem;
  }
}

.t-feature__list li {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.4666666667;
  position: relative;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .t-feature__list li {
    font-size: 0.8125rem;
    text-wrap: wrap;
  }
}

.t-feature__list li::before {
  content: "";
  background-image: url(../images/top/feature/circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.25rem;
}
@media screen and (max-width: 768px) {
  .t-feature__list li::before {
    width: 0.75rem;
    height: 0.75rem;
    left: -1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .t-feature__list li.top::before {
    top: 20%;
  }
}

@media screen and (max-width: 768px) {
  .t-feature__list li + li {
    margin-top: 0.25rem;
  }
}

.t-feature__btn {
  background: #e67500;
  color: white;
  display: inline-block;
  padding: 14px 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.t-feature__btn:hover {
  background: #cc6100;
}

.check {
  background-color: #fff;
  padding: 4rem 0 3.6875rem;
}
@media screen and (max-width: 768px) {
  .check {
    padding: 2.25rem 0 2.4375rem;
  }
}

.check__title {
  color: rgb(32, 86, 43);
  font-size: 1.75rem;
  font-weight: 500;
  padding: 0 0.25rem;
  margin-inline: auto;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.check__title span {
  color: rgb(32, 86, 43);
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .check__title span {
    font-size: 1rem;
  }
}

.check__title span::before {
  content: "";
  background-color: #CBDD84;
  width: 102%;
  height: 0.625rem;
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .check__title span::before {
    bottom: 0.0625rem;
    height: 0.5rem;
  }
}

.check__title::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #1a512e;
  -webkit-transform-origin: center;
          transform-origin: center;
  left: -1.5rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .check__title::before {
    width: 1.25rem;
    height: 0.09375rem;
    left: -0.75rem;
    top: 58%;
  }
}

.check__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #1a512e;
  -webkit-transform-origin: center;
          transform-origin: center;
  right: -1.5rem;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .check__title::after {
    width: 1.25rem;
    height: 0.09375rem;
    right: -0.75rem;
    top: 58%;
  }
}

.check__text {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.7333333333;
  text-align: center;
  margin-top: 1.8125rem;
}

.check__text span {
  color: rgb(32, 86, 43);
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.7333333333;
  text-align: center;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  margin-top: 1.9375rem;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .input-group {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    margin-top: 1rem;
  }
}

.input-group label {
  font-size: 1.0625rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .input-group label {
    font-size: 0.875rem;
  }
}

.check .input-group input {
  width: 9.375rem;
  height: 3.75rem;
  padding: 0 0.625rem;
  font-size: 1.0625rem;
  border: 1px solid rgb(32, 86, 43);
  background: #EEF4F2;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .check .input-group input {
    width: 6.875rem;
  }
}

.input-group span {
  font-size: 1.0625rem;
}

.check-btn {
  display: block;
  padding: 0.5rem 0 0.375rem;
  background-color: #F08700;
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 7.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .check-btn {
    font-size: 0.875rem;
    width: 6.25rem;
  }
}

.price {
  background-image: url(../images/top/price/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 3rem 5rem 1.25rem;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .price {
    padding-right: 0;
    padding-left: 0;
  }
}

.price__inner {
  max-width: 1024px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .price__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.price__title-img img {
  width: 4.07625rem;
}

.price__title {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 1.0625rem;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .price__title {
    font-size: 1.125rem;
  }
}

.price__title span {
  color: #fff;
  font-size: 1.8125rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .price__title span {
    font-size: 1.5rem;
  }
}

.price-table {
  color: #333;
  border-radius: 6px;
}

.price-table__row {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0 0.2rem;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .price-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 0.875rem;
    padding: 0.875rem 0 0.875rem;
  }
}

.price-table__row.emphasize {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .price-table__row.emphasize {
    font-size: 0.875rem;
    padding: 0.875rem 0 0.875rem;
  }
}

.price-table__row.emphasize .price-table__value span.st {
  color: rgb(32, 86, 43);
  font-weight: 700;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .price-table__row.emphasize .price-table__value span.st {
    font-size: 1rem;
  }
}

.price-table__row.emphasize .price-table__value span.plus {
  color: rgb(32, 86, 43);
  font-weight: 700;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .price-table__row.emphasize .price-table__value span.plus {
    font-size: 0.875rem;
  }
}

.price-table__label {
  padding-left: 8.1875rem;
  width: 36.81%;
}
@media screen and (max-width: 768px) {
  .price-table__label {
    padding-left: 1.25rem;
    width: 100%;
  }
}

.price-table__label.pl-n {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .price-table__label.pl-n {
    padding-bottom: 0.7rem;
  }
}

@media screen and (max-width: 768px) {
  .price-table__label.pt {
    padding: 0.875rem 1.25rem 0.875rem;
  }
}

.price-table__row.emphasize .price-table__label {
  padding-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .price-table__row.emphasize .price-table__label {
    padding-top: 0;
  }
}

.option-label.option {
  position: relative;
  padding-left: 8.1875rem;
  width: 36.81%;
}
@media screen and (max-width: 768px) {
  .option-label.option {
    padding-left: 6.1875rem;
  }
}

.option-label.option::before {
  content: "OPTION";
  color: #fff;
  background-color: rgb(32, 86, 43);
  border-radius: 50px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  padding: 0.25rem 0.625rem 0;
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .option-label.option::before {
    font-size: 0.8125rem;
  }
}

.price-table__value {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 63.19%;
}
@media screen and (max-width: 768px) {
  .price-table__value {
    margin-top: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 0.875rem;
    width: 100%;
  }
}

.price-table__value.large {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 768px) {
  .price-table__value.large {
    font-size: 0.875rem;
    padding-bottom: 2.375rem;
  }
}

.price-table__value .plus {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .price-table__value .plus {
    margin-left: 0.5rem;
    margin-right: 0.25rem;
  }
}

.formula {
  display: inline-block;
  border: 1px solid rgb(32, 86, 43);
  border-radius: 18px;
  color: rgb(32, 86, 43);
  padding: 0.375rem 0.625rem 0.1875rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-align: center;
  width: 13.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .formula {
    font-size: 0.8125rem;
    padding: 0.25rem 0.5rem 0.125rem;
    width: 10.75rem;
  }
}

.formula::before {
  content: "";
  background-image: url(../images/top/price/chip-y.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.125rem;
  font-weight: 300;
  position: absolute;
  bottom: -3.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.75rem;
  height: 3.875rem;
}
@media screen and (max-width: 768px) {
  .formula::before {
    bottom: -2.375rem;
    font-size: 0.875rem;
    width: 11.25rem;
    height: 2.325rem;
  }
}

.note {
  background: yellow;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 4px 8px;
  display: block;
  margin-top: 6px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: 0.8125rem;
  }
}

.option-tag {
  background: #00592c;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.option-campaign {
  display: inline-block;
  background: #FF0000;
  color: #fff;
  padding: 0.0625rem 0.75rem 0;
  margin-bottom: 0.125rem;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .option-campaign {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 1.25rem;
    margin-left: auto;
  }
}

.price-table__details {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .price-table__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.price-table__details table {
  width: 63.19%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .price-table__details table {
    width: 100%;
  }
}

.price-table__details td {
  font-size: 0.875rem;
  padding: 0.9375rem 0 0.9375rem 1.0625rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .price-table__details td {
    padding-right: 0.25rem;
  }
}

.gray-bg {
  background: rgba(32, 86, 43, 0.1);
}

.gray-bg td span,
.gray-bg2 td span {
  color: rgb(32, 86, 43);
}

.gray-bg2 {
  background: rgba(32, 86, 43, 0.04);
}

.price-note {
  color: #fff;
  text-align: right;
  margin-top: 1.3rem;
  font-size: 0.875rem;
}

.flow {
  background-color: #fff;
  padding: 3.5625rem 0 3.3125rem;
}

.flow__title {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 1.125rem;
  }
}

.flow__title::before {
  content: "";
  background-color: #EB9520;
  width: 100%;
  height: 0.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow__title::before {
    bottom: 0;
    height: 0.5rem;
  }
}

.flow__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  margin-top: 3.625rem;
  width: 100%;
  max-width: 1184px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .flow__items {
    grid-template-columns: 1fr;
    place-items: center;
    row-gap: 5.625rem;
  }
}

.flow__item {
  background-color: #fff;
  border: 0.5px solid rgb(32, 86, 43);
  -webkit-box-shadow: 4px 4px 0px 0px rgba(203, 203, 203, 0.5);
          box-shadow: 4px 4px 0px 0px rgba(203, 203, 203, 0.5);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2.6875rem 1.3125rem 0.875rem;
}
@media screen and (max-width: 768px) {
  .flow__item {
    aspect-ratio: 248/330;
    padding: 1.125rem 1.25rem 0.875rem;
    width: 15.5rem;
    max-width: none;
  }
}

.flow__item.item03 {
  padding: 2.6875rem 0.9rem 0.875rem;
}
@media screen and (max-width: 768px) {
  .flow__item.item03 {
    padding: 1.125rem 1.25rem 0.875rem;
  }
}

.flow__item.item01,
.flow__item.item02,
.flow__item.item03 {
  position: relative;
}

.flow__item.item01::before,
.flow__item.item02::before,
.flow__item.item03::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.125rem;
  height: 3.3125rem;
  position: absolute;
  top: -1.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .flow__item.item01::before,
  .flow__item.item02::before,
  .flow__item.item03::before {
    width: 2.5rem;
    height: 2.6875rem;
  }
}

.flow__item.item01::before {
  background-image: url(../images/top/flow/1.png);
}

.flow__item.item02::before {
  background-image: url(../images/top/flow/2.png);
}

.flow__item.item03::before {
  background-image: url(../images/top/flow/3.png);
}

.flow__item.item01::after,
.flow__item.item02::after {
  content: "";
  background-image: url(../images/top/flow/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.875rem;
  height: 1.5625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.9375rem;
}
@media screen and (max-width: 768px) {
  .flow__item.item01::after,
  .flow__item.item02::after {
    top: auto;
    bottom: -3.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.flow__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .flow__img {
    height: 10.25rem;
  }
}

.flow__img.img01 {
  width: 8.31125rem;
}
@media screen and (max-width: 768px) {
  .flow__img.img01 {
    width: 6.43625rem;
  }
}

.flow__img.img02 {
  width: 7.9975rem;
}
@media screen and (max-width: 768px) {
  .flow__img.img02 {
    width: 6.1225rem;
  }
}

.flow__img.img03 {
  width: 6.911875rem;
}
@media screen and (max-width: 768px) {
  .flow__img.img03 {
    width: 5.661875rem;
  }
}

.flow__head {
  color: rgb(32, 86, 43);
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.2592592593;
  margin-top: 0.7375rem;
  text-align: center;
  height: 3.6875rem;
}
@media screen and (max-width: 768px) {
  .flow__head {
    font-size: 1.25rem;
    height: 1.6875rem;
    margin-top: 1.175rem;
  }
}

.flow__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-top: 0.3125rem;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .flow__text {
    margin-top: 0;
  }
}

.flow__item.item03 .flow__text {
  margin-left: -0.5rem;
}
@media screen and (max-width: 768px) {
  .flow__item.item03 .flow__text {
    margin-left: auto;
  }
}

.flow__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.0625rem;
  margin-right: 0.8125rem;
  width: 1.875rem;
}
@media screen and (max-width: 768px) {
  .flow__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0.625rem auto 0.625rem auto;
  }
}

.faq {
  background-color: #EEF4F2;
  padding: 2.125rem 0 2.5625rem;
}

.faq__title-img {
  margin-right: auto;
  width: 6rem;
}

.faq__title {
  margin-top: 0.3rem;
}

.t-faq__title {
  margin-top: 0.625rem;
}

.faq__container {
  padding-top: 2.25rem;
}

.faq__inner {
  width: min(900px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.faq__wrap {
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 0px 0px rgba(203, 203, 203, 0.5);
          box-shadow: 0px 8px 0px 0px rgba(203, 203, 203, 0.5);
  border-radius: 18px;
  padding: 2.25rem 2rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .faq__wrap {
    padding: 2.25rem 0.625rem;
  }
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.accordion__title {
  background-color: #EEF4F2;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.6875rem 0.75rem 0.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .accordion__title {
    padding-right: 1.9rem;
  }
}

.accordion__title::before {
  content: "";
  background-image: url(../images/top/faq/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.25rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.125rem;
}
@media screen and (max-width: 768px) {
  .accordion__title::before {
    right: 0.875rem;
  }
}

.accordion__title span {
  background-color: rgb(32, 86, 43);
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  margin-right: 1.0625rem;
  padding: 0 0.375rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.accordion__content {
  display: none;
  background-color: #fff;
  padding: 0.8125rem 0.75rem 0.8125rem;
}

.accordion__content-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion__content span {
  background-color: #09B14A;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  margin-right: 1.0625rem;
  padding: 0 0.375rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.faq__item {
  background-color: #fff;
  font-size: 16px;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .faq__item {
    padding: 0 0.9375rem;
  }
}
.faq__item + .faq__item {
  margin-top: 0.625rem;
}

.faq__question {
  padding-block: 20px 22px;
  position: relative;
}

.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #0188c3;
}

.faq__question::before {
  right: 0px;
  width: 16px;
  height: 2px;
}

.faq__question::after {
  right: 7px;
  width: 2px;
  height: 16px;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}
details[open] .faq__question::after {
  rotate: 90deg;
}

.faq__question-text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6923076923;
  list-style: none;
  position: relative;
  padding-inline: 29px 29px;
  margin-inline: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.faq__question-text::before {
  content: "Q";
  color: #0188c3;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .faq__question-text {
    font-size: 0.75rem;
    text-align: left;
  }
  .faq__question-text::before {
    top: 15px;
  }
}
.faq__answer {
  padding-bottom: 20px;
}

.faq__answer-text {
  border-top: 1px solid #707070;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.8333333333;
  list-style: none;
  position: relative;
  padding-top: 0.6875rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .faq__answer-text {
    font-size: 0.6875rem;
    text-align: left;
  }
}
.document {
  background-color: #fff;
  padding: 2.5625rem 0;
}

.document__inner {
  max-width: 1024px;
  margin-inline: auto;
}

.t-document__title-img {
  margin-right: auto;
  width: 9.375rem;
}

.t-document__title {
  margin-top: 0.625rem;
}

.document__swiper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .document__swiper {
    width: 85%;
    overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .document__swiper-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.document__swiper-container {
  margin-top: 0.78125rem;
  position: relative;
}

.document__img {
  margin-top: 0.84375rem;
}

.document__img img {
  aspect-ratio: 193.5/200;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ================================
   本題のCSS
=============================== */
/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 63% !important;
  translate: 0 -50%;
  width: 1.2rem !important;
  height: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 0.8rem !important;
    height: 0.8rem !important;
  }
}

.swiper-button-prev {
  left: calc(-1 * var(--swiper-arrow-offset, 3rem)) !important;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0.1rem !important;
  }
}

.swiper-button-next {
  right: calc(-1 * var(--swiper-arrow-offset, 3rem)) !important;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 0.1rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .line .p-fv__wrap {
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }
}
.line .p-fv__right {
  margin-right: auto;
  margin-left: -4rem;
  max-width: 700px;
  width: 50.13vw;
}
@media screen and (max-width: 768px) {
  .line .p-fv__right {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: 90%;
  }
}

.line .p-fv__desc.desc01 {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .line .p-fv__desc.desc01 {
    margin-top: 1rem;
  }
}

.line .p-fv__desc.desc02 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .line .p-fv__desc.desc02 {
    margin-top: 0.625rem;
  }
}

.line .feature__item.item01 .feature__head-img {
  width: 3.495rem;
}
@media screen and (max-width: 768px) {
  .line .feature__item.item01 .feature__head-img {
    width: 2.245rem;
  }
}

.line .feature__item.item02 .feature__head-img {
  width: 3.36rem;
}
@media screen and (max-width: 768px) {
  .line .feature__item.item02 .feature__head-img {
    width: 2.11rem;
  }
}

.line .feature-detail__container#feature01 {
  padding-bottom: 0;
}

.line .feature-detail__img.img01 {
  width: 15.3125rem;
  margin-top: -1.875rem;
  margin-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .line .feature-detail__img.img01 {
    width: 8.25rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.line .feature-detail__img.img02 {
  width: 20.346875rem;
  margin-top: 2.25rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .line .feature-detail__img.img02 {
    width: 14.5rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.line .utilities__item-icon.icon01 {
  width: 6.175rem;
}
@media screen and (max-width: 768px) {
  .line .utilities__item-icon.icon01 {
    width: 4.3rem;
  }
}

.line .utilities__item-img.img01 {
  width: 11.25rem;
}
@media screen and (max-width: 768px) {
  .line .utilities__item-img.img01 {
    width: 8.75rem;
  }
}

.line .utilities__item-icon.icon02 {
  width: 8.315625rem;
}
@media screen and (max-width: 768px) {
  .line .utilities__item-icon.icon02 {
    width: 5.815625rem;
  }
}

.line .utilities__item-img.img02 {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .line .utilities__item-img.img02 {
    width: 12.4rem;
  }
}

.receipt .p-fv__left {
  margin-left: -4rem;
}
@media screen and (max-width: 768px) {
  .receipt .p-fv__left {
    margin-left: auto;
  }
}

.receipt .p-fv__right {
  width: 40vw;
  max-width: 640px;
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  .receipt .p-fv__right {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: 65%;
  }
}

.receipt .p-fv__desc.desc01 {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .receipt .p-fv__desc.desc01 {
    margin-top: 1rem;
  }
}

.receipt .p-fv__desc.desc02 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .receipt .p-fv__desc.desc02 {
    margin-top: 0.625rem;
  }
}

.receipt .p-fv__chip {
  position: absolute;
  width: 11.25rem;
  top: 1.5rem;
  left: 17rem;
}
@media screen and (max-width: 768px) {
  .receipt .p-fv__chip {
    width: 7.5rem;
    top: 0.5rem;
    left: 10rem;
  }
}

.receipt .feature__item.item01 .feature__head-img {
  width: 4.68rem;
}
@media screen and (max-width: 768px) {
  .receipt .feature__item.item01 .feature__head-img {
    width: 2.805rem;
  }
}

.receipt .feature__item.item02 .feature__head-img {
  width: 2.890625rem;
}
@media screen and (max-width: 768px) {
  .receipt .feature__item.item02 .feature__head-img {
    width: 1.640625rem;
  }
}

.receipt .feature-detail__img.img01 {
  width: 17.5rem;
  min-width: 244px;
  margin-left: 5.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .receipt .feature-detail__img.img01 {
    width: 11.25rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.receipt .feature-detail__img.img02 {
  width: 17.75rem;
  min-width: 244px;
  margin-left: 2.7rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .receipt .feature-detail__img.img02 {
    width: 11.5rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.receipt .utilities__item-icon.icon01 {
  width: 6.4825rem;
}
@media screen and (max-width: 768px) {
  .receipt .utilities__item-icon.icon01 {
    width: 3.675rem;
  }
}

.receipt .utilities__item-img.img01 {
  width: 18.625rem;
  margin-top: 1.25rem;
  margin-left: -5rem;
}
@media screen and (max-width: 768px) {
  .receipt .utilities__item-img.img01 {
    width: 13.75rem;
    margin-left: -1rem;
  }
}

.report .p-fv__right {
  width: 40vw;
  max-width: 640px;
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  .report .p-fv__right {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: 65%;
  }
}

.report .p-fv__desc.desc01 {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .report .p-fv__desc.desc01 {
    margin-top: 1rem;
  }
}

.report .p-fv__desc.desc02 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .report .p-fv__desc.desc02 {
    margin-top: 0.625rem;
  }
}

.report .p-fv__chip {
  position: absolute;
  width: 11.25rem;
  top: 1.5rem;
  left: 17rem;
}
@media screen and (max-width: 768px) {
  .report .p-fv__chip {
    width: 7.5rem;
    top: 0.5rem;
    left: 10rem;
  }
}

.report .feature__item.item01 .feature__head-img {
  width: 3.563125rem;
}
@media screen and (max-width: 768px) {
  .report .feature__item.item01 .feature__head-img {
    width: 2.2425rem;
  }
}

.report .feature__item.item02 .feature__head-img {
  width: 2.890625rem;
}
@media screen and (max-width: 768px) {
  .report .feature__item.item02 .feature__head-img {
    width: 1.890625rem;
  }
}

.report .feature-detail__img.img01 {
  width: 19.5rem;
  min-width: 244px;
  margin-left: 3.625rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .report .feature-detail__img.img01 {
    width: 11.25rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.report .feature-detail__img.img02 {
  width: 18.75rem;
  min-width: 244px;
  margin-left: 4.125rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .report .feature-detail__img.img02 {
    width: 11.5rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.report .utilities__item {
  padding: 0 1.75rem 2.375rem;
}
@media screen and (max-width: 768px) {
  .report .utilities__item {
    padding: 0 1.25rem 3.125rem 1.25rem;
  }
}

.report .utilities__item-text::before {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .report .utilities__item-text::before {
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .report .utilities__item-top {
    height: 8rem;
  }
}

.report .utilities__item-icon.icon01 {
  width: 3.69375rem;
}
@media screen and (max-width: 768px) {
  .report .utilities__item-icon.icon01 {
    width: 2.425rem;
  }
}

.report .utilities__item-img.img01 {
  width: 18.625rem;
  margin-top: 1.25rem;
  margin-left: -3rem;
}
@media screen and (max-width: 768px) {
  .report .utilities__item-img.img01 {
    width: 13.75rem;
    margin-left: -4rem;
    margin-top: -1rem;
  }
}

.hiyari .p-fv__left {
  margin-left: -2rem;
}
@media screen and (max-width: 768px) {
  .hiyari .p-fv__left {
    margin-left: 0;
  }
}

.hiyari .p-fv__right {
  width: 40vw;
  max-width: 640px;
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  .hiyari .p-fv__right {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: 65%;
  }
}

.hiyari .p-fv__desc.desc01 {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .hiyari .p-fv__desc.desc01 {
    margin-top: 1rem;
  }
}

.hiyari .p-fv__desc.desc02 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .hiyari .p-fv__desc.desc02 {
    margin-top: 0.625rem;
  }
}

.hiyari .p-fv__desc.desc01 {
  position: relative;
}

.hiyari .p-fv__chip {
  position: absolute;
  max-width: 208px;
  top: 1.5rem;
  left: 17rem;
}
@media screen and (max-width: 768px) {
  .hiyari .p-fv__chip {
    width: 7.5rem;
    top: 0.5rem;
    left: 10rem;
  }
}

.hiyari .feature__item.item01 .feature__head-img {
  width: 4.956875rem;
}
@media screen and (max-width: 768px) {
  .hiyari .feature__item.item01 .feature__head-img {
    width: 2.805rem;
  }
}

.hiyari .feature__item.item02 .feature__head-img {
  width: 4.29rem;
}
@media screen and (max-width: 768px) {
  .hiyari .feature__item.item02 .feature__head-img {
    width: 2.265625rem;
  }
}

.hiyari .feature-detail__img.img01 {
  width: 17.5rem;
  min-width: 244px;
  margin-left: 3.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .hiyari .feature-detail__img.img01 {
    width: 12.5rem;
    min-width: auto;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.hiyari .feature-detail__img.img02 {
  width: 18.5rem;
  min-width: 244px;
  margin-left: 1.125rem;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .hiyari .feature-detail__img.img02 {
    width: 13.5rem;
    min-width: auto;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .hiyari .utilities__item-top {
    height: 8rem;
  }
}

.hiyari .utilities__item-icon.icon01 {
  width: 3.69375rem;
}
@media screen and (max-width: 768px) {
  .hiyari .utilities__item-icon.icon01 {
    width: 2.425rem;
  }
}

.hiyari .utilities__item-img.img01 {
  width: 18.625rem;
  margin-top: 1.25rem;
  margin-left: -5rem;
}
@media screen and (max-width: 768px) {
  .hiyari .utilities__item-img.img01 {
    width: 13.75rem;
    margin-left: -1rem;
  }
}

.visitation .p-fv__right {
  width: 40vw;
  max-width: 640px;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .visitation .p-fv__right {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: 65%;
  }
}

.visitation .p-fv__desc.desc01 {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .visitation .p-fv__desc.desc01 {
    margin-top: 1rem;
  }
}

.visitation .p-fv__desc.desc02 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .visitation .p-fv__desc.desc02 {
    margin-top: 0.625rem;
  }
}

.visitation .p-fv__chip {
  position: absolute;
  width: 11.25rem;
  top: 1.5rem;
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .visitation .p-fv__chip {
    width: 7.5rem;
    top: 0.5rem;
    left: 10rem;
  }
}

#feature01.feature-detail__container .feature-detail__name::before,
#feature02.feature-detail__container .feature-detail__name::before {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  #feature01.feature-detail__container .feature-detail__name::before,
  #feature02.feature-detail__container .feature-detail__name::before {
    width: 100%;
  }
}

.visitation .feature__item.item01 .feature__head-img {
  width: 5.715rem;
}
@media screen and (max-width: 768px) {
  .visitation .feature__item.item01 .feature__head-img {
    width: 2.805rem;
  }
}

.visitation .feature__item.item02 .feature__head-img {
  width: 4.56625rem;
}
@media screen and (max-width: 768px) {
  .visitation .feature__item.item02 .feature__head-img {
    width: 2.265625rem;
  }
}

.visitation .feature__item.item02 .feature__text {
  margin-top: 0.875rem;
}

.visitation .feature-detail__img.img01 {
  width: 24rem;
  min-width: 244px;
  margin-left: 3.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .visitation .feature-detail__img.img01 {
    width: 11.25rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.visitation .feature-detail__img.img02 {
  width: 14.5rem;
  min-width: 244px;
  margin-left: 6.125rem;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .visitation .feature-detail__img.img02 {
    width: 8.5rem;
    min-width: 210px;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .visitation .utilities__item-top {
    height: 8rem;
  }
}

.visitation .utilities__item-icon.icon01 {
  width: 5.25125rem;
}
@media screen and (max-width: 768px) {
  .visitation .utilities__item-icon.icon01 {
    width: 2.7375rem;
  }
}

.visitation .utilities__item-img.img01 {
  width: 24.346875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .visitation .utilities__item-img.img01 {
    width: 13.75rem;
  }
}

.visitation .utilities__item-icon.icon02 {
  width: 5.46625rem;
}
@media screen and (max-width: 768px) {
  .visitation .utilities__item-icon.icon02 {
    width: 3.05rem;
  }
}

.visitation .utilities__item-img.img02 {
  width: 17.159375rem;
  margin-top: -0.625rem;
  margin-left: -5rem;
}
@media screen and (max-width: 768px) {
  .visitation .utilities__item-img.img02 {
    width: 13.75rem;
    margin-left: -1rem;
  }
}

.sign .p-fv__left {
  margin-left: -4rem;
}
@media screen and (max-width: 768px) {
  .sign .p-fv__left {
    margin-left: 0;
  }
}

.sign .p-fv__right {
  width: 38vw;
  max-width: 640px;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .sign .p-fv__right {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: 65%;
  }
}

.sign .p-fv__desc.desc01 {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .sign .p-fv__desc.desc01 {
    margin-top: 1rem;
  }
}

.sign .p-fv__desc.desc02 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .sign .p-fv__desc.desc02 {
    margin-top: 0.625rem;
  }
}

.sign .p-fv__chip {
  position: absolute;
  width: 11.25rem;
  top: 1.5rem;
  left: 17rem;
}
@media screen and (max-width: 768px) {
  .sign .p-fv__chip {
    width: 7.5rem;
    top: 0.5rem;
    left: 10rem;
  }
}

.sign .p-fv__stamp {
  position: absolute;
  width: 7.5vw;
  max-width: 135px;
  height: 7.5vw;
  top: 6.5rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .sign .p-fv__stamp {
    width: 3.75rem;
    top: 4.5rem;
    right: 1.5rem;
  }
}

.sign .feature__item.item01 .feature__head-img {
  width: 3.775625rem;
}
@media screen and (max-width: 768px) {
  .sign .feature__item.item01 .feature__head-img {
    width: 2.805rem;
  }
}

.sign .feature__item.item02 .feature__head-img {
  width: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sign .feature__item.item02 .feature__head-img {
    width: 2.890625rem;
  }
}

.sign .feature-detail__img.img01 {
  width: 17.5rem;
  min-width: 244px;
  margin-left: 3.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .sign .feature-detail__img.img01 {
    width: 11.25rem;
    min-width: 200px;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sign .feature-detail__img.img02 {
  width: 17.5rem;
  min-width: 244px;
  margin-left: 3.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .sign .feature-detail__img.img02 {
    width: 11.5rem;
    min-width: 200px;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sign .utilities__item {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sign .utilities__item {
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .sign .utilities__item .utilities__item-text {
    font-size: 0.9375rem;
  }
}

.sign .utilities__item-icon.icon01 {
  width: 5.00625rem;
}
@media screen and (max-width: 768px) {
  .sign .utilities__item-icon.icon01 {
    width: 3.05rem;
  }
}

.sign .utilities__item-img.img01 {
  width: 22.5rem;
  margin-top: -2.5rem;
}
@media screen and (max-width: 768px) {
  .sign .utilities__item-img.img01 {
    width: 13.75rem;
  }
}

.bcp .p-fv__wrap {
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

@media screen and (min-width: 1800px) {
  .bcp .p-fv__wrap {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}
.bcp .p-fv__left {
  margin-top: 0;
}

.bcp .p-fv__catch span.pl {
  margin-left: -0.6em;
}

.bcp .p-fv__catch span.pr {
  margin-right: -0.4em;
}

.bcp .p-fv__right {
  width: 44vw;
  max-width: 640px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .bcp .p-fv__right {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: 65%;
  }
}

@media screen and (min-width: 2000px) {
  .bcp .p-fv__right {
    width: 42.5rem;
    max-width: 800px;
  }
}
.bcp .p-fv__desc.desc01 {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .bcp .p-fv__desc.desc01 {
    margin-top: 1rem;
  }
}

.bcp .p-fv__desc.desc02 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .bcp .p-fv__desc.desc02 {
    margin-top: 0.625rem;
  }
}

.bcp .p-fv__chip {
  position: absolute;
  width: 11.25rem;
  top: 1.5rem;
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .bcp .p-fv__chip {
    width: 7.5rem;
    top: 0.5rem;
    left: 10rem;
  }
}

.bcp .feature__item.item01 .feature__head-img {
  width: 4.338125rem;
}
@media screen and (max-width: 768px) {
  .bcp .feature__item.item01 .feature__head-img {
    width: 2.43rem;
  }
}

.bcp .feature__item.item02 .feature__head-img {
  width: 5.2rem;
}
@media screen and (max-width: 768px) {
  .bcp .feature__item.item02 .feature__head-img {
    width: 3.140625rem;
  }
}

.bcp .feature-detail__container#feature01 .feature-detail__text.text02 {
  margin-top: 0.875rem;
}

.bcp .feature__item.item02 .feature__text {
  margin-top: 2.2rem;
}

.bcp .feature-detail__img.img01 {
  width: 17.5rem;
  min-width: 244px;
  margin-left: 3.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .bcp .feature-detail__img.img01 {
    width: 10.625rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.bcp .feature-detail__img.img02 {
  width: 24.346875rem;
  min-width: 244px;
  margin-left: 1.125rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bcp .feature-detail__img.img02 {
    width: 15.5rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .bcp .utilities__item {
    padding-top: 0.625rem;
  }
}

.bcp .utilities__item-icon.icon01 {
  width: 5.25rem;
}
@media screen and (max-width: 768px) {
  .bcp .utilities__item-icon.icon01 {
    width: 3.675rem;
  }
}

.bcp .utilities__item-img.img01 {
  width: 24.346875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .bcp .utilities__item-img.img01 {
    width: 13.75rem;
  }
}

.bcp .utilities__item-icon.icon02 {
  width: 4.468125rem;
}
@media screen and (max-width: 768px) {
  .bcp .utilities__item-icon.icon02 {
    width: 3.675rem;
  }
}

.bcp .utilities__item-img.img02 {
  width: 19.375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .bcp .utilities__item-img.img02 {
    width: 13.75rem;
  }
}

.risk .p-fv__wrap {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.risk .p-fv__right {
  width: 47vw;
  max-width: 640px;
  margin-top: -3rem;
  margin-right: -2.125rem;
}
@media screen and (max-width: 768px) {
  .risk .p-fv__right {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: 65%;
  }
}

.risk .p-fv__desc.desc01 {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .risk .p-fv__desc.desc01 {
    margin-top: 1rem;
  }
}

.risk .p-fv__desc.desc02 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .risk .p-fv__desc.desc02 {
    margin-top: 0.625rem;
  }
}

.risk .p-fv__chip {
  position: absolute;
  width: 11.25rem;
  top: 1.5rem;
  left: 17rem;
}
@media screen and (max-width: 768px) {
  .risk .p-fv__chip {
    width: 7.5rem;
    top: 0.5rem;
    left: 10rem;
  }
}

.risk .feature-detail__container {
  padding-bottom: 2.3125rem;
  aspect-ratio: auto;
}

.risk .feature-detail__wrap {
  margin-inline: auto;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .risk .feature-detail__wrap {
    padding-right: 0;
  }
}

.risk .feature-detail__name::before {
  content: none;
}

.risk .feature__item.item01 .feature__head-img {
  width: 5.715rem;
}
@media screen and (max-width: 768px) {
  .risk .feature__item.item01 .feature__head-img {
    width: 2.805rem;
  }
}

.risk .feature__item.item02 .feature__head-img {
  width: 4.56625rem;
}
@media screen and (max-width: 768px) {
  .risk .feature__item.item02 .feature__head-img {
    width: 1.640625rem;
  }
}

.risk .feature__item.item02 .feature__text {
  margin-top: 0.875rem;
}

.risk .feature-detail__risks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6.925rem;
     -moz-column-gap: 6.925rem;
          column-gap: 6.925rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .risk .feature-detail__risks {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin-top: 1.25rem;
  }
}

.risk .feature-detail__risk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.risk .feature-detail__risk.risk01 {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .risk .feature-detail__risk.risk01 {
    width: 4.8rem;
  }
}

.risk .feature-detail__risk.risk02 {
  width: 9.338125rem;
}
@media screen and (max-width: 768px) {
  .risk .feature-detail__risk.risk02 {
    width: 5.602875rem;
  }
}

.risk .feature-detail__risk-text {
  color: rgb(32, 86, 43);
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  text-wrap: nowrap;
  margin-top: 1.15rem;
}
@media screen and (max-width: 768px) {
  .risk .feature-detail__risk-text {
    font-size: 0.875rem;
  }
}

.risk .feature-detail__img.img01 {
  width: 45rem;
  min-width: 244px;
  margin-top: 3.875rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .risk .feature-detail__img.img01 {
    width: 18.25rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.risk .feature-detail__img.img01::before {
  content: "様々なシーンで活用いただけます！";
  background-color: #CBDD84;
  color: rgb(32, 86, 43);
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  padding: 0.3125rem 0.8125rem 0.1875rem 1.1875rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .risk .feature-detail__img.img01::before {
    font-size: 0.6875rem;
    padding: 0.1875rem 0.25rem 0.125rem 0.375rem;
  }
}

.risk .feature-detail__text {
  color: rgb(32, 86, 43);
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .risk .feature-detail__text {
    font-size: 1rem;
  }
}

.ai .p-fv__wrap {
  margin-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .ai .p-fv__wrap {
    margin-left: auto;
  }
}

.ai .p-fv__right {
  margin-right: auto;
  margin-left: -7rem;
  -webkit-clip-path: inset(0 5% 0 0);
          clip-path: inset(0 5% 0 0);
}
@media screen and (max-width: 768px) {
  .ai .p-fv__right {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: 80%;
  }
}

@media screen and (min-width: 2000px) {
  .ai .p-fv__right {
    margin-left: -2rem;
  }
}
.ai .p-fv__desc.desc01 {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .ai .p-fv__desc.desc01 {
    margin-top: 1rem;
  }
}

.ai .p-fv__desc.desc02 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .ai .p-fv__desc.desc02 {
    margin-top: 0.625rem;
  }
}

.ai .p-fv__chip {
  position: absolute;
  width: 11.25rem;
  top: 1.5rem;
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .ai .p-fv__chip {
    width: 7.5rem;
    top: 0.5rem;
    right: 3rem;
  }
}

.ai .feature__item.item01 .feature__head-img {
  width: 4.005625rem;
}
@media screen and (max-width: 768px) {
  .ai .feature__item.item01 .feature__head-img {
    width: 2.805rem;
  }
}

.ai .feature__item.item02 .feature__head-img {
  width: 4.29rem;
}
@media screen and (max-width: 768px) {
  .ai .feature__item.item02 .feature__head-img {
    width: 2.890625rem;
  }
}

.ai .feature-detail__container#feature01 .feature-detail__text.text02 {
  margin-top: 0.875rem;
}

.ai .feature__item.item02 .feature__text {
  margin-top: 1.5rem;
}

.ai .feature-detail__img.img01 {
  width: 17.5rem;
  min-width: 244px;
  margin-left: 1.625rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .ai .feature-detail__img.img01 {
    width: 11.25rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.ai .feature-detail__img.img02 {
  width: 24.346875rem;
  min-width: 244px;
  margin-left: 1.125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .ai .feature-detail__img.img02 {
    width: 11.5rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.ai .utilities__item-icon.icon01 {
  width: 8.315625rem;
}
@media screen and (max-width: 768px) {
  .ai .utilities__item-icon.icon01 {
    width: 5.55rem;
  }
}

.ai .utilities__item-img.img01 {
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .ai .utilities__item-img.img01 {
    width: 7.75rem;
  }
}

.ai .utilities__item-icon.icon02 {
  width: 4.59375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .ai .utilities__item-icon.icon02 {
    width: 3.05rem;
  }
}

.ai .utilities__item-img.img02 {
  width: 20.625rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .ai .utilities__item-img.img02 {
    width: 13.75rem;
  }
}

.ai .utilities__item.item02 {
  position: relative;
}

.ai .utilities__item.item02 .utilities__item-top {
  height: 8.8rem;
}

.ai .item-badge {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F08700;
  border-radius: 50%;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.2352941176;
  text-align: center;
  position: absolute;
  top: 1.4375rem;
  right: 1.6875rem;
  width: 6.875rem;
}
@media screen and (max-width: 768px) {
  .ai .item-badge {
    font-size: 0.6875rem;
    width: 4.375rem;
    top: 1.125rem;
    right: 1rem;
  }
}

.thanks-fv {
  background-image: url(../images/thanks/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 13.125rem;
}
@media screen and (max-width: 768px) {
  .thanks-fv {
    height: 8.25rem;
  }
}

.thanks-fv__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4.25rem 5rem;
  position: relative;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .thanks-fv__img {
    padding: 2.5rem 1.25rem;
  }
}

.thanks-fv__img img {
  aspect-ratio: 1024/200;
  -o-object-fit: contain;
     object-fit: contain;
}

.thanks-fv__title-ja {
  color: #fff;
  font-weight: 700;
  font-size: 2.0625rem;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .thanks-fv__title-ja {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}

.thanks-wrap {
  margin-top: 5.625rem;
}

.thanks__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    font-size: 0.875rem;
  }
}

.button-top {
  margin-top: 4.25rem;
  text-align: center;
}

.button-top a {
  background-color: #EF7100;
  color: #fff;
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.8125rem 0.625rem 0.5625rem;
  text-align: center;
  width: 25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .button-top a {
    font-size: 1rem;
    width: 15rem;
  }
}

.button-top a::before {
  content: "";
  background-image: url(../images/common/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.08rem;
  height: 1.13625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.7125rem;
}
@media screen and (max-width: 768px) {
  .button-top a::before {
    width: 0.83rem;
    height: 0.88625rem;
    right: 0.9rem;
  }
}