@charset "UTF-8";
* {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Yu Gothic", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #1a1a1a;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 890px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  transition: 0.3s all;
  color: #1a1a1a;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 890px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.innerbox {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox {
    max-width: 100%;
    margin: 0 3%;
  }
}

.innerbox_s {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox_s {
    max-width: 100%;
    margin: 0 3%;
  }
}

h2.heading {
  font-weight: 700;
  font-size: 4.6rem;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
  color: #174d9f;
}
@media screen and (max-width: 890px) {
  h2.heading {
    font-size: 3.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  h2.heading {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}

.highlight {
  background: #ffec8f;
  padding: 0px 3px 2px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #ffec8f;
  text-underline-offset: -0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.big {
  font-size: 1.3em;
  font-weight: 700;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #e02f07;
}

.spacer {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 890px) {
  .tab_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .pc_br::before {
    content: none;
  }
}

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

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

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

.pagetop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #ffec8f;
  border: 1px solid #174d9f;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.pagetop a::before {
  content: "";
  display: inline-block;
  background: #174d9f;
  width: 20px;
  height: 13px;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  opacity: 0.7;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  padding: 20px 3% 25px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid rgba(228, 230, 234, 0.6);
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
  }
}
header .header__logo img {
  width: min(45vw, 260px);
}
header .header__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  header .header__logo {
    margin: 0 auto;
  }
}
header .header__cta {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header .header__cta .header__cta-form {
  background: #ff8622;
}
header .header__cta .header__cta-form::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/mail_icon.svg") no-repeat;
  width: 28px;
  height: 20px;
  margin: 0px 8px -2px 0px;
}
header .header__cta .header__cta-form:hover {
  opacity: 0.7;
}
header .header__cta .header__cta-download {
  background: linear-gradient(to right, #174d9f, #3eb5c4);
}
header .header__cta .header__cta-download::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/data_icon_wh.svg") no-repeat;
  width: 21px;
  height: 27px;
  margin: 0px 8px -4px 0px;
}
header .header__cta .header__cta-download:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  header .header__cta {
    display: none;
  }
}

footer {
  background: #f2f5f9;
  padding: 50px 3% 30px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
    margin-bottom: 14%;
  }
}
@media screen and (max-width: 490px) {
  footer {
    margin-bottom: 17%;
  }
}
@media screen and (max-width: 390px) {
  footer {
    margin-bottom: 23%;
  }
}
footer .-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  gap: 30px 50px;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
}
.footer__wrapper .access__wrapper .info__box img {
  width: min(216px, 80vw);
}
.footer__wrapper .access__wrapper .info__box .access__company-name {
  font-weight: 700;
  margin-top: 20px;
}
.footer__wrapper .access__wrapper .info__box .access__info {
  margin-top: 10px;
}
.footer__wrapper .sns_wrapper {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 20px 20px;
  margin-top: 30px;
}
.footer__wrapper .sns_wrapper .youtube-icon {
  max-width: 47px;
  width: 100%;
}
.footer__wrapper .sns_wrapper .insta-icon {
  max-width: 34px;
  width: 100%;
}
.footer__wrapper .company__wrapper {
  max-width: 320px;
  width: 100%;
  display: inline-block;
}
.footer__wrapper .company__wrapper .table__box .company__table {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  border-bottom: 1px solid #e4e6ea;
  padding: 0px 20px 5px;
}
.footer__wrapper .company__wrapper .table__box .company__table:not(:last-child) {
  margin-bottom: 10px;
}
.footer__wrapper .company__wrapper .table__box .company__table .table__dt {
  font-weight: 700;
  width: 40%;
  text-align: right;
  font-size: 1.6rem;
}
.footer__wrapper .company__wrapper .table__box .company__table .table__dd {
  padding-left: 15px;
  width: 100%;
  font-size: 1.6rem;
}

.footer-copy {
  color: #808080;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 50px;
}

.confirm__footer {
  margin-bottom: 0px;
}

