@charset "UTF-8";
/* layout */
html {
  overflow-x: hidden;
  scroll-behavior: smooth; /* Smooth Scroll */
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 10px;
}
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body {
  background: #fefefe;
  color: #333333;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
html body #container {
  width: 100%;
  height: 100%;
}
html body #container .overlay.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-2.25%, rgba(117, 204, 227, 0.5)), color-stop(129.15%, rgba(255, 255, 255, 0.8))), rgba(255, 255, 255, 0.8);
  background: linear-gradient(180deg, rgba(117, 204, 227, 0.5) -2.25%, rgba(255, 255, 255, 0.8) 129.15%), rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
  opacity: 0.85;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
html body #container .overlay.black {
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
html body #container .contents_wrap {
  position: relative;
}
html body #container .contents_wrap.thanks {
  min-height: calc(100vh - 133.8px);
  background: top left/auto 100% url(../images/top/bg_mv.jpg) repeat-x;
}
@media screen and (max-width: 639px) {
  html body #container .contents_wrap.thanks {
    min-height: calc(100vh - 77.8px);
  }
}
html body #container .contents_wrap .contents .area.bg_decoration {
  position: relative;
}
html body #container .contents_wrap .contents .area.bg_decoration::after {
  background: center/cover url(../images/top/bg_decoration.jpg) repeat-y;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
html body #container .contents_wrap .contents .area .box .part {
  margin: 0 auto;
  padding: 40px 20px;
}
@media screen and (min-width: 1280px) {
  html body #container .contents_wrap .contents .area .box .part {
    max-width: 1000px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  html body #container .contents_wrap .contents .area .box .part.narrow {
    max-width: 860px;
  }
}
html body #container .contents_wrap .contents .area .box .part.narrow.thanks {
  position: relative;
  z-index: 2;
}
html body #container .contents_wrap .contents .area .box .part:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  html body #container .contents_wrap .contents .area .box .part:not(:last-child) {
    margin-bottom: 8rem;
  }
}
html body #container .contents_wrap .contents #contact-form {
  padding: 40px 0;
}
html body #container .contents_wrap .contents #contact-form .title_wrap {
  margin: 0 auto 52px;
  text-align: center;
}
html body #container .contents_wrap .contents #contact-form .title_wrap .logo {
  display: block;
  margin: 0 auto 20px;
  width: 290px;
}
html body #container .contents_wrap .contents #contact-form .title_wrap h2 img {
  height: 28px;
}
html body #container .contents_wrap .contents #contact-form .part {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(1, 146, 219, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(1, 146, 219, 0.15);
  border-radius: 40px;
  padding: 40px;
  text-align: center;
  width: calc(100% - 48px);
}
@media screen and (max-width: 639px) {
  html body #container .contents_wrap .contents #contact-form .part {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1280px) {
  html body #container .contents_wrap .contents #contact-form .part {
    max-width: 860px;
    padding: 40px 80px;
  }
}
html body #container .contents_wrap .contents #contact-form .part > p {
  font-weight: 700;
  margin-bottom: 40px;
}
html body #container .contents_wrap .contents #contact-form .part form {
  text-align: left;
}
html body #container .contents_wrap .contents #contact-form .part form label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 16px;
}
html body #container .contents_wrap .contents #contact-form .part form label span {
  background: #D0010F;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 1rem;
  padding: 4px 8px;
  margin-left: 8px;
}
html body #container .contents_wrap .contents #contact-form .part form input,
html body #container .contents_wrap .contents #contact-form .part form textarea {
  background: #F6F6F6;
  border: none;
  margin-bottom: 15px;
  padding: 16px;
  width: 100%;
}
html body #container .contents_wrap .contents #contact-form .part form .caution_blue {
  color: #00479D;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
html body #container .contents_wrap .contents #contact-form .part form .button {
  border: none;
  margin: 0 auto;
  width: 260px;
}
html body #container .contents_wrap .contents #contact-form .part form .button span {
  font-size: 1.6rem;
}
html body #container .contents_wrap .contents #contact-form .part form .button::after {
  width: 20px;
  height: 20px;
}
html body #container .contents_wrap .contents #contact-form a.back {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
html body #container .contents_wrap .contents #contact-form a.back::before {
  background: center/contain url(../images/common/arrow_back.svg) no-repeat;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
html body #container .contents_wrap .contents #contact-form a.back:hover {
  color: #333333;
  opacity: 0.5;
}
html body #container .modal {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(1, 146, 219, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(1, 146, 219, 0.15);
  border-radius: 40px;
  display: none;
  width: 90%;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media screen and (min-width: 1280px) {
  html body #container .modal {
    max-width: 900px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  html body #container .modal {
    max-height: calc(100% - 120px);
  }
}
@media screen and (max-width: 639px) {
  html body #container .modal {
    border-radius: 30px;
    top: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: calc(100% - 80px);
  }
}
html body #container .modal.is-open {
  -webkit-animation: modal-open 0.2s forwards ease-out;
  animation: modal-open 0.2s forwards ease-out;
  display: block;
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  html body #container .modal.is-open {
    height: 100%;
  }
}
@-webkit-keyframes modal-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html body #container .modal::before {
  background: center/contain url(../images/common/toggle_close.png) no-repeat;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 38px;
  height: 38px;
  top: -16px;
  right: -10px;
  z-index: 20;
  pointer-events: none;
}
@media screen and (min-width: 640px) {
  html body #container .modal::before {
    top: -10px;
    right: 0;
  }
}
html body #container .modal .modal_wrapper {
  padding: 58px 0 63px;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 639px) {
  html body #container .modal .modal_wrapper {
    overflow-y: scroll;
    padding: 27px 0 33px;
  }
}
html body #container .modal .toggle {
  background: center/contain no-repeat url(../images/common/toggle_bg.png);
  border: none;
  display: block;
  cursor: pointer;
  position: absolute;
  right: -18px;
  top: -18px;
  height: 48px;
  width: 48px;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  html body #container .modal .toggle {
    right: -16px;
    top: -20px;
    height: 64px;
    width: 64px;
  }
}
html body #container .modal .menu {
  margin-inline: 20px;
  border-bottom: 1px dashed #CACACA;
  padding-bottom: 41px;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .menu {
    padding-bottom: 27px;
    margin-inline: 0;
  }
}
html body #container .modal .menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 67.4418604651%;
  margin-inline: auto;
  gap: 8px 21px;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .menu ul {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  html body #container .modal .menu ul {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
html body #container .modal .menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .menu ul li {
    font-size: 15px;
    letter-spacing: 0.05em;
    width: 150px;
    margin-inline: auto;
  }
  html body #container .modal .menu ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 639px) {
  html body #container .modal .menu ul li {
    width: 125px;
  }
}
@media screen and (max-width: 1279px) {
  html body #container .modal .menu ul li a {
    font-size: 14px;
  }
}
html body #container .modal .menu ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
html body #container .modal .menu ul li.menu_feature::before {
  background: center/contain url(../images/common/menu_feature.png) no-repeat;
}
html body #container .modal .menu ul li.menu_system::before {
  background: center/contain url(../images/common/menu_system.png) no-repeat;
}
html body #container .modal .menu ul li.menu_order::before {
  background: center/contain url(../images/common/menu_order.png) no-repeat;
}
html body #container .modal .menu ul li.menu_works::before {
  background: center/contain url(../images/common/menu_works.png) no-repeat;
}
html body #container .modal .menu ul li.menu_price::before {
  background: center/contain url(../images/common/menu_price.png) no-repeat;
}
html body #container .modal .menu ul li.menu_comparison::before {
  background: center/contain url(../images/common/menu_comparison.png) no-repeat;
}
html body #container .modal .menu ul li.menu_hero::before {
  background: center/contain url(../images/common/menu_hero.png) no-repeat;
}
html body #container .modal .menu ul li.menu_faq::before {
  background: center/contain url(../images/common/menu_faq.png) no-repeat;
}
html body #container .modal .title_wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -40px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .title_wrap {
    margin-top: 16px;
    text-align: center;
    display: block;
  }
}
html body #container .modal .title_wrap .modal_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
  margin-bottom: 29px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .title_wrap .modal_title {
    font-size: 18px;
    line-height: 27px;
  }
}
html body #container .modal .title_wrap .modal_title::before {
  content: "";
  background: url(../images/top/modal_fukidashi.png) no-repeat center/contain;
  display: block;
  width: 28px;
  height: 27px;
  position: absolute;
  top: 0;
  left: -35px;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .title_wrap .modal_title::before {
    position: relative;
    display: inline-block;
    top: 5px;
    left: -8px;
  }
}
html body #container .modal .title_wrap .modal_title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .title_wrap .modal_title span {
    font-size: 14px;
  }
}
html body #container .modal .title_wrap .decoration {
  left: 40px;
  bottom: -4px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .title_wrap .decoration {
    display: none;
  }
}
html body #container .modal .title_wrap .decoration img {
  display: block;
  margin: 0 32px 0 auto;
  width: 165px;
}
html body #container .modal .contact_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: 40px;
  gap: 20px;
  max-width: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .contact_wrap {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  html body #container .modal .contact_wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-inline: 22px;
  }
}
html body #container .modal .contact_wrap form {
  padding: 24px 24px 64px 125px;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .contact_wrap form {
    padding: 24px 14px 200px;
  }
}
html body #container .modal .contact_wrap .dl_cont {
  border: solid 4px #0083FC;
  background: #fff;
  border-radius: 12px;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: none;
  width: initial;
  overflow: hidden;
}
html body #container .modal .contact_wrap .dl_cont::before {
  content: "";
  background: url(../images/top/contact_icon_document.png) no-repeat center/contain;
  width: 86px;
  aspect-ratio: 113/119;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .contact_wrap .dl_cont::before {
    top: initial;
    bottom: 65px;
    width: 113px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
html body #container .modal .contact_wrap .dl_cont .contact_dl_title {
  margin-bottom: 25px;
  color: #0083FC;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .contact_wrap .dl_cont .contact_dl_title {
    margin-bottom: 12px;
  }
}
html body #container .modal .contact_wrap .dl_cont .contact_dl_title::after {
  display: none;
}
html body #container .modal .contact_wrap .dl_cont .contact_dl_title span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
html body #container .modal .contact_wrap .dl_cont .contact_dl_title span::after {
  background: center/contain url(../images/common/icon_dl-face.png) no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
html body #container .modal .contact_wrap .dl_cont .contact_button_dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180.05deg, #23BDFF -15.09%, #0062D8 122.66%);
  -webkit-box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html body #container .modal .contact_wrap .dl_cont .contact_button_dl:hover {
  opacity: 0.8;
}
html body #container .modal .contact_wrap .dl_cont .contact_button_dl::before {
  content: "今すぐ資料ダウンロード";
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
html body #container .modal .contact_wrap .dl_cont .contact_button_dl::after {
  content: "";
  background: url(../images/common/icon_dl.svg) no-repeat center/contain;
  width: 14px;
  height: 16px;
}
html body #container .modal .contact_wrap .dl_cont .contact_button_dl input[type=submit] {
  display: block;
  width: 100%;
  height: 51px;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
html body #container .modal .contact_wrap .dl_cont .form_wrap {
  display: block;
}
html body #container .modal .contact_wrap .dl_cont .form_wrap input {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  padding: 9px 16px 7px 16px;
}
html body #container .modal .contact_wrap .line_cont {
  color: #1EC412;
  border: solid 4px #1EC412;
  background: #fff;
  border-radius: 12px;
  position: relative;
  margin: 0;
  padding: 24px 10px 64px 115px;
  max-width: none;
  width: initial;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .contact_wrap .line_cont {
    padding: 128px 10px 67px 10px;
  }
}
html body #container .modal .contact_wrap .line_cont::before {
  content: "";
  background: url(../images/common/qr_contact.png) no-repeat center/contain;
  width: 75px;
  aspect-ratio: 1/1;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 1;
  border: solid 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1279px) {
  html body #container .modal .contact_wrap .line_cont::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
html body #container .modal .contact_wrap .line_cont .contact_line_title {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 1279px) {
  html body #container .modal .contact_wrap .line_cont .contact_line_title {
    margin-inline: auto;
  }
}
html body #container .modal .contact_wrap .line_cont .contact_line_title::after {
  display: none;
}
html body #container .modal .contact_wrap .line_cont .contact_line_title span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
html body #container .modal .contact_wrap .line_cont .contact_line_title span::after {
  background: center/contain url(../images/common/icon_hand.png) no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
html body #container .modal .contact_wrap .line_cont .contact_line_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
html body #container .modal .contact_wrap .line_cont .contact_button_line {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(179.5deg, #59DE16 0.43%, #10B804 99.57%);
  -webkit-box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
