@charset "UTF-8";

/*めも test クラス消す*/
body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  /*Medium*/
  font-weight: 500;
  line-height: 1.6;
  background-color: #F9FFF0 !important;
}



/*==================================================
    パララックス
    ===================================*/
.marker {
  background: -webkit-linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .5em;
  transition: 2s;
  line-height: 1.2;
  display: inline;
}

.marker.is-active {
  background-position: 0% .5em;
}

/*==================================================
    TOP画像
    ===================================*/
.breadcrumb {
  position: absolute;
  top: 0;
}

.TOPheight {
  position: relative;
  margin-top: 60px;
  height: calc(100vh - 100px);
  min-height: 650px;
  max-height: 800px;
  background-image: url(../img/best/besttop01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.best_top img {
  /* width: 100%;*/
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.top-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 450px;
  margin: auto;
  padding: 20px 0;
  background-color: rgba(69, 215, 185, 0.3);
  text-align: center;
}


.top-title-text {
  position: relative;
  width: min(65vw, 520px);
  margin: 30px auto;
}

.top-title-text p {
  position: relative;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(6vw, 80px) !important;
  line-height: 7rem;
  font-weight: 800;
}

.top-title-text span {
  position: relative;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(5vw, 60px);
  line-height: 5rem;
  font-weight: 900;
}

.top-title-text img {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 0;
  width: 500px;
}

.top-title ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.top-title li {
  background: #38B496;
  color: #fff;
  padding: 15px;
  font-size: 24px;
  font-weight: 900;
  width: 300px;
  border-radius: 50px;
}

@media screen and (max-width: 1100px) {
  .top-title-text p {
    line-height: calc(100 / 1024 * 100vw);
  }

  .top-title-text {
    margin: 80px auto 30px;
  }

  .top-title li {
    background: #38B496;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-weight: 900;
    width: 250px;
    border-radius: 50px;
  }

  .top-title-text img {
    position: absolute;
    z-index: 1;
    top: -220px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(13deg);
    width: min(60vw, 500px);
  }
}

@media screen and (max-width: 768px) {
  .top-title ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .top-title li {
    font-size: 4vw;
    width: 80%;
  }

  .top-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    margin: auto;
    padding: 20px 0;
    background-color: rgba(69, 215, 185, 0.3);
    text-align: center;
  }

  .top-title-text {
    margin: 30px auto 30px;
  }

  .top-title-text img {
    position: absolute;
    z-index: 1;
    top: calc(-230 / 1024 * 100vw);
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(13deg);
    width: min(50vw, 500px);
  }
}

@media screen and (max-width: 500px) {

  .TOPheight {
    max-height: 500px;
  }

  .top-title-text img {
    position: absolute;
    z-index: 1;
    top: calc(-280 / 1024 * 100vw);
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(13deg);
    width: min(60vw, 500px);
  }
}

/*----------------------------------------------
  eco-01
------------------------------------------------*/
.eco-01 {
  width: 100%;
  background: #fff;
  padding: 150px 0 100px;
}

.eco-01 ul {
  position: relative;
  width: min(90vw, 1000px);
  margin: 0 auto;
  padding: 30px 100px;
  border: solid 3px #707070;
  border-radius: 20px;
}

.eco-01 li {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 700;
}

.eco-01 li::before {
  content: "●";
  color: #45D7B9;
  margin-right: 10px;
}

.eco-01 li:last-child {
  position: absolute;
  top: 0;
  right: -50px;
  width: 250px;
}

.eco-01 li:last-child::before {
  display: none;
}

.triangle {
  background: #45D7B9;
  height: calc(tan(60deg) * 50px / 2);
  width: 100px;
  margin: 50px auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.eco01-about p:first-child {
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}

.eco01-about p:nth-child(2) {
  position: relative;
  width: min(80vw, 800px);
  margin: 0 auto;
  padding: 20px;
  background: #FCFFB2;
  border-radius: 100px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
}

.eco01-about p:nth-child(2)::before,
.eco01-about p:nth-child(2)::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -50px;
  background-image: url(../img/econovelty/accent.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.eco01-about p:nth-child(2)::before {
  transform: rotate(270deg);
  left: -30px;
}

.eco01-about p:nth-child(2)::after {
  transform: rotate(350deg);
  right: -30px;
}

.eco01-about p:nth-child(3) {
  position: relative;
  width: min(80vw, 800px);
  padding: 30px 0 50px;
  margin: 0 auto;
}

.eco01-about img {
  display: block;
  width: min(80vw, 500px);
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width:1000px) {
  .eco-01 ul {
    padding: 30px;
  }

  .eco-01 li {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
  }

  .eco-01 li:last-child {
    top: auto;
    bottom: -50px;
    right: 0;
    max-width: 500px;
    width: 25%;
  }
}

@media screen and (max-width:768px) {
  .eco-01 li {
    font-size: 16px;
  }

  .eco-01 li:last-child {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    max-width: 200px;
    width: 60%;
  }

  .eco01-about p:nth-child(2) {
    font-size: 4.5vw !important;
  }

  .eco01-about p:nth-child(2)::before,
  .eco01-about p:nth-child(2)::after {
    width: 50px;
    height: 50px;
    top: -30px;
  }
}

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

    ===================================*/
.eco-title {
  background: #45D7B9;
  width: min(90vw, 1000px);
  margin: 150px auto 0;
  padding: 10px 0;
  border-radius: 50px;
  font-size: 2rem !important;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
}

.sustainable_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 50px;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 0;
}

.sustainable_boxin {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  padding: 50px 30px;
  place-items: center;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
}

.sustainable_boxin>img {
  position: absolute;
  top: -70px;
  left: -15px;
  width: 100%;
  max-width: 150px;
}

.sustainable_content h4 {
  font-size: min(6vw, 1.6rem);
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  height: 80px;
}

.sustainable_content img {
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 15px auto 20px auto;
}

.sustainable_content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

.eco-boxin>p>span,
.sustainable_content>p>span {
  font-size: 12px !important;
}


@media screen and (max-width: 768px) {
  .sustainable_box {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 80px 0 0;
  }

  .sustainable_content h4 {
    height: auto;
  }

  .eco-title {
    font-size: 4.5vw !important;
  }
}

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

    ===================================*/
.ex-about {
  position: relative;
  padding: 40px 60px;
  text-align: left;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16);
  width: min(90vw, 1000px);
  margin: 80px auto 70px;
  background: #fff;
}

.ex-img {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo_detail_sdgs p:nth-child(1) {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem !important;
  font-weight: 700;
  border-bottom: solid 1px #707070;
  margin-bottom: 5px;
}

.logo_detail_sdgs {
  width: 100%;
}

.logo_detail_sdgs p:nth-child(2) {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.833rem;
  font-weight: 500;
  line-height: 1.6;
}

.logo_detail_sdgs p:nth-child(3) {
  text-align: right;
  margin: 5px 0;
}

.logo_detail_sdgs p:nth-child(3) a {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  /* line-height: 3.66; */
}

.ex-about h4 {
  border-bottom: solid 1px #707070;
  line-height: 50px;
}


.ex-about-font {
  text-align: center;
}

.ex-about-font span {
  font-size: 18px;
}

.ex-about-flex {
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
}

.ex-about-flex img {
  width: 250px;
}

.ex-about-flex ul {
  margin-left: 50px;
}

.ex-about-flex li {
  display: flex;
  margin: 0 0 10px;
}

.ex-about-2line {
  line-height: 18px;
}

.ex-about-2line span {
  font-size: 12px;
  display: block;
}




/*==================================================
      ツール一覧と同じ内容 ここから
===================================*/
.logo_markbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  gap: 50px 100px;
  margin: 40px 0;
  align-items: flex-start;
}

.logo_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.last_logo_box {
  position: relative;
  align-self: end;
  margin-top: 30px;
  padding-top: 40px;
  background: url(../img/econovelty/accent.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: min(10vw, 45px);
}

#last_logobox_p {
  margin-right: 19px;
  text-align: center;
}

.last_logo_box span {
  font-size: 18px;
  font-weight: 800;
}

.logo_img {
  display: contents;
}

.logo_img img {
  max-width: 100px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 10px;
}

.logo_sdgsimg {
  display: contents;
}

.logo_sdgsimg img {
  max-width: 100px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1000px) {
  .logo_markbox {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ex-about {
    padding: 40px 100px;
  }
}

@media screen and (max-width: 768px) {
  .logo_box {
    gap: 0px;
    flex-direction: column;
    align-items: normal;
  }

  .ex-about {
    padding: 40px 30px;
    margin: 50px auto 0;
  }

  .logo_sdgsimg img {
    max-width: 60px;
    margin-bottom: 10px;
  }

  .ex-img {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}

/*----------------------------------------------
.eco-04/eco-05
------------------------------------------------*/
.eco-05 p {
  text-align: center;
  padding: 20px 0;
}

.eco-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  gap: 50px;
  align-items: flex-start;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.eco-boxin p:first-child {
  font-size: 1.2rem !important;
  font-weight: 700;
  border-bottom: solid 1px #707070;
  margin: 5px 0;
}

.eco-boxin p:last-child {
  font-size: 14px !important;
}

.season-item-img {
  display: contents;
}

.season-item-img img {
  width: 49%;
  margin: 20px 0;
  vertical-align: bottom;
}

@media screen and (max-width:1000px) {
  .eco-box {
    grid-template-columns: 1fr;
  }

  .eco-05 p {
    text-align: left;
  }

}

/*----------------------------------------------
eco-06
------------------------------------------------*/
.eco-06 p {
  position: relative;
  text-align: center;
  margin: 100px auto;
  font-size: 36px !important;
  font-weight: 900;
  width: min(70vw, 700px);
}

.eco-06 p::before,
.eco-06 p::after {
  display: block;
  position: absolute;
  top: 20px;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../img/econovelty/accent.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.eco-06 p::before {
  left: -30px;
  transform: rotate(250deg);
}

.eco-06 p::after {
  right: -30px;
  transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  .eco-06 p {
    font-size: 4vw !important;
  }

  .eco-06 p::before,
  .eco-06 p::after {
    top: calc(-30 / 1024 * 100vw);
    width: 40px;
    height: 40px;
  }
}
