@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: "poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

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

.yakuhan {
  font-family: "YakuHanJP", "source-han-sans-japanese", 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 #101010;
  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 #FF0033;
}
.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: "poppins", sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #004498;
}
@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-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.1282051282vw;
    padding: 5.1282051282vw 0 0;
  }
}
.page-women .cmn-recommend {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .page-women .cmn-recommend {
    margin-bottom: 20.5128205128vw;
  }
}
.page-career .cmn-recommend {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .page-career .cmn-recommend {
    margin-bottom: 23.0769230769vw;
  }
}
@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.1538461538vw;
  }
}
.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: "poppins", 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.8974358974vw;
  }
}
.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: #FF0033;
}
.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.1282051282vw;
  }
}
.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.6923076923vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.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.1282051282vw;
    height: 4.8717948718vw;
  }
}
.page-women .cmn-recommend__list li span {
  color: #f85c7a;
}
.page-career .cmn-recommend__list li span {
  color: #FF0033;
}
.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.9743589744vw 5.1282051282vw 0;
  }
  .page-career .cmn-recommend__img {
    margin: 1.2820512821vw 0 0 3.3333333333vw;
  }
}
.cmn-recommend__img img {
  height: auto;
}

.cmn-reason {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cmn-reason {
    margin: 0 5.1282051282vw;
  }
}
.cmn-reason__ttl {
  margin: 0 auto 80px;
  height: fit-content;
  width: fit-content;
  min-width: 424px;
  height: 79px;
  border: 3px solid #004498;
  box-sizing: border-box;
  color: #004498;
  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.4615384615vw;
    height: 17.4358974359vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
    border: 0.7692307692vw solid #004498;
  }
}
.page-women .cmn-reason__ttl {
  color: #f85c7a;
  border-color: #f85c7a;
}
.page-career .cmn-reason__ttl {
  color: #FF0033;
  border-color: #FF0033;
}
.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: #004498;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 767px) {
  .cmn-reason__ttl::before, .cmn-reason__ttl::after {
    width: 5.641025641vw;
    height: 4.358974359vw;
    bottom: -4.358974359vw;
  }
}
.page-women .cmn-reason__ttl::before {
  background-color: #f85c7a;
}
.page-career .cmn-reason__ttl::before {
  background-color: #FF0033;
}
.cmn-reason__ttl::after {
  bottom: -12px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cmn-reason__ttl::after {
    bottom: -3.0769230769vw;
  }
}

.cmn-reason-col {
  margin-bottom: 150px;
  display: flex;
  flex-flow: column;
  row-gap: 82px;
}
@media (max-width: 767px) {
  .cmn-reason-col {
    margin-bottom: 25.641025641vw;
    row-gap: 15.3846153846vw;
  }
}
.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.5897435897vw;
    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.8461538462vw;
    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.8461538462vw;
    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.1025641026vw;
  }
}
.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: #004498;
}
@media (max-width: 767px) {
  .cmn-reason-col__ttl {
    margin-bottom: 0.6em;
    column-gap: 2.3076923077vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-reason-col__ttl span {
  font-size: 4.5rem;
  font-family: "poppins", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cmn-reason-col__ttl span {
    font-size: 45px;
    font-size: 11.5384615385vw;
  }
}
.page-women .cmn-reason-col__ttl {
  color: #f85c7a;
}
.page-career .cmn-reason-col__ttl {
  color: #FF0033;
}
.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.1282051282vw;
  }
}
.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.1794871795vw;
  }
}
.cmn-reason-col__subttl span {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(0, 68, 152, 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(255, 0, 51, 0.08) 0%);
}

@media (max-width: 767px) {
  .cmn-voice {
    margin: 0 5.1282051282vw;
  }
}
.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.3846153846vw;
  }
}
.cmn-voice__ttl span {
  margin-bottom: 0.18em;
  display: block;
  font-size: 8.9rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: "poppins", sans-serif;
}
@media (max-width: 767px) {
  .cmn-voice__ttl span {
    margin-bottom: 0.3em;
    font-size: 53px;
    font-size: 13.5897435897vw;
  }
}
.page-women .cmn-voice__ttl span {
  color: #f85c7a;
}
.page-career .cmn-voice__ttl span {
  color: #FF0033;
}

.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.3846153846vw;
    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.1025641026vw;
  }
}
.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.8717948718vw;
  }
}
.cmn-voice-list__txt {
  position: relative;
}
@media (max-width: 767px) {
  .cmn-voice-list__txt {
    padding-bottom: 12.8205128205vw;
  }
  .cmn-voice-list__txt::before, .cmn-voice-list__txt::after {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026vw;
    font-weight: bold;
  }
  .cmn-voice-list__txt::before {
    content: "";
    bottom: 2.3076923077vw;
    left: calc(50% - 3.5em);
    width: 1.7948717949vw;
    height: 1.7948717949vw;
    border-top: 0.5128205128vw solid;
    border-right: 0.5128205128vw solid;
    border-color: #101010;
    transform-origin: top;
    transform: rotate(45deg);
    border-radius: 0.2564102564vw;
  }
  .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.1025641026vw;
  }
}
.cmn-voice-list__txt.active p {
  -webkit-line-clamp: inherit;
  overflow: visible;
  max-height: fit-content;
}

.page-message .l-main {
  padding-bottom: 0;
}

