/* Scss Document */
/* Scss Document */
/*---------------------------------------------
    kv
---------------------------------------------*/
.top_kv {
  position: relative; }
  .top_kv img {
    width: 100%; }

.top_kv_logo {
  position: absolute;
  bottom: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 10.6%;
  min-width: 206px; }
  @media screen and (max-width: 750px) {
    .top_kv_logo {
      width: 48.5vw;
      min-width: 1px;
      bottom: 59%; } }

.top_kv_txtArea {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17%; }
  @media screen and (max-width: 750px) {
    .top_kv_txtArea {
      bottom: 21%; } }

.top_kv_txt {
  width: 19.7vw;
  min-width: 380px; }
  @media screen and (max-width: 750px) {
    .top_kv_txt {
      width: 64vw;
      min-width: 1px; } }

.top_kv_scroll {
  width: 42px;
  margin: 40px auto 0; }
  @media screen and (max-width: 750px) {
    .top_kv_scroll {
      width: 11.2vw;
      margin: 40vw auto 0; } }

/*---------------------------------------------
    news
---------------------------------------------*/
.top_news {
  padding: 70px 0 90px;
  color: #fff;
  background: #00afec; }
  @media screen and (max-width: 750px) {
    .top_news {
      padding: 20vw 0; } }

.top_newsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 750px) {
    .top_newsList {
      display: block; } }
  .top_newsList::after {
    content: "";
    display: block;
    width: 30%;
    order: 1; }
    @media screen and (max-width: 750px) {
      .top_newsList::after {
        display: none; } }
  .top_newsList li {
    width: 30%; }
    @media screen and (max-width: 750px) {
      .top_newsList li {
        width: 100%; }
        .top_newsList li:not(:last-child) {
          margin: 0 0 13.3vw; } }

.top_newsList_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 390px;
  margin: 0 0 15px; }
  @media screen and (max-width: 750px) {
    .top_newsList_img {
      width: 68vw;
      margin: 0 auto 4.8vw;
      height: 72vw; } }

.top_newsList_titArea {
  display: flex;
  align-items: center;
  margin: 0 0 10px; }
  @media screen and (max-width: 750px) {
    .top_newsList_titArea {
      margin: 0 0 2.6vw; } }

@media screen and (max-width: 750px) {
  .top_newsList_tit {
    font-size: 5vw; } }

.top_newsList_category {
  border-radius: 7px;
  background: #ffeb00;
  text-align: center;
  flex-shrink: 0;
  min-width: 82px;
  padding: 0 10px;
  color: #333333;
  margin: 0 10px 0 0; }
  @media screen and (max-width: 750px) {
    .top_newsList_category {
      padding: 0 2vw;
      min-width: 21.8vw;
      margin: 0 2.6vw 0 0; } }

/*---------------------------------------------
    vision
---------------------------------------------*/
.top_vision {
  padding: 130px 0 140px; }
  @media screen and (max-width: 750px) {
    .top_vision {
      padding: 26vw 0 0; }
      .top_vision .sec_txt {
        margin: 0 0 42vw; } }

.vision_box {
  display: flex; }
  @media screen and (max-width: 750px) {
    .vision_box {
      display: block;
      position: relative; } }

.vision_img {
  width: 50%; }
  @media screen and (max-width: 750px) {
    .vision_img {
      width: 80vw;
      z-index: 1;
      position: absolute;
      right: 0;
      top: 16vw; } }

.vision_txtArea {
  width: 50%;
  padding: 70px 0 0; }
  @media screen and (max-width: 750px) {
    .vision_txtArea {
      width: 100%;
      padding: 0; } }

