@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 900px) {
  html {
    font-size: 1.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  /* height: 5000px; */
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #ffffff;
  background-color: #3395C5;
  -webkit-transition: 1s;
  transition: 1s;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  padding-right: 0rem;
  padding-left: 0rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5.625rem;
  letter-spacing: 1rem;
}
@media screen and (max-width: 767px) {
  .c-sec-title {
    display: none;
  }
}

.c-sec-title.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-sec-title.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.5rem;
  }
}

.c-sec-title.cp {
  margin-top: 100px;
}

.p-about {
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 4.375rem;
  }
}

.p-about__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__cards:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-about__cards:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__cards-img {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-about__cards-img {
    width: 100%;
  }
}

.p-about__card {
  width: 47%;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about__card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-about__card-no {
  margin-bottom: 0.9375rem;
}

.p-about__card-title {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__card-title {
    width: 75vw;
  }
}

.p-about__card-text {
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  line-height: 2.46;
  font-weight: 400;
}

.p-access {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 3.125rem;
  }
}

.p-access__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-access__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.p-access__box {
  width: 80%;
  margin: 0 auto;
  background: url();
}
.p-access__box table {
  width: 100%;
  text-align: left;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.p-access__cards:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-access__cards:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-access__cards + .p-access__cards {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__cards + .p-access__cards {
    margin-top: 1.875rem;
  }
}

.p-access__map {
  width: 55.5555555556%;
  height: 25.9375rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    width: 100%;
  }
}

.p-access__map iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access__map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.1875rem;
}

.p-access__cards .p-access__body.w40 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-access__body {
    width: 100%;
  }
  .p-access__cards .p-access__body.w40 {
    width: 100%;
    text-align-last: left;
  }
}

.p-access__body-title {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  background: url("../images/ig_icon_w.svg") no-repeat;
  background-position: right;
}
@media screen and (max-width: 767px) {
  .p-access__body-title {
    font-size: 1.375rem;
  }
}

.p-access__table {
  font-size: 0.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__table {
    width: 100%;
    font-size: 1.125rem;
  }
}

.p-access__table tr {
  display: block;
  border-bottom: 1px solid #ffffff;
}
.p-access__table tr:last-child {
  border-bottom: none;
}

.p-access__table th {
  padding: 1.5625rem 2.5rem 1.5625rem 0;
  vertical-align: top;
  width: 120px;
  box-sizing: border-box;
}

.p-access__table td {
  padding: 1.5625rem 0;
  /* width: 70%; */
}

.p-footer {
  padding-top: 9.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 6.25rem;
    padding-bottom: 1.25rem;
  }
  /* .p-access__table th {
    width: 60px;
  } */
}

.p-footer__box {
  width: 100%;
  max-width: 25rem;
  height: 12.9375rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/sns_bg.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  color: #006fb4;
}
@media screen and (max-width: 767px) {
  .p-footer__box {
    margin-bottom: 5.625rem;
  }
}

.p-footer__title {
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 1.875rem;
}

.p-footer__title::after {
  content: "";
  width: 2px;
  height: 0.9375rem;
  background-color: #006fb4;
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-footer__subtitle {
  font-size: 0.6875rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}

.p-footer__copy {
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.js-pagetop {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .js-pagetop {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.p-fv {
  width: 100vw;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-fv__title {
  position: absolute;
  top: 8vw;
  left: 10vw;
  z-index: 2;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    width: 5.1875rem;
    top: 25vw;
    left: 15vw;
  }
}

.p-fv__cacth {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
}

.p-fv__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-fv__wrap {
    width: 100%;
    height: 100vh;
  }
}

.p-fv__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.p-instagram {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-instagram {
    padding-top: 6.25rem;
  }
}

.p-instagram__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-instagram__btn {
    padding-top: 1.25rem;
  }
}

.p-intro {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

.p-intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-intro__wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-intro__left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-intro__left {
    width: 100%;
  }
}

.p-intro__catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.375rem;
  letter-spacing: 0.3em;
  line-height: 1.73;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-intro__catch {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 1.375;
    text-align: center;
    margin-bottom: 2.1875rem;
  }
}

.p-intro__right {
  margin-top: 30px;
}
.p-intro__right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-intro__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-intro__text- {
  font-weight: bold;
  font-size: 130%;

}
.p-intro__text {
  font-size: 0.875rem;
  letter-spacing: 0.35em;
  line-height: 2.85;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-intro__text {
    line-height: 2.5;
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide.sec {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide.sec::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide.sec img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
