@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
#top .p-mainVisual {
  width: 100%;
  height: 714px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #top .p-mainVisual {
      height: 507px; } }
  #top .p-mainVisual__bg {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__bg {
        width: calc(100% - 30px); } }
  #top .p-mainVisual__swipe {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(436 / 1063 * 100%);
    background-color: #FFFFFF;
    line-height: 0; }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__swipe {
        top: 23px;
        transform: none;
        width: 296px; } }
    #top .p-mainVisual__swipe-inner {
      width: 100%;
      height: 100%; }
    #top .p-mainVisual__swipe-wrap {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: -125px; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__swipe-wrap {
          right: -30px; } }
    #top .p-mainVisual__swipe-item {
      width: 100%;
      height: 23.6vw;
      max-height: 500px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__swipe-item {
          height: 205px; } }
  #top .p-mainVisual__catch {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    color: #FFFFFF; }
    @media screen and (max-width: 1168px) {
      #top .p-mainVisual__catch {
        left: 30px;
        transform: translateY(-50%); } }
    @media screen and (max-width: 1024px) {
      #top .p-mainVisual__catch {
        max-width: 400px; } }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__catch {
        top: auto;
        bottom: 54px;
        transform: none; } }
    @media screen and (max-width: 568px) {
      #top .p-mainVisual__catch {
        max-width: calc(100% - 30px);
        left: 0;
        padding: 0 15px 0 30px; } }
    #top .p-mainVisual__catch-heading {
      font-size: 63px;
      margin-bottom: 18px; }
      @media screen and (max-width: 1024px) {
        #top .p-mainVisual__catch-heading {
          font-size: 43px; } }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__catch-heading {
          font-size: 32px; } }
      #top .p-mainVisual__catch-heading small {
        font-size: 32px; }
        @media screen and (max-width: 1024px) {
          #top .p-mainVisual__catch-heading small {
            font-size: 26px; } }
        @media screen and (max-width: 768px) {
          #top .p-mainVisual__catch-heading small {
            font-size: 22px; } }
    #top .p-mainVisual__catch-desc {
      font-size: 18px;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__catch-desc {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__catch-desc {
          font-size: 14px; } }
  #top .p-mainVisual__scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: 105px;
    right: -55px;
    transform: rotate(90deg); }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__scroll {
        bottom: 125px;
        right: -68px; } }
    #top .p-mainVisual__scroll-txt {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.05em;
      display: inline-block;
      margin-right: 12px; }
    #top .p-mainVisual__scroll-bar {
      display: inline-block;
      width: 100px;
      height: 2px;
      background-color: #CCCCCC;
      position: relative;
      overflow: hidden; }
      #top .p-mainVisual__scroll-bar:before {
        content: '';
        width: 50%;
        height: 2px;
        position: absolute;
        top: 0;
        left: -50%;
        display: inline-block;
        background-color: #0085CD; }

#top #wrapper {
  padding: 0 0; }
  @media screen and (max-width: 1168px) {
    #top #wrapper {
      padding: 60px 0 0; } }

#top #newslist {
  padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    #top #newslist .c-newslist__wrap {
      background-color: #F7F7F7;
      padding: 15px 0 30px; } }
  @media screen and (max-width: 768px) {
    #top #newslist .c-newslist dl dt {
      margin-bottom: 5px; } }
  #top #newslist .c-newslist dl dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#top .p-about .l-col2__detail {
  position: relative; }
  #top .p-about .l-col2__detail:before {
    content: '';
    display: block;
    background: url("/inc/image/top/img_shovel.jpg") no-repeat center/contain;
    width: 940px;
    height: 511px;
    position: absolute;
    top: 50%;
    left: 380px;
    transform: translateY(-50%);
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      #top .p-about .l-col2__detail:before {
        left: 50px; } }
    @media screen and (max-width: 768px) {
      #top .p-about .l-col2__detail:before {
        left: 80px;
        width: 658px;
        height: 357.7px; } }
    @media screen and (max-width: 568px) {
      #top .p-about .l-col2__detail:before {
        left: 80px;
        width: 470px;
        height: 255.5px; } }

#top .p-reason .l-col2__detail {
  position: relative; }
  #top .p-reason .l-col2__detail:before {
    content: '';
    display: block;
    background: url("/inc/image/top/img_loader.jpg") no-repeat center/contain;
    width: 968px;
    height: 519px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1; }
    @media screen and (max-width: 768px) {
      #top .p-reason .l-col2__detail:before {
        width: 658px;
        height: 357.7px; } }
    @media screen and (max-width: 568px) {
      #top .p-reason .l-col2__detail:before {
        width: 484px;
        height: 259.5px; } }

