@charset "UTF-8";
.anima {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #f8fde9;
  overflow: hidden;
}

.anima .hero-wrap {
  margin-bottom: 90px;
  padding-top: 112px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .anima .hero-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    margin-bottom: 0;
    padding-top: 0;
    height: calc(100svh - 100px);
    max-height: 700px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .hero-wrap {
    height: calc(100svh - 100px);
    max-height: inherit;
  }
}

.anima .hero-block {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 768px) {
  .anima .hero-block {
    margin: inherit;
    padding-top: 0;
    width: 720px;
    height: 526px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .hero-block {
    width: 1224px;
    height: 515px;
  }
}
@media print, screen and (min-width: 1441px) {
  .anima .hero-block {
    width: 1426px;
    height: 600px;
  }
}
@media print, screen and (min-width: 1580px) {
  .anima .hero-block {
    width: 1576px;
    height: 664px;
  }
}

.anima .herobox-img {
  margin: 0 auto;
  width: 240px;
}
@media print, screen and (min-width: 768px) {
  .anima .herobox-img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 720px;
    height: 320px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .herobox-img {
    width: 888px;
    height: 356px;
  }
}
@media print, screen and (min-width: 1441px) {
  .anima .herobox-img {
    width: 998px;
    height: 400px;
  }
}
@media print, screen and (min-width: 1580px) {
  .anima .herobox-img {
    width: 1098px;
    height: 440px;
  }
}

.anima .frame {
  animation: slideRight 0.7s forwards;
  width: 240px;
  height: 240px;
}
@media print, screen and (min-width: 768px) {
  .anima .frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 320px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .frame {
    width: 356px;
    height: 356px;
  }
}
@media print, screen and (min-width: 1441px) {
  .anima .frame {
    width: 400px;
    height: 400px;
  }
}
@media print, screen and (min-width: 1580px) {
  .anima .frame {
    width: 440px;
    height: 440px;
  }
}

.anima .overlap-group {
  margin-bottom: 6px;
}
@media print, screen and (min-width: 768px) {
  .anima .overlap-group {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 400px;
    height: 232px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .overlap-group {
    width: 416px;
    height: 242px;
  }
}
@media print, screen and (min-width: 1441px) {
  .anima .overlap-group {
    width: 469px;
    height: 272px;
  }
}
@media print, screen and (min-width: 1580px) {
  .anima .overlap-group {
    width: 517px;
    height: 300px;
  }
}

.anima .img {
  animation: spin 0.7s forwards;
  width: 62px;
  height: 62px;
}
@media print, screen and (min-width: 768px) {
  .anima .img {
    margin-top: -36px;
    position: absolute;
    top: 50%;
    left: 326px;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .img {
    margin-top: -46px;
    left: 388px;
    width: 92px;
    height: 92px;
  }
}
@media print, screen and (min-width: 1441px) {
  .anima .img {
    margin-top: -52px;
    left: 438px;
    width: 105px;
    height: 105px;
  }
}
@media print, screen and (min-width: 1580px) {
  .anima .img {
    margin-top: -58px;
    left: 482px;
    width: 115px;
    height: 115px;
  }
}

.anima .psd {
  animation: slideLeft 0.7s forwards;
  margin-bottom: 6px;
  width: 240px;
  height: 173px;
}
@media print, screen and (min-width: 768px) {
  .anima .psd {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 231px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .psd {
    width: 336px;
    height: 242px;
  }
}
@media print, screen and (min-width: 1441px) {
  .anima .psd {
    width: 378px;
    height: 273px;
  }
}
@media print, screen and (min-width: 1580px) {
  .anima .psd {
    width: 416px;
    height: 300px;
  }
}

.anima .herobox-copy {
  position: absolute;
  bottom: -196px;
  left: 50%;
  margin-left: -202px;
  width: 322px;
  height: 348px;
}
@media print, screen and (min-width: 768px) {
  .anima .herobox-copy {
    margin-left: inherit;
    bottom: -180px;
    left: -160px;
    width: 322px;
    height: 348px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .herobox-copy {
    bottom: -160px;
    left: 101px;
    width: 363px;
    height: 387px;
  }
}
@media print, screen and (min-width: 1441px) {
  .anima .herobox-copy {
    bottom: -180px;
    left: 114px;
    width: 409px;
    height: 436px;
  }
}
@media print, screen and (min-width: 1580px) {
  .anima .herobox-copy {
    bottom: -198px;
    left: 125px;
    width: 450px;
    height: 480px;
  }
}
.anima .herobox-copy img {
  opacity: 0;
  transform: scale(1.5);
}

.anima .text-wrapper {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 30px;
  line-height: 40px;
}

.anima .span {
  font-size: 40px;
}

.anima .herobox-service {
  margin: 0 auto;
  position: relative;
  width: 320px;
  height: 80px;
}
@media print, screen and (min-width: 768px) {
  .anima .herobox-service {
    margin: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
  }
}

.anima .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 14px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1784af;
  border-radius: 32px;
}
@media print, screen and (min-width: 768px) {
  .anima .div-wrapper {
    padding: 5px 18px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .div-wrapper {
    padding: 6px 20px;
  }
}
@media print, screen and (min-width: 1441px) {
  .anima .div-wrapper {
    padding: 7px 22px;
  }
}
@media print, screen and (min-width: 1580px) {
  .anima .div-wrapper {
    padding: 8px 24px;
  }
}

.anima .text-wrapper-6 {
  position: relative;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-6 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-6 {
    left: 0;
    font-size: 24px;
  }
}
@media print, screen and (min-width: 1441px) {
  .anima .text-wrapper-6 {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 1580px) {
  .anima .text-wrapper-6 {
    font-size: 32px;
  }
}

.anima .text-wrapper-7 {
  position: absolute;
  top: 24px;
  left: 0;
  -webkit-text-stroke: 1px #1784af;
  font-family: "Bodoni Moda SC", Helvetica;
  font-weight: 900;
  color: #1784af;
  font-size: 36px;
  line-height: 1em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-7 {
    top: 38px;
    font-size: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-7 {
    top: 42px;
    font-size: 80px;
  }
}
@media print, screen and (min-width: 1441px) {
  .anima .text-wrapper-7 {
    top: 47px;
    font-size: 90px;
  }
}
@media print, screen and (min-width: 1580px) {
  .anima .text-wrapper-7 {
    top: 52px;
    font-size: 100px;
  }
}

.anima .service-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  padding: 40px 0px 54px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .anima .service-wrap {
    gap: 160px;
    padding: 80px 0px 54px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .service-wrap {
    padding: 120px 0px 100px;
  }
}

.anima .serviceblock-feature {
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 24px;
  display: flex;
  position: relative;
  flex: 0 0 auto;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 768px) {
  .anima .serviceblock-feature {
    gap: 36px;
    width: 706px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .serviceblock-feature {
    gap: 40px;
    width: 1060px;
  }
}

.anima .apo-dent {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 26px;
  text-align: center;
  line-height: 1.6em;
}
@media print, screen and (min-width: 768px) {
  .anima .apo-dent {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .apo-dent {
    font-size: 50px;
  }
}
.anima .apo-dent br {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .anima .apo-dent br {
    display: block;
  }
}

.anima .featture-inr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .anima .featture-inr {
    gap: 36px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .featture-inr {
    gap: 40px;
  }
}

.anima .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 20px;
  text-align: center;
  line-height: 1.6em;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-8 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-8 {
    font-size: 30px;
  }
}

.anima .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 16px;
  line-height: 1.8em;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-9 {
    font-size: 18px;
    gap: 16px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-9 {
    gap: 18px;
  }
}

.anima .serviceblock-point {
  flex-wrap: wrap;
  width: calc(100% - 40px);
  align-items: flex-start;
  gap: 60px;
  display: flex;
  position: relative;
  flex: 0 0 auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .anima .serviceblock-point {
    gap: 120px 20px;
    width: 706px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .serviceblock-point {
    width: 1100px;
  }
}

.anima .point-inr {
  display: flex;
  min-width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  gap: 60px;
}
@media print, screen and (min-width: 768px) {
  .anima .point-inr {
    flex-direction: row;
    gap: 0;
  }
}

.anima .servicebox-point {
  padding: 36px 20px;
  display: flex;
  gap: 10px;
  position: relative;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 40px;
}
@media print, screen and (min-width: 768px) {
  .anima .servicebox-point {
    padding: 48px 30px;
    width: 345px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .servicebox-point {
    padding: 60px 40px;
    width: 540px;
  }
}

.anima .point-inr-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .anima .point-inr-2 {
    gap: 40px;
  }
}

.anima .element {
  position: relative;
  width: 155px;
  height: 120px;
}

.anima .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #1784af;
  font-size: 22px;
  text-align: center;
  line-height: 1.6em;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-10 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-10 {
    font-size: 36px;
  }
}

.anima .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.anima .text-wrapper-11 {
  position: relative;
  align-self: stretch;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 1.4em;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-11 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-11 {
    font-size: 24px;
  }
}

.anima .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 16px;
  line-height: 1.8em;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-12 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-12 {
    font-size: 18px;
  }
}

.anima .point-number {
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .anima .point-number {
    top: -56px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .point-number {
    top: -70px;
  }
}

.anima .text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-left: -7px;
  text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
  font-family: "Abril Fatface", Helvetica;
  font-weight: 400;
  color: #1784af;
  font-size: 24px;
  line-height: 1em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-13 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-13 {
    font-size: 40px;
  }
}

.anima .text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -8px;
  text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
  font-family: "Abril Fatface", Helvetica;
  font-weight: 400;
  color: #1784af;
  font-size: 48px;
  line-height: 43px;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-14 {
    font-size: 64px;
    line-height: 58px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-14 {
    font-size: 80px;
    line-height: 72px;
  }
}

.anima .element-2 {
  position: relative;
  width: 132px;
  height: 120px;
}

.anima .element-3 {
  position: relative;
  width: 105px;
  height: 120px;
}

.anima .element-4 {
  position: relative;
  width: 134px;
  height: 120px;
}

.anima .contact-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 54px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .anima .contact-wrap {
    padding: 54px 0px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .contact-wrap {
    padding: 60px 0px;
  }
}

.anima .contact-block {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .anima .contact-block {
    flex-direction: row;
  }
}

.anima .contact-info {
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  background-color: #1784af;
  border-radius: 22px;
}
@media print, screen and (min-width: 768px) {
  .anima .contact-info {
    border-radius: 24px;
    gap: 6px;
    width: 345px;
    height: 64px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .contact-info {
    border-radius: 40px;
    gap: 10px;
    width: 540px;
    height: 100px;
  }
}
.anima .contact-info a {
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.anima .frame-3 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  flex: 0 0 auto;
}

.anima .text-wrapper-18 {
  position: relative;
  width: fit-content;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  line-height: 1em;
  white-space: nowrap;
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-18 {
    font-size: 30px;
  }
}

.anima .vector-2 {
  position: relative;
  width: 16px;
  height: 16px;
}
@media print, screen and (min-width: 1280px) {
  .anima .vector-2 {
    width: 24px;
    height: 24px;
  }
}

.anima .contact-tel {
  display: flex;
  flex-direction: column;
  width: 320px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 20px;
  position: relative;
  background-color: #1784af;
  border-radius: 22px;
}
@media print, screen and (min-width: 768px) {
  .anima .contact-tel {
    border-radius: 24px;
    gap: 6px;
    padding: 24px 38px;
    width: 345px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .contact-tel {
    border-radius: 40px;
    gap: 10px;
    padding: 40px 60px;
    width: 540px;
  }
}

.anima .frame-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .anima .frame-4 {
    flex-direction: row;
    gap: 6px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .frame-4 {
    gap: 10px;
  }
}

.anima .communication-phone {
  position: relative;
  width: 60px;
  height: 60px;
}
@media print, screen and (min-width: 768px) {
  .anima .communication-phone {
    width: 64px;
    height: 64px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .communication-phone {
    width: 100px;
    height: 100px;
  }
}

.anima .frame-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .anima .frame-5 {
    gap: 14px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .frame-5 {
    gap: 22px;
  }
}

.anima .text-wrapper-19 {
  position: relative;
  width: fit-content;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  line-height: 1em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-19 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-19 {
    font-size: 30px;
  }
}

.anima .text-wrapper-20 {
  position: relative;
  width: fit-content;
  font-family: "Akshar", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  line-height: 1em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-20 {
    font-size: 38px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-20 {
    font-size: 60px;
  }
}

.anima .text-wrapper-21 {
  position: relative;
  width: fit-content;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 1em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .anima .text-wrapper-21 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1280px) {
  .anima .text-wrapper-21 {
    font-size: 24px;
  }
}

/*******************************************/
/* スクロール時、ディゾルブで動く               */
/*******************************************/
.delayScroll {
  opacity: 0;
}
.delayScroll.fadeUp {
  animation: fadeUp 0.5s forwards;
}

/*******************************************/
/* Animation 							   */
/*******************************************/
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(75%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  from {
    transform: translateX(-75%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes spin {
  from {
    transform: translateY(0) rotate(0deg);
    @media print, screen and (min-width: 768px) {
      transform: translateY(-50%) rotate(0deg);
    }
  }
  to {
    transform: translateY(0) rotate(-180deg);
    @media print, screen and (min-width: 768px) {
      transform: translateY(-50%) rotate(0deg);
    }
  }
}/*# sourceMappingURL=style.css.map */