* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1e1e1e;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input, textarea, select {
  -webkit-appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.inner {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

.-fadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: 0.8s cubic-bezier(0.7, 0.23, 0.3, 0.98);
  transition: 0.8s cubic-bezier(0.7, 0.23, 0.3, 0.98);
}
.-fadeUp.-anm-on {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.-fadeIn {
  opacity: 0;
  -webkit-transition: 0.9s cubic-bezier(0.7, 0.23, 0.3, 0.98);
  transition: 0.9s cubic-bezier(0.7, 0.23, 0.3, 0.98);
}
.-fadeIn.-anm-on {
  opacity: 1;
}

.-scale {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.52s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.52s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.-scale.-anm-on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.-curtain {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s cubic-bezier(0.79, 0.26, 0.21, 1);
  transition: 0.8s cubic-bezier(0.79, 0.26, 0.21, 1);
}
.-curtain.-anm-on {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.-tdr01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.-tdr02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.-tdr03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.-tdr04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.-tdr05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.-tdr06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.-tdr07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.-tdr08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.-tdr09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.-tdr10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.-adr01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.-adr02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.-adr03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.-adr04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.-adr05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
header .head-top {
  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;
  height: 96px;
  padding: 0 50px;
}
header .logo {
  color: #24106a;
}
header .logo .sub {
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  line-height: 1;
}
header .tel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .tel-btn .tel {
  margin-right: 31px;
}
header .tel-btn .tel img {
  width: 220px;
  display: block;
}
header .tel-btn .head-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .tel-btn .head-btns .btn {
  border-radius: 3px;
}
header .tel-btn .head-btns .btn a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 3px;
  height: 48px;
  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;
}
header .tel-btn .head-btns .btn.document {
  margin-right: 8px;
  background: #1faae4;
}
header .tel-btn .head-btns .btn.document a {
  width: 157px;
}
header .tel-btn .head-btns .btn.document::before {
  background: #33b8f0;
}
header .tel-btn .head-btns .btn.contact {
  background: #1f4f85;
}
header .tel-btn .head-btns .btn.contact a {
  width: 213px;
}
header .tel-btn .head-btns .btn.contact::before {
  background: #285d99;
}
header nav {
  background: #e7f3f8;
  height: 45px;
}
header nav ul {
  height: 100%;
  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;
}
header nav ul li a {
  color: #41556d;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
header nav ul li a:hover {
  opacity: 0.8;
}
header nav ul li:not(:last-child) {
  margin-right: 34px;
}

.btn.anime {
  position: relative;
}
.btn.anime::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn.anime a, .btn.anime button {
  z-index: 2;
  position: relative;
  height: 100%;
}
.btn.anime:hover::before {
  width: 100%;
  border-radius: inherit;
}

footer {
  background: #1f4f85;
  color: #fff;
  padding: 36px 0 21px;
  position: relative;
}
footer .inner {
  position: relative;
}
footer .logo {
  text-align: center;
}
footer .copy {
  margin-top: 35px;
  text-align: center;
  font-size: 14px;
  font-family: "Overpass", sans-serif;
}
footer .link {
  position: absolute;
  bottom: 0;
  right: 0;
}
footer .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
footer .link a::before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  margin-right: 12px;
}
footer .link a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank.png) no-repeat center/contain;
  margin-left: 8px;
}
footer #totop {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 90;
}
footer #totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #1f4f85;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer #totop a:hover {
  background: #285d99;
}
footer #totop.fix {
  position: fixed;
  -webkit-filter: drop-shadow(2px 2px 30px rgba(22, 55, 86, 0.24));
          filter: drop-shadow(2px 2px 30px rgba(22, 55, 86, 0.24));
}

