@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #000000;
  --color-font: #fff;
  --color-primary: #8D8A8A;
  --color-primary-shade: #141414;
  --color-primary-tint: ;
  --color-secondary: ;
  --color-secondary-tint: ;
  --color-table-border: #fff;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #141414;
  --header-color-font: #fff;
  --header-color-primary: ;
  --header-secondary: ;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #141414;
  --footer-color-font: #fff;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Cinzel", serif;
  --font-family03: "Noto Serif JP", serif;
  --font-family04: ;
}

/* ==========================================================================
   Component Styles reset
   Scope: .post .package_parts
   ========================================================================== */

/* ボックスモデルの統一 */
.post .package_parts,
.post .package_parts * {
  box-sizing: border-box;
}

/* --- 見出し(h1-h6)のリセット --- */

.post .package_parts h1,
.post .package_parts h2,
.post .package_parts h3,
.post .package_parts h4,
.post .package_parts h5,
.post .package_parts h6 {
  margin: 0;
  padding: 0;
  border: none;
  /* 親テーマの線を消す */
  background: none;
  /* 親テーマの背景を消す */
  font-size: 100%;
  font-weight: normal;
  color: inherit;
  line-height: 1.5;
  box-shadow: none;
  text-shadow: none;
  width: auto;
  position: static;
}

/* 見出しの擬似要素(アイコン等)を消去 */
.post .package_parts h1::before,
.post .package_parts h1::after,
.post .package_parts h2::before,
.post .package_parts h2::after,
.post .package_parts h3::before,
.post .package_parts h3::after,
.post .package_parts h4::before,
.post .package_parts h4::after,
.post .package_parts h5::before,
.post .package_parts h5::after,
.post .package_parts h6::before,
.post .package_parts h6::after {
  content: none;
  display: none;
  background: transparent;
}

/* --- リスト(ul, ol, li)のリセット --- */
.post .package_parts ul,
.post .package_parts ol {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}

.post .package_parts li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  display: block;
  width: auto;
}

.post .package_parts li::before,
.post .package_parts li::after {
  content: none;
  display: none;
}

/* --- 定義リスト(dl, dt, dd)のリセット --- */
.post .package_parts dl,
.post .package_parts dt,
.post .package_parts dd {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: normal;
  line-height: 1.5;
}

/* --- その他タグのリセット --- */
.post .package_parts p,
.post .package_parts figure,
.post .package_parts blockquote,
.post .package_parts dl,
.post .package_parts dt,
.post .package_parts dd {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.post .package_parts table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  background: none;
}

.post .package_parts th,
.post .package_parts td {
  padding: 0;
  border: none;
  background: none;
  text-align: left;
}

/* --- 画像のリセット --- */
.post .package_parts img {
  padding: 0 !important;
  border: none !important;
  margin: 0;
  max-width: 100%;
  height: auto;
  box-shadow: none !important;
  vertical-align: bottom;
  float: none;
  background: none !important;
}

/* --- リンクのリセット --- */
.post .package_parts a {
  text-decoration: none;
  color: inherit;
  transition: none;
  border: none;
}

/* --- WordPress固有クラスの無効化 --- */
.post .package_parts .aligncenter,
.post .package_parts .alignleft,
.post .package_parts .alignright {
  float: none;
  margin: 0;
  display: inline;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

@media print,
screen and (max-width: 1023px) {}

@media print,
screen and (min-width: 769px) {}

@media print,
screen and (max-width: 768px) {}

/*--全体の設定--------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;

  .post p {
    line-height: 2;
  }

  a {
    color: var(--color-font);
  }
}

/*--表示の切り替え--------------------------------------------*/
body.page-contact .c_commoncta,
body.page-sitemap .c_commoncta,
body.page-privacy .c_commoncta {
  display: none;
}

.page_contents_inner+.page_contents_inner {
  margin-top: var(--px100);
}

#content,
body:not(.home) #content.wide {
  padding: var(--px100w) 0 var(--px120);
  margin: 0 auto;
}

.fw_contents {
  margin-top: 0;
  margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
  padding: 0;
}

.fw_contents .page_contents_inner:nth-child(even) {
  background: var(--color-background);
}

/*--お知らせ　下線--------------------------------------------*/
.postlist li {
  border-top: 1px solid #ddd;
}

.postlist li:last-child {
  border-bottom: 1px solid #ddd;
}

