@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: "anton", sans-serif;
  letter-spacing: 0.07em;
  line-height: 1;
}

.en02 {
  font-family: "anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", 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 #1E1E1E;
  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 #00A0DB;
}
.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: 700;
}
@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: "anton", sans-serif;
  font-size: 66px;
  font-weight: 500;
  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以外)

------------------------------------ */
.page-referral {
  /* 上の紫帯 */
  /* 白ボックス */
  /* 通常テキスト */
  /* SP */
  /* -----------------------------
    吹き出し
  ------------------------------ */
  /* -----------------------------
    各ブロック
  ------------------------------ */
  /* 画像 */
  /* テキスト */
  /* -----------------------------
    SP
  ------------------------------ */
}
.page-referral .l-header,
.page-referral .js-header,
.page-referral .l-toggle,
.page-referral .l-footer-line,
.page-referral .l-other-cmn,
.page-referral .l-footer-cmn {
  display: none;
}
.page-referral .l-main {
  padding-bottom: 0;
}
.page-referral .page_tit {
  text-align: center;
  background: #5057A8;
  color: #fff;
  font-size: 16px;
  line-height: 2.7;
  font-weight: 600;
  padding: 30px 0 33px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .page_tit {
    font-size: 4.1vw;
    padding: 7vw 5vw;
    line-height: 2.2;
    text-align: left;
  }
}
.page-referral .page_subtit {
  text-align: center;
  font-size: 16px;
  line-height: 2.63;
  font-weight: 600;
  padding: 71px 0 84px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .page_subtit {
    font-size: 4.1vw;
    padding: 13vw 5vw;
    line-height: 2.5;
    text-align: left;
  }
}
.page-referral .page_subtit span {
  position: relative;
}
.page-referral .page_subtit span::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #D2D4E9;
  height: 11px;
  bottom: 0;
  z-index: -1;
  right: 0;
}
.page-referral .p-gallery {
  overflow: hidden;
}
.page-referral .p-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .p-question {
  padding: 144px 40px 128px;
  background: #F5F5F5;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-question {
    padding: 16vw 5vw;
  }
}
.page-referral .p-question__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-referral .p-question__head {
  position: relative;
  width: 100%;
  background: #595db1;
  color: #fff;
  padding: 30px 20px;
  width: 1080px;
  margin-bottom: 77px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-question__head {
    width: 90vw;
    padding: 5vw;
    margin-bottom: 11vw;
  }
}
.page-referral .p-question__head::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 20px solid #595db1;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-question__head::after {
    bottom: -4vw;
    transform: translateX(-50%);
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 5vw solid #595db1;
  }
}
.page-referral .p-question__head p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-question__head p {
    font-size: 4.1vw;
  }
}
.page-referral .p-question__box {
  margin: 0 auto;
  max-width: 585px;
}
.page-referral .p-question__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-question__text {
    font-size: 4.1vw;
    margin-top: 9vw;
    margin-bottom: 3vw;
  }
}
.page-referral .p-question__text p {
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 2.6;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-question__text p {
    font-size: 4.1vw;
    line-height: 2;
  }
}
.page-referral .p-question__last {
  font-size: 27px;
  font-weight: 600;
  color: #595db1;
  line-height: 1.8;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-question__last {
    font-size: 4.7vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-question__box,
  .page-referral .p-question__text,
  .page-referral .p-question__box ul {
    font-size: 4.1vw;
  }
}
.page-referral .p-reason {
  padding: 142px 0 0;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason {
    padding: 6vw 5vw;
  }
}
.page-referral .p-reason__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-referral .p-reason__head {
  position: relative;
  width: 609px;
  margin: 0 auto 52px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__head {
    margin-bottom: 0;
    padding: 9vw;
    width: 100%;
  }
}
.page-referral .p-reason__head p {
  font-size: 18px;
  font-weight: 600;
  color: #4b52b8;
  line-height: 1.8;
}
.page-referral .p-reason__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 84px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__item {
    flex-wrap: wrap;
    margin-bottom: 10vw;
  }
}
.page-referral .p-reason__image {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__image {
    width: 100%;
  }
}
.page-referral .p-reason__image img {
  width: 100%;
  display: block;
}
.page-referral .p-reason__content {
  width: 44%;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__content {
    width: 100%;
  }
}
.page-referral .p-reason__label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #4b52b8;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__label {
    font-size: 4.1vw;
    margin-bottom: 1vw;
  }
}
.page-referral .p-reason__num {
  font-size: 39px;
  font-weight: 500;
  margin-left: 6px;
  font-family: "anton", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__num {
    font-size: 8vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__content {
    margin-top: 4vw;
  }
}
.page-referral .p-reason__content h3 {
  font-size: 32px;
  margin-bottom: 9px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__content h3 {
    font-size: 7.5vw;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 7vw;
  }
}
.page-referral .p-reason__content h3 span {
  color: #4b52b8;
}
.page-referral .p-reason__content p {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__content p {
    font-size: 4.1vw;
    margin-bottom: 2vw;
  }
}
.page-referral .p-reason__text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__text {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
}
.page-referral .p-reason__item:nth-of-type(2n-1) {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-reason__head p {
    font-size: 4.6vw;
  }
  .page-referral .p-reason__item:nth-of-type(even) {
    flex-direction: column;
  }
  .page-referral .p-reason__content p {
    font-size: 4.1vw;
  }
}
.page-referral .p-benefit {
  padding: 88px 0 123px;
  font-size: 16px;
  /* 上部ボックス */
  /* 3カラム */
  /* SP */
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-benefit {
    padding: 0 5vw 20vw;
  }
}
.page-referral .p-benefit__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-referral .p-benefit__head {
  border: 3px solid #FDECAF;
  padding: 40px 56px;
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  border-radius: 6px;
  gap: 45px;
  margin-top: 70px;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-benefit__head {
    padding: 5vw;
    flex-wrap: wrap;
    margin-top: 9vw;
    gap: 3vw;
    justify-content: center;
  }
}
.page-referral .p-benefit__title {
  font-size: 43px;
  font-weight: 700;
  color: #5057A8;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-benefit__title {
    font-size: 8vw;
    text-align: center;
  }
}
.page-referral .p-benefit__lead {
  line-height: 1.8;
}
.page-referral .p-benefit_bnr {
  max-width: 746px;
  margin: 0 auto;
}
.page-referral .p-benefit__items {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-benefit__items {
    flex-direction: column;
    gap: 12vw;
  }
}
.page-referral .p-benefit__item {
  width: 33.333%;
  text-align: center;
}
.page-referral .p-benefit__image {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-benefit__image {
    margin-bottom: 4vw;
    border: 1px solid #bcbcbc;
  }
}
.page-referral .p-benefit__image img {
  width: 100%;
  height: auto;
}
.page-referral .p-benefit h3 {
  font-size: 25px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #5057A8;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-benefit h3 {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
}
.page-referral .p-benefit p {
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-benefit p {
    font-size: 4.1vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-benefit {
    font-size: 4.1vw;
  }
  .page-referral .p-benefit__item {
    width: 100%;
  }
}
.page-referral .p-voice {
  background: #F5F5F5;
  padding: 120px 0 106px;
  font-size: 16px;
  text-align: center;
  /* ラベル */
  /* SP */
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-voice {
    padding: 15vw 5vw;
  }
}
.page-referral .p-voice__inner {
  max-width: 957px;
  margin: 0 auto;
}
.page-referral .p-voice__title {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-voice__title {
    margin-bottom: 1vw;
  }
}
.page-referral .p-voice__subtitle {
  margin-bottom: 38px;
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-voice__subtitle {
    font-size: 4.1vw;
    margin-bottom: 13vw;
  }
}
.page-referral .p-voice__items {
  display: flex;
  justify-content: space-between;
  gap: 49px;
}
.page-referral .p-voice__item {
  width: 50%;
}
.page-referral .p-voice__label {
  display: inline-block;
  background: #575fb3;
  color: #fff;
  padding: 3px 45px;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-voice__label {
    padding: 1vw 8vw;
    font-size: 5vw;
    margin-bottom: 10vw;
  }
}
.page-referral .p-voice__label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #575fb3;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-voice__label::after {
    bottom: -3vw;
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 4vw solid #575fb3;
  }
}
.page-referral .p-voice__icon {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-voice__icon {
    margin-bottom: 5vw;
  }
}
.page-referral .p-voice__icon img {
  height: auto;
}
.page-referral .p-voice__text {
  text-align: left;
  line-height: 1.85;
}
.page-referral .p-voice__text p + p {
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .p-voice {
    font-size: 4.1vw;
  }
  .page-referral .p-voice__title {
    font-size: 10vw;
  }
  .page-referral .p-voice__items {
    flex-direction: column;
    gap: 16vw;
  }
  .page-referral .p-voice__item {
    width: 100%;
  }
  .page-referral .p-voice__text {
    text-align: left;
  }
}
.page-referral .l-message {
  padding: 121px 0 100px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message {
    padding: 17vw 5vw;
  }
}
.page-referral .l-message .p-message__title {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message .p-message__title {
    margin-bottom: 1vw;
    font-size: 13vw;
  }
}
.page-referral .l-message .p-message__subtitle {
  margin-bottom: 52px;
  text-align: center;
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message .p-message__subtitle {
    font-size: 4.1vw;
    margin-bottom: 10vw;
  }
}
.page-referral .l-message__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
  font-weight: 500;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message__inner {
    flex-direction: column;
    gap: 12vw;
  }
}
.page-referral .l-message__content {
  width: 59%;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message__content {
    width: 100%;
  }
}
.page-referral .l-message__chart {
  margin-bottom: 34px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message__chart {
    margin-bottom: 5vw;
  }
}
.page-referral .l-message__chart img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .l-message__text {
  font-size: 16px;
  line-height: 2;
  color: #222;
}
.page-referral .l-message__text p {
  margin-bottom: 24px;
  line-height: 2.1;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message__text p {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message__text {
    font-size: 4.1vw;
  }
}
.page-referral .l-message .l-message__text02 {
  width: 100%;
  line-height: 2.1;
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message .l-message__text02 {
    font-size: 4.1vw;
  }
}
.page-referral .l-message__profile {
  width: 36%;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message__profile {
    width: 100%;
  }
}
.page-referral .l-message__photo {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message__photo {
    margin-bottom: 4vw;
  }
}
.page-referral .l-message__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .l-message__name {
  font-size: 15px;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message__name {
    font-size: 4.1vw;
  }
}
.page-referral .l-message__name span {
  font-size: 19px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message__name span {
    font-size: 5.2vw;
  }
}
.page-referral .l-message__name strong {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-message__name {
    font-size: 3.8vw;
  }
  .page-referral .l-message__name strong {
    font-size: 4.4vw;
  }
}
.page-referral .l-line-cta {
  padding: 95px 0 112px;
  background: #f4f4f4;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-line-cta {
    padding: 15vw 5vw;
  }
}
.page-referral .l-line-cta__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.page-referral .l-line-cta__title {
  font-size: 34px;
  font-weight: 700;
  color: #5b5bb5;
  margin-bottom: 11px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-line-cta__title {
    font-size: 6vw;
  }
}
.page-referral .l-line-cta__lead {
  font-size: 22px;
  line-height: 2;
  color: #222;
  margin-bottom: 47px;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-line-cta__lead {
    font-size: 4.1vw;
    margin-bottom: 9vw;
  }
}
.page-referral .l-line-cta__btn {
  width: 709px;
  display: block;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-line-cta__btn {
    width: 90vw;
  }
}
.page-referral .l-line-cta__icon {
  width: 40px;
  height: 40px;
}
.page-referral .l-line-cta__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .l-line-cta__arrow {
  position: absolute;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
}
.page-referral .l-line-cta__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00c300;
  border-right: 2px solid #00c300;
  transform: translate(-60%, -50%) rotate(45deg);
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-line-cta__arrow {
    right: 20px;
    width: 36px;
    height: 36px;
  }
}
.page-referral .l-footer {
  padding: 50px 0 60px;
  background: #111;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-footer {
    padding: 15vw 5vw;
  }
}
.page-referral .l-footer__inner {
  max-width: 495px;
  margin: 0 auto;
}
.page-referral .l-footer__logo {
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 5px;
  font-family: "anton", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-footer__logo {
    font-size: 10vw;
    margin-bottom: 0;
  }
}
.page-referral .l-footer__sub {
  font-size: 14px;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-footer__sub {
    font-size: 3.8vw;
    margin-bottom: 8vw;
  }
}
.page-referral .l-footer__info {
  margin-bottom: 60px;
  font-size: 16px;
}
.page-referral .l-footer__row {
  display: flex;
  justify-content: space-between;
  padding: 18px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-footer__row {
    padding: 5vw 3vw;
  }
}
.page-referral .l-footer__row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-referral .l-footer__row dt {
  width: 17%;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-footer__row dt {
    font-size: 4.1vw;
    width: 20%;
  }
}
.page-referral .l-footer__row dd {
  width: 73%;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-footer__row dd {
    font-size: 4.1vw;
  }
}
.page-referral .l-footer__copy {
  font-size: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .l-footer__copy {
    font-size: 3.5vw;
  }
}
.page-referral .l-footer__copy {
  background: none;
}

