/* header */
header{
  width: 100%;
}
.header-inner {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  z-index: 99;
}

.header-logo {
  position: absolute;
  left: 10px;
  top: 50%;
  width: calc(100% - 900px);
  max-width: 400px;
  transform: translate(0, -50%);
}

.header-inner nav {
  display: flex;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: 840px;
}

.header-nav-list {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 10px;
}

.header-nav-list>li {
  position: relative;
  cursor: pointer;
}

.header-nav-list li>p {
  display: flex;
  height: 84px;
  font-size: 16px;
  padding: 0 14px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.05em;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.header-nav-list li>p a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.header-nav-list li>p a.is-extend {
  padding-right: 1.3em;
}

.header-nav-list li>p a.is-extend:after {
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  background: url(/lib/img/common/icon_other01.png) center center no-repeat;
  background-size: auto 100%;
}

.header-nav-list li>div {
  display: none;
  position: absolute;
}

.header-nav-list li:hover>div {
  display: block;
  width: 260px;
  transform: translate(-50%, 0);
  left: 50%;
  top: 99%;
  z-index: 2;
}

.header-nav-list li>div li a {
  color: #333;
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 15px;
  padding: 0.6em 0 0.6em 1.8em;
  font-weight: bold;
  background-color: #fff;
  position: relative;
}

.header-nav-list li>div li a:hover {
  background-color: #efefef;
  transition: 0.3s backgroundColor ease-in-out;
}

.header-nav-list li>div li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-left: 0.4em solid #E60000;
  border-bottom: 0.35em solid transparent;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translate(0, -50%);
}

.header-nav-list li>div li a.is-extend:after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 100%;
  margin-left: 0.6em;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/lib/img/common/icon_other01.png) center center no-repeat;
  background-size: 98% auto;
}

.header-contact a {
  display: flex;
  height: 84px;
  width: 120px;
  justify-content: center;
  align-items: center;
  background-color: #E60000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* footer */
footer {
  background-color: #F5F5F5;
  padding: 60px 10px 40px;
  border-top: 5px solid #E60000;
}

.is-top footer {
  border-top: none;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-logo {
  max-width: 150px;
  margin: 0 auto 30px;
}

.footer-box-01 {
  border-top: 1px solid #ddd;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

/* .footer-box-01-inner {
  width: 14%;
} */

.footer-box-01-inner.is-wide {
  width: 20%;
}

.footer-pc-p01 {
  font-size: 17px;
  font-weight: bold;
}

.footer-pc-p01 a {
  display: inline-block;
  text-decoration: underline;
  position: relative;
}

.footer-pc-p01 a:hover {
  transition: 0.2s all ease-in-out;
  color: #E60000;
}

.footer-pc-p01 a.is-extend {
  padding-right: 1.2em;
}

.footer-pc-p01 a.is-extend:after {
  width: 0.9em;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: red;
  background: url(/lib/img/common/icon_other02.png) center center no-repeat;
  background-size: 100% auto;
}

.footer-list-01 li {
  margin: 0 auto 5px;
}

.footer-list-01 li a {
  display: inline-block;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 1.1em;
  text-decoration: underline;
  position: relative;
}

.footer-list-01 li a:hover {
  transition: 0.2s all ease-in-out;
  color: #E60000;
}

.footer-list-01 li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1em;
  top: 0.5em;
  width: 0.5em;
  height: 0.5em;
  box-sizing: border-box;
  border-left: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}

.footer-list-01 li a.is-extend:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 0.2em;
  transform: translate(0, 0.1em);
  background: url(/lib/img/common/icon_other01.png) center center no-repeat;
  background-size: auto 100%;
}

.footer-box-02 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.footer-list-02 {
  text-align: center;
  padding: 15px 0;
}

.footer-list-02 li {
  display: inline-block;
  margin: 0 10px;
}

.footer-list-02 li a {
  text-decoration: underline;
  font-size: 14px;
  display: inline-block;
  padding-left: 1em;
  position: relative;
}

.footer-list-02 li a:hover {
  transition: 0.2s all ease-in-out;
  color: #E60000;
}

.footer-list-02 li a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-left: 0.45em solid #ccc;
  border-bottom: 0.3em solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.footer-copy-right {
  margin: 40px auto 0;
  text-align: center;
  font-size: 12px;
}


/* title */
.tit-style-1 {
  margin: 0 auto 40px;
  padding-top: 40px;
  position: relative;
}

.tit-style-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E60000;
  width: 55px;
  height: 4px;
}

.tit-style-1 .en {
  display: block;
  font-size: 16px;
  color: #BBBBBB;
  font-weight: bold;
  line-height: 1.2;
}

