html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, hr,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  -webkit-text-size-adjust: 100%;
  /* for iOS, Android */
}

li {
  list-style: none;
}

a {
  -webkit-tap-highlight-color: transparent;
  /* for iOS, Android */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

caption, th {
  text-align: left;
}

button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/*
$fw-thin: 100;
$fw-light: 300;
$fw-regular: 400;
$fw-medium: 500;
$fw-bold: 700;
$fw-extrabold: 800;
$fw-black: 900;
*/
.fw-thin {
  font-weight: normal !important;
}

.fw-light {
  font-weight: normal !important;
}

.fw-regular {
  font-weight: normal !important;
}

.fw-medium {
  font-weight: bold !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fw-extrabold {
  font-weight: bold !important;
}

.fw-black {
  font-weight: bold !important;
}

@font-face {
  font-family: "Avex";
  font-weight: 400;
  font-style: normal;
  src: url("../font/AVEX-Regular.woff") format("woff");
}
@font-face {
  font-family: "Avex";
  font-weight: 700;
  font-style: normal;
  src: url("../font/AVEX-Bold.woff") format("woff");
}
.font-avex {
  font-family: "Avex";
}

/*
-------------------------------------------------------------------------------- width: 0px - 599px
*/
/* @media screen and (max-width: 599px) */
/*
--------------------------------
	basics
--------------------------------
*/
/* ---- valiables ---- */
.color-1 {
  color: #004cad !important;
}

/* ---- basics ---- */
body {
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  color: #000;
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #004cad;
}

a:active {
  text-decoration: none;
  color: #004cad;
}

strong, em, b {
  font-weight: bold;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mt5 {
    margin-top: 4px !important;
  }

  .mt10 {
    margin-top: 7px !important;
  }

  .mt20 {
    margin-top: 13px !important;
  }

  .mt30 {
    margin-top: 20px !important;
  }

  .mt40 {
    margin-top: 27px !important;
  }

  .mt50 {
    margin-top: 34px !important;
  }

  .mt60 {
    margin-top: 40px !important;
  }

  .mt70 {
    margin-top: 47px !important;
  }

  .mt80 {
    margin-top: 54px !important;
  }

  .mt90 {
    margin-top: 60px !important;
  }

  .mt100 {
    margin-top: 67px !important;
  }
}
.txt-right {
  text-align: right;
}

.alert {
  color: #f04c00;
}

.ast {
  font-family: sans-serif;
}

/*
--------------------------------
	common
--------------------------------
*/
/* ---- header ---- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
}
#header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
}
#header > div .logo {
  width: 170px;
  padding-left: 40px;
}
#header > div .logo button {
  cursor: pointer;
}
#header > div .logo img {
  width: 130px;
}
#header > div .title {
  width: calc(100% - 330px);
  padding-right: 10px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  text-align: center;
}
#header > div .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
}
#header > div .button button {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 40px;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#header > div .button button:first-child {
  background-image: url(../images/icon_lamp_white.svg);
  background-size: 40px auto;
  background-position: 50% 50%;
}
#header > div .button button:first-child span {
  display: none;
}
#header > div .button button:last-child {
  background-image: url(../images/icon_plane_white.svg);
  background-size: 32px auto;
  background-position: 50% 0;
}
#header > div .button button:last-child span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#header > div .button button:hover, #header > div .button button:active {
  opacity: 0.4;
}
#header > div.blue {
  z-index: 1;
  background-color: #004cad;
}
#header > div.white {
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
#header > div.white .title {
  color: #004cad;
}
#header > div.white .button button:first-child {
  background-image: url(../images/icon_lamp_blue.svg);
}
#header > div.white .button button:last-child {
  background-image: url(../images/icon_plane_blue.svg);
}
#header > div.white .button button:last-child span {
  color: #004cad;
}
#header.rev .white {
  opacity: 1;
  pointer-events: auto;
}

@media screen\0  {
  #header > div .button button:first-child {
    background-size: 36px auto;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 50px;
  }
  #header > div {
    height: 50px;
  }
  #header > div .logo {
    width: 100px;
    padding-left: 10px;
  }
  #header > div .logo img {
    width: 90px;
  }
  #header > div .title {
    width: calc(100% - 170px);
    padding: 0 0 0 0;
    font-size: 1.4rem;
  }
  #header > div .button {
    width: 100px;
  }
  #header > div .button button {
    width: 50px;
    height: 50px;
    margin-right: 0;
    -webkit-transition: none;
    transition: none;
  }
  #header > div .button button:first-child {
    background-size: 26px auto;
  }
  #header > div .button button:last-child {
    background-size: 24px auto;
    background-position: 50% 50%;
  }
  #header > div .button button:last-child span {
    display: none;
  }
  #header > div .button button:hover, #header > div .button button:active {
    opacity: 1;
  }
}
/* ---- footer ---- */
.footer {
  position: relative;
  padding-top: 40px;
  font-size: 1.4rem;
}
.footer .row {
  display: table;
  width: calc(100% - 16vw);
  max-width: 1250px;
  margin: 0 auto 90px;
}
.footer .row .col:first-child {
  display: table-cell;
  width: 65%;
  vertical-align: bottom;
}
.footer .row .col:first-child a {
  margin-right: 30px;
  font-weight: bold;
}
.footer .row .col:first-child br {
  display: none;
}
.footer .row .col:last-child {
  display: table-cell;
  width: 35%;
  vertical-align: bottom;
}
.footer .row .col:last-child .sns {
  text-align: right;
}
.footer .row .col:last-child .sns li {
  display: inline-block;
  font-weight: bold;
}
.footer .row .col:last-child .sns li::after {
  content: "/";
  display: inline-block;
  padding: 0 8px 0 10px;
  font-weight: normal;
}
.footer .row .col:last-child .sns li:last-child::after {
  content: none;
}
.footer .corporate-site {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-left: -25px;
}
.footer .corporate-site span {
  display: none;
}
.footer .copyright {
  display: table;
  width: 100%;
  height: 50px;
  background-color: #004cad;
  background-image: url(../images/avex_a.svg);
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: 50% 50%;
}
.footer .copyright span {
  display: table-cell;
  padding: 0 40px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: right;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 25px;
    font-size: 1.2rem;
  }
  .footer .row {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
  .footer .row .col:first-child {
    display: block;
    width: 100%;
  }
  .footer .row .col:first-child a {
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .footer .row .col:first-child br {
    display: inline;
  }
  .footer .row .col:last-child {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .footer .row .col:last-child .sns {
    text-align: left;
  }
  .footer .row .col:last-child .sns li::after {
    padding: 0 10px;
  }
  .footer .copyright span {
    padding: 10px 15px;
    vertical-align: bottom;
  }
}
/* ---- tags ---- */
.tags a {
  display: inline-block;
  position: relative;
  margin-right: 1.2em;
  font-weight: bold;
}
.tags a::before {
  content: "#";
  margin-right: 0.3em;
  color: #004cad;
  font-weight: normal;
}
.tags a:hover::before, .tags a:active::before {
  color: #000;
}
.tags a.imp::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - .8em);
  right: -7px;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #d0d0d0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.tags a.imp:hover::after, .tags a.imp:active::after {
  background-color: #004cad;
}

/* ---- internal link ---- */
a.arrow {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
a.arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 40px);
  top: calc(50% - 1px);
  width: 25px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: width 0.2s ease-out, background-color 0.2s ease-out;
  transition: width 0.2s ease-out, background-color 0.2s ease-out;
}
a.arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 26px);
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  -webkit-transition: border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, border-color 0.2s ease-out;
  transition: transform 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
a.arrow:hover::before, a.arrow:active::before {
  width: 36px;
  background-color: #004cad;
}
a.arrow:hover::after, a.arrow:active::after {
  border-color: #004cad;
  -webkit-transform: translateX(11px) rotate(45deg);
          transform: translateX(11px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  a.arrow {
    padding-right: 25px;
  }
  a.arrow::before {
    left: calc(100% - 25px);
    width: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: none;
    transition: none;
  }
  a.arrow::after {
    left: calc(100% - 16px);
    -webkit-transition: none;
    transition: none;
  }
  a.arrow:hover::before, a.arrow:active::before {
    width: 20px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  a.arrow:hover::after, a.arrow:active::after {
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
}
/* ---- outbound link ---- */
a.outbound {
  display: inline-block;
  position: relative;
}
a.outbound::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 0.65em;
  height: calc(.6em + 1px);
  margin-top: -0.3em;
  border: 1px solid #000;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
a.outbound::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 1px;
  height: calc(.3em + 1px);
  margin-top: -0.15em;
  background-color: #fff;
}
a.outbound:hover::before, a.outbound:active::before {
  border-color: #004cad;
}
a.outbound span {
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 1.8em;
}
a.outbound span::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - .6em);
  top: 50%;
  width: 0.8em;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
a.outbound span::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - .2em);
  top: calc(50% - .18em);
  width: 0.41em;
  height: 0.41em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  -webkit-transition: border-color 0.2s linear, -webkit-transform 0.2s linear;
  transition: border-color 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, border-color 0.2s linear;
  transition: transform 0.2s linear, border-color 0.2s linear, -webkit-transform 0.2s linear;
}
a.outbound span:hover::before, a.outbound span:active::before {
  width: 1.2em;
  background-color: #004cad;
}
a.outbound span:hover::after, a.outbound span:active::after {
  border-color: #004cad;
  -webkit-transform: translateX(0.4em) rotate(45deg);
          transform: translateX(0.4em) rotate(45deg);
}

/* ---- error ---- */
.error-404 {
  padding: 42vh 0 0;
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 767px), (orientation: portrait) {
  .error-404 {
    padding: 48vh 0 0;
    font-size: 1.4rem;
  }
}
/*
--------------------------------
	modal
--------------------------------
*/
body#modal {
  display: none;
}

#modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 7vh 6vw;
  background-color: rgba(0, 42, 144, 0.85);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  /* ---- close button ---- */
  /* ---- container ---- */
  /* ---- image column ---- */
  /* ---- text column: head ---- */
  /* ---- text column: body ---- */
  /* ---- link ---- */
  /* ---- text column: entry button ---- */
  /* ---- youtube ---- */
  /* ---- border top ---- */
}
#modal .modal-close-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#modal .body {
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-out;
  transition: transform 0.3s ease-in, opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
}
#modal .body.hidden {
  opacity: 0;
  -webkit-transform: scale(0.98) !important;
          transform: scale(0.98) !important;
}
#modal.open {
  opacity: 1;
  pointer-events: auto;
}
#modal.open .body {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal {
    padding: 6px;
    background-color: #004cad;
  }
}
#modal .modal-close {
  display: none;
  position: absolute;
  right: calc(6vw + 40px);
  top: calc(7vh + 40px);
  z-index: 3;
  width: 28px;
  height: 28px;
  border: 2px solid #999;
  border-radius: 14px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
#modal .modal-close::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 11px;
  width: 14px;
  height: 2px;
  background-color: #999;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#modal .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 11px;
  width: 14px;
  height: 2px;
  background-color: #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#modal .modal-close:hover, #modal .modal-close:active {
  border-color: #004cad;
}
#modal .modal-close:hover::before, #modal .modal-close:hover::after, #modal .modal-close:active::before, #modal .modal-close:active::after {
  background-color: #004cad;
}
#modal .modal-close.show {
  display: block;
}
#modal .modal-close span {
  display: none;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal .modal-close {
    right: 18px;
    top: calc(54vw + 24px);
    width: 24px;
    height: 24px;
    border-width: 1px;
    border-radius: 12px;
    -webkit-transition: none;
    transition: none;
  }
  #modal .modal-close::before {
    left: 5px;
    top: 11px;
    width: 12px;
    height: 1px;
    -webkit-transition: none;
    transition: none;
  }
  #modal .modal-close::after {
    left: 5px;
    top: 11px;
    width: 12px;
    height: 1px;
    -webkit-transition: none;
    transition: none;
  }
  #modal .modal-close:hover, #modal .modal-close:active {
    border-color: #999;
  }
  #modal .modal-close:hover::before, #modal .modal-close:hover::after, #modal .modal-close:active::before, #modal .modal-close:active::after {
    background-color: #999;
  }
}
#modal .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#modal .row .img-column {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#modal .row .txt-column {
  width: 50%;
  height: 100%;
  padding: 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal .row {
    display: block;
  }
  #modal .row .img-column {
    width: auto;
    height: 54vw;
  }
  #modal .row .txt-column {
    width: auto;
    height: calc(100% - 54vw - 12px);
    padding: 0 6vw;
  }
}
#modal .row .img-column .bg-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#modal .row .img-column.slider div {
  height: 100%;
}
#modal .row .img-column.slider button {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 1;
  width: 36px;
  height: 36px;
  overflow: visible;
  cursor: pointer;
}
#modal .row .img-column.slider button.next {
  right: 25px;
}
#modal .row .img-column.slider button.next::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 25px;
  height: 2px;
  background-color: #999;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
#modal .row .img-column.slider button.next::after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#modal .row .img-column.slider button.next:hover::before, #modal .row .img-column.slider button.next:active::before {
  width: 36px;
}
#modal .row .img-column.slider button.next:hover::after, #modal .row .img-column.slider button.next:active::after {
  -webkit-transform: translateX(11px) rotate(45deg);
          transform: translateX(11px) rotate(45deg);
}
#modal .row .img-column.slider button.prev {
  left: 25px;
}
#modal .row .img-column.slider button.prev::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 25px;
  height: 2px;
  background-color: #999;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
