/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@charset "UTF-8";
/*! 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=Barlow+Condensed:wght@300;400&family=Libre+Baskerville&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  /* 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;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* Webフォント */
/* Webフォント */
b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 980px) {
  body {
    font-size: 1.6rem;
    line-height: 2em;
    letter-spacing: 0.03em;
  }
}
/* =============================================
- feature
================================================ */
@media screen and (min-width: 980px) {
  #feature {
    padding-top: 160px;
  }
  #feature .title_style_recruit {
    margin-top: 0px;
  }
}
#feature .inner {
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
#feature .banner {
  display: block;
  color: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#feature .banner + .banner {
  margin-top: 60px;
}
#feature .banner:hover {
  color: #EF8543;
}
#feature .banner .img {
  width: 100%;
  vertical-align: bottom;
}
#feature .banner .text {
  display: block;
  width: 245px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: 0;
  background: url("../img/interview/banner_icon.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 245px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

#interview {
  padding-bottom: 0;
}
#interview a {
  display: block;
}
#interview .interview_list_item {
  width: 100%;
}
#interview .iterview_thumbnail,
#interview .interview_thumbnail{
  width: 100%;
  aspect-ratio: 4 / 3;     
  overflow: hidden;
  background: #eee;         
  margin: 0 auto 30px;
}
#interview .iterview_thumbnail img,
#interview .interview_thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;         
  display: block;
}
#interview .interview_list_item .position {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  color: #282828;
}
#interview .interview_list_item .name {
  font-size: 2.4rem;
  color: #F86000;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
#interview .interview_list_item .description {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  color: #282828;
}
#interview .interview_list_item .date {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #282828;
}
#interview .interview_list_item + .interview_list_item {
  margin-top: 60px;
}
#interview .navigation {
  width: 100%;
  margin-top: 50px;
}
#interview .navigation .nav-links {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#interview .navigation .nav-links .page-numbers {
  font-size: 2rem;
  color: #EF8543;
  display: inline-block;
  padding: 0 5px;
}
#interview .navigation .nav-links .current {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  background-color: #EF8543;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#interview .navigation .nav-links .prev {
  position: relative;
}
#interview .navigation .nav-links .prev::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #EF8543;
  border-left: solid 2px #EF8543;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -5px;
  top: 50%;
  left: 0;
}
#interview .navigation .nav-links .next {
  position: relative;
}
#interview .navigation .nav-links .next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #EF8543;
  border-right: solid 2px #EF8543;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
  top: 50%;
  right: 0;
}

@media screen and (min-width: 768px) {
  #interview .inteview_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 20px;
    margin: 0 auto;
  }
  #interview .interview_list_item {
    max-width: 260px;
    width: calc(33.3333333333% - 20px);
  }
  #interview .interview_list_item .iterview_thumbnail {
    margin-bottom: 20px;
  }
  #interview .interview_list_item .iterview_thumbnail img {
    width: 100%;
  }
  #interview .interview_list_item .position {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  #interview .interview_list_item .name {
    font-size: 2.4rem;
    color: #F86000;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
  #interview .interview_list_item .description {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  #interview .interview_list_item .date {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  #interview .interview_list_item + .interview_list_item {
    margin-top: 0;
  }
  .navigation {
    width: 100%;
    margin-top: 50px;
  }
  .navigation .nav-links {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation .nav-links .page-numbers {
    font-size: 2rem;
    color: #EF8543;
    display: inline-block;
  }
  .navigation .nav-links .current {
    font-size: 2rem;
    color: #fff;
    display: inline-block;
    background-color: #EF8543;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
  }
  .navigation .nav-links .prev {
    position: relative;
  }
  .navigation .nav-links .prev::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 2px #EF8543;
    border-left: solid 2px #EF8543;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -5px;
    top: 50%;
    left: 0%;
  }
  .navigation .nav-links .next {
    position: relative;
  }
  .navigation .nav-links .next::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 2px #EF8543;
    border-right: solid 2px #EF8543;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -5px;
    top: 50%;
    right: 0%;
  }
}
@media screen and (min-width: 980px) {
  #interview .inner {
    max-width: 1120px;
    margin: 0 auto;
  }
  #interview .inteview_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 30px;
    max-width: 1120px;
    margin: 0 auto;
  }
  #interview .interview_list_item {
    max-width: 260px;
  }
  #interview .interview_list_item a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  #interview .interview_list_item .iterview_thumbnail {
    margin: 0 auto 20px;
    max-width: 350px;
    text-align: center;
  }
  #interview .interview_list_item .iterview_thumbnail img {
    width: 100%;
  }
  #interview .interview_list_item .position {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  #interview .interview_list_item .name {
    font-size: 2.4rem;
    color: #F86000;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
  #interview .interview_list_item .description {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  #interview .navigation {
    width: 100%;
    margin-top: 50px;
  }
  #interview .navigation .nav-links {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #interview .navigation .nav-links .page-numbers {
    font-size: 2rem;
    color: #EF8543;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  #interview .navigation .nav-links .page-numbers:hover {
    opacity: 0.7s;
  }
  #interview .navigation .nav-links .current {
    font-size: 2rem;
    color: #fff;
    display: inline-block;
    background-color: #EF8543;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
  }
  #interview .navigation .nav-links .prev {
    position: relative;
  }
  #interview .navigation .nav-links .prev::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 2px #EF8543;
    border-left: solid 2px #EF8543;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -5px;
    top: 50%;
    left: 0;
  }
  #interview .navigation .nav-links .next {
    position: relative;
  }
  #interview .navigation .nav-links .next::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 2px #EF8543;
    border-right: solid 2px #EF8543;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -5px;
    top: 50%;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  #interview .inteview_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 26px;
  }
  #interview .interview_list_item {
    width: 25%;
    max-width: 260px;
  }
  #interview .interview_list_item .iterview_thumbnail {
    max-width: 350px;
    text-align: center;
  }
  #interview .interview_list_item .iterview_thumbnail img {
    width: 100%;
  }
}
#interview_title {
  padding: 50px 0 40px 30px;
}
#interview_title .top_title {
  font-family: "Libre Baskerville";
  font-size: 3.5rem;
  line-height: 1;
  max-width: 1120px;
  margin: 0 auto;
}
#interview_title .top_title span {
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-text-decoration: underline 2px #EF8543;
          text-decoration: underline 2px #EF8543;
  text-underline-offset: 10px;
}