.tit-style-1 .jp {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.tit-style-2 {
  margin: 0 auto 20px;
}

.tit-style-2 .en {
  display: block;
  font-size: 12px;
  color: #E60000;
  font-weight: bold;
  line-height: 1.4;
}

.tit-style-2 .jp {
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
}

.tit-style-3 {
  margin: 0 auto 40px;
}

.tit-style-3 .en {
  display: block;
  color: #E60000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.tit-style-3 .en:after {
  width: 1px;
  height: 20px;
  content: "";
  display: block;
  margin: 10px auto;
  background-color: #ddd;
}

.tit-style-3 .jp {
  display: block;
  color: #333;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.tit-style-4 {
  margin: 0 auto 30px;
}

.tit-style-4 .en {
  color: #bbb;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.tit-style-4 .jp {
  display: block;
  font-size: 26px;
  font-weight: bold;
}

.tit-style-5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 60px;
  margin: 0 auto 60px;
  position: relative;
}

.tit-style-5:before {
  width: 80px;
  height: 5px;
  content: "";
  display: block;
  background-color: #E60000;
  position: absolute;
  left: 0;
  top: 0;
}

.tit-style-6 {
  margin: 0 auto 30px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 0.7em 14px;
  overflow: hidden;
  position: relative;
}

.tit-style-6:after {
  position: absolute;
  width: 300px;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.1;
  right: -100px;
  top: 0;
  transform: skewX(-60deg);
}

.tit-style-7 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0 auto 50px;
  padding-left: 30px;
  overflow: hidden;
}

.tit-style-7:before {
  width: 0.6em;
  height: 0.6em;
  box-sizing: border-box;
  background-color: #333;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  left: 0.25em;
  top: 0.52em;
}

.tit-style-7:after {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 1;
}

.tit-style-7 span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 0.5em;
}

.tit-style-7-after-box {
  box-sizing: border-box;
  padding-left: 30px;
  margin: 0 auto 100px;
}


.tit-style-red {
  width: 100%;
  max-width: 830px;
  height: 120px;
  background-color: blue;
  margin-top: -40px;
  background: url(/lib/img/common/red_title.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.tit-style-red-inner {
  transform: translate(0, -50%);
  position: absolute;
  left: 200px;
  top: 50%;
}

.tit-style-red-inner .jp,
.tit-style-red-inner .en {
  display: block;
  font-weight: bold;
  line-height: 1.6;
}

.tit-style-red-inner .jp {
  font-size: 24px;
  color: #fff;
}

.tit-style-red-inner .en {
  font-size: 14px;
  color: #fff;
  opacity: 0.65;
}


.tit-style-24 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto 60px;
  font-weight: bold;
  text-align: center;
}

.tit-style-24 .red {
  color: #E60000;
  display: inline-block;
}


/* btn */
.btn-sys01 {
  box-sizing: border-box;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.btn-sys01 a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 1em;
  position: relative;
}

.btn-sys01 a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-left: 0.4em solid #000;
  border-bottom: 0.35em solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-sys01 a:hover {
  transition: 0.2s all ease-in-out;
  color: #E60000;
}

.btn-sys01 a:hover:before {
  transition: 0.2s all ease-in-out;
  border-left-color: #E60000;
}

.btn-sys02 {
  display: inline-block;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
  line-height: 1.4;
}

.btn-sys02:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-left: 0.4em solid #E60000;
  border-bottom: 0.35em solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-sys02:hover {
  transition: 0.2s all ease-in-out;
  color: #E60000;
}




.header-menu-btn {
  position: fixed;
  right: 10px;
  top: 27px;
  width: 34px;
  height: 34px;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 102;
}

.header-menu-btn span {
  width: 100%;
  height: 6px;
  background-color: #E60000;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.header-menu-btn span:before,
.header-menu-btn span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E60000;
}

.header-menu-btn span:before {
  top: -12px;
}

.header-menu-btn span:after {
  bottom: -12px;
}

.menu-open .header-menu-btn span {
  background: transparent;
}

.menu-open .header-menu-btn span:before,
.menu-open .header-menu-btn span:after {
  top: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  height: 90%;
}

.menu-open .header-menu-btn span:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-open .header-menu-btn span:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-wrapper {
  display: none;
  width: 300px;
  background-color: #fff;
  position: fixed;
  right: -300px;
  top: 0;
  box-sizing: border-box;
  z-index: 101;
  transition: 0.3s all ease-in-out;
}

.menu-open .menu-wrapper {
  right: 0;
}

.menuCover {
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.menu-open .menuCover {
  display: block;
}

.menu-nav {
  padding-top: 60px;
}

.menu-nav-list {
  border-bottom: 1px solid #efefef;
}

.menu-nav-list>li {
  border-top: 1px solid #efefef;

}

.menu-nav-list>li p {
  padding: 10px 0 10px 30px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.menu-nav-list>li p > a{
  display: block;
  box-sizing: border-box;
}

.menu-nav-list>li p:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #E60000;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translate(0, -50%);
}

.menu-nav-list>li li {
  border-top: 1px solid #efefef;
}

.menu-nav-list>li div {
  display: none;
}

.menu-nav-list>li div.is-show {
  display: block;
}

.menu-nav-list>li li a {
  display: block;
  font-size: 16px;
  position: relative;
  padding: 10px 0 10px 50px;
}

.menu-nav-list>li li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #666;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 35px;
  top: 18px;
}

.menu-nav-list>li li a.is-extend:after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 100%;
  margin-left: 0.6em;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/lib/img/common/icon_other01.png) center center no-repeat;
  background-size: contain;
}