/*--fvの比率調整--------------------------------------------*/
#mainImg img {
  width: 100% !important;
  height: auto;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: var(--color-primary-shade);
}

@media print,
screen and (max-width: 768px) {

  .widecolor {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 5% min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 5%;
    /* 120-80px (1920-375) */
  }
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
}

@media print,
screen and (max-width: 768px) {

  #content,
  #content.wide {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }
}

/*----------------------------------------------
  utility
----------------------------------------------*/
/* コンテンツ幅 */
.max_w640 {
  max-width: 640px;
}

.max_w780 {
  max-width: 780px;
}

.max_w1050 {
  max-width: 1050px;
}

/* フォントファミリー */
.u-ff--en {
  font-family: var(--font-family02);
}

.u-ff--03 {
  font-family: var(--font-family03);
}


/* 文字色 */
.u-fc--primary {
  color: var(--color-primary);
}

.u-fc--white {
  color: var(--color-font);
}

/* 文字サイズ */
.u-fz18 {
  font-size: var(--rem18);
}

.u-fz20 {
  font-size: var(--rem20w);
}

.u-fz24 {
  font-size: var(--rem24) !important;
}

.u-fz28 {
  font-size: var(--rem28);
}

.u-fz36 {
  font-size: var(--rem36);
}

/* 行間 */
.u-lh140 {
  line-height: 1.4 !important;
}

@media(max-width: 768px) {
  .u-sp--l {
    text-align: left !important;
  }

  /* サイズ調整 */
  .u-sp-w50 {
    width: 50%;
  }
}

/*----------------------------------------------
  header
----------------------------------------------*/
#header-layout {
  padding: var(--rem16);
}

#header {
  .logo {
    padding: 0;
  }

  a.head_btn.tel_btn {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    background: none;
    color: var(--header-color-font);
    background-color: var(--header-background);
    position: relative;

    &::before {
      content: "";
      display: block;
      background: var(--color-font);
      width: 1px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }

    &:hover {
      color: var(--color-primary);
      opacity: 0.8;
    }
  }

  a.head_btn .header_tel {
    font-family: var(--font-family01);
    font-weight: 400;

    &:before {
      content: '\f095';
      display: inline-block;
      font-family: 'FontAwesome';
      color: var(--color-primary);
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: .1em;
      margin-right: 5px;
    }
  }

  a.head_btn .header_time {
    font-family: var(--font-family01);

    &::before {
      content: none;
    }
  }

  a.head_btn.mail_btn {
    font-weight: 500;

    &::before {
      content: none;
    }

    >span {
      &:before {
        content: '\f0e0';
        color: var(--color-font);
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
      }
    }
  }

  nav#mainNav ul li a:active span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li.current-menu-parent a span {
    color: var(--header-color-font);
  }
}

.spmenu #menu p {
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
}

@media print,
screen and (min-width: 1024px) {
  #header {
    height: 100px;
  }

  nav#mainNav ul li a {
    padding: var(--px20) var(--px12);

    &:hover {
      opacity: 0.6;
    }
  }

  #header a.head_btn.mail_btn {
    background: var(--header-background);
    color: var(--header-color-font);
    position: relative;
    border: 1px solid var(--header-color-font);

    &:hover {
      color: var(--header-color-font);
      opacity: 0.8;
    }
  }

  nav#mainNav ul li li {
    background: var(--color-background);
  }

  nav#mainNav ul,
  #header .header__nav-contact {
    font-family: var(--font-family01);
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a {
    background: none;
  }

  nav#mainNav ul li a b,
  nav#mainNav ul li a span {
    margin-top: 0;
    font-weight: 500;
  }

  .sticky-header #header-layout {
    background: var(--header-background);
    color: var(--header-color-font);
  }
}

.spmenu #menu span,
.spmenu #menu span:before,
.spmenu #menu span:after {
  width: 38px;
  background: var(--header-color-font);
}

.spmenu #menu p {
  color: var(--color-font);
}

@media only screen and (max-width: 1023px) {

  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a {
    background: var(--color-background);
  }
}

/*-----------------------------
list
------------------------------*/
.c-list {
  display: grid;
  gap: var(--rem40);

  &.c-list--col2 {
    grid-template-columns: repeat(2, 1fr);
  }

  &.c-list--col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  &.c-list--col4 {
    grid-template-columns: repeat(4, 1fr);
  }

  &.c-list--col5 {
    grid-template-columns: repeat(5, 1fr);
    gap: var(--rem20);
  }
}

