@charset "utf-8";

/*-------------------------------------------- 

	 TOP - MV

--------------------------------------------*/
.top__mv {
  position: relative;
  padding: 0 0 9.11%;
  margin-top: 3.9%;
}

.top__mv-textarea {
  padding-left: 12.5vw;
}

.top__mv-ttlBox {
  flex: 1;
}

.top__mv-ttl-jpn {
  width: 62.58vw;
  position: relative;
  font-size: 4.83333vw;
  letter-spacing: 0.14em;
  padding-bottom: 0.6em;
  margin: 0.2em 0 0.3em;
  text-shadow: 0 0 35px #fff;
}

.top__mv-ttl-jpn:after {
  content: "";
  display: block;
  width: 2.32em;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.top__mv-ttl-eng {
  font-size: 2.70833vw;
  font-weight: bold;
  text-shadow: 0 0 35px #fff;
}

.top__mv-telBox {
  margin-right: 2.81%;
}

.top__mv-telBox,
.top__mv-telBox a {
  color: #000;
}

.top__mv-bg {
  width: 97.6%;
  position: absolute;
  top: 31.6%;
  left: 2.4%;
  background: url("../Image/top-mv.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 31.2%;
  z-index: -1;
}

.top__mv-contact {
  position: absolute;
  right: 2.81%;
  bottom: -46.5px;
  width: 12.36em;
  font-size: 2.2rem;
  letter-spacing: 0.07em;

  text-align: center;
  z-index: 40;
}

.top__mv-contact a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #50b98b, #92d886);
  padding: 0.9em 0 0.8em;
  transition: 0.7s;
}

.top__mv-contact a:hover {
  opacity: 0.6;
}

.top__mv-contact-eng {
  font-weight: bold;
}

.top__mv-contact-jpn {
  font-size: 1.2rem;
  margin-top: 0.34em;
}

/*============================
top__about
============================*/
#top__about {
  position: relative;
  padding: 7.6% 0 5%;
}

#top__about:after {
  content: "";
  display: block;
  width: 63.5%;
  height: 29%;
  position: absolute;
  top: 17.8%;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

.top__about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../Image/top-about-bg.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 32.29%;
  z-index: -1;
}

.top__about-secInner {
  margin: 0;
  padding: 0 5% 0 10.833vw;
}

.top__about-label-eng {
  font-size: 3.90625vw;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1;
  letter-spacing: 0;
}

.top__about-textarea {
  max-width: 1280px;
  padding-bottom: 0;
  padding-left: 4.9%;
  margin-bottom: 2.4%;
  background-color: #fff;
}

.top__about-textarea-ttlBox {
  flex: 1;
}

.top__about-textarea-ttl-eng {
  line-height: 1.2;
}

.top__about-textarea-plane {
  margin-top: 1.43em;
  line-height: 2.2;
}

.top__about-plantarea {
  width: 38.9%;
  margin-left: 6.1%;
  font-size: 1.8rem;
  padding: 2.22em 3.33em 0 0;
  box-sizing: border-box;
}

.top__about-case {
  max-width: 1080px;
  margin: 0 auto;
  padding: 5.8% 0 6.6%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.top__about-case-ttlBox {
  text-align: center;
  margin-bottom: 5.7%;
}

/*============================
#top__plant
============================*/
#top__plant {
  padding: 4% 0 12%;
}

.top__plant-wrap {
  position: relative;
}

.top__plant-movie {
  width: 50%;
  position: absolute;
  left: 0;
  top: 23.9%;
}

.top__plant-movie-wrap {
  padding-top: 56.25%;
}

.top__plant-movie-wrap a {
  transition: 0.6s;
}

.top__plant-movie-wrap a:hover {
  opacity: 0.6;
}

.top__plant-textBox {
  padding-left: 46%;
  box-sizing: border-box;
}

.top__plant-head {
  background-color: #fafafa;
  padding: 15% 13% 13% 20%;
}

.top__plant-ttl-jpn {
  font-size: 1.5625vw;
  line-height: 1.6;
}

@media screen and (max-width: 1025px) {
  .top__plant-ttl-jpn {
    font-size: 1.6rem;
  }
}

.top__plant-plane {
  font-size: 0.9375vw;
  margin-top: 1.55em;
  line-height: 2;
  margin-top: 1.3em;
}

@media screen and (max-width: 1494px) {
  .top__plant-plane {
    font-size: 1.4rem;
  }
}

/*============================
top__features
============================*/
#top__features {
  position: relative;
  padding-top: 4.8%;
}

.top__features-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../Image/top-features-bg.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 28.95%;
  z-index: -1;
}

.top__features-secInner {
}

.top__features-head {
  align-items: center;
  justify-content: space-between;
}

.top__features-ttlBox {
  width: 39.5%;
  margin-right: 5%;
  color: #fff;
}

.top__features-ttl-eng {
  opacity: 0.7;
}

.top__features-ttl-jpn {
  color: #fff;
}

.top__features-plane {
  line-height: 2;
  margin-top: 1.77em;
}

.top__features-more-btn a {
  background: linear-gradient(
    to right,
    rgba(28, 193, 137, 0.5),
    rgba(132, 207, 45, 0.5)
  );
  transition: opacity 0.7s;
}

.top__features-more-btn a:hover {
  opacity: 0.7;
}

.top__features-more-btn a:hover .common__btn-arrow:before {
  right: -3em;
}

.top__features-list {
  margin-top: 6.1%;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.top__features-item {
  width: 33.3%;
  padding: 5.3% 3.67% 5%;
}

.top__features-item:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.top__features-item-label {
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 1.33em;
  letter-spacing: 0.05em;
}

.top__features-item-lead {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 0.575em;
}

/*============================
top__works
============================*/
#top__works {
  padding: 3% 0;
}

.top__works-textarea {
  width: 22.79%;
  padding-right: 6.9%;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}

.top__works-ttl-jpn {
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 0.66em;
}

.top__works-ttl-jpn:after {
  content: "";
  display: block;
  width: 1.46em;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
}

.plane01.top__works-plane {
  line-height: 2;
  margin-bottom: 1.875em;
}

.top__works-more-btn a {
  transition: opacity 0.7s;
}

.top__works-more-btn a:hover {
  opacity: 0.7;
}

.top__works-info {
  flex: 1;
  padding-left: 4.8%;
}

.top__works-info-list {
}

.top__works-info-item {
  width: 29.26%;
}

.top__works-info-item a {
  display: block;
  transition: 0.7s;
}

.top__works-info-item a:hover {
  opacity: 0.7;
}

.top__works-info-item:not(:last-child) {
  margin-right: 6.11%;
}

.top__works-info-imgBox {
  padding-top: 56.25%;
}

.top__works-info-textBox {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.28em;
}

.top__works-info-label {
  font-size: 2.1rem;
}

.top__works-info-type {
  margin-top: 1em;
}

.top__works-info-cat-list {
  font-size: 1.4rem;
  margin-top: 0.57em;
  flex-wrap: wrap;
}

.top__works-info-cat-item {
  background-color: #55bb8b;
  color: #fff;
  padding: 0.2em 0.92em 0.25em;
  text-align: center;
  border-radius: 0.89em;
  margin: 0.9em 0.35em 0 0;
}

/*============================
    top__news
============================*/
#top__news {
  padding: 3% 0 2.16%;
}

.top__news-wrap {
  position: relative;
  box-shadow: 0px 0px 13px -2px #d7d5d5;
  padding: 5.88% 0 7.3%;
  box-sizing: border-box;
}

.top__news-head {
  padding: 0 2.9% 4.3% 10.1%;
  justify-content: space-between;
  align-items: flex-end;
}

.top__news-ttlBox {
  flex: 1;
}

.top__news-more-btn {
  position: absolute;
  top: 22.6%;
  right: 2.9%;
}

.top__news-body {
  margin: 0 10.1% 0;
  padding-top: 4.2%;
  border-top: 1px solid #e5e5e5;
}

.top__news-item:not(:first-child) {
  margin-top: 5.63%;
}

.top__news-item a {
  display: flex;
  align-items: center;
  transition: opacity 0.7s;
}

.top__news-item a:hover {
  opacity: 0.6;
}

.top__news-item-head {
  width: 26%;
  border-right: 1px solid #e5f0ea;
}

.top__news-dateBox {
  font-weight: bold;
  font-size: 1rem;
  width: 20%;
  margin-right: 2%;
}

.top__news-date {
  font-size: 3.6rem;
  line-height: 1;
}

.top__news-categoryBox {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.1em 1em 0.85em 2.28em;
  box-sizing: border-box;
}

.top__news-cate-name {
  display: inline-block;
  color: #a7a7a7;
  padding-bottom: 0.1em;
  border-bottom: 2px solid #e6e6e6;
}

.top__news-ttl {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 1.88em;
}

.top__news-more-btn a {
  transition: opacity 0.7s;
}

.top__news-more-btn a:hover {
  opacity: 0.7;
}

/*============================
    features--MV
============================*/
.features__mv-bg {
  background-image: url("../Image/features-mv.jpg");
}

/*============================
features__cts
============================*/
#features__cts {
  padding: 7.91% 0 10.4%;
}

.features__cts-secInner {
  max-width: 100%;
  padding: 0;
}

.features__cts-label {
  color: #f2f2f2;
  font-size: 3.90625vw;
  font-weight: bold;
  line-height: 1;
  padding: 0 5%;
  text-align: center;
}

.features__cts-item {
  align-items: center;
}

.features__cts-item:not(:first-child) {
  margin-top: 5.93%;
}

.features__cts-item-development {
  flex-direction: row-reverse;
}

.features__cts-item-imgBox {
  width: 47%;
}

.features__cts-item-textBox {
  position: relative;
  flex: 1;
  padding: 0 9.583333vw;
}

.features__cts-item-textBox:after {
  content: "";
  display: block;
  font-size: 26.71875vw;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  line-height: 0.7;
  color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.features__cts-item-textBox-customer:after {
  content: "01";
}

.features__cts-item-textBox-development:after {
  content: "02";
}

.features__cts-item-textBox-thailand:after {
  content: "03";
}

.features__cts-ttlBox {
  text-align: center;
}

.features__cts-ttl-jpn {
  font-size: 2.08333vw;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
}

@media screen and (max-width: 1441px) {
  .features__cts-ttl-jpn {
    font-size: 2.4rem;
  }
}

.features__cts-ttl-eng {
  margin-top: 1.1em;
}

.features__cts-lead {
  margin-top: 4em;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 2.35;
}

.features__cts-plane-ma {
  margin-top: 2em;
}

/*============================
#features__expertise
============================*/
#features__expertise {
  padding: 7.2% 0 7.9%;
  background: url("../Image/features-bottom.jpg") no-repeat center top;
  background-size: cover;
}

.secInner.features__expertise-secInner {
}

.features__expertise-wrap {
  justify-content: space-between;
  align-items: center;
}

.features__expertise-ttlBox {
  width: 40%;
  margin-right: 5%;
}

.features__expertise-ttl-eng {
  background: none;
  -webkit-text-fill-color: #61c18a;
  color: #61c18a;
}

.features__expertise-ttl-jpn {
  color: #fff;
}

.features__expertise-plane {
  margin-top: 1.66em;
  line-height: 2em;
  color: #fff;
  letter-spacing: 0.07em;
}

.features__expertise-more-btn a {
  background: linear-gradient(
    to right,
    rgba(28, 193, 137, 0.5),
    rgba(132, 207, 45, 0.5)
  );
  transition: all 0.6s ease-out;
}

.features__expertise-more-btn a:hover {
  transform: scale(0.95);
}

.features #common__contact {
  padding-top: 8.4%;
}

/*============================
#specialty__mv
============================*/
.specialty__mv-bg {
  background-image: url("../Image/specialty-mv.jpg");
}

/*============================
#specialty__about
============================*/
#specialty__about {
  padding: 8.125% 0 6.45%;
}

.specialty__about-ttlBox {
  margin-bottom: 6.32%;
  text-align: center;
}

.specialty__about-boby {
  padding: 0 10.14%;
}

.specialty__about-plantarea {
  width: 38.3%;
  margin-right: 6.54%;
  padding-top: 0.5em;
}

.specialty__about-textBox {
  flex: 1;
}

.specialty__about-plane {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 2.5;
}

.specialty__about-bottom {
  margin-top: 8.08%;
}

.specialty__about-Box {
  background-color: #f4f4f4;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
}

.specialty__about-Box:not(:first-child) {
  margin-top: 2.35%;
}

.specialty__about-Box-plant {
  padding: 7.64% 7.2916vw;
}

.specialty__about-Box-factory {
  padding: 5.88% 7.2916vw 3.97%;
}

