@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;
  font-weight: 400;
  letter-spacing: 0;
  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 #1F1F1F;
  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 #66C5E2;
}
.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: #0B4BAE;
}
@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;
  }
}

/* mobile */
.l-main {
  background: rgba(29, 32, 136, 0.85);
}

@media (max-width: 767px) {
  .list-page__header {
    padding-top: 12.3076923077dvw;
    margin-bottom: 11.2820512821dvw;
  }
}
.list-page__header__container {
  width: 100%;
  max-width: 1366px;
}
@media (max-width: 767px) {
  .list-page__header__container {
    padding: 0 5.1282051282dvw;
  }
}
.list-page__header__subtitle {
  padding-left: 42px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .list-page__header__subtitle {
    font-size: 70px;
    font-size: 17.9487179487dvw;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .list-page__header__title {
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}

.bg-img {
  position: fixed;
  width: 100dvw;
  z-index: -1;
}

@media (max-width: 767px) {
  .is-hidden-sp {
    display: none;
  }
}

.is-visible-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-visible-sp {
    display: block;
  }
}

.l-other-contents {
  background-color: #000;
  padding: 59px 0 77px;
}
@media (max-width: 767px) {
  .l-other-contents {
    padding: 14.358974359dvw 0 16.4102564103dvw;
  }
}
.l-other-contents .l-other-contents__container {
  width: 100%;
  max-width: 1200px;
}
.l-other-contents .p-cmn-header {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .l-other-contents .p-cmn-header {
    margin-bottom: 8.7179487179dvw;
  }
}
.l-other-contents .p-cmn-header__title.en {
  font-size: 90px;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .l-other-contents .p-cmn-header__title.en {
    font-size: 50px;
    font-size: 12.8205128205dvw;
  }
}
.l-other-contents .p-cmn-header__subtitle {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  .l-other-contents .p-cmn-header__subtitle {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-other-contents li a {
  padding: 20px 24px;
}
@media (max-width: 767px) {
  .l-other-contents li a {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-other-contents li a::before {
  position: absolute;
  top: 26px;
  right: 19px;
  width: 17px;
  height: 17px;
  background-color: #1D2088;
  border-radius: 50%;
  content: "";
}
.l-other-contents li a::after {
  top: 31.6px;
  transform: translateY(0);
  right: 25px;
  border-width: 3px 0 3px 4px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 5px;
  height: 4px;
  background-color: pink;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  .l-other-contents ul {
    padding: 0 5.1282051282dvw;
  }
}

.l-frame span {
  position: fixed;
  z-index: 100;
  background: #fff;
  z-index: 10000;
}
.l-frame .top, .l-frame .bottom {
  left: 0;
  width: 100vw;
  height: 10px;
}
@media print, screen and (max-width: 760px) {
  .l-frame .top, .l-frame .bottom {
    height: 7px;
  }
}
.l-frame .left, .l-frame .right {
  top: 0;
  width: 10px;
  height: 100vh;
}
@media print, screen and (max-width: 760px) {
  .l-frame .left, .l-frame .right {
    width: 7px;
  }
}
.l-frame .top {
  top: 0;
}
.l-frame .bottom {
  bottom: 0;
}
.l-frame .left {
  left: 0;
}
.l-frame .right {
  right: 0;
}

.cmn-recommend {
  margin: 0 auto;
  max-width: 1200px;
  padding: 56px 60px 10px;
  background-color: #f5f5f5;
  position: relative;
}
@media (min-width: 768px) {
  .cmn-recommend {
    min-height: 566px;
  }
}
@media (max-width: 767px) {
  .cmn-recommend {
    margin: 0 5.1282051282dvw;
    padding: 5.1282051282dvw 0 0;
  }
}
.page-women .cmn-recommend {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .page-women .cmn-recommend {
    margin-bottom: 20.5128205128dvw;
  }
}
.page-career .cmn-recommend {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .page-career .cmn-recommend {
    margin-bottom: 23.0769230769dvw;
  }
}
@media (max-width: 767px) {
  .cmn-recommend__txt {
    overflow: hidden;
  }
}
.cmn-recommend__ttl {
  position: relative;
  white-space: nowrap;
  font-size: 4rem;
  margin: -0.5em 0 0.4em;
}
@media (min-width: 768px) {
  .cmn-recommend__ttl {
    width: 10em;
  }
}
@media (max-width: 767px) {
  .cmn-recommend__ttl {
    margin: 0 0 0.6em;
    overflow-x: clip;
    text-align: center;
    font-size: 24px;
    font-size: 6.1538461538dvw;
  }
}
.cmn-recommend__ttl span {
  font-weight: bold;
  display: block;
  line-height: 1;
}
.cmn-recommend__ttl span:nth-of-type(1) {
  font-size: 12rem;
  font-weight: 300;
  font-family: "anton", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .cmn-recommend__ttl span:nth-of-type(1) {
    margin-left: -0.2em;
    font-size: 62px;
    font-size: 15.8974358974dvw;
  }
}
.cmn-recommend__ttl span:nth-of-type(2) {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cmn-recommend__ttl span:nth-of-type(2) {
    left: 0;
    right: 0;
  }
}
.page-women .cmn-recommend__ttl b {
  color: #f85c7a;
}
.page-career .cmn-recommend__ttl b {
  color: #66C5E2;
}
.cmn-recommend__list {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cmn-recommend__list {
    padding: 0 0 20px 36px;
  }
}
@media (max-width: 767px) {
  .cmn-recommend__list {
    padding: 0 0 0 5.1282051282dvw;
  }
}
.cmn-recommend__list li {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 33px;
}
@media (max-width: 767px) {
  .cmn-recommend__list li {
    padding-left: 7.6923076923dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.cmn-recommend__list li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 22px;
  height: 21px;
  display: block;
  content: "";
}
.page-women .cmn-recommend__list li::before {
  background: url("../women/images/icon_check.svg") center/contain no-repeat;
}
.page-career .cmn-recommend__list li::before {
  background: url("../career/images/icon_check.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .cmn-recommend__list li::before {
    top: 0.26em;
    width: 5.1282051282dvw;
    height: 4.8717948718dvw;
  }
}
.page-women .cmn-recommend__list li span {
  color: #f85c7a;
}
.page-career .cmn-recommend__list li span {
  color: #66C5E2;
}
.cmn-recommend__list li + li {
  margin-top: 0.8em;
}
@media (max-width: 767px) {
  .cmn-recommend__list li + li {
    margin-top: 0.7em;
  }
}
@media (min-width: 768px) {
  .cmn-recommend__img {
    position: absolute;
    left: 50%;
    bottom: 0;
    max-width: 538px;
  }
  .page-career .cmn-recommend__img {
    bottom: -12px;
  }
}
@media (max-width: 767px) {
  .cmn-recommend__img {
    margin: 8.9743589744dvw 5.1282051282dvw 0;
  }
  .page-career .cmn-recommend__img {
    margin: 1.2820512821dvw 0 0 3.3333333333dvw;
  }
}
.cmn-recommend__img img {
  height: auto;
}

.cmn-reason {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cmn-reason {
    margin: 0 5.1282051282dvw;
  }
}
.cmn-reason__ttl {
  margin: 0 auto 80px;
  height: fit-content;
  width: fit-content;
  min-width: 424px;
  height: 79px;
  border: 3px solid #1D2088;
  box-sizing: border-box;
  color: #1D2088;
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .cmn-reason__ttl {
    min-width: 78.4615384615dvw;
    height: 17.4358974359dvw;
    font-size: 20px;
    font-size: 5.1282051282dvw;
    border: 0.7692307692dvw solid #1D2088;
  }
}
.page-women .cmn-reason__ttl {
  color: #f85c7a;
  border-color: #f85c7a;
}
.page-career .cmn-reason__ttl {
  color: #66C5E2;
  border-color: #66C5E2;
}
.cmn-reason__ttl::before, .cmn-reason__ttl::after {
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  width: 22px;
  height: 17px;
  background-color: #1D2088;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 767px) {
  .cmn-reason__ttl::before, .cmn-reason__ttl::after {
    width: 5.641025641dvw;
    height: 4.358974359dvw;
    bottom: -4.358974359dvw;
  }
}
.page-women .cmn-reason__ttl::before {
  background-color: #f85c7a;
}
.page-career .cmn-reason__ttl::before {
  background-color: #66C5E2;
}
.cmn-reason__ttl::after {
  bottom: -12px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cmn-reason__ttl::after {
    bottom: -3.0769230769dvw;
  }
}

.cmn-reason-col {
  margin-bottom: 150px;
  display: flex;
  flex-flow: column;
  row-gap: 82px;
}
@media (max-width: 767px) {
  .cmn-reason-col {
    margin-bottom: 25.641025641dvw;
    row-gap: 15.3846153846dvw;
  }
}
.cmn-reason-col__item {
  display: flex;
  column-gap: min(5vw, 72px);
}
.page-women .cmn-reason-col__item {
  align-items: center;
}
@media (min-width: 768px) {
  .cmn-reason-col__item:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}
@media (max-width: 767px) {
  .cmn-reason-col__item {
    row-gap: 3.5897435897dvw;
    flex-flow: column;
  }
}
.cmn-reason-col__item.wide {
  flex-flow: column-reverse;
}
@media (min-width: 768px) {
  .cmn-reason-col__item.wide {
    row-gap: min(5vw, 60px);
  }
}
.cmn-reason-col__item.wide .cmn-reason-col__img {
  border: 1px solid #707070;
  width: 100%;
  background: #fff;
  padding: 39px 104px 47px;
}
@media (max-width: 767px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img {
    font-weight: 400;
    padding: 3vw 3vw 5vw;
  }
}
.cmn-reason-col__item.wide .cmn-reason-col__img p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 3vw;
}
@media (max-width: 767px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}
@media (max-width: 767px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img__inner {
    overflow-y: hidden;
  }
  .cmn-reason-col__item.wide .cmn-reason-col__img__inner img {
    width: 764px;
  }
}
.cmn-reason-col__item.wide .cmn-reason-col__img__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img__text {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}
@media (min-width: 768px) {
  .cmn-reason-col__img {
    width: 50%;
  }
}
.cmn-reason-col__img img {
  height: auto;
}
@media (min-width: 768px) {
  .cmn-reason-col__txt {
    flex: 1;
  }
}
.cmn-reason-col__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .cmn-reason-col__txt p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.cmn-reason-col__ttl {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  column-gap: 9px;
  color: #1D2088;
}
@media (max-width: 767px) {
  .cmn-reason-col__ttl {
    margin-bottom: 0.6em;
    column-gap: 2.3076923077dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.cmn-reason-col__ttl span {
  font-size: 4.5rem;
  font-family: "anton", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cmn-reason-col__ttl span {
    font-size: 45px;
    font-size: 11.5384615385dvw;
  }
}
.page-women .cmn-reason-col__ttl {
  color: #f85c7a;
}
.page-career .cmn-reason-col__ttl {
  color: #66C5E2;
}
.cmn-reason-col__catch {
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .cmn-reason-col__catch {
    font-size: 20px;
    font-size: 5.1282051282dvw;
  }
}
.cmn-reason-col__subttl {
  margin-bottom: 1em;
  font-size: 3.6rem;
  line-height: 1.5277777778;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cmn-reason-col__subttl {
    margin-bottom: 0.6em;
    font-size: 28px;
    font-size: 7.1794871795dvw;
  }
}
.cmn-reason-col__subttl span {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(29, 32, 136, 0.11) 0%);
  padding: 0 0.2em 0.1em 0;
}
.page-women .cmn-reason-col__subttl span {
  background: linear-gradient(transparent 60%, rgba(248, 92, 122, 0.11) 0%);
}
.page-career .cmn-reason-col__subttl span {
  background: linear-gradient(transparent 60%, rgba(102, 197, 226, 0.08) 0%);
}

@media (max-width: 767px) {
  .cmn-voice {
    margin: 0 5.1282051282dvw;
  }
}
.cmn-voice__ttl {
  margin-bottom: 2.5em;
  text-align: center;
  line-height: 1;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cmn-voice__ttl {
    margin-bottom: 1.8em;
    font-size: 21px;
    font-size: 5.3846153846dvw;
  }
}
.cmn-voice__ttl span {
  margin-bottom: 0.18em;
  display: block;
  font-size: 8.9rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: "anton", sans-serif;
}
@media (max-width: 767px) {
  .cmn-voice__ttl span {
    margin-bottom: 0.3em;
    font-size: 53px;
    font-size: 13.5897435897dvw;
  }
}
.page-women .cmn-voice__ttl span {
  color: #f85c7a;
}
.page-career .cmn-voice__ttl span {
  color: #66C5E2;
}

.cmn-voice-list {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.78vw, 40px);
}
@media (max-width: 767px) {
  .cmn-voice-list {
    gap: 15.3846153846dvw;
    grid-template-columns: 1fr;
  }
}
.cmn-voice-list__img {
  margin-bottom: 24px;
}
.cmn-voice-list__img img {
  height: auto;
}
.cmn-voice-list__data {
  margin-bottom: 24px;
  text-align: center;
}
.cmn-voice-list__data span {
  margin-bottom: 0.3em;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cmn-voice-list__data span {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.cmn-voice-list__data p {
  font-size: 1.9rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cmn-voice-list__data p {
    font-size: 19px;
    font-size: 4.8717948718dvw;
  }
}
.cmn-voice-list__txt {
  position: relative;
}
@media (max-width: 767px) {
  .cmn-voice-list__txt {
    padding-bottom: 12.8205128205dvw;
  }
  .cmn-voice-list__txt::before, .cmn-voice-list__txt::after {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026dvw;
    font-weight: bold;
  }
  .cmn-voice-list__txt::before {
    content: "";
    bottom: 2.3076923077dvw;
    left: calc(50% - 3.5em);
    width: 1.7948717949dvw;
    height: 1.7948717949dvw;
    border-top: 0.5128205128dvw solid;
    border-right: 0.5128205128dvw solid;
    border-color: #101010;
    transform-origin: top;
    transform: rotate(45deg);
    border-radius: 0.2564102564dvw;
  }
  .cmn-voice-list__txt::after {
    content: "続きを読む";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .cmn-voice-list__txt.active::before {
    left: calc(50% - 2.5em);
  }
  .cmn-voice-list__txt.active::after {
    content: "閉じる";
  }
}
.cmn-voice-list__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .cmn-voice-list__txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 10em;
    overflow: hidden;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.cmn-voice-list__txt.active p {
  -webkit-line-clamp: inherit;
  overflow: visible;
  max-height: fit-content;
}

.l-message__heading-en {
  font-family: "anton", sans-serif;
  font-weight: 400;
  font-size: 165px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .l-message__heading-en {
    font-size: 17.9487179487dvw;
    margin-bottom: 5.8974358974dvw;
  }
}
.l-message__heading {
  font-size: 18px;
  font-weight: 500;
}

.l-message-mv {
  position: relative;
}
@media (max-width: 767px) {
  .l-message-mv {
    margin: 0 auto 44.6153846154dvw;
  }
}
.l-message-mv__img {
  margin-right: 295px;
  height: 853px;
}
@media (max-width: 767px) {
  .l-message-mv__img {
    margin-right: 0;
    margin-bottom: 7.6923076923dvw;
    height: auto;
  }
}
.l-message-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-message-mv__text {
  position: absolute;
  top: 0;
  left: 120px;
}
@media (max-width: 767px) {
  .l-message-mv__text {
    top: inherit;
    bottom: -30.5128205128dvw;
    left: 0;
    padding: 0 5.1282051282dvw;
    width: 100%;
  }
}
.l-message-mv__ttl {
  margin-top: 295px;
  font-size: 102px;
  font-weight: 700;
  line-height: 1.127;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .l-message-mv__ttl {
    font-size: 52px;
    font-size: 13.3333333333dvw;
    margin-top: 0;
    margin-bottom: 4.358974359dvw;
  }
}
.l-message-mv__name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-message-mv__name {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-message-mv__name-en {
  position: absolute;
  top: 0;
  right: 135px;
  width: 101px;
}
@media (max-width: 767px) {
  .l-message-mv__name-en {
    width: 25.1282051282dvw;
    right: inherit;
    top: 16.1538461538dvw;
    left: 5.1282051282dvw;
  }
}

.l-message-lead {
  max-width: 1200px;
  margin: 92px auto 159px;
  box-sizing: content-box;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .l-message-lead {
    margin: 23.5897435897dvw auto 33.3333333333dvw;
    padding: 0 5.1282051282dvw;
  }
}
.l-message-lead__ttl {
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .l-message-lead__ttl {
    font-size: 26px;
    font-size: 6.6666666667dvw;
    line-height: 1.5384615385;
  }
}
.l-message-lead p {
  font-size: 22px;
  font-weight: 500;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .l-message-lead p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}

.l-message-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .l-message-section__inner {
    padding: 0 5.1282051282dvw;
  }
}

.l-message-col {
  display: flex;
}
@media (max-width: 767px) {
  .l-message-col {
    flex-direction: column;
    margin: 0 auto 14.358974359dvw;
  }
}
.l-message-col__body p {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-message-col__body p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 2.25;
  }
}
.l-message-col__ttl {
  margin-bottom: 44px;
  font-size: 57px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .l-message-col__ttl {
    font-size: 34px;
    font-size: 8.7179487179dvw;
    line-height: 1.52;
    margin-bottom: 9.2307692308dvw;
  }
}
.l-message-col__ttl span {
  font-feature-settings: "palt";
}

.l-message-section-philosophy {
  margin-bottom: 191px;
}
@media (max-width: 767px) {
  .l-message-section-philosophy {
    margin-bottom: 34.358974359dvw;
  }
}
.l-message-section-philosophy .l-message-section__title {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .l-message-section-philosophy .l-message-section__title {
    justify-content: flex-start;
  }
}
.l-message-section-philosophy .l-message-section__title-inner {
  position: relative;
  left: -6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .l-message-section-philosophy .l-message-section__title-inner {
    left: 0;
  }
}
.l-message-section-philosophy .l-message-col {
  width: 100%;
  gap: 78px;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-message-section-philosophy .l-message-col {
    gap: 8.4615384615dvw;
  }
}
.l-message-section-philosophy .l-message-col__img {
  width: 100%;
  padding-top: 13px;
  height: 653px;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .l-message-section-philosophy .l-message-col__img {
    width: auto;
    height: auto;
    padding-top: 0;
  }
}
.l-message-section-philosophy .l-message-col__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-message-section-philosophy .l-message-col__body {
  width: min(48%, 544px);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-message-section-philosophy .l-message-col__body {
    width: 100%;
  }
}

.l-message-section-mission {
  margin-bottom: 167px;
}
@media (max-width: 767px) {
  .l-message-section-mission {
    margin-bottom: 22.3076923077dvw;
  }
}
.l-message-section-mission .l-message-col {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .l-message-section-mission .l-message-col {
    flex-direction: column;
  }
}
.l-message-section-mission .l-message-section__title {
  position: relative;
  left: 10px;
  margin-bottom: 73px;
}
@media (max-width: 767px) {
  .l-message-section-mission .l-message-section__title {
    left: 0;
    margin-bottom: 8.4615384615dvw;
  }
}
.l-message-section-mission .l-message__heading-en {
  margin-top: 23px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .l-message-section-mission .l-message__heading-en {
    margin-top: 0;
    margin-bottom: 6.1538461538dvw;
  }
}
.l-message-section-mission .l-message__heading {
  padding-left: 7px;
}
@media (max-width: 767px) {
  .l-message-section-mission .l-message__heading {
    padding-left: 0;
  }
}
@media (min-width: 1240px) {
  .l-message-section-mission .l-message-col__ttl {
    white-space: nowrap;
  }
}
.l-message-section-mission .l-message-col__img {
  position: relative;
  margin-top: -326px;
  left: 5px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: min(43%, 482px);
  gap: 43px;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .l-message-section-mission .l-message-col__img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .l-message-section-mission .l-message-col__img {
    width: 100%;
    gap: 7.9487179487dvw;
    left: 0;
    margin-bottom: 50px;
  }
}
.l-message-section-mission .l-message-col__img img {
  height: auto;
}
.l-message-section-mission .l-message-col__body {
  position: relative;
  z-index: 10;
  left: 20px;
}
@media (min-width: 1240px) {
  .l-message-section-mission .l-message-col__body {
    left: 32px;
  }
}
@media (max-width: 767px) {
  .l-message-section-mission .l-message-col__body {
    left: 0;
  }
}
@media (max-width: 767px) {
  .l-message-section-mission .l-message-col__ttl {
    margin-bottom: 5.8974358974dvw;
  }
}

.l-message-section-vision {
  padding-bottom: 62px;
}
@media (max-width: 767px) {
  .l-message-section-vision {
    padding-bottom: 13.3333333333dvw;
  }
}
.l-message-section-vision .l-message-section__title {
  position: relative;
  margin-bottom: 20px;
}
.l-message-section-vision .l-message__heading {
  padding-left: 7px;
}
@media (max-width: 767px) {
  .l-message-section-vision .l-message__heading {
    padding-left: 0;
  }
}
.l-message-section-vision .l-message-col {
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-message-section-vision .l-message-col {
    flex-direction: column-reverse;
  }
}
.l-message-section-vision .l-message-col__img {
  top: 21px;
  margin-right: -58px;
  margin-left: -70px;
  height: 892px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .l-message-section-vision .l-message-col__img {
    margin-right: auto;
    margin-left: auto;
    height: auto;
    margin-top: -8.9743589744dvw;
    width: 82.3076923077dvw;
    margin-bottom: 16.6666666667dvw;
  }
}
.l-message-section-vision .l-message-col__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-message-section-vision .l-message-col__body {
  position: relative;
  z-index: 10;
  width: min(55%, 660px);
  flex-shrink: 0;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .l-message-section-vision .l-message-col__body {
    width: 100%;
  }
}
.l-message-section-vision .l-message-col__ttl {
  font-size: 67px;
  line-height: 1.46;
}
@media (max-width: 767px) {
  .l-message-section-vision .l-message-col__ttl {
    font-size: 34px;
    font-size: 8.7179487179dvw;
    line-height: 1.52;
    margin-bottom: 0;
  }
}

.mission-vision-section {
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 74px 96px 96px;
}
@media (min-width: 768px) {
  .mission-vision-section {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .mission-vision-section {
    padding: 11.7948717949dvw 5.1282051282dvw 17.9487179487dvw;
  }
}
.mission-vision-section:not(:last-child) {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .mission-vision-section:not(:last-child) {
    margin-bottom: 10.7692307692dvw;
  }
}
.mission-vision-section__ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mission-vision-section__ttl {
    margin-bottom: 7.6923076923dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.mission-vision-section__ttl span {
  margin-bottom: 0.3em;
  line-height: 1;
  font-size: 4.4rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  font-family: "anton", sans-serif;
  display: block;
  color: #1D2088;
}
@media (max-width: 767px) {
  .mission-vision-section__ttl span {
    margin-bottom: 0.2em;
    font-size: 32px;
    font-size: 8.2051282051dvw;
  }
}

@media (min-width: 768px) {
  .mission-vision-slide {
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.mission-vision-slide .slick-dots {
  margin: 30px auto 0 !important;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 3.3333333333dvw;
}
.mission-vision-slide .slick-dots li {
  width: 3.8461538462dvw;
  height: 3.8461538462dvw;
  margin: 0;
}

.mission-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mission-txt {
    margin: 0 3.8461538462dvw 12.8205128205dvw;
  }
}
.mission-txt__ttl {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .mission-txt__ttl {
    margin-bottom: 6.1538461538dvw;
  }
}
.mission-txt__ttl img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .mission-txt__ttl img {
    height: 100%;
    width: auto;
    max-height: 68px;
  }
}
@media (max-width: 767px) {
  .mission-txt__ttl img {
    width: 75.3846153846dvw;
    height: auto;
  }
}
.mission-txt__subttl {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6363636364;
}
@media (max-width: 767px) {
  .mission-txt__subttl {
    font-size: 22px;
    font-size: 5.641025641dvw;
  }
}
.mission-txt p {
  font-size: 1.6rem;
  line-height: 1.9375;
  font-weight: 400;
}
@media (min-width: 768px) {
  .mission-txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mission-txt p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.mission-txt p small {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .mission-txt p small {
    font-size: 12px;
    font-size: 3.0769230769dvw;
  }
}

@media (min-width: 768px) {
  .vision-col {
    max-width: 1009px;
    margin: 0 auto;
  }
}
.vision-col__ttl {
  margin-bottom: 64px;
  min-height: 67px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #6e6e6e;
  color: #fff;
}
@media (max-width: 767px) {
  .vision-col__ttl {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    min-height: 16.6666666667dvw;
    margin-bottom: 8.4615384615dvw;
  }
}
.vision-col__wrap {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .vision-col__wrap {
    margin-bottom: 15.3846153846dvw;
  }
}
.vision-col__item {
  display: flex;
  column-gap: 42px;
  padding: 36px 0;
  border-bottom: 1px solid #b4b4b4;
}
@media (max-width: 767px) {
  .vision-col__item {
    padding: 10.2564102564dvw 0;
    flex-flow: column;
    row-gap: 7.6923076923dvw;
  }
}
@media (min-width: 768px) {
  .vision-col__item:nth-of-type(odd) {
    flex-flow: row-reverse;
  }
}
.vision-col__item:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .vision-col__img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vision-col__txt {
    flex: 1;
  }
}
.vision-col__txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .vision-col__txt p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 1.75;
  }
}
.vision-col__subttl {
  margin-bottom: 0.8em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5416666667;
}
@media (max-width: 767px) {
  .vision-col__subttl {
    font-size: 22px;
    font-size: 5.641025641dvw;
    line-height: 1.6818181818;
  }
}
.vision-col__message {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.76;
}
@media (min-width: 768px) {
  .vision-col__message {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .vision-col__message {
    font-size: 22px;
    font-size: 5.641025641dvw;
    line-height: 1.8181818182;
  }
}

.vision-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .vision-txt {
    margin: 0 3.8461538462dvw 7.6923076923dvw;
  }
}
.vision-txt__ttl {
  margin-bottom: 0.8em;
  font-size: 4.3rem;
  font-weight: bold;
  text-align: center;
  color: #66C5E2;
}
@media (max-width: 767px) {
  .vision-txt__ttl {
    font-size: 23px;
    font-size: 5.8974358974dvw;
  }
}
.vision-txt__subttl {
  margin-bottom: 0.2em;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.76;
}
@media (max-width: 767px) {
  .vision-txt__subttl {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    line-height: 1.6666666667;
  }
}
.vision-txt p {
  font-size: 1.2rem;
  line-height: 1.9375;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .vision-txt p {
    font-size: 12px;
    font-size: 3.0769230769dvw;
  }
}

.pledge-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pledge-txt {
    margin: 0 3.8461538462dvw 7.6923076923dvw;
  }
}
.pledge-txt__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.76;
}
@media (min-width: 768px) {
  .pledge-txt__ttl {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pledge-txt__ttl {
    font-size: 22px;
    font-size: 5.641025641dvw;
    line-height: 1.6818181818;
  }
}

.pledge-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 11px;
}
@media (max-width: 767px) {
  .pledge-list {
    grid-template-columns: 1fr;
  }
}
.pledge-list__item {
  background-color: #fff;
  padding: 35px 38px 40px;
}
@media (max-width: 767px) {
  .pledge-list__item {
    padding: 5.1282051282dvw 5.1282051282dvw 0;
  }
  .pledge-list__item:last-child {
    padding-bottom: 2.5641025641dvw;
  }
}
.pledge-list__ttl {
  margin-bottom: 16px;
  min-height: 91px;
  font-size: 3.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #66C5E2;
  line-height: 1.2083333333;
  text-align: center;
}
@media (max-width: 767px) {
  .pledge-list__ttl {
    margin-bottom: 2.5641025641dvw;
    min-height: 16.1538461538dvw;
    font-size: 28px;
    font-size: 7.1794871795dvw;
  }
}
.pledge-list__ttl span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .pledge-list__ttl span {
    font-size: 19px;
    font-size: 4.8717948718dvw;
  }
}
.pledge-list p {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3888888889;
}
@media (max-width: 767px) {
  .pledge-list p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 1.5625;
  }
}
@media (max-width: 767px) {
  .pledge-list img {
    display: none;
  }
}

.crew-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .crew-txt {
    margin: 0 3.8461538462dvw 7.6923076923dvw;
  }
}
.crew-txt__ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.76;
}
@media (max-width: 767px) {
  .crew-txt__ttl {
    font-size: 22px;
    font-size: 5.641025641dvw;
    line-height: 1.6818181818;
  }
}

.personality-mv {
  margin-bottom: 178px;
  position: relative;
}
@media (max-width: 767px) {
  .personality-mv {
    margin-bottom: 25.641025641dvw;
  }
}
.personality-mv__ttl {
  position: absolute;
  width: fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .personality-mv__ttl {
    font-size: 29px;
    font-size: 7.4358974359dvw;
  }
}
.personality-mv img {
  height: auto;
}

.personality-list {
  margin-bottom: 179px;
}
@media (max-width: 767px) {
  .personality-list {
    margin-bottom: 28.2051282051dvw;
  }
}
.personality-list__item {
  position: relative;
}
@media (max-width: 767px) {
  .personality-list__item:not(:last-child) {
    margin-bottom: 10.7692307692dvw;
  }
}
.personality-list__item picture {
  display: block;
}
@media (max-width: 767px) {
  .personality-list__item picture {
    margin-bottom: 6.1538461538dvw;
  }
}
.personality-list__item img {
  height: auto;
}
.personality-list__txt {
  text-align: center;
}
@media (min-width: 768px) {
  .personality-list__txt {
    width: 100%;
    padding: clamp(10px, 3.75vw, 54px) 15px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.87);
    top: 50%;
    translate: 0 -50%;
    margin: auto 0;
  }
  .personality-list__txt--01 {
    right: calc(50% + 4.723vw);
    max-width: 401px;
  }
  .personality-list__txt--02 {
    left: calc(50% - 1.598vw);
    max-width: 475px;
  }
  .personality-list__txt--03 {
    right: calc(50% + 4.3vw);
    max-width: 401px;
  }
  .personality-list__txt--04 {
    left: calc(50% - 0.834vw);
    max-width: 545px;
  }
  .personality-list__txt--05 {
    right: calc(50% + 10.764vw);
    max-width: 339px;
  }
  .personality-list__txt--06 {
    left: calc(50% + 1.389vw);
    max-width: 495px;
  }
  .personality-list__txt--07 {
    right: calc(50% - 2.917vw);
    max-width: 485px;
  }
  .personality-list__txt--08 {
    left: calc(50% - 4.584vw);
    max-width: 597px;
  }
  .personality-list__txt--09 {
    right: calc(50% - 5.486vw);
    max-width: 509px;
  }
  .personality-list__txt--10 {
    left: calc(50% - 4.236vw);
    max-width: 585px;
  }
}
.personality-list__txt p {
  font-size: clamp(1.4rem, 1.181vw, 1.7rem);
  font-weight: 500;
  line-height: 1.6470588235;
}
@media (max-width: 767px) {
  .personality-list__txt p {
    font-size: 17px;
    font-size: 4.358974359dvw;
    font-weight: 400;
  }
}
.personality-list__ttl {
  font-size: clamp(3.4rem, 2.987vw, 4.3rem);
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 1.2790697674;
}
@media (max-width: 767px) {
  .personality-list__ttl {
    font-size: 30px;
    font-size: 7.6923076923dvw;
    line-height: 1.3333333333;
  }
}
.personality-list__ttl span {
  color: #1D2088;
}

