@charset "UTF-8";
/*
変数
*/
img {
  height: auto;
  max-width: 100%;
}

/*
レイアウト上書き
*/
html {
  /* ルートのフォントサイズを10pxに設定しておく */
  /*font-size: 62.5%;*/
  font-family: "Montserrat", "Noto", sans-serif;
}
@media screen and (max-width: 767px) {
  html {
    /*    font-size: 56.5%;*/
  }
}

body {
  font-size: 1rem;
  background: linear-gradient(to right, #e3f2ff, #f5ecff) !important;
}
body:not(.home):before {
  content: "";
  width: 100%;
  height: 18rem;
  display: block;
  background: linear-gradient(140deg, #501f8b, #264a8d);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  body:not(.home):before {
    height: 15rem;
  }
}
body.archive, body.taxonomy, body.single, body.singular {
  background: #fff;
}

#search-modal,
#mobile-menu {
  position: fixed;
  width: 100%;
  display: none;
}

#search-modal form {
  display: flex;
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
  justify-content: center;
}
#search-modal form input[type=text] {
  height: 3em;
  flex: 1;
  background: #eee;
  border-radius: 0.6em 0 0 0.6em;
  font-size: 1.2rem;
  padding-left: 0.8em;
}
#search-modal form button {
  width: 8rem;
  height: 3em;
  background: #006993;
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
  border-radius: 0 0.6em 0.6em 0;
}

#mobile-menu form {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
#mobile-menu form input[type=text] {
  height: 2.4em;
  flex: 1;
  background: #eee;
  border-radius: 0.3em 0 0 0.3em;
  font-size: 1rem;
  padding-left: 0.8em;
}
#mobile-menu form button {
  width: 8rem;
  height: 2.4em;
  background: #006993;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
  border-radius: 0 0.3em 0.3em 0;
}
@media screen and (max-width: 599px) {
  #mobile-menu form button {
    width: 5rem;
  }
}

.page_contents {
  position: relative;
  z-index: 1;
}
.page_contents__body {
  padding: 5.5rem 0 6.6rem;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page_contents__body {
    padding: 4rem 0 5rem;
  }
}

/*
パーツ
*/
.mincho {
  font-family: "Shippori Mincho", serif;
}

.pc-hide,
br.pc-hide {
  display: none;
}

br.sp-hide {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
  .pc-hide.sp2 {
    display: none;
  }
  .sp-hide {
    display: none;
  }
  br.pc-hide {
    display: inline;
  }
  br.sp-hide {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .pc-hide.sp2 {
    display: inline;
  }
}
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/* スマホボタン消す */
.vk-mobile-nav-menu-btn {
  display: none;
}

/*
リンク
*/
.page_contents a,
.page_contents a:link,
.page_contents a:visited,
.page_contents a:active {
  color: #333;
}

a.b_grade {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  min-width: 21.2rem;
  height: 5.4rem;
  border-radius: 5.4rem;
  padding-left: 2.6rem;
  border: solid #fff 1px;
  background: linear-gradient(to right, #009BD9, #006993);
  background: linear-gradient(to right, rgb(1, 185, 255), rgb(0, 101, 249));
  color: #fff;
  transition-duration: 0.3s;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.08em;
}
a.b_grade:visited {
  color: #fff;
}
a.b_grade span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  a.b_grade {
    min-width: 14.4rem;
  }
  a.b_grade span {
    display: none;
  }
}
a.b_grade:after {
  content: "";
  display: block;
  margin-left: 0.3rem;
  height: 1.9rem;
  width: 1.9rem;
  background: url(./assets/img/arrow_maru_white_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  a.b_grade:after {
    height: 1.7rem;
    width: 1.7rem;
    margin-left: 0.4rem;
  }
}
a.b_grade:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

a.b_arrow_r:after {
  content: ">";
  display: inline-block;
  margin-left: 0.4em;
  color: #333;
  font-weight: bold;
}

/*
.gmenu
*/
/*
b_smp
*/
/*
spmenu_modal
*/
.spmenu_modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  position: fixed;
}
.spmenu_modal.show {
  opacity: 1;
  visibility: visible;
  top: 0px;
  left: 0px;
}
.spmenu_modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}
.admin-bar .spmenu_modal__bg {
  padding-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .spmenu_modal__bg {
    padding-top: 46px;
  }
}

