@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@200;300;400;500&family=Noto+Sans+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&text=0123456789&display=swap");
/* -----------------color --------------------------*/
/* -----------------font --------------------------*/
/* -----------------font size --------------------------*/
/* -----------------breakpoint --------------------------*/
/* -----------------mixin --------------------------*/
/* -----------------reset --------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus {
  border: none !important;
  box-shadow: none !important;
}

main {
  position: relative;
  z-index: 0;
  background: #FDC2BE;
  background: linear-gradient(90deg, rgb(253, 194, 190) 0%, rgb(156, 210, 213) 100%);
  padding-top: 10vw;
}
main::before {
  content: "";
  background-image: url("/assets/images/about/back-pattern.webp");
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: left -14vw top -40vw;
  background-size: 150% auto;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  main::before {
    background-position: left -14vw top -15vw;
    background-size: cover;
    opacity: 1;
  }
}

.inner {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
}

.greeting .section-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0;
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.greeting .section-title:after {
  content: "";
  background-image: url("/assets/images/back-title-pink.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 48% top;
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 2%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .greeting .section-title:after {
    height: 500%;
    top: -180%;
    left: 2%;
  }
}
.greeting .c__section {
  position: relative;
  z-index: 1;
}
.greeting .c__section h3 {
  border-radius: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 2rem;
}
.greeting .c__section .img-box {
  border-radius: 1.5rem;
  position: relative;
  display: block;
  width: 100%;
  max-width: 722px;
  height: auto;
  aspect-ratio: 722/390;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .greeting .c__section .img-box {
    margin-left: auto;
    margin-right: 0;
    width: 55.5384615385vw;
  }
}
.greeting .c__section .img-box > img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5rem 1.5rem 0 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .greeting .c__section .img-box > img {
    border-radius: 1.5rem;
  }
}
.greeting .c__section .img-box > span {
  color: #ef8eb8;
  font-size: calc(clamp(25px, 23.13px + 0.5vw, 30px) * 1.15);
  position: absolute;
  top: 50%;
  left: 1.5rem;
}
@media screen and (min-width: 992px) {
  .greeting .c__section .img-box > span {
    top: 60%;
  }
}
.greeting .c__section .img-box > h3 {
  position: absolute;
  bottom: -10%;
  left: -0.5rem;
}
@media screen and (min-width: 621px) {
  .greeting .c__section .img-box > h3 {
    bottom: -5%;
  }
}
@media screen and (min-width: 992px) {
  .greeting .c__section .img-box > h3 {
    bottom: 10%;
    left: -2rem;
  }
}
.greeting .c__section .text-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 2rem;
  width: 100%;
  max-width: 805px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .greeting .c__section .text-box {
    width: 61.9230769231vw;
    transform: translateY(-10vw);
    margin-bottom: -5vw;
    padding: 2rem 3rem 3rem 3rem;
    border-radius: 1.5rem;
  }
}
.greeting .c__section .text-box:before {
  content: "";
}
@media screen and (min-width: 992px) {
  .greeting .c__section .text-box:before {
    background-image: url("/assets/images/top/illust-003.webp");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: auto;
    aspect-ratio: 333/180;
    width: 12.8076923077vw;
    transform: translate(5vw, -8.5vw);
    margin-bottom: -7vw;
  }
}
.greeting .c__section .text-box h3.entitle {
  font-size: calc(clamp(25px, 23.13px + 0.5vw, 30px) * 1.8);
  padding: 0;
  line-height: 1;
  margin-bottom: 2rem;
}

.policy {
  padding: 10vw 0;
}
@media screen and (min-width: 992px) {
  .policy {
    padding-top: 0;
  }
}
.policy .inner {
  height: 100%;
}
.policy .inner h3 {
  transform: translateX(-2.5rem);
  width: 80%;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .policy .inner h3 {
    transform: translateX(-3rem);
    width: 50%;
    padding: 0.5rem 1rem;
  }
}
.policy ol {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  counter-reset: item;
}
.policy ol li {
  font-size: 1.2rem;
}
.policy ol.numberlist-1 li {
  text-indent: -1.25rem;
  margin-left: 1.25rem;
  margin-bottom: 0.25rem;
}
.policy ol.numberlist-1 li:before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.5rem;
}
.policy ol.numberlist-2 li {
  text-indent: -1.25rem;
  margin-left: 1.25rem;
}
.policy ol.numberlist-2 li:before {
  counter-increment: item;
  content: counter(item);
  border: solid 1px #ffffff;
  border-radius: 50%;
  padding: 0.15rem;
  display: inline-block;
  width: 1.65rem;
  height: 1.65rem;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  margin-right: 0.5rem;
}

.data {
  padding: 5vw 0;
  width: 100%;
}
.data .section-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0;
  margin-right: 0;
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.data .section-title:after {
  content: "";
  background-image: url("/assets/images/back-title-pink.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  transform: scaleX(-98%) rotate(20deg);
  display: block;
  width: 65%;
  height: 300%;
  position: absolute;
  top: -100%;
  left: 20%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .data .section-title:after {
    width: 60%;
    height: 500%;
    top: -180%;
  }
}
.data .inner {
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 200;
}
@media screen and (min-width: 621px) {
  .data .inner {
    padding: 2rem;
    height: 100%;
  }
}
.data .inner .img-row {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .data .inner .img-row {
    aspect-ratio: 2/1;
  }
}
.data .inner h3 {
  margin: 1rem auto;
  font-size: calc(clamp(20px, 22.66px + 0.1vw, 25px) * 0.8);
  letter-spacing: 0;
}
@media screen and (min-width: 621px) {
  .data .inner h3 {
    letter-spacing: 0.2em;
    font-size: clamp(20px, 22.66px + 0.1vw, 25px);
  }
}
.data .inner p {
  text-align: center;
  font-size: calc(clamp(45px, 25.5px + 2.86vw, 70px) * 0.4);
  line-height: 1.3;
}
.data .inner .number {
  font-size: calc(clamp(45px, 25.5px + 2.86vw, 70px) * 0.9);
  font-family: "League Spartan";
  margin: 0 0.5rem;
}/*# sourceMappingURL=about.css.map */