@charset "UTF-8";
/*-- variable --*/
header.top {
  top: 0;
}

.webp #kv {
  background-image: url("../../../img/top/KV.webp");
  background-position: left;
  background-size: cover;
  background-color: #2643B5;
  margin-top: 106px;
}
@media screen and (max-width: 920px) {
  .webp #kv {
    margin-top: 0;
  }
}

.no-webp #kv {
  background-image: url("../../../img/top/KV.php");
}

#kv .sec_inc {
  max-width: 1624px;
  padding: 36px 12px;
  margin: 0 auto;
  position: relative;
  height: 961px;
}
#kv .sec_inc .kv-nav-area ul {
  display: none;
  justify-content: space-between;
  list-style: none;
}
#kv .sec_inc .kv-nav-area ul li {
  text-align: center;
  width: 50%;
}
#kv .sec_inc .kv-nav-area ul li a {
  font-family: din-condensed;
  font-size: 26px;
  color: #fff;
  position: relative;
  font-weight: 300;
}
#kv .sec_inc .kv-nav-area ul li a span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
#kv .sec_inc .kv-nav-area ul li a i {
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  right: -57px;
  margin: auto;
}
#kv .sec_inc h1 {
  position: absolute;
  left: 12px;
  bottom: 20vh;
  font-size: 62px;
  color: #fff;
}

#news {
  position: relative;
  background: rgb(55, 80, 199);
  background: linear-gradient(90deg, rgb(55, 80, 199) 0%, rgb(121, 220, 242) 100%);
}
#news::after {
  content: "";
  position: absolute;
  width: 319px;
  height: 319px;
  top: 25px;
  right: 0;
  background: url("../../../img/network.png") no-repeat center;
  background-size: cover;
}
#news .sec_inc {
  max-width: 1224px;
  margin: 0 auto;
  padding: 62px 12px;
}
#news .sec_inc h2 {
  font-size: 65px;
  color: #fff;
  margin-bottom: 48px;
  font-weight: 400;
}
#news .sec_inc h2 span {
  font-size: 18px;
  color: #fff;
}
#news .sec_inc .news-area .news-box dl {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: 1px solid #fff;
}
#news .sec_inc .news-area .news-box dl dt {
  background: #fff;
  color: #2643B5;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 22px;
}
#news .sec_inc .news-area .news-box dl dd {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-left: 24px;
}
#news .sec_inc .news-area .news-box dl dd a {
  color: #fff;
}
#news .sec_inc .news-area .news-box dl dd i img {
  width: 24px;
  vertical-align: middle;
  margin-left: 32px;
}
#news .sec_inc .news-area .news-box .news-btn {
  text-align: center;
}
#news .sec_inc .news-area .news-box .news-btn a {
  background: #0F2580;
  color: #fff;
  font-size: 17px;
  padding: 15px 32px;
}

#nsst .sec_inc {
  max-width: 1224px;
  margin: 135px auto;
  padding: 0 12px;
  position: relative;
}
#nsst .sec_inc .nsst-txt {
  max-width: 61%;
  margin: 0 0 4% 0;
}
#nsst .sec_inc .nsst-txt p {
  font-weight: bold;
  line-height: 2;
  padding-bottom: 92px;
}
#nsst .sec_inc .nsst-txt p.big {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 32px;
}
#nsst .sec_inc .nsst-txt p.big span {
  font-size: clamp(45px, 3vw, 49px);
  letter-spacing: -4px;
  line-height: 1.5;
}
#nsst .sec_inc .nsst-txt .c-btn a {
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
#nsst .sec_inc .nsst-txt p.pc {
  max-width: 64%;
}
#nsst .sec_inc .nsst-img {
  position: absolute;
  left: 58%;
  top: 0;
  width: 41vw;
  max-width: 735px;
}

#service .sec_inc {
  max-width: 1664px;
  padding: 0 32px;
  margin: 92px auto;
}
#service .sec_inc h2 {
  color: #2944D8;
  text-align: center;
}
#service .sec_inc h2 span {
  color: #7C7F90;
}
#service .sec_inc p {
  max-width: 1224px;
  margin: 32px auto 62px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 2;
}
#service .sec_inc .service-area {
  display: flex;
  justify-content: space-between;
}
#service .sec_inc .service-area .service-box {
  text-align: center;
}
#service .sec_inc .service-area .service-box p {
  font-size: 32px;
  font-family: din-condensed;
  line-height: 1;
  margin: 24px 0 48px;
  color: #7C7F90;
}
#service .sec_inc .service-area .service-box p span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  display: block;
  font-weight: 600;
  color: #7C7F90;
}
#service .sec_inc .c-btn a {
  justify-content: center;
  margin: 0 auto;
}

#bottom {
  background: #F7F7F7;
}
#bottom .sec_inc {
  position: relative;
  padding: 82px 0;
  text-align: center;
}
#bottom .sec_inc .bottom-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1224px;
  padding: 0 12px;
}
#bottom .sec_inc .bottom-txt p {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
#bottom .sec_inc .bottom-txt img {
  max-width: 446px;
}
#bottom .sec_inc .bottom-img {
  margin: 0 auto;
}

