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: 90px;
    padding-left: 10px;
  }
  #header > div .logo img {
    width: 80px;
  }
  #header > div .title {
    width: calc(100% - 180px);
    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: 120px;
  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: 60px;
    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;
  }
}


/*
--------------------------------
	page
--------------------------------
*/

#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;
  }
}


/*
--------------------------------
	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 {
  display: block;
  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;
  }
}


/*
--------------------------------
	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;
  }
}
