html {
  /**************************************************************/
  /* riset */
  /**************************************************************/
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
html * {
  font-feature-settings: "palt";
  box-sizing: border-box;
  line-break: strict;
}
html body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  position: relative;
}
@media (max-width: 600px) {
  html body {
    font-size: 14px;
  }
}
html body img,
html body svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin: 0;
  font-weight: 500;
  font-size: inherit;
}
html body dl,
html body dt,
html body dd {
  margin: 0;
  padding: 0;
}
html body ul,
html body ol {
  margin: 0;
  padding: 0;
}
html body li {
  list-style: none;
}
html body p {
  margin: 0;
}
html body a {
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}
html body a:hover {
  color: inherit;
}
html body em,
html body i,
html body address {
  font-style: normal;
}
html body b,
html body strong {
  font-weight: inherit;
}
html body figure {
  margin: 0;
}
html body input[type=text],
html body input[type=button],
html body input[type=tel],
html body input[type=email],
html body input[type=submit],
html body textarea,
html body button {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
  appearance: none;
}
html body select {
  appearance: none;
}
html body table {
  table-layout: fixed;
}
html body {
  /**************************************************************/
  /* front */
  /**************************************************************/
}
html body::before, html body::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  background: transparent linear-gradient(180deg, #fbf4e1 0%, #fbf4e1 57%, rgba(251, 244, 225, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  left: 0;
}
html body::before {
  aspect-ratio: 1920/1670;
  top: 0;
  max-height: 100%;
}
@media (max-width: 600px) {
  html body::before {
    aspect-ratio: 390/780;
  }
}
html body::after {
  aspect-ratio: 1920/920;
  transform: rotate(180deg);
  bottom: 0;
}
html body header h1,
html body footer h1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
}
html body header h1 img,
html body footer h1 img {
  max-width: 334px;
  width: 100%;
}
html body header h1 span,
html body footer h1 span {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006230;
  border-radius: 100px;
  width: 182px;
  height: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 24px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  html body header h1 img,
  html body footer h1 img {
    max-width: 260px;
  }
  html body header h1 span,
  html body footer h1 span {
    font-size: 18px;
    width: 140px;
    height: 30px;
  }
}
@media (max-width: 600px) {
  html body header h1 img,
  html body footer h1 img {
    max-width: 220px;
  }
  html body header h1 span,
  html body footer h1 span {
    font-size: 16px;
    width: 110px;
    height: 26px;
  }
}
html body header {
  position: absolute;
  width: 100%;
  z-index: 100;
  padding: 60px 5vw 0;
}
html body main .subtitle__01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  gap: 54px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
html body main .subtitle__01 em {
  color: #9ac244;
  font-size: 30px;
  position: relative;
}
html body main .subtitle__01 em::after {
  content: "";
  width: 100%;
  display: block;
  height: 26px;
  background-image: url(../img/subtitle__deco--01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -34px;
}
html body main .subtitle__01 span {
  color: #fff;
  font-size: 40px;
  position: relative;
  height: 74px;
  max-width: 382px;
  width: calc(100% - 10vw);
  margin: 0 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9ac244;
  border: 4px solid transparent;
}
html body main .subtitle__01 span::before, html body main .subtitle__01 span::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #9ac244;
  width: 22%;
  height: 100%;
  bottom: -28%;
  z-index: -2;
}
html body main .subtitle__01 span::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 20% 50%);
  left: -10%;
}
html body main .subtitle__01 span::after {
  clip-path: polygon(100% 0, 80% 50%, 100% 100%, 0 100%, 0 0);
  right: -10%;
}
@media (max-width: 1000px) {
  html body main .subtitle__01 {
    gap: 40px;
  }
  html body main .subtitle__01 em {
    font-size: 24px;
  }
  html body main .subtitle__01 span {
    width: 320px;
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  html body main .subtitle__01 {
    gap: 28px;
  }
  html body main .subtitle__01 em {
    font-size: 20px;
  }
  html body main .subtitle__01 em::after {
    bottom: -28px;
  }
  html body main .subtitle__01 span {
    font-size: 30px;
    height: 64px;
  }
}
@media (max-width: 600px) {
  html body main .subtitle__01 {
    gap: 24px;
  }
  html body main .subtitle__01 em {
    font-size: 18px;
  }
  html body main .subtitle__01 em::after {
    bottom: -26px;
  }
  html body main .subtitle__01 span {
    width: 300px;
    font-size: 28px;
    height: 60px;
  }
}
@media (max-width: 500px) {
  html body main .subtitle__01 span {
    width: 280px;
    border-width: 2px;
  }
}
@media (max-width: 400px) {
  html body main .subtitle__01 {
    gap: 34px;
    margin-bottom: 60px;
  }
  html body main .subtitle__01 em::after {
    bottom: -30px;
  }
  html body main .subtitle__01 span {
    font-size: 20px;
    height: 42px;
    width: 200px;
  }
}
html body main .subtitle__02 {
  font-family: "Viga", sans-serif;
  color: #9ac244;
  font-size: 150px;
  writing-mode: vertical-rl;
  position: absolute;
}
@media (max-width: 800px) {
  html body main .subtitle__02 {
    opacity: 0.2;
  }
}
@media (max-width: 600px) {
  html body main .subtitle__02 {
    display: none;
  }
}
html body main .subtitle__03 {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  align-items: flex-end;
  color: #9ac244;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  gap: 14px;
}
html body main .subtitle__03::before, html body main .subtitle__03::after {
  content: "";
  display: block;
  width: 23px;
  height: auto;
  aspect-ratio: 23/28;
  background-image: url(../img/subtitle__deco--02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
html body main .subtitle__03::after {
  transform: scale(-1, 1);
}
@media (max-width: 1200px) {
  html body main .subtitle__03 {
    font-size: 36px;
    gap: 12px;
  }
  html body main .subtitle__03::before, html body main .subtitle__03::after {
    width: 20px;
  }
}
@media (max-width: 1000px) {
  html body main .subtitle__03 {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  html body main .subtitle__03 {
    font-size: 28px;
    gap: 9px;
  }
  html body main .subtitle__03::before, html body main .subtitle__03::after {
    width: 16px;
  }
}
@media (max-width: 600px) {
  html body main .subtitle__03 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  html body main .subtitle__03 {
    font-size: 20px;
    gap: 6px;
  }
  html body main .subtitle__03::before, html body main .subtitle__03::after {
    width: 12px;
  }
}
html body main .list__01 {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  gap: 18px 30px;
}
html body main .list__01 li {
  position: relative;
  padding-left: 38px;
  line-height: 1.6;
}
html body main .list__01 li::before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  left: 0;
  background-color: #9ac244;
  top: 8px;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  html body main .list__01 {
    font-size: 20px;
  }
  html body main .list__01 li::before {
    top: 5px;
  }
}
@media (max-width: 800px) {
  html body main .list__01 {
    font-size: 18px;
  }
  html body main .list__01 li {
    padding-left: 24px;
  }
  html body main .list__01 li::before {
    width: 18px;
    top: 7px;
  }
}
@media (max-width: 500px) {
  html body main .list__01 {
    font-size: 16px;
  }
  html body main .list__01 li {
    padding-left: 20px;
  }
  html body main .list__01 li::before {
    width: 16px;
    top: 5px;
  }
}
html body main.topPage {
  overflow: hidden;
  padding-top: 116px;
  padding-bottom: 200px;
}
@media (max-width: 800px) {
  html body main.topPage {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  html body main.topPage {
    padding-top: 0;
  }
}
html body main.topPage .fv {
  position: relative;
  height: auto;
  aspect-ratio: 1920/962;
}
html body main.topPage .fv__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main.topPage .fv__img--main {
  position: absolute;
  left: 25%;
  width: 45%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
html body main.topPage .fv__img--main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0431372549) 35%, rgba(255, 255, 255, 0.8352941176) 97%, rgba(255, 255, 255, 0.9019607843) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  z-index: 0;
}
html body main.topPage .fv__img--main img {
  width: 100%;
  position: relative;
}
html body main.topPage .fv__img img {
  position: absolute;
  display: block;
}
html body main.topPage .fv__img img[src*=dot], html body main.topPage .fv__img img[src*=cycle] {
  mix-blend-mode: multiply;
}
html body main.topPage .fv__img img:nth-child(2) {
  width: 26%;
  right: 12%;
  bottom: 120px;
}
html body main.topPage .fv__img img:nth-child(3) {
  width: 23%;
  right: -6%;
  top: -20px;
}
html body main.topPage .fv__img img:nth-child(4) {
  width: 25%;
  left: -12%;
  bottom: 20px;
}
html body main.topPage .fv__img img:nth-child(5) {
  width: 7%;
  left: 5%;
  top: 147px;
}
html body main.topPage .fv__img img:nth-child(6) {
  width: 5%;
  left: 8%;
  bottom: 70px;
}
html body main.topPage .fv__img img:nth-child(7) {
  width: 17%;
  left: 13%;
  bottom: -180px;
}
html body main.topPage .fv__img img:nth-child(8) {
  width: 5%;
  left: 21%;
  bottom: 90px;
}
html body main.topPage .fv__img img:nth-child(9) {
  width: 20%;
  right: 16%;
  top: -32px;
}
html body main.topPage .fv__img img:nth-child(10) {
  width: 5%;
  right: 4%;
  bottom: 330px;
}
html body main.topPage .fv__img img:nth-child(11) {
  width: 11%;
  left: 16%;
  top: 16px;
  z-index: 10;
}
html body main.topPage .fv__img img:nth-child(12) {
  width: 11%;
  left: 25%;
  bottom: 70px;
}
html body main.topPage .fv__img img:nth-child(13) {
  width: 5%;
  right: 17%;
  bottom: 86px;
  z-index: 10;
}
html body main.topPage .fv__img img:nth-child(14) {
  width: 12%;
  left: 22%;
  top: 30px;
}
html body main.topPage .fv__img img:nth-child(15) {
  width: 15%;
  right: 5%;
  bottom: 100px;
}
html body main.topPage .fv__img img:nth-child(16) {
  width: 8%;
  right: 3%;
  bottom: 50px;
}
html body main.topPage .fv__img img:nth-child(17), html body main.topPage .fv__img img:nth-child(18) {
  display: none;
}
html body main.topPage .fv__txt {
  pointer-events: none;
  height: 100%;
  max-width: 1380px;
  width: 90vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 100;
  line-height: 2;
}
html body main.topPage .fv__txt p {
  letter-spacing: 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 55px;
  font-weight: 700;
}
html body main.topPage .fv__txt p em {
  padding: 0 12px;
  background-color: #006230;
  color: #fff;
  border-radius: 16px;
}
html body main.topPage .fv__txt small {
  font-size: 22px;
  letter-spacing: 3px;
  font-family: "Viga", sans-serif;
  color: green;
  margin-top: 32px;
}
html body main.topPage .fv__txt img {
  display: none;
}
@media (max-width: 1500px) {
  html body main.topPage .fv__txt p {
    font-size: 40px;
  }
  html body main.topPage .fv__txt small {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  html body main.topPage .fv {
    aspect-ratio: 3/2;
  }
  html body main.topPage .fv__img--main {
    width: 65%;
  }
  html body main.topPage .fv__img img:nth-child(2) {
    bottom: 0;
    right: 1%;
  }
  html body main.topPage .fv__img img:nth-child(4) {
    bottom: auto;
    top: -10%;
    left: -4%;
  }
  html body main.topPage .fv__img img:nth-child(6) {
    width: 6%;
    left: 8%;
    bottom: 16%;
  }
  html body main.topPage .fv__img img:nth-child(7) {
    width: 27%;
    bottom: -14%;
    left: -7%;
  }
  html body main.topPage .fv__img img:nth-child(8) {
    width: 10%;
    left: 16%;
    bottom: 9%;
  }
  html body main.topPage .fv__img img:nth-child(12) {
    width: 18%;
    left: 24%;
    bottom: 4%;
  }
  html body main.topPage .fv__img img:nth-child(13) {
    width: 8%;
    right: 13%;
    bottom: -3%;
  }
  html body main.topPage .fv__img img:nth-child(14) {
    width: 14%;
  }
  html body main.topPage .fv__img img:nth-child(15) {
    width: 14%;
    right: 18%;
    bottom: -4%;
  }
  html body main.topPage .fv__img img:nth-child(16) {
    width: 8%;
    right: 6%;
    bottom: 32%;
  }
}
@media (max-width: 1000px) {
  html body main.topPage .fv__txt {
    line-height: 1.8;
  }
  html body main.topPage .fv__txt p {
    font-size: 32px;
  }
  html body main.topPage .fv__txt small {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  html body main.topPage .fv__txt p {
    font-size: 26px;
  }
  html body main.topPage .fv__img--main {
    left: 32%;
  }
  html body main.topPage .fv__img img:nth-child(2) {
    right: -3%;
  }
  html body main.topPage .fv__img img:nth-child(4) {
    width: 32%;
    left: -7%;
  }
  html body main.topPage .fv__img img:nth-child(11) {
    left: 28%;
  }
  html body main.topPage .fv__img img:nth-child(14) {
    left: 33%;
  }
  html body main.topPage .fv__img img:nth-child(16) {
    right: -2%;
  }
}
@media (max-width: 600px) {
  html body main.topPage .fv {
    aspect-ratio: auto;
  }
  html body main.topPage .fv__img {
    aspect-ratio: 390/370;
    position: relative;
  }
  html body main.topPage .fv__img--main {
    bottom: 0;
    width: 68%;
    left: 3%;
  }
  html body main.topPage .fv__img--main::after {
    display: none;
  }
  html body main.topPage .fv__img img:nth-child(4), html body main.topPage .fv__img img:nth-child(6), html body main.topPage .fv__img img:nth-child(7), html body main.topPage .fv__img img:nth-child(8), html body main.topPage .fv__img img:nth-child(11), html body main.topPage .fv__img img:nth-child(12), html body main.topPage .fv__img img:nth-child(14) {
    display: none;
  }
  html body main.topPage .fv__img img:nth-child(2) {
    width: 40%;
    right: 3%;
    bottom: 5px;
  }
  html body main.topPage .fv__img img:nth-child(3) {
    width: 23%;
    top: 30%;
    right: 9%;
  }
  html body main.topPage .fv__img img:nth-child(5) {
    width: 18%;
    z-index: -1;
    left: -2%;
  }
  html body main.topPage .fv__img img:nth-child(9) {
    width: 32%;
    left: -16%;
    top: -14%;
  }
  html body main.topPage .fv__img img:nth-child(10) {
    width: 15%;
    top: 46%;
  }
  html body main.topPage .fv__img img:nth-child(13) {
    width: 8%;
    bottom: -3px;
    right: 7%;
  }
  html body main.topPage .fv__img img:nth-child(15) {
    width: 16%;
    right: -6%;
    bottom: 3px;
  }
  html body main.topPage .fv__img img:nth-child(16) {
    top: -6%;
    width: 22%;
  }
  html body main.topPage .fv__img::before, html body main.topPage .fv__img::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
  }
  html body main.topPage .fv__img::before {
    width: 23%;
    bottom: 5px;
    left: -6%;
    z-index: -1;
    background-image: url(../img/fv__cycle--02.png);
    aspect-ratio: 1/1;
  }
  html body main.topPage .fv__img::after {
    width: 20%;
    bottom: -5%;
    left: 5%;
    background-image: url(../img/fv__flower--02.png);
    aspect-ratio: 76/80;
  }
  html body main.topPage .fv__txt {
    margin-top: 70px;
    pointer-events: all;
    max-width: 82vw;
  }
  html body main.topPage .fv__txt p {
    font-size: 6.8vw;
    letter-spacing: 0;
    line-height: 2;
  }
  html body main.topPage .fv__txt p em {
    color: #006230;
    background-color: transparent;
    padding: 0;
  }
  html body main.topPage .fv__txt small {
    display: none;
  }
  html body main.topPage .fv__txt::before, html body main.topPage .fv__txt::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  html body main.topPage .fv__txt::before {
    background-image: url(../img/fv__dot--02.png);
    width: 16vw;
    right: 4vw;
    bottom: 5vw;
    aspect-ratio: 1/1;
  }
  html body main.topPage .fv__txt::after {
    background-image: url(../img/fv__flower--02.png);
    width: 10vw;
    right: 0;
    bottom: 1vw;
    aspect-ratio: 38/40;
  }
}
@media (max-width: 500px) {
  html body main.topPage .fv__img {
    aspect-ratio: 390/420;
  }
}
html body main.topPage .navArea {
  margin-top: 230px;
  position: relative;
}
html body main.topPage .navArea p {
  text-align: center;
  line-height: 2.2;
  font-size: 24px;
  padding: 0 5vw;
}
html body main.topPage .navArea p .re,
html body main.topPage .navArea p img {
  display: none;
}
html body main.topPage .navArea nav {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5vw;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  gap: 36px;
  position: relative;
}
html body main.topPage .navArea nav a {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  max-width: 432px;
  height: 198px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 31px;
  font-weight: 700;
  gap: 30px;
  line-height: 1.6;
  border: 3px solid transparent;
}
html body main.topPage .navArea nav a span {
  position: relative;
}
html body main.topPage .navArea nav a span::before, html body main.topPage .navArea nav a span::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
html body main.topPage .navArea nav a span::before {
  width: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  right: 21px;
  bottom: 18px;
}
html body main.topPage .navArea nav a span::after {
  width: 30px;
  border-radius: 100%;
  border: 2px solid #fff;
  right: 10px;
  bottom: 6px;
}
html body main.topPage .navArea nav a svg {
  transition: all 0.3s;
  width: 108px;
  opacity: 0.8;
}
html body main.topPage .navArea nav a svg path {
  transition: all 0.3s;
  fill: #fff;
}
html body main.topPage .navArea nav a:first-child {
  background-color: #006230;
  border-color: #006230;
}
html body main.topPage .navArea nav a:first-child:hover {
  color: #006230;
}
html body main.topPage .navArea nav a:first-child:hover span::before, html body main.topPage .navArea nav a:first-child:hover span::after {
  border-color: #006230;
}
html body main.topPage .navArea nav a:first-child:hover svg path {
  fill: #006230;
}
html body main.topPage .navArea nav a:last-child {
  background-color: #9ac244;
  border-color: #9ac244;
}
html body main.topPage .navArea nav a:last-child:hover {
  color: #9ac244;
}
html body main.topPage .navArea nav a:last-child:hover span::before, html body main.topPage .navArea nav a:last-child:hover span::after {
  border-color: #9ac244;
}
html body main.topPage .navArea nav a:last-child:hover svg path {
  fill: #9ac244;
}
html body main.topPage .navArea nav a:hover {
  background-color: #fff;
  box-shadow: none;
}
html body main.topPage .navArea nav a:hover svg {
  opacity: 1;
}
html body main.topPage .navArea nav::before, html body main.topPage .navArea nav::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  height: auto;
}
html body main.topPage .navArea nav::before {
  width: 144px;
  aspect-ratio: 144/172;
  background-image: url(../img/fv__flower--02.png), url(/img/fv__dot--04.png);
  background-size: 72%, 72%;
  background-position: top left, bottom right;
  left: 9vw;
  top: -10px;
}
html body main.topPage .navArea nav::after {
  width: 200px;
  aspect-ratio: 224/164;
  background-image: url(../img/fv__flower--01.png);
  background-size: contain;
  right: 9vw;
  bottom: -42px;
}
@media (max-width: 1400px) {
  html body main.topPage .navArea nav::before {
    left: 3vw;
  }
  html body main.topPage .navArea nav::after {
    right: 3vw;
  }
}
@media (max-width: 1200px) {
  html body main.topPage .navArea {
    margin-top: 180px;
  }
}
@media (max-width: 1000px) {
  html body main.topPage .navArea p {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  html body main.topPage .navArea {
    margin-top: 120px;
  }
  html body main.topPage .navArea p {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  html body main.topPage .navArea p .re {
    display: block;
  }
}
@media (max-width: 600px) {
  html body main.topPage .navArea {
    margin-top: 50px;
  }
  html body main.topPage .navArea p {
    position: relative;
  }
  html body main.topPage .navArea p::after {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    width: 12vw;
    aspect-ratio: 1/1;
    right: 2vw;
    top: -2vw;
    background-image: url(../img/fv__dot--02.png);
  }
  html body main.topPage .navArea nav {
    gap: 28px;
  }
  html body main.topPage .navArea nav::before, html body main.topPage .navArea nav::after {
    background-size: contain;
  }
  html body main.topPage .navArea nav::before {
    width: 23vw;
    background-image: url(../img/fv__dot--01.png);
    left: -1vw;
    top: -50px;
    aspect-ratio: 1/1;
  }
  html body main.topPage .navArea nav::after {
    width: 38vw;
    transform: scale(-1, 1);
    background-image: url(../img/fv__dot--03.png);
    aspect-ratio: 145/136;
    right: -3vw;
    bottom: -70px;
  }
}
@media (max-width: 500px) {
  html body main.topPage .navArea nav a {
    width: 100%;
    height: auto;
    aspect-ratio: 260/110;
    font-size: 24px;
    line-height: 2;
  }
  html body main.topPage .navArea nav a span::before {
    right: 11px;
  }
  html body main.topPage .navArea nav a span::after {
    right: 0;
  }
}
@media (max-width: 400px) {
  html body main.topPage .navArea p {
    font-size: 16px;
  }
  html body main.topPage .navArea nav a {
    border-radius: 8px;
    font-size: 18px;
    width: 260px;
  }
  html body main.topPage .navArea nav a svg {
    width: 66px;
  }
  html body main.topPage .navArea nav a span::before {
    right: 10px;
    width: 8px;
    bottom: 14px;
  }
  html body main.topPage .navArea nav a span::after {
    width: 26px;
    row-gap: -4px;
    bottom: 2px;
  }
}
html body main.topPage .charms {
  margin-top: 150px;
  position: relative;
}
html body main.topPage .charms .subtitle__01 span {
  border-color: #fff;
}
html body main.topPage .charms .subtitle__02 {
  right: 2vw;
}
html body main.topPage .charms ol {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  max-width: calc(1600px + 10vw);
  padding: 0 5vw;
  margin: 0 auto;
  counter-reset: count 0;
  gap: 80px;
}
html body main.topPage .charms ol > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1060px;
  width: 100%;
}
html body main.topPage .charms ol > li::before {
  content: "0" counter(count);
  counter-increment: count 1;
  font-family: "Viga", sans-serif;
  font-size: 80px;
  color: #9ac244;
  border: 1px solid #9ac244;
  border-radius: 100%;
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main.topPage .charms ol > li:first-child {
  align-self: flex-start;
}
html body main.topPage .charms ol > li:nth-child(2) {
  align-self: center;
}
html body main.topPage .charms ol > li:last-child {
  align-self: flex-end;
}
html body main.topPage .charms ol > li div {
  width: calc(100% - 200px - 60px);
}
html body main.topPage .charms ol > li div h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
html body main.topPage .charms ol > li div h3 br {
  display: none;
}
html body main.topPage .charms ol > li div p,
html body main.topPage .charms ol > li div ul {
  font-size: 24px;
  margin-top: 26px;
}
html body main.topPage .charms ol > li div p {
  line-height: 2;
}
html body main.topPage .charms ol > li div ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
html body main.topPage .charms ol > li div ul li {
  position: relative;
  padding-left: 24px;
  line-height: 1.6;
}
html body main.topPage .charms ol > li div ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 30px;
  left: 0;
  background-color: #9ac244;
  top: 6px;
}
html body main.topPage .charms__inner {
  max-width: 1120px;
  width: 90vw;
  border: 3px solid #9ac244;
  margin: 140px auto 0;
  border-radius: 20px;
  padding: 30px 80px 50px;
  background-color: #fff;
  position: relative;
}
html body main.topPage .charms__inner ul {
  flex-direction: row;
  flex-wrap: wrap;
}
html body main.topPage .charms__inner ul li {
  width: calc(50% - 15px);
}
html body main.topPage .charms__inner::before, html body main.topPage .charms__inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  height: auto;
}
html body main.topPage .charms__inner::before {
  width: 224px;
  aspect-ratio: 224/164;
  background-image: url(../img/fv__flower--01.png);
  background-size: contain;
  left: -96px;
  bottom: -96px;
}
html body main.topPage .charms__inner::after {
  width: 212px;
  aspect-ratio: 212/180;
  background-image: url(../img/fv__flower--02.png), url(/img/fv__dot--04.png);
  background-size: 70%, 50%;
  background-position: top left, bottom right;
  background-blend-mode: multiply;
  right: -140px;
  top: -48px;
}
@media (max-width: 1300px) {
  html body main.topPage .charms ol > li {
    max-width: calc(100% - 130px);
  }
  html body main.topPage .charms ol > li:first-child, html body main.topPage .charms ol > li:nth-child(2), html body main.topPage .charms ol > li:last-child {
    align-self: flex-start;
  }
}
@media (max-width: 1000px) {
  html body main.topPage .charms ol > li::before {
    font-size: 70px;
    width: 150px;
  }
  html body main.topPage .charms ol > li > div {
    width: calc(100% - 150px - 30px);
  }
  html body main.topPage .charms ol > li > div h3 {
    font-size: 28px;
  }
  html body main.topPage .charms ol > li > div p,
  html body main.topPage .charms ol > li > div ul {
    font-size: 20px;
  }
  html body main.topPage .charms ol > li > div p li,
  html body main.topPage .charms ol > li > div ul li {
    padding-left: 18px;
  }
  html body main.topPage .charms ol > li > div p li::before,
  html body main.topPage .charms ol > li > div ul li::before {
    height: 28px;
    top: 2px;
    width: 8px;
  }
  html body main.topPage .charms__inner {
    padding: 30px 40px 40px;
  }
  html body main.topPage .charms__inner::before {
    width: 18vw;
    left: -4vw;
    bottom: -9vw;
  }
  html body main.topPage .charms__inner::after {
    width: 18vw;
    right: -4vw;
    top: -5vw;
    aspect-ratio: 65/58;
    background-size: 80%, 50%;
  }
}
@media (max-width: 800px) {
  html body main.topPage .charms ol > li {
    max-width: 100%;
  }
  html body main.topPage .charms ol > li::before {
    font-size: 50px;
    width: 120px;
  }
  html body main.topPage .charms ol > li > div {
    width: calc(100% - 120px - 30px);
  }
  html body main.topPage .charms__inner ul {
    flex-direction: column;
    align-content: center;
  }
  html body main.topPage .charms__inner ul li {
    width: auto;
  }
}
@media (max-width: 700px) {
  html body main.topPage .charms ol > li::before {
    font-size: 40px;
    width: 90px;
  }
  html body main.topPage .charms ol > li > div {
    width: calc(100% - 90px - 30px);
  }
  html body main.topPage .charms ol > li > div h3 {
    font-size: 24px;
  }
  html body main.topPage .charms ol > li > div p,
  html body main.topPage .charms ol > li > div ul {
    margin-top: 10px;
    font-size: 18px;
  }
  html body main.topPage .charms ol > li > div p li,
  html body main.topPage .charms ol > li > div ul li {
    padding-left: 14px;
  }
  html body main.topPage .charms ol > li > div p li::before,
  html body main.topPage .charms ol > li > div ul li::before {
    height: 24px;
    top: 3px;
    width: 6px;
  }
}
@media (max-width: 600px) {
  html body main.topPage .charms ol {
    padding: 0;
  }
  html body main.topPage .charms ol > li {
    position: relative;
    max-width: 100%;
    padding: 0 10vw;
    margin: 0 auto;
  }
  html body main.topPage .charms ol > li::before {
    position: absolute;
    font-size: 52px;
    width: 140px;
    opacity: 0.34;
    top: -50px;
  }
  html body main.topPage .charms ol > li::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    height: auto;
  }
  html body main.topPage .charms ol > li:nth-child(odd)::before {
    left: -12px;
  }
  html body main.topPage .charms ol > li:nth-child(even)::before {
    right: -12px;
  }
  html body main.topPage .charms ol > li:nth-child(1)::after {
    width: 28vw;
    aspect-ratio: 110/76;
    transform: rotate(180deg);
    background-image: url(../img/fv__dot--02.png), url(../img/fv__flower--01.png);
    background-position: bottom left, top right;
    background-size: 54%, 58%;
    right: -7vw;
    top: -14vw;
  }
  html body main.topPage .charms ol > li:nth-child(2)::after {
    width: 8.7vw;
    aspect-ratio: 34/35;
    background-image: url(../img/fv__flower--02.png);
    background-position: center;
    background-size: contain;
    left: 8vw;
    top: 0;
  }
  html body main.topPage .charms ol > li:nth-child(3)::after {
    width: 16vw;
    aspect-ratio: 1/1;
    background-image: url(../img/fv__dot--01.png);
    background-position: center;
    background-size: contain;
    right: 4vw;
    top: -6vw;
  }
  html body main.topPage .charms ol > li > div {
    width: 100%;
    position: relative;
  }
  html body main.topPage .charms ol > li > div h3 {
    font-size: 20px;
    text-align: center;
  }
  html body main.topPage .charms ol > li > div h3 br {
    display: block;
  }
  html body main.topPage .charms ol > li > div p,
  html body main.topPage .charms ol > li > div ul {
    font-size: 16px;
    margin-top: 30px;
  }
  html body main.topPage .charms ol > li > div p li::before,
  html body main.topPage .charms ol > li > div ul li::before {
    top: 2px;
    height: 22px;
  }
  html body main.topPage .charms__inner {
    width: 84vw;
  }
  html body main.topPage .charms__inner::after {
    right: -7vw;
  }
}
@media (max-width: 500px) {
  html body main.topPage .charms__inner {
    padding: 24px 24px 30px;
  }
}
html body main.topPage .profile {
  margin-top: -50px;
}
html body main.topPage .profile::before, html body main.topPage .profile::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1924/328;
  background-repeat: no-repeat;
  background-size: cover;
}
html body main.topPage .profile::before {
  background-image: url(../img/profile__bg--01.svg);
  background-position: top;
  margin-bottom: -1px;
}
html body main.topPage .profile::after {
  background-color: #f4f3ef;
  margin-bottom: -1px;
  background-image: url(../img/profile__bg--02.svg);
  background-position: bottom;
}
html body main.topPage .profile__inner {
  background-color: #f4f3ef;
  padding: 30px 0 40px;
}
html body main.topPage .profile__inner .subtitle__01 span {
  border-color: #f4f3ef;
}
html body main.topPage .profile__inner .subtitle__02 {
  left: 2vw;
}
html body main.topPage .profile__inner > ul {
  padding: 0 5vw;
  align-items: center;
}
html body main.topPage .profile__inner--tweColumn {
  position: relative;
  display: flex;
  width: 96vw;
  justify-content: space-between;
  max-width: 1360px;
  margin: 80px auto 0;
}
html body main.topPage .profile__inner--tweColumn dl {
  border-radius: 20px;
  width: 49%;
  background-color: #fff;
  padding: 50px 60px;
}
@media (max-width: 1400px) {
  html body main.topPage .profile__inner--tweColumn dl {
    width: 49.4%;
    padding: 40px;
  }
}
@media (max-width: 1300px) {
  html body main.topPage .profile__inner--tweColumn dl dt {
    font-size: 34px;
  }
}
@media (max-width: 1100px) {
  html body main.topPage .profile__inner--tweColumn dl {
    padding: 30px;
  }
  html body main.topPage .profile__inner--tweColumn dl dt {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  html body main.topPage .profile__inner--tweColumn dl dt {
    font-size: 27px;
  }
}
@media (max-width: 900px) {
  html body main.topPage .profile__inner--tweColumn {
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  html body main.topPage .profile__inner--tweColumn dl {
    width: 90vw;
  }
}
@media (max-width: 600px) {
  html body main.topPage .profile {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  html body main.topPage .profile__inner--tweColumn dl dt {
    font-size: 23px;
    gap: 5px;
  }
}
@media (max-width: 400px) {
  html body main.topPage .profile__inner > ul {
    align-items: flex-start;
    width: 288px;
    padding: 0;
    margin: 0 auto;
  }
  html body main.topPage .profile__inner--tweColumn dl dt {
    font-size: 22px;
  }
}
html body main.topPage .works {
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
html body main.topPage .works::before {
  content: "";
  display: block;
  width: 272px;
  height: auto;
  aspect-ratio: 272/164;
  background-image: url(../img/fv__flower--01.png), url(../img/fv__dot--04.png);
  background-size: 73%, 38%;
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  position: absolute;
  top: -300px;
  right: 5vw;
}
html body main.topPage .works .subtitle__01 span {
  border-color: #fff;
}
html body main.topPage .works .subtitle__02 {
  right: 2vw;
}
html body main.topPage .works__inner {
  display: flex;
  flex-direction: column;
  gap: 170px;
  margin: 80px 0 0;
}
html body main.topPage .works__inner--item {
  padding: 60px 0;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  background-color: #fbf4e1;
}
html body main.topPage .works__inner--item > * {
  max-width: 990px;
  width: 90vw;
  margin: 0 auto;
}
html body main.topPage .works__inner--item::before {
  content: "";
  display: block;
  width: calc((100vw - 1360px) / 2);
  height: 100%;
  position: absolute;
  background-color: #fbf4e1;
  top: 0;
}
html body main.topPage .works__inner--item::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
}
html body main.topPage .works__inner--item:nth-child(odd) {
  border-radius: 0 20px 20px 0;
}
html body main.topPage .works__inner--item:nth-child(odd)::before {
  left: calc(-1 * (100vw - 1360px) / 2);
}
html body main.topPage .works__inner--item:nth-child(odd) .fukidashi {
  right: -50px;
  transform: rotate(5deg);
}
html body main.topPage .works__inner--item:nth-child(odd) .fukidashi::before {
  transform: rotate(-5deg);
}
html body main.topPage .works__inner--item:nth-child(odd) .img {
  left: -150px;
}
html body main.topPage .works__inner--item:nth-child(even) {
  border-radius: 20px 0 0 20px;
}
html body main.topPage .works__inner--item:nth-child(even)::before {
  right: calc(-1 * (100vw - 1360px) / 2);
}
html body main.topPage .works__inner--item:nth-child(even) .img {
  right: -150px;
}
html body main.topPage .works__inner--item:nth-child(even) .fukidashi {
  left: -50px;
  transform: rotate(-5deg);
}
html body main.topPage .works__inner--item:nth-child(even) .fukidashi::before {
  transform: rotate(5deg) scale(-1, 1);
}
html body main.topPage .works__inner--item:nth-child(1)::after {
  width: 146px;
  background-image: url(/img/fv__dot--01.png);
  bottom: 60px;
  right: 60px;
}
html body main.topPage .works__inner--item:nth-child(2)::after {
  width: 104px;
  background-image: url(/img/fv__dot--04.png);
  right: 40px;
  top: 80px;
}
html body main.topPage .works__inner--item:nth-child(3)::after {
  width: 96px;
  background-image: url(/img/fv__dot--01.png);
  left: 40px;
  top: 80px;
}
html body main.topPage .works__inner--item .img {
  width: auto;
  position: absolute;
  max-height: 450px;
  height: 100%;
  bottom: -46px;
}
html body main.topPage .works__inner--item .fukidashi {
  padding-bottom: 26px;
  position: absolute;
  width: 382px;
  height: auto;
  aspect-ratio: 382/252;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: -83px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.7;
  font-size: 24px;
  text-align: center;
}
html body main.topPage .works__inner--item .fukidashi::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/works__fukidashi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
html body main.topPage .works__inner--item .ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
html body main.topPage .works__inner--item .ttl h3 {
  font-weight: 700;
  font-size: 40px;
  color: #006230;
}
html body main.topPage .works__inner--item .ttl ul {
  display: flex;
  font-weight: 700;
  flex-wrap: wrap;
  color: #fff;
  gap: 20px;
}
html body main.topPage .works__inner--item .ttl ul li {
  width: 143px;
  height: 48px;
  border-radius: 10px;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main.topPage .works__inner--item .ttl ul li.joukin, html body main.topPage .works__inner--item .ttl ul li.seikan {
  background-color: #006230;
}
html body main.topPage .works__inner--item .ttl ul li.part, html body main.topPage .works__inner--item .ttl ul li.junkan {
  background-color: #9ac244;
}
html body main.topPage .works__inner--item .bdy {
  font-size: 24px;
  margin-top: 40px;
  line-height: 2;
}
html body main.topPage .works__inner--item .lst {
  margin-top: 30px;
}
html body main.topPage .works__inner--item small {
  margin-top: 30px;
  display: block;
  font-size: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 26px 32px;
  line-height: 1.8;
}
@media (max-width: 1800px) {
  html body main.topPage .works .subtitle__02 {
    display: none;
  }
}
@media (max-width: 1700px) {
  html body main.topPage .works__inner--item:nth-child(odd) .img {
    left: 0;
  }
  html body main.topPage .works__inner--item:nth-child(even) .img {
    right: 0;
  }
  html body main.topPage .works__inner--item:nth-child(2)::after {
    left: 30px;
    bottom: 30px;
    top: auto;
  }
}
@media (max-width: 1500px) {
  html body main.topPage .works__inner--item:nth-child(odd) .img {
    left: 5vw;
  }
  html body main.topPage .works__inner--item:nth-child(even) .img {
    right: 5vw;
  }
  html body main.topPage .works__inner--item > * {
    max-width: 800px;
  }
}
@media (max-width: 1400px) {
  html body main.topPage .works__inner {
    margin-top: 200px;
    gap: 200px;
  }
  html body main.topPage .works__inner--item {
    padding: 90px 5vw 60px;
  }
  html body main.topPage .works__inner--item > * {
    max-width: 100%;
    width: 100%;
  }
  html body main.topPage .works__inner--item .img {
    width: auto;
  }
  html body main.topPage .works__inner--item::after {
    display: none !important;
  }
  html body main.topPage .works__inner--item:nth-child(odd) {
    padding-left: 250px;
  }
  html body main.topPage .works__inner--item:nth-child(odd) .fukidashi {
    right: 5vw;
  }
  html body main.topPage .works__inner--item:nth-child(even) {
    padding-right: 250px;
  }
  html body main.topPage .works__inner--item:nth-child(even) .fukidashi {
    left: 5vw;
  }
  html body main.topPage .works__inner--item .fukidashi {
    top: -170px;
  }
}
@media (max-width: 1300px) {
  html body main.topPage .works__inner--item {
    border-radius: 0 !important;
  }
}
@media (max-width: 1000px) {
  html body main.topPage .works__inner--item {
    padding: 60px 180px 60px 5vw !important;
  }
  html body main.topPage .works__inner--item .fukidashi {
    font-size: 20px;
    padding-bottom: 26px;
    position: absolute;
    top: -160px;
    width: 300px;
  }
  html body main.topPage .works__inner--item .img {
    width: 130px;
    left: auto !important;
    right: 2vw !important;
    bottom: -50px;
  }
  html body main.topPage .works__inner--item .ttl h3 {
    font-size: 32px;
  }
  html body main.topPage .works__inner--item .ttl ul {
    gap: 6px;
  }
  html body main.topPage .works__inner--item .ttl ul li {
    font-size: 20px;
    height: 38px;
    width: 100px;
  }
  html body main.topPage .works__inner--item .bdy {
    font-size: 20px;
  }
  html body main.topPage .works__inner--item:nth-child(odd) .fukidashi {
    left: 5vw;
    transform: rotate(-5deg);
    right: auto;
  }
  html body main.topPage .works__inner--item:nth-child(odd) .fukidashi::before {
    transform: rotate(5deg) scale(-1, 1);
    left: 0 !important;
  }
}
@media (max-width: 800px) {
  html body main.topPage .works::before {
    width: 16vw;
    aspect-ratio: 65/58;
    background-image: url(../img/fv__dot--04.png), url(../img/fv__flower--02.png);
    background-position: bottom right, top left;
    background-size: 50%, 83%;
    top: -20vw;
  }
  html body main.topPage .works__inner--item .ttl h3 {
    font-size: 30px;
  }
  html body main.topPage .works__inner--item .img {
    width: 17vw;
    height: auto;
    aspect-ratio: 68/186;
    object-fit: contain;
    object-position: bottom;
    bottom: -20vw;
  }
  html body main.topPage .works__inner--item .lst:last-child {
    padding-right: 17vw;
  }
}
@media (max-width: 700px) {
  html body main.topPage .works__inner--item {
    padding: 40px 8vw !important;
  }
}
@media (max-width: 600px) {
  html body main.topPage .works {
    margin-top: 60px;
  }
  html body main.topPage .works::before {
    top: 20vw;
  }
  html body main.topPage .works__inner {
    gap: 150px;
    margin-top: 150px;
  }
  html body main.topPage .works__inner--item .ttl {
    gap: 20px;
  }
  html body main.topPage .works__inner--item .ttl h3 {
    font-size: 24px;
  }
  html body main.topPage .works__inner--item .ttl ul li {
    font-size: 18px;
    height: 34px;
    width: 90px;
  }
  html body main.topPage .works__inner--item .bdy {
    font-size: 16px;
  }
  html body main.topPage .works__inner--item small {
    font-size: 14px;
  }
  html body main.topPage .works__inner--item .fukidashi {
    width: 220px;
    top: -110px;
    font-size: 14px;
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  html body main.topPage .works__inner {
    margin-top: 120px;
    gap: 100px;
  }
  html body main.topPage .works__inner--item .fukidashi {
    font-size: 12px;
    width: 160px;
    line-height: 1.6;
    top: -80px;
  }
  html body main.topPage .works__inner--item .ttl {
    gap: 10px;
    flex-wrap: wrap;
  }
  html body main.topPage .works__inner--item .ttl h3 {
    font-size: 20px;
  }
  html body main.topPage .works__inner--item .ttl ul li {
    font-size: 14px;
    width: 72px;
    border-radius: 8px;
    height: 26px;
  }
}
html body main.topPage .cv {
  display: block;
  max-width: 1088px;
  width: 90vw;
  height: auto;
  aspect-ratio: 1088/372;
  margin: 0 auto;
  background-color: #9ac244;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 70px 50px 50px 70px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 3px solid transparent;
  margin-top: 178px;
}
html body main.topPage .cv br:first-of-type {
  display: none;
}
html body main.topPage .cv > svg {
  position: absolute;
  width: 32%;
  left: 40px;
}
html body main.topPage .cv > svg path {
  fill: rgba(255, 255, 255, 0.22);
  transition: all 0.3s;
}
html body main.topPage .cv img {
  position: absolute;
  right: 40px;
  top: -66px;
}
html body main.topPage .cv h2 {
  align-self: flex-start;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.8;
  color: #fff;
  transition: all 0.3s;
}
html body main.topPage .cv span {
  transition: all 0.3s;
  align-self: flex-end;
  margin-top: auto;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 62px;
  font-weight: 700;
  color: #9ac244;
  gap: 10px;
  border-radius: 10px;
  font-size: 24px;
}
html body main.topPage .cv span svg {
  transform: rotate(180deg);
  width: 24px;
  transition: all 0.3s;
  right: 0;
  position: relative;
}
html body main.topPage .cv span svg path {
  transition: all 0.3s;
  fill: #9ac244;
}
html body main.topPage .cv:hover {
  border-color: #9ac244;
  background-color: #fff;
  box-shadow: none;
}
html body main.topPage .cv:hover h2 {
  color: #9ac244;
}
html body main.topPage .cv:hover > svg path {
  fill: rgba(154, 194, 68, 0.22);
}
html body main.topPage .cv:hover span {
  background-color: #9ac244;
  color: #fff;
}
html body main.topPage .cv:hover span svg {
  right: -10px;
}
html body main.topPage .cv:hover span svg path {
  fill: #fff;
}
html body main.topPage .cv::before, html body main.topPage .cv::after {
  content: "";
  display: block;
  background-blend-mode: multiply, multiply;
  position: absolute;
  height: auto;
}
html body main.topPage .cv::before {
  background-image: url(/img/fv__cycle--01.png), url(/img/fv__dot--01.png);
  background-size: 76%, 46%;
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  width: 200px;
  aspect-ratio: 200/176;
  left: -276px;
  top: -92px;
}
html body main.topPage .cv::after {
  background-image: url(/img/fv__cycle--02.png), url(/img/fv__cycle--03.png);
  background-size: 88%, 46%;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  width: 212px;
  aspect-ratio: 1/1;
  right: -276px;
  bottom: -134px;
}
@media (max-width: 800px) {
  html body main.topPage .cv {
    margin: 30vw 8vw;
    aspect-ratio: auto;
    padding: 50px;
    width: 84vw;
  }
  html body main.topPage .cv br:first-of-type {
    display: block;
  }
  html body main.topPage .cv br:last-of-type {
    display: none;
  }
  html body main.topPage .cv h2 {
    text-align: center;
    align-self: center;
    margin-bottom: 30px;
  }
  html body main.topPage .cv span {
    width: 100%;
    border-radius: 100px;
  }
  html body main.topPage .cv img {
    width: 26vw;
    top: -8vw;
  }
  html body main.topPage .cv:before {
    left: -2vw;
    top: -26vw;
    aspect-ratio: 120/73;
    width: 30vw;
    background-image: url(../img/fv__dot--01.png), url(../img/fv__flower--01.png);
    background-size: 38%, 75%;
    background-position: bottom left, top right;
  }
  html body main.topPage .cv:after {
    right: -2vw;
    bottom: -26vw;
    width: 23vw;
  }
}
@media (max-width: 700px) {
  html body main.topPage .cv h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  html body main.topPage .cv h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  html body main.topPage .cv {
    padding: 40px 0;
  }
  html body main.topPage .cv h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  html body main.topPage .cv span {
    width: 90%;
    align-self: center;
    font-size: 20px;
    height: 50px;
  }
}
@media (max-width: 400px) {
  html body main.topPage .cv h2,
  html body main.topPage .cv span {
    font-size: 20px;
  }
  html body main.topPage .cv span {
    height: 36px;
    position: relative;
  }
  html body main.topPage .cv span svg {
    position: absolute;
    right: 20px;
    width: 20px;
  }
  html body main.topPage .cv:hover span svg {
    right: 10px;
  }
}
html body main.notFoundPage {
  padding-top: 300px;
  margin-bottom: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body main.notFoundPage h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #006230;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  html body main.notFoundPage h1 {
    font-size: 8vw;
  }
}
html body main.notFoundPage p {
  line-height: 2;
}
@media (max-width: 500px) {
  html body main.notFoundPage p {
    text-align: left;
    padding: 0 8vw;
  }
}
html body main.notFoundPage a {
  font-size: 18px;
  background-color: #9ac244;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-top: 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  border: 2px solid #9ac244;
  position: relative;
}
html body main.notFoundPage a svg {
  width: 20px;
  transition: all 0.3s;
  position: absolute;
  left: 20px;
}
html body main.notFoundPage a svg path {
  fill: #fff;
  transition: all 0.3s;
}
html body main.notFoundPage a:hover {
  background-color: #fff;
  color: #9ac244;
}
html body main.notFoundPage a:hover svg {
  left: 10px;
}
html body main.notFoundPage a:hover svg path {
  fill: #9ac244;
}
html body footer {
  padding: 80px 0;
  border-top: 2px solid #006230;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1640px;
  width: 90vw;
  position: relative;
  margin: 0 auto;
  gap: 20px;
}
html body footer h1 {
  width: 100%;
}
html body footer a.tel {
  right: 0;
  position: absolute;
  font-family: "Viga", sans-serif;
  color: #006230;
  font-size: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
html body footer a.tel::before {
  content: url(../img/icon__tel.svg);
}
html body footer a.tel:hover {
  color: #006230;
}
html body footer .wrap {
  flex-basis: 100%;
  text-align: center;
  margin-top: 2em;
}
html body footer .wrap p {
  line-height: 2;
}
html body footer .wrap .btn_box {
  margin-top: 2em;
}
html body footer .wrap .btn_box a {
  display: inline-block;
  padding: 0.8em 2em;
  color: #ffffff;
  background: #006230;
  border-radius: 0.8em;
}
@media (max-width: 1400px) {
  html body footer {
    justify-content: space-between;
  }
  html body footer h1 {
    width: auto;
  }
  html body footer h1 img {
    width: 334px;
  }
  html body footer a.tel {
    position: relative;
  }
}
@media (max-width: 500px) {
  html body footer {
    padding: 40px 0;
    justify-content: center;
  }
  html body footer h1 {
    width: 100%;
  }
  html body footer h1 img {
    max-width: 220px;
  }
  html body footer a {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */