@charset "UTF-8";
/**
 * ピクセルをvwに変換
  * @param {number} px - ピクセル
  * @param {number} base - ベースとなるブレイクポイント
  * @return {string} vw
*/
.main {
  overflow: hidden;
}

.page-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 85px 20px 0;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding: 13.33vw 6.15vw 0;
  }
}

.pageheading {
  height: 315px;
  text-align: center;
}
.pageheading__title {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  position: relative;
  z-index: 10;
}
.pageheading__title i {
  display: block;
  width: 72px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
.pageheading__title span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .pageheading__subtitle {
    font-size: 4.62vw !important;
    display: block;
  }
}
.pageheading__text {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 2;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pageheading {
    height: auto;
    padding-bottom: 12.82vw;
  }
  .pageheading__title {
    padding: 0;
  }
  .pageheading__title span {
    font-size: 6.41vw;
  }
  .pageheading__title svg {
    width: 100%;
  }
  .pageheading__text {
    font-size: 3.85vw;
    padding: 0;
    margin-top: 10.26vw;
    margin-bottom: 0;
    letter-spacing: 0.08em;
    text-align: left;
  }
}

.kv-lines.--lower {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  min-width: 1100px;
  transform: translateX(-50%);
  pointer-events: none;
}
.kv-lines.--lower .kv-item {
  position: absolute;
  will-change: transform, opacity;
}
.kv-lines.--lower .kv-left--01 {
  left: 37px;
  top: -40px;
}
.kv-lines.--lower .kv-left--02 {
  left: 0px;
  top: 0;
}
.kv-lines.--lower .kv-right--01 {
  right: 74px;
  top: -39px;
}
.kv-lines.--lower .kv-right--02 {
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .kv-lines.--lower {
    min-width: auto;
  }
  .kv-lines.--lower .kv-left--01 {
    left: 0;
    top: 0px;
  }
  .kv-lines.--lower .kv-left--02 {
    left: 0px;
    top: 6vw;
  }
  .kv-lines.--lower .kv-left--02 svg {
    width: 20vw;
    height: auto;
  }
  .kv-lines.--lower .kv-right--01 {
    right: -2vw;
    top: 0px;
  }
  .kv-lines.--lower .kv-right--01 svg {
    width: 28vw;
    height: auto;
  }
  .kv-lines.--lower .kv-right--02 {
    right: 0;
    top: 14vw;
  }
}

.title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 5.13vw;
  }
}

.section-title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 14.3px 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #484AFE;
  margin-bottom: 32px;
}
.section-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 4.62vw;
    padding: 2.7vw 2vw;
    margin-bottom: 5.13vw;
    font-feature-settings: "palt";
  }
  .section-text {
    font-size: 3.85vw;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 6.67vw;
  }
}

.navigation {
  background: #eaeaea;
  padding: 56px 0 26px;
}
@media screen and (max-width: 768px) {
  .navigation {
    padding: 11.03vw 4.62vw 4.87vw;
  }
}

