@font-face {
  font-family: "mplus";
  src: url("../fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "mplus";
  src: url("../fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "NotoSerif";
  src: url("../fonts/NotoSerifJP-Regular.otf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSerif";
  src: url("../fonts/NotoSerifJP-Bold.otf") format("truetype");
  font-weight: 700;
}
/* ユーティリティクラス */
.flex {
  display: flex;
}
.pc-none {
  display: none;
}
.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media (max-width: 600px) {
  .pc-none {
    display: block;
  }
}
@media (max-width: 768px) {
  .md-mt-2 {
    margin-top: 16px;
  }
}
body.fixed {
  overflow: hidden;
}
.relative {
  position: relative;
}
.ud {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.grid {
  display: grid;
}
.breadcrumb {
  margin-top: 40px;
  margin-bottom: 40px;
}
.post-type-archive-post .breadcrumb {
  margin-top: 40px;
}
.breadcrumb .post-contents-archive {
  pointer-events: none;
}

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.page-numbers {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  color: #626e6e;
  display: block;
  margin: 0 10px;
  border: 1px solid #626e6e;
  transition: 0.5s;
  border-radius: 50%;
}
.page-numbers.current {
  background-color: #626e6e;
  color: #fff;
}
.page-numbers:hover {
  background-color: #626e6e;
  color: #fff;
}

.section-title {
  font-size: 80px;
  letter-spacing: 12.8px;
  text-transform: capitalize;
  font-weight: normal;
}
.p-section-title--voice {
  font-size: 40px;
  font-weight: bold;
}
.p-section-title--seminor {
  font-size: 40px;
}
.p-section-title--news {
  font-size: 40px;
}
.section-title span {
  display: block;
}
@media (max-width: 768px) {
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-column div {
    width: 100% !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .section-title {
    font-size: 40px;
  }
}

.inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .inner.inner.inner.inner {
    width: 90%;
  }
}
.outer {
  overflow: hidden;
}

.btn {
  background: #22396e;
  width: 260px;
  border-radius: 100px;
  max-width: 100%;
  color: #fff;
  height: 60px;
  line-height: 60px;
  position: relative;
  transition: 0.5s;
}
.btn:after {
  content: "";
  display: block;
  background: url("../img/ionic-ios-arrow-forward.png") center/cover;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.btn {
  padding-left: 30px;
}
.btn-notAllLink {
  padding: 0;
  transition: 0.5s;
}
.btn-notAllLink a {
  padding-left: 30px;
  display: block;
}
.btn-notAllLink:hover {
  opacity: 0.7;
}
.btn-simple {
  position: relative;
  width: 275px;
  height: 60px;
  border: 1px solid #333;
  line-height: 60px;
  transition: 0.5s;
  border-radius: 100px;
}
.btn-simple.sp-only {
  margin-top: 40px;
}
.btn-simple a {
  display: block;
  padding: 0 16px;
}

.btn-simple:after {
  content: "";
  display: block;
  background: url("../img/ionic-ios-arrow-forward-black.png") center/cover;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.5s;
}
.btn-simple:hover {
  background-color: #22396e;
  color: #fff;
  border: 1px solid #22396e;
}
.btn-simple:hover:after {
  background: url("../img/ionic-ios-arrow-forward.png") center/cover;
}
.btn--small {
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  width: 100%;
}

.content-wrapper {
  margin-top: 40px;
}

/* サイドバー */
.single-contents .p-sidebar {
  margin-top: 40px;
}
aside {
  width: 215px;
  max-width: 100%;
}
aside h2 {
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
}
aside ul {
  margin-bottom: 40px;
}
.wp-block-latest-posts__post-title {
  font-size: 15px;
}
.wp-block-latest-posts__post-date {
  text-align: right;
  font-size: 10px;
  margin-top: 8px;
}
.wp-block-categories-list li {
  margin-top: 13px;
}
.wp-block-categories-list li:first-child {
  margin-top: 0;
}
.wp-block-archives-list li {
  margin-top: 13px;
}
.wp-block-archives-list li:first-child {
  margin-top: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  padding: 16px 0;
  border-bottom: 1px dashed #e0e0e0;
}

header {
  padding: 4px 40px;
  height: 78px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 600px) {
  header {
    padding: 8px;
  }
}
header .inner {
  align-items: center;
  height: 70px;
  width: unset;
}
@media (max-width: 1190px) {
  header .inner {
    justify-content: space-between;
  }
}
.contact-area {
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  header .inner.inner.inner.inner.inner {
    height: 50px;
    margin: 0;
    width: 100%;
  }
}
header .site-title {
  font-size: 24px;
  margin-right: 60px;
  transition: 0.5s;
}
footer .site-title {
  transition: 0.5s;
}
.site-title:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  header .site-title {
    margin-right: 40px;
  }
}
.header-btn {
  transition: 0.5s;
}
.header-btn:hover {
  opacity: 0.7;
}
.header-btn.line {
  background-color: #07c655;
}
header .header-nav li {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.5px;
  margin-right: 40px;
  font-weight: bold;
}
.header-nav li a {
  position: relative;
  transition: 0.5s;
}
.header-nav li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.header-nav li a:hover {
  color: #22396e;
}
header .header-nav li:last-child {
  margin-right: 0;
}
header .header-nav li span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  padding-top: 6px;
  text-transform: capitalize;
}
.header-contact-icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  transition: 0.5s;
}
.header-contact-icon:hover {
  opacity: 0.7;
}
.header-contact-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 30px;
}
.header-contact-icon--insta {
  margin-right: 10px;
}

@media screen and (max-width: 1190px) {
  header .header-nav {
    display: none;
  }
  .contact-area {
    align-items: center;
  }
}
header .header-btn {
  background-color: #22396e;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  padding: 0 25px;
}
header .header-btn a {
  align-items: center;
}
header .header-btn img {
  margin-right: 10px;
}
header .header-btn:first-child {
  margin-right: 10px;
}
@media (max-width: 1330px) {
  .header-btn span {
    display: none;
  }
  header .header-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
  }
  header .header-btn img {
    margin: 0 auto;
  }
  header .header-btn a {
    height: 100%;
  }
}