.spmenu_modal__bg__nav {
  position: relative;
  height: 10.4rem;
}
.spmenu_modal__bg__nav .b_close {
  width: 3.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
}
@media screen and (min-width: 768px) {
  .spmenu_modal__bg__nav .b_close {
    width: 3.6rem;
    height: 2.6rem;
    right: 1.8rem;
  }
}
.spmenu_modal__bg__nav .b_close:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  background: #fff;
}
.spmenu_modal__bg__nav .b_close:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
  background: #fff;
}
.spmenu_modal__bg__cont {
  padding-top: 9.1264667536vw;
}
.spmenu_modal__bg__cont ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  list-style: none;
}
.spmenu_modal__bg__cont ul li {
  padding: 0 2em;
  min-width: 28rem;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .spmenu_modal__bg__cont ul li {
    width: 300px;
    font-size: 1.8rem;
  }
}
.spmenu_modal__bg__cont ul li a {
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 0.5em 0;
  border-bottom: solid 1px transparent;
  transition-duration: 0.3s;
  background: #3a5058;
  border: solid 1px #444;
  transition-duration: 0.3s;
}
.spmenu_modal__bg__cont ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.common_kv {
  text-align: center;
  color: #fff;
  height: 14rem;
  padding-top: 2rem;
}
@media screen and (max-width: 599px) {
  .common_kv {
    height: 11rem;
    padding-top: 0;
  }
}
.common_kv h1.en {
  font-family: "Inter";
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 599px) {
  .common_kv h1.en {
    font-size: 2.4rem;
  }
}
.common_kv .h1_lead {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .common_kv .h1_lead {
    font-size: 0.9rem;
  }
}

.posttype_list {
  display: flex;
  justify-content: center;
}
.posttype_list li {
  width: auto;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0.5em;
}
@media screen and (max-width: 599px) {
  .posttype_list li {
    font-size: 0.84rem;
    margin: 0 0.4em;
  }
}
.posttype_list li a {
  height: 2.5em;
  padding: 0 2em;
  border-radius: 2.5em;
  line-height: 2.5em;
  color: #333;
  display: inline-block;
  transition-duration: 0.3s;
}
@media screen and (max-width: 599px) {
  .posttype_list li a {
    padding: 0 1.4em;
  }
}
.posttype_list li a:hover {
  background: #e9ecef;
}
.posttype_list li a.on {
  background: #264a8d;
  color: #fff;
}

.taxonomy_list {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .taxonomy_list {
    margin-top: 0.8rem;
    margin-bottom: 2.4rem;
  }
}
.taxonomy_list li {
  width: auto;
  font-weight: bold;
  font-size: 0.8rem;
  margin: 0 0.3em;
}
@media screen and (max-width: 599px) {
  .taxonomy_list li {
    font-size: 0.7rem;
    margin: 0 0.25em;
  }
}
.taxonomy_list li a {
  height: 2.5em;
  padding: 0 0.8em;
  line-height: 2.5em;
  color: #333;
  display: inline-block;
  border-bottom: transparent 0.2em solid;
  transition-duration: 0.3s;
}
.taxonomy_list li a:hover {
  color: #aaa;
}
.taxonomy_list li a.on {
  border-color: #264a8d;
  color: #264a8d;
}

/*---------------------------------
HOME
---------------------------------*/
.home section {
  overflow: hidden;
}

.home #contents {
  padding-top: 9rem;
}
@media screen and (max-width: 599px) {
  .home #contents {
    padding-top: 6rem;
  }
}

