@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #1e1e1e;
  background-color: #fefdfd;
}
.ship {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.bold {
  font-weight: 500;
}
.center {
  text-align: center;
}
::selection {
  background: #d7d7d7;
}
::-moz-selection {
  background: #d7d7d7;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
hr {
  margin: 0;
  border: none;
}
.slideUp {
  opacity: 0;
  transform: translateY(15px);
}
.slideIn {
  opacity: 0;
  transform: translateX(-15px);
}
.filter {
  opacity: 0;
  filter: blur(10px);
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* opening */
.opening {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #fefdfd;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.opening-inner {
  width: 80%;
  max-width: 550px;
}
.opening-logo-t {
  margin: 0;
  opacity: 0;
  transform: translateY(15px);
}
.opening-logo-a {
  margin: 30px 0 0 0;
  opacity: 0;
  transform: translateY(15px);
}

/* link */
.link {
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  margin: 0;
  overflow: hidden !important;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.link::before,
.link::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  top: 0;
  z-index: -12;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.link::after {
  z-index: -15;
  transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  opacity: 0;
}
.link:hover::before {
  width: 116%;
  opacity: 1;
}
.link:hover::after {
  width: 120%;
  opacity: 1;
}
.link-bb {
  color: #fff;
  background: #3e4297;
  border: 1px solid #3e4297;
}
.link-bb:hover {
  color: #3e4297 !important;
  border: 1px solid #3e4297;
}
.link-bb::before {
  background: #fefdfd;
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.link-bb::after {
  background: #484ecb;
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.link-bw {
  color: #3e4297;
  background: #fff;
  border: 1px solid #3e4297;
}
.link-bw:hover {
  color: #fff !important;
  border: 1px solid #3e4297;
}
.link-bw::before {
  background: #3e4297;
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.link-bw::after {
  background: #484ecb;
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}

/* header */
.header {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 50;
}
.header-inner {
  display: flex;
  align-items: center;
}
.header-logo {
  box-sizing: border-box;
  width: 70px;
  height: auto;
  margin: 0;
}
.header-txt {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  padding: 0 0 0 25px;
}
.header nav {
  background-color: #fefdfd;
  background-color: rgba(254,253,253,0.95);
  box-shadow: 3px 6px 10px 0px rgba(0,0,0,0.05);
  border-radius: 30px;
  padding: 10px 20px 10px 10px;
  display: flex;
  align-items: center;
}
.header-nav {
  display: flex;
  margin: 0;
}
.header-nav li {
  font-size: 1.4em;
  margin: 0 0 0 30px;
}
.header-nav li a {
  color: #1e1e1e;
  transition: color 0.5s ease;
}
.header-nav li a:hover {
  color: #3e4297;
}
.header-btn {
  font-size: 1.4em;
  margin: 0 0 0 30px;
}
.header-btn a {
  border-radius: 20px;
  padding: 10px 20px 11px 20px;
}

/* main-top */
.main-top {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.top-txt-wrap {
  color: #fff;
  position: absolute;
  top: 55%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 10;
}
.top-title {
  line-height: 50px;
}
.top-title-1 {
  font-size: 6em;
}
.top-title-2 {
  font-size: 6em;
  margin: 0 0 0 4em;
}
.top-txt-2 {
  font-size: 2.1em;
  padding: 0 0 0 0.5em;
}
.top-logo-1 {
  width: 410px;
  margin: 30px 0 0 10px;
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}
.top-logo-2 {
  width: 410px;
  margin: 15px 0 0 10px;
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}
.top-line {
  width: 520px;
  height: 1px;
  background-color: #fff;
  margin: 15px 0 25px 10px;
  transform-origin: left;
  transform: scaleX(0);
}
.headline {
  overflow: hidden;
}
.headline span {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
}
.scroll-txt {
  font-size: 1.2em;
  letter-spacing: 0.5em;
  color: #e1e6e6;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  position: absolute;
  right: 43px;
  bottom: 135px;
  z-index: 10;
}
.scroll {
  position: absolute;
  right: 50px;
  bottom: 30px;
  height: 100px;
  z-index: 10;
}
.scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  background: #fafafa;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
.swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.swiper-wrapper,
.swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.swiper-slide .bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
}
.sw-1 .bg { background-image: url("../img/top/01.jpg"); }
.sw-2 .bg { background-image: url("../img/top/02.jpg"); }
.sw-3 .bg { background-image: url("../img/top/03.jpg"); }
@keyframes zoomUp {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}
.swiper-slide-active .bg,
.swiper-slide-duplicate-active .bg {
  animation: zoomUp 10s linear forwards;
}
.swiper-slide .bg {
  transform: scale(1);
}

/* about */
.about {
  width: 100%;
  margin: 150px 0 0 0;
}
.about-inner {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.about-l {
  width: 35%;
  margin: 0 0 0 10%;
}
.about-r {
  width: 50%;
  margin: 0 0 0 5%;
}
.about-title-en {
  font-size: 2em;
  letter-spacing: 0.05em;
  color: #3e4297;
}
.about-title {
  font-size: 3em;
  line-height: 50px;
  margin: 30px 0 0 0;
}
.about-txt {
  font-size: 1.5em;
  line-height: 30px;
  margin: 25px 0 0 0;
}
.about-btn {
  font-size: 1.5em;
  margin: 30px 0 0 0;
}
.about-btn a {
  font-weight: 500;
  border-radius: 30px;
  padding: 15px 22px 16px 25px;
}

/* service */
.service {
  width: 100%;
  margin: 150px 0 0 0;
}
.service-inner {
  width: 100%;
}
.service-txt-wrap {
  width: 90%;
  margin: 0 auto;
}
.service-title-en {
  font-size: 2em;
  text-align: center;
  letter-spacing: 0.05em;
  color: #3e4297;
}
.service-title {
  font-size: 3em;
  line-height: 50px;
  text-align: center;
  margin: 30px 0 0 0;
}
.service-txt {
  font-size: 1.5em;
  line-height: 30px;
  text-align: center;
  margin: 25px 0 0 0;
}
.service-img-wrap {
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
}
.si1 {
  width: 18%;
  margin: 0 2% 0 0;
}
.si2 {
  width: 60%;
  margin: 0 30px;
}
.si3 {
  width: 18%;
  margin: 0 0 0 2%;
}
.service-btn {
  font-size: 1.5em;
  text-align: center;
  margin: 50px auto 0 auto;
}
.service-btn a {
  width: 260px;
  font-weight: 500;
  border-radius: 30px;
  padding: 15px 22px 16px 25px;
}

/* contact */
.contact {
  width: 100%;
  margin: 150px 0 0 0;
}
.contact-inner {
  box-sizing: border-box;
  width: 80%;
  background-color: #f8f8fc;
  margin: 0 auto;
  padding: 50px;
}
.contact-title-en {
  font-size: 2em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3e4297;
}
.contact-txt {
  font-size: 1.5em;
  line-height: 30px;
  text-align: center;
  margin: 30px 0 0 0;
}
.contact-link {
  font-size: 1.6em;
  text-align: center;
  margin: 30px 0 0 0;
}
.contact-link a {
  letter-spacing: 0.02em;
  border-radius: 30px;
  padding: 18px 28px 19px 28px;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  background-color: #f8f8fc;
  margin: 150px 0 0 0;
  padding: 50px 0;
}
.footer-inner {
  width: 90%;
  margin: 0 auto;
}
.footer-hr {
  border-top: 1px dashed #e4e4f3;
  margin: 50px 0 45px 0;
}
.footer-nav {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-nav li {
  font-size: 1.4em;
  margin: 0 40px 0 0;
}
.footer-nav li:first-child {
  font-size: 1.4em;
  margin: 0 40px 0 0;
}
.footer-nav li a {
  padding: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.footer-nav li a:hover {
  color: #3e4297;
}
.f-sign {
  width: 13px;
  margin: 1px 0 0 10px;
}
.footer-pp {
  font-size: 1.2em;
  text-align: center;
}
.footer-pp a:hover {
  color: #3e4297;
}
.footer-copy {
  font-size: 1.2em;
  text-align: center;
  margin: 35px 0 0 0;
}

@media screen and (max-width: 1024px) {
  /* main-top */
  .sw-1 .bg { background-image: url("../img/top/01-tb.jpg"); }
  .sw-2 .bg { background-image: url("../img/top/02-tb.jpg"); }
  /* about */
  .about-l {
    width: 38%;
    margin: 0 0 0 7%;
  }
  /* location */
  .location-inner {
    width: 90%;
  }
  /* contact */
  .contact-inner {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  /* header */
  .header-logo {
    width: 60px;
    margin: 0;
  }
  .header-txt {
    font-size: 1em;
    line-height: 16px;
    padding: 0 0 0 15px;
  }
  .header nav {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header-btn {
    display: none;
  }
  /* about */
  .about-inner {
    width: 100%;
    display: block;
    align-items: normal;
    margin: 0 auto;
  }
  .about-l {
    width: 90%;
    margin: 0 auto;
  }
  .about-r {
    width: 100%;
    margin: 100px 0 0 0;
  }
  /* footer */
  .footer-hr {
    border-top: 1px dashed #e4e4f3;
    margin: 50px 0 45px 0;
  }
  .footer-nav {
    flex-direction: column;
    align-items: center;
  }
  .footer-nav li {
    font-size: 1.4em;
    margin: 40px 0 0 0;
  }
  .footer-nav li:first-child {
    font-size: 1.4em;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header {
    padding: 20px 0 0 5%;
  }
  /* link */
  .link {
    transition: none !important;
  }
  .link::before,
  .link::after {
    transition: none !important;
    width: 0% !important;
    opacity: 0 !important;
  }
  .link:hover {
    color: #fff !important;
    border: 1px solid #3e4297 !important;
  }
  .link:hover::before,
  .link:hover::after {
    width: 0% !important;
    opacity: 0 !important;
  }
  .link-bb:hover {
    color: #fff !important;
  }
  .link-bw:hover {
    color: #3e4297 !important;
  }
  /* main-top */
  .top-txt-wrap {
    top: 55%;
    left: 5%;
  }
  .top-title {
    line-height: 36px;
  }
  .top-title-1 {
    font-size: 3.2em;
  }
  .top-title-2 {
    font-size: 3.2em;
  }
  .top-txt-2 {
    font-size: 1.7em;
    padding: 0 0 0 0.5em;
  }
  .top-logo-1 {
    width: 80%;
    margin: 30px 0 0 0;
  }
  .top-logo-2 {
    width: 80%;
    margin: 15px 0 0 0;
  }
  .top-line {
    width: 80%;
    margin: 10px 0 20px 0;
  }
  .scroll-txt {
    font-size: 1em;
    right: 20px;
    bottom: 85px;
  }
  .scroll {
    right: 26px;
    bottom: 20px;
  }
  .scroll {
    right: 26px;
    bottom: 20px;
    height: 60px;
  }
  .scroll::after {
    height: 60px;
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 30px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 60px;
      opacity: 0;
    }
  }
  .sw-1 .bg { background-image: url("../img/top/01-sp.jpg"); }
  .sw-2 .bg { background-image: url("../img/top/02-sp.jpg"); }
  .sw-3 .bg { background-image: url("../img/top/03-sp.jpg"); }
  /* about */
  .about {
    margin: 100px 0 0 0;
  }
  .about-l {
    width: 90%;
    margin: 0 auto;
  }
  .about-r {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .about-title-en {
    font-size: 1.8em;
  }
  .about-title {
    font-size: 2.6em;
    line-height: 44px;
    margin: 25px 0 0 0;
  }
  .about-txt {
    font-size: 1.3em;
    line-height: 25px;
    margin: 20px 0 0 0;
  }
  .about-btn {
    font-size: 1.3em;
    margin: 30px 0 0 0;
  }
  .about-btn a {
    border-radius: 20px;
    padding: 10px 17px 11px 20px;
  }
  /* service */
  .service {
    margin: 100px 0 0 0;
  }
  .service-title-en {
    font-size: 1.8em;
    text-align: left;
  }
  .service-title {
    font-size: 2.6em;
    line-height: 44px;
    text-align: left;
    margin: 25px 0 0 0;
  }
  .service-txt {
    font-size: 1.3em;
    line-height: 25px;
    text-align: left;
    margin: 20px 0 0 0;
  }
  .service-img-wrap {
    margin: 50px 0 0 0;
  }
  .si1 {
    display: none;
  }
  .si2 {
    width: 100%;
    margin: 0;
  }
  .si3 {
    display: none;
  }
  .service-btn {
    font-size: 1.3em;
    text-align: left;
    margin: 30px 0 0 5%;
  }
  .service-btn a {
    width: auto;
    border-radius: 20px;
    padding: 10px 17px 11px 20px;
  }
  /* contact */
  .contact {
    margin: 100px 0 0 0;
  }
  .contact-inner {
    padding: 50px 20px;
  }
  .contact-title-en {
    font-size: 1.8em;
  }
  .contact-txt {
    font-size: 1.2em;
    line-height: 26px;
  }
  .contact-link {
    font-size: 1.3em;
    margin: 25px 0 0 0;
  }
  .contact-link a {
    padding: 15px 28px 16px 28px;
  }
  /* footer */
  .footer {
    margin: 100px 0 0 0;
  }
  .footer-hr {
    border-top: 1px dashed #e4e4f3;
    margin: 45px 0;
  }
  .footer-nav li {
    font-size: 1.3em;
    margin: 35px 0 0 0;
  }
  .footer-nav li:first-child {
    font-size: 1.3em;
    margin: 0;
  }
  .footer-pp {
    text-align: center;
  }
  .footer-copy {
    text-align: center;
    margin: 35px 0 0 0;
  }
}
