@charset "UTF-8";
/* scssファイルあり cssファイルは絶対に変更しないでください。 */
.hp_dib {
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .hp_dn_lg {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hp_dn_md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hp_dn_sp {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .hp_dn_xs {
    display: none;
  }
}

.hp_fz14 {
  font-size: 1.4rem;
}

.hp_grow1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hp_mb2r {
  margin-bottom: 2rem;
}

.hp_mb3r {
  margin-bottom: 3rem;
}

.hp_mb0 {
  margin-bottom: 0;
}

.hp_mb5r {
  margin-bottom: 5rem;
}

.hp_shrink0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l_inner, .l_inner_interview {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l_main {
  padding: 8rem 1rem 13rem;
}

.l_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 1rem;
}

@media screen and (max-width: 767px) {
  .l_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l_main_col {
  width: 100%;
  max-width: 80rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 5rem;
}

.l_main_col.-work {
  max-width: 96rem;
}

.l_side_col {
  width: 30%;
  max-width: 300px;
  min-width: 180px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 8rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 1199px) {
  .l_side_col {
    margin-right: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .l_side_col {
    max-width: unset;
    margin-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.l_item {
  margin-bottom: 5rem;
}

.l_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_flex > :not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px;
}

.l_flex.-gap0 > :not(:last-child) {
  margin-right: 0px;
}

.l_flex.-gap2 > :not(:last-child) {
  margin-right: 30px;
}

.l_flex.-gap3 > :not(:last-child) {
  margin-right: 50px;
}

.l_flex.-gap4 > :not(:last-child) {
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .l_flex {
    display: block;
  }
  .l_flex > :not(:root):not(:root) {
    margin-right: 0;
  }
}

.l_flex.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .l_flex.-spCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l_flex.-spCenter > :not(:root) {
    margin-right: 0;
  }
}

.CommonBox > .l_flex:not([class*="hp_mb"]) {
  margin-bottom: -2rem;
}

.l_inner_interview {
  max-width: 960px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: inherit;
  text-align: left;
}

fieldset {
  min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a img {
  border: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

a {
  text-decoration: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./css/fonts/slick.eot");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 10px;
  color: #333;
  font-family: "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  line-height: 1.75;
}

body {
  font-size: 1.6rem;
  overflow: hidden;
  padding-top: 10rem;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 6rem;
  }
}

body.customize-support .Header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.customize-support .Header {
    top: 0px;
  }
  #wpadminbar {
    display: none;
  }
  html {
    margin-top: 0 !important;
  }
}

.Header__Hamburger {
  position: absolute;
  top: 0;
  right: 0;
}

.Hamburger {
  width: 6rem;
  height: 6rem;
  background-color: #f0f0f0;
  display: none;
  position: relative;
  color: #2861b5;
  z-index: 1;
  overflow: hidden;
}

.Hamburger::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 200%;
  height: 200%;
  background-color: #0092e5;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Hamburger.is-active {
  color: #fff;
}

.Hamburger.is-active::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .Hamburger {
    display: inline-block;
  }
}

.Hamburger__text {
  font-size: 10px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #2861b5;
}

.Hamburger__line {
  background-color: currentColor;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 2rem;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media screen and (max-width: 767px) {
  .Hamburger__line {
    display: inline-block;
  }
}

.Hamburger.is-active .Hamburger__line {
  background-color: transparent;
}

.Hamburger__line::before, .Hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: currentColor;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.Hamburger__line::before {
  top: -5px;
}

.Hamburger.is-active .Hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.Hamburger__line::after {
  top: 5px;
}

.Hamburger.is-active .Hamburger__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.Hamburger.-active .Hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-1.2rem) rotate(45deg);
      -ms-transform: translateY(-1.2rem) rotate(45deg);
          transform: translateY(-1.2rem) rotate(45deg);
}

.Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Pagination__link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
  margin-right: 3px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.Pagination__link:last-child {
  margin-right: 0;
}