@media (max-width: 1200px) {
  header .logo .sub {
    font-size: 10px;
    line-height: 1.2;
  }
  header .logo .sub br.sp {
    display: block;
  }
}
@media (max-width: 1024px) {
  header .sp {
    display: block;
  }
  header .pc {
    display: none;
  }
  header .head-top {
    height: 64px;
    padding: 0 5%;
  }
  header .logo .sub {
    display: none;
  }
  header .logo h1 img {
    width: 100px;
  }
  header .tel-btn {
    display: none;
  }
  header #sp_btn {
    position: fixed;
    width: 43px;
    height: 25px;
    top: 20px;
    right: 5%;
  }
  header #sp_btn span {
    display: block;
    background: #24106a;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header #sp_btn span:nth-child(1) {
    top: 0;
  }
  header #sp_btn span:nth-child(2) {
    top: 11px;
  }
  header #sp_btn span:nth-child(3) {
    top: 22px;
  }
  header nav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 64px);
    top: 64px;
    left: 0;
    background: #1f4f85;
    overflow: auto;
    display: none;
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
  header nav ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  header nav ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 30px 10%;
    font-weight: 400;
    position: relative;
  }
  header nav ul li a::after {
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header nav ul li:not(:last-child) {
    margin-right: 0;
  }
  header nav .sp {
    padding: 30px 10% 120px;
  }
  header nav .head-btns .btn a {
    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;
    height: 55px;
    border-radius: 5px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: bold;
    letter-spacing: 0.06em;
    max-width: 300px;
    margin: 0 auto;
  }
  header nav .head-btns .btn.document {
    margin-bottom: 20px;
  }
  header nav .head-btns .btn.document a {
    background: #1faae4;
    color: #fff;
  }
  header nav .head-btns .btn.contact a {
    background: #fff;
    color: #1f4f85;
  }
  header nav .tel {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
  header nav .tel .num {
    margin-top: 15px;
  }
  header nav .tel .num img {
    max-width: 300px;
  }
  header.nav_open #sp_btn span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header.nav_open #sp_btn span:nth-child(2) {
    opacity: 0;
  }
  header.nav_open #sp_btn span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  footer .link {
    position: static;
    margin-top: 20px;
  }
  footer .link a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  footer {
    padding: 20px 0;
  }
  footer .logo img {
    width: 125px;
  }
  footer .link {
    margin-top: 10px;
  }
  footer .link a {
    font-size: 13px;
  }
  footer .link a::before {
    margin-right: 4px;
  }
  footer .link a::after {
    margin-left: 3px;
    width: 12px;
    height: 12px;
  }
  footer .copy {
    margin-top: 25px;
    line-height: 1.4;
  }
  footer #totop {
    right: 5%;
  }
  footer #totop a {
    width: 55px;
    height: 55px;
  }
  footer #totop a img {
    width: 35px;
  }
}
#page-top {
  overflow: hidden;
}
#page-top #mv {
  height: 58.57vw;
  max-height: calc(100vh - 141px);
  margin-top: 141px;
  position: relative;
  background: #f4f9fb;
  z-index: 1;
}
#page-top #mv::before {
  content: "";
  display: block;
  width: 53.2vw;
  max-width: 850px;
  aspect-ratio: 713/689;
  background: url(../img/top/mv_map.png) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  top: -7%;
  z-index: 2;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.7, 0.23, 0.3, 0.98);
  transition: 0.6s cubic-bezier(0.7, 0.23, 0.3, 0.98);
}
#page-top #mv.-anm-on::before {
  opacity: 1;
}
#page-top #mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 163px;
  background: url(../img/top/mv_bg.png) repeat-x center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#page-top #mv .inner {
  max-width: 1560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  z-index: 4;
  position: relative;
}
#page-top #mv .catch {
  padding-bottom: 7vh;
}
#page-top #mv .catch .main img {
  width: 46vw;
  max-width: 780px;
}
#page-top #mv .catch .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 86px;
}
#page-top #mv .catch .btns .btn a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-radius: 5px;
  height: 76px;
  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;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page-top #mv .catch .btns .btn.document {
  margin-right: 24px;
}
#page-top #mv .catch .btns .btn.document a {
  background: #1faae4;
  width: 250px;
}
#page-top #mv .catch .btns .btn.document a:hover {
  background: #33b8f0;
}
#page-top #mv .catch .btns .btn.simulation a {
  background: #1f4f85;
  width: 300px;
  padding-top: 13px;
  position: relative;
}
#page-top #mv .catch .btns .btn.simulation a:hover {
  background: #285d99;
}
#page-top #mv .catch .btns .btn.simulation a::before {
  content: "";
  display: block;
  width: 182px;
  height: 37px;
  background: url(../img/simulation_txt.png) no-repeat center/contain;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#page-top #mv .catch .btns .btn.simulation a:hover::before {
  background: url(../img/simulation_txt02.png) no-repeat center/contain;
}
#page-top #mv .map-icons {
  position: absolute;
  top: -7%;
  bottom: 0;
  margin: auto;
  left: 50%;
  width: 53.2vw;
  max-width: 850px;
  aspect-ratio: 713/689;
  z-index: 3;
  pointer-events: none;
}
#page-top #mv .map-icons .map-icon {
  position: absolute;
  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;
}
#page-top #mv .map-icons .map-icon.icon1 {
  background: url(../img/top/mv_fukidashi1.png) no-repeat center/contain;
  width: 26.5%;
  max-width: 221.52px;
  aspect-ratio: 1/1.04;
  right: 47.2%;
  bottom: 56%;
}
#page-top #mv .map-icons .map-icon.icon1 img {
  width: 49.5%;
  padding-bottom: 5%;
}
#page-top #mv .map-icons .map-icon.icon2 {
  background: url(../img/top/mv_fukidashi2.png) no-repeat center/contain;
  width: 32.7%;
  max-width: 280.44px;
  aspect-ratio: 1/1;
  bottom: 3%;
  right: 46.4%;
}
#page-top #mv .map-icons .map-icon.icon2 img {
  width: 63%;
}
#page-top #mv .map-icons .map-icon.icon3 {
  background: url(../img/top/mv_fukidashi3.png) no-repeat center/contain;
  width: 23.8%;
  max-width: 190.4px;
  aspect-ratio: 1/1;
  top: 37%;
  right: 9.6%;
}
#page-top #mv .map-icons .map-icon.icon3 img {
  width: 45.6%;
}
#page-top #intro {
  position: relative;
  padding: 60px 0;
  z-index: 0;
}
#page-top #intro::before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b9c9d0), to(transparent));
  background: linear-gradient(to bottom, #b9c9d0, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page-top #intro .block {
  width: 90%;
  padding: 100px 5% 30px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
  background: #fff url(../img/top/bg_intro.svg) no-repeat -38px 40px/350px;
}
#page-top #intro .inner {
  max-width: 1160px;
}
#page-top #intro .inner h2 {
  font-size: 30px;
  line-height: 1.68;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
}
#page-top #intro .inner h2 .nl {
  display: inline-block;
}
#page-top #intro .inner h2 strong {
  font-size: 36px;
}
#page-top #intro .inner h2 .navy {
  color: #1f4f85;
}
#page-top #intro .inner h2 .blue {
  color: #1faae4;
}
#page-top #intro .inner .desc {
  margin-top: 60px;
  font-size: 18px;
  line-height: 2.2;
}
#page-top #intro .inner h3 {
  margin-top: 100px;
  text-align: center;
  font-size: 28px;
  color: #1f4f85;
  line-height: 1.6;
  margin-bottom: 70px;
}
#page-top #intro .inner h3 .nl {
  display: inline-block;
}
#page-top #service {
  padding-right: 5%;
  background: linear-gradient(to bottom, transparent 100px, #1f4f85 100px);
  padding-bottom: 80px;
}
#page-top #service .content {
  width: 100%;
  margin-left: 0;
  background: #e7f3f8;
  padding: 70px 0 100px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
#page-top #service .content::before {
  content: "";
  display: block;
  height: calc(100% - 25px);
  aspect-ratio: 200/1668;
  position: absolute;
  top: 11px;
  right: 8px;
  background: url(../img/top/bg_service.svg) no-repeat center/contain;
  z-index: 1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.7s cubic-bezier(0.63, 0.16, 0.25, 1) 0.5s;
  transition: 0.7s cubic-bezier(0.63, 0.16, 0.25, 1) 0.5s;
}
#page-top #service .content.-anm-on::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#page-top #service .inner {
  position: relative;
  z-index: 2;
}
#page-top #service h2 {
  font-size: 26px;
  line-height: 1.7;
  max-width: 1160px;
  margin: 0 auto 75px;
}
#page-top #service h2 .nl {
  display: inline-block;
}
#page-top #service h2 small {
  font-size: 21px;
}
#page-top #service h2 .navy {
  color: #1f4f85;
}
#page-top #service .block {
  border: 1px solid #1f4f85;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 6px 10px rgba(74, 74, 74, 0.2);
          box-shadow: 0 6px 10px rgba(74, 74, 74, 0.2);
  max-width: 1160px;
  margin: 0 auto 88px;
}
#page-top #service .block h3 {
  background: #1f4f85;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
}
#page-top #service .block .txt {
  padding: 15px 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
#page-top #service .block .txt .main {
  color: #1f4f85;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
#page-top #service .add {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #38b0e6;
  -webkit-box-shadow: 0 6px 10px rgba(74, 74, 74, 0.2);
          box-shadow: 0 6px 10px rgba(74, 74, 74, 0.2);
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
#page-top #service .add::before {
  content: "";
  display: block;
  width: 70px;
  height: 60px;
  background: url(../img/arrow_top_blue.svg) no-repeat center/contain;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-top #service .add h3 {
  background: #38b0e6;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}
#page-top #service .add h3 span {
  font-size: 28px;
  margin-left: 9px;
}
#page-top #service .add .txt {
  padding: 40px 70px 44px;
}
#page-top #service .add .txt ul {
  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;
}
#page-top #service .add .txt ul li {
  background: #e7f3f8;
  border: 1px solid #1faae4;
  border-radius: 12px;
  max-width: 340px;
  width: calc((100% - 32px) / 3);
  text-align: center;
  padding: 23px 0 37px;
  margin-bottom: 20px;
}
#page-top #service .add .txt ul li img {
  display: block;
  width: 108px;
  margin: 0 auto 20px;
}
#page-top #service .add .txt ul li span {
  display: block;
  color: #3671b2;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1;
}
#page-top #service .add .txt ul li:not(:nth-child(3n)) {
  margin-right: 16px;
}
#page-top #service .add .txt .notice {
  font-size: 13px;
  line-height: 1.6;
  text-indent: -1em;
  margin-left: 1em;
}
#page-top #service .price {
  background: url(../img/top/bg_price.png) no-repeat center/cover;
  max-width: 1160px;
  margin: 60px auto 0;
  padding: 39px 55px 38px;
  border-radius: 5px;
  position: relative;
}
#page-top #service .price::before {
  content: "";
  display: block;
  width: 210px;
  aspect-ratio: 210/54;
  background: url(../img/top/txt_price.svg) no-repeat center/contain;
  position: absolute;
  top: 51px;
  right: 49px;
  z-index: 1;
}
#page-top #service .price h3 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  margin-bottom: 36px;
  line-height: 1;
}
#page-top #service .price .detail {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 10px rgba(74, 74, 74, 0.2);
          box-shadow: 0 6px 10px rgba(74, 74, 74, 0.2);
  padding: 35px 80px;
  position: relative;
  z-index: 2;
}
#page-top #service .price .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-top #service .price .detail dl dt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-size: 22px;
  color: #569dbe;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#page-top #service .price .detail dl dt::before {
  content: "";
  display: block;
  width: 18px;
  height: 19px;
  background: url(../img/icon_pencil.svg) no-repeat center/contain;
  margin-right: 4px;
}
#page-top #service .price .detail dl dd {
  color: #f95f95;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
#page-top #service .price .detail dl dd span {
  font-size: 40px;
  letter-spacing: 0.06em;
  margin-right: 10px;
}
#page-top #service .price .detail dl:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px dashed #6fa3c0;
}
#page-top #service .price .detail dl:not(:first-child) {
  padding-top: 24px;
}
#page-top #service .price .notice {
  color: #fff;
  font-size: 13px;
  margin-top: 18px;
  line-height: 1;
}
#page-top #document-dl {
  padding: 80px 0;
  text-align: center;
  background: #6099ce url(../img/top/bg_document.svg) no-repeat center bottom/2800px;
  color: #fff;
}
#page-top #document-dl .inner {
  width: 100%;
}
#page-top #document-dl .inner h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
#page-top #document-dl .inner .btn.dl {
  background: #fff;
  width: 680px;
  border-radius: 12px;
  height: 90px;
  margin: 0 auto 30px;
}
#page-top #document-dl .inner .btn.dl a {
  font-size: 22px;
  font-weight: bold;
  color: #498bc9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-top #document-dl .inner .btn.dl a::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 30/26;
  background: url(../img/icon_dl.svg) no-repeat center/contain;
  margin-right: 9px;
}
#page-top #document-dl .inner .btn.dl a .free {
  background: #1fd3af;
  width: 80px;
  height: 80px;
  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;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: -22px;
  color: #fff;
  border-radius: 50%;
}
#page-top #document-dl .inner .btn.dl:hover::before {
  background: #d6ebff;
}
#page-top #document-dl .inner .txt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 35px;
}
#page-top #document-dl .inner .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-top #document-dl .inner .contact .tel img {
  width: 328px;
}
#page-top #document-dl .inner .contact .form {
  margin-left: 30px;
}
#page-top #document-dl .inner .contact .form .btn {
  border-radius: 3px;
  border: 1px solid #fff;
}
#page-top #document-dl .inner .contact .form .btn::before {
  background: #fff;
}
#page-top #document-dl .inner .contact .form .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 326px;
  height: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#page-top #document-dl .inner .contact .form .btn a:hover {
  color: #498bc9;
}
#page-top #usage {
  padding: 100px 0 140px 0;
  overflow: hidden;
  position: relative;
}
#page-top #usage::before {
  content: "";
  display: block;
  width: 61.429vw;
  height: 55%;
  background: #e9f4fb;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: absolute;
  top: 460px;
  right: 0;
  z-index: -2;
}
#page-top #usage.-anm-on::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#page-top #usage .inner {
  max-width: 1400px;
  width: 90%;
}
#page-top #usage h2 {
  font-size: 38px;
  line-height: 1.5;
  margin-bottom: 130px;
  position: relative;
  padding: 0 10%;
}
#page-top #usage h2::after {
  content: "";
  display: block;
  width: 910px;
  aspect-ratio: 910/67;
  background: url(../img/top/usage_txt.svg) no-repeat center/contain;
  position: absolute;
  top: 85px;
  left: calc(10% + 345px);
  z-index: -1;
}
#page-top #usage h2 span {
  color: #1f4f85;
}
#page-top #usage .usage-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#page-top #usage .usage-block .img {
  width: 50%;
  max-width: 760px;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 100/61;
  -webkit-box-shadow: 0 6px 40px rgba(74, 74, 74, 0.3);
          box-shadow: 0 6px 40px rgba(74, 74, 74, 0.3);
}
#page-top #usage .usage-block .img img {
  width: 100%;
}
#page-top #usage .usage-block .txt {
  width: 50%;
  padding: 80px 80px 0 5%;
}
#page-top #usage .usage-block .txt h3 {
  font-size: 32px;
  color: #1f4f85;
  margin-bottom: 35px;
  position: relative;
}
#page-top #usage .usage-block .txt h3::before {
  content: "";
  position: absolute;
  z-index: -1;
  letter-spacing: 0;
  top: -80px;
  left: -78px;
  display: block;
}
#page-top #usage .usage-block .txt .desc {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
#page-top #usage .usage-block .txt .desc a {
  color: #1f4f85;
  text-decoration: underline;
}
#page-top #usage .usage-block:nth-child(1) .txt h3::before {
  width: 216px;
  aspect-ratio: 216/182;
  background: url(../img/top/01.png) no-repeat center/contain;
}
#page-top #usage .usage-block:nth-child(2) {
  position: relative;
}
#page-top #usage .usage-block:nth-child(2) .txt {
  padding-top: 60px;
}
#page-top #usage .usage-block:nth-child(2) .txt h3::before {
  width: 265px;
  aspect-ratio: 265/182;
  top: -50px;
  left: 290px;
  background: url(../img/top/02.png) no-repeat center/contain;
}
#page-top #usage .usage-block:nth-child(3) .txt h3::before {
  width: 258px;
  aspect-ratio: 258/182;
  background: url(../img/top/03.png) no-repeat center/contain;
}
#page-top #usage .usage-block:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 0;
}
#page-top #usage .usage-block:nth-child(2n) .txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 5%;
}
#page-top #usage .usage-block:not(:last-child) {
  margin-bottom: 90px;
}
#page-top #feature {
  padding: 100px 0;
  background: #e9f4fb;
}
#page-top #feature .inner {
  max-width: 1400px;
  width: 90%;
}
#page-top #feature h2 {
  text-align: center;
  line-height: 1.235;
  font-size: 26px;
  color: #1f4f85;
  margin-bottom: 65px;
}
#page-top #feature h2 span {
  font-size: 36px;
  color: #1faae4;
  display: block;
}
#page-top #feature h2 strong {
  font-size: 50px;
}
#page-top #feature .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-top #feature .feature-block {
  background: #fff;
  padding: 85px 50px 40px;
  width: 31.2%;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 40px rgba(74, 74, 74, 0.2);
          box-shadow: 0 6px 40px rgba(74, 74, 74, 0.2);
}
#page-top #feature .feature-block::before {
  content: "";
  display: block;
  width: 60px;
  height: 76px;
  background: url(../img/top/icon_feature.svg) no-repeat center/contain;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-top #feature .feature-block::after {
  font-size: 30px;
  font-family: "Overpass", sans-serif;
  color: #fff;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.06em;
}
#page-top #feature .feature-block .img {
  position: relative;
  width: 138px;
  height: 119px;
  margin: 0 auto 35px;
}
#page-top #feature .feature-block .img::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: #ebf7ff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
#page-top #feature .feature-block .img img {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
#page-top #feature .feature-block h3 {
  color: #1faae4;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 25px;
}
#page-top #feature .feature-block .desc {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}
#page-top #feature .feature-block:nth-child(1)::after {
  content: "01";
}
#page-top #feature .feature-block:nth-child(1) .img::before {
  top: 1px;
  left: -30px;
}
#page-top #feature .feature-block:nth-child(1) .img img {
  width: 138px;
}
#page-top #feature .feature-block:nth-child(2)::after {
  content: "02";
}
#page-top #feature .feature-block:nth-child(2) .img::before {
  bottom: -3px;
  right: -30px;
}
#page-top #feature .feature-block:nth-child(2) .img img {
  width: 124px;
}
#page-top #feature .feature-block:nth-child(3)::after {
  content: "03";
}
#page-top #feature .feature-block:nth-child(3) .img::before {
  top: -23px;
  right: -28px;
}
#page-top #feature .feature-block:nth-child(3) .img img {
  width: 130px;
}
#page-top #case {
  padding: 58px 0 80px;
  background: #e9f4fb url(../img/top/bg_case.png) no-repeat right bottom/89.4%;
}
#page-top #case .inner {
  width: 100%;
  max-width: 100%;
}
#page-top #case h2 {
  color: #1f4f85;
  font-size: 36px;
  position: relative;
  max-width: 1560px;
  margin: 0 auto 5px;
  width: 90%;
}
#page-top #case h2 span {
  position: relative;
  z-index: 2;
}
#page-top #case h2::before {
  content: "";
  display: block;
  width: 427px;
  height: 130px;
  background: url(../img/top/case_txt.svg) no-repeat center/contain;
  position: absolute;
  top: -50px;
  left: 50px;
  z-index: 1;
}
#page-top #case .row {
  position: relative;
}
#page-top #case .row .rowInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
#page-top #case .row::before {
  content: "";
  display: block;
  width: 64.3vw;
  height: calc(100% - 80px);
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s cubic-bezier(0.63, 0.16, 0.25, 1);
  transition: 0.8s cubic-bezier(0.63, 0.16, 0.25, 1);
}
#page-top #case .row.-anm-on::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#page-top #case .txt {
  margin-top: 80px;
  position: relative;
  z-index: 2;
  padding: 75px 5% 100px 0;
  width: 50%;
}
#page-top #case .txt h3 {
  color: #1f4f85;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#page-top #case .txt .logo {
  margin-bottom: 60px;
}
#page-top #case .txt .logo img {
  width: 160px;
}
#page-top #case .txt .desc {
  line-height: 1.8;
}
#page-top #case .img {
  position: relative;
  z-index: 2;
  width: 50%;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 40px rgba(74, 74, 74, 0.3);
          box-shadow: 0 6px 40px rgba(74, 74, 74, 0.3);
}
#page-top #case .img img {
  width: 100%;
}
#page-top #flow {
  background: #1f4f85;
  padding: 80px 0 80px 5%;
}
#page-top #flow .content {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff url(../img/top/bg_flow.png) no-repeat top right;
  background-size: 100%, 47%;
  padding: 100px 5%;
}
#page-top #flow h2 {
  font-size: 38px;
  max-width: 1330px;
  margin: 0 auto 75px;
  position: relative;
}
#page-top #flow h2 span {
  position: relative;
}
#page-top #flow h2 strong {
  color: #1f4f85;
}
#page-top #flow h2::before {
  content: "";
  display: block;
  width: 488px;
  aspect-ratio: 488/133;
  background: url(../img/top/flow_txt.svg) no-repeat center/contain;
  position: absolute;
  top: -70px;
  left: -5%;
}
#page-top #flow dl {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#page-top #flow dl dt {
  background: #1f4f85;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 370px;
  height: 76px;
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
  padding-left: 27px;
  font-size: 20px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