#access .sec_inc {
  max-width: 1480px;
  padding: 0 12px;
  margin: 92px auto;
}
#access .sec_inc h2 {
  text-align: center;
  color: #2944D8;
  margin-bottom: 42px;
}
#access .sec_inc h2 span {
  color: #7C7F90;
}
#access .sec_inc .access-area {
  display: flex;
  justify-content: space-between;
}
#access .sec_inc .access-area .googlemap {
  width: 66%;
  margin-right: 4%;
  border-radius: 52px;
  overflow: hidden;
}
#access .sec_inc .access-area .googlemap iframe {
  width: 100%;
}
#access .sec_inc .access-area .access-txt {
  width: 30%;
  margin-top: 62px;
}
#access .sec_inc .access-area .access-txt h3 {
  font-size: 21px;
  margin-bottom: 10px;
  color: #7C7F90;
  padding-left: 10px;
}
#access .sec_inc .access-area .access-txt dl dt {
  font-size: 14px;
  font-weight: 600;
  color: #7C7F90;
}
#access .sec_inc .access-area .access-txt dl dd {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #7C7F90;
}
#access .sec_inc .access-area .access-txt .c-btn {
  margin-top: 62px;
}
#access .sec_inc .access-area .access-txt .c-btn a {
  justify-content: center;
}

@media screen and (max-width: 1600px) {
  #service .sec_inc .service-area .service-box {
    margin: 0 12px;
  }
}
@media screen and (max-width: 1260px) {
  #kv .sec_inc h1 {
    font-size: 4vw;
  }
  #nsst .sec_inc .nsst-txt {
    max-width: 45%;
    margin: 0;
    padding: 0 0 2%;
  }
  #nsst .sec_inc .nsst-txt p.big {
    font-size: 23px;
    line-height: 1.8;
  }
  #nsst .sec_inc .nsst-txt p.big span {
    font-size: 38px;
  }
  .nsst-img {
    left: 47% !important;
    width: 47vw !important;
  }
  #bottom .sec_inc .bottom-txt p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 920px) {
  header.top {
    bottom: auto;
    top: 0;
  }
  #kv {
    background-size: cover;
    background-position: center;
  }
  #kv .sec_inc {
    height: 698px;
  }
  #kv .sec_inc h1 {
    font-size: 34px;
    bottom: auto;
    top: 128px;
    left: 36px;
  }
  #news .sec_inc h2 {
    font-size: 50px;
  }
  #news .sec_inc h2 span {
    font-size: 16px;
  }
  #news .sec_inc .news-area .news-box dl {
    display: block;
    margin-bottom: 38px;
  }
  #news .sec_inc .news-area .news-box dl dt {
    font-size: 14px;
    padding: 8px 18px;
    display: inline-block;
    margin: 0 auto 0 0;
  }
  #news .sec_inc .news-area .news-box dl dd {
    padding: 18px 0 10px 0;
  }
  #nsst .sec_inc {
    margin: 92px 0;
  }
  #nsst .sec_inc .nsst-txt {
    max-width: 100%;
    padding: 0;
  }
  #nsst .sec_inc .nsst-txt p.big {
    line-height: 2;
  }
  #nsst .sec_inc .nsst-txt p.big span {
    font-size: 28px;
  }
  #nsst .sec_inc .nsst-txt p.pc {
    max-width: none;
  }
  #nsst .sec_inc .nsst-img {
    position: unset;
    width: 100% !important;
    margin: 18px auto 48px;
  }
  #service .sec_inc {
    margin: 142px auto 58px;
  }
  #service .sec_inc .service-area {
    display: block;
  }
  #service .sec_inc .service-area .service-box p span {
    margin-bottom: 10px;
  }
  #service .sec_inc p {
    font-weight: 600;
  }
  #bottom .sec_inc {
    padding: 36px 0;
  }
  #bottom .sec_inc .bottom-img {
    margin: 0 18px;
  }
  #bottom .sec_inc .bottom-txt {
    display: inline-table;
    text-align: center;
  }
  #bottom .sec_inc .bottom-txt p {
    font-size: 27px;
    padding-bottom: 14px;
  }
  #bottom .sec_inc .bottom-txt img {
    max-width: 120px;
  }
  #access .sec_inc .access-area {
    display: block;
  }
  #access .sec_inc .access-area .googlemap {
    width: 100%;
    margin: 0 0 42px 0;
    border-radius: 30px;
  }
  #access .sec_inc .access-area .googlemap iframe {
    height: 380px;
  }
  #access .sec_inc .access-area .access-txt {
    width: 100%;
    margin: 42px 0 0;
  }
  #access .sec_inc .access-area .access-txt .c-btn {
    margin-top: 42px;
  }
  #access .sec_inc .access-area .access-txt h3 {
    font-size: 18px;
  }
}/*# sourceMappingURL=top.css.map */