@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #071e2a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-inline: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 85.125rem;
}

.l-main {
  margin-inline: auto;
  max-width: 90rem;
  width: 100%;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  align-items: center;
  background-color: #fff;
  background-image: url("../img/arrow_green.svg");
  background-position: center right 0.625rem;
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
  border: 1px solid transparent;
  border-radius: 1.125rem;
  color: #44b13f;
  display: flex;
  line-height: 1.2;
  min-height: 4.25rem;
  padding-block: 0.625rem;
  padding-left: 3rem;
  transition: 0.3s all;
  width: 18.125rem;
}
.c-btn span {
  color: #44b13f;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.c-btn--circle {
  border-radius: 100vh;
  min-height: 5rem;
}

.c-btn--green {
  background-color: #44b13f;
  background-image: url("../img/arrow_white.svg");
  background-position: center right 1rem;
  color: #fff;
  width: 18.4375rem;
}
.c-btn--green span {
  color: #fff;
}

.c-btn--black {
  background-color: #000;
  background-image: url("../img/arrow_white.svg");
  background-position: center right 1rem;
  border: 1px solid #fff;
  color: #fff;
  width: 19.375rem;
}
.c-btn--black span {
  color: #fff;
}

.c-cat {
  background-color: #f1f1f1;
  border-radius: 2rem;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  min-width: 4.5rem;
  padding: 0.25rem 1rem;
  text-align: center;
}

.c-headline1__main {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  padding-left: 1.5rem;
  position: relative;
  text-align: left;
}
.c-headline1__main::before {
  -webkit-transform: translateY(-50%);
  background-color: #44b13f;
  content: "";
  height: 3.625rem;
  left: 0;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 3px;
}

.c-headline1__main--white {
  color: #fff;
}

.c-headline1__sub {
  -webkit-transform: translateY(-5px);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: left;
  transform: translateY(-5px);
}

.p-about {
  position: relative;
  z-index: 1;
}

.p-about__bg {
  background: url(../img/about_bg11.png) center center/cover no-repeat;
  padding-top: 12rem;
  position: relative;
}

.p-about__city {
  -webkit-transform: translateX(-50%);
  -webkit-transform: translateX(calc(50% - 11.6875rem));
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transform: translateX(calc(50% - 11.6875rem));
  width: 27.375rem;
}

.p-about__title1 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
}

.p-about__title1Main {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
}

.p-about__title1Sub {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
}

.p-about__text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.4;
  margin-top: 5rem;
  text-align: center;
}

.p-about__title2 {
  margin-top: 37.125rem;
}

.p-about__title2Sub {
  margin-inline: auto;
  max-width: 100%;
  width: 47.5rem;
}

.p-about__title2Main {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin-top: -2.5rem;
  text-align: center;
}

.p-about__title2Text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.65;
  margin-top: 2.5rem;
  text-align: center;
}

.p-about__soon {
  color: #007408;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5rem;
  padding-inline: 2.5rem;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-about__soon::before, .p-about__soon::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/kakko.svg) center center/contain no-repeat;
  content: "";
  height: 2.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4375rem;
}
.p-about__soon::before {
  left: 0;
}
.p-about__soon::after {
  -webkit-transform: scaleX(-1) translateY(-50%);
  right: 0;
  transform: scaleX(-1) translateY(-50%);
}

.p-about__decoWrap {
  margin-top: 12.25rem;
  overflow: hidden;
}

.p-about__deco1 {
  -webkit-transform: translateX(calc(50% - 123.625rem));
  transform: translateX(calc(50% - 123.625rem));
  width: 202.375rem;
}

.p-about__deco2 {
  -webkit-transform: translateX(calc(50% - 189.5625rem));
  margin-top: 0.3125rem;
  transform: translateX(calc(50% - 189.5625rem));
  width: 201.375rem;
}

.p-about__cards {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.p-about__card {
  position: relative;
}
.p-about__card::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../img/about_cross.svg) center center/contain no-repeat;
  content: "";
  height: 7.5rem;
  left: 50%;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
}

.p-about__cardImg {
  height: 100%;
}
.p-about__cardImg img {
  -o-object-fit: cover;
  aspect-ratio: 480/780;
  height: auto;
  object-fit: cover;
}

