@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap');


:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #161616;
  --color-primary: #A61C1F;
  --color-primary-shade: ;
  --color-primary-tint: #FAF9F5;
  --color-secondary: #BF9C62;
  --color-secondary-tint: ;
  --color-table-border: #CCC;
  --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: #fff;
  --header-color-font: #161616;
  --header-color-primary: #A61C1F;
  --header-secondary: #BC9B65;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #fff;
  --footer-color-font: #161616;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Shippori Mincho", serif;
  --font-family02: "Shippori Mincho", serif;
  --font-family03: "Montserrat", sans-serif;
  --font-family04: "Shippori Mincho", serif;
  --font-family05: "Noto Serif JP", serif;
}

/*--メディアクエリ--------------------------------------------*/
@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) {}

/* ==========================================================================
   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;
}

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

  .post p {
    line-height: 2;
  }
}

/*--表示の切り替え--------------------------------------------*/

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;
}

body.page-service #content.wide {
  padding: var(--px100w) 0 0;
  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-tint);
}

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

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

  .page-service {
    .widecolor {
      padding-left: 5%;
      padding-right: 5%;
    }
  }
}

.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-lh310 {
  line-height: 3.1 !important;
}


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

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

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

.u-ff02 {
  font-family: var(--font-family02);
}

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

.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-fz30 {
  font-size: var(--rem30);
}

/* 行間 */
.u-lh200 {
  line-height: 2;
}

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

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

/*----------------------------------------------
  header
----------------------------------------------*/
#header-layout {
  padding: 10px;
}

#header a.head_btn.tel_btn {
  margin-right: 10px;
  color: var(--header-color-font);
  font-family: var(--font-family02);

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

  &:hover {
    opacity: 0.6;
  }

  .note b {
    font-weight: 500;
  }
}

a.head_btn.tel_btn,
#header a.head_btn {
  border-radius: 0;
}

span.header_tel {
  display: flex;
  align-items: center;
  font-size: var(--rem24);
  color: var(--color-font);

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

#header a.head_btn.mail_btn {

  &::before {
    content: none;
  }

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

  .header_mail {
    display: flex;
    align-items: baseline;
    font-size: var(--rem14);

    &:before {
      content: '\f0e0';
      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.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b {
  color: var(--header-color-primary);
}

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

#sp-header .mark img {
  width: auto;
  height: 100%;
  max-width: 180px;
  max-height: 50px;
  object-fit: contain;
}

nav#mainNav ul {
  font-family: var(--font-family05);

  li {
    b {
      font-weight: bold !important;
    }
  }
}

/*-----------------------------
パンくず
------------------------------*/
.breadcrumb-item {
  .page-title {

    .page-title__en {
      display: none !important;
    }

    .page-title__ja {
      font-size: 11px !important;
      font-family: "Noto Sans JP", sans-serif !important;
      margin-bottom: 0 !important;
      letter-spacing: initial !important;
      font-weight: 500 !important;
    }
  }
}

/*-----------------------------
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(--rem20);

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

    .c-flex__item {
      width: calc((100% / 2) - var(--rem20));
    }
  }
}

@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));
      }
    }
  }
}

/*-----------------------------
リスト
------------------------------*/
.post ul.list_checkbox>li:before,
.post ul li.list_checkbox:before {
  content: '\f058';
  color: var(--color-primary);
  font-weight: 400;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 7 Free", "FontAwesome";
}

/*-----------------------------
card
------------------------------*/

.cardstyle01 {

  .imgarea {
    width: 150px;
    height: 170px;
    margin: 0 auto var(--rem20);

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
    }
  }

  .cardstyle01__number {
    font-size: var(--rem36);
    font-family: var(--font-family03);
    font-weight: 500;
    text-align: center;
    margin-bottom: var(--rem12);
    line-height: 1;
  }

  .cardstyle01__title {
    font-size: var(--rem24w);
    font-family: var(--font-family04);
    text-align: center;
    line-height: 1.5;
    margin-bottom: var(--rem20);
    font-weight: bold;
  }
}