#page-top #flow dl dt .num {
  color: #1faae4;
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  margin-top: 8px;
  margin-right: 20px;
}
#page-top #flow dl dd {
  font-size: 17px;
  width: calc(100% - 370px);
  height: 76px;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
  background: #e9f4fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 66px;
}
#page-top #flow dl:not(:last-child) {
  margin-bottom: 47px;
}
#page-top #flow dl:not(:last-child)::after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  background: url(../img/arrow_bottom_blue.svg) no-repeat center/contain;
  position: absolute;
  top: calc(100% + 15px);
  left: 175px;
}
#page-top #flow .data {
  border: 1px solid #498bc9;
  border-radius: 10px;
  max-width: 1160px;
  margin: 80px auto 0;
  overflow: hidden;
}
#page-top #flow .data h3 {
  background: #498bc9;
  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;
  height: 48px;
  font-size: 20px;
  color: #fff;
}
#page-top #flow .data h3::before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: url(../img/icon_pencil_white.svg) no-repeat center/contain;
  margin-right: 12px;
}
#page-top #flow .data .list {
  padding: 30px 89px 20px;
}
#page-top #flow .data .list .notice {
  font-size: 14px;
  margin-top: 5px;
}
#page-top #flow .data .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -39px;
}
#page-top #flow .data .list ul li {
  width: calc((100% - 117px) / 3);
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  background: #eaf0f4;
  color: #1f4f85;
  margin-left: 39px;
  margin-bottom: 10px;
  padding-left: 22px;
}
#page-top #flow .data .list ul li span {
  margin-right: 23px;
}
#page-top #flow .data .list ul li:nth-child(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#page-top #flow .data .list ul li:nth-child(3) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
#page-top #flow .data .list ul li:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#page-top #flow .data .list ul li:nth-child(5) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#page-top #flow .data .list ul li:nth-child(6) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
#page-top #flow .data .list ul li:nth-child(7) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#page-top #flow .data .list ul li:nth-child(8) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
#page-top #simulation {
  padding: 85px 0 60px;
  overflow: hidden;
  position: relative;
}
#page-top #simulation::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2800/1712;
  background: url(../img/top/bg_estimate.png) no-repeat center top/100%;
  z-index: -2;
  position: absolute;
  top: 790px;
  left: 0;
}
#page-top #simulation::after {
  content: "";
  display: block;
  height: 1007px;
  aspect-ratio: 155/984;
  background: url(../img/top/estimate_txt.png) no-repeat center/contain;
  position: absolute;
  right: 5%;
  top: 366px;
  z-index: -1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.7s cubic-bezier(0.63, 0.16, 0.25, 1) 0.5s;
  transition: 0.7s cubic-bezier(0.63, 0.16, 0.25, 1) 0.5s;
}
#page-top #simulation.-anm-on::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#page-top #simulation .ttl {
  text-align: center;
  margin-bottom: 60px;
}
#page-top #simulation .ttl h2 {
  margin-top: 10px;
  color: #1f4f85;
  font-size: 46px;
  margin-bottom: 20px;
  line-height: 1;
}
#page-top #simulation .ttl .notice a {
  color: #1f4f85;
  text-decoration: underline;
  font-size: 15px;
}
#page-top #simulation .simulation-form {
  max-width: 1160px;
  -webkit-box-shadow: 0 6px 40px rgba(74, 74, 74, 0.3);
          box-shadow: 0 6px 40px rgba(74, 74, 74, 0.3);
  border-top: 12px solid #cadeeb;
  border-radius: 10px;
  padding: 60px 90px 100px;
  position: relative;
  background: #fff;
  margin: 0 auto;
}
#page-top #simulation table {
  width: 100%;
}
#page-top #simulation table input[type=radio] {
  display: none;
}
#page-top #simulation table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
#page-top #simulation table th {
  width: 200px;
}
#page-top #simulation table th span {
  background: #eaf0f4;
  color: #1f4f85;
  font-size: 18px;
  letter-spacing: 0.04em;
  height: 56px;
  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;
  border-radius: 3px;
}
#page-top #simulation table td {
  padding-left: 40px;
  width: calc(100% - 200px);
  font-size: 18px;
  color: #414247;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-top #simulation table td select {
  width: 100%;
  height: 56px;
  padding: 0 10px;
  border: #aeb4c4 solid 1px;
  border-radius: 3px;
  background: url(../img/arrow_bottom_gray.svg) right 14px top 50% no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page-top #simulation table td input[type=text] {
  width: 180px;
  height: 56px;
  padding: 0 10px;
  border: #aeb4c4 solid 1px;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 11px;
}
#page-top #simulation table td.check ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-top #simulation table td.check ul li:not(:last-child) {
  margin-right: 60px;
}
#page-top #simulation table td.check ul input[type=radio] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#page-top #simulation table td.check ul input[type=radio] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #aeb4c4;
  border-radius: 50%;
  margin-right: 12px;
}
#page-top #simulation table td.check ul input[type=radio]:checked + label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #1faae4;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
#page-top #simulation .btn_01 {
  margin-top: 60px;
  background: #1f4f85;
  width: 500px;
  height: 80px;
  margin: 0 auto;
  border-radius: 5px;
}
#page-top #simulation .btn_01::before {
  background: #285d99;
}
#page-top #simulation .btn_01 a {
  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: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-shadow: 0 2px 30px rgba(22, 55, 86, 0.24);
          box-shadow: 0 2px 30px rgba(22, 55, 86, 0.24);
  position: relative;
}
#page-top #simulation .btn_01 a::after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  background: url(../img/arrow_bottom_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-top #simulation #simulation-result {
  margin-top: 70px;
  margin-bottom: 15px;
  padding: 20px 0 40px;
  text-align: center;
  color: #1f4f85;
  border: 10px solid #cadeeb;
}
#page-top #simulation #simulation-result.start .init {
  display: none;
}
#page-top #simulation #simulation-result.start #simulation-goukei {
  display: inline-block;
}
#page-top #simulation #simulation-result h4 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
#page-top #simulation #simulation-result p {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #0089d8;
}
#page-top #simulation #simulation-result #simulation-goukei {
  font-size: 79px;
  font-weight: bold;
  display: none;
  vertical-align: baseline;
}
#page-top #simulation #simulation-result .init {
  font-size: 79px;
}
#page-top #simulation .attention {
  color: #1f4f85;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#page-top #simulation .attention li {
  text-indent: -1em;
  margin-left: 1em;
}
#page-top #download {
  position: relative;
  padding: 60px 0 142px;
}
#page-top #download::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 244, 250)), to(rgba(232, 244, 250, 0)));
  background: linear-gradient(to top, rgb(232, 244, 250), rgba(232, 244, 250, 0));
  z-index: -1;
  position: absolute;
  top: -100px;
  left: 0;
}
#page-top #download::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e9f4fb;
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
}
#page-top #download .inner {
  max-width: 1024px;
}
#page-top #download h2 {
  text-align: center;
  color: #1f4f85;
  font-size: 46px;
  margin-bottom: 20px;
}
#page-top #download .notice {
  font-size: 15px;
  text-align: center;
  margin-bottom: 55px;
}
#page-top #download .notice span {
  color: #ff2146;
  font-size: 150%;
  vertical-align: -8px;
  margin: 0 0.016em;
}
#page-top #download table {
  width: 82%;
  margin: 0 auto;
}
#page-top #download table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-top #download table tr:not(:last-child) {
  margin-bottom: 30px;
}
#page-top #download table tr th {
  width: 190px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding: 15px 0;
}
#page-top #download table tr th span {
  color: #ff2146;
}
#page-top #download table tr td {
  width: calc(100% - 190px);
}
#page-top #download table tr td input[type=text] {
  width: 100%;
  background: #fff;
  height: 56px;
  border: 1px solid #b6b9c0;
  border-radius: 3px;
  padding: 0 10px 0 10px;
}
#page-top #download table tr td .note {
  color: #898c92;
  font-size: 15px;
  letter-spacing: 0.04em;
  margin-top: 5px;
  display: block;
}
#page-top #download table tr td input[name=postal1] {
  max-width: 160px;
}
#page-top #download table tr td input[name=postal2] {
  max-width: 230px;
}
#page-top #download table tr td .hyphen {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #898c92;
  margin: 0 16px 5px;
}
#page-top #download table tr td input[name=prefecture] {
  max-width: 300px;
}
#page-top #download .group {
  margin-top: 60px;
}
#page-top #download .group h4 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
  letter-spacing: 0.04em;
}
#page-top #download .group .before {
  background: #fff;
  padding: 50px 40px;
  border-radius: 3px;
}
#page-top #download .group .before ol li {
  color: #414247;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
  line-height: 1.5;
}
#page-top #download .group .before ol li:not(:last-child) {
  margin-bottom: 15px;
}
#page-top #download .group .scroll {
  background: #fff;
  padding: 40px 60px;
  border: 2px solid #b6b9c0;
  border-radius: 3px;
  height: 160px;
  overflow: auto;
}
#page-top #download .group .scroll dl {
  font-size: 14px;
  line-height: 1.8;
}
#page-top #download .group .scroll dl dt {
  font-weight: bold;
}
#page-top #download .group .scroll dl dd img {
  height: 18px;
  vertical-align: -4px;
}
#page-top #download .check {
  margin-top: 19px;
}
#page-top #download .check input[type=checkbox] {
  display: none;
}
#page-top #download .check input[type=checkbox] + label {
  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;
  position: relative;
}
#page-top #download .check input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #b6b9c0;
  margin-right: 13px;
}
#page-top #download .check input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background: url(../img/icon_check.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: calc(50% - 198px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-top #download .btn {
  margin-top: 70px;
  background: #1faae4;
  width: 500px;
  height: 80px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 70px auto 0;
}
#page-top #download .btn button {
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 26px;
  letter-spacing: 0.04em;
  font-weight: bold;
  cursor: pointer;
  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;
}
#page-top #download .btn button::before {
  content: "";
  display: block;
  width: 30px;
  height: 26px;
  background: url(../img/icon_dl_white.svg) no-repeat center/contain;
  margin-right: 10px;
}
#page-top #download .btn.disabled {
  background: #b8b8b8;
}
#page-top #download .btn.disabled button {
  cursor: default;
}
#page-top #download .btn.disabled::before {
  background: #b8b8b8;
}
#page-top #download .btn::before {
  background: #33b8f0;
}
#page-top #company {
  padding: 80px 0 120px;
}
#page-top #company .inner {
  max-width: 1024px;
}
#page-top #company h2 {
  text-align: center;
  margin-bottom: 45px;
  font-size: 32px;
  color: #1f4f85;
}
#page-top #company table {
  width: 100%;
}
#page-top #company table tr {
  border-top: 1px solid #1e1e1e;
}
#page-top #company table tr th {
  background: #eaf0f4;
  font-weight: 400;
  width: 270px;
  color: #1f4f85;
}
#page-top #company table tr td {
  padding: 20px 40px;
  line-height: 1.6;
}
#page-top #company table tr td img {
  display: block;
  width: 56px;
  margin-bottom: 5px;
}
#page-top #company table tr:last-child {
  border-bottom: 1px solid #1e1e1e;
}

