@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#contact.top #contactBox {
  display: block;
  line-height: 1;
}
#contact.top dt {
  font-weight: 300;
}

a.contactBtn {
  color: #fff !important;
}

.main-top {
  font-size: 1.2rem;
}

.main-top a.is-titlelink {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-top .indexTtl {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.main-top .indexTtl em {
  font-size: 1.4rem;
  color: #7b94a6;
  font-family: gidole;
  font-style: normal;
}

.main-top .mainSlider {
  margin-bottom: 0;
  position: relative;
}

.main-top .mainSlider img {
  transition: 0.3s;
}

.main-top .mainSlider a:hover > img {
  opacity: 0.7;
}

.main-top button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main-top .slide-dots {
  /* display: none!important;　画像が1枚の時は非表示　 */
  width: 240px;
  left: -2%;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  bottom: 20px;
  height: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}

.main-top .slide-dots li {
  width: 12px;
  text-align: center;
  margin: 0 4px;
}

.main-top .slide-dots li button {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
}

.main-top .slide-dots li button:before {
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border: 2px solid #324257;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}

.main-top .slide-dots li.slick-active button:before {
  background: #324257;
}

video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.3s;
}

video:hover {
  opacity: 0.7;
}

.main-top .mainImgBoxB {
  position: relative;
}

.main-top .mainImgBoxB img {
  width: 100%;
}

.main-top .storyLink {
  font-size: 1.3rem;
  position: absolute;
  bottom: 15%;
  background: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 203px;
  border: 1px solid #324257;
  padding: 5px 0;
  text-align: center;
  border-radius: 50px;
}

.main-top .storyLink:after {
  display: block;
  content: "";
  background: url("/img/index/77btn_sp.png") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30%;
  right: 4px;
}

.main-top .recTxt {
  border-top: 1px solid #46525f;
  border-bottom: 1px solid #46525f;
  padding: 1px 0;
  display: block;
  margin: 20px 0 50px;
  position: relative;
  letter-spacing: 0.05em;
}

.main-top .recTxt:after {
  position: absolute;
  display: block;
  content: "";
  background: url("/img/index/top_news.png") no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  top: 30%;
  right: 5px;
}

.main-top .recTxt span {
  display: block;
  font-size: 1.2rem;
  background: #dce9f3;
  padding: 6px 0;
  text-align: center;
}

.main-top #bases {
  background: url("/img/index/sp_conts_bg.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 13px 0 0;
  margin-bottom: 50px;
}

.main-top #bases .conts {
  padding-top: 20px;
  display: flex;
  margin-top: 77px;
  max-width: 960px;
  width: 100%;
}

.main-top #bases .conts img:hover {
  opacity: 0.7;
}

.main-top .locationList {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 46% 44%;
  grid-gap: 10%;
  width: 100%;
}

.main-top .locationList-left {
  justify-self: end;
}

@media only screen and (min-width: 776px) {
  .main-top .locationList-right {
    max-width: 340px;
  }
}
@media only screen and (max-width: 775px) {
  .main-top .locationList-right {
    max-width: 225px;
  }
  .main-top .locationList {
    display: flex;
    justify-content: center;
  }
}
.main-top .locationList ul li {
  font-size: 1.1rem;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
  position: relative;
}

.main-top .locationList ul li a {
  display: block;
  vertical-align: top;
}

.main-top .locationList ul li a:after {
  right: 0px;
  width: 8px;
  height: 8px;
  top: 30%;
  border-top: 2px solid #64717f;
  border-right: 2px solid #64717f;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
}

.main-top .locationList ul li.specTitle {
  font-family: gidole;
  font-size: 1.1rem;
  width: 60px;
  height: 15px;
  padding: 3px 0px 0px 10px;
  line-height: 1;
  color: #fff;
}

.main-top .locationList ul li.specTitle:after {
  content: "";
  vertical-align: middle;
  border-top: 15px solid #6e7b89;
  border-right: 14px solid transparent;
  position: absolute;
  right: -14px;
  top: 0;
}

.main-top .contsNavi {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.main-top .contsNavi li {
  width: 50%;
  text-align: center;
  background: #7b94a6;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.025em;
}

.main-top .contsNavi li:nth-child(even) {
  border-left: 1px solid #fff;
}

.main-top .contsNavi li.contact {
  background: #61bdcf;
  width: 100%;
}

.main-top .contsNavi li a {
  display: block;
  color: #fff !important;
  padding: 17px 0;
}

.main-top .contsNavi li.icon-newtab a::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  background: url(../img/common/icon_newtab.png) 0 0 no-repeat;
  background-size: contain;
  vertical-align: text-top;
}