.specialty__about-label {
  position: relative;
  font-size: 1.0937vw;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-right: 2.2%;
}

@media screen and (max-width: 1098px) {
  .specialty__about-label {
    font-size: 1.2rem;
  }
}

.specialty__about-label-icon {
  position: relative;
  padding-left: 2.38em;
}

.specialty__about-label-icon:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.specialty__about-label-icon:before {
  width: 1.33em;
  height: 1.42em;
  top: 10%;
  left: 0;
}

.specialty__about-label-icon-plant:before {
  background-image: url("../Image/specialty-plant-icon.svg");
  transform: rotate(-45deg);
}

.specialty__about-label-icon-factory:before {
  background-image: url("../Image/specialty-factory-icon.svg");
  transform: rotate(-90deg);
}

.specialty__about-arrow-plant,
.specialty__about-arrow-factory {
  height: 20px;
  background: url("../Image/specialty-plant-arrow.png") no-repeat center top 5px;
  background-size: contain;
}

.specialty__about-arrow-plant {
  width: 11.76%;
}

.specialty__about-arrow-factory {
  width: 7.35%;
}

.specialty__about-more-btn {
  width: 49%;
  font-size: 0.833vw;
  line-height: 1.5;
  margin-left: 3%;
}

@media screen and (max-width: 1441px) {
  .specialty__about-more-btn {
    font-size: 1.2rem;
  }
}

.specialty__about-more-btn a {
  border-radius: 4.125em;
  transition: opacity 0.7s;
  padding: 1.6em 0;
}

.specialty__about-more-btn a:hover {
  opacity: 0.7;
}

.specialty__about-Box-inner {
  align-items: center;
}

.specialty__about-product-list {
  width: 49%;
  flex-wrap: wrap;
  margin-left: 4%;
}

.specialty__about-factory-list {
  flex: 1;
  justify-content: flex-start;
}

.specialty__about-product-item {
  position: relative;
  font-size: 0.7291vw;
  letter-spacing: 0.07em;
  width: 12.28em;
  text-align: center;
  margin-right: 0.71em;
  margin-top: 0.71em;
}

.about-product-item-arrow:before {
  content: "";
  display: block;
  width: 0.57em;
  height: 0.71em;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  background: url(../Image/arrow-wh.svg) no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 1515px) {
  .specialty__about-product-item {
    font-size: 1.2rem;
  }
}

.specialty__about-product-item a {
  display: block;
  background: linear-gradient(to right, #50b98b, #92d886);
  color: #fff;
  border-radius: 1.96em;
  padding: 1.22em 0;
  box-sizing: border-box;
  transition: opacity 0.7s;
}

.specialty__about-product-item a:hover {
  opacity: 0.7;
}

.specialty__about-product-item a:hover .about-product-item-arrow:before {
  opacity: 0.7;
}

.specialty__about-product-btn {
  text-align: right;
  margin-top: 2em;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}

.specialty__about-product-btn a {
  margin-right: 1em;
  border-bottom: 1px solid #000;
  padding: 0 3.14em 0.64em 0.85em;
  transition: 0.7s;
}

.specialty__about-product-btn a:hover {
  opacity: 0.7;
}

.about-product-btn-arrow:before {
  background-image: url("../Image/arrow-bk.svg");
  transition: 0.7s;
}

.specialty__about-product-btn a:hover .about-product-btn-arrow:before {
  right: -3em;
}

/*============================
#specialty__ask
============================*/
#specialty__ask {
  padding-bottom: 3.9%;
}

.specialty__ask-bg {
  background: url("../Image/specialty-case.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 29%;
}

.specialty__ask-secInner {
  padding: 3.55% 7.2% 0;
  background-color: #fff;
  margin-top: -8.8%;
  box-sizing: border-box;
}

.specialty__ask-ttlBox {
  text-align: center;
  margin-bottom: 5.8%;
}

.specialty__ask-ttl-text {
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 2;
  text-align: left;
  margin-top: 1.66em;
}

.specialty__ask-list {
  flex-wrap: wrap;
  margin-bottom: 8.3%;
}

.specialty__ask-item {
  font-size: 1.4rem;
  position: relative;
  width: 24%;
  text-align: center;
  padding: 2.4em 0 1.85em;
  box-shadow: 0px 0px 13px -2px #d7d5d5;
}

.specialty__ask-item:not(:nth-child(4n)) {
  margin-right: 0.71em;
}

.specialty__ask-item:nth-child(n + 5) {
  margin-top: 3.14em;
}

.specialty__ask-nunmer {
  position: absolute;
  left: 50%;
  top: -1.1em;
  transform: translateX(-50%);
  display: inline-block;
  width: 7.83em;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  background: linear-gradient(to right, #50b98b, #92d886);
  color: #fff;
  padding: 0.55em 1.33em 0.45em;
  border-radius: 1.66em;
  line-height: 1;
  box-sizing: border-box;
}

.specialty__ask-label {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}

.specialty__ask-text {
  letter-spacing: 0.07em;
  margin-top: 0.75em;
  line-height: 1.8;
}

.specialty__ask-category {
  padding-top: 8.3%;
  border-top: 1px solid #e5e5e5;
}

.specialty__ask-more-btn {
  width: 20em;
  margin: 8.8% auto 0;
}

.specialty__ask-more-btn a {
  transition: all 0.6s ease-out;
}

.specialty__ask-more-btn a:hover {
  transform: scale(0.95);
}

/*============================
#products__mv
============================*/
.products__mv-bg {
  background-image: url("../Image/products-mv.jpg");
}

/*============================
#products__info
============================*/
#products__info {
  padding: 8.02% 0 8.85%;
  background-color: #f2f2f2;
}

.products__info-secInner {
  max-width: 1760px;
}

.feature__about-ttlBox {
  text-align: center;
}

.products__info-list {
  margin-top: 4.54%;
  flex-wrap: wrap;
  padding: 0 4.16%;
}

.products__info-item {
  width: 31.8%;
}

.products__info-item:not(:nth-child(3n)) {
  margin-right: 2.3%;
}

.products__info-item:nth-child(n + 4) {
  margin-top: 2.3%;
}

.products__info-item a {
  position: relative;
  display: block;
  transition: all 0.7s;
}

.products__info-item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.7s;
  z-index: 1;
  opacity: 0;
}

.products__info-item a:hover:after {
  opacity: 1;
}

.products__info-inner {
  padding: 33.1% 0 32.5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.products__info-inner-puiverisation {
  background-image: url("../Image/product-puiverisation.jpg");
}

.products__info-inner-sieve {
  background-image: url("../Image/product-sieve.jpg");
}

.products__info-inner-mixture {
  background-image: url("../Image/product-mixture.jpg");
}

.products__info-inner-filling {
  background-image: url("../Image/product-filling.jpg");
}

.products__info-inner-transport {
  background-image: url("../Image/product-transport.jpg");
}

.products__info-inner-other {
  background-image: url("../Image/product-other.jpg");
}

.products__info-label-bg {
  width: 20em;
  margin: 0 auto;
  font-size: 0.9375vw;
  padding: 0.68em 1.2em 0.78em;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  border-radius: 1.52em;
  position: relative;
  z-index: 10;
  transition: all 0.7s;
}

@media screen and (max-width: 1494px) {
  .products__info-label-bg {
    font-size: 1.4rem;
  }
}

.products__info-item a:hover .products__info-label-bg {
  background: linear-gradient(to right, #50b98b, #92d886);
}

.products__info-label {
  font-weight: bold;
  letter-spacing: 0.05em;
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
  transition: all 0.7s;
}

.products__info-item a:hover .products__info-label {
  color: #fff;
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.products__info-sorting .products__info-label-bg {
  width: 18.77em;
}

.products__info-other .products__info-label-bg {
  width: 21.72em;
}

/*============================
    PLANT--MV
============================*/
.products__taxonomy-bg {
  background-image: url("../Image/products__taxonomy-mv.jpg");
}

/*============================
    PLANT-NAVI
============================*/
.products__navi-Box {
  padding: 4.6875% 5% 0;
  max-width: 1070px;
  margin: 0 auto;
}

.page__wrap-products__other .products__navi-Box {
}

.products__navi-list {
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8%;
}

.products__navi-item {
  width: 20em;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}

.products__navi-item:not(:last-child) {
  margin-right: 3.57em;
}

.products__navi-item a {
  transition: 0.7s;
}

.products__navi-item a:hover {
  opacity: 0.7;
}

/*============================
#products__select
============================*/
#products__select {
  padding: 4.16% 0 5.2%;
}

.page__wrap-products__other #products__select {
  display: none;
}

.products__select-secInner {
  max-width: 1070px;
}

.products__select-ttlBox {
  text-align: center;
  margin-bottom: 5.2%;
}

.products__select-text {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 2.28;
  text-align: left;
  margin-top: 4.28em;
}

.products__select-imgBox {
  padding-bottom: 8%;
  border-bottom: 1px solid #e5e5e5;
}

.products__select-graph {
  border: 1px solid #000;
  text-align: center;
}

/*============================
#products__line-up
============================*/
#products__line-up {
  padding: 6.04% 0 3.28%;
  background-color: #f2f2f2;
}

.products__line-up-secInner {
  max-width: 1070px;
}

.products__line-up-ttlBox {
  text-align: center;
  margin-bottom: 6.16%;
}

.products__line-up-item:not(:first-child) {
  margin-top: 10px;
}

.products__line-up-imgBox {
  width: 15.4%;
  padding-top: 11.4%;
  border-right: 1px solid #f2f2f2;
  background-color: #fff;
}

.products__line-up-imgBox img {
  object-fit: contain;
}

.products__line-up-textBox {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  padding: 2.42em 2.7em 2em;
  box-sizing: border-box;
}

.products__line-up-cts {
  flex: 1;
}

.products__line-up-name {
  font-size: 1.6rem;
  margin-bottom: 0.93em;
}

.products__line-up-catalog a {
  display: flex;
  align-items: center;
  transition: opacity 0.7s;
}

.products__line-up-catalog a:hover {
  opacity: 0.7;
}

.products__line-up-catalog-txt {
  font-weight: bold;
  display: inline-block;
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
}

.catalog-pdf {
  width: 16px;
}

.products__line-up-btn {
  width: 15.85em;
}

.products__line-up-btn a {
  padding: 1.11em 0;
  transition: opacity 0.7s;
}

.products__line-up-btn a:hover {
  opacity: 0.7;
}

/*============================
#products__process
============================*/
#products__process {
  padding: 3.28% 0 8.33%;
  background-color: #f2f2f2;
}

.products__process-secInner {
}

.products__process-wrap {
  background-color: #fff;
  padding: 5.56% 10.2% 6%;
}

.products__process-ttlBox {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.25em;
}

.products__process-ttl {
  letter-spacing: 0.07em;
  font-weight: bold;
}

.products__process-list {
  flex-wrap: wrap;
}

.products__process-item {
  width: 31.7%;
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-left: 0;
  font-size: 1.6rem;
  padding: 1.25em 0;
}

.products__process-item:not(:nth-child(3n)) {
  margin-right: 2.45%;
}

.products__process-item:nth-child(n + 4) {
  border-top: 0;
}

.products__process-item a {
  display: block;
  transition: opacity 0.7s;
}

.products__process-item a:hover {
  opacity: 0.7;
}

.products__process-item-inner {
  align-items: center;
}

.products__process-item-imgBox {
  width: 43.1%;
  padding-top: 29.04%;
}

.products__process-type {
  flex: 1;
  letter-spacing: 0.07em;
  margin-left: 1.45em;
}

.page__wrap-products__taxonomy .common__contact-ttl-jpn {
  display: none;
}

.page__wrap-products__taxonomy .common__contact-products-label {
  display: block;
  font-size: 2.6rem;
  line-height: 1.6;
}

/*============================
  products__single--MV
============================*/
.page__wrap-products__single {
  position: relative;
}

.products__single-bg {
  background-image: url("../Image/pruducts-single-mv.jpg");
}

.products__single-floating {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 13.5%;
  z-index: 99;
  display: none;
}

.products__single-floating a {
  display: block;
}

.products__single-navi-Box {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  padding: 3em 0;
  background-color: #fafafa;
}

.products__single-navi-list {
  justify-content: center;
  padding: 0 5%;
}

.products__single-navi-item {
  padding: 0 1.21em;
  border-right: 1px solid #000;
}

.products__single-navi-item a {
  position: relative;
  display: inline-block;
  transition: 0.7s;
}

.products__single-navi-item:first-child {
  padding-left: 0;
}

.products__single-navi-item:last-child {
  padding-right: 0;
  border: 0;
}

.products__single-navi-item a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.7s;
}

