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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

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

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  background-color: #FCFCFC;
  color: #2d2d2d;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.7142857143;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word
}

.is-ie body {
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif
}

@media screen and (max-width: 767px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif
  }
}

strong, em {
  font-weight: 700
}

pre {
  white-space: pre-wrap
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

a {
  color: #06c;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms
}

img, svg, video {
  max-width: 100%;
  vertical-align: top
}

table {
  max-width: 100%;
  width: 100%
}

table th, table td {
  word-break: break-all
}

input, button, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle
}

input::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
  border: 0
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}

textarea {
  resize: none
}

input[type="button"], input[type="submit"], button {
  background: #fff;
  cursor: pointer
}

button {
  overflow: visible
}

::-moz-selection {
  background: #083388;
  color: #fff
}

::selection {
  background: #083388;
  color: #fff
}

::-moz-selection {
  background: #083388;
  color: #fff
}

input::-moz-selection, textarea::-moz-selection {
  background: #ddd;
  color: #2d2d2d
}

input::selection, textarea::selection {
  background: #ddd;
  color: #2d2d2d
}

input::-moz-selection, textarea::-moz-selection {
  background: #ddd;
  color: #2d2d2d
}

input::-ms-clear {
  display: none
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes masking {
  0% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%)
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%)
  }
  100% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%)
  }
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%)
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%)
  }
  100% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%)
  }
}

@-webkit-keyframes comet {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0)
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
  }
}

@keyframes comet {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0)
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
  }
}

@-webkit-keyframes heroText {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes heroText {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.c-btn {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
  vertical-align: middle
}

.c-btn:disabled {
  cursor: default
}

.c-btn-default {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #212121;
  color: #fff;
  padding: 22px 34px
}

.c-btn-default span {
  position: relative
}

.c-btn-default::before {
  background: #083388;
  content: '';
  display: block;
  height: 0%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.c-btn-default::after {
  background: #fff url(../images/common/arrow-rd.svg) no-repeat center center;
  background-size: auto 5px;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 15px;
  margin: 0 -16px 0 14px;
  position: relative;
  top: -1px;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  vertical-align: middle;
  width: 15px
}

.c-btn-default:not(:disabled):hover::before {
  bottom: 0;
  height: 100%;
  top: auto
}

.c-btn-default:disabled {
  background: #999
}



.c-btn_mynavi {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
  vertical-align: middle
}

.c-btn_mynavi:disabled {
  cursor: default
}

.c-btn-default_mynavi {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #212121;
  color: #fff;
  padding: 22px 34px
}

.c-btn-default_mynavi span {
  position: relative
}

.c-btn-default_mynavi::before {
  background: #083388;
  content: '';
  display: block;
  height: 0%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.c-btn-default_mynavi::after {
  background: #fff url(../images/common/arrow-rd.svg) no-repeat center center;
  background-size: auto 5px;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 15px;
  margin: 0 -16px 0 14px;
  position: relative;
  top: -1px;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  vertical-align: middle;
  width: 15px
}

.c-btn-default_mynavi:not(:disabled):hover::before {
  bottom: 0;
  height: 100%;
  top: auto
}

.c-btn-default_mynavi:disabled {
  background: #999
}


@media screen and (max-width: 767px) {
  .c-btn-default {
    font-size: 14px;
    padding: 13px 16px
  }
  .c-btn-default::after {
    height: 13px;
    margin: 0 -7px 0 7px;
    top: -2px;
    width: 13px
  }
}

.c-btn-border {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #083388;
  color: #083388;
  padding: 14px 32px
}

.c-btn-border span {
  position: relative
}

.c-btn-border::before {
  background: #083388;
  content: '';
  display: block;
  height: 0%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.c-btn-border::after {
  background: #083388 url(../images/common/arrow-wh.svg) no-repeat center center;
  background-size: auto 5px;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 15px;
  margin: 0 -12px 0 7px;
  position: relative;
  top: -1px;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  vertical-align: middle;
  width: 15px
}

.c-btn-border:not(:disabled):hover {
  border-color: #083388;
  color: #fff;
}

.c-btn-border:not(:disabled):hover::before {
  bottom: 0;
  height: 100%;
  top: auto
}

.c-btn-border:not(:disabled):hover::after {
  background-color: #fff;
  background-image: url(../images/common/arrow-rd.svg)
}



.c-btn-border_mynavi {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #083388;
  padding: 10px 15px
}

.c-btn-border_mynavi span {
  position: relative
}

.c-btn-border_mynavi::before {
  background: #fff;
  content: '';
  display: block;
  height: 0%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.c-btn-border_mynavi:not(:disabled):hover {
  border-color: #00ABEB;
  color: #fff;
}

.c-btn-border_mynavi:not(:disabled):hover::before {
  bottom: 0;
  height: 100%;
  top: auto
}

.c-btn-border_mynavi:not(:disabled):hover::after {
  background-color: #fff;
  background-image: url(../images/common/arrow-rd.svg)
}

@media screen and (max-width: 767px) {
  .c-btn-border {
    font-size: 14px;
    border-width: 1px;
    padding: 12px 16px
  }
  .c-btn-border::after {
    height: 13px;
    margin: 0 -7px 0 7px;
    top: -2px;
    width: 13px
  }
}

.c-ico {
  color: transparent;
  font: 0/0 a;
  overflow: hidden;
  text-shadow: none;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.c-ico-blank {
  background-image: url(../images/common/ico-blank_lg.png);
  height: 7px;
  width: 7px
}

@media screen and (max-width: 767px) {
  .c-ico-blank {
    background-image: url(../images/common/ico-blank_sm.png);
    height: 8px;
    width: 8px
  }
}

.c-ico-cross {
  background-image: url(../images/common/ico-cross.svg);
  height: 11px;
  width: 11px
}

@media screen and (max-width: 767px) {
  .c-ico-cross {
    height: 12px;
    width: 12px
  }
}

.js-switch-image {
  opacity: 0
}

.js-switch-image.is-loaded {
  opacity: 1
}

.c-image-full {
  width: 100%
}

.c-image-border {
  position: relative
}

.c-image-border::after {
  bottom: 0;
  border: 1px solid #e5e5e5;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.c-image-border img {
  width: 100%
}

.c-image-articles {
  background: #e5e5e5;
  overflow: hidden;
  position: relative
}

.c-image-articles::before {
  content: '';
  display: block;
  padding-top: 70.3389830508%
}

.c-image-articles::after {
  bottom: 0;
  border: 1px solid #e5e5e5;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.c-image-articles img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}

.c-image-user {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  overflow: hidden;
  position: relative
}

.c-image-user::before {
  content: '';
  display: block;
  padding-top: 100%
}

.c-image-user::after {
  border: 1px solid #ccc;
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.c-image-user img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}

.c-image-iframe {
  position: relative
}

.c-image-iframe::before {
  content: '';
  display: block;
  padding-top: 50.8%
}

.c-image-iframe iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.c-table {
  border: 1px solid #ccc;
  border-collapse: separate;
  table-layout: fixed
}

.c-table th, .c-table td {
  border: 1px solid #ccc;
  border-width: 0 1px 0 0
}

.c-table th:last-child, .c-table td:last-child {
  border-right-width: 0
}

.c-table tr+tr th, .c-table tr+tr td {
  border-top-width: 1px
}

.c-table thead th {
  background: #f3f4f8;
  font-weight: 700;
  padding: 10px 30px 9px;
  vertical-align: middle
}

.c-table tbody:first-child th {
  background: #f3f4f8;
  border-right-width: 0;
  font-weight: 700
}

.c-table tbody th, .c-table tbody td {
  padding: 17px 25px 16px 30px;
  vertical-align: top
}

.c-table tbody th {
  text-align: left
}

@media screen and (max-width: 767px) {
  .c-table thead th {
    padding: 6px 10px
  }
  .c-table tbody th, .c-table tbody td {
    padding: 8px 10px
  }
  .c-table--row, .c-table--row thead, .c-table--row tbody, .c-table--row tfoot, .c-table--row tr, .c-table--row th, .c-table--row td {
    display: block
  }
  .c-table--row th, .c-table--row td {
    border-width: 0
  }
  .c-table--row tr+tr td {
    border-top-width: 0
  }
  .c-table--row tbody th {
    border-bottom-width: 1px;
    padding-bottom: 6px;
    padding-top: 6px
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container {
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms
}

.swiper-container.is-swipable {
  opacity: 1
}

.swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-button-prev, .swiper-button-next {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  height: 100px;
  top: 50%;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100px
}

.swiper-button-prev::before, .swiper-button-prev::after, .swiper-button-next::before, .swiper-button-next::after {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%
}

.swiper-button-prev::before, .swiper-button-next::before {
  background: #fff;
  border-radius: 50%;
  height: 80px;
  margin: -40px 0 0 -40px;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  width: 80px
}

.swiper-button-prev::after, .swiper-button-next::after {
  background: url(../images/common/arrow-pager-rd.svg) no-repeat center center;
  background-size: 9px auto;
  height: 18px;
  margin: -10px 0 0 -5px;
  width: 9px
}

@media screen and (min-width: 768px) {
  .swiper-button-prev:hover, .swiper-button-next:hover {
    background: rgba(196, 1, 6, 0.1)
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    background: #083388
  }
  .swiper-button-prev:hover::after, .swiper-button-next:hover::after {
    background-image: url(../images/common/arrow-pager-wh.svg)
  }
}

.swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: none;
  transition: none
}

.swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  display: block;
  height: 15px;
  margin: 0 5px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  width: 15px
}

.swiper-pagination-bullet::before {
  border: 8px solid #999;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: border 200ms;
  transition: border 200ms
}

.swiper-pagination-bullet-active::before {
  border-width: 4px
}

.swiper-pagination-current {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #083388;
  font-family: "Roboto", sans-serif
}

.swiper-pagination-total {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ccc;
  font-family: "Roboto", sans-serif
}

.swiper-pagination-total::before {
  background: #ccc;
  content: '';
  display: inline-block;
  height: 1px;
  margin: -1px 7px 0 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 15px
}

@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    background: rgba(196, 1, 6, 0.1);
    height: 50px;
    margin-top: -25px;
    width: 50px
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    background: #083388;
    height: 40px;
    margin: -20px 0 0 -20px;
    width: 40px
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    background-image: url(../images/common/arrow-pager-wh.svg);
    background-size: 4px auto;
    height: 7px;
    margin: -4px 0 0 -2px;
    width: 4px
  }
  .swiper-pagination-current {
    font-size: 11px
  }
  .swiper-pagination-total {
    font-size: 11px
  }
  .swiper-pagination-total::before {
    margin: -1px 5px 0 5px;
    width: 12px
  }
}

html {
  height: 100%
}

@media screen and (min-width: 768px) {
  html {
    overflow: hidden
  }
}

body {
  height: 100%
}

@media screen and (min-width: 768px) {
  body {
    overflow: hidden
  }
}

body::before {
  content: 'lg';
  display: none
}

@media screen and (max-width: 767px) {
  body::before {
    content: 'sm'
  }
}

@media screen and (min-width: 768px) {
  .l-scroll {
    height: 100%;
    overflow: hidden
  }
}

.l-scroll__inner {
  overflow: hidden;
  min-width: 1280px;
  padding-top: 104px;
  position: relative
}

.l-scroll .scrollbar-track {
  z-index: 100
}

.is-nav--active .l-scroll .scrollbar-track, .is-drop-nav--active .l-scroll .scrollbar-track {
  opacity: 0
}

@media screen and (max-width: 767px) {
  .l-scroll__inner {
    min-width: 320px;
    padding-top: 55px
  }
}

.scrollbar-track {
  background: transparent !important
}

.l-container {
  margin: 0 auto;
  max-width: 1000px
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px
  }
}

.l-main {
  padding-bottom: 160px
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 55px
  }
}

@media screen and (max-width: 767px) {
  .l-lg {
    display: none !important
  }
}

@media screen and (min-width: 768px) {
  .l-sm {
    display: none !important
  }
}

.l-footer {
  background: #083388;
  position: relative;
  z-index: 2
}

.l-footer__inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative
}

.l-footer-entry {
  display: none
}

.l-footer-recruit {
  background: #dc0314 url(../images/common/bg-dot.png) repeat left top
}

.l-footer-recruit__inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 46px 0 38px;
  position: relative
}

.l-footer-recruit__inner::before {
  background: url(../images/common/img-footer-recruit_lg.png) no-repeat;
  background-size: auto 100%;
  bottom: 0;
  content: '';
  display: block;
  height: 306px;
  position: absolute;
  right: -100px;
  width: 500px
}

.l-footer-recruit__title {
  margin-left: -4px
}

.l-footer-recruit__title img {
  width: 517px
}

.l-footer-recruit .c-btn,
.l-footer-recruit .c-btn_mynavi {
  margin-top: 24px
}

.l-footer-recruit .c-btn::after {
  left: -7px
}

/*
.l-footer-pagetop {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: .1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e20d00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 4px;
  position: absolute;
  right: -29px;
  text-align: center;
  top: -50px;
  width: 100px;
  z-index: 2
}

.l-footer-pagetop::before {
  background: url(../images/common/bg-pagetop.svg) no-repeat center center;
  background-size: auto 100%;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.l-footer-pagetop:hover::before {
  -webkit-animation: rotate 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  animation: rotate 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite
}
*/

.l-footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 83px 0 63px
}

.l-footer-nav__col {
  padding: 0 60px
}

.l-footer-nav__col:first-child {
  padding-left: 0
}

.l-footer-nav__col:last-child {
  padding-right: 0
}

.l-footer-nav__col--message {
  min-width: 212px
}

.l-footer-nav__col--interview {
  min-width: 388px
}

.l-footer-nav__col--culture {
  min-width: 282px
}

.l-footer-nav__col--career {
  min-width: 246px
}

.l-footer-nav__col+.l-footer-nav__col {
  border-left: 1px solid rgba(255,255,255, 0.5);
}

.l-footer-nav__row {
  margin-top: -2px
}

.l-footer-nav__row+.l-footer-nav__row {
  margin-top: 28px
}

.l-footer-nav__title {
  margin-bottom: 17px
}

.l-footer-nav__en {
  font-size: 18px;
  line-height: 1;
  color: #17B1E6;
  font-family: "Roboto", sans-serif;
  margin-right: 12px
}

.l-footer-nav__ja {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  color: #fff
}

.l-footer-nav-list__item {
  font-size: 14px;
  line-height: 1.4285714286;
  color: #999
}

.l-footer-nav-list__item+.l-footer-nav-list__item {
  margin-top: 14px
}

.l-footer-nav-list__item .c-ico {
  margin-left: 8px;
  position: relative;
  top: -1px
}

.l-footer-nav-list__link {
  color: #fff;
}

.l-footer-nav-list__link:hover {
  text-decoration: underline
}

.l-footer-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0 50px;
  position: relative;
  background-color: #062668;
}
.l-footer-company__inner {
  margin: 0 auto;
  width: 1200px;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}

.l-footer-company-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-footer-company-nav__item {
  font-size: 12px;
  line-height: 1.5
}

.l-footer-company-nav__item+.l-footer-company-nav__item {
  margin-left: 30px
}
.l-footer-company-nav__item:nth-child(1),
.l-footer-company-nav__item:nth-child(2) {
	padding-top: 10px;
}


.l-footer-company-nav__item .c-ico {
  margin-left: 10px;
  position: relative;
  top: -1px
}
.l-footer-company-nav__item .btn_social {
	border: 1px solid #fff;
	width: 32px;
	height: 32px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	display: table-cell;
	vertical-align: middle;
}
.l-footer-company-nav__item .btn_social > i {
}

.l-footer-company-nav__link {
  color: #fff;
}

.l-footer-logo {
	float: left;
}

.l-footer-logo__text {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}

.l-footer-logo img {
  margin-right: 18px;
  vertical-align: middle;
  width: 136px
}

.l-footer-copyright {
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    background: transparent
  }
  .l-footer__inner {
    background: #062668
  }
  .l-footer-entry {
    display: block;
    margin: 0 0 65px;
    text-align: center
  }
  .l-footer-entry__btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background: #fff;
    border: 2px solid #083388;
    border-radius: 24px;
    color: #083388;
    font-family: "Roboto", sans-serif;
    min-width: 295px;
    overflow: hidden;
    padding: 15px 20px
  }
  .l-footer-entry__btn span {
    position: relative
  }
  .l-footer-entry__btn::before {
    background: #083388;
    content: '';
    display: block;
    height: 0%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  .l-footer-entry__btn::after {
    background: url(../images/common/arrow-rd.svg) no-repeat;
    background-size: auto 100%;
    content: '';
    display: inline-block;
    height: 11px;
    margin: 1px -8px 0 11px;
    position: relative;
    width: 7px
  }
  .l-footer-entry__btn:hover {
    color: #fff
  }
  .l-footer-entry__btn:hover::before {
    bottom: 0;
    height: 100%;
    top: auto
  }
  .l-footer-entry__btn:hover::after {
    background-image: url(../images/common/arrow-wh.svg)
  }
  .l-footer-recruit__inner {
    max-width: 375px;
    padding: 31px 20px 30px
  }
  .l-footer-recruit__inner::before {
    background-image: url(../images/common/img-footer-recruit_sm.png);
    background-size: contain;
    bottom: -2px;
    height: 204px;
    right: 5px;
    width: 125px
  }
  .l-footer-recruit__title {
    margin-left: -1px
  }
  .l-footer-recruit__title img {
    width: 188px
  }
  .l-footer-recruit .c-btn {
    font-size: 12px;
    margin-top: 14px;
    padding: 13px 19px 12px 13px
  }
  .l-footer-recruit .c-btn_mynavi {
    font-size: 12px;
    margin-top: 14px;
    padding: 8px 19px 8px 13px
  }
  .l-footer-recruit .c-btn_mynavi img {
  	width: 156px;
  }
  /*
  .l-footer-pagetop {
    font-size: 9px;
    line-height: 1.2222222222;
    height: 60px;
    right: 10px;
    top: -30px;
    width: 60px
  }
  */
  .l-footer-nav {
    display: none
  }
  .l-footer-company {
    display: block;
    padding: 30px 0 28px;
    text-align: center
  }
  .l-footer-company__inner {
  	width: 100%;
  	max-width: 100%;
  }
  .l-footer-company-nav__item:nth-child(n+3) {
  	width: 33%;
  	float: left;
  	padding-top: 2em;
  	padding-bottom: 2em;
  }
  .l-footer-company-nav__item .btn_social {
  	/*display: none;*/
  	display: block;
  	margin: 0 auto;
  	padding-top: 4px;
  }
  .l-footer-company-nav__item:nth-child(3) .btn_social { float: right; margin: 0; }
  .l-footer-company-nav__item:nth-child(5) .btn_social { float: left; margin: 0; }
  
  .l-footer-company-nav {
    display: block;
    margin-top: 26px
  }
  .l-footer-company-nav__item+.l-footer-company-nav__item {
    margin: 6px 0 0
  }
  .l-footer-company-nav__item .c-ico {
    margin-left: 2px
  }
  .l-footer-logo {
  	float: none;
  }
  .l-footer-logo__text {
    display: none
  }
  .l-footer-logo {
  	text-align: center;
  }
  .l-footer-logo img {
    width: 136px;
    margin: 0 auto;
  }
  .l-footer-copyright {
    font-size: 10px;
    border-top: 1px solid rgba(255,255,255, 0.1);
    margin-top: 0px;
    padding-top: 26px
  }
}

.l-header {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 104px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  min-width: 1280px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100
}

.l-header-logo__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 104px;
  padding: 0 31px
}

.l-header-logo__image {
  color: transparent;
  font: 0/0 a;
  overflow: hidden;
  text-shadow: none;
  display: inline-block;
  height: 39px;
  margin-right: 15px;
  position: relative;
  width: 197px
}

.l-header-logo__image::before, .l-header-logo__image::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  width: 100%
}

.l-header-logo__image::before {
  background-image: url(../images/common/logo.svg)
}

.l-header-logo__image::after {
  background-image: url(../images/common/logo-wh.svg);
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0
}

.l-header-logo__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.0714285714;
  color: #2d2d2d;
  -webkit-transition: color 100ms;
  transition: color 100ms
}

.l-header-progress {
  background: #083388;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 200ms;
  transition: width 200ms;
  width: 0%;
  z-index: -1
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 55px;
    min-width: 0
  }
  .l-header-logo__link {
    height: 55px;
    padding: 0 12px 0
  }
  .l-header-logo__image {
    height: 18px;
    margin-right: 8px;
    width: 102px
  }
  .l-header-logo__text {
    font-size: 10px
  }
  .l-header-progress {
    height: 3px;
    -webkit-transition: none;
    transition: none
  }
}

