/* mv
=========================================== */
.mv-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .mv-wrapper {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .mv-wrapper {
    height: 60vh;
  }
}
.mv-wrapper .mv_inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.mv-wrapper .mv-mask-white {
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 24% 0, 9% 100%, 0 100%);
          clip-path: polygon(0 0, 24% 0, 9% 100%, 0 100%);
  z-index: 10;
}
@media (max-width: 1400px) {
  .mv-wrapper .mv-mask-white {
    -webkit-clip-path: polygon(0 0, 360px 0, 2px 100%, 0 100%);
            clip-path: polygon(0 0, 360px 0, 2px 100%, 0 100%);
  }
}
@media (max-width: 1250px) {
  .mv-wrapper .mv-mask-white {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .mv-wrapper .mv-mask-white {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
.mv-wrapper .mv-text-container {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}
.mv-wrapper .mv-text-container.mv-text-black {
  -webkit-clip-path: polygon(0 0, 24% 0, 9% 100%, 0 100%);
          clip-path: polygon(0 0, 24% 0, 9% 100%, 0 100%);
}
@media (max-width: 1400px) {
  .mv-wrapper .mv-text-container.mv-text-black {
    -webkit-clip-path: polygon(0 0, 360px 0, 2px 100%, 0 100%);
            clip-path: polygon(0 0, 360px 0, 2px 100%, 0 100%);
  }
}
@media (max-width: 1250px) {
  .mv-wrapper .mv-text-container.mv-text-black {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .mv-wrapper .mv-text-container.mv-text-black {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
.mv-wrapper .mv-text-container.mv-text-white {
  -webkit-filter: invert(1) brightness(2);
          filter: invert(1) brightness(2);
  -webkit-clip-path: polygon(24% 0, 100% 0, 100% 100%, 9% 100%);
          clip-path: polygon(24% 0, 100% 0, 100% 100%, 9% 100%);
}
@media (max-width: 1400px) {
  .mv-wrapper .mv-text-container.mv-text-white {
    -webkit-clip-path: polygon(360px 0, 100% 0, 100% 100%, 2px 100%);
            clip-path: polygon(360px 0, 100% 0, 100% 100%, 2px 100%);
  }
}
@media (max-width: 1250px) {
  .mv-wrapper .mv-text-container.mv-text-white {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .mv-wrapper .mv-text-container.mv-text-white {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.mv-wrapper .mv-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 75%;
  height: auto;
}
@media (max-width: 1250px) {
  .mv-wrapper .mv-text {
    bottom: 15px;
    left: 15px;
    width: 90%;
    height: auto;
  }
}

/* slider
=========================================== */
.slider img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
@media (max-width: 1400px) {
  .slider img {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .slider img {
    height: 60vh;
  }
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  height: 100vh;
}
@media (max-width: 1024px) {
  .slider {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .slider {
    height: 60vh;
  }
}
.slider.is-show {
  opacity: 1;
}

/* mv_card
=========================================== */
.mv_description {
  margin: 60px auto 20px;
  color: #176082;
  text-align: center;
}
@media (max-width: 767px) {
  .mv_description {
    margin: 20px auto 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .mv_description br {
    display: none;
  }
}
@media (max-width: 767px) {
  .mv_description br {
    display: none;
  }
}

.mv_card.flex {
  background: #fff;
  padding: 40px 20px;
  gap: 60px 0;
}
@media (max-width: 767px) {
  .mv_card.flex {
    gap: 15px 0;
    padding: 20px 0 0 0;
  }
}
.mv_card.flex .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  gap: 20px;
}
.mv_card.flex .card:not(:first-child) {
  border-left: 1px solid #ccc;
}
@media (max-width: 1600px) {
  .mv_card.flex .card {
    width: 33%;
  }
  .mv_card.flex .card:nth-of-type(4) {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .mv_card.flex .card {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv_card.flex .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ccc;
    padding-top: 15px;
  }
}
.mv_card.flex .card img {
  max-width: 140px;
}
@media (max-width: 767px) {
  .mv_card.flex .card img {
    width: 70px;
  }
}
.mv_card.flex .card .card_text {
  color: #176082;
}
@media (max-width: 767px) {
  .mv_card.flex .card .card_text {
    width: calc(100% - 70px - 20px);
  }
}
.mv_card.flex .card .card_text p {
  text-align: center;
  color: #176082;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .mv_card.flex .card .card_text p {
    text-align: left;
    padding: 0;
  }
}
.mv_card.flex .card .card_text p.ttl-28 {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .mv_card.flex .card .card_text p.ttl-28 {
    margin-bottom: 0;
  }
}

/* news
=========================================== */
section#news {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section#news {
    margin-bottom: 30px;
  }
}
section#news .news_flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section#news .news_flex .hgroup2 {
  width: 20%;
}
@media (max-width: 767px) {
  section#news .news_flex .hgroup2 {
    width: 100%;
  }
}
section#news .news_flex .news_list {
  width: 80%;
}
@media (max-width: 767px) {
  section#news .news_flex .news_list {
    width: 100%;
  }
}
section#news .news_list ul {
  margin-bottom: 10px;
}
section#news .news_list li {
  border-bottom: 1px solid #ccc;
}
section#news .news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  gap: 20px;
}
@media (max-width: 767px) {
  section#news .news_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
section#news .news_list li:first-child a {
  padding-top: 0;
}

/* concept
=========================================== */
section#concept {
  background: url(/wp/wp-content/uploads/bg_concept.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section#concept {
    padding: 60px 0;
  }
}
section#concept .concept_inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section#concept .concept_wrap {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1440px) {
  section#concept .concept_wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 80px;
  }
}
@media (max-width: 767px) {
  section#concept .concept_wrap {
    padding: 0;
  }
}
section#concept .concept_wrap .concept_img {
  width: 100%;
  display: block;
}
@media (max-width: 1440px) {
  section#concept .concept_wrap .concept_img {
    width: 375px;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  section#concept .concept_wrap .concept_img {
    width: 60%;
  }
}
section#concept .concept_wrap .concept_text {
  position: absolute;
  line-height: 1.6;
}
section#concept .concept_wrap .concept_text .concept_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#concept .concept_wrap .concept_text .concept_set .hgroup3 .lato {
  color: #009FE8;
}
@media (max-width: 1440px) {
  section#concept .concept_wrap .concept_text .concept_set .hgroup3 .lato {
    text-align: left;
  }
}
section#concept .concept_wrap .concept_text .concept_set .hgroup3 h3 {
  color: #fff;
}
@media (max-width: 1440px) {
  section#concept .concept_wrap .concept_text .concept_set .hgroup3 h3 {
    text-align: left;
  }
}
section#concept .concept_wrap .concept_text .concept_set p {
  color: #fff;
}
@media (max-width: 1440px) {
  section#concept .concept_wrap .concept_text .concept_set .concept_set_text {
    text-align: left;
  }
}
section#concept .concept_wrap .concept01 {
  top: 16%;
  left: -35%;
  width: 360px;
}
@media (max-width: 1440px) {
  section#concept .concept_wrap .concept01 {
    top: 0px;
    left: 0;
    width: 360px;
  }
}
@media (max-width: 767px) {
  section#concept .concept_wrap .concept01 {
    left: 0;
  }
}
section#concept .concept_wrap .concept02 {
  top: 40%;
  right: -45%;
  width: 380px;
}
@media (max-width: 1440px) {
  section#concept .concept_wrap .concept02 {
    top: 20px;
    right: 0;
    width: 360px;
  }
}
@media (max-width: 767px) {
  section#concept .concept_wrap .concept02 {
    right: 0;
  }
}
section#concept .concept_wrap .concept03 {
  bottom: -2%;
  left: -45%;
  width: 480px;
}
@media (max-width: 1440px) {
  section#concept .concept_wrap .concept03 {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  section#concept .concept_wrap .concept03 {
    left: 0;
  }
}
@media (max-width: 767px) {
  section#concept .concept_wrap .concept01,
  section#concept .concept_wrap .concept02,
  section#concept .concept_wrap .concept03 {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 40px;
    text-align: center;
    width: 100%;
  }
}
section#concept .btn {
  max-width: 500px;
}