.products__single-navi-item a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*============================
#products__single-body
============================*/
#products__single-body {
  padding: 4% 0 8.12%;
}

.products__single-overview {
  max-width: 1080px;
  margin: 0 auto;
}

.products__single-overview-head {
  position: relative;
}

.products__single-overview-ttlBox {
  padding-left: 48.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.4rem;
  margin-bottom: 2.1em;
}

.products__single-overview-ttl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
  padding-bottom: 0.42em;
  margin-bottom: 0.92em;
  border-bottom: 1px solid #000;
}

.products__single-overview-ttl-cat {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  padding: 0.41em 0.85em 0.51em;
  background-color: #999999;
  color: #fff;
}

.products__single-overview-imgBox {
  width: 41%;
  position: absolute;
  left: 0;
  top: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.products__single-overview-slider {
}

.products__single-overview-slider-item {
  border: 8px solid #f9f9f9;
  box-sizing: border-box;
}

.products__single-overview-dot-inner {
  padding-top: 84%;
  position: relative;
}

.products__single-overview-dot-inner img {
  object-fit: contain;
}

.products__single-overview-slider .slick-dots {
  bottom: -96px;
}

.products__single-overview-slider .slick-dots li {
  width: 100px;
  height: 84px;
}

.products__single-download-btn {
  position: absolute;
  left: 0;
  top: 510px;
  width: 16.4em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
}

.products__single-download-btn a {
  background: linear-gradient(to right, #50b98b, #92d886);
  padding: 0.75em 0;
  display: block;
  color: #fff;
}

.products__single-overview-head-textBox {
  flex: 1;
}

.products__single-overview-textBox-body {
  padding-left: 48.3%;
  font-size: 1.4rem;
  margin-bottom: 2.75em;
}

.products__single-overview-textBox-body .products__single-format-plane {
  line-height: 2;
}

.products__single-overview-specification {
  padding-left: 48.3%;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}

.specification-list-wrap {
  padding: 2.57em 2.57em 2.07em;
  box-sizing: border-box;
  box-shadow: 0px 0px 13px -2px #d7d5d5;
}

.products__single-overview-specification-item:not(:first-child) {
  margin-top: 0.6em;
}

.overview-use-list {
  margin-top: 0.6em;
}

.overview-use-notes {
  margin-right: 0.3em;
}

.products__single-overview-specification-label {
  width: 5em;
  margin-right: 1em;
  font-weight: bold;
  color: #999999;
}

.products__single-overview-specification-value {
  flex: 1;
}

.products__single-overview-specification-cat {
  flex-wrap: wrap;
}

.products__single-overview-specification-cat-item {
  padding-right: 1.57em;
  margin-bottom: 0.58em;
}

.products__single-overview-detailBox02 {
  margin-top: 16.4%;
}

.products__single-ttlBox {
  text-align: center;
  letter-spacing: 0.07em;
}

.products__single-ttl {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 1.8em;
  margin-bottom: 1.53em;
  background: url("../Image/products__single-ttl-border.png") no-repeat center
    bottom;
  background-size: 22.9em;
}

.products__single-overview-detail-textBox {
  margin-top: 1.57em;
}

.products__single-format-plane {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 2.57;
  margin-top: 1em;
}

.products__single-format {
  margin: 10.5% auto 0;
  max-width: 1080px;
}

.products__single-format01 {
}

.products__single-format-movie {
  width: 76%;
  padding-top: 42.9%;
  margin: 0 auto;
}

.products__single-format-wrap:not(:first-child) {
  margin-top: 6%;
}

.products__single-format02 {
}

.products__single-format02 .products__single-format-imgBox {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #a5a5a5;
}

.products__single-format02 .products__single-format-plane {
  margin-top: 3.55em;
}

.products__single-format03 {
}

.products__single-format03 .products__single-format-body {
  display: flex;
  align-items: flex-start;
}

.products__single-format03 .products__single-format-imgBox {
  width: 30%;
  margin-right: 7.3%;
  border: 1px solid #a5a5a5;
}

.products__single-format03 .products__single-format-plane {
  flex: 1;
  box-shadow: 0px 0px 13px -2px #d7d5d5;
  padding: 6.1em;
  box-sizing: border-box;
}

.products__single-format04 {
  display: flex;
  flex-wrap: wrap;
}

.products__single-format04 .products__single-format-wrap {
  width: 30%;
  margin-top: 0;
}

.products__single-format04 .products__single-format-wrap:not(:nth-child(3n)) {
  margin-right: 5%;
}

.products__single-format04 .products__single-format-wrap:nth-child(n + 4) {
  margin-top: 3%;
}

.products__single-format04 .products__single-ttl {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 1.23em;
  padding-left: 1.2em;
  padding-bottom: 0;
  background: none;
  text-align: left;
}

.products__single-format04 .products__single-ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #50c85b;
}

.products__single-format04 .products__single-format-imgBox {
}

.products__single-format04 .products__single-format-plane {
  margin-top: 1.52em;
  line-height: 2;
}

.products__single-format05 {
}

.products__single-format05 .products__single-format-imgBox {
  width: 79.4%;
  margin: 0 auto;
}

.products__single-format06 {
  display: flex;
}

.products__single-format06 .products__single-format-wrap {
}

.products__single-format06 .products__single-ttl {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  padding-left: 1.2em;
  padding-bottom: 0;
  margin-bottom: 1.42em;
  background: none;
  text-align: left;
}

.products__single-format06 .products__single-ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #50c85b;
}

.products__single-format06 .products__single-format-wrap {
  margin-top: 0;
}

.products__single-format06 .products__single-format-wrap:first-child {
  width: 50%;
}

.products__single-format06 .products__single-format-wrap:last-child {
  width: 43%;
  margin-left: 7%;
}

.products__single-format07 .products__single-format-imgBox {
  width: 70.4%;
  margin: 0 auto;
  border: 1px solid #a5a5a5;
}

.products__single-format08 {
  margin-top: 4.5%;
}

.products__single-format08 .products__single-ttl {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin: 1em 0;
  text-align: left;
  background: none;
  padding-bottom: 0;
}

.products__single-format08 .products__single-format-wrap:not(:first-child) {
  margin-top: 2.4em;
}

.products__single-format08 .products__single-format-plane {
  line-height: 1.8;
  padding: 2.2em 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.products__single-format09 {
}

.products__single-format09 .products__single-format-wrap:not(:first-child) {
  margin-top: 5%;
}

.products__single-format09 .products__single-ttl {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #fff;
  background: linear-gradient(to right, #50b98b, #92d886);
  padding: 0.42em 1.52em;
  text-align: left;
  margin-bottom: 1em;
}

/*============================
#products__single-more-info
============================*/
#products__single-more-info {
  padding: 4.27% 0;
  background-color: #efefef;
}

.products__single-more-info-secInner {
  max-width: 1080px;
}

.products__single-more-info-ttlBox {
  text-align: center;
  margin-bottom: 7.5%;
}

.products__single-more-infoBox01 {
  flex-direction: column;
  width: 41.6%;
  margin-right: 5.2%;
}

.products__single-more-infoBox02 {
  width: 53.2%;
}

.products__single-more-info-item {
  position: relative;
  background-color: #fff;
  font-size: 2.1rem;
  box-shadow: 0px 0px 13px -2px #d7d5d5;
}

.products__single-more-info-contact {
  margin-bottom: 1.7em;
}

.products__single-more-info-catalog {
  box-sizing: border-box;
  text-align: center;
  padding: 3.38em 4.7em;
}

.products__single-more-info-item a {
  display: block;
  padding: 4.2em 2.3em;
  box-sizing: border-box;
  transition: color 0.7s;
}

.products__single-more-info-item a:hover {
  color: #50b98b;
}

.products__single-more-info-item-inner {
  align-items: center;
}

.products__single-more-info-catalog .products__single-more-info-item-inner {
  justify-content: center;
}

.products__single-more-info-icon {
  height: 38px;
}

.products__single-more-info-icon img {
  vertical-align: middle;
}

.products__single-more-info-text {
  margin-left: 1.42em;
  font-weight: bold;
  letter-spacing: 0.07em;
}

.products-single .common__contact-products-label {
  display: block;
  margin-top: 2.14em;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.products-single .common__contact-label {
  display: none;
}

.products__singlee-more-info-head {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2.5em;
  padding: 1.45em 1em;
  box-sizing: border-box;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.products__singlee-more-info-btn {
  font-size: 1.4rem;
  width: 26em;
  margin: 2.8em auto 0;
}

.products__singlee-more-info-btn a {
  padding: 1.4em 0;
  transition: 0.6s;
}

.products__singlee-more-info-btn a:hover {
  color: #fff;
  opacity: 0.7;
}

.products__singlee-more-info-bottom {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.62em;
}

/*============================
#products__single-other
============================*/
#products__single-other {
  padding: 4.87% 0 7.8%;
}

.products__single-other-secInner {
  max-width: 1080px;
}

.products__single-other-ttlBox {
  text-align: center;
  margin-bottom: 6.11%;
}

.products__single-other-imgBox {
  border: 1px solid #000;
  text-align: center;
}

.products__single-other-list {
  flex-wrap: wrap;
  margin-top: 2.77%;
}

.products__single-other-item {
  width: 15.2%;
}

.products__single-other-item:not(:nth-child(6n)) {
  margin-right: 1.76%;
}

.products__single-other-item:nth-child(n + 7) {
  margin-top: 2.22%;
}

.products__single-other-item a {
  transition: opacity 0.7s;
  display: block;
}

.products__single-other-item a:hover {
  opacity: 0.7;
}

.products__single-other-item-imgBox {
  padding-top: 65.4%;
}

.products__single-other-item-imgBox img {
  object-fit: contain;
}

.products__single-other-item-label {
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  margin-top: 0.73em;
}

#products__single-banner {
  background-color: #fafafa;
  padding: 6% 0;
}

/*============================
    PLANT--MV
============================*/
.plant__mv-bg {
  background-image: url("../Image/plant-mv.jpg");
}

/*============================
    plant__about
============================*/
#plant__about {
  padding: 5.98% 0 5.52%;
}

.secInner.plant__about-secInner {
}

.plant__about-head {
  margin-bottom: 7.94%;
}

.plant__about-label {
  width: 29.41%;
  font-size: 2.1875vw;
  font-weight: bold;
  padding-right: 1.9em;
  box-sizing: border-box;
}

