@import url("http://fonts.cdnfonts.com/css/bahnschrift");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
a {
  transition: 0.2s ease-in-out;
  color:inherit;

}
a:hover {
  opacity: 0.7;
}

@font-face {
  font-family: "cplogoFont-m";
  src: url("../fonts/Corporate-Logo-Medium-ver2.ttf") format("truetype");
}
@font-face {
  font-family: "cplogoFont";
  src: url("../fonts/Corporate-Logo-Bold-ver2.ttf") format("truetype");
}
html {
  font-size: 62.5%;
}
@media (max-width: 1200px) {
  html {
    font-size: 0.75153846vw;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 2.6666vw;
  }
}

body {
  background: #000;
  font-family: futura-pt, sans-serif, "Noto Sans JP", sans-serif;
}

.bold {
  font-weight: bold;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 101;
  transition: 0.2s ease-in-out;
  padding: 3rem 7rem 4rem;
  position: fixed;
  top: 0;
  left: 0;
}
.header.scroll {
  background: rgba(0, 0, 0, 0.4);
}
.header.UpMove {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .header {
    padding: 1.8rem 1.8rem 1.8rem;
  }
}
.header-top {
  background: none;
}
@media (max-width: 768px) {
  .header-top {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .header-logo {
    width: 46%;
  }
}
.header__nav {
  display: none;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 10;
  padding: 16rem 5rem 2rem;
  overflow-y: scroll;
}
.header__nav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .header__nav {
    padding: 8rem 1rem 2rem;
    width: 100%;
  }
}
.header__nav-ttl {
  font-size: 2rem;
  border-bottom: 0.2rem solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #000;

}
@media (max-width: 768px) {
  .header__nav-ttl {
    font-size: 1.3rem;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000;

  }

}
.header__nav-list {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 768px) {
  .header__nav-list {
    font-size: 1.1rem;
  }
}
.header__nav-lists {
  margin-bottom: 3rem;
}
.header__nav-link {
  color: #000;
}
.header .menu-trigger {
  position: fixed;
  right: 5.2rem;
  top: 0px;
  height: 12rem;
  width: 12rem;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 768px) {
  .header .menu-trigger {
    right: 0;
    top: 0;
    width: 6rem;
    height: 6rem;
  }
}
.header .menu-trigger span {
  background: #fff;
  box-shadow: 0 0 0.5rem #000;
  display: block;
  height: 0.6rem;
  width: 40%;
  left: 30%;
  border-radius: 0.3rem;
}
@media (max-width: 768px) {
  .header .menu-trigger span {
    height: 0.2rem;
  }
}
.header .menu-trigger span:first-child {
  position: absolute;
  top: 3.8rem;
}
@media (max-width: 768px) {
  .header .menu-trigger span:first-child {
    top: 2rem;
  }
}
.header .menu-trigger span:nth-child(2) {
  position: absolute;
  top: calc(50% - 0.3rem);
}
@media (max-width: 768px) {
  .header .menu-trigger span:nth-child(2) {
    top: calc(50% - 0.1rem);
  }
}
.header .menu-trigger span:last-child {
  position: absolute;
  bottom: 3.8rem;
}
@media (max-width: 768px) {
  .header .menu-trigger span:last-child {
    bottom: 2rem;
  }
}
.header .menu-trigger.active span {
  display: block;
  width: 50%;
  background: #000;
  left: 25%;
  box-shadow: none;
}
.header .menu-trigger.active span:first-child {
  top: 6rem;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .header .menu-trigger.active span:first-child {
    top: 3rem;
  }
}
.header .menu-trigger.active span:nth-child(2) {
  top: 6rem;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .header .menu-trigger.active span:nth-child(2) {
    top: 3rem;
  }
}
.header .menu-trigger.active span:last-child {
  opacity: 0;
}

