@charset "UTF-8";
/* CSS Document */
a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFF;
  text-decoration: none;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
a:hover {
  opacity: 0.8;
}

body {
  animation: fadeIn .5s ease 0s 1 normal;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: .5px;
  text-align: center;
  line-break: normal;
  margin: 0;
  background: #d4d4d4;
}
p {
  word-break:normal;
  text-justify:inter-character;
  color: #000;
  line-height: 3rem;
}
@media (max-width: 820px) {
  body {
    line-height: 2.5rem;
  }
}
@media (max-width: 520px) {
  body {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  a {
    font-size: 1.3rem;
  }
}
.header-fixed {
  position: fixed;
  height: 125px;
  z-index: 100;
  inset: 0;
}
.header-fixed {
  position: fixed;
  height: 125px;
  z-index: 100;
  inset: 0;
}
/*白グラデ
.menu__wrapper {
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}
*/
.header__logo img {
  width: 180px;
  margin: 0 0 10px 10px;
}
.menu__wrapper {
 display: flex;
    justify-content: space-between;
    padding: 1% 2%;
    background: #000;
    border-radius: 15px;
    align-items: flex-end;
    margin: 1% auto;
    width: 90%;
}
.header__inner {
  display: none;
}
.nav-pc {
  display: flex;
  align-items: center;
  padding-top: 35px;
}
.nav-pc ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  list-style: none;
}
.nav-pc ul li a {
  padding: 10px 15px;
  color: #FFF;
}
.fadeUpTriggerLeft {
  transform: translateX(-100%);
  opacity: 0;
}
.fadeUpTriggerLeft.fadeLeft {
  transform: translateX(0%);
  opacity: 1;
  transition: transform 1s, opacity 2s;
}
@media(max-width:820px) {
  .header__inner {
    display: block;
    z-index: 1000;
  }
  .nav-pc {
    display: none;
  }
  .menu__wrapper {
           display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 17px 0;
        width: 95%;
  }
  .header__logo img {
    width: 130px;
    margin-bottom: 0;
  }
  h1 {
    margin: 0;
  }
}
.hamburger {
  display: block;
  height: 60px;
  position: absolute;
  top:15px;
  left: 20px;
  z-index: 10;
  width: 60px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: 'CLOSE';
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: 900;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  background-color: #FFF;
  transition: 0.4s;
  border-radius: 2px;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #FFF;
  transition: inherit;
  border-radius: 100px;
}
.hamburger__line:before {
  top: -6px;
}
.hamburger__line:after {
  top: 6px;
}
.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 2;
  height: 100vh;
  width: 100%;
  visibility: hidden;
    padding-top: 50%;
  transition: 0.4s;
}
.header__nav-area.-active {
  left: 0;
  visibility: visible;
  background: #d4d4d4;
}
.global-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.global-navigation__list > li {
  text-align: center;
  padding-bottom: 40px;
  list-style: none;
}
.keypage {
  padding: 13px 40px;
  background-color: #e4aa03;
  border: 1px solid #e4aa03;
  color: #FFF;
  border-radius: 100px;
}
.keypage a {
  font-size: .9rem;
}
.keypage:hover {
  background: #EFEFEF;
  border: 1px solid #e4aa03;
  color: #e4aa03;
  opacity: 1;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: color 0.4s;
  font-size: 2rem;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion__list li + li {
  margin-top: 21px;
}
.accordion__link {
  color: #1c6f9f;
}
.contact__wapper {
  position: absolute;
  left: 0;
  bottom: 0;
}
.drawer__contact_sm {
  display: flex;
  background: #FFF;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.drawer__contact_sm h2 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1rem;
  color: #1c6f9f;
  /* background: #1c6f9f; */
  padding: 1% 10%;
  margin: 20px auto;
  background: #EFEFEF;
  border-radius: 5px;
}
.drawer__contact_sm p {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 25px;
}
.keypage__container {
  margin: 5% auto 0;
  background-color: #1c6f9f;
  width: 100%;
  height: 60px;
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.keypage_sm {
  color: #FFF;
  display: flex;
  gap: 3px;
}
.keypage_sm a {
  font-size: .9rem;
  padding-bottom: 10px;
}
.keypage__container img {
  width: 24px;
}
.global-navigation__list {
  width: 100%;
}
@media(max-width:520px) {
  .global-navigation__list {
    margin-top: 12%;
  }
}
/*.pagetop {
  display: flex;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #1c6f9f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #1c6f9f;
  border-right: 2px solid #1c6f9f;
  transform: translateY(20%) rotate(-45deg);
}*/
/*  動く矢印　;*/
.animated-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  position: relative;
  padding: 0 8px 10px 10px;
  gap: 5px;
  border-bottom: 1px solid;
}
.animated-link .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  color: #1c6f9f;
}
.animated-link:hover .arrow {
  transform: translateX(8px);
}
.section__contact {
  display: flex;
  max-width: 620px;
  width: 80%;
  padding: 3% 5%;
  flex-direction: column;
  text-align: center;
  margin: 0 auto 60px;
  border-radius: 20px;
  background: #FFF;
}
.background__color {
  width: 100%;
  padding-top: 60px;
  margin-top: 100px;
}
.section__contact h2 {
  display: flex;
  flex-direction: column;
  font-size: 8rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 3% 0%;
}
.section__contact h2 span {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP';
  margin-top: 10px;
}
.section__contact p {
  margin: 20px auto 30px;
}
.section__contact_pc {
  display: block;
}
.section__contact_sm {
  display: none;
}
.copy-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  margin: 0 auto;
  border-radius: 5px;
}
.copy-text {
  display: none;
}
.copy-button {
  font-size: 1.2rem;
  height: 30px;
  color: #474747;
  cursor: pointer;
  border: 1px solid #5A5A5A;
  border-radius: 5px;
}
.copy-button:hover {
  background-color: #C4C4C4;
  color: #FFF;
}
.company__telemail {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #000;
  margin-left: 15px;
}
.footer {
  background: #000;
  padding: 5% 5% 2%;
}
.footer__content_wrapper {
  display: flex;
  max-width: 2000px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3%;
  margin: 0 auto;
}
.sitemap__main-links {
  display: flex;
  text-align: left;
  align-items: flex-end;
  line-height: 4rem;
}
.sitemap__main-links li a {
  color: #FFF;
  line-height: 3rem;
  text-decoration: none;
}
.company {
  text-align: left;
}
.company a {
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2rem;
  padding-bottom: 30px;
  pointer-events: none;
}
.company__address {
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  pointer-events: none;
  text-decoration: none;
  display: inline-block；
}
.footer-copyright {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}
@media(max-width:820px) {
  .company__address {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .section__contact h2 {
    font-size: 4.3rem;
  }
  .section__contact h2 span {
    font-size: 1.5rem;
  }
}
@media(max-width:520px) {
  .background__color {
    margin-top: 60px;
  }
  .section__contact_pc {
    display: none;
  }
  .section__contact {
    padding-top: 10%;
  }
  .section__contact_sm {
    display: block;
  }
  .section__contact p {
    font-size: 1.3rem;
    text-align: center;
    margin: 10px;
  }
  .footer {
    padding: 10% 5% 3%;
  }
  .copy-container {
    align-items: center;
  }
  .company__telemail {
    font-size: 2rem;
    margin: 0;
  }
  .copy-button {
    font-size: 1.1rem;
  }
  .copy-container{
    gap:10px;
  }
  .footer__content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
    padding-bottom: 40px;
  }
}
/*＝＝＝＝＝＝＝＝動く下線*/
.sitemap__main-links li a {
  position: relative;
}
.sitemap__main-links li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #FFF;
  transition: all .3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
.sitemap__main-links li.current a::after, .sitemap__main-links li a:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}
@media(max-width:820px) {
  .sitemap__main-links li a {
    position: static;
  }
}
.exchange{
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans JP";
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: .5px;
    padding: 0 0 5px 10px;
    align-items: center;
    gap: 3px;
}
.exchange img{
  width:20px;
}
.exchange_sm{
  color: #000;
  display: flex;
  flex-direction: column;
    font-family: "Noto Sans JP";
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: .5px;
    padding: 0 0 5px 10px;
    align-items: center;
    gap: 3px;
}