@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  max-width: 100%;
  height: auto;
}
.main {
  background-color: #fdfdfd;
}
body {
  color: #383838; /* RGB */
  font-family: 'Noto Sans CJK JP Medium', 'Noto Sans CJK JP Bold', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "sans-serif" 'Noto Nastaliq Urdu';
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  max-width: 100%;
  min-width: 320px;
  box-sizing: border-box;
}

section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}

/*header*/
.none {
  display: none;
}
.section-header {
  width: 100%;
  height: 8.333333333333332vw;
  position: fixed;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Noto Sans CJK JP Medium";
}
/*PC*/
.section-header a {
  text-decoration: none;
  z-index: 10000;
}
.section-header ul li a {
  font-size: 0.9375vw;
  z-index: 10000;
}
.section-header ul li span {
  font-size: 0.833333333vw;
  text-decoration: none;
  margin-top: 0.26vw;
  ;
}
.section-header nav ul {
  position: absolute;
  top: 4.322vw;
  right: 9.5vw;
  display: flex;
  max-width: 1920px;
  text-align: right;
}
.section-header nav ul li {
  color: #383838;
  font-size: 0.9375vw;
  padding: 0 1.5625vw 0 0;
  text-decoration: underline 2px #686767;
  text-underline-offset: 8px;
  font-family: "Noto Sans CJK JP Medium", sans-serif;
}
.section-header ul li a span {
  font-size: 0.7333333vw;
  font-weight: 400;
  display: inline-block;
  padding: 0.78125vw 0 0 0;
  text-decoration-line: none;
  color: #686767;
  font-family: "Noto Sans CJK JP Medium", sans-serif;
}
a:hover {
  color: #fff;
  text-decoration: inherit;
}
.section-header a {
  text-decoration: none;
}
.section-header nav ul li a {
  font-weight: 600;
  line-height: 0.5208vw;
  vertical-align: middle;
  text-decoration: none;
  color: #383838;
  display: block;
  font-family: "Noto Sans CJK JP Medium", "Noto Sans CJK JP Bold", sans-serif;
}
.social_box ul li a img {
  width: 1.46vw;
  height: 1.46vw;
}
.social_box ul {
  width: 1.46vw;
  height: 1.46vw;
  position: absolute;
  top: 2.2395833333333335vw;
  right: 13.8vw;
  display: flex;
  padding: 0 1.56vw 0 0;
}
.social_box li {
  padding: 0 1.56vw 0 0;
}
.header-logo_pc {
  position: absolute;
  display: block;
}
.header-logo_pc a img {
  width: 24.375vw;
  height: 5.729vw;
  position: relative;
  z-index: 10000;
  left: 12.5vw;
  top: 1.6666666666666667vw;
  display: block;
}
.header-logo_sp {
  display: none;
}
.contact-mb {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:20px) {
  .contact-mb {
    display: block;
  }
  .contact-pc {
    display: none;
  }
  .section-header {
    width: 100%;
    height: 24.07vw;
    display: block;
    position: fixed;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .section-header nav ul {
    position: absolute;
    top: 11.11vw;
    right: 0.4vw;
    display: flex;
    line-height: 4.44vw;
    ;
  }
  .section-header nav ul a {
    color: #383838;
    text-decoration: none;
    font-size: 3.33vw;
    padding: 0 3.70vw 0 0;
    display: flex;
    justify-content: space-around;
    text-align: right;
  }
  .section-header nav ul li a span {
    color: #686767;
    font-family: "Noto Sans CJK JP Medium", sans-serif;
    text-decoration: none;
    font-size: 2.96vw;
    padding: 5.5vw 0 0px 0px;
    justify-content: space-around;
    text-align: right;
  }
  .header-logo_sp {
    display: block;
  }
  .header-logo_sp a img {
    width:
      15vw;
    height: 15vw;
    position: relative;
    z-index: 10000;
    left: 4.44vw;
    top: 5.55vw;
  }
  .header-logo_pc {
    display: none;
  }
  .social_box ul li a img {
    width: 4.44vw;
    height: 4.44vw;
  }
  .social_box ul {
    width: 4.44vw;
    height: 4.44vw;
    position: absolute;
    top: 2.2395833333333335vw;
    right: 15.5vw;
    display: flex;
    padding: 0 1.56vw 0 0;
  }
  .social_box li {
    padding: 0 1.56vw 0 0;
  }
}
/*nav*/
/*border copy*/
.border {
  display: flex;
  align-items: center;
  padding: 0px 100px;
}
.border:before, .border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #1b1a64;
}
.border:before {
  margin-right: 3.5rem;
}
.border:after {
  margin-left: 3.5rem;
}
@media screen and (max-width: 767px) and (min-width:20px) {
  .border {
    width: 375px;
    display: flex;
    align-items: center;
    padding: 0px 24px;
  }
  .border:before, .border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #383838;
  }
  .border:before {
    margin-right: 2.0rem;
  }
  .border:after {
    margin-left: 2.0rem;
  }
}
/*nav*/
.header__navigation {
  display: none;
}
.section-footer {
  width: 100%;
  height: 23.489vw;
  background-color: #343541;
  position: relative;
  margin: -2.08vw 0 0 0;
  padding: 0;
  bottom: 0;
}
.footer-logo a img {
  width: 20.83vw;
  height: 6.25vw;
  left: 36.9vw;
  top: 11.197vw;
  position: absolute;
}
.footer-content_wrapper {
  max-width: 100%;
  margin: 0 0 0 12.4vw;
  text-align: left;
  padding-top: 3.281vw;
}
.footer a {
  text-decoration: none;
}
.section-footer ul li {
  font-size: 1.25vw;
}
.section-footer nav ul {
  position: absolute;
  top: 2.604vw;
  left: 12.08vw;
  display: flex;
  max-width: 1920px;
}
.section-footer nav ul li {
  color: #383838;
  font-size: 0.9375vw;
  padding: 0 1.5625vw 0 0;
  text-decoration: underline 2px #fff;
  text-underline-offset: 8px;
  font-family: "Noto Sans CJK JP Medium", sans-serif;
  text-align: right;
}
.section-footer nav ul li span {
  font-size: 0.7333333vw;
  font-weight: 400;
  display: inline-block;
  text-align: right;
  padding: 1.35vw 0 0 0;
  text-decoration-line: none;
  color: #fff;
  font-family: "Noto Sans CJK JP Medium", sans-serif;
}
.section-footer nav ul li a {
  font-weight: 600;
  line-height: 0.52vw;
  vertical-align: middle;
  text-decoration: none;
  display: block;
  font-family: "Noto Sans CJK JP Medium", sans-serif;
  color: #fff;
}
.adress {
  font-size: 0.937vw;
  position: absolute;
  bottom: 2.8125vw;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.tel p {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.tel a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #fff;
  text-decoration: inherit;
}
.footer__copyright {
  font-size: 1.4rem;
  position: absolute;
  bottom: 1.04vw;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.contact-mb {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:20px) {
  .section-footer {
    width: 100%;
    height: 74.07vw;
    background-image: url("../images/common/footer_bg-pc@2x.png");
    position: relative;
    margin: -2.08vw 0 0 0;
    padding: 0;
    bottom: 0;
    text-align: right;
  }
  .contact-mb {
    display: block;
  }
  .contact-pc {
    display: none;
  }
  .footer-logo a img {
    width: 38.51vw;
    height: 7.96vw;
    left: 30%;
    top: 55vw;
    position: absolute;
  }
  .footer-content_wrapper {
    max-width: 100%;
    margin: 0 0 0 12.4vw;
    text-align: right;
    padding-top: 3.281vw;
  }
  .footer a {
    text-decoration: none;
  }
  .section-footer ul li {
    font-size: 1.25vw;
  }
  .section-footer nav ul {
    position: absolute;
    top: 5.55vw;
    left: 4.44vw;
    display: flex;
    max-width: 1920px;
  }
  .section-footer nav ul li {
    color: #383838;
    font-size: 3.33vw;
    padding: 0 1.5625vw;
    border-bottom: 2px #fff;
    text-underline-offset: 8px;
    font-family: "Noto Sans CJK JP Medium", sans-serif;
  }
  .section-footer nav ul li span {
    font-size: 2.96vw;
    font-weight: 400;
    display: inline-block;
    text-align: right;
    padding: 5.74vw 0 0 0;
    text-decoration-line: none;
    color: #fff;
    font-family: "Noto Sans CJK JP Medium", sans-serif;
  }
  .section-footer nav ul li a {
    font-weight: 600;
    line-height: 0.52vw;
    vertical-align: middle;
    text-decoration: none;
    display: block;
    font-family: "Noto Sans CJK JP Medium", sans-serif;
    color: #fff;
  }
  .adress {
    font-size: 3.33vw;
    position: absolute;
    bottom: 22.22vw;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .tel p {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
  }
  .tel a {
    text-decoration: none;
    color: #fff;
  }
  a:hover {
    color: #fff;
    text-decoration: inherit;
  }
  .footer__copyright {
    font-size: 1.4rem;
    position: absolute;
    bottom: 1.04vw;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
  }
}
.nav-wrapper {
  position: fixed;
  max-width: 1920px;
}
#page-top a img {
  width: 60px;
  height: 60px;
  bottom: 0;
  margin: 2% 2%;
  right: 0px;
  position: fixed;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) and (min-width:20px) {
  #page-top a img {
    width: 30px;
    height: 30px;
    bottom: 0;
    margin: 12% 4%;
    position: fixed;
    box-sizing: border-box;
  }
  .footer__copyright {
    font-size: 1.0rem;
    bottom: 1.85vw;
    width: 100%;
    color: #fff;
  }
}
.sns-content img {
  opacity: 1;
  transition: .3s ease-in-out;
}
.sns-content:hover img {
  opacity: 0.8;
}
.sns-content_mb img {
  opacity: 1;
  transition: .3s ease-in-out;
}
.sns-content_mb:hover img {
  opacity: 0.8;
}
.top-message span.mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.top-message span.mask::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -55%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}
.top-message span.mask:hover::before {
  animation: shine 4s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.fadeUpTrigger {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}