.home .gradient-text {
  font-family: "Inter";
  line-height: 1;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.2rem;
  /* CONTENTS */
  background: linear-gradient(90deg, #E1C0FF 0%, #B2DCFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}
@media screen and (max-width: 599px) {
  .home .gradient-text {
    font-size: 4rem;
  }
}
.home .gradient-text:after {
  content: "";
  display: block;
  width: 4rem;
  height: 4.3rem;
  background: url(/assets/img/star_purple.svg) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-650%, -160%);
}

.home .txt-p {
  font-size: 2.6rem;
  color: #6c2eb7;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .home .txt-p {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.home .sect_container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.home .sect_container .sect_header {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .sect_container .sect_header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.home .sect_container .sect_header h2 {
  font-family: "Inter";
  line-height: 1;
  font-size: 3.75rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .home .sect_container .sect_header h2 {
    font-size: 3.6rem;
  }
}
.home .sect_container .sect_header .desc {
  font-size: 20px;
  color: #222;
  margin-left: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home .sect_container .sect_header .desc {
    margin: 0.3em auto 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .home .sect_container .sect_header .desc {
    font-size: 28px;
  }
}
.home .sect_container .sect_header .star {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.home .sect_container .sect_header .star:before {
  content: "";
  height: 2px;
  width: 3rem;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .home .sect_container .sect_header .star:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home .sect_container .sect_header .star {
    position: absolute;
  }
}
.home .sect_container .b_sect_more {
  width: 10rem;
  height: 3rem;
  background: orange;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-59%);
  color: #FFF;
  justify-content: center;
  box-shadow: 0 0 0.3em 0.3em rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.home .sect_container .b_sect_more--sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .home .sect_container .b_sect_more {
    top: auto;
    bottom: 0;
    transform: translateY(-200%);
  }
}
@media screen and (max-width: 767px) {
  .home .sect_container .b_sect_more {
    display: none;
  }
  .home .sect_container .b_sect_more--sp {
    display: flex;
    width: 20rem;
    position: relative;
    margin: 30px auto 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }
}
.home .sect_container .b_sect_more:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid #fff 0.1em;
  border-right: solid #fff 0.1em;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.home .sect_container .b_sect_more:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .home .sect_container .sp_slider .slick-slide {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out; /* アニメーションの設定 */
    transform: scale(0.9); /* 非アクティブなスライドは90%のサイズ */
    opacity: 0.7; /* 非アクティブなスライドは少し透明に（任意） */
    will-change: transform, opacity; /* transform と opacity が変化することを示す */
  }
  .home .sect_container .sp_slider .slick-current {
    transform: scale(1); /* アクティブなスライドは100%のサイズ */
    opacity: 1; /* アクティブなスライドは不透明に */
    will-change: transform, opacity;
  }
  .home .sect_container .sp_slider .b_sect_more {
    display: none !important;
  }
}

