@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Wire+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
/* Reset
---------------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  zoom: 1;
}

header, footer, main, nav, article, aside, section {
  display: block;
}

ul, ol {
  list-style-type: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

hr {
  display: none;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

a {
  outline: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear-both {
  clear: both;
}

/* For IE 6/7 */
.clearfix {
  zoom: 1;
}

/* Base
---------------------------------------------------------------------*/
* {
  font-style: normal;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
    line-height: 2;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1300px;
    font-size: 1rem;
    line-height: 2;
  }
}
body a {
  color: #000;
  text-decoration: none;
}

button, input {
  font-family: "Noto Sans JP", sans-serif;
}

/* Header
---------------------------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
.header-logo a {
  display: flex;
  align-items: flex-end;
}
.header-logo-main {
  display: block;
  width: 232px;
  height: 60px;
  text-indent: -9999px;
  background-image: url("/recruit/img/common/logo_w.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .header-logo-main {
    width: 180px;
    height: 46px;
    background-image: url("/recruit/img/common/logo.png");
  }
}
.top .header-logo-main {
  background-image: url("/recruit/img/common/logo.png");
}
.header-logo-recruit {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0 0 5px 25px;
}
@media screen and (max-width: 768px) {
  .header-logo-recruit {
    font-size: 1rem;
    color: #b40014;
    margin: 0 0 3px 10px;
  }
}
.top .header-logo-recruit {
  color: #b40014;
}
@media screen and (max-width: 768px) {
  .header-gnav {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 40px 0 20px;
    background-color: #dc0032;
    border-radius: 16px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
  }
  .header-gnav.is-active {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .header-gnav {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header-gnav-list {
    padding: 0 8%;
  }
  .header-gnav-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .header-gnav-list li a {
    display: block;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .header-gnav-list {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 2em;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .header-gnav-list li {
    margin: 0 7px;
  }
  .header-gnav-list li a {
    display: block;
    font-size: 0.90625rem;
    font-weight: 500;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 2em;
    transition: all .5s;
  }
  .header-gnav-list li a:hover {
    color: #fff;
    background-color: #f00;
  }
  .header-gnav-list li.is-current a {
    color: #fff;
    background-color: #f00;
  }
}
.header-entry {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .header-entry {
    background-color: #b40014;
    margin: 20px 0 0;
  }
}
.header-entry-btn {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  line-height: 1;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .header-entry-btn {
    font-size: 1.25rem;
    text-align: center;
    padding: 20px 30px 10px;
  }
}
@media screen and (min-width: 769px) {
  .header-entry-btn {
    font-size: 1.625rem;
    padding: 15px 50px;
    border-radius: 2em;
    background: #b40014;
    background: linear-gradient(124deg, #b40014 0%, #b40014 60%, #dc0032 60%, #dc0032 100%);
  }
}
@media screen and (min-width: 769px) {
  .header-entry-slide {
    position: absolute;
    right: 0;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
  }
}
.header-entry-inner {
  background-color: #b40014;
}
@media screen and (max-width: 768px) {
  .header-entry-inner {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header-entry-inner {
    padding-bottom: 25px;
    border-radius: 16px;
    overflow: hidden;
  }
}
.header-entry-list {
  padding: 20px 30px 25px;
}
@media screen and (max-width: 768px) {
  .header-entry-list {
    padding: 0 8% 20px;
    border-radius: 0;
  }
}
.header-entry-list li {
  border-bottom: 1px solid #fff;
}
.header-entry-list li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .header-entry-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.header-entry-list li a {
  display: block;
  font-size: 1.0625rem;
  color: #fff;
  white-space: nowrap;
  padding-right: 40px;
  background-image: url("/recruit/img/common/ic_blank_w.png");
  background-repeat: no-repeat;
  background-position: right center;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .header-entry-list li a {
    font-size: 0.875rem;
    background-size: 14px auto;
  }
}
.header-entry-list li a:hover {
  opacity: .7;
}
@media screen and (min-width: 769px) {
  .header-entry:hover .header-entry-btn {
    opacity: .7;
  }
  .header-entry:hover .header-entry-slide {
    opacity: 1;
    visibility: visible;
  }
}
.header-entry-career {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all .5s;
}
.header-entry-career a {
  display: block;
  color: #b40014;
  padding: 5px 30px;
  background-image: url("/recruit/img/common/ic_blank_r.png");
  background-repeat: no-repeat;
  background-position: right 30px center;
}
@media screen and (max-width: 768px) {
  .header-entry-career a {
    padding: 5px 8%;
    background-size: 14px auto;
    background-position: right 8% center;
  }
}
.header-entry-career:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .header-bm {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: #dc0032;
    transition: all .5s;
    cursor: pointer;
    z-index: 101;
  }
  .header-bm-trigger {
    position: relative;
    width: 100%;
    height: 24px;
    margin: 0 auto;
    transform: translateY(0);
    transition: all .5s;
  }
  .header-bm-trigger > span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .5s;
  }
  .header-bm-trigger > span:nth-of-type(1) {
    top: 4px;
  }
  .header-bm-trigger > span:nth-of-type(2) {
    top: 14px;
  }
  .header-bm-trigger.is-active {
    transform: translateY(5px);
  }
  .header-bm-trigger.is-active > span {
    background-color: #fff;
  }
  .header-bm-trigger.is-active > span:nth-of-type(1) {
    transform: translateY(0) rotate(-45deg);
  }
  .header-bm-trigger.is-active > span:nth-of-type(2) {
    transform: translateY(-10px) rotate(45deg);
  }
  .header-bm-trigger.is-active > span:nth-of-type(3) {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .header-bm {
    display: none;
  }
}

/* Pagetop
---------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  bottom: 140px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  transition: all .5s;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 110px;
    right: 10px;
    width: 30px;
  }
}
.pagetop.is-show {
  visibility: visible;
  opacity: 1;
}

/* Footer
---------------------------------------------------------------------*/
.footer {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15px;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-l {
  display: flex;
  align-items: flex-end;
}
.footer-r {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer-r {
    flex-direction: column;
  }
}
.footer-nav {
  font-size: 0.875rem;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    font-size: 0.75rem;
    text-align: center;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo img {
    max-width: 140px;
  }
}
.footer-btn {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .footer-btn {
    margin-left: 15px;
  }
}
.footer-btn a {
  display: block;
  color: #fff;
  line-height: 1;
  padding: 14px 50px 14px 40px;
  background-color: #333;
  background-image: url("/recruit/img/common/ic_blank_w.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px 18px;
  border-radius: 2em;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .footer-btn a {
    font-size: 0.75rem;
    padding: 10px 35px 10px 20px;
    background-position: right 15px center;
    background-size: 12px 12px;
  }
}
.footer-btn a:hover {
  opacity: .7;
}
.footer-cr {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .footer-cr {
    font-size: 0.6875rem;
    text-align: center;
    margin-top: 10px;
  }
}

/* 00.Common
---------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .main {
    padding-top: 76px;
  }
}

.container {
  position: relative;
  padding: 60px 0 250px;
  background-color: #fff;
  border-radius: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 20px 0 140px;
    border-radius: 16px;
    margin-top: -16px;
  }
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.color-red {
  color: #b40014;
}

.fnav {
  width: 90%;
  max-width: 1120px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .fnav {
    margin: 40px auto 0;
  }
}
.fnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fnav-list {
    margin: 0 -1.5%;
  }
}
.fnav-list li {
  width: 50%;
  padding: 0 1.5%;
}
@media screen and (max-width: 768px) {
  .fnav-list li.-wide {
    width: 80%;
  }
  .fnav-list li:only-child {
    width: 80%;
  }
}
.fnav-list li a {
  display: block;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  border: 2px solid #b40014;
  background-image: url("/recruit/img/common/ic_chevron_circle_r_red.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 16px;
  padding: 10px 20px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .fnav-list li a {
    font-size: 0.875rem;
    background-position: right 10px center;
    background-size: 14px 14px;
    padding: 5px 15px;
  }
}
.fnav-list li a:hover {
  color: #fff;
  background-color: #b40014;
  background-image: url("/recruit/img/common/ic_chevron_circle_r_white.png");
}

/* ページタイトル */
.pageTtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 520px;
  padding: 140px 5% 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .pageTtl {
    height: 230px;
    padding: 40px 5% 40px;
  }
}
.pageTtl-strengths {
  background-image: url("/recruit/img/strengths/pagettl_bg.png");
}
.pageTtl-interview {
  background-image: url("/recruit/img/interview/pagettl_bg.png");
}
.pageTtl-careers {
  background-image: url("/recruit/img/careers/pagettl_bg.png");
}
.pageTtl-qa {
  background-image: url("/recruit/img/careers/qa/pagettl_bg.png");
}
.pageTtl-welfare {
  background-image: url("/recruit/img/careers/welfare/pagettl_bg.png");
}
.pageTtl-en {
  font-family: "Roboto", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: .05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pageTtl-en {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
.pageTtl-hn {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pageTtl-hn {
    font-size: 1rem;
  }
}
.pageTtl-hn span {
  display: inline-block;
  min-width: 240px;
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .pageTtl-hn span {
    min-width: 150px;
    padding: 10px 0;
  }
}

/* エントリーはこちら */
.entry {
  position: relative;
  margin-top: -150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .entry {
    margin-top: -100px;
    padding-bottom: 50px;
  }
}
.entry-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1200/300;
  background-image: url("/recruit/img/common/entry_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .entry-inner {
    aspect-ratio: 680/400;
    background-image: url("/recruit/img/common/entry_bg_sp.png");
  }
}
.entry-hn {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .entry-hn {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
}
.entry-list {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .entry-list {
    flex-direction: column;
  }
}
.entry-list li {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .entry-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .entry-list li {
    margin: 0 10px;
  }
}
.entry-list li a {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 2em;
  padding: 10px 30px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .entry-list li a {
    font-size: 0.875rem;
    padding: 4px 20px;
  }
}
@media screen and (min-width: 769px) {
  .entry-list li a:hover {
    transform: translateY(10px);
  }
}
.entry-btn {
  text-align: center;
}
.entry-btn span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 2em;
  padding: 10px 50px;
}
@media screen and (max-width: 768px) {
  .entry-btn span {
    font-size: 0.9375rem;
    padding: 7px 40px;
  }
}

/* 01.トップページ
---------------------------------------------------------------------*/
/* メインビジュアル */
.topMv {
  position: relative;
  padding: 120px 0 110px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topMv {
    padding: 0 0 46px;
  }
}
.topMv-line {
  display: flex;
  justify-content: center;
  margin: 0 -10%;
}
@media screen and (max-width: 768px) {
  .topMv-line {
    margin: 0 -60%;
  }
}
.topMv-slider {
  opacity: 0;
  transition: all .5s;
}
.topMv-slider.slick-initialized {
  opacity: 1;
}
.topMv-slider.slick-initialized + .topMv-center {
  opacity: 1;
}
.topMv-slider .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .topMv-slider .slick-slide {
    margin: 0 5px;
  }
}
.topMv-slider .slick-slide img {
  width: 100%;
  border-radius: 16px;
}
.topMv-center {
  display: flex;
  justify-content: space-between;
  margin: 20px 10px 20px;
  opacity: 0;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .topMv-center {
    justify-content: center;
  }
  .topMv-center figure {
    display: none;
  }
}
.topMv-center figure img {
  width: 380px !important;
}
.topMv figure {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .topMv figure {
    margin: 0 5px;
  }
}
.topMv figure img {
  width: 100%;
  border-radius: 16px;
}
.topMv-title {
  align-self: center;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .topMv-title img {
    width: 400px;
  }
}

/* TOPICS */
.topTopics {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .topTopics {
    padding: 0 0 20px;
  }
}
.topTopics-inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.topTopics-block {
  display: flex;
  width: 80%;
  max-width: 1200px;
  padding: 20px 80px;
  background-color: #f5f5f5;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .topTopics-block {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }
}
.topTopics-hn {
  align-self: center;
  font-family: "Wire One", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  color: #dc0032;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .topTopics-hn {
    font-size: 2.25rem;
  }
}
.topTopics-cont {
  flex: 1;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .topTopics-cont {
    padding-left: 0;
  }
}
.topTopics-cont dl {
  display: flex;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .topTopics-cont dl {
    flex-direction: column;
  }
}
.topTopics-cont dl:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}
.topTopics-cont dl dt {
  width: 7em;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .topTopics-cont dl dt {
    font-size: 0.9375rem;
  }
}
.topTopics-cont dl dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .topTopics-cont dl dd {
    line-height: 1.6;
  }
}
.topTopics-cont dl dd a {
  transition: all .5s;
}
.topTopics-cont dl dd a:hover {
  color: #dc0032;
}

