/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	service1
+++++++++++++++++++++++++++++++++++++++++++ */
#service1 h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #service1 section {
    margin: 30px 0;
  }
}
#service1 section .flex {
  gap: 13px;
}
@media screen and (max-width: 767px) {
  #service1 section .flex .flexImg {
    order: -1;
  }
}
#service1 section h3 {
  margin: 0 0 10px;
  line-height: 1.2;
  color: #1A7108;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #service1 section h3 {
    font-size: 6.4vw;
    order: -2;
  }
}
#service1 section h3 strong {
  font-size: 10rem;
  font-family: 'Oswald', sans-serif;
  vertical-align: -4px;
}
@media screen and (max-width: 767px) {
  #service1 section h3 strong {
    font-size: 15vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	service2
+++++++++++++++++++++++++++++++++++++++++++ */
#service2 section {
  margin: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  #service2 section {
    margin: 30px 0;
  }
}
#service2 section .hgroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  max-width: 520px;
  min-height: 100px;
  margin: 0 0 20px;
  padding: 0 0 12px;
  border-bottom: #1A7108 4px solid;
}
@media screen and (max-width: 767px) {
  #service2 section .hgroup {
    max-width: none;
    min-height: auto;
  }
}
#service2 section .hgroup .icon {
  flex-shrink: 0;
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #service2 section .hgroup .icon {
    width: 15vw;
  }
}
#service2 section .hgroup h3 {
  line-height: 1.2;
  color: #1A7108;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #service2 section .hgroup h3 {
    font-size: 5.8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	service3
+++++++++++++++++++++++++++++++++++++++++++ */
#service3 section {
  padding: 42px 0;
}
#service3 section.serviceBg {
  margin: 0 calc(50% - 50vw);
  padding: 35px 0;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  #service3 section.serviceBg {
    margin: 0 -10px;
  }
}
#service3 section h3 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #service3 section h3 {
    font-size: 5.8vw;
  }
}
#service3 section .format {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #service3 section .format {
    gap: 20px 10px;
  }
}
#service3 section .format li {
  min-width: 128px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #service3 section .format li {
    width: 20vw;
    min-width: 0;
    font-size: 2.8vw;
  }
}
#service3 section .format li .icon {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin: 0 auto 10px;
  padding: 10px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #service3 section .format li .icon {
    width: 20vw;
    height: 20vw;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  #service3 section .format li .icon img {
    width: 100%;
    height: 10vw;
    object-fit: contain;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	service4
+++++++++++++++++++++++++++++++++++++++++++ */
#service4 {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #service4 {
    padding-bottom: 0;
  }
}
