@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
#top .c-slider__catchcopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.u-taL {
  text-align: left !important; }

.u-taC {
  text-align: center !important; }
  @media screen and (max-width: 568px) {
    .u-taC--xs-taL {
      text-align: left !important; } }
  @media screen and (max-width: 768px) {
    .u-taC--sm-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1024px) {
    .u-taC--md-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1280px) {
    .u-taC--lg-taL {
      text-align: left !important; } }

.u-taR {
  text-align: right !important; }

.u-only-xs {
  display: none !important; }
  @media screen and (max-width: 568px) {
    .u-only-xs {
      display: block !important; } }

.u-only-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-only-sm {
      display: block !important; } }
  @media screen and (max-width: 568px) {
    .u-only-sm {
      display: none !important; } }

.u-only-md {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .u-only-md {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    .u-only-md {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .u-only-lg {
    display: none !important; } }

.u-under-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-under-sm {
      display: block !important; } }

.u-not-under-sm {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .u-not-under-sm {
      display: none !important; } }

.u-overflow-hidden {
  overflow: hidden !important; }

#top .c-slider {
  padding: 0;
  line-height: 0;
  overflow: hidden;
  height: 100%; }
  #top .c-slider li {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  #top .c-slider__catchcopy {
    font-size: 48px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    width: 70%; }
    @media screen and (max-width: 568px) {
      #top .c-slider__catchcopy {
        width: 85%;
        font-size: 30px; } }
  #top .c-slider .slick-prev, #top .c-slider .slick-next {
    z-index: 1; }
  #top .c-slider .slick-prev {
    left: 25px; }
  #top .c-slider .slick-next {
    right: 25px; }

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

@media screen and (max-width: 768px) {
  #top .l-section {
    padding-top: 40px; } }

#top .p-kv {
  position: relative;
  background-size: cover;
  height: 700px;
  margin-top: 88px; }
  @media screen and (max-width: 768px) {
    #top .p-kv {
      height: 500px; } }
  #top .p-kv__catch {
    position: absolute;
    top: 54%;
    left: 35%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100%;
    letter-spacing: .1em;
    color: #fff;
    z-index: 12; }
    @media screen and (max-width: 1200px) {
      #top .p-kv__catch {
        left: 30px;
        transform: translateY(-50%); } }
    @media screen and (max-width: 1024px) {
      #top .p-kv__catch {
        width: 500px;
        top: auto;
        bottom: 30px;
        transform: none; } }
    @media screen and (max-width: 568px) {
      #top .p-kv__catch {
        width: 340px;
        top: auto;
        bottom: 30px;
        transform: none; } }
    #top .p-kv__catch-heading {
      margin-bottom: 40px; }
    #top .p-kv__catch-desc {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0.032em;
      margin-bottom: 50px; }
      @media screen and (max-width: 1024px) {
        #top .p-kv__catch-desc {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        #top .p-kv__catch-desc {
          font-size: 12px;
          margin-bottom: 24px; } }
    #top .p-kv__catch-dots {
      color: #FFFFFF;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        #top .p-kv__catch-dots {
          font-size: 12px; } }
    #top .p-kv__catch-current {
      position: relative;
      padding-right: 78px; }
      #top .p-kv__catch-current::after {
        position: absolute;
        width: 62px;
        height: 2px;
        background-color: #FFFFFF;
        content: "";
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
    #top .p-kv__catch-total {
      padding-left: 17px; }
  #top .p-kv .p-slider__item {
    height: 700px; }
    @media screen and (max-width: 768px) {
      #top .p-kv .p-slider__item {
        height: 500px; } }
    @media screen and (max-width: 568px) {
      #top .p-kv .p-slider__item.p-slider__item--01 {
        background-image: url("/inc/image/top/pic_kv01_sm.jpg") !important; }
      #top .p-kv .p-slider__item.p-slider__item--02 {
        background-image: url("/inc/image/top/pic_kv02_sm.jpg") !important; }
      #top .p-kv .p-slider__item.p-slider__item--03 {
        background-image: url("/inc/image/top/pic_kv03_sm.jpg") !important; }
      #top .p-kv .p-slider__item.p-slider__item--04 {
        background-image: url("/inc/image/top/pic_kv04_sm.jpg") !important; } }
  #top .p-kv .p-slider__box {
    -o-object-position: center;
       object-position: center;
    max-height: 700px;
    -o-object-fit: contain;
       object-fit: contain;
    height: 700px;
    width: auto; }
    #top .p-kv .p-slider__box img {
      margin: 0 auto;
      width: auto;
      height: 100%; }
  #top .p-kv .l-section {
    padding-top: 0;
    padding-bottom: 0; }

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

