@charset "utf-8";


/* ---------------------------------------------------------
 * 業務内容　#page-works
** --------------------------------------------------------- */
/* --------------- .service --------------- */
#page-works .service {
  padding-top: 100px;
}
#page-works .service .header {
  text-align: center;
}
#page-works .service .header .en {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #326D3F;
}
#page-works .service .header .en img {
  width: 50px;
}
#page-works .service .header h2 {
  margin-top: 20px;
  font-size: 20px;
}
#page-works .service .header h2 span {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  letter-spacing: 10px;
  line-height: 1;
}
#page-works .service .content {
  margin-top: 60px;
}
#page-works .service .content > div {
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
#page-works .service #content01 {
  background-image: url("../img/works_img01.png");
}
#page-works .service #content02 {
  background-image: url("../img/works_img02.png");
}
#page-works .service #content03 {
  background-image: url("../img/works_img03.png");
}
#page-works .service .content > div:nth-child(2n+1) {
  background-position: left center;
}
#page-works .service .content .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 660px;
}
#page-works .service .content .box {
  max-width: 560px;
  padding: 50px;
  background-color: #EBF5ED;
  border-radius: 50px;
}
#page-works .service .content > div:nth-child(2n+1) .box {
  margin-left: auto;
}
#page-works .service .content .en {
  color: #326D3F;
}
#page-works .service .content .ttl {
  margin-top: 10px;
  font-size: 36px;
  letter-spacing: 3px;
}
#page-works .service .content .ttl::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 30px;
  background-color: #326D3F;
}
#page-works .service .content p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
}
#page-works .service .content .btn_area {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1439px) {
  #page-works .service .content > div {
    background-position: left 440px top;
  }
  #page-works .service .content > div:nth-child(2n+1) {
    background-position: right 440px top;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #page-works .service .header h2 {
    font-size: 16px;
  }
  #page-works .service .header h2 span {
    font-size: 28px;
    letter-spacing: 3px;
  }
  #page-works .service .content > div {
    margin-bottom: 40px;
  }
  #page-works .service .content .wrapper {
    min-height: auto;
  }
  #page-works .service .content .box {
    padding: 30px 20px;
    border-radius: 25px;
  }
  #page-works .service .content .ttl {
    font-size: 28px;
  }
}


/* --------------- .other --------------- */
#page-works .other {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #EBF5ED;
}
#page-works .other .header {
  text-align: center;
}
#page-works .other .header .en {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #326D3F;
}
#page-works .other .header .en img {
  width: 50px;
}
#page-works .other .header h2 {
  margin-top: 20px;
  font-size: 20px;
}
#page-works .other .header h2 span {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  letter-spacing: 3px;
}
#page-works .other .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}
#page-works .other .content > div {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
}
#page-works .other .content .en {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  color: #326D3F;
  text-align: center;
}
#page-works .other .content .en::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #326D3F;
}
#page-works .other .content .en span {
  display: inline-block;
  margin-left: 4px;
  font-size: 36px;
  vertical-align: middle;
}
#page-works .other .ttl {
  margin-top: 10px;
  font-size: 28px;
  text-align: center;
}
#page-works .other .img {
  margin-top: 15px;
}
#page-works .other .img img {
  width: 100%;
}
#page-works .other p {
  margin-top: 20px;
  font-size: 15px;
}
@media (max-width: 1439px) {
  #page-works .other {
  }
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #page-works .other .header h2 {
    font-size: 16px;
  }
  #page-works .other .header h2 span {
    font-size: 28px;
  }
  #page-works .other .content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #page-works .other .content > div {
    padding: 30px 20px;
    border-radius: 15px;
  }
  #page-works .other .content .en span {
    font-size: 28px;
  }
  #page-works .other .ttl {
    font-size: 20px;
  }
}