@charset "UTF-8";
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
}
pre,
textarea {
  overflow: auto;
}
:root,
[aria-disabled] {
  cursor: default;
}
*,dd,div,dl,dt,figure,h1,h2,h3,h4,h5,h6,html,img,li,nav,ol,p,ul {
  margin: 0;
  padding: 0;
}
li,nav ol,nav ul,ol,ul {
  list-style: none;
}
:root,header {
  background-color: #fff;
}
.p-interviewList__item:focus,a,button {
  outline: 0;
}
[hidden],audio:not([controls]),template {
  display: none;
}
button {
  overflow: visible;
}
details,main,summary {
  display: block;
}
input {
  -webkit-border-radius: 0;
}
input[type="number"] {
  width: auto;
}
.l-header,
body,
header {
  width: 100%;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
svg:not(:root) {
  overflow: hidden;
}
textarea {
  resize: vertical;
}
*,
::after,
::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}
:root,
html * {
  box-sizing: border-box;
}
* {
  font-size: inherit;
  line-height: inherit;
  background-repeat: no-repeat;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
.c-btn,
.l-navi__item,
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
:root {
  color: #000;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
[type="month"],
[type="password"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
[type="button"],
[type="reset"],
[type="submit"],
[type="number"],
[type="search"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
button,
select,
textarea {
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
.c-btn,
a {
  cursor: pointer;
}
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
.l-header.is-fixed,
header {
  position: fixed;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}
body,
input,
td,
textarea,
th {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana,
    sans-serif;
  line-height: 1.5;
  font-size: 1.4rem;
}
.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.row:after {
  clear: both;
}
body {
  word-wrap: break-word;
}
address,
em {
  font-style: normal;
}
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
a,
main {
  color: #333;
}
.p-entryNavi__item,
a {
  -webkit-transition: 0.2s all ease;
}
a:active:hover,
a:hover,
a:hover:hover,
a:link:hover,
a:visited:hover {
  opacity: 0.6;
}
a:hover {
  text-decoration: underline;
}
.l-navi__item a,
.p-entryNavi__link:hover,
.p-interviewList__item a:hover,
.p-interviewPick__item a:hover {
  text-decoration: none;
}
main {
  text-align: left;
  font-size: 1.6rem;
  position: relative;
}
a {
  transition: 0.2s all ease;
}
img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  main {
    margin-top: 80px;
  }
  .breadcrumbs {
    background: rgba(244, 243, 239, 0.8);
    width: 100%;
    padding: 13px 0;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  .breadcrumbs-inner {
    font-size: 11px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .breadcrumbs span {
    font-size: 11px;
  }
  .breadcrumbs a span {
    color: #ff8300;
  }
}
header {
  left: 0;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  min-width: 1000px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 50px;
  }
  header {
    background-color: transparent;
    width: 100%;
    min-width: 100%;
  }
  .l-header {
    position: fixed;
  }
  .breadcrumbs {
    background: rgba(244, 243, 239, 0.8);
    width: 100%;
    padding: 3.733vw 4vw;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  .breadcrumbs-inner {
    font-size: 2.933vw;
  }
  .breadcrumbs span {
    font-size: 2.933vw;
  }
  .breadcrumbs a span {
    color: #ff8300;
  }
}
.l-header {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.l-header .l-inr {
  background: #fff;
}
.l-header__logo {
  float: left;
}
@media only screen and (min-width: 768px) {
  .l-header {
    height: 80px;
  }
  .l-header__logo {
    padding-top: 10px;
  }
  .l-header img {
    width: 332px;
    height: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header .l-inr {
    height: 50px;
  }
  .l-header__logo {
    padding-top: 8px;
  }
  .l-header img {
    width: 213px;
    height: 37px;
    padding-left: 16px;
  }
}
.l-header .l-header-menu {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
.l-header .l-header-menu span {
  display: block;
  width: 100%;
  margin: 0 auto 7px;
  height: 2px;
  background: #ff8300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.l-header .l-header-menu span:last-child {
  margin-bottom: 0;
}
.l-navi__item {
  font-size: 1.4rem;
  display: inline-block;
}
.l-navi__item--title {
  font-size: 1.1rem;
  color: #acacac;
}
.l-navi__item--button a {
  line-height: 1;
  background: #ff5a00;
  color: #fff;
  padding: 12px 30px;
  border-radius: 20px;
  position: relative;
}
.l-navi__item--button a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  display: block;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
.l-navi__item a {
  color: #484848;
  font-size: 1.6rem;
  display: block;
  font-weight: 700;
}
.l-navi__item a.is-page {
  color: #ff8300;
}
@media only screen and (min-width: 768px) {
  .l-navi {
    float: right;
    line-height: 80px;
    font-weight: 700;
  }
  .l-navi__item--link {
    padding-right: 24px;
  }
  .l-navi__item--title {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    font-size: 1.1rem;
    color: #acacac;
    padding-left: 24px;
    padding-right: 18px;
    background-image: url(../images/top/header__titleImage.svg);
    background-size: 4px;
    background-position: left;
  }
  .l-navi__item--button a {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .l-navi,
  .l-navi__item {
    width: 100%;
    text-align: center;
  }
  .l-navi {
    top: 0;
    left: 0;
    height: 100%;
  }
  .l-navi__list {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 0.9);
  }
  .l-navi__item {
    line-height: 1;
    border: none;
  }
  .l-navi__item--link a {
    padding: 10px 0;
  }
  .l-navi__item--title {
    background-image: url(../images/top/header__titleImage_sp.svg);
    background-size: 148px;
    background-position: top;
    margin: 13px 0 0;
    padding: 25px 0 5px;
  }
  .l-navi__item--button {
    width: 160px;
    height: 40px;
    margin: 20px auto 0;
  }
  .l-navi__item--button a {
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
  }
}
.navigation {
  display: none;
}
.navigation.js_appear,
.pagetop a {
  display: block;
}
.js_humburgerOpen .el_humburger > span.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.l-footer {
  padding: 26px 0;
  background-color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer__logo {
    width: 237px;
    height: 48px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__logo {
    width: 173px;
    height: 35px;
    margin-bottom: 10px;
  }
}
.l-footer__copy {
  font-size: 1.2rem;
  color: #7b7b7b;
}
.pagetop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  line-height: 1;
  position: fixed;
  z-index: 999;
}
.c-btn,
.c-titlebox,
.p-hero,
.p-message__text {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pagetop {
    width: 50px;
    left: 50%;
    margin-left: 475px;
    bottom: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop {
    width: 40px;
    right: 3%;
    bottom: 3%;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.c-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.c-btn--outline {
  border: 1px solid;
  color: #333;
}
.c-btn--outline:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}
.c-btn--normal {
  height: 50px;
  font-size: 1.6rem;
  line-height: 48px;
}
@media only screen and (min-width: 768px) {
  .c-btn--normal {
    width: 160px;
  }
}
.c-titlebox {
  display: block;
  padding-top: 85px;
  padding-bottom: 85px;
  background-size: cover;
  background-position: center;
  text-align: center;
  border-top: 4px solid #ff8300;
  color: #fff;
  font-weight: 700;
}
.c-title {
  text-align: center;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  .c-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--normal {
    width: 100%;
  }
  .c-titlebox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-title {
    font-size: 1.8rem;
  }
}
.c-title [lang="en"] {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.c-title [lang="ja"] {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-title--small [lang="en"] {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title--small [lang="en"] {
    font-size: 2.1rem;
  }
}
.c-title--small [lang="ja"] {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .c-title--normal [lang="en"] {
    font-size: 3rem;
  }
  .c-wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-title--normal [lang="en"] {
    font-size: 2.4rem;
  }
}
.c-title--normal [lang="ja"] {
  font-size: 1.2rem;
}
.c-subtitle {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .c-wrap--wide {
    max-width: 848px;
  }
  .c-wrap--normal {
    max-width: 764px;
  }
}
.p-entry {
  height: 300px;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.p-entry--white {
  background-image: url(../images/top/entry__bgImage.png);
}
.p-entry--black {
  background-color: #575757;
  color: #fff;
}
.p-entryNavi {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-subtitle {
    font-size: 1.4rem;
  }
  .c-wrap {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .p-entry {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-entry--white {
    background-size: 30%;
    padding-bottom: 80px;
  }
  .p-entryNavi {
    padding: 0 3%;
    margin-top: 30px;
  }
}
.p-entryNavi__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 80px;
  border-radius: 6px;
  transition: 0.2s all ease;
}
.p-entryNavi__item:nth-of-type(1) {
  width: 400px;
  background-color: #51c2f6;
}
@media only screen and (max-width: 767px) {
  .p-entryNavi__item:nth-of-type(1) {
    width: 100%;
  }
}
.p-entryNavi__item:nth-of-type(2) {
  width: 400px;
  background-color: #fb7436;
}
@media only screen and (max-width: 767px) {
  .p-entryNavi__item:nth-of-type(2) {
    width: 100%;
  }
}
.p-entryNavi__item:nth-of-type(3) {
  width: 400px;
  background-color: #68ce70;
}
.p-entryNavi__item:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .p-entryNavi__item:nth-of-type(3) {
    width: 100%;
    height: 50px;
  }
  .p-entryNavi__item {
    margin-bottom: 20px;
  }
}
.p-entryNavi__link {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff !important;
  text-align: center;
  position: relative;
}
.p-entryNavi__link::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
}
.p-entryNavi__caption,
.p-entryNavi__text {
  display: table-cell;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.p-entryNavi__caption {
  width: 50%;
  font-size: 1rem;
  background-size: 4px 80px;
  background-position: right;
}
.p-entryNavi__caption--blue {
  text-align: left;
  padding-left: 5%;
  background-image: url(../images/top/entryNavi__border--blue.svg);
}
@media only screen and (max-width: 767px) {
  .p-entryNavi__caption {
    width: 60%;
  }
  .p-entryNavi__caption--blue {
    padding-left: 0;
    text-align: center;
  }
}
.p-entryNavi__caption--orange {
  text-align: center;
  background-image: url(../images/top/entryNavi__border--orange.svg);
}
.p-entryNavi__text {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-navi,
.p-system__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.p-hero__button,
.p-hero__copy {
  text-align: right;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-entryNavi__text {
    font-size: 1.7rem;
    padding-right: 7%;
    background-size: 14px 14px;
    background-position: 93% center;
  }
}
.p-entryNavi__text--center {
  font-size: 2.4rem;
  line-height: 80px;
}
.p-hero {
  width: 100%;
  background-image: url(../images/top/heroImage_pc.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.p-hero__copy {
  padding-top: 160px;
  padding-right: 53px;
}
@media only screen and (min-width: 768px) {
  .p-hero__copy img {
    height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .p-entryNavi__text--center {
    font-size: 1.8rem;
  }
  .p-hero {
    background-color: #d3ebfb;
    background-image: url(../images/top/heroImage_sp.jpg);
    background-position: center top;
  }
  .p-hero__copy {
    padding-right: 0;
    padding-top: 220px;
    width: 70%;
  }
}
.p-hero__button {
  margin-top: 20px;
  padding-right: 15px;
}
.p-hero__button img {
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .p-hero__button {
    width: 90%;
    padding-right: 0;
    text-align: center;
  }
}
.p-navi {
  margin-top: 60px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-navi {
    margin-top: 20px;
    max-width: 80%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-navi__item {
    margin-bottom: 20px;
  }
}
.p-navi__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-navi__img {
  width: 180px;
  height: 180px;
}
@media only screen and (max-width: 767px) {
  .p-navi__img {
    width: 120px;
    height: 120px;
  }
}
.p-message {
  background-color: #ff8300;
  opacity: 0.9;
  margin-top: 60px;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 140px;
  text-align: center;
}
.p-message__title {
  font-size: 3rem;
  margin-bottom: 10px;
}
.p-message__titleEnglish {
  width: 378px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-message {
    margin-top: 10px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .p-message__title {
    font-size: 1.5rem;
  }
  .p-message__titleEnglish {
    width: 200px;
    margin-bottom: 20px;
  }
}
.p-message__text {
  max-width: 1000px;
  padding: 0 90px;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2;
  color: #fff;
}
.p-message__text:after,
.p-message__text:before {
  position: absolute;
  content: "";
}
.p-message__text span {
  display: block;
  margin-top: 12px;
}
.p-message__text:before {
  width: 118px;
  height: 118px;
  top: -250px;
  left: 0;
  background-image: url(../images/top/deco-quotation--before.svg);
}
@media only screen and (max-width: 767px) {
  .p-message__text {
    font-size: 1.5rem;
    text-align: left;
    padding: 0 20px;
  }
  .p-message__text br {
    display: none;
  }
  .p-message__text:before {
    width: 40px;
    height: 40px;
    top: -150px;
  }
}
.p-message__text:after {
  width: 118px;
  height: 118px;
  bottom: -70px;
  right: 0;
  background-image: url(../images/top/deco-quotation--after.svg);
}
.p-system {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-message__text:after {
    width: 40px;
    height: 40px;
    bottom: -50px;
  }
  .p-message__text {
    max-width: 90%;
  }
  .p-system {
    padding-bottom: 50px;
  }
}
.p-system__header {
  background-image: url(../images/top/system__titleImage.jpg);
}
.p-system__titleEnglish {
  margin-bottom: 22px;
  height: 78px;
  width: 256px;
}
@media only screen and (max-width: 767px) {
  .p-system__titleEnglish {
    height: 50px;
    width: 172px;
    margin-bottom: 15px;
  }
}
.p-system__title {
  border-top: 2px solid #fff;
  width: 590px;
  margin: 0 auto 22px;
  padding-top: 34px;
}
@media only screen and (max-width: 767px) {
  .p-system__title {
    width: 90%;
    padding-top: 24px;
    margin-bottom: 12px;
  }
}
.p-system__box,
.p-system__wrap {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.p-system__copy {
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-system__wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1020px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .p-system__copy {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .p-system__wrap {
    padding-left: 0;
    max-width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.p-system__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-system__item {
  position: relative;
  border: 2px solid #ff8300;
  padding: 50px 30px 35px;
  width: 31%;
}
.p-system__item:before,
.p-system__listTitle:before {
  content: "";
  display: block;
  left: 0;
  border-radius: 10px;
}
.p-system__item:before {
  position: absolute;
  top: -30px;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 60px;
  background: #fff;
}
.p-system__item--01:before {
  background-image: url(../images/top/system__itemIcon01.svg);
}
@media only screen and (max-width: 767px) {
  .p-system__box {
    max-width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .p-system__item {
    width: 90%;
  }
  .p-system__item + .p-system__item {
    margin-top: 50px;
  }
}
.p-system__item--02:before {
  background-image: url(../images/top/system__itemIcon02.svg);
}
.p-system__item--03:before {
  background-image: url(../images/top/system__itemIcon03.svg);
}
.p-system__itemTitle {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  background-image: url(../images/top/system__itemTitle.svg);
  background-size: 210px 20px;
  background-position: center bottom;
}
.p-system__aside {
  width: 100%;
  margin-top: 30px;
  background: #f4f3ef;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .p-system__aside {
    padding: 30px 120px;
  }
}
@media only screen and (max-width: 767px) {
  .p-system__aside {
    width: 90%;
  }
}
.p-system__asideImg {
  width: 92px;
  height: 92px;
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .p-system__asideImg {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .p-system__asideTitle {
    margin-top: 20px;
  }
}
.p-system__asideTitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-system__asideText {
  font-size: 1.4rem;
}
.p-system__listTitle {
  margin-top: 30px;
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 15px;
  line-height: 1.4;
}
.p-system__listTitle:before {
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  background: #ff8300;
}
.p-system__listText {
  margin-top: 16px;
  font-size: 1.4rem;
}
.p-style {
  padding-bottom: 80px;
  background-image: url(../images/top/style_bgImage.svg);
  background-size: 430px;
  background-position: 0 700px;
}
.p-style__header {
  background-image: url(../images/top/style__titleImage.jpg);
}
.p-style__titleEnglish {
  margin-bottom: 22px;
  height: 78px;
  width: 188px;
}
@media only screen and (max-width: 767px) {
  .p-style {
    padding-bottom: 30px;
    background-size: 50%;
    background-position: -20px 1050px;
  }
  .p-style__titleEnglish {
    height: 52px;
    width: 126px;
    margin-bottom: 15px;
  }
}
.p-style__title {
  border-top: 2px solid #fff;
  width: 590px;
  margin: 0 auto 22px;
  padding-top: 34px;
}
@media only screen and (max-width: 767px) {
  .p-style__title {
    width: 90%;
    padding-top: 24px;
    margin-bottom: 12px;
  }
}
.p-style__copy {
  margin-top: 80px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-style__copy {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.p-style__copyNote {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.p-style__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.p-style__item {
  width: 48%;
  margin-top: 20px;
}
.p-style__item--national {
  background: rgba(237, 251, 255, 0.8);
  color: #1d8db1;
}
.p-style__item--area {
  background: #f0fff4;
  color: #47b462;
}
@media only screen and (max-width: 767px) {
  .p-style__copyNote {
    font-size: 1.3rem;
    padding: 0 20px;
    text-align: left;
  }
  .p-style__list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .p-style__item {
    width: 90%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.p-style__itemHeader {
  padding: 40px 20px 30px;
  font-weight: 700;
}
.p-style__itemHeader--national {
  background: rgba(34, 133, 163, 0.8);
}
.p-style__itemHeader--area {
  background: #91cea0;
}
.p-style__headerTitle {
  display: block;
  text-align: center;
  width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 2.6rem;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 767px) {
  .p-style__itemHeader {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .p-style__headerTitle {
    width: 240px;
    font-size: 2rem;
    height: 40px;
    line-height: 40px;
  }
}
.p-style__headerText {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .p-style__headerText br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-style__headerText {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.p-style__headerNote {
  text-align: center;
  color: #fffa81;
  font-size: 1.4rem;
}
.p-style__itemContent {
  padding: 40px 30px;
}
.p-style__contentHeader {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 32px;
}
.p-style__contentHeader span {
  display: block;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-style__itemContent {
    padding: 30px 25px;
  }
  .p-style__contentHeader span {
    font-size: 1.6rem;
  }
  .p-style__contentHeader {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .p-style__contentText {
    font-size: 1.4rem;
  }
}
.p-style__contentText {
  position: relative;
  color: #333;
  line-height: 1.8;
  text-indent: 20px;
  margin-bottom: 8px;
}
.p-style__contentText:before {
  content: "■";
  position: absolute;
  top: 0;
  left: -20px;
  color: #1d8db1;
}
.p-style__contentText--national:before {
  color: #1d8db1;
}
.p-style__contentText--area:before {
  color: #47b462;
}
.p-styleDetail {
  position: relative;
  background-color: #f4f3ef;
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-styleDetail:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid #f4f3ef;
}
.p-styleDetail__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-styleDetail {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-styleDetail:after {
    bottom: -60px;
    border: 30px solid transparent;
    border-top: 30px solid #f4f3ef;
  }
  .p-styleDetail__box {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.p-styleDetail__item {
  width: 30%;
}
.p-styleDetail__item--border {
  width: 34%;
  border: 2px solid #bcb9ae;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .p-styleDetail__item {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-styleDetail__text {
  clear: both;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 18px;
}
.p-styleDetail__note {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5px;
}
.p-styleDetail__title {
  font-size: 3rem;
  line-height: 88px;
}
@media only screen and (max-width: 767px) {
  .p-styleDetail__title {
    font-size: 2.4rem;
    line-height: 80px;
  }
}
.p-styleDetail__title span {
  font-size: 1.8rem;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 44px;
  width: 88px;
  height: 88px;
  float: left;
  margin-right: 10px;
}
.p-styleDetail__title--01 {
  color: #ff8300;
  background-image: url(../images/top/styleDetail__arrow.svg);
  background-size: 102px 10px;
  background-position: right center;
}
.p-styleDetail__title--01 span {
  background-color: #ff8300;
}
@media only screen and (max-width: 767px) {
  .p-styleDetail__title span {
    font-size: 1.6rem;
    width: 80px;
    height: 80px;
  }
  .p-styleDetail__title--01 {
    background: 0 0;
  }
}
.p-styleDetail__title--02 {
  color: #ff6200;
}
.p-styleDetail__title--02 span {
  background-color: #ff6200;
}
.p-styleDetail__listTitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.p-styleDetail__listItem {
  font-size: 1.4rem;
  margin-top: 10px;
  background-image: url(../images/top/styleDetail__list.svg);
  background-size: 16px;
  background-position: left center;
  text-indent: 1.5em;
}
.p-support {
  padding-bottom: 40px;
  background-image: url(../images/top/support__bgImage.svg);
  background-size: 335px;
  background-position: right bottom;
}
.p-support__header {
  background-image: url(../images/top/support__titleImage.jpg);
}
.p-support__titleEnglish {
  margin-bottom: 22px;
  height: 78px;
  width: 298px;
}
@media only screen and (max-width: 767px) {
  .p-support {
    background-size: 50%;
  }
  .p-support__titleEnglish {
    height: 52px;
    width: 198px;
    margin-bottom: 15px;
  }
}
.p-support__title {
  border-top: 2px solid #fff;
  width: 590px;
  margin: 0 auto 22px;
  padding-top: 34px;
}
@media only screen and (max-width: 767px) {
  .p-support__title {
    width: 90%;
    padding-top: 24px;
    margin-bottom: 12px;
  }
}
.p-support__copy {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-support__copy {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.p-support__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.p-support__item {
  width: 48%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-support__list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .p-support__item {
    width: 90%;
  }
}
.p-support__itemTitle {
  display: block;
  width: 100%;
  height: 120px;
  font-size: 3rem;
  line-height: 120px;
  text-align: center;
  color: #fff;
  background-color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-support__itemTitle {
    font-size: 1.8rem;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
  }
}
.p-support__itemTitle--01 {
  background-image: url(../images/top/support__itemTitle01.jpg);
}
.p-support__itemTitle--02 {
  background-image: url(../images/top/support__itemTitle02.jpg);
}
.p-support__itemTitle--03 {
  background-image: url(../images/top/support__itemTitle03.jpg);
}
.p-support__itemTitle--04 {
  background-image: url(../images/top/support__itemTitle04.jpg);
}
.p-support__itemText {
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-support__itemText dt {
  position: relative;
  text-indent: 20px;
  font-weight: 700;
}
.p-support__itemText dt:before {
  content: "■";
  position: absolute;
  top: 0;
  left: -20px;
  color: #ff8300;
}
.p-support__itemText dd {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.p-interview {
  background: #f4f3ef;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-support__itemText {
    margin-bottom: 20px;
  }
  .p-interview {
    padding-bottom: 60px;
  }
}
.p-interview__header {
  background-image: url(../images/top/interview__titleImage.jpg);
}
.p-interview__titleEnglish {
  margin-bottom: 22px;
  height: 78px;
  width: 370px;
}
@media only screen and (max-width: 767px) {
  .p-interview__titleEnglish {
    height: 52px;
    width: 246px;
    margin-bottom: 15px;
  }
}
.p-interview__title {
  border-top: 2px solid #fff;
  width: 590px;
  margin: 0 auto 22px;
  padding-top: 34px;
}
@media only screen and (max-width: 767px) {
  .p-interview__title {
    width: 90%;
    padding-top: 24px;
    margin-bottom: 12px;
  }
}
.p-interview__copy {
  margin-top: 80px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .p-interview__copy {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.p-interviewPick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.p-interviewPick__item {
  position: relative;
  background: #fff;
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-interviewPick {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto 20px;
  }
  .p-interviewPick__item {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.p-interviewPick__item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #ff8300;
  border-right: 8px solid #ff8300;
}
.p-interviewPick__badge {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -40px;
  border-radius: 60px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 36px;
}
.p-interviewPick__badge--left {
  background: #ff8300;
  left: -30px;
}
.p-interviewPick__badge--right {
  background: #3c64ea;
  right: -30px;
}
@media only screen and (max-width: 767px) {
  .p-interviewPick__badge {
    width: 100px;
    height: 100px;
    padding-top: 26px;
  }
  .p-interviewPick__badge--left {
    left: -15px;
  }
  .p-interviewPick__badge--right {
    right: -15px;
  }
}
.p-interviewPick__image {
  width: 100%;
  margin-bottom: 50px;
}
.p-interviewPick__title {
  position: absolute;
  width: 288px;
  top: 165px;
}
.p-interviewPick__title--left {
  left: -10px;
}
.p-interviewPick__title--right {
  right: -10px;
}
@media only screen and (max-width: 767px) {
  .p-interviewPick__title {
    width: 250px;
    bottom: 130px;
    top: inherit;
  }
}
.p-interviewPick__copy {
  position: relative;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
.p-interviewPick__copy:after,
.p-interviewPick__copy:before {
  position: absolute;
  top: 0;
  content: "";
}
.p-interviewPick__copy:before {
  width: 29px;
  height: 23px;
  left: 30px;
  background-image: url(../images/top/icon-quotation--before.svg);
}
@media only screen and (max-width: 767px) {
  .p-interviewPick__copy {
    font-size: 1.8rem;
  }
  .p-interviewPick__copy:before {
    left: 20px;
    width: 20px;
    height: 16px;
  }
}
.p-interviewPick__copy:after {
  width: 29px;
  height: 23px;
  right: 30px;
  background-image: url(../images/top/icon-quotation--after.svg);
}
.p-interviewPick__text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-interviewPick__copy:after {
    right: 20px;
    width: 20px;
    height: 16px;
  }
  .p-interviewPick__text {
    font-size: 1.4rem;
  }
}
.p-interviewList__item {
  position: relative;
  width: 240px;
  padding: 25px 15px;
  background-color: #fff;
  margin: 0 10px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.p-interviewList__item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #ff8300;
  border-right: 8px solid #ff8300;
}
.p-interviewHeader__info,
.p-interviewHeader__number {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
.p-interviewList__item:hover {
  opacity: 0.8;
}
.p-interviewList__image {
  width: 100%;
  margin-bottom: 25px;
}
.p-interviewList__copy {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-interviewList__text {
  font-size: 1.2rem;
}
.p-interviewHeader {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.p-interviewHeader--01 {
  background-image: url(../images/interview/photo01-main.jpg);
}
.p-interviewHeader--02 {
  background-image: url(../images/interview/photo02-main.jpg);
}
.p-interviewHeader--02 .p-interviewHeader__number {
  text-align: right;
}
.p-interviewHeader__number {
  padding-top: 15px;
  margin-bottom: 200px;
}
.p-interviewHeader__number img {
  height: 180px;
  width: 180px;
}
.p-interviewHeader__box {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-interviewHeader {
    background-size: 100%;
  }
  .p-interviewHeader--01 {
    background-image: url(../images/interview/photo01-main-sp.jpg);
  }
  .p-interviewHeader--02 {
    background-image: url(../images/interview/photo02-main-sp.jpg);
  }
  .p-interviewHeader__number {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 150px;
  }
  .p-interviewHeader__number img {
    height: 80px;
    width: 80px;
  }
  .p-interviewHeader__box {
    padding-top: 20px;
  }
}
.p-interviewHeader__title {
  position: relative;
  font-size: 3.4rem;
  display: inline;
}
.p-interviewHeader__title:after,
.p-interviewHeader__title:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 31px;
  top: -14px;
  background-repeat: no-repeat;
}
.p-interviewHeader__title:before {
  left: -60px;
  background-image: url(../images/interview/icon-quotation--before.svg);
}
.p-interviewHeader__title:after {
  right: -60px;
  background-image: url(../images/interview/icon-quotation--after.svg);
}
@media only screen and (max-width: 767px) {
  .p-interviewHeader__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-interviewHeader__title:after,
  .p-interviewHeader__title:before {
    display: none;
  }
}
.p-interviewHeader__info {
  font-size: 2.8rem;
  font-weight: 700;
}
.p-interviewHeader__info span {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .p-interviewHeader__info span br,
  .p-interviewHeader__title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-interviewHeader__info {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .p-interviewHeader__info span {
    font-size: 1.4rem;
    display: block;
    padding-left: 0;
  }
}
.p-interviewLink .p-interviewNavi,
.p-interviewMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-right: auto;
  margin-left: auto;
}
.p-interviewLink {
  padding: 40px 0;
}
.p-interviewLink .p-interviewNavi {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-interviewLink {
    padding: 30px 0;
  }
  .p-interviewLink .p-interviewNavi {
    max-width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-interviewLink .p-interviewNavi__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-interviewLink .p-interviewNavi__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-interviewLink .p-interviewNavi__img {
  width: 480px;
}
.p-interviewCareer {
  overflow: hidden;
  padding: 40px 0 100px;
  background: -webkit-linear-gradient(left, #83dcff, #23a1ff);
  background: linear-gradient(to right, #83dcff, #23a1ff);
  text-align: center;
}
.p-interviewCareer__header {
  width: 246px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-interviewCareer {
    padding: 30px 0;
  }
  .p-interviewCareer__header {
    width: 146px;
    margin-bottom: 30px;
  }
}
.p-interviewCareer__content {
  width: 984px;
}
.p-interviewSchedule {
  overflow: hidden;
  margin-top: 60px;
  clear: both;
  padding: 40px 0 100px;
  background: -webkit-linear-gradient(left, #ffb75d, #ff845d);
  background: linear-gradient(to right, #ffb75d, #ff845d);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-interviewCareer__content {
    width: 90%;
  }
  .p-interviewSchedule {
    padding: 30px 0;
  }
}
.p-interviewSchedule__header {
  width: 364px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-interviewSchedule__header {
    width: 214px;
  }
}
.p-interviewSchedule__content {
  width: 980px;
}
.p-interviewMain {
  margin-top: 80px;
  max-width: 1000px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: 1;
  -ms-flex-wrap: 1;
  flex-wrap: 1;
}
.p-interviewMain--center,
.p-interviewMessage__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.p-interviewMain--sLeft .p-interviewMain__text {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .p-interviewSchedule__content {
    width: 90%;
    margin-bottom: 30px;
  }
  .p-interviewMain {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .p-interviewMain--sLeft .p-interviewMain__text {
    padding-left: 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-interviewMain--sLeft .p-interviewMain__photo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-interviewMain--sLeft .p-interviewMain__photo img {
    width: 100%;
  }
}
.p-interviewMain--sLeft img {
  width: 340px;
}
.p-interviewMain--sRight .p-interviewMain__photo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .p-interviewMain--sRight .p-interviewMain__photo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-interviewMain--sRight .p-interviewMain__photo img {
    width: 100%;
  }
}
.p-interviewMain--sRight .p-interviewMain__text {
  padding-right: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .p-interviewMain--sRight .p-interviewMain__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-interviewMain--sRight img {
  width: 340px;
}
.p-interviewMain--mLeft .p-interviewMain__text {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .p-interviewMain--mLeft .p-interviewMain__photo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-interviewMain--mLeft .p-interviewMain__photo img {
    width: 100%;
  }
  .p-interviewMain--mLeft .p-interviewMain__text {
    padding-left: 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-interviewMain--mLeft img {
  width: 480px;
}
.p-interviewMain--mRight .p-interviewMain__photo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .p-interviewMain--mRight .p-interviewMain__photo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-interviewMain--mRight .p-interviewMain__photo img {
    width: 100%;
  }
}
.p-interviewMain--mRight .p-interviewMain__text {
  padding-right: 50px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .p-interviewMain--mRight .p-interviewMain__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-interviewMain--mRight img {
  width: 480px;
}
.p-interviewMain--center {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-interviewMain--center .p-interviewMain__photo {
    width: 100%;
  }
}
.p-interviewMain--center .p-interviewMain__title {
  width: 30%;
  border: none;
  padding-bottom: 50px;
  background-position: right bottom;
}
@media only screen and (max-width: 767px) {
  .p-interviewMain--center .p-interviewMain__title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    background-position: right top;
    padding-bottom: 20px;
    border-bottom: 1px solid #ff8300;
  }
}
.p-interviewMain--center .p-interviewMain__text {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .p-interviewMain--center .p-interviewMain__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-interviewMain--center img {
  width: 1000px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-interviewMain--center img {
    margin-bottom: 0;
  }
}
.p-interviewMain__photo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-interviewMain__title {
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 129px 90px;
  background-position: right top;
  position: relative;
  font-size: 2.8rem;
  color: #ff8300;
  padding-bottom: 20px;
  border-bottom: 1px solid #ff8300;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-interviewMain__title {
    margin-top: 30px;
    font-size: 1.9rem;
    line-height: 1.4;
    background-size: auto 50px;
    background-position: right top;
    text-align: left;
  }
}
.p-interviewMain__title--01 {
  background-image: url(../images/interview/titleImage01.svg);
}
.p-interviewMain__title--02 {
  background-image: url(../images/interview/titleImage02.svg);
}
.p-interviewMain__title--03 {
  background-image: url(../images/interview/titleImage03.svg);
}
.p-interviewMain__title--04 {
  background-image: url(../images/interview/titleImage04.svg);
}
.p-interviewMain__title--05 {
  background-image: url(../images/interview/titleImage05.svg);
}
.p-interviewMain__question {
  color: #969696;
  margin-bottom: 20px;
}
.p-interviewMain__answer {
  line-height: 1.8;
}
.p-interviewMain__answer a {
  color: #ff8300;
  font-size: 1.4rem;
  text-decoration: underline;
}
.p-interviewMain__answer span {
  background: -webkit-linear-gradient(transparent 40%, #fffa81 0);
  background: linear-gradient(transparent 40%, #fffa81 0);
}
.p-interviewMessage {
  position: relative;
  width: 100%;
  min-height: 523px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.p-interviewMessage--01 {
  background-image: url(../images/interview/message__bgImage01.jpg);
}
.p-interviewMessage--02 {
  background-image: url(../images/interview/message__bgImage02.jpg);
}
.p-interviewMessage__box {
  padding: 60px 0;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
.p-interviewMessage__header {
  margin-top: 10px;
  margin-right: 45px;
}
.p-interviewMessage__header img {
  width: 44px;
}
@media only screen and (max-width: 767px) {
  .p-interviewMessage__box {
    padding: 40px 0;
    padding-bottom: 40px;
  }
  .p-interviewMessage__header {
    margin-top: 5px;
    margin-left: 5%;
    margin-right: 2%;
    width: 10%;
  }
  .p-interviewMessage__header img {
    width: 100%;
  }
}
.p-interviewMessage__content {
  width: 55%;
}
.p-interviewMessage__copy {
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.p-interviewMessage__text {
  line-height: 2;
}
.p-careerStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-interviewMessage__content {
    width: 77%;
  }
  .p-interviewMessage__text {
    line-height: 1.8;
  }
  .p-careerStep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 30px;
  }
}
.p-careerStep__item {
  width: 130px;
  height: 130px;
  border-radius: 65px;
  background: rgba(255, 255, 255, 0.9);
}
.p-careerStep__year {
  font-size: 1.8rem;
  color: #68c0fe;
  margin-top: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-careerStep__item {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
  .p-careerStep__year {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
.p-careerStep__subject {
  font-size: 1.6rem;
  color: #0083d6;
  line-height: 1.3;
  margin-top: 8px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-careerStep__subject {
    margin-top: 4px;
    font-size: 1.4rem;
  }
}
.p-careerStep__space {
  position: relative;
  margin-top: 60px;
  background: url(../images/interview/bg_dot_vertical.svg) repeat-x;
  background-size: 8px;
  margin-right: 8px;
  margin-left: 8px;
}
.p-careerStep__space--Lline {
  width: 200px;
}
.p-careerStep__space--Mline {
  width: 108px;
}
.p-careerStep__space--Sline {
  width: 68px;
}
@media only screen and (max-width: 767px) {
  .p-careerStep__space {
    width: auto;
    background: url(../images/interview/bg_dot_horizon.svg) 40px 2px repeat-y;
    background-size: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 56px;
  }
}
.p-careerStep__text {
  font-size: 1.2rem;
  color: #fff;
  text-align: left;
}
.p-careerStep__text--normal {
  position: absolute;
  top: 30px;
  width: 200px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-careerStep__text--absolute {
  position: absolute;
  top: 80px;
  width: 220px;
  left: -80px;
}
.p-careerStep__text--center {
  position: absolute;
  top: 80px;
  width: 220px;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .p-careerStep__text {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding-left: 60px !important;
    padding-right: 20px;
  }
  .p-careerStep__text--center {
    position: absolute;
    width: 300px;
    top: 100px;
    left: 35px;
  }
}
.p-careerStep__point {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 1.6rem;
  color: #fff;
  top: -80px;
}
.p-careerStep__point--M {
  line-height: 60px;
  right: 0;
  left: 0;
  top: -80px;
  margin: auto;
}
.p-careerStep__point--S {
  left: 5px;
  padding-top: 7px;
  line-height: 1.3;
}
.p-careerStep__point--S span {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-careerStep__point {
    position: absolute;
    top: 0;
    left: -30px;
    margin: 0;
  }
}
.p-dailySchedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.p-dailySchedule__item {
  position: relative;
}
.p-dailySchedule__icon {
  width: 48px;
  height: 48px;
}
.p-dailySchedule__time {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .p-dailySchedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 40px;
    text-align: left;
  }
  .p-dailySchedule__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-dailySchedule__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .p-dailySchedule__time {
    margin-right: 10px;
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.p-dailySchedule__subject {
  font-size: 1.3rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p-dailySchedule__subject--absolute {
    position: absolute;
    left: -20px;
    width: 90px;
  }
}
.p-dailySchedule__space {
  position: relative;
  background: url(../images/interview/bg_dot_vertical.svg) center 20px repeat-x;
  background-size: 8px;
  margin-right: 12px;
  margin-left: 12px;
  width: 104px;
}
.p-dailySchedule__space--Sline {
  width: 48px;
}
@media only screen and (max-width: 767px) {
  .p-dailySchedule__subject {
    display: block;
    margin-top: 0;
  }
  .p-dailySchedule__space {
    width: auto;
    background: url(../images/interview/bg_dot_horizon.svg) 6px 2px repeat-y;
    background-size: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 24px;
  }
}
.p-dailySchedule__text {
  font-size: 1.2rem;
  color: #fff;
  text-align: left;
  line-height: 1.7;
}
.p-dailySchedule__text--normal {
  position: absolute;
  top: 30px;
  width: 180px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-dailySchedule__text--absolute {
  position: absolute;
  top: 130px;
  width: 180px;
  left: -60px;
}
.p-dailySchedule__text--short {
  position: absolute;
  top: 130px;
  width: 120px;
  left: -90px;
}
@media only screen and (max-width: 767px) {
  .p-dailySchedule__text {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding-left: 30px !important;
    padding-right: 30px;
  }
}
.p-dailySchedule__point {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 1.6rem;
  color: #fff;
  top: -80px;
}
.p-dailySchedule__point--M {
  line-height: 60px;
  right: 0;
  left: 0;
  top: -80px;
  margin: auto;
}
.p-dailySchedule__point--S {
  left: 5px;
  padding-top: 7px;
  line-height: 1.3;
}
.p-dailySchedule__point--S span {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-dailySchedule__point {
    position: absolute;
    top: 0;
    left: -30px;
    margin: 0;
  }
  .u-pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
.u-break {
  display: inline-block;
}
.u-paddingL10 {
  padding-left: 10px;
}
.u-paddingL20 {
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .p-entryNavi__item:nth-of-type(1) {
    background-color: #ff5a00;
    width: 400px;
  }
  .p-entryNavi__item:nth-of-type(2) {
    background-color: #68ce70;
    width: 400px;
  }
  .p-styleDetail__box {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-styleDetail__item {
    margin-left: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .p-entryNavi__item:nth-of-type(1) {
    background-color: #ff5a00;
    width: 100%;
  }
  .p-entryNavi__item:nth-of-type(2) {
    background-color: #68ce70;
    width: 100%;
  }
  .p-styleDetail__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-entryNavi__text {
    padding-left: 11%;
  }
}