@media screen and (min-width: 768px) {
  .l-nav {
    padding-right: 39px
  }
  .l-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l-nav__item+.l-nav__item--entry {
    margin-left: 24px
  }
  .l-nav__item .c-ico-blank {
    margin-left: 8px;
    top: -1px
  }
  .l-nav__item--job .l-nav-drop-list__image {
    margin-bottom: 16px
  }
  .l-nav__item--job .l-nav-drop-list__title {
    font-size: 18px
  }
  .l-nav__item:hover .l-nav__en, .l-nav__item.is-active .l-nav__en, .l-nav__item.is-current .l-nav__en {
    opacity: 0;
    -webkit-transform: translate(0%, -125%);
    transform: translate(0%, -125%)
  }
  .l-nav__item:hover .l-nav__ja, .l-nav__item.is-active .l-nav__ja, .l-nav__item.is-current .l-nav__ja {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
  }
  .l-nav__item:hover .l-nav__link::before, .l-nav__item.is-active .l-nav__link::before {
    width: calc(100% - 36px)
  }
  .l-nav__item.is-active .l-nav__link {
    z-index: 2
  }
  .l-nav__item.is-active .l-nav-drop {
    opacity: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    visibility: visible
  }
  .l-nav__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2d2d2d;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 104px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px 18px 0;
    position: relative
  }
  .l-nav__link::before {
    background: #083388;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 18px;
    position: absolute;
    -webkit-transition: width 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 200ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 0%
  }
  .l-nav__en {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em;
    display: block;
    font-family: "Roboto", sans-serif;
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms, -webkit-transform 200ms
  }
  .l-nav__ja {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #073387;
    left: 50%;
    margin-top: -6px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, 125%);
    transform: translate(-50%, 125%);
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms, -webkit-transform 200ms;
    white-space: nowrap
  }
  .l-nav__entry {
    font-size: 15px;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px solid #083388;
    border-radius: 24px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    margin: 28px 0;
    min-width: 158px;
    overflow: hidden;
    padding: 15px 20px 14px
  }
  .l-nav__entry span {
    position: relative
  }
  .l-nav__entry::before {
    background: #083388;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  .l-nav__entry::after {
    background: url(../images/common/arrow-wh.svg) no-repeat;
    background-size: auto 100%;
    content: '';
    display: inline-block;
    height: 10px;
    margin: 1px -10px 0 16px;
    position: relative;
    width: 6px
  }
  .l-nav__entry:hover {
    color: #083388
  }
  .l-nav__entry:hover::before {
    bottom: auto;
    height: 0%;
    top: 0
  }
  .l-nav__entry:hover::after {
    background-image: url(../images/common/arrow-rd.svg)
  }
  .l-nav-drop {
    background: rgba(16, 16, 16, 0.85);
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed !important;
    right: 0;
    top: 104px;
    -webkit-transition: opacity 200ms, visibility 0ms 200ms;
    transition: opacity 200ms, visibility 0ms 200ms;
    visibility: hidden;
    z-index: 3
  }
  .l-nav-drop__inner {
    margin: 80px 0;
    min-width: 1280px
  }
  .l-nav-drop-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1200px
  }
  .l-nav-drop-list__item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33.3333333333%
  }
  .l-nav-drop-list__link {
    display: block;
    padding-bottom: 20px;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms
  }
  .l-nav-drop-list__link:hover {
    opacity: .8
  }
  .l-nav-drop-list__image {
    margin-bottom: 20px
  }
  .l-nav-drop-list__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff
  }
  .l-nav-drop-list__title .c-ico {
    margin-left: 9px;
    top: -1px
  }
  .l-nav-drop-list__text {
    font-size: 14px;
    line-height: 1.8571428571;
    color: #999;
    margin-top: 9px
  }
  .l-nav__btn {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .l-nav {
    background: rgba(16, 16, 16, 0.95);
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: fixed;
    right: 100%;
    top: 0;
    -webkit-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%
  }
  .is-nav--active .l-nav {
    right: 0
  }
  .l-nav__list {
    display: block;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
  }
  .l-nav__item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  .l-nav__item+.l-nav__item {
    margin-top: 25px
  }
  .l-nav__item .c-ico-blank {
    margin-left: 7px;
    top: -1px
  }
  .l-nav__link, .l-nav__entry {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    display: block
  }
  .l-nav__en {
    display: block;
    font-family: "Roboto", sans-serif
  }
  .l-nav__ja {
    display: block;
    font-weight: 400;
    font-size: 9px;
  }
  .l-nav__entry {
    text-align: left
  }
  .l-nav-drop {
    margin-top: 13px
  }
  .l-nav-drop__inner {
    padding: 0px
  }
  .l-nav-drop-list__item+.l-nav-drop-list__item {
    margin-top: 0px
  }
  .l-nav-drop-list__link {
    display: block
  }
  .l-nav-drop-list__image, .l-nav-drop-list__text {
    display: none
  }
  li.l-nav-drop-list__item {
    font-size: 12px;
    line-height: 1.4166666667;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
  }
  li.l-nav-drop-list__item a {
    color: #fff;
  }
  .l-nav__btn {
    color: transparent;
    font: 0/0 a;
    overflow: hidden;
    text-shadow: none;
    background: #083388;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    z-index: 2;
    border: none;
  }
  .l-nav__btn span, .l-nav__btn span::before, .l-nav__btn span::after {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 24px
  }
  .l-nav__btn span {
    left: 50%;
    margin: -1px 0 0 -12px;
    top: 50%;
    -webkit-transition: background-color 100ms;
    transition: background-color 100ms
  }
  .l-nav__btn span::before, .l-nav__btn span::after {
    left: 0;
    -webkit-transition: top 200ms, -webkit-transform 200ms;
    transition: top 200ms, -webkit-transform 200ms;
    transition: transform 200ms, top 200ms;
    transition: transform 200ms, top 200ms, -webkit-transform 200ms
  }
  .l-nav__btn span::before {
    top: -8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  .l-nav__btn span::after {
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  .is-nav--active .l-nav__btn span {
    background: #083388
  }
  .is-nav--active .l-nav__btn span::before, .is-nav--active .l-nav__btn span::after {
    top: 0
  }
  .is-nav--active .l-nav__btn span::before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
  }
  .is-nav--active .l-nav__btn span::after {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
  }
  
  /*------------------------------
   gNavi各項目毎に調整
   ------------------------------*/
   /* トップ */
  .l-nav__item--top {
  	display: none;
  }
  
   /* メッセージ */
	.l-nav__item--message {
		position: relative;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.l-nav__item--message li.l-nav-drop-list__item {
		float: left;
		width: 49.99%;
	}
	.l-nav__item--message li.l-nav-drop-list__item:first-child {
		border-right: none;
	}

	/* インタビュー */
	.l-nav__item--interview {
		float: left;
		width: 48%;
	}
  
	/* 山本金属を知る */
	.l-nav__item--culture {
		float: right;
		width: 48%;
	}

	/* インターンシップ */
	.l-nav__item--job {
		float: right;
		width: 48%;
		margin-bottom: 35px;
	}

	/* 採用情報 */
	.l-nav__item--career {
		float: left;
		width: 48%;
		margin-bottom: 35px;
	}
	
	/* 共通 */
	.l-nav__item--interview li.l-nav-drop-list__item,
	.l-nav__item--culture li.l-nav-drop-list__item,
	.l-nav__item--job li.l-nav-drop-list__item,
	.l-nav__item--career li.l-nav-drop-list__item {
		border-bottom: none;
	}
	.l-nav__item--interview li.l-nav-drop-list__item:last-child,
	.l-nav__item--culture li.l-nav-drop-list__item:last-child,
	.l-nav__item--job li.l-nav-drop-list__item:last-child,
	.l-nav__item--career li.l-nav-drop-list__item:last-child {
		border-bottom: 1px solid #fff;
	}
  
   /* エントリー */
  .l-nav__item--entry {
		clear: both;
		overflow: hidden;
		width: 100%;
		font-family: "Roboto", sans-serif;
  }
  .l-nav__item--entry a {
  	background: #083388;
  	text-align: center;
  	padding: 15px 10px;
  }
	.l-nav__entry::after {
	    background: url(../images/common/arrow-wh.svg) no-repeat;
	    background-size: auto 100%;
	    content: '';
	    display: inline-block;
	    height: 10px;
	    margin: 1px -10px 0 16px;
	    position: relative;
	    width: 6px;
	}
  
}








.l-header--transparent {
  background: rgba(0,0,0, 0.08);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms
}

.l-header--transparent .l-header-logo__image::before {
  opacity: 0
}

.l-header--transparent .l-header-logo__image::after {
  opacity: 1
}

.l-header--transparent .l-header-logo__text {
  color: #fff
}

@media screen and (min-width: 768px) {
  .l-header--transparent .l-nav__link {
    color: #fff
  }
}

.is-drop-nav--active .l-header--transparent, .l-header--transparent.is-scroll {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05)
}

.is-drop-nav--active .l-header--transparent .l-header-logo__image::before, .l-header--transparent.is-scroll .l-header-logo__image::before {
  opacity: 1
}

.is-drop-nav--active .l-header--transparent .l-header-logo__image::after, .l-header--transparent.is-scroll .l-header-logo__image::after {
  opacity: 0
}

.is-drop-nav--active .l-header--transparent .l-header-logo__text, .l-header--transparent.is-scroll .l-header-logo__text {
  color: #2d2d2d
}

@media screen and (min-width: 768px) {
  .is-drop-nav--active .l-header--transparent .l-nav__link, .l-header--transparent.is-scroll .l-nav__link {
    color: #2d2d2d
  }
}

.l-page-header {
  margin: 74px 0 50px -100px
}

.l-page-header__title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.l-page-header__en {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  color: #083388;
  font-family: "Roboto", sans-serif
}

.l-page-header__ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #083388;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  margin-top: 6px
}

@media screen and (max-width: 767px) {
  .l-page-header {
    margin: 40px 0 35px -3px
  }
  .l-page-header__en {
    font-size: 60px;
    font-weight: 500;
    line-height: 1
  }
  .l-page-header__ja {
    font-size: 15px;
    font-weight: 700;
    line-height: 1
  }
}

.l-loading {
  background: #083388;
  background-size: 70px auto;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

.is-hello .l-loading {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: -webkit-transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, -webkit-transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms
}

.is-bye .l-loading {
  -webkit-animation: bye 650ms cubic-bezier(0.77, 0, 0.175, 1) both;
  animation: bye 650ms cubic-bezier(0.77, 0, 0.175, 1) both;
  -webkit-transition: none;
  transition: none
}

.is-byebye .l-loading {
  -webkit-animation: fadeIn 650ms cubic-bezier(0.77, 0, 0.175, 1) both;
  animation: fadeIn 650ms cubic-bezier(0.77, 0, 0.175, 1) both;
  background: #fff;
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition: none;
  transition: none
}

.top .l-loading {
  background: #fff
}

.top .l-loading::before {
  background: #083388;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%
}

.is-hello .top .l-loading {
  -webkit-transition-delay: 1450ms;
  transition-delay: 1450ms
}

.is-hello .top .l-loading::before {
  top: 0%;
  -webkit-transition: top 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: top 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms
}

.l-loading-logo {
  background: url(../images/common/logo-mark.svg) no-repeat center center;
  background-size: 70px auto;
  bottom: 0;
  left: 0;
  margin-left: -8px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

.is-hello:not(.is-bye) .l-loading-logo {
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, visibility 0ms 750ms;
  transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, visibility 0ms 750ms;
  visibility: hidden
}

.is-bye .l-loading-logo {
  -webkit-transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1) 200ms;
  transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1) 200ms
}

.is-hello:not(.is-bye) .top .l-loading-logo {
  -webkit-transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1) 1450ms, visibility 0ms 2100ms;
  transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1) 1450ms, visibility 0ms 2100ms
}

@-webkit-keyframes bye {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%)
  }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%)
  }
}

@keyframes bye {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%)
  }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%)
  }
}

.bg {
  height: 100%;
  left: 0;
  max-height: 100vh;
  mix-blend-mode: overlay;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.bg div {
  height: 5px;
  left: 800px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 400px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 340px
}

.bg div::before {
  background: rgba(255, 255, 255, 0.75);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), #fff);
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.bg div.is-animate {
  -webkit-animation: fadeIn 300ms both;
  animation: fadeIn 300ms both
}

.bg div.is-animate::before {
  -webkit-animation: comet 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: comet 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both
}

.top .bg, .detail .bg, .message .bg {
  z-index: 3
}

.is-ie .top .bg div::before, .is-edge .top .bg div::before, .is-ie .detail .bg div::before, .is-edge .detail .bg div::before, .is-ie .message .bg div::before, .is-edge .message .bg div::before {
  opacity: .2
}

@media screen and (max-width: 767px) {
  .bg div {
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5)
  }
}

.detail .l-scroll__inner {
  padding-top: 0
}

.detail .l-main {
  padding-bottom: 150px;
  position: relative
}

.detail .l-hero-wrap {
  height: 100vh;
  position: relative
}

.detail .l-hero-wrap .scroll-down-wrap {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.detail .l-hero-wrap .scroll-down-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 4;
  color: #fff;
  font-family: "Roboto", sans-serif
}

.detail .l-hero-wrap .scroll-down-bar {
  color: transparent;
  height: 46px;
  overflow: hidden;
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.detail .l-hero-wrap .scroll-down-bar:after {
  -webkit-animation: masking 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: masking 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  background: #fff;
  content: "";
  height: 46px;
  position: absolute;
  -webkit-transform: translate(0, 101%);
  transform: translate(0, 101%);
  width: 1px
}

.detail .l-interview-catch {
  -webkit-flex-basis: 658px;
  -ms-flex-preferred-size: 658px;
  flex-basis: 658px
}

.detail .l-interview-profile {
  color: #fff;
  -webkit-flex-basis: 342px;
  -ms-flex-preferred-size: 342px;
  flex-basis: 342px;
  left: 100px;
  position: relative;
  top: -246px
}

.detail .l-interview-profile__wrap {
  width: 1366px
}

.detail .l-interview-profile__name {
  background: #083388;
  border-radius: 5px 5px 0 0;
  height: 200px;
  padding: 38px 32px
}

.detail .l-interview-profile__history {
  background: #2d2d2d;
  border-bottom: 38px solid #2d2d2d;
  border-top: 38px solid #2d2d2d;
  border-radius: 0 0 5px 5px;
  height: 200px;
  overflow: hidden
}

.detail .l-interview-profile__history .scroll-content {
  padding: 0 32px
}

.detail .l-interview-profile__history .scrollbar-track {
  margin-right: 10px
}

.detail .l-interview-profile__history::-webkit-scrollbar {
  width: 8px;
  height: auto;
  background: #505050
}

.detail .l-interview-profile__history::-webkit-scrollbar-track {
  width: 50px
}

.detail .l-interview-profile__history::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #999 !important
}

.detail .l-interview-profile__history .scrollbar-thumb {
  background: #505050
}

.detail .l-interview-profile__historyTtl {
  margin-bottom: 14px;
  color: #fff
}

.detail .l-interview-profile__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.0714285714
}

.detail .l-interview-profile__h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: .7631578947;
  margin: 10px 0 9px
}

.detail .l-interview-profile____historyTtl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8125;
  margin-bottom: 15px;
  color: #999
}

.detail .l-interview-profile__list li {
  font-size: 13px;
  font-weight: 400;
  line-height: 2.2307692308;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.detail .l-interview-profile__list li .l-interview-profile__list--year {
  -webkit-flex-basis: 56px;
  -ms-flex-preferred-size: 56px;
  flex-basis: 56px
}

.detail .l-interview-profile__list li .l-interview-profile__list--txt {
  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px
}

.detail .l-interview-number {
  font-size: 18px;
  font-weight: 400;
  line-height: 3.1111111111;
  font-family: "Roboto", sans-serif;
  color: #0C3384
}

.detail .l-interview-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5555555556;
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 5px;
  position: relative
}

.detail .l-interview-subTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5333333333;
  margin-bottom: 21px
}

.detail .l-interview-subTitle__adjust span {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

.detail .l-interview-qTitle {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7647058824;
  margin-bottom: 16px
}

.detail .l-interview-mainTxt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2
}

.detail .l-interview-mainTxt em {
  color: #c70313
}

.detail .l-interview-topTxt {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  margin-bottom: 90px
}

.detail .l-interview-topWrap {
  background: url(../images/interview/bg-dot.png) center center;
  padding-top: 46px
}

.detail .l-interview-topWrap .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}


.detail .l-interview-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  margin: auto
}

.detail .l-interview-point__img {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px);
  transition: opacity 800ms, transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0
}

.detail .l-interview-point__img.is-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.detail .l-interview-point__txt {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  padding: 52px 54px 80px 70px
}

.detail .l-interview-point__txt--wrap {
  margin-top: 30px
}

.detail .l-interview-point.point01 .l-interview-point__img {
  position: relative;
  top: -40px
}

.detail .l-interview-point.point02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.detail .l-interview-point.point02 .l-interview-point__txt {
  padding: 0 72px 0 62px
}

.detail .l-interview-point.point02 .l-interview-point__img {
  -webkit-flex-basis: 44.5%;
  -ms-flex-preferred-size: 44.5%;
  flex-basis: 44.5%
}

.detail .l-interview-point.point02 .l-interview-qTitle {
  margin-bottom: 12px
}

.detail .l-interview-point.point02 .l-interview-mainTxt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1333333333
}

.detail .l-interview-point.point03 {
  padding-top: 80px
}

.detail .l-interview-point.point03 .l-interview-point__txt {
  padding-top: 0;
  padding-bottom: 0
}

.detail .l-interview-point.point03 .l-interview-mainTxt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1333333333
}

.detail .l-interview-bottomWrap {
  padding: 60px 0
}

.detail .l-interview-bottomWrap__inner {
  margin-bottom: 60px
}

.detail .l-interview-bottomWrap__inner .l-interview-subTitle {
  margin-bottom: 20px
}

.detail .l-interview-bottomWrap__inner .l-interview-mainTxt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1333333333
}

.detail .l-interview-bottomWrap__inner .l-interview-qTitle {
  margin-bottom: 11px
}

.detail .l-footer-profile {
  background: url(../images/common/bg.png) no-repeat center center;
  background-size: cover;
  height: 410px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.detail .l-footer-profile .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1366px
}

.detail .l-footer-profile__post {
  margin-bottom: 8px
}

.detail .l-footer-profile__h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #fff;
  margin-bottom: 17px
}

.detail .l-footer-profile__txtWrap {
  -webkit-flex-basis: 54%;
  -ms-flex-preferred-size: 54%;
  flex-basis: 54%
}

.detail .l-footer-profile__imgWrap {
  -webkit-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
  position: absolute;
  right: 0;
  top: -120px
}

.detail .l-footer-profile__imgPerson {
  text-align: right
}

@media screen and (min-width: 768px) {
  .detail .l-footer-profile__imgPerson img {
    height: 50%;
    width: 50%
  }
}

.detail .l-footer-profile__imgTxt {
  bottom: 105px;
  position: absolute;
  right: -46px
}

.detail .l-footer-profile__post {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6923076923
}

.detail .l-footer-profile__h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3333333333
}

.detail .l-footer-profile__txt {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 2
}

.detail .l-footer-profile__entryWrap {
  position: relative;
  margin-top: 40px
}

.detail .l-footer-profile__entry {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid #083388;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  text-align: center;
  margin-left: -3px;
  width: 367px;
  z-index: 0
}

.detail .l-footer-profile__entry span {
  position: relative
}

.detail .l-footer-profile__entry::before {
  background: #083388;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.detail .l-footer-profile__entry::after {
  background: url(../images/common/arrow-wh.svg) no-repeat;
  background-size: auto 100%;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 1px -10px 0 16px;
  position: relative;
  width: 6px
}

.detail .l-footer-profile__entry:hover {
  color: #083388;
  background: rgba(255,255,255, 0.95);
}

.detail .l-footer-profile__entry:hover::before {
  bottom: auto;
  height: 0%;
  top: 0
}

.detail .l-footer-profile__entry:hover::after {
  background-image: url(../images/common/arrow-rd.svg)
}

.detail .l-footer-profile__meet {
  background: url(../images/common/img-hukidasi.png) no-repeat center center;
  border: 0;
  bottom: 18px;
  position: absolute;
  padding: 15px 21px;
  pointer-events: none;
  right: 113px;
  z-index: 100
}

.detail .l-footer-profile__meet span {
  font-size: 13px;
  font-weight: 700;
  line-height: 3.0769230769;
  margin-bottom: 8px;
  display: inline-block
}

.detail .l-other {
  background: url(../images/interview/bg-dot.png) center center;
  padding-top: 78px;
  position: relative
}

.detail .l-other-wrap {
  position: relative
}

.detail .l-other-h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.0357142857
}

.detail .l-other-title {
  color: #c70313;
  position: absolute;
  text-align: center;
  top: 58px;
  width: 100%
}

.detail .l-other-title__h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Roboto", sans-serif
}

.detail .l-other-title__sub {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6666666667
}

.detail .l-other-member__wrap a {
  display: inline-block
}

.detail .l-other-member__wrap a:hover {
  opacity: 0.6
}

@media screen and (min-width: 768px) {
  .detail .l-other-member__wrap a p {
    margin-top: 6px
  }
}

.detail .l-other__content {
  position: relative
}

.detail .l-other__content::before, .detail .l-other__content::after {
  bottom: 143px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 77px;
  -webkit-transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  width: 0%
}

.is-animate .detail .l-other__content::before, .is-animate .detail .l-other__content::after {
  width: calc(50% + 341px)
}

.detail .l-other__content::before {
  background: #fff
}

.detail .l-other__content::after {
  background: url(../images/common/bg-dot.png) repeat right top;
  opacity: .4
}

.detail .l-other__content .swiper-container {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms
}

.detail .l-other__content .swiper-container.is-start {
  opacity: 0
}

.detail .l-other__content .swiper-container.is-swipable {
  width: 800px
}

