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

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

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

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  代表メッセージ・会社概要
*----------------------------------- */
.page-company .list-page__main {
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-company .list-page__header__subtitle {
    font-size: 9.23vw;
  }
}
.page-company .list-page__header__subtitle .span01 {
  color: #FFA519;
}
.page-company .list-page__header__subtitle .span02 {
  color: #5ABAAF;
}

.page-company .l-message__main {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-message__main {
    padding-top: 70px;
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main {
    padding-top: 10vw;
    margin-bottom: 14vw;
  }
}
.page-company .l-message__main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #FFF2DB;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main::before {
    height: 50vw;
  }
}
.page-company .l-message__main__container {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__container {
    width: 90vw;
    flex-wrap: wrap;
    gap: 7vw;
  }
}
.page-company .l-message__main__container::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -17px;
  right: -48px;
  width: 230px;
  height: 172px;
  background: url("../company/images/message_bg_main.svg") no-repeat center center;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__container::before {
    width: 34.31vw;
    height: 25.59vw;
    bottom: -7.7vw;
    right: -2.5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-message__main__inner {
    width: 673px;
    padding-top: 21px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__inner {
    width: 100%;
  }
}
.page-company .l-message__main__head {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__head {
    margin-bottom: 5.5vw;
  }
}
.page-company .l-message__main__head .p-title {
  font-size: 104px;
  font-weight: 700;
  line-height: 1;
  margin-left: -6px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__head .p-title {
    font-size: 13.8vw;
    margin-left: -1vw;
  }
}
.page-company .l-message__main__head .p-title span {
  color: #FFA519;
}
.page-company .l-message__main__head .p-sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__head .p-sub {
    font-size: 4.1vw;
    margin-top: 2vw;
  }
}
.page-company .l-message__main__title {
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__title {
    font-size: 7.69vw;
    margin-bottom: 6.8vw;
  }
}
.page-company .l-message__main__title .line {
  position: relative;
  z-index: 10;
}
.page-company .l-message__main__title .line::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 265px;
  height: 23px;
  background: url("../images/cmn/line_orange.svg") no-repeat center bottom;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__title .line::before {
    height: 3.31vw;
    width: 38.6vw;
    bottom: -0.6vw;
  }
}
.page-company .l-message__main__name {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__name {
    margin-bottom: 8vw;
  }
}
.page-company .l-message__main__name .p-sub {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__name .p-sub {
    font-size: 3.58vw;
  }
}
.page-company .l-message__main__name .p-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__name .p-name {
    font-size: 6.15vw;
  }
}
.page-company .l-message__main__name .p-name .en {
  color: #FFA519;
  font-size: 15px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__name .p-name .en {
    font-size: 3.84vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-message__main__image {
    width: 470px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__main__image {
    width: 100%;
  }
}
.page-company .l-message__comment .p-item {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__comment .p-item {
    margin-bottom: 16vw;
  }
}
.page-company .l-message__comment .p-item:nth-child(odd) .p-item__inner {
  flex-direction: row-reverse;
}
.page-company .l-message__comment .p-item:nth-child(even) {
  background: #FFF2DB;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-message__comment .p-item:nth-child(even) {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__comment .p-item:nth-child(even) {
    padding-top: 10vw;
    padding-bottom: 14vw;
  }
}
.page-company .l-message__comment .p-item:last-child {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__comment .p-item:last-child {
    margin-bottom: 12vw;
  }
}
.page-company .l-message__comment .p-item:nth-child(2) .p-item__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -65px;
  left: -120px;
  width: 406px;
  height: 302px;
  background: url("../company/images/message_bg02.svg") no-repeat center center;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__comment .p-item:nth-child(2) .p-item__inner::before {
    width: 70vw;
    height: 50vw;
    bottom: -22vw;
    left: -12vw;
  }
}
.page-company .l-message__comment .p-item:nth-child(3) .p-item__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 86px;
  right: -176px;
  width: 358px;
  height: 308px;
  background: url("../company/images/message_bg03.svg") no-repeat center center;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__comment .p-item:nth-child(3) .p-item__inner::before {
    width: 63vw;
    height: 70vw;
    bottom: -15vw;
    right: -20vw;
  }
}
.page-company .l-message__comment .p-item__inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__comment .p-item__inner {
    width: 90vw;
    flex-wrap: wrap;
    gap: 6vw;
  }
}
.page-company .l-message__comment .p-item__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 35px;
  right: -120px;
  width: 249px;
  height: 272px;
  background: url("../company/images/message_bg01.svg") no-repeat center center;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__comment .p-item__inner::before {
    width: 63vw;
    height: 70vw;
    bottom: -16vw;
    right: -20vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-message__comment .p-item__photo {
    width: 410px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__comment .p-item__photo {
    width: 100%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-message__comment .p-item__info {
    width: 740px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__comment .p-item__info {
    width: 100%;
  }
}
.page-company .l-message__comment .p-item__title {
  color: #FFA519;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.38;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__comment .p-item__title {
    font-size: 7.17vw;
    margin-bottom: 4vw;
  }
}
.page-company .l-message__comment .p-item__text {
  font-size: 16px;
  line-height: 2.1;
}
.page-company .l-message__philosophy {
  width: 1200px;
  margin: 0 auto 160px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__philosophy {
    width: 90vw;
    margin-bottom: 25vw;
  }
}
.page-company .l-message__philosophy a {
  width: 860px;
  margin: 0 auto;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__philosophy a {
    width: 100%;
  }
}
.page-company .l-message__philosophy .p-item {
  border: 2px solid #008AC8;
  border-radius: 30px;
  text-align: center;
  position: relative;
  padding: 36px 0 32px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__philosophy .p-item {
    border-radius: 20px;
    padding: 11vw 0 9vw;
  }
}
.page-company .l-message__philosophy .p-item__en {
  font-size: 119px;
  font-weight: 700;
  width: 100%;
  color: #008AC8;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__philosophy .p-item__en {
    font-size: 15.3vw;
    top: 5%;
    translate: -50% 0;
  }
}
.page-company .l-message__philosophy .p-item__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  color: #008AC8;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__philosophy .p-item__title {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}
.page-company .l-message__philosophy .p-item .more_button {
  text-align: center;
}
.page-company .l-message__philosophy .p-item .more_button a {
  padding: 10px 0;
}
.page-company .l-message__philosophy .p-item .more_button span {
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
  font-family: "nexa", sans-serif;
  color: #008AC8;
  position: relative;
  padding-right: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-message__philosophy .p-item .more_button span {
    gap: 4vw;
  }
}
.page-company .l-message__philosophy .p-item .more_button span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-color: #008AC8;
  mask: url(../images/cmn/circle_arrow.svg) center/contain no-repeat;
  -webkit-mask: url(../images/cmn/circle_arrow.svg) center/contain no-repeat;
}

.page-company .l-company {
  border-top: 2px solid #222222;
  padding-top: 135px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company {
    padding-top: 20vw;
  }
}
.page-company .l-company__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__container {
    width: 90vw;
  }
}
.page-company .l-company__head {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__head {
    margin-bottom: 8vw;
  }
}
.page-company .l-company__head .p-title {
  font-size: 104px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__head .p-title {
    font-size: 15.38vw;
  }
}
.page-company .l-company__head .p-title span {
  color: #5ABAAF;
}
.page-company .l-company__head .p-sub {
  color: #5ABAAF;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__head .p-sub {
    font-size: 6vw;
    margin-top: 3.5vw;
  }
}
.page-company .l-company__info {
  width: 1080px;
  margin: 0 auto 80px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__info {
    width: 100%;
    margin-bottom: 16vw;
  }
}
.page-company .l-company__info dl {
  display: flex;
  border-bottom: 1px solid #707070;
}
.page-company .l-company__info dl:first-child {
  border-top: 1px solid #707070;
}
.page-company .l-company__info dt {
  background: #EBEDED;
  padding: 23px 25px;
  font-weight: initial;
  font-size: 15px;
  font-weight: 500;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__info dt {
    width: 24%;
    justify-content: center;
    padding: 4vw 1vw;
    font-size: 3.9vw;
  }
}
.page-company .l-company__info dd {
  font-size: 15px;
  width: 80%;
  padding: 23px 40px;
  word-break: break-all;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  background: #fff;
  color: #222222;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__info dd {
    width: 76%;
    padding: 4vw;
    font-size: 3.9vw;
  }
}
.page-company .l-company__info dd a.map {
  border-radius: 30px;
  color: #222222;
  display: inline-block;
  background-color: #bababa;
  color: #222222;
  width: 67px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 8px;
  translate: 0 -3px;
  margin-left: 8px;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company__info dd a.map {
    position: relative;
    padding: 2.5px 0 3px;
    line-height: 1;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__info dd a.map {
    border-radius: 7.69vw;
    line-height: 1.8;
    width: 17.5vw;
    height: 3.9vw;
    font-size: 2vw;
    margin: 0;
  }
}
.page-company .l-company__prize {
  width: 1080px;
  margin: 0 auto 60px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__prize {
    width: 100%;
    margin-bottom: 12.8vw;
  }
}
.page-company .l-company__prize .p-title {
  position: relative;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-size: 40px;
  color: #F7A8BF;
  border-top: 2px solid #F7A8BF;
  border-bottom: 2px solid #F7A8BF;
  padding: 11px 0 13px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__prize .p-title {
    margin-bottom: 8.7vw;
    font-size: 6.15vw;
    padding: 3.8vw 0 3.6vw;
  }
}
.page-company .l-company__prize .p-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px 0;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__prize .p-list {
    gap: 6.15vw 0;
  }
}
.page-company .l-company__prize .p-list .p-item {
  width: 304px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__prize .p-list .p-item {
    width: 44.8vw;
  }
}
.page-company .l-company__prize .p-list .p-item__icon {
  width: 160px;
  margin: 0 auto 15px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__prize .p-list .p-item__icon {
    width: 30.7vw;
    margin-bottom: 1.97vw;
  }
}
.page-company .l-company__prize .p-list .p-item__name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__prize .p-list .p-item__name {
    font-size: 4.1vw;
  }
}
.page-company .l-company__agency {
  border: 2px solid #F7A8BF;
  border-radius: 15px;
  overflow: hidden;
  width: 1080px;
  margin: 0 auto 100px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__agency {
    width: 100%;
    margin-bottom: 20vw;
  }
}
.page-company .l-company__agency .p-title {
  position: relative;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-size: 32px;
  color: #fff;
  background: #F7A8BF;
  padding: 18px 0 20px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__agency .p-title {
    font-size: 4.5vw;
    padding: 3.4vw 0 3.6vw;
  }
}
.page-company .l-company__agency .p-list {
  padding: 40px 100px;
  margin: 0 auto;
  gap: 69px;
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__agency .p-list {
    border-radius: 8px;
    flex-wrap: wrap;
    gap: 0;
    padding: 5.6vw 5vw 5vw 10vw;
  }
}
.page-company .l-company__agency .p-list ol {
  list-style: disc;
}
.page-company .l-company__agency .p-list ol li {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__agency .p-list ol li {
    font-size: 3.59vw;
    margin-bottom: 2.1vw;
  }
}
.page-company .l-company__agency .p-list ol li::marker {
  color: #F7A8BF !important;
}
.page-company .l-company__performance {
  width: 1080px;
  margin: 0 auto 40px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__performance {
    width: 90%;
    margin-bottom: 5vw;
  }
}
.page-company .l-company__performance .p-title {
  position: relative;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-size: 40px;
  color: #F25552;
  border-top: 2px solid #F25552;
  border-bottom: 2px solid #F25552;
  padding: 11px 0 13px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__performance .p-title {
    margin-bottom: 8.7vw;
    font-size: 6.15vw;
    padding: 3.8vw 0 3.6vw;
  }
}
.page-company .l-company__performance .p-image {
  width: 100%;
}

