@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input,
select,
textarea,
button {
  outline: none;
}

abbr,
acronym {
  border: 0;
}

/* common.css 
----------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #333;
}

.font_outfit {
  font-family: 'Outfit', sans-serif;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}

a:hover {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}

.interview_inner {
  margin: 0 auto;
  padding: 0 5rem;
  max-width: 130rem;
}

.interview_inner.inner2 {
  max-width: 90rem;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* page.css 
----------------------------------------------------------------------*/
.interview_teaser img {
  width: 100%;
}

.interview_wrap {
  padding: 0 0 10rem;
}

.interview_maintenance_box {
  position: relative;
  margin-top: -4.4rem;
  padding: 4rem 6.4rem;
  background: #fff;
  font-weight: 700;
}

.interview_maintenance_box .dt {
  margin-bottom: 1rem;
}

.interview_maintenance_box .dt span {
  display: inline-block;
  padding: 0.4rem 2.4rem;
  background: #eb0a12;
  border-radius: 2rem;
  color: #fff;
}

.interview_maintenance_box .dd {
  line-height: 1.75;
  font-size: 2.4rem;
}

.interview_hd01 {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 700;
}

.interview_hd01 .eng {
  text-transform: uppercase;
  font-size: 3.2rem;
}

.interview_hd02 {
  margin-bottom: 3.2rem;
  text-align: center;
  font-weight: 700;
}

.interview_hd02 .jap {
  font-size: 4rem;
}