.page-executive {
  /* -----------------------------
    吹き出し
  ------------------------------ */
  /* -----------------------------
    各ブロック
  ------------------------------ */
  /* 画像 */
  /* テキスト */
  /* -----------------------------
    SP
  ------------------------------ */
}
.page-executive .l-main {
  padding-bottom: 0;
}
.page-executive .p-title {
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-title {
    margin-bottom: 2vw;
    font-size: 12vw;
  }
}
.page-executive .p-subtitle {
  text-align: center;
  margin-bottom: 38px;
  font-size: 16px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-subtitle {
    font-size: 4.1vw;
    margin-bottom: 9vw;
  }
}
.page-executive .page_tit {
  text-align: center;
  color: #480771;
  font-size: 42px;
  font-weight: 600;
  padding: 112px 0 0;
}
@media print, screen and (max-width: 760px) {
  .page-executive .page_tit {
    font-size: 5.9vw;
    padding: 13vw 5vw 9vw;
    text-align: center;
  }
}
.page-executive .page_list {
  width: 400px;
  margin: 0 auto -9px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .page_list {
    width: 90%;
    margin: 0 auto 9vw;
  }
}
.page-executive .page_subtit {
  text-align: center;
  font-size: 16px;
  line-height: 2.63;
  font-weight: 600;
  padding: 35px 0 29px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .page_subtit {
    font-size: 4.1vw;
    padding: 0 5vw 9vw;
    line-height: 2;
    text-align: left;
  }
}
.page-executive .page_subtit span {
  position: relative;
}
.page-executive .page_subtit span::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #D2D4E9;
  height: 11px;
  bottom: 0;
  z-index: -1;
  right: 0;
}
.page-executive .p-recommended {
  padding: 65px 40px 96px;
  background: #480771;
  margin: 90px auto 0;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-recommended {
    padding: 14vw 5vw;
    margin: 15vw auto 0;
  }
}
.page-executive .p-recommended__head {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 13px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-recommended__head {
    font-size: 6.5vw;
    margin-bottom: 1vw;
  }
}
.page-executive .p-recommended__subhead {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-recommended__subhead {
    font-size: 3.7vw;
    margin-bottom: 6vw;
  }
}
.page-executive .p-recommended__box {
  max-width: calc(1200px + 8%);
  padding: 0 4%;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-recommended__box {
    padding: 0;
  }
}
.page-executive .p-reason {
  padding: 132px 0 0;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason {
    padding: 15vw 5vw 0;
  }
}
.page-executive .p-reason__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-executive .p-reason__head {
  position: relative;
  width: 609px;
  margin: 0 auto 52px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__head {
    margin-bottom: 0;
    padding: 9vw;
    width: 100%;
  }
}
.page-executive .p-reason__head p {
  font-size: 18px;
  font-weight: 600;
  color: #4b52b8;
  line-height: 1.8;
}
.page-executive .p-reason__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 65px;
  margin-top: 59px;
  padding-bottom: 55px;
  border-bottom: 1px solid #70706E;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__item {
    flex-wrap: wrap;
    margin-bottom: 11vw;
    margin-top: 0;
    padding-bottom: 7vw;
  }
}
.page-executive .p-reason__item:last-child {
  border-bottom: none;
}
.page-executive .p-reason__image {
  width: 41.7%;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__image {
    width: 100%;
  }
}
.page-executive .p-reason__image img {
  width: 100%;
  display: block;
}
.page-executive .p-reason__content {
  width: 53.7%;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__content {
    width: 100%;
  }
}
.page-executive .p-reason__label {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #480771;
  margin-bottom: 11px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__label {
    font-size: 4.1vw;
    margin-bottom: 3vw;
  }
}
.page-executive .p-reason__num {
  font-size: 39px;
  font-weight: 500;
  margin-left: 6px;
  font-family: "anton", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__num {
    font-size: 8vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__content {
    margin-top: 4vw;
  }
}
.page-executive .p-reason__content h3 {
  font-size: 32px;
  margin-bottom: 21px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__content h3 {
    font-size: 6.1vw;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
}
.page-executive .p-reason__content h3 span {
  color: #4b52b8;
}
.page-executive .p-reason__content p {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__content p {
    font-size: 4.1vw;
    margin-bottom: 2vw;
  }
}
.page-executive .p-reason__content p.p-reason_text02 {
  margin: 11px auto;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__content p.p-reason_text02 {
    margin: 1vw auto;
  }
}
.page-executive .p-reason__text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__text {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
}
.page-executive .p-reason__item:nth-of-type(2n-1) {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-reason__head p {
    font-size: 4.6vw;
  }
  .page-executive .p-reason__item:nth-of-type(even) {
    flex-direction: column;
  }
  .page-executive .p-reason__content p {
    font-size: 4.1vw;
  }
}
.page-executive .p-career {
  background: #F5F5F5;
  padding: 115px 0px 130px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-career {
    padding: 20vw 5vw 25vw;
  }
}
.page-executive .p-career_img {
  max-width: calc(1033px + 8%);
  padding: 0 4%;
  margin: 60px auto 30px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-career_img {
    margin: 0 auto 2vw;
    overflow-x: scroll;
  }
  .page-executive .p-career_img img {
    width: 900px;
  }
  .page-executive .p-career_img_test {
    margin-bottom: 5vw;
  }
}
.page-executive .p-career_sub_tit {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-career_sub_tit {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 7vw;
  }
}
.page-executive .p-career_tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-career_tit {
    font-size: 4.62vw;
    text-align: left;
  }
}
.page-executive .l-training {
  padding: 125px 0 105px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-training {
    padding: 20vw 5vw;
  }
}
.page-executive .l-training__inner {
  max-width: calc(1200px + 8%);
  margin: 56px auto 0;
  padding: 0 4%;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-training__inner {
    font-size: 4.62vw;
    padding: 0;
    margin: 0 auto;
  }
}
.page-executive .l-training__row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 46px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-training__row {
    flex-direction: column;
    gap: 6vw;
    margin-bottom: 12vw;
  }
}
.page-executive .l-training__image {
  width: 31%;
}
.page-executive .l-training__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-training__image {
    width: 100%;
  }
}
.page-executive .l-training__content {
  width: calc(69% - 40px);
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-training__content {
    width: 100%;
  }
}
.page-executive .l-training__title {
  font-size: 25px;
  font-weight: 700;
  color: #480771;
  margin-bottom: 9px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-training__title {
    font-size: 5.6vw;
    margin-bottom: 2vw;
  }
}
.page-executive .l-training__text {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-training__text {
    font-size: 4.1vw;
  }
}
.page-executive .l-training__bottom {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #F5F5F5;
  padding: 31px 50px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-training__bottom {
    flex-direction: column;
    gap: 3vw;
    padding: 5vw;
  }
}
.page-executive .l-training__bottom-title {
  font-size: 25px;
  font-weight: 700;
  color: #480771;
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-training__bottom-title {
    font-size: 6vw;
  }
}
.page-executive .l-training__bottom-text {
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  padding: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-training__bottom-text {
    font-size: 4.1vw;
  }
}
.page-executive .p-curriculum {
  padding: 0 0 77px;
  font-size: 16px;
  /* 上部ボックス */
  /* 3カラム */
  /* SP */
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-curriculum {
    padding: 0 5vw 20vw;
  }
}
.page-executive .p-curriculum__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-executive .p-curriculum__head {
  border: 3px solid #FDECAF;
  padding: 40px 56px;
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  border-radius: 6px;
  gap: 45px;
  margin-top: 70px;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-curriculum__head {
    padding: 5vw;
    flex-wrap: wrap;
    margin-top: 9vw;
    gap: 3vw;
    justify-content: center;
  }
}
.page-executive .p-curriculum__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: #480771;
  text-align: center;
  padding: 29px;
  margin-bottom: 47px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-curriculum__title {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 3vw;
    padding: 5vw;
    line-height: 1.2;
  }
}
.page-executive .p-curriculum__lead {
  line-height: 1.8;
}
.page-executive .p-curriculum_bnr {
  max-width: 746px;
  margin: 0 auto;
}
.page-executive .p-curriculum__items {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-curriculum__items {
    flex-direction: column;
    gap: 12vw;
  }
}
.page-executive .p-curriculum__item {
  width: 33.333%;
  text-align: center;
}
.page-executive .p-curriculum__image {
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-curriculum__image {
    margin-bottom: 4vw;
  }
}
.page-executive .p-curriculum__image img {
  width: 100%;
  height: auto;
}
.page-executive .p-curriculum h3 {
  font-size: 31px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #480771;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-curriculum h3 {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
}
.page-executive .p-curriculum p {
  line-height: 1.88;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-curriculum p {
    font-size: 4.1vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-curriculum {
    font-size: 4.1vw;
  }
  .page-executive .p-curriculum__item {
    width: 100%;
  }
}
.page-executive .l-management {
  padding: 96px 0 1px;
  background: #F0EDF4;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-management {
    padding: 20vw 5vw 5vw;
  }
}
.page-executive .l-management__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.page-executive .l-management__heading {
  text-align: center;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-management__heading {
    margin-bottom: 15vw;
  }
}
.page-executive .l-management__heading h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}
.page-executive .l-management__heading h2 span {
  color: #480771;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-management__heading h2 {
    font-size: 6vw;
  }
}
.page-executive .l-management__row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
  margin-top: -23px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-management__row {
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 19vw;
  }
}
.page-executive .l-management__row--reverse {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-management__row--reverse {
    flex-direction: column;
  }
}
.page-executive .l-management__image {
  width: 48%;
}
.page-executive .l-management__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-management__image {
    width: 100%;
  }
}
.page-executive .l-management__content {
  width: 50%;
}
.page-executive .l-management__content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #480771;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-management__content h3 {
    font-size: 6.2vw;
    margin-bottom: 2vw;
  }
}
.page-executive .l-management__content p {
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-management__content p {
    font-size: 4.1vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-management__content {
    width: 100%;
  }
  .page-executive .l-management__content p {
    font-size: 4vw;
  }
}
.page-executive .p-voice {
  padding: 129px 0 59px;
  background: #F5F5F5;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice {
    padding: 25vw 5vw;
  }
}
.page-executive .p-voice__header {
  text-align: center;
  margin-bottom: 45px;
  font-family: "the-seasons", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice__header {
    margin-bottom: 8vw;
  }
}
.page-executive .p-voice__title {
  font-size: 120px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #480771;
  font-family: "the-seasons", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice__title {
    font-size: 17vw;
    margin-bottom: 1vw;
  }
}
.page-executive .p-voice__subtitle {
  font-size: 18px;
  color: #480771;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice__subtitle {
    font-size: 4.62vw;
  }
}
.page-executive .p-voice__list {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
  gap: 39px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice__list {
    margin: 0 auto 0;
    gap: 7vw;
  }
}
.page-executive .p-voice__item {
  background: #fff;
  border-radius: 10px;
  padding: 38px 39px 31px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice__item {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6vw;
    padding: 10vw 5vw 7vw;
  }
}
.page-executive .p-voice__icon {
  width: 180px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice__icon {
    width: 100%;
  }
}
.page-executive .p-voice__icon img {
  width: 165.53px;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice__icon img {
    width: 50vw;
    margin: 0 auto;
  }
}
.page-executive .p-voice__icon p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-top: 14px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice__icon p {
    font-size: 4.1vw;
  }
}
.page-executive .p-voice__content h3 {
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: -16px;
  color: #480771;
  font-weight: 600;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice__content h3 {
    font-size: 6.3vw;
    margin-bottom: 2vw;
    margin-top: 0;
    text-align: left;
  }
}
.page-executive .p-voice__content p {
  font-size: 16px;
  line-height: 2.1;
}
@media print, screen and (max-width: 760px) {
  .page-executive .p-voice__content p {
    font-size: 4.1vw;
  }
}
.page-executive .p-voice__cta {
  text-align: center;
  font-size: 36px;
  line-height: 1.8;
  color: #fff;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
.page-executive .p-voice__cta span {
  font-size: 48px;
}
.page-executive .l-message {
  padding: 121px 0 100px;
  background: #1E1E1E;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message {
    padding: 17vw 5vw;
  }
}
.page-executive .l-message .p-message__title {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message .p-message__title {
    margin-bottom: 1vw;
    font-size: 13vw;
  }
}
.page-executive .l-message .p-message__subtitle {
  margin-bottom: 52px;
  text-align: center;
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message .p-message__subtitle {
    font-size: 4.1vw;
    margin-bottom: 10vw;
  }
}
.page-executive .l-message__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
  font-weight: 500;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__inner {
    flex-direction: column;
    gap: 12vw;
  }
}
.page-executive .l-message__content {
  width: 59%;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__content {
    width: 100%;
  }
}
.page-executive .l-message__chart {
  margin-bottom: 34px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__chart {
    margin-bottom: 5vw;
  }
}
.page-executive .l-message__chart img {
  width: 100%;
  height: auto;
  display: block;
}
.page-executive .l-message__text {
  font-size: 16px;
  line-height: 2;
}
.page-executive .l-message__text p {
  margin-bottom: 24px;
  line-height: 2.1;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__text p {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__text {
    font-size: 4.1vw;
  }
}
.page-executive .l-message .l-message__text02 {
  width: 100%;
  line-height: 2.1;
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message .l-message__text02 {
    font-size: 4.1vw;
  }
}
.page-executive .l-message__profile {
  width: 36%;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__profile {
    width: 100%;
  }
}
.page-executive .l-message__photo {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__photo {
    margin-bottom: 4vw;
  }
}
.page-executive .l-message__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.page-executive .l-message__name {
  font-size: 15px;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__name {
    font-size: 4.1vw;
  }
}
.page-executive .l-message__name span {
  font-size: 19px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__name span {
    font-size: 5.2vw;
  }
}
.page-executive .l-message__name strong {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__name {
    font-size: 3.8vw;
  }
  .page-executive .l-message__name strong {
    font-size: 4.4vw;
  }
}
.page-executive .l-message__last {
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  margin: 121px auto 15px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-message__last {
    font-size: 5.7vw;
    margin: 10vw auto 10vw;
  }
}
.page-executive .l-line-cta {
  padding: 95px 0 112px;
  background: #f4f4f4;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-line-cta {
    padding: 15vw 5vw;
  }
}
.page-executive .l-line-cta__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.page-executive .l-line-cta__title {
  font-size: 34px;
  font-weight: 700;
  color: #5b5bb5;
  margin-bottom: 11px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-line-cta__title {
    font-size: 6vw;
  }
}
.page-executive .l-line-cta__lead {
  font-size: 22px;
  line-height: 2;
  color: #222;
  margin-bottom: 47px;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-line-cta__lead {
    font-size: 4.1vw;
    margin-bottom: 9vw;
  }
}
.page-executive .l-line-cta__btn {
  width: 709px;
  display: block;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-line-cta__btn {
    width: 90vw;
  }
}
.page-executive .l-line-cta__icon {
  width: 40px;
  height: 40px;
}
.page-executive .l-line-cta__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.page-executive .l-line-cta__arrow {
  position: absolute;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
}
.page-executive .l-line-cta__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00c300;
  border-right: 2px solid #00c300;
  transform: translate(-60%, -50%) rotate(45deg);
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-line-cta__arrow {
    right: 20px;
    width: 36px;
    height: 36px;
  }
}

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