.main-top .indexNews {
  margin: 20px 0;
}

.main-top .indexNews ul {
  border-top: 1px solid #a4abb3;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.main-top .indexNews li {
  border-bottom: 1px solid #a4abb3;
  letter-spacing: 0.05em;
  width: 100%;
}

/* .main-top .indexNews li:first-child {
  border-top: 1px solid #a4abb3;
} */
.main-top .indexNews li:nth-of-type(n + 11) {
  display: none;
}

.main-top .indexNews li a {
  display: block;
  padding: 12px 0;
}

.main-top .indexNews dl {
  display: flex;
  align-items: center;
}

.main-top .indexNews dt {
  width: 100px;
  text-align: center;
}

.main-top .indexNews dd {
  margin-top: 0;
  width: 100%;
  padding-right: 25px;
  position: relative;
  margin-left: 15px;
}

.main-top .indexNews dd:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #64717f;
  border-right: 2px solid #64717f;
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  right: 5px;
  bottom: 30%;
}

.main-top .indexNews li a {
  padding: 0 !important;
}

.main-top .indexNews li dt a {
  display: block;
  pointer-events: none;
  padding: 12px 0;
}

.main-top .indexNews li dd a {
  cursor: pointer !important;
}

.main-top .indexNews li dl {
  padding: 12px 0;
  margin-bottom: 0;
}

.main-top .more {
  display: block;
  background: #7b94a6;
  color: #fff !important;
  width: 180px;
  margin: 0 auto 15px;
  padding: 10px 10px 10px 0;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
}

.main-top .more:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  right: 9px;
}

.main-top .more2 {
  display: block;
  background: #7b94a6;
  color: #fff !important;
  width: 180px;
  margin: 0 auto 50px;
  padding: 10px 10px 10px 0;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
}

.main-top .more2:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  right: 9px;
}

.main-top .bnBox {
  margin: 20px 0 50px;
}

.main-top .bnBox li {
  margin-bottom: 20px;
}

.main-top .bnBox li:last-child {
  margin-bottom: 0;
}