.home .events-section {
  position: relative;
}
@media screen and (max-width: 599px) {
  .home .events-section {
    margin: 0 0;
  }
}
.home .events-section:before {
  content: "";
  display: block;
  width: 100%;
  top: 70px;
  height: 250px;
  background: linear-gradient(to bottom, #2956d9, #fff);
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.home .events-section .sect_header h2 {
  color: #2956d9;
}
.home .events-section .sect_header .star:before {
  background: #2956d9;
}
@media screen and (max-width: 767px) {
  .home .events-section .sect_header .star {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2.4rem;
    transform: translate(290%, 170%);
  }
}
.home .events-section .events-cards {
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.home .events-section .events-cards .event-card {
  width: 290px;
}
.home .events-section .events-cards .event-card:first-of-type {
  width: 442px;
}
@media screen and (max-width: 767px) {
  .home .events-section .events-cards .event-card {
    margin: 0 1rem;
  }
}
.home .events-section .events-cards .event-card .event-img {
  aspect-ratio: 100/55;
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home .events-section .events-cards .event-card .event-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  z-index: 0;
}
.home .events-section .events-cards .event-card .event-img h3 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  line-height: 1.3;
  top: auto;
  left: 0;
  right: 0;
  font-size: 22px;
}
.home .events-section .events-cards .event-card.blurred .event-img h3 {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .home .events-section .events-cards .event-card.blurred .event-img h3 {
    font-size: 22px;
  }
}
.home .events-section .events-cards .event-card .event-content .event-info {
  margin-top: 0;
}
.home .events-section .b_sect_more {
  background-color: #2956d9;
}

.home .blog-section {
  background: none;
  margin: 60px auto;
  padding: 40px 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 599px) {
  .home .blog-section {
    margin: 0 0;
  }
}
.home .blog-section:before {
  content: "";
  display: block;
  width: 100%;
  top: 70px;
  height: 250px;
  background: linear-gradient(to bottom, #1b9200, #fff);
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.home .blog-section .sect_header h2 {
  color: #1b9200;
}
.home .blog-section .sect_header .star:before {
  background: #1b9200;
}
@media screen and (max-width: 767px) {
  .home .blog-section .sect_header .star {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2.8rem;
    transform: translate(-340%, -70%);
  }
}
.home .blog-section .blog-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .blog-section .blog-cards {
    margin: 0 1rem;
  }
}
.home .blog-section .blog-cards .blog-card {
  width: 290px;
}
.home .blog-section .blog-cards .blog-card:first-of-type {
  width: 442px;
}
.home .blog-section .blog-cards .blog-card .blog-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .home .blog-section .blog-cards .blog-card .blog-title {
    font-size: 1.6rem;
  }
}
.home .blog-section .blog-cards .blog-card.blurred .blog-title {
  font-size: 1.3rem;
  margin-bottom: 9px;
}
@media screen and (max-width: 599px) {
  .home .blog-section .blog-cards .blog-card.blurred .blog-title {
    font-size: 1.6rem;
  }
}
.home .blog-section .blog-cards .blog-card .blog-content .blog-info {
  margin-top: 0;
}
.home .blog-section .b_sect_more {
  background-color: #1b9200;
}

.home .interview-section {
  background: none;
  margin: 60px auto;
  padding: 40px 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 599px) {
  .home .interview-section {
    margin: 0 0 40px;
  }
}
.home .interview-section:before {
  content: "";
  display: block;
  width: 100%;
  top: 70px;
  height: 250px;
  background: linear-gradient(to bottom, #9E36FF, #fff);
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.home .interview-section .sect_header h2 {
  color: #9E36FF;
}
.home .interview-section .sect_header .star:before {
  background: #9E36FF;
}
@media screen and (max-width: 767px) {
  .home .interview-section .sect_header .star {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2.7rem;
    transform: translate(380%, -120%);
  }
}
.home .interview-section .interview-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .home .interview-section .interview-cards {
    margin: 0 1rem;
  }
}
.home .interview-section .interview-cards .interview-card {
  aspect-ratio: 100/60;
  height: auto !important;
  width: 340px;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .home .interview-section .interview-cards .interview-card {
    aspect-ratio: auto;
  }
}
.home .interview-section .interview-cards .interview-card:first-of-type {
  width: 442px;
}
.home .interview-section .interview-cards .interview-card a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  aspect-ratio: 100/70;
}
.home .interview-section .interview-cards .interview-card a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.home .interview-section .interview-cards .interview-card a .interview-title {
  position: absolute;
  z-index: 1;
  width: auto;
  margin: 0 0.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  top: auto;
  left: 0;
  right: 0;
  bottom: 16%;
  padding: 0.03em 0.1em;
  line-height: 1.5;
}
.home .interview-section .interview-cards .interview-card a .interview-title span {
  background-color: white; /* 白い帯の背景色 */
  padding: 0.2em 0.5em; /* 帯の上下左右の余白 */
  /* 紫色のドロップシャドウ */
  box-shadow: 3px 3px 0 2px rgba(128, 0, 128, 0.9); /* 紫色 (RGB: 128,0,128) と透明度0.5 */
  display: inline-block; /* これが重要！改行されても各行にシャドウが適用されるようにする */
  line-height: 1.2; /* テキストの行の高さを調整して帯とのバランスをとる */
}
.home .interview-section .interview-cards .interview-card .interview-name {
  font-size: 1rem;
  padding: 0.3em 0 0;
}
.home .interview-section .interview-cards .interview-card .interview-date {
  font-size: 0.8rem;
  padding: 0.1em 0 0;
}
.home .interview-section .b_sect_more {
  background-color: #9E36FF;
}

.home .concept-section {
  background: #081F49;
  padding: 11rem 0;
}
@media screen and (max-width: 599px) {
  .home .concept-section {
    padding: 6rem 0;
  }
}
.home .concept-section .concept__conts {
  max-width: 1050px;
  width: 92%;
  margin: 0 auto;
}
.home .concept-section .concept__conts h2 {
  /* CONCEPT */
  font-family: "line";
  font-weight: 900;
  font-size: 5.8rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, rgba(225, 192, 255, 0.1) 0%, rgba(178, 220, 255, 0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}
@media screen and (max-width: 599px) {
  .home .concept-section .concept__conts h2 {
    font-size: 4rem;
  }
}
.home .concept-section .concept__conts h2:after {
  content: "";
  display: block;
  width: 5rem;
  height: 5.3rem;
  background: url(/assets/img/star_white.svg) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(450%, 60%);
}
.home .concept-section .concept__conts .whats {
  /* THE BOARDとは */
  font-style: normal;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 4rem;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .home .concept-section .concept__conts .whats {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.home .concept-section .concept__conts .msg p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 800;
}
.home .concept-section .concept__conts .msg p:nth-of-type(n + 2) {
  padding-top: 0.7em;
}
@media screen and (max-width: 599px) {
  .home .concept-section .concept__conts .msg p {
    font-size: 1.3rem;
  }
}
.home .concept-section .concept__conts .msg .end {
  padding-top: 6rem;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home .concept-section .concept__conts .msg .end img {
  width: 26rem;
  vertical-align: baseline;
  margin: 0 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .home .concept-section .concept__conts .msg .end {
    display: block;
    font-size: 2.6rem;
  }
  .home .concept-section .concept__conts .msg .end img {
    width: 24rem;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 599px) {
  .home .concept-section .concept__conts .msg .end {
    font-size: 1.6rem;
    line-height: 2.1;
  }
  .home .concept-section .concept__conts .msg .end img {
    width: 19rem;
  }
}

.home #plan {
  background: none;
}

.plan-section {
  margin: 60px auto;
  padding: 40px 0;
  text-align: left;
  position: relative;
}
.page .plan-section {
  max-width: 980px;
  padding-top: 0;
}

.plan-section .sect_container {
  max-width: 1000px;
}
.plan-section .sect_header h2 {
  color: #9E36FF;
}
.plan-section .sect_header .star:before {
  background: #9E36FF;
}
@media screen and (max-width: 767px) {
  .plan-section .sect_header {
    flex-direction: row;
    text-align: left;
  }
  .plan-section .sect_header .desc {
    margin: 0 0 0 2rem;
  }
  .plan-section .sect_header .star {
    position: relative;
    padding-left: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .plan-section .sect_header .desc {
    margin: 0 0 0 1.1rem;
  }
  .plan-section .sect_header .star {
    padding-left: 1.3rem;
  }
}
.plan-section .lead {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.9;
  margin-top: -2rem;
  margin-bottom: 3rem;
}
.plan-section .plan_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .plan-section .plan_flex {
    display: block;
  }
}
.plan-section .plan_flex__item {
  width: 27.6rem;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .plan-section .plan_flex__item {
    width: 100%;
  }
}
.plan-section .plan_flex__item:first-of-type {
  margin-right: 0.7rem;
}
@media screen and (max-width: 699px) {
  .plan-section .plan_flex__item:first-of-type {
    margin: 0 auto;
  }
}
.plan-section .plan_flex__item:last-of-type {
  margin-left: 0.7rem;
}
@media screen and (max-width: 699px) {
  .plan-section .plan_flex__item:last-of-type {
    margin: 2rem auto 0;
  }
}
.plan-section .plan_flex__item a {
  display: block;
  height: 100%;
  border-radius: 0.75rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.3rem 0.1rem rgba(0, 0, 0, 0.1);
  padding: 1.8rem 2rem 4.5rem;
  transition-duration: 0.3s;
}
.page .plan-section .plan_flex__item a {
  pointer-events: none;
  padding-bottom: 1.5rem;
}

.plan-section .plan_flex__item a:hover {
  opacity: 0.7;
}
.plan-section .plan_flex__item a h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.45rem;
}
.plan-section .plan_flex__item a .msg {
  font-size: 0.76rem;
  line-height: 1;
  margin-bottom: 1.8em;
}
.plan-section .plan_flex__item a .price {
  font-size: 0.9rem;
  margin-bottom: 1.2em;
}
.plan-section .plan_flex__item a .price span {
  font-weight: bold;
  font-size: 2.2rem;
}
.plan-section .plan_flex__item a ul {
  text-align: left;
  margin-bottom: 2.2rem;
}
.plan-section .plan_flex__item a ul li {
  font-size: 0.76rem;
  padding-left: 1.7em;
  line-height: 1.6;
  position: relative;
}
.plan-section .plan_flex__item a ul li:not(:first-of-type) {
  margin-top: 1em;
}
.plan-section .plan_flex__item a ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.3em;
  height: 0.8em;
  border-left: solid 0.2rem #25D03F;
  border-bottom: solid 0.2rem #25D03F;
  transform: rotate(-40deg);
}
.plan-section .plan_flex__item a .btn {
  height: 2.5rem;
  line-height: 2.5rem;
  width: calc(100% - 4rem);
  border-radius: 0.4rem;
  background: #081F49;
  color: #fff;
  text-align: center;
  bottom: 2rem;
  left: 2rem;
  position: absolute;
  font-weight: bold;
}
.plan-section .plan_flex__item--premium a {
  color: #fff;
  background: linear-gradient(140deg, #501f8b, #264a8d);
}
.plan-section .plan_flex__item--premium a .i_pop {
  position: absolute;
  top: 0;
  right: 1.8rem;
  width: 3.8rem;
  height: 1.7rem;
  border-radius: 0 0 0.3rem 0.3rem;
  background: #ecd800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 600;
  color: #333;
}
.plan-section .plan_flex__item--premium a ul li:before {
  border-color: #ecd800;
}
.plan-section .plan_flex__item--premium a .btn {
  background: #fff;
  color: #333;
}

.home #faq {
  background: none;
}

.home .faq-section {
  margin: 60px auto;
  padding: 40px 0 100px;
  text-align: left;
  position: relative;
}
.home .faq-section .sect_container {
  max-width: 1000px;
}
.home .faq-section .sect_header h2 {
  color: #9E36FF;
}
.home .faq-section .sect_header .star:before {
  background: #9E36FF;
}
@media screen and (max-width: 767px) {
  .home .faq-section .sect_header {
    flex-direction: row;
    text-align: left;
  }
  .home .faq-section .sect_header .desc {
    margin: 0 0 0 2rem;
  }
  .home .faq-section .sect_header .star {
    position: relative;
    padding-left: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .home .faq-section .sect_header .desc {
    margin: 0 0 0 1.1rem;
  }
  .home .faq-section .sect_header .star {
    padding-left: 1.3rem;
  }
}
.home .faq-section .faq_wrapper {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0 0.3rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.home .faq-section .faq_wrapper .faq_item:nth-of-type(n + 2) {
  border-top: solid 1px #ccc;
}
.home .faq-section .faq_wrapper .faq_item__q {
  min-height: 3.2em;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1em 1em 1em 6.2rem;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.5;
  cursor: pointer;
}
.home .faq-section .faq_wrapper .faq_item__q:before {
  content: "Q.";
  color: #9E36FF;
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "line";
  position: absolute;
  left: 1.8rem;
  top: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home .faq-section .faq_wrapper .faq_item__q {
    padding: 1em 1em 1em 5rem;
  }
  .home .faq-section .faq_wrapper .faq_item__q:before {
    font-size: 2.8rem;
    left: 1.4rem;
    top: 0.9rem;
  }
}
@media screen and (max-width: 599px) {
  .home .faq-section .faq_wrapper .faq_item__q {
    padding: 1em 1em 1em 3.3rem;
    font-size: 1.1rem;
  }
  .home .faq-section .faq_wrapper .faq_item__q:before {
    font-size: 2.2rem;
    left: 0.6rem;
    top: 0.9rem;
  }
}
.home .faq-section .faq_wrapper .faq_item__a {
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
  padding: 1em 1em 1em 6.2rem;
  background: #fafafa;
  display: none;
}
.home .faq-section .faq_wrapper .faq_item__a:before {
  content: "A.";
  color: #009BD9;
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "line";
  position: absolute;
  left: 1.8rem;
  top: 0.5rem;
  line-height: 1;
}
.home .faq-section .faq_wrapper .faq_item__a p {
  line-height: 1.6;
}
.home .faq-section .faq_wrapper .faq_item__a p:nth-of-type(n + 2) {
  padding-top: 0.7em;
}
@media screen and (max-width: 767px) {
  .home .faq-section .faq_wrapper .faq_item__a {
    padding: 1em 1em 1em 3rem;
  }
  .home .faq-section .faq_wrapper .faq_item__a:before {
    font-size: 2.8rem;
    left: 1.4rem;
    top: 0.9rem;
  }
}
@media screen and (max-width: 599px) {
  .home .faq-section .faq_wrapper .faq_item__a {
    padding: 1em 1em 1em 3.3rem;
    font-size: 1rem;
  }
  .home .faq-section .faq_wrapper .faq_item__a:before {
    font-size: 2.2rem;
    left: 0.6rem;
    top: 0.9rem;
  }
}

/*---------------------------------
リスト系画面全般
アーカイブ画面
パラメータでblog events interviewのリストを作る
・カテゴリ（カスタムタクソノミー）は投稿タイプ別に固有。カスタムタクソノミーアーカイブをもつ＊固有テンプレを3種類
・タグは投稿タイプで共通。固有テンプレを持つ

---------------------------------*/
.postlists_wrapper {
  width: 100%;
  max-width: 846px;
  margin: 0 auto;
}
.postlists_wrapper .list_ttl {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.9rem;
}
.postlists_wrapper .list_ttl:nth-of-type(n + 2) {
  margin-top: 1.5rem;
}
.postlists_wrapper .post_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .postlists_wrapper .post_container {
    display: block;
  }
}
.postlists_wrapper .post_container .post {
  width: 49.1725768322%;
}
.postlists_wrapper .post_container .post:nth-of-type(n + 3) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .postlists_wrapper .post_container .post {
    width: 100%;
  }
  .postlists_wrapper .post_container .post:nth-of-type(n + 2) {
    margin-top: 1rem;
  }
}
.postlists_wrapper .post_container .post a {
  border-radius: 0.3rem;
  background: #f9fafb;
  padding: 0.8rem;
  display: flex;
  justify-content: center;
  transition-duration: 0.3s;
}
.postlists_wrapper .post_container .post a:hover {
  background: #e9ecef;
}
.postlists_wrapper .post_container .post a .pic {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  margin-right: 0.8rem;
}
.postlists_wrapper .post_container .post a .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 3rem;
  flex-shrink: 0;
}
.postlists_wrapper .post_container .post a .txt {
  width: auto;
  flex: 1;
}
.postlists_wrapper .post_container .post a .txt__day {
  font-size: 0.7rem;
  color: #888;
}
.postlists_wrapper .post_container .post a .txt__ttl {
  font-size: 0.9rem;
  color: #333;
  font-weight: bold;
  background: none;
}
.postlists_wrapper .post_container .post a .txt__summary {
  font-size: 0.8rem;
  color: #333;
}

/*---------------------------------
Paid Memberships Pro
フォーム関連
---------------------------------*/
.pmpro {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.pmpro input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.pmpro input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.pmpro .swpm_form {
  width: 96%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 8rem 0 10rem;
}
.pmpro .swpm_form #swpm_message.swpm_error {
  font-size: 90%;
  color: #f44;
  margin-bottom: 2em;
  font-weight: bold;
}
.pmpro .swpm_form #swpm_message.swpm_error ul {
  font-weight: normal;
  padding-top: 0.8em;
  padding-left: 2em;
}
.pmpro .swpm_form #swpm_message.swpm_error ul li {
  list-style: disc;
  margin-bottom: 0.4em;
}
.pmpro .swpm_form .swpm-form-row {
  margin-bottom: 1rem;
}
.pmpro .swpm_form input[type=password],
.pmpro .swpm_form input[type=text],
.pmpro .swpm_form input[type=number],
.pmpro .swpm_form input[type=tel],
.pmpro .swpm_form input[type=email] {
  height: 3.5rem;
  border: solid 1px #ccc;
  padding-left: 0.5em;
}
.pmpro .swpm_form input[type=radio],
.pmpro .swpm_form input[type=checkbox] {
  height: 1.2rem;
  width: 1.2rem;
  border: solid 1px #ccc;
  padding-left: 0.5em;
  vertical-align: -0.15em;
  margin-right: 0.3em;
}
.pmpro .swpm_form input[type=checkbox] {
  padding-left: 0;
  position: relative;
}
.pmpro button, .pmpro input:where([type=button]), .pmpro input:where([type=reset]), .pmpro input:where([type=submit]) {
  background: #eee !important;
  border: solid 1px #aaa !important;
  border-radius: 0.2em;
}
.pmpro input[type=submit].pmpro_btn,
.pmpro button[type=submit].pmpro_btn {
  background-color: #006993 !important;
}
.pmpro .swpm_form label {
  padding: 0.5em 2em 0.5em 0;
  display: inline-block;
  padding-left: 1.4rem;
  text-indent: -1.6rem;
  line-height: 1.4;
}
.pmpro .swpm_form select {
  width: 20rem;
  height: 3.4rem;
  padding-left: 0.5em;
  border: solid 1px #ccc;
}
.pmpro .swpm_form input[type=tel]::-webkit-inner-spin-button,
.pmpro .swpm_form input[type=tel]::-webkit-outer-spin-button,
.pmpro .swpm_form input[type=number]::-webkit-inner-spin-button,
.pmpro .swpm_form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.pmpro .swpm_form textarea {
  height: 6.5rem;
  border: solid 1px #ccc;
  padding: 0.5em;
}

