﻿@charset "utf-8";

/**/
.chart {
  width: 745px;
  margin: 50px auto 70px;
}
.chart img {
  width: 100%;
}
  .sp-layout .chart {
    width: 100%;
    margin: 20px auto 40px;
  }
  .sp-layout .chart img {
    width: 100%;
    max-width: auto;
  }

.navs {

}
.navs .sections {
  letter-spacing: -.4em;
  margin: 35px 0 40px;
  text-align: center;
}
  .sp-layout .navs .sections {
    margin: 20px 0 15px;
  }
.navs .sections a {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 270px;
  margin: 0 10px;
  padding: 5px 0 15px;
  background-color: #99c0df;
  color: #fff;
  text-align: center;
}
  .sp-layout .sections a {
    width: 31.3%;
    margin: 0 1%;
    padding: 5px 10px 15px;
  }
.navs .sections a::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background-image: url("../../img/company/business/shadow.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
  .navs .sections a::after {
    background-size: 100% auto;
  }
.cunit .navs .sections a.cunit,
.gunit .navs .sections a.gunit,
.csp .navs .sections a.csp,
.navs .sections a:hover {
  background-color: var(--main-color);
  text-decoration: none;
}
.navs .sections a em {
  display: block;
  width: 95%;
  margin: 0 auto 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
  font-size: 50px;
  font-weight: 200;
}
  .sp-layout .navs .sections a em {
    width: 100%;
    font-size: 26px;
  }

/**/
.navs .categorys {
  display: none;
  padding-bottom: 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  color: #808080;
}
.cunit .navs .categorys.cunit,
.gunit .navs .categorys.gunit,
.csp .navs .categorys.csp {
  display: block;
}
  .sp-layout .navs .categorys {
    padding-bottom: 20px;
    font-size: var(--font-s16);
  }
.navs .categorys a {
  margin: 0 15px;
  color: #808080;
}
  .sp-layout .navs .categorys a {
    margin: 0 5px;
    color: #808080;
  }
.navs .categorys a:hover {
  text-decoration: none;
  color: #ccc;
}

/**/
.categorys-wp {
  display: none;
  margin-bottom: 60px;
}
.cunit .categorys-wp.cunit,
.gunit .categorys-wp.gunit,
.csp .categorys-wp.csp {
  display: block;
}
.categorys-wp .post {
  position: relative;
}
.categorys-wp .post::before {
  position: absolute;
  top: 0;
  left: 0;
  content: none;
  width: 100%;
  height: 20px;
  background-image: url("../../img/company/business/shadow_line.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 20px;
  z-index: 1;
}
.categorys-wp .post:last-child::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: none;
  width: 100%;
  height: 20px;
  background-image: url("../../img/company/business/shadow_line.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 20px;
  z-index: 1;
}
.categorys-wp .post:nth-child(odd) {
  /* background-color: #f2f9fd; */
  background-color: #f6f6f6;
}
  .sp-layout .categorys-wp .post:nth-child(odd) {
    background-color: transparent;
  }
.categorys-wp .post > div {
  position: relative;
  width: 830px;
  margin: 0 auto;
  overflow: hidden;
}
  .sp-layout .categorys-wp .post > div {
    width: auto;
  }
.categorys-wp .post:nth-child(odd) > div .ph {
  float: left;
}
.categorys-wp .post > div .ph {
  float: right;
  width: 415px;
}
.categorys-wp .post > div .ph img {
  width: 100%;
}
  .sp-layout .categorys-wp .post:nth-child(odd) > div .ph {
    float: none;
  }
  .sp-layout .categorys-wp .post > div .ph {
    float: none;
    width: 100%;
  }
  .sp-layout .categorys-wp .post > div .ph img {
    width: 100%;
  }
.categorys-wp .post > div .txt {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 43%;
}
  .sp-layout .categorys-wp .post > div .txt {
    position: static;
    top: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    width: 90%;
    margin: 10px auto 30px;
  }
.categorys-wp .post:nth-child(odd) > div .txt {
  left: auto;
  right: 25px;
}
.categorys-wp .post > div .txt {
  left: 25px;
  right: auto;
}
    .sp-layout .categorys-wp .post:nth-child(odd) > div .txt,
    .sp-layout .categorys-wp .post > div .txt {
      left: auto;
      right: auto;
    }
.categorys-wp .post > div .txt .title {
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 200;
  color: var(--main-color);
  line-height: 1.1em;
}
    .sp-layout .categorys-wp .post > div .txt .title {
      margin-top: 15px;
      margin-bottom: 10px;
      font-size: 24px;
    }
.categorys-wp .post > div .txt .title small {
  margin-left: 3px;
  font-size: var(--font-s16);
  letter-spacing: .025em;
}
    .sp-layout .categorys-wp .post > div .txt .title small {
      font-size: var(--font-s13);
      letter-spacing: 0;
      letter-spacing: .05em;
    }
.categorys-wp .post > div .txt > p {
  font-size: var(--font-s16);
}
    .sp-layout .categorys-wp .post > div .txt > p {
      font-size: var(--font-s14);
    }