#modal .row .img-column.slider button.prev::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  -webkit-transform: translateX(0) rotate(-45deg);
          transform: translateX(0) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#modal .row .img-column.slider button.prev:hover::before, #modal .row .img-column.slider button.prev:active::before {
  width: 36px;
}
#modal .row .img-column.slider button.prev:hover::after, #modal .row .img-column.slider button.prev:active::after {
  -webkit-transform: translateX(-11px) rotate(-45deg);
          transform: translateX(-11px) rotate(-45deg);
}
#modal .row .img-column.slider button.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
#modal .row .img-column.slider button span {
  display: none;
}
#modal .row .img-column.scroll {
  position: relative;
  overflow: hidden;
}
#modal .row .img-column.scroll div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
#modal .row .img-column.scroll div:first-child, #modal .row .img-column.scroll div.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal .row .img-column.slider button {
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
  }
  #modal .row .img-column.slider button.next {
    right: 12px;
  }
  #modal .row .img-column.slider button.next::before {
    width: 12px;
    -webkit-transition: none;
    transition: none;
  }
  #modal .row .img-column.slider button.next::after {
    left: 5px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    -webkit-transition: none;
    transition: none;
  }
  #modal .row .img-column.slider button.next:hover::before, #modal .row .img-column.slider button.next:active::before {
    width: 12px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #modal .row .img-column.slider button.next:hover::after, #modal .row .img-column.slider button.next:active::after {
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
  #modal .row .img-column.slider button.prev {
    left: 12px;
  }
  #modal .row .img-column.slider button.prev::before {
    width: 12px;
    -webkit-transition: none;
    transition: none;
  }
  #modal .row .img-column.slider button.prev::after {
    right: 5px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    -webkit-transition: none;
    transition: none;
  }
  #modal .row .img-column.slider button.prev:hover::before, #modal .row .img-column.slider button.prev:active::before {
    width: 12px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #modal .row .img-column.slider button.prev:hover::after, #modal .row .img-column.slider button.prev:active::after {
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
}
#modal .row .txt-column .txt-head {
  padding: 40px 0 25px;
  border-bottom: 1px solid #e6e6e6;
}
#modal .row .txt-column .txt-head .tags {
  display: none;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#modal .row .txt-column h1 {
  margin-left: -4px;
  padding: 2px 45px 0 55px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 0 50%;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}
#modal .row .txt-column h1.message {
  background-image: url(../images/icon_message_black.svg);
}
#modal .row .txt-column h1.people {
  background-image: url(../images/icon_people_black.svg);
}
#modal .row .txt-column h1.pr {
  background-image: url(../images/icon_pr_black.svg);
}
#modal .row .txt-column h1.profile {
  background-image: url(../images/icon_profile_black.svg);
}
#modal .row .txt-column h1.archive {
  background-image: url(../images/icon_archive_black.svg);
}
#modal .row .txt-column h1.voice {
  background-image: url(../images/icon_voice_black.svg);
}
#modal .row .txt-column h1 span {
  font-size: 2.2rem;
  font-weight: normal;
}
#modal .row .txt-column .places {
  margin-top: 16px;
  padding: 0.4em 0 0.3em 40px;
  background-image: url(../images/icon_place.svg);
  background-repeat: no-repeat;
  background-size: 27px auto;
  background-position: 0 50%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
#modal .row .txt-column .places span {
  display: inline-block;
}
#modal .row .txt-column .places span::before {
  content: "/";
  padding: 0 0.6em 0 0.4em;
  font-weight: normal;
}
#modal .row .txt-column .places span:first-child::before {
  content: none;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal .row .txt-column .txt-head {
    padding: 16px 0 15px;
  }
  #modal .row .txt-column .txt-head .tags {
    margin-top: 8px;
    font-size: 1.1rem;
  }
  #modal .row .txt-column h1 {
    margin-left: -2px;
    padding: 2px 30px 0 30px;
    background-size: 24px 24px;
    font-size: 2.1rem;
  }
  #modal .row .txt-column h1 span {
    font-size: 1.6rem;
  }
  #modal .row .txt-column .places {
    margin-top: 4px;
    padding: 0.4em 0 0.3em 24px;
    background-size: 17px auto;
    font-size: 1.1rem;
  }
}
#modal .row .txt-column .txt-body {
  width: 100%;
  padding-right: 45px;
  overflow-x: hidden;
  overflow-y: auto;
}
#modal .row .txt-column .txt-body .inner {
  padding: 25px 0 60px;
}
#modal .row .txt-column .txt-body .inner > *:first-child {
  margin-top: 0 !important;
}
#modal .row .txt-column h2 {
  margin-top: 60px;
  color: #004cad;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
}
#modal .row .txt-column h2 span {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
#modal .row .txt-column h3 {
  margin-top: 30px;
  color: #004cad;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
#modal .row .txt-column .text {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
}
#modal .row .txt-column h3 + .text {
  margin-top: 15px;
}
#modal .row .txt-column .note {
  margin-top: 20px;
  color: #666;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8;
}
#modal .row .txt-column .catch {
  margin-top: 30px;
  color: #004cad;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.2;
}
#modal .row .txt-column .lead {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
#modal .row .txt-column .past-article {
  margin-bottom: 30px;
}
#modal .row .txt-column .past-article > span {
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #bbb;
  color: #999;
  font-size: 1.3rem;
}
#modal .row .txt-column .past-article > span span {
  font-family: sans-serif;
}
#modal .row .txt-column .past-article + h2 {
  margin-top: 30px;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal .row .txt-column .txt-body {
    padding-right: 15px;
  }
  #modal .row .txt-column .txt-body .inner {
    padding: 15px 0 40px;
  }
  #modal .row .txt-column h2 {
    margin-top: 36px;
    font-size: 2.3rem;
  }
  #modal .row .txt-column h2 span {
    margin-top: 3px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  #modal .row .txt-column h3 {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #modal .row .txt-column .text {
    margin-top: 18px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  #modal .row .txt-column h3 + .text {
    margin-top: 10px;
  }
  #modal .row .txt-column .note {
    font-size: 1.1rem;
    line-height: 1.65;
  }
  #modal .row .txt-column .catch {
    margin-top: 36px;
    font-size: 2.3rem;
  }
  #modal .row .txt-column .lead {
    margin-top: 24px;
    font-size: 1.8rem;
  }
  #modal .row .txt-column .past-article {
    margin-bottom: 22px;
  }
  #modal .row .txt-column .past-article > span {
    font-size: 1.1rem;
  }
  #modal .row .txt-column .past-article + h2 {
    margin-top: 22px;
  }
}
#modal .row .txt-column .txt-body p.link {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal .row .txt-column .txt-body p.link {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
#modal .row .txt-column .entry-button {
  margin-top: 60px;
  text-align: center;
}
#modal .row .txt-column .entry-button button {
  display: inline-block;
  position: relative;
  width: 336px;
  max-width: 90%;
  padding: 22px 25px 25px;
  border-radius: 10px;
  background-color: #004cad;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: left;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#modal .row .txt-column .entry-button button::after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 0;
  width: 34px;
  height: 100%;
  background-image: url(../images/icon_plane_white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  opacity: 0.5;
}
#modal .row .txt-column .entry-button button:hover, #modal .row .txt-column .entry-button button:active {
  color: #000;
}
#modal .row .txt-column .entry-button button:hover::after, #modal .row .txt-column .entry-button button:active::after {
  background-image: url(../images/icon_plane_black.svg);
  opacity: 1;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal .row .txt-column .entry-button {
    margin-top: 12vw;
  }
  #modal .row .txt-column .entry-button button {
    width: 210px;
    padding: 15px 18px 18px;
    border-radius: 8px;
    font-size: 1.3rem;
    -webkit-transition: none;
    transition: none;
  }
  #modal .row .txt-column .entry-button button:hover, #modal .row .txt-column .entry-button button:active {
    color: #fff;
  }
  #modal .row .txt-column .entry-button button:hover::after, #modal .row .txt-column .entry-button button:active::after {
    background-image: url(../images/icon_plane_white.svg);
    opacity: 0.5;
  }
  #modal .row .txt-column .entry-button button::after {
    right: 18px;
    width: 22px;
  }
}
#modal #modal-youtube {
  display: block;
}
#modal #modal-youtube .txt-column {
  width: auto;
  height: auto;
}
#modal #modal-youtube .youtube {
  position: relative;
  padding-bottom: 56.25%;
}
#modal #modal-youtube .youtube iframe {
  position: absolute;
  border: 0 none;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal #modal-youtube .txt-column {
    height: auto;
  }
  #modal .modal-close.sp-right-top {
    top: 18px;
  }
}
#modal .row .txt-column .border-top {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal .row .txt-column .border-top {
    margin-top: 30px;
    padding-top: 30px;
  }
}

/* #modal */
/*
--------------------------------
	page
--------------------------------
*/
body#page {
  display: none;
}

#page {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  pointer-events: none;
  /* ---- heading ---- */
}
#page.open {
  pointer-events: auto;
}
#page.hidden {
  height: 100vh;
  overflow: hidden;
}
#page .body {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#page .body.show {
  opacity: 1;
}
#page .body .inner-body {
  padding: 0 16%;
}
#page .footer {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#page .body.show + .footer {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #page .body .inner-body {
    padding: 0 15px;
  }
}
#page h1 {
  padding: 190px 0 100px;
  text-align: center;
}
#page h1 span {
  display: inline-block;
  padding-top: 68px;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 50% 0;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
#page h1.entry span {
  background-image: url(../images/icon_entry.svg);
  text-indent: -0.5em;
}
#page h2 {
  margin-top: 140px;
  color: #004cad;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
#page .inner-body > h2:first-child {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #page h1 {
    padding: 28vw 0 15vw;
  }
  #page h1 span {
    padding-top: 52px;
    background-size: 40px;
    font-size: 7vw;
  }
  #page h2 {
    margin-top: 15vw;
    font-size: 2rem;
  }
  #page .inner-body > h2:first-child {
    margin-top: 12vw;
  }
}

/* #page */
/*
--------------------------------
	guide
--------------------------------
*/
#guide {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100vh;
  /* ---- background ---- */
  /* ---- body ---- */
}
#guide.open {
  display: block;
}
#guide .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#guide .bg div {
  height: 100%;
  overflow: hidden;
}
#guide .bg div img {
  display: block;
  width: 200%;
  max-width: none;
  height: 100%;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
#guide .bg div.left {
  width: calc(100% - 140px);
}
#guide .bg div.left img {
  opacity: 0;
}
#guide .bg div.right {
  width: 140px;
}
#guide .bg div.right img {
  opacity: 0;
}
#guide.open .bg div.left img {
  -webkit-animation: guide-bg-left-show 0.3s linear both;
          animation: guide-bg-left-show 0.3s linear both;
}
#guide.open .bg div.right img {
  -webkit-animation: guide-bg-right-show 0.3s linear both;
          animation: guide-bg-right-show 0.3s linear both;
}
#guide.close .bg div.left img {
  -webkit-animation: guide-bg-left-close 0.3s linear both;
          animation: guide-bg-left-close 0.3s linear both;
}
#guide.close .bg div.right img {
  -webkit-animation: guide-bg-right-close 0.3s linear both;
          animation: guide-bg-right-close 0.3s linear both;
}
@-webkit-keyframes guide-bg-left-show {
  0% {
    opacity: 0;
    -webkit-transform: translate(-3px, 37px) scale(0, 0);
            transform: translate(-3px, 37px) scale(0, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 37px) scale(0.5, 0.7);
            transform: translate(-3px, 37px) scale(0.5, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
}
@keyframes guide-bg-left-show {
  0% {
    opacity: 0;
    -webkit-transform: translate(-3px, 37px) scale(0, 0);
            transform: translate(-3px, 37px) scale(0, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 37px) scale(0.5, 0.7);
            transform: translate(-3px, 37px) scale(0.5, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
}
@-webkit-keyframes guide-bg-right-show {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 37px) scale(0, 0);
            transform: translate(-50%, 37px) scale(0, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 37px) scale(0.6, 0.7);
            transform: translate(-50%, 37px) scale(0.6, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes guide-bg-right-show {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 37px) scale(0, 0);
            transform: translate(-50%, 37px) scale(0, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 37px) scale(0.6, 0.7);
            transform: translate(-50%, 37px) scale(0.6, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes guide-bg-left-close {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-3px, 37px) scale(0.5, 0.7);
            transform: translate(-3px, 37px) scale(0.5, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-3px, 37px) scale(0, 0);
            transform: translate(-3px, 37px) scale(0, 0);
  }
}
@keyframes guide-bg-left-close {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-3px, 37px) scale(0.5, 0.7);
            transform: translate(-3px, 37px) scale(0.5, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-3px, 37px) scale(0, 0);
            transform: translate(-3px, 37px) scale(0, 0);
  }
}
@-webkit-keyframes guide-bg-right-close {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-50%, 37px) scale(0.6, 0.7);
            transform: translate(-50%, 37px) scale(0.6, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 37px) scale(0, 0);
            transform: translate(-50%, 37px) scale(0, 0);
  }
}
@keyframes guide-bg-right-close {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-50%, 37px) scale(0.6, 0.7);
            transform: translate(-50%, 37px) scale(0.6, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 37px) scale(0, 0);
            transform: translate(-50%, 37px) scale(0, 0);
  }
}
@media screen and (max-width: 767px) {
  #guide .bg div.left {
    width: calc(100% - 75px);
  }
  #guide .bg div.right {
    width: 75px;
  }
  #guide.open .bg div.left img {
    -webkit-animation: guide-bg-left-show-sp 0.3s linear both;
            animation: guide-bg-left-show-sp 0.3s linear both;
  }
  #guide.open .bg div.right img {
    -webkit-animation: guide-bg-right-show-sp 0.3s linear both;
            animation: guide-bg-right-show-sp 0.3s linear both;
  }
  #guide.close .bg div.left img {
    -webkit-animation: guide-bg-left-close-sp 0.3s linear both;
            animation: guide-bg-left-close-sp 0.3s linear both;
  }
  #guide.close .bg div.right img {
    -webkit-animation: guide-bg-right-close-sp 0.3s linear both;
            animation: guide-bg-right-close-sp 0.3s linear both;
  }
}
@-webkit-keyframes guide-bg-left-show-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-3px, 23px) scale(0, 0);
            transform: translate(-3px, 23px) scale(0, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 23px) scale(0.5, 0.7);
            transform: translate(-3px, 23px) scale(0.5, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
}
@keyframes guide-bg-left-show-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-3px, 23px) scale(0, 0);
            transform: translate(-3px, 23px) scale(0, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 23px) scale(0.5, 0.7);
            transform: translate(-3px, 23px) scale(0.5, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
}
@-webkit-keyframes guide-bg-right-show-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 23px) scale(0, 0);
            transform: translate(-50%, 23px) scale(0, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 23px) scale(0.6, 0.7);
            transform: translate(-50%, 23px) scale(0.6, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes guide-bg-right-show-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 23px) scale(0, 0);
            transform: translate(-50%, 23px) scale(0, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 23px) scale(0.6, 0.7);
            transform: translate(-50%, 23px) scale(0.6, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes guide-bg-left-close-sp {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-3px, 23px) scale(0.5, 0.7);
            transform: translate(-3px, 23px) scale(0.5, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-3px, 23px) scale(0, 0);
            transform: translate(-3px, 23px) scale(0, 0);
  }
}
@keyframes guide-bg-left-close-sp {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-3px, 23px) scale(0.5, 0.7);
            transform: translate(-3px, 23px) scale(0.5, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-3px, 23px) scale(0, 0);
            transform: translate(-3px, 23px) scale(0, 0);
  }
}
@-webkit-keyframes guide-bg-right-close-sp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-50%, 23px) scale(0.6, 0.7);
            transform: translate(-50%, 23px) scale(0.6, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 23px) scale(0, 0);
            transform: translate(-50%, 23px) scale(0, 0);
  }
}
@keyframes guide-bg-right-close-sp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-50%, 23px) scale(0.6, 0.7);
            transform: translate(-50%, 23px) scale(0.6, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 23px) scale(0, 0);
            transform: translate(-50%, 23px) scale(0, 0);
  }
}
#guide .body {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  padding: 80px 8vw;
  background-color: #004cad;
  opacity: 0;
}
#guide .body .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 160px);
  padding: 100px 0;
  color: #fff;
}
#guide .body .slider {
  width: 100%;
  height: 100%;
}
#guide .body .introduction {
  text-align: center;
}
#guide .body .introduction h2 {
  padding-top: 60px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#guide .body .introduction h2 + p {
  margin: 10px 0 40px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
