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

.sp-hide {
  display: inline;
}
@media screen and (max-width: 767px) {
  .sp-hide {
    display: show;
  }
}

.kv {
  background: #eee;
  position: relative;
  z-index: 0;
  position: relative;
}
.kv .spacer {
  display: block;
  background: #fff;
  height: 34px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .kv {
    background: #fff;
  }
}
.kv h1 {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}
.kv h1 img {
  width: 100%;
}
.kv .kv_txt {
  color: #626262;
  background: #fff;
  margin-bottom: 140px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 599px) {
  .kv .kv_txt {
    margin-bottom: 100px;
  }
}
.kv .kv_txt__container {
  max-width: 852px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv .kv_txt__container {
    text-align: center;
  }
}
.kv .kv_txt__container .lead {
  padding-top: 60px;
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 0.9em;
  font-weight: bold;
  width: 68%;
}
@media screen and (max-width: 767px) {
  .kv .kv_txt__container .lead {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .kv .kv_txt__container .lead {
    font-size: 20px;
  }
}
.kv .kv_txt__container .msg {
  font-size: 17px;
  line-height: 1.8;
}
.kv .kv_txt__container .msg strong {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .kv .kv_txt__container .msg {
    font-size: 16px;
    text-align: left;
  }
}
.kv .kv_txt__container img.model {
  position: absolute;
  right: -10px;
  top: -70px;
}
@media screen and (max-width: 852px) {
  .kv .kv_txt__container img.model {
    width: 32% !important;
  }
}
@media screen and (max-width: 834px) {
  .kv .kv_txt__container img.model {
    width: 32% !important;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_txt__container img.model {
    display: none;
  }
}

.support {
  margin: 0 auto;
  max-width: 980px;
  width: 94vw;
}
.support h2 {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 80px;
  color: #15336c;
}
@media screen and (max-width: 599px) {
  .support h2 {
    margin-bottom: 60px;
  }
}
.support .support_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .support .support_flex {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
}
.support .support_flex__item {
  max-width: 100%;
  width: 47.2%;
  color: #626262;
}
@media screen and (max-width: 767px) {
  .support .support_flex__item {
    width: 100%;
  }
}
.support .support_flex__item h3 {
  border-bottom: solid 1px #ccc;
  padding: 0 0 0.6em 1.2em;
  margin-bottom: 0.9em;
  font-size: 21px;
  font-weight: bold;
  color: #15336c;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 599px) {
  .support .support_flex__item h3 {
    font-size: 20px;
  }
}
.support .support_flex__item h3:before {
  content: "";
  background: #15336c;
  height: 90%;
  width: 0.3em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.support .support_flex__item .dotlist {
  font-size: 17px;
  min-height: 4.6em;
  margin-bottom: 3em;
}
.support .support_flex__item .dotlist li {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .support .support_flex__item .dotlist {
    min-height: auto;
  }
}
.support .support_flex__item h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #15336c;
  margin-bottom: 1.2em;
}
.support .support_flex__item .h4_msg {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 2em;
}
.support .support_flex__item h5 {
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 0.2em;
  margin-bottom: 1.4em;
  font-weight: bold;
  border-bottom: solid 1px #626262;
}
.support .support_flex__item .h5_cont {
  font-size: 16px;
  overflow: hidden;
}
.support .support_flex__item .h5_cont img {
  float: right;
  margin-left: 2em;
}
@media screen and (max-width: 599px) {
  .support .support_flex__item .h5_cont img {
    margin: 0 auto;
    display: block;
    float: none;
  }
}
.support .support_flex__item .h5_cont__txt {
  float: left;
}
@media screen and (max-width: 599px) {
  .support .support_flex__item .h5_cont__txt {
    float: none;
  }
}
.support .support_flex__item .h5_cont__txt p {
  display: inline-block;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.support .support_flex__item .h5_cont__txt p span {
  color: #ccc;
}
.support .support_flex__item .h5_cont__txt p + p {
  margin-top: 1.2em;
}
@media screen and (max-width: 599px) {
  .support .support_flex__item .h5_cont__txt {
    margin-bottom: 1em;
  }
}
.support .support_flex__item .h5_cont + h5 {
  margin-top: 1em;
}
.support .support_flex__item .h5_cont--1 img {
  width: 292px;
}
.support .support_flex__item .h5_cont--1 .h5_cont__txt {
  width: 140px;
}
@media screen and (max-width: 599px) {
  .support .support_flex__item .h5_cont--1 .h5_cont__txt {
    width: 100%;
  }
}
.support .support_flex__item .h5_cont--2 img {
  width: 188px;
}
.support .support_flex__item .h5_cont--2 .h5_cont__txt {
  width: 240px;
}
@media screen and (max-width: 599px) {
  .support .support_flex__item .h5_cont--2 .h5_cont__txt {
    width: 100%;
  }
}
.support .support_flex__item .h5_cont--3 img {
  width: 212px;
}
.support .support_flex__item .h5_cont--3 .h5_cont__txt {
  width: 200px;
}
@media screen and (max-width: 599px) {
  .support .support_flex__item .h5_cont--3 .h5_cont__txt {
    width: 100%;
  }
}
.support .support_flex__item--2 .h4_msg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .support .support_flex__item--2 {
    margin-top: 50px;
  }
}
.support .support_flex__item--3 {
  width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .support .support_flex__item--3 .plan_pic {
    text-align: center;
  }
  .support .support_flex__item--3 .plan_pic img {
    width: 80vw;
    max-width: 480px;
  }
}
.support .flow {
  width: 92vw;
  max-width: 980px;
  margin: 100px auto;
}
.support .flow img {
  width: 100%;
}
.support .flow .navi {
  display: none;
}
@media screen and (max-width: 767px) {
  .support .flow {
    min-height: auto;
    height: 130vw;
  }
  .support .flow .navi {
    display: block;
    padding-top: 0.5em;
    font-size: 14px;
    color: #888;
    text-align: right;
  }
  .support .flow .navi img {
    width: 20px;
    margin-right: 4px;
  }
}
.support .b_form {
  width: 400px;
  margin: 0 auto;
}
.support .b_form a {
  height: 100px;
  border: solid 1px #aaa;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition-duration: 0.3s;
  box-sizing: border-box;
}
.support .b_form a:hover {
  border: 3px solid #15336c;
  color: #15336c;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .support .b_form {
    max-width: 320px;
    width: 80vw;
  }
  .support .b_form a {
    height: 80px;
  }
}/*# sourceMappingURL=style.css.map */