#top .reason-zone {
  padding-top: 160px;
  padding-bottom: 0px;
  margin-bottom: 300px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #top .reason-zone {
      margin-bottom: 70px;
      padding-top: 100px; } }
  @media screen and (max-width: 568px) {
    #top .reason-zone {
      margin-bottom: 60px; } }

#top .reason-zone::before {
  content: "";
  background-color: #0085CD;
  position: absolute;
  left: 0;
  height: 100%;
  width: 30%; }
  @media screen and (max-width: 768px) {
    #top .reason-zone::before {
      height: 45%; } }
  @media screen and (max-width: 568px) {
    #top .reason-zone::before {
      height: 30%; } }

#top .reason-zone::after {
  content: "";
  display: inline-block;
  background: url(/inc/image/top/img_text_reason.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 40%;
  position: absolute;
  left: -29px;
  bottom: -250px; }
  @media screen and (max-width: 768px) {
    #top .reason-zone::after {
      display: none; } }

#top .main-width {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 1; }

#top .hd02.minus {
  transform: translate(0, -68px); }
  @media screen and (max-width: 568px) {
    #top .hd02.minus {
      transform: translate(0, -57px); } }

#top .hd02 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold; }

#top .hd02 span {
  font-size: 70px;
  line-height: 1.4;
  display: block;
  font-family: "helvetica", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1; }
  @media screen and (max-width: 568px) {
    #top .hd02 span {
      font-size: 55px; } }

#top .about-clm02 {
  -ms-flex-align: center;
  align-items: center; }

#top .clm02 {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    #top .clm02 {
      -ms-flex-direction: column;
          flex-direction: column; } }

#top .clm02 .clm02-inr {
  width: 50%; }
  @media screen and (max-width: 768px) {
    #top .clm02 .clm02-inr {
      width: 100%; } }

#top .reason-clm02 .clm02-inr:nth-child(2) {
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 85px; }
  @media screen and (max-width: 1024px) {
    #top .reason-clm02 .clm02-inr:nth-child(2) {
      padding-top: 50px; } }
  @media screen and (max-width: 768px) {
    #top .reason-clm02 .clm02-inr:nth-child(2) {
      padding-top: 25px;
      padding-left: 0px; } }

#top .aboutus-zone {
  padding-top: 120px;
  padding-bottom: 0px;
  margin-bottom: 300px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #top .aboutus-zone {
      margin-bottom: 70px; } }
  @media screen and (max-width: 568px) {
    #top .aboutus-zone {
      margin-bottom: 60px; } }

#top .aboutus-zone::before {
  content: "";
  background-color: #0085CD;
  position: absolute;
  right: 0;
  height: 100%;
  width: 30%; }
  @media screen and (max-width: 768px) {
    #top .aboutus-zone::before {
      height: 45%;
      left: 0; } }
  @media screen and (max-width: 568px) {
    #top .aboutus-zone::before {
      height: 30%; } }

#top .aboutus-zone::after {
  content: "";
  display: inline-block;
  background: url(/inc/image/top/img_text_aboutus.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 40%;
  position: absolute;
  right: 0px;
  bottom: -210px; }
  @media screen and (max-width: 1024px) {
    #top .aboutus-zone::after {
      right: 10px; } }
  @media screen and (max-width: 768px) {
    #top .aboutus-zone::after {
      display: none; } }

#top .main-width {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 1; }

#top .hd02.minus {
  transform: translate(0, -68px); }
  @media screen and (max-width: 568px) {
    #top .hd02.minus {
      transform: translate(0, -57px); } }

#top .hd02 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold; }

#top .hd02 span {
  font-size: 70px;
  line-height: 1.4;
  display: block;
  font-family: "helvetica", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1; }
  @media screen and (max-width: 568px) {
    #top .hd02 span {
      font-size: 55px; } }

#top .about-clm02 {
  -ms-flex-align: center;
  align-items: center; }

#top .clm02-reverse {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    #top .clm02-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; } }

#top .clm02 .clm02-inr {
  width: 50%; }
  @media screen and (max-width: 768px) {
    #top .clm02 .clm02-inr {
      width: 100%; } }

#top .aboutus-clm02 .clm02-inr:nth-child(1) {
  box-sizing: border-box;
  padding-right: 40px;
  padding-top: 85px; }
  @media screen and (max-width: 1024px) {
    #top .aboutus-clm02 .clm02-inr:nth-child(1) {
      padding-top: 50px; } }
  @media screen and (max-width: 768px) {
    #top .aboutus-clm02 .clm02-inr:nth-child(1) {
      padding-top: 25px;
      padding-right: 0px; } }