.Pagination__link.-current {
  background-color: #d5d5d5;
  font-weight: 700;
  pointer-events: none;
}

.Pagination__link:hover {
  text-decoration: underline;
  color: #2861b5;
}

.Pagination__link:hover .Pagination__item-title {
  color: #2861b5;
}

.CtaBlock {
  display: block;
  background-color: #f3fafe;
  padding-top: 30px;
  padding-bottom: 30px;
}

.CtaBlock__title {
  display: table;
  margin: 0 auto;
  font-size: 4rem;
  color: #2861b5;
  font-weight: 700;
  position: relative;
  padding-top: 20px;
}

.CtaBlock__title::after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/common/logo-small.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 67px;
  height: 52px;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}

@media screen and (max-width: 991px) {
  .CtaBlock__title {
    font-size: 2.4rem;
  }
}

.CtaBlock__list {
  width: calc(100% - 20px);
  max-width: 600px;
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.CtaBlock__item {
  color: #2861b5;
  font-size: 2rem;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid currentColor;
}

.CtaBlock__item:first-of-type {
  border-top: 1px solid currentColor;
}

@media screen and (max-width: 767px) {
  font-size: 1.7em;
}

.Footer {
  background-color: #fff;
}

.Footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .Footer__menu {
    display: table;
  }
}

.Footer__logo {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .Footer__logo {
    display: table;
    margin-left: auto;
  }
}

.Footer__logoImg {
  display: block;
}

@media screen and (max-width: 767px) {
  .Footer__logoImg {
    height: 30px;
  }
}

.Footer__copyright {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.3rem;
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .Footer__copyright {
    text-align: center;
    margin: auto;
  }
}

.FootNav {
  display: block;
}

@media screen and (max-width: 767px) {
  .FootNav {
    margin: auto;
  }
}

.FootNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .FootNav__list {
    display: block;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 15px;
  }
}

.FootNav__item {
  padding: 1em;
  a:hover { text-decoration: underline; }
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .FootNav__item {
    padding: 0.5em 1em;
    border-top: 1px solid #d5d5d5;
  }
  .FootNav__item:last-child {
    border-bottom: 1px solid #d5d5d5;
  }
}

.Gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .Gnav {
    display: none;
    top: 6rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #0092e5;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow: auto;
  }
  .Gnav.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}

.Gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .Gnav__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3em;
  }
}

.Gnav__item {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .Gnav__item {
    width: 100%;
    text-align: center;
  }
}

.Gnav__link {
  font-weight: 700;
  position: relative;
  padding: 5px 3px;
}

.Gnav__link::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: "";
  background-color: #2861b5;
  height: 3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.Gnav__link:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .Gnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
}

.Gnav__link.-current::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .Gnav__link.-current::after {
    display: none;
  }
  .Gnav__link.-current::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 1em;
  }
}

.Gnav__contact {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .Gnav__contact {
    width: calc(100% - 20px);
    max-width: 400px;
    margin-top: 20px;
  }
}

.Gnav__contactButton {
  color: #fff;
  background-color: #2861b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
  padding: 1rem 2rem;
}

.Header {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .Header {
    height: 6rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.Header__nav {
  margin-left: auto;
}

.Headline2, .PageCMS h2:not([class]) {
  font-size: 2.8rem;
  font-weight: 700;
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-left: 2px solid #2861b5;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .Headline2, .PageCMS h2:not([class]) {
    font-size: 2rem;
  }
}

.Headline3 {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}

.Headline3::after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2861b5;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .Headline3 {
    font-size: 2rem;
  }
}