.main-top .bnBox li img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .main-top {
    font-size: 1.6rem;
  }
  .main-top .indexwrapPc {
    width: 960px;
    margin: 0 auto;
  }
  .main-top .indexTtl {
    font-size: 2.4rem;
  }
  .main-top .indexTtl em {
    font-size: 1.6rem;
  }
  .main-top .mainImgBox {
    position: relative;
    width: 100%;
  }
  .main-top .mainImgBox .mainTtl {
    position: absolute;
    top: 11%;
    left: 65%;
  }
  .main-top .slide-dots li button {
    letter-spacing: 0.5em;
  }
  .main-top .storyLink {
    font-size: 1.6rem;
    bottom: 9%;
    width: 260px;
    padding: 7px 0;
  }
  .main-top .storyLink:after {
    display: block;
    content: "";
    background: url("/img/index/77btn_pc.png") no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 30%;
    right: 4px;
  }
  .main-top .storyLink:hover {
    opacity: 0.7;
  }
  .main-top #news {
    margin: 80px 0 70px;
  }
  .main-top .indexNews {
    margin-top: 0;
  }
  .main-top .indexNews dt {
    width: 200px;
    text-align: left;
    padding-left: 10px;
  }
  .main-top .indexNews dd {
    width: 100%;
    margin-left: 0;
  }
  .main-top .indexNews dd:after {
    bottom: 30%;
    right: 10px;
  }
  .main-top .indexNews dd:hover {
    color: #2e6194;
    text-decoration: underline;
  }
  .main-top .more {
    display: block;
    background: #7b94a6;
    color: #fff;
    width: 200px;
    margin: -69px 0 10px auto;
    padding: 7px 10px 7px 0;
    text-align: center;
    position: relative;
    letter-spacing: 0.05em;
    font-size: 13px;
  }
  .main-top .more:hover {
    opacity: 0.7;
  }
  .main-top .more:after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    display: block;
    content: "";
    top: 40%;
    right: 9px;
  }
  .main-top .more2 {
    display: block;
    background: #7b94a6;
    color: #fff;
    width: 200px;
    margin: -60px 0 78px auto;
    padding: 7px 10px 7px 0;
    text-align: center;
    position: relative;
    letter-spacing: 0.05em;
    font-size: 13px;
  }
  .main-top .more2:hover {
    opacity: 0.7;
  }
  .main-top .more2:after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    display: block;
    content: "";
    top: 40%;
    right: 9px;
  }
  /*
  .main-top .more {
     background: none;
     color: #46525f;
     margin: -18px 0 0 auto;
     padding: 0 0 12px 0;
     font-size: 1.2rem;
     color: #64717f;
     text-align: right;
   }
   .main-top .more:hover {
     color: #2e6194;
     text-decoration: underline;
   }
   .main-top .more:after {
     border-style: solid;
     border-left: 5px solid #64717f;
     border-right: 6px solid transparent;
     border-bottom: 5px solid transparent;
     border-top: 5px solid transparent;
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
     position: absolute;
     display: block;
     content: "";
     top: 11%;
     left: 15px;
   }
  */
  #topics,
  #faq,
  #quality,
  #sns,
  #sustainability {
    max-width: 960px;
    margin: 0 auto;
  }
  .main-top #topics .bnBox {
    max-width: 1140px;
    margin: 20px auto 55px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-top #quality .bnBox {
    max-width: 1140px;
    margin: 20px auto 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-top #sustainability .bnBox {
    margin: 20px auto 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-top #sns .bnBox {
    margin: 70px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-top #topics .bnBox li {
    margin: 0 1% 20px;
    width: 23%;
    max-width: 260px;
  }
  .main-top #quality .bnBox li {
    margin: 0 0.95% 20px;
    width: 12.3%;
    max-width: 140px;
  }
  .main-top #sustainability .bnBox li {
    margin: 0 1%;
    width: 300px;
  }
  .main-top #sns .bnBox li {
    margin: 0 1%;
    width: 52px;
  }
  .main-top .bnBox li:last-child {
    margin-bottom: 0;
  }
  .main-top .bnBox li img {
    width: 100%;
    height: auto;
  }
  .main-top .bnBox li a:hover {
    opacity: 0.7;
  }
  .main-top #bases {
    background: none;
    padding: 30px 0 150px;
    margin: 47px auto 0;
    position: relative;
    background: url("/img/index/index_conts_bg.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .main-top .locationList {
    height: 170px;
    word-wrap: break-word;
  }
  .main-top .locationList:after {
    display: block;
    clear: both;
    content: "";
  }
  .main-top .locationList ul:first-of-type {
    width: 110px;
  }
  .main-top .locationList ul.last-of-type {
    width: 340px;
  }
  .main-top .locationList ul li {
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 25px;
    letter-spacing: 0.01em;
    position: relative;
  }
  .main-top .locationList ul li a:hover {
    text-decoration: underline;
    color: #2e6194;
  }
  .main-top .locationList ul li a:after {
    right: 0px;
    top: 30%;
    border-top: 2px solid #64717f;
    border-right: 2px solid #64717f;
    transform: rotate(45deg);
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
  }
  .main-top .locationList ul li.specTitle {
    font-family: gidole;
    font-size: 1.4rem;
    width: 80px;
    height: 20px;
    padding: 3px 0px 0px 10px;
    line-height: 1;
    color: #fff;
  }
  .main-top .locationList ul li.specTitle:after {
    content: "";
    vertical-align: middle;
    border-top: 20px solid #6e7b89;
    border-right: 14px solid transparent;
    position: absolute;
    right: -14px;
    top: 0;
  }
  .main-top .locationList ul li.specTitle.nh {
    width: 90px;
    margin-right: 250px;
  }
  .main-top .pagetopIn {
    display: none;
    width: 70px;
    height: 70px;
    padding: 30px 0 10px;
    font-size: 1rem;
    text-align: center;
    background: #7b94a6;
    color: #fff;
    margin-left: auto;
    line-height: 1;
    z-index: 1000;
    position: fixed;
  }
  .main-top .pagetopIn:after {
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    content: "";
  }
}
@media only screen and (max-width: 768px) {
  .main-top #bases .conts {
    margin-top: 0;
  }
  .bnrSDGs {
    text-align: center;
    padding: 0 5% 100px;
  }
  .bnrSDGs img {
    width: 100%;
  }
  .jed {
    padding: 30px 25% 100px;
    text-align: center;
    margin: 0;
  }
  .jed img {
    width: 100%;
    padding: 0;
  }
  .jed img:hover {
    opacity: 1;
  }
  .main-top #topics .bnBox {
    padding: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-top #topics .bnBox li {
    margin: 0 0 5%;
    width: 48%;
  }
  .main-top #quality .bnBox {
    padding: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-top #quality .bnBox li {
    margin: 0 1.3% 3%;
    width: 22.4%;
  }
  .main-top #sustainability .bnBox {
    padding: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 70px !important;
  }
  .main-top #sns .bnBox {
    padding: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 70px !important;
    margin-top: 55px;
  }
  .main-top #sns .bnBox li {
    width: 10%;
    max-width: 52px;
    margin: 0 10px;
  }
  .main-top .locationList ul:first-of-type {
    width: 75px;
    margin-right: 3%;
  }
  .main-top .locationList ul:last-of-type li a:after {
    right: -5px;
  }
  video {
    width: 100%;
    margin-top: 37%;
    cursor: default;
  }
  video:hover {
    opacity: 1;
  }
  .slick-track {
    background-color: #000000;
  }
  .main-top .slide-dots {
    bottom: 10px;
  }
  .main-top .mainSlider a:hover > img {
    opacity: 1;
  }
}
.float-logo {
  position: relative;
  min-width: 960px;
  margin: 0 auto;
}

