@charset "UTF-8";
body {
  background-image: url("../../img/kv-bg1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.lower-page {
  position: relative;
  overflow: hidden;
}

.lower-logo-scroll {
  position: absolute;
  top: 3.4VW;
  left: 0;
  width: 100%;
  height: 7.6vw;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.lower-logo-scroll__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  -webkit-animation: lowerLogoScroll 28s linear infinite;
          animation: lowerLogoScroll 28s linear infinite;
}
.lower-logo-scroll__track img {
  display: block;
  width: auto;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes lowerLogoScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes lowerLogoScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lower-contents {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 824px) {
  .lower-page {
    background-size: auto 21.8vw;
  }
  .lower-logo-scroll {
    top: 5.5vw;
    height: 8.5vw;
  }
  .lower-logo-scroll__track {
    -webkit-animation-duration: 24s;
            animation-duration: 24s;
  }
}
html {
  background: #f7f7f7;
}

.lower-page {
  position: relative;
  margin-top: 95px;
  overflow: hidden;
  padding-top: 10.8vw;
}
@media screen and (max-width: 824px) {
  .lower-page {
    margin-top: 18vw;
    padding-top: 14vw;
  }
}
.lower-page .lower-contents {
  position: relative;
  margin-bottom: 75px;
  z-index: 1;
}
@media screen and (max-width: 824px) {
  .lower-page .lower-contents {
    margin-bottom: 18.2vw;
  }
}
.lower-page .lower-contents ._inr {
  width: calc(100% - 80px);
  margin-left: auto;
  padding: 70px 100px 100px;
  border-radius: 40px 0 0 40px;
  background: #fff;
}
@media screen and (max-width: 824px) {
  .lower-page .lower-contents ._inr {
    width: calc(100% - 4.9vw);
    padding: 8.5vw 8.5vw 8.5vw;
    border-radius: 4.9vw;
  }
}
.lower-page .lower-heading {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 824px) {
  .lower-page .lower-heading {
    margin-bottom: 7.3vw;
  }
}
.lower-page .lower-heading .-en {
  position: relative;
  z-index: 3;
  margin-bottom: 5px;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .lower-page .lower-heading .-en {
    margin-bottom: 1.2vw;
    font-size: 2.9vw;
  }
}
.lower-page .lower-heading h1 {
  position: relative;
  z-index: 1;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .lower-page .lower-heading h1 {
    font-size: 5.8vw;
  }
}
.lower-page .lower-heading h1::before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: -7px;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #FFE2CA;
  z-index: -1;
}
@media screen and (max-width: 824px) {
  .lower-page .lower-heading h1::before {
    width: 14.6vw;
    height: 14.6vw;
    left: -6.1vw;
  }
}

.tokusho-page .tokusho-list dl:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 824px) {
  .tokusho-page .tokusho-list dl:not(:first-child) {
    margin-top: 7.3vw;
  }
}
.tokusho-page .tokusho-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 0 40px;
  border-radius: 25px;
  background: #eee;
  line-height: 1.4;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .tokusho-page .tokusho-list dt {
    min-height: 9.7vw;
    padding: 0 4.9vw;
    font-size: 3.6vw;
  }
}
.tokusho-page .tokusho-list dd {
  padding: 30px 40px 0;
  line-height: 1.65;
  letter-spacing: 0.04em;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .tokusho-page .tokusho-list dd {
    padding: 3.6vw 4.9vw 0;
    font-size: 3.2vw;
  }
}

.policy-page .policy-lead {
  margin: 40px auto;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .policy-page .policy-lead {
    margin: 4.9vw 0;
    text-align: left;
    font-size: 3vw;
  }
}
.policy-page .policy-list {
  width: 100%;
}
.policy-page .policy-block:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 824px) {
  .policy-page .policy-block:not(:first-child) {
    margin-top: 7.3vw;
  }
}
.policy-page .policy-block h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 0 40px;
  border-radius: 25px;
  background: #eee;
  line-height: 1.4;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .policy-page .policy-block h2 {
    min-height: 9.7vw;
    padding: 0 4.9vw;
    font-size: 3.6vw;
  }
}
.policy-page .policy-body {
  padding: 20px 40px 0;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .policy-page .policy-body {
    padding: 2.4vw 4.9vw 0;
    font-size: 3.2vw;
  }
}
.policy-page .policy-body ul {
  margin-top: 20px;
}
@media screen and (max-width: 824px) {
  .policy-page .policy-body ul {
    margin-top: 2.4vw;
  }
}
.policy-page .policy-body li {
  position: relative;
  padding-left: 1.2em;
}
.policy-page .policy-body li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.news-page .lower-heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 824px) {
  .news-page .lower-heading {
    margin-bottom: 7.8vw;
  }
}
.news-page .news-list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: none;
}
@media screen and (max-width: 824px) {
  .news-page .news-list {
    max-width: none;
  }
}
.news-page .news-list__item {
  border: none;
}
.news-page .news-list__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 824px) {
  .news-page .news-list__item:not(:first-child) {
    margin-top: 3.9vw;
  }
}
.news-page .news-list__item a {
  display: block;
  position: relative;
  padding: 28px 90px 28px 30px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 824px) {
  .news-page .news-list__item a {
    padding: 4.4vw 13.6vw 4.4vw 4.4vw;
    border-radius: 2.9vw;
  }
}
.news-page .news-list__item a::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #F58220;
}
@media screen and (max-width: 824px) {
  .news-page .news-list__item a::after {
    width: 8.3vw;
    height: 8.3vw;
    right: 3.4vw;
  }
}
.news-page .news-list__item a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 46px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 824px) {
  .news-page .news-list__item a::before {
    width: 1.5vw;
    height: 1.5vw;
    right: 6.8vw;
  }
}
.news-page .news-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 824px) {
  .news-page .news-list__meta {
    gap: 1.9vw;
    margin-bottom: 1.9vw;
  }
}
.news-page .news-list time {
  letter-spacing: 0.04em;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .news-page .news-list time {
    font-size: 2.9vw;
  }
}
.news-page .news-list__new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 78px;
  height: 26px;
  padding: 0 20px;
  border: 1px solid #00833E;
  border-radius: 999px;
  background: #fff;
  color: #00833E;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .news-page .news-list__new {
    min-width: 14.6vw;
    height: 5.8vw;
    padding: 0 3.4vw;
    font-size: 2.9vw;
  }
}
.news-page .news-list__title {
  margin-top: 0;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .news-page .news-list__title {
    font-size: 3.2vw;
  }
}
.news-page .news-pager {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 824px) {
  .news-page .news-pager {
    margin-top: 8.7vw;
  }
}