#guide .body .introduction p + p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}
#guide .body .instruction > p {
  width: calc(890px + 8vw);
  margin: 0 auto 50px;
  text-indent: -2px;
}
#guide .body .instruction .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#guide .body .instruction .row .col:nth-child(2) {
  width: calc(510px + 8vw);
}
#guide .body .instruction .row .col:nth-child(3) {
  width: 380px;
}
#guide .body .instruction .row .col h3 {
  font-size: 1.6rem;
  font-weight: normal;
}
#guide .body .instruction .row .col p {
  display: none;
}
#guide .body .instruction .introduction {
  display: none;
}
#guide .body .indicatior {
  margin-top: 30px;
  text-align: center;
}
#guide .body .indicatior li {
  display: inline-block;
  padding: 0 5px;
}
#guide .body .indicatior li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 5px;
  background-color: #4c82c6;
  overflow: hidden;
  text-indent: -100px;
}
#guide .body .indicatior li.slick-active button {
  background-color: #fff;
}
#guide .body .howtouse-pc {
  position: relative;
  height: 307px;
  margin: 25px 0 0 -15px;
  background-image: url(../../images/guide/howtouse_pc.png);
  background-repeat: no-repeat;
  background-size: 299px 307px;
}
#guide .body .howtouse-pc li {
  position: absolute;
  left: 310px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.75;
}
#guide .body .howtouse-pc li:nth-child(1) {
  top: 10px;
}
#guide .body .howtouse-pc li:nth-child(2) {
  top: 50px;
}
#guide .body .howtouse-pc li:nth-child(3) {
  top: 106px;
}
#guide .body .howtouse-pc li:nth-child(4) {
  top: 217px;
}
#guide .body .howtouse-sp {
  display: none;
}
#guide .body .pictgram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
#guide .body .pictgram li {
  width: 50%;
  height: 44px;
  margin-bottom: 25px;
  padding: 4px 0 0 60px;
  background-repeat: no-repeat;
  background-size: 44px 44px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
}
#guide .body .pictgram li:nth-child(1) {
  background-image: url(../images/icon_people_white.svg);
}
#guide .body .pictgram li:nth-child(2) {
  background-image: url(../images/icon_message_white.svg);
}
#guide .body .pictgram li:nth-child(3) {
  background-image: url(../images/icon_profile_white.svg);
}
#guide .body .pictgram li:nth-child(4) {
  background-image: url(../images/icon_archive_white.svg);
}
#guide .body .pictgram li:nth-child(5) {
  background-image: url(../images/icon_voice_white.svg);
}
#guide .body .foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
#guide .body .foot p {
  display: inline-block;
  margin-top: 30px;
  padding-right: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}
#guide .body .foot p br {
  display: none;
}
#guide .body .foot button.launch {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding: 6px 70px 6px 40px;
  border: 1px solid #4c82c6;
  border-radius: 8px;
  background-color: rgba(76, 130, 198, 0);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#guide .body .foot button.launch:hover, #guide .body .foot button.launch:active {
  background-color: #4c82c6;
  color: #fff;
}
#guide .body .foot button.launch::before {
  content: "";
  display: block;
  position: absolute;
  left: 66%;
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
#guide .body .foot button.launch::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(66% + 9px);
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#guide .body .foot button.launch:hover::before, #guide .body .foot button.launch:active::before {
  width: 30px;
}
#guide .body .foot button.launch:hover::after, #guide .body .foot button.launch:active::after {
  -webkit-transform: translateX(10px) rotate(45deg);
          transform: translateX(10px) rotate(45deg);
}
#guide .body button.close {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 8px 50px 8px 8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#guide .body button.close::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 38px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#guide .body button.close::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 38px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#guide .body button.close:hover, #guide .body button.close:active {
  color: #000;
}
#guide .body button.close:hover::before, #guide .body button.close:hover::after, #guide .body button.close:active::before, #guide .body button.close:active::after {
  background-color: #000;
}
#guide.open .body {
  -webkit-animation: guide-body-open 0.1s 0.2s ease-out both;
          animation: guide-body-open 0.1s 0.2s ease-out both;
}
#guide.close .body {
  -webkit-animation: guide-body-close 0.1s ease-out both;
          animation: guide-body-close 0.1s ease-out both;
}
@-webkit-keyframes guide-body-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes guide-body-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes guide-body-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes guide-body-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1179px) {
  #guide .body .slider > .introduction {
    display: none;
  }
  #guide .body .instruction > p {
    display: none;
  }
  #guide .body .instruction .row {
    display: block;
  }
  #guide .body .instruction .row .col:nth-child(2) {
    width: auto;
  }
  #guide .body .instruction .row .col:nth-child(3) {
    width: auto;
  }
  #guide .body .instruction .row .col h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  #guide .body .instruction .row .col p {
    display: block;
    margin-bottom: 7vw;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.75;
    text-align: center;
  }
  #guide .body .instruction .row .col p br {
    display: none;
  }
  #guide .body .instruction .introduction {
    display: block;
  }
  #guide .body .howtouse-pc {
    width: 540px;
    margin: 25px auto 0;
  }
  #guide .body .pictgram {
    width: 380px;
    margin: 25px auto 0;
  }
  #guide .body .foot p {
    padding-right: 30px;
    font-size: 1.6rem;
  }
  #guide .body .foot button.launch {
    padding: 6px 60px 6px 30px;
  }
}
@media screen and (max-width: 767px) {
  #guide .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15vw 4vw;
  }
  #guide .body .inner {
    display: block;
    min-height: 0;
    padding: 0;
  }
  #guide .body .introduction {
    text-align: center;
  }
  #guide .body .introduction h2 {
    padding-top: 8vw;
    font-size: 1.8rem;
    text-align: center;
    text-indent: -0.5em;
  }
  #guide .body .introduction h2 + p {
    margin: 16px 0 12vw;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
  }
  #guide .body .introduction p + p {
    font-size: 1.2rem;
    text-align: center;
  }
  #guide .body .slider > .introduction {
    display: none;
  }
  #guide .body .instruction > p {
    display: none;
  }
  #guide .body .instruction .row {
    display: block;
  }
  #guide .body .instruction .row .col:nth-child(2) {
    width: auto;
  }
  #guide .body .instruction .row .col:nth-child(3) {
    width: auto;
  }
  #guide .body .instruction .row .col h3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  #guide .body .instruction .row .col p {
    display: block;
    margin-bottom: 7vw;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
  }
  #guide .body .instruction .row .col p br {
    display: inline;
  }
  #guide .body .instruction .introduction {
    display: block;
  }
  #guide .body .indicatior {
    margin-top: 10px;
  }
  #guide .body .indicatior li button {
    width: 10px;
    height: 10px;
  }
  #guide .body .howtouse-pc {
    display: none;
  }
  #guide .body .howtouse-sp {
    display: block;
    position: relative;
    width: 290px;
    height: 237px;
    margin: 20px auto 0;
    background-image: url(../../images/guide/howtouse_sp.png);
    background-repeat: no-repeat;
    background-size: 208px 237px;
  }
  #guide .body .howtouse-sp li {
    position: absolute;
    left: 172px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.4;
  }
  #guide .body .howtouse-sp li:nth-child(1) {
    top: 5px;
  }
  #guide .body .howtouse-sp li:nth-child(2) {
    top: 32px;
  }
  #guide .body .howtouse-sp li:nth-child(3) {
    top: 74px;
  }
  #guide .body .howtouse-sp li:nth-child(4) {
    top: 104px;
  }
  #guide .body .howtouse-sp li:nth-child(5) {
    top: 176px;
  }
  #guide .body .pictgram {
    width: 290px;
    margin: 30px auto 0;
  }
  #guide .body .pictgram li {
    height: 40px;
    margin-bottom: 40px;
    padding: 5px 0 0 48px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.4;
  }
  #guide .body .pictgram li:nth-child(2n) {
    width: 150px;
  }
  #guide .body .pictgram li:nth-child(2n+1) {
    width: 140px;
  }
  #guide .body .pictgram li:last-child {
    margin-bottom: 0;
  }
  #guide .body .foot {
    position: static;
    width: auto;
    margin-top: 7vw;
    text-align: center;
  }
  #guide .body .foot p {
    display: block;
    margin-top: 0;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #guide .body .foot p br {
    display: inline;
  }
  #guide .body .foot button.launch {
    margin-top: 5vw;
    padding: 10px 70px 10px 40px;
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  #guide .body .foot button.launch:hover, #guide .body .foot button.launch:active {
    background-color: rgba(76, 130, 198, 0);
  }
  #guide .body .foot button.launch::before {
    width: 12px;
    height: 1px;
    -webkit-transition: none;
    transition: none;
  }
  #guide .body .foot button.launch::after {
    left: calc(66% + 3px);
    top: calc(50% - 5px);
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: none;
    transition: none;
  }
  #guide .body .foot button.launch:hover::before, #guide .body .foot button.launch:active::before {
    width: 12px;
  }
  #guide .body .foot button.launch:hover::after, #guide .body .foot button.launch:active::after {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
  #guide .body button.close {
    right: 5px;
    top: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transition: none;
    transition: none;
  }
  #guide .body button.close::before {
    right: 12px;
    width: 24px;
    -webkit-transition: none;
    transition: none;
  }
  #guide .body button.close::after {
    right: 12px;
    width: 24px;
    -webkit-transition: none;
    transition: none;
  }
  #guide .body button.close:hover, #guide .body button.close:active {
    color: #fff;
  }
  #guide .body button.close:hover::before, #guide .body button.close:hover::after, #guide .body button.close:active::before, #guide .body button.close:active::after {
    background-color: #fff;
  }
  #guide .body button.close span {
    display: none;
  }
}

/* #guide */
/*
--------------------------------
	entry
--------------------------------
*/
#entry {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 100vh;
  /* ---- background ---- */
  /* ---- body ---- */
}
#entry.open {
  display: block;
}
#entry .bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #004cad;
  opacity: 0;
}
#entry.open .bg {
  -webkit-animation: entry-bg-open 0.3s ease-out both;
          animation: entry-bg-open 0.3s ease-out both;
}
#entry.close .bg {
  -webkit-animation: entry-bg-close 0.3s ease-out both;
          animation: entry-bg-close 0.3s ease-out both;
}
@-webkit-keyframes entry-bg-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes entry-bg-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes entry-bg-close {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes entry-bg-close {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#entry .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  padding: 110px 8vw;
  background-color: #004cad;
  opacity: 0;
}
#entry .body .inner {
  width: 100%;
  color: #fff;
}
#entry .body .inner:first-child {
  padding-bottom: 80px;
}
#entry .body h2 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#entry .body h2 + p {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2.1;
}
#entry .body ul {
  overflow: hidden;
}
#entry .body ul li {
  display: inline-block;
  float: left;
  margin: 0 60px 50px 0;
  /*
  &:nth-child(2) {
  	clear: left;
  }

  &:nth-child(5) {
  	clear: left;
  }

  &:nth-child(7) {
  	clear: left;
  	margin-bottom: 0;
  }
  */
}
#entry .body ul li:nth-child(4) {
  clear: left;
}
#entry .body ul li:nth-child(6) {
  clear: left;
  margin-bottom: 0;
}
#entry .body ul li a {
  display: inline-block;
  position: relative;
  padding: 0 56px 0 0.05em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-indent: -0.05em;
  white-space: nowrap;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#entry .body ul li a > span {
  font-size: 1.8rem;
  font-weight: normal;
}
#entry .body ul li a .note {
  color: #82a3cf;
  font-size: 0.6em;
  font-weight: bold;
}
#entry .body ul li a .note .ast {
  font-family: sans-serif;
}
#entry .body ul li a:hover, #entry .body ul li a:active {
  color: #000;
}
#entry .body ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 25px);
  top: 0.7em;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.2s linear, background-color 0.2s linear;
  transition: width 0.2s linear, background-color 0.2s linear;
}
#entry .body ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(.7em - 6px);
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  -webkit-transition: border-color 0.2s linear, -webkit-transform 0.2s linear;
  transition: border-color 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, border-color 0.2s linear;
  transition: transform 0.2s linear, border-color 0.2s linear, -webkit-transform 0.2s linear;
}
#entry .body ul li a:hover::before, #entry .body ul li a:active::before {
  width: 36px;
  background-color: #000;
}
#entry .body ul li a:hover::after, #entry .body ul li a:active::after {
  border-color: #000;
  -webkit-transform: translateX(11px) rotate(45deg);
          transform: translateX(11px) rotate(45deg);
}
#entry .body button.close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 8px 50px 8px 8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#entry .body button.close::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 38px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#entry .body button.close::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 38px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#entry .body button.close:hover, #entry .body button.close:active {
  color: #000;
}
#entry .body button.close:hover::before, #entry .body button.close:hover::after, #entry .body button.close:active::before, #entry .body button.close:active::after {
  background-color: #000;
}
#entry.open .body {
  -webkit-animation: entry-body-open 0.1s 0.2s ease-out both;
          animation: entry-body-open 0.1s 0.2s ease-out both;
}
#entry.close .body {
  -webkit-animation: entry-body-close 0.1s ease-out both;
          animation: entry-body-close 0.1s ease-out both;
}
@-webkit-keyframes entry-body-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes entry-body-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes entry-body-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes entry-body-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #entry .body {
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 16vw;
  }
  #entry .body .inner:first-child {
    padding-bottom: 12vw;
  }
  #entry .body h2 {
    font-size: 1.6rem;
  }
  #entry .body h2 + p {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.9;
  }
  #entry .body ul li {
    display: block;
    float: none;
    margin: 0 0 5vw 0;
  }
  #entry .body ul li:nth-child(7) {
    margin-top: 12vw;
  }
  #entry .body ul li a {
    padding: 0 34px 0 0.05em;
    font-size: 1.4rem;
    line-height: 1.5;
    text-indent: -0.05em;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none;
  }
  #entry .body ul li a > span {
    font-size: 1.2rem;
  }
  #entry .body ul li a:hover, #entry .body ul li a:active {
    color: #fff;
  }
  #entry .body ul li a::before {
    left: calc(100% - 18px);
    top: 0.65em;
    width: 18px;
    height: 2px;
    -webkit-transition: none;
    transition: none;
  }
  #entry .body ul li a::after {
    top: calc(.65em - 4px);
    width: 10px;
    height: 10px;
    -webkit-transition: none;
    transition: none;
  }
  #entry .body ul li a:hover::before, #entry .body ul li a:active::before {
    width: 18px;
    background-color: #fff;
  }
  #entry .body ul li a:hover::after, #entry .body ul li a:active::after {
    border-color: #fff;
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
  #entry .body button.close {
    right: 5px;
    top: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transition: none;
    transition: none;
  }
  #entry .body button.close::before {
    right: 12px;
    width: 24px;
    -webkit-transition: none;
    transition: none;
  }
  #entry .body button.close::after {
    right: 12px;
    width: 24px;
    -webkit-transition: none;
    transition: none;
  }
  #entry .body button.close:hover, #entry .body button.close:active {
    color: #fff;
  }
  #entry .body button.close:hover::before, #entry .body button.close:hover::after, #entry .body button.close:active::before, #entry .body button.close:active::after {
    background-color: #fff;
  }
  #entry .body button.close span {
    display: none;
  }
  #entry.open .body {
    -webkit-animation: guide-body-open 0.1s 0.2s ease-out both;
            animation: guide-body-open 0.1s 0.2s ease-out both;
  }
  #entry.close .body {
    -webkit-animation: guide-body-close 0.1s ease-out both;
            animation: guide-body-close 0.1s ease-out both;
  }
}