.card01_list.cardstyle02 {

  >li {
    background: #fff;
  }

  .txtarea {
    padding: 16px;
  }

  .cardstyle02__title {
    font-weight: bold;
    font-size: var(--rem24);
    text-align: center;
  }
}

.card01_list.cardstyle03>li {
  padding: var(--rem20);
  background: #fff;
  border: 1px solid var(--color-table-border);
  border-radius: 5px;
}


/*-----------------------------
btn
------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 380px;
  font-size: var(--rem16);
  color: var(--color-font);
  line-height: 1.8;
  text-align: center;
  background: var(--color-background);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: 0 auto 0;
  border: solid 2px var(--color-secondary);
  border-radius: 0;
  transition: all .3s;

  &::after {
    border-color: var(--color-font);
  }

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

    &::after {
      border-color: #fff;
    }
  }

  /*------- secondary --------*/
  &.linkBtn--secondary {
    background: var(--color-secondary);
    color: var(--color-background);

    &::after {
      border-color: var(--color-background);
    }


    &:hover {
      background: var(--color-secondary);
      color: var(--color-background);
      opacity: 0.8;

      &::after {
        border-color: var(--color-background);
      }
    }
  }
}

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

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

.post table td {
  background: #fff;
}

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

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

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

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

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

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

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


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

  .main-title__ja {
    display: inline-block;
    font-family: var(--font-family02);
    font-size: var(--rem48);
    color: var(--color-font);
    font-weight: bold;
    letter-spacing: 1.4rem;
  }

  .main-title__en {
    display: block;
    font-size: var(--rem24);
    font-family: var(--font-family03);
    font-weight: 500;
    color: var(--color-secondary);
    line-height: 1.2;
    margin-bottom: var(--rem14);

    &::after {
      content: '';
      position: relative;
      visibility: visible;
      display: block;
      width: var(--px50);
      height: 2px;
      margin: var(--rem14) auto 0;
      background: var(--color-primary);
    }
  }

  &.main-title--left {
    text-align: left;

    .main-title__en {
      &::after {
        margin: var(--rem14) auto 0 0;
      }
    }
  }
}

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

  .post .main-title,
  .main-title {
    .main-title__ja {
      letter-spacing: 1rem;
    }
  }
}

.leadtxt {
  font-size: var(--rem30);
  text-align: center;
  font-family: var(--font-family01);
  color: var(--color-secondary);
  font-weight: 600;
}


/* l-about */
.column06 {
  position: relative;
  margin: 0;
}

.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: 1035 / 594;
  overflow: hidden;
  width: 60%;
}

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

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

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

.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;
  }
}

.l-recruit {
  .column06 .imgarea {
    aspect-ratio: 1080 / 673;
  }
}

/* l-flow */
/* PC用 */
.post {
  .step-flow {
    margin-bottom: var(--px80);

    .step-list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
      counter-reset: step-counter;

      .step-item {
        position: relative;
        flex: 1;
        padding: 0 12px !important;
        counter-increment: step-counter;
        margin: 0 !important;
        border: none !important;
        background: none !important;

        &::marker {
          content: none;
        }

        &::before {
          content: none !important;
        }

        &:not(:last-child)::after {
          content: "";
          position: absolute;
          top: 40px;
          left: 50%;
          width: 100%;
          height: 1px;
          background-color: var(--color-font);
          z-index: 1;
        }

        &:not(:last-child) {
          .step-head::after {
            content: "";
            position: absolute;
            top: 34px;
            right: -18px;
            width: 12px;
            height: 12px;
            background: #000;
            border-radius: 50%;
            z-index: 3;
          }
        }


        .step-head {
          text-align: center;
          margin-bottom: 12px;
          position: relative;

          .step-icon {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: var(--px80);
            height: var(--px80);
            background-color: var(--color-primary);
            color: #fff;
            border-radius: 50%;
            font-size: var(--rem28);
            font-family: var(--font-family03);
            position: relative;
            z-index: 2;

            &::before {
              content: counter(step-counter, decimal-leading-zero);
            }
          }
        }

        .step-body {
          text-align: center;

          .step-num {
            font-family: var(--font-family03);
            font-size: 12px;
            color: var(--color-font);
            margin-bottom: 8px;
            letter-spacing: 0.05em;

            span::before {
              content: counter(step-counter, decimal-leading-zero);
            }
          }

          .step-title {
            font-size: 20px;
            font-weight: bold;
            color: var(--color-font);
            margin: 0 0 16px 0 !important;
            line-height: 1.4;
            text-align: center;
            padding: 0 !important;
            border: none !important;
            background: none !important;

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

          .step-text {
            font-size: 14px;
            color: var(--color-font);
            line-height: 1.6;
            text-align: left;
            margin: 0 !important;
            padding: 0 !important;
            border: none !important;
            background: none !important;
          }
        }
      }
    }
  }
}

