@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
.voice .container {
  width: 100%;
  padding: 0 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .voice .container {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
.voice .l-main {
  width: 100%;
}
.voice .l-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .voice .l-container {
    overflow: visible;
  }
}
.voice .l-main__content {
  width: 100%;
  padding-left: 0;
}
.voice a {
  color: #333333;
}

.voice-article-list {
  overflow-x: auto;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(0 * -1);
  gap: 20px;
}
.voice-article-list__item {
  margin-bottom: 0;
  margin-right: 0;
  width: calc((100% - 0 * (6 - 1)) / 6);
}
.voice-article-list__item:nth-of-type(6n) {
  margin-right: 0;
}
.voice-article-list__item {
  flex: 0 0 auto;
  width: calc((100% - 100px) / 6.2);
}
@media screen and (max-width: 959px) {
  .voice-article-list__item {
    width: calc((100% - 100px) / 2);
  }
}
.voice-article-list__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .voice-article-list__btn {
    position: relative;
    margin-top: 20px;
  }
}

.voice-article-list--category .voice-article-list__item {
  flex: 0 0 auto;
  width: calc((100% - 100px) / 5);
}
@media screen and (max-width: 959px) {
  .voice-article-list--category .voice-article-list__item {
    width: calc((100% - 20px) / 2);
  }
}

.voice-article-relation-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  gap: 20px;
}
.voice-article-relation-list__item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 959px) {
  .voice-article-relation-list__item {
    width: calc((100% - 20px) / 2);
  }
}
.voice-article-relation-list__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.voice-article-list--nowrap {
  flex-wrap: nowrap;
  margin-right: -40px;
  padding-right: 40px;
}
@media screen and (max-width: 959px) {
  .voice-article-list--nowrap {
    margin-right: -20px;
    padding-right: 20px;
  }
}

.voice-article-list-wrapper {
  position: relative;
  margin-right: -40px;
  padding-right: 40px;
}
@media screen and (max-width: 959px) {
  .voice-article-list-wrapper {
    margin-right: -20px;
    padding-right: 20px;
  }
}

.voice-article-list--slider {
  overflow: visible;
  margin-right: 0;
  padding-right: 0;
  padding-bottom: 10px;
}

.voice-slider-button-prev,
.voice-slider-button-next {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  .voice-slider-button-prev,
  .voice-slider-button-next {
    width: 8vw;
    height: 8vw;
  }
}
.voice-slider-button-prev img,
.voice-slider-button-next img {
  width: 40px;
  height: 40px;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 959px) {
  .voice-slider-button-prev img,
  .voice-slider-button-next img {
    width: 100%;
    height: 100%;
  }
}
.voice-slider-button-prev.is-visible,
.voice-slider-button-next.is-visible {
  visibility: visible;
}
.voice-slider-button-prev.swiper-button-disabled,
.voice-slider-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: not-allowed;
}

.voice-slider-button-prev {
  left: 0px;
}
@media screen and (max-width: 959px) {
  .voice-slider-button-prev {
    left: 0;
  }
}
.voice-slider-button-prev img {
  transform: scale(-1, 1);
}

.voice-slider-button-next {
  right: 40px;
}
@media screen and (max-width: 959px) {
  .voice-slider-button-next {
    right: 2vw;
  }
}

.voice-article-list-item {
  display: block;
  width: 100%;
  height: 100%;
}
.voice-article-list-item__img {
  border-radius: 10px;
  overflow: hidden;
}
.voice-article-list-item__img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.voice-article-list-item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voice-article-list-item__date {
  font-size: 12px;
  color: #005dab;
  font-weight: 600;
}
.voice-article-list-item__info-block {
  margin-top: 10px;
}

.voice-article-relation-list-item {
  display: block;
  width: 100%;
  height: 100%;
}
.voice-article-relation-list-item__img {
  border-radius: 10px;
  overflow: hidden;
}
.voice-article-relation-list-item__img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.voice-article-relation-list-item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voice-article-relation-list-item__date {
  font-size: 12px;
  color: #005dab;
  font-weight: 600;
}
.voice-article-relation-list-item__info-block {
  margin-top: 10px;
}