.detail .l-other__content .swiper-wrapper {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms
}

.detail .l-other__content .swiper-button-prev, .detail .l-other__content .swiper-button-next {
  margin-top: -34px
}

.detail .l-other__content .swiper-button-prev {
  background: rgba(204, 204, 204, 0.1);
  height: 80px;
  left: auto;
  margin-right: 510px;
  right: 46%;
  top: 45%;
  width: 80px
}

.detail .l-other__content .swiper-button-prev:hover {
  background: rgba(196, 1, 6, 0.1)
}

.detail .l-other__content .swiper-button-prev:after {
  margin: -9px 0 0 -5px
}

.detail .l-other__content .swiper-button-prev:before {
  height: 64px;
  margin: -32px 0 0 -32px;
  width: 64px
}

.detail .l-other__content .swiper-button-next {
  background: rgba(204, 204, 204, 0.1);
  height: 80px;
  left: 46%;
  margin-left: 510px;
  top: 45%;
  width: 80px
}

.detail .l-other__content .swiper-button-next:hover {
  background: rgba(196, 1, 6, 0.1)
}

.detail .l-other__content .swiper-button-next:after {
  margin: -9px 0 0 -2px
}

.detail .l-other__content .swiper-button-next:before {
  height: 64px;
  margin: -32px 0 0 -32px;
  width: 64px
}

.detail .l-other__content .swiper-pagination {
  bottom: 178px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 50%;
  padding-right: 12px;
  pointer-events: none;
  position: absolute;
  width: 600px
}

.detail .l-other .swiper-slide-active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1
}

.detail .l-other .swiper-slide-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1
}

.detail .l-other-list__item {
  margin-top: 0 !important;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  width: 50%
}

.detail .l-other-list__item a {
  display: inline-block
}