.l-message__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-message__container {
    padding: 0 5.1282051282vw;
  }
}
.l-message-mv {
  border-bottom: 20px solid #004498;
}
@media (max-width: 767px) {
  .l-message-mv {
    border-bottom-width: 2.5641025641vw;
  }
}
.l-message-mv__container {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .l-message-mv__container {
    padding: min(14vw, 173px) 10px 109px;
  }
}
@media (max-width: 767px) {
  .l-message-mv__container {
    margin: 0 auto;
    padding: 21.5384615385vw 5.1282051282vw 0;
  }
}
.l-message-mv__title {
  text-align: left;
}
@media (min-width: 768px) {
  .l-message-mv__title {
    width: 712px;
    margin-left: 9px;
    margin-bottom: 24px;
    width: min(58vw, 712px);
  }
}
@media (max-width: 767px) {
  .l-message-mv__title {
    width: 88.9743589744vw;
    margin-bottom: 3.8461538462vw;
  }
}
.l-message-mv__title img {
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .l-message-mv__title img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-message-mv__title img {
    margin-bottom: 10px;
  }
}
.l-message-mv__title__txt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-message-mv__title__txt {
    font-size: min(2.2vw, 2rem);
    margin-left: -1px;
  }
}
@media (max-width: 767px) {
  .l-message-mv__title__txt {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
@media (min-width: 768px) {
  .l-message-mv__txt {
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .l-message-mv__txt {
    margin-bottom: 2.3076923077vw;
  }
}
.l-message-mv__copy {
  margin-bottom: 1em;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-message-mv__copy {
    line-height: 1.2916666667;
    font-size: min(5vw, 4.8rem);
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .l-message-mv__copy {
    line-height: 1.2857142857;
    font-size: 35px;
    font-size: 8.9743589744vw;
    margin-bottom: 4.6153846154vw;
  }
}
.l-message-mv__copy strong {
  color: #004498;
}
.l-message-mv__name {
  display: block;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-message-mv__name {
    font-size: min(2.5vw, 2.4rem);
  }
}
@media (max-width: 767px) {
  .l-message-mv__name {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
@media (min-width: 768px) {
  .l-message-mv__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(45vw, 475px);
    right: min(2vw, 27px);
  }
}
@media (max-width: 767px) {
  .l-message-mv__img {
    width: 69.4871794872vw;
    left: 0;
    margin: 0 0 0 11.0256410256vw;
  }
}
.l-message-mv__img img {
  width: 100%;
  height: auto;
}
.l-message-lead {
  max-width: 1080px;
}
@media (min-width: 768px) {
  .l-message-lead {
    margin: 83px auto 115px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .l-message-lead {
    margin: 18.7179487179vw 0 16.4102564103vw;
  }
}
.l-message-lead__ttl {
  font-weight: bold;
  line-height: 1.3;
  color: #004498;
}
@media (min-width: 768px) {
  .l-message-lead__ttl {
    font-size: 3.6rem;
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .l-message-lead__ttl {
    font-size: 30px;
    font-size: 7.6923076923vw;
    margin-bottom: 3.0769230769vw;
  }
}
.l-message-lead p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-message-lead p {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 767px) {
  .l-message-lead p {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
  }
}
@media (min-width: 768px) {
  .l-message-col {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .l-message-col {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .l-message-col .l-message__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 73px;
  }
}
@media (max-width: 767px) {
  .l-message-col .l-message__container {
    padding: 18.9743589744vw 0 0;
  }
}
@media (min-width: 768px) {
  .l-message-col__img {
    width: 433px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .l-message-col__img {
    width: 66.4102564103vw;
    margin: 9.2307692308vw auto 0 21.5384615385vw;
  }
}
.l-message-col__img img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .l-message-col__txt {
    width: calc(100% - 433px - 73px);
    padding: 23px 0 20px;
  }
}
@media (max-width: 767px) {
  .l-message-col__txt {
    padding: 0 5.1282051282vw;
  }
}
.l-message-col__txt p {
  font-weight: 500;
  text-align: left;
}
@media (min-width: 768px) {
  .l-message-col__txt p {
    line-height: 2.125;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-message-col__txt p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
  }
}
.l-message-col__ttl {
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .l-message-col__ttl {
    font-size: 3.6rem;
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .l-message-col__ttl {
    text-align: center;
    font-size: 30px;
    font-size: 7.6923076923vw;
    margin-bottom: 3.0769230769vw;
  }
}
.l-message-col.color {
  background: #004498;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-message-col.reverse .l-message__container {
    flex-direction: row-reverse;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .l-message-col.reverse .l-message__container {
    padding-top: 16.1538461538vw;
    padding-bottom: 16.6666666667vw;
  }
}
@media (min-width: 768px) {
  .l-message-col.reverse .l-message-col__txt {
    width: calc(100% - 466px - 40px);
    padding-top: 82px;
  }
}
.l-message-col.reverse .l-message-col__ttl {
  color: #004498;
}
@media (min-width: 768px) {
  .l-message-col.reverse .l-message-col__img {
    width: 466px;
    padding-top: 55px;
  }
}
.l-message-end {
  background: #004498;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-message-end {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .l-message-end .l-message__container {
    padding: 84px 0 104px;
  }
}
@media (max-width: 767px) {
  .l-message-end .l-message__container {
    padding-top: 16.1538461538vw;
    padding-bottom: 17.9487179487vw;
  }
}
.l-message-end__imglist {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .l-message-end__imglist {
    flex-wrap: wrap;
  }
}
.l-message-end__imglist__item {
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .l-message-end__imglist__item {
    width: 50%;
    aspect-ratio: 195/130;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .l-message-end__imglist__item img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .l-message-end__imglist.list-top .l-message-end__imglist__item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .l-message-end__imglist.list-bottom .l-message-end__imglist__item {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .l-message-end__txt {
    max-width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.l-message-end__txt p {
  font-weight: 500;
  text-align: left;
}
@media (min-width: 768px) {
  .l-message-end__txt p {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 767px) {
  .l-message-end__txt p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
  }
}
.l-message-end__ttl {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .l-message-end__ttl {
    font-size: 3.6rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .l-message-end__ttl {
    font-size: 30px;
    font-size: 7.6923076923vw;
    line-height: 1.3;
    margin-bottom: 3.0769230769vw;
  }
}

.page-philosophy .l-main {
  padding-bottom: 0;
}

.l-philosophy__container {
  max-width: 1220px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy__container {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__container {
    padding: 15.3846153846vw 5.1282051282vw 5.1282051282vw;
  }
}
.l-philosophy-intro {
  background: #FF5900;
  color: #FFF;
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy-intro {
    padding: 60px 0 88px;
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-intro .l-philosophy__container {
    padding: 11.2820512821vw 5.1282051282vw 15.641025641vw;
  }
}
.l-philosophy-intro__title {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy-intro__title {
    width: 1033px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-intro__title {
    width: 95.3846153846vw;
    margin-left: -2.5641025641vw;
    margin-bottom: 12.3076923077vw;
  }
}
.l-philosophy-intro__title .en {
  display: block;
  width: 100%;
}
.l-philosophy-intro__title .en img {
  height: auto;
}
.l-philosophy-intro__title .ja {
  position: absolute;
  line-height: 1.3;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .l-philosophy-intro__title .ja {
    font-weight: 800;
    font-size: 4.2rem;
    bottom: 7px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-intro__title .ja {
    font-weight: 700;
    font-size: 30px;
    font-size: 7.6923076923vw;
    bottom: -8.9743589744vw;
    padding-right: 0.5128205128vw;
  }
}
.l-philosophy-intro__text {
  line-height: 2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-philosophy-intro__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy-intro__text {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
@media (min-width: 768px) {
  .l-philosophy .p-item {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item {
    margin-bottom: 14.1025641026vw;
  }
}
@media (min-width: 768px) {
  .l-philosophy .p-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .l-philosophy .p-item:nth-child(even) .p-item__title {
    margin-left: 6px;
  }
}
.l-philosophy .p-item:nth-child(1) .p-item__image:after {
  background-color: #FF0084;
}
.l-philosophy .p-item:nth-child(2) .p-item__image:after {
  background-color: #8556E3;
}
@media (min-width: 768px) {
  .l-philosophy .p-item:nth-child(3) .p-item__num {
    height: 129px;
  }
}
.l-philosophy .p-item:nth-child(3) .p-item__image:after {
  background-color: #26D2CA;
}
.l-philosophy .p-item:nth-child(4) .p-item__image:after {
  background-color: #16F300;
}
.l-philosophy .p-item__image {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__image {
    width: 44.75%;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__image {
    width: 100%;
    margin-bottom: 6.1538461538vw;
  }
}
.l-philosophy .p-item__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__image:after {
    height: 10px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__image:after {
    height: 1.5384615385vw;
  }
}
.l-philosophy .p-item__image img {
  height: auto;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__content {
    width: calc(55.25% - 35px);
  }
}
.l-philosophy .p-item__title {
  position: relative;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__title {
    margin-bottom: 3.0769230769vw;
  }
}
.l-philosophy .p-item__title__txt {
  position: absolute;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__title__txt {
    font-size: 4.4rem;
    top: 30px;
    left: 54px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__title__txt {
    font-size: 28px;
    font-size: 7.1794871795vw;
    top: 3.5897435897vw;
    left: 7.6923076923vw;
  }
}
.l-philosophy .p-item__num {
  display: block;
  width: auto;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__num {
    height: 128px;
    padding-left: 1px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__num {
    height: 19.2307692308vw;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__num path {
    stroke-width: 2;
  }
}
.l-philosophy .p-item__text {
  font-weight: 500;
  text-align: left;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__text {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__text {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2;
  }
}
.l-philosophy-vision {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .l-philosophy-vision {
    background-image: url(../philosophy/images/vision_bg.jpg);
    margin-top: 135px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision {
    background-image: url(../philosophy/images/sp/vision_bg.jpg);
  }
}
.l-philosophy-vision:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(16, 16, 16, 0.4);
  z-index: -1;
}
@media (min-width: 768px) {
  .l-philosophy-vision .l-philosophy__container {
    padding-top: 132px;
    padding-bottom: 122px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision .l-philosophy__container {
    padding-top: 19.2307692308vw;
    padding-bottom: 19.4871794872vw;
  }
}
.l-philosophy-vision__title {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy-vision__title {
    margin-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision__title {
    margin-bottom: 6.6666666667vw;
  }
}
.l-philosophy-vision__title .en {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy-vision__title .en {
    width: 582px;
    transform: translateX(-4px);
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision__title .en {
    width: 334px;
    margin: 0 auto 0 1.5384615385vw;
  }
}
.l-philosophy-vision__title .en img {
  display: block;
  width: 100%;
  height: auto;
}
.l-philosophy-vision__title .ja {
  position: absolute;
  left: 0;
  right: 0;
  color: #FFF302;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-philosophy-vision__title .ja {
    font-weight: 800;
    font-size: 2.4rem;
    bottom: 48px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision__title .ja {
    font-weight: 700;
    font-size: 20px;
    font-size: 5.1282051282vw;
    bottom: 6.6666666667vw;
  }
}
.l-philosophy-vision__copy {
  line-height: 1.3;
}
@media (min-width: 768px) {
  .l-philosophy-vision__copy {
    font-weight: 800;
    font-size: 4.8rem;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision__copy {
    font-weight: 700;
    font-size: 30px;
    font-size: 7.6923076923vw;
    margin-bottom: 4.6153846154vw;
  }
}
.l-philosophy-vision__text {
  line-height: 2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-philosophy-vision__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision__text {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}

@media (min-width: 768px) {
  .page-growth .l-main {
    padding-bottom: 135px;
  }
}
@media (max-width: 767px) {
  .page-growth .l-main {
    padding-bottom: 25.641025641vw;
  }
}

.l-growth__container {
  max-width: 1220px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-growth__container {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .l-growth__container {
    padding: 0 5.1282051282vw;
  }
}
.l-growth-mv {
  position: relative;
}
@media (min-width: 768px) {
  .l-growth-mv {
    padding: 56px 0 0;
    margin-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .l-growth-mv {
    padding: 13.8461538462vw 0 0;
    margin-bottom: 12.8205128205vw;
  }
}
.l-growth-mv:before {
  content: "";
  display: block;
  background: url(../growth/images/mv_text.svg) no-repeat center/contain;
  position: absolute;
  height: 100%;
}
@media (min-width: 768px) {
  .l-growth-mv:before {
    width: 106px;
    top: 26px;
    bottom: 0;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .l-growth-mv:before {
    width: 15.8974358974vw;
    bottom: 3.5897435897vw;
    right: 2.5641025641vw;
  }
}
.l-growth-mv__image {
  display: block;
}
.l-growth-mv__image img {
  height: auto;
}
.l-growth-mv__container {
  position: absolute;
  max-width: 1320px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .l-growth-mv__container {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .l-growth-mv__container {
    bottom: 6.6666666667vw;
    width: 89.7435897436vw;
  }
}
.l-growth-mv__title {
  line-height: 1;
  font-weight: 700;
  background: #FF0033;
  color: #FFF;
  width: fit-content;
}
@media (min-width: 768px) {
  .l-growth-mv__title {
    font-size: 9.5rem;
    margin-bottom: 11px;
    padding: 4px 11px 15px;
  }
}
@media (max-width: 767px) {
  .l-growth-mv__title {
    font-size: 49px;
    font-size: 12.5641025641vw;
    margin-bottom: 1.2820512821vw;
    padding: 0.5128205128vw 2.3076923077vw 2.3076923077vw;
  }
}
.l-growth-mv__lead {
  line-height: 1;
  font-weight: 700;
  background: #FFF;
  color: #FF0033;
}
@media (min-width: 768px) {
  .l-growth-mv__lead {
    font-size: 3.4rem;
    padding: 8px 11px 10px;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .l-growth-mv__lead {
    font-size: 17px;
    font-size: 4.358974359vw;
    padding: 1.2820512821vw 1.7948717949vw 1.7948717949vw;
  }
}
@media (min-width: 768px) {
  .l-growth-sec {
    margin-top: 116px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec {
    margin-top: 16.9230769231vw;
  }
}
@media (min-width: 768px) {
  .l-growth-sec__title {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__title {
    margin-bottom: 5.641025641vw;
  }
}
.l-growth-sec__title__head {
  font-weight: 700;
  background: #F78A94;
  color: #FFF;
  line-height: 1.2916666667;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .l-growth-sec__title__head {
    font-size: 4.2rem;
    padding: 7px 10px 9px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__title__head {
    font-size: 24px;
    font-size: 6.1538461538vw;
    padding: 1.2820512821vw 1.2820512821vw 2.0512820513vw;
    margin-bottom: 3.8461538462vw;
  }
}
.l-growth-sec__title__text {
  font-weight: 700;
  line-height: 1.2916666667;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .l-growth-sec__title__text {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__title__text {
    font-size: 17px;
    font-size: 4.358974359vw;
    margin-bottom: 1.5384615385vw;
  }
}
.l-growth-sec__title__main {
  font-weight: 800;
  color: #F78A94;
  line-height: 1.2916666667;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .l-growth-sec__title__main {
    font-size: 5.8rem;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__title__main {
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
@media (min-width: 768px) {
  .l-growth-sec__items {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__items {
    margin-bottom: 16.9230769231vw;
  }
}
@media (min-width: 768px) {
  .l-growth-sec__items .p-item {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 76px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__items .p-item {
    font-size: 17px;
    font-size: 4.358974359vw;
    margin-bottom: 11.7948717949vw;
  }
}
@media (min-width: 768px) {
  .l-growth-sec__items .p-item__image {
    width: 38.3%;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__items .p-item__image {
    margin-bottom: 5.3846153846vw;
  }
}
.l-growth-sec__items .p-item__image img {
  height: auto;
}
@media (min-width: 768px) {
  .l-growth-sec__items .p-item__content {
    width: calc(61.7% - 30px);
  }
}
.l-growth-sec__items .p-item__title {
  font-weight: 700;
  border-bottom: 4px solid #F78A94;
  line-height: 1.2916666667;
  text-align: left;
  display: block;
}
@media (min-width: 768px) {
  .l-growth-sec__items .p-item__title {
    font-size: 3.6rem;
    padding: 3px 0 12px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__items .p-item__title {
    font-size: 28px;
    font-size: 7.1794871795vw;
    padding-bottom: 3.5897435897vw;
    margin-bottom: 4.1025641026vw;
  }
}
.l-growth-sec__items .p-item__text {
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media (min-width: 768px) {
  .l-growth-sec__items .p-item__text {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__items .p-item__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
}
.l-growth-sec__items .p-item__textlist {
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media (min-width: 768px) {
  .l-growth-sec__items .p-item__textlist {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__items .p-item__textlist {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
}
.l-growth-sec__items .p-item__exp {
  background: rgba(255, 89, 0, 0.1);
  font-weight: 500;
  line-height: 1.6923076923;
  text-align: left;
}
@media (min-width: 768px) {
  .l-growth-sec__items .p-item__exp {
    font-size: 1.3rem;
    padding: 13px 10px 13px 22px;
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__items .p-item__exp {
    font-size: 3.33vw;
    padding: 3.3333333333vw 1.0256410256vw 3.5897435897vw 4.358974359vw;
    margin-top: 4.1025641026vw;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) {
  .l-growth-sec__items .p-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.l-growth-sec__image {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-growth-sec__image {
    width: 764px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__image {
    margin-top: -1.2820512821vw;
    margin-bottom: 5.1282051282vw;
  }
}
.l-growth-sec__image img {
  height: auto;
}
.l-growth-sec__imagelist {
  margin: 0 auto;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .l-growth-sec__imagelist {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
    margin: 43px auto;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__imagelist {
    margin: -7.6923076923vw auto 5.1282051282vw;
  }
}
.l-growth-sec__imagelist img {
  height: auto;
}
@media (min-width: 768px) {
  .l-growth-sec__imagelist img {
    width: calc((100% - 90px) / 2);
  }
}
@media (max-width: 767px) {
  .l-growth-sec__imagelist img {
    margin-top: 7.6923076923vw;
  }
}
.l-growth-sec__text {
  font-weight: 500;
  line-height: 2.125;
  text-align: left;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-growth-sec__text {
    font-size: 1.6rem;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-top: 5.1282051282vw;
  }
}
.l-growth-sec.sec01 {
  margin-top: 0;
}
.l-growth-sec.sec01 .l-growth-sec__title__head {
  background-color: #F78A94;
}
.l-growth-sec.sec01 .l-growth-sec__title__main {
  color: #F78A94;
}
.l-growth-sec.sec01 .p-item__title {
  border-color: #F78A94;
}
.l-growth-sec.sec02 .l-growth-sec__title__head {
  background-color: #26D2CA;
}
.l-growth-sec.sec02 .l-growth-sec__title__main {
  color: #26D2CA;
}
.l-growth-sec.sec02 .p-item__title {
  border-color: #26D2CA;
}
@media (min-width: 768px) {
  .l-growth-sec.sec03 .l-growth-sec__title {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .l-growth-sec.sec03 .l-growth-sec__title {
    margin-bottom: 6.4102564103vw;
  }
}
.l-growth-sec.sec03 .l-growth-sec__title__head {
  background-color: #FF5900;
}
.l-growth-sec.sec03 .l-growth-sec__title__main {
  color: #FF5900;
}
@media (min-width: 768px) {
  .l-growth-sec.sec03 .l-growth-sec__items {
    margin-bottom: 116px;
  }
}
.l-growth-sec.sec03 .p-item__title {
  border-color: #FF5900;
}
@media (min-width: 768px) {
  .l-growth-sec.sec03 .p-item:nth-child(1) {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .l-growth-sec.sec03 .p-item:nth-child(2) {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .l-growth-sec.sec03 .p-item:nth-child(2) .p-item__image {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .l-growth-sec.sec03 .p-item:nth-child(2) .p-item__content {
    padding-top: 10px;
    width: calc(60% - 50px);
  }
}
@media (min-width: 768px) {
  .l-growth-sec.sec04 .l-growth-sec__title {
    margin-bottom: 29px;
  }
}
.l-growth-sec.sec04 .l-growth-sec__title__head {
  background-color: #16F300;
}
.l-growth-sec.sec04 .l-growth-sec__title__main {
  color: #16F300;
}
.l-growth-sec.sec04 .p-item__title {
  border-color: #16F300;
}
.l-growth-sec.sec05 .l-growth-sec__title__head {
  background-color: #004498;
}
.l-growth-sec.sec05 .l-growth-sec__title__main {
  color: #004498;
}
.l-growth-sec.sec05 .p-item__title {
  border-color: #004498;
}

@media (min-width: 768px) {
  .page-business .l-main {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-business .l-main {
    padding-bottom: 15.3846153846vw;
  }
}
.page-business img {
  height: auto;
}

.l-business__container {
  max-width: 1220px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-business__container {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .l-business__container {
    padding: 0 5.1282051282vw;
  }
}
.l-business-intro {
  text-align: center;
}
@media (min-width: 768px) {
  .l-business-intro {
    margin-top: -4px;
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .l-business-intro {
    margin-top: -1.0256410256vw;
    margin-bottom: 6.4102564103vw;
  }
}
.l-business-intro__text {
  font-weight: 500;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-business-intro__text {
    line-height: 2.125;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-business-intro__text {
    line-height: 2;
    font-size: 15px;
    font-size: 3.8461538462vw;
    margin: 0 -2.5641025641vw;
  }
}
@media (min-width: 768px) {
  .l-business-info {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .l-business-info {
    margin-bottom: 20.5128205128vw;
  }
}
.l-business-info .p-item {
  border: 3px solid #004498;
}
@media (min-width: 768px) {
  .l-business-info .p-item {
    padding: 37px 48px 37px 37px;
    display: flex;
    gap: 35px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .l-business-info .p-item {
    padding: 6.9230769231vw 4.358974359vw 10.2564102564vw;
    margin-bottom: 10.2564102564vw;
  }
}
@media (min-width: 768px) {
  .l-business-info .p-item:nth-child(even) {
    flex-direction: row-reverse;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .l-business-info .p-item:nth-child(even) .p-item__image {
    width: 44.95%;
  }
}
.l-business-info .p-item:nth-child(1) {
  border-color: #004498;
}
.l-business-info .p-item:nth-child(1) .p-item__title__label {
  background: #004498;
}
.l-business-info .p-item:nth-child(1) .p-item__title__main {
  color: #004498;
}
.l-business-info .p-item:nth-child(2) {
  border-color: #FF0084;
}
.l-business-info .p-item:nth-child(2) .p-item__title__label {
  background: #FF0084;
}
.l-business-info .p-item:nth-child(2) .p-item__title__main {
  color: #FF0084;
}
.l-business-info .p-item:nth-child(3) {
  border-color: #FF5900;
}
.l-business-info .p-item:nth-child(3) .p-item__title__label {
  background: #FF5900;
}
.l-business-info .p-item:nth-child(3) .p-item__title__main {
  color: #FF5900;
}
@media (min-width: 768px) {
  .l-business-info .p-item__image {
    width: 44.85%;
  }
}
@media (max-width: 767px) {
  .l-business-info .p-item__image {
    margin-bottom: 5.8974358974vw;
  }
}
@media (min-width: 768px) {
  .l-business-info .p-item__content {
    width: calc(55.15% - 35px);
  }
}
@media (min-width: 768px) {
  .l-business-info .p-item__title {
    padding-top: 30px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .l-business-info .p-item__title {
    margin-bottom: 3.5897435897vw;
  }
}
.l-business-info .p-item__title__label {
  font-weight: 700;
  text-align: left;
  color: #FFF;
  display: inline-block;
  background: #004498;
}
@media (min-width: 768px) {
  .l-business-info .p-item__title__label {
    font-size: 3.4rem;
    line-height: 1.4411764706;
    padding: 0 13px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .l-business-info .p-item__title__label {
    font-size: 20px;
    font-size: 5.1282051282vw;
    line-height: 1.55;
    padding: 0 2.0512820513vw;
    margin-bottom: 1.5384615385vw;
  }
}
.l-business-info .p-item__title__main {
  font-weight: 700;
  line-height: 1.2142857143;
  text-align: left;
  color: #004498;
  display: block;
}
@media (min-width: 768px) {
  .l-business-info .p-item__title__main {
    font-size: 4.4rem;
  }
}
@media (max-width: 767px) {
  .l-business-info .p-item__title__main {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.l-business-info .p-item__text {
  font-weight: 500;
  text-align: left;
}
@media (min-width: 768px) {
  .l-business-info .p-item__text {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 767px) {
  .l-business-info .p-item__text {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2;
  }
}
.l-business-attempt__title {
  background: #383842;
  color: #FFF;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .l-business-attempt__title {
    padding: 103px 10px 147px;
  }
}
@media (max-width: 767px) {
  .l-business-attempt__title {
    padding: 14.1025641026vw 5.641025641vw 23.3333333333vw;
  }
}
.l-business-attempt__title .en {
  max-width: 834px;
  margin: 0 auto;
  display: block;
}
.l-business-attempt__title .ja {
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-business-attempt__title .ja {
    font-size: 3.6rem;
    top: -41px;
  }
}
@media (max-width: 767px) {
  .l-business-attempt__title .ja {
    font-size: 20px;
    font-size: 5.1282051282vw;
    top: -9.4871794872vw;
  }
}
.l-business-attempt .l-business__container {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .l-business-attempt .l-business__container {
    margin-top: -99px;
  }
}
@media (max-width: 767px) {
  .l-business-attempt .l-business__container {
    margin-top: -16.4102564103vw;
  }
}
@media (min-width: 768px) {
  .l-business-attempt .p-item {
    margin-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .l-business-attempt .p-item {
    margin-bottom: 14.358974359vw;
  }
}
.l-business-attempt .p-item:nth-child(1) .p-item__title {
  color: #FF0084;
}
.l-business-attempt .p-item:nth-child(1) .p-item__title__num {
  background-color: #FF0084;
}
.l-business-attempt .p-item:nth-child(2) .p-item__title {
  color: #004498;
}
.l-business-attempt .p-item:nth-child(2) .p-item__title__num {
  background-color: #004498;
}
.l-business-attempt .p-item:nth-child(3) .p-item__title {
  color: #FF5900;
}
.l-business-attempt .p-item:nth-child(3) .p-item__title__num {
  background-color: #FF5900;
}
.l-business-attempt .p-item__image {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .l-business-attempt .p-item__image {
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  .l-business-attempt .p-item__image {
    margin-bottom: 13vw;
  }
}
@media (min-width: 768px) {
  .l-business-attempt .p-item__image img {
    width: auto;
    height: 500px;
  }
}
.l-business-attempt .p-item__title {
  text-align: center;
}
@media (min-width: 768px) {
  .l-business-attempt .p-item__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-business-attempt .p-item__title {
    margin-bottom: 3.3333333333vw;
  }
}
.l-business-attempt .p-item__title__num {
  color: #fff;
  position: absolute;
  font-weight: 600;
  line-height: 1;
  display: block;
  font-family: "poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .l-business-attempt .p-item__title__num {
    font-size: 42px;
    width: 80px;
    height: 80px;
    bottom: -40px;
    left: calc(50% - 40px);
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .l-business-attempt .p-item__title__num {
    font-size: 8vw;
    width: 14vw;
    height: 14vw;
    bottom: -7vw;
    left: calc(50% - 7vw);
    padding-top: 2.4vw;
  }
}
.l-business-attempt .p-item__title__main {
  font-weight: 700;
  line-height: 1.52;
  display: block;
}
@media (min-width: 768px) {
  .l-business-attempt .p-item__title__main {
    font-size: 3.6rem;
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .l-business-attempt .p-item__title__main {
    font-size: 25px;
    font-size: 6.4102564103vw;
    margin-top: -2.8205128205vw;
  }
}
.l-business-attempt .p-item__text {
  font-weight: 500;
  text-align: left;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-business-attempt .p-item__text {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 767px) {
  .l-business-attempt .p-item__text {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
  }
}

.page-career .l-main {
  padding-bottom: 0;
}
.page-career img {
  height: auto;
}
.page-career .l-cmn-checkpoint {
  background: #8556E3;
  color: #FFF;
}
.page-career .l-cmn-voice {
  background: #383842;
  color: #FFF;
}

.l-career__container {
  max-width: 1220px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-career__container {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .l-career__container {
    padding: 0 5.1282051282vw;
  }
}
.l-career-mv {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-career-mv {
    padding-top: 56px;
    min-width: 1080px;
    margin-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .l-career-mv {
    padding-top: 13.8461538462vw;
    margin-bottom: 14.6153846154vw;
  }
}
.l-career-mv:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .l-career-mv:before {
    top: 56px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% - 56px);
    background: url(../career/images/mv_en.svg) no-repeat center/contain;
  }
}
@media (min-width: 768px) {
  .l-career-mv__image img {
    min-height: 580px;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .l-career-mv__container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1140px;
    height: fit-content;
    bottom: 5.85%;
  }
}
@media (max-width: 767px) {
  .l-career-mv__container {
    width: fit-content;
  }
}
.l-career-mv__title {
  margin: 0 auto;
  z-index: 1;
  font-weight: bold;
  line-height: 1;
  width: fit-content;
}
@media (min-width: 768px) {
  .l-career-mv__title {
    font-size: 10.2rem;
    margin-bottom: 20px;
    color: #FFF;
  }
}
@media (max-width: 767px) {
  .l-career-mv__title {
    position: absolute;
    text-align: center;
    font-size: 69px;
    font-size: 17.6923076923vw;
    top: 23.5897435897vw;
    left: 0;
    right: 0;
  }
}
.l-career-mv__title strong {
  line-height: 1;
  background: #8556E3;
}
@media (min-width: 768px) {
  .l-career-mv__title strong {
    padding: 0 8px 10px;
    margin-right: 13px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .l-career-mv__title strong {
    display: block;
    color: #FFF;
    width: fit-content;
    margin: 0 auto 2.0512820513vw;
    padding: 0 1.5384615385vw 1.7948717949vw;
  }
}
.l-career-mv__text {
  margin: 0 auto;
  z-index: 1;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
  width: fit-content;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-career-mv__text {
    font-size: 2.8rem;
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .l-career-mv__text {
    display: none;
  }
}
.l-career-mv__list {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-career-mv__list {
    gap: 23px;
    flex-flow: wrap;
  }
}
@media (max-width: 767px) {
  .l-career-mv__list {
    gap: 1.5384615385vw;
    position: absolute;
    left: 0.7692307692vw;
    right: 0;
    bottom: 4.6153846154vw;
    width: 91.7948717949vw;
    margin: auto;
  }
}
.l-career-mv__list li {
  text-align: center;
}
@media (min-width: 768px) {
  .l-career-mv__list li {
    height: 137px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .l-career-mv__list li {
    width: auto;
    height: 17.6923076923vw;
  }
}
.l-career-mv__item__head {
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .l-career-mv__item__head {
    padding-right: 6px;
    margin-bottom: -3px;
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .l-career-mv__item__head {
    font-size: 17px;
    font-size: 4.358974359vw;
  }
}
.l-career-mv__item__text {
  color: #8556E3;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-career-mv__item__text {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .l-career-mv__item__text {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
.l-career-mv__item__text strong {
  color: #8556E3;
  font-weight: 600;
  font-family: "poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .l-career-mv__item__text strong {
    font-size: 6.7rem;
    transform: translateY(5px);
  }
}
@media (max-width: 767px) {
  .l-career-mv__item__text strong {
    font-size: 33px;
    font-size: 8.4615384615vw;
  }
}
.l-career-lead {
  text-align: center;
}
@media (min-width: 768px) {
  .l-career-lead {
    margin-bottom: 114px;
  }
}
@media (max-width: 767px) {
  .l-career-lead {
    margin-bottom: 17.1794871795vw;
  }
}
.l-career-lead__text {
  font-weight: 700;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-career-lead__text {
    line-height: 1.9545454545;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .l-career-lead__text {
    line-height: 1.875;
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin: 0 -2.5641025641vw;
  }
}
@media (min-width: 768px) {
  .l-career-lead__text p + p {
    margin-top: 43px;
  }
}
@media (max-width: 767px) {
  .l-career-lead__text p + p {
    margin-top: 7.6923076923vw;
  }
}
.l-career-lead__text .circle {
  background: #101010;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-career-lead__text .circle {
    width: 96px;
    height: 96px;
    margin: 26px auto 28px;
  }
}
@media (max-width: 767px) {
  .l-career-lead__text .circle {
    font-size: 19px;
    font-size: 4.8717948718vw;
    width: 21.2820512821vw;
    height: 21.2820512821vw;
    margin: 7.1794871795vw auto;
  }
}
.l-career-lead__text .line {
  font-weight: 700;
  margin: 0 auto;
  letter-spacing: -0.02em;
  width: fit-content;
}
@media (min-width: 768px) {
  .l-career-lead__text .line {
    line-height: 1.4054054054;
    font-size: 3.7rem;
    margin: 27px auto 0;
    border-bottom: 6px solid #8556E3;
  }
}
@media (max-width: 767px) {
  .l-career-lead__text .line {
    line-height: 1.6428571429;
    font-size: 28px;
    font-size: 7.1794871795vw;
    margin: 3.5897435897vw auto 0;
    text-decoration: underline;
    text-decoration-color: #8556E3;
    text-decoration-thickness: 1.5384615385vw;
    text-underline-offset: 1.2820512821vw;
  }
}
@media (min-width: 768px) {
  .l-career-lead__text .line + p {
    margin-top: 11px;
  }
}
@media (max-width: 767px) {
  .l-career-lead__text .line + p {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 768px) {
  .l-career-reason {
    margin-bottom: 59px;
  }
}
@media (max-width: 767px) {
  .l-career-reason {
    margin-bottom: 0;
  }
}
.l-career-reason__title {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .l-career-reason__title {
    padding: 90px 10px 54px;
  }
}
@media (max-width: 767px) {
  .l-career-reason__title {
    padding: 17.6923076923vw 5.1282051282vw 9.4871794872vw;
    margin-bottom: 10.2564102564vw;
  }
}
.l-career-reason__title .en {
  max-width: 871px;
  margin: 0 auto;
  display: block;
}
.l-career-reason__title .ja {
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .l-career-reason__title .ja {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.8rem;
    top: 22px;
  }
}
@media (max-width: 767px) {
  .l-career-reason__title .ja {
    line-height: 1.4;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.l-career-reason__title .ja strong {
  color: #8556E3;
}
.l-career-reason .p-item {
  border-bottom: 2px solid #101010;
}
@media (min-width: 768px) {
  .l-career-reason .p-item {
    display: flex;
    gap: 38px;
    padding-bottom: 81px;
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .l-career-reason .p-item {
    padding-bottom: 13.0769230769vw;
    margin-bottom: 11.5384615385vw;
  }
}
.l-career-reason .p-item.noflex {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .l-career-reason .p-item.noflex {
    margin-bottom: 78px;
  }
}
.l-career-reason .p-item.noflex .p-item__content {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.l-career-reason .p-item.noflex .p-item__num {
  margin-left: auto;
  margin-right: auto;
}
.l-career-reason .p-item.noflex .p-item__title {
  text-align: center;
}
@media (min-width: 768px) {
  .l-career-reason .p-item.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .l-career-reason .p-item.reverse .p-item__num {
    margin-bottom: 14px;
  }
}
.l-career-reason .p-item:nth-child(1) .p-item__num {
  background: #FF0084;
}
@media (max-width: 767px) {
  .l-career-reason .p-item:nth-child(1) .p-item__title {
    font-size: 28px;
    font-size: 7.1794871795vw;
    line-height: 1.2142857143;
  }
}
.l-career-reason .p-item:nth-child(2) .p-item__num {
  background: #004498;
}
.l-career-reason .p-item:nth-child(3) .p-item__num {
  background: #FF5900;
}
@media (min-width: 768px) {
  .l-career-reason .p-item:nth-child(3) .p-item__num {
    margin-top: -8px;
    margin-bottom: 21px;
  }
}
.l-career-reason .p-item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .l-career-reason .p-item__image {
    width: 48.4%;
  }
}
@media (max-width: 767px) {
  .l-career-reason .p-item__image {
    margin-top: 6.6666666667vw;
  }
}
.l-career-reason .p-item__imagecol {
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-career-reason .p-item__imagecol {
    display: flex;
    gap: 90px;
    margin-top: 46px;
  }
}
@media (max-width: 767px) {
  .l-career-reason .p-item__imagecol {
    margin-top: -3.5897435897vw;
  }
}
@media (max-width: 767px) {
  .l-career-reason .p-item__imagecol img {
    margin-top: 10.2564102564vw;
  }
}
@media (min-width: 768px) {
  .l-career-reason .p-item__content {
    width: calc(51.6% - 38px);
    padding-top: 26px;
  }
}
.l-career-reason .p-item__num {
  font-weight: 700;
  text-align: left;
  color: #FFF;
  display: flex;
  align-items: center;
  width: fit-content;
  background: #004498;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-career-reason .p-item__num {
    padding: 0 11px 3px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .l-career-reason .p-item__num {
    padding: 0.7692307692vw 2.8205128205vw 0vw;
    margin: 0 auto 1.7948717949vw;
  }
}
.l-career-reason .p-item__num span {
  font-family: "poppins", sans-serif;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 768px) {
  .l-career-reason .p-item__num span {
    font-size: 4.8rem;
    transform: translateY(8px);
  }
}
@media (max-width: 767px) {
  .l-career-reason .p-item__num span {
    font-size: 30px;
    font-size: 7.6923076923vw;
    transform: translateY(0.7692307692vw);
  }
}
.l-career-reason .p-item__title {
  font-weight: 700;
  display: block;
}
@media (min-width: 768px) {
  .l-career-reason .p-item__title {
    font-size: 3.3rem;
    line-height: 1.3333333333;
    margin-bottom: 16px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .l-career-reason .p-item__title {
    font-size: 26px;
    font-size: 6.6666666667vw;
    line-height: 1.3076923077;
    text-align: center;
    margin-bottom: 3.8461538462vw;
  }
}
.l-career-reason .p-item__text {
  font-weight: 500;
  text-align: left;
}
@media (min-width: 768px) {
  .l-career-reason .p-item__text {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 767px) {
  .l-career-reason .p-item__text {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2;
  }
}

.l-cmn-checkpoint {
  text-align: center;
}
@media (min-width: 768px) {
  .l-cmn-checkpoint {
    padding: 56px 10px 76px;
  }
}
@media (max-width: 767px) {
  .l-cmn-checkpoint {
    padding: 15.3846153846vw 5.1282051282vw 18.2051282051vw;
  }
}
.l-cmn-checkpoint__title {
  font-weight: 700;
  max-width: 1080px;
  margin: 0 auto;
  border-bottom: 6px solid #FFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .l-cmn-checkpoint__title {
    line-height: 1.9545454545;
    font-size: 3.7rem;
    padding-bottom: 13px;
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .l-cmn-checkpoint__title {
    line-height: 1.3939393939;
    font-size: 33px;
    font-size: 8.4615384615vw;
    margin: 0 0;
    padding-bottom: 7.4358974359vw;
    margin-bottom: 7.9487179487vw;
  }
}
.page-woman .l-cmn-checkpoint__title {
  border-bottom-color: #FF0084;
  color: #FF0084;
}
.l-cmn-checkpoint__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-cmn-checkpoint__container {
    display: flex;
    justify-content: center;
    gap: 78px;
  }
}
.l-cmn-checkpoint__list li {
  font-weight: 700;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .l-cmn-checkpoint__list li {
    font-size: 2rem;
    margin-top: 17px;
    padding-left: 39px;
  }
}
@media (max-width: 767px) {
  .l-cmn-checkpoint__list li {
    line-height: 1.45;
    padding-left: 10vw;
    margin-top: 3.8461538462vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.l-cmn-checkpoint__list li::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .l-cmn-checkpoint__list li::before {
    top: 3px;
    width: 28px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  .l-cmn-checkpoint__list li::before {
    top: 0.7692307692vw;
    width: 7.1794871795vw;
    height: 6.9230769231vw;
  }
}
.page-woman .l-cmn-checkpoint__list li::before {
  background: url("../women/images/icon_check.svg") center/contain no-repeat;
}
.page-career .l-cmn-checkpoint__list li::before {
  background: url("../career/images/icon_check.svg") center/contain no-repeat;
}
.l-cmn-checkpoint__text {
  font-weight: 700;
  margin: 0 auto;
  line-height: 1.5909090909;
}
@media (min-width: 768px) {
  .l-cmn-checkpoint__text {
    font-size: 2.9rem;
    margin: 61px 0 22px;
  }
}
@media (max-width: 767px) {
  .l-cmn-checkpoint__text {
    font-size: 22px;
    font-size: 5.641025641vw;
    margin: 8.9743589744vw 0 5.8974358974vw;
  }
}
.l-cmn-checkpoint__btn {
  background: #FFF;
  color: #101010;
  font-weight: 700;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .l-cmn-checkpoint__btn {
    font-size: 2.4rem;
    width: 384px;
    height: 80px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .l-cmn-checkpoint__btn {
    font-size: 20px;
    font-size: 5.1282051282vw;
    border-radius: 10.2564102564vw;
    width: 85.8974358974vw;
    height: 17.4358974359vw;
    margin: 0 auto;
    padding-right: 1.2820512821vw;
  }
}
.l-cmn-checkpoint__btn:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .l-cmn-checkpoint__btn:after {
    width: 0;
    height: 0;
    right: 26px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #101010;
  }
}

@media (min-width: 768px) {
  .l-cmn-voice {
    padding: 93px 10px 110px;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice {
    padding: 19.7435897436vw 5.1282051282vw 13.5897435897vw;
  }
}
.l-cmn-voice__title {
  text-align: center;
}
@media (min-width: 768px) {
  .l-cmn-voice__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice__title {
    margin-bottom: 9.7435897436vw;
  }
}
.l-cmn-voice__title span {
  display: block;
}
.l-cmn-voice__title .en {
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-cmn-voice__title .en {
    font-size: 5.4rem;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice__title .en {
    font-size: 46px;
    font-size: 11.7948717949vw;
  }
}
.l-cmn-voice__title .ja {
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-cmn-voice__title .ja {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice__title .ja {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.l-cmn-voice-list {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .l-cmn-voice-list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice-list {
    gap: 10.7692307692vw;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice-list__item {
    padding-bottom: 0;
    border-bottom: 1px solid #FFF;
  }
}
.l-cmn-voice-list__item:last-child {
  border-bottom: none;
}
.l-cmn-voice-list__img {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-cmn-voice-list__img {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice-list__img {
    margin-bottom: 4.1025641026vw;
  }
}
.l-cmn-voice-list__img img {
  height: auto;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.l-cmn-voice-list__data {
  text-align: center;
}
@media (min-width: 768px) {
  .l-cmn-voice-list__data {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice-list__data {
    margin-bottom: 2.0512820513vw;
  }
}
.l-cmn-voice-list__name {
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .l-cmn-voice-list__name {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice-list__name {
    line-height: 1.4166666667;
    font-size: 5vw;
  }
}
.l-cmn-voice-list__post {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-cmn-voice-list__post {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice-list__post {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.l-cmn-voice-list .p-item__icons {
  text-align: left;
  margin-bottom: 5px;
}
.l-cmn-voice-list__content {
  position: relative;
}
@media (max-width: 767px) {
  .l-cmn-voice-list__content {
    padding-bottom: 9.4871794872vw;
  }
  .l-cmn-voice-list__content::before, .l-cmn-voice-list__content::after {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026vw;
    font-weight: bold;
  }
  .l-cmn-voice-list__content::before {
    content: "";
    bottom: 0.2564102564vw;
    left: calc(50% - 2.7em);
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    border-top: 0.2564102564vw solid;
    border-right: 0.2564102564vw solid;
    border-color: #101010;
    transform-origin: top;
    transform: rotate(135deg);
  }
  .page-career .l-cmn-voice-list__content::before {
    border-color: #FFF;
  }
  .l-cmn-voice-list__content::after {
    content: "続きを読む";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 5.641025641vw;
    font-size: 14px;
    font-size: 3.5897435897vw;
    font-weight: 500;
  }
  .l-cmn-voice-list__content.active::before {
    left: calc(50% - 2.5em);
    bottom: 0.5128205128vw;
    transform: rotate(315deg);
  }
  .l-cmn-voice-list__content.active::after {
    content: "閉じる";
  }
}
.l-cmn-voice-list__content p {
  font-weight: 500;
  text-align: left;
}
@media (min-width: 768px) {
  .l-cmn-voice-list__content p {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
@media (max-width: 767px) {
  .l-cmn-voice-list__content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 10em;
    overflow: hidden;
    line-height: 1.9333333333;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.l-cmn-voice-list__content.active p {
  -webkit-line-clamp: inherit;
  overflow: visible;
  max-height: fit-content;
}

.page-woman .l-main {
  padding-bottom: 0;
}
.page-woman img {
  height: auto;
}
.page-woman .l-cmn-checkpoint {
  background: rgba(255, 0, 132, 0.08);
}
@media (min-width: 768px) {
  .page-woman .l-cmn-checkpoint {
    padding: 88px 10px 134px;
  }
}
@media (min-width: 768px) {
  .page-woman .l-cmn-checkpoint .l-cmn-checkpoint__title {
    max-width: 956px;
  }
}
@media (min-width: 768px) {
  .page-woman .l-cmn-checkpoint .l-cmn-checkpoint__container {
    gap: 33px;
  }
}
@media (min-width: 768px) {
  .page-woman .l-cmn-voice {
    padding: 89px 10px 110px;
  }
}

.l-woman__container {
  margin: 0 auto;
}
.l-woman-mv {
  position: relative;
}
@media (min-width: 768px) {
  .l-woman-mv {
    padding-top: 56px;
    min-width: 1080px;
  }
}
@media (max-width: 767px) {
  .l-woman-mv {
    padding-top: 13.8461538462vw;
    padding-bottom: 2.5641025641vw;
  }
}
.l-woman-mv:after {
  content: "";
  display: block;
  width: 100%;
  background: #FF0084;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .l-woman-mv:after {
    height: 10px;
  }
}
@media (max-width: 767px) {
  .l-woman-mv:after {
    height: 2.5641025641vw;
  }
}
@media (min-width: 768px) {
  .l-woman-mv__image img {
    min-height: 580px;
    object-fit: cover;
  }
}
.l-woman-mv__txt {
  position: absolute;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .l-woman-mv__txt {
    top: 117px;
    padding-right: 63px;
  }
}
@media (max-width: 767px) {
  .l-woman-mv__txt {
    bottom: 10vw;
    padding: 0 2.8205128205vw;
    text-align: center;
  }
}
.l-woman-mv__en {
  display: block;
}
@media (min-width: 768px) {
  .l-woman-mv__en {
    width: 50.1%;
    margin: 0 0 1.75% auto;
  }
}
@media (max-width: 767px) {
  .l-woman-mv__en {
    width: 94.1025641026vw;
    margin: 0 0 0;
    position: absolute;
    top: -89.7435897436vw;
  }
}
.l-woman-mv__title {
  margin: 0 auto;
  z-index: 1;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-woman-mv__title {
    font-size: 10rem;
    margin-bottom: 1.25%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .l-woman-mv__title {
    position: absolute;
    text-align: center;
    font-size: 60px;
    font-size: 15.3846153846vw;
    bottom: 22.5641025641vw;
    left: 0;
    right: 0;
  }
}
.l-woman-mv__copy {
  margin: 0 0 0 auto;
  z-index: 1;
  font-weight: 700;
  line-height: 1;
  color: #FF0084;
  width: fit-content;
}
@media (min-width: 768px) {
  .l-woman-mv__copy {
    background: #FFF;
    display: block;
    font-size: 3.2rem;
    padding: 4px 9px 7px;
    margin-right: -3px;
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .l-woman-mv__copy {
    text-align: center;
    font-size: 24px;
    font-size: 6.1538461538vw;
    line-height: 1.5416666667;
  }
}
@media (max-width: 767px) {
  .l-woman-mv__copy span {
    line-height: 1;
    background: #FFF;
    display: inline-block;
    padding: 1.0256410256vw 1.5384615385vw 1.2820512821vw;
  }
}
@media (max-width: 767px) {
  .l-woman-point {
    margin-bottom: 5.1282051282vw;
  }
}
@media (min-width: 768px) {
  .l-woman-point .p-item {
    position: relative;
  }
}
@media (min-width: 768px) {
  .l-woman-point .p-item.reverse .p-item__num {
    left: 47px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .l-woman-point .p-item.reverse .p-item__num {
    right: 4.1025641026vw;
  }
}
@media (min-width: 768px) {
  .l-woman-point .p-item.reverse .p-item__content {
    text-align: right;
  }
}
.l-woman-point .p-item.reverse .p-item__title span {
  color: #FF0084;
}
@media (max-width: 767px) {
  .l-woman-point .p-item__image__wrap {
    position: relative;
  }
}
.l-woman-point .p-item__num {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .l-woman-point .p-item__num {
    top: 55px;
    right: 52px;
  }
}
@media (max-width: 767px) {
  .l-woman-point .p-item__num {
    top: 5.1282051282vw;
    right: 5.1282051282vw;
  }
}
@media (max-width: 767px) {
  .l-woman-point .p-item__num img {
    width: auto;
    height: 17.1794871795vw;
  }
}
.l-woman-point .p-item__content {
  z-index: 1;
}
@media (min-width: 768px) {
  .l-woman-point .p-item__content {
    right: 0;
    bottom: 55px;
    left: 61px;
    padding-right: 60px;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .l-woman-point .p-item__content {
    padding: 6.1538461538vw 5.1282051282vw 14.358974359vw;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .l-woman-point .p-item__title {
    font-size: 5.2rem;
    margin-bottom: 12px;
    line-height: 1.5961538462;
  }
}
@media (max-width: 767px) {
  .l-woman-point .p-item__title {
    font-size: 30px;
    font-size: 7.6923076923vw;
    line-height: 1;
    position: absolute;
    bottom: 5.1282051282vw;
    left: 5.1282051282vw;
  }
}
.l-woman-point .p-item__title span {
  font-weight: 700;
  display: inline-block;
  background: #FFF;
  color: #F78A94;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-woman-point .p-item__title span {
    padding: 7px 15px 11px;
  }
}
@media (max-width: 767px) {
  .l-woman-point .p-item__title span {
    padding-right: 1.2820512821vw;
    padding: 2px 4px 5px;
    font-size: 30px;
    font-size: 7.6923076923vw;
    line-height: 1;
    display: inline-block;
    margin-top: 1.2820512821vw;
  }
}
.l-woman-point .p-item__text {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-woman-point .p-item__text {
    color: #FFF;
    line-height: 2.125;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-woman-point .p-item__text {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.9333333333;
  }
}

.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.7948717949vw 5.1282051282vw 17.9487179487vw;
  }
}
.mission-vision-section:not(:last-child) {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .mission-vision-section:not(:last-child) {
    margin-bottom: 10.7692307692vw;
  }
}
.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.6923076923vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.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: "poppins", sans-serif;
  display: block;
  color: #004498;
}
@media (max-width: 767px) {
  .mission-vision-section__ttl span {
    margin-bottom: 0.2em;
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}

@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.3333333333vw;
}
.mission-vision-slide .slick-dots li {
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  margin: 0;
}

.mission-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mission-txt {
    margin: 0 3.8461538462vw 12.8205128205vw;
  }
}
.mission-txt__ttl {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .mission-txt__ttl {
    margin-bottom: 6.1538461538vw;
  }
}
.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.3846153846vw;
    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.641025641vw;
  }
}
.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.1025641026vw;
  }
}
.mission-txt p small {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .mission-txt p small {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}

@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.1282051282vw;
    min-height: 16.6666666667vw;
    margin-bottom: 8.4615384615vw;
  }
}
.vision-col__wrap {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .vision-col__wrap {
    margin-bottom: 15.3846153846vw;
  }
}
.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.2564102564vw 0;
    flex-flow: column;
    row-gap: 7.6923076923vw;
  }
}
@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.1025641026vw;
    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.641025641vw;
    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.641025641vw;
    line-height: 1.8181818182;
  }
}

.vision-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .vision-txt {
    margin: 0 3.8461538462vw 7.6923076923vw;
  }
}
.vision-txt__ttl {
  margin-bottom: 0.8em;
  font-size: 4.3rem;
  font-weight: bold;
  text-align: center;
  color: #FF0033;
}
@media (max-width: 767px) {
  .vision-txt__ttl {
    font-size: 23px;
    font-size: 5.8974358974vw;
  }
}
.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.6153846154vw;
    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.0769230769vw;
  }
}

.pledge-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pledge-txt {
    margin: 0 3.8461538462vw 7.6923076923vw;
  }
}
.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.641025641vw;
    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.1282051282vw 5.1282051282vw 0;
  }
  .pledge-list__item:last-child {
    padding-bottom: 2.5641025641vw;
  }
}
.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: #FF0033;
  line-height: 1.2083333333;
  text-align: center;
}
@media (max-width: 767px) {
  .pledge-list__ttl {
    margin-bottom: 2.5641025641vw;
    min-height: 16.1538461538vw;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.pledge-list__ttl span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .pledge-list__ttl span {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
.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.1025641026vw;
    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.8461538462vw 7.6923076923vw;
  }
}
.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.641025641vw;
    line-height: 1.6818181818;
  }
}

.personality-mv {
  margin-bottom: 178px;
  position: relative;
}
@media (max-width: 767px) {
  .personality-mv {
    margin-bottom: 25.641025641vw;
  }
}
.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.4358974359vw;
  }
}
.personality-mv img {
  height: auto;
}

.personality-list {
  margin-bottom: 179px;
}
@media (max-width: 767px) {
  .personality-list {
    margin-bottom: 28.2051282051vw;
  }
}
.personality-list__item {
  position: relative;
}
@media (max-width: 767px) {
  .personality-list__item:not(:last-child) {
    margin-bottom: 10.7692307692vw;
  }
}
.personality-list__item picture {
  display: block;
}
@media (max-width: 767px) {
  .personality-list__item picture {
    margin-bottom: 6.1538461538vw;
  }
}
.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.358974359vw;
    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.6923076923vw;
    line-height: 1.3333333333;
  }
}
.personality-list__ttl span {
  color: #004498;
}

.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.1282051282vw;
    height: 120.5128205128vw;
    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.5384615385vw 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.6153846154vw;
  }
}
.personality-person__ttl span {
  color: #fff;
  font-size: clamp(20rem, 18.96vw, 27.3rem);
  font-weight: 300;
  letter-spacing: 0.07em;
  font-family: "poppins", sans-serif;
}
@media (max-width: 767px) {
  .personality-person__ttl span {
    font-size: 93px;
    font-size: 23.8461538462vw;
  }
}
.personality-person__btn {
  margin: max(74px, 5.139vw) auto max(105px, 7.292vw);
}
@media (max-width: 767px) {
  .personality-person__btn {
    margin: auto auto 6.1538461538vw;
  }
}
.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: #004498;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .personality-person__btn a {
    min-width: 88.4615384615vw;
    min-height: 14.6153846154vw;
    border-radius: 14.6153846154vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.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.6153846154vw;
  }
}
.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.4102564103vw;
    height: 6.4102564103vw;
  }
}
.personality-person__btn a::after {
  background-color: #101010;
  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.6666666667vw;
    width: 1.5384615385vw;
    height: 1.7948717949vw;
  }
}

.women-mv {
  margin-bottom: 100px;
  position: relative;
  background: url("../women/images/mv.jpg") center top/cover no-repeat;
  position: relative;
  box-sizing: border-box;
  max-height: 100vh;
}
@media (min-width: 768px) {
  .women-mv {
    min-height: 862px;
    height: 59.862vw;
  }
}
@media (max-width: 767px) {
  .women-mv {
    margin-bottom: 15.3846153846vw;
    overflow: hidden;
    height: 157.9487179487vw;
    background: url("../women/images/sp/mv.jpg") center top/cover no-repeat;
  }
}
.women-mv__txt {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  margin: auto;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .women-mv__txt {
    bottom: 19.5%;
  }
}
.women-mv__ttl {
  padding: 0.23em 0.34em;
  width: fit-content;
  height: fit-content;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  margin: auto;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
}
@media (max-width: 767px) {
  .women-mv__ttl {
    font-size: 27px;
    font-size: 6.9230769231vw;
  }
}
.women-mv__ttl span {
  color: #f85c7a;
}
.women-mv__en {
  display: block;
  font-size: min(16.25vw, 19.5rem);
  font-weight: 300;
  font-family: "poppins", sans-serif;
  line-height: 0.9230769231;
  color: #f85c7a;
}
@media (max-width: 767px) {
  .women-mv__en {
    line-height: 1.6;
    margin-left: -0.1em;
    font-size: 73px;
    font-size: 18.7179487179vw;
    white-space: nowrap;
  }
}

.women-lead {
  margin: 0 20px 100px;
}
@media (max-width: 767px) {
  .women-lead {
    margin: 0 5.1282051282vw 20.5128205128vw;
  }
}
.women-lead__txt {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .women-lead__txt {
    margin-bottom: 17.9487179487vw;
  }
}
.women-lead__txt p {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .women-lead__txt p {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 0.5em;
  }
}
@media (max-width: 767px) {
  .women-lead__txt p {
    font-size: 22px;
    font-size: 5.641025641vw;
    text-align: center;
    line-height: 1.8181818182;
  }
}
.women-lead__txt p b {
  margin: 0 0.3em;
  display: block;
  font-size: 4rem;
  color: #f85c7a;
}
@media (min-width: 768px) {
  .women-lead__txt p b {
    line-height: 1;
    position: relative;
    top: -0.1em;
  }
}
@media (max-width: 767px) {
  .women-lead__txt p b {
    margin: 0.2em 0;
    font-size: 37px;
    font-size: 9.4871794872vw;
    line-height: 1.3513513514;
  }
}
@media (min-width: 768px) {
  .women-lead__txt p + p {
    margin-top: 0.5em;
  }
}

.designers-space {
  margin-bottom: 116px;
}
@media (max-width: 767px) {
  .designers-space {
    margin-bottom: 20.5128205128vw;
  }
}
.designers-space__ttl {
  margin-bottom: 1.6em;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
}
.designers-space__ttl span {
  margin-bottom: 0.15em;
  font-family: "poppins", sans-serif;
  font-size: 8.9rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  display: block;
  color: #f85c7a;
}
@media (max-width: 767px) {
  .designers-space__ttl span {
    font-size: 58px;
    font-size: 14.8717948718vw;
    line-height: 1.1;
  }
}
.designers-space__img {
  max-width: 1200px;
  margin: 0 auto 34px;
}
@media (max-width: 767px) {
  .designers-space__img {
    margin: 0 5.1282051282vw 5.1282051282vw;
  }
}
.designers-space__img img {
  height: auto;
}
.designers-space__txt {
  margin-bottom: 118px;
}
@media (max-width: 767px) {
  .designers-space__txt {
    margin: 0 5.1282051282vw 15.3846153846vw;
  }
}
.designers-space__txt p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .designers-space__txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .designers-space__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.designers-space__photo {
  position: relative;
}
@media (min-width: 768px) {
  .designers-space__photo::before {
    z-index: -1;
    position: absolute;
    top: min(5.625vw, 81px);
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    max-height: 518px;
    height: 35.9723vw;
    content: "";
    background-color: #fdefef;
  }
}
.designers-space__photo picture {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
}
.designers-space__photo img {
  height: auto;
}

.women-entry {
  background: url("../women/images/entry.jpg") center top/cover no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px 98px;
  height: 692px;
  box-sizing: border-box;
  margin: 170px auto 0;
}
@media (min-width: 768px) {
  .women-entry {
    max-width: 1440px;
  }
}
@media (max-width: 767px) {
  .women-entry {
    margin: 20.5128205128vw auto 0;
    background: url("../women/images/sp/entry.jpg") center top/cover no-repeat;
    padding: 0 5.1282051282vw 9.7435897436vw;
    height: 121.2820512821vw;
  }
}
.women-entry > p {
  margin-bottom: 0.8em;
  font-size: 3.5rem;
  font-weight: bold;
  color: #f85c7a;
}
@media (max-width: 767px) {
  .women-entry > p {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.women-entry__btn {
  display: flex;
  gap: 26px;
  justify-content: center;
}
@media (max-width: 767px) {
  .women-entry__btn {
    gap: 3.0769230769vw;
    flex-flow: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .women-entry__btn li {
    min-width: 383px;
  }
}
.women-entry__btn a {
  width: 100%;
  min-height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.91);
  font-size: 1.9rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .women-entry__btn a {
    font-size: 19px;
    font-size: 4.8717948718vw;
    min-height: 22.0512820513vw;
  }
}
.women-entry__btn a::before, .women-entry__btn a::after {
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .women-entry__btn a::before, .women-entry__btn a::after {
    right: 5.641025641vw;
  }
}
.women-entry__btn a::before {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #f85c7a;
}
@media (max-width: 767px) {
  .women-entry__btn a::before {
    width: 5.3846153846vw;
    height: 5.3846153846vw;
  }
}
.women-entry__btn a::after {
  right: 29px;
  width: 5px;
  height: 6px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media (max-width: 767px) {
  .women-entry__btn a::after {
    right: 7.4358974359vw;
    width: 1.2820512821vw;
    height: 1.5384615385vw;
  }
}

.workstyle-mv {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .workstyle-mv {
    margin-bottom: 10.2564102564vw;
  }
}
.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.6153846154vw;
    width: 88.4615384615vw;
  }
}
.workstyle-mv__txt img {
  height: auto;
}

.growth-mv {
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .growth-mv {
    margin-bottom: 10.2564102564vw;
  }
}
.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.1282051282vw 15.3846153846vw;
  }
}
.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.5641025641vw;
    row-gap: 11.0256410256vw;
  }
}
.workstyle-nav li {
  counter-increment: num;
}
.workstyle-nav a {
  position: relative;
  text-align: center;
  display: block;
  border: 2px solid #004498;
  padding-top: 36px;
  min-height: 102px;
  font-size: 1.6rem;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .workstyle-nav a {
    min-height: 23.0769230769vw;
    padding-top: 6.6666666667vw;
    border: 0.5128205128vw solid #004498;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.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: #004498;
  border-radius: 50%;
  font-weight: 300;
  line-height: 1;
  font-size: 2rem;
  font-family: "poppins", sans-serif;
  content: counter(num);
}
@media (max-width: 767px) {
  .workstyle-nav a::before {
    top: -4.8717948718vw;
    width: 8.4615384615vw;
    height: 8.4615384615vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.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.1025641026vw;
    width: 4.1025641026vw;
    height: 2.0512820513vw;
  }
}

.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.2564102564vw;
    margin-bottom: 33.3333333333vw;
  }
}

.workstyle-section {
  background-color: #f5f5f5;
  padding: 64px 82px 86px;
  counter-increment: num;
  position: relative;
}
@media (max-width: 767px) {
  .workstyle-section {
    padding: 14.8717948718vw 5.1282051282vw;
  }
}
.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: #004498;
  color: #fff;
  font-family: "poppins", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  content: counter(num);
}
@media (max-width: 767px) {
  .workstyle-section::before {
    top: -6.9230769231vw;
    width: 13.8461538462vw;
    height: 13.8461538462vw;
    font-size: 27px;
    font-size: 6.9230769231vw;
  }
}
.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.6666666667vw;
  }
}
.workstyle-section__txt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .workstyle-section__txt {
    margin-bottom: 7.6923076923vw;
  }
}
.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.8461538462vw;
    line-height: 1.7333333333;
  }
}
@media (max-width: 767px) {
  .workstyle-section__sub {
    margin-bottom: 2.5641025641vw;
  }
}
.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.8461538462vw;
    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.8461538462vw;
    line-height: 1.7333333333;
  }
}

.workstyle-topclass {
  background-color: #fff;
  padding: 20px 69px 94px;
}
@media (max-width: 767px) {
  .workstyle-topclass {
    padding: 2.8205128205vw 5.3846153846vw 13.3333333333vw;
  }
}
.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.6923076923vw;
  }
}
.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.5897435897vw;
  }
}
.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.6153846154vw;
  }
}
.workstyle-topclass__txt {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .workstyle-topclass__txt {
    margin-bottom: 6.1538461538vw;
  }
}
.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.1025641026vw;
  }
}

.workstyle-holiday {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .workstyle-holiday {
    margin-bottom: 6.6666666667vw;
  }
}
.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.6153846154vw;
  }
}
.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.3846153846vw;
  }
}
.workstyle-holiday li {
  border: 3px solid #004498;
  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.5128205128vw solid #004498;
    border-radius: 2.5641025641vw;
    min-height: 12.5641025641vw;
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
@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: #FF0033;
}
@media (max-width: 767px) {
  .workstyle-holiday li b {
    font-size: 21px;
    font-size: 5.3846153846vw;
    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: #101010;
}
@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.5897435897vw;
    left: 0;
    right: 0;
    width: 3.3333333333vw;
    height: 0.5128205128vw;
  }
}
.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.8205128205vw;
    grid-template-columns: 1fr;
    row-gap: 3.8461538462vw;
  }
}
.workstyle-welfare-col__item {
  padding: 25px 30px;
  border: 1px solid #4a4a4a;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .workstyle-welfare-col__item {
    padding: 4.6153846154vw;
    border-radius: 2.0512820513vw;
  }
}
.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: #FF0033;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .workstyle-welfare-col__img p {
    font-size: 17px;
    font-size: 4.358974359vw;
    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.8461538462vw;
    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.5641025641vw;
    row-gap: 2.5641025641vw;
    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: #FF0033;
  text-align: center;
}
@media (max-width: 767px) {
  .workstyle-welfare-list li {
    font-size: 17px;
    font-size: 4.358974359vw;
    line-height: 1.2941176471;
  }
}
.workstyle-welfare-list li:last-child {
  border: none;
  color: #101010;
  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.8461538462vw;
    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.7179487179vw 7.9487179487vw 10.2564102564vw;
  }
}
.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.1025641026vw;
  }
}
.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.6153846154vw;
  }
}
.workstyle-backup__ttl b {
  display: block;
  font-size: 5.5rem;
  color: #FF0033;
}
@media (max-width: 767px) {
  .workstyle-backup__ttl b {
    font-size: 35px;
    font-size: 8.9743589744vw;
  }
}

.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.6923076923vw 5.1282051282vw 8.9743589744vw;
  }
}
.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.1025641026vw;
  }
}
.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.641025641vw;
  }
}
.workstyle-experience__img {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
@media (max-width: 767px) {
  .workstyle-experience__img {
    gap: 5.8974358974vw;
    margin-top: 6.6666666667vw;
    grid-template-columns: 1fr;
  }
}
.workstyle-experience__img img {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .workstyle-experience__img img {
    margin-bottom: 2.0512820513vw;
  }
}
.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.1025641026vw;
  }
}

.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.1794871795vw;
  }
}
.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.6666666667vw 5.1282051282vw 15.3846153846vw;
  }
}
.workstyle-point__item::before {
  z-index: -1;
  position: absolute;
  top: 5px;
  right: 20px;
  display: block;
  font-size: 27.3rem;
  font-weight: 300;
  font-family: "poppins", sans-serif;
  color: #fff;
  line-height: 1;
  content: counter(num, decimal-leading-zero);
}
@media (max-width: 767px) {
  .workstyle-point__item::before {
    top: 1.2820512821vw;
    right: 2.5641025641vw;
    font-size: 130px;
    font-size: 33.3333333333vw;
  }
}
.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: #FF0033;
  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.2820512821vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
    height: 7.9487179487vw;
    min-width: 24.1025641026vw;
    border-radius: 1.2820512821vw;
  }
}
.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.6666666667vw;
  }
}
.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.1025641026vw;
  }
}
.workstyle-point__img {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .workstyle-point__img {
    margin-top: 10.2564102564vw;
  }
}
.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.8461538462vw;
    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.2564102564vw;
  }
}
.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.3333333333vw;
}
.workstyle-point-slide .slick-dots li {
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  margin: 0;
}

.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.9230769231vw;
    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.1025641026vw;
    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.7948717949vw auto 0;
    min-height: 35.641025641vw;
    max-width: 65.8974358974vw;
  }
  .fc-mv__col:nth-of-type(2) .fc-mv-box {
    margin-top: 36.9230769231vw;
  }
}
.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.1025641026vw;
  }
}
.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.4871794872vw;
  }
}
.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.8461538462vw;
    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.7179487179vw 5.1282051282vw 20.5128205128vw;
  }
}
.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.641025641vw;
    min-width: 71.0256410256vw;
    font-size: 21px;
    font-size: 5.3846153846vw;
  }
}
@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.0256410256vw;
    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.7692307692vw;
    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.1025641026vw;
  }
}
.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.8717948718vw;
  }
}

.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.3846153846vw auto 0;
    padding: 7.6923076923vw 6.4102564103vw 6.4102564103vw;
  }
}
.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.3846153846vw;
  }
}
.fc-section-box__ttl span {
  color: #FF0033;
}
.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.1025641026vw;
  }
}
.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.6923076923vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.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.1282051282vw;
    height: 4.8717948718vw;
  }
}

.fc-career {
  margin: 80px auto 107px;
}
@media (max-width: 767px) {
  .fc-career {
    margin: 15.3846153846vw auto 25.641025641vw;
  }
}
.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.3846153846vw;
    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: "poppins", sans-serif;
}
@media (max-width: 767px) {
  .fc-career__ttl span {
    margin-bottom: 0.1em;
    font-size: 53px;
    font-size: 13.5897435897vw;
  }
}
.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.6923076923vw 5.1282051282vw 21.2820512821vw;
  }
}
.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.8461538462vw;
    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.8461538462vw;
    line-height: 1.7333333333;
  }
}
.fc-career__photo img {
  height: auto;
}

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