/* カツヤマキカイとは？ */
.topStrengths {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .topStrengths {
    padding: 20px 0 0;
  }
}
.topStrengths-inner {
  position: relative;
  width: 95%;
  max-width: calc(50% + 650px);
  margin-left: auto;
  padding-bottom: 7%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topStrengths-inner {
    width: 100%;
    max-width: none;
    padding-bottom: 20%;
  }
}
.topStrengths-l {
  position: absolute;
  width: 43.463381245%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topStrengths-l {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
}
.topStrengths-r {
  position: relative;
  width: 76.659822039%;
  margin-left: auto;
  background-image: url("/recruit/img/strengths_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 768px) {
  .topStrengths-r {
    width: 95%;
    border-radius: 16px 0 0 16px;
    margin-top: -30px;
  }
}
.topStrengths-r-inner {
  padding: 90px 10% 90px 30%;
}
@media screen and (max-width: 768px) {
  .topStrengths-r-inner {
    padding: 55px 5% 55px;
  }
}
.topStrengths-hn {
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topStrengths-hn {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.topStrengths-title img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topStrengths-title {
    text-align: center;
  }
  .topStrengths-title img {
    max-width: 400px;
  }
}
.topStrengths-graph {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topStrengths-graph {
    text-align: center;
    margin-bottom: 30px;
  }
}
.topStrengths-txt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topStrengths-txt {
    font-size: 0.875rem;
  }
}
.topStrengths-txt strong {
  font-size: 160%;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
}
.topStrengths-more {
  text-align: center;
  margin-top: 50px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .topStrengths-more {
    text-align: left;
    margin-top: 30px;
  }
  .topStrengths-more img {
    width: 150px;
  }
}
.topStrengths-more:hover {
  opacity: .7;
  transform: translateX(20px);
}
.topStrengths-img-01 {
  position: absolute;
  top: 0;
  right: 4%;
  width: 23%;
  transform: translateY(-130px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topStrengths-img-01 {
    display: none;
  }
}
.topStrengths-img-02 {
  position: absolute;
  top: 45%;
  right: 0;
  width: 20%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topStrengths-img-02 {
    top: auto;
    bottom: -8%;
    width: 30%;
    max-width: 240px;
  }
}
.topStrengths-img-03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  max-width: 650px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topStrengths-img-03 {
    left: -5px;
    width: 50%;
  }
}

/* トップメッセージ */
.topMessage {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .topMessage {
    flex-direction: column;
  }
}
.topMessage::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 80%;
  aspect-ratio: 418/690;
  background-image: url("/recruit/img/message_president.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .topMessage::after {
    left: auto;
    right: 0;
    transform: none;
    height: 320px;
  }
}
.topMessage-l {
  width: 50%;
  color: #fff;
  padding: 8% 10% 8% 7%;
  background: #b40014;
  background: linear-gradient(115deg, #b40014 0%, #b40014 50%, #dc0032 50%, #dc0032 100%);
}
@media screen and (max-width: 768px) {
  .topMessage-l {
    width: 100%;
    padding: 8% 5%;
  }
}
.topMessage-r {
  width: 50%;
  background-image: url("/recruit/img/message_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topMessage-r {
    width: 100%;
    height: 300px;
  }
}
.topMessage-title {
  font-family: "Wire One", sans-serif;
  font-size: 6.25rem;
  font-size: clamp(6.25rem, -3.125rem + 12.5vw, 9.375rem);
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topMessage-title {
    font-size: 3.125rem;
    margin-bottom: 10px;
  }
}
.topMessage-hn {
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .topMessage-hn {
    font-size: 1.125rem;
  }
}
.topMessage-more {
  margin-top: 50px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .topMessage-more {
    margin-top: 30px;
  }
  .topMessage-more img {
    width: 150px;
  }
}
.topMessage-more:hover {
  opacity: .7;
  transform: translateX(20px);
}

/* 先輩社員メッセージ */
@keyframes imgchange {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.topInterview {
  background-image: url("/recruit/img/interview_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 80px 0 150px;
}
@media screen and (max-width: 768px) {
  .topInterview {
    padding: 40px 0 56px;
  }
}
.topInterview-inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.topInterview-title {
  font-family: "Wire One", sans-serif;
  font-size: 6.25rem;
  font-size: clamp(6.25rem, -3.125rem + 12.5vw, 9.375rem);
  color: #dc0032;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topInterview-title {
    font-size: 3.125rem;
    margin-bottom: 10px;
  }
}
.topInterview-hn {
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .topInterview-hn {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.topInterview-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .topInterview-item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .topInterview-item {
    width: 48%;
    margin-top: 50px;
  }
  .topInterview-item:nth-child(even) {
    margin-top: -100px;
  }
}
.topInterview-item a {
  position: relative;
  display: block;
}
.topInterview-photo {
  position: relative;
}
.topInterview-photo img {
  width: 100%;
  border-radius: 16px;
  transition: all .5s;
}
@media screen and (min-width: 769px) {
  .topInterview-photo .img-off {
    visibility: visible;
    opacity: 1;
  }
  .is-over .topInterview-photo .img-off {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .topInterview-photo .img-on {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .topInterview-photo .img-on {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
  }
  .is-over .topInterview-photo .img-on {
    visibility: visible;
    opacity: 1;
  }
}
.topInterview-photo .img-sign {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: auto !important;
  border-radius: 0;
  transform: translateX(-50%);
  transition: all .5s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topInterview-photo .img-sign {
    height: 40px;
  }
}
@media screen and (min-width: 769px) {
  .topInterview-photo .img-sign {
    visibility: hidden;
    opacity: 0;
  }
  .is-over .topInterview-photo .img-sign {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .topInterview-info {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .topInterview-info {
    position: absolute;
    left: 5%;
    bottom: 20px;
    width: 90%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
  }
  .is-over .topInterview-info {
    visibility: visible;
    opacity: 1;
  }
}
.topInterview-lead {
  margin-bottom: 10px;
}
.topInterview-lead span {
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topInterview-lead span {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .topInterview-lead span {
    font-size: 1.5rem;
    background-color: #fff;
    padding: 0 10px;
    margin: 3px 0;
  }
}
.topInterview-name span {
  display: inline-block;
  color: #fff;
  background-color: #b40014;
  padding: 0 10px;
  margin: 3px 0;
}
@media screen and (max-width: 768px) {
  .topInterview-name span {
    line-height: 1.2;
    padding: 4px 5px;
  }
}
.topInterview-more {
  width: 48%;
  text-align: center;
  margin: -60px 0 0 auto;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .topInterview-more {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
  .topInterview-more img {
    width: 150px;
  }
}
.topInterview-more:hover {
  opacity: .7;
  transform: translateX(20px);
}

/* 採用情報 */
.topCareers {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .topCareers {
    margin-top: -16px;
  }
}
.topCareers-head {
  padding: 100px 0 140px;
  background-color: #80130e;
  background-image: url("/recruit/img/careers_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 768px) {
  .topCareers-head {
    border-radius: 16px 16px 0 0;
    padding: 40px 0;
  }
}
.topCareers-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.topCareers-title {
  font-family: "Wire One", sans-serif;
  font-size: 6.25rem;
  font-size: clamp(6.25rem, -3.125rem + 12.5vw, 9.375rem);
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .topCareers-title {
    font-size: 3.125rem;
    margin-bottom: 10px;
  }
}
.topCareers-hn {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topCareers-hn {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.topCareers-lead {
  color: #fff;
  text-align: center;
}
.topCareers-more {
  text-align: center;
  margin-top: 50px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .topCareers-more {
    margin-top: 30px;
  }
  .topCareers-more img {
    width: 150px;
  }
}
.topCareers-more:hover {
  opacity: .7;
  transform: translateX(20px);
}
.topCareers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: -80px auto 0;
}
.topCareers-item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .topCareers-item {
    width: 100%;
  }
  .topCareers-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.topCareers-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .topCareers-item a {
    border-radius: 16px 16px 16px 0;
  }
  .topCareers-item a:hover img {
    transform: scale(1.2);
  }
}
.topCareers-item img {
  transition: ease-out .5s;
  border-radius: 16px;
}
.topCareers-item dl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 0 16px 0 0;
}
@media screen and (max-width: 768px) {
  .topCareers-item dl {
    position: relative;
    width: 85%;
    padding: 15px;
    margin-top: -50px;
  }
}
.topCareers-item dl dt {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topCareers-item dl dt {
    font-size: 1rem;
  }
}
.topCareers-item dl dt span {
  padding-right: 30px;
  background-image: url("/recruit/img/common/ic_chevron_circle_r_red.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
}
@media screen and (max-width: 768px) {
  .topCareers-item dl dt span {
    padding-right: 25px;
    background-size: 14px 14px;
  }
}
.topCareers-item dl dd {
  font-size: 0.875rem;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .topCareers-item dl dd {
    padding-top: 5px;
  }
}

/* 02.カツヤマキカイの強み
---------------------------------------------------------------------*/
.strengthsTtl {
  position: relative;
  margin: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  .strengthsTtl {
    margin: 20px 0;
  }
}
.strengthsTtl-en {
  font-family: "Wire One", sans-serif;
  font-size: 12.5rem;
  color: #dc0032;
  text-align: center;
  letter-spacing: .05em;
  line-height: .68;
  border-bottom: 1px solid #efdddf;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .strengthsTtl-en {
    font-size: clamp(5rem, 3.214rem + 8.93vw, 7.5rem);
  }
}
.strengthsTtl-hn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .strengthsTtl-hn {
    font-size: 1rem;
    padding: 2px 5px;
  }
}

.strengthsPoint {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.strengthsPoint:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint:not(:last-child) {
    margin-bottom: 40px;
  }
}
.strengthsPoint em {
  color: #dc0032;
}
.strengthsPoint-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint-title {
    margin-bottom: 10px;
  }
}
.strengthsPoint-title i {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 123px;
  height: 131px;
  background-image: url("/recruit/img/strengths/point_title_bg.png");
  background-size: cover;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint-title i {
    width: 60px;
    height: 64px;
    padding-bottom: 8px;
  }
}
.strengthsPoint-title i span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 3.75rem;
  color: #dc0032;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .strengthsPoint-title i span {
    font-size: 1.625rem;
  }
}
.strengthsPoint-hn {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: #dc0032;
  text-underline-offset: 10px;
  text-decoration-thickness: 4px;
  padding: 20px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint-hn {
    font-size: 1.125rem;
    padding: 10px 0 0 10px;
    text-underline-offset: 7px;
    text-decoration-thickness: 2px;
  }
}
.strengthsPoint-lead {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint-lead {
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
}
.strengthsPoint-more-btn {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 15px;
  background: #dc0032;
  background: linear-gradient(125deg, #dc0032 0%, #dc0032 80%, #b40014 80%, #b40014 100%);
  border-radius: 2em;
  transition: all .5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .strengthsPoint-more-btn {
    font-size: 1rem;
    padding: 8px 15px;
  }
}
.strengthsPoint-more-btn:hover {
  opacity: .7;
}
.strengthsPoint-more-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/recruit/img/strengths/ic_plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
}
@media screen and (max-width: 768px) {
  .strengthsPoint-more-btn::after {
    right: 15px;
    width: 16px;
    height: 16px;
    background-size: 16px auto;
  }
}
.strengthsPoint-more-btn.is-open::after {
  background-image: url("/recruit/img/strengths/ic_minus.png");
}
.strengthsPoint-more-cont {
  display: none;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint-more-cont {
    padding-top: 30px;
  }
}
.strengthsPoint .point01-img {
  max-width: 880px;
  margin: 0 auto 50px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-img {
    padding: 7% 5%;
    margin-bottom: 30px;
  }
}
.strengthsPoint .point01-img-hn {
  font-size: 1.5rem;
  font-weight: 700;
  color: #dc0032;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-img-hn {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.strengthsPoint .point01-img-row {
  display: flex;
  justify-content: center;
}
.strengthsPoint .point01-img-x {
  flex: none;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-img-x {
    width: 40px;
    padding: 15% 10px 0;
  }
}
.strengthsPoint .point01-img dl {
  width: 300px;
  text-align: center;
}
.strengthsPoint .point01-img dl dt {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-img dl dt {
    margin-bottom: 10px;
  }
}
.strengthsPoint .point01-img dl dd {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-img dl dd {
    font-size: 0.875rem;
  }
}
.strengthsPoint .point01-func {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-func {
    margin-bottom: 30px;
  }
}
.strengthsPoint .point01-func-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-func-row {
    font-size: 0.875rem;
  }
}
.strengthsPoint .point01-func dl {
  width: 47.5%;
}
.strengthsPoint .point01-func dl dt {
  margin-bottom: 10px;
}
.strengthsPoint .point01-func dl dt span {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  padding: 3px 30px;
  background-color: #b40014;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-func dl dt span {
    display: block;
    text-align: center;
    padding: 3px 15px;
  }
}
.strengthsPoint .point01-func dl dd {
  font-weight: 500;
}
.strengthsPoint .point01-func-txt {
  font-weight: 500;
  padding: 15px 0;
  margin-top: 20px;
  border-top: 1px solid #efdddf;
  border-bottom: 1px solid #efdddf;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-func-txt {
    padding: 10px 0;
    margin-top: 15px;
  }
}
.strengthsPoint .point01-service-hn {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-service-hn {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.strengthsPoint .point01-service-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-service-row {
    flex-direction: column;
  }
}
.strengthsPoint .point01-service-row dl {
  width: 31.666666666%;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-service-row dl {
    width: 100%;
  }
  .strengthsPoint .point01-service-row dl:not(:last-child) {
    margin-bottom: 20px;
  }
}
.strengthsPoint .point01-service-row dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 5px;
  background-color: #333;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-service-row dl dt {
    font-size: 0.875rem;
  }
}
.strengthsPoint .point01-service-row dl dd {
  padding: 20px;
  background-color: #efdddf;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-service-row dl dd {
    padding: 5%;
  }
}
.strengthsPoint .point01-service-row dl dd img {
  width: 100%;
}
.strengthsPoint .point01-service-row dl dd img:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point01-service-row dl dd img:not(:last-child) {
    margin-bottom: 5%;
  }
}
.strengthsPoint .point-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.strengthsPoint .point-row:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-row:not(:first-child) {
    margin-top: 30px;
  }
}
.strengthsPoint .point-row:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-row:not(:last-child) {
    margin-bottom: 30px;
  }
}
.strengthsPoint .point-row .point-col-1 {
  width: 31.666666666%;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-row .point-col-1 {
    width: 100%;
  }
}
.strengthsPoint .point-row .point-col-2 {
  width: 47.5%;
}
.strengthsPoint .point-row .point-col-2:nth-of-type(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-row .point-col-2:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
.strengthsPoint .point-row .point-col-3 {
  width: 63.333333333%;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-row .point-col-3 {
    width: 100%;
  }
}
.strengthsPoint .point-row .point-col-4 {
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-row .point-col-4 {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-row .point-col-4:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
.strengthsPoint .point-photo img {
  width: 100%;
  border-radius: 16px;
}
.strengthsPoint .point-photo figcaption {
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-photo figcaption {
    font-size: 0.75rem;
    padding-top: 5px;
  }
}
.strengthsPoint .point-en {
  position: relative;
  font-family: "Wire One", sans-serif;
  font-size: 3.75rem;
  color: #dc0032;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-en {
    font-size: 2.5rem;
  }
}
.strengthsPoint .point-en::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 9px;
  width: 100%;
  height: 1px;
  background-color: #efdddf;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-en::before {
    bottom: 5px;
  }
}
.strengthsPoint .point-hn {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-hn {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.strengthsPoint .point-lead {
  font-size: 1.875rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #dc0032;
  text-underline-offset: 7px;
  text-decoration-thickness: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-lead {
    font-size: 1.125rem;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    margin-bottom: 20px;
  }
}
.strengthsPoint .point-txt {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-txt {
    font-size: 0.875rem;
  }
}
.strengthsPoint .point-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25%;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-list {
    margin: 0 -2%;
  }
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-list li {
    width: 50%;
    padding: 0 2%;
  }
  .strengthsPoint .point-list li:nth-of-type(-n+2) span {
    border-top: 1px solid #efdddf;
  }
}
@media screen and (min-width: 769px) {
  .strengthsPoint .point-list li {
    width: 50%;
    padding: 0 1.25%;
  }
  .strengthsPoint .point-list li:nth-of-type(-n+2) span {
    border-top: 1px solid #efdddf;
  }
}
.strengthsPoint .point-list li span {
  position: relative;
  display: flex;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 20px 0;
  border-bottom: 1px solid #efdddf;
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-list li span {
    font-size: 0.875rem;
    padding: 10px 0;
  }
}
.strengthsPoint .point-list li span::before {
  content: '';
  display: block;
  flex: none;
  width: 10px;
  height: 10px;
  background-color: #b40014;
  border-radius: 50%;
  margin-right: 20px;
  transform: translateY(6px);
}
@media screen and (max-width: 768px) {
  .strengthsPoint .point-list li span::before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}

/* 03.トップメッセージ
---------------------------------------------------------------------*/
.messagePageTtl::before {
  content: '';
  display: block;
  width: 100%;
  min-height: 840px;
  padding-top: 52.5%;
  background-image: url("/recruit/img/message/pagettl_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .messagePageTtl::before {
    min-height: inherit;
    padding-top: 70%;
    background-position: 35% center;
    background-size: 170% auto;
  }
}
.messagePageTtl-info {
  display: none;
  text-indent: -9999px;
}

.messageTitle {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: -130px auto 0;
  background-color: #b40014;
}
@media screen and (max-width: 768px) {
  .messageTitle {
    margin: -50px auto 0;
  }
}
.messageTitle-hn {
  position: relative;
  display: flex;
  font-family: "Wire One", sans-serif;
  font-size: 6.25rem;
  font-size: clamp(6.25rem, -3.125rem + 12.5vw, 9.375rem);
  font-weight: 400;
  color: #b40014;
  text-align: center;
  line-height: 1.1;
  background-color: #dc0032;
  padding: 5px 0 10px 15px;
}
@media screen and (max-width: 768px) {
  .messageTitle-hn {
    align-items: center;
    font-size: 2.25rem;
  }
}
.messageTitle-hn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% - 20px);
  width: 100px;
  height: 100%;
  background-image: url("/recruit/img/message/title_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .messageTitle-hn::after {
    left: calc(100% - 20px);
    width: 60px;
  }
}
.messageTitle-hn span {
  position: relative;
  z-index: 1;
}
.messageTitle-txt {
  position: relative;
  flex: 1;
  align-self: center;
  font-size: 2.875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 0 85px;
}
@media screen and (max-width: 768px) {
  .messageTitle-txt {
    font-size: 0.9375rem;
    font-size: clamp(0.75rem, 0.375rem + 1.88vw, 0.938rem);
    padding: 15px 5px 15px 30px;
  }
}