.detail .l-other-list__item a:hover .l-other-list__name {
  color: #c70313
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--moriyama .l-other-list__image {
    margin-left: 46px !important
  }
  .detail .l-other-list__item--moriyama .l-other-list__image img {
    margin-top: 0
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--moriyama .l-other-list__content {
    top: 28.5% !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--mitsuhashi .l-other-list__image {
    margin-left: 125px !important;
    -webkit-transform: scale(0.97);
    transform: scale(0.97)
  }
  .detail .l-other-list__item--mitsuhashi .l-other-list__image img {
    margin-top: 0px
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--mitsuhashi .l-other-list__content {
    top: 28.5% !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--mitsuhashi.swiper-slide-duplicate .l-other-list__image {
    margin-left: 46px !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--kanazumi .l-other-list__image {
    margin-left: 120px !important;
    -webkit-transform: scale(0.98);
    transform: scale(0.98)
  }
  .detail .l-other-list__item--kanazumi .l-other-list__image img {
    margin-top: 8px
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--kanazumi.swiper-slide-duplicate .l-other-list__image {
    margin-left: 40px !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--mae .l-other-list__image {
    margin-left: 120px !important
  }
  .detail .l-other-list__item--mae .l-other-list__image img {
    margin-top: 0
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--mae .l-other-list__content {
    top: 28% !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--okamura .l-other-list__image {
    margin-left: 120px !important
  }
  .detail .l-other-list__item--okamura .l-other-list__image img {
    margin-top: 0
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--okamura .l-other-list__content {
    top: 28.5% !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--murakawa .l-other-list__image {
    margin-left: 66px !important
  }
  .detail .l-other-list__item--murakawa .l-other-list__image img {
    margin-top: 0
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--murakawa .l-other-list__content {
    top: 28.5% !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--dodo .l-other-list__image {
    margin-left: 120px !important
  }
  .detail .l-other-list__item--dodo .l-other-list__image img {
    margin-top: 0
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--dodo .l-other-list__content {
    top: 28.5% !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--ideta .l-other-list__image {
    margin-left: 66px !important
  }
  .detail .l-other-list__item--ideta .l-other-list__image img {
    margin-top: 0
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--ideta .l-other-list__content {
    top: 28.5% !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--hougyoku .l-other-list__image {
    margin-left: 46px !important
  }
  .detail .l-other-list__item--hougyoku .l-other-list__image img {
    margin-top: 0
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--hougyoku .l-other-list__content {
    top: 28.5% !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--kawanaka .l-other-list__image {
    margin-left: 120px !important
  }
  .detail .l-other-list__item--kawanaka .l-other-list__image img {
    margin-top: 4px
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--tokugami .l-other-list__image {
    margin-left: 46px !important;
    -webkit-transform: scale(0.97);
    transform: scale(0.97)
  }
  .detail .l-other-list__item--tokugami .l-other-list__image img {
    margin-top: -5px
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--tokugami .l-other-list__content {
    top: 28.5% !important
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--tokugami.swiper-slide-duplicate .l-other-list__image {
    margin-left: 125px !important
  }
  .detail .l-other-list__item--tokugami.swiper-slide-duplicate .l-other-list__image img {
    margin-top: 10px
  }
}

@media screen and (min-width: 768px) {
  .detail .l-other-list__item--tokugami.swiper-slide-duplicate .l-other-list__content {
    top: 28% !important
  }
}

.detail .l-other-list__item .l-other-list__content {
  position: absolute;
  top: 28%
}

.detail .l-other-list__item:nth-child(odd) {
  transition: opacity 500ms 150ms, transform 500ms 150ms, -webkit-transform 500ms 150ms
}

.detail .l-other-list__item:nth-child(odd) .l-other-list__content {
  left: 0
}

.detail .l-other-list__item:nth-child(odd) .l-other-list__image {
  margin: auto;
  margin-left: 122px
}

.detail .l-other-list__item:nth-child(even) {
  transition: opacity 500ms 400ms, transform 500ms 400ms, -webkit-transform 500ms 400ms
}

.detail .l-other-list__item:nth-child(even) .l-other-list__content {
  text-align: right;
  right: 0
}

.detail .l-other-list__item:nth-child(even) .l-other-list__image {
  margin-left: 32px
}

.detail .l-other-list__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.0714285714;
  color: #a0a0a0
}

.detail .l-other-list__name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.0357142857;
  color: #2d2d2d
}

.detail .l-other-list__image {
  width: 220px !important
}

.detail .l-other-member__wrap {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 30%;
  width: 7%;
  z-index: 2
}

.detail .l-other-member__txt {
  font-size: 11px;
  font-weight: 700;
  line-height: 2.6363636364;
  color: #c70313
}

.detail .l-crosstalk {
  padding: 67px 0 150px
}

.detail .l-crosstalk-title {
  color: #c70313;
  margin-bottom: 37px;
  text-align: center
}

.detail .l-crosstalk-title__h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Roboto", sans-serif
}

.detail .l-crosstalk-title__sub {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6666666667
}

.detail .l-crosstalk-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.detail .l-crosstalk-member__link {
  color: #2d2d2d;
  display: block
}

.detail .l-crosstalk-member__link:hover h3 {
  color: #083388;
  text-decoration: underline
}

.detail .l-crosstalk-member__h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5454545455;
  margin-top: 21px;
  margin-bottom: 5px;
  width: 90%
}

.detail .l-crosstalk-member__txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.8571428571;
  display: inline-block
}

@media screen and (max-width: 767px) {
  .detail .l-main {
    padding-bottom: 0
  }
  .detail .l-hero-profile {
    bottom: -135px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%
  }
  .detail .l-hero-profile__name {
    background: rgba(199, 3, 19, 0.9);
    height: 135px;
    padding: 18px 16px
  }
  .detail .l-hero-profile__history {
    height: 135px
  }
  .detail .l-hero-profile__historyTtl {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.0357142857;
    color: #999;
    margin-bottom: 13px
  }
  .detail .l-hero-profile__h1 {
    font-size: 27px;
    font-weight: 700;
    line-height: .537037037;
    margin: 19px 0 16px
  }
  .detail .l-hero-profile__txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5833333333
  }
  .detail .l-hero-profile__txt:first-of-type {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2083333333
  }
  .detail .l-hero-profile__list li {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.9166666667
  }
  .detail .l-interview {
    position: relative
  }
  .detail .l-interview-profile {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 40px;
    position: static;
    z-index: 2;
    margin-top: -135px
  }
  .detail .l-interview-profile__h1 {
    font-size: 27px;
    font-weight: 700;
    line-height: .537037037;
    margin: 16px 0px
  }
  .detail .l-interview-profile__name {
    height: 135px;
    padding: 19px 16px
  }
  .detail .l-interview-profile__history {
    height: 135px;
    border-bottom: 3vw solid #2d2d2d;
    border-top: 1vw solid #2d2d2d;
    position: relative;
    z-index: -1
  }
  .detail .l-interview-profile__history .scroll-content {
    padding: 19px 16px
  }
  .detail .l-interview-profile__txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5833333333
  }
  .detail .l-interview-profile__historyTtl {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3
  }
  .detail .l-interview-profile__list li {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.9166666667
  }
  .detail .l-interview-profile__list--txt {
    -webkit-flex-basis: 73% !important;
    -ms-flex-preferred-size: 73% !important;
    flex-basis: 73% !important
  }
  .detail .l-interview-topWrap {
    background-size: auto 308px;
    padding: 0 0 23.5px
  }
  .detail .l-interview-topWrap .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .detail .l-interview-catch {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .detail .l-interview-bottomWrap {
    padding: 0 0 45px
  }
  .detail .l-interview-bottomWrap .l-interview-mainTxt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143
  }
  .detail .l-interview-bottomWrap .l-interview-subTitle {
    margin-bottom: 6px
  }
  .detail .l-interview-bottomWrap__inner {
    margin-bottom: 25px
  }
  .detail .l-interview-number {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4375;
    margin-bottom: 4.5px
  }
  .detail .l-interview-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4347826087;
    margin-bottom: 6px
  }
  .detail .l-interview-subTitle {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4761904762;
    margin-bottom: 12px
  }
  .detail .l-interview-qTitle {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4666666667;
    margin-bottom: 2px
  }
  .detail .l-interview-topTxt {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7142857143;
    margin-bottom: 10px
  }
  .detail .l-interview-mainTxt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143;
    letter-spacing: 0.04em
  }
  .detail .l-interview-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%
  }
  .detail .l-interview-point.point01 .l-interview-point__img {
    top: -20px;
    min-height: 60vw
  }
  .detail .l-interview-point.point01 .l-interview-point__img img {
    padding: 0 20px
  }
  .detail .l-interview-point.point02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .detail .l-interview-point.point02 .l-interview-point__txt {
    padding: 25.5px 19.5px
  }
  .detail .l-interview-point.point02 .l-interview-point__img {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .detail .l-interview-point.point02 .l-interview-mainTxt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143
  }
  .detail .l-interview-point.point02 .l-interview-qTitle {
    margin-bottom: 3.5px
  }
  .detail .l-interview-point.point02 .l-interview-subTitle {
    margin-bottom: 8.5px
  }
  .detail .l-interview-point.point03 {
    padding-top: 9.5px
  }
  .detail .l-interview-point.point03 .l-interview-point__txt {
    padding: 20px 20px 26.5px
  }
  .detail .l-interview-point.point03 .l-interview-point__txt--wrap {
    margin-top: 15px
  }
  .detail .l-interview-point.point03 .l-interview-mainTxt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143
  }
  .detail .l-interview-point.point03 .l-interview-subTitle {
    letter-spacing: -0.03em;
    margin-bottom: 10px
  }
  .detail .l-interview-point.point03 .l-interview-qTitle {
    margin-bottom: 3.5px
  }
  .detail .l-interview-point__img {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-height: 70vw
  }
  .detail .l-interview-point__img img {
    display: block;
    margin: auto
  }
  .detail .l-interview-point__txt {
    padding: 5px 19.5px 35px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .detail .l-footer-profile {
    background: url(../images/common/bg_sm.png) no-repeat center -76px;
    padding-top: 0;
    height: auto
  }
  .detail .l-footer-profile .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    top: -10vw;
    width: 100%
  }
  .detail .l-footer-profile__imgWrap {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    left: 0;
    position: relative;
    right: 0;
    top: 0
  }
  .detail .l-footer-profile__imgPerson {
    margin: auto;
    width: 34%
  }
  .detail .l-footer-profile__imgTxt {
    bottom: 15vw;
    right: 12vw;
    width: 24vw
  }
  .detail .l-footer-profile__txtWrap {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: auto;
    margin-top: 0;
    width: 100%;
    z-index: 2
  }
  .detail .l-footer-profile__h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1111111111;
    margin-bottom: 11.5px
  }
  .detail .l-footer-profile__txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143
  }
  .detail .l-footer-profile__entry {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1764705882;
    border-radius: 50px;
    display: block;
    padding: 15px 0;
    margin: auto;
    width: 87.5%
  }
  .detail .l-footer-profile__entry span {
    margin-left: -8.5px
  }
  .detail .l-footer-profile__entry span:after {
    background-size: 7px auto;
    height: 17px;
    right: -20px;
    width: 9.5px
  }
  .detail .l-footer-profile__entryWrap {
    margin-top: 25px
  }
  .detail .l-footer-profile__meet {
    background: url(../images/common/img-hukidasi_sm.png) no-repeat center center;
    background-size: 100%;
    bottom: 30px;
    padding: 7px 14px;
    right: 2px
  }
  .detail .l-footer-profile__meet span {
    font-size: 10px;
    font-weight: 700;
    line-height: 2
  }
  .detail .l-other {
    padding-top: 23px;
    padding-bottom: 20px
  }
  .detail .l-other-h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: .8055555556
  }
  .detail .l-other-title {
    position: static;
    margin-bottom: 10px
  }
  .detail .l-other-title__h2 {
    font-size: 22px;
    line-height: 1.4
  }
  .detail .l-other-title__sub {
    font-size: 10px
  }
  .detail .l-other-member {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .detail .l-other-member__sub {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
    color: initial;
    margin-bottom: 6px
  }
  .detail .l-other-member .all-member {
    left: 0;
    position: relative;
    margin: 0;
    top: 28px;
    width: 12%
  }
  .detail .l-other-member .all-member img {
    margin-bottom: 5px;
    width: 50%
  }
  .detail .l-other-member .all-member p {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3
  }
  .detail .l-other__content .swiper-button-next {
    height: 50px;
    left: auto;
    margin-left: 0;
    right: 2vw;
    top: 28%;
    width: 50px
  }
  .detail .l-other__content .swiper-button-next:after {
    background-image: url(../images/common/arrow-pager-rd.svg);
    background-size: 6px auto;
    height: 10px;
    margin: -4px 0 0 -3px;
    width: 7px
  }
  .detail .l-other__content .swiper-button-next:before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background: #fff
  }
  .detail .l-other__content .swiper-button-prev {
    left: 2vw;
    margin-right: 0;
    right: auto;
    height: 50px;
    width: 50px;
    top: 28%
  }
  .detail .l-other__content .swiper-button-prev:after {
    background-image: url(../images/common/arrow-pager-rd.svg);
    background-size: 6px auto;
    height: 10px;
    margin: -4px 0 0 -2px;
    width: 7px
  }
  .detail .l-other__content .swiper-button-prev:before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background: #fff
  }
  .detail .l-other__content .swiper-container.is-swipable {
    width: 100%
  }
  .detail .l-other-list__image {
    width: 70% !important
  }
  .detail .l-other-list__image img {
    width: 100%
  }
  .detail .l-other-list__item--moriyama .l-other-list__image {
    margin-left: 3vw !important
  }
  .detail .l-other-list__item--moriyama .l-other-list__image img {
    margin-top: 0;
    margin-bottom: 0
  }
  .detail .l-other-list__item--murakawa .l-other-list__image {
    margin-left: 5vw !important
  }
  .detail .l-other-list__item--murakawa .l-other-list__image img {
    margin-top: 5px;
    margin-bottom: -5px
  }
  .detail .l-other-list__item--dodo .l-other-list__image {
    margin-left: 11vw !important
  }
  .detail .l-other-list__item--tokugami .l-other-list__image {
    margin-left: 4vw !important
  }
  .detail .l-other-list__item--tokugami.swiper-slide-duplicate .l-other-list__image {
    margin-left: 10vw !important
  }
  .detail .l-other-list__item--tokugami.swiper-slide-duplicate .l-other-list__image img {
    margin-top: 5px;
    margin-bottom: -5px
  }
  .detail .l-other-list__item--kanazumi .l-other-list__image {
    margin-left: 11vw !important
  }
  .detail .l-other-list__item--kanazumi .l-other-list__image img {
    margin-top: 5px;
    margin-bottom: -5px
  }
  .detail .l-other-list__item--kanazumi.swiper-slide-duplicate .l-other-list__image {
    margin-left: 3vw !important
  }
  .detail .l-other-list__item--hougyoku .l-other-list__image {
    margin-left: 3vw !important
  }
  .detail .l-other-list__item--mae .l-other-list__image {
    margin-left: 10vw !important
  }
  .detail .l-other-list__item--mitsuhashi .l-other-list__image {
    margin-left: 9vw !important
  }
  .detail .l-other-list__item--mitsuhashi.swiper-slide-duplicate .l-other-list__image {
    margin-left: 4vw !important
  }
  .detail .l-other-list__item--okamura .l-other-list__image {
    margin-left: 10vw !important
  }
  .detail .l-other-list__item--okamura .l-other-list__image img {
    margin-top: 8px;
    margin-bottom: -8px
  }
  .detail .l-other-list__item--okamura .l-other-list__content {
    bottom: 2.9vw !important
  }
  .detail .l-other-list__item--ideta .l-other-list__image {
    margin-left: 5vw !important
  }
  .detail .l-other-list__item--ideta .l-other-list__image img {
    margin-top: 5px;
    margin-bottom: -5px
  }
  .detail .l-other-list__item--kawanaka .l-other-list__image {
    margin-left: 11vw !important
  }
  .detail .l-other-list__item--kawanaka .l-other-list__image img {
    margin-top: 5px;
    margin-bottom: -5px
  }
  .detail .l-other-list__item:nth-child(odd) .l-other-list__image {
    margin-left: 12vw
  }
  .detail .l-other-list__item:nth-child(odd) .l-other-list__content {
    left: 16vw !important;
    display: inline-block
  }
  .detail .l-other-list__item:nth-child(even) .l-other-list__image {
    margin-right: 13vw;
    margin-left: 0
  }
  .detail .l-other-list__item:nth-child(even) .l-other-list__content {
    display: inline-block;
    left: 10vw;
    text-align: left
  }
  .detail .l-other-list__content {
    text-align: left;
    position: relative !important;
    bottom: 4vw !important
  }
  .detail .l-other-list__date {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 6px
  }
  .detail .l-other-list__name {
    font-size: 18px;
    font-weight: 700;
    line-height: .8055555556
  }
  .detail .l-other-member__wrap {
    top: 13%
  }
  .detail .l-other-member__wrap a {
    display: inline-block
  }
  .detail .l-other-member__wrap img {
    width: 70%
  }
  .detail .l-crosstalk {
    padding-top: 23.5px;
    padding-bottom: 50px
  }
  .detail .l-crosstalk-title {
    margin-bottom: 20px
  }
  .detail .l-crosstalk-title__h2 {
    font-size: 22px
  }
  .detail .l-crosstalk-title__sub {
    font-size: 10px
  }
  .detail .l-crosstalk-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .detail .l-crosstalk-member__img {
    display: block;
    margin: auto;
    width: 100%
  }
  .detail .l-crosstalk-member__h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: -0.04em;
    margin-top: 10px
  }
  .detail .l-crosstalk-member__wrap {
    margin-top: 36px;
    width: 100%;
    min-height: 67vw
  }
  .detail .l-crosstalk-member__wrap:first-child {
    margin-top: 0
  }
  .detail .l-crosstalk-member__link:not(:last-child) {
    margin-bottom: 30px
  }
  .detail .top-crosstalk-list__name {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 8.5px
  }
  .detail .top-crosstalk-list__name .c-ico-cross {
    height: 13px;
    margin: 0px 10px 0 4px;
    width: 11px
  }
}

.igarashi .l-hero-wrap {
  background: url(../images/interview/igarashi/img-main.png) no-repeat center center;
  background-size: cover
}


.igarashi .l-footer-profile {
  margin-top: 120px
}

@media screen and (max-width: 767px) {
  .igarashi .l-hero-wrap {
    background: url(../images/interview/igarashi/img-main_sm.png) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
  .igarashi .l-footer-profile {
    margin-top: 43.5px
  }
}

.moriyama .l-hero-wrap {
  background: url(../images/interview/moriyama/img-main.png) no-repeat center 80px;
  background-size: cover
}

@media screen and (min-width: 768px) {
  .moriyama .l-footer-profile__imgWrap {
    top: -127px
  }
  .moriyama .l-footer-profile__imgPerson {
    margin-right: 60px
  }
  .moriyama .l-footer-profile__imgTxt {
    bottom: 60px;
    right: -96px
  }
}

@media screen and (max-width: 767px) {
  .moriyama .l-hero-wrap {
    background: url(../images/interview/moriyama/img-main_sm.png) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
}

.tokugami .l-hero-wrap {
  background: url(../images/interview/tokugami/img-main.png) no-repeat center 80px;
  background-size: cover
}

.tokugami .l-footer-profile {
  margin-top: 120px
}

@media screen and (min-width: 768px) {
  .tokugami .l-footer-profile__imgPerson {
    margin-right: 23px
  }
  .tokugami .l-footer-profile__imgTxt {
    bottom: 97px;
    right: -48px
  }
}

@media screen and (max-width: 767px) {
  .tokugami .l-hero-wrap {
    background: url(../images/interview/tokugami/img-main_sm.png) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
  .tokugami .l-footer-profile {
    margin-top: 43.5px
  }
}

.nishioka .l-hero-wrap {
  background: url(../images/interview/nishioka/img-main.png) no-repeat center 80px;
  background-size: cover
}


@media screen and (min-width: 768px) {
  .nishioka .l-footer-profile__imgWrap {
    top: -134px
  }
  .nishioka .l-footer-profile__imgTxt {
    bottom: 60px;
    right: -96px
  }
}

@media screen and (max-width: 767px) {
  .nishioka .l-hero-wrap {
    background: url(../images/interview/nishioka/img-main_sm.png) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
}

.mitsuhashi .l-hero-wrap {
  background: url(../images/interview/mitsuhashi/img-main.png) no-repeat center 80px;
  background-size: cover
}


.mitsuhashi .l-footer-profile {
  margin-top: 120px
}

@media screen and (min-width: 768px) {
  .mitsuhashi .l-footer-profile__imgTxt {
    bottom: 54px;
    position: absolute;
    right: -105px
  }
}

@media screen and (max-width: 767px) {
  .mitsuhashi .l-hero-wrap {
    background: url(../images/interview/mitsuhashi/img-main_sm.png) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
  .mitsuhashi .l-footer-profile {
    margin-top: 43.5px
  }
}

.kanazumi .l-hero-wrap {
  background: url(../images/interview/kanazumi/img-main.png) no-repeat center center;
  background-size: cover
}


.kanazumi .l-footer-profile {
  margin-top: 120px
}

@media screen and (min-width: 768px) {
  .kanazumi .l-footer-profile__imgWrap {
    top: -120px
  }
  .kanazumi .l-footer-profile__imgPerson {
    margin-right: -4px
  }
}

@media screen and (max-width: 767px) {
  .kanazumi .l-hero-wrap {
    background: url(../images/interview/kanazumi/img-main_sm.png) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
  .kanazumi .l-footer-profile {
    margin-top: 43.5px
  }
  .kanazumi .l-footer-profile__imgPerson {
    width: 38%
  }
  .kanazumi .l-footer-profile__imgTxt {
    width: 28vw
  }
}

.hougyoku.detail .l-interview-bottomWrap {
  padding-bottom: 0
}

.hougyoku.detail .l-interview-bottomWrap:last-of-type {
  padding-top: 60px;
  margin-bottom: 60px
}

@media screen and (min-width: 768px) {
  .hougyoku .l-interview-point.point02 .l-interview-point__txt {
    padding-top: 120px
  }
}

.hougyoku .l-hero-wrap {
  background: url(../images/interview/hougyoku/img-main.png) no-repeat center 80px;
  background-size: cover
}

.hougyoku .l-footer-profile {
  margin-top: 120px
}

@media screen and (min-width: 768px) {
  .hougyoku .l-footer-profile__imgWrap {
    top: -130px
  }
  .hougyoku .l-footer-profile__imgTxt {
    bottom: 54px;
    position: absolute;
    right: -105px
  }
}

@media screen and (max-width: 767px) {
  .hougyoku .l-hero-wrap {
    background: url(../images/interview/hougyoku/img-main_sm.png) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
  .hougyoku .l-footer-profile {
    margin-top: 43.5px
  }
}

.interview_detail .l-hero-wrap {
  background: url(../images/interview/sample/img-main.jpg) no-repeat center 80px;
  background-size: cover
}

.interview_detail .l-interview-profile__name {
  background: #083388;
  border-radius: 5px 5px 0 0;
  height: auto;
  padding: 38px 32px
}

@media screen and (max-width: 767px) {
  .interview_detail .l-interview-profile__name {
    height: auto
  }
}

.interview_detail .l-footer-profile {
  margin-top: 120px
}

@media screen and (min-width: 768px) {
  .interview_detail .l-footer-profile__imgWrap {
    top: -103px
  }
  .interview_detail .l-footer-profile__imgTxt {
    bottom: 54px;
    position: absolute;
    right: -105px
  }
}

.interview_detail .l-interview-point.point02 {
  padding-top: 40px
}

@media screen and (max-width: 767px) {
  .interview_detail .l-hero-wrap {
    background: url(../images/interview/sample/img-main_sm.jpg) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
  .interview_detail .l-footer-profile {
    margin-top: 43.5px
  }
  .interview_detail .l-interview-point.point02 {
    padding-top: 0
  }
}

.murakawa .l-hero-wrap {
  background: url(../images/interview/murakawa/img-main.png) no-repeat center 80px;
  background-size: cover
}


.murakawa .l-footer-profile {
  margin-top: 120px
}

@media screen and (min-width: 768px) {
  .murakawa .l-footer-profile__imgWrap {
    top: -115px
  }
  .murakawa .l-footer-profile__imgTxt {
    bottom: 54px;
    position: absolute;
    right: -105px
  }
}

@media screen and (max-width: 767px) {
  .murakawa .l-hero-wrap {
    background: url(../images/interview/murakawa/img-main_sm.png) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
  .murakawa .l-footer-profile {
    margin-top: 43.5px
  }
}

.okamura .l-hero-wrap {
  background: url(../images/interview/okamura/img-main.jpg) no-repeat center 80px;
  background-size: cover
}

.okamura .l-footer-profile {
  margin-top: 120px
}

@media screen and (min-width: 768px) {
  .okamura .l-footer-profile__imgWrap {
    top: -134px
  }
  .okamura .l-footer-profile__imgPerson {
    margin-right: -20px
  }
  .okamura .l-footer-profile__imgTxt {
    bottom: 54px;
    position: absolute;
    right: -105px
  }
}

@media screen and (min-width: 768px) {
  .okamura .l-interview-bottomWrap {
    padding-bottom: 0
  }
}

@media screen and (max-width: 767px) {
  .okamura .l-hero-wrap {
    background: url(../images/interview/okamura/img-main_sm.png) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
  .okamura .l-footer-profile {
    margin-top: 0
  }
  .okamura .l-footer-profile__imgPerson {
    width: 50%
  }
}

.ideta .l-hero-wrap {
  background: url(../images/interview/ideta/img-main.jpg) no-repeat center 80px;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .ideta .l-hero-wrap {
    background: url(../images/interview/ideta/img-main_sm.jpg) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
}

@media screen and (min-width: 768px) {
  .ideta .l-footer-profile__imgWrap {
    top: -139px
  }
  .ideta .l-footer-profile__imgTxt {
    bottom: 138px;
    right: -100px;
    height: 135px;
    width: 164px
  }
}

.hiratsuka .l-hero-wrap {
  background: url(../images/interview/hiratsuka/img-main.jpg) no-repeat center 80px;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .hiratsuka .l-hero-wrap {
    background: url(../images/interview/hiratsuka/img-main_sm.jpg) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
}


@media screen and (min-width: 768px) {
  .hiratsuka .l-footer-profile__imgWrap {
    top: -133px
  }
  .hiratsuka .l-footer-profile__imgTxt {
    bottom: 86px;
    right: -85px;
    height: 129px;
    width: 187px
  }
}

@media screen and (max-width: 767px) {
  .hiratsuka .l-footer-profile__imgTxt {
    bottom: 14vw;
    width: 27vw
  }
}

.kawanaka .l-hero-wrap {
  background: url(../images/interview/kawanaka/img-main.jpg) no-repeat center 80px;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .kawanaka .l-hero-wrap {
    background: url(../images/interview/kawanaka/img-main_sm.jpg) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
}


@media screen and (min-width: 768px) {
  .kawanaka .l-footer-profile__imgWrap {
    top: -134px
  }
  .kawanaka .l-footer-profile__imgPerson {
    margin-right: 50px
  }
  .kawanaka .l-footer-profile__imgTxt {
    bottom: 111px;
    right: -40px;
    height: 125px;
    width: 157px
  }
}

.dodo .l-hero-wrap {
  background: url(../images/interview/dodo/img-main.jpg) no-repeat center 80px;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .dodo .l-hero-wrap {
    background: url(../images/interview/dodo/img-main_sm.jpg) no-repeat center center;
    background-size: cover;
    height: 149vw
  }
}


@media screen and (min-width: 768px) {
  .dodo .l-footer-profile__imgWrap {
    top: -159px
  }
  .dodo .l-footer-profile__imgTxt {
    bottom: 71px;
    right: -70px;
    height: 123px;
    width: 180px
  }
}

.crosstalk-hero {
  margin-bottom: 110px
}

.crosstalk-hero__titleWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 1200px
}

.crosstalk-hero__title {
  color: #083388;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 30%;
  margin-right: 34px
}

.crosstalk-hero__txt {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #2C2C2C;
  margin-top: -16px
}

.crosstalk-hero__txt span {
  margin-left: -16px
}

.crosstalk-hero__innerTop {
  background: url(../images/interview/questionnaire/bg-mv.png) no-repeat center center;
  background-size: cover;
  height: 438px;
  padding-top: 202px
}

.crosstalk-hero__en {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
  font-family: "Roboto", sans-serif
}

.crosstalk-hero__ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin-left: 5px
}

.crosstalk-hero__number {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  padding-left: 30px;
  position: relative
}

.crosstalk-hero__number:before {
  content: "";
  background: #083388;
  height: 18px;
  left: 12px;
  position: absolute;
  top: 7px;
  width: 1px
}

.crosstalk-hero__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.crosstalk-hero__items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/interview/crosstalk01/bg-hero.png) center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 480px;
  -ms-flex-preferred-size: 480px;
  flex-basis: 480px;
  padding-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 0 6px 0 #e9e9e9;
  box-shadow: 0 6px 0 #e9e9e9;
  border-radius: 10px
}

.crosstalk-hero__items--post {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 14px
}

.crosstalk-hero__items--name {
  font-size: 32px;
  font-weight: 700;
  line-height: .75;
  margin-bottom: 16px
}

.crosstalk-hero__items--profile {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8461538462;
  color: #707070;
  width: 480px
}

.crosstalk-hero__items--roman {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .2em;
  color: #083388;
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 63px;
  top: -45px;
  -webkit-transition: 0ms 200ms;
  transition: 0ms 200ms;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.crosstalk-hero__items--img {
  margin-top: -114px;
  opacity: 0;
  transition: opacity 800ms, transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px)
}

.crosstalk-hero__items--img.is-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.crosstalk-hero__items--img.left {
  margin-right: -13px
}

.crosstalk-hero__items--img.right {
  margin-left: 53px
}

.crosstalk-hero__items--txtWrap {
  margin-top: -20px;
  text-align: center
}

.crosstalk-hero__items--profile {
  padding: 0 45px;
  text-align: left
}

.crosstalk-hero__items--speaker {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8461538462;
  border: 2px solid;
  border-radius: 15px;
  background: #fff;
  color: #083388;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  height: 30px;
  margin-bottom: 22px;
  padding-top: 1px;
  position: relative;
  width: 120px
}

.crosstalk-hero__items--speaker:before {
  border: 3px solid transparent;
  border-top: 6px solid #fff;
  bottom: -9px;
  content: "";
  height: 0;
  left: 57px;
  position: absolute;
  width: 0;
  z-index: 1
}

.crosstalk-hero__items--speaker:after {
  border: 5px solid transparent;
  border-top: 9px solid #083388;
  bottom: -14px;
  content: "";
  height: 0;
  left: 55px;
  position: absolute;
  width: 0
}

.crosstalk-hero__items:nth-child(2) .crosstalk-hero__items--roman {
  right: 360px
}

@media screen and (min-width: 768px) {
  .crosstalk-hero__items:nth-child(2) .crosstalk-hero__items--txtWrap {
    margin-top: -30px
  }
}

.crosstalk-hero__cross {
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  top: 106px;
  width: 92px
}

.crosstalk-hero__innerBottom {
  margin-top: -260px
}

.crosstalk-hero__innerBottom .l-container {
  position: relative
}

.crosstalk-session__description {
  background: url(../images/interview/bg-dot.png) center center;
  padding-bottom: 2em;
}

.crosstalk-session__description .l-container {
  position: relative
}

.crosstalk-session__description--title {
  position: relative;
  top: -35px
}

.crosstalk-session__description--title span {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  background: #083388;
  color: #fff;
  display: inline-block;
  padding: 4px 20px
}

.crosstalk-session__description--title span:first-of-type {
  margin-bottom: 16px;
  padding-right: 12px
}

.crosstalk-session__description--imgWrap {
}

.crosstalk-session__description--txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  margin-left: 12px
}

.crosstalk-session__description--txt:first-of-type span {
  margin-left: -9px
}

.crosstalk-session__inner {
  background: url(../images/interview/crosstalk01/bg-title.png) no-repeat center center;
  background-size: cover;
  height: 310px
}

.crosstalk-session__number {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2222222222;
  color: #083388;
  display: block;
  font-family: "Roboto", sans-serif;
  text-align: center
}

.crosstalk-session__titleWrap {
  padding-top: 90px
}

.crosstalk-session__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.619047619;
  color: #fff;
  display: block;
  text-align: center
}

.crosstalk-session__contents {
	margin-bottom: 7.5em;
	position: relative;
}

.crosstalk-session__contents--question {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  background: #083388;
  color: #fff;
  position: relative;
  margin: -52px auto 40px;
  text-align: center;
  width: 682px;
  height: 100px;
}

.crosstalk-session__contents--question.no-title {
  margin: 60px auto 44px
}

.crosstalk-session__contents--qIcon {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727272727;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #083388;
  color: #083388;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -15px;
  position: absolute;
  top: -13px;
  width: 50px
}

.crosstalk-session__contents--qTitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left
}

.crosstalk-session__contents--photo img {
  border-radius: 8px;
  display: block;
  margin: auto
}

.crosstalk-session__contents--talk {
  position: relative;
  margin-left: 108px
}

.crosstalk-session__contents--talk.left .crosstalk-session__contents--img {
  left: -140px
}

.crosstalk-session__contents--talk.left .crosstalk-session__contents--txt:before {
  content: "";
  border: 10px solid transparent;
  border-right: 18px solid #fff;
  left: -28px;
  position: absolute;
  top: 38px;
  z-index: 1
}

.crosstalk-session__contents--talk.left .crosstalk-session__contents--txt:after {
  content: "";
  border: 10px solid transparent;
  border-right: 18px solid #e9e9e9;
  left: -28px;
  position: absolute;
  top: 44px
}

.crosstalk-session__contents--talk.right .crosstalk-session__contents--img {
  right: -30px
}

.crosstalk-session__contents--talk.right .crosstalk-session__contents--txt:before {
  content: "";
  border: 10px solid transparent;
  border-left: 18px solid #fff;
  position: absolute;
  right: -28px;
  top: 38px;
  z-index: 1
}

.crosstalk-session__contents--talk.right .crosstalk-session__contents--txt:after {
  content: "";
  border: 10px solid transparent;
  border-left: 18px solid #e9e9e9;
  position: absolute;
  right: -28px;
  top: 44px
}

.crosstalk-session__contents--img {
  position: absolute
}

.crosstalk-session__contents--img img {
  margin-bottom: 6px
}

.crosstalk-session__contents--img p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center
}

.crosstalk-session__contents--txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1333333333;
  background: #fff;
  -webkit-box-shadow: 0 6px 0 #e9e9e9;
  box-shadow: 0 6px 0 #e9e9e9;
  border-radius: 10px;
  margin-bottom: 26px;
  opacity: 0;
  padding: 35px 50px;
  position: relative;
  transition: opacity 800ms, transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  width: 783px
}

.crosstalk-session__contents--txt.is-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.crosstalk-session__contents--txt em {
  color: #083388
}

.crosstalk-session__contents--photo {
  margin-bottom: 40px
}

.crosstalk-session__contents--juicer img {
  display: block;
  margin: auto
}

.crosstalk-session__contents--juicerBtn {
  margin-bottom: 40px
}

.crosstalk-session__contents--juicerBtn a {
  background: #544070;
  display: block;
  margin: auto;
  width: 236px
}

.crosstalk-session__contents--juicerBtn a.c-btn-default {
  padding: 22px 0
}

.crosstalk-session__contents--juicerBtn a.c-btn-default::before {
  background: #43335a
}

.crosstalk-session__contents--juicerBtn a.c-btn-default::after {
  -webkit-filter: hue-rotate(60deg) !important;
  filter: hue-rotate(60deg) !important
}

.crosstalk-session__contents--juicerBtn a span {
  display: inline-block
}

.crosstalk-session__contents--next {
  font-size: 18px;
  font-weight: 700;
  line-height: 3.5555555556;
  color: #083388;
  text-align: center
}

.crosstalk-session__contents--nextTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.125;
  text-align: center
}

.crosstalk-session__contents--description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8461538462;
  color: #707070;
  display: block;
  margin-top: 14px
}

.crosstalk-session__contents--description a {
  color: #169cb9;
  text-decoration: underline
}

.crosstalk-session__contents--nextWrap {
  margin: 80px 0 105px
}

.crosstalk-session__contents--nextWrap a {
  color: #169cb9;
  text-decoration: underline
}

.crosstalk-session.session02 {
  margin-top: 114px
}

.crosstalk-session.session02 .crosstalk-session__titleWrap {
  padding-top: 55px
}

.crosstalk-session.session02 .crosstalk-session__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3333333333
}

.crosstalk-session.session03 {
  margin-top: 114px
}

.crosstalk-session.session03 .crosstalk-session__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3333333333
}

.crosstalk .l-footer-profile {
  background: url(../images/common/bg.png) no-repeat top center;
  background-size: cover;
  height: 200px
}

.crosstalk .l-footer-profile__txtWrap {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.crosstalk .l-footer-profile__entryWrap {
  margin-top: 0
}

.crosstalk .l-footer-profile__entry {
  margin: auto
}

@media screen and (max-width: 767px) {
  .crosstalk-hero {
    margin-bottom: 60px
  }
  .crosstalk-hero__title {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .crosstalk-hero__titleWrap {
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    display: block;
    width: 100%
  }
  .crosstalk-hero__en {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    display: block
  }
  .crosstalk-hero__ja {
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    margin-left: 2px;
    margin-left: 10px
  }
  .crosstalk-hero__number {
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    padding-left: 23px
  }
  .crosstalk-hero__number:before {
    height: 11px;
    left: 10px;
    top: 3px
  }
  .crosstalk-hero__innerTop {
    background: url(../images/interview/questionnaire/bg-mv_sm.png) no-repeat center bottom;
    background-size: cover;
    height: 300px;
    padding: 92px 20px 0
  }
  .crosstalk-hero__txt {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5263157895;
    margin-top: 8px;
    margin-left: 3px
  }
  .crosstalk-hero__txt span {
    margin-left: -12px
  }
  .crosstalk-hero__items {
    -webkit-box-shadow: 0 3px 0 #e9e9e9;
    box-shadow: 0 3px 0 #e9e9e9;
    display: block;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    padding-bottom: 20px
  }
  .crosstalk-hero__items--img {
    width: 134px
  }
  .crosstalk-hero__items--img.left {
    margin: -40px auto 0
  }
  .crosstalk-hero__items--img.right {
    left: 16px;
    margin: -40px auto 0;
    position: relative
  }
  .crosstalk-hero__items--post {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4545454545;
    margin-bottom: 0
  }
  .crosstalk-hero__items--speaker {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    width: 78px
  }
  .crosstalk-hero__items--speaker:before {
    left: 50%
  }
  .crosstalk-hero__items--speaker:after {
    left: 47%
  }
  .crosstalk-hero__items--name {
    font-size: 20px;
    font-weight: 700;
    line-height: .6;
    margin: 18px 0 12px
  }
  .crosstalk-hero__items--txtWrap {
    margin-top: -10px
  }
  .crosstalk-hero__items--roman {
    font-size: 7px;
    font-weight: 400;
    line-height: 1.5;
    right: 15px;
    top: -32px
  }
  .crosstalk-hero__items:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
  }
  .crosstalk-hero__items:nth-child(2) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
  }
  .crosstalk-hero__items:nth-child(2) .crosstalk-hero__items--roman {
    left: 12px;
    right: auto
  }
  .crosstalk-hero__cross {
    top: 80px;
    width: 46px
  }
  .crosstalk-hero__innerBottom {
    margin-top: -80px
  }
  .crosstalk-hero__innerBottom .l-container {
    padding: 0;
    width: 100%
  }
  .crosstalk-hero__list {
    margin-bottom: 35px
  }
  .crosstalk-hero__spProfile {
    padding: 0 20px
  }
  .crosstalk-hero__spProfile:first-of-type {
    margin-bottom: 23px
  }
  .crosstalk-hero__spProfile--header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
  }
  .crosstalk-hero__spProfile--header img {
    margin-right: 12px;
    margin-bottom: 10px;
    width: 51px
  }
  .crosstalk-hero__spProfile--name {
    font-size: 16px;
    font-weight: 700;
    line-height: .75;
    margin-bottom: 8px
  }
  .crosstalk-hero__spProfile--post {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4545454545
  }
  .crosstalk-hero__spProfile--contents p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6666666667;
    color: #707070
  }
  .crosstalk-session__description {
    height: auto;
    padding-bottom: 30px;
    padding-top: 8px
  }
  .crosstalk-session__description--title {
    top: -26px;
  }
  .crosstalk-session__description--title span {
    font-size: 19px;
    line-height: 1.6842105263;
    padding: 0 10px;
    font-weight: 600;
  }
  .crosstalk-session__description--title span:nth-of-type(2) {
    letter-spacing: -0.02em;
    text-indent: 0
  }
  .crosstalk-session__description--title span:not(:last-of-type) {
    margin-bottom: 8px
  }
  .crosstalk-session__description--txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8571428571;
    margin-left: 0
  }
  .crosstalk-session__description--txt:first-of-type {
    margin-left: 0;
    margin-top: -12px
  }
  .crosstalk-session__inner {
    background: url(../images/interview/crosstalk01/bg-title_sm.png) no-repeat center center;
    background-size: cover;
    height: 180px
  }
  .crosstalk-session__titleWrap {
    padding-top: 38px
  }
  .crosstalk-session__number {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1vw
  }
  .crosstalk-session__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3043478261
  }
  .crosstalk-session__contents .l-container {
    padding: 0
  }
  .crosstalk-session__contents--photo {
    margin: 0 auto 25px;
    width: 86%
  }
  .crosstalk-session__contents--photo img {
    border-radius: 4px
  }
  .crosstalk-session__contents--question {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5384615385;
    height: auto;
    margin-bottom: 25px;
    margin-top: -32px;
    padding: 10px 20px;
    width: 86%
  }
  .crosstalk-session__contents--question.no-title {
    margin: 25px auto
  }
  .crosstalk-session__contents--qIcon {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    height: 30px;
    padding-top: 1px;
    width: 30px
  }
  .crosstalk-session__contents--qTitle {
    height: auto
  }
  .crosstalk-session__contents--txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 #e9e9e9;
    box-shadow: 0 3px 0 #e9e9e9;
    padding: 20px;
    margin-bottom: 25px;
    width: 100%
  }
  .crosstalk-session__contents--talk {
    margin-left: 60px
  }
  .crosstalk-session__contents--talk.left .crosstalk-session__contents--txt {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .crosstalk-session__contents--talk.left .crosstalk-session__contents--txt:before {
    content: "";
    border: 5px solid transparent;
    border-right: 9px solid #fff;
    position: absolute;
    left: -13px;
    top: 26px;
    z-index: 1
  }
  .crosstalk-session__contents--talk.left .crosstalk-session__contents--txt:after {
    content: "";
    border: 5px solid transparent;
    border-right: 9px solid #e9e9e9;
    position: absolute;
    left: -14px;
    top: 29px
  }
  .crosstalk-session__contents--talk.left .crosstalk-session__contents--img {
    left: -56px
  }
  .crosstalk-session__contents--talk.right {
    margin-right: 60px;
    margin-left: 0
  }
  .crosstalk-session__contents--talk.right .crosstalk-session__contents--txt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .crosstalk-session__contents--talk.right .crosstalk-session__contents--txt:before {
    content: "";
    border: 5px solid transparent;
    border-left: 9px solid #fff;
    position: absolute;
    right: -14px;
    top: 38px;
    z-index: 1
  }
  .crosstalk-session__contents--talk.right .crosstalk-session__contents--txt:after {
    content: "";
    border: 5px solid transparent;
    border-left: 9px solid #e9e9e9;
    position: absolute;
    right: -14px;
    top: 41px
  }
  .crosstalk-session__contents--talk.right .crosstalk-session__contents--img {
    right: -56px
  }
  .crosstalk-session__contents--img {
    width: 40px
  }
  .crosstalk-session__contents--img img {
    margin-bottom: 3px
  }
  .crosstalk-session__contents--juicerBtn {
    margin: 12px 0 32px
  }
  .crosstalk-session__contents--juicerBtn a {
    height: 40px;
    padding: 13px 0px 10px !important;
    width: 188px
  }
  .crosstalk-session__contents--nextWrap {
    margin: 45px 20px 55px
  }
  .crosstalk-session__contents--next {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.6666666667
  }
  .crosstalk-session__contents--nextTitle {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6666666667
  }
  .crosstalk-session.session02 {
    margin-top: 57px
  }
  .crosstalk-session.session02 .crosstalk-session__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3043478261
  }
  .crosstalk-session.session02 .crosstalk-session__titleWrap {
    padding-top: 22px
  }
  .crosstalk-session.session03 {
    margin-top: 57px
  }
  .crosstalk-session.session03 .crosstalk-session__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3043478261
  }
  .crosstalk-session.session03 .crosstalk-session__titleWrap {
    padding-top: 27.5px
  }
  .crosstalk .l-footer-profile {
    height: 130px;
    padding-top: 0
  }
  .crosstalk .l-footer-profile .l-container {
    width: 100%;
    top: 0
  }
}