.footer {
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    border-top: 0.1rem solid #fff;
    margin-top: 2rem;
    padding: 1rem 0 0rem;
    flex-direction: column;
  }
  .footer.no-border {
    border: none;
  }
}
.footer a {
  color: #fff;
}
.footer__nav {
  padding: 7.5rem 10rem 2rem;
  max-width: 140rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__nav {
    padding: 2rem 1rem 0;
    flex-direction: column;
  }
}
.footer__nav-lists {
  width: calc(33.3333% - 2rem);
  font-size: 1.5rem;
  margin-bottom: 3.7rem;
}
@media (max-width: 768px) {
  .footer__nav-lists {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.footer__nav-ttl {
  border-bottom: 0.2rem solid #fff;
  font-size: 1.7rem;
  font-family: futura-pt, sans-serif;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer__nav-ttl {
    font-weight: bold;
    position: relative;
    border-bottom: 0.1rem solid #fff;
    padding-left: 0.5rem;
  }
  .footer__nav-ttl:after {
    content: "";
    border-right: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    right: 0.7rem;
    width: 1.2rem;
    height: 1.2rem;
    top: calc(50% - 1.4rem);
  }
  .footer__nav-ttl + ul {
    display: none;
  }
}
.footer__nav-list {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.footer__lisence {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 2.9rem;
}
@media (max-width: 768px) {
  .footer__lisence {
    text-align: left;
    padding: 0 1rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.footer__copyright {
  background: #00573f;
}
.footer__copyright-flex {
  display: flex;
  justify-content: space-between;
  max-width: 140rem;
  margin: 0 auto;
  padding: 2rem 10rem;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .footer__copyright-flex {
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .footer__copyright-privacy {
    margin-bottom: 1rem;
  }
}

#pagetop {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  font-size: 5rem;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  z-index:11;
}
@media (max-width: 768px) {
  #pagetop {
    font-size: 4rem;
    bottom: 1rem;
    right: 1rem;
  }
}

.bg-blue {
  background: #D6E0EF;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .bg-blue {
    padding-bottom: 4rem;
  }
}

.txt__base16 {
  font-size: 1.6rem;
  line-height: 1.8125;
}
.txt__bold {
  font-weight: bold;
}

.module-sec {
  background: #fff;
  max-width: 120rem;
  margin: 0 auto 8rem;
  padding: 7rem 10rem;
}
@media (max-width: 768px) {
  .module-sec {
    padding: 5rem 2rem;
    margin-bottom: 5rem;
  }
}
.module-ttl01 {
  text-align: center;
  color: #fff;
  padding: 19rem 0 15.6rem;
}
@media (max-width: 768px) {
  .module-ttl01 {
    padding: 12.8rem 0 8rem;
  }
}
.module-ttl01__eng {
  font-size: 4.7rem;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .module-ttl01__eng {
    font-size: 3.6rem;
    line-height: 1.3333333333;
  }
}
.module-ttl01__txt {
  font-size: 2.1rem;
  display: block;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .module-ttl01__txt {
    font-size: 1.5rem;
  }
}
.module-ttl01_company {
  background: url("../img/mv_company.png") no-repeat center;
}
@media (max-width: 768px) {
  .module-ttl01_company {
    background-size: 90% auto;
  }
}
.module-ttl01_shop {
  background: url("../img/mv_shop.png") no-repeat center;
}
@media (max-width: 768px) {
  .module-ttl01_shop {
    background: url("../img/mv_shop_sp.png") no-repeat center;
    background-size: cover;
  }
}
.module-ttl01_tc {
  background: url("../img/mv_center.png") no-repeat center;
}
@media (max-width: 768px) {
  .module-ttl01_tc {
    background-size: cover;
    background-position: left;
  }
}
.module-ttl02 {
  text-align: center;
  font-size: 3.9rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .module-ttl02 {
    font-size: 2.7rem;
    margin-bottom: 3rem;
    line-height: 1.4444444444;
  }
}
.module-ttl02__eng {
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
  color: #00573F;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .module-ttl02__eng {
    font-size: 1.4rem;
  }
}
.module-table__lists {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.module-table__lists a {
  color: #00573F;
  text-decoration: underline;
}
.module-table__lists a[target=_blank] {
  padding-right: 2rem;
  background: url("../img/blank.svg") no-repeat right;
}
.module-table__ttl, .module-table__cont {
  border-bottom: 0.1rem solid #AFAFAF;
}
.module-table__ttl.address, .module-table__cont.address {
  border-bottom: none;
}
.module-table__ttl {
  width: 16rem;
  padding: 1.5rem 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .module-table__ttl {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .module-table__ttl:first-child {
    padding-top: 0;
  }
}
.module-table__cont {
  width: calc(100% - 16rem);
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .module-table__cont {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.module-table__cont-link {
  font-weight: bold;
}
.module-table__cont-item {
  margin-bottom: 2rem;
}
.module-table__map {
  width: 100%;
  border-bottom: 0.1rem solid #AFAFAF;
  padding-bottom: 2.4rem;
}
.module-table__map iframe {
  width: 100%;
  height: 36rem;
}
@media (max-width: 768px) {
  .module-table__map iframe {
    height: 13.7rem;
  }
}

.stripe-bg {
  background: url("../img/common/bg_stripe.png") repeat-x top;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .stripe-bg {
    padding: 7rem 3rem 0;
  }
}

.anchor-adjust {
  margin-top: -12rem;
  padding-top: 12rem;
}
@media (max-width: 768px) {
  .anchor-adjust {
    margin-top: -6rem;
    padding-top: 6rem;
  }
}

@keyframes doroon {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -4rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loop-slide1 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes loop-slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.home-mv {
  position: relative;
}
.home-mv video {
  width: 100%;
}
.home-bnr {
  padding: 5rem 11rem 0;
}
@media (max-width: 768px) {
  .home-bnr {
    padding: 0rem;
  }
}
.home-bnr__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .home-bnr__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0.1rem;
    grid-row-gap: 0.1rem;
    background: #fff;
    border: 0.1rem solid #fff;
    grid-auto-flow: column;
  }
}
.home-bnr__logo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-bnr__logo a {
  display: flex;
  width: 100%;
  padding: 2.3rem 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .home-bnr__logo a {
    background: #323232;
    padding: 1.8rem 1rem;
  }
}
@media (max-width: 768px) {
  .home-bnr__img {
    max-height: 3.2rem;
  }
}
@media (max-width: 768px) {
  .home-bnr__img-txt {
    height: 1.7rem;
  }
}

.company-greet__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .company-greet__flex {
    flex-direction: column;
  }
}
.company-greet__flex-thumb {
  width: 38%;
}
@media (max-width: 768px) {
  .company-greet__flex-thumb {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.company-greet__flex-txt {
  width: calc(62% - 6rem);
}
@media (max-width: 768px) {
  .company-greet__flex-txt {
    width: 100%;
  }
}
.company-greet__flex-name {
  margin: 3rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .company-greet__flex-name {
    margin: 1.8rem 0;
  }
}
.company-greet__flex-name span {
  font-size: 2.1rem;
}
.company-greet__flex-btn {
  text-align: center;
}
.company-greet__flex-link {
  background: #00573F;
  color: #fff;
  font-size: 1.6rem;
  width: 27rem;
  display: inline-block;
  padding: 2.1rem 1rem;
  position: relative;
  font-weight: bold;
  border-radius: 0.3rem;
}
@media (max-width: 768px) {
  .company-greet__flex-link {
    width: 80%;
  }
}
.company-greet__flex-link:after {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 2rem;
  content: "";
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  display: block;
  transform: rotate(-45deg);
}

.shop-map {
  text-align: center;
}
.shop-block__logo {
  text-align: center;
  margin-bottom: 6rem;
}
.shop-block__logo img {
  max-width: 22.5rem;
}
@media (max-width: 768px) {
  .shop-block__logo {
    margin-bottom: 3.6rem;
  }
  .shop-block__logo img {
    max-width: 60%;
  }
}
.shop-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.9rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .shop-item {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.shop-item:last-child {
  margin-bottom: 0;
}
.shop-item__thumb {
  width: 34%;
  margin-right: 6%;
}
@media (max-width: 768px) {
  .shop-item__thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.4rem;
  }
}
.shop-item__cont {
  width: 60%;
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media (max-width: 768px) {
  .shop-item__cont {
    width: 100%;
  }
}
.shop-item a {
  color: #00573F;
}
.shop-item__ttl {
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.7rem;
  margin-top: -1rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .shop-item__ttl {
    line-height: 1.4285714286;
    padding-bottom: 1rem;
  }
}
.shop-item__ttl:before {
  content: "";
  border-bottom: 0.1rem solid #AFAFAF;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.shop-item__ttl:after {
  content: "";
  border-bottom: 0.2rem solid #00573F;
  width: 6rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.shop-item__ttl a:after {
  content: "";
  padding-right: 2.5rem;
  background: url("../img/blank.svg") no-repeat right;
}
.shop-item__ttl-link a:after {
  content: "";
  padding-right: 2.5rem;
  background: url("../img/ic_link.svg") no-repeat right;
}
.shop-item__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.6875;
}
.shop-item__info a {
  color: #00573F;
}
.shop-item__tag {
  background: #00573F;
  border-radius: 0.5rem;
  color: #fff;
  font-family: futura-pt, "Noto Sans JP", sans-serif;
  width: 5.8rem;
  margin-right: 1.4rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0.2rem 0;
  margin-bottom: 1.5rem;
}
.shop-item__tag.jpn {
  font-size: 1.2rem;
  padding: 0.5rem 0;
}
.shop-item__tag i {
  font-size: 60%;
  vertical-align: 0.2rem;
  padding-right: 0.2rem;
}
.shop-item__desc {
  width: calc(100% - 8rem);
  margin-bottom: 1.5rem;
}
.shop-item__desc-tag {
  font-size: 1.4rem;
  color: #00573F;
  border: 0.1rem solid #00573F;
  border-radius: 0.5rem;
  padding: 0.1rem 0.8rem;
}
.shop-item__desc a {
  text-decoration: underline;
  word-break: break-all;
}

.privacy-txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: 2.5rem;
}
.privacy-txt + .privacy-ttl {
  margin-top: 6rem;
}
.privacy-txt__midashi {
  font-weight: bold;
  color: #00573F;
}
.privacy-ttl {
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.7rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .privacy-ttl {
    line-height: 1.4285714286;
    padding-bottom: 1rem;
  }
}
.privacy-ttl__sml {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.privacy-ttl:before {
  content: "";
  border-bottom: 0.1rem solid #AFAFAF;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.privacy-ttl:after {
  content: "";
  border-bottom: 0.2rem solid #00573F;
  width: 6rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.privacy-lists__num {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: 2.5rem;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .privacy-lists__num {
    padding-left: 2rem;
  }
}
.privacy-lists__num li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.privacy-lists__dots {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .privacy-lists__dots {
    padding-left: 2rem;
  }
}
.privacy-lists__dots + .privacy-ttl {
  margin-top: 6rem;
}
.privacy-lists__dots li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.privacy-sign {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 6.4rem;
}

.tc-thumb {
  margin-bottom: 5rem;
}
.tc-lead__ttl {
  text-align: center;
  font-size: 3.9rem;
  font-weight: bold;
  margin-bottom: 4rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .tc-lead__ttl {
    font-size: 2.7rem;
    line-height: 1.4444444444;
    margin-bottom: 3rem;
  }
}
.tc-lead__txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .tc-lead__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 8rem;
  }
}
.tc-box {
  max-width: 70rem;
  margin: 0 auto;
}
.tc-goodwood__txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .tc-goodwood__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 3rem;
  }
}
.tc-item__info {
  max-width: 70rem;
  margin: 0 auto 9rem;
}
@media (max-width: 768px) {
  .tc-item__info {
    margin-bottom: 3.5rem;
  }
}
.tc-qa {
  font-size: 1.6rem;
  max-width: 70rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8125;
}
.tc-qa__ttl {
  border-bottom: 1px solid #AFAFAF;
  padding: 1.5rem 3rem 1.5rem 3rem;
  position: relative;
  cursor: pointer;
}
.tc-qa__ttl.open {
  border-bottom: none;
}
.tc-qa__ttl.open:after {
  transform: rotate(-135deg);
  top: 2.5rem;
}
.tc-qa__ttl.first {
  margin-top: -1.5rem;
}
.tc-qa__ttl:before {
  content: "Q.";
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #209DC4;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.tc-qa__ttl:after {
  content: "";
  display: block;
  border-right: 0.2rem solid #4C4C4C;
  border-bottom: 0.2rem solid #4C4C4C;
  position: absolute;
  right: 1rem;
  top: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
}
.tc-qa__cont {
  position: relative;
  padding: 0 0 1.5rem 3rem;
  display: none;
}
.tc-qa__cont.open {
  border-bottom: 1px solid #AFAFAF;
}
.tc-qa__cont:before {
  content: "A.";
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #EF3030;
  position: absolute;
  left: 0;
  top: 0rem;
}

.recruitment {
  padding: 5.5rem 11rem 4rem;
}
@media (max-width: 768px) {
  .recruitment {
    padding: 5rem 2rem 3rem;
  }
}
.recruitment #ducati_open_ctn h3 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.recruitment #ducati_open_ctn h3 img {
  height: 4rem;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .recruitment #ducati_open_ctn h3 {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .recruitment #ducati_open_ctn h3 img {
    display: block;
    margin: 0 auto 1rem;
    width: 33px;
    height: auto;
  }
}
.recruitment #ducati_open_ctn #ducati_open {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #efefef;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .recruitment #ducati_open_ctn #ducati_open {
    padding: 1.8rem 1rem 0.2rem;
    display: block;
  }
  .recruitment #ducati_open_ctn #ducati_open h4.sp {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.recruitment #ducati_open_ctn #ducati_open #ducati_pic {
  width: 35rem;
  max-width: 100%;
  margin-right: 2rem;
}
.recruitment #ducati_open_ctn #ducati_open #ducati_pic li {
  margin-bottom: 1.4rem;
}
@media (max-width: 768px) {
  .recruitment #ducati_open_ctn #ducati_open #ducati_pic {
    margin: 1.5rem auto 0;
  }
}
.recruitment #ducati_open_ctn #ducati_open #ducati_txt {
  flex: 1;
}
.recruitment #ducati_open_ctn #ducati_open #ducati_txt h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.4em;
}
.recruitment #ducati_open_ctn #ducati_open #ducati_txt h5 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.6rem;
  color: #fff;
  background-color: #cb1517;
  padding: 0.5rem;
}
.recruitment #ducati_open_ctn #ducati_open #ducati_txt h6 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #178347;
  border-bottom: 1px solid #178347;
  margin-bottom:1.0rem;
}
.recruitment #ducati_open_ctn #ducati_open #ducati_txt p {
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recruitment #ducati_open_ctn #ducati_open #ducati_txt h5 {
    margin-bottom: 1rem;
  }
  .recruitment #ducati_open_ctn #ducati_open #ducati_txt p {
    line-height: 1.5;
  }
}
.recruitment #comment_ctn {
  margin-top: 3rem;
  border: 1px solid #178347;
  background-color: #d4ffe7;
}
.recruitment #comment_ctn h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5rem;
  background-color: #178347;
  color: #fff;
  background-image: url("/recruitment/images/icon_comment.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3rem;
}
.recruitment #comment_ctn #comment_contents {
  display: flex;
  justify-content: space-between;
  padding: 1.0rem;
}
.recruitment #comment_ctn #comment_contents #comment_contents_pic {
  width: 35rem;
  margin-right: 2rem;
}
.recruitment #comment_ctn #comment_contents #comment_contents_pic li {
  margin-bottom: 1rem;
}
.recruitment #comment_ctn #comment_contents #comment_contents_txt {
  width: calc(100% - 37rem);
  line-height: 1.5;
}
.recruitment #comment_ctn #comment_contents #comment_contents_txt li {
  font-size: 1.4rem;
  list-style: outside disc;
  margin-left: 1.6em;
  margin-bottom: 0.5rem;
}
.recruitment #comment_ctn #comment_contents #comment_contents_txt p {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .recruitment #comment_ctn #comment_contents {
    display: block;
    margin-top: 0.5rem;
    padding: 1rem 1rem 0.8rem;
  }
  .recruitment #comment_ctn #comment_contents #comment_contents_pic {
    width: 100%;
    text-align: center;
  }
  .recruitment #comment_ctn #comment_contents #comment_contents_txt {
    width: 100%;
    margin-top: 1.5rem;
  }
  .recruitment #comment_ctn #comment_contents #comment_contents_txt li {
    margin-left: 1.5rem;
    line-height: 1.5;
  }
}
.recruitment .entry_button {
  text-align: center;
  margin: 5rem auto;
}
.recruitment .entry_button a {
  background-color: #178347;
  color: #fff;
  display: inline-block;
  padding: 1.5rem 10rem;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.2);
}
.recruitment .entry_button a:hover {
  background-color: #27a639;
  transition: 0.5s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .recruitment .entry_button a {
    line-height: 1.35;
    padding: 1.1rem 4rem;
  }
}
.recruitment table.common_table_type1 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 1.4rem;
}
.recruitment table.common_table_type1 th {
  border: 1px solid #178347;
  background-color: #27a639;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 0.8rem;
  line-height: 1.8em;
  white-space: nowrap;
  text-align: left;
}
.recruitment table.common_table_type1 td {
  vertical-align: top;
  border: 1px solid #178347;
  padding: 0.8rem;
  line-height: 1.8em;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .recruitment table.common_table_type1 th {
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 1rem 0.8rem;
  }
  .recruitment table.common_table_type1 td {
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 1rem 0.8rem;
  }
}
.recruitment #recruit_dl {
  margin-top: 1rem;
}
.recruitment #recruit_dl dt {
  font-size: 1.4rem;
  font-weight: bold;
}
.recruitment #recruit_dl dd {
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
}
.recruitment #recruit_dl + p {
  font-size: 1.4rem;
}
.recruitment #guarantee {
  margin-top: 1.5rem;
}
.recruitment #guarantee h4 {
  font-size: 1.4rem;
  font-weight: bold;
}
.recruitment #guarantee li {
  font-size: 1.4rem;
}
.recruitment h3#about_recruitment {
  margin: 5rem 0;
  background-color: #178347;
  color: #ffffff;
  padding: 1rem;
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.recruitment h3#about_recruitment + p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3rem;
}
.recruitment h3#about_recruitment + p a {
  color: #027ABB;
}
@media (max-width: 768px) {
  .recruitment h3#about_recruitment {
    margin-bottom: 1rem;
  }
  .recruitment h3#about_recruitment + p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .recruitment h3#about_recruitment + p + .entry_button {
    margin: 4.8rem auto 5.2rem;
  }
  .recruitment h3#about_recruitment + p + .entry_button a {
    padding: 1.1rem 1rem;
  }
}
.recruitment .catch {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  border: double 3px #178347;
  padding: 2rem 0;
  margin: 5rem 0;
  background-color: #d4ffe7;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recruitment .catch {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 0.5rem;
  }
}
.recruitment #entry_form > a {
  width: 25em;
  display: block;
  padding: 0.5rem;
  position: relative;
  background-color: #eeefef;
  text-align: center;
  border: 1px solid #ccc;
  font-weight: bold;
  text-decoration: none;
  margin-top: 1rem;
  font-size: 1.8rem;
}
.recruitment #entry_button_list {
  display: flex;
  justify-content: center;
}
.recruitment #entry_button_list li {
  width: 30%;
  margin: 0 1.35%;
}
.recruitment #entry_button_list a {
  background-color: #178347;
  color: #fff;
  display: inline-block;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: block;
}
.recruitment #entry_button_list a:hover {
  background-color: #27a639;
  transition: 0.5s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .recruitment #entry_button_list {
    display: block;
  }
  .recruitment #entry_button_list li {
    width: 100%;
    max-width: 23.5rem;
    margin: 0 auto;
  }
  .recruitment #entry_button_list li + li {
    margin-top: 2.5rem;
  }
  .recruitment #entry_button_list a {
    padding: 1.5rem 0.5rem;
  }
}
.recruitment #shop_list {
  margin-top: 5rem;
  border-top: 1px solid #5cb869;
  padding-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.recruitment #shop_list > li {
  box-sizing: border-box;
  width: 33%;
  border-right: 1px solid #27a639;
  border-bottom: 1px solid #27a639;
  padding: 1rem;
  text-align: center;
}
.recruitment #shop_list > li h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.recruitment #shop_list > li img {
  margin-bottom: 1rem;
}
.recruitment #shop_list > li:nth-child(3n) {
  border-right: none;
}
.recruitment #shop_list > li:nth-child(n+4) {
  border-bottom: none;
}
.recruitment #shop_list > li a {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #027ABB;
}
@media (max-width: 768px) {
  .recruitment #shop_list {
    display: block;
    padding-top: 0;
  }
  .recruitment #shop_list > li {
    width: 100%;
    border-right: none;
    padding: 1rem 1rem 0.8rem;
  }
  .recruitment #shop_list > li:nth-child(n+4) {
    border-bottom: 1px solid #27a639;
  }
}