.plant__about-ttl-eng {
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.plant__about-textBox {
  flex: 1;
  font-size: 2.6rem;
  padding-left: 2.69em;
  border-left: 1px solid #e6e6e6;
}

.plant__about-ttlBox {
}

.plant__about-ttl-jpn {
  font-weight: bold;
  letter-spacing: 0.11em;
}

.font_gr {
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
  border-bottom: 2px solid #85cf2d;
}

.plant__about-body {
  font-size: 1.5rem;
  margin-top: 2.33em;
}

.plant__about-lead {
  font-weight: 300;
  letter-spacing: 0.13em;
  line-height: 2;
}

.plant__about-lead:not(:first-child) {
  margin-top: 2em;
}

.plant__about-bottom {
  background-color: #f2f2f2;
  padding: 5.588% 10.88%;
  box-sizing: border-box;
}

.plant__about-case-cat-item {
  background-color: #fff;
}

.plant__about-case-ttlBox {
  text-align: center;
  margin-bottom: 5.14%;
}

.plant__middle-bg {
  width: 100%;
  background: url("../Image/plant-md-bg.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 22.7%;
}

/*============================
#plant__case
============================*/
#plant__case {
  padding: 8.85% 0 7.3%;
  background-color: #fafafa;
}

.plant__case-secInner {
  max-width: 1070px;
}

.plant__case-case-ttlBox {
  text-align: center;
}

.plant__case-body {
  margin-top: 10.65%;
}

.plant__case-list {
}

.plant__case-item {
  align-items: center;
}

.plant__case-item02 {
  flex-direction: row-reverse;
}

.plant__case-item:not(:last-child) {
  margin-bottom: 6.54%;
  padding-bottom: 6.54%;
  border-bottom: 1px solid #c8c8c8;
}

.plant__case-item-textBox {
  flex: 1;
}

.plant__case-item-texthead {
  position: relative;
  letter-spacing: 0.07em;
}

.plant__case-item-texthead:after {
  content: "";
  display: block;
  font-size: 11.5625vw;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  line-height: 0.6;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  opacity: 0.06;
}

.plant__case-item-texthead01:after {
  content: "01";
}

.plant__case-item-texthead02:after {
  content: "02";
}

.plant__case-item-texthead03:after {
  content: "03";
}

.plant__case-item-label {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 0.82em;
  margin-bottom: 0.82em;
}

.plant__case-item-label:after {
  content: "";
  display: block;
  width: 1.38em;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #57bc8a;
}

.plant__case-item-value {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.plant__case-item-imgBox {
  width: 48%;
  margin-left: 7.47%;
  border: 10px solid #eee;
}

.plant__case-item02 .plant__case-item-imgBox {
  margin-right: 7.47%;
  margin-left: 0;
}

.plant__case-more-btn {
  width: 20em;
  margin: 7em auto 0;
}

.plant__case-more-btn .common__btn-arrow:before {
  right: -3.5em;
}

/*============================
#plant__date
============================*/
#plant__date {
  padding: 7.8% 0 7.8%;
}

.plant__date-secInner {
  max-width: 1710px;
  margin: 0 0 0 auto;
  padding: 0;
}

.plant__date-bg {
  position: relative;
  background-color: #fafafa;
  padding: 5.2vw 0 5.2vw 6.979vw;
}

.plant__date-wrap {
  flex-direction: column;
  padding-right: 46.354vw;
}

.plant__date-ttl-jpn {
  font-size: 1.5625vw;
  line-height: 1.56;
  margin-top: 1.045vw;
}

@media screen and (max-width: 1025px) {
  .plant__date-ttl-jpn {
    font-size: 1.6rem;
  }
}

.plant__date-plane {
  font-size: 0.9375vw;
  margin-top: 2.05333vw;
  line-height: 1.8;
}

@media screen and (max-width: 1494px) {
  .plant__date-plane {
    font-size: 1.4rem;
  }
}

.plant__date-more-btn {
  width: 24.4em;
  font-size: 0.7291vw;
  margin: 2.2458vw 0 0;
}

@media screen and (max-width: 1784px) {
  .plant__date-more-btn {
    font-size: 1.3rem;
  }
}

.plant__date-catalog-btn {
  font-weight: bold;
  margin-top: 1.5625vw;
  font-size: 0.8333vw;
}

@media screen and (max-width: 1681px) {
  .plant__date-catalog-btn {
    font-size: 1.4rem;
  }
}

.plant__date-catalog-btn a {
  transition: 0.7s;
  border-bottom: 2px solid #1f1f1f;
  padding-left: 1.75em;
  background: url(../Image/icon-catalog.svg) no-repeat center left;
  background-size: 1.12em;
}

.plant__date-catalog-btn a:hover {
  opacity: 0.7;
}

.plant__date-imgBox {
  position: absolute;
  right: 0;
  top: 0;
  width: 38.82vw;
  background: url(../Image/plant-movie.jpg) no-repeat center top;
  background-size: cover;
  height: 100%;
}

/*============================
    case--MV
============================*/
.case__mv-bg {
  background-image: url("../Image/case-mv.jpg");
}

/*============================
#case__study
============================*/
#case__study {
  padding: 7.55% 0 4.4%;
}

.case__study-secInner {
  max-width: 1500px;
}

.case__study-ttlBox {
  text-align: center;
  padding: 0 13.3%;
  margin-bottom: 5.8%;
}

.case__study-text {
  font-size: 1.4rem;
  letter-spacing: 0.09em;
  margin-top: 2.5em;
  line-height: 2;
  text-align: left;
}

.case__study-select {
  justify-content: center;
}

.case__study-select-label {
  width: 14.85em;
  font-size: 2rem;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 0.95em 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cccccc;
}

.case__study-select-label.is_active {
  background-color: #37b579;
  color: #fff;
  border: 0;
}

.case__study-select-factory {
  margin-right: 1.15em;
}

.case__study-cts-wrap {
  height: 182px;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  padding: 2em 14.66%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.case__study-content {
  position: relative;
}

.case__study-cts-factory {
  background-color: #37b579;
  z-index: 11;
}

.case__study-cts-list {
  flex-wrap: wrap;
  justify-content: center;
}

.case__study-cts-item {
  margin-right: 1em;
  margin-top: 1em;
}

.case__study-cts-item a {
  padding: 0.77em 2.5em;
  border-radius: 1.63em;
}

.case__study-cts-item a {
  color: #37b579;
  background-color: #fff;
  transition: opacity 0.7s;
}

.case__study-cts-item a:hover {
  opacity: 0.7;
}

.case__study-cts-occupation {
  background-color: #37b579;
}

.case__study-cts-wrap.is_active {
}

.case__study-body {
  background-color: #f4f4f4;
  padding: 16% 4.66% 4.66%;
  border-radius: 0 0 0.85em 0.85em;
}

.case__study-body-bg {
  background-color: #fff;
  padding: 5.14% 6.8%;
  box-sizing: border-box;
}

.case__study-body-list {
  flex-wrap: wrap;
  align-items: flex-start;
}

.case__study-body-item {
  width: 48.7%;
}

.case__study-body-item:not(:nth-child(2n)) {
  margin-right: 2.6%;
}

.case__study-body-item:nth-child(n + 3) {
  margin-top: 3.7%;
}

.case__study-body-item a {
  display: block;
  transition: opacity 0.7s;
}

.case__study-body-item a:hover {
  opacity: 0.7;
}

.case__study-body-item-inner {
  align-items: flex-start;
}

.case__study-body-item-imgBox {
  width: 49.2%;
  margin-right: 3.5%;
  padding-top: 35.6%;
}

.case__study-body-item-textBox {
  flex: 1;
  letter-spacing: 0.07em;
}

.case__study-body-label {
  font-size: 1.8rem;
  font-weight: bold;
}

.common__case-item-type {
  font-size: 1.4rem;
  color: #aaaaaa;
  margin-top: 0.79em;
}

.common__case-item-catBox {
  flex-wrap: wrap;
  font-size: 1.3rem;
  margin-top: 1em;
}

.common__case-item-cat {
  color: #fff;
  background-color: #55bb8b;
  padding: 0.41em 1.2em 0.51em;
  border-radius: 0.9em;
  line-height: 1;
  margin: 0.92em 0.35em 0 0;
}

#case__study .wp-pagenavi {
  background-color: #fff;
  padding: 1.37em 3.5em;
}

/*============================
    case--single-MV
============================*/
.case__single__mv-bg {
  background-image: url("../Image/case-single-mv.jpg");
}

/*============================
#case__equipment
============================*/
#case__equipment {
  background-color: #efefef;
  padding: 4.0625% 0 0;
}

.case__equipment-secInner {
  max-width: 1500px;
}

.case__equipment-wrap {
  background-color: #fff;
  padding: 5.73% 13.86% 6%;
}

.case__equipment-ttlBox {
  letter-spacing: 0.07em;
  font-size: 1.8rem;
  padding-bottom: 1em;
  margin-bottom: 2.55em;
  border-bottom: 1px solid #000;
  align-items: center;
}

.case__equipment-ttl {
  font-size: 3rem;
  font-weight: bold;
}

.case__equipment-head-cat {
  padding: 0.34em 1em;
  background: linear-gradient(to right, #50b98b, #92d886);
  margin-left: 1.88em;
  color: #fff;
}

.case__equipment-item:not(:first-child) {
  margin-top: 5.64%;
}

.case__equipment-label {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding-bottom: 0.75em;
  margin-bottom: 0.95em;
}

.case__equipment-label:after {
  content: "";
  display: block;
  width: 1.25em;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #57bc8a;
}

.case__equipment-detail-text {
  font-size: 1.4rem;
  letter-spacing: 0.09em;
  line-height: 2;
}

.case__equipment-flow-imgBox {
  border: 8px solid #f9f9f9;
  padding: 3.7% 2.6%;
  box-sizing: border-box;
}

.case__equipment-machine-list {
  flex-wrap: wrap;
}

.case__equipment-machine-item {
  width: 30%;
}

.case__equipment-machine-item a {
  display: block;
  transition: 0.7s;
}

.case__equipment-machine-item a:hover {
  opacity: 0.6;
}

.case__equipment-machine-item:not(:nth-child(3n)) {
  margin-right: 5%;
}

.case__equipment-machine-item:nth-child(n + 4) {
  margin-top: 3.75%;
}

.case__equipment-machine-imgBox {
  padding-top: 53.1%;
}

.case__equipment-machine-imgBox img {
  object-fit: contain;
}

.case__equipment-machine-textBox {
  font-size: 1.4rem;
  margin-top: 1.08em;
}

.case__equipment-machine-name {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.45em;
  margin-bottom: 0.55em;
  border-bottom: 1px solid #000;
}

.case__equipment-machine-text {
  line-height: 1.85;
}

.case__equipment-freearea-text p {
  margin-bottom: 0.3em;
}

/*============================
#case__improvement
============================*/
#case__improvement {
  padding: 6.13% 0 6.77%;
}

.case__improvement-secInner {
  max-width: 1500px;
}

.case__improvement-wrap {
  background-color: #fff;
  padding: 0 4.66%;
}

.case__improvement-ttlBox {
  text-align: center;
  margin-bottom: 5.2%;
}

.case__improvement-Box:not(:first-child) {
  margin-top: 4.2%;
}

.case__improvement-Box {
  align-items: flex-start;
}

.case__improvement-imgBox {
  width: 34.3%;
  padding-top: 23.9%;
  margin-right: 3.3%;
}

.case__improvement-textBox {
  flex: 1;
}

.case__improvement-label {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  background: linear-gradient(to right, #50b98b, #92d886);
  color: #fff;
  padding: 0.27em 1.14em;
  line-height: 1;
}

.case__improvement-text {
  font-size: 1.4rem;
  margin-top: 2em;
  letter-spacing: 0.07em;
  line-height: 2.1;
}

.case__improvement-text p {
}

/*============================
#case__study-similar
============================*/
#case__study-similar {
  padding: 6.25% 0;
  background-color: #efefef;
}

.case__similar-secInner {
  max-width: 1070px;
}

.case__similar-ttlBox {
  text-align: center;
  margin-bottom: 6.1%;
}

.case__similar-item {
  width: 30%;
}

.case__similar-item:not(:nth-child(3n)) {
  margin-right: 5%;
}

.case__similar-item a,
.case__similar-item-inner {
  display: block;
}

.case__similar-imgBox {
  padding-top: 56%;
}

.case__similar-textBox {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.14em;
  letter-spacing: 0.07em;
}

.case__similar-label {
  font-size: 2.1rem;
}

.case__similar-type {
  margin: 0.87em 0 1.4em;
}

/*============================
  company__MV
============================*/
.company__mv-bg {
  background-image: url("../Image/company-mv.jpg");
}

.company__navi-list {
  justify-content: center;
  padding: 5% 5% 0;
}

.company__navi-item {
  font-size: 1.4rem;
  width: 12.95em;
  text-align: center;
}

.company__navi-item a {
  padding: 1em 0;
  border-radius: 1.57em;
  transition: opacity 0.7s;
}

.company__navi-item a:hover {
  opacity: 0.7;
}

.company__navi-item:not(:last-child) {
  margin-right: 2em;
}

/*============================
#company__message
============================*/
#company__message {
  position: relative;
  padding: 4.6875% 0 2.81%;
}

.company__message-secInner {
  max-width: 840px;
}

.company__message-ttlBox {
  text-align: center;
  margin-bottom: 6.2%;
}

.company__message-imgBox,
.company__message-textBox {
  width: 50%;
}

.company__message-imgBox picture {
  padding-top: 100%;
}

.company__message-imgBox picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.company__message-textBox {
  background-color: #fff;
  font-size: 2.4rem;
  padding: 2.25em 4.05em 2.66em;
  line-height: 2.3;
  box-sizing: border-box;
}

.company__message-label {
  font-weight: 500;
  letter-spacing: 0.04em;
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
  writing-mode: tb-rl;
}

.company__message-textarea {
  font-size: 1.4rem;
  margin-top: 4em;
  padding: 0 5.4em;
}

.company__message-plane {
  letter-spacing: 0.07em;
  line-height: 2.5;
}

.company__message-bg {
  background: url("../Image/company-message-bg.jpg") no-repeat center top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 26.3%;
  width: 100%;
  z-index: -1;
}

/*============================
#company__philosophy
============================*/
#company__philosophy {
  position: relative;
  padding: 8.54% 0 8.22%;
}

#company__philosophy:before {
  content: "PHILOSOPHY";
  display: block;
  font-size: 8.325vw;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
  color: #f3f3f3;
  position: absolute;
  right: 0;
  top: 5.9%;
  z-index: -1;
}

.company__philosophy-imgBox {
  width: 46.875%;
}

.company__philosophy-textBox {
  flex: 1;
  padding: 7.3% 5% 5% 11.9%;
  box-sizing: border-box;
}

.company__philosophy-ttlBox {
  margin-bottom: 12.6%;
}