.personality-person {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 48.34vw;
  background: url("../personality/images/person.jpg") center/cover no-repeat;
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .personality-person {
    min-height: 696px;
  }
}
@media (max-width: 767px) {
  .personality-person {
    margin-bottom: 5.1282051282dvw;
    height: 120.5128205128dvw;
    background: url("../personality/images/sp/person.jpg") center/cover no-repeat;
  }
}
.personality-person__ttl {
  position: relative;
  height: fit-content;
  margin: auto auto 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .personality-person__ttl {
    margin: 41.5384615385dvw auto auto;
  }
}
.personality-person__ttl mark {
  padding: 0.5em 1.2em;
  display: block;
  width: fit-content;
  height: fit-content;
  background-color: #fff;
  font-size: clamp(2.2rem, 2.14vw, 2.9rem);
  font-weight: bold;
  margin: auto;
}
@media (min-width: 768px) {
  .personality-person__ttl mark {
    position: absolute;
    z-index: 10;
    width: 458px;
    padding: 0.5em 0;
    text-align: center;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media (max-width: 767px) {
  .personality-person__ttl mark {
    padding: 0.3em 0.5em;
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.personality-person__ttl span {
  color: #fff;
  font-size: clamp(20rem, 18.96vw, 27.3rem);
  font-weight: 300;
  letter-spacing: 0.07em;
  font-family: "anton", sans-serif;
}
@media (max-width: 767px) {
  .personality-person__ttl span {
    font-size: 93px;
    font-size: 23.8461538462dvw;
  }
}
.personality-person__btn {
  margin: max(74px, 5.139vw) auto max(105px, 7.292vw);
}
@media (max-width: 767px) {
  .personality-person__btn {
    margin: auto auto 6.1538461538dvw;
  }
}
.personality-person__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-height: 67px;
  min-width: 422px;
  border-radius: 67px;
  background-color: #1D2088;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .personality-person__btn a {
    min-width: 88.4615384615dvw;
    min-height: 14.6153846154dvw;
    border-radius: 14.6153846154dvw;
    font-size: 20px;
    font-size: 5.1282051282dvw;
  }
}
.personality-person__btn a::before, .personality-person__btn a::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .personality-person__btn a::before, .personality-person__btn a::after {
    right: 4.6153846154dvw;
  }
}
.personality-person__btn a::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .personality-person__btn a::before {
    width: 6.4102564103dvw;
    height: 6.4102564103dvw;
  }
}
.personality-person__btn a::after {
  background-color: #1F1F1F;
  right: 26px;
  width: 6px;
  height: 7px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media (max-width: 767px) {
  .personality-person__btn a::after {
    right: 6.6666666667dvw;
    width: 1.5384615385dvw;
    height: 1.7948717949dvw;
  }
}

.page-women {
  background-color: #B40000;
}
.page-women .header {
  background-color: rgba(180, 0, 0, 0.85);
}
@media (min-width: 768px) {
  .page-women .header:not(.active):not(.open) {
    background-color: rgba(180, 0, 0, 0);
    padding: 30px 2% 0 3%;
  }
}
.page-women .l-main {
  background: transparent;
  padding-bottom: 0px;
}

.l-women__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .l-women__inner {
    padding: 0 5.1282051282dvw;
  }
}