/* SP用 */
@media screen and (max-width: 768px) {
  .post {
    .step-flow {
      .step-list {
        flex-direction: column;

        .step-item {
          display: flex;
          align-items: flex-start;
          padding: 0 0 var(--px60) !important;

          &:not(:last-child)::after {
            width: 1px;
            height: 100%;
            top: 40px;
            left: var(--px40);
            /* アイコン幅(80px)の半分を指定し、中央を貫通させる */
          }

          &:not(:last-child) {
            .step-head::after {
              content: "";
              position: absolute;
              left: var(--px40);
              top: calc(100% + 50px);
              width: 12px;
              height: 12px;
              background: #000;
              border-radius: 50%;
              transform: translateX(-50%);
              z-index: 3;
            }
          }

          .step-head {
            flex-shrink: 0;
            margin-right: 20px;
            margin-bottom: 0;
            position: relative;
          }

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

    .step-body {
      text-align: left;
      padding-top: 4px;
      /* アイコンとの垂直位置の微調整 */

      .step-num {
        margin-bottom: 4px;
      }

      .step-title {
        font-size: 18px;
        margin-bottom: 12px !important;
      }
    }
  }
}



/*  スマホ調整 */
@media print,
screen and (max-width: 1024px) {

  .l-flow,
  .l-strength,
  .l-news,
  .l-service,
  .l-works {
    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;
  text-align: center;
  position: relative;


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

  .page-title__ja {
    display: inline-block;
    font-family: var(--font-family02);
    font-size: var(--rem48);
    color: var(--color-font);
    font-weight: bold;
    letter-spacing: 1.4rem;
  }

  .page-title__en {
    display: block;
    font-size: var(--rem24);
    font-family: var(--font-family03);
    font-weight: 500;
    color: var(--color-secondary);
    line-height: 1.2;
    margin-bottom: var(--rem14);

    &::after {
      content: '';
      position: relative;
      visibility: visible;
      display: block;
      width: var(--px50);
      height: 2px;
      margin: var(--rem14) auto 0;
      background: var(--color-primary);
    }
  }
}

.post .page-title02,
.page-title02 {
  font-family: var(--font-family02);
  font-size: var(--rem24w);
  color: var(--color-font);
}

.page-lead {
  font-family: var(--font-family02);
  color: var(--color-secondary);
  font-size: var(--rem30w);
  font-weight: bold;
  text-align: center;
}

.post .service-point-title {
  border: none;
  text-align: left;
  padding: 0;
  margin: 0 0 var(--rem20);
  border: none;

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

  .service-point-title__number {
    display: block;
    font-family: var(--font-family03);
    font-size: var(--rem16);
    color: var(--color-primary);
    font-weight: 500;
  }

  .service-point-title__title {
    display: block;
    font-family: var(--font-family02);
    font-size: var(--rem36);
    color: var(--color-font);
    font-weight: bold;

  }
}

.post .check-point-title {
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: var(--rem18);
  padding-left: 0;
  padding-bottom: var(--rem12);
  border-left: none;
  border-bottom: 2px solid var(--color-font);
}

.post .check-point-title::before {
  background: none;
}

.check-point-box {
  padding: var(--rem40);
  background: var(--color-background);
  border: 1px solid var(--color-table-border);
  border-radius: 5px;
}

.license_info {
  padding: var(--rem20);
  background: #D5C8A5;
  border-radius: 5px;
}

.post .lead {
  font-size: var(--rem20w);
  /* 3.2-2.4rem (1920-375) */
  font-weight: bold;
  font-family: var(--font-family02);
}

.post .lead_en {
  font-family: var(--font-family03);
  font-size: var(--rem20);
  /* -- 1920 1.8rem 375 1.3rem -- */
  letter-spacing: 0.8rem;
}

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

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

  .page-title {
    text-align: left !important;
    margin-bottom: 0;

    .page-title__en {
      display: none;
    }

    .page-title__ja {
      font-size: 16px;
      letter-spacing: initial;
      font-weight: normal;
      font-family: "Noto Sans JP", sans-serif;
    }
  }
}

/*-----------------------------
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;
  padding: var(--px80);
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 940px;
  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(--px40) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  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 .cta01_wrap {
    padding: var(--px80) var(--px60);
  }
}

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

.cta01 .btnttl {
  display: block;
  font-weight: bold;
}

.cta01 .infotxt {
  font-family: var(--font-family01);
  font-size: var(--rem16);
  font-weight: 400;
  color: var(--color-font);
  line-height: 1.4;
}

/*電話ボタン*/

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

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

.cta01 a.telbtn {
  font-family: var(--font-family03);
  background: var(--color-background);
  color: var(--color-font);
  font-weight: bold;
  border: 2px solid var(--color-secondary);
}

/*メールボタン*/

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

.cta01 a.mailbtn {
  background: var(--color-secondary);
  color: var(--color-background);
}

/*ボタンアイコン*/

.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 {
  display: block;
  text-align: center;
  margin-right: 0;
  margin-bottom: .5em;
  font-size: var(--rem30);
  content: '\f0e0';
}

.cta01 .telnum::before {
  content: '\f3cd';
  color: var(--color-secondary);
}


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

#footer ul {
  margin: initial;
}

.icon-note {
  width: 50px;

  img {
    width: 100%;
  }
}

@media print,
screen and (max-width: 768px) {
  #footer .footer__logo img {
    max-width: 200px;
    max-height: initial;
  }
}

/* ----------------------------
TOPへボタン
----------------------------*/
@media print,
screen and (max-width: 768px) {

  a#scrollUp {
    bottom: 70px;
  }
}

