@charset "UTF-8";
/*----------------
-----services-----
----------------*/


/* head
-------------------------------------------------*/

.pageTitle {
  max-width: 286px;
}

.pageLead {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .pageTitle {
    max-width: 665px;
  }

  .pageLead {
    margin-bottom: 50px;
    text-align: center;
  }
}

/* anchorList
-------------------------------------------------*/

.anchorList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin: 0 0 60px 0;
}
@media screen and (min-width: 768px) {
  .anchorList {
    flex-direction: row;
    gap: 20px;
    margin: 0 0 85px 0;
  }
}

.anchorItem {
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .anchorItem {
    margin: 0;
  }
}

.anchorLink {
  padding: .6em .2em;
  font-size: 1.8rem;
  border: #3D7B1C 2px solid;
}

/* serviceItem
-------------------------------------------------*/

.serviceItem {
  margin: 0 auto 50px;
  padding: 30px 30px 35px;
  max-width: 900px;
  background: #fff;
  border-radius: clamp(20px, 5vw, 30px);
}
@media screen and (min-width: 768px) {
  .serviceItem {
    margin: 0 auto 90px;
    padding: 45px 30px 60px;
  }
}

.serviceItem:last-child {
  margin-bottom: 0;
}

.serviceInner {
  margin: 0 auto;
  width: 100%;
  max-width: 620px;
}
@media screen and (min-width: 601px) {
  .serviceInner {
    width: 80%;
  }
}
@media screen and (min-width: 901px) {
  .serviceInner {
    width: 75%;
  }
}

.serviceText {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .serviceText:first-of-type {
    padding-top: 10px;
  }
}

.serviceImg {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .serviceImg {
    margin-top: 40px;
  }
}

/* contactInfo
-------------------------------------------------*/

.contactInfo {
  margin-top: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contactInfo {
    margin-top: 100px;
  }
}

.induction {
  margin-bottom: .8em;
  color: #3D7B1C;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
}

.mail,
.mailAddress {
  display: inline-block;
  font-size: 1.8rem;
  color: #3D7B1C;
}

.mail {
  margin-right: 2px;
  padding: .1em .5em .2em;
  color: #fff;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.1;
  background: #BDD65B;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .mail {
    margin-right: 8px;
  }
}

.mailAddress {
  color: #3D7B1C;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1;
  transform: translateY(.1em);
}
