@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;
}

/* 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: #1e1e1e;
  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;
}

/* top */
.top-img img {
  width: 90%;
  border-radius: 0 0 30px 0;
}
.top-inner {
  width: 90%;
  margin: 100px auto 0 auto;
}
.top-title-en {
  font-size: 2em;
  letter-spacing: 0.05em;
  color: #3e4297;
}
.top-title {
  font-size: 2.8em;
  border-bottom: 2px solid #e4e4f3;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  display: inline-block;
}

/* 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: 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;
  }
  /* 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;
  }
  /* top */
  .top-img img {
    width: 93%;
    border-radius: 0 0 30px 0;
  }
  .top-inner {
    margin: 50px auto 0 auto;
  }
  .top-title-en {
    font-size: 1.6em;
  }
  .top-title {
    font-size: 2.2em;
    margin: 20px 0 0 0;
  }
  /* 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;
  }
}