.crosstalk02 .crosstalk-hero__innerTop {
  background: url(../images/interview/crosstalk02/bg-mv_sm.png) no-repeat center center;
  background-size: cover
}

@media screen and (min-width: 768px) {
  .crosstalk02 .crosstalk-hero__txt span:last-child {
    margin-left: 0
  }
}

.crosstalk02 .crosstalk-session__description--title span:first-of-type {
  text-indent: 0;
  padding-right: 20px
}

.crosstalk02 .crosstalk-session__description--title span:nth-of-type(2) {
  text-indent: 0;
  padding-right: 20px
}

.crosstalk02 .crosstalk-session__contents--talk.left .crosstalk-session__contents--img {
  left: -190px
}

.crosstalk02 .crosstalk-session__contents--talk.right .crosstalk-session__contents--img {
  right: -32px
}

.crosstalk02 .crosstalk-session__inner {
  background: url(../images/interview/crosstalk02/bg-title.png) no-repeat center center;
  background-size: cover
}

.crosstalk02 .crosstalk-session.session03 .crosstalk-session__titleWrap {
  padding-top: 55px
}

@media screen and (max-width: 767px) {
  .crosstalk02 .crosstalk-hero__items--img.left {
    width: 156px;
    left: -14px;
    position: relative
  }
  .crosstalk02 .crosstalk-hero__items--img.right {
    width: 119px;
    left: 13px
  }
  .crosstalk02 .crosstalk-hero__items--roman {
    top: -24px
  }
  .crosstalk02 .crosstalk-session__description {
    height: auto
  }
  .crosstalk02 .crosstalk-session__description--title span:first-of-type {
    text-indent: 0;
    padding-right: 4px
  }
  .crosstalk02 .crosstalk-session__description--title span:nth-of-type(2) {
    padding-right: 10px
  }
  .crosstalk02 .crosstalk-session__description--title span:last-of-type {
    text-indent: -12px;
    padding-right: 8px
  }
  .crosstalk02 .crosstalk-session__titleWrap {
    padding-top: 0 !important
  }
  .crosstalk02 .crosstalk-session__contents--talk.right .crosstalk-session__contents--img {
    right: -56px
  }
  .crosstalk02 .crosstalk-session__contents--talk.left .crosstalk-session__contents--img {
    left: -56px
  }
  .crosstalk02 .crosstalk-session__inner {
    background: url(../images/interview/crosstalk02/bg-title_sm.png) no-repeat center center;
    background-size: cover;
    padding: 6vw 0
  }
}

.crosstalk03 .crosstalk-hero {
  margin-bottom: 77px
}

.crosstalk03 .crosstalk-hero__title {
  margin-right: 48px
}

.crosstalk03 .crosstalk-hero__innerTop {
  background: url(../images/interview/crosstalk03/bg-mv.png) no-repeat center center;
  background-size: cover;
  padding-top: 182px
}

@media screen and (min-width: 768px) {
  .crosstalk03 .crosstalk-hero__txt span:last-child {
    margin-left: 0
  }
}

.crosstalk03 .crosstalk-hero__innerBottom {
  margin-top: -300px
}

.crosstalk03 .crosstalk-hero__items {
  margin-left: 8px;
  margin-right: -9px
}

.crosstalk03 .crosstalk-hero__items--txtWrap.left {
  margin-top: -44px
}

.crosstalk03 .crosstalk-hero__items--txtWrap.right {
  margin-top: -48px
}

.crosstalk03 .crosstalk-hero__items--img.left {
  width: 300px;
  margin-top: -90px;
  margin-right: -38px
}

.crosstalk03 .crosstalk-hero__items--img.right {
  margin-top: -61px;
  margin-left: 10px;
  width: 252px
}

.crosstalk03 .crosstalk-hero__items--roman {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  right: 64px;
  top: -53px
}

.crosstalk03 .crosstalk-hero__cross {
  left: 17px
}

.crosstalk03 .crosstalk-session__titleWrap {
  padding-top: 81px
}

.crosstalk03 .crosstalk-session__number {
  margin-left: 15px
}

.crosstalk03 .crosstalk-session__title {
  margin-left: 42px
}

.crosstalk03 .crosstalk-session__description {
  height: 507px
}

.crosstalk03 .crosstalk-session__description--txtWrap {
  margin-left: 10px
}

.crosstalk03 .crosstalk-session__description--imgWrap {
  bottom: -79px;
  right: -105px
}

.crosstalk03 .crosstalk-session__description--title span:first-of-type {
  text-indent: 0;
  padding-top: 6px;
  padding-left: 27px;
  padding-right: 18px
}

.crosstalk03 .crosstalk-session__description--title span:nth-of-type(2) {
  text-indent: 0;
  padding-left: 27px;
  padding-right: 37px
}

.crosstalk03 .crosstalk-session__description--txt {
  margin-top: -6px;
  margin-left: 12px;
  letter-spacing: 0.08em
}

.crosstalk03 .crosstalk-session__contents--talk {
  margin-left: 118px
}

.crosstalk03 .crosstalk-session__contents--talk.left .crosstalk-session__contents--img {
  top: 3px;
  left: -130px
}

.crosstalk03 .crosstalk-session__contents--talk.right .crosstalk-session__contents--img {
  top: 4px;
  right: -30px
}

.crosstalk03 .crosstalk-session__contents--question {
  margin-left: 168px;
  margin-top: -51px;
  margin-bottom: 52px;
  height: 103px
}

.crosstalk03 .crosstalk-session__contents--photo {
  margin-left: 19px
}

.crosstalk03 .crosstalk-session__contents--photo.top {
  margin-top: 54px
}

.crosstalk03 .crosstalk-session__contents--img p {
  margin-left: -15px
}

.crosstalk03 .crosstalk-session__contents--txt {
  margin-bottom: 31px;
  padding: 33px 50px 36px 47px
}

.crosstalk03 .crosstalk-session__inner {
  background: url(../images/interview/crosstalk03/bg-title.png) no-repeat center center;
  background-size: cover
}

.crosstalk03 .crosstalk-session__inner--wrap {
  max-width: 1700px;
  margin: 0 auto
}

.crosstalk03 .crosstalk-session.session02 .crosstalk-session__titleWrap {
  padding-top: 83px
}

.crosstalk03 .crosstalk-session.session02 .crosstalk-session__title {
  margin-top: 2px;
  margin-left: 13px
}

.crosstalk03 .crosstalk-session.session02 .crosstalk-session__contents--question {
  margin-bottom: 59px
}

.crosstalk03 .crosstalk-session.session02 .crosstalk-session__contents--question.no-title {
  margin-top: 40px;
  margin-bottom: 46px
}

.crosstalk03 .crosstalk-session.session03 {
  margin-top: 82px
}

.crosstalk03 .crosstalk-session.session03 .crosstalk-session__titleWrap {
  padding-top: 81px
}

.crosstalk03 .crosstalk-session.session03 .crosstalk-session__title {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.5813953488
}

.crosstalk03 .crosstalk-session.session04 {
  margin-top: 85px
}

.crosstalk03 .crosstalk-session.session04 .crosstalk-session__titleWrap {
  padding-top: 52px
}

.crosstalk03 .crosstalk-session.session04 .crosstalk-session__title {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.488372093
}

.crosstalk03 .crosstalk-session.session05 {
  margin-top: 85px
}

.crosstalk03 .crosstalk-session.session05 .crosstalk-session__titleWrap {
  padding-top: 81px
}

.crosstalk03 .crosstalk-session.session05 .crosstalk-session__title {
  font-size: 41px;
  font-weight: 700;
  line-height: 1.6585365854
}

@media screen and (max-width: 767px) {
  .crosstalk03 .crosstalk-hero__title {
    margin-right: 0
  }
  .crosstalk03 .crosstalk-hero__ja {
    margin-left: 5px
  }
  .crosstalk03 .crosstalk-hero__cross {
    top: 54px;
    left: 0
  }
  .crosstalk03 .crosstalk-hero__innerTop {
    padding-top: 101px;
    padding-bottom: 101px
  }
  .crosstalk03 .crosstalk-hero__innerBottom {
    margin-top: -66px
  }
  .crosstalk03 .crosstalk-hero__items {
    margin: 0
  }
  .crosstalk03 .crosstalk-hero__items--img.left {
    width: 118px;
    top: 8px;
    left: 1px;
    margin: -40px auto 0;
    position: relative
  }
  .crosstalk03 .crosstalk-hero__items--img.right {
    width: 99px;
    top: 20px;
    left: 3px;
    margin: -40px auto 0
  }
  .crosstalk03 .crosstalk-hero__items--txtWrap.left {
    margin-top: -7px
  }
  .crosstalk03 .crosstalk-hero__items--txtWrap.right {
    margin-top: 5px
  }
  .crosstalk03 .crosstalk-hero__items--roman {
    font-size: 7px;
    font-weight: 400;
    line-height: 1.5;
    right: 15px;
    top: -32px
  }
  .crosstalk03 .crosstalk-hero__items--name-none {
    display: none
  }
  .crosstalk03 .crosstalk-hero__items--post {
    padding: 0 5px
  }
  .crosstalk03 .crosstalk-hero__txt {
    margin-top: 3px;
    margin-left: 0px
  }
  .crosstalk03 .crosstalk-hero__spProfile:first-of-type {
    margin-bottom: 10px
  }
  .crosstalk03 .crosstalk-session__number {
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session__title {
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session__description {
    height: auto
  }
  .crosstalk03 .crosstalk-session__description--txtWrap {
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session__description--title span {
    font-weight: bold
  }
  .crosstalk03 .crosstalk-session__description--title span:first-of-type {
    text-indent: 0;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px
  }
  .crosstalk03 .crosstalk-session__description--title span:nth-of-type(2) {
    padding-left: 12px;
    padding-right: 10px
  }
  .crosstalk03 .crosstalk-session__description--txt {
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session__contents--talk {
    margin-left: 60px
  }
  .crosstalk03 .crosstalk-session__contents--talk.right {
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session__contents--talk.right .crosstalk-session__contents--txt {
    width: 97%
  }
  .crosstalk03 .crosstalk-session__contents--talk.right .crosstalk-session__contents--img {
    right: -56px;
    width: 60px
  }
  .crosstalk03 .crosstalk-session__contents--talk.right .crosstalk-session__contents--img img {
    width: 40px;
    margin-left: 9px
  }
  .crosstalk03 .crosstalk-session__contents--talk.left .crosstalk-session__contents--img {
    left: -56px
  }
  .crosstalk03 .crosstalk-session__contents--txt {
    padding: 20px
  }
  .crosstalk03 .crosstalk-session__contents--question {
    margin-top: -32px;
    margin-left: 26px;
    height: auto
  }
  .crosstalk03 .crosstalk-session__contents--photo {
    margin: 0 auto 25px
  }
  .crosstalk03 .crosstalk-session__contents--img p {
    margin-left: 0;
    font-size: 10px
  }
  .crosstalk03 .crosstalk-session__inner {
    background: url(../images/interview/crosstalk03/bg-title.png) no-repeat center center;
    background-size: cover;
    padding: 6vw 0;
    height: 180px
  }
  .crosstalk03 .crosstalk-session__inner--wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
  }
  .crosstalk03 .crosstalk-session.session01 .crosstalk-session__titleWrap {
    padding-top: 8px
  }
  .crosstalk03 .crosstalk-session.session02 .crosstalk-session__titleWrap {
    padding-top: 8px
  }
  .crosstalk03 .crosstalk-session.session02 .crosstalk-session__number {
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session.session02 .crosstalk-session__title {
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session.session03 {
    margin-top: 57px
  }
  .crosstalk03 .crosstalk-session.session03 .crosstalk-session__titleWrap {
    padding-top: 8px
  }
  .crosstalk03 .crosstalk-session.session03 .crosstalk-session__number {
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session.session03 .crosstalk-session__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3636363636;
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session.session04 {
    margin-top: 57px
  }
  .crosstalk03 .crosstalk-session.session04 .crosstalk-session__titleWrap {
    padding-top: 8px
  }
  .crosstalk03 .crosstalk-session.session04 .crosstalk-session__number {
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session.session04 .crosstalk-session__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5789473684;
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session.session05 {
    margin-top: 57px
  }
  .crosstalk03 .crosstalk-session.session05 .crosstalk-session__titleWrap {
    padding-top: 8px
  }
  .crosstalk03 .crosstalk-session.session05 .crosstalk-session__number {
    margin-left: 0
  }
  .crosstalk03 .crosstalk-session.session05 .crosstalk-session__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3043478261;
    margin-left: 0
  }
}

.interview-newlayout-area {
  background-image: url(../images/common/bg-dot.png);
  background-position: 17px 17px;
  margin-top: 60px;
  margin-left: calc(50% - 600px);
  padding: 100px 100px 78px
}

@media screen and (min-width: 768px) {
  .interview-newlayout-area .l-container {
    margin: 0
  }
}

.interview-newlayout-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.interview-newlayout-list__item {
  width: 312px
}

@media screen and (min-width: 768px) {
  .interview-newlayout-list__item:not(:first-of-type) {
    margin-left: 32px
  }
  .interview-newlayout-list__item:nth-of-type(3n+4) {
    margin-left: 0
  }
  .interview-newlayout-list__item:nth-of-type(n+4) {
    margin-top: 49px
  }
}

.interview-newlayout-list__item:hover .interview-newlayout-list__image--caption {
  background-color: #083388
}

.interview-newlayout-list__item:hover .interview-newlayout-list__tit {
  color: #083388
}

.interview-newlayout-list__image {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 220px;
  width: 312px
}

.interview-newlayout-list__image--caption {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.5;
  background-color: #565656;
  bottom: 0;
  border-top-right-radius: 4px;
  color: #fff;
  left: 0;
  padding: 0 9px 0 10px;
  position: absolute;
  -webkit-transition: background-color 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 30px
}

.interview-newlayout-list__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 12px
}

.interview-newlayout-list__tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6666666667;
  color: #333;
  -webkit-transition: color 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 400ms cubic-bezier(0.165, 0.84, 0.44, 1)
}

.interview-newlayout-list__meta {
  margin-top: 12px
}

.interview-newlayout-list__meta--job {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  text-align: right
}

.interview-newlayout-list__meta--name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  margin-top: 10px;
  text-align: right
}

@media screen and (max-width: 767px) {
  .interview-newlayout-area {
    background: none;
    background-color: #fff;
    margin-top: 50px;
    margin-left: 0;
    padding: 30px 20px 50px;
    position: relative
  }
  .interview-newlayout-area:before {
    background-image: url(../images/common/bg-dot.png);
    background-size: 10px 10px;
    content: "";
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
  }
  .interview-newlayout-area .l-container {
    padding: 0
  }
  .interview-newlayout-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
  }
  .interview-newlayout-list__item {
    width: calc(50% - 7.5px)
  }
  .interview-newlayout-list__item:nth-of-type(n+3) {
    margin-top: 25px
  }
  .interview-newlayout-list__image {
    padding-top: 70.625%;
    height: 0;
    width: 100%
  }
  .interview-newlayout-list__image picture, .interview-newlayout-list__image source, .interview-newlayout-list__image img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100%;
    width: 100%
  }
  .interview-newlayout-list__image--caption {
    font-size: 10px;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 9px 0 10px;
    height: 20px;
    z-index: 1
  }
  .interview-newlayout-list__image img {
    left: 0;
    position: absolute;
    top: 0
  }
  .interview-newlayout-list__content {
    margin-top: 12px
  }
  .interview-newlayout-list__tit {
    font-size: 14px;
    line-height: 1.4285714286
  }
  .interview-newlayout-list__tit br {
    display: none
  }
  .interview-newlayout-list__meta {
    margin-top: 2px
  }
  .interview-newlayout-list__meta--job {
    font-size: 10px;
    line-height: 1.5;
    text-align: left
  }
  .interview-newlayout-list__meta--name {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
    text-align: left
  }
}

@media screen and (min-width: 768px) {
  .culture .l-page-header {
    margin: 75px 0 58px -108px
  }
  .culture .l-page-header__ja {
    padding-left: .2916666667em;
    margin-top: 5px
  }
  .culture .l-main {
    padding-bottom: 135px
  }
  .culture .l-scroll__inner {
    padding-top: 104px
  }
}

@media screen and (max-width: 767px) {
  .culture .l-header {
    height: calc(55px - 4px)
  }
  .culture .l-page-header {
    margin: 41px 0 36px -4px
  }
  .culture .l-page-header__ja {
    margin-top: 4px;
    padding-left: .4666666667em
  }
}

.culture .cultureList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.culture .cultureList__itemBox {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  width: 320px
}

.culture .cultureList__itemBox:after {
  background: url(../images/common/bg-dot.png) repeat center 7px;
  border-radius: 10px;
  content: '';
  display: block;
  opacity: .4;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

@media screen and (min-width: 768px) {
  .culture .cultureList__itemBox:nth-of-type(n+4) {
    margin-top: 20px
  }
}

.culture .cultureList-content {
  padding: 40px 26px 42px;
  position: relative;
  z-index: 1
}

.culture .cultureList-content:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: '';
  display: block;
  height: 91px;
  margin: 0px auto;
  width: 80px
}

.culture .cultureList-content__plana:before {
  background-image: url(../images/culture/ico-plana.png)
}

.culture .cultureList-content__planc:before {
  background-image: url(../images/culture/ico-planc.png)
}

.culture .cultureList-content__pland:before {
  background-image: url(../images/culture/ico-pland.png)
}

.culture .cultureList-content__planf:before {
  background-image: url(../images/culture/ico-planf.png)
}

.culture .cultureList-content__planl:before {
  background-image: url(../images/culture/ico-planl.png)
}

.culture .cultureList-content__planu:before {
  background-image: url(../images/culture/ico-planu.png)
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .culture .cultureList-content__plana:before {
    background-image: url(../images/culture/ico-plana@2x.png)
  }
  .culture .cultureList-content__planc:before {
    background-image: url(../images/culture/ico-planc@2x.png)
  }
  .culture .cultureList-content__pland:before {
    background-image: url(../images/culture/ico-pland@2x.png)
  }
  .culture .cultureList-content__planf:before {
    background-image: url(../images/culture/ico-planf@2x.png)
  }
  .culture .cultureList-content__planl:before {
    background-image: url(../images/culture/ico-planl@2x.png)
  }
  .culture .cultureList-content__planu:before {
    background-image: url(../images/culture/ico-planu@2x.png)
  }
}

.culture .cultureList-content__name {
  font-size: 36px;
  font-weight: 600;
  line-height: .8055555556;
  font-family: "Roboto", sans-serif;
  margin-top: 14px;
  text-align: center
}

.culture .cultureList-content__name--en {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.4166666667;
  color: #083388;
  display: block;
  margin-top: 1px
}

.culture .cultureList-content__name-ja {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8125;
  margin-top: 11px
}

.culture .cultureList-content__detail {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 4px
}

@media screen and (max-width: 767px) {
  .culture .cultureList .cultureList__itemBox {
    border-radius: 5px;
    width: 100%
  }
  .culture .cultureList .cultureList__itemBox:after {
    background: url(../images/common/bg-dot.png) repeat center top;
    background-size: 10px 10px;
    border-radius: 5px;
    opacity: .4
  }
  .culture .cultureList .cultureList__itemBox:not(:first-of-type) {
    margin-top: 20px
  }
  .culture .cultureList .cultureList-content {
    padding: 34px 20px 33px
  }
  .culture .cultureList .cultureList-content:before {
    height: 69px;
    width: 60px
  }
  .culture .cultureList .cultureList-content__plana:before {
    background-image: url(../images/culture/ico-plana_sm.png)
  }
  .culture .cultureList .cultureList-content__planc:before {
    background-image: url(../images/culture/ico-planc_sm.png)
  }
  .culture .cultureList .cultureList-content__pland:before {
    background-image: url(../images/culture/ico-pland_sm.png)
  }
  .culture .cultureList .cultureList-content__planf:before {
    background-image: url(../images/culture/ico-planf_sm.png)
  }
  .culture .cultureList .cultureList-content__planl:before {
    background-image: url(../images/culture/ico-planl_sm.png)
  }
  .culture .cultureList .cultureList-content__planu:before {
    background-image: url(../images/culture/ico-planu_sm.png)
  }
  .culture .cultureList .cultureList-content__planf .cultureList__name {
    margin-top: 14px
  }
  .culture .cultureList .cultureList-content__planu .cultureList__name {
    margin-top: 14px
  }
  .culture .cultureList .cultureList-content__name {
    font-size: 35px;
    font-weight: 700;
    line-height: .8285714286;
    margin-top: 13px
  }
  .culture .cultureList .cultureList-content__name--en {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7857142857;
    margin: 0
  }
  .culture .cultureList .cultureList-content__name-ja {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.0714285714;
    margin-top: 16px
  }
  .culture .cultureList .cultureList-content__detail {
    font-size: 14px;
    line-height: 1.8571428571;
    margin: 0
  }
}

@media screen and (min-width: 768px) {
  .guideline .l-page-header {
    margin: 103px 0 80px 0
  }
  .guideline .l-main {
    padding-bottom: 115px
  }
  .guideline .l-scroll__inner {
    padding-top: 104px
  }
}

@media screen and (max-width: 767px) and (min-width: 330px) {
  .guideline .l-page-header__title {
    margin-left: 15px
  }
  .guideline .l-page-header__title--bracket {
    margin-left: -9px
  }
}

.guideline .guidelineBlock__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1666666667;
  text-align: center
}

@media screen and (max-width: 767px) {
  .guideline .guidelineBlock__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5789473684
  }
}