/* stranges
=========================================== */
section#stranges {
  background: url(/wp/wp-content/uploads/bg_stranges.png) top right no-repeat;
  background-size: 55% auto;
  padding-top: 120px;
}
@media (max-width: 767px) {
  section#stranges {
    background: url(/wp/wp-content/uploads/bg_stranges.png) top right no-repeat;
    background-size: 80% auto;
    width: 90%;
    max-width: none;
    margin-inline: auto;
    padding-top: 60px;
  }
}
section#stranges .strange_flex {
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  section#stranges .strange_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}
section#stranges .strange_flex .strange_img {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  section#stranges .strange_flex .strange_img {
    width: 100%;
  }
}
section#stranges .strange_flex .strange_text {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  background: #E9FFFF;
  position: relative;
  padding: 4% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1541px) {
  section#stranges .strange_flex .strange_text {
    text-align: center;
  }
  section#stranges .strange_flex .strange_text .hgroup3 {
    text-align: center;
    margin-inline: auto;
  }
}
@media (max-width: 1540px) {
  section#stranges .strange_flex .strange_text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  section#stranges .strange_flex .strange_text {
    width: 100%;
    padding: 0;
    background: none;
  }
}
@media (max-width: 1540px) {
  section#stranges .strange_flex .strange_text p {
    text-align: left;
  }
  section#stranges .strange_flex .strange_text p br {
    display: none;
  }
}
section#stranges .strange_flex.reverse .strange_text {
  right: -50px;
}
@media (max-width: 767px) {
  section#stranges .strange_flex.reverse .strange_text {
    right: 0;
  }
}
section#stranges .strange_flex:not(.reverse) .strange_text {
  left: -50px;
}
@media (max-width: 767px) {
  section#stranges .strange_flex:not(.reverse) .strange_text {
    left: 0;
  }
}

