@charset "utf-8";

/* ↓↓↓ main-view ↓↓↓ */
.main-view {
  width: 100%;
  height: 338px;
  margin-top: 97px;
  background-color: #f3f5f9;
  /* background: url(../img/network/main-view.jpg)no-repeat;
  background-position: center center;
  background-size: cover; */
  position: relative;
}

@media screen and (min-width: 1921px) {
  .main-view {
    height: 538px;
  }
}

@media screen and (max-width: 960px) {
  .main-view {
    margin-top: 94px;
  }
}

@media screen and (max-width: 768px) {
  .main-view {
    margin-top: 70px;
    height: 150px;
  }
}

@media screen and (max-width: 480px) {
  .main-view {
    margin-top: 60px;
    height: 116px;
  }
}

.main-view .title-wrap {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.main-view .title-wrap .title {
  margin-left: 7.5%;
}

@media screen and (min-width: 1921px) {
  .main-view .title-wrap .title {
    margin-top: -100px;
  }
}

@media screen and (min-width: 1281px) {
  .main-view .title-wrap .title {
    margin-top: -40px;
  }
}

@media screen and (max-width: 768px) {
  .main-view .title-wrap .title {
    margin-top: -10px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 650px) {
  .main-view .title-wrap .title {
    margin-left: 9.2308%;
  }
}

.main-view .title-wrap .title .text1 {
  display: inline-block;
  font-size: 3.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #0d3287;
  letter-spacing: .16em;
}

@media screen and (max-width: 768px) {
  .main-view .title-wrap .title .text1 {
    font-size: 2.0rem;
  }
}

.main-view .title-wrap .title .text2 {
  display: block;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #0d3287;
  letter-spacing: .15em;
}

@media screen and (max-width: 768px) {
  .main-view .title-wrap .title .text2 {
    font-size: 1.4rem;
  }
}

/* ↑↑↑ main-view ↑↑↑ */

/* ↓↓↓ network ↓↓↓ */
.network .wrap .title .text1 {
  display: inline-block;
  font-size: 2.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #0d3287;
  letter-spacing: .2em;
}

@media screen and (max-width: 768px) {

  .network .wrap .title .text1 {
    font-size: calc((40 - 28) * ((100vw - 375px) / (768 - 375)) + 28px);
  }
}

.network .wrap .title .text2 {
  display: block;
  margin-bottom: 70px;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #0d3287;
  letter-spacing: .15em;
}


@media screen and (max-width: 768px) {

  .network .wrap .title .text2 {
    font-size: calc((16 - 14) * ((100vw - 375px) / (768 - 375)) + 14px);
  }
}

.network .wrap .text {
  width: 49.495%;
  margin-top: 60px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .13em;
  line-height: 1.8;
  color: #0d3287;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}

@media screen and (min-width: 1281px) {

  .network .wrap .text {
    width: 488px;
  }
}

@media screen and (max-width: 768px) {

  .network .wrap .text {
    width: 70%;
  }
}

@media screen and (max-width: 650px) {

  .network .wrap .text {
    width: 100%;
  }
}

.network .wrap .menu-group .menu {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #0d3287;
  position: relative;
  z-index: 5;
}

.network .wrap .menu-group .menu a {
  display: inline-block;
  padding-left: 65px;
  padding-right: 0;
  position: relative;
  letter-spacing: .15em;
  ;
  transition: all 500ms 0s ease;
}

.network .wrap .menu-group .menu a:hover {
  padding-left: 33px;
  padding-right: 32px;
}

.network .wrap .menu-group .menu a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #0d3287;
  opacity: 1;
  transition: all 500ms 0s ease;
}

.network .wrap .menu-group .menu a:hover::before {
  width: 25px;
}


.network {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
}

.network .wrap {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  /*padding: 10.5521vw 145px 90px 145px;*/
  padding: 6.5521vw 145px 90px 145px;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 1921px) {
  .network .wrap {
    padding: 335px 145px 90px 145px;
  }
}

@media screen and (max-width: 768px) {
  .network .wrap {
    padding: 10.5521vw 7.162% 70px 7.162%;
  }
}

.network .wrap .menu-group {
  position: absolute;
  width: auto;
  /*top: calc(10.5521vw + 85px);*/
  top: calc(6.5521vw + 0px);
  left: calc(50% + 120px);
}

@media screen and (max-width: 768px) {
  .network .wrap .menu-group {
    position: relative;
    margin-top: 65px;
    width: 100%;
    top: 0;
    left: 0;
  }
}

/* ↑↑↑ network ↑↑↑ */

@media screen and (min-width: 1281px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}