@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
.cstm_cm_font_m3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}

.d_no,
.d_bl_pc,
.d_in_pc,
.d_bl_tb,
.d_in_tb,
.d_bl_sp,
.d_in_sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .d_no_pc {
    display: none;
  }
  .d_bl_pc {
    display: block;
  }
  .d_in_pc {
    display: inline;
  }
}
@media screen and (max-width: 1023px) {
  .d_no_tb {
    display: none;
  }
  .d_bl_tb {
    display: block;
  }
  .d_in_tb {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .d_no_sp {
    display: none;
  }
  .d_bl_sp {
    display: block;
  }
  .d_in_sp {
    display: inline;
  }
}
.gl_externalEmbedded {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gl_externalEmbedded {
    padding-bottom: 100%;
  }
}

.gl_externalEmbedded iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.stopScroll {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .gl_show_pc {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .gl_show_sp {
    display: none;
  }
}

.gl_tac {
  text-align: center;
}

.gl_img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gl_tx p + p {
  margin-top: 1em;
}

.gl_tx p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.gl_group01 + .gl_group01,
.gl_group02 + .gl_group01,
.gl_group03 + .gl_group01 {
  margin-top: 50px;
}

.gl_group01 + .gl_group02,
.gl_group02 + .gl_group02,
.gl_group03 + .gl_group02 {
  margin-top: 80px;
}

.gl_group01 + .gl_group03,
.gl_group02 + .gl_group03,
.gl_group03 + .gl_group03 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .gl_group01 + .gl_group03,
  .gl_group02 + .gl_group03,
  .gl_group03 + .gl_group03 {
    margin-top: 60px;
  }
}

ul.gl_ul {
  padding: 0;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  ul.gl_ul {
    padding-left: 7px;
  }
}
ul.gl_ul li {
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  ul.gl_ul li {
    font-size: 1.4rem;
  }
}
ul.gl_ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -15px;
  width: 0.3em;
  height: 0.3em;
  background-color: #aaa;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  ul.gl_ul li::after {
    left: -7px;
  }
}

.gl_externalEmbedded {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.gl_externalEmbedded iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
}

.gl_heightRatio {
  width: 177vh;
  height: 100vh;
  max-width: 100vw;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.home .p-mainVisual__slideTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 200;
  font-size: 1rem;
}
.home h2.is-style-section_ttl {
  font-weight: normal;
}
.home .cstm_home_kv01_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  pointer-events: none;
}

.wpcf7 {
  max-width: 680px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #444;
}

.wpcf7 input[type=submit] {
  background-color: #e88624;
  background-color: #c7b286;
  color: #fff;
  border: none;
  padding: 0.8em 2em;
  border-radius: 9999px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 40%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type=submit] {
    width: 60%;
  }
}

.wpcf7 input[type=submit]:hover {
  background-color: var(--color_main);
}

.single-post table thead th {
  background-color: #e9e9e9;
  color: #333;
}

.single-post table th,
.single-post table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}

@media screen and (max-width: 767px) {
  .cstm_home_copy_01 {
    margin-bottom: 20vw;
  }
}
.cstm_home_copy_01 img {
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .cstm_home_copy_01 img {
    max-width: 70px;
  }
}

.cstm_home_okaeri_01 img {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .cstm_home_okaeri_01 img {
    max-width: 50%;
  }
}

/* セクション全体 */
.parallax-hero {
  position: relative;
  min-height: 70vh;
  width: 100vw; /* ビューポート幅いっぱい */
  max-width: 100vw; /* 親の制約を上書き */
  margin-left: calc(50% - 50vw); /* 中央基準から左右にハミ出させて全幅化 */
  display: grid;
  place-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .parallax-hero {
    min-height: 60vh;
  }
}

/* 背景レイヤー */
.parallax-hero .parallax-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  will-change: transform;
  background-image: url("https://docco.co.jp/wp-content/uploads/2025/08/home_cont_01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* コンテンツ部分 */
.parallax-hero .parallax-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cstm_home_concept {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cstm_home_concept p {
    font-size: 1rem;
  }
}