html body #container .modal .contact_wrap .line_cont .contact_button_line:hover {
  opacity: 0.8;
}
html body #container .modal .contact_wrap .line_cont .contact_button_line::after {
  content: "";
  background: #fff;
  -webkit-mask: url(../images/common/icon_friend.svg) no-repeat center/contain;
  mask: url(../images/common/icon_friend.svg) no-repeat center/contain;
  width: 16px;
  height: 18px;
  display: inline-block;
}
html body #container .modal .contact_wrap .line_cont .form_wrap {
  display: block;
}
html body #container .footer_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#1B729E), to(#0A2D56));
  background: linear-gradient(180deg, #1B729E 0%, #0A2D56 100%);
  text-align: center;
  padding: 12px 0;
  position: relative;
  z-index: 1;
  top: -2px;
}
html body #container .footer_wrap::before {
  content: "";
  background: url(../images/top/footer_earth.png) no-repeat center/contain;
  width: 100%;
  max-width: 972px;
  aspect-ratio: 972/417;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 640px) {
  html body #container .footer_wrap {
    padding: 40px 0;
  }
}
html body #container .footer_wrap .footer {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 640px) {
  html body #container .footer_wrap .footer {
    width: 1000px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  html body #container .footer_wrap .footer {
    width: 90%;
  }
}
html body #container .footer_wrap .footer strong, html body #container .footer_wrap .footer p, html body #container .footer_wrap .footer a {
  color: #FFFFFF;
}
html body #container .footer_wrap .footer .footer_nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html body #container .footer_wrap .footer .footer_nav ul li:not(:last-child) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body #container .footer_wrap .footer .footer_nav ul li:not(:last-child)::after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  margin: 0 16px;
}
html body #container .footer_wrap .footer .footer_nav ul li a {
  display: block;
  font-size: smaller;
  cursor: pointer;
}
html body #container .footer_wrap .footer .footer_nav ul li a:hover {
  opacity: 0.8;
}
html body #container .footer_wrap .footer .copyright small {
  font-size: 13px;
}
html body #container .footer_wrap .footer .copyright small span {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}
html body #container .footer_wrap .footer .footer_name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html body #container .footer_wrap .footer .footer_name .logo img {
  height: 4rem;
  margin-right: 1.6rem;
}
html body #container .footer_wrap .footer .footer_name strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 4rem;
}
html body #container .footer_wrap .footer .footer_name strong span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
html body #container .footer_wrap .footer address p {
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  html body #container .footer_wrap .footer address p br {
    display: none;
  }
}
html body #container .footer_wrap .footer .tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html body #container .footer_wrap .footer .tel a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
}
html body #container .footer_wrap .footer .tel::before {
  content: "\e0b0";
  color: #FFFFFF;
  font-family: "Material Symbols Outlined";
  font-size: 3.2rem;
  margin-right: 0.4rem;
}
html body #container .cta_button {
  background: none;
  border: none;
  cursor: pointer;
  position: fixed;
  right: 24px;
  bottom: 50px;
  z-index: 10;
}
@media screen and (max-width: 1279px) {
  html body #container .cta_button {
    bottom: 15px;
  }
}
html body #container .cta_button::before {
  background: center/contain url(../images/common/cta.gif) no-repeat;
  content: "";
  display: block;
  width: 215px;
  height: 165px;
}
@media screen and (max-width: 639px) {
  html body #container .cta_button::before {
    width: 130px;
    height: 100px;
  }
}
@media screen and (max-width: 639px) {
  html body #container .cta_button.active {
    display: none;
  }
}
html body #container .cta_wrap {
  display: none;
  gap: 20px;
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media screen and (max-width: 639px) {
  html body #container .cta_wrap {
    top: auto;
    bottom: 170px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  html body #container .cta_wrap {
    width: 90%;
  }
}
@media screen and (min-width: 640px) {
  html body #container .cta_wrap .contact_cont {
    margin: 0 !important;
    width: 484px;
  }
  html body #container .cta_wrap .dl_cont {
    width: 350px;
  }
  html body #container .cta_wrap .dl_cont h3 {
    text-align: center;
  }
}
html body #container .contact_wrap.is-open,
html body #container .cta_wrap.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap.is-open,
  html body #container .cta_wrap.is-open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
  }
}
html body #container .contact_wrap .contact_cont,
html body #container .contact_wrap .dl_cont,
html body #container .cta_wrap .contact_cont,
html body #container .cta_wrap .dl_cont {
  border-radius: 20px;
  color: #FFFFFF;
  padding: 20px;
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap .contact_cont,
  html body #container .contact_wrap .dl_cont,
  html body #container .cta_wrap .contact_cont,
  html body #container .cta_wrap .dl_cont {
    padding: 16px;
  }
}
html body #container .contact_wrap .contact_cont fieldset,
html body #container .contact_wrap .dl_cont fieldset,
html body #container .cta_wrap .contact_cont fieldset,
html body #container .cta_wrap .dl_cont fieldset {
  border: none;
}
html body #container .contact_wrap .contact_cont,
html body #container .cta_wrap .contact_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#11C618), color-stop(103.03%, #3DBE00));
  background: linear-gradient(180deg, #11C618 0%, #3DBE00 103.03%);
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap .contact_cont,
  html body #container .cta_wrap .contact_cont {
    text-align: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  html body #container .contact_wrap .contact_cont,
  html body #container .cta_wrap .contact_cont {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 640px) {
  html body #container .contact_wrap .contact_cont,
  html body #container .cta_wrap .contact_cont {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
}
html body #container .contact_wrap .contact_cont div,
html body #container .cta_wrap .contact_cont div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html body #container .contact_wrap .contact_cont div h3.heading03,
html body #container .cta_wrap .contact_cont div h3.heading03 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
html body #container .contact_wrap .contact_cont div h3.heading03::after,
html body #container .cta_wrap .contact_cont div h3.heading03::after {
  background: center/contain url(../images/common/icon_hand.png) no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 1280px) {
  html body #container .contact_wrap .contact_cont div h3.heading03,
  html body #container .cta_wrap .contact_cont div h3.heading03 {
    white-space: nowrap;
  }
}
html body #container .contact_wrap .contact_cont div p,
html body #container .cta_wrap .contact_cont div p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap .contact_cont div p,
  html body #container .cta_wrap .contact_cont div p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap .contact_cont div .button_cta,
  html body #container .cta_wrap .contact_cont div .button_cta {
    margin: 12px auto 0;
  }
}
html body #container .contact_wrap .contact_cont figure,
html body #container .cta_wrap .contact_cont figure {
  height: 100%;
}
html body #container .contact_wrap .contact_cont figure figcaption,
html body #container .cta_wrap .contact_cont figure figcaption {
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap .contact_cont figure,
  html body #container .cta_wrap .contact_cont figure {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  html body #container .contact_wrap .contact_cont figure img,
  html body #container .cta_wrap .contact_cont figure img {
    width: 100px;
  }
}
html body #container .contact_wrap .dl_cont,
html body #container .cta_wrap .dl_cont {
  background: radial-gradient(68.45% 68.45% at 50.13% 59.12%, #E398F6 0%, #995DFF 100%);
  position: relative;
}
html body #container .contact_wrap .dl_cont h3,
html body #container .cta_wrap .dl_cont h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap .dl_cont h3,
  html body #container .cta_wrap .dl_cont h3 {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  html body #container .contact_wrap .dl_cont h3,
  html body #container .cta_wrap .dl_cont h3 {
    margin-right: 12px;
    font-size: 16px;
    white-space: nowrap;
  }
}
html body #container .contact_wrap .dl_cont h3::after,
html body #container .cta_wrap .dl_cont h3::after {
  background: center/contain url(../images/common/icon_dl-face.png) no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap .dl_cont .form_wrap,
  html body #container .cta_wrap .dl_cont .form_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html body #container .contact_wrap .dl_cont .form_wrap fieldset,
  html body #container .cta_wrap .dl_cont .form_wrap fieldset {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
html body #container .contact_wrap .dl_cont .button_dl,
html body #container .cta_wrap .dl_cont .button_dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap .dl_cont .button_dl,
  html body #container .cta_wrap .dl_cont .button_dl {
    border-radius: 50%;
    margin: 0 0 0 12px;
    width: 28px;
    height: 28px;
    padding: 0;
    position: relative;
  }
  html body #container .contact_wrap .dl_cont .button_dl::after,
  html body #container .cta_wrap .dl_cont .button_dl::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    position: absolute;
  }
}
html body #container .contact_wrap .dl_cont input,
html body #container .cta_wrap .dl_cont input {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 8px 16px;
  width: 100%;
}
html body #container .contact_wrap .dl_cont input::-webkit-input-placeholder, html body #container .cta_wrap .dl_cont input::-webkit-input-placeholder {
  color: #C3C3C3;
}
html body #container .contact_wrap .dl_cont input::-moz-placeholder, html body #container .cta_wrap .dl_cont input::-moz-placeholder {
  color: #C3C3C3;
}
html body #container .contact_wrap .dl_cont input:-ms-input-placeholder, html body #container .cta_wrap .dl_cont input:-ms-input-placeholder {
  color: #C3C3C3;
}
html body #container .contact_wrap .dl_cont input::-ms-input-placeholder, html body #container .cta_wrap .dl_cont input::-ms-input-placeholder {
  color: #C3C3C3;
}
html body #container .contact_wrap .dl_cont input::placeholder,
html body #container .cta_wrap .dl_cont input::placeholder {
  color: #C3C3C3;
}
html body #container .contact_wrap .dl_cont input[type=submit],
html body #container .cta_wrap .dl_cont input[type=submit] {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0;
  line-height: 1.5;
}
html body #container .modal .dl_cont .button_wrap,
html body #container .cta_wrap .dl_cont .button_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 640px) {
  html body #container .modal .dl_cont .button_wrap,
  html body #container .cta_wrap .dl_cont .button_wrap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  html body #container .modal .dl_cont .button_wrap::before, html body #container .modal .dl_cont .button_wrap::after,
  html body #container .cta_wrap .dl_cont .button_wrap::before,
  html body #container .cta_wrap .dl_cont .button_wrap::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  html body #container .modal .dl_cont .button_wrap::before,
  html body #container .cta_wrap .dl_cont .button_wrap::before {
    background: center/contain url(../images/common/icon_star_l.png) no-repeat;
    margin-right: 4px;
  }
  html body #container .modal .dl_cont .button_wrap::after,
  html body #container .cta_wrap .dl_cont .button_wrap::after {
    background: center/contain url(../images/common/icon_star_r.png) no-repeat;
    margin-left: 4px;
  }
}
html body #container .modal .dl_cont .button_wrap .button_dl,
html body #container .cta_wrap .dl_cont .button_wrap .button_dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 639px) {
  html body #container .modal .dl_cont .button_wrap .button_dl,
  html body #container .cta_wrap .dl_cont .button_wrap .button_dl {
    border-radius: 50%;
    margin: 0 0 0 12px;
    width: 28px;
    height: 28px;
    padding: 0;
    position: relative;
  }
  html body #container .modal .dl_cont .button_wrap .button_dl::after,
  html body #container .cta_wrap .dl_cont .button_wrap .button_dl::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    position: absolute;
  }
}
html body #container .contact_wrap.--bottom {
  display: none;
}
html body #container .contact_wrap.--bottom.is-open {
  position: fixed;
  bottom: 50px;
  left: calc(50% - 100px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: 40px;
  gap: 20px;
  max-width: 920px;
  width: 100%;
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  html body #container .contact_wrap.--bottom.is-open {
    width: 90%;
    margin-inline: 0;
    bottom: 200px;
    left: 50%;
    gap: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap.--bottom.is-open {
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
    width: 85%;
    left: 50%;
    bottom: 50px;
    margin-inline: 0;
  }
}
@media screen and (max-width: 379px) {
  html body #container .contact_wrap.--bottom.is-open {
    bottom: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-inline: 0;
    gap: 10px;
  }
}
html body #container .contact_wrap.--bottom.is-open form {
  padding: 24px 24px 64px 125px;
}
@media screen and (max-width: 1279px) {
  html body #container .contact_wrap.--bottom.is-open form {
    padding: 24px 14px 80px;
  }
}
html body #container .contact_wrap.--bottom.is-open .dl_cont {
  border: solid 4px #0083FC;
  background: #fff;
  border-radius: 12px;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: none;
  width: initial;
  overflow: hidden;
}
html body #container .contact_wrap.--bottom.is-open .dl_cont::before {
  content: "";
  background: url(../images/top/contact_icon_document.png) no-repeat center/contain;
  width: 86px;
  aspect-ratio: 113/119;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 1;
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  html body #container .contact_wrap.--bottom.is-open .dl_cont::before {
    top: initial;
    bottom: 58px;
    width: 113px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 639px) {
  html body #container .contact_wrap.--bottom.is-open .dl_cont::before {
    display: none;
  }
}
html body #container .contact_wrap.--bottom.is-open .dl_cont h3.contact_dl_title {
  margin-bottom: 25px;
  color: #0083FC;
  white-space: normal;
}
@media screen and (max-width: 1279px) {
  html body #container .contact_wrap.--bottom.is-open .dl_cont h3.contact_dl_title {
    margin-bottom: 12px;
  }
}
html body #container .contact_wrap.--bottom.is-open .dl_cont h3.contact_dl_title::after {
  display: none;
}
html body #container .contact_wrap.--bottom.is-open .dl_cont h3.contact_dl_title span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
html body #container .contact_wrap.--bottom.is-open .dl_cont h3.contact_dl_title span::after {
  background: center/contain url(../images/common/icon_dl-face.png) no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