.messageList {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.messageList-item {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .messageList-item {
    margin-top: 40px;
  }
}
.messageList-hn {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .messageList-hn {
    margin-bottom: 15px;
  }
}
.messageList-hn i {
  width: 130px;
  font-family: "Roboto", sans-serif;
  font-size: 3.75rem;
  color: #efdddf;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .messageList-hn i {
    width: 45px;
    font-size: 1.5rem;
  }
}
.messageList-hn span {
  flex: 1;
  font-size: 1.875rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #dc0032;
  text-underline-offset: 7px;
  text-decoration-thickness: 4px;
}
@media screen and (max-width: 768px) {
  .messageList-hn span {
    font-size: 0.9375rem;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }
}
.messageList-txt {
  position: relative;
  font-size: 1.125rem;
  padding-left: 130px;
}
@media screen and (max-width: 768px) {
  .messageList-txt {
    font-size: 0.875rem;
    padding-left: 45px;
  }
}
.messageList-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background-color: #efdddf;
}
@media screen and (max-width: 768px) {
  .messageList-txt::before {
    left: 15px;
  }
}
.messageList-txt strong {
  color: #b40014;
}

/* 04.先輩社員メッセージ
---------------------------------------------------------------------*/
.interviewIndex {
  overflow: hidden;
}
.interviewIndex-item {
  padding: 40px 0;
  border-bottom: 1px solid #efdddf;
}
@media screen and (max-width: 768px) {
  .interviewIndex-item {
    padding: 25px 0;
  }
  .interviewIndex-item:first-child {
    padding-top: 10px;
  }
}
.interviewIndex-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.interviewIndex-inner > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .interviewIndex-inner > a {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .interviewIndex-item:nth-child(even) .interviewIndex-inner > a {
    flex-direction: row-reverse;
  }
}
.interviewIndex-inner > a:hover {
  opacity: .7;
}
.interviewIndex-photo {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .interviewIndex-photo {
    width: 100%;
  }
}
.interviewIndex-photo .img-photo {
  width: 100%;
  border-radius: 16px;
}
.interviewIndex-photo .img-sign {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .interviewIndex-photo .img-sign {
    bottom: 10px;
    right: 10px;
    height: 40px;
  }
}
.interviewIndex-info {
  position: absolute;
  bottom: 50px;
  left: -40px;
  width: 80%;
  color: #fff;
  line-height: 1.4;
  padding: 15px 30px;
  background: #b40014;
  background: linear-gradient(90deg, #b40014 0%, #dc0032 100%);
}
@media screen and (max-width: 768px) {
  .interviewIndex-info {
    bottom: 20px;
    left: -15px;
    font-size: 0.75rem;
    padding: 10px 20px;
  }
}
.interviewIndex-info span {
  display: block;
  font-size: 1.5rem;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .interviewIndex-info span {
    font-size: 1.125rem;
  }
}
.interviewIndex-cont {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .interviewIndex-cont {
    width: 100%;
    padding-top: 15px;
  }
}
.interviewIndex-hn {
  font-size: 1.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .interviewIndex-hn {
    font-size: 1rem;
  }
}
.interviewIndex-more {
  margin-top: 40px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .interviewIndex-more {
    margin-top: 20px;
  }
  .interviewIndex-more img {
    width: 150px;
  }
}
a:hover .interviewIndex-more {
  transform: translateX(20px);
}

/* 05.先輩社員メッセージ－詳細
---------------------------------------------------------------------*/
.interviewPageTtl {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  max-height: 840px;
}
@media screen and (max-width: 768px) {
  .interviewPageTtl {
    max-height: 300px;
  }
}
.interviewPageTtl::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 52.5%;
}
@media screen and (max-width: 768px) {
  .interviewPageTtl::before {
    padding-top: 70%;
  }
}