.voice-article__block {
  position: relative;
  z-index: 0;
}
.voice-article__block:not(:first-child) {
  margin-top: 40px;
}
.voice-article__title {
  padding: 0.5em 0 1em;
}
.voice-article__title-inner {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  border-left: 4px solid #005dab;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.voice-article .header-block-article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 1em 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .voice-article .header-block-article {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.voice-article .header-block-article:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background-color: #dadada;
  margin: 0 calc(50% - 50vw);
}
.voice-article__relation-article {
  max-width: 1000px;
  margin: auto;
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .voice-article__voice-search-form {
    width: 100%;
  }
}

.voice-btn,
.advisor-detail-btn,
.advisor-list-btn {
  display: flex;
  align-items: center;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  gap: 16px;
}
.voice-btn:hover,
.advisor-detail-btn:hover,
.advisor-list-btn:hover {
  background-color: #333333;
  color: #fff;
}
.voice-btn__icon img,
.advisor-detail-btn__icon img,
.advisor-list-btn__icon img {
  vertical-align: inherit;
}

@media screen and (max-width: 959px) {
  .voice-btn {
    display: inline-block;
  }
}

@media screen and (max-width: 959px) {
  #voice-load-more-btn {
    display: flex;
  }
}

.voice-article-header ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.voice-article-header ul li a {
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .voice-article-header ul li a {
    font-size: 12px;
  }
}
.voice-article-header ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.voice-article-header ul li a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}

