@charset "utf-8";

.mt-\[84px\] {
    margin-top: 0!important;
}
@media (min-width: 1024px) {
    .lg\:py-\[120px\] {
        padding-top: 120px;
		padding-bottom: 0!important;
    }
}

.mt-\[64px\] {
    margin-top: 0!important;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 0!important;
}


header {
  background: #fff;
  width: 100%;
  height: 78px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

header .header-inner {
  background: #fff;
  width: 100%;
  height: 78px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-inner #logo {
  width: 180px;
  margin: 0 0 0 36px;
  line-height: 1;
}

header .header-inner #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-inner nav#g-navi {
  display: block;
  height: 100%;
  margin-right: 10px;
  line-height: 1;
}

header .header-inner nav#g-navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-inner nav#g-navi > ul > li {
  display: block;
  position: relative;
  padding: 0 35px;
  white-space: nowrap;
}

header .header-inner nav#g-navi > ul > li a, header .header-inner nav#g-navi > ul > li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  cursor: pointer;
  height: 78px;
}

header .header-inner nav#g-navi > ul > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #001976;
  display: none;
}

header .header-inner nav#g-navi > ul > li ul li {
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-size: 1.5rem;
}

header .header-inner nav#g-navi > ul > li ul li a {
  display: block;
  padding: 20px 40px 20px 20px;
  background: url("https://www.c-s-donkey.com/assets/images/common/ico_arrow_gnav.svg") right 15px center no-repeat;
  background-size: 5px auto;
  color: #fff;
  height: auto;
  font-size: 1rem;
}

header .header-inner nav#g-navi > ul > li ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

header .header-inner nav#g-navi > ul > li:hover > a, header .header-inner nav#g-navi > ul > li:hover > span {
  color: #001976;
}

header .header-inner nav#g-navi > ul > li:hover > a:after, header .header-inner nav#g-navi > ul > li:hover > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #001976;
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .header-inner nav#g-navi > ul > li:last-child {
  padding: 10px 0;
  width: 226px;
}

header .header-inner nav#g-navi > ul > li:last-child a {
  background: url("/common/images/en.jpg") right 20px center no-repeat #001976;
  background-size: 21px auto;
  border-radius: 4px;
  color: #fff;
  height: 58px;
}

header .header-inner nav#g-navi > ul > li:last-child:hover a {
  color: #fff;
}

header .header-inner nav#g-navi > ul > li:last-child:hover a:after {
  display: none;
}

header #menu-btn {
  display: none;
}

@media (max-width: 1279px) {
  header .header-inner {
    padding: 0 5%;
  }
  header .header-inner #logo {
    width: 18%;
    margin: 0;
  }
  header .header-inner nav#g-navi {
    margin-right: 0;
  }
  header .header-inner nav#g-navi > ul > li {
    padding: 0 20px;
    font-size: 1.5vw;
  }
  header .header-inner nav#g-navi > ul > li:last-child {
    padding: 10px 0;
    width: auto;
  }
  header .header-inner nav#g-navi > ul > li:last-child a {
    background-position: right 10px center;
    padding: 0 40px 0 20px;
  }
  header .header-inner nav#g-navi > ul > li ul li {
    font-size: 1.5vw;
  }
}

@media (max-width: 767px) {
  header {
    height: 60px;
  }
  header .header-inner {
    padding: 0 15px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-inner #logo {
    width: 140px;
    margin: 0;
    line-height: 1;
  }
  header .header-inner #logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-inner nav#g-navi {
    background: #F4F4F4;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    margin-right: 0;
    display: none;
  }
  header .header-inner nav#g-navi > ul {
    display: block;
    height: auto;
  }
  header .header-inner nav#g-navi > ul > li {
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-size: 1.1rem;
    border-bottom: 1px solid #D9D9D9;
  }
  header .header-inner nav#g-navi > ul > li a, header .header-inner nav#g-navi > ul > li span {
    display: block;
    height: 100%;
    padding: 25px;
    color: #001976;
  }
  header .header-inner nav#g-navi > ul > li span {
    background: url("https://www.c-s-donkey.com/assets/images/common/ico_arrow_gnav_close.svg") right 25px center no-repeat;
    background-size: 14px auto;
  }
  header .header-inner nav#g-navi > ul > li:last-child {
    padding: 25px;
    width: 100%;
  }
  header .header-inner nav#g-navi > ul > li:last-child a {
    background: url("https://www.c-s-donkey.com/assets/images/common/ico_arrow_white.svg") right 20px center no-repeat #001976;
    background-size: 21px auto;
    border-radius: 10px;
    height: 67px;
    line-height: 67px;
  }
  header .header-inner nav#g-navi > ul > li ul {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: none;
  }
  header .header-inner nav#g-navi > ul > li ul li {
    font-size: 14px;
  }
  header .header-inner nav#g-navi > ul > li ul li a {
    padding: 20px 20px 20px 35px;
    background: url("https://www.c-s-donkey.com/assets/images/common/ico_arrow_gnav.svg") right 25px center no-repeat;
    background-size: 5px auto;
    font-size: 16px!important;
  }
  header .header-inner nav#g-navi > ul > li.open span {
    background-image: url("https://www.c-s-donkey.com/assets/images/common/ico_arrow_gnav_open.svg");
  }
  header .header-inner nav#g-navi > ul > li:hover > a:after, header .header-inner nav#g-navi > ul > li:hover > span:after {
    display: none;
  }
  header #menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 15px;
    cursor: pointer;
    display: block;
  }
  header #menu-btn > span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  header #menu-btn > span span {
    display: block;
    width: 100%;
    height: 2px;
    background: #001976;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  header #menu-btn > span span:first-child {
    top: 6px;
  }
  header #menu-btn > span span:nth-child(2) {
    top: 13px;
    opacity: 1;
  }
  header #menu-btn > span span:nth-child(3) {
    top: 20px;
  }
  header #menu-btn.open > span span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
  }
  header #menu-btn.open > span span:first-child {
    top: 13px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #menu-btn.open > span span:nth-child(2) {
    opacity: 0;
  }
  header #menu-btn.open > span span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}





/**********************************************************
		footer
********************************************************/
footer {
  background: #F0F0F0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

footer .inner {
  padding: 50px 0;
  text-align: center;
}

footer .inner #footer-logo {
  width: 266px;
  margin: 0 auto 30px;
}

footer .inner #footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

footer .inner #footer-sns li {
  margin: 0 15px;
  width: 30px;
  height: 30px;
}

footer .inner #footer-sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

footer .inner #footer-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .inner #footer-navi ul li {
  margin: 0 15px;
}

footer #copyright {
  background: #001976;
  padding: 20px 0;
}

footer #copyright small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: .8rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  footer .inner {
    padding: 50px 15px;
    /* background: #F0F0F0; */
  }
  footer .inner #footer-logo {
    width: 215px;
  }
  footer .inner #footer-navi ul {
    display: block;
  }
  footer .inner #footer-navi ul li {
    margin: 0 0 15px;
  }
  footer .inner #footer-navi ul li:last-child {
    margin: 0;
  }
  footer #copyright small {
    font-size: 11px;
    /* font-size: 1.1rem; */
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
  }
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  z-index: 500;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#pagetop.show {
  opacity: 1;
}