.vision_tit {
  font-size: 3.3rem;
  font-weight: 700;
  margin: 0 0 40px; }
  @media screen and (max-width: 750px) {
    .vision_tit {
      font-size: 6.6vw;
      margin: 0;
      position: absolute;
      bottom: calc(100% - 5vw);
      left: -5vw;
      width: 100vw; } }
  .vision_tit span {
    display: inline-block;
    background: #ffeb00;
    padding: 0 30px; }
    @media screen and (max-width: 750px) {
      .vision_tit span {
        padding: 0 8vw; } }
    .vision_tit span:last-child {
      margin: 35px 0 0 90px;
      padding: 0 50px 0 10px; }
      @media screen and (max-width: 750px) {
        .vision_tit span:last-child {
          margin: 5vw 0 0;
          padding: 0 8vw; } }

.vision_txt {
  padding: 40px 0 70px 100px;
  line-height: 2.25;
  position: relative;
  font-size: 2rem;
  font-weight: 400; }
  @media screen and (max-width: 750px) {
    .vision_txt {
      padding: 79vw 0 18.6vw;
      font-size: 5vw; }
      .vision_txt span {
        display: block;
        position: relative;
        z-index: 20; } }
  .vision_txt::after {
    content: "";
    display: block;
    width: 200vw;
    min-width: 2560px;
    z-index: -1;
    background: #eeeceb;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }

/*---------------------------------------------
    printing
---------------------------------------------*/
.top_printing {
  padding: 110px 0 60px; }
  @media screen and (max-width: 750px) {
    .top_printing {
      padding: 16vw 0 26vw; } }

.printing_img {
  width: 825px;
  margin: 0 auto 180px; }
  @media screen and (max-width: 750px) {
    .printing_img {
      width: 100%;
      margin: 0 0 13vw; } }

.printingList li {
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 750px) {
    .printingList li {
      display: block; } }
  .printingList li:not(:last-child) {
    margin: 0 0 70px; }
    @media screen and (max-width: 750px) {
      .printingList li:not(:last-child) {
        margin: 0 0 18.6vw; } }
  .printingList li:nth-child(odd) {
    flex-direction: row-reverse; }
  .printingList li:nth-child(1)::before {
    content: "";
    display: block;
    width: 154px;
    height: 260px;
    background: url("../img/top/seisan_deco01.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    left: 45%;
    top: calc(100% - 120px); }
    @media screen and (max-width: 750px) {
      .printingList li:nth-child(1)::before {
        display: none; } }
  @media screen and (max-width: 750px) {
    .printingList li:nth-child(1) {
      position: relative; } }
  @media screen and (max-width: 750px) {
    .printingList li:nth-child(1) .printingList_imgArea {
      margin: 0 0 26vw; } }
  .printingList li:nth-child(2)::before {
    content: "";
    display: block;
    width: 154px;
    height: 260px;
    background: url("../img/top/seisan_deco02.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    left: 38%;
    top: calc(100% - 54px); }
    @media screen and (max-width: 750px) {
      .printingList li:nth-child(2)::before {
        display: none; } }
  .printingList li:nth-child(2) .printingList_num {
    left: auto;
    top: 10px;
    right: 10px;
    background: #f08300; }
    @media screen and (max-width: 750px) {
      .printingList li:nth-child(2) .printingList_num {
        right: 0;
        top: 4vw; } }
  .printingList li:nth-child(2) .printingList_tit {
    color: #f08300; }
  .printingList li:nth-child(3) .printingList_num {
    background: #ee87b4; }
  .printingList li:nth-child(3) .printingList_tit {
    color: #ee87b4; }

.printingList_imgArea {
  width: 50%;
  position: relative; }
  @media screen and (max-width: 750px) {
    .printingList_imgArea {
      width: 100%;
      margin: 0 0 5vw; } }

.printingList_num {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 6rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  background: #8dc556;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: -20px; }
  @media screen and (max-width: 750px) {
    .printingList_num {
      width: 18vw;
      height: 18vw;
      font-size: 9.3vw;
      left: 0;
      top: 4vw; } }

.printingList_content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .printingList_content {
      width: 100%;
      display: block; } }

.printingList_txt_img {
  width: 362px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 750px) {
    .printingList_txt_img {
      width: 59.7vw;
      margin: 0;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 64vw; } }

.printingList_tit {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.3;
  color: #8dc556; }
  @media screen and (max-width: 750px) {
    .printingList_tit {
      font-size: 9.3vw;
      margin: 0 0 4vw; } }

.printingList_subTit {
  font-size: 2.2rem;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .printingList_subTit {
      font-size: 4.8vw; } }

.printingList_txt {
  line-height: 2; }

/*---------------------------------------------
    strength
---------------------------------------------*/
.top_strength {
  padding: 140px 0 250px; }
  @media screen and (max-width: 750px) {
    .top_strength {
      padding: 16vw 0 40vw; }
      .top_strength .sec_txt {
        text-align: center;
        margin: 0 0 37vw; } }

.strengthList {
  position: relative; }
  .strengthList::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url("../img/top/strong_deco01.svg");
    width: 262px;
    height: 370px;
    left: -120px;
    bottom: calc(100% + 50px); }
    @media screen and (max-width: 750px) {
      .strengthList::before {
        width: 43.4vw;
        height: 61.3vw;
        bottom: calc(100% + 85vw);
        left: -8vw;
        z-index: -1; } }
  .strengthList > li {
    position: relative; }
    .strengthList > li::before {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute; }
      @media screen and (max-width: 750px) {
        .strengthList > li::before {
          z-index: -1; } }
    .strengthList > li:nth-child(odd) .strengthList_img {
      width: 64%; }
      @media screen and (max-width: 750px) {
        .strengthList > li:nth-child(odd) .strengthList_img {
          width: 100%;
          margin: 0 0 5vw; } }
    .strengthList > li:nth-child(odd) .strengthList_txtArea {
      background: #fff;
      width: 40%;
      border-radius: 40px;
      position: absolute;
      right: 0;
      top: -90px;
      padding: 20px 40px 30px; }
      @media screen and (max-width: 750px) {
        .strengthList > li:nth-child(odd) .strengthList_txtArea {
          position: static;
          padding: 0;
          width: 100%;
          background: none; } }
    @media screen and (max-width: 750px) {
      .strengthList > li:nth-child(odd) .strengthList_num {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-50%); } }
    .strengthList > li:nth-child(1) {
      margin: 0 0 140px; }
      @media screen and (max-width: 750px) {
        .strengthList > li:nth-child(1) {
          margin: 0 0 26vw; } }
      .strengthList > li:nth-child(1)::before {
        background-image: url("../img/top/strong_deco02.svg");
        width: 222px;
        height: 292px;
        right: -30px;
        bottom: 220px; }
        @media screen and (max-width: 750px) {
          .strengthList > li:nth-child(1)::before {
            width: 37.8vw;
            height: 49.6vw;
            right: -5vw;
            bottom: calc(100% - 2vw); } }
    .strengthList > li:nth-child(2) {
      margin: 0 0 350px; }
      @media screen and (max-width: 750px) {
        .strengthList > li:nth-child(2) {
          margin: 0 0 26vw; } }
      .strengthList > li:nth-child(2)::before {
        background-image: url("../img/top/strong_deco03.svg");
        width: 364px;
        height: 268px;
        left: -160px;
        top: calc(100% + 20px); }
        @media screen and (max-width: 750px) {
          .strengthList > li:nth-child(2)::before {
            width: 51.4vw;
            height: 37.8vw;
            right: -5vw;
            top: -21vw;
            left: auto; } }
      .strengthList > li:nth-child(2) .strengthList_img {
        margin: 40px 0 0; }
        @media screen and (max-width: 750px) {
          .strengthList > li:nth-child(2) .strengthList_img {
            margin: 5vw 0 0; } }
    .strengthList > li:nth-child(3)::before {
      background-image: url("../img/top/strong_deco04.svg");
      width: 434px;
      height: 492px;
      right: -100px;
      bottom: -160px; }
      @media screen and (max-width: 750px) {
        .strengthList > li:nth-child(3)::before {
          width: 62.4vw;
          height: 70.4vw;
          right: -5vw;
          bottom: -42vw; } }
  .strengthList .business_client {
    margin: 100px 0 0; }
    .strengthList .business_client::before {
      display: none; }
    .strengthList .business_client .business_client_tit {
      font-size: 2.3rem;
      padding: 30px 80px; }
      @media screen and (max-width: 750px) {
        .strengthList .business_client .business_client_tit {
          font-size: 5vw;
          padding: 5vw; } }
      .strengthList .business_client .business_client_tit::before {
        display: none; }

.strengthList_num {
  display: inline-block;
  padding: 0 25px;
  border-radius: 17px;
  color: #727171;
  background: #ffeb00;
  font-size: 2.7rem;
  font-weight: 700;
  margin: 0 0 20px; }
  @media screen and (max-width: 750px) {
    .strengthList_num {
      padding: 0 5.3vw;
      font-size: 7.2vw;
      margin: 0 0 5vw; } }

.strengthList_tit {
  color: #004ea2;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3; }
  @media screen and (max-width: 750px) {
    .strengthList_tit {
      font-size: 8vw;
      margin: 0 0 5vw; } }

.strengthList_txt {
  line-height: 2; }

/*---------------------------------------------
    business
---------------------------------------------*/
.top_business {
  padding: 150px 0 0; }
  @media screen and (max-width: 750px) {
    .top_business {
      padding: 25vw 0 32vw; } }
  .top_business .sec_txt {
    margin: 0 0 90px; }
    @media screen and (max-width: 750px) {
      .top_business .sec_txt {
        text-align: center;
        margin: 0 0 13vw; } }

@media screen and (min-width: 750px) {
  .businessList {
    margin: 0 0 100px; } }
.businessList > li {
  position: relative; }
  @media screen and (min-width: 750px) {
    .businessList > li:not(:last-child) {
      margin: 0 0 260px; } }
  @media screen and (max-width: 750px) {
    .businessList > li {
      margin: 0 0 5vw; } }
  .businessList > li::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1; }
    @media screen and (max-width: 750px) {
      .businessList > li::before {
        display: none; } }
  .businessList > li:nth-child(1)::before {
    background-image: url("../img/top/business_deco01.svg");
    width: 426px;
    height: 452px;
    left: -40px;
    bottom: calc(100% - 100px); }
  .businessList > li:nth-child(1) .businessList_img {
    right: calc(50% - 140px); }
  @media screen and (min-width: 750px) {
    .businessList > li:nth-child(1) .businessList_txtArea {
      padding-left: 200px; } }
  .businessList > li:nth-child(2)::before {
    background-image: url("../img/top/business_deco02.svg");
    width: 422px;
    height: 342px;
    right: -60px;
    bottom: calc(100% - 160px); }
  .businessList > li:nth-child(2) .businessList_img {
    left: calc(50% - 140px); }
  .businessList > li:nth-child(2) .businessList_txtArea {
    background: #008ccf; }
    @media screen and (min-width: 750px) {
      .businessList > li:nth-child(2) .businessList_txtArea {
        margin: 0; } }
    .businessList > li:nth-child(2) .businessList_txtArea::after {
      background: #008ccf; }

.businessList_img {
  position: absolute;
  top: 50px;
  width: 1000px;
  z-index: 10; }
  @media screen and (max-width: 750px) {
    .businessList_img {
      position: static;
      width: 100vw;
      margin: 0 0 0 -5vw; } }

.businessList_txtArea {
  background: #8dc556;
  position: relative;
  color: #fff;
  width: 50%;
  margin: 0 0 0 auto;
  padding: 90px 0 180px; }
  @media screen and (max-width: 750px) {
    .businessList_txtArea {
      width: 100vw;
      margin: 0 0 0 -5vw;
      padding: 8vw 5vw; } }
  .businessList_txtArea::after {
    content: "";
    display: block;
    z-index: -1;
    background: #8dc556;
    width: 1400px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 750px) {
      .businessList_txtArea::after {
        display: none; } }

.businessList_tit {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 10px; }
  @media screen and (max-width: 750px) {
    .businessList_tit {
      font-size: 10vw;
      margin: 0 0 2vw; } }

.businessList_txt {
  font-size: 1.6rem;
  margin: 0 0 1em; }
  @media screen and (max-width: 750px) {
    .businessList_txt {
      font-size: 4.2vw; } }

.businessList_list {
  font-size: 1.6rem; }
  @media screen and (max-width: 750px) {
    .businessList_list {
      font-size: 4.2vw; } }
  .businessList_list span {
    font-size: 1rem;
    padding: 0.4em 0 0;
    display: inline-block; }
    @media screen and (max-width: 750px) {
      .businessList_list span {
        font-size: 3vw;
        vertical-align: baseline; } }

.business_client {
  display: flex;
  align-items: center;
  background: #f5f3f2;
  position: relative; }
  @media screen and (max-width: 750px) {
    .business_client {
      padding: 18.6vw 5vw 13.3vw;
      width: 95vw;
      display: block;
      margin: 18vw 0 0; } }
  .business_client::before {
    content: "";
    display: block;
    background: #f5f3f2;
    width: 100vw;
    left: calc(100% - 1px);
    position: absolute;
    height: 100%;
    top: 0;
    min-width: 1280px; }
    @media screen and (max-width: 750px) {
      .business_client::before {
        display: none; } }

.business_client_tit {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  background: url("../img/top/client_bg.png") no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
  padding: 20px 60px 20px 10px;
  line-height: 1.2;
  margin: 0 30px 0 0;
  position: relative; }
  @media screen and (max-width: 750px) {
    .business_client_tit {
      position: absolute;
      left: -5vw;
      top: 0;
      transform: translateY(-50%);
      font-size: 10vw;
      padding: 4vw;
      text-align: center;
      width: 95vw;
      margin: 0;
      background: #004ea2; } }
  .business_client_tit::before {
    content: "";
    display: block;
    background: #004ea2;
    width: 100vw;
    right: calc(100% - 1px);
    position: absolute;
    height: 100%;
    top: 0;
    min-width: 1280px; }
    @media screen and (max-width: 750px) {
      .business_client_tit::before {
        display: none; } }

.business_clientList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 750px) {
    .business_clientList {
      display: block;
      font-size: 4.5vw;
      line-height: 1.75; } }
  .business_clientList li:not(:last-child) {
    margin: 0 30px 0 0; }
    @media screen and (max-width: 750px) {
      .business_clientList li:not(:last-child) {
        margin: 0; } }
  .business_clientList li span {
    color: #9fa0a0;
    font-size: 1rem;
    padding: 0.35em 0 0;
    display: inline-block; }
    @media screen and (max-width: 750px) {
      .business_clientList li span {
        font-size: 3vw;
        vertical-align: baseline; } }

/*---------------------------------------------
    environment
---------------------------------------------*/
.top_environment {
  padding: 180px 0 60px; }
  @media screen and (max-width: 750px) {
    .top_environment {
      padding: 25vw 0 70vw; } }
  @media screen and (max-width: 750px) {
    .top_environment .sec_tit {
      font-size: 12.8vw; } }
  .top_environment .sec_txt {
    margin: 0 0 70px; }
    @media screen and (max-width: 750px) {
      .top_environment .sec_txt {
        text-align: center;
        margin: 0 0 8vw; } }

.environmentList {
  position: relative; }
  .environmentList::before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    background-image: url("../img/top/env_deco01.svg");
    width: 610px;
    height: 386px;
    bottom: calc(100% + 50px);
    right: calc(100% - 70px); }
    @media screen and (max-width: 750px) {
      .environmentList::before {
        width: 104vw;
        height: 66vw;
        right: -7.6vw;
        bottom: calc(100% + 73vw); } }
  .environmentList > li {
    position: relative;
    display: flex; }
    @media screen and (max-width: 750px) {
      .environmentList > li {
        display: block; } }
    .environmentList > li::before {
      content: "";
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      z-index: -1; }
      @media screen and (max-width: 750px) {
        .environmentList > li::before {
          display: none; } }
    .environmentList > li:not(:last-child) {
      margin: 0 0 100px; }
      @media screen and (max-width: 750px) {
        .environmentList > li:not(:last-child) {
          margin: 0 0 16vw; } }
    .environmentList > li:nth-child(1)::before {
      background-image: url("../img/top/env_deco02.svg");
      width: 610px;
      height: 386px;
      top: calc(100% - 240px);
      left: calc(100% - 100px); }
    .environmentList > li:nth-child(2)::before {
      background-image: url("../img/top/env_deco03.svg");
      width: 632px;
      height: 398px;
      top: 170%;
      right: calc(100% - 90px); }
    .environmentList > li:nth-child(2) .environmentList_tit img {
      width: 179px; }
      @media screen and (max-width: 750px) {
        .environmentList > li:nth-child(2) .environmentList_tit img {
          width: 41.6vw; } }
    @media screen and (max-width: 750px) {
      .environmentList > li:nth-child(2) .environmentList_tit {
        width: 100%;
        margin: 0 0 2vw; } }
    .environmentList > li:nth-child(3) .environmentList_tit img {
      width: 210px;
      vertical-align: bottom; }
      @media screen and (max-width: 750px) {
        .environmentList > li:nth-child(3) .environmentList_tit img {
          width: 48.8vw; } }
    @media screen and (max-width: 750px) {
      .environmentList > li:nth-child(3) .environmentList_tit {
        width: 100%;
        margin: 0 0 2vw; } }

.environmentList_img {
  width: 350px;
  margin: 0 45px 0 0;
  flex-shrink: 0; }
  @media screen and (max-width: 750px) {
    .environmentList_img {
      width: 100%;
      margin: 0 0 5vw; } }

.environmentList_tit {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 20px; }
  @media screen and (max-width: 750px) {
    .environmentList_tit {
      font-size: 7vw;
      margin: 0 0 5vw; } }
  .environmentList_tit::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #00afec;
    margin: 0 15px 3px 0; }
    @media screen and (max-width: 750px) {
      .environmentList_tit::before {
        width: 4vw;
        height: 4vw;
        margin: 0 3vw 0.6vw 0; } }
  .environmentList_tit img {
    vertical-align: baseline;
    margin: 0 10px 0 0; }
    @media screen and (max-width: 750px) {
      .environmentList_tit img {
        margin: 0 2vw 0 0; } }
  .environmentList_tit span {
    font-size: 1.8rem;
    vertical-align: baseline; }
    @media screen and (max-width: 750px) {
      .environmentList_tit span {
        font-size: 3.73vw; } }

.environmentList_subTit {
  font-size: 2rem;
  margin: 0 0 15px;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .environmentList_subTit {
      font-size: 4.8vw;
      margin: 0 0 4vw; } }

.environmentList_txt {
  font-size: 1.6rem;
  line-height: 1.9;
  margin: 0 0 15px; }
  @media screen and (max-width: 750px) {
    .environmentList_txt {
      max-width: 100%;
      font-size: 4.2vw;
      margin: 0 0 5vw; } }

.environmentList_list {
  display: flex; }
  @media screen and (max-width: 750px) {
    .environmentList_list {
      flex-wrap: wrap;
      justify-content: space-between; }
      .environmentList_list::before {
        content: "";
        display: block;
        width: 31%;
        order: 1; } }
  .environmentList_list li {
    width: 88px;
    margin: 0 5px 0 0; }
    @media screen and (max-width: 750px) {
      .environmentList_list li {
        width: 31%;
        margin: 0 0 3.2vw; } }

/*---------------------------------------------
    environment
---------------------------------------------*/
.top_about {
  padding: 150px 0 180px; }
  @media screen and (max-width: 750px) {
    .top_about {
      padding: 25vw 0 80vw;
      position: relative; }
      .top_about::before {
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        z-index: -1;
        background-image: url("../img/top/env_deco03.svg");
        width: 100vw;
        height: 63vw;
        top: -33vw;
        left: 0; } }
  .top_about .sec_titArea {
    margin: 0 0 110px; }
    @media screen and (max-width: 750px) {
      .top_about .sec_titArea {
        margin: 0 0 10vw; } }

.about_tit {
  margin: 0 auto 90px;
  color: #fff;
  background: #004ea2;
  width: 370px;
  font-size: 3rem;
  padding: 10px;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .about_tit {
      width: 67vw;
      font-size: 8vw;
      margin: 0 auto 12vw;
      padding: 2vw; } }

@media screen and (max-width: 750px) {
  .about_box {
    position: relative; }
    .about_box::before {
      content: "";
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      z-index: -1;
      background-image: url("../img/top/env_deco04.svg");
      width: 91.2vw;
      height: 57.6vw;
      top: 100%;
      right: -5vw; } }
.about_box:not(:last-child) {
  margin: 0 0 130px; }
  @media screen and (max-width: 750px) {
    .about_box:not(:last-child) {
      margin: 0 0 50vw; }
      .about_box:not(:last-child)::before {
        right: auto;
        left: -5vw;
        top: calc(100% + 5vw); } }

.messageArea {
  display: flex; }
  @media screen and (max-width: 750px) {
    .messageArea {
      display: block; } }

.message_img {
  flex-shrink: 0;
  margin: 0 60px 0 0;
  width: 270px; }
  @media screen and (max-width: 750px) {
    .message_img {
      width: 55%;
      margin: 0 auto 5vw; } }

.message_tit {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #004ea2; }
  @media screen and (max-width: 750px) {
    .message_tit {
      font-size: 8vw;
      margin: 0 0 4vw;
      line-height: 1.5; } }

.message_txtArea {
  margin: auto; }

.message_txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin: 0 0 40px; }
  @media screen and (max-width: 750px) {
    .message_txt {
      font-size: 4.2vw;
      margin: 0 0 6vw; } }
  .message_txt p + p {
    margin: 2em 0 0; }

.message_name {
  font-family: 'Noto Serif JP', serif;
  text-align: right;
  font-size: 2.6rem;
  font-weight: 400; }
  @media screen and (max-width: 750px) {
    .message_name {
      font-size: 6.9vw; } }
  .message_name span {
    font-size: 1.7rem;
    vertical-align: baseline; }
    @media screen and (max-width: 750px) {
      .message_name span {
        font-size: 4.5vw; } }

.company_table {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  font-size: 2rem;
  font-weight: 400; }
  @media screen and (max-width: 750px) {
    .company_table {
      display: block; } }
  .company_table th, .company_table td {
    padding: 25px 40px;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989; }
    @media screen and (max-width: 750px) {
      .company_table th, .company_table td {
        display: block;
        width: 100%;
        border: none;
        padding: 2.6vw 5vw; } }
  .company_table th {
    text-align: center;
    white-space: nowrap;
    padding: 25px 60px;
    background: #efefef; }
    @media screen and (max-width: 750px) {
      .company_table th {
        text-align: left;
        padding: 2.6vw 5vw; } }
  .company_table a {
    color: #00afec;
    text-decoration: underline;
    font-size: 1.5rem; }
    @media screen and (max-width: 750px) {
      .company_table a {
        font-size: 3.73vw; } }

.company_table_img {
  width: 128px;
  margin: 10px 0 0; }
  @media screen and (max-width: 750px) {
    .company_table_img {
      width: 34.1vw;
      margin: 2vw 0 0; } }

.company_table_list {
  display: flex; }
  @media screen and (max-width: 750px) {
    .company_table_list {
      display: block;
      margin: 3vw 0 0; } }
  .company_table_list li:not(:last-child) {
    margin: 0 40px 0 0; }
    @media screen and (max-width: 750px) {
      .company_table_list li:not(:last-child) {
        margin: 0 0 1vw; } }

/*---------------------------------------------
    service
---------------------------------------------*/
.serviceArea {
  background: #efeceb;
  padding: 100px 0 180px;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .serviceArea {
      padding: 0 0 16vw; } }

.service_tit {
  display: inline-block;
  color: #00afec;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  margin: 0 0 70px;
  line-height: 1.2; }
  @media screen and (max-width: 750px) {
    .service_tit {
      font-size: 5vw;
      margin: 0 0 8vw; } }
  .service_tit::after, .service_tit::before {
    content: "";
    display: block;
    width: 6px;
    border-radius: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #00afec; }
  .service_tit::before {
    right: calc(100% + 30px);
    transform: rotate(-25deg); }
  .service_tit::after {
    left: calc(100% + 30px);
    transform: rotate(25deg); }

.flexList {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
  margin: 0 0 -50px; }
  @media screen and (max-width: 750px) {
    .flexList {
      display: block;
      margin: 0; } }
  .flexList li {
    width: 29.1%;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 50px; }
    @media screen and (max-width: 750px) {
      .flexList li {
        width: 100%;
        margin: 0 0 5vw; } }
  .flexList.-column4 li {
    width: 22.25%; }
    @media screen and (max-width: 750px) {
      .flexList.-column4 li {
        width: 100%; } }
  @media screen and (min-width: 750px) {
    .flexList.-column4 .flexList_tit {
      font-size: 1.6rem;
      text-align: center;
      padding: 0 14px; } }
  @media screen and (min-width: 750px) {
    .flexList.-column4 .flexList_txt {
      font-size: 1.4rem;
      padding: 0 14px 30px; } }

.flexList_tit {
  margin: 20px 0 15px;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 20px; }
  @media screen and (max-width: 750px) {
    .flexList_tit {
      font-size: 4.5vw;
      margin: 0.8em 0 0.6em;
      padding: 0 5vw; } }

.flexList_txt {
  padding: 0 20px 30px;
  line-height: 1.8; }
  @media screen and (max-width: 750px) {
    .flexList_txt {
      padding: 0 5vw 7vw; } }

.cvArea {
  margin: 100px 0 0; }
  @media screen and (max-width: 750px) {
    .cvArea {
      margin: 12vw 0 0; } }

.cv_tit {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 1em; }
  @media screen and (max-width: 750px) {
    .cv_tit {
      font-size: 4.5vw; } }

.cvList {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff; }
  @media screen and (max-width: 750px) {
    .cvList {
      font-size: 5vw;
      display: block; } }
  .cvList li {
    width: 468px; }
    @media screen and (max-width: 750px) {
      .cvList li {
        width: 100%; } }
    .cvList li:not(:last-child) {
      margin: 0 50px 0 0; }
      @media screen and (max-width: 750px) {
        .cvList li:not(:last-child) {
          margin: 0 0 5vw; } }
  .cvList a {
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 100px;
    box-shadow: 5px 7px 0 #666666; }
    @media screen and (max-width: 750px) {
      .cvList a {
        padding: 4vw; } }
    .cvList a.-tel {
      background: #2b9c4a; }
    .cvList a.-mail {
      background: #ef8302; }

.cvList_icon {
  width: 40px;
  flex-shrink: 0;
  margin: 0 10px 0 0; }
  @media screen and (max-width: 750px) {
    .cvList_icon {
      width: 8vw;
      margin: 0 3vw 0 0; } }

/*---------------------------------------------
    works
---------------------------------------------*/
.top_works {
  background: #efeceb;
  padding: 120px 0 160px;
  margin: 150px 0 0; }
  @media screen and (max-width: 750px) {
    .top_works {
      padding: 20vw 0 40vw;
      margin: 0; } }
