@charset "UTF-8";
/********************************************/
/*  Sp-menu*/
/********************************************/
.sp_menu_trigger,
.sp_nav {
  display: none;
}

#fixed_main {
  padding-top: 0;
}

#grayscale.grayscale {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

/********************************************/
/*header */
/********************************************/
.header {
  position: fixed;
  width: 100%;
  padding: 15px;
  background-color: transparent;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .header {
    padding: 10px 0;
  }
}
.header .width {
  width: calc(100% - 32px);
  margin: auto;
  border-radius: 10px;
}
.header .width.none {
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1024px) {
  .header .width {
    width: calc(100% - 16px);
    border-radius: 30px;
  }
  .header .width.none {
    border-radius: 30px 30px 0 0;
  }
}

.header .head_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 32px;
}
@media (max-width: 1024px) {
  .header .head_wrapper {
    padding: 12px 20px;
  }
}
.header .head_wrapper .logo {
  display: block;
  max-width: 86px;
  width: auto;
  margin-right: auto;
  line-height: 1;
}
@media (max-width: 768px) {
  .header .head_wrapper .logo {
    max-width: 60px;
  }
}
.header .head_wrapper .right {
  display: flex;
  align-items: center;
  margin-left: auto;
  column-gap: 51px;
}
@media (max-width: 1024px) {
  .header .head_wrapper .right {
    margin-left: unset;
    column-gap: unset;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    transform: translateY(10px);
    pointer-events: none;
    z-index: 0;
  }
  .header .head_wrapper .right.overlay {
    display: block;
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9997;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.header .main_nav .nav_list {
  position: relative;
}
.header .main_nav .nav_list .list {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 1vw;
}
.header .main_nav .nav_list .list:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .header .main_nav .nav_list .list {
    font-size: 1.6rem;
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .header .head_wrapper .right .btn {
    display: none;
  }
}
.header .head_wrapper .right .btn a {
  position: relative;
  padding: 14px 25px 14px 50px;
  background: #E6001B;
  border-radius: 100px;
  font-size: 1.3rem;
  font-weight: 500;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.header .head_wrapper .right .btn a::before {
  position: absolute;
  left: 14px;
  top: 50%;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/ico/header-contact.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.header .head_wrapper .right .btn a:hover {
  background: #FFF;
  color: #E6001B;
  border: 1px solid #E6001B;
}
.header .head_wrapper .right .btn a:hover::before {
  background: url(../img/ico/header-contact-sp.svg) no-repeat center/contain;
}

/********************************************/
/* body fixed*/
/********************************************/
@media (max-width: 1024px) {
  body {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  body.fixed {
    position: fixed;
    width: 100%;
  }
}

/********************************************/
/*  Sp-menu btn*/
/********************************************/
@media (max-width: 1024px) {
  .sp_menu_trigger,
  .sp_menu_trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
  }
}

@media (max-width: 1024px) {
  .sp_menu_trigger {
    position: fixed;
    top: 26px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 768px) {
  .sp_menu_trigger {
    top: 20px;
  }
}
@media (max-width: 1024px) {
  .sp_menu_trigger span {
    position: absolute;
    background: #2B2B2B;
    width: 29px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sp_menu_trigger span:nth-of-type(1) {
    top: 15px;
  }
  .sp_menu_trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .sp_menu_trigger span:nth-of-type(3) {
    bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .sp_menu_trigger.nogap {
    top: 0;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .sp_menu_trigger.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-340deg);
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    transform: translateY(-5px) rotate(340deg);
    top: 1px;
  }
}

/********************************************/
/*  Sp-menu list*/
/********************************************/
@media (max-width: 1024px) {
  header .main_nav {
    background-color: #FFF;
    width: 100%;
    padding: 20px 25px 36px 25px;
    box-sizing: border-box;
    border-radius: 0 0 25px 25px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
  }
  header .main_nav.open {
    visibility: visible;
    opacity: 1;
  }
}

header .right .main_nav .sp_btn {
  display: none;
  text-align: center;
}
@media (max-width: 1024px) {
  header .right .main_nav .sp_btn {
    display: block;
    padding-top: 20px;
  }
  header .right .main_nav .sp_btn a {
    position: relative;
    display: inline-block;
    padding: 14px 25px 14px 50px;
    width: 100%;
    max-width: 250px;
    margin: auto;
    background: linear-gradient(90deg, rgb(245, 0, 29) 0%, rgb(238, 0, 28) 51%, rgb(230, 0, 27) 100%);
    border-radius: 100px;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  header .right .main_nav .sp_btn a::before {
    position: absolute;
    left: 30%;
    top: 50%;
    content: "";
    width: 21px;
    height: 21px;
    background: url(../img/ico/header-contact.svg) no-repeat center/contain;
    transform: translateY(-50%);
  }
  header .right .main_nav .sp_btn a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 1024px) {
  header .nav_list > li {
    display: block;
    text-align: center;
  }
  header .nav_list > li a {
    display: block;
    padding: 0.4em 0;
    color: #333;
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .nav_list {
    width: 100%;
    overflow: hidden;
  }
}

/********************************************/
/*aside > contact */
/********************************************/
.common_contact {
  max-width: 1376px;
  width: calc(100% - 64px);
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .common_contact {
    width: calc(100% - 20px);
    margin-bottom: 45px;
  }
}
.common_contact .bg-gradation {
  padding: 84px 88px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .common_contact .bg-gradation {
    padding: 50px 55px;
  }
}
@media (max-width: 768px) {
  .common_contact .bg-gradation {
    padding: 34px 15px;
  }
}

.common_contact .flex_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5%;
}
.common_contact .flex_container .left, .common_contact .flex_container .right {
  width: 47.5%;
}
@media (max-width: 1024px) {
  .common_contact .flex_container .left, .common_contact .flex_container .right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .common_contact .flex_container .left {
    margin-bottom: 32px;
  }
}

.common_contact .flex_container .title_box {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .common_contact .flex_container .title_box {
    margin-bottom: 24px;
  }
}
.common_contact .flex_container .title_box .ja {
  position: relative;
  margin-bottom: 12px;
  padding-left: 2.5em;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.common_contact .flex_container .title_box .ja::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "■■";
  transform: translateY(-50%);
}
.common_contact .flex_container .title_box .en {
  line-height: 1.4;
  font-size: clamp(5rem, 5.5vw, 8rem);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.common_contact .flex_container .title_box .text {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}

.common_contact .btn_box li {
  padding: 30px;
  max-height: 106px;
  border-radius: 10px;
}
.common_contact .btn_box li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .common_contact .btn_box li {
    min-height: none;
    padding: 8px 19px;
  }
}
.common_contact .btn_box li .text {
  position: relative;
  padding-left: 35px;
  font-size: clamp(1.2rem, 1.5vw, 2.2rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .common_contact .btn_box li .text {
    padding-left: 0;
  }
}
.common_contact .btn_box li .text.i_tel::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background: url(../img/ico/ico-tel.svg) no-repeat center/contain;
  width: 27px;
  height: 27px;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .common_contact .btn_box li .text.i_tel::before {
    left: -36px;
    top: 120%;
    margin: auto;
    width: 24px;
    height: 23px;
    transform: none;
  }
}
.common_contact .btn_box li .text.i_mail::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background: url(../img/ico/ico-mail.svg) no-repeat center/contain;
  width: 27px;
  height: 27px;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .common_contact .btn_box li .text.i_mail::before {
    left: -36px;
    width: 24px;
    height: 17px;
  }
}
.common_contact .btn_box .tel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common_contact .btn_box .tel .arrow {
  display: none;
}
.common_contact .btn_box .tel.sp_only {
  display: none !important;
}
@media (max-width: 1024px) {
  .common_contact .btn_box .tel {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 36px;
  }
  .common_contact .btn_box .tel.pc_only {
    display: none !important;
  }
  .common_contact .btn_box .tel.sp_only {
    display: flex !important;
  }
  .common_contact .btn_box .tel::after {
    position: absolute;
    right: 30px;
    top: 50%;
    content: "";
    width: 46px;
    height: 46px;
    background: url(../img/ico/btn-arrow-white.svg) no-repeat center/40%;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
    z-index: 10;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .common_contact .btn_box .tel::after {
    width: 42px;
    height: 42px;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .common_contact .btn_box .tel::before {
    position: absolute;
    right: 30px;
    top: 50%;
    content: "";
    width: 46px;
    height: 46px;
    background: url(../img/ico/btn-arrow-white.svg) no-repeat center/40%;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -50%);
    z-index: 10;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .common_contact .btn_box .tel::before {
    width: 42px;
    height: 42px;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .common_contact .btn_box .tel .arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 46px;
    height: 46px;
    content: "";
    background-color: #00A23F;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .common_contact .btn_box .tel .arrow {
    right: 0;
    width: 42px;
    height: 42px;
  }
}
.common_contact .btn_box .tel .tel_num .tel_txt {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 2vw, 2.8rem);
  color: #2B2B2B;
  line-height: 1.2;
  transition: all 0.3s;
}
.common_contact .btn_box .tel .tel_num small {
  display: block;
  font-size: 1.2rem;
}
.common_contact .btn_box .mail {
  position: relative;
  padding: 0;
}
.common_contact .btn_box .mail a {
  display: flex;
  align-items: center;
  color: #2B2B2B;
  min-height: 106px;
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .common_contact .btn_box .mail a {
    display: flex;
    align-items: center;
    min-height: 93px;
    padding: 8px 19px 8px 55px;
  }
}
.common_contact .btn_box .mail a::after {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  width: 46px;
  height: 46px;
  background: url(../img/ico/btn-arrow-white.svg) no-repeat center/40%;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
  z-index: 10;
}
@media (max-width: 1024px) {
  .common_contact .btn_box .mail a::after {
    width: 42px;
    height: 42px;
    right: 20px;
  }
}
.common_contact .btn_box .mail a::before {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  width: 46px;
  height: 46px;
  background: url(../img/ico/btn-arrow-white.svg) no-repeat center/40%;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
  z-index: 10;
}
@media (max-width: 1024px) {
  .common_contact .btn_box .mail a::before {
    width: 42px;
    height: 42px;
    right: 20px;
  }
}
.common_contact .btn_box .mail a .arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 46px;
  height: 46px;
  content: "";
  background-color: #00A23F;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .common_contact .btn_box .mail a .arrow {
    width: 42px;
    height: 42px;
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .common_contact .btn_box .mail .i_mail {
    font-size: 1.8rem;
  }
}

/********************************************/
/*footer */
/********************************************/
.footer {
  padding-top: 65px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 0;
    margin-top: 40px;
  }
  .footer.pt {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .footer .width1200 {
    width: calc(100% - 48px);
  }
}
.footer .footer_logo {
  max-width: 135px;
  margin-bottom: 23px;
}
.footer .flex_container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 94px;
}
@media (max-width: 768px) {
  .footer .flex_container {
    margin-bottom: 45px;
  }
}
.footer .flex_container .left, .footer .flex_container .footer_nav {
  width: 50%;
}
@media (max-width: 1024px) {
  .footer .flex_container .left, .footer .flex_container .footer_nav {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .footer .flex_container .left {
    order: 2;
  }
}
.footer .flex_container .footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 36px;
}
@media (max-width: 1024px) {
  .footer .flex_container .footer_nav {
    order: 1;
    justify-content: flex-start;
    margin-bottom: 24px;
    row-gap: 15px;
  }
}

.footer_bg {
  padding-top: 150px;
}
@media (max-width: 1024px) {
  .footer_bg {
    padding-top: 120px;
  }
}

.footer .txt_base .text {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
@media (max-width: 768px) {
  .footer .footer_nav li {
    width: calc((100% - 72px) / 3);
  }
}
.footer .footer_nav li a {
  display: block;
  font-size: 1.6rem;
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #E1E1E1;
}
.footer .bottom a, .footer .bottom span {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
}/*# sourceMappingURL=navigation.css.map */