#top .p-taR {
  text-align: right; }
  @media screen and (max-width: 768px) {
    #top .p-taR {
      text-align: left; } }

#top .business-zone {
  padding-top: 120px;
  padding-bottom: 0px;
  margin-bottom: 120px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #top .business-zone {
      margin-bottom: 70px; } }
  @media screen and (max-width: 568px) {
    #top .business-zone {
      margin-bottom: 60px; } }

#top .p-business {
  padding-top: 0; }

#top .p-bg-blue::after {
  content: "";
  display: inline-block;
  background: url(/inc/image/top/img_text_service.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 88%;
  /* height: 24%; */
  position: absolute;
  bottom: 0px;
  left: 6%;
  /* right: 0; */
  top: 456px; }
  @media screen and (max-width: 968px) {
    #top .p-bg-blue::after {
      top: 476px; } }
  @media screen and (max-width: 768px) {
    #top .p-bg-blue::after {
      display: none; } }

#top .main-width_business {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 1; }

#top .p-bg-blue {
  background-color: #0085CD; }

#top .hd02.minus {
  transform: translate(0, -68px); }
  @media screen and (max-width: 568px) {
    #top .hd02.minus {
      transform: translate(0, -57px); } }

#top .hd02 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold; }

#top .hd02 span {
  font-size: 70px;
  line-height: 1.4;
  display: block;
  font-family: "helvetica", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1; }
  @media screen and (max-width: 568px) {
    #top .hd02 span {
      font-size: 55px; } }

#top .about-clm02 {
  -ms-flex-align: center;
  align-items: center; }

#top .aboutus-clm02 .clm02-inr:nth-child(1) {
  box-sizing: border-box;
  padding-right: 40px;
  padding-top: 85px; }
  @media screen and (max-width: 1024px) {
    #top .aboutus-clm02 .clm02-inr:nth-child(1) {
      padding-top: 50px; } }
  @media screen and (max-width: 768px) {
    #top .aboutus-clm02 .clm02-inr:nth-child(1) {
      padding-top: 25px;
      padding-right: 0px; } }

#top .csr-zone {
  padding-top: 160px;
  padding-bottom: 0px;
  margin-bottom: 300px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #top .csr-zone {
      margin-bottom: 120px; } }
  @media screen and (max-width: 568px) {
    #top .csr-zone {
      margin-bottom: 60px; } }

#top .csr-zone::before {
  content: "";
  background-color: #0085CD;
  position: absolute;
  left: 0;
  height: 100%;
  width: 30%; }
  @media screen and (max-width: 768px) {
    #top .csr-zone::before {
      height: 45%; } }
  @media screen and (max-width: 568px) {
    #top .csr-zone::before {
      height: 30%; } }

#top .csr-zone::after {
  content: "";
  display: inline-block;
  background: url(/inc/image/top/img_text_csr_sdgs.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 40%;
  position: absolute;
  left: -29px;
  bottom: -250px; }
  @media screen and (max-width: 768px) {
    #top .csr-zone::after {
      display: none; } }

#top .main-width {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 1; }

#top .hd02.minus {
  transform: translate(0, -68px); }
  @media screen and (max-width: 568px) {
    #top .hd02.minus {
      transform: translate(0, -57px); } }

#top .hd02 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold; }

#top .hd02 span {
  font-size: 70px;
  line-height: 1.4;
  display: block;
  font-family: "helvetica", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1; }
  @media screen and (max-width: 568px) {
    #top .hd02 span {
      font-size: 55px; } }

#top .about-clm02 {
  -ms-flex-align: center;
  align-items: center; }

#top .clm02 {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    #top .clm02 {
      -ms-flex-direction: column;
          flex-direction: column; } }

#top .clm02 .clm02-inr {
  width: 50%; }
  @media screen and (max-width: 768px) {
    #top .clm02 .clm02-inr {
      width: 100%; } }

#top .csr-clm02 .clm02-inr:nth-child(2) {
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 85px; }
  @media screen and (max-width: 1024px) {
    #top .csr-clm02 .clm02-inr:nth-child(2) {
      padding-top: 50px; } }
  @media screen and (max-width: 768px) {
    #top .csr-clm02 .clm02-inr:nth-child(2) {
      padding-top: 25px;
      padding-left: 0px; } }

/*# sourceMappingURL=../_map/page/top.css.map */
