.image img {
  max-width: 100%;
  height: auto;
}

.r-wrap {
  background: url(/jp/about/company/global_cs/recruit/img/common/img_intro_bg.svg) no-repeat right top / auto;
}

.cmn-inner {
  max-width: 1110px;
  padding: 0 20px;
  box-sizing: content-box;
  margin-inline: auto;
}

.sec {
  overflow: hidden;
}

.ff-din {
  font-family: 'DINNextLTPro-HeavyItalic', sans-serif;
}

.ff-din-basic {
  font-family: "DIN Next LT Pro", sans-serif;
}

.r-fv {
  position: relative;
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.r-fv__bg {
  position: absolute;
  inset: 0;
}

.r-fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #333333;
  opacity: .5;
}

.r-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r-fv__ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFF;
}

.r-fv__ttl-main {
  font-size: 40px;
  font-weight: 700;

}

.r-fv__ttl-sub {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.heading-01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.heading-01__en {
  width: fit-content;
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 64px;
  line-height: 0.8;
  color: #FFF;
}

.heading-01__jp {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}

.heading-02 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.024em;
  color: #DC1E37;
  position: relative;
  width: fit-content;
  margin-bottom: 120px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.heading-02::before {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1 / 1;
  background-color: #DC1E37;
  border-radius: 50%;
  margin-right: 16px;
  margin-bottom: 0.1em;
}

.heading-02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
  width: 100vw;
  height: 1px;
  background-color: #DC1E37;
}

.heading-02__en {
  font-weight: 700;
  font-size: 64px;
  display: inline-block;
  font-family: 'DINNextLTPro-HeavyItalic', sans-serif;
  color: inherit;
  margin-left: 37px;
  vertical-align: middle;
}

.heading-03 {
  font-size: 40px;
  font-weight: 700;
  color: #DC1E37;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.heading-03__wrap {
  text-align: center;
  margin-bottom: 53px;
}

.heading-03__num {
  font-size: 30px;
  font-family: 'DINNextLTPro-HeavyItalic', sans-serif;
  font-weight: 700;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  color: #DC1E37;
  line-height: 1;
}

.heading-03__num::before, .heading-03__num::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 90px;
  height: 1px;
  background-color: #DC1E37;
}

.heading-03__num::before {
  left: calc(100% + 29px);
}

.heading-03__num::after {
  right: calc(100% + 29px);
}

.heading-03__txt {
  font-size: 16px;
  font-weight: 400;
}

.heading-03__txt strong {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}

.heading-04 {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 93px;
}

.heading-04__txt {
  font-size: 40px;
  font-weight: 700;
  color: #DC1E37;
  position: relative;
}

.heading-04__txt::before,
.heading-04__txt::after {
  content: "";
  position: absolute;
}

.heading-04__txt::before {
  left: 0;
  top: calc(100% + 10px);
  width: 160px;
  height: 4px;
  background-color: #C1C1C1;
  opacity: .4;
}

.heading-04__txt::after {
  left: 0;
  top: calc(100% + 10px);
  width: 56px;
  height: 4px;
  background-color: #DC1E37;
}

.btn-01 {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  min-width: 260px;
  padding: 10px 28px 10px 60px;
  background-color: #DC1E37;
  color: #FFF !important;
  text-align: left;
  min-height: 76px;
  font-size: 22px;
  font-weight: 500;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.btn-01::after {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  background: url(/jp/about/company/global_cs/recruit/img/common/icon-btn-arrow.svg)no-repeat center center / contain;
  transition: all 0.3s ease;
}

.btn-02 {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  background-color: #DC1E37;
  min-width: 414px;
  height: 110px;
  box-sizing: border-box;
  padding: 10px 40px 10px 56px;
}

.btn-02__inner {
  font-size: 20px;
  font-weight: 700;
  color: #FFF !important;
  text-align: left;
}

.btn-02__inner .ff-din {
  font-size: 39px;
  display: inline-block;
  margin-right: 20px;
}

.btn-02::after {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  background: url(/jp/about/company/global_cs/recruit/img/common/icon-btn-arrow.svg)no-repeat center center / contain;
}

.btn-03 {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  background-color: #DC1E37;
  min-width: 414px;
  height: 68px;
  box-sizing: border-box;
  padding: 10px 40px 10px 56px;
  transition: all 0.3s ease;
}

.btn-03.is-min {
  width: fit-content;
  min-width: auto;
  gap: 24px;
  padding: 10px 24px 10px 20px;
  height: 56px;
}

.btn-03__inner {
  font-size: 14px;
  font-weight: 700;
  color: #FFF !important;
  text-align: center;
}

.btn-03__inner .ff-din {
  font-size: 39px;
  display: inline-block;
  margin-right: 20px;
}

.btn-03::after {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  background: url(/jp/about/company/global_cs/recruit/img/common/icon-btn-arrow.svg)no-repeat center center / contain;
  transition: all 0.3s ease;
}

.m-lyt-01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.m-lyt-01__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.m-lyt-01__box {
  background-color: rgba(200, 30, 55, .1);
  border-radius: 5px;
  padding: 20px 32px 24px;
}

.m-lyt-01__box-ttl {
  background-color: #DC1E37;
  color: #FFF;
  width: fit-content;
  border-radius: 30px;
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
  line-height: 1.5;
  padding: 7px 18px 8px;
  margin-bottom: 13px;
}

.m-lyt-01__box-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.m-lyt-01__box-list li {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 1.6em;
  position: relative;
}

.m-lyt-01__box-list li::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 24px;
  aspect-ratio: 1 / 1;
  background: url(/jp/about/company/global_cs/recruit/img/common/icon_list_mark.svg) no-repeat center center / contain;
}