/*---------------------------------
Paid Memberships Pro
---------------------------------*/
.pmpro_card_actions a {
  color: #006993;
  text-decoration: underline;
}

/*---------------------------------
Paid Memberships Pro
会員登録ページ
プランの説明ページ件、新規登録フォーム画面
すでにログインしていたら、アカウントページへのボタンを配置
https://www.theboard.jp/plan/
---------------------------------*/
.plan_member_cont .b_grade {
  margin: 0 auto;
  width: 11rem;
  font-size: 1.5rem;
  height: 4.2rem;
  color: #fff;
  font-size: 1.6rem;
  justify-content: center;
  padding: 0;
}
.plan_member_cont .b_grade:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .plan_member_cont .b_grade {
    width: 12rem;
    font-size: 1.2rem;
    height: 3.6rem;
  }
}

/*---------------------------------
Paid Memberships Pro
ログインページ
https://www.theboard.jp/login
---------------------------------*/
#pmpro_login #wp-submit {
  background: #006993 !important;
}
#pmpro_login #wp-submit:hover {
  color: #fff;
}

/*---------------------------------
Paid Memberships Pro
thank you ページ（登録処理後に表示）
https://www.theboard.jp/thank-you/
---------------------------------*/
/*---------------------------------
Paid Memberships Pro
アカウント確認ページ
https://www.theboard.jp/account/
---------------------------------*/
/*/accountページで注文履歴を消す*/
body.pmpro-account #pmpro_account-orders {
  display: none !important;
}