.interviewIntro {
  width: 90%;
  max-width: 1200px;
  margin: -300px auto 0;
}
@media screen and (max-width: 768px) {
  .interviewIntro {
    position: relative;
    margin: -95px auto 0;
  }
}
.interviewIntro-sign {
  display: block;
  text-align: center;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .interviewIntro-sign {
    transform: translateY(10px);
  }
  .interviewIntro-sign img {
    max-height: 60px;
  }
}
.interviewIntro-cont {
  display: flex;
}
@media screen and (max-width: 768px) {
  .interviewIntro-cont {
    flex-direction: column;
  }
}
.interviewIntro-info {
  display: flex;
  align-items: center;
  width: 40%;
  color: #fff;
  background-color: #dc0032;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .interviewIntro-info {
    width: 100%;
    padding: 15px;
  }
}
.interviewIntro-info img {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .interviewIntro-info img {
    width: 100px;
  }
}
.interviewIntro-info-r {
  padding-left: 20px;
}
.interviewIntro-hn {
  font-weight: normal;
}
.interviewIntro-txt {
  display: block;
  word-break: keep-all;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .interviewIntro-txt {
    font-size: 0.8125rem;
  }
}
.interviewIntro-name {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .interviewIntro-name {
    font-size: 1.25rem;
  }
}
.interviewIntro-lead {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  background-color: #b40014;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .interviewIntro-lead {
    justify-content: center;
    font-size: 1rem;
    text-align: center;
    padding: 15px;
  }
}