.voice-search-form {
  position: relative;
}
.voice-search-form input {
  width: 350px;
  border-radius: 5px;
  border: 1px solid #dadada;
  padding: 10px 10px;
}
@media screen and (max-width: 959px) {
  .voice-search-form input {
    width: 100%;
  }
}
.voice-search-form__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.voice-load-more-container {
  margin-top: 40px;
}
.voice-load-more-container .voice-btn {
  margin: auto;
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 1em;
}
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 20px;
  }
}
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 4px;
  color: #333333;
  padding-left: 1em;
  border-left: 2px solid #333333;
}
@media screen and (max-width: 959px) {
  .wysiwyg h3 {
    font-size: 18px;
  }
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background-color: #333333;
  padding: 12px;
  border-radius: 5px;
}
@media screen and (max-width: 959px) {
  .wysiwyg h4 {
    font-size: 16px;
  }
}
.wysiwyg p {
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 959px) {
  .wysiwyg p {
    font-size: 3.2vw;
  }
}
.wysiwyg p + h2,
.wysiwyg p + h3,
.wysiwyg p + h4 {
  margin-top: 2em;
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
@media screen and (max-width: 959px) {
  .wysiwyg .wp-block-table::-webkit-scrollbar {
    width: 4px;
  }
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.wysiwyg img:not([data=sns]) {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.wysiwyg img:not([data=sns]).aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img:not([data=sns]).alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img:not([data=sns]).alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 12px 12px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 959px) {
  .wysiwyg table th,
  .wysiwyg table td {
    padding: 4px;
  }
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .wysiwyg table th::after,
  .wysiwyg table td::after {
    width: 4px;
  }
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .wysiwyg dt,
  .wysiwyg dd {
    padding: 4vw;
  }
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg a:not([data=term-link]) {
  text-decoration: underline;
  color: #278ecf;
}
.wysiwyg a[data=term-link] {
  color: #005dab;
}
@media screen and (max-width: 959px) {
  .wysiwyg h1 {
    font-size: max(20px, 1rem);
  }
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg p,
  .wysiwyg a {
    font-size: max(16px, 1rem);
  }
}

.voice-article-single {
  max-width: 1000px;
  margin: auto;
  margin-top: 6em;
}
@media screen and (max-width: 959px) {
  .voice-article-single {
    margin-top: 2em;
  }
}
.voice-article-single__recruit-box {
  margin-top: 100px;
}
.voice-article-single__advisor-box {
  margin-top: 100px;
}
.voice-article-single__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
.voice-article-single__thumbnail {
  margin-top: 40px;
  margin-bottom: 3em !important;
}
.voice-article-single__thumbnail img {
  border-radius: 20px;
}
.voice-article-single__info-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .voice-article-single__info-block {
    flex-direction: column;
    gap: 10px;
  }
}
.voice-article-single__info {
  display: flex;
  gap: 20px;
}
.voice-article-single__info-block-item {
  color: #005dab;
  font-weight: 600;
}
.voice-article-single__info-block-item-date {
  font-size: 14px;
}
.voice-article-single__info-block-item-cat {
  font-size: 14px;
  border: 1px solid #005dab;
  border-radius: 5px;
  padding: 0px 8px;
}
.voice-article-single__sns-block-item {
  display: flex;
  gap: 10px;
}

.recruit-box {
  border: 1px solid #005dab;
  border-radius: 10px;
  padding: 30px 20px;
}
.recruit-box__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.recruit-box__img {
  width: 40%;
}
.recruit-box__title {
  border-left: 4px solid #005dab;
  font-weight: 600;
  font-size: 24px;
  padding-left: 0.5em;
  line-height: 1.2;
}
.recruit-box__url {
  margin-top: 30px;
}
.recruit-box__btn {
  margin-top: 30px;
}
.recruit-box__btn .voice-btn {
  display: inline-block;
}

.advisor-box {
  border: 1px solid #005dab;
  border-radius: 10px;
  padding: 30px 20px;
}
.advisor-box__wrap:not(:first-child) {
  margin-top: 50px;
  border-top: 1px solid #d9d9d9;
  padding-top: 50px;
}
.advisor-box__block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .advisor-box__block {
    flex-direction: column;
    gap: 20px;
  }
}
.advisor-box__block-performance {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advisor-box__img {
  width: 30%;
}
@media screen and (max-width: 959px) {
  .advisor-box__img {
    width: 100%;
  }
}
.advisor-box__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.advisor-box__content {
  flex: 1;
}
.advisor-box__heading {
  border-left: 4px solid #005dab;
  font-weight: 600;
  font-size: 24px;
  padding-left: 0.5em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.advisor-box__info {
  margin-bottom: 20px;
}
.advisor-box .advisor-position {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}
.advisor-box .advisor-fullname {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.advisor-box .advisor-specialty,
.advisor-box .advisor-qualification {
  display: flex;
  align-items: center;
  gap: 10px;
}
.advisor-box__btn {
  margin-top: 40px;
  text-align: right;
}
.advisor-box__btn .advisor-detail-btn,
.advisor-box__btn .advisor-list-btn {
  display: inline-block;
}
.advisor-box__specialty {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .advisor-box__specialty {
    flex-direction: column;
    gap: 10px;
  }
}
.advisor-box__specialty dt {
  border: 1px solid #005dab;
  border-radius: 5px;
  min-width: auto !important;
  display: inline-block !important;
  color: #005dab !important;
  padding: 4px 8px;
}
.advisor-box__status-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.advisor-box__title {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.advisor-box__title p {
  font-size: 24px;
}
.advisor-box__qualification .qualification-item {
  display: block;
}

.advisor-performance-item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 959px) {
  .advisor-performance-item {
    width: 100%;
  }
}
.advisor-performance-item__img img {
  border-radius: 20px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.advisor-performance-item__text-block {
  margin-top: 10px;
}
.advisor-performance-item__title {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.advisor-performance-item__info-block {
  margin-top: 10px;
}
.advisor-performance-item__text {
  font-weight: 600;
  color: #005dab;
  display: flex;
  align-items: center;
  gap: 10px;
}
.advisor-performance-item__text:not(:first-child) {
  margin-top: 4px;
}
.advisor-performance-item__text div:nth-of-type(1) {
  color: #005dab;
  font-size: 10px;
  border: 1px solid #005dab;
  border-radius: 5px;
  padding: 0px 8px;
}
.advisor-performance-item__text div:nth-of-type(2) {
  color: #005dab;
  font-size: 12px;
  flex: 1;
}/*# sourceMappingURL=voice.css.map */

.wp-block-image img {
  border-radius: 20px;
  object-position: top;
}