.Interview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.TopInterviewList__item:nth-child(2n) .Interview {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .Interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.Interview__textContent {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.PageHeader.-interview .Interview__textContent {
  padding-top: 9rem;
}

@media screen and (max-width: 991px) {
  .PageHeader.-interview .Interview__textContent {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.TopInterviewList__item:nth-child(2n) .Interview__textContent {
  right: auto;
  left: 0;
}

@media screen and (max-width: 767px) {
  .Interview__textContent:not(:root) {
    position: relative;
  }
}

.Interview__headline {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .Interview__headline {
    margin-top: 0;
    background-color: #fff;
    padding-right: 0.5em;
    padding-top: 0.3em;
    font-size: 2rem;
  }
}

.Interview__headlineText {
  background-color: #fff;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .Interview__headlineText {
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .Interview__headlineText br {
    display: none;
  }
}

.Interview__more {
  margin-left: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 2em;
}

.Interview__more::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 1em;
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.Interview:hover .Interview__more::after {
  -webkit-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
          transform: translateX(5px) rotate(-45deg);
}

.TopInterviewList__item:nth-child(2n) .Interview__more {
  margin-left: 2em;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .Interview__more:not(:root) {
    display: block;
    color: #2861b5;
    text-decoration: underline;
    position: relative;
    padding-left: 1em;
    margin-bottom: 30px;
  }
  .Interview__more:not(:root):not(:root) {
    margin-left: 0;
  }
  .Interview__more:not(:root)::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
  }
}

.Interview__counter {
  font-weight: 700;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
  top: -0.7em;
}

.Interview__counter::before {
  content: "CASE";
  -webkit-transform: translateX(0.5em) rotate(-90deg);
      -ms-transform: translateX(0.5em) rotate(-90deg);
          transform: translateX(0.5em) rotate(-90deg);
  color: #b3b3b3;
  font-size: 2rem;
  line-height: 1;
  position: relative;
}

.Interview__counter::after {
  content: counter(interview, decimal-leading-zero);
  font-size: 8rem;
  line-height: 1;
  color: #595959;
}

@media screen and (max-width: 767px) {
  .Interview__counter {
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    left: -1.35em;
  }
}

.TopInterviewList__item:nth-child(2n-1) .Interview__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 767px) {
  .TopInterviewList__item:nth-child(2n-1) .Interview__counter {
    background: #fff;
    top: -8rem;
    position: absolute;
    padding-right: 0.3em;
  }
}

.TopInterviewList__item:nth-child(2n) .Interview__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  left: -1.8em;
}

@media screen and (max-width: 767px) {
  .TopInterviewList__item:nth-child(2n) .Interview__counter {
    background: #fff;
    top: -8rem;
    position: absolute;
    padding-right: 0.3em;
    left: -1.35em;
  }
}

.Interview__info {
  background-color: #fff;
  padding: 1.5em;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.8);
}

@media screen and (max-width: 767px) {
  .Interview__info {
    padding: 0 0;
    margin-top: 0.5em;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
}

.Interview__thumb {
  width: 700px;
}

.PageHeader.-interview .Interview__thumb {
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  .Interview__thumb {
    max-width: 100%;
  }
}

.Interview__img {
  display: block;
  max-width: 100%;
}

.Interview__join {
  display: block;
}

@media screen and (max-width: 767px) {
  .Interview__join {
    display: inline-block;
    margin-right: 1em;
  }
}

.Interview__role {
  display: inline-block;
  margin-right: 1em;
}

.Interview__name {
  display: inline-block;
}

.InterviewList__item:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .InterviewList__item:not(:first-child) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .InterviewList__item:not(:first-child) {
    margin-top: 00px;
  }
}

.InterviewPage__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  max-width: 100%;
}