/*2020404612_追記*/

.recruitment-table{
  max-width: 100%;
}
.recruitment-table__ttl{
  width: 20rem;
}
.recruitment-table__cont{
  width: calc(100% - 20rem);
}
.recruit-cta__mail{
  text-align: center;
  font-size: 1.6rem;
  line-height: calc(25/16);
  margin-top: 1.5rem;
}
.recruitment-btn{
  margin-top: 3rem;
}
.recruitment-btn__sticky{
  position: fixed;
  bottom:0rem;
  left:0;
  width: 100%;
  z-index:10;
  padding: 2rem;
  background: rgb(255 255 255 / 0.5);
  box-sizing: border-box;


  
}
.recruitment-btn a,
.recruitment-btn__sticky a{
  background: #005740;
  color:#fff;
  font-size: 2.3rem;
  text-align: center;
  display: block;
  max-width: 100rem;
  padding: 2rem 0;
  margin: 0 auto;
  font-weight: bold;

}
@media (max-width: 768px) {
  .recruitment-table__ttl{
    width: 100%;
  }
  .recruitment-table__cont{
    width: 100%;
    word-break: break-all;
  }
  

  .recruitment-btn__sticky{
    bottom:0rem;
    padding: 1rem 6rem;


    
  }
  .recruitment-btn a,
  .recruitment-btn__sticky a{    
    font-size: 2rem;
    padding: 1rem 0rem;

  }
  .recruit-cta__mail{
    font-size: 1.4rem;
  }
}
/*2020404612_追記ここまで*/
.entry {
  padding: 6rem 12.5rem;
}
@media (max-width: 768px) {
  .entry {
    padding: 5rem 2rem;
  }
}
.entry .recruitment_ctn > p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.entry .recruitment_ctn a {
  color: #21AB38;
  text-decoration: underline;
}
.entry h2#recruitment_title2 {
  background-color: #22ac38;
  color: #ffffff;
  padding: 0.6rem 0.5rem;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .entry h2#recruitment_title2 {
    line-height: 1.75;
    padding: 0.2rem 0.5rem;
  }
}
.entry h2 + p {
  margin: 1.5rem 0 1rem;
}
@media (max-width: 768px) {
  .entry h2 + p {
    margin: 1rem 0 1.5rem;
  }
}
.entry form > p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.entry #form_table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
}
.entry #form_table th {
  background-color: #f6fff7;
  border: 1px solid #aaa;
  vertical-align: top;
  padding: 0.5rem;
  width: 22.8rem;
  font-size: 1.2rem;
  line-height: 2.5;
  text-align: left;
  font-weight: normal;
}
.entry #form_table td {
  border: 1px solid #aaa;
  vertical-align: top;
  padding: 0.5rem;
  background-color: #ffffff;
  line-height: 2.5em;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .entry #form_table th {
    display: block;
    width: 100%;
  }
  .entry #form_table td {
    display: block;
    width: 100%;
  }
}
.entry span {
  color: #f00;
  margin-left: 0.3em;
}
.entry input[type=radio], .entry input[type=checkbox] {
  margin-right: 0.5em;
}
.entry #form_button {
  text-align: center;
}
.entry #form_button li {
  display: inline-block;
  margin-left: 1em;
}
.entry #form_button li input {
  width: 12rem;
  font-size: 1.2rem;
}
.entry .text_area {
  width: 60.2rem;
  height: 15.2rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .entry .text_area {
    width: 100%;
  }
}
.entry .w30 {
  width: 3rem;
}
.entry .w60 {
  width: 6rem;
}
@media (max-width: 768px) {
  .entry .w60 {
    width: 5rem;
  }
}
.entry .w100 {
  width: 10rem;
}
.entry .w150 {
  width: 15rem;
}
@media (max-width: 768px) {
  .entry .w150 {
    width: 8rem;
  }
}
.entry .w200 {
  width: 20rem;
}
@media (max-width: 768px) {
  .entry .w200 {
    width: 16rem;
  }
}
.entry .w400 {
  width: 40rem;
}
@media (max-width: 768px) {
  .entry .w400 {
    box-sizing: border-box;
    width: 100%;
  }
}
.entry .w600 {
  width: 60rem;
}
@media (max-width: 768px) {
  .entry .w600 {
    box-sizing: border-box;
    width: 100%;
  }
}

.mb-160 {
  margin-bottom: 160px;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/*--スライダーの位置とサイズ調整--*/
.slider{
    width:100%;
    margin:0 auto;
}


/*-----------height調整----------*/
.slick-slide{ height:auto!important; }

/*-----------矢印表示----------*/
.slick-next{ right:0!important; }
.slick-prev{ left:0!important; }
.slick-arrow{ z-index:2!important; }

/*# sourceMappingURL=maps/style.css.map */
