@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
/* 最近の投稿（テキスト）のスタイル */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
.c-entries--text {
  position: relative;
  background-color: #f9f9f9;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.c-entries--text .c-entries__item a {
  padding-right: 2em !important;
  padding-left: 2em !important;
}

.c-entries--text .c-entries__item .c-entry-summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}

.c-entries--text .c-entries__item .c-entry-summary__title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-left: 4rem;
}

.c-entries--text .c-entries__item .c-entry-summary__figure {
  display: block;
  position: absolute;
  top: -2px;
  left: 7em;
  /* 日付の長さに合わせて調整 */
  background-color: transparent;
}

.c-entries--text .c-entries__item .c-entry-summary__figure img, .c-entries--text .c-entries__item .c-entry-summary__figure::before {
  display: none;
}

.c-entries--text .c-entries__item .c-entry-summary__figure span {
  background-color: #fff;
  border-radius: 15px;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-2 {
  color: #333;
  border: 1px solid #333;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-4 {
  color: #cd162c;
  border: 1px solid #cd162c;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-3 {
  color: #104f96;
  border: 1px solid #104f96;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-7 {
  color: #e97501;
  border: 1px solid #e97501;
}

.c-entries--text .c-entries__item .c-entry-summary__term {
  position: relative;
  left: 0;
  white-space: nowrap;
}

.c-entries--text .c-entries__item .c-entry-summary__meta {
  margin-right: 10rem;
  /* カテゴリー名の長さにあわせて調整 */
}

.c-entries--text .c-entries__item:hover .c-entry-summary__title {
  color: #cd162c;
}

.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  overflow: hidden;
}

.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 9s ease;
  transition: -webkit-transform 9s ease;
  transition: transform 9s ease;
  transition: transform 9s ease, -webkit-transform 9s ease;
}

