@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* 留学経験者BtoBページ専用 */
.page-id-884 {
  background: #f7f9fc;
}

.page-id-884 #header-container,
.page-id-884 .header-container,
.page-id-884 #header {
  display: none !important;
}

.page-id-884 #container,
.page-id-884 .container,
.page-id-884 #content,
.page-id-884 .content {
  background: #f7f9fc !important;
  background-image: none !important;
}

.page-id-884 #main,
.page-id-884 main.main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.page-id-884 .entry-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px 88px;
}

.page-id-884 .entry-title,
.page-id-884 .date-tags,
.page-id-884 .post-date,
.page-id-884 .post-update,
.page-id-884 .author-info,
.page-id-884 .sns-share,
.page-id-884 .sns-follow,
.page-id-884 .toc,
.page-id-884 .read-time,
.page-id-884 .breadcrumb,
.page-id-884 .article-footer,
.page-id-884 .footer-meta {
  display: none !important;
}

.page-id-884 .study-expert-directory-header h2,
.page-id-884 .study-expert-card h3 {
  border: 0 !important;
  background: none !important;
}

.page-id-884 .study-expert-directory-header h2 {
  color: #15243b;
  font-size: 46px;
  line-height: 1.25;
}

.page-id-884 .study-expert-card {
  border: 1px solid #e3e8ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 43, 77, 0.08);
}

@media screen and (max-width: 767px) {
  .page-id-884 .entry-content {
    padding: 40px 20px 64px;
  }

  .page-id-884 .study-expert-directory-header h2 {
    font-size: 34px;
  }
}
/* ========================================
   BtoBページ専用ヘッダー・ヒーロー
======================================== */

.page-id-884 .business-site-header {
  margin: -64px calc(50% - 50vw) 0;
  padding: 0 32px;
  background: #ffffff;
  border-bottom: 1px solid #e4e9f0;
}

.page-id-884 .business-site-header-inner {
  display: flex;
  max-width: 1200px;
  min-height: 76px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.page-id-884 .business-site-logo {
  color: #172943;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.page-id-884 .business-site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.page-id-884 .business-site-nav a {
  color: #3d4959;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.page-id-884 .business-site-nav a:last-child {
  padding: 10px 18px;
  border-radius: 7px;
  background: #1769aa;
  color: #ffffff;
}

.page-id-884 .business-hero {
  margin: 0 calc(50% - 50vw) 80px;
  padding: 96px 32px;
  background: linear-gradient(
    135deg,
    #eef5fc 0%,
    #f7faff 100%
  );
  text-align: center;
}

.page-id-884 .business-hero-label {
  margin: 0 0 20px;
  color: #2473bd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.page-id-884 .business-hero h1 {
  max-width: 780px;
  margin: 0 auto 28px;
  padding: 0;
  border: 0;
  background: none;
  color: #14263f;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.35;
}

.page-id-884 .business-hero-description {
  max-width: 680px;
  margin: 0 auto 34px;
  color: #536175;
  font-size: 17px;
  line-height: 1.9;
}

.page-id-884 .business-hero-button {
  display: inline-block;
  padding: 15px 29px;
  border-radius: 8px;
  background: #1769aa;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(23, 105, 170, 0.2);
}

.page-id-884 .business-hero-button:hover {
  background: #11578f;
  color: #ffffff;
}

/* Cocoonの読了時間を、このページだけ削除 */
.page-id-884 .read-time,
.page-id-884 .estimated-reading-time,
.page-id-884 .article-read-time,
.page-id-884 .entry-content > .toc-widget-box:first-child {
  display: none !important;
}

/* ヒーロー内の自動リンク装飾を抑える */
.page-id-884 .business-hero a:not(.business-hero-button) {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .page-id-884 .business-site-header {
    margin-top: -40px;
    padding: 0 20px;
  }

  .page-id-884 .business-site-header-inner {
    min-height: 66px;
  }

  .page-id-884 .business-site-logo {
    font-size: 17px;
  }

  .page-id-884 .business-site-nav {
    display: none;
  }

  .page-id-884 .business-hero {
    margin-bottom: 55px;
    padding: 68px 22px;
  }

  .page-id-884 .business-hero h1 {
    font-size: 37px;
  }

  .page-id-884 .business-hero-description {
    font-size: 15px;
  }
}
/* BtoBページでは読了時間を完全に非表示 */
.page-id-884 .read-time,
.page-id-884 .post-read-time,
.page-id-884 .estimated-reading-time,
.page-id-884 .article-read-time,
.page-id-884 .reading-time,
.page-id-884 [class*="read-time"],
.page-id-884 [class*="reading-time"] {
  display: none !important;
}
/* 固定ページID 884だけ広告を非表示 */
.page-id-884 .ad-area,
.page-id-884 .ad-label,
.page-id-884 .ad-responsive,
.page-id-884 .ad-single-rectangle,
.page-id-884 .ad-content-top,
.page-id-884 .ad-content-middle,
.page-id-884 .ad-content-bottom,
.page-id-884 .widget-ad,
.page-id-884 ins.adsbygoogle,
.page-id-884 [class*="ad-"],
.page-id-884 [id*="google_ads"] {
  display: none !important;
}