.guideline .guidelineFlow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 27px
}

.guideline .guidelineFlow__item {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  position: relative;
  text-align: center;
  width: 210px
}

.guideline .guidelineFlow__item:before, .guideline .guidelineFlow__item:after {
  content: '';
  position: absolute
}

.guideline .guidelineFlow__item:before {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  color: #083388;
  font-family: "Roboto", sans-serif;
  left: 20px;
  top: 12px
}

.guideline .guidelineFlow__item:not(:last-of-type):after {
  border-color: transparent transparent transparent #083388;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  top: calc(50% - 7px);
  right: calc(-23px - 7px);
  width: 7px
}

.guideline .guidelineFlow__item--txt-small {
  font-size: 15px
}

.guideline .guidelineFlow__item--num01:before {
  content: '01'
}

.guideline .guidelineFlow__item--num02:before {
  content: '02'
}

.guideline .guidelineFlow__item--num03:before {
  content: '03'
}

.guideline .guidelineFlow__item--emphasis {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.0357142857;
  background-color: #083388;
  color: #fff
}

.guideline .guidelineFlow__detail {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9333333333;
  margin-top: 33px;
  margin-left: 10px;
  text-align: center
}

.guideline .guidelineFlow__detail--attention {
  color: #5f5f5f
}

@media screen and (max-width: 767px) {
  .guideline .guidelineFlow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px
  }
  .guideline .guidelineFlow__item {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    border-radius: 2.5px;
    height: inherit;
    height: 60px;
    width: 100%
  }
  .guideline .guidelineFlow__item:not(:first-of-type) {
    margin-top: 28px
  }
  .guideline .guidelineFlow__item:before {
    font-size: 17px;
    font-weight: 700;
    line-height: .8529411765;
    top: calc(50% - 7px)
  }
  .guideline .guidelineFlow__item:not(:last-of-type):after {
    border-color: #083388 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    bottom: calc( (0px - 8px) - 10px);
    top: inherit;
    right: calc(50% - 7.5px);
    width: 15px
  }
  .guideline .guidelineFlow__item--txt-small {
    font-size: 12px
  }
  .guideline .guidelineFlow__item--emphasis {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    padding: 10px 0
  }
  .guideline .guidelineFlow__detail {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8333333333;
    margin-top: 14px;
    margin-left: 0;
    text-align: left
  }
  .guideline .guidelineFlow__detail--attention {
    display: inherit;
    margin-top: 0
  }
}

.guideline .guidelineRequirements {
  margin-top: 69px
}

.guideline .guidelineRequirements__detail {
  border: 1px solid #dedede;
  margin-top: 27px
}

.guideline .guidelineRequirements__detail tr+tr {
  border-top: 1px solid #dedede
}

.guideline .guidelineRequirements__detail th {
  font-size: 18px;
  font-weight: 600;
  line-height: .0555555556;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  text-align: left;
  width: 249px
}

.guideline .guidelineRequirements__detail td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  padding: 27px 40px 26px
}

.guideline .guidelineRequirements__detail td a {
  color: #fff
}
.guideline .guidelineRequirements__detail td a:hover {
  color: #083388
}

.guideline .guidelineRequirements__detail td dt {
  font-weight: 700
}

.guideline .guidelineRequirements__detail td dt:not(:first-of-type) {
  margin-top: 16px
}

.guideline .guidelineRequirements__detail td dd {
  margin-top: 3px
}

@media screen and (min-width: 768px) {
  .guideline .guidelineRequirements__detail td ul li+li {
    margin-top: 2px
  }
  .guideline .guidelineRequirements__detail td ul.detail-list--narrow li+li {
    margin-top: 1.8px
  }
}

.guideline .guidelineRequirements__detail-txtlink {
  margin-top: 12px
}

@media screen and (max-width: 767px) {
  .guideline .guidelineRequirements {
    margin-top: 38px
  }
  .guideline .guidelineRequirements__detail {
    margin-top: 15px
  }
  .guideline .guidelineRequirements__detail th, .guideline .guidelineRequirements__detail td {
    float: left;
    width: 100%
  }
  .guideline .guidelineRequirements__detail th {
    font-size: 13px;
    font-weight: 700;
    line-height: 2.3076923077;
    border-bottom: 1px solid #dedede;
    padding: 7px 15px 5px
  }
  .guideline .guidelineRequirements__detail td {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6923076923;
    padding: 15px 15px 14px
  }
  .guideline .guidelineRequirements__detail td dt:not(:first-of-type) {
    margin-top: 11px
  }
  .guideline .guidelineRequirements__detail td dd {
    margin-top: 1px
  }
}

.guideline__entry-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  border: 2px solid #083388;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  padding: 8px 0;
  text-align: center;
  margin: 10px 0 0;
  width: 267px
}

.guideline__entry-btn span {
  position: relative
}

.guideline__entry-btn:before {
  background-color: #083388;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.guideline__entry-btn:after {
  content: "";
  background: url(../images/common/arrow-wh.svg) no-repeat center center;
  background-size: auto 100%;
  background-position-y: 1px;
  display: inline-block;
  height: 16px;
  margin: 0px 0 0 15px;
  position: relative;
  width: 9px
}

.guideline__entry-btn:hover {
  color: #083388
}

.guideline__entry-btn:hover::before {
  bottom: auto;
  height: 0%;
  top: 0
}

.guideline__entry-btn:hover::after {
  background-image: url(../images/common/arrow-rd.svg)
}

@media screen and (max-width: 767px) {
  .guideline__entry-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    border-radius: 25px;
    margin: 61px auto 10px;
    max-width: 295px;
    padding: 7px 20px 7px 20px;
    width: 100%
  }
  .guideline__entry-btn:after {
    background-position-y: 0;
    height: 10px;
    width: 6px
  }
}

@media screen and (min-width: 768px) {
  .message .l-page-header {
    margin: 75px 0 55px -109px
  }
  .message .l-page-header__ja {
    padding-left: .2916666667em;
    letter-spacing: 2px;
    margin-top: 5px
  }
  .message .l-scroll__inner {
    padding-top: 104px
  }
  .message .l-main {
    padding-bottom: 94px
  }
}

@media screen and (max-width: 767px) {
  .message .l-page-header {
    margin: 46px 0 28px -3px;
  }
  .message .l-page-header__ja {
    letter-spacing: 1px;
    margin: 5px 0 0 3px
  }
  .message .l-main {
    padding-bottom: 65px
  }
}

.message .l-hero-wrap {
  height: 508px;
  position: relative;
  width: 100%
}

@media screen and (max-width: 767px) {
  .message .l-hero-wrap {
    height: 395px
  }
}

.message .l-hero-wrap__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  bottom: calc((0px - 235px) + 61px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 235px;
  left: calc(50% - 600px);
  padding: 28px 0 0;
  position: absolute;
  margin: 0px auto;
  max-width: 1200px;
  width: 100%
}

@media screen and (max-width: 767px) {
  .message .l-hero-wrap__title {
    left: 20px
  }
}

.message .l-hero-wrap__title:after {
  background: url(../images/common/bg-dot.png) repeat center -1px;
  content: '';
  display: block;
  opacity: .4;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

@media screen and (max-width: 767px) {
  .message .l-hero-wrap__title:after {
    background-size: 10px 10px
  }
}

@media screen and (max-width: 767px) {
  .message .l-hero-wrap__title {
    bottom: inherit;
    height: initial;
    height: auto;
    padding: 14px 15px 18px;
    top: calc((100% - 124px) + 60px);
    width: calc(100% - 40px)
  }
}

.message .l-hero-wrap__titleInner {
  text-align: center;
  z-index: 1
}

.message .l-hero-wrap__titleInner--caption {
  font-size: 18px;
  font-weight: 600;
  line-height: 3.1111111111;
  color: #083388;
  font-family: "Roboto", sans-serif
}

@media screen and (max-width: 767px) {
  .message .l-hero-wrap__titleInner--caption {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.3333333333
  }
}

.message .l-hero-wrap__titleInner--h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.12;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: -1px
}

@media screen and (max-width: 767px) {
  .message .l-hero-wrap__titleInner--h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2727272727;
    margin-top: 5px;
    margin-left: 0
  }
}

.message .l-hero-wrap__titleInner--name {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.8;
  margin-top: 2px;
  margin-left: 1px
}

.message .l-hero-wrap__titleInner--txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 18px;
  margin-left: 1px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .message .l-hero-wrap__titleInner--name {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    margin-top: 3px;
    margin-left: 0
  }
  .message .l-hero-wrap__titleInner--txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    margin-top: 3px;
    margin-left: 0
  }
}

.message.messageCeo .l-hero-wrap {
  background: url(../images/message/img-messageCeo-mv.jpg) no-repeat center center;
  background-size: cover
}
.message.messagePhilosophy .l-hero-wrap {
  background: url(../images/message/img-messagePhilosophy-mv.jpg) no-repeat center center;
  background-size: cover
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .message.messageCeo .l-hero-wrap {
    background: url(../images/message/img-messageCeo-mv@2x.jpg) no-repeat center center;
    background-size: cover
  }
  .message.messagePhilosophy .l-hero-wrap {
    background: url(../images/message/img-messagePhilosophy-mv@2x.jpg) no-repeat center center;
    background-size: cover
  }
}

.message.messageCeo .l-hero-wrap__title--h2 {
  margin-left: -4px
}

@media screen and (min-width: 768px) {
  .message.messageCeo .l-messageWrap-box__02 {
    margin-top: 91px
  }
}

@media screen and (max-width: 767px) {
  .message.messageCeo .l-hero-wrap {
    background: url(../images/message/img-messageCeo-mv_sm.jpg) no-repeat center center;
    background-size: cover
  }
  .message.messageCeo .l-hero-wrap__title--h2 {
    margin-left: -4px
  }
  .message.messagePhilosophy .l-hero-wrap {
    background: url(../images/message/img-messagePhilosophy-mv_sm.jpg) no-repeat center center;
    background-size: cover
  }
}

.message.messageHr .l-hero-wrap {
  background: url(../images/message/img-messageHr-mv.jpg) no-repeat center center;
  background-size: cover
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .message.messageHr .l-hero-wrap {
    background: url(../images/message/img-messageHr-mv@2x.jpg) no-repeat center center;
    background-size: cover
  }
}

.message.messageHr .l-hero-wrap__title--h2 {
  margin-left: -4px
}

@media screen and (max-width: 767px) {
  .message.messageHr .l-hero-wrap {
    background: url(../images/message/img-messageHr-mv_sm.jpg) no-repeat center center;
    background-size: cover
  }
  .message.messageHr .l-hero-wrap__title--h2 {
    margin-left: -4px
  }
}

.message .l-message-intro {
  margin: 229px auto 0
}

.message .l-message-intro__toptxt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 0px auto;
  width: 1000px
}

@media screen and (min-width: 768px) {
  .message .l-messageWrap {
    margin: 43px auto 5px
  }
}

.message .l-messageWrap-box {
  position: relative
}

.message .l-messageWrap-box__img {
  float: left;
  min-width: 460px;
  margin: 8px 38px 25px 0
}

.message .l-messageWrap-box__txt--title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5333333333
}

.message .l-messageWrap-box__txt--title-adjust span {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

.message .l-messageWrap-box__txt--detail {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1333333333;
  margin-top: 14px
}

.message .l-messageWrap-box__txt--detail-bold {
  font-weight: 600
}

.message .l-messageWrap-box__txt--detail-tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7777777778;
  margin-top: 15px
}

.message .l-messageWrap-box__txt--detail-tit~.l-messageWrap-box__txt--detail {
  margin-top: 2px
}

.message .l-messageWrap-box__txt--detail~.l-messageWrap-box__txt--detail-tit {
  margin-top: 21px
}

.message .l-messageWrap-box__txt--detail+.l-messageWrap-box__txt--detail {
  margin-top: 29px
}

.message .l-messageWrap-box:nth-of-type(even) .l-messageWrap-box__img {
  float: right;
  margin: 11px 0 25px 35px
}

@media screen and (min-width: 768px) {
  .message .l-messageWrap-box__02 {
    margin-top: 39px
  }
  .message .l-messageWrap-box__02 .l-messageWrap-box__txt--detail+.l-messageWrap-box__txt--detail {
    margin-top: 33px
  }
}


@media screen and (max-width: 767px) {
  .message.messageCeo .l-message-intro {
    margin-top: 80px
  }
}

@media screen and (max-width: 767px) and (max-width: 460px) {
  .message.messageCeo .l-message-intro {
    margin-top: 110px
  }
}

@media screen and (max-width: 767px) {
  .message.messageHr .l-message-intro {
    margin-top: 80px
  }
}

@media screen and (max-width: 767px) and (max-width: 428px) {
  .message.messageHr .l-message-intro {
    margin-top: 110px
  }
}

@media screen and (max-width: 767px) {
  .message .l-message-intro__toptxt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143;
    margin: 0px auto;
    padding: 0 19.5px;
    width: 100%
  }
  .message .l-messageWrap {
    margin-top: 22px
  }
  .message .l-messageWrap-box__img {
    float: none;
    min-width: 100%;
    margin-bottom: 0
  }
  .message .l-messageWrap-box__txt {
    display: block;
    margin-top: 24px
  }
  .message .l-messageWrap-box__txt--title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4210526316
  }
  .message .l-messageWrap-box__txt--detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143;
    margin-top: 10px
  }
  .message .l-messageWrap-box__txt--detail-bold.punctuation-adjust {
    margin-left: -7px
  }
  .message .l-messageWrap-box__txt--detail+.l-messageWrap-box__txt--detail {
    margin-top: 20px
  }
  .message .l-messageWrap-box__02 {
    margin-top: 33px
  }
}

@media screen and (min-width: 768px) {
  .interview-top .l-main {
    padding-bottom: 103px
  }
  .interview .l-page-header {
    margin: 75px 0 43px -108px
  }
  .interview .l-page-header__ja {
    letter-spacing: 2.3px;
    margin-top: 4px;
    padding-left: .2916666667em
  }
}

@media screen and (max-width: 767px) {
  .interview-top .l-main {
    padding-bottom: 2px
  }
  .interview .l-header {
    height: calc(55px - 4px)
  }
  .interview .l-page-header {
    margin: 40px 0 20px -4px
  }
  .interview .l-page-header__ja {
    margin-top: 4px;
    padding-left: .4666666667em
  }
}

@media screen and (min-width: 768px) {
  .interview-top .l-scroll__inner {
    padding-top: 104px
  }
}

.interview-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.interview-list:before, .interview-list:after {
  bottom: -13px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 77px;
  -webkit-transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  width: 0%
}

.interview-list:before {
  background: #fff
}

.interview-list:after {
  background: url(../images/common/bg-dot.png) repeat right top;
  opacity: .4
}

.interview-list.is-animate:before, .interview-list.is-animate:after {
  width: calc(50% + 600px)
}

.interview-list:nth-of-type(even)::before, .interview-list:nth-of-type(even)::after {
  left: 0;
  right: inherit
}

.interview-list+.interview-list {
  margin-top: 56px
}

.interview-list:last-of-type {
  margin-bottom: 110px
}

.interview-list--first.l-lg:before, .interview-list--first.l-lg:after {
  -webkit-transition-delay: calc( 300ms + 100ms);
  transition-delay: calc( 300ms + 100ms)
}

.interview-list--first.l-lg .interview-list__item.is-animate.interview-list__item--01 .interview-list__link {
  -webkit-transition-delay: calc( 750ms + ( 250ms * 0) + 100ms);
  transition-delay: calc( 750ms + ( 250ms * 0) + 100ms)
}

@media all and (-ms-high-contrast: none) {
  .interview-list--first.l-lg .interview-list__item.is-animate.interview-list__item--01 .interview-list__link {
    -webkit-transition-delay: 850ms;
    transition-delay: 850ms
  }
}

.interview-list--first.l-lg .interview-list__item.is-animate.interview-list__item--02 .interview-list__link {
  -webkit-transition-delay: calc( 750ms + ( 250ms * 1) + 100ms);
  transition-delay: calc( 750ms + ( 250ms * 1) + 100ms)
}

@media all and (-ms-high-contrast: none) {
  .interview-list--first.l-lg .interview-list__item.is-animate.interview-list__item--02 .interview-list__link {
    -webkit-transition-delay: 1100ms;
    transition-delay: 1100ms
  }
}

.interview-list--first.l-lg .interview-list__item.is-animate.interview-list__item--03 .interview-list__link {
  -webkit-transition-delay: calc( 750ms + ( 250ms * 2) + 100ms);
  transition-delay: calc( 750ms + ( 250ms * 2) + 100ms)
}

