@charset "UTF-8";

/*--------------------------------------------------------
ページスタイル
--------------------------------------------------------*/




/* =======================================
　P00.トップページ
======================================= */
/*----- リードエリア -----*/
/* セクション */
.wp-block-snow-monkey-blocks-section.smb-section.lead-area-section {
  margin-top: -6vw;
}

/* デコレーション */
.wp-block-possweb-decoration.lead-content-deco {
  border-left: 5px solid var(--color-bk);
}


@media (max-width: 639px) {
  p.weight600.top-lead-catch {
    font-size: 8.5vw !important;
  }
}


/*----- サービスエリア -----*/
/* 英語アクセント */
p.en.weight900.accent-typo.service {
  font-size: 20vw !important;
  line-height: .75;
}


/*----- 特徴 -----*/
/* 特徴セクション */
.wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit.feature-section {
  padding-bottom: 10vw;
}

.wp-block-snow-monkey-blocks-section.smb-section.feature-section .smb-section__background {
  background: url(../../images/p00-toppage/feature-section-msk.png) no-repeat center top,
    url(../../images/common/msk-bottom.png) no-repeat center bottom, var(--color-accent03);
  background-size: contain;
}

/* フラッグアイコン */
figure.wp-block-image.size-full.is-resized.flag-tag {
  position: absolute;
  z-index: 1;

  margin-top: -24px;
  margin-left: -4px;
}


/*----- お客様の声 -----*/
/* 英語アクセント */
p.en.weight900.accent-typo.impressions {
  font-size: 12vw !important;
  line-height: .75;
}


/*----- 新着情報 -----*/
.wp-block-group.post-inner {
  padding: 16px 12px;
}

.wp-block-group.post-inner h3 a,
.wp-block-group.post-inner div a {
  text-decoration: none;
  color: var(--color-bk);
}

.wp-block-group.post-inner .taxonomy-category a {
  background: var(--color-gray00);
  border-radius: 4px;
  line-height: 1;
  padding: 2px 8px;
}



/*----- 書籍出版＆メディア掲載 -----*/
/* タイトル部 */
p.en.weight900.accent-typo.media {
  font-size: 11vw !important;
  line-height: .75;
}


/* カスタム投稿タイプ（メディア掲載セクション） */
.wp-block-snow-monkey-blocks-section.smb-section.media-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.media-post-day time {
  padding: 8px;
}

.media-post-description p {
  font-size: 14px;
  color: var(--color-gray04);
}

a.media-more-link.wp-block-read-more {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 24px;
  color: var(--color-primary);
}

a.media-more-link.wp-block-read-more::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/common/arrow-btn-mini-default.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}


/*----- お役立ち情報 -----*/

.sns-section {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.sns-section .smb-section-with-bgimage__bgimage img {
  object-fit: contain !important;
}



/* =======================================
　お問い合わせページ
======================================= */

/*----- メインビジュアル -----*/
.page-company #main-visual img {
  object-position: 0 50%;
}

/*----- フォーム -----*/

/* Contact Form 7 スタイル */
.wpcf7-form {
  margin: 0 auto;
}

.wpcf7-form p {
  margin-bottom: 24px;
}

.wpcf7-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-bk);
}

.wpcf7-form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #E5E5E5;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.wpcf7-form-control:focus {
  outline: none;
  border-color: var(--color-primary);
}

/* テキスト入力 */
.wpcf7-text,
.wpcf7-email,
.wpcf7-tel {
  background: #ffffff;
}

/* ラジオボタン */
.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}

.wpcf7-list-item input[type="radio"] {
  width: auto;
  margin-right: 8px;
  margin-bottom: 0;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

/* テキストエリア */
.wpcf7-textarea {
  min-height: 120px;
  resize: vertical;
  background: #ffffff;
}

/* 送信ボタン */
.wpcf7-submit {
  background: var(--color-primary);
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.wpcf7-submit:hover {
  background: var(--color-accent02);
}

.wpcf7-submit:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 4px;
}

.wpcf7-validation-errors {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.wpcf7-mail-sent-ok {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 24px;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .wpcf7-form {
    padding: 0 16px;
  }

  .wpcf7-form-control {
    font-size: 16px;
    /* iOS ズーム防止 */
  }
}