@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", dnp-shuei-gothic-gin-std, sans-serif;
}

/* ------------------------------------

中面 common (TOP以外)

------------------------------------ */
/*  anchor_link
*----------------------------------- */
.p-anchor_link {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 760px) {
  .p-anchor_link {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/*  pan
*----------------------------------- */
.pan {
  padding: 20px 40px;
}
@media print, screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .l-form-container__flow {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #1e288b;
  outline-offset: -7px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 8vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 0.8;
  outline: solid 2px #1e288b;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

/*  l-cmn-member
*----------------------------------- */
.l-cmn-member {
  background: #ebf3fa;
  padding: 75px 0 80px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member {
    padding: 13% 5%;
  }
}

.l-cmn-member .l-member__header {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header {
    margin-bottom: 3%;
  }
}
.l-cmn-member .l-member__header__title {
  font-family: futura-pt, sans-serif;
  font-size: 66px;
  font-weight: 600;
  line-height: 1;
  color: #006dbc;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

/* ------------------------------------

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  代表メッセージ message
*----------------------------------- */
.page-message .list-page__info {
  margin-bottom: 45px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__info {
    margin-bottom: 5vw;
  }
}
.page-message .list-page__furi {
  font-size: 211px;
  font-weight: 500;
  line-height: 0.8;
  font-family: futura-pt, sans-serif;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__furi {
    font-size: 16vw;
  }
}
.page-message .list-page__catch {
  font-size: 60px;
  color: #FFF100;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-top: -62px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__catch {
    font-size: 9.5vw;
    margin-top: -4vw;
    line-height: 1.4;
  }
}
.page-message .list-page__catch span {
  background: #1e288b;
  padding: 10px 30px;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__catch span {
    padding: 5px 10px;
  }
}
.page-message .list-page__kata {
  font-size: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__kata {
    font-size: 4vw;
  }
}
.page-message .list-page__name {
  font-size: 27px;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__name {
    font-size: 7vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .list-page__list .l-message .p-item__box.box01 {
    background: url(../message/images/img01.jpg) no-repeat left 15px;
    background-size: 55.7% auto;
    padding-left: 42.5%;
    padding-right: 60px;
  }
  .page-message .list-page__list .l-message .p-item__box__title {
    font-size: 9vw;
    font-weight: 500;
    line-height: 0.8;
    font-family: futura-pt, sans-serif;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
    margin-bottom: 15px;
  }
  .page-message .list-page__list .l-message .p-item__box__textarea {
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__list .l-message .p-item__box.box01 {
    margin-bottom: 5vw;
  }
  .page-message .list-page__list .l-message .p-item__box__title {
    font-size: 24vw;
    font-weight: 500;
    line-height: 0.8;
    font-family: futura-pt, sans-serif;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-bottom: 2%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .list-page__list .l-message .p-item__box.box02 {
    background: url(../message/images/img02.jpg) no-repeat right bottom;
    background-size: 67.4% auto;
    padding-left: 60px;
    padding-right: 0;
    padding-bottom: 100px;
    margin-top: -50px;
  }
  .page-message .list-page__list .l-message .p-item__box.box02 > .p-item__box__title {
    text-align: left;
    font-size: 11vw;
    margin-bottom: 0;
    line-height: 0.7;
  }
  .page-message .list-page__list .l-message .p-item__box.box02 .p-item__box__textarea {
    width: 58%;
  }
}
.page-message .list-page__list .l-message .p-item__box__textarea {
  background: #1e288b;
  padding: 56px 58px;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__list .l-message .p-item__box__textarea {
    padding: 10vw 5vw 10vw;
  }
}
.page-message .list-page__list .l-message .p-item__box__textarea .p-item__box__title {
  font-size: 37px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-bottom: 25px;
  line-height: 1.4;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__list .l-message .p-item__box__textarea .p-item__box__title {
    font-size: 6vw;
    margin-bottom: 5vw;
    text-align: center;
    line-height: 1.6;
  }
}
.page-message .list-page__list .l-message .p-item__box__textarea .p-item__box__title span {
  background: #FFF100;
  padding: 5px 10px;
  color: #1e288b;
}
.page-message .list-page__list .l-message .p-item__box__textarea .p-item__box__text {
  font-size: 16px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__list .l-message .p-item__box__textarea .p-item__box__text {
    font-size: 4vw;
  }
}
.page-message .list-page__vision .list-page__header {
  padding-top: 80px !important;
  margin-bottom: 35px !important;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__vision .list-page__header {
    padding-top: 12vw !important;
    margin-bottom: 20vw !important;
  }
}
.page-message .list-page__vision .list-page__title {
  font-size: 359px;
  font-weight: 500;
  line-height: 0.7;
  font-family: futura-pt, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: inline-block;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__vision .list-page__title {
    font-size: 28vw;
  }
}
.page-message .list-page__vision .list-page__photo {
  width: 318px;
  border: 6px solid #1e288b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  margin: auto;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__vision .list-page__photo {
    width: 50%;
    bottom: -135%;
  }
}
.page-message .list-page__vision .list-page__icon_left {
  width: 664px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 550px;
  bottom: -100px;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__vision .list-page__icon_left {
    width: 95%;
    padding-right: 75%;
    left: 0;
    bottom: -100%;
  }
}
.page-message .list-page__vision .list-page__icon_right {
  width: 683px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 550px;
  bottom: -70px;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__vision .list-page__icon_right {
    width: 95%;
    padding-left: 75%;
    right: 0;
    bottom: -100%;
  }
}
.page-message .list-page__vision .list-page__textarea {
  background: #fff;
  padding: 50px 70px;
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__vision .list-page__textarea {
    padding: 20% 5% 10%;
    width: 100%;
  }
}
.page-message .list-page__vision .list-page__textarea .list-page__title {
  font-size: 37px;
  color: #FFF100;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  text-align: center;
  line-height: 1.5;
  padding-top: 0 !important;
  margin-bottom: 30px !important;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__vision .list-page__textarea .list-page__title {
    font-size: 7vw;
    margin-bottom: 10% !important;
  }
}
.page-message .list-page__vision .list-page__textarea .list-page__title span {
  background: #1e288b;
  padding: 5px 10px;
}
.page-message .list-page__vision .list-page__textarea .list-page__text {
  font-size: 18px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  line-height: 2;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__vision .list-page__textarea .list-page__text {
    font-size: 4vw;
  }
}

@media print, screen and (max-width: 760px) {
  .read_more {
    width: 80%;
    margin: 10% auto 0;
  }
  .read_more span {
    display: block;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    padding: 4% 0;
    border: 2px solid #fff;
    border-radius: 12px;
  }
  .read_more.on-click {
    display: none;
  }
  .read_more.blue span {
    color: #1e288b;
    border: 2px solid #1e288b;
  }
}
/*  求める人物像 character
*----------------------------------- */
.page-character .l-main {
  padding-bottom: 0;
}
.page-character .list-page__main {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-character .list-page__visual {
    width: 1200px;
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__visual {
    padding: 0 3vw;
  }
}
.page-character .list-page__list {
  position: relative;
}
.page-character .list-page__list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../character/images/bg_moji.png) repeat left top;
  background-size: 538px auto;
  opacity: 0.06;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__list::before {
    background-size: 80% auto;
  }
}
.page-character .list-page__list .l-character {
  padding: 60px 0 45px;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__list .l-character {
    padding: 15vw 5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-character .list-page__list .l-character__container {
    width: 1440px;
    margin: 0 auto;
  }
}
.page-character .list-page__list .catch {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__list .catch {
    margin-bottom: 8vw;
  }
}
.page-character .list-page__list .catch .subtitle {
  font-size: 28px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  color: #FFF100;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__list .catch .subtitle {
    font-size: 5vw;
    margin-bottom: 5px;
  }
}
.page-character .list-page__list .catch .subtitle span {
  background: #1e288b;
  padding: 3px 10px;
}
.page-character .list-page__list .catch .title {
  font-size: 43px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  color: #FFF100;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__list .catch .title {
    font-size: 7vw;
    line-height: 1.4;
  }
}
.page-character .list-page__list .catch .title span {
  background: #1e288b;
  padding: 3px 10px;
}
.page-character .list-page__list .catch .stitle {
  font-size: 23px;
  font-weight: 500;
  line-height: 0.8;
  font-family: futura-pt, sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__list .catch .stitle {
    font-size: 4vw;
  }
}
.page-character .p-item__box {
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-character .p-item__box {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.page-character .p-item__box__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-character .p-item__box__wrapper {
    flex-wrap: wrap;
    padding: 0 5vw;
    margin-bottom: 0;
  }
}
.page-character .p-item__box__photo {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-character .p-item__box__photo {
    margin-bottom: 5vw;
  }
}
.page-character .p-item__box__textarea .p-item__box__title {
  font-size: 25px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-character .p-item__box__textarea .p-item__box__title {
    font-size: 6vw;
    margin-bottom: 5px;
  }
}
.page-character .p-item__box__textarea .p-item__box__title span {
  background: #1e288b;
  padding: 3px 10px;
}
.page-character .p-item__box__textarea .p-item__box__text {
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-character .p-item__box__textarea .p-item__box__text {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-character .p-item__box.box01 {
    width: 409px;
    margin: 0 25px;
  }
  .page-character .p-item__box.box02 {
    width: 335px;
    padding-top: 70px;
    margin: 0 25px;
  }
  .page-character .p-item__box.box02 .p-item__box__photo {
    width: 295px;
    margin: 0 auto 25px;
  }
  .page-character .p-item__box.box03 {
    width: 320px;
    padding-top: 7px;
    margin: 0 25px;
  }
  .page-character .p-item__box.box04 {
    width: 341px;
    padding-top: 58px;
    margin: 0 50px;
  }
  .page-character .p-item__box.box04 .p-item__box__photo {
    width: 321px;
    margin: 0 auto 25px;
  }
  .page-character .p-item__box.box05 {
    width: 435px;
    margin: 0 50px;
  }
  .page-character .p-item__box.box05 .p-item__box__photo {
    width: 384px;
    margin: 0 auto 25px;
  }
  .page-character .p-item__box.box06 {
    width: 297px;
    padding-top: 88px;
    margin: 0 25px;
  }
  .page-character .p-item__box.box07 {
    width: 327px;
    margin: 0 25px;
  }
  .page-character .p-item__box.box07 .p-item__box__photo {
    width: 322px;
    margin: 0 auto 25px;
  }
  .page-character .p-item__box.box08 {
    width: 427px;
    padding-top: 44px;
    margin: 0 25px;
  }
  .page-character .p-item__box.box08 .p-item__box__photo {
    width: 408px;
    margin: 0 auto 25px;
  }
  .page-character .p-item__box.box09 {
    width: 487px;
    margin: 0 60px;
  }
  .page-character .p-item__box.box10 {
    width: 396px;
    padding-top: 64px;
    margin: 0 60px;
  }
}
.page-character .list-page__member {
  background: #1e288b;
}
.page-character .list-page__member a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 90px 85px 86px;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__member a {
    padding: 15vw 5vw;
  }
}
.page-character .list-page__member .catch {
  text-align: center;
}
.page-character .list-page__member .catch .title {
  font-size: 43px;
  color: #FFF100;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__member .catch .title {
    font-size: 7vw;
  }
}
.page-character .list-page__member .catch .stitle {
  font-size: 23px;
  font-weight: 500;
  line-height: 0.8;
  font-family: futura-pt, sans-serif;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__member .catch .stitle {
    font-size: 5vw;
  }
}
.page-character .list-page__member .visual {
  margin-top: -10px;
}
.page-character .list-page__member .read_more {
  width: 304px;
  margin: 0 auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__member .read_more {
    width: 90%;
    margin-top: 8vw;
  }
}
.page-character .list-page__member .read_more span {
  display: block;
  color: #FFF100;
  font-size: 18px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  text-align: center;
  padding: 4% 0;
  border: 1px solid #FFF100;
  border-radius: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-character .list-page__member .read_more span {
    font-size: 5.5vw;
  }
}

.js-sa.-img {
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.js-sa.-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  transition: 0.1s;
  transition-delay: 0.8s;
}
.js-sa.-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: top left;
  background: #fff;
}
.js-sa.-img.is-show::before {
  transition-delay: 0.4s;
  background: none;
}
.js-sa.-img.is-show::after {
  animation: saImg 0.8s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
}
@keyframes saImg {
  0% {
    transform-origin: top left;
    transform: scaleX(0);
  }
  48% {
    transform: scaleX(1);
  }
  52% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1) translate(100%);
  }
}