.drawer-nav {
  display: none;
  width: 90%;
  margin: 0 auto;
}
.drawer-icon {
  display: none;
}
.drawer-content {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #22396e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  transition: 0.5s;
  padding: 40px 0;
}
.drawer-nav .menu-item-description {
  display: block;
}
.drawer-nav li {
  margin-top: 20px;
}
.drawer-nav li:first-child {
  margin-top: 0;
}
@media (max-width: 1190px) {
  .drawer-icon {
    display: block;
  }
}
/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.drawer-icon {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  background: #333;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 10px;
  z-index: 20;
}

/*ボタン内側*/
.drawer-icon span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.drawer-icon span:nth-of-type(1) {
  top: 15px;
}

.drawer-icon span:nth-of-type(2) {
  top: 23px;
}

.drawer-icon span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/

.drawer-icon.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.drawer-icon.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.drawer-icon.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.lead {
  margin: 20px 0 0 0;
}

.btn-block {
  width: 200px;
  padding: 30px;
}

.contact-wrapper {
  background-color: #22396e;
  padding: 80px 0;
  margin-top: 100px;
}
.contact-wrapper .section-title {
  color: #fff;
  text-align: center;
}
.contact-wrapper .contact-lead {
  color: #fff;
  text-align: center;
  margin-top: 16px;
}
.contact-wrapper .contact-btn-wrapper {
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .contact-wrapper .contact-btn-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.contact-wrapper .contact-btn {
  background-color: #fff;
  margin: 0 8px;
  text-align: center;
  width: 276px;
  border-radius: 5px;
  position: relative;
}
.contact-wrapper .contact-btn--line {
  color: #07c655;
}
@media screen and (max-width: 600px) {
  .contact-wrapper .contact-btn:last-child {
    margin-top: 16px;
  }
}
.contact-wrapper .contact-btn a {
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  flex-direction: column;
}
.contact-btn-wrapper a {
  transition: 0.5s;
}
.contact-btn-wrapper a:hover {
  opacity: 0.7;
}
.btn-social-long-insta {
  /*ボタンの下地*/
  color: #fff; /*文字・アイコン色*/
  border-radius: 7px; /*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px; /*高さ*/
  width: 276px; /*幅*/
  text-align: center; /*中身を中央寄せ*/
  font-size: 16px; /*文字のサイズ*/
  line-height: 50px; /*高さと合わせる*/
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  text-decoration: none; /*下線は消す*/
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-social-long-youtube {
  color: #fff;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 276px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  background: #c4302b;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fa-instagram,
.fa-youtube {
  margin-right: 8px;
}
.btn-social-long-insta:before {
  /*グラデーション②*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.btn-social-long-insta .fa-instagram,
.btn-social-long-youtube .fa-youtube {
  /*アイコン*/
  font-size: 35px; /*アイコンサイズ*/
  position: relative;
}

.btn-social-long-insta span {
  /*テキスト*/
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.p-footer-sns-wrapper.p-footer-sns-wrapper.p-footer-sns-wrapper {
  margin-top: 16px;
}
@media (max-width: 600px) {
  .btn-social-long-insta:last-child {
    margin-top: 16px;
  }
}

.contact-wrapper .contact-btn .contact-method {
  margin-top: 16px;
  font-size: 24px;
  letter-spacing: 3.84px;
  text-transform: capitalize;
}
.contact-wrapper .contact-btn .contact-desc {
  margin-top: 8px;
}
.contact-wrapper .contact-btn .icon-outside {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

footer {
  background-color: #22396e;
  color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 40px;
  }
}
footer .site-title {
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  footer .site-title {
    margin-top: 0;
  }
}
footer .copyright {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  footer .copyright {
    margin-top: 16px;
  }
}
footer .footer-nav ul {
  justify-content: center;
}
footer .footer-nav li {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.5px;
  margin-right: 40px;
  font-weight: bold;
}
footer .footer-nav li:last-child {
  margin-right: 0;
}
footer .footer-nav li span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-top: 6px;
}
@media screen and (max-width: 600px) {
  footer .footer-nav {
    display: none;
  }
}
.footer-nav .menu-item a {
  position: relative;
  transition: 0.5s;
  text-transform: capitalize;
}
.footer-nav .menu-item a:hover {
  opacity: 0.7;
}
.footer-nav .menu-item a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.page-contents {
  padding: 100px 0 0;
}
.page-contents > .inner {
  margin-top: 70px;
}
.p-contents__btn {
  margin-top: auto;
}
.p-contents__btn--top {
  margin-top: 16px;
}
.p-home-contents__desc {
  margin: 16px 0;
}
@media (max-width: 600px) {
  .page-contents {
    padding: 40px 0 0;
  }
}

.page-title {
  text-align: center;
  font-size: 16px;
  letter-spacing: 6.4px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .p-page-title--left {
    text-align: left;
  }
}
.page-title span {
  display: block;
  margin-top: 8px;
  font-size: 40px;
  text-transform: capitalize;
}
@media screen and (max-width: 600px) {
  .page-title span {
    font-size: 24px;
  }
}

.contents-list {
  gap: 40px;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 600px) {
  .contents-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 600px) {
  .contents-slider {
    width: 90%;
    margin: 0 auto;
  }
}
.contents-list li {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: 0.5s;
}
.contents-list li a {
  padding: 16px;
  display: block;
}
.contents-list li:hover {
  opacity: 0.7;
}
.contents-list .contents-thumb {
  position: relative;
  height: 200px;
}
.contents-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
@media (max-width: 600px) {
  .contents-list .contents-thumb {
    position: relative;
    height: 210px;
  }
  .contents-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 210px;
    width: 100%;
  }
}
.contents-list.top img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
.contents-list .contents-thumb .cat-label {
  position: absolute;
  background-color: #22396e;
  color: #fff;
  font-size: 14px;
  top: 0;
  left: 0;
  width: 100px;
  padding: 2px 0;
  text-align: center;
}
.voice-list .cat-label {
  position: absolute;
  background-color: #999;
  color: #fff;
  font-size: 14px;
  top: 0;
  left: 0;
  width: 100px;
  padding: 2px 0;
  text-align: center;
  box-shadow: unset;
}
.contents-list .contents-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  min-height: 54px;
}
.p-voice-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  min-height: 54px;
}
.p-voice__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contents-list .contents-desc {
  margin-top: 16px;
}
.contents-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 制限したい行数が3の場合 */
  overflow: hidden;
  font-size: 14px;
  margin-top: 8px;
}
.p-contents-desc {
  margin: 16px 0;
}
/* .p-voice__cat{
  height: 24px;
} */
@media (max-width: 600px) {
  .contents-list .contents-desc {
    font-size: 14px;
  }
}

