@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

.inner {
  width: min(1200px, 96%);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.en {
  font-family: "Jost", sans-serif;
  line-height: 1;
}

.link_btn {
  text-align: center;
  display: block;
  border-radius: 10rem;
  position: relative;
  width: 80rem;
  height: 12rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .link_btn {
    width: 68.7rem;
    border-radius: 4rem;
    height: auto;
  }
}
.link_btn a {
  display: block;
  color: #fff;
  background: #4d4d4d;
  text-align: center;
  padding: 1.3rem 0 1.1rem;
  border-radius: 12rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .link_btn a {
    font-size: 3.6rem;
    padding: 1.6rem 0 2.2rem;
    border-radius: 7.3rem;
  }
}
.link_btn a::before {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  width: 100%;
  height: 4.7rem;
  left: 0;
  bottom: 0;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .link_btn a::before {
    height: 6.8rem;
  }
}
.link_btn a::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/home/arrow-icon-bottom.svg") no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 4rem;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .link_btn a::after {
    width: 4rem;
    height: 4rem;
    top: -5.5rem;
  }
}
.link_btn a span {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .link_btn a span {
    font-size: 3.2rem;
  }
}
.link_btn a small {
  display: block;
  margin-top: 1.9rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .link_btn a small {
    margin-top: 1rem;
    font-size: 2.6rem;
    font-weight: 500;
  }
}
.link_btn a .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5rem;
  margin: auto;
}
.link_btn a .icon.pdf {
  width: 3.4rem;
  height: 4rem;
  background: url("../img/home/pdf-icon.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .link_btn a .icon.pdf {
    width: 4.3rem;
    height: 5.1rem;
    bottom: auto;
    top: 5rem;
    left: 4rem;
  }
}

.en-sub-ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  color: #ffd700;
  letter-spacing: 0.12em;
  margin-bottom: 0;
  line-height: 1;
}

.section_title {
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 4.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  position: relative;
}
.section_title span {
  font-size: 4rem;
}
.section_title strong {
  color: #ff6600;
}

.content-star {
  position: absolute;
  left: -14rem;
  font-size: 2.88rem;
  font-weight: 600;
  padding: 3.4rem 0.5rem 0 0;
}
@media screen and (max-width: 1599px) {
  .content-star {
    padding: 3.5rem 0.5rem 0 0;
  }
}

.header {
  position: inherit;
  height: auto;
  background: none;
  display: block;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0 0 4rem 4rem;
  overflow: hidden;
  padding: 0 0 0 2rem;
  transition: 0.6s;
}
@media print, screen and (min-width: 768px) {
  .header.is-hide {
    top: -12rem;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 1.5rem 4rem;
  }
}
.header--wrapper {
  display: flex;
  align-items: stretch;
  margin: 0;
  width: 100%;
  z-index: 3;
}
.header--wrapper .logo {
  width: 21rem;
  margin-right: 2.3rem;
  align-content: center;
}
@media screen and (max-width: 1599px) {
  .header--wrapper .logo {
    width: 19rem;
  }
}
@media only screen and (max-width: 767px) {
  .header--wrapper .logo {
    width: 27rem;
    margin: 0 3rem 0 -1.1rem;
  }
}
.header--wrapper .fm_navi {
  width: 12.8rem;
  align-content: center;
}
@media screen and (max-width: 1599px) {
  .header--wrapper .fm_navi {
    width: 10.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .header--wrapper .fm_navi {
    width: 16.5rem;
  }
  .header--wrapper .fm_navi img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header--wrapper .header--hamburger {
    width: 7rem;
    margin-left: auto;
    padding-top: 1rem;
  }
  .header--wrapper .header--hamburger.view div span {
    top: 50% !important;
  }
  .header--wrapper .header--hamburger.view div span:nth-of-type(1) {
    transform: rotate(30deg);
  }
  .header--wrapper .header--hamburger.view div span:nth-of-type(2) {
    opacity: 0;
  }
  .header--wrapper .header--hamburger.view div span:nth-of-type(3) {
    transform: rotate(-30deg);
  }
  .header--wrapper .header--hamburger.view + nav {
    height: calc(100% - 12rem);
    opacity: 1;
    visibility: visible;
  }
  .header--wrapper .header--hamburger div {
    width: 100%;
    position: relative;
    height: 3.4rem;
  }
  .header--wrapper .header--hamburger div * {
    transition: 0.3s;
  }
  .header--wrapper .header--hamburger div span {
    width: 7rem;
    height: 3px;
    background: #000;
    display: block;
    position: absolute;
  }
  .header--wrapper .header--hamburger div span:nth-of-type(1) {
    top: 0;
  }
  .header--wrapper .header--hamburger div span:nth-of-type(2) {
    top: calc(50% - 1.5px);
  }
  .header--wrapper .header--hamburger div span:nth-of-type(3) {
    bottom: 0;
  }
  .header--wrapper .header--hamburger p {
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
    letter-spacing: 0.07em;
    word-wrap: initial;
  }
}
.header nav {
  margin-left: auto;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .header nav {
    transition: 0.3s;
    height: 0;
    visibility: hidden;
    opacity: 0;
    display: block;
    position: fixed;
    top: 12rem;
    left: 0;
    width: 100%;
    background: rgba(255, 250, 224, 0.95);
  }
}
.header nav .navigation {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3rem;
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .header nav .navigation {
    margin-right: 0;
    display: block;
    height: auto;
    padding-top: 10rem;
  }
}
.header nav .navigation li {
  height: 100%;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .header nav .navigation li {
    text-align: center;
    margin-bottom: 5rem;
  }
}
.header nav .navigation li a {
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  display: block;
  height: 100%;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .header nav .navigation li a {
    font-size: 4.6rem;
    font-weight: 700;
    color: #ff6600;
  }
  .header nav .navigation li a strong {
    font-size: 5.4rem;
  }
  .header nav .navigation li a .en {
    font-family: "Jost", sans-serif;
    font-size: 6.8rem;
    font-weight: 500;
  }
}
.header nav .navigation li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 7.8px solid #000000;
  border-bottom: 0;
  display: block;
  margin: 1rem auto 0;
}
@media only screen and (max-width: 767px) {
  .header nav .navigation li a::after {
    border: none;
    background: url("../img/common/sp/anchor-arrow.svg") no-repeat center/cover;
    width: 4rem;
    height: 4rem;
    display: inline-block;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header nav .header-btn {
    display: none;
  }
}
.header nav .header-btn ul {
  display: flex;
  align-items: stretch;
  align-content: center;
}
.header nav .header-btn ul li {
  width: 20rem;
  height: 10.5rem;
}
@media screen and (max-width: 1599px) {
  .header nav .header-btn ul li {
    width: 17rem;
  }
}
.header nav .header-btn ul li a {
  display: block;
  text-align: center;
  height: 100%;
  align-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.15em;
}
.header nav .header-btn ul li a::before {
  content: "";
  margin: auto;
  display: block;
  margin-bottom: 1.2rem;
}
.header nav .header-btn ul li.simulator-btn a {
  background: #333;
  color: #fff;
}
.header nav .header-btn ul li.simulator-btn a::before {
  background: url("../img/home/calc-icon.svg") no-repeat center/cover;
  width: 1.8rem;
  height: 2.4rem;
  margin-bottom: 1.2rem;
}
.header nav .header-btn ul li.estimate a {
  background: #ffd700;
}
.header nav .header-btn ul li.estimate a::before {
  width: 2.4rem;
  height: 1.9rem;
  background: url("../img/common/mail-icon.svg") no-repeat center/cover;
}
.header nav .header-btn ul li.dl a {
  background: #ff6600;
  color: #fff;
}
.header nav .header-btn ul li.dl a::before {
  width: 2.4rem;
  height: 1.8rem;
  background: url("../img/common/book-icon.svg") no-repeat center/cover;
}

.mv {
  background: no-repeat top center/cover;
  background-image: -webkit-image-set(url("../img/home/mv.webp") type("image/webp"), url("../img/home/mv.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/home/mv.webp") type("image/webp"), url("../img/home/mv.jpg") type("image/jpeg"));
  height: 94.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mv {
    background-image: -webkit-image-set(url("../img/home/sp/mv.webp") type("image/webp"), url("../img/home/sp/mv.jpg") type("image/webp"));
    background-image: image-set(url("../img/home/sp/mv.webp") type("image/webp"), url("../img/home/sp/mv.jpg") type("image/webp"));
    height: 108.4rem;
  }
}
.mv--catch {
  position: absolute;
  top: 17.2rem;
  right: 0;
  left: 0;
  width: 76rem;
  margin: auto;
  padding-right: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch {
    top: 15rem;
  }
}
.mv--catch * {
  text-align: center;
}
.mv--catch h1 {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch h1 {
    width: 70rem;
    margin: 0 auto 0.7rem;
  }
}
.mv--catch p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.666;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 10px #fff, 0 0 15px #fff;
  filter: drop-shadow(0 0 10px #fff) brightness(1.2);
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .mv--catch p {
    padding-left: 3.7rem;
    font-size: 2.6rem;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 5px #fff;
  }
}
.mv .star {
  position: absolute;
  background: no-repeat center/cover;
  background-image: -webkit-image-set(url("../img/home/mv-icon.webp") type("image/webp"), url("../img/home/mv-icon.png") type("image/png"));
  background-image: image-set(url("../img/home/mv-icon.webp") type("image/webp"), url("../img/home/mv-icon.png") type("image/png"));
  width: 16rem;
  height: 16rem;
  right: 102.2%;
  top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .mv .star {
    display: none;
  }
}
.mv--content {
  position: absolute;
  right: 0;
  bottom: 11.6rem;
  left: 0;
  margin: auto;
  width: 120rem;
}
@media only screen and (max-width: 767px) {
  .mv--content {
    width: 61.6rem;
    bottom: -6.5rem;
    z-index: 1;
  }
}
.mv--content picture {
  margin: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .mv--content picture {
    width: 100%;
  }
}
.mv--anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .mv--anchor {
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-top: 1.5rem;
  }
}
.mv--anchor li {
  width: 38rem;
}
@media only screen and (max-width: 767px) {
  .mv--anchor li {
    width: 54.7rem;
  }
  .mv--anchor li img {
    width: 100%;
  }
}