@media all and (-ms-high-contrast: none) {
  .interview-list--first.l-lg .interview-list__item.is-animate.interview-list__item--03 .interview-list__link {
    -webkit-transition-delay: 1350ms;
    transition-delay: 1350ms
  }
}

.interview-list__item {
  position: relative;
  width: 360px;
  z-index: 1
}

@media screen and (min-width: 768px) {
  .interview-list__item:hover .interview-list__image {
    top: -20px
  }
  .interview-list__item:hover .interview-list__voice {
    bottom: 100%;
    opacity: 1
  }
}

.interview-list__item.is-animate .interview-list__link {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.interview-list__item.is-animate.interview-list__item--01 .interview-list__link {
  -webkit-transition-delay: calc( 750ms + ( 250ms * 0));
  transition-delay: calc( 750ms + ( 250ms * 0))
}

@media all and (-ms-high-contrast: none) {
  .interview-list__item.is-animate.interview-list__item--01 .interview-list__link {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
  }
}

.interview-list__item.is-animate.interview-list__item--02 .interview-list__link {
  -webkit-transition-delay: calc( 750ms + ( 250ms * 1));
  transition-delay: calc( 750ms + ( 250ms * 1))
}

@media all and (-ms-high-contrast: none) {
  .interview-list__item.is-animate.interview-list__item--02 .interview-list__link {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms
  }
}

.interview-list__item.is-animate.interview-list__item--03 .interview-list__link {
  -webkit-transition-delay: calc( 750ms + ( 250ms * 2));
  transition-delay: calc( 750ms + ( 250ms * 2))
}

@media all and (-ms-high-contrast: none) {
  .interview-list__item.is-animate.interview-list__item--03 .interview-list__link {
    -webkit-transition-delay: 1250ms;
    transition-delay: 1250ms
  }
}

.interview-list__item.is-animate.interview-list__item--04 .interview-list__link {
  -webkit-transition-delay: calc( 750ms + ( 250ms * 3));
  transition-delay: calc( 750ms + ( 250ms * 3))
}

@media all and (-ms-high-contrast: none) {
  .interview-list__item.is-animate.interview-list__item--04 .interview-list__link {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms
  }
}

@media screen and (min-width: 768px) {
  .interview-list__item--first {
    margin-left: -78px
  }
}

.interview-list__item--moriyama .interview-list__roman {
  right: 63px
}

.interview-list__item--moriyama .interview-list__content {
  left: 105px
}

.interview-list__item--nishioka .interview-list__image {
  left: -6px
}

.interview-list__item--mitsuhashi .interview-list__roman {
  right: 25px
}

.interview-list__item--mitsuhashi .interview-list__content {
  bottom: -40px;
  left: 106px
}

.interview-list__item--mitsuhashi .interview-list__image {
  left: 3px;
  margin-top: 7px
}

.interview-list__item--igarashi .interview-list__roman {
  right: 63px
}

.interview-list__item--igarashi .interview-list__content {
  bottom: -40px;
  left: 106px
}

.interview-list__item--igarashi .interview-list__image {
  left: 3px;
  margin-top: 27px
}

.interview-list__item--igarashi .interview-list__voice {
  margin: 0 20px 9px -32px
}

.interview-list__item--tokugami .interview-list__image {
  left: -4px;
  margin-top: 15px
}

.interview-list__item--kanazumi .interview-list__roman {
  right: 26px
}

.interview-list__item--kanazumi .interview-list__content {
  left: 101px
}

.interview-list__item--hougyoku .interview-list__roman {
  right: 63px
}

.interview-list__item--hougyoku .interview-list__content {
  bottom: -40px;
  left: 95px
}

.interview-list__item--hougyoku .interview-list__image {
  margin-top: 5px;
  left: -15px
}

.interview-list__item--hougyoku .interview-list__voice {
  margin: 0 -40px 8px -20px
}

.interview-list__item--mae .interview-list__roman {
  right: 55px
}

.interview-list__item--mae .interview-list__content {
  bottom: -69px;
  left: 102px
}

.interview-list__item--mae .interview-list__image {
  margin-top: -3px;
  -webkit-transform: scale(0.98);
  transform: scale(0.98)
}

.interview-list__item--mae .interview-list__voice {
  margin: 0px -40px -1px -32px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95)
}

.interview-list__item--murakawa .interview-list__roman {
  right: 25px
}

.interview-list__item--murakawa .interview-list__content {
  bottom: -40px;
  left: 95px
}

.interview-list__item--murakawa .interview-list__image {
  margin-top: -4px;
  left: -10px
}

.interview-list__item--murakawa .interview-list__voice {
  margin: 0 -40px 8px -25px
}

.interview-list__item--okamura .interview-list__roman {
  right: 63px
}

.interview-list__item--okamura .interview-list__content {
  bottom: -78px;
  left: 103px
}

.interview-list__item--okamura .interview-list__image {
  margin-top: 4px;
  left: 25px;
  -webkit-transform: scale(0.98);
  transform: scale(0.98)
}

.interview-list__item--okamura .interview-list__voice {
  margin: 0 -40px 8px -20px
}

.interview-list__item--left {
  margin-right: calc( 360px * 2)
}

.interview-list__link {
  color: #2d2d2d;
  display: block;
  opacity: 0;
  padding-top: 166.666666667%;
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, transform 350ms;
  transition: opacity 350ms, transform 350ms, -webkit-transform 350ms;
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px)
}

.interview-list__link:hover .interview-list__name {
  color: #083388
}

.interview-list__image {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: top 280ms;
  transition: top 280ms;
  width: 325px
}

.interview-list__content {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8571428571;
  bottom: -36px;
  left: 102px;
  position: absolute;
  -webkit-transform: translate(100px, -100px);
  transform: translate(100px, -100px);
  -webkit-transition: opacity 200ms, -webkit-transform 0ms 200ms;
  transition: opacity 200ms, -webkit-transform 0ms 200ms;
  transition: opacity 200ms, transform 0ms 200ms;
  transition: opacity 200ms, transform 0ms 200ms, -webkit-transform 0ms 200ms;
  white-space: nowrap
}

.interview-list__date {
  margin-bottom: 5px
}

.interview-list__name {
  font-size: 32px;
  line-height: 1;
  margin-left: -3px;
  -webkit-transition: color 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
  transition: color 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms
}

.interview-list__roman {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8181818182;
  letter-spacing: .2em;
  color: #083388;
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 57px;
  top: -13px;
  -webkit-transform: translate(0, 70px);
  transform: translate(0, 70px);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, transform 200ms;
  transition: opacity 200ms, transform 200ms, -webkit-transform 200ms;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.interview-list__job {
  margin-top: 9px
}

.interview-list__voice {
  bottom: 65%;
  left: 0;
  margin: 0 -11px 7px -10px;
  opacity: 0;
  position: absolute;
  -webkit-transition: bottom 280ms, opacity 280ms;
  transition: bottom 280ms, opacity 280ms
}

@media screen and (max-width: 767px) {
  .interview-list {
    width: auto
  }
  .interview-list::before, .interview-list::after {
    bottom: 65px;
    top: 29px;
    width: 0%
  }
  .interview-list::after {
    background-size: 10px 10px
  }
  .interview-list:not(:last-of-type) {
    margin-bottom: 6px
  }
  .interview-list+.interview-list {
    margin-top: 6px
  }
  .interview-list:last-of-type {
    margin-bottom: 50px
  }
  .interview-list.is-animate:before, .interview-list.is-animate:after {
    width: 100%
  }
  .interview-list--first.l-sm .interview-list__item.is-animate.interview-list__item--01 .interview-list__link {
    -webkit-transition-delay: 850ms;
    transition-delay: 850ms
  }
  .interview-list--first.l-sm .interview-list__item.is-animate.interview-list__item--02 .interview-list__link {
    -webkit-transition-delay: 1100ms;
    transition-delay: 1100ms
  }
}

@media screen and (max-width: 767px) and (min-height: 490px) {
  .interview-list--second.l-sm:before, .interview-list--second.l-sm:after {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms
  }
  .interview-list--second.l-sm .interview-list__item.is-animate.interview-list__item--01 .interview-list__link {
    -webkit-transition-delay: 1350ms;
    transition-delay: 1350ms
  }
  .interview-list--second.l-sm .interview-list__item.is-animate.interview-list__item--02 .interview-list__link {
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms
  }
}

@media screen and (max-width: 767px) and (min-height: 810px) {
  .interview-list--thaad.l-sm:before, .interview-list--thaad.l-sm:after {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms
  }
  .interview-list--thaad.l-sm .interview-list__item.is-animate.interview-list__item--01 .interview-list__link {
    -webkit-transition-delay: 1850ms;
    transition-delay: 1850ms
  }
  .interview-list--thaad.l-sm .interview-list__item.is-animate.interview-list__item--02 .interview-list__link {
    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms
  }
}

@media screen and (max-width: 767px) {
  .interview-list__item {
    margin-top: 0;
    max-width: 164px;
    width: 43.7333333333%
  }
  .interview-list__item.is-animate.interview-list__item--01 .interview-list__link {
    -webkit-transition-delay: calc( 750ms + ( 250ms * 0));
    transition-delay: calc( 750ms + ( 250ms * 0))
  }
  .interview-list__item.is-animate.interview-list__item--02 .interview-list__link {
    -webkit-transition-delay: calc( 750ms + ( 250ms * 1));
    transition-delay: calc( 750ms + ( 250ms * 1))
  }
  .interview-list__item:first-of-type {
    margin-left: -45px
  }
  .interview-list__item--moriyama .interview-list__roman {
    right: 3px
  }
  .interview-list__item--moriyama .interview-list__content {
    left: 1px;
    margin-bottom: 1px
  }
  .interview-list__item--nishioka .interview-list__content {
    left: 5px
  }
  .interview-list__item--nishioka .interview-list__image {
    left: 3px
  }
  .interview-list__item--mitsuhashi .interview-list__roman {
    right: -14px
  }
  .interview-list__item--mitsuhashi .interview-list__content {
    bottom: -81px;
    left: 16px
  }
  .interview-list__item--mitsuhashi .interview-list__image {
    left: 14px;
    top: -6px;
    margin-top: 0
  }
  .interview-list__item--igarashi .interview-list__roman {
    right: 0
  }
  .interview-list__item--igarashi .interview-list__content {
    bottom: -80px;
    left: 0
  }
  .interview-list__item--igarashi .interview-list__image {
    left: 14px;
    top: -26px
  }
  .interview-list__item--tokugami .interview-list__roman {
    right: 4px
  }
  .interview-list__item--tokugami .interview-list__content {
    left: -1px
  }
  .interview-list__item--tokugami .interview-list__image {
    left: 5px;
    top: -16px
  }
  .interview-list__item--kanazumi .interview-list__roman {
    right: 0
  }
  .interview-list__item--kanazumi .interview-list__image {
    margin-top: -10px;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    left: 8px
  }
  .interview-list__item--kanazumi .interview-list__content {
    left: 6px
  }
  .interview-list__item--hougyoku .interview-list__roman {
    right: 0
  }
  .interview-list__item--hougyoku .interview-list__image {
    margin-top: -12px;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    left: 3px;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  .interview-list__item--hougyoku .interview-list__content {
    bottom: -82px;
    left: 3px
  }
  .interview-list__item--mae .interview-list__roman {
    right: -17px
  }
  .interview-list__item--mae .interview-list__image {
    margin-top: -18px;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    left: 13px
  }
  .interview-list__item--mae .interview-list__content {
    bottom: -100px;
    left: 6px
  }
  .interview-list__item--murakawa .interview-list__roman {
    right: -2px
  }
  .interview-list__item--murakawa .interview-list__image {
    margin-top: -13px;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    left: 0px
  }
  .interview-list__item--murakawa .interview-list__content {
    bottom: -81px;
    left: 2px
  }
  .interview-list__item--okamura .interview-list__roman {
    top: 13px;
    right: 0
  }
  .interview-list__item--okamura .interview-list__image {
    margin-top: -6px;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    left: 8px
  }
  .interview-list__item--okamura .interview-list__content {
    bottom: -96px;
    left: 0
  }
  .interview-list__link {
    padding-top: 184.756097561%
  }
  .interview-list__image {
    top: 0;
    width: 100%
  }
  .interview-list__content {
    font-size: 10px;
    line-height: 1.8;
    bottom: -82px;
    left: 5px
  }
  .interview-list__date {
    margin-bottom: 3px
  }
  .interview-list__name {
    font-size: 18px;
    letter-spacing: -1px;
    margin-left: -1px
  }
  .interview-list__roman {
    font-size: 10px;
    line-height: 1.75;
    right: 0;
    top: 12px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
  .interview-list__job {
    margin-top: 4px
  }
  .interview-list__voice {
    display: none
  }
}

@media screen and (max-width: 767px) and (max-width: 355px) {
  .interview-list::before, .interview-list::after {
    bottom: 70px;
    top: 40px
  }
  .interview-list__item.is-animate {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0)
  }
  .interview-list__item:first-of-type {
    margin-left: -15.5%
  }
  .interview-list__item--igarashi .interview-list__content {
    left: -4px
  }
}

.top .swiper-container {
  width: auto
}

.top .l-scroll__inner {
  padding-top: 0
}

.top-interview__title, .top-crosstalk__title, .top-culture__title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.top-interview__title span, .top-crosstalk__title span, .top-culture__title span {
  color: transparent;
  overflow: hidden;
  padding-right: 2px;
  position: relative
}

.top-interview__title span::after, .top-crosstalk__title span::after, .top-culture__title span::after {
  background: #083388;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 101%);
  transform: translate(0, 101%)
}

.top-interview__en, .top-crosstalk__en, .top-culture__en {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
  font-family: "Roboto", sans-serif;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms
}

.is-animate .top-interview__en, .is-animate .top-crosstalk__en, .is-animate .top-culture__en {
  color: #083388
}

.is-animate .top-interview__en::after, .is-animate .top-crosstalk__en::after, .is-animate .top-culture__en::after {
  -webkit-animation: masking 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  animation: masking 1600ms cubic-bezier(0.77, 0, 0.175, 1)
}

.top-interview__ja, .top-crosstalk__ja, .top-culture__ja {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  margin-top: 11px;
  -webkit-transition: color 0ms 650ms;
  transition: color 0ms 650ms
}

.is-animate .top-interview__ja, .is-animate .top-crosstalk__ja, .is-animate .top-culture__ja {
  color: #083388
}

.is-animate .top-interview__ja::after, .is-animate .top-crosstalk__ja::after, .is-animate .top-culture__ja::after {
  -webkit-animation: masking 1600ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  animation: masking 1600ms 200ms cubic-bezier(0.77, 0, 0.175, 1)
}

.top-hero {
  overflow: hidden;
  position: relative
}

.top-hero__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 600px;
  padding-top: 400px;
  position: relative
}

.top-hero__title {
  font-size: 80px;
  font-weight: 500;
  line-height: .7969924812;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-family: 'Noto Serif JP', serif;
  margin-left: -7px;
  /* mix-blend-mode: difference */
  text-shadow: black 0 0 5px;
}

.is-ie .top-hero__title, .is-edge .top-hero__title {
  opacity: .6
}

.top-hero__title>span {
  display: block
}

.is-hello .top-hero__title>span:nth-child(1) {
  -webkit-animation: heroText 500ms 2200ms both;
  animation: heroText 500ms 2200ms both;
  margin-bottom: 0.5em;
  margin-left: -0.6em;
}

.top-hero__title>span:nth-child(1) span:nth-child(1) {
  letter-spacing: -.05em;
  margin-left: -.0428571429em;
}

.top-hero__title>span:nth-child(1) span:nth-child(7) div {
  bottom: 28px;
  display: inline-block;
  left: 3px;
  position: absolute
}

.is-hello .top-hero__title>span:nth-child(2),
.is-hello .top-hero__title>span:nth-child(3) {
  -webkit-animation: heroText 500ms 2400ms both;
  animation: heroText 500ms 2400ms both;
  font-size: 35px;
  margin-bottom: 0.3em;
}

.top-hero__title>span:nth-child(2) span:nth-child(1) {
  font-size: 94px;
  letter-spacing: -.04em;
  margin-left: -2px
}

.top-hero__title>span:nth-child(2) span:nth-child(2) {
  font-size: 94px;
  letter-spacing: -.05em
}

.top-hero__title>span:nth-child(2) span:nth-child(3) {
  font-size: 94px;
  letter-spacing: .078em
}

.top-hero__title>span:nth-child(2) span:nth-child(4) {
  letter-spacing: -.065em;
  vertical-align: middle
}

.top-hero__title>span:nth-child(2) span:nth-child(5) {
  letter-spacing: -.042em;
  vertical-align: middle
}

.top-hero__title>span:nth-child(2) span:nth-child(6) {
  letter-spacing: -.07em;
  vertical-align: middle
}

.top-hero__title>span:nth-child(2) span:nth-child(7) {
  letter-spacing: -.15em;
  vertical-align: middle
}

.top-hero__title>span:nth-child(2) span:nth-child(8) {
  font-size: 118px;
  vertical-align: middle;
  position: relative
}

.top-hero__title>span:nth-child(2) span:nth-child(8) div {
  bottom: 15px;
  display: inline-block;
  left: 2px;
  position: absolute
}

.top-hero__text {
  right: 89px;
  margin-top: 183px;
  position: absolute;
  top: 50%;
  width: 306px;
  z-index: 2
}

.top-hero__site {
  font-size: 11px;
  line-height: 1;
  letter-spacing: .3em;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-top: 28px;
  position: absolute;
  right: 48px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.top-hero-bg__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  right: 0;
  top: 0;
  -webkit-transition: opacity 1500ms, -webkit-transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1500ms, -webkit-transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1500ms, transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1500ms, transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1)
}


.top-hero-bg__item:nth-child(1) {
  background-image: url(../images/top/bg-hero02.jpg)
}

.top-hero-bg__item:nth-child(2) {
  background-image: url(../images/top/bg-hero03.jpg)
}

.top-hero-bg__item.is-active {
  opacity: 1;
  -webkit-transform: scale(1.01);
  transform: scale(1.01)
}

.top-intro {
  margin: -60px 0 50px;
  position: relative
}

.top-intro::before, .top-intro::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 60px;
  content: '';
  display: block;
  position: absolute;
  top: 60px
}

.top-intro::before {
  background-image: url(../images/message/bg-intro01.jpg);
  left: 0;
  right: 50%
}

.top-intro::after {
  background-image: url(../images/message/bg-intro02.jpg);
  left: 50%;
  right: 0
}

.top-intro .bg {
  bottom: 60px;
  height: auto;
  opacity: 0;
  top: 60px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms
}

.top-intro__inner {
  background: url(../images/message/bg-intro-inner.png) repeat-x center center;
  background-size: auto 100%;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  opacity: 0;
  padding: 75px 40px;
  position: relative;
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-transition: opacity 800ms, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms, transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms, transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 570px;
  z-index: 2;
  text-align: center;
}

.top-intro__inner.is-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.top-intro__inner.is-animate+.bg {
  opacity: 1
}

.top-intro__header {
  margin-bottom: 19px;
  text-align: center
}

.top-intro__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.1333333333;
  font-family: "Roboto", sans-serif
}

.top-intro__lead {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2727272727;
  letter-spacing: -.04em;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  text-align: center;
}

.top-intro__content {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.1333333333;
}

.top-intro__footer {
  margin-top: 34px;
  text-align: center
}

.top-intro__footer .c-btn {
  min-width: 270px
}

.top-interview__header {
  margin: 0 0 -28px -100px
}

.top-interview__ja {
  padding-left: .1666666667em
}

.top-interview__content {
  position: relative
}

.top-interview__content::before, .top-interview__content::after {
  bottom: 143px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 77px;
  -webkit-transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  width: 0%
}

.is-animate .top-interview__content::before, .is-animate .top-interview__content::after {
  width: calc(50% + 341px)
}

.top-interview__content::before {
  background: #fff
}

.top-interview__content::after {
  background: url(../images/common/bg-dot.png) repeat right top;
  opacity: .4
}

.top-interview__content .swiper-container {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms
}

.top-interview__content .swiper-container.is-start {
  opacity: 0
}

.top-interview__content .swiper-wrapper {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms
}

.top-interview__content .swiper-button-prev, .top-interview__content .swiper-button-next {
  margin-top: -34px
}

.top-interview__content .swiper-button-prev {
  left: auto;
  margin-right: 510px;
  right: 50%
}

.top-interview__content .swiper-button-next {
  left: 50%;
  margin-left: 510px
}

@media screen and (min-width: 768px) {
  .top-interview__content .swiper-button-next {
    background: rgba(204, 204, 204, 0.1)
  }
  .top-interview__content .swiper-button-next:hover {
    background: rgba(196, 1, 6, 0.1)
  }
}

.top-interview__content .swiper-pagination {
  bottom: 178px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 50%;
  padding-right: 12px;
  pointer-events: none;
  position: absolute;
  width: 600px
}

.top-interview__footer {
  margin-top: -50px;
  position: relative;
  text-align: center;
  z-index: 2
}

.top-interview__footer .c-btn {
  min-width: 270px
}

.top-interview-list {
  width: 1000px
}

.top-interview-list__item {
  margin-top: 38px;
  opacity: 0;
  pointer-events: none;
  position: relative;
  -webkit-transition: 0ms 200ms;
  transition: 0ms 200ms;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  width: 360px
}