.p-about__cardTitle {
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  left: 50%;
  letter-spacing: normal;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.p-bgBlack {
  background-color: #000000;
  padding-block: 12.5rem 7.5rem;
  position: relative;
  z-index: 2;
}

.p-contact {
  margin-top: 10rem;
  position: relative;
}
.p-contact::before {
  background: url(../img/contact1.jpg) center center/contain no-repeat;
  content: "";
  height: 26.0625rem;
  position: absolute;
  right: 4rem;
  top: -8.4375rem;
  width: 17.375rem;
}
.p-contact::after {
  background: url(../img/contact2.jpg) center center/contain no-repeat;
  bottom: 5rem;
  content: "";
  height: 21rem;
  left: 9.125rem;
  position: absolute;
  width: 14rem;
}

.p-contact__inner {
  border-top: 1px solid #afafaf;
  margin-inline: auto;
  max-width: 100%;
  padding-top: 6.875rem;
  width: 64.0625rem;
}

.p-contact__titleSub {
  margin-inline: auto;
  max-width: 100%;
  width: 31.25rem;
}

.p-contact__titleMain {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin-top: -2.75rem;
  text-align: center;
}

.p-contact__info {
  margin-top: 4.5rem;
}

.p-contact__infoTitle {
  color: #fff;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: center;
}
.p-contact__infoTitle span:first-child {
  font-size:1.5rem;
}
.p-contact__infoTitle span:last-child {
  display: block;
  font-size:1rem;
  line-height: 1.4;
  margin-top: 0.5em;
}

.p-contact__wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contact__infoTel,
.p-contact__infoTime {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2.1;
  text-align: left;
}
.p-contact__infoTel::before,
.p-contact__infoTime::before {
  content: "";
}

.p-contact__infoTel::before {
  background: url(../img/tel.svg) center center/contain no-repeat;
  height: 1.125rem;
  margin-right: 0.625rem;
  width: 1.125rem;
}
.p-contact__infoTime::before {
  background: url(../img/clock.svg) center center/contain no-repeat;
  height: 1.125rem;
  margin-right: 0.625rem;
  width: 1.125rem;
}

.p-contact__infoBtn {
  margin-inline: auto;
  margin-top: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-cta__container {
  background: url(../img/cta_bg.png) center center/cover no-repeat;
  border-radius: 1.875rem;
  min-height: 27.5rem;
  overflow: hidden;
  padding-block: 5.625rem 0;
  padding-inline: 6rem 2rem;
  position: relative;
  z-index: 2;
}

.p-cta__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.p-cta__text {
  color: #fff;
  text-align: center;
  width: min(100%, 36.25rem);
}

.p-cta__subtitle {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.p-cta__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2rem;
  white-space: nowrap;
}

.p-cta__btn {
  display: inline-block;
  margin-top: 3rem;
}

.p-cta__img {
  max-width: 100%;
  width: 32.25rem;
}

.p-footer {
  padding-block: 2rem;
}

.p-footer__logo {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:1em;
}
.p-footer__logo a:first-child {
  display: block;
  width: 11.5rem;
}
.p-footer__logo a:last-child {
  text-decoration: underline;
  font-size: 1rem;
  display: block;
  width:fit-content;
} 
@media (max-width: 768px) {
  .p-footer__logo {
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
  }
}

.p-footer__bottom {
  align-items: baseline;
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1rem;
}


.p-footer__copy {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}

.p-footer__logo2 {
  max-width: 100%;
  width: 21.5625rem;
}

.p-launch {
  position: relative;
}
.p-launch::before {
  background: url(../img/launch1.jpg) center center/contain no-repeat;
  content: "";
  height: 21rem;
  left: 4rem;
  position: absolute;
  top: -5rem;
  width: clamp(12rem, -8.5rem + 25vw, 14rem);
}

.p-launch__titleSub {
  margin-inline: auto;
  max-width: 100%;
  width: 58.3125rem;
}

.p-launch__titleMain {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin-top: -3.25rem;
  text-align: center;
}

.p-launch__titleText {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.1;
  margin-top: 2.5rem;
  text-align: center;
}

.p-launch__info {
  margin-top: 5rem;
}

.p-launch__infoTitle {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: center;
}

.p-launch__infoCards {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  margin-top: 4.375rem;
  max-width: 100%;
  width: 63.9375rem;
}

.p-launch__infoCard {
  align-items: center;
  background-image: linear-gradient(129deg, #54c143 -13%, #359b30 75%);
  border: solid 1px #fff;
  border-radius: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 12.875rem;
  padding-inline: 0.9375rem;
  position: relative;
}

.p-launch__infoCardHead {
  -webkit-transform: translate(-50%, -50%);
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100vh;
  left: 50%;
  padding-block: 0.625rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 10.5rem;
}
.p-launch__infoCardHead span {
  align-items: baseline;
  color: #fff;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  line-height: normal;
}
.p-launch__infoCardHead span::before {
  background-color: #68dc58;
  border-radius: 100%;
  content: "";
  height: 0.875rem;
  margin-right: 0.625rem;
  width: 0.875rem;
}

.p-launch__infoCardTitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.65;
  text-align: center;
}

.p-launch__infoText {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.1;
  margin-top: 4rem;
  text-align: center;
}

.p-launch__infoBtn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-link {
  padding-top: 9.375rem;
}

.p-link__inner {
  margin-inline: auto;
  max-width: 100%;
  width: 64.0625rem;
}

.p-link__title {
  align-items: flex-end;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.p-link__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 3rem;
}

.p-mark {
  background: #fff;
  padding-block: 8.5rem 13rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-mark__content {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-mark__logo {
  width: 25.625rem;
}

.p-mark__deco {
  -webkit-transform: translateX(calc(-50% - 9.375rem));
  bottom: -1.375rem;
  left: 50%;
  position: absolute;
  transform: translateX(calc(-50% - 9.375rem));
  width: 38.625rem;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.p-modal__block {
  -webkit-transform: translate(-50%, -50%);
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-mv__movie video {
  -o-object-fit: cover;
  aspect-ratio: 1440/780;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-mv__contentInner {
  height: initial;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  width: 91.1111111111%;
}

.p-mv__contentTitle {
  bottom: 3.9375rem;
  left: 0;
  position: absolute;
}

.p-mv__contentTitleText {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
}
.p-mv__contentTitleText span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 1.3125rem;
}

.p-news {
  background: url(../img/news_bg.png) center center/cover no-repeat;
  padding-block: 6.5rem 8rem;
}

.p-news__content {
  margin-top: 4rem;
  position: relative;
}

.p-news__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  
}
.p-news__item > a{
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.p-news__itemImg {
  overflow: hidden;
}

.p-news__itemImg img {
  -o-object-fit: cover;
  aspect-ratio: 334/187;
  height: auto;
  object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-news__itemContent {
  margin-top: 1rem;
}

.p-news__itemMeta {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-news__itemDate {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

.p-news__itemTitle {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1rem;
  overflow: hidden;
}

.p-news__itemText {
  color: #a2a2a2;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.6;
  line-height: 1.65;
  margin-top: 0.5rem;
  overflow: hidden;
}
.p-news__nav {
  display: none;
}

.p-news__navPrev,
.p-news__navNext {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  width: 2.5rem;
}

.p-news__navPrev {
  background-image: url(../img/prev.svg);
}

.p-news__navNext {
  background-image: url(../img/next.svg);
}

.p-news__navPrev.swiper-button-disabled,
.p-news__navNext.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-register {
  background-color: #44b13f;
  border-radius: 1.625rem;
  bottom: 1.875rem;
  padding-block: 1.25rem 1.25rem;
  padding-inline: 1.25rem;
  position: fixed;
  right: 1.5rem;
  width: min(100%, 20.625rem);
  z-index: 15;
  
}
.p-register.transition_set {
  transition: opacity 0.3s linear;
}
.p-register.hide {
  opacity:0;
  pointer-events: none;
}

@media(max-width:767px) {
  .p-register:not(.transition_set) {
    opacity:0;
  }
} 

.p-register__text {
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-register__text::before {
  background: url(../img/text_deco.svg) center center/contain no-repeat;
  bottom: 0.1875rem;
  content: "";
  height: 1.25rem;
  left: -1rem;
  position: absolute;
  width: 0.5rem;
}
.p-register__text::after {
  -webkit-transform: scaleX(-1);
  background: url(../img/text_deco.svg) center center/contain no-repeat;
  bottom: 0.1875rem;
  content: "";
  height: 1.25rem;
  position: absolute;
  right: -1rem;
  transform: scaleX(-1);
  width: 0.5rem;
}

.p-register__btn {
  align-items: center;
  background-color: #fff;
  background-image: url("../img/arrow_green.svg");
  background-position: center right 0.625rem;
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
  border-radius: 1.125rem;
  color: #44b13f;
  display: flex;
  line-height: 1.2;
  margin-top: 1.25rem;
  max-width: 100%;
  min-height: 4.25rem;
  padding-block: 0.625rem;
  padding-left: 3rem;
  transition: 0.3s all;
  width: 18.125rem;
}
.p-register__btn span {
  color: #44b13f;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.u-hover {
  transition: opacity 0.5s;
}
.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-news__slider {
    overflow: visible;
  }

  .p-news__slider .swiper-wrapper {
    -webkit-transform: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 9rem;
    height: auto;
    transform: none;
    width: 100%;
  }

  .p-news__slider .swiper-slide {
    -webkit-transform: none;
    flex: 1;
    height: auto;
    opacity: 1;
    position: relative;
    transform: none;
  }

  .p-news__slider .swiper-slide:not(:last-child)::after {
    background-color: #44b13f;
    content: "";
    height: 100%;
    position: absolute;
    right: -4.5rem;
    top: 0;
    width: 1px;
  }
  .p-news__nav {
    display: none !important;
  }
}

@media screen and (max-width: 1312px) {
  html {
    font-size: 1.2195121951vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-btn {
    background-position: center right 0.875rem;
    background-size: 2rem 2rem;
    padding-block: 0.875rem;
    padding-left: 2rem;
    width: 15.3125rem;
  }
  .c-btn span {
    font-size: 0.9375rem;
  }
  .c-btn--circle {
    min-height: 3.75rem;
  }
  .c-btn--green {
    min-height: 4rem;
    width: 16.875rem;
  }
  .c-btn--black {
    min-height: 4rem;
    padding-left: 3rem;
    width: 17.8125rem;
  }
  .c-headline1__main::before {
    height: 2rem;
  }
  .c-headline1__main {
    font-size: 2.5rem;
    padding-left: 1rem;
  }
  .p-about__bg {
    background-image: url(../img/about_bg1_sp.png);
    padding-top: 5.9375rem;
  }
  .p-about__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-about__city {
    -webkit-transform: translateX(calc(50% - 6.125rem));
    transform: translateX(calc(50% - 6.125rem));
    width: 11.25rem;
  }
  .p-about__title1Main {
    font-size: 1.75rem;
    letter-spacing: 0.0342857143em;
    text-align: left;
  }
  .p-about__title1Sub {
    font-size: 1.5rem;
    letter-spacing: 0.0342857143em;
    text-align: left;
  }
  .p-about__text {
    font-size: 0.9375rem;
    line-height: 2.2;
    margin-top: 2.5rem;
    text-align: left;
  }
  .p-about__title2 {
    margin-top: 17.75rem;
  }
  .p-about__title2Sub {
    width: 18.125rem;
  }
  .p-about__title2Main {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: -0.875rem;
  }
  .p-about__title2Text {
    font-size: 0.9375rem;
    margin-top: 2rem;
  }
  .p-about__soon {
    font-size: 2rem;
    margin-top: 2.1875rem;
    padding-inline: 1.5rem;
  }
  .p-about__decoWrap {
    margin-top: 6rem;
  }
  .p-about__deco1 {
    -webkit-transform: translateX(calc(50% - 88.6875rem));
    transform: translateX(calc(50% - 88.6875rem));
    width: 117.25rem;
  }
  .p-about__deco2 {
    -webkit-transform: translateX(calc(50% - 62.9375rem));
    transform: translateX(calc(50% - 62.9375rem));
    width: 116.6875rem;
  }
  .p-about__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-about__card::before {
    background: url(../img/about_cross_sp.svg) center center/contain no-repeat;
    height: 5rem;
    width: 5rem;
  }
  .p-about__cardImg img {
    aspect-ratio: 375/250;
  }
  .p-about__cardTitle {
    font-size: 1rem;
  }
  .p-bgBlack {
    padding-block: 5.9375rem 1.25rem;
  }
  .p-contact {
    margin-top: 3.5rem;
  }
  .p-contact::before {
    display: none;
  }
  .p-contact::after {
    display: none;
  }
  .p-contact__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2.5rem;
  }
  .p-contact__titleSub {
    width: 12.8125rem;
  }
  .p-contact__titleMain {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: -1.3125rem;
  }
  .p-contact__info {
    margin-top: 2.5rem;
  }
  .p-contact__infoTitle {
    font-size: 1.25rem;
    letter-spacing: normal;
    line-height: 2.1;
  }
  .p-contact__infoTime {
    margin-top: 0.3125rem;
  }
  .p-cta__container {
    background: url(../img/cta_bg_sp.png) center center/cover no-repeat;
    padding-block: 2.5rem 3rem;
    padding-inline: 1.5rem;
  }
  .p-cta__content {
    flex-direction: column;
    gap: 0;
  }
  .p-cta__text {
    display: contents;
  }
  .p-cta__subtitle {
    font-size: 0.875rem;
    order: 1;
  }
  .p-cta__title {
    font-size: 1.5rem;
    margin-top: 1rem;
    order: 2;
  }
  .p-cta__btn {
    margin-inline: auto;
    margin-top: 0;
    order: 4;
  }
  .p-cta__img {
    margin-inline: auto;
    margin-left: -6vw;
    margin-top: 3rem;
    max-width: 114%;
    order: 3;
    position: relative;
    width: 100%;
    width: 114%;
  }
  .p-footer__logo {
    margin-inline: auto;
    width: 13rem;
  }
  .p-footer__bottom {
    flex-direction: column-reverse;
    padding-top: 2rem;
  }
  .p-footer__copy {
    font-size: 0.875rem;
    line-height: 1.21;
    margin-inline: auto;
    margin-top: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-footer__logo2 {
    width: 20.9375rem;
    margin-inline:auto;
  }
  .p-launch::before {
    display: none;
  }
  .p-launch__titleSub {
    width: 100%;
  }
  .p-launch__titleMain {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: -2.5rem;
  }
  .p-launch__titleText {
    font-size: 0.875rem;
    line-height: 2.45;
    margin-inline: auto;
    margin-top: 2.5rem;
    width: 65.6%;
  }
  .p-launch__info {
    margin-top: 3.75rem;
  }
  .p-launch__infoTitle {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .p-launch__infoCards {
    grid-template-columns: repeat(1, 1fr);
    width: 20.875rem;
  }
  .p-launch__infoCard {
    min-height: 9.375rem;
  }
  .p-launch__infoCardHead {
    padding-block: 0.625rem;
    width: 11.25rem;
  }
  .p-launch__infoCardTitle {
    font-size: 1rem;
  }
  .p-launch__infoText {
    font-size: 0.9375rem;
    letter-spacing: normal;
    line-height: 1.65;
  }
  .p-link {
    padding-top: 4.5rem;
  }
  .p-link__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 34.375rem;
  }
  .p-link__title {
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  .p-link__list {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
  }
  .p-mark {
    padding-block: 6.5625rem 10.3125rem;
  }
  .p-mark__logo {
    width: 15.3125rem;
  }
  .p-mark__deco {
    -webkit-transform: translateX(calc(-50% - 2.375rem));
    bottom: -0.1875rem;
    transform: translateX(calc(-50% - 2.375rem));
    width: 15.8125rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-mv__movie video {
    aspect-ratio: auto;
    height: 100vh;
    height: 100svh;
  }
  .p-mv__contentInner {
    width: 89.3333333333%;
  }
  .p-mv__contentTitle {
    bottom: 2rem;
  }
  .p-mv__contentTitleText {
    font-size: 1.625rem;
    line-height: 1.15;
  }
  .p-mv__contentTitleText span {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .p-news {
    background: url(../img/news_bg_sp.png) center center/cover no-repeat;
    overflow: hidden;
    padding-block: 2.8125rem 2.0625rem;
  }
  .p-news__inner {
    position: relative;
  }
  .p-news__content {
    margin-top: 2rem;
  }
  .swiper.p-news__slider {
    overflow: visible;
  }
  .p-news__itemTitle .p-news__itemTitle {
    font-size: 1rem;
  }
  .p-news__itemText .p-news__itemText {
    font-size: 13px;
  }
  .p-news__nav {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    position: absolute;
    right: 1.25rem;
    top: 0;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-register {
    border-radius: 0.9375rem;
    bottom: 2.5rem;
    padding-block: 0.4375rem 0;
    padding-inline: 0;
    right: 1.25rem;
    width: min(100%, 9.875rem);
  }
  .p-register__text {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .p-register__text::before {
    bottom: 0.3125rem;
  }
  .p-register__text::after {
    bottom: 0.3125rem;
  }
  .p-register__btn {
    background-image: none;
    border-radius: 0 0 0.75rem 0.75rem;
    margin-top: 0.75rem;
    min-height: auto;
    padding: 1rem;
    width: 100%;
  }
  .p-register__btn span {
    font-size: 0.875rem;
    line-height: 1;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }

  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }

  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }

  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }

  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }

  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }

  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }

  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }

  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }

  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }

  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }

  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }

  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }

  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }

  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }

  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }

  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }

  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }

  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }

  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  .p-news__item a:hover {
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
  }
  .p-news__item a:hover .p-news__itemImg img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }

  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .u-hover:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */