@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://use.typekit.net/zkq2emd.css");
body {
  margin: 0;
}

.top-header {
  display: block;
  width: 100%;
  height: 33.5vw;
  position: relative;
  text-align: center;
}

.header-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 1;
  background: url(../img/kv_dot.png) repeat 0 0;
  background-size: 5px 5px;
}

.header-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

h1.top_ttl {
  position: absolute;
  color: white;
  z-index: 2;
  font-family: rift, sans-serif;
  letter-spacing: 2px;
  font-size: 60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 45%;
}

img.top-header-image {
  width: 100%;
  height: 100%;
}

.js-top-parent {
  background: url(../img/recruit-jp/h-stripe.png);
  background-size: 80%;
  background-position: -100% 0vw;
  background-repeat: no-repeat;
  padding: 60px 0px 80px;
}

.js-top-ttl-parent {
  width: 800px;
  margin: auto;
}

.js-top-section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.js-top-section h1 {
  color: #ac1821;
  font-size: 90px;
  margin: 0;
  font-family: rift, sans-serif;
  line-height: 1;
}

.js-top-section p {
  color: #ac1821;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 4px;
  font-weight: bold;
}

p.js-single-text {
  font-size: 15px;
  width: 100%;
  margin: auto;
  line-height: 1.7;
  margin-top: 20px;
}

.js-main {
  width: 800px;
  margin: 90px auto;
}

p.single-ttl {
  background: #ac1821;
  width: 70%;
  padding: 5px 30px;
  color: white;
  font-family: "Noto Sans JP";
}

.t-single {
  width: 555px;
  padding: 10px 0px 70px;
}

p.single-cont {
  width: 90%;
  margin: auto;
  font-size: 15px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-single {
  background: url(../img/recruit-jp/stripe.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.i-single {
  width: 550px;
  padding-bottom: 70px;
}

img.content-img {
  width: 100%;
  margin-top: -50px;
}

.job-class h3 {
  color: #ac1821;
  border-bottom: 2px solid #ac1821;
  padding-bottom: 10px;
  font-size: 20px;
  letter-spacing: 1px;
}

.jc-single {
  padding: 21px 0px;
}

.no-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #ac1821;
}

p.no {
  background: #ac1821;
  padding: 6px 12px;
  color: white;
  margin: 0;
}

p.ttl {
  padding-left: 10px;
  color: #ac1821;
  margin: 0;
  font-family: "Noto Sans JP";
  font-size: 17px !important;
}

.jc-single p {
  font-family: "Noto Sans JP";
  font-size: 15px;
}

.img-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

img.jc-img {
  width: 390px;
}

a.navlink::after {
  background: none !important;
}

/* charm  */

.charm-single {
  height: 17vw;
}

a.navlink3 {
  text-decoration: none;
}

/* charm  */

.inquiry {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto;
}

.inquiry h3 {
  font-size: 30px;
  color: #ac1821;
}

.in-btn {
  width: 370px;
  height: 60px;
  margin: 20px auto;
  background: #ac1821;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.8s ease-in-out;
  border-radius: 0px;
  border: none;
}

.in-btn:hover {
  width: 370px;
  height: 60px;
  margin: 20px auto;
  background: white;
  color: #ac1821 !important;
  border: 1px solid #ac1821;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  animation: breath 1800ms linear infinite;
  box-shadow: 0px 0px 8px #ac1821;
}

@keyframes breath {
  25% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.05);
  }
}

.in-tx {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.in-btn:hover .in-tx {
  color: #ac1821;
}

.in-btn:hover .in-tx::before {
  content: url(../img/mail-icon_hvr.png);
  display: inline-block;
  height: 12px;
  width: 20px;
  padding: 0px 12px;
  transform: scale(0.9);
}

p.in-tx::before {
  content: url(../img/mail-icon.png);
  display: inline-block;
  height: 12px;
  width: 20px;
  padding: 0px 12px;
  transform: scale(0.9);
}
