*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 52em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  line-break: strict;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 52em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  color: #333;
}

@media only screen and (max-width: 52em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 52.0625em) {
  .sp-only {
    display: none !important;
  }
}

.new-interview .c-kv.interview-kv {
  height: calc(636 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .c-kv.interview-kv {
    height: calc(792 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .kv-inner {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 52em) {
  .new-interview .kv-inner {
    justify-content: flex-start;
  }
}
.new-interview .kv-img {
  width: calc(700 / 1440 * var(--inner-width) * 1px);
  height: calc(560 / 1440 * var(--inner-width) * 1px);
  border-radius: calc(56 / 1440 * var(--inner-width) * 1px);
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: unset;
  left: unset;
  right: calc(-100 / 1440 * var(--inner-width) * 1px);
  z-index: 3;
}
@media only screen and (max-width: 52em) {
  .new-interview .kv-img {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    height: calc(288 / 400 * var(--inner-width) * 1px);
    border-radius: calc(28 / 400 * var(--inner-width) * 1px);
    bottom: calc(96 / 400 * var(--inner-width) * 1px);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: unset;
  }
}
.new-interview .kv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.new-interview .kv-name {
  margin-top: calc(40 / 1440 * var(--inner-width) * 1px);
  font-size: calc(24 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #00a03f;
  margin-bottom: calc(8 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .kv-name {
    margin-top: calc(30 / 400 * var(--inner-width) * 1px);
    font-size: calc(18 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .kv-text {
  font-size: calc(18 / 1440 * var(--inner-width) * 1px);
  font-weight: 400;
}
@media only screen and (max-width: 52em) {
  .new-interview .kv-text {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-wrap {
  padding: min(120px, 120 / 1440 * var(--inner-width) * 1px) 0;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-wrap {
    padding: calc(64 / 400 * var(--inner-width) * 1px) 0;
  }
}
.new-interview .interview-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block {
    flex-direction: column;
    gap: calc(40 / 400 * var(--inner-width) * 1px);
    width: 100%;
    padding: 0 calc(20 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-block img {
  width: min(389px, 389 / 1440 * var(--inner-width) * 1px);
  border-radius: min(56px, 56 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block img {
    width: 100%;
    border-radius: calc(28 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-block + .interview-block {
  margin-top: min(80px, 80 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block + .interview-block {
    margin-top: calc(64 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block.interview02 {
    flex-direction: column-reverse;
  }
}
.new-interview .interview-body {
  width: min(693px, 693 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-body {
    width: 100%;
  }
}
.new-interview .interview-title-num {
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #00a03f;
  margin-bottom: min(16px, 16 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-title-num {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-title {
  font-size: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-title {
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-title span {
  color: #00a03f;
}
.new-interview .interview-title-sub {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: min(12px, 12 / 1440 * var(--inner-width) * 1px);
  margin-top: min(8px, 8 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-title-sub {
    font-size: calc(18 / 400 * var(--inner-width) * 1px);
    gap: calc(12 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-title-sub::before {
  display: block;
  content: "";
  width: min(80px, 80 / 1440 * var(--inner-width) * 1px);
  height: min(3px, 3 / 1440 * var(--inner-width) * 1px);
  border-top: 1px dashed #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-title-sub::before {
    width: calc(80 / 400 * var(--inner-width) * 1px);
    height: calc(3 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-text {
  margin-top: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-text {
    margin-top: calc(20 / 400 * var(--inner-width) * 1px);
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-block03 {
  margin-top: min(216px, 216 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(120px, 120 / 1440 * var(--inner-width) * 1px);
  padding-bottom: min(200px, 200 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block03 {
    margin-top: calc(144 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(64 / 400 * var(--inner-width) * 1px);
    padding-bottom: 0;
  }
}
.new-interview .interview-block03 .interview-img03 {
  width: 100%;
  height: min(480px, 480 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block03 .interview-img03 {
    height: calc(280 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-block03 .interview-img03 img {
  width: 100%;
  height: min(480px, 480 / 1440 * var(--inner-width) * 1px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block03 .interview-img03 img {
    height: calc(280 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-block03 .interview-img03::before {
  display: block;
  content: "";
  width: min(347px, 347 / 1440 * var(--inner-width) * 1px);
  height: min(176px, 176 / 1440 * var(--inner-width) * 1px);
  background: url(../img/people/interview03/road-1.png) no-repeat center center/cover;
  width: min(347px, 347 / 1440 * var(--inner-width) * 1px);
  height: min(176px, 176 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  top: max(-176px, -176 / 1440 * var(--inner-width) * 1px);
  right: 0;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block03 .interview-img03::before {
    background: url(../img/people/interview03/road-1-sp.png) no-repeat center center/cover;
    width: calc(160 / 400 * var(--inner-width) * 1px);
    height: calc(80 / 400 * var(--inner-width) * 1px);
    top: calc(-80 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-block03 .interview-img03::after {
  display: block;
  content: "";
  width: min(347px, 347 / 1440 * var(--inner-width) * 1px);
  height: min(176px, 176 / 1440 * var(--inner-width) * 1px);
  background: url(../img/people/interview03/road-2.png) no-repeat center center/cover;
  width: min(347px, 347 / 1440 * var(--inner-width) * 1px);
  height: min(176px, 176 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: max(-176px, -176 / 1440 * var(--inner-width) * 1px);
  left: 0;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block03 .interview-img03::after {
    display: none;
  }
}
.new-interview .interview-block03 .interview-q3 {
  width: min(893px, 893 / 1440 * var(--inner-width) * 1px);
  border-radius: min(56px, 56 / 1440 * var(--inner-width) * 1px) 0 0 0;
  background: #fff;
  padding: min(80px, 80 / 1440 * var(--inner-width) * 1px) min(120px, 120 / 1440 * var(--inner-width) * 1px) 0 min(80px, 80 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: 0;
  left: calc(50% - min(173px, 173 / 1440 * var(--inner-width) * 1px));
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block03 .interview-q3 {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    border-radius: calc(28 / 400 * var(--inner-width) * 1px) calc(28 / 400 * var(--inner-width) * 1px) 0 0;
    padding: calc(56 / 400 * var(--inner-width) * 1px) calc(20 / 400 * var(--inner-width) * 1px) 0;
    position: relative;
    bottom: unset;
    left: unset;
    margin: calc(-56 / 400 * var(--inner-width) * 1px) auto 0;
  }
}
.new-interview .interview-body.q5 {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-body.q5 {
    padding-top: calc(160 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(200 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .interview-body.q5 .interview-title-num {
  text-align: center;
}
.new-interview .interview-body.q5 .interview-title {
  text-align: center;
}
.new-interview .interview-body.q5 .interview-title-sub {
  padding-left: min(143px, 143 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-body.q5 .interview-title-sub {
    padding-left: 0;
  }
}
.new-interview .interview-body.q5::before {
  display: block;
  content: "";
  background: url(../img/people/interview03/ornament-1.svg) no-repeat center center/contain;
  width: min(184px, 184 / 1440 * var(--inner-width) * 1px);
  height: min(120px, 120 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  top: max(-40px, -40 / 1440 * var(--inner-width) * 1px);
  left: max(-239px, -239 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-body.q5::before {
    width: calc(184 / 400 * var(--inner-width) * 1px);
    height: calc(120 / 400 * var(--inner-width) * 1px);
    left: 0;
    top: 0;
  }
}
.new-interview .interview-body.q5::after {
  display: block;
  content: "";
  background: url(../img/people/interview03/ornament-2.svg) no-repeat center center/contain;
  width: min(160px, 160 / 1440 * var(--inner-width) * 1px);
  height: min(160px, 160 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  right: max(-203px, -203 / 1440 * var(--inner-width) * 1px);
  bottom: max(-120px, -120 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-body.q5::after {
    width: calc(160 / 400 * var(--inner-width) * 1px);
    height: calc(160 / 400 * var(--inner-width) * 1px);
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block.interview-block06 {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.new-interview .interview-block.interview-block06 img {
  width: min(509px, 509 / 1440 * var(--inner-width) * 1px);
  border-radius: 0 min(56px, 56 / 1440 * var(--inner-width) * 1px) min(56px, 56 / 1440 * var(--inner-width) * 1px) 0;
  margin-left: max(-120px, -120 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .interview-block.interview-block06 img {
    border-radius: calc(28 / 400 * var(--inner-width) * 1px);
    width: 100%;
    margin: auto;
  }
}
.new-interview .other-interview {
  position: relative;
  padding-bottom: min(80px, 80 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .other-interview {
    padding-bottom: 0;
  }
}
.new-interview .other-interview::before {
  display: block;
  content: "";
  width: 100%;
  height: min(394px, 394 / 1440 * var(--inner-width) * 1px);
  background: #e0f4e7;
  border-radius: min(40px, 40 / 1440 * var(--inner-width) * 1px) min(40px, 40 / 1440 * var(--inner-width) * 1px) 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 52em) {
  .new-interview .other-interview::before {
    height: calc(418 / 400 * var(--inner-width) * 1px);
    border-radius: 0;
  }
}
.new-interview .other-title {
  font-size: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .other-title {
    font-size: calc(32 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .other-title span {
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #00a03f;
}
@media only screen and (max-width: 52em) {
  .new-interview .other-title span {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .top-jobs__person {
  margin-top: min(64px, 64 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (min-width: 52.0625em) {
  .new-interview .top-jobs__person {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (max-width: 52em) {
  .new-interview .top-jobs__person {
    margin-top: calc(64 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(104 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 52.0625em) {
  .new-interview .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(34px, 34 / 1440 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 52em) {
  .new-interview .swiper-wrapper {
    justify-content: flex-start;
    margin: auto;
  }
}
@media only screen and (min-width: 52.0625em) {
  .new-interview .swiper-slide {
    width: min(224px, 224 / 1440 * var(--inner-width) * 1px) !important;
  }
}
@media only screen and (max-width: 52em) {
  .new-interview .swiper-slide {
    width: calc(224 / 400 * var(--inner-width) * 1px) !important;
  }
}
.new-interview .top-person__link {
  width: min(224px, 224 / 1440 * var(--inner-width) * 1px);
  display: block;
}
@media only screen and (max-width: 52em) {
  .new-interview .top-person__link {
    width: calc(224 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .top-person__link:hover .more-arrow {
  background: #ec091e;
}
.new-interview .top-person__link:hover .more-arrow .arrow.arrow-1 {
  color: #fff;
  transform: translateX(200%);
}
.new-interview .top-person__link:hover .more-arrow .arrow.arrow-2 {
  color: #fff;
  transform: translateX(0);
}
.new-interview .person-thumbnail {
  width: 100%;
  height: min(320px, 320 / 1440 * var(--inner-width) * 1px);
  border-radius: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 52em) {
  .new-interview .person-thumbnail {
    height: calc(320 / 400 * var(--inner-width) * 1px);
    border-radius: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .person-thumbnail .more-arrow {
  position: absolute;
  bottom: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  right: min(8px, 8 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .person-thumbnail .more-arrow {
    bottom: calc(8 / 400 * var(--inner-width) * 1px);
    right: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .person-name {
  text-align: center;
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-top: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-interview .person-name {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    margin-top: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .person-dept {
  text-align: center;
  font-size: min(14px, 14 / 1440 * var(--inner-width) * 1px);
  font-weight: 400;
}
@media only screen and (max-width: 52em) {
  .new-interview .person-dept {
    font-size: calc(14 / 400 * var(--inner-width) * 1px);
  }
}
.new-interview .top-person__wrap {
  position: relative;
  width: 100%;
}
.new-interview .top-person__wrap .line02 {
  width: min(347px, 347 / 1440 * var(--inner-width) * 1px);
  height: min(434px, 434 / 1440 * var(--inner-width) * 1px);
  display: block;
  max-width: unset;
  position: absolute;
  top: max(-353px, -353 / 1440 * var(--inner-width) * 1px);
  right: calc(50% + min(367px, 367 / 1440 * var(--inner-width) * 1px));
}
.new-interview .top-person__wrap .line02 path {
  vector-effect: non-scaling-stroke;
}
@media only screen and (max-width: 52em) {
  .new-interview .top-person__wrap .line02 {
    display: none;
  }
}
.new-interview .top-person__wrap .line03 {
  width: min(80px, 80 / 1440 * var(--inner-width) * 1px);
  height: min(136px, 136 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: max(-136px, -136 / 1440 * var(--inner-width) * 1px);
  left: calc(50% + min(365px, 365 / 1440 * var(--inner-width) * 1px));
}
@media only screen and (max-width: 52em) {
  .new-interview .top-person__wrap .line03 {
    width: calc(40 / 400 * var(--inner-width) * 1px);
    height: calc(80 / 400 * var(--inner-width) * 1px);
    bottom: calc(-70 / 400 * var(--inner-width) * 1px);
    left: unset;
    right: calc(93 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 52.0625em) {
  .new-interview .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 52em) {
  .new-interview .swiper-button-prev {
    background: url(../img/top/arrow-prev.png) no-repeat center center/contain;
    width: calc(40 / 400 * var(--inner-width) * 1px);
    height: calc(40 / 400 * var(--inner-width) * 1px);
    bottom: calc(40 / 400 * var(--inner-width) * 1px);
    top: unset;
    left: calc(114 / 400 * var(--inner-width) * 1px);
    right: unset;
  }
}
.new-interview .swiper-button-prev::after {
  display: none;
}
@media only screen and (min-width: 52.0625em) {
  .new-interview .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 52em) {
  .new-interview .swiper-button-next {
    background: url(../img/top/arrow-next.png) no-repeat center center/contain;
    width: calc(40 / 400 * var(--inner-width) * 1px);
    height: calc(40 / 400 * var(--inner-width) * 1px);
    bottom: calc(40 / 400 * var(--inner-width) * 1px);
    top: unset;
    right: calc(114 / 400 * var(--inner-width) * 1px);
    left: unset;
  }
}
.new-interview .swiper-button-next::after {
  display: none;
}/*# sourceMappingURL=interview03.css.map */