.l-women-mv {
  position: relative;
  border: 14px solid #B40000;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-women-mv {
    border: 2.3076923077dvw solid #B40000;
    border-top: none;
  }
}
.l-women-mv__img {
  position: relative;
  margin: -14px;
  z-index: -1;
}
@media (max-width: 767px) {
  .l-women-mv__img {
    margin: 0;
  }
}
.l-women-mv__txt {
  position: absolute;
  bottom: 0;
  left: 36px;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .l-women-mv__txt {
    left: 1.2820512821dvw;
    padding-bottom: 11.5384615385dvw;
  }
}
.l-women-mv__ttl {
  position: relative;
  top: 10px;
  left: 8px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.54;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-women-mv__ttl {
    font-size: 21px;
    font-size: 5.3846153846dvw;
    line-height: 1.42;
  }
}
.l-women-mv__en {
  position: relative;
  top: 4px;
  left: 1px;
  font-size: 238px;
  line-height: 1;
  font-family: hanken-grotesk, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .l-women-mv__en {
    font-size: 69px;
    font-size: 17.6923076923dvw;
    top: 3.8461538462dvw;
    left: 2.3076923077dvw;
  }
}
.l-women-mv__en-sub {
  position: relative;
  left: 10px;
  font-size: 90px;
  line-height: 1;
  font-family: hanken-grotesk, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .l-women-mv__en-sub {
    font-size: 28px;
    font-size: 7.1794871795dvw;
    top: 4.6153846154dvw;
  }
}