.InterviewPage__section:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
  .InterviewPage__section:not(:root) {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.InterviewPage__headline {
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .InterviewPage__headline {
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.InterviewPage__headline2 {
  font-size: 1.25em;
  font-weight: 700;
  color: #2861b5;
  padding-top: 1.5em;
  padding-bottom: 1.4em;
  line-height: 1.4;
}

.InterviewPage__leadText {
  max-width: 640px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.InterviewPage__contentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 640px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 640px;
      flex-basis: 640px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .InterviewPage__contentBlock {
    margin-right: auto;
  }
}

.InterviewPage__imgBox {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.InterviewPage__img {
  display: block;
  max-width: 100%;
}

.Introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .Introduction {
    display: block;
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .Introduction {
    margin-top: 16px;
    font-weight: 700;
  }
}

.Introduction__title {
  color: #2861b5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2em;
  position: relative;
  z-index: 1;
  line-height: 1.4;
  margin-right: 6rem;
  letter-spacing: 0.15em;
  padding-top: 1.5em;
}

@media screen and (max-width: 991px) {
  .Introduction__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .Introduction__title {
    font-size: 1.5em;
  }
}

.Introduction__title:first-line {
  text-indent: -2em;
}

.Introduction__title::after {
  position: absolute;
  top: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 155px;
  height: 120px;
  z-index: 0;
  background-image: url("../img/common/logo-inner.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}

@media screen and (max-width: 991px) {
  .Introduction__title::after {
    top: -30px;
  }
}

.Introduction__content {
  max-width: 32em;
  position: relative;
}

@media screen and (max-width: 991px) {
  .Introduction__content {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

.Introduction__text {
  line-height: 2;
}

.Introduction__text:not(:first-of-type) {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .Introduction__text {
    color: #595959;
  }
  .Introduction__text br {
    display: none;
  }
}

.Introduction__bgImg {
  display: block;
  position: absolute;
  width: 300px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media screen and (max-width: 1199px) {
  .Introduction__bgImg {
    opacity: 0;
  }
}

.Introduction__bgImg.-img01 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  right: calc(100% + 18em);
  top: -2em;
  -webkit-box-shadow: -4em -4em 0 rgba(0, 146, 229, 0.1);
          box-shadow: -4em -4em 0 rgba(0, 146, 229, 0.1);
}

.Introduction__bgImg.-img02 {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  top: 30%;
  right: calc(100% + 12em);
}

.Introduction__bgImg.-img03 {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  bottom: 0;
  right: calc(100% + 14em);
  -webkit-box-shadow: 1em -5em 0 2em rgba(0, 146, 229, 0.1);
          box-shadow: 1em -5em 0 2em rgba(0, 146, 229, 0.1);
}

.Introduction__bgImg.-img04 {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  top: 12%;
  left: calc(100% + 4em);
  -webkit-box-shadow: 2.5em 6em 0 0em rgba(0, 146, 229, 0.1);
          box-shadow: 2.5em 6em 0 0em rgba(0, 146, 229, 0.1);
}

.Introduction__bgImg.-img05 {
  top: 60%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  left: calc(100% + 8em);
}

.Mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.Mv__copy {
  position: absolute;
  font-size: 5.5rem;
  font-weight: 700;
  color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2;
  line-height: 1;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .Mv__copy {
    top: 50px;
    font-size: 4rem;
  }
}

.Mv__copyPhrase {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.2em;
}

.Mv__copyPhrase:nth-child(2) {
  margin-right: 0.1em;
  margin-top: 1em;
}

.Mv__list {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.Mv__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  height: 810px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (max-width: 991px) {
  .Mv__img {
    height: 540px;
  }
}

.PageCMS h2:not([class]) {
  margin-bottom: 50px;
}

.PageCMS h2:not([class]):not(:first-child) {
  margin-top: 80px;
}

.PageCMS table:not([class]) {
  margin-bottom: 20px;
}

.PageCMS table:not([class]):not(:first-child) {
  margin-top: 20px;
}

.PageHeader {
  font-size: 1.5rem;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.PageHeader::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3fafe;
  z-index: -1;
}

.PageHeader.-interview::after {
  max-height: 250px;
}

@media screen and (max-width: 991px) {
  .PageHeader.-interview {
    padding-bottom: 0;
  }
  .PageHeader.-interview::after {
    max-height: 180px;
  }
}

.PageHeader__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% - 20px);
}

.PageHeader.-interview .PageHeader__title {
  position: absolute;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  right: 0;
}

.PageHeader__en {
  color: #2861b5;
  font-size: 2em;
  font-weight: 700;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  line-height: 1.3;
}

.PageHeader__ja {
  font-size: 1em;
  font-weight: 700;
}

.PageHeader__Interview {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

body {
  position: relative;
}

.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 1001;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cursor.is-active {
  background-color: #2861b5;
}

@media screen and (max-width: 767px) {
  .cursor {
    display: none;
  }
}

.follower {
  width: 40px;
  height: 40px;
  background-color: #0092e5;
  z-index: 1000;
  opacity: 0.6;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.follower.is-active {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  opacity: 0.1;
  -webkit-transform: scale(4);
      -ms-transform: scale(4);
          transform: scale(4);
}

@media screen and (max-width: 767px) {
  .follower {
    display: none;
  }
}

.SiteLogo {
  display: block;
}

.SiteLogo__link {
  display: block;
}

.SiteLogo__img {
  display: block;
  height: 40px;
}

@media screen and (max-width: 575px) {
  .SiteLogo__img {
    height: 30px;
  }
}

.SubNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .SubNav__list {
    display: block;
    background-color: #f7f7f7;
    padding: 0.5em 1em;
  }
}

.SubNav__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.SubNav__item:not(:first-child) {
  border-left: 1px solid currentcolor;
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 767px) {
  .SubNav__item:not(:root) {
    border-left: none;
    border-right: none;
    display: block;
    padding: 0.5em 1em;
  }
  .SubNav__item:not(:first-child) {
    border-top: 1px solid #e0e0e0;
  }
}

.SubNav__link {
  display: block;
}

.Table, .PageCMS table:not([class]) {
  display: table;
  border-top: 1px solid #d5d5d5;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .Table, .PageCMS table:not([class]) {
    display: block;
    border-top: none;
  }
}

.Table__row, .PageCMS tr:not([class]) {
  display: table-row;
}

@media screen and (max-width: 767px) {
  .Table__row, .PageCMS tr:not([class]) {
    display: block;
  }
}

.Table__head, .PageCMS th:not([class]) {
  font-weight: 700;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .Table__head, .PageCMS th:not([class]) {
    display: block;
    background-color: #f0f0f0;
  }
}

.Table__data, .PageCMS td:not([class]) {
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .Table__data, .PageCMS td:not([class]) {
    display: block;
    margin-bottom: 1em;
  }
}

.Table__head, .PageCMS th:not([class]), .Table__data, .PageCMS td:not([class]) {
  padding: 1em;
  border-bottom: 1px solid #d5d5d5;
}

.Table__head:first-child, .PageCMS th:first-child:not([class]),
.Table__data:first-child,
.PageCMS td:first-child:not([class]) {
  padding-left: 0;
}

.Table__head:last-child, .PageCMS th:last-child:not([class]),
.Table__data:last-child,
.PageCMS td:last-child:not([class]) {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .Table__head, .PageCMS th:not([class]), .Table__data, .PageCMS td:not([class]) {
    border: none;
  }
  .Table__head:not(:root), .PageCMS th:not(:root):not([class]),
  .Table__data:not(:root),
  .PageCMS td:not(:root):not([class]) {
    padding: 1em;
  }
}

.TategakiTitle {
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
  color: #2861b5;
  font-size: 4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0.5em;
  line-height: 1.4em;
  letter-spacing: 0.5em;
  font-weight: 700;
}

.TategakiTitle.-fz-sm {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 3rem;
}

@media screen and (max-width: 1199px) {
  .TategakiTitle.-break-lg {
    display: table;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    border-left: none;
    border-right: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

@media screen and (max-width: 991px) {
  .TategakiTitle {
    display: table;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    border-left: none;
    border-right: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .TategakiTitle:not(:root) {
    font-size: 2.4rem;
  }
}

.Top {
  display: block;
}

.TopInterviewList {
  counter-reset: interview;
}

.TopInterviewList__item {
  max-width: 960px;
  counter-increment: interview;
}

.TopInterviewList__item:not(:first-of-type) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .TopInterviewList__item:not(:first-of-type) {
    margin-top: 10px;
  }
}

.TopInterviewList__item:nth-child(2n-1) {
  margin-left: auto;
}

.TopInterviewList__item:nth-child(2n) {
  margin-right: auto;
}

.TopInterviewList__link {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.TopInterviewList__link:hover {
  opacity: 0.7;
}

.TopInterviewList__more {
  color: #2861b5;
  font-size: 2.4rem;
  display: table;
  margin-top: 120px;
  position: relative;
  z-index: 0;
  max-width: 600px;
  width: 100%;
  padding: 50px 100px;
  margin-left: auto;
  margin-right: auto;
}

.TopInterviewList__more::before {
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #f3fafe;
  display: block;
  left: -3000px;
  right: 0;
  top: 0;
  bottom: 0;
}

.TopInterviewList__more::after {
  z-index: 1;
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .TopInterviewList__more {
    margin-top: 30px;
    font-size: 1.7rem;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f3fafe;
  }
  .TopInterviewList__more::before {
    display: none;
  }
}

.TopPerson {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .TopPerson {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.TopPerson__title {
  position: absolute;
  top: 0;
  left: -80px;
}

@media screen and (max-width: 1400px) {
  .TopPerson__title {
    left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .TopPerson__title {
    position: static;
    margin-bottom: 50px;
  }
}

.TopWork {
  font-size: 1.6rem;
  margin-top: 30rem;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

@media screen and (max-width: 1199px) {
  .TopWork {
    margin-top: 80px;
    background-color: #f3fafe;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.TopWork::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 40%;
  top: 0;
  content: "";
  display: block;
  background-color: #f3fafe;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .TopWork::after {
    display: none;
  }
}

.TopWork__title {
  position: absolute;
  top: -14rem;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .TopWork__title {
    position: static;
    margin-bottom: 50px;
  }
}

.TopWork__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
}

.TopWork__item {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  min-height: 225px;
}

@media screen and (max-width: 767px) {
  .TopWork__item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.TopWork__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.TopWork__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.TopWork__imgBox {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.TopWork__imgBox::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.TopWork__head {
  font-weight: 700;
  font-size: 1.7em;
  position: relative;
  z-index: 1;
}

.TopWork__head::after {
  position: absolute;
  content: "";
  display: block;
  background-color: currentColor;
  width: 40px;
  height: 3px;
  margin: auto;
  left: 0;
  right: 0;
}

.TopWork__detail {
  margin-top: 1rem;
  z-index: 1;
}

.TopWorkSlider {
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}

.TopWorkSlider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.TopWorkSlider__imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.TopWorkSlider__img {
  display: block;
  max-width: 100%;
}

.TopWorkStyle {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: auto;
  padding-top: 120px;
  padding-bottom: 240px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .TopWorkStyle {
    padding-top: 50px;
    padding-bottom: 130px;
  }
}

.TopWorkStyle__title {
  position: absolute;
  top: -80px;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .TopWorkStyle__title {
    position: static;
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 991px) {
  .TopWorkStyle__title {
    position: static;
    margin-bottom: 50px;
  }
}

.TopWorkStyle__content {
  max-width: 960px;
  margin-right: auto;
}

.TopWorkStyle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2rem;
}

.TopWorkStyle__item {
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 2rem;
}

.TopWorkStyle__item:nth-child(3n-2) {
  position: relative;
  top: -4em;
}

.TopWorkStyle__item:nth-child(3n) {
  position: relative;
  top: 4em;
}

@media screen and (max-width: 991px) {
  .TopWorkStyle__item {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .TopWorkStyle__item:not(:root) {
    position: static;
  }
}

@media screen and (max-width: 575px) {
  .TopWorkStyle__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .TopWorkStyle__item:not(:root) {
    position: static;
  }
}

.TopWorkStyle__headline {
  margin-bottom: 2rem;
}

/* scssファイルあり cssファイルは絶対に変更しないでください。 */