.top-interview-list__item--mitsuhashi .top-interview-list__content {
  bottom: 63px
}

.top-interview-list__item--mitsuhashi .top-interview-list__roman {
  right: 56px
}

.top-interview-list__item--mitsuhashi .top-interview-list__image {
  left: -5px
}

.top-interview-list__item--hougyoku .top-interview-list__image {
  top: -5px
}

.top-interview-list__item--hougyoku .top-interview-list__content {
  bottom: 63px
}

.top-interview-list__item--hougyoku .top-interview-list__roman {
  right: 56px
}

.top-interview-list__item--okamura .top-interview-list__roman {
  right: 76px
}

.top-interview-list__item--murakawa .top-interview-list__image {
  left: 10px
}

.top-interview-list__item--ideta .top-interview-list__image {
  left: 30px
}

@media screen and (min-width: 768px) {
  .top-interview-list__item--ideta .top-interview-list__voice img {
    height: 132px;
    width: 161px
  }
}

.top-interview-list__item--mae .top-interview-list__image {
  left: -5px
}

.top-interview-list__item--hiratsuka .top-interview-list__image {
  left: 5px
}

.top-interview-list__item--hiratsuka .top-interview-list__voice {
  bottom: calc(100% + 25px);
  margin: -15px
}

@media screen and (min-width: 768px) {
  .top-interview-list__item--hiratsuka .top-interview-list__voice img {
    height: 113px;
    width: 164px
  }
}

.is-end .top-interview-list__item.swiper-slide-active, .is-end .top-interview-list__item.swiper-slide-prev, .is-end .top-interview-list__item.swiper-slide-next, .is-end .top-interview-list__item.swiper-slide-duplicate-active, .is-end .top-interview-list__item.swiper-slide-duplicate-prev, .is-end .top-interview-list__item.swiper-slide-duplicate-next {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.is-end .top-interview-list__item.swiper-slide-prev, .is-end .top-interview-list__item.swiper-slide-duplicate-prev {
  -webkit-transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, transform 500ms;
  transition: opacity 500ms, transform 500ms, -webkit-transform 500ms
}

.top-interview-list__item.swiper-slide-active, .top-interview-list__item.swiper-slide-duplicate-active {
  margin-top: 0
}

.top-interview-list__item.swiper-slide-active .top-interview-list__roman, .top-interview-list__item.swiper-slide-duplicate-active .top-interview-list__roman {
  top: 46px
}

.top-interview-list__item.swiper-slide-active .top-interview-list__voice, .top-interview-list__item.swiper-slide-duplicate-active .top-interview-list__voice {
  opacity: 1
}

.is-end .top-interview-list__item.swiper-slide-active, .is-end .top-interview-list__item.swiper-slide-duplicate-active {
  -webkit-transition: opacity 500ms 150ms, -webkit-transform 500ms 150ms;
  transition: opacity 500ms 150ms, -webkit-transform 500ms 150ms;
  transition: opacity 500ms 150ms, transform 500ms 150ms;
  transition: opacity 500ms 150ms, transform 500ms 150ms, -webkit-transform 500ms 150ms
}

.is-end .top-interview-list__item.swiper-slide-next, .is-end .top-interview-list__item.swiper-slide-duplicate-next {
  -webkit-transition: opacity 500ms 300ms, -webkit-transform 500ms 300ms;
  transition: opacity 500ms 300ms, -webkit-transform 500ms 300ms;
  transition: opacity 500ms 300ms, transform 500ms 300ms;
  transition: opacity 500ms 300ms, transform 500ms 300ms, -webkit-transform 500ms 300ms
}

.top-interview-list__link {
  color: #2d2d2d;
  display: block;
  padding-top: 166.666666667%
}

.top-interview-list__link:hover .top-interview-list__name {
  color: #083388
}

.top-interview-list__image {
  left: 0;
  position: absolute;
  top: 0;
  width: 325px
}

.top-interview-list__content {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8571428571;
  bottom: 63px;
  left: 212px;
  position: absolute;
  white-space: nowrap
}

.top-interview-list__date {
  margin-bottom: 5px
}

.top-interview-list__name {
  font-size: 32px;
  line-height: 1;
  margin-left: -3px;
  -webkit-transition: color 100ms;
  transition: color 100ms
}

.top-interview-list__roman {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8181818182;
  letter-spacing: .2em;
  color: #083388;
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 46px;
  top: 79px;
  -webkit-transition: 0ms 200ms;
  transition: 0ms 200ms;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.top-interview-list__job {
  margin-top: 9px
}

.top-interview-list__voice {
  bottom: 100%;
  left: 0;
  margin: 0 -11px 7px -10px;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0ms 200ms;
  transition: 0ms 200ms
}

.top-message {
  margin-top: 70px
}

.top-message-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.top-message-list__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 480px
}

.top-message-list__item--toriimoto {
  background-image: url(../images/top/bg-message-toriimoto.jpg)
}

.top-message-list__item--yokoyama {
  background-image: url(../images/top/bg-message-yokoyama.jpg)
}

.top-message-list__item:hover {
  opacity: .8
}

.top-message-list__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 210px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 2
}

.top-message-list__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5384615385
}

.top-message-list__title::after {
  background: #fff url(../images/common/arrow-rd.svg) no-repeat center center;
  background-size: auto 5px;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 15px;
  margin: 0 0 0 11px;
  position: relative;
  top: -3px;
  vertical-align: middle;
  width: 15px
}

.top-message-list__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-top: 6px
}

.top-crosstalk {
  margin-top: 90px;
  position: relative;
  z-index: 2
}

.top-crosstalk::before {
  background: url(../images/top/bg-crosstalk.jpg) no-repeat center center;
  background-size: cover;
  content: '';
  display: block;
  left: 0;
  padding-top: 410px;
  position: absolute;
  right: 0;
  top: 82px;
  z-index: -1
}

.top-crosstalk__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -100px 75px 0
}

.top-crosstalk__ja {
  padding-left: .3333333333em
}

.top-crosstalk__text {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: #083388;
  margin-top: 11px
}

@media screen and (min-width: 768px) {
  .top-crosstalk__content .swiper-container {
    overflow: visible
  }
  .top-crosstalk__content .swiper-button-prev, .top-crosstalk__content .swiper-button-next {
    display: none
  }
  .top-crosstalk__content .swiper-container {
    opacity: 1
  }
}

.top-crosstalk__footer {
  margin: 44px auto 0;
  max-width: 800px
}

.top-crosstalk__footer .c-btn {
  min-width: 270px
}

.top-crosstalk-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.top-crosstalk-list__item {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-transition: opacity 800ms, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms, transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms, transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 480px
}

.is-animate .top-crosstalk-list__item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.top-crosstalk-list__item:nth-child(1) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms
}

.top-crosstalk-list__item:nth-child(2) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms
}

.top-crosstalk-list__link {
  color: #2d2d2d;
  display: block
}

@media screen and (min-width: 768px) {
  .top-crosstalk-list__link:hover .top-crosstalk-list__title {
    color: #083388;
    text-decoration: underline
  }
  .top-crosstalk-list__link:hover .top-crosstalk-list__image:first-child img, .top-crosstalk-list__link:hover .top-crosstalk-list__image:last-child img {
    -webkit-transform: skewX(45deg) translate3d(-10px, 0, 0);
    transform: skewX(45deg) translate3d(-10px, 0, 0)
  }
  .top-crosstalk-list__link:hover .top-crosstalk-list__image:last-child img {
    -webkit-transform: skewX(45deg) translate3d(10px, 0, 0);
    transform: skewX(45deg) translate3d(10px, 0, 0)
  }
}

.top-crosstalk-list__inner {
  margin-bottom: 16px;
  overflow: hidden;
  padding-top: 70%;
  position: relative
}

.top-crosstalk-list__image {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  width: 85.2083333333%
}

.top-crosstalk-list__image img {
  height: calc(100% + 10px);
  max-width: none;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1)
}

.top-crosstalk-list__image:first-child {
  left: 0;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%
}

.top-crosstalk-list__image:first-child img {
  left: 0;
  top: 0;
  -webkit-transform: skewX(45deg) translate3d(0, -10px, 0);
  transform: skewX(45deg) translate3d(0, -10px, 0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%
}

.top-crosstalk-list__image:last-child {
  right: 0;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%
}

.top-crosstalk-list__image:last-child img {
  bottom: 0;
  right: 0;
  -webkit-transform: skewX(45deg) translate3d(0, 10px, 0);
  transform: skewX(45deg) translate3d(0, 10px, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%
}

.top-crosstalk-list__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5384615385;
  -webkit-transition: color 100ms;
  transition: color 100ms
}

.top-crosstalk-list__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px
}

.top-crosstalk-list__name .c-ico {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 9px;
  top: -1px
}

.top-culture {
  margin-top: 107px;
  padding-top: 77px;
  position: relative;
  z-index: 2
}

.top-culture::before {
  background: url(../images/common/bg-dot.png) repeat left top;
  content: '';
  display: block;
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  width: 0%;
  z-index: -1
}

.top-culture.is-animate::before {
  width: calc(50% + 341px)
}

.top-culture__header {
  margin: 0 0 -87px -100px;
  position: relative;
  z-index: 2
}

.is-animate .top-culture__en {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms
}

.is-animate .top-culture__en::after {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms
}

.top-culture__ja {
  padding-left: .4666666667em
}

.is-animate .top-culture__ja {
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms
}

.is-animate .top-culture__ja::after {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms
}

.top-culture__text {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: #083388;
  margin-top: 11px
}

.top-culture__content {
  background: #f2f2f2;
  margin-left: -75px;
  position: relative;
  z-index: -1
}

.top-culture__footer {
  margin: 50px auto 0;
  max-width: 800px;
  text-align: center
}

.top-culture__footer .c-btn {
  min-width: 270px
}

.top-culture-list {
  -webkit-backface-visibility: visible;
  backface-visibility: visible
}

.top-culture-list__item {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1px;
  width: 410px
}

.top-culture-list__item--sm {
  width: 205px
}

.top-culture-list__image {
  overflow: hidden;
  position: relative;
  width: 100%
}

.top-culture-list__image::before {
  content: '';
  display: block;
  padding-top: 100%
}

.top-culture-list__image img {
  height: 100%;
  left: 0;
  max-width: none;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: opacity 700ms, -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 700ms, -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 700ms, transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 700ms, transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1
}

.top-culture-list__image img.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2
}

.top-culture-list__image--sm {
  width: 50%
}

.top-culture-list__image--md::before {
  padding-top: 50%
}

@media screen and (max-width: 767px) {
  .top-interview__en, .top-crosstalk__en, .top-culture__en {
    font-size: 60px
  }
  .top-interview__ja, .top-crosstalk__ja, .top-culture__ja {
    font-size: 15px;
    margin-top: 5px
  }
  .top-hero .l-container {
    padding: 0
  }
  .top-hero__inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 300px;
    padding-bottom: 60px;
    position: static
  }
  .top-hero__title {
    font-size: 40px;
    line-height: 1.2em;
    margin-right: 1em;
    margin-bottom: 1.1em;
  }
	.is-hello .top-hero__title>span:nth-child(2),
	.is-hello .top-hero__title>span:nth-child(3) {
	  -webkit-animation: heroText 500ms 2400ms both;
	  animation: heroText 500ms 2400ms both;
	  font-size: 18px;
	  margin-bottom: 0.8em;
	  line-height: 1;
	}
}

@media screen and (max-width: 767px) and (max-width: 330px) {
  .top-hero__title {
    margin-right: 5px
  }
}

@media screen and (max-width: 767px) {
  .top-hero__title>span:nth-child(1) span:nth-child(7) {
    font-size: 64px
  }
  .top-hero__title>span:nth-child(1) span:nth-child(7) div {
    bottom: 16px;
    left: 3px
  }
  .top-hero__title>span:nth-child(2) span:nth-child(1) {
    font-size: 57px;
    letter-spacing: -.044em;
    margin-left: -1px
  }
  .top-hero__title>span:nth-child(2) span:nth-child(2) {
    font-size: 57px
  }
  .top-hero__title>span:nth-child(2) span:nth-child(3) {
    font-size: 57px
  }
  .top-hero__title>span:nth-child(2) span:nth-child(4) {
    letter-spacing: -.075em
  }
  .top-hero__title>span:nth-child(2) span:nth-child(5) {
    letter-spacing: -.05em
  }
  .top-hero__title>span:nth-child(2) span:nth-child(8) {
    font-size: 70px
  }
  .top-hero__title>span:nth-child(2) span:nth-child(8) div {
    bottom: 10px;
    left: 0
  }
  .top-hero__text {
    bottom: 17px;
    left: 50%;
    margin-left: -150px;
    top: auto;
    width: 136px
  }
  .top-hero__site {
    font-size: 8px;
    right: 15px;
    margin-top: 16px
  }
  .top-intro {
    margin: -20px 0 34px
  }
  .top-intro::before, .top-intro::after {
    bottom: 20px;
    top: 20px
  }
  .top-intro__inner {
    border-radius: 5px;
    padding: 30px 20px;
    width: 255px
  }
  .top-intro__header {
    margin-bottom: 8px
  }
  .top-intro__title {
    font-size: 11px;
    line-height: 1.4545454545
  }
  .top-intro__lead {
    font-size: 28px;
    line-height: 1.2727272727;
    text-align: center
  }
  .top-intro__content {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.9166666667;
  }
  .top-intro__footer {
    margin-top: 20px
  }
  .top-intro__footer .c-btn {
    min-width: 188px
  }
  .top-interview__header {
    margin: 0 0 -5px
  }
  .top-interview__ja {
    padding-left: .2em
  }
  .top-interview__content::before, .top-interview__content::after {
    bottom: 65px;
    top: 29px
  }
  .is-animate .top-interview__content::before, .is-animate .top-interview__content::after {
    width: calc(100% - 20px)
  }
  .top-interview__content::after {
    background-size: 10px 10px
  }
  .top-interview__content .swiper-button-prev, .top-interview__content .swiper-button-next {
    margin-top: 0;
    top: 50px;
    -webkit-transform: none;
    transform: none
  }
  .top-interview__content .swiper-button-prev {
    margin-right: 65px
  }
  .top-interview__content .swiper-button-next {
    margin-left: 75px
  }
  .top-interview__content .swiper-pagination {
    bottom: 38px;
    left: auto;
    margin-right: 67px;
    right: 50%;
    padding-right: 0;
    width: auto
  }
  .top-interview__footer {
    margin-top: 8px
  }
  .top-interview__footer .c-btn {
    min-width: 188px
  }
  .top-interview-list {
    width: auto
  }
  .top-interview-list__item {
    margin-top: 0;
    max-width: 164px;
    -webkit-transform: translate(0, 25px);
    transform: translate(0, 25px);
    width: 43.7333333333%
  }
  .top-interview-list__item--mitsuhashi .top-interview-list__image {
    left: -8px
  }
  .top-interview-list__item--mitsuhashi .top-interview-list__roman {
    right: 2px
  }
  .top-interview-list__item--mitsuhashi .top-interview-list__content {
    bottom: 15px;
    left: 60%
  }
  .top-interview-list__item--murakawa .top-interview-list__image {
    left: -10px
  }
  .top-interview-list__item--murakawa .top-interview-list__roman {
    right: 10px
  }
  .top-interview-list__item--murakawa .top-interview-list__content {
    bottom: 25px;
    left: 56%
  }
  .top-interview-list__item--hougyoku .top-interview-list__image {
    left: -12px;
    top: 0
  }
  .top-interview-list__item--hougyoku .top-interview-list__content {
    bottom: 25px;
    left: 61%
  }
  .top-interview-list__item--hougyoku .top-interview-list__roman {
    right: 5px
  }
  .top-interview-list__item--okamura .top-interview-list__roman {
    right: 15px
  }
  .top-interview-list__item--okamura .top-interview-list__content {
    bottom: 12px;
    left: 62%
  }
  .top-interview-list__item--nishioka .top-interview-list__content {
    bottom: 12px;
    left: 62%
  }
  .top-interview-list__item--ideta .top-interview-list__content {
    bottom: 25px;
    left: 60%
  }
  .top-interview-list__item--ideta .top-interview-list__image {
    left: 0px
  }
  .top-interview-list__item--mae .top-interview-list__content {
    bottom: 25px;
    left: 61%
  }
  .top-interview-list__item--mae .top-interview-list__image {
    left: -10px
  }
  .top-interview-list__item--hiratsuka .top-interview-list__content {
    bottom: 25px;
    left: 63%
  }
  .top-interview-list__item--hiratsuka .top-interview-list__image {
    left: -8px
  }
  .top-interview-list__item--hiratsuka .top-interview-list__voice {
    bottom: calc(100% + 25px);
    margin: -15px
  }
  .top-interview-list__item.swiper-slide-active .top-interview-list__roman, .top-interview-list__item.swiper-slide-duplicate-active .top-interview-list__roman {
    top: 5px
  }
  .is-end .top-interview-list__item.swiper-slide-active .top-interview-list__image, .is-end .top-interview-list__item.swiper-slide-duplicate-active .top-interview-list__image {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  .is-end .top-interview-list__item.swiper-slide-active .top-interview-list__content, .is-end .top-interview-list__item.swiper-slide-active .top-interview-list__roman, .is-end .top-interview-list__item.swiper-slide-duplicate-active .top-interview-list__content, .is-end .top-interview-list__item.swiper-slide-duplicate-active .top-interview-list__roman {
    opacity: 1
  }
  .top-interview-list__link {
    padding-top: 184.756097561%
  }
  .top-interview-list__image {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 62% 75%;
    transform-origin: 62% 75%;
    -webkit-transition: 0ms 150ms;
    transition: 0ms 150ms;
    width: 100%
  }
  .top-interview-list__content {
    font-size: 10px;
    line-height: 1.8;
    bottom: 18px;
    left: 62%;
    opacity: 0;
    -webkit-transition: 0ms 200ms;
    transition: 0ms 200ms
  }
  .top-interview-list__date {
    margin-bottom: 3px
  }
  .top-interview-list__name {
    font-size: 18px;
    margin-left: -1px
  }
  .top-interview-list__roman {
    font-size: 10px;
    line-height: 1.75;
    opacity: 0;
    right: 2px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
  .top-interview-list__job {
    margin-top: 4px
  }
  .top-interview-list__voice {
    display: none
  }
  .top-message {
    margin-top: 50px
  }
  .top-message-list {
    display: block;
    margin: 0 -20px
  }
  .top-message-list__item {
    width: auto
  }
  .top-message-list__link {
    height: 164px;
    padding-top: 8px
  }
  .top-message-list__title {
    font-size: 18px
  }
  .top-message-list__title::after {
    height: 13px;
    margin: 0 0 0 9px;
    top: -2px;
    width: 13px
  }
  .top-message-list__name {
    font-size: 11px;
    margin-top: 6px
  }
  .top-crosstalk {
    margin-top: 54px
  }
  .top-crosstalk::before {
    padding-top: 65.3333333333%;
    top: 40px
  }
  .top-crosstalk__header {
    margin: 0 0 23px
  }
  .top-crosstalk__title {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  .top-crosstalk__content {
    margin: 0 20px;
    position: relative
  }
  .top-crosstalk__content .swiper-button-prev, .top-crosstalk__content .swiper-button-next {
    margin-top: 34.9152542373%;
    top: 0
  }
  .top-crosstalk__content .swiper-button-prev {
    left: -25px
  }
  .top-crosstalk__content .swiper-button-next {
    right: -25px
  }
  .top-crosstalk__footer {
    margin-top: 27px;
    text-align: center
  }
  .top-crosstalk__footer .c-btn {
    min-width: 188px
  }
  .top-crosstalk-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .top-crosstalk-list__item {
    -webkit-transform: translate(0, 75px);
    transform: translate(0, 75px);
    width: auto
  }
  .top-crosstalk-list__inner {
    margin-bottom: 11px;
    padding-top: 69.8305084746%
  }
  .top-crosstalk-list__title {
    font-size: 18px;
    line-height: 1.3333333333
  }
  .top-crosstalk-list__name {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 7px
  }
  .top-crosstalk-list__name .c-ico {
    top: 0
  }
  .top-culture {
    margin-top: 50px;
    padding-top: 38px
  }
  .top-culture::before {
    background-size: 10px 10px;
    height: 150px
  }
  .top-culture.is-animate::before {
    width: calc(100% - 20px)
  }
  .top-culture__header {
    margin: 0 0 -42px
  }
  .top-culture__ja {
    padding-left: .5333333333em
  }
  .top-culture__content {
    margin-left: 0
  }
  .top-culture__content .swiper-container {
    opacity: 1
  }
  .top-culture__footer {
    margin-top: 30px
  }
  .top-culture__footer .c-btn {
    min-width: 188px
  }
  .top-culture-list {
    overflow: hidden
  }
  .top-culture-list__item {
    width: 50%
  }
  .top-culture-list__image::before {
    content: '';
    display: block;
    padding-top: 109.333333333%
  }
  .top-culture-list__image img {
    height: 102%;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(1.03) translate3d(-50%, -50%, 0);
    transform: scale(1.03) translate3d(-50%, -50%, 0);
    width: auto
  }
  .top-culture-list__image img.is-active {
    -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
    transform: scale(1) translate3d(-50%, -50%, 0)
  }
  .top-culture-list__image--md::before {
    padding-top: 54.6666666667%
  }
}