html body #container .contact_wrap.--bottom.is-open .dl_cont .contact_button_dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180.05deg, #23BDFF -15.09%, #0062D8 122.66%);
  -webkit-box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
html body #container .contact_wrap.--bottom.is-open .dl_cont .contact_button_dl:hover {
  opacity: 0.8;
}
html body #container .contact_wrap.--bottom.is-open .dl_cont .contact_button_dl::before {
  content: "今すぐ資料ダウンロード";
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
html body #container .contact_wrap.--bottom.is-open .dl_cont .contact_button_dl::after {
  content: "";
  background: url(../images/common/icon_dl.svg) no-repeat center/contain;
  width: 14px;
  height: 16px;
}
html body #container .contact_wrap.--bottom.is-open .dl_cont .contact_button_dl input[type=submit] {
  display: block;
  width: 100%;
  height: 51px;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
html body #container .contact_wrap.--bottom.is-open .dl_cont .form_wrap {
  display: block;
}
html body #container .contact_wrap.--bottom.is-open .dl_cont .form_wrap input {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  padding: 9px 16px 7px 16px;
}
html body #container .contact_wrap.--bottom.is-open .line_cont {
  color: #1EC412;
  border: solid 4px #1EC412;
  background: #fff;
  border-radius: 12px;
  position: relative;
  margin: 0;
  padding: 24px 10px 64px 115px;
  max-width: none;
  width: initial;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  html body #container .contact_wrap.--bottom.is-open .line_cont {
    padding: 128px 10px 67px 10px;
  }
}
html body #container .contact_wrap.--bottom.is-open .line_cont::before {
  content: "";
  background: url(../images/common/qr_contact.png) no-repeat center/contain;
  width: 75px;
  aspect-ratio: 1/1;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 1;
  border: solid 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1279px) {
  html body #container .contact_wrap.--bottom.is-open .line_cont::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
html body #container .contact_wrap.--bottom.is-open .line_cont .contact_line_title {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 1279px) {
  html body #container .contact_wrap.--bottom.is-open .line_cont .contact_line_title {
    margin-inline: auto;
  }
}
html body #container .contact_wrap.--bottom.is-open .line_cont .contact_line_title::after {
  display: none;
}
html body #container .contact_wrap.--bottom.is-open .line_cont .contact_line_title span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
html body #container .contact_wrap.--bottom.is-open .line_cont .contact_line_title span::after {
  background: center/contain url(../images/common/icon_hand.png) no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
html body #container .contact_wrap.--bottom.is-open .line_cont .contact_line_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
html body #container .contact_wrap.--bottom.is-open .line_cont .contact_button_line {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(179.5deg, #59DE16 0.43%, #10B804 99.57%);
  -webkit-box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
html body #container .contact_wrap.--bottom.is-open .line_cont .contact_button_line:hover {
  opacity: 0.8;
}
html body #container .contact_wrap.--bottom.is-open .line_cont .contact_button_line::after {
  content: "";
  background: #fff;
  -webkit-mask: url(../images/common/icon_friend.svg) no-repeat center/contain;
  mask: url(../images/common/icon_friend.svg) no-repeat center/contain;
  width: 16px;
  height: 18px;
  display: inline-block;
}
html body #container .contact_wrap.--bottom.is-open .line_cont .form_wrap {
  display: block;
}

/* ----- Style Reset ----- */
* {
  margin: 0;
  padding: 0;
}

