@charset "UTF-8";
/* ==============================
  base
============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**formのスタイルリセット**/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  background: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

input[type=text],
select {
  transform: scale(1);
}

*:focus {
  outline: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-align: left;
  font-size: 14px;
  color: #111;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

a {
  display: block;
  color: #111;
  text-decoration: none;
  outline: none;
  transition: 0.4s;
}
a:hover {
  color: #111;
  text-decoration: none;
}

a img {
  transition: 0.4s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

.content__width {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .content__width {
    width: 90%;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.section__head {
  margin-bottom: clamp(10px, 10px + 40 * (100vw - 600px) / 800, 50px);
}

.section__head--en {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: clamp(50px, 50px + 53 * (100vw - 600px) / 800, 103px);
  color: #F2AAA6;
}

.section__head--ja {
  font-weight: 600;
  font-size: clamp(18px, 18px + 10 * (100vw - 600px) / 800, 28px);
}

.btn__link {
  text-align: center;
  position: relative;
  z-index: 1;
}
.btn__link a {
  font-size: clamp(12px, 14px + 4 * (100vw - 600px) / 800, 18px);
  color: #fff;
  background: #111 url(../../img/recruitDX/icon-arrow-white.png) no-repeat 90% center;
  background-size: 12px;
  border-radius: 50px;
  display: inline-block;
  padding: 14px 65px 14px 35px;
  padding-top: clamp(10px, 10px + 4 * (100vw - 600px) / 800, 14px);
  padding-bottom: clamp(10px, 10px + 4 * (100vw - 600px) / 800, 14px);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .btn__link a {
    font-size: 16px;
  }
}
.btn__link a:hover {
  background-color: #953434;
  background-position: 92% center;
  transition: 0.2s;
}

/* ==============================
    footer
============================== */
footer {
  padding-top: 40px;
  text-align: center;
}

.footer__company {
  margin-bottom: 20px;
}
.footer__company--logo {
  max-width: 200px;
  margin: 0 auto 20px;
}
.footer__copyright {
  background-color: #111;
  color: #fff;
  padding: 5px 0;
  font-size: 12px;
}

/* ==============================
    アニメーション
============================== */
/*transition & delay*/
.transition10 {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.delay01 {
  transition-delay: 0.1s;
}

.delay02 {
  transition-delay: 0.2s;
}

.delay03 {
  transition-delay: 0.3s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay05 {
  transition-delay: 0.5s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay07 {
  transition-delay: 0.7s;
}

.delay08 {
  transition-delay: 0.8s;
}

.delay09 {
  transition-delay: 0.9s;
}

.delay10 {
  transition-delay: 1s;
}

.delay11 {
  transition-delay: 1.1s;
}

/*fadein*/
.fadein__bottom {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.9s;
}
.fadein__bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein__right {
  opacity: 0;
  transform: translate(150px, 0);
  transition: all 0.7s;
}
.fadein__right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein__left {
  opacity: 0;
  transform: translate(-150px, 0);
  transition: all 0.7s;
}
.fadein__left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==============================
    INTERVIEW
============================== */
.section__interview {
  background: #F19184;
  padding: clamp(30px, 30px + 50 * (100vw - 600px) / 800, 80px) 0;
  padding-bottom: clamp(20px, 20px + 10 * (100vw - 600px) / 800, 30px);
  position: relative;
}
.section__interview::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 5%;
  background: url(../../img/recruitDX/petal01.png) no-repeat left bottom;
  background-size: 100%;
  width: 100px;
  height: 90px;
}
@media screen and (max-width: 800px) {
  .section__interview::before {
    top: -50px;
    width: 80px;
    height: 70px;
  }
}
.section__interview::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 5%;
  background: url(../../img/recruitDX/petal02.png) no-repeat center;
  background-size: 100%;
  width: 76px;
  height: 72px;
}
@media screen and (max-width: 800px) {
  .section__interview::after {
    width: 66px;
    height: 62px;
  }
}

.section__head.interview {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(30px, 30px + 40 * (100vw - 600px) / 800, 70px);
}
.section__head.interview .section__head--en {
  color: #fff;
}

.interview__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .interview__list {
    flex-wrap: wrap;
  }
}
.interview__item {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .interview__item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 50px;
  }
}
.interview__item:hover .interview__arrow {
  right: -10px;
  background-color: #111;
  transition: 0.2s;
}
.interview__item:hover .interview__arrow::after {
  content: "";
  background: url(../../img/recruitDX/icon-arrow-white.png) no-repeat center;
  background-size: 100%;
  transition: 0.3s;
}
.interview__item:hover .interview__img img {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .interview__item:last-child {
    margin-bottom: 0;
  }
}
.interview__img {
  background-color: #fff;
  border-radius: 150px;
}
.interview__img img {
  border-radius: 150px;
}
.interview__prof {
  color: #fff;
  position: relative;
  transform: translateY(-115px);
}
@media screen and (max-width: 800px) {
  .interview__prof {
    transform: translateY(-65px);
  }
}
.interview__post {
  display: inline-block;
  background-color: #111;
  border-radius: 50px;
  padding: 6px 30px;
  font-size: clamp(16px, 16px + 2 * (100vw - 600px) / 800, 18px);
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid #fff;
}
.interview__num {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: clamp(40px, 40px + 18 * (100vw - 600px) / 800, 58px);
  margin-bottom: 10px;
  line-height: 1;
}
.interview__name {
  font-size: clamp(18px, 18px + 2 * (100vw - 600px) / 800, 20px);
  margin-bottom: 14px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .interview__name {
    font-size: 20px;
  }
}
.interview__com {
  font-size: clamp(16px, 16px + 2 * (100vw - 600px) / 800, 18px);
}
.interview__arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: -50px;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .interview__arrow {
    bottom: -60px;
  }
}
.interview__arrow::after {
  content: "";
  background: url(../../img/recruitDX/icon-arrow-black.png) no-repeat center;
  background-size: 100%;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}