/*  親御様へ
*----------------------------------- */
.page-parents .list-page__main {
  width: 100%;
}
.page-parents .list-page__header__subtitle span {
  color: #FFA519;
}

.page-parents .l-message {
  position: relative;
  background: #FFF2DB;
}
@media print, screen and (min-width: 761px) {
  .page-parents .l-message {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message {
    padding-top: 8vw;
    padding-bottom: 9vw;
    margin-bottom: 14vw;
  }
}
.page-parents .l-message__container {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__container {
    width: 90vw;
    flex-wrap: wrap;
    gap: 5.5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-parents .l-message__inner {
    width: 673px;
    padding-top: 21px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__inner {
    width: 100%;
  }
}
.page-parents .l-message__title {
  text-align: left;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__title {
    font-size: 8.2vw;
    margin-bottom: 5.5vw;
  }
}
.page-parents .l-message__title .line {
  position: relative;
  z-index: 10;
}
.page-parents .l-message__title .line::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 317px;
  height: 27px;
  background: url("../images/cmn/line_orange.svg") no-repeat center bottom;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__title .line::before {
    height: 4.31vw;
    width: 44.6vw;
    bottom: -0.6vw;
  }
}
.page-parents .l-message__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__name {
    display: block;
    margin-bottom: 8vw;
  }
}
.page-parents .l-message__name .p-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__name .p-sub {
    font-size: 3.58vw;
    margin-bottom: 2vw;
  }
}
.page-parents .l-message__name .p-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__name .p-name {
    font-size: 6.15vw;
  }
}
.page-parents .l-message__profile {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 22px 32px 30px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__profile {
    padding: 5.5vw 5vw 6vw;
  }
}
.page-parents .l-message__profile .p-title {
  font-size: 28px;
  font-weight: 700;
  color: #FFA519;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__profile .p-title {
    font-size: 7.17vw;
    margin-bottom: 3vw;
  }
}
.page-parents .l-message__profile .p-text {
  font-size: 16px;
  line-height: 1.75;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__profile .p-text {
    font-size: 4.1vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-parents .l-message__image {
    width: 470px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-message__image {
    width: 100%;
  }
}

.page-parents .l-greeting {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-parents .l-greeting {
    margin-bottom: 120px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-greeting {
    margin-bottom: 18vw;
  }
}
.page-parents .l-greeting__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-greeting__container {
    width: 100vw;
  }
}
.page-parents .l-greeting__head {
  position: relative;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-greeting__head {
    margin-bottom: 5vw;
  }
}
.page-parents .l-greeting__head .p-title {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  color: #FFA519;
  opacity: 0.2;
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-greeting__head .p-title {
    font-size: 21.5vw;
  }
}
.page-parents .l-greeting__head .p-sub {
  position: absolute;
  z-index: 10;
  top: 46%;
  left: 50%;
  translate: -50% 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #FFA519;
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-greeting__head .p-sub {
    font-size: 6.15vw;
    top: 45%;
  }
}
.page-parents .l-greeting__text {
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-greeting__text {
    font-size: 4.6vw;
    margin-bottom: 10vw;
  }
}
.page-parents .l-greeting__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-greeting__gallery {
    gap: 1.5vw;
  }
}
.page-parents .l-greeting__image {
  width: calc((100% - 60px) / 2);
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-greeting__image {
    width: 90%;
  }
}

.page-parents .l-explanation {
  position: relative;
  border-top: 2px solid #222222;
}
@media print, screen and (min-width: 761px) {
  .page-parents .l-explanation {
    padding-top: 120px;
    margin-bottom: 95px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-explanation {
    padding-top: 14vw;
    margin-bottom: 14vw;
  }
}
.page-parents .l-explanation__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-explanation__container {
    width: 100vw;
  }
}
.page-parents .l-explanation__text {
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-explanation__text {
    font-size: 4.6vw;
    margin-bottom: 10vw;
  }
}
.page-parents .l-explanation__catch {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #008AC8;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-explanation__catch {
    font-size: 6.15vw;
  }
}

.page-parents .l-vision {
  margin-bottom: 150px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-vision {
    margin-bottom: 20vw;
  }
}
.page-parents .l-vision__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-vision__container {
    width: 100vw;
  }
}
.page-parents .l-vision .p-item {
  position: relative;
  background: url(../../../parents/images/bg_vision.png) no-repeat center top 50px;
  background-size: 1200px auto;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-vision .p-item {
    background-size: 140vw auto;
    background-position: center top 10vw;
    padding: 0 5vw;
  }
}
.page-parents .l-vision .p-item__info {
  text-align: center;
}
.page-parents .l-vision .p-item__title {
  font-size: 104px;
  font-weight: 700;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-vision .p-item__title {
    font-size: 13.84vw;
    margin-bottom: 3vw;
  }
}
.page-parents .l-vision .p-item__title span {
  color: #008AC8;
}
.page-parents .l-vision .p-item__subtitle {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-vision .p-item__subtitle {
    font-size: 6.15vw;
    margin-bottom: 3.1vw;
  }
}
.page-parents .l-vision .p-item__subtitle span {
  color: #008AC8;
}
.page-parents .l-vision .p-item__subtitle.icon {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-vision .p-item__subtitle.icon {
    gap: 2vw;
    margin: 6vw 0 5vw;
  }
}
.page-parents .l-vision .p-item__subtitle.icon .p-item__icon {
  width: 100%;
}
.page-parents .l-vision .p-item__subtitle.icon .p-item__icon img {
  width: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-vision .p-item__subtitle.icon .p-item__icon img {
    width: 11vw;
  }
}
.page-parents .l-vision .p-item__text {
  line-height: 2;
  font-size: 20px;
  margin-bottom: 21px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-vision .p-item__text {
    font-size: 4.1vw;
    text-align: left !important;
  }
}
.page-parents .l-vision .p-item__vision {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  padding: 1px 21px 7px 8px;
  background: #008AC8;
  width: fit-content;
  margin: 0 auto;
  margin-top: 37px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-vision .p-item__vision {
    margin-top: 7vw;
    font-size: 7.17vw;
    line-height: 1.28;
    padding: 3.1vw 2vw 3.1vw 2vw;
  }
}

.page-parents .l-welfare__container {
  width: 1200px;
  margin: 0 auto 40px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-welfare__container {
    width: 90vw;
    margin-bottom: 8vw;
  }
}
.page-parents .l-welfare__title {
  position: relative;
  margin-bottom: 38px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-size: 40px;
  color: #5ABAAF;
  border-top: 2px solid #5ABAAF;
  border-bottom: 2px solid #5ABAAF;
  padding: 12px 0 16px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-welfare__title {
    margin-bottom: 8.7vw;
    font-size: 6.15vw;
    padding: 4.8vw 0 4vw;
  }
}
.page-parents .l-welfare__list {
  display: flex;
  flex-wrap: wrap;
  margin: 43px auto 0;
  gap: 40px 25px;
}
.page-parents .l-welfare__list::after {
  background: url(../images/cmn/next_green_border.svg) 0 0 no-repeat;
}
.page-parents .l-welfare__list .p-item {
  display: flex;
  width: calc((100% - 50px) / 2);
  gap: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-welfare__list .p-item {
    width: 100%;
    gap: 3vw;
    align-items: flex-start;
  }
}
.page-parents .l-welfare__list .p-item img {
  width: 160px;
  height: 160px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-welfare__list .p-item img {
    width: 30%;
    height: auto;
  }
}
.page-parents .l-welfare__list .p-item .p-item_text .day {
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-welfare__list .p-item .p-item_text .day {
    font-size: 3.9vw;
  }
}
.page-parents .l-welfare__list .p-item .p-item_text .tit {
  font-size: 18px;
  font-weight: 700;
  margin: 3px auto 8px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-welfare__list .p-item .p-item_text .tit {
    font-size: 4.32vw;
    margin: 0.4vw auto 2.1vw;
  }
}
.page-parents .l-welfare__list .p-item .p-item_text .text {
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-welfare__list .p-item .p-item_text .text {
    font-size: 3.9vw;
  }
}
.page-parents .l-welfare .c-button {
  margin: 50px auto 0;
  color: #222222;
  border-color: #5ABAAF;
  border-width: 2px;
  font-size: 18px;
  font-weight: 700;
  height: 69.77px;
}
@media print, screen and (min-width: 761px) {
  .page-parents .l-welfare .c-button {
    min-width: 384px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-welfare .c-button {
    height: 17.89vw;
    min-width: 90%;
    margin: 12vw 0 0;
    font-size: 4.36vw;
    width: 100%;
  }
}
.page-parents .l-welfare .c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-parents .l-welfare .c-button span {
  padding: 0 42px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-welfare .c-button span {
    padding-right: 9vw;
  }
}
.page-parents .l-welfare .c-button span::after {
  border-color: transparent transparent transparent #fff;
  right: 10px;
}
.page-parents .l-welfare .c-button span::before {
  right: 0px;
  background: #5ABAAF;
}

/*  会社概要 profile
*----------------------------------- */
.page-profile .l-profile .l-table {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-profile .l-table {
    margin-bottom: 6vw;
  }
}
.page-profile .l-profile__map iframe {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-profile .l-profile__map iframe {
    height: 360px;
  }
}

.page-profile .l-history {
  padding-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history {
    padding-top: 70px;
  }
}
.page-profile .l-history__list {
  position: relative;
  padding: 100px;
  border: 1px solid #008AC8;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list {
    padding: 10vw 5vw;
  }
}
.page-profile .l-history__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
.page-profile .l-history__list table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 6;
}
.page-profile .l-history__list table th {
  padding-right: 36px;
  padding-bottom: 1.2em;
  border-right: 1px solid #008AC8;
  width: 14%;
  font-size: 20px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table th {
    padding-right: 5vw;
    font-size: 4vw;
    width: auto;
    white-space: nowrap;
  }
}
.page-profile .l-history__list table td {
  padding-left: 36px;
  padding-bottom: 1.2em;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td {
    padding-left: 5vw;
  }
}
.page-profile .l-history__list table td .p-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td .p-title {
    font-size: 4vw;
  }
}
.page-profile .l-history__list table td .p-text {
  font-size: 15px;
  margin-top: 3px;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td .p-text {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}

/*  企業理念 philosophy
*----------------------------------- */
.page-philosophy .l-philosophy__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__title {
    font-size: 7.2vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.page-philosophy .l-philosophy__text {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 1.7777;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__text {
    font-size: 4vw;
    text-align: left;
  }
}

/*  3分で分かる what
*----------------------------------- */
.page-what .list-page__main {
  max-width: 1200px;
  width: auto;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__main {
    width: 90vw;
  }
}

.page-what .list-page__anc {
  margin-bottom: 158px;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc {
    margin-bottom: 26vw;
  }
}
.page-what .list-page__anc_tit {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc_tit {
    font-size: 6.15vw;
    line-height: 1.3;
    margin-top: 9.5vw;
  }
}
.page-what .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  gap: 75px 30px;
  counter-reset: nav;
  justify-content: center;
  margin: 67px auto 20px;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list {
    column-gap: 3.5vw;
    row-gap: 11vw;
    margin: 16vw auto 20px;
  }
}
.page-what .list-page__anc ul.l-anc-list li {
  width: calc((100% - 60px) / 3);
  counter-increment: nav;
  border-radius: 10px;
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li {
    width: calc((100% - 3.5vw) / 2);
    min-height: 23.08vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li:last-child {
    width: calc((100% - 3.5vw) / 2 + 6vw);
  }
}
.page-what .list-page__anc ul.l-anc-list li::before {
  z-index: 1000;
  position: absolute;
  top: -24px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: auto;
  content: counter(nav, decimal-leading-zero);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "nexa", sans-serif;
  font-weight: 700;
  font-size: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li::before {
    top: -5vw;
    width: 10vw;
    height: 10vw;
    font-size: 7.18vw;
  }
}
.page-what .list-page__anc ul.l-anc-list li::after {
  z-index: 1000;
  position: absolute;
  bottom: -15px;
  margin: auto;
  content: "";
  background: url(../images/cmn/next_red.svg) center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  rotate: 180deg;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li::after {
    bottom: -2.31vw;
    width: 4.62vw;
    height: 4.62vw;
  }
}
.page-what .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.375;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li a {
    font-size: 4.1vw;
    line-height: 1.2;
  }
}
.page-what .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-what .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-what .list-page__anc ul.l-anc-list li.color01 {
  background: rgba(242, 87, 84, 0.2);
}
.page-what .list-page__anc ul.l-anc-list li.color01::before {
  color: #F25552;
}
.page-what .list-page__anc ul.l-anc-list li.color02 {
  background: rgba(255, 167, 25, 0.2);
}
.page-what .list-page__anc ul.l-anc-list li.color02::before {
  color: #FFA519;
}
.page-what .list-page__anc ul.l-anc-list li.color02::after {
  background: url(../images/cmn/next_orange.svg) center no-repeat;
  background-size: contain;
}
.page-what .list-page__anc ul.l-anc-list li.color03 {
  background: rgba(90, 186, 175, 0.2);
}
.page-what .list-page__anc ul.l-anc-list li.color03::before {
  color: #5ABAAF;
}
.page-what .list-page__anc ul.l-anc-list li.color03::after {
  background: url(../images/cmn/next_green.svg) center no-repeat;
  background-size: contain;
}
.page-what .list-page__anc ul.l-anc-list li.color04 {
  background: rgba(0, 136, 199, 0.2);
}
.page-what .list-page__anc ul.l-anc-list li.color04::before {
  color: #008AC8;
}
.page-what .list-page__anc ul.l-anc-list li.color04::after {
  background: url(../images/cmn/next_blue.svg) center no-repeat;
  background-size: contain;
}
.page-what .list-page__anc ul.l-anc-list li.color05 {
  background: rgba(114, 107, 214, 0.2);
}
.page-what .list-page__anc ul.l-anc-list li.color05::before {
  color: #726BD6;
}
.page-what .list-page__anc ul.l-anc-list li.color05::after {
  background: url(../images/cmn/next_purple.svg) center no-repeat;
  background-size: contain;
}
.page-what .list-page__anc ul.l-anc-list .p-item__photo {
  margin-bottom: 15px;
  border: 2px solid #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list .p-item__photo {
    margin-bottom: 3vw;
  }
}

