@charset "UTF-8";
/**
 * PCのみに適用させる。
 */
/**
 * PC（1920px～）のみに適用させる。
 */
/**
 * PC（1201px～1920px）のみに適用させる。
 */
/**
 * PC（1025px～1200px）のみに適用させる。
 */
/**
 * PC（768px～1024px）のみに適用させる。
 */
/**
 * SPのみに適用させる。
 */
/**
 * マウスオーバーに対応しているデバイスのみに適用させる。
 */
/**
 * transition
 * @param {string} $property transitionさせるプロパティ
 * @param {string} [$duration: 0.3s)] transitionの速度
 */
/**
 * 要素に角丸を設定する
 * @param {number} [$radius: 8] 角丸の値
 */
/**
 * PCのリキッド時に、要素のvwを返す。
 * @param {number|string} $size デザインデータ上のサイズ
 * @param {number} [$viewport: map.get($breakPoint, pc)] デザインデータのアートボードの横幅
 * @return {string} 要素のvw値
 */
/**
 * SPのリキッド時に、要素のvwを返す。
 * @param {number|string} $size デザインデータ上のサイズ
 * @param {number} [$viewport: map.get($breakPoint, sp)] デザインデータのアートボードの横幅
 * @return {string} 要素のvw値
 */
@media (min-width: 768px) {
  main {
    padding-top: 132px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main {
    padding-top: 12.890625vw;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 17.0666666667vw;
  }
}

.p-about .section-cta {
  margin-top: 0;
}

.section-under-kv {
  background-size: cover;
}
@media (min-width: 768px) {
  .section-under-kv {
    background-image: url(../images/common/under-kv-bg-pc.jpg);
    padding: 30px 0 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-under-kv {
    padding: 2.9296875vw 0 4.6875vw;
  }
}
@media (max-width: 767px) {
  .section-under-kv {
    background-image: url(../images/common/under-kv-bg-sp.jpg);
    padding: 4.2666666667vw 0 8.5333333333vw;
  }
}
@media (min-width: 768px) {
  .section-under-kv .section-under-kv__inner {
    padding: 0 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-under-kv .section-under-kv__inner {
    padding: 0 6.25vw;
  }
}
@media (max-width: 767px) {
  .section-under-kv .section-under-kv__inner {
    padding: 0 6.4vw;
  }
}
.section-under-kv .section-under-kv__title {
  color: #262626;
}
@media (min-width: 768px) {
  .section-under-kv .section-under-kv__title {
    font-size: 44px;
    border-left: solid 2px #e75297;
    padding-left: 32px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-under-kv .section-under-kv__title {
    font-size: 4.296875vw;
    border-left: solid 0.1953125vw #e75297;
    padding-left: 3.125vw;
    margin-top: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .section-under-kv .section-under-kv__title {
    font-size: 6.9333333333vw;
    border-left: solid 0.5333333333vw #e75297;
    padding-left: 4.2666666667vw;
    margin-top: 6.4vw;
  }
}

.section-sub {
  background-color: #fcfaf2;
}
@media (min-width: 768px) {
  .section-sub .section-sub__inner {
    padding: 48px 128px 96px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-sub .section-sub__inner {
    padding: 4.6875vw 12.5vw 9.375vw;
  }
}
@media (max-width: 767px) {
  .section-sub .section-sub__inner {
    padding: 6.4vw 8.5333333333vw 12.8vw;
  }
}

.section-merit {
  background-color: #f7f4e9;
}
@media (min-width: 768px) {
  .section-merit {
    padding: 96px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-merit {
    padding: 9.375vw 0;
  }
}
@media (max-width: 767px) {
  .section-merit {
    padding: 12.8vw 0;
  }
}
@media (min-width: 768px) {
  .section-merit .section-merit__inner {
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .section-merit .section-merit__inner {
    padding: 0 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .section-merit .section-merit__content {
    margin-top: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-merit .section-merit__content {
    margin-top: 5.2734375vw;
  }
}
@media (max-width: 767px) {
  .section-merit .section-merit__content {
    margin-top: 8vw;
  }
}
.section-merit .section-merit__box {
  display: flex;
  background-color: white;
}
.section-merit .section-merit__box:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-merit .section-merit__box {
    align-items: center;
    padding: 16px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-merit .section-merit__box {
    padding: 1.5625vw;
    -moz-column-gap: 3.125vw;
         column-gap: 3.125vw;
    margin-bottom: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .section-merit .section-merit__box {
    flex-direction: column;
    padding: 4.2666666667vw;
    row-gap: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 768px) {
  .section-merit .section-merit__box__image {
    width: 352px;
    min-width: 352px;
    aspect-ratio: 352/192;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-merit .section-merit__box__image {
    width: 34.375vw;
    min-width: 34.375vw;
  }
}
@media (max-width: 767px) {
  .section-merit .section-merit__box__image {
    aspect-ratio: 312/156;
  }
}
@media (min-width: 768px) {
  .section-merit .section-meritt__box__title .u-underline {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-merit .section-meritt__box__title .u-underline {
    font-size: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .section-merit .section-meritt__box__title .u-underline {
    font-size: 4.8vw;
  }
}
.section-merit .section-meritt__box__title--yellow {
  color: #f39b34;
  background: linear-gradient(transparent 50%, #fef5ec 50%, #fef5ec 90%, transparent 90%);
}
.section-merit .section-meritt__box__title--blue {
  color: #4cbfc1;
  background: linear-gradient(transparent 50%, #ecf8f8 50%, #ecf8f8 90%, transparent 90%);
}
.section-merit .section-meritt__box__title--pink {
  background: linear-gradient(transparent 50%, #fdf2f7 50%, #fdf2f7 90%, transparent 90%);
}
@media (min-width: 768px) {
  .section-merit .section-meritt__box__text {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-merit .section-meritt__box__text {
    margin-right: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .section-merit .section-meritt__box__text {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .section-merit .section-meritt__description {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-merit .section-meritt__description {
    margin-top: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .section-merit .section-meritt__description {
    margin-top: 2.6666666667vw;
  }
}

.section-flow {
  background-color: #fcfaf2;
}
@media (min-width: 768px) {
  .section-flow {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow {
    padding-top: 9.375vw;
    padding-bottom: 9.375vw;
  }
}
@media (max-width: 767px) {
  .section-flow {
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}
@media (min-width: 768px) {
  .section-flow .section-flow__inner {
    padding: 0 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__inner {
    padding: 0 6.25vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__inner {
    padding: 0 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .section-flow .section-flow__sub {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__sub {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .section-flow .section-flow__content {
    margin-top: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__content {
    margin-top: 4.1015625vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__content {
    margin-top: 6.4vw;
  }
}
.section-flow .section-flow__anchor {
  background-color: #f7f4e9;
}
@media (min-width: 768px) {
  .section-flow .section-flow__anchor {
    border-radius: 8px;
    padding: 24px 27px 44px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__anchor {
    border-radius: 0.78125vw;
    padding: 2.34375vw 2.63671875vw 4.296875vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__anchor {
    border-radius: 2.1333333333vw;
    padding: 4.2666666667vw;
  }
}
.section-flow .section-flow__anchor__list {
  display: flex;
}
@media (min-width: 768px) {
  .section-flow .section-flow__anchor__list {
    gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__anchor__list {
    gap: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__anchor__list {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.section-flow .section-flow__anchor__list__item {
  flex: 1;
  position: relative;
}
.section-flow .section-flow__anchor__list__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  margin: auto;
  background-image: url(../images/common/flow-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .section-flow .section-flow__anchor__list__item:not(:last-child)::after {
    top: 0;
    bottom: 0;
    width: 16px;
    height: 24px;
    right: -12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__anchor__list__item:not(:last-child)::after {
    width: 1.5625vw;
    height: 2.34375vw;
    right: -1.171875vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__anchor__list__item:not(:last-child)::after {
    left: 0;
    right: 0;
    width: 3.2vw;
    height: 4.8vw;
    bottom: -4.8vw;
    transform: rotate(90deg);
  }
}
@media (hover: hover) {
  .section-flow .section-flow__anchor__list__link:hover .section-flow__anchor__list__item__box {
    border-color: #e75297;
    border: solid 1px #e75297;
  }
}
.section-flow .section-flow__anchor__list__item__box {
  height: 100%;
  display: flex;
  border: solid 1px #ffffff;
}
@media (min-width: 768px) {
  .section-flow .section-flow__anchor__list__item__box {
    transition-property: border-color;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) {
  .section-flow .section-flow__anchor__list__item__box {
    border-radius: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__anchor__list__item__box {
    border-radius: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__anchor__list__item__box {
    border-radius: 2.1333333333vw;
  }
}
@media (min-width: 768px) {
  .section-flow .section-flow__anchor__list__item__box {
    flex-direction: column;
    gap: 25px;
    padding: 16px;
    padding-bottom: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__anchor__list__item__box {
    gap: 2.44140625vw;
    padding: 1.5625vw;
    padding-bottom: 3.7109375vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__anchor__list__item__box {
    align-items: center;
    gap: 4.2666666667vw;
    padding: 2.1333333333vw 4.2666666667vw;
    padding-left: 0;
  }
}
.section-flow .section-flow__anchor__list__item__number {
  text-align: center;
  color: #e75297;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section-flow .section-flow__anchor__list__item__number {
    font-size: 40px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #e75297;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__anchor__list__item__number {
    font-size: 3.90625vw;
    border-bottom-width: 0.1953125vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__anchor__list__item__number {
    font-size: 6.4vw;
    border-right-width: 0.5333333333vw;
    border-right-style: dotted;
    border-right-color: #e75297;
    min-width: 12.8vw;
    height: 100%;
  }
}
.section-flow .section-flow__anchor__list__item__figure {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .section-flow .section-flow__anchor__list__item__figure {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__anchor__list__item__figure {
    gap: 1.953125vw;
  }
}
@media (min-width: 768px) {
  .section-flow .section-flow__anchor__list__item__figure img {
    transition-property: width;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) {
  .section-flow .section-flow__anchor__list__item__figure img {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .section-flow .section-flow__anchor__list__item__figure img {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__anchor__list__item__figure img {
    width: 7.32421875vw;
    height: 7.32421875vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__anchor__list__item__figure img {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.section-flow .section-flow__anchor__list__item__figure figcaption {
  flex: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  color: #262626;
}
@media (max-width: 767px) {
  .section-flow .section-flow__anchor__list__item__figure figcaption {
    justify-content: center;
  }
}
.section-flow .c-arrow-icon {
  position: absolute;
}
@media (min-width: 768px) {
  .section-flow .c-arrow-icon {
    bottom: -16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .c-arrow-icon {
    bottom: -1.5625vw;
  }
}
@media (max-width: 767px) {
  .section-flow .c-arrow-icon {
    position: relative;
    bottom: 0;
  }
}
.section-flow .section-flow__anchor__list__link:hover .c-arrow-icon {
  background-color: #262626;
}
@media (min-width: 768px) {
  .section-flow .section-flow__box {
    margin-top: 92px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box {
    margin-top: 8.984375vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box {
    margin-top: 12.8vw;
  }
}
.section-flow .section-flow__box__item {
  position: relative;
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__item {
    padding: 16px;
    margin-bottom: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__item {
    padding: 1.5625vw;
    margin-bottom: 6.0546875vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__item {
    padding: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.section-flow .section-flow__box__item:last-of-type {
  margin-bottom: 0;
}
.section-flow .section-flow__box__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  background-image: url(../images/common/flow-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__item:not(:last-child)::after {
    width: 16px;
    height: 24px;
    bottom: -46px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__item:not(:last-child)::after {
    width: 1.5625vw;
    height: 2.34375vw;
    bottom: -4.4921875vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__item:not(:last-child)::after {
    width: 3.2vw;
    height: 4.8vw;
    bottom: -8vw;
  }
}
.section-flow .section-flow__box__head {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__head {
    padding: 12px 8px 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__head {
    padding: 1.171875vw 0.78125vw 2.1484375vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__head {
    padding: 0 0 4.2666666667vw;
  }
}
.section-flow .section-flow__box__item__number {
  text-align: center;
  color: #e75297;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__item__number {
    width: 82px;
    font-size: 44px;
    border-right-width: 2px;
    border-right-style: dotted;
    border-right-color: #e75297;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__item__number {
    width: 8.0078125vw;
    font-size: 4.296875vw;
    border-right-width: 0.1953125vw;
    padding-right: 1.26953125vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__item__number {
    width: 8.5333333333vw;
    font-size: 6.9333333333vw;
    border-right-width: 0.5333333333vw;
    border-right-style: dotted;
    border-right-color: #e75297;
    min-width: 8.5333333333vw;
    height: 100%;
    padding-right: 4vw;
  }
}
.section-flow .section-flow__box__item__figure {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__item__figure {
    gap: 16px;
    margin-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__item__figure {
    gap: 1.5625vw;
    margin-left: 3.125vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__item__figure {
    gap: 2.1333333333vw;
    margin-left: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__item__figure img {
    transition-property: width;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__item__figure img {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__item__figure img {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__item__figure img {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.section-flow .section-flow__box__item__figure figcaption {
  flex: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  color: #262626;
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__item__figure figcaption {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__item__figure figcaption {
    font-size: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__item__figure figcaption {
    font-size: 4.8vw;
  }
}
.section-flow .section-flow__box__body {
  background-color: #fdf2f7;
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__body {
    padding: 47px;
    border-radius: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__body {
    padding: 4.58984375vw;
    border-radius: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__body {
    padding: 4.2666666667vw 4vw;
    border-radius: 2.6666666667vw;
  }
}
.section-flow .section-flow__box__body__point {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__body__point {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__body__point {
    margin-top: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__body__point {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 3.7333333333vw;
  }
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__body__point__img {
    width: 116px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__body__point__img {
    width: 11.328125vw;
    height: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__body__point__img {
    width: 25.6vw;
    height: 9.6vw;
  }
}
.section-flow .section-flow__box__body__point__text {
  color: #e75297;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-flow .section-flow__box__body__point__text {
    font-size: 16px;
    margin-left: 10px;
    width: 84%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-flow .section-flow__box__body__point__text {
    font-size: 1.5625vw;
    margin-left: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .section-flow .section-flow__box__body__point__text {
    width: 100%;
    font-size: 3.7333333333vw;
    margin-left: 0;
    margin-top: 1.0666666667vw;
  }
}

.section-voice {
  background-color: #f7f4e9;
}
@media (min-width: 768px) {
  .section-voice {
    padding: 48px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-voice {
    padding: 4.6875vw 0;
  }
}
@media (max-width: 767px) {
  .section-voice {
    padding: 6.4vw 0;
  }
}
@media (min-width: 768px) {
  .section-voice .section-voice__inner {
    padding: 0 256px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-voice .section-voice__inner {
    padding: 0 25vw;
  }
}
@media (max-width: 767px) {
  .section-voice .section-voice__inner {
    padding: 0 4.2666666667vw;
  }
}
.section-voice .section-voice__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-voice .section-voice__link {
    padding: 8px 24px 8px 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-voice .section-voice__link {
    padding: 0.78125vw 2.34375vw 0.78125vw 0.78125vw;
  }
}
@media (max-width: 767px) {
  .section-voice .section-voice__link {
    padding: 2.1333333333vw 4.2666666667vw 2.1333333333vw 2.1333333333vw;
  }
}
.section-voice .section-voice__link__flex {
  display: flex;
  align-items: center;
  width: 90%;
}
@media (min-width: 768px) {
  .section-voice .section-voice__link__flex {
    gap: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-voice .section-voice__link__flex {
    gap: 3.125vw;
  }
}
@media (max-width: 767px) {
  .section-voice .section-voice__link__flex {
    gap: 4.2666666667vw;
    width: 90%;
  }
}
.section-voice .section-voice__box {
  display: flex;
}
.section-voice .section-voice__box:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-voice .section-voice__box {
    align-items: center;
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin-bottom: 2.34375vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-voice .section-voice__box {
    padding: 1.5625vw;
    -moz-column-gap: 3.125vw;
         column-gap: 3.125vw;
    margin-bottom: 6.4vw;
  }
}
@media (max-width: 767px) {
  .section-voice .section-voice__box {
    flex-direction: column;
    padding: 4.2666666667vw;
    row-gap: 3.7333333333vw;
  }
}
@media (min-width: 768px) {
  .section-voice .section-voice__box__image {
    width: 192px;
    min-width: 192px;
    aspect-ratio: 192/152;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-voice .section-voice__box__image {
    width: 18.75vw;
    min-width: 18.75vw;
  }
}
@media (max-width: 767px) {
  .section-voice .section-voice__box__image {
    width: 38%;
    aspect-ratio: 96/119;
  }
}
@media (max-width: 767px) {
  .section-voice .section-voice__box__text {
    width: 72%;
  }
}
@media (min-width: 768px) {
  .section-voice .section-voice__box__title {
    text-align: left;
    font-size: 20px;
    color: #262626;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-voice .section-voice__box__title {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .section-voice .section-voice__box__title {
    font-size: 4.2666666667vw;
  }
}
.section-voice .section-voice__description {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section-voice .section-voice__description {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-voice .section-voice__description {
    font-size: 1.3671875vw;
    margin-top: 0.48828125vw;
  }
}
@media (max-width: 767px) {
  .section-voice .section-voice__description {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  .section-voice .c-arrow-icon--medium {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media (max-width: 767px) {
  .section-voice .c-arrow-icon--medium::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}/*# sourceMappingURL=about.css.map */