.interviewItem {
  display: flex;
}
@media screen and (max-width: 768px) {
  .interviewItem {
    flex-direction: column;
    width: 90%;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .interviewItem {
    width: 95%;
    max-width: calc(50% + 600px);
    margin-top: 80px;
  }
  .interviewItem:nth-of-type(2n+1) {
    margin-left: auto;
  }
  .interviewItem:nth-of-type(2n) {
    flex-direction: row-reverse;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .interviewItem-cont {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .interviewItem-cont {
    width: 45%;
  }
  .interviewItem:nth-of-type(2n+1) .interviewItem-cont {
    padding-right: 5%;
  }
  .interviewItem:nth-of-type(2n) .interviewItem-cont {
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .interviewItem-photo img {
    width: 100%;
    border-radius: 16px;
  }
}
@media screen and (min-width: 769px) {
  .interviewItem-photo {
    width: 55%;
  }
  .interviewItem-photo img {
    width: 100%;
  }
  .interviewItem:nth-of-type(2n+1) .interviewItem-photo img {
    border-radius: 30px 0 0 30px;
  }
  .interviewItem:nth-of-type(2n) .interviewItem-photo img {
    border-radius: 0 30px 30px 0;
  }
}
.interviewItem-en {
  position: relative;
  font-family: "Wire One", sans-serif;
  font-size: 3.75rem;
  color: #dc0032;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .interviewItem-en {
    font-size: 2.5rem;
  }
}
.interviewItem-en::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 9px;
  width: 100%;
  height: 1px;
  background-color: #efdddf;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .interviewItem-en::before {
    bottom: 5px;
  }
}
.interviewItem-hn {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interviewItem-hn {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.interviewItem-lead {
  font-size: 1.875rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #dc0032;
  text-underline-offset: 7px;
  text-decoration-thickness: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .interviewItem-lead {
    font-size: 1.125rem;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    margin-bottom: 20px;
  }
}
.interviewItem-txt {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .interviewItem-txt {
    font-size: 0.875rem;
  }
}

.interviewSch {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding-top: 50px;
  background-color: #b40014;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .interviewSch {
    margin-top: 40px;
    padding-top: 20px;
  }
}
.interviewSch-hn {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .05em;
  padding: 10px;
  background-color: #dc0032;
}
@media screen and (max-width: 768px) {
  .interviewSch-hn {
    font-size: 1.375rem;
  }
}
.interviewSch-cont {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .interviewSch-cont {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .interviewSch-dl {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0;
  }
  .interviewSch-dl:first-child {
    padding-top: 1em;
  }
  .interviewSch-dl:last-child {
    padding-bottom: 1em;
  }
  .interviewSch-dl::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  .interviewSch-dl dt {
    display: flex;
    align-items: center;
    width: 6em;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
  }
  .interviewSch-dl dt::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #b40014;
    box-sizing: content-box;
  }
  .interviewSch-dl dt span {
    transform: translateX(-7px);
  }
  .interviewSch-dl dd {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 4em;
    font-size: 0.875rem;
    line-height: 1.4;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 15px;
  }
  .interviewSch-dl dd::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
}
@media screen and (min-width: 769px) {
  .interviewSch-dl {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
  }
  .interviewSch-dl:first-child {
    padding-top: 1em;
  }
  .interviewSch-dl:last-child {
    padding-bottom: 1em;
  }
  .interviewSch-dl:not(:first-child) {
    margin-top: -1em;
  }
  .interviewSch-dl::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  .interviewSch-dl dt {
    flex: none;
    display: flex;
    align-items: center;
    width: 7em;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
  }
  .interviewSch-dl dt::before, .interviewSch-dl dt::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 8px solid #b40014;
    box-sizing: content-box;
  }
  .interviewSch-dl dd {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 5.7em;
    font-size: 1.125rem;
    background-color: #fff;
    border-radius: 16px;
    padding: 15px 25px;
  }
  .interviewSch-dl dd::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
  }
  .interviewSch-dl:nth-child(odd) {
    flex-direction: row-reverse;
    margin-right: auto;
  }
  .interviewSch-dl:nth-child(odd)::before {
    right: 0;
  }
  .interviewSch-dl:nth-child(odd) dt {
    justify-content: flex-end;
    padding-left: 1em;
  }
  .interviewSch-dl:nth-child(odd) dt::after {
    content: '';
    transform: translateX(50%);
  }
  .interviewSch-dl:nth-child(odd) dd::after {
    left: 100%;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #fff;
  }
  .interviewSch-dl:nth-child(even) {
    margin-left: auto;
  }
  .interviewSch-dl:nth-child(even)::before {
    left: -1px;
  }
  .interviewSch-dl:nth-child(even) dt {
    padding-right: 1em;
  }
  .interviewSch-dl:nth-child(even) dt::before {
    content: '';
    transform: translateX(-50%);
  }
  .interviewSch-dl:nth-child(even) dd::after {
    right: 100%;
    border-width: 10px 14px 10px 0;
    border-color: transparent #fff transparent transparent;
  }
}