@media (max-width: 1400px) {
  #page-top #simulation::after {
    right: 0;
    top: 345px;
  }
}
@media (max-width: 1280px) {
  #page-top #flow .data .list {
    padding: 30px 30px 20px;
  }
  #page-top #flow .data .list ul {
    margin-left: -15px;
  }
  #page-top #flow .data .list ul li {
    width: calc((100% - 30px) / 2);
    margin-left: 15px;
  }
  #page-top #flow .data .list ul li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #page-top #flow .data .list ul li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #page-top #flow .data .list ul li:nth-child(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #page-top #flow .data .list ul li:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page-top #flow .data .list ul li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #page-top #flow .data .list ul li:nth-child(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #page-top #flow .data .list ul li:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media (max-width: 1024px) {
  #page-top #mv {
    min-height: 630px;
    margin-top: 64px;
    max-height: 100%;
  }
  #page-top #mv .catch {
    padding: 0;
  }
  #page-top #mv .catch .main .pc {
    display: none;
  }
  #page-top #mv .catch .main .sp {
    display: block;
    width: 380px;
  }
  #page-top #mv .catch .btns {
    margin-top: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-top #mv .catch .btns .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #page-top #intro .inner h2 {
    font-size: 26px;
  }
  #page-top #intro .inner h2 strong {
    font-size: 32px;
  }
  #page-top #intro .inner .desc {
    font-size: 16px;
  }
  #page-top #intro .inner h3 {
    font-size: 26px;
  }
  #page-top #service .content::before {
    height: 1200px;
    right: 0;
  }
  #page-top #service .add .txt ul li {
    width: calc((100% - 20px) / 2);
  }
  #page-top #service .add .txt ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #page-top #service .add .txt ul li:nth-child(2n-1) {
    margin-right: 20px;
  }
  #page-top #service .price .detail {
    padding-left: 25px;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  #page-top #service .price .detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #page-top #document-dl .inner .txt br.sp {
    display: block;
  }
  #page-top #usage {
    padding-bottom: 100px;
  }
  #page-top #usage h2 {
    padding: 0 5%;
    font-size: 32px;
    margin-bottom: 40px;
  }
  #page-top #usage h2::after {
    left: 30%;
  }
  #page-top #usage .usage-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-top #usage .usage-block .txt {
    width: 100%;
    padding-right: 5%;
  }
  #page-top #usage .usage-block .img {
    margin: 20px auto 0;
    width: 100%;
    max-width: 100%;
  }
  #page-top #usage .usage-block:nth-child(2n) .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 5%;
  }
  #page-top #usage .usage-block:nth-child(2n) .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page-top #usage .usage-block:nth-child(2)::before {
    top: -60%;
    -webkit-transform: none;
            transform: none;
    height: calc(100% + 400px);
  }
  #page-top #usage .usage-block:nth-child(3) .txt {
    padding-top: 20px;
  }
  #page-top #feature {
    padding-bottom: 80px;
  }
  #page-top #feature .feature-list {
    -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;
  }
  #page-top #feature .feature-block {
    width: 100%;
    max-width: 100%;
  }
  #page-top #feature .feature-block:not(:last-child) {
    margin-bottom: 44px;
  }
  #page-top #case {
    overflow: hidden;
  }
  #page-top #case h2 {
    margin-bottom: 30px;
    width: 90%;
  }
  #page-top #case .row .rowInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-top #case .row::before {
    width: 95%;
  }
  #page-top #case .row .txt {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-top: 40px;
  }
  #page-top #case .row .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 106%;
    border-radius: 5px 0px 0px 5px;
  }
  #page-top #flow .inner {
    width: 100%;
  }
  #page-top #flow dl dt {
    width: 260px;
    height: 110px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  #page-top #flow dl dt br.sp {
    display: block;
  }
  #page-top #flow dl dd {
    width: calc(100% - 260px);
    height: 110px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    padding: 0 30px;
  }
  #page-top #flow dl:not(:last-child)::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #page-top #simulation .simulation-form {
    padding: 40px 30px;
  }
  #page-top #simulation .simulation-form table tr td {
    padding-left: 30px;
  }
  #page-top #simulation .simulation-form table tr td ul li:not(:last-child) {
    margin-right: 25px;
  }
}
@media (max-width: 960px) {
  #page-top #document-dl .inner .btn.dl {
    max-width: 100%;
  }
  #page-top #document-dl .inner .tel img {
    margin: 0 auto;
  }
  #page-top #case h2::before {
    width: 213px;
  }
  #page-top #flow h2::before {
    width: 55%;
  }
  #page-top #download .btn {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #page-top #mv {
    margin-top: 64px;
    height: 129vw;
    min-height: auto;
    max-height: none;
  }
  #page-top #mv::before {
    width: 58.4%;
    bottom: 30vw;
    left: 44%;
  }
  #page-top #mv::after {
    height: 64px;
    background: url(../img/top/mv_bg.png) repeat-x center bottom/contain;
  }
  #page-top #mv .inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
  }
  #page-top #mv .catch {
    margin-top: 10.8vw;
  }
  #page-top #mv .catch .main .sp {
    width: 61.6vw;
  }
  #page-top #mv .catch .btns {
    margin-top: 52px;
  }
  #page-top #mv .catch .btns .btn a {
    height: 55px;
    font-size: 16px;
    margin: 0 auto;
  }
  #page-top #mv .catch .btns .btn.document a {
    width: 80%;
  }
  #page-top #mv .catch .btns .btn.simulation a {
    width: 80%;
  }
  #page-top #mv .catch .btns .btn.simulation a::before {
    width: 121px;
    height: 30px;
  }
  #page-top #mv .map-icons {
    width: 58.4%;
    bottom: 30vw;
    left: 44%;
  }
  #page-top #intro {
    padding: 23px 0 20px;
  }
  #page-top #intro::before {
    height: 250px;
  }
  #page-top #intro .block {
    padding: 40px 0 20px;
    background: #fff url(../img/top/bg_intro.svg) no-repeat -11px 81px/130px;
  }
  #page-top #intro .block h2 {
    font-size: 19px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 30px;
  }
  #page-top #intro .block h2 strong {
    font-size: 23px;
  }
  #page-top #intro .block .desc {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  #page-top #intro .block h3 {
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #page-top #intro .block h3 br {
    display: none;
  }
  #page-top #intro .block .img {
    margin-bottom: 15px;
  }
  #page-top #service {
    padding-bottom: 15px;
    background: linear-gradient(to bottom, transparent 50px, #1f4f85 50px);
  }
  #page-top #service .content {
    padding: 40px 0;
  }
  #page-top #service .content::before {
    width: 78px;
    top: 0;
  }
  #page-top #service .content h2 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #page-top #service .content h2 small {
    font-size: 15px;
  }
  #page-top #service .content .block {
    margin-bottom: 62px;
    -webkit-box-shadow: 0 3px 5px rgba(74, 74, 74, 0.2);
            box-shadow: 0 3px 5px rgba(74, 74, 74, 0.2);
  }
  #page-top #service .content .block h3 {
    font-size: 14px;
    padding: 7px 0;
  }
  #page-top #service .content .block .txt {
    padding: 12px;
  }
  #page-top #service .content .block .txt .main {
    font-size: 17px;
    margin-bottom: 2px;
  }
  #page-top #service .content .block .txt .desc {
    font-size: 13px;
  }
  #page-top #service .add::before {
    width: 55px;
    height: 47px;
    top: -47px;
  }
  #page-top #service .add h3 {
    font-size: 14px;
  }
  #page-top #service .add h3 span {
    font-size: 19px;
    margin-left: 0;
  }
  #page-top #service .add .txt {
    padding: 25px 5%;
  }
  #page-top #service .add .txt ul li {
    padding: 12px 0;
    width: calc((100% - 11px) / 2);
    margin-bottom: 13px;
  }
  #page-top #service .add .txt ul li img {
    width: 60px;
    margin-bottom: 7px;
  }
  #page-top #service .add .txt ul li span {
    font-size: 13px;
  }
  #page-top #service .add .txt ul li:nth-child(2n-1) {
    margin-right: 11px;
  }
  #page-top #service .add .txt .notice {
    font-size: 11px;
  }
  #page-top #service .price {
    margin-top: 25px;
    padding: 25px 5%;
  }
  #page-top #service .price::before {
    width: 104px;
    height: 27px;
    top: 33px;
    right: 13px;
  }
  #page-top #service .price h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  #page-top #service .price .detail {
    padding: 20px 25px;
  }
  #page-top #service .price .detail dl dt {
    font-size: 15px;
  }
  #page-top #service .price .detail dl dt::before {
    width: 15px;
    height: 15px;
    margin-right: 2px;
  }
  #page-top #service .price .detail dl dd {
    font-size: 13px;
    margin-top: 8px;
  }
  #page-top #service .price .detail dl dd span {
    font-size: 25px;
    margin-right: 0;
  }
  #page-top #service .price .detail dl:not(:last-child) {
    padding-bottom: 13px;
  }
  #page-top #service .price .detail dl:not(:first-child) {
    padding-top: 13px;
  }
  #page-top #service .price .notice {
    font-size: 12px;
    margin-top: 12px;
  }
  #page-top #document-dl {
    padding: 40px 0;
    background: #6099ce url(../img/top/bg_document.svg) no-repeat center bottom/1687px;
  }
  #page-top #document-dl .inner {
    padding: 0 10%;
  }
  #page-top #document-dl .inner h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #page-top #document-dl .inner .btn.dl {
    margin-bottom: 15px;
    height: 70px;
    border-radius: 8px;
  }
  #page-top #document-dl .inner .btn.dl a {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }
  #page-top #document-dl .inner .btn.dl a .free {
    width: 55px;
    height: 55px;
    font-size: 17px;
    left: -5%;
    top: -10px;
  }
  #page-top #document-dl .inner .btn.dl a::before {
    margin-right: 11px;
  }
  #page-top #document-dl .inner .txt {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #page-top #document-dl .inner .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-top #document-dl .inner .contact .form {
    margin-left: 0;
    margin-top: 15px;
  }
  #page-top #document-dl .inner .contact .form .btn {
    font-weight: bold;
  }
  #page-top #document-dl .inner .contact .form .btn a {
    width: 100%;
  }
  #page-top #usage {
    padding: 40px 0;
  }
  #page-top #usage::before {
    width: 95%;
    height: 33%;
    top: 27%;
  }
  #page-top #usage h2 {
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 50px;
  }
  #page-top #usage h2::after {
    width: 550px;
    left: 40%;
    top: 46px;
  }
  #page-top #usage .usage-block {
    padding: 0 5%;
  }
  #page-top #usage .usage-block .txt {
    padding: 0;
  }
  #page-top #usage .usage-block .txt h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #page-top #usage .usage-block .txt h3::before {
    left: -28px;
    top: -30px;
  }
  #page-top #usage .usage-block .txt .desc {
    font-size: 13px;
    line-height: 1.8;
  }
  #page-top #usage .usage-block:not(:last-child) {
    margin-bottom: 45px;
  }
  #page-top #usage .usage-block:nth-child(1) .txt h3::before {
    width: 93px;
  }
  #page-top #usage .usage-block:nth-child(2)::before {
    width: 95%;
    height: 450px;
    top: -177px;
  }
  #page-top #usage .usage-block:nth-child(2) .txt {
    padding: 0;
  }
  #page-top #usage .usage-block:nth-child(2) .txt h3::before {
    left: unset;
    right: -5%;
    top: -15px;
    width: 110px;
  }
  #page-top #usage .usage-block:nth-child(3) .txt {
    padding-top: 0;
  }
  #page-top #usage .usage-block:nth-child(3) .txt h3::before {
    top: -10px;
    width: 107px;
  }
  #page-top #feature {
    padding: 40px 0 0;
  }
  #page-top #feature .inner {
    width: 80%;
  }
  #page-top #feature h2 {
    font-size: 20px;
    margin-bottom: 45px;
  }
  #page-top #feature h2 span {
    font-size: 25px;
  }
  #page-top #feature h2 span strong {
    font-size: 32px;
  }
  #page-top #feature .feature-block {
    padding: 60px 24px 25px;
  }
  #page-top #feature .feature-block::before {
    width: 55px;
    height: 69px;
  }
  #page-top #feature .feature-block::after {
    font-size: 30px;
    top: -10px;
  }
  #page-top #feature .feature-block .img {
    margin-bottom: 20px;
    width: 105px;
    height: auto;
    text-align: center;
  }
  #page-top #feature .feature-block .txt h3 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #page-top #feature .feature-block .txt .desc {
    font-size: 13px;
    line-height: 1.8;
  }
  #page-top #feature .feature-block:nth-child(1) .img::before {
    width: 84px;
    height: 84px;
    left: -24px;
    top: 0;
  }
  #page-top #feature .feature-block:nth-child(1) .img img {
    width: 105px;
  }
  #page-top #feature .feature-block:nth-child(2) .img::before {
    width: 70px;
    height: 70px;
    right: -22px;
    bottom: -3px;
  }
  #page-top #feature .feature-block:nth-child(2) .img img {
    width: 95px;
  }
  #page-top #feature .feature-block:nth-child(3) .img::before {
    width: 76px;
    height: 76px;
    right: -22px;
    top: -17px;
  }
  #page-top #feature .feature-block:nth-child(3) .img img {
    width: 98px;
  }
  #page-top #case {
    padding: 45px 0;
    background: #e9f4fb url(../img/top/bg_case.png) no-repeat right -190px bottom/181%;
  }
  #page-top #case h2 {
    font-size: 23px;
  }
  #page-top #case h2::before {
    height: 65px;
    left: 30px;
    top: -15px;
  }
  #page-top #case .row::before {
    height: calc(100% - 160px);
  }
  #page-top #case .row .txt {
    padding: 30px 5% 30px 0;
  }
  #page-top #case .row .txt h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-right: -2%;
    margin-bottom: 15px;
  }
  #page-top #case .row .txt .logo {
    margin-bottom: 20px;
  }
  #page-top #case .row .txt .logo img {
    width: 110px;
  }
  #page-top #case .row .txt .desc {
    font-size: 13px;
    line-height: 1.8;
  }
  #page-top #flow {
    padding: 40px 0 40px 5%;
  }
  #page-top #flow .content {
    padding: 40px 5%;
  }
  #page-top #flow .content h2 {
    font-size: 23px;
    margin-bottom: 26px;
  }
  #page-top #flow .content h2::before {
    width: 190px;
    height: 52px;
    left: -5%;
    top: -20px;
  }
  #page-top #flow .content dl dt {
    width: 130px;
    font-size: 13px;
    line-height: 1.4;
    height: 78px;
  }
  #page-top #flow .content dl dt .num {
    position: absolute;
    top: -15px;
    left: 13px;
    font-size: 28px;
    margin-top: 0;
  }
  #page-top #flow .content dl dd {
    width: calc(100% - 130px);
    font-size: 12px;
    line-height: 1.4;
    height: 78px;
    padding: 0 15px;
  }
  #page-top #flow .content dl:not(:last-child) {
    margin-bottom: 36px;
  }
  #page-top #flow .content dl:not(:last-child)::after {
    width: 21px;
    height: 16px;
    top: calc(100% + 10px);
  }
  #page-top #flow .content .data {
    margin-top: 30px;
  }
  #page-top #flow .content .data h3 {
    font-size: 15px;
    height: 37px;
  }
  #page-top #flow .content .data h3::before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  #page-top #flow .content .data .list {
    padding: 15px 13px 8px;
  }
  #page-top #flow .content .data .list .notice {
    font-size: 12px;
    margin: 5px 0;
  }
  #page-top #flow .content .data .list ul {
    margin-left: -6px;
  }
  #page-top #flow .content .data .list ul li {
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    padding-left: 8px;
    margin-left: 6px;
    width: calc((100% - 12px) / 2);
    margin-bottom: 7px;
  }
  #page-top #flow .content .data .list ul li span {
    margin-right: 5px;
  }
  #page-top #simulation {
    padding: 40px 0;
  }
  #page-top #simulation:before {
    height: 70%;
    width: auto;
    aspect-ratio: 2800/1712;
    background: url(../img/top/bg_estimate.png) no-repeat center top/100%;
    top: 40%;
    bottom: 0;
    left: auto;
    right: -60px;
  }
  #page-top #simulation:after {
    height: 60%;
    top: 166px;
  }
  #page-top #simulation .ttl {
    margin-bottom: 24px;
  }
  #page-top #simulation .ttl .sub img {
    width: 270px;
  }
  #page-top #simulation .ttl h2 {
    margin-top: 10px;
    font-size: 32px;
  }
  #page-top #simulation .ttl .notice {
    font-size: 13px;
    margin-top: 15px;
  }
  #page-top #simulation .simulation-form {
    padding: 30px 5%;
  }
  #page-top #simulation .simulation-form::after {
    width: 78px;
    right: -5%;
    top: 0;
  }
  #page-top #simulation .simulation-form table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-top #simulation .simulation-form table tr th {
    width: 100%;
  }
  #page-top #simulation .simulation-form table tr th span {
    font-size: 16px;
  }
  #page-top #simulation .simulation-form table tr td {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }
  #page-top #simulation .simulation-form table tr td select {
    height: 43px;
  }
  #page-top #simulation .simulation-form table tr td.check ul li {
    line-height: 1;
    font-size: 15px;
  }
  #page-top #simulation .simulation-form table tr td.check ul li:not(:last-child) {
    margin-right: 18px;
  }
  #page-top #simulation .simulation-form table tr td.check ul li input[type=radio] + label::before {
    margin-right: 5px;
    width: 15px;
    height: 15px;
  }
  #page-top #simulation .simulation-form table tr td.check ul li input[type=radio]:checked + label::after {
    width: 9px;
    height: 9px;
    left: 4px;
  }
  #page-top #simulation .simulation-form table tr td input[type=text] {
    height: 43px;
    width: 275px;
  }
  #page-top #simulation .simulation-form table tr:not(:last-child) {
    margin-bottom: 15px;
  }
  #page-top #simulation .simulation-form .btn_01 {
    max-width: 100%;
    height: 60px;
  }
  #page-top #simulation .simulation-form .btn_01 a {
    font-size: 20px;
  }
  #page-top #simulation #simulation-result {
    margin-top: 30px;
    border-width: 5px;
    padding: 20px 0;
  }
  #page-top #simulation #simulation-result h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  #page-top #simulation #simulation-result p {
    font-size: 24px;
  }
  #page-top #simulation #simulation-result p .init {
    font-size: 46px;
  }
  #page-top #simulation .attention {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }
  #page-top #download {
    padding: 0 0 40px;
  }
  #page-top #download::before {
    background: url(../img/top/bg_estimate_sp.png) no-repeat center top/100%;
    aspect-ratio: unset;
    height: 150vw;
    top: -150vw;
  }
  #page-top #download h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #page-top #download .notice {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  #page-top #download .notice span {
    font-size: inherit;
    vertical-align: -3px;
  }
  #page-top #download table {
    width: 100%;
  }
  #page-top #download table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-top #download table tr th {
    font-size: 15px;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  #page-top #download table tr td {
    width: 100%;
  }
  #page-top #download table tr td input[type=text] {
    height: 38px;
  }
  #page-top #download table tr td .note {
    font-size: 13px;
    margin-top: 3px;
  }
  #page-top #download table tr td input[name=postal1] {
    max-width: 70px;
  }
  #page-top #download table tr td .hyphen {
    margin: 0 8px 5px;
  }
  #page-top #download table tr td input[name=postal2] {
    max-width: 90px;
  }
  #page-top #download table tr td input[name=prefecture] {
    max-width: none;
  }
  #page-top #download table tr:not(:last-child) {
    margin-bottom: 10px;
  }
  #page-top #download .group {
    margin-top: 30px;
  }
  #page-top #download .group h4 {
    font-size: 17px;
    margin-bottom: 14px;
  }
  #page-top #download .group .before {
    padding: 20px 5%;
  }
  #page-top #download .group .before ol li {
    font-size: 12px;
    line-height: 1.4;
  }
  #page-top #download .group .before ol li:not(:last-child) {
    margin-bottom: 12px;
  }
  #page-top #download .group .scroll {
    padding: 24px 5%;
    height: 177px;
    border-width: 1px;
  }
  #page-top #download .group .scroll dl {
    font-size: 12px;
    line-height: 1.6;
  }
  #page-top #download .group .scroll dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  #page-top #download .check {
    font-size: 14px;
  }
  #page-top #download .check #agree + label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page-top #download .check #agree + label::before {
    width: 13px;
    height: 13px;
    margin-right: 7px;
    margin-top: 3px;
  }
  #page-top #download .check #agree:checked + label::after {
    width: 11px;
    height: 10px;
    top: 10px;
    left: calc(50% - 170px);
  }
}
@media (max-width: 768px) and (max-width: 385px) {
  #page-top #download .check #agree:checked + label::after {
    left: 2px;
  }
}
@media (max-width: 768px) {
  #page-top #download .btn {
    margin-top: 30px;
    height: 60px;
  }
  #page-top #download .btn button {
    font-size: 20px;
  }
  #page-top #download .btn button::before {
    width: 18px;
    height: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  #page-top #company {
    padding: 40px 0;
  }
  #page-top #company h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #page-top #company table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page-top #company table tr th {
    width: 100%;
    padding: 10px 5%;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
  }
  #page-top #company table tr td {
    width: 100%;
    padding: 15px 5%;
    font-size: 13px;
    line-height: 1.5;
  }
  #page-top #company table tr td img {
    width: 40px;
  }
}
.thanks#main {
  display: block;
  padding-top: 200px;
}
.thanks#main h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.8em;
  color: #41556d;
}
.thanks#main .btn_01 {
  margin-bottom: 40px;
}
.thanks#main .btn_01 .btn {
  font-size: 22px;
  font-weight: 700;
  line-height: 80px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: auto;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background-color: #02bcf2;
}
.thanks#main .btn_01 .btn:hover {
  opacity: 0.8;
}
.thanks#main .note {
  max-width: 600px;
  margin: auto;
  margin-bottom: 40px;
  padding-left: 1em;
  text-indent: -1em;
}
.thanks#main h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  color: #41556d;
}
.thanks#main .company {
  max-width: 750px;
  margin: 0 auto 80px;
  padding: 20px 10px;
  text-align: center;
  color: #333;
  line-height: 1.8em;
  border-radius: 10px;
  border: #ccc 1px solid;
}
/*# sourceMappingURL=style.css.map */