@charset "UTF-8";
main section h2 {
  font-family: "Edu SA Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-bottom: 15px;
}
main .hero {
  background-color: #E4EDF1;
}
main .hero__wrap {
  width: 1200px;
  padding: 60px 0 50px;
  position: relative;
}
main .hero__box {
  width: 800px;
}
main .hero__title {
  width: 100%;
}
main .hero__maintxt {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  padding: 40px 0 30px;
  letter-spacing: 0.08em;
}
main .hero__maintxt img {
  display: inline-block;
  padding-left: 10px;
  width: 3.5%;
}
main .hero__subtxt {
  padding-left: 1rem;
}
main .hero__btnWrap {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 25px;
}
main .hero__btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #696C25;
  border: solid 1px #696C25;
  color: #fff;
  font-weight: 500;
  border-radius: 2.5rem;
  text-align: center;
  letter-spacing: 0.08em;
  transition: background-color 0.3s ease, color 0.3s;
}
main .hero__btn:hover {
  background-color: #fff;
  color: #696C25;
}
main .hero__bgKusa {
  position: absolute;
  right: 18.5%;
  bottom: 8%;
  width: 45px;
  height: 30px;
  background-image: url(/assets/images/bg_kusa01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
main .hero__bgTori {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 65px;
  height: 70px;
  background-image: url(/assets/images/bg_tori01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .hero__bgKi {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 85px;
  height: 110px;
  background-image: url(/assets/images/bg_ki01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .about {
  padding: 80px 0 120px;
}
main .about__box {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
main .about__solidLine {
  border: solid 2px #CDDE80;
  border-radius: 2rem;
  padding: 48px;
}
main .about__imgWrap {
  position: relative;
  background-color: #696C25;
  width: 400px;
  height: 400px;
  border-radius: 1.5rem;
  overflow: hidden;
}
main .about__name {
  position: absolute;
  top: 20px;
  left: 35px;
  width: 120px;
  height: 60px;
  background-color: #fff;
  border-radius: 1.5rem;
  border: solid 1px #CDDE80;
  text-align: center;
  line-height: 65px;
  font-family: "Edu SA Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #696C25;
}
main .about__txtWrap {
  background-color: #CDDE80;
  width: 500px;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 2rem;
  padding: 0 50px;
}
main .about__text {
  width: 100%;
  padding-top: 20px;
}
main .about__listTitle {
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 0 0;
  border-bottom: solid 1px #444;
}
main .about__list {
  width: 100%;
}
main .about__listSub {
  font-size: 1.2rem;
  display: block;
}
main .service {
  background-color: #85CAC8;
  padding: 80px 0;
}
main .service__bgHa01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 80px;
  background-image: url(/assets/images/bg_ha01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .service__bgHa02 {
  position: absolute;
  left: 6%;
  top: 0;
  width: 60px;
  height: 80px;
  background-image: url(/assets/images/bg_ha02.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .service__bgHa03 {
  position: absolute;
  left: 12%;
  top: 0;
  width: 60px;
  height: 80px;
  background-image: url(/assets/images/bg_ha01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .service__bgHa04 {
  position: absolute;
  left: 18%;
  top: 0;
  width: 60px;
  height: 80px;
  background-image: url(/assets/images/bg_ha02.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .service__text {
  padding: 35px 0 0;
}
main .service__box {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .service__item {
  background-color: #fff;
  width: 25%;
  border-radius: 1.5rem;
  padding: 0 30px 20px;
}
main .service__listSub {
  font-size: 1.2rem;
  display: block;
}
main .service__linkWrap {
  width: 1200px;
  display: flex;
  justify-content: right;
  padding: 55px 0 0;
}
main .service__link {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 50px;
}
main .service__bgTori {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 35px;
  height: 40px;
  background-image: url(/assets/images/bg_tori02.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .service a {
  color: #fff;
  font-weight: 500;
  padding: 5px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}
main .service a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}
main .works {
  padding: 80px 0 70px;
}
main .works__text {
  padding: 35px 0 0;
}
main .works__client {
  width: 1200px;
  border-radius: 2rem;
  background-color: #E4EDF1;
  text-align: center;
}
main .works__client--title {
  padding: 35px 0 20px;
  display: flex;
  justify-content: center;
}
main .works__client h3 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #696C25;
  border-radius: 1.5rem;
  padding: 10px 15px;
  border-bottom: none;
}
main .works__client--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 120px 65px;
}
main .works__client--itemTop {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 100%;
  padding: 20px 35px;
  margin-bottom: 50px;
}
main .works__client--item {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 40%;
  padding: 20px 35px;
}
main .works__client h4 {
  padding: 5px 0 15px;
  border-bottom: solid 1px #85CAC8;
}
main .works__client dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}
main .works__client dt {
  width: 20%;
}
main .works__client dd {
  width: 75%;
  text-align: left;
}
main .works__client dt, main .works__client dd {
  background-image: linear-gradient(to right, #85CAC8 2px, transparent 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 8px 0;
}
main .works__sample {
  width: 1200px;
  border-radius: 1.5rem;
  background-color: #fff;
  text-align: center;
  padding: 35px 0 10px;
}
main .works__sample--title {
  padding: 35px 0 20px;
  display: flex;
  justify-content: center;
}
main .works__sample h3 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #696C25;
  color: #fff;
  border-radius: 1.5rem;
  padding: 10px 15px;
  border-bottom: none;
}
main .works__sample--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
}
main .works__sample--item {
  background-color: #E4EDF1;
  border-radius: 1.5rem;
  width: 26%;
  padding: 30px 25px 25px;
  text-align: left;
}
main .works__sample--img {
  width: 100 main .works__sample--img;
  height: 150px;
  background-color: #f3f9ff;
  border-radius: 1.5rem;
  overflow: hidden;
}
main .works__sample--img img {
  width: 100%;
  height: auto;
}
main .works__sample h4 {
  padding: 25px 0 10px;
}
main .works__sample--txt {
  font-size: 1.4rem;
  padding-bottom: 35px;
}
main .works__sample--link {
  text-align: right;
}
main .works__sample--link a, main .works__sample--link span {
  font-size: 1.4rem;
  padding: 10px 15px;
  border: solid 1px #444;
  border-radius: 2rem;
}
main .works__sample--link span {
  color: #aaa;
}
main .works__sample--link a {
  transition: background-color 0.3s ease, color 0.3s;
}
main .works__sample--link a:hover {
  background-color: #444;
  color: #fff;
}
main .works__sample .nodata {
  background-color: #fff;
}
main .contact {
  background-color: #696C25;
  padding: 80px 0 100px;
}
main .contact .titleWrap {
  color: #fff;
}
main .contact__bgTori {
  position: absolute;
  right: 9%;
  top: 0;
  width: 60px;
  height: 80px;
  background-image: url(/assets/images/bg_tori03.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .contact__bgKi {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 55px;
  background-image: url(/assets/images/bg_ki02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
main .contact__text {
  padding: 50px 0 0;
}
main .contact__form {
  width: 600px;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 50px;
}
main .contact__form .required {
  color: #d88;
  font-size: 11px;
  opacity: 0.8;
}
main .contact__form--item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
main .contact__form--item label {
  width: 35%;
}
main .contact__form--item input, main .contact__form--item textarea {
  width: 65%;
  padding: 5px;
}
main .contact__form--item textarea {
  height: 100px;
  resize: none;
}
main .contact__form--item input::-moz-placeholder, main .contact__form--item textarea::-moz-placeholder {
  color: #ccc;
}
main .contact__form--item input::placeholder,
main .contact__form--item textarea::placeholder {
  color: #ccc;
}
main .contact__form--btnWrap {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
main .contact__form--btnWrap button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #ffecbc;
  border: solid 2px #F9D375;
  color: #444;
  font-weight: 500;
  border-radius: 2.5rem;
  text-align: center;
  letter-spacing: 0.08em;
  transition: background-color 0.3s ease, color 0.3s;
}
main .contact__form--btnWrap button:hover {
  background-color: #F9D375;
  font-weight: 700;
}
main .contact__mail {
  width: 100%;
  color: #fff;
  text-align: center;
  padding-bottom: 75px;
}
main .contact__mail a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 5px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}
main .contact__mail a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}
main .contact__note {
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 1240px) {
  main .hero__wrap {
    width: 100%;
    padding: 60px 0 50px;
    display: flex;
    justify-content: center;
  }
  main .hero__box {
    width: 675px;
  }
  main .hero__btnWrap {
    width: 420px;
  }
  main .about__box {
    width: 675px;
  }
  main .about__solidLine {
    margin-bottom: 45px;
  }
  main .service__box {
    width: 675px;
    justify-content: center;
  }
  main .service__item {
    width: 50%;
    margin-bottom: 60px;
  }
  main .service__linkWrap {
    width: 675px;
    padding: 0;
  }
  main .service__bgTori {
    right: 15%;
  }
  main .works {
    padding: 80px 0 70px;
  }
  main .works__text {
    padding: 35px 0 0;
  }
  main .works__client {
    width: 675px;
  }
  main .works__client--box {
    justify-content: center;
    padding: 50px 50px 65px;
  }
  main .works__client--item {
    width: 90%;
    margin-bottom: 60px;
  }
  main .works__sample {
    width: 675px;
  }
  main .works__sample--box {
    justify-content: center;
  }
  main .works__sample--item {
    width: 70%;
    margin-bottom: 60px;
  }
  main .works__sample .nodata {
    display: none;
  }
}
@media (max-width: 768px) {
  main section h2 {
    font-size: 3rem;
    padding-bottom: 10px;
  }
  main section .titleWrap {
    padding: 0 0 32px;
  }
  main .hero__wrap {
    width: 100%;
    padding: 60px 0 50px;
    display: flex;
    justify-content: center;
  }
  main .hero__box {
    width: 90%;
  }
  main .hero__btnWrap {
    width: 65%;
    padding: 50px 0 0;
  }
  main .hero__btn {
    margin-bottom: 30px;
  }
  main .hero__bgKusa {
    right: 45%;
    bottom: 3%;
  }
  main .hero__bgTori {
    right: 22%;
    bottom: 5%;
  }
  main .hero__bgKi {
    bottom: 5%;
  }
  main .about {
    padding: 40px 0;
  }
  main .about__box {
    width: 90%;
  }
  main .about__solidLine {
    padding: 30px;
    margin-bottom: 32px;
  }
  main .about__imgWrap {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  main .about__name {
    top: 10px;
    left: 10px;
    width: 100px;
    height: 50px;
    line-height: 55px;
    font-size: 2rem;
  }
  main .about__txtWrap {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 5vw;
  }
  main .about li {
    width: 85%;
  }
  main .service {
    padding: 40px 0;
  }
  main .service__bgHa01, main .service__bgHa02, main .service__bgHa03, main .service__bgHa04 {
    width: 40px;
    height: 50px;
  }
  main .service__bgHa01 {
    left: 3%;
  }
  main .service__bgHa02 {
    left: 15%;
  }
  main .service__bgHa03 {
    left: auto;
    right: 15%;
  }
  main .service__bgHa04 {
    left: auto;
    right: 3%;
  }
  main .service__text {
    padding: 30px 10vw 0;
    text-align: left;
  }
  main .service__box {
    width: 80%;
  }
  main .service__item {
    width: 100%;
    margin-bottom: 32px;
  }
  main .service__linkWrap {
    width: 80%;
    padding: 0;
  }
  main .works {
    padding: 40px 0 0;
  }
  main .works__text {
    padding: 35px 0 0;
  }
  main .works__client {
    width: 90%;
  }
  main .works__client--title {
    padding: 20px 0 5px;
  }
  main .works__client--text {
    text-align: left;
    padding: 0 5vw;
  }
  main .works__client--box {
    justify-content: center;
    padding: 32px 5vw 8px;
  }
  main .works__client--item {
    width: 90%;
    margin-bottom: 32px;
  }
  main .works__sample {
    width: 90%;
  }
  main .works__sample--title {
    padding: 0 0 5px;
  }
  main .works__sample--text {
    text-align: left;
    padding: 0 5vw;
  }
  main .works__sample--box {
    justify-content: center;
    padding: 32px 5vw 8px;
  }
  main .works__sample--item {
    width: 100%;
    margin-bottom: 32px;
  }
  main .works__sample .nodata {
    display: none;
  }
  main .contact {
    padding: 40px 0;
  }
  main .contact__bgTori {
    right: 12%;
    top: 20px;
    width: 60px;
    height: 70px;
  }
  main .contact__text {
    padding: 32px 0 0;
    font-size: 1.4rem;
  }
  main .contact__mail {
    padding-bottom: 32px;
  }
  main .contact__note {
    padding: 0 5vw;
  }
}/*# sourceMappingURL=index.css.map */