/*---------------------------------
Paid Memberships Pro
ログイン画面
https://www.theboard.jp/membership-login/
---------------------------------*/
.swpm_form.swpm_form--login .swpm-login-form-inner {
  width: 25rem;
  margin: 0 auto;
}
.swpm_form.swpm_form--login .swpm-login-form-inner input[type=text],
.swpm_form.swpm_form--login .swpm-login-form-inner input[type=password] {
  width: 100%;
}

/*---------------------------------
Paid Memberships Pro
パスワード変更画面（メールアドレスを入力）
https://www.theboard.jp/membership-login/password-reset/
---------------------------------*/
.swpm_form.swpm_form--pwreset .swpm-pw-reset-widget-form {
  width: 25rem;
  margin: 0 auto;
}
.swpm_form.swpm_form--pwreset .swpm-pw-reset-widget-form input[type=text],
.swpm_form.swpm_form--pwreset .swpm-pw-reset-widget-form input[type=password] {
  width: 100%;
}

/*---------------------------------
Paid Memberships Pro
プロフィール画面（いらないのでは？）
https://www.theboard.jp/membership-login/membership-profile/
---------------------------------*/
/*---------------------------------
404
---------------------------------*/
/*
.common_sect
*/
.common_sect.page_404 {
  height: 30dvh;
}
.common_sect.page_404 .body_txt {
  padding-top: 1em;
  text-align: center;
  font-size: 1.2rem;
}
.common_sect.page_404 .body_txt a {
  color: #333;
  text-decoration: underline;
}/*# sourceMappingURL=styling.css.map */