.l-women-top {
  padding-top: 80px;
  padding-bottom: 92px;
}
@media (max-width: 767px) {
  .l-women-top {
    padding-top: 6.1538461538dvw;
    padding-bottom: 15.3846153846dvw;
  }
}
.l-women-top__ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .l-women-top__ttl {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-bottom: 6.1538461538dvw;
  }
}
.l-women-top__col {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .l-women-top__col {
    flex-direction: column;
    gap: 10.2564102564dvw;
  }
}
@media (min-width: 768px) {
  .l-women-top__col-item {
    width: 50%;
  }
}
.l-women-top__img {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .l-women-top__img {
    margin-bottom: 4.6153846154dvw;
  }
}
.l-women-top__txt {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.59;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .l-women-top__txt {
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.l-women-top__note {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .l-women-top__note {
    font-size: 13px;
    font-size: 3.3333333333dvw;
    text-align: left;
    line-height: 1.5;
  }
}

.l-women-reason {
  padding-top: 100px;
  padding-bottom: 97px;
  background-color: rgba(255, 255, 255, 0.96);
  color: #1E1E1E;
}
@media (max-width: 767px) {
  .l-women-reason {
    padding-top: 20.7692307692dvw;
    padding-bottom: 20.7692307692dvw;
  }
}
.l-women-reason__lead {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.57;
}
@media (max-width: 767px) {
  .l-women-reason__lead {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    margin-bottom: 2.5641025641dvw;
  }
}
.l-women-reason__ttl-en {
  position: relative;
  text-align: center;
  font-size: 174px;
  line-height: 1;
  font-family: hanken-grotesk, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #B40000;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .l-women-reason__ttl-en {
    font-size: 77px;
    font-size: 19.7435897436dvw;
    margin-bottom: 1.7948717949dvw;
  }
}
.l-women-reason__ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .l-women-reason__ttl {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    margin-bottom: 12.0512820513dvw;
  }
}
.l-women-reason__col {
  display: flex;
  border-top: 1px solid #B40000;
  padding-top: 45px;
  padding-bottom: 49px;
}
@media (max-width: 767px) {
  .l-women-reason__col {
    flex-direction: column;
    gap: 7.9487179487dvw;
    padding-top: 11.5384615385dvw;
    padding-bottom: 10.5128205128dvw;
  }
}
.l-women-reason__col-img {
  width: 50%;
}
@media (max-width: 767px) {
  .l-women-reason__col-img {
    width: 100%;
  }
}
.l-women-reason__col-body {
  width: 50%;
  padding-left: 55px;
}
@media (max-width: 767px) {
  .l-women-reason__col-body {
    width: 100%;
    padding-left: 0;
  }
}
.l-women-reason__col-ttl-sub {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: #B40000;
  color: #fff;
  padding: 7px 12px 9px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .l-women-reason__col-ttl-sub {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    padding: 1.7948717949dvw 3.0769230769dvw 2.3076923077dvw;
  }
}
.l-women-reason__col-ttl {
  color: #B40000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.56;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .l-women-reason__col-ttl {
    font-size: 26px;
    font-size: 6.6666666667dvw;
    margin-bottom: 2.8205128205dvw;
  }
}
.l-women-reason__col-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .l-women-reason__col-txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-women-reason__col.is-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .l-women-reason__col.is-reverse {
    flex-direction: column;
  }
}
.l-women-reason__col.is-reverse .l-women-reason__col-body {
  padding-left: 0;
  padding-right: 55px;
}
@media (max-width: 767px) {
  .l-women-reason__col.is-reverse .l-women-reason__col-body {
    padding-right: 0;
  }
}
.l-women-reason__col.is-col-3 {
  padding-top: 50px;
}

.l-women-interview {
  padding-top: 122px;
}
@media (max-width: 767px) {
  .l-women-interview {
    padding-top: 18.7179487179dvw;
  }
}
.l-women-interview__lead {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.56;
}
@media (max-width: 767px) {
  .l-women-interview__lead {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-bottom: 0.7692307692dvw;
  }
}
.l-women-interview__heading {
  text-align: center;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.59;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .l-women-interview__heading {
    font-size: 31px;
    font-size: 7.9487179487dvw;
    margin-bottom: 10.5128205128dvw;
  }
}
.l-women-interview__head {
  background-color: #F5C0C0;
  border-radius: 24px;
  padding: 36px 145px 49px 73px;
  display: flex;
  margin-bottom: 66px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .l-women-interview__head {
    flex-direction: column;
    padding: 30px 21px 30px;
    gap: 2.3076923077dvw;
  }
}
.l-women-interview__head-img {
  width: 313px;
  padding-top: 21px;
}
@media (max-width: 767px) {
  .l-women-interview__head-img {
    width: 42.8205128205dvw;
    margin: 0 auto;
    padding-top: 0;
  }
}
.l-women-interview__head-body {
  position: relative;
  padding-left: 71px;
  width: calc(100% - 313px);
}
@media (max-width: 767px) {
  .l-women-interview__head-body {
    width: 100%;
    padding-left: 0;
  }
}
.l-women-interview__head-name-en {
  font-size: 117px;
  font-weight: 400;
  line-height: 1;
  color: #B40000;
  font-family: alternate-gothic-no-2-d, sans-serif;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .l-women-interview__head-name-en {
    font-size: 65px;
    font-size: 16.6666666667dvw;
    text-align: center;
    margin-bottom: 0.7692307692dvw;
  }
}
.l-women-interview__head-name {
  font-size: 28px;
  color: #1E1E1E;
  line-height: 1;
  margin-bottom: 26px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-women-interview__head-name {
    font-size: 21px;
    font-size: 5.3846153846dvw;
    text-align: center;
    margin-bottom: 5.8974358974dvw;
  }
}
.l-women-interview__head table {
  width: 100%;
  max-width: 564px;
  border-top: 1px solid #B40000;
  border-right: 1px solid #B40000;
  font-size: 16px;
  color: #1E1E1E;
}
@media (max-width: 767px) {
  .l-women-interview__head table {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    margin-bottom: 4.1025641026dvw;
  }
}
.l-women-interview__head table th {
  width: 153px;
  background-color: #F2B7B7;
  border-left: 1px solid #B40000;
  border-bottom: 1px solid #B40000;
  font-weight: 700;
  padding: 4px 10px 3px;
}
@media (max-width: 767px) {
  .l-women-interview__head table th {
    width: 22.3076923077dvw;
    vertical-align: middle;
    padding: 1.2820512821dvw 2.5641025641dvw 1.0256410256dvw;
  }
}
.l-women-interview__head table td {
  background-color: #F0DFDF;
  font-weight: 500;
  padding: 4px 12px 3px;
  border-left: 1px solid #B40000;
  border-bottom: 1px solid #B40000;
}
@media (max-width: 767px) {
  .l-women-interview__head table td {
    padding: 1.2820512821dvw 2.5641025641dvw 1.0256410256dvw;
  }
}
.l-women-interview__head-btn {
  position: absolute;
  right: -107px;
  bottom: -14px;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-women-interview__head-btn {
    position: relative;
    right: inherit;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 15px;
    font-size: 3.8461538462dvw;
    color: #B40000;
  }
}
.l-women-interview__head-btn span {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .l-women-interview__head-btn span {
    padding-right: 3.0769230769dvw;
  }
}
.l-women-interview__head-btn span::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  content: "＋";
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-women-interview__head-btn span::after {
    bottom: 0;
    left: 100%;
  }
}
.l-women-interview__head-btn::before {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  content: "";
  z-index: 5;
}
@media (max-width: 767px) {
  .l-women-interview__head-btn::before {
    display: none;
  }
}
.l-women-interview__head-btn::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #B40000;
  border-radius: 50%;
  content: "";
  z-index: 5;
}
@media (max-width: 767px) {
  .l-women-interview__head-btn::after {
    display: none;
  }
}
.l-women-interview__head.is-open .l-women-interview__head-btn span::after {
  content: "−";
}
.l-women-interview__head.is-open + .l-women-interview__body {
  display: block;
}
.l-women-interview__body {
  margin-top: -7px;
  display: none;
}
@media (max-width: 767px) {
  .l-women-interview__body {
    margin-top: 0;
  }
}
.l-women-interview__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .l-women-interview__ttl {
    font-size: 21px;
    font-size: 5.3846153846dvw;
  }
}
.l-women-interview__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  border-bottom: 1px solid #fff;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .l-women-interview__txt {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    margin-bottom: 10.2564102564dvw;
    padding-bottom: 10.2564102564dvw;
  }
}
.l-women-interview__txt:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .l-women-interview__txt:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.l-women-lastmessage {
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 7.1rem 0 9.1rem;
}
@media (max-width: 767px) {
  .l-women-lastmessage {
    margin-top: 20vw;
  }
}
.l-women-lastmessage .l-women_lastmessage_title {
  color: #1F1F1F;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
.l-women-lastmessage .l-women_lastmessage_title span {
  color: #B40001;
}
.l-women-lastmessage .l-women_lastmessage_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  color: #1F1F1F;
}