/* #entry */
/*
--------------------------------
	intro
--------------------------------
*/
#intro {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  background-color: #004cad;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#intro img {
  display: block;
  position: absolute;
  left: 34%;
  top: 48%;
  width: 32%;
  opacity: 0;
  -webkit-transform: translateZ(0) scale(1.1);
          transform: translateZ(0) scale(1.1);
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-in, transform 0.2s ease-out;
  transition: opacity 0.2s ease-in, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#intro.show img {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
#intro.hide {
  opacity: 0;
}
#intro.hide img {
  -webkit-transform: translateZ(0) scale(0.9);
          transform: translateZ(0) scale(0.9);
}
@media screen and (max-width: 767px) {
  #intro img {
    left: 14%;
    width: 72%;
  }
}

/* #intro */
/*
-------------------------------------------------------------------------------- Page specific styles
*/
/*
--------------------------------
	index
--------------------------------
*/
#index {
  height: auto;
  overflow: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  /* ---- recommendations ---- */
  /* ---- categories ---- */
  /* ---- news ---- */
  /* ---- tags ---- */
  /* ---- layout switcher ---- */
  /* ---- panels ---- */
}
#index.fade {
  opacity: 0;
}
#index.hidden {
  height: 100vh;
  overflow: hidden;
}
#index .recommendations {
  padding: 120px 8% 40px;
  background-color: #f8f8f8;
}
#index .recommendations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#index .recommendations li {
  width: 16.6666%;
}
#index .recommendations .img {
  position: relative;
  width: 70%;
  margin: 0 0 15px 15%;
}
#index .recommendations .img span {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#index .recommendations .img span img {
  display: block;
}
#index .recommendations .img::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 50%;
  background-color: #fff;
}
#index .recommendations .img::after {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 0;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#96c896), color-stop(50%, #004cad), to(#b05991));
  background: linear-gradient(to right, #96c896 0%, #004cad 50%, #b05991 100%);
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
#index .recommendations a:hover .img::after, #index .recommendations a:active .img::after {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.1s ease-out, transform 0.3s ease-out;
  transition: opacity 0.1s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#index .recommendations .txt {
  padding: 0 15px;
  overflow: hidden;
  color: #4d4d4d;
  font-size: 1.3rem;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #index .recommendations {
    padding-top: 90px;
  }
  #index.touch .recommendations {
    padding: 50px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #index.touch .recommendations ul {
    width: calc(132vw + 30px);
    padding: 5vw 15px;
  }
  #index.touch .recommendations li {
    width: 22vw;
  }
  #index.touch .recommendations .img {
    width: 70%;
    margin: 0 0 10px 15%;
  }
  #index.touch .recommendations .img::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  #index.touch .recommendations a:hover .img::after, #index.touch .recommendations a:active .img::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  #index.touch .recommendations .txt {
    padding: 0 5px;
    font-size: 1.2rem;
  }
}
#index .categories {
  padding: 120px 8% 40px;
  background-color: #f8f8f8;
}
#index .categories dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#index .categories dl dt {
  width: 130px;
  margin: 0 7% 28px 0;
  padding: 2px 0 1px;
  border-right: 1px solid #004cad;
  color: #004cad;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#index .categories dl dd {
  width: calc(93% - 130px);
}
#index .categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#index .categories li {
  width: 16%;
  max-width: 110px;
}
#index .categories .img {
  position: relative;
  margin: 0 0 15px 0;
}
#index .categories .img span {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#index .categories .img span img {
  display: block;
}
#index .categories .img::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 50%;
  background-color: #fff;
}
#index .categories .img::after {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 0;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#96c896), color-stop(50%, #004cad), to(#b05991));
  background: linear-gradient(to right, #96c896 0%, #004cad 50%, #b05991 100%);
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
#index .categories a:hover .img::after, #index .categories a:active .img::after {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.1s ease-out, transform 0.3s ease-out;
  transition: opacity 0.1s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#index .categories .txt {
  padding: 0 15px;
  overflow: hidden;
  color: #4d4d4d;
  font-size: 1.3rem;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #index .categories {
    padding-top: 90px;
  }
  #index.touch .categories {
    padding: 50px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #index.touch .categories dl {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 5vw 15px;
  }
  #index.touch .categories dl dt {
    width: auto;
    margin: 0 4vw 20px 0;
    padding-right: 4vw;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  #index.touch .categories dl dd {
    width: auto;
  }
  #index.touch .categories li {
    width: 22vw;
    max-width: none;
  }
  #index.touch .categories .img {
    width: 70%;
    margin: 0 0 10px 15%;
  }
  #index.touch .categories .img::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  #index.touch .categories a:hover .img::after, #index.touch .categories a:active .img::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  #index.touch .categories .txt {
    padding: 0 5px;
    font-size: 1.2rem;
  }
}
#index .news {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#index .news > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#index .news .txt {
  width: calc(100% - 160px);
  padding: 10px 0;
  overflow: hidden;
}
#index .news .txt div {
  display: block;
  overflow: visible;
  white-space: nowrap;
}
#index .news .txt span {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 115px;
  color: #4d4d4d;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#index .news .txt span::after {
  content: "PUSH";
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 50%;
  padding: 6px 12px;
  border: 1px solid #4d4d4d;
  font-size: 1.3rem;
  -webkit-transform: translate3d(0, -49%, 0);
          transform: translate3d(0, -49%, 0);
}
#index .news .btn {
  width: 160px;
}
#index .news .btn span {
  display: block;
  position: relative;
  width: 100px;
  margin: 0 auto;
  padding: 6px 0 7px 15px;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #004cad;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#index .news .btn span::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#index .news > div .txt {
  width: 100%;
}
#index .news > div .btn {
  display: none;
}
#index .news > a:hover, #index .news > a:active {
  background-color: #004cad;
}
#index .news > a:hover .txt span, #index .news > a:active .txt span {
  color: #fff;
}
#index .news > a:hover .txt span::after, #index .news > a:active .txt span::after {
  border: 1px solid #fff;
}
#index .news > a:hover .btn span, #index .news > a:active .btn span {
  border-color: #fff;
  color: #fff;
}
#index .news > a:hover .btn span::after, #index .news > a:active .btn span::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  #index .news > * {
    -webkit-transition: none;
    transition: none;
  }
  #index .news .txt {
    width: calc(100% - 90px);
  }
  #index .news .txt span {
    padding: 0 15px 0 80px;
    font-size: 1.4rem;
  }
  #index .news .txt span::after {
    left: 15px;
    padding: 4px 6px;
    font-size: 1.2rem;
  }
  #index .news .btn {
    width: 90px;
  }
  #index .news .btn span {
    width: 60px;
    padding: 5px 0 6px 8px;
    font-size: 1.2rem;
  }
  #index .news .btn span::after {
    right: 8px;
    width: 6px;
    height: 6px;
  }
  #index .news > a:hover, #index .news > a:active {
    background-color: #fff;
  }
  #index .news > a:hover .txt span, #index .news > a:active .txt span {
    color: #4d4d4d;
  }
  #index .news > a:hover .txt span::after, #index .news > a:active .txt span::after {
    border: 1px solid #4d4d4d;
  }
  #index .news > a:hover .btn span, #index .news > a:active .btn span {
    border-color: transparent;
    color: #fff;
  }
  #index .news > a:hover .btn span::after, #index .news > a:active .btn span::after {
    border-color: #fff;
  }
}
@-webkit-keyframes news-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes news-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#index > .tags {
  position: relative;
  padding: 40px calc(8% + 60px);
}
#index > .tags .slide {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.2;
  text-align: center;
}
#index > .tags .slide a {
  margin: 0 0.6em;
  outline: 0;
}
#index > .tags .sp-slide {
  display: none;
}
#index > .tags button {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 1;
  width: 36px;
  height: 36px;
  overflow: visible;
  cursor: pointer;
}
#index > .tags button.next {
  right: -48px;
}
#index > .tags button.next::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 25px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: width 0.2s ease-out, background-color 0.2s ease-out;
  transition: width 0.2s ease-out, background-color 0.2s ease-out;
}
#index > .tags button.next::after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  -webkit-transition: border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, border-color 0.2s ease-out;
  transition: transform 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#index > .tags button.next:hover::before, #index > .tags button.next:active::before {
  width: 36px;
  background-color: #004cad;
}
#index > .tags button.next:hover::after, #index > .tags button.next:active::after {
  border-color: #004cad;
  -webkit-transform: translateX(11px) rotate(45deg);
          transform: translateX(11px) rotate(45deg);
}
#index > .tags button.prev {
  left: -48px;
}
#index > .tags button.prev::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 25px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: width 0.2s ease-out, background-color 0.2s ease-out;
  transition: width 0.2s ease-out, background-color 0.2s ease-out;
}
#index > .tags button.prev::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0) rotate(-45deg);
          transform: translateX(0) rotate(-45deg);
  -webkit-transition: border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, border-color 0.2s ease-out;
  transition: transform 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#index > .tags button.prev:hover::before, #index > .tags button.prev:active::before {
  width: 36px;
  background-color: #004cad;
}
#index > .tags button.prev:hover::after, #index > .tags button.prev:active::after {
  border-color: #004cad;
  -webkit-transform: translateX(-11px) rotate(-45deg);
          transform: translateX(-11px) rotate(-45deg);
}
#index > .tags button.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
#index > .tags button span {
  display: none;
}
@media screen and (max-width: 767px) {
  #index > .tags {
    padding: 4vw 0;
  }
  #index > .tags .slide {
    padding: 0 8%;
    font-size: 1.3rem;
    line-height: 2.5;
  }
  #index > .tags .slide br {
    display: none;
  }
  #index > .tags button.next {
    right: 1.6%;
  }
  #index > .tags button.prev {
    left: 1.6%;
  }
  #index.touch > .tags {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #index.touch > .tags .slide {
    display: none;
  }
  #index.touch > .tags .sp-slide {
    display: inline-block;
    padding: 0 15px;
    font-size: 1.3rem;
    line-height: 2.5;
    text-align: center;
    white-space: nowrap;
  }
  #index.touch > .tags .sp-slide a {
    margin: 0 0.6em;
  }
}
#index .layout-switcher {
  display: none;
}
@media screen and (max-width: 767px) {
  #index .layout-switcher {
    display: block;
    position: relative;
    padding: 5vw 33vw;
    overflow: hidden;
  }
  #index .layout-switcher::before {
    content: "";
    display: block;
    position: absolute;
    left: 16%;
    right: 16%;
    top: 0;
    height: 1px;
    background-color: #e6e6e6;
  }
  #index .layout-switcher button {
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
  }
  #index .layout-switcher button:first-child {
    float: left;
  }
  #index .layout-switcher button:last-child {
    float: right;
  }
  #index .layout-switcher button img {
    display: block;
    width: 28px;
    height: 56px;
    margin-top: 0;
  }
  #index .layout-switcher button.active img {
    margin-top: -28px;
  }
}
#index .panels {
  padding: 0 8%;
}
#index .panels ul {
  opacity: 1;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
#index .panels ul.hidden {
  opacity: 0;
}
#index .panels ul li {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
#index .panels ul li.show {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#index .panels ul li.error {
  width: 100% !important;
  margin: 0 !important;
  padding: calc(50vh - 300px) 0 0 !important;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}
