@charset "UTF-8";


/*----------------------------------------
top
----------------------------------------*/
/*----------------------------------------
Variables
----------------------------------------*/
/* # Color */
/* # Shadow */
/* # Hover */
/* # Font Family */
/* # Font Weight */
/* # Width */
/* # Height */
/* # Padding */
/* # Easing */
/* #icomoon */
main.top section {
  position: relative;
  z-index: 1;
  background: #f9f9f9;
}

main.top section.fv {
  position: relative;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background: transparent;
}

main.top section.fv:before {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 767px) {
  main.top section.fv:before {
    background: url("../../images/top/fv_sp.jpg") no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  main.top section.fv:before {
    background: url("../../images/top/fv.jpg") no-repeat center right/cover;
  }
}

main.top section.fv h1 {
  position: fixed;
  top: 50%;
  display: inline-block;
  line-height: 1.5;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main.top section.fv h1 .fv-text {
  overflow: hidden;
}

main.top section.fv h1 .fv-text span {
  display: inline-block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

main.top section.fv h1 .text-top {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  main.top section.fv h1 .text-top {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.266667;
  }
}

@media screen and (min-width: 768px) {
  main.top section.fv h1 .text-top {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (min-width: 1025px) {
  main.top section.fv h1 .text-top {
    font-size: 65px;
    font-size: 6.5rem;
  }
}

main.top section.fv h1 .text-middle {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  main.top section.fv h1 .text-middle {
    margin-top: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  main.top section.fv h1 .text-middle {
    margin-top: 40px;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  main.top section.fv h1 .text-middle {
    margin-top: 60px;
    font-size: 30px;
    font-size: 3rem;
  }
}

main.top section.fv h1 .text-bottom {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  main.top section.fv h1 .text-bottom {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  main.top section.fv h1 .text-bottom {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  main.top section.news {
    padding: 60px 0 195px 0;
  }
}

@media screen and (min-width: 768px) {
  main.top section.news {
    padding: 120px 0 270px 0;
  }
}

main.top section.news .inner {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  main.top section.news .inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  main.top section.news .inner {
    max-width: 880px;
  }
}

@media screen and (max-width: 767px) {
  main.top section.news .content {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.news .content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  main.top section.news article {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.news article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

main.top section.news article time {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #727272;
}

@media screen and (max-width: 767px) {
  main.top section.news article time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  main.top section.news article time {
    margin-right: 35px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

main.top section.news article p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  main.top section.news article p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    -webkit-line-clamp: 2;
  }
}

@media screen and (min-width: 768px) {
  main.top section.news article p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    -webkit-line-clamp: 1;
  }
}

main.top section.news .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  main.top section.news .foot {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.news .foot {
    margin-top: 35px;
  }
}

main.top section.about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  main.top section.about {
    padding: 0px 0 80px 0;
  }
}

@media screen and (min-width: 768px) {
  main.top section.about {
    padding: 0px 0 160px 0;
  }
}

main.top section.about:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
}

@media screen and (max-width: 767px) {
  main.top section.about:before {
    width: 100%;
    height: 239px;
    margin-top: -140px;
    background: url("../../images/top/about_bg_sp.jpg") no-repeat top center/cover;
  }
}

@media screen and (min-width: 768px) {
  main.top section.about:before {
    width: 100%;
    height: 510px;
    margin-top: -160px;
    background: url("../../images/top/about_bg.jpg") no-repeat top center/cover;
  }
}

@media screen and (min-width: 1025px) {
  main.top section.about:before {
    width: 70%;
    height: 510px;
  }
}

@media screen and (min-width: 1281px) {
  main.top section.about:before {
    width: 60%;
    height: 510px;
  }
}

main.top section.about .about-bg {
  background: rgba(235, 242, 250, 0.94);
  -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  main.top section.about .about-bg {
    width: calc(100% - 20px);
    margin-left: 20px;
    padding: 40px 20px 40px 20px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.about .about-bg {
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 150px 50px 150px 50px;
  }
}

@media screen and (min-width: 1025px) {
  main.top section.about .about-bg {
    width: calc(90% - 0px);
    margin-left: 0px;
  }
}

@media screen and (min-width: 1281px) {
  main.top section.about .about-bg {
    width: calc(66.66667% - 0px);
    margin-left: 0px;
    padding: 150px 160px 150px 175px;
  }
}

@media screen and (max-width: 767px) {
  main.top section.about .content {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.about .content {
    margin-top: 70px;
  }
}

main.top section.about .content h3 {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  main.top section.about .content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  main.top section.about .content h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

main.top section.about .content p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  main.top section.about .content p {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  main.top section.about .content p {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

main.top section.service {
  background: #dcdcdc;
}

@media screen and (max-width: 767px) {
  main.top section.service {
    padding: 65px 0 80px 0;
  }
}

@media screen and (min-width: 768px) {
  main.top section.service {
    padding: 150px 0 160px 0;
  }
}

@media screen and (max-width: 767px) {
  main.top section.service .service-c {
    margin-top: 75px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.service .service-c {
    margin-top: 135px;
  }
}

main.top section.service .inner {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  main.top section.service .inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  main.top section.service .inner {
    max-width: 1000px;
  }
}

main.top section.service .head-sub {
  text-align: center;
}

@media screen and (max-width: 767px) {
  main.top section.service .head-sub {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  main.top section.service .head-sub {
    margin-top: 10px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

main.top section.service .head-sub__top {
  text-align: center;
}

@media screen and (max-width: 767px) {
  main.top section.service .head-sub__top {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.service .head-sub__top {
    margin-top: 70px;
  }
}

main.top section.service .head-sub__top span {
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  main.top section.service .head-sub__top span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  main.top section.service .head-sub__top span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

main.top section.service p.foot {
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  main.top section.service p.foot {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  main.top section.service p.foot {
    margin-top: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

main.top section.service .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  main.top section.service .btn-wrap {
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding: 0 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  main.top section.service .btn-wrap {
        -ms-flex-pack: center;
    margin-top: 60px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  main.top section.service .btn-wrap .btn {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.service .btn-wrap__service-b .btn {
    width: calc(33.3333% + 15px);
    margin: 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  main.top section.service .btn-wrap__service-b .btn.btn-under {
    width: calc(30% + 15px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  main.top section.service .btn-wrap__service-b .btn.btn-square {
    width: calc(40% + 15px);
  }
}

@media screen and (max-width: 767px) {
  main.top section.service .btn-wrap__service-b .btn.btn-square {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.service .btn-wrap__service-c .btn {
    width: calc(33.3333% + 15px);
    margin: 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  main.top section.service .btn-wrap__service-c .btn {
    width: calc(40% + 15px);
  }
}

main.top div.member {
  position: relative;
  background: #f9f9f9;
}

@media screen and (max-width: 767px) {
  main.top div.member {
    padding: 80px 0 45px 0;
  }
}

@media screen and (min-width: 768px) {
  main.top div.member {
    padding: 120px 0 65px 0;
  }
}

main.top div.member:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
}

@media screen and (max-width: 767px) {
  main.top div.member:before {
    height: 565px;
    background: url("../../images/top/member_bg_sp.jpg") no-repeat bottom center/cover;
  }
}

@media screen and (min-width: 768px) {
  main.top div.member:before {
    height: 690px;
    background: url("../../images/top/member_bg.jpg") no-repeat bottom center/cover;
  }
}

main.top div.member:after {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #ebf2fa;
  content: "";
}

@media screen and (max-width: 767px) {
  main.top div.member:after {
    height: 125px;
  }
}

@media screen and (min-width: 768px) {
  main.top div.member:after {
    height: 185px;
  }
}

main.top div.member .btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  main.top div.member .btn-wrap {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  main.top div.member .btn-wrap {
        -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

main.top section.faq {
  position: relative;
  background: transparent;
}

@media screen and (max-width: 767px) {
  main.top section.faq {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.faq {
    margin-top: 120px;
  }
}

main.top section.faq .faq-bg {
  background: rgba(249, 249, 249, 0.94);
  -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  main.top section.faq .faq-bg {
    width: calc(100% - 20px);
    padding: 40px 20px 50px 20px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.faq .faq-bg {
    width: calc(100% - 40px);
    padding: 130px 40px;
  }
}

@media screen and (min-width: 1281px) {
  main.top section.faq .faq-bg {
    width: calc(100% - 80px);
    padding: 130px 0px;
  }
}

main.top section.faq .inner {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  main.top section.faq .inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  main.top section.faq .inner {
    max-width: 880px;
  }
}

main.top section.faq .faq-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  main.top section.faq .faq-head {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  main.top section.faq .faq-head {
        -ms-flex-pack: justify;
        -ms-flex-align: center;
    margin-bottom: 45px;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  main.top section.faq .faq-head .tab-btn-wrap__faq {
    margin-top: 30px;
  }
}

main.top section.faq .faq-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  main.top section.faq .faq-foot {
        -ms-flex-pack: center;
    margin-top: 25px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  main.top section.faq .faq-foot {
        -ms-flex-pack: end;
    margin-top: 30px;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

main.top section.blog {
  position: relative;
  background: transparent;
}

main.top section.blog:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ebf2fa;
  content: "";
}

@media screen and (max-width: 767px) {
  main.top section.blog:before {
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.blog:before {
    height: 400px;
  }
}

main.top section.blog:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  content: "";
}

main.top section.blog .container-c {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  main.top section.blog .container-c {
    padding-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  main.top section.blog .container-c {
    padding-top: 65px;
  }
}

main.top section.blog .blog-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

main.top section.blog .blog-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  main.top section.blog .blog-foot {
        -ms-flex-pack: center;
    padding: 50px 0px 40px 0;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  main.top section.blog .blog-foot {
        -ms-flex-pack: end;
    padding: 70px 0px 60px 0;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
/*# sourceMappingURL=../maps/page/top.css.map */