.workstyle-mv {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .workstyle-mv {
    margin-bottom: 10.2564102564dvw;
  }
}
.workstyle-mv__img img {
  height: auto;
}
.workstyle-mv__txt {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: calc(50% - 43px);
  height: fit-content;
  max-width: 807px;
}
@media (max-width: 767px) {
  .workstyle-mv__txt {
    bottom: 24.6153846154dvw;
    width: 88.4615384615dvw;
  }
}
.workstyle-mv__txt img {
  height: auto;
}

.growth-mv {
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .growth-mv {
    margin-bottom: 10.2564102564dvw;
  }
}
.growth-mv__img img {
  height: auto;
}
.growth-mv__txt {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.growth-mv__txt .sub {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .growth-mv__txt .sub {
    font-size: 5.38vw;
  }
}
.growth-mv__txt .main {
  font-size: 74px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .growth-mv__txt .main {
    font-size: 12vw;
  }
}

.workstyle-nav {
  max-width: 1200px;
  margin: 0 auto 68px;
}
@media (min-width: 768px) {
  .workstyle-nav {
    padding: 0 20px;
    box-sizing: content-box;
  }
}
@media (max-width: 767px) {
  .workstyle-nav {
    margin: 0 5.1282051282dvw 15.3846153846dvw;
  }
}
.workstyle-nav ol {
  display: grid;
  column-gap: 12px;
  grid-template-columns: repeat(6, 1fr);
}
@media print, screen and (max-width: 1200px) {
  .workstyle-nav ol {
    row-gap: 80px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .workstyle-nav ol {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.5641025641dvw;
    row-gap: 11.0256410256dvw;
  }
}
.workstyle-nav li {
  counter-increment: num;
}
.workstyle-nav a {
  position: relative;
  text-align: center;
  display: block;
  border: 2px solid #1D2088;
  padding-top: 36px;
  min-height: 102px;
  font-size: 1.6rem;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .workstyle-nav a {
    min-height: 23.0769230769dvw;
    padding-top: 6.6666666667dvw;
    border: 0.5128205128dvw solid #1D2088;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.workstyle-nav a::before, .workstyle-nav a::after {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}
.workstyle-nav a::before {
  top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  color: #fff;
  background-color: #1D2088;
  border-radius: 50%;
  font-weight: 300;
  line-height: 1;
  font-size: 2rem;
  font-family: "anton", sans-serif;
  content: counter(num);
}
@media (max-width: 767px) {
  .workstyle-nav a::before {
    top: -4.8717948718dvw;
    width: 8.4615384615dvw;
    height: 8.4615384615dvw;
    font-size: 20px;
    font-size: 5.1282051282dvw;
  }
}
.workstyle-nav a::after {
  bottom: -22px;
  display: block;
  width: 16px;
  height: 8px;
  background-color: #d6d6d6;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 767px) {
  .workstyle-nav a::after {
    bottom: -4.1025641026dvw;
    width: 4.1025641026dvw;
    height: 2.0512820513dvw;
  }
}

.workstyle-anc {
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .workstyle-anc {
    margin-top: -20vw;
    padding-top: 20vw;
  }
}

.workstyle-section-wrap {
  width: 1200px;
  margin: 0 auto 110px;
  display: flex;
  flex-flow: column;
  row-gap: 62px;
}
@media (max-width: 767px) {
  .workstyle-section-wrap {
    width: 100%;
    row-gap: 10.2564102564dvw;
    margin-bottom: 33.3333333333dvw;
  }
}

.workstyle-section {
  background-color: #f5f5f5;
  padding: 64px 82px 86px;
  counter-increment: num;
  position: relative;
}
@media (max-width: 767px) {
  .workstyle-section {
    padding: 14.8717948718dvw 5.1282051282dvw;
  }
}
.workstyle-section::before {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1D2088;
  color: #fff;
  font-family: "anton", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  content: counter(num);
}
@media (max-width: 767px) {
  .workstyle-section::before {
    top: -6.9230769231dvw;
    width: 13.8461538462dvw;
    height: 13.8461538462dvw;
    font-size: 27px;
    font-size: 6.9230769231dvw;
  }
}
.workstyle-section img {
  height: auto;
}
.workstyle-section__ttl {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.3846153846;
}
@media (max-width: 767px) {
  .workstyle-section__ttl {
    font-size: 26px;
    font-size: 6.6666666667dvw;
  }
}
.workstyle-section__txt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .workstyle-section__txt {
    margin-bottom: 7.6923076923dvw;
  }
}
.workstyle-section__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 3vw;
}
@media (min-width: 768px) {
  .workstyle-section__txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .workstyle-section__txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}
@media (max-width: 767px) {
  .workstyle-section__sub {
    margin-bottom: 2.5641025641dvw;
  }
}
.workstyle-section__sub p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .workstyle-section__sub p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}
.workstyle-section__img__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .workstyle-section__img__text {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}

.workstyle-topclass {
  background-color: #fff;
  padding: 20px 69px 94px;
}
@media (max-width: 767px) {
  .workstyle-topclass {
    padding: 2.8205128205dvw 5.3846153846dvw 13.3333333333dvw;
  }
}
.workstyle-topclass__section {
  position: relative;
  overflow: hidden;
}
.workstyle-topclass__section:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .workstyle-topclass__section:not(:last-child) {
    margin-bottom: 7.6923076923dvw;
  }
}
.workstyle-topclass__section:not(:last-child)::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 96.6%;
  height: 1px;
  background-color: #d6d6d6;
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .workstyle-topclass__section:not(:last-child)::before {
    width: 100%;
  }
}
.workstyle-topclass__ttl {
  margin: 0 auto 28px;
}
@media (min-width: 768px) {
  .workstyle-topclass__ttl {
    max-width: 481px;
  }
}
@media (max-width: 767px) {
  .workstyle-topclass__ttl {
    margin: 0 auto 3.5897435897dvw;
  }
}
.workstyle-topclass__subttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .workstyle-topclass__subttl {
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.workstyle-topclass__txt {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .workstyle-topclass__txt {
    margin-bottom: 6.1538461538dvw;
  }
}
.workstyle-topclass__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .workstyle-topclass__txt p {
    text-align: center;
  }
}
.workstyle-topclass__photo {
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  .workstyle-topclass__photo {
    margin-bottom: 14.1025641026dvw;
  }
}

.workstyle-holiday {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .workstyle-holiday {
    margin-bottom: 6.6666666667dvw;
  }
}
.workstyle-holiday__ttl {
  margin-bottom: 0.8em;
  margin-top: -0.4em;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .workstyle-holiday__ttl {
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.workstyle-holiday ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .workstyle-holiday ul {
    margin: 0 auto;
    max-width: 769px;
    column-gap: 42px;
  }
}
@media (max-width: 767px) {
  .workstyle-holiday ul {
    grid-template-columns: 1fr;
    row-gap: 5.3846153846dvw;
  }
}
.workstyle-holiday li {
  border: 3px solid #1D2088;
  border-radius: 10px;
  min-height: 144px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .workstyle-holiday li {
    border: 0.5128205128dvw solid #1D2088;
    border-radius: 2.5641025641dvw;
    min-height: 12.5641025641dvw;
    font-size: 14px;
    font-size: 3.5897435897dvw;
  }
}
@media (max-width: 767px) {
  .workstyle-holiday li p {
    display: flex;
    align-items: center;
    column-gap: 0.5em;
  }
}
.workstyle-holiday li b {
  display: block;
  font-size: 3.3rem;
  line-height: 1.3333333333;
  color: #66C5E2;
}
@media (max-width: 767px) {
  .workstyle-holiday li b {
    font-size: 21px;
    font-size: 5.3846153846dvw;
    line-height: 1.3333333333;
  }
}
.workstyle-holiday li:not(:first-child)::before, .workstyle-holiday li:not(:first-child)::after {
  position: absolute;
  top: 0;
  left: -37px;
  display: block;
  margin: auto;
  height: 4px;
  width: 25px;
  content: "";
  background-color: #1F1F1F;
}
@media (min-width: 768px) {
  .workstyle-holiday li:not(:first-child)::before, .workstyle-holiday li:not(:first-child)::after {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .workstyle-holiday li:not(:first-child)::before, .workstyle-holiday li:not(:first-child)::after {
    top: -3.5897435897dvw;
    left: 0;
    right: 0;
    width: 3.3333333333dvw;
    height: 0.5128205128dvw;
  }
}
.workstyle-holiday li:not(:first-child)::after {
  transform: rotate(90deg);
}

.workstyle-welfare {
  max-width: 814px;
  margin: 0 auto;
}

.workstyle-welfare-col {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 767px) {
  .workstyle-welfare-col {
    margin-bottom: 2.8205128205dvw;
    grid-template-columns: 1fr;
    row-gap: 3.8461538462dvw;
  }
}
.workstyle-welfare-col__item {
  padding: 25px 30px;
  border: 1px solid #4a4a4a;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .workstyle-welfare-col__item {
    padding: 4.6153846154dvw;
    border-radius: 2.0512820513dvw;
  }
}
.workstyle-welfare-col__img {
  margin-bottom: 14px;
  display: flex;
}
.workstyle-welfare-col__img img {
  width: 39.53%;
}
.workstyle-welfare-col__img p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #fff;
  background-color: #66C5E2;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .workstyle-welfare-col__img p {
    font-size: 17px;
    font-size: 4.358974359dvw;
    line-height: 1.3529411765;
  }
}
.workstyle-welfare-col__txt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .workstyle-welfare-col__txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.4666666667;
  }
}