#index .panels ul.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
}
#index .panels ul.grid li {
  width: 23.2%;
  margin-right: 2.4%;
  padding-bottom: 2.4%;
  overflow: hidden;
}
#index .panels ul.grid li:nth-child(4n) {
  margin-right: 0;
}
#index .panels ul.grid a {
  display: block;
  position: relative;
}
#index .panels ul.grid a::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
}
#index .panels ul.grid a::after {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#index .panels ul.grid li[data-pict=people] a::before {
  background-image: url(../images/icon_people_white.svg);
}
#index .panels ul.grid li[data-pict=profile] a::before {
  background-image: url(../images/icon_profile_white.svg);
}
#index .panels ul.grid li[data-pict=voice] a::before {
  background-image: url(../images/icon_voice_white.svg);
}
#index .panels ul.grid li[data-pict=message] a::before {
  background-image: url(../images/icon_message_white.svg);
}
#index .panels ul.grid li[data-pict=archive] a::before {
  background-image: url(../images/icon_archive_white.svg);
}
#index .panels ul.grid li[data-pict=entry] a::before {
  background-image: url(../images/icon_entry_white.svg);
}
#index .panels ul.grid li[data-pict=pr] a::before {
  background-image: url(../images/icon_pr_white.svg);
}
#index .panels ul.grid li[data-pict=push] a::before {
  width: 68px;
  background-image: url(../images/icon_push_white.svg);
}
#index .panels ul.grid li[data-type=video] a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 87px;
  height: 87px;
  margin: -44px 0 0 -44px;
  background-image: url(../images/icon_play.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
}
#index .panels ul.grid .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index .panels ul.grid .img img {
  display: block;
}
#index .panels ul.grid .img img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#index .panels ul.grid .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
#index .panels ul.grid .txt h2 {
  width: 100%;
  padding: 0 5%;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
#index .panels ul.grid .txt img {
  display: none;
}
#index .panels ul.grid .txt p {
  width: 100%;
  padding: 12px 5% 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
#index .panels ul.grid .txt.hidden h2, #index .panels ul.grid .txt.hidden p {
  display: none;
}
#index .panels ul.grid .txt.show {
  opacity: 1;
}
#index .panels ul.grid .txt.show h2, #index .panels ul.grid .txt.show p {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#index .panels ul.grid a:hover .img img:last-child, #index .panels ul.grid a:active .img img:last-child {
  opacity: 1;
}
#index .panels ul.grid a:hover .txt, #index .panels ul.grid a:active .txt {
  opacity: 1;
}
#index .panels ul.grid a:hover::after, #index .panels ul.grid a:active::after {
  opacity: 0.3;
}
#index .panels ul.grid .tags {
  display: none;
}
#index .panels ul.list {
  display: none;
}
@media screen and (max-width: 1487px) {
  #index .panels ul.grid .txt h2 {
    font-size: 1.48vw;
  }
  #index .panels ul.grid .txt p {
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 767px) {
  #index .panels {
    padding: 0;
  }
  #index .panels ul.grid li {
    width: 31.2%;
    margin-right: 1.6%;
    padding-bottom: 1.6%;
  }
  #index .panels ul.grid li:nth-child(4n) {
    margin-right: 1.6%;
  }
  #index .panels ul.grid li:nth-child(3n+1) {
    margin-left: 1.6%;
  }
  #index .panels ul.grid li.error {
    padding: 22vh 0 0 !important;
    font-size: 1.4rem;
  }
  #index .panels ul.grid a::before {
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
  }
  #index .panels ul.grid li[data-pict=push] a::before {
    width: 40px;
  }
  #index .panels ul.grid li[data-type=video] a::after {
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
  }
  #index .panels ul.grid .img {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #index .panels ul.grid .img img:last-child {
    display: none;
  }
  #index .panels ul.grid .txt {
    display: none;
  }
  #index .panels ul.grid .txt.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9vw;
  }
  #index .panels ul.grid .txt.show h2 {
    font-size: 3.5vw;
    line-height: 1.3;
  }
  #index .panels ul.grid a:hover::after, #index .panels ul.grid a:active::after {
    opacity: 1;
  }
  #index .panels ul.list {
    display: block;
    padding-bottom: 8vw;
    border-top: 1px solid #e6e6e6;
  }
  #index .panels ul.list li {
    margin-top: 12vw;
  }
  #index .panels ul.list li .img {
    display: none;
  }
  #index .panels ul.list li .txt h2 {
    margin-left: 12px;
    padding: 5px 10px 3px 30px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 26px 26px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #index .panels ul.list li .txt h2 br {
    display: none;
  }
  #index .panels ul.list li .txt img {
    display: block;
    width: 100%;
    margin-top: 2vw;
  }
  #index .panels ul.list li .txt p {
    padding: 4vw 15px 0;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
  }
  #index .panels ul.list li .txt.hidden h2, #index .panels ul.list li .txt.hidden p {
    display: block;
  }
  #index .panels ul.list li .tags {
    padding: 2vw 15px 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #index .panels ul.list li.error {
    padding: 25vh 0 16vh !important;
    font-size: 1.4rem;
  }
  #index .panels ul.list li[data-pict=people] .txt h2 {
    background-image: url(../images/icon_people_black.svg);
  }
  #index .panels ul.list li[data-pict=profile] .txt h2 {
    background-image: url(../images/icon_profile_black.svg);
  }
  #index .panels ul.list li[data-pict=voice] .txt h2 {
    background-image: url(../images/icon_voice_black.svg);
  }
  #index .panels ul.list li[data-pict=message] .txt h2 {
    background-image: url(../images/icon_message_black.svg);
  }
  #index .panels ul.list li[data-pict=archive] .txt h2 {
    background-image: url(../images/icon_archive_black.svg);
  }
  #index .panels ul.list li[data-pict=entry] .txt h2 {
    background-image: url(../images/icon_entry_black.svg);
  }
  #index .panels ul.list li[data-pict=pr] .txt h2 {
    background-image: url(../images/icon_pr_black.svg);
  }
  #index .panels ul.list li[data-pict=push] .txt h2 {
    padding-left: 42px;
    background-image: url(../images/icon_push_black.svg);
    background-size: 35px auto;
    background-position: 0 58%;
  }
  #index .panels ul.list li[data-type=video] .txt p {
    position: relative;
  }
  #index .panels ul.list li[data-type=video] .txt p::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -33vw;
    z-index: 4;
    width: 87px;
    height: 87px;
    margin: -44px 0 0 -44px;
    background-image: url(../images/icon_play.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
  }
}

/* #index */
/*
--------------------------------
	entry
--------------------------------
*/
[id^=page-entry-] {
  /* ---- lead ---- */
  /* ---- data ---- */
  /* ---- flow ---- */
  /* ---- button ---- */
  /* ---- category links ---- */
}
[id^=page-entry-] .lead {
  padding: 70px 5vw;
  background-color: #004cad;
  color: #fff;
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  [id^=page-entry-] .lead {
    padding: 5.5vw 5vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  [id^=page-entry-] .lead {
    padding: 8vw 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}
[id^=page-entry-] .inner-body > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 930px;
  margin: 15px auto 0;
}
[id^=page-entry-] .inner-body > dl > dt {
  width: 210px;
  margin-top: 55px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
[id^=page-entry-] .inner-body > dl > dd {
  width: calc(100% - 210px);
  margin-top: 55px;
}
[id^=page-entry-] .inner-body > dl > dd p {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
[id^=page-entry-] .inner-body > dl > dd p:first-child {
  margin-top: 0;
}
[id^=page-entry-] .inner-body > dl > dd p.note {
  margin-top: 15px;
  font-size: 1.4rem;
}
[id^=page-entry-] .inner-body > dl > dd dl {
  margin-top: 30px;
}
[id^=page-entry-] .inner-body > dl > dd dl:first-child {
  margin-top: 0;
}
[id^=page-entry-] .inner-body > dl > dd dl dt {
  margin-top: 30px;
  color: #004cad;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
[id^=page-entry-] .inner-body > dl > dd dl dt:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  [id^=page-entry-] .inner-body > dl {
    display: block;
    margin-top: 10px;
  }
  [id^=page-entry-] .inner-body > dl > dt {
    width: auto;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  [id^=page-entry-] .inner-body > dl > dd {
    width: auto;
    margin-top: 12px;
  }
  [id^=page-entry-] .inner-body > dl > dd p {
    margin-top: 12px;
    font-size: 1.3rem;
  }
  [id^=page-entry-] .inner-body > dl > dd p.note {
    margin-top: 6px;
    font-size: 1.2rem;
  }
  [id^=page-entry-] .inner-body > dl > dd dl {
    margin-top: 12px;
  }
  [id^=page-entry-] .inner-body > dl > dd dl dt {
    margin-top: 12px;
    font-size: 1.3rem;
  }
}
[id^=page-entry-] .responsive-img {
  margin-top: 70px;
  text-align: center;
}
[id^=page-entry-] .responsive-img + p {
  max-width: 900px;
  margin: 55px auto 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  [id^=page-entry-] .responsive-img {
    margin-top: 20px;
  }
  [id^=page-entry-] .responsive-img + p {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
[id^=page-entry-] .button {
  margin-top: 100px;
  text-align: center;
}
[id^=page-entry-] .button a {
  display: inline-block;
  position: relative;
  width: 660px;
  max-width: 90%;
  padding: 38px 60px 42px;
  border-radius: 15px;
  background-color: #004cad;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: left;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
[id^=page-entry-] .button a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
  width: 58px;
  height: 100%;
  background-image: url(../images/icon_plane_white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  opacity: 0.5;
}
[id^=page-entry-] .button a:hover, [id^=page-entry-] .button a:active {
  color: #000;
}
[id^=page-entry-] .button a:hover::after, [id^=page-entry-] .button a:active::after {
  background-image: url(../images/icon_plane_black.svg);
  opacity: 1;
}
[id^=page-entry-] .button a.disabled {
  background-color: #e6e6e6;
  pointer-events: none;
  cursor: default;
}
[id^=page-entry-] .button span {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
[id^=page-entry-] .entry-period {
  margin-top: 30px;
  color: #004cad;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
[id^=page-entry-] .entry-period span {
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  [id^=page-entry-] .button {
    margin-top: 12vw;
  }
  [id^=page-entry-] .button a {
    max-width: 90%;
    padding: 18px 30px 22px;
    border-radius: 8px;
    font-size: 1.8rem;
    -webkit-transition: none;
    transition: none;
  }
  [id^=page-entry-] .button a:hover, [id^=page-entry-] .button a:active {
    color: #fff;
  }
  [id^=page-entry-] .button a:hover::after, [id^=page-entry-] .button a:active::after {
    background-image: url(../images/icon_plane_white.svg);
    opacity: 0.5;
  }
  [id^=page-entry-] .button a::after {
    right: 25px;
    width: 32px;
  }
  [id^=page-entry-] .button span {
    margin-top: 12px;
    font-size: 1.3rem;
  }
  [id^=page-entry-] .entry-period {
    margin-top: 4vw;
    font-size: 1.3rem;
  }
}
[id^=page-entry-] .category-links {
  margin: 100px 0 50px;
  padding: 35px 0 40px;
  background-color: #000;
}
[id^=page-entry-] .category-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 680px;
  margin: 0 auto;
}
[id^=page-entry-] .category-links ul li {
  width: 120px;
}
[id^=page-entry-] .category-links ul a {
  display: block;
  position: relative;
  padding-top: 66px;
  color: #808080;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
[id^=page-entry-] .category-links ul a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 54px;
  height: 54px;
  margin-left: -27px;
  background-repeat: no-repeat;
  background-size: 54px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
[id^=page-entry-] .category-links ul a:hover, [id^=page-entry-] .category-links ul a:active {
  color: #fff;
}
[id^=page-entry-] .category-links ul a:hover::after, [id^=page-entry-] .category-links ul a:active::after {
  opacity: 0.3;
}
[id^=page-entry-] .category-links ul li:nth-child(1) a::after {
  background-image: url(../images/icon_people_white.svg);
}
[id^=page-entry-] .category-links ul li:nth-child(2) a::after {
  background-image: url(../images/icon_profile_white.svg);
}
[id^=page-entry-] .category-links ul li:nth-child(3) a::after {
  background-image: url(../images/icon_voice_white.svg);
}
[id^=page-entry-] .category-links ul li:nth-child(4) a::after {
  background-image: url(../images/icon_message_white.svg);
}
[id^=page-entry-] .category-links ul li:nth-child(5) a::after {
  background-image: url(../images/icon_archive_white.svg);
}
@media screen and (max-width: 767px) {
  [id^=page-entry-] .category-links {
    margin: 12vw 0 2vw;
    padding: 20px 15px;
  }
  [id^=page-entry-] .category-links ul {
    width: 100%;
  }
  [id^=page-entry-] .category-links ul li {
    width: 20%;
  }
  [id^=page-entry-] .category-links ul a {
    height: 30px;
    padding-top: 0;
    -webkit-transition: none;
    transition: none;
  }
  [id^=page-entry-] .category-links ul a::after {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background-size: 30px;
    -webkit-transition: none;
    transition: none;
  }
  [id^=page-entry-] .category-links ul a:hover::after, [id^=page-entry-] .category-links ul a:active::after {
    opacity: 1;
  }
  [id^=page-entry-] .category-links ul span {
    display: none;
  }
}

/* [id^="page-entry-"] */
/*
--------------------------------
	entry > midcareer
--------------------------------
*/
#page-entry-midcareer .jobs li {
  position: relative;
  margin-top: 65px;
  padding: 0 0 65px 85px;
  border-bottom: 1px solid #e6e6e6;
}
#page-entry-midcareer .jobs li:nth-child(1) {
  margin-top: 0;
}
#page-entry-midcareer .jobs li::before {
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 44px;
  text-align: center;
}
#page-entry-midcareer .jobs li:nth-child(1)::before {
  content: "1";
}
#page-entry-midcareer .jobs li:nth-child(2)::before {
  content: "2";
}
#page-entry-midcareer .jobs li:nth-child(3)::before {
  content: "3";
}
#page-entry-midcareer .jobs li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #000;
}
#page-entry-midcareer .jobs h3 {
  padding-top: 5px;
  color: #004cad;
  font-size: 2rem;
  font-size: bold;
}
#page-entry-midcareer .jobs h3 span {
  display: block;
  margin-top: 7px;
  font-size: 1.6rem;
  font-size: normal;
}
#page-entry-midcareer .jobs .button {
  margin-top: 35px;
  text-align: left;
}
#page-entry-midcareer .jobs .button a {
  width: 336px;
  padding: 22px 25px 25px;
  border-radius: 10px;
  font-size: 1.8rem;
}
#page-entry-midcareer .jobs .button a::after {
  right: 25px;
  width: 34px;
}
#page-entry-midcareer .jobs .entry-period {
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-entry-midcareer .jobs li {
    margin-top: 8vw;
    padding: 0 0 8vw 45px;
  }
  #page-entry-midcareer .jobs li::before {
    left: 3px;
    top: 3px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    font-size: 1.2rem;
    line-height: 28px;
  }
  #page-entry-midcareer .jobs li::after {
    width: 34px;
    height: 34px;
    border-radius: 17px;
  }
  #page-entry-midcareer .jobs h3 {
    padding-top: 9px;
    font-size: 1.6rem;
  }
  #page-entry-midcareer .jobs h3 span {
    margin-top: 7px;
    font-size: 1.3rem;
  }
  #page-entry-midcareer .jobs .button {
    margin-top: 15px;
  }
  #page-entry-midcareer .jobs .button a {
    width: 210px;
    padding: 15px 18px 18px;
    border-radius: 8px;
    font-size: 1.3rem;
  }
  #page-entry-midcareer .jobs .button a::after {
    right: 18px;
    width: 22px;
  }
}

