@charset "UTF-8";
.visual {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 900px;
  overflow: hidden;
}
@media print, screen and (max-width: 1280px) {
  .visual {
    max-height: clamp(760px, 70.313vw, 900px);
  }
}
@media screen and (max-width: 767px) {
  .visual {
    margin-top: clamp(70px, 10.43vw, 80px);
    height: auto;
    min-height: initial;
    max-height: initial;
    aspect-ratio: 734/856;
  }
}
.visual-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.visual-logo {
  position: absolute;
  left: 90px;
  top: 130px;
  width: 307px;
}
@media print, screen and (max-width: 1280px) {
  .visual-logo {
    left: clamp(76px, 7.031vw, 90px);
    width: clamp(259px, 23.984vw, 307px);
  }
}
@media print, screen and (max-width: 1080px) {
  .visual-logo {
    left: clamp(64px, 5.938vw, 76px);
  }
}
@media screen and (max-width: 767px) {
  .visual-logo {
    left: 50%;
    transform: translateX(-50%);
    top: clamp(10px, 3.259vw, 25px);
    width: clamp(128px, 40.026vw, 307px);
  }
}
.visual-catch {
  position: absolute;
  left: 409px;
  top: 140px;
  width: 781px;
}
@media print, screen and (max-width: 1280px) {
  .visual-catch {
    left: clamp(345px, 31.953vw, 409px);
    width: clamp(660px, 61.016vw, 781px);
  }
}
@media print, screen and (max-width: 1080px) {
  .visual-catch {
    left: clamp(64px, 5.938vw, 76px);
    top: 340px;
  }
}
@media screen and (max-width: 767px) {
  .visual-catch {
    left: 50%;
    transform: translateX(-50%);
    top: clamp(104px, 32.595vw, 250px);
    width: clamp(227px, 71.056vw, 545px);
  }
}
.visual-point {
  position: absolute;
  right: 50px;
  bottom: 40px;
  width: 406px;
}
@media print, screen and (max-width: 1280px) {
  .visual-point {
    right: clamp(42px, 3.906vw, 50px);
    width: clamp(343px, 31.719vw, 406px);
  }
}
@media screen and (max-width: 767px) {
  .visual-point {
    right: clamp(18px, 5.606vw, 43px);
    bottom: clamp(4px, 1.304vw, 10px);
    width: clamp(225px, 70.404vw, 540px);
  }
}
.visual-fig {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.visual-fig-sky {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: skyMove 72s ease-in-out infinite;
}

.visual-fig-sky img {
  object-fit: cover;
  height: 100%;
}

/* 1方向でループさせるバージョン */
/* .visual-fig-skywrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  animation: skyLoop 240s linear infinite;
}
.visual-fig-sky {
  width: 100%;
  flex-shrink: 0;
}
.visual-fig-sky img {
  object-fit: cover;
}
@keyframes skyLoop{

  from{
      transform:translateY(0);
  }

  to{
      transform:translateY(-50%);
  }
} */
/* 1方向でループさせるバージョン ここまで*/

.visual-fig-glow {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: screen;
  animation: glowMove 18s ease-in-out infinite;
}
.visual-fig-glow img {
  object-fit: cover;
  object-position: 0 0;
  height: 100%;
}
.visual-fig-grave {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}
.visual-fig-grave img {
  width: 110%;
  height: 110%;
  object-fit: cover;
  transform-origin: center;
}

@keyframes glowMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-60px, -30px) scale(1.08);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes skyMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-60px, -30px) scale(1.4);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