.interviewFnav {
  background-color: #efdddf;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .interviewFnav {
    margin-top: 40px;
  }
}
.interviewFnav-list {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.interviewFnav-prev, .interviewFnav-next {
  flex: 1;
}
.interviewFnav-prev a, .interviewFnav-next a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 50px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .interviewFnav-prev a, .interviewFnav-next a {
    flex-direction: column;
    padding: 10px;
    background-size: 16px 16px;
  }
}
.interviewFnav-prev a:hover, .interviewFnav-next a:hover {
  opacity: .7;
}
.interviewFnav-prev a {
  background-image: url("/recruit/img/interview/ic_prev.png");
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .interviewFnav-prev a {
    padding-left: 20px;
  }
}
.interviewFnav-next a {
  background-image: url("/recruit/img/interview/ic_next.png");
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .interviewFnav-next a {
    padding-right: 20px;
  }
}
.interviewFnav-img {
  flex: none;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .interviewFnav-img {
    width: 60px;
  }
}
.interviewFnav-name {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .interviewFnav-name {
    font-size: 0.875rem;
    text-align: center;
    padding: 5px 0 0 0;
  }
}
.interviewFnav-name span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.4;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .interviewFnav-name span {
    font-size: 0.75rem;
    padding-top: 0;
  }
}
.interviewFnav-all {
  width: 300px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .interviewFnav-all {
    width: 50px;
  }
}
.interviewFnav-all a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .interviewFnav-all a {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.interviewFnav-all a:hover {
  opacity: .7;
}
.interviewFnav-all a::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("/recruit/img/interview/ic_all.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .interviewFnav-all a::before {
    width: 18px;
    height: 18px;
  }
}