#interview_detail_fv .fv_bg {
  width: 100vw;
  position: relative;
}
#interview_detail_fv .fv_bg img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 0;
     object-position: center 0;
  overflow: hidden;
}
#interview_detail_fv .fv_bg::after {
  content: "";
  background-image: url(../img/interview/layer.png);
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
}
#interview_detail_fv .fv_bg .fv_text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  z-index: 10;
}

.fv_info {
  width: 100%;
  background-color: #EF8543;
  padding: 30px 40px 20px 20px;
}
.fv_info .name {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #000;
}
.fv_info .position {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #000000;
  color: #000;
}
.fv_info .date {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    margin: 0 auto;
    padding-left: 30px;
  }
  #interview_title {
    padding: 50px 0 30px 30px;
  }
  #interview_title .top_title {
    font-size: 4rem;
    line-height: 1;
  }
  #interview_title .top_title span {
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-text-decoration: underline 2px #EF8543;
            text-decoration: underline 2px #EF8543;
    text-underline-offset: 10px;
    vertical-align: 10px;
  }
  #interview_detail_fv .fv_bg {
    width: 100vw;
    position: relative;
  }
  #interview_detail_fv .fv_bg img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0px 0;
       object-position: 0px 0;
  }
  #interview_detail_fv .fv_bg::after {
    content: "";
    background-image: url(../img/interview/layer.png);
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #interview_detail_fv .fv_bg .fv_text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    z-index: 10;
    line-height: 1.5;
  }
  .fv_info {
    width: 100%;
    background-color: #EF8543;
    padding: 40px 20px;
  }
  .fv_info .name {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .fv_info .position {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 2px #000000;
  }
  .fv_info .date {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) {
  .breadcrumb {
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 0;
  }
  #interview_title {
    padding: 50px 0 40px 0px;
  }
  #interview_title .top_title {
    max-width: 1120px;
    font-size: 4.5rem;
    line-height: 1;
  }
  #interview_title .top_title span {
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-text-decoration: underline 2px #EF8543;
            text-decoration: underline 2px #EF8543;
    text-underline-offset: 10px;
    vertical-align: 10px;
  }
  #interview_detail_fv {
    width: 100vw;
  }
  #interview_detail_fv .fv_bg {
    width: 100vw;
    position: relative;
  }
  #interview_detail_fv .fv_bg img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0px 0px;
       object-position: 0px 0px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1280px) {
  #interview_detail_fv .fv_bg img {
    -o-object-position: 0 center;
       object-position: 0 center;
  }
}
@media screen and (min-width: 980px) {
  #interview_detail_fv .fv_bg::after {
    content: "";
    background-image: url(../img/interview/layer.png);
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 980px) {
  #interview_detail_fv .fv_bg .fv_text {
    position: absolute;
    left: 160px;
    bottom: 80px;
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    z-index: 10;
    line-height: 1.5;
  }
}
@media screen and (min-width: 980px) {
  .fv_info {
    width: 100%;
    background-color: #EF8543;
    padding: 45px 40px 45px 30px;
  }
  .fv_info .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
    gap: 0 30px;
    position: relative;
  }
  .fv_info .flex::after {
    content: "";
    position: absolute;
    width: 405px;
    height: 2px;
    background-color: #000;
    display: block;
    bottom: 5px;
    left: 0;
    z-index: 10;
  }
  .fv_info .name {
    line-height: 1.5;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000;
  }
  .fv_info .position {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 0;
    border-bottom: none;
  }
  .fv_info .date {
    max-width: 1120px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .fv_info {
    width: 100%;
    background-color: #EF8543;
    padding: 45px 40px 45px 30px;
  }
}
.question_image {
  width: 100%;
  margin: 0 auto 30px;
}
.question_image img {
  width: 100%;
  height: auto;
}

.question_item {
  margin-bottom: 60px;
}

.question_text {
  width: 100%;
}
.question_text .question_num {
  font-size: 1.8rem;
  font-weight: 700;
  color: #EF8543;
  margin-bottom: 10px;
}
.question_text .question_reason {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: solid 2px #EF8543;
}
.question_text .question_answer {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.question_text .question_message {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 500;
}
.question_text .question_message strong {
  background-color: #EF8543;
  color: #fff;
  font-weight: 700;
  padding: 3px 4px;
  margin: 0 0.1em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .question_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    gap: 0px 40px;
  }
  .question_item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .question_image {
    width: 40%;
    margin: 0 auto 50px;
  }
  .question_image img {
    width: 100%;
    height: auto;
  }
  .question_text {
    width: 60%;
    padding: 0;
  }
  .question_text .question_num {
    font-size: 1.8rem;
    font-weight: 700;
    color: #EF8543;
    margin-bottom: 10px;
  }
  .question_text .question_reason {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .question_text .question_answer {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .question_text .question_message {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-weight: 500;
  }
  .question_text .question_message strong {
    background-color: #EF8543;
    color: #fff;
    font-weight: 700;
    padding: 3px 4px;
  }
}
@media screen and (min-width: 980px) {
  #interview_question {
    max-width: 1200px;
    margin: 0 auto;
  }
  .question_image {
    width: 50%;
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .question_image img {
    width: 100%;
    height: auto;
  }
  .question_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
    padding: 0;
    gap: 0px 100px;
  }
  .question_item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .question_text {
    width: 50%;
    padding: 0;
  }
  .question_text .question_num {
    font-size: 1.8rem;
    font-weight: 700;
    color: #EF8543;
    margin-bottom: 5px;
  }
  .question_text .question_reason {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .question_text .question_answer {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .question_text .question_message {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 500;
  }
  .question_text .question_message strong {
    background-color: #EF8543;
    color: #fff;
    font-weight: 700;
    padding: 5px 4px;
  }
}
.message .message_image {
  width: 100%;
  margin: 0 auto 30px;
}
.message .message_image img {
  width: 100%;
}
.message .message_title {
  color: #EF8543;
  font-weight: 700;
  margin-bottom: 10px;
}
.message .message_to {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: solid 2px #EF8543;
}
.message .message_main {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.4;
}
.message .message_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.message .message_text strong {
  background-color: #EF8543;
  padding: 3px 4px;
  margin: 0 0.1em;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .message {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
  }
  .message .message_image {
    width: 40%;
    margin: 0 auto;
  }
  .message .message_image img {
    width: 100%;
  }
  .message .message_text_block {
    width: 60%;
  }
  .message .message_title {
    color: #EF8543;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .message .message_to {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 5px;
  }
  .message .message_main {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  .message .message_text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
  }
  .message .message_text strong {
    background-color: #EF8543;
    padding: 5px 4px;
    color: #fff;
    font-weight: 700;
    line-height: 2.2;
  }
}
@media screen and (min-width: 980px) {
  .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 80px;
    max-width: 1120px;
    margin: 0 auto;
  }
  .message .message_image {
    max-width: 360px;
    width: 100%;
    margin: 0;
  }
  .message .message_image img {
    width: 100%;
  }
  .message .message_text_block {
    padding: 0;
    width: 100%;
    max-width: 680px;
  }
  .message .message_title {
    color: #EF8543;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .message .message_to {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .message .message_main {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .message .message_text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.1;
  }
  .message .message_text strong {
    background-color: #EF8543;
    padding: 5px 5px;
    margin: 0 0.1em;
    color: #fff;
    font-weight: 700;
    line-height: 2;
  }
}
.interview_btngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto 60px;
  padding: 5vw;
  position: relative;
}
.interview_btngroup .prev_link {
  position: relative;
}
.interview_btngroup .prev_link .none {
  visibility: hidden;
}
.interview_btngroup .prev_link::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-left: solid 2px #EF8543;
  border-bottom: solid 2px #EF8543;
  bottom: 50%;
  margin-bottom: -5px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.interview_btngroup .prev_link .text {
  padding-left: 20px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
.interview_btngroup .back_btn {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.interview_btngroup .back_btn a {
  display: block;
  width: 124px;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #F86000;
  border-radius: 10px;
  text-align: center;
  margin-top: -5px;
}
.interview_btngroup .back_btn p {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.interview_btngroup .next_link {
  position: relative;
}
.interview_btngroup .next_link .none {
  visibility: hidden;
}
.interview_btngroup .next_link::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px #EF8543;
  border-top: solid 2px #EF8543;
  bottom: 50%;
  margin-bottom: -5px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.interview_btngroup .next_link .text {
  padding-right: 20px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
.interview_btngroup.prev_none {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .interview_btngroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
    padding: 0 3vw;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    position: relative;
  }
  .interview_btngroup .prev_link {
    position: relative;
  }
  .interview_btngroup .prev_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }
  .interview_btngroup .prev_link a .img {
    padding-left: 20px;
  }
  .interview_btngroup .prev_link a .img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .interview_btngroup .prev_link a .prev_interviewer {
    padding-top: 5px;
  }
  .interview_btngroup .prev_link a .position {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .interview_btngroup .prev_link a .name {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
  }
  .interview_btngroup .prev_link::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-left: solid 2px #EF8543;
    border-bottom: solid 2px #EF8543;
    bottom: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .interview_btngroup .back_btn a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    background-color: #F86000;
    width: 164px;
    padding: 15px 35px;
    border-radius: 10px;
    text-align: center;
  }
  .interview_btngroup .back_btn p {
    color: #fff;
    font-weight: 700;
  }
  .interview_btngroup .next_link {
    position: relative;
  }
  .interview_btngroup .next_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    text-align: right;
  }
  .interview_btngroup .next_link a .next_interviewer {
    padding-top: 5px;
  }
  .interview_btngroup .next_link a .img {
    padding-right: 20px;
  }
  .interview_btngroup .next_link a img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .interview_btngroup .next_link a .position {
    color: #000;
    font-size: 1.2rem;
    vertical-align: 10px;
    margin-bottom: 5px;
  }
  .interview_btngroup .next_link a .name {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
  }
  .interview_btngroup .next_link::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-right: solid 2px #EF8543;
    border-top: solid 2px #EF8543;
    bottom: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 980px) {
  .interview_btngroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2vw;
    margin-bottom: 120px;
  }
  .interview_btngroup .prev_link {
    position: relative;
  }
  .interview_btngroup .prev_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  }
  .interview_btngroup .prev_link a .img {
    padding-left: 30px;
  }
  .interview_btngroup .prev_link a .position {
    color: #000;
    font-size: 1.6rem;
  }
  .interview_btngroup .prev_link a .name {
    color: #000;
    font-size: 2.4rem;
  }
  .interview_btngroup .prev_link::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-left: solid 2px #EF8543;
    border-bottom: solid 2px #EF8543;
    bottom: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .interview_btngroup .prev_link:hover::after {
    left: -5px;
  }
  .interview_btngroup .back_btn a {
    width: 204px;
    padding: 20px 49px;
    text-decoration: none;
    background-color: #F86000;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border: solid 1px #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .interview_btngroup .back_btn p {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .interview_btngroup .back_btn:hover {
    cursor: pointer;
  }
  .interview_btngroup .back_btn:hover a {
    background-color: #fff;
    border-color: #F86000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .interview_btngroup .back_btn:hover p {
    color: #F86000;
  }
  .interview_btngroup .next_link {
    position: relative;
  }
  .interview_btngroup .next_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    text-align: right;
  }
  .interview_btngroup .next_link a .img {
    padding-right: 30px;
  }
  .interview_btngroup .next_link a .position {
    color: #000;
    font-size: 1.6rem;
  }
  .interview_btngroup .next_link a .name {
    color: #000;
    font-size: 2.4rem;
  }
  .interview_btngroup .next_link::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-right: solid 2px #EF8543;
    border-top: solid 2px #EF8543;
    bottom: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .interview_btngroup .next_link:hover::after {
    right: -5px;
  }
}