@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes titlemotion {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
section {
  width: 100%;
}
section .inner {
  width: 100%;
}
section#hero {
  width: 100%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-out 0s;
}
section#hero.on {
  clip-path: inset(0 0 0 0);
}
section#hero:not(:last-child) {
  margin-bottom: 48px;
}
section#hero.on .inner .tt > div h2 {
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .tt > div h3 span::before {
  animation-name: line;
  animation-duration: 0.35s;
  animation-delay: 0.35s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
}
section#hero.on .inner .tt > div h3 span:nth-child(2)::before {
  animation-delay: 0.5s;
}
section#hero.on .inner .tt > div h3 span span {
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .tt > div h4 {
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .tt > div dl {
  clip-path: inset(0 0 0 0);
}
section#hero .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
section#hero .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/sp02/bg_hero.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
}
section#hero .inner > figure.bg {
  width: 100%;
  height: auto;
}
section#hero .inner .tt {
  width: 100%;
  min-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
section#hero .inner .tt > div {
  text-align: left;
  width: 78%;
  padding: 72px 0 64px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  transform: translateX(140px);
}
section#hero .inner .tt > div h2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 20px;
  margin-bottom: 32px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-in 0s;
}
section#hero .inner .tt > div h2::before {
  content: "";
  width: 1px;
  background-color: #FFF;
  display: block;
  order: 2;
}
section#hero .inner .tt > div h2 span:nth-child(1) {
  width: 330px;
  height: 30px;
  background-image: url(../../common/images/catch_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  order: 1;
}
section#hero .inner .tt > div h2 span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: relative;
  transform: translateY(-0.2rem);
  order: 3;
}
section#hero .inner .tt > div h3 {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
section#hero .inner .tt > div h3 span {
  position: relative;
}
section#hero .inner .tt > div h3 span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF;
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
section#hero .inner .tt > div h3 span span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.35s;
}
section#hero .inner .tt > div h4 {
  padding: 16px 32px;
  margin-bottom: 24px;
  border: solid 2px #FFF;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.75s;
}
section#hero .inner .tt > div h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#hero .inner .tt > div dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-in 1s;
}
section#hero .inner .tt > div dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#hero .inner .tt > div dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#hero .inner .tt > figure {
  width: 22%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  transform: translateX(-140px);
}
section#lead {
  width: calc(100% - 280px);
  min-width: 1000px;
  margin: 0 auto;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-out 0s;
}
section#lead.on {
  clip-path: inset(0 0 0 0);
}
section#lead:not(:last-child) {
  margin-bottom: 104px;
}
section#lead p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
section.sec {
  text-align: left;
  width: calc(100% - 280px);
  min-width: 1000px;
  margin: 0 auto;
}
section.sec:not(:last-child) {
  margin-bottom: 104px;
}
section.sec.sec1 .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section.sec.sec1 .inner .text {
  width: calc(100% - 375px - 60px);
}
section.sec.sec1 .inner figure {
  width: 375px;
  border-radius: 15px;
  overflow: hidden;
}
section.sec.sec2 .inner, section.sec.sec3 .inner, section.sec.sec4 .inner, section.sec.sec7 .inner, section.sec.sec8 .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px 0;
}
section.sec.sec2 .inner .text, section.sec.sec3 .inner .text, section.sec.sec4 .inner .text, section.sec.sec7 .inner .text, section.sec.sec8 .inner .text {
  width: 100%;
}
section.sec.sec2 .inner figure, section.sec.sec3 .inner figure, section.sec.sec4 .inner figure, section.sec.sec7 .inner figure, section.sec.sec8 .inner figure {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
section.sec.sec5 .inner, section.sec.sec6 .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section.sec.sec5 .inner .text, section.sec.sec6 .inner .text {
  width: calc(100% - 400px - 60px);
}
section.sec.sec5 .inner figure, section.sec.sec6 .inner figure {
  width: 400px;
  border-radius: 15px;
  overflow: hidden;
}
section.sec.sec6 .inner .text {
  transition-delay: 0.6s;
}
section.sec.sec6 .inner figure {
  transition-delay: 0.1s;
}
section.sec.on .body {
  clip-path: inset(0 0 0 0);
}
section.sec.on .inner .text {
  clip-path: inset(0 0 0 0);
}
section.sec.on .inner figure {
  clip-path: inset(0 0 0 0);
}
section.sec .body {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-out 0s;
}
section.sec .body.on {
  clip-path: inset(0 0 0 0);
}
section.sec .body:not(:last-child) {
  margin-bottom: 80px;
}
section.sec .body h3 {
  color: #05a365;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.sec .inner h4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 16px;
}
section.sec .inner h4::before {
  content: "";
  width: 4rem;
  height: 2px;
  background-color: #000;
  top: 2rem;
  position: relative;
  display: block;
}
section.sec .inner h4:not(:last-child) {
  margin-bottom: 40px;
}
section.sec .inner h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.sec .inner p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.sec .inner .text {
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-out 0.1s;
}
section.sec .inner figure {
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-out 0.6s;
}

.lphoto {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-out 0.1s;
}
.lphoto.on {
  clip-path: inset(0 0 0 0);
}
.lphoto:not(:last-child) {
  margin-bottom: 80px;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#hero {
    padding: 62px 0 0 0;
  }
  section#hero:not(:last-child) {
    margin-bottom: 48px;
  }
  section#hero.on .inner .tt > div h2 {
    clip-path: inset(0 0 0 0);
  }
  section#hero.on .inner .tt > div h3 span::before {
    animation-name: line;
    animation-duration: 0.35s;
    animation-delay: 0.35s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-direction: normal;
  }
  section#hero.on .inner .tt > div h3 span:nth-child(2)::before {
    animation-delay: 0.5s;
  }
  section#hero.on .inner .tt > div h3 span span {
    clip-path: inset(0 0 0 0);
  }
  section#hero.on .inner .tt > div h4 {
    clip-path: inset(0 0 0 0);
  }
  section#hero.on .inner .tt > div dl {
    clip-path: inset(0 0 0 0);
  }
  section#hero .inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
  }
  section#hero .inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/sp02/bg_hero.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    display: block;
  }
  section#hero .inner > figure.bg {
    width: 100%;
    height: auto;
  }
  section#hero .inner .tt {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#hero .inner .tt > div {
    text-align: left;
    width: 100%;
    padding: 32px 16px 0 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    transform: translateX(0px);
  }
  section#hero .inner .tt > div h2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    margin-bottom: 16px;
  }
  section#hero .inner .tt > div h2 span:nth-child(1) {
    width: 220px;
    height: 20px;
  }
  section#hero .inner .tt > div h2 span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transform: none;
  }
  section#hero .inner .tt > div h3 {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#hero .inner .tt > div h3 span {
    position: relative;
  }
  section#hero .inner .tt > div h3 span::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFF;
    clip-path: inset(0 100% 0 0);
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  section#hero .inner .tt > div h3 span span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#hero .inner .tt > div h4 {
    padding: 8px 16px;
    margin-bottom: 24px;
    border: solid 2px #FFF;
  }
  section#hero .inner .tt > div h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#hero .inner .tt > div dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#hero .inner .tt > div dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#hero .inner .tt > figure {
    width: 36%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin: -80px 0 0 auto;
    position: relative;
    transform: translateX(0px);
  }
  section#lead {
    width: calc(100% - 32px);
    min-width: calc(100% - 32px);
    margin: 0 auto;
  }
  section#lead:not(:last-child) {
    margin-bottom: 48px;
  }
  section#lead p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section.sec {
    width: calc(100% - 32px);
    min-width: calc(100% - 32px);
  }
  section.sec:not(:last-child) {
    margin-bottom: 48px;
  }
  section.sec.sec1 .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: f;
  }
  section.sec.sec1 .inner .text {
    width: 100%;
    margin-bottom: 40px;
  }
  section.sec.sec1 .inner figure {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
  }
  section.sec.sec2 .inner, section.sec.sec3 .inner, section.sec.sec4 .inner, section.sec.sec7 .inner, section.sec.sec8 .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px 0;
  }
  section.sec.sec2 .inner .text, section.sec.sec3 .inner .text, section.sec.sec4 .inner .text, section.sec.sec7 .inner .text, section.sec.sec8 .inner .text {
    width: 100%;
  }
  section.sec.sec2 .inner figure, section.sec.sec3 .inner figure, section.sec.sec4 .inner figure, section.sec.sec7 .inner figure, section.sec.sec8 .inner figure {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
  }
  section.sec.sec5 .inner, section.sec.sec6 .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.sec.sec5 .inner .text, section.sec.sec6 .inner .text {
    width: 100%;
    order: 2;
  }
  section.sec.sec5 .inner figure, section.sec.sec6 .inner figure {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
    order: 1;
  }
  section.sec.sec6 .inner .text {
    transition-delay: 0.6s;
  }
  section.sec.sec6 .inner figure {
    transition-delay: 0.1s;
  }
  section.sec.on .inner .text {
    clip-path: inset(0 100% 0 0);
  }
  section.sec.on .inner .text.on {
    clip-path: inset(0 0 0 0);
  }
  section.sec.on .inner figure {
    clip-path: inset(0 100% 0 0);
  }
  section.sec.on .inner figure.on {
    clip-path: inset(0 0 0 0);
  }
  section.sec .body:not(:last-child) {
    margin-bottom: 40px;
  }
  section.sec .body h3 {
    color: #05a365;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.sec .inner h4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 16px;
  }
  section.sec .inner h4::before {
    content: "";
    width: 3rem;
    height: 2px;
    background-color: #000;
    top: 2rem;
    position: relative;
    display: block;
  }
  section.sec .inner h4:not(:last-child) {
    margin-bottom: 16px;
  }
  section.sec .inner h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.sec .inner p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.sec .inner .text {
    clip-path: inset(0 100% 0 0);
    transition: all 0.25s ease-out 0.1s;
  }
  section.sec .inner figure {
    clip-path: inset(0 100% 0 0);
    transition: all 0.25s ease-out 0.1s;
  }

  .lphoto {
    width: 100%;
  }
  .lphoto:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=style_sp2.css.map */
