@charset "UTF-8";
/* COMMON CSS FOR RECRUIT PAGES */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");

:root {
  --p-color: #a2201c;
  --color: #0c0c0c;
  --outfit: "Outfit", sans-serif;
  --notosan: "Noto Sans JP", sans-serif;
}
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.content-wrap * {
  color: var(--color);
  font-family: var(--notosan);
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h2 {
  background: none;
}
::selection {
  color: #000;
  background: #f2f2f2;
}
area {
  cursor: pointer;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
.mt140 {
  margin-top: 140px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb140 {
  margin-bottom: 140px;
}

/* padding */
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
.pt120 {
  padding-top: 120px;
}
.pt140 {
  padding-top: 140px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb140 {
  padding-bottom: 140px;
}
.u-ta-r {
  text-align: right;
}
.u-ta-c {
  text-align: center;
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.bd-r {
  border-radius: 30px;
}
.bd-rl {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.bd-rr {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
table th {
  background: #f1f1f1;
}
table th,
table td {
  border: 1px solid #e6e6e6;
}
.txt-link {
  color: #b1000e;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px solid #b1000e;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.bg {
  background: #fff;
  padding: 80px 100px;
}

.bg-color {
  background: var(--p-color);
}
.bg-shade {
  background: url("/recruit/career/img/bg_shade.png") no-repeat center top;
  background-size: cover;
  padding: 120px 0;
}
.listtype-disc {
  padding-left: 20px;
}
.listtype-disc li {
  margin-bottom: 12px;
  line-height: 1.5;
  list-style-type: disc;
}
.listtype-disc li:last-child {
  margin-bottom: 0;
}
.listtype-disc li::marker {
  color: #b1000e;
  font-size: 12px;
}
.remarks {
  color: #b1000e;
}

.btn-icon {
  display: inline-block;
  background: url("/recruit/career/img/btn_arrow.svg") no-repeat center left 53%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  background-size: 100%;
}
.btn-icon.black {
  background: url("/recruit/career/img/btn_arrow_black.svg") no-repeat center
    left 53%;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100%;
}
.btn-icon.link {
  background: url("/recruit/career/img/btn_link.svg") no-repeat center left 53%;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100%;
}
.btn-icon.career {
  background: url("/recruit/career/img/btn_careersupport.svg") no-repeat center
    left 53%;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100%;
}
.link-blk {
  position: relative;
}
p {
  line-height: 2;
}
section {
  padding: 100px 0;
}
img {
  width: 100%;
}
.txt-small {
  font-size: 14px;
}
.content-wrap a,
.content-wrap a:link {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
main a img {
  transition: all 0.3s;
}
main a:hover img {
  opacity: 0.75;
}
/* breadcrumbs */
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  font-size: 12px;
  color: #fff;
}
.breadcrumbs .inner {
  width: 1275px;
  max-width: 100%;
}
.breadcrumbs {
  display: block;
  padding: 10px 0 0 0;
}
.breadcrumbs .list {
  flex-wrap: wrap;
  letter-spacing: -0.5px;
}
.breadcrumbs a {
  cursor: pointer;
}
.breadcrumbs a:hover {
  font-weight: 700;
}
.breadcrumbs span {
  cursor: default;
}
/* pagemv */
.sec-pagemv .sec-pagemv_blk {
  width: 1275px;
  margin: 0 auto;
}

.sec-pagemv .pagemv-ttl {
  color: #fff;
  background: none;
  text-align: center;
  font-size: 16px;
  font-family: var(--outfit);
  padding: 50px 0 80px 0;
}
.sec-pagemv .pagemv-ttl__ja {
  color: #fff;
  background: none;
  font-size: 40px;
  font-weight: 500;
  padding: 0;
}
.sec-pagemv .pagemv-ttl__ja.top {
  font-size: 16px;
}
.sec-pagemv .pagemv-txt {
  font-size: 14px;
  color: #fff;
  margin-top: 48px;
  max-width: 560px;
}

.sec-pagemv .sec-pagemv_blk .mv-gazou {
  width: 613px;
  position: absolute;
  right: 0;
  top: 60px;
}
/* layout */
.inner {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.start {
  align-items: flex-start;
}
.flex.stretch {
  align-items: stretch;
}
.blk__container {
  width: 996px;
  max-width: 100%;
  margin: 0 auto;
}
/* title */
.sec-ttl {
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #000000;
  font-family: var(--outfit);
  background: none;
  margin: 0 0 60px 0 !important;
  padding: 0;
}
.sec-ttl__ja {
  display: block;
  color: #979797;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
}
.subttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto 60px auto;
  position: relative;
}
.subttl::after {
  position: absolute;
  width: 60px;
  height: 1px;
  margin: 0 auto;
  background: #b1000e;
  left: 0;
  right: 0;
  bottom: -20px;
  content: "";
}
.subttl.en {
  font-family: var(--outfit);
  font-size: 32px;
  font-weight: normal;
}
.subttl.v2 {
  margin-bottom: 30px;
  font-size: 24px;
  padding-left: 32px;
}
.subttl.v2::after {
  left: 0;
  top: 50%;
  bottom: 0;
  width: 20px;
  margin: 0;
}

.lbl-ttl {
  font-weight: 300;
  color: #b1000e;
  font-family: var(--outfit);
  display: block;
}
.sec-ttl.c-white,
.sec-ttl.c-white .sec-ttl__ja,
.subttl.c-white,
.subttl.c-white .lbl-ttl,
.txt.c-white,
.ttl.c-white,
.ttl.c-white .lbl-ttl {
  color: #fff;
}
.ttl {
  font-size: 24px;
  font-weight: 500;
}
.lbl-ttl {
  font-size: 14px;
  font-weight: 300;
}
.blk-ttl {
  color: var(--p-color);
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 24px;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
  margin: 0 auto 60px 0;
}
.blk-ttl::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 116px;
  height: 2px;
  background: var(--p-color);
  content: "";
}
.sec-talentbook {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  padding: 120px 0;
}
.sec-talentbook .gazou {
  width: 400px;
  max-width: 80%;
}
/* END OF COMMON CSS FOR RECRUIT PAGES */

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .content-wrap * {
    font-size: 1.4vw;
  }
  .mt140 {
    margin-top: 12vw;
  }
  .mt60 {
    margin-top: 5.2vw;
  }
  .blk__container {
    max-width: 95%;
    margin: 0 auto;
  }
  .bd-r {
    border-radius: 3vw;
  }
  .bd-rl {
    border-top-left-radius: 3vw;
    border-bottom-left-radius: 3vw;
  }
  .bd-rr {
    border-top-right-radius: 3vw;
    border-bottom-right-radius: 3vw;
  }

  section {
    padding: 12.3vw 0;
  }
  .inner {
    padding: 0 1.8vw;
    box-sizing: border-box;
  }
  .sec-ttl {
    font-size: 7vw;
    margin: 0 0 5.2vw 0 !important;
  }
  .sec-ttl__ja {
    font-size: 1.6vw;
  }
  .subttl,
  .page-content .subttl {
    font-size: 2.8vw;
  }
  .blk-ttl {
    font-size: 2.8vw;
  }
  .sec-pagemv::after {
    height: 10.5vw;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .sec-pagemv .sec-pagemv_blk {
    max-width: 100%;
  }
  .sec-pagemv .pagemv-txt {
    font-size: 1.2vw;
    margin-top: 4.2vw;
    max-width: 47vw;
  }
  .sec-pagemv .sec-pagemv_blk .mv-gazou {
    top: 5.3vw;
    width: 49vw;
    position: relative;
    top: auto;
    right: auto;
    width: 50%;
  }
  .btn-icon {
    width: 4.4vw;
    height: 4.4vw;
    background-size: 4.4vw;
    right: 3.5vw;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  .bg {
    padding: 40px 20px;
  }
  .bg-shade {
    background: url("/recruit/career/img/bg_shade.png") no-repeat center top;
    background-size: cover;
    padding: 60px 0;
  }
  .btn-icon {
    width: 50px;
    height: 50px;
    right: 20px;
    background-size: cover;
  }
  .btn-icon.black,
  .btn-icon.link {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .bd-r {
    border-radius: 10px;
  }
  .breadcrumbs .inner {
    padding-right: 60px;
  }
  .breadcrumbs a {
    letter-spacing: 0;
  }
  .content-wrap * {
    font-size: 14px;
    line-height: 2;
  }
  .mt-sp0 {
    margin-top: 0;
  }
  .mt-sp20 {
    margin-top: 20px;
  }
  .mt-sp30 {
    margin-top: 30px;
  }
  .mt-sp40 {
    margin-top: 40px;
  }
  .mt-sp50 {
    margin-top: 50px;
  }
  .mt-sp60 {
    margin-top: 60px;
  }
  .mt-sp80 {
    margin-top: 80px;
  }
  .mt-sp100 {
    margin-top: 100px;
  }
  .mb-sp30 {
    margin-bottom: 30px;
  }
  .mb-sp40 {
    margin-bottom: 40px;
  }
  .mb-sp60 {
    margin-bottom: 60px;
  }
  .mb-sp80 {
    margin-bottom: 80px;
  }
  .mb-sp100 {
    margin-bottom: 100px;
  }

  /* padding */
  .pt-sp0 {
    padding-top: 0;
  }
  .pt-sp20 {
    padding-top: 20px;
  }
  .pt-sp30 {
    padding-top: 30px;
  }
  .pt-sp40 {
    padding-top: 40px;
  }
  .pt-sp50 {
    padding-top: 50px;
  }
  .pt-sp60 {
    padding-top: 60px;
  }
  .pt-sp80 {
    padding-top: 80px;
  }
  .pt-sp100 {
    padding-top: 100px;
  }
  .pb-sp30 {
    padding-bottom: 30px;
  }
  .pb-sp40 {
    padding-bottom: 40px;
  }
  .pb-sp60 {
    padding-bottom: 60px;
  }
  .pb-sp80 {
    padding-bottom: 80px;
  }
  .pb-sp100 {
    padding-bottom: 100px;
  }
  .u-ta-l-sp {
    text-align: left;
  }
  .blk__container {
    max-width: 100%;
    margin: 0 auto;
  }
  .sec-ttl {
    font-size: 42px;
    line-height: 1.4;
    margin: 0 0 40px 0 !important;
  }
  .sec-ttl__ja {
    font-size: 14px;
    padding: 0;
  }
  .blk-ttl {
    font-size: 22px;
    margin: 0 auto 30px 0;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .subttl {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: left;
  }
  .subttl::after {
    content: none;
  }
  .subttl.v2 {
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 22px;
  }
  .subttl.v2::after {
    width: 14px;
    bottom: -14px;
    content: "";
  }

  .lbl-ttl {
    font-size: 12px;
    line-height: 1.4;
  }
  section {
    padding: 80px 0;
  }
  .sec-pagemv .sec-pagemv_blk {
    width: 100%;
  }
  .sec-pagemv .sec-pagemv_blk .mv-gazou {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  .sec-pagemv .pagemv-ttl {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 30px 0;
  }
  .sec-pagemv .pagemv-ttl__ja {
    font-size: 24px;
  }
  .sec-pagemv .pagemv-txt {
    margin-top: 30px;
  }
  .sec-pagemv::after {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    height: 60px;
  }
  .sec-pagemv .mv-gazou {
    position: relative;
    max-width: 90%;
    display: block;
    margin: 40px 0 0 auto;
  }
  .inner {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .flex {
    flex-direction: column;
  }
  .sec-talentbook {
    padding: 60px 0 100px 0;
  }
}