.swiper-slide-active .main-visual {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper-slide-active .hero__title {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.swiper-slide-active .hero__btn {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.hero {
  overflow: hidden;
}

.hero__title {
  position: absolute;
  top: 57%;
  left: 28%;
  color: #fff;
  text-align: center;
  width: 90vw;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  z-index: 1;
  opacity: 0;
}

.hero__title h2 {
  font-size: 30px;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.8);
  line-height: 2em;
}

.hero__title span {
  display: block;
}

.hero__btn {
  position: absolute;
  bottom: 48%;
  left: 28%;
  font-size: 16px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  opacity: 0;
  z-index: 1;
  font-size: 45px;
  line-height: 2em;
  font-weight: bold;
}

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

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

******************************************************************/
body {
  font-family: "meiryo", "dashicons", "Montserrat", sans-serif !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form p {
  display: block !important;
  text-align: center !important;
}

.wpcf7-form label {
  display: inline-block !important;
  text-align: start !important;
}

textarea {
  width: 700px !important;
}

.c-widget {
  height: 100%;
  background: #f7f7f7;
}

.smb-section__title:after {
  height: 3px !important;
}

header a {
  font-size: 1.3rem !important;
}

.p-drop-nav {
  display: none;
}

.c-entry__header {
  display: none;
}

.company_section table {
  height: 700px !important;
}

.company_section {
  padding-top: 200px !important;
}

.contact_section {
  text-align: center;
}

/* 経営支援改行 */
.br-sp {
  display: none;
}

/* 講師紹介テキスト幅 */
.teacher_text {
  padding: 0px 20px !important;
}

.smb-section__title {
  /* セクションタイトルサイズ変更 */
  font-size: 2.5em;
}

.smb-section__title::after {
  /* 標準であるセクションタイトルの下線除去 */
  display: none;
}

.c-navbar__submenu {
  background: white !important;
}

.c-navbar__submenu li a {
  color: #333333 !important;
}

.c-navbar__submenu li a:hover {
  color: #d32242 !important;
}

.text_space .smb-media-text__body {
  padding: 20px 0px !important;
}

/* ボタンホバー */
.news_section .smb-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news_section .smb-btn::before {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: -1 !important;
  content: "" !important;
  background: #d32242 !important;
  -webkit-transform-origin: right top !important;
          transform-origin: right top !important;
  -webkit-transform: scale(0, 1) !important;
          transform: scale(0, 1) !important;
  -webkit-transition: -webkit-transform 0.3s !important;
  transition: -webkit-transform 0.3s !important;
  transition: transform 0.3s !important;
  transition: transform 0.3s, -webkit-transform 0.3s !important;
  width: 101% !important;
}

.news_section .smb-btn:hover::before {
  -webkit-transform-origin: left top !important;
          transform-origin: left top !important;
  -webkit-transform: scale(1, 2) !important;
          transform: scale(1, 2) !important;
}

.smb-btn:hover {
  color: #f7f7f7 !important;
}

.service_section .smb-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service_section .smb-btn::before {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: -1 !important;
  content: "" !important;
  background: #d32242 !important;
  -webkit-transform-origin: right top !important;
          transform-origin: right top !important;
  -webkit-transform: scale(0, 1) !important;
          transform: scale(0, 1) !important;
  -webkit-transition: -webkit-transform 0.3s !important;
  transition: -webkit-transform 0.3s !important;
  transition: transform 0.3s !important;
  transition: transform 0.3s, -webkit-transform 0.3s !important;
  width: 101% !important;
}

.service_section .smb-btn:hover::before {
  -webkit-transform-origin: left top !important;
          transform-origin: left top !important;
  -webkit-transform: scale(1, 2) !important;
          transform: scale(1, 2) !important;
}

.c-page-top {
  background-color: #f5f5f5 !important;
}

.svg-inline--fa {
  color: red;
}

.p-global-nav span {
  font-weight: 400;
}

.top_section {
  padding-bottom: 0px !important;
}

/* TOPのパネル */
.top-panel {
  /* 位置調整 */
  position: relative;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  z-index: 1;
}

.top-panel .smb-panels__item {
  /* パネルの影 */
  -webkit-box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.1) !important;
  padding: 0px 80px;
}

.top-panel .smb-panels__item:hover {
  /* 標準であるホバーエフェクトの除去 */
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-panel .smb-panels__item__body {
  /* 標準のh2装飾の除去 */
  padding: 80px;
}

.top-panel .smb-panels__item__body h2 {
  background-color: transparent !important;
  border-left: none !important;
}

.wp-block-page-list .wp-block-pages-list__item__link {
  color: #333333 !important;
}

.footer_center {
  display: block;
  text-align: center;
}

.footer_center_bottom {
  display: inline-block;
  text-align: start;
  padding: 0px;
}

.footer_center .wp-block-page-list li {
  list-style: none !important;
}

.footer_end {
  text-align: center;
}

.l-footer .c-copyright {
  background-color: #333333;
  text-align: center;
  color: #f7f7f7;
}

.service_section {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  padding-top: 100px !important;
}

.greeting_section {
  padding-top: 100px !important;
}

.wp-block-pages-list__item__link {
  text-decoration: none;
}

.wp-block-pages-list__item__link:hover {
  color: #d32242 !important;
}

.l-footer-widget-area {
  padding: 0px !important;
  text-align: start;
}

.l-footer-widget-area__item {
  padding: 0px !important;
}

.l-footer-widget-area a {
  color: #333333;
}

.l-footer-widget-area a:hover {
  color: #d32242 !important;
  text-decoration: none !important;
}

.l-footer {
  margin-top: -1px;
}

.wp-block-page-list {
  list-style: none;
}

.l-footer-widget-area .wp-block-column {
  display: block;
  text-align: center;
}

.l-footer-widget-area .wp-block-page-list {
  display: inline-block;
  text-align: start;
}

.c-site-branding__title img {
  height: 75px !important;
  width: 210px !important;
}

.space_center {
  padding-left: 10% !important;
}

.top_page_section h2 {
  font-weight: 400 !important;
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* 左からフェードイン2番目 */
.slide-left2 {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* 左からフェードイン３番目 */
.slide-left3 {
  opacity: 0;
  -webkit-transform: translate(-70px, 0);
          transform: translate(-70px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* 右からフェードイン2番目 */
.slide-right2 {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.health_top_section .health_text:after {
  background-color: var(--accent-color, #cd162c);
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9rem;
  margin-top: calc(var(--_space, 1.8rem) * 0.5 * var(--_margin-scale, 1));
  width: 60px;
}

.health_top_section a {
  text-decoration: none;
  color: #333333;
}

.health_top_section a:hover {
  color: #d32242;
}

.partner1 a {
  text-decoration: none;
  color: #333333;
}

.partner1 a:hover {
  color: #d32242;
}

.wp-profile-box {
  display: none;
}

.c-entry__footer {
  display: none;
}

.health_top_section {
  padding: 0px !important;
}

.health_top_section .health_text:after {
  background-color: white !important;
}

.company_mission {
  padding-bottom: 0px !important;
}

.company_mission h2 {
  font-weight: 400 !important;
}

.greeting_section a {
  text-decoration: none;
  color: #333333;
}

.c-drawer {
  background-color: white !important;
  color: #d32242 !important;
}

.c-drawer__toggle span::before {
  border-color: #d32242 !important;
}

.cokia_pro_sections {
  padding-top: 15px !important;
}

.intro_section {
  padding-top: 15px !important;
}

.cokia_prp_section {
  padding-bottom: 43px !important;
}

.reco_section h2 {
  font-weight: normal !important;
}

.paetner_section_text .smb-panels__item__content {
  text-align: start !important;
}

.reco_section .smb-panels__item__body {
  padding: 15px !important;
}

.reco_section {
  padding-top: 15px !important;
}

.health_section {
  padding-top: 40px !important;
}

.program_section {
  padding-top: 40px !important;
}

.wpcf7-checkbox {
  display: -ms-inline-grid;
  display: inline-grid;
  text-align: start;
}

@media (max-width: 1023px) {
  /******************************************************************

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

******************************************************************/
  /* タブレット以下でパネルの画像の重なりをなくす */
  .top-panel {
    margin-top: 30px;
    -webkit-transform: none;
            transform: none;
    /* パネルの影を調節 */
  }
  .top-panel .smb-panels__item {
    -webkit-box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
  }
  .top-panel .smb-panels__item__body {
    padding: 30px;
  }
  .top_section {
    height: 435px !important;
  }
  .service_section {
    padding-top: 100px !important;
  }
  .text_space {
    padding: 0px 30px !important;
  }
  .wp-block-column.is-vertically-aligned-center {
    -ms-flex-item-align: start !important;
        -ms-grid-row-align: start !important;
        align-self: start !important;
  }
  /* お知らせ欄 */
  .c-entry-summary__title {
    font-size: 15px !important;
  }
  /* ウィジェット */
  .c-fluid-container {
    padding: 0px !important;
  }
  .l-footer-widget-area__item {
    margin: 0px !important;
  }
  /* トップ画像 */
  .main-visual {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    height: 700px !important;
  }
  /* ヒーロースライダー */
  .hero {
    overflow: hidden;
  }
  .hero__title {
    position: absolute;
    top: 40%;
    left: 28%;
    color: #fff;
    text-align: center;
    width: 90vw;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
    -webkit-transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
    transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
    transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s;
    transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
    z-index: 1;
    opacity: 0;
  }
  .hero__title h2 {
    font-size: 22px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
    line-height: 2em;
  }
  .hero__title span {
    display: block;
  }
  .hero__btn {
    position: absolute;
    bottom: 20%;
    left: 28%;
    font-size: 16px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
    color: #fff;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
    -webkit-transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
    transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
    transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s;
    transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
    opacity: 0;
    z-index: 1;
    font-size: 22px;
    line-height: 2em;
    font-weight: bold;
  }
  .c-copyright {
    padding: 41px 0px !important;
  }
  footer {
    height: 1060px !important;
  }
}

@media (max-width: 639px) {
  /******************************************************************

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

******************************************************************/
  /* ヒーロースライダー */
  .hero__title {
    top: 15%;
  }
  .hero__title h2 {
    font-size: 24px;
  }
  .hero__btn {
    bottom: 20%;
  }
  .hero__btn a {
    /* ボタンのサイズを小さく */
    width: 180px;
    height: 45px;
  }
  .health_section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .teacher_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .teacher_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  /* 経営支援改行 */
  .br-sp {
    display: block;
  }
  /* 経営支援講師スペース */
  .point_space {
    height: 60px !important;
  }
  /* お問い合わせ */
  label {
    width: 75% !important;
  }
  .smb-panels__item {
    padding: 0px !important;
  }
  footer {
    height: 905px !important;
  }
  .space-sp {
    display: none;
  }
  .space_center {
    padding-left: 0px !important;
  }
  .wpcf7-list-item-label {
    display: contents;
  }
  .wpcf7-checkbox span label {
    display: contents !important;
  }
  .wpcf7-checkbox span {
    display: -webkit-box !important;
  }
  /* トップスライダー */
  .hero {
    display: none !important;
  }
  textarea {
    width: 300px !important;
  }
  .wpcf7-list-item-label {
    display: block;
  }
  .company_mission .mission_res_text span {
    font-size: 0.9rem;
  }
  .c-drawer__inner li {
    border-bottom: solid 1px #e9e5e5;
  }
  .c-drawer__inner .c-drawer__toggle {
    border: solid 1px;
    height: 25px;
    width: 26px !important;
  }
  .health_top_section .wp-block-column {
    height: 20px !important;
  }
  .health_section .wp-block-spacer {
    height: 25px !important;
  }
  .health_section .c-container {
    padding: 0px !important;
  }
  .health_section .text_space {
    padding: 0px !important;
  }
  .program_section .text_space {
    padding: 0px !important;
  }
  .intro_section .teacher_text {
    padding: 0px !important;
  }
  .teacher_text {
    padding: 0px !important;
  }
}
/*# sourceMappingURL=style.css.map */