.anchor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 822px;
  margin: 0 auto;
}
.anchor--2col {
  justify-content: center;
}
.anchor--2col:after {
  content: none !important;
}
.anchor--2col .anchor-item {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .anchor--2col .anchor-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.anchor:after {
  content: "";
  display: block;
  width: 254px;
}
.anchor-item {
  width: 254px;
  height: 119px;
  background: #fff;
  border-radius: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
.anchor-link {
  padding: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.anchor-link .arrow {
  display: block;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5.53885%208.5007C5.93463%209.09481%206.80755%209.09481%207.20333%208.5007L11.8308%201.55441C12.2735%200.889832%2011.7971%200%2010.9985%200H1.7437C0.9451%200%200.4687%200.88983%200.9114%201.55441L5.53885%208.5007Z%22%20fill%3D%22black%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: translateY(0);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 19px;
  transition: transform 0.25s ease-out;
}
.anchor-link:hover .arrow {
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .anchor {
    justify-content: space-between;
  }
  .anchor:after {
    content: "";
    display: block;
    width: 43.46vw;
  }
  .anchor-item {
    font-size: 3.33vw;
    line-height: 1.538;
    width: 43.46vw;
    height: 23.85vw;
    border-radius: 4.1vw;
    margin: 0 0 6.15vw 0;
  }
  .anchor-link {
    padding: 0 0 3.85vw;
  }
  .anchor-link .arrow {
    width: 3.85vw;
    height: 3.33vw;
    bottom: 3.59vw;
  }
}

.grid {
  display: grid;
}
.grid--pc3col {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 10;
}
.grid--pc2col {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.grid--pc2col .card__title.--large {
  height: 78px;
}
.grid--pc2col .card__title.--large::before {
  height: 60px;
}
.grid--pc2col .card__text {
  padding: 22px 0 28px;
}
.grid--pc2col .card__btn {
  margin-top: auto;
  align-self: flex-end;
}
.grid--pc2col .grid-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid--lsize {
  max-width: 1168px;
}
.grid--single {
  max-width: 1000px;
  margin: 0 auto;
}
.grid--single .card__text {
  padding: 0;
}
.grid--single .card__btn {
  margin-top: 0;
}
.grid--single .card .external-arrow {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 13px;
  height: 13px;
}
.grid--single .card__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 22px;
}
.grid--single .grid-item {
  padding: 28px 34px;
}
.grid__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  width: 100%;
  height: 69px;
  position: relative;
  display: flex;
  align-items: center;
}
.grid__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .grid {
    display: block;
  }
  .grid-item:not(:last-child) {
    margin-bottom: 5.13vw;
  }
  .grid--pc2col .card__text {
    padding: 3.59vw 0 4.87vw;
  }
  .grid--pc2col .card__btn {
    padding: 3.59vw 9.74vw 3.59vw 7.69vw;
  }
  .grid--single .card__text {
    padding-bottom: 2.05vw;
  }
  .grid--single .card__body {
    display: block;
    padding-top: 3.59vw;
  }
  .grid--single .card__btn {
    width: 43.59vw;
    float: right;
  }
  .grid__title {
    font-size: 3.33vw;
    line-height: 2.23;
    height: auto;
    margin-bottom: 3.85vw;
  }
  .grid__text {
    font-size: 3.33vw;
    line-height: 1.69;
  }
  .grid--recruit .grid__title i.arrow {
    top: 0 !important;
  }
  .grid--recruit .grid__title i.arrow svg {
    vertical-align: middle;
  }
}

.card {
  border-radius: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  text-align: left;
  height: 100%;
  position: relative;
}
.card__note {
  margin-top: auto;
}
.card__title {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 3px solid #EAEAEA;
  padding-left: 18px;
  padding-bottom: 18px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.428;
  letter-spacing: 0.12em;
}
.card__title .icon-x {
  vertical-align: -2px;
}
.card__title .small {
  font-size: 16px;
}
.card__title.--nowrap {
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .card__title {
    font-size: clamp(0.9375rem, 0.3255rem + 1.275vw, 1.3125rem);
  }
}
.card__title::before {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  background: #484AFE;
  border-radius: 2px;
  left: 0;
  position: absolute;
  top: 0;
}
.card__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.733;
  letter-spacing: 0.12em;
  padding: 22px 0 28px;
}
.card__text .small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
.card__btn span {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  display: block;
  letter-spacing: 0.1em;
  margin-right: 0;
}
.card__btn i {
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 5.64vw 6.15vw;
    border-radius: 5.64vw;
  }
  .card__title {
    font-size: 5.38vw;
    padding-left: 4.1vw;
    height: 18.38vw !important;
  }
  .card__title.--large::before {
    height: 15vw !important;
  }
  .card__title .small {
    font-size: 4.1vw;
  }
  .card__text {
    font-size: 3.85vw;
  }
}

