@charset "UTF-8";
.black {
  color: #000000;
}

.white {
  color: white;
}

.bg-black {
  background: #000000;
}

.bg-white {
  background: #fff;
}

.bg-29 {
  background: #292929;
}

a.color {
  color: white;
}
a.bg-red {
  background: #e41c35;
}
a.black {
  color: #000;
}
a.bg-black {
  background: #000000;
}

.inner-narrow {
  padding: 0 30px;
  max-width: 1400px;
  margin: auto;
}

body {
  position: relative;
}
body::before {
  content: '';
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: #111;
  top: 0;
  left: 0;
  -webkit-transition: all 700ms cubic-bezier(0.93, 0.55, 0.24, 0.86);
  transition: all 700ms cubic-bezier(0.93, 0.55, 0.24, 0.86);
}
body.animate::before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.loading {
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #171717;
}
.loading .loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading .loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-family: 'Montserrat', "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "MS PGothic", Osaka, "sans-serif";
}
.loading .loading-text span:nth-child(1) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
  animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading .loading-text span:nth-child(2) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading .loading-text span:nth-child(3) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading .loading-text span:nth-child(4) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading .loading-text span:nth-child(5) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading .loading-text span:nth-child(6) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
  animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading .loading-text span:nth-child(7) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}
@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}
@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}
.siteheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 20;
  line-height: 1.5;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.siteheader * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.siteheader.fix {
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 2px 5px #333;
          box-shadow: 0 2px 5px #333;
}
.siteheader.fix .header-right nav ul {
  height: 100%;
}
.siteheader.fix .header-right nav a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.siteheader.fix .header-right nav a:hover {
  text-decoration: underline;
}
.siteheader.fix .header-right .tel {
  margin: 0 1rem 0 1rem;
}
.siteheader.fix .logo {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0.5rem 0 0.5rem 2rem;
}
.siteheader.fix .logo::before {
  display: none;
}

.logo img {
    max-width: 120px;
    max-height: 60px;
}
.footerlogo img {
    max-width: 120px;
    max-height: 60px;
    margin: 0 auto;
}

.logo {
  position: relative;
  padding: 2rem 0 0 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo a {
  text-decoration: none;
}
.logo .red {
  font-size: 20px;
}
.logo span {
  display: block;
}
.logo span:first-child {
  font-size: 22px;
}
.logo span:last-child {
  font-size: 16px;
}
.logo::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 220px solid #fc9556;
  border-right: 360px solid transparent;
}

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.hasbg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.header-right {
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-right .emailli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-right .emailli svg {
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 5px;
}
.header-right .emailli > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  text-decoration: none;
}
.header-right .emailli:hover {
  opacity: 0.6;
}
.header-right a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 1;
}
.header-right span.ja {
  font-size: 14px;
  display: block;
  margin-top: 0.5rem;
}
.header-right span.en {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.header-right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-right nav li {
  margin: 0 10px;
}
.header-right nav a {
  padding: 10px 1rem;
  position: relative;
  overflow: hidden;
}
.header-right nav a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 141, 0, 0.6);
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.header-right nav a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header-right svg {
  fill: #fff;
}
.header-right > li {
  list-style: none;
  padding: 1.5rem 0.5rem;
}
.header-right > li a {
  padding: 5px 15px;
  line-height: 1;
}
.header-right > li svg {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  margin-right: 5px;
}
.header-right .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  margin: 0 2rem 0 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-right .tel img {
  width: 1.9rem;
  margin-right: 5px;
}
.header-right .tel > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}
.header-right .tel:hover {
  opacity: 0.6;
}

