@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@font-face {
  font-family: "Overused Grotesk";
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/Overused-Grotesk/woff2/OverusedGrotesk-Roman.woff2") format("woff2"), url("../fonts/Overused-Grotesk/woff2/OverusedGrotesk-Roman.woff") format("woff");
  font-weight: 100 900; }
@font-face {
  font-family: "Overused Grotesk";
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/Overused-Grotesk/woff2/OverusedGrotesk-Light.woff2") format("woff2"), url("../fonts/Overused-Grotesk/woff2/OverusedGrotesk-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
/* ====================================================
Under voice一覧・詳細
==================================================== */
.under .under-mv__title.en {
  font-family: "Overused Grotesk", sans-serif;
  font-weight: 100; }
.under .voice-post__wrapper {
  max-width: 1100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(4rem, 5vw, 8rem);
  padding: 16rem 0 7.5rem;
  flex-direction: column; }
  @media screen and (max-width: 834px) {
    .under .voice-post__wrapper {
      padding: 7.5rem 0 6rem; } }
.under .voice-category__nav {
  max-width: 930px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .under .voice-category__nav {
      max-width: none;
      flex-direction: column;
      gap: 2rem 0; } }
.under .voice-category__title {
  width: 15%;
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  font-family: "Overused Grotesk", sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 834px) {
    .under .voice-category__title {
      font-size: 1.7rem;
      width: 100%; } }
  .under .voice-category__title span {
    background: #639DCE;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 5px solid #CBDCEB;
    margin-right: 1rem; }
.under .voice-category__list {
  width: 83%;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap; }
  @media screen and (max-width: 834px) {
    .under .voice-category__list {
      width: 100%;
      gap: 1rem; } }
.under .voice-category__item a {
  padding: 0.9rem 1.5rem;
  line-height: 1;
  color: #aaaaaa;
  border: 1px solid #EEEEEE;
  border-radius: 4px; }
  @media screen and (max-width: 834px) {
    .under .voice-category__item a {
      font-size: 1.3rem;
      padding: 0.5rem 1rem; } }
.under .voice-category__item.is-active a {
  color: #639DCE;
  background: #EEEEEE; }
.under .voice-post__content {
  width: 100%; }
.under .voice-post__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.7rem 0; }
  @media screen and (max-width: 640px) {
    .under .voice-post__list {
      gap: 4rem 0; } }
  .under .voice-post__list::after {
    content: "";
    display: block;
    width: 31%;
    height: 0; }
    @media screen and (max-width: 834px) {
      .under .voice-post__list::after {
        width: 47%; } }
    @media screen and (max-width: 500px) {
      .under .voice-post__list::after {
        content: none; } }
.under .voice-post__item {
  display: flex;
  align-items: flex-start;
  width: 31%;
  flex-direction: column;
  gap: 1.8rem 0; }
  @media screen and (max-width: 834px) {
    .under .voice-post__item {
      width: 47%;
      align-items: flex-start; } }
  @media screen and (max-width: 500px) {
    .under .voice-post__item {
      width: 100%; } }
.under .voice-post__thumbnail {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%; }
.under .voice-post__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover; }
.under .voice-post__header {
  font-weight: 600; }
.under .voice-post__header .date {
  color: #999;
  font-size: 1.4rem;
  font-family: "Overused Grotesk", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block; }
.under .voice-post__store-name {
  color: #639DCE;
  font-size: 1.4rem; }
.under .voice-post__header .cat {
  font-size: 1.2rem;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 5px 10px;
  color: var(--main-color); }