.sec_ttl-jpn.company__philosophy-ttl-jpn {
  margin-top: 0;
}

.company__philosophy-ttl-text {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  margin-top: 2.63em;
  line-height: 2.37;
}

.company__philosophy-label {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}

.company__philosophy-label:after {
  content: "";
  display: block;
  width: 1.25em;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #57bc8a;
}

.company__philosophy-bottom-plane {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2.37;
}

/*============================
#company__about
============================*/
#company__about {
  padding: 6.45% 0 8.229%;
  background-color: #f2f2f2;
}

.company__about-secInner {
  padding: 0;
}

.company__about-wrap {
  padding: 7.05% 16%;
  box-shadow: 0px 0px 13px -2px #d7d5d5;
  background-color: #fff;
}

.company__about-ttlBox {
  margin-bottom: 5.8%;
}

.company__about-item {
  display: flex;
  font-size: 1.4rem;
  padding: 1.65em 0;
  border-top: 1px solid #e5e5e5;
  letter-spacing: 0.07em;
}

.company__about-item th {
  width: 8.25em;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin-right: 1em;
}

.company__about-item td {
  flex: 1;
  line-height: 2.14;
}

.company__about-item-flex-left {
  width: 10em;
  margin-right: 1em;
}

.company__about-item-flex-right {
  flex: 1;
}

.company__about-imgBox {
  margin-top: 5.29%;
}

.company__about-imgBox-left,
.company__about-imgBox-right {
  width: 48.6%;
}

.company__about-imgBox-right {
  margin-left: 2.8%;
}

.company__about-sdgsBanner {
  margin: 6.3% 3px 0;
}

.company__about-sdgsBanner a {
  transition: 0.7s;
}

.company__about-sdgsBanner a:hover {
  opacity: 0.7;
}

/*============================
#company__access
============================*/
#company__access {
}

.company__access-bg {
  background: url("../Image/company-access.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  padding-top: 29%;
}

.company__access-secInner {
  margin-top: -8.75%;
}

.company__access-wrap {
  padding: 6.91% 0 4.91%;
  background-color: #fff;
}

.company__access-ttlBox {
  text-align: center;
  margin-bottom: 5.2%;
  padding: 0 10%;
}

.company__access-list {
  background: url("../Image/company-access-bg.jpg") no-repeat center bottom;
  background-size: contain;
  padding: 0 10% 3%;
}

.company__access-item {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  align-items: flex-start;
  padding: 3em 0 1.45em;
  border-bottom: 1px solid #e5e5e5;
}

.company__access-item:first-child {
  padding-top: 0;
}

.company__access-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7.77em;
  height: 1px;
  background-color: #58bd8a;
  z-index: 10;
}

.company__access-label {
  font-size: 1.8rem;
  font-weight: bold;
  width: 11.1em;
  margin-right: 1em;
}

.company__access-value {
  flex: 1;
}

.company__access-info {
  flex: 1;
  font-size: 1.8rem;
}

.company__access-address {
  line-height: 1.8;
}

.company__access-tel {
  margin-top: 0.77em;
}

.company__access-map {
  width: 16.4em;
  margin-left: 3.9em;
  padding-top: 0.5em;
}

.company__access-map a {
  padding: 0.92em 0;
  transition: opacity 0.7s;
}

.company__access-map a:hover {
  opacity: 0.7;
}

/*============================
#company__history
============================*/
#company__history {
  position: relative;
  padding: 6.66% 0 8.75%;
  background-color: #f2f2f2;
}

#company__history:after {
  content: "HISTORY CONTINUES";
  font-size: 8.125vw;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  opacity: 0.4;
  line-height: 1;
  white-space: nowrap;
}

.company__history-wrap {
  padding: 8.82% 10% 9.26%;
  box-shadow: 0px 0px 13px -2px #d7d5d5;
  background-color: #fff;
}

.company__history-ttlBox {
  text-align: center;
  margin-bottom: 3.6%;
}

.company__history-item {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  padding: 1.69em 0;
}

.company__history-item:not(:last-child) {
  border-bottom: 2px solid #cdcdcd;
}

.company__history-item:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7.55em;
  background-color: #84d187;
  z-index: 5;
}

.company__history-item:first-child:before {
  top: 50%;
}

.company__history-item:last-child:before {
  height: 75%;
}

.company__history-label {
  position: relative;
  font-weight: bold;
  color: #999999;
  width: 7.55em;
}

.company__history-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.5em;
  left: 7.37em;
  background-color: #55bb8b;
  border-radius: 50%;
  z-index: 10;
}

.company__history-item:first-child .company__history-label:before,
.company__history-item:last-child .company__history-label:before {
  content: "";
  display: block;
  width: 5.5px;
  height: 26.5px;
  position: absolute;
  left: 7.55em;
  background: url("../Image/company-history-dot.svg") no-repeat center top;
  background-size: contain;
}

.company__history-item:first-child .company__history-label:before {
  top: -1.1em;
}

.company__history-item:last-child .company__history-label:before {
  bottom: -2.2em;
}

.company__history-value {
  font-size: 1.4rem;
  padding-left: 2.86em;
  line-height: 2;
  flex: 1;
}

.company__history-value a {
  transition: 0.6s;
  border-bottom: 1px solid #000;
}

.company__history-value a:hover {
  opacity: 0.6;
}

.company #common__contact {
  padding-top: 8.4%;
}

/*============================
  catalog__aMV
============================*/
.catalog__mv-bg {
  background-image: url("../Image/catalog-mv.jpg");
}

.catalog__inq-mv-bg {
  padding-top: 22%;
}

/*============================
#catalog__attention
============================*/
#catalog__attention {
  padding: 4.79% 0 5.5%;
}

.catalog__attention-secInner {
  max-width: 1080px;
}

.catalog__attention-ttlBox {
  text-align: center;
}

.catalog__attention-wrap {
  border: 4px solid #000000;
  border-radius: 10px;
  text-align: center;
  font-size: 1.4rem;
  padding: 5.4em 1em 4.8em;
  box-sizing: border-box;
  margin-top: 1.8em;
}

.catalog__attention-wrap-head {
  font-size: 3rem;
}

.catalog__attention-wrap-label {
  display: inline-block;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: bold;
}

.catalog__attention-wrap-label:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  left: -1.7em;
  top: -0.7em;
  background: url("../Image/catalog-hukidadshi.svg") no-repeat center top;
  background-size: contain;
}

.text-gr {
  color: #67c489;
}

.catalog__attention-wrap-mid {
  padding: 1.5em 1em;
  line-height: 1.9;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: inline-block;
  margin-top: 2.2em;
  letter-spacing: 0.1em;
}

.catalog__attention-btn {
  width: 30.5em;
  margin: 3.3em auto 0;
  font-weight: bold;
}

.catalog__attention-btn a {
  transition: opacity 0.7s;
}

.catalog__attention-btn a:hover {
  opacity: 0.7;
}

.catalog__attention-down {
  position: relative;
}

.catalog__attention-down:after {
  content: "";
  display: block;
  width: 1.62em;
  height: 1.62em;
  position: absolute;
  right: -3em;
  top: 50%;
  transform: translateY(-50%);
  background: url("../Image/catalog-dw-icon.png") no-repeat center top;
  background-size: contain;
}

.catalog__attention-bottom {
  text-align: right;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 3.12em;
}

.catalog__attention-bottom a {
  transition: 0.7s;
}

.catalog__attention-bottom a:hover {
  opacity: 0.6;
}

.catalog__attention-mail {
  display: inline-block;
  border-bottom: 2px solid #1f1f1f;
  padding-left: 1.75em;
  background: url("../Image/catalog-mail.svg") no-repeat center left;
  background-size: 1.12em;
}

.catalog__attention-mailicon {
  text-align: right;
}

.modaal-container {
  max-width: 1080px;
  border-radius: 20px;
}

.catalog__form {
  background-color: #fafafa;
  padding: 5.8% 0 8%;
}

.catalog__form-inner {
  max-width: 1075px;
  margin: 0 auto;
  padding: 5% 5% 0;
  background-color: #fff;
}

.catalog__form-ttlBox {
  margin-bottom: 1em;
}

.catalog__attention-form-list {
  font-size: 1.6rem;
  margin-top: 3em;
}

.catalog__form-item:not(:last-child) {
  margin-bottom: 2em;
}

.catalog__form-label {
  width: 35%;
  margin-right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog__form-textarea .catalog__form-label {
  width: 100%;
  margin-bottom: 1.25em;
}

.catalog__form-value {
  flex: 1;
}

/*============================
#catalog__select
============================*/
#catalog__select {
  position: relative;
  background-color: #f2f2f2;
  padding: 6.25% 0 8.333%;
}

.catalog__select-download-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.5);
  z-index: 20;
}

