@charset "UTF-8";
.l-footer .c-copyright {
  background-color: #fd6906;
  color: #fff;
}

.l-footer {
  position: relative;
  color: #433305;
  font-weight: bold;
  border-top: none;
}

.widget_nav_menu .menu {
  display: flex;
  justify-content: center;
}

.widget_nav_menu .menu li {
  margin-top: 0;
  margin-right: 20px;
}

.l-footer-widget-area__item {
  display: flex;
  justify-content: center;
}

@media (max-width: 840px) {
  .widget_nav_menu .menu {
    flex-direction: column;
  }
}
.l-footer-widget-area__item li {
  margin-left: 14px;
}

.children-expander {
  right: -25px;
  color: #433305;
}

.children-expander[data-is-expanded=true] {
  right: -25px !important;
}

.archive.post-type-archive h1.c-entry__title {
  display: none;
}

.smb-information {
  max-width: 700px;
}

.smb-information__item {
  border-bottom: 1px solid #ADA142;
}

.page-id-1007 .l-contents__inner:last-child {
  padding-bottom: 0;
}

.link {
  color: #f76a0c;
}

@media (max-width: 1023.9px) {
  .recruit h2.wp-block-heading {
    font-size: 26px !important;
  }
  .recruit h2.wp-block-heading {
    padding-top: 30px;
  }
}
@media (max-width: 639.9px) {
  #recruit .c-container {
    padding: 0;
  }
  .access .c-container {
    padding: 0;
  }
  .recruit, .recruit-en {
    padding: 24px !important;
  }
  .contact-lead {
    font-size: 22px !important;
  }
  .recruit h2.wp-block-heading {
    padding-top: 30px;
  }
  .recruit-en h2.wp-block-heading {
    font-size: 20px !important;
  }
  .recruit img {
    object-position: 50% 100%;
  }
  .page-id-1007 .smb-information__item > .c-row {
    --smb-information--gap:0;
  }
}
.research-item {
  z-index: 2;
}

.research-item__left .smb-panels__item__body {
  background-color: rgb(255, 196, 0);
}

.research-item__center .smb-panels__item__body {
  background-color: rgb(255, 234, 0);
}

.research-item__right .smb-panels__item__body {
  background-color: rgb(255, 255, 189);
}

.smb-panels__item__title {
  font-size: 19px;
  letter-spacing: 0.2em;
}

@media (max-width: 1023.9px) {
  .smb-panels__item__title {
    font-size: 17px;
  }
  .smb-panels__item__body {
    padding: 16px;
  }
}
.youtube {
  text-align: center;
  margin-top: 0;
}

.smb-panels__item__figure > img {
  object-fit: cover;
}

.smb-panels__item__figure {
  overflow: hidden;
}

.smb-panels__item__figure img {
  transition: 0.6s all;
}

.smb-panels__item:hover .smb-panels__item__figure img {
  transition: 0.6s all;
  transform: scale(1.2);
}

@media (max-width: 639.9px) {
  .research .c-container {
    padding: 0;
  }
  .research-contents {
    padding: 24px;
  }
}
.separated-borderline {
  font-size: 18px; /*文字サイズ*/
  padding: 10px; /*文字回りの余白（上下 左右）*/
  display: block;
  font-weight: bold;
  border-bottom: 6px solid #faaf25; /*下線右側（太さ 実線 色）*/
  position: relative;
}

.separated-borderline::before {
  content: "";
  background-color: #f1d414; /*下線左側の色*/
  width: 80px; /*下線左側の幅*/
  height: 6px; /*下線左側の太さ（高さ）*/
  position: absolute;
  bottom: -6px;
  left: 0;
}

.member-name {
  border-bottom: 1px solid #ADA142;
  display: inline-block;
}

@media (max-width: 750px) {
  .member-media {
    display: flex;
    flex-direction: column !important;
  }
  .member-media figure {
    width: 60%;
  }
}
@media (max-width: 639.9px) {
  .member .c-container {
    padding: 0;
  }
  .member-top {
    padding: 20px;
  }
}
.mv p {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px 40px;
  font-size: 37px;
}

.toppage-lead .smb-section-inner {
  position: relative;
}

.toppage-lead__text {
  font-size: 20px;
}

.eyes {
  position: absolute;
  width: 100px;
  top: -70px;
  right: 9%;
  z-index: 1;
}

.eyes-en {
  position: absolute;
  width: 100px;
  top: -75px;
  right: 0;
  z-index: 1;
}

.event-info ul {
  justify-content: center !important;
}

@media (max-width: 1100px) {
  .eyes {
    right: 4%;
  }
}
@media (max-width: 1023.9px) {
  .mv p {
    font-size: 33px;
  }
  .eyes {
    right: 18%;
    width: 80px;
  }
  .toppage-lead__text {
    font-size: 18px;
  }
  .toppage-lead__text .has-vivid-red-color {
    font-size: 24px !important;
  }
}
@media (max-width: 800px) {
  .eyes {
    right: 10%;
  }
}
@media (max-width: 639.9px) {
  .mv p {
    font-size: 26px;
    padding: 26px;
  }
  .eyes {
    right: 4%;
  }
  .toppage-lead__text {
    font-size: 15px;
  }
  .toppage-lead__text .has-vivid-red-color {
    font-size: 18px !important;
  }
}
/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
.type-page .c-entry__header h1.c-entry__title {
  display: none;
}

/* authorを非表示 */
.c-meta__item--author {
  display: none;
}

a {
  color: #333;
}

.square {
  position: relative;
  padding: 0.5em 1.5em !important;
  color: #333333;
  border-bottom: 2px solid #ADA142 !important;
}

.square::before, .square::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #ADA142;
  content: "";
}

.square::before {
  top: calc(50% - 3px);
  left: 0;
}

.square::after {
  top: calc(50% + 3px);
  left: 5px;
}

.c-page-top {
  --page-top-y: 70px !important;
  border-radius: 50%;
}

.italic {
  font-style: italic;
}

@media (min-width: 64em) and (max-width: 78.75em) {
  .u-invisible-md-down {
    display: none !important;
  }
}
@media (max-width: 78.75em) {
  .u-invisible-lg-up {
    display: block !important;
  }
}
@media (max-width: 639.9px) {
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 18px !important;
  }
}
/******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
/******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************//*# sourceMappingURL=style.css.map */