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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  font-size: 14px;
  color: #333;
}

img,
iframe,
amp-img {
  vertical-align: bottom;
  max-width: 100%;
}

figure {
  display: block;
}

a {
  text-decoration: none;
  color: #e61478;
  word-break: break-all;
}

a:hover {
  text-decoration: underline;
}

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

p {
  font-weight: 300;
}

html.wf-loading {
  opacity: 0;
}

html.wf-active {
  opacity: 1;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.container--md {
  max-width: 1030px;
  padding: 0 15px;
}

.col--sp-0 {
  width: 0%;
}

.col--sp-1 {
  width: 8.33333%;
}

.col--sp-2 {
  width: 16.66667%;
}

.col--sp-3 {
  width: 25%;
}

.col--sp-4 {
  width: 33.33333%;
}

.col--sp-5 {
  width: 41.66667%;
}

.col--sp-6 {
  width: 50%;
}

.col--sp-7 {
  width: 58.33333%;
}

.col--sp-8 {
  width: 66.66667%;
}

.col--sp-9 {
  width: 75%;
}

.col--sp-10 {
  width: 83.33333%;
}

.col--sp-11 {
  width: 91.66667%;
}

.col--sp-12 {
  width: 100%;
}

.row {
  margin: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
  .row {
    margin: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row--fit {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .row--fit .card {
    height: 100%;
  }

  .row--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .col--0 {
    width: 0%;
  }

  .col--1 {
    width: 8.33333%;
  }

  .col--2 {
    width: 16.66667%;
  }

  .col--3 {
    width: 25%;
  }

  .col--4 {
    width: 33.33333%;
  }

  .col--5 {
    width: 41.66667%;
  }

  .col--6 {
    width: 50%;
  }

  .col--7 {
    width: 58.33333%;
  }

  .col--8 {
    width: 66.66667%;
  }

  .col--9 {
    width: 75%;
  }

  .col--10 {
    width: 83.33333%;
  }

  .col--11 {
    width: 91.66667%;
  }

  .col--12 {
    width: 100%;
  }
}
.col {
  padding: 6px;
}

@media screen and (min-width: 600px) {
  .col {
    padding: 6px;
  }
}
.center {
  text-align: center;
}

.sp-center {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .sp-center {
    text-align: left;
  }
}
.right {
  text-align: right;
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }
}
.pc-only {
  display: none;
}

@media screen and (min-width: 600px) {
  .pc-only {
    display: block;
  }
}
/* Generated with Bounce.js. Edit at https://goo.gl/SciEiH */
@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  49.55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  78.18% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  49.55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  78.18% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.header {
  background: #fff;
}

@media screen and (min-width: 600px) {
  .header:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#fdd000),
      color-stop(10%, #f39b12),
      color-stop(20%, #e8322d),
      color-stop(30%, #df0775),
      color-stop(40%, #943991),
      color-stop(50%, #0286cc),
      color-stop(60%, #00bdff),
      color-stop(70%, #009b84),
      color-stop(80%, #3fb034),
      color-stop(90%, #8fc325),
      to(#fdd000)
    );
    background: linear-gradient(to right, #fdd000 0%, #f39b12 10%, #e8322d 20%, #df0775 30%, #943991 40%, #0286cc 50%, #00bdff 60%, #009b84 70%, #3fb034 80%, #8fc325 90%, #fdd000 100%);
  }
}
@media screen and (min-width: 600px) {
  .header-logo {
    padding: 23px 0;
    width: 208px;
  }
}
.header-logo img {
  height: 25px;
}

@media screen and (min-width: 600px) {
  .header-logo img {
    height: auto;
  }
}
.header-menu {
  width: 50px;
  height: 50px;
  margin-right: -15px;
  padding: 19px 0 0 15px;
}

@media screen and (min-width: 600px) {
  .header-menu {
    display: none;
  }
}
.header-menu .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header-menu__bar {
  height: 2px;
  width: 20px;
  margin-bottom: 4px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-menu__bar--1 {
  background-color: #df0775;
}

.header-wrap--is-open .header-menu__bar--1 {
  -webkit-transform: translate(0, 6px) rotate(135deg);
  transform: translate(0, 6px) rotate(135deg);
}

.header-menu__bar--2 {
  background-color: #f39b12;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-wrap--is-open .header-menu__bar--2 {
  width: 2px;
  height: 2px;
  margin: 0 0 4px 9px;
  z-index: 2;
  position: relative;
}

.header-menu__bar--3 {
  background-color: #00bdff;
}

.header-wrap--is-open .header-menu__bar--3 {
  -webkit-transform: translate(0, -6px) rotate(405deg);
  transform: translate(0, -6px) rotate(405deg);
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav-wrap {
  width: 100%;
  margin-bottom: 15px;
  display: none;
}

@media screen and (min-width: 600px) {
  .header-nav-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    margin-bottom: 0;
  }
}
.header-nav__item {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 600px) {
  .header-nav__item.is-open {
    background: none;
  }
}
.header-nav__item:nth-child(1) {
  border-bottom: 1px solid #df0775;
}

.header-nav__item:nth-child(1) a:before {
  border-right: 1px solid #df0775;
  border-bottom: 1px solid #df0775;
}

.header-nav__item:nth-child(2) {
  border-bottom: 1px solid #fdd000;
}

.header-nav__item:nth-child(2) a:before {
  border-right: 1px solid #fdd000;
  border-bottom: 1px solid #fdd000;
}

.header-nav__item:nth-child(3) {
  border-bottom: 1px solid #f39b12;
}

.header-nav__item:nth-child(3) a:before {
  border-right: 1px solid #f39b12;
  border-bottom: 1px solid #f39b12;
}

.header-nav__item:nth-child(4) {
  border-bottom: 1px solid #47b23b;
}

.header-nav__item:nth-child(4) a:before {
  border-right: 1px solid #47b23b;
  border-bottom: 1px solid #47b23b;
}

.header-nav__item:nth-child(5) {
  border-bottom: 1px solid #00bdff;
}

.header-nav__item:nth-child(5) a:before {
  border-right: 1px solid #00bdff;
  border-bottom: 1px solid #00bdff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  right: 2px;
}

.header-nav__item:nth-child(6) {
  border-bottom: 1px solid #0386cd;
}

.header-nav__item:nth-child(6) a:before {
  border-right: 1px solid #0386cd;
  border-bottom: 1px solid #0386cd;
}

.header-nav__item:nth-child(7) {
  border-bottom: 1px solid #912d8d;
}

.header-nav__item:nth-child(7) a:before {
  border-right: 1px solid #912d8d;
  border-bottom: 1px solid #912d8d;
}

@media screen and (min-width: 600px) {
  .header-nav__item:nth-child(1),
  .header-nav__item:nth-child(2),
  .header-nav__item:nth-child(3),
  .header-nav__item:nth-child(4),
  .header-nav__item:nth-child(5),
  .header-nav__item:nth-child(6),
  .header-nav__item:nth-child(7) {
    border-bottom: 0 none;
  }

  .header-nav__item:nth-child(1) a:before,
  .header-nav__item:nth-child(2) a:before,
  .header-nav__item:nth-child(3) a:before,
  .header-nav__item:nth-child(4) a:before,
  .header-nav__item:nth-child(5) a:before,
  .header-nav__item:nth-child(6) a:before,
  .header-nav__item:nth-child(7) a:before {
    content: none;
    display: none;
  }
}
.header-nav__label {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #333;
  position: relative;
}

@media screen and (min-width: 600px) {
  .header-nav__label {
    font-size: 18px;
  }
}
.header-nav__label:hover {
  text-decoration: none;
}

.header-nav__label span {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

.header-nav__label small {
  font-size: 12px;
  display: block;
  margin-top: 6px;
}

@media screen and (min-width: 600px) {
  .header-nav__label small {
    font-size: 14px;
  }
}
.header-nav__label:before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  display: block;
  margin: -2px 0 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.is-open .header-nav__label:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-top: 2px;
}

@media screen and (min-width: 600px) {
  .header-nav__label:before {
    content: none;
    display: none;
  }
}
.header-nav__label--disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

@media screen and (min-width: 600px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-nav__item {
    width: 240px;
    background: none;
    padding: 0;
    border-bottom: none;
  }

  .header-nav__item.is-active .header-megadrop,
  .header-nav__item:hover .header-megadrop {
    -webkit-animation: animation 1400ms linear both;
    animation: animation 1400ms linear both;
    opacity: 1;
  }

  .header-nav__label {
    padding: 28px 0;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 1;
  }

  .header-nav__label:hover {
    color: #e61478;
  }

  .header-nav__label small {
    margin-top: 10px;
  }
}
.header-action {
  width: 100%;
  display: none;
}

.header-action__item {
  font-size: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
  .header-action__item {
    margin-bottom: 0;
    margin-left: 30px;
  }
}
@media screen and (min-width: 600px) {
  .header-action {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-langs__item {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px;
  color: #999999;
  background: #e5e5e5;
  cursor: pointer;
}

.header-langs__item:hover,
.header-langs__item--is-active {
  color: #ffffff;
  background: #8a8989;
}

.header-langs__item + .header-langs__item {
  margin-left: 4px;
}

.header-langs span.header-langs__item {
  cursor: default;
}

.header-megadrop {
  display: none;
  overflow: hidden;
  margin-top: 15px;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.header-megadrop__item {
  display: block;
  padding-left: 15px;
  font-size: 13px;
  line-height: 1.7;
  color: inherit;
}

@media screen and (min-width: 600px) {
  .header-megadrop__item {
    color: #717273;
    font-size: 15px;
  }
}
.header-megadrop__item + .header-megadrop__item {
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .header-megadrop {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.9);
    padding: 40px 80px;
    margin: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-megadrop__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-megadrop__item {
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
    padding: 0 20px 0 0;
    background: url(./imgs/arrow-right-pink.png) right no-repeat;
    width: calc(25% - 68px);
    margin: 17px 34px;
    text-decoration: none;
  }

  .header-megadrop__item + .header-megadrop__item {
    margin-top: 17px;
  }

  .header-megadrop__item:hover {
    color: #e61478;
  }
}
.header-access a {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

.header-access a:hover {
  color: #e61478;
  text-decoration: none;
}

.header-access img {
  height: 20px;
  margin-right: 7px;
  vertical-align: -4px;
}

.search-input {
  border: 1px solid #737373;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-input__input {
  margin: 0;
  border: none;
  vertical-align: bottom;
  padding: 0;
  padding: 0 38px 0 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: calc(35px - 2px);
}

@media screen and (min-width: 600px) {
  .search-input__input {
    line-height: calc(30px - 2px);
  }
}
.search-input__icon {
  border: none;
  width: 35px;
  height: 35px;
  margin: -1px;
  text-align: center;
  padding: 0;
  vertical-align: bottom;
  background: #737373 url(./imgs/search.svg) center/16px no-repeat;
}

@media screen and (min-width: 600px) {
  .search-input__icon {
    width: 30px;
    height: 30px;
  }
}
.search-input__icon span {
  display: none;
}

.footer {
  margin-top: 100px;
  background: #f1f1f1;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(rgba(253, 208, 0, 0.05)),
    color-stop(10%, rgba(243, 155, 18, 0.05)),
    color-stop(20%, rgba(232, 50, 45, 0.05)),
    color-stop(30%, rgba(223, 7, 117, 0.05)),
    color-stop(40%, rgba(148, 57, 145, 0.05)),
    color-stop(50%, rgba(2, 134, 204, 0.05)),
    color-stop(60%, rgba(0, 189, 255, 0.05)),
    color-stop(70%, rgba(0, 155, 132, 0.05)),
    color-stop(80%, rgba(63, 176, 52, 0.05)),
    color-stop(90%, rgba(143, 195, 37, 0.05)),
    to(rgba(253, 208, 0, 0.05))
  );
  background: linear-gradient(
    to right bottom,
    rgba(253, 208, 0, 0.05) 0%,
    rgba(243, 155, 18, 0.05) 10%,
    rgba(232, 50, 45, 0.05) 20%,
    rgba(223, 7, 117, 0.05) 30%,
    rgba(148, 57, 145, 0.05) 40%,
    rgba(2, 134, 204, 0.05) 50%,
    rgba(0, 189, 255, 0.05) 60%,
    rgba(0, 155, 132, 0.05) 70%,
    rgba(63, 176, 52, 0.05) 80%,
    rgba(143, 195, 37, 0.05) 90%,
    rgba(253, 208, 0, 0.05) 100%
  );
  background: -webkit-gradient(linear, left top, right bottom, from(#fffbeb), to(#fdedf4));
  background: linear-gradient(to right bottom, #fffbeb 0%, #fdedf4 100%);
}

@media screen and (max-width: 599px) {
  .footer {
    margin-top: 40px;
  }
}
.breadcrumb + .footer {
  margin-top: 0;
}

.breadcrumb.breadcrumb--en {
  text-transform: uppercase;
}

.to-top {
  font-family: "futura-pt", sans-serif;
  font-size: 0;
  line-height: 1;
  display: inline-block;
  text-align: right;
  margin: 0;
  color: #333;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.to-top:hover {
  color: #e61478;
  text-decoration: none;
}

.to-top__icon {
  position: relative;
  width: 44px;
  height: 44px;
  margin: -4px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #737373;
  border-radius: 50%;
  background-color: #fff;
}

.to-top__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 1px solid #737373;
  border-left: 1px solid #737373;
}

.under-nav {
  display: none;
}

@media screen and (min-width: 600px) {
  .under-nav {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) {
  .under-nav__inner {
    margin: 0;
  }
}
.under-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
}

.under-nav__list li {
  position: relative;
  padding: 0 12px;
}

.under-nav__list li:after {
  content: "";
  height: 20px;
  width: 1px;
  display: block;
  background-color: #dcdcdc;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.under-nav__list li:last-child:after {
  content: "";
  display: none;
}

@media screen and (min-width: 600px) {
  .under-nav__item {
    margin: 0;
    font-size: 12px;
    line-height: 1.54;
    color: #333;
  }
}
@media screen and (min-width: 600px) {
  .under-nav__item--active {
    color: #e61478;
  }
}
@media screen and (min-width: 600px) {
  .footer-nav-wrap {
    padding: 50px 0;
  }
}
@media screen and (min-width: 600px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer-nav a {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .footer-nav a:hover {
    color: #e61478;
  }
}
.footer-nav__col + .footer-nav__col {
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 600px) {
  .footer-nav__col + .footer-nav__col {
    border-top: none;
  }
}
.footer-nav__item {
  padding: 17px 0;
  background: url(./imgs/arrow-bottom.png) right 10px top 21px/12px no-repeat;
  border-bottom: 1px solid #cccccc;
}

.footer-nav__item.is-open {
  background-image: url(./imgs/arrow-top.png);
}

@media screen and (min-width: 600px) {
  .footer-nav__item.is-open {
    background: none;
  }
}
.footer-nav__item.is-open .footer-nav-child {
  display: block;
}

.footer-nav__item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 600px) {
  .footer-nav__item {
    border: none;
    background: none;
  }
}
.footer-nav__label {
  font-weight: bold;
  display: block;
  font-size: 13px;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .footer-nav__label {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.footer-nav-child {
  display: none;
  margin-top: 15px;
}

@media screen and (min-width: 600px) {
  .footer-nav-child {
    font-size: 12px;
  }
}
.footer-nav-child__item {
  display: block;
  padding-left: 15px;
  font-size: 12px;
  line-height: 2;
}

.footer-nav-child__item + .footer-nav-child__item {
  margin-top: 6px;
}

@media screen and (min-width: 600px) {
  .footer-nav-child {
    display: block;
  }

  .footer-nav-child__item {
    padding: 0;
  }
}
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
}

@media screen and (min-width: 600px) {
  .footer-sns {
    height: auto;
    padding: 30px 0;
  }
}
.footer-sns__item {
  display: block;
}

.footer-sns__item + .footer-sns__item {
  margin-left: 18px;
}

.footer-sns__item img {
  height: 28px;
}

.footer-sns__item:hover {
  opacity: 0.7;
}

.footer-copyright {
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #ccc;
  line-height: 42px;
}

@media screen and (min-width: 600px) {
  .footer-copyright {
    line-height: 59px;
  }
}
.mt-2em {
  margin-top: 2em;
}

.hero-movie {
  text-align: center;
  background: #000000;
  position: relative;
  margin: -35px 0 60px;
}

@media screen and (max-width: 599px) {
  .hero-movie {
    margin: -35px 0 20px;
  }
}
.hero-movie__link {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  font-size: 0;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (min-width: 600px) {
  .hero-movie__link {
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
  }
}
.hero-movie__link:before {
  content: "";
  width: 24px;
  height: 24px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
}

.hero-movie__link:hover {
  background-color: #e61478;
}

.hero-movie__link:focus {
  outline: none;
}

.hero-movie__scroll {
  position: absolute;
  display: none;
  bottom: 0;
  left: calc(50% - 20.5px);
}

@media screen and (min-width: 600px) {
  .hero-movie__scroll {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .hero-movie {
    position: relative;
    height: calc(100vh - 257px);
  }

  .hero-movie:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./imgs/movie-overlay.png);
  }
}
.hero-movie__content {
  width: 100%;
  height: 100%;
}

.hero-movie iframe {
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.hero__item {
  display: block;
  background: center/cover no-repeat;
  height: 158px;
}

@media screen and (min-width: 600px) {
  .hero__item {
    height: 420px;
  }
}
.hero .slick-dots {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 40px);
}

@media screen and (min-width: 600px) {
  .hero .slick-dots {
    bottom: 20px;
  }
}
.hero .slick-dots li {
  opacity: 0.5;
  background: #fff;
}

.hero .slick-dots li.slick-active {
  opacity: 1;
}

.carousel-main {
  margin: 0 0 38px;
}

.carousel-main > div {
  width: 100%;
}

.carousel-main > div a {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 49.375vw;
  background-size: 100%;
}

@media (min-width: 1001px) {
  .carousel-main > div a {
    height: 500px;
    background-size: auto;
  }
}
.carousel-main > div a:focus {
  outline-style: none;
}

.carousel-main .slick-arrow {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.carousel-main .slick-arrow.slick-next {
  right: 20px;
}

.carousel-main .slick-arrow.slick-prev {
  left: 20px;
}

.carousel-main .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 600px) {
  .carousel-main .slick-dots {
    bottom: -30px;
  }
}
.carousel-main .slick-dots li {
  opacity: 0.5;
  background: #fff;
}

.carousel-main .slick-dots li.slick-active {
  opacity: 1;
}

.carousel-main__1 a {
  background-image: url(./imgs/sp/top-banner-1.png);
}

@media (min-width: 1001px) {
  .carousel-main__1 a {
    background-image: url(./imgs/top-banner-1.png);
  }
}
.carousel-main__2 a {
  background-image: url(./imgs/sp/top-banner-2.png);
}

@media (min-width: 1001px) {
  .carousel-main__2 a {
    background-image: url(./imgs/top-banner-2.png);
  }
}
.carousel-main__3 a {
  background-image: url(./imgs/sp/top-banner-3.png);
}

@media (min-width: 1001px) {
  .carousel-main__3 a {
    background-image: url(./imgs/top-banner-3.png);
  }
}
.carousel-main__4 a {
  background-image: url(./imgs/sp/top-banner-4.png);
}

@media (min-width: 1001px) {
  .carousel-main__4 a {
    background-image: url(./imgs/top-banner-4.png);
  }
}
.carousel-main__5 a {
  background-image: url(./imgs/sp/top-banner-5.png);
}

@media (min-width: 1001px) {
  .carousel-main__5 a {
    background-image: url(./imgs/top-banner-5.png);
  }
}
.carousel-main__6 a {
  background-image: url(./imgs/sp/top-banner-6.png);
}

@media (min-width: 1001px) {
  .carousel-main__6 a {
    background-image: url(./imgs/top-banner-6.png);
  }
}
.carousel-main__7 a {
  background-image: url(./imgs/sp/top-banner-7.png);
}

@media (min-width: 1001px) {
  .carousel-main__7 a {
    background-image: url(./imgs/top-banner-7.png);
  }
}
.carousel-main__8 a {
  background-image: url(./imgs/sp/top-banner-8.png);
}

@media (min-width: 1001px) {
  .carousel-main__8 a {
    background-image: url(./imgs/top-banner-8.png);
  }
}
.carousel-main__9 a {
  background-image: url(./imgs/sp/top-banner-9.png);
}

@media (min-width: 1001px) {
  .carousel-main__9 a {
    background-image: url(./imgs/top-banner-9.png);
  }
}
.carousel-main__10 a {
  background-image: url(./imgs/sp/top-banner-10.png);
}

@media (min-width: 1001px) {
  .carousel-main__10 a {
    background-image: url(./imgs/top-banner-10.png);
  }
}
.page-hero {
  padding: 20px 0;
  background: center/cover no-repeat;
  margin-bottom: 35px;
  background-color: #f3f3f3;
}

.page-hero.is-fixed {
  padding: 0;
  min-height: 74px;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .page-hero.is-fixed {
    min-height: 63px;
  }
}
.page-hero.is-fixed .container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 15px;
  z-index: 100;
  background-color: #f3f3f3;
}

@media screen and (max-width: 599px) {
  .page-hero.is-fixed .container {
    padding: 12px 15px;
  }
}
.page-hero.is-fixed .container:before {
  content: "";
  display: block;
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
}

.page-hero--recruit .container {
  position: relative;
}

.page-hero--recruit .page-hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 599px) {
  .page-hero--recruit .page-hero__list {
    left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -4px;
  }
}
.page-hero--recruit .page-hero__list li {
  width: 250px;
  padding: 0 8px;
}

@media screen and (max-width: 599px) {
  .page-hero--recruit .page-hero__list li {
    margin-bottom: 0;
    width: 80px;
    padding: 0 4px;
  }
}
.page-hero--recruit .page-hero__list li a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  line-height: 1.5714285714;
}

@media screen and (max-width: 599px) {
  .page-hero--recruit .page-hero__list li a {
    font-size: 10px;
    border-radius: 3px;
    padding: 8px 0;
  }
}
/*
.page-hero--recruit .page-hero__list li a:after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background-image: url("./imgs/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 599px) {
  .page-hero--recruit .page-hero__list li a:after {
    width: 4.5px;
    height: 7.5px;
    right: 10px;
    background-size: 100%;
  }
}

.page-hero--recruit .page-hero__list li a[target="_blank"]:after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background-image: url("./imgs/icon-window.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  right: 27px;
}

@media screen and (max-width: 599px) {
  .page-hero--recruit .page-hero__list li a[target="_blank"]:after {
    width: 7.5px;
    height: 6.5px;
    right: 10px;
    background-size: 100%;
  }
}
*/
.page-hero--recruit .page-hero__list li a:hover {
  opacity: 0.75;
}

.page-hero--recruit .page-hero__list li.page-hero__new a {
  background-color: #dc6260;
}

.page-hero--recruit .page-hero__list li.page-hero__career a {
  background-color: #1b83c2;
}

.page-hero--recruit .page-hero__list li.page-hero__intern a {
  background-color: #1bc28c;
}

.page-hero__title {
  font-size: 24px;
  color: #000000;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 600px) {
  .page-hero__title {
    font-size: 32px;
    margin-right: 20px;
  }
}
.page-hero__title:last-child {
  margin-bottom: 0;
}

.page-hero__title--ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .page-hero__title--ja {
    font-size: 26px;
  }
}
.page-hero__sub-title {
  line-height: 1;
  font-size: 12px;
  color: #333333;
  position: relative;
}

@media screen and (min-width: 600px) {
  .page-hero__sub-title {
    display: inline-block;
    font-size: 16px;
  }
}
.page-hero--lg {
  padding: 12px 0;
}

@media screen and (min-width: 600px) {
  .page-hero--lg {
    padding: 20px 0;
  }
}
.page-hero--md {
  padding: 41.5px 0;
}

.page-hero--md .page-hero__title {
  font-size: 17.5px;
}

@media screen and (min-width: 600px) {
  .page-hero--md .page-hero__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 600px) {
  .page-hero--md {
    padding: 85px;
  }
}
.archive-hero {
  font-size: 19px;
  line-height: 60px;
}

@media screen and (min-width: 600px) {
  .archive-hero {
    font-size: 28px;
    line-height: 100px;
    margin-bottom: 40px;
  }
}
.hdg {
  margin-top: 30px;
  line-height: 45px;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  font-size: 22.5px;
  padding-bottom: 15px;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .hdg {
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 30px;
    margin-top: 70px;
  }
}
.hdg__sub {
  font-size: 11.5px;
  line-height: 1;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (min-width: 600px) {
  .hdg__sub {
    margin-top: 2px;
    font-size: 13px;
  }
}
.hdg:after {
  content: "";
  width: 20px;
  display: block;
  height: 1px;
  background: #575757;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}

.hdg-simple {
  font-size: 16px;
  line-height: 22px;
  margin: 35px 0 20px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .hdg-simple {
    font-size: 25px;
    line-height: 35px;
    margin: 70px 0 40px;
  }
}
.hdg-unit {
  text-align: center;
  line-height: 24px;
  margin: 40px 0 25px;
}

@media screen and (min-width: 600px) {
  .hdg-unit {
    line-height: 35px;
    margin: 140px 0 60px;
  }

  .hdg-unit:first-child {
    margin-top: 80px;
  }
}
.hdg-unit__main {
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .hdg-unit__main {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.hdg-unit__sub {
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .hdg-unit__sub {
    font-size: 16px;
  }
}
.hdg-unit:before {
  content: "";
  margin: 0 auto;
  display: block;
  height: 2.5px;
  width: 30px;
  background: #dcdcdc;
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
  .hdg-unit:before {
    height: 5px;
    width: 60px;
    margin-bottom: 30px;
  }
}
.hdg-border {
  font-size: 16px;
  line-height: 17.7px;
  padding-top: 12px;
  border-top: 1px solid #dcdcdc;
  margin: 50px 0 22px;
  font-weight: bold;
}

.hdg-border:first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .hdg-border {
    font-size: 25px;
    line-height: 35px;
    margin: 150px 0 60px;
  }

  .entry-nav + .hdg-border,
  .hdg-border:first-child {
    margin-top: 100px;
    border: none;
  }
}
@media screen and (min-width: 600px) {
  .hdg-border + .sentence {
    margin: -40px 0 60px;
  }
}
.hdg-side-border {
  font-size: 15px;
  line-height: 17.5px;
  font-weight: 500;
  padding-left: 10px;
  border-left: 2.5px solid #dcdcdc;
  margin: 20px 0 14px;
}

@media screen and (min-width: 600px) {
  .hdg-side-border {
    margin: 70px 0 30px;
    font-size: 22px;
    line-height: 35px;
    padding-left: 20px;
    border-left-width: 3px;
  }
}
.hdg-strong-unit {
  text-align: center;
  font-weight: 500;
  margin: 45px 0 35px;
}

@media screen and (min-width: 600px) {
  .hdg-strong-unit {
    margin: 80px 0 40px;
  }

  .lead + .hdg-strong-unit {
    margin-top: 0;
  }
}
.hdg-strong-unit__main {
  font-size: 23px;
  display: block;
  line-height: 39px;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .hdg-strong-unit__main {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.hdg-strong-unit__sub {
  font-size: 14px;
  line-height: 25px;
}

@media screen and (min-width: 600px) {
  .hdg-strong-unit__sub {
    font-size: 18px;
  }
}
.hdg-strong-unit:before {
  content: "";
  margin: 0 auto;
  display: block;
  height: 2.5px;
  width: 30px;
  background: #dcdcdc;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .hdg-strong-unit:before {
    width: 60px;
    height: 5px;
  }
}
.hdg-member {
  margin: 0 0 40px;
  line-height: 1.5;
}

.hdg-member__en {
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  display: block;
  margin: 0 0 6px;
  line-height: normal;
}

@media screen and (max-width: 599px) {
  .hdg-member__en {
    font-size: 14px;
  }
}
.hdg-member__ja {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 599px) {
  .hdg-member__ja {
    font-size: 20px;
  }
}
.hdg-member-2 {
  border-left: 5px solid #e5e5e5;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0 0 0 17px;
  margin: 0 0 30px;
}

.hdg-member-3 {
  position: relative;
  border-left: 5px solid #e5e5e5;
  padding: 0 0 0 20px;
  margin: 100px 0 30px;
}

@media screen and (max-width: 599px) {
  .hdg-member-3 {
    margin-top: 40px;
  }
}
.hdg-member-3 > span {
  display: block;
}

.hdg-member-3--en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
}

.hdg-member-3--ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
}

.hdg-member-4 {
  border-left: 5px solid #e5e5e5;
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0 0 0 20px;
  margin: 100px 0 30px;
}

@media screen and (max-width: 599px) {
  .hdg-member-4 {
    font-size: 16px;
    margin: 60px 0 20px;
    padding: 0 0 10px;
  }
}
.hdg-member-5 {
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 0 10px;
}

.hdg-border-2 {
  border-bottom: 1px dotted #999999;
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0 0 6px;
  margin: 70px 0 0;
}

.hdg-answer {
  margin: 50px 0 12px;
}

@media screen and (max-width: 599px) {
  .hdg-answer {
    margin: 30px 0 12px;
    line-height: 1.5;
  }
}
.hdg-answer__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #bbbbbb;
  margin: 0 10px 0 0;
  padding: 2px 0 0 0;
}

@media screen and (max-width: 599px) {
  .hdg-answer__en {
    font-size: 24px;
  }
}
.hdg-answer__ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 599px) {
  .hdg-answer__ja {
    font-size: 18px;
  }
}
.hdg-recruit {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin: 80px 0 24px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .hdg-recruit {
    font-size: 22px;
    margin: 40px 0 16px;
  }
}
.plane-card {
  display: block;
  color: #333333;
}

.plane-card__thumbnail img {
  width: 100%;
}

.plane-card__caption {
  font-size: 14px;
  text-align: center;
  line-height: 17.5px;
  margin: 10px 0 10px;
  font-weight: 500;
}

.plane-card__caption span {
  display: block;
}

@media screen and (min-width: 600px) {
  .plane-card__caption span {
    display: inline;
  }
}
@media screen and (min-width: 600px) {
  .plane-card__caption {
    font-size: 16px;
    margin: 20px 0 12px;
  }
}
.plane-card__title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin: 10px 0 3px;
}

@media screen and (min-width: 600px) {
  .plane-card__title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
  }
}
.plane-card__text {
  font-size: 14px;
  line-height: 28px;
}

.plane-card__text--sm {
  font-weight: 300;
  font-size: 10px;
  line-height: 16px;
}

@media screen and (min-width: 600px) {
  .plane-card__text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 600px) {
  .plane-card__body {
    padding: 10px;
  }
}
.breadcrumb {
  font-size: 11px;
  line-height: 25px;
  color: #737373;
  margin-bottom: 5px;
  margin: 40px 0 5px;
}

.breadcrumb a {
  color: #737373;
  text-decoration: underline;
}

.breadcrumb a:hover {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .breadcrumb {
    border-top: 1px solid #dcdbdb;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 0;
    margin-bottom: 0;
    margin: 100px 0 0;
  }
}
.breadcrumb__item {
  color: #737373;
  text-decoration: underline;
}

.breadcrumb__item + .breadcrumb__item:before {
  content: "＞";
  margin: 0 5px;
}

@media screen and (min-width: 600px) {
  .breadcrumb__item + .breadcrumb__item:before {
    margin: 0 8px;
  }
}
.breadcrumb__item.current-item {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.breadcrumb__item:hover {
  text-decoration: none;
}

.breadcrumb__item--active {
  color: #737373;
  text-decoration: none;
}

.tag {
  font-size: 12px;
  color: #ffffff;
  background: #575757;
  line-height: 22px;
  padding: 0 7px;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (min-width: 600px) {
  .tag {
    margin-right: 10px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
  }
}
.tag:last-child {
  margin-right: 0;
}

.tag--border {
  background: none;
  border: 1px solid #ccc;
  color: #ccc;
}

.tag--press {
  background: none;
  border: 1px solid #e26aab;
  color: #e26aab;
}

.tag--news,
.tag--service-news {
  background: none;
  border: 1px solid #1791cc;
  color: #1791cc;
}

.tag--info {
  background: none;
  border: 1px solid #81c440;
  color: #81c440;
}

.tag--newgraduate {
  background: none;
  border: 1px solid #e26aab;
  color: #e26aab;
}

.tag--career {
  background: none;
  border: 1px solid #81c440;
  color: #81c440;
}

.tag--internship {
  background: none;
  border: 1px solid #1791cc;
  color: #1791cc;
}

.carousel {
  position: relative;
  margin: 0 -15px 25px;
}

@media screen and (min-width: 600px) {
  .carousel {
    margin: 0 0 30px;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  background: #575757;
  display: block;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 0.35;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li:nth-child(6n + 1) {
  background-color: #df0775;
}

.slick-dots li:nth-child(6n + 2) {
  background-color: #fdd000;
}

.slick-dots li:nth-child(6n + 3) {
  background-color: #f39b12;
}

.slick-dots li:nth-child(6n + 4) {
  background-color: #47b23b;
}

.slick-dots li:nth-child(6n + 5) {
  background-color: #04aae4;
}

.slick-dots li:nth-child(6n + 6) {
  background-color: #912d8d;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots li button {
  display: none;
}

.carousel .slick-slide {
  opacity: 0.5;
  padding: 0 5px;
}

@media screen and (min-width: 600px) {
  .carousel .slick-slide {
    padding: 0 10px;
    width: 620px;
  }
}
.carousel .slick-slide.slick-current {
  opacity: 1;
}

.carousel-item__header {
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .carousel-item__header {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.carousel-item__date {
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .carousel-item__date {
    margin-bottom: 0;
  }
}
.carousel-item__thumbnail {
  height: auto;
  background: #333 center/cover;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .carousel-item__thumbnail {
    height: 400px;
  }
}
.carousel-item__body {
  padding: 15px 0;
}

@media screen and (min-width: 600px) {
  .carousel-item__body {
    padding: 20px 20px 0;
  }
}
.carousel-item__hdg {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
}

@media screen and (min-width: 600px) {
  .carousel-item__hdg {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.carousel-item__tags {
  margin-right: -20px;
}

.carousel-item__description {
  font-size: 14px;
  line-height: 21px;
}

@media screen and (min-width: 600px) {
  .carousel-item__description {
    font-size: 16px;
  }
}
.slick-arrow {
  position: absolute;
  top: calc(115px - 12.5px);
  display: block;
  background: rgba(255, 255, 255, 0.65) center/7px no-repeat;
  border: none;
  z-index: 10;
  outline: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #e61579;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  cursor: pointer;
}

.photo-nav .slick-arrow {
  top: calc(50% - 12.5px);
}

.photo-main .slick-arrow {
  font-size: 0;
  top: 35% !important;
}

@media screen and (max-width: 599px) {
  .photo-main .slick-arrow {
    top: 27vw !important;
  }
}
.slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (min-width: 600px) {
  .slick-arrow {
    top: 200px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.65) center/15px no-repeat;
  }

  .photo-nav .slick-arrow {
    top: 35px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.65) center/9px no-repeat;
  }
}
.slick-arrow span {
  display: none;
}

.slick-arrow.slick-next {
  right: 15px;
}

.photo-nav .slick-arrow.slick-next {
  right: 5px;
}

@media screen and (min-width: 600px) {
  .slick-arrow.slick-next {
    right: 30px;
    top: 30%;
  }

  .photo-nav .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-arrow.slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #e61579;
  border-top: 1px solid #e61579;
  display: block;
  margin: 0 0 0 -2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 600px) {
  .slick-arrow.slick-next:before {
    width: 16px;
    height: 16px;
    margin: 0 0 0 -3px;
  }
}
@media screen and (min-width: 600px) {
  .photo-nav .slick-arrow.slick-next:before {
    width: 9px;
    height: 9px;
  }
}
.slick-arrow.slick-next-main {
  right: 15px;
}

.photo-nav .slick-arrow.slick-next-main {
  right: 5px;
}

@media screen and (min-width: 600px) {
  .slick-arrow.slick-next-main {
    right: 30px;
    top: 50%;
  }

  .photo-nav .slick-arrow.slick-next-main {
    right: 0;
  }
}
.slick-arrow.slick-next-main:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #e61579;
  border-top: 1px solid #e61579;
  display: block;
  margin: 0 0 0 -2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 600px) {
  .slick-arrow.slick-next-main:before {
    width: 16px;
    height: 16px;
    margin: 0 0 0 -3px;
  }
}
@media screen and (min-width: 600px) {
  .photo-nav .slick-arrow.slick-next-main:before {
    width: 9px;
    height: 9px;
  }
}
.slick-arrow.slick-prev {
  left: 15px;
}

.photo-nav .slick-arrow.slick-prev {
  left: 5px;
}

@media screen and (min-width: 600px) {
  .slick-arrow.slick-prev {
    left: 30px;
    top: 30%;
  }

  .photo-nav .slick-arrow.slick-prev {
    left: 0;
  }
}
.slick-arrow.slick-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #e61579;
  border-top: 1px solid #e61579;
  display: block;
  margin: 0 -2px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 600px) {
  .slick-arrow.slick-prev:before {
    width: 16px;
    height: 16px;
    margin: 0 0 0 3px;
  }
}
@media screen and (min-width: 600px) {
  .photo-nav .slick-arrow.slick-prev:before {
    width: 9px;
    height: 9px;
  }
}
.slick-arrow.slick-prev-main {
  left: 15px;
}

.photo-nav .slick-arrow.slick-prev-main {
  left: 5px;
}

@media screen and (min-width: 600px) {
  .slick-arrow.slick-prev-main {
    left: 30px;
    top: 50%;
  }

  .photo-nav .slick-arrow.slick-prev-main {
    left: 0;
  }
}
.slick-arrow.slick-prev-main:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #e61579;
  border-top: 1px solid #e61579;
  display: block;
  margin: 0 -2px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 600px) {
  .slick-arrow.slick-prev-main:before {
    width: 16px;
    height: 16px;
    margin: 0 0 0 3px;
  }
}
@media screen and (min-width: 600px) {
  .photo-nav .slick-arrow.slick-prev-main:before {
    width: 9px;
    height: 9px;
  }
}
.tbl {
  border: 1px solid #737373;
  font-weight: 300;
}

.tbl--md {
  max-width: 800px;
  margin: 0 auto;
}

.tbl th,
.tbl td {
  display: block;
  padding: 15px;
  font-size: 14px;
  line-height: 25px;
}

.tbl th {
  border-bottom: 1px solid #737373;
  line-height: 1;
}

.tbl tr {
  border-bottom: 1px solid #737373;
}

@media screen and (min-width: 600px) {
  .tbl th,
  .tbl td {
    padding: 12px 25px;
    font-size: 16px;
    display: table-cell;
    border: 1px solid #737373;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) {
  .tbl th,
  .tbl td {
    padding: 12px 20px;
  }
}
@media screen and (min-width: 600px) {
  .tbl th {
    width: 150px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) {
  .tbl th {
    text-align: left;
  }
}
.tbl-2 {
  border: 1px solid #737373;
  font-weight: 300;
}

.tbl-2--md {
  max-width: 800px;
  margin: 0 auto;
}

.tbl-2 th,
.tbl-2 td {
  padding: 15px;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #737373;
}

@media screen and (min-width: 600px) {
  .tbl-2 th,
  .tbl-2 td {
    padding: 12px 25px;
    font-size: 16px;
    display: table-cell;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) {
  .tbl-2 th,
  .tbl-2 td {
    padding: 12px 20px;
  }
}
@media screen and (min-width: 600px) {
  .tbl-2 th {
    width: 150px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) {
  .tbl-2 th {
    text-align: left;
  }
}
.form__recaptcha {
  display: block;
}

.form__recaptcha .wpcf7-recaptcha > div {
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .form__wrap {
    border: 1px solid #ccc;
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) {
  .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }

  .form__group:last-child {
    border-bottom: none;
  }

  .form__group--rowspan {
    border-bottom: none;
    margin-bottom: -30px;
  }
}
.form__legend {
  font-size: 15px;
  line-height: 1;
  padding: 13px 20px;
  border-bottom: 1px solid #ccc;
  display: block;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .form__legend {
    border: none;
    text-align: right;
    width: 210px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.form__legend sup {
  color: #cc0000;
  font-size: 9px;
  vertical-align: top;
}

.form__body {
  padding: 20px;
}

@media screen and (min-width: 600px) {
  .form__body {
    border-left: 1px solid #ccc;
    padding: 30px 40px;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 600px) {
  .form__body--name {
    padding-top: 10px;
  }
}
@media screen and (min-width: 600px) {
  .form .input-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    vertical-align: top;
  }
}
@media screen and (min-width: 600px) {
  .form .input-wrap--name {
    margin-top: 20px;
  }
}
.form__tel-label + .form__tel-label {
  margin-top: 20px;
}

.form__label {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 300;
  display: block;
}

@media screen and (min-width: 600px) {
  .form__label {
    margin-bottom: 0;
    width: 50px;
  }

  .form__label--tel {
    display: table;
    width: 75px;
  }
}
.form__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__input-group-border {
  width: 20px;
  text-align: center;
  line-height: 50px;
}

@media screen and (min-width: 600px) {
  .form__input-group-border {
    width: 36px;
    line-height: 38px;
  }
}
@media screen and (min-width: 600px) {
  .form__address-group {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__input {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 10px;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 15px;
  line-height: 48px;
  border: 1px solid #ccc;
}

@media screen and (min-width: 600px) {
  .form__input {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 600px) {
  .form__input--company {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .form__input--name {
    width: 150px;
  }
}
.form__input--post-1 {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

@media screen and (min-width: 600px) {
  .form__input--post-1 {
    width: 115px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.form__input--post-2 {
  -ms-flex-preferred-size: 133px;
  flex-basis: 133px;
}

@media screen and (min-width: 600px) {
  .form__input--post-2 {
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.form__input--tel-1 {
  -ms-flex-preferred-size: 48px;
  flex-basis: 48px;
}

.form__input--tel-2 {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.form__input--tel-3 {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.form__input--textarea {
  height: 160px;
  line-height: 17px;
  padding: 10px;
  resize: none;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .form__input--textarea {
    height: 170px;
  }
}
@media screen and (min-width: 600px) {
  .form__input--mail {
    width: 100%;
  }

  .form__input--mail + .form__input--mail {
    margin-top: 20px;
  }
}
.form__input--mail-botom {
  margin-top: 25px;
}

@media screen and (min-width: 600px) {
  .form__input--mail-botom {
    margin-top: 20px;
  }
}
@media screen and (min-width: 600px) {
  .form__input--type {
    width: 240px;
  }
}
.form__input--select {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  height: 48px;
  z-index: 0;
}

@media screen and (min-width: 600px) {
  .form__input--select {
    height: 40px;
  }
}
.form__input--select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0 20px;
  line-height: 48px;
  outline: none;
  border: none;
  display: block;
  width: 100%;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .form__input--select select {
    line-height: 38px;
    height: 38px;
  }
}
.form__input--select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: #e7e7e7 url(./imgs/arrow-bottom.png) center/20px no-repeat;
  z-index: 1;
  pointer-events: none;
}

.form__input--select-city {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 0 25px 0;
}

@media screen and (min-width: 600px) {
  .form__input--select-city {
    width: 180px;
    margin: 0 20px 0 0;
  }
}
.form__footer {
  margin-top: 40px;
  padding: 0 20px;
}

.form__btn {
  width: 100%;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}

.form__btn:active {
  color: #fff;
}

@media screen and (min-width: 600px) {
  .form__btn {
    font-size: 16px;
    line-height: 60px;
  }

  .form__btn:hover {
    color: #fff;
  }
}
.wrap_form__btn {
  position: relative;
  margin: 15px auto 17px;
  display: block;
  font-weight: 300;
  border: 1px solid #737373;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .wrap_form__btn {
    width: 220px;
    margin: 0 auto 40px;
  }
}
.wrap_form__btn .ajax-loader {
  display: none !important;
}

.wrap_form__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #e61478;
  z-index: -1;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.wrap_form__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #737373;
  border-right: 1px solid #737373;
  pointer-events: none;
}

.wrap_form__btn:active:before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.wrap_form__btn:active:after {
  border-color: #fff;
}

@media screen and (min-width: 600px) {
  .wrap_form__btn:hover:before {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .wrap_form__btn:hover:after {
    border-color: #fff;
  }
}
.form-require-notice {
  font-size: 12px;
  line-height: 1;
  color: #cc0000;
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
  .form-require-notice--footer {
    text-align: center;
  }
}
.wpcf7-form-control-wrap.phone-number-1 {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}

@media screen and (min-width: 600px) {
  .wpcf7-form-control-wrap.phone-number-1 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    max-width: 115px;
  }
}
.wpcf7-form-control-wrap.phone-number-2 {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

@media screen and (min-width: 600px) {
  .wpcf7-form-control-wrap.phone-number-2 {
    max-width: 150px;
  }
}
.wpcf7-form-control-wrap.phone-number-3 {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

@media screen and (min-width: 600px) {
  .wpcf7-form-control-wrap.phone-number-3 {
    max-width: 150px;
  }
}
.wpcf7-form-control-wrap.mobile-phone-number-1 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

@media screen and (min-width: 600px) {
  .wpcf7-form-control-wrap.mobile-phone-number-1 {
    max-width: 115px;
  }
}
.wpcf7-form-control-wrap.mobile-phone-number-2 {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

@media screen and (min-width: 600px) {
  .wpcf7-form-control-wrap.mobile-phone-number-2 {
    max-width: 150px;
  }
}
.wpcf7-form-control-wrap.mobile-phone-number-3 {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

@media screen and (min-width: 600px) {
  .wpcf7-form-control-wrap.mobile-phone-number-3 {
    max-width: 150px;
  }
}
@media screen and (min-width: 600px) {
  .wpcf7-form-control-wrap.company-name {
    width: 100%;
  }
}
.wpcf7-form.submitting .form {
  opacity: 0.7;
}

.wpcf7-form.submitting .form__footer {
  display: none;
}

.wpcf7-form .form__submitting {
  display: none;
}

.wpcf7-form.submitting .form__submitting {
  display: block;
  font-size: 16px;
  text-align: center;
  margin: 105px 0 60px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .wpcf7-form.submitting .form__submitting {
    font-size: 12px;
    margin: 40px 0;
  }
}

.sentence {
  margin-bottom: 24px;
}

.sentence:last-child {
  margin-bottom: 0;
}

.sentence--sm {
  font-size: 13px;
  letter-spacing: 2px;
}

@media screen and (min-width: 600px) {
  .sentence {
    font-size: 16px;
    line-height: 30px;
  }
}
.message {
  font-size: 14px;
  line-height: 25px;
}

@media screen and (min-width: 600px) {
  .message {
    font-size: 16px;
    line-height: 35px;
  }
}
.message__name {
  margin-top: 20px;
  text-align: right;
}

@media screen and (min-width: 600px) {
  .message__name {
    margin-top: 40px;
  }
}
.message p {
  margin-bottom: 1.5rem;
}

.lead {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin: 40px 0 35px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .lead {
    margin: 100px 0;
    line-height: 1;
    font-size: 16px;
  }
}
.lead span {
  display: block;
}

@media screen and (min-width: 600px) {
  .lead span {
    display: inline;
  }
}
.clip {
  width: 100%;
}

.clip--space {
  margin: 20px 0;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .clip--space {
    margin: 40px 0;
  }
}
.btn {
  width: calc(100% - 40px);
  line-height: 48px;
  border: 1px solid #737373;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 600px) {
  .btn {
    width: 220px;
    line-height: 58px;
  }
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #e61478;
  z-index: -1;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #737373;
  border-right: 1px solid #737373;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn:active {
  color: #fff;
  text-decoration: none;
}

.btn:active:before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.btn:active:after {
  border-color: #fff;
}

.btn:hover {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .btn:hover {
    color: #fff;
  }

  .btn:hover:before {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .btn:hover:after {
    border-color: #fff;
  }
}
.btn--interview {
  width: 250px;
  margin: 20px 0 0;
}

@media screen and (min-width: 600px) {
  .btn--interview {
    width: 220px;
    line-height: 58px;
  }
}
@media screen and (min-width: 600px) {
  .btn--arbeit {
    width: 380px;
  }
}
@media screen and (min-width: 600px) {
  .btn--recruit {
    width: 300px;
  }
}
.btn--recruit:after {
  position: static;
  display: inline-block;
  vertical-align: -1px;
  margin-left: 13px;
  right: 35px;
}

.btn--full {
  width: 100%;
  font-size: 15px;
  line-height: 43px;
}

.btn--full:after {
  right: 10px;
  width: 6px;
  height: 12px;
  background: url(./imgs/arrow-right-small.png) center/6px no-repeat;
  top: calc(50% - 6px);
}

@media screen and (min-width: 600px) {
  .btn--full:after {
    top: calc(50% - 7px);
    right: 20px;
    width: 8px;
    height: 14px;
    background: url(./imgs/arrow-right-small.png) center/8px no-repeat;
  }
}
@media screen and (min-width: 600px) {
  .btn--full {
    font-size: 16px;
    line-height: 58px;
    width: 220px;
  }
}
.btn-2 {
  border: 1px solid #737373;
  color: #000;
  line-height: normal;
  vertical-align: top;
  border-radius: 5px;
  padding: 6px 20px;
  text-align: center;
  position: relative;
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #e61478;
  z-index: -1;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.btn-2:hover {
  color: #fff;
  text-decoration: none;
}

.btn-2:hover:before {
  color: #fff;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 599px) {
  .btn-2 {
    width: 100%;
  }
}
.btn-2--next:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #787878;
  border-top: 1px solid #787878;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-2--next:hover:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.btn-2--prev:after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid #787878;
  border-top: 1px solid #787878;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lightbox {
  width: 100%;
  padding: 16px;
}

.lightbox .container {
  padding: 0;
}

.lightbox__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.lightbox__body {
  position: relative;
  height: 100%;
}

.lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  cursor: pointer;
  line-height: 1;
  color: #999;
  outline: none;
}

.lightbox__close i {
  font-size: 32px;
  line-height: 1;
}

.contact {
  position: fixed;
  bottom: 32px;
  right: 32px;
  border-radius: 50%;
  background: #2ab1d1;
  color: #ffffff;
  width: 64px;
  height: 64px;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
}

.contact i {
  line-height: 64px;
  font-size: 32px;
}

.contact-notice {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}

@media screen and (min-width: 600px) {
  .contact-notice {
    margin-bottom: 50px;
  }
}
.contact-notice ul {
  font-weight: 500;
}

.contact-notice--footer {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .contact-notice {
    font-size: 16px;
    line-height: 35px;
  }
}
.contact-thanks {
  font-size: 16px;
  margin: 60px 0;
}

.contact-thanks__head {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  margin: 0 0 20px;
}

.contact-thanks p {
  margin: 0 0 1.5em;
}

.contact-head {
  border-left: 6px solid #e1e1e1;
  padding: 4.5px 0 3.5px 13px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 22px;
}

.contact-liststyle p {
  margin-bottom: 1.5rem;
}

.dl {
  margin-bottom: 14px;
}

.dl:last-child {
  margin-bottom: 0;
}

.dl dt {
  margin-top: 25px;
}

.dl dt:first-child {
  margin-top: 0;
}

.list {
  list-style-type: disc;
  padding-left: 18px;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -4.5px;
}

@media screen and (min-width: 600px) {
  .pager {
    margin: 0 -5px;
  }
}
.pager .pages {
  display: none;
}

.pager__item {
  margin: 0 4.5px;
  border: 1px solid #ccc;
  line-height: 33px;
  min-width: 35px;
  display: block;
  height: 35px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #666666;
}

.pager__item--center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager__item--number {
  display: none;
}

@media screen and (min-width: 600px) {
  .pager__item {
    font-size: 16px;
    margin: 0 5px;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
  }

  .pager__item--active {
    color: #e61478;
    border-width: 2px;
    border-color: #e61478;
  }

  .pager__item--center {
    display: none;
  }

  .pager__item--number {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 100px 0 -80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.anchors__item {
  font-size: 14px;
  line-height: 24px;
  color: #e61478;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0;
  background: url(./imgs/arrow-bottom-pink.png) top 19px right 7px/10px no-repeat;
  display: block;
  font-weight: 500;
}

.anchors__item + .anchors__item {
  border-top: 1px solid #e61478;
}

@media screen and (min-width: 600px) {
  .anchors__item + .anchors__item {
    border-top: none;
  }
}
.anchors__item span:before {
  content: "/";
}

@media screen and (min-width: 600px) {
  .anchors__item {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 0 0 25px;
    background: url(./imgs/arrow-bottom-pink.png) bottom 0 center/16px no-repeat;
  }

  .anchors__item span {
    display: block;
  }

  .anchors__item span:before {
    display: none;
  }
}
.checklist {
  margin: 25px 0;
}

.checklist__item {
  background: url(./imgs/check.png) top 5px left 0/15px no-repeat;
  padding-left: 24px;
  margin: 15px 0;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .checklist__item {
    font-size: 16px;
    line-height: 1;
    margin: 20px 0;
    padding-left: 30px;
    background-size: 17px;
  }
}
.link-important {
  color: #ff0000;
}

.back-prev {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #e61478;
  margin-top: 24px;
  display: block;
}

@media screen and (min-width: 600px) {
  .back-prev {
    font-size: 16px;
    line-height: 35px;
    margin-top: 48px;
  }
}
.back-prev:before {
  content: "◀";
  margin-right: 9px;
}

.hover-zoom {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.hover-zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.hover-zoom:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.img-radius {
  border-radius: 5px;
}

.img-border {
  border: 1px solid #e1e1e1;
}

.link-1 {
  margin: 12px 0 30px;
  text-align: right;
}

.link-1:before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #e61478;
  border-top: 1px solid #e61478;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}

.fancybox-button {
  background-color: transparent;
  color: #fff;
  padding: 0;
  margin: 10px;
}

.content-index {
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .content-index {
    margin-bottom: 20px;
  }
}
.content-index--col-2 .content-index__list > li {
  width: 50%;
}

.content-index--col-3 .content-index__list > li {
  width: 33.3333333%;
}

.content-index--col-4 .content-index__list > li {
  width: 50%;
  margin: 32px auto;
}

@media (max-width: 599px) {
  .content-index--col-3 .content-index__list > li {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .content-index--col-3 .service-index__list_sp > li {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .content-index--col-4 .service-index__list_sp > li {
    width: 50%;
    margin: 16px auto;
  }
}
.content-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -32px -16px 0;
}

@media (max-width: 1000px) {
  .content-index__list {
    margin: -20px -10px 0;
  }
}
@media screen and (max-width: 599px) {
  .content-index__list {
    margin: -10px -5px 0;
  }
}
.content-index__list > li {
  width: 25%;
  margin-top: 32px;
  padding: 0 16px;
}

@media (max-width: 1000px) {
  .content-index__list > li {
    width: 33.333333%;
    padding: 0 10px;
    margin-top: 20px;
  }

  .content-index__list > li a:before {
    content: none !important;
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .content-index__list > li {
    width: 50%;
    padding: 0 5px;
    margin-top: 10px;
  }
}
.content-index__list > li:nth-child(9n + 1) a:after {
  border-right-color: #8dc21f;
  border-bottom-color: #8dc21f;
}

.content-index__list > li:nth-child(9n + 1) a:before {
  background-color: #8dc21f;
}

.content-index__list > li:nth-child(9n + 1) a:hover {
  border-color: #8dc21f;
}

.content-index__list > li:nth-child(9n + 2) a:after {
  border-right-color: #fdc400;
  border-bottom-color: #fdc400;
}

.content-index__list > li:nth-child(9n + 2) a:before {
  background-color: #fdc400;
}

.content-index__list > li:nth-child(9n + 2) a:hover {
  border-color: #fdc400;
}

.content-index__list > li:nth-child(9n + 3) a:after {
  border-right-color: #ff8400;
  border-bottom-color: #ff8400;
}

.content-index__list > li:nth-child(9n + 3) a:before {
  background-color: #ff8400;
}

.content-index__list > li:nth-child(9n + 3) a:hover {
  border-color: #ff8400;
}

.content-index__list > li:nth-child(9n + 4) a:after {
  border-right-color: #e83631;
  border-bottom-color: #e83631;
}

.content-index__list > li:nth-child(9n + 4) a:before {
  background-color: #e83631;
}

.content-index__list > li:nth-child(9n + 4) a:hover {
  border-color: #e83631;
}

.content-index__list > li:nth-child(9n + 5) a:after {
  border-right-color: #ec4a9d;
  border-bottom-color: #ec4a9d;
}

.content-index__list > li:nth-child(9n + 5) a:before {
  background-color: #ec4a9d;
}

.content-index__list > li:nth-child(9n + 5) a:hover {
  border-color: #ec4a9d;
}

.content-index__list > li:nth-child(9n + 6) a:after {
  border-right-color: #922f8e;
  border-bottom-color: #922f8e;
}

.content-index__list > li:nth-child(9n + 6) a:before {
  background-color: #922f8e;
}

.content-index__list > li:nth-child(9n + 6) a:hover {
  border-color: #922f8e;
}

.content-index__list > li:nth-child(9n + 7) a:after {
  border-right-color: #0386cd;
  border-bottom-color: #0386cd;
}

.content-index__list > li:nth-child(9n + 7) a:before {
  background-color: #0386cd;
}

.content-index__list > li:nth-child(9n + 7) a:hover {
  border-color: #0386cd;
}

.content-index__list > li:nth-child(9n + 8) a:after {
  border-right-color: #1bd7ff;
  border-bottom-color: #1bd7ff;
}

.content-index__list > li:nth-child(9n + 8) a:before {
  background-color: #1bd7ff;
}

.content-index__list > li:nth-child(9n + 8) a:hover {
  border-color: #1bd7ff;
}

.content-index__list > li:nth-child(9n + 9) a:after {
  border-right-color: #38a82d;
  border-bottom-color: #38a82d;
}

.content-index__list > li:nth-child(9n + 9) a:before {
  background-color: #38a82d;
}

.content-index__list > li:nth-child(9n + 9) a:hover {
  border-color: #38a82d;
}

.item--1 > li a:after {
  border-right-color: #8dc21f !important;
  border-bottom-color: #8dc21f !important;
}

.item--1 > li a:before {
  background-color: #8dc21f !important;
}

.item--1 > li a:hover {
  border-color: #8dc21f !important;
}

.item--2 > li a:after {
  border-right-color: #fdc400 !important;
  border-bottom-color: #fdc400 !important;
}

.item--2 > li a:before {
  background-color: #fdc400 !important;
}

.item--2 > li a:hover {
  border-color: #fdc400 !important;
}

.item--3 > li a:after {
  border-right-color: #ff8400 !important;
  border-bottom-color: #ff8400 !important;
}

.item--3 > li a:before {
  background-color: #ff8400 !important;
}

.item--3 > li a:hover {
  border-color: #ff8400 !important;
}

.item--4 > li a:after {
  border-right-color: #e83631 !important;
  border-bottom-color: #e83631 !important;
}

.item--4 > li a:before {
  background-color: #e83631 !important;
}

.item--4 > li a:hover {
  border-color: #e83631 !important;
}

.item--5 > li a:after {
  border-right-color: #ec4a9d !important;
  border-bottom-color: #ec4a9d !important;
}

.item--5 > li a:before {
  background-color: #ec4a9d !important;
}

.item--5 > li a:hover {
  border-color: #ec4a9d !important;
}

.item--6 > li a:after {
  border-right-color: #922f8e !important;
  border-bottom-color: #922f8e !important;
}

.item--6 > li a:before {
  background-color: #922f8e !important;
}

.item--6 > li a:hover {
  border-color: #922f8e !important;
}

.item--7 > li a:after {
  border-right-color: #0386cd !important;
  border-bottom-color: #0386cd !important;
}

.item--7 > li a:before {
  background-color: #0386cd !important;
}

.item--7 > li a:hover {
  border-color: #0386cd !important;
}

.item--8 > li a:after {
  border-right-color: #1bd7ff !important;
  border-bottom-color: #1bd7ff !important;
}

.item--8 > li a:before {
  background-color: #1bd7ff !important;
}

.item--8 > li a:hover {
  border-color: #1bd7ff !important;
}

.item--9 > li a:after {
  border-right-color: #38a82d !important;
  border-bottom-color: #38a82d !important;
}

.item--9 > li a:before {
  background-color: #38a82d !important;
}

.item--9 > li a:hover {
  border-color: #38a82d !important;
}

.content-index__list > li > div {
  width: 100%;
  min-height: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .content-index__list > li > div {
    padding: 0 5px;
    min-height: 150px;
    margin: 0 0 15px 0;
  }
}
.content-index__lead {
  padding: 10px 5px;
  text-align: center;
  display: block;
}

.content-index__list > li.content-index__full {
  width: 100%;
}

.content-index__list > li > a {
  width: 100%;
  min-height: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .content-index__list > li > a {
    min-height: 150px;
  }
}
@media (max-width: 599px) {
  .service-index__list_sp > li > a {
    height: 120px;
  }
}
.content-index__list > li > a:before {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg);
  content: "";
  width: 100vw;
  height: 100vw;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  z-index: 0;
}

.content-index__list > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #000;
  border-bottom: 10px solid #000;
  position: absolute;
  right: 4px;
  bottom: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.content-index__list > li > a:hover:before {
  -webkit-transform: translate(-40%, -40%) rotate(45deg);
  transform: translate(-40%, -40%) rotate(45deg);
}

.content-index__list > li > a:hover {
  text-decoration: none;
}

@media (min-width: 1001px) {
  .content-index__list > li > a:hover:after {
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
  }

  .content-index__list > li > a:hover .content-index__en,
  .content-index__list > li > a:hover .content-index__ja {
    color: #fff;
    -webkit-animation-name: content-index-hover;
    animation-name: content-index-hover;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @-webkit-keyframes content-index-hover {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.12);
      transform: scale(1.12);
    }
  }
  @keyframes content-index-hover {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.12);
      transform: scale(1.12);
    }
  }
}
.content-index__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 24px;
  color: #333333;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  .content-index__en {
    font-size: 16px;
  }
}
.content-index__ja {
  display: block;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 1.4;
  margin-top: 4px;
}

@media screen and (max-width: 599px) {
  .content-index__ja {
    font-size: 12px;
  }
}
.content-index__en,
.content-index__ja {
  text-align: center;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.content-index__notice {
  font-size: 12px;
  padding: 0 20px;
  margin: 10px 0 0;
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .content-index__notice {
    padding: 0;
    font-size: 10px;
  }
}
.career-job {
  margin: 0 0 30px;
}

@media (max-width: 599px) {
  .career-job {
    margin: 0 0 20px;
  }
}
.career-job__head {
  margin-top: 30px;
  line-height: 45px;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  font-size: 22.5px;
  padding-bottom: 15px;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .career-job__head {
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 30px;
    margin-top: 70px;
  }
}
.career-job__head__sub {
  font-size: 11.5px;
  line-height: 1;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (min-width: 600px) {
  .career-job__head__sub {
    margin-top: 2px;
    font-size: 13px;
  }
}
.career-job__head:after {
  content: "";
  width: 20px;
  display: block;
  height: 1px;
  background: #575757;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}

.career-job__en {
  font-size: 30px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
}

.career-job__ja {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.career-job__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.career-job__image {
  width: 230px;
  min-width: 230px;
  display: block;
  margin: -30px 0 0 40px;
}

.career-job__desc {
  font-size: 16px;
  margin: 0 0 24px;
}

.career-job__btn {
  text-align: center;
}

@media (max-width: 599px) {
  .career-job__btn {
    margin: 0 0 10px;
  }
}
.career-job__btn a {
  display: inline-block;
  color: #333333;
  border: 1px solid #737373;
  font-size: 16px;
  padding: 15px 48px;
  position: relative;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: top;
}

.career-job__btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #e61478;
  z-index: -1;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.career-job__btn a:hover {
  color: #fff;
  text-decoration: none;
}

.career-job__btn a:hover:before {
  color: #fff;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.career-job__btn a:hover:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.career-job__btn a:after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #737373;
  border-top: 1px solid #737373;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.entry-job {
  background-color: #f8f8f8;
  padding: 24px 30px;
}

.entry-job__head {
  font-size: 25px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 0 16px;
}

.entry-job__head a {
  text-decoration: none;
  color: #333;
}

.entry-job__head a:hover {
  text-decoration: underline;
  color: #333;
}

@media screen and (max-width: 599px) {
  .entry-job__head {
    font-size: 18px;
  }
}
.entry-job__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -20px 0;
}

@media screen and (max-width: 599px) {
  .entry-job__list {
    margin-top: -10px;
  }
}
.entry-job__list li {
  margin-top: 15px;
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 599px) {
  .entry-job__list li {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
.entry-job__list li a {
  color: inherit;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
  font-size: 13px;
}

@media screen and (min-width: 600px) {
  .entry-job__list li a {
    padding: 0 0 0 40px;
    font-size: 16px;
  }
}
.entry-job__list li a:hover {
  text-decoration: underline;
}

.entry-job__list li a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #e61478;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .entry-job__list li a:before {
    width: 20px;
    height: 20px;
  }
}
.entry-job__list li a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #e61478;
  border-top: 1px solid #e61478;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin: 0;
  position: absolute;
  top: 9px;
  left: 6px;
}

@media screen and (max-width: 599px) {
  .entry-job__list li a:after {
    width: 5px;
    height: 5px;
    top: 8px;
    left: 6px;
  }
}
.intern_badge {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  width: 94px;
  background: none;
  border: 1px solid #81c440;
  color: #81c440;
  text-align: center;
  padding: 5px;
}

.intern_badge_coming {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  width: 125px;
  background: #757575;
  border: 1px solid #757575;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.intern_badge_end {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  width: 94px;
  background: #757575;
  border: 1px solid #757575;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.intern_badge_yellow {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  width: 94px;
  background: none;
  border: 1px solid #ffaa1b;
  color: #ffaa1b;
  text-align: center;
  padding: 5px;
}

.group-intern__item {
  margin-bottom: 30px;
}

.group-intern__item:last-child {
  margin-bottom: 100px;
}

.group-intern__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 599px) {
  .group-intern__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.group-intern__image {
  width: 313px;
  min-width: 313px;
  margin-right: 30px;
}

@media (max-width: 599px) {
  .group-intern__image {
    width: auto;
    min-width: auto;
    margin: 0 0 20px;
  }
}
.group-intern__image img {
  display: block;
  border-radius: 5px;
}

@media (max-width: 599px) {
  .group-intern__image img {
    width: 100%;
  }
}
.group-intern__head a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.group-intern__lead:last-child {
  margin-bottom: 0;
}

.group-intern__link {
  text-align: right;
}

.group-intern + .entry-job {
  margin-top: 150px;
}

.group-links__inner {
  overflow: hidden;
}

.group-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 599px) {
  .group-links__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
  }
}
.group-links__list li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .group-links__list li {
    width: 33.3333333%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .group-links__list li {
    width: 50%;
  }
}
.group-links__list li a {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.group-links__list li a img {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.group-links__list li a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (max-width: 599px) {
  .group-links__list li a img {
    border-radius: 5px;
  }

  .group-links__list li a:hover img {
    -webkit-transform: none;
    transform: none;
  }
}
.group-links__list li span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.group-links__list li p {
  display: block;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.recruit-index {
  margin: 0 0 100px;
}

@media screen and (max-width: 599px) {
  .recruit-index {
    margin: 0 0 20px;
  }
}
.recruit-index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -16px 0;
}

@media screen and (max-width: 599px) {
  .recruit-index ul {
    margin: -10px -5px 0;
  }
}
.recruit-index ul li {
  position: relative;
  margin: 30px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .recruit-index ul li {
    margin: 10px 0 0;
  }
}
.recruit-index ul li > span:before,
.recruit-index ul li > span:after {
  content: none !important;
  display: none !important;
}

.recruit-index ul li > span:hover .recruit-index__en,
.recruit-index ul li > span:hover .recruit-index__ja {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

.recruit-index ul li > span,
.recruit-index ul li > a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.recruit-index ul li > span img,
.recruit-index ul li > a img {
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.recruit-index ul li > span:before,
.recruit-index ul li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.recruit-index ul li > span:after,
.recruit-index ul li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  position: absolute;
  right: 26px;
  bottom: 10px;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  z-index: 2;
}

@media screen and (max-width: 599px) {
  .recruit-index ul li > span:after,
  .recruit-index ul li > a:after {
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    right: 10px;
    bottom: 5px;
  }
}
.recruit-index ul li > span:hover > img,
.recruit-index ul li > a:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.recruit-index ul li > span:hover:before,
.recruit-index ul li > a:hover:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.recruit-index ul li > span:hover,
.recruit-index ul li > a:hover {
  text-decoration: none;
}

.recruit-index ul li.recruit-index__full {
  width: 100%;
}

.recruit-index ul li.recruit-index__full > a:before {
  width: 100%;
  height: 290%;
}

.recruit-index ul li.recruit-index__full > a:hover:before {
  top: -90%;
  left: 0;
}

.recruit-index__col-1 {
  width: 100%;
  padding: 0 16px;
}

@media screen and (max-width: 599px) {
  .recruit-index__col-1 {
    padding: 0 5px;
  }
}
.recruit-index__col-2 {
  width: 50%;
  padding: 0 16px;
}

@media screen and (max-width: 599px) {
  .recruit-index__col-2 {
    padding: 0 5px;
  }
}
.recruit-index__col-3 {
  width: 33.3333333%;
  padding: 0 16px;
}

@media screen and (max-width: 599px) {
  .recruit-index__col-3 {
    width: 50%;
    padding: 0 5px;
  }
}
.recruit-index__content {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 16px;
  padding: 0 20px 12px;
  z-index: 2;
}

@media screen and (max-width: 599px) {
  .recruit-index__content {
    width: calc(100% - 10px);
    left: 5px;
    padding: 0 6px 6px;
  }
}
.recruit-index__en {
  font-size: 32px;
  font-family: "futura-pt", sans-serif;
  line-height: normal;
}

@media screen and (max-width: 599px) {
  .recruit-index__en {
    font-size: 22px;
  }
}
.recruit-index__ja {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .recruit-index__ja {
    font-size: 12px;
  }
}
.recruit-index__title {
  font-size: 28px;
  display: block;
}

@media screen and (max-width: 599px) {
  .recruit-index__title {
    font-size: 12px;
  }
}
.recruit-index__desc {
  font-size: 28px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
}

@media screen and (max-width: 599px) {
  .recruit-index__desc {
    font-size: 12px;
  }
}
.recruit-entry__head {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin: 0 0 24px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .recruit-entry__head {
    font-size: 22px;
    margin: 10px 0 16px;
  }
}
.recruit-entry__head--ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
}

.recruit-entry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

@media screen and (max-width: 599px) {
  .recruit-entry__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recruit-entry__list li {
  width: 50%;
  padding: 0 16px;
}

@media screen and (max-width: 599px) {
  .recruit-entry__list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.recruit-entry__list li a {
  display: block;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (max-width: 599px) {
  .recruit-entry__list li a {
    font-size: 18px;
    padding: 15px;
  }
}
.recruit-entry__list li a:after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background-image: url("./imgs/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.recruit-entry__list li a[target="_blank"]:after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background-image: url("./imgs/icon-window.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  right: 27px;
}

.recruit-entry__list li a:hover {
  opacity: 0.75;
}

.recruit-entry__new a {
  background-color: #dc6260;
}

.recruit-entry__career a {
  background-color: #1b83c2;
}

.recruit-entry__intern a {
  background-color: #1bc28c;
}

.page-lead {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  margin: 0 0 35px;
}

@media screen and (max-width: 599px) {
  .page-lead {
    font-size: 16px;
  }
}
.page-lead + .hdg-member-3 {
  margin-top: 50px;
}

.page-lead + .hdg-unit {
  margin-top: 50px;
}

.group-vision {
  width: 900px;
  margin: 100px auto;
  padding: 0 100px 130px;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border: 1px solid #ccc;
  position: relative;
}

@media screen and (max-width: 599px) {
  .group-vision {
    width: auto;
    padding: 0 0 0;
    margin: 60px 15px 80px;
    border: 0 none;
  }
}
.group-vision__logo {
  position: absolute;
  right: 20px;
  bottom: 10px;
  margin: 0;
}

@media screen and (max-width: 599px) {
  .group-vision__logo {
    position: static;
    right: auto;
    bottom: auto;
    text-align: right;
  }

  .group-vision__logo img {
    width: 60px;
  }
}
.group-vision__head {
  text-align: center;
}

.group-vision__head span {
  border: 1px solid #ccc;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 34px;
  padding: 10px 40px;
  line-height: 1.2;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .group-vision__head span {
    font-size: 20px;
  }
}
.group-vision p {
  margin: 0 0 1.5em;
}

@media screen and (max-width: 599px) {
  .group-vision p {
    font-size: 14px;
  }
}
.group-vision__strong {
  font-size: 22px;
}

@media screen and (max-width: 599px) {
  .group-vision__strong {
    font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
}
.group-vision__catch-1 {
  text-align: center;
}

.group-vision__catch-1 > p {
  margin: 0 0 60px;
}

@media screen and (max-width: 599px) {
  .group-vision__catch-1 > p {
    margin: 0 0 30px;
  }
}
.group-vision__catch-1-en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 4px;
  display: block;
  line-height: normal;
}

@media screen and (max-width: 599px) {
  .group-vision__catch-1-en {
    font-size: 18px;
  }
}
.group-vision__catch-1-ja {
  display: inline-block;
  padding: 0 10px 8px;
  position: relative;
  min-width: 500px;
  font-size: 18px;
}

@media screen and (max-width: 599px) {
  .group-vision__catch-1-ja {
    min-width: 0;
    font-size: 16px;
  }
}
.group-vision__catch-1-en--main {
  max-width: 500px;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.group-vision__catch-1-en--main:after,
.group-vision__catch-1-ja:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #000;
  margin: 4px auto 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#83c13c),
    color-stop(10%, #83c13c),
    color-stop(20%, #fed000),
    color-stop(30%, #f39803),
    color-stop(40%, #e94a09),
    color-stop(50%, #b45da1),
    color-stop(60%, #930782),
    color-stop(70%, #0d6fb8),
    color-stop(80%, #29a7e1),
    color-stop(90%, #029261),
    to(#60ab2a)
  );
  background: linear-gradient(to right, #83c13c 0%, #83c13c 10%, #fed000 20%, #f39803 30%, #e94a09 40%, #b45da1 50%, #930782 60%, #0d6fb8 70%, #29a7e1 80%, #029261 90%, #60ab2a 100%);
}

.vision-message {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}

.vision-message span {
  display: block;
}

@media screen and (min-width: 600px) {
  .vision-message {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .vision-message span {
    display: inline;
  }
}
.vision-lead {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .vision-lead {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
.vision-clip {
  margin: 20px 0;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .vision-clip {
    margin: 40px 0;
  }
}
@media screen and (min-width: 600px) {
  .vision-last-sentence {
    margin-bottom: 200px !important;
  }
}
.executive {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .executive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}
.executive__face {
  text-align: center;
  margin-bottom: 20px;
}

.executive__face img {
  width: 192px;
}

@media screen and (min-width: 600px) {
  .executive__face {
    margin-bottom: 0;
  }

  .executive__face img {
    width: 230px;
  }
}
.executive__body {
  line-height: 24px;
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .executive__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    font-size: 16px;
    line-height: 35px;
  }
}
.executive__name {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
}

.executive__name small {
  font-weight: 300;
  font-size: 14px;
  margin-left: 13px;
}

@media screen and (min-width: 600px) {
  .executive__name {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
  }

  .executive__name small {
    font-size: 14px;
  }
}
.executive__position {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .executive__position {
    text-align: left;
  }
}
.executive__description {
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .executive__description {
    font-size: 14px;
  }
}
.origin-logo {
  text-align: center;
}

.origin-logo img {
  width: 200px;
  margin-bottom: 25px;
}

@media screen and (min-width: 600px) {
  .origin-logo img {
    width: 192px;
    margin: 80px 0 60px;
  }
}
.origin-lead {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

@media screen and (min-width: 600px) {
  .origin-lead {
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 600px) {
  .origin-message {
    font-size: 16px;
    line-height: 35px;
  }
}
.diversity-lead {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

@media screen and (min-width: 600px) {
  .diversity-lead {
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 600px) {
  .diversity-message {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
  }
}
.history-lead {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .history-lead {
    margin-top: 100px;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }
}
.history-sub-lead {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

@media screen and (min-width: 600px) {
  .history-sub-lead {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .history-sub-lead span {
    display: block;
  }
}
.history-year {
  font-size: 16px;
  line-height: 16px;
  margin: 36px 0 10px;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .history-year {
    font-size: 25px;
    line-height: 32px;
  }
}
.history-item {
  margin: 20px 0 23px;
}

@media screen and (min-width: 600px) {
  .history-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.history-item__month {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 7px;
}

@media screen and (min-width: 600px) {
  .history-item__month {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    width: 100px;
  }
}
@media screen and (min-width: 600px) {
  .history-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.history-box {
  border: 1px solid #dcdcdc;
  padding: 15px;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
}

.history-box + .history-box {
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .history-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .history-box + .history-box {
    margin-top: 30px;
  }
}
.history-box__thumbnail {
  text-align: center;
  margin-bottom: 10px;
}

.history-box__thumbnail a {
  display: block;
}

.history-box__thumbnail img {
  width: 240px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .history-box__thumbnail {
    margin-bottom: 0;
  }

  .history-box__thumbnail img {
    width: auto;
    height: 140px;
  }
}
.history-box__body {
  margin-top: -5px;
}

@media screen and (min-width: 600px) {
  .history-box__body {
    padding: 0 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.history-box__date {
  color: #737373;
}

.history-box a {
  color: #e61478;
}

.team-hdf {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .team-hdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
  }
}
.hdf-point ul {
  width: 100%;
  text-align: center;
}

.hdf-point ul li img {
  width: 160px;
  display: block;
  margin: 15px auto;
}

@media screen and (min-width: 600px) {
  .hdf-point ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .hdf-point ul li {
    margin: 60px 1%;
    width: 31.33333%;
  }

  .hdf-point ul li img {
    width: 160px;
    display: block;
    margin: 15px auto;
  }
}
.service-hero {
  padding: 25px 0 35px;
  border-top: 1px solid #dcdbdb;
}

.service-hero__main {
  font-size: 25px;
  color: #000000;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px) {
  .service-hero__main {
    font-size: 35px;
    margin-bottom: 13px;
  }
}
.service-hero__sub {
  line-height: 1;
  font-size: 13px;
  color: #333333;
}

@media screen and (min-width: 600px) {
  .service-hero__sub {
    font-size: 18px;
  }
}
.service-top-carousel {
  margin: 0 0 20px;
  opacity: 0;
}

.service-top-carousel.slick-initialized {
  opacity: 1;
}

.service-top-carousel .slick-dots {
  margin-top: 5px;
}

.service-top-carousel .slick-arrow {
  top: calc(((100% - 23px) / 2) - 12.5px);
}

@media screen and (min-width: 600px) {
  .service-top-carousel .slick-arrow {
    top: calc(((100% - 38px) / 2) - 25px);
  }
}
@media screen and (min-width: 600px) {
  .service-top-carousel {
    margin-bottom: 60px;
  }

  .service-top-carousel .slick-slide img {
    width: 100%;
  }

  .service-top-carousel .slick-dots {
    margin-top: 30px;
  }

  .service-top-carousel .slick-dots li {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .service-game-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -23px -40px;
  }
}
.service-game-carousel__item {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  min-width: 154px;
  font-weight: 500;
  color: #333;
}

.service-game-carousel__item:hover {
  text-decoration: none;
  color: #e61478;
}

@media screen and (min-width: 600px) {
  .service-game-carousel__item {
    padding: 23px 40px;
    width: 270px;
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
}
.service-game-carousel__item img {
  height: 90px;
  display: inline-block;
  margin-bottom: 16px;
}

@media screen and (min-width: 600px) {
  .service-game-carousel__item img {
    width: 124px;
    height: 124px;
    margin-bottom: 12px;
  }
}
.service-game-carousel__item p {
  opacity: 0;
}

@media screen and (min-width: 600px) {
  .service-game-carousel__item p {
    opacity: 1;
    font-size: 15px;
  }
}
.service-game-carousel__item p span {
  margin-top: 8px;
  display: block;
  font-size: 11px;
}

@media screen and (min-width: 600px) {
  .service-game-carousel__item p span {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.service-game-carousel__item.slick-active p {
  opacity: 1;
}

.service-game-carousel .slick-arrow {
  top: calc(45px - 14.5px);
}

.service-game-carousel .slick-arrow.slick-next {
  right: 20px;
}

.service-game-carousel .slick-arrow.slick-prev {
  left: 20px;
}

@media screen and (min-width: 600px) {
  .service-corp-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px -14px 0;
  }
}
.service-corp-carousel__item {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 0 15px;
  color: #333;
}

.service-corp-carousel__item:hover {
  text-decoration: none;
  color: #e61478;
}

@media screen and (min-width: 600px) {
  .service-corp-carousel__item {
    width: 257px;
    margin-top: 30px;
    padding: 0 15px;
    display: block;
    font-size: 16px;
  }
}
.service-corp-carousel__item img {
  height: 160px;
  display: inline-block;
  margin-bottom: 16px;
}

@media screen and (min-width: 600px) {
  .service-corp-carousel__item img {
    height: 227px;
  }
}
.service-corp-carousel .slick-arrow {
  top: calc(80px - 14.5px);
}

.service-corp-carousel .slick-arrow.slick-next {
  right: 20px;
}

.service-corp-carousel .slick-arrow.slick-prev {
  left: 20px;
}

@media screen and (min-width: 600px) {
  .service-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px -14px 0;
  }
}
.service-other__item {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 0 15px;
  color: #333;
}

.service-other__item:hover {
  color: #e61478;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .service-other__item {
    width: 257px;
    margin-top: 30px;
    padding: 0 15px;
    display: block;
    font-size: 16px;
  }
}
.service-other img {
  height: 160px;
  display: inline-block;
  margin-bottom: 16px;
}

@media screen and (min-width: 600px) {
  .service-other img {
    height: 227px;
  }
}
.service-other .slick-arrow {
  top: calc(80px - 14.5px);
}

.service-other .slick-arrow.slick-next {
  right: 20px;
}

.service-other .slick-arrow.slick-prev {
  left: 20px;
}

.service-movie {
  overflow: hidden;
  height: 590px;
  margin: -35px 0 60px;
  position: relative;
}

@media (max-width: 600px) {
  .service-movie {
    pointer-events: none;
  }
}
@media screen and (max-width: 599px) {
  .service-movie {
    margin: -35px 0 20px;
    height: auto;
  }
}
.service-movie__inner {
  position: absolute;
  width: 100%;
  padding-top: 75%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 599px) {
  .service-movie__inner {
    -webkit-transform: none;
    transform: none;
    top: auto;
    left: auto;
    width: auto;
    padding-top: 0;
    position: static;
  }
}
.service-movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-movie img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .service-movie .pc-only {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .service-movie .sp-only {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .service-movie.service-movie--vimeo {
    position: static;
    padding-top: 56.25%;
    position: relative;
  }

  .service-movie.service-movie--vimeo .service-movie__inner iframe {
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
  }
}
.service-lead {
  font-size: 18px;
  text-align: center;
  margin: 0 0 60px;
}

@media screen and (max-width: 599px) {
  .service-lead {
    font-size: 16px;
    text-align: left;
    margin: 0 0 20px;
  }

  .service-lead br {
    display: none;
  }
}
.service-lead__games h2 {
  margin: 60px 0 15px;
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .service-lead__games h2 {
    margin: 30px 0 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
  }

  .service-lead__games img {
    margin-bottom: 20px;
  }
}
.service-index {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

.service-index__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  position: relative;
}

.service-index__inner:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #ccc;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .service-index__inner {
    margin: 0;
  }
}
.service-index__item {
  width: 50%;
  padding: 40px 20px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-index__item > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 599px) {
  .service-index__item {
    width: 100%;
    padding: 20px 0;
  }
}
.service-index__image {
  display: block;
  margin: 0 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 599px) {
  .service-index__image {
    margin: 0 0 10px;
  }
}
.service-index__image a {
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 599px) {
  .service-index__image a {
    border-radius: 5px;
  }
}
.service-index__image a img {
  display: block;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 599px) {
  .service-index__image a img {
    border-radius: 5px;
  }
}
.service-index__image a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.service-index__image--border a {
  border: 1px solid #ccc;
}

.service-index__content {
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  .service-index__content {
    font-size: 12px;
  }
}
.service-index__content p {
  margin-bottom: 1.5em;
}

.service-index__head {
  margin: 0 0 20px;
}

@media screen and (max-width: 599px) {
  .service-index__head {
    margin: 0 0 6px;
  }
}
.service-index__head-main {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .service-index__head-main {
    font-size: 16px;
  }
}
.service-index__head-sub {
  font-size: 16px;
}

.service-index__link {
  margin-top: auto;
}

.service-index__site {
  margin: 0 0 30px;
}

.service-index__site a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #666;
  color: #333;
  font-size: 14px;
  padding: 6px 40px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.service-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px 20px;
}

.service-index__list li {
  padding: 0 10px;
}

.service-index__list li img {
  max-width: 100%;
}

.service-index__list-apple {
  width: 155px;
}

.service-index__list-amazon {
  width: 135px;
}

.service-index__list-google {
  width: 153px;
}

.service-index__list-mobage {
  font-size: 11px;
  line-height: 1em;
  text-align: center;
}

.service-index__list-dmmgames {
  font-size: 11px;
  line-height: 1em;
  text-align: center;
}

.service-index__list-mobage > a {
  display: block;
  background-color: #003f87;
  color: #fff;
  padding: 4px;
}

.service-index__list-dmmgames > a {
  display: block;
  background-color: #000000;
  color: #fff;
  padding: 2px;
  font-size: 11px;
  line-height: 35px;
  border-radius: 6px;
  width: 120px;
  height: 40px;
  font-weight: bold;
}

.service-index__company {
  font-size: 12px;
}

.service-index__company:hover {
  text-decoration: none;
}

.news-list {
  margin: -20px 0 25px;
}

@media screen and (min-width: 600px) {
  .news-list {
    margin: -40px 0 30px;
  }
}
.news-list--space {
  margin: 0 0 50px;
}

@media screen and (min-width: 600px) {
  .news-list--space {
    margin: 0 0 30px;
  }
}
.news-item {
  padding: 20px 0;
  border-bottom: 1px dotted #dcdcdc;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (min-width: 600px) {
  .news-item {
    font-size: 16px;
    line-height: 35px;
    padding: 20px 0;
  }
}
.news-item__date {
  font-weight: 300;
}

.news-item__title {
  color: #e61478;
}

.article__date {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 12px;
  margin-top: 30px;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .article__date {
    font-size: 16px;
    margin: 60px 0 16px;
  }
}
.article__sns {
  margin-bottom: 5px;
}

.article__sns a {
  margin-right: 16px;
  display: inline-block;
}

.article__sns img {
  display: block;
  height: 20px;
}

@media screen and (min-width: 600px) {
  .article__sns {
    margin-bottom: 40px;
  }
}
.article__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #dcdcdc;
  margin-bottom: 11px;
}

@media screen and (min-width: 600px) {
  .article__title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
.article__subtitle {
  color: #707070;
  font-size: 20px;
  font-weight: normal;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .article__subtitle {
    font-size: 12px;
  }
}

.article__body p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 600px) {
  .article__body p {
    font-size: 16px;
    line-height: 35px;
  }
}
.article__body em {
  font-style: italic;
}

.article__body img {
  margin: 5px auto;
  display: block;
}

.article__body a {
  color: #e61478;
  word-break: break-all;
}

.article__body table {
  width: 100%;
  margin: 20px auto;
}

.article__body table td,
.article__body table th {
  padding: 5px 15px;
  border: 1px solid #737373;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 600px) {
  .article__body table td,
  .article__body table th {
    padding: 7px 20px;
    font-size: 16px;
    line-height: 35px;
  }
}
@media screen and (min-width: 600px) {
  .article__body table {
    width: 800px;
    margin: 40px auto;
  }
}
.article__back-archive {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #e61478;
}

@media screen and (min-width: 600px) {
  .article__back-archive {
    font-size: 16px;
    line-height: 35px;
  }
}
.article__back-archive:before {
  content: "◀";
}

.recruit-carousel {
  opacity: 0;
}

.recruit-carousel .recruit-carousel__item {
  padding: 0 10px;
}
@media (max-width: 600px) {
  .recruit-carousel .recruit-carousel__item {
    padding: 0 7.5px;
  }
}

.recruit-carousel .recruit-carousel__item a {
  overflow: hidden;
  display: block;
}

.recruit-carousel .recruit-carousel__item a img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.recruit-carousel .recruit-carousel__item a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.recruit-carousel__text {
  font-size: 16px;
  text-align: left;
  margin-top: 12px;
  display: block;
  line-height: 1.4375;
}

.recruit-carousel.slick-initialized {
  opacity: 1;
}

.recruit-carousel .slick-dots {
  margin-top: 5px;
}

.recruit-carousel .slick-arrow {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -3.5em;
}

@media screen and (min-width: 600px) {
  .recruit-carousel {
    margin-bottom: 110px;
  }

  .recruit-carousel .slick-slide img {
    max-width: 100%;
    width: 100%;
  }

  .recruit-carousel .slick-dots {
    margin-top: 30px;
  }

  .recruit-carousel .slick-dots li {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .recruit-top-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .recruit-top-unit__thumbnail {
    width: 500px;
  }
}
.recruit-top-unit__date {
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}

@media screen and (min-width: 600px) {
  .recruit-top-unit__date {
    font-size: 14px;
  }
}
.recruit-top-unit__tags {
  margin: 10px 0;
}

@media screen and (min-width: 600px) {
  .recruit-top-unit__tags {
    margin: 20px 0;
  }
}
.recruit-top-unit__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px) {
  .recruit-top-unit__title {
    font-size: 20px;
    line-height: 35px;
  }
}
.recruit-top-unit__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

@media screen and (min-width: 600px) {
  .recruit-top-unit__text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 600px) {
  .recruit-top-unit__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
  }
}
.recruit-recommend-item__thumbnail {
  margin-bottom: 10px;
}

.recruit-recommend-item__tags {
  margin-bottom: 12px;
}

.recruit-recommend-item__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .recruit-recommend-item__title {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 600px) {
  .recruit-entry-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.recruit-entry-btn {
  font-size: 19px;
  line-height: 1.5;
  padding: 16px 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  background-color: #f39801;
  display: block;
  margin-bottom: 15px;
  border-radius: 5px;
}

.recruit-entry-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 9px;
  height: 16px;
  background-image: url("./imgs/arrow-right-white-bold.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

@media screen and (min-width: 600px) {
  .recruit-entry-btn:before {
    right: 30px;
  }
}
.recruit-entry-btn--sub {
  background-color: #0588ce;
}

@media screen and (min-width: 600px) {
  .recruit-entry-btn {
    margin-right: 50px;
    margin-bottom: 0;
    width: 350px;
    min-height: 90px;
    padding: 20px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: top 37px right 30px;
    background-size: 10px;
  }

  .recruit-entry-btn:last-child {
    margin-right: 0;
  }
}
.recruit-news {
  border: 1px solid #dcdcdc;
  padding: 24px 30px;
}

.recruit-news__list {
  margin: -16px 0 0;
}

.recruit-news__list li {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 6.5em;
  margin: 16px 0 0;
}

@media screen and (max-width: 599px) {
  .recruit-news__list li {
    padding: 0;
  }
}
.recruit-news__date {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 599px) {
  .recruit-news__date {
    position: static;
    left: auto;
  }
}
.recruit-top {
  overflow: hidden;
  height: auto;
  margin: -35px 0 0;
  position: relative;
  text-align: center;
}

.recruit-lead {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  margin: 0 0 35px;
}

@media screen and (max-width: 599px) {
  .recruit-lead {
    font-size: 16px;
  }
}
.recruit-lead__games h2 {
  margin: 60px 0 15px;
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}

.recruit-lead__games img {
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .recruit-lead__games h2 {
    margin: 30px 0 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
  }

  .recruit-lead__games img {
    margin-bottom: 20px;
  }
}
.recruit-link-1 > a {
  display: block;
  overflow: hidden;
  position: relative;
}

.recruit-link-1 > a img {
  border-radius: 5px;
  display: block;
  width: 100%;
}

.recruit-link-1 > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

.recruit-link-1 > a:hover {
  text-decoration: none;
}

.recruit-role {
  margin: 0 0 40px;
}

.recruit-role__link {
  margin: 0 0 24px;
}

.recruit-role__link a img {
  border-radius: 10px;
}

.recruit-role__link a:hover img {
  opacity: 0.7;
}

.youtube {
  width: 100%;
  height: 200px;
  display: block;
  margin-top: 15px;
}

@media screen and (min-width: 600px) {
  .youtube {
    margin-top: 0;
    height: 560px;
  }
}
@media screen and (min-width: 600px) {
  .photo__img {
    display: block;
    margin: 0;
    max-width: 100%;
  }
}
.photo__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0 5px;
}

@media screen and (min-width: 600px) {
  .photo__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.photo__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 600px) {
  .photo__text {
    font-size: 16px;
    line-height: 30px;
  }
}
.photo-nav {
  padding: 0;
  margin: 30px 0;
}

@media screen and (min-width: 600px) {
  .photo-nav {
    padding: 0 40px;
    margin: 25px 0 100px;
  }
}
.photo-nav li {
  padding: 0 5px;
}

.photo-nav li:focus {
  outline: none;
}

.photo-nav li.slick-current img {
  outline: 2px solid #e61478;
  outline-offset: -2px;
}

.photo-nav img {
  height: 97px;
}

.recruit-photo-footer {
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  margin-top: 24px;
}

.recruit-photo-footer a {
  color: #e61478;
}

.recruit-philosophy {
  font-size: 16px;
}

.recruit-philosophy__head {
  margin: 100px 0 60px;
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .recruit-philosophy__head {
    font-size: 18px;
    margin: 80px 0 30px;
  }
}
.recruit-philosophy p {
  margin-bottom: 1.5em;
}

.recruit-philosophy p.recruit-philosophy__image {
  margin: 100px auto;
  text-align: center;
}

.recruit-philosophy p.recruit-philosophy__image img {
  max-width: 100%;
  margin: 0 auto;
}

.recruit-philosophy p.recruit-philosophy__btn {
  margin-top: 80px;
}

.cheer {
  margin: 0 0 60px;
}

.cheer:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .cheer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 80px;
  }
}
.cheer__clip {
  text-align: center;
}

.cheer__clip img {
  height: 174px;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .cheer__clip {
    padding: 0 20px;
    width: 270px;
  }

  .cheer__clip img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .cheer__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
  }
}
.cheer__adviser {
  margin-bottom: 15px;
}

.cheer__adviser strong {
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
}

@media screen and (min-width: 600px) {
  .cheer__adviser strong {
    font-size: 18px;
  }
}
.cheer__btn {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .cheer__btn {
    text-align: right;
  }
}
.cheer-detail-header {
  margin: 40px 0 20px;
}

@media screen and (min-width: 600px) {
  .cheer-detail-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px -25px 50px;
  }
}
.cheer-detail-header__clip {
  text-align: center;
  margin-bottom: 20px;
}

.cheer-detail-header__clip img {
  height: 174px;
  border-radius: 50%;
}

@media screen and (min-width: 600px) {
  .cheer-detail-header__clip img {
    height: 200px;
  }
}
@media screen and (min-width: 600px) {
  .cheer-detail-header__clip {
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.cheer-detail-header__msg {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .cheer-detail-header__msg {
    font-size: 18px;
    line-height: 1.5625;
  }
}

@media screen and (min-width: 600px) {
  .cheer-detail-header__msg {
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
  }
}
.cheer-detail-header__adviser {
  margin-bottom: 25px;
}

.cheer-detail-header__adviser strong {
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 600px) {
  .cheer-detail-header__adviser strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) {
  .cheer-detail-header__body {
    padding: 0 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.cheer-detail-ask {
  border-left: 6px solid #e1e1e1;
  padding: 3.5px 0 3.5px 13px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 20px;
}
@media (max-width: 600px) {
  .cheer-detail-ask {
    font-size: 15px;
    line-height: 24px;
  }
}

.cheer-detail-answer {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .cheer-detail-answer {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 20px;
  }
}
.cheer-detail-profile {
  background-color: #f3f3f3;
  padding: 40px 50px;
  font-weight: normal;
  margin: 70px 0 0;
}
@media (max-width: 600px) {
  .cheer-detail-profile {
    margin: 40px 0 0;
    padding: 16px 20px;
  }
}
.cheer-detail-profile__body {
  margin: 30px 0 0;
}
.cheer-detail-profile__body:first-child {
  margin-top: 0;
}
.cheer-detail-profile__name {
  margin: 0 0 4px;
}

.entry-nav {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .entry-nav {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.entry-nav .col {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 600px) {
  .entry-nav .col {
    width: 33.33333%;
  }
}
.entry-nav__item {
  margin-bottom: 15px;
  display: block;
  color: inherit;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #dcdcdc;
  padding: 8px 35px 8px 15px;
  position: relative;
  border-radius: 5px;
}

.entry-nav__item:hover {
  text-decoration: none;
  opacity: 0.8;
}

.entry-nav__item--en {
  color: #000;
  margin-right: 14px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.entry-nav__item--ja {
  font-size: 12px;
}

.entry-nav__item:after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #ff3eae;
  border-bottom: 1px solid #ff3eae;
  display: block;
  margin: -3px 0 0 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.entry-list {
  margin-bottom: 50px;
}

.entry-list__item {
  margin-bottom: 15px;
}

.entry-list__item a {
  color: inherit;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  padding: 0 0 0 36px;
  display: inline-block;
  font-size: 13px;
}

@media screen and (min-width: 600px) {
  .entry-list__item a {
    padding: 0 0 0 40px;
    font-size: 16px;
  }
}
.entry-list__item a:hover {
  text-decoration: underline;
}

.entry-list__item a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #ff3eae;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-list__item a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #ff3eae;
  border-top: 1px solid #ff3eae;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin: 0;
  position: absolute;
  top: 8px;
  left: 6px;
}

.privacy h2 {
  margin: 4em 0 0.5em;
  font-weight: bold;
}

.privacy ol {
  margin: 1em 0;
}

.privacy ol ol {
  margin-left: 1em;
}

.privacy a {
  color: #e61478;
}

.privacy table {
  margin: 1em 0;
  font-size: 12px;
}

.privacy table th,
.privacy table td {
  border: 1px solid #737373;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .privacy table th:first-child,
  .privacy table td:first-child {
    width: 240px;
  }
}
.map {
  width: 100%;
  height: 400px;
  display: block;
}

.message-clip {
  margin: 40px 0 20px;
}

@media screen and (min-width: 600px) {
  .message-clip {
    margin: 100px 0 40px;
  }
}
.message-clip img {
  max-width: 100%;
  margin: 0;
  display: block;
}

.member-content {
  font-size: 16px;
  line-height: 2;
}

.member-content p {
  margin-bottom: 2em;
}

.member-content strong {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.member-image {
  margin: 100px 0 70px;
}

@media screen and (max-width: 599px) {
  .member-image {
    margin: -35px 0 20px;
  }
}
.member-image img {
  margin: 0 auto;
  display: block;
}

.member-profile {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin: 0 50px 80px;
}

.member-profile + .member-profile {
  margin-top: -60px;
}

@media screen and (max-width: 599px) {
  .member-profile + .member-profile {
    margin-top: -40px;
  }
}
@media screen and (max-width: 599px) {
  .member-profile {
    margin: 0 0 60px;
  }
}
.member-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.member-profile__image {
  width: 90px;
  min-width: 90px;
  margin-right: 30px;
}

@media screen and (max-width: 599px) {
  .member-profile__image {
    width: 70px;
    min-width: 70px;
    margin-right: 20px;
  }
}
.member-profile__content {
  font-size: 14px;
  line-height: 1.5714285;
}

.member-profile__content > *:last-child {
  margin-bottom: 0;
}

.member-profile__hdg {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 0 4px;
}

.member-images {
  margin: 0 0 100px;
}

.member-images__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

.member-images__item {
  padding: 0 16px;
}

.member-images__item img {
  max-width: 100%;
}

.member-relation {
  overflow: hidden;
  margin: 0 0 50px;
}

.member-relation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -32px -16px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  .member-relation__list {
    margin: -16px -5px 0;
  }
}
.member-relation__list > li {
  width: 33.3333333%;
  padding: 0 16px;
  margin: 32px 0 0;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .member-relation__list > li {
    width: 50%;
    margin: 16px 0 0;
    padding: 0 5px;
  }
}
.member-relation__list > li .member-relation__comingsoon {
  display: block;
  position: relative;
  color: #fff;
}

.member-relation__list > li .member-relation__comingsoon .member-relation__comingsoon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  .member-relation__list > li .member-relation__comingsoon .member-relation__comingsoon-text {
    font-size: 16px;
    white-space: nowrap;
  }
}
.member-relation__list > li > a {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.member-relation__list > li > a > span > img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.member-relation__list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.member-relation__list > li > a:hover > span > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.member-relation__list > li > a:hover:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.member-relation__list--2 > li {
  width: 50%;
}

@media screen and (max-width: 599px) {
  .member-relation__list--2 > li {
    width: 50%;
  }
}
.member-relation__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 12px;
  font-size: 14px;
  line-height: 1.42857142;
  z-index: 2;
}

@media (max-width: 599px) {
  .member-relation__text {
    padding: 0 6px 6px;
    font-size: 10px;
  }
}
.member-relation__image {
  display: block;
}

.member-relation__image img {
  display: block;
  border-radius: 5px;
  width: 100%;
}

.member-relation__title {
  display: block;
  margin: 0 0 4px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (max-width: 599px) {
  .member-relation__title {
    margin: 0;
  }
}
.member-relation__desc {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.member-relation + .entry-job {
  margin-top: 150px;
}

.lead-role {
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  line-height: 1.5;
  margin: 60px 0;
}

@media screen and (max-width: 599px) {
  .lead-role {
    font-size: 18px;
    margin: 30px 0;
    text-align: left;
    line-height: 1.67;
  }
}
.group-role {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .group-role {
    margin-bottom: 20px;
  }
}
.group-role__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 599px) {
  .group-role__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.group-role__item {
  width: calc(33.33333333% - 30px);
  min-width: calc(33.33333333% - 30px);
  border: 1px solid #000;
  margin: 0 15px 40px;
  padding: 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.group-role__item:nth-child(9n + 1) {
  border: 2px solid #8dc21f;
}

.group-role__item:nth-child(9n + 2) {
  border: 2px solid #fdc400;
}

.group-role__item:nth-child(9n + 3) {
  border: 2px solid #ff8400;
}

.group-role__item:nth-child(9n + 4) {
  border: 2px solid #e83631;
}

.group-role__item:nth-child(9n + 5) {
  border: 2px solid #ec4a9d;
}

.group-role__item:nth-child(9n + 6) {
  border: 2px solid #922f8e;
}

.group-role__item:nth-child(9n + 7) {
  border: 2px solid #0386cd;
}

.group-role__item:nth-child(9n + 8) {
  border: 2px solid #1bd7ff;
}

.group-role__item:nth-child(9n + 9) {
  border: 2px solid #38a82d;
}

@media screen and (max-width: 599px) {
  .group-role__item {
    width: auto;
    margin: 0 0 30px;
  }
}
.group-role__row-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.group-role__head {
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 16px;
}

.group-role__head:after {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.group-role__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 20px;
  line-height: 1.5;
}

.group-role__ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: normal;
  display: block;
  font-size: 12px;
}

.group-role__lead {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin: 0 0 20px;
}

.group-role__btn {
  margin-top: 30px;
}

.group-role__btn a {
  width: 100%;
  padding: 0 36px 0 20px;
  text-align: left;
}

strong {
  font-weight: bold !important;
}

/*--------------
 * カードデザイン
---------------*/
.cardBlock {
  overflow: hidden;
}

div.col3 {
  overflow: hidden;
}

div.col3 .card .text {
  font-size: 0.8em;
  margin-bottom: 40px;
}

a.a-card {
  text-decoration: none;
  display: block;
  width: calc(97% / 3);
  margin-right: 1%;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #003559;
  text-align: center;
}

a.a-card:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0 4px #84b4c4 inset;
  box-shadow: 0 0 0 4px #84b4c4 inset;
  text-decoration: none;
}

a.a-card:nth-of-type(3) {
  margin-right: 0;
}

/*--------------
   * カードデザイン
  ---------------*/
div.col3 .card {
  overflow: hidden;
}

a.a-card:nth-of-type(3) {
  margin-right: auto;
}

a.a-card {
  margin: 0 auto 10px auto;
  width: 94%;
  padding: 10px;
  text-align: left;
  float: none;
}

a.a-card figure {
  line-height: 0;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  float: left;
}

/* 404 */
.notfound_title {
  text-align: center;
  margin: 50px auto;
  border: double;
  font-size: 1.5em;
  width: 60%;
}

.notfound_text {
  text-align: center;
}

/* slider-pickup */
.slider-pickup {
  position: relative;
}

.slider-pickup .slider-pickup__item {
  max-width: 200px;
  margin: 0 10px;
}

@media (max-width: 599px) {
  .slider-pickup .slider-pickup__item {
    max-width: 93px;
    margin: 0 5px;
  }
}
.slider-pickup .slick-slide:focus,
.slider-pickup .slick-slide *:focus {
  outline: none;
}

.slider-pickup .slider-pickup__item > a {
  text-decoration: none;
  display: block;
}

.slider-pickup .slider-pickup__image {
  display: block;
  margin: 0 0 4px;
}

@media (max-width: 599px) {
  .slider-pickup .slider-pickup__image {
    margin: 0 0 6px;
  }
}
.slider-pickup .slider-pickup__image img {
  max-width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
}

@media (max-width: 599px) {
  .slider-pickup .slider-pickup__image img {
    border-radius: 10px;
  }
}
.slider-pickup .slider-pickup__title {
  display: block;
  font-size: 15px;
  color: #000;
  padding: 0 6px;
}

@media (max-width: 599px) {
  .slider-pickup .slider-pickup__title {
    font-size: 10px;
    line-height: normal;
  }
}
.slider-pickup .slider-pickup__desc {
  display: block;
  font-size: 14px;
  color: #707070;
  padding: 0 6px;
  line-height: normal;
}

@media (max-width: 599px) {
  .slider-pickup .slider-pickup__desc {
    font-size: 10px;
    line-height: normal;
  }
}
.slider-pickup .slider-pickup__arrows {
  height: 150px;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

@media (max-width: 599px) {
  .slider-pickup .slider-pickup__arrows {
    height: 70px;
  }
}
.slider-pickup .slider-pickup__arrows .slick-arrow {
  font-size: 0;
  pointer-events: all;
}

@media (max-width: 599px) {
  .slider-pickup .slider-pickup__arrows .slick-arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* list-news
--------------------------*/
.list-news {
  font-size: 16px;
}

@media (max-width: 599px) {
  .list-news {
    font-size: 14px;
  }
}
.list-news > ul > li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 26px;
}

@media (max-width: 599px) {
  .list-news > ul > li {
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
}
.list-news > ul > li > a {
  color: #ea4ca9;
  line-height: 1.5;
}

.list-news__subtitle {
  font-size: 14px;
  display: block;
}

.list-news__date {
  display: block;
  margin: 0 0 6px;
}

.list-news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}

.list-news__category li {
  margin-right: 4px;
}

.list-news__category li a {
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 1px 10px;
  line-height: 1.5;
  border-radius: 5px;
}

.list-news__category li a:hover {
  text-decoration: none;
}

.list-news__category li a.press {
  background-color: #fff;
  border: 1px solid #e26aab;
  color: #e26aab;
}

.list-news__category li a.press:hover {
  background-color: #e26aab;
  color: #fff;
}

.list-news__category li a.info {
  background-color: #fff;
  border: 1px solid #81c440;
  color: #81c440;
}

.list-news__category li a.info:hover {
  background-color: #81c440;
  color: #fff;
}

.list-news__category li a.news {
  background-color: #fff;
  border: 1px solid #1791cc;
  color: #1791cc;
}

.list-news__category li a.news:hover {
  background-color: #1791cc;
  color: #fff;
}

.list-news__category li a.service-news {
  background-color: #fff;
  border: 1px solid #1791cc;
  color: #1791cc;
}

.list-news__category li a.service-news:hover {
  background-color: #1791cc;
  color: #fff;
}

.list-news__category li a.newgraduate {
  background-color: #fff;
  border: 1px solid #e26aab;
  color: #e26aab;
}

.list-news__category li a.newgraduate:hover {
  background-color: #e26aab;
  color: #fff;
}

.list-news__category li a.career {
  background-color: #fff;
  border: 1px solid #81c440;
  color: #81c440;
}

.list-news__category li a.career:hover {
  background-color: #81c440;
  color: #fff;
}

.list-news__category li a.internship {
  background-color: #fff;
  border: 1px solid #1791cc;
  color: #1791cc;
}

.list-news__category li a.internship:hover {
  background-color: #1791cc;
  color: #fff;
}

.list-news__category li a.group {
  background-color: #fff;
  border: 1px solid #fd8306;
  color: #fd8306;
}

.list-news__category li a.group:hover {
  background-color: #fd8306;
  color: #fff;
}

/* head-news
--------------------------*/
.head-news {
  padding-top: 40px;
  border-top: 1px solid #dcdcdc;
  margin: 100px 0 40px;
  font-weight: bold;
  font-size: 25px;
}

@media (max-width: 599px) {
  .head-news {
    font-size: 20px;
    padding-top: 20px;
    margin: 50px 0 20px;
  }
}
.header-2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fdd000),
    color-stop(10%, #f39b12),
    color-stop(20%, #e8322d),
    color-stop(30%, #df0775),
    color-stop(40%, #943991),
    color-stop(50%, #0286cc),
    color-stop(60%, #00bdff),
    color-stop(70%, #009b84),
    color-stop(80%, #3fb034),
    color-stop(90%, #8fc325),
    to(#fdd000)
  );
  background: linear-gradient(to right, #fdd000 0%, #f39b12 10%, #e8322d 20%, #df0775 30%, #943991 40%, #0286cc 50%, #00bdff 60%, #009b84 70%, #3fb034 80%, #8fc325 90%, #fdd000 100%);
}
@media (max-width: 930px) {
  .header-2:after {
    height: 2px;
  }
}
.header-2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px 0 40px;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1300px) {
  .header-2__inner {
    padding: 0 20px;
  }
}
@media (max-width: 930px) {
  .header-2__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px;
  }
}
.header-2-logo {
  width: 157px;
  margin: 0 60px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1300px) {
  .header-2-logo {
    width: 120px;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 1100px) {
  .header-2-logo {
    width: 120px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 930px) {
  .header-2-logo {
    width: 134px;
    height: 25px;
    margin-top: 13px;
    margin-bottom: 12px;
  }
}
.header-2-nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 931px) {
  .header-2-nav {
    display: block !important;
  }
}
@media (max-width: 930px) {
  .header-2-nav {
    width: 100%;
    display: none;
  }
}
.header-2-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -20px;
}
@media (max-width: 1300px) {
  .header-2-nav > ul {
    margin: 0 0 0 -15px;
  }
}
@media (max-width: 1100px) {
  .header-2-nav > ul {
    margin: 0 0 0 -10px;
  }
}
@media (max-width: 930px) {
  .header-2-nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.header-2-nav > ul > li {
  margin: 0 20px;
  height: 100px;
  padding: 40px 0 0;
}
@media (max-width: 1300px) {
  .header-2-nav > ul > li {
    margin: 0 15px;
  }
}
@media (max-width: 1100px) {
  .header-2-nav > ul > li {
    margin: 0 10px;
  }
}
@media (max-width: 930px) {
  .header-2-nav > ul > li {
    margin: 0;
    padding: 10px 0;
    height: auto;
    border-bottom: 1px solid #cccccc;
  }
}
.header-2-nav > ul > li > a {
  display: block;
  color: #000;
}
@media (max-width: 930px) {
  .header-2-nav > ul > li > a {
    text-align: left;
    position: relative;
  }
  .header-2-nav > ul > li > a:before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    display: block;
    margin: -2px 0 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.header-2-nav > ul > li > a:hover {
  color: #e61478;
  text-decoration: none;
}
.header-2-nav > ul > li.header-2-nav__access {
  display: none;
}
@media (max-width: 930px) {
  .header-2-nav > ul > li.header-2-nav__access {
    display: block;
  }
  .header-2-nav > ul > li.header-2-nav__access a:before {
    content: "";
    border: 0 none !important;
    background-image: url("/wp-content/themes/2018renewal/imgs/marker.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 22px;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    right: 0 !important;
  }
}
@media (max-width: 930px) {
  .header-2-nav > ul > li.is-open > a:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-top: 2px;
  }
}
.header-2-nav > ul > li > ul {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  top: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 80px;
  opacity: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  display: none;
}
@media (max-width: 930px) {
  .header-2-nav > ul > li > ul {
    position: static;
    background-color: transparent;
    top: auto;
    left: auto;
    right: auto;
    display: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    margin: 0 0 10px;
  }
}
.header-2-nav > ul > li > ul li {
  width: calc(25% - 68px);
  margin: 17px 34px;
}
@media (max-width: 930px) {
  .header-2-nav > ul > li > ul li {
    width: 100%;
    margin: 10px 0 0;
  }
}
.header-2-nav > ul > li > ul li a {
  color: #ffffff;
  padding: 0 20px 0 0;
  margin: 0;
  line-height: 1.4;
  background: url(./imgs/arrow-right-pink.png) right no-repeat;
  text-decoration: none;
  display: block;
}
@media (max-width: 930px) {
  .header-2-nav > ul > li > ul li a {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    color: inherit;
    padding: 0 0 0 15px;
    background: none;
  }
}
.header-2-nav > ul > li > ul li a:hover {
  color: #e61478;
}
@media (min-width: 931px) {
  .header-2-nav > ul > li:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: animation 1400ms linear both;
    animation: animation 1400ms linear both;
    opacity: 1;
  }
}
@media (max-width: 930px) {
  .header-2-nav > ul > li:nth-child(1) {
    border-bottom: 1px solid #df0775;
  }
  .header-2-nav > ul > li:nth-child(1) a:before {
    border-right: 1px solid #df0775;
    border-bottom: 1px solid #df0775;
  }
  .header-2-nav > ul > li:nth-child(2) {
    border-bottom: 1px solid #fdd000;
  }
  .header-2-nav > ul > li:nth-child(2) a:before {
    border-right: 1px solid #fdd000;
    border-bottom: 1px solid #fdd000;
  }
  .header-2-nav > ul > li:nth-child(3) {
    border-bottom: 1px solid #f39b12;
  }
  .header-2-nav > ul > li:nth-child(3) a:before {
    border-right: 1px solid #f39b12;
    border-bottom: 1px solid #f39b12;
  }
  .header-2-nav > ul > li:nth-child(4) {
    border-bottom: 1px solid #47b23b;
  }
  .header-2-nav > ul > li:nth-child(4) a:before {
    border-right: 1px solid #47b23b;
    border-bottom: 1px solid #47b23b;
  }
  .header-2-nav > ul > li:nth-child(5) {
    border-bottom: 1px solid #00bdff;
  }
  .header-2-nav > ul > li:nth-child(5) a:before {
    border-right: 1px solid #00bdff;
    border-bottom: 1px solid #00bdff;
  }
  .header-2-nav > ul > li:nth-child(6) {
    border-bottom: 1px solid #0386cd;
  }
  .header-2-nav > ul > li:nth-child(6) a:before {
    border-right: 1px solid #0386cd;
    border-bottom: 1px solid #0386cd;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    right: 2px;
  }
  .header-2-nav > ul > li:nth-child(7) {
    border-bottom: 1px solid #912d8d;
  }
  .header-2-nav > ul > li:nth-child(7) a:before {
    border-right: 1px solid #912d8d;
    border-bottom: 1px solid #912d8d;
  }
}
.header-2-nav__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.06em;
  margin: 0 0 2px;
}
@media (max-width: 1100px) {
  .header-2-nav__en {
    font-size: 14px;
  }
}
@media (max-width: 930px) {
  .header-2-nav__en {
    font-size: 18px;
    text-align: left;
    margin: 0;
  }
}
.header-2-nav__ja {
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: normal;
}
@media (max-width: 1100px) {
  .header-2-nav__ja {
    font-size: 10px;
  }
}
@media (max-width: 930px) {
  .header-2-nav__ja {
    font-size: 12px;
    text-align: left;
  }
}
@media (min-width: 931px) {
  .header-2-utility {
    display: block !important;
  }
}
@media (max-width: 930px) {
  .header-2-utility {
    margin: 15px auto;
    display: none;
  }
}
.header-2-utility * {
  vertical-align: top;
}
.header-2-utility > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-2-utility__access {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 930px) {
  .header-2-utility__access {
    display: none;
  }
}
.header-2-utility__access a img {
  width: 18px;
  height: 22px;
}
.header-2-utility__lang {
  margin-left: 24px;
}
@media (max-width: 930px) {
  .header-2-utility__lang {
    margin-left: 0;
  }
}
.header-2-utility__lang > ul {
  position: relative;
  line-height: normal;
}
@media (max-width: 930px) {
  .header-2-utility__lang > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-2-utility__lang > ul:hover li {
  display: block;
}
.header-2-utility__lang > ul li {
  display: none;
  position: absolute;
}
@media (max-width: 930px) {
  .header-2-utility__lang > ul li {
    display: block;
    margin-left: 24px;
  }
}
.header-2-utility__lang > ul li a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  padding: 0 14px 0 0;
  word-break: normal;
}
@media (max-width: 930px) {
  .header-2-utility__lang > ul li a {
    padding: 0;
  }
}
.header-2-utility__lang > ul li a:hover {
  color: #e61478;
  text-decoration: none;
}
.header-2-utility__lang > ul li.is-current {
  position: static;
  display: block;
}
.header-2-utility__lang > ul li.is-current a {
  display: block;
  position: relative;
}
.header-2-utility__lang > ul li.is-current a:after {
  content: "";
  border: 4.5px solid transparent;
  border-top-color: #04004d;
  border-top-width: 7px;
  border-bottom-width: 1px;
  vertical-align: middle;
  display: inline-block;
  margin: 2px 0 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 930px) {
  .header-2-utility__lang > ul li.is-current a:after {
    content: none;
  }
}
@media (max-width: 930px) {
  .header-2-utility__lang > ul li {
    position: static;
  }
}

.header-2-menu {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0 none;
  background-color: transparent;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 1px;
  display: none;
}
@media (max-width: 930px) {
  .header-2-menu {
    display: block;
  }
}

.header-2-menu .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header-2-menu__bar {
  height: 2px;
  width: 20px;
  margin-bottom: 4px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: auto;
  margin-right: auto;
}

.header-2-menu__bar--1 {
  background-color: #df0775;
}

.is-open .header-2-menu__bar--1 {
  -webkit-transform: translate(0, 6px) rotate(135deg);
  transform: translate(0, 6px) rotate(135deg);
}

.header-2-menu__bar--2 {
  background-color: #f39b12;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.is-open .header-2-menu__bar--2 {
  width: 2px;
  height: 2px;
  z-index: 2;
  position: relative;
}

.header-2-menu__bar--3 {
  background-color: #00bdff;
}

.is-open .header-2-menu__bar--3 {
  -webkit-transform: translate(0, -6px) rotate(405deg);
  transform: translate(0, -6px) rotate(405deg);
}

.group-tab {
  margin: 0 -15px 120px;
}
.group-tab *:focus {
  outline: none;
}
@media (max-width: 599px) {
  .group-tab {
    margin: 0 -15px 60px;
  }
}
.group-tab__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  padding: 0 15px;
}
@media (max-width: 599px) {
  .group-tab__btns {
    margin: 0 0 20px;
  }
}
.group-tab__btns li {
  width: calc(100% / 3 - 0.01px);
}
.group-tab__btns li button {
  border: 1px solid #666;
  border-left: 0 none;
  padding: 20px 0;
  margin: 0;
  display: block;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
}
@media (max-width: 599px) {
  .group-tab__btns li button {
    display: block;
    padding: 6px 0;
  }
}
.group-tab__btns li button.is-current {
  background-color: #666;
  color: #fff;
  position: relative;
}
.group-tab__btns li button.is-current:before {
  content: "";
  border: 14px solid transparent;
  border-top-color: #666;
  display: block;
  position: relative;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  position: absolute;
}
.group-tab__btns li button:focus {
  outline: none;
}
.group-tab__btns li:first-child button {
  border-left: 1px solid #666;
}
.group-tab__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
}
@media (max-width: 599px) {
  .group-tab__en {
    font-size: 14px;
    display: block;
  }
}
.group-tab__ja {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  margin: 2px 0 0 10px;
}
@media (max-width: 599px) {
  .group-tab__ja {
    font-size: 9px;
    display: block;
    margin: 0;
  }
}
.group-tab__item {
  /* display: none; */
  padding: 0 15px;
}
.group-tab__list {
  margin: 0 0 0;
}
@media (max-width: 599px) {
  .group-tab__list {
    margin: 0 0 20px;
  }
}
.group-tab__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 599px) {
  .group-tab__list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .group-tab__list li:last-child {
    margin-bottom: 0;
  }
}
.group-tab__image {
  width: 300px;
  margin-right: 20px;
  min-width: 300px;
}
@media (max-width: 599px) {
  .group-tab__image {
    /* width: 100%; */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 10px;
    width: auto;
    min-width: auto;
  }
  .group-tab__image img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.group-tab__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 599px) {
  .group-tab__content {
    padding-left: 1px;
  }
}
.group-tab__title {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 599px) {
  .group-tab__title {
    margin: 0 0 6px;
  }
}
.group-tab__title a {
  color: inherit;
  font-size: 14px;
}
.group-tab__title a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background-image: url("./imgs/icon-window-2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: -2px 0 0 6px;
  vertical-align: middle;
  background-size: 100%;
}
@media (max-width: 599px) {
  .group-tab__title a {
    font-size: 14px;
    line-height: 1.47;
    display: block;
  }
  .group-tab__title a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 600px) {
  .group-tab__title a .pc-only {
    display: inline;
  }
}
.group-tab__site {
  display: block;
  color: #999;
}
.group-tab__site a {
  color: #999;
  text-decoration: none;
}
@media (max-width: 599px) {
  .group-tab__site {
    font-size: 12px;
  }
  .group-tab__site a:hover {
    text-decoration: none;
  }
}
.group-tab__date {
  display: block;
  font-size: 14px;
}
@media (max-width: 599px) {
  .group-tab__date {
    display: block;
    font-size: 11px;
  }
}

.nav-news {
  overflow: hidden;
  margin: 100px 0 50px;
}
@media (max-width: 599px) {
  .nav-news {
    overflow: hidden;
    margin: 50px 0 40px;
  }
}
.nav-news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-news ul li {
  margin: 8px 4px 0;
  width: calc((100% / 6 - 0.01px) - 8px);
}
@media (max-width: 900px) {
  .nav-news ul li {
    width: calc((100% / 3 - 0.01px) - 8px);
  }
}
@media (max-width: 599px) {
  .nav-news ul li {
    width: calc(50% - 8px);
  }
}
.nav-news ul li a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  text-align: center;
  color: #000;
  line-height: normal;
  padding: 9px 0;
  width: 100%;
}
.nav-news ul li a.is-current,
.nav-news ul li a:hover {
  background-color: #ea4ca9;
  border: 1px solid #ea4ca9;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 599px) {
  .nav-news ul li a {
    min-width: 0;
    width: 100%;
  }
}

.year-list {
  margin: 0 0 50px;
  padding: 0;
  overflow-x: auto;
  text-align: center;
}
@media (max-width: 599px) {
  .year-list {
    margin: 0 -15px 40px;
    padding: 0 15px;
  }
}
.year-list__inner {
  display: block;
  border: 2px solid #ccc;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 0;
  max-width: 100px;
  background-color: #fff;
}
.year-list__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12.5px;
  height: 7px;
  background-image: url("./imgs/arrow-bottom.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
}
.year-list__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 6px 20px;
  outline: none;
  border: none;
  display: block;
  width: 100%;
  border-radius: 0;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #333;
}
.year-list__option {
  font-size: 16px;
}

.cheer-index {
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  padding: 40px 0 0 100px;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media (max-width: 600px) {
  .cheer-index {
    padding: 80px 0 0 0;
    font-size: 14px;
  }
}
.cheer-index__image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 200px;
}
@media (max-width: 600px) {
  .cheer-index__image {
    width: 160px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.cheer-index__image img {
  width: 100%;
  border-radius: 50%;
  display: block;
}
.cheer-index__text {
  margin: 0 0 20px;
}
.cheer-index__content {
  background-color: #f9f9f9;
  padding: 50px 60px 60px 140px;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .cheer-index__content {
    padding: 100px 15px 30px;
  }
}
.cheer-index__content > *:last-child {
  margin-bottom: 0;
}
.cheer-index__title {
  font-size: 24px;
  line-height: 1.6666666667;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 600px) {
  .cheer-index__title {
    line-height: 1.5625;
    font-size: 16px;
    text-align: center;
    margin: 0 0 20px;
  }
}
.cheer-index__profile {
  margin: 30px 0 8px;
}
@media (max-width: 600px) {
  .cheer-index__profile {
    font-size: 14px;
    margin: 30px 0 4px;
  }
}
.cheer-index__positions {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 600px) {
  .cheer-index__positions {
    text-align: center;
  }
}
.cheer-index__names {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 600px) {
  .cheer-index__names {
    font-size: 14px;
    text-align: center;
  }
}
.cheer-index__btn {
  text-align: right;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .cheer-index__btn {
    text-align: center;
    margin: 30px 0 0;
  }
}
.cheer-index__btn a {
  vertical-align: top;
}
@media (max-width: 600px) {
  .cheer-index__btn a {
    margin: 0;
  }
}

.ceo-message {
  font-weight: normal;
  margin: 100px 0 0;
}
@media (max-width: 600px) {
  .ceo-message {
    margin: 40px 0 0;
  }
}
.ceo-message__head {
  border-left: 6px solid #e1e1e1;
  padding: 3.5px 0 3.5px 13px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 22px;
}
.ceo-message__signature {
  text-align: right;
}

.mission-kv {
  background-image: url("/wp-content/themes/2018renewal/imgs/company/mission/mission-kv-bg-large.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2560px 538px;
}
@media (max-width: 1280px) {
  .mission-kv {
    background-image: url("/wp-content/themes/2018renewal/imgs/company/mission/mission-kv-bg.png");
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .mission-kv {
    background-image: url("/wp-content/themes/2018renewal/imgs/company/mission/sp/mission-kv-bg.png");
  }
}
.mission-kv__inner {
  max-width: 908px;
  margin: 0 auto;
  min-height: 538px;
  padding: 70px 0 0;
}
.en-US .mission-kv__inner {
  padding: 116px 0 0;
}
@media (max-width: 1000px) {
  .mission-kv__inner {
    max-width: 90.8vw;
    min-height: 53.8vw;
    padding: 7vw 0 0;
  }
  .en-US .mission-kv__inner {
    padding: 11.6vw 0 0;
  }
}
@media (max-width: 600px) {
  .mission-kv__inner {
    padding: 17.6vw 4vw 0;
    min-height: 106.6666666667vw;
    max-width: 100%;
  }
  .en-US .mission-kv__inner {
    padding: 35.7333333333vw 4vw 0;
  }
}
.mission-kv__head {
  font-size: 100px;
  font-family: "futura";
  line-height: 1.33;
  margin: 0 0 16.5px;
}
.en-US .mission-kv__head {
  font-size: 70px;
  line-height: 1.3285714286;
  margin: 0 0 16px;
}
@media (max-width: 1000px) {
  .mission-kv__head {
    font-size: 10vw;
    margin: 0 0 1.65vw;
  }
  .en-US .mission-kv__head {
    font-size: 7vw;
    margin: 0 0 1.6vw;
  }
}
@media (max-width: 600px) {
  .mission-kv__head {
    font-size: 17.0666666667vw;
    line-height: 1.328125;
    margin: 0 0 5.3333333333vw;
  }
  .en-US .mission-kv__head {
    line-height: 1.3055555556;
    font-size: 9.6vw;
    margin: 0 0 2.6666666667vw;
  }
}
.mission-kv__copy {
  font-size: 36px;
  color: #e61478;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.3333333333;
}
.en-US .mission-kv__copy {
  font-family: "futura";
  font-weight: 50;
  font-size: 60px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .mission-kv__copy {
    font-size: 3.6vw;
    margin-bottom: 3.2vw;
  }
  .en-US .mission-kv__copy {
    font-size: 6vw;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .mission-kv__copy {
    font-size: 6.9333333333vw;
    line-height: 1.2692307692;
    margin: 0 0 3.7333333333vw;
  }
  .en-US .mission-kv__copy {
    font-size: 6.9333333333vw;
    margin: 0;
  }
}
.mission-kv__copy:last-child {
  margin-bottom: 0;
}

.mission-lead {
  background-color: #333333;
  color: #fff;
  font-weight: bold;
  padding: 73px 0;
  position: relative;
}
.mission-lead:before {
  content: "";
  display: block;
  background: linear-gradient(135deg, #fed200 0%, #f59900 9.4%, #e8382f 23.39%, #d95097 37.2%, #92308d 56.61%, #1878c2 73.34%, #0086cd 81.8%, #00a9e4 100%, #45b035 100%);
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1000px) {
  .mission-lead {
    padding: 7.3vw 0;
  }
}
@media (max-width: 600px) {
  .mission-lead {
    padding: 14.9333333333vw 4vw;
  }
}
.mission-lead__inner {
  max-width: 908px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1000px) {
  .mission-lead__inner {
    max-width: 90.8vw;
  }
}
.mission-lead__text {
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 2em;
}
@media (max-width: 1000px) {
  .mission-lead__text {
    font-size: 2.4vw;
  }
}
@media (max-width: 600px) {
  .mission-lead__text {
    font-size: 3.7333333333vw;
  }
}
.mission-lead__text:last-child {
  margin-bottom: 0;
}

.mission-content {
  background-color: #f4f4f4;
  padding: 90px 15px;
}
@media (max-width: 1000px) {
  .mission-content {
    padding: 9vw 1.5vw;
  }
}
@media (max-width: 600px) {
  .mission-content {
    padding: 14.4vw 4vw;
    overflow: hidden;
  }
}
.mission-content__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.mission-content__head {
  font-size: 48px;
  line-height: 1.7083333333;
  font-weight: bold;
  position: relative;
  margin: 0 0 14px;
}
@media (max-width: 1000px) {
  .mission-content__head {
    font-size: 4.8vw;
    margin: 0 0 1.4vw;
  }
}
@media (max-width: 600px) {
  .mission-content__head {
    font-size: 6.9333333333vw;
    line-height: 1.6923076923;
    text-align: center;
    margin: 0 0 4.8vw;
  }
}
.mission-content__head span {
  display: inline-block;
  position: relative;
}
@media (max-width: 600px) {
  .mission-content__head span {
    padding: 0 0.5333333333vw 1.6vw;
  }
}
.mission-content__head span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#eb3625), color-stop(23.15%, #d95097), color-stop(41.87%, #92308d), color-stop(67.49%, #0086cd), color-stop(86.7%, #00a9e4), to(#00a8e7));
  background: linear-gradient(to right, #eb3625 0%, #d95097 23.15%, #92308d 41.87%, #0086cd 67.49%, #00a9e4 86.7%, #00a8e7 100%);
  position: absolute;
  left: 0;
  bottom: 8px;
}
@media (max-width: 1000px) {
  .mission-content__head span:after {
    height: 0.3vw;
    bottom: 0.8vw;
  }
}
@media (max-width: 600px) {
  .mission-content__head span:after {
    height: 3px;
    bottom: 0;
  }
}
.mission-content__lead {
  max-width: 988px;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin: 0 auto 24px;
}
@media (max-width: 1000px) {
  .mission-content__lead {
    max-width: 98.8vw;
    font-size: 1.6vw;
    margin: 0 auto 2.4vw;
  }
}
@media (max-width: 600px) {
  .mission-content__lead {
    font-size: 3.7333333333vw;
  }
}

.mission-values {
  overflow: hidden;
  margin-bottom: 132px;
}
@media (max-width: 1000px) {
  .mission-values {
    margin-bottom: 13.2vw;
  }
}
@media (max-width: 600px) {
  .mission-values {
    margin-bottom: 14.4vw;
  }
}
.mission-values__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 1000px) {
  .mission-values__inner {
    margin: 0 -1vw;
  }
}
@media (max-width: 600px) {
  .mission-values__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.mission-values__col {
  width: calc(100% / 3 - 20px);
  margin: 0 10px;
  background-color: #fff;
  padding: 20px 40px 34px;
}
@media (max-width: 1000px) {
  .mission-values__col {
    padding: 2vw 4vw 3.4vw;
  }
}
@media (max-width: 600px) {
  .mission-values__col {
    width: 100%;
    margin: 0 0 5.3333333333vw;
    padding: 7.4666666667vw 10.6666666667vw 6.9333333333vw;
  }
  .mission-values__col:last-child {
    margin-bottom: 0;
  }
}
.mission-values__image {
  margin: 0 auto 4.2px;
  min-height: 80.789px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .mission-values__image {
    margin: 0 auto 0.42vw;
    min-height: 8.0789vw;
  }
}
@media (max-width: 600px) {
  .mission-values__image {
    display: block;
    min-height: initial;
    margin: 0 auto 3.2vw;
  }
  .mission-values__image--1 {
    width: 16.528vw;
  }
  .mission-values__image--2 {
    width: 14.6213333333vw;
  }
  .mission-values__image--3 {
    width: 19.8426666667vw;
  }
}
.mission-values__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.mission-values__head {
  font-size: 22px;
  line-height: 1.2727272727;
  font-weight: bold;
  text-align: center;
  margin: 0 0 6px;
  color: #333;
}
@media (max-width: 1000px) {
  .mission-values__head {
    font-size: 2.2vw;
    margin: 0 0 0.6vw;
  }
}
@media (max-width: 600px) {
  .mission-values__head {
    font-size: 5.8666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
.mission-values__text {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #333;
}
.en-US .mission-values__text {
  text-align: left;
}
@media (max-width: 1000px) {
  .mission-values__text {
    font-size: 1.6vw;
  }
}
@media (max-width: 600px) {
  .mission-values__text {
    font-size: 3.7333333333vw;
  }
}

.mission-talent {
  margin: 0 0 102px;
  position: relative;
}
@media (max-width: 1000px) {
  .mission-talent {
    margin: 0 0 10.2vw;
  }
}
@media (max-width: 600px) {
  .mission-talent {
    margin-bottom: 14.4vw;
  }
}
.mission-talent:after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/2018renewal/imgs/company/mission/mission-talent-bg.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 1333px;
  height: 599px;
  position: absolute;
  top: -170px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
  background-size: 100%;
}
@media (max-width: 1000px) {
  .mission-talent:after {
    width: 133.3vw;
    height: 59.9vw;
    top: -17vw;
  }
}
@media (max-width: 600px) {
  .mission-talent:after {
    background-image: url("/wp-content/themes/2018renewal/imgs/company/mission/sp/mission-talent-bg.svg");
    width: 239.2vw;
    height: 107.2vw;
    background-size: 100%;
    top: 0;
    margin: -21.3333333333vw 0 0 18.6666666667vw;
  }
}
.mission-talent__inner {
  position: relative;
  z-index: 1;
}
.mission-talent__col {
  background-color: #fff;
  padding: 43px 57px 44px;
  margin: 0 0 13px;
}
@media (max-width: 1000px) {
  .mission-talent__col {
    padding: 4.3vw 5.7vw 4.4vw;
    margin: 0 0 1.3vw;
  }
}
@media (max-width: 600px) {
  .mission-talent__col {
    padding: 8vw 6.1333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
.mission-talent__head {
  font-size: 24px;
  line-height: 1.1666666667;
  font-weight: bold;
  margin: 0 0 9px;
}
@media (max-width: 1000px) {
  .mission-talent__head {
    font-size: 2.4vw;
    margin: 0 0 0.9vw;
  }
}
@media (max-width: 600px) {
  .mission-talent__head {
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 1.2727272727;
  }
}
.mission-talent__text {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 600px) {
  .mission-talent__text {
    font-size: 3.7333333333vw;
  }
}

.mission-core {
  margin: 0 0 120px;
}
@media (max-width: 1000px) {
  .mission-core {
    margin: 0 0 12vw;
  }
}
@media (max-width: 600px) {
  .mission-core {
    margin: 0 0 16vw;
  }
}
.mission-core__col {
  background-color: #fff;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 43px 44px 63px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .mission-core__col {
    margin: 0 0 1.5vw;
    padding: 4.4vw 4.3vw 4.4vw 6.3vw;
  }
}
@media (max-width: 600px) {
  .mission-core__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
.mission-core__col:last-child {
  margin-bottom: 0;
}
.mission-core__image {
  display: block;
  width: 81px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 53px 0 0;
}
@media (max-width: 1000px) {
  .mission-core__image {
    width: 8.1vw;
    margin: 0 5.3vw 0 0;
  }
}
@media (max-width: 600px) {
  .mission-core__image {
    margin: 0 0 3.2vw;
  }
  .mission-core__image--1 {
    width: 20.0533333333vw;
  }
  .mission-core__image--2 {
    width: 20.0773333333vw;
  }
  .mission-core__image--3 {
    width: 20vw;
  }
}
.mission-core__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mission-core__head {
  font-size: 22px;
  line-height: 1.2727272727;
  font-weight: bold;
  margin: 0 0 11px;
}
@media (max-width: 1000px) {
  .mission-core__head {
    font-size: 2.2vw;
    margin: 0 0 1.1vw;
  }
}
@media (max-width: 600px) {
  .mission-core__head {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    margin: 0 0 2.6666666667vw;
    text-align: center;
  }
}
.mission-core__text {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 1000px) {
  .mission-core__text {
    font-size: 1.6vw;
  }
}
@media (max-width: 600px) {
  .mission-core__text {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

.mission-button > a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 342px;
  height: 77px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  color: #383838;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1000px) {
  .mission-button > a {
    max-width: 34.2vw;
    height: 7.7vw;
    font-size: 2vw;
    border-radius: 1vw;
  }
}
@media (max-width: 600px) {
  .mission-button > a {
    max-width: 64vw;
    font-size: 4.2666666667vw;
    height: 12.5333333333vw;
  }
}
.mission-button > a:after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/2018renewal/imgs/company/mission/icon-arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 13.02px;
  height: 24.625px;
  right: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1000px) {
  .mission-button > a:after {
    width: 1.302vw;
    height: 2.4635vw;
    right: 1.6vw;
  }
}
@media (max-width: 600px) {
  .mission-button > a:after {
    width: 1.9493333333vw;
    height: 3.8986666667vw;
    background-size: 100%;
    right: 1.8666666667vw;
  }
}

@media (min-width: 601px) {
  .mission-sp-only {
    display: none;
  }
}

@media (max-width: 600px) {
  .mission-pc-only {
    display: none;
  }
}

.head-portfolio-main__title {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 600px) {
  .head-portfolio-main__title {
    font-size: 24px;
  }
}
.head-portfolio-main__link {
  font-size: 13px;
  text-align: center;
}
@media (max-width: 600px) {
  .head-portfolio-main__link {
    font-size: 12px;
  }
}
.head-portfolio-main__link a {
  color: #000;
}

.head-portfolio {
  text-align: center;
  margin: 70px 0 60px;
}
@media (max-width: 600px) {
  .head-portfolio {
    margin: 60px 0 30px;
  }
}
.head-portfolio__ja {
  display: block;
  font-size: 13px;
  margin: 0;
  line-height: normal;
}
@media (max-width: 600px) {
  .head-portfolio__ja {
    margin: 0;
    font-size: 11.5px;
  }
}
.head-portfolio__en {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 600px) {
  .head-portfolio__en {
    font-size: 22.5px;
  }
}

.list-portfolio {
  overflow: hidden;
}
.list-portfolio ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -24px 0;
}
@media (max-width: 600px) {
  .list-portfolio ul {
    margin: -30px -15px 0;
  }
}
.list-portfolio ul li {
  width: calc(100% / 4 - 48px);
  margin: 30px 24px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .list-portfolio ul li {
    width: calc(100% / 2 - 30px);
    margin: 30px 15px 0;
  }
}
.list-portfolio ul li a {
  color: inherit;
}
.list-portfolio__image {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #b2b2b2;
  margin: 0 0 16px;
}
@media (max-width: 600px) {
  .list-portfolio__image {
    border-radius: 3px;
    margin: 0;
  }
}
.list-portfolio__image img {
  display: block;
  width: 100%;
}
@media (max-width: 600px) {
  .list-portfolio__text {
    font-size: 10px;
  }
}
.list-portfolio__notice {
  font-size: 12px;
  display: block;
}
@media (max-width: 600px) {
  .list-portfolio__notice {
    font-size: 10px;
  }
}

.nav-portfolio {
  padding: 0 100px;
  margin: 60px 0 70px;
}
@media (max-width: 600px) {
  .nav-portfolio {
    padding: 0;
    margin: 35px 0 70px;
  }
}
@media screen and (max-width: 599px) {
  .nav-portfolio .pc-only {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .nav-portfolio .sp-only {
    display: none;
  }
}
.nav-portfolio__head {
  border-left: 5px solid #e1e1e1;
  padding: 3.5px 0 3.5px 13px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 30px;
}
@media (max-width: 600px) {
  .nav-portfolio__head {
    font-size: 20px;
    margin: 30px 0 17.5px;
  }
}
.nav-portfolio__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px -4px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .nav-portfolio__list {
    margin: -5px 0 0;
  }
}
.nav-portfolio__item {
  width: calc(100% / 4 - 8px);
  margin: 10px 4px 0;
}
@media (max-width: 800px) {
  .nav-portfolio__item {
    width: calc(100% / 2 - 8px);
  }
}
@media (max-width: 600px) {
  .nav-portfolio__item {
    width: 100%;
    margin: 5px 0 0;
  }
}
.nav-portfolio__item a {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  display: block;
  padding: 10px 14px;
  color: #000;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.nav-portfolio__item a:before {
  content: "";
  display: block;
  position: absolute;
  right: -100%;
  left: 0;
  bottom: -100%;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
.nav-portfolio__item a:hover:before {
  left: -100%;
  top: -100%;
  right: 0;
  bottom: 0;
}
.nav-portfolio__item a span {
  display: block;
  line-height: normal;
  position: relative;
}
.nav-portfolio__item a:after {
  content: "";
  border-top: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid #000;
  border-bottom: 7.5px solid #000;
  display: block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-portfolio__item a:hover {
  text-decoration: none;
  color: #fff;
}
.nav-portfolio__item a:hover:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.nav-portfolio__item--1 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #98c043 50%, #98c043 100%);
}
.nav-portfolio__item--1 a:after {
  border-right-color: #98c043;
  border-bottom-color: #98c043;
}
.nav-portfolio__item--2 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #fdc400 50%, #fdc400 100%);
}
.nav-portfolio__item--2 a:after {
  border-right-color: #fdc400;
  border-bottom-color: #fdc400;
}
.nav-portfolio__item--3 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #ef8b33 50%, #ef8b33 100%);
}
.nav-portfolio__item--3 a:after {
  border-right-color: #ef8b33;
  border-bottom-color: #ef8b33;
}
.nav-portfolio__item--4 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #d6483c 50%, #d6483c 100%);
}
.nav-portfolio__item--4 a:after {
  border-right-color: #d6483c;
  border-bottom-color: #d6483c;
}
.nav-portfolio__item--5 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #db589c 50%, #db589c 100%);
}
.nav-portfolio__item--5 a:after {
  border-right-color: #db589c;
  border-bottom-color: #db589c;
}
.nav-portfolio__item--6 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #86378a 50%, #86378a 100%);
}
.nav-portfolio__item--6 a:after {
  border-right-color: #86378a;
  border-bottom-color: #86378a;
}
.nav-portfolio__item--7 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #3b84c8 50%, #3b84c8 100%);
}
.nav-portfolio__item--7 a:after {
  border-right-color: #3b84c8;
  border-bottom-color: #3b84c8;
}
.nav-portfolio__item--8 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #63d3fb 50%, #63d3fb 100%);
}
.nav-portfolio__item--8 a:after {
  border-right-color: #63d3fb;
  border-bottom-color: #63d3fb;
}
@media (max-width: 600px) {
  .nav-portfolio__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -6.5px 0;
  }
  .nav-portfolio__link li {
    width: calc(100% / 2 - 13px);
    margin: 15px 6.5px 0;
  }
  .nav-portfolio__link li a {
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 2px;
    border: 1px solid #b2b2b2;
    display: block;
    border-radius: 5px;
    padding: 3px 10px;
    color: inherit;
  }
}
.nav-portfolio__ja {
  font-size: 12px;
}
.nav-portfolio__en {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 2px;
}

.story-head {
  font-size: 26px;
  margin: 76px 0 60px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .story-head {
    font-size: 5.3333333333vw;
    margin: 8.4444444444vw 0 6.6666666667vw;
  }
}
.story-head:after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#8fc31f), color-stop(11%, #fdd000), color-stop(28%, #f39800), color-stop(37%, #e8382f), color-stop(49%, #d95097), color-stop(62%, #92308d), color-stop(69%, #0086cd), color-stop(78%, #00a9e4), color-stop(87%, #009d85), to(#45b035));
  background: linear-gradient(90deg, #8fc31f 0%, #fdd000 11%, #f39800 28%, #e8382f 37%, #d95097 49%, #92308d 62%, #0086cd 69%, #00a9e4 78%, #009d85 87%, #45b035 100%);
  width: 100%;
  height: 3px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .story-head:after {
    height: 0.3333333333vw;
    margin: 1.1111111111vw 0 0;
  }
}

.story-kv {
  margin: -35px 0 0;
}
.story-kv__image img {
  display: block;
  width: 100%;
}
.story-kv__content {
  padding: 140px 20px 360px;
  background: url("/wp-content/themes/2018renewal/imgs/company/story/kv-bg.svg"),
    linear-gradient(
      131deg,
      rgba(143, 195, 31, 0.1) 0%,
      rgba(253, 208, 0, 0.1) 11%,
      rgba(243, 152, 0, 0.1) 28%,
      rgba(232, 56, 47, 0.1) 37%,
      rgba(217, 80, 151, 0.1) 49%,
      rgba(146, 48, 141, 0.1) 62%,
      rgba(0, 134, 205, 0.1) 69%,
      rgba(0, 169, 228, 0.1) 78%,
      rgba(0, 157, 133, 0.1) 87%,
      rgba(69, 176, 53, 0.1) 100%
    );
  background-position: center bottom, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}
@media (max-width: 1900px) {
  .story-kv__content {
    padding: 140px 20px 260px;
  }
}
@media (max-width: 767px) {
  .story-kv__content {
    padding: 8.8888888889vw 2.2222222222vw 15.5555555556vw;
  }
}
.story-kv__content p {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .story-kv__content p {
    font-size: 3.7333333333vw;
  }
}

@media (max-width: 767px) {
  .story-pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .story-sp-only {
    display: none;
  }
}

.story {
  max-width: 840px;
  margin: -120px auto 0;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .story {
    margin: -6.6666666667vw auto 0;
    padding: 0 2.2222222222vw;
  }
}
.story p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 2em;
}
@media (max-width: 767px) {
  .story p {
    font-size: 3.7333333333vw;
  }
}
.story__image {
  font-size: 16px;
  margin: 0 auto 2em;
}
@media (max-width: 767px) {
  .story__image {
    font-size: 3.7333333333vw;
  }
}
.story__image img {
  display: block;
}
.story__image--mission {
  max-width: 800px;
}
.story__image--heart {
  max-width: 80%;
}
.story__slideshare {
  position: relative;
  width: 100%;
  padding-top: 77.2151898734%;
}
@media (min-width: 639px) {
  .story__slideshare {
    width: 632px;
    height: 488px;
    padding: 0;
  }
}
.story__slideshare iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.story__link {
  margin-top: -1em !important;
}
.story__date {
  text-align: right;
  margin-top: -1em !important;
}
.story__btn {
  text-align: center;
  margin: 126px 0 212px;
}
@media (max-width: 1920px) {
  .story__btn {
    margin: 6.5625vw 0 11.0416666667vw;
  }
}
.story__btn a {
  display: inline-block;
  font-size: 20px;
  line-height: 2.5;
  color: #383838;
  border: 1px solid #707070;
  width: 342px;
  padding: 12px 0;
  text-align: center;
  border-radius: 9px;
  position: relative;
}
@media (max-width: 1920px) {
  .story__btn a {
    font-size: 1.0416666667vw;
    width: 17.8125vw;
    padding: 0.625vw 0;
    border-radius: 0.46875vw;
  }
}
@media (max-width: 767px) {
  .story__btn a {
    font-size: 3.7333333333vw;
    width: 60.2222222222vw;
    padding: 2.4444444444vw 0;
    border-radius: 1vw;
  }
}
.story__btn a:before {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url("/wp-content/themes/2018renewal/imgs/company/mission/icon-arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1920px) {
  .story__btn a:before {
    width: 0.6770833333vw;
    height: 1.3020833333vw;
    right: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  .story__btn a:before {
    width: 2.1111111111vw;
    height: 4.2222222222vw;
    right: 2.7777777778vw;
  }
}

.career-jobs {
  background-color: #f8f8f8;
  padding: 30px;
  margin: 0 0 30px;
}
@media (max-width: 600px) {
  .career-jobs {
    padding: 20px 10px;
    margin: 0 0 20px;
  }
}
.career-jobs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -18px 0;
  font-size: 16px;
}
@media (max-width: 600px) {
  .career-jobs ul {
    margin: -10px 0 0;
    font-size: 13px;
  }
}
.career-jobs ul li {
  width: calc(100% / 2 - 36px);
  margin: 10px 18px 0;
  line-height: 1.8125;
}
@media (max-width: 600px) {
  .career-jobs ul li {
    width: 100%;
    margin: 10px 0 0;
  }
}
.career-jobs ul li a {
  color: #000;
  position: relative;
  padding: 0 0 0 34px;
  display: block;
}
@media (max-width: 600px) {
  .career-jobs ul li a {
    padding: 0 0 0 24px;
  }
}
.career-jobs ul li a:before {
  content: "";
  display: block;
  background-color: #000;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 600px) {
  .career-jobs ul li a:before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
}
.career-jobs ul li a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 6px;
  top: 10px;
}
@media (max-width: 600px) {
  .career-jobs ul li a:after {
    width: 5px;
    height: 5px;
    left: 6px;
    top: 8px;
  }
}
.career-jobs--1 ul li a:before {
  background-color: #98c043;
}
.career-jobs--2 ul li a:before {
  background-color: #fdc400;
}
.career-jobs--3 ul li a:before {
  background-color: #ef8b33;
}
.career-jobs--4 ul li a:before {
  background-color: #d6483c;
}
.career-jobs--5 ul li a:before {
  background-color: #db589c;
}
.career-jobs--6 ul li a:before {
  background-color: #86378a;
}
.career-jobs--7 ul li a:before {
  background-color: #3b84c8;
}
.career-jobs--8 ul li a:before {
  background-color: #63d3fb;
}
.career-jobs--9 ul li a:before {
  background-color: #049c84;
}
.career-jobs--10 ul li a:before {
  background-color: #3db133;
}

.career-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .career-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -6px 0 0;
    font-size: 14px;
  }
}
.career-links ul li {
  margin: 0 30px;
}
@media (max-width: 600px) {
  .career-links ul li {
    margin: 6px 0 0;
  }
}
.career-links ul li a {
  color: #000;
}
.career-links ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin: -3px 6px 0 0;
}

.head-career {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 25px;
  margin: 60px 0 30px;
}
@media (max-width: 600px) {
  .head-career {
    font-size: 20px;
    padding: 0 0 0 22px;
    margin: 50px 0 30px;
  }
}
.head-career:before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #e5e5e5;
  left: 0;
}

.head-job {
  text-align: center;
  margin: 70px 0 24px;
}
@media (max-width: 600px) {
  .head-job {
    margin: 55px 0 18px;
  }
}
.head-job__ja {
  display: block;
  font-size: 13px;
  margin: 0;
  line-height: normal;
}
@media (max-width: 600px) {
  .head-job__ja {
    margin: 0;
    font-size: 11.5px;
  }
}
.head-job__en {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 600px) {
  .head-job__en {
    font-size: 22.5px;
  }
}

.nav-career ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px -6px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .nav-career ul {
    margin: -5px 0 0;
  }
}
.nav-career__item {
  width: calc(100% / 3 - 12px);
  margin: 10px 6px 0;
}
@media (max-width: 800px) {
  .nav-career__item {
    width: calc(100% / 2 - 12px);
  }
}
@media (max-width: 600px) {
  .nav-career__item {
    width: 100%;
    margin: 5px 0 0;
  }
}
.nav-career__item a {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  display: block;
  padding: 10px 14px;
  color: #000;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.nav-career__item a:before {
  content: "";
  display: block;
  position: absolute;
  right: -100%;
  left: 0;
  bottom: -100%;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
.nav-career__item a:hover:before {
  left: -100%;
  top: -100%;
  right: 0;
  bottom: 0;
}
.nav-career__item a span {
  display: block;
  line-height: normal;
  position: relative;
}
.nav-career__item a:after {
  content: "";
  border-top: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid #000;
  border-bottom: 7.5px solid #000;
  display: block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-career__item a:hover {
  text-decoration: none;
  color: #fff;
}
.nav-career__item a:hover:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.nav-career__item--1 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #98c043 50%, #98c043 100%);
}
.nav-career__item--1 a:after {
  border-right-color: #98c043;
  border-bottom-color: #98c043;
}
.nav-career__item--2 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #fdc400 50%, #fdc400 100%);
}
.nav-career__item--2 a:after {
  border-right-color: #fdc400;
  border-bottom-color: #fdc400;
}
.nav-career__item--3 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #ef8b33 50%, #ef8b33 100%);
}
.nav-career__item--3 a:after {
  border-right-color: #ef8b33;
  border-bottom-color: #ef8b33;
}
.nav-career__item--4 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #d6483c 50%, #d6483c 100%);
}
.nav-career__item--4 a:after {
  border-right-color: #d6483c;
  border-bottom-color: #d6483c;
}
.nav-career__item--5 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #db589c 50%, #db589c 100%);
}
.nav-career__item--5 a:after {
  border-right-color: #db589c;
  border-bottom-color: #db589c;
}
.nav-career__item--6 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #86378a 50%, #86378a 100%);
}
.nav-career__item--6 a:after {
  border-right-color: #86378a;
  border-bottom-color: #86378a;
}
.nav-career__item--7 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #3b84c8 50%, #3b84c8 100%);
}
.nav-career__item--7 a:after {
  border-right-color: #3b84c8;
  border-bottom-color: #3b84c8;
}
.nav-career__item--8 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #63d3fb 50%, #63d3fb 100%);
}
.nav-career__item--8 a:after {
  border-right-color: #63d3fb;
  border-bottom-color: #63d3fb;
}
.nav-career__item--9 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #049c84 50%, #049c84 100%);
}
.nav-career__item--9 a:after {
  border-right-color: #049c84;
  border-bottom-color: #049c84;
}
.nav-career__item--10 a:before {
  background-image: linear-gradient(165deg, #fff 0%, #fff 50%, #3db133 50%, #3db133 100%);
}
.nav-career__item--10 a:after {
  border-right-color: #3db133;
  border-bottom-color: #3db133;
}
.nav-career__ja {
  font-size: 12px;
}
.nav-career__en {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 2px;
}

.rnd-chapter {
  width: 800px;
  max-width: 100%;
  display: block;
  margin: auto;
}

@media (max-width: 600px) {
  .rnd-chapter {
    width: 100%;
    padding: 10px 15px 0;
  }
}
.rnd-chapter h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 60px auto 30px;
}

@media (max-width: 600px) {
  .rnd-chapter h2 {
    margin: 30px auto;
  }
}
.rnd-chapter p {
  margin: 10px 0;
  padding: 0;
}

.rnd-chapter .jump-link {
  font-size: 12px;
  margin-bottom: 30px;
}

.rnd-annotation {
  font-size: 12px;
  color: #707070;
  margin-top: 30px;
}

p.rnd-caption {
  color: #707070;
  font-size: 12px;
  padding-bottom: 15px;
}

.rnd-chapter h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto 15px;
}

@media (max-width: 600px) {
  .rnd-chapter h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto;
  }
}
.rnd-chapter h4 {
  font-weight: bold;
  margin: 30px auto 15px;
}

.rnd-chapter img {
  margin: 15px auto;
  display: block;
}

.rnd-list ul {
  margin: 15px 0 15px 30px;
}

@media (max-width: 600px) {
  .rnd-list ul {
    margin: 20px 0 20px 15px;
  }

  .rnd-list ul li {
    margin: 0 0;
  }
}
.rnd-chapter ul li {
  margin: 10px 0;
}

.rnd-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content-justify: center;
  width: 100%;
}

.rnd-member-img {
  width: 20%;
  margin-right: 5%;
}

.rnd-member-text {
  width: 75%;
}

@media (max-width: 600px) {
  .rnd-member {
    width: 100%;
    display: block;
  }

  .rnd-member-img {
    width: 30%;
    display: block;
    margin: 10px auto;
  }

  .rnd-member-text {
    width: 100%;
  }
}
.recruit-entries {
  background-color: #f3f3f3;
  padding: 80px 0 100px;
  margin: 0 0 -100px;
}
@media (max-width: 600px) {
  .recruit-entries {
    padding: 30px 0 40px;
    margin: 0 0 -40px;
  }
}
.recruit-entries__head {
  text-align: center;
  margin: 0 0 30px;
}
.recruit-entries__en {
  font-size: 40px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 2px;
  display: block;
}
@media (max-width: 600px) {
  .recruit-entries__en {
    font-size: 30px;
  }
}
.recruit-entries__ja {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.recruit-entries__inner {
  padding: 0;
}
.recruit-entries ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .recruit-entries ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px 0 0;
    padding: 0 25px;
  }
}
.recruit-entries ul li {
  margin: 0 18px 0;
}
@media (max-width: 600px) {
  .recruit-entries ul li {
    margin: 10px 0 0;
  }
}
.recruit-entries ul li a {
  color: #fff;
  font-size: 18px;
  min-width: 238px;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 16px 0;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 600px) {
  .recruit-entries ul li a {
    font-size: 17px;
    min-width: 0;
    width: 100%;
  }
}
.recruit-entries ul li a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  right: 18px;
  top: 50%;
}
.recruit-entries ul li a:hover {
  text-decoration: none;
}
.recruit-entries__new a {
  background-color: #e83631;
}
.recruit-entries__new a:hover {
  background-color: #e51717;
}
.recruit-entries__career a {
  background-color: #1b83c1;
}
.recruit-entries__career a:hover {
  background-color: #2879a8;
}
.recruit-entries__intern a {
  background-color: #1ac28c;
}
.recruit-entries__intern a:hover {
  background-color: #27a87f;
}
.recruit-entries__event a {
  background-color: #ffaa1b;
}
.recruit-entries__event a:hover {
  background-color: #ea9c19;
}

.recruit-interview {
  max-width: 1000px;
  margin: 120px auto 100px;
}
@media (max-width: 600px) {
  .recruit-interview {
    margin: 40px auto 50px;
  }
}
.recruit-interview__head {
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 600px) {
  .recruit-interview__head {
    margin: 0 0 24px;
  }
}
.recruit-interview__en {
  font-size: 40px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 2px;
  display: block;
}
@media (max-width: 600px) {
  .recruit-interview__en {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin: 0 0 6px;
  }
}
.recruit-interview__ja {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
@media (max-width: 600px) {
  .recruit-interview__list {
    padding: 0 15px;
  }
}
.recruit-interview__list ul {
  margin: -40px -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .recruit-interview__list ul {
    margin: -15px 0 0;
  }
}
.recruit-interview__list ul li {
  width: calc(50% - 40px);
  margin: 40px 20px 0;
}
@media (max-width: 600px) {
  .recruit-interview__list ul li {
    width: 100%;
    margin: 15px 0 0;
  }
}
.recruit-interview__list ul li a {
  color: #fff;
  display: block;
}
.recruit-interview__list ul li a img {
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.recruit-interview__list ul li a:hover {
  text-decoration: none;
}
.recruit-interview__list ul li a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.recruit-interview__image {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .recruit-interview__image img {
    width: 100%;
  }
}
.recruit-interview__label-1,
.recruit-interview__label-2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
}
.recruit-interview__label-1 {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 11px 20px 0;
  line-height: 1;
  min-width: 143px;
}
@media (max-width: 600px) {
  .recruit-interview__label-1 {
    padding: 8px 10px 0;
  }
}
.recruit-interview__label-2 {
  font-size: 24px;
  padding: 12px 20px;
  min-width: 340px;
  line-height: 1;
}
@media (max-width: 600px) {
  .recruit-interview__label-2 {
    font-size: 20px;
    width: 100%;
    min-width: 0;
    padding: 8px 10px;
  }
}
.recruit-interview__1 .recruit-interview__label-1,
.recruit-interview__1 .recruit-interview__label-2 {
  background-color: #8dc21e;
}
.recruit-interview__2 .recruit-interview__label-1,
.recruit-interview__2 .recruit-interview__label-2 {
  background-color: #fec500;
}
.recruit-interview__3 .recruit-interview__label-1,
.recruit-interview__3 .recruit-interview__label-2 {
  background-color: #e83631;
}
.recruit-interview__4 .recruit-interview__label-1,
.recruit-interview__4 .recruit-interview__label-2 {
  background-color: #ff8400;
}

.recruit-lead-2 {
  padding: 120px 0 120px;
}
@media (max-width: 600px) {
  .recruit-lead-2 {
    padding: 60px 0 60px;
  }
}
.recruit-lead-2 p {
  margin: 0 0 40px;
  line-height: 2.1875;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 600px) {
  .recruit-lead-2 p {
    line-height: 1.5357142857;
    margin: 0 0 20px;
  }
}
.recruit-lead-2__head {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8846153846;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 600px) {
  .recruit-lead-2__head {
    line-height: 1.85;
    font-size: 20px;
  }
}
.recruit-lead-2__inner {
  max-width: 840px;
  margin: 0 auto;
  font-size: 16px;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .recruit-lead-2__inner {
    font-size: 14px;
  }
}
.recruit-lead-2__color-1 {
  color: #e83631;
}
.recruit-lead-2__color-2 {
  color: #f39800;
}
.recruit-lead-2__color-3 {
  color: #0186cd;
}
.recruit-lead-2__color-4 {
  color: #4fb846;
}
.recruit-lead-2__btn {
  margin: 0 !important;
}
.recruit-lead-2__btn a {
  min-width: 310px;
  margin: 0 auto;
  display: block;
}

.recruit-links {
  background-color: #f3f3f3;
}
.recruit-links__inner {
  padding: 48px 0;
}
@media (max-width: 623px) {
  .recruit-links__inner {
    padding: 20px 15px;
  }
}
.recruit-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .recruit-links ul {
    margin: 0 -4.5px;
  }
}
.recruit-links ul li {
  margin: 0 18px 0;
}
@media (max-width: 600px) {
  .recruit-links ul li {
    width: calc(100% / 3 - 9px);
    margin: 0 4.5px;
  }
}
.recruit-links ul li a {
  color: #fff;
  font-size: 18px;
  min-width: 238px;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 16px 0;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 600px) {
  .recruit-links ul li a {
    min-width: 0;
    font-size: 16px;
    padding: 9px 0;
  }
}
.recruit-links ul li a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  right: 18px;
  top: 50%;
}
@media (max-width: 600px) {
  .recruit-links ul li a:after {
    content: none;
  }
}
.recruit-links ul li a:hover {
  text-decoration: none;
}
.recruit-links__new a {
  background-color: #e83631;
}
.recruit-links__new a:hover {
  background-color: #e51717;
}
.recruit-links__career a {
  background-color: #1b83c1;
}
.recruit-links__career a:hover {
  background-color: #2879a8;
}
.recruit-links__intern a {
  background-color: #1ac28c;
}
.recruit-links__intern a:hover {
  background-color: #27a87f;
}
.recruit-links__event a {
  background-color: #ffaa1b;
}
.recruit-links__event a:hover {
  background-color: #ea9c19;
}

.recruit-movie {
  position: relative;
  min-height: 540px;
  margin-top: -35px;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 1280px) {
  .recruit-movie {
    min-height: 56vw;
  }
}
.recruit-movie iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56vw;
  opacity: 0.6;
}
.recruit-movie__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 96px;
  height: 96px;
  background-image: url("/wp-content/themes/2018renewal/imgs/recruit/index/movie-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.recruit-movie__btn span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.recruit-movie__btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}

.recruit-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .recruit-office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recruit-office__col-1 {
  width: 56.875%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .recruit-office__col-1 {
    width: 100%;
  }
}
.recruit-office__col-1 figure {
  width: 100%;
}
.recruit-office__col-1 figure img {
  width: 100%;
}
.recruit-office__col-2 {
  width: 43.125%;
  padding: 50px 30px 0;
}
@media (max-width: 600px) {
  .recruit-office__col-2 {
    width: 100%;
    padding: 10px 15px 0;
  }
}
.recruit-office__head {
  margin: 0 0 30px;
  color: #e7342f;
}
@media (max-width: 600px) {
  .recruit-office__head {
    margin: 0 0 10px;
  }
}
.recruit-office__en {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: normal;
  font-size: 40px;
  letter-spacing: 1px;
  margin: 0 0 6px;
}
@media (max-width: 600px) {
  .recruit-office__en {
    font-size: 30px;
    text-align: center;
    margin: 0;
  }
}
.recruit-office__ja {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .recruit-office__ja {
    text-align: center;
  }
}
.recruit-office__desc {
  font-size: 16px;
  margin: 0 0 30px;
}
@media (max-width: 600px) {
  .recruit-office__desc {
    line-height: 1.875;
    font-size: 14px;
  }
}
.recruit-office__btn {
  font-family: "futura-pt", sans-serif;
}
@media (max-width: 600px) {
  .recruit-office__btn {
    max-width: 235px;
    margin: 0 auto;
  }
}
.recruit-office__btn a {
  font-weight: 500;
}
@media (max-width: 600px) {
  .recruit-office__btn a {
    width: 100%;
  }
}
.recruit-office__image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  z-index: 1;
}
.recruit-office__image:nth-child(1) {
  position: relative;
}
.recruit-office__image.is-show {
  opacity: 1;
}
.recruit-office__image.is-zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 600px) {
  .recruit-positions {
    margin: 0 0 60px;
  }
}
.recruit-positions__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.recruit-positions__head {
  text-align: center;
  margin: 0 0 20px;
}
.recruit-positions__head span {
  display: block;
}
.recruit-positions__en {
  font-size: 40px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 2px;
}
@media (max-width: 600px) {
  .recruit-positions__en {
    font-size: 30px;
    margin: 0;
  }
}
.recruit-positions__ja {
  font-size: 14px;
  font-weight: bold;
}

.recruit-supports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .recruit-supports {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recruit-supports__col-1 {
  width: 56.875%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .recruit-supports__col-1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.recruit-supports__col-1 figure {
  width: 100%;
}
.recruit-supports__col-1 figure img {
  width: 100%;
}
.recruit-supports__col-2 {
  width: 43.125%;
  padding: 50px 30px 0;
}
@media (max-width: 600px) {
  .recruit-supports__col-2 {
    width: 100%;
    padding: 10px 15px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.recruit-supports__head {
  margin: 0 0 30px;
  color: #009c84;
}
@media (max-width: 600px) {
  .recruit-supports__head {
    margin: 0 0 10px;
  }
}
.recruit-supports__en {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: normal;
  font-size: 40px;
  letter-spacing: 1px;
  margin: 0 0 6px;
}
@media (max-width: 600px) {
  .recruit-supports__en {
    font-size: 30px;
    text-align: center;
    margin: 0;
  }
}
.recruit-supports__ja {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .recruit-supports__ja {
    text-align: center;
  }
}
.recruit-supports__desc {
  font-size: 16px;
  margin: 0 0 30px;
}
@media (max-width: 600px) {
  .recruit-supports__desc {
    line-height: 1.875;
    font-size: 14px;
  }
}
.recruit-supports__btn {
  font-family: "futura-pt", sans-serif;
}
@media (max-width: 600px) {
  .recruit-supports__btn {
    max-width: 235px;
    margin: 0 auto;
  }
}
.recruit-supports__btn a {
  font-weight: 500;
}
@media (max-width: 600px) {
  .recruit-supports__btn a {
    width: 100%;
  }
}
.recruit-supports__image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  z-index: 1;
}
.recruit-supports__image:nth-child(1) {
  position: relative;
}
.recruit-supports__image.is-show {
  opacity: 1;
}
.recruit-supports__image.is-zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.head-top {
  margin: 70px 0 20px;
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 600px) {
  .head-top {
    margin: 40px 0 10px;
    font-size: 22.5px;
  }
}

.top-main ul * {
  vertical-align: top;
  outline: none;
}
.top-main ul li a {
  display: block;
}
.top-main ul li a img {
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 525px;
  max-width: 1000px;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
@media (max-width: 1200px) {
  .top-main ul li a img {
    -o-object-fit: fill;
    object-fit: fill;
    font-family: "object-fit: fill;";
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
.top-main .slick-list {
  margin: 0 0 20px;
}
@media (max-width: 930px) {
  .top-main .slick-list {
    margin: 0 0 10px;
  }
}
.top-main .slick-list:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fdd000),
    color-stop(10%, #f39b12),
    color-stop(20%, #e8322d),
    color-stop(30%, #df0775),
    color-stop(40%, #943991),
    color-stop(50%, #0286cc),
    color-stop(60%, #00bdff),
    color-stop(70%, #009b84),
    color-stop(80%, #3fb034),
    color-stop(90%, #8fc325),
    to(#fdd000)
  );
  background: linear-gradient(to right, #fdd000 0%, #f39b12 10%, #e8322d 20%, #df0775 30%, #943991 40%, #0286cc 50%, #00bdff 60%, #009b84 70%, #3fb034 80%, #8fc325 90%, #fdd000 100%);
}
@media (max-width: 930px) {
  .top-main .slick-list:after {
    height: 2px;
  }
}
.top-news {
  margin: 0 0 40px;
}
.top-news__image {
  display: block;
  margin: 0 0 10px;
}
.top-news__image img {
  display: block;
  width: 100%;
}
.top-news__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px;
}
.top-news__date {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 12px;
}
.top-news__desc {
  font-size: 14px;
  line-height: 1.4285714286;
  display: block;
  font-weight: bold;
}
.top-news__subtitle {
  font-size: 14px;
  line-height: 1.4285714286;
  display: block;
}
.top-news__item {
  max-width: 380px;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .top-news__item {
    padding: 0 5px;
    max-width: 100%;
  }
}
.top-news .slick-list {
  margin-bottom: 30px;
}

.top-magazine {
  margin: 0;
}


.top-magazine__list {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -11px 40px;
  line-height: 1.75;
}

@media (max-width: 600px) {
  .top-magazine__list {
    margin: 0 0 20px;
  }
}

.top-magazine__item {
  width: calc(100% / 4 - 22px);
  margin: 40px 11px 0;
}

@media (max-width: 600px) {
  .top-magazine__item {
    width: 100%;
    margin: 0 0 10px;
    padding-bottom: 10px;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
  }
}

@media (max-width: 600px) {
  .top-magazine__content {
    order: 1;
    margin: 0 10px 0 0;
  }
}

.top-magazine__image {
  display: block;
  margin: 0 0 8px;
}
@media (max-width: 600px) {
  .top-magazine__image {
    order: 2;
    width: 100px;
    flex-shrink: 0;
  }
}
.top-magazine__image img {
  display: block;
}

@media (max-width: 600px) {
  .top-magazine__image img{
    width: 100px;
    height:100px;
    object-fit: cover;
  }
}

.top-magazine__title {
  display: block;
  color: inherit;
  margin: 0 0 12px;
}
@media (max-width: 600px) {
  .top-magazine__title {
    line-height: 1.47;
  }
}
.top-magazine__hashtag {
  display: block;
  color: #999;
  line-height: normal;
}
@media (max-width: 600px) {
  .top-magazine__hashtag {
    font-size: 12px;
    line-height: 1.47;
  }
}
.top-magazine__date {
  display: block;
  line-height: normal;
}
@media (max-width: 600px) {
  .top-magazine__date {
    font-size: 12px;
    line-height: 1.47;
  }
}