.c-flex {
  display: flex;
  gap: var(--rem40);

  &.c-flex--col3 {
    flex-wrap: wrap;
    justify-content: center;

    .c-flex__item {
      width: calc((100% / 3) - var(--rem40));
      border: 1px solid #CCCCCC;
    }
  }
}

@media(max-width: 780px) {
  .c-list {
    display: grid;
    gap: var(--rem20);

    &.c-list--col2,
    &.c-list--col3,
    &.c-list--col3.c-list--sp-col2,
    &.c-list--col4,
    &.c-list--col5,
    &.c-list--sp-col2 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

@media(max-width: 450px) {
  .c-list {
    display: grid;
    gap: var(--rem40);

    &.c-list--col2,
    &.c-list--col3 {
      grid-template-columns: 1fr;
    }
  }

  .c-flex {
    &.c-flex--col3 {
      .c-flex__item {
        width: calc((100% / 2) - var(--rem40));
      }
    }
  }
}

/*-----------------------------
リスト
------------------------------*/

/*-----------------------------
card
------------------------------*/
.cardstyle01 {
  color: var(--color-font);

  .imgarea {
    margin-bottom: var(--rem20);
  }

  .cardstyle01__title {
    font-family: var(--font-family03);
    font-weight: 600;
    font-size: var(--rem24);
    margin-bottom: var(--rem20);
    line-height: 1.4;
    text-align: center;
  }
}

/*-----------------------------
btn
------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: var(--rem16);
  color: var(--color-font);
  line-height: 1.8;
  text-align: left;
  background: transparent;
  font-weight: 600;
  padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) 0;
  margin: 0 auto 0;
  border: none;
  border-radius: 0;
  transition: all .3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  content: none;
}

.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
  color: var(--color-font);
  background: transparent;
  opacity: 0.8;
}

.linkBtn .arw,
.post .linkBtn .arw,
a.linkBtn .arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: var(--px50);
  height: var(--px50);
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s;
  background: transparent;
  border: 2px solid var(--color-font);
}

.linkBtn .arw::after,
.post .linkBtn .arw::after,
a.linkBtn .arw::after {
  content: '';
  position: absolute;
  width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
  height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
  border-style: solid;
  border-width: 2px 2px 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
  border-color: var(--color-font);
}

.linkBtn:hover .arw,
.post .linkBtn:hover .arw,
a.linkBtn:hover .arw {
  background: var(--color-font);
}

.linkBtn:hover .arw::after,
.post .linkBtn:hover .arw::after,
a.linkBtn:hover .arw::after {
  border-color: var(--color-background);
}

.subimitarea>.linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  color: var(--color-font);

  .arw {
    z-index: -1;
  }
}

.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
  color: var(--color-font);
}

/* btn02 */

.linkBtn02,
.post .linkBtn02,
a.linkBtn02,
.post .subimitarea .linkBtn02 input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 300px;
  font-size: var(--rem16);
  color: var(--color-background);
  line-height: 1.8;
  text-align: center;
  background: var(--color-font);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: none;
  border-radius: 50vh;
  transition: all .3s;
}

.post .linkBtn02::after,
.linkBtn02::after,
a.linkBtn02::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--color-background);
  border-bottom: 1px solid var(--color-background);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
  transition: all .3s;
}

.post .linkBtn02:hover,
.linkBtn02:hover,
a.linkBtn02:hover,
.post .subimitarea .linkBtn02 input[type="submit"]:hover {
  color: var(--color-background);
  background: var(--color-font);
  opacity: 0.8;
}

.post .linkBtn02:hover::after,
.linkBtn02:hover::after,
a.linkBtn02:hover::after {
  border-color: var(--color-background);
}

