@charset "UTF-8";
body {
  padding-top: 110px;
}

@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0px 0px 30px 30px;
  background-color: #fff;
  z-index: 9999;
}

@media (max-width: 767px) {
  header {
    position: static;
    border-radius: 0;
  }
}

.header-wrap {
  width: 100%;
  height: 110px;
  max-width: 1316px;
  min-width: 1316px;
  margin: 0 auto;
  padding: 30px 25px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .header-wrap {
    width: 100%;
    height: 70px;
    min-width: auto;
    padding: 15px 15px 0;
  }
}

@media (max-width: 767px) {
  .header-logo {
    max-width: 260px;
  }
}

.header-logo img {
  image-rendering: -webkit-optimize-contrast;
}

.header-gnav {
  display: flex;
}

@media (max-width: 767px) {
  .header-gnav {
    display: none;
  }
}


.header-gnav li {
  margin-left: 27px;
  display: flex;
  align-items: center;
}

.header-gnav li:first-child {
  margin-left: 0;
}

.header-gnav-link {
  font-weight: bold;
}

a.header-gnav-link:hover {
  text-decoration: none;
  color: #F07E3A;
}

.header-gnav-contact {
  min-width: 200px;
}

.header-contact-btn {
  width: 100%;
  max-width: 200px;
  min-height: 50px;
  border-radius: 25px;
  background: #1ab6cb;
  color: #fff;
  font-weight: bold;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px 5px 30px;
}
.header-contact-btn::after {
  background: url(../image/icon/icon_mail.png) center / 100% no-repeat;
  content: "";
  width: 26px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
.header-contact-btn:hover{
  text-decoration: none;
}

.sp-btn-menu {
  width: 56px;
  height: 56px;
  position: fixed;
  top: 7px;
  right: 0;
  z-index: 9999;
}

@media (min-width: 768px) {
  .sp-btn-menu {
    display: none;
  }
}

.sp-btn {
  width: 56px;
  height: 56px;
  background: url(../image/common/header_btn_spmenu.png) center / 100% no-repeat;
}

.sp-btn.-show-sp {
  background: url(../image/common/header_btn_close.png) center / 20px no-repeat;
}


.sp-menu-bg {
  opacity: 1;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: rgba(240, 126, 58, 0.9);
  display: none;
}

@media (min-width: 768px) {
  .sp-btn-bg {
    display: none;
  }
}
.sp-menu-bg.-show-sp {
  display: block;
}

.sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 228px;
  height: 73dvh;
  z-index: 9998;
  border-radius: 0px 0px 0px 80px;
  background: #fff;
  display: none;
}

.sp-menu.-show-sp {
  display: block;
}

.sp-menu-inner {
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 55px 0 50px;
}

.sp-menu-nav li {
  margin-top: 30px;
}

.sp-menu-link {
  display: block;
  text-align: right;
  padding: 0 15px 0 40px;
}

.sp-menu-link-en {
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #F07E3A;
}

.sp-menu-link-text {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #231816;
}

.sp-bottom-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 10px 15px 0;
}

@media (min-width: 768px) {
  .sp-bottom-nav {
    display: none;
  }
}

.sp-bottom-contact-btn {
  width: 100%;
  min-height: 60px;
  border-radius: 5px;
  background: #1ab6cb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px 5px 30px;
}
.sp-bottom-contact-btn::after {
  background: url(../image/icon/icon_mail.png) center / 100% no-repeat;
  content: "";
  width: 37px;
  height: 26px;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
.sp-bottom-contact-btn:hover{
  text-decoration: none;
}

body.-noscroll {
  overflow: hidden;
  height: 100%;
}

footer {
  padding-top: 80px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  footer {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

.footer-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .footer-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-top-block {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  border-bottom: 1px solid #D6D6D6;
}

@media (max-width: 767px) {
  .footer-top-block {
    display: block;
    padding-bottom: 20px;
  }
}

.footer-box01 {
  width: 70%;
  display: flex;
}

@media (max-width: 767px) {
  .footer-box01 {
    width: 100%;
    display: block;
  }
}

.footer-box02 {
  width: 30%;
}

@media (max-width: 767px) {
  .footer-box02 {
    width: 100%;
  }
}

.footer-logo {
  width: 293px;
}

@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-address {
  width: calc(100% - 293px);
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 12px;
  color: #453D3A;
}

@media (max-width: 767px) {
  .footer-address {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
  }
}


.footer-logo-list {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}


@media (max-width: 767px) {
  .footer-logo-list {
    justify-content: flex-start;
  }
}

.footer-btm-block {
  display: flex;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .footer-btm-block {
    display: block;
    padding-top: 20px;
  }
}

.footer-copy {
  width: 50%;
  font-size: 12px;
  color: #453D3A;
  order: 1;
}

@media (max-width: 767px) {
  .footer-copy {
    width: 100%;
    font-size: 11px;
  }
}

.footer-link-block {
  width: 50%;
  font-size: 12px;
  color: #453D3A;
  order: 2;
}

@media (max-width: 767px) {
  .footer-link-block {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer-link-list {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

@media (max-width: 767px) {
  .footer-link-list {
    justify-content: flex-start;
  }
}

.footer-link {
  text-decoration: underline;
}

.footer-link:hover {
  text-decoration: none;
}
