@charset "UTF-8";
body {
  min-width: 1024px !important;
}
@media only screen and (max-width: 959px) {
  body {
    min-width: 100% !important;
  }
}

@media screen and (min-width: 960px) {
  body {
    min-width: 1024px !important;
  }
}
@media screen and (max-width: 959px) {
  body {
    min-width: 100% !important;
  }
}

.section-block {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  font-size: 16px;
  color: #242F3D;
}
@media only screen and (max-width: 959px) {
  .section-block {
    width: 100%;
    font-size: 12px;
    background-color: #FFF;
  }
}

.section-ttl {
  margin-bottom: 0;
  padding-top: 40px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  background-image: url(../img/border.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 112px auto;
}
@media only screen and (max-width: 959px) {
  .section-ttl {
    padding-top: 20px;
    font-size: 18px;
    line-height: 28px;
    background-size: auto 2px;
  }
}

.section-sub-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-height: 40px;
  margin: 20px auto 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #0F5EC1;
  background-color: #EAF3FF;
  border-radius: 999px;
}

.lp-header {
  height: 775px;
  background-image: url(../img/bg1.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 2000px auto;
}
@media only screen and (max-width: 959px) {
  .lp-header {
    height: 450px;
    background-image: url(../img/bg1_sp.png);
    background-size: cover;
  }
}
.lp-header > .section-block {
  padding-top: 90px;
  border-top: none;
}
@media only screen and (max-width: 959px) {
  .lp-header > .section-block {
    padding-top: 45px;
    background-color: transparent;
  }
}

.lp-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #FFF;
}
.lp-breadcrumb a {
  color: currentColor;
}
.lp-breadcrumb li:nth-of-type(n+2)::before {
  display: inline-block;
  padding: 0 0.5em;
  content: ">";
}
@media only screen and (max-width: 959px) {
  .lp-breadcrumb {
    padding: 0 18px;
    font-size: 8px;
    font-size: 2.5vw;
  }
}

.header-logo {
  position: absolute;
  top: 21px;
  left: 0;
}
.header-logo > a {
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  .header-logo {
    top: 12px;
    left: 18px;
  }
  .header-logo img {
    width: 85px;
  }
}

.header-partner > .item:first-of-type {
  flex-shrink: 0;
}

