@charset "UTF-8";
/* ======================================================== */
/*      PC Common
/* ======================================================== */
/* 1rem = 16px
    1px = 0.0625rem(1/16)
    PCbasewidth = 1380px(1280+50+50)
    PC : 1px = 1/1380*100vw ≒ 0.072vw
    SPbasewidth = 750px
    SP : 1px = 1/750*100vw ≒ 0.133vw
    Max screen size = 100% */
html {
  font-size: min(1.159vw, 100%);
}

body {
  color: #231815;
  font-weight: 400;
  line-height: 1.3;
}

.wrapper {
  position: relative;
  width: 100%;
}

.contwrp {
  max-width: calc( 1280px + 100 / ( 1280 + 100 ) * 100% );
  width: 100%;
  padding-left: calc( 50 / ( 1280 + 100 ) * 100% );
  padding-right: calc( 50 / ( 1280 + 100 ) * 100% );
  margin-left: auto;
  margin-right: auto;
}

.ttl_en {
  margin-left: auto;
  margin-right: auto;
}

.ttl {
  font-size: 1.625rem;
  text-align: center;
  margin-top: 2.063rem;
  font-weight: 600;
}

/* ======================================================== */
/*      PC header  
/* ======================================================== */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.563rem 18.75rem 0 3.646%;
  max-width: 1920px;
}
.header_logo {
  width: 8.481rem;
}
.header .gnav {
  display: flex;
  justify-content: flex-end;
}
.header .gnav li {
  margin-left: 2em;
}
.header .gnav li a {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 0.96;
  color: #000;
  text-decoration: none;
}
.header .gnav li a:hover {
  color: #285ece;
}

.nav_gcta {
  max-width: 1920px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 1.5rem;
  right: 1.354%;
  padding-right: 1.354%;
  z-index: 30;
  pointer-events: none;
}
.nav_gcta ul {
  width: 12.25rem;
  margin: 0 0 0 auto;
}
.nav_gcta li a {
  font-size: 1rem;
  letter-spacing: 0.1em;
  width: 100%;
  height: 4rem;
  color: #FFFFFF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.nav_gcta li:first-child a {
  background-color: #0031c6;
  border: solid 1px #0031c6;
}
.nav_gcta li:first-child a:hover {
  background-color: #FFFFFF;
  color: #0031c6;
}
.nav_gcta li:nth-child(2) {
  margin-top: 1.369rem;
}
.nav_gcta li:nth-child(2) a {
  background-color: #e9443e;
  border: solid 1px #e9443e;
}
.nav_gcta li:nth-child(2) a:hover {
  background-color: #FFFFFF;
  color: #e9443e;
}

