@charset "UTF-8";
/***********************
   基本サイズ
***********************/
.category {
  font-family: nimbus-sans, sans-serif;
  font-style: normal;
}

.mv._top .mv-contents {
  height: 550px;
  margin-left: auto;
  position: relative;
  width: 815px;
}

.mv._top .mv-contents img {
  font-family: "object-fit:cover";
  height: 100%;
  left: 0;
  max-width: unset;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 950px;
}

/* =============================================================================


     series


============================================================================= */
.series {
  padding: 40px 0 40px;
}

.index-logo {
  margin-bottom: 30px;
}

.series-txt {
  margin-top: 20px;
}

.series-contents {
  margin-left: auto;
  position: relative;
  width: 815px;
  z-index: 1;
}

.series-contents:before {
  background: url(../images/common/deco-1_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 400px;
  left: -10%;
  position: absolute;
  top: -200px;
  width: 400px;
  z-index: -1;
}

/* =============================================================================


     line


============================================================================= */
.line {
  padding: 100px 0;
}

.line-box {
  display: flex;
  justify-content: flex-start;
}

.line-box figure {
  width: 50%;
}

.line-txtbox {
  background: #00a283;
  color: #fff;
  padding: 40px 50px 0px;
  position: relative;
  width: 50%;
  z-index: 1;
}

.line-txtbox img {
  font-family: "object-fit:cover";
  height: 100%;
  left: 50%;
  object-fit: cover;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.line-ttl {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}

.line-ttl span {
  display: block;
  font-size: 2.4rem;
  text-align: center;
}

.line-txt {
  margin-top: 28px;
}

.line-list {
  align-items: center;
  display: flex;
  justify-content: center;
}

.line-item {
  margin-top: 40px;
}

.line-item + li {
  margin-left: 40px;
}

.line-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.line-btn .btn + .btn {
  margin-left: 30px;
}

/* =============================================================================


     sdgs


============================================================================= */
.sdgs {
  background: #f2ecdf;
  padding: 100px 0;
  position: relative;
}

.sdgs-bg {
  font-family: "object-fit:cover";
  height: 100%;
  left: 50%;
  object-fit: cover;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sdgs-contents,
.line-contents {
  margin-left: auto;
  position: relative;
  width: 815px;
}

.sdgs-list {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 90px;
}

.sdgs-item figure {
  height: 135px;
}

.sdgs-item + li {
  margin-left: 16px;
}

.sdgs-logo img {
  height: 100%;
}

.sdgs-btn {
  margin-top: 90px;
}

/* =============================================================================


     catarog


============================================================================= */
.catarog {
  padding: 180px 0;
}

.catarog-contents {
  margin-left: auto;
  position: relative;
  width: 815px;
  z-index: 1;
}

.catarog-contents:before {
  background: url(../images/common/deco-1_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 400px;
  left: -10%;
  position: absolute;
  top: -10%;
  width: 400px;
  z-index: -1;
}

.catarog-img {
  width: 100%;
}

.catarog-img a {
  display: block;
  transition: 0.2s;
}

.catarog-img a:hover {
  opacity: 0.7;
}

/* =============================================================================


     news


============================================================================= */
.news {
  background: url(../images/index/bg01.png);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.news-contents {
  margin: auto;
  padding: 180px 0;
  position: relative;
  width: 750px;
  z-index: 1;
}

.category {
  color: #00a283;
  font-size: 1.8rem;
  font-weight: bold;
}

.category._news {
  color: #fff;
}

.news-list {
  margin-top: 15px;
}

.news-item {
  align-items: center;
  border-bottom: 2px solid #fff;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: flex-start;
  padding: 10px 0;
}

.news-item dt {
  width: 180px;
  word-break: keep-all;
}

@media screen and (max-width: 768px){
  .mv._top .mv-contents {
    width: 100%;
  }
  .mv._top .mv-contents img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
  }
  .series-contents {
    margin: auto;
    width: 100%;
  }
  .series-contents:before {
    height: 200px;
    top: -100px;
    width: 200px;
  }
  .line {
    padding: 60px 0;
  }
  .line-box {
    flex-direction: column;
  }
  .line-box figure {
    width: 100%;
  }
  .line-txtbox {
    padding: 20px 25px;
    width: 100%;
  }
  .line-ttl {
    font-size: 2.2rem;
  }
  .line-ttl span {
    font-size: 1.8rem;
  }
  .line-item + li {
    margin-left: 16px;
  }
  .line-btn {
    flex-direction: column;
  }
  .line-btn .btn + .btn {
    margin: 16px auto 0;
  }
  .sdgs {
    padding: 60px 0;
  }
  .sdgs-contents,
  .line-contents {
    margin: auto;
    width: 100%;
  }
  .sdgs-list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0;
    max-width: 400px;
  }
  .sdgs-item {
    width: calc((100% / 3) - 8px);
  }
  .sdgs-item._logo {
    width: 100%;
  }
  .sdgs-item figure {
    height: auto;
  }
  .sdgs-item + li {
    margin-left: 0;
  }
  .sdgs-logo {
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
  }
  .sdgs-logo img {
    width: 150px;
  }
  .sdgs-btn {
    margin-top: 40px;
  }
  .catarog {
    padding: 60px 0;
  }
  .catarog-contents {
    width: 100%;
  }
  .catarog-contents:before {
    height: 200px;
    width: 200px;
  }
  .catarog-img {
    margin: auto;
    max-width: 260px;
  }
  .news-contents {
    padding: 60px 0;
    width: 100%;
  }
  .category {
    font-size: 1.6rem;
  }
  .news-item {
    flex-direction: column;
    font-size: 1.4rem;
  }
  .news-item dt {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
    text-align: justify;
    width: 100%;
  }
}

@media (max-width: 768px){
  .index-logo {
    width: 240px;
  }
}


/*# sourceMappingURL=index.css.map*/