@charset "UTF-8";
@keyframes ani_fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  main {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 60px;
  }
  main > .main_inner {
    height: 400px;
  }
  main > .main_inner > .slider {
    position: relative;
    width: 100%;
    height: 400px;
    margin: auto;
    overflow: hidden;
  }
  main > .main_inner > .slider > .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 28s both; /* 4画像 × 各7s = 28s */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  main > .main_inner > .slider > .src1 {
    background-image: url(../images/top/slide_01b.jpg);
  }
  main > .main_inner > .slider > .src2 {
    background-image: url(../images/top/slide_02.jpg);
    animation-delay: 7s;
  }
  main > .main_inner > .slider > .src4 {
    background-image: url(../images/top/slide_04.jpg);
    animation-delay: 14s;
  }
  main > .main_inner > .slider > .src5 {
    background-image: url(../images/top/slide_05.jpg);
    animation-delay: 21s;
  }
  @keyframes bgAnime {
    0% {
      opacity: 0;
      transform: scale(1, 1);
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
      transform: scale(1.1, 1.1);
    }
    30% {
      opacity: 1;
      transform: scale(1.1, 1.1);
    }
    100% {
      opacity: 1;
      transform: scale(1.1, 1.1);
    }
  }
  main > .main_inner > .slider > .mainText {
    position: absolute;
    display: inline-block;
    top: 55%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 8vw;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1.4px;
    text-shadow: 1px 1px 3px #666;
    opacity: 0;
    transform-origin: left center !important;
    animation: textAnime 28s infinite; /* 4画像 × 各7s = 28s */
  }
  main > .main_inner > .slider > .text1 {
    animation: textAnime 28s both; /* 4画像 × 各7s = 28s */
  }
  main > .main_inner > .slider > .text2 {
    animation-delay: 7s;
    animation: textAnime 28s both; /* 4画像 × 各7s = 28s */
  }
  main > .main_inner > .slider > .text4 {
    animation-delay: 14s;
    animation: textAnime 28s both; /* 4画像 × 各7s = 28s */
  }
  main > .main_inner > .slider > .text5 {
    animation-delay: 21s;
    animation: textAnimeEnd 28s both; /* 4画像 × 各7s = 28s */
  }
  @keyframes textAnime {
    0% {
      opacity: 0;
      transform: scale(1.2, 1.2) translate(-50%, -50%);
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
      transform: scale(1, 1) translate(-50%, -50%);
    }
    30% {
      opacity: 0;
      transform: scale(1, 1) translate(-50%, -50%);
    }
    100% {
      opacity: 0;
      transform: scale(1, 1) translate(-50%, -50%);
    }
  }
  @keyframes textAnimeEnd {
    0% {
      opacity: 0;
      transform: scale(1.2, 1.2) translate(-50%, -50%);
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
      transform: scale(1, 1) translate(-50%, -50%);
    }
    30% {
      opacity: 1;
      transform: scale(1, 1) translate(-50%, -50%);
    }
    100% {
      opacity: 1;
      transform: scale(1, 1) translate(-50%, -50%);
    }
  }
  main > .main_inner > .slider > .subText {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    left: 0;
    background-color: #fff;
    font-size: 1.2rem;
    padding: 7px 10px;
    color: #333;
    line-height: 1;
    letter-spacing: 0.1em;
    opacity: 0;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
    transform-origin: left center !important;
    animation: subTextAnime 28s 1; /* 4画像 × 各7s = 28s */
  }
  main > .main_inner > .slider > .text2 {
    animation-delay: 7s;
  }
  main > .main_inner > .slider > .text4 {
    animation-delay: 14s;
  }
  main > .main_inner > .slider > .text5 {
    background-color: transparent;
    animation-delay: 21s;
  }
  @keyframes subTextAnime {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    5% {
      opacity: 1;
      transform: translateX(0);
    }
    25% {
      opacity: 1;
      transform: translateX(0);
    }
    30% {
      opacity: 0;
      transform: translateX(-100%);
    }
    100% {
      opacity: 0;
      transform: translateX(-100%);
    }
  }
  .top_news {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .top_pickup {
    margin-bottom: 100px;
  }
  .top_pickup > section > .pickup_slider_wrap {
    width: 94%;
    margin: 0 auto;
  }
  /* ------------------------------------------
   ビジネス
  ------------------------------------------ */
  .top_business {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .top_business > section > .business_wrap > .left {
    position: relative;
  }
  .top_business > section > .business_wrap > .left > .category_1 {
    height: 55vw;
    margin-bottom: 5px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../images/top/business_1.jpg");
    background-size: cover;
  }
  .top_business > section > .business_wrap > .left > .category_1 > div {
    position: absolute;
    color: #fff;
    background-color: #063271;
    font-weight: 700;
    padding: 5px 10px;
  }
  .top_business > section > .business_wrap > .left > .category_1 > .text1 {
    padding-left: calc(10px + 0.1em);
    top: 20px;
    left: 0;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .top_business > section > .business_wrap > .left > .category_1 > .text2 {
    bottom: 20px;
    right: 0;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1em;
    color: #333;
  }
  .top_business > section > .business_wrap > .left > .white {
    display: none;
  }
  .top_business > section > .business_wrap > .right > ul {
    overflow: hidden;
  }
  .top_business > section > .business_wrap > .right > ul > li {
    width: calc(50% - 2px);
    float: left;
    display: block;
    height: 40vw;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 170%;
    position: relative;
    transition: all 0.4s;
    margin-left: 4px;
  }
  .top_business > section > .business_wrap > .right > ul > li:nth-child(odd) {
    margin-left: 0;
  }
  .top_business > section > .business_wrap > .right > ul > li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    transition: 0.4s;
  }
  .top_business > section > .business_wrap > .right > ul > li:nth-child(1) {
    background-image: url("../images/top/business_1.jpg");
  }
  .top_business > section > .business_wrap > .right > ul > li:nth-child(2) {
    background-image: url("../images/top/business_2.jpg");
    background-position: top center;
  }
  .top_business > section > .business_wrap > .right > ul > li:nth-child(3) {
    background-image: url("../images/top/business_3.jpg");
  }
  .top_business > section > .business_wrap > .right > ul > li:nth-child(4) {
    background-image: url("../images/top/business_4.jpg");
  }
  .top_business > section > .business_wrap > .right > ul > li:hover {
    background-size: 190%;
  }
  .top_business > section > .business_wrap > .right > ul > li:hover:after {
    background-color: rgba(0, 0, 0, 0);
  }
  .top_business > section > .business_wrap > .right > ul > li:hover > a.link_main > div > span {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
  }
  .top_business > section > .business_wrap > .right > ul > li:hover > a.link_main > div > span:nth-child(1) > img {
    width: 30%;
    vertical-align: bottom;
  }
  .top_business > section > .business_wrap > .right > ul > li:hover > a.link_main > div > span:nth-child(2) {
    padding-bottom: 12px;
    padding-left: 0.05em;
    font-weight: 700;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main {
    position: absolute;
    display: block;
    width: 100%;
    height: 40vw;
    cursor: pointer;
    z-index: 1;
    pointer-events: none;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main > div {
    display: block;
    width: 70%;
    margin: 5vw auto 0;
    position: relative;
    z-index: 10;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main > div > span {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 5px;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main > div > span:nth-child(1) > img {
    width: 30%;
    vertical-align: bottom;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main > div > span:nth-child(2) {
    padding-bottom: 12px;
    padding-left: 0.05em;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .top_business > section > .business_wrap > .right > ul > li > div.link_sub {
    display: block;
    position: absolute;
    bottom: 5vw;
    width: 100%;
    cursor: pointer;
    z-index: 2;
    text-align: center;
  }
  .top_business > section > .business_wrap > .right > ul > li > div.link_sub > a {
    display: inline-block;
    padding: 3px 30px 3px 15px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #BA484C;
    position: relative;
  }
  .top_business > section > .business_wrap > .right > ul > li > div.link_sub > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    content: "";
  }
  /* ------------------------------------------
   ネットワーク
  ------------------------------------------ */
  .top_network {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .top_network > section > .network_wrap {
    width: 94%;
    margin: 0 auto;
  }
  .top_network > section > .network_wrap > .list > ul {
    width: 90%;
    margin: 0 auto;
  }
  .top_network > section > .network_wrap > .list > ul > li {
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .top_network > section > .network_wrap > .list > ul > li:nth-child(3n+3) {
    border-right: none;
  }
  .top_network > section > .network_wrap > .list > ul > li:nth-last-child(2), .top_network > section > .network_wrap > .list > ul > li:last-child {
    border-bottom: none;
  }
  .top_network > section > .network_wrap > .list > ul > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .top_network > section > .network_wrap > .list > ul > li > h4 {
    font-size: 1.4rem;
  }
  .top_network > section > .network_wrap > .list > ul > li > h4:before {
    content: "";
    border-left: 4px #BA484C solid;
    margin-right: 10px;
  }
  .top_network > section > .network_wrap > .list > ul > li > ul {
    padding-top: 15px;
    padding-left: 1.5em;
    list-style: disc;
  }
  .top_network > section > .network_wrap > .list > ul > li > ul > li {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .top_network > section > .network_wrap > .list_b > ul {
    width: 90%;
    margin: 0 auto;
  }
  .top_network > section > .network_wrap > .list_b > ul > li {
    margin-bottom: 40px;
  }
  .top_network > section > .network_wrap > .list_b > ul > li:last-child {
    margin-bottom: 0;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > h4:before {
    content: "";
    border-left: 4px #BA484C solid;
    margin-right: 10px;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > .image {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 10px;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > .image > img {
    border: 7px #fff solid;
    box-shadow: 3px 3px 12px 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul {
    padding-left: 0.5em;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul > li {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul > li > a {
    padding-bottom: 2px;
    transition: 0.3s;
    position: relative;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul > li > a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    border-left: 5px solid black;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul > li > a:after {
    transition: 0.3s;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(174.2857142857, 205.7142857143, 250.7142857143);
  }
  /* ------------------------------------------
   バリュー
  ------------------------------------------ */
  .top_value {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .top_value > section > .value_wrap {
    width: 94%;
    margin: 0 auto;
  }
  .top_value > section > .value_wrap > ul > li {
    width: 100%;
    height: 200px;
    margin: 0 auto 10px;
    background-color: #ddd;
  }
  .top_value > section > .value_wrap > ul > li:last-child {
    margin-bottom: 0;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  main {
    margin-bottom: 100px;
  }
  main > .main_inner {
    height: 740px;
  }
  main > .main_inner > .slider {
    position: relative;
    width: 100%;
    height: 740px;
    margin: auto;
    overflow: hidden;
  }
  main > .main_inner > .slider > .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 28s both; /* 4画像 × 各7s = 28s */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  main > .main_inner > .slider > .src1 {
    background-image: url(../images/top/slide_01b.jpg);
  }
  main > .main_inner > .slider > .src2 {
    background-image: url(../images/top/slide_02.jpg);
    animation-delay: 7s;
  }
  main > .main_inner > .slider > .src4 {
    background-image: url(../images/top/slide_04.jpg);
    animation-delay: 14s;
  }
  main > .main_inner > .slider > .src5 {
    background-image: url(../images/top/slide_05.jpg);
    animation-delay: 21s;
  }
  @keyframes bgAnime {
    0% {
      opacity: 0;
      transform: scale(1, 1);
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
      transform: scale(1.1, 1.1);
    }
    30% {
      opacity: 1;
      transform: scale(1.1, 1.1);
    }
    100% {
      opacity: 1;
      transform: scale(1.1, 1.1);
    }
  }
  main > .main_inner > .slider > .mainText {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 6.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 3px #666;
    opacity: 0;
    transform-origin: left center !important;
  }
  main > .main_inner > .slider > .text1 {
    animation: textAnime 28s both; /* 4画像 × 各7s = 28s */
  }
  main > .main_inner > .slider > .text2 {
    animation: textAnime 28s both; /* 4画像 × 各7s = 28s */
    animation-delay: 7s;
  }
  main > .main_inner > .slider > .text4 {
    animation: textAnime 28s both; /* 4画像 × 各7s = 28s */
    animation-delay: 14s;
  }
  main > .main_inner > .slider > .text5 {
    animation: textAnimeEnd 28s both; /* 4画像 × 各7s = 28s */
    animation-delay: 21s;
  }
  @keyframes textAnime {
    0% {
      opacity: 0;
      transform: scale(1.2, 1.2) translate(-50%, -50%);
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
      transform: scale(1, 1) translate(-50%, -50%);
    }
    30% {
      opacity: 0;
      transform: scale(1, 1) translate(-50%, -50%);
    }
    100% {
      opacity: 0;
      transform: scale(1, 1) translate(-50%, -50%);
    }
  }
  @keyframes textAnimeEnd {
    0% {
      opacity: 0;
      transform: scale(1.2, 1.2) translate(-50%, -50%);
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
      transform: scale(1, 1) translate(-50%, -50%);
    }
    30% {
      opacity: 1;
      transform: scale(1, 1) translate(-50%, -50%);
    }
    100% {
      opacity: 1;
      transform: scale(1, 1) translate(-50%, -50%);
    }
  }
  main > .main_inner > .slider > .subText {
    position: absolute;
    display: inline-block;
    bottom: 20px;
    left: 0;
    background-color: #fff;
    font-size: 2rem;
    padding: 10px 20px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    opacity: 0;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
    transform-origin: left center !important;
    animation: subTextAnime 28s 1; /* 4画像 × 各7s = 28s */
  }
  main > .main_inner > .slider > .text2 {
    animation-delay: 7s;
  }
  main > .main_inner > .slider > .text4 {
    animation-delay: 14s;
  }
  main > .main_inner > .slider > .text5 {
    background-color: transparent;
    animation-delay: 21s;
  }
  @keyframes subTextAnime {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    5% {
      opacity: 1;
      transform: translateX(0);
    }
    25% {
      opacity: 1;
      transform: translateX(0);
    }
    30% {
      opacity: 0;
      transform: translateX(-100%);
    }
    100% {
      opacity: 0;
      transform: translateX(-100%);
    }
  }
  .top_pickup {
    margin-bottom: 150px;
  }
  .top_pickup > section > .pickup_slider_wrap {
    width: 980px;
    margin: 0 auto;
  }
  .top_news {
    margin-bottom: 150px;
    overflow: hidden;
  }
  /* ------------------------------------------
   ビジネス
  ------------------------------------------ */
  .top_business {
    margin-bottom: 150px;
    overflow: hidden;
  }
  .top_business > section > .business_wrap {
    display: table;
    width: 100%;
  }
  .top_business > section > .business_wrap > div {
    display: table-cell;
    width: 50%;
  }
  .top_business > section > .business_wrap > .left {
    position: relative;
  }
  .top_business > section > .business_wrap > .left > .category_1 {
    height: 505px;
    margin: 0 5px;
    border-right: none;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/top/business_1.jpg");
    background-size: cover;
  }
  .top_business > section > .business_wrap > .left > .category_1 > div {
    position: absolute;
    color: #fff;
    background-color: #063271;
    font-weight: 700;
    padding: 15px 20px;
  }
  .top_business > section > .business_wrap > .left > .category_1 > .text1 {
    top: 80px;
    left: 0;
    font-size: 3.6rem;
    letter-spacing: 0.2em;
    padding-left: calc(20px + 0.2em);
    line-height: 1;
  }
  .top_business > section > .business_wrap > .left > .category_1 > .text2 {
    bottom: 20px;
    right: 0;
    padding: 0 27px;
    background-color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.1em;
    color: #333;
  }
  .top_business > section > .business_wrap > .left > .white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
  }
  .top_business > section > .business_wrap > .left > .white_active {
    animation: ani_fadeout 1s ease 0s 1 forwards;
  }
  .top_business > section > .business_wrap > .right > ul > li {
    width: calc(50% - 5px);
    float: left;
    height: 250px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 170%;
    position: relative;
    transition: all 0.4s;
  }
  .top_business > section > .business_wrap > .right > ul > li:nth-child(3), .top_business > section > .business_wrap > .right > ul > li:nth-child(4) {
    margin-bottom: 0;
  }
  .top_business > section > .business_wrap > .right > ul > li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    transition: 0.4s;
  }
  .top_business > section > .business_wrap > .right > ul > li:nth-child(1) {
    background-image: url("../images/top/business_1.jpg");
  }
  .top_business > section > .business_wrap > .right > ul > li:nth-child(2) {
    background-image: url("../images/top/business_2.jpg");
    background-position: top center;
  }
  .top_business > section > .business_wrap > .right > ul > li:nth-child(3) {
    background-image: url("../images/top/business_3.jpg");
  }
  .top_business > section > .business_wrap > .right > ul > li:nth-child(4) {
    background-image: url("../images/top/business_4.jpg");
  }
  .top_business > section > .business_wrap > .right > ul > li:hover {
    background-size: 190%;
  }
  .top_business > section > .business_wrap > .right > ul > li:hover:after {
    background-color: rgba(0, 0, 0, 0);
  }
  .top_business > section > .business_wrap > .right > ul > li:hover > a.link_main > div:after {
    transform: rotate(0deg);
  }
  .top_business > section > .business_wrap > .right > ul > li:hover > a.link_main > div > span {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 10px;
  }
  .top_business > section > .business_wrap > .right > ul > li:hover > a.link_main > div > span:nth-child(1) > img {
    width: 30%;
    vertical-align: bottom;
  }
  .top_business > section > .business_wrap > .right > ul > li:hover > a.link_main > div > span:nth-child(2) {
    padding-bottom: 12px;
    padding-left: 0.05em;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main {
    position: absolute;
    display: block;
    width: 100%;
    height: 250px;
    cursor: pointer;
    z-index: 1;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main > div {
    display: block;
    width: 50%;
    margin: 64px auto 0;
    border: 2px #fff solid;
    position: relative;
    z-index: 10;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main > div:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 130px;
    height: 130px;
    margin-top: -65px;
    margin-left: -65px;
    border: 1px #fff solid;
    transform-origin: center center;
    transform: rotate(-45deg);
    z-index: -1;
    transition: 0.4s;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main > div > span {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 10px;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main > div > span:nth-child(1) > img {
    width: 30%;
    vertical-align: bottom;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main > div > span:nth-child(2) {
    padding-bottom: 12px;
    padding-left: 0.05em;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .top_business > section > .business_wrap > .right > ul > li > a.link_main > div > span:nth-child(3) {
    display: none;
  }
  .top_business > section > .business_wrap > .right > ul > li > div.link_sub {
    display: block;
    position: absolute;
    bottom: 17px;
    width: 100%;
    cursor: pointer;
    z-index: 2;
    text-align: center;
  }
  .top_business > section > .business_wrap > .right > ul > li > div.link_sub > a {
    display: inline-block;
    padding: 3px 35px 3px 20px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #BA484C;
    position: relative;
    transition: 0.3s;
  }
  .top_business > section > .business_wrap > .right > ul > li > div.link_sub > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    content: "";
  }
  .top_business > section > .business_wrap > .right > ul > li > div.link_sub > a:hover {
    transform: scale(1.1);
  }
  /* ------------------------------------------
   ネットワーク
  ------------------------------------------ */
  .top_network {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .top_network > section {
    background: url("../images/top/map_bg.jpg") no-repeat;
    background-position-y: 250px;
    padding-bottom: 100px;
    background-size: cover;
    position: relative;
  }
  .top_network > section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url("../images/common/bottom_white.png") repeat-x bottom center;
  }
  .top_network > section > .network_wrap {
    width: 980px;
    margin: 0 auto;
  }
  .top_network > section > .network_wrap > .list > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .top_network > section > .network_wrap > .list > ul > li {
    width: 33.333%;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 40px 40px;
  }
  .top_network > section > .network_wrap > .list > ul > li:nth-child(3n+3) {
    border-right: none;
  }
  .top_network > section > .network_wrap > .list > ul > li:nth-last-child(2), .top_network > section > .network_wrap > .list > ul > li:last-child {
    border-bottom: none;
  }
  .top_network > section > .network_wrap > .list > ul > li > h4 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .top_network > section > .network_wrap > .list > ul > li > h4:before {
    content: "";
    border-left: 4px #BA484C solid;
    margin-right: 10px;
  }
  .top_network > section > .network_wrap > .list > ul > li > ul {
    padding-left: 1.5em;
    list-style: disc;
  }
  .top_network > section > .network_wrap > .list > ul > li > ul > li {
    margin-bottom: 5px;
  }
  .top_network > section > .network_wrap > .list_b {
    z-index: 1;
    position: relative;
  }
  .top_network > section > .network_wrap > .list_b > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .top_network > section > .network_wrap > .list_b > ul > li {
    width: 33.333%;
    padding: 30px 15px;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > h4 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > h4:before {
    content: "";
    border-left: 4px #BA484C solid;
    margin-right: 10px;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > .image {
    margin-bottom: 10px;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > .image > img {
    border: 7px #fff solid;
    box-shadow: 3px 3px 12px 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul {
    padding-left: 0.5em;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul > li {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul > li > a {
    padding-bottom: 2px;
    transition: 0.3s;
    position: relative;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul > li > a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    border-left: 5px solid black;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul > li > a:after {
    transition: 0.3s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #063271;
  }
  .top_network > section > .network_wrap > .list_b > ul > li > ul > li > a:hover:after {
    width: 100%;
  }
  /* ------------------------------------------
   バリュー
  ------------------------------------------ */
  .top_value {
    margin-bottom: 150px;
    overflow: hidden;
  }
  .top_value > section > .value_wrap {
    width: 980px;
    margin: 0 auto;
  }
  .top_value > section > .value_wrap > ul > li {
    width: 320px;
    height: 200px;
    background-color: #ddd;
    float: left;
    margin-right: 10px;
  }
  .top_value > section > .value_wrap > ul > li:last-child {
    margin-right: 0;
  }
}