/* ======================================================== */
/*      PC footer            
/* ======================================================== */
.footer {
  margin-top: 11.875rem;
  margin-bottom: 18.75rem;
}
.footer_wrp {
  height: 23.75rem;
  background-color: #3e3a39;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_ttl_en {
  width: 17.089rem;
}
.footer .ttl {
  color: #FFFFFF;
  text-align: left;
}
.footer_cntc {
  width: 55.208%;
  display: flex;
  align-items: center;
  height: 23.75rem;
}
.footer_cntc > div {
  width: 100%;
  margin: 0 0 0 auto;
  padding-left: min(17.25rem, 26.038%);
}
.footer_cntc_txt01 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 3.438rem;
}
.footer_link {
  width: 44.792%;
}
.footer_link_mail, .footer_link_tel {
  width: 100%;
}
.footer_link_mail > a, .footer_link_tel > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #FFFFFF;
  padding-left: min(12.5rem, 23.256%);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.footer_link_mail {
  height: 13.75rem;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.433;
}
.footer_link_mail > a {
  background-color: #0031C6;
  border: solid 1px #0031C6;
  grid-column-gap: 1.25rem;
}
.footer_link_mail > a:after {
  content: "";
  width: 4.938rem;
  height: 4.938rem;
  background: url("../images/common/cta_arw.svg") no-repeat center center/contain;
  display: block;
  transition: all 0.4s ease-out;
}
.footer_link_mail > a:hover {
  background-color: #FFFFFF;
  color: #0031C6;
}
.footer_link_mail > a:hover:after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(85%) saturate(5430%) hue-rotate(227deg) brightness(87%) contrast(109%);
}
.footer_link_dwnl {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.footer_link_tel {
  background-color: #E9443E;
  height: 10rem;
}
.footer_link_tel > a {
  border: solid 1px #E9443E;
}
.footer_link_tel > a:hover {
  background-color: #FFFFFF;
  color: #E9443E;
}
.footer_link_tel > a:hover .footer_link_num {
  will-change: filter;
  filter: brightness(0) saturate(100%) invert(37%) sepia(59%) saturate(1382%) hue-rotate(328deg) brightness(91%) contrast(101%);
}
.footer_link_num {
  max-width: 19.014rem;
  width: 100%;
}
.footer_link_time {
  margin-top: 1.169rem;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  width: 100%;
}
.footer_logo {
  width: 11.563rem;
  margin: 5.438rem auto 0;
}
.footer_txt01 {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.833;
  margin-top: 1.25rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.footer_addr {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  margin-top: 2.188rem;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.footer_copy {
  font-size: 0.938rem;
  text-align: center;
  margin-top: 2.188rem;
}

@media screen and (max-width: 790px) {
  /* ======================================================== */
  /*      SP Common
  /* ======================================================== */
  html {
    font-size: 2.133vw;
  }

  .wrapper {
    position: static;
  }

  .contwrp {
    padding-left: calc( 50 / 750  * 100% );
    padding-right: calc( 50 / 750  * 100% );
  }

  .ttl {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 2.813rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .btn_pagetop {
    width: 9.875rem;
    position: fixed;
    top: 70vh;
    right: 1.563rem;
  }

  /* ======================================================== */
  /*      SP header  
  /* ======================================================== */
  .header {
    padding: 0.625rem 1.875rem;
    background-color: #FFFFFF;
    height: 6.75rem;
    position: sticky;
    left: 0;
    transform: none;
    z-index: 40;
  }
}
@media screen and (max-width: 790px) and (orientation: landscape) {
  .header {
    position: static;
  }
}
@media screen and (max-width: 790px) {
  .header_logo {
    width: 8.831rem;
  }
  .header_nav {
    position: absolute;
    width: 100%;
    height: calc( 100vh - 6.75rem );
    left: 0;
    top: 6.75rem;
    background-color: rgba(255, 255, 255, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out;
    z-index: 20;
    overflow-y: scroll;
    padding: 5rem 2.313rem 7.5rem;
  }
  .header_nav.active {
    visibility: visible;
    opacity: 1;
  }
  .header .gnav {
    display: block;
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 3.938rem;
  }
  .header .gnav li {
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .header .gnav li a {
    font-weight: 600;
    font-size: 1.813rem;
    letter-spacing: 0.1em;
    color: #231815;
  }
  .header .gnav li a:hover {
    color: #231815;
  }
  .header .gnav li a img {
    height: 1rem;
    width: auto;
    display: block;
    margin-bottom: 0.938rem;
  }
  .header_onln {
    margin-top: 3.75rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .header_onln li {
    width: 47.337%;
  }
  .header_onln_ttl {
    font-size: 1.813rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-top: 6.25rem;
    color: #231815;
    font-weight: 600;
    position: relative;
    padding-left: 4.375rem;
  }
  .header_onln_ttl:before {
    content: "";
    height: 0.125rem;
    width: 3.75rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: #231815;
  }
  .header_onln .link_btn01 a {
    min-height: 4.375rem;
    background-color: #FFFFFF;
    margin: 0;
  }
  .header_onln .link_btn01 a img {
    height: 1.188rem;
    filter: brightness(0) saturate(100%) invert(49%) sepia(86%) saturate(5817%) hue-rotate(213deg) brightness(84%) contrast(91%);
  }
  .header_onln .link_btn01 a .arrow02 {
    background-color: #0031c6;
  }
  .header_onln .link_btn01 a .arrow02:before, .header_onln .link_btn01 a .arrow02:after {
    background-color: #0031c6;
  }

  .nav_gcta {
    top: 6.75rem;
    right: 0;
    padding-right: 0;
  }
  .nav_gcta ul {
    width: 15.313rem;
  }
  .nav_gcta li a {
    font-size: 1.25rem;
  }

  #MenuBtn {
    height: 3.125rem;
    width: 3.125rem;
    z-index: 30;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
  }
  #MenuBtn span {
    position: absolute;
    left: 0rem;
    display: block;
    width: 3.125rem;
    height: 0.156rem;
    background-color: #000000;
    transition: all .2s ease;
  }
  #MenuBtn span:nth-child(1) {
    top: 1.063rem;
  }
  #MenuBtn span:nth-child(2) {
    bottom: 1.063rem;
  }
  #MenuBtn.active span:nth-child(1) {
    top: 1.5rem;
    transform: rotate(30deg);
  }
  #MenuBtn.active span:nth-child(2) {
    bottom: 1.5rem;
    transform: rotate(-30deg);
  }

  /* ======================================================== */
  /*      SP footer            
  /* ======================================================== */
  .footer {
    margin-top: 8.125rem;
    margin-bottom: 11.25rem;
  }
  .footer_wrp {
    height: auto;
    background-color: transparent;
    color: #231815;
  }
  .footer_ttl_en {
    width: 19.954rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .ttl {
    color: #231815;
    text-align: center;
  }
  .footer_cntc {
    width: 100%;
    height: auto;
  }
  .footer_cntc > div {
    max-width: 810px;
    padding-left: 0;
  }
  .footer_cntc_txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    color: #231815;
    margin-top: 2.813rem;
    font-weight: 400;
    line-height: 1.786;
    text-align: center;
  }
  .footer_link {
    width: 100%;
    margin-top: 3.125rem;
  }
  .footer_link_mail > a, .footer_link_tel > a {
    max-width: 100%;
    padding-left: 11.733%;
  }
  .footer_link_mail {
    font-size: 2.313rem;
    line-height: 1.73;
  }
  .footer_link_mail > a {
    grid-column-gap: 3.125rem;
  }
  .footer_link_mail > a:after {
    content: "";
    width: 4.938rem;
    height: 4.938rem;
    background: url("../images/common/cta_arw.svg") no-repeat center center/contain;
    display: block;
    transition: all 0.4s ease-out;
  }
  .footer_link_mail > a:hover {
    background-color: #FFFFFF;
    color: #0031C6;
  }
  .footer_link_mail > a:hover:after {
    filter: brightness(0) saturate(100%) invert(12%) sepia(85%) saturate(5430%) hue-rotate(227deg) brightness(87%) contrast(109%);
  }
  .footer_link_dwnl {
    font-size: 1.625rem;
    font-weight: 600;
  }
  .footer_link_tel {
    height: 13.75rem;
  }
  .footer_link_num {
    max-width: 33.614rem;
  }
  .footer_link_time {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    margin-left: 8.75rem;
    font-weight: 600;
  }
  .footer_logo {
    width: 17.009rem;
    margin: 7.438rem auto 0;
  }
  .footer_txt01 {
    font-size: 1.375rem;
    line-height: 1.727;
    margin-top: 1.875rem;
    font-weight: 500;
  }
  .footer_addr {
    font-size: 1.25rem;
    margin-top: 4rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .footer_copy {
    font-size: 1.25rem;
    margin-top: 3.813rem;
    letter-spacing: 0.05em;
  }
}
