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

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

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", sans-serif;
}

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

中面 common (TOP以外)

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

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

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

/* mobile */
/* ------------------------------------

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
@media (min-width: 768px) {
  .page-story .l-main {
    padding-bottom: 159px;
  }
}
@media (max-width: 767px) {
  .page-story .l-main {
    padding-bottom: 33.5897435897vw;
  }
}
.page-story .l-page-intro {
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-story .l-page-intro {
    text-align: center;
    font-size: 1.8rem;
    padding: 34px 10px 78px;
  }
}
@media (max-width: 767px) {
  .page-story .l-page-intro {
    text-align: left;
    font-size: 4.1025641026vw;
    padding: 1.5384615385vw 5.1282051282vw 12.3076923077vw;
  }
}

.page-story .l-story-anc {
  padding: 0 0 0;
}
@media (min-width: 768px) {
  .page-story .l-story-anc {
    margin: 50px -1px 120px;
  }
}
@media (max-width: 767px) {
  .page-story .l-story-anc {
    margin: 0 6.6666666667vw 41.0256410256vw;
  }
}
.page-story .l-story-anc ul.l-anc-list {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 70px 24px;
  counter-reset: nav;
}
@media (max-width: 767px) {
  .page-story .l-story-anc ul.l-anc-list {
    justify-content: flex-start;
    column-gap: 4.1025641026vw;
    row-gap: 8vw;
  }
}
.page-story .l-story-anc ul.l-anc-list li {
  width: 180px;
  counter-increment: nav;
}
@media (max-width: 767px) {
  .page-story .l-story-anc ul.l-anc-list li {
    width: calc((100% - 4.1025641026vw) / 2);
  }
}
.page-story .l-story-anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.375;
  position: relative;
}
@media (min-width: 768px) {
  .page-story .l-story-anc ul.l-anc-list li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-story .l-story-anc ul.l-anc-list li a {
    font-size: 4.1025641026vw;
    line-height: 1.375;
  }
}
.page-story .l-story-anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-story .l-story-anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-story .l-story-anc ul.l-anc-list li:nth-child(1) .p-item__inner {
  background: #D1EAF2;
}
.page-story .l-story-anc ul.l-anc-list li:nth-child(2) .p-item__inner {
  background: #FCE9B8;
}
.page-story .l-story-anc ul.l-anc-list li:nth-child(3) .p-item__inner {
  background: #F8E1EB;
}
.page-story .l-story-anc ul.l-anc-list li:nth-child(4) .p-item__inner {
  background: #D5EBD6;
}
.page-story .l-story-anc ul.l-anc-list li:nth-child(5) .p-item__inner {
  background: #F5DCCE;
}
.page-story .l-story-anc ul.l-anc-list li:nth-child(6) .p-item__inner {
  background: #E0DFF0;
}
.page-story .l-story-anc ul.l-anc-list .p-item__inner {
  position: relative;
  border-radius: 24px;
  background: #D1EAF2;
  padding-top: 45px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .page-story .l-story-anc ul.l-anc-list .p-item__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-radius: 6.1538461538vw;
  }
}
.page-story .l-story-anc ul.l-anc-list .p-item__inner::before {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  content: counter(nav);
  display: block;
  color: #282828;
  font-family: "roboto", sans-serif;
}
@media (min-width: 768px) {
  .page-story .l-story-anc ul.l-anc-list .p-item__inner::before {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .page-story .l-story-anc ul.l-anc-list .p-item__inner::before {
    font-size: 8vw;
    width: fit-content;
    margin-left: auto;
    margin-right: 5vw;
    top: 1vw;
  }
}
.page-story .l-story-anc ul.l-anc-list .p-item__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  color: #D0C8B4;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: currentColor;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .page-story .l-story-anc ul.l-anc-list .p-item__inner::after {
    border-width: 12px 10px;
    bottom: -24px;
  }
}
@media (max-width: 767px) {
  .page-story .l-story-anc ul.l-anc-list .p-item__inner::after {
    border-width: 9px 8px;
    bottom: -16px;
  }
}
.page-story .l-story-anc ul.l-anc-list .p-item__photo {
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-story .l-story-anc ul.l-anc-list .p-item__photo {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-story .l-story-anc ul.l-anc-list .p-item__photo {
    margin-bottom: 1vw;
  }
}
.page-story .l-story-anc ul.l-anc-list .p-item__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4666666667;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .page-story .l-story-anc ul.l-anc-list .p-item__title {
    font-size: 3.3333333333vw;
    line-height: 1.4615384615;
    margin-bottom: 1.5384615385vw;
  }
}
.page-story .l-story-anc ul.l-anc-list .p-item__text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3846153846;
}
@media (max-width: 767px) {
  .page-story .l-story-anc ul.l-anc-list .p-item__text {
    font-size: 2.8205128205vw;
    line-height: 1.3636363636;
  }
}

@media (min-width: 768px) {
  .page-story .l-story-item {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .page-story .l-story-item {
    padding-top: 38.4615384615vw;
    margin-top: -38.4615384615vw;
    margin-bottom: 30.7692307692vw;
  }
}
.page-story .l-story-item:last-child {
  margin-bottom: 0;
}
.page-story .l-story-item.story-item01 .l-story-item__header {
  background: #D1EAF2;
}
@media print, screen and (min-width: 761px) {
  .page-story .l-story-item.story-item01 .l-story-item__header__image {
    width: 122px;
    top: 50%;
    right: 133px;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item.story-item01 .l-story-item__header__image {
    width: 20.5128205128vw;
    margin-left: auto;
    margin-right: auto;
    translate: -15% 0;
  }
}
.page-story .l-story-item.story-item02 .l-story-item__header {
  background: #FCE9B8;
}
@media print, screen and (min-width: 761px) {
  .page-story .l-story-item.story-item02 .l-story-item__header__image {
    width: 204px;
    top: 32%;
    right: 90px;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item.story-item02 .l-story-item__header__image {
    width: 34.8717948718vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-story .l-story-item.story-item03 .l-story-item__header {
  background: #F8E1EB;
}
@media print, screen and (min-width: 761px) {
  .page-story .l-story-item.story-item03 .l-story-item__header__image {
    width: 207px;
    top: 30%;
    right: 125px;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item.story-item03 .l-story-item__header__image {
    width: 36.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    translate: -5% 0;
  }
}
.page-story .l-story-item.story-item04 .l-story-item__header {
  background: #D5EBD6;
}
@media print, screen and (min-width: 761px) {
  .page-story .l-story-item.story-item04 .l-story-item__header__image {
    width: 154px;
    top: 50%;
    right: 87px;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item.story-item04 .l-story-item__header__image {
    width: 26.4102564103vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-story .l-story-item.story-item05 .l-story-item__header {
  background: #F5DCCE;
}
@media print, screen and (min-width: 761px) {
  .page-story .l-story-item.story-item05 .l-story-item__header__image {
    width: 210px;
    top: 30%;
    right: 80px;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item.story-item05 .l-story-item__header__image {
    width: 39.2307692308vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-story .l-story-item.story-item06 .l-story-item__header {
  background: #E0DFF0;
}
@media print, screen and (min-width: 761px) {
  .page-story .l-story-item.story-item06 .l-story-item__header__image {
    width: 210px;
    top: 35%;
    right: 70px;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item.story-item06 .l-story-item__header__image {
    width: 38.9743589744vw;
    margin-left: auto;
    margin-right: auto;
    translate: -15% 0;
  }
}
.page-story .l-story-item__container {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .page-story .l-story-item__container {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-story .l-story-item__header {
  width: 100%;
  background: #D1EAF2;
  border-radius: 50px;
  padding: 43px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__header {
    padding: 7.1794871795vw 0;
    margin-bottom: 7.6923076923vw;
    position: relative;
    border-radius: 0;
    padding: 0;
  }
}
.page-story .l-story-item__header__index {
  width: 242px;
  border-right: 4px solid #fff;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__header__index {
    width: 100%;
    position: absolute;
    top: -16vw;
    left: 0;
    border-right: none;
  }
}
.page-story .l-story-item__header__index .p-index {
  font-size: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__header__index .p-index {
    font-size: 4.1025641026vw;
  }
}
.page-story .l-story-item__header__index .p-number {
  font-size: 114px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__header__index .p-number {
    font-size: 21.5384615385vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-story .l-story-item__header__inner {
    width: calc(100% - 242px);
    padding-left: 57px;
    padding-right: 300px;
    position: relative;
  }
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__header__inner {
    width: 100%;
    padding-top: 12vw;
    padding-bottom: 8vw;
  }
}
.page-story .l-story-item__header__title {
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__header__title {
    text-align: center;
    margin-bottom: 3vw;
  }
}
.page-story .l-story-item__header__title .p-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__header__title .p-title {
    font-size: 7.1794871795vw;
    margin-bottom: 3.8461538462vw;
  }
}
.page-story .l-story-item__header__title .p-sub {
  font-size: 28px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__header__title .p-sub {
    font-size: 4.1025641026vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-story .l-story-item__header__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 122px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__header__image {
    width: 20.5128205128vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-story .l-story-item__point {
  background: #fff;
  padding: 20px;
  margin-bottom: 65px;
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__point {
    width: 90%;
    margin: 0 auto 10.2564102564vw;
    padding: 4.1025641026vw 6.9230769231vw 5.1282051282vw;
  }
}
.page-story .l-story-item__point__title {
  color: #CE5E3D;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__point__title {
    font-size: 4.6153846154vw;
    margin-bottom: 3.8461538462vw;
  }
}
.page-story .l-story-item__point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 15px 30px;
}
@media print, screen and (max-width: 760px) {
  .page-story .l-story-item__point__list {
    gap: 3.0769230769vw 7.6923076923vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-story .l-story-item__point__list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}
.page-story .l-story-item__point__list li::before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .page-story .l-story-item__content {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-story .l-story-item__content.reverse .l-story-item__content__inner {
    flex-direction: row-reverse;
  }
}
.page-story .l-story-item__content__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 767px) {
  .page-story .l-story-item__content__inner {
    flex-direction: column;
    gap: 9.2307692308vw;
  }
}
.page-story .l-story-item__content__photo {
  width: 47%;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-story .l-story-item__content__photo {
    width: 100%;
  }
}
.page-story .l-story-item__content__info {
  width: 47%;
}
@media (max-width: 767px) {
  .page-story .l-story-item__content__info {
    width: 100%;
  }
}
.page-story .l-story-item__content__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7272727273;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .page-story .l-story-item__content__title {
    font-size: 4.6153846154vw;
    margin-bottom: 6.1538461538vw;
  }
}
.page-story .l-story-item__content__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-story .l-story-item__content__text {
    font-size: 4.1025641026vw;
  }
}
@media (max-width: 767px) {
  .page-story .l-story-item__voice {
    width: 90%;
    margin: 0 auto;
  }
}
.page-story .l-story-item__voice__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
  margin-bottom: 42px;
  margin-top: -42px;
}
@media (max-width: 767px) {
  .page-story .l-story-item__voice__title {
    font-size: 4.6153846154vw;
    margin-top: 0;
    margin-bottom: 7.6923076923vw;
  }
}
.page-story .l-story-item__voice__list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
}
@media (max-width: 767px) {
  .page-story .l-story-item__voice__list {
    justify-content: center;
    gap: 12.8205128205vw 7.6923076923vw;
    width: 90%;
    margin: 0 auto;
  }
}
.page-story .l-story-item__voice__list .p-item {
  width: calc(50% - 18.5px);
  display: flex;
  gap: 4vw;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .page-story .l-story-item__voice__list .p-item {
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .page-story .l-story-item__voice__list .p-item {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.page-story .l-story-item__voice__list .p-item__image {
  width: 208px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.page-story .l-story-item__voice__list .p-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-story .l-story-item__voice__list .p-item__image {
    width: 51.2820512821vw;
    left: auto;
    right: auto;
  }
}
.page-story .l-story-item__voice__list .p-item__info {
  width: calc(100% - 208px - 28px);
}
@media (max-width: 767px) {
  .page-story .l-story-item__voice__list .p-item__info {
    width: 100%;
    text-align: center;
  }
}
.page-story .l-story-item__voice__list .p-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  padding-top: 10px;
  border-top: 1px solid #bababa;
  text-align: justify;
}
.page-story .l-story-item__voice__list .p-item__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}
.page-story .l-story-item__voice__list .p-item__hobby {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.page-story .l-story-item__voice__list .p-item__hobby span {
  font-weight: 700;
  background: #CE5E3D;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 3px;
  margin-right: 5px;
}

/*  募集要項
*----------------------------------- */
.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 {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

.page-policy .l-policy .l-list {
  margin-bottom: 180px;
}
.page-policy .l-policy .l-list:last-child {
  margin-bottom: 0;
}
.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: #CE5E3D;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title {
    font-size: 4.8vw;
  }
}

.page-policy .l-policy .p-item {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 761px) {
  .page-policy .l-policy .p-item {
    padding: 0 8px;
  }
}
.page-policy .l-policy .p-item__title {
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  padding-left: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__title::before {
  content: "";
  background-color: #CE5E3D;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.page-policy .l-policy .p-item__text {
  margin-bottom: 30px;
  font-weight: 500;
}
.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 ol {
  counter-reset: number 0;
}
.page-policy .l-policy .p-item ol li {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.page-policy .l-policy .p-item ol li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
.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: 500;
}
@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 .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;
}

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