.mv_bottom {
  width: 140rem;
  margin: 0 auto 3rem;
  background: #ff6600;
  padding: 2rem 0;
  position: relative;
  height: 16rem;
  top: -8.7rem;
}
@media print, screen and (min-width: 768px) {
  .mv_bottom {
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .mv_bottom {
    width: 100%;
    height: 41.5rem;
    padding: 10rem 0 5rem;
    top: auto;
    border-radius: 0;
    margin: 0 auto 12rem;
  }
}
.mv_bottom h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mv_bottom h3 {
    font-size: 3.1rem;
    line-height: 1.3;
    margin-bottom: 1.7rem;
  }
}
.mv_bottom h3::before, .mv_bottom h3::after {
  content: "";
  margin: 0 2.3rem;
  width: 0.2rem;
  height: 3rem;
  background: #000;
  display: block;
}
@media only screen and (max-width: 767px) {
  .mv_bottom h3::before, .mv_bottom h3::after {
    height: 10rem;
  }
}
.mv_bottom h3::before {
  transform: rotate(-27deg);
}
.mv_bottom h3::after {
  transform: rotate(27deg);
}
.mv_bottom .icon {
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2rem;
}
@media only screen and (max-width: 767px) {
  .mv_bottom .icon {
    display: none;
  }
}
.mv_bottom .icon.left-icon::before {
  content: "";
  background: url("../img/home/light-icon.svg") no-repeat center/cover;
  width: 4.3rem;
  height: 7.6rem;
  display: block;
  margin-right: 1.5rem;
}
.mv_bottom .icon.right-icon::after {
  content: "";
  background: url("../img/home/calc-icon.svg") no-repeat center/cover;
  width: 5rem;
  height: 7rem;
  display: block;
  margin-left: 1.5rem;
}
.mv_bottom .link_anchor {
  width: 80rem;
  line-height: 8rem;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 10rem;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 5.7rem 0 7rem;
}
@media only screen and (max-width: 767px) {
  .mv_bottom .link_anchor {
    width: 68.6rem;
    line-height: 1.55;
    padding: 1.8rem 0;
    margin: auto;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv_bottom .link_anchor::before {
    content: "";
    width: 5rem;
    height: 7rem;
    background: url("../img/home/calc-icon.svg") no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6rem;
    margin: auto;
  }
}
.mv_bottom .link_anchor::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/home/arrow-icon-bottom.svg") no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 2.5rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .mv_bottom .link_anchor::after {
    width: 4rem;
    height: 4rem;
    right: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .case {
    margin-bottom: 1.1rem;
  }
}
.case .section_title {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .case .section_title {
    margin-bottom: 6.4rem;
  }
}
.case--list {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .case--list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .case--list {
    width: 68.7rem;
    margin: 0 auto 6.8rem;
  }
}
.case--list__single {
  width: calc((100% - 9rem) / 3);
  background: #f2f2f2;
  padding-bottom: 2.3rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .case--list__single {
    width: 100%;
    padding-bottom: 4rem;
    margin-bottom: 6rem;
  }
}
.case--list__single .title {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .case--list__single .title {
    margin-bottom: 2.6rem;
  }
}
.case--list__single .title .num {
  position: absolute;
  top: -1.8rem;
  left: 1rem;
  font-size: 6rem;
  font-weight: 600;
  display: block;
  color: #706e54;
  line-height: 0.7;
}
@media only screen and (max-width: 767px) {
  .case--list__single .title .num {
    font-size: 8rem;
    top: -2.6rem;
    left: 2rem;
  }
}
.case--list__single .title h3 {
  padding-left: 3.3rem;
  text-align: center;
  background: #ffd700;
  height: 6rem;
  line-height: 6rem;
  border-radius: 2rem 2rem 0 0;
  font-size: 2.4rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .case--list__single .title h3 {
    height: auto;
    min-height: 9.5rem;
    padding: 1.9rem 0;
    font-size: 3.6rem;
    line-height: 1.5;
    border-radius: 3.7rem 3.7rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .case--list__single .title h3.other {
    padding-left: 8rem;
  }
}
.case--list__single dl.read {
  display: flex;
  align-items: flex-start;
  padding: 0 2rem 0 3rem;
  gap: 1.5rem;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .case--list__single dl.read {
    gap: 3rem;
    padding: 0 3rem 0 4rem;
    margin-bottom: 3.3rem;
  }
}
.case--list__single dl.read dt {
  aspect-ratio: 1/1;
  word-break: keep-all;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 5rem;
  background: #ffd700;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .case--list__single dl.read dt {
    font-size: 2.8rem;
    width: 9rem;
    height: 9rem;
    line-height: 9rem;
  }
}
.case--list__single dl.read dd {
  font-size: 1.8rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.333;
}
@media only screen and (max-width: 767px) {
  .case--list__single dl.read dd {
    font-size: 3rem;
    line-height: 1.43;
    margin-top: 0.5rem;
  }
}
.case__content {
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .case__content {
    padding: 0 4rem;
  }
}
.case__content figure img {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .case__content figure img {
    margin-bottom: 4.2rem;
  }
}
.case__content figure figcaption dt {
  background: #706e54;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 4rem;
  border-radius: 4rem;
}
@media only screen and (max-width: 767px) {
  .case__content figure figcaption dt {
    font-size: 3.1rem;
    line-height: 6.16rem;
    margin-bottom: 3.1rem;
  }
}
.case__content figure figcaption dd ul li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
@media only screen and (max-width: 767px) {
  .case__content figure figcaption dd ul li {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media print, screen and (min-width: 768px) {
  .case__content figure figcaption dd ul li {
    font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 767px) {
  .case__content figure figcaption dd ul li {
    padding-left: 2.8rem;
    text-indent: -2.8rem;
  }
}
.case__content figure figcaption dd ul li::before {
  content: "○";
}

.alert {
  margin-bottom: 11.6rem;
  position: relative;
  background: no-repeat -15vw top/126vw;
  background-image: -webkit-image-set(url("../img/home/section-bg1.webp") type("image/webp"), url("../img/home/section-bg1.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/home/section-bg1.webp") type("image/webp"), url("../img/home/section-bg1.jpg") type("image/jpeg"));
  padding: 17vw 0 7rem;
}
@media screen and (min-width: 1921px) {
  .alert {
    background-size: 110vw;
  }
}
@media screen and (max-width: 1599px) {
  .alert {
    background-position: top center;
    background-size: 145%;
    padding: 29vw 0 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .alert {
    background: no-repeat top center/cover;
    background-image: -webkit-image-set(url("../img/home/sp/section-bg1.webp") type("image/webp"), url("../img/home/sp/section-bg1.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/home/sp/section-bg1.webp") type("image/webp"), url("../img/home/sp/section-bg1.jpg") type("image/jpeg"));
    margin-bottom: 12rem;
  }
}
.alert::before {
  content: "";
  background: no-repeat center/cover;
  background-image: -webkit-image-set(url("../img/home/alert_bottom.webp") type("image/webp"), url("../img/home/alert_bottom.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/home/alert_bottom.webp") type("image/webp"), url("../img/home/alert_bottom.jpg") type("image/jpeg"));
  height: 20.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .alert::before {
    background-image: -webkit-image-set(url("../img/home/sp/alert_bottom.webp") type("image/webp"), url("../img/home/sp/alert_bottom.jpg") type("image/png"));
    background-image: image-set(url("../img/home/sp/alert_bottom.webp") type("image/webp"), url("../img/home/sp/alert_bottom.jpg") type("image/png"));
    height: 9.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .alert .inner {
    width: 110rem;
  }
}
.alert .section_title {
  line-height: 1.3;
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 5.7rem;
}
@media only screen and (max-width: 767px) {
  .alert .section_title {
    font-size: 5.04rem;
    line-height: 1.36;
    margin-bottom: 5.2rem;
  }
}
.alert .section_title span {
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .alert .section_title span {
    font-size: 4.32rem;
  }
}
.alert .section_title strong {
  display: block;
  font-size: 6rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .alert .section_title strong {
    font-size: 7.2rem;
  }
}
.alert--facility {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.8rem;
  width: 110rem;
  margin: 0 auto 3.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .alert--facility {
    width: 68.7rem;
    gap: 3rem 2.8rem;
    margin-bottom: 4rem;
  }
}
.alert--facility::after {
  content: "";
  width: 13rem;
  height: 40rem;
  background: url("../img/home/people-illust1.svg") no-repeat center/cover;
  position: absolute;
  top: -2rem;
  left: calc(100% + 2.6vw);
}
@media only screen and (max-width: 767px) {
  .alert--facility::after {
    display: none;
  }
}
.alert--facility li {
  width: 16rem;
}
@media only screen and (max-width: 767px) {
  .alert--facility li {
    width: 21rem;
  }
}
.alert--facility li.size1 figure img {
  width: 8.8rem;
}
@media only screen and (max-width: 767px) {
  .alert--facility li.size1 figure img {
    width: 11.6rem;
  }
}
.alert--facility li.size2 figure img {
  width: 7.6rem;
}
@media only screen and (max-width: 767px) {
  .alert--facility li.size2 figure img {
    width: 10rem;
  }
}
.alert--facility li.size3 figure img {
  width: 6.2rem;
}
@media only screen and (max-width: 767px) {
  .alert--facility li.size3 figure img {
    width: 8rem;
  }
}
.alert--facility li figure {
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 16rem;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .alert--facility li figure {
    height: 21rem;
  }
}
.alert--facility li figure img {
  margin: auto;
  display: block;
}
.alert--facility li p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .alert--facility li p {
    font-size: 3.2rem;
  }
}
.alert--facility figure img {
  margin-bottom: 2rem;
}
.alert--facility figure figcaption {
  text-align: center;
  font-weight: 500;
}
.alert .bottom-txt {
  width: 80rem;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 767px) {
  .alert .bottom-txt {
    width: 68.7rem;
    margin-bottom: 4.4rem;
  }
}
.alert .bottom-txt h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  font-feature-settings: "palt";
  margin-bottom: 1.2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .alert .bottom-txt h3 {
    font-size: 3.38rem;
    margin-bottom: 2.9rem;
  }
}
.alert .bottom-txt p {
  background: #ffeb80;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  border-radius: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .alert .bottom-txt p {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media only screen and (max-width: 767px) {
  .alert .bottom-txt p {
    height: auto;
    border-radius: 3.5rem;
    line-height: 1.714;
    padding: 2.9rem 0;
  }
}
.alert--catch {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .alert--catch {
    width: 66.1rem;
    margin: auto;
  }
  .alert--catch::after {
    content: "";
    width: 10.5rem;
    height: 32.2rem;
    background: url("../img/home/people-illust1.svg") no-repeat center/cover;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.alert--catch h3 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .alert--catch h3 {
    font-size: 3.78rem;
    text-align: left;
  }
}
.alert--catch h3 span {
  font-weight: 500;
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .alert--catch h3 span {
    font-size: 3.113rem;
  }
}
.alert--catch h3 strong {
  color: #ff6600;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.3;
}
.alert--catch h3 strong span {
  font-size: 3.6rem;
  font-weight: 900;
}

.about {
  margin-bottom: 12.2rem;
}
.about .section_title {
  margin-bottom: 4.6rem;
  font-size: 4.6rem;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .about .section_title {
    margin-bottom: 6.6rem;
  }
}
.about .section_title span {
  font-size: 4rem;
}
.about .section_title::after {
  content: "";
  background: url("../img/home/arrow.svg") no-repeat center/cover;
  width: 8.4rem;
  height: 8.4rem;
  position: absolute;
  top: 106%;
  right: 0;
  left: 0;
  margin: auto;
}
.about .section_title .en {
  font-size: 6.8rem;
  font-weight: 600;
  color: #ff6600;
  line-height: 1;
}
.about--content {
  border-radius: 2.5rem;
  background: #f2f2f2;
  padding: 4.9rem 6rem 6rem;
}
@media only screen and (max-width: 767px) {
  .about--content {
    width: 68.7rem;
    margin: auto;
    padding: 6.6rem 3.6rem 8rem;
  }
}
.about--box {
  text-align: center;
}
.about--box:not(:last-of-type) {
  margin-bottom: 8.2rem;
}
@media only screen and (max-width: 767px) {
  .about--box:not(:last-of-type) {
    margin-bottom: 9.2rem;
  }
}
.about--box h3 {
  text-align: center;
  margin-bottom: 4.5rem;
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .about--box h3 {
    letter-spacing: 0.07em;
  }
}
@media only screen and (max-width: 767px) {
  .about--box h3 {
    font-size: 3.36rem;
    margin-bottom: 4.8rem;
  }
  .about--box h3 span {
    display: block;
    padding-left: 11rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.about--box h3 .content-star {
  background: url("../img/home/point-icon.png") no-repeat center/cover;
  left: -11.7rem;
  top: 1.7rem;
  width: 8rem;
  height: 8rem;
  padding-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .about--box h3 .content-star {
    width: 10rem;
    height: 10rem;
    left: -0.3rem;
    top: 1.1rem;
    font-size: 3.6rem;
  }
}
.about--box h3 strong {
  font-size: 3.4rem;
  font-weight: 900;
  color: #ff6600;
}
@media only screen and (max-width: 767px) {
  .about--box h3 strong {
    font-size: 4.08rem;
  }
}
.about--box h3 span.orange {
  color: #ff6600;
  font-size: 2.6rem;
}
.about--box .read {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: left;
  margin: 0 auto 5.8rem;
}
@media only screen and (max-width: 767px) {
  .about--box .read {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media print, screen and (min-width: 768px) {
  .about--box .read {
    width: 108rem;
  }
}
@media only screen and (max-width: 767px) {
  .about--box .read {
    margin: 0 auto 6.2rem;
  }
}
.about--box .list-wrap {
  background: #fff;
  padding: 4rem 4rem 3.6rem;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .about--box .list-wrap {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .about--box .list-wrap {
    padding: 4rem 4.4rem 3.6rem;
  }
}
.about--box .list-wrap h4 {
  background: #ffd700;
  line-height: 5rem;
  border-radius: 5rem;
  margin-bottom: 2.9rem;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .about--box .list-wrap h4 {
    font-size: 3.2rem;
    padding: 1.4rem;
    border-radius: 3rem;
    margin-bottom: 3.6rem;
  }
}
.about--box .point1-list {
  display: flex;
  align-items: stretch;
  gap: 2.775rem;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .about--box .point1-list {
    width: 89.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .about--box .point1-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .about--box .point1-list li {
    width: 16.6rem;
  }
}
.about--box .point1-list li figcaption {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
  margin-top: 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .about--box .point1-list li figcaption {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media print, screen and (min-width: 768px) {
  .about--box .point1-list li figcaption {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .about--box .point1-list li figcaption {
    margin-top: 0.9rem;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.about--box figure.w900 {
  width: 90rem;
  margin: -5.5rem 0 0 13.4rem;
}
@media only screen and (max-width: 767px) {
  .about--box figure.w900 {
    width: 61rem;
    margin: 0 auto;
  }
}
.about--box figure.w900 figcaption small {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
.about--box.point2 h3 span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15rem;
}
.about--box.point2 h3 span.content-star {
  padding-left: 0.5rem;
  text-align: center;
  top: -2.2rem;
  left: 3.4rem;
  display: block;
}
.about--box.point2 h3 span.orange {
  padding-left: 1rem;
  text-align: left;
  font-weight: 900;
}
.about--box.point2 h3.pc {
  padding-left: 15rem;
  padding-right: 10rem;
}
.about--box.point2 h3.pc span {
  padding-left: 0;
}
.about--box.point2 h3.pc span.content-star {
  top: 1rem;
}
.about--box.point2 .read {
  margin: 0 auto 5.9rem;
  padding: 0 0.5rem;
}

.merit {
  background: #fffae0;
  padding: 9.3rem 0 10rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .merit {
    padding: 10rem 0;
  }
}
.merit .section_title {
  margin-bottom: 6.2rem;
  position: relative;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .merit .section_title {
    text-align: left;
    padding-left: 25rem;
    margin-bottom: 4.9rem;
  }
}
.merit .section_title .en {
  font-size: 6.8rem;
  font-weight: 600;
}
.merit .section_title::after {
  content: "";
  background: url("../img/home/people-illust2.svg") no-repeat center/cover;
  width: 17.2rem;
  height: 17rem;
  position: absolute;
  top: -2rem;
  left: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .merit .section_title::after {
    top: 1.2rem;
  }
}
.merit--single {
  padding-top: 5rem;
  margin-top: -5rem;
}
.merit--single:not(:last-of-type) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .merit--single:not(:last-of-type) {
    margin-bottom: 9rem;
  }
}
.merit--single h3 {
  display: inline-block;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 4.4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .merit--single h3 {
    font-size: 4.08rem;
    padding-left: 12rem;
    letter-spacing: 0.05em;
    margin-bottom: 5.3rem;
    text-align: left;
  }
}
.merit--single h3 strong {
  color: #ff6600;
}
.merit--single h3 span {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .merit--single h3 span {
    font-size: 3.6rem;
    text-align: center;
  }
}
.merit--single h3 .content-star {
  background: no-repeat center/cover;
  background-image: -webkit-image-set(url("../img/home/merit-icon.webp") type("image/webp"), url("../img/home/merit-icon.png") type("image/png"));
  background-image: image-set(url("../img/home/merit-icon.webp") type("image/webp"), url("../img/home/merit-icon.png") type("image/png"));
  width: 8rem;
  height: 8rem;
  top: -30%;
  left: -11rem;
  padding-left: 0.5rem;
  padding-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .merit--single h3 .content-star {
    width: 10rem;
    height: 10rem;
    left: -0.1rem;
    padding: 5.2rem 0.5rem 0 0;
  }
}
.merit--single p.read {
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 0 auto 5.5rem;
}
@media only screen and (max-width: 767px) {
  .merit--single p.read {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media print, screen and (min-width: 768px) {
  .merit--single p.read {
    width: 109.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .merit--single p.read {
    padding: 0 4rem;
    margin-bottom: 5.9rem;
  }
}
.merit--single p.read.other {
  margin-bottom: 1.7rem;
}
.merit--single p.sub-title {
  font-weight: 700;
  text-align: center;
}
.merit--single p.note {
  background: #e6e6e6;
  text-align: center;
  color: #000;
  height: 6rem;
  line-height: 6rem;
  width: 94rem;
  margin: 0 auto 6rem;
  font-size: 2rem;
  font-weight: 400;
}
.merit--single p.note a {
  text-decoration: underline;
  font-weight: 700;
}
.merit--single .single-box {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .merit--single .single-box {
    margin-bottom: 7.3rem;
  }
}
.merit--single .single-box figure {
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media print, screen and (min-width: 768px) {
  .merit--single .single-box figure {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .merit--single .single-box figure picture {
    display: block;
    margin-bottom: 3.3rem;
  }
}
.merit--single .single-box figure img {
  width: 34rem;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .merit--single .single-box figure img {
    margin-top: 0;
    width: 44.7rem;
  }
}
.merit--single .single-box figure figcaption {
  width: 51rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .merit--single .single-box figure figcaption {
    width: 100%;
  }
}
.merit--single .single-box figure figcaption p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .merit--single .single-box figure figcaption p {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media only screen and (max-width: 767px) {
  .merit--single.merit2 h3 {
    margin-bottom: 5.7rem;
  }
  .merit--single.merit2 h3 .content-star {
    top: 1.3rem;
    left: -1.3rem;
  }
  .merit--single.merit2 .merit--content {
    width: 68.7rem;
    padding: 7rem 4rem;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .merit--single.merit2 .merit--content {
    padding: 7rem 4rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .merit--single.merit2 .merit--content .sub-title {
    font-size: 3.6rem;
    margin-bottom: 7.2rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .merit--single.merit2 .merit--content .sub-title {
    margin-bottom: 6.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .merit--single.merit3 h3 {
    margin-bottom: 4.5rem;
  }
  .merit--single.merit3 h3 .content-star {
    top: 1.3rem;
    left: -1.3rem;
  }
  .merit--single.merit3 p.read.other {
    margin-bottom: 3rem;
  }
  .merit--single.merit3 .note {
    width: 68.7rem;
    font-size: 3.1rem;
    height: auto;
    line-height: 1.48;
    padding: 2.3rem 0;
    margin-bottom: 7rem;
  }
  .merit--single.merit3 .note a {
    font-size: inherit;
    font-weight: 700;
  }
}
.merit--table {
  background: #fff;
  padding: 6rem 10rem;
  border-radius: 2.5rem;
}
.merit--table .table-inner {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .merit--table {
    padding: 7.1rem 4rem;
    width: 68.7rem;
    margin: auto;
  }
  .merit--table .table-inner {
    overflow: auto;
    width: 68.8rem;
    margin-bottom: 7rem;
  }
}
.merit--table table {
  width: 100rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .merit--table table {
    width: 108rem;
  }
}
.merit--table table .yellow td {
  background: #fff7cc;
}
.merit--table table .gray td {
  background: #e2e2dd;
}
.merit--table table th, .merit--table table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999999;
  font-feature-settings: "palt";
  line-height: 1.33;
}
.merit--table table th.left, .merit--table table td.left {
  text-align: left;
}
.merit--table table th {
  font-size: 1.8rem;
  font-weight: 700;
  background: #ffd700;
  padding: 1.35rem 0;
}
@media only screen and (max-width: 767px) {
  .merit--table table th {
    padding: 1.55rem 0;
    font-size: 2.8rem;
  }
  .merit--table table th:nth-of-type(1) {
    width: 19.5rem;
  }
  .merit--table table th:nth-of-type(2) {
    width: 26rem;
  }
  .merit--table table th:nth-of-type(3) {
    width: 13rem;
  }
  .merit--table table th:nth-of-type(4) {
    width: 7.8rem;
  }
  .merit--table table th:nth-of-type(5) {
    width: 22.1rem;
  }
  .merit--table table th:nth-of-type(6) {
    width: 19.1rem;
  }
}
.merit--table table td {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.77rem 0.8rem;
}
@media only screen and (max-width: 767px) {
  .merit--table table td {
    padding: 0.87rem 1rem 0.9rem;
    font-size: 2.6rem;
  }
}
.merit--table table td.fs18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .merit--table table td.fs18 {
    font-size: 2.9rem;
  }
}
.merit--table table td.title {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .merit--table table td.title {
    font-size: 2.8rem;
  }
}
.merit--table table td.title strong {
  font-size: 2rem;
  font-weight: 700;
  color: #ff6600;
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .merit--table table td.title strong {
    font-size: 3.2rem;
  }
}
.merit--table .table-bottom {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin-top: 1.5rem;
  text-align: left;
  margin: 1.5rem 0 5.8rem;
}
@media only screen and (max-width: 767px) {
  .merit--table .table-bottom {
    font-size: 2rem;
  }
}
.merit .merit--content {
  background: #fff;
  padding: 6rem 5rem;
  border-radius: 2.5rem;
}
.merit .merit--content .sub-title {
  background-color: #ffd700;
  border-radius: 3.5rem;
  padding: 0.95rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 5.7rem;
}
.merit .energie-image {
  width: 97rem;
}
@media only screen and (max-width: 767px) {
  .merit .energie-image {
    width: 62.2rem;
  }
}
.merit .led-effect h4 {
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .merit .led-effect h4 {
    margin-bottom: 3.1rem;
  }
}
.merit .led-effect h4.other {
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .merit .led-effect h4.other {
    margin-bottom: 3.9rem;
  }
}
.merit .led-effect h4::before {
  content: "";
  width: 50.4rem;
  height: 1px;
  background: #ff6600;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .merit .led-effect h4::before {
    width: 100%;
    height: 2px;
  }
}
.merit .led-effect h4 span {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  background: #fff;
  color: #ff6600;
  text-align: center;
  margin: auto;
  display: inline-block;
  padding: 0 2rem;
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .merit .led-effect h4 span {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media only screen and (max-width: 767px) {
  .merit .led-effect h4 span {
    padding: 0 1rem;
    font-size: 3rem;
  }
}
.merit .led-effect .flex-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.merit .led-effect .flex-content.first {
  margin-bottom: 1.6rem;
  gap: 6.7rem;
}
.merit .led-effect .flex-content.first .flex-content__single {
  width: 28rem;
}
.merit .led-effect .flex-content__single {
  width: 34rem;
}
.merit .led-effect .flex-content__single figure figcaption {
  text-align: center;
  line-height: 1.35;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .merit .led-effect .flex-content__single figure figcaption {
    font-size: 3.1rem;
    letter-spacing: 0.05em;
    line-height: 1.419;
    margin-bottom: 2.5rem;
    position: relative;
  }
  .merit .led-effect .flex-content__single figure figcaption::after {
    content: "";
    width: 4rem;
    height: 4.6rem;
    background: url("../img/home/sp/effect-arrow.svg") no-repeat center/cover;
    top: 0;
    left: 96%;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
}
.merit .led-effect .flex-content__single dl dt {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  color: #fff;
  background: #ff6600;
  border-radius: 1.5rem;
  margin-bottom: 1.4rem;
  line-height: 5rem;
}
@media only screen and (max-width: 767px) {
  .merit .led-effect .flex-content__single dl dt {
    line-height: 1.333;
    font-size: 3.3rem;
    padding: 0.6rem 0 0.4rem;
    margin-bottom: 2rem;
  }
}
.merit .led-effect .flex-content__single dl dd {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .merit .led-effect .flex-content__single dl dd {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media only screen and (max-width: 767px) {
  .merit .led-effect .merit2-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4.4rem;
  }
  .merit .led-effect .merit2-content .flex-content__single {
    width: 100%;
  }
  .merit .led-effect .merit2-content .situation {
    width: 28rem;
  }
  .merit .led-effect .merit2-content .effect {
    width: 28rem;
  }
}
.merit .difference-content {
  background: #fff;
  padding: 6rem 5rem;
  border-radius: 3rem;
}
@media only screen and (max-width: 767px) {
  .merit .difference-content {
    width: 68.7rem;
    margin: auto;
    padding: 7rem 4rem;
  }
}
.merit .difference-content h4 {
  background-color: #ffd700;
  border-radius: 3.5rem;
  padding: 0.95rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .merit .difference-content h4 {
    font-size: 3.6rem;
    padding: 1.35rem 0 1.6rem;
    border-radius: 10rem;
    margin-bottom: 5.1rem;
  }
}
.merit .difference-content .flex-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  text-align: left;
  gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .merit .difference-content .flex-content {
    gap: 5rem;
  }
}
.merit .difference-content .flex-content dl {
  background: #f2f2f2;
  width: 47rem;
  padding: 3.2rem 4rem 2.4rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .merit .difference-content .flex-content dl {
    width: 100%;
    padding: 4.1rem 4rem 3.3rem;
  }
}
.merit .difference-content .flex-content dl dt {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: #706e54;
  line-height: 5rem;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  border-radius: 5rem;
}
@media only screen and (max-width: 767px) {
  .merit .difference-content .flex-content dl dt {
    font-size: 3.3rem;
    line-height: 6.2rem;
    margin-bottom: 3.1rem;
    border-radius: 6.2rem;
  }
}
.merit .difference-content .flex-content dl dd {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .merit .difference-content .flex-content dl dd {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
.merit .difference-content .bottom-txt {
  border: 1px solid #aaa;
  padding: 3rem;
}
.merit .difference-content .bottom-txt p {
  text-align: center;
  font-weight: 500;
}

.reason {
  padding: 12rem 0 12.5rem;
}
@media only screen and (max-width: 767px) {
  .reason {
    padding: 12rem 0 12.4rem;
  }
  .reason .en-sub-ttl {
    padding-right: 14rem;
  }
}
.reason .section_title {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .reason .section_title {
    padding-right: 20.3rem;
    margin-bottom: 3.1rem;
  }
}
.reason .section_title::after {
  content: "";
  position: absolute;
  width: 16.8rem;
  height: 15rem;
  background: url("../img/home/people-illust3.svg");
  bottom: -0.3rem;
  right: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .reason .section_title::after {
    bottom: 1.8rem;
    right: 6.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .reason .inner {
    width: min(130rem, 96%);
  }
}
.reason--single {
  width: min(100%, 120rem);
  margin: auto;
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .reason--single {
    width: 68.7rem;
    margin: 0 auto;
    padding-bottom: 6rem;
  }
}
.reason--single::after {
  content: "";
  width: 72.916vw;
  height: 10rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  background: no-repeat top left/cover;
  background-image: -webkit-image-set(url("../img/home/content-bottom-bg.webp") type("image/webp"), url("../img/home/content-bottom-bg.png") type("image/png"));
  background-image: image-set(url("../img/home/content-bottom-bg.webp") type("image/webp"), url("../img/home/content-bottom-bg.png") type("image/png"));
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .reason--single::after {
    width: 60.7rem;
    height: 12rem;
    background: url("../img/home/sp/content-bottom-bg.png") no-repeat top left/cover;
  }
}
.reason--single:nth-of-type(even) {
  margin-bottom: -7rem !important;
}
@media only screen and (max-width: 767px) {
  .reason--single:nth-of-type(even) {
    margin-bottom: -6rem !important;
  }
}
.reason--single:nth-of-type(even)::after {
  left: auto;
  right: calc(50% - 50vw);
  bottom: 12.6rem;
  width: 94rem;
}
@media only screen and (max-width: 767px) {
  .reason--single:nth-of-type(even)::after {
    width: 61rem;
  }
}
@media print, screen and (min-width: 768px) {
  .reason--single.reason3 {
    width: 110rem;
    margin-bottom: 2.5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .reason--single.reason3 {
    margin-bottom: 4.7rem !important;
  }
}
.reason--single.reason3::after {
  bottom: 3.3rem;
  width: 68.716vw;
}
@media only screen and (max-width: 767px) {
  .reason--single.reason3::after {
    bottom: 2rem;
    width: 80.116vw;
  }
}
.reason--single.reason3 figure {
  gap: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .reason--single.reason3 figure figcaption {
    width: 73rem;
  }
}
.reason--single.reason3 figure figcaption p {
  padding-left: 0;
}
@media print, screen and (min-width: 768px) {
  .reason--single.reason3 figure img {
    width: 35rem;
    margin-top: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .reason--single.reason3 figure img {
    width: 52.8rem;
    margin: 0 0 0 5.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .reason--single p {
    padding-left: 2rem;
  }
}
.reason--single:nth-of-type(even) p {
  padding-left: 0;
}
@media print, screen and (min-width: 768px) {
  .reason--single:nth-of-type(even) p {
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .reason--single.inner_over figcaption {
    width: 71.6rem;
    margin-left: 3rem;
  }
  .reason--single.inner_over figcaption h3 {
    padding-left: 3rem;
  }
}
.reason--single.wide {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.reason--single.wide::after {
  display: none;
}
.reason--single.wide figure {
  display: block;
}
.reason--single.wide figure img {
  width: 100%;
}
.reason--single.wide figure figcaption {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .reason--single.wide figure figcaption {
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .reason--single.wide figure figcaption {
    margin-bottom: 4.1rem;
  }
  .reason--single.wide figure figcaption h3.no-flex {
    width: 100%;
    padding-left: 18.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 5.2rem;
  }
  .reason--single.wide figure figcaption h3.no-flex .content-star {
    top: -1.3rem;
    left: 6.1rem;
    padding: 4.6rem 0 0 0rem;
  }
}
.reason--single.wide .image-box {
  background: #f2f2f2;
  border-radius: 2.5rem;
  padding: 5rem;
}
@media only screen and (max-width: 767px) {
  .reason--single.wide .image-box {
    padding: 4.6rem 3.8rem 5.5rem;
  }
}
.reason--single.wide p {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .reason--single.wide p {
    margin-bottom: 5rem;
  }
}
.reason--single:nth-of-type(even) figure {
  flex-direction: row-reverse;
}
.reason--single:not(:last-of-type) {
  margin-bottom: 6.3rem;
}
@media print, screen and (min-width: 768px) {
  .reason--single figure {
    display: flex;
    align-items: flex-start;
    gap: 5.5rem;
  }
}
.reason--single figure figcaption {
  width: calc(100% - 45rem);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .reason--single figure figcaption {
    width: 100%;
    margin-bottom: 4.3rem;
  }
}
.reason--single figure figcaption h3 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .reason--single figure figcaption h3 {
    font-size: 3.36rem;
    justify-content: center;
    letter-spacing: 0.1em;
  }
}
.reason--single figure figcaption h3 strong {
  color: #ff6600;
  font-size: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .reason--single figure figcaption h3 strong {
    font-size: 4.08rem;
  }
}
.reason--single figure figcaption h3 .content-star {
  position: static;
  background: url("../img/home/reason-icon.png") no-repeat center/cover;
  width: 8rem;
  height: 8rem;
  display: inline-block;
  text-align: center;
  padding: 3.7rem 0 0 0rem;
  margin-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .reason--single figure figcaption h3 .content-star {
    width: 10rem;
    height: 10rem;
    font-size: 3.6rem;
    padding: 4.7rem 0 0 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .reason--single figure figcaption h3.no-flex {
    display: block;
    width: 43rem;
    margin: 0px auto 4.9rem;
    padding: 0 0 0 12rem;
  }
  .reason--single figure figcaption h3.no-flex .content-star {
    position: absolute;
    top: 2rem;
    left: 0;
    font-size: 3.6rem;
    padding: 4.2rem 0 0 0.7rem;
  }
}
.reason--single figure img {
  width: 40rem;
}
.reason--single figure figcaption h3 {
  font-weight: 700;
  margin-bottom: 3rem;
}
.reason--single figure figcaption p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .reason--single figure figcaption p {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
.reason--single.inner_over figure picture {
  width: 60rem;
  margin: 2rem calc(50% - 50vw) 0 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .reason--single.inner_over figure picture {
    width: 60.7rem;
    margin: auto;
  }
}
.reason--single.inner_over figure picture img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .reason--single.reason2::after {
    bottom: 10.8rem;
  }
  .reason--single.reason2 figure img {
    width: 63.9rem;
    position: relative;
    right: left;
    left: 2.4rem;
    top: -0.4rem;
  }
}

#simulator_link {
  position: absolute;
  top: -1rem;
}

.simulator {
  margin-bottom: 12rem;
  /* answer全体の基本設定 */
}
@media only screen and (max-width: 767px) {
  .simulator {
    margin-bottom: 11.8rem;
  }
}
.simulator .inner {
  margin: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .simulator .inner {
    width: 120rem;
  }
}
.simulator .inner::before {
  content: "";
  background: url("../img/home/people-illust4.svg") no-repeat center/cover;
  width: 18.6rem;
  height: 39.4rem;
  position: absolute;
  top: -0.8rem;
  left: -3.8rem;
}
@media only screen and (max-width: 767px) {
  .simulator .inner::before {
    width: 14.4rem;
    height: 30.5rem;
    top: -9.4rem;
    left: 8.2rem;
  }
}
.simulator--text {
  width: 90rem;
  margin: 0 auto 5.6rem;
}
@media only screen and (max-width: 767px) {
  .simulator--text {
    width: 68.7rem;
    margin-bottom: 6.1rem;
  }
  .simulator--text .en-sub-ttl {
    text-align: left;
    padding-left: 17.2rem;
  }
}
.simulator .section_title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .simulator .section_title {
    text-align: left;
    padding-left: 17.3rem;
    margin-bottom: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .read {
    line-height: 1.7;
  }
}
.simulator--content {
  background: #ffd700;
  padding: 6rem 0 0;
  border-radius: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .simulator--content {
    width: 68.7rem;
    margin: auto;
    padding: 6.9rem 0 0;
  }
}
.simulator .radio-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto 5.5rem;
}
@media print, screen and (min-width: 768px) {
  .simulator .radio-wrap {
    width: 97rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .radio-wrap {
    flex-wrap: wrap;
    gap: 4.1rem 3.1rem;
    margin: 0 auto 7.2rem;
  }
}
.simulator .radio-wrap input {
  display: none;
}
.simulator .radio-wrap label {
  width: 22.6rem;
  height: 12rem;
}
@media only screen and (max-width: 767px) {
  .simulator .radio-wrap label {
    width: 28.8rem;
    height: 15.3rem;
  }
}
.simulator .radio-wrap label input:checked + div {
  background: #ff6600;
  color: #fff;
}
.simulator .radio-wrap label input:checked + div::after {
  border-top-color: #fff;
}
.simulator .radio-wrap label div {
  background: #fff;
  height: 100%;
  text-align: center;
  align-content: center;
  border-radius: 12rem;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .simulator .radio-wrap label div {
    font-size: 3.2rem;
  }
}
.simulator .radio-wrap label div::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 7px solid #000;
  border-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .simulator .radio-wrap label div::after {
    border-right: 0.75rem solid transparent;
    border-left: 0.75rem solid transparent;
    border-top: 1.5rem solid #000;
    bottom: 2.6rem;
  }
}
.simulator .form-list {
  margin: auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6rem 5rem;
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 768px) {
  .simulator .form-list {
    width: 99.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .form-list {
    width: 60.7rem;
    gap: 7.5rem 5rem;
    margin-bottom: 7.3rem;
  }
}
.simulator .form-list .simulator--single {
  width: 47rem;
}
@media only screen and (max-width: 767px) {
  .simulator .form-list .simulator--single {
    width: 100%;
  }
}
.simulator .form-list .simulator--single .title {
  justify-content: flex-start;
  padding-left: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .simulator .form-list .simulator--single .title {
    padding-left: 12rem;
  }
}
.simulator .form-list .simulator--single .title::before {
  border-radius: 0;
}
.simulator .form-list .simulator--single .title h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .simulator .form-list .simulator--single .title h3 {
    font-size: 3.2rem;
    font-feature-settings: "palt";
  }
}
.simulator .form-list .simulator--single .form-single {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .simulator .form-list .simulator--single .form-single {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .form-list .simulator--single .form-single {
    margin-left: 2.7rem;
  }
}
.simulator .form-list .simulator--single .form-single input {
  background: #fff;
  border-radius: 1.2rem;
  margin-right: 0.8rem;
  text-align: center;
  line-height: 5rem;
  width: 33rem;
  outline: none;
  font-size: 2.2rem;
  font-weight: 400;
}
.simulator .form-list .simulator--single .form-single input::-moz-placeholder {
  color: #aaa;
}
.simulator .form-list .simulator--single .form-single input::placeholder {
  color: #aaa;
}
@media only screen and (max-width: 767px) {
  .simulator .form-list .simulator--single .form-single input {
    width: 47.8rem;
    line-height: 7.25rem;
    font-size: 3.2rem;
    margin-right: 1.4rem;
  }
}
.simulator .form-list .simulator--single .form-single p {
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .simulator .form-list .simulator--single .form-single p {
    font-size: 2.9rem;
  }
}
.simulator--single {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .simulator--single {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulator--single {
    width: 60.7rem;
  }
}
.simulator--single .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .simulator--single .title {
    justify-content: flex-start;
    padding: 1.6rem 0 1.6rem 12rem;
    margin-bottom: 4.4rem;
  }
}
.simulator--single .title * {
  position: relative;
}
.simulator--single .title::before {
  content: "";
  background: #ffef99;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  border-radius: 5rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .simulator--single .title::before {
    height: 100%;
  }
}
.simulator--single .title .num {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #706e54;
  border-radius: 5.2rem;
  width: 5.2rem;
  height: 5.2rem;
  line-height: 5.2rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .simulator--single .title .num {
    width: 8.8rem;
    height: 8.8rem;
    line-height: 8.8rem;
    position: absolute;
    top: -2.6rem;
    left: 1.7rem;
    font-size: 4rem;
  }
}
.simulator--single .title h3 {
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  font-letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .simulator--single .title h3 {
    font-size: 3.4rem;
    letter-spacing: 0.06em;
  }
}
.simulator .calc-btn {
  width: 60rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .simulator .calc-btn {
    width: 60.7rem;
  }
}
.simulator .calc-btn button {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #4d4d4d;
  color: #fff;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 10rem;
  border-radius: 10rem;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .simulator .calc-btn button {
    font-size: 3.6rem;
    weight: 600;
    line-height: 11.4rem;
  }
}
.simulator .calc-btn button:disabled {
  cursor: not-allowed;
  background: #aaa;
}
.simulator .calc-btn button:disabled:hover {
  opacity: 1;
}
.simulator .calc-btn button:hover {
  opacity: 0.9;
}
.simulator .calc-btn button::before, .simulator .calc-btn button::after {
  content: "";
  position: absolute;
  margin: auto;
}
.simulator .calc-btn button::before {
  background: url("../img/home/calc-icon.svg") no-repeat center/cover;
  width: 2.7rem;
  height: 3.8rem;
  top: 0;
  bottom: 0;
  left: 5rem;
}
@media only screen and (max-width: 767px) {
  .simulator .calc-btn button::before {
    width: 3.2rem;
    height: 4.5rem;
    left: 4rem;
  }
}
.simulator .calc-btn button::after {
  background: url("../img/home/arrow-icon-bottom.svg") no-repeat center/cover;
  width: 3rem;
  height: 3rem;
  top: 0;
  right: 2.5rem;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .simulator .calc-btn button::after {
    width: 4rem;
    height: 4rem;
    right: 4rem;
  }
}
.simulator .arrow {
  width: 10rem;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.simulator .arrow.is-show {
  margin: 2rem auto;
  height: 7.4rem;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .simulator .arrow.is-show {
    height: 9.5rem;
    margin: 3.2rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .arrow {
    width: 13rem;
  }
  .simulator .arrow img {
    width: 100%;
  }
}
.simulator .simulator-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  background: #f2f2f2;
  padding-bottom: 6rem;
}
.simulator .simulator-answer.is-show {
  max-height: 2000px;
  opacity: 1;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer.is-show {
    min-height: 202rem;
    padding-bottom: 7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .simulator .simulator-answer .inner {
    padding: 0 5rem;
  }
}
.simulator .simulator-answer .inner::before {
  display: none;
}
.simulator .simulator-answer .title {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  background: #ff6600;
  color: #fff;
  margin-bottom: 5rem;
  line-height: 7rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .title {
    font-size: 4.08rem;
    padding: 1.3rem 0 2rem;
    line-height: inherit;
  }
}
.simulator .simulator-answer .title-image {
  width: 75rem;
  height: 9.5rem;
  margin: 0 auto -2rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .title-image {
    width: 56.2rem;
    height: 16.3rem;
    margin: 0 auto 0.8rem;
  }
}
.simulator .simulator-answer .title-image img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single {
    padding-left: 14.2rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.first::before {
    content: "";
    background: url("../img/home/simulator-answer-icon1.svg") no-repeat center/cover;
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 2.6rem;
    left: 4.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .simulator .simulator-answer .answer-single.first dl dt {
    margin-right: 3.8rem;
  }
}
.simulator .simulator-answer .answer-single.first dl dd {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 3.4rem;
  font-weight: 700;
}
.simulator .simulator-answer .answer-single.first dl dd .en {
  line-height: 0.7;
  letter-spacing: 0.02em;
}
.simulator .simulator-answer .answer-single.first dl dd .result-l1 {
  font-size: 6.6rem;
  font-weight: 600;
  color: #ff6600;
}
.simulator .simulator-answer .answer-single.first dl dd.reduction {
  margin-left: 3rem;
  background: #ffeb80;
  width: 20.7rem;
  height: 13.1rem;
  border-radius: 50%;
  align-content: flex-start;
  justify-content: center;
  text-align: center;
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.first dl dd.reduction {
    width: 38.8rem;
    height: 13rem;
    margin: 3rem 0 0;
    padding: 0;
    align-items: center;
    align-content: center;
  }
}
.simulator .simulator-answer .answer-single.first dl dd.reduction .result-l2 {
  font-size: 5rem;
  font-weight: 600;
  color: #ff6600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.first dl dd.reduction .result-l2 {
    font-size: 6.75rem;
  }
}
.simulator .simulator-answer .answer-single.first dl dd.reduction span {
  line-height: 0.7;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.first dl dd.reduction span {
    font-size: 3.78rem;
  }
}
.simulator .simulator-answer .answer-single.first dl dd.reduction .reduction_txt {
  font-size: 2.8rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .simulator .simulator-answer .answer-single.first dl dd.reduction .reduction_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.first dl dd.reduction .reduction_txt {
    font-size: 3.78rem;
  }
}
.simulator .simulator-answer .answer-single.order {
  background: #fff;
  width: 110rem;
  border: 1px solid #cccccc;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.7rem 0 3.2rem;
  margin-bottom: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.order {
    width: 60.7rem;
    margin: 0 auto 7.4rem;
    padding: 4.7rem 0 3.6rem;
    display: block;
  }
}
.simulator .simulator-answer .answer-single.order img {
  width: 24.6rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.order img {
    margin: auto;
    width: 39rem;
    display: block;
  }
}
.simulator .simulator-answer .answer-single.order .price_box {
  margin-right: 9.6rem;
  min-width: 56rem;
}
@media screen and (max-width: 1599px) {
  .simulator .simulator-answer .answer-single.order .price_box {
    margin-right: 5rem;
    min-width: 61rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.order .price_box {
    min-width: auto;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .simulator .simulator-answer .answer-single.order .price_box dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.order .price_box dl {
    text-align: center;
  }
}
.simulator .simulator-answer .answer-single.order .price_box dl:first-of-type {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.order .price_box dl:first-of-type {
    margin-bottom: 4rem;
  }
}
.simulator .simulator-answer .answer-single.order .price_box dl dt {
  font-size: 2.8rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .simulator .simulator-answer .answer-single.order .price_box dl dt {
    width: 19.5rem;
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.order .price_box dl dt {
    margin: 0 0 2rem;
    display: block;
    font-size: 3.36rem;
  }
}
.simulator .simulator-answer .answer-single.order .price_box dl dt::before {
  display: none;
}
.simulator .simulator-answer .answer-single.order .price_box dl dd {
  display: flex;
  align-items: baseline;
  font-size: 2.4rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .simulator .simulator-answer .answer-single.order .price_box dl dd {
    width: calc(100% - 22.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.order .price_box dl dd {
    font-size: 2.88rem;
    justify-content: center;
  }
}
.simulator .simulator-answer .answer-single.order .price_box dl dd .en {
  line-height: 0.7;
}
.simulator .simulator-answer .answer-single.order .price_box dl dd .result-j,
.simulator .simulator-answer .answer-single.order .price_box dl dd .result-k {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.order .price_box dl dd .result-j,
.simulator .simulator-answer .answer-single.order .price_box dl dd .result-k {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.approximation {
    padding-left: 16rem;
  }
  .simulator .simulator-answer .answer-single.approximation::before {
    content: "";
    background: url("../img/home/simulator-answer-icon2.svg") no-repeat center/cover;
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: -2.2rem;
    left: 6rem;
  }
  .simulator .simulator-answer .answer-single.approximation dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5.8rem;
  }
  .simulator .simulator-answer .answer-single.approximation dl dt {
    width: auto;
    font-size: 3.36rem;
    margin-right: 2rem;
  }
  .simulator .simulator-answer .answer-single.approximation dl dd {
    width: auto;
    font-size: 2.88rem;
    font-weight: 700;
  }
  .simulator .simulator-answer .answer-single.approximation dl dd .result-n {
    font-size: 6rem;
  }
  .simulator .simulator-answer .answer-single.approximation dl dd.small {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .simulator .simulator-answer .answer-single.approximation dl dd.small small {
    font-size: 2.5rem;
    padding-left: 2.5rem;
    text-indent: -2.5rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.last {
    padding-left: 16rem;
  }
  .simulator .simulator-answer .answer-single.last::before {
    content: "";
    background: url("../img/home/simulator-answer-icon3.svg") no-repeat center/cover;
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: -2.2rem;
    left: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.last dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6.1rem;
  }
}
.simulator .simulator-answer .answer-single.last dl dt {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.last dl dt {
    display: none;
  }
}
.simulator .simulator-answer .answer-single.last dl dd {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.last dl dd {
    flex-wrap: wrap;
    font-size: 2.88rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .simulator .simulator-answer .answer-single.last dl dd::before {
    content: "工事代金を";
    font-size: 3.36rem;
    font-weight: 700;
    display: inline-block;
    margin: 0 1rem 1rem 0;
  }
}
.simulator .simulator-answer .answer-single.last dl dd .orange {
  color: #ff6600;
  font-size: 2.4rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.last dl dd .orange {
    font-size: 2.88rem;
  }
}
.simulator .simulator-answer .answer-single.last dl dd .result-m {
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.7;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single.last dl dd .result-m {
    font-size: 6rem;
  }
}
.simulator .simulator-answer .answer-single.last dl dd span {
  font-size: 3.4rem;
}
.simulator .simulator-answer .answer-single dl {
  margin-bottom: 3rem;
  padding-left: 6.3rem;
}
@media print, screen and (min-width: 768px) {
  .simulator .simulator-answer .answer-single dl {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1599px) {
  .simulator .simulator-answer .answer-single dl {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single dl {
    margin-bottom: 5rem;
  }
}
.simulator .simulator-answer .answer-single dl dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.3;
  font-size: 2.8rem;
  font-weight: 700;
  margin-right: 4rem;
}
@media screen and (max-width: 1599px) {
  .simulator .simulator-answer .answer-single dl dt {
    width: 26rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single dl dt {
    width: 100%;
    letter-spacing: 0.05em;
    margin-bottom: 1.1rem;
    margin: 0 0 1.1rem;
  }
}
.simulator .simulator-answer .answer-single dl dt::before {
  content: "";
  width: 6.3rem;
  height: 6.3rem;
  display: block;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single dl dt::before {
    display: none;
  }
}
.simulator .simulator-answer .answer-single dl dt.icon1::before {
  background: url("../img/home/simulator-answer-icon1.svg") no-repeat center/cover;
}
.simulator .simulator-answer .answer-single dl dt.icon2::before {
  background: url("../img/home/simulator-answer-icon2.svg") no-repeat center/cover;
}
.simulator .simulator-answer .answer-single dl dt.icon3::before {
  background: url("../img/home/simulator-answer-icon3.svg") no-repeat center/cover;
}
.simulator .simulator-answer .answer-single dl dt div {
  width: calc(100% - 8.3rem);
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single dl dt div {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.simulator .simulator-answer .answer-single dl dt span {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single dl dt span {
    font-weight: 700;
  }
}
.simulator .simulator-answer .answer-single dl dt strong {
  font-size: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single dl dt strong {
    font-weight: 900;
  }
}
.simulator .simulator-answer .answer-single dl dt strong.orange {
  color: #ff6600;
}
.simulator .simulator-answer .answer-single dl dd {
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
.simulator .simulator-answer .answer-single dl dd .result-n {
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.7;
}
.simulator .simulator-answer .answer-single dl dd.small {
  margin-left: 3rem;
}
.simulator .simulator-answer .answer-single dl dd.small::before {
  display: none;
}
.simulator .simulator-answer .answer-single dl dd.small small {
  display: block;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.285;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-single dl dd.small small {
    font-size: 2.5rem;
    padding-left: 2.5rem;
    text-indent: -2.5rem;
    line-height: 1.6;
  }
}
.simulator .simulator-answer .answer-link {
  width: 64rem;
  line-height: 12rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-link {
    width: 60.7rem;
    line-height: 1.5;
  }
}
.simulator .simulator-answer .answer-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  background: #ffd700;
  border-radius: 12rem;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-link a {
    font-size: 3.6rem;
    display: block;
    position: relative;
    padding: 1.5rem 0;
    line-height: 1.3;
  }
}
.simulator .simulator-answer .answer-link a span {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-link a span {
    display: block;
    font-size: 3.12rem;
    width: 100%;
  }
}
.simulator .simulator-answer .answer-link a::before, .simulator .simulator-answer .answer-link a::after {
  content: "";
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-link a::before, .simulator .simulator-answer .answer-link a::after {
    position: absolute;
    margin: auto;
  }
}
.simulator .simulator-answer .answer-link a::before {
  width: 3rem;
  height: 2.4rem;
  background: url("../img/common/mail-icon.svg") no-repeat center/cover;
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-link a::before {
    width: 4rem;
    height: 3.2rem;
    top: 0;
    bottom: 0;
    left: 4rem;
  }
}
.simulator .simulator-answer .answer-link a::after {
  background: url("../img/home/link-icon.svg") no-repeat center/cover;
  width: 3rem;
  height: 3rem;
  margin-left: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .simulator .simulator-answer .answer-link a::after {
    width: 4rem;
    height: 4rem;
    top: 0;
    right: 4rem;
    bottom: 0;
  }
}
.simulator .small-txt {
  text-align: center;
  margin-bottom: 3rem;
}
.simulator .small-txt small {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #777;
}
@media only screen and (max-width: 767px) {
  .simulator .small-txt small {
    font-size: 2.4rem;
  }
}

.attempt {
  background: no-repeat top center/1920px;
  background-image: -webkit-image-set(url("../img/home/attempt.webp") type("image/webp"), url("../img/home/attempt.jpg") type("image/webp"));
  background-image: image-set(url("../img/home/attempt.webp") type("image/webp"), url("../img/home/attempt.jpg") type("image/webp"));
  padding: 5.3rem 0 6.2rem;
  margin-bottom: 11.4rem;
}
@media only screen and (max-width: 767px) {
  .attempt {
    padding: 4.3rem 0 27.4rem;
    background-size: cover;
    background-image: -webkit-image-set(url("../img/home/sp/attempt.webp") type("image/webp"), url("../img/home/sp/attempt.jpg") type("image/webp"));
    background-image: image-set(url("../img/home/sp/attempt.webp") type("image/webp"), url("../img/home/sp/attempt.jpg") type("image/webp"));
    margin-bottom: 12.2rem;
  }
}
.attempt .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .attempt .inner {
    width: 90rem;
  }
}
@media only screen and (max-width: 767px) {
  .attempt .inner {
    width: 68.7rem;
  }
}
.attempt .section_title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .attempt .section_title {
    margin-bottom: 3.1rem;
  }
}
.attempt .section_title span {
  font-size: 4.6rem;
  letter-spacing: 0.05em;
}
.attempt .section_title span.sub_ttl {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
}
.attempt .section_title strong {
  color: #ff6600;
  font-size: 4.6rem;
}
.attempt--link .link_btn {
  width: 100%;
}
.attempt--link .link_btn:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .attempt--link .link_btn:not(:last-of-type) {
    margin-bottom: 4.1rem;
  }
}
.attempt--link .link_btn .graph {
  width: 4rem;
  height: 2.4rem;
  background: url("../img/home/graph-icon.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .attempt--link .link_btn .graph {
    width: 4.8rem;
    height: 2.88rem;
    bottom: auto;
    top: 6rem;
    left: 4rem;
  }
}
.attempt--link .link_btn .cup {
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/home/cup-icon.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .attempt--link .link_btn .cup {
    bottom: auto;
    top: 5.3rem;
    width: 4.32rem;
    height: 4.32rem;
    left: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .attempt--link .link_btn a {
    line-height: 1.5;
    letter-spacing: 0;
    padding: 1.7rem 0 2.5rem;
  }
  .attempt--link .link_btn a::before {
    height: 11.1rem;
  }
  .attempt--link .link_btn a::after {
    bottom: auto;
    top: 5.5rem;
  }
  .attempt--link .link_btn a small {
    margin-top: 1.8rem;
  }
}

.flow {
  margin: 0 auto 12rem;
  background: #fffae0;
  padding: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .flow {
    padding: 10rem 0 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow .inner {
    width: 68.7rem;
    margin: auto;
  }
}
.flow .section_title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .flow .section_title {
    margin-bottom: 5.3rem;
  }
}
.flow .section_title::before {
  background-image: -webkit-image-set(url("../img/home/section-title6.webp") type("image/webp"), url("../img/home/section-title6.png") type("image/webp"));
  background-image: image-set(url("../img/home/section-title6.webp") type("image/webp"), url("../img/home/section-title6.png") type("image/webp"));
  width: 29rem;
  height: 9.5rem;
}
.flow .read {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 2rem;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 767px) {
  .flow .read {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media print, screen and (min-width: 768px) {
  .flow .read {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow .read {
    margin-bottom: 6rem;
  }
}
.flow .flow--content {
  background: #fff;
  border-radius: 2.5rem;
  padding: 6rem 10rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .flow .flow--content {
    padding: 5.2rem 10.3rem;
    margin-bottom: 3.3rem;
  }
}
.flow .figure-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .flow .figure-txt {
    gap: 4.5rem;
  }
}
.flow .figure-txt li {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .flow .figure-txt li {
    font-size: 3rem;
  }
}
.flow .figure-txt li::before {
  content: "";
  width: 3rem;
  height: 2.4rem;
  background: #ffd700;
  margin-right: 1rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .flow .figure-txt li::before {
    width: 4.5rem;
    height: 3.6rem;
    margin-right: 1.5rem;
  }
}
.flow .figure-txt li:last-of-type::before {
  background: #e6e6e6;
}

.connection {
  margin-bottom: 12rem;
}
@media print, screen and (min-width: 768px) {
  .connection .inner {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .connection .inner {
    width: 68.7rem;
  }
}
.connection .other_title {
  line-height: 6rem;
  background: #ffd700;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  border-radius: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .connection .other_title {
    font-size: 3.6rem;
    font-weight: 700;
    padding: 1.4rem 0;
    margin-bottom: 6.9rem;
  }
}
.connection--content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .connection--content {
    gap: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .connection--content .single {
    width: 48rem;
  }
}
@media print, screen and (min-width: 768px) {
  .connection--content .single img {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .connection--content .single figure {
    display: flex;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .connection--content .single figure picture {
    width: 30rem;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .connection--content .single figure figcaption {
    background: #f2f2f2;
    width: calc(100% - 30rem);
    padding: 2rem 3rem 1.8rem;
  }
}
.connection--content .single figure figcaption h3 {
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .connection--content .single figure figcaption h3 {
    font-size: 3.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
  }
}
.connection--content .single figure figcaption p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .connection--content .single figure figcaption p {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
@media only screen and (max-width: 767px) {
  .connection--content .single figure figcaption p {
    letter-spacing: -0.035em;
  }
}

.footer {
  background: #ccc;
  padding: 4.6rem 0 7rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0 21rem;
  }
}
.footer .pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 8rem;
}
@media only screen and (max-width: 767px) {
  .footer .pagetop {
    width: 9rem;
    bottom: 13.5rem;
    z-index: 1000;
  }
  .footer .pagetop img {
    width: 100%;
  }
}
.footer .pagetop p {
  height: 100%;
  writing-mode: vertical-rl;
  padding-left: 1rem;
  position: relative;
  text-align: right;
}
.footer .pagetop p::before, .footer .pagetop p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  display: block;
}
.footer .pagetop p::before {
  background-color: #ccc;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  z-index: 1;
}
.footer .pagetop p::after {
  background-color: #fff;
}
.footer--catch {
  background: url("../img/common/footer-illust.svg") no-repeat center bottom/110rem;
  height: 15rem;
  padding: 10.5rem 0 1rem;
  text-align: center;
  color: #ff6600;
  margin-bottom: 3.3rem;
  letter-spacing: 0.2em;
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .footer--catch {
    background: url("../img/common/sp/footer-illust.svg") no-repeat center bottom/100%;
    height: 18.2rem;
    font-size: 3.64rem;
    padding: 12.2rem 0 1rem;
    margin-bottom: 3.4rem;
  }
}
.footer--catch span {
  line-height: 0.7;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .footer--catch span {
    font-size: 5.2rem;
  }
}
.footer--catch strong {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .footer--catch strong {
    font-size: 4.16rem;
  }
}
.footer--logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .footer--logo {
    gap: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer--logo {
    justify-content: flex-start;
  }
}
.footer--logo a {
  display: block;
  width: 27.3rem;
}
@media only screen and (max-width: 767px) {
  .footer--logo a {
    width: 39.8rem;
    margin: 0 2rem 0 2.4rem;
  }
  .footer--logo a picture {
    display: block;
  }
  .footer--logo a picture img {
    width: 100%;
  }
}
.footer--logo .corporate-link {
  width: 19.6rem;
}
@media only screen and (max-width: 767px) {
  .footer--logo .corporate-link {
    width: 28.6rem;
    margin-top: 1.2rem;
  }
}
.footer--logo .corporate-link a {
  background: #ffd700;
  padding: 0.6rem 4rem 0.6rem 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.357;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer--logo .corporate-link a {
    font-size: 2.1rem;
    line-height: 1.37;
    margin: 0;
  }
}
.footer--logo .corporate-link a::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: url("../img/common/blank-icon.svg") no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .footer--logo .corporate-link a::after {
    width: 1rem;
    height: 1rem;
    right: 2.2rem;
  }
}
.footer .copyright {
  margin-top: 4.2rem;
}
@media print, screen and (min-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 5rem;
    padding: 0 4rem;
  }
}
.footer .copyright small {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  font-font-family: "Chillax-Medium";
  line-height: 0.7;
  letter-spacing: 0.1em;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .footer .copyright small {
    font-size: 2rem;
  }
}

.floating {
  position: fixed;
  bottom: 8rem;
  right: -64.2rem;
  width: 64.2rem;
  height: 12rem;
  background: #e6e6e6;
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  padding: 2rem 0 2rem 2rem;
  z-index: 3;
  transition: 0.6s;
}
@media only screen and (max-width: 767px) {
  .floating {
    right: 0;
  }
}
.floating.view {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .floating {
    width: 100%;
    bottom: 0;
    height: 13.5rem;
    background: none;
    padding: 0;
    border-radius: 0;
    z-index: 1000;
  }
}
.floating ul {
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .floating ul {
    gap: 1rem;
  }
}
.floating ul li {
  text-align: center;
  width: 19rem;
  border-radius: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .floating ul li {
    width: 33.3333333333%;
    border-radius: 0;
  }
}
.floating ul li.calc {
  background: #333333;
}
.floating ul li.calc a::before {
  background: url("../img/home/calc-icon.svg") no-repeat center/cover;
  width: 1.6rem;
  height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .floating ul li.calc a::before {
    width: 2.1rem;
    height: 3rem;
  }
}
.floating ul li.mail {
  background: #ffd700;
}
.floating ul li.mail a {
  color: #000;
}
.floating ul li.mail a::before {
  background: url("../img/common/mail-icon.svg") no-repeat center/cover;
  width: 2.3rem;
  height: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .floating ul li.mail a::before {
    width: 3.5rem;
    height: 2.8rem;
  }
}
.floating ul li.book {
  background: #ff6600;
}
.floating ul li.book a::before {
  background: url("../img/common/book-icon.svg") no-repeat center/cover;
  width: 2.4rem;
  height: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .floating ul li.book a::before {
    width: 3.6rem;
    height: 2.8rem;
  }
}
.floating ul li a {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.285;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .floating ul li a {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
  }
}
.floating ul li a::before {
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .floating ul li a::before {
    margin: 0 auto 1.1rem;
  }
}

/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}
#simulator {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #simulator {
    padding-top: 12svh;
    margin-top: -12svh;
  }
}

@media only screen and (max-width: 767px) {
  #merit1,
#merit2,
#merit3 {
    padding-top: 8svh;
    margin-top: -8svh;
  }
}

img[width][height] {
  /* loading="lazy" のズレを防ぐための魔法の1行 */
  aspect-ratio: attr(width)/attr(height);
}

@media only screen and (max-width: 767px) {
  #case,
#about,
#reason {
    margin-top: -5rem;
    padding-top: 5rem;
  }
}