/* stranges
=========================================== */
section#technology {
  background: url(/wp/wp-content/uploads/bg_technology.svg) top right 1% no-repeat;
}
@media (max-width: 1600px) {
  section#technology {
    background: none;
  }
}
section#technology .security {
  margin-top: 60px;
}
@media (max-width: 767px) {
  section#technology .security {
    margin-top: 40px;
  }
}
section#technology .btn {
  max-width: 500px;
}

/* project
=========================================== */
section#project {
  background-image: url("/wp/wp-content/uploads/bg_project.svg"), url("/wp/wp-content/uploads/project01.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 65% auto;
  background-position: top left 1%, center right;
}
@media (max-width: 1600px) {
  section#project {
    background-image: url("/wp/wp-content/uploads/project01.jpg");
    background-repeat: no-repeat;
    background-size: 62% auto;
    background-position: center right;
  }
}
@media (max-width: 1200px) {
  section#project {
    background: none;
  }
}
section#project .project_img {
  display: none;
}
@media (max-width: 1200px) {
  section#project .project_img {
    display: block;
    margin-top: 30px;
  }
}
section#project .project_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 30%;
}
@media (max-width: 1200px) {
  section#project .project_text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section#project .project_text {
    gap: 20px;
  }
}
section#project .project_text .project_outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section#project .project_text .project_outline dt {
  background: #176082;
  color: #fff;
  font-weight: 600;
  padding: 1px 15px;
}
section#project .project_text .project_outline dd {
  border: 1px solid #176082;
  color: #176082;
  font-weight: 600;
  padding: 1px 15px;
}
section#project .project_text p {
  max-width: 360px;
}
@media (max-width: 1200px) {
  section#project .project_text p {
    max-width: 100%;
  }
}
section#project .btn_flex {
  padding-top: 100px;
}
@media (max-width: 767px) {
  section#project .btn_flex {
    padding-top: 30px;
    gap: 15px;
  }
}

/* sustainability
=========================================== */
section#sustainability {
  background: url(/wp/wp-content/uploads/bg_sustainability.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section#sustainability {
    padding: 60px 0;
  }
}
section#sustainability .container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 0;
}
@media (max-width: 1440px) {
  section#sustainability .container {
    width: 90%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }
}/*# sourceMappingURL=top.css.map */