.herder-top .header-sub-ttl {
  position: absolute;
  top: 21px;
  left: 200px;
  color: #FFF;
}
.herder-top .header-link {
  position: absolute;
  top: 32px;
  right: 132px;
  width: 100px;
  height: 40px;
  color: #FFF;
}
.herder-top .header-link:hover .header-link-box {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.herder-top .header-link:hover p {
  border-bottom: 2px solid #FFF;
}
.herder-top .header-link p {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
}
.herder-top .header-link p::after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 10px;
  content: "";
  background-image: url(../img/service-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.herder-top .header-link-box {
  position: absolute;
  color: #FFF;
  background-color: #FFF;
}
.herder-top .header-link-box a {
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: none;
}
.herder-top .header-link-box a:hover {
  color: #2549DD;
}
.herder-top .header-contact {
  position: absolute;
  top: 18px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  min-height: 50px;
  padding: 3px 5px;
  font-size: 14px;
  color: #2549DD;
  border-radius: 999px;
  background-color: #FFF;
}
.herder-top .header-contact:hover {
  background-color: #FFF;
}

.header-txt {
  margin-top: 120px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.53125;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 959px) {
  .header-txt {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.header-ttl {
  font-size: 51px;
  font-weight: 900;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 959px) {
  .header-ttl {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 1.5094339623;
  }
}

.header-read {
  flex-wrap: nowrap;
  width: 660px;
  margin: 40px auto 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}
@media only screen and (max-width: 959px) {
  .header-read {
    width: 290px;
    margin-top: 37.5px;
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
  }
}

.header-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 827px;
  margin: 155px auto 0;
}
@media only screen and (max-width: 959px) {
  .header-partner {
    flex-direction: inherit;
    align-items: flex-start;
    width: 290px;
    margin-top: 35px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #FFF;
  }
}
.header-partner > .item {
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .header-partner > .item {
    font-size: 10px;
    line-height: 16px;
    color: #FFF;
  }
}
@media only screen and (max-width: 959px) {
  .header-partner > .item:last-child {
    margin-left: 15px;
    text-align: left;
  }
}

.header-partner {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .header-partner {
    align-items: center;
    width: 827px;
    margin-top: 190px;
  }
  .header-partner-badge {
    width: 260px;
  }
  .header-partner-txt {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
@media screen and (max-width: 959px) {
  .header-partner {
    align-items: flex-start;
    gap: 15px;
    width: 290px;
    margin-top: 35px;
  }
  .header-partner-badge {
    width: 100px;
    max-width: 100px;
  }
  .header-partner-txt {
    font-size: 10px;
    line-height: 1.6;
    color: #FFF;
  }
}

@media only screen and (max-width: 959px) {
  .gcpartner {
    width: 100px;
    max-width: 100px;
  }
}

@media only screen and (max-width: 959px) {
  .section-suport > .section-block {
    padding: 50px 25px 0;
  }
}

.suport-read {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .suport-read {
    margin-top: 25px;
  }
}

.suport-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #0F5EC1;
}
@media only screen and (max-width: 959px) {
  .suport-list {
    display: block;
    margin-top: 35px;
    padding-bottom: 50px;
    font-size: 13px;
    text-align: left;
    border-bottom: solid 1px #979797;
  }
}
.suport-list > .item {
  width: 180px;
}
@media only screen and (max-width: 959px) {
  .suport-list > .item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
}
.suport-list > .item > dt {
  margin-top: 15px;
}
@media only screen and (max-width: 959px) {
  .suport-list > .item > dt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 959px) {
  .suport-list > .item > dd {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .suport-list > .item img {
    width: 52.5px;
  }
}

.section-lineup {
  margin-top: 100px;
}
@media only screen and (max-width: 959px) {
  .section-lineup {
    margin-top: 0;
  }
}
.section-lineup > .section-block {
  padding-top: 100px;
  border-top: solid 1px #CCC;
}
@media only screen and (max-width: 959px) {
  .section-lineup > .section-block {
    padding: 50px 15px 50px;
    border: none;
  }
}

.lineup-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 959px) {
  .lineup-list {
    display: block;
    margin-top: 20px;
    padding-bottom: 0;
  }
}
.lineup-list > .item {
  width: 320px;
  margin: 0 20px 20px 0;
  padding: 40px 30px;
  border: solid 1px #C5D7F1;
}
@media only screen and (max-width: 959px) {
  .lineup-list > .item {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 20px 15px 20px 0;
  }
}
.lineup-list > .item:first-child {
  position: relative;
  width: 100%;
  height: 200px;
  margin-right: 0;
  padding: 55px 0 0 240px;
}
@media only screen and (max-width: 959px) {
  .lineup-list > .item:first-child {
    display: block;
    height: auto;
    padding: 25px 15px;
  }
}
.lineup-list > .item:first-child::before {
  position: absolute;
  top: 48px;
  left: 100px;
  display: block;
  width: 105px;
  height: 105px;
  content: "";
  background-image: url(../img/ico02.svg);
  background-size: contain;
}
@media only screen and (max-width: 959px) {
  .lineup-list > .item:first-child::before {
    display: none;
  }
}
.lineup-list > .item:nth-child(4) {
  margin-right: 0;
}
.lineup-list > .item:nth-child(7) {
  margin-right: 0;
}

.lineup-item > dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #0F5EC1;
}
@media only screen and (max-width: 959px) {
  .lineup-item > dt {
    width: 45%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 959px) {
  .lineup-item > dd {
    width: 55%;
  }
}
.lineup-item:first-child > dt {
  font-size: 32px;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .lineup-item:first-child > dt {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
@media only screen and (max-width: 959px) {
  .lineup-item:first-child > dd {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.lineup-item .item-list > li {
  margin: 2px 0 2px 1em;
  text-indent: -1em;
}
.lineup-item .item-list > li::before {
  content: "・";
}
.lineup-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  margin: 15px auto 0;
  color: #2549DD;
  border: 1px solid #2549DD;
  border-radius: 999px;
}
@media only screen and (max-width: 959px) {
  .lineup-item a {
    margin-left: 0px;
  }
}

.section-price {
  min-height: 740px;
  padding-top: 173px;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 2000px auto;
}
@media only screen and (max-width: 959px) {
  .section-price {
    padding-top: 0;
    background-image: none;
    background-color: #f7f8fc;
  }
}
@media only screen and (max-width: 959px) {
  .section-price > .section-block {
    padding: 50px 15px 50px;
    background-color: transparent;
  }
}

.price-read {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .price-read {
    margin-top: 28px;
  }
}

.price-list {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .price-list {
    max-width: 320px;
    margin: 30px auto 0;
  }
}

.price-banner {
  margin-top: 53px;
  text-align: center;
}
.price-banner a {
  width: 520px;
}
@media only screen and (max-width: 959px) {
  .price-banner a {
    width: 86%;
    max-width: 520px;
  }
}

.section-plan {
  margin-top: 80px;
}
@media only screen and (max-width: 959px) {
  .section-plan {
    margin-top: 0;
  }
}
@media only screen and (max-width: 959px) {
  .section-plan > .section-block {
    padding: 50px 15px 50px;
  }
}

.plan-read {
  margin-top: 40px;
  text-align: center;
}

.plan-chart {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
@media only screen and (max-width: 959px) {
  .plan-chart {
    display: block;
    margin-top: 30px;
  }
}
.plan-chart > .item {
  width: 320px;
  margin-right: 20px;
  padding: 35px 30px 5px;
  border: solid 1px #C5D7F1;
}
@media only screen and (max-width: 959px) {
  .plan-chart > .item {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 10px 0;
  }
}
.plan-chart > .item:nth-child(3n) {
  margin-right: 0;
}

.plan-data > .ttl, .plan-data > .caption {
  text-align: center;
}
.plan-data > .ttl {
  font-size: 12px;
}
.plan-data > .ttl > b {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #0F5EC1;
}
@media only screen and (max-width: 959px) {
  .plan-data > .ttl > b {
    margin-top: 14px;
    font-size: 18px;
  }
}
.plan-data > dt {
  padding-bottom: 25px;
}
@media only screen and (max-width: 959px) {
  .plan-data > dt {
    padding-bottom: 22px;
  }
}
.plan-data > dd {
  padding: 30px 0;
  border-top: solid 1px #C5D7F1;
}
@media only screen and (max-width: 959px) {
  .plan-data > dd {
    padding: 20px 0;
  }
}

.plan-list > li {
  margin-left: 1em;
  text-indent: -1em;
}
.plan-list > li::before {
  content: "・";
}

.section-contact {
  min-height: 595px;
  margin-top: 100px;
  padding-top: 230px;
  background-image: url(../img/bg3.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 2000px auto;
}
@media only screen and (max-width: 959px) {
  .section-contact {
    min-height: 100%;
    margin-top: 0;
    padding-top: 0;
    background-image: none;
    background-color: #005efb;
  }
}
@media only screen and (max-width: 959px) {
  .section-contact > .section-block {
    padding: 50px 15px 50px;
    background-color: transparent;
  }
}

.contact-ttl {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 959px) {
  .contact-ttl {
    font-size: 18px;
    line-height: 28px;
  }
}

.contact-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}
@media only screen and (max-width: 959px) {
  .contact-btns {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.contact-btns > li {
  margin: 0 10px;
  width: 440px;
}
@media only screen and (max-width: 959px) {
  .contact-btns > li {
    margin: 20px 0 0;
    width: 100%;
  }
}

.section-startguide {
  margin-top: 80px;
}
@media only screen and (max-width: 959px) {
  .section-startguide {
    margin-top: 0;
  }
}
@media only screen and (max-width: 959px) {
  .section-startguide > .section-block {
    padding: 50px 15px 50px;
  }
}
@media only screen and (max-width: 959px) {
  .section-startguide > .section-block > .block {
    padding-bottom: 50px;
    border-bottom: solid 1px #979797;
  }
}

.startguide-read {
  margin-top: 55px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .startguide-read {
    margin-top: 20px;
  }
}

.startguide-flow {
  display: block;
  margin-top: 55px;
}
@media only screen and (max-width: 959px) {
  .startguide-flow {
    width: 170px;
    margin: 30px auto 0;
  }
}

.section-help {
  margin-top: 100px;
}
@media only screen and (max-width: 959px) {
  .section-help {
    margin-top: 0;
  }
}
.section-help > .section-block {
  padding-top: 100px;
  border-top: solid 1px #CCC;
}
@media only screen and (max-width: 959px) {
  .section-help > .section-block {
    padding: 0 15px 50px;
    border-top: none;
  }
}

.help-list {
  margin-top: 75px;
}
@media only screen and (max-width: 959px) {
  .help-list {
    margin-top: 20px;
  }
}
.help-list > .item {
  position: relative;
  padding: 30px;
  border-bottom: solid 1px #D5D5D5;
}
@media only screen and (max-width: 959px) {
  .help-list > .item {
    padding: 20px 0;
  }
}
.help-list > .item::after {
  position: absolute;
  top: 35px;
  right: 30px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../img/btn_off.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 12px auto;
}
@media only screen and (max-width: 959px) {
  .help-list > .item::after {
    top: 25px;
    right: 0;
    width: 10px;
    height: 10px;
    background-size: 10px auto;
  }
}
.help-list > .item.show::after {
  top: 40px;
  background-image: url(../img/btn_on.svg);
}
@media only screen and (max-width: 959px) {
  .help-list > .item.show::after {
    top: 30px;
  }
}
.help-list > .item > dt {
  position: relative;
  z-index: 2;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  .help-list > .item > dt {
    padding-right: 30px;
  }
}
.help-list > .item > dd {
  display: none;
  padding-top: 12px;
}
@media only screen and (max-width: 959px) {
  .help-list > .item > dd {
    padding: 10px 30px 0 0;
  }
}

.section-entry {
  position: relative;
  z-index: 2;
  min-height: 578px;
  margin-top: 100px;
  padding-top: 230px;
  background-image: url(../img/bg4.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 2000px auto;
}
@media only screen and (max-width: 959px) {
  .section-entry {
    min-height: 100%;
    margin-top: 0;
    padding-top: 0;
    background-image: none;
    background-color: #005efb;
  }
}
@media only screen and (max-width: 959px) {
  .section-entry > .section-block {
    padding: 50px 15px 50px;
    background-color: transparent;
  }
}

.entry-ttl {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 959px) {
  .entry-ttl {
    font-size: 18px;
    line-height: 28px;
  }
}

.entry-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 959px) {
  .entry-item {
    display: block;
    margin-top: 30px;
  }
}

.entry-tel {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #FFF;
}
.entry-tel > b {
  display: block;
  margin-bottom: 0.2em;
  font-size: 52px;
  font-weight: 900;
}
@media only screen and (max-width: 959px) {
  .entry-tel > b {
    margin-bottom: 0.4em;
    font-size: 28px;
  }
}

.entry-btn {
  width: 440px;
  margin-left: 100px;
}
@media only screen and (max-width: 959px) {
  .entry-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.footerArea {
  position: relative;
  z-index: 1;
  padding-top: 34px;
  background-color: #0f2b50;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 2000px auto;
}
@media only screen and (max-width: 959px) {
  .footerArea {
    padding-top: 0;
    background-image: none;
    background-color: #0d264b;
  }
}
@media only screen and (max-width: 959px) {
  .footerArea > .contents {
    padding-top: 55px;
  }
}

a.lpbtn_type1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 20px;
  color: #2549DD;
  border-radius: 35px;
  background-color: #FFF;
}
@media only screen and (max-width: 959px) {
  a.lpbtn_type1 {
    max-width: 290px;
    height: 45px;
    font-weight: bold;
    margin: 0 auto;
    font-size: 13px;
    border-radius: 45px;
  }
}
a.lpbtn_type1:hover {
  text-decoration: none;
  color: #FFF;
  border: solid 2px #FFF;
  background-color: transparent;
}

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

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

.section {
  margin-top: 0px;
}
@media only screen and (max-width: 959px) {
  .section {
    margin-top: 50px;
    padding: 0 3%;
  }
}

.section-ttl {
  margin-bottom: 0;
  padding-top: 40px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  background-image: url(../img/border.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 112px auto;
}
@media only screen and (max-width: 959px) {
  .section-ttl {
    padding-top: 20px;
    font-size: 18px;
    line-height: 28px;
    background-size: auto 2px;
  }
}

.section-block {
  padding-top: 100px;
  border-top: solid 1px #CCC;
}
@media only screen and (max-width: 959px) {
  .section-block {
    padding-top: 50px;
  }
}

.section-read {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .section-read {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 1.6666666667;
    text-align: left;
  }
}

.section-contact .section-block {
  padding-top: unset;
  border-top: none;
}
.section-contact + .section-detail .section-block {
  padding-top: 45px;
  border-top: none;
}
@media only screen and (max-width: 959px) {
  .section-contact {
    padding-top: 50px;
  }
  .section-contact + .section-detail .section-block {
    padding-top: 0;
  }
}

.section-entry .section-block {
  padding-top: unset;
  border-top: none;
}
@media only screen and (max-width: 959px) {
  .section-entry .section-block {
    padding-top: 50px;
  }
}

.mainWrapper .for-pc {
  display: block;
}

.mainWrapper .for-sp {
  display: none;
}

@media only screen and (max-width: 959px) {
  .mainWrapper .for-pc {
    display: none;
  }
  .mainWrapper .for-sp {
    display: block;
  }
}
.section-onestop {
  margin-top: 25px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 959px) {
  .section-onestop {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.section-onestop .section-block {
  padding-top: 0px;
  border-top: none;
}

.package-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 730px;
  margin: 40px auto 90px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #0F5EC1;
}
@media only screen and (max-width: 959px) {
  .package-list {
    display: block;
    width: 100%;
    max-width: 470px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 13px;
  }
}
.package-list > .item {
  width: 230px;
}
@media only screen and (max-width: 959px) {
  .package-list > .item {
    display: flex;
    align-items: center;
    width: calc(100% - 10px);
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 959px) {
  .package-list > .item > dd {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 18%;
    max-width: 56px;
    min-height: 58px;
    margin-left: 3%;
  }
  .package-list > .item > dd img {
    width: 100%;
  }
}
.package-list > .item > dt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 959px) {
  .package-list > .item > dt {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    font-size: 13px;
    text-align: left;
  }
}
.package-box {
  text-align: center;
}
.package-box img {
  width: 812px;
  margin: 80px auto 100px;
}
@media only screen and (max-width: 959px) {
  .package-box img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

.setup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 260px;
}
@media only screen and (max-width: 959px) {
  .setup-list {
    margin: 25px auto 130px;
    padding: 0 10px;
  }
}
.setup-list:last-of-type {
  position: relative;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 959px) {
  .setup-list:last-of-type {
    margin: 0 auto 50px;
  }
}
.setup-list:last-of-type::after, .setup-list:last-of-type::before {
  position: absolute;
  top: -133px;
  left: 50%;
  width: 100px;
  height: 6px;
  content: "";
  background-color: #0F5EC1;
}
.setup-list:last-of-type::after {
  transform: translateX(-50%);
}
.setup-list:last-of-type::before {
  transform: translateX(-50%) rotate(90deg);
}
@media only screen and (max-width: 959px) {
  .setup-list:last-of-type::after, .setup-list:last-of-type::before {
    top: -93px;
    width: 3px;
    height: 50px;
  }
}
.setup-list:last-of-type > .item {
  width: 100%;
}
.setup-list:last-of-type > .item > dd p {
  margin-bottom: 50px;
}
@media only screen and (max-width: 959px) {
  .setup-list:last-of-type > .item > dd p {
    margin-bottom: 20px;
  }
}
.setup-list > .item {
  width: 460px;
}
@media only screen and (max-width: 959px) {
  .setup-list > .item {
    width: 100%;
    margin: 0 auto;
  }
  .setup-list > .item + .item {
    margin-top: 20px;
  }
}
.setup-list > .item > dt {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #0F5EC1;
}
@media only screen and (max-width: 959px) {
  .setup-list > .item > dt {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
.setup-list > .item > dd {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 959px) {
  .setup-list > .item > dd {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.setup-list > .item > dd p {
  margin-bottom: 30px;
  padding-right: 10px;
}
@media only screen and (max-width: 959px) {
  .setup-list > .item > dd p {
    margin-bottom: 20px;
    padding-right: 0;
    word-break: break-word;
  }
}
.setup-list > .item > dd img {
  width: 100%;
}
.setup-box {
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 959px) {
  .setup-box {
    margin-bottom: 40px;
  }
}
.setup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 959px) {
  .setup-btn {
    display: block;
    margin-top: 20px;
  }
}
.setup-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  padding: 20px;
  color: #FFF;
  background-color: #0F5EC1;
  border: 1px solid #0F5EC1;
  border-radius: 35px;
}
@media only screen and (max-width: 959px) {
  .setup-btn a {
    width: 100%;
    padding: 12px;
    font-size: 13px;
    border-radius: 45px;
  }
}
.setup-btn a:hover {
  text-decoration: none;
  color: #0F5EC1;
  background-color: #FFF;
}
.setup-btn a:nth-of-type(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 959px) {
  .setup-btn a:nth-of-type(2) {
    margin: 10px 0 0;
  }
}

.flow-wrap {
  width: 980px;
  margin: 50px auto 40px;
}
@media only screen and (max-width: 959px) {
  .flow-wrap {
    width: 100%;
    margin: 25px auto 20px;
    padding: 0 10px;
  }
}
.flow-note {
  margin-bottom: 100px;
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .flow-note {
    margin-bottom: 50px;
    font-size: 10px;
    line-height: 2;
  }
}
.flow-note-txt {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.flow-note-txt::before {
  content: "※";
}

.price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 65px;
  border-top: 2px solid #C5D7F1;
  border-bottom: 2px solid #C5D7F1;
}
@media only screen and (max-width: 959px) {
  .price-wrap {
    display: block;
    margin-top: 30px;
    border-top: 1px solid #C5D7F1;
    border-bottom: 1px solid #C5D7F1;
  }
}
.price-wrap-left {
  width: 770px;
}
@media only screen and (max-width: 959px) {
  .price-wrap-left {
    width: 100%;
  }
}
.price-wrap .price-wrap-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  margin-left: 35px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  color: #0F5EC1;
}
@media only screen and (max-width: 959px) {
  .price-wrap .price-wrap-right {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.4285714286;
    border-top: 1px solid #C5D7F1;
  }
}
.price-item {
  display: flex;
  align-items: center;
  width: 770px;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 959px) {
  .price-item {
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.price-item-border {
  border-top: 2px solid #C5D7F1;
  border-bottom: 2px solid #C5D7F1;
}
.price-item-border + .price-item-border {
  border-top: none;
}
@media only screen and (max-width: 959px) {
  .price-item-border {
    border-top: 1px solid #C5D7F1;
    border-bottom: 1px solid #C5D7F1;
  }
}
.price-item h3 {
  width: 200px;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
@media only screen and (max-width: 959px) {
  .price-item h3 {
    flex-shrink: 0;
    width: 84px;
    font-size: 12px;
  }
}
.price-item p {
  width: 500px;
  margin-left: 50px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 959px) {
  .price-item p {
    width: 100%;
    margin-left: auto;
    font-size: 11px;
  }
}
@media only screen and (max-width: 959px) {
  .price-box {
    width: calc(100% - 94px);
    padding-left: 25px;
  }
}
@media only screen and (max-width: 959px) {
  .price-box-right {
    padding-top: 20px;
    font-weight: 600;
    color: #0F5EC1;
    border-top: 2px dotted #C5D7F1;
  }
}
.price-note {
  margin-top: 42px;
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .price-note {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 10px;
    line-height: 2;
  }
}
.price-note-txt {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.price-note-txt::before {
  content: "※";
}

.plan {
  margin-top: 140px;
}
@media only screen and (max-width: 959px) {
  .plan {
    margin-top: 100px;
  }
}
.plan-option {
  margin-bottom: -80px;
}
@media only screen and (max-width: 959px) {
  .plan-option {
    margin-bottom: -60px;
  }
}
.plan .section-ttl {
  padding-top: 105px;
}
@media only screen and (max-width: 959px) {
  .plan .section-ttl {
    padding-top: 78px;
  }
}
.plan .section-block {
  padding-top: unset;
  border-top: none;
}
.plan-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 959px) {
  .plan-wrap {
    margin-top: 48px;
  }
}
.plan-list {
  display: flex;
  margin-top: 33px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 959px) {
  .plan-list {
    display: block;
    margin-top: 15px;
  }
}
.plan-item {
  width: 320px;
  margin: 0 20px 20px 0;
  padding: 31px 23px;
  border: solid 1px #C5D7F1;
}
@media only screen and (max-width: 959px) {
  .plan-item {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 10px;
    padding: 25px 23px 23px;
  }
}
.plan-item dt {
  min-height: 60px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #0F5EC1;
}
@media only screen and (max-width: 959px) {
  .plan-item dt {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.plan-item dd li {
  margin: 2px 0 2px 1em;
  line-height: 1.75;
  text-indent: -1em;
}
.plan-item dd li::before {
  content: "・";
}
.plan-reference {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6875;
}
@media only screen and (max-width: 959px) {
  .plan-reference {
    font-size: 12px;
  }
}

.section-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}
@media only screen and (max-width: 959px) {
  .section-detail {
    margin-bottom: 50px;
  }
}
.section-detail-sub-ttl {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6875;
}
@media only screen and (max-width: 959px) {
  .section-detail-sub-ttl {
    flex-shrink: 0;
    width: 96px;
    margin-left: 10px;
    font-size: 12px;
  }
}
.section-detail-items {
  margin-top: 60px;
}
@media only screen and (max-width: 959px) {
  .section-detail-items {
    margin-top: 30px;
  }
}
.section-detail-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #C5D7F1;
}
.section-detail-item:nth-last-child(1) {
  border-bottom: 2px solid #C5D7F1;
}
@media only screen and (max-width: 959px) {
  .section-detail-item {
    max-width: 580px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #C5D7F1;
  }
  .section-detail-item:nth-last-child(1) {
    border-bottom: 1px solid #C5D7F1;
  }
}
.section-detail-explanation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .section-detail-explanation {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
}
.section-detail-explanation-left {
  width: 500px;
  margin-right: 80px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 959px) {
  .section-detail-explanation-left {
    width: 100%;
    margin-right: auto;
    margin-bottom: 15px;
    font-size: 11px;
  }
}
.section-detail-explanation-left a {
  text-decoration: underline;
  color: #2549DD;
}
.section-detail-explanation-right {
  width: 200px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #0F5EC1;
}
@media only screen and (max-width: 959px) {
  .section-detail-explanation-right {
    width: 100%;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.4285714286;
    border-top: 1px dashed #C5D7F1;
  }
}
.section-detail-nete {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .section-detail-nete {
    margin-top: 20px;
    font-size: 10px;
    line-height: 2;
  }
}
.section-detail-nete-txt {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.section-detail-nete-txt::before {
  content: "※";
}

.herder-top {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 1000px;
  height: 90px;
}
@media only screen and (max-width: 959px) {
  .herder-top {
    height: 45px;
  }
}
.herder-top::before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  content: "";
  background-color: #FFF;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
@media only screen and (max-width: 959px) {
  .herder-top::before {
    height: 45px;
  }
}
@media only screen and (max-width: 959px) {
  .herder-top {
    width: 100%;
  }
}
.herder-top .header-logo-top {
  transition: opacity 0.2s ease-out;
}
.herder-top .header-logo-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.herder-top .header-sub-ttl {
  position: absolute;
  top: 21px;
  left: 200px;
  color: #FFF;
  transition: color 0.2s ease-out;
}
.herder-top .header-link {
  position: absolute;
  top: 32px;
  right: 132px;
  width: 100px;
  height: 40px;
  color: #FFF;
  transition: color 0.2s ease-out;
}
.herder-top .header-link:hover .header-link-box {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.herder-top .header-link p {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
}
.herder-top .header-link p::after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 10px;
  content: "";
  background-image: url(../img/service-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.herder-top .header-link p:hover {
  border-bottom: 2px solid #FFF;
}
.herder-top .header-link-box {
  position: absolute;
  top: 40px;
  right: -145px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 370px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
  font-size: 15px;
  color: #FFF;
  background-color: #FFF;
  box-shadow: 0px 2px 10px 0px #777;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
.herder-top .header-link-box a {
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: none;
}
.herder-top .header-link-box a:hover {
  color: #2549DD;
}
.herder-top .header-contact {
  position: absolute;
  top: 18px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  min-height: 50px;
  padding: 3px 5px;
  font-size: 14px;
  color: #2549DD;
  border: solid 1px #FFF;
  border-radius: 999px;
  background-color: #FFF;
  transition: border-color 0.2s ease-out;
}
.herder-top .header-contact:nth-of-type(2) {
  right: 10px;
}
.herder-top .header-contact:hover {
  text-decoration: none;
  color: #FFF;
  border: none;
  background-color: #2549DD;
}

.js-header-scroll.herder-top::before {
  opacity: 1;
}
.js-header-scroll.herder-top .header-logo-top {
  opacity: 0;
}
.js-header-scroll.herder-top .header-logo-scroll {
  opacity: 1;
}
.js-header-scroll.herder-top .header-sub-ttl {
  color: #242F3D;
}
.js-header-scroll.herder-top .header-link {
  color: #2549DD;
}
.js-header-scroll.herder-top .header-link:hover p {
  border-bottom: 2px solid #2549DD;
}
.js-header-scroll.herder-top .header-link p {
  color: #2549DD;
}
.js-header-scroll.herder-top .header-link p:after {
  background-image: url(../img/service-icon-scroll.png);
}
.js-header-scroll.herder-top .header-contact {
  border-color: #2549DD;
}
.js-header-scroll .navicon {
  background: #242F3D;
}
.js-header-scroll .navicon:after,
.js-header-scroll .navicon:before {
  background: #242F3D;
}

.herder-hungergar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 52px;
  background: var(--background-navbar);
}

/* Hamburger menbu text */
.hamburger-menu a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
  color: #242F3D;
  transition: 0.5s;
}
.hamburger-menu a:hover {
  color: #2549DD;
}

.hamburger-menu li {
  padding: 6px 0;
}

.menu-btn:checked ~ .hamburger-menu a,
.menu-btn:checked ~ .hamburger-menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  margin-top: 10px;
  padding: 12px 7px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  position: relative;
  display: block;
  width: 17px;
  height: 2px;
  background: #FFF;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #FFF;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 5px;
}

.navicon:after {
  bottom: 5px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
  background: #000;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
  background: #000;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.hungergar-logo {
  position: absolute;
  top: 12px;
  left: 18px;
}

.hungergar-logo img {
  width: 85px;
}

.hamburger-menu-click {
  list-style: none;
  background: var(--background-navbar);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.menu-btn:checked ~ .hamburger-menu-click {
  opacity: 1;
  pointer-events: auto;
}

.hamburger-menu-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  padding: 60px 0 10px 0;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

.hamburger-menu-box {
  padding: 16px 0px 0px;
  border-top: 2px solid #D8D8D8;
  border-bottom: 2px solid #D8D8D8;
}
.hamburger-menu-box h3 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4285714286;
}

.hamburger-content {
  margin-top: 30px;
  margin-bottom: 60px;
}
.hamburger-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  font-size: 13px;
  line-height: 1.6153846154;
  text-decoration: none;
  color: #FFF;
  border-radius: 999px;
  background-color: #2549DD;
}
.hamburger-content a:hover {
  color: #2549DD;
  border: 1px solid #2549DD;
  background-color: #FFF;
}

a.m-btn.-bluevivid img:nth-of-type(2) {
  display: none;
}
a.m-btn.-bluevivid:hover img:nth-of-type(1) {
  display: none;
}
a.m-btn.-bluevivid:hover img:nth-of-type(2) {
  display: block;
}

.lp-header a.m-btn.-bluevivid img:nth-of-type(2) {
  display: none;
}
.lp-header a.m-btn.-bluevivid:hover {
  text-decoration: none;
  color: #FFF !important;
  background: #2549DD !important;
}
.lp-header a.m-btn.-bluevivid:hover img:nth-of-type(1) {
  display: none;
}
.lp-header a.m-btn.-bluevivid:hover img:nth-of-type(2) {
  display: block;
}

.contact-btns .lpbtn_type1 {
  position: relative;
}
.contact-btns .lpbtn_type1 img {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  border: none;
}
@media only screen and (max-width: 959px) {
  .contact-btns .lpbtn_type1 img {
    width: 16px;
    right: 16px;
  }
}
.contact-btns .lpbtn_type1 img:nth-of-type(2) {
  display: none;
}
.contact-btns .lpbtn_type1:hover {
  text-decoration: none;
  color: #FFF !important;
  background: #2549DD !important;
}
.contact-btns .lpbtn_type1:hover img:nth-of-type(1) {
  display: none;
}
.contact-btns .lpbtn_type1:hover img:nth-of-type(2) {
  display: block;
}

.section-entry {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .section-entry {
    min-height: 578px;
    padding-top: 230px;
    margin-top: 80px;
    background-image: url(../img/bg4.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 2000px auto;
  }
}
@media screen and (max-width: 959px) {
  .section-entry {
    min-height: 100%;
    background-image: none;
    background-color: #005efb;
  }
  .section-entry > .section-block {
    padding: 50px 15px 50px;
    background-color: transparent;
  }
}

.entry-ttl {
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: 960px) {
  .entry-ttl {
    font-size: 46px;
    line-height: 1;
  }
}
@media screen and (max-width: 959px) {
  .entry-ttl {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

@media screen and (min-width: 960px) {
  .entry-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  .entry-item {
    display: block;
    margin-top: 30px;
  }
}

.entry-tel {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
}
.entry-tel > b {
  display: block;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .entry-tel > b {
    margin-bottom: 0.2em;
    font-size: 52px;
  }
}
@media screen and (max-width: 959px) {
  .entry-tel > b {
    margin-bottom: 0.4em;
    font-size: 28px;
  }
}

@media screen and (min-width: 960px) {
  .entry-btn {
    width: 540px;
    margin-left: 60px;
    display: flex;
  }
  .entry-btn a {
    width: 50%;
  }
  .entry-btn a:nth-of-type(2) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    flex-direction: column;
  }
  .entry-btn a {
    width: 100%;
  }
  .entry-btn a:nth-of-type(2) {
    margin-top: 16px;
  }
}

/*# sourceMappingURL=index.css.map */