.menu-contact-box {
  box-sizing: border-box;
  padding: 28px 18px 10px;
  border-bottom: 1px solid #efefef;
}

.menu-contact-p01 {
  text-align: center;
  font-weight: bold;
  color: #E60000;
}

.menu-contact-p02 {
  margin: 0 auto 10px;
}

.menu-contact-p02 a {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
}

.menu-contact-p02 a i {
  width: 22px;
  margin-right: 5px;
  display: block;
  line-height: 0;
}

.menu-contact-p03 {
  margin: 0 auto 10px;
}

.menu-contact-p03 a {
  display: block;
  font-weight: bold;
  padding: 0.8em 0;
  text-align: center;
  background-color: #E60000;
  color: #fff;
}

.menu-text-link-zone {
  padding: 20px 20px 20px;
}

.menu-text-link-zone .menu-text-link-p01 {
  margin: 0 auto 10px;
}

.menu-text-link-zone .menu-text-link-p01 a {
  display: block;
  text-decoration: underline;
  position: relative;
  box-sizing: border-box;
  padding-left: 18px;
}

.menu-text-link-zone .menu-text-link-p01 a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #dddddd;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 9px;
}



@media screen and (max-width: 1160px) {
  .header-logo {
    width: calc(300 / 1160 * 100vw);
  }

  .header-inner nav {
    max-width: 700px;
  }

  .header-nav-list li>p {
    font-size: 14px;
    height: 64px;
    padding: 0 1em;
    font-size: calc(14 / 1160 * 100vw);
  }

  .header-contact a {
    font-size: 14px;
    height: 64px;
    font-size: calc(14 / 1160 * 100vw);
  }

  .header-nav-list li>div li a {
    font-size: calc(14 / 1160 * 100vw);
  }


}

@media screen and (max-width: 769px) {
  .header-inner {
    box-sizing: border-box;
    padding: 10px 10px;
  }

  .header-inner nav {
    display: none;
  }

  .header-logo {
    transform: translate(0, 0);
    position: static;
    width: 100%;
    max-width: 260px;
  }

  .menu-wrapper {
    display: block;
  }

  /* title */
  .tit-style-1 {
    padding-top: 30px;
    margin: 0 auto 30px;
  }

  .tit-style-1 .en {
    font-size: 14px;
  }

  .tit-style-1 .jp {
    font-size: 22px;
  }

  .tit-style-2 .en {
    font-size: 11px;
  }

  .tit-style-2 .jp {
    font-size: 20px;
  }

  .tit-style-3 {
    margin: 0 auto 30px;
  }

  .tit-style-3 .en {
    font-size: 14px;
  }

  .tit-style-3 .jp {
    font-size: 20px;
  }

  .tit-style-3 .en:after {
    height: 12px;
    margin: 5px auto;
  }

  .tit-style-4 .en {
    font-size: 13px;
  }

  .tit-style-4 .jp {
    font-size: 22px;
  }

  .tit-style-5 {
    font-size: 22px;
    padding-top: 30px;
    margin: 0 auto 30px;
  }

  .tit-style-6 {
    font-size: 14px;
  }

  .tit-style-7 {
    font-size: 20px;
    margin: 0 auto 30px;
  }

  .tit-style-7-after-box {
    margin: 0 auto 50px;
    padding: 0;
  }

  .tit-style-24 {
    font-size: 18px;
    margin: 0 auto 30px;
  }

  .tit-style-red {
    width: 82%;
    box-sizing: border-box;
    padding: 10px 20px 20px;
    height: auto;
    background-size: auto 100%;
    background-position: right center;
    background-color: #E60000;
  }

  .tit-style-red-inner {
    position: static;
    transform: translate(0, 0);
  }

  .tit-style-red-inner .jp {
    font-size: 20px;
  }

  .tit-style-red-inner .en {
    font-size: 12px;
  }

  .btn-sys02 {
    font-size: 14px;
  }

  /* footer */
  footer {
    padding-top: 40px;
  }

  .footer-logo {
    max-width: 120px;
  }

  .footer-box-01 {
    display: block;
    padding: 30px 10px 0;
  }

  .footer-box-01-inner.is-wide,
  .footer-box-01-inner {
    width: 100%;
    margin: 0 auto 20px;
  }

  .footer-list-02 {
    text-align: left;
    padding: 10px 10px;
    box-sizing: border-box;
  }

  .footer-list-02 li {
    margin: 5px 10px 5px 0;
  }

  .footer-copy-right {
    font-size: 11px;
    margin-top: 20px;
  }
}