/*  マルチタレントコース talent
*----------------------------------- */
.page-talent .list-page__main {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-talent .list-page__mv {
    background: #FFF100 url(../talent/images/mv.jpg) no-repeat left 73px;
    background-size: contain;
    padding-left: 581px;
    height: 756px;
    width: 1440px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__mv {
    padding-top: 13vw;
  }
}
.page-talent .list-page__mv__container {
  padding: 194px 0 90px;
  background: url(../talent/images/bg_gori.png) no-repeat right bottom;
  background-size: 381px auto;
  text-align: center;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__mv__container {
    padding: 0 5vw 18vw;
    background: url(../talent/images/bg_gori.png) no-repeat right 3vw bottom;
    background-size: 150px auto;
  }
}
.page-talent .list-page__mv__title {
  font-size: 70px;
  color: #1e288b;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  line-height: 1.2;
  display: inline-block;
  background: #FFF100;
  padding: 15px 30px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__mv__title {
    font-size: 8vw;
    padding: 3vw;
    margin-bottom: 2vw;
    margin-top: -10vw;
  }
}
.page-talent .list-page__mv__subtitle {
  font-size: 28px;
  font-weight: 500;
  line-height: 0.7;
  font-family: futura-pt, sans-serif;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__mv__subtitle {
    font-size: 5vw;
    margin-bottom: 6vw;
  }
}
.page-talent .list-page__mv__text {
  font-size: 18px;
  line-height: 2;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__mv__text {
    font-size: 4vw;
    text-align: left;
  }
}
.page-talent .list-page__rec {
  background: #fff;
  padding: 68px 0 74px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__rec {
    padding: 18vw 5vw;
  }
}
.page-talent .list-page__rec .title {
  text-align: center;
  font-size: 31px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__rec .title {
    font-size: 7vw;
    margin-bottom: 10px;
  }
}
.page-talent .list-page__rec .title span {
  position: relative;
}
.page-talent .list-page__rec .title span::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 17px;
  background: url(../talent/images/icon_rec.png) no-repeat center;
  background-size: 100% auto;
  top: -10px;
  right: -20px;
}
.page-talent .list-page__rec .subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 0.7;
  font-family: futura-pt, sans-serif;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__rec .subtitle {
    font-size: 5vw;
  }
}
.page-talent .list-page__rec__list {
  position: relative;
}
.page-talent .list-page__rec__list ul {
  width: 764px;
  margin: 0 auto;
  position: relative;
  border: 2px solid #FFF100;
  z-index: 2;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__rec__list ul {
    width: 100%;
  }
}
.page-talent .list-page__rec__list ul::after {
  content: "";
  width: 755px;
  height: 435px;
  background: #FFF100;
  position: absolute;
  z-index: -1;
  bottom: -15px;
  left: -15px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__rec__list ul::after {
    display: none;
  }
}
.page-talent .list-page__rec__list ul .icon {
  width: 102px;
  position: absolute;
  bottom: -15px;
  left: -117px;
}
.page-talent .list-page__rec__list li {
  background: #FFFEF2;
  border: 2px solid #FFF100;
  padding: 7px 20px;
  font-size: 28px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__rec__list li {
    padding: 2vw 4vw;
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .page-talent .list-page__rec__list li span {
    display: block;
    width: calc(100% - 34px);
  }
}
.page-talent .list-page__rec__list li::before {
  content: "";
  display: block;
  width: 28px;
  height: 26px;
  margin-right: 15px;
  background: url(../talent/images/icon_check.png) no-repeat center;
  background-size: 100% auto;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__rec__list li::before {
    width: 24px;
    height: 23px;
    margin-right: 10px;
  }
}
.page-talent .list-page__career {
  position: relative;
  background: #EDEDED;
}
.page-talent .list-page__career::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../character/images/bg_moji.png) repeat center top;
  background-size: 538px auto;
  opacity: 0.06;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__career::before {
    background-size: 80% auto;
  }
}
.page-talent .list-page__career__wrap {
  position: relative;
  text-align: center;
  padding: 73px 0 53px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__career__wrap {
    padding: 12vw 5vw 5vw;
  }
}
.page-talent .list-page__career .title {
  font-size: 42px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__career .title {
    font-size: 6vw;
  }
}
.page-talent .list-page__career__photo {
  width: 1038px;
  margin: 0 auto 45px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__career__photo {
    width: 100%;
    margin: 0 auto 7vw;
  }
}
.page-talent .list-page__career .text {
  font-size: 38px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__career .text {
    font-size: 6vw;
  }
}
.page-talent .list-page__pro {
  position: relative;
}
.page-talent .list-page__pro .title {
  font-size: 155px;
  font-weight: 500;
  line-height: 0.7;
  font-family: futura-pt, sans-serif;
  color: rgba(255, 255, 255, 0.78);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__pro .title {
    font-size: 13vw;
  }
}
.page-talent .list-page__pro .icon {
  width: 116px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -80px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__pro .icon {
    width: 96px;
    bottom: -70px;
  }
}
.page-talent .list-page__voice {
  padding-top: 120px;
  padding-bottom: 100px;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__voice {
    padding-top: 30vw;
    padding-bottom: 5vw;
  }
}
.page-talent .list-page__voice .title {
  text-align: center;
  font-size: 36px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__voice .title {
    font-size: 7vw;
    margin-bottom: 10px;
  }
}
.page-talent .list-page__voice .subtitle {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  line-height: 0.7;
  font-family: futura-pt, sans-serif;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__voice .subtitle {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
}
.page-talent .list-page__voice .p-item__box {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #1e288b;
  padding: 41px 0;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box {
    width: 100%;
    padding: 0 5vw;
    flex-wrap: wrap;
    border: none;
    margin-bottom: 20vw;
  }
}
.page-talent .list-page__voice .p-item__box__photo {
  width: 561px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box__photo {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.page-talent .list-page__voice .p-item__box__textarea {
  width: 577px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box__textarea {
    width: 100%;
  }
}
.page-talent .list-page__voice .p-item__box__num {
  font-size: 190px;
  font-weight: 500;
  line-height: 0.7;
  font-family: futura-pt, sans-serif;
  color: rgba(30, 40, 139, 0.07);
  position: absolute;
  top: 0;
  right: 0;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box__num {
    display: none;
  }
}
.page-talent .list-page__voice .p-item__box__name {
  font-size: 25px;
  margin-bottom: 20px;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box__name {
    font-size: 6vw;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.page-talent .list-page__voice .p-item__box__name span {
  font-size: 16px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box__name span {
    font-size: 4vw;
    display: block;
    margin-left: 0;
  }
}
.page-talent .list-page__voice .p-item__box__text {
  font-size: 15px;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box__text {
    font-size: 4vw;
    position: relative;
  }
}
@media screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box__text::after {
    content: "続きを読む";
    display: block;
    position: absolute;
    top: 38vw;
    left: 50%;
    bottom: -8.5vw;
    transform: translateX(-50%);
    color: #1e288b;
    font-weight: 500;
    width: 70vw;
    height: fit-content;
    font-size: 4.1vw;
    border: 2px solid #1e288b;
    --matched-radius-padding: 2px;
    --matched-radius-inner-size: 12px;
    border-radius: calc(var(--matched-radius-inner-size) + var(--matched-radius-padding));
    padding: 3vw;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box__text.active::after {
    content: "閉じる";
    top: auto;
    bottom: -20vw;
  }
}
@media screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box__text p {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 760px) {
  .page-talent .list-page__voice .p-item__box__text:not(.active) p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 103px;
    -webkit-line-clamp: 5;
    max-height: 60.5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-talent .list-page__voice .p-item__box:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

/*  中途採用 career
*----------------------------------- */
.page-career .l-main {
  padding-bottom: 0;
}
.page-career .list-page__main {
  width: 100%;
}
.page-career .list-page__mv {
  padding-top: 123px;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__mv {
    padding-top: 13vw;
  }
}
.page-career .list-page__mv__photo {
  position: relative;
  z-index: 2;
}
.page-career .list-page__message {
  background: #D3D6F2;
  position: relative;
  margin-top: -50px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__message {
    margin-top: -15vw;
  }
}
.page-career .list-page__message::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../career/images/bg_moji.png) repeat center top;
  background-size: 525px auto;
  opacity: 0.07;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__message::before {
    background-size: 80% auto;
  }
}
.page-career .list-page__message__wrap {
  position: relative;
  padding: 90px 0 87px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__message__wrap {
    padding: 20vw 0 10vw;
  }
}
.page-career .list-page__message__wrap .title {
  font-size: 34px;
  font-weight: 500;
  line-height: 0.7;
  font-family: futura-pt, sans-serif;
  margin-bottom: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__message__wrap .title {
    font-size: 7vw;
    margin-bottom: 5vw;
  }
}
.page-career .list-page__message__wrap .text {
  font-size: 18px;
  line-height: 2.4;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__message__wrap .text {
    font-size: 4.2vw;
    margin-bottom: 7vw;
  }
}
.page-career .list-page__message__wrap .text span {
  background: #fff;
  padding: 3px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.page-career .list-page__message__wrap .setsu {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__message__wrap .setsu {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
}
.page-career .list-page__message__wrap .kantan {
  font-size: 25px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-bottom: 30px;
  line-height: 1.4;
  background: url(../career/images/bg_message.png) no-repeat center;
  background-size: 160px auto;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__message__wrap .kantan {
    font-size: 6vw;
    margin-bottom: 7vw;
    background-size: 120px auto;
    height: 120px;
  }
}
.page-career .list-page__message__wrap .catch {
  font-size: 43px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__message__wrap .catch {
    font-size: 8vw;
  }
}
.page-career .list-page__message__wrap .catch span {
  background: #FFF100;
  padding: 5px 15px;
}
.page-career .list-page__message__wrap .catch em {
  color: #F00000;
  font-style: normal;
}
.page-career .list-page__message__wrap .alert {
  font-size: 18px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__message__wrap .alert {
    font-size: 4vw;
  }
}
.page-career .list-page__reason {
  background: #1e288b;
  padding: 70px 0 90px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason {
    padding: 15vw 0 1vw;
  }
}
.page-career .list-page__reason .subtitle {
  text-align: center;
  font-size: 28px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-bottom: 40px;
  line-height: 1.4;
  position: relative;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .subtitle {
    font-size: 6vw;
    margin-bottom: 8vw;
  }
}
.page-career .list-page__reason .subtitle::after {
  content: "";
  width: 179px;
  height: 26px;
  background: url(../career/images/icon_waku.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -22px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .subtitle::after {
    width: 150px;
    height: 20px;
    bottom: -16px;
  }
}
.page-career .list-page__reason .title {
  text-align: center;
  font-size: 45px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  color: #FFF100;
  margin-bottom: 45px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .title {
    font-size: 9vw;
    margin-bottom: 10vw;
  }
}
.page-career .list-page__reason .p-item__box {
  width: 1200px;
  margin: 0 auto 35px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .p-item__box {
    width: 100%;
    padding: 0 5vw;
    flex-wrap: wrap;
    margin-bottom: 15vw;
  }
}
.page-career .list-page__reason .p-item__box .numtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.7;
  font-family: futura-pt, sans-serif;
  margin-bottom: 20px;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .p-item__box .numtitle {
    font-size: 5.5vw;
    margin-bottom: 4vw;
  }
}
.page-career .list-page__reason .p-item__box__wrap {
  background: #fff;
  padding: 35px 60px 35px 35px;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .p-item__box__wrap {
    padding: 5vw 5vw 8vw;
    flex-wrap: wrap;
  }
}
.page-career .list-page__reason .p-item__box__photo {
  width: 517px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .p-item__box__photo {
    width: 100%;
    margin-bottom: 4.5vw;
  }
}
.page-career .list-page__reason .p-item__box__textarea {
  width: 552px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .p-item__box__textarea {
    width: 100%;
  }
}
.page-career .list-page__reason .p-item__box__num {
  font-size: 205px;
  font-weight: 500;
  line-height: 0.7;
  font-family: futura-pt, sans-serif;
  color: rgba(30, 40, 139, 0.07);
  position: absolute;
  top: 0;
  right: 0;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .p-item__box__num {
    display: none;
  }
}
.page-career .list-page__reason .p-item__box__title {
  font-size: 54px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .p-item__box__title {
    font-size: 8vw;
    margin-bottom: 3vw;
    text-align: left;
  }
}
.page-career .list-page__reason .p-item__box__text {
  font-size: 17px;
  color: #101010;
  line-height: 1.8;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__reason .p-item__box__text {
    font-size: 4vw;
  }
}
.page-career .list-page__mid {
  background: #D3D6F2;
  padding: 90px 0 150px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__mid {
    padding: 15vw 5vw 3vw;
  }
}
.page-career .list-page__mid .title {
  text-align: center;
  font-size: 36px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__mid .title {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}
.page-career .list-page__mid .subtitle {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  line-height: 0.7;
  font-family: futura-pt, sans-serif;
  margin-bottom: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__mid .subtitle {
    font-size: 5.5vw;
    margin-bottom: 5vw;
  }
}
.page-career .list-page__mid__wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__mid__wrap {
    width: 100%;
    flex-wrap: wrap;
  }
}
.page-career .list-page__mid__wrap .p-item__box {
  width: 380px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__mid__wrap .p-item__box {
    width: 100%;
    margin-bottom: 13vw;
  }
}
.page-career .list-page__mid__wrap .p-item__box__photo {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__mid__wrap .p-item__box__photo {
    margin-bottom: 3vw;
  }
}
.page-career .list-page__mid__wrap .p-item__box__name {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__mid__wrap .p-item__box__name {
    font-size: 5vw;
    margin-bottom: 4vw;
    line-height: 1.2;
  }
}
.page-career .list-page__mid__wrap .p-item__box__name span {
  display: block;
  color: #101010;
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__mid__wrap .p-item__box__name span {
    font-size: 4vw;
  }
}
.page-career .list-page__mid__wrap .p-item__box__text {
  color: #101010;
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-career .list-page__mid__wrap .p-item__box__text {
    font-size: 4vw;
    position: relative;
  }
}
@media screen and (max-width: 760px) {
  .page-career .list-page__mid__wrap .p-item__box__text::after {
    content: "続きを読む";
    display: block;
    position: absolute;
    top: 38vw;
    left: 50%;
    bottom: -8.5vw;
    transform: translateX(-50%);
    color: #1e288b;
    font-weight: 500;
    width: 70vw;
    height: fit-content;
    font-size: 4.1vw;
    border: 2px solid #1e288b;
    --matched-radius-padding: 2px;
    --matched-radius-inner-size: 12px;
    border-radius: calc(var(--matched-radius-inner-size) + var(--matched-radius-padding));
    padding: 3vw;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .page-career .list-page__mid__wrap .p-item__box__text.active::after {
    content: "閉じる";
    top: auto;
    bottom: -20vw;
  }
}
@media screen and (max-width: 760px) {
  .page-career .list-page__mid__wrap .p-item__box__text p {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 760px) {
  .page-career .list-page__mid__wrap .p-item__box__text:not(.active) p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 103px;
    -webkit-line-clamp: 5;
    max-height: 60.5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-career .list-page__mid__wrap .p-item__box__text:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

/*  数字で見る number
*----------------------------------- */
.page-number {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.page-number .l-main {
  padding-bottom: 0;
}
.page-number .slide-top {
  opacity: 0;
  transform: translate(0, -40px);
  transition: all 1s ease-out;
}
.page-number .slide-bottom {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s ease-out;
}
.page-number .slide-left {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease-out;
}
.page-number .slide-right {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease-out;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    padding: 0 5vw;
    margin-bottom: 0;
  }
}
.page-number .p-item__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-number .p-item__box {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .page-number .p-item__box__photo {
    width: 100%;
    margin-bottom: 10vw;
  }
  .page-number .p-item__box.box01 .p-item__box__photo:nth-of-type(2) .wrap:nth-of-type(1) {
    margin-bottom: 10vw;
  }
  .page-number .p-item__box.box10 .line:nth-of-type(1) {
    margin-bottom: 5vw;
  }
  .page-number .p-item__box.box10 .line:nth-of-type(2) {
    margin-top: 5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-number .p-item__box.box01 .p-item__box__photo:nth-of-type(1) {
    width: 686px;
    margin-right: -60px;
    position: relative;
    z-index: 1;
  }
  .page-number .p-item__box.box01 .p-item__box__photo:nth-of-type(2) {
    width: 571px;
  }
  .page-number .p-item__box.box01 .p-item__box__photo:nth-of-type(2) .wrap:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .page-number .p-item__box.box02 {
    margin-bottom: 20px;
  }
  .page-number .p-item__box.box03 {
    margin-bottom: 0;
  }
  .page-number .p-item__box.box03 .p-item__box__photo:nth-of-type(1) {
    width: 466px;
    margin-right: -73px;
  }
  .page-number .p-item__box.box03 .p-item__box__photo:nth-of-type(2) {
    width: 356px;
    margin-right: -20px;
  }
  .page-number .p-item__box.box03 .p-item__box__photo:nth-of-type(3) {
    width: 443px;
  }
  .page-number .p-item__box.box04 {
    margin-bottom: 55px;
  }
  .page-number .p-item__box.box05 {
    margin-bottom: 50px;
  }
  .page-number .p-item__box.box06 .p-item__box__photo:nth-of-type(1) {
    width: 571px;
    padding-top: 20px;
  }
  .page-number .p-item__box.box06 .p-item__box__photo:nth-of-type(2) {
    width: 600px;
  }
  .page-number .p-item__box.box08 {
    margin-bottom: 90px;
  }
  .page-number .p-item__box.box09 {
    margin-bottom: 50px;
  }
  .page-number .p-item__box.box10 {
    margin-bottom: 45px;
  }
  .page-number .p-item__box.box10 .line:nth-of-type(1) {
    margin-bottom: 45px;
  }
  .page-number .p-item__box.box10 .line:nth-of-type(2) {
    margin-top: 45px;
  }
}

/*# sourceMappingURL=page02.css.map */