.workstyle-welfare-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 18px;
}
@media (max-width: 767px) {
  .workstyle-welfare-list {
    column-gap: 2.5641025641dvw;
    row-gap: 2.5641025641dvw;
    grid-template-columns: 1fr 1fr;
  }
}
.workstyle-welfare-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  border: 1px solid #4a4a4a;
  border-radius: 10px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #66C5E2;
  text-align: center;
}
@media (max-width: 767px) {
  .workstyle-welfare-list li {
    font-size: 17px;
    font-size: 4.358974359dvw;
    line-height: 1.2941176471;
  }
}
.workstyle-welfare-list li:last-child {
  border: none;
  color: #1F1F1F;
  font-size: 2.2rem;
  font-weight: 500;
  align-items: flex-end;
  justify-content: left;
}
@media (max-width: 767px) {
  .workstyle-welfare-list li:last-child {
    min-height: inherit;
    align-items: flex-start;
    justify-content: center;
    grid-column: 1/3;
  }
}

.workstyle-backup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 767px) {
  .workstyle-backup {
    gap: 3.8461538462dvw;
    grid-template-columns: 1fr;
  }
}
.workstyle-backup__item {
  background-color: #fff;
  box-sizing: border-box;
  padding: 72px 53px;
}
@media (min-width: 768px) {
  .workstyle-backup__item {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .workstyle-backup__item {
    padding: 8.7179487179dvw 7.9487179487dvw 10.2564102564dvw;
  }
}
.workstyle-backup__item p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9375;
}
@media (max-width: 767px) {
  .workstyle-backup__item p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.workstyle-backup__ttl {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .workstyle-backup__ttl {
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.workstyle-backup__ttl b {
  display: block;
  font-size: 5.5rem;
  color: #66C5E2;
}
@media (max-width: 767px) {
  .workstyle-backup__ttl b {
    font-size: 35px;
    font-size: 8.9743589744dvw;
  }
}

.workstyle-designers {
  max-width: 1035px;
  margin: 0 auto;
}

.workstyle-experience {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
}
.workstyle-experience__item {
  padding: 38px 50px 54px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .workstyle-experience__item {
    padding: 7.6923076923dvw 5.1282051282dvw 8.9743589744dvw;
  }
}
.workstyle-experience__item p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .workstyle-experience__item p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .workstyle-experience__item p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.workstyle-experience__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  .workstyle-experience__ttl {
    font-size: 22px;
    font-size: 5.641025641dvw;
  }
}
.workstyle-experience__img {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
@media (max-width: 767px) {
  .workstyle-experience__img {
    gap: 5.8974358974dvw;
    margin-top: 6.6666666667dvw;
    grid-template-columns: 1fr;
  }
}
.workstyle-experience__img img {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .workstyle-experience__img img {
    margin-bottom: 2.0512820513dvw;
  }
}
.workstyle-experience__img figcaption {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .workstyle-experience__img figcaption {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}

.workstyle-evaluation {
  max-width: 1035px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .workstyle-evaluation {
    background: #fff;
    padding: 3vw 3vw 5vw;
    overflow-y: hidden;
  }
  .workstyle-evaluation img {
    width: 764px;
  }
}

.workstyle-career {
  max-width: 1035px;
  margin: 0 auto;
}

.workstyle-point {
  max-width: 1200px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 106px;
}
@media (max-width: 767px) {
  .workstyle-point {
    row-gap: 17.1794871795dvw;
  }
}
.workstyle-point__item {
  overflow: hidden;
  padding: 125px 82px 86px;
  background-color: #f5f5f5;
  counter-increment: num;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .workstyle-point__item {
    padding: 26.6666666667dvw 5.1282051282dvw 15.3846153846dvw;
  }
}
.workstyle-point__item::before {
  z-index: -1;
  position: absolute;
  top: 5px;
  right: 20px;
  display: block;
  font-size: 27.3rem;
  font-weight: 300;
  font-family: "anton", sans-serif;
  color: #fff;
  line-height: 1;
  content: counter(num, decimal-leading-zero);
}
@media (max-width: 767px) {
  .workstyle-point__item::before {
    top: 1.2820512821dvw;
    right: 2.5641025641dvw;
    font-size: 130px;
    font-size: 33.3333333333dvw;
  }
}
.workstyle-point__item::after {
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  min-width: 94px;
  width: fit-content;
  border-radius: 5px;
  background-color: #66C5E2;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  content: "POINT " counter(num);
}
@media (max-width: 767px) {
  .workstyle-point__item::after {
    top: 11.2820512821dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
    height: 7.9487179487dvw;
    min-width: 24.1025641026dvw;
    border-radius: 1.2820512821dvw;
  }
}
.workstyle-point__ttl {
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.4615384615;
}
@media (max-width: 767px) {
  .workstyle-point__ttl {
    font-size: 26px;
    font-size: 6.6666666667dvw;
  }
}
.workstyle-point p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .workstyle-point p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .workstyle-point p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.workstyle-point__img {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .workstyle-point__img {
    margin-top: 10.2564102564dvw;
  }
}
.workstyle-point__img img {
  height: auto;
}
.workstyle-point__img.scroll p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 3vw;
}
@media (max-width: 767px) {
  .workstyle-point__img.scroll p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}
@media (max-width: 767px) {
  .workstyle-point__img.scroll .workstyle-point__img__inner {
    background: #fff;
    padding: 5vw;
    overflow-y: hidden;
  }
  .workstyle-point__img.scroll .workstyle-point__img__inner img {
    width: 754px;
  }
}

.workstyle-point-slide {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .workstyle-point-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .workstyle-point-slide {
    margin-top: 10.2564102564dvw;
  }
}
.workstyle-point-slide img {
  height: auto;
}
.workstyle-point-slide .slick-dots {
  margin: 30px auto 0 !important;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 3.3333333333dvw;
}
.workstyle-point-slide .slick-dots li {
  width: 3.8461538462dvw;
  height: 3.8461538462dvw;
  margin: 0;
}

.page-career .l-main {
  background-color: #151515;
}

.l-career__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .l-career__inner {
    padding: 0 5.1282051282dvw;
  }
}

.l-career-mv {
  background-color: #151515;
  position: relative;
}
.l-career-mv__img {
  margin-right: calc(50% - 50vw);
  margin-left: 184px;
}
@media (max-width: 767px) {
  .l-career-mv__img {
    padding-top: 71.4vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-career-mv__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.l-career-mv__txt {
  position: absolute;
  top: calc(50% + 11px);
  transform: translateY(-50%);
  left: 16px;
}
@media (max-width: 767px) {
  .l-career-mv__txt {
    top: 27.3vw;
    left: 4.8717948718dvw;
    transform: translateY(0);
  }
}
.l-career-mv__ttl {
  width: 660px;
}
@media (max-width: 767px) {
  .l-career-mv__ttl {
    width: 86.6666666667dvw;
  }
}

.l-career-top {
  padding-top: 57px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .l-career-top {
    padding-top: 12.3076923077dvw;
    padding-bottom: 2.5641025641dvw;
  }
}
.l-career-top__en {
  position: relative;
  font-size: 165px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "anton", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.14);
  text-align: center;
  z-index: 5;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-career-top__en {
    font-size: 91px;
    font-size: 23.3333333333dvw;
    line-height: 1.05;
  }
}
.l-career-top__body {
  position: relative;
  z-index: 10;
  margin-top: -71px;
}
@media (max-width: 767px) {
  .l-career-top__body {
    margin-top: -36.4102564103dvw;
  }
}
.l-career-top__ttl {
  font-size: 44px;
  line-height: 1.56;
  font-weight: 700;
  text-align: center;
  margin-bottom: 69px;
}
@media (max-width: 767px) {
  .l-career-top__ttl {
    font-size: 23px;
    font-size: 5.8974358974dvw;
    line-height: 1.56;
    margin-bottom: 16.1538461538dvw;
  }
}
.l-career-top__txt {
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .l-career-top__txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 2.25;
    text-align: left;
  }
}
.l-career-top__txt-large {
  font-size: 29px;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .l-career-top__txt-large {
    font-size: 24px;
    font-size: 6.1538461538dvw;
    line-height: 2.25;
    text-align: left;
  }
}
.l-career-top__bnr {
  display: block;
  max-width: 1036px;
  margin: 0 auto;
}

.l-career-reason {
  padding-top: 170px;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  .l-career-reason {
    padding-top: 20.7692307692dvw;
    padding-bottom: 20.7692307692dvw;
  }
}
.l-career-reason__en {
  font-size: 130px;
  font-family: "anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .l-career-reason__en {
    font-size: 77px;
    font-size: 19.7435897436dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-career-reason__ttl {
  font-weight: 500;
  text-align: center;
  line-height: 1.375;
  margin-bottom: 79px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .l-career-reason__ttl {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    margin-bottom: 12.8205128205dvw;
  }
}
.l-career-reason__container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 52px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .l-career-reason__container {
    padding: 0 5.1282051282dvw;
  }
}
.l-career-reason__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-career-reason .p-item-01 {
  margin-bottom: 145px;
}
@media (max-width: 767px) {
  .l-career-reason .p-item-01 {
    margin-bottom: 20.5128205128dvw;
  }
}
.l-career-reason .p-item-01 .l-career-reason__head {
  margin-bottom: 95px;
}
.l-career-reason .p-item-02 {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .l-career-reason .p-item-02 {
    margin-bottom: 20.5128205128dvw;
  }
}
.l-career-reason .p-item-02 .l-career-reason__head {
  margin-bottom: 52px;
}
.l-career-reason .p-item-03 {
  margin-bottom: 182px;
}
@media (max-width: 767px) {
  .l-career-reason .p-item-03 {
    margin-bottom: 20.5128205128dvw;
  }
}
.l-career-reason .p-item-03 .l-career-reason__head {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .l-career-reason__head {
    margin-bottom: 18.2051282051dvw !important;
  }
}
.l-career-reason__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-career-reason__column {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .l-career-reason__column {
    flex-direction: column-reverse;
    gap: 11.2820512821dvw;
    margin-bottom: 19.7435897436dvw !important;
  }
}
.l-career-reason__column::after {
  position: absolute;
  bottom: -50px;
  width: 59px;
  height: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3E3E3E;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media (max-width: 767px) {
  .l-career-reason__column::after {
    bottom: -11.2820512821dvw !important;
    width: 15.1282051282dvw;
    height: 4.6153846154dvw;
  }
}
.l-career-reason__column:last-child::after {
  display: none;
}
.l-career-reason__column.is-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .l-career-reason__column.is-reverse {
    flex-direction: column-reverse;
  }
}
.l-career-reason__column.is-reverse .l-career-reason__column-body {
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 767px) {
  .l-career-reason__column.is-reverse .l-career-reason__column-body {
    padding-left: 0;
  }
}
.l-career-reason__column.is-column-01 {
  margin-bottom: 100px;
}
.l-career-reason__column.is-column-01 .l-career-reason__column-ttl-sub {
  padding-top: 3px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .l-career-reason__column.is-column-01 .l-career-reason__column-ttl {
    margin-bottom: 0 !important;
  }
}
.l-career-reason__column.is-column-02 {
  margin-bottom: 89px;
}
.l-career-reason__column.is-column-02::after {
  bottom: -60px;
}
.l-career-reason__column.is-column-02 .l-career-reason__column-ttl-sub {
  padding-top: 3px;
  margin-bottom: 13px;
}
.l-career-reason__column.is-column-02 .l-career-reason__column-ttl {
  margin-bottom: 17px;
}
.l-career-reason__column.is-column-03 {
  margin-bottom: 91px;
}
.l-career-reason__column.is-column-03::after {
  bottom: -62px;
}
.l-career-reason__column.is-column-03 .l-career-reason__column-ttl-sub {
  padding-top: 18px;
  margin-bottom: 6px;
}
.l-career-reason__column.is-column-03 .l-career-reason__column-ttl {
  margin-bottom: 17px;
}
.l-career-reason__column.is-column-04 .l-career-reason__column-ttl-sub {
  padding-top: 17px;
  margin-bottom: 6px;
}
.l-career-reason__column.is-column-04 .l-career-reason__column-ttl {
  margin-bottom: 25px;
}
.l-career-reason__column-img {
  width: 50%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .l-career-reason__column-img {
    width: 100%;
    padding-top: 0 !important;
  }
}
.l-career-reason__column-img img {
  display: block;
}
.l-career-reason__column-body {
  width: 50%;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-career-reason__column-body {
    width: 100%;
    padding-right: 0;
  }
}
.l-career-reason__column-ttl {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .l-career-reason__column-ttl {
    font-size: 40px;
    font-size: 10.2564102564dvw;
    margin-bottom: 3.5897435897dvw !important;
  }
}
.l-career-reason__column-ttl-sub {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .l-career-reason__column-ttl-sub {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    line-height: 2.6;
    padding-top: 0 !important;
    margin-bottom: 3.0769230769dvw !important;
  }
}
@media (max-width: 767px) {
  .l-career-reason__column-ttl-sub:first-child {
    margin-top: -4.6153846154dvw !important;
    margin-bottom: 1.5384615385dvw !important;
  }
}
.l-career-reason__column-txt {
  font-size: 16px;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .l-career-reason__column-txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-career-reason__column-note {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-career-reason__column-note {
    font-size: 13px;
    font-size: 3.3333333333dvw;
    line-height: 1.7;
  }
}
.l-career-reason__ttl-sub {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .l-career-reason__ttl-sub {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
.l-career-reason__txt {
  font-size: 16px;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .l-career-reason__txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-career-reason__media {
  display: flex;
  flex-direction: row-reverse;
  gap: 43px;
  border-top: 1px solid #5F5F5F;
  padding-top: 47px;
  padding-bottom: 47px;
}
@media (max-width: 767px) {
  .l-career-reason__media {
    flex-direction: column;
    gap: 5.1282051282dvw;
    padding-top: 7.6923076923dvw;
    padding-top: 7.6923076923dvw;
  }
}
.l-career-reason__media-img {
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-career-reason__media-img {
    width: 100%;
  }
}
.l-career-reason__media-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .l-career-reason__media-ttl {
    font-size: 24px;
    font-size: 6.1538461538dvw;
    margin-bottom: 1.2820512821dvw;
    line-height: 1.6;
  }
}
.l-career-reason__media-txt {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-career-reason__media-txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}

.l-career-working {
  padding-top: 50px;
  padding-bottom: 77px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-career-working {
    padding-top: 15.1282051282dvw;
    padding-bottom: 43.5897435897dvw;
  }
}
.l-career-working__en {
  color: #000;
  text-align: center;
  font-size: 107px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "anton", sans-serif;
  font-weight: 400;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .l-career-working__en {
    font-size: 56px;
    font-size: 14.358974359dvw;
    margin-bottom: 3.5897435897dvw;
    line-height: 1.05;
  }
}
.l-career-working__ttl {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #1F1F1F;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .l-career-working__ttl {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    margin-bottom: 10dvw;
  }
}
.l-career-working__col {
  display: flex;
  gap: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .l-career-working__col {
    flex-direction: column;
    padding: 0 4.8717948718dvw;
    gap: 22.5641025641dvw;
  }
}
.l-career-working__box {
  border-width: 2px;
  border-style: solid;
  width: 100%;
  color: #000;
}
.l-career-working__box-arrow {
  position: absolute;
  top: 122px;
  height: 64px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  gap: 3px;
  font-size: 15px;
  font-weight: 700;
  background-color: #1D2088;
  padding: 6px 21px 3px 17px;
}
@media (min-width: 768px) {
  .l-career-working__box-arrow {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .l-career-working__box-arrow {
    display: flex;
    flex-direction: column;
    width: 26.4102564103dvw;
    height: 10dvw;
    font-size: 12px;
    font-size: 3.0769230769dvw;
    gap: 1.0256410256dvw;
    line-height: 1;
    top: 50%;
    transform: translate(-50%, -11.0256410256dvw);
    padding: 2.3076923077dvw 0;
  }
}
.l-career-working__box-arrow span {
  font-size: 29px;
}
@media (max-width: 767px) {
  .l-career-working__box-arrow span {
    font-size: 21px;
    font-size: 5.3846153846dvw;
    line-height: 1;
  }
}
.l-career-working__box-arrow::after {
  position: absolute;
  right: -15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 29px;
  height: 125px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #1D2088;
}
@media (max-width: 767px) {
  .l-career-working__box-arrow::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 50.7692307692dvw;
    height: 7.4358974359dvw;
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0);
    top: 8.7179487179dvw;
    z-index: -1;
  }
}
.l-career-working__box-ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  padding: 11px 10px 12px;
}
@media (max-width: 767px) {
  .l-career-working__box-ttl {
    font-size: 17px;
    font-size: 4.358974359dvw;
    padding: 2.5641025641dvw 2.5641025641dvw 2.8205128205dvw;
  }
}
.l-career-working__box-body {
  padding: 31px 46px;
}
@media (max-width: 767px) {
  .l-career-working__box-body {
    padding: 5.641025641dvw 5.641025641dvw 6.6666666667dvw;
  }
}
.l-career-working__box-img {
  width: 144px;
  margin: 0 auto 25px;
}
@media (max-width: 767px) {
  .l-career-working__box-img {
    width: 34.358974359dvw;
    margin: 0 auto 5.1282051282dvw;
  }
}
.l-career-working__box-ttl-sub {
  padding: 4px 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #D5D5D5;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .l-career-working__box-ttl-sub {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    margin-bottom: 2.0512820513dvw;
  }
}
.l-career-working__box-list {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  margin-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .l-career-working__box-list {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.l-career-working__box.is-box-01 {
  border-color: #414141;
}
.l-career-working__box.is-box-01 .l-career-working__box-ttl {
  background-color: #414141;
}
.l-career-working__box.is-box-02 {
  border-color: #1D2088;
}
.l-career-working__box.is-box-02 .l-career-working__box-ttl {
  background-color: #1D2088;
}

.l-career-voice {
  padding-top: 98px;
  padding-bottom: 251px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .l-career-voice {
    padding-top: 15.3846153846dvw;
    padding-bottom: 0dvw;
  }
}
.l-career-voice__en {
  text-align: center;
  font-size: 130px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "anton", sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .l-career-voice__en {
    font-size: 77px;
    font-size: 19.7435897436dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-career-voice__ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .l-career-voice__ttl {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    margin-bottom: 17.9487179487dvw;
  }
}
.l-career-voice__media {
  display: flex;
  border-top: 1px solid #5F5F5F;
  padding: 56px 0 52px;
}
@media (max-width: 767px) {
  .l-career-voice__media {
    flex-direction: column-reverse;
    padding: 14.358974359dvw 0;
  }
}
.l-career-voice__media-img {
  width: 240px;
}
@media (max-width: 767px) {
  .l-career-voice__media-img {
    width: 61.5384615385dvw;
    margin: 0 auto;
  }
}
.l-career-voice__media-body {
  width: calc(100% - 240px);
  padding-left: 43px;
  margin-top: -9px;
}
@media (max-width: 767px) {
  .l-career-voice__media-body {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 10.2564102564dvw;
  }
}
.l-career-voice__media-ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .l-career-voice__media-ttl {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-career-voice__media-txt01 {
  font-size: 21px;
  margin: 24px 0 19px;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-career-voice__media-txt01 {
    font-size: 4.8vw;
    font-weight: 700;
    margin: 7vw 0;
  }
}
.l-career-voice__media-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-career-voice__media-txt {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.l-career-voice__media:last-child {
  border-bottom: 1px solid #5F5F5F;
}

.l-career-movie {
  background-color: #151515;
  padding-bottom: 30px;
}
.l-career-movie__inner {
  position: relative;
  padding-top: 116px;
  padding-bottom: 93px;
}
@media (max-width: 767px) {
  .l-career-movie__inner {
    padding: 15.3846153846dvw 0 20.5128205128dvw;
  }
}
.l-career-movie__ttl {
  position: absolute;
  font-size: 271px;
  font-weight: 400;
  font-family: "anton", sans-serif;
  line-height: 1;
  top: -130px;
  left: -10px;
  letter-spacing: 0.03em;
  z-index: 5;
}
@media (max-width: 767px) {
  .l-career-movie__ttl {
    position: relative;
    top: 0;
    font-size: 19.7435897436dvw;
    left: 0;
    margin-bottom: 5.1282051282dvw;
    text-align: center;
  }
}
.l-career-movie__ttl-sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .l-career-movie__ttl-sub {
    margin-bottom: 10.2564102564dvw;
    font-size: 4.6153846154dvw;
    text-align: center;
  }
}
.l-career-movie__txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .l-career-movie__txt {
    font-size: 3.8461538462dvw;
  }
}
.l-career-movie__col {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
@media (max-width: 767px) {
  .l-career-movie__col {
    flex-direction: column;
    gap: 10.2564102564dvw;
  }
}
.l-career-movie__body {
  width: 340px;
  padding-top: 98px;
  position: relative;
  left: -15px;
}
@media (max-width: 767px) {
  .l-career-movie__body {
    left: 0;
    width: 100%;
    padding-top: 0;
  }
}
.l-career-movie__video {
  position: relative;
  right: -18px;
  width: 819px;
  border: 2px solid #BFBFBF;
}
@media (max-width: 767px) {
  .l-career-movie__video {
    width: 100%;
    right: 0;
    aspect-ratio: 16/9;
  }
}
.l-career-movie__video iframe {
  width: 100%;
  height: 100%;
}

.movie {
  color: #fff;
  padding: 0 20px;
  overflow-x: clip;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  width: 100vw;
}
@media (max-width: 767px) {
  .movie {
    padding: 0 5.1282051282dvw 19.7435897436dvw;
    margin-top: 35vw;
  }
}
.movie__wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .movie__wrap {
    padding: 126px 0 105px;
  }
}
.movie__ttl {
  max-width: 651px;
}
@media (min-width: 768px) {
  .movie__ttl {
    position: absolute;
    top: -83px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .movie__ttl {
    margin: 0 auto -4.8717948718dvw;
    position: relative;
    top: -11.2820512821dvw;
    max-width: 64.1025641026dvw;
  }
}
.movie__col {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .movie__col {
    display: grid;
    gap: 3%;
    grid-template-columns: auto 68.34%;
  }
}
@media (min-width: 768px) {
  .movie__txt {
    margin-left: -12px;
    padding-top: 66px;
  }
}
@media (max-width: 767px) {
  .movie__txt {
    margin-bottom: 8.4615384615dvw;
  }
}
.movie__txt p {
  font-size: 1.5rem;
  line-height: 2.2;
}
.movie__subttl {
  margin-bottom: 26px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .movie__subttl {
    margin-bottom: 2.3076923077dvw;
    text-align: center;
    font-size: 5.641025641dvw;
  }
}
.movie__iframe {
  border: 2px solid #BFBFBF;
}
@media (min-width: 768px) {
  .movie__iframe {
    position: relative;
  }
}
.movie__iframe iframe {
  display: grid;
}
.movie__area {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .movie__area {
    gap: 5vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.movie__item:last-child {
  display: none;
}
.movie__text {
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}

.fc-mv {
  position: relative;
  box-sizing: border-box;
  max-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .fc-mv {
    min-height: 862px;
    height: 59.862vw;
  }
}
@media (max-width: 767px) {
  .fc-mv {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    margin-bottom: 6.9230769231dvw;
    height: 161vw;
  }
}
.fc-mv__ttl {
  width: fit-content;
  height: fit-content;
  top: 21.81%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (min-width: 768px) {
  .fc-mv__ttl {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .fc-mv__ttl {
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026dvw;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .fc-mv__col {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.fc-mv__col:nth-of-type(1) {
  background: url("../fc/images/mv_01.jpg") center top/cover no-repeat;
}
@media (max-width: 767px) {
  .fc-mv__col:nth-of-type(1) {
    background: url("../fc/images/sp/mv_01.jpg") center top/cover no-repeat;
  }
}
.fc-mv__col:nth-of-type(2) {
  background: url("../fc/images/mv_02.jpg") center top/cover no-repeat;
}
@media (max-width: 767px) {
  .fc-mv__col:nth-of-type(2) {
    background: url("../fc/images/sp/mv_02.jpg") center top/cover no-repeat;
  }
}

.fc-mv-box {
  margin: 0 50px -8%;
  max-width: 424px;
  width: 100%;
  min-height: 255px;
  box-sizing: border-box;
  border: 2px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.28);
  text-align: center;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (max-width: 767px) {
  .fc-mv-box {
    margin: 31.7948717949dvw auto 0;
    min-height: 35.641025641dvw;
    max-width: 65.8974358974dvw;
  }
  .fc-mv__col:nth-of-type(2) .fc-mv-box {
    margin-top: 36.9230769231dvw;
  }
}
.fc-mv-box__ttl {
  margin-bottom: 0.7em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .fc-mv-box__ttl {
    margin-bottom: 0.5em;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.fc-mv-box__ttl b {
  margin-top: 0.4em;
  display: block;
  font-size: 5.2rem;
}
@media (max-width: 767px) {
  .fc-mv-box__ttl b {
    margin-top: 0.1em;
    font-size: 37px;
    font-size: 9.4871794872dvw;
  }
}
.fc-mv-box p {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .fc-mv-box p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .fc-section {
    min-height: 1380px;
    padding: 27.1519% 20px 115px;
  }
}
@media (max-width: 767px) {
  .fc-section {
    padding: 48.7179487179dvw 5.1282051282dvw 20.5128205128dvw;
  }
}
.fc-section--fc {
  background: #57a6c4 url("../fc/images/fc.jpg") center top/cover no-repeat;
}
@media (max-width: 767px) {
  .fc-section--fc {
    background: #67afc8 url("../fc/images/sp/fc.jpg") center top/cover no-repeat;
  }
}
.fc-section--u {
  background: #b9a781 url("../fc/images/u.jpg") center top/cover no-repeat;
}
@media (max-width: 767px) {
  .fc-section--u {
    background: #b2a176 url("../fc/images/sp/u.jpg") center top/cover no-repeat;
  }
}
.fc-section + .fc-section {
  margin-top: 8px;
}
.fc-section__ttl {
  color: #fff;
  width: fit-content;
  margin: 0 auto 50px;
  font-size: 2.9rem;
  font-weight: bold;
  border: 2px solid #fff;
  line-height: 1;
  box-sizing: border-box;
  padding: 0.62em;
  min-width: 378px;
  text-align: center;
}
@media (max-width: 767px) {
  .fc-section__ttl {
    margin-bottom: 5.641025641dvw;
    min-width: 71.0256410256dvw;
    font-size: 21px;
    font-size: 5.3846153846dvw;
  }
}
@media (min-width: 768px) {
  .fc-section--u .fc-section__ttl {
    min-width: 472px;
  }
}
.fc-section__subttl {
  margin: 0 auto 0.7em;
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 5.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .fc-section__subttl::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: auto;
    content: "";
  }
}
@media (max-width: 767px) {
  .fc-section__subttl {
    margin: 0 auto 1em;
    font-size: 43px;
    font-size: 11.0256410256dvw;
    line-height: 1.511627907;
  }
  .fc-section__subttl span {
    display: inline-block;
    position: relative;
  }
  .fc-section__subttl span::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.7692307692dvw;
    background-color: #fff;
    display: block;
    margin: auto;
    content: "";
  }
}
.fc-section__txt {
  color: #fff;
}
.fc-section__txt p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .fc-section__txt p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.fc-section__txt p:not(:last-child) {
  margin-bottom: 1.2em;
}
.fc-section__txt p .bold {
  font-weight: 700;
}
.fc-section__txt p b {
  font-size: 1.9rem;
  line-height: 1.8947368421;
}
@media (max-width: 767px) {
  .fc-section__txt p b {
    font-size: 19px;
    font-size: 4.8717948718dvw;
  }
}

.fc-section-box {
  width: fit-content;
  margin: 60px auto 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 32px 56px 53px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .fc-section-box {
    min-width: 617px;
  }
}
@media (max-width: 767px) {
  .fc-section-box {
    width: 100%;
    margin: 15.3846153846dvw auto 0;
    padding: 7.6923076923dvw 6.4102564103dvw 6.4102564103dvw;
  }
}
.fc-section-box__ttl {
  padding-bottom: 0.8em;
  margin-bottom: 1.5em;
  text-align: center;
  border-bottom: 1px solid #707070;
  font-size: 2.3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fc-section-box__ttl {
    padding-bottom: 0.6em;
    margin-bottom: 1.2em;
    font-size: 21px;
    font-size: 5.3846153846dvw;
  }
}
.fc-section-box__ttl span {
  color: #66C5E2;
}
.fc-section-box__list {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
}
@media (min-width: 768px) {
  .fc-section-box__list {
    column-gap: 2em;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .fc-section-box__list {
    flex-flow: column;
    row-gap: 0.5em;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.fc-section-box__list ul {
  display: flex;
  flex-flow: column;
  row-gap: 0.5em;
}
.fc-section-box__list li {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 767px) {
  .fc-section-box__list li {
    padding-left: 7.6923076923dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.fc-section-box__list li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 22px;
  height: 21px;
  display: block;
  content: "";
  background: url("../fc/images/icon_check.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .fc-section-box__list li::before {
    top: 0.26em;
    width: 5.1282051282dvw;
    height: 4.8717948718dvw;
  }
}

.fc-career {
  margin: 80px auto 107px;
}
@media (max-width: 767px) {
  .fc-career {
    margin: 15.3846153846dvw auto 25.641025641dvw;
  }
}
.fc-career__ttl {
  margin-bottom: 2.5em;
  text-align: center;
  line-height: 1;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fc-career__ttl {
    margin-bottom: 1.8em;
    font-size: 21px;
    font-size: 5.3846153846dvw;
    line-height: 1.5238095238;
  }
}
.fc-career__ttl span {
  margin-bottom: 0.18em;
  display: block;
  font-size: 8.9rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: "anton", sans-serif;
}
@media (max-width: 767px) {
  .fc-career__ttl span {
    margin-bottom: 0.1em;
    font-size: 53px;
    font-size: 13.5897435897dvw;
  }
}
.fc-career__img {
  max-width: 1050px;
  margin: 68px auto 112px;
}
@media (min-width: 768px) {
  .fc-career__img {
    box-sizing: content-box;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .fc-career__img {
    margin: 7.6923076923dvw 5.1282051282dvw 21.2820512821dvw;
  }
}
.fc-career__img p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 3vw;
}
@media (max-width: 767px) {
  .fc-career__img p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}
@media (max-width: 767px) {
  .fc-career__img__inner {
    overflow-y: hidden;
  }
}
@media (max-width: 767px) {
  .fc-career__img img {
    height: auto;
    width: 764px;
  }
}
.fc-career__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .fc-career__text {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}
.fc-career__photo img {
  height: auto;
}

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