@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* --------------------------------
company-banner
----------------------------------- */
.company-banner {
  padding: 6.7rem 0;
}
@media (max-width: 767px) {
  .company-banner {
    padding: 6rem 0 13rem;
  }
}
.company-banner .inner {
  width: 100%;
}
.company-banner__title {
  text-align: center;
}
.company-banner__title h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .company-banner__title h2 {
    font-size: 4rem;
  }
}
.company-banner__contents {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.company-banner__items {
  will-change: transform;
  transform: translateZ(0);
}
.company-banner .company-banner-item {
  margin: 0 1.8421052632vw;
  display: block;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .company-banner .company-banner-item {
    margin: 0 3.3333333333vw;
  }
}
.company-banner .company-banner-item__image {
  aspect-ratio: 100/40;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.company-banner .company-banner-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company-banner .company-banner-item__image.bg-image img {
  object-fit: cover;
}
.company-banner .company-banner-item__name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  padding: 0.5263157895vw;
  text-align: center;
}
.company-banner .company-banner-item__name p {
  font-size: 1.2631578947vw;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .company-banner .company-banner-item__name p {
    font-size: 2.8rem;
  }
}

/* --------------------------------
service
----------------------------------- */
.service {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .service {
    padding: 8rem 0;
  }
}
.service__contents {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .service__contents {
    margin-top: 6rem;
  }
}
.service__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5rem;
  row-gap: 8rem;
}
@media (max-width: 767px) {
  .service__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8rem;
  }
}

/* --------------------------------
Voice
----------------------------------- */
.voice {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .voice {
    padding: 8rem 0;
  }
}
.voice__contents {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .voice__contents {
    margin-top: 6rem;
  }
}
.voice__items .slick-track {
  display: flex;
}
.voice__items .slick-slide {
  height: auto !important;
  display: flex !important;
}
.voice__items .slide-arrow {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .voice__items .slide-arrow {
    width: 7rem;
    height: 7rem;
  }
}
.voice__items .slide-arrow span {
  display: block;
  width: 80%;
  height: 80%;
  border-bottom: 0.5rem solid #303236;
  border-left: 0.5rem solid #303236;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .voice__items .slide-arrow span {
    border-bottom-width: 0.8rem;
    border-left-width: 0.8rem;
  }
}
.voice__items .prev-arrow {
  left: calc(50% - 54rem);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .voice__items .prev-arrow {
    left: 6%;
  }
}
.voice__items .next-arrow {
  right: calc(50% - 54rem);
  transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 767px) {
  .voice__items .next-arrow {
    right: 6%;
  }
}
.voice__link {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .voice__link {
    margin-top: 8rem;
  }
}

/* --------------------------------
seminar
----------------------------------- */
.seminar {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .seminar {
    padding: 8rem 0;
  }
}
.seminar__contents {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .seminar__contents {
    margin-top: 5rem;
  }
}
.seminar .slick-track {
  display: flex;
}
.seminar .slick-slide {
  height: auto !important;
}
.seminar .slide-arrow {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .seminar .slide-arrow {
    width: 7rem;
    height: 7rem;
  }
}
.seminar .slide-arrow span {
  display: block;
  width: 80%;
  height: 80%;
  border-bottom: 0.5rem solid #303236;
  border-left: 0.5rem solid #303236;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .seminar .slide-arrow span {
    border-bottom-width: 0.8rem;
    border-left-width: 0.8rem;
  }
}
.seminar .prev-arrow {
  left: calc(50% - 52rem);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .seminar .prev-arrow {
    left: 6%;
  }
}
.seminar .next-arrow {
  right: calc(50% - 52rem);
  transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 767px) {
  .seminar .next-arrow {
    right: 6%;
  }
}
.seminar__links {
  display: flex;
  justify-content: center;
  column-gap: 4.6rem;
  margin-top: 15rem;
}
@media (max-width: 767px) {
  .seminar__links {
    flex-direction: column;
    align-items: center;
    margin-top: 8rem;
    row-gap: 4rem;
  }
}

/* --------------------------------
information
----------------------------------- */
.information {
  padding: 15rem 0;
}
@media (max-width: 767px) {
  .information {
    padding: 11rem 0 19rem;
  }
}
.information__contents {
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  .information__contents {
    margin-top: 5.4rem;
  }
}
.information__link {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .information__link {
    margin-top: 5rem;
  }
}