.voice {
  padding: 110px 20px 0;
  background: #F4F4F4;
  text-align: center;
}
.voice .readmore {
  width: 255px;
  padding: 24px 0 24px;
}
.voice .readmore span {
  display: block;
  margin-right: 0;
}
.voice .readmore i.outer-arrow {
  width: 7px;
  height: 11px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(90deg);
}
.voice-lists {
  margin: 0 auto 0;
  padding-bottom: 50px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 28px;
  align-items: stretch;
}
.voice-lists .card {
  border-radius: 12px;
  padding: 28px 62px 28px 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72168 6.11102L1.34415 11L0 9.77797L4.70546 5.5L0 1.22203L1.34415 0L6.72168 4.88898C6.89989 5.05105 7 5.27083 7 5.5C7 5.72916 6.89989 5.94895 6.72168 6.11102Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: calc(100% - 28px) center;
  cursor: pointer;
}
.voice-lists .card__heading {
  display: flex;
  align-items: center;
}
.voice-lists .card__profile {
  color: #484AFE;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.12em;
  width: 25%;
}
.voice-lists .card__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
  vertical-align: middle;
  padding: 16px 0 10px;
}
.voice-lists .card__date {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.23;
  letter-spacing: 0.12em;
  color: #939393;
  margin-top: auto;
}
.voice-lists .grid-item {
  height: 100%;
  min-height: 212px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 12.82vw 6.15vw 0;
  }
  .voice .readmore {
    width: 41.79vw;
    margin-bottom: 7.69vw;
    padding: 4.1vw 10.26vw 4.36vw 8.72vw;
  }
  .voice-lists {
    padding-bottom: 8.21vw;
  }
  .voice-lists .card {
    padding: 4.1vw 7.69vw 4.1vw 4.1vw;
    background-position: calc(100% - 5vw) center;
  }
  .voice-lists .card__heading {
    display: block;
  }
  .voice-lists .card__profile {
    font-size: 3.85vw;
    line-height: 6.41vw;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }
  .voice-lists .card__text {
    font-size: 3.59vw;
    padding: 2.05vw 0;
    line-height: 1.643;
  }
  .voice-lists .grid-item {
    min-height: auto;
  }
  .voice-lists .grid-item:not(:last-child) {
    margin-bottom: 7.18vw;
  }
}

.tag-lists {
  display: flex;
  flex-wrap: wrap;
  margin-left: 14px;
}
.tag-item {
  font-weight: 500;
  font-size: 12px;
  height: 22px;
  line-height: 1.666;
  letter-spacing: 0.53px;
  vertical-align: middle;
  color: #4D4D4D;
  padding: 1px 5px;
  background: #E3E3E3;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .tag-lists {
    margin: 0;
  }
  .tag-item {
    font-size: 3.08vw;
    height: 5.64vw;
  }
}
.tag .linkBtn--outer--s {
  padding: 3.59vw 9.74vw 3.59vw 7.69vw;
}

.filter-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 430px;
  margin: 50px auto 37px;
}
.filter-category__lists {
  font-size: 0;
}
.filter-category__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .filter-category {
    width: 87.69vw;
    margin: 0 auto;
    margin-top: 6.67vw;
    margin-bottom: 3.85vw;
  }
  .filter-category__title {
    font-size: 3.59vw;
    display: block;
    width: 100%;
    margin: 0 0 3.33vw 0;
    text-align: left;
  }
}
.filter__button {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  min-width: 83px;
  padding: 0 10px;
  height: 25px;
  border-radius: 30px;
  transition: all 0.3 ease;
  margin-bottom: 13px;
  background: #1ABE71;
}
@media screen and (max-width: 768px) {
  .filter__button {
    font-size: 3.59vw;
    letter-spacing: 0;
    margin-bottom: 2.56vw;
    height: 6.41vw;
  }
  .filter__button:not(:last-of-type) {
    margin-right: 2.5vw !important;
  }
}
.filter__button:hover {
  opacity: 0.7;
}
.filter__button:not(:last-of-type) {
  margin-right: 15px;
}
.filter__button.--active {
  background: #000000;
}