/* #page-entry-midcareer */
/*
--------------------------------
	entry > faq
--------------------------------
*/
#page-entry-faq {
  /* ---- heading ---- */
  /* ---- list ---- */
}
#page-entry-faq .inner-body > h2:first-child {
  margin-top: 0;
}
#page-entry-faq .inner-body > ul {
  margin-top: 60px;
}
#page-entry-faq .inner-body > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0 32px;
  background-image: url(../../recruit/images/dot_line.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 10px 3px;
}
#page-entry-faq .inner-body > ul li:first-child {
  background-image: none;
}
#page-entry-faq .inner-body > ul button {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
}
#page-entry-faq .inner-body > ul button::before, #page-entry-faq .inner-body > ul button::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 26px;
  height: 2px;
  background-color: #004cad;
}
#page-entry-faq .inner-body > ul button::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#page-entry-faq .inner-body > ul button span {
  display: none;
}
#page-entry-faq .inner-body > ul li.open button::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#page-entry-faq .inner-body > ul dl {
  width: calc(100% - 25px);
  padding: 0 0 0 25px;
}
#page-entry-faq .inner-body > ul dl dt {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  cursor: pointer;
}
#page-entry-faq .inner-body > ul dl dd {
  display: none;
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #page-entry-faq .inner-body > ul {
    margin-top: 30px;
  }
  #page-entry-faq .inner-body > ul li {
    padding: 0;
    background-size: 5px auto;
  }
  #page-entry-faq .inner-body > ul button {
    width: 15px;
    height: 15px;
    margin-top: 16px;
  }
  #page-entry-faq .inner-body > ul button::before, #page-entry-faq .inner-body > ul button::after {
    top: 7px;
    width: 15px;
    height: 1px;
  }
  #page-entry-faq .inner-body > ul dl {
    width: calc(100% - 15px);
    padding: 0 0 0 15px;
  }
  #page-entry-faq .inner-body > ul dl dt {
    display: block;
    padding: 14px 0 12px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  #page-entry-faq .inner-body > ul dl dd {
    padding: 0 0 12px 0;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.7;
  }
}

/* #page-entry-faq */
/* ---- faq button ---- */
.faq-button {
  margin-top: 70px;
  text-align: center;
}
.faq-button a {
  display: inline-block;
  position: relative;
  width: 300px;
  padding: 20px 35px;
  border-radius: 15px;
  background-color: #004cad;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: left;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.faq-button a::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 54px);
  top: calc(50% - 1px);
  width: 23px;
  height: 2px;
  background-color: #80a5d6;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.faq-button a::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 45px);
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-top: 2px solid #80a5d6;
  border-right: 2px solid #80a5d6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.faq-button a:hover, .faq-button a:active {
  color: #000;
}
.faq-button a:hover::before, .faq-button a:active::before {
  background-color: #000;
}
.faq-button a:hover::after, .faq-button a:active::after {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  .faq-button {
    margin-top: 8vw;
  }
  .faq-button a {
    width: 240px;
    padding: 18px 30px;
    border-radius: 8px;
    font-size: 1.8rem;
    -webkit-transition: none;
    transition: none;
  }
  .faq-button a::before {
    -webkit-transition: none;
    transition: none;
  }
  .faq-button a::after {
    -webkit-transition: none;
    transition: none;
  }
  .faq-button a:hover, .faq-button a:active {
    color: #fff;
  }
  .faq-button a:hover::before, .faq-button a:active::before {
    background-color: #80a5d6;
  }
  .faq-button a:hover::after, .faq-button a:active::after {
    border-color: #80a5d6;
  }
}
/*
--------------------------------
	entry > internship
--------------------------------
*/
#page-entry-internship {
  /* ---- common ---- */
  /* ---- heading ---- */
  /* ---- lead ---- */
  /* ---- introduction ---- */
  /* ---- process ---- */
  /* ---- message ---- */
  /* ---- interview heading ---- */
  /* ---- faq ---- */
  /* ---- contact ---- */
}
#page-entry-internship .ast {
  padding-right: 0.5em;
  font-family: sans-serif;
}
#page-entry-internship .note.with-ast {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#page-entry-internship .note.with-ast + .note {
  margin-top: 0;
}
#page-entry-internship h1.entry img {
  width: 400px;
}
#page-entry-internship h2 {
  margin-top: 180px;
  color: #000;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #page-entry-internship h1.entry img {
    width: 76vw;
  }
  #page-entry-internship h2 {
    margin-top: 16vw;
    font-size: 2.2rem;
  }
}
#page-entry-internship .lead strong {
  display: inline-block;
  padding-bottom: 20px;
  font-size: 77%;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  #page-entry-internship .lead strong {
    font-size: 92%;
  }
}
@media screen and (max-width: 767px) {
  #page-entry-internship .lead strong {
    padding-bottom: 15px;
    font-size: 92%;
  }
}
#page-entry-internship .introduction {
  display: block;
  max-width: none;
  margin: 180px 0 0;
}
#page-entry-internship .introduction dt {
  width: auto;
  margin-top: 85px;
  color: #004cad;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#page-entry-internship .introduction dd {
  width: auto;
  margin-top: 35px;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  #page-entry-internship .introduction dt {
    font-size: 2.2vw;
  }
  #page-entry-internship .introduction dd {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #page-entry-internship .introduction {
    margin-top: 16vw;
  }
  #page-entry-internship .introduction dt {
    margin-top: 12vw;
    font-size: 2rem;
    text-align: left;
  }
  #page-entry-internship .introduction dd {
    margin-top: 5vw;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: left;
  }
}
#page-entry-internship .process-lead {
  margin-top: 60px;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}
#page-entry-internship .process {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
#page-entry-internship .process dt {
  width: 270px;
  margin-top: 10px;
  padding-bottom: 20px;
  background-image: url(../../recruit/images/internship/flow_arrow_bk.svg);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
#page-entry-internship .process dt:nth-child(1) {
  background-image: url(../../recruit/images/internship/flow_arrow_bl.svg);
}
#page-entry-internship .process dt:nth-last-child(2) {
  padding-bottom: 0;
  background-image: none;
}
#page-entry-internship .process dt img {
  width: 200px;
}
#page-entry-internship .process dd {
  width: calc(100% - 270px);
  margin-top: 0;
  padding: 20px 0 30px;
}
#page-entry-internship .process dd strong {
  color: #004cad;
  font-size: 2rem;
  line-height: 1.3;
}
#page-entry-internship .process dd strong + p {
  margin-top: 20px;
}
@media screen and (max-width: 1279px) {
  #page-entry-internship .process-lead {
    font-size: 1.8vw;
  }
  #page-entry-internship .process dd strong + p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #page-entry-internship .process-lead {
    margin-top: 8vw;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: left;
  }
  #page-entry-internship .process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 0;
  }
  #page-entry-internship .process dt {
    width: 40%;
    margin-top: 6vw;
    padding-bottom: 15px;
    background-size: 90%;
  }
  #page-entry-internship .process dt img {
    width: 90%;
  }
  #page-entry-internship .process dd {
    width: 60%;
    margin-top: 6vw;
    padding: 5px 0 0;
  }
  #page-entry-internship .process dd strong {
    font-size: 1.5rem;
  }
  #page-entry-internship .process dd strong + p {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
#page-entry-internship .message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 930px;
  margin: 120px auto 0;
}
#page-entry-internship .message-box.img-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page-entry-internship .message-box.img-right .img {
  text-align: right;
}
#page-entry-internship .message-box .img {
  width: 35%;
}
#page-entry-internship .message-box .img img {
  width: 84%;
}
#page-entry-internship .message-box .txt {
  width: 65%;
}
#page-entry-internship .message-box .txt h3 {
  font-size: 3rem;
  font-weight: normal;
}
#page-entry-internship .message-box .txt h3 + p {
  margin-top: 15px;
  color: #004cad;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
}
#page-entry-internship .message-box .txt p + p {
  margin-top: 30px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  #page-entry-internship .message-box {
    display: block;
    margin: 8vw 0 0;
  }
  #page-entry-internship .message-box.img-right .img {
    text-align: center;
  }
  #page-entry-internship .message-box .img {
    width: auto;
    text-align: center;
  }
  #page-entry-internship .message-box .img img {
    width: 40%;
  }
  #page-entry-internship .message-box .txt {
    width: auto;
    margin-top: 4vw;
  }
  #page-entry-internship .message-box .txt h3 {
    font-size: 2rem;
    text-align: center;
  }
  #page-entry-internship .message-box .txt h3 + p {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
  #page-entry-internship .message-box .txt p + p {
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
#page-entry-internship .interview-heading {
  margin-top: 180px;
  background-color: #004cad;
  /*
  &::before {
  	content: "";
  	display: block;
  	height: 560px;
  	background: {
  		image: url(../../recruit/images/internship/img_0.jpg);
  		size: cover;
  		position: 50% 50%;
  	}
  }
  */
}
#page-entry-internship .interview-heading h2 {
  padding-top: 100px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
#page-entry-internship .interview-heading p {
  margin-top: 25px;
  padding-bottom: 100px;
  color: #fff;
  font-size: 2.6rem;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  #page-entry-internship .interview-heading::before {
    height: 43.75vw;
  }
  #page-entry-internship .interview-heading h2 {
    padding-top: 6.5vw;
    font-size: 1.656vw;
  }
  #page-entry-internship .interview-heading p {
    padding: 0 5vw 5.5vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #page-entry-internship .interview-heading {
    margin-top: 12vw;
  }
  #page-entry-internship .interview-heading::before {
    height: 50vw;
  }
  #page-entry-internship .interview-heading h2 {
    padding-top: 9vw;
    font-size: 1.38rem;
    font-weight: bold;
  }
  #page-entry-internship .interview-heading p {
    margin-top: 15px;
    padding: 0 15px 8vw;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}
#page-entry-internship .faq-heading {
  margin-top: 130px;
  color: #004cad;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
#page-entry-internship h2 + .faq-heading {
  margin-top: 100px;
}
#page-entry-internship .faq-body {
  margin-top: 60px;
}
#page-entry-internship .faq-body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0 32px;
  background-image: url(../../recruit/images/dot_line.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 10px 3px;
}
#page-entry-internship .faq-body li:first-child {
  background-image: none;
}
#page-entry-internship .faq-body li:only-child {
  background-image: url(../../recruit/images/dot_line.png);
  background-position: 0 100%;
}
#page-entry-internship .faq-body button {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
}
#page-entry-internship .faq-body button::before, #page-entry-internship .faq-body button::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 26px;
  height: 2px;
  background-color: #004cad;
}
#page-entry-internship .faq-body button::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#page-entry-internship .faq-body button span {
  display: none;
}
#page-entry-internship .faq-body li.open button::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#page-entry-internship .faq-body dl {
  width: calc(100% - 25px);
  padding: 0 0 0 25px;
}
#page-entry-internship .faq-body dl dt {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  cursor: pointer;
}
#page-entry-internship .faq-body dl dd {
  display: none;
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #page-entry-internship .faq-heading {
    margin-top: 10vw;
    font-size: 1.8rem;
  }
  #page-entry-internship h2 + .faq-heading {
    margin-top: 10vw;
  }
  #page-entry-internship .faq-body {
    margin-top: 2vw;
  }
  #page-entry-internship .faq-body li {
    padding: 0;
    background-size: 5px auto;
  }
  #page-entry-internship .faq-body button {
    width: 15px;
    height: 15px;
    margin-top: 16px;
  }
  #page-entry-internship .faq-body button::before, #page-entry-internship .faq-body button::after {
    top: 7px;
    width: 15px;
    height: 1px;
  }
  #page-entry-internship .faq-body dl {
    width: calc(100% - 15px);
    padding: 0 0 0 15px;
  }
  #page-entry-internship .faq-body dl dt {
    display: block;
    padding: 14px 0 12px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  #page-entry-internship .faq-body dl dd {
    padding: 0 0 12px 0;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.7;
  }
}
#page-entry-internship .contact {
  margin-top: 100px;
  line-height: 1.3;
  text-align: center;
}
#page-entry-internship .contact span {
  display: block;
}
#page-entry-internship .contact span:nth-child(1) {
  font-size: 3.2rem;
}
#page-entry-internship .contact span:nth-child(2) {
  margin-top: 45px;
  color: #004cad;
  font-size: 1.8rem;
  font-weight: bold;
}
#page-entry-internship .contact span:nth-child(3) {
  margin-top: 10px;
  font-size: 2.6rem;
}
#page-entry-internship .contact a {
  margin-left: 1em;
  color: #000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#page-entry-internship .contact a:hover, #page-entry-internship .contact a:active {
  color: #004cad;
}
#page-entry-internship .entry-period {
  margin-top: 30px;
  color: #004cad;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#page-entry-internship .entry-period span {
  font-family: sans-serif;
}
@media screen and (max-width: 1279px) {
  #page-entry-internship .contact span:nth-child(1) {
    font-size: 2.5vw;
  }
  #page-entry-internship .contact span:nth-child(2) {
    font-size: 1.4vw;
  }
  #page-entry-internship .contact span:nth-child(3) {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #page-entry-internship .contact {
    margin-top: 8vw;
  }
  #page-entry-internship .contact span:nth-child(1) {
    font-size: 2rem;
  }
  #page-entry-internship .contact span:nth-child(2) {
    margin-top: 5vw;
    font-size: 1.3rem;
  }
  #page-entry-internship .contact span:nth-child(3) {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  #page-entry-internship .contact a {
    margin-left: 0;
    -webkit-transition: none;
    transition: none;
  }
  #page-entry-internship .contact a:hover, #page-entry-internship .contact a:active {
    color: #000;
  }
  #page-entry-internship .entry-period {
    margin-top: 4vw;
    font-size: 1.3rem;
  }
}

