#main #main-career .career-guideline span[data-i18n="careers.guidelines.location.title"],
#main #main-career .career-guideline span[data-i18n="careers.guidelines.location.title"] + br,
#main #main-career .career-guideline span[data-i18n="careers.guidelines.location.content"],
#main #main-career .career-guideline span[data-i18n="careers.guidelines.location.content"] + br {
  display: none;
}

#main #main-career .padding {
  height: 10px;
}
#main #main-career #main-career-accordion-top-liner {
  margin-top: 0;
}
#main #main-career .career-guideline {
  margin-top: 50px;
}
#main #main-career .career-guideline h3 {
  margin: 15px 0;
  font-size: 15px;
  font-weight: bold;
}
#main #main-career .career-guideline ul {
  margin-left: 20px;
  width: calc(100% - 20px);
  list-style-type: disc;
  list-style-position: outside;
}
#main #main-career .career-guideline ul li {
  margin-top: 0;
  font-family: Noto Serif JP, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.05em;
}
#main #main-career .career-guideline a {
  position: relative;
  display: block;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: "hidden";
  backface-visibility: "hidden";
  -webkit-tap-highlight-color: transparent;
  /*border-radius: 10px;*/
  border: 2px solid #c92828;
  margin: 40px 0;
  width: 350px;
  height: 50px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  /*font-family: Playfair Display, serif;*/
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
  cursor: pointer;
  overflow: hidden;
}
#main #main-career .career-guideline a ::selection {
  background: transparent;
}
#main #main-career .career-guideline a ::-moz-selection {
  background: transparent;
}

/*disable effect on touch devices*/
@media (any-hover: hover) {
  #main #main-career .career-guideline a:hover {
    color: #c92828;
  }

  #main #main-career .career-guideline a:hover::before {
    width: 0%;
    /*background: #fff;*/
  }
}

#main #main-career .career-guideline a::before {
  /*slide in diagonal from left to right*/
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 200%;
    background: #c92828;
    transition: all .3s ease-out;
    transform: skewX(-50deg) translateX(0);
  z-index: -1;
}


@media only screen and (max-width: 766px) {
  #main #main-career .career-guideline a {
    width: 185px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#main #main-about .motto {
  margin-top: 64px;
}
#main #main-about .motto p {
  font-size: 15px;
  line-height: 30px;
  margin-top: 12px;
}
#main #main-about .motto p span.heading {
  display: inline;
  line-height: 30px;
  font-weight: 300;
}
#main #main-about .motto p span#motto-only-qr {
  font-weight: 300;
}
#main #main-team a {
  transition: opacity 0.2s ease-out;
}
#main #main-team a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
}
#main #main-team img.link-icon {
  margin-right: 4px;
}

#main #main-about p.annotation {
  font-size: 13px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #main #main-about .reg-right p {
    text-align: left;
    text-justify: auto;
    letter-spacing: 0.02em;
    word-spacing: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

#apply #apply-form span.jp {
  font-size: 15px;
  font-weight: 300;
  line-height: 45px;
}


#apply #apply-form #apply-submit {
  font-family: Noto Serif JP,serif;
}

#main #main-top #main-top-wrap #main-top-tagline-qr p {
  font-family: Playfair Display, serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

@media only screen and (max-width: 767px) {
  #main #main-top #main-top-wrap #main-top-tagline-qr p {
    font-size: 28px;
    line-height: 36px;
  }
}

#fraud-warning {
  padding: 20px 0;
  font-size: 0.85em;
  color: #555;
}

#fraud-warning .fraud-warning-container {
  max-width: 800px;
  margin: 0 auto;
}

#fraud-warning .fraud-warning-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: bold;
}

#fraud-warning .fraud-warning-content {
  margin: 0;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.1em;
}

#fraud-warning .fraud-warning-content strong {
  font-weight: bold;
}