.under .voice-post__header .tag-link {
  font-size: 1.2rem;
  border-radius: 4px;
  padding: 3px 8px;
  border: 1px solid #eee; }
.under .voice-post__header .tag-link .cbl {
  color: var(--main-color); }
.under .voice-post__header .title {
  font-size: 1.8rem;
  margin: 0.5rem 0 2rem; }
  @media screen and (max-width: 834px) {
    .under .voice-post__header .title {
      font-size: 1.6rem;
      margin: 0.5rem 0 1rem; } }
  @media screen and (max-width: 640px) {
    .under .voice-post__header .title {
      font-size: 1.4rem;
      margin: 1rem 0 0.5rem; } }
.under .voice-detail__wrapper {
  padding: 16rem 0;
  max-width: 1100px; }
  @media screen and (max-width: 834px) {
    .under .voice-detail__wrapper {
      padding: 7rem 0; } }
.under .voice-detail__header {
  padding-bottom: 3rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 834px) {
    .under .voice-detail__header {
      justify-content: flex-start;
      align-items: center;
      padding-bottom: 2rem;
      margin-bottom: 4rem; } }
  .under .voice-detail__header .voice-post__store-name {
    width: 100%;
    color: #639DCE;
    font-size: 1.4rem; }
    @media screen and (max-width: 834px) {
      .under .voice-detail__header .voice-post__store-name {
        width: 100%; } }
  .under .voice-detail__header .voice-detail__title {
    font-size: 2.8rem; }
    @media screen and (max-width: 834px) {
      .under .voice-detail__header .voice-detail__title {
        font-size: 1.8rem;
        width: 100%; } }
  .under .voice-detail__header .date {
    color: #999999;
    font-family: "Overused Grotesk", sans-serif;
    font-size: 1.8rem; }
    @media screen and (max-width: 834px) {
      .under .voice-detail__header .date {
        font-size: 1.6rem;
        width: 100%;
        text-align: right; } }
.under .voice-detail__background {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .under .voice-detail__background {
      flex-direction: column;
      gap: 2rem 0; } }
.under .background__main {
  width: 60%; }
  @media screen and (max-width: 834px) {
    .under .background__main {
      width: 100%; } }
.under .background__sub-title {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.7rem; }
  @media screen and (max-width: 834px) {
    .under .background__sub-title {
      margin-bottom: 1rem; } }
  .under .background__sub-title span {
    background: #639DCE;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 5px solid #CBDCEB;
    margin-right: 1rem; }
.under .background__title {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.8rem; }
  @media screen and (max-width: 834px) {
    .under .background__title {
      font-size: 2rem; } }
.under .background__description {
  line-height: 2; }
.under .background__store {
  width: 33%; }
  @media screen and (max-width: 834px) {
    .under .background__store {
      width: 100%; } }
.under .background__picture {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem; }
  .under .background__picture img {
    display: block;
    width: 100%; }
.under .info__title {
  color: #639DCE;
  font-family: "Overused Grotesk", sans-serif;
  font-size: 2rem;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 834px) {
    .under .info__title {
      font-size: 1.7rem; } }
.under .info__table {
  width: 100%; }
  .under .info__table tr {
    margin-bottom: .8rem;
    display: flex;
    flex-direction: row;
    gap: 0 2rem; }
    @media screen and (max-width: 834px) {
      .under .info__table tr {
        gap: 0 1rem; } }
  .under .info__table th {
    text-align: center;
    background: #EEEEEE;
    padding: 7px;
    line-height: 1;
    width: 32%; }
    @media screen and (max-width: 834px) {
      .under .info__table th {
        width: 27%; } }
.under .voice-detail___customer {
  margin-top: 8rem; }
  @media screen and (max-width: 834px) {
    .under .voice-detail___customer {
      margin-top: 6rem; } }
.under .customer__sub-title {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem; }
  .under .customer__sub-title span {
    background: #639DCE;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 5px solid #CBDCEB;
    margin-right: 1rem; }
.under .customer__title {
  font-family: "Overused Grotesk", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  margin-bottom: 3.5rem; }
  @media screen and (max-width: 834px) {
    .under .customer__title {
      font-size: 3rem;
      margin-bottom: 2rem; } }
.under .customer__main {
  background-image: linear-gradient(148deg, #fff 1%, #e2f2ff);
  padding: 7rem 6.2%;
  border-radius: .9rem; }
  @media screen and (max-width: 834px) {
    .under .customer__main {
      padding: 1rem 6% 5rem; } }
.under .customer__main--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4.5rem;
  border-bottom: solid #EEEEEE 1px;
  margin-bottom: 4.7rem; }
  @media screen and (max-width: 834px) {
    .under .customer__main--header {
      flex-direction: column;
      gap: 1rem 0;
      padding-bottom: 2rem;
      margin-bottom: 2.5rem; } }
.under .customer__picture {
  border-radius: 50%;
  overflow: hidden;
  width: 14rem;
  height: 14rem; }
  .under .customer__picture img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    width: 100%; }
.under .customer__index {
  width: 80%; }
  @media screen and (max-width: 834px) {
    .under .customer__index {
      width: 100%; } }
.under .customer__course {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 834px) {
    .under .customer__course {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 1rem 0; } }
.under .course__title {
  color: #639DCE;
  font-size: 1.4rem;
  border-radius: 13px;
  border: 1px solid #639DCE;
  padding: .5rem 1rem;
  line-height: 1; }
.under .course__detail {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .under .course__detail {
      flex-direction: column;
      align-items: flex-start; } }
  .under .course__detail .course {
    font-size: 1.8rem; }
    @media screen and (max-width: 834px) {
      .under .course__detail .course {
        font-size: 1.6rem; } }
  .under .course__detail a {
    font-size: 1.6rem;
    margin-left: .5rem; }
    @media screen and (max-width: 834px) {
      .under .course__detail a {
        margin: 0;
        font-size: 1.4rem; } }
    .under .course__detail a span {
      text-decoration: underline; }
.under .cusrtomer__catch {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif; }
  @media screen and (max-width: 834px) {
    .under .cusrtomer__catch {
      font-size: 2rem; } }
.under .customer__description {
  line-height: 2; }
.under .link-more {
  margin: 7rem auto 0; }
  @media screen and (max-width: 834px) {
    .under .link-more {
      margin: 3rem auto 0; } }
  .under .link-more span {
    padding-right: 0rem;
    white-space: nowrap;
    text-align: center; }
  .under .link-more svg {
    transform: rotate(180deg);
    right: 0;
    left: 2rem; }
.under .link-more:hover svg {
  animation: arrowSlide2 0.6s normal cubic-bezier(0.1, -0.6, 0.2, 0); }
@keyframes arrowSlide2 {
  0% {
    opacity: 1;
    transform: rotate(180deg) translateX(0); }
  25% {
    opacity: 0;
    transform: rotate(180deg) translateX(24px); }
  50% {
    opacity: 0;
    transform: rotate(180deg) translateX(-24px); }
  75% {
    opacity: 0;
    transform: rotate(180deg) translateX(0); }
  100% {
    opacity: 1;
    transform: rotate(180deg) translateX(0); } }
@media screen and (max-width: 834px) {
  .under .breadcrumb .mid-divide {
    width: 7rem; } }
.under .breadcrumb .mid-divide a {
  color: #639DCE; }