.page-what .l-what {
  counter-reset: number;
}
.page-what .l-what .anc_place {
  padding-top: 130px;
  margin-top: -130px;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .anc_place {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}
.page-what .l-what__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what__title {
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}
.page-what .l-what__subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what__subtitle {
    font-size: 5.2vw;
    margin-bottom: 20vw;
  }
}
.page-what .l-what .p-item {
  margin-bottom: 107px;
  counter-increment: number;
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item {
    margin-bottom: 20vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color01, .page-what .l-what .p-item.color03, .page-what .l-what .p-item.color05 {
    flex-direction: row-reverse;
  }
}
.page-what .l-what .p-item:last-child {
  margin-bottom: 0;
}
.page-what .l-what .p-item__box {
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__box {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item__box .p-item__text {
    width: 65%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item__box .p-item_img {
    width: 30%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__box .p-item_img {
    margin-top: 3vw;
  }
}
.page-what .l-what .p-item__sentence {
  position: relative;
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__sentence {
    width: 100%;
  }
}
.page-what .l-what .p-item__sentence::before {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  content: counter(number, decimal-leading-zero);
  font-family: "nexa", sans-serif;
  font-size: 229px;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__sentence::before {
    top: -18vw;
    font-size: 35.9vw;
    right: -5vw;
  }
}
.page-what .l-what .p-item__photo {
  position: relative;
  margin-bottom: 55px;
  width: 45.8%;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__photo {
    margin-bottom: 6vw;
    width: 100%;
  }
}
.page-what .l-what .p-item__title {
  margin-bottom: 19px;
  margin-top: 3px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.36;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__title {
    font-size: 7.2vw;
    line-height: 1.4;
    margin-bottom: 3.6vw;
  }
}
.page-what .l-what .p-item__text {
  font-size: 16px;
  line-height: 2.1;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__text {
    font-size: 4vw;
    text-align: left;
    line-height: 2.18;
    letter-spacing: 0.04rem;
  }
}
.page-what .l-what .p-item .c-button {
  margin: 26px auto 0 0;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  height: 69.77px;
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item .c-button {
    min-width: 384px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item .c-button {
    height: 17.89vw;
    min-width: 90%;
    margin: 6.2vw 0 0;
    font-size: 4.36vw;
    width: 100%;
  }
}
.page-what .l-what .p-item .c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-what .l-what .p-item .c-button span {
  padding-right: 56px;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item .c-button span {
    padding-right: 9vw;
  }
}
.page-what .l-what .p-item .c-button span::after {
  border-color: transparent transparent transparent #fff;
  right: 10px;
}
.page-what .l-what .p-item .c-button span::before {
  right: 0px;
}
.page-what .l-what .p-item.color01 .p-item__sentence::before {
  color: rgba(242, 87, 84, 0.2);
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color01 .p-item__sentence::before {
    top: -107px;
  }
}
.page-what .l-what .p-item.color01 .p-item__title {
  color: #F25552;
}
.page-what .l-what .p-item.color01 .c-button {
  border: #F25552 2px solid;
}
.page-what .l-what .p-item.color01 .c-button span::before {
  background: #F25552;
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color02 {
    margin-bottom: 52px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color02 .p-item__sentence {
    margin-top: 23px;
  }
}
.page-what .l-what .p-item.color02 .p-item__sentence::before {
  color: rgba(255, 167, 25, 0.2);
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color02 .p-item__sentence::before {
    top: -154px;
  }
}
.page-what .l-what .p-item.color02 .p-item__title {
  color: #FFA519;
}
.page-what .l-what .p-item.color02 .c-button {
  border: #FFA519 2px solid;
}
.page-what .l-what .p-item.color02 .c-button span::before {
  background: #FFA519;
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color03 {
    margin-top: 41px;
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color03 .p-item__sentence {
    margin-top: 42px;
  }
}
.page-what .l-what .p-item.color03 .p-item__sentence::before {
  color: rgba(90, 186, 175, 0.2);
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color03 .p-item__sentence::before {
    top: -154px;
  }
}
.page-what .l-what .p-item.color03 .p-item__title {
  color: #5ABAAF;
}
.page-what .l-what .p-item.color03 .c-button {
  border: #5ABAAF 2px solid;
}
.page-what .l-what .p-item.color03 .c-button span::before {
  background: #5ABAAF;
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color04 {
    margin-bottom: 142px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color04 .p-item__sentence {
    margin-top: 0px;
  }
}
.page-what .l-what .p-item.color04 .p-item__sentence::before {
  color: rgba(0, 136, 199, 0.2);
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color04 .p-item__sentence::before {
    top: -130px;
  }
}
.page-what .l-what .p-item.color04 .p-item__title {
  color: #008AC8;
}
.page-what .l-what .p-item.color04 .c-button {
  border: #008AC8 2px solid;
}
.page-what .l-what .p-item.color04 .c-button span::before {
  background: #008AC8;
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color05 .p-item__sentence {
    margin-top: 22px;
  }
}
.page-what .l-what .p-item.color05 .p-item__sentence::before {
  color: rgba(114, 107, 214, 0.2);
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.color05 .p-item__sentence::before {
    top: -153px;
  }
}
.page-what .l-what .p-item.color05 .p-item__title {
  color: #726BD6;
}
.page-what .l-what .p-item.color05 .c-button {
  border: #726BD6 2px solid;
}
.page-what .l-what .p-item.color05 .c-button span::before {
  background: #726BD6;
}

/*  代表メッセージ
*----------------------------------- */
.page-message .list-page__main {
  width: 100%;
}

.page-message .l-profile__container {
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__container {
    margin-bottom: 15vw;
  }
}
.page-message .l-profile__mv {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__mv {
    width: 100%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-message .l-profile__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 47px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 8vw;
  }
}
.page-message .l-profile__title .accent {
  color: #F25552;
}
.page-message .l-profile__info {
  background: rgba(186, 186, 186, 0.47);
  padding: 30px 0;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-profile__info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 4vw;
    align-items: center;
    justify-content: center;
    padding: 7vw 0;
  }
}
.page-message .l-profile__info .p-title {
  font-size: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-title {
    font-size: 4.3vw;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
}
.page-message .l-profile__info .p-text {
  font-size: 25px;
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-profile__info .p-text {
    margin: 0 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-text {
    font-size: 6vw;
    line-height: 1;
    text-align: center;
  }
}
.page-message .l-profile__info .p-text__sub {
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-text__sub {
    font-size: 3.6vw;
  }
}

@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item__photo {
    flex: 1;
    max-width: 45%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item__info {
    max-width: 45%;
  }
}
.page-message .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-message .l-comment .p-item__title {
  font-size: 33px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-message .l-comment .p-item__title .accent {
  color: #F25552;
}
.page-message .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
.page-message .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.page-message .l-future {
  padding-top: 100px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future {
    padding-top: 12vw;
  }
}
.page-message .l-future::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 450px;
  background: #008AC8;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future::before {
    height: 40vw;
  }
}
.page-message .l-future__container {
  width: 950px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__container {
    width: 90%;
  }
}
.page-message .l-future__photo {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__photo {
    margin-bottom: 6vw;
  }
}
.page-message .l-future__title {
  font-size: 33px;
  line-height: 1.45;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-message .l-future__title .accent {
  color: #F25552;
}
.page-message .l-future__text {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__text {
    font-size: 4.1vw;
    line-height: 1.8;
    text-align: justify;
  }
}

/*  成長環境
*----------------------------------- */
.page-growth .l-growth {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth {
    width: 100%;
  }
}
.page-growth .l-growth__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__title {
    font-size: 6vw;
  }
}
.page-growth .l-growth__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-growth .l-growth__title .accent {
  color: #F25552;
}
.page-growth .l-growth__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-growth .l-growth__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-growth .l-growth__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-growth .l-growth__container {
  padding-top: 100px;
  border-top: 2px solid #222222;
}
.page-growth .l-growth .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-growth .l-growth .p-item::after {
  content: "";
  background-color: #222222;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-growth .l-growth .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-growth .l-growth .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__info {
    width: 100%;
  }
}
.page-growth .l-growth .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F25552;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-growth .l-growth .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-growth .l-growth .p-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-growth .l-growth .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-growth .l-growth .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-growth .l-growth .p-item:last-child::after {
  display: none;
}

/*  インタビューページ
*----------------------------------- */
.page-interview-index .l-cmn_interview {
  margin-bottom: 0;
}
.page-interview-index .l-cmn_interview .simple.c-button,
.page-interview-index .l-cmn_interview .p-header {
  display: none;
}
.page-interview-index .l-cmn_interview__container {
  display: block;
}
.page-interview-index .l-cmn_interview__list {
  max-width: 100%;
  width: 1130px;
  margin: 0 auto;
  justify-content: flex-start;
  gap: 80px 85px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-cmn_interview__list {
    width: 86%;
    gap: 15vw;
  }
}
.page-interview-index .l-cmn_interview__list .p-item {
  width: calc(33.33% - 57px);
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-cmn_interview__list .p-item {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-index .l-cmn_interview__list .p-item:nth-child(3n) {
    margin-right: 0;
  }
}
.page-interview-index .l-cmn_interview__list .p-item:last-child {
  margin-right: 0;
}
.page-interview-index .l-cmn_interview__list::before {
  display: none;
}

/*  インタビュー詳細ページ
*----------------------------------- */
.page-interview-detail:not(.page-system) .list-page__header {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail:not(.page-system) .list-page__header {
    margin-bottom: 8vw;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail:not(.page-system) .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__container {
  display: block;
}
.page-interview-detail:not(.page-system) .list-page__header__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail:not(.page-system) .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__title .accent {
  color: #F25552;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle {
  margin-bottom: 14px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1;
  font-family: "source-han-sans-japanese", sans-serif;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle small {
  margin-top: 15px;
  display: block;
  font-family: "nexa", sans-serif;
  color: #008AC8;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.page-interview-detail:not(.page-system) .list-page__main {
  width: 100%;
}

.page-interview-detail .l-profile {
  background: rgba(186, 186, 186, 0.47);
  padding: 40px 0;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile {
    padding: 7vw 0;
    margin-bottom: 15vw;
  }
}
.page-interview-detail .l-profile__container {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__container {
    padding: 0 5vw;
  }
}
.page-interview-detail .l-profile__title {
  font-size: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__title {
    font-size: 10vw;
    text-align: center;
    margin-bottom: 3vw;
  }
}
.page-interview-detail .l-profile__text {
  line-height: 1.8;
  font-weight: 600;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__text {
    margin-left: 40px;
    padding: 5px 0;
    padding-left: 39px;
    border-left: 1px solid #222222;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__text {
    font-size: 4vw;
    text-align: center;
  }
}

@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 54px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__photo {
    flex: 1;
    max-width: 568px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__info {
    max-width: 576px;
  }
}
.page-interview-detail .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-interview-detail .l-comment .p-item__title {
  font-size: 33px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-interview-detail .l-comment .p-item__title .accent {
  color: #F25552;
}
.page-interview-detail .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.page-interview-detail .l-comment .p-item02 {
  display: block;
  text-align: center;
  padding-top: 80px;
  position: relative;
  max-width: 100%;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 {
    margin-top: 0;
    width: 100%;
    padding-top: 8%;
    margin-bottom: 9vw;
  }
}
.page-interview-detail .l-comment .p-item02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 457px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #008AC8;
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02::before {
    height: 45vw;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__catch {
  margin-bottom: 30px;
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__catch {
    margin-bottom: 3%;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__photo {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__photo {
    width: 90%;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__info {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__info {
    width: 90%;
  }
}

/*  クロストークページ
*----------------------------------- */
.page-crosstalk-index .l-crosstalk__list .p-item {
  width: 960px;
  margin: 0 auto 60px;
  border: 2px solid #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item {
    width: 100%;
    margin: 0 0 12vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item a {
    padding: 5%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__photo {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__photo {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__info {
  width: 45%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__info {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
  font-size: 28px;
  font-family: "nexa", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
  padding: 2px 10px;
  background: #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
    padding: 2px 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
    font-size: 5vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__title {
  font-size: 36px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__title {
    font-size: 7vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) {
  border: 2px solid #008AC8;
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) a {
    flex-direction: row-reverse;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) .p-item__sub_title span {
  background: #008AC8;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.page-crosstalk-detail .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-crosstalk-detail .list-page__header__container {
  display: block;
}
.page-crosstalk-detail .list-page__header__subtitle {
  font-size: 28px;
  font-family: "nexa", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .list-page__header__subtitle span {
  padding: 2px 10px;
  background: #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle span {
    padding: 2px 5px;
  }
}
.page-crosstalk-detail .list-page__header__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-crosstalk-detail .list-page__header__title .accent {
  color: #F25552;
}

.page-crosstalk-detail .l-members {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members {
    margin-bottom: 15vw;
  }
}
.page-crosstalk-detail .l-members > h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 90px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.page-crosstalk-detail .l-members > h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #F25552;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2::after {
    width: 10vw;
    bottom: -4vw;
  }
}
.page-crosstalk-detail .l-members__title {
  text-align: center;
  font-family: "nexa", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #008AC8;
  line-height: 1;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__title {
    font-size: 10vw;
    margin-bottom: 7vw;
  }
}
.page-crosstalk-detail .l-members__info {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info {
    justify-content: center;
  }
}
.page-crosstalk-detail .l-members__info .p-item {
  width: 200px;
  margin: 0 40px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item {
    width: 30%;
    margin: 0 4vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__photo {
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__title small {
  display: block;
  font-family: bilo, sans-serif;
  color: #cbcbcb;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.page-crosstalk-detail .l-members__info .p-item__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__text {
    font-size: 3.4vw;
  }
}

.page-crosstalk-detail .l-movie {
  width: 985px;
  margin: 0 auto 100px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-movie {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.page-crosstalk-detail .l-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.page-crosstalk-detail .l-comment .p-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item {
    margin-bottom: 12vw;
    flex-wrap: wrap;
  }
}
.page-crosstalk-detail .l-comment .p-item:last-child {
  margin-bottom: 0;
}
.page-crosstalk-detail .l-comment .p-item__photo {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__wrap {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__wrap {
    width: 100%;
  }
}
.page-crosstalk-detail .l-comment .p-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__info {
    margin-bottom: 5vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name {
  width: 74px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 3px;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__name {
    font-size: 3.8vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name.num02 {
  background: #FFA519;
}
.page-crosstalk-detail .l-comment .p-item__name.num03 {
  background: #484848;
}
.page-crosstalk-detail .l-comment .p-item__text {
  width: calc(100% - 90px);
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__text {
    width: calc(100% - 85px);
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-detail .l-comment .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.page-crosstalk-detail .l-other-talk {
  margin-top: 150px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk {
    width: 90%;
    margin: 20vw auto 0;
  }
}
.page-crosstalk-detail .l-other-talk ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-crosstalk-detail .l-other-talk ul li {
  width: 330px;
  margin: 0 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul li {
    width: 100%;
    margin: 0 0 8%;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__photo {
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
  font-size: 18px;
  font-family: "nexa", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
    font-size: 4vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
  padding: 2px 10px;
  background: #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
    padding: 2px 5px;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__title {
    font-size: 5vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item.current {
  display: none;
}

/*  仕事を知る
*----------------------------------- */
.page-business .l-business {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business {
    width: 100%;
  }
}
.page-business .l-business__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__title {
    font-size: 6vw;
  }
}
.page-business .l-business__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-business .l-business__title .accent {
  color: #F25552;
}
.page-business .l-business__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-business .l-business__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-business .l-business__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-business .l-business__container {
  padding-top: 100px;
  border-top: 2px solid #222222;
}
.page-business .l-business .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-business .l-business .p-item::after {
  content: "";
  background-color: #222222;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-business .l-business .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-business .l-business .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__info {
    width: 100%;
  }
}
.page-business .l-business .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F25552;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-business .l-business .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-business .l-business .p-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-business .l-business .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-business .l-business .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-business .l-business .p-item:last-child::after {
  display: none;
}

/*  数字で見る
*----------------------------------- */
.page-number {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.page-number .list-page__main {
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    margin-bottom: 8vw;
  }
}
.page-number .list-page__header__subtitle span {
  color: #726BD6;
}
.page-number .slide-top {
  opacity: 0;
  transform: translate(0, -40px);
  transition: all 1s ease-out;
}
.page-number .slide-bottom {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s ease-out;
}
.page-number .slide-left {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease-out;
}
.page-number .slide-right {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease-out;
}

.page-number .l-number {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    margin-bottom: 0;
  }
}
.page-number .l-number ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul {
    display: block;
    width: 100%;
  }
}
.page-number .l-number ul.list07 {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-number .l-number ul.list07 {
    background: #726BD6;
    margin-bottom: 53px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-number .l-number ul.list07 .p-item {
    width: 1200px;
    margin: 0 auto;
  }
}
.page-number .l-number ul .p-item16 {
  position: relative;
}
.page-number .l-number ul .p-item16 a {
  display: block;
  position: absolute;
  z-index: 10;
  max-width: 480px;
  width: 100%;
  bottom: 55.2px;
  left: 50%;
  translate: -50% 0;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul .p-item16 a {
    max-width: 100%;
    width: 68.84vw;
    bottom: 14.17vw;
  }
}

/*  ギャラリー
*----------------------------------- */
.page-gallery .list-page__list__title {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .list-page__list__title {
    margin-bottom: 6.4vw;
  }
}

.page-gallery .l-gallery .l-list {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list {
    margin-bottom: 12vw;
  }
}
.page-gallery .l-gallery .l-list:last-child {
  margin-bottom: 0;
}
.page-gallery .l-gallery .l-list__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__title {
    font-size: 7.18vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
}
.page-gallery .l-gallery .l-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container {
    gap: 25px 4%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item {
  width: 32%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container .p-item {
    width: 48%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item p {
  text-align: center;
  margin-top: 10px;
}

/*  募集要項
*----------------------------------- */
.page-job .l-job .p-item {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job .p-item {
    margin-bottom: 15vw;
  }
}
.page-job .l-job .p-item:last-child {
  margin-bottom: 0;
}

/*  policyページ
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-policy .list-page__list {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

.page-policy .l-policy__container {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__container {
    margin-bottom: 15vw;
  }
}
.page-policy .l-policy__container:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy__text {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__text {
    margin-bottom: 10vw;
  }
}
.page-policy .l-policy .l-list__title {
  font-size: 22px;
  margin-bottom: 30px;
  background: #EBEDED;
  font-weight: bold;
  padding: 10px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title {
    font-size: 7.18vw;
  }
}

.page-policy .l-policy .p-item {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 761px) {
  .page-policy .l-policy .p-item {
    padding: 0 8px;
  }
}
.page-policy .l-policy .p-item__title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text {
  margin-bottom: 30px;
  font-weight: 400;
}
.page-policy .l-policy .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__name {
  text-align: right;
}
.page-policy .l-policy .p-item dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dl {
    width: auto;
    margin: 0 auto 8vw;
  }
}
.page-policy .l-policy .p-item dt {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dt {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}
.page-policy .l-policy .p-item dd {
  margin: 0 0 50px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd {
    margin: 0 0 10%;
    font-size: 3.8vw;
  }
}
.page-policy .l-policy .p-item dd.right {
  text-align: right;
}
.page-policy .l-policy .p-item dd:last-child {
  margin: 0;
}
.page-policy .l-policy .p-item dd a {
  text-decoration: underline;
}

/*  404ページ
*----------------------------------- */
.page-404 .list-page__main {
  max-width: 1200px;
  width: 100%;
}

.page-404 .l-404 {
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 {
    padding: 0 5%;
    margin-bottom: 20%;
  }
}

.page-404 .l-404 .p-item__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__title {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.page-404 .l-404 .p-item__subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.page-404 .l-404 .p-item__text {
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__text {
    font-size: 4vw;
  }
}
.page-404 .l-404 .p-item__button {
  margin-top: 50px;
}
.page-404 .l-404 .p-item .c-button {
  margin-top: 35px;
  min-width: 384px;
  min-height: 70px;
  line-height: 70px;
  /*  prevボタン  */
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button {
    min-width: 90%;
  }
}
.page-404 .l-404 .p-item .c-button a {
  min-width: 384px;
  min-height: 70px;
  line-height: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button a {
    min-width: 90%;
  }
}
.page-404 .l-404 .p-item .c-button span {
  position: relative;
  padding-right: 18px;
  font-weight: 700;
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button span {
    font-size: 4.35vw;
  }
}
.page-404 .l-404 .p-item .c-button span::before {
  position: absolute;
  display: none;
}
.page-404 .l-404 .p-item .c-button span::before::after {
  display: none;
}
.page-404 .l-404 .p-item .c-button.prev span {
  padding-left: 16px;
  padding-right: 0;
}
.page-404 .l-404 .p-item .c-button.prev span::after {
  left: 0;
  right: auto;
  transform: scaleX(-1);
  top: 0;
}
.page-404 .l-404 .p-item .c-button.dark-border {
  color: #F25552;
  border: 2px solid #F25552;
}
.page-404 .l-404 .p-item .c-button.dark-border span::after {
  background: url(../../../images/cmn/next_red.svg) no-repeat center/contain;
  transform: rotate(90deg);
  width: 28px;
  height: 28px;
  border: none;
  right: -99px;
  top: -2px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button.dark-border span::after {
    right: -12.41vw;
    top: -0.51vw;
    width: 7.17vw;
    height: 7.17vw;
  }
}

.page-welfare {
  /*  list-page__list
  *----------------------------------- */
}
.page-welfare .l-main {
  padding-bottom: 25px;
}
.page-welfare .list-page__header__subtitle span {
  color: #5ABAAF;
}
.page-welfare .list-page__main {
  max-width: 1200px;
  width: auto;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__main {
    width: 90vw;
  }
}
.page-welfare .fv {
  background-color: #5ABAAF;
  padding: 60px 0 79px;
  margin: -6px auto 100px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .fv {
    margin: 8.8vw auto 0vw;
    padding: 10vw 0 12vw;
  }
}
.page-welfare .fv .mv_img {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .fv .mv_img {
    max-width: 92vw;
  }
}
.page-welfare .fv .mv_text {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-top: -9px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .fv .mv_text {
    font-size: 4.1vw;
    margin-top: 7vw;
  }
}
.page-welfare .list-page__anc {
  margin-bottom: -28px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__anc {
    margin-bottom: 17.3vw;
  }
}
.page-welfare .list-page__anc_tit {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__anc_tit {
    font-size: 6.15vw;
    line-height: 1.3;
    margin-top: 9.5vw;
  }
}
.page-welfare .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  gap: 75px 27px;
  counter-reset: nav;
  justify-content: center;
  margin: 67px auto 132px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__anc ul.l-anc-list {
    column-gap: 3.5vw;
    row-gap: 7vw;
    margin: 13vw auto 20.1vw;
  }
}
.page-welfare .list-page__anc ul.l-anc-list li {
  width: calc((100% - 81px) / 4);
  counter-increment: nav;
  border-radius: 10px;
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__anc ul.l-anc-list li {
    width: calc((100% - 3.5vw) / 2);
    min-height: 21.28vw;
  }
}
.page-welfare .list-page__anc ul.l-anc-list li::after {
  z-index: 1000;
  position: absolute;
  bottom: -15px;
  margin: auto;
  content: "";
  background: url(../images/cmn/next_red.svg) center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  rotate: 180deg;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__anc ul.l-anc-list li::after {
    bottom: -2.31vw;
    width: 4.62vw;
    height: 4.62vw;
  }
}
.page-welfare .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.375;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__anc ul.l-anc-list li a {
    font-size: 4.1vw;
    line-height: 1.2;
  }
}
.page-welfare .list-page__anc ul.l-anc-list li.color01 {
  background: rgba(242, 87, 84, 0.2);
}
.page-welfare .list-page__anc ul.l-anc-list li.color01::after {
  background: url(../images/cmn/next_red.svg) center no-repeat;
  background-size: contain;
}
.page-welfare .list-page__anc ul.l-anc-list li.color02 {
  background: rgba(255, 167, 25, 0.2);
}
.page-welfare .list-page__anc ul.l-anc-list li.color02::after {
  background: url(../images/cmn/next_orange.svg) center no-repeat;
  background-size: contain;
}
.page-welfare .list-page__anc ul.l-anc-list li.color03 {
  background: rgba(0, 136, 199, 0.2);
}
.page-welfare .list-page__anc ul.l-anc-list li.color03::after {
  background: url(../images/cmn/next_blue.svg) center no-repeat;
  background-size: contain;
}
.page-welfare .list-page__anc ul.l-anc-list li.color04 {
  background: rgba(114, 107, 214, 0.2);
}
.page-welfare .list-page__anc ul.l-anc-list li.color04::after {
  background: url(../images/cmn/next_purple.svg) center no-repeat;
  background-size: contain;
}
.page-welfare .list-page__list {
  max-width: 1200px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list {
    width: 100%;
  }
}
.page-welfare .adjust .list-page__list {
  padding-top: 140px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .adjust .list-page__list {
    padding-top: 30vw;
  }
}
.page-welfare .list-page__list .l-welfare {
  margin-bottom: 156px;
  margin-top: -150px;
  padding-top: 150px;
  display: block;
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare {
    margin-bottom: 29.8vw;
    margin-top: -20vw;
    padding-top: 20vw;
  }
}
.page-welfare .list-page__list .l-welfare__title {
  position: relative;
  margin-bottom: 38px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-size: 40px;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  padding: 12px 0 16px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare__title {
    margin-bottom: 8.7vw;
    font-size: 6.15vw;
    padding: 4.8vw 0 4vw;
  }
}
.page-welfare .list-page__list .l-welfare .p-item-welfare {
  width: 100%;
  margin-bottom: 20.1px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare .p-item-welfare {
    margin: 0 auto;
    margin-bottom: 3vw;
  }
}
.page-welfare .list-page__list .l-welfare dt {
  font-size: 32px;
  position: relative;
  padding: 9px 50px 10px 28px;
  text-align: left;
  color: #fff;
  font-weight: inherit;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare dt {
    padding: 2.2vw 12.5vw 2.7vw 4.4vw;
    font-size: 4.62vw;
    line-height: 1.52;
  }
}
.page-welfare .list-page__list .l-welfare dt:first-of-type {
  border-top: none;
}
.page-welfare .list-page__list .l-welfare dt::after {
  position: absolute;
  z-index: 1000;
  top: calc(50% - 15px);
  right: 28px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  cursor: pointer;
  background: url(../images/cmn/next_red_border.svg) 0 0 no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(-180deg);
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare dt::after {
    right: 3.85vw;
    top: calc(50% - 1.925vw);
    width: 4.62vw;
    height: 4.62vw;
  }
}
.page-welfare .list-page__list .l-welfare dt.active:after {
  transform: rotate(0);
}
.page-welfare .list-page__list .l-welfare dt.active {
  background-color: #5ABAAF;
}
.page-welfare .list-page__list .l-welfare dd {
  font-weight: 500;
  position: relative;
  display: none;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 29px;
  line-height: 1.88;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare dd {
    font-size: 4.1vw;
    margin-top: 5.5vw;
    line-height: 1.99;
  }
}
.page-welfare .list-page__list .l-welfare dd:last-of-type {
  margin-bottom: 64px;
  border-bottom: none;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare dd:last-of-type {
    margin-bottom: 15vw;
  }
}
.page-welfare .list-page__list .l-welfare dd a {
  color: #222222;
  text-decoration: underline;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare dd p {
    font-size: 3.4vw !important;
  }
}
.page-welfare .list-page__list .l-welfare dd ol {
  margin-top: 25px;
  font-weight: 500;
  padding-left: 24px !important;
  margin-bottom: 0 !important;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare dd ol {
    margin-top: 4.1vw;
    font-weight: 500;
    padding-left: 5.1vw !important;
  }
}
.page-welfare .list-page__list .l-welfare dd ol li {
  margin-top: -2px;
  line-height: 2.02;
  font-weight: 500;
}
.page-welfare .list-page__list .l-welfare.color01::after {
  position: absolute;
  z-index: -1;
  content: "";
  cursor: pointer;
  background: url(../welfare/images/item01.png) 0 0 no-repeat;
  background-size: contain;
  width: 333px;
  height: 301px;
  right: -152px;
  bottom: -164px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color01::after {
    width: 59.49vw;
    height: 51.03vw;
    right: -14vw;
    bottom: -27.5vw;
  }
}
.page-welfare .list-page__list .l-welfare.color01 .l-welfare__title {
  color: #F25552;
  border-top: 2px solid #F25552;
  border-bottom: 2px solid #F25552;
}
.page-welfare .list-page__list .l-welfare.color01 dt {
  background-color: #F25552;
}
.page-welfare .list-page__list .l-welfare.color02::after {
  position: absolute;
  z-index: -1;
  content: "";
  cursor: pointer;
  background: url(../welfare/images/item02.png) 0 0 no-repeat;
  background-size: contain;
  width: 298px;
  height: 259px;
  right: -121px;
  bottom: -171px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02::after {
    width: 59.49vw;
    height: 51.03vw;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .l-welfare__title {
  color: #FFA519;
  border-top: 2px solid #FFA519;
  border-bottom: 2px solid #FFA519;
}
.page-welfare .list-page__list .l-welfare.color02 dt {
  background-color: #FFA519;
}
.page-welfare .list-page__list .l-welfare.color02 dt::after {
  background: url(../images/cmn/next_orange_border.svg) 0 0 no-repeat;
  background-size: contain;
}
.page-welfare .list-page__list .l-welfare.color02 .num {
  display: flex;
  gap: 22px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02 .num {
    gap: 4vw;
    margin-bottom: 0;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .num .num_text {
  border: 2px solid #FFA519;
  border-radius: 6px;
  width: 220px;
  margin-top: 7px;
  padding: 7px 7px 15px 7px;
  height: 86px;
  text-align: center;
  color: #FFA519;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02 .num .num_text {
    padding: 2vw;
    height: min-content;
    width: 37%;
    margin-top: 0;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .num .num_text .num_text01 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02 .num .num_text .num_text01 {
    font-size: 5vw;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .num .num_text .num_text02 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02 .num .num_text .num_text02 {
    font-size: 3vw;
    margin-top: 2vw;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .num .num_salary .num_text01, .page-welfare .list-page__list .l-welfare.color02 .num .num_salary .num_text02 {
  font-weight: 700;
  font-size: 27px;
  display: flex;
  align-items: center;
  line-height: 1.25;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02 .num .num_salary .num_text01, .page-welfare .list-page__list .l-welfare.color02 .num .num_salary .num_text02 {
    font-size: 4.38vw;
    flex-wrap: wrap;
    margin-bottom: 7.95vw;
    gap: 1vw 2vw;
    align-items: baseline;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .num .num_salary .num_text01 span, .page-welfare .list-page__list .l-welfare.color02 .num .num_salary .num_text02 span {
  font-size: 72px;
  color: #FFA519;
  margin: 0 10px;
  letter-spacing: -0.3rem;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02 .num .num_salary .num_text01 span, .page-welfare .list-page__list .l-welfare.color02 .num .num_salary .num_text02 span {
    font-size: 9vw;
    margin: 0px;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .num .num_salary .num_text02 span {
  margin: 0 10px 0 49px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02 .num .num_salary .num_text02 span {
    margin: 0;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .text_list {
  border: 2px solid #FFA519;
  border-radius: 6px;
  padding: 19px 20px;
  width: 90%;
  margin-top: 29px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02 .text_list {
    width: 100%;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .text_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02 .text_list ul {
    width: 100%;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .text_list li {
  position: relative;
  font-weight: 500;
  width: 46.4%;
  margin-top: 1.2px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color02 .text_list li {
    width: 100%;
  }
}
.page-welfare .list-page__list .l-welfare.color02 .text_list li::marker {
  color: #FFA519;
  font-size: 20px;
}
.page-welfare .list-page__list .l-welfare.color03::after {
  position: absolute;
  z-index: -1;
  content: "";
  cursor: pointer;
  background: url(../welfare/images/item03.png) 0 0 no-repeat;
  background-size: contain;
  width: 258px;
  height: 266px;
  right: -102px;
  bottom: -130px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color03::after {
    width: 59.49vw;
    height: 51.03vw;
  }
}
.page-welfare .list-page__list .l-welfare.color03 .l-welfare__title {
  color: #008AC8;
  border-top: 2px solid #008AC8;
  border-bottom: 2px solid #008AC8;
}
.page-welfare .list-page__list .l-welfare.color03 dt {
  background-color: #008AC8;
}
.page-welfare .list-page__list .l-welfare.color03 dt::after {
  background: url(../images/cmn/next_blue_border.svg) 0 0 no-repeat;
  background-size: contain;
}
.page-welfare .list-page__list .l-welfare.color03 .white_companies {
  position: relative;
}
.page-welfare .list-page__list .l-welfare.color03 .white_companies::after {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../welfare/images/award01.jpg) 0 0 no-repeat;
  background-size: contain;
  width: 150px;
  height: 110px;
  right: 0;
  top: 0;
  visibility: unset;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color03 .white_companies::after {
    width: 20vw;
    height: 20vw;
    top: -5.6vw;
  }
}
.page-welfare .list-page__list .l-welfare.color03 .tit {
  font-size: 24px;
  color: #008AC8;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color03 .tit {
    font-size: 24px;
  }
}
.page-welfare .list-page__list .l-welfare.color03 .text_list {
  border: 2px solid #008AC8;
  border-radius: 6px;
  padding: 19px 20px;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 37px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color03 .text_list {
    width: 100%;
  }
}
.page-welfare .list-page__list .l-welfare.color03 .text_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3px;
  gap: 4px 96px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color03 .text_list ul {
    width: 100%;
  }
}
.page-welfare .list-page__list .l-welfare.color03 .text_list li {
  position: relative;
  font-weight: 500;
  width: fit-content;
  margin-top: 1.2px;
  min-width: 176px;
}
@media print, screen and (min-width: 761px) {
  .page-welfare .list-page__list .l-welfare.color03 .text_list li:last-child {
    margin-left: 77px;
  }
}
.page-welfare .list-page__list .l-welfare.color03 .text_list li::marker {
  color: #008AC8;
  font-size: 20px;
}
.page-welfare .list-page__list .l-welfare.color04::after {
  position: absolute;
  z-index: -1;
  content: "";
  cursor: pointer;
  background: url(../welfare/images/item04.png) 0 0 no-repeat;
  background-size: contain;
  width: 337px;
  height: 309px;
  right: -140px;
  bottom: -160px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color04::after {
    width: 59.49vw;
    height: 51.03vw;
  }
}
.page-welfare .list-page__list .l-welfare.color04 .l-welfare__title {
  color: #726BD6;
  border-top: 2px solid #726BD6;
  border-bottom: 2px solid #726BD6;
}
.page-welfare .list-page__list .l-welfare.color04 dt {
  background-color: #726BD6;
}
.page-welfare .list-page__list .l-welfare.color04 dt::after {
  background: url(../images/cmn/next_purple_border.svg) 0 0 no-repeat;
  background-size: contain;
}
.page-welfare .list-page__list .l-welfare.color04 .img {
  margin: 21px auto;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color04 .img {
    gap: 2vw;
  }
}
.page-welfare .list-page__list .l-welfare.color04 .img img {
  width: calc((100% - 30px) / 3);
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color04 .img img {
    width: calc((100% - 2vw) / 2);
  }
}
.page-welfare .list-page__list .l-welfare.color04 .movie {
  max-width: 780px;
  margin: 47px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color04 .movie {
    margin: 10vw auto 0;
  }
}
.page-welfare .list-page__list .l-welfare.color04 .movie iframe {
  width: 100%;
}
.page-welfare .list-page__list .l-welfare.color04 .text_nomikai {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color04 .text_nomikai {
    flex-wrap: wrap;
    gap: 5vw;
  }
}
.page-welfare .list-page__list .l-welfare.color04 .text_nomikai .img {
  justify-content: flex-end;
  width: 41.2%;
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color04 .text_nomikai .img {
    width: 100%;
  }
}
.page-welfare .list-page__list .l-welfare.color04 .text_nomikai .img img {
  width: calc((100% - 15px) / 2);
}
.page-welfare .list-page__list .l-welfare.color04 .text_nomikai text {
  width: 50%;
}
.page-welfare .list-page__list .l-welfare.color04 a {
  color: #726BD6;
}
.page-welfare .list-page__list .l-welfare.color05::after {
  position: absolute;
  z-index: -1;
  content: "";
  cursor: pointer;
  background: url(../welfare/images/item05.png) 0 0 no-repeat;
  background-size: contain;
  width: 232px;
  height: 233px;
  right: -67px;
  bottom: -91px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color05::after {
    width: 59.49vw;
    height: 51.03vw;
  }
}
.page-welfare .list-page__list .l-welfare.color05 .l-welfare__title {
  color: #5ABAAF;
  border-top: 2px solid #5ABAAF;
  border-bottom: 2px solid #5ABAAF;
}
.page-welfare .list-page__list .l-welfare.color05 dt {
  font-size: 24px;
  background-color: #5ABAAF;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color05 dt {
    font-size: 4.5vw;
  }
}
.page-welfare .list-page__list .l-welfare.color05 dt::after {
  background: url(../images/cmn/next_green_border.svg) 0 0 no-repeat;
  background-size: contain;
}
.page-welfare .list-page__list .l-welfare.color05 .l-welfare__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-welfare .list-page__list .l-welfare.color05 .l-welfare__container dl {
  width: calc((100% - 50px) / 2);
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color05 .l-welfare__container dl {
    width: 100%;
  }
}
.page-welfare .list-page__list .l-welfare.color05 dd {
  margin-top: 19px;
}
.page-welfare .list-page__list .l-welfare.color05 dd:last-of-type {
  margin-bottom: 11px;
}
.page-welfare .list-page__list .l-welfare.color06::after {
  position: absolute;
  z-index: -1;
  content: "";
  cursor: pointer;
  background: url(../welfare/images/item06.png) 0 0 no-repeat;
  background-size: contain;
  width: 313px;
  height: 249px;
  right: -28px;
  bottom: -45px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color06::after {
    width: 59.49vw;
    height: 51.03vw;
  }
}
.page-welfare .list-page__list .l-welfare.color06 .l-welfare__title {
  color: #F7A8BF;
  border-top: 2px solid #F7A8BF;
  border-bottom: 2px solid #F7A8BF;
}
.page-welfare .list-page__list .l-welfare.color06 .l-award {
  display: flex;
  flex-wrap: wrap;
  margin: 43px auto 0;
  gap: 40px 25px;
}
.page-welfare .list-page__list .l-welfare.color06 .l-award::after {
  background: url(../images/cmn/next_green_border.svg) 0 0 no-repeat;
}
.page-welfare .list-page__list .l-welfare.color06 .l-award .p-item {
  display: flex;
  width: calc((100% - 50px) / 2);
  gap: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color06 .l-award .p-item {
    width: 100%;
    gap: 3vw;
    align-items: flex-start;
  }
}
.page-welfare .list-page__list .l-welfare.color06 .l-award .p-item img {
  width: 160px;
  height: 160px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color06 .l-award .p-item img {
    width: 30%;
    height: auto;
  }
}
.page-welfare .list-page__list .l-welfare.color06 .l-award .p-item .p-item_text .day {
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color06 .l-award .p-item .p-item_text .day {
    font-size: 3.9vw;
  }
}
.page-welfare .list-page__list .l-welfare.color06 .l-award .p-item .p-item_text .tit {
  font-size: 18px;
  font-weight: 700;
  margin: 3px auto 8px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color06 .l-award .p-item .p-item_text .tit {
    font-size: 4.32vw;
    margin: 0.4vw auto 2.1vw;
  }
}
.page-welfare .list-page__list .l-welfare.color06 .l-award .p-item .p-item_text .text {
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-welfare .list-page__list .l-welfare.color06 .l-award .p-item .p-item_text .text {
    font-size: 3.9vw;
  }
}

/*  Uターン・Iターン u-turn
*----------------------------------- */
.page-u-turn .l-main {
  padding-bottom: 158px;
}
.page-u-turn .list-page__header {
  padding-top: 97px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__header {
    padding: 18vw 5vw 0;
    margin-bottom: 9vw 35.1px;
  }
}
.page-u-turn .list-page__header .fv {
  max-width: 1320px;
  margin: 0 auto;
}

.page-u-turn .list-page__main {
  width: auto;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__main {
    width: 100vw;
  }
}

.page-u-turn .list-page__anc {
  margin-bottom: 100px;
  background: rgba(0, 136, 199, 0.1490196078);
  padding: 80px 0 45px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc {
    margin-bottom: 20.3vw;
    padding: 16vw 0 45px;
  }
}
.page-u-turn .list-page__anc ul.l-anc-list {
  max-width: 1200px;
  display: flex;
  flex-flow: wrap;
  gap: 75px 30px;
  counter-reset: nav;
  justify-content: center;
  margin: 67px auto 20px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc ul.l-anc-list {
    column-gap: 3.5vw;
    row-gap: 29.8vw;
    margin: 16vw auto 20px;
  }
}
.page-u-turn .list-page__anc ul.l-anc-list li {
  width: calc((100% - 60px) / 3);
  counter-increment: nav;
  border-radius: 10px;
  min-height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc ul.l-anc-list li {
    width: 89%;
    min-height: 38.93vw;
  }
}
.page-u-turn .list-page__anc ul.l-anc-list li::after {
  z-index: 1000;
  position: absolute;
  bottom: -15px;
  margin: auto;
  content: "";
  background: url(../images/cmn/next_orange.svg) center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  rotate: 180deg;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc ul.l-anc-list li::after {
    bottom: -3.31vw;
    width: 7.01vw;
    height: 7.01vw;
  }
}
.page-u-turn .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  background: #fff;
  font-size: 24px;
  line-height: 1.375;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc ul.l-anc-list li a {
    font-size: 5.13vw;
    line-height: 1.2;
  }
}
.page-u-turn .list-page__anc ul.l-anc-list li a::before {
  z-index: 1000;
  position: absolute;
  top: -97px;
  margin: auto;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc ul.l-anc-list li a::before {
    bottom: 11.79vw;
  }
}
.page-u-turn .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-u-turn .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-u-turn .list-page__anc ul.l-anc-list li a .p-item__text {
  bottom: 37px;
  position: absolute;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc ul.l-anc-list li a .p-item__text {
    bottom: 7vw;
  }
}
.page-u-turn .list-page__anc ul.l-anc-list li.color01 a::before {
  background: url(../u-turn/images/anc01.png) center no-repeat;
  background-size: contain;
  width: 238.39px;
  height: 194.01px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc ul.l-anc-list li.color01 a::before {
    width: 55.74vw;
    height: 45.36vw;
  }
}
.page-u-turn .list-page__anc ul.l-anc-list li.color02 a::before {
  background: url(../u-turn/images/anc02.png) center no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc ul.l-anc-list li.color02 a::before {
    width: 37.1vw;
    bottom: 18.19vw;
  }
}
.page-u-turn .list-page__anc ul.l-anc-list li.color02::after {
  background: url(../images/cmn/next_red.svg) center no-repeat;
  background-size: contain;
}
.page-u-turn .list-page__anc ul.l-anc-list li.color03 a::before {
  background: url(../u-turn/images/anc03.png) center no-repeat;
  background-size: contain;
  width: 324.8px;
  height: 193.18px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc ul.l-anc-list li.color03 a::before {
    width: 75.94vw;
    height: 45.17vw;
  }
}
.page-u-turn .list-page__anc ul.l-anc-list li.color03::after {
  background: url(../images/cmn/next_blue.svg) center no-repeat;
  background-size: contain;
}
.page-u-turn .list-page__anc ul.l-anc-list .p-item__photo {
  margin-bottom: 15px;
  border: 2px solid #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .list-page__anc ul.l-anc-list .p-item__photo {
    margin-bottom: 3vw;
  }
}

.page-u-turn .l-u-turn {
  counter-reset: number;
}
.page-u-turn .l-u-turn .anc_place {
  padding-top: 130px;
  margin-top: -130px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .anc_place {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}
.page-u-turn .l-u-turn__container {
  max-width: 1200px;
  margin: 0 auto 82px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container {
    margin: 0 auto 14.6vw;
  }
}
.page-u-turn .l-u-turn__container .chiki_tit {
  font-size: 44px;
  color: #fff;
  background: #FFA519;
  border-radius: 0 10px 10px 0;
  font-weight: 700;
  text-align: right;
  width: 1072px;
  padding: 3px 53px 3px 0;
  position: relative;
  left: -120px;
  margin-bottom: 62px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container .chiki_tit {
    font-size: 5.9vw;
    left: 0;
    width: 95vw;
    text-align: left;
    line-height: 1.3;
    padding: 2.5vw 0vw 3vw 5vw;
    margin-bottom: 4.5vw;
  }
}
.page-u-turn .l-u-turn__container__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container__title {
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}
.page-u-turn .l-u-turn__container__subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container__subtitle {
    font-size: 5.2vw;
    margin-bottom: 20vw;
  }
}
.page-u-turn .l-u-turn__container .p-item {
  margin-bottom: -41px;
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container .p-item {
    margin-bottom: 20vw;
    display: flex;
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto 3vw;
    gap: 4vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item.color01, .page-u-turn .l-u-turn__container .p-item.color03, .page-u-turn .l-u-turn__container .p-item.color05 {
    flex-direction: row-reverse;
  }
}
.page-u-turn .l-u-turn__container .p-item:last-child {
  margin-bottom: 0;
}
.page-u-turn .l-u-turn__container .p-item__sentence {
  position: relative;
  width: 50%;
  padding-left: 30px;
  margin-top: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container .p-item__sentence {
    width: 100%;
    padding-left: 0;
    margin-top: 6vw;
  }
}
.page-u-turn .l-u-turn__container .p-item__photo {
  position: relative;
  margin-bottom: 55px;
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container .p-item__photo {
    margin-bottom: 6vw;
    width: 100%;
  }
}
.page-u-turn .l-u-turn__container .p-item__title {
  margin-bottom: 37px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.36;
  padding-left: 53px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container .p-item__title {
    font-size: 6.15vw;
    line-height: 1.4;
    margin-bottom: 5.6vw;
    padding-left: 11.6vw;
  }
}
.page-u-turn .l-u-turn__container .p-item__title::before {
  position: absolute;
  width: 40px;
  height: 2px;
  background: #FFA519;
  top: 49%;
  left: 0px;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container .p-item__title::before {
    width: 8vw;
  }
}
.page-u-turn .l-u-turn__container .p-item__text {
  font-size: 18px;
  line-height: 2.22;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container .p-item__text {
    font-size: 4.1vw;
    text-align: left;
    line-height: 2.25;
    letter-spacing: 0.04rem;
  }
}
.page-u-turn .l-u-turn__container .p-item .c-button {
  margin: 26px auto 0 0;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  height: 69.77px;
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item .c-button {
    min-width: 384px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container .p-item .c-button {
    height: 17.89vw;
    min-width: 90%;
    margin: 6.2vw 0 0;
    font-size: 4.36vw;
    width: 100%;
  }
}
.page-u-turn .l-u-turn__container .p-item .c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-u-turn .l-u-turn__container .p-item .c-button span {
  padding-right: 56px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn__container .p-item .c-button span {
    padding-right: 9vw;
  }
}
.page-u-turn .l-u-turn__container .p-item .c-button span::after {
  border-color: transparent transparent transparent #fff;
  right: 10px;
}
.page-u-turn .l-u-turn__container .p-item .c-button span::before {
  right: 0px;
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item.color01 {
    margin-top: 41px;
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item.color01 .p-item__sentence {
    margin-top: 26px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item.color02 {
    margin-top: 41px;
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item.color02 .p-item__sentence {
    margin-top: 26px;
  }
}
.page-u-turn .l-u-turn__container .p-item.color03 .c-button {
  border: #F25552 2px solid;
}
.page-u-turn .l-u-turn__container .p-item.color03 .c-button span::before {
  background: #F25552;
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item.color04 {
    margin-bottom: -82px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item.color04 .p-item__sentence {
    margin-top: 80px;
    padding-left: 40px;
  }
}
.page-u-turn .l-u-turn__container .p-item.color04 .c-button {
  border: #FFA519 2px solid;
}
.page-u-turn .l-u-turn__container .p-item.color04 .c-button span::before {
  background: #FFA519;
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item.color05 {
    margin-top: 41px;
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-u-turn .l-u-turn__container .p-item.color05 .p-item__sentence {
    margin-top: 26px;
  }
}
.page-u-turn .l-u-turn__container .p-item.color05 .c-button {
  border: #5ABAAF 2px solid;
}
.page-u-turn .l-u-turn__container .p-item.color05 .c-button span::before {
  background: #5ABAAF;
}
.page-u-turn .l-u-turn .l-best {
  background: #F25552;
  padding: 76px 0 69px;
  margin-bottom: 97px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-best {
    padding: 13vw 0 5.94vw;
    margin-bottom: 13.5vw;
  }
}
.page-u-turn .l-u-turn .l-best_title {
  max-width: 1200px;
  margin: 0 auto 27px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-best_title {
    width: 90%;
    margin: 0 auto 6vw;
  }
}
.page-u-turn .l-u-turn .l-best_title img {
  max-width: 1150.5px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-best_title img {
    width: 100%;
  }
}
.page-u-turn .l-u-turn .l-best .p-item {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  padding: 50px;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-best .p-item {
    width: 90vw;
    border-radius: 10px;
    padding: 6.41vw 5.13vw 10.1vw;
    margin: 0 auto 11.4vw;
    gap: 3vw;
    flex-wrap: wrap;
  }
}
.page-u-turn .l-u-turn .l-best .p-item_img {
  width: 37.3%;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-best .p-item_img {
    width: 100%;
  }
}
.page-u-turn .l-u-turn .l-best .p-item_text {
  width: 59.1%;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-best .p-item_text {
    width: 100%;
  }
}
.page-u-turn .l-u-turn .l-best .p-item_text .p-item_tit {
  margin-bottom: 9px;
  font-size: 36px;
  line-height: 1.5;
  color: #F25552;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-best .p-item_text .p-item_tit {
    font-size: 7.18vw;
    margin-bottom: 1.2vw;
  }
}
.page-u-turn .l-u-turn .l-best .p-item_text .p-item_text01 {
  line-height: 2.12;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-best .p-item_text .p-item_text01 {
    line-height: 1.85;
  }
}
.page-u-turn .l-u-turn .l-best .p-item_text .p-item_text02 {
  line-height: 2.12;
  border-top: 2px solid #F25552;
  padding-top: 15px;
  margin-top: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-best .p-item_text .p-item_text02 {
    line-height: 1.52;
    padding-top: 4.7vw;
    margin-top: 3.9vw;
  }
}
.page-u-turn .l-u-turn .l-support {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support {
    width: 90vw;
  }
}
.page-u-turn .l-u-turn .l-support .l-support_tit {
  text-align: center;
  color: #008AC8;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 46px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .l-support_tit {
    font-size: 8.21vw;
    line-height: 1.35;
    margin-bottom: 8vw;
  }
}
.page-u-turn .l-u-turn .l-support .p-item {
  position: relative;
}
.page-u-turn .l-u-turn .l-support .p-item .p-item_tit {
  border-radius: 10px;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  padding: 12px;
  margin-bottom: 37px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .p-item .p-item_tit {
    font-size: 6.15vw;
    margin-bottom: 5vw;
  }
}
.page-u-turn .l-u-turn .l-support .p-item .p-item_text .p-item_subtit {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .p-item .p-item_text .p-item_subtit {
    font-size: 5.64vw;
    margin-bottom: 3.7vw;
  }
}
.page-u-turn .l-u-turn .l-support .p-item .p-item_text .p-item_text01 {
  line-height: 2.15;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .p-item .p-item_text .p-item_text01 {
    line-height: 1.75;
  }
}
.page-u-turn .l-u-turn .l-support .p-item.best_color01 {
  margin-bottom: 94px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .p-item.best_color01 {
    margin-bottom: 19.3vw;
  }
}
.page-u-turn .l-u-turn .l-support .p-item.best_color01::before {
  background: url(../u-turn/images/hiroshima.png) center no-repeat;
  background-size: contain;
  width: 386.79px;
  height: 340.07px;
  z-index: -1;
  position: absolute;
  top: 120px;
  right: 0;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .p-item.best_color01::before {
    width: 56.46vw;
    height: 49.64vw;
    top: 21vw;
  }
}
.page-u-turn .l-u-turn .l-support .p-item.best_color01 span {
  color: #008AC8;
  overflow-wrap: anywhere;
}
.page-u-turn .l-u-turn .l-support .p-item.best_color01 .p-item_tit {
  background-color: rgba(0, 136, 199, 0.2);
  color: #008AC8;
}
.page-u-turn .l-u-turn .l-support .p-item.best_color01 .p-item_text {
  margin-bottom: 49px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .p-item.best_color01 .p-item_text {
    margin-bottom: 9.3vw;
    text-align: left;
  }
}
.page-u-turn .l-u-turn .l-support .p-item.best_color01 .p-item_text .notes {
  display: flex;
  align-items: center;
}
.page-u-turn .l-u-turn .l-support .p-item.best_color01 .p-item_text .notes mark {
  font-size: 24px;
  background: none !important;
  padding-left: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .p-item.best_color01 .p-item_text .notes mark {
    font-size: 4.1vw;
  }
}
.page-u-turn .l-u-turn .l-support .p-item.best_color02::before {
  background: url(../u-turn/images/yamaguchi.png) center no-repeat;
  background-size: contain;
  width: 437.01px;
  height: 278.09px;
  z-index: -1;
  position: absolute;
  top: 120px;
  right: 0;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .p-item.best_color02::before {
    width: 63.79vw;
    height: 40.59vw;
    top: 21vw;
  }
}
.page-u-turn .l-u-turn .l-support .p-item.best_color02 span {
  color: #5ABAAF;
}
.page-u-turn .l-u-turn .l-support .p-item.best_color02 .p-item_tit {
  background-color: rgba(90, 186, 175, 0.2);
  color: #5ABAAF;
}
.page-u-turn .l-u-turn .l-support .p-item.best_color02 .p-item_text .p-item_subtit {
  margin-bottom: 39px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .p-item.best_color02 .p-item_text .p-item_subtit {
    margin-bottom: 8.3vw;
    letter-spacing: -0.01rem;
  }
}
.page-u-turn .l-u-turn .l-support .p-item.best_color02 .p-item_text:last-child .p-item_subtit {
  margin-bottom: 13px;
}
.page-u-turn .l-u-turn .l-support .p-item.best_color02 .p-item_text:last-child .p-item_text02 {
  margin-top: 34px;
}
@media print, screen and (max-width: 760px) {
  .page-u-turn .l-u-turn .l-support .p-item.best_color02 .p-item_text:last-child .p-item_text02 {
    margin-top: 7vw;
  }
}

.page-career .l-main {
  padding-bottom: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-main {
    padding-bottom: 14px;
  }
}
.page-career .anc_place {
  padding-top: 130px;
  margin-top: -130px;
}
@media print, screen and (max-width: 760px) {
  .page-career .anc_place {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}

.page-career .l-career .l-career_tit {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin: -7px auto 36px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .l-career_tit {
    font-size: 6.15vw;
    margin: -2.3vw auto 9.4vw;
    line-height: 1.4;
  }
}
.page-career .l-career .p-item {
  position: relative;
  margin-bottom: 140px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item {
    font-size: 6.15vw;
    margin: -2.3vw auto 13.8vw;
    line-height: 1.4;
  }
}
.page-career .l-career .p-item_tit {
  font-size: 42px;
  color: #fff;
  border-radius: 10px;
  padding: 3px 21px 1px;
  font-weight: 700;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item_tit {
    font-size: 4.62vw;
    padding: 2.8vw 3vw 3.5vw;
    line-height: 1.4;
    gap: 2.4vw;
    margin-bottom: 3.7vw;
  }
}
.page-career .l-career .p-item_tit span {
  font-family: "nexa", sans-serif;
  font-size: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item_tit span {
    font-size: 7.18vw;
  }
}
.page-career .l-career .p-item_text {
  font-size: 18px;
  line-height: 1.8;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item_text {
    font-size: 4.1vw;
    line-height: 2;
  }
}
.page-career .l-career .p-item_list {
  border: 2px solid #F25552;
  border-radius: 15px;
  padding: 34px 95px 31px;
  margin: 34px auto 0;
  gap: 70px;
  display: flex;
}
@media print, screen and (min-width: 761px) {
  .page-career .l-career .p-item_list {
    justify-content: space-around;
  }
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item_list {
    border-radius: 8px;
    flex-wrap: wrap;
    gap: 0;
    padding: 5.6vw 5vw 5vw 10vw;
    margin: 6.6vw auto -15.6vw;
  }
}
.page-career .l-career .p-item_list ol {
  list-style: disc;
}
@media print, screen and (min-width: 761px) {
  .page-career .l-career .p-item_list ol {
    width: fit-content;
  }
}
.page-career .l-career .p-item_list ol li {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item_list ol li {
    font-size: 3.59vw;
    margin-bottom: 2.1vw;
  }
}
.page-career .l-career .p-item_list ol li::marker {
  color: #F25552 !important;
}
@media print, screen and (min-width: 761px) {
  .page-career .l-career .p-item_list_img {
    width: 24%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item_list_img {
    margin-top: 4vw;
    margin-left: -5vw;
  }
}
.page-career .l-career .p-item .p-item_movie {
  text-align: center;
}
.page-career .l-career .p-item .p-item_movie video {
  margin: 30px auto 50px;
  width: 60%;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item .p-item_movie video {
    width: 100%;
  }
}
.page-career .l-career .p-item .p-item_img {
  margin: 54px auto 99px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item .p-item_img {
    margin: 16.4vw auto 20vw;
  }
}
.page-career .l-career .p-item .l-member .l-member_tit {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
  padding: 7px 0 8px;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item .l-member .l-member_tit {
    font-size: 6.15vw;
    padding: 2.9vw 0 3vw;
    margin-bottom: 3.9vw;
  }
}
.page-career .l-career .p-item .l-member .l-member_text {
  font-size: 18px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item .l-member .l-member_text {
    font-size: 4.1vw;
    line-height: 2;
  }
}
.page-career .l-career .p-item .l-member .l-member-list {
  display: flex;
  flex-flow: wrap;
  gap: 75px 30px;
  counter-reset: nav;
  justify-content: center;
  margin: 140px auto 20px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item .l-member .l-member-list {
    column-gap: 3.5vw;
    row-gap: 8.4vw;
    margin: 6.9vw auto 20px;
  }
}
.page-career .l-career .p-item .l-member .l-member-list li {
  width: calc((100% - 60px) / 3);
  counter-increment: nav;
  border-radius: 10px;
  min-height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item .l-member .l-member-list li {
    width: 100%;
    min-height: 20.51vw;
  }
}
.page-career .l-career .p-item .l-member .l-member-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-career .l-career .p-item .l-member .l-member-list li .p-item__text {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  bottom: 27px;
  line-height: 1.3;
  position: absolute;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item .l-member .l-member-list li .p-item__text {
    font-size: 4.1vw;
    position: relative;
    bottom: auto;
    left: 8.8vw;
    text-align: left;
    line-height: 1.3;
  }
}
.page-career .l-career .p-item .l-member .l-member-list li::before {
  z-index: 1000;
  position: absolute;
  top: -108px;
  margin: auto;
  content: "";
  background: url(../career/images/member01.png) center no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item .l-member .l-member-list li::before {
    top: -3.1vw;
    width: 25.87vw;
    height: 25.87vw;
    left: 2vw;
  }
}
.page-career .l-career .p-item .l-member .l-member-list li::after {
  z-index: 1000;
  position: absolute;
  bottom: 11px;
  right: 11px;
  margin: auto;
  content: "";
  background: url(../images/cmn/next_red.svg) center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  rotate: 90deg;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item .l-member .l-member-list li::after {
    bottom: calc(50% - 2.315vw);
    width: 4.63vw;
    height: 4.63vw;
    right: 4vw;
  }
}
.page-career .l-career .p-item .l-member .l-member-list li.color01 {
  background: rgba(242, 87, 84, 0.2);
}
.page-career .l-career .p-item .l-member .l-member-list li.color01 .p-item__text {
  color: #F25552;
}
.page-career .l-career .p-item .l-member .l-member-list li.color02 {
  background: rgba(0, 136, 199, 0.2);
}
.page-career .l-career .p-item .l-member .l-member-list li.color02::before {
  background: url(../career/images/member02.png) center no-repeat;
  background-size: contain;
}
.page-career .l-career .p-item .l-member .l-member-list li.color02::after {
  background: url(../images/cmn/next_blue.svg) center no-repeat;
  background-size: contain;
}
.page-career .l-career .p-item .l-member .l-member-list li.color02 .p-item__text {
  color: #008AC8;
}
.page-career .l-career .p-item .l-member .l-member-list li.color03 {
  background: rgba(255, 167, 25, 0.2);
}
.page-career .l-career .p-item .l-member .l-member-list li.color03::before {
  background: url(../career/images/member03.png) center no-repeat;
  background-size: contain;
}
.page-career .l-career .p-item .l-member .l-member-list li.color03::after {
  background: url(../images/cmn/next_orange.svg) center no-repeat;
  background-size: contain;
}
.page-career .l-career .p-item .l-member .l-member-list li.color03 .p-item__text {
  color: #FFA519;
}
.page-career .l-career .p-item .l-member .l-member-list .p-item__photo {
  margin-bottom: 15px;
  border: 2px solid #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item .l-member .l-member-list .p-item__photo {
    margin-bottom: 3vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color01 {
    margin: -2.3vw auto 36.3vw;
  }
}
.page-career .l-career .p-item.color01::before {
  z-index: 1000;
  position: absolute;
  bottom: -131px;
  right: -171px;
  margin: auto;
  content: "";
  background: url(../career/images/item01.png) center no-repeat;
  background-size: contain;
  width: 335px;
  height: 289px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color01::before {
    bottom: -20.31vw;
    right: -18vw;
    width: 55.9vw;
    height: 48.21vw;
  }
}
.page-career .l-career .p-item.color01 .p-item_tit {
  background: #F25552;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color01 .p-item_tit {
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color02 {
    margin: -2.3vw auto 25.5vw;
  }
}
.page-career .l-career .p-item.color02::before {
  z-index: 1000;
  position: absolute;
  top: 128px;
  left: -120px;
  margin: auto;
  content: "";
  background: url(../career/images/item02.png) center no-repeat;
  background-size: contain;
  width: 298px;
  height: 258px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color02::before {
    bottom: auto;
    top: 34vw;
    width: 65.13vw;
    height: 56.41vw;
    left: -20vw;
  }
}
.page-career .l-career .p-item.color02 .p-item_tit {
  background: #FFA519;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color02 .p-item_tit {
    padding: 1.3vw 3vw 1.5vw;
  }
}
.page-career .l-career .p-item.color03 {
  margin-bottom: 0px;
}
.page-career .l-career .p-item.color03::before {
  z-index: 1000;
  position: absolute;
  bottom: 27px;
  right: -148px;
  margin: auto;
  content: "";
  background: url(../career/images/item03.png) center no-repeat;
  background-size: contain;
  width: 258px;
  height: 272px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color03::before {
    bottom: 2.69vw;
    right: -10vw;
    width: 46.15vw;
    height: 48.46vw;
  }
}
.page-career .l-career .p-item.color03 .p-item_tit {
  background: #008AC8;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color03 .p-item_tit {
    padding: 1.3vw 3vw 1.5vw;
  }
}
.page-career .l-career .p-item.color03 .p-item_img {
  margin: 38px auto 69px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color03 .p-item_img {
    margin: 7vw auto 15vw;
    width: 97.44vw;
    left: -3.7vw;
    position: relative;
  }
}
.page-career .l-career .p-item.color03 .l-text {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color03 .l-text {
    flex-wrap: wrap;
  }
}
.page-career .l-career .p-item.color03 .l-text .p-item {
  width: calc((100% - 65.5px) / 2);
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color03 .l-text .p-item {
    width: 100%;
  }
}
.page-career .l-career .p-item.color03 .l-text .p-item .l-tit {
  font-size: 32px;
  border-top: 2px solid #008AC8;
  border-bottom: 2px solid #008AC8;
  color: #008AC8;
  text-align: center;
  font-weight: 700;
  padding: 9.7px;
  line-height: 1.37;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color03 .l-text .p-item .l-tit {
    font-size: 5.64vw;
    padding: 3.3vw 0;
    margin-bottom: 4vw;
  }
}
.page-career .l-career .p-item.color03 .l-text .p-item .l-text {
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-career .l-career .p-item.color03 .l-text .p-item .l-text {
    margin-bottom: 4.1vw;
  }
}

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