img, object, embed, video {
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

em, address {
  font-style: normal;
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure img {
  -o-object-fit: contain;
  object-fit: contain;
}

.pic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 1.6rem;
}

.cover {
  background: #FFFFFF;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.1);
  padding: 2.4rem;
}

.decoration {
  position: absolute;
}
.decoration.decoration_mv01 {
  width: 260px;
  left: -108px;
  top: 540px;
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  .decoration.decoration_mv01 {
    width: 320px;
    left: -72px;
    top: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .decoration.decoration_mv01 {
    top: 640px;
    width: 480px;
  }
}
.decoration.decoration_feature {
  width: 1270px !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.decoration.decoration_order {
  width: 120px;
  right: 10px;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .decoration.decoration_order {
    width: 234px;
    right: -130px;
    bottom: -40px;
  }
}
.decoration.decoration_works {
  -webkit-animation: decoration_works 40s linear infinite;
  animation: decoration_works 40s linear infinite;
  bottom: 12px;
  padding: 0 12px;
  width: 150%;
}
@-webkit-keyframes decoration_works {
  0% {
    left: 0;
  }
  100% {
    left: 150%;
  }
}
@keyframes decoration_works {
  0% {
    left: 0;
  }
  100% {
    left: 150%;
  }
}
@media screen and (max-width: 639px) {
  .decoration.decoration_works {
    width: 300%;
  }
  @-webkit-keyframes decoration_works {
    0% {
      left: 0;
    }
    100% {
      left: 300%;
    }
  }
  @keyframes decoration_works {
    0% {
      left: 0;
    }
    100% {
      left: 300%;
    }
  }
}
.decoration.decoration_works.next {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.decoration.decoration_works01 {
  left: -18px;
  top: 24px;
}
@media screen and (min-width: 1280px) {
  .decoration.decoration_works01 {
    left: 50%;
    top: 72px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
  }
}
.decoration.decoration_works01 img {
  width: 140px;
}
@media screen and (min-width: 1280px) {
  .decoration.decoration_works01 {
    max-width: 1000px;
  }
  .decoration.decoration_works01 img {
    display: block;
    margin: 0 auto 0 0;
    position: relative;
    left: -120px;
    width: 240px;
  }
}
.decoration.decoration_works02 {
  margin: 0 auto;
  left: 50%;
  bottom: 27px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .decoration.decoration_works02 {
    max-width: 1000px;
  }
  .decoration.decoration_works02 img {
    width: 1170px;
  }
}
.decoration.decoration_price {
  top: 20px;
  left: -16px;
}
@media screen and (min-width: 1280px) {
  .decoration.decoration_price {
    width: 400px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  .decoration.decoration_price {
    width: 33%;
  }
}
@media screen and (max-width: 1000px) {
  .decoration.decoration_price {
    left: -6%;
    top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .decoration.decoration_price {
    position: relative;
    width: 48.3582089552%;
    max-width: 243px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.decoration.decoration_forte {
  width: 88px;
  right: 80px;
  top: 180px;
}
.decoration.decoration_faq01 {
  left: 16px;
  width: 75px;
  top: -70px;
}
@media screen and (min-width: 1280px) {
  .decoration.decoration_faq01 {
    left: 32px;
    width: 115px;
    top: -40px;
  }
}
.decoration.decoration_faq02 {
  right: -140px;
  top: -127px;
  width: 230px;
}
@media screen and (min-width: 1280px) {
  .decoration.decoration_faq02 {
    right: -40px;
    top: -16px;
    width: 250px;
  }
}
.decoration.decoration_cta {
  position: absolute;
}
@media screen and (max-width: 639px) {
  .decoration.decoration_cta {
    right: -8px;
    top: -16px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  .decoration.decoration_cta {
    right: 32px;
    width: 170px;
    top: -32px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  .decoration.decoration_cta {
    left: 60%;
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .decoration.decoration_cta {
    bottom: 100%;
    right: 0;
  }
}
.decoration.decoration_cta img {
  display: block;
  width: 180px;
}
@media screen and (max-width: 639px) {
  .decoration.decoration_cta img {
    width: 160px;
  }
}

@media screen and (min-width: 1280px) {
  .moveright {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  .moveright.is-inview {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .moveleft {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  .moveleft.is-inview {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .movetop {
    margin-bottom: -20%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  .movetop.is-inview {
    margin-bottom: 0;
    opacity: 1;
  }
  .movebottom {
    margin-bottom: 20%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  .movebottom.is-inview {
    margin-bottom: 0;
    opacity: 1;
  }
  .movetop-tr {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  .movetop-tr.is-inview {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .movebottom-tr {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  .movebottom-tr.is-inview {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .delay2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .delay4 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .delay6 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .delay8 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .flip {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  .flip.is-inview {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  .flip-lr {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  .flip-lr.is-inview {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
.button {
  border-radius: 100vmax;
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 12px 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button:hover {
  opacity: 0.7;
}
.button.button_line {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7.2px 18px 0px rgba(0, 0, 0, 0.2), 0px 18px 9px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 7.2px 18px 0px rgba(0, 0, 0, 0.2), 0px 18px 9px 0px rgba(255, 255, 255, 0.2) inset;
  color: #1EC412;
  font-size: 1.4rem;
  padding: 8px 40px;
  margin: 12px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .button.button_line {
    font-size: 1.8rem;
  }
}
.button.button_cta, .button.button_dl {
  font-size: 14px;
  padding: 5px 30px;
  margin: 12px auto 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button.button_cta::after, .button.button_dl::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  position: relative;
}
.button.button_cta {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2), 0px 15px 7.5px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2), 0px 15px 7.5px 0px rgba(255, 255, 255, 0.2) inset;
  color: #1EC412;
}
.button.button_cta::after {
  background: center/contain url(../images/common/icon_friend.svg) no-repeat;
  top: 2px;
}
.button.button_dl {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF65C0), color-stop(112.96%, #F81574));
  background: linear-gradient(180deg, #FF65C0 0%, #F81574 112.96%);
  border: none;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2), 0px 15px 7.5px 0px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2), 0px 15px 7.5px 0px rgba(255, 255, 255, 0.1) inset;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.button.button_dl::after {
  background: center/contain url(../images/common/icon_dl.svg) no-repeat;
}
.button.button_blue, .button.button_orange {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 8px;
}
.button.button_blue span, .button.button_orange span {
  color: #FFFFFF;
  font-size: 1.6rem;
  text-shadow: 0px 2.4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .button.button_blue span, .button.button_orange span {
    font-size: 1.8rem;
  }
}
.button.button_blue::after, .button.button_orange::after {
  background: center/contain url(../images/common/icon_arrow.svg) no-repeat;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.button.button_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-15.09%, #23BDFF), color-stop(122.66%, #0062D8));
  background: linear-gradient(180deg, #23BDFF -15.09%, #0062D8 122.66%);
  -webkit-box-shadow: 0px 7.2px 18px 0px rgba(0, 0, 0, 0.2), 0px 18px 18px 0px rgba(127, 227, 255, 0.4) inset;
  box-shadow: 0px 7.2px 18px 0px rgba(0, 0, 0, 0.2), 0px 18px 18px 0px rgba(127, 227, 255, 0.4) inset;
}
.button.button_orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF900E), color-stop(136.87%, #FA0078));
  background: linear-gradient(180deg, #FF900E 0%, #FA0078 136.87%);
  -webkit-box-shadow: 0px 7.2px 18px 0px rgba(0, 0, 0, 0.2), 0px 18px 9px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 7.2px 18px 0px rgba(0, 0, 0, 0.2), 0px 18px 9px 0px rgba(255, 255, 255, 0.2) inset;
}
.button.button_more {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4999), to(#FF003D));
  background: linear-gradient(180deg, #FF4999 0%, #FF003D 100%);
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3), inset 0px 15px 15px rgba(237, 237, 237, 0.4);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3), inset 0px 15px 15px rgba(237, 237, 237, 0.4);
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 auto;
  text-align: center;
  width: 330px;
  z-index: 1;
  bottom: 0;
}
.button.button_more::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: center/contain url(../images/common/icon_arrow_below_pink.png) no-repeat;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  right: 20px;
}
.button.button_more.active {
  display: none;
}
@media screen and (max-width: 379px) {
  .button.button_more {
    width: 300px;
  }
}

@media screen and (max-width: 639px) {
  .hide_sp {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .hide_tbsp {
    display: none !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  .hide_tb {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .hide_pctb {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .hide_pc {
    display: none !important;
  }
}
@media screen and (min_width: 1920px) {
  .hide_l_pc {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  header#gnav_wrap nav#gnav .gnav_wrap {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }
  header#gnav_wrap nav#gnav .gnav_wrap::before {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0 0 10px 10px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header#gnav_wrap nav#gnav .gnav_wrap.active::before {
    opacity: 1;
  }
}
header#gnav_wrap nav#gnav .gnav_wrap .toggle {
  background: center/contain no-repeat url(../images/common/toggle_bg.png);
  border: none;
  cursor: pointer;
  display: block;
  position: fixed;
  right: 10px;
  top: 16px;
  height: 48px;
  width: 48px;
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  header#gnav_wrap nav#gnav .gnav_wrap .toggle {
    right: 0;
    top: 0;
    height: 64px;
    width: 64px;
  }
}
header#gnav_wrap nav#gnav .gnav_wrap .toggle::before {
  background: center/contain url(../images/common/toggle.png) no-repeat;
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 12px;
  top: 15px;
}
@media screen and (min-width: 1280px) {
  header#gnav_wrap nav#gnav .gnav_wrap .toggle::before {
    width: 26px;
    height: 26px;
    left: 19px;
    top: 16px;
  }
}
header#gnav_wrap nav#gnav .gnav_wrap .toggle.z-index {
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  header#gnav_wrap nav#gnav .gnav_wrap .toggle.active::before {
    background: center/contain url(../images/common/toggle_close.png) no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 32px;
    height: 32px;
    top: 5px;
    left: 6px;
  }
}
header#gnav_wrap nav#gnav .gnav_wrap .toggle.active span:nth-child(1) {
  top: 2.4em;
  /* 1番目のspanをマイナス45度に */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header#gnav_wrap nav#gnav .gnav_wrap .toggle.active span:nth-child(2),
header#gnav_wrap nav#gnav .gnav_wrap .toggle.active span:nth-child(3) {
  top: 2.4em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header#gnav_wrap nav#gnav .gnav_wrap .gnav_list li a:link,
header#gnav_wrap nav#gnav .gnav_wrap .gnav_list li a:visited {
  display: block;
  font-weight: 400;
  text-decoration: none;
}
header#gnav_wrap nav#gnav .gnav_wrap .logo_wrap {
  background: center/contain no-repeat url(../images/common/logo.svg);
  display: block;
  height: 4rem;
  width: 17rem;
  z-index: 3;
}
@media screen and (max-width: 1279px) {
  header#gnav_wrap nav#gnav .gnav_wrap .logo_wrap {
    position: fixed;
    left: 16px;
    top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  header#gnav_wrap nav#gnav .gnav_wrap .logo_wrap {
    height: 66px;
    width: 280px;
  }
}
@media screen and (max-width: 1279px) {
  header#gnav_wrap nav#gnav .gnav_wrap .gnav_list {
    background-color: rgba(254, 254, 254, 0.9);
    padding: 4em 2.4em;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    height: 100vh;
    width: calc(60% - 4.8em);
    z-index: 30;
  }
  header#gnav_wrap nav#gnav .gnav_wrap .gnav_list li {
    margin-bottom: 1.2em;
    text-align: center;
  }
  header#gnav_wrap nav#gnav .gnav_wrap .gnav_list li a {
    margin: 0 auto;
  }
  header#gnav_wrap nav#gnav .gnav_wrap.animation.open .toggle {
    -webkit-animation: toggle 0.4s forwards;
    animation: toggle 0.4s forwards;
  }
  @-webkit-keyframes toggle {
    from {
      right: 2em;
    }
    to {
      right: calc(60% + 0.8em);
    }
  }
  @keyframes toggle {
    from {
      right: 2em;
    }
    to {
      right: calc(60% + 0.8em);
    }
  }
  header#gnav_wrap nav#gnav .gnav_wrap.animation.open .gnav_list {
    -webkit-animation: dd_menu 0.5s forwards;
    animation: dd_menu 0.5s forwards;
  }
  @-webkit-keyframes dd_menu {
    from {
      -webkit-transform: translateX(150%);
      transform: translateX(150%);
      opacity: 0;
    }
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes dd_menu {
    from {
      -webkit-transform: translateX(150%);
      transform: translateX(150%);
      opacity: 0;
    }
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  header#gnav_wrap nav#gnav .gnav_wrap.animation .toggle {
    -webkit-animation: toggle_out 0.4s forwards;
    animation: toggle_out 0.4s forwards;
  }
  @-webkit-keyframes toggle_out {
    from {
      right: calc(60% + 0.8em);
    }
    to {
      right: 2em;
    }
  }
  @keyframes toggle_out {
    from {
      right: calc(60% + 0.8em);
    }
    to {
      right: 2em;
    }
  }
  header#gnav_wrap nav#gnav .gnav_wrap.animation .gnav_list {
    -webkit-animation: dd_menu_out 0.5s forwards;
    animation: dd_menu_out 0.5s forwards;
  }
  @-webkit-keyframes dd_menu_out {
    from {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateX(150%);
      transform: translateX(150%);
    }
  }
  @keyframes dd_menu_out {
    from {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateX(150%);
      transform: translateX(150%);
    }
  }
}
@media screen and (min-width: 1280px) {
  header#gnav_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  header#gnav_wrap nav#gnav {
    height: 160px;
    width: 100%;
    z-index: 3;
  }
  header#gnav_wrap nav#gnav .drawer {
    display: none;
  }
  header#gnav_wrap nav#gnav .gnav_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
  }
  header#gnav_wrap nav#gnav .gnav_wrap .gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header#gnav_wrap nav#gnav .gnav_wrap .gnav_list > li {
    display: block;
    position: relative;
  }
  header#gnav_wrap nav#gnav .gnav_wrap .gnav_list > li a {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    padding-left: 2.4em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header#gnav_wrap nav#gnav .gnav_wrap .gnav_list > li a:hover {
    color: #ED0F0F;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header#gnav_wrap nav#gnav .gnav_wrap .gnav_list > li.current a {
    color: #ED0F0F;
  }
  header#gnav_wrap nav#gnav.fixed {
    position: fixed;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0;
    width: 100%;
    z-index: 3;
  }
}

a, p, em, li {
  font-size: 1.6rem;
  line-height: 1.8em;
}

a {
  color: #333333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

a:hover,
a:active {
  color: #B7EC9F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

strong,
.strong,
em {
  font-weight: 700;
}

span {
  font-size: 1.4rem;
}

.text,
.texts p {
  padding-bottom: 1.6rem;
  text-align: left;
}

.text:last-child,
.texts p:last-child {
  padding-bottom: 0;
}

.texts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.texts li::before {
  content: "・";
  margin-right: 0.2rem;
  position: relative;
}
.texts a {
  text-decoration: underline;
}
.texts span {
  font-size: 1.4rem;
}

ul.texts {
  margin: 1.2rem 0;
}

p.price {
  line-height: 1;
}
p.price em {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
}
p.price span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
p.price span + em,
p.price em + span {
  padding-left: 0.4rem;
}

.text_center {
  text-align: center !important;
}

.text_small {
  font-size: 1.4rem !important;
}

.text_large {
  font-size: 3.2rem !important;
}

.title_wrap {
  margin-bottom: 4rem;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4em;
}
h2 figure img {
  display: block;
  margin: 0 auto 40px;
}

h3.heading03 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4em;
}

h4.heading04 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em;
}

@media screen and (max-width: 639px) {
  .image_texts:not(:last-child),
  .texts_image:not(:last-child) {
    margin-bottom: 8rem;
  }
  .image_texts:not(:last-child) .texts_part:not(:last-child),
  .texts_image:not(:last-child) .texts_part:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .clm2_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .clm2_sp .clm_items,
  .clm2_sp li {
    -ms-flex-preferred-size: calc(50% - 0.6rem);
    flex-basis: calc(50% - 0.6rem);
  }
  .clm2_pc .clm_items:not(:last-child),
  .clm3_pc .clm_items:not(:last-child),
  .clm4_pc .clm_items:not(:last-child),
  .clm5_sp .clm_items:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 640px) {
  /* 左写真 - 右テキスト */
  .image_texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .image_texts .image_part {
    -ms-flex-preferred-size: calc(33.3333333333% - 2.6666666667rem);
    flex-basis: calc(33.3333333333% - 2.6666666667rem);
    margin-right: 4rem;
  }
  .image_texts .texts_part {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* 右写真 - 左テキスト */
  .texts_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .texts_image .image_part {
    -ms-flex-preferred-size: calc(33.3333333333% - 2.6666666667rem);
    flex-basis: calc(33.3333333333% - 2.6666666667rem);
    margin-left: 4rem;
  }
  .texts_image .texts_part {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* 写真大きめ */
  .image_texts.image_wide .image_part,
  .texts_image.image_wide .image_part {
    -ms-flex-preferred-size: calc(50% - 2.6666666667rem);
    flex-basis: calc(50% - 2.6666666667rem);
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  .clm2_tb,
  .clm3_tb,
  .clm4_tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .clm2_tb .clm_items,
  .clm3_tb .clm_items,
  .clm4_tb .clm_items {
    margin-bottom: 2.4rem;
  }
  .clm2_tb .clm_items,
  .clm2_tb > li {
    -ms-flex-preferred-size: calc(50% - 1.2rem);
    flex-basis: calc(50% - 1.2rem);
  }
  .clm3_tb .clm_items,
  .clm3_tb > li {
    -ms-flex-preferred-size: calc(33.3333333333% - 1.6rem);
    flex-basis: calc(33.3333333333% - 1.6rem);
  }
  .clm4_tb .clm_items,
  .clm4_tb > li {
    -ms-flex-preferred-size: calc(25% - 1.8rem);
    flex-basis: calc(25% - 1.8rem);
  }
}
@media screen and (min-width: 1280px) {
  .clm2_pc,
  .clm3_pc,
  .clm4_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -2.4rem;
  }
  .clm2_pc .clm_items,
  .clm3_pc .clm_items,
  .clm4_pc .clm_items {
    margin-bottom: 2.4rem;
  }
  .clm2_pc .clm_items,
  .clm2_pc > li {
    -ms-flex-preferred-size: calc(50% - 1.2rem);
    flex-basis: calc(50% - 1.2rem);
  }
  .clm3_pc .clm_items,
  .clm3_pc > li {
    -ms-flex-preferred-size: calc(33.3333333333% - 1.6rem);
    flex-basis: calc(33.3333333333% - 1.6rem);
  }
  .clm4_pc .clm_items,
  .clm4_pc > li {
    -ms-flex-preferred-size: calc(25% - 1.8rem);
    flex-basis: calc(25% - 1.8rem);
  }
}
/* pages */
/*
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□
INDEX
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□
*/
#top_contents #intro {
  background: top left/auto 44% url(../images/top/bg_mv.jpg) repeat-x;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #top_contents #intro {
    padding: 80px 0 96px;
  }
}
#top_contents #intro .box {
  position: relative;
}
#top_contents #intro .box#mv {
  position: relative;
  padding-bottom: 125px;
}
@media screen and (max-width: 1279px) {
  #top_contents #intro .box#mv {
    padding-bottom: 0;
  }
}
#top_contents #intro .box#mv::before {
  -webkit-animation: mv_decoration 0.8s ease-out forwards;
  animation: mv_decoration 0.8s ease-out forwards;
  background: top center/cover url(../images/top/bg_mv_decoration.png) no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes mv_decoration {
  0% {
    top: 20px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    top: -40px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mv_decoration {
  0% {
    top: 20px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    top: -40px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#top_contents #intro .box#mv .part {
  padding-bottom: 0;
}
@media screen and (max-width: 1279px) {
  #top_contents #intro .box#mv .part {
    padding-top: 111px;
  }
  #top_contents #intro .box#mv .part::before {
    content: "";
    background: url(../images/top/top_cloud.png) no-repeat center/contain;
    width: 142px;
    height: 89px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#top_contents #intro .box#mv .part .mv_wrap {
  position: relative;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#mv .part .mv_wrap {
    max-width: 375px;
    margin-inline: auto;
  }
}
#top_contents #intro .box#mv .part .mv_wrap .mv_catch {
  position: relative;
}
#top_contents #intro .box#mv .part .mv_wrap .mv_catch .heading_top {
  opacity: 0;
  -webkit-animation: heading_top 0.3s 0.3s forwards ease-out;
  animation: heading_top 0.3s 0.3s forwards ease-out;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv_catch .heading_top {
    margin-top: 22px;
  }
  #top_contents #intro .box#mv .part .mv_wrap .mv_catch .heading_top img {
    display: block;
    width: 100%;
    max-width: 334px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv_catch .heading_top {
    position: relative;
    margin-bottom: 50px;
    width: 70%;
  }
}
@media screen and (min-width: 1280px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv_catch .heading_top {
    width: 78%;
  }
}
@-webkit-keyframes heading_top {
  0% {
    opacity: 0;
    @media screen and (max-width: 639px) {
      #top_contents #intro .box#mv .part .mv_wrap .mv_catch {
        top: 24px;
      }
    }
    @media screen and (min-width: 1280px) {
      #top_contents #intro .box#mv .part .mv_wrap .mv_catch {
        bottom: 32px;
      }
    }
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    @media screen and (max-width: 639px) {
      #top_contents #intro .box#mv .part .mv_wrap .mv_catch {
        top: 0;
      }
    }
    @media screen and (min-width: 1280px) {
      #top_contents #intro .box#mv .part .mv_wrap .mv_catch {
        bottom: 96px;
      }
    }
  }
}
@keyframes heading_top {
  0% {
    opacity: 0;
    @media screen and (max-width: 639px) {
      #top_contents #intro .box#mv .part .mv_wrap .mv_catch {
        top: 24px;
      }
    }
    @media screen and (min-width: 1280px) {
      #top_contents #intro .box#mv .part .mv_wrap .mv_catch {
        bottom: 32px;
      }
    }
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    @media screen and (max-width: 639px) {
      #top_contents #intro .box#mv .part .mv_wrap .mv_catch {
        top: 0;
      }
    }
    @media screen and (min-width: 1280px) {
      #top_contents #intro .box#mv .part .mv_wrap .mv_catch {
        bottom: 96px;
      }
    }
  }
}
#top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points {
    width: 565px;
    -webkit-column-gap: 31px;
    -moz-column-gap: 31px;
    column-gap: 31px;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points {
    max-width: 351px;
    width: 93.6%;
    margin-inline: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
  }
}
#top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points figure {
  display: block;
  opacity: 0;
}
@media screen and (min-width: 640px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points figure {
    margin-bottom: 12px;
    position: relative;
  }
}
#top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points figure img {
  height: 54px;
  width: auto;
}
#top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points figure.points01 {
  -webkit-animation: points 0.3s 0.5s forwards ease-out;
  animation: points 0.3s 0.5s forwards ease-out;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points figure.points01 {
    width: 154px;
    aspect-ratio: 154/145;
  }
  #top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points figure.points01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
