.top-mainvisual {
  line-height: 0;
}

.top-about {
  margin-top: -21px;
  padding: 71px 0 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9e3ff), color-stop(20%, #dcf1ff), color-stop(39%, white));
  background-image: linear-gradient(180deg, #b9e3ff 0%, #dcf1ff 20%, white 39%);
}
@media screen and (max-width: 750px) {
  .top-about {
    margin-top: -11px;
    padding: 51px 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b9e3ff), color-stop(10%, #dcf1ff), color-stop(20%, white));
    background-image: linear-gradient(180deg, #b9e3ff 0%, #dcf1ff 10%, white 20%);
  }
}
.top-about-content__ttl {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  color: #0b318f;
}
@media screen and (max-width: 750px) {
  .top-about-content__ttl {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.top-about-content__ttl span {
  display: block;
  position: relative;
  padding: 0 0 10px;
}
@media screen and (max-width: 750px) {
  .top-about-content__ttl span {
    margin: 0 auto;
    display: block;
    width: 84%;
  }
}
.top-about-content__ttl span:after {
  content: "";
  position: absolute;
  margin-left: -170px;
  left: 50%;
  bottom: 0;
  display: block;
  width: 340px;
  height: 4px;
  background-color: #0b318f;
}
@media screen and (max-width: 750px) {
  .top-about-content__ttl span:after {
    margin-left: auto;
    left: 0;
    width: 100%;
  }
}
.top-about-content__ttl--white {
  color: #fff;
}
.top-about-content__ttl--white span:after {
  background-color: #fff;
}
.top-about-content__ttl--orange {
  color: #ff3707;
}
.top-about-content__ttl--orange span:after {
  background-color: #ff3707;
}
@media screen and (max-width: 750px) {
  .top-about-content__ttl--kanpou span {
    width: 100%;
  }
}
.top-about-content__description {
  margin-top: 36px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
}
.top-about-content__description--white {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .top-about-content__description {
    margin-top: 20px;
    padding: 0 4%;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.top-about-content__column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1026px;
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .top-about-content__column-list {
    display: block;
    margin: 0 auto;
    padding: 30px 0 27px;
    max-width: none;
    width: 83.73333333%;
  }
}
.top-about-content__column-list__article {
  margin: 0 27px 50px;
  width: 288px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px gainsboro;
          box-shadow: 1px 2px 5px gainsboro;
}
@media screen and (max-width: 750px) {
  .top-about-content__column-list__article {
    margin: 0 0 27px;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .top-about-content__column-list__article:last-child {
    margin-bottom: 0;
  }
}
.top-about-content__column-list__article > a {
  display: block;
}
.top-about-content__column-list__article__pic {
  line-height: 0;
}
.top-about-content__column-list__article-detail {
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .top-about-content__column-list__article-detail {
    padding: 15px 0 17px;
  }
}
.top-about-content__column-list__article-detail--new:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background: url(../images/top/icon_column_new_pc.png) no-repeat left top;
}
@media screen and (max-width: 750px) {
  .top-about-content__column-list__article-detail--new:before {
    width: 43px;
    height: 40px;
    background-image: url(../images/top/icon_column_new_sp.png);
    background-size: 100% auto;
  }
}
.top-about-content__column-list__article__txt {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.375;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  text-align: left;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-about-content__column-list__article__txt {
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.5833333333;
  }
}

.top-counter {
  margin-top: 60px;
  padding: 100px 0 107px;
  background: url(../images/top/counter_bg_pc.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .top-counter {
    margin-top: 40px;
    padding: 40px 0 0;
    background: url(../images/top/counter_bg_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
}
.top-counter-content {
  margin: 0 auto;
  width: 970px;
}
@media screen and (max-width: 750px) {
  .top-counter-content {
    width: auto;
  }
}
.top-counter-content__column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
  .top-counter-content__column-list {
    display: block;
    margin: 0 auto;
    width: 76%;
    padding-top: 13px;
  }
}
.top-counter-content__column-list__article {
  position: relative;
  margin-right: 11px;
  width: 316px;
}
@media screen and (max-width: 750px) {
  .top-counter-content__column-list__article {
    margin-top: 15px;
    margin-right: 0;
    width: auto;
  }
}
.top-counter-content__column-list__article:last-child {
  margin-right: 0;
}
.top-counter-content__column-list__article__pic {
  position: relative;
}
.top-counter-content__column-list__article__pic .txt {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  top: 56px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .top-counter-content__column-list__article__pic .txt {
    font-size: 5.3vw;
    letter-spacing: 0.2em;
    top: 30%;
  }
}
.top-counter-content__column-list__article__txt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375;
  text-align: left;
}
.top-counter-content__column-list__article__txt-wrapper {
  position: absolute;
  padding: 12px 15px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-counter-content__column-list__article__txt-wrapper {
    padding: 11px 0;
  }
}
@media screen and (max-width: 750px) {
  .top-counter-content__column-list__article__txt {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    text-align: center;
  }
}

.top-product {
  margin-top: -12px;
  padding-top: 72px;
}
@media screen and (max-width: 750px) {
  .top-product {
    margin-top: -14px;
    padding-top: 51px;
  }
}
.top-product-content {
  margin: 36px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 970px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .top-product-content {
    margin-top: 30px;
    display: block;
    width: 92%;
  }
}
@media screen and (max-width: 750px) {
  .top-product-content__pic {
    margin-left: 29.1304%;
    width: 61.1594%;
  }
}
.top-product-content__detail {
  width: 600px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail {
    width: auto;
  }
}
.top-product-content__detail__merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail__merit-list {
    display: block;
  }
}
.top-product-content__detail__merit-list__article {
  padding: 28px 20px;
  width: 600px;
  background-color: #e4f3ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail__merit-list__article {
    margin-top: 12px;
    padding: 16px 15px;
    width: auto;
  }
}
.top-product-content__detail__merit-list__article__ttl {
  font-weight: 500;
  color: #0b318f;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail__merit-list__article__ttl {
    font-size: 0.8125rem;
    line-height: 1;
  }
}
.top-product-content__detail__merit-list__article__detail__list {
  margin-top: 26px;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail__merit-list__article__detail__list {
    margin-top: 18px;
  }
}
.top-product-content__detail__merit-list__article__detail__list li {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail__merit-list__article__detail__list li {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.top-product-content__detail__merit-list__article__detail__list li span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.top-product-content__detail__sttl {
  margin-top: 26px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail__sttl {
    margin-top: 27px;
    padding-left: 4.3478%;
    font-size: 0.8125rem;
    line-height: 1;
  }
}
.top-product-content__detail__seibun__list {
  padding-top: 5px;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail__seibun__list {
    padding-top: 10px;
  }
}
.top-product-content__detail__seibun__list__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail__seibun__list__article {
    display: block;
    padding: 18px 4.3478%;
  }
}
.top-product-content__detail__seibun__list__article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.top-product-content__detail__seibun__list__article__ttl {
  width: 90px;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail__seibun__list__article__ttl {
    width: auto;
    font-size: 0.75rem;
    line-height: 1;
  }
}
.top-product-content__detail__seibun__list__article__content {
  width: 450px;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .top-product-content__detail__seibun__list__article__content {
    margin-top: 10px;
    width: auto;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.top-kanpou {
  margin-top: 100px;
  padding: 24px 0 51px;
  background: url(../images/top/kanpou_bg_pc.png) no-repeat center top;
}
@media screen and (max-width: 750px) {
  .top-kanpou {
    margin-top: 40px;
    padding: 30px 4% 50px;
    background: url(../images/top/kanpou_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
}
.top-kanpou-content {
  margin: 0 auto;
  padding: 45px 55px 45px;
  width: 1083px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .top-kanpou-content {
    padding: 35px 15px;
    width: auto;
  }
}
.top-kanpou-content__ttl {
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 700;
  color: #ff3707;
}
@media screen and (max-width: 750px) {
  .top-kanpou-content__ttl {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.top-kanpou-content-detail {
  margin-top: 40px;
  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;
}
@media screen and (max-width: 750px) {
  .top-kanpou-content-detail {
    margin-top: 28px;
    display: block;
  }
}
.top-kanpou-content-detail__pic {
  width: 485px;
}
@media screen and (max-width: 750px) {
  .top-kanpou-content-detail__pic {
    width: auto;
  }
}
.top-kanpou-content-detail__txt {
  font-weight: 300;
  text-align: left;
  font-size: 1rem;
  line-height: 1.625;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
.top-kanpou-content-detail__txt-wrapper {
  width: 420px;
}
@media screen and (max-width: 750px) {
  .top-kanpou-content-detail__txt-wrapper {
    margin-top: 15px;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .top-kanpou-content-detail__txt {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.top-kanpou-content-detail__txt__btn {
  margin-top: 37px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .top-kanpou-content-detail__txt__btn {
    margin-top: 26px;
    text-align: center;
  }
}
.top-kanpou-content-detail__txt__btn a {
  display: inline-block;
  text-align: center;
  color: #ff3707;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  padding: 17px 73px;
  border: 1px solid #ff3707;
  border-radius: 3px;
}
@media screen and (max-width: 750px) {
  .top-kanpou-content-detail__txt__btn a {
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    padding: 19px 0;
  }
}
.top-kanpou-content-detail__txt__btn a.blue {
  color: #0b318f;
  border: 1px solid #0b318f;
}
.top-kanpou-content-detail__txt__btn--product {
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .top-kanpou-content-detail__txt__btn--product {
    margin-top: 30px;
  }
}
.top-kanpou-content-detail__txt__btn--product a {
  padding: 30px 75px 30px 33px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  background: url(../images/top/top_icon_btn_pc.png) no-repeat 90% center;
}
@media screen and (max-width: 750px) {
  .top-kanpou-content-detail__txt__btn--product a {
    padding: 20px 0;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.5833333333;
    background-position: 95% center;
  }
}

.top-column {
  padding: 80px 0 0;
  background: url(../images/top/column_bg_pc.png) no-repeat center top;
  background-size: cover;
  margin-top: -30px;
}
@media screen and (max-width: 750px) {
  .top-column {
    padding: 60px 0 0;
    background: url(../images/top/column_bg_sp.png) no-repeat center top;
    background-size: cover;
    margin-top: -20px;
  }
}
.top-column .top-about-content {
  margin-top: -30px;
}
@media screen and (max-width: 750px) {
  .top-column .top-about-content {
    margin-top: -20px;
  }
}

#faq {
  padding-top: 71px;
  margin-top: -71px;
}
@media screen and (max-width: 750px) {
  #faq {
    padding-top: 51px;
    margin-top: -51px;
  }
}

.top-other {
  padding: 20px 0 100px;
  background-image: linear-gradient(160deg, #0b318f 0%, #0073bd 73%, #0096d6 87%, #00b9ef 100%);
}
@media screen and (max-width: 750px) {
  .top-other {
    padding: 10px 0 75px;
    background-image: linear-gradient(100deg, #0b318f 0%, #0073bd 73%, #0096d6 87%, #00b9ef 100%);
  }
}
.top-other-content {
  margin: 20px auto 0;
  padding: 55px 50px 52px;
  width: 1160px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-other-content {
    margin-top: 10px;
    padding: 40px 4.347826087%;
    width: 92%;
  }
}
.top-other-bottom {
  margin-top: 80px;
  padding: 0 30px;
}
@media screen and (max-width: 750px) {
  .top-other-bottom {
    margin-top: 40px;
    padding: 0 4%;
  }
}

.top-faq-list {
  margin: 30px auto 0;
  width: 736px;
}
@media screen and (max-width: 750px) {
  .top-faq-list {
    margin-top: 10px;
    width: auto;
  }
}
.top-faq-list__article {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  .top-faq-list__article {
    padding: 20px 0;
  }
}
.top-faq-list__article__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.top-faq-list__article__term--question .tag {
  color: #0b318f;
  font-size: 1.1875rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .top-faq-list__article__term--question .tag {
    font-size: 0.8125rem;
    line-height: 1;
  }
}
.top-faq-list__article__term--question .content {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
@media screen and (max-width: 750px) {
  .top-faq-list__article__term--question .content {
    font-size: 0.8125rem;
    line-height: 1.0769230769;
  }
}
.top-faq-list__article__term--answer {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .top-faq-list__article__term--answer {
    margin-top: 17px;
  }
}
.top-faq-list__article__term--answer .tag {
  color: #ff3707;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 750px) {
  .top-faq-list__article__term--answer .tag {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}
.top-faq-list__article__term--answer .content {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .top-faq-list__article__term--answer .content {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.top-faq-list__article__term .tag {
  display: inline-block;
  min-width: 23px;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .top-faq-list__article__term .tag {
    min-width: 25px;
  }
}
.top-faq-list__article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.top-faq-list__btn {
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-faq-list__btn {
    margin-top: 40px;
  }
}
.top-faq-list__btn a {
  display: inline-block;
  padding: 17px 73px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  color: #0b318f;
  border-radius: 3px;
  border: 1px solid #0b318f;
}
@media screen and (max-width: 750px) {
  .top-faq-list__btn a {
    display: block;
    padding: 20px 0;
    font-size: 0.75rem;
    line-height: 1;
  }
}

.top-cm-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .top-cm-list {
    display: block;
  }
}
.top-cm-list__article {
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .top-cm-list__article {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.top-cm-list__article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .top-cm-list__article:last-child {
    margin-bottom: 0;
  }
}
.top-cm__pic {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .top-cm__pic {
    margin-top: 30px;
  }
}
.top-cm__txt {
  margin-top: 15px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .top-cm__txt {
    margin-top: 12px;
    font-size: 0.75rem;
    line-height: 1;
  }
}
/*# sourceMappingURL=../../_development/maps/css/top.css.map */