.float-logo ul {
  width: 420px;
  position: absolute;
  top: -35px;
  right: 15px;
  display: flex;
}

.float-logo ul li {
  padding: 0 5px;
}

.float-logo ul li img {
  width: 100%;
}

.float-logo ul li:nth-child(1) img {
  max-width: 326px;
}

.float-logo ul li:nth-child(2) {
  padding-top: 5px;
}

.float-logo ul li:nth-child(2) img {
  max-width: 269px;
}

.float-logo ul li:nth-child(3) img {
  max-width: 460px;
  padding: -1px 0 0;
}

.float-logo ul li:nth-child(4) img {
  max-width: 360px;
  padding: 2px 0 0;
}

.float-logo ul li img:hover {
  opacity: 0.7;
}

.logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.logo-list li {
  padding: 0 3%;
}

.logo-list li img {
  width: 100%;
}

.logo-list li:nth-child(1) {
  width: 33%;
}

.logo-list li:nth-child(2) {
  width: 29%;
}

.logo-list li:nth-child(3) {
  width: 42.5%;
}

.logo-list li:nth-child(4) {
  width: 36.5%;
}

.jed {
  margin-top: 25px;
}

.jed img {
  width: 240px;
  opacity: 1;
  padding: 0 25px;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
/*slick動画読み込み用CSS*/
.mainSlider li:nth-child(n+2) {
  display: none;
}

.mainSlider li video {
  display: none;
}

.mainSlider.slick-initialized li:nth-child(n+2) {
  display: block;
}

.mainSlider.slick-initialized video {
  display: block;
}

.mainSlider.slick-initialized .beforeInit {
  display: none;
}

/* 千葉プラント入場ルートについて */
.chibaplant-root {
  max-width: 640px;
  width: 100%;
  padding-top: 100px;
  margin: auto;
}

.chibaplant-root img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .chibaplant-root {
    padding: 40px 0 65px;
  }
}
.faq-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 1140px;
  margin: 20px auto 75px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .faq-list {
    gap: 10px;
    margin-bottom: 65px;
  }
}
.faq-list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: calc(25% - 15px);
}
@media (max-width: 767px) {
  .faq-list > li {
    width: calc(50% - 5px);
  }
}
.faq-list > li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #46525f;
  font-weight: normal;
  font-size: 16px;
  background-color: #e6f0f7;
  padding: 1.7em 1.2em 1.65em;
  position: relative;
  z-index: 2;
  transition: opacity 0.15s ease-out 0s;
}
@media (max-width: 767px) {
  .faq-list > li > a {
    font-size: 12px;
    padding: 1.7em 1.4em 1.65em;
  }
}
.faq-list > li > a:hover {
  opacity: 0.85;
}
.faq-list > li > a::after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: no-repeat center/contain url(/img/common/arrow-right.png);
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
}
@media (max-width: 767px) {
  .faq-list > li > a::after {
    right: 4px;
  }
}/*# sourceMappingURL=top.css.map */