@charset "UTF-8";
.w1444,.w1280,.w1200,.w1000 { margin-left: .3rem; margin-right: .3rem; position: relative; box-sizing: border-box;}
.only-pc{ display: none !important;}
.fade-in {
  opacity: 1;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
body{ font-size: .26rem; line-height: .52rem; color: #333; text-align: justify;}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.2rem;
  background: linear-gradient(to bottom, #fff, #EBEBEB);
  z-index: 999;
}
.indexNavMain .logo {
  float: left;
  margin-left: 0.3rem;
  margin-top: 0.2rem;
}
.indexNavMain .logo img {
  display: block;
  width: auto;
  height: 0.9rem;
}
.indexNavMain .menu-toggle {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  flex-direction: column;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  background: none;
  z-index: 1001;
}
.indexNavMain .menu-toggle .menu-toggle-bar {
  display: block;
  width: 0.46rem;
  height: 0.04rem;
  background-color: #1ead4c;
  margin: 0.08rem auto;
  transition: all 0.3s ease;
}
.indexNavMain nav {
  position: fixed;
  top: -120vh;
  left: 0%;
  width: 100%;
  height: 100vh;
  padding: 1rem 0.4rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fff, #EBEBEB);
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
  z-index: 1000;
  overflow-y: auto;
}
.indexNavMain .topNav a {
  display: block;
  padding-left: 0.3rem;
  font-size: 0.28rem;
  line-height: 1rem;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
.indexNavMain .topNav a:hover {
  color: #1ead4c;
}
.indexNavMain .topNav a[aria-current=page] {
  color: #1ead4c;
  border-bottom: 2px solid #1ead4c;
}

.indexNavMain nav.active {
  top: 0;
}
.indexNavMain .topNav li {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #eee;
}
.indexNavMain .menu-toggle[aria-expanded=true] .menu-toggle-bar:nth-child(1) {
  transform: translateY(0.2rem) rotate(45deg);
}
.indexNavMain .menu-toggle[aria-expanded=true] .menu-toggle-bar:nth-child(2) {
  opacity: 0;
}
.indexNavMain .menu-toggle[aria-expanded=true] .menu-toggle-bar:nth-child(3) {
  transform: translateY(-0.2rem) rotate(-45deg);
}

.indexBannerMain { position: relative; width: 100%; height: 100%; margin-top: 1rem;}
.indexBannerMain .img { display: block; width: 100%; height: 100%; }
.indexBannerMain .txt { position: absolute; left: .3rem; top: 1rem; opacity: 0; animation: textSlide 1s 0.3s forwards; }
.indexBannerMain .txt img{ width: 1.5rem;}
.indexBannerMain .txt h1{ font-size: .48rem; line-height: .96rem; font-weight: 300; color: #000;}
.indexBannerMain .txt p{ font: 200 .24rem/ .32rem 'Poppins'; color: #000;}


.title { font: 200 .48rem/.6rem "Poppins"; color: #000; }
.title small { display: block; font: 300 .26rem/.4rem "Noto Sans JP"; color: #000; }

.concept-news{ padding: .6rem 0; }
.concept{ width: 100%; margin-bottom: .6rem;}
.concept-img img{ display: block; width: 70%; margin: .6rem auto;}
.concept-desc h3{ margin-bottom: .4rem; font-size: .36rem; line-height: .6rem; font-weight: 500; color: #1ead4c;}
.concept-desc p{ font-weight: 100; color: #666;}

.news{ width: 100%;}
.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .4rem;
}
.news-header a{ font-weight: 500; color: #000;}
.news-item a{
  padding: .2rem .5rem .2rem 0;
  border-bottom: 1px solid #a6a6a6;
  border-width: 100%;
  background: url(../images/icon-arr02.png) no-repeat;
  background-position: right center;
  background-size: .4rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  box-sizing: border-box;
}
.news-date { width: 1.4rem; padding-left: .1rem; color: #666; font-family: 'Poppins'; font-weight: 200;}
.news-tag { color: #666; font-weight: 300; margin-right: .2rem;}
.news-item p { flex: 1; }

.indexAbout { margin: .6rem 0; background: url(../images/indexImg02.png) no-repeat center top; background-size: 100% auto; text-align: center; }
.about-desc { padding: .6rem .3rem; color: #666; font-weight: 200;}
.btn-more { display: inline-block; padding: 0 .4rem; border: 1px solid #d9d9d9; line-height: .8rem; border-radius: .8rem; color: #000; }
.btn-more img{ margin-left: .2rem; width: .78rem;}

.indexServiceMain { padding: .6rem .3rem; }
.indexServiceMain .title{ text-align: center;}
.indexServiceMain ul{ padding-top: .6rem;}
.indexServiceMain li{ margin-bottom: .6rem;}
.indexServiceMain li .img{ position: relative; display: block; width: 100%; margin-bottom: .3rem; overflow: hidden;}
.indexServiceMain li .img>img { display: block; width: 100%; height: 100%; object-fit: cover;}
.indexServiceMain li .txt{ position: relative; width: 100%;}
.indexServiceMain li .service-number { position: absolute; top: 0; left: 0; color:#f3f3f3; font-size: 1.5rem; line-height: 1.5rem; font-family: 'Poppins'; font-weight: 200;}
.indexServiceMain li .service-title { position: relative; padding-top: .4rem; font-size: .32rem; line-height: 2em; color: #000; z-index: 2;}
.indexServiceMain li .service-title small{ display: block; font-size: .26rem; line-height: 1.5em; font-family: 'Poppins'; font-weight: 200; color: #1ead4c;}
.indexServiceMain li a{ display: inline-block; margin-top: .6rem;  padding-right: 1rem; background: url(../images/icon-arr03.png) no-repeat right center; background-size: .78rem auto;
   color: #000; font-family: 'Poppins'; font-weight: 400;}

.indexPhilosophy{ padding: .6rem .3rem; background: #fff url(../images/indexBg02.png) no-repeat left top; background-size: 77.65% 100%;}
.indexPhilosophy .title{ text-align: right; padding-right: .3rem; font-size: .6rem; line-height: 1rem; color: #d9d9d9;}
.indexPhilosophy .title small{ padding-right: .6rem;}
.indexPhilosophy .img{ display: block; max-width: 100%; margin: .6rem auto;}
.indexPhilosophy .txt{ text-align: center; color: #666; font-weight: 300;}
.indexPhilosophy .txt strong{ display: block; font-size: .32rem; color: #1ead4c; font-weight: 500; }
.indexPhilosophy .txt span{ display: block; color: #f3992b; font-weight: 400; }

.indexContact{ padding: .6rem .3rem; text-align: center;}
.indexContact .title{ color: #005c55;}
.indexContact p{ padding: .6rem 0 ; color: #666; font-weight: 300;}
.indexContact .btn-more{ color: #1ead4c;}

.footer{ padding: .3rem 0; text-align: center;}
.footer>img { display: block; width: 98%; margin: 0 auto .6rem;}
.footer-logo { display: block; width: 1.5rem; margin: 0 auto .6rem;}
.footer-nav li{ display: inline-block; margin: .1rem .2rem 0;}
.footer-nav a { color: #333;}
.footer-bottom { font-size: .24rem; color: #999; margin-top: .6rem;}



/* ------------------------------------------------------------子页-------------------------------------------------------------- */
.subBannerMain { position: relative; height: 4rem; margin-top: 1rem; background: url(../images/subBanner.jpg) no-repeat center bottom; background-size: auto 100%; }
.subBannerMain h1 { padding-top: 1.5rem; }
.subBannerMain h1 span:nth-child(1){ display: block; font-size: .36rem; line-height: .64rem; font-weight: 900; color: #fff; text-transform: uppercase;}
.subBannerMain h1 span:nth-child(2){ display: inline-block; padding: 0 .2rem; background-color: #f3992b; font-size: .26rem; line-height: .52rem; font-weight: 500; color: #fff;}

/* -----------------------------------------------------------about--------------------------------------------------------- */
.subAboutMain01{ position: relative; padding: .6rem 0 1rem;}
.subAboutMain01 h3{ font-size: .36rem; line-height: 1rem; font-weight: 400;}
.subAboutMain01 p{ color: #666; font-weight: 300;}

.subAboutMain02{ position: relative; background-color: #f5f5f5; padding: .6rem 0; text-align: center;}
.subAboutMain02 h3 img{ display: block; width: 2rem; margin: .6rem auto;}
.subAboutMain02 ul{ display: flex; flex-wrap: wrap; padding-left: .3rem;}
.subAboutMain02 ul li{float: left; width: 2.8rem; height: 2.8rem; margin: 0 .3rem .6rem; border-radius: 50%; background-color: #fff;
color: #000; animation: breath-glow 3s ease-in-out infinite;}
.subAboutMain02 ul li h4{ padding-top: .4rem; font-size: .32rem; line-height: 2em; font-weight: 700; }
.subAboutMain02 ul li p{ margin-top: .3rem; font-size: .24rem; line-height: .4rem; font-weight: 300; }
.subAboutMain02 ul li:nth-child(2n+3) p{ margin-top: 0; }

.looptxt { position: absolute; left: 0; bottom: 0; width: 100%; height: 10vw; overflow: hidden; z-index: -1;
  font-size: 8.85vw; line-height: 10vw; color: #eff7f1; font-family: 'Poppins'; font-weight: 600; text-transform: uppercase; white-space: nowrap;
}
.looptxt div {
  position: absolute;
  left: 0;
  top: 0;
  width: 115vw;
  animation: loopText 30s linear infinite normal;
}
.looptxt .txt02 {
  left: 115vw;
}
.looptxt .txt03 {
  left: 230vw;
}
.looptxt .txt04 {
  left: 345vw;
}

@keyframes loopText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-115vw);
  }
}


@keyframes breath-glow {
  0% {
    box-shadow: 0 0 0 .16rem rgba(31,173,75, 0.1);
  }
  70% {
    box-shadow: 0 0 0 .24rem rgba(31,173,75, 0.1);
  }
  100% {
    box-shadow: 0 0 0 .16rem rgba(31,173,75, 0.1);
  }
}

.subAboutMain03{ padding-top: .6rem; text-align: center;}
.subAboutMain03 ul li{ position: relative; width: 100%; text-align: left; margin-top: .6rem;}
.subAboutMain03 ul li .tag{ position: absolute; right: 0; top: -.5rem; font-family: 'Poppins'; font-weight: 200; font-size: 1rem; line-height: 1rem; color: #f3f3f3;}
.subAboutMain03 ul li img{ display: block; width: 100%;}
.subAboutMain03 ul li h4{ font-size: .32rem; line-height: .8rem; font-weight: 400; color: #000;}
.subAboutMain03 ul li p{ font-weight: 300; color: #666; text-align: justify;}

/*-------------------------------------------------------------company--------------------------------------------------------*/

.subCompanyMain01{ padding: .6rem 0; }
.subCompanyMain01 img{display: block; width: 100%; margin-top: .4rem;}
.subCompanyMain01 h2{ padding-bottom: .4rem;}

.subCompanyMain02{ padding: .6rem 0; background-color: #f5f5f5;}
.subCompanyMain02 h2{ padding-bottom: .4rem; text-align: center;}

.subCompanyMain03{ padding: .6rem 0; }
.subCompanyMain03 h2{ padding-bottom: .4rem; text-align: center;}
.subCompanyMain03 .w1000{ display: flex; justify-content: center; }
.subCompanyMain03 .w1000 p{ width: 50%; text-align: center;}
.subCompanyMain03 .w1000 span{ display: block; font-weight: 700;}

.subTable { border-collapse: collapse;  }
.subTable td { border-bottom: 1px solid #fff; }
.subTable .firstTd { width:25%; padding: .1rem 0; font-weight: 700; }
.subTable .secondTd { width:75%; padding: .1rem; }

.subCompanyMain04{ padding: .6rem 0; background-color: #f5f5f5; }
.subCompanyMain04 h2{ padding-bottom: .4rem; text-align: center;}
.subCompanyMain04 .mapbox{ height: 6rem; margin-top: .6rem; background-color: #fff;}
.subCompanyMain04 .mapbox iframe{ height: 6rem !important;}

/* ----------------------------------------------------- service --------------------------------------------------------- */

.subServiceMain .intro{ text-align: center; padding: .6rem 0 0; color: #000;}
.subServiceMain .intro span{ color: #1ead4c;}
.subServiceMain ul li{ width: 100%; padding-top: .6rem;}
.subServiceMain ul li .img{ width: 100%; overflow: hidden;}
.subServiceMain ul li .img img{ display: block; width: 100%;}
.subServiceMain ul li .txt{ width: 100%; padding-top: .3rem;}
.subServiceMain ul li h2{ margin-bottom: .3rem;}
.subServiceMain ul li p span{ display: block; color: #1ead4c;}


/* ---------------------------------------------------news---------------------------------------- */
.subNewsList{ padding: .6rem 0; background-image: linear-gradient(to top, #fff, #f5f5f5);}
.subNewsList li { padding-bottom: .4rem; margin-bottom: .4rem; border-bottom: 1px solid #eee; }
.subNewsList li a{ display: block;}
.subNewsList li .img { width: 100%; margin-bottom: .3rem; }
.subNewsList li .img img{ display: block; width: 100%;}
.subNewsList li .txt{ width: 100%; }
.subNewsList li span { font-size: .24rem; color: #666; margin-right: .16rem;}
.subNewsList li h3 { margin:.2rem 0; font-size: .28rem; line-height: 2em; font-weight: 500; color: #000;}
.subNewsList li p{ color: #333;}

/* 分页 */
.pagebox{ margin: .4rem auto; text-align: center;}
.pagebox .pagelist { display: inline-block; font-size: .32rem; line-height: .52rem; color: #333;}
.pagelist .prev,.pagelist .next{ float: left; width: .52rem; height: .52rem; margin: 0 .1rem; border-radius: 50%;}
.pagelist p{ float: left; }
.pagelist a{ float: left; margin: 0 .1rem; width: .52rem; color: #333;}
.pagelist a.active{ color: #1ead4c;}

.articlePage{ background-image: linear-gradient(to top, #fff, #f5f5f5); text-align: center;}
.articleMain { margin-bottom: .6rem;}
.articleMain .article-title {
  padding: 1.4rem 0 .6rem;
  text-align: center;
}
.articleMain .article-title h1 {
  font-size: .36rem;
  line-height: .8rem;
  color: #222;
  text-align: center;
}
.articleMain .article-title .time, .articleMain .article-title .tag {
  margin: 0 .16rem;
  font-size: .24rem;
  line-height: .6rem;
  color: #333;
}
.articleMain img {
  display: block;
  max-width: 100%;
  margin: 0 auto .52rem;
}
.articleMain p {
  margin-bottom: .6rem;
  text-align: justify;
}
.articlePage .btn-more{ color: #1ead4c; margin-bottom: .6rem;}

.subPart03 {
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
}
.subPart03 .subTitleLine {
  font-size: 0.3rem;
  line-height: 0.8rem;
  position: relative;
}
.subPart03 .subTitleLine span {
  display: inline-block;
  padding-right: 0.15rem;
  position: relative;
  z-index: 1;
}

.subPart03 .txt h3 {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #000;
}
.subPart03 .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
  text-align: justify;
}
.subPart03 .txt .linkBtn {
  text-align: center;
  margin: 0.2rem auto;
}
.subPart03 .txt .linkBtn a {
  display: inline-block;
  padding: 0 0.3rem;
  background-color: #1ead4c;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
}
.thanksPage .btn, .contactPage .btn {
  display: block;
  width: 3rem;
  height: 0.6rem;
  margin: 0 auto;
  background-color: #2b3339;
  border-radius: 0.6rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.thank-you-message {
  padding-top: 2rem;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 0.36rem;
  line-height: 1.6rem;
}
.thank-you-message p {
  font-size: 0.26rem;
  line-height: 0.6rem;
}
.thank-you-message .btn {
  background: #1ead4c;
  margin: 0.6rem auto;
  color: #fff;
}
.contactPage{ background-image: linear-gradient(to top, #fff, #f5f5f5);}
.contactPage .subContactMain {
  padding-bottom: 1rem;
}
.contactPage .txtbox {
  margin: 0.3rem 0;
  padding: 0.2rem;
  background: url(../images/subContactImg01.jpg) no-repeat center top;
  font: bold 0.26rem/0.6rem "Helvetica Neue";
  color: #fff;
  text-align: center;
}

.formBox{ padding: .4rem 0;  border-top: 1px solid #1ead4c; }
.contactPage .form-row {
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contactPage .form-row .form-label {
  position: relative;
  width: 100%;
  font: bold 0.26rem/0.6rem "Noto Sans JP";
  color: #2f2f2f;
}
.contactPage .form-row .form-label.required:after {
  content: "※";
  color: #e32;
}
.contactPage .form-row .form-label.requiredafter:after {
  content: none;
}
.contactPage .form-row .form-input {
  width: 100%;
  font: normal 0.26rem/0.6rem "Noto Sans JP";
  color: #222;
}
.contactPage .form-row .form-input input, .contactPage .form-row .form-input textarea, .contactPage .form-row .form-input select, .contactPage .form-row .form-input option {
  display: block;
  width: 100%;
  height: 0.6rem;
  font: normal 0.26rem/0.6rem "Noto Sans JP";
  padding-left: 0.2rem;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
}
.contactPage .form-row .form-input textarea {
  width: 100%;
  height: 2.4rem;
  padding: 0.2rem;
  font: normal 0.26rem/0.6rem "Noto Sans JP";
  color: #222;
  resize: none;
}
.contactPage .form-row input:focus, .contactPage .form-row textarea:focus, .contactPage .form-row select:focus {
  box-shadow: 0 0 10px rgba(31,173,75, 0.1);
}
.contactPage .toPrivacy {
  font: bold 0.26rem/0.6rem "Noto Sans JP";
  color: #2f2f2f;
}
.contactPage .error-message {
  display: block;
  width: 100%;
  color: #e32;
  font-size: 0.24rem;
  line-height: 0.52rem;
  display: none;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown), .contactPage textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.contactPage .checkbox-container {
  margin: 0.6rem 0;
  font-size: 0.26rem;
  line-height: 0.6rem;
}
.contactPage .checkbox-container a {
  color: #1ead4c;
  text-decoration: underline;
}
.contactPage .checkbox-container > div {
  margin-bottom: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactPage .checkbox-container input[type=checkbox] {
  margin-right: 0.1rem;
  margin-top: 0.15rem;
}

.contactPage .submit-container {
  display: flex;
  justify-content: center;
  gap: 0.15rem;
  margin-top: 0.5rem;
}

.contactPage .submit-container .btn {
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.contactPage .btn-edit {
  background-color: #888;
  color: white;
}

.contactPage .btn-edit:hover {
  background-color: #666;
}

.contactPage .btn-confirm {
  background-color: #1ead4c;
  color: white;
}

.contactPage .btn-submit {
  background-color: #1ead4c;
  color: white;
}

.contactPage .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 0.2rem;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}

.contactPage .confirmation-item {
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
}

.contactPage .confirmation-label {
  font-weight: bold;
  margin-bottom: 0.1rem;
  color: #555;
}

@keyframes myUp {
  0% {
    transform: translateY(.1rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-.1rem);
  }
}