/* 06.採用情報
---------------------------------------------------------------------*/
.careersIndex {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 100px;
}
@media screen and (max-width: 768px) {
  .careersIndex {
    flex-direction: column;
    margin: 0px auto 50px;
  }
}
.careersIndex li {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .careersIndex li {
    width: 100%;
  }
  .careersIndex li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.careersIndex li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 30px 30px 40px;
  background-color: #b50016;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .careersIndex li a {
    padding: 20px;
  }
}
.careersIndex li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .careersIndex li a::before {
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
.careersIndex li a:hover {
  opacity: .7;
}
.careersIndex-en {
  font-family: "Wire One", sans-serif;
  font-size: 3.75rem;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .careersIndex-en {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}
.careersIndex-jp {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding-left: 30px;
  z-index: 1;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .careersIndex-jp {
    font-size: 0.9375rem;
    padding-left: 17px;
  }
}
.careersIndex-jp::before {
  content: '';
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #f00;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .careersIndex-jp::before {
    width: 35px;
    height: 35px;
  }
}
.careersIndex-jp::after {
  content: '';
  display: block;
  width: 40px;
  height: 15px;
  background-image: url("/recruit/img/common/ic_arrow_r_w.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .careersIndex-jp::after {
    width: 30px;
    height: 11px;
    margin-left: 10px;
  }
}
a:hover .careersIndex-jp {
  transform: translateX(20px);
}

.careersReq-en {
  position: relative;
  font-family: "Wire One", sans-serif;
  font-size: 6.25rem;
  color: #dc0032;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .careersReq-en {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.careersReq-en span {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.careersReq-en::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 14px;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: #efdddf;
}
@media screen and (max-width: 768px) {
  .careersReq-en::before {
    bottom: 5px;
  }
}
.careersReq-tab {
  border-bottom: 1px solid #b40014;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .careersReq-tab {
    margin: 30px 0;
  }
}
.careersReq-tab-list {
  display: flex;
  gap: 0 50px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .careersReq-tab-list {
    gap: 0 15px;
  }
}
.careersReq-tab-list > li {
  flex: 1;
  font-size: 1.25rem;
  font-weight: 500;
  color: #b40014;
  text-align: center;
  background-color: #efdddf;
  padding: 15px 10px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .careersReq-tab-list > li {
    font-size: 0.8125rem;
    padding: 10px;
  }
}
.careersReq-tab-list > li.is-active {
  color: #fff;
  background-color: #b40014;
}
.careersReq-item {
  display: none;
}
.careersReq-item.is-active {
  display: block;
  animation-name: anime_tab;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
.careersReq-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.careersReq-hn {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .careersReq-hn {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.careersReq-table dl {
  display: flex;
  border-bottom: 1px solid #efdddf;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .careersReq-table dl {
    flex-direction: column;
    padding: 15px 0;
  }
}
.careersReq-table dl:first-child {
  padding-top: 0;
}
.careersReq-table dl dt {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .careersReq-table dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.careersReq-table dl dt span {
  position: relative;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .careersReq-table dl dt span {
    font-size: 0.9375rem;
  }
}
.careersReq-table dl dt span::before {
  content: '';
  display: block;
  flex: none;
  width: 10px;
  height: 10px;
  background-color: #b40014;
  border-radius: 50%;
  margin-right: 20px;
  transform: translateY(6px);
}
@media screen and (max-width: 768px) {
  .careersReq-table dl dt span::before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}
.careersReq-table dl dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .careersReq-table dl dd {
    padding-left: 16px;
  }
}

@keyframes anime_tab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 07.福利厚生
---------------------------------------------------------------------*/
.welfareLead {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .welfareLead {
    font-size: 0.9375rem;
    margin: 15px 0 30px;
  }
}

.welfareList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25% 100px;
}
@media screen and (max-width: 768px) {
  .welfareList {
    margin: 0 -2% 40px;
  }
}
@media screen and (max-width: 768px) {
  .welfareList li {
    width: 50%;
    padding: 0 2%;
  }
  .welfareList li:nth-of-type(-n+2) span {
    border-top: 1px solid #efdddf;
  }
}
@media screen and (min-width: 769px) {
  .welfareList li {
    width: 33.3333%;
    padding: 0 1.25%;
  }
  .welfareList li:nth-of-type(-n+3) span {
    border-top: 1px solid #efdddf;
  }
}
.welfareList li span {
  position: relative;
  display: flex;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 20px 0;
  border-bottom: 1px solid #efdddf;
}
@media screen and (max-width: 768px) {
  .welfareList li span {
    font-size: 0.875rem;
    padding: 10px 0;
  }
}
.welfareList li span::before {
  content: '';
  display: block;
  flex: none;
  width: 10px;
  height: 10px;
  background-color: #b40014;
  border-radius: 50%;
  margin-right: 20px;
  transform: translateY(6px);
}
@media screen and (max-width: 768px) {
  .welfareList li span::before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}

.welfareItem:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .welfareItem:not(:last-child) {
    margin-bottom: 40px;
  }
}
.welfareItem-hn {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 15px;
  background: #dc0032;
  background: linear-gradient(125deg, #dc0032 0%, #dc0032 80%, #b40014 80%, #b40014 100%);
  border-radius: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .welfareItem-hn {
    font-size: 1rem;
    padding: 8px 15px;
    margin-bottom: 20px;
  }
}
.welfareItem-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .welfareItem-row {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .welfareItem-row.-reverse {
    flex-direction: row-reverse;
  }
}
.welfareItem-col {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .welfareItem-col {
    width: 100%;
  }
  .welfareItem-col:nth-of-type(2) {
    margin-top: 15px;
  }
}
.welfareItem-photo img {
  width: 100%;
  border-radius: 16px;
}
.welfareItem-txt {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .welfareItem-txt {
    font-size: 0.875rem;
  }
}

/* 08.よくある質問
---------------------------------------------------------------------*/
.qaSection {
  margin: 30px 0 100px;
}
@media screen and (max-width: 768px) {
  .qaSection {
    margin: 20px 0 40px;
  }
}
.qaSection:last-of-type {
  margin-bottom: 0;
}
.qaSection-en {
  position: relative;
  font-family: "Wire One", sans-serif;
  font-size: 6.25rem;
  color: #dc0032;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .qaSection-en {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.qaSection-en span {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.qaSection-en::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 14px;
  width: 100%;
  height: 1px;
  background-color: #efdddf;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .qaSection-en::before {
    bottom: 5px;
  }
}
.qaSection-hn {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .qaSection-hn {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}

.qaItem:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .qaItem:not(:last-child) {
    margin-bottom: 25px;
  }
}
.qaItem dt {
  position: relative;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  background: whitesmoke;
  background: linear-gradient(125deg, whitesmoke 0%, whitesmoke 75%, #f4e9eb 75%, #f4e9eb 100%);
  border-radius: 2em;
  padding: 20px 50px 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .qaItem dt {
    font-size: 0.875rem;
    padding: 8px 15px;
    margin-bottom: 15px;
  }
}
.qaItem dt::before {
  content: '';
  display: block;
  flex: none;
  width: 50px;
  height: 50px;
  background-image: url("/recruit/img/careers/qa/ic_q.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #b40014;
  border-radius: 50%;
  margin: -5px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .qaItem dt::before {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
    margin: 0 10px 0 0;
  }
}
.qaItem dd {
  display: flex;
  padding: 0 50px 0;
}
@media screen and (max-width: 768px) {
  .qaItem dd {
    padding: 0 15px;
  }
}
.qaItem dd::before {
  content: '';
  display: block;
  flex: none;
  width: 50px;
  height: 50px;
  background-image: url("/recruit/img/careers/qa/ic_a.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dc0032;
  border-radius: 50%;
  margin: -10px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .qaItem dd::before {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
    margin: 0 10px 0 0;
  }
}