/* #page-entry-internship */
/*
--------------------------------
	internship (modal)
--------------------------------
*/
#modal-intern {
  /* ---- entry button ---- */
}
#modal-intern .intern-entry-button {
  margin-top: 40px;
  text-align: center;
}
#modal-intern .intern-entry-button a {
  display: inline-block;
  position: relative;
  width: 336px;
  max-width: 90%;
  padding: 22px 25px 21px;
  border-radius: 10px;
  background-color: #004cad;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: left;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#modal-intern .intern-entry-button a::after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 0;
  width: 34px;
  height: 100%;
  background-image: url(../images/icon_plane_white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  opacity: 0.5;
}
#modal-intern .intern-entry-button a:hover, #modal-intern .intern-entry-button a:active {
  color: #000;
}
#modal-intern .intern-entry-button a:hover::after, #modal-intern .intern-entry-button a:active::after {
  background-image: url(../images/icon_plane_black.svg);
  opacity: 1;
}
#modal-intern .entry-button {
  display: none;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-intern .intern-entry-button {
    margin-top: 22px;
  }
  #modal-intern .intern-entry-button a {
    width: 210px;
    padding: 15px 18px 14px;
    border-radius: 8px;
    font-size: 1.3rem;
    -webkit-transition: none;
    transition: none;
  }
  #modal-intern .intern-entry-button a:hover, #modal-intern .intern-entry-button a:active {
    color: #fff;
  }
  #modal-intern .intern-entry-button a:hover::after, #modal-intern .intern-entry-button a:active::after {
    background-image: url(../images/icon_plane_white.svg);
    opacity: 0.5;
  }
  #modal-intern .intern-entry-button a::after {
    right: 18px;
    width: 22px;
  }
}

/* #modal-intern */
/*
--------------------------------
	internship modal
--------------------------------
*/
#modal-intern .intern-heading {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

/*
--------------------------------
	internship page
--------------------------------
*/
/* ---- title ---- */
.int-entry {
  padding: 200px 0 130px;
}

@media screen and (max-width: 767px) {
  .int-entry {
    padding: 30vw 0 18vw;
  }
}
/* ---- lead ---- */
#page-entry-internship .int-lead {
  padding: 100px 5vw;
  background-color: #004cad;
}
#page-entry-internship .int-lead h2 {
  margin-top: 0;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#page-entry-internship .int-lead p + h2 {
  margin-top: 70px;
}
#page-entry-internship .int-lead p {
  color: #cfdbed;
  margin-top: 25px;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  #page-entry-internship .int-lead h2 {
    font-size: 3rem;
  }
  #page-entry-internship .int-lead p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #page-entry-internship .int-lead {
    padding: 15vw 15px;
  }
  #page-entry-internship .int-lead h2 {
    font-size: 2.2rem;
    text-align: left;
  }
  #page-entry-internship .int-lead p + h2 {
    margin-top: 12vw;
  }
  #page-entry-internship .int-lead p {
    color: #fff;
    margin-top: 4vw;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.8;
    text-align: left;
  }
}
/* ---- process ---- */
[id^=page-entry-] .inner-body dl.process2 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 70px;
}
[id^=page-entry-] .inner-body dl.process2 > dt {
  width: 250px;
  height: 255px;
  margin-top: 30px;
}
[id^=page-entry-] .inner-body dl.process2 > dt:nth-child(1) {
  margin-top: 0;
}
[id^=page-entry-] .inner-body dl.process2 > dt img {
  width: 200px;
}
[id^=page-entry-] .inner-body dl.process2 > dt:nth-last-child(2) {
  height: 200px;
}
[id^=page-entry-] .inner-body dl.process2 > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 250px);
  margin-top: 30px;
  padding-bottom: 50px;
}
[id^=page-entry-] .inner-body dl.process2 > dd:nth-child(2) {
  margin-top: 0;
}
[id^=page-entry-] .inner-body dl.process2 > dd:last-child {
  padding-bottom: 0;
}
[id^=page-entry-] .inner-body dl.process2 > dd h3 {
  font-size: 2rem;
  line-height: 1.5;
}
[id^=page-entry-] .inner-body dl.process2 > dd h3.em {
  color: #004cad;
}
[id^=page-entry-] .inner-body dl.process2 > dd p {
  margin-top: 25px;
  line-height: 1.75;
}
[id^=page-entry-] .inner-body dl.process2 > dd .course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
[id^=page-entry-] .inner-body dl.process2 > dd .course .hd {
  position: relative;
  width: 240px;
  margin-top: 10px;
  padding-top: 0.2em;
  color: #004cad;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
}
[id^=page-entry-] .inner-body dl.process2 > dd .course .hd::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #666;
}
[id^=page-entry-] .inner-body dl.process2 > dd .course .hd span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 12px;
  background-color: #fff;
}
[id^=page-entry-] .inner-body dl.process2 > dd .course .bd {
  position: relative;
  z-index: 2;
  width: calc(100% - 240px);
  margin-top: 10px;
  padding-left: 12px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
}
[id^=page-entry-] .inner-body dl.process2 > dd .course .bd.indent {
  margin-left: -1.5em;
}
[id^=page-entry-] .inner-body dl.process2 > dd .course .bd .num {
  display: inline-block;
  width: 1.5em;
  color: #004cad;
}
[id^=page-entry-] .inner-body dl.process2 > dd.overflow {
  display: block;
  position: relative;
  padding-bottom: 0;
}
[id^=page-entry-] .inner-body dl.process2 > dd.overflow .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
[id^=page-entry-] .inner-body dl.process2 + .button {
  margin-top: 180px;
}

@media screen and (max-width: 1150px) {
  [id^=page-entry-] .inner-body dl.process2 > dt {
    height: auto;
  }
  [id^=page-entry-] .inner-body dl.process2 > dt:nth-last-child(2) {
    height: auto;
  }
  [id^=page-entry-] .inner-body dl.process2 > dd {
    height: auto;
  }
  [id^=page-entry-] .inner-body dl.process2 > dd .course {
    display: block;
    margin-top: 20px;
  }
  [id^=page-entry-] .inner-body dl.process2 > dd .course .hd {
    width: auto;
    margin-top: 20px;
    padding-top: 0;
  }
  [id^=page-entry-] .inner-body dl.process2 > dd .course .hd::before {
    content: none;
  }
  [id^=page-entry-] .inner-body dl.process2 > dd .course .hd span {
    padding-right: 0;
    background-color: transparent;
  }
  [id^=page-entry-] .inner-body dl.process2 > dd .course .bd {
    width: auto;
    margin-top: 5px;
    padding-left: 0;
    background-color: transparent;
  }
  [id^=page-entry-] .inner-body dl.process2 > dd .course .bd.indent {
    margin-left: 0;
    padding-left: 1.5em;
  }
  [id^=page-entry-] .inner-body dl.process2 > dd .course .bd .num {
    width: auto;
    text-indent: -1.5em;
  }
  [id^=page-entry-] .inner-body dl.process2 > dd.overflow .inner {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  [id^=page-entry-] .inner-body.intern dl.process2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 7vw;
  }
  [id^=page-entry-] .inner-body.intern dl.process2 > dt {
    width: 40%;
    margin-top: 6vw;
    padding-bottom: 15px;
  }
  [id^=page-entry-] .inner-body.intern dl.process2 > dt img {
    width: 90%;
  }
  [id^=page-entry-] .inner-body.intern dl.process2 > dt:nth-last-child(2) {
    height: auto;
  }
  [id^=page-entry-] .inner-body.intern dl.process2 > dd {
    width: 60%;
    margin-top: 6vw;
    padding-bottom: 11vw;
  }
  [id^=page-entry-] .inner-body.intern dl.process2 > dd h3 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  [id^=page-entry-] .inner-body.intern dl.process2 > dd p {
    margin-top: 5vw;
  }
  [id^=page-entry-] .inner-body.intern dl.process2 > dd.overflow {
    padding-bottom: 0;
  }
  [id^=page-entry-] .inner-body.intern dl.process2 > dd:last-child {
    padding-bottom: 5vw;
  }
  [id^=page-entry-] .inner-body.intern dl.process2 + .button {
    margin-top: 12vw;
  }
}
/* ---- others ---- */
#page .inner-body.intern > h2:first-child {
  margin-top: 110px;
}

[id^=page-entry-] .inner-body.intern > dl {
  max-width: 900px;
}

[id^=page-entry-] .inner-body.intern > dl > dt {
  width: 250px;
  color: #004cad;
}

[id^=page-entry-] .inner-body.intern > dl > dd {
  width: calc(100% - 250px);
}

[id^=page-entry-] .inner-body.intern p.note {
  margin-top: 30px;
  color: #666;
}

#page-entry-internship .intern h2 {
  margin-top: 170px;
}
#page-entry-internship .intern .ast {
  padding-right: 0.2em !important;
}
#page-entry-internship .intern .note.with-ast {
  padding-left: 1.2em !important;
  text-indent: -1.2em !important;
}

ol.common {
  list-style-type: none;
  counter-reset: ol-count;
  line-height: 1.75;
}
ol.common > li {
  position: relative;
  margin-top: 0;
  padding-left: 1.4em;
}
ol.common > li::before {
  counter-increment: ol-count;
  content: counter(ol-count) ".";
  position: absolute;
  left: 2px;
  top: 0;
  color: #004cad;
}

@media screen and (max-width: 767px) {
  #page .inner-body.intern > h2:first-child {
    margin-top: 15vw;
  }

  [id^=page-entry-] .inner-body.intern > dl > dt {
    width: auto;
  }

  [id^=page-entry-] .inner-body.intern > dl > dd {
    width: auto;
  }

  [id^=page-entry-] .inner-body.intern p.note {
    margin-top: 5vw;
  }

  #page-entry-internship .intern h2 {
    margin-top: 20vw;
  }
}
/*
--------------------------------
	about > workstyle
--------------------------------
*/
#modal-about-workstyle {
  /* ---- tags ---- */
}
#modal-about-workstyle .txt-body .tags a {
  color: #004cad;
  font-weight: bold;
}
#modal-about-workstyle .txt-body .tags a:hover, #modal-about-workstyle .txt-body .tags a:active {
  color: #000;
}

/* #modal-about-workstyle */
/*
--------------------------------
	about > mission
--------------------------------
*/
#modal-about-mission {
  /* ---- tagline ---- */
  /* ---- ceo ---- */
  /* ---- slogan ---- */
}
#modal-about-mission .txt-body .tagline {
  margin-top: 50px;
  font-size: 4.5vw;
  font-weight: normal;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-about-mission .txt-body .tagline {
    margin-top: 25px;
    font-size: 9vw;
  }
}
#modal-about-mission .txt-body .ceo {
  margin-top: 60px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: right;
}
#modal-about-mission .txt-body .ceo span {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-about-mission .txt-body .ceo {
    margin-top: 35px;
    font-size: 1.1rem;
  }
  #modal-about-mission .txt-body .ceo span {
    font-size: 1.3rem;
  }
}
#modal-about-mission .txt-body .slogan {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.1;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-about-mission .txt-body .slogan {
    margin-top: 25px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

/* #modal-about-mission */
/*
--------------------------------
	about > business
--------------------------------
*/
#modal-about-business {
  /* ---- chart ---- */
  /* ---- list ---- */
}
#modal-about-business .txt-body .chart {
  padding: 25px 0 0 45px;
}
#modal-about-business .txt-body .chart img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-about-business .txt-body .chart {
    width: 100%;
    padding: 15px 0 0 15px;
  }
}
#modal-about-business .txt-body ul {
  padding-top: 10px;
}
#modal-about-business .txt-body ul li {
  padding: 20px 0 20px 110px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 56px;
}
#modal-about-business .txt-body ul li:nth-child(1) {
  background-image: url(../images/icon_music.svg);
}
#modal-about-business .txt-body ul li:nth-child(2) {
  background-image: url(../images/icon_video.svg);
}
#modal-about-business .txt-body ul li:nth-child(3) {
  background-image: url(../images/icon_phone.svg);
}
#modal-about-business .txt-body ul li:nth-child(4) {
  background-image: url(../images/icon_globe.svg);
}
#modal-about-business .txt-body ul dl dt {
  font-size: 2rem;
  font-weight: bold;
}
#modal-about-business .txt-body ul dl dd {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}
#modal-about-business ul + p {
  margin: 40px 0 0 110px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-about-business .txt-body ul {
    padding: 12vw 0 0 15px;
  }
  #modal-about-business .txt-body ul li {
    padding: 60px 0 12vw 0;
    background-position: 50% 0;
    background-size: 44px;
  }
  #modal-about-business .txt-body ul dl {
    text-align: center;
  }
  #modal-about-business .txt-body ul dl dt {
    font-size: 1.3rem;
  }
  #modal-about-business .txt-body ul dl dd {
    margin-top: 5px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  #modal-about-business ul + p {
    margin: 10px 0 0 0;
    font-size: 1.3rem;
    text-align: center;
  }
}

/* #modal-about-business */
/*
--------------------------------
	about > job
--------------------------------
*/
#modal-about-job {
  /* ---- lead ---- */
  /* ---- chart ---- */
  /* ---- list ---- */
}
#modal-about-job .txt-body .lead + .text {
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-about-job .txt-body .lead + .text {
    font-size: 1.4rem;
  }
}
#modal-about-job .txt-body .chart {
  padding: 25px 0 0 25px;
}
#modal-about-job .txt-body .chart img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-about-job .txt-body .chart {
    padding: 15px 0 0 15px;
  }
}
#modal-about-job .txt-body dl {
  margin-top: 30px;
}
#modal-about-job .txt-body dl dt {
  margin-top: 60px;
}
#modal-about-job .txt-body dl dt:first-child {
  margin-top: 0;
}
#modal-about-job .txt-body dl dt .tags a {
  font-size: 2rem;
  font-weight: bold;
}
#modal-about-job .txt-body dl dt p {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
#modal-about-job .txt-body dl dd p {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
}
#modal-about-job .txt-body dl dd .jobs {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
}
#modal-about-job .txt-body dl dd .jobs span {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-about-job .txt-body dl {
    margin-top: 10px;
  }
  #modal-about-job .txt-body dl dt {
    margin-top: 40px;
  }
  #modal-about-job .txt-body dl dt .tags a {
    font-size: 1.6rem;
  }
  #modal-about-job .txt-body dl dt p {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  #modal-about-job .txt-body dl dd p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  #modal-about-job .txt-body dl dd .jobs {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

