.p-main_vis {
  position: relative;
}
.p-main_vis-slider {
  position: relative;
}
.p-main_vis-slider:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/main_vis__over.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-main_vis-img img {
  width: 100%;
  min-height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-main_vis-catch {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  right: 1rem;
}
.p-main_vis-catch .main_text {
  width: clamp(15rem, 40.1041666667vw, 48.125rem);
  margin-bottom: 0.25rem;
}
.p-main_vis-catch .sub_text {
  font-family: var(--f_zen);
}
.p-main_vis-catch .sub_text span {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: clamp(0.25rem, 0.4166666667vw, 0.5rem) clamp(0.5rem, 1.5625vw, 1.875rem);
  background-color: var(--color_lightblue01);
  color: var(--color_mono02);
  border-radius: 0.25rem;
}
.p-main_vis-deco01 {
  width: 10%;
  top: 2rem;
  left: 8%;
}
.p-main_vis-deco02 {
  width: 18%;
  top: 1rem;
  right: 0%;
}

@media screen and (min-width: 768px) {
  .p-main_vis-catch {
    left: 5.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-main_vis-img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-main_vis-catch {
    bottom: clamp(1rem, 4.1666666667vw, 6.25rem);
  }
  .p-main_vis-catch .sub_text {
    font-size: var(--f30);
  }
}
.p-news {
  padding: clamp(4rem, 4.1666666667vw, 5rem) 0;
}
.p-news-title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: var(--f36);
  font-family: var(--f_zen);
}
.p-news-list {
  width: calc(100% - 2rem);
  max-width: 912px;
  margin: 0 auto;
}
.p-news-list-wrapper {
  max-width: 1124px;
  margin: 0 auto clamp(1rem, 2.0833333333vw, 2.5rem);
  padding: 0.5rem 0rem 1rem;
  position: relative;
  border: clamp(2px, 0.2083333333vw, 0.25rem) solid var(--color_lightblue02);
  border-radius: clamp(0.5rem, 1.3541666667vw, 1.625rem);
}
.p-news-list .item:not(:last-of-type) {
  border-bottom: 1px solid var(--color_mono03);
}
.p-news-list .item a {
  display: block;
  padding: 1rem 0;
  font-weight: 700;
}
.p-news-list .item a:hover {
  color: var(--color_lightblue01);
}
.p-news-list .item time {
  display: block;
  margin-bottom: 0.25rem;
}
.p-news-deco01 {
  width: clamp(4rem, 9.8958333333vw, 11.875rem);
  top: calc(clamp(1rem, 3.90625vw, 4.6875rem) * -1);
  right: calc(clamp(0.5rem, 4.9479166667vw, 5.9375rem) * -1);
}
.p-news-deco02 {
  width: clamp(3rem, 8.125vw, 9.75rem);
  bottom: -1rem;
  left: -0.5rem;
}

@media screen and (min-width: 768px) {
  .p-news-list-wrapper {
    padding: 2rem 0 1rem;
  }
  .p-news-list .item a {
    display: flex;
  }
  .p-news-list .item time {
    width: 8rem;
    flex-shrink: 0;
  }
  .p-news-deco02 {
    bottom: calc(clamp(0.5rem, 2.0833333333vw, 2.5rem) * -1);
    left: calc(clamp(0.5rem, 4.0625vw, 4.875rem) * -1);
  }
}
.p-message {
  position: relative;
  padding: clamp(4rem, 8.3333333333vw, 10rem) 0;
}
.p-message-inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.p-message-title {
  margin-bottom: clamp(1rem, 1.8229166667vw, 2.1875rem);
  font-size: var(--f36);
  font-family: var(--f_zen);
  text-align: center;
}
.p-message-text {
  font-size: var(--f22);
  line-height: 2;
}
.p-message .c-deco {
  z-index: 1;
}
.p-message-deco01 {
  width: clamp(1rem, 22.9166666667vw, 27.5rem);
  top: -2rem;
  left: -0.5rem;
}
.p-message-deco02 {
  width: 20%;
  bottom: -0.5rem;
  left: -0.5rem;
}
.p-message-deco03 {
  width: 20%;
  bottom: -1rem;
  right: -3%;
}
.p-message-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0.42;
  z-index: -1;
}
.p-message-bg video {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-message-text {
    text-align: center;
  }
  .p-message-deco01 {
    top: calc(clamp(1rem, 4.6875vw, 5.625rem) * -1);
    left: calc(clamp(1rem, 2.6041666667vw, 3.125rem) * -1);
  }
  .p-message-deco02 {
    width: clamp(1rem, 18.75vw, 22.5rem);
  }
  .p-message-deco03 {
    width: 15%;
  }
}
@media screen and (min-width: 1100px) {
  .p-message-deco01 {
    top: calc(clamp(1rem, 4.6875vw, 5.625rem) * -1);
    left: calc(clamp(1rem, 2.6041666667vw, 3.125rem) * -1);
  }
  .p-message-deco02 {
    width: clamp(1rem, 18.75vw, 22.5rem);
    bottom: clamp(1rem, 1.0416666667vw, 1.25rem);
    left: clamp(1rem, 4.6875vw, 5.625rem);
  }
  .p-message-deco03 {
    width: clamp(1rem, 24.8958333333vw, 29.875rem);
    right: calc(clamp(2rem, 4.1666666667vw, 5rem) * -1);
    bottom: calc(clamp(1rem, 4.1666666667vw, 5rem) * -1);
  }
}
.p-page_nav {
  padding: clamp(4rem, 6.25vw, 7.5rem) 0;
}
.p-page_nav-list .item {
  margin: 0 0 1rem 3rem;
  position: relative;
  border-width: clamp(1px, 38400vw, 0.3125rem);
  border-style: solid;
  border-radius: clamp(0.25rem, 0.625vw, 0.75rem);
  background-position: center;
  background-size: cover;
}
.p-page_nav-list .item a {
  aspect-ratio: 517/217;
  display: block;
  padding: 1rem;
  position: relative;
}
.p-page_nav-list .item .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
  border-radius: 50%;
  color: var(--color_mono02);
  font-family: var(--f_zen);
  font-weight: 700;
  text-align: center;
  background-size: cover;
}
.p-page_nav-list .item .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.p-page_nav-list .item .image img {
  width: 100%;
  transition: 0.3s;
}
.p-page_nav-list .item:nth-of-type(1) {
  border-color: var(--color_lightblue01);
}
.p-page_nav-list .item:nth-of-type(1) .text {
  background-image: url(../img/stripe_bg__llightblue.png);
}
.p-page_nav-list .item:nth-of-type(2) {
  border-color: var(--color_orange01);
}
.p-page_nav-list .item:nth-of-type(2) .text {
  background-image: url(../img/stripe_bg__orange.png);
}
.p-page_nav-list .item:nth-of-type(3) {
  border-color: var(--color_lightgreen01);
}
.p-page_nav-list .item:nth-of-type(3) .text {
  background-image: url(../img/stripe_bg__lightgreen.png);
}
.p-page_nav-list .item:nth-of-type(4) {
  border-color: var(--color_yellow01);
}
.p-page_nav-list .item:nth-of-type(4) .text {
  background-image: url(../img/stripe_bg__yellow.png);
}
.p-page_nav-list .item:nth-of-type(5) {
  border-color: var(--color_purple01);
}
.p-page_nav-list .item:nth-of-type(5) .text {
  background-image: url(../img/stripe_bg__purple.png);
}
.p-page_nav-list .item a:hover .image img {
  transform: scale(1.05);
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-page_nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-page_nav-list .item {
    width: calc((100% - clamp(1rem, 10.4166666667vw, 12.5rem)) / 2);
    margin: 0 0 clamp(1rem, 2.0833333333vw, 2.5rem) clamp(1rem, 4.6875vw, 5.625rem);
  }
  .p-page_nav-list .item:nth-of-type(even) {
    margin-left: clamp(1rem, 5.7291666667vw, 6.875rem);
  }
  .p-page_nav-list .item .text {
    width: clamp(7rem, 9.375vw, 11.25rem);
    left: calc(clamp(1rem, 4.6875vw, 5.625rem) * -1);
    font-size: var(--f26);
  }
}/*# sourceMappingURL=front-page.css.map */