@charset "utf-8";
/*top
 ----------------------------------------------------*/
.indexH3 {
  font-size: 5rem;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .indexH3 {
    font-size: 4rem;
  }
}
.indexH3 .descJapanTex {
  font-size: 1.5rem;
  display: block;
  color: #333;
  margin-top: -15px;
}
.indexH3 .indexTitleEnglish {
  color: #01be9f;
  font-weight: 500;
}
.indexH3:after {
  content: "";
  display: block;
  width: 0.8em;
  height: 4px;
  max-width: 100%;
  margin: 0.2em auto 0;
  border-right: 0.5em solid #ccc;
  border-left: 0.5em solid #ccc;
  padding: 0 0.1em;
  background-color: #01be9f;
  background-clip: content-box;
}
/*END indexH3*/
.indexVoice {
  background: url("../img/top/voicebg.png") repeat #5799d4;
  padding: 65px 0 90px;
}
.indexVoice .indexH6 {
  text-align: center;
  font-size: 3.5rem;
  color: #fffa4d;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .indexVoice .indexH6 {
    font-size: 3rem;
  }
}
.indexVoice .indexH6:before {
  content: "";
  display: block;
  background: url("../img/top/voiceicon.svg") no-repeat;
  margin: 0 auto;
  width: 100px;
  height: 70px;
}
@media only screen and (max-width: 768px) {
  .indexVoice .indexH6:before {
    width: 65px;
    height: 50px;
  }
}
.indexVoice .indexVoiceBtn {
  text-align: center;
  padding-top: 45px;
}
.indexVoice .indexVoiceBtn a {
  display: inline-block;
  color: #5799d4;
  font-size: 2rem;
  background: #fff;
  padding: 10px 4%;
  border-radius: 50px;
  position: relative;
  border: solid 5px #5799d4;
  box-shadow: 0px 4px 0px 0px #49799e;
}
@media only screen and (max-width: 768px) {
  .indexVoice .indexVoiceBtn a {
    font-size: 1.5rem;
    padding: 10px 9%;
  }
}
.indexVoice .indexVoiceBtn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5799d4;
  border-right: solid 2px #5799d4;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.indexVoice .indexVoiceBtn a:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.indexVoice .indexVoiceBtn a:hover {
  background: #5799d4;
  color: #fff;
  border: solid 5px #fff;
}
.indexVoice .voiceSlider .slick-slide {
  margin: 10px 0;
}
.indexVoice .voiceSlider li {
  text-align: center;
  position: relative;
}
.indexVoice .voiceSlider li .voiceImage {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 5;
}
.indexVoice .voiceSlider li .boderArea {
  border: solid 1px #fff;
  padding: 40px 2% 10px;
  margin-top: -40px;
}
.indexVoice .voiceSlider li a {
  padding: 90px 2% 2% 2%;
  display: block;
  position: relative;
}
.indexVoice .voiceSlider li a .title {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
  padding-bottom: 5px;
}
.indexVoice .voiceSlider li a .name {
  color: #fff;
  font-size: 1.2rem;
  padding-top: 10px;
}
.indexVoice .voiceSlider .next {
  position: absolute;
  top: 0;
  right: -5%;
  bottom: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  background-image: url("../img/top/nextbtnvoice.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.indexVoice .voiceSlider .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
  width: 52px;
  height: 52px;
  background-image: url("../img/top/prebtnvoice.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.indexVoice .voiceMassage {
  opacity: 0;
  width: 800px;
  max-width: 800px;
  min-height: 250px;
  margin: 0 auto 50px;
  background: #fff;
  padding: 20%;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .indexVoice .voiceMassage {
    width: 500px;
    min-height: 260px;
  }
}
@media only screen and (max-width: 600px) {
  .indexVoice .voiceMassage {
    width: 300px;
    padding: 10%;
  }
}
.indexVoice .voiceMassage:before {
  content: "";
  position: absolute;
  left: calc(100% - 52%);
  bottom: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .indexVoice .voiceMassage:before {
    left: calc(100% - 50% - 18px);
  }
}
.indexVoice .voiceMassage .voiceMassageTitle {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0;
  color: #5799d4;
  margin-bottom: 30px;
  border-bottom: 6px solid #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .indexVoice .voiceMassage .voiceMassageTitle {
    font-size: 2rem;
  }
}
.indexVoice .voiceMassage .voiceMassageComent {
  font-size: 1.6rem;
}
.indexVoice li.slick-center .voiceMassage {
  display: block;
  opacity: 1;
  width: 800px;
  padding: 20%;
  left: calc(50% - 400px);
}
@media only screen and (max-width: 768px) {
  .indexVoice li.slick-center .voiceMassage {
    width: 500px;
    left: calc(50% - 250px);
  }
}
@media only screen and (max-width: 600px) {
  .indexVoice li.slick-center .voiceMassage {
    width: 100%;
    padding: 10%;
    left: 0;
  }
}
/*END indexvoice*/
.indexAgency .indexAgencyBox {
  background: #fff;
  border-top: 5px #01be9f solid;
  margin-top: -4%;
}
.indexAgency .descText {
  text-align: center;
  padding-top: 30px;
}
.indexAgency .descText span {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 3rem;
  color: #01be9f;
  border-bottom: 3px solid #01be9f;
}
@media only screen and (max-width: 600px) {
  .indexAgency .descText span {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
.indexAgency .descText02 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .indexAgency .descText02 {
    font-size: 2rem;
  }
}
.indexAgency .banner {
  text-align: center;
  padding-bottom: 10px;
}
.indexAgency .descBanner {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .indexAgency .descBanner {
    font-size: 1.8rem;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.indexAgency .descBanner span {
  color: #ffa901;
  font-weight: bold;
}
.indexAgency .list {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .indexAgency .list {
    padding-bottom: 25px;
  }
}
.indexAgency .list ul li {
  text-align: center;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .indexAgency .list ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.indexAgency .list ul li a {
  display: block;
  padding: 10% 4% 4%;
  border-radius: 10px;
  border: solid 5px transparent;
}
.indexAgency .list ul li:nth-child(1) a {
  background: url("../img/top/indexagencybg.png") #aad7ff;
  background-position: center;
}
.indexAgency .list ul li:nth-child(1) a:hover {
  border: solid 5px #7eaee8;
}
.indexAgency .list ul li:nth-child(2) a {
  background: url("../img/top/indexagencybg.png") #7be4d3;
  background-position: center;
}
.indexAgency .list ul li:nth-child(2) a:hover {
  border: solid 5px #45d0b9;
}
.indexAgency .list ul .yellow {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
  background: linear-gradient(transparent 60%, #fffa4d 60%);
  display: inline-block;
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  .indexAgency .list ul .yellow {
    font-size: 1.4rem;
  }
}
.indexAgency .list ul .subText {
  text-align: right;
}
.indexAgency .list ul .list01 {
  background: #fff;
  border: solid 2px #5799d4;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 5px 15px;
}
.indexAgency .list ul .list02 {
  background: #fff;
  border: solid 2px #01be9f;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 5px 15px;
}
@media only screen and (max-width: 600px) {
  .indexAgency .list ul .list02 {
    display: block;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
/*END indexAgency*/
.indexService {
  background: #f2fcfa;
  padding: 90px 0 90px;
}
@media only screen and (max-width: 600px) {
  .indexService {
    padding: 45px 0 10px;
  }
}
.indexService .indexServiceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 55px;
}
.indexService .indexServiceList li {
  width: 32%;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .indexService .indexServiceList li {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .indexService .indexServiceList li {
    width: 100%;
  }
}
.indexService .indexServiceList li .serviceTitleTextWrap {
  background: #fff;
  position: relative;
  height: 300px;
}
.indexService .indexServiceList li .serviceTitleTextWrap:before {
  background: #01be9f;
  width: 60px;
  height: 60px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .indexService .indexServiceList li .serviceTitleTextWrap:before {
    background: #01be9f;
    width: 40px;
    height: 40px;
  }
}
.indexService .indexServiceList li .serviceTitleTextWrap:after {
  content: "";
  display: block;
  width: 2.1666em;
  height: 0.3888em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 22px;
  right: 13px;
  transform-origin: right bottom;
  transform: translate(0, -70%) skewX(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: border-color 0.8s, transform 0.8s;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .indexService .indexServiceList li .serviceTitleTextWrap:after {
    width: 1.6em;
    bottom: 14px;
    right: 7px;
  }
}
.indexService .indexServiceList li .img01 {
  overflow: hidden;
  height: 208px;
  position: relative;
  z-index: 1;
}
.indexService .indexServiceList li .img01 img {
  transition: 0.3s;
}
.indexService .indexServiceList li a {
  display: block;
}
.indexService .indexServiceList li a:hover .img01 img {
  transform: scale(1.2);
  transition-duration: 0.3s;
}
.indexService .indexServiceList li .serviceIcon {
  width: 70px;
  min-height: 105px;
  margin: -95px auto 0;
  position: relative;
  z-index: 4;
}
.indexService .indexServiceList li .serviceIcon:before {
  content: "";
  display: block;
  background: url(../img/top/bgwhite.png) no-repeat;
  background-position: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-clip: content-box;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: calc(50% - 100px);
}
.indexService .indexServiceList li .serviceIcon img {
  padding-top: 30px;
}
.indexService .indexServiceList li .serviceIcon02 {
  width: 50px;
  height: 97px;
}
.indexService .indexServiceList li .serviceIcon03 {
  width: 46px;
  height: 97px;
}
.indexService .indexServiceList li .serviceTitle {
  font-size: 2.5rem;
  color: #01be9f;
  text-align: center;
  position: relative;
  z-index: 4;
  line-height: 1.4;
}
.indexService .indexServiceList li .serviceDescText {
  position: relative;
  z-index: 4;
  text-align: center;
  font-size: 1.6rem;
  padding: 0 2%;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .indexService .indexServiceList li .serviceDescText {
    font-size: 1.4rem;
  }
}
.indexService .indexServiceList li .serviceDescrtext02 {
  text-align: center;
  font-size: 1.3rem;
  display: block;
}
.indexService .indexServiceList li .serviceDescrtext02 span {
  color: #c33;
}
/*END indexService*/
.indexMovie {
  background: url("../img/top/indexmovieimg01.png"),
    url("../img/top/indexmovieimg02.png"), #01be9f;
  background-repeat: no-repeat;
  background-position: left bottom 0, right top 0;
  padding: 40px 0 40px;
}
.indexMovie .movieflex {
  align-items: center;
}
.indexMovie .lBox {
  width: 30%;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .indexMovie .lBox {
    width: 100%;
  }
}
.indexMovie .lBox .indexH5Movie {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}
.indexMovie .lBox .indexH5Movie span {
  color: #fff;
  display: block;
  font-size: 2rem;
  margin-top: -7px;
}
.indexMovie .rBox {
  width: 60%;
}
@media only screen and (max-width: 600px) {
  .indexMovie .rBox {
    width: 100%;
  }
}
.indexMovie .rBox .youtube iframe {
  width: 100%;
}
/*END indexMovie*/
.starimg {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.indexWorries {
  background: #f2fcfa;
  padding-top: 100px;
}
@media only screen and (max-width: 600px) {
  .indexWorries {
    padding-top: 60px;
  }
}
.indexWorries .indexH4Text {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 50px;
}
@media only screen and (max-width: 768px) {
  .indexWorries .indexH4Text {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 600px) {
  .indexWorries .indexH4Text {
    font-size: 2rem;
    padding: 20px 0 0;
  }
}
.indexWorries .indexH4Text span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fffa4d 60%);
}
/*END indexworries*/
.btnLime {
  text-align: center;
}
.btnLime a {
  display: inline-block;
  background: #01be9f;
  padding: 10px 4%;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  width: 300px;
  position: relative;
}
.btnLime a:after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 9px;
  background: url(../img/top/rimesguer.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -2px;
}
.btnLime a:hover {
  background: #f05757;
}
.indexNews {
  background: #f2fcfa;
  padding: 40px 0 0;
  overflow: hidden;
  /*END newSlider*/
  /*END indexNewsList*/
}
.indexNews .indexNewsCatList {
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
}
@media only screen and (max-width: 768px) {
  .indexNews .indexNewsCatList {
    flex-wrap: wrap;
  }
}
.indexNews .indexNewsCatList li {
  background: #fff;
  margin: 0 0.8em;
}
@media only screen and (max-width: 600px) {
  .indexNews .indexNewsCatList li {
    width: auto;
    margin-bottom: 15px;
  }
}
.indexNews .indexNewsCatList li a {
  display: block;
  padding: 3px 10px 3px 10px;
}
.indexNews .indexNewsCatList li:nth-child(1) {
  border-left: solid 5px #dd6691;
}
.indexNews .indexNewsCatList li:nth-child(2) {
  border-left: solid 5px #b667db;
}
.indexNews .indexNewsCatList li:nth-child(3) {
  border-left: solid 5px #6770db;
}
.indexNews .indexNewsCatList li:nth-child(4) {
  border-left: solid 5px #67b4db;
}
.indexNews .indexNewsCatList li:nth-child(5) {
  border-left: solid 5px #dbae67;
}
.indexNews .newSlider {
  max-width: 95%;
  margin: 0 auto;
  /*赤*/
  /*紫*/
  /*青*/
  /*薄い青*/
  /*茶黄色*/
}
.indexNews .newSlider .slick-list {
  padding-bottom: 50px;
}
.indexNews .newSlider li {
  background: #fff;
  overflow: hidden;
  /* box-shadow */
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1),
    0px 2px 5px 1px rgba(10, 10, 10, 0.02);
}
.indexNews .newSlider li a {
  display: block;
}
.indexNews .newSlider .neswinner {
  padding: 4%;
}
.indexNews .newSlider .slick-slide {
  margin: 0 10px;
}
.indexNews .newSlider .newsTham {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.indexNews .newSlider img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.indexNews .newSlider a:hover img {
  transform: scale(1.2);
  transition-duration: 0.3s;
}
.indexNews .newSlider .catnamecom {
  display: inline-block;
  color: #fff;
  padding: 3px 8px;
  position: absolute;
  bottom: 0;
}
.indexNews .newSlider .catname-seminar {
  background: #dd6691;
}
.indexNews .newSlider .catname-haccp {
  background: #b667db;
}
.indexNews .newSlider .catname-virus {
  background: #6770db;
}
.indexNews .newSlider .catname-products {
  background: #67b4db;
}
.indexNews .newSlider .catname-other {
  background: #dbae67;
}
.indexNews .newSlider .newsTitle {
  min-height: 4em;
  font-size: 1.6rem;
  color: #01806a;
  font-weight: 500;
}
.indexNews .newSlider .newsContent {
  min-height: 6em;
}
.indexNews .newSlider .next {
  position: absolute;
  top: 0;
  right: 22.5%;
  bottom: 0;
  margin: auto;
  width: 68px;
  height: 68px;
  background-image: url("../img/top/nextbtnnews.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .indexNews .newSlider .next {
    width: 45px;
    height: 45px;
    right: 0;
  }
}
.indexNews .newSlider .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22.5%;
  margin: auto;
  width: 68px;
  height: 68px;
  background-image: url("../img/top/prebtnnews.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .indexNews .newSlider .prev {
    width: 45px;
    height: 45px;
    left: 0;
  }
}
.indexNews .newSlider .newsDay {
  color: #999;
  font-size: 1.2rem;
  text-align: right;
}
.indexNews .newSlider .newsDay:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../img/top/clock.svg") no-repeat 0 0 / contain;
  margin-right: 5px;
  vertical-align: -1px;
}
.indexNews .newSlider .label {
  border-top: solid 1px #ccc;
}
.indexNews .newSlider .label .labellsite {
  padding: 4% 4% 3% 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indexNews .newSlider .label .labellsite .outside {
  position: relative;
  background: #ccc;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  width: 30%;
  padding: 0.5%;
  margin-right: 5px;
  margin-bottom: 0.5em;
}
.indexNews .newSlider .label .labellsite .inside {
  font-size: 1.1rem;
  letter-spacing: 0;
  background: #fff;
  clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 9% 100%, 0% 50%);
  padding: 2% 2% 2% 16px;
  position: relative;
}
.indexNews .newSlider .label .labellsite .inside:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: url("../img/top/cericlenewsicon.svg") no-repeat 0 0 / contain;
  margin-right: 5px;
  vertical-align: 1px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
}
.indexNews .indexNewsList {
  margin-top: 80px;
  margin-bottom: 80px;
  /*END li.indexNewsListItem*/
}
@media only screen and (max-width: 768px) {
  .indexNews .indexNewsList {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.indexNews .indexNewsList li.indexNewsListItem {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  border-bottom: solid 1px #ccc;
  /*カテゴリー色*/
  /*カテゴリー色*/
  /*カテゴリー色*/
}
@media only screen and (max-width: 768px) {
  .indexNews .indexNewsList li.indexNewsListItem {
    padding: 30px 10px;
  }
}
.indexNews .indexNewsList li.indexNewsListItem div {
  margin-right: 15px;
}
.indexNews .indexNewsList li.indexNewsListItem .newsListDate p {
  color: #00be9f;
  font-size: 1.4rem;
  font-weight: bold;
}
.indexNews .indexNewsList li.indexNewsListItem .newsListCat {
  width: 100px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexNews .indexNewsList li.indexNewsListItem .newsListCat p {
  color: #fff;
  font-size: 1.4rem;
}
.indexNews .indexNewsList li.indexNewsListItem .Cat-support {
  background: #6770db;
}
.indexNews .indexNewsList li.indexNewsListItem .Cat-product {
  background: #67b4db;
}
.indexNews .indexNewsList li.indexNewsListItem .Cat-counter {
  background: #dd6691;
}
.indexNews .indexNewsList li.indexNewsListItem .seminar {
  background: #dd6691;
}
.indexNews .indexNewsList li.indexNewsListItem .haccp {
  background: #b667db;
}
.indexNews .indexNewsList li.indexNewsListItem .virus {
  background: #6770db;
}
.indexNews .indexNewsList li.indexNewsListItem .products {
  background: #67b4db;
}
.indexNews .indexNewsList li.indexNewsListItem .other {
  background: #dbae67;
}
.indexNews .indexNewsList li.indexNewsListItem .newsListTtl p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .indexNews .indexNewsList li.indexNewsListItem .newsListTtl {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}
.indexNews .indexNewsList li.indexNewsListItem .newsListReadMore a {
  width: 124px;
  height: 30px;
  border: solid 1px #34cbb2;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #34cbb2;
}
.indexNews .indexNewsList li.indexNewsListItem .newsListReadMore a:hover {
  background: #34cbb2;
  color: #fff;
}
/*END indexNews*/
.indexOutSlider {
  padding: 120px 0 120px;
}
@media only screen and (max-width: 768px) {
  .indexOutSlider {
    padding: 50px 0 80px;
  }
}
.indexOutSlider .slick-dots li.slick-active button:before {
  color: #01be9f;
  opacity: 0.75;
}
.indexOutSlider .virusUl {
  width: 100%;
  margin-bottom: 80px;
}
.indexOutSlider .virusUl li {
  margin: 0 15px;
}
.indexOutSlider .virusUl img {
  height: auto;
}
.indexOutSlider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
/*END indexOutSlider*/
.indexSelect {
  padding-bottom: 50px;
  background-color: #f2fcfa;
  overflow: hidden;
}
.indexSelect .indexSelsectH2 {
  text-align: center;
  background: url(../img/top/spcialbgleft.png),
    url(../img/top/spcialbgright.png), #01be9f;
  background-position: left bottom 0, right top 0;
  background-repeat: no-repeat;
  padding: 60px 2% 50px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .indexSelect .indexSelsectH2 {
    padding: 60px 2% 35px;
  }
}
.indexSelect .indexSelsectH2:before {
  content: "";
  position: absolute;
  left: calc(100% - 50%);
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #01be9e transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .indexSelect .indexSelsectH2:before {
    left: calc(100% - 56%);
  }
}
.indexSelect .indexSelsectH2 span {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .indexSelect .indexSelsectH2 span {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .indexSelect .indexSelsectH2 span {
    font-size: 2.6rem;
  }
}
.indexSelect .indexSelsectH2 span:before {
  content: "";
  display: block;
  background: url(../img/top/supesial.svg) no-repeat;
  background-size: contain;
  width: 180px;
  height: 60px;
  position: absolute;
  left: -110px;
  top: -36px;
}
@media only screen and (max-width: 600px) {
  .indexSelect .indexSelsectH2 span:before {
    content: "";
    display: block;
    background: url(../img/top/supesial.svg) no-repeat;
    background-size: contain;
    width: 150px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -38px;
  }
}
.indexSelect .inner {
  position: relative;
  z-index: 0;
}
.indexSelect .inner::before {
  content: "";
  display: block;
  width: 100vw;
  height: 130px;
  position: relative;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  background-color: #fff;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .indexSelect .inner::before {
    height: 60px;
  }
}
.indexSelect .indexSelsectImg {
  margin-bottom: -43px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .indexSelect .indexSelsectImg {
    margin-bottom: 50px;
  }
}
.indexSelect .indexSelsectImg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 50%;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  background-color: #fff;
  z-index: -1;
}
.indexSelect ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 0 4%;
}
@media only screen and (max-width: 600px) {
  .indexSelect ul {
    margin-bottom: 40px;
  }
}
.indexSelect ul li {
  width: 32%;
  border-top: 4px solid #01be9f;
  padding-bottom: 40px;
  background-color: #fff;
  position: relative;
  text-align: center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .indexSelect ul li {
    width: 48%;
  }
  .indexSelect ul li:nth-of-type(n + 3) {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .indexSelect ul li {
    width: 100%;
  }
  .indexSelect ul li:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}
.indexSelect ul li .img-wrapper {
  width: 204px;
  height: 204px;
  border-radius: 50%;
  border: 14px solid rgba(255, 255, 255, 0.42);
  background-color: rgba(255, 255, 255, 0.884);
  background-clip: padding-box;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.indexSelect ul li .img-wrapper img {
  display: block;
  max-width: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.indexSelect ul li p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8em;
  margin-top: 50px;
  color: #01be9f;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .indexSelect ul li p:nth-of-type(1) {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.indexSelect ul li p:nth-of-type(2) {
  margin-top: 1em;
  font-weight: 500;
  line-height: 1.9;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .indexSelect ul li p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
/*END indexSelect*/
.indexOut {
  background: url("../img/top/sqbg.png") repeat;
  padding: 90px 0 90px;
}
@media only screen and (max-width: 600px) {
  .indexOut {
    padding: 50px 0 90px;
  }
}
.indexOut .indexOutText01 {
  font-size: 2rem;
  padding-left: 20px;
  border-left: 5px solid #d13737;
}
.indexOut .indexOutH1 {
  font-size: 3.8rem;
  color: #00a072;
  font-weight: bold;
  line-height: 60px;
  border-left: 5px solid #d8d8d8;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .indexOut .indexOutH1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 600px) {
  .indexOut .indexOutH1 {
    font-size: 2.2rem;
    line-height: 40px;
  }
}
.indexOut .indexOutText02 {
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  .indexOut .indexOutText02 {
    font-size: 1.6rem;
  }
}
.indexOut .lBox {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .indexOut .lBox {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .indexOut .lBox {
    width: 100%;
  }
}
.indexOut .rBox {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .indexOut .rBox {
    width: 100%;
  }
}
/*END indexOut*/
.divNav {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .divNav {
    display: none;
  }
}
.divNav nav > ul {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.divNav nav > ul > li {
  flex-grow: 1;
  width: 12.5%;
  height: 50px;
  border-right: 1px solid #01be9f;
  text-align: center;
  box-sizing: border-box;
}
.divNav nav > ul > li.gnav-antidirt{
  position: relative;
}
.divNav nav > ul > li:nth-child(1) {
  border-left: 1px solid #01be9f;
}
.divNav nav > ul > li > a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.36;
}
.divNav nav > ul > li.gnav-document {
  width: 15%;
  flex-grow: 1.5;
}
.divNav nav > ul > li.gnav-document > a {
  border: 1px solid #00bc9d;
  position: relative;
  color: #01bc9d;
}
.divNav nav > ul > li.gnav-document > a::before {
  content: '';
  display: block;
  width: 23px;
  height: 24px;
  margin-right: .5em;
  background: url(../img/common/gnav_document_icon.svg) no-repeat center center/contain;
}
.divNav nav > ul > li.gnav-document > a:hover::before {
  background-image: url(../img/common/gnav_document_icon_hover.svg);
}
.divNav nav > ul > li.gnav-document > a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 2px solid #01bc9d;
  border-right: 2px solid #01bc9d;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
}
.divNav nav > ul > li.gnav-document > a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.divNav nav > ul > li > a:hover {
  background: #01be9f;
  color: #fff;
}
.divNav nav > ul > li.has-child > a {
  position: relative;
}
.divNav nav > ul > li.has-child > a::before {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  margin: 0 auto;
  border-top: 4px solid #01be9f;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  right: 0;
  top: calc(100% + 7.5px);
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
.divNav nav > ul > li.has-child:hover > a::before {
  opacity: 1;
}
.divNav nav > ul > li > .child {
  display: none;
  padding-top: 21px;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  cursor: auto;
  z-index: 5;
}
.divNav nav > ul > li.gnav-service > .child {
  max-width: 1018px;
}
.divNav nav > ul > li.gnav-antidirt > .child {
  max-width: 230px;
  right: auto;
}
.divNav nav > ul > li > .child > .flex {
  display: flex;
  border: 1px solid #00be9f;
  padding: 1.5em 2em;
  background-color: #f2fcfa;
}
.divNav nav > ul > li.gnav-service > .child > .flex {
  padding-right: 5%;
  padding-left: 5%;
}
.divNav nav > ul > li > .child > .flex > ul {
  flex-grow: 1;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
}
.divNav nav > ul > li > .child > .flex > ul + ul {
  margin-left: 4%;
}
.divNav nav > ul > li > .child > .flex > ul > li + li {
  margin-top: 0.2em;
}
.divNav nav > ul > li > .child > .flex > ul > li.gnav-service-sanitation {

}
.divNav nav > ul > li > .child > .flex > ul > li.gnav-service-seminar {
  margin-top: 36px;
  padding-left: 0;
}
.divNav nav > ul > li > .child > .flex > ul > li > p {
  border-bottom: 1px solid #00be9f;
  padding-bottom: 0.1em;
}
.divNav nav > ul > li > .child > .flex > ul > li > p > a {
  display: flex;
  align-items: center;
  padding-bottom: .8em;
  font-weight: 700;
}
.divNav nav > ul > li > .child > .flex > ul > li.gnav-service-sanitation > p > a::after,
.divNav nav > ul > li > .child > .flex > ul > li.gnav-service-seminar > p > a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 20px;
  margin-left: auto;
  border-top: 2px solid #01bc9d;
  border-right: 2px solid #01bc9d;
  transform: rotate(45deg);
}
.divNav nav > ul > li > .child > .flex > ul > li > p > a:hover {
  color: #01be9f;
}
.divNav nav > ul > li > .child > .flex > ul > li > p > a > img {
  margin-right: 10px;
}
.divNav nav > ul > li > .child > .flex > ul > li > a {
  display: inline-flex;
  vertical-align: top;
}
.divNav nav > ul > li > .child > .flex > ul > li > a::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin-left: .4em;
  margin-right: 0.4em;
  margin-top: 0.8em;
  border-radius: 50%;
  background-color: #00be9f;
}
.divNav nav > ul > li > .child > .flex > ul > li > a:hover {
  color: #01be9f;
}
.gnav-onlineShopBtn {
  margin-top: .7em;
  margin-left: .5em;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.gnav-onlineShopBtn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  max-width: 100%;
  border-radius: 6px;
  padding: .7em .5em;
  background-color: #d13737;
  color: inherit;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: .14em;
}
.gnav-onlineShopBtn > a::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 23px;
  height: 20px;
  margin-right: .5em;
  background: url(../img/common/gnav_onlineShopBtn_icon.svg) no-repeat center center/contain;
}
.divNav nav > ul.subNav{
  justify-content: space-between;
}
.divNav nav > ul.subNav > li{
  background: #EEE;
  border: none !important;
  width: 24%;
  flex-grow: 0;
  height: auto;
  padding: 5px;
}
.divNav nav > ul.subNav a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.divNav nav > ul.subNav a img{
  margin-right: 10px;
  width: 40px;
}
/*END divNav*/
.indexMainSlider ul {
  background: #fbfbfb;
  position: relative;
  padding: 30px 0;
}
.indexMainSlider li {
  padding: 0 20px;
}
.indexMainSlider li img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .indexMainSlider li {
    padding: 0 10px;
  }
}
.indexMainSlider .slick-prev {
  z-index: 5;
}
.indexMainSlider .prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19%;
  margin: auto;
  width: 68px;
  height: 68px;
  background-image: url("../img/top/prebtnmain.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .indexMainSlider .prev {
    width: 45px;
    height: 45px;
    left: 2%;
  }
}
.indexMainSlider .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 19%;
  bottom: 0;
  margin: auto;
  width: 68px;
  height: 68px;
  background-image: url("../img/top/nextbtnmain.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .indexMainSlider .next {
    width: 45px;
    height: 45px;
    right: 2%;
  }
}
/*END indexMainSlider*/
