@charset "UTF-8";
.about {
  width: 100%;
}

.about-inner {
  width: 100%;
  margin: 0 auto;
  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;
  opacity: 0.8;
}

.about__content {
  padding: 50px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    gap: 3rem;
  }
}

.about-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 32px;
  letter-spacing: 0.5em;
  margin-left: 36px;
  line-height: 2.3;
  color: #004896;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0;
    font-size: 2.8rem;
  }
}

.about-text {
  line-height: 2.7;
  letter-spacing: 0.4em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 992px) {
  .about-text {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .about-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

/* partner
========================================================== 
*/
.partner {
  position: relative;
}

.partner__bg-img {
  width: 30rem;
}

.partner-content {
  background-image: url("../images/top/partner_dog.jpg");
  background-size: cover;
  padding: 60px 0;
  height: 878px;
  background-position: 50% 100%;
}
@media screen and (max-width: 768px) {
  .partner-content {
    background-image: unset;
    height: 100%;
    padding: 4em 0 2.3rem;
  }
}

.partner__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 160px;
}
@media screen and (max-width: 992px) {
  .partner__flex {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .partner__flex {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.partner-right {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .partner-right {
    margin-top: -2rem;
  }
}

.partner-title {
  position: relative;
  color: #004896;
}

.partner-title__ja {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.partner-title__img-wrap {
  position: absolute;
  top: 44px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .partner-title__img-wrap {
    top: 37rem;
    right: unset;
  }
}

.partner-title__img {
  width: 777px;
}
@media screen and (max-width: 768px) {
  .partner-title__img {
    width: 35rem;
  }
}

.partner-lead {
  font-size: 32px;
  color: #004896;
  font-weight: 700;
  letter-spacing: 0.4em;
  margin-top: 65px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .partner-lead {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
}

.partner-text {
  margin-top: 50px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .partner-text {
    margin-top: 2.6rem;
    letter-spacing: 0.09em;
    text-align: justify;
  }
}

.partner-text p:not(:first-child) {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .partner-list-wrap {
    padding: 0 0 !important;
  }
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: -44px;
}
@media screen and (max-width: 1200px) {
  .partner-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.4rem;
    margin-top: 50px;
    justify-items: center;
  }
}

.partner-list__item {
  background-color: #fafbe6;
  border-radius: 100%;
  aspect-ratio: 1/1;
  position: relative;
  padding: 120px 45px 0;
  text-align: center;
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  .partner-list__item {
    max-width: 37rem;
    padding: 12rem 4rem 0;
  }
}

.partner-list__img {
  width: 290px;
  position: absolute;
  top: -190px;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .partner-list__img {
    width: 29rem;
    top: -19rem;
  }
}

.partner-list__title {
  color: #004896;
}

.partner-list__text {
  margin-top: 6px;
  line-height: 2;
}

.partner__btn-wrap {
  text-align: center;
  width: 845px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .partner__btn-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .partner__btn-wrap {
    width: 31.5rem;
    margin-top: 5rem;
    font-size: 2rem;
  }
}

/* about2
========================================================== 
*/
.about2 {
  padding: 126px 0 100px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about2 {
    padding: 4rem 0 0rem;
  }
}

.about2__content {
  display: grid;
  grid-template-columns: 1fr 47%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .about2__content {
    grid-template-columns: 1fr;
    gap: 0;
    margin-right: 0;
  }
}

.about2__title-img-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.about2__title-img {
  width: 664px;
}
@media screen and (max-width: 768px) {
  .about2__title-img {
    width: 32rem;
  }
}

.about2__img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about2__img-wrap {
    width: unset;
    margin-right: calc(50% - 50vw);
    margin-top: 2rem;
  }
}

.about2__img {
  width: 46vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .about2__img {
    width: 100%;
  }
}

.about2__title {
  font-size: 20px;
  color: #004896;
}

.about2-text {
  font-size: 32px;
  color: #004896;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about2-text {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 2rem;
    margin-right: calc(50% - 50vw);
  }
}

.about2__btn-wrap {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .about2__btn-wrap {
    font-size: 2rem;
    margin-top: 2rem;
  }
}

.about2-title {
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #004896;
}

.about2__content-left {
  margin-top: 140px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .about2__content-left {
    margin-top: 6.4rem;
    margin-left: 0;
  }
}

.about2-text2 {
  margin-top: 4px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about2-text2 {
    margin-top: 2.7rem;
  }
}

.about2__btn-wrap {
  width: 290px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about2__btn-wrap {
    margin-top: 3rem;
    width: 31.5rem;
    font-size: 2rem;
  }
}

/* growth
========================================================== 
*/
.growth {
  padding: 0px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .growth {
    padding: 2rem 0 5rem;
  }
}

.growth__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .growth__content {
    grid-template-columns: 1fr;
    gap: 0;
    margin-left: 0;
  }
}

.growth__title-img-wrap {
  position: absolute;
  z-index: -1;
  top: -55px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .growth__title-img-wrap {
    top: -2rem;
    right: 0;
    left: unset;
  }
}

@media screen and (max-width: 768px) {
  .growth__title-img {
    width: 64rem;
  }
}

@media screen and (max-width: 768px) {
  .growth__img-wrap {
    margin-left: calc(50% - 50vw);
    margin-top: 3rem;
  }
}

.growth__img {
  width: 46vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .growth__img {
    width: 100%;
  }
}

.growth__content-left {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .growth__content-left {
    grid-row: 1;
    margin-top: 5rem;
  }
}

.news {
  background-color: #fafafa;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 2rem 0 6rem;
  }
}

.news .inner {
  max-width: 900px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news-title {
  text-align: center;
  color: #004896;
}

.news-title span {
  display: block;
}

.news-title__en {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.news-title__ja {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.news__btn-wrap {
  text-align: center;
  width: 290px;
  margin: 75px auto 0;
}
@media screen and (max-width: 768px) {
  .news__btn-wrap {
    margin-top: 6rem;
    width: 31.5rem;
    font-size: 2rem;
  }
}

/* instagram
========================================================== 
*/
.instagram {
  text-align: center;
  padding: 27px 0;
}
@media screen and (max-width: 768px) {
  .instagram {
    padding: 4.3rem 0 0;
  }
}

.instagram__title-en {
  font-size: 40px;
  color: #004896;
  letter-spacing: 0.05em;
}

.instagram__text {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .instagram__text {
    white-space: nowrap;
  }
}

.instagram__content {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .instagram__content {
    margin-top: 1.8rem;
  }
}

.sb_instagram_header,
#sbi_load {
  display: none !important;
}

.instagram__btn-wrap {
  width: 290px;
  margin: 0 auto;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .instagram__btn-wrap {
    margin-top: 3.2rem;
    width: 31.5rem;
    font-size: 2rem;
  }
}

/* cta
========================================================== 
*/
.cta {
  padding-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .cta .inner {
    padding: 0 0;
  }
}

.cta-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 64px;
}
@media screen and (max-width: 1200px) {
  .cta-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .cta-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.cta-list__item {
  background-color: #fafafa;
  border-radius: 30px;
  padding: 64px 0 46px;
}
@media screen and (max-width: 768px) {
  .cta-list__item {
    padding: 3.7rem 1.5rem 4.6rem;
  }
}

.news-list__item:not(:first-child) {
  margin-top: 20px;
}

.cta-inner__title {
  text-align: center;
}

.cta-inner__title img {
  height: 65px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .cta-inner__title img {
    height: 3.5rem;
  }
}

.cta-list__text {
  text-align: center;
  margin-top: 20px;
}

.cta-list__btn {
  background: -webkit-gradient(linear, left top, right top, from(#f8ddbd), to(#bcd300));
  background: linear-gradient(to right, #f8ddbd, #bcd300);
  color: #fff;
  display: block;
  text-align: center;
  display: block;
  height: 58px;
  width: 422px;
  margin: 0 auto;
  line-height: 58px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 99px;
}

.cta-list__btn-wrap {
  font-size: 35px;
  width: 422px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cta-list__btn-wrap {
    width: 30rem;
    font-size: 2.6rem;
  }
}

.cta-list__btn-wrap._tel {
  margin-top: 50px;
}

.btn._tel:after {
  display: none;
}

@media screen and (min-width: 769px) {
  .btn._tel {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  .btn._tel {
    pointer-events: auto;
    cursor: pointer;
  }
}

.btn._tel span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .btn._tel span {
    font-size: 1.6rem;
  }
}

.cta-list__btn-wrap._mail {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cta-list__btn-wrap._mail {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}

.cta-list__address {
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cta-list__address {
    margin-top: 2rem;
    letter-spacing: 0em;
  }
}

.map {
  text-align: center;
  margin-top: 20px;
}

.map iframe {
  aspect-ratio: 445/191;
  margin: 0 auto;
  width: 445px;
}
@media screen and (max-width: 768px) {
  .map iframe {
    width: 31.5rem;
  }
}

/*アニメーション
========================================================== 
*/
body {
  background-color: white;
  overflow-y: scroll;
}
body.content-visible {
  background-color: transparent;
}
body .hero-inner,
body .about,
body .partner,
body .inner {
  opacity: 0;
  visibility: hidden;
}
body.logo-visible .logo-initial {
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 50%;
}
@media screen and (max-width: 768px) {
  body.logo-visible .logo-initial {
    top: calc(50% - 40px);
  }
}
body.logo-visible .logo-initial__img {
  width: 878px;
}
@media screen and (max-width: 768px) {
  body.logo-visible .logo-initial__img {
    width: 33.5rem;
  }
}
body:not(.swiper-started) .logo-main {
  opacity: 0;
  visibility: hidden;
}
body.swiper-started .logo-initial {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 2.5s;
  transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 2.5s;
}
body.swiper-started .logo-main {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: opacity 7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
body.content-visible .hero-inner, body.content-visible .about, body.content-visible .partner, body.content-visible .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s;
  transition: opacity 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s;
}

.logo-main img {
  width: 878px;
}
@media screen and (max-width: 768px) {
  .logo-main img {
    width: 33.5rem;
  }
}

.logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 9999;
  -webkit-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .logo {
    top: calc(50% - 40px);
  }
}

.logo-initial {
  z-index: 10000;
}

body.logo-visible:not(.swiper-started) .logo-initial {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero {
  height: calc(100vh - 100px);
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero {
    position: relative;
    top: 0;
    height: 100vh;
  }
}

.hero-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-inner__title {
  width: 100%;
  height: 100%;
  margin: 0;
}

.hero-inner__img-wrap {
  width: 100%;
  height: 100%;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.hero-slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about {
  position: relative;
  z-index: 10;
  margin-top: 100vh;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 0;
    height: unset;
  }
}

.about-inner {
  margin: 0 auto;
  min-height: 680px;
  height: calc(100vh - 100px);
  background-image: url("../images/top/intro_bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-inner {
    height: unset;
    padding: 6.6rem 0;
    gap: 4rem;
    background-image: url("../images/top/sp_intro_bg_sp.jpg");
  }
}

.parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/top/intro_bg.png");
  background-size: cover;
  background-position: center;
  z-index: 5;
  will-change: transform;
}