@media screen and (max-width: 1200px) {
  #top #newslist {
    padding: 90px 30px;
    width: 100%;
    position: initial; } }

@media screen and (max-width: 768px) {
  #top #newslist {
    padding: 50px 15px;
    width: 100%;
    position: initial; } }

@media screen and (max-width: 1200px) {
  #top #newslist .c-newslist__wrap {
    margin-bottom: 0;
    margin-top: 0; } }

#top #newslist .c-newslist {
  background-color: #FFFFFF; }
  #top #newslist .c-newslist__wrap {
    position: relative;
    z-index: 12; }

#top .p-sdgs {
  position: relative;
  z-index: 12; }
  #top .p-sdgs a {
    text-decoration: none; }
  #top .p-sdgs__link {
    background-color: #FFFFFF;
    display: block;
    color: #333333;
    padding: 0 20px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2sease; }
    #top .p-sdgs__link:hover {
      box-shadow: none;
      transform: translateY(5px); }
    @media screen and (max-width: 768px) {
      #top .p-sdgs__link {
        padding-bottom: 10px; } }
  #top .p-sdgs__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px 0 0; }
    @media screen and (max-width: 568px) {
      #top .p-sdgs__flex {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0; } }
  #top .p-sdgs__ico {
    padding: 0; }
    #top .p-sdgs__ico img {
      max-width: 100px; }
  #top .p-sdgs__text {
    padding-bottom: 0; }
    #top .p-sdgs__text p::after {
      display: inline-block;
      content: "\f1c1";
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      color: #333333; }
  #top .p-sdgs a[href$=".pdf"]::after {
    display: none; }

#top .p-about {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #top .p-about {
      padding-top: 0; } }
  #top .p-about__title {
    margin-bottom: 0; }
  #top .p-about__img {
    margin-top: -50px;
    width: 100%;
    max-height: 550px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }
    @media screen and (max-width: 1024px) {
      #top .p-about__img {
        min-height: 400px; } }
    @media screen and (max-width: 768px) {
      #top .p-about__img {
        min-height: 250px;
        max-height: 250px;
        margin-top: -30px; } }
    #top .p-about__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
      @media screen and (max-width: 768px) {
        #top .p-about__img img {
          width: 100%;
          height: 250px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center center;
             object-position: center center; } }
      @media screen and (max-width: 568px) {
        #top .p-about__img img {
          -o-object-position: center left;
             object-position: center left; } }
  #top .p-about__box {
    background: #F2F2F2;
    padding: 40px;
    max-width: 800px;
    margin: -100px auto 0;
    /* 画像より下にはみ出す */
    position: relative; }
    @media screen and (max-width: 768px) {
      #top .p-about__box {
        margin: -30px 15px 0;
        padding: 40px 15px; } }
  #top .p-about__boxInner {
    position: relative;
    z-index: 12; }

#top .p-service {
  padding: 0 0 0 50px; }
  @media screen and (max-width: 1024px) {
    #top .p-service {
      padding: 0 15px 30px; } }
  #top .p-service__title {
    margin-bottom: 36px; }
  #top .p-service__box {
    position: relative;
    z-index: 12; }
    @media screen and (max-width: 1200px) {
      #top .p-service__box {
        padding: 0 30px 0 0; } }
    @media screen and (max-width: 1024px) {
      #top .p-service__box {
        padding-right: 0; } }
    #top .p-service__box-list {
      counter-reset: point; }
    #top .p-service__box-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border-bottom: 1px solid #1867AE; }
      @media screen and (max-width: 768px) {
        #top .p-service__box-item {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: start;
              align-items: flex-start; } }
      #top .p-service__box-item:first-child {
        padding-top: 0; }
    #top .p-service__box-desc {
      width: calc(100% - 345px);
      margin-left: 45px; }
      @media screen and (max-width: 768px) {
        #top .p-service__box-desc {
          width: 100%;
          margin-left: 0; } }
      #top .p-service__box-desc p {
        line-height: 1.75; }
    #top .p-service__box-link {
      color: #333333;
      position: relative;
      display: inline-block;
      letter-spacing: .05em;
      width: auto;
      line-height: 1.25;
      font-weight: 500;
      font-size: 18px;
      width: 100%;
      padding: 28px 36px 28px 84px; }
      @media screen and (max-width: 1024px) {
        #top .p-service__box-link {
          padding-left: 56px;
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #top .p-service__box-link {
          padding-left: 28px; } }
      #top .p-service__box-link:before {
        padding-left: 28px;
        content: counter(point, decimal-leading-zero);
        counter-increment: point;
        font-size: 24px;
        font-weight: 600;
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #1867AE;
        line-height: 1;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
        @media screen and (max-width: 1024px) {
          #top .p-service__box-link:before {
            padding-left: 0px; } }
      #top .p-service__box-link::after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #1867AE;
        position: absolute;
        border: 1px solid #1867AE;
        border-radius: 100%;
        padding: 15px;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        transition: right 0.2s ease;
        line-height: 1; }
        @media screen and (max-width: 568px) {
          #top .p-service__box-link::after {
            padding: 12px; } }
      #top .p-service__box-link:hover {
        color: #1867AE; }
        #top .p-service__box-link:hover::after {
          right: 10px; }

#top .p-introduction {
  overflow: hidden;
  position: relative; }
  #top .p-introduction:before {
    content: '';
    background-color: #242424;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4; }
  #top .p-introduction:after {
    content: '';
    display: block;
    width: calc(100% - (10px * 2));
    height: calc(100% - (15px * 2));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  #top .p-introduction__wrapper {
    overflow-x: hidden; }
  #top .p-introduction__item {
    padding: 0; }
  #top .p-introduction__bg {
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s cubic-bezier(0, -0.075, 0.27, 0.94);
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      #top .p-introduction__bg {
        background-position: 60% center; } }
  #top .p-introduction__title {
    background-image: none;
    display: block; }
    @media screen and (max-width: 568px) {
      #top .p-introduction__title {
        text-align: center; } }
  #top .p-introduction > a {
    color: #333;
    display: block; }
    #top .p-introduction > a:hover .p-introduction__inner {
      color: #333; }
    #top .p-introduction > a:hover .p-introduction__bg {
      transform: scale(1.1); }
    #top .p-introduction > a:hover .p-introduction__more::after {
      transform: translateY(-50%) translateX(10px); }
  #top .p-introduction__inner {
    color: #333;
    max-width: 1170px;
    margin: 0 auto;
    padding: 120px 60px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      #top .p-introduction__inner {
        padding: 60px; } }
    @media screen and (max-width: 568px) {
      #top .p-introduction__inner {
        padding: 40px 30px; } }
  #top .p-introduction__desc {
    text-align: center;
    color: #FFFFFF;
    margin: 30px 0;
    font-size: 15px; }
    @media screen and (max-width: 568px) {
      #top .p-introduction__desc {
        text-align: center; } }
  #top .p-introduction__more {
    color: #FFFFFF;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 568px) {
      #top .p-introduction__more {
        text-align: center; } }
    #top .p-introduction__more::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      transform: translateY(-50%);
      line-height: 1;
      transition: transform 0.3s ease;
      position: absolute;
      top: 50%; }

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