.m-lyt-02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 6%;
}

.m-lyt-02__ttl {
  font-size: 20px;
  font-weight: 700;
  color: #DC1E37;
  margin-bottom: 15px;
}

.m-lyt-02__ttl-icon {
  display: inline-block;
  margin-right: 20px;
}

.m-lyt-02__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.m-lyt-03 {
  border-radius: 20px;
  background-color: #F5F5F5;
  padding: 35px 36px 40px;
}

.m-lyt-03__ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.m-lyt-03__img {
  text-align: center;
}

.m-lyt-03__note {
  font-size: 12px;
  width: fit-content;
  margin-left: auto;
  line-height: 1.5;
  margin-top: 15px;
}

.entry {
  background: url(/jp/about/company/global_cs/recruit/img/common/img_entry_bg.png)no-repeat center center / cover, #191919;
  padding: 80px 0;
}

.entry__unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.entry__btn-wrap {
  width: 100%;
  text-align: center;
}

@media screen and (min-width:661px) {
  .pc-none {
    display: none;
  }

  .entry__unit {
    padding: 0 67px 0 22px;
    box-sizing: border-box;
  }

  .entry__unit-item:nth-child(1) {
    padding-right: 20px;

  }

  .entry__unit-item:nth-child(1) .heading-01__en {
    font-size: 100px;
  }

  .btn-01:hover {
    text-decoration: none;
    opacity: .8;
  }

  .btn-01:hover::after {
    transform: translateX(5px);
  }

  .btn-03:hover {
    opacity: .8;
    text-decoration: none;
  }

  .btn-03:hover::after {
    transform: translateX(5px);
  }
}

@media screen and (max-width:945px) {
  .entry__unit {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .entry__unit-item:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width:660px) {
  .sp-none {
    display: none;
  }

  .heading-02 {
    font-size: 18px;
    margin-bottom: 60px;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    padding-left: 32px;
  }

  .heading-02::before {
    width: 12px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .heading-02__en {
    display: block;
    font-size: 40px;
    line-height: 1.5;
    margin-left: 0;
  }

  .heading-02::after {
    left: calc(100% + 20px);
  }

  .heading-03__wrap {
    margin-bottom: 30px;
  }

  .heading-03 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .heading-03__txt {
    font-size: 14px;
  }

  .heading-03__txt strong {
    font-size: 16px;
  }

  .btn-01 {
    min-width: 200px;
    height: 60px;
    font-size: 18px;
    padding: 10px 20px 10px 40px;
  }

  .btn-02 {
    min-width: auto;
    width: min(96%, 441px);
    padding: 10px 20px 10px 32px;
  }

  .btn-03 {
    width: min(100%, 414px);
    min-width: auto;
    padding: 10px 30px 10px 30px;
  }

  .heading-01__en {
    font-size: 48px;
  }

  .heading-01__jp {
    font-size: 18px;
  }

  .heading-04 {
    gap: 16px;
    margin-bottom: 60px;
  }

  .heading-04__txt {
    font-size: 24px;
  }

  .heading-04__txt::before {
    height: 2px;
    width: 120px;
  }

  .heading-04__txt::after {
    height: 2px;
    width: 40px;
  }

  .r-fv {
    min-height: 200px;
  }

  .r-fv__ttl-main {
    font-size: 30px;
  }

  .r-fv__ttl-sub {
    font-size: 16px;
  }

  .m-lyt-01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .m-lyt-01__txt {
    font-size: 16px;
  }

  .m-lyt-01__box {
    padding: 20px;
  }

  .m-lyt-01__box-ttl {
    font-size: 14px;
    padding: 6px 14px 7px;
  }

  .m-lyt-01__box-list li {
    font-size: 14px;
  }

  .m-lyt-01__box-list li::after {
    width: 18px;
  }

  .m-lyt-02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }

  .m-lyt-02__ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .m-lyt-02__ttl-icon {
    width: 70px;
    margin-right: 16px;
  }

  .m-lyt-02__txt {
    font-size: 14px;
  }

  .m-lyt-03 {
    padding: 15px;
    border-radius: 10px;
  }

  .m-lyt-03__ttl {
    font-size: 18px;
  }

  .entry .heading-01__jp {
    text-align: center;
  }
}