@charset "UTF-8";
:root, *::before, *::after {
  --color-01: #4e4e4f;
  --color-02: #fcfef2;
  --color-03: #f7dc5e;
  --color-04: #135ae0;
  --pd-01: 20px;
  --pd-block: 100px;
  --bdrs-bg: 200px;
  --width-01: calc(960px + (var(--pd-01) * 2));
  --outline: 2px solid #ccc;
  --transition: 0.2s;
  --z-pagetop: 1000;
  --z-header: 1200;
  --z-icon-upper: 9;
  --z-moving-icon: 8;
  --z-balloon: 5;
  --z-moving-road: 1;
  --z-main: 1;
}
@media screen and (max-width: 767px) {
  :root, *::before, *::after {
    --bdrs-bg: 100px;
    --pd-block: 60px;
  }
}
/* リセット
============================================================*/
/*! A Modern CSS Reset https://github.com/hankchizljaw/modern-css-reset*/
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* デフォルト
============================================================*/
body {
  color: var(--color-01);
  line-height: 1;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
}
ol {
  padding: 0 0 0 1.25em;
}
@media screen and (max-width: 767px) {
  ol {
    padding: 0 0 0 1.5em;
  }
}
a {
  color: var(--color-04);
  text-decoration: none;
  transition: opacity var(--transition) linear, color var(--transition) linear, border var(--transition) linear, background var(--transition) linear, box-shadow var(--transition) linear, text-shadow var(--transition) linear;
  word-break: break-all;
}
a:focus:not(:focus-visible) {
  outline: 0;
}
a:focus-visible {
  outline: var(--outline);
}
.type-pc a:hover img {
  opacity: 0.8;
}
.type-mobile a:active img {
  opacity: 0.8;
}
a img {
  transition: opacity var(--transition) linear;
}
a::before, a::after {
  transition: var(--transition) linear;
}
img {
  max-width: 100%;
  height: auto;
}
/* レイアウト
============================================================*/
.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/*----------------------------------------
メインエリア
----------------------------------------*/
.l-main {
  width: 100%;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .l-main.p-top {
    position: relative;
    z-index: var(--z-main);
    padding-bottom: 120px;
  }
  .l-main.p-top section {
    min-width: 1040px;
  }
}
:where(.l-main) h2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  :where(.l-main) h2 {
    text-align: center;
    font-size: 26px;
  }
}
:where(.l-main) ul:where(:not(.list-reset)) li {
  position: relative;
  padding: 0 0 0 1em;
}
:where(.l-main) ul:where(:not(.list-reset)) li::before {
  position: absolute;
  top: 0.5em;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: var(--color-03);
  content: "";
}
/* ヘッダー
----------------------------------------*/
.l-header {
  position: relative;
  z-index: var(--z-header);
  width: 100%;
}
.header-inner {
  width: 100%;
  max-width: var(--width-01);
  margin: 0 auto;
  padding: 18px var(--pd-01) 0;
}
.logo-header-link {
  display: inline-block;
}
.logo-header-txt {
  font-size: 12px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .logo-header-txt {
    font-size: 10px;
  }
}
.nav-global {
  position: fixed;
  top: 50px;
  right: 0;
  transition: var(--transition) linear;
}
.nav-global.is-minimal {
  transform: translateX(230px);
  top: 20px;
}
.type-pc .nav-global.is-minimal:hover {
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .nav-global {
    top: 15px;
  }
  .nav-global.is-minimal {
    top: 15px;
    transform: translateX(100px);
  }
}
.menu-global-link {
  display: grid;
  place-content: center;
  position: relative;
  width: 280px;
  height: 64px;
  border-radius: 16px 0 0 16px;
  background: var(--color-04);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .menu-global-link {
    font-size: 14px;
    width: 140px;
    line-height: 120%;
    padding: 0 0 0 30px;
  }
}
.menu-global-link:focus:not(:focus-visible) {
  outline: 0;
}
.menu-global-link:focus-visible {
  outline: var(--outline);
}
.type-pc .menu-global-link:hover {
  opacity: 0.8;
}
.type-mobile .menu-global-link:active {
  opacity: 0.8;
}
.menu-global-link::before {
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 20px;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M48%2064C21.5%2064%200%2085.5%200%20112c0%2015.1%207.1%2029.3%2019.2%2038.4L236.8%20313.6c11.4%208.5%2027%208.5%2038.4%200L492.8%20150.4c12.1-9.1%2019.2-23.3%2019.2-38.4c0-26.5-21.5-48-48-48H48zM0%20176V384c0%2035.3%2028.7%2064%2064%2064H448c35.3%200%2064-28.7%2064-64V176L294.4%20339.2c-22.8%2017.1-54%2017.1-76.8%200L0%20176z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .menu-global-link::before {
    left: 10px;
  }
}
/* フッター
----------------------------------------*/
.l-footer {
  position: relative;
  width: 100%;
  max-width: var(--width-01);
  margin-top: auto;
  margin-inline: auto;
  padding: var(--pd-block) var(--pd-01);
  border-image-source: linear-gradient(var(--color-03), #fff);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
  background: var(--color-03);
}
.l-footer::before {
  display: block;
  position: absolute;
  top: -120px;
  left: -90px;
  width: min(120%, 1200px);
  height: 120px;
  background: url("../img/bg-contact.png") no-repeat bottom center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    top: -50px;
    height: 50px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .l-footer {
    padding-block: 40px 120px;
  }
  .type-tablet .p-top + .l-footer {
    padding-bottom: 270px;
  }
}
@media screen and (max-width: 1240px) {
  .l-footer::before {
    left: 0;
    width: 100%;
  }
}
.footer-tel {
  margin: 20px 0 0;
}
.footer-tel-ttl {
  font-weight: bold;
}
.footer-tel-number {
  margin: 5px 0 0;
  font-size: 32px;
  letter-spacing: 1px;
  -webkit-text-stroke: 2px;
}
.footer-tel-number::before {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 5px 0 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20style%3D%22fill%3A%234E4E4F%3B%22%20d%3D%22M164.9%2024.6c-7.7-18.6-28-28.5-47.4-23.2l-88%2024C12.1%2030.2%200%2046%200%2064C0%20311.4%20200.6%20512%20448%20512c18%200%2033.8-12.1%2038.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3%2011.6L304.7%20368C234.3%20334.7%20177.3%20277.7%20144%20207.3L193.3%20167c13.7-11.2%2018.4-30%2011.6-46.3l-40-96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  content: "";
}
.footer-tel-time {
  margin: 5px 0 0;
  font-size: 14px;
}
.footer-link-kit {
  margin: 2em 0 0;
}
.footer-link-kit a {
  padding: 0.5em 1em;
  border: 1px solid;
  border-radius: 2em;
}
.type-pc .footer-link-kit a:hover {
  background: rgba(53, 167, 228, 0.2);
}
.footer-link-kit a::after {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0 0 5px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%3E%3Cpath%20d%3D%22M320%200c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h82.7L201.4%20265.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L448%20109.3V192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32H320zM80%2032C35.8%2032%200%2067.8%200%20112V432c0%2044.2%2035.8%2080%2080%2080H400c44.2%200%2080-35.8%2080-80V320c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V432c0%208.8-7.2%2016-16%2016H80c-8.8%200-16-7.2-16-16V112c0-8.8%207.2-16%2016-16H192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H80z%22%20style%3D%22fill%3A%23135AE0%3B%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  content: "";
}
.footer-logo-company {
  margin: 50px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer-logo-company {
    margin: 80px 0 0;
  }
}
/* トップへ戻るボタン
----------------------------------------*/
.btn-to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  position: fixed;
  z-index: var(--z-pagetop);
  right: var(--pd-01);
  bottom: var(--pd-01);
  transition: var(--transition) linear;
}
@media screen and (max-width: 767px) {
  .btn-to-top {
    right: 10px;
    bottom: 10px;
  }
}
.btn-to-top.is-visible {
  opacity: 1;
}
.btn-to-top.is-visible .link-to-top {
  pointer-events: all;
}
.link-to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  width: 60px;
  height: 60px;
  padding: 18px 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: var(--color-03);
  transition: var(--transition) linear;
  transform: scale(1);
  pointer-events: none;
}
.link-to-top:focus:not(:focus-visible) {
  outline: 0;
}
.link-to-top:focus-visible {
  outline: var(--outline);
}
@media screen and (max-width: 767px) {
  .link-to-top {
    width: 44px;
    height: 44px;
    padding: 13px 0 0;
  }
}
.type-pc .link-to-top:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.type-mobile .link-to-top:active {
  opacity: 0.9;
  transform: scale(1.05);
}
.icon-to-top {
  fill: #fff;
}
.btn-to-top-txt {
  display: block;
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--color-01);
}
/* 共通
============================================================*/
.cmn-contents {
  position: relative;
  width: min(100%, 1000px);
  margin: 0 auto;
  padding-inline: var(--pd-01);
}
.p-top .cmn-contents {
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-top .cmn-contents {
    width: var(--width-01);
  }
}
.cmn-padding-block {
  padding-block: var(--pd-block);
}
.cmn-grid {
  display: grid;
  gap: 80px;
  grid-template-columns: 360px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmn-grid {
    gap: 40px;
    grid-template-columns: auto;
  }
}
/* アイコン移動
============================================================*/
.moving-road {
  position: relative;
  z-index: var(--z-moving-road);
  left: calc(50% - 500px);
  width: var(--width-01);
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .moving-road {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .moving-road {
    display: none;
  }
}
.moving-road-path {
  fill: none;
  stroke: #f08820;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 8;
}
.moving-wrapper {
  position: absolute;
  z-index: var(--z-main);
  top: 0;
  left: calc(50% - 500px);
  width: var(--width-01);
  height: 100%;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .moving-wrapper {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .moving-wrapper {
    display: none;
  }
}
.moving-road-start {
  position: absolute;
  z-index: var(--z-main);
  top: 454px;
  left: 958px;
}
.moving-road-end {
  position: absolute;
  z-index: var(--z-main);
  bottom: 97px;
  left: 50%;
  transform: translateX(calc(-50% + 2px));
}
.img-goal {
  opacity: 0;
  position: absolute;
  top: 23px;
  left: 23px;
}
.img-goal.is-visible {
  opacity: 1;
}
.moving-icon {
  opacity: 1;
  position: absolute;
  z-index: var(--z-moving-icon);
  transform: translate(965px, 461px);
}
.moving-icon.is-hidden {
  opacity: 0;
}
/* コンテンツ
============================================================*/
.contents-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contents-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*--- ファーストビュー -------------------*/
.sec-first {
  position: relative;
  padding: 48px 0 42px;
}
@media screen and (min-width: 768px) {
  .sec-first {
    box-sizing: content-box;
    height: 469px;
  }
}
@media screen and (max-width: 767px) {
  .sec-first {
    padding: 80px 0 30px;
  }
}
.sec-first::before {
  display: block;
  position: absolute;
  top: -76px;
  right: 0;
  width: 100%;
  height: calc(100% + 75px);
  background: var(--color-02) url("../img/bg-first.png") no-repeat top right;
  background-size: 966px auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .sec-first::before {
    background-position: bottom center;
    background-size: cover;
  }
}
.first-contents {
  display: grid;
  align-items: center;
  grid-template-columns: 320px auto;
}
@media screen and (max-width: 767px) {
  .first-contents {
    grid-template-columns: auto;
  }
}
.first-detail {
  position: relative;
  z-index: var(--z-main);
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .first-detail {
    text-align: center;
    font-size: 36px;
  }
}
.first-img {
  position: relative;
  z-index: var(--z-main);
}
@media screen and (max-width: 767px) {
  .first-img {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .first-img-item {
    transform: scale(1.05) translateX(-10px);
  }
}
.first-img-point {
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  right: 22px;
  width: 217px;
  height: 210px;
  background: url("../img/icon-first.png") no-repeat;
  background-size: contain;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .first-img-point {
    top: -60px;
    right: -50px;
    transform: scale(0.6);
  }
}
.first-img-point-01 {
  margin: -12px 17px 0 0;
}
.first-img-point-02 {
  margin: 12px 0 0;
  letter-spacing: 0.5px;
  -webkit-text-stroke: 1px;
}
.first-img-point-02 .u-fz-l {
  font-size: 40px;
  -webkit-text-stroke: 2px;
}
.first-img-point-03 {
  margin: 3px 0 0;
  transform: translateX(-5px);
}
.u-underline {
  position: relative;
}
.u-underline::after {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #f08820;
  content: "";
}
/*--- inspi(インスピ)とは -------------------*/
.sec-about {
  position: relative;
  border-radius: 0 0 var(--bdrs-bg) 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .sec-about {
    box-sizing: content-box;
    height: 549px;
  }
}
.about-detail {
  margin: 60px 0 0;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .about-detail {
    margin: 30px 0 0;
  }
}
.about-img {
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .about-img-item {
    transform: scale(1.1) translateX(-40px);
  }
}
/*--- インスピを導入することで -------------------*/
.sec-introduction {
  position: relative;
  background: #fff;
}
.sec-introduction::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--bdrs-bg) 0 0 var(--bdrs-bg);
  background: var(--color-02);
  content: "";
}
.introduction-list {
  display: grid;
  gap: 40px;
  justify-content: center;
  grid-template-columns: repeat(3, 240px);
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .introduction-list {
    grid-template-columns: auto;
    max-width: 300px;
    margin-inline: auto;
  }
}
.introduction-item-img {
  text-align: center;
}
.introduction-item-detail {
  margin: 20px 0 0;
}
.introduction-item-ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .introduction-item-ttl {
    text-align: center;
  }
}
/*--- インスピを活用すると -------------------*/
.sec-exercise {
  position: relative;
  padding-bottom: 300px;
  background: var(--color-03);
  background: linear-gradient(180deg, var(--color-02) 0%, var(--color-02) 50%, var(--color-03) 50%, var(--color-03) 100%);
}
@media screen and (max-width: 767px) {
  .sec-exercise {
    padding-bottom: 100px;
  }
}
.sec-exercise::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 var(--bdrs-bg) var(--bdrs-bg) 0;
  background: #fff;
  content: "";
}
.exercise-txt {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .exercise-txt {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .exercise-graph {
    margin: -20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .exercise-graph {
    text-align: center;
  }
}
.exercise-img {
  position: absolute;
  top: -200px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .exercise-img {
    top: -248px;
    transform: scale(0.8);
  }
}
/*--- インスピの3大機能 -------------------*/
.sec-feature {
  position: relative;
  background: #fff;
}
.sec-feature::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100vw - 1000px) / 2 + 940px);
  height: 100%;
  border-radius: var(--bdrs-bg) 0 0 var(--bdrs-bg);
  background: var(--color-03);
  content: "";
}
@media screen and (max-width: 767px) {
  .sec-feature::before {
    width: calc((100vw - 350px) / 2 + 350px);
  }
}
@media screen and (min-width: 768px) {
  .sec-feature h2 {
    margin: 0 0 0 102px;
  }
}
.sec-feature h2:nth-of-type(2) {
  margin-top: 100px;
}
.feature-img {
  position: absolute;
}
.feature-img-01 {
  top: -170px;
  right: 200px;
}
@media screen and (max-width: 767px) {
  .feature-img-01 {
    right: 20px;
    transform: scale(0.8);
  }
}
.feature-img-02 {
  top: 530px;
  right: 150px;
}
@media screen and (max-width: 767px) {
  .feature-img-02 {
    display: none;
  }
}
.feature-card {
  display: grid;
  gap: 40px;
  justify-content: flex-end;
  grid-template-columns: repeat(3, 260px);
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .feature-card {
    gap: 80px;
    justify-content: center;
    grid-template-columns: auto;
    max-width: 300px;
    margin-inline: auto;
  }
}
.feature-item {
  position: relative;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(221, 154, 5, 0.2);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .feature-item {
    padding-inline: 20px;
  }
}
.feature-item::before {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 72px;
  color: transparent;
  -webkit-text-stroke: 1px #4e4e4f;
  content: attr(data-num);
}
@media screen and (max-width: 767px) {
  .feature-item::before {
    font-size: 60px;
  }
}
.feature-item-img {
  text-align: center;
}
.feature-item-img-01 {
  transform: translateX(16px);
}
.feature-item-detail {
  margin: 10px 0 0;
}
.feature-item-ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .feature-item-ttl {
    text-align: center;
  }
}
/*--- 人的資本経営を加速するために -------------------*/
.sec-hcm {
  position: relative;
  padding: var(--pd-block) 0 50px;
  background: var(--color-03);
}
.sec-hcm::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 var(--bdrs-bg) 0 0;
  background: #fff;
  content: "";
}
.hcm-img {
  position: absolute;
  top: -179px;
  left: 150px;
}
@media screen and (max-width: 767px) {
  .hcm-img {
    z-index: 10;
    top: auto;
    right: 20px;
    bottom: -102px;
    left: auto;
    transform: scale(0.8);
  }
}
.hcm-grid {
  align-items: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .hcm-grid-img {
    text-align: center;
  }
}
/*--- 利用者の声 -------------------*/
.sec-voices {
  position: relative;
  padding: var(--pd-block) 0 150px;
  background: var(--color-03) url("../img/bg-voices-cover.png") repeat top left 32px;
  background-attachment: fixed;
  background-size: 184px auto;
}
@media screen and (max-width: 767px) {
  .sec-voices {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .sec-voices::after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    height: 108px;
    background: url("../img/bg-voices-bottom.png") no-repeat bottom center;
    background-size: 695px auto;
    content: "";
    transform: translateX(calc(-50% - 80px));
  }
}
.voices-grid {
  display: grid;
  gap: 0 80px;
  grid-template-columns: repeat(2, 400px);
}
@media screen and (max-width: 767px) {
  .voices-grid {
    grid-template-columns: auto;
    max-width: 400px;
    margin: 40px auto 0;
  }
}
.voices-grid-group {
  display: flex;
  gap: 60px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .voices-grid-group {
    gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  .voices-grid-group:nth-of-type(1) {
    justify-content: center;
  }
  .voices-grid-group:nth-of-type(1) .voices-balloon::before {
    right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .voices-grid-group:nth-of-type(2) {
    margin: 80px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .voices-grid-group:nth-of-type(2) .voices-balloon::before {
    left: 80px;
    transform: scaleX(-1);
  }
}
.voices-balloon {
  opacity: 0;
  position: relative;
  padding: 26px 40px;
  border-radius: 16px;
  background: #fff;
  transition: 0.4s ease;
  transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  .voices-balloon {
    padding: 20px;
    line-height: 150%;
  }
}
.voices-balloon::before {
  display: block;
  position: absolute;
  bottom: -23px;
  width: 51px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2051%2024%22%20style%3D%22enable-background%3Anew%200%200%2051%2024%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M0-23S2-7%2015%208s36%2016%2036%2016S33.5%2017%2031.3.5%2032.8-23%2032.8-23H0z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .voices-balloon::after {
    display: block;
    position: absolute;
    bottom: -70px;
    height: 60px;
    background: url("../img/bg-voices-bottom.png") no-repeat;
    background-size: auto 60px;
    content: "";
  }
}
.voices-balloon.is-visible {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .voices-balloon01::before {
    right: 80px;
  }
  .voices-balloon01::after {
    right: 10px;
    width: 60px;
    background-position: top 0 left 0;
  }
  .voices-balloon02::before {
    left: 80px;
    transform: scale(-1, 1);
  }
  .voices-balloon02::after {
    left: 10px;
    width: 60px;
    background-position: top 0 left -60px;
  }
  .voices-balloon03::before {
    right: 100px;
  }
  .voices-balloon03::after {
    right: 10px;
    width: 86px;
    background-position: top 0 left -138px;
  }
  .voices-balloon04::before {
    left: 80px;
    transform: scale(-1, 1);
  }
  .voices-balloon04::after {
    left: 10px;
    width: 53px;
    background-position: top 0 left -226px;
  }
  .voices-balloon05::before {
    right: 120px;
  }
  .voices-balloon05::after {
    right: 10px;
    width: 108px;
    background-position: top 0 right 0;
  }
}
/*--- プラン・価格 -------------------*/
.sec-plan {
  position: relative;
  background: var(--color-03);
}
.sec-plan::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 var(--bdrs-bg);
  background: #fff;
  content: "";
}
.plan-detail {
  position: relative;
  width: 350px;
  margin: 60px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .plan-detail {
    width: 170px;
  }
}
.plan-detail .s-fs-l {
  font-size: 44px;
  -webkit-text-stroke: 2px;
}
@media screen and (max-width: 767px) {
  .plan-detail .s-fs-l {
    font-size: 40px;
  }
}
.plan-detail::before, .plan-detail::after {
  display: block;
  position: absolute;
  bottom: -10px;
  width: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .plan-detail::before, .plan-detail::after {
    transform: scale(0.8);
  }
}
.plan-detail::before {
  left: -95px;
  height: 132px;
  background-image: url("../img/img-plan-01.png");
}
.plan-detail::after {
  right: -90px;
  height: 127px;
  background-image: url("../img/img-plan-02.png");
}
.plan-append {
  position: absolute;
  top: -39px;
  left: 62px;
  font-size: 14px;
}
.plan-append::before, .plan-append::after {
  position: absolute;
  bottom: -2px;
  font-size: 20px;
  color: var(--color-04);
  content: "/";
}
.plan-append::before {
  left: -15px;
  transform: scaleX(-1);
}
.plan-append::after {
  right: -15px;
}
.plan-point {
  margin: 10px 0 0;
  border-radius: 1em;
  background: var(--color-03);
}
/*--- FAQ -------------------*/
.sec-faq {
  position: relative;
  background: #fff;
}
.sec-faq::before {
  display: block;
  position: absolute;
  z-index: var(--z-icon-upper);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 var(--bdrs-bg) 0 var(--bdrs-bg);
  background: var(--color-03);
  content: "";
}
/*! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.*/
.tglSwt {
  position: relative;
  border-radius: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.tglSwt:focus:not(:focus-visible) {
  outline: 0;
}
.tglSwt:focus-visible {
  outline: var(--outline);
}
.tglSwt::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2028%22%20style%3D%22enable-background%3Anew%200%200%2022%2028%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22%2011.5v3c0%20.8-.7%201.5-1.5%201.5H14v6.5c0%20.8-.7%201.5-1.5%201.5h-3c-.8%200-1.5-.7-1.5-1.5V16H1.5C.7%2016%200%2015.3%200%2014.5v-3c0-.8.7-1.5%201.5-1.5H8V3.5C8%202.7%208.7%202%209.5%202h3c.8%200%201.5.7%201.5%201.5V10h6.5c.8%200%201.5.7%201.5%201.5z%22%20style%3D%22fill%3A%23135AE0%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  content: "";
}
.tglSwt.is-active::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2028%22%20style%3D%22enable-background%3Anew%200%200%2022%2028%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22%2011.5v3c0%20.8-.7%201.5-1.5%201.5h-19C.7%2016%200%2015.3%200%2014.5v-3c0-.8.7-1.5%201.5-1.5h19c.8%200%201.5.7%201.5%201.5z%22%20style%3D%22fill%3A%23135AE0%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 767px) {
  .tglSwt::after {
    right: 10px;
  }
}
.faq-list {
  position: relative;
  z-index: 10;
  max-width: 760px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .faq-list {
    margin-top: 40px;
  }
}
.faq-item {
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(221, 154, 5, 0.5);
  background: #fff;
  transition: var(--transition) linear;
}
.type-pc .faq-item:not(.is-active):hover {
  background: #fcf2c9;
}
.faq-item + .faq-item {
  margin: 30px 0 0;
}
:is(.faq-txt-q, .faq-txt-a) {
  position: relative;
  padding: 14px 20px 14px 80px;
}
:is(.faq-txt-q, .faq-txt-a)::before {
  position: relative;
  left: -60px;
  font-size: 32px;
  color: transparent;
}
:is(.faq-txt-q, .faq-txt-a) p, :is(.faq-txt-q, .faq-txt-a) div[itemprop=text] {
  margin: -30px 0 0;
}
@media screen and (max-width: 767px) {
  :is(.faq-txt-q, .faq-txt-a) {
    padding-inline: 40px 25px;
  }
  :is(.faq-txt-q, .faq-txt-a)::before {
    left: -28px;
    font-size: 24px;
  }
}
.faq-txt-q {
  min-height: 64px;
  font-weight: bold;
  transition: var(--transition) linear;
}
.faq-txt-q:not(.is-active):focus-visible {
  background: #fcf2c9;
}
.faq-txt-q::before {
  top: 3px;
  font-weight: normal;
  -webkit-text-stroke: 1px #4e4e4f;
  content: "Q";
}
@media screen and (max-width: 767px) {
  .faq-txt-q::before {
    top: 1px;
  }
}
.faq-txt-a {
  display: none;
  padding-top: 10px;
}
.faq-txt-a::before {
  top: 5px;
  -webkit-text-stroke: 1px #f08820;
  content: "A";
}
.dt-width7em {
  display: grid;
  gap: 0 1em;
  grid-template-columns: 7em auto;
}
@media screen and (max-width: 767px) {
  .dt-width7em {
    gap: 0;
    grid-template-columns: auto;
  }
  .dt-width7em dt {
    margin: 0.5em 0 0;
  }
}
.dt-width7em dt::before {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 4px 0 0;
  border-radius: 2px;
  background: var(--color-01);
  content: "";
}
/*--- お問い合わせ -------------------*/
.sec-contact {
  position: relative;
  padding-bottom: 300px;
  background: var(--color-03);
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding-bottom: 100px;
  }
}
.sec-contact::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 var(--bdrs-bg) 0 0;
  background: #fff;
  content: "";
}
.sec-confirm, .sec-thanks {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .sec-confirm, .sec-thanks {
    padding: 50px 0 100px;
  }
}
.checkpoint {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .checkpoint {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: static;
    margin: 40px 0 0;
  }
  .checkpoint:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
.balloon {
  display: grid;
  place-content: center;
  opacity: 0;
  position: absolute;
  z-index: var(--z-balloon);
  width: 200px;
  padding: 20px;
  border-radius: 32px;
  box-shadow: 0 0 9px 9px rgba(0, 0, 0, 0.05);
  background: var(--color-03);
  font-size: 12px;
  line-height: 170%;
  transition: var(--transition) linear;
  transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  .balloon {
    position: static;
    padding: 15px;
  }
}
.balloon::before {
  display: block;
  position: absolute;
  right: 40px;
  bottom: -23px;
  width: 25px;
  height: 23px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2051%2047%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dx%3D%228.523%22%20dy%3D%228.523%22%2F%3E%3CfeGaussianBlur%20result%3D%22blur%22%20stdDeviation%3D%2210%22%2F%3E%3CfeFlood%20flood-color%3D%22%23a0a0a0%22%20flood-opacity%3D%22.2%22%2F%3E%3CfeComposite%20in2%3D%22blur%22%20operator%3D%22in%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20style%3D%22filter%3Aurl(%23a)%22%3E%3Cpath%20d%3D%22M0%200s2%2016%2015%2031%2036%2016%2036%2016-17.473-7-19.736-23.5C29%207%2032.846%200%2032.846%200H0z%22%20style%3D%22fill%3A%23f7dc5e%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  content: "";
}
.is-visible .balloon {
  opacity: 1;
  transform: scale(1);
}
.lamp {
  display: block;
  position: absolute;
  z-index: var(--z-balloon);
  right: 0;
  bottom: 0;
  width: 22px;
  height: 38px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2037.8%22%20style%3D%22enable-background%3Anew%200%200%2022%2037.8%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%2337c2db%22%20d%3D%22M22%2015.6c0%202.3-1.6%204.6-3.1%206.9-1.2%201.8-2.5%203.7-2.5%205%200%20.5-.4.8-.9.8H6.4c-.5%200-.9-.4-.9-.9%200-1.4-1.3-3.2-2.5-5-1.4-2.2-3-4.5-3-6.8%200-6%204.9-10.8%2011-10.8s11%204.9%2011%2010.8zm-7.1%2014.2H7.1c-.5%200-.9.3-.9.8s.4.9.9.9h8c.5%200%201-.5.8-1-.2-.5-.5-.7-1-.7zm.1%203.1H7c-.5%200-.9.4-.9.9s.4.9.9.9h8c.5%200%20.9-.4.9-.9-.1-.5-.4-.9-.9-.9zM12.8%2036H9.2c-.5%200-.9.4-.9.9s.4.9.9.9h3.6c.5%200%20.9-.4.9-.9s-.4-.9-.9-.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  content: "";
  transition: 0.1s ease;
}
@media screen and (max-width: 767px) {
  .lamp {
    position: relative;
  }
}
.is-visible .lamp {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2037.772%22%20style%3D%22enable-background%3Anew%200%200%2022%2037.7719994%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23fff%22%20d%3D%22M8.997%209.147h3.962v16.606H8.997z%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2211%22%20y1%3D%222.228%22%20x2%3D%2211%22%20y2%3D%2240%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2040)%22%3E%3Cstop%20offset%3D%22.044%22%20style%3D%22stop-color%3A%23f08820%22%2F%3E%3Cstop%20offset%3D%22.6%22%20style%3D%22stop-color%3A%23f7dc5e%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M11.323%203.341h-.648a.357.357%200%200%201-.357-.357V.357c0-.197.16-.357.357-.357h.648c.197%200%20.357.16.357.357v2.627c0%20.197-.16.357-.357.357zm4.244.44.851-2.43a.362.362%200%200%200-.221-.46l-.603-.212a.362.362%200%200%200-.461.222l-.852%202.43a.362.362%200%200%200%20.222.46l.603.212a.362.362%200%200%200%20.46-.222h.001zm3.286%201.756%201.55-1.783a.354.354%200%200%200-.036-.5l-.493-.428a.354.354%200%200%200-.5.035l-1.55%201.782a.354.354%200%200%200%20.036.5l.493.429a.354.354%200%200%200%20.5-.034v-.001zM6.903%203.999l.58-.204a.373.373%200%200%200%20.23-.476L6.869.912a.373.373%200%200%200-.476-.23l-.581.205a.373.373%200%200%200-.229.475l.844%202.408a.373.373%200%200%200%20.476.229zM3.649%205.568l.484-.421a.36.36%200%200%200%20.036-.509L2.627%202.865a.36.36%200%200%200-.508-.035l-.484.42a.36.36%200%200%200-.036.51l1.542%201.772a.36.36%200%200%200%20.508.036zM22%2015.634c0%202.279-1.574%204.622-3.097%206.888-1.207%201.798-2.455%203.657-2.45%204.965.001.469-.405.842-.882.842h-9.16a.86.86%200%200%201-.863-.857c-.005-1.373-1.265-3.24-2.485-5.045C1.557%2020.2%200%2017.897%200%2015.634%200%209.669%204.935%204.817%2011%204.817S22%209.67%2022%2015.634zm-12.324-5.8.482%209.404c.01.188.167.336.359.336h.94c.192%200%20.35-.148.36-.336l.482-9.404a.574.574%200%200%200-.579-.568h-1.465a.574.574%200%200%200-.579.568zm3.181%2013.873c0-.5-.185-.927-.555-1.281a1.835%201.835%200%200%200-1.316-.532c-.498%200-.93.177-1.295.532a1.72%201.72%200%200%200-.548%201.28c0%20.49.183.916.548%201.275.34.348.808.542%201.295.538.508%200%20.947-.18%201.316-.538.37-.36.555-.785.555-1.274zm2.086%206.044h-7.88c-.455%200-.862.333-.9.785a.863.863%200%200%200%20.86.94h7.954c.532%200%20.952-.48.848-1.033-.078-.411-.464-.692-.882-.692zm.034%203.147H7.023a.864.864%200%200%200%200%201.727h7.954a.864.864%200%200%200%200-1.727zm-2.16%203.148H9.183a.863.863%200%200%200%200%201.726h3.636a.863.863%200%201%200%200-1.726h-.002z%22%20style%3D%22fill%3Aurl(%23a)%22%2F%3E%3C%2Fsvg%3E");
}
.checkpoint01 {
  top: 107px;
  right: 10px;
}
.balloon01 {
  right: 30px;
  bottom: 58px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .balloon01 {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .lamp01 {
    right: -9px;
    bottom: -43px;
    transform: rotate(10deg);
  }
}
.checkpoint02 {
  right: 22px;
  bottom: 84px;
}
.balloon02 {
  right: 51px;
  bottom: -71px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .balloon02 {
    margin-left: 30px;
  }
}
.balloon02::before {
  top: 10px;
  right: -20px;
  bottom: auto;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .balloon02::before {
    right: auto;
    left: -20px;
    transform: rotate(117deg);
  }
}
.lamp02 {
  transform: rotate(5deg);
}
@media screen and (max-width: 767px) {
  .lamp02 {
    transform: rotate(-5deg);
  }
}
.checkpoint03 {
  right: 281px;
  bottom: -102px;
}
.balloon03 {
  right: -4px;
  bottom: 53px;
  width: 315px;
}
@media screen and (max-width: 767px) {
  .balloon03::before {
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .lamp03 {
    bottom: -40px;
    transform: rotate(20deg);
  }
}
.checkpoint04 {
  bottom: -154px;
  left: 392px;
}
.balloon04 {
  right: 13px;
  bottom: 53px;
}
@media screen and (max-width: 767px) {
  .balloon04::before {
    right: auto;
    left: 18px;
    transform: scale(-1, 1);
  }
}
.lamp04 {
  transform: rotate(10deg);
}
@media screen and (max-width: 767px) {
  .lamp04 {
    bottom: -40px;
    transform: rotate(-10deg);
  }
}
.checkpoint05 {
  right: 400px;
  bottom: -132px;
}
.balloon05 {
  right: 19px;
  bottom: 39px;
}
.lamp05 {
  transform: rotate(-35deg);
}
@media screen and (max-width: 767px) {
  .lamp05 {
    right: 20px;
    bottom: -40px;
    transform: rotate(35deg);
  }
}
.checkpoint06 {
  right: 202px;
  bottom: -178px;
}
.balloon06 {
  right: -49px;
  bottom: 65px;
  width: 210px;
}
.balloon06::before {
  right: 83px;
  bottom: -23px;
}
@media screen and (max-width: 767px) {
  .balloon06::before {
    right: auto;
    left: 60px;
    transform: scale(-1, 1);
  }
}
.lamp06 {
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .lamp06 {
    display: none;
  }
}
.checkpoint07 {
  right: 63px;
  bottom: -266px;
}
.balloon07 {
  right: -81px;
  bottom: 58px;
  width: 160px;
}
.balloon07::before {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .balloon07::before {
    transform: none;
  }
}
.lamp07 {
  transform: rotate(10deg);
}
@media screen and (max-width: 767px) {
  .lamp07 {
    right: 30px;
    bottom: -50px;
  }
}
.checkpoint08 {
  right: 60px;
  bottom: -143px;
}
.balloon08 {
  right: -7px;
  bottom: 41px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .balloon08::before {
    right: auto;
    left: 20px;
    transform: scale(-1, 1);
  }
}
.lamp08 {
  transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .lamp08 {
    bottom: -40px;
    left: 10px;
  }
}
.checkpoint09 {
  right: 275px;
  bottom: -249px;
}
.balloon09 {
  right: -8px;
  bottom: 49px;
}
@media screen and (max-width: 767px) {
  .balloon09::before {
    right: 20px;
  }
}
.lamp09 {
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .lamp09 {
    right: 10px;
    bottom: -40px;
  }
}
.checkpoint10 {
  bottom: -266px;
  left: 500px;
}
.balloon10 {
  right: -8px;
  bottom: 49px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .balloon10::before {
    right: auto;
    left: 20px;
    transform: scale(-1, 1);
  }
}
.lamp10 {
  transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .lamp10 {
    bottom: -40px;
    left: 10px;
  }
}
.checkpoint11 {
  bottom: -300px;
  left: 234px;
}
.balloon11 {
  right: -8px;
  bottom: 49px;
}
@media screen and (max-width: 767px) {
  .balloon11 {
    margin: 10px 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .balloon11::before {
    right: -10px;
    bottom: 0;
    transform: rotate(270deg) scale(-1, 1);
  }
}
.lamp11 {
  transform: rotate(8deg);
}
@media screen and (max-width: 767px) {
  .lamp11 {
    display: none;
  }
}
.checkpoint12 {
  top: 30px;
  right: 312px;
}
.balloon12 {
  right: 52px;
  bottom: -1px;
}
.balloon12::before {
  right: -10px;
  bottom: 7px;
  transform: rotate(-34deg);
}
@media screen and (max-width: 767px) {
  .balloon12::before {
    right: auto;
    bottom: -20px;
    left: 10px;
    transform: scale(-1, 1);
  }
}
.lamp12 {
  transform: rotate(-8deg);
}
@media screen and (max-width: 767px) {
  .lamp12 {
    bottom: -40px;
  }
}
.checkpoint13 {
  top: 84px;
  right: 140px;
}
.balloon13 {
  right: -75px;
  bottom: 46px;
}
.balloon13::before {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .balloon13::before {
    right: 20px;
    transform: none;
  }
}
.lamp13 {
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .lamp13 {
    right: 12px;
    bottom: -40px;
  }
}
.checkpoint14 {
  top: 260px;
  right: 7px;
}
.balloon14 {
  right: -5px;
  bottom: 46px;
}
@media screen and (max-width: 767px) {
  .balloon14 {
    margin-left: 20px;
  }
}
.lamp14 {
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .lamp14 {
    display: none;
  }
}
/* お問い合わせフォーム
============================================================*/
.aform-content, .aform-content *::before, .aform-content *::after {
  --input-height-pc: 32px;
  --input-height-mb: 40px;
  --input-pd: 5px;
  --input-color-bd: #bfbfbf;
  --input-color-bg: #fcfcfc;
  --check-color-mark: var(--color-04);
  --check-color-label: #bfbfbf;
  --point-color: #f04020;
  --error-color: var(--point-color);
  --error-color-bg: #faebeb;
  --scroll-thumb-color: #666;
  --scroll-track-color: #ccc;
}
/* 入力部品 -------------------*/
form {
  margin: 0;
}
input:is([type="text"], [type="tel"], [type="email"], [type="password"]) {
  min-height: var(--input-height-pc);
  padding: 0 var(--input-pd);
}
.type-mobile input:is([type="text"], [type="tel"], [type="email"], [type="password"]) {
  min-height: var(--input-height-mb);
}
:is(input:is([type="text"], [type="tel"], [type="email"], [type="password"]), textarea, select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--input-color-bd);
  border-radius: 8px;
  background-color: var(--input-color-bg);
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
:is(input:is([type="text"], [type="tel"], [type="email"], [type="password"]), textarea, select):-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--input-color-bg) inset;
}
:is(input:is([type="text"], [type="tel"], [type="email"], [type="password"], [type="submit"], [type="reset"], [type="button"]), textarea, select, button):focus:not(:focus-visible) {
  outline: 0;
}
:is(input:is([type="text"], [type="tel"], [type="email"], [type="password"], [type="submit"], [type="reset"], [type="button"]), textarea, select, button):focus-visible {
  outline: var(--outline);
}
textarea {
  display: block;
  padding: var(--input-pd);
  border-radius: 8px;
  line-height: 150%;
}
:is(textarea, .privacy-policy) {
  border-radius: 2px;
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-thumb-color) var(--scroll-track-color);
}
:is(textarea, .privacy-policy)::-webkit-scrollbar {
  width: 6px;
}
:is(textarea, .privacy-policy)::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb-color);
  border-radius: 3px;
}
:is(textarea, .privacy-policy)::-webkit-scrollbar-track {
  background: var(--scroll-track-color);
}
input:is([type="radio"], [type="checkbox"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input:is([type="submit"], [type="reset"], [type="button"]), button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  transition: var(--transition) linear;
  -webkit-tap-highlight-color: transparent;
}
:is(input:is([type="submit"], [type="reset"], [type="button"]), button, select):not([disabled]) {
  cursor: pointer;
}
/*--- aform レイアウト -------------------*/
.aform {
  position: relative;
  z-index: var(--z-icon-upper);
  max-width: 760px;
  margin: 80px 0 0;
}
.aform-header {
  display: none;
}
.aform-content dl {
  display: grid;
}
.aform-content dt {
  font-weight: bold;
}
.aform-content li {
  padding: 0;
}
.aform-content li::before {
  display: none;
}
form[name^="aform-form-"] .h-adr {
  display: block;
}
form[name^="aform-form-"] :is(dl, .h-adr) + :is(dl, .h-adr) {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  form[name^="aform-form-"] :is(dl, .h-adr) + :is(dl, .h-adr) {
    margin: 20px 0 0;
  }
}
/*--- フォーム項目欄 -------------------*/
.aform-required {
  padding: 4px 8px;
  border-radius: 1em;
  background: var(--point-color);
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 100%;
}
@-moz-document url-prefix() {
  .aform-required {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 768px) {
  form[name^="aform-form-"] .aform-label {
    display: flex;
    gap: 0 10px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .aform-required {
    margin: 0 0 0 5px;
  }
}
/*--- フォーム入力欄 -------------------*/
:is(.aform-name-ul, .aform-kana-ul) label, .aform-input-example, .aform-twice-note {
  display: block;
  color: #808081;
  line-height: 150%;
}
.dl_mail .aform-twice-note {
  margin: 10px 0 0;
}
/* お名前・かな */
:is(.aform-name-ul, .aform-kana-ul) {
  display: flex;
  justify-content: space-between;
}
:is(.aform-name-ul, .aform-kana-ul) li {
  width: calc(50% - 3px);
}
/* チェックボックス・ラジオボタン */
:is(.aform-checkbox-ul, .aform-radio-ul) label {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid var(--check-color-label);
  border-radius: 8px;
  background: var(--input-color-bg);
  width: 100%;
  height: 100%;
  padding: 9px 8px 7px 35px;
  line-height: 120%;
  cursor: pointer;
  transition: background var(--transition) linear;
  -webkit-tap-highlight-color: transparent;
}
.type-mobile :is(.aform-checkbox-ul, .aform-radio-ul) label {
  padding: 13px 8px 11px 28px;
}
.type-pc :is(.aform-checkbox-ul, .aform-radio-ul) label:hover {
  background: var(--color-02);
}
:is(.aform-checkbox-ul, .aform-radio-ul) label::before {
  display: block;
  position: absolute;
  top: 0.625em;
  left: 10px;
  width: 1em;
  height: 1em;
  border: 1px solid var(--input-color-bd);
  background: #fff;
  content: "";
  transition: border var(--transition) linear, background var(--transition) linear;
}
.type-mobile :is(.aform-checkbox-ul, .aform-radio-ul) label::before {
  top: calc(0.625em + 4px);
}
:is(.aform-checkbox-ul, .aform-radio-ul) label::after {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0.8125em;
  content: "";
  transition: transform var(--transition) linear, opacity var(--transition) linear;
}
.type-mobile :is(.aform-checkbox-ul, .aform-radio-ul) label::after {
  top: calc(0.8125em + 4px);
}
:is(.aform-checkbox-ul, .aform-radio-ul) input[type="text"].aform-field-option-text {
  position: absolute;
  top: 3px;
  left: 5.5em;
  width: calc(100% - 6em);
}
:is(.aform-checkbox-ul, .aform-radio-ul) input:is([type="radio"], [type="checkbox"]) {
  opacity: 0;
  position: absolute;
}
:is(.aform-checkbox-ul, .aform-radio-ul) input:is([type="radio"], [type="checkbox"]) + label + input {
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
:is(.aform-checkbox-ul, .aform-radio-ul) input:is([type="radio"], [type="checkbox"]):focus-visible + label {
  border: var(--outline);
}
:is(.aform-checkbox-ul, .aform-radio-ul) input:is([type="radio"], [type="checkbox"]):focus-visible + label::before {
  border: var(--outline);
}
:is(.aform-checkbox-ul, .aform-radio-ul) input:is([type="radio"], [type="checkbox"]):checked + label {
  background: #eef9ff;
}
:is(.aform-checkbox-ul, .aform-radio-ul) input:is([type="radio"], [type="checkbox"]):checked + label + input {
  opacity: 1;
  pointer-events: all;
}
/* チェックボックス */
.aform-checkbox-ul label::before {
  border-radius: 6px;
}
.aform-checkbox-ul label::after {
  left: 15px;
  width: 5px;
  height: 0.5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
}
.aform-checkbox-ul input[type="checkbox"]:checked + label::before {
  border-color: var(--check-color-mark);
  background: var(--check-color-mark);
}
.aform-checkbox-ul input[type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}
/* 縦並び */
.aform-vertical-ul {
  display: flex;
  gap: 5px 0;
  flex-direction: column;
}
/* 横並び */
@media screen and (min-width: 768px) {
  .aform-horizontal-ul {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
  }
  .aform-horizontal-ul li label {
    border: none;
  }
  .aform-horizontal-ul li:not(:nth-of-type(5n+1)) {
    border-top: none;
  }
  .aform-horizontal-ul li:nth-of-type(n+6) {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .aform-horizontal-ul {
    display: flex;
    flex-direction: column;
  }
  .aform-horizontal-ul li:nth-of-type(n+2) {
    border-top: none;
  }
}
/*--- 個人情報取扱について -------------------*/
.privacy-policy {
  overflow-y: scroll;
  height: 150px;
  padding: 20px;
  background: #eee;
  line-height: 150%;
  -webkit-overflow-scrolling: auto;
}
.privacy-policy:focus:not(:focus-visible) {
  outline: 0;
}
.privacy-policy:focus-visible {
  outline: var(--outline);
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    padding: 10px;
  }
}
form[name^="aform-form-"] .hidden01 {
  margin: 40px 0 20px;
}
/* 送信ボタン
----------------------------------------*/
.aform-button-area {
  display: flex;
  gap: 20px;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .aform-button-area {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.aform-button-area input:is([type="submit"], [type="button"]) {
  width: 100%;
  max-width: 280px;
  height: 52px;
  border-radius: 10px;
  font-size: 18px;
  font-family: inherit;
  transition: opacity var(--transition) linear, color var(--transition) linear, border var(--transition) linear, background var(--transition) linear;
}
.aform-button-area input[type="submit"] {
  background: var(--color-04);
  color: #fff;
}
.type-pc .aform-button-area input[type="submit"]:hover {
  background: #35a7e4;
}
.type-mobile .aform-button-area input[type="submit"]:active {
  background: #35a7e4;
}
.aform-button-area input[type="button"] {
  border: 1px solid var(--color-04);
  background: #fff;
  color: var(--color-04);
}
.type-pc .aform-button-area input[type="button"]:hover {
  background: #dbf3ff;
}
.type-mobile .aform-button-area input[type="button"]:active {
  background: #dbf3ff;
}
/* 確認ページ
----------------------------------------*/
form[name="aform-confirm-form"] :is(.hidden01, .aform-required) {
  display: none;
}
form[name="aform-confirm-form"] dl {
  grid-template-columns: 15em auto;
  padding: 5px 20px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
form[name="aform-confirm-form"] dl:first-of-type {
  border-top: 1px solid #ddd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
form[name="aform-confirm-form"] dl:nth-of-type(odd) {
  background: #f0f0f0;
}
form[name="aform-confirm-form"] dl:last-of-type {
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
form[name="aform-confirm-form"] dl + p {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  form[name="aform-confirm-form"] dl {
    display: block;
    padding: 10px;
    line-height: 150%;
  }
  form[name="aform-confirm-form"] .aform-label::before {
    content: "【";
  }
  form[name="aform-confirm-form"] .aform-label::after {
    content: "】";
  }
  form[name="aform-confirm-form"] dt {
    margin-left: -0.5em;
  }
}
/*--- reCAPTCHA認証 -------------------*/
.grecaptcha-badge {
  z-index: var(--z-grecaptcha);
}
@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 80px !important;
  }
}
/*--- エラー -------------------*/
.aform-input.error, .aform-input.error + label, .validate-option-text.error {
  border: 1px solid var(--error-color);
  background-color: var(--error-color-bg);
}
.aform-error {
  margin: 3px 0 0;
}
.validation-advice {
  display: block;
  color: var(--error-color);
  line-height: 150%;
}
/* 送信エラーページ
----------------------------------------*/
.aform-error-list {
  display: block;
  margin: 0 0 40px;
}
.aform-error-list dt {
  margin: 0 0 1em;
  color: var(--point-color);
}
.aform-error-list dd {
  position: relative;
  padding: 0 0 0 1.25em;
}
.aform-error-list dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
/* 汎用スタイル
============================================================*/
/*--- 表示/非表示 -------------------*/
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.tb-only {
  display: none;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .tb-only {
    display: unset;
  }
}
/*--- 余白 -------------------*/
.m-t05em {
  margin-top: 0.5em;
}
.m-t1em {
  margin-top: 1em;
}
.m-t2em {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .sp-only-m-t1em {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sp-only-m-t1em {
    margin-top: 1em;
  }
}
/*--- 文字詰め -------------------*/
.set-center {
  text-align: center;
}
.set-left {
  text-align: left;
}
.set-right {
  text-align: right;
}
/*--- フォント -------------------*/
.s-fz-s {
  font-size: 78%;
  line-height: 170%;
}