.subimitarea>.linkBtn02 {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.post .subimitarea .linkBtn02 input[type="submit"] {
  margin-top: 0;
}

/*-----------------------------
table
------------------------------*/
.post table th {
  background: var(--color-primary);
  color: var(--color-background);
}

.post table td {
  background: #fff;
  color: var(--color-background);
}

.post table th,
.post table td {
  padding: var(--rem20) var(--rem16);
}

/*-----------------------------
お問い合わせ
------------------------------*/

.wpcf7-form .must {
  background: var(--color-background);
  color: #fff;
}

.wpcf7-form .must.must_fn {
  background: var(--color-font);
  color: var(--color-background);
}

.subimitarea {
  .linkBtn {
    padding: 0;
  }
}

.page-thanks {
  h1.title.first {
    color: var(--color-font);
  }
}

/*-----------------------------
title
------------------------------*/
.post h1,
.post h2,
.post h3,
.post h4 {
  color: var(--color-font);
}

/*-----------------------------
TOP
------------------------------*/
/* title */
.post .main-title,
.main-title {
  padding: 0;
  margin: 0 0 var(--rem40);
  border: none;
  background: transparent;
  position: relative;
  text-align: left;


  &::before,
  &::after {
    content: none;
  }

  .main-title__en {
    display: block;
    font-size: var(--rem72);
    font-family: var(--font-family02);
    font-weight: 500;
    color: var(--color-primary);
    line-height: 1.2;
  }

  .main-title__ja {
    display: block;
    font-family: var(--font-family03);
    font-size: var(--rem24);
    color: var(--color-font);
    font-weight: normal;
  }

  &.main-title--center {
    text-align: center;
  }
}

.post .secondary-title,
.secondary-title {
  padding: 0;
  margin: 0 0 var(--rem40);
  border: none;
  background: transparent;
  position: relative;
  text-align: left;
  color: var(--color-font);
  border-bottom: none;
  border-left: 4px solid var(--color-primary);
  padding-bottom: 0;
  padding-left: 1.8em;


  &::before,
  &::after {
    content: none;
  }

  .secondary-title__en {
    display: block;
    font-size: var(--rem48);
    font-family: var(--font-family02);
    font-weight: 500;
    line-height: 1.2;
  }

  .secondary-title__ja {
    display: block;
    font-family: var(--font-family03);
    font-size: var(--rem24);
    font-weight: normal;
  }

  &.secondary-title--center {
    text-align: center;
  }
}

/* contents */
.column06 {
  position: relative;
}

.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}

.column06 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 50%;
}

.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column06 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0 auto;
  z-index: 10;
}

.column06 .txtarea .txtinner {
  max-width: 570px;
}

.column06_wrap+.column06_wrap {
  margin-top: var(--px80);
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }

  .column06 .imgarea,
  .column06 .txtarea {
    width: 90%;
  }

  .column06 .txtarea {
    margin: 0 auto;
    padding: var(--px80) 0;
  }
}

/* l-strengths */
.l-strengths {
  background: url(/wp-content/uploads/top-strengths-bg.jpg) no-repeat bottom left / cover;
}

/* l-area */
.post .l-area {
  background: var(--color-primary-shade);

  & .package_parts {
    .c-common-title {
      color: var(--color-font);
      margin-bottom: var(--rem20);

      .c-common-title__main {
        display: block;
        font-family: var(--font-family03);
        font-size: var(--rem48);
        text-align: left;
        letter-spacing: 0.1em;
        font-weight: bold;
        color: var(--color-font);
      }

      .c-common-title__sub {
        display: block;
        font-family: var(--font-family01);
        font-size: var(--rem24);
      }
    }

    .c-service-banner-card {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .c-service-banner-card__figure {
      width: 100%;
      aspect-ratio: 960 / 641;
      overflow: hidden;
    }

    .c-service-banner-card__figure img {
      width: 100%;
      height: 100%;
      max-width: none;
      max-height: none;
      object-fit: cover;
    }

    .c-service-banner-card__content {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: var(--px40);
    }
  }
}

@media print,
screen and (max-width: 768px) {

  .l-strengths,
  .l-area,
  .l-news {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*-----------------------------
下層
------------------------------*/
/* kv */

#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

header#h1Header h1.title {
  color: var(--color-font);
  font-weight: bold;
}

/* title */
.post .page-title,
.page-title {
  padding: 0;
  margin: 0 0 var(--rem40);
  border: none;
  background: transparent;
  position: relative;
  text-align: center;


  &::before,
  &::after {
    content: none;
  }

  .page-title__en {
    display: block;
    font-size: var(--rem72);
    font-family: var(--font-family02);
    font-weight: 500;
    color: var(--color-primary);
    line-height: 1.2;
  }

  .page-title__ja {
    display: block;
    font-family: var(--font-family03);
    font-size: var(--rem24);
    color: var(--color-font);
    font-weight: normal;
  }
}



.profile-list {
  display: flex;
  flex-wrap: wrap;
}

.profile-list dt {
  width: 140px;
  font-weight: bold;
}

.profile-list dd {
  width: calc(100% - 140px);
}

@media screen and (max-width:1024px){

  .profile-list dt,
  .profile-list dd{
    width:100%;
  }

}

.post .contact_area {
  padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);
  /*80px-40px (1920-375)x*/
  background: var(--color-table-border);
  color: var(--color-background);
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);

  h2,
  h3 {
    color: var(--color-background);
  }

  h3 {
    padding-left: 0;
  }
}