a.readmore {
  color: #fff;
  margin: auto;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  width: 200px;
  height: 36px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 34px;
  margin-top: 40px;
}
a.readmore span {
  position: relative;
  z-index: 3;
}
a.readmore::before {
  content: '';
  position: absolute;
  background: #dc5201;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 0;
}
a.readmore:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
a.readmore:hover::after {
  right: -10px;
}
a.readmore::after {
  z-index: 3;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sectionttl {
  line-height: 1;
}
.sectionttl h2 {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}
.sectionttl h2::before {
  position: absolute;
  top: -20px;
  left: -20px;
  content: "";
  color: #000;
  display: block;
  z-index: 0;
  opacity: 0.1;
  font-size: 80px;
}
.sectionttl h4 {
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 60px;
}
.sectionttl.oneline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sectionttl.aligncen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-box {
  padding: 50px 0 30px;
}
.footer-box .footer-contact {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-box .footer-contact .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  margin: 0 4rem 0 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-box .footer-contact .tel img {
  width: 1.9rem;
  margin-right: 5px;
}
.footer-box .footer-contact .tel > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}
.footer-box .footer-contact .tel:hover a {
  opacity: 0.6;
}
.footer-box .footer-contact .tel > span {
  font-size: 15px;
  opacity: 0.8;
}
.footer-box .footer-contact .emailli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-box .footer-contact .emailli svg {
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 5px;
}
.footer-box .footer-contact .emailli > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 10px 20px;
  text-decoration: none;
}
.footer-box .footer-contact .emailli:hover {
  opacity: 0.6;
}
.footer-box .footerlogo {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 2rem 0;
}
.footer-box .footerlogo span {
  display: block;
}
.footer-box .footerlogo a {
  text-decoration: none;
}
.footer-box .footer-nav {
  margin: 2rem 0 0;
}
.footer-box .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.footer-box .footer-nav li {
  padding: 0 1.5rem;
  margin-bottom: 5px;
}
.footer-box .footer-nav a {
  color: #fff;
  position: relative;
}
.footer-box .footer-nav a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -1.5rem;
  width: 2px;
  height: 70%;
  background: #fff;
  -webkit-transform: skewX(-35deg) translateY(-50%);
          transform: skewX(-35deg) translateY(-50%);
}
.footer-box .footer-nav li:last-child a::after {
  content: none;
}

.copyright {
  border-top: 1px solid #484848;
  text-align: center;
  padding: 14px 20px;
  line-height: 1.3;
}
.copyright span {
  opacity: 0.8;
}

.l-anchor {
  position: fixed;
  top: calc(70vh - 82px);
  right: 2.57143%;
  z-index: 10;
}

.l-anchor__body {
  position: relative;
}

.l-anchor p {
  display: inline-block;
  overflow: hidden;
  margin-right: 2.42857%;
}

.l-anchor a {
  position: relative;
  display: block;
  padding: 5px;
  color: #dc5201;
  letter-spacing: .1em;
  font-weight: 900;
  font-style: normal;
  font-size: 12px;
  font-size: .75rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  -webkit-transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  text-decoration: none;
}
.l-anchor a img {
  max-width: 25px;
  margin: 20px auto;
}

