@charset "UTF-8";

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* --- Noto Sans JP weight ---
    Thin      100
    Light     300
    DemiLight 350
    Regular   400
    Medium    500
    Bold      700
    Black     900
*/
/* ! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* --- RESET --- */
body {
  margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

ul {
  padding-left: 1.25em;
}

img {
  vertical-align: top;
}

/* --- BASE --- */
/* Typography */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  line-height: 2;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231f20;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.contents {
  *zoom: 1;
}

.contents:before,
.contents:after {
  content: "";
  display: table;
}

.contents:after {
  clear: both;
}

/* --- ALERT --- */
.alert-oldbrowser {
  display: none;
  width: 100%;
  padding: 0.5em 0;
  background-color: #231f20;
  color: #fff;
  text-align: center;
}

/* --- ANCHOR --- */
a {
  color: #231f20;
  text-decoration: none;
  transition: 0.25s;
}

a:hover {
  color: #827377;
}

/* --- BLOCK --- */
.block-intro {
  padding: 2em 0;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

.block-intro .inner {
  width: 1030px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .block-intro {
    padding: 20px;
  }

  .block-intro .inner {
    width: auto;
  }
}

/* --- BREADCRUMB --- */
.breadcrumb {
  width: 1100px;
  list-style: none;
  padding: 15px 0 0;
  margin: 0 auto 80px;
  position: relative;
  z-index: 2;
}

.breadcrumb_shadow {
  width: 100%;
  box-shadow: 0px 13px 25px 20px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1020px) {
  .breadcrumb_shadow {
    display: none;
  }
}

.breadcrumb li {
  display: inline-block;
  margin-right: 1em;
}

.breadcrumb a {
  display: inline-block;
  margin-right: 1em;
}

.breadcrumb a:hover {
  color: #a69b9e;
}

@media screen and (max-width: 1100px) {
  .breadcrumb {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .dir-topics .contents-main .breadcrumb {
    display: block;
    opacity: 0;
    margin-bottom: 0;
  }
}

.breadcrumb .none {
  display: none;
}

.dir-people .breadcrumb {
  color: #fff;
}

.dir-people .breadcrumb a {
  color: #fff;
}

.dir-people .breadcrumb a:hover {
  color: #d6d1d2;
}

.dir-work .breadcrumb {
  color: #fff;
}

.dir-work .breadcrumb a {
  color: #fff;
}

.dir-work .breadcrumb a:hover {
  color: #d6d1d2;
}

.dir-technology .breadcrumb {
  color: #fff;
}

.dir-technology .breadcrumb a {
  color: #fff;
}

.dir-technology .breadcrumb a:hover {
  color: #d6d1d2;
}

.dir-movie .breadcrumb {
  color: #fff;
}

.dir-movie .breadcrumb a {
  color: #fff;
}

.dir-movie .breadcrumb a:hover {
  color: #d6d1d2;
}

.dir-special-talk .breadcrumb {
  color: #fff;
}

.dir-special-talk .breadcrumb a {
  color: #fff;
}

.dir-special-talk .breadcrumb a:hover {
  color: #d6d1d2;
}

.page-tokushima .breadcrumb,
.page-hamamoto .breadcrumb,
.page-shimizu .breadcrumb,
.page-hara .breadcrumb,
.page-sekiya .breadcrumb,
.page-hidaka .breadcrumb,
.page-terasawa .breadcrumb,
.page-tanaka .breadcrumb,
.page-fukui_yuta .breadcrumb,
.page-sugahara .breadcrumb,
.page-isshiki .breadcrumb,
.page-matsuzawa .breadcrumb,
.page-takagi .breadcrumb,
.page-kishi .breadcrumb,
.page-hosaka .breadcrumb,
.page-kawakami .breadcrumb,
.page-kobayashi .breadcrumb,
.page-osawa .breadcrumb,
.page-newbusiness-zadankai .breadcrumb,
.page-sports-zadankai .breadcrumb,
.page-ochiai_galand .breadcrumb,
.page-kawagoe .breadcrumb,
.page-wakimaru .breadcrumb,
.page-nagashima .breadcrumb,
.page-okada .breadcrumb,
.page-yoshie .breadcrumb,
.page-tsuchiya_takashi .breadcrumb,
.page-tsugeki .breadcrumb,
.page-miura .breadcrumb,
.page-furubayashi .breadcrumb {
  color: #231f20;
}

.page-tokushima .breadcrumb a,
.page-hamamoto .breadcrumb a,
.page-shimizu .breadcrumb a,
.page-hara .breadcrumb a,
.page-sekiya .breadcrumb a,
.page-hidaka .breadcrumb a,
.page-terasawa .breadcrumb a,
.page-tanaka .breadcrumb a,
.page-fukui_yuta .breadcrumb a,
.page-sugahara .breadcrumb a,
.page-isshiki .breadcrumb a,
.page-matsuzawa .breadcrumb a,
.page-takagi .breadcrumb a,
.page-kishi .breadcrumb a,
.page-hosaka .breadcrumb a,
.page-kawakami .breadcrumb a,
.page-kobayashi .breadcrumb a,
.page-osawa .breadcrumb a,
.page-newbusiness-zadankai .breadcrumb a,
.page-sports-zadankai .breadcrumb a,
.page-ochiai_galand .breadcrumb a,
.page-kawagoe .breadcrumb a,
.page-wakimaru .breadcrumb a,
.page-nagashima .breadcrumb a,
.page-okada .breadcrumb a,
.page-yoshie .breadcrumb a,
.page-tsuchiya_takashi .breadcrumb a,
.page-tsugeki .breadcrumb a,
.page-miura .breadcrumb a,
.page-furubayashi .breadcrumb a {
  color: #231f20;
}

.page-tokushima .breadcrumb a:hover,
.page-hamamoto .breadcrumb a:hover,
.page-shimizu .breadcrumb a:hover,
.page-hara .breadcrumb a:hover,
.page-sekiya .breadcrumb a:hover,
.page-hidaka .breadcrumb a:hover,
.page-terasawa .breadcrumb a:hover,
.page-tanaka .breadcrumb a:hover,
.page-fukui_yuta .breadcrumb a:hover,
.page-sugahara .breadcrumb a:hover,
.page-isshiki .breadcrumb a:hover,
.page-matsuzawa .breadcrumb a:hover,
.page-takagi .breadcrumb a:hover,
.page-kishi .breadcrumb a:hover,
.page-hosaka .breadcrumb a:hover,
.page-kawakami .breadcrumb a:hover,
.page-kobayashi .breadcrumb a:hover,
.page-osawa .breadcrumb a:hover,
.page-newbusiness-zadankai .breadcrumb a:hover,
.page-sports-zadankai .breadcrumb a:hover,
.page-ochiai_galand .breadcrumb a:hover,
.page-kawagoe .breadcrumb a:hover,
.page-wakimaru .breadcrumb a:hover,
.page-nagashima .breadcrumb a:hover,
.page-okada .breadcrumb a:hover,
.page-yoshie .breadcrumb a:hover,
.page-tsuchiya_takashi .breadcrumb a:hover,
.page-tsugeki .breadcrumb a:hover,
.page-miura .breadcrumb a:hover,
.page-furubayashi .breadcrumb a:hover {
  color: #a69b9e;
}

/* パンくずの色を白 */
.dir-topics.page-voice .breadcrumb,
.dir-topics.page-voice_new .breadcrumb {
  color: #fff;
}

.dir-topics.page-voice .breadcrumb a,
.dir-topics.page-voice_new .breadcrumb a {
  color: #fff;
}

.dir-topics.page-voice.page-variety .breadcrumb,
.dir-topics.page-voice.page-drama .breadcrumb,
.dir-topics.page-voice.page-news .breadcrumb,
.dir-topics.page-voice.page-sports .breadcrumb,
.dir-topics.page-voice.page-startup .breadcrumb,
.dir-topics.page-voice.page-net .breadcrumb,
.dir-topics.page-voice_new.page-variety .breadcrumb,
.dir-topics.page-voice_new.page-drama .breadcrumb,
.dir-topics.page-voice_new.page-news .breadcrumb,
.dir-topics.page-voice_new.page-sports .breadcrumb,
.dir-topics.page-voice_new.page-startup .breadcrumb,
.dir-topics.page-voice_new.page-net .breadcrumb {
  color: #231f20;
}

.dir-topics.page-voice.page-variety .breadcrumb a,
.dir-topics.page-voice.page-drama .breadcrumb a,
.dir-topics.page-voice.page-news .breadcrumb a,
.dir-topics.page-voice.page-sports .breadcrumb a,
.dir-topics.page-voice.page-startup .breadcrumb a,
.dir-topics.page-voice.page-net .breadcrumb a,
.dir-topics.page-voice_new.page-variety .breadcrumb a,
.dir-topics.page-voice_new.page-drama .breadcrumb a,
.dir-topics.page-voice_new.page-news .breadcrumb a,
.dir-topics.page-voice_new.page-sports .breadcrumb a,
.dir-topics.page-voice_new.page-startup .breadcrumb a,
.dir-topics.page-voice_new.page-net .breadcrumb a {
  color: #231f20;
}

.dir-topics .breadcrumb {
  margin-bottom: 60px;
}

.l-general .breadcrumb {
  opacity: 0;
  margin-bottom: 60px;
}

/* --- BUTTON --- */
.btn,
a.btn,
input.btn {
  display: inline-block;
  border: none;
  padding: 0.25em 1em;
  background-color: #ff5862;
  color: #fff;
  font-weight: bold;
}

.btn:hover,
a.btn:hover,
input.btn:hover {
  background-color: #231f20;
  text-decoration: none;
  color: #ff5862;
}

.btn-sub,
a.btn-sub,
input.btn-sub {
  display: inline-block;
  border: none;
  padding: 0.25em 1em;
  background-color: #2d3766;
  color: #fff;
  font-weight: bold;
}

.btn-sub:hover,
a.btn-sub:hover,
input.btn-sub:hover {
  background-color: #231f20;
  text-decoration: none;
  color: #2d3766;
}

.btn-link,
a.btn-link,
input.btn-link {
  display: inline-block;
  border: none;
  padding: 0.25em 1em;
  background-color: #008eaf;
  color: #fff;
  font-weight: bold;
}

.btn-link:hover,
a.btn-link:hover,
input.btn-link:hover {
  background-color: #231f20;
  text-decoration: none;
  color: #008eaf;
}

.btn-orange,
a.btn-orange,
input.btn-orange {
  display: inline-block;
  border: none;
  padding: 0.25em 1em;
  background-color: #ff8438;
  color: #fff;
  font-weight: bold;
}

.btn-orange:hover,
a.btn-orange:hover,
input.btn-orange:hover {
  background-color: #231f20;
  text-decoration: none;
  color: #ff8438;
}

.btn-yellow,
a.btn-yellow,
input.btn-yellow {
  display: inline-block;
  border: none;
  padding: 0.25em 1em;
  background-color: #ffbc31;
  color: #fff;
  font-weight: bold;
  color: #231f20;
}

.btn-yellow:hover,
a.btn-yellow:hover,
input.btn-yellow:hover {
  background-color: #231f20;
  text-decoration: none;
  color: #ffbc31;
}

/* Button totop */
.wrap-totop {
  padding: 1em 0;
  text-align: center;
}

.totop {
  font-weight: 900;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .totop {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.btn-more {
  display: inline-block;
  padding: 0.5em 1em;
  border: 2px solid #231f20;
  background-color: #fff;
  color: #231f20;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.btn-more .icon,
.btn-more .menu-voice__category li label:after,
.menu-voice__category li .btn-more label:after,
.btn-more .menu-people li::before,
.menu-people .btn-more li::before,
.btn-more .list-movie li a:after,
.list-movie li .btn-more a:after,
.btn-more .company-link-anchor .link-anchor:after,
.company-link-anchor .btn-more .link-anchor:after {
  margin-left: 0.5em;
}

.btn-more:hover {
  border-color: #918f90;
}

.btn-more._black {
  background-color: #231f20;
  color: #fff;
}

.btn-more._black:hover {
  border-color: #231f20;
  background-color: #fff;
  color: #231f20;
}

@media screen and (max-width: 768px) {
  .btn-more {
    padding: 0.3em 0.5em;
  }
}

.wrap-btn {
  text-align: center;
}

.wrap-btn._right {
  text-align: right;
  position: absolute;
  bottom: 2em;
  right: 2em;
}

@media screen and (max-width: 768px) {
  .wrap-btn._right {
    position: static;
  }
}

.wrap-btn._left {
  text-align: left;
}

/* --- CONTAINER --- */
.container {
  width: 1100px;
  margin: 0 auto;
  *zoom: 1;
}

.container:before,
.container:after {
  content: "";
  display: table;
}

.container:after {
  clear: both;
}

@media screen and (max-width: 1100px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  .container-nogutter {
    padding: 0;
  }
}

/* --- COPYRIGHT --- */
.cr-white,
.cr-black {
  position: relative;
}

.cr-white:after,
.cr-black:after {
  content: "";
  width: 36px;
  height: 12px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 100;
}

.cr-white:after {
  background: url("../images/copyright_white.png") no-repeat center center;
}

.cr-black:after {
  background: url("../images/copyright_black.png") no-repeat center center;
}

@media screen and (max-width: 768px) {
  .cr-white-sp:after {
    background: url("../images/copyright_white.png") no-repeat center center;
  }

  .cr-black-sp:after {
    background: url("../images/copyright_black.png") no-repeat center center;
  }
}

.cr-top_right:after {
  bottom: initial;
  right: initial;
  top: 5px;
  right: 5px;
}

.cr-top_left:after {
  bottom: initial;
  right: initial;
  top: 5px;
  left: 5px;
}

.cr-bottom_right:after {
  bottom: 5px;
  right: 5px;
}

.cr-bottom_left:after {
  right: initial;
  bottom: 5px;
  left: 5px;
}

@media screen and (max-width: 768px) {
  .cr-top_right-sp:after {
    bottom: initial;
    right: initial;
    top: 5px;
    right: 5px;
  }

  .cr-top_left-sp:after {
    bottom: initial;
    right: initial;
    top: 5px;
    left: 5px;
  }

  .cr-bottom_right-sp:after {
    bottom: 5px;
    right: 5px;
  }

  .cr-bottom_left-sp:after {
    right: initial;
    bottom: 5px;
    left: 5px;
  }
}

.list-talk .cr-white:after,
.list-talk .cr-black:after {
  right: 35px;
  top: 10px;
  bottom: initial;
}

@media screen and (max-width: 768px) {

  .list-talk .cr-white:after,
  .list-talk .cr-black:after {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {

  .header-sub-page-special_talk.cr-white:after,
  .header-sub-page-special_talk.cr-black:after {
    bottom: initial;
    top: 5px;
  }
}

/* 社員コピーライト色変更 */
.page-tanaka .header-sub-page.cr-white:after,
.page-tokushima .header-sub-page.cr-white:after,
.page-shimizu .header-sub-page.cr-white:after,
.page-hara .header-sub-page.cr-white:after,
.page-iwanaga .header-sub-page.cr-white:after,
.page-hosaka .header-sub-page.cr-white:after,
.page-kobayashi .header-sub-page.cr-white:after,
.page-kawakami .header-sub-page.cr-white:after {
  background: url("../images/copyright_black.png") no-repeat center center;
}

.page-tanaka .header-sub-page-people .img-sp.cr-white:after,
.page-tokushima .header-sub-page-people .img-sp.cr-white:after,
.page-shimizu .header-sub-page-people .img-sp.cr-white:after,
.page-hara .header-sub-page-people .img-sp.cr-white:after,
.page-iwanaga .header-sub-page-people .img-sp.cr-white:after,
.page-fukui_yuta .header-sub-page-people .img-sp.cr-white:after,
.page-murata .header-sub-page-people .img-sp.cr-white:after,
.page-sugahara .header-sub-page-people .img-sp.cr-white:after {
  background: url("../images/copyright_black.png") no-repeat center center;
}

@media screen and (max-width: 768px) {
  .header-sub-page-people.cr-white:after {
    display: none;
  }
}

/* --- DL --- */
.dl-list {
  margin-top: 80px;
}

.dl-list dt {
  margin-top: -1.15em;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  float: left;
  clear: left;
}

.dl-list dd {
  margin: 0 0 4em 30px;
  padding: 4em;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .dl-list {
    margin-top: 30px;
  }

  .dl-list dt {
    width: 80%;
    margin: 0.5em 0 0 -10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .dl-list dd {
    padding: 4.5em 2em 2em 2em;
    margin: 0 0 20px 0;
  }
}

.dl-list-company dt {
  width: 28em;
  padding: 0.5em 1em 0.5em 2.5em;
  background-color: #2d2992;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0em;
  float: none;
  margin-bottom: -1em;
  position: relative;
  z-index: 100;
}

.dl-list-company dt .number {
  display: inline-block;
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .dl-list-company dt {
    width: 80%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.dl-list-company dd {
  position: relative;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .dl-list-company dd {
    padding-top: 3em;
  }
}

@font-face {
  font-family: "ntv_jinji";
  src: url("../fonts/ntv_jinji.eot?tttlth");
  src: url("../fonts/ntv_jinji.eot?tttlth#iefix") format("embedded-opentype"), url("../fonts/ntv_jinji.ttf?tttlth") format("truetype"), url("../fonts/ntv_jinji.woff?tttlth") format("woff"), url("../fonts/ntv_jinji.svg?tttlth#ntv_jinji") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon,
.menu-voice__category li label:after,
.menu-people li::before,
.list-movie li a:after,
.company-link-anchor .link-anchor:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ntv_jinji" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-arrow-alt-up:before {
  content: "";
}

.icon-arrow-alt-right:before {
  content: "";
}

.icon-arrow-alt-down:before {
  content: "";
}

.icon-arrow-alt-left:before {
  content: "";
}

.icon-twitter-normal:before {
  content: "";
}

.icon-link:before {
  content: "";
}

/* --- FOOTER --- */
.footer-main {
  padding-top: 70px;
  padding-bottom: 20px;
}

.footer-main-top {
  padding: 0 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .footer-main-top {
    padding: 0;
  }
}

.footer-copy {
  margin: 0;
  float: left;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
}

.footer-copy span {
  display: inline-block;
  margin-right: 0.15em;
}

@media screen and (max-width: 768px) {
  .footer-copy {
    float: none;
    margin: 1em 0;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
  }
}

.footer-main-bottom {
  display: flex;
  padding: 30px 20px 0;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-main-bottom {
    padding: 20px;
    flex-direction: column;
  }
}

.menu-footer {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.menu-footer>li {
  margin-right: 0.5em;
}

.menu-footer>li>a {
  display: flex;
  align-items: center;
}

.menu-footer>li>a img {
  margin-right: 0.5em;
}

.menu-footer a {
  display: inline-block;
}

.menu-footer .menu {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .menu-footer {
    flex-wrap: wrap;
  }

  .menu-footer .menu {
    width: 100%;
    margin: 1.5em 0 3em;
    padding: 0;
  }
}

.copyright {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
}

.copyright img {
  margin-right: 0.5em;
}

.link-recruit-footer {
  display: flex;
  float: right;
}

.link-recruit-footer>a {
  margin: 0 0.25em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .link-recruit-footer {
    width: 100%;
  }

  .link-recruit-footer>a {
    flex-grow: 1;
    padding: 1em 0.25em;
    margin: 0;
    text-align: center;
  }
}

/* --- HEADER_MENU --- */
.header-main__menu {
  display: flex;
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
  flex-grow: 1;
  height: 70px;
}

.header-main__menu>li {
  margin-left: 1em;
  padding: 1.088em 1em;
  font-weight: 700;
  cursor: default;
}

.header-main__menu>li>.text {
  display: inline-block;
}

.header-main__menu>li>.text::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2em;
  background-color: #231f20;
  opacity: 0;
}

.header-main__menu>li:hover>.text::after {
  opacity: 1;
}

.header-main__menu>li:hover .header-main__menu-sub {
  display: flex;
}

@media screen and (max-width: 1020px) {
  .header-main__menu {
    display: none;
  }
}

.header-main__menu._newgrad {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 1021px) and (max-width: 1190px) {
  .header-main__menu._newgrad li {
    margin-left: 0;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1021px) and (max-width: 1310px) {
  .header-main__menu._newgrad li a {
    font-size: 1.11vw;
    white-space: nowrap;
  }
}

.header-main__menu-sub {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.header-main__menu-sub li {
  margin: 0 1em;
}

.header-menu-sp {
  border: none;
  background: none;
  outline: none;
  display: none;
}

.header-menu-sp__icon {
  fill: #231f20;
}

@media screen and (max-width: 1020px) {
  .header-menu-sp {
    display: block;
  }
}

.header-menu-sp .header-menu-sp__icon {
  transition: 0.4s;
}

.header-menu-sp.is-active .header-menu-sp__icon:nth-of-type(1) {
  transform: rotate(45deg) translate(0px, -8px);
}

.header-menu-sp.is-active .header-menu-sp__icon:nth-of-type(2) {
  opacity: 0;
}

.header-menu-sp.is-active .header-menu-sp__icon:nth-of-type(3) {
  transform: rotate(-45deg) translate(-15px, 0);
}

/* --- HEADER --- */
.header-main {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  *zoom: 1;
  z-index: 1000;
}

.header-main:before,
.header-main:after {
  content: "";
  display: table;
}

.header-main:after {
  clear: both;
}

.header-main__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header-main__inner {
    padding: 10px;
  }
}

.header-main__inner__right {
  display: flex;
}

.header-main__logo {
  margin: 0.5em 0;
  flex-grow: 0;
}

.header-main__logo a {
  display: block;
}

@media screen and (max-width: 768px) {
  .header-main__logo {
    margin: 0.25em 0;
  }
}

.header-main__sns {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-grow: 0;
}

.header-main__sns li {
  margin-left: 1em;
}

@media screen and (min-width: 1021px) and (max-width: 1310px) {
  .header-main__sns li {
    margin-left: 0.8em;
  }
}

.header-main__sns a {
  display: block;
}

@media screen and (min-width: 1021px) and (max-width: 1310px) {
  .header-main__sns a {
    width: 2.5vw;
    text-align: center;
  }
}

.header-main__sns a>img {
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 1020px) {
  .header-main__sns {
    display: none;
  }
}

.header-main__link {
  display: flex;
  flex-grow: 0;
  margin-left: 1.5em;
}

.header-main__link a {
  margin: 0 0.25em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}

@media screen and (min-width: 1021px) and (max-width: 1310px) {
  .header-main__link a {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1020px) {
  .header-main__link {
    display: none;
  }
}

@media screen and (min-width: 1021px) and (max-width: 1310px) {
  .header-main__link {
    margin-left: 1em;
  }
}

.logo-header__img {
  max-width: 100%;
}

.logo-header__img._sp {
  display: none;
}

@media screen and (max-width: 1020px) {
  .logo-header__img {
    display: none;
  }

  .logo-header__img._sp {
    display: block;
  }
}

.header-main__footer {
  display: none;
  flex-direction: row;
}

.header-main__footer .link-btn {
  padding: 0.75em 1em;
  flex-grow: 1;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 1020px) {
  .header-main__footer {
    display: flex;
  }
}

/* --- Sub page --- */
/* Header */
.header-sub-page .inner {
  *zoom: 1;
  position: relative;
}

.header-sub-page .inner:before,
.header-sub-page .inner:after {
  content: "";
  display: table;
}

.header-sub-page .inner:after {
  clear: both;
}

.dir-people .header-sub-page {
  background: url("../images/header_page/bg_header_page_people.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .dir-people .header-sub-page {
    background-image: url("../images/header_page/bg_header_page_people_sp.jpg");
  }
}

.dir-people .title-sub-page {
  color: #fff;
}

.dir-work .header-sub-page {
  background: url("../images/header_page/bg_header_page_work.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .dir-work .header-sub-page {
    background-image: url("../images/header_page/bg_header_page_work_sp.jpg");
  }
}

.dir-work .title-sub-page {
  color: #fff;
}

.dir-technology .header-sub-page {
  background: url("../images/header_page/bg_header_page_technology.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .dir-technology .header-sub-page {
    background-image: url("../images/header_page/bg_header_page_technology_sp.jpg");
  }
}

.dir-technology .title-sub-page {
  color: #fff;
}

.dir-movie .header-sub-page {
  background: url("../images/header_page/bg_header_page_movie.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .dir-movie .header-sub-page {
    background-image: url("../images/header_page/bg_header_page_movie_sp.jpg");
  }
}

.dir-movie .title-sub-page {
  color: #fff;
}

.dir-special-talk .header-sub-page {
  background: url("../images/header_page/bg_header_page_special-talk.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .dir-special-talk .header-sub-page {
    background-image: url("../images/header_page/bg_header_page_special-talk_sp.jpg");
  }
}

.dir-special-talk .title-sub-page {
  color: #fff;
}

/* --- hr --- */
hr {
  margin: 3em 0;
  border: none;
  border-top: 1px solid #c9d1da;
}

/* --- LABELS --- */
.label {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #69d2e7;
  line-height: 1.1;
}

.label-0 {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #69d2e7;
  line-height: 1.1;
}

.label-1 {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #f8c800;
  line-height: 1.1;
}

.label-2 {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #ee7e94;
  line-height: 1.1;
}

.label-3 {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #c7f464;
  line-height: 1.1;
}

.label-4 {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #28c8aa;
  line-height: 1.1;
}

.label-5 {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #ff783c;
  line-height: 1.1;
}

.label-6 {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #f8b4c4;
  line-height: 1.1;
}

.label-7 {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #fffa46;
  line-height: 1.1;
}

.label-8 {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #82a0ff;
  line-height: 1.1;
}

.label-all {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #fff;
  line-height: 1.1;
}

.label-saiyou {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #c7f464;
  line-height: 1.1;
}

.label-setsumeikai {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #f8c800;
  line-height: 1.1;
}

.label-intern {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #69d2e7;
  line-height: 1.1;
}

.label-housousougou {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #28c8aa;
  line-height: 1.1;
}

.label-gizyutsu {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #ff783c;
  line-height: 1.1;
}

.label-anaunse {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #f8b4c4;
  line-height: 1.1;
}

.label-tokubetsukizi {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #fffa46;
  line-height: 1.1;
}

.label-shinsotsumuke {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #ee7e94;
  line-height: 1.1;
}

.label-tyuutomuke {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #82a0ff;
  line-height: 1.1;
}

.label-voice {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #fff100;
  line-height: 1.1;
}

.label-voice_new {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #fff100;
  line-height: 1.1;
}

.label-ict {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #7a39a0;
  line-height: 1.1;
}

.label-voice_career {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #fff100;
  line-height: 1.1;
}

/* --- LINK BTN --- */
.link-btn {
  display: block;
  padding: 0.25em 1.25em;
}

@media screen and (min-width: 1021px) and (max-width: 1310px) {
  .link-btn {
    padding: 5px;
  }
}

.link-btn--purple {
  background-color: #2d2992;
}

.link-btn--light_purple {
  background-color: #9694c8;
}

.link-btn--blue {
  background-color: #14beff;
}

.link-btn--pink {
  background-color: #ff5862;
  color: #fff;
}

.link-btn--green {
  background-color: #00d25a;
}

.link-btn--orange {
  background-color: #ff8438;
}

.link-btn--light_yellow {
  background-color: #fff100;
}

.link-btn--yellow {
  background-color: #ffbc31;
}

.link-btn--light_gray {
  background-color: #f0f3fa;
}

.link-btn--blue_gray {
  background-color: #d9e1f3;
}

.link-btn--message {
  background-color: #fff100;
}

.link-btn--company {
  background-color: #2d2992;
}

.link-btn--people {
  background-color: #14beff;
}

.link-btn--special-talk {
  background-color: #ff5862;
}

.link-btn--technology {
  background-color: #00d25a;
}

.link-btn--movie-gallery {
  background-color: #ff8438;
}

.link-btn--movie {
  background-color: #ff8438;
}

.link-btn--topics {
  background-color: #fff100;
}

.link-btn--special {
  background-color: #fff100;
}

.link-btn--innovation {
  background-color: #fff100;
}

.link-btn--work {
  background-color: #ff5862;
}

.link-btn--recruit {
  background-color: #fff100;
}

.link-btn--career {
  background-color: #ffbc31;
}

.link-btn--newgrad {
  background-color: #fff100;
}

/* --- LINK RECRUIT --- */
.link-recruit-mypage {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  line-height: 1.2;
  white-space: nowrap;
  background-color: #fff100;
}

.link-recruit-mypage:hover {
  background-color: #231f20;
  color: #fff100;
}

.link-recruit-mypage br {
  display: none;
}

@media screen and (max-width: 768px) {
  .link-recruit-mypage {
    font-size: 2vw;
    text-align: center;
    padding: 0.25em 0.5em;
  }

  .link-recruit-mypage br {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .link-recruit-mypage {
    font-size: 3vw;
  }
}

.link-recruit-intern {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  line-height: 1.2;
  white-space: nowrap;
  background-color: #e54552;
  color: #fff;
}

.link-recruit-intern:hover {
  background-color: #231f20;
  color: #e54552;
}

.link-recruit-intern br {
  display: none;
}

@media screen and (max-width: 768px) {
  .link-recruit-intern {
    font-size: 2vw;
    text-align: center;
    padding: 0.25em 0.5em;
  }

  .link-recruit-intern br {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .link-recruit-intern {
    font-size: 3vw;
  }
}

.link-recruit-intern-mypage {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  line-height: 1.2;
  white-space: nowrap;
  background-color: #14beff;
}

.link-recruit-intern-mypage:hover {
  background-color: #231f20;
  color: #14beff;
}

.link-recruit-intern-mypage br {
  display: none;
}

@media screen and (max-width: 768px) {
  .link-recruit-intern-mypage {
    font-size: 2vw;
    text-align: center;
    padding: 0.25em 0.5em;
  }

  .link-recruit-intern-mypage br {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .link-recruit-intern-mypage {
    font-size: 3vw;
  }
}

.link-recruit-entry {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  line-height: 1.2;
  white-space: nowrap;
  background-color: #ffbc31;
}

.link-recruit-entry:hover {
  background-color: #231f20;
  color: #ffbc31;
}

.link-recruit-entry br {
  display: none;
}

@media screen and (max-width: 768px) {
  .link-recruit-entry {
    font-size: 2vw;
    text-align: center;
    padding: 0.25em 0.5em;
  }

  .link-recruit-entry br {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .link-recruit-entry {
    font-size: 3vw;
  }
}

.link-recruit-mypage_2020 {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  line-height: 1.2;
  white-space: nowrap;
  background-color: #ff5862;
  color: #fff;
}

.link-recruit-mypage_2020:hover {
  background-color: #231f20;
  color: #ff5862;
}

.link-recruit-mypage_2020 br {
  display: none;
}

@media screen and (max-width: 768px) {
  .link-recruit-mypage_2020 {
    font-size: 2vw;
    text-align: center;
    padding: 0.25em 0.5em;
  }

  .link-recruit-mypage_2020 br {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .link-recruit-mypage_2020 {
    font-size: 3vw;
  }
}

/* --- LINK --- */
.wrap-more {
  text-align: center;
}

.link-more,
.list-talk .more {
  display: inline-block;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {

  .link-more,
  .list-talk .more {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .link-more .icon,
  .link-more .menu-voice__category li label:after,
  .menu-voice__category li .link-more label:after,
  .list-talk .more .icon,
  .list-talk .more .menu-voice__category li label:after,
  .menu-voice__category li .list-talk .more label:after,
  .link-more .menu-people li::before,
  .list-talk .more .menu-people li::before,
  .menu-people .link-more li::before,
  .menu-people .list-talk .more li::before,
  .list-talk .menu-people .more li::before,
  .link-more .list-movie li a:after,
  .list-talk .more .list-movie li a:after,
  .list-movie li .link-more a:after,
  .list-movie li .list-talk .more a:after,
  .list-talk .list-movie li .more a:after,
  .link-more .company-link-anchor .link-anchor:after,
  .list-talk .more .company-link-anchor .link-anchor:after,
  .company-link-anchor .link-more .link-anchor:after,
  .company-link-anchor .list-talk .more .link-anchor:after,
  .list-talk .company-link-anchor .more .link-anchor:after {
    font-size: 120%;
  }
}

/* Top */
.link-more-top {
  display: inline-block;
  font-weight: 900;
}

/* --- link more --- */
.link-more,
.list-talk .more {
  padding: 0.5em 1em;
  background-color: #231f20;
  color: #fff;
  text-align: center;
  transition: 0.5s;
}

.link-more .icon,
.link-more .menu-voice__category li label:after,
.menu-voice__category li .link-more label:after,
.list-talk .more .icon,
.list-talk .more .menu-voice__category li label:after,
.menu-voice__category li .list-talk .more label:after,
.link-more .menu-people li::before,
.list-talk .more .menu-people li::before,
.menu-people .link-more li::before,
.menu-people .list-talk .more li::before,
.list-talk .menu-people .more li::before,
.link-more .list-movie li a:after,
.list-talk .more .list-movie li a:after,
.list-movie li .link-more a:after,
.list-movie li .list-talk .more a:after,
.list-talk .list-movie li .more a:after,
.link-more .company-link-anchor .link-anchor:after,
.list-talk .more .company-link-anchor .link-anchor:after,
.company-link-anchor .link-more .link-anchor:after,
.company-link-anchor .list-talk .more .link-anchor:after,
.list-talk .company-link-anchor .more .link-anchor:after {
  display: block;
}

/* --- MARK --- */
.mark-new {
  display: inline-block;
  padding: 1.4em 0.7em;
  background-color: #fff100;
  border-radius: 3em;
  line-height: 1.1;
  font-weight: 900;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .mark-new {
    font-size: 10px;
    font-size: 1rem;
  }
}

.mark-new._square {
  border-radius: 0;
  padding: 0.5em 1.5em;
}

/* --- MODAL --- */
.modal {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  padding: 0 2em;
}

.modal-sns {
  list-style: none;
  display: flex;
  margin: 1em 0 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.modal-sns li {
  margin: 0 0.5em;
}

.modal-link {
  width: 100%;
  margin: 1em 0;
  padding: 0;
  display: flex;
}

.modal-link a {
  display: block;
  padding: 0.5em;
  text-align: center;
}

.modal-ul {
  padding: 0;
  list-style: none;
}

.modal-ul li {
  margin-bottom: 0.75em;
  text-align: center;
}

.modal-link li.modal-link--purple a {
  background-color: #2d2992;
}

.modal-link li.modal-link--light_purple a {
  background-color: #9694c8;
}

.modal-link li.modal-link--blue a {
  background-color: #14beff;
}

.modal-link li.modal-link--pink a {
  background-color: #ff5862;
  color: #fff;
}

.modal-link li.modal-link--green a {
  background-color: #00d25a;
}

.modal-link li.modal-link--orange a {
  background-color: #ff8438;
}

.modal-link li.modal-link--light_yellow a {
  background-color: #fff100;
}

.modal-link li.modal-link--yellow a {
  background-color: #ffbc31;
}

.modal-link li.modal-link--light_gray a {
  background-color: #f0f3fa;
}

.modal-link li.modal-link--blue_gray a {
  background-color: #d9e1f3;
}

.modal-link li.modal-link--message a {
  background-color: #fff100;
}

.modal-link li.modal-link--company a {
  background-color: #2d2992;
}

.modal-link li.modal-link--people a {
  background-color: #14beff;
}

.modal-link li.modal-link--special-talk a {
  background-color: #ff5862;
}

.modal-link li.modal-link--technology a {
  background-color: #00d25a;
}

.modal-link li.modal-link--movie-gallery a {
  background-color: #ff8438;
}

.modal-link li.modal-link--movie a {
  background-color: #ff8438;
}

.modal-link li.modal-link--topics a {
  background-color: #fff100;
}

.modal-link li.modal-link--special a {
  background-color: #fff100;
}

.modal-link li.modal-link--innovation a {
  background-color: #fff100;
}

.modal-link li.modal-link--work a {
  background-color: #ff5862;
}

.modal-link li.modal-link--recruit a {
  background-color: #fff100;
}

.modal-link li.modal-link--career a {
  background-color: #ffbc31;
}

.modal-link li.modal-link--newgrad a {
  background-color: #fff100;
}

.modal-dl {
  margin: 0 1.5em;
}

.modal-dl dt {
  margin-bottom: 0.75em;
  color: #7b7979;
}

.modal-dl dd {
  margin: 0 0 1.5em;
  padding: 0;
}

.modal-dl dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.modal-dl dd ul li {
  width: 50%;
}

.modal--general .modal-link {
  list-style: none;
  flex-direction: row;
}

.modal--general .modal-link li {
  width: 48%;
  margin: 0 1%;
}

.modal--newgrad .modal-link {
  list-style: none;
  flex-direction: column;
}

.modal--newgrad .modal-link li {
  margin: 0 0 0.5em;
}

.sns-link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin: 96px 0 50px 0;
}

.sns-link-area__item {
  margin: 0 0.5%;
}

.sns-link-area__item img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .sns-link-area {
    flex-direction: column;
  }

  .sns-link-area__item.link-instagram {
    margin: 0;
  }

  .sns-link-area__item img:first-child {
    margin-bottom: 1em;
  }
}

/* --- TITLE --- */
.title-page {
  font-size: 72px;
  font-size: 7.2rem;
}

.title-page-main {
  display: block;
}

.title-page-sub {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.title-page-desc {
  font-size: 16px;
  font-size: 1.6rem;
}

.bg-title-sub-page {
  height: 50px;
  width: 100%;
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .bg-title-sub-page {
    top: 47px;
  }
}

.title-sub-page {
  float: left;
  font-weight: 900;
  position: relative;
}

.title-sub_page-main {
  display: inline-block;
  font-size: 72px;
  font-size: 7.2rem;
}

.title-sub_page-sub {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.no_page-desc {
  margin-bottom: 91px;
}

.title-sub_page-desc {
  display: block;
  margin-top: 2em;
  margin-bottom: 80px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.title-sub_page-desc .min_note {
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .title-sub_page-main {
    font-size: 45px;
    font-size: 4.5rem;
    margin-bottom: 0.25em;
  }

  .title-sub_page-desc {
    margin-bottom: 40px;
  }
}

.dir-message .bg-title-sub-page {
  background-color: #fff100;
}

.dir-message .menu-sub_page li a:before {
  background-color: #fff100;
}

.dir-company .bg-title-sub-page {
  background-color: #cbcaf0;
}

.dir-company .menu-sub_page li a:before {
  background-color: #cbcaf0;
}

.dir-movie .bg-title-sub-page {
  background-color: #ff8438;
}

.dir-movie .menu-sub_page li a:before {
  background-color: #ff8438;
}

.dir-topics .bg-title-sub-page {
  background-color: #fff100;
}

.dir-topics .menu-sub_page li a:before {
  background-color: #fff100;
}

.dir-people .bg-title-sub-page {
  background-color: #14beff;
}

.dir-people .menu-sub_page li a:before {
  background-color: #14beff;
}

.dir-work .bg-title-sub-page {
  background-color: #ff5862;
}

.dir-work .menu-sub_page li a:before {
  background-color: #ff5862;
}

.dir-special-talk .bg-title-sub-page {
  background-color: #ff5862;
}

.dir-special-talk .menu-sub_page li a:before {
  background-color: #ff5862;
}

.dir-recruit .bg-title-sub-page {
  background-color: #fff100;
}

.dir-recruit .menu-sub_page li a:before {
  background-color: #fff100;
}

.dir-technology .bg-title-sub-page {
  background-color: #00d25a;
}

.dir-technology .menu-sub_page li a:before {
  background-color: #00d25a;
}

.dir-special .bg-title-sub-page {
  background-color: #fff100;
}

.dir-special .menu-sub_page li a:before {
  background-color: #fff100;
}

.dir-produce_innovation .bg-title-sub-page {
  background-color: #fff100;
}

.dir-produce_innovation .menu-sub_page li a:before {
  background-color: #fff100;
}

.dir-jobs .bg-title-sub-page {
  background-color: #fff100;
}

.dir-jobs .menu-sub_page li a:before {
  background-color: #fff100;
}

.dir-career .bg-title-sub-page {
  background-color: #ff8438;
}

.dir-career .menu-sub_page li a:before {
  background-color: #ff8438;
}

.dir-workstyle .bg-title-sub-page {
  background-color: #fff100;
}

.dir-workstyle .menu-sub_page li a:before {
  background-color: #fff100;
}

.title-section {
  padding: 1em;
  margin: 0;
  background-color: #dae1f3;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  font-weight: 900;
}

.title-section .inner {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .title-section {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* title-block */
.title-block {
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 900;
  position: relative;
}

.title-block .bg {
  display: block;
  width: 100%;
  height: 0.65em;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.title-block .inner {
  display: block;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .title-block {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .title-block .inner {
    width: auto;
    padding: 0 20px;
  }
}

.title-block-tech .bg {
  background-color: #00d25a;
}

.title-block-people .bg {
  background-color: #14beff;
}

.title-block-work .bg {
  background-color: #ff5862;
}

.title-block-special .bg {
  background-color: #fff100;
}

/* title-bg-line */
.title-bg-line {
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 900;
}

.title-bg-line .inner {
  display: block;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.title-bg-line .inner:before {
  content: "";
  display: block;
  width: 50%;
  height: 0.5em;
  background-color: #ccc;
  position: absolute;
  left: -50%;
  top: 0.75em;
}

@media screen and (max-width: 1100px) {
  .title-bg-line .inner {
    width: auto;
  }
}

.title-bg-line .bg {
  display: inline-block;
  position: relative;
}

.title-bg-line .bg:before {
  content: "";
  display: block;
  width: 94%;
  height: 0.5em;
  background-color: #ccc;
  position: absolute;
  top: 0.75em;
  left: 0;
  z-index: 0;
}

.title-bg-line .txt {
  display: inline-block;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1100px) {
  .title-bg-line .txt {
    padding: 0 20px;
  }
}

.title-bg-line--people .inner:before,
.title-bg-line--people .bg:before {
  background-color: #14beff;
}

.title-bg-line--pickup .inner:before,
.title-bg-line--pickup .bg:before {
  background-color: #fff100;
}

/* --- WRAP-FLOAT --- */
.wrap-float {
  overflow: hidden;
}

.wrap-float>* {
  float: left;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .wrap-float {
    text-align: center;
  }

  .wrap-float>* {
    display: inline-block;
    float: none;
    margin: 0 0 10px 0;
  }
}

/* --- Wrap --- */
.wrap {
  padding-top: 69px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .l-general .wrap {
    margin-top: 0;
    padding-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .l-newgrad .wrap {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .l-career .wrap {
    padding-top: 121px;
  }
}

.dir-people .wrap {
  padding-top: 0;
}

.dir-people.page-index .wrap {
  padding-top: 77px;
}

@media screen and (max-width: 768px) {
  .dir-people.page-index .wrap {
    padding-top: 54px;
  }
}

.dir-newgrad-index .wrap {
  padding-top: 0;
}

/* --- Career --- */
.career__header {
  width: 100%;
  background-image: url("../images/special/career/career_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.career__header::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 10%;
  position: absolute;
  top: 0;
  left: 0;
}

.career__header .career__mainimg {
  max-width: 1165px;
  position: relative;
  margin: 0 auto;
  width: 95%;
}

.career__header #career_balloon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.career__header img.career__mainimg_people {
  width: 100%;
}

#career_balloon,
#career_balloon_sp {
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

a.career__balloon_list .cls-1 {
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: #f9fafd;
}

a.career__balloon_list .cls-2 {
  fill: #ff8438;
}

a.career__balloon_list:hover .cls-1,
a.career__balloon_list.is-active .cls-1 {
  fill: #ff8438;
}

a.career__balloon_list:hover .cls-2,
a.career__balloon_list.is-active .cls-2 {
  fill: #f9fafd;
}

#career_balloon_sp {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  display: none;
}

.career__contents {
  background-color: #f7f9fd;
}

.career__content_inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  z-index: 100;
}

.career__content_inner .career__btn-area {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .career__content_inner .career__btn-area {
    flex-direction: column;
    padding: 0 20px;
  }
}

.career__content_inner .career__btn-area li {
  width: 49%;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 768px) {
  .career__content_inner .career__btn-area li {
    width: 100%;
  }
}

.career__content_inner .career__btn-area li::after {
  position: absolute;
  content: "▼";
  color: #ff8438;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  right: 5%;
  font-size: 20px;
}

.career__content_inner .career__btn-area li a {
  display: block;
  padding: 30px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .career__content_inner .career__btn-area li a {
    padding: 25px 0;
  }
}

.career__content_inner .career__section_title {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 75px;
  font-size: 3.8rem;
  font-weight: bold;
}

.career__content_inner .career__list {
  list-style: none;
}

.career__content_inner .career__list .career__li {
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 120px;
}

.career__content_inner .career__list .career__li_img {
  display: block;
  margin: 0 auto;
  padding-bottom: 45px;
}

.career__content_inner .career__list .career__q {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5em;
  display: inline-block;
  width: 100%;
  position: relative;
}

.career__content_inner .career__list .career__q div.q_title {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-left: 3.5em;
}

.career__content_inner .career__list .career__q div.q_title::after {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: #ff8438;
  height: 36px;
  z-index: -1;
  margin-top: -1em;
  position: absolute;
  z-index: -1;
  left: -100px;
  bottom: -0.5em;
  padding-right: 100px;
}

.career__content_inner .career__list .career__q .q_img {
  position: absolute;
  bottom: -15px;
  right: 35px;
  width: 25%;
  z-index: 10;
  text-align: right;
}

.career__content_inner .career__list .career__q .q_img img {
  width: auto;
}

.career__content_inner .career__list span.career__q_title {
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 900;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-right: 0.5em;
  position: absolute;
  bottom: 0.3em;
  left: 0;
}

.career__content_inner .career__list .career__a {
  position: relative;
  padding-left: 3.5em;
  padding-top: 20px;
  width: 84%;
  margin-top: 30px;
}

.career__content_inner .career__list dl {
  padding: 45px 40px 30px;
}

.career__content_inner .career__list dd.career__a::before {
  content: "A";
  color: #ff8438;
  position: absolute;
  left: -30px;
  top: -35px;
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 900;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .career__header #career_balloon {
    display: none;
  }

  #career_balloon_sp {
    display: block;
    margin: -12% 0;
  }

  .career__contents {
    margin-top: 30px;
    background-color: #fff;
  }

  .career__content_inner {
    margin-top: 0;
  }

  .career__content_inner .career__section_title {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 75px;
  }

  .career__content_inner .career__section_title img {
    width: 100%;
  }

  .career__content_inner .career__list dl {
    padding: 150px 20px 30px;
  }

  .career__content_inner .career__list .career__q {
    line-height: 1em;
  }

  .career__content_inner .career__list .career__q span.career__q_title {
    bottom: 0.4em;
  }

  .career__content_inner .career__list .career__q .q_img {
    bottom: auto;
    top: -250px;
  }

  .career__content_inner .career__list .career__q .career__q_title {
    font-size: 50px;
    font-size: 5rem;
  }

  .career__content_inner .career__list .career__q div.q_title::after {
    height: 26px;
  }

  .career__content_inner .career__list .career__a {
    padding-left: 2em;
    width: 70%;
  }

  .career__content_inner .career__list dd.career__a::before {
    font-size: 50px;
    font-size: 5rem;
  }

  .career__content_inner .career__list .career__li.no_q_img dl {
    padding-top: 50px;
  }

  .career__content_inner .career__list .career__li_img {
    width: 100%;
  }
}

@media screen and (max-width: 940px) {
  .career__content_inner .career__list .career__q {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .career__content_inner .career__list .career__q .career__q_title_text {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5em;
  }

  .career__content_inner .career__list .career__q .q_img {
    right: 50%;
  }
}

@media screen and (max-width: 450px) {
  .career__content_inner .career__list .career__q .career__q_title_text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
  }

  .career__content_inner .career__list .career__q .q_img {
    right: 66%;
  }
}

/* --- COMPANY --- */
.contents-company-about {
  color: #2d2992;
  padding-top: 5em;
}

@media screen and (max-width: 768px) {
  .contents-company-about {
    padding-bottom: 15px;
  }
}

.contents-company-about .block {
  padding: 40px 20px;
  margin-bottom: 30px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  font-weight: 900;
  text-align: center;
  *zoom: 1;
  line-height: 1.2;
}

.contents-company-about .block:before,
.contents-company-about .block:after {
  content: "";
  display: table;
}

.contents-company-about .block:after {
  clear: both;
}

@media screen and (max-width: 768px) {
  .contents-company-about .block {
    margin-top: 2em;
    padding: 3em 15px 2em;
  }
}

.contents-company-about .block p {
  margin-top: 0;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .contents-company-about .block p {
    font-size: 90%;
  }
}

.contents-company-about .block-inner {
  display: inline-block;
}

.contents-company-about .row {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.contents-company-about .row .block {
  display: table-cell;
  border-left: 30px solid #f5f6fb;
  vertical-align: middle;
}

.contents-company-about .row .block:first-child {
  border-left: none;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .row .block {
    border-left-width: 2vw;
  }
}

.contents-company-about .block-establish {
  width: 50%;
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-establish {
    width: 49%;
  }
}

.contents-company-about .block-capital {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-capital {
    width: 49%;
  }
}

.contents-company-about .block-staff {
  width: 43%;
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-staff {
    width: 49%;
  }
}

.contents-company-about .block-sales {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-sales {
    width: 49%;
  }
}

.contents-company-about .block-ceo {
  width: 49%;
  margin-right: 2%;
}

.contents-company-about .block-office {
  width: 49%;
}

.contents-company-about .block-holiday {
  width: 49%;
  margin-right: 2%;
}

.contents-company-about .block-location {
  width: 49%;
}

.contents-company-about .block-title {
  display: inline-block;
  padding: 0.75em 1em;
  margin: 0;
  background-color: #2d2992;
  color: #fff;
  line-height: 1.1;
  position: absolute;
  top: 2em;
  left: -1em;
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-title {
    left: 50%;
    top: -1em;
  }
}

.contents-company-about .svg {
  margin: 0;
}

.contents-company-about .svg path,
.contents-company-about .svg rect,
.contents-company-about .svg ellipse,
.contents-company-about .svg polygon {
  fill: #2d2992;
}

.contents-company-about .svg svg {
  max-width: 100%;
  height: auto;
}

.contents-company-about .number {
  display: inline-block;
}

.contents-company-about .block-company {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-company .block-title {
    margin-left: -2.5em;
  }

  .contents-company-about .block-company .svg {
    padding: 0;
    margin: 0 auto;
    width: 70%;
    height: auto;
  }
}

.contents-company-about .svg-logo svg {
  width: 300px;
}

.contents-company-about .block-business p {
  width: 46em;
  margin: 2.5em 0 0;
  text-align: left;
}

.contents-company-about .svg-service {
  float: left;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .contents-company-about .svg-service {
    float: none;
    margin-right: 0;
  }
}

.contents-company-about .svg-service svg {
  width: 180px;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-business p {
    width: 70vw;
    margin-top: 4%;
  }

  .contents-company-about .svg-service svg {
    width: 20vw;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-business .block-title {
    margin-left: -3em;
  }

  .contents-company-about .block-business p {
    margin-top: 1em;
  }
}

.contents-company-about .block-establish .tween-years {
  font-size: 120px;
  font-size: 12rem;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-establish .tween-years {
    font-size: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-establish {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contents-company-about .block-establish .block-title {
    margin-left: -1.5em;
  }
}

.contents-company-about .tween-establish {
  text-align: left;
}

.contents-company-about .block-capital {
  text-align: center;
}

.contents-company-about .block-capital .number {
  margin-bottom: 0.75em;
}

.contents-company-about .block-capital .tween-capital {
  font-size: 180px;
  font-size: 18rem;
}

.contents-company-about .block-capital .tween-capital-unit {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-capital .tween-capital {
    font-size: 15vw;
  }

  .contents-company-about .block-capital .tween-capital-unit {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-capital {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contents-company-about .block-capital .block-title {
    margin-left: -2.5em;
  }

  .contents-company-about .block-capital .number {
    margin: 20px 0;
  }
}

.contents-company-about .block-staff {
  text-align: right;
}

.contents-company-about .block-staff .number {
  margin-bottom: 0.5em;
}

.contents-company-about .block-staff .tween-staff {
  font-size: 120px;
  font-size: 12rem;
}

.contents-company-about .block-staff .tween-staff-unit {
  font-size: 60px;
  font-size: 6rem;
}

.contents-company-about .block-staff .svg-staff {
  width: 82%;
  float: right;
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-staff .svg-staff {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-staff .tween-staff {
    font-size: 10vw;
  }

  .contents-company-about .block-staff .tween-staff-unit {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-staff {
    text-align: center;
  }

  .contents-company-about .block-staff .block-title {
    margin-left: -2.5em;
  }
}

.contents-company-about .block-sales .block-inner {
  text-align: right;
}

.contents-company-about .block-sales .number {
  display: block;
}

.contents-company-about .block-sales .tween-earnings-1 {
  font-size: 120px;
  font-size: 12rem;
}

.contents-company-about .block-sales .tween-earnings-1-unit {
  font-size: 40px;
  font-size: 4rem;
}

.contents-company-about .block-sales .tween-earnings-2 {
  font-size: 80px;
  font-size: 8rem;
}

.contents-company-about .block-sales .tween-earnings-2-unit {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-sales .tween-earnings-1 {
    font-size: 10vw;
  }

  .contents-company-about .block-sales .tween-earnings-1-unit {
    font-size: 3vw;
  }

  .contents-company-about .block-sales .tween-earnings-2 {
    font-size: 8vw;
  }

  .contents-company-about .block-sales .tween-earnings-2-unit {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-sales {
    padding-left: 15px;
    text-align: center;
  }

  .contents-company-about .block-sales .block-title {
    margin-left: -3em;
  }
}

.contents-company-about .block-group .title-sub {
  font-size: 120%;
  font-weight: 900;
}

.contents-company-about .block-group p {
  padding: 0 140px;
  text-align: left;
  font-weight: 600;
  font-size: 85%;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-group p {
    padding: 0;
    width: 60vw;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-group .block-title {
    margin-left: -4em;
  }

  .contents-company-about .block-group p {
    width: auto;
  }
}

.contents-company-about .block-ceo p {
  margin-top: 60px;
  margin-right: 1em;
  float: left;
  text-align: left;
}

.contents-company-about .block-ceo p span {
  display: block;
  font-size: 190%;
}

.contents-company-about .block-ceo .svg-ceo {
  float: right;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-ceo .svg-ceo {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-ceo p {
    margin-top: 1em;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-ceo .block-title {
    margin-left: -2.5em;
  }

  .contents-company-about .block-ceo .svg-ceo {
    float: none;
    text-align: center;
    margin-top: 25px;
  }

  .contents-company-about .block-ceo p {
    padding-left: 0;
    margin-top: 10px;
  }

  .contents-company-about .block-ceo p span {
    font-size: 140%;
  }
}

.contents-company-about .block-office p {
  margin-top: 60px;
  margin-right: 1em;
  float: left;
  text-align: left;
}

.contents-company-about .block-office .svg-office {
  float: right;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-office p {
    margin-top: 1em;
  }

  .contents-company-about .block-office .svg-office {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-office {
    padding: 15px 20px;
  }

  .contents-company-about .block-office .block-title {
    margin-left: -2.5em;
  }

  .contents-company-about .block-office .svg {
    margin-top: 40px;
  }

  .contents-company-about .block-office p {
    margin-top: 10px;
    padding: 0;
  }
}

.contents-company-about .block-salary {
  text-align: center;
}

.contents-company-about .block-salary .tween-allowance {
  font-size: 110px;
  font-size: 11rem;
}

.contents-company-about .block-salary .tween-allowance-unit {
  font-size: 40px;
  font-size: 4rem;
}

.contents-company-about .block-salary p {
  margin: 1em 0 0;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-salary .tween-allowance {
    font-size: 10vw;
  }

  .contents-company-about .block-salary .tween-allowance-unit {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-salary .block-title {
    margin-left: -1.5em;
  }

  .contents-company-about .block-salary .number {
    margin-bottom: 15px;
  }
}

.contents-company-about .block-holiday {
  padding-left: 60px;
  padding-right: 60px;
}

.contents-company-about .block-holiday .svg {
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-holiday .svg {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-holiday {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contents-company-about .block-holiday .block-title {
    margin-left: -3em;
  }

  .contents-company-about .block-holiday .svg {
    margin-bottom: 10px;
  }
}

.contents-company-about .block-location {
  padding: 20px 60px;
}

.contents-company-about .block-location .svg {
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .contents-company-about .block-location .svg {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .contents-company-about .block-location {
    padding: 20px 15px;
  }

  .contents-company-about .block-location .block-title {
    margin-left: -2.5em;
  }

  .contents-company-about .block-location .svg {
    margin: 20px 0 5px;
  }
}

.contents-company-about .block-sales p {
  margin-top: 2em;
}

.contents-company-about .row .block-sales {
  vertical-align: bottom;
}

.dir-company .contents {
  background-color: #f5f6fb;
}

/* .dir-company  */
/* --- Company president --- */
.company-president,
.company-hr,
.company-index {
  padding-top: 90px;
}

.company-president h3,
.company-hr h3,
.company-index h3 {
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {

  .company-president h3,
  .company-hr h3,
  .company-index h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.company-president p,
.company-hr p,
.company-index p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2em;
}

.company-president {
  padding-left: 160px;
  padding-right: 160px;
}

@media screen and (max-width: 1100px) {
  .company-president {
    padding-left: 0;
    padding-right: 0;
  }
}

.company-hr {
  padding-left: 160px;
  padding-right: 160px;
}

@media screen and (max-width: 1100px) {
  .company-hr {
    padding-left: 0;
    padding-right: 0;
  }
}

.company-index {
  text-align: center;
}

.company-index p.company-index-copy {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .company-index p.company-index-copy {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .company-index {
    text-align: left;
  }

  .company-index p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.company-index-logo {
  display: inline-block;
  width: 200px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .company-index-logo {
    width: 140px;
  }
}

.president-signature {
  margin: 6em 0 0;
  overflow: hidden;
}

.president-signature p {
  margin: 0 20px 0.75em 0;
  float: left;
}

.president-signature img {
  margin: 0.5em 0 0 0;
  width: 217px;
  height: auto;
}

/* --- Company department --- */
.department-hero {
  padding: 600px 0 100px;
  background: url("../images/company/department.jpg") no-repeat center center;
  background-size: cover;
}

.department-hero .text {
  width: 1040px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
}

.department-hero-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .department-hero {
    padding: 0;
    background: #7e7ada;
  }

  .department-hero .text {
    width: auto;
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .department-hero-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* --- Company welfare --- */
.page-welfare .contents {
  background-color: #f5f6fb;
  padding-top: 20px;
}

.welfare-item {
  position: relative;
  margin-bottom: 30px;
}

.welfare-item:before {
  content: "";
  display: block;
  height: 30px;
  width: 50%;
  background-color: #2d2992;
  position: absolute;
  top: 100px;
  left: 0;
}

.welfare-item-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 3em;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.welfare-item-inner:before {
  content: "";
  display: block;
  height: 30px;
  width: 30%;
  background-color: #2d2992;
  position: absolute;
  top: 100px;
  left: 0;
}

.welfare-item-title {
  width: 30%;
  float: left;
  font-size: 170%;
  color: #2d2992;
}

.welfare-item-cont {
  padding-left: 33%;
}

.welfare-item-cont .title {
  margin: 0 0 0.5em;
  font-size: 150%;
  color: #2d2992;
}

.welfare-item-cont p {
  margin: 0 0 3em;
}

.welfare-item-cont p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .welfare-item {
    padding: 0 20px;
  }

  .welfare-item:before {
    height: 16px;
    top: 5em;
  }

  .welfare-item-inner {
    width: auto;
    padding: 2em 15px;
  }

  .welfare-item-inner:before {
    width: 80%;
    height: 16px;
    top: 5em;
  }

  .welfare-item-title {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 768px) {
  .welfare-item-title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .welfare-item-cont {
    padding: 0;
  }
}

/* --- Company sub page --- */
.company-sub-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .company-sub-page {
    display: block;
  }
}

.company-sub-page .title-sub-page {
  margin-bottom: 2em;
}

/* --- Company link --- */
.company-link-anchor {
  display: flex;
  width: 60%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .company-link-anchor {
    display: block;
    width: 80%;
  }
}

.company-link-anchor .link-anchor {
  display: block;
  padding: 0.75em 1em;
  background-color: #dae1f3;
  text-align: center;
  font-size: 2rem;
  position: relative;
  font-weight: 900;
}

.company-link-anchor .link-anchor:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
}

.company-link-anchor li {
  width: 100%;
}

.company-link-anchor li:first-child {
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .company-link-anchor li:first-child {
    margin-bottom: 0.5em;
  }
}

/* --- Company contents --- */
.contents-company,
.contents-vision {
  padding-top: 5em;
}

.contents-vision {
  background: #f5f6fb;
  padding-bottom: 3em;
}

/* --- 働く環境 / ワーク・ライフ・バランス --- */
.workstyle-wlb {
  margin: 200px 15px 15px;
  padding: 30px;
  background-color: #f2f5fb;
}

@media screen and (max-width: 1100px) {
  .workstyle-wlb {
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .workstyle-wlb {
    margin-top: 100px;
  }
}

.workstyle-wlb__intro {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.workstyle-wlb__top-img {
  width: 72%;
  position: absolute;
  top: -50px;
  right: -45px;
  z-index: 5;
}

.workstyle-wlb__top-img img {
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .workstyle-wlb__top-img {
    width: 140%;
    margin-left: -20%;
    position: relative;
    top: initial;
    right: initial;
  }

  .workstyle-wlb__top-img img {
    width: 100%;
  }
}

.workstyle-wlb__title-en {
  margin: -2.25em 0 1em;
  font-size: 250%;
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 1.5;
  position: relative;
}

.workstyle-wlb__title-en span {
  position: relative;
  z-index: 10;
}

.workstyle-wlb__title-en:before {
  content: "";
  display: inline-block;
  width: 4em;
  height: 4em;
  box-sizing: border-box;
  border: 15px solid #fff100;
  border-radius: 2em;
  position: absolute;
  top: -0.4em;
  left: 2em;
  z-index: 0;
}

@media screen and (max-width: 1100px) {
  .workstyle-wlb__title-en {
    text-align: center;
    font-size: 4vw;
  }

  .workstyle-wlb__title-en:before {
    left: 50%;
    margin-left: -2em;
  }
}

.workstyle-wlb__title {
  margin: 0 0 3.5em;
}

@media screen and (max-width: 1100px) {
  .workstyle-wlb__title {
    text-align: center;
  }
}

.workstyle-wlb__info {
  padding: 3.5em 3em;
  margin-right: 60%;
  background-color: #fff;
  border-radius: 1em;
  position: relative;
  z-index: 10;
}

.workstyle-wlb__info h4 {
  font-size: 160%;
  line-height: 1.5;
  font-weight: 500;
}

.workstyle-wlb__info p {
  margin: 0 0 0.5em;
  line-height: 1.5;
}

.workstyle-wlb__info .name {
  font-size: 150%;
}

.workstyle-wlb__info .name-en {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 60%;
}

@media screen and (max-width: 1100px) {
  .workstyle-wlb__info {
    margin: -2em 0 0;
  }
}

.workstyle-wlb__profile {
  display: flex;
  padding: 1em 7vw;
  max-width: 1280px;
  margin: 0 auto;
}

.workstyle-wlb__profile .title {
  width: 20%;
  font-weight: 700;
  font-size: 120%;
  letter-spacing: 0.5em;
}

.workstyle-wlb__profile .cont {
  width: 80%;
}

@media screen and (max-width: 1100px) {
  .workstyle-wlb__profile {
    padding: 1em 1em;
  }

  .workstyle-wlb__profile .title {
    width: 25%;
  }

  .workstyle-wlb__profile .cont {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .workstyle-wlb__profile {
    flex-direction: column;
    padding: 1em 0;
  }

  .workstyle-wlb__profile .title {
    width: 100%;
  }

  .workstyle-wlb__profile .cont {
    width: 100%;
  }
}

.workstyle-wlb__link {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 60px 0;
  padding: 0;
}

.workstyle-wlb__link li {
  margin: 0 10px;
}

.workstyle-wlb__link a {
  display: block;
  text-align: center;
}

.workstyle-wlb__link a img {
  max-width: 100%;
}

.workstyle-wlb__link a:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .workstyle-wlb__link {
    flex-direction: column;
  }

  .workstyle-wlb__link li {
    margin: 0 20px 1.5em;
  }
}

.workstyle-wlb__faq {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.workstyle-wlb__faq li {
  width: 49%;
  padding: 3em;
  margin-top: 5em;
  margin-right: 2%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 1em;
}

.workstyle-wlb__faq li:nth-of-type(2n) {
  margin-right: 0;
}

.workstyle-wlb__faq .number {
  margin-top: -6.5em;
  margin-bottom: 1.5em;
}

.workstyle-wlb__faq .number .number-inner {
  display: inline-block;
  padding: 0.5em;
  border: 20px solid #fff100;
  border-radius: 1.8em;
  font-size: 200%;
  font-weight: 700;
  line-height: 1.4;
}

.workstyle-wlb__faq .question {
  margin-bottom: 0.5em;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.workstyle-wlb__faq .answer p {
  margin: 0 0 1em;
}

.workstyle-wlb__faq .answer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .workstyle-wlb__faq li {
    width: 100%;
    margin-right: 0;
  }
}

.workstyle-wlb__img {
  text-align: center;
}

.workstyle-wlb__img.ne-margin {
  margin-bottom: -3.8em;
}

.workstyle-wlb__img img {
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .workstyle-wlb__img {
    margin-left: -10%;
    width: 120%;
  }

  .workstyle-wlb__img img {
    width: 100%;
  }
}

.workstyle-wlb__schedule {
  padding: 3.5em;
  background-color: #fff;
}

.workstyle-wlb__schedule .title {
  padding: 1em 0 0;
  margin: 0 0 1em;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0.25em;
  position: relative;
}

.workstyle-wlb__schedule .title span {
  display: inline-block;
  z-index: 10;
  position: relative;
}

.workstyle-wlb__schedule .title:before {
  content: "";
  display: block;
  width: 2.2em;
  height: 2.2em;
  border: 10px solid #fff100;
  border-radius: 2.2em;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -1.6em;
  z-index: 0;
}

@media screen and (max-width: 1100px) {
  .workstyle-wlb__schedule .title {
    text-align: left;
    padding-left: 5vw;
    margin-bottom: 1.2em;
    font-size: 4.5vw;
  }

  .workstyle-wlb__schedule .title:before {
    left: 10%;
    nav-left: 0;
  }
}

.workstyle-wlb__schedule .wrap-schedule {
  position: relative;
}

.workstyle-wlb__schedule .list-time {
  height: 100%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.workstyle-wlb__schedule .list-time:before {
  content: "";
  display: block;
  width: 4px;
  height: 93%;
  background-color: #d9e1f3;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px;
  z-index: 0;
}

.workstyle-wlb__schedule .list-time li {
  text-align: center;
  position: relative;
  z-index: 10;
  font-weight: 700;
  position: absolute;
  left: 50%;
  margin-left: -1.5em;
}

.workstyle-wlb__schedule .list-time li:nth-of-type(1) {
  top: 4%;
}

.workstyle-wlb__schedule .list-time li:nth-of-type(2) {
  top: 15%;
}

.workstyle-wlb__schedule .list-time li:nth-of-type(3) {
  top: 26%;
}

.workstyle-wlb__schedule .list-time li:nth-of-type(4) {
  top: 37%;
}

.workstyle-wlb__schedule .list-time li:nth-of-type(5) {
  top: 48%;
}

.workstyle-wlb__schedule .list-time li:nth-of-type(6) {
  top: 59%;
}

.workstyle-wlb__schedule .list-time li:nth-of-type(7) {
  top: 70%;
}

.workstyle-wlb__schedule .list-time li:nth-of-type(8) {
  top: 81%;
}

.workstyle-wlb__schedule .list-time li:nth-of-type(9) {
  top: 92%;
}

.workstyle-wlb__schedule .list-schedule {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1% 0 0;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.workstyle-wlb__schedule .list-schedule li {
  width: 42%;
  margin-bottom: 1em;
  background-color: #d9e1f3;
  border-radius: 0.5em;
  position: relative;
}

.workstyle-wlb__schedule .list-schedule li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 10%;
  position: absolute;
}

.workstyle-wlb__schedule .list-schedule li .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2em;
}

.workstyle-wlb__schedule .list-schedule li:nth-of-type(odd):before {
  border-top: 12px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #d9e1f3;
  right: -18px;
}

.workstyle-wlb__schedule .list-schedule li:nth-of-type(even):before {
  border-top: 12px solid transparent;
  border-right: 18px solid #d9e1f3;
  border-bottom: 12px solid transparent;
  border-left: 0 solid transparent;
  left: -18px;
}

.workstyle-wlb__schedule .list-schedule .time {
  width: 20%;
  font-size: 140%;
  font-weight: 700;
}

.workstyle-wlb__schedule .list-schedule .txt {
  width: 80%;
}

.workstyle-wlb__schedule .list-schedule .img img {
  max-width: 100%;
}

.workstyle-wlb__schedule .list-schedule .desc {
  width: 100%;
  margin-top: 0.5em;
}

.workstyle-wlb__schedule .list-schedule .item-01 {
  margin-top: 1em;
}

.workstyle-wlb__schedule .list-schedule .item-02 {
  margin-top: 5em;
}

.workstyle-wlb__schedule .list-schedule .item-03 {
  margin-top: -1em;
}

.workstyle-wlb__schedule .list-schedule .item-04 {
  margin-top: 10em;
}

.workstyle-wlb__schedule .list-schedule .item-05 {
  margin-top: 0em;
}

.workstyle-wlb__schedule .list-schedule .item-06 {
  margin-top: 5em;
}

.workstyle-wlb__schedule .list-schedule .item-07 {
  margin-top: 1em;
}

.workstyle-wlb__schedule .list-schedule .item-08 {
  margin-top: 10em;
}

.workstyle-wlb__schedule .list-schedule .item-09 {
  margin-top: -6em;
}

.workstyle-wlb__schedule .list-schedule .item-10 {
  margin-top: 0em;
}

.workstyle-wlb__schedule .list-schedule .item-11 {
  margin-top: 0em;
}

.workstyle-wlb__schedule .list-schedule .item-12 {
  margin-top: -4em;
}

.workstyle-wlb__schedule .list-schedule .item-01:before {
  top: 25%;
}

.workstyle-wlb__schedule .list-schedule .item-02:before {
  top: 33%;
}

.workstyle-wlb__schedule .list-schedule .item-03:before {
  top: 10%;
}

.workstyle-wlb__schedule .list-schedule .item-04:before {
  top: 75%;
}

.workstyle-wlb__schedule .list-schedule .item-05:before {
  top: 50%;
}

.workstyle-wlb__schedule .list-schedule .item-06:before {
  top: 30%;
}

.workstyle-wlb__schedule .list-schedule .item-07:before {
  top: 64%;
}

.workstyle-wlb__schedule .list-schedule .item-08:before {
  top: 60%;
}

.workstyle-wlb__schedule .list-schedule .item-09:before {
  top: 20%;
}

.workstyle-wlb__schedule .list-schedule .item-10:before {
  top: 60%;
}

.workstyle-wlb__schedule .list-schedule .item-12:before {
  top: 20%;
}

.workstyle-wlb__schedule .list-schedule .item-11 {
  visibility: hidden;
}

@media screen and (max-width: 1100px) {
  .workstyle-wlb__schedule {
    padding: 1.5em;
  }

  .workstyle-wlb__schedule .list-time {
    width: 20%;
    top: 0;
    left: 0;
  }

  .workstyle-wlb__schedule .list-time li {
    position: relative;
    left: initial;
    margin-left: 0;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(1) {
    top: initial;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(2) {
    top: initial;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(3) {
    top: initial;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(4) {
    top: initial;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(5) {
    top: initial;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(6) {
    top: initial;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(7) {
    top: initial;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(8) {
    top: initial;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(9) {
    top: initial;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(1) {
    padding-bottom: 13em;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(2) {
    padding-bottom: 10em;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(3) {
    padding-bottom: 2em;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(4) {
    padding-bottom: 14em;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(5) {
    padding-bottom: 7em;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(6) {
    padding-bottom: 5em;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(7) {
    padding-bottom: 14em;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(8) {
    padding-bottom: 14em;
  }

  .workstyle-wlb__schedule .list-time li:nth-of-type(9) {
    padding-bottom: 0em;
  }

  .workstyle-wlb__schedule .list-schedule {
    margin-left: 30%;
  }

  .workstyle-wlb__schedule .list-schedule li {
    width: 100%;
  }

  .workstyle-wlb__schedule .list-schedule li:nth-of-type(odd):before {
    border-top: 12px solid transparent;
    border-right: 18px solid #d9e1f3;
    border-bottom: 12px solid transparent;
    border-left: 0 solid transparent;
    right: initial;
    left: -18px;
  }

  .workstyle-wlb__schedule .list-schedule li:nth-of-type(even):before {
    left: -18px;
  }

  .workstyle-wlb__schedule .list-schedule li .cont {
    flex-direction: column;
    padding: 1em;
  }

  .workstyle-wlb__schedule .list-schedule .time {
    width: 100%;
    font-size: 100%;
    margin-bottom: 0.25em;
  }

  .workstyle-wlb__schedule .list-schedule .txt {
    width: 100%;
  }

  .workstyle-wlb__schedule .list-schedule .time {
    order: 1;
  }

  .workstyle-wlb__schedule .list-schedule .img {
    order: 3;
  }

  .workstyle-wlb__schedule .list-schedule .desc {
    order: 2;
    margin-top: 0;
    margin-bottom: 0.5em;
  }

  .workstyle-wlb__schedule .list-schedule .txt {
    order: 4;
  }

  .workstyle-wlb__schedule .list-schedule .item-01 {
    margin-top: 0em;
  }

  .workstyle-wlb__schedule .list-schedule .item-02 {
    margin-top: 0em;
  }

  .workstyle-wlb__schedule .list-schedule .item-03 {
    margin-top: 1em;
  }

  .workstyle-wlb__schedule .list-schedule .item-04 {
    margin-top: 1em;
  }

  .workstyle-wlb__schedule .list-schedule .item-05 {
    margin-top: 1em;
  }

  .workstyle-wlb__schedule .list-schedule .item-06 {
    margin-top: 0em;
  }

  .workstyle-wlb__schedule .list-schedule .item-07 {
    margin-top: 1em;
  }

  .workstyle-wlb__schedule .list-schedule .item-08 {
    margin-top: 1em;
  }

  .workstyle-wlb__schedule .list-schedule .item-09 {
    margin-top: 0em;
  }

  .workstyle-wlb__schedule .list-schedule .item-10 {
    margin-top: 1em;
  }

  .workstyle-wlb__schedule .list-schedule .item-11 {
    margin-top: 0em;
  }

  .workstyle-wlb__schedule .list-schedule .item-12 {
    margin-top: 0em;
  }
}

.workstyle-wlb__innovation {
  margin: 180px 15px 15px;
  padding: 30px;
  background-color: #f2f5fb;
}

.workstyle-wlb__innovation .title-en {
  margin-top: -2.5em;
  text-align: center;
  font-size: 220%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5em;
  position: relative;
}

.workstyle-wlb__innovation .title-en span {
  position: relative;
  z-index: 10;
}

.workstyle-wlb__innovation .title-en:before {
  content: "";
  display: inline-block;
  width: 4em;
  height: 4em;
  box-sizing: border-box;
  border: 20px solid #fff100;
  border-radius: 4em;
  position: absolute;
  top: -0.4em;
  left: 50%;
  margin-left: -2em;
  z-index: 0;
}

.workstyle-wlb__innovation .title {
  text-align: center;
  margin-bottom: 6em;
}

.workstyle-wlb__innovation .list-work_style {
  list-style: none;
  margin: 0;
  padding: 0 80px;
}

.workstyle-wlb__innovation .list-work_style li {
  padding: 4em 3em;
  margin-bottom: 4em;
  background-color: #fff;
  border: 10px solid #d3d2d2;
  position: relative;
}

.workstyle-wlb__innovation .list-work_style .number {
  margin-top: -1.25em;
  margin-bottom: 0.25em;
  font-size: 600%;
  font-weight: 700;
  color: #fff100;
  line-height: 1.25em;
}

.workstyle-wlb__innovation .list-work_style .list-cont {
  margin-right: 40%;
}

.workstyle-wlb__innovation .list-work_style .list-title {
  padding: 1em 1em 1em 5em;
  margin-right: 4em;
  margin-bottom: 0.5em;
  background-color: #fff100;
  font-size: 115%;
  margin-left: -5em;
}

.workstyle-wlb__innovation .list-work_style .list-img {
  width: 45%;
  position: absolute;
  top: 15%;
  right: -10%;
}

.workstyle-wlb__innovation .list-work_style .list-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .workstyle-wlb__innovation .list-work_style {
    padding: 0;
  }

  .workstyle-wlb__innovation .list-work_style li {
    padding: 3em 1.5em;
  }

  .workstyle-wlb__innovation .list-work_style .number {
    font-size: 500%;
  }

  .workstyle-wlb__innovation .list-work_style .list-cont {
    margin-right: 0;
  }

  .workstyle-wlb__innovation .list-work_style .list-img {
    width: 115%;
    margin-right: -15%;
    position: relative;
    top: initial;
    right: initial;
  }
}

/* --- GENERAL_INDEX --- */
@media screen and (max-width: 768px) {
  .wrap {
    margin-top: 0;
    padding-top: 75px;
  }
}

.general-index__first-view {
  display: flex;
}

.general-index__first-view .first-view__main {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.general-index__first-view .first-view__main>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.general-index__first-view .first-view__main .title {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px 9vh 5vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .general-index__first-view .first-view__main .title {
    padding: 0 20px 4vh 5vw;
  }
}

.general-index__first-view .first-view__main .title>img {
  max-width: 100%;
}

.general-index__first-view .first-view__link {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.general-index__first-view .first-view__link .title {
  margin: 0;
  line-height: 2em;
}

.general-index__first-view .first-view__link .title .en {
  font-size: 50px;
  font-size: 5rem;
}

.general-index__first-view .first-view__link .title .jp {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

.general-index__first-view .first-view__link__new-graduate {
  flex-basis: 50%;
  background-color: #fff100;
}

.general-index__first-view .first-view__link__career {
  flex-basis: 50%;
  background-color: #ffbc31;
}

.general-index__first-view .first-view__link .inner {
  height: 100%;
  box-sizing: border-box;
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.general-index__first-view .first-view__link .link-item {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}

@media screen and (min-width: 769px) and (max-width: 1044px) {
  .general-index__first-view .first-view__link .link-item {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.general-index__first-view .first-view__link .link-item li {
  width: 31%;
  min-width: 109px;
  text-align: center;
  border: 2px solid #231f20;
  margin: 0 1%;
}

@media screen and (min-width: 769px) and (max-width: 1044px) {
  .general-index__first-view .first-view__link .link-item li {
    width: auto;
    margin-bottom: 10px;
  }

  .general-index__first-view .first-view__link .link-item li:last-of-type {
    margin-bottom: 0;
  }
}

.general-index__first-view .first-view__link .link-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  padding: 0.4em 0.25em;
  background-color: #231f20;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 1045px) and (max-width: 1460px) {
  .general-index__first-view .first-view__link .link-item a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 0;
  }
}

.general-index__first-view .first-view__link .link-item a:hover {
  background-color: #fff;
  color: #231f20;
}

.general-index__first-view .first-view__link__career .link-item {
  justify-content: flex-end;
}

.general-index__first-view .first-view__link__career .link-item li {
  min-width: 150px;
}

@media screen and (max-width: 768px) {
  .general-index__first-view .first-view__link__career .link-item li {
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .general-index__first-view {
    display: block;
  }

  .general-index__first-view .first-view__main {
    width: 100%;
    height: 50%;
  }

  .general-index__first-view .first-view__main .title>img {
    width: 70%;
  }

  .general-index__first-view .first-view__link {
    width: 100%;
    height: 50%;
    flex-direction: row;
  }

  .general-index__first-view .first-view__link .title {
    line-height: 1.5em;
  }

  .general-index__first-view .first-view__link .title .en {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: border !important;
  }

  .general-index__first-view .first-view__link .title .jp {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: border !important;
  }

  .general-index__first-view .first-view__link__new-graduate {
    width: 50%;
    height: 100%;
  }

  .general-index__first-view .first-view__link__career {
    width: 50%;
    height: 100%;
  }

  .general-index__first-view .first-view__link .inner {
    height: 100%;
    box-sizing: border-box;
    padding: 1.5em;
  }

  .general-index__first-view .first-view__link .link-item {
    bottom: 2em;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .general-index__first-view .first-view__link .link-item li {
    display: block;
    width: auto;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 320px) {
  .general-index__first-view .first-view__link .title .en {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: border;
  }

  .general-index__first-view .first-view__link .title .jp {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: border;
  }

  .general-index__first-view .first-view__link .inner {
    height: 100%;
  }

  .general-index__first-view .first-view__link .link-item li {
    font-size: 10px;
    font-size: 1rem;
  }
}

.general-index__content .list-content-link {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.general-index__content .list-content-link__item {
  position: relative;
  list-style: none;
  width: 33.3333333333%;
}

.general-index__content .list-content-link__item img {
  width: 100%;
}

.general-index__content .list-content-link__item .title {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 1em;
  margin-left: 1em;
}

.general-index__content .list-content-link__item .title>p {
  margin: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.general-index__content .list-content-link__item .title .title__main {
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  .general-index__content .list-content-link__item .title .title__main {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 768px) {
  .general-index__content .list-content-link__item .title .title__main {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.general-index__content .list-content-link__item .title .title__main.title-people span {
  background-color: #14beff;
  padding: 0 0.5em;
  margin: 0;
  display: inline-block;
}

.general-index__content .list-content-link__item .title .title__main.title-special-talk span {
  background-color: #ff5862;
  padding: 0 0.5em;
  margin: 0;
  display: inline-block;
}

.general-index__content .list-content-link__item .title .title__main.title-technology span {
  background-color: #00d25a;
  padding: 0 0.5em;
  margin: 0;
  display: inline-block;
}

.general-index__content .list-content-link__item .title .title__main.title-movie-gallery span {
  background-color: #ff8438;
  padding: 0 0.5em;
  margin: 0;
  display: inline-block;
}

.general-index__content .list-content-link__item .title .title__main.title-about span {
  background-color: #9695c8;
  padding: 0 0.5em;
  margin: 0;
  display: inline-block;
}

.general-index__content .list-content-link__item .title .title__main.title-jobs span {
  background-color: #fff100;
  padding: 0 0.5em;
  margin: 0;
  display: inline-block;
}

.general-index__content .list-content-link__item .title .title__main.title-produce-innovation span {
  background-color: #fff100;
  padding: 0 0.5em;
  margin: 0;
  display: inline-block;
}

.general-index__content .list-content-link__item .title .title__main.title-work-style span {
  background-color: #fff100;
  padding: 0 0.5em;
  margin: 0;
  display: inline-block;
}

.general-index__content .list-content-link__item .title .title__main.title-work-life-balance span {
  background-color: #fff100;
  padding: 0 0.5em;
  margin: 0;
  display: inline-block;
}

.general-index__content .list-content-link__item .title .title__sub {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0.5em;
}

.general-index__content .list-content-link__item .title .title__sub br.tab-only {
  display: none;
}

@media screen and (max-width: 1050px) {
  .general-index__content .list-content-link__item .title .title__sub br.tab-only {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .general-index__content .list-content-link__item .title .title__sub br.tab-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .general-index__content .list-content-link {
    flex-direction: column;
  }

  .general-index__content .list-content-link__item {
    width: 100%;
  }
}

.menu-innovation {
  list-style: none;
  padding-left: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  float: right;
  justify-content: space-between;
}

.menu-innovation li {
  width: calc(100% / 4);
  display: inline-block;
  font-weight: 800;
}

.menu-innovation a,
.menu-innovation span {
  display: inline-block;
  padding: 0 0.5em;
  margin: 0 0.25em;
  position: relative;
}

.menu-innovation a:before,
.menu-innovation span:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.8em;
  background-color: #fff100;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.menu-innovation .is-active a:before {
  opacity: 1;
}

@media screen and (max-width: 1150px) {
  .menu-innovation {
    width: 35vw;
  }
}

@media screen and (max-width: 740px) {
  .menu-innovation {
    width: 42vw;
  }
}

@media screen and (max-width: 500px) {
  .menu-innovation {
    width: 80%;
  }
}

.innovation__number {
  margin: 0;
  font-size: 120px;
  font-size: 12rem;
  line-height: 1.1;
  color: #fff100;
  font-weight: 600;
}

.innovation__number .zero {
  color: #231f20;
}

@media screen and (max-width: 768px) {
  .innovation__number {
    font-size: 70px;
    font-size: 7rem;
  }
}

.innovation__title--en {
  display: block;
  margin: 0 0 0.2em;
  letter-spacing: 0.2em;
  color: #fff100;
  font-size: 115px;
  font-size: 11.5rem;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .innovation__title--en {
    font-size: 15vw;
    line-height: 1.2;
  }
}

.innovation__title--en_top {
  margin-top: -1.5em;
  margin-bottom: 0.5em;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 1.2;
}

.innovation__title--en_top span {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .innovation__title--en_top {
    margin-top: 0;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .innovation__title--en_top span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.innovation__title--jp {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .innovation__title--jp {
    font-size: 4.6vw;
  }
}

.block-innovation-04 .col-img img,
.block-innovation-03--img img,
.block-innovation .img img {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.block-innovation {
  border-bottom: 1px solid #c9d1da;
  position: relative;
}

@media screen and (max-width: 768px) {
  .block-innovation {
    border-bottom: none;
  }
}

.block-innovation .img img {
  max-width: 100%;
}

.block-innovation .row {
  display: flex;
}

@media screen and (max-width: 768px) {
  .block-innovation .row {
    flex-direction: column;
  }
}

.block-innovation .col-text {
  width: 45%;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .block-innovation .col-text {
    width: auto;
    margin-right: 0;
  }
}

.block-innovation .col-img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .block-innovation .col-img {
    width: auto;
  }
}

.block-innovation .col-img img {
  max-width: 100%;
}

.block-innovation .line-text {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  z-index: 100;
  transform: rotate(-90deg);
  letter-spacing: 0.5em;
}

@media screen and (max-width: 768px) {
  .block-innovation .line-text {
    display: none;
  }
}

.block-innovation-04 .col-img:before,
.block-innovation-04 .col-text .splash,
.block-innovation-03--text .splash,
.block-innovation-02 .img .splash,
.block-innovation-01 .img .splash {
  content: "";
  display: block;
  background-color: #fff100;
  width: 120px;
  height: 12px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {

  .block-innovation-04 .col-img:before,
  .block-innovation-04 .col-text .splash,
  .block-innovation-03--text .splash,
  .block-innovation-02 .img .splash,
  .block-innovation-01 .img .splash {
    width: 70px;
    height: 8px;
  }
}

.block-innovation-01 .text {
  width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 700px) {
  .block-innovation-01 .text {
    width: auto;
  }
}

.block-innovation-01 .img {
  text-align: center;
  margin-top: -4em;
  margin-bottom: -15em;
  position: relative;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .block-innovation-01 .img {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.block-innovation-01 .img .splash {
  position: absolute;
  top: 20%;
  right: 2%;
}

@media screen and (max-width: 768px) {
  .block-innovation-01 .img .splash {
    top: 13%;
    right: -7%;
  }
}

.block-innovation-02 {
  padding-top: 10em;
}

@media screen and (max-width: 768px) {
  .block-innovation-02 {
    padding-top: 3em;
  }
}

.block-innovation-02 .innovation__title--en {
  position: relative;
  z-index: 100;
}

.block-innovation-02 .img {
  position: relative;
}

.block-innovation-02 .img .splash {
  position: absolute;
  top: 0;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .block-innovation-02 .img .splash {
    top: 14%;
    left: initial;
    right: -6%;
  }
}

.block-innovation-02 .img img {
  width: 125%;
  max-width: 125%;
}

@media screen and (max-width: 768px) {
  .block-innovation-02 .img img {
    width: 100%;
    max-width: 100%;
  }
}

.block-innovation-02 .row {
  margin-bottom: -3em;
}

@media screen and (max-width: 768px) {
  .block-innovation-02 .row {
    margin-bottom: 0;
  }
}

.block-innovation-02 .line-text {
  top: 16%;
  right: 50%;
  margin-right: -500px;
}

#innovation_03_02_square {
  position: absolute;
  top: -20px;
  left: -20px;
}

@media screen and (max-width: 768px) {
  #innovation_03_02_square {
    max-width: 100%;
    height: auto;
    top: -10px;
    left: -10px;
  }
}

.block-innovation-03 {
  padding-top: 10em;
}

@media screen and (max-width: 768px) {
  .block-innovation-03 {
    padding-top: 3em;
  }
}

.block-innovation-03--img {
  /* margin-right: 25%; */
  margin-left: 25%;
}

.block-innovation-03--img img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .block-innovation-03--img {
    margin-right: 0;
    margin-left: 0;
  }
}

.block-innovation-03--text {
  margin-left: 25%;
  margin-top: 6em;
  margin-bottom: -10em;
  padding: 4em;
  background-color: #f6f8fc;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .block-innovation-03--text {
    margin: 0 -20px 0;
    padding: 2em;
  }
}

.block-innovation-03--text .splash {
  position: absolute;
  top: 0;
  right: 20%;
}

@media screen and (max-width: 768px) {
  .block-innovation-03--text .splash {
    top: -4%;
    right: 0;
  }
}

.block-innovation-03 .innovation__title--en {
  /* text-align: right; */
  margin-bottom: -0.5em;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .block-innovation-03 .innovation__title--en {
    margin-bottom: 0.25em;
    text-align: left;
  }
}

.block-innovation-03 .line-text {
  top: 36%;
  right: 7%;
}

.page-02 .block-innovation-02 .img .splash {
  left: 58%;
}

@media screen and (max-width: 768px) {
  .page-02 .block-innovation-02 .img .splash {
    top: 30%;
    left: initial;
    right: -6%;
  }
}

.page-02 .block-innovation-03--text .splash {
  right: 42%;
}

@media screen and (max-width: 768px) {
  .page-02 .block-innovation-03--text .splash {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-02 .block-innovation-04 .col-img:before {
    display: block;
    top: 50%;
  }
}

.page-02 .block-innovation-04 .col-text .splash {
  right: 0;
}

@media screen and (max-width: 768px) {
  .page-02 .block-innovation-04 .col-text .splash {
    display: none;
  }
}

.page-03 .block-innovation-03--text .splash {
  right: 46%;
}

@media screen and (max-width: 768px) {
  .page-03 .block-innovation-03--text .splash {
    right: 0;
  }
}

.block-innovation-04 {
  padding-top: 12em;
}

.block-innovation-04 .innovation__title--en {
  margin-bottom: -0.2em;
}

@media screen and (max-width: 768px) {
  .block-innovation-04 .innovation__title--en {
    margin-bottom: 0.25em;
  }
}

.block-innovation-04 .row {
  align-items: center;
  justify-content: space-between;
  margin-bottom: -3em;
}

@media screen and (max-width: 768px) {
  .block-innovation-04 .row {
    margin-bottom: 0;
  }
}

.block-innovation-04 .col-text {
  width: 40%;
  padding: 3em 4em 3em 0;
  background-color: #fff;
  margin-right: -10%;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .block-innovation-04 .col-text {
    width: auto;
    padding: 0;
    margin: 0;
  }
}

.block-innovation-04 .col-text .splash {
  position: absolute;
  top: -5%;
  right: 3%;
}

@media screen and (max-width: 768px) {
  .block-innovation-04 .col-text .splash {
    display: none;
  }
}

.block-innovation-04 .col-img {
  position: relative;
}

.block-innovation-04 .col-img:before {
  display: none;
  position: absolute;
  top: 10%;
  right: -6%;
}

@media screen and (max-width: 768px) {
  .block-innovation-04 .col-img:before {
    display: block;
  }
}

.block-innovation-04 .line-text {
  top: -6.5%;
  left: 50%;
  margin-left: -590px;
}

@media screen and (max-width: 768px) {
  .block-innovation-04 {
    padding-top: 2em;
  }
}

.block-innovation-05 {
  padding-top: 10em;
  margin-bottom: 12em;
}

@media screen and (max-width: 768px) {
  .block-innovation-05 {
    padding-top: 3em;
    margin-bottom: 2em;
  }
}

.block-innovation-05 .innovation__title--en {
  text-align: center;
  margin-bottom: -0.5em;
}

.block-innovation-05 .text {
  width: 700px;
  padding: 6em 4em 2em;
  margin: 0 auto;
  background-color: #f6f8fc;
  box-sizing: border-box;
}

@media screen and (max-width: 700px) {
  .block-innovation-05 .text {
    width: auto;
    padding: 4em 2em 2em;
  }
}

@media screen and (max-width: 768px) {
  .block-innovation-05 .text {
    margin: 0 -20px;
  }
}

.block-innovation-05 .img {
  text-align: center;
  margin-bottom: -10em;
}

@media screen and (max-width: 768px) {
  .block-innovation-05 .img {
    margin: 0 -20px;
  }
}

.block-innovation-05 .line-text {
  top: 40%;
  left: 2%;
}

.innovation__contents-top {
  padding-top: 2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .innovation__contents-top {
    padding-top: 4em;
  }
}

.produce-innovation__people {
  background-color: #f6f8fc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15em;
  padding: 3em 0;
}

.produce-innovation__people__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
}

.produce-innovation__people__list li {
  background-color: #fff;
  margin-left: 1em;
}

.produce-innovation__people__list li:first-of-type {
  margin-left: 0;
}

.produce-innovation__people__list .title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.produce-innovation__people__list p {
  margin: 0;
  line-height: 1.5;
}

.produce-innovation__people__list .wrap-img {
  position: relative;
  z-index: 1;
}

.produce-innovation__people__list .wrap-img.cr-white:after,
.produce-innovation__people__list .wrap-img.cr-black:after {
  bottom: auto;
  top: 5px;
}

.produce-innovation__people__list .category {
  display: block;
  margin-top: -0.5em;
  margin-right: 2em;
  padding: 0.5em 1em;
  position: relative;
  z-index: 2;
}

.produce-innovation__people__list .position {
  margin-top: 1em;
  padding: 0 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.produce-innovation__people__list .info {
  padding: 0 1em 1em;
}

.produce-innovation__people__list .info__title {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
}

.produce-innovation__people__list .info__joined {
  font-size: 12px;
  font-size: 1.2rem;
}

.produce-innovation__people .category-0 {
  background-color: #50d2ff;
  color: #fff;
}

.produce-innovation__people .category-1 {
  background-color: #ffbc31;
  color: #fff;
}

.produce-innovation__people .category-2 {
  background-color: #ff8438;
  color: #fff;
}

.produce-innovation__people .category-3 {
  background-color: #2d2992;
  color: #fff;
}

.produce-innovation__people .category-4 {
  background-color: #ff5862;
  color: #fff;
}

.produce-innovation__people .category-5 {
  background-color: #009700;
  color: #fff;
}

.produce-innovation__people .category-6 {
  background-color: #0046d2;
  color: #fff;
}

.produce-innovation__people .category-7 {
  background-color: #7a39a0;
  color: #fff;
}

.produce-innovation__people .category-8 {
  background-color: #aa7b00;
  color: #fff;
}

.produce-innovation__people .category-9 {
  background-color: #00d25a;
  color: #fff;
}

.produce-innovation__people .category-10 {
  background-color: #ff8438;
  color: #fff;
}

.produce-innovation__people .category-11 {
  background-color: #ea5532;
  color: #fff;
}

.produce-innovation__people .category-12 {
  background-color: #1da1f2;
  color: #fff;
}

.produce-innovation__people .category-14 {
  background-color: #0046d2;
  color: #fff;
}

.produce-innovation__people .category-50 {
  background-color: #00d25a;
  color: #fff;
}

/* --- MOVIE --- */
.list-movie {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  overflow: hidden;
}

.list-movie li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 40px;
  float: left;
}

.list-movie li:nth-of-type(4n) {
  margin-right: 0;
}

.list-movie li:nth-of-type(4n + 1) {
  clear: left;
}

.list-movie li a {
  display: block;
  position: relative;
}

.list-movie li .wrap-img {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.list-movie li .wrap-img img {
  width: 100%;
  height: auto;
}

.list-movie li p {
  margin: 0;
  text-align: center;
}

.list-movie li .title {
  font-weight: 900;
}

.list-movie li .title.text_left {
  text-align: left;
}

.list-movie li .title-sub {
  color: #ff8438;
  font-weight: 900;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .list-movie li {
    width: auto;
    float: none;
  }
}

.company_movie {
  background-color: #f5f6fb;
  padding: 2em 0;
}

.movie_block_title {
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  display: block;
}

/* list-movie animation */
/* .list-movie li a:after {
  content: "";
  font-size: 60px;
  font-size: 6rem;
  position: absolute;
  top: 20%;
  left: 50%;
  color: #fff;
  margin-left: -0.5em;
  transition: 0.5s;
}

.list-movie li a:hover:after {
  -webkit-animation-name: hoverAnimation;
  animation-name: hoverAnimation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
} */

@-webkit-keyframes hoverAnimation {
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    color: #fff;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.2, 0.2, 0.2);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    color: rgba(0, 0, 0, 0.8);
  }
}

@keyframes hoverAnimation {
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    color: #fff;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.2, 0.2, 0.2);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    color: rgba(0, 0, 0, 0.8);
  }
}

.movie-modal {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  display: none;
}

.movie-modal .inner {
  padding: 170px 100px 0;
  position: relative;
}

.movie-modal .inner .icon,
.movie-modal .inner .menu-voice__category li label:after,
.menu-voice__category li .movie-modal .inner label:after,
.movie-modal .inner .menu-people li::before,
.menu-people .movie-modal .inner li::before,
.movie-modal .inner .company-link-anchor .link-anchor:after,
.company-link-anchor .movie-modal .inner .link-anchor:after,
.movie-modal .inner .list-movie li a:after,
.list-movie li .movie-modal .inner a:after {
  display: inline-block;
  position: absolute;
  top: 140px;
  right: 100px;
  font-size: 30px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .movie-modal .inner {
    padding: 25vh 20px 0;
  }

  .movie-modal .inner .icon,
  .movie-modal .inner .menu-voice__category li label:after,
  .menu-voice__category li .movie-modal .inner label:after,
  .movie-modal .inner .menu-people li::before,
  .menu-people .movie-modal .inner li::before,
  .movie-modal .inner .company-link-anchor .link-anchor:after,
  .company-link-anchor .movie-modal .inner .link-anchor:after,
  .movie-modal .inner .list-movie li a:after,
  .list-movie li .movie-modal .inner a:after {
    top: 20vh;
    right: 20px;
  }
}

.movie-modal-cont {
  width: 100%;
  height: 0;
  padding-top: 33%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .movie-modal-cont {
    padding-top: 56.5%;
  }
}

.movie-modal-cont .movie-item {
  width: 640px;
  height: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ddd;
  margin-top: -180px;
  margin-left: -320px;
}

@media screen and (max-width: 768px) {
  .movie-modal-cont .movie-item {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
}

.video-js {
  width: 100%;
  height: 100%;
}

.js-modal-youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.js-modal-youtube .inner {
  position: relative;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .js-modal-youtube .inner {
    padding-right: 0;
  }

  .js-modal-youtube iframe {
    width: 100%;
  }
}

.js-close-modal-youtube {
  position: absolute;
  top: -10%;
  right: -10%;
  border: none;
  background: none;
  font-size: 30px;
  font-size: 3rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .js-close-modal-youtube {
    top: -50px;
    right: 30px;
  }
}

.js-close-modal-youtube:focus {
  outline: none;
}

/* --- NEWGRAD_INDEX --- */
.newgrad-index__fv {
  position: relative;
}

.newgrad-index__fv .inner {
  display: flex;
  overflow: hidden;
}

.newgrad-index__slider {
  width: 70%;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.newgrad-index__slider__item {
  display: block;
  width: 100%;
  position: relative;
  /*
  .txt-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
  }
  */
}

.newgrad-index__slider__item .img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.newgrad-index__slider__item .txt {
  width: 60%;
  box-sizing: border-box;
  padding: 2em;
  position: absolute;
  left: 0;
  bottom: 0;
}

.newgrad-index__slider__item.bg--purple .txt {
  background-color: #2d2992;
}

.newgrad-index__slider__item.bg--light_purple .txt {
  background-color: #9694c8;
}

.newgrad-index__slider__item.bg--blue .txt {
  background-color: #14beff;
}

.newgrad-index__slider__item.bg--pink .txt {
  background-color: #ff5862;
}

.newgrad-index__slider__item.bg--green .txt {
  background-color: #00d25a;
}

.newgrad-index__slider__item.bg--orange .txt {
  background-color: #ff8438;
}

.newgrad-index__slider__item.bg--light_yellow .txt {
  background-color: #fff100;
}

.newgrad-index__slider__item.bg--yellow .txt {
  background-color: #ffbc31;
}

.newgrad-index__slider__item.bg--light_gray .txt {
  background-color: #f0f3fa;
}

.newgrad-index__slider__item.bg--blue_gray .txt {
  background-color: #d9e1f3;
}

.newgrad-index__slider__item.bg--message .txt {
  background-color: #fff100;
}

.newgrad-index__slider__item.bg--company .txt {
  background-color: #2d2992;
}

.newgrad-index__slider__item.bg--people .txt {
  background-color: #14beff;
}

.newgrad-index__slider__item.bg--special-talk .txt {
  background-color: #ff5862;
}

.newgrad-index__slider__item.bg--technology .txt {
  background-color: #00d25a;
}

.newgrad-index__slider__item.bg--movie-gallery .txt {
  background-color: #ff8438;
}

.newgrad-index__slider__item.bg--movie .txt {
  background-color: #ff8438;
}

.newgrad-index__slider__item.bg--topics .txt {
  background-color: #fff100;
}

.newgrad-index__slider__item.bg--special .txt {
  background-color: #fff100;
}

.newgrad-index__slider__item.bg--innovation .txt {
  background-color: #fff100;
}

.newgrad-index__slider__item.bg--work .txt {
  background-color: #ff5862;
}

.newgrad-index__slider__item.bg--recruit .txt {
  background-color: #fff100;
}

.newgrad-index__slider__item.bg--career .txt {
  background-color: #ffbc31;
}

.newgrad-index__slider__item.bg--newgrad .txt {
  background-color: #fff100;
}

.newgrad-index__slider__item .txt__title,
.newgrad-index__slider__item .txt__footer {
  z-index: 1;
  position: relative;
}

.newgrad-index__slider__item .txt__title .title {
  margin: 0 0 0.75em;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.5vw;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .newgrad-index__slider__item .txt__title .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.newgrad-index__slider__item .txt__title .date {
  margin: 0;
  font-size: 1vw;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .newgrad-index__slider__item .txt__title .date {
    font-size: 12px;
    font-weight: 500;
  }
}

.newgrad-index__slider__item .txt__footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.newgrad-index__slider__item .txt__footer p {
  margin: 0 0.75em 0 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
}

.newgrad-index__slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.newgrad-index__slider .slick-dots {
  width: auto;
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 100;
}

.newgrad-index__slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0.4em;
}

.newgrad-index__slider .slick-dots li button {
  height: auto;
  width: auto;
  padding: 1px 10px;
  background-color: #c8c7c7;
}

.newgrad-index__slider .slick-dots li button::before {
  display: none;
}

.newgrad-index__slider .slick-dots li.slick-active button {
  padding: 3px 10px;
  background-color: #231f20;
}

.newgrad-index__topics {
  width: 30%;
  box-sizing: border-box;
  padding: 0 3em;
  background-color: #f2f5fb;
  position: relative;
}

@media screen and (max-width: 768px) {
  .newgrad-index__topics {
    position: static;
  }
}

.newgrad-index__topics .title {
  margin-top: 1em;
  margin-bottom: 0.3em;
  font-size: 4vh;
}

.newgrad-index__topics__list {
  margin: 1em 0 0;
  list-style: none;
  padding: 0;
  font-weight: 700;
  line-height: 1.65;
}

.newgrad-index__topics__list li {
  margin-bottom: 1em;
  line-height: 1.3em;
}

.newgrad-index__topics__list li:last-of-type {
  margin-bottom: 0;
}

.newgrad-index__topics__list .date {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.2vh;
  color: #4f4c4d;
}

@media screen and (max-width: 768px) {
  .newgrad-index__topics__list .date {
    font-size: 12px;
  }
}

.newgrad-index__topics__list .txt {
  max-height: 3em;
  margin-top: 0.15em;
  overflow: hidden;
  font-size: 1.75vh;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .newgrad-index__topics__list .txt {
    font-size: 14px;
  }
}

.newgrad-index__icon-down {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #231f20;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  z-index: 100;
  color: #fff;
  -webkit-animation-name: anime_top_icon;
  animation-name: anime_top_icon;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.newgrad-index__icon-down .icon,
.newgrad-index__icon-down .menu-voice__category li label:after,
.menu-voice__category li .newgrad-index__icon-down label:after,
.newgrad-index__icon-down .menu-people li::before,
.menu-people .newgrad-index__icon-down li::before,
.newgrad-index__icon-down .company-link-anchor .link-anchor:after,
.company-link-anchor .newgrad-index__icon-down .link-anchor:after,
.newgrad-index__icon-down .list-movie li a:after,
.list-movie li .newgrad-index__icon-down a:after {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .newgrad-index__icon-down {
    margin-top: 15px;
    width: 40px;
    height: 40px;
  }
}

@-webkit-keyframes anime_top_icon {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes anime_top_icon {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .newgrad-index__fv {
    height: auto;
  }

  .newgrad-index__fv .inner {
    flex-direction: column;
  }

  .newgrad-index__slider {
    width: 100%;
  }

  .newgrad-index__slider__inner {
    box-sizing: border-box;
  }

  .newgrad-index__slider__item {
    display: flex;
    flex-direction: column;
  }

  .newgrad-index__slider__item .img {
    height: 50%;
  }

  .newgrad-index__slider__item .txt {
    box-sizing: border-box;
    height: 50%;
    width: 100%;
    position: relative;
  }

  .newgrad-index__slider__item .txt__footer p {
    display: none;
  }

  .newgrad-index__topics {
    width: 100%;
  }
}

.newgrad-index__link {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 20px 15px;
}

.newgrad-index__link>li a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.newgrad-index__link>li a>img {
  width: 100%;
}

.newgrad-index__link>li a .txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 50;
}

.newgrad-index__link>li a .txt__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .newgrad-index__link>li a .txt__title img {
    max-width: 90%;
  }
}

.newgrad-index__link>li a .txt__title-sub {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.newgrad-index__link>li a .txt__more {
  display: block;
  padding: 0.5em 1.75em;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.newgrad-index__link._2col>li {
  width: 48%;
  margin: 1%;
}

.newgrad-index__link._2col .txt__more {
  background: rgba(255, 255, 255, 0.7);
  color: #231f20;
}

.newgrad-index__link._3col {
  background-color: #f2f5fb;
}

.newgrad-index__link._3col>li {
  width: 31.3333333333%;
  margin: 1%;
}

.newgrad-index__link._3col .txt__more {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .newgrad-index__link._2col>li {
    width: 100%;
    margin: 0 0 20px;
  }

  .newgrad-index__link._3col>li {
    width: 100%;
    margin: 0 0 20px;
  }
}

.newgrad-index__link__slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.newgrad-index__link__slider img {
  width: 100%;
  height: 100%;
}

.newgrad-index__link__slider .slick-dots {
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
}

.newgrad-index__link__slider .slick-dots li {
  margin: 0;
}

.newgrad-index__link__slider .slick-dots li button::before {
  opacity: 1;
  color: #fff;
}

.newgrad-index__link__slider .slick-dots li.slick-active button::before {
  color: #fff100;
}

.newgrad-index__link__slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* --- PEOPLE --- */
.dir-people .contents-main {
  background-color: #f5f6fb;
}

.page-miura .header-sub-page-people {
  background: url("../images/people/miura/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-miura .header-sub-page-people {
    background: none;
  }
}

.page-masu .header-sub-page-people {
  background: url("../images/people/masu/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-masu .header-sub-page-people {
    background: none;
  }
}

.page-suzue .header-sub-page-people {
  background: url("../images/people/suzue/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-suzue .header-sub-page-people {
    background: none;
  }
}

.page-tanaka .header-sub-page-people {
  background: url("../images/people/tanaka/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-tanaka .header-sub-page-people {
    background: none;
  }
}

.page-yamamoto .header-sub-page-people {
  background: url("../images/people/yamamoto/main.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-yamamoto .header-sub-page-people {
    background: none;
  }
}

.page-tanabe .header-sub-page-people {
  background: url("../images/people/tanabe/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-tanabe .header-sub-page-people {
    background: none;
  }
}

.page-kuroda .header-sub-page-people {
  background: url("../images/people/kuroda/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-kuroda .header-sub-page-people {
    background: none;
  }
}

.page-tokushima .header-sub-page-people {
  background: url("../images/people/tokushima/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-tokushima .header-sub-page-people {
    background: none;
  }
}

.page-furutachi .header-sub-page-people {
  background: url("../images/people/furutachi/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-furutachi .header-sub-page-people {
    background: none;
  }
}

.page-maekawa .header-sub-page-people {
  background: url("../images/people/maekawa/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-maekawa .header-sub-page-people {
    background: none;
  }
}

.page-fukui_yuta .header-sub-page-people {
  background: url("../images/people/fukui_yuta/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-fukui_yuta .header-sub-page-people {
    background: none;
  }
}

.page-ikegaya .header-sub-page-people {
  background: url("../images/people/ikegaya/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-ikegaya .header-sub-page-people {
    background: none;
  }
}

.page-hamamoto .header-sub-page-people {
  background: url("../images/people/hamamoto/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-hamamoto .header-sub-page-people {
    background: none;
  }
}

.page-matsumoto .header-sub-page-people {
  background: url("../images/people/matsumoto/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-matsumoto .header-sub-page-people {
    background: none;
  }
}

.page-tsuchiya .header-sub-page-people {
  background: url("../images/people/tsuchiya/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-tsuchiya .header-sub-page-people {
    background: none;
  }
}

.page-sugahara .header-sub-page-people {
  background: url("../images/people/sugahara/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-sugahara .header-sub-page-people {
    background: none;
  }
}

.page-suzuki .header-sub-page-people {
  background: url("../images/people/suzuki/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-suzuki .header-sub-page-people {
    background: none;
  }
}

.page-tokumitsu .header-sub-page-people {
  background: url("../images/people/tokumitsu/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-tokumitsu .header-sub-page-people {
    background: none;
  }
}

.page-shimizu .header-sub-page-people {
  background: url("../images/people/shimizu/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-shimizu .header-sub-page-people {
    background: none;
  }
}

.page-isshiki .header-sub-page-people {
  background: url("../images/people/isshiki/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-isshiki .header-sub-page-people {
    background: none;
  }
}

.page-kitajima .header-sub-page-people {
  background: url("../images/people/kitajima/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-kitajima .header-sub-page-people {
    background: none;
  }
}

.page-fukui_yusuke .header-sub-page-people {
  background: url("../images/people/fukui_yusuke/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-fukui_yusuke .header-sub-page-people {
    background: none;
  }
}

.page-hara .header-sub-page-people {
  background: url("../images/people/hara/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-hara .header-sub-page-people {
    background: none;
  }
}

.page-iwanaga .header-sub-page-people {
  background: url("../images/people/iwanaga/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-iwanaga .header-sub-page-people {
    background: none;
  }
}

.page-suzuki .header-sub-page-people {
  background: url("../images/people/suzuki/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-suzuki .header-sub-page-people {
    background: none;
  }
}

.page-sekiya .header-sub-page-people {
  background: url("../images/people/sekiya/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-sekiya .header-sub-page-people {
    background: none;
  }
}

.page-hidaka .header-sub-page-people {
  background: url("../images/people/hidaka/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-hidaka .header-sub-page-people {
    background: none;
  }
}

.page-murata .header-sub-page-people {
  background: url("../images/people/murata/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-murata .header-sub-page-people {
    background: none;
  }
}

.page-terasawa .header-sub-page-people {
  background: url("../images/people/terasawa/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-terasawa .header-sub-page-people {
    background: none;
  }
}

.page-yasuda .header-sub-page-people {
  background: url("../images/people/yasuda/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-yasuda .header-sub-page-people {
    background: none;
  }
}

.page-matsuzawa .header-sub-page-people {
  background: url("../images/people/matsuzawa/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-matsuzawa .header-sub-page-people {
    background: none;
  }
}

.page-takagi .header-sub-page-people {
  background: url("../images/people/takagi/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-takagi .header-sub-page-people {
    background: none;
  }
}

.page-kishi .header-sub-page-people {
  background: url("../images/people/kishi/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-kishi .header-sub-page-people {
    background: none;
  }
}

.page-hosaka .header-sub-page-people {
  background: url("../images/people/hosaka/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-hosaka .header-sub-page-people {
    background: none;
  }
}

.page-kawakami .header-sub-page-people {
  background: url("../images/people/kawakami/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-kawakami .header-sub-page-people {
    background: none;
  }
}

.page-murata .header-sub-page-people {
  background: url("../images/people/murata/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-murata .header-sub-page-people {
    background: none;
  }
}

.page-kobayashi .header-sub-page-people {
  background: url("../images/people/kobayashi/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-kobayashi .header-sub-page-people {
    background: none;
  }
}

.page-osawa .header-sub-page-people {
  background: url("../images/people/osawa/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-osawa .header-sub-page-people {
    background: none;
  }
}

.page-kawagoe .header-sub-page-people {
  background: url("../images/people/kawagoe/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-kawagoe .header-sub-page-people {
    background: none;
  }
}

.page-nagashima .header-sub-page-people {
  background: url("../images/people/nagashima/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-nagashima .header-sub-page-people {
    background: none;
  }
}

.page-okada .header-sub-page-people {
  background: url("../images/people/okada/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-okada .header-sub-page-people {
    background: none;
  }
}

.page-tsuchiya_takashi .header-sub-page-people {
  background: url("../images/people/tsuchiya_takashi/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-tsuchiya_takashi .header-sub-page-people {
    background: none;
  }
}

.page-ochiai_galand .header-sub-page-people {
  background: url("../images/people/ochiai_galand/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-ochiai_galand .header-sub-page-people {
    background: none;
  }
}

.page-wakimaru .header-sub-page-people {
  background: url("../images/people/wakimaru/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-wakimaru .header-sub-page-people {
    background: none;
  }
}

.page-tsugeki .header-sub-page-people {
  background: url("../images/people/tsugeki/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-tsugeki .header-sub-page-people {
    background: none;
  }
}

.page-furubayashi .header-sub-page-people {
  background: url("../images/people/furubayashi/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-furubayashi .header-sub-page-people {
    background: none;
  }
}

.page-yoshie .header-sub-page-people {
  background: url("../images/people/yoshie/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-yoshie .header-sub-page-people {
    background: none;
  }
}

.page-kabuyama .header-sub-page-people {
  background: url("../images/people/kabuyama/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-kabuyama .header-people {
    width: 24em;
  }
}

@media screen and (max-width: 768px) {
  .page-kabuyama .header-sub-page-people {
    background: none;
  }
}

.page-akahane .header-sub-page-people {
  background: url("../images/people/akahane/main.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-akahane .header-people {
    width: 24em;
  }
}

@media screen and (max-width: 768px) {
  .page-akahane .header-sub-page-people {
    background: none;
  }
}



.header-sub-page-people {
  padding-top: 77px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header-sub-page-people {
    margin-top: 59px;
    padding-top: 0;
  }
}

.header-sub-page-people .inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 140px;
}

@media screen and (max-width: 1100px) {
  .header-sub-page-people .inner {
    width: auto;
    padding: 0;
  }
}

.header-sub-page-people .-suzuki {
  padding-top: 310px;
}


@media screen and (max-width: 768px) {
  .header-sub-page-people .-suzuki {
    padding: 0;
  }
}

.header-sub-page-people .-tokumitsu {
  padding-top: 310px;
}

@media screen and (max-width: 768px) {
  .header-sub-page-people .-tokumitsu {
    padding: 0;
  }
}

.header-sub-page-people .bg {
  height: 3.75em;
  width: 25%;
  background-color: #14beff;
  position: absolute;
  top: 356px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .header-sub-page-people .bg {
    display: none;
  }
}

.header-sub-page-people .-bg_suzuki {
  top: 526px;
}

.header-sub-page-people .-bg_tokumitsu {
  top: 526px;
}

.header-sub-page-people .link {
  display: inline-block;
  padding: 1.5em;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
}

.header-sub-page-people .link .icon,
.header-sub-page-people .link .menu-voice__category li label:after,
.menu-voice__category li .header-sub-page-people .link label:after,
.header-sub-page-people .link .menu-people li::before,
.menu-people .header-sub-page-people .link li::before,
.header-sub-page-people .link .company-link-anchor .link-anchor:after,
.company-link-anchor .header-sub-page-people .link .link-anchor:after,
.header-sub-page-people .link .list-movie li a:after,
.list-movie li .header-sub-page-people .link a:after {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.header-sub-page-people .link:hover {
  background-color: #14beff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .header-sub-page-people .link {
    transform: rotate(90deg);
    transform-origin: right top;
    top: 25%;
    padding: 0.5em 1em;
  }

  .header-sub-page-people .link .icon,
  .header-sub-page-people .link .menu-voice__category li label:after,
  .menu-voice__category li .header-sub-page-people .link label:after,
  .header-sub-page-people .link .menu-people li::before,
  .menu-people .header-sub-page-people .link li::before,
  .header-sub-page-people .link .company-link-anchor .link-anchor:after,
  .company-link-anchor .header-sub-page-people .link .link-anchor:after,
  .header-sub-page-people .link .list-movie li a:after,
  .list-movie li .header-sub-page-people .link a:after {
    display: inline-block;
    transform: rotate(-90deg);
  }
}

.header-sub-page-people .img-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-sub-page-people .img-sp {
    display: block;
    width: 100%;
    height: auto;
  }

  .header-sub-page-people .img-sp img {
    width: 100%;
    height: auto;
  }
}

.people-mov {
  display: block;
  position: absolute;
  right: 0;
  bottom: -80px;
  transition: 0.5s;
}

.people-mov:hover .icon,
.people-mov:hover .menu-voice__category li label:after,
.menu-voice__category li .people-mov:hover label:after,
.people-mov:hover .menu-people li::before,
.menu-people .people-mov:hover li::before,
.people-mov:hover .company-link-anchor .link-anchor:after,
.company-link-anchor .people-mov:hover .link-anchor:after,
.people-mov:hover .list-movie li a:after,
.list-movie li .people-mov:hover a:after,
.people-mov:hover .text {
  opacity: 0.5;
}

.people-mov img {
  max-width: 100%;
  height: auto;
}

.people-mov .icon,
.people-mov .menu-voice__category li label:after,
.menu-voice__category li .people-mov label:after,
.people-mov .menu-people li::before,
.menu-people .people-mov li::before,
.people-mov .company-link-anchor .link-anchor:after,
.company-link-anchor .people-mov .link-anchor:after,
.people-mov .list-movie li a:after,
.list-movie li .people-mov a:after {
  color: #fff;
  font-size: 70px;
  font-size: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  transition: 0.5s;
}

.people-mov .text {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .people-mov {
    position: relative;
    bottom: initial;
    right: initial;
  }
}

.header-people {
  width: 22em;
  padding: 2em 4em;
  margin-bottom: -60px;
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.header-people p {
  margin: 0;
}

.header-people .category {
  background-color: #14beff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 3.2em;
  padding-right: 5em;
  margin-left: -3.2em;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  float: left;
}

.header-people .policy {
  margin: 0 0 0.5em;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  clear: left;
  line-height: 1.6;
  white-space: nowrap;
}

.header-people .position {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

.header-people .name {
  margin: 0 0 0.5em;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}

.header-people .-clear {
  clear: left;
}

.header-people .name-en {
  display: inline-block;
  margin-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

.header-people .prof {
  font-size: 14px;
  font-size: 1.4rem;
}

.header-people .prof p {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .header-people {
    width: auto;
    padding: 15px 20px;
    margin: -30px 20px 0;
  }

  .header-people .category {
    padding-right: 2em;
    padding-left: 40px;
    margin-left: -40px;
    margin-bottom: 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .header-people .policy {
    font-size: 23px;
    font-size: 2.3rem;
  }

  /* .header-people .position {
    display: none;
  } */

  .header-people .name {
    font-size: 20px;
    font-size: 2rem;
  }
}

.contents-people-0 .header-people .category {
  background-color: #50d2ff;
}

.contents-people-0 .header-sub-page-people .bg {
  background-color: #50d2ff;
}

.contents-people-0 .people-message .pickup {
  border-color: #50d2ff;
}

.contents-people-1 .header-people .category {
  background-color: #ffbc31;
}

.contents-people-1 .header-sub-page-people .bg {
  background-color: #ffbc31;
}

.contents-people-1 .people-message .pickup {
  border-color: #ffbc31;
}

.contents-people-2 .header-people .category {
  background-color: #ff8438;
}

.contents-people-2 .header-sub-page-people .bg {
  background-color: #ff8438;
}

.contents-people-2 .people-message .pickup {
  border-color: #ff8438;
}

.contents-people-3 .header-people .category {
  background-color: #2d2992;
}

.contents-people-3 .header-sub-page-people .bg {
  background-color: #2d2992;
}

.contents-people-3 .people-message .pickup {
  border-color: #2d2992;
}

.contents-people-4 .header-people .category {
  background-color: #ff5862;
}

.contents-people-4 .header-sub-page-people .bg {
  background-color: #ff5862;
}

.contents-people-4 .people-message .pickup {
  border-color: #ff5862;
}

.contents-people-5 .header-people .category {
  background-color: #009700;
}

.contents-people-5 .header-sub-page-people .bg {
  background-color: #009700;
}

.contents-people-5 .people-message .pickup {
  border-color: #009700;
}

.contents-people-6 .header-people .category {
  background-color: #0046d2;
}

.contents-people-6 .header-sub-page-people .bg {
  background-color: #0046d2;
}

.contents-people-6 .people-message .pickup {
  border-color: #0046d2;
}

.contents-people-7 .header-people .category {
  background-color: #7a39a0;
}

.contents-people-7 .header-sub-page-people .bg {
  background-color: #7a39a0;
}

.contents-people-7 .people-message .pickup {
  border-color: #7a39a0;
}

.contents-people-8 .header-people .category {
  background-color: #aa7b00;
}

.contents-people-8 .header-sub-page-people .bg {
  background-color: #aa7b00;
}

.contents-people-8 .people-message .pickup {
  border-color: #aa7b00;
}

.contents-people-9 .header-people .category {
  background-color: #00d25a;
}

.contents-people-9 .header-sub-page-people .bg {
  background-color: #00d25a;
}

.contents-people-9 .people-message .pickup {
  border-color: #00d25a;
}

.contents-people-10 .header-people .category {
  background-color: #ff8438;
}

.contents-people-10 .header-sub-page-people .bg {
  background-color: #ff8438;
}

.contents-people-10 .people-message .pickup {
  border-color: #ff8438;
}

.contents-people-11 .header-people .category {
  background-color: #ea5532;
}

.contents-people-11 .header-sub-page-people .bg {
  background-color: #ea5532;
}

.contents-people-11 .people-message .pickup {
  border-color: #ea5532;
}

.contents-people-12 .header-people .category {
  background-color: #1da1f2;
}

.contents-people-12 .header-sub-page-people .bg {
  background-color: #1da1f2;
}

.contents-people-12 .people-message .pickup {
  border-color: #1da1f2;
}

.contents-people-13 .header-people .category {
  background-color: #FF0000;
}

.contents-people-13 .header-sub-page-people .bg {
  background-color: #FF0000;
}

.contents-people-13 .people-message .pickup {
  border-color: #FF0000;
}

.contents-people-14 .header-people .category {
  background-color: #0046d2;
}

.contents-people-14 .header-sub-page-people .bg {
  background-color: #0046d2;
}

.contents-people-14 .people-message .pickup {
  border-color: #0046d2;
}

.contents-people-50 .header-people .category {
  background-color: #00d25a;
}

.contents-people-50 .header-sub-page-people .bg {
  background-color: #00d25a;
}

.contents-people-50 .people-message .pickup {
  border-color: #00d25a;
}

.people-cont {
  background-color: #f4f6fb;
  padding-bottom: 40px;
  padding-top: 80px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .people-cont {
    padding-top: 20px;
  }
}

.people-cont .link-list {
  display: inline-block;
  padding: 1em 1.5em;
  background-color: #fff;
  font-weight: 900;
  font-size: 12px;
  font-size: 1.2rem;
}

.people-cont .link-list .icon,
.people-cont .link-list .menu-voice__category li label:after,
.menu-voice__category li .people-cont .link-list label:after,
.people-cont .link-list .menu-people li::before,
.menu-people .people-cont .link-list li::before,
.people-cont .link-list .company-link-anchor .link-anchor:after,
.company-link-anchor .people-cont .link-list .link-anchor:after,
.people-cont .link-list .list-movie li a:after,
.list-movie li .people-cont .link-list a:after {
  font-size: 150%;
}

.people-cont .link-list:hover {
  background-color: #14beff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .people-cont .link-list {
    margin-top: 30px;
  }
}

.people-block {
  padding: 0 0 50px;
  margin-bottom: 80px;
  position: relative;
  background-color: #fff;
  *zoom: 1;
}

.people-block:before,
.people-block:after {
  content: "";
  display: table;
}

.people-block:after {
  clear: both;
}

.people-block .img {
  display: inline-block;
  width: 50%;
  margin-top: -40px;
}

.people-block .img img {
  width: 100%;
  height: auto;
}

.people-block .img-left {
  float: left;
  text-align: left;
}

.people-block .img-right {
  float: right;
  text-align: right;
}

.people-block-inner {
  width: 100%;
  margin-top: 75px;
}

.people-block-inner .text {
  width: 495px;
  margin: 0 auto;
}

.people-block-inner .text h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}

.people-block-inner .text .caption {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}

.people-block-inner .text-right {
  padding-left: 605px;
}

.people-block-inner .text-left {
  padding-right: 605px;
}

@media screen and (max-width: 1100px) {
  .people-block {
    margin-bottom: 0;
    text-align: center;
    background: none;
  }

  .people-block .img {
    width: auto;
    margin: 0;
    max-width: 100%;
    height: auto;
  }

  .people-block .img-left,
  .people-block .img-right {
    float: none;
  }

  .people-block-inner {
    text-align: left;
    position: static;
    margin: 0;
  }

  .people-block-inner .text {
    width: auto;
    padding: 2.5em 20px 0;
  }
}

.people-block-text {
  background-color: #fff;
  padding: 70px 0 50px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1100px) {
  .people-block-text {
    background: none;
    padding: 2em 0;
    margin-bottom: 0;
  }
}

.people-block-text-split {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

@media screen and (max-width: 800px) {
  .people-block-text-split {
    flex-direction: column;

  }
}

.people-block-text-split .split-block {
  padding: 0 70px;
}

@media screen and (max-width: 800px) {
  .people-block-text-split .split-block {
    padding: 30px 0;
  }
}

.people-block-text-inner {
  width: 1100px;
  margin: 0 auto;
}

.people-block-text-inner h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

.people-block-text-inner .-down {
  padding-top: 30px;
}

@media screen and (max-width: 800px) {
  .people-block-text-inner .-down {
    padding-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .people-block-text-inner {
    width: auto;
    padding: 0 20px;
  }
}

.people-message {
  width: 800px;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .people-message {
    margin: 40px auto 0;
  }
  
}

.people-message .-onecolumn {
  padding-bottom: 30px;
}

.people-message .title {
  margin-bottom: 1.5em;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.4em;
}

.people-message .img {
  display: inline-block;
  margin-bottom: 30px;
}

.people-message .img img {
  max-width: 100%;
  height: auto;
}

.people-message h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.people-message .subttl {
  font-size: 24px;
  font-size: 2.4rem;
}

.people-message .pickup {
  margin: 4em 0;
  padding: 4em;
  border: 8px solid #14beff;
  background-color: #fff;
}

.people-message .pickup h3 {
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 800px) {
  .people-message {
    width: auto;
  }

  .people-message .title,
  .people-message>h3,
  .people-message>p {
    padding: 0 20px;
  }

  .people-message .pickup {
    margin: 3em 20px;
    padding: 2em;
  }
}

/* People schedule */
.people-schedule {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .people-schedule {
    width: auto;
  }
}

.people-schedule-header {
  padding: 2em 0 3em;
  text-align: center;
}

.people-schedule-header h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 0.5em;
}

.people-schedule-header p {
  margin: 0;
}

.ol-people-schedule {
  margin: 0;
  padding: 0 0 0 60px;
  list-style: none;
}

.ol-people-schedule li {
  border-left-width: 5px;
  border-left-style: solid;
  padding-bottom: 30px;
}

.ol-people-schedule li:last-child {
  border-left: none;
}

.ol-people-schedule .time {
  display: inline-block;
  padding: 0.25em 1em;
  margin: 0 0 0 -60px;
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 900;
}

.ol-people-schedule .cont {
  margin-top: -45px;
  padding: 1em 0.8em 0.75em;
  background-color: #fff;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
}

.ol-people-schedule .cont p {
  margin: 0 0 0.25em;
}

.ol-people-schedule .cont .desc {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .ol-people-schedule {
    padding: 0;
  }

  .ol-people-schedule li {
    border-left: none;
    position: relative;
    z-index: 1;
  }

  .ol-people-schedule li:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
  }

  .ol-people-schedule li:last-child:before {
    display: none;
  }

  .ol-people-schedule .time {
    margin: 0;
    padding: 0.15em 1em;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .ol-people-schedule .cont {
    margin: -40px 20px 0;
    padding: 50px 0.5em 1em;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .ol-people-schedule .cont .desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contents-people-0 .ol-people-schedule li {
  border-left-color: #50d2ff;
}

.contents-people-0 .ol-people-schedule .time {
  background-color: #50d2ff;
}

@media screen and (max-width: 800px) {
  .contents-people-0 .ol-people-schedule li:before {
    background-color: #50d2ff;
  }
}

.contents-people-0.tanabe .ol-people-schedule li {
  border-left-color: #0046d2;
}

.contents-people-0.tanabe .ol-people-schedule .time {
  background-color: #0046d2;
}

@media screen and (max-width: 800px) {
  .contents-people-0.tanabe .ol-people-schedule li:before {
    background-color: #0046d2;
  }
}

.contents-people-0.kuroda .ol-people-schedule li {
  border-left-color: #0046d2;
}

.contents-people-0.kuroda .ol-people-schedule .time {
  background-color: #0046d2;
}

@media screen and (max-width: 800px) {
  .contents-people-0.kuroda .ol-people-schedule li:before {
    background-color: #0046d2;
  }
}

.contents-people-1 .ol-people-schedule li {
  border-left-color: #ffbc31;
}

.contents-people-1 .ol-people-schedule .time {
  background-color: #ffbc31;
}

@media screen and (max-width: 800px) {
  .contents-people-1 .ol-people-schedule li:before {
    background-color: #ffbc31;
  }
}

.contents-people-2 .ol-people-schedule li {
  border-left-color: #ff8438;
}

.contents-people-2 .ol-people-schedule .time {
  background-color: #ff8438;
}

@media screen and (max-width: 800px) {
  .contents-people-2 .ol-people-schedule li:before {
    background-color: #ff8438;
  }
}

.contents-people-3 .ol-people-schedule li {
  border-left-color: #2d2992;
}

.contents-people-3 .ol-people-schedule .time {
  background-color: #2d2992;
}

@media screen and (max-width: 800px) {
  .contents-people-3 .ol-people-schedule li:before {
    background-color: #2d2992;
  }
}

.contents-people-4 .ol-people-schedule li {
  border-left-color: #ff5862;
}

.contents-people-4 .ol-people-schedule .time {
  background-color: #ff5862;
}

@media screen and (max-width: 800px) {
  .contents-people-4 .ol-people-schedule li:before {
    background-color: #ff5862;
  }
}

.contents-people-5 .ol-people-schedule li {
  border-left-color: #009700;
}

.contents-people-5 .ol-people-schedule .time {
  background-color: #009700;
}

@media screen and (max-width: 800px) {
  .contents-people-5 .ol-people-schedule li:before {
    background-color: #009700;
  }
}

.contents-people-6 .ol-people-schedule li {
  border-left-color: #0046d2;
}

.contents-people-6 .ol-people-schedule .time {
  background-color: #0046d2;
}

@media screen and (max-width: 800px) {
  .contents-people-6 .ol-people-schedule li:before {
    background-color: #0046d2;
  }
}

.contents-people-7 .ol-people-schedule li {
  border-left-color: #7a39a0;
}

.contents-people-7 .ol-people-schedule .time {
  background-color: #7a39a0;
}

@media screen and (max-width: 800px) {
  .contents-people-7 .ol-people-schedule li:before {
    background-color: #7a39a0;
  }
}

.contents-people-8 .ol-people-schedule li {
  border-left-color: #aa7b00;
}

.contents-people-8 .ol-people-schedule .time {
  background-color: #aa7b00;
}

@media screen and (max-width: 800px) {
  .contents-people-8 .ol-people-schedule li:before {
    background-color: #aa7b00;
  }
}

.contents-people-9 .ol-people-schedule li {
  border-left-color: #00d25a;
}

.contents-people-9 .ol-people-schedule .time {
  background-color: #00d25a;
}

@media screen and (max-width: 800px) {
  .contents-people-9 .ol-people-schedule li:before {
    background-color: #00d25a;
  }
}

.contents-people-10 .ol-people-schedule li {
  border-left-color: #ff8438;
}

.contents-people-10 .ol-people-schedule .time {
  background-color: #ff8438;
}

@media screen and (max-width: 800px) {
  .contents-people-10 .ol-people-schedule li:before {
    background-color: #ff8438;
  }
}

.contents-people-11 .ol-people-schedule li {
  border-left-color: #0046d2;
}

.contents-people-11 .ol-people-schedule .time {
  background-color: #0046d2;
}

@media screen and (max-width: 800px) {
  .contents-people-11 .ol-people-schedule li:before {
    background-color: #0046d2;
  }
}

.contents-people-12 .ol-people-schedule li {
  border-left-color: #1da1f2;
}

.contents-people-12 .ol-people-schedule .time {
  background-color: #1da1f2;
}

@media screen and (max-width: 800px) {
  .contents-people-12 .ol-people-schedule li:before {
    background-color: #1da1f2;
  }
}

.contents-people-13 .ol-people-schedule li {
  border-left-color: #FF0000;
}

.contents-people-13 .ol-people-schedule .time {
  background-color: #FF0000;
}

@media screen and (max-width: 800px) {
  .contents-people-13 .ol-people-schedule li:before {
    background-color: #FF0000;
  }
}

.contents-people-14 .ol-people-schedule li {
  border-left-color: #0046d2;
}

.contents-people-14 .ol-people-schedule .time {
  background-color: #0046d2;
}

@media screen and (max-width: 800px) {
  .contents-people-14 .ol-people-schedule li:before {
    background-color: #0046d2;
  }
}

.contents-people-50 .ol-people-schedule li {
  border-left-color: #00d25a;
}

.contents-people-50 .ol-people-schedule .time {
  background-color: #00d25a;
}

@media screen and (max-width: 800px) {
  .contents-people-50 .ol-people-schedule li:before {
    background-color: #00d25a;
  }
}

.olympic-schedule {
  padding: 0 20px;
  margin: 100px auto 140px;
}

@media screen and (max-width: 768px) {
  .olympic-schedule {
    padding: 0 calc(65px / 2);
    margin: 0 auto 80px;
  }
}

.olympic-schedule-inner {
  max-width: 799px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .olympic-schedule-inner {
    max-width: 100%;
    margin: 0;
  }
}

.olympic-schedule-inner h2 {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .olympic-schedule-inner h2 {
    font-size: 2.0rem;
  }
}

.olympic-schedule-inner table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 35px;
  border: 1px solid #0046d2;
}

@media screen and (max-width: 768px) {
  .olympic-schedule-inner table {
    width: 648px;
    margin-top: 20px;
  }
}

.olympic-schedule-inner .table-wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .olympic-schedule-inner .table-wrap {
    width: 100%;
    max-width: 648px;
    margin: 0 auto;
    overflow-y: scroll;
    position: relative;
  }
}

.olympic-schedule-inner .table-wrap .scrollHint {
  display: none;
}

@media screen and (max-width: 712px) {
  .olympic-schedule-inner .table-wrap .scrollHint {
    display: block;
    position: absolute;
    top: 150px;
    left: 110px;
    width: 88px;
    height: 88px;
  }
}

.olympic-schedule-inner table tr {
  width: 100%;
  container-type: inline-size;
}

.olympic-schedule-inner table td {
  width: calc(100% / 7);
}

.olympic-schedule-inner table .do {
  height: 70px;
  letter-spacing: -0.02em;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  padding: 15px 0;
  border-right: 1px solid #0046d2;
} 

.olympic-schedule-inner table .do.-gray {
  background-color: #d9d9d9;
}

.olympic-schedule-inner table .do.-yellow {
  background-color: #f5e960;
}
.olympic-schedule-inner table .do.-pink {
  background-color: #f7b1b6;
}

@media screen and (max-width: 839px) {
  .olympic-schedule-inner table .do {
    font-size: 1.90703cqw;
  }
}

@media screen and (max-width: 768px) {
  .olympic-schedule-inner table .do {
    height: 58px;
    font-size: 1.2rem;
    padding: 14px 0;
  }
}

.olympic-schedule-inner table td:last-child {
  border-right: none;
}

.olympic-schedule-inner table .day-cell {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #fff;
  background-color: #0046d2;
  line-height: 1;
}

.olympic-schedule-inner table .day-cell:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .olympic-schedule-inner table .day-cell {
    font-size: 1.2rem;
    padding: 12px 0;
  }
}

/* --- RECRUIT --- */
.recruit-block {
  padding: 80px;
  margin-bottom: 30px;
  background-color: #f0f3fa;
}

.recruit-block h3 {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  margin-left: -80px;
  padding-left: 80px;
  position: relative;
  z-index: 1;
}

.recruit-block h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background-color: #fff100;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  z-index: -1;
}

.recruit-block h4 {
  font-size: 25px;
  font-size: 2.5rem;
}

.recruit-block ul li {
  margin-bottom: 1em;
}

.recruit-block dl dt {
  display: inline-block;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  background-color: #fff;
  line-height: 1.1;
  font-weight: bold;
}

.recruit-block dl dd {
  margin-left: 0;
  margin-bottom: 2.5em;
}

.recruit-block dl dd:last-child {
  margin-bottom: 0;
}

.recruit-block .desc {
  color: #675b5e;
}

.recruit-block hr {
  border-color: #fff;
  border-width: 3px;
}

@media screen and (max-width: 768px) {
  .recruit-block {
    padding: 30px 20px;
  }

  .recruit-block h3 {
    margin-left: -20px;
    padding-left: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .recruit-block h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.link-entry {
  background-color: #ffbc31;
  display: block;
  line-height: 1.8;
  padding: 0.5em 5em;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

.link-entry:hover {
  background-color: #231f20;
  color: #ffbc31;
}

@media screen and (max-width: 768px) {
  .link-entry {
    padding: 0.5em 0;
  }
}

.not-recruiting {
  padding: 100px 0;
  text-align: center;
  font-weight: 900;
}

.list-mid-career {
  width: 1100px;
  list-style: none;
  margin: 40px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .list-mid-career {
    width: auto;
    padding: 0 20px;
  }
}

.list-mid-career li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.list-mid-career li:nth-of-type(4n) {
  margin-right: 0;
}

.list-mid-career li a {
  display: block;
  font-weight: 600;
  text-align: center;
}

.list-mid-career li a img {
  max-width: 100%;
}

.list-mid-career li:hover {
  opacity: 0.8;
}

.list-mid-career li p {
  margin: 0.3em 0 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .list-mid-career li {
    width: 49%;
  }

  .list-mid-career li:nth-of-type(4n) {
    margin-right: 2%;
  }

  .list-mid-career li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.page-mid-career .container h2 {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  margin: 1.5em;
}

@media screen and (max-width: 768px) {
  .page-mid-career .container h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-mid-career .link-list {
  display: inline-block;
  padding: 1em 1.5em;
  background-color: #fff100;
  font-weight: 900;
  font-size: 12px;
  font-size: 1.2rem;
}

.page-mid-career .link-list .icon,
.page-mid-career .link-list .menu-voice__category li label:after,
.menu-voice__category li .page-mid-career .link-list label:after,
.page-mid-career .link-list .company-link-anchor .link-anchor:after,
.company-link-anchor .page-mid-career .link-list .link-anchor:after,
.page-mid-career .link-list .list-movie li a:after,
.list-movie li .page-mid-career .link-list a:after,
.page-mid-career .link-list .menu-people li::before,
.menu-people .page-mid-career .link-list li::before {
  font-size: 150%;
}

.page-mid-career .link-list:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .page-mid-career .link-list {
    margin-top: 30px;
  }
}

.list-mid-career li:nth-child(3n+1) {
  clear: left;
}

.interview-link {
  font-weight: bold;
}

.interview-link span {
  font-size: 1.4em;
}

.recruit-block hr.interview-hr {
  border-top: dotted 2px #000;
  margin: 2em 0;
}

.page-mid-career .contents {
  padding-bottom: 100px;
  background-color: #f4f6fb;
}

.page-mid-career .title-contents {
  margin: 2em 1em 1em;
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  font-size: 3rem;
}

.page-mid-career .career__link {
  display: block;
  padding: 0 30px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-mid-career .career__link {
    padding: 0;
  }
}

.page-mid-career .career__link img {
  width: 100%;
}

.page-mid-career .career__link .link-more,
.page-mid-career .career__link .list-talk .more,
.list-talk .page-mid-career .career__link .more {
  position: absolute;
  right: 0;
  bottom: 20px;
}

@media screen and (max-width: 768px) {

  .page-mid-career .career__link .link-more,
  .page-mid-career .career__link .list-talk .more,
  .list-talk .page-mid-career .career__link .more {
    bottom: 0;
    transform: translate(0%, 50%);
    display: inline-block;
    width: auto;
    font-size: 4vw;
  }
}

.page-mid-career .career__link:hover .link-more,
.page-mid-career .career__link:hover .list-talk .more,
.list-talk .page-mid-career .career__link:hover .more {
  background-color: #fff100;
  color: #231f20;
}

.page-mid-career .career__link:hover img {
  opacity: 0.7;
}

.page-mid-career .career__link .title-desc {
  position: absolute;
  bottom: 0;
  text-align: left;
}

.page-mid-career .career__link .title-desc .main-title-desc {
  background-color: #fff100;
  color: #000;
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  padding: 0 0.5em;
}

.page-mid-career .career__link .title-desc .sub-title-desc {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 1em;
}

@media screen and (max-width: 768px) {
  .page-mid-career .career__link .title-desc .main-title-desc {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .page-mid-career .career__link .title-desc .sub-title-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* --- Work [ Special talk ] --- */
.title-special_talk {
  margin: 0 0 -1.5em;
  padding: 1em 6em 1em 1.5em;
  background-color: #ff5862;
  float: left;
  color: #fff;
}

.title-special_talk>span {
  display: block;
}

.title-special_talk .title-main {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.title-special_talk .title-sub {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 0.25em;
}

.title-special_talk .title-desc {
  font-size: 16px;
  font-size: 1.6rem;
}

.title-member-special_talk {
  padding-top: 0.75em;
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .title-member-special_talk {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.list-member-special_talk {
  width: 1100px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-member-special_talk li {
  padding: 30px;
  width: 49%;
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}

.list-member-special_talk li:before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #ff5862;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.list-member-special_talk li:nth-of-type(2n) {
  margin-right: 0;
}

.list-member-special_talk .info {
  overflow: hidden;
}

.list-member-special_talk .info img {
  width: 120px;
  height: auto;
  float: left;
}

.list-member-special_talk .info p {
  padding-left: 140px;
  margin: 0;
  line-height: 1.8;
}

.list-member-special_talk .info .position {
  color: #ff5862;
  font-weight: bold;
}

.list-member-special_talk .info .name span {
  display: inline-block;
}

.list-member-special_talk .info .name .jp {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 0.25em;
}

.list-member-special_talk .info .name .en {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1100px) {
  .list-member-special_talk {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .list-member-special_talk {
    width: auto;
  }

  .list-member-special_talk li {
    width: auto;
    background: none;
    margin: 0;
    float: none;
  }

  .list-member-special_talk li:before {
    display: none;
  }

  .list-member-special_talk .info {
    text-align: center;
  }

  .list-member-special_talk .info img {
    float: none;
    margin-bottom: 15px;
  }

  .list-member-special_talk .info p {
    padding: 0;
    text-align: left;
  }
}

.special_talk-cont {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}

.special_talk-cont .wrap-img {
  display: inline-block;
}

.special_talk-cont .number {
  text-align: center;
  color: #ff5862;
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 900;
  position: relative;
}

.special_talk-cont .number:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 5px;
  background-color: #ff5862;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.25em;
}

.special_talk-cont .title-cont {
  margin: 1.5em 0 2em;
  color: #ff5862;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}

.special_talk-cont .talk {
  padding: 0 5em;
  margin-bottom: 60px;
  overflow: hidden;
}

.special_talk-cont .talk .thumb-2 {
  width: 236px;
}

.special_talk-cont .talk .thumb-2 .thumb {
  margin-right: 10px;
  clear: none;
}

.special_talk-cont .talk .thumb-3 {
  width: 354px;
}

.special_talk-cont .talk .thumb-3 .thumb {
  margin-right: 10px;
  clear: none;
}

.special_talk-cont .talk .thumb {
  width: 108px;
  float: left;
  clear: left;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.special_talk-cont .talk .thumb img {
  width: 108px;
  height: auto;
}

.special_talk-cont .talk p {
  margin: 0;
  padding-left: 130px;
}

.special_talk-cont .link-list {
  display: inline-block;
  padding: 1em 1.5em;
  background-color: #231f20;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.special_talk-cont .link-list:hover {
  background-color: #ff5862;
}

@media screen and (max-width: 1100px) {
  .special_talk-cont {
    width: auto;
  }

  .special_talk-cont img {
    max-width: 100%;
    height: auto;
  }

  .special_talk-cont .talk .thumb-2,
  .special_talk-cont .talk .thumb-3 {
    width: auto;
  }

  .special_talk-cont .talk .thumb-2 .thumb,
  .special_talk-cont .talk .thumb-3 .thumb {
    float: left;
    line-height: 2;
    text-align: center;
  }

  .special_talk-cont .talk .thumb-2 .thumb img,
  .special_talk-cont .talk .thumb-3 .thumb img {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .special_talk-cont {
    width: auto;
    padding: 0;
  }

  .special_talk-cont img {
    max-width: 100%;
    height: auto;
  }

  .special_talk-cont .number {
    font-size: 50px;
    font-size: 5rem;
  }

  .special_talk-cont .title-cont {
    padding: 0 20px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .special_talk-cont .talk {
    padding: 0 20px;
  }

  .special_talk-cont .talk .thumb {
    width: auto;
    margin-bottom: 1em;
    float: none;
    text-align: left;
    line-height: 60px;
  }

  .special_talk-cont .talk .thumb img {
    width: 60px;
    margin-right: 1em;
  }

  .special_talk-cont .talk p {
    float: left;
    padding-left: 0;
  }
}

/* --- List work --- */
.list-talk {
  width: 1100px;
  margin: 50px auto 0;
  padding: 0;
  list-style: none;
}

.list-talk li {
  margin-bottom: 30px;
}

.list-talk li a,
.list-talk li .list-talk__inner {
  display: block;
  padding: 0 30px 30px;
  position: relative;
}

.list-talk li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.list-talk .title-desc {
  width: 440px;
  padding: 2em;
  background-color: #ff5862;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  color: #fff;
}

.list-talk .title-desc p {
  margin: 0 0 0.25em;
  font-weight: 800;
  line-height: 1.25;
}

.list-talk .title {
  font-size: 32px;
  font-size: 3.2rem;
}

.list-talk .desc {
  font-size: 16px;
  font-size: 1.6rem;
}

.list-talk .more {
  position: absolute;
  right: 0;
  bottom: 70px;
}

.list-talk a img {
  transition: 0.5s;
}

.list-talk a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  .list-talk {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {

  .list-talk li a,
  .list-talk li .list-talk__inner {
    padding: 0;
  }

  .list-talk .title-desc {
    width: auto;
    position: static;
    margin-right: 40px;
    padding-right: 3em;
  }

  .list-talk .title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .list-talk .desc {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .list-talk .more {
    bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* .list-talk */
.list-talk .seisaku-zadankai .title-desc {
  background-color: #ffbc31;
}

.list-talk .seisaku-zadankai a:hover .more {
  background-color: #ffbc31;
}

.list-talk .sports-zadankai .title-desc {
  background-color: #2d2992;
}

.list-talk .sports-zadankai a:hover .more {
  background-color: #2d2992;
}

.list-talk .hodo-zadankai .title-desc {
  background-color: #ff5862;
}

.list-talk .hodo-zadankai a:hover .more {
  background-color: #ff5862;
}

.list-talk .gijutsu-zadankai .title-desc {
  background-color: #00d25a;
}

.list-talk .gijutsu-zadankai a:hover .more {
  background-color: #00d25a;
}

.list-talk .announcer-zadankai .title-desc {
  background-color: #14beff;
}

.list-talk .announcer-zadankai a:hover .more {
  background-color: #14beff;
}

.list-talk .special-innovation .title-desc {
  background-color: #fff100;
  color: #231f20;
}

.list-talk .special-innovation a:hover .more {
  background-color: #fff100;
  color: #231f20;
}

.list-talk .special-career .title-desc {
  background-color: #ff8438;
  color: #231f20;
}

.list-talk .special-career a:hover .more {
  background-color: #ff8438;
  color: #231f20;
}

.list-talk .newbusiness-zadankai .title-desc {
  background-color: #ea5532;
}

.list-talk .newbusiness-zadankai a:hover .more {
  background-color: #ea5532;
}

@media screen and (max-width: 768px) {
  .list-talk--02 li {
    padding: 0 15px;
  }

  .list-talk--02 .title-desc {
    margin-right: 0;
  }

  .list-talk--02 .more {
    bottom: initial;
    top: 25%;
    right: -15px;
  }

  .list-talk--02 .title-desc {
    margin: 0 -15px;
  }
}

.page-seisaku-zadankai .title-special_talk {
  background-color: #ffbc31;
}

.page-seisaku-zadankai .title-member-special_talk {
  color: #ffbc31;
}

.page-seisaku-zadankai .list-member-special_talk li:before {
  background-color: #ffbc31;
}

.page-seisaku-zadankai .list-member-special_talk li .info .position {
  color: #ffbc31;
}

.page-seisaku-zadankai .special_talk-cont .number {
  color: #ffbc31;
}

.page-seisaku-zadankai .special_talk-cont .number:after {
  background-color: #ffbc31;
}

.page-seisaku-zadankai .special_talk-cont .title-cont {
  color: #ffbc31;
}

.page-sports-zadankai .title-special_talk {
  background-color: #2d2992;
}

.page-sports-zadankai .title-member-special_talk {
  color: #2d2992;
}

.page-sports-zadankai .list-member-special_talk li:before {
  background-color: #2d2992;
}

.page-sports-zadankai .list-member-special_talk li .info .position {
  color: #2d2992;
}

.page-sports-zadankai .special_talk-cont .number {
  color: #2d2992;
}

.page-sports-zadankai .special_talk-cont .number:after {
  background-color: #2d2992;
}

.page-sports-zadankai .special_talk-cont .title-cont {
  color: #2d2992;
}

.page-hodo-zadankai .title-special_talk {
  background-color: #ff5862;
}

.page-hodo-zadankai .title-member-special_talk {
  color: #ff5862;
}

.page-hodo-zadankai .list-member-special_talk li:before {
  background-color: #ff5862;
}

.page-hodo-zadankai .list-member-special_talk li .info .position {
  color: #ff5862;
}

.page-hodo-zadankai .special_talk-cont .number {
  color: #ff5862;
}

.page-hodo-zadankai .special_talk-cont .number:after {
  background-color: #ff5862;
}

.page-hodo-zadankai .special_talk-cont .title-cont {
  color: #ff5862;
}

.page-gijutsu-zadankai .title-special_talk {
  background-color: #00d25a;
}

.page-gijutsu-zadankai .title-member-special_talk {
  color: #00d25a;
}

.page-gijutsu-zadankai .list-member-special_talk li:before {
  background-color: #00d25a;
}

.page-gijutsu-zadankai .list-member-special_talk li .info .position {
  color: #00d25a;
}

.page-gijutsu-zadankai .special_talk-cont .number {
  color: #00d25a;
}

.page-gijutsu-zadankai .special_talk-cont .number:after {
  background-color: #00d25a;
}

.page-gijutsu-zadankai .special_talk-cont .title-cont {
  color: #00d25a;
}

.page-announcer-zadankai .title-special_talk {
  background-color: #14beff;
}

.page-announcer-zadankai .title-member-special_talk {
  color: #14beff;
}

.page-announcer-zadankai .list-member-special_talk li:before {
  background-color: #14beff;
}

.page-announcer-zadankai .list-member-special_talk li .info .position {
  color: #14beff;
}

.page-announcer-zadankai .special_talk-cont .number {
  color: #14beff;
}

.page-announcer-zadankai .special_talk-cont .number:after {
  background-color: #14beff;
}

.page-announcer-zadankai .special_talk-cont .title-cont {
  color: #14beff;
}

.page-special-innovation .title-special_talk {
  background-color: #fff100;
}

.page-special-innovation .title-member-special_talk {
  color: #fff100;
}

.page-special-innovation .list-member-special_talk li:before {
  background-color: #fff100;
}

.page-special-innovation .list-member-special_talk li .info .position {
  color: #fff100;
}

.page-special-innovation .special_talk-cont .number {
  color: #fff100;
}

.page-special-innovation .special_talk-cont .number:after {
  background-color: #fff100;
}

.page-special-innovation .special_talk-cont .title-cont {
  color: #fff100;
}

.page-special-career .title-special_talk {
  background-color: #ff8438;
}

.page-special-career .title-member-special_talk {
  color: #ff8438;
}

.page-special-career .list-member-special_talk li:before {
  background-color: #ff8438;
}

.page-special-career .list-member-special_talk li .info .position {
  color: #ff8438;
}

.page-special-career .special_talk-cont .number {
  color: #ff8438;
}

.page-special-career .special_talk-cont .number:after {
  background-color: #ff8438;
}

.page-special-career .special_talk-cont .title-cont {
  color: #ff8438;
}

.page-newbusiness-zadankai .title-special_talk {
  background-color: #ea5532;
}

.page-newbusiness-zadankai .title-member-special_talk {
  color: #ea5532;
}

.page-newbusiness-zadankai .list-member-special_talk li:before {
  background-color: #ea5532;
}

.page-newbusiness-zadankai .list-member-special_talk li .info .position {
  color: #ea5532;
}

.page-newbusiness-zadankai .special_talk-cont .number {
  color: #ea5532;
}

.page-newbusiness-zadankai .special_talk-cont .number:after {
  background-color: #ea5532;
}

.page-newbusiness-zadankai .special_talk-cont .title-cont {
  color: #ea5532;
}

/* --- List work --- */
.list-talk {
  width: 1100px;
  margin: 50px auto 0;
  padding: 0;
  list-style: none;
}

.list-talk li {
  margin-bottom: 30px;
}

.list-talk li a,
.list-talk li .list-talk__inner {
  display: block;
  padding: 0 30px 30px;
  position: relative;
}

.list-talk li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.list-talk .title-desc {
  width: 440px;
  padding: 2em;
  background-color: #ff5862;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  color: #fff;
}

.list-talk .title-desc p {
  margin: 0 0 0.25em;
  font-weight: 800;
  line-height: 1.25;
}

.list-talk .title {
  font-size: 32px;
  font-size: 3.2rem;
}

.list-talk .desc {
  font-size: 16px;
  font-size: 1.6rem;
}

.list-talk .more {
  position: absolute;
  right: 0;
  bottom: 70px;
}

.list-talk a img {
  transition: 0.5s;
}

.list-talk a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  .list-talk {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {

  .list-talk li a,
  .list-talk li .list-talk__inner {
    padding: 0;
  }

  .list-talk .title-desc {
    width: auto;
    position: static;
    margin-right: 40px;
    padding-right: 3em;
  }

  .list-talk .title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .list-talk .desc {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .list-talk .more {
    bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* .list-talk */
.list-talk .seisaku-zadankai .title-desc {
  background-color: #ffbc31;
}

.list-talk .seisaku-zadankai a:hover .more {
  background-color: #ffbc31;
}

.list-talk .sports-zadankai .title-desc {
  background-color: #2d2992;
}

.list-talk .sports-zadankai a:hover .more {
  background-color: #2d2992;
}

.list-talk .hodo-zadankai .title-desc {
  background-color: #ff5862;
}

.list-talk .hodo-zadankai a:hover .more {
  background-color: #ff5862;
}

.list-talk .gijutsu-zadankai .title-desc {
  background-color: #00d25a;
}

.list-talk .gijutsu-zadankai a:hover .more {
  background-color: #00d25a;
}

.list-talk .announcer-zadankai .title-desc {
  background-color: #14beff;
}

.list-talk .announcer-zadankai a:hover .more {
  background-color: #14beff;
}

.list-talk .special-innovation .title-desc {
  background-color: #fff100;
  color: #231f20;
}

.list-talk .special-innovation a:hover .more {
  background-color: #fff100;
  color: #231f20;
}

.list-talk .special-career .title-desc {
  background-color: #ff8438;
  color: #231f20;
}

.list-talk .special-career a:hover .more {
  background-color: #ff8438;
  color: #231f20;
}

.list-talk .newbusiness-zadankai .title-desc {
  background-color: #ea5532;
}

.list-talk .newbusiness-zadankai a:hover .more {
  background-color: #ea5532;
}

@media screen and (max-width: 768px) {
  .list-talk--02 li {
    padding: 0 15px;
  }

  .list-talk--02 .title-desc {
    margin-right: 0;
  }

  .list-talk--02 .more {
    bottom: initial;
    top: 25%;
    right: -15px;
  }

  .list-talk--02 .title-desc {
    margin: 0 -15px;
  }
}

.page-seisaku-zadankai .title-special_talk {
  background-color: #ffbc31;
}

.page-seisaku-zadankai .title-member-special_talk {
  color: #ffbc31;
}

.page-seisaku-zadankai .list-member-special_talk li:before {
  background-color: #ffbc31;
}

.page-seisaku-zadankai .list-member-special_talk li .info .position {
  color: #ffbc31;
}

.page-seisaku-zadankai .special_talk-cont .number {
  color: #ffbc31;
}

.page-seisaku-zadankai .special_talk-cont .number:after {
  background-color: #ffbc31;
}

.page-seisaku-zadankai .special_talk-cont .title-cont {
  color: #ffbc31;
}

.page-sports-zadankai .title-special_talk {
  background-color: #2d2992;
}

.page-sports-zadankai .title-member-special_talk {
  color: #2d2992;
}

.page-sports-zadankai .list-member-special_talk li:before {
  background-color: #2d2992;
}

.page-sports-zadankai .list-member-special_talk li .info .position {
  color: #2d2992;
}

.page-sports-zadankai .special_talk-cont .number {
  color: #2d2992;
}

.page-sports-zadankai .special_talk-cont .number:after {
  background-color: #2d2992;
}

.page-sports-zadankai .special_talk-cont .title-cont {
  color: #2d2992;
}

.page-hodo-zadankai .title-special_talk {
  background-color: #ff5862;
}

.page-hodo-zadankai .title-member-special_talk {
  color: #ff5862;
}

.page-hodo-zadankai .list-member-special_talk li:before {
  background-color: #ff5862;
}

.page-hodo-zadankai .list-member-special_talk li .info .position {
  color: #ff5862;
}

.page-hodo-zadankai .special_talk-cont .number {
  color: #ff5862;
}

.page-hodo-zadankai .special_talk-cont .number:after {
  background-color: #ff5862;
}

.page-hodo-zadankai .special_talk-cont .title-cont {
  color: #ff5862;
}

.page-gijutsu-zadankai .title-special_talk {
  background-color: #00d25a;
}

.page-gijutsu-zadankai .title-member-special_talk {
  color: #00d25a;
}

.page-gijutsu-zadankai .list-member-special_talk li:before {
  background-color: #00d25a;
}

.page-gijutsu-zadankai .list-member-special_talk li .info .position {
  color: #00d25a;
}

.page-gijutsu-zadankai .special_talk-cont .number {
  color: #00d25a;
}

.page-gijutsu-zadankai .special_talk-cont .number:after {
  background-color: #00d25a;
}

.page-gijutsu-zadankai .special_talk-cont .title-cont {
  color: #00d25a;
}

.page-announcer-zadankai .title-special_talk {
  background-color: #14beff;
}

.page-announcer-zadankai .title-member-special_talk {
  color: #14beff;
}

.page-announcer-zadankai .list-member-special_talk li:before {
  background-color: #14beff;
}

.page-announcer-zadankai .list-member-special_talk li .info .position {
  color: #14beff;
}

.page-announcer-zadankai .special_talk-cont .number {
  color: #14beff;
}

.page-announcer-zadankai .special_talk-cont .number:after {
  background-color: #14beff;
}

.page-announcer-zadankai .special_talk-cont .title-cont {
  color: #14beff;
}

.page-special-innovation .title-special_talk {
  background-color: #fff100;
}

.page-special-innovation .title-member-special_talk {
  color: #fff100;
}

.page-special-innovation .list-member-special_talk li:before {
  background-color: #fff100;
}

.page-special-innovation .list-member-special_talk li .info .position {
  color: #fff100;
}

.page-special-innovation .special_talk-cont .number {
  color: #fff100;
}

.page-special-innovation .special_talk-cont .number:after {
  background-color: #fff100;
}

.page-special-innovation .special_talk-cont .title-cont {
  color: #fff100;
}

.page-special-career .title-special_talk {
  background-color: #ff8438;
}

.page-special-career .title-member-special_talk {
  color: #ff8438;
}

.page-special-career .list-member-special_talk li:before {
  background-color: #ff8438;
}

.page-special-career .list-member-special_talk li .info .position {
  color: #ff8438;
}

.page-special-career .special_talk-cont .number {
  color: #ff8438;
}

.page-special-career .special_talk-cont .number:after {
  background-color: #ff8438;
}

.page-special-career .special_talk-cont .title-cont {
  color: #ff8438;
}

.page-newbusiness-zadankai .title-special_talk {
  background-color: #ea5532;
}

.page-newbusiness-zadankai .title-member-special_talk {
  color: #ea5532;
}

.page-newbusiness-zadankai .list-member-special_talk li:before {
  background-color: #ea5532;
}

.page-newbusiness-zadankai .list-member-special_talk li .info .position {
  color: #ea5532;
}

.page-newbusiness-zadankai .special_talk-cont .number {
  color: #ea5532;
}

.page-newbusiness-zadankai .special_talk-cont .number:after {
  background-color: #ea5532;
}

.page-newbusiness-zadankai .special_talk-cont .title-cont {
  color: #ea5532;
}

/* Header */
.header-sub-page-special_talk {
  position: relative;
}

.header-sub-page-special_talk .inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 300px;
  *zoom: 1;
}

.header-sub-page-special_talk .inner:before,
.header-sub-page-special_talk .inner:after {
  content: "";
  display: table;
}

.header-sub-page-special_talk .inner:after {
  clear: both;
}

@media screen and (max-width: 1100px) {
  .header-sub-page-special_talk .inner {
    width: auto;
  }
}

.header-sub-page-special_talk .link {
  padding: 1.5em 1.75em 1em;
  background-color: #231f20;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

.header-sub-page-special_talk .link .icon,
.header-sub-page-special_talk .link .menu-voice__category li label:after,
.menu-voice__category li .header-sub-page-special_talk .link label:after,
.header-sub-page-special_talk .link .company-link-anchor .link-anchor:after,
.company-link-anchor .header-sub-page-special_talk .link .link-anchor:after,
.header-sub-page-special_talk .link .list-movie li a:after,
.list-movie li .header-sub-page-special_talk .link a:after,
.header-sub-page-special_talk .link .menu-people li::before,
.menu-people .header-sub-page-special_talk .link li::before {
  font-size: 150%;
  display: block;
}

.header-sub-page-special_talk .link:hover {
  background-color: #ff5862;
}

@media screen and (max-width: 768px) {
  .header-sub-page-special_talk {
    margin-bottom: 120px;
  }

  .header-sub-page-special_talk .link {
    transform-origin: right top;
    transform: rotate(90deg);
    top: 75%;
  }

  .header-sub-page-special_talk .link .icon,
  .header-sub-page-special_talk .link .menu-voice__category li label:after,
  .menu-voice__category li .header-sub-page-special_talk .link label:after,
  .header-sub-page-special_talk .link .company-link-anchor .link-anchor:after,
  .company-link-anchor .header-sub-page-special_talk .link .link-anchor:after,
  .header-sub-page-special_talk .link .list-movie li a:after,
  .list-movie li .header-sub-page-special_talk .link a:after,
  .header-sub-page-special_talk .link .menu-people li::before,
  .menu-people .header-sub-page-special_talk .link li::before {
    display: inline-block;
    margin-left: 15px;
    transform: rotate(-90deg);
  }

  .header-sub-page-special_talk .inner {
    padding: 300px 10px 0;
  }

  .header-sub-page-special_talk .title-special_talk {
    padding: 25px 30px;
    margin-bottom: -100px;
    float: none;
  }

  .header-sub-page-special_talk .title-special_talk .title-main {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .header-sub-page-special_talk .title-special_talk .title-sub {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .header-sub-page-special_talk .title-special_talk .title-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .header-sub-page-special_talk .inner {
    width: auto;
  }
}

.special_talk-lead {
  padding: 60px 0 30px;
  background-color: #fff;
  font-weight: 900;
}

.special_talk-lead .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .special_talk-lead .inner {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .special_talk-lead {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

.special_talk-member {
  background-color: #f4f6fb;
}

/* Special-talk header */
.page-seisaku-zadankai .header-sub-page {
  background: url("../images/talk/seisaku/bg_header_seisaku.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-seisaku-zadankai .header-sub-page {
    background-image: url("../images/talk/seisaku/bg_header_seisaku_sp.jpg");
  }
}

.page-sports-zadankai .header-sub-page {
  background: url("../images/talk/sports/bg_header_sports.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-sports-zadankai .header-sub-page {
    background-image: url("../images/talk/sports/bg_header_sports_sp.jpg");
  }
}

.page-hodo-zadankai .header-sub-page {
  background: url("../images/talk/hodo/bg_header_hodo.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-hodo-zadankai .header-sub-page {
    background-image: url("../images/talk/hodo/bg_header_hodo_sp.jpg");
  }
}

.page-gijutsu-zadankai .header-sub-page {
  background: url("../images/talk/gijutsu/bg_header_gijutsu.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-gijutsu-zadankai .header-sub-page {
    background-image: url("../images/talk/gijutsu/bg_header_gijutsu_sp.jpg");
  }
}

.page-announcer-zadankai .header-sub-page {
  background: url("../images/talk/announcer/bg_header_announcer.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-announcer-zadankai .header-sub-page {
    background-image: url("../images/talk/announcer/bg_header_announcer_sp.jpg");
  }
}

.page-newbusiness-zadankai .header-sub-page {
  background: url("../images/talk/newbusiness/bg_header_newbusiness.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-newbusiness-zadankai .header-sub-page {
    background-image: url("../images/talk/newbusiness/bg_header_newbusiness_sp.jpg");
  }
}

.page-variety-zadankai .header-sub-page {
  background: url("../images/talk/variety/bg_header_variety.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-variety-zadankai .header-sub-page {
    background-image: url("../images/talk/variety/bg_header_variety_sp.jpg");
  }
}

/* --- Technology --- */
.dir-technology .contents-main {
  padding-bottom: 60px;
  background-color: #f5f6fb;
}

.special-contents {
  display: block;
  margin: 0 30px;
  padding: 180px 250px;
  background: url("../images/technology/tech_main.jpg") no-repeat center top;
  position: relative;
}

.special-contents .link-more,
.special-contents .list-talk .more,
.list-talk .special-contents .more {
  position: absolute;
  right: -30px;
  bottom: 30px;
}

.special-contents .img-sp {
  display: none;
}

.special-contents:hover .link-more,
.special-contents:hover .list-talk .more,
.list-talk .special-contents:hover .more {
  background-color: #00d25a;
}

@media screen and (max-width: 768px) {
  .special-contents {
    background: none;
    padding: 0;
    margin: 0;
  }

  .special-contents .img-sp {
    display: block;
    width: 100%;
    height: auto;
  }

  .special-contents .link-more,
  .special-contents .list-talk .more,
  .list-talk .special-contents .more {
    font-size: 16px;
    font-size: 1.6rem;
    right: 0;
    bottom: 60px;
  }
}

.special-contents-title {
  padding: 2.5em;
  background: linear-gradient(to right, #abeaf5, #82d2aa);
  text-align: center;
}

.special-contents-title h3 {
  margin: 0 0 0.25em;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
}

.special-contents-title p {
  margin: 0;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .special-contents-title {
    margin-right: 3em;
  }

  .special-contents-title h3 {
    font-size: 30px;
    font-size: 3rem;
    text-align: left;
  }

  .special-contents-title p {
    text-align: left;
    line-height: 1.5;
  }
}

/* --- Special contents --- */
.header-sub-page-special_hakone {
  background: linear-gradient(to right, #abeaf5, #82d2aa);
}

.header-sub-page-special_hakone .inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 140px;
}

.header-sub-page-special_hakone .dirname {
  font-weight: 900;
}

.header-sub-page-special_hakone .title {
  margin: 0.25em 0;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.header-sub-page-special_hakone .title_desc {
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  .header-sub-page-special_hakone .inner {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .header-sub-page-special_hakone .inner {
    padding: 15px 20px 15px;
  }

  .header-sub-page-special_hakone .title {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* --- hakone --- */
.hakone-main {
  width: 1100px;
  margin: -110px auto 40px;
  position: relative;
  text-align: center;
  background: url("../images/hakone/map.png") no-repeat center center;
  background-size: cover;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1100px) {
  .hakone-main {
    width: auto;
  }
}

.hakone-main .img-sp {
  display: none;
  max-width: 100%;
  height: auto;
}

.hakone-main .img-svg-pc .line {
  fill: none;
  stroke: #fff100;
  stroke-miterlimit: 10;
  stroke-width: 10px;
}

.hakone-main .img-svg-pc .img-svg-sp {
  display: none;
}

.hakone-main .img-svg-pc .tab {
  fill: #00d25a;
  transition: 0.5s;
}

.hakone-main .img-svg-pc .tab-number {
  fill: #231f20;
  transition: 0.5s;
}

.hakone-main .img-svg-pc .text {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  transition: 0.5s;
}

.hakone-main .img-svg-pc .text-number {
  fill: #fff;
  font-weight: 700;
  transition: 0.5s;
}

.hakone-main .img-svg-pc a:hover .tab {
  fill: #231f20;
}

.hakone-main .img-svg-pc a:hover .text {
  fill: #fff;
}

@media screen and (max-width: 1100px) {
  .hakone-main .img-svg-pc {
    width: 100%;
    height: auto;
  }
}

.hakone-main .img-svg-sp {
  display: none;
}

.hakone-main .img-svg-sp .line {
  fill: none;
  stroke: #fff100;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.hakone-main .img-svg-sp .number {
  font-size: 20px;
  font-size: 2rem;
  fill: #fff;
}

.hakone-main .wrap-link-page {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.hakone-main .link-page {
  display: inline-block;
  padding: 4px;
  background-color: #00d25a;
  border: 3px solid #231f20;
  line-height: 70px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.hakone-main .link-page>img {
  margin-right: 1em;
  width: 90px;
  height: auto;
}

.hakone-main .link-page .icon,
.hakone-main .link-page .menu-voice__category li label:after,
.menu-voice__category li .hakone-main .link-page label:after,
.hakone-main .link-page .company-link-anchor .link-anchor:after,
.company-link-anchor .hakone-main .link-page .link-anchor:after,
.hakone-main .link-page .list-movie li a:after,
.list-movie li .hakone-main .link-page a:after,
.hakone-main .link-page .menu-people li::before,
.menu-people .hakone-main .link-page li::before {
  margin: 0 1em;
  font-weight: bold;
}

.hakone-main .link-page:hover {
  background-color: #231f20;
  border-color: #00d25a;
  color: #00d25a;
}

@media screen and (max-width: 768px) {
  .hakone-main {
    width: auto;
    margin: 0 0 90px;
    background: url("../images/hakone/map_sp.png") no-repeat center center;
    background-size: cover;
  }

  .hakone-main .img-pc {
    display: none;
  }

  .hakone-main .img-sp {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }

  .hakone-main .img-svg-pc {
    display: none;
  }

  .hakone-main .img-svg-sp {
    display: block;
    width: 100%;
    height: auto;
  }

  .hakone-main .wrap-link-page {
    width: 100%;
    left: 0;
    bottom: -90px;
  }

  .hakone-main .link-page {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 20px;
    line-height: 38px;
    overflow: hidden;
  }

  .hakone-main .link-page>img {
    width: 50px;
    float: left;
  }
}

.hakone-flow>dt .number,
.hakone-flow>dt .text {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.hakone-flow>dt .number {
  background-color: #231f20;
  color: #fff;
}

.hakone-flow>dt .text {
  width: 10em;
  background-color: #00d25a;
}

.hakone-flow>dt .btn-sp {
  display: none;
}

.hakone-flow>dd {
  border-left: 10px solid #fff100;
  margin-left: 30px;
  margin-top: -30px;
  padding-left: 70px;
  padding-bottom: 30px;
}

.hakone-flow>dd:last-child {
  border: none;
}

.hakone-flow-cont {
  padding: 70px 50px 50px;
  background-color: #f4f6fb;
}

.hakone-flow-main {
  overflow: hidden;
  margin-bottom: 40px;
}

.hakone-flow-main .wrap-img {
  width: 306px;
  display: inline;
  float: left;
  margin-right: 40px;
}

.hakone-flow-main .wrap-img img {
  max-width: 100%;
  height: auto;
}

.hakone-flow-main p {
  padding-left: 346px;
}

@media screen and (max-width: 768px) {
  .hakone-flow-main .wrap-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .hakone-flow-main p {
    padding: 0;
  }
}

.hakone-flow-detail h3 {
  display: inline-block;
  padding: 0.5em 0.75em;
  background-color: #00d25a;
  position: relative;
  margin-bottom: -20px;
  z-index: 1;
}

.hakone-flow-detail h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 16px solid #00d25a;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  bottom: -16px;
  left: 33%;
  z-index: -1;
}

.hakone-flow-detail .cont {
  margin: -15px 0 0;
  padding: 40px 30px 30px;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.hakone-flow-detail .cont dl dt {
  color: #00d25a;
  font-weight: bold;
}

.hakone-flow-detail .cont dl dd {
  margin-left: 0;
  margin-bottom: 1.5em;
}

.hakone-flow-detail .cont dl dd:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .hakone-flow {
    margin: 0 -20px;
  }

  .hakone-flow>dt {
    width: 100%;
    display: table;
    position: relative;
    margin-bottom: 10px;
  }

  .hakone-flow>dt .number,
  .hakone-flow>dt .text {
    display: table-cell;
    font-size: 21px;
    font-size: 2.1rem;
  }

  .hakone-flow>dt .number {
    width: 1.5em;
  }

  .hakone-flow>dt .text {
    width: auto;
    text-align: left;
  }

  .hakone-flow>dt .btn-sp {
    display: block;
    width: 24px;
    height: 4px;
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .hakone-flow>dt .btn-sp span {
    display: inline-block;
    width: 24px;
    height: 4px;
    position: absolute;
    background-color: #231f20;
    transition: 0.5s;
  }

  .hakone-flow>dt .btn-sp span:last-child {
    transform: rotate(270deg);
  }

  .hakone-flow>dt.is-active .btn-sp span:last-child {
    transform: rotate(0deg);
  }

  .hakone-flow>dd {
    display: none;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
  }

  .hakone-flow-cont {
    padding: 20px;
  }

  .hakone-flow-detail {
    background-color: #fff;
  }

  .hakone-flow-detail h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .hakone-flow-detail .cont {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hakone-flow-detail .cont dl dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.hakone-message {
  padding: 2em 0;
  background-color: #00d25a;
  font-weight: 900;
}

.hakone-message .inner {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .hakone-message .inner {
    width: auto;
    padding: 0 20px;
  }
}

.hakone-td {
  padding: 60px 0;
  background-color: #f4f6fb;
  position: relative;
}

.hakone-td img {
  max-width: 100%;
  height: auto;
}

.hakone-td-header {
  width: 1100px;
  margin: 0 auto;
}

.hakone-td-header .wrap-img {
  display: inline-block;
  width: 100%;
}

.hakone-td-header img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .hakone-td-header {
    width: auto;
  }
}

.hakone-td-header-text {
  width: 450px;
  padding: 60px;
  background-color: #00d25a;
  position: absolute;
  right: 0;
  top: 130px;
}

.hakone-td-header-text h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.hakone-td-header-text p {
  margin-top: 0;
}

.hakone-td-header-text p:last-child {
  margin-bottom: 0;
}

.hakone-td-header-text .name {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0.25em;
}

.hakone-td-header-text .name-en {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1100px) {
  .hakone-td-header-text {
    width: auto;
    margin: -30px 20px 0;
    position: relative;
    right: initial;
    top: initial;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .hakone-td-header-text {
    padding: 20px;
  }
}

.hakone-td-cont {
  width: 940px;
  margin: 0 auto;
  padding: 40px 80px;
  background-color: #fff;
}

.hakone-td-cont .wrap-img {
  display: inline-block;
  margin-bottom: 40px;
}

.hakone-td-cont img {
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .hakone-td-cont {
    width: auto;
    padding: 60px 0;
  }

  .hakone-td-cont .dl-q_a {
    margin: 0 20px;
  }
}

.dl-q_a dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 36px;
  margin-bottom: 0.5em;
}

.dl-q_a dt:before {
  content: "Q";
  color: #00d25a;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.1;
}

.dl-q_a dd {
  margin: 0;
  position: relative;
  padding-left: 36px;
  margin-bottom: 2em;
}

.dl-q_a dd:before {
  content: "A";
  color: #00d25a;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.1;
}

/* --- TOP --- */
.top__first-view {
  display: flex;
  padding-top: 78px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .top__first-view {
    flex-direction: column;
    padding-top: 0;
  }
}

.top__menu {
  width: 20%;
}

.top__menu ul {
  padding: 0;
  margin: 1em 20px 0;
  list-style: none;
  border-top: 1px solid #c9d1da;
}

.top__menu ul li {
  border-bottom: 1px solid #c9d1da;
}

.top__menu ul a,
.top__menu ul span {
  display: block;
  padding: 0.4em 0;
  text-align: center;
  font-size: 80%;
  font-weight: 700;
}

.top__menu ul span {
  color: #a7a5a6;
}

@media screen and (max-width: 768px) {
  .top__menu {
    display: none;
  }
}

.top__menu li.topics a:hover {
  background-color: #fff100;
  color: #231f20;
}

.top__menu li.workstyle a:hover {
  background-color: #fff100;
  color: #231f20;
}

.top__menu li.produce_innovation a:hover {
  background-color: #fff100;
  color: #231f20;
}

.top__menu li.company a:hover {
  background-color: #9694c9;
  color: #231f20;
}

.top__menu li.voice a:hover {
  background-color: #14beff;
  color: #231f20;
}

.top__menu li.people a:hover {
  background-color: #14beff;
  color: #231f20;
}

.top__menu li.works a:hover {
  background-color: #14beff;
  color: #231f20;
}

.top__menu li.special_talk a:hover {
  background-color: #ff5862;
  color: #231f20;
}

.top__menu li.technology a:hover {
  background-color: #00d25a;
  color: #231f20;
}

.top__menu li.recruit a:hover {
  background-color: #fff100;
  color: #231f20;
}

.top__menu li.movie a:hover {
  background-color: #ff8438;
  color: #231f20;
}

.top__menu__icon {
  padding: 2em 0 0;
  text-align: center;
}

.top__menu__icon .icon,
.top__menu__icon .menu-voice__category li label:after,
.menu-voice__category li .top__menu__icon label:after,
.top__menu__icon .company-link-anchor .link-anchor:after,
.company-link-anchor .top__menu__icon .link-anchor:after,
.top__menu__icon .list-movie li a:after,
.list-movie li .top__menu__icon a:after,
.top__menu__icon .menu-people li::before,
.menu-people .top__menu__icon li::before {
  display: block;
  font-size: 250%;
  font-weight: bold;
  -webkit-animation-name: anime_top_icon;
  animation-name: anime_top_icon;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@keyframes anime_top_icon {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.top__slider {
  width: 55%;
  position: relative;
}

.top__slider__inner {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .top__slider__inner {
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

.top__slider .slick-dots {
  text-align: left;
  bottom: 5px;
  z-index: 0;
}

.top__slider .slick-dots li {
  margin: 0;
}

.top__slider .slick-dots li button {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top__slider .slick-dots {
    text-align: center;
  }
}

.top__slider .slider__arrow {
  padding: 0.5em 0.6em;
  background: #231f20;
  border: none;
  border-radius: 2em;
  color: #fff;
  font-size: 120%;
  font-weight: 900;
  position: absolute;
  top: 30%;
  z-index: 60;
  cursor: pointer;
  outline: none;
}

.top__slider .slider__arrow:hover {
  background-color: #5a5758;
}

.top__slider .slider__arrow--prev {
  left: 2.25em;
}

.top__slider .slider__arrow--next {
  right: 2.25em;
}

@media screen and (max-width: 768px) {
  .top__slider .slider__arrow {
    font-size: 4vw;
  }
}

.slick-list {
  z-index: 10;
}

.top__slider__item {
  height: 100%;
  padding: 30px 0 60px 30px;
  outline: none;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top__slider__item {
    padding: 20px 0 0 20px;
  }
}

.top__slider__item a {
  display: block;
}

.top__slider__item:before {
  content: "";
  display: block;
  width: 88%;
  height: 80%;
  background-color: #fff100;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top__slider__item:before {
    height: 80%;
    width: 78%;
  }
}

.top__slider__item .img {
  margin-bottom: 1.5em;
  border-radius: 0.5em;
  overflow: hidden;
}

.top__slider__item .img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
}

.top__slider__item .txt {
  display: flex;
  justify-content: space-between;
}

.top__slider__item .txt p {
  margin: 0;
}

.top__slider__item .txt__title {
  font-size: 20px;
  font-size: 2rem;
}

.top__slider__item .txt__title .title {
  margin: 0 0 0.5em;
  line-height: 1.5;
  font-weight: 600;
}

.top__slider__item .txt__title .date {
  margin: 0;
  font-size: 80%;
  line-height: 1.5;
}

.top__slider__item .txt__title-sub {
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: 900;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .top__slider__item .txt__title {
    width: 40%;
    font-size: 2vw;
  }

  .top__slider__item .txt__title-sub {
    width: 60%;
    font-size: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .top__slider__item {
    position: relative;
  }

  .top__slider__item .txt {
    display: block;
    padding-right: 1em;
  }

  .top__slider__item .txt__title {
    width: 100%;
    box-sizing: border-box;
    padding-right: 60px;
    font-size: 4vw;
  }

  .top__slider__item .txt__title-sub {
    width: auto;
    font-size: 8vw;
    transform: rotate(90deg);
    position: absolute;
    bottom: 25px;
    right: 0;
    transform-origin: 100% 0%;
    line-height: 1.2;
  }
}

.top__slider__item .top__more {
  position: absolute;
  bottom: 0;
  right: 1px;
}

.top__slider__item .top__more span {
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
  border: 2px solid #231f20;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.top__slider__item a:hover .top__more span {
  background-color: #231f20;
  color: #fff;
}

.top__slider__item.bg-pink:before {
  background-color: #ff5862;
}

.top__slider__item.bg-blue:before {
  background-color: #14beff;
}

.top__slider__item.bg-yellow:before {
  background-color: #fff100;
}

.top__slider__item.bg-green:before {
  background-color: #00d25a;
}

.top__slider__item.bg-purple:before {
  background-color: #2d2992;
}

/* Topics */
.top__topics {
  width: 20%;
  padding: 2.5% 3.5% 8% 2.5%;
  background-color: #f5f6fb;
  position: relative;
}

.top__topics .title {
  margin: 0 0 0.75em;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 900;
}

.top__topics .top__more {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

@media screen and (max-width: 768px) {
  .top__topics {
    margin-bottom: 1.5em;
  }

  .top__topics .top__more {
    position: relative;
  }
}

.top__topics__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top__topics__list li {
  margin-bottom: 2em;
  position: relative;
}

.top__topics__list .item {
  display: flex;
  align-items: flex-start;
}

.top__topics__list .img {
  width: 40%;
  margin-right: 3%;
  border-radius: 0.5em;
  overflow: hidden;
}

.top__topics__list .img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.top__topics__list .txt {
  width: 57%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.top__topics__list .txt__date {
  font-size: 85%;
  margin-bottom: 0.5em;
}

.top__topics__list .txt__txt {
  font-weight: 600;
}

.top__topics__list .mark-new {
  position: absolute;
  top: -1em;
  right: -3em;
}

@media screen and (max-width: 768px) {
  .top__topics__list li {
    padding-right: 20px;
  }

  .top__topics__list .mark-new {
    right: -0.5em;
  }
}

.top__more {
  text-align: right;
}

.top__more a {
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
  border: 2px solid #231f20;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.top__more a:hover {
  background-color: #231f20;
  color: #fff;
}

/* 1000px - 769px */
@media screen and (max-width: 1000px) {
  .top__menu {
    display: none;
  }

  .top__slider {
    width: 70%;
  }

  .top__topics {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .top__slider {
    width: auto;
  }

  .top__topics {
    width: auto;
  }
}

/* --- Top links --- */
.top__links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.top__links li {
  margin-right: 3%;
  margin-bottom: 3%;
  border-radius: 10px;
  overflow: hidden;
}

.top__links li:nth-of-type(2),
.top__links li:nth-of-type(5),
.top__links li:nth-of-type(7),
.top__links li:nth-of-type(10) {
  margin-right: 0;
}

.top__links li .inner {
  display: block;
  position: relative;
}

.top__links li .inner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.top__links li .inner .title img {
  width: auto;
}

@media screen and (max-width: 768px) {
  .top__links li .inner .title img {
    max-width: 55%;
  }
}

.top__links .col_2 {
  width: 48.5%;
}

.top__links .col_3 {
  width: 31.3333333333%;
}

.top__links .title {
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 900px) {
  .top__links .title {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .top__links .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.top__links .title__main {
  font-size: 150%;
  font-weight: 700;
  margin: 0.2em 0;
  line-height: 1.5;
}

.top__links .title__desc {
  margin: 0.2em 0;
  line-height: 1.5;
  font-weight: 900;
}

.top__links .title_sub {
  margin: 0;
  color: #fff;
  line-height: 1.25;
  font-size: 80%;
  font-weight: 500;
  position: absolute;
  top: 1em;
  left: 1em;
}

.top__links .mark-new {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}

.top__links .more {
  padding: 0.75em 1em;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  font-size: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.top__links .hover {
  display: flex;
  background-color: #fff100;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.35s;
}

.top__links .hover__txt {
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20%);
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}

.top__links a.inner:hover .hover {
  opacity: 1;
}

.top__links a.inner:hover .hover__txt {
  opacity: 1;
  transform: translateY(0%);
}

.top__links a.inner:hover .more {
  color: #231f20;
}

@media screen and (max-width: 768px) {
  .top__links li {
    margin-right: 0;
  }

  .top__links li.col_2,
  .top__links li.col_3 {
    width: 100%;
  }
}

.top__links .title {
  z-index: 10;
}

.top__links .title_sub {
  z-index: 10;
}

.top__links .hover {
  z-index: 10;
}

.top__links__slider {
  position: relative;
  z-index: 1;
}

.top__links__slider.slick-dotted {
  margin-bottom: 0;
}

.top__links__slider .slick-dots {
  z-index: 10;
  text-align: left;
  bottom: 8px;
  left: 14px;
}

.top__links__slider .slick-dots li {
  margin: 0;
}

.top__links__slider .slick-dots li.slick-active button:before {
  color: #fff100;
}

.top__links__slider .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}

.top__links li.workstyle {
  /* スライダーのdotの色
  .top__links__slider {
    .slick-dots {
      li.slick-active button:before {
          color: $color;
      }
    }
  }
  */
}

.top__links li.workstyle .hover {
  background-color: #fff100;
  color: #231f20;
}

.top__links li.produce_innovation {
  /* スライダーのdotの色
  .top__links__slider {
    .slick-dots {
      li.slick-active button:before {
          color: $color;
      }
    }
  }
  */
}

.top__links li.produce_innovation .hover {
  background-color: #fff100;
  color: #231f20;
}

.top__links li.company {
  /* スライダーのdotの色
  .top__links__slider {
    .slick-dots {
      li.slick-active button:before {
          color: $color;
      }
    }
  }
  */
}

.top__links li.company .hover {
  background-color: #2d2992;
}

.top__links li.voice {
  /* スライダーのdotの色
  .top__links__slider {
    .slick-dots {
      li.slick-active button:before {
          color: $color;
      }
    }
  }
  */
}

.top__links li.voice .hover {
  background-color: #14beff;
}

.top__links li.people {
  /* スライダーのdotの色
  .top__links__slider {
    .slick-dots {
      li.slick-active button:before {
          color: $color;
      }
    }
  }
  */
}

.top__links li.people .hover {
  background-color: #14beff;
}

.top__links li.works {
  /* スライダーのdotの色
  .top__links__slider {
    .slick-dots {
      li.slick-active button:before {
          color: $color;
      }
    }
  }
  */
}

.top__links li.works .hover {
  background-color: #14beff;
}

.top__links li.special_talk {
  /* スライダーのdotの色
  .top__links__slider {
    .slick-dots {
      li.slick-active button:before {
          color: $color;
      }
    }
  }
  */
}

.top__links li.special_talk .hover {
  background-color: #ff5862;
}

.top__links li.technology {
  /* スライダーのdotの色
  .top__links__slider {
    .slick-dots {
      li.slick-active button:before {
          color: $color;
      }
    }
  }
  */
}

.top__links li.technology .hover {
  background-color: #00d25a;
}

.top__links li.career {
  /* スライダーのdotの色
  .top__links__slider {
    .slick-dots {
      li.slick-active button:before {
          color: $color;
      }
    }
  }
  */
}

.top__links li.career .hover {
  background-color: #fff100;
  color: #231f20;
}

/* --- Topics vioce --- */
.dir-topics.page-voice .contents-main,
.dir-topics.page-voice_new .contents-main {
  background-color: #f4f6fb;
  padding-bottom: 40px;
}

.dir-topics.page-voice .title-sub_page-desc,
.dir-topics.page-voice_new .title-sub_page-desc {
  color: #fff;
}

.dir-topics.page-voice .header-sub-page {
  background: url("../images/header_page/bg_header_page_topics_voice.jpg") no-repeat center center;
  background-size: cover;
}

.dir-topics.page-voice_new .header-sub-page {
  background: url("../images/header_page/bg_header_page_topics_voice_new.jpg") no-repeat center center;
  background-size: cover;
}

.dir-topics.page-voice_new .header-sub-page .container {
  position: relative;
}

.dir-topics.page-voice_new .header-sub-page .container .btn_career_voice {
  background-color: #ff8438;
  border: 5px solid #fff;
  position: absolute;
  bottom: 2em;
  right: 2em;
}

.dir-topics.page-voice_new .header-sub-page .container .btn_career_voice a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 1em;
  padding-right: 2em;
}

.dir-topics.page-voice_new .header-sub-page .container .btn_career_voice a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-75%) rotate(135deg);
}

.dir-topics.page-voice_new .header-sub-page .container .btn_career_voice:hover {
  background-color: #ffa46b;
}

@media screen and (max-width: 768px) {
  .dir-topics.page-voice_new .header-sub-page .container .btn_career_voice {
    bottom: 1.2em;
    border: 3px solid #fff;
    left: 1em;
  }

  .dir-topics.page-voice_new .header-sub-page .container .btn_career_voice a {
    padding: 0.5em;
    font-size: 3vw;
  }
}

@media screen and (min-width: 450px) and (max-width: 768px) {
  .dir-topics.page-voice_new .header-sub-page .container .btn_career_voice {
    right: 1em;
    left: auto;
  }

  .dir-topics.page-voice_new .header-sub-page .container .btn_career_voice a {
    padding-right: 2.5em;
    font-size: 1.5vw;
  }
}

.dir-topics.page-voice_new .container .comingsoon {
  padding: 21.26vh 0 13.26vh 0;
  display: flex;
  justify-content: center;
}

.dir-topics.page-voice_new .container .comingsoon p {
  font-size: 5rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  line-height: 1em;
  text-align: center
}

@media screen and (max-width: 375px) {
  .dir-topics.page-voice_new .container .comingsoon p {
    font-size: 13vw;
    line-height: 1.3em;
  }
}

.block__menu-voice {
  margin: 0 0 2em;
  padding: 3em 20px;
  background-color: #d9e1f3;
}

@media screen and (max-width: 768px) {
  .block__menu-voice {
    padding: 3em 0;
  }
}

.menu-voice__wrap {
  display: flex;
  padding-right: 2%;
}

.menu-voice__category {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-voice__category li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
  text-align: center;
  color: #fff;
}

.menu-voice__category li label {
  display: block;
  padding: 0.5em 1.75em;
  cursor: pointer;
  position: relative;
  font-size: 90%;
}

@media screen and (max-width: 768px) {
  .menu-voice__category li label {
    padding-left: 0.5em;
  }
}

@media screen and (max-width: 375px) {
  .menu-voice__category li label {
    font-size: 2vw;
  }
}

.menu-voice__category li label:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 0.5em;
}

.menu-voice__category li input {
  display: none;
}

.menu-voice__category li.reset {
  width: 100%;
  margin: 0 0 4% 0;
}

.menu-voice__category li.reset label {
  color: #918f90;
}

.menu-voice__category li.reset label:after {
  content: "";
}

.menu-voice__category--main {
  width: 80%;
}

@media screen and (max-width: 1100px) {
  .menu-voice__category--main li {
    width: 31.3333333333%;
  }
}

.menu-voice__category--reset {
  width: 20%;
  align-items: flex-end;
}

.list-voice,
.list-voice-career {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-voice li,
.list-voice-career li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.list-voice li .item,
.list-voice-career li .item {
  display: block;
  height: 100%;
  background-color: #fff;
}

.list-voice .thumb img,
.list-voice-career .thumb img {
  width: 100%;
}

.list-voice .cont,
.list-voice-career .cont {
  padding: 1em 1em 1.5em;
}

.list-voice .cont p,
.list-voice-career .cont p {
  margin: 0;
  line-height: 1.5;
}

.list-voice .cont .department,
.list-voice-career .cont .department {
  margin: -2.5em 1em 1em -1em;
  padding: 0.75em 0.5em;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.list-voice .cont .graduate,
.list-voice-career .cont .graduate {
  font-size: 90%;
  font-weight: 700;
}

.list-voice .cont .name,
.list-voice-career .cont .name {
  margin-bottom: 0.5em;
  font-size: 115%;
  font-weight: 500;
}

.list-voice .cont .join,
.list-voice-career .cont .join {
  font-size: 90%;
}

.list-voice .cont .text,
.list-voice-career .cont .text {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 90%;
  text-align: center;
}

.list-voice .cont .publish,
.list-voice-career .cont .publish {
  font-size: 115%;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {

  .list-voice,
  .list-voice-career {
    flex-direction: column;
  }

  .list-voice li,
  .list-voice-career li {
    width: 100%;
  }

  .list-voice li a,
  .list-voice-career li a {
    display: flex;
    flex-direction: row;
  }

  .list-voice .thumb,
  .list-voice-career .thumb {
    width: 35%;
  }

  .list-voice .cont,
  .list-voice-career .cont {
    width: 65%;
  }

  .list-voice .cont .department,
  .list-voice-career .cont .department {
    margin-top: -1em;
    font-size: 100%;
  }

  .list-voice .cont .name,
  .list-voice-career .cont .name {
    font-size: 130%;
  }
}

.menu-voice__category li.announce label {
  background-color: #50d2ff;
}

.menu-voice__category li.announce label:hover {
  background-color: #73dbff;
}

.list-voice li.announce .department,
.list-voice-career li.announce .department {
  background-color: #50d2ff;
}

.menu-voice__category li.variety label {
  background-color: #ffbc31;
}

.menu-voice__category li.variety label:hover {
  background-color: #ffc95a;
}

.list-voice li.variety .department,
.list-voice-career li.variety .department {
  background-color: #ffbc31;
}

.menu-voice__category li.news label {
  background-color: #ff5862;
}

.menu-voice__category li.news label:hover {
  background-color: #ff7981;
}

.list-voice li.news .department,
.list-voice-career li.news .department {
  background-color: #ff5862;
}

.menu-voice__category li.sports label {
  background-color: #2d2992;
}

.menu-voice__category li.sports label:hover {
  background-color: #5754a8;
}

.list-voice li.sports .department,
.list-voice-career li.sports .department {
  background-color: #2d2992;
}

.menu-voice__category li.drama label {
  background-color: #7a39a0;
}

.menu-voice__category li.drama label:hover {
  background-color: #9561b3;
}

.list-voice li.drama .department,
.list-voice-career li.drama .department {
  background-color: #7a39a0;
}

.menu-voice__category li.technology label {
  background-color: #00d25a;
}

.menu-voice__category li.technology label:hover {
  background-color: #33db7b;
}

.list-voice li.technology .department,
.list-voice-career li.technology .department {
  background-color: #00d25a;
}

.menu-voice__category li.sales label,
.menu-voice__category li.corporate label {
  background-color: #ff8438;
}

.menu-voice__category li.sales label:hover,
.menu-voice__category li.corporate label:hover {
  background-color: #ff9d60;
}

.list-voice li.corporate .department,
.list-voice-career li.corporate .department {
  background-color: #ff8438;
}

.menu-voice__category li.bussiness label {
  background-color: #aa7b00;
}

.menu-voice__category li.bussiness label:hover {
  background-color: #bb9533;
}

.list-voice li.bussiness .department,
.list-voice-career li.bussiness .department {
  background-color: #aa7b00;
}

.menu-voice__category li.reset label {
  background-color: #c8c8c8;
}

.menu-voice__category li.reset label:hover {
  background-color: lightgray;
}

.menu-voice__category li.reset label.is-active {
  color: #231f20;
}

.list-voice li.reset .department,
.list-voice-career li.reset .department {
  background-color: #c8c8c8;
}

.menu-voice__category li.newbusiness label,
.menu-voice__category li.ict label {
  background-color: #0046d2;
}

.menu-voice__category li.newbusiness label:hover,
.menu-voice__category li.ict label:hover {
  background-color: #336bdb;
}

.list-voice li.ict .department,
.list-voice-career li.ict .department {
  background-color: #0046d2;
}

.menu-voice__category li.ict_career label {
  background-color: #7a39a0;
}

.menu-voice__category li.ict_career label:hover {
  background-color: #9561b3;
}

.list-voice li.ict_career .department,
.list-voice-career li.ict_career .department {
  background-color: #7a39a0;
}

.list-voice li.sales .department,
.list-voice-career li.sales .department {
  background-color: #ff8438;
}

.list-voice li.newbusiness .department,
.list-voice-career li.newbusiness .department {
  background-color: #0046d2;
}

.menu-voice__wrap--2020 .menu-voice__category--main {
  width: 100%;
}

.menu-voice__wrap--2020 .menu-voice__category li {
  width: 19%;
  display: flex;
}

.menu-voice__wrap--2020 .menu-voice__category li.reset {
  width: 19%;
  margin-bottom: 1%;
}

.menu-voice__wrap--2020 .menu-voice__category li label {
  width: 100%;
}

.notfound-voice {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu-voice__wrap {
    flex-direction: column;
    padding-right: 0;
  }

  .menu-voice__category--main {
    width: 100%;
  }

  .menu-voice__category--main li {
    width: 49%;
  }

  .menu-voice__category--reset {
    width: 100%;
    padding-right: 1%;
    box-sizing: border-box;
  }

  .menu-voice__wrap--2020 .menu-voice__category--main li {
    width: 49%;
  }

  .menu-voice__wrap--2020 .menu-voice__category li.reset {
    width: 49%;
  }
}

/* Topics voice view */
.cont-topics .voice__title {
  margin-top: 2em;
  margin-bottom: 1em;
}

.cont-topics .voice__title-sub {
  margin-top: 0;
}

.cont-topics .voice__name {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 140%;
}

.cont-topics .voice__name .graduate {
  display: block;
  margin-bottom: 0.5em;
  font-size: 65%;
  font-weight: 500;
}

.cont-topics .voice__name .en {
  display: block;
  margin-top: 0.5em;
  font-size: 50%;
  font-weight: 500;
}

.voice__lead {
  margin-left: -2em;
  margin-bottom: 4em;
  padding: 2.5em 2.5em 2em;
  border: 10px solid #d9e1f3;
}

@media screen and (max-width: 1100px) {
  .voice__lead {
    margin-left: 0;
  }
}

.voice__lead h6 {
  margin-top: 0;
  font-size: 120%;
}

.voice__lead p {
  margin-top: 0;
}

.voice__question h3 {
  margin-bottom: 1em;
}

.voice__question p {
  margin-top: 0;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.5;
}

.voice__answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5em;
  margin-left: -2em;
}

@media screen and (max-width: 1100px) {
  .voice__answer {
    margin-left: 0;
  }
}

.voice__answer__head {
  box-sizing: border-box;
  padding-left: 0.5em;
  padding-right: 1.5em;
  border-left: 5px solid #fff100;
  font-size: 200%;
  font-weight: 700;
  line-height: 1.25;
}

.voice__answer p {
  margin-top: 0;
}

.voice__link-footer {
  margin: 2em 0 2em;
  text-align: center;
}

.voice__link-footer a {
  display: inline-block;
  padding: 1em 3em;
  background-color: #fff100;
  font-size: 110%;
  font-weight: 700;
}

.voices_archives {
  padding: 40px 0;
}

.voices_archives a {
  display: block;
  overflow: hidden;
}

.voices_archives a .btn-more {
  float: right;
}

.voices_archives__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10px;
  border: 20px solid #fff;
  background: url("../images/topics/bg_voices_archives.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}

.voices_archives__contents .title {
  margin: 0 0 0.25em;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
}

.voices_archives__contents .title-sub {
  margin: 0;
  padding: 0.25em 1em;
  border: 3px solid #fff;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .voices_archives__contents {
    border-width: 10px;
  }
}

.voice_new_career_title {
  display: inline-block;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 900;
  position: relative;
}

.voice_new_career_title .bg {
  display: block;
  width: 100%;
  height: 0.65em;
  position: absolute;
  top: 0.6em;
  left: -200%;
  background-color: #ff8438;
}

.voice_new_career_title span {
  position: relative;
  z-index: 10;
}

/* --- TOPICS --- */
.dir-topics .header-sub-page {
  margin-bottom: 60px;
}

.page-voice_new .header-sub-page {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .dir-topics .header-sub-page {
    margin-bottom: 0;
  }
}

.dir-topics.page-voice .header-sub-page {
  margin-bottom: 0;
}

.topics-menu {
  margin-top: 30px;
  padding: 20px 0;
  background-color: #dae1f3;
}

.list-topics-menu {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.list-topics-menu li {
  width: 20%;
  float: left;
  box-sizing: border-box;
  border: 4px solid #dae1f3;
}

.list-topics-menu a {
  display: block;
  padding: 0.5em;
  text-align: center;
  overflow: hidden;
  line-height: 1.1;
  font-weight: 900;
}

.list-topics-menu a .icon,
.list-topics-menu a .company-link-anchor .link-anchor:after,
.company-link-anchor .list-topics-menu a .link-anchor:after,
.list-topics-menu a .list-movie li a:after,
.list-movie li .list-topics-menu a a:after,
.list-topics-menu a .menu-people li::before,
.menu-people .list-topics-menu a li::before,
.list-topics-menu a .menu-voice__category li label:after,
.menu-voice__category li .list-topics-menu a label:after {
  float: right;
  font-weight: bold;
}

.list-topics-menu li.all a {
  background-color: #fff;
}

.list-topics-menu li.all a:hover {
  background-color: #231f20;
  color: #fff;
}

.list-topics-menu li.saiyou a {
  background-color: #c7f464;
}

.list-topics-menu li.saiyou a:hover {
  background-color: #231f20;
  color: #c7f464;
}

.list-topics-menu li.setsumeikai a {
  background-color: #f8c800;
}

.list-topics-menu li.setsumeikai a:hover {
  background-color: #231f20;
  color: #f8c800;
}

.list-topics-menu li.intern a {
  background-color: #69d2e7;
}

.list-topics-menu li.intern a:hover {
  background-color: #231f20;
  color: #69d2e7;
}

.list-topics-menu li.housousougou a {
  background-color: #28c8aa;
}

.list-topics-menu li.housousougou a:hover {
  background-color: #231f20;
  color: #28c8aa;
}

.list-topics-menu li.gizyutsu a {
  background-color: #ff783c;
}

.list-topics-menu li.gizyutsu a:hover {
  background-color: #231f20;
  color: #ff783c;
}

.list-topics-menu li.anaunse a {
  background-color: #f8b4c4;
}

.list-topics-menu li.anaunse a:hover {
  background-color: #231f20;
  color: #f8b4c4;
}

.list-topics-menu li.tokubetsukizi a {
  background-color: #fffa46;
}

.list-topics-menu li.tokubetsukizi a:hover {
  background-color: #231f20;
  color: #fffa46;
}

.list-topics-menu li.shinsotsumuke a {
  background-color: #ee7e94;
}

.list-topics-menu li.shinsotsumuke a:hover {
  background-color: #231f20;
  color: #ee7e94;
}

.list-topics-menu li.tyuutomuke a {
  background-color: #82a0ff;
}

.list-topics-menu li.tyuutomuke a:hover {
  background-color: #231f20;
  color: #82a0ff;
}

.list-topics-menu li.voice a {
  background-color: #fff100;
}

.list-topics-menu li.voice a:hover {
  background-color: #231f20;
  color: #fff100;
}

.list-topics-menu li.voice_new a {
  background-color: #fff100;
}

.list-topics-menu li.voice_new a:hover {
  background-color: #231f20;
  color: #fff100;
}

.list-topics-menu li.ict a {
  background-color: #7a39a0;
}

.list-topics-menu li.ict a:hover {
  background-color: #231f20;
  color: #7a39a0;
}

.list-topics-menu li.voice_career a {
  background-color: #fff100;
}

.list-topics-menu li.voice_career a:hover {
  background-color: #231f20;
  color: #fff100;
}

@media screen and (max-width: 900px) {
  .list-topics-menu {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .topics-menu {
    margin-top: 0;
    padding: 1px;
    background-color: #fff;
  }

  .list-topics-menu li {
    width: 50%;
    border-color: #fff;
  }

  .list-topics-menu li.all a {
    background-color: #dae1f3;
  }
}

/* Topics index */
.list-topics {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
}

.list-topics li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
}

.list-topics li:nth-of-type(4n) {
  margin-right: 0;
}

.list-topics .item {
  display: block;
  height: 100%;
  box-sizing: border-box;
  background-color: #f0f3fa;
}

.list-topics .item .thumb {
  display: block;
  height: 186px;
  overflow: hidden;
}

.list-topics .item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.list-topics .item .date {
  display: inline-block;
  line-height: 1.2;
  color: #8e8083;
  font-size: 13px;
  font-size: 1.3rem;
}

.list-topics .item h3 {
  margin: 0;
  line-height: 1.5;
}

.list-topics .item:hover {
  opacity: 0.7;
}

.list-topics .cont {
  padding: 5px 10px 15px;
}

.list-topics .mark-new {
  display: none;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .list-topics .mark-new {
    top: 4px;
    left: 4px;
  }
}

.list-topics .category {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.list-topics .category .label {
  width: 32.6666666667%;
  box-sizing: border-box;
  padding: 0.4em 0;
  font-size: 10px;
  font-size: 1rem;
  margin-right: 1%;
  margin-bottom: 1%;
  text-align: center;
  letter-spacing: 0;
  font-weight: 900;
}

.list-topics .category .label:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .list-topics .category .label:nth-of-type(3n) {
    margin-right: 1%;
  }
}

@media screen and (max-width: 960px) {
  .list-topics {
    width: auto;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .list-topics li {
    width: 100%;
    margin: 0 0 1%;
    border-bottom: 1px solid #fff;
  }

  .list-topics .item {
    padding: 20px;
  }

  .list-topics .item .thumb {
    width: 38%;
    height: auto;
    float: left;
  }

  .list-topics .cont {
    padding: 0;
  }

  .list-topics .info {
    padding-left: 42%;
  }

  .list-topics .category {
    clear: left;
    padding-top: 10px;
  }

  .list-topics .category .label {
    width: 24%;
  }
}

.topics-new {
  padding-top: 15px;
  margin-bottom: 30px;
  background-color: #dae1f3;
}

@media screen and (max-width: 768px) {
  .topics-new {
    margin-bottom: 0;
  }
}

.title-topics-new {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #231f20;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.list-topics-new {
  list-style: none;
  padding: 0 10px 10px;
  margin: 0;
}

.list-topics-new li {
  border-bottom: 2px solid #dae1f3;
}

.list-topics-new a,
.list-topics-new .item {
  display: block;
  padding: 10px;
  background-color: #fff;
}

.list-topics-new a .thumb,
.list-topics-new .item .thumb {
  width: 30%;
  float: left;
  margin-bottom: 10px;
}

.list-topics-new a .thumb img,
.list-topics-new .item .thumb img {
  max-width: 100%;
  height: auto;
}

.list-topics-new a .info,
.list-topics-new .item .info {
  padding-left: 34%;
}

.list-topics-new a .date,
.list-topics-new .item .date {
  display: block;
  margin: 0 0 0.5em;
  color: #8e8083;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  vertical-align: top;
}

.list-topics-new a h3,
.list-topics-new .item h3 {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.list-topics-new .category {
  margin-top: 10px;
  overflow: hidden;
  clear: left;
}

.list-topics-new .category .label {
  width: 24.25%;
  font-size: 10px;
  font-size: 1rem;
  margin-right: 1%;
  margin-bottom: 1%;
  float: left;
  padding: 0.4em 0;
  text-align: center;
  font-weight: bold;
}

.list-topics-new .category .label:nth-of-type(4n) {
  margin-right: 0;
}

.list-topics-new .mark-new {
  display: none;
}

@media screen and (max-width: 1100px) {
  .list-topics-new {
    overflow: hidden;
  }

  .list-topics-new li {
    width: 50%;
    float: left;
    border: 1px solid #dae1f3;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .list-topics-new {
    padding-right: 0;
    padding-left: 0;
  }

  .list-topics-new li {
    width: auto;
    float: none;
  }
}

.topics-menu-sub {
  padding-top: 20px;
  background-color: #dae1f3;
}

.topics-menu-sub .list-topics-menu {
  width: auto;
  padding: 10px;
}

.topics-menu-sub .list-topics-menu li {
  width: auto;
  border: none;
  margin-bottom: 4px;
  float: none;
}

.topics-menu-sub .list-topics-menu a {
  padding: 0.75em 0.5em 0.75em 1.5em;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .topics-menu-sub {
    background-color: #fff;
  }
}

.title-topics-menu {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #231f20;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .topics-menu-sub .list-topics-menu {
    padding: 8px;
    overflow: hidden;
  }

  .topics-menu-sub .list-topics-menu li {
    width: 50%;
    margin: 0;
    border: 2px solid #fff;
    float: left;
  }

  .topics-menu-sub .list-topics-menu li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.title-topics-page {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  margin: 0 0 1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .title-topics-page {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.date-topics-page {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}

@media screen and (max-width: 768px) {
  .date-topics-page {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cat-topics-page .label {
  padding: 0.25em 1em;
  font-weight: 600;
}

.cont-topics h3 {
  display: inline-block;
  font-size: 200%;
  z-index: 1;
}

.cont-topics h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  padding: 0 1em;
  margin: -0.5em 0 0 -1em;
  background-color: #fff100;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .cont-topics h3:after {
    margin-left: -20px;
    padding: 0 20px;
  }
}

.cont-topics h4 {
  margin: 2em 0 1em;
  padding-left: 0.5em;
  border-left: 6px solid #fff100;
  font-size: 150%;
  font-weight: bold;
}

.cont-topics h4:first-child {
  margin-top: 0;
}

.cont-topics h5 {
  margin: 2em 0 1em;
  font-size: 115%;
  font-weight: bold;
}

.cont-topics h6 {
  margin: 2em 0 1em;
  font-weight: bold;
}

.section-topics_entry {
  margin-top: 60px;
}

.section-topics_entry>ol {
  padding-left: 0;
  list-style: none;
}

.section-topics_entry>ol>li {
  margin-bottom: 30px;
}

.topics__btn--more {
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
  border: 2px solid #231f20;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

a:hover .topics__btn--more {
  background-color: #231f20;
  color: #fff;
}

.topics__list--2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topics__list--2col li {
  width: 48%;
  list-style: none;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .topics__list--2col {
    justify-content: center;
  }

  .topics__list--2col li {
    width: 100%;
    margin-bottom: 2em;
  }
}

/* --- BLOCK --- */
.u-inline-block {
  display: inline-block;
}

/* --- Float --- */
.u-fl-left {
  float: left;
}

.u-fl-right {
  float: right;
}

/* --- Float Image --- */
.fl-img-left {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.fl-img-right {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {

  .fl-img-left,
  .fl-img-right {
    float: none;
    margin: 0 0 1em;
    width: 100%;
    height: auto;
  }
}

/* --- FONT --- */
/* Font Size */
.fz-xs {
  font-size: 65%;
}

.fz-s {
  font-size: 80%;
}

.fz-1 {
  font-size: 10px;
  font-size: 1rem;
}

.fz-2 {
  font-size: 20px;
  font-size: 2rem;
}

.fz-3 {
  font-size: 30px;
  font-size: 3rem;
}

.fz-4 {
  font-size: 40px;
  font-size: 4rem;
}

.fz-5 {
  font-size: 50px;
  font-size: 5rem;
}

.fz-6 {
  font-size: 60px;
  font-size: 6rem;
}

.fz-7 {
  font-size: 70px;
  font-size: 7rem;
}

.fz-8 {
  font-size: 80px;
  font-size: 8rem;
}

.fz-9 {
  font-size: 90px;
  font-size: 9rem;
}

.fz-10 {
  font-size: 100px;
  font-size: 10rem;
}

.fz-11 {
  font-size: 110px;
  font-size: 11rem;
}

.fz-12 {
  font-size: 120px;
  font-size: 12rem;
}

.fz-13 {
  font-size: 130px;
  font-size: 13rem;
}

.fz-14 {
  font-size: 140px;
  font-size: 14rem;
}

.fz-15 {
  font-size: 150px;
  font-size: 15rem;
}

.fz-16 {
  font-size: 160px;
  font-size: 16rem;
}

.fz-17 {
  font-size: 170px;
  font-size: 17rem;
}

.fz-18 {
  font-size: 180px;
  font-size: 18rem;
}

.fz-19 {
  font-size: 190px;
  font-size: 19rem;
}

.fz-20 {
  font-size: 200px;
  font-size: 20rem;
}

/* Font Weight */
.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.fw-100 {
  font-weight: 100;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

/* Font Color */
.c-red {
  color: #f00;
}

.c-main {
  color: #32b1a1;
}

.c-sub {
  color: #2d3766;
}

.c-orange {
  color: #ff8438;
}

/* --- MARGIN --- */
.u-mt-0 {
  margin-top: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mt-1 {
  margin-top: 10px;
}

.u-mr-1 {
  margin-right: 10px;
}

.u-mb-1 {
  margin-bottom: 10px;
}

.u-ml-1 {
  margin-left: 10px;
}

.u-mt-2 {
  margin-top: 20px;
}

.u-mr-2 {
  margin-right: 20px;
}

.u-mb-2 {
  margin-bottom: 20px;
}

.u-ml-2 {
  margin-left: 20px;
}

.u-mt-3 {
  margin-top: 30px;
}

.u-mr-3 {
  margin-right: 30px;
}

.u-mb-3 {
  margin-bottom: 30px;
}

.u-ml-3 {
  margin-left: 30px;
}

.u-mt-4 {
  margin-top: 40px;
}

.u-mr-4 {
  margin-right: 40px;
}

.u-mb-4 {
  margin-bottom: 40px;
}

.u-ml-4 {
  margin-left: 40px;
}

.u-mt-5 {
  margin-top: 50px;
}

.u-mr-5 {
  margin-right: 50px;
}

.u-mb-5 {
  margin-bottom: 50px;
}

.u-ml-5 {
  margin-left: 50px;
}

.u-mt-6 {
  margin-top: 60px;
}

.u-mr-6 {
  margin-right: 60px;
}

.u-mb-6 {
  margin-bottom: 60px;
}

.u-ml-6 {
  margin-left: 60px;
}

.u-mt-7 {
  margin-top: 70px;
}

.u-mr-7 {
  margin-right: 70px;
}

.u-mb-7 {
  margin-bottom: 70px;
}

.u-ml-7 {
  margin-left: 70px;
}

.u-mt-8 {
  margin-top: 80px;
}

.u-mr-8 {
  margin-right: 80px;
}

.u-mb-8 {
  margin-bottom: 80px;
}

.u-ml-8 {
  margin-left: 80px;
}

.u-mt-9 {
  margin-top: 90px;
}

.u-mr-9 {
  margin-right: 90px;
}

.u-mb-9 {
  margin-bottom: 90px;
}

.u-ml-9 {
  margin-left: 90px;
}

.u-mt-10 {
  margin-top: 100px;
}

.u-mr-10 {
  margin-right: 100px;
}

.u-mb-10 {
  margin-bottom: 100px;
}

.u-ml-10 {
  margin-left: 100px;
}

/* --- RESPONSIVE --- */
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.min-sp-only {
  display: none;
}

@media screen and (min-width: 250px) and (max-width: 600px) {
  .min-sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

/* --- TEXT_ALIGN --- */
.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

/* --- Movie thumbs --- */
.mov-thumb {
  display: inline-block;
}

.mov-thumb:hover {
  opacity: 0.5;
}

.mov-thumb img {
  max-width: 100%;
  height: auto;
}

/* menu sub_page */
.menu-sub_page {
  margin: 0.5em 0 1em;
  padding: 0;
  overflow: hidden;
  clear: both;
  float: right;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .menu-sub_page {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.menu-sub_page li {
  float: left;
  margin-bottom: 0.5em;
}

.menu-sub_page a {
  display: inline-block;
  position: relative;
}

.menu-sub_page li.is-active a:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 1em;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .menu-sub_page {
    float: none;
    clear: left;
    margin: 0;
    padding: 0.75em 0 1.75em;
  }
}

/* --- contens-main --- */
.contents-main {
  position: relative;
}

.cover-contents-main {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

.container-section {
  width: 1100px;
  margin: 0 auto;
  *zoom: 1;
}

.container-section:before,
.container-section:after {
  content: "";
  display: table;
}

.container-section:after {
  clear: both;
}

.section-main {
  width: 720px;
  float: left;
}

.section-main img {
  max-width: 100%;
  height: auto;
}

.section-sub {
  width: 310px;
  float: right;
}

@media screen and (max-width: 1100px) {
  .container-section {
    width: auto;
  }

  .section-main {
    width: auto;
    padding: 0 20px 20px;
    float: none;
  }

  .section-sub {
    width: auto;
    float: none;
  }
}

/* --- Special --- */

/*# sourceMappingURL=style.css.map*/