.information-item {
  padding: 2.4rem 15rem;
  display: flex;
  column-gap: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .information-item {
    padding: 3.6rem 0;
    column-gap: 1.6rem;
  }
}
.information-item::after {
  content: "";
  width: 100vw;
  height: 0.05rem;
  background: #aeabab;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.information-item:first-of-type::before {
  content: "";
  width: 100vw;
  height: 0.1rem;
  background: #676767;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.information-item__image {
  width: 20rem;
}
.information-item__image img {
  aspect-ratio: 200/134;
  object-fit: cover;
}
.information-item__textarea {
  font-weight: 700;
  flex: 1;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .information-item__textarea {
    margin-top: 0;
  }
}
.information-item__textarea p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #929292;
}
@media (max-width: 767px) {
  .information-item__textarea p {
    font-size: 2.2rem;
  }
}
.information-item__textarea h3 {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media (max-width: 767px) {
  .information-item__textarea h3 {
    font-size: 2.4rem;
  }
}
.information-item__link {
  display: grid;
  place-content: center;
}
/* --------------------------------
award
----------------------------------- */
.award {
  width: 100%;
  height: 35.4210526316vw;
  padding-top: 6vw;
  background-image: url(../../img/top/award-bg.jpg);
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .award {
    height: 62.6rem;
    padding-top: 5rem;
    background-image: url(../../img/top/award-bg-sp.jpg);
  }
}
@media (min-width: 768px) {
  .award .inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .award__subtitle {
    position: absolute;
    top: 4.1052631579vw;
    left: calc(50% + 4vw);
  }
}
@media (max-width: 767px) {
  .award__subtitle {
    display: flex;
    justify-content: flex-end;
    padding-right: 1.2rem;
  }
}
.award__subtitle p {
  font-size: 1.4736842105vw;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 767px) {
  .award__subtitle p {
    font-size: 3.4rem;
  }
}
.award__subtitle p span {
  background: #000;
}
@media (min-width: 768px) {
  .award__title {
    margin-left: 32.6315789474vw;
  }
}
@media (max-width: 767px) {
  .award__title {
    display: flex;
    justify-content: flex-end;
    margin-top: 2.2rem;
  }
}
.award__title-image {
  width: 48.4210526316vw;
}
@media (max-width: 767px) {
  .award__title-image {
    width: 45.7rem;
  }
}
.award__link {
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .award__link {
    margin-top: 3.8rem;
  }
}

/* --------------------------------
FAQ
----------------------------------- */
.faq {
  width: 100%;
  height: 33.9473684211vw;
  background-image: url(../../img/top/faq-bg-pc.jpg);
  background-size: cover;
}
@media (max-width: 767px) {
  .faq {
    height: 43rem;
    background-image: url(../../img/top/faq-bg-sp.jpg);
  }
}
.faq .inner {
  height: 100%;
}
@media (min-width: 768px) {
  .faq .inner {
    width: 100%;
  }
}
.faq__contents {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .faq__link {
    margin-left: 27.2105263158vw;
  }
}

/* --------------------------------
COMPANY
----------------------------------- */
.company {
  padding: 11.4rem 0 6.8rem;
  background: linear-gradient(180deg, #000 50.7rem, #fff 50.7rem, #fff 100%);
}
@media (max-width: 767px) {
  .company {
    padding: 11rem 0 9.4rem;
    background: linear-gradient(180deg, #000 43rem, #fff 43rem, #fff 100%);
  }
}
.company__title.c-common-section-title {
  color: #fff;
}
.company__contents {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .company__contents {
    margin-top: 3rem;
  }
}
.company__info {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
  margin-top: 4.4rem;
}
.company__info dl {
  padding: 2.6rem 2.8rem;
  display: flex;
  background: #f2f2f2;
  align-items: center;
}
@media (min-width: 768px) {
  .company__info dl {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .company__info dl {
    padding: 2.4rem;
  }
}
.company__info dl dt {
  width: 30.6rem;
}
@media (max-width: 767px) {
  .company__info dl dt {
    width: 13.4rem;
    font-size: 2.2rem;
  }
}
.company__info dl dd {
  flex: 1;
  font-size: 2.4rem;
}
.company__link {
  margin-top: 5.8rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .company__link {
    margin-top: 5.2rem;
  }
}
.company__contact-link {
  margin-top: 13.8rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .company__contact-link {
    margin-top: 10.8rem;
  }
}
.company__outer-links {
  margin-top: 10.2rem;
  display: grid;
  grid-template-columns: repeat(4, 22.4rem);
  grid-auto-rows: 7.6rem;
  column-gap: 1.6rem;
  row-gap: 1.6rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .company__outer-links {
    margin-top: 7.6rem;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 11rem;
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
.company .company-outer-link {
  border: 0.2rem solid #d6d0d0;
  position: relative;
  transition: all 0.4s;
}
.company .company-outer-link__image {
  width: 100%;
  height: 100%;
}
.company .company-outer-link__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .company-outer-link__name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  padding: 0.5263157895vw;
  text-align: center;
}
.company .company-outer-link__name p {
  font-size: 1.2631578947vw;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .company .company-outer-link__name p {
    font-size: 2.6rem;
  }
}
.company .company-outer-link:hover {
  border-color: #000;
}

/* --------------------------------
voice list
----------------------------------- */
.voice-list {
  padding: 5rem 0 13.4rem;
}
@media (max-width: 767px) {
  .voice-list {
    padding: 5rem 0 11.4rem;
  }
}
.voice-list__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .voice-list__tags {
    margin-bottom: 6rem;
  }
}
.voice-list__tags li a {
  padding: 0.8rem 1.6rem;
  border: 0.2rem solid #ccc;
  border-radius: 3rem;
  font-size: 1.4rem;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .voice-list__tags li a {
    padding: 1.2rem 2.4rem;
    font-size: 2.4rem;
  }
}
@media (any-hover: hover) {
  .voice-list__tags li a:hover {
    background: #000;
    color: #fff;
  }
}
.voice-list__head {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .voice-list__head {
    flex-direction: column;
    align-items: initial;
    row-gap: 2rem;
  }
}
.voice-list__head h2 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .voice-list__head h2 {
    font-size: 3rem;
  }
}
.voice-list__head a {
  display: block;
  width: 16rem;
  padding: 0.8rem 1.6rem;
  border: 0.2rem solid #ccc;
  border-radius: 3rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .voice-list__head a {
    width: 20rem;
    padding: 1.2rem 2.4rem;
    font-size: 2.4rem;
    border-radius: 4rem;
    align-self: flex-end;
  }
}
@media (any-hover: hover) {
  .voice-list__head a:hover {
    background: #000;
    color: #fff;
  }
}
.voice-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 6rem;
}
@media (max-width: 767px) {
  .voice-list__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 6rem;
  }
}
.voice-list__more {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .voice-list__more {
    margin-top: 18rem;
  }
}

/* --------------------------------
voice detail
----------------------------------- */
.voice-detail {
  padding: 5rem 0 12rem;
}
@media (max-width: 767px) {
  .voice-detail {
    padding: 5rem 0 23rem;
  }
}
@media (min-width: 768px) {
  .voice-detail .inner {
    width: 93.2rem;
  }
}
.voice-detail__contents {
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
}
@media (max-width: 767px) {
  .voice-detail__contents {
    row-gap: 10rem;
  }
}
.voice-detail .voice-detail-item {
  padding: 4rem 4.6rem 7rem;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item {
    padding-inline: 0;
  }
}
.voice-detail .voice-detail-item__head {
  display: flex;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__head {
    flex-direction: column;
  }
}
.voice-detail .voice-detail-item__image {
  width: 39.2rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__image {
    width: 100%;
  }
}
.voice-detail .voice-detail-item__image img {
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__image img {
    border-radius: 0.8rem;
  }
}
.voice-detail .voice-detail-item__textarea {
  flex: 1;
}
.voice-detail .voice-detail-item__company {
  margin-top: 1rem;
}
.voice-detail .voice-detail-item__company p {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__company p {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__title {
    margin-top: 1rem;
  }
}
.voice-detail .voice-detail-item__title h3 {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__title h3 {
    font-size: 3.1rem;
  }
}
.voice-detail .voice-detail-item__info {
  display: flex;
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__info {
    margin-top: 2rem;
  }
}
.voice-detail .voice-detail-item__info dl {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__info dl {
    column-gap: 1.6rem;
  }
}
.voice-detail .voice-detail-item__info dl dt {
  width: 7rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  background: #000;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__info dl dt {
    width: 12rem;
    height: 4rem;
    border-radius: 0.5rem;
    font-size: 2.2rem;
  }
}
.voice-detail .voice-detail-item__info dl dd {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__info dl dd {
    font-size: 2.6rem;
  }
}
.voice-detail .voice-detail-item__tag {
  flex: 1;
}
.voice-detail .voice-detail-item__tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__tag ul {
    gap: 1.2rem;
    margin-top: 2rem;
  }
}
.voice-detail .voice-detail-item__tag ul li {
  font-weight: 500;
  padding: 0.4rem 0.8rem;
  border: 0.1rem solid #000;
  border-radius: 3rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__tag ul li {
    padding: 0.4rem 1rem;
    border: 0.1rem solid #000;
    border-radius: 3rem;
    font-size: 2.2rem;
  }
}
.voice-detail .voice-detail-item__text {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__text {
    margin-top: 2rem;
  }
}
.voice-detail .voice-detail-item__text p {
  font-size: 1.6rem;
  text-align: justify;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__text p {
    font-size: 2.4rem;
  }
}
.voice-detail .voice-detail-item__text h2 {
  margin-top: 3rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__text h2 {
    font-size: 2.8rem;
    margin-top: 4rem;
  }
}
.voice-detail .voice-detail-item__text h3 {
  margin-top: 2.4rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .voice-detail .voice-detail-item__text h3 {
    font-size: 2.4rem;
    margin-top: 3.2rem;
  }
}
.voice-detail__links {
  display: flex;
  justify-content: center;
  column-gap: 4.6rem;
  margin-top: 15rem;
}
@media (max-width: 767px) {
  .voice-detail__links {
    flex-direction: column;
    align-items: center;
    margin-top: 8rem;
    row-gap: 4rem;
  }
}