#top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points figure.points02 {
  width: 100%;
  text-align: center;
  -webkit-animation: points 0.3s 0.8s forwards ease-out;
  animation: points 0.3s 0.8s forwards ease-out;
}
@media screen and (min-width: 640px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points figure.points02 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
#top_contents #intro .box#mv .part .mv_wrap .mv_catch .mv_points figure.points03 {
  -webkit-animation: points 0.3s 1.1s forwards ease-out;
  animation: points 0.3s 1.1s forwards ease-out;
}
@-webkit-keyframes points {
  0% {
    bottom: -24px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes points {
  0% {
    bottom: -24px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
#top_contents #intro .box#mv .part .mv_wrap .mv {
  max-width: 445px;
  position: absolute;
  top: 0;
  right: -170px;
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv {
    width: 55%;
    right: -75px;
    top: 143px;
    min-width: 250px;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv {
    top: -20px;
    left: 95px;
  }
  #top_contents #intro .box#mv .part .mv_wrap .mv img {
    display: block;
    height: 237px;
  }
}
#top_contents #intro .box#mv .part .mv_wrap .mv figure {
  -webkit-animation: mv_hero 0.8s ease-out forwards;
  animation: mv_hero 0.8s ease-out forwards;
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  #top_contents #intro .box#mv .part .mv_wrap .mv figure {
    width: 100%;
  }
}
@-webkit-keyframes mv_hero {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mv_hero {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#top_contents #intro .box#menu .menu_part {
  padding: 0 0 40px;
}
@media screen and (max-width: 1279px) {
  #top_contents #intro .box#menu .menu_part {
    display: none;
  }
}
#top_contents #intro .box#menu .menu_part .menu {
  -webkit-animation: menu 0.3s 1.7s forwards ease-out;
  animation: menu 0.3s 1.7s forwards ease-out;
  background: #FFFFFF;
  border-radius: 100px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(1, 146, 219, 0.15);
  box-shadow: 0px 4px 10px 0px rgba(1, 146, 219, 0.15);
  opacity: 0;
  padding: 16px 0;
  position: relative;
  bottom: -40px;
  margin-inline: -50px;
}
@-webkit-keyframes menu {
  0% {
    opacity: 0;
    bottom: -40px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes menu {
  0% {
    opacity: 0;
    bottom: -40px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
#top_contents #intro .box#menu .menu_part .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#top_contents #intro .box#menu .menu_part .menu ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  margin: 0 12px;
}
#top_contents #intro .box#menu .menu_part .menu ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
#top_contents #intro .box#menu .menu_part .menu ul li.menu_feature::before {
  background: center/contain url(../images/common/menu_feature.png) no-repeat;
}
#top_contents #intro .box#menu .menu_part .menu ul li.menu_system::before {
  background: center/contain url(../images/common/menu_system.png) no-repeat;
}
#top_contents #intro .box#menu .menu_part .menu ul li.menu_order::before {
  background: center/contain url(../images/common/menu_order.png) no-repeat;
}
#top_contents #intro .box#menu .menu_part .menu ul li.menu_works::before {
  background: center/contain url(../images/common/menu_works.png) no-repeat;
}
#top_contents #intro .box#menu .menu_part .menu ul li.menu_price::before {
  background: center/contain url(../images/common/menu_price.png) no-repeat;
}
#top_contents #intro .box#menu .menu_part .menu ul li.menu_comparison::before {
  background: center/contain url(../images/common/menu_comparison.png) no-repeat;
}
#top_contents #intro .box#menu .menu_part .menu ul li.menu_hero::before {
  background: center/contain url(../images/common/menu_hero.png) no-repeat;
}
#top_contents #intro .box#menu .menu_part .menu ul li.menu_faq::before {
  background: center/contain url(../images/common/menu_faq.png) no-repeat;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#feature {
    padding-bottom: 0;
  }
}
#top_contents #intro .box#feature .part.title_part {
  padding: 80px 0 0;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#feature .part.title_part {
    padding: 37px 0 0;
  }
}
#top_contents #intro .box#feature .part.title_part .title_feature {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #top_contents #intro .box#feature .part.title_part .title_feature {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#feature .part.title_part .title_feature {
    margin-bottom: 20px;
  }
  #top_contents #intro .box#feature .part.title_part .title_feature::before {
    content: "";
    background: url(../images/top/decoration_cloud.png) no-repeat center right/contain;
    width: 33%;
    height: 78px;
    display: inline-block;
    position: absolute;
    top: 85px;
    right: 0;
    z-index: 0;
  }
}
#top_contents #intro .box#feature .part.title_part .title_feature h2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  #top_contents #intro .box#feature .part.title_part .title_feature h2 {
    width: 380px;
  }
}
@media screen and (max-width: 1279px) {
  #top_contents #intro .box#feature .part.title_part .title_feature h2 {
    width: 100%;
  }
  #top_contents #intro .box#feature .part.title_part .title_feature h2 img {
    display: block;
    height: 120px;
    margin: 0 auto;
  }
}
#top_contents #intro .box#feature .part.title_part .title_feature .feature_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 400px;
  width: 75%;
}
#top_contents #intro .box#feature .part.feature_part {
  position: relative;
}
@media screen and (min-width: 1280px) {
  #top_contents #intro .box#feature .part.feature_part {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  #top_contents #intro .box#feature .part.feature_part {
    padding: 0 20px;
    top: -8px;
  }
}
#top_contents #intro .box#feature .part.feature_part .feature_part_subtitle {
  margin-bottom: 30px;
  text-align: center;
}
#top_contents #intro .box#feature .part.feature_part .feature_part_subtitle img {
  height: 37px;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#feature .part.feature_part .feature_part_subtitle img {
    height: 93px;
    margin-bottom: 10px;
  }
}
#top_contents #intro .box#feature .part.feature_part .cont_feature {
  background: #FFFFFF;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(1, 146, 219, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(1, 146, 219, 0.15);
  padding: 30px 18px;
}
@media screen and (min-width: 1280px) {
  #top_contents #intro .box#feature .part.feature_part .cont_feature {
    padding: 20px 34px;
  }
}
#top_contents #intro .box#feature .part.feature_part .cont_feature:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  #top_contents #intro .box#feature .part.feature_part .cont_feature .feature_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#feature .part.feature_part .cont_feature .feature_wrap {
    position: relative;
    top: -56px;
    margin-bottom: -56px;
  }
}
#top_contents #intro .box#feature .part.feature_part .cont_feature .feature_wrap .heading {
  text-align: center;
}
#top_contents #intro .box#feature .part.feature_part .cont_feature .feature_wrap .heading figure img {
  display: block;
  margin: 0 auto 10px;
  width: 56px;
}
@media screen and (min-width: 640px) {
  #top_contents #intro .box#feature .part.feature_part .cont_feature .feature_wrap .heading {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    margin-right: 32px;
  }
}
#top_contents #intro .box#feature .part.feature_part .cont_feature .feature_wrap .texts {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  #top_contents #intro .box#feature .part.feature_part .cont_feature .feature_wrap .texts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
}
#top_contents #intro .box#feature .part.feature_part .cont_feature .feature_wrap .texts p {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.04em;
}
#top_contents #intro .box#feature .part.feature_part .cont_feature .feature_wrap .texts p span {
  font-size: inherit;
  background: #FFF4BA;
}
#top_contents #intro .box#feature > .feature_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 630px) {
  #top_contents #intro .box#feature > .feature_pic {
    -webkit-animation: 15s linear infinite alternate feature_pic;
    animation: 15s linear infinite alternate feature_pic;
    position: relative;
    width: 630px;
  }
  #top_contents #intro .box#feature > .feature_pic figure {
    width: 126px;
    aspect-ratio: 1/1;
  }
  @-webkit-keyframes feature_pic {
    0% {
      left: 0;
    }
    50% {
      left: calc(100vw - 630px);
    }
    100% {
      left: 0;
    }
  }
  @keyframes feature_pic {
    0% {
      left: 0;
    }
    50% {
      left: calc(100vw - 630px);
    }
    100% {
      left: 0;
    }
  }
}
#top_contents #intro .box#system {
  padding-top: 40px;
  background: url(../images/top/system_bg.png) no-repeat center/100vw 100%;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#system {
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    background: none;
  }
  #top_contents #intro .box#system::before {
    content: "";
    background: url(../images/top/system_bg_sp.png) no-repeat top center/100% 100%;
    width: 100%;
    height: 114.8559878727%;
    position: absolute;
    top: -7px;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#system .part.system_part {
    padding-bottom: 0;
  }
}
#top_contents #intro .box#system .part.system_part .system_part_title {
  max-width: 640px;
  margin-inline: auto;
  width: 64%;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#system .part.system_part .system_part_title {
    max-width: 327px;
    width: 100%;
  }
}
#top_contents #intro .box#system .part.system_part .system_part_image {
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#system .part.system_part .system_part_image {
    max-width: 360px;
  }
}
#top_contents #intro .box#system .part.system_part .system_part_txt {
  font-size: 36px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  #top_contents #intro .box#system .part.system_part .system_part_txt {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#system .part.system_part .system_part_txt {
    font-size: 32px;
    line-height: 1.3;
  }
}
#top_contents #intro .box#system .part.system_part .system_part_txt::before {
  background: url(../images/top/icon_shake.png) no-repeat center/contain;
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  margin: -50px auto 5px;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#system .part.system_part .system_part_txt {
    margin-top: 40px;
  }
  #top_contents #intro .box#system .part.system_part .system_part_txt::before {
    margin-top: 0;
  }
}
@media screen and (max-width: 379px) {
  #top_contents #intro .box#system .part.system_part .system_part_txt {
    font-size: 28px;
    letter-spacing: -0.02em;
  }
}
#top_contents #intro .box#system .part.system_part .system_part_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#system .part.system_part .system_part_list {
    display: block;
    margin-top: 17px;
  }
}
#top_contents #intro .box#system .part.system_part .system_part_list li {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
#top_contents #intro .box#system .part.system_part .system_part_list li img {
  display: block;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#system .part.system_part .system_part_list li + li {
    margin-top: 39px;
  }
}
#top_contents #intro .box#system .part.system_part .system_part_list li + li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 21px solid #0083fc;
  border-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#system .part.system_part .system_part_list li + li::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 17px solid #0083fc;
    border-bottom: 0;
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue {
    z-index: 1;
    margin-top: 83px;
  }
}
#top_contents #intro .box#issue .part.issue_part {
  padding-bottom: 120px;
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  #top_contents #intro .box#issue .part.issue_part {
    padding-bottom: 215px;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part {
    padding: 40px 0 165px;
  }
}
#top_contents #intro .box#issue .part.issue_part::before {
  content: "";
  background: url(../images/top/issue_deco.png) no-repeat center/contain;
  width: 1708px;
  height: 931px;
  display: inline-block;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part::before {
    display: none;
  }
}
#top_contents #intro .box#issue .part.issue_part .title_order_issue {
  margin-inline: auto;
  width: 614px;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .title_order_issue {
    width: 100%;
    max-width: 350px;
  }
}
#top_contents #intro .box#issue .part.issue_part .issue_cont {
  max-width: 850px;
  margin-inline: auto;
  margin-top: 43px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(81.58%, #FFFFFF), color-stop(86.95%, rgba(255, 255, 255, 0.2)), color-stop(95.91%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFFFFF 81.58%, rgba(255, 255, 255, 0.2) 86.95%, rgba(255, 255, 255, 0) 95.91%);
  -webkit-filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.08));
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .issue_cont {
    max-width: 100%;
  }
}
#top_contents #intro .box#issue .part.issue_part .issue_cont_top {
  background: #F2F2F2;
  height: 30px;
  padding: 10px;
}
#top_contents #intro .box#issue .part.issue_part .issue_cont_top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
#top_contents #intro .box#issue .part.issue_part .issue_cont_top span:nth-child(1) {
  background: #CF000E;
}
#top_contents #intro .box#issue .part.issue_part .issue_cont_top span:nth-child(2) {
  background: #FFD800;
  margin-left: 10px;
}
#top_contents #intro .box#issue .part.issue_part .issue_cont_top span:nth-child(3) {
  background: #35BE05;
  margin-left: 10px;
}
#top_contents #intro .box#issue .part.issue_part .issue_cont_slider {
  display: block !important;
  padding: 0 0 72px;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .issue_cont_slider {
    padding: 23px 0 32px;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 95px;
    border-radius: 0 0 10px 10px;
  }
  #top_contents #intro .box#issue .part.issue_part .issue_cont_slider .splide__track {
    -webkit-transition: height 0.3s ease-out !important;
    transition: height 0.3s ease-out !important;
  }
  #top_contents #intro .box#issue .part.issue_part .issue_cont_slider .splide__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #top_contents #intro .box#issue .part.issue_part .issue_cont_slider .splide__pagination {
    bottom: -41px;
  }
  #top_contents #intro .box#issue .part.issue_part .issue_cont_slider .splide__pagination__page.is-active {
    background: #35BE05;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #top_contents #intro .box#issue .part.issue_part .issue_cont_slider .splide__arrow {
    background: #35BE05;
    top: auto;
    bottom: -47px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #top_contents #intro .box#issue .part.issue_part .issue_cont_slider .splide__arrow svg {
    fill: #fff;
  }
  #top_contents #intro .box#issue .part.issue_part .issue_cont_slider .splide__arrow--prev {
    left: 20px;
  }
  #top_contents #intro .box#issue .part.issue_part .issue_cont_slider .splide__arrow--next {
    right: 20px;
  }
}
#top_contents #intro .box#issue .part.issue_part .issue_cont_list li {
  padding: 0 60px;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .issue_cont_list li {
    padding-left: 42px;
    padding-right: 26px;
  }
}
#top_contents #intro .box#issue .part.issue_part .issue_cont_list li:first-child {
  padding-top: 28px;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .issue_cont_list li:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .issue_cont_list li {
    padding-top: 0;
  }
}
#top_contents #intro .box#issue .part.issue_part .issue_cont_list li + li {
  margin-top: 32px;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .issue_cont_list li + li {
    margin-top: 0;
  }
}
#top_contents #intro .box#issue .part.issue_part .title_order_solve {
  margin-inline: auto;
  max-width: 769px;
  position: relative;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .title_order_solve {
    width: 81%;
    max-width: 304px;
  }
}
#top_contents #intro .box#issue .part.issue_part .issue_customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#top_contents #intro .box#issue .part.issue_part .issue_customer_img {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
#top_contents #intro .box#issue .part.issue_part .issue_customer_img::before {
  content: "";
  background: url(../images/top/issue_deco01.png) no-repeat center/contain;
  width: 56px;
  height: 56px;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: -35px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .issue_customer_img {
    width: 67px;
    height: 67px;
  }
  #top_contents #intro .box#issue .part.issue_part .issue_customer_img::before {
    width: 37px;
    height: 37px;
    top: -6px;
    left: -24px;
  }
}
#top_contents #intro .box#issue .part.issue_part .issue_customer_title {
  font-size: 17px;
  font-weight: bold;
  background: #F3F3F3;
  border-radius: 15px;
  padding: 13px;
  margin-left: -16px;
  margin-top: 26px;
  position: relative;
}
#top_contents #intro .box#issue .part.issue_part .issue_customer_title::before {
  content: "";
  background: url(../images/top/issue_c_ballon_deco.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -5px;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .issue_customer_title {
    font-size: 14px;
    padding: 10px;
    margin-left: -5px;
    margin-top: 22px;
  }
}
#top_contents #intro .box#issue .part.issue_part .issue_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#top_contents #intro .box#issue .part.issue_part .issue_hero_img {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
#top_contents #intro .box#issue .part.issue_part .issue_hero_img::before {
  content: "";
  background: url(../images/top/issue_deco02.png) no-repeat center/contain;
  width: 32px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -12px;
  right: -15px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #top_contents #intro .box#issue .part.issue_part .issue_hero_img {
    width: 68px;
    height: 68px;
  }
  #top_contents #intro .box#issue .part.issue_part .issue_hero_img::before {
    width: 24px;
    height: 30px;
    top: -6px;
    right: -10px;
  }
}
#top_contents #intro .box#issue .part.issue_part .issue_hero_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background: #35BE05;
  border-radius: 15px;
  padding: 13px;
  margin-right: -10px;
  margin-top: 26px;
  position: relative;
  z-index: 1;
}
#top_contents #intro .box#issue .part.issue_part .issue_hero_text em {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
}
#top_contents #intro .box#issue .part.issue_part .issue_hero_text::before {
  content: "";
  background: url(../images/top/issue_hero_ballon_deco.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -5px;
}
#top_contents #intro figure.decoration {
  bottom: -5px;
  z-index: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 250px;
}
@media screen and (max-width: 639px) {
  #top_contents #intro figure.decoration {
    width: 224px;
  }
}
#top_contents #order {
  background: top center/cover url(../images/top/bg_order.jpg);
  position: relative;
  border-radius: 30px 30px 0 0;
}
#top_contents #order .box.solve_box .part {
  position: relative;
}
#top_contents #order .box.solve_box .part.solve_part {
  padding-bottom: 130px;
}
#top_contents #order .box.solve_box .part.solve_part .solve_part_title img {
  width: 91%;
  max-width: 614px;
  display: block;
  margin: 0 auto 60px;
}
#top_contents #order .box.solve_box .part.solve_part .cont {
  color: #FFFFFF;
  margin-bottom: 60px;
}
#top_contents #order .box.solve_box .part.solve_part .cont .solve_top {
  width: 387px;
  height: 65px;
  margin-inline: auto;
  background: url(../images/top/solve_top_bg.png) no-repeat top center/cover;
  text-align: center;
  padding-top: 12px;
}
@media screen and (max-width: 1279px) {
  #top_contents #order .box.solve_box .part.solve_part .cont .solve_top {
    width: 100%;
    height: 54px;
    background: url(../images/top/solve_top_bg.png) no-repeat top center/100% 108px;
  }
}
#top_contents #order .box.solve_box .part.solve_part .cont .solve_top img {
  height: 47px;
}
#top_contents #order .box.solve_box .part.solve_part .cont .solve_cover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 40px 32px 32px;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1279px) {
  #top_contents #order .box.solve_box .part.solve_part .cont .solve_cover {
    padding: 24px 15px 32px;
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (min-width: 1280px) {
  #top_contents #order .box.solve_box .part.solve_part .cont .solve_cover .solve_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top_contents #order .box.solve_box .part.solve_part .cont .solve_cover .solve_wrap.etc .tag {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#top_contents #order .box.solve_box .part.solve_part .cont .solve_cover .solve_wrap h4 {
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  margin-right: 32px;
}
@media screen and (max-width: 1279px) {
  #top_contents #order .box.solve_box .part.solve_part .cont .solve_cover .solve_wrap h4 {
    text-align: center;
    margin-bottom: 24px;
  }
}
#top_contents #order .box.solve_box .part.solve_part .cont .solve_cover .solve_wrap h4.--en {
  font-family: "Poppins", sans-serif;
}
#top_contents #order .box.solve_box .part.solve_part .cont .solve_cover .solve_wrap h4 img {
  width: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: bottom;
  margin-right: 10px;
}
#top_contents #order .box.solve_box .part.solve_part .cont .solve_cover .solve_wrap .tag {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  #top_contents #order .box.solve_box .part.solve_part .cont .solve_cover .solve_wrap .tag {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#top_contents #order .box.solve_box .part.solve_part .cont .solve_cover .solve_wrap .tag li span {
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 10px 10px 0;
  padding: 4px 8px;
}
#top_contents #order .box.solve_box .part.solve_part .cont .solve_cover .solve_wrap:not(:last-child) {
  border-bottom: 1px dotted #FFFFFF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#top_contents #order .box.solve_box .part.solve_part > p {
  color: #FFFFFF;
}
@media screen and (max-width: 639px) {
  #top_contents #order .box.solve_box .part.solve_part > p {
    font-size: 12px;
    margin: 0 auto 40px 16px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  #top_contents #order .box.solve_box .part.solve_part > p {
    font-size: 12px;
    margin-left: 32px;
  }
}
@media screen and (min-width: 1280px) {
  #top_contents #order .box.solve_box .part.solve_part > p {
    text-align: center;
  }
}
#top_contents #works {
  background: url(../images/top/bg_works.png) center/20px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 95px 0 140px;
  position: relative;
  top: -30px;
}
#top_contents #works .box .works_deco01 {
  position: absolute;
  width: 100%;
  max-width: 1088px;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 639px) {
  #top_contents #works .box .works_deco02 {
    position: absolute;
    width: 77px;
    top: 37px;
    left: 15px;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #works .box .works_deco03 {
    position: absolute;
    width: 83px;
    bottom: 17px;
    right: 16px;
  }
}
#top_contents #works .box h2 img {
  display: block;
  height: 80px;
  margin: 0 auto 70px;
}
@media screen and (min-width: 1280px) {
  #top_contents #works .box h2 img {
    height: 108px;
  }
}
#top_contents #works .box .tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px auto 40px;
}
@media screen and (max-width: 1279px) {
  #top_contents #works .box .tab_wrap {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1280px) {
  #top_contents #works .box .tab_wrap {
    max-width: 500px;
  }
}
#top_contents #works .box .tab_wrap .tab {
  background: #FFFFFF;
  border-radius: 100px;
  -webkit-box-shadow: 0px 18.567px 18.567px 0px #E9E9E9 inset;
  box-shadow: 0px 18.567px 18.567px 0px #E9E9E9 inset;
  cursor: pointer;
  display: block;
  -ms-flex-preferred-size: calc((100% - 24px) / 4);
  flex-basis: calc((100% - 24px) / 4);
  font-size: 1.5rem;
  padding: 4px 0;
}
@media screen and (min-width: 1280px) {
  #top_contents #works .box .tab_wrap .tab {
    -ms-flex-preferred-size: calc((100% - 60px) / 4);
    flex-basis: calc((100% - 60px) / 4);
  }
}
#top_contents #works .box .tab_wrap .tab.active {
  background: #ED6D01;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}