/* #modal-about-job */
/*
--------------------------------
	archive > 01
--------------------------------
*/
#modal-archive-01 {
  /* ---- credit ---- */
  /* ---- history ---- */
}
#modal-archive-01 .credit {
  margin-top: 30px;
  color: #ccc;
  font-size: 1.2rem;
  font-weight: normal;
  font-style: italic;
  text-align: right;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-archive-01 .credit {
    margin-top: 20px;
    font-size: 1.1rem;
  }
}
#modal-archive-01 .history {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
}
#modal-archive-01 .history::before {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  right: 25%;
  top: 0;
  height: 1px;
  background-color: #e6e6e6;
}
#modal-archive-01 .history h2 {
  margin-top: 0 !important;
  color: #000 !important;
  font-size: 1.7rem !important;
}
#modal-archive-01 .history h3 {
  width: 5em;
  font-size: 1.3rem !important;
  text-align: right;
}
#modal-archive-01 .history dl {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8;
  overflow: hidden;
}
#modal-archive-01 .history dl dt {
  float: left;
  clear: left;
  width: 5em;
  padding-top: 8px;
  text-align: right;
}
#modal-archive-01 .history dl dd {
  float: left;
  width: calc(100% - 5em);
  padding: 8px 0 0 30px;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-archive-01 .history {
    margin-top: 45px;
    padding-top: 45px;
  }
  #modal-archive-01 .history h2 {
    font-size: 1.5rem !important;
  }
  #modal-archive-01 .history h3 {
    font-size: 1.2rem !important;
  }
  #modal-archive-01 .history dl {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  #modal-archive-01 .history dl dd {
    padding: 8px 0 0 20px;
  }
}

/* #modal-archive-01 */
/*
--------------------------------
	archive > 03
--------------------------------
*/
[id^=modal-archive-03-] {
  /* ---- flow ---- */
}
[id^=modal-archive-03-] .flow {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
}
[id^=modal-archive-03-] .flow::before {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  right: 25%;
  top: 0;
  height: 1px;
  background-color: #e6e6e6;
}
[id^=modal-archive-03-] .flow h2 {
  margin-top: 0 !important;
  padding-bottom: 10px;
  font-size: 1.7rem !important;
}
[id^=modal-archive-03-] .flow dl {
  font-size: 1.4rem;
  line-height: 1.8;
}
[id^=modal-archive-03-] .flow dl dt {
  margin-top: 15px;
  font-weight: bold;
}
[id^=modal-archive-03-] .flow dl dd {
  font-weight: normal;
}
[id^=modal-archive-03-] .flow p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-archive-03-] .flow {
    margin-top: 45px;
    padding-top: 45px;
  }
  [id^=modal-archive-03-] .flow h2 {
    font-size: 1.5rem !important;
  }
  [id^=modal-archive-03-] .flow dl {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  [id^=modal-archive-03-] .flow dl dt {
    margin-top: 10px;
  }
  [id^=modal-archive-03-] .flow p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

/* [id^="modal-archive-03-"] */
/*
--------------------------------
	archive > 04
--------------------------------
*/
[id^=modal-archive-04-] {
  /* ---- interview ---- */
  /* ---- page ---- */
  /* ---- page index ---- */
  /* ---- profile ---- */
}
[id^=modal-archive-04-] .interview {
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
}
[id^=modal-archive-04-] .interview dt {
  float: left;
  clear: left;
  width: 3.5em;
  margin-top: 30px;
  color: #004cad;
}
[id^=modal-archive-04-] .interview dt.p3 {
  width: 9.5em;
}
[id^=modal-archive-04-] .interview dd {
  float: left;
  width: calc(100% - 3.5em);
  margin-top: 30px;
}
[id^=modal-archive-04-] .interview dd.p3 {
  width: calc(100% - 9.5em);
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-archive-04-] .interview {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  [id^=modal-archive-04-] .interview dt {
    margin-top: 15px;
  }
  [id^=modal-archive-04-] .interview dd {
    margin-top: 15px;
  }
}
[id^=modal-archive-04-] .page {
  margin-top: 60px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-archive-04-] .page {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
[id^=modal-archive-04-] .page-index {
  margin-top: 30px;
  padding: 15px 0;
  border-top: 3px solid #004cad;
  border-bottom: 3px solid #004cad;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
[id^=modal-archive-04-] .page-index li {
  padding: 10px 0;
}
[id^=modal-archive-04-] .page-index a {
  padding-right: 50px;
}
[id^=modal-archive-04-] .page-index a.current {
  color: #999;
  pointer-events: none;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-archive-04-] .page-index {
    margin-top: 20px;
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  [id^=modal-archive-04-] .page-index li {
    padding: 6px 0;
  }
  [id^=modal-archive-04-] .page-index a {
    padding-right: 40px;
  }
}
[id^=modal-archive-04-] .profile {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  /*
  &::before {
  	content: "";
  	display: block;
  	position: absolute;
  	left: 25%;
  	right: 25%;
  	top: 0;
  	height: 1px;
  	background-color: #e6e6e6;
  }
  */
}
[id^=modal-archive-04-] .profile li {
  float: left;
  width: 48%;
  margin: 30px 4% 0 0;
  padding-top: 22%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
[id^=modal-archive-04-] .profile li:nth-child(2n) {
  margin-right: 0;
}
[id^=modal-archive-04-] .profile li:nth-child(1) {
  background-image: url(../../archive/images/04/prf_5_pc.jpg);
}
[id^=modal-archive-04-] .profile li:nth-child(2) {
  background-image: url(../../archive/images/04/prf_1_pc.jpg);
}
[id^=modal-archive-04-] .profile li:nth-child(3) {
  background-image: url(../../archive/images/04/prf_6_pc.jpg);
}
[id^=modal-archive-04-] .profile li:nth-child(4) {
  background-image: url(../../archive/images/04/prf_3_pc.jpg);
}
[id^=modal-archive-04-] .profile li:nth-child(5) {
  background-image: url(../../archive/images/04/prf_4_pc.jpg);
}
[id^=modal-archive-04-] .profile li:nth-child(6) {
  background-image: url(../../archive/images/04/prf_2_pc.jpg);
}
[id^=modal-archive-04-] .profile li strong {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
[id^=modal-archive-04-] .profile li p {
  margin-top: 10px;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.7;
}
[id^=modal-archive-04-] .profile li p + p {
  margin-top: 10px;
  color: #4d4d4d;
  font-weight: normal;
}
@media screen and (max-width: 1079px) {
  [id^=modal-archive-04-] .profile {
    padding-top: 20px;
  }
  [id^=modal-archive-04-] .profile li {
    float: none;
    width: auto;
    margin: 25px 0 0 0;
    padding-top: 32%;
  }
  [id^=modal-archive-04-] .profile li:nth-child(1) {
    background-image: url(../../archive/images/04/prf_1_sp.jpg);
  }
  [id^=modal-archive-04-] .profile li:nth-child(2) {
    background-image: url(../../archive/images/04/prf_2_sp.jpg);
  }
  [id^=modal-archive-04-] .profile li:nth-child(3) {
    background-image: url(../../archive/images/04/prf_3_sp.jpg);
  }
  [id^=modal-archive-04-] .profile li:nth-child(4) {
    background-image: url(../../archive/images/04/prf_4_sp.jpg);
  }
  [id^=modal-archive-04-] .profile li:nth-child(5) {
    background-image: url(../../archive/images/04/prf_5_sp.jpg);
  }
  [id^=modal-archive-04-] .profile li:nth-child(6) {
    background-image: url(../../archive/images/04/prf_6_sp.jpg);
  }
  [id^=modal-archive-04-] .profile li strong {
    font-size: 1.3rem;
  }
  [id^=modal-archive-04-] .profile li p {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  [id^=modal-archive-04-] .profile li p + p {
    margin-top: 5px;
  }
}

/* [id^="modal-archive-04-"] */
/*
--------------------------------
	archive > 06
--------------------------------
*/
#modal-archive-06 {
  /* ---- first heading ---- */
  /* ---- last paragraph ---- */
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-archive-06 .txt-body h2:first-child span {
    display: inline;
  }
}
#modal-archive-06 .txt-body .text:last-child {
  margin-top: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  #modal-archive-06 .txt-body .text:last-child {
    margin-top: 35px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* #modal-archive-06 */
/*
--------------------------------
	people
--------------------------------
*/
[id^=modal-people-] {
  /* ---- question ---- */
}
[id^=modal-people-] .txt-body .question {
  margin-top: 70px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-people-] .txt-body .question {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

/* [id^="modal-people-"] */
/*
--------------------------------
	interview
--------------------------------
*/
[id^=modal-interview-] {
  /* ---- lead ---- */
  /* ---- profile ---- */
  /* ---- profile open button ---- */
  /* ---- interview ---- */
  /* ---- page ---- */
  /* ---- page index ---- */
}
[id^=modal-interview-] .interview-lead {
  color: #004cad;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-interview-] .interview-lead {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
[id^=modal-interview-] .profile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
[id^=modal-interview-] .profile .img {
  width: 110px;
}
[id^=modal-interview-] .profile .img img {
  width: 80px;
}
[id^=modal-interview-] .profile .txt {
  width: calc(100% - 110px);
}
[id^=modal-interview-] .profile .name {
  padding-top: 18px;
  font-size: 1.6rem;
  font-weight: bold;
}
[id^=modal-interview-] .profile .tags {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  padding-right: 45px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.8;
}
[id^=modal-interview-] .profile .tags a:first-child {
  margin-left: 1.2em;
}
[id^=modal-interview-] .profile .fold {
  display: none;
}
[id^=modal-interview-] .profile .fold p {
  padding-top: 10px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8;
}
[id^=modal-interview-] .profile .fold p:first-child {
  padding-top: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-interview-] .profile li {
    padding-top: 20px;
  }
  [id^=modal-interview-] .profile .img {
    width: 80px;
  }
  [id^=modal-interview-] .profile .img img {
    width: 70px;
  }
  [id^=modal-interview-] .profile .txt {
    width: calc(100% - 80px);
  }
  [id^=modal-interview-] .profile .name {
    padding-top: 8px;
    font-size: 1.4rem;
  }
  [id^=modal-interview-] .profile .tags {
    margin-top: 5px;
    padding-right: 35px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  [id^=modal-interview-] .profile .fold p {
    padding-top: 8px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
[id^=modal-interview-] .profile button {
  position: absolute;
  right: 0;
  top: calc(50% - 13px);
  width: 26px;
  height: 26px;
  border: 2px solid #004cad;
  border-radius: 13px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
[id^=modal-interview-] .profile button::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 12px;
  height: 2px;
  background-color: #004cad;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
[id^=modal-interview-] .profile button::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 12px;
  height: 2px;
  background-color: #004cad;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
[id^=modal-interview-] .profile button:hover, [id^=modal-interview-] .profile button:active {
  border-color: #999;
}
[id^=modal-interview-] .profile button:hover::before, [id^=modal-interview-] .profile button:hover::after, [id^=modal-interview-] .profile button:active::before, [id^=modal-interview-] .profile button:active::after {
  background-color: #999;
}
[id^=modal-interview-] .profile button span {
  display: none;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-interview-] .profile button {
    top: calc(100% - 26px);
    width: 24px;
    height: 24px;
    border-width: 1px;
    border-radius: 12px;
    -webkit-transition: none;
    transition: none;
  }
  [id^=modal-interview-] .profile button::before {
    left: 5px;
    top: 11px;
    width: 12px;
    height: 1px;
    -webkit-transition: none;
    transition: none;
  }
  [id^=modal-interview-] .profile button::after {
    left: 5px;
    top: 11px;
    width: 12px;
    height: 1px;
    -webkit-transition: none;
    transition: none;
  }
  [id^=modal-interview-] .profile button:hover, [id^=modal-interview-] .profile button:active {
    border-color: #004cad;
  }
  [id^=modal-interview-] .profile button:hover::before, [id^=modal-interview-] .profile button:hover::after, [id^=modal-interview-] .profile button:active::before, [id^=modal-interview-] .profile button:active::after {
    background-color: #004cad;
  }
}
[id^=modal-interview-] .interview {
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
}
[id^=modal-interview-] .interview dt {
  float: left;
  clear: left;
  width: 3.5em;
  margin-top: 30px;
  color: #004cad;
}
[id^=modal-interview-] .interview dt.p2 {
  width: 6.5em;
}
[id^=modal-interview-] .interview dd {
  float: left;
  width: calc(100% - 3.5em);
  margin-top: 30px;
}
[id^=modal-interview-] .interview dt.p2 + dd {
  width: calc(100% - 6.5em);
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-interview-] .interview {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  [id^=modal-interview-] .interview dt {
    margin-top: 15px;
  }
  [id^=modal-interview-] .interview dd {
    margin-top: 15px;
  }
}
[id^=modal-interview-] .page {
  margin-top: 60px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-interview-] .page {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
[id^=modal-interview-] .page-index {
  margin-top: 30px;
  padding: 15px 0;
  border-top: 3px solid #004cad;
  border-bottom: 3px solid #004cad;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
[id^=modal-interview-] .page-index li {
  padding: 10px 0;
}
[id^=modal-interview-] .page-index a {
  padding-right: 50px;
}
[id^=modal-interview-] .page-index a.current {
  color: #999;
  pointer-events: none;
}
@media screen and (max-width: 767px), (orientation: portrait) {
  [id^=modal-interview-] .page-index {
    margin-top: 20px;
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  [id^=modal-interview-] .page-index li {
    padding: 6px 0;
  }
  [id^=modal-interview-] .page-index a {
    padding-right: 40px;
  }
}

/* [id^="modal-interview-"] */