@charset "utf-8";
html, body {
  margin: 0;
  font-family: "SST W20 Roman", "SST W55 Regular", "Hiragino Sans W3", "Yu Gothic Regular", "YuGothic", sans-serif;
  font-weight: normal;
}
.font_bold {
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
main {
  position: relative;
}
h3 {
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-weight: normal;
}
h4 {
  font-size: 1.1rem;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 641px) {
  /*html, body {
    font-size: calc((var(--width) / 1080) * 10px);
  }*/ :root {
    --width: 1080;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: calc((var(--width) / 375) * 10px);
  }
  :root {
    --width: 375;
  }
  .pc {
    display: none !important;
  }
}
/*------------
  common
------------*/
.container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.pagetop {
  position: sticky;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  text-align: right;
  pointer-events: none;
}
.pagetop-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 45px;
  height: 30px;
  background: rgba(0, 0, 0, 0.43);
  border-radius: 5px;
  pointer-events: auto;
  cursor: pointer;
}
.fade, .fade-delay {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.fade._in, .fade-delay._in {
  transform: translateY(0);
  opacity: 1;
}
#tmpl_main {
  width: 100%;
}
p.external_links::after {
  content: url('../../assets/img/external_links.svg');
  width: 1em;
  display: inline-block;
  padding-left: 0.3em;
}
p.external_links_bg::after {
  content: "";
  width: 0.5em;
  height: 0.6em;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDE4LjcgMTguNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTguNyAxOC43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6MS41O3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPGcgaWQ9ImV4dGVybmFsX2xpbmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNzQ5IDAuNzUxKSI+Cgk8cGF0aCBpZD0i44OR44K5Xzc5MSIgY2xhc3M9InN0MCIgZD0iTTEwLjcsMC4xaDYuNHY2LjciLz4KCTxwYXRoIGlkPSLjg5HjgrlfNzkyIiBjbGFzcz0ic3QwIiBkPSJNNS42LDAuMUgwLjF2MTdoMTd2LTUiLz4KCTxsaW5lIGlkPSLnt5pfNTgiIGNsYXNzPSJzdDAiIHgxPSI0LjciIHkxPSIxMi41IiB4Mj0iMTcuMSIgeTI9IjAuMSIvPgo8L2c+Cjwvc3ZnPg==');
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0 0 0.3em;
}
span:focus {
  border: 1px solid blue;
}
@media screen and (max-width: 640px) {
  .container {
    width: 100%;
    padding: 0 25px;
  }
}
/*------------
  earth
------------*/
/*
  earth-kv
------------*/
#earth-kv {
  margin-bottom: 35px;
}
#earth-kv .kv-message {
  width: 100;
  margin: 140px auto 0;
  text-align: center;
  font-size: min(2.0rem, 20px);
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #earth-kv {
    margin-bottom: 0;
  }
  #earth-kv .kv-message {
    width: 100%;
    margin: 30px auto 0;
    text-align: left;
    font-size: 140%;
  }
}
/*
  earth-product
------------*/
#earth-product {
  padding-top: 35px;
}
#earth-product .product-ttl {
  text-align: center;
  font-size: min(6.7rem, 67px);
  /*font-weight: 700;*/
  color: #008735;
  margin-bottom: 30px;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
}
#earth-product .product-list {
  display: flex;
  flex-wrap: wrap;
}
#earth-product .product-item {
  width: calc((100% - 6%) / 3);
  margin-top: 70px;
  margin-left: 3%;
}
#earth-product .product-item:nth-of-type(3n + 1) {
  margin-left: 0;
}
#earth-product .product-item .item-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  border-radius: 39px;
}
#earth-product .product-item .item-image::before {
  content: '';
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #008735;
  border-radius: 39px;
  opacity: 0;
  transition: opacity 0.5s;
}
#earth-product .product-item:hover .item-image::before {
  opacity: 1;
}
#earth-product .product-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
#earth-product .product-item:hover .item-image img {
  transform: scale(1.1);
}
#earth-product .product-item .item-txt {
  width: 85%;
  font-size: min(2.0rem, 20px);
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #earth-product {
    padding-top: 15px;
  }
  #earth-product .product-ttl {
    font-size: 200%;
  }
  #earth-product .product-list {
    display: block;
  }
  #earth-product .product-item {
    width: 100%;
    margin: 40px auto 0;
  }
  #earth-product .product-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  #earth-product .product-item:hover .item-image::before {
    display: none;
  }
  #earth-product .product-item:hover .item-image img {
    transform: scale(1);
  }
  #earth-product .product-item .item-txt {
    font-size: 140%;
  }
}
/*
  earth-company
------------*/
#earth-company {
  margin-top: 140px;
  padding: 140px 0 250px;
  background: #F1F1F2;
}
#earth-company .company-ttl {
  text-align: center;
  font-size: min(6.7rem, 67px);
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  color: #008735;
}
#earth-company .company-tag {
  margin: 70px auto;
}
#earth-company .company-tag .tag-wrapper {
  display: flex;
  justify-content: center;
}
#earth-company .company-tag .tag-wrapper + .tag-wrapper {
  margin-top: 25px;
}
#earth-company .company-tag .tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  padding: 5px 30px;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: min(2.5rem, 25px);
  /*font-weight: 700;*/
  background: #FFFFFF;
  border-radius: 99px;
  cursor: pointer;
}
#earth-company .company-tag .tag-item._active {
  color: #FFFFFF;
  background: #008735;
}
#earth-company .company-list {
  display: none;
}
#earth-company .company-list._active {
  display: block;
}
#earth-company .company-list .list-box {
  display: flex;
  align-items: flex-start;
  margin-top: 80px;
}
#earth-company .company-list .list-image {
  overflow: hidden;
  width: 55%;
  border-radius: 52px;
}
#earth-company .company-list .list-box:nth-of-type(odd) .list-image {
  order: 1;
}
#earth-company .company-list .list-box:nth-of-type(even) .list-image {
  order: 2;
}
#earth-company .company-list .list-txt {
  width: 45%;
  font-size: min(2.0rem, 20px);
  line-height: 1.5;
}
#earth-company .company-list .list-box:nth-of-type(odd) .list-txt {
  order: 2;
  padding-left: 5%;
}
#earth-company .company-list .list-box:nth-of-type(even) .list-txt {
  order: 1;
  padding-right: 5%;
}
#earth-company .company-list .list-ttl {
  margin-bottom: 20px;
  font-size: min(4.2rem, 42px);
  /*font-weight: 700;*/
}
@media screen and (max-width: 640px) {
  #earth-company {
    margin-top: 50px;
    padding: 35px 0 65px;
  }
  #earth-company .company-ttl {
    font-size: 200%;
  }
  #earth-company .company-tag {
    margin: 25px auto 0;
  }
  #earth-company .company-tag .tag-wrapper + .tag-wrapper {
    margin-top: 10px;
  }
  #earth-company .company-tag .tag-item {
    margin: 0 10px;
    padding: 5px 15px;
    font-size: 180%;
  }
  #earth-company .company-list .list-box {
    display: block;
    margin-top: 40px;
  }
  #earth-company .company-list .list-box + .list-box {
    margin-top: 70px;
  }
  #earth-company .company-list .list-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 30px;
  }
  #earth-company .company-list .list-txt {
    width: 100%;
    padding: 0;
    font-size: 140%;
    line-height: 1.87;
  }
  #earth-company .company-list .list-ttl {
    margin-bottom: 10px;
    font-size: 160%;
  }
}
/*
  earth-bottom
------------*/
#earth-bottom {
  margin: 60px auto 680px;
  padding-top: 60px;
}
#earth-bottom .bottom-message {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: min(2.0rem, 20px);
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #earth-bottom {
    margin: 15px auto 70px;
    padding-top: 15px;
  }
  #earth-bottom .bottom-message {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 140%;
  }
}
/*
  add
------------*/
@media screen and (min-width: 641px) {
  .note {
    font-size: 0.8rem !important;
    color: #333;
    margin: 10px 0 0;
    line-height: 1.4rem !important;
  }
  #earth-kv {
    margin-bottom: 80px;
  }
  #earth-kv .kv-message {
    font-size: min(1.7rem, 17px);
    letter-spacing: 0.05rem;
    line-height: 2.5rem;
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
  #earth-product .product-item .item-image {
    margin-bottom: 25px;
  }
  #earth-product .product-item .item-txt {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
  #earth-product .product-ttl {
    font-size: min(4.0rem, 40px);
  }
  div.item-txt > p {
    font-size: 0.95rem;
    line-height: 1.5rem;
    /*font-weight: 600;*/
    letter-spacing: 0.05rem;
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
  #earth-company .company-tag .tag-item._active {
    font-size: 1rem;
  }
  #earth-company .company-tag .tag-item {
    font-size: 1rem;
  }
  #earth-company .company-tag .tag-item {
    margin: 0 10px;
  }
  #earth-company .company-tag .tag-item {
    padding: 10px 30px 6px;
  }
  #earth-company .company-list .list-box:nth-of-type(odd) .list-txt {
    padding-left: 5%;
    padding-right: 4%;
  }
  #earth-company .company-list .list-box:nth-of-type(even) .list-txt {
    padding-right: 5%;
    padding-left: 4%;
  }
  #earth-company .company-ttl {
    font-size: min(5rem, 50px);
    margin-bottom: 30px;
  }
  #earth-company .company-list .list-box {
    margin-top: 80px;
    margin-bottom: 120px;
  }
  div.list-txt > p {
    font-size: 0.9rem;
    line-height: 1.75rem;
    /*letter-spacing: 0.1rem;*/
  }
  #earth-company .company-list .list-ttl {
    margin-top: 36px;
    margin-bottom: 20px;
    font-size: min(2.5rem, 25px);
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
  .sub_title {
    font-size: 0.9rem;
    line-height: 1.75rem;
    /*letter-spacing: 0.1rem;*/
    padding: 0 10%;
    text-align: center;
  }
}
@media screen and (min-width: 40.063em) {
  #tmpl_main {
    min-width: 1190px;
  }
}
@media screen and (max-width: 640px) {
  #earth-kv .kv-message {
    width: 100%;
    margin: 30px auto 0;
    text-align: left;
    font-size: 140%;
  }
  #earth-product {
    padding-top: 60px;
  }
  #earth-product .product-ttl {
    margin: 0 auto;
    line-height: 2.8rem;
  }
  #earth-product .product-item .item-txt {
    width: 85%;
    margin: 0 auto 40px;
    line-height: 1.5;
  }
  #earth-company .company-list .list-ttl {
    margin-bottom: 10px;
    font-size: 130%;
    line-height: 2.9rem;
  }
  #earth-company .company-list .list-image {
    margin-bottom: 20px;
  }
  #earth-company .company-list .list-box:nth-of-type(odd) .list-txt {
    order: 2;
    padding: 0 5%;
  }
  #earth-company .company-list .list-box:nth-of-type(even) .list-txt {
    order: 1;
    padding: 0 5%;
  }
  #earth-company .company-tag .tag-item {
    margin: 0 10px;
    padding: 10px 15px;
    font-size: 130%;
    text-align: center;
    line-height: 1.8rem;
  }
  .note {
    font-size: 80% !important;
    color: #333;
    margin: 10px 0 0;
    line-height: 1.6rem !important;
  }
  .sub_title {
    font-size: 140%;
    line-height: 2.75rem;
    letter-spacing: 0.1rem;
    padding: 5%;
    margin: 0 auto 30px;
  }
  #earth-kv .kv-message {
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
  div.item-txt > p {
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
}
.win #earth-kv > div.container > div {
  transform: rotate(0.05deg);
}
.win #earth-product > div > div.product-list.delay-parent > a > div.item-txt > p {
  transform: rotate(0.05deg);
}
.win #earth-company > div > div.company-tag > div > span {
  transform: rotate(0.05deg);
}
.win div.list-txt > p {
  transform: rotate(0.05deg);
}
.mac {
  /* Mac OSのみ */
}
.linux {
  /* linux（x11とlinux）のみ */
}
.iphone {
  /* iphoneのみ */
}
.ipad {
  /* ipadのみ */
}
.android {
  /* Androidのみ */
}