/* ----------------------------
蛍光ライン
----------------------------*/
.marker.beige {
  background: linear-gradient(transparent 60%, #D5C8A5 60%);
}

/*--contact_area-------------------------------------*/

.contact_area {
  padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);
  /*80px-40px (1920-375)x*/
  text-align: center;
  background: #FAF9F5;
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}

.post .contact_ttl {
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem);
  /* 2.8-2.1rem (1920-375) */
  font-weight: 600;
  text-align: center;
  letter-spacing: .2rem;
  padding: 0;
  margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px);
  /* 120-65px auto 50-35px (1920-375) */
}

.post .contact_ttl::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

.post .contact_ttl::after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 2.2em;
  height: 3px;
  background: var(--color-primary);
  margin: 0.6em auto 0;
}

.contact_read {
  margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  /*30px-15px (1920-375)*/
  text-align: center;
}

.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button_wrap>*,
.post .button_wrap>* {
  margin: 10px !important;
}

.contact_area .linkBtn,
.contact_area .post .linkBtn {
  padding: 0;
}

.contact_area .linkBtn {
  border: none !important;
}

.contact_area .linkBtn a {
  background: var(--color-primary);
  color: #fff;
  padding: 0.8em 1.2em;
  display: block;
}

.contact_area .linkBtn:after {
  border-color: var(--color-background) !important;
}

.contact_area .linkBtn:hover {
  background: var(--color-primary) !important;
  color: #fff !important;
  opacity: 0.8;
}