/*-----------------------------
Googleマップ
------------------------------*/
.googlemap {
  margin: 0 auto;
}

/*-----------------------------
サイトマップ
------------------------------*/
#sitemap_list {
  a {
    color: var(--color-font);
  }
}

/*-----------------------------
プライバシー・ポリシー
------------------------------*/

.page-privacy {
  h3 {
    margin-top: var(--rem40) !important;
    color: var(--color-font) !important;
    background: none !important;
    padding: 0 !important;
  }
}

/*-----------------------------
CTA
------------------------------*/
.cta01 {
  background: url(/wp-content/uploads/cta-bg.jpg) no-repeat center center / cover;
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid var(--color-primary);
  padding: var(--px80);
}

.cta01 .ctabtnlist {
  justify-content: center;
  max-width: 760px;
  margin: var(--px50) auto 0 auto;
}

.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  border-radius: 0;
  transition: all ease .15s;
}

.cta01 a.item:hover {
  opacity: 0.8;
}

@media print,
screen and (max-width: 768px) {

  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }

  .cta01 .ctabtnlist li+li {
    margin-top: 1rem;
  }
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

.cta01 a.telbtn {
  border: 1px solid #fff;
  color: #fff;

  &:hover {
    background: #fff;
    color: var(--color-font);
  }
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}

.cta01 a.mailbtn {
  background: #C7C7C7;
  color: var(--color-background);

  &:hover {
    opacity: 0.8;
  }
}

/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before {
  content: '\f0e0';
}

.cta01 .telnum::before {
  content: '\f3cd';
}


/*-----------------------------
footer
------------------------------*/
.socialicon {
  display: flex;
  justify-content: center;
}

#footer ul {
  margin: initial;
}

.icon-note {
  width: 50px;

  img {
    width: 100%;
  }
}



.member-box{
  display:flex;
  gap:40px;
  margin-bottom:80px;
  align-items:flex-start;
}

.member-photo{
  width:240px;
  flex-shrink:0;
}

.member-photo img{
  width:100%;
  display:block;
}

.member-info{
  flex:1;
}

.member-info h3{
  margin-top:0;
}


@media screen and (max-width:768px){

  .member-box{
    flex-direction:column;
    gap:20px;
  }

  .member-photo{
    width:100%;
    max-width:320px;
  }

}



/* ==========================================================================
   志導塾（SHIDOJUKU）追加CSS
   ========================================================================== */

.p-shidojuku .txt_c {
  text-align: center;
}

/* 共通パーツ：強調赤 */
.p-shidojuku .highlight-red {
  color: #e60012 !important;
  font-weight: bold;
}

/* --- 1. ABOUT セクション --- */
.p-shidojuku .shido-about-content {
  padding: 0 15px;
  margin-top: 50px;
}