.interview_hd02 .eng {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.interview_hd02 .eng::first-letter {
  color: #eb0a12;
}

.interview_member_profile {
  padding: 7.2rem 0;
  background: linear-gradient(-15deg, #eb0a12 60%, #fff 60%);
}

.interview_member_profile .box {
  padding: 4.8rem 14.4rem 5.6rem;
  background: #fff;
}

.interview_member_display {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 7.2rem;
}

.interview_member_display .item {
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.interview_member_display .img {
  position: relative;
  overflow: hidden;
  margin: 0 auto 2.4rem;
  padding-top: 30rem;
  width: 30rem;
  border-radius: 50%;
}

.interview_member_display .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.interview_member_display .head {
  padding-bottom: 1rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #c8c6c6;
}

.interview_member_display .head .entry {
  font-size: 1.4rem;
}

.interview_member_display .head .arena {
  font-weight: 700;
}

.interview_member_display .head .name {
  font-weight: 700;
  font-size: 2.8rem;
}

.bg_color {
  background: #eb0a12 !important;
}

.interview_question {
  padding: 12rem 0;
}

.interview_question_part {
  padding: 6.4rem 0 4rem;
}

.interview_question_part + .interview_question_part {
  border-top: 1px solid #c8c6c6;
}

.interview_question_part:first-child {
  padding-top: 0;
}

.interview_question_part .title {
  margin-bottom: 3.6rem;
  line-height: 1.75;
  font-weight: 700;
}

.interview_question_part .step {
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.interview_question_part .step:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.6rem 0.3rem 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #eb0a12;
  font-size: 0;
}

.interview_question_part .title h3 {
  font-size: 2.4rem;
  font-weight: 700;
}

.interview_question_part .banner {
  margin: 0 -5rem 3.6rem;
}

.interview_question .infos li + li {
  margin-top: 3.6rem;
}

.interview_question .infos p {
  margin-bottom: 2.4rem;
  line-height: 1.8;
}

.interview_question .infos .cate {
  margin-bottom: 0.8rem;
}

.interview_question .infos .cate span {
  display: inline-block;
  padding: 0 1.2rem;
  background: #000;
  color: #fff;
  font-weight: 700;
}

.interview_question .end {
  text-align: center;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 6.4rem;
  background: url(../image/icon_apply_wh.svg) no-repeat right 2rem center
    #141414;
  border-radius: 5rem;
  border: 1px solid #141414;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.btn-link.disable {
  pointer-events: none;
  background: #c8c6c6;
  border: none;
}
.btn-link span {
  position: relative;
  z-index: 2;
  display: block;
  color: white;
  transition: color 0.2s ease;
  width: 100%;
  text-align: center;
  padding: 0 6.4rem;
}

.interview_otherinterview {
  padding: 8rem 0 10rem;
  background: #f5f5f5;
}

.interview_otherinterview_display {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.4rem;
  font-weight: 700;
}
.interview_otherinterview_display .item {
  overflow: hidden;
}
.interview_otherinterview_display .img {
  position: relative;
}

.interview_otherinterview_display .introd {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.6rem;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  color: #fff;
  font-size: 1.4rem;
}

.interview_otherinterview_display .info {
  margin-top: 2.4rem;
}

.interview_otherinterview_display .introd .name {
  font-size: 2rem;
}

.interview_otherinterview_display .cate {
  margin-bottom: 0.8rem;
}

.interview_otherinterview_display .cate span {
  display: inline-block;
  padding: 0.4rem 2.4rem;
  background: #eb0a12;
  border-radius: 3rem;
  color: #fff;
}

.interview_otherinterview_display .tit {
  display: flex;
  align-items: center;
  line-height: 1.75;
  font-weight: 700;
  font-size: 2rem;
}

.interview_otherinterview_display .tit:after {
  content: '';
  display: inline-block;
  margin-left: 0.8rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../image/icon_arrow_bk.svg) no-repeat center;
}

.back_tohome {
  margin-top: 8rem;
  text-align: center;
}
.back_tohome .btn-link {
  border-radius: 5rem;
  background: #fff;
}
.back_tohome .btn-link span {
  position: relative;
  z-index: 2;
  background: url(../image/icon_arrow_left_bk.svg) no-repeat left 2rem center;
  display: block;
  color: #141414;
  padding: 0 6.4rem 0 8.4rem;
}
.back_tohome .btn-link::before {
  background-color: #141414;
}

.img_wrapper,
.card_link img {
  overflow: hidden;
}
.card_link img {
  transition: transform 0.3s ease;
  overflow: hidden;
  width: 100%;
  display: block;
}
.card_link:hover img {
  transform: scale(1.1);
}

/*** タブレット 768x ~ 959px***/
@media screen and (min-width: 960px) {
  .btn-link::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    background-color: white;
    transition: transform 0.2s ease;
    border-radius: 5rem;
  }
  .btn-link:hover span {
    color: #141414;
    background: url(../image/icon_apply.svg) no-repeat right 2rem center;
  }
  .btn-link:hover::before {
    transform: scale(1, 1);
  }
  .back_tohome .btn-link:hover span {
    color: white;
    background: url(../image/icon_arrow_left_wh.svg) no-repeat left 2rem center;
  }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .interview_wrap {
    padding: 0 0 8rem;
    font-size: 1.4rem;
  }

  .interview_inner {
    padding: 0 1.6rem;
  }

  .interview_maintenance_box {
    margin-top: -2rem;
    padding: 1.6rem;
  }

  .interview_maintenance_box .dt span {
    padding: 0.4rem 1.6rem;
    font-size: 1.3rem;
  }

  .interview_maintenance_box .dd {
    line-height: 1.75;
    font-size: 2rem;
  }

  .interview_hd01 .eng {
    font-size: 2.8rem;
  }

  .interview_hd02 .jap {
    line-height: 1.2;
    font-size: 3.2rem;
  }

  .interview_hd02 .eng {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }

  .interview_member_profile {
    padding: 4.8rem 0 6.4rem;
    background: linear-gradient(-15deg, #eb0a12 70%, #fff 70%);
  }

  .interview_member_profile .box {
    padding: 1.6rem 2.4rem 2.4rem;
  }

  .interview_member_display {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem 0;
  }

  .interview_member_display .img {
    margin-bottom: 1.6rem;
    padding-top: 18rem;
    width: 18rem;
  }

  .interview_member_display .head {
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
  }

  .interview_member_display .head .entry {
    font-size: 1.2rem;
  }

  .interview_member_display .head .name {
    font-size: 2.4rem;
  }

  .interview_question {
    padding: 8rem 0;
  }

  .interview_question_part .title h3 {
    font-size: 2rem;
  }

  .interview_question_part {
    padding: 4.8rem 0 1.6rem;
  }

  .interview_question_part .banner {
    margin: 0 -1.6rem 3.6rem;
  }

  .interview_question .infos p {
    margin-bottom: 3.2rem;
  }

  .interview_question .infos li + li {
    margin-top: 3.2rem;
  }

  .btn-link {
    height: 7rem;
    max-width: 32rem;
    background-position: right 3.2rem center;
  }
  .btn-link span {
    padding: 0 6rem;
  }
  .back_tohome .btn-link span {
    padding: 0 6rem;
  }

  .interview_otherinterview {
    padding: 6.4rem 0 7.2rem;
  }

  .interview_otherinterview_display {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem 0;
  }

  .interview_otherinterview_display .img {
    margin-bottom: 0;
  }

  .interview_otherinterview_display .introd {
    padding: 1.2rem 1.6rem;
  }

  .interview_otherinterview_display .introd .name {
    font-size: 2.4rem;
  }

  .interview_otherinterview_display .info {
    padding: 1.6rem;
    background: #fff;
    margin-top: 0;
  }

  .interview_otherinterview_display .cate {
    margin-bottom: 0.5rem;
  }

  .interview_otherinterview_display .cate span {
    padding: 0.4rem 1.6rem;
    font-size: 1.3rem;
  }

  .interview_otherinterview_display .tit {
    padding-right: 4rem;
    background: url(../image/icon_arrow_bk.svg) no-repeat right center;
    background-size: 2.8rem;
    font-size: 1.6rem;
  }

  .interview_otherinterview_display .tit:after {
    content: none;
  }

  .back_tohome {
    margin-top: 6.4rem;
  }
}