.catalog__select-download {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.catalog__select-download a {
  display: block;
  width: 435px;
  text-align: center;
  font-size: 1.4rem;
  padding: 2.8em 1em;
  box-sizing: border-box;
  background: linear-gradient(to right, #50b98b, #92d886);
  color: #fff;
}

.catalog__select-download a {
  transition: 0.7s;
}

.catalog__select-download a:hover {
  opacity: 0.7;
}

.catalog__select-download-label {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.18em;
}

.catalog__select-download-label:after {
  content: "";
  display: block;
  width: 1.57em;
  height: 5.54em;
  position: absolute;
  left: 50%;
  top: -6.5em;
  transform: translateX(-50%);
  background: url("../Image/catalog-arrow.svg") no-repeat center top;
  background-size: contain;
}

.catalog__select-download-lead {
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 1.28em;
}

.catalog__select-secInner {
  max-width: 1080px;
}

.catalog__select-ttlBox {
  margin-bottom: 4.25%;
  text-align: center;
}

.catalog__process-list {
  flex-wrap: wrap;
}

.catalog__process-item {
  width: 31.9%;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}

.catalog__process-item:not(:nth-child(3n)) {
  margin-right: 2.1%;
}

.catalog__process-item:nth-child(n + 4) {
  margin-top: 2.1%;
}

.catalog__process-item a {
  background: linear-gradient(to right, #50b98b, #92d886);
  color: #fff;
  display: block;
  padding: 1.2em 0.5em 1.1em;
  box-sizing: border-box;
  transition: 0.7s;
}

.catalog__process-item a:hover {
  opacity: 0.6;
}

.catalog__process-item-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.catalog__process-img img {
  height: 38px;
}

.catalog__process-label {
  margin-top: 0.9em;
}

/*============================
#catalog__select-crushing.
============================*/
.catalog__select-body {
  padding-top: 4%;
}

.catalog__select-Box {
  padding: 6% 0;
}

.catalog__select-Box:last-child {
  padding-bottom: 0;
}

.catalog__select-label {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding-bottom: 0.9038em;
  margin-bottom: 1.338em;
  border-bottom: 1px solid #dcdcdc;
}

.catalog__select-list {
  flex-wrap: wrap;
}

.catalog__select-item {
  width: 31.9%;
  background-color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

.catalog__select-item:not(:nth-child(3n)) {
  margin-right: 2.1%;
}

.catalog__select-item:nth-child(n + 4) {
  margin-top: 2.1%;
}

.catalog__select-item a {
  display: block;
  padding: 2.25em 2.125em;
  transition: 0.7s;
}

.catalog__select-item a:hover {
  opacity: 0.6;
}

.catalog__select-item-imgBox {
  width: 16.23%;
  padding-top: 22.72%;
}

.catalog__select-item-nameBox {
  flex: 1;
  line-height: 1.6875;
  padding-left: 3em;
}

.catalog__select-arrow {
  position: relative;
}

.catalog__select-arrow:before {
  content: "";
  display: block;
  width: 1.0625em;
  height: 1.0625em;
  position: absolute;
  top: 0.3em;
  left: -1.5125em;
  background: linear-gradient(to right, #50b98b, #92d886);
}

.catalog__select-arrow:after {
  content: "";
  display: block;
  width: 0.375em;
  height: 0.5625em;
  position: absolute;
  top: 0.52em;
  left: -1.2em;
  background: url(../Image/arrow-wh.svg) no-repeat center top;
  background-size: contain;
}

.catalog #common__contact {
  padding-top: 8.8%;
}

/*============================
    EXAM--MV
============================*/
.exam__mv-bg {
  background-image: url("../Image/exam-mv.jpg");
}

/*============================
　exam__info
============================*/
#exam__info {
  padding: 5.2% 0;
}

.exam__info-secInner {
  max-width: 1080px;
}

.exam__info-ttlBox {
  margin-bottom: 6.81%;
}

.exam__info-table-notes {
  display: none;
}

.exam__info-plane {
  margin-top: 2em;
  line-height: 2.11;
}

.exam__info-table {
  border-width: 2px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.6rem;
}

.exam__info-table-ttl {
  background: linear-gradient(to right, #50b98b, #92d886);
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.035em;
  padding: 0.3em 0.5em 0.5em;
  box-sizing: border-box;
}

.exam__info-table td,
.exam__info-table th {
  border-width: 2px;
  padding: 0.5em;
  box-sizing: border-box;
}

.exam__info-table td:first-child {
  width: 95px;
}

.exam__info-table td:nth-child(2) {
  width: 158px;
}

.exam__info-table td:nth-child(3) {
  width: 144px;
}

.exam__info-table td:nth-child(4) {
  width: 126px;
}

.exam__info-table td:nth-child(5) {
  width: 252px;
}

.exam__info-table td:nth-child(5) {
  width: 305px;
}

/*============================
    recruit__MV
============================*/
.recruit__mv-bg {
  background-image: url("../Image/recruit-mv.jpg");
}

/*============================
#recruit__message
============================*/
#recruit__message {
  padding-top: 14.58%;
}

.recruit__message-bg {
  background-color: #eaeaea;
  padding-bottom: 6.61%;
  padding-top: 5.6%;
}

.recruit__message-img {
  width: 78.1%;
  margin: 0 auto;
  background: url("../Image/recruit-massage.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 27.5%;
  margin-top: -11.2%;
}

.recruit__message-secInner {
  position: relative;
  max-width: 1085px;
  background-color: #fff;
  padding: 6.2% 6% 5.3%;
  box-sizing: border-box;
  margin-top: -3.2%;
}

.recruit__message-secInner:before {
  content: "";
  display: block;
  width: 70px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #50b98b, #92d886);
}

.recruit__message-ttlBox {
  text-align: center;
}

.recruit__message-ttl-jpn {
  font-size: 2.7rem;
  line-height: 1.66;
  margin-top: 0.86em;
}

.recruit__message-text-head {
  font-size: 1.4rem;
  margin-top: 4.28em;
}

.recruit__message-plane {
  font-size: 1.4rem;
  letter-spacing: 0.17em;
  line-height: 2;
}

.recruit__message-plane:not(:first-child) {
  margin-top: 2.6em;
}

.recruit__message-text-bottom {
  font-size: 1.4rem;
  margin-top: 6em;
}

.recruit__message-text-label {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 1.8em;
}

/*============================
#recruit__suited
============================*/
#recruit__suited {
  padding: 6.97% 0 6.979%;
}

.recruit__suited-secInner {
  max-width: 1080px;
}

.recruit__suited-ttlBox {
  margin-bottom: 4.44%;
  text-align: center;
}

.recruit__suited-item {
  font-size: 1.4rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 3.57em 0;
  align-items: center;
}

.recruit__suited-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.recruit__suited-item-label {
  width: 35%;
  margin-right: 3.68%;
  align-items: center;
}

.recruit__suited-item-icon img {
  width: 80px;
}

.recruit__suited-iteme-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
  margin-left: 1.22em;
}

.recruit__suited-value {
  flex: 1;
  font-size: 1.4rem;
}

.recruit__suited-plane {
  line-height: 2.5;
  letter-spacing: 0.07em;
}

/*============================
#recruit__interview
============================*/
#recruit__interview {
}

.secInner.recruit__interview-secInner {
  max-width: 100%;
  padding: 0;
}

.recruit__interview-bg {
  padding: 10.4% 14.47%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  background: url("../Image/recruit-interview.jpg") no-repeat center top;
  background-size: cover;
}

.recruit__interview-ttlBox {
  width: 38.35%;
  color: #fff;
}

.recruit__interview-ttl-jpn {
  color: #fff;
}

.recruit__interview-plane {
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  margin-top: 1.72em;
  line-height: 1.9;
}

.recruit__interview-more-btn a {
  background: linear-gradient(
    to right,
    rgba(28, 193, 137, 0.5),
    rgba(132, 207, 45, 0.5)
  );
  transition: all 0.6s ease-out;
}

.recruit__interview-more-btn a:hover {
  transform: scale(0.95);
}

/*============================
#recruit__requirement
============================*/
#recruit__requirement {
  padding: 10.41% 0 8.33%;
  background-color: #f2f2f2;
}

.recruit__requirement-secInner {
  background-color: #fff;
  padding: 6.9% 11.56%;
  box-sizing: border-box;
}

.recruit__requirement-ttlBox {
  text-align: center;
  margin-bottom: 4.41%;
}

.recruit__requirement-item {
  font-size: 1.4rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 2.1em 0;
  letter-spacing: 0.07em;
}

.recruit__requirement-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.recruit__requirement-item th {
  width: 8.4em;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 1em;
  text-align: left;
}

.recruit__requirement-item td {
  padding-top: 0.22em;
  flex: 1;
}

.recruit__requirement-item-ma {
  margin-top: 1.07em;
}

.recruit__requirement-more-btn {
  width: 30.2em;
  margin: 5.14% auto 0;
  font-weight: bold;
}

.recruit__requirement-more-btn a {
  padding: 2em 0 2.2em;
  transition: all 0.6s ease-out;
}

.recruit__requirement-more-btn a:hover {
  transform: scale(0.95);
}

.recruit__requirement-more-btn .common__btn-arrow:before {
  right: -6em;
}

/*============================
    news__MV
============================*/
.news__mv-bg,
.news__single-mv-bg {
  background-image: url("../Image/news-mv.jpg");
}

/*============================
#news__archive
============================*/
#news__archive {
  padding: 4.58% 0 4.4%;
}

.news__archive-secInner {
  max-width: 1070px;
}

.news__category-list {
  justify-content: center;
}

.news__category-item {
  font-size: 1.4rem;
  width: 11.21em;
  text-align: center;
}

.news__category-item:not(:last-child) {
  margin-right: 1.85em;
}

.news__category-item a {
  display: block;
  padding: 0.65em 0 0.85em;
  box-sizing: border-box;
  color: #fff;
  background: linear-gradient(to right, #50b98b, #92d886);
  border-radius: 1.57em;
  transition: opacity 0.7s;
}

.news__category-item a:hover {
  opacity: 0.7;
}

.news__archive-body {
}

.news_questionnaire_number {
  max-width: 845px;
  padding-top: 5.9%;
  margin: 5.9% auto 0;
  box-sizing: border-box;
  border-top: 2px dotted #000;
}

.news_application {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.3;
}

.news_questionnaire_ttl {
  font-size: 2.8rem;
  font-weight: bold;
}

.news_questionnaire_txt {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-top: 1.6em;
}

.news_questionnaire_number #aptoenqform {
  margin-top: 5.3%;
}

.news_questionnaire_number .aptoenq_question .aptoenq_red {
  color: #fff;
}

.news_questionnaire_number .aptoenq_q {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  align-items: center;
  color: #fff;
  background: linear-gradient(to right, #50b98b, #92d886);
  padding: 0.47em 0.95em;
  margin-bottom: 0.6em;
  border: 0;
}

.news_questionnaire_number .aptoenq_qa {
  border: 0;
  line-height: 1.5;
  margin: 0 0 1.8em;
}

.news_questionnaire_number .aptoenq_check {
  height: 25px;
}

.news_questionnaire_number .aptoenq_question label span {
  font-size: 1.6rem;
}

.news_questionnaire_number .aptoenq_necessary {
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 0;
  color: red;
}

.aptoenq_question input[type="radio"] {
  transform: scale(1.5);
}

.news_questionnaire_number .aptoenq_question input[type="radio"] {
  margin: 0 3px 2px 5px !important;
}

.news_questionnaire_number .aptoenq_question textarea,
#aptoenqform textarea {
  margin-top: 1.04em;
  width: 100% !important;
  height: 245px !important;
  box-sizing: border-box;
  padding: 0.87em 1.1em 0.87em !important;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "游ゴシック体",
    "メイリオ", "Meiryo", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  box-shadow: none;
  background: #fafafa !important;
  font-size: 1.6rem;
}

.news_questionnaire_number .aptoenq_question {
  margin-bottom: 3%;
}

.news_questionnaire_number .aptoenq_cusinfo {
  margin-top: 8.3%;
}

.news_questionnaire_number .aptoenq_cusinfo .aptoenq_cusinfo_subj {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0.23em 0 4.6%;
  color: #000000;
  letter-spacing: 0.07em;
  line-height: 1.3;
  padding: 0 0 1em;
  border-bottom: 2px solid #eeeeee;
  border-left: 0;
  text-align: left;
}

.news_questionnaire_number .aptoenq_cusinfo .aptoenq_cusinfo_item {
  width: 25%;
  text-align: left;
  font-size: 1.6rem;
  padding: 0;
  margin-bottom: 0.6em;
  border-top: 0;
}

.news_questionnaire_number .aptoenq_cusinfo .aptoenq_cusinfo_fm {
  padding: 0;
  margin-bottom: 3.2%;
  width: 75%;
  float: left;
  border-top: 0;
}

.news_questionnaire_number .aptoenq_question input[type="text"],
.news_questionnaire_number .aptoenq_question input[type="tel"],
.news_questionnaire_number .aptoenq_question input[type="email"] {
  width: 100% !important;
  height: auto;
  background-color: #fafafa;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0.87em 1.1em 0.87em !important;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "游ゴシック体",
    "メイリオ", "Meiryo", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  box-shadow: none;
}

.news_questionnaire_number .aptoenq_cusinfo .aptoenq_cusinfo_msg {
  display: block;
  margin-top: 0.4em;
}

.news_questionnaire_number .aptoenq_cusinfo .aptoenq_red {
  color: #50b98b;
}

.news_questionnaire_number .aptoenq_cusinfo_exp {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  margin-top: 5.4% !important;
  line-height: 2.8;
}

.news_questionnaire_number .aptoenq_bt_set {
  display: flex;
  justify-content: center;
}

.news_questionnaire_number .aptoenq_bt_send,
.news_questionnaire_number .aptoenq_bt_back {
  position: relative;
  margin: 0;
  background-image: none;
  transition: 0.6s;
}

.news_questionnaire_number .aptoenq_bt_back {
  font-size: 1.4rem;
  margin-left: 3.85em;
}

.news_questionnaire_number .aptoenq_bt_send button:hover,
.news_questionnaire_number .aptoenq_bt_back button:hover {
  opacity: 0.6;
  top: auto !important;
}

.news_questionnaire_number .aptoenq_bt_send:before,
.news_questionnaire_number .aptoenq_bt_back:before {
  content: "";
  display: block;
  width: 0.57em;
  height: 0.61em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  background: url("../Image/arrow-wh.svg") no-repeat center top;
  background-size: contain;
  transition: right 0.8s;
  z-index: 11;
}