#top_contents #works .box .tab_cont .splide .splide__track {
  padding: 0 32px !important;
}
@media screen and (min-width: 1280px) {
  #top_contents #works .box .tab_cont .splide .splide__track {
    padding: 0 10% !important;
  }
}
#top_contents #works .box .tab_cont .splide .splide__track .works_cont {
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#top_contents #works .box .tab_cont .splide .splide__track .works_cont h3.heading03 {
  font-size: 2rem;
  margin: 0 16px 12px;
  text-align: left;
}
#top_contents #works .box .tab_cont .splide .splide__track .works_cont .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 16px;
}
#top_contents #works .box .tab_cont .splide .splide__track .works_cont .tag li span {
  background: #333333;
  border-radius: 50px;
  color: #FFFFFF;
  display: block;
  line-height: 1;
  padding: 4px 8px;
  margin: 8px 8px 0 0;
}
#top_contents #works .box .tab_cont .splide .splide__track .works_cont.is-visible {
  opacity: 1;
}
#top_contents #works .box .tab_cont .splide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 64px;
}
#top_contents #works .box .tab_cont .splide .slick-dots li button {
  display: none;
}
#top_contents #works .box .tab_cont .splide .slick-dots li::after {
  background: #FFFFFF;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
#top_contents #works .box .tab_cont .splide .slick-dots li.slick-active::after {
  background: #ED6D01;
}
#top_contents #works .box .tab_cont .splide .splide__arrow {
  background: none;
  position: absolute;
  top: 40%;
  z-index: 2;
}
#top_contents #works .box .tab_cont .splide .splide__arrow svg {
  display: none;
}
@media screen and (min-width: 1280px) {
  #top_contents #works .box .tab_cont .splide .splide__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#top_contents #works .box .tab_cont .splide .splide__arrow::before {
  background: center/contain url(../images/common/slick_arrows.png) no-repeat;
  content: "";
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
}
#top_contents #works .box .tab_cont .splide .splide__arrow--prev {
  left: 16px;
}
@media screen and (min-width: 1280px) {
  #top_contents #works .box .tab_cont .splide .splide__arrow--prev {
    left: 9%;
  }
}
#top_contents #works .box .tab_cont .splide .splide__arrow--next {
  right: 16px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}