.news-detail-page .lower-heading,
.voice-detail-page .lower-heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 824px) {
  .news-detail-page .lower-heading,
  .voice-detail-page .lower-heading {
    margin-bottom: 7.8vw;
  }
}
.news-detail-page .news-detail,
.voice-detail-page .news-detail {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail,
  .voice-detail-page .news-detail {
    max-width: none;
  }
}
.news-detail-page .news-detail__meta,
.voice-detail-page .news-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__meta,
  .voice-detail-page .news-detail__meta {
    gap: 1.9vw;
    margin-bottom: 3.4vw;
  }
}
.news-detail-page .news-detail__meta time,
.voice-detail-page .news-detail__meta time {
  letter-spacing: 0.04em;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__meta time,
  .voice-detail-page .news-detail__meta time {
    font-size: 2.9vw;
  }
}
.news-detail-page .news-detail__new,
.voice-detail-page .news-detail__new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 78px;
  height: 26px;
  padding: 0 20px;
  border: 1px solid #00833E;
  border-radius: 999px;
  background: #fff;
  color: #00833E;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__new,
  .voice-detail-page .news-detail__new {
    min-width: 14.6vw;
    height: 5.8vw;
    padding: 0 3.4vw;
    font-size: 2.9vw;
  }
}
.news-detail-page .news-detail__title,
.voice-detail-page .news-detail__title {
  height: inherits;
  margin-bottom: 42px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__title,
  .voice-detail-page .news-detail__title {
    margin-bottom: 5.8vw;
    font-size: 4.9vw;
  }
}
.news-detail-page .news-detail__layout,
.voice-detail-page .news-detail__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 50px minmax(0, 1fr);
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.news-detail-page .news-detail__layout.is-no-thumb,
.voice-detail-page .news-detail__layout.is-no-thumb {
  display: block;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__layout,
  .voice-detail-page .news-detail__layout {
    display: block;
  }
}
.news-detail-page .news-detail__thumb img,
.voice-detail-page .news-detail__thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  float: none;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__thumb,
  .voice-detail-page .news-detail__thumb {
    margin-bottom: 5.8vw;
  }
}
.news-detail-page .news-detail__body,
.voice-detail-page .news-detail__body {
  min-width: 0;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__body,
  .voice-detail-page .news-detail__body {
    font-size: 3.4vw;
  }
}
.news-detail-page .news-detail__body p,
.voice-detail-page .news-detail__body p {
  margin: 0;
}
.news-detail-page .news-detail__body p:not(:first-child),
.voice-detail-page .news-detail__body p:not(:first-child) {
  margin-top: 1.8em;
}
.news-detail-page .news-detail__body img,
.voice-detail-page .news-detail__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 30px;
  float: none;
}
.news-detail-page .news-detail__body .alignleft,
.news-detail-page .news-detail__body .alignright,
.news-detail-page .news-detail__body .aligncenter,
.voice-detail-page .news-detail__body .alignleft,
.voice-detail-page .news-detail__body .alignright,
.voice-detail-page .news-detail__body .aligncenter {
  float: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.news-detail-page .news-detail__body .aligncenter,
.voice-detail-page .news-detail__body .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.news-detail-page .news-detail__body .news-detail__contact,
.voice-detail-page .news-detail__body .news-detail__contact {
  width: 246px;
  padding: 5px 0;
  margin: 44px auto 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__body .news-detail__contact,
  .voice-detail-page .news-detail__body .news-detail__contact {
    width: 80%;
    margin-top: 8.3vw;
    font-size: 3.4vw;
  }
}
.news-detail-page .news-detail__body .news-detail__contact .-btn1,
.voice-detail-page .news-detail__body .news-detail__contact .-btn1 {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail-page .news-detail__contact, .news-detail-page .news-detail__back,
.voice-detail-page .news-detail__contact,
.voice-detail-page .news-detail__back {
  width: 310px;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  text-indent: 0;
  font-size: 1.375rem;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__contact, .news-detail-page .news-detail__back,
  .voice-detail-page .news-detail__contact,
  .voice-detail-page .news-detail__back {
    width: 80%;
  }
}
.news-detail-page .news-detail__contact .-btn1, .news-detail-page .news-detail__back .-btn1,
.voice-detail-page .news-detail__contact .-btn1,
.voice-detail-page .news-detail__back .-btn1 {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail-page .news-detail__contact,
.voice-detail-page .news-detail__contact {
  margin-bottom: 0;
}
.news-detail-page .news-detail__back,
.voice-detail-page .news-detail__back {
  margin-top: 24px;
}
@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__back,
  .voice-detail-page .news-detail__back {
    margin-top: 3.9vw;
  }
}
.news-detail-page .news-detail img,
.voice-detail-page .news-detail img {
  display: block;
  width: 100%;
  height: auto;
}

.lower-page.about-page {
  overflow: visible;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page {
    margin-bottom: 7.8vw;
  }
}
.lower-page.about-page {
  /* =========================
    共通：下層見出し
  ========================= */
}
.lower-page.about-page .lower-heading {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .lower-heading {
    margin-bottom: 7.8vw;
  }
}
.lower-page.about-page .lower-heading .-en {
  position: relative;
  z-index: 3;
  margin-bottom: 5px;
  padding-left: 60px;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .lower-heading .-en {
    margin-bottom: 1.2vw;
    font-size: 2.9vw;
  }
}
.lower-page.about-page .lower-heading .-en:before {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E87422;
}
.lower-page.about-page {
  /* =========================
    外枠
  ========================= */
}
.lower-page.about-page .lower-contents.about > ._inr {
  width: calc(100% - 35px);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 1200px) {
  .lower-page.about-page .lower-contents.about > ._inr {
    width: calc(100% - 35px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .lower-contents.about > ._inr {
    width: calc(100% - 2.9vw);
  }
}
.lower-page.about-page {
  /* =========================
    レイアウト
  ========================= */
}
.lower-page.about-page .about-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 110px minmax(0, 1fr);
  grid-template-columns: 260px minmax(0, 1fr);
  -webkit-column-gap: 110px;
     -moz-column-gap: 110px;
          column-gap: 110px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1200px) {
  .lower-page.about-page .about-layout {
    display: block;
  }
}
.lower-page.about-page .about-main {
  min-width: 0;
  padding: 70px;
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .lower-page.about-page .about-main {
    padding: 60px 64px 88px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-main {
    padding: 8vw 4.9vw 9.2vw;
    border-radius: 4.9vw;
  }
}
.lower-page.about-page {
  /* =========================
    サイドナビ
  ========================= */
}
.lower-page.about-page .about-side-nav {
  width: 335px;
  position: sticky;
  top: 120px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media screen and (max-width: 1200px) {
  .lower-page.about-page .about-side-nav {
    width: 100%;
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-side-nav {
    margin-bottom: 5.3vw;
  }
}
.lower-page.about-page .lower-side-nav__inner {
  padding: 50px 50px 40px 20px;
  border-radius: 0 40px 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .lower-page.about-page .lower-side-nav__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .lower-side-nav__inner {
    display: block;
    padding: 3.6vw 3.4vw;
    border-radius: 3.6vw;
  }
}
.lower-page.about-page .lower-side-nav__group:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .lower-page.about-page .lower-side-nav__group:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .lower-side-nav__group:not(:first-child) {
    margin-top: 4.1vw;
  }
}
.lower-page.about-page .lower-side-nav__title {
  position: relative;
  margin-bottom: 10px;
  padding: 7px 0 0 12px;
  background-image: radial-gradient(circle 15px at 16px 50%, #ffe2ca 0 15px, transparent 16px);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .lower-side-nav__title {
    margin-bottom: 1.9vw;
    padding-top: 3.4vw;
    padding-left: 3.4vw;
    font-size: 3.9vw;
  }
}
.lower-page.about-page .lower-side-nav__list a {
  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;
  gap: 12px;
  min-height: 34px;
  padding: 10px 0 10px 20px;
  border-radius: 6px;
  color: inherit;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.lower-page.about-page .lower-side-nav__list a::after {
  content: "";
  position: relative;
  right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: url(../../img/nav-arrow.png) no-repeat;
  background-size: contain;
}
.lower-page.about-page .lower-side-nav__list a:hover {
  background: #f0f0f0;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .lower-side-nav__list a {
    min-height: 6.1vw;
    padding: 1.8vw;
    font-size: 2.7vw;
  }
}
.lower-page.about-page {
  /* =========================
    企業方針 / 会社概要見出し
  ========================= */
}
.lower-page.about-page .about-policy-heading,
.lower-page.about-page .about-profile-heading {
  color: #e87422;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-policy-heading,
  .lower-page.about-page .about-profile-heading {
    margin-left: 2.9vw;
  }
}
.lower-page.about-page .about-policy-heading h2,
.lower-page.about-page .about-profile-heading h2 {
  height: auto;
  font-size: 3.1875rem;
}
.lower-page.about-page {
  /* =========================
    企業方針
  ========================= */
}
.lower-page.about-page .about-policy {
  position: relative;
  margin-bottom: 60px;
}
.lower-page.about-page .about-policy-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 38px 190px;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  scroll-margin-top: 130px;
}
.lower-page.about-page .about-policy-block:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .lower-page.about-page .about-policy-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-policy-block {
    gap: 3.4vw;
    scroll-margin-top: 21.8vw;
  }
  .lower-page.about-page .about-policy-block:not(:first-child) {
    margin-top: 6.3vw;
  }
}
.lower-page.about-page .about-policy-block--image-left {
  -ms-grid-columns: 190px minmax(0, 1fr);
  grid-template-columns: 190px minmax(0, 1fr);
}
@media screen and (max-width: 900px) {
  .lower-page.about-page .about-policy-block--image-left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .lower-page.about-page .about-policy-block--image-left .about-policy-block__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-page.about-page .about-policy-block--message {
  -ms-grid-columns: minmax(0, 1fr) 180px;
  grid-template-columns: minmax(0, 1fr) 180px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 42px;
}
@media screen and (max-width: 900px) {
  .lower-page.about-page .about-policy-block--message {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lower-page.about-page .about-policy-block__body {
  min-width: 0;
}
.lower-page.about-page .about-policy-block__body h2 {
  height: auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  color: #e87422;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-policy-block__body h2 {
    margin-bottom: 2.4vw;
    padding-bottom: 1.7vw;
    font-size: 3.9vw;
  }
}
.lower-page.about-page .about-policy-block__body p {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.lower-page.about-page .about-policy-block__body p + p {
  margin-top: 12px;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-policy-block__body p {
    font-size: 2.9vw;
    line-height: 1.8;
  }
}
.lower-page.about-page .about-policy-block__sign {
  text-align: right;
}
.lower-page.about-page .about-policy-block__image {
  width: 190px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .lower-page.about-page .about-policy-block__image {
    width: 170px;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-policy-block__image {
    width: 31.6vw;
  }
}
.lower-page.about-page .about-policy-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-page.about-page {
  /* =========================
    会社概要テーブル
  ========================= */
}
.lower-page.about-page .about-table {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.lower-page.about-page .about-table dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 1fr;
  grid-template-columns: 240px 1fr;
  border-radius: 24px;
  scroll-margin-top: 130px;
}
.lower-page.about-page .about-table dl:nth-child(odd) {
  background: #f3f3f3;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-table dl {
    display: block;
    scroll-margin-top: 21.8vw;
  }
}
.lower-page.about-page .about-table dt,
.lower-page.about-page .about-table dd {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-table dt,
  .lower-page.about-page .about-table dd {
    font-size: 3.2vw;
  }
}
.lower-page.about-page .about-table dt {
  padding: 30px 0 40px 40px;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-table dt {
    padding: 3.9vw 4.4vw;
    border-radius: 2.9vw 2.9vw 0 0;
  }
}
.lower-page.about-page .about-table dd {
  padding: 30px 0 30px 60px;
}
@media screen and (max-width: 824px) {
  .lower-page.about-page .about-table dd {
    padding: 3.9vw 4.4vw 5.3vw;
  }
}
.lower-page.about-page .about-table dd p:not(:first-child) {
  margin-top: 1em;
}
.lower-page.about-page .about-table dd ul {
  margin: 0;
}
.lower-page.about-page .about-table dd li {
  position: relative;
  padding-left: 1.1em;
}
.lower-page.about-page .about-table dd li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.lower-page.about-page {
  /* =========================
    所在地 / 地図
  ========================= */
}
.lower-page.about-page .about-location__item + .about-location__item {
  margin-top: 50px;
}
.lower-page.about-page .about-location__item p + p {
  margin-top: 8px;
}
.lower-page.about-page .about-location__name {
  color: #f28c28;
  font-weight: 700;
}
.lower-page.about-page .about-location__map {
  max-width: 520px;
  margin-top: 12px;
  border-radius: 6px;
  overflow: hidden;
}
.lower-page.about-page .about-location__map img {
  display: block;
  width: 100%;
  height: auto;
}

.news-detail-page .news-detail__body .news-detail__contact {
  margin: 44px auto 0;
}

.news-detail-page .news-detail__body .news-detail__contact .-btn1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tokusho-page .tokusho-list dd a,
.policy-page .policy-body a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 824px) {
  .news-detail-page .news-detail__body .news-detail__contact {
    margin-top: 8.3vw;
  }
}
.lower-page.contact-page {
  /* =========================
    共通：reCAPTCHA表示制御
  ========================= */
}
.lower-page.contact-page .contact-form__recaptcha {
  display: none;
}
.lower-page.contact-page.contact-confirm-page .contact-form__recaptcha {
  display: block;
}
.lower-page.contact-page.contact-thanks-page .contact-form__recaptcha, .lower-page.contact-page.contact-error-page .contact-form__recaptcha {
  display: none;
}
.lower-page.contact-page {
  /* =========================
    共通：フォーム基本
  ========================= */
}
.lower-page.contact-page .contact-form input[type=checkbox],
.lower-page.contact-page .contact-form input[type=radio] {
  display: inline-block;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.lower-page.contact-page {
  /* =========================
    共通：ステップ
  ========================= */
}
.lower-page.contact-page .contact-step {
  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;
  gap: 42px;
  margin: 0 auto 48px;
  padding: 0;
  list-style: none;
}
.lower-page.contact-page .contact-step li {
  position: relative;
  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;
  width: 84px;
  height: 84px;
  border: 4px solid #f1f1f1;
  border-radius: 50%;
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.lower-page.contact-page .contact-step li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  width: 18px;
  border-top: 3px dotted #e5e5e5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lower-page.contact-page .contact-step li.is-current {
  border-color: #ed7424;
  background: #ed7424;
  color: #fff;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page .contact-step {
    gap: 2.9vw;
    margin-bottom: 4.4vw;
  }
  .lower-page.contact-page .contact-step li {
    width: 15.5vw;
    height: 15.5vw;
    border-width: 0.7vw;
    font-size: 2.9vw;
  }
  .lower-page.contact-page .contact-step li:not(:last-child)::after {
    left: calc(100% + 0.7vw);
    width: 2.9vw;
    border-top-width: 0.5vw;
  }
}
.lower-page.contact-page {
  /* =========================
    共通：ボタン
  ========================= */
}
.lower-page.contact-page .contact-form__buttons,
.lower-page.contact-page .contact-complete__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 25px;
  margin-top: 60px;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page .contact-form__buttons,
  .lower-page.contact-page .contact-complete__buttons {
    display: block;
    margin-top: 3.6vw;
    text-align: center;
  }
}
.lower-page.contact-page .contact-form__buttons input,
.lower-page.contact-page .contact-complete__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 260px;
  min-height: 46px;
  padding: 10px 48px 10px 36px;
  border: none;
  border-radius: 999px;
  background-color: #ed7424;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page .contact-form__buttons input,
  .lower-page.contact-page .contact-complete__btn {
    width: 70.4vw;
    min-width: auto;
    min-height: 10.2vw;
    padding: 1.2vw 5.1vw 1.2vw 3.4vw;
    border-radius: 121.2vw;
    font-size: 3.2vw;
  }
}
.lower-page.contact-page .contact-form__buttons input[value=入力画面に戻る] {
  padding: 10px 36px 10px 48px;
  background-color: #bfbfbf;
  background-image: url(../../img/btn-arrow-prev.svg);
  background-repeat: no-repeat;
  background-position: left 26px center;
  background-size: 8px auto;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page .contact-form__buttons input[value=入力画面に戻る] {
    margin-bottom: 1.5vw;
    padding: 2.4vw 6.8vw 2.4vw 10.2vw;
    background-position: left 5.3vw center;
    background-size: 1.9vw auto;
  }
}
.lower-page.contact-page .contact-form__buttons input[value=送信する],
.lower-page.contact-page .contact-form__buttons input[value=確認する] {
  padding: 10px 48px 10px 36px;
  background-color: #ed7424;
  background-image: url(../../img/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 26px center;
  background-size: 8px auto;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page .contact-form__buttons input[value=送信する],
  .lower-page.contact-page .contact-form__buttons input[value=確認する] {
    padding: 2.4vw 10.2vw 2.4vw 6.8vw;
    background-position: right 5.3vw center;
    background-size: 1.9vw auto;
  }
}
.lower-page.contact-page .contact-complete__btn {
  position: relative;
}
.lower-page.contact-page .contact-complete__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 8px;
  height: 12px;
  background: url(../../img/btn-arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page .contact-complete__btn::after {
    right: 2.7vw;
    width: 1vw;
    height: 1.5vw;
  }
}
.lower-page.contact-page {
  /* =========================
    入力ページ
  ========================= */
}
.lower-page.contact-page.contact-input-page .contact-kv {
  position: relative;
  z-index: 10;
  width: 38vw;
  margin: 0 auto 80px 0;
}
.lower-page.contact-page.contact-input-page .contact-kv img {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-kv {
    width: 100%;
    margin: 0 0 9.7vw;
    overflow: hidden;
  }
  .lower-page.contact-page.contact-input-page .contact-kv img {
    width: 77.7vw;
    max-width: none;
  }
}
.lower-page.contact-page.contact-input-page .contact-business {
  width: 1265px;
  max-width: calc(100% - 160px);
  margin: 0 auto 70px;
}
.lower-page.contact-page.contact-input-page .contact-business .lower-heading {
  left: 3.5%;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-business {
    width: calc(100% - 2.9vw);
    max-width: none;
    margin: 0 auto 8.5vw;
  }
  .lower-page.contact-page.contact-input-page .contact-business .lower-heading {
    left: 3.4vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-business__inner {
  border-radius: 28px;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-business__inner {
    border-radius: 4.9vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-business__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 24px;
}
.lower-page.contact-page.contact-input-page .contact-business__list li {
  min-width: 0;
}
.lower-page.contact-page.contact-input-page .contact-business__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 48px;
  padding: 20px 18px 15px;
  border-radius: 20px;
  background: #fff;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
.lower-page.contact-page.contact-input-page .contact-business__list p {
  width: 170px;
  padding-bottom: 5px;
}
.lower-page.contact-page.contact-input-page .contact-business__list span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
  height: 35px;
  margin: 0 auto;
  padding: 10px 42px 10px 30px;
  border-radius: 999px;
  background-color: #ed7424;
  background-image: url(../../img/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 26px center;
  background-size: 8px auto;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .lower-page.contact-page.contact-input-page .contact-business__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-business__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.4vw;
  }
  .lower-page.contact-page.contact-input-page .contact-business__list a {
    min-height: 12.6vw;
    padding: 3.4vw 3.9vw;
    border-radius: 2.4vw;
    font-size: 3.4vw;
  }
  .lower-page.contact-page.contact-input-page .contact-business__list p {
    width: auto;
    padding-bottom: 1.9vw;
  }
  .lower-page.contact-page.contact-input-page .contact-business__list span {
    min-width: 26.7vw;
    height: 6.8vw;
    margin-left: auto;
    margin-right: 0;
    padding: 1.9vw 8.3vw 1.9vw 5.3vw;
    border-radius: 121.2vw;
    background-position: right 4.4vw center;
    background-size: 1.7vw auto;
    font-size: 2.9vw;
  }
}
.lower-page.contact-page.contact-input-page .lower-contents.contact {
  margin-bottom: 70px;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .lower-contents.contact {
    margin-bottom: 8.5vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-form {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form {
    max-width: none;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__row:not(:first-child) {
    margin-top: 4.9vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.lower-page.contact-page.contact-input-page .contact-form__label .contact-form__required {
  position: relative;
  top: 3px;
  margin-left: 6px;
  color: #ed7424;
  font-size: 1.25rem;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__label {
    margin-bottom: 1.7vw;
    font-size: 3.4vw;
  }
  .lower-page.contact-page.contact-input-page .contact-form__label .contact-form__required {
    top: 0.5vw;
    margin-left: 1vw;
    font-size: 3.4vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__field input,
.lower-page.contact-page.contact-input-page .contact-form__field textarea {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #f3f3f3 !important;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__field input,
  .lower-page.contact-page.contact-input-page .contact-form__field textarea {
    border-radius: 1.9vw;
    font-size: 3.4vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__field input {
  height: 30px;
  padding: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__field input {
    height: 9.7vw;
    padding: 0 0 0 1em;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__field textarea {
  min-height: 150px;
  padding: 14px 16px;
  resize: vertical;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__field textarea {
    min-height: 31.6vw;
    padding: 2.9vw 3.4vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__field .mwform-checkbox-field-text {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__field .mwform-checkbox-field-text {
    font-size: 3.2vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lower-page.contact-page.contact-input-page .contact-form__tel br {
  display: none;
}
.lower-page.contact-page.contact-input-page .contact-form__tel input {
  width: 110px;
  text-align: center;
}
.lower-page.contact-page.contact-input-page .contact-form__tel span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__tel {
    gap: 1.5vw;
  }
  .lower-page.contact-page.contact-input-page .contact-form__tel input {
    width: calc((100% - 5.8vw) / 3);
    text-align: center;
  }
}
@media screen and (max-width: 824px) and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__tel input {
    padding: 0;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__tel span {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 824px) and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__tel span {
    padding: 0;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__checks input[type=checkbox],
.lower-page.contact-page.contact-input-page .contact-form__privacy input[type=checkbox] {
  position: relative;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 6px 0 0;
  border-radius: 2px;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.lower-page.contact-page.contact-input-page .contact-form__checks input[type=checkbox]:checked,
.lower-page.contact-page.contact-input-page .contact-form__privacy input[type=checkbox]:checked {
  background-color: #ed7424;
}
.lower-page.contact-page.contact-input-page .contact-form__checks input[type=checkbox]:checked::after,
.lower-page.contact-page.contact-input-page .contact-form__privacy input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  border-left: 3px solid #ed7424;
  border-bottom: 3px solid #ed7424;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__checks input[type=checkbox],
  .lower-page.contact-page.contact-input-page .contact-form__privacy input[type=checkbox] {
    width: 4.9vw !important;
    height: 4.9vw !important;
    margin-right: 1.2vw;
  }
  .lower-page.contact-page.contact-input-page .contact-form__checks input[type=checkbox]:checked::after,
  .lower-page.contact-page.contact-input-page .contact-form__privacy input[type=checkbox]:checked::after {
    width: 2.5vw;
    height: 1.5vw;
    border-left-width: 0.5vw;
    border-bottom-width: 0.5vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 22px;
}
.lower-page.contact-page.contact-input-page .contact-form__checks br {
  display: none;
}
.lower-page.contact-page.contact-input-page .contact-form__checks input[type=checkbox]:checked::after {
  margin: -7px -7px 0;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__checks input[type=checkbox]:checked::after {
    margin: 1vw 0px 0vw -3vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__checks .mwform-checkbox-field {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.lower-page.contact-page.contact-input-page .contact-form__checks .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__checks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.4vw;
  }
  .lower-page.contact-page.contact-input-page .contact-form__checks .mwform-checkbox-field {
    font-size: 3.2vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__privacy {
  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: 24px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.lower-page.contact-page.contact-input-page .contact-form__privacy .mwform-checkbox-field-text {
  display: none;
}
.lower-page.contact-page.contact-input-page .contact-form__privacy a {
  width: auto;
  font-size: 1.25rem;
}
.lower-page.contact-page.contact-input-page .contact-form__privacy a span {
  color: #e87422;
  text-decoration: underline;
}
.lower-page.contact-page.contact-input-page .contact-form__privacy input[type=checkbox]:checked::after {
  margin: -5px 0px 0px -5px;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__privacy input[type=checkbox]:checked::after {
    margin: 1vw 0 0 -3vw;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__privacy {
    margin-top: 5.3vw;
    font-size: 3.2vw;
  }
  .lower-page.contact-page.contact-input-page .contact-form__privacy a {
    font-size: 3.2vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__recaptcha {
  margin-top: 18px;
  text-align: center;
}
.lower-page.contact-page.contact-input-page .contact-form__recaptcha .g-recaptcha {
  display: inline-block;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__recaptcha {
    margin-top: 4.4vw;
    overflow-x: auto;
  }
  .lower-page.contact-page.contact-input-page .contact-form__recaptcha .g-recaptcha {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
.lower-page.contact-page.contact-input-page .contact-form__note {
  margin-top: 16px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-form__note {
    margin-top: 3.4vw;
    font-size: 2.9vw;
    line-height: 1.6;
  }
}
.lower-page.contact-page.contact-input-page .contact-faq ._inr {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-faq {
    width: calc(100% - 2.9vw);
    margin-bottom: 8.5vw;
  }
  .lower-page.contact-page.contact-input-page .contact-faq ._inr {
    border-radius: 4.9vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-faq__more-wrap {
  position: relative;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-faq__more-wrap {
    height: 53.4vw;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  .lower-page.contact-page.contact-input-page .contact-faq__more-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 38.8vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, 0.9)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 48%, #fff 100%);
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .lower-page.contact-page.contact-input-page .contact-faq__more-wrap.is-open {
    overflow: visible;
  }
  .lower-page.contact-page.contact-input-page .contact-faq__more-wrap.is-open::after {
    opacity: 0;
  }
}
.lower-page.contact-page.contact-input-page .contact-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-faq__list {
    gap: 2.9vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-faq__more {
  display: none;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-faq__more {
    position: absolute;
    left: 0;
    bottom: 4.4vw;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.lower-page.contact-page.contact-input-page .contact-faq__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 22.3vw;
  height: 8.3vw;
  padding: 0 4.4vw;
  border: none;
  border-radius: 999px;
  background: #ed7424;
  color: #fff;
  font-size: 2.7vw;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-faq__more-wrap.is-open {
    padding-bottom: 9.7vw;
  }
  .lower-page.contact-page.contact-input-page .contact-faq__more-wrap.is-open .contact-faq__more {
    position: static;
    margin-top: 4.9vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-faq__item {
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.lower-page.contact-page.contact-input-page .contact-faq__item[open] {
  background: #eee;
}
.lower-page.contact-page.contact-input-page .contact-faq__item[open] .contact-faq__question {
  background: #fff;
  border-bottom: none;
}
.lower-page.contact-page.contact-input-page .contact-faq__item[open] .contact-faq__question::after {
  content: "−";
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-faq__item {
    border-radius: 2.4vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 74px;
  padding: 10px 20px;
  list-style: none;
  cursor: pointer;
}
.lower-page.contact-page.contact-input-page .contact-faq__question::-webkit-details-marker {
  display: none;
}
.lower-page.contact-page.contact-input-page .contact-faq__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  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;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ed7424;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lower-page.contact-page.contact-input-page .contact-faq__question span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #111;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.lower-page.contact-page.contact-input-page .contact-faq__question span::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../img/Q-icon.png) no-repeat center/contain;
  opacity: 0.75;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-faq__question {
    min-height: 15vw;
    padding: 2.4vw 11.7vw 2.4vw 3.4vw;
  }
  .lower-page.contact-page.contact-input-page .contact-faq__question::after {
    right: 3.4vw;
    width: 6.3vw;
    height: 6.3vw;
    font-size: 4.4vw;
  }
  .lower-page.contact-page.contact-input-page .contact-faq__question span {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .lower-page.contact-page.contact-input-page .contact-faq__question span::before {
    width: 8.3vw;
    height: 8.3vw;
    margin-bottom: 1vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-faq__answer {
  position: relative;
  padding: 10px 20px;
}
.lower-page.contact-page.contact-input-page .contact-faq__answer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #111;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.lower-page.contact-page.contact-input-page .contact-faq__answer p + p {
  margin-top: 8px;
}
.lower-page.contact-page.contact-input-page .contact-faq__answer p span {
  font-weight: 700;
}
.lower-page.contact-page.contact-input-page .contact-faq__answer p::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../img/A-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-faq__answer {
    padding: 2.4vw 3.4vw 4.4vw;
  }
  .lower-page.contact-page.contact-input-page .contact-faq__answer p {
    font-size: 2.9vw;
    line-height: 1.75;
  }
  .lower-page.contact-page.contact-input-page .contact-faq__answer p + p {
    margin-top: 1.9vw;
  }
  .lower-page.contact-page.contact-input-page .contact-faq__answer p::before {
    width: 8.3vw;
    height: 8.3vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-tel {
    width: calc(100% - 2.9vw);
    margin: 0 auto;
  }
}
.lower-page.contact-page.contact-input-page .contact-tel__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 8px auto 0;
  color: #ed7424;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}
.lower-page.contact-page.contact-input-page .contact-tel__number img {
  display: block;
  width: 28px;
  height: auto;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-tel__number {
    gap: 1.9vw;
    margin-top: 1.9vw;
    font-size: 6.8vw;
  }
  .lower-page.contact-page.contact-input-page .contact-tel__number img {
    width: 5.8vw;
  }
}
.lower-page.contact-page.contact-input-page .contact-tel__time {
  margin-top: 10px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-input-page .contact-tel__time {
    margin-top: 1.9vw;
    font-size: 2.9vw;
  }
}
.lower-page.contact-page {
  /* =========================
    確認ページ
  ========================= */
}
.lower-page.contact-page.contact-confirm-page .contact-form {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-confirm-page .contact-form {
    max-width: none;
  }
}
.lower-page.contact-page.contact-confirm-page .contact-form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 1fr;
  grid-template-columns: 190px 1fr;
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-confirm-page .contact-form__row {
    display: block;
    padding: 3.4vw 0;
  }
}
.lower-page.contact-page.contact-confirm-page .contact-form__label,
.lower-page.contact-page.contact-confirm-page .contact-form__field {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-confirm-page .contact-form__label,
  .lower-page.contact-page.contact-confirm-page .contact-form__field {
    font-size: 2.9vw;
  }
}
.lower-page.contact-page.contact-confirm-page .contact-form__label {
  color: #111;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-confirm-page .contact-form__label {
    margin-bottom: 1vw;
  }
}
.lower-page.contact-page.contact-confirm-page .contact-form__required {
  display: none;
}
.lower-page.contact-page.contact-confirm-page .contact-form__field input,
.lower-page.contact-page.contact-confirm-page .contact-form__field textarea {
  width: auto;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  pointer-events: none;
}
.lower-page.contact-page.contact-confirm-page .contact-form__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.lower-page.contact-page.contact-confirm-page .contact-form__tel br {
  display: none;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-confirm-page .contact-form__tel {
    gap: 1vw;
  }
}
.lower-page.contact-page.contact-confirm-page .contact-form__privacy,
.lower-page.contact-page.contact-confirm-page .contact-form__note {
  display: none;
}
.lower-page.contact-page.contact-confirm-page .contact-form__recaptcha {
  margin-top: 34px;
  text-align: center;
}
.lower-page.contact-page.contact-confirm-page .contact-form__recaptcha .g-recaptcha {
  display: inline-block;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-confirm-page .contact-form__recaptcha {
    margin-top: 2.9vw;
  }
}
.lower-page.contact-page {
  /* =========================
    完了ページ
  ========================= */
}
.lower-page.contact-page.contact-thanks-page .contact-complete {
  text-align: center;
}
.lower-page.contact-page.contact-thanks-page .contact-complete__lead,
.lower-page.contact-page.contact-thanks-page .contact-complete__text {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-thanks-page .contact-complete__lead,
  .lower-page.contact-page.contact-thanks-page .contact-complete__text {
    font-size: 1.7vw;
    line-height: 1.8;
  }
}
.lower-page.contact-page.contact-thanks-page .contact-complete__lead {
  margin: 0;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-thanks-page .contact-complete__lead {
    margin-top: 1.2vw;
    font-size: 1.25rem;
  }
}
.lower-page.contact-page.contact-thanks-page .contact-complete__text {
  margin-top: 12px;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-thanks-page .contact-complete__text {
    margin-top: 1.2vw;
    font-size: 1.25rem;
  }
}
.lower-page.contact-page.contact-thanks-page .contact-complete__buttons {
  width: 290px;
  margin: 38px auto 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 824px) {
  .lower-page.contact-page.contact-thanks-page .contact-complete__buttons {
    width: 70.4vw;
    margin-top: 3.6vw;
    font-size: 4.9vw;
  }
}

.lower-page.business-page {
  margin-top: 95px;
  padding-top: 0;
  background: #f7f7f7;
  overflow: hidden;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page {
    margin-top: 18vw;
    padding-top: 0;
  }
}
.lower-page.business-page .u-pc {
  display: inline;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .u-pc {
    display: none;
  }
}
.lower-page.business-page .business-fv {
  position: relative;
  padding: 44px 0 110px;
  overflow: hidden;
}
.lower-page.business-page .business-fv::before {
  content: "TOKO Co.";
  position: absolute;
  left: 0;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Jost", sans-serif;
  font-size: 170px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv {
    padding: 4.9vw 0 10.2vw;
  }
  .lower-page.business-page .business-fv::before {
    left: -1.9vw;
    bottom: 1.9vw;
    font-size: 17.5vw;
  }
}
.lower-page.business-page .business-fv__inner {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 640px 56px 1fr;
  grid-template-columns: 640px 1fr;
  gap: 56px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: calc(100% - 80px);
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__inner {
    display: block;
    width: calc(100% - 4.9vw);
  }
}
.lower-page.business-page .business-fv__heading {
  padding: 28px 42px 30px 36px;
  border-radius: 0 22px 22px 0;
  background: -webkit-gradient(linear, left top, right top, from(#ea8520), to(#f2ae61));
  background: linear-gradient(90deg, #ea8520 0%, #f2ae61 100%);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__heading {
    padding: 4.4vw 4.9vw 4.4vw 4.4vw;
    border-radius: 0 4.4vw 4.4vw 0;
  }
}
.lower-page.business-page .business-fv__en {
  position: relative;
  padding-left: 42px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.lower-page.business-page .business-fv__en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__en {
    padding-left: 6.8vw;
    font-size: 2.7vw;
  }
  .lower-page.business-page .business-fv__en::before {
    width: 4.9vw;
    height: 0.2vw;
  }
}
.lower-page.business-page .business-fv__title {
  margin-top: 10px;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__title {
    margin-top: 1.5vw;
    font-size: 5.8vw;
    line-height: 1.4;
  }
}
.lower-page.business-page .business-fv__content {
  padding-top: 8px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__content {
    margin-top: 4.9vw;
    padding-top: 0;
  }
}
.lower-page.business-page .business-fv__lead {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.lower-page.business-page .business-fv__lead span {
  color: #ea8520;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__lead {
    font-size: 5.3vw;
    line-height: 1.55;
  }
}
.lower-page.business-page .business-fv__text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__text {
    margin-top: 1.9vw;
    font-size: 2.9vw;
  }
}
.lower-page.business-page .business-fv__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin-top: 28px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__bottom {
    display: block;
    margin-top: 4.4vw;
  }
}
.lower-page.business-page .business-fv__score {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
  padding: 0 22px;
  color: #111;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.lower-page.business-page .business-fv__score::before, .lower-page.business-page .business-fv__score::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #111;
}
.lower-page.business-page .business-fv__score::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(55deg);
          transform: translateY(-50%) rotate(55deg);
}
.lower-page.business-page .business-fv__score::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-55deg);
          transform: translateY(-50%) rotate(-55deg);
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__score {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4.4vw;
  }
  .lower-page.business-page .business-fv__score::before, .lower-page.business-page .business-fv__score::after {
    width: 3.4vw;
    height: 0.2vw;
  }
}
.lower-page.business-page .business-fv__score-label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__score-label {
    font-size: 2.9vw;
  }
}
.lower-page.business-page .business-fv__score strong {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__score strong {
    font-size: 7.3vw;
  }
}
.lower-page.business-page .business-fv__score small {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__score small {
    font-size: 3.9vw;
  }
}
.lower-page.business-page .business-fv__btn {
  width: 260px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-fv__btn {
    width: 55.8vw;
    margin: 3.4vw auto 0;
  }
}
.lower-page.business-page .business-fv__btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lower-page.business-page .business-section-heading {
  position: relative;
  text-align: center;
}
.lower-page.business-page .business-section-heading__en {
  color: #e87422;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-section-heading__en {
    font-size: 2.9vw;
  }
}
.lower-page.business-page .business-section-heading h2 {
  margin-top: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-section-heading h2 {
    margin-top: 1.2vw;
    font-size: 5.1vw;
  }
}
.lower-page.business-page .business-section-heading--left {
  text-align: left;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-section-heading--left {
    text-align: center;
  }
}
.lower-page.business-page .business-worry {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 70px 65px;
  border-radius: 36px;
  background: #eef1f2;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-worry {
    width: calc(100% - 4.9vw);
    padding: 7.8vw 3.9vw;
    border-radius: 5.8vw;
  }
}
.lower-page.business-page .business-worry__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 30px;
  margin-top: 35px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-worry__list {
    display: block;
    margin-top: 5.3vw;
  }
}
.lower-page.business-page .business-worry__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 66px;
  padding: 16px 28px 16px 64px;
  border-radius: 12px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.lower-page.business-page .business-worry__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00833e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lower-page.business-page .business-worry__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 33px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-62%) rotate(-45deg);
          transform: translateY(-62%) rotate(-45deg);
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-worry__list li {
    min-height: 13.1vw;
    padding: 3.2vw 3.9vw 3.2vw 11.7vw;
    border-radius: 2.4vw;
    font-size: 3.2vw;
  }
  .lower-page.business-page .business-worry__list li:not(:first-child) {
    margin-top: 2.4vw;
  }
  .lower-page.business-page .business-worry__list li::before {
    left: 4.4vw;
    width: 4.9vw;
    height: 4.9vw;
  }
  .lower-page.business-page .business-worry__list li::after {
    left: 5.8vw;
    width: 1.9vw;
    height: 1.2vw;
    border-left-width: 0.5vw;
    border-bottom-width: 0.5vw;
  }
}
.lower-page.business-page #Questions.business-about {
  padding: 80px 0 90px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about {
    padding: 11.7vw 0 12.1vw;
  }
}
.lower-page.business-page #Questions.business-about .business-section-heading {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about .business-section-heading {
    width: calc(100% - 4.9vw);
  }
}
.lower-page.business-page #Questions.business-about .business-section-heading__en {
  color: #111;
  font-size: 14px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about .business-section-heading__en {
    font-size: 2.4vw;
  }
}
.lower-page.business-page #Questions.business-about .business-section-heading h2 {
  margin-top: 2px;
  font-size: 30px;
  line-height: 1.45;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about .business-section-heading h2 {
    font-size: 4.9vw;
  }
}
.lower-page.business-page #Questions.business-about ._wrap,
.lower-page.business-page #Questions.business-about .business-about__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about ._wrap,
  .lower-page.business-page #Questions.business-about .business-about__list {
    display: block;
    width: calc(100% - 4.9vw);
    margin-top: 6.8vw;
  }
}
.lower-page.business-page #Questions.business-about .business-about-card {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lower-page.business-page #Questions.business-about .business-about-card:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
}
.lower-page.business-page #Questions.business-about .business-about-card:nth-child(5) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/span 2;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about .business-about-card {
    grid-column: auto;
    border-radius: 2.4vw;
  }
  .lower-page.business-page #Questions.business-about .business-about-card:not(:first-child) {
    margin-top: 4.4vw;
  }
}
.lower-page.business-page #Questions.business-about .business-about-card__head {
  position: relative;
  padding: 28px 24px 22px;
  text-align: center;
}
.lower-page.business-page #Questions.business-about .business-about-card__head::before, .lower-page.business-page #Questions.business-about .business-about-card__head::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
}
.lower-page.business-page #Questions.business-about .business-about-card__head::before {
  top: 22px;
  left: 20px;
  border-top: 2px solid #ef7a1a;
  border-left: 2px solid #ef7a1a;
}
.lower-page.business-page #Questions.business-about .business-about-card__head::after {
  right: 20px;
  bottom: 18px;
  border-right: 2px solid #ef7a1a;
  border-bottom: 2px solid #ef7a1a;
}
.lower-page.business-page #Questions.business-about .business-about-card__head h3 {
  min-height: 56px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about .business-about-card__head {
    padding: 5.3vw 4.4vw 4.4vw;
  }
  .lower-page.business-page #Questions.business-about .business-about-card__head::before, .lower-page.business-page #Questions.business-about .business-about-card__head::after {
    width: 2.4vw;
    height: 2.4vw;
  }
  .lower-page.business-page #Questions.business-about .business-about-card__head::before {
    top: 4.4vw;
    left: 3.9vw;
    border-top-width: 0.5vw;
    border-left-width: 0.5vw;
  }
  .lower-page.business-page #Questions.business-about .business-about-card__head::after {
    right: 3.9vw;
    bottom: 3.4vw;
    border-right-width: 0.5vw;
    border-bottom-width: 0.5vw;
  }
  .lower-page.business-page #Questions.business-about .business-about-card__head h3 {
    min-height: auto;
    font-size: 3.6vw;
  }
}
.lower-page.business-page #Questions.business-about .business-about-card__img {
  width: calc(100% - 48px);
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.lower-page.business-page #Questions.business-about .business-about-card__img img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about .business-about-card__img {
    width: calc(100% - 8.7vw);
    padding-top: 4.4vw;
  }
  .lower-page.business-page #Questions.business-about .business-about-card__img img {
    width: 29.1vw;
  }
}
.lower-page.business-page #Questions.business-about .business-about-card__body {
  padding: 28px 28px 34px;
}
.lower-page.business-page #Questions.business-about .business-about-card__body p {
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about .business-about-card__body {
    padding: 5.3vw 4.4vw 6.3vw;
  }
  .lower-page.business-page #Questions.business-about .business-about-card__body p {
    font-size: 2.9vw;
  }
}
.lower-page.business-page #Questions.business-about .business-about__btn {
  width: 310px;
  margin: 45px auto 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about .business-about__btn {
    width: 63.1vw;
    margin-top: 7.3vw;
  }
}
.lower-page.business-page #Questions.business-about .business-about__btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lower-page.business-page .business-case {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-case {
    width: calc(100% - 4.9vw);
    padding: 10.9vw 0;
  }
}
.lower-page.business-page .business-case__list {
  margin-top: 45px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-case__list {
    margin-top: 6.8vw;
  }
}
.lower-page.business-page .business-case-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 52px minmax(0, 1fr);
  grid-template-columns: 48% minmax(0, 1fr);
  gap: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-page.business-page .business-case-card:nth-child(even) {
  -ms-grid-columns: minmax(0, 1fr) 48%;
  grid-template-columns: minmax(0, 1fr) 48%;
}
.lower-page.business-page .business-case-card:nth-child(even) .business-case-card__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lower-page.business-page .business-case-card:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-case-card {
    display: block;
  }
  .lower-page.business-page .business-case-card:not(:first-child) {
    margin-top: 9.2vw;
  }
  .lower-page.business-page .business-case-card:nth-child(even) .business-case-card__img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.lower-page.business-page .business-case-card__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-case-card__body {
    margin-top: 4.4vw;
  }
}
.lower-page.business-page .business-case-card__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 130px;
  min-height: 34px;
  padding: 5px 24px;
  border-radius: 999px;
  background: #e87422;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-case-card__label {
    min-width: 24.3vw;
    min-height: 6.8vw;
    padding: 1vw 4.4vw;
    font-size: 2.9vw;
  }
}
.lower-page.business-page .business-case-card h3 {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-case-card h3 {
    margin-top: 2.9vw;
    font-size: 4.9vw;
  }
}
.lower-page.business-page .business-case-card dl {
  margin-top: 22px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-case-card dl {
    margin-top: 3.9vw;
  }
}
.lower-page.business-page .business-case-card dl div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 16px 1fr;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 12px;
  background: #ffe2ca;
}
.lower-page.business-page .business-case-card dl div:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-case-card dl div {
    -ms-grid-columns: 11.2vw 2.4vw 1fr;
    grid-template-columns: 11.2vw 1fr;
    gap: 2.4vw;
    padding: 3.4vw;
    border-radius: 2.4vw;
  }
  .lower-page.business-page .business-case-card dl div:not(:first-child) {
    margin-top: 1.9vw;
  }
}
.lower-page.business-page .business-case-card dl dt,
.lower-page.business-page .business-case-card dl dd {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-case-card dl dt,
  .lower-page.business-page .business-case-card dl dd {
    font-size: 2.9vw;
  }
}
.lower-page.business-page .business-case-card dl dt {
  color: #e87422;
}
.lower-page.business-page .business-faq {
  padding: 80px 0;
  border-radius: 40px;
  background: #eee;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-faq {
    padding: 10.9vw 0;
    border-radius: 5.8vw;
  }
}
.lower-page.business-page .business-faq__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 55px minmax(0, 1fr);
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 55px;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-faq__inner {
    display: block;
    width: calc(100% - 4.9vw);
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-faq__list {
    margin-top: 6.3vw;
  }
}
.lower-page.business-page .business-faq-item {
  padding: 28px 34px;
  border-radius: 12px;
  background: #fff;
}
.lower-page.business-page .business-faq-item:not(:first-child) {
  margin-top: 18px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-faq-item {
    padding: 4.4vw 3.9vw;
    border-radius: 2.4vw;
  }
  .lower-page.business-page .business-faq-item:not(:first-child) {
    margin-top: 2.9vw;
  }
}
.lower-page.business-page .business-faq-item dt,
.lower-page.business-page .business-faq-item dd {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42px 14px 1fr;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.lower-page.business-page .business-faq-item dt span,
.lower-page.business-page .business-faq-item dd span {
  color: #e87422;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-faq-item dt,
  .lower-page.business-page .business-faq-item dd {
    -ms-grid-columns: 7.3vw 1.9vw 1fr;
    grid-template-columns: 7.3vw 1fr;
    gap: 1.9vw;
    font-size: 2.9vw;
  }
  .lower-page.business-page .business-faq-item dt span,
  .lower-page.business-page .business-faq-item dd span {
    font-size: 4.4vw;
  }
}
.lower-page.business-page .business-faq-item dt {
  font-size: 18px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-faq-item dt {
    font-size: 3.2vw;
  }
}
.lower-page.business-page .business-faq-item dd {
  margin-top: 12px;
  font-size: 15px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-faq-item dd {
    margin-top: 1.9vw;
    font-size: 2.9vw;
  }
}
.lower-page.business-page .consul {
  background: url(../../img/conpro-bg02.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
.lower-page.business-page .consul ._wrap {
  width: 71.8vw;
  height: 60.8vw;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap {
    width: 100%;
    height: 100%;
  }
}
.lower-page.business-page .consul ._wrap ._box-img {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 4.2vw auto 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap ._box-img {
    margin: 12.1vw auto 0;
  }
}
.lower-page.business-page .consul ._wrap ._box-img:before {
  content: "";
  width: 71.8vw;
  height: 45.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../img/conpro-bg01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap ._box-img:before {
    width: 70.4vw;
    height: 176.5vw;
    left: -5%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    background: url(../../img/conpro-bg01_sp.png) no-repeat;
    background-size: 100%;
    background-position: inherit;
  }
}
.lower-page.business-page .consul ._wrap ._box-img li {
  width: 27.5vw;
  height: 17.4vw;
  position: absolute;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap ._box-img li {
    width: 87.9vw;
    height: inherit;
    position: relative;
    margin: 0 auto;
    top: inherit !important;
    left: inherit !important;
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
  .lower-page.business-page .consul ._wrap ._box-img li:not(:first-of-type) {
    margin-top: 7.3vw;
  }
}
.lower-page.business-page .consul ._wrap ._box-img li img {
  width: 100%;
}
.lower-page.business-page .consul ._wrap ._box-img .conpro-step-img01 {
  top: 14%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.lower-page.business-page .consul ._wrap ._box-img .conpro-step-img02 {
  top: 50%;
  left: 97%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.lower-page.business-page .consul ._wrap ._box-img .conpro-step-img03 {
  top: 83%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.lower-page.business-page .consul ._wrap ._box-img .conpro-step-img04 {
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.lower-page.business-page .consul ._wrap ._box-txt {
  width: 28.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap ._box-txt {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-top: 14.6vw;
  }
}
.lower-page.business-page .consul ._wrap ._box-txt p {
  font-size: 1.8vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap ._box-txt p {
    font-size: 6.3vw;
  }
}
.lower-page.business-page .consul ._wrap ._box-txt p > span {
  display: block;
  width: 100%;
  height: 3.5vw;
  position: relative;
  margin: 0.7vw 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap ._box-txt p > span {
    width: 90%;
    height: inherit;
    margin: 0 auto;
  }
}
.lower-page.business-page .consul ._wrap ._box-txt p > span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(150%);
          transform: translate(-50%, -50%) scale(150%);
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap ._box-txt p > span img {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.lower-page.business-page .consul ._wrap ._box-txt p large {
  font-size: 1.9vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap ._box-txt p large {
    font-size: 6.8vw;
  }
}
.lower-page.business-page .consul ._wrap ._box-txt .btn-con {
  width: 21.5vw;
  padding: 0.7vw 0;
  margin-top: 1.7vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap ._box-txt .btn-con {
    width: 63.1vw;
    padding: 3.6vw 0;
    margin-top: 4.9vw;
  }
}
.lower-page.business-page .consul ._wrap ._box-txt .btn-con a {
  font-size: 1.6vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .consul ._wrap ._box-txt .btn-con a {
    font-size: 4.4vw;
  }
}
.lower-page.business-page .business-service {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto 90px;
  padding: 65px 55px 70px;
  border-radius: 36px;
  background: #eee;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-service {
    width: calc(100% - 4.9vw);
    margin-bottom: 12.1vw;
    padding: 8.7vw 3.9vw;
    border-radius: 5.8vw;
  }
}
.lower-page.business-page .business-service__back {
  width: 250px;
  margin: 28px auto 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-service__back {
    width: 55.8vw;
    margin-top: 5.3vw;
  }
}
.lower-page.business-page .business-service__back a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lower-page.business-page .business-service__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-service__list {
    display: block;
    margin-top: 6.8vw;
  }
}
.lower-page.business-page .business-service-card {
  position: relative;
  display: block;
  min-height: 220px;
  padding: 28px 26px 92px;
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-service-card {
    min-height: 41.3vw;
    padding: 4.9vw 4.4vw 18.4vw;
    border-radius: 3.4vw;
  }
  .lower-page.business-page .business-service-card:not(:first-child) {
    margin-top: 3.4vw;
  }
}
.lower-page.business-page .business-service-card h3 {
  color: #00833e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-service-card h3 {
    font-size: 3.9vw;
  }
}
.lower-page.business-page .business-service-card p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-service-card p {
    margin-top: 1.9vw;
    font-size: 2.9vw;
  }
}
.lower-page.business-page .business-service-card__img {
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 82px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .business-service-card__img {
    right: 3.4vw;
    bottom: 2.9vw;
    width: 17vw;
  }
}
.lower-page.business-page .business-service-card__img img {
  display: block;
  width: 100%;
  height: auto;
}

.lower-page.business-page #Questions.business-about .business-about__btn.btn-con.orange {
  width: 310px;
  margin: 45px auto 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Questions.business-about .business-about__btn.btn-con.orange {
    width: 63.1vw;
    margin-top: 7.3vw;
  }
}
.lower-page.business-page #Questions.business-about .business-about__btn.btn-con.orange a {
  width: 100%;
}
.lower-page.business-page .contact-faq.business-faq {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  border-radius: 40px;
  background: #fff;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq {
    width: calc(100% - 4.9vw);
    padding: 0;
    border-radius: 5.8vw;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__inner {
  width: calc(100% - 80px);
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-faq__inner {
    width: calc(100% - 4.9vw);
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-section-heading {
  text-align: left;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-section-heading {
    text-align: left;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-section-heading .-en {
  color: #111;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-section-heading .-en {
    font-size: 2.4vw;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-section-heading h1 {
  margin-top: 2px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-section-heading h1 {
    font-size: 4.9vw;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-faq ._inr {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-faq {
    width: calc(100% - 2.9vw);
    margin-bottom: 8.5vw;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq ._inr {
    border-radius: 4.9vw;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__more-wrap {
  position: relative;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-faq__more-wrap {
    height: 53.4vw;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq__more-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 38.8vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, 0.9)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 48%, #fff 100%);
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq__more-wrap.is-open {
    overflow: visible;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq__more-wrap.is-open::after {
    opacity: 0;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-faq__list {
    gap: 2.9vw;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__more {
  display: none;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-faq__more {
    position: absolute;
    left: 0;
    bottom: 4.4vw;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 22.3vw;
  height: 8.3vw;
  padding: 0 4.4vw;
  border: none;
  border-radius: 999px;
  background: #ed7424;
  color: #fff;
  font-size: 2.7vw;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-faq__more-wrap.is-open {
    padding-bottom: 9.7vw;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq__more-wrap.is-open .contact-faq__more {
    position: static;
    margin-top: 4.9vw;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__item {
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__item[open] {
  background: #eee;
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__item[open] .contact-faq__question {
  background: #fff;
  border-bottom: none;
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__item[open] .contact-faq__question::after {
  content: "−";
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-faq__item {
    border-radius: 2.4vw;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 74px;
  padding: 10px 20px;
  list-style: none;
  cursor: pointer;
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__question::-webkit-details-marker {
  display: none;
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  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;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ed7424;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__question span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #111;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__question span::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../img/Q-icon.png) no-repeat center/contain;
  opacity: 0.75;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-faq__question {
    min-height: 15vw;
    padding: 2.4vw 11.7vw 2.4vw 3.4vw;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq__question::after {
    right: 3.4vw;
    width: 6.3vw;
    height: 6.3vw;
    font-size: 4.4vw;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq__question span {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq__question span::before {
    width: 8.3vw;
    height: 8.3vw;
    margin-bottom: 1vw;
  }
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__answer {
  position: relative;
  padding: 10px 20px;
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__answer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #111;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__answer p + p {
  margin-top: 8px;
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__answer p span {
  font-weight: 700;
}
.lower-page.business-page .contact-faq.business-faq .contact-faq__answer p::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../img/A-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page .contact-faq.business-faq .contact-faq__answer {
    padding: 2.4vw 3.4vw 4.4vw;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq__answer p {
    font-size: 2.9vw;
    line-height: 1.75;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq__answer p + p {
    margin-top: 1.9vw;
  }
  .lower-page.business-page .contact-faq.business-faq .contact-faq__answer p::before {
    width: 8.3vw;
    height: 8.3vw;
    margin-bottom: 1vw;
  }
}
.lower-page.business-page #Consul.business-flow {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0 100px;
  overflow: visible;
}
.lower-page.business-page #Consul.business-flow::before, .lower-page.business-page #Consul.business-flow::after {
  content: none;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow {
    width: calc(100% - 4.9vw);
    padding: 12.1vw 0 13.6vw;
  }
}
.lower-page.business-page #Consul.business-flow ._inr {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}
.lower-page.business-page #Consul.business-flow h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 230px;
}
.lower-page.business-page #Consul.business-flow h2 img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow h2 {
    position: static;
    width: 43.7vw;
  }
}
.lower-page.business-page #Consul.business-flow ._wrap {
  position: relative;
  min-height: 560px;
  margin-top: 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow ._wrap {
    min-height: auto;
    margin-top: 7.3vw;
  }
}
.lower-page.business-page #Consul.business-flow ._box-img {
  position: relative;
  min-height: 560px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lower-page.business-page #Consul.business-flow ._box-img::before {
  content: "";
  position: absolute;
  top: 105px;
  left: 50%;
  width: 860px;
  height: 360px;
  border: 3px dotted #ddd;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow ._box-img {
    min-height: auto;
  }
  .lower-page.business-page #Consul.business-flow ._box-img::before {
    display: none;
  }
}
.lower-page.business-page #Consul.business-flow ._box-img li {
  position: absolute;
  z-index: 2;
}
.lower-page.business-page #Consul.business-flow ._box-img li img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow ._box-img li {
    position: static;
  }
  .lower-page.business-page #Consul.business-flow ._box-img li:not(:first-child) {
    margin-top: 2.9vw;
  }
}
.lower-page.business-page #Consul.business-flow ._box-img .conpro-step-img01 {
  top: 0;
  left: 50%;
  width: 355px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lower-page.business-page #Consul.business-flow ._box-img .conpro-step-img02 {
  top: 210px;
  right: 0;
  width: 355px;
}
.lower-page.business-page #Consul.business-flow ._box-img .conpro-step-img03 {
  bottom: 0;
  left: 50%;
  width: 355px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lower-page.business-page #Consul.business-flow ._box-img .conpro-step-img04 {
  top: 210px;
  left: 0;
  width: 355px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow ._box-img .conpro-step-img01,
  .lower-page.business-page #Consul.business-flow ._box-img .conpro-step-img02,
  .lower-page.business-page #Consul.business-flow ._box-img .conpro-step-img03,
  .lower-page.business-page #Consul.business-flow ._box-img .conpro-step-img04 {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.lower-page.business-page #Consul.business-flow ._box-txt {
  position: absolute;
  top: 238px;
  left: 50%;
  z-index: 3;
  width: 320px;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow ._box-txt {
    position: static;
    width: 100%;
    margin-top: 5.8vw;
    -webkit-transform: none;
            transform: none;
  }
}
.lower-page.business-page #Consul.business-flow ._box-txt p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow ._box-txt p {
    font-size: 3.4vw;
  }
}
.lower-page.business-page #Consul.business-flow ._box-txt span {
  display: block;
  width: 270px;
  margin: 4px auto;
}
.lower-page.business-page #Consul.business-flow ._box-txt span img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow ._box-txt span {
    width: 53.4vw;
    margin: 1vw auto;
  }
}
.lower-page.business-page #Consul.business-flow ._box-txt large {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow ._box-txt large {
    font-size: 3.4vw;
  }
}
.lower-page.business-page #Consul.business-flow ._box-txt .btn-con {
  width: 260px;
  margin: 16px auto 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow ._box-txt .btn-con {
    width: 63.1vw;
    margin-top: 3.9vw;
  }
}
.lower-page.business-page #Consul.business-flow ._box-txt .btn-con a {
  width: 100%;
}
.lower-page.business-page #Consul.business-flow .dis_pc {
  display: block;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow .dis_pc {
    display: none;
  }
}
.lower-page.business-page #Consul.business-flow .dis_sp {
  display: none;
}
@media screen and (max-width: 824px) {
  .lower-page.business-page #Consul.business-flow .dis_sp {
    display: block;
  }
}