.news_questionnaire_number .aptoenq_bt_send button[type="submit"],
.news_questionnaire_number .aptoenq_bt_back button[type="button"] {
  width: 15.57em;
  height: auto;
  margin: 0 auto;
  background: linear-gradient(to right, #50b98b, #92d886);
  border-radius: 2.57em;
  color: #fff;
  border: 0;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.79em 0.8em 2em 0.8em;
  text-align: center;
  box-sizing: border-box;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: none;
  transition: 0.6s;
}

.news_questionnaire_number .aptoenq_bt_back button[type="button"] {
  background: #9b9b9b;
  text-align: center;
}

.news__archive-list {
  margin-top: 8.41%;
  flex-wrap: wrap;
}

.news__archive-item {
  width: 29.4%;
  padding-bottom: 2.33%;
  border-bottom: 1px solid #bbbbbb;
}

.news__archive-item:not(:nth-child(3n)) {
  margin-right: 5.9%;
}

.news__archive-item:nth-child(n + 4) {
  margin-top: 5.6%;
}

.news__archive-item a {
  display: block;
  transition: opacity 0.7s;
}

.news__archive-item a:hover {
  opacity: 0.7;
}

.news__archive-imgBox {
  padding-top: 63.4%;
  z-index: 1;
}

.news__archive-imgBox img {
  object-fit: contain;
}

.news__archive-item-head {
  position: relative;
  z-index: 5;
  font-size: 1.8rem;
  width: 15.88em;
  padding: 1.16em 1.18em 0.55em 0;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: -2.33em;
}

.match-ttl.news__archive-item-ttl {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.news__archive-item-bottom {
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  margin-top: 1.66em;
}

.news__archive-item-cate {
  position: relative;
  padding-right: 1.16em;
}

.news__archive-item-cate:after {
  content: "/";
  display: block;
  font-size: 1.2rem;
  color: #000;
  position: absolute;
  top: 0;
  right: 0.45em;
}

.news__archive-item-date {
  color: #8c8c8c;
}

/*============================
#news__single
============================*/
#news__single {
  background-color: #efefef;
  padding: 3.85% 0 5.2%;
}

.news__single-secInner {
  max-width: 1500px;
}

.news__single-bg {
  background-color: #fff;
  padding: 5.2% 13.6%;
  box-sizing: border-box;
}

.news__single-head {
  margin-bottom: 4.44%;
}

.news-category {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  color: #fff;
  background: linear-gradient(to right, #50b98b, #92d886);
  display: inline-block;
  padding: 0.43em 0.85em;
  line-height: 1;
}

.news__single-ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.43;
  margin: 0.46em 0 0.53em;
  padding-bottom: 0.53em;
  border-bottom: 1px solid #000;
}

.news__single-date {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  color: #999999;
}

.news__single-body {
  font-size: 1.4rem;
}

.news__single-body img {
  height: auto;
  margin-bottom: 1em;
}

/* .news__single-body p{
    line-height: 2;
    letter-spacing: 0.13em;
}
.news__single-body p:nth-child( n +2 ){
    margin-top: 1.25em;
} */
.news__single-body h2 {
  padding: 0.6em 1.2em;
  font-size: 1.5em;
  letter-spacing: 0.075em;
  border-left: 0.2em solid #57bc8a;
  margin-bottom: 0.63em;
  background: #f6f6f6;
}

.news__single-body h3 {
  font-size: 1.32em;
  color: #0e8f96;
  padding-bottom: 0.3em;
  border-bottom: 0.2em solid #0e8f96;
  margin-top: 3em;
  margin-bottom: 2em;
}

.news__single-body h4 {
  font-size: 1.125em;
  border-left: 0.3em solid #38d2a5;
  padding-left: 0.6em;
  margin-top: 2.8em;
  margin-bottom: 1em;
}

.news__single-body p {
  line-height: 1.8;
  font-size: 1em;
  letter-spacing: 0.13em;
}

.news__single-body p:nth-child(n + 2) {
  margin-top: 1.5em;
}

/* .news__single-body h3{
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    padding-bottom: 0.7em;
    margin-top: 2.5em;
}
.news__single-body h3:after{
    content: "";
    display: block;
    width: 1.25em;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #57bc8a;
} */
.page-list {
  width: 41%;
  margin: 6.66% auto 0;
  padding-bottom: 3.33%;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
}

.page-item a {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
  transition: opacity 0.7s;
}

.page-prev a,
.page-next a {
  position: relative;
}

.page-prev a {
  padding-left: 1.85em;
}

.page-next a {
  padding-right: 1.85em;
}

.page-prev a:before,
.page-next a:before {
  content: "";
  display: block;
  width: 0.42em;
  height: 0.64em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.page-prev a:before {
  left: 0;
  background-image: url("../Image/page-prev.svg");
}

.page-next a:before {
  right: 0;
  background-image: url("../Image/page-next.svg");
}

.page-item a:hover {
  opacity: 0.7;
}

.page-back {
  width: 13.8em;
  text-align: center;
  margin: 0 2.57em;
}

.page-back a {
  display: block;
  background: linear-gradient(to right, #50b98b, #92d886);
  color: #fff;
  border-radius: 1.42em;
  padding: 0.71em 0.6em;
  box-sizing: border-box;
  font-size: 1.4rem;
  transition: all 0.6s ease-out;
}

.page-back a:hover {
  transform: scale(0.95);
}

.page-next {
}

/*============================
    maimagazine
============================*/
.mail-magazine__mv-bg {
  background-image: url("../Image/mail-magazine-mv.jpg");
}

/*============================
    common_form
============================*/
.aptoenq_popup {
  padding: 20px;
}

.common_form .aptoenq_necessary {
  margin-bottom: 16px;
  font-weight: bold;
  color: red;
}

.common_form .aptoenq_red {
  font-size: 2rem;
  padding-right: 0.2em;
  color: #50b98b;
  vertical-align: top;
}

.common_form .aptoenq_necessary .aptoenq_red {
  color: red !important;
}

.common_form .aptoenq_qa .aptoenq_red {
  color: #fff !important;
}

.common_form .aptoenq_question {
  margin-bottom: 8.3%;
}

.common_form .aptoenq_cusinfo .aptoenq_cusinfo_subj {
  font-size: 3rem;
  font-weight: bold;
  margin: 0.23em 0 4.6%;
  color: #000000;
  letter-spacing: 0.07em;
  line-height: 1.3;
  padding: 0 0 1em;
  border-bottom: 2px solid #eeeeee;
  border-left: 0;
}

.common_form .aptoenq_cusinfo .aptoenq_cusinfo_item {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  margin-bottom: 0.4em;
  border: 0;
  padding: 0;
}

.common_form .aptoenq_cusinfo .aptoenq_cusinfo_fm {
  border: 0;
  margin-bottom: 3.2%;
  padding: 0;
}

.common_form.aptoenq_qa {
  background: linear-gradient(to right, #50b98b, #92d886);
  border: 0;
  display: flex;
  flex-direction: column;
}

.common_form .aptoenq_q {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  align-items: center;
  color: #fff;
  background: linear-gradient(to right, #50b98b, #92d886);
  padding: 0.47em 0.95em;
  margin-bottom: 1em;
  border: 0;
}

.common_form .aptoenq_a {
  display: flex;
  flex-wrap: wrap;
}

.common_form .aptoenq_question label span {
  font-size: 1.8rem;
}

.aptoenq_question input[type="radio"] {
  transform: scale(1.5);
}

.aptoenq_check {
  height: 31px !important;
}

.common_form .aptoenq_choice_1,
.common_form .aptoenq_choice_2,
.common_form .aptoenq_choice_3 {
  align-items: center;
  width: 19.4em;
  margin-top: 1.6em;
  margin-right: 0.5em;
  font-size: 1.8rem;
}

.common_form .aptoenq_cusinfo_msg {
  font-size: 1.4rem;
  margin-top: 0.4em;
}

.common_form .aptoenq_cusinfo_exp {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  margin-top: 5.4%;
  text-align: center;
  line-height: 2.8;
}

.common_form .aptoenq_bt_set {
  display: flex;
  justify-content: center;
}

.check-input,
.radio-input {
  display: none;
}

.check-input + label {
  position: relative;
  padding-left: 2.2em;
  padding-top: 0.2em;
  cursor: pointer;
}

.check-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #eee;
  border-radius: 50%;
  background-color: #fafafa;
}

.check-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 10px;
  height: 10px;
  background: #808080;
  border-radius: 50%;
}

.common_form .aptoenq_question select {
  position: relative;
  border: 1px solid #eeeeee;
  flex: 1;
  height: 100%;
  border-radius: 0;
  padding: 1em !important;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../Image/form-select-arrow.svg) no-repeat center right 15px
    #fafafa;
  background-size: 10px;
  margin-top: 1.04em;
  box-shadow: none;
}

.common_form .aptoenq_question input[type="text"],
.common_form .aptoenq_question input[type="tel"],
.common_form .aptoenq_question input[type="email"] {
  width: 100% !important;
  height: auto;
  background-color: #fafafa;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0.87em 1.1em 0.87em !important;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "游ゴシック体",
    "メイリオ", "Meiryo", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  box-shadow: none;
}

.common_form .aptoenq_question textarea,
.common_form #aptoenqform textarea {
  margin-top: 1.04em;
  width: 100% !important;
  height: 245px !important;
  background-color: #fafafa;
  color: #8d99a4;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0.87em 1.1em 0.87em !important;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "游ゴシック体",
    "メイリオ", "Meiryo", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  box-shadow: none;
}

.common_form #ans3otherin {
  display: none !important;
}

.common-form-caution,
.common-form-cookie {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}

.common-form-cookie {
  margin-top: 4.6em;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #808080;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 2px;
  height: 7px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

.checkbox-input:checked + .checkbox-parts {
  color: #000;
}

input[type="checkbox"] {
  margin-right: 1em;
}

/*
input[type="checkbox"] {
    display: none;
}
.aptoenq_check{
	position: relative;
    padding-left: 2.2em;
    padding-top: 0.2em;
    cursor: pointer;
}
.aptoenq_check::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fafafa;
}
.aptoenq_check::after{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 10px;
    height: 10px;
    background: #808080;
    border-radius: 50%;
	opacity:0;
}
input[type="checkbox"] :checked + .aptoenq_check::after{
    opacity: 1;
}*/
.common_form .aptoenq_bt_send,
.common_form .aptoenq_bt_back {
  position: relative;
  margin: 0;
}

.common_form .aptoenq_bt_back {
  font-size: 1.4rem;
  margin-left: 3.85em;
}

.common_form .aptoenq_bt_send:before,
.common_form .aptoenq_bt_back:before {
  content: "";
  display: block;
  width: 0.57em;
  height: 0.61em;
  position: absolute;
  top: 50%;
  right: 1.8em;
  transform: translateY(-50%);
  background: url(../Image/arrow-wh.svg) no-repeat center top;
  background-size: contain;
  transition: right 0.8s;
  z-index: 11;
}

.common_form .aptoenq_bt_send button[type="submit"],
.common_form .aptoenq_bt_back button[type="button"] {
  width: 15.57em;
  height: auto;
  margin: 0 auto;
  background: linear-gradient(to right, #50b98b, #92d886);
  border-radius: 2.57em;
  color: #fff;
  border: 0;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.79em 0.8em 2em 0.8em;
  text-align: center;
  box-sizing: border-box;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: none;
  transition: 0.6s;
}

.common_form .aptoenq_bt_back button[type="button"] {
  background: #9b9b9b;
  text-align: center;
}

.aptoenq_bt_send button:hover,
.aptoenq_bt_back button:hover {
  opacity: 0.6;
  top: auto !important;
}

/*============================
#mail-magazine.common_form
============================*/
#mail-magazine {
  padding-top: 4.6875%;
}

.mail__mz-secInner {
  max-width: 1075px;
}

.mail__mz-head-labelBox {
  align-items: center;
  margin-bottom: 1.25em;
}

.mail__mz-lead-label {
  letter-spacing: 0.07em;
  margin-right: 1.25em;
}

.mail-magazine-formBox-inner {
  max-width: 1075px;
  margin: 0 auto;
  padding: 0 5%;
}

.mail__mz-ttl-jpn {
  padding-bottom: 1em;
  border-bottom: 2px solid #eeeeee;
}

.mail__mz-list {
  margin-top: 3.6%;
}

/*============================
    contact__mv
============================*/
.contact__mv-bg {
  background-image: url("../Image/contact-mv.jpg");
}

/*============================
#contact__form.common_form
============================*/
#contact__form {
  padding: 7.7% 0 3.125%;
}

.contact__form-secInner {
  max-width: 1075px;
}

.contact__form-catalog-dl {
  width: 80%;
  max-width: 400px;
  margin: 30px auto 60px;
}

.contact__form-catalog-dl a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1.16em 0.5em 1.16em 3.16em;
  background: linear-gradient(to right, #50b98b, #92d886);
  transition: all 0.3s ease-out;
}
.contact__form-catalog-dl a:hover {
  transform: scale(0.95);
}

@media (max-width: 683.9999px) {
  .contact__form-catalog-dl .download-icon:before {
    left: -2em;
  }
}

/*--------------------------------------------

	 RECRUIT - REQUIREMENTS

---------------------------------------------*/
#recruit__requirements {
  padding: 0 0 5.2%;
}

.recruit__requirements-ttlBox {
  margin-bottom: 8%;
}

.recruit__requirements-table {
  font-size: 1.6rem;
}

.recruit__requirements-table tr:not(:last-child) {
  border-bottom: 10px solid #fff;
}

.recruit__requirements-label {
  width: 25%;
  border-right: 10px solid #fff;
  color: #fff;
  background-color: #8d99a4;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.28em;
}

.recruit__requirements-value {
  padding: 2.5em 2em;
  box-sizing: border-box;
  background-color: #fafafa;
}

.recruit__requirements-value p:not(:first-child) {
  margin-top: 0.47em;
}

.recruit__requirements-value-item {
  padding-left: 1em;
}

.recruit__requirements-value-item p {
  text-indent: 1em;
}

.recruit__requirements-value-ma {
  margin-top: 1.3em;
}

.recruit__requirements-arrow {
  position: relative;
}

.recruit__requirements-arrow:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  background: url("../Image/icon-arrow-gy.svg") no-repeat center top;
  background-size: contain;
}

.recruit__requirements-value-flex:nth-child(2) {
  margin-left: 4.1em;
}

/*--------------------------------------------

	 RECRUIT - REQUIREMENTS

---------------------------------------------*/
.interview__mv {
  padding-top: 7.8%;
}