@media screen and (min-width: 1280px) {
  #top_contents #works .box .tab_cont .splide .splide__arrow--next {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 9%;
  }
}
#top_contents #works .splide__pagination {
  bottom: -60px;
}
#top_contents #works .splide__pagination__page {
  background: #fff;
}
#top_contents #works .splide__pagination__page.is-active {
  background: #ED6D01;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#top_contents #price .box .price_part {
  position: relative;
  z-index: 1;
  padding: 90px 0 100px;
  max-width: 1200px;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
#top_contents #price .box .price_part .cont {
  position: relative;
  z-index: 1;
  background: url(../images/top/price_bg.jpg) no-repeat center/100% 100%;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 60px 20px;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont {
    padding: 38px 20px 94px;
  }
}
#top_contents #price .box .price_part .cont::before {
  background: url(../images/top/price_deco.png) no-repeat center/contain;
  content: "";
  display: block;
  width: 95%;
  aspect-ratio: 2303/1101;
  position: absolute;
  top: 340px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont::before {
    background: url(../images/top/sp_price_deco.png) no-repeat center/contain;
    width: 112.5333333333%;
    aspect-ratio: 1/1;
    top: 94px;
    right: 0;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
#top_contents #price .box .price_part .cont h2 {
  position: relative;
  max-width: 850px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont h2 {
    margin-bottom: 0;
  }
}
#top_contents #price .box .price_part .cont h2 img {
  display: block;
  width: 80.4705882353%;
  margin-left: auto;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont h2 img {
    width: 78.8059701493%;
    max-width: 396px;
    margin-inline: auto;
  }
}
#top_contents #price .box .price_part .cont .price img {
  display: block;
  width: 414px;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price img {
    width: 290px;
  }
}
#top_contents #price .box .price_part .cont .price_labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 44px;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
  row-gap: 16px;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price_labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#top_contents #price .box .price_part .cont .price_labels li {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 15px;
  background: #fff;
  border-radius: 100vmax;
  color: initial;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price_labels li {
    display: inline-block;
  }
}
#top_contents #price .box .price_part .cont .price_labels li span {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
  margin-left: 10px;
}
#top_contents #price .box .price_part .cont .price_labels li::before {
  content: "";
  background: url(../images/top/price_icon_check.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
}
#top_contents #price .box .price_part .cont .price_box {
  background: #fff;
  max-width: 850px;
  margin: 0 auto;
  padding: 25px 0 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price_box {
    padding: 24px 0 29px;
  }
}
#top_contents #price .box .price_part .cont .price_box_conts {
  border-bottom: dashed 2px #D9D9D9;
  padding-bottom: 32px;
  text-align: center;
}
#top_contents #price .box .price_part .cont .price_box_contsCatch span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: initial;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF4BA));
  background: linear-gradient(transparent 50%, #FFF4BA 50%);
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price_box_contsCatch span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 379px) {
  #top_contents #price .box .price_part .cont .price_box_contsCatch span {
    font-size: 18px;
  }
}
#top_contents #price .box .price_part .cont .price_box_contsText {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: initial;
}
#top_contents #price .box .price_part .cont .price_box_contsText::after {
  content: "";
  background: url(../images/common/icon_hand.png) no-repeat center/contain;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: bottom;
}
#top_contents #price .box .price_part .cont .price_box_contsText span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #1EC412;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price_box_contsText {
    font-size: 20px;
  }
}
#top_contents #price .box .price_part .cont .price_box_contsButton {
  display: block;
  width: 307px;
  margin: 13px auto 0;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price_box_contsButton {
    width: 285px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 379px) {
  #top_contents #price .box .price_part .cont .price_box_contsButton {
    width: 90%;
  }
}
#top_contents #price .box .price_part .cont .price_box_title {
  max-width: 360px;
  aspect-ratio: 5/1;
  margin: 27px auto 0;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price_box_title {
    max-width: 288px;
  }
}
@media screen and (max-width: 379px) {
  #top_contents #price .box .price_part .cont .price_box_title {
    width: 90%;
    margin-inline: auto;
  }
}
#top_contents #price .box .price_part .cont .price_box_title img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#top_contents #price .box .price_part .cont .price_box_wrapper {
  margin-top: 28px;
  padding: 0 20px;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price_box_wrapper {
    margin-top: 27px;
    overflow-x: auto;
    padding: 0;
  }
}
#top_contents #price .box .price_part .cont .price_box_list {
  max-width: 644px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price_box_list {
    width: 642px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
}
#top_contents #price .box .price_part .cont .price_box_list li {
  max-width: 180px;
  width: calc((100% - 36px) / 3);
}
@media screen and (max-width: 639px) {
  #top_contents #price .box .price_part .cont .price_box_list li {
    width: 180px;
  }
}
#top_contents #comparison {
  background: url(../images/top/bg_comparison.png) center/20px;
  border-radius: 30px;
}
#top_contents #comparison .box .part {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 639px) {
  #top_contents #comparison .box .part {
    padding-top: 35px;
    padding-bottom: 66px;
  }
}
#top_contents #comparison .box .part .comparison_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
}
#top_contents #comparison .box .part .comparison_top h2 {
  height: 60px;
  aspect-ratio: 4/1;
}
@media screen and (max-width: 639px) {
  #top_contents #comparison .box .part .comparison_top h2 {
    height: 38px;
  }
}
#top_contents #comparison .box .part .comparison_top h2 img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#top_contents #comparison .box .part .comparison_top .comparison_top_icon {
  width: 88px;
}
#top_contents #comparison .box .part .comparison_text {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  #top_contents #comparison .box .part .comparison_text {
    margin-top: 10px;
    text-align: left;
  }
}
#top_contents #comparison .box .part .comparison_table {
  margin: 40px auto 0;
  max-width: 920px;
}
@media screen and (max-width: 639px) {
  #top_contents #comparison .box .part .comparison_table {
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px;
    margin-inline: -20px;
    margin-top: 20px;
  }
}
#top_contents #comparison .box .part .comparison_table img {
  max-width: 100%;
  aspect-ratio: 920/902;
  -o-object-fit: contain;
  object-fit: contain;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media screen and (max-width: 639px) {
  #top_contents #comparison .box .part .comparison_table img {
    width: 100%;
    min-width: 544.6563192905px;
  }
}
#top_contents #hero .box .part {
  position: relative;
  padding: 130px 0 165px;
}
@media screen and (max-width: 639px) {
  #top_contents #hero .box .part {
    padding: 27px 0 130px;
  }
}
#top_contents #hero .box .part .hero_part_wrap {
  position: relative;
  min-width: 880px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 639px) {
  #top_contents #hero .box .part .hero_part_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 420px;
    min-width: 99%;
  }
}
#top_contents #hero .box .part .hero_part_title {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  #top_contents #hero .box .part .hero_part_title {
    max-width: 228px;
    margin-left: 21px;
    margin-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
#top_contents #hero .box .part .hero_part_title img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0;
}
#top_contents #hero .box .part .hero_part_deco {
  position: absolute;
  max-width: 274px;
  bottom: -90px;
  right: 0;
}
@media screen and (max-width: 639px) {
  #top_contents #hero .box .part .hero_part_deco {
    position: relative;
    right: initial;
    bottom: initial;
    min-width: 180px;
    margin-left: -10px;
  }
}
#top_contents #hero .box .part .hero_part_list {
  max-width: 900px;
  width: 90%;
  margin: 53px auto 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 639px) {
  #top_contents #hero .box .part .hero_part_list {
    margin: -25px auto 0;
  }
}
#top_contents #hero .box .part .hero_part_list li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(0) rotate(4deg) translateX(25px) scale(1);
  transform: translateY(0) rotate(4deg) translateX(25px) scale(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: background 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s;
  transition: background 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s;
  transition: transform 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s, background 0.4s linear;
  transition: transform 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s, background 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 30px;
  min-height: 366px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
@media screen and (max-width: 639px) {
  #top_contents #hero .box .part .hero_part_list li {
    display: block;
    -webkit-transform: translateY(0) rotate(0) translateX(0) scale(1);
    transform: translateY(0) rotate(0) translateX(0) scale(1);
  }
}
#top_contents #hero .box .part .hero_part_list li.card--next {
  z-index: 3;
  -webkit-transform: translateY(0) rotate(2deg) translateX(25px) scale(1);
  transform: translateY(0) rotate(2deg) translateX(25px) scale(1);
}
@media screen and (max-width: 639px) {
  #top_contents #hero .box .part .hero_part_list li.card--next {
    -webkit-transform: translateY(25px) translateX(-15px) scale(1);
    transform: translateY(25px) translateX(-15px) scale(1);
  }
}
#top_contents #hero .box .part .hero_part_list li.card--out {
  -webkit-animation: card-out 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  animation: card-out 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  -webkit-transform: translateY(45px) rotate(-2deg) translateX(75px) scale(0.95);
  transform: translateY(45px) rotate(-2deg) translateX(75px) scale(0.95);
  z-index: 1;
  background: #bbb;
}
@media screen and (max-width: 639px) {
  #top_contents #hero .box .part .hero_part_list li.card--out {
    -webkit-transform: translateY(50px) translateX(15px) scale(1);
    transform: translateY(50px) translateX(15px) scale(1);
  }
}
#top_contents #hero .box .part .hero_part_list li.card--current {
  cursor: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  position: relative;
  z-index: 4;
  opacity: 1;
  background: #EEE;
  -webkit-transform: rotate(0) translateX(0%) scale(1);
  transform: rotate(0) translateX(0%) scale(1);
}
#top_contents #hero .box .part .hero_part_list li:nth-child(3n+1) {
  background: url(../images/top/hero_bg_deco.svg) no-repeat top left/85px 343px, url(../images/top/bg_10.png) center/20px, linear-gradient(102.22deg, #11B0F4 16.51%, #2598E9 58.22%, #3683DF 94.47%);
}
#top_contents #hero .box .part .hero_part_list li:nth-child(3n+2) {
  background: url(../images/top/hero_bg_deco.svg) no-repeat top left/85px 343px, url(../images/top/bg_10.png) center/20px, linear-gradient(102.22deg, #0FCC7D 16.51%, #0FBE74 55.49%, #0FAE6B 94.47%);
}
#top_contents #hero .box .part .hero_part_list li:nth-child(3n) {
  background: url(../images/top/hero_bg_deco.svg) no-repeat top left/85px 343px, url(../images/top/bg_10.png) center/20px, linear-gradient(102.22deg, #F49A11 16.51%, #EF8115 59.78%, #EA6C18 94.47%);
}
#top_contents #hero .box .part .hero_part_list li .hero_part_image {
  width: 118px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 639px) {
  #top_contents #hero .box .part .hero_part_list li .hero_part_image {
    margin-inline: auto;
  }
}
#top_contents #hero .box .part .hero_part_list li .hero_part_image figcaption {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  #top_contents #hero .box .part .hero_part_list li .hero_part_conts {
    margin-top: 16px;
  }
}
#top_contents #hero .box .part .hero_part_list li .hero_part_conts .hero_part_detail {
  color: #fff;
}
#top_contents #hero .box .part .hero_part_list li .hero_part_conts .hero_part_detail dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#top_contents #hero .box .part .hero_part_list li .hero_part_conts .hero_part_detail dd {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
#top_contents #hero .box .part .hero_part_list li .hero_part_conts .hero_part_detail:not(:first-child) {
  margin-top: 17px;
}
@-webkit-keyframes card-out {
  0% {
    z-index: 20;
    -webkit-transform: translateY(0px) rotate(-4deg);
    transform: translateY(0px) rotate(-4deg);
  }
  50% {
    -webkit-transform: translateY(-120%) rotate(-5deg) translateX(-40px);
    transform: translateY(-120%) rotate(-5deg) translateX(-40px);
  }
  80% {
    z-index: 1;
  }
  100% {
    -webkit-transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
    transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  }
}
@keyframes card-out {
  0% {
    z-index: 20;
    -webkit-transform: translateY(0px) rotate(-4deg);
    transform: translateY(0px) rotate(-4deg);
  }
  50% {
    -webkit-transform: translateY(-120%) rotate(-5deg) translateX(-40px);
    transform: translateY(-120%) rotate(-5deg) translateX(-40px);
  }
  80% {
    z-index: 1;
  }
  100% {
    -webkit-transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
    transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  }
}
#top_contents #faq {
  padding: 127px 0 92px;
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(../images/top/faq_bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 639px) {
  #top_contents #faq {
    padding: 74px 0 49px;
    background: url(../images/top/faq_bg_sp.png) no-repeat top center/cover;
  }
}
#top_contents #faq::after {
  content: "";
  background: url(../images/top/faq_deco.png) no-repeat center/contain;
  width: 91%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  #top_contents #faq::after {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #faq::after {
    background: url(../images/top/faq_deco_sp.png) no-repeat center/contain;
    width: 334px;
    height: 41px;
    top: 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#top_contents #faq .read_more {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), to(#57c3f1));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #57c3f1 100%);
  width: 100%;
  height: 405px;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
