/*------------------------------------------------------------
	SETTING
------------------------------------------------------------*/
/*------------------------------------------------------------
	HOME
------------------------------------------------------------*/
#home .contents {
  margin: 0 auto;
  width: 1080px;
}

@media screen and (max-width: 641px) {
  #home .contents {
    width: 100%;
  }
}

#home .contents #mv {
  position: relative;
}
#home .contents #mv .swiper-pagination {
  display: flex;
  justify-content: center;
  margin: auto;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: +1;
}
#home .contents #mv .swiper-pagination .swiper-pagination-bullet {
  background: #EAEAEA;
  border-radius: 20px;
  display: block;
  height: 16px;
  margin: 0 5px;
  width: 16px;
}
#home .contents #mv .swiper-pagination .swiper-pagination-bullet-active {
  background: #919191;
}
#home .contents #mv li {
  align-items: center;
  display: flex;
  width: 100%;
  height: 400px;
  background-size: cover;
}
#home .contents #mv li .text {
  box-sizing: border-box;
  padding-left: 60px;
}
#home .contents #mv li.slide01 {
  background: url("../img/home/bg_mv.jpg") 0 0 no-repeat;
}
#home .contents #mv li.slide02 {
  background: url("../img/home/home-slide02.jpg") 0 0 no-repeat;
}
#home .contents #mv li.slide03 {
  background: url("../img/home/home-slide03.jpg") 0 0 no-repeat;
}
#home .contents #mv li h2 {
  font-size: 42px;
  font-weight: bold;
}
#home .contents #mv li.slide01 p {
  font-size: 2.2em;
  line-height: 3;
}
#home .contents #mv li.slide02 {
  color: #0089D2;
}
#home .contents #mv li.slide03 {
  color: #1B3E24;
}
#home .contents #mv li p {
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0 40px;
}
#home .contents #mv li p .db {
  display: block;
}
#home .contents #mv li .link-button {
  border: 1px solid #333;
  box-sizing: border-box;
  font-size: 16px;
  width: 165px;
}
#home .contents #mv li.slide02 .link-button {
  border-color: #0089D2;
  background: #FFF;
}
#home .contents #mv li.slide03 .link-button {
  border-color: #1B3E24;
}
#home .contents #mv li .link-button a {
  align-items: center;
  color: inherit;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 641px) {
  #home .contents #mv {
    aspect-ratio: 5 / 6;
    position: relative;
    display: block;
    height: auto;
    text-align: center;
  }
  #home .contents #mv li {
    display: block;
    height: auto;
    position: relative;
  }
  #home .contents #mv li h2 {
    font-size: calc(52 / 641 * 100vw);
  }
  #home .contents #mv li p {
    font-size: calc(22 / 641 * 100vw);
    text-align: left;
    position: static;
  }
  #home .contents #mv li p .sp-i {
    display: inline;
  }
  #home .contents #mv li p .sp-db {
    display: block;
  }
  #home .contents #mv li.slide01 {
    background-size: cover;
    height: 100%;
  }
  #home .contents #mv li.slide01 p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
  }
  #home .contents #mv li.slide02 {
    background: url("../img/home/home-slide02-sp.jpg");
    background-size: cover;
  }
  #home .contents #mv li.slide03 {
    background: url("../img/home/home-slide03-sp.jpg");
    background-size: cover;
  }
  #home .contents #mv li.slide01 p {
    font-size: 26px;
    line-height: 2.5;
  }
  #home .contents #mv li .text {
    margin: auto;
    padding: calc(50 / 641 * 100vw) 0 0 0;
    text-align: left;
    width: 78%;
  }
  #home .contents #mv li .link-button {
    font-size: calc(22 / 641 * 100vw);
    position: absolute;
    bottom: calc(80 / 641 * 100vw);
    width: calc(200 / 641 * 100vw);
  }
  #home .contents #mv li .link-button a {
    height: calc(54 / 641 * 100vw);;
  }
}

#home .contents #mv h1 {
  display: table-cell;
  padding: 0 85px 0 200px;
  width: 500px;
  font-size: 2.2em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 641px) {
  #home .contents #mv h1 {
    display: block;
    padding: 400px 0 65px;
    width: 100%;
    font-size: 30px;
    line-height: 1;
  }
  #home .contents #mv h1 img {
    width: 237px;
  }
}

#home .contents #mv h1 span {
  display: block;
  padding: 15px 0 0;
  text-align: center;
}

#home .contents #mv p {
  width: 500px;
  padding: 0;
  font-size: 2.2em;
  line-height: 3;
  vertical-align: middle;
}

@media screen and (max-width: 641px) {
  #home .contents #mv p {
    position: absolute;
    top: 100px;
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 2.5;
    text-align: center;
  }
  #home .contents #mv p span {
    display: inline-block;
    text-align: left;
  }
}

#home .contents #main-contents {
  padding: 20px 0 0;
}

@media screen and (max-width: 641px) {
  #home .contents #main-contents {
    padding: 60px 20px 60px;
  }
}

#home .contents #main-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 641px) {
  #home .contents #main-contents ul {
    display: block;
  }
}

#home .contents #main-contents ul li {
  height: 350px;
  width: 350px;
  line-height: 1.4;
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
}

#home .contents #main-contents ul li:hover {
  opacity: 0.7;
}

#home .contents #main-contents ul li a {
  display: table-cell;
  height: 350px;
  vertical-align: middle;
  width: 350px;
}

#home .contents ul:after {
	content: "";
	display: block;
	width: 350px;
}