.l-scroll {
  margin-top: 60px;
  height: 500px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.l-scroll a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-pagetop {
  position: absolute;
  right: 10px;
  top: 0;
  height: 500px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.l-pagetop a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.is-scroll .l-scroll {
  height: 0;
}

.is-pagetop span {
  text-align: right;
  display: inherit;
}
.is-pagetop .l-pagetop {
  height: 0;
}

.is-white a {
  color: #fff !important;
}

.perspective {
  width: 70px;
  height: 100%;
  position: relative;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.perspective label {
  -webkit-perspective: 40px;
          perspective: 40px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.perspective span {
  width: 34px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.perspective span::before {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 8px;
}
.perspective span::after {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  bottom: 8px;
  position: absolute;
}

.menu-status {
  display: none;
}
.menu-status:checked ~ .siteheader .perspective span {
  background: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.menu-status:checked ~ .siteheader .perspective span::before {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
.menu-status:checked ~ .siteheader .perspective span::after {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.menu-status:checked ~ .drop-down-menu {
  height: 100vh;
}
.menu-status:checked ~ .drop-down-menu nav > ul {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.drop-down-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 0;
  background: rgba(1, 1, 1, 0.95);
  -webkit-transition: background 0.35s linear, height 0.55s ease-in 200ms;
  transition: background 0.35s linear, height 0.55s ease-in 200ms;
  overflow: hidden;
}
.drop-down-menu .sub-menu {
  display: none;
  padding: 0 1rem;
}
.drop-down-menu .sub-menu a {
  padding: 5px 0;
}
.drop-down-menu nav .sp-ul {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  max-width: 260px;
  width: 80%;
  min-width: 260px;
}
.drop-down-menu nav .sp-ul > li {
  border-bottom: 1px solid #fff;
}
.drop-down-menu nav .sp-ul > li:first-child {
  border-top: 1px solid #fff;
}
.drop-down-menu nav .sp-ul > li > a {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.drop-down-menu nav .sp-ul > li > a:hover {
  color: #e41c35;
}
.drop-down-menu nav .sp-ul > li > a:hover::after {
  border-left-color: #e41c35;
}
.drop-down-menu nav .sp-ul > li > a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 8px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.drop-down-menu nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}
.drop-down-menu span {
  display: block;
  text-transform: uppercase;
}
.drop-down-menu span.en {
  font-size: 12px;
}


@media (max-width: 1750px) {
  .inner-wide {
    padding: 0 30px;
  }
}
@media (max-width: 1600px) {
  .header-right nav a {
    padding: 8px 8px;
  }
  .header-right .tel {
    margin: 0 1.5rem 0 1rem;
  }

  .logo {
    padding: 1.5rem 0 0 2rem;
  }
}
@media (max-width: 1470px) {
  .sectionttl h2 {
    font-size: 30px;
  }

  .inner-narrow {
    padding: 0 30px;
  }
}
@media (max-width: 1400px) {
  .siteheader.fix .header-right nav a {
    padding: 7px;
  }

  .header-right nav a {
    padding: 7px;
  }
  .header-right > li {
    padding: 1rem 0.5rem;
  }
  .header-right .tel, .header-right .emailli {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .inner-wide,
  .inner-narrow {
    padding: 0 20px;
  }

  .siteheader.fix .logo .red {
    font-size: 16px;
  }
  .siteheader.fix .header-right .tel {
    margin: 0 1rem 0 1rem;
  }

  .logo .red {
    font-size: 16px;
  }

  .header-right nav li {
    margin: 0 5px;
  }
  .header-right span.ja {
    font-size: 12px;
  }
  .header-right span.en {
    font-size: 15px;
  }

  .siteheader.fix .header-right nav a {
    padding: 0 5px;
  }

  .header-right .tel {
    margin: 0 1rem 0 1rem;
  }
}
@media (max-width: 1150px) {
  .logo::before {
    display: none;
  }

  .l-anchor {
    right: 1.57143%;
  }

  .logo {
    padding: 0.5rem 0 0.5rem 2rem;
  }

  .perspective {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-right {
    padding-right: 0;
  }
  .header-right .tel a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-right .tel span {
    margin-top: 10px;
  }
  .header-right .emailli a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  .header-right .emailli span {
    margin-top: 10px;
  }
  .header-right nav {
    display: none;
  }
  .header-right > li a {
    padding: 0.5rem;
  }

  .siteheader {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 1024px) {
  a.readmore {
    width: 180px;
  }
}
@media (max-width: 750px) {
  .sectionttl h4 {
    margin-bottom: 40px;
  }

  .header-right .emailli a.bg-red:hover {
    background: transparent;
  }

  .siteheader.fix .header-right .tel {
    margin: 0 1.2rem;
  }
  .siteheader.fix .header-right > li a {
    padding: 0;
  }

  .header-right > li {
    width: auto;
    min-width: auto;
  }
  .header-right > li a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-right > li svg {
    width: 1.9rem;
    height: 1.9rem;
  }

  .emailli a {
    height: 100%;
    background: transparent;
  }
  .emailli span {
    display: none !important;
  }

  .header-right .tel {
    margin: 0 1.2rem;
  }
  .header-right .tel img {
    margin-right: 0;
  }
  .header-right .tel span {
    display: none;
  }
  .header-right .tel div {
    display: none;
  }

  .footer-box .footerlogo {
    margin: 1.2rem 0;
  }

  .footer-box {
    padding: 10px 0;
  }
  .footer-box .footer-contact .tel {
    text-align: center;
    margin: 0;
  }
  .footer-box .footer-contact .tel a {
    margin: auto;
  }
  .footer-box .footer-contact .emailli {
    display: none;
  }
  .footer-box .footer-nav {
    display: none;
  }

  .homebanners .cols > div {
    height: auto;
  }
}
@media (max-width: 420px) {
  .logo span:first-child {
    font-size: 15px;
  }

  .logo span:last-child {
    font-size: 13px;
  }

  .ttlBar {
    height: 70px;
  }

  .logo {
    padding: 0.5rem 0 0.5rem 1.2rem !important;
  }

  .sectionttl h2 {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .perspective {
    width: 55px;
  }

  .perspective span, .perspective span::before, .perspective span::after {
    width: 28px;
  }
}
@media (max-height: 600px) {
  .drop-down-menu nav {
    height: 300px;
    overflow-y: auto;
  }
}
@media (max-height: 450px) {
  .drop-down-menu nav {
    height: 240px;
    overflow-y: auto;
  }
}
@media (max-height: 400px) {
  .drop-down-menu nav {
    height: 200px;
    overflow-y: auto;
  }
}
