html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

* {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 0.625em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  font-weight: 100;
  color: #212326;
}

body.is-fixed {
  height: 100vh;
  width: 100vw;
  position: fixed;
}

body.is-lock {
  overflow: hidden !important;
}

.win,
.mac {
  overflow-y: inherit !important;
}

main {
  width: 100%;
}

.layout-header {
  background-color: transparent;
}

.layout-content {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .layout-content {
    margin-bottom: 0;
  }
}

.layout-footer a {
  line-height: 1.9;
}


@media screen and (max-width: 768px) {
  .layout-footer_return-top.js-return-top {
    display: none;
  }
}

body :not(.footer-only-pc):not(.footer-only-sp) .layout-footer .layout-footer_copyright {
  line-height: 1.9;
}

.is-fade-in {
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.m-pc {
  display: block;
}

.m-sp {
  display: none;
}

.-wb {
  display: inline-block;
}

img {
  display: block;
}

a {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

a:link,
a:visited {
  color: inherit;
}

sub,
sup {
  font-size: 80%;
}

@media screen and (max-width: 768px) {
  .m-pc {
    display: none;
  }

  .m-sp {
    display: block;
  }

  input[type="text"],
  input[type="button"],
  input[type="email"],
  input[type="submit"],
  input[type="password"],
  textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    border-radius: 0;
  }
}

main {
  background-color: #f5f6f9;
}

@media screen and (min-width: 769px) {
  main {
    margin-top: -70px;
    padding-bottom: 120px;
    min-width: 1080px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.recruit-section__inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .recruit-section__inner {
    max-width: 1280px;
    min-width: 1080px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-section__inner {
    width: 100%;
    padding: 0 20px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes labelIn {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes labelIn {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes labelOut {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes labelOut {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-layout-box__wrap {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-layout-box__wrap {
    padding-top: 40px;
  }

  .c-layout-box__wrap:first-of-type {
    padding-top: 0;
  }
}

.c-layout-box__block,
.c-layout-box__block--type-full {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-width: 480px;
}

@media screen and (max-width: 768px) {

  .c-layout-box__block,
  .c-layout-box__block--type-full {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {

  .c-layout-box__block:first-of-type,
  .c-layout-box__block--type-full:first-of-type {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {

  .c-layout-box__block:first-of-type,
  .c-layout-box__block--type-full:first-of-type {
    margin-top: 0px;
  }
}

.c-layout-box__block--type-full {
  max-width: 100%;
}

.c-layout-box__text,
.c-layout-box__text--align-center {
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
}

@media screen and (min-width: 769px) {

  .c-layout-box__text,
  .c-layout-box__text--align-center {
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {

  .c-layout-box__text,
  .c-layout-box__text--align-center {
    line-height: 1.8;
  }
}

.c-layout-box__text--align-center {
  text-align: center;
}

.c-layout-box__title,
.c-layout-box__title--align-center {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {

  .c-layout-box__title,
  .c-layout-box__title--align-center {
    margin-bottom: 30px;
  }
}

.c-layout-box__title--align-center {
  text-align: center;
}

.c-layout-box__sub-title {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-layout-box__sub-title {
    line-height: 1.6;
    padding: 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .c-layout-box__cards {
    padding-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .c-layout-box__cards {
    padding-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .c-layout-box__card {
    width: 240px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .c-layout-box__card {
    margin-bottom: 35px;
  }
}

.c-layout-box__card-image {
  text-align: center;
}

.c-layout-box__card-image>img {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-layout-box__card-image {
    width: 60%;
    margin: 0 auto;
  }
}

.c-layout-box__card-title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .c-layout-box__card-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-layout-box__card-title {
    padding: 18px 0;
    line-height: 1.6;
  }
}

@media screen and (min-width: 769px) {

  .c-layout-side-box,
  .c-layout-side-box--has-border-top {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {

  .c-layout-side-box,
  .c-layout-side-box--has-border-top {
    padding-top: 30px;
  }
}

.c-layout-side-box--has-border-top {
  border-top: 1px solid #d9d9d9;
}

@media screen and (min-width: 769px) {
  .c-layout-side-box--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .c-layout-side-box--flex>.c-layout-side-box__wrap:first-of-type {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .c-layout-side-box__wrap {
    width: 390px;
  }
}

.c-layout-side-box__block {
  padding-top: 60px;
}

@media screen and (min-width: 769px) {
  .c-layout-side-box__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .c-layout-side-box__block--sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .c-layout-side-box__block--sp-flex>.c-layout-side-box__description--has-margin-left {
    margin-left: 25px;
  }

  .c-layout-side-box__block--sp-flex .c-layout-side-box__title,
  .c-layout-side-box__block--sp-flex .c-layout-side-box__title--type-02,
  .c-layout-side-box__block--sp-flex .c-layout-side-box__title--type-03 {
    text-align: inherit;
    padding: 0;
    font-size: 14px;
  }

  .c-layout-side-box__block:nth-child(2) {
    padding-top: 30px;
  }
}

.c-layout-side-box__block:first-of-type {
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .c-layout-side-box__image {
    min-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .c-layout-side-box__image {
    min-width: 45.37%;
  }
}

@media screen and (min-width: 769px) {
  .c-layout-side-box__description--has-margin-left {
    margin-left: 60px;
  }
}

.c-layout-side-box__tag {
  display: inline-block;
  background-color: #b6b29a;
  color: #fff;
  padding: 10px 15px;
}

@media screen and (min-width: 769px) {
  .c-layout-side-box__tag {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-layout-side-box__tag {
    margin-bottom: 15px;
  }
}

.c-layout-side-box__title,
.c-layout-side-box__title--type-02,
.c-layout-side-box__title--type-03 {
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {

  .c-layout-side-box__title,
  .c-layout-side-box__title--type-02,
  .c-layout-side-box__title--type-03 {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {

  .c-layout-side-box__title,
  .c-layout-side-box__title--type-02,
  .c-layout-side-box__title--type-03 {
    font-size: 17px;
    line-height: 1.4;
    padding: 18px 0 4px;
    text-align: left;
  }
}

.c-layout-side-box__title--type-02 {
  font-size: 14px;
}

.c-layout-side-box__title--type-02:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .c-layout-side-box__title--type-02 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-layout-side-box__title--type-02 {
    margin-top: 25px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-layout-side-box__title--type-03 {
    padding: 0 0 4px;
  }
}

.c-layout-side-box__text {
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .c-layout-side-box__text {
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .c-layout-side-box__text {
    line-height: 1.8;
  }
}

.c-accent-bar::before,
.c-accent-bar--position-center::before,
.c-accent-bar--color-white::before {
  content: "";
  height: 10px;
  position: absolute;
  display: block;
  top: 0;
}

@media screen and (min-width: 769px) {

  .c-accent-bar::before,
  .c-accent-bar--position-center::before,
  .c-accent-bar--color-white::before {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {

  .c-accent-bar::before,
  .c-accent-bar--position-center::before,
  .c-accent-bar--color-white::before {
    width: 100px;
  }
}

.c-accent,
.c-accent--position-center,
.c-accent--color-white {
  position: absolute;
  font-size: 12px;
  letter-spacing: 0.05em;
  top: 32px;
}

@media screen and (min-width: 769px) {
  .c-accent-bar--position-center::before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}

.c-accent-bar--color-white::before {
  background-color: #fff !important;
}

@media screen and (min-width: 769px) {
  .c-accent--position-center {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}

.c-accent--color-white {
  color: #fff !important;
}

.c-outline {
  position: relative;
}

.c-outline::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  background-color: #f4a073;
  top: 0;
  z-index: 0;
}

.c-outline__title {
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .c-outline__title {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .c-outline__title {
    padding-top: 45px;
  }
}

.c-outline__sub-title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .c-outline__sub-title {
    font-size: 18px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-outline__sub-title {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.6;
  }
}

.c-outline__container {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .c-outline__container {
    margin: 30px auto 0;
    padding: 60px 120px;
  }
}

@media screen and (max-width: 768px) {
  .c-outline__container {
    margin: 20px auto 0;
    padding: 32px 24px;
  }
}

.c-outline__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .c-outline__persons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 882px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 60px auto 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .c-outline__persons {
    margin: 30px auto 0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .c-outline__person {
    background-color: #fff;
    width: 254px;
    padding: 40px 20px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .c-outline__person {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .c-outline__person-wrap {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-outline__person-image {
    min-width: 90px;
  }
}

.c-outline__person-image>img {
  display: inline;
}

.c-outline__person-profile {
  font-size: 12px;
  text-align: left;
  color: #939393;
  letter-spacing: 0.05em;
  margin-top: 16px;
  line-height: 1.8;
}

.c-outline__person-name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .c-outline__person-name {
    margin-top: 22px;
  }
}

.c-outline__person-position {
  color: #939393;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-outline__person-position {
    font-size: 12px;
  }
}

.c-main-visual {
  position: relative;
}

@media screen and (min-width: 769px) {
  .c-main-visual {
    min-height: 655px;
    background-image: url(../img/action/main-visual_image01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (min-width: 1600px) {
  .c-main-visual {
    min-height: 830px;
  }
}

@media screen and (max-width: 768px) {
  .c-main-visual {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .c-main-visual__image {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .c-main-visual__titles {
    position: absolute;
    bottom: 80px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .c-main-visual__titles {
    color: #212326;
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .c-main-visual__en-title {
    font-size: 96px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-main-visual__en-title {
    font-size: 50px;
    display: block;
  }
}

.c-main-visual__jp-title {
  font-size: 14px;
  letter-spacing: 0.05em;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-main-visual__jp-title {
    line-height: 1.6;
    margin-top: 20px;
  }
}

.mega-dropdown {
  z-index: 1;
}

.c-recruit-menu.is-fixed {
  position: fixed;
  top: 0;
}

@media (max-width: 1280px) and (min-width: 769px) {
  .c-recruit-menu.is-fixed .c-recruit-menu__category-link {
    font-size: calc((14 - 10) * ((100vw - 769px) / (1280 - 769)) + 10px);
  }
}

.c-recruit-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: #fff;
}

@media (max-width: 768px) {
  .c-recruit-menu {
      background-color: rgba(0, 0, 0, 0.5);
  }
}

.c-recruit-menu::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background: #B2B2B2;
}

@media screen and (min-width: 769px) {
  .c-recruit-menu {
    height: 48px;
    font-size: 16px;
    z-index: -1;
    /* border-top: 1px solid #b2b2b2; */
    padding: 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .c-recruit-menu {
    height: 47px;
    padding-left: 18px;
    font-size: 12px;
    letter-spacing: 0.05em;
    position: absolute;
    z-index: 2;
  }
}

/* .c-recruit-menu:before,
.c-recruit-menu:after {
  content: none;
} */

@media screen and (min-width: 769px) {
  .c-recruit-menu:hover {
    background-color: #fff;
    opacity: 1;
  }
}

.c-recruit-menu:hover a {
  text-decoration: none;
}

/* 
.c-recruit-menu:hover .c-recruit-menu__names {
  color: #212326;
} */

.c-recruit-menu:hover .c-recruit-menu__category-link>a {
  color: #212326;
  cursor: pointer;
}

.c-recruit-menu:hover .c-recruit-menu__category-link>span.comingsoon {
  color: #bcbcbc;
}

.c-recruit-menu__user-link--cat-entry {
  background: #fff;
  margin-right: 8px;
  position: relative;
}

.c-recruit-menu__user-link--cat-my-page {
  background: #fff;
  position: relative;
}

@media (max-width: 768px) {
  .c-recruit-menu__user-link--cat-entry {
    margin-right: 0;
  }

  .c-recruit-menu__user-link--cat-my-page {
    background: transparent;
  }
}

@media (min-width: 769px) {

  .c-recruit-menu:hover .c-recruit-menu__user-link--cat-intern>a {
    color: #212326;
  }

  .c-recruit-menu:hover .c-recruit-menu__user-link--cat-my-page {
    position: relative;
  }

  .c-recruit-menu:hover .c-recruit-menu__user-link--cat-my-page>a {
    color: #212326;
  }

  .c-recruit-menu:hover .c-recruit-menu__user-link--cat-my-page:hover {
    background-color: #f2f2f2;
  }

  .c-recruit-menu:hover .c-recruit-menu__user-link--cat-my-page:hover>a {
    color: #212326;
    opacity: 1;
  }

  .c-recruit-menu:hover .c-recruit-menu__user-link--cat-entry {
    background-color: rgba(33, 35, 38, 0.8);
  }

  .c-recruit-menu:hover .c-recruit-menu__user-link--cat-entry:hover {
    background-color: #000000;
  }

  .c-recruit-menu:hover .c-recruit-menu__user-link--cat-entry:hover>a {
    color: #fff;
    opacity: 1;
  }

  .c-recruit-menu:hover .c-recruit-menu__brand-name {
    color: #212326;
  }

  .c-recruit-menu:hover .c-recruit-menu__site-name {
    color: #212326;
  }
}

.c-recruit-menu__names {
  /* display: block; */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-recruit-menu__names {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.c-recruit-menu__brand-name {
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.4;
  /* color: #fff; */
  color: #000;
  margin-right: 15px;
}

@media (max-width: 1280px) and (min-width: 769px) {
  .c-recruit-menu.is-fixed .c-recruit-menu__brand-name {
    font-size: calc((20 - 18) * ((100vw - 769px) / (1280 - 769)) + 18px);
  }
}

@media screen and (min-width: 769px) {
  .c-recruit-menu__brand-name {
    font-size: 2rem;
    /* margin-bottom: 5px; */
  }
}

@media screen and (max-width: 768px) {
  .c-recruit-menu__brand-name {
    font-size: 1.3rem;
    color: #fff;
    line-height: 1;
  }
}

.c-recruit-menu__site-name {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  display: block;
  /* color: #fff; */
  color: #000;
  padding-top: 5px;
}

@media (max-width: 1280px) and (min-width: 769px) {
  .c-recruit-menu.is-fixed .c-recruit-menu__site-name {
    font-size: calc((14 - 12) * ((100vw - 769px) / (1280 - 769)) + 11px);
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .c-recruit-menu__site-name {
    font-size: 1rem;
    color: #fff;
    line-height: 1;
  }
}


.c-recruit-menu__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.c-recruit-menu__category-link {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 16px;
}

@media screen and (min-width: 769px) {
  .c-recruit-menu__category-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .c-recruit-menu__category-link {
    line-height: 48px;
  }

  .c-recruit-menu__category-link {
    padding: 0 16px;
  }

  .c-recruit-menu__category-link>a {
    /* color: #fff; */
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }

  .c-recruit-menu__category-link>a:hover:before {
    background-color: #292B2E;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.4s 0.15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .c-recruit-menu__category-link>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 5px;
    width: calc(100% + 15px);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: transform 0.4s 0.15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .c-recruit-menu__category-link.is-current a::before {
    background-color: #292B2E;
  }

  .c-recruit-menu__category-link>span.comingsoon {
    color: #c9c9c9;
  }

  .c-recruit-menu__category-link a::after {
    background: url(../../common/img/parts/icon-down-arrow_bg.svg) no-repeat 0 0;
    background-size: 10px 6px;
    content: '';
    height: 6px;
    margin-top: -2px;
    width: 10px;
    position: absolute;
    right: -14px;
    top: 50%;
  }
}

.c-recruit-menu__user-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .c-recruit-menu__user-link-list {
    position: fixed;
    top: 50%;
    right: -144px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .c-recruit-menu__user-link-list.m-sp {
    display: none;
  }

  .c-recruit-menu__user-link--cat-entry {
    margin-left: 8px;
  }

}

@media (max-width: 768px) {
  .c-recruit-menu__user-link-list.m-pc {
    display: none;
  }
}

.c-recruit-menu__user-link {
  text-align: center;
  width: 160px;
  line-height: 48px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .c-recruit-menu__user-link {
    line-height: 47px;
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .c-recruit-menu__user-link--cat-entry {
    background-color: #212326;
  }
}

.c-recruit-menu__user-link>a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .c-recruit-menu__user-link>a {
    transition: 0.4s all;
  }
}

@media screen and (max-width: 768px) {
  .c-recruit-menu__user-link>a {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .c-recruit-menu__user-link a:hover {
    color: #000;
    background-color: #fff;
    opacity:1;
  }
}

.c-recruit-menu__user-link a[target="_blank"]:not(.m-no-icon):after {
  background-image: url(../../common/img/parts/icon-window_bg02.svg);
}

@media screen and (min-width: 769px) {
  .c-recruit-menu__user-link a:hover[target="_blank"]:not(.m-no-icon):after {
    background-image: url(../../common/img/parts/icon-window_bg01.svg);
  }
}

.c-recruit-menu__user-link--cat-entry:before,
.c-recruit-menu__user-link--cat-my-page:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  bottom:0;
  right:0;
  transform: rotate(270deg);
}

.c-recruit-menu__user-link--cat-entry:before {
  border-color: transparent transparent transparent #F3BE01;
}

.c-recruit-menu__user-link--cat-my-page:before {
  border-color: transparent transparent transparent #4C88CB;
}


@media screen and (min-width: 769px) {
  .is-current.c-recruit-menu__category-link--cat-future>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-recruit-menu .c-recruit-menu__category-link--cat-future>a:before {
    opacity: 1;
  }

  .is-current.c-recruit-menu__category-link--cat-action>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-recruit-menu .c-recruit-menu__category-link--cat-action>a:before {
    opacity: 1;
  }

  .is-current.c-recruit-menu__category-link--cat-reason>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-recruit-menu .c-recruit-menu__category-link--cat-reason>a:before {
    opacity: 1;
  }

  .is-current.c-recruit-menu__category-link--cat-field>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-recruit-menu .c-recruit-menu__category-link--cat-field>a:before {
    opacity: 1;
  }

  .is-current.c-recruit-menu__category-link--cat-people>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-recruit-menu .c-recruit-menu__category-link--cat-people>a:before {
    opacity: 1;
  }

  .is-current.c-recruit-menu__category-link--cat-career>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-recruit-menu .c-recruit-menu__category-link--cat-career>a:before {
    opacity: 1;
  }

  .is-current.c-recruit-menu__category-link--cat-company>a {
    color: #b6b29a !important;
  }

  .is-current.c-recruit-menu__category-link--cat-company>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-recruit-menu .c-recruit-menu__category-link--cat-company>a:before {
    opacity: 1;
  }

  .is-current.c-recruit-menu__category-link--cat-vision>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-recruit-menu .c-recruit-menu__category-link--cat-vision>a:before {
    opacity: 1;
  }

  .is-current.c-recruit-menu__category-link--cat-recruit>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-recruit-menu .c-recruit-menu__category-link--cat-recruit>a:before {
    opacity: 1;
  }

  .is-current.c-recruit-menu__category-link--cat-intern>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-recruit-menu .c-recruit-menu__category-link--cat-intern>a:before {
    opacity: 1;
  }

  .c-recruit-mega-menu {
    display: none;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu {
    display: block;
    line-height: 1;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    background: #292B2E;
    width: 100%;
    overflow: hidden;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 1440px;
    width: 100%;
  }

  @media (min-width: 769px) {
    .c-recruit-menu__category-link:hover .c-recruit-mega-menu__wrapper {
      min-height: 160px;
    }
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__titles {
    margin-left: 100px;
    color: #fff;
    text-align: left;
    word-break: keep-all;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__jp-title {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 10px;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__en-title {
    font-size: 1.4rem;
    display: block;
    line-height: 1;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__links {
    width: 100%;
    max-width: 800px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }

  .c-recruit-mega-menu__links a:not([target="_blank"]):not(.m-no-icon):after {
    display: none;
  }

  .c-recruit-mega-menu__links a[target="_blank"]:not(.m-no-icon):after {
    background-image: url(../../common/img/parts/icon-window_bg02.svg);
    right: 60px;
    top: 10px;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__links--type-card {
    padding: 50px 0 40px 0;
    margin-left: 100px;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__links--type-card .c-recruit-mega-menu__item {
    width: 100%;
    max-width: 220px;
    font-size: 1.6rem;
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__links--type-card .c-recruit-mega-menu__item:nth-of-type(4n) {
    margin-right: 0;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__links--type-text {
    padding: 115px 120px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__links--type-text .c-recruit-mega-menu__item {
    margin-left: 60px;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__links--type-text .c-recruit-mega-menu__item:first-child {
    margin-left: 0;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__link {
    color: #fff;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    display: block;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__link:hover {
    color: #fff;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__link span {
    position: relative;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__link span::before {
    content: "";
    position: absolute;
    background-image: url(../../common/img/parts/button_bg03.svg);
    right: -60px;
    top: 5px;
    width: 16px;
    height: 16px;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__image {
    margin-bottom: 20px;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__image>img {
    width: 100%;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__name {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }

  .c-recruit-menu__category-link:hover .c-recruit-mega-menu__position {
    font-size: 10px;
    letter-spacing: 0.05em;
  }

}

@media screen and (max-width: 768px) {
  .c-recruit-ham__wrap {
    display: none;
  }

  .c-recruit-ham__trigger {
    border-radius: 50px;
    background-color: #212326;
    color: #fff;
    width: 62.5px;
    height: 61.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 7;
    position: fixed;
    right: 11px;
    bottom: 4vw;
    cursor: pointer;
  }

  .c-recruit-ham__bars {
    width: 16px;
    margin-bottom: 7px;
  }

  .c-recruit-ham__bars>img {
    width: 100%;
  }

  .c-recruit-ham__menu-icon {
    display: block;
  }

  .c-recruit-ham__close-icon {
    display: none;
  }

  .c-recruit-ham__state,
  .c-recruit-ham__state--text-menu,
  .c-recruit-ham__state--text-close {
    font-size: 9px;
  }

  .c-recruit-ham__state--text-menu {
    display: block;
  }

  .c-recruit-ham__state--text-close {
    display: none;
  }

  .c-recruit-ham.is-active {
    pointer-events: auto;
  }

  .c-recruit-ham.is-active .c-recruit-ham__trigger {
    z-index: 1001;
    pointer-events: auto;
    cursor: pointer;
  }

  .c-recruit-ham.is-active .c-recruit-ham__wrap {
    top: 0;
    display: block;
    z-index: 5;
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: #282a2d;
    overflow-y: auto;
  }

  .c-recruit-ham.is-active .c-recruit-ham__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid #212326;
  }

  .c-recruit-ham.is-active .c-recruit-ham__item:last-child {
    border-bottom: none;
  }

  .c-recruit-ham.is-active .c-recruit-ham__category-link {
    min-width: 85px;
    font-size: 16px;
    line-height: 1.1;
  }

  .c-recruit-ham.is-active .c-recruit-ham__category-link>a,
  .c-recruit-ham.is-active .c-recruit-ham__category-link>div {
    color: #fff;
  }

  .c-recruit-ham.is-active .c-recruit-ham__links--display-flex {
    width: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -18px;
  }

  .c-recruit-ham.is-active .c-recruit-ham__links--display-flex>.c-recruit-ham__link {
    margin-right: 30px;
  }

  .c-recruit-ham.is-active .c-recruit-ham__link {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .c-recruit-ham.is-active .c-recruit-ham__link:last-child {
    margin-bottom: 0;
  }

  .c-recruit-ham.is-active .c-recruit-ham__link>a {
    color: #828385;
  }

  .c-recruit-ham.is-active .c-recruit-ham__link>span.comingsoon {
    color: #42454b;
  }

  .c-recruit-ham.is-active .c-recruit-ham__bars {
    margin-bottom: 9px;
  }

  .c-recruit-ham.is-active .c-recruit-ham__menu-icon {
    display: none;
  }

  .c-recruit-ham.is-active .c-recruit-ham__close-icon {
    display: block;
  }

  .c-recruit-ham.is-active .c-recruit-ham__state--text-menu {
    display: none;
  }

  .c-recruit-ham.is-active .c-recruit-ham__state--text-close {
    display: block;
  }


  .c-recruit-ham-nav {
    color: #fff;
  }

  .c-recruit-ham-nav__inner {
    padding: 35px 30px 45px;
  }

  .c-recruit-ham-nav__titles {
    padding-bottom: 35px;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .c-recruit-ham-nav__title {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.15em;
    margin-right: 15px;
    display: block;
  }

  .c-recruit-ham-nav__min-title {
    font-size: 1.4rem;
  }

  .c-recruit-ham-nav__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
  }

  .c-recruit-ham-nav__item {
    width: calc(50% - 8px);
  }

  .c-recruit-ham-nav__item:nth-child(odd) {
    margin-right: 15px;
  }

  .c-recruit-ham-nav__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 28px;
  }

  .c-recruit-ham-nav__category-link {
    width: 35px;
    padding-bottom: 5px;
  }

  .c-recruit-ham-nav__category-link .category {
    writing-mode: vertical-lr;
  }

  .c-recruit-ham-nav__group {
    margin-left: 30px;
  }

  .c-recruit-ham-nav__category-link {
    border-top: none;
    border-right: 4px solid #fff;
    padding-top: 0;
  }

  .c-recruit-ham-nav__links--display-flex {
    width: calc(100% - 145px);
  }

  .c-recruit-ham-nav__links--display-flex>li {
    margin-right: 35px;
  }

  .c-recruit-ham-nav__dir {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.c-recruit-ham-nav__link>a, .c-recruit-ham-nav__link>span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.02em;
    display: block;
}

.c-recruit-ham-nav__category-link {
    font-size: 12px;
    line-height: 1.08;
    color: #fff;
    letter-spacing: 0.02em;
    display: block;
    width: 35px;
    padding-bottom: 5px;
}

  .c-recruit-ham-nav__link {
    margin-bottom: 15px;
  }

  .c-recruit-ham-nav__link:last-child,
  .c-recruit-ham-nav__link:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .c-recruit-ham-nav__item {
    width: 100%;
  }

  .c-recruit-ham-nav__item:nth-child(odd) {
    margin-right: 0;
  }
}

.c-recruit-ham-nav__link a[target="_blank"]:not(.m-no-icon):after {
  background-image: url(/common/img/parts/icon-window_bg02.svg);
  height: 11px;
  width: 11px;
}

.c-news {
  z-index: 2;
  background-color: #ffea6e;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .c-news {
    position: absolute;
    padding: 25px 30px;
    top: 0;
    left: 50%;
    width: 50%;
    min-width: 540px;
  }
}

@media screen and (max-width: 768px) {
  .c-news {
    left: initial;
    padding: 12.5px 10px 12.5px 20px;
    font-size: 12px;
    box-sizing: border-box;
    min-height: 88px;
    max-height: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.c-news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .c-news__inner {
    max-width: 600px;
  }
}

.c-news__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-left: 1px solid #f0d538;
}

@media screen and (min-width: 769px) {
  .c-news__description {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 25px;
    margin-left: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-news__description {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc(100vw - 150.5px);
    line-height: 1.5;
    padding: 0 0 0 20px;
    margin-left: 20px;
  }
}

.c-news__name {
  font-size: 12px;
}

.c-news__text {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-news__text {
    padding: 0;
  }
}

.c-text-link,
.c-text-link__type01,
.c-text-link__type01--color-white,
.c-text-link__type01--color-black {
  display: inline-block;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  position: relative;
}

.c-text-link__type01,
.c-text-link__type01--color-white,
.c-text-link__type01--color-black {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {

  .c-text-link__type01,
  .c-text-link__type01--color-white,
  .c-text-link__type01--color-black {
    font-size: 14px;
    padding-right: 18px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {

  .c-text-link__type01,
  .c-text-link__type01--color-white,
  .c-text-link__type01--color-black {
    font-size: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
  }
}

.c-text-link__type01--color-white {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.c-text-link__type01--color-black {
  color: #212326;
  border-bottom: 2px solid #212326;
}

.slider {
  position: relative;
}

@media screen and (max-width: 768px) {
  .slider {
    /* padding: 60px 0 40px; */
    padding: 0;
  }
}

.slider .slick-slide {
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .slider .slick-slide {
    width: calc(100vw - 40px);
    max-width: 400px;
  }
}

.slider .slick-slide a {
  outline: none;
  overflow: hidden;
  position: relative;
}

.slider .slick-slide a .slider__img {
  overflow: hidden;
}

.slider .slick-slide a .slider__img img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.slider .slick-slide a:hover {
  /* opacity: 1 !important; */
  opacity: .5;
}

.slider .slick-slide a:hover img {
  /* opacity: 1 !important; */
  /* -webkit-transform: scale(1.2); */
  /* transform: scale(1.2); */
}

@media screen and (min-width: 769px) {
  .slider .slick-arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 1200px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .slider .slide-arrow {
    position: absolute;
    z-index: 1;
    width: 48px;
    max-height: inherit;
  }

  .slider .slide-arrow:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .slider .slide-arrow {
    position: absolute;
    width: 44px;
  }
}

.slider .slide-arrow.prev-arrow {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (min-width: 769px) {
  .slider .slide-arrow.prev-arrow {
    right: 165px;
  }
}

@media screen and (max-width: 768px) {
  .slider .slide-arrow.prev-arrow {
    bottom: 0;
    right: 54px;
  }
}

@media screen and (min-width: 769px) {
  .slider .slide-arrow.next-arrow {
    right: 107px;
  }
}

@media screen and (max-width: 768px) {
  .slider .slide-arrow.next-arrow {
    bottom: 0;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .slider--action {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .slider--action .slide-arrow.next-arrow {
    bottom: 0;
    right: 7px;
  }
}

@media screen and (max-width: 768px) {
  .slider--action .slide-arrow.prev-arrow {
    bottom: 0px;
    right: 50px;
  }
}

.slider--action .slick-current .caption {
  display: block;
}

@media screen and (max-width: 768px) {
  .slider--person {
    background: -webkit-linear-gradient(top, transparent 0, transparent 60px, #8f9194 60px, #8f9194 calc(100% - 45px), transparent calc(100% - 45px), transparent 100%);
    background: linear-gradient(to bottom, transparent 0, transparent 60px, #8f9194 60px, #8f9194 calc(100% - 45px), transparent calc(100% - 45px), transparent 100%);
  }
}

@media screen and (max-width: 768px) {
  .slider--person .slick-list {
    /* margin: 0 13px; */
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }
}

@media screen and (max-width: 768px) {
  .slider--person .slick-slide {
    margin: 0 7px;
    max-width: 180px;
  }
}

@media screen and (min-width: 769px) {
  .slider--person .slick-arrow {
    bottom: -65px;
  }
}

@media screen and (min-width: 769px) {
  .c-recruit-footer {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-recruit-footer {
    padding-top: 50px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
}

.c-user-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .c-user-link-list {
    max-width: 1200px;
    min-width: 1080px;
    padding: 0 40px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-user-link-list {
    padding: 0 20px;
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 769px) {
  .c-user-link-list__item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }

  .c-user-link-list__item:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-user-link-list__item {
    width: 100%;
    max-width: 590px;
    margin: 0 auto 20px;
  }

  .c-user-link-list__item:last-child {
    margin-bottom: 0;
  }
}

.c-user-link-list__link {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #292b2e;
}

@media screen and (min-width: 769px) {
  .c-user-link-list__link {
    height: 165px;
  }
}

@media screen and (max-width: 768px) {
  .c-user-link-list__link {
    height: 110px;
  }
}

.c-user-link-list__en-title {
  font-weight: bold;
  display: block;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .c-user-link-list__en-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .c-user-link-list__en-title {
    font-size: 22px;
  }
}

.c-user-link-list__jp-title {
  letter-spacing: 0.05em;
  display: block;
  color: #828385;
}

@media screen and (min-width: 769px) {
  .c-user-link-list__jp-title {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c-user-link-list__jp-title {
    font-size: 12px;
    margin-top: 10px;
  }
}

.c-footer-nav {
  background-color: #292b2e;
}

@media screen and (min-width: 769px) {
  .c-footer-nav {
    /* min-width: 1080px; */
    padding: 0 40px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer-nav__inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 120px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .c-footer-nav__inner {
    padding: 60px 20px;
  }
}

.c-footer-nav__titles {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .c-footer-nav__titles {
    padding-bottom: 35px;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.c-footer-nav__title {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.15em;
  margin-right: 15px;
  display: block;
}

.c-footer-nav__min-title {
  letter-spacing: 0.05em;
  display: block;
}

@media screen and (min-width: 769px) {
  .c-footer-nav__min-title {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-footer-nav__min-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer-nav__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .c-footer-nav__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-footer-nav__item:nth-child(odd) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c-footer-nav__item {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 480px) {
  .c-footer-nav__item {
    width: 100%;
  }

  .c-footer-nav__item:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .c-footer-nav__item {
    width: 198px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .c-footer-nav__item:not(:last-of-type) {
    margin-right: 40px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer-nav__wrap {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .c-footer-nav__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer-nav__category-link {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-footer-nav__category-link {
    width: 35px;
    padding-bottom: 5px;
  }

  .c-footer-nav__category-link .category {
    writing-mode: vertical-lr;
  }

  .c-footer-nav__group {
    margin-left: 30px;
  }
}

.c-footer-nav__category-link {
  font-size: 12px;
  line-height: 1.08;
  color: #fff;
  letter-spacing: 0.02em;
  display: block;
  border-top: 8px solid #fff;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .c-footer-nav__category-link {
    border-top: none;
    border-right: 4px solid #fff;
    padding-top: 0;
  }
}

.c-footer-nav__links--display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .c-footer-nav__links--display-flex {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .c-footer-nav__links--display-flex {
    width: calc(100% - 145px);
  }
}

@media screen and (max-width: 768px) {
  .c-footer-nav__links--display-flex>li {
    margin-right: 35px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer-nav__links--display-flex>li:nth-child(even) {
    margin-left: 28px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer-nav__link {
    margin-bottom: 15px;
  }
}

.c-footer-nav__link a[target="_blank"]:not(.m-no-icon):after {
  background-image: url(../../common/img/parts/icon-window_bg02.svg);
}

.c-footer-nav__dir{
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-footer-nav__link {
    margin-bottom: 15px;
  }

  .c-footer-nav__link:last-child,
  .c-footer-nav__link:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.c-footer-nav__link>a,
.c-footer-nav__link>span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.02em;
  display: block;
}

.c-footer-nav__link>span.comingsoon {
  line-height: 1.5;
  color: #42454b;
}

.mainvisual {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .mainvisual {
    background: url(../img/index/mainvisual_bg.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .mainvisual #mainvisual {
    min-width: 1080px;
    max-height: 100vh;
    overflow: visible;
    margin: 0 auto;
    display: block;
    background: url(../img/index/mainvisual_sand.png) no-repeat;
    background-size: contain;
    background-position: right;
  }
}

.mainvisual__svg {
  height: 120vh !important;
}

@media screen and (max-width: 768px) {
  .mainvisual__img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}

.mainvisual__block {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .mainvisual__block {
    left: 50%;
    top: 44%;
    width: 1080px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__block {
    left: 20px;
    bottom: 19%;
  }
}

.rower-page-mainvisual__block {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .rower-page-mainvisual__block {
    bottom: 60px;
    left: 0;
    width: 1080px;
  }
}

@media screen and (max-width: 768px) {
  .rower-page-mainvisual__block {
    left: 20px;
    bottom: 19%;
  }
}

.mainvisual__sub {
  position: relative;
}

@media screen and (min-width: 769px) {
  .mainvisual__sub {
    width: 189px;
    height: 9px;
    margin-bottom: 30px;
  }
}

.mainvisual__sub::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #212326;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: labelIn 0.2s 2.2s ease, labelOut 0.2s 2.4s ease;
  animation: labelIn 0.2s 2.2s ease, labelOut 0.2s 2.4s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 2;
}

.mainvisual__sub img {
  -webkit-animation: fadeIn 0s 2.4s backwards;
  animation: fadeIn 0s 2.4s backwards;
  width: 100%;
}

.mainvisual__catch span {
  position: relative;
  display: block;
}

.mainvisual__catch span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.mainvisual__catch span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #212326;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(1) {
    width: 242px;
    height: 78px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(1) {
    width: 38.666vw;
    height: 12.4vw;
  }
}

.mainvisual__catch span:nth-child(1)::before {
  -webkit-animation: fadeIn 0s 1.7s backwards;
  animation: fadeIn 0s 1.7s backwards;
}

.mainvisual__catch span:nth-child(1)::after {
  -webkit-animation: labelIn 0.3s 1.4s ease, labelOut 0.2s 1.7s ease;
  animation: labelIn 0.3s 1.4s ease, labelOut 0.2s 1.7s ease;
}

.mainvisual__catch span:nth-child(1) .img {
  display: block;
  position: absolute;
  top: 0;
  -webkit-animation: fadeIn 0s 1.8s backwards;
  animation: fadeIn 0s 1.8s backwards;
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(1) .img {
    left: 4px;
    width: 223px;
    height: 66px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(1) .img {
    left: 0.2vw;
    width: 35.6vw;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(2) {
    width: 545px;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(2) {
    width: 87.333vw;
    height: 12.4vw;
  }
}

.mainvisual__catch span:nth-child(2)::before {
  -webkit-animation: fadeIn 0s 2.2s backwards;
  animation: fadeIn 0s 2.2s backwards;
}

.mainvisual__catch span:nth-child(2)::after {
  -webkit-animation: labelIn 0.4s 1.8s ease, labelOut 0.2s 2.2s ease;
  animation: labelIn 0.4s 1.8s ease, labelOut 0.2s 2.2s ease;
}

.mainvisual__catch span:nth-child(2) .img {
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-animation: fadeIn 0s 2.2s backwards;
  animation: fadeIn 0s 2.2s backwards;
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(2) .img {
    left: 12px;
    width: 516px;
    height: 66px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(2) .img {
    left: 0.7vw;
    width: 84.8vw;
    height: auto;
  }
}

.mainvisual__catch span img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.mainvisual__catch .c-main-visual__main-title,
.mainvisual__catch .c-main-visual__sub-title {
  color: #000;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.mainvisual__catch .c-main-visual__main-title {
  font-size: 6.1rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.mainvisual__catch .c-main-visual__sub-title {
  font-size: 1.6rem;
  font-weight: 500;
}


.modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal__content__inner {
  background: #fff;
  max-height: calc(80vh - 60px);
  overflow-y: scroll;
}

.close {
  position: absolute;
  right: 0;
  top: -60px;
  width: 60px;
  height: 60px;
  background-color: #212326;
}

.close::before,
.close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 26px;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: 0;
  transform-origin: 0;
}

.close::before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.close::after {
  -webkit-transform: rotate(135deg) translate(-50%, -50%);
  transform: rotate(135deg) translate(-50%, -50%);
}

.close:hover {
  cursor: pointer;
}

.caption {
  display: none;
  margin: 20px 0;
  color: #212326;
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .caption {
    margin: 10px 0;
    font-size: 19px;
  }
}

.caption .number {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: top;
}

.caption__text {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .caption__text--big {
    font-size: 18px;
  }
}

.card {
  display: block;
  background: #fff;
}

.card:hover {
  opacity: 1;
}

.card__badge {
  padding: 8px 17px;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  border-radius: 16px;
  display: inline-block;
  margin-top: -15px;
  left: 7px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .card__badge {
    padding: 6px 10px;
    font-size: 1.2rem;
    margin-top: -12px;
  }
}

.card__badge.-categoly1 {
  background-color: #4882d1;
}

.card__badge.-categoly2 {
  background-color: #50b57e;
}

.card__badge.-categoly3 {
  background-color: #44afc8;
}

.card__badge.-categoly4 {
  background-color: #c0a56c;
}

.card__badge.-categoly5 {
  background-color: #9d6ee0;
}

.card__profile {
  padding: 30px 24px 20px;
  /* text-align: center; */
  color: #939393;
  font-size: 12px;
  line-height: 1.5;
  min-height: 110px;
}

@media screen and (max-width: 768px) {
  .card__profile {
    min-height: 90px;
    padding: 24px 12px 12px;
    box-sizing: border-box;
    font-size: 10px;
  }
}

.card__profile__name {
  font-size: 14px;
  color: #212326;
}

@media screen and (max-width: 768px) {
  .card__profile__name {
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.item-round {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .item-round {
    width: 32vw;
    height: 32vw;
  }
}

.item-round::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 194px;
  height: 194px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .item-round::after {
    width: 29.6vw;
    height: 29.6vw;
  }
}

.item-round .item__en {
  margin-bottom: 12px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .item-round .item__en {
    margin-bottom: 6px;
    font-size: 2.7vw;
  }
}

.item-round .item__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .item-round .item__title {
    margin-bottom: 15px;
    font-size: 3.2vw;
  }
}

.item-round .icon-plus {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  background-color: #212326;
  border-radius: 50%;
}

.item-round .icon-plus::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.item-round .icon-plus::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 1px;
  height: 5px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.item-round.multiple div.js-modal-open {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 17px;
  width: 122px;
  height: 45px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background-color: #f5f6f9;
  border-radius: 22.5px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .item-round.multiple div.js-modal-open {
    width: 21vw;
    height: 6vw;
    margin-bottom: 6vw;
    font-size: 3vw;
  }
}

.item-round.multiple div.js-modal-open:last-child {
  margin-bottom: 0;
}

.item-round.multiple div.js-modal-open .icon-plus {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .item-round.multiple div.js-modal-open .icon-plus {
    bottom: -5vw;
  }
}

.item-round.multiple div.js-modal-open:hover {
  cursor: pointer;
  opacity: .7;
}

.item-round.multiple:hover .item__en,
.item-round.multiple:hover .item__title,
.item-round.multiple:hover .icon-plus {
  opacity: 1;
}

a.item-round:hover {
  opacity: 1;
}

a.item-round:hover .item__en {
  opacity: .7;
}

a.item-round:hover .item__title {
  opacity: .7;
}

a.item-round:hover .icon-plus {
  opacity: .7;
}

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto Slab';
  src: url("../font/RobotoSlab-Regular.ttf") format("truetype");
}

.u-font-roboto {
  font-family: "Roboto", 'Meiryo', sans-serif;
  font-weight: bold;
}
.u-font-noto {
  font-weight: 400;
  font-family: 'Noto Sans JP',sans-serif;
}

.u-font-lato {
  font-family: "Lato", 'Meiryo', sans-serif;
  font-weight: bold;
}

.u-font-robotoSlab {
  font-family: 'Roboto Slab', 'Meiryo', serif;
}

@media screen and (max-width: 768px) {
  .u--sp-align-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) {
  .is-loaded {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .action1 {
    padding-bottom: 0px;
  }
}

.c-accent,
.c-accent--position-center {
  color: #f4a073;
}

.c-accent-bar::before,
.c-accent-bar--position-center::before {
  background-color: #f4a073;
}

@media screen and (min-width: 769px) {
  .c-main-visual--01 {
    background-image: url(../assets/img/action/dialogue01/main-visual_image01.png);
    background-position: top;
  }

  .c-main-visual--02 {
    background-image: url(../assets/img/action/dialogue02/main-visual_image01.png);
    background-position: top;
  }

  .c-main-visual--03 {
    background-image: url(../assets/img/action/dialogue03/main-visual_image01.png);
    background-position: top;
  }
}

.c-main-visual__jp-main-title {
  display: block;
  margin: 40px 0 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-main-visual__jp-main-title {
    margin: 30px 0 10px;
    font-size: 24px;
  }
}

.c-outline::before {
  background-color: #f4a073;
}

.c-outline__person-name .en {
  display: block;
  margin-top: 10px;
  font-size: 9px;
}

.c-outline__person-position {
  line-height: 1.5;
}

.c-outline .note {
  margin: 20px auto 0;
  text-align: center;
  font-size: 9px;
}

@media screen and (min-width: 769px) {
  .c-outline .note {
    width: 882px;
  }
}

@media screen and (max-width: 768px) {
  .c-outline .note {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .c-outline__persons--2 {
    width: 568px;
  }
}

.action__inner {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .action__inner {
    width: 1080px;
  }
}

@media screen and (max-width: 768px) {
  .action__inner {
    width: 100%;
    padding: 0 20px;
  }
}

.action__image-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}

.action__image-wrap>img {
  display: inline;
}

.dialogue-box__title,
.dialogue-box__title--align-center,
.action-future__title {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}

.action-dialogue {
  position: relative;
}

@media screen and (min-width: 769px) {
  .action-dialogue {
    margin: 0 auto;
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .action-dialogue {
    margin: 0 auto;
    padding-top: 45px;
    overflow: hidden;
  }

  .action-dialogue--sp-has-padding-bottom {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {

  .action-dialogue__wrap,
  .action-dialogue__wrap--reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.action-dialogue__wrap--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (min-width: 769px) {
  .action-dialogue__wrap--reverse .action-dialogue__container {
    padding-top: 60px;
    margin-left: 40px;
    margin-right: inherit;
  }
}

@media screen and (max-width: 768px) {
  .action-dialogue__wrap--reverse {
    background-color: #f4a073;
  }
}

.action-dialogue__container {
  position: relative;
}

@media screen and (min-width: 769px) {
  .action-dialogue__container {
    width: 600px;
    padding-top: 120px;
    margin-right: 40px;
  }
}

.action-dialogue .line {
  letter-spacing: -0.1em;
}

@media screen and (min-width: 769px) {
  .c-dialogue-member {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-dialogue-member {
    margin-right: 18px;
  }
}

.c-dialogue-member__image {
  width: 50px;
  margin: 0 auto;
}

.c-dialogue-member__name {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 8px;
}

.dialogue-box,
.dialogue-box--type-01,
.dialogue-box--type-02,
.dialogue-box--type-03,
.dialogue-box--type-04,
.dialogue-box--type-full {
  letter-spacing: 0.05em;
  position: relative;
}

.dialogue-box--type-01 {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .dialogue-box--type-01 {
    width: 50%;
    padding: 120px 120px 90px calc(50% - 600px);
  }
}

@media screen and (max-width: 768px) {
  .dialogue-box--type-01 {
    padding: 90px 20px 40px;
  }
}

@media screen and (max-width: 768px) {
  .dialogue-box__image {
    width: 100%;
    padding-right: 20px;
    background-color: #fff;
  }

  .dialogue-box__image>img {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {
  .dialogue-box__image--has-padding {
    padding: 50px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .dialogue-box__image--has-padding {
    margin-left: -20px;
    padding: 40px 0;
  }
}

@media screen and (min-width: 769px) {
  .dialogue-box--type-02 {
    padding: 35px 0 30px 120px;
  }
}

@media screen and (max-width: 768px) {
  .dialogue-box--type-02 {
    padding: 40px 20px 45px;
    background-color: #fff;
    z-index: 1;
  }
}

.dialogue-box--type-03 {
  background-color: #f4a073;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .dialogue-box--type-03 {
    width: 50%;
    padding: 120px 40px 90px 120px;
  }
}

@media screen and (max-width: 768px) {
  .dialogue-box--type-03 {
    padding: 90px 20px 40px;
  }

  .dialogue-box--type-03+.action-dialogue__container>.dialogue-box__image {
    background-color: #f4a073;
  }
}

@media screen and (min-width: 769px) {
  .dialogue-box--type-04 {
    padding: 35px 120px 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .dialogue-box--type-04 {
    padding: 40px 20px 45px;
    color: #fff;
  }
}

.dialogue-box--type-full {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .dialogue-box--type-full {
    width: 1080px;
    padding: 120px 120px 90px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .dialogue-box--type-full {
    padding: 90px 20px 40px;
  }
}

@media screen and (max-width: 768px) {

  .dialogue-box__title,
  .dialogue-box__title--align-center {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .dialogue-box__title--align-center {
    text-align: center;
  }
}

.dialogue-box__block,
.dialogue-box__block--type-full {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-width: 480px;
}

@media screen and (max-width: 768px) {

  .dialogue-box__block,
  .dialogue-box__block--type-full {
    position: relative;
    z-index: 1;
    max-width: unset;
  }
}

@media screen and (min-width: 769px) {

  .dialogue-box__block:first-of-type,
  .dialogue-box__block--type-full:first-of-type {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {

  .dialogue-box__block:first-of-type,
  .dialogue-box__block--type-full:first-of-type {
    margin-top: 0px;
  }
}

.dialogue-box__block--type-full {
  max-width: 100%;
}

.dialogue-box__text {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .dialogue-box__text {
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .dialogue-box__text {
    line-height: 1.8;
  }
}

.dialogue-box__interviewer {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .dialogue-box__interviewer {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .dialogue-box__interviewer {
    margin-bottom: 25px;
  }
}

.action-future {
  background-color: #f4a073;
  color: #fff;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .action-future {
    margin-top: 60px;
  }
}

.action-future.c-accent-bar::before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.action-future .c-accent {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

@media screen and (min-width: 769px) {
  .action-future__container-wrap {
    padding: 70px 30px 120px;
  }
}

@media screen and (min-width: 769px) {
  .action-future__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .action-future__container {
    padding: 60px 0 85px;
  }
}

@media screen and (min-width: 769px) {
  .action-future__container--2 {
    max-width: calc(100% - 300px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .action-future__title {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .action-future__title {
    padding-top: 95px;
  }
}

@media screen and (min-width: 769px) {
  .action-future__card {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .action-future__card {
    text-align: center;
    margin-top: 40px;
  }

  .action-future__card:first-of-type {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .action-future__message-image {
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .action-future__message-image img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .action-future__message-image {
    width: 65%;
    margin: 0 auto 12.5px;
  }

  .action-future__message-image>img {
    display: inline;
  }
}

@media screen and (min-width: 769px) {
  .action-future .c-dialogue-member {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .action-future .c-dialogue-member__image {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .action-future .c-dialogue-member__image {
    width: 90px;
  }
}

.action-links {
  position: relative;
}

@media screen and (min-width: 769px) {
  .action-links {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .action-links {
    padding-top: 35px;
    padding-bottom: 40px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .action-links>.action__inner {
    padding: 0;
  }
}

.action-links__container {
  position: relative;
}

@media screen and (min-width: 769px) {
  .action-links__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 40px auto 0;
    width: 840px;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .action-links__container {
    margin: 30px auto 0;
    padding: 0 20px;
  }
}

.action-links__wrap {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .action-links__wrap {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .action-links__wrap {
    padding: 60px 0 40px;
    overflow: hidden;
  }
}

.action-links__title {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .action-links__title {
    position: relative;
  }
}

.action-links__link {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .action-links__link {
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .action-links__link {
    width: 100%;
    margin-top: 20px;
  }

  .action-links__link:first-of-type {
    margin-top: 0;
  }
}

.action-links__link:hover {
  opacity: 1;
}

.action-links__link:hover::after {
  content: "";
  display: block;
  background-color: #f4a073;
  width: 0;
  height: 5px;
  position: absolute;
  bottom: -10px;
  -webkit-animation: rec 1s ease-in-out 0s infinite;
  animation: rec 1s ease-in-out 0s infinite;
}

.action-links__link-title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .action-links__link-title {
    margin-top: 30px;
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .action-links__link-title {
    margin-top: 10px;
    font-size: 22px;
  }
}

.action-links__link-jp-title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .action-links__link-jp-title {
    margin-top: 10px;
  }
}

.action-links__description {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .action-links__description {
    padding-right: 80px;
  }
}

.action-illust--01,
.action-illust--03,
.action-illust--05,
.action-illust--07 {
  position: absolute;
}

@media screen and (min-width: 769px) {

  .action-illust--01,
  .action-illust--03,
  .action-illust--05,
  .action-illust--07 {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    left: calc(50% - 408px - 175px);
    -webkit-transition: 3s;
    transition: 3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}

@media screen and (max-width: 768px) {

  .action-illust--01,
  .action-illust--03,
  .action-illust--05,
  .action-illust--07 {
    width: 108.8%;
    max-width: 408px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}

.action-illust--02,
.action-illust--04,
.action-illust--06,
.action-illust--08,
.action-illust--09 {
  position: absolute;
}

@media screen and (min-width: 769px) {

  .action-illust--02,
  .action-illust--04,
  .action-illust--06,
  .action-illust--08,
  .action-illust--09 {
    -webkit-transform: translateX(50%) !important;
    transform: translateX(50%) !important;
    right: calc(50% - 408px - 75px);
    -webkit-transition: 3s;
    transition: 3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}

@media screen and (max-width: 768px) {

  .action-illust--02,
  .action-illust--04,
  .action-illust--06,
  .action-illust--08,
  .action-illust--09 {
    width: 108.8%;
    max-width: 408px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}

@media screen and (min-width: 769px) {
  .action-illust--01 {
    bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .action-illust--01 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .action-illust--02 {
    top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .action-illust--02 {
    top: 41.3%;
    left: 20%;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {
  .action-illust--03 {
    top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .action-illust--03 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .action-illust--04 {
    bottom: -180px;
  }
}

@media screen and (max-width: 768px) {
  .action-illust--04 {
    top: -1.5%;
    left: -25%;
  }
}

@media screen and (min-width: 769px) {
  .action-illust--05 {
    top: -80px;
  }
}

@media screen and (max-width: 768px) {
  .action-illust--05 {
    bottom: -5.5%;
    left: 19%;
    z-index: 0;
  }
}

@media screen and (min-width: 769px) {
  .action-illust--06 {
    top: -85px;
    z-index: 0;
  }
}

@media screen and (max-width: 768px) {
  .action-illust--06 {
    top: -4.5%;
    right: -48%;
  }
}

@media screen and (min-width: 769px) {
  .action-illust--07 {
    top: 520px;
  }
}

@media screen and (max-width: 768px) {
  .action-illust--07 {
    bottom: -8.5%;
    left: -19%;
  }
}

@media screen and (min-width: 769px) {
  .action-illust--08 {
    top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .action-illust--08 {
    top: 55.3%;
    left: 20%;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {
  .action-illust--09 {
    top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .action-illust--09 {
    top: 51.3%;
    left: 20%;
    z-index: 1;
  }
}

@-webkit-keyframes rec {
  0% {
    width: 0%;
    left: 0;
  }

  50% {
    width: 100%;
    left: inherit;
  }

  100% {
    width: 0%;
    right: 0;
  }
}

@keyframes rec {
  0% {
    width: 0%;
    left: 0;
  }

  50% {
    width: 100%;
    left: inherit;
  }

  100% {
    width: 0%;
    right: 0;
  }
}