.style {
  position: relative;
  background-image: url(../images/bg_index_01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.style-tree {
  position: absolute;
  left: -600px;
  top: -500px;
  z-index: 3;
  width: 1180px;
  transform-origin: left bottom;
  animation: animeTree 8s ease-in-out infinite;
}
@media print, screen and (max-width: 1280px) {
  .style-tree {
    left: calc(clamp(507px, 46.875vw, 600px) * -1);
    top: calc(clamp(422px, 39.063vw, 500px) * -1);
    top: -500px;
    width: clamp(997px, 92.188vw, 1180px);
  }
}
@media print, screen and (max-width: 1080px) {
  .style-tree {
    left: calc(clamp(361px, 46.944vw, 507px) * -1);
    top: calc(clamp(300px, 39.074vw, 422px) * -1);
    width: clamp(709px, 92.315vw, 997px);
  }
}
@media screen and (max-width: 767px) {
  .style-tree {
    left: calc(clamp(151px, 47.066vw, 361px) * -1);
    top: calc(clamp(125px, 39.113vw, 300px) * -1);
    width: clamp(296px, 92.438vw, 709px);
  }
}
.style-shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 454px;
  transform-origin: left bottom;
  animation: animeShadow 8s 0.5s ease-in-out infinite;
}
@media print, screen and (max-width: 1280px) {
  .style-shadow {
    width: clamp(383px, 35.469vw, 454px);
  }
}
@media print, screen and (max-width: 1080px) {
  .style-shadow {
    width: clamp(272px, 35.463vw, 383px);
  }
}
@media screen and (max-width: 767px) {
  .style-shadow {
    width: clamp(135px, 42.112vw, 323px);
  }
}
.style-light {
  position: absolute;
  left: -40%;
  top: -15%;
  z-index: 1;
  width: 173%;
  /* animation: animeLight 12s ease-in-out infinite alternate; */
  display: none;
}
@media print, screen and (max-width: 1080px) {
  .style-light {
    top: -7%;
  }
}
@media screen and (max-width: 767px) {
  .style-light {
    top: -3%;
  }
}
.style-shine {
  position: absolute;
  left: 43%;
  top: -15%;
  z-index: 2;
  width: 66.75%;
  pointer-events: none;
  opacity: 0;
  animation: animeShine 20s linear infinite;
}
@media print, screen and (max-width: 1080px) {
  .style-shine {
    top: -7%;
  }
}
@media screen and (max-width: 767px) {
  .style-shine {
    top: -3%;
  }
}
.style-inner {
  position: relative;
  z-index: 4;
  padding-top: 110px;
  padding-bottom: 150px;
}
@media print, screen and (max-width: 1280px) {
  .style-inner {
    padding-top: clamp(93px, 8.594vw, 110px);
    padding-bottom: clamp(127px, 11.719vw, 150px);
  }
}
.style-ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .style-ttl {
    flex-wrap: wrap;
  }
}
.style-ttl .txt-main {
  font-size: 38px;
  line-height: calc(130 / 38);
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (max-width: 1280px) {
  .style-ttl .txt-main {
    font-size: clamp(32px, 2.969vw, 38px);
  }
}
@media screen and (max-width: 480px) {
  .style-ttl .txt-main {
    font-size: clamp(21px, 6.667vw, 32px);
  }
}
.style-ttl .txt-sub01 {
  color: #2B70D0;
  font-size: 58px;
  line-height: calc(130 / 58);
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1280px) {
  .style-ttl .txt-sub01 {
    font-size: clamp(49px, 4.531vw, 58px);
  }
}
@media screen and (max-width: 480px) {
  .style-ttl .txt-sub01 {
    font-size: clamp(33px, 10.208vw, 49px);
  }
}
.style-desc {
  margin-bottom: 60px;
  text-align: center;
}
@media print, screen and (max-width: 1280px) {
  .style-desc {
    margin-bottom: clamp(51px, 4.688vw, 60px);
  }
}
.style-desc .txt-large {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: calc(45 / 26);
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media print, screen and (max-width: 1280px) {
  .style-desc .txt-large {
    margin-bottom: clamp(17px, 1.563vw, 20px);
    font-size: clamp(22px, 2.031vw, 26px);
  }
}
@media screen and (max-width: 480px) {
  .style-desc .txt-large {
    font-size: clamp(15px, 4.583vw, 22px);
  }
}
.style-desc .txt-medium {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: calc(49 / 20);
  letter-spacing: 0.059em;
  font-weight: 600;
}
@media print, screen and (max-width: 1280px) {
  .style-desc .txt-medium {
    margin-bottom: clamp(17px, 1.563vw, 20px);
    font-size: clamp(17px, 1.563vw, 20px);
  }
}
@media screen and (max-width: 480px) {
  .style-desc .txt-medium {
    font-size: clamp(11px, 3.542vw, 17px);
  }
}
.style-desc .txt-small {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: calc(32 / 16);
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1280px) {
  .style-desc .txt-small {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .style-desc .txt-small {
    font-size: clamp(9px, 2.917vw, 14px);
  }
}
.style-cnt {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 23px;
}
@media print, screen and (max-width: 1280px) {
  .style-cnt {
    gap: clamp(19px, 1.797vw, 23px);
  }
}
@media print, screen and (max-width: 1080px) {
  .style-cnt {
    gap: 19px;
  }
}
@media screen and (max-width: 767px) {
  .style-cnt {
    flex-direction: column;
    align-items: center;
  }
}
.style-cnt-item {
  width: calc((100% - clamp(19px, 1.797vw, 23px) * 2) / 3);
}
@media print, screen and (max-width: 1080px) {
  .style-cnt-item {
    width: calc((100% - 19px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .style-cnt-item {
    width: 100%;
    max-width: 320px;
  }
}
.style-cnt-item a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(51, 51, 51, 0.23);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px 20px;
  text-align: center;
}
@media print, screen and (max-width: 1280px) {
  .style-cnt-item a {
    padding: clamp(17px, 1.563vw, 20px) clamp(17px, 1.563vw, 20px) clamp(34px, 3.125vw, 40px) clamp(17px, 1.563vw, 20px);
  }
}
.style-cnt-item-fig {
  margin-bottom: 10px;
}
.style-cnt-item-fig img {
  border-radius: 10px;
}
.style-cnt-item-type {
  flex: 1;
  display: block;
  color: #2B70D0;
  font-size: 18px;
  line-height: calc(44 / 18);
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media print, screen and (max-width: 1280px) {
  .style-cnt-item-type {
    font-size: clamp(15px, 1.406vw, 18px);
  }
}
.style-cnt-item-ttl {
  margin-bottom: 10px;
  color: #1C409D;
  font-size: 30px;
  line-height: calc(45 / 30);
  letter-spacing: 0.15em;
  font-weight: 600;
}
@media print, screen and (max-width: 1280px) {
  .style-cnt-item-ttl {
    font-size: clamp(25px, 2.344vw, 30px);
  }
}
.style-cnt-item-catch {
  margin-bottom: 15px;
  color: #2B70D0;
  font-size: 18px;
  line-height: calc(30 / 18);
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media print, screen and (max-width: 1280px) {
  .style-cnt-item-catch {
    margin-bottom: clamp(13px, 1.172vw, 15px);
    font-size: clamp(15px, 1.406vw, 18px);
  }
}
.style-cnt-item-desc {
  padding-bottom: 23px;
  margin-bottom: 5px;
  border-bottom: 2px dotted #DCE0E8;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: calc(24 / 14);
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1280px) {
  .style-cnt-item-desc {
    padding-bottom: clamp(19px, 1.797vw, 23px);
    font-size: clamp(12px, 1.094vw, 14px);
  }
}
.style-cnt-item-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  color: #1C409D;
}
.style-cnt-item-price .price-number {
  font-size: 21px;
  line-height: calc(30 / 21);
  font-weight: 600;
}
@media print, screen and (max-width: 1280px) {
  .style-cnt-item-price .price-number {
    font-size: clamp(18px, 1.641vw, 21px);
  }
}
.style-cnt-item-price .price-number small {
  font-size: 16px;
  line-height: calc(30 / 16);
}
@media print, screen and (max-width: 1280px) {
  .style-cnt-item-price .price-number small {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.style-cnt-item-price .price-amount {
  font-size: 48px;
  line-height: calc(93 / 48);
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1280px) {
  .style-cnt-item-price .price-amount {
    font-size: clamp(41px, 3.75vw, 48px);
  }
}
.style-cnt-item-price .price-unit {
  font-size: 18px;
  line-height: calc(30 / 18);
  letter-spacing: 0.12em;
}
@media print, screen and (max-width: 1280px) {
  .style-cnt-item-price .price-unit {
    font-size: clamp(15px, 1.406vw, 18px);
  }
}
.style-note {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: calc(32 / 14);
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 1280px) {
  .style-note {
    font-size: clamp(12px, 1.094vw, 14px);
  }
}
@keyframes animeTree {
  0%, 100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(1.2deg);
  }
  40% {
    transform: rotate(-1deg);
  }
  60% {
    transform: rotate(0.8deg);
  }
  80% {
    transform: rotate(-0.5deg);
  }
}
@keyframes animeShadow {
  0%, 100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(1deg);
  }
  40% {
    transform: rotate(-0.8deg);
  }
  60% {
    transform: rotate(0.6deg);
  }
  80% {
    transform: rotate(-0.4deg);
  }
}
@keyframes animeLight {
  0% {
    transform: translateX(-40px) rotate(0deg);
    opacity: 0.35;
  }
  50% {
    transform: translateX(0);
    opacity: 0.55;
  }
  100% {
    transform: translateX(40px) rotate(1deg);
    opacity: 0.4;
  }
}
@keyframes animeShine {
  /* 約28秒待機 */
  0%, 97% {
    opacity: 0;
    transform: translate(0, 0);
  }
  /* 一瞬出現 */
  98% {
    opacity: 0.2;
  }
  /* 約0.9秒で移動 */
  98% {
    opacity: 0.3;
    transform: translate(220px, -120px);
  }
  /* 消える */
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(220px, -120px);
  }
}

.feature {
  position: relative;
  background-image: url(../images/bg_index_02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .feature {
    background-image: url(../images/bg_index_03.jpg);
  }
}
.feature-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 120px;
  padding-top: 110px;
  padding-bottom: 105px;
}
@media print, screen and (max-width: 1280px) {
  .feature-inner {
    gap: 0 clamp(101px, 9.375vw, 120px);
    padding-top: clamp(93px, 8.594vw, 110px);
    padding-bottom: clamp(89px, 8.203vw, 105px);
  }
}
@media print, screen and (max-width: 1080px) {
  .feature-inner {
    flex-direction: column;
    align-items: center;
  }
}
.feature-left {
  width: calc(100% - 629px);
}
@media print, screen and (max-width: 1280px) {
  .feature-left {
    width: calc(100% - (clamp(430px, 39.766vw, 509px) + clamp(101px, 9.375vw, 120px)));
  }
}
@media print, screen and (max-width: 1080px) {
  .feature-left {
    display: contents;
  }
}
.feature-right {
  width: 509px;
}
@media print, screen and (max-width: 1280px) {
  .feature-right {
    width: clamp(430px, 39.766vw, 509px);
  }
}
@media print, screen and (max-width: 1080px) {
  .feature-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 1080px) {
  .feature-right {
    display: contents;
  }
}
.feature-ttl {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: calc(60 / 30);
  letter-spacing: 0.038em;
  font-weight: 600;
}
@media print, screen and (max-width: 1280px) {
  .feature-ttl {
    margin-bottom: clamp(17px, 1.563vw, 20px);
    font-size: clamp(25px, 2.344vw, 30px);
  }
}
@media print, screen and (max-width: 1080px) {
  .feature-ttl {
    order: 1;
    width: 100%;
    max-width: 660px;
  }
}
@media screen and (max-width: 480px) {
  .feature-ttl {
    font-size: clamp(20px, 5.208vw, 25px);
  }
}
.feature-desc {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: calc(35 / 16);
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1280px) {
  .feature-desc {
    margin-bottom: clamp(42px, 3.906vw, 50px);
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
@media print, screen and (max-width: 1080px) {
  .feature-desc {
    order: 2;
    width: 100%;
    max-width: 660px;
  }
}
@media screen and (max-width: 480px) {
  .feature-desc {
    font-size: clamp(12px, 2.917vw, 14px);
  }
}
.feature-btn {
  text-align: right;
}
@media print, screen and (max-width: 1080px) {
  .feature-btn {
    order: 4;
    margin-top: 42px;
    width: 100%;
    max-width: 660px;
  }
}
@media print, screen and (max-width: 1080px) {
  .feature-fig {
    order: 3;
    width: 100%;
    max-width: 660px;
  }
}
.feature-fig img {
  border-radius: 10px;
}

.news {
  position: relative;
}
.news-inner {
  padding-top: 100px;
  padding-bottom: 130px;
}
@media print, screen and (max-width: 1280px) {
  .news-inner {
    padding-top: clamp(84px, 7.813vw, 100px);
    padding-bottom: clamp(110px, 10.156vw, 130px);
  }
}
.news-ttl {
  margin-bottom: 47px;
  height: 52px;
  line-height: 52px;
  background-color: #ECF1F8;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media print, screen and (max-width: 1280px) {
  .news-ttl {
    margin-bottom: clamp(40px, 3.672vw, 47px);
    height: clamp(44px, 4.063vw, 52px);
    line-height: clamp(44px, 4.063vw, 52px);
    font-size: clamp(20px, 1.875vw, 24px);
  }
}
.news-cnt {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.news-cnt-item {
  padding-bottom: 37px;
  border-bottom: 1px solid #707070;
}
@media print, screen and (max-width: 1280px) {
  .news-cnt-item {
    padding-bottom: clamp(31px, 2.891vw, 37px);
  }
}
.news-cnt-item:not(:last-of-type) {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1280px) {
  .news-cnt-item:not(:last-of-type) {
    padding-bottom: clamp(51px, 4.688vw, 60px);
  }
}
.news-cnt-item-date {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: calc(35 / 14);
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1280px) {
  .news-cnt-item-date {
    font-size: clamp(12px, 1.094vw, 14px);
  }
}
.news-cnt-item-ttl {
  color: #2B70D0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: calc(35 / 16);
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1280px) {
  .news-cnt-item-ttl {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .news-cnt-item-ttl {
    font-size: clamp(12px, 2.917vw, 14px);
  }
}
.news-cnt-item-desc {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: calc(30 / 16);
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1280px) {
  .news-cnt-item-desc {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .news-cnt-item-desc {
    font-size: clamp(12px, 2.917vw, 14px);
  }
}