.seminor-list {
  grid-template-columns: 290px 290px 290px;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 950px) {
  .seminor-list {
    grid-template-columns: 290px 290px;
  }
}
@media (max-width: 600px) {
  .seminor-list {
    grid-template-columns: 290px;
  }
}
.seminor-list li {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  transition: 0.5s;
  width: 100%;
}
@media (max-width: 1024px) {
  .seminor-list.top li {
    width: 288px;
  }
}

.seminor-list li:hover {
  opacity: 0.7;
}
.seminor-list li a {
  padding: 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.seminor-list li .btn {
  margin-top: auto !important;
}
.seminor-list .seminor-thumb {
  position: relative;
}
.seminor-list .seminor-thumb .status-label {
  position: absolute;
  width: 140px;
  color: #fff;
  background: #1290a0;
  padding: 8px 0;
  top: 0;
  left: 0;
  text-align: center;
}
.status-label {
  background: #1290a0;
}
.status-label.end {
  background-color: #999;
}
.status-label.full {
  background-color: #ba1717;
}
.seminor-list .seminor-thumb img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
.seminor-list .seminor-thumb .status-label.end {
  background-color: #999;
}
.seminor-list .seminor-thumb .status-label.full {
  background-color: #ba1717;
}
.seminor-list .seminor-date {
  margin-top: 8px;
  font-size: 14px;
}
.c-status-label.c-status-label {
  color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  margin: 0 16px 8px 0;
}
.seminor-list .seminor-title {
  margin-top: 8px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 46px;
  overflow: hidden;
}
.seminor-list .seminor-desc {
  margin-top: 8px;
  font-size: 14px;
  direction: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.seminor-list .tag-list {
  margin-top: 8px;
}
.p-seminor__image {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  height: unset;
}

.single-seminor-head {
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-seminor-head {
    align-items: flex-start;
  }
}
.seminor-tag a {
  background: #eee;
  border-radius: 2px;
  padding: 5px 10px;
  margin: 0 10px 8px 0;
  display: inline-block;
}
.c-seminor__tag {
  background: #eee;
  border-radius: 2px;
  padding: 5px 10px;
  margin: 0 10px 8px 0;
  display: inline-block;
}
.seminor-list .seminor-tag {
  margin-top: 8px;
}
.single-seminor-head .seminor-schedule {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 10px 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0509803922);
  margin: 0 16px 8px 0;
}
@media (max-width: 768px) {
  .single-seminor-head .seminor-schedule {
    margin-bottom: 8px;
  }
}
.single-thumb {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  max-width: 100%;
}
.single-thumb.single-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.page-id-8 .single-thumb.single-thumb img {
  aspect-ratio: unset;
}
@media (max-width: 600px) {
  .single-thumb {
    height: unset;
  }
}
.single-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-seminor__btn.p-seminor__btn.p-seminor__btn {
  margin-top: 16px;
}
.p-seminor__tag {
  background: #eee;
  border-radius: 2px;
  padding: 5px 10px;
  margin: 0 10px 8px 0;
  display: inline-block;
}
.p-seminor__tags {
  margin-top: 8px;
}

/* Blog */
.blog-content {
  justify-content: space-between;
}

.news-blog-list {
  grid-template-columns: 260px 260px 260px;
  /* grid-template-columns: 390px 390px; */
  gap: 20px;
}
@media (max-width: 1100px) {
  .news-blog-list {
    grid-template-columns: 260px 260px;
    gap: 20px;
  }
  .blog-content {
    justify-content: space-around;
  }
}
.news-blog-list li {
  transition: 0.5s;
  width: 260px;
  margin: 0 auto;
}
.news-blog-list li:hover {
  opacity: 0.7;
}
@media (max-width: 850px) {
  .news-blog-list {
    grid-template-columns: 260px;
    gap: 30px;
  }
}
@media (max-width: 540px) {
  .blog-content {
    flex-direction: column;
    justify-content: center;
  }
  .news-blog-list {
    grid-template-columns: 360px;
    justify-content: center;
  }
  aside {
    width: 100%;
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  .news-blog-list {
    grid-template-columns: 100%;
  }
}
@media (max-width: 930px) {
  .single-post .single-content {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .single .blog-content {
    flex-direction: column;
  }
  .single aside {
    width: 100%;
  }
  .single .single-content {
    width: 100%;
  }
}
.news-blog-list li .heading {
  justify-content: space-between;
  margin-top: 8px;
}
@media (max-width: 1100px) {
  .news-blog-list li .heading {
    flex-direction: column;
  }
  .news-blog-list li .news-date {
    margin-bottom: 4px;
  }
}
.news-blog-list li .heading .cat-label {
  background-color: #22396e;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 100px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0 4px;
}
.news-blog-list li .heading .news-date {
  font-size: 14px;
}
.news-blog-list li .heading .cat-label:not(:first-child) {
  margin-left: 8px;
}
@media (min-width: 1101px) {
  .news-blog-list li .heading .cat-labels {
    width: 55%;
    justify-content: end;
  }
}
.cat-label:not(:first-child) {
  margin-left: 4px;
}
.news-blog-list li .news-title {
  margin-top: 8px;
}
.news-blog-list li img {
  height: 195px;
  width: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* お客様の声 */
/* .post-type-archive-voice .page-contents .inner{
    width: 1025px;
} */
.post-type-archive-voice .btn {
  width: 100%;
}
.voice-list {
  max-width: 100%;
  grid-template-columns: 315px 315px 315px;
  gap: 40px;
  justify-content: center;
}
.p-voice-list {
  grid-template-columns: 260px 260px 260px;
  gap: 20px;
}
.voice-list.top {
  grid-template-columns: 24% 24% 24% 24%;
  gap: 1%;
  margin-top: 40px;
}
.voice-list.voice-list.top li {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .voice-list.top {
    grid-template-columns: 33% 33% 33%;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .voice-list.top {
    grid-template-columns: 49% 49%;
    gap: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .voice-list.top {
    grid-template-columns: 100%;
  }
}

@media (max-width: 1100px) {
  .voice-list {
    grid-template-columns: 260px 260px;
  }
}
@media (max-width: 850px) {
  .voice-list {
    grid-template-columns: 260px;
  }
  .voice-list.voice-list.voice-list li {
    margin-top: 0;
  }
}
@media (max-width: 540px) {
  .voice-list {
    grid-template-columns: 100%;
  }
}
.voice-list li {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: 0.5s;
}
.voice-list li:hover {
  opacity: 0.7;
}
.voice-list li a {
  display: block;
  padding: 16px;
}
.voice-list li .name {
  font-size: 22px;
  margin-top: 16px;
}
.voice-list li .position {
  margin-top: 8px;
  min-height: 69px;
  font-size: 14px;
}
.voice-list.top .desc {
  margin-top: 40px;
  font-size: 16px;
}
.voice-list li .desc {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 69px;
  font-size: 16px;
}
.voice-list li:not(.cat-label) {
  margin-top: 40px;
}
.voice-list li .icon-comment {
  position: absolute;
  right: 4px;
  top: 4px;
}

.single-content {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-voice__btn.p-voice__btn.p-voice__btn {
  margin-top: 16px;
}
@media (max-width: 1075px) {
  .single-content {
    width: 90%;
  }
}
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content p,
.single-content img,
.single-content ul,
.single-content ol,
.single-content blockquote {
  margin: 40px 0;
}
.single-content blockquote p {
  margin: 8px 0;
}
.single-content h2 {
  color: #22396e;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
.single-content h2::after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, #22396e, transparent);
}
@media (max-width: 600px) {
  .single-content h2 {
    font-size: 24px;
  }
}
.single-content h3 {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: dotted 3px #22396e;
}
@media (max-width: 600px) {
  .single-content h3 {
    font-size: 20px;
  }
}
.single-content h4 {
  padding: 0.25em 0.5em;
  color: #333;
  background: transparent;
  border-left: solid 5px #22396e;
}

.single-content img {
  max-width: 640px;
  /* width: 400px;
  height:400px; */
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* aspect-ratio: 1/1; */
}
@media (max-width: 600px) {
  /* .single-content img {
    height: auto;
    }    */
}
.single-content img:first-of-type {
  margin-top: 0;
}
.single-content ul,
.single-content ol {
  padding-left: 40px;
  list-style: unset;
}
.single-content li::marker {
  color: #22396e;
}
.single-content ol li::marker {
  color: #333;
  list-style: decimal;
}
.single-content ol li {
  list-style: decimal;
}
.single-content blockquote {
  position: relative;
  background: rgba(110, 112, 148, 0.2);
  padding: 40px;
  border-radius: 20px;
}
.single-content blockquote:after {
  position: absolute;
  top: 12px;
  left: 40px;
  content: "";
  display: block;
  background: url("../img/icon-blockquote.png") center/contain no-repeat;
  width: 18px;
  height: 13px;
}
.page-id-8 .content-wrapper {
  width: 800px;
  margin: 40px auto 0;
  max-width: 100%;
}
.p-home-profile__works {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-home-profile__works {
    margin-top: 16px;
  }
}
.profile-header {
  justify-content: space-between;
  margin: 40px 0 40px 0;
}
@media (max-width: 800px) {
  .profile-header {
    flex-direction: column;
  }
}
.profile-header .personal {
  font-size: 18px;
  font-weight: bold;
  width: 200px;
}
@media (max-width: 800px) {
  .personal {
    width: 100%;
  }
}
.profile-header .position {
  margin-top: 25px;
}
.profile-header .introduce {
  width: 500px;
  max-width: 100%;
}
@media (max-width: 800px) {
  .introduce {
    width: 100%;
  }
  .introduce p:first-child {
    margin-top: 0;
  }
  .page-id-8 .single-content {
    width: 100%;
  }
}

.privacy-box {
  width: 100%;
  height: 280px;
  overflow-y: scroll;
  border: 1px solid #999999;
}

#sb_instagram .sbi_follow_btn a {
  transition: 0.5s !important;
}
#sb_instagram .sbi_follow_btn a:hover {
  opacity: 0.7 !important;
  background: rgb(132, 213, 213) !important;
}

.main-visual {
  width: 100%;
  position: relative;
  margin-top: 70px;
}
.p-mainVisual__image {
  width: 100%;
}
@media (max-width: 900px) {
  .main-visual.main-visual {
    background-position: right 20% center;
  }
}
.p-mvBtn {
  position: absolute;
  left: 8%;
  bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #b2b2b2, #818181);
  height: unset;
  line-height: unset;
  padding: 5px;
}
@media (max-width: 1180px) {
  .p-mvBtn {
    bottom: 10px;
    padding: 1px;
  }
}
@media (max-width: 899px) {
  .p-mvBtn {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 95%;
    height: auto;
    margin-bottom: 40px;
  }
}
.p-mvBtn__link {
  padding: 8px 60px 8px 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  display: block;
  font-weight: bold;
}
@media (max-width: 899px) {
  .p-mvBtn__link {
    font-size: 32px;
    padding: 8px 30px;
  }
}
@media (max-width: 650px) {
  .p-mvBtn__link {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .p-mvBtn__link {
    font-size: 14px;
    padding: 8px 30px;
  }
  .p-mvBtn {
    margin-bottom: 16px;
  }
}
@media (max-width: 400px) {
  .p-mvBtn__link {
    font-size: 14px;
    padding: 8px 30px;
  }
}
.main-visual .catch-copy {
  font-size: 80px;
  letter-spacing: 12.8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .main-visual .catch-copy {
    left: 5%;
    font-size: 40px;
  }
}
.main-visual .top-news {
  position: absolute;
  right: 16px;
  bottom: 30px;
  background: #fff;
  box-shadow: 0 3px 6px #999;
  padding: 13px 26px;
  transition: 0.5s;
  border-radius: 10px;
}
@media (max-width: 899px) {
  .main-visual .top-news {
    bottom: 8px;
    width: 95%;
    margin: 0 auto;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}
.main-visual .top-news-link {
  transition: 0.5s;
}
@media (max-width: 899px) {
  .main-visual .top-news-link {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .main-visual .top-news-link {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .main-visual .top-news-link {
    font-size: 14px;
  }
}
.main-visual .top-news-link:hover {
  opacity: 0.7;
}
.top-news-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.main-visual .top-news .heading {
  color: #22396e;
  text-transform: uppercase;
  margin-right: 50px;
  font-weight: bold;
}
.main-visual .top-news .date-time {
  margin-right: 24px;
}

.profile-wrapper {
  margin-top: 72px;
}
/* @media(max-width:899px){
  .profile-wrapper {
    margin-top: -40px;
  }
} */
.profile-wrapper .content {
  justify-content: space-between;
}
.profile-wrapper .left {
  width: 100%;
  max-width: 100%;
}
.profile-wrapper .right {
  width: 550px;
  max-width: 100%;
}
.profile-wrapper .txt {
  margin-top: 40px;
}
.profile-wrapper .btn-wrapper {
  margin-top: 40px;
}
.profile-wrapper .btn-wrapper .btn:last-child {
  margin-top: 16px;
}
.profile-wrapper .top-contents-wrap {
  margin-top: 50px;
}
.profile-wrapper .top-contents-wrap h3 {
  font-size: 40px;
  letter-spacing: 6.4px;
  text-transform: capitalize;
}
.profileTop__bottom {
  margin-top: 50px;
  justify-content: space-between;
}
.profileTop__bottom--left {
  width: 55%;
}
.profileTop__bottom--right {
  width: 30%;
}
.profileTop__bottom--right .position {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .profileTop__bottom {
    flex-direction: column;
  }
  .profileTop__bottom--left {
    width: 100%;
  }
  .profileTop__bottom--right {
    width: 100%;
    margin-top: 16px;
  }
}

.contents-slider {
  display: flex;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .contents-slider {
    display: grid;
    justify-content: center;
    grid-template-columns: 260px 260px;
    gap: 1%;
  }
}
@media (max-width: 600px) {
  .contents-slider {
    grid-template-columns: 100%;
  }
}

.contents-slider li {
  width: 260px;
  margin: 0 10px;
  border: 1px solid #eee;
  /* min-height: 341px; */
}
@media (max-width: 600px) {
  .contents-slider li {
    margin: 0 auto;
    width: 100%;
  }
}
.contents-slider li a {
  padding: 16px;
  display: flex;
  height: 100%;
  transition: 0.5s;
  flex-direction: column;
}
.contents-slider li a:hover {
  opacity: 0.7;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  z-index: 10;
  cursor: pointer;
}

.next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  z-index: 10;
  cursor: pointer;
}

.top-contents-wrap .heading {
  align-items: center;
  justify-content: space-between;
}

.voice-section {
  margin-top: 130px;
  position: relative;
}
.voice-section .heading {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .voice-section .heading {
    align-items: flex-start;
  }
}
.voice-section .position {
  margin-top: 16px;
}
.voice-section .btn {
  margin-top: 40px;
}
.voice-section .left {
  width: 49%;
  height: 300px;
}
@media (max-width: 768px) {
  .voice-section .left {
    height: 200px;
  }
}
.voice-section .left img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .voice-section .left img {
    height: 200px;
  }
}
.voice-section .right img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .voice-section .right img {
    height: 200px;
  }
}
.desc-wrapper {
  position: absolute;
  z-index: 10;
  bottom: -40px;
  width: 100%;
}
.top-voice-content {
  margin-top: 40px;
  justify-content: space-between;
  gap: 2%;
}
.voice-section .desc-wrapper .desc {
  font-size: 32px;
  color: #fff;
  background-color: #222;
  padding: 6px 23px;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1100px) {
  .voice-section .desc-wrapper .desc {
    font-size: 24px;
  }
  .desc-wrapper {
    bottom: -10px;
  }
}
@media (max-width: 768px) {
  .voice-section .desc-wrapper .desc {
    font-size: 16px;
  }
}
.voice-section .desc:nth-child(2) {
  margin-top: 8px;
}
.voice-section .right {
  width: 49%;
  height: 300px;
}
@media (max-width: 768px) {
  .voice-section .right {
    margin-top: 20px;
    height: 200px;
  }
}
.voice-section .name {
  font-size: 22px;
}
.seminor-section {
  position: relative;
  background-color: #eee;
  margin-top: 285px;
  margin-left: auto;
  padding: 40px 0 32px 50px;
  width: calc(100% - 30vw);
}
@media (max-width: 1400px) {
  .seminor-section {
    width: calc(100% - 20vw);
  }
}
@media (max-width: 600px) {
  .seminor-section {
    width: 90%;
    padding: 40px 0 32px 10px;
    margin-top: 180px;
  }
}

.seminor-section .section-title {
  position: absolute;
  top: -120px;
  left: -120px;
}
@media (max-width: 930px) {
  .seminor-section .section-title {
    position: unset;
  }
  .seminor-section .inner {
    margin-top: -100px;
  }
}
.seminor-section .seminor-list.top {
  margin-right: 10vw;
  margin-top: 40px;
  grid-auto-flow: column;
  /* direction: rtl; */
}
.seminor-date--top,
.seminor-title--top,
.seminor-desc--top,
.p-seminor__btn--top {
  text-align: left;
}
.seminor-desc--top {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .seminor-list.top {
    display: flex;
    flex-direction: column;
    /* align-items: end; */
    direction: initial !important;
  }
}
@media (max-width: 600px) {
  .seminor-section .seminor-list.top {
    margin-right: unset;
  }
}
.seminor-section .btn-simple {
  margin-left: auto;
  margin-right: 10vw;
}

.news-blog-section {
  margin-top: 100px;
}
.news-blog-section .news-blog-list.top {
  margin-top: 40px;
  grid-template-columns: 260px 260px 260px 260px;
}
@media (max-width: 1130px) {
  .news-blog-section .news-blog-list.top {
    grid-template-columns: 260px 260px;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .news-blog-section .news-blog-list.top {
    grid-template-columns: 100%;
  }
}
.news-blog-section .heading {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .news-blog-section .heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-blog-section .ameblo-btn {
  margin-left: auto;
  width: 375px;
  max-width: 100%;
  margin-top: 16px;
  background: unset;
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid #1290a0;
  position: relative;
  transition: 0.5s;
  margin-top: 40px;
}
.news-blog-section .ameblo-btn a {
  display: block;
  padding-bottom: 8px;
}
.news-blog-section .ameblo-btn:hover {
  opacity: 0.7;
}
.news-blog-section .ameblo-btn::after {
  content: "";
  display: block;
  background: url(../img/ionic-ios-arrow-forward-black.png) center/cover;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.5s;
}
@media (max-width: 600px) {
  .news-blog-section .ameblo-btn {
    margin-top: 40px;
  }
}
.voice-list__thumbnail {
  height: 283px;
}
.voice-list__thumbnail img {
  height: 283px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-voice-list__thumbnail img {
  height: unset;
  aspect-ratio: 4/3;
}
.p-voice-list__thumbnail {
  height: unset;
}
.p-page-voice__desc {
  text-align: center;
}
@media (max-width: 600px) {
  .p-page-voice__desc {
    font-size: 24px;
    text-align: left;
  }
}
.p-page-voice__head {
  width: 800px;
  max-width: 100%;
  margin: 40px auto 0;
  font-size: 20px;
}

/* お問い合わせフォーム */
.contact-form {
  margin: 100px 0 0;
}
.contact-parts {
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 22px 0;
}
.contact-parts div:first-child {
  width: 30%;
  display: flex;
  justify-content: space-between;
}
.contact-parts div:last-child {
  width: 65%;
}
@media (max-width: 768px) {
  .contact-parts div:last-child {
    margin-top: 16px;
  }
}
.require {
  color: #fff;
  background-color: #d90000;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  height: 23px;
  width: 42px;
  line-height: 23px;
}
.mwform-checkbox-field-text.mwform-checkbox-field-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.scrool-y {
  padding: 20px;
  height: 280px;
  overflow-y: scroll;
  border: 1px solid #999;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mwform-radio-field {
  display: block;
}
.mwform-radio-field:not(:first-child) {
  margin: 8px 0;
}
.p-sns-btn-link {
  transition: 0.5s;
}
.p-sns-btn-link:hover {
  opacity: 0.7;
}
.grecaptcha-badge {
  visibility: hidden;
}
.wp-block-categories-list li,
.wp-block-archives-list li {
  list-style: disc;
  margin-left: 20px;
}
.u-aliginCenter {
  align-items: center;
}
/* 市谷追加css */

.contact-wrapper {
  background-image: url(../img/fotter_v_eizo.webp);
  background-size: cover;
  background-position: center;
}