/* --------------------------------
information list
----------------------------------- */
.info-list {
  padding: 5rem 0 13.4rem;
}
@media (max-width: 767px) {
  .info-list {
    padding: 5rem 0 11.4rem;
  }
}
.info-list__contents {
  display: flex;
  flex-direction: column;
  row-gap: 3.6rem;
}
@media (max-width: 767px) {
  .info-list__contents {
    row-gap: 4rem;
  }
}

.page-nav .wp-pagenavi {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
.page-nav .wp-pagenavi span,
.page-nav .wp-pagenavi a {
  margin: 0;
  padding: 0;
  width: 4.4rem;
  height: 5.8rem;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi span,
  .page-nav .wp-pagenavi a {
    width: 6.6rem;
    height: 8.8rem;
    font-size: 2.4rem;
  }
}

/* --------------------------------
information detail
----------------------------------- */
.info-detail {
  padding: 5rem 0 12rem;
}
@media (max-width: 767px) {
  .info-detail {
    padding: 5rem 0 23rem;
  }
}
@media (min-width: 768px) {
  .info-detail .inner {
    width: 93.2rem;
  }
}
.info-detail__contents {
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
}
@media (max-width: 767px) {
  .info-detail__contents {
    row-gap: 10rem;
  }
}
.info-detail .info-detail-item__title {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .info-detail .info-detail-item__title {
    margin-top: 2rem;
  }
}
.info-detail .info-detail-item__title h3 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .info-detail .info-detail-item__title h3 {
    font-size: 3.6rem;
  }
}
.info-detail .info-detail-item__time {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .info-detail .info-detail-item__time {
    margin-top: 1.4rem;
  }
}
@media (max-width: 767px) {
  .info-detail .info-detail-item__time p {
    font-size: 2.4rem;
  }
}
.info-detail .info-detail-item__text {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .info-detail .info-detail-item__text {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .info-detail .info-detail-item__text p {
    font-size: 2.4rem;
  }
}
.info-detail .info-detail-item__text p:not(:first-of-type) {
  margin-top: 2rem;
}
.info-detail .info-detail-item__text h2 {
  margin-top: 3.5rem;
  font-size: 2.6rem;
}
.info-detail .info-detail-item__text h3 {
  margin-top: 3rem;
  font-size: 2rem;
}
.info-detail__link {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}/*# sourceMappingURL=k-style.css.map */