@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;
}
main .hero {
  background-color: #E4EDF1;
}
main .hero__wrap {
  width: 1200px;
  padding: 5px 0 0;
  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: 20px 0;
  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: 50px 0;
}
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(/koma-portfolio/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(/koma-portfolio/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(/koma-portfolio/assets/images/bg_ki01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .about {
  padding: 50px 0;
}
main .about__box {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .about__imgWrap {
  position: relative;
  background-color: #696C25;
  width: 500px;
  height: 500px;
  border-radius: 1.5rem;
  overflow: hidden;
}
main .about__name {
  position: absolute;
  top: 35px;
  left: 45px;
  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: 600px;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 1.5rem;
  padding: 0 30px;
}
main .about__text {
  width: 100%;
}
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: 50px 0;
}
main .service__bgHa01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 80px;
  background-image: url(/koma-portfolio/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(/koma-portfolio/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(/koma-portfolio/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(/koma-portfolio/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__link {
  position: relative;
  width: 1200px;
  text-align: right;
  padding: 35px 0 0;
}
main .service__bgTori {
  position: absolute;
  right: 9%;
  bottom: -10%;
  width: 35px;
  height: 40px;
  background-image: url(/koma-portfolio/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: 50px 0;
}
main .works__text {
  padding: 35px 0 0;
}
main .works__box {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .works__item {
  background-color: #E4EDF1;
  width: 28%;
  border-radius: 1rem;
  padding: 0 20px 20px 20px;
}
main .contact {
  background-color: #696C25;
  padding: 50px 0;
}
main .contact .titleWrap {
  color: #fff;
}
main .contact__bgTori {
  position: absolute;
  right: 9%;
  top: 0;
  width: 60px;
  height: 80px;
  background-image: url(/koma-portfolio/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(/koma-portfolio/assets/images/bg_ki02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
main .contact__text {
  padding: 35px 0 0;
}
main .contact__note {
  color: #fff;
  font-size: 1.2rem;
}/*# sourceMappingURL=index.css.map */