#home .contents #main-contents1 {
  background: url("../img/home/bg_about.jpg") 0 0 no-repeat;
  background-size: cover;
}

#home .contents #main-contents2 {
  background: url("../img/home/bg_statistics.jpg") 0 0 no-repeat;
  background-size: cover;
}

#home .contents #main-contents3 {
  background: url("../img/home/bg_about_kasen.jpg") 0 0 no-repeat;
  background-size: cover;
  margin-top: 15px;
}

#home .contents #main-contents4 {
  background: url("../img/home/bg_activity.jpg") 0 0 no-repeat;
  background-size: cover;
}

#home .contents #main-contents5 {
  background: url("../img/home/bg_sustainability.jpg") 0 0 no-repeat;
  background-size: cover;
}
#home .contents #main-contents5 span {
  display: block;
}

@media screen and (max-width: 641px) {
  #home .contents #main-contents ul li {
	background-position: center center;
    margin: 20px 0 0;
    width: 100%;
    font-size: 28px;
    line-height: 1;
	height: auto;
  }
  #home .contents #main-contents ul li:first-child {
    margin: 0;
  }
  #home .contents #main-contents ul li a {
	display: block;
    padding: 45px 0;
	height: auto;
	width: 100%;
  }
  #home .contents #main-contents5 span {
	display: inline;
  }
}

#home .contents #news {
  margin: 20px 0 0;
  padding: 15px 0;
  background: #f6f6f6;
}

@media screen and (max-width: 641px) {
  #home .contents #news {
    margin: 0;
    padding: 0 40px 40px;
  }
}

#home .contents #news .news-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px;
}

@media screen and (max-width: 641px) {
  #home .contents #news .news-block {
    display: block;
    padding: 60px 0 20px;
  }
}

#home .contents #news .news-block__title {
  width: 160px;
  font-size: 1.8em;
  line-height: 1.55;
  font-weight: 600;
}

@media screen and (max-width: 641px) {
  #home .contents #news .news-block__title {
    padding: 0 0 30px;
    width: 100%;
    border-bottom: 1px solid #000;
  }
}

@media screen and (max-width: 641px) {
  #home .contents #news .news-block__title h2 {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
  }
}

#home .contents #news .news-block__title a {
  display: inline-block;
  margin: 10px 0 0;
  padding: 7px 13px;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 72%;
  line-height: 1;
  font-weight: normal;
}

#home .contents #news .news-block__title a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 641px) {
  #home .contents #news .news-block__title a {
    margin: 0 0 0 20px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1;
  }
}

#home .contents #news .news-block__contents {
  padding: 0 0 0 45px;
  width: 820px;
  border-left: 1px solid #000;
}

@media screen and (max-width: 641px) {
  #home .contents #news .news-block__contents {
    padding: 0;
    width: 100%;
    border: none;
  }
}

#home .contents #news .news-block__contents ul li {
  padding: 20px 0;
}

#home .contents #news .news-block__contents ul li:first-child {
  padding: 5px 0 20px;
}

@media screen and (max-width: 641px) {
  #home .contents #news .news-block__contents ul li:first-child {
    padding: 35px 0 20px;
  }
}

#home .contents #news .news-block__contents ul li:last-child {
  padding: 20px 0 5px;
}

#home .contents #news .news-block__contents ul li a {
  display: inline-block;
}

#home .contents #news .news-block__contents ul li a:hover {
  opacity: 0.7;
}

#home .contents #news .news-block__contents ul li dl {
  display: flex;
}

@media screen and (max-width: 641px) {
  #home .contents #news .news-block__contents ul li dl {
    display: block;
  }
}

#home .contents #news .news-block__contents ul li dl dt {
  font-size: 1.4em;
  color: #6e6e6e;
}
@media screen and (min-width: 641px) {
  #home .contents #news .news-block__contents ul li dl dt {
    width: 6em;
  }
}

@media screen and (max-width: 641px) {
  #home .contents #news .news-block__contents ul li dl dt {
    font-size: 20px;
    line-height: 1;
  }
}

#home .contents #news .news-block__contents ul li dl dd {
  padding: 0 0 0 30px;
  font-size: 1.6em;
  color: #6e6e6e;
}

@media screen and (max-width: 641px) {
  #home .contents #news .news-block__contents ul li dl dd {
    padding: 5px 0 0;
    font-size: 22px;
    line-height: 1.6;
  }
}

#home .contents #bnr {
  padding: 40px 0 0;
}

@media screen and (max-width: 641px) {
  #home .contents #bnr {
    padding: 45px 20px 0;
  }
}

#home .contents #bnr ul {
  display: flex;
  flex-wrap: wrap;
}

#home .contents #bnr ul li {
  width: 216px;
  font-size: 1.4em;
  line-height: 1.57;
}

@media screen and (max-width: 641px) {
  #home .contents #bnr ul li {
    width: 50%;
    font-size: 20px;
    line-height: 1.5;
  }
  #home .contents #bnr ul li img {
    width: 100%;
  }
}

#home .contents #bnr ul li.bnr--long {
  padding: 0 0 50px;
  width: 100%;
}

#home .contents #bnr ul li span {
  display: block;
  padding: 20px;
  background: #f6f6f6;
}

@media screen and (max-width: 641px) {
  #home .contents #bnr ul li span {
    padding: 25px 20px;
  }
}

#home .contents #bnr ul li a {
  display: block;
}

#home .contents #bnr ul li a:hover {
  opacity: 0.7;
}