/* button */
.-button {
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 10px 30px 12px;
  border-radius: 50px;
}
.-button:hover {
  transition: 0.3s all;
}
@media screen and (max-width: 1099px) {
  .-button {
    font-size: 1.8rem;
  }
}

.floating {
  display: none;
  background: #f9f6f4;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
  padding: 20px 3%;
}
@media screen and (max-width: 768px) {
  .floating {
    display: block;
  }
}
.floating .floating__cta-wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 390px) {
  .floating .floating__cta-wrapper {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.floating .floating__cta-form {
  background: #ff8622;
  font-size: 1.4rem;
  padding: 10px 12px 12px;
  width: 50%;
  white-space: nowrap;
}
@media screen and (max-width: 390px) {
  .floating .floating__cta-form {
    width: 100%;
  }
}
.floating .floating__cta-form::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/mail_icon.svg") no-repeat;
  width: 17px;
  height: 13px;
  margin: 0px 8px -2px 0px;
}
.floating .floating__cta-download {
  background: linear-gradient(to right, #174d9f, #3eb5c4);
  font-size: 1.4rem;
  padding: 10px 12px 12px;
  width: 50%;
  white-space: nowrap;
}
@media screen and (max-width: 390px) {
  .floating .floating__cta-download {
    width: 100%;
  }
}
.floating .floating__cta-download::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/data_icon_wh.svg") no-repeat;
  width: 13px;
  height: 17px;
  margin: 0px 8px -4px 0px;
}

.download__cta {
  background: linear-gradient(to right, #044fba, #29c7d3);
  position: relative;
}
.download__cta::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/data_download_bg_pc@2x.webp") no-repeat left center/cover;
  max-width: 953px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 890px) {
  .download__cta::before {
    background: none;
  }
}
.download__cta .innerbox {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 890px) {
  .download__cta .innerbox {
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.download__cta .button__wrapper {
  position: relative;
  z-index: 1;
  padding: 110px 0px;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .download__cta .button__wrapper {
    padding: 30px 0px;
  }
}
.download__cta .button__wrapper .cta-title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 890px) {
  .download__cta .button__wrapper .cta-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .download__cta .button__wrapper .cta-title {
    font-size: 2.2rem;
  }
}
.download__cta .button__wrapper .button__wrapper-link {
  background: #fff;
  color: #174d9f;
  font-size: 2.8rem;
  padding: 18px 30px;
  width: min(590px, 90vw);
}
@media screen and (max-width: 890px) {
  .download__cta .button__wrapper .button__wrapper-link {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .download__cta .button__wrapper .button__wrapper-link {
    padding: 12px 16px;
    display: inline-block;
    line-height: 1.2;
  }
}
.download__cta .button__wrapper .button__wrapper-link::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/data_icon_color.svg") no-repeat;
  width: 22px;
  height: 31px;
  margin: 0px 5px -5px 0px;
}
@media screen and (max-width: 768px) {
  .download__cta .button__wrapper .button__wrapper-link::before {
    width: 19px;
    height: 25px;
    margin: 0px 5px -15px 0px;
  }
}
.download__cta .button__wrapper .button__wrapper-link:hover {
  opacity: 0.7;
}
.download__cta .tab__bg {
  display: none;
}
@media screen and (max-width: 890px) {
  .download__cta .tab__bg {
    display: block;
  }
}
.download__cta .tab__bg img {
  width: 100vw;
}

.form__cta {
  background: #f9f5f2;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 20px 30px;
}
@media screen and (max-width: 890px) {
  .form__cta {
    flex-direction: column-reverse;
    padding: 50px 3% 0px;
  }
}
.form__cta .form__cta-button {
  background: #ff8622;
  padding: 15px 30px;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .form__cta .form__cta-button {
    font-size: 2rem;
    text-align: center;
    padding: 40px 30px 15px;
    max-width: 320px;
    width: 100%;
  }
}
.form__cta .form__cta-button::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/mail_icon.svg") no-repeat;
  width: 28px;
  height: 20px;
  margin: 0px 8px -2px 0px;
}
@media screen and (max-width: 768px) {
  .form__cta .form__cta-button::before {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0px;
  }
}
.form__cta img {
  max-width: 414px;
  width: 100%;
}

.mv {
  padding: 60px 3%;
  background: linear-gradient(to right, #174d9f, #3eb5c4);
}
.mv .mv__img {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .mv .mv__img {
    margin-top: 0px;
  }
}
.mv .mv__img img {
  max-width: 1720px;
  width: 100%;
  text-align: center;
}

.about {
  padding-top: 70px;
}
.about .about__intro {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 30px 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 890px) {
  .about .about__intro {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.about .about__intro img {
  width: min(420px, 80vw);
}
.about .about__intro .text__box .heading {
  text-align: left;
  margin-bottom: 30px;
}
.about .about__intro .text__box .about__intro-text span {
  font-weight: 700;
}
.about .about__point {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  gap: 40px 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 890px) {
  .about .about__point {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .about__point {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.about .about__point .point__item {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(95, 101, 109, 0.15);
  width: 33.3333333333%;
  padding: 30px 20px 40px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .about .about__point .point__item {
    width: 100%;
  }
}
.about .about__point .point__item img {
  width: 110px;
  height: 110px;
}
.about .about__point .point__item .point__item-title {
  margin: 30px 0px 20px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 890px) {
  .about .about__point .point__item .point__item-title {
    font-size: 2.2rem;
  }
}
.about .about__point .point__item .point__item-text {
  text-align: left;
}
.about .about__conclusion {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 20px 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about .about__conclusion {
    flex-direction: column;
  }
}
.about .about__conclusion img {
  max-width: 225px;
  width: 100%;
}
.about .about__conclusion .text__box {
  font-size: 2.4rem;
}
@media screen and (max-width: 890px) {
  .about .about__conclusion .text__box {
    font-size: 2.2rem;
  }
}
.about .about__conclusion .text__box p {
  font-weight: 700;
}
.about .about__conclusion .text__box .conclusion__list {
  margin: 15px 0px;
}
.about .about__conclusion .text__box .conclusion__list .conclusion__list-item {
  font-weight: 700;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.about .about__conclusion .text__box .conclusion__list .conclusion__list-item::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/check.svg") no-repeat;
  width: 21px;
  height: 14px;
  margin: 0px 8px 0px 0px;
}
.about .connect__image {
  border-radius: 18px;
  background: linear-gradient(to right, #174d9f, #3eb5c4);
  padding: 1px;
  text-align: center;
}
.about .connect__image .connect__image-inner {
  background: #fff;
  border-radius: 18px;
  padding: 30px 30px 40px;
}
.about .connect__image .connect__title {
  text-align: center;
  font-weight: 700;
  color: #174d9f;
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.about .connect__image .connect__text {
  font-weight: 700;
  margin-bottom: 30px;
}
.about .connect__image img {
  max-width: 1038px;
  width: 100%;
}

.feature {
  margin-top: 70px;
  padding: 70px 0px;
  background: #f9f6f4;
}
.feature .heading .big {
  position: relative;
}
.feature .heading .big::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/accent.svg") no-repeat;
  width: 24px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .feature .heading .big::before {
    top: 3px;
  }
}
.feature .feature-box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 20px 40px;
}
@media screen and (max-width: 1099px) {
  .feature .feature-box {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.feature .feature-box:not(:last-child) {
  margin-bottom: 50px;
}
.feature .feature-box.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1099px) {
  .feature .feature-box.-reverse {
    flex-direction: column;
  }
}
.feature .feature-box img {
  width: 100%;
}
.feature .feature-box .text__box .feature-title {
  font-weight: 700;
  font-size: 2.4rem;
  padding-left: 3.5em;
  text-indent: -3.5em;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 890px) {
  .feature .feature-box .text__box .feature-title {
    font-size: 2rem;
    padding-left: 4.5em;
    text-indent: -4.5em;
  }
}
.feature .feature-box .text__box .feature-title::before {
  content: "";
  display: inline-block;
  width: 85px;
  height: 70px;
  margin: 0px 0px -43px 0px;
}
.feature .feature-box .text__box .feature-title.feature-title01::before {
  background: url("../../assets/img/feature_num01.svg") no-repeat;
}
.feature .feature-box .text__box .feature-title.feature-title02::before {
  background: url("../../assets/img/feature_num02.svg") no-repeat;
}
.feature .feature-box .text__box .feature-title.feature-title03::before {
  background: url("../../assets/img/feature_num03.svg") no-repeat;
}
.feature .feature-box .text__box .feature-title.feature-title04::before {
  background: url("../../assets/img/feature_num04.svg") no-repeat;
}
.feature .feature-box .text__box .feature-title.feature-title05::before {
  background: url("../../assets/img/feature_num05.svg") no-repeat;
  margin: 0px 0px -30px 0px;
}

.service {
  padding-top: 70px;
}
.service .service__box {
  background: #f2f5f9;
  padding: 20px 30px;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 20px 10px;
}
@media screen and (max-width: 490px) {
  .service .service__box {
    flex-direction: column;
    padding: 20px 15px;
  }
}
.service .service__box:not(:last-child) {
  margin-bottom: 30px;
}
.service .service__box img {
  width: 90px;
  height: 90px;
}
.service .service__box .text__box .service__box-title {
  font-weight: 700;
  color: #174d9f;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .service .service__box .text__box .service__box-title {
    text-align: center;
  }
}
.service .movie .movie__wrapepr {
  width: 100%;
  aspect-ratio: 16/9;
}
.service .movie iframe {
  width: 100%;
  height: 100%;
}

.voice {
  padding-top: 70px;
}
.voice .voice__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  gap: 70px 20px;
}
@media screen and (max-width: 1099px) {
  .voice .voice__wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.voice .voice__wrapper .voice-item {
  border: 2px solid #3eb5c4;
  border-radius: 8px;
  background: #fff;
  padding: 30px 20px 100px;
  width: 25%;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .voice .voice__wrapper .voice-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice__wrapper .voice-item {
    width: 80%;
  }
}
.voice .voice__wrapper .voice-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 134px;
  height: 134px;
}
.voice .voice__wrapper .voice-item.voice01::before {
  background: url("../../assets/img/voice01@2x.webp") no-repeat center/contain;
}
.voice .voice__wrapper .voice-item.voice02::before {
  background: url("../../assets/img/voice02@2x.webp") no-repeat center/contain;
}
.voice .voice__wrapper .voice-item.voice03::before {
  background: url("../../assets/img/voice03@2x.webp") no-repeat center/contain;
}
.voice .voice__wrapper .voice-item.voice04::before {
  background: url("../../assets/img/voice04@2x.webp") no-repeat center/contain;
}
.voice .voice__wrapper .voice-item .voice-text {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.flow {
  margin-top: 120px;
  padding: 70px 0px;
  background: url("../../assets/img/flow_bg@2x.webp") no-repeat center/cover;
}
.flow .flow__list {
  position: relative;
}
.flow .flow__list::before {
  content: "";
  display: inline-block;
  background: linear-gradient(to bottom, #3eb5c4, #174d9f);
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow .flow__list .flow__list-item {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 3% 30px 6%;
  gap: 20px 20px;
  position: relative;
  z-index: 1;
}
.flow .flow__list .flow__list-item:nth-child(1) {
  background: #3eb5c4;
}
.flow .flow__list .flow__list-item:nth-child(2) {
  background: #2ca4ce;
}
.flow .flow__list .flow__list-item:nth-child(3) {
  background: #0674b7;
}
.flow .flow__list .flow__list-item:nth-child(4) {
  background: #044fba;
}
.flow .flow__list .flow__list-item:not(:last-child) {
  margin-bottom: 50px;
}
.flow .flow__list .flow__list-item img {
  width: 55px;
  height: 55px;
}
.flow .flow__list .flow__list-item .list-item__text {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
}

.price {
  padding-top: 70px;
}
.price .price__intro-text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price .price__intro-text {
    text-align: left;
  }
}
.price .plan-title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 890px) {
  .price .plan-title {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}
.price .plan-title::before {
  content: "";
  display: inline-block;
  background: #3eb5c4;
  width: 15px;
  height: 15px;
  margin: 0px 8px 1px 0px;
}
.price .plan-title__wrapper {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 890px) {
  .price .plan-title__wrapper {
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    margin-bottom: 20px;
  }
}
.price .plan-title__wrapper .plan-title__attention {
  padding: 2px 10px 4px;
  background: #3eb5c4;
  border-radius: 30px;
  margin-left: 10px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 890px) {
  .price .plan-title__wrapper .plan-title__attention {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .price .plan-title__wrapper .plan-title__attention {
    padding: 5px 20px 5px 2.8em;
    text-indent: -2em;
    border-radius: 8px;
  }
}
.price .plan-title__wrapper .plan-title__attention::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/attention_icon.svg") no-repeat;
  width: 28px;
  height: 20px;
  margin: 0px 3px -3px 0px;
}
.price .plan__table {
  width: 100%;
  border-top: 1px solid #eae4e1;
  border-right: 1px solid #eae4e1;
}
@media screen and (max-width: 490px) {
  .price .plan__table {
    border: none;
  }
}
.price .plan__table:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 490px) {
  .price .plan__table:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 490px) {
  .price .plan__table thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
.price .plan__table th {
  border-bottom: 1px solid #eae4e1;
  border-left: 1px solid #eae4e1;
  padding: 15px 20px;
  font-weight: 700;
  background: #f9f5f2;
  text-align: center;
}
@media screen and (max-width: 490px) {
  .price .plan__table th {
    display: block;
  }
}
.price .plan__table th.wid-s {
  width: 25%;
}
.price .plan__table th.wid-m {
  width: 30%;
}
.price .plan__table th.wid-l {
  width: 45%;
}
.price .plan__table td {
  border-bottom: 1px solid #eae4e1;
  border-left: 1px solid #eae4e1;
  padding: 15px 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 490px) {
  .price .plan__table td {
    padding-left: 30%;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    position: relative;
    text-align: left;
    width: 100%;
    border-right: 1px solid #eae4e1;
  }
}
.price .plan__table td::before {
  content: none;
}
@media screen and (max-width: 490px) {
  .price .plan__table td::before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0px;
    width: 25%;
    height: 100%;
    color: #1a1a1a;
    font-weight: 700;
    background: #f9f5f2;
    border-right: 1px solid #eae4e1;
    padding: 10px 15px;
    box-sizing: border-box;
  }
}
.price .plan__table td.table__td-title {
  color: #174d9f;
  font-weight: 700;
}
@media screen and (max-width: 490px) {
  .price .plan__table td.table__td-title {
    color: #1a1a1a;
    border-top: 1px solid #eae4e1;
  }
}
.price .plan__table td.table__td-remarks {
  text-align: left;
  padding: 15px 20px;
}
@media screen and (max-width: 490px) {
  .price .plan__table td.table__td-remarks {
    padding-left: 30%;
    margin-bottom: 30px;
    border-bottom: 1px solid #eae4e1;
  }
}
.price .plan__table td.-in__list {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 490px) {
  .price .plan__table td .table__list {
    display: block;
  }
}
.price .plan__table td .table__list .list-item {
  font-size: 1.6rem;
  font-weight: 700;
}
.price .plan__table td .table__list .list-item::before {
  content: "";
  display: inline-block;
  background: #1a1a1a;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin: 0px 5px 4px 0px;
}
.price .price__example {
  background: #fff3c2;
  position: relative;
  padding: 30px 30px;
  border-radius: 8px;
  margin-bottom: 50px;
}
@media screen and (max-width: 890px) {
  .price .price__example {
    margin: 0 calc(50% - 50vw) 50px;
    width: 100vw;
  }
}
@media screen and (max-width: 490px) {
  .price .price__example {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.price .price__example::before {
  content: "";
  display: inline-block;
  background: #fff3c2;
  width: 70px;
  height: 25px;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.price .price__example .price__example-title {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.price .price__example .price__example-wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  gap: 40px 30px;
}
@media screen and (max-width: 890px) {
  .price .price__example .price__example-wrapper {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.price .price__example .price__example-wrapper .price__example-box {
  background: #fff;
  border: 1px solid #3eb5c4;
  width: 25%;
  text-align: center;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 890px) {
  .price .price__example .price__example-wrapper .price__example-box {
    width: min(320px, 80vw);
  }
}
.price .price__example .price__example-wrapper .price__example-box:nth-child(1) {
  padding-top: 35px;
}
@media screen and (max-width: 890px) {
  .price .price__example .price__example-wrapper .price__example-box:nth-child(1) {
    padding: 25px;
  }
}
.price .price__example .price__example-wrapper .price__example-box:nth-child(4) {
  padding-top: 40px;
}
@media screen and (max-width: 890px) {
  .price .price__example .price__example-wrapper .price__example-box:nth-child(4) {
    padding: 25px 20px 30px;
  }
}
.price .price__example .price__example-wrapper .price__example-box.plus-box::after {
  content: "+";
  position: absolute;
  font-weight: 700;
  font-size: 2.2rem;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1099px) {
  .price .price__example .price__example-wrapper .price__example-box.plus-box::after {
    right: -11%;
  }
}
@media screen and (max-width: 890px) {
  .price .price__example .price__example-wrapper .price__example-box.plus-box::after {
    transform: none;
    right: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.price .price__example .price__example-wrapper .price__example-box.equal-box::after {
  content: "=";
  position: absolute;
  font-weight: 700;
  font-size: 2.2rem;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1099px) {
  .price .price__example .price__example-wrapper .price__example-box.equal-box::after {
    right: -11%;
  }
}
@media screen and (max-width: 890px) {
  .price .price__example .price__example-wrapper .price__example-box.equal-box::after {
    transform: none;
    right: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
  }
}
.price .price__example .price__example-wrapper .price__example-box.total {
  background: #3eb5c4;
  color: #fff;
}
.price .price__example .price__example-wrapper .price__example-box .price__example-text {
  font-weight: 700;
  line-height: 1;
  font-size: 2.2rem;
}
@media screen and (max-width: 1099px) {
  .price .price__example .price__example-wrapper .price__example-box .price__example-text {
    font-size: 2rem;
  }
}
.price .plan-text {
  margin-bottom: 30px;
}
.price .plan__terms {
  counter-reset: number 0;
}
.price .plan__terms .plan__terms-list:not(:last-child) {
  margin-bottom: 30px;
}
.price .plan__terms .plan__terms-list .plan__terms-title {
  font-weight: 700;
  font-size: 2rem;
}
.price .plan__terms .plan__terms-list .plan__terms-title::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.price .terms-list__inner .terms-list__inner-item .inner__heading {
  font-weight: 700;
}
.price .terms-list__inner .terms-list__inner-item .inner__heading::before {
  content: "";
  display: inline-block;
  background: #1a1a1a;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin: 0px 8px 5px 0px;
}

.faq {
  padding: 70px 0px;
}
.faq .question:not(:last-child) {
  margin-bottom: 30px;
}
.faq .question summary {
  position: relative;
  display: block;
  list-style: none;
  background: #f9f5f2;
  color: #174d9f;
  font-weight: 700;
  cursor: pointer;
  padding: 15px 40px 17px 30px;
}
@media screen and (max-width: 768px) {
  .faq .question summary {
    padding: 15px 50px 17px 0px;
    padding-left: 3.5em;
    text-indent: -2.5em;
  }
}
.faq .question summary::-webkit-details-marker {
  display: none;
}
.faq .question summary::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/faq-icon.svg") no-repeat;
  width: 31px;
  height: 31px;
  margin: 0px 8px -8px 0px;
}
.faq .question summary::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/arrow.svg") no-repeat;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 43%;
  right: 30px;
  transition: transform 0.5s;
}
.faq .question p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 15px 20px;
  color: #1a1a1a;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 1.8rem;
  color: #1a1a1a;
}
.faq .question[open] summary {
  padding-bottom: 10px;
}
.faq .question[open] summary::after {
  transform: rotate(180deg);
}
.faq .question[open] p {
  transform: none;
  opacity: 1;
}

.contact {
  background: #174d9f;
  padding: 70px 0px;
}
.contact .heading {
  color: #fff;
}
.contact .contact__wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 50px 3% 60px;
}
.contact .contact__wrapper .contact__intro {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.contact__form-table {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 32px;
}
.contact__form-table th {
  font-weight: 700;
  text-align: right;
  width: 30%;
  padding-right: 32px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact__form-table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px 0px 15px 0px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-table td {
    display: block;
    width: 100%;
  }
}

.required {
  font-size: 1.2rem;
  color: #fff;
  background: #e02f07;
  padding: 1px 3px 2px;
  margin-left: 10px;
  border-radius: 2px;
}

.any {
  font-size: 1.2rem;
  color: #174d9f;
  background: #fff;
  border: 1px solid #174d9f;
  padding: 1px 3px 2px;
  margin-left: 10px;
  border-radius: 2px;
}

.contact__form-table input {
  background: #f2f5f9;
  padding: 8px 16px;
  font-size: 1.6rem;
  border: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__form-table input {
    padding: 16px;
  }
}
.contact__form-table input.p-postal-code {
  max-width: 250px;
}
.contact__form-table textarea {
  border: none;
  max-width: 500px;
  width: 100%;
  min-height: 160px;
  height: 100%;
  background: #f2f5f9;
  padding: 8px 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact__form-table textarea {
    max-width: 100%;
    padding: 16px;
  }
}
.contact__form-table .input--lg {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__form-table .input--lg {
    max-width: 100%;
  }
}
.contact__form-table .input__attention {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 10px;
}

.form__button {
  text-align: center;
  margin-top: 30px;
}
.form__button .form__button-submit {
  border: none;
  cursor: pointer;
  background: #ff8622;
  padding: 10px 30px 15px;
  font-size: 1.8rem;
  max-width: 320px;
  width: 100%;
}
.form__button .form__button-submit:hover {
  opacity: 0.7;
}

.modal-1__wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 768px) {
  .modal-1__wrap {
    text-align: left;
  }
}

.modal-1__wrap input[type=radio] {
  display: none;
}

.modal-1__open-label {
  color: #1a1a1a;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-1__open-label {
    max-width: 90%;
    padding: 0px 0px 0px 5px;
  }
}
.modal-1__open-label:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #808080;
}

.modal-1__close-label {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-1__close-label {
    top: -17px;
    right: -4%;
  }
}

.modal-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-1__open-input:checked + label + input + .modal-1 {
  display: block;
  animation: modal-1-animation 0.6s;
}

.modal-1__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 650px;
  background-color: #FFFDF9;
  z-index: 2;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .modal-1__content-wrap {
    width: 90vw;
  }
}

.modal-1__close-label {
  background-color: #777777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.3;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 2.4rem;
  padding-left: 21px;
}

.modal-1__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}
@media screen and (max-width: 768px) {
  .modal-1__content {
    padding: 33px 21px 35px;
    max-width: 100%;
  }
}

.modal-1__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

@keyframes modal-1-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.policy {
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .policy .policy__text {
    padding-left: 0.8em;
    text-indent: 0em;
  }
}
.policy .policy__text:not(:last-child) {
  margin-bottom: 20px;
}
.policy .policy__text .policy__title {
  font-weight: 700;
}

.establishment {
  text-align: right;
  font-size: 1.4rem;
}

.info .info__table {
  width: 100%;
  border-top: 1px solid #eae4e1;
  border-right: 1px solid #eae4e1;
}
@media screen and (max-width: 768px) {
  .info .info__table {
    display: block;
  }
}
.info .info__table th {
  width: 25%;
  border-bottom: 1px solid #eae4e1;
  border-left: 1px solid #eae4e1;
  background: #f9f5f2;
  font-weight: 700;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .info .info__table th {
    display: block;
    width: 100%;
  }
}
.info .info__table td {
  border-bottom: 1px solid #eae4e1;
  border-left: 1px solid #eae4e1;
  background: #fff;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .info .info__table td {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */