/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */

/*-- common --*/

/*-- area-intro --*/
.area-intro {}


/*-- area-network --*/
.area-network {
  margin-top: 100px;
}

.area-network.bg-title::before {
  left: 20px;
  content: "GLOBAL NETWORK";
}


.network-map {
  max-width: 926px;
  margin: 60px auto;
}


.tab-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}


.tab-box .item {
  width: 50%;
  color: #fff;
  margin-bottom: 0px;
  padding: 12px 12px 8px;
  text-align: center;
  background: rgba(24, 74, 161, 1);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: 0.5s;
  box-sizing: border-box;
  transition: 0.5s;
}

.tab-box .item:hover,
.tab-box .item.select {
  background: rgba(24, 74, 161, 0.7);
}

.tab-box .item.select {
  cursor: auto;
}

.tab-box .item h4 {
  line-height: 1em;
  letter-spacing: 0em;
}

.tab-box .item p {
  font-size: 1.4rem;
  letter-spacing: 0.4em;
}


.tab-content {
  width: 100%;
}

.tab-content h3.group {
  margin-top: 80px;
}

.tab-content .item {
  padding-bottom: 40px;
  padding-left: 4%;
  padding-right: 4%;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
}

.tab-content .item + .item {
  margin-top: 80px;
}


.tab-content .item figure {
  width: 240px;
  margin: auto;
}

.tab-content .item .txt {
  width: calc(100%);
  margin-top: 24px;
  padding-right: 32px;
  box-sizing: border-box;
}

.tab-content .item .txt h4 {
  padding-bottom: 24px;
  color: #184aa1;
}

.tab-content .item .txt h4 a {
  color: #184aa1;
}

.tab-content .item .txt .jigyo {
  display: none;
}

.tab-content .item .txt a.link {
  font-size: 1.4rem;
}



/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {

  /*-- area-intro --*/
  .area-intro {}


  /*-- area-network --*/
  .area-network {
    margin-top: 100px;
  }

  .area-network.bg-title::before {
    left: 20px;
    content: "GLOBAL NETWORK";
  }


  .network-map {
    max-width: 926px;
    margin: 60px auto;
  }


  .tab-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .tab-box .item {
    width: 20%;
    color: #fff;
    margin-bottom: 80px;
    padding: 12px 12px 8px;
    text-align: center;
    background: rgba(24, 74, 161, 1);
    border-right: 1px solid #fff;
    cursor: pointer;
    transition: 0.5s;
    box-sizing: border-box;
    transition: 0.5s;
  }

  .tab-box .item:hover,
  .tab-box .item.select {
    background: rgba(24, 74, 161, 0.7);
  }

  .tab-box .item.select {
    cursor: auto;
  }

  .tab-box .item h4 {
    line-height: 1em;
    letter-spacing: 0em;
  }

  .tab-box .item p {
    font-size: 1.4rem;
    letter-spacing: 0.4em;
  }


  .tab-content {
    width: 100%;
  }

  .tab-content .item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
  }

  .tab-content .item + .item {
    margin-top: 80px;
  }


  .tab-content .item figure {
    width: 280px;
  }

  .tab-content .item .txt {
    width: calc(100% - 280px);
    margin-top: 0;
    padding-right: 50px;
    box-sizing: border-box;
  }

  .tab-content .item .txt h4 {
    padding-bottom: 24px;
    color: #184aa1;
  }

  .tab-content .item .txt h4 a {
    color: #184aa1;
  }

  .tab-content .item .txt .jigyo {
    display: none;
  }

}



/* ====================================================================================
		PC
==================================================================================== */

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