#top_contents #faq.active .read_more {
  z-index: -1;
}
#top_contents #faq.active .box .part {
  padding-bottom: 80px;
}
@media screen and (max-width: 1279px) {
  #top_contents #faq.active .box .part {
    padding-bottom: 0;
  }
}
#top_contents #faq .box {
  margin-bottom: 24px;
  position: relative;
}
#top_contents #faq .box .part {
  padding-top: 0;
  position: relative;
  padding-bottom: 145px;
}
#top_contents #faq .box .part h2 {
  text-align: center;
}
#top_contents #faq .box .part h2 img {
  height: 38px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  #top_contents #faq .box .part h2 img {
    height: 60px;
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 640px) {
  #top_contents #faq .box .part .faq_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  #top_contents #faq .box .part .faq_wrap {
    padding: 0 0 70px;
  }
}
#top_contents #faq .box .part .faq_wrap .cont {
  background: #FFFFFF;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(1, 146, 219, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(1, 146, 219, 0.15);
  padding: 24px;
}
@media screen and (min-width: 1280px) {
  #top_contents #faq .box .part .faq_wrap .cont {
    -ms-flex-preferred-size: calc((100% - 40px) / 2);
    flex-basis: calc((100% - 40px) / 2);
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  #top_contents #faq .box .part .faq_wrap .cont {
    -ms-flex-preferred-size: calc((100% - 24px) / 2);
    flex-basis: calc((100% - 24px) / 2);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  #top_contents #faq .box .part .faq_wrap .cont {
    margin-bottom: 24px;
  }
}
#top_contents #faq .box .part .faq_wrap .cont.hide {
  height: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#top_contents #faq .box .part .faq_wrap .cont.hide * {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#top_contents #faq .box .part .faq_wrap .cont.show {
  height: auto;
  padding: 24px;
}
@media screen and (max-width: 639px) {
  #top_contents #faq .box .part .faq_wrap .cont.show {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 640px) {
  #top_contents #faq .box .part .faq_wrap .cont.show {
    margin-bottom: 40px;
  }
}
#top_contents #faq .box .part .faq_wrap .cont.show * {
  height: auto;
  opacity: 1;
}
#top_contents #faq .box .part .faq_wrap .cont .q,
#top_contents #faq .box .part .faq_wrap .cont .a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top_contents #faq .box .part .faq_wrap .cont .q::before,
#top_contents #faq .box .part .faq_wrap .cont .a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#top_contents #faq .box .part .faq_wrap .cont .q p,
#top_contents #faq .box .part .faq_wrap .cont .a p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#top_contents #faq .box .part .faq_wrap .cont .q {
  border-bottom: 1px solid #EFEFEF;
}
#top_contents #faq .box .part .faq_wrap .cont .q p {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 12px;
  line-height: 1.5;
}
#top_contents #faq .box .part .faq_wrap .cont .q::before {
  position: relative;
  top: 3px;
  background: center/contain url(../images/top/faq_q.png) no-repeat;
}
@media screen and (max-width: 639px) {
  #top_contents #faq .box .part .faq_wrap .cont .q::before {
    width: 20px;
  }
}
#top_contents #faq .box .part .faq_wrap .cont .a {
  padding-top: 15px;
}
#top_contents #faq .box .part .faq_wrap .cont .a::before {
  background: center/contain url(../images/top/faq_a.png) no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 639px) {
  #top_contents #faq .box .part .faq_wrap .cont .a::before {
    width: 20px;
  }
}
#top_contents #faq .box .part .faq_wrap .cont .a p {
  font-weight: 500;
  position: relative;
  top: -3px;
}
#top_contents #contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#57C3F1), to(#1B729E));
  background: linear-gradient(180deg, #57C3F1 0%, #1B729E 100%);
}
#top_contents #contact .box .contact_part {
  position: relative;
  z-index: 2;
  max-width: 910px;
  padding-top: 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part {
    padding-bottom: 0;
    padding: 0 20px;
  }
}
#top_contents #contact .box .contact_part .contact_title {
  width: 66%;
  max-width: 600px;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_title {
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
  }
}
#top_contents #contact .box .contact_part .contact_hero {
  line-height: 1;
  width: 60%;
  max-width: 538px;
  position: absolute;
  right: -55px;
  top: 15px;
  z-index: 1;
  -webkit-animation: mv_hero 0.8s ease-out forwards;
  animation: mv_hero 0.8s ease-out forwards;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_hero {
    display: none;
  }
}
#top_contents #contact .box .contact_part .contact_hero img {
  -webkit-transform: rotate(11.85deg);
  transform: rotate(11.85deg);
}
@keyframes mv_hero {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#top_contents #contact .box .contact_part .contact_wrap {
  position: relative;
  max-width: 880px;
  min-height: 168px;
  margin: 120px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 19px;
  -moz-column-gap: 19px;
  column-gap: 19px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_wrap {
    grid-template-columns: 1fr;
    row-gap: 32px;
    margin-top: 22px;
  }
}
@media screen and (min-width: 1280px) {
  #top_contents #contact .box .contact_part .contact_wrap::before, #top_contents #contact .box .contact_part .contact_wrap::after {
    content: "";
    width: 53px;
    height: 46px;
    display: inline-block;
    position: absolute;
  }
}
#top_contents #contact .box .contact_part .contact_wrap::before {
  background: url(../images/top/contact_star01.png) no-repeat center/contain;
  top: -50px;
  left: -50px;
}
#top_contents #contact .box .contact_part .contact_wrap::after {
  background: url(../images/top/contact_star02.png) no-repeat center/contain;
  bottom: -50px;
  right: -50px;
}
#top_contents #contact .box .contact_part .contact_wrap form {
  padding: 24px 24px 64px 125px;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_wrap form {
    padding: 24px 19px 200px 19px;
  }
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont {
  border: solid 4px #0083FC;
  background: #fff;
  border-radius: 12px;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: none;
  width: initial;
  overflow: hidden;
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont::before {
  content: "";
  background: url(../images/top/contact_icon_document.png) no-repeat center/contain;
  width: 86px;
  aspect-ratio: 113/119;
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_wrap .dl_cont::before {
    top: initial;
    bottom: 65px;
    width: 113px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_dl_title {
  margin-bottom: 25px;
  color: #0083FC;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_dl_title {
    margin-bottom: 12px;
  }
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_dl_title::after {
  display: none;
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_dl_title span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_dl_title span::after {
  background: center/contain url(../images/common/icon_dl-face.png) no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 379px) {
  #top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_dl_title span {
    font-size: 20px;
    text-align: center;
  }
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_button_dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180.05deg, #23BDFF -15.09%, #0062D8 122.66%);
  -webkit-box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_button_dl:hover {
  opacity: 0.8;
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_button_dl::before {
  content: "今すぐ資料ダウンロード";
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_button_dl::before {
    line-height: 51px;
  }
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_button_dl::after {
  content: "";
  background: url(../images/common/icon_dl.svg) no-repeat center/contain;
  width: 14px;
  height: 16px;
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .contact_button_dl input[type=submit] {
  display: block;
  width: 100%;
  height: 51px;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .form_wrap {
  display: block;
}
#top_contents #contact .box .contact_part .contact_wrap .dl_cont .form_wrap input {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  padding: 9px 16px 7px 16px;
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont {
  color: #1EC412;
  border: solid 4px #1EC412;
  background: #fff;
  border-radius: 12px;
  position: relative;
  margin: 0;
  padding: 24px 24px 64px 125px;
  max-width: none;
  width: initial;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_wrap .line_cont {
    padding: 128px 10px 67px 10px;
  }
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont::before {
  content: "";
  background: url(../images/common/qr_contact.png) no-repeat center/contain;
  width: 80px;
  aspect-ratio: 1/1;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 1;
  border: solid 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_wrap .line_cont::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_line_title {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_line_title {
    width: 268px;
    margin-inline: auto;
  }
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_line_title::after {
  display: none;
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_line_title span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 379px) {
  #top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_line_title span {
    font-size: 20px;
    text-align: center;
  }
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_line_title span::after {
  background: center/contain url(../images/common/icon_hand.png) no-repeat;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_line_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_line_text {
    width: 268px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 379px) {
  #top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_line_text {
    font-size: 13px;
  }
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_button_line {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(179.5deg, #59DE16 0.43%, #10B804 99.57%);
  -webkit-box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_button_line:hover {
  opacity: 0.8;
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont .contact_button_line::after {
  content: "";
  background: #fff;
  -webkit-mask: url(../images/common/icon_friend.svg) no-repeat center/contain;
  mask: url(../images/common/icon_friend.svg) no-repeat center/contain;
  width: 16px;
  height: 18px;
  display: inline-block;
}
#top_contents #contact .box .contact_part .contact_wrap .line_cont .form_wrap {
  display: block;
}
#top_contents #contact .box .contact_part .contact_bottom_image {
  width: 322px;
  margin-inline: auto;
  margin-top: 35px;
}
#top_contents #contact .box .contact_part .button_wrap {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .button_wrap {
    width: 100%;
  }
}
#top_contents #contact .box .contact_part .button_wrap > div {
  text-align: center;
}
@media screen and (max-width: 1279px) {
  #top_contents #contact .box .contact_part .button_wrap > div {
    margin-bottom: 16px;
  }
}
#top_contents #contact .box .contact_part .button_wrap > div .button {
  margin-bottom: 8px;
  padding: 20px 90px;
}
#top_contents #contact .box .contact_part .button_wrap > div .button span {
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  #top_contents #contact .box .contact_part .button_wrap > div .button {
    padding: 12px 0;
  }
}
@media screen and (min-width: 1280px) {
  #top_contents #contact .box .contact_part .button_wrap > div .button {
    margin-bottom: 12px;
  }
  #top_contents #contact .box .contact_part .button_wrap > div .button span {
    font-size: 22px;
  }
}
#top_contents #contact .box .contact_part .button_wrap > div p {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  #top_contents #contact .box .contact_part .button_wrap > div p {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

#contact_contents #contact-thanks .part {
  padding: 50px 0 !important;
  max-width: 860px;
  margin-inline: auto;
}
#contact_contents #contact-thanks .part .button {
  margin: 0 auto 39px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#contact_contents #contact-thanks .part .contact_wrap {
  max-width: 400px;
  width: 90%;
  margin-inline: auto;
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont {
  text-align: left;
  color: #1EC412;
  border: solid 4px #1EC412;
  background: #fff;
  border-radius: 12px;
  position: relative;
  margin: 0;
  padding: 15px 10px 60px 115px;
  max-width: none;
  width: initial;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  #contact_contents #contact-thanks .part .contact_wrap .line_cont {
    padding: 128px 10px 67px 10px;
  }
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont::before {
  content: "";
  background: url(../images/common/qr_contact.png) no-repeat center/contain;
  width: 80px;
  aspect-ratio: 1/1;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  border: solid 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 639px) {
  #contact_contents #contact-thanks .part .contact_wrap .line_cont::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_line_title {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 639px) {
  #contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_line_title {
    width: 268px;
    margin-inline: auto;
  }
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_line_title::after {
  display: none;
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_line_title span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 379px) {
  #contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_line_title span {
    font-size: 20px;
    text-align: center;
  }
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_line_title span::after {
  background: center/contain url(../images/common/icon_hand.png) no-repeat;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_line_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  #contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_line_text {
    text-align: center;
  }
}
@media screen and (max-width: 379px) {
  #contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_line_text {
    font-size: 13px;
  }
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_button_line {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(179.5deg, #59DE16 0.43%, #10B804 99.57%);
  -webkit-box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 15px 7.5px rgba(255, 255, 255, 0.1);
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_button_line:hover {
  opacity: 0.8;
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont .contact_button_line::after {
  content: "";
  background: #fff;
  -webkit-mask: url(../images/common/icon_friend.svg) no-repeat center/contain;
  mask: url(../images/common/icon_friend.svg) no-repeat center/contain;
  width: 16px;
  height: 18px;
  display: inline-block;
}
#contact_contents #contact-thanks .part .contact_wrap .line_cont .form_wrap {
  display: block;
}
#contact_contents #contact-thanks .part.thanks .contact_thanks_title {
  max-width: 591px;
  width: calc(591 / 640 * 100%);
  margin-inline: auto;
  margin-top: 45px;
  margin-bottom: 40px;
}
#contact_contents #contact-thanks .part.thanks .contact_thanks_text {
  margin-bottom: 1em;
}
@media screen and (max-width: 639px) {
  #contact_contents #contact-thanks .part.thanks .contact_thanks_text {
    font-size: 14px;
  }
}
#contact_contents #contact-thanks .part.thanks .contact_thanks_calendar iframe {
  width: 100%;
  height: 610px;
  border: none;
}
#contact_contents #contact-thanks .part.thanks .contact_thanks_calendar iframe .ayOY8d {
  display: none!important;
}