.information {
  padding: 110px 20px;
  background: #F4F4F4;
  overflow: hidden;
}
.information .card__title .icon-x svg {
  width: 18px;
}
.information-swiper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 110px !important;
  position: relative;
}
.information-swiper .swiper-button-prev,
.information-swiper .swiper-button-next {
  position: absolute;
  top: auto !important;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #000;
  z-index: 10;
}
.information-swiper .swiper-button-prev::after,
.information-swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjcyMTY4IDYuMTExMDJMMi4zNDQxNSAxMUwwIDkuNzc3OTdMNC43MDU0NiA1LjVMMCAxLjIyMjAzTDIuMzQ0MTUgMEw2LjcyMTY4IDQuODg4OThDNi44OTk4OSA1LjA1MTA1IDcgNS4yNzA4MyA3IDUuNUM3IDUuNzI5MTYgNi44OTk4OSA1Ljk0ODk1IDYuNzIxNjggNi4xMTEwMloiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
}
.information-swiper .swiper-button-prev {
  left: 90% !important;
  right: auto;
}
.information-swiper .swiper-button-prev::after {
  rotate: 180deg;
}
.information-swiper .swiper-button-next,
.information-swiper .swiper-button-prev {
  bottom: 48px;
}
.information-swiper .swiper-button-next svg,
.information-swiper .swiper-button-prev svg {
  opacity: 0;
}
.information-swiper .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
}
.information-swiper .swiper-pagination-bullet-active {
  background: #000;
}
.information-swiper .swiper-pagination {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .information {
    padding: 12.82vw 0 20.51vw;
  }
  .information .section-title,
.information .section-text,
.information .grid {
    margin-left: 6.15vw;
    margin-right: 6.15vw;
  }
  .information-swiper {
    width: auto !important;
    padding-bottom: 25.64vw !important;
  }
  .information-swiper .swiper-button-next {
    left: 84vw !important;
  }
  .information-swiper .swiper-button-prev {
    left: 70vw !important;
  }
  .information-swiper .swiper-button-next,
.information-swiper .swiper-button-prev {
    bottom: 9.74vw;
  }
  .information-swiper .swiper-pagination {
    bottom: 13vw !important;
  }
  .information .card__title .icon-x {
    vertical-align: 1vw;
  }
  .information .card__title .icon-insta svg {
    width: 4.62vw;
    height: 7vw;
  }
  .information .card__title .icon-x svg {
    width: 4.62vw;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.modal-content {
  width: 960px;
  max-width: 960px;
}
.modal-heading {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.modal-profile {
  color: #484AFE;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.12em;
}
.modal-text {
  border: 3px solid #F4F4F4;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7333;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 14px 28px;
}
.modal-desc {
  text-align: left;
}
.modal-desc__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: 0.12em;
  padding-left: 16px;
  position: relative;
  margin-top: 32px;
  margin-bottom: 16px;
}
.modal-desc__title:before {
  content: "";
  display: block;
  width: 6px;
  height: 26px;
  background: #484AFE;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-desc__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.modal-date {
  margin-top: 32px;
  text-align: right;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.23;
  letter-spacing: 0.12em;
  color: #939393;
}
@media screen and (max-width: 768px) {
  .modal-heading {
    flex-wrap: wrap;
    margin-bottom: 7.69vw;
  }
  .modal-profile {
    font-size: 4.87vw;
    width: 100%;
    text-align: center;
    margin-bottom: 5.13vw;
  }
  .modal-content {
    max-width: none;
    width: 87.18vw;
  }
  .modal-text {
    font-size: 3.85vw;
    line-height: 1.733;
    padding: 3.59vw 3.08vw;
    text-align: left;
  }
  .modal-desc__title {
    font-size: 4.62vw;
    margin-top: 7.69vw;
    margin-bottom: 4.1vw;
  }
  .modal-desc__text {
    font-size: 3.85vw;
  }
  .modal-date {
    margin-top: 7.69vw;
  }
  .modal .tag-lists {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modal-content {
    width: 90vw;
    max-width: none;
  }
}
/*# sourceMappingURL=voice.css.map */