/*
Theme Name: FAKE Child - Content5+6
Theme URI: https://tcd-theme.com/
Description: FAKE(tcd074) child theme. Adds Content 5 to the ABOUT page without modifying the parent theme.
Author: D-PROD. / OpenAI assisted customization
Template: fake_tcd074
Version: 1.0.0
Text Domain: fake-child-content5
*/

/*
 * FAKE parent header enqueues get_stylesheet_uri(), which points to this child stylesheet.
 * Import the parent stylesheet first so the original design remains intact.
 */
@import url("../fake_tcd074/style.css");

/* Content 5: fixed-header anchor offset */
.pc body.use_header_fix #design_content_id5 {
  padding-top: 100px;
  margin-top: -100px;
}

body.use_mobile_header_fix #design_content_id5 {
  padding-top: 70px;
  margin-top: -70px;
}

@media screen and (max-width: 650px) {
  body.use_mobile_header_fix #design_content_id5 {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* 右端固定 採用情報ボタン */
.side-recruit-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 72px;
  height: 180px;

  background: #d71920;
  color: #fff !important;

  display: flex;
  align-items: center;
  justify-content: center;

  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.08em;

  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;

  z-index: 99999;

  transition: 0.25s;
}

.side-recruit-btn:hover {
  background: #b51218;
}