.p-shidojuku .shido-about-lead {
  font-family: var(--font-family03); 
  font-size: min(calc(2.4rem + (1vw - 1.92rem) * 0.15), 2.4rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
/* サブコピー */
.p-shidojuku .shido-about-sub {
  font-size: 1.4rem;
  line-height: 2.2;
  color: #ffffff;
  font-weight: 500;
}

/* --- 2. CONCEPT & TARGET セクション --- */
.p-shidojuku .concept-intro {
  margin-top: 50px;
  padding: 0 15px;
}
/* コンセプトキャッチ */
.p-shidojuku .concept-lead {
  font-family: var(--font-family01);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
}
/* 中央の細いホワイト線 */
.p-shidojuku .concept-divider-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 25px 0;
}
/* コンセプト本文 */
.p-shidojuku .concept-text {
  line-height: 2.2;
  color: #ffffff;
  text-align: justify;
  text-justify: inter-character;
}

/* --- TARGET カード（白背景・角丸・影付き） --- */
.p-shidojuku .target-card {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-radius: 6px;
  max-width: 900px;
  margin: 60px auto 0;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}
/* カードタイトル */
.p-shidojuku .target-card__title {
  margin: 0 0 15px !important;
  letter-spacing: 0.05em;
	text-align:center;
	color:var(--color-background);
}

/* 対象記述 */
.p-shidojuku .target-card__lead {
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}
/* チェックリスト */
.p-shidojuku .target-card__list {
  display: inline-block;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-shidojuku .target-card__list li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
}
.p-shidojuku .target-card__list li:last-child {
  margin-bottom: 0;
}
/* ブラウン/ゴールド風の丸型チェックアイコン（画像通り） */
.p-shidojuku .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #8c6a46; /* 画像の円形背景色 */
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
.p-shidojuku .list-text {
  line-height: 1.4;
}

.p-shidojuku .core-tech-image-wrap img {
  max-width: 960px;
  width: 100%;
}
.p-shidojuku .learn-main-image-wrap img {
  max-width: 820px;
  width: 100%;
}

.p-shidojuku .cycle-container__title,
.p-shidojuku .post-graduation-box__title {
  border-left: 4px solid #d49a3b;
  padding-left: 15px;
  margin: 40px 0 20px 0 !important;
}

.p-shidojuku .cycle-card {
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 20px 15px;
  height: 100%;
  border-radius: 2px;
}
.p-shidojuku .cycle-card__header {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.p-shidojuku .cycle-card__num {
  font-size: 1.8rem;
  font-weight: 800;
  color: #b7282e; 
  margin-right: 10px;
}
.p-shidojuku .cycle-card__title {
  color: #000000 !important;
  font-weight: 800;
  margin: 0 !important;
}
.p-shidojuku .cycle-card__desc {
  color: #333333;
  margin: 0;
}
.cycle-container h3, 
.post-graduation-box h3{
	border-bottom: none;
}

.p-shidojuku .post-graduation-box__desc {
  padding-left: 19px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-shidojuku .cycle-container,
  .p-shidojuku .post-graduation-box {
    padding: 0 10px;
  }
  .p-shidojuku .post-graduation-box__desc {
    padding-left: 15px;
  }
}

/* --- 5. INSTRUCTOR（講師紹介カード） --- */
.p-shidojuku .shido-instructor-card {
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 40px;
  margin-bottom: 30px;
}
.p-shidojuku .shido-instructor-header {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}
h3.shido-instructor-name{
	color: #000000;
}

.p-shidojuku .shido-instructor-photo {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.p-shidojuku .shido-instructor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; 
}
.p-shidojuku .shido-instructor-profile {
  flex: 1;
}
.p-shidojuku .shido-instructor-message {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}


.p-shidojuku .shido-gallery-list {
  gap: 15px !important;
  margin-top: 40px;
}

.p-shidojuku .shido-cta-btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.p-shidojuku .shido-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc !important;
  color: #000000 !important;
  padding: 15px 40px;
  width: 100%;
  max-width: 380px;
  border-radius: 4px;
}
.p-shidojuku .shido-cta-button__inner {
  display: flex;
  flex-direction: column;
}
.p-shidojuku .shido-cta-button::before {
  content: "\f0e0";
  font-family: 'FontAwesome';
  margin-right: 12px;
}

/* ==========================================================================
   スマホ用調整 (768px以下)
   ========================================================================== */
@media screen and (max-width: 768px) {
  .p-shidojuku .shido-about-lead {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-shidojuku .concept-lead {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-shidojuku .target-card {
    padding: 30px 15px;
    margin: 40px 10px 0;
  }
  .p-shidojuku .target-card__title {
    font-size: 1.6rem;
  }
  .p-shidojuku .target-card__list li {
    font-size: 1.25rem;
    margin-bottom: 14px;
  }
  .p-shidojuku .check-icon {
    width: 18px;
    height: 18px;
    font-size: 1rem;
    margin-right: 10px;
  }
	
@media screen and (max-width: 768px) {
  .p-shidojuku .cycle-grid {
    gap: 15px;
  }

  .p-shidojuku .cycle-card {
    padding: 15px;
  }

  .p-shidojuku .cycle-card__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .p-shidojuku .cycle-card__num {
    margin: 0;
  }

  .p-shidojuku .cycle-card__header::after {
    display: none;
  }

  .p-shidojuku .cycle-card__title {
    text-align: center;
  }
}

	@media screen and (max-width: 768px) {
  .p-shidojuku .shido-instructor-card {
    padding: 20px 15px;
  }

  .p-shidojuku .shido-instructor-header {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .p-shidojuku .shido-instructor-photo {
    width: 100px;
    height: 100px;
  }
  .p-shidojuku .shido-gallery-list {
    gap: 10px !important;
  }
}