.interview__mv-telBox {
  top: 0.5em;
  color: #000;
}

.interview__mv-telBox a {
  color: #000;
}

.interview__mv-bg {
  background-image: url("../Image/interview-mv.jpg");
  padding-top: 36.45%;
}

.interview__mv-ttlBox {
  top: inherit;
  left: 0;
  bottom: -100px;
  transform: none;
}

.interview__mv-ttl-eng {
  font-size: 4.6875vw;
  margin-top: 0;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #32c476, #5ac953);
  line-height: 1;
  padding: 0.1em 0.38em;
}

.interview__mv-ttl-jpn {
  font-size: 2.1rem;
  letter-spacing: 0.11em;
  background: #32c476;
  display: inline-block;
  padding: 0 2.38em 0.57em 2.38em;
}

.interview__mv .bread__navi {
  bottom: 5.95%;
}

/*============================
#interview__message
============================*/
#interview__message {
  padding: 9.7em;
  background-color: #fff;
}

.interview__message-textBox {
  text-align: center;
}

.interview__message-plane {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 2.57;
}

/*============================
#interview__member
============================*/
#interview__member {
  padding: 6.33% 0;
  background-color: #f7f7f7;
}

.interview__member-ttlBox {
  margin-bottom: 4.7%;
  text-align: center;
}

.interview__member-item {
  width: 18.5%;
}

.interview__member-item:not(:last-child) {
  margin-right: 1.875%;
}

.interview__member-imgBox img {
  border-radius: 20px;
}

.interview__member-textBox {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  margin-top: 1.2em;
  text-align: center;
}

.interview__member-name-jpn {
  font-size: 2.1rem;
  font-weight: bold;
}

.interview__member-textBox-bottom {
  margin-top: 0.35em;
}

.interview__member-post {
  padding: 0.25em 1.7em;
  background: linear-gradient(to right, #50b98b, #92d886);
  color: #fff;
  display: inline-block;
}

/*============================
#interview__talk01
============================*/
#interview__talk01 {
  padding-top: 8.3%;
}

.interview__talk01-secInner {
  max-width: 1100px;
}

.common-interview__talk-ttlBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6.9%;
}

.common-interview__talk-ttl-eng {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
}

.common-interview__talk-number {
  display: inline-block;
  position: relative;
  font-size: 4.16666vw;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
  padding-bottom: 0.375em;
  margin-bottom: 0.45em;
}

.common-interview__talk-number:after {
  content: "";
  display: block;
  width: 0.475em;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #50b98b, #92d886);
}

.common-interview__talk-ttl-jpn {
  display: inline-block;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.11em;
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
}

.common-interview__talk-list.interview__talk01-list {
}

.common-interview__talk-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.common-interview__talk-item:not(:first-child) {
  margin-top: 7.27%;
}

.common-interview__talk-imgBox {
  width: 24.5%;
  padding-right: 3.63%;
}

.common-interview__talk-item:nth-child(2n) .common-interview__talk-imgBox {
  padding-right: 0;
  padding-left: 3.63%;
}

.common-interview__talk-figure img {
  border-radius: 1.42em;
}

.common-interview__talk-bottom {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  margin-top: 0.8em;
}

.common-interview__talk-name {
  font-size: 2rem;
  font-weight: bold;
}

.flex.common-interview__talk-label {
  margin-top: 0.57em;
  align-items: center;
}

.common-interview__talk-post {
  margin-right: 1em;
  padding: 0.25em 1em;
  background: linear-gradient(to right, #50b98b, #92d886);
  color: #fff;
  display: inline-block;
}

.common-interview__talk-textBox {
  position: relative;
  background-color: #f7f7f7;
  flex: 1;
  font-size: 1.4rem;
  border-radius: 1.42em;
  padding: 2.8em 3.7em;
  box-sizing: border-box;
}

.common-interview__talk-textBox:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #f7f7f7 transparent transparent;
  position: absolute;
  left: -20px;
  top: 30%;
}

.common-interview__talk-item:nth-child(2n)
  .common-interview__talk-textBox:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #f7f7f7;
  left: inherit;
  right: -20px;
}

.common-interview__talk-plane {
  letter-spacing: 0.09em;
  line-height: 2;
}

.interview__talk01-bg {
  width: 100%;
  padding-top: 23.8%;
  background: url("../Image/interview-talk01-bg.jpg") no-repeat center top;
  background-size: cover;
  margin-top: 8.85%;
}

/*============================
#interview__talk02
============================*/
#interview__talk02 {
  padding-top: 8.3%;
}

.interview__talk02-secInner {
  max-width: 1100px;
}

.interview__talk02-bg {
  width: 100%;
  padding-top: 23.9%;
  background: url("../Image/interview-talk02-bg.jpg") no-repeat center top;
  background-size: cover;
  margin-top: 8.8%;
}

/*============================
#interview__talk03
============================*/
#interview__talk03 {
  padding-top: 8.3%;
}

.interview__talk03-secInner {
  max-width: 1100px;
}

.interview__talk03-bg {
  width: 100%;
  padding-top: 23.9%;
  background: url("../Image/interview-talk03-bg.jpg") no-repeat center top;
  background-size: cover;
  margin-top: 8.8%;
}

/*============================
#interview__talk04
============================*/
#interview__talk04 {
  padding: 8.3% 0;
}

.interview__talk04-secInner {
  max-width: 1100px;
}

.interview__talk04-item01 .interview__talk04-item-textBox {
  padding: 3.8em 3.7em;
}

/*============================
#interview__entry
============================*/
#interview__entry {
  padding-bottom: 8.4%;
}

.interview__entry-bg {
  width: 100%;
  padding-top: 33.9%;
  background: url("../Image/inteview-entry.jpg") no-repeat center top;
  background-size: cover;
}

.interview__entry-textBox {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.8rem;
  padding: 4.52em 5.4%;
  text-align: center;
  margin-top: -7.1em;
  box-sizing: border-box;
}

.interview__entry-plane {
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 1.88;
}

.font-gr {
  background: -webkit-linear-gradient(left, #1cc189, #85cf2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1cc189;
}

.interview__entry-list {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 5%;
  justify-content: center;
}

.interview__entry-btn {
  width: 48.75%;
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
}

.interview__entry-btn-entry {
  margin-left: 2.5%;
}

.interview__entry-btn a {
  color: #fff;
  display: block;
  padding: 1.34em 0;
  transition: 0.7s;
}

.interview__entry-btn-info a {
  background-color: #58ba8c;
  border: 2px solid #58ba8c;
}

.interview__entry-btn-entry a {
  background-color: #87d088;
  border: 2px solid #87d088;
}

.interview__entry-btn-info a:hover {
  color: #58ba8c;
  background-color: #fff;
}

.interview__entry-btn-entry a:hover {
  color: #87d088;
  background-color: #fff;
}

.interview__entry-label-jpn {
}

.interview__entry-label-eng {
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-top: 0.66em;
}

/*============================
#privacy__policy
============================*/
.policy__mv-bg {
  background-image: url("../Image/policy-mv.jpg");
}

#privacy__policy {
  padding: 6.25% 0 9.58%;
}

.privacy__policy-secInner {
}

.privacy__policy-ttlBox {
  text-align: center;
  margin-bottom: 5.7%;
}

.privacy__policy-boby {
  box-shadow: 0px 0px 13px -2px #d7d5d5;
  padding: 6.9% 7.2916vw;
  box-sizing: border-box;
}

.privacy__policy-label {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.8;
  padding-bottom: 1.25em;
  border-bottom: 2px solid #e5e5e5;
}

.privacy__policy-label:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0;
  width: 10.5em;
  height: 2px;
  background-color: #32c476;
}

.privacy__policy-list {
  font-size: 1.4rem;
  margin-top: 3.28em;
}

.privacy__policy-item {
  line-height: 2.1;
  padding-left: 1em;
  text-indent: -1.4em;
}

.privacy__policy-item:not(:first-child) {
  margin-top: 2.57em;
}

.privacy__policy-item-font-L {
  font-weight: bold;
  padding-right: 0.4em;
}

/*============================
  SDGs__MV
============================*/
.sdgs__mv-bg {
  background-image: url("../Image/sdgs-mv.jpg");
}

/*============================
  SDGs__Declaration
============================*/
#sdgs__declaration {
  background-color: #fafafa;
  padding: 6% 0 4.8%;
}

.sdgs__declaration-secInner {
  max-width: 1233px;
}

.sdgs__declaration-ttlBox {
  text-align: center;
}

.sdgs__declaration-ttl-eng {
  background: none;
  -webkit-text-fill-color: unset;
}

.sdgs__declaration-ttl-jpn {
  font-size: 5rem;
}

.sdgs__declaration-textBox,
.dgs__declaration-ceo {
  max-width: 636px;
  margin: 4rem auto 0;
}

.sdgs__declaration-plane {
  color: #0d0d0d;
  text-align: center;
  line-height: 1.78;
}

.sdgs__declaration-ceo {
  font-size: 1.6rem;
  color: #0d0d0d;
  text-align: end;
  margin: 4rem 1.3rem 0 0;
}

.sdgs__declaration-about {
  background-color: #fff;
  border-radius: 2rem;
  padding: 7rem 4rem 7.8rem;
  margin: 8.4rem 0 0;
}

.sdgs__declaration-about-inner {
  max-width: 760px;
  margin: 0 auto;
}

.sdgs__declaration-about-flex {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 6rem 0 0;
}

.sdgs__declaration-about-texthead {
  width: 24.3rem;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 8.4rem;
}

.sdgs__declaration-about-txt {
  width: calc(100% - 32.7rem);
  font-size: 1.6rem;
  line-height: 1.88;
  position: relative;
}

.sdgs__declaration-about-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4.4rem;
  transform: translateY(-50%);
  width: 1px;
  height: 88%;
  background-color: #707070;
}

.sdgs__efforts {
  margin: 10rem 0 0;
}

.sdgs__efforts-ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.48;
  color: #fff;
  background: linear-gradient(to right, #50b98b, #92d886);
  padding: 0.9rem;
}

.sdgs__efforts-body {
  margin: 8.6rem 0 0;
}

.sdgs__efforts-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6.5rem 0 6rem;
  border-bottom: solid 1px #c8c8c8;
}

.sdgs__efforts-item.re {
  flex-direction: row-reverse;
}

.sdgs__efforts-item01 {
  padding-top: 0;
}

.sdgs__efforts-item04 {
  border-bottom: none;
}

.sdgs__efforts-item-txtBox {
  position: relative;
}

.sdgs__efforts-item .sdgs__efforts-item-txtBox {
  width: 53.7rem;
  margin: 0 3rem 0 0;
}

.sdgs__efforts-item.re .sdgs__efforts-item-txtBox {
  margin: 0 0 0 3rem;
}

.sdgs__efforts-item-txtBox::before {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22.2rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: #000;
  opacity: 0.06;
}

.sdgs__efforts-item01 .sdgs__efforts-item-txtBox::before {
  content: "01";
}

.sdgs__efforts-item02 .sdgs__efforts-item-txtBox::before {
  content: "02";
}

.sdgs__efforts-item03 .sdgs__efforts-item-txtBox::before {
  content: "03";
}

.sdgs__efforts-item04 .sdgs__efforts-item-txtBox::before {
  content: "04";
}

.sdgs__efforts-item-texthead {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0d0d0d;
}

.sdgs__efforts-item-txtList {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3.62rem 0 0;
}

.sdgs__efforts-item-txtItem {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
  color: #0d0d0d;
  padding-left: 1.6rem;
  position: relative;
}

.sdgs__efforts-item-txtItem::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: linear-gradient(to top, #50b98b, #92d886);
}

.sdgs__efforts-item01 .sdgs__efforts-item-imgBox,
.sdgs__efforts-item04 .sdgs__efforts-item-imgBox {
  width: 49rem;
}

.sdgs__efforts-item02 .sdgs__efforts-item-imgBox,
.sdgs__efforts-item03 .sdgs__efforts-item-imgBox {
  width: 55rem;
}

.sdgs__efforts-item-imgTtl {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: none;
  -webkit-text-fill-color: unset;
}

.sdgs__efforts-item-imgList {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  border: solid 1px #1cc189;
  margin: 1.06rem 0 0;
  padding: 3.75rem;
}

.sdgs__efforts-item01 .sdgs__efforts-item-imgList,
.sdgs__efforts-item04 .sdgs__efforts-item-imgList {
  gap: 4rem;
}

.sdgs__efforts-item02 .sdgs__efforts-item-imgList,
.sdgs__efforts-item03 .sdgs__efforts-item-imgList {
  gap: 2rem;
}

.sdgs__efforts-item-img {
  max-width: 14.5rem;
}
