@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=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap" rel="stylesheet');
:root {
  --color-font: #333;
  --header-color-primary: #B79D63;
  --color-background: #F2F0ED;
  --footer-background: #B79D63;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Zen Maru Gothic", serif;
  --ff03: "Poppins", sans-serif;
  --footer-color-primary: #FFFFFF;
  --footer-color-font: #FFFFFF;
}

/* 書き変え系 */
.pseudo-relative,
.post .pseudo-relative {
  position: relative;
  z-index: 0;
}
.column02 {
  width: 48%;
}
.jc_flex-end {
  justify-content: flex-end;
}
.flex-end {
  align-items: flex-end;
}
.flex-start {
  align-items: flex-start;
}
@media print, screen and (max-width: 959px) {
  #footer {
    text-align: left;
  }
}
/* お問い合わせページだけフッターがないときにナビゲーションエリアにpadding-topを設けたい */
.page-id-21 footer#footer {
  padding-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .page-id-21 footer#footer {
    padding-top: 1rem;
  }
}

/* SP用フッター */
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail a {
  background: #3F332D;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.icon {
  color: #fff;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.menu_name {
  color: #fff;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.icon {
  color: #6896d9;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.menu_name {
  color: #6896d9;
}
/* FOOTER */
footer#footer {
  padding-top: 0;
}
/* コピーライト */
#copyright {
  margin: var(--px12) auto 0;
}
/* 投稿 リスト */
.postlist li:first-child {
  border-top: none;
  border-top: 1px solid #CCCCCC;
}
.postlist li {
  border-bottom: 1px solid #CCCCCC;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
/* .post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  color: unset;
} */
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: #B79D63;
  display: block;
  /* border-radius: 5px; */
}
.post_link,
.post2b_link,
.post4b_link {
  color: #969696;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #969696;
}
/* それ以外 */
@media print, screen and (max-width: 768px) {
  a.column02 {
    width: 48%;
    display: block;
  }
  .column02 {
    width: 48%;
  }
}
@media print, screen and (max-width: 768px) {
  .column02 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02:last-child {
    margin-bottom: 0;
  }
}
.column02-w50 {
  width: 50%;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .column02-w50 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02-w50:last-child {
    margin-bottom: 0;
  }
}
.column03 {
  width: 32%;
}

a.column03 {
  width: 32%;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .column03 {
    width: 48%;
    margin-bottom: 2vw;
  }
  a.column03 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .column03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column03:last-child {
    margin-bottom: 0;
  }
}
.column03-full {
  width: calc(100% / 3);
}
@media print, screen and (max-width: 1024px) {
  .column03-full {
    width: 50%;
  }
}
@media print, screen and (max-width: 768px) {
  .column03-full {
    width: 100%;
  }
}
.column03-flex1 {
  flex: 1;
}

@media print, screen and (max-width: 768px) {
  .column03-flex1 {
    width: 100%;
  }
}
.column04 {
  width: 23.6%;
}
@media print, screen and (max-width: 1024px) {
  .column04 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .column04 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column04:last-child {
    margin-bottom: 0;
  }
}

.relative {
  position: relative;
  z-index: 0;
}
.mx-auto {
  margin: 0 auto;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.margin0 {
  margin: 0;
}
.absolute-area-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.absolute-area-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.absolute-area-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.max_contents {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.bg-img {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.jc_around {
  justify-content: space-around;
}
span.privacy {
  color: #0d56ab;
}
.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* height: 150px; */
}
.flexbox {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.w100 {
  width: 100%;
}
.top-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.lower-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_w1100 {
  width: 90%;
}
.max_w1200 {
  max-width: 1200px;
  width: 90%;
}
.max_w1280 {
  max-width: 1280px;
  width: 90%;
}
/* 書き変え・お助け系 */
/* 親テーマ .news pのborder-bottomを打ち消す*/

p.time.cat-news.first {
  border-bottom: none;
}
/* 親テーマ .news pのborder-bottomを打ち消す*/
p.date {
  border-bottom: none;
}
a#scrollUp {
  background: #3F332D;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #3F332D;
  padding: 0vw 2vw;
  border-radius: 10px;
  /* height: 60px; */
  margin-right: 2vw;
  margin-left: 1vw;
  font-size: 18px;
  font-size: clamp(14px, 1vw, 18px);
}
#header a.head_btn.mail_btn:hover {
  background: #3F332D;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #B79D63;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #B79D63;
  opacity: 0.7;
}
/* 代替案 検討中 */
body:not(.home) #content.wide {
  padding: 3% 0 8% 0;
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn,
.post .linkBtn {
  padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 0;
}
/* --- */
/* h2の下線を消す */
.post h2::after {
  display: none;
}
/* プラポリのためにmarginは消さない */
.post h4 {
  padding: 0;
}
/* お問い合わせページ差し替え*/
.wpcf7-form .must {
  background: #f73737;
}
table.responsive th {
  background: transparent;
}
.post table.responsive,
.post table.responsive th,
.post table.responsive td {
  border-width: 0px;
}
table.responsive th {
  border-bottom: 1px solid #dcdddd !important;
}
table.responsive td {
  border-bottom: 1px solid #dcdddd !important;
}
.post h4::before {
  display: none;
}
/* SPユーティリティ */
@media print, screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
  a.column03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .sp_block {
    display: block;
  }
  /* 最新	 */
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    margin-bottom: 0;
  }
  .sp_flex,
  .post .sp_flex {
    display: flex;
  }

  .sp_w90,
  .post .sp_w90 {
    width: 90%;
    margin: 0 auto;
  }
  .sp_mx-auto,
  .post .sp_mx-auto {
    margin: 0 auto;
  }
  .sp_txt_l,
  .post .sp_txt_l {
    text-align: left;
  }
  .sp_txt_c,
  .post .sp_txt_c {
    text-align: center;
  }

  .sp_txt_r,
  .post .sp_txt_r {
    text-align: right;
  }

  /* ヘッダー */
  .mobile #header {
    background: #fff;
  }
  .spmenu #menu p {
    color: #3F332D;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #3F332D;
  }
  div#wpadminbar {
    display: none;
  }
}

.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1rem !important;
}
.mr2 {
  margin-right: 2rem !important;
}
.mr3 {
  margin-right: 3rem !important;
}
.mr4 {
  margin-right: 4rem !important;
}
.mr5 {
  margin-right: 5rem !important;
}
.mr6 {
  margin-right: 6rem !important;
}
.mr7 {
  margin-right: 7rem !important;
}
.mr8 {
  margin-right: 8rem !important;
}
.mr9 {
  margin-right: 9rem !important;
}
.mr10 {
  margin-right: 10rem !important;
}
.mr15 {
  margin-right: 15rem !important;
}
.mr16 {
  margin-right: 16rem !important;
}
@media screen and (max-width: 768px) {
  .mr1 {
    margin-right: 0.5rem !important;
  }
  .mr2 {
    margin-right: 1rem !important;
  }
  .mr3 {
    margin-right: 1.5rem !important;
  }
  .mr4 {
    margin-right: 2rem !important;
  }
  .mr5 {
    margin-right: 2.5rem !important;
  }
  .mr6 {
    margin-right: 3rem !important;
  }
  .mr7 {
    margin-right: 3.5rem !important;
  }
  .mr8 {
    margin-right: 4rem !important;
  }
  .mr9 {
    margin-right: 4.5rem !important;
  }
  .mr10 {
    margin-right: 5rem !important;
  }
  .mr15 {
    margin-right: 7.5rem !important;
  }
  .mr16 {
    margin-right: 8rem !important;
  }
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1rem !important;
}
.ml2 {
  margin-left: 2rem !important;
}
.ml3 {
  margin-left: 3rem !important;
}
.ml4 {
  margin-left: 4rem !important;
}
.ml5 {
  margin-left: 5rem !important;
}
.ml6 {
  margin-left: 6rem !important;
}
.ml7 {
  margin-left: 7rem !important;
}
.ml8 {
  margin-left: 8rem !important;
}
.ml9 {
  margin-left: 9rem !important;
}
.ml10 {
  margin-left: 10rem !important;
}
.ml15 {
  margin-left: 15rem !important;
}
.ml16 {
  margin-left: 16rem !important;
}
@media screen and (max-width: 768px) {
  .ml1 {
    margin-left: 0.5rem !important;
  }
  .ml2 {
    margin-left: 1rem !important;
  }
  .ml3 {
    margin-left: 1.5rem !important;
  }
  .ml4 {
    margin-left: 2rem !important;
  }
  .ml5 {
    margin-left: 2.5rem !important;
  }
  .ml6 {
    margin-left: 3rem !important;
  }
  .ml7 {
    margin-left: 3.5rem !important;
  }
  .ml8 {
    margin-left: 4rem !important;
  }
  .ml9 {
    margin-left: 4.5rem !important;
  }
  .ml10 {
    margin-left: 5rem !important;
  }
  .ml15 {
    margin-left: 7.5rem !important;
  }
  .ml16 {
    margin-left: 8rem !important;
  }
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1rem !important;
}
.pr2 {
  padding-right: 2rem !important;
}
.pr3 {
  padding-right: 3rem !important;
}
.pr4 {
  padding-right: 4rem !important;
}
.pr5 {
  padding-right: 5rem !important;
}
.pr6 {
  padding-right: 6rem !important;
}
.pr7 {
  padding-right: 7rem !important;
}
.pr8 {
  padding-right: 8rem !important;
}
.pr9 {
  padding-right: 9rem !important;
}
.pr10 {
  padding-right: 10rem !important;
}
.pr15 {
  padding-right: 15rem !important;
}
.pr16 {
  padding-right: 16rem !important;
}
@media screen and (max-width: 768px) {
  .pr1 {
    padding-right: 0.5rem !important;
  }
  .pr2 {
    padding-right: 1rem !important;
  }
  .pr3 {
    padding-right: 1.5rem !important;
  }
  .pr4 {
    padding-right: 2rem !important;
  }
  .pr5 {
    padding-right: 2.5rem !important;
  }
  .pr6 {
    padding-right: 3rem !important;
  }
  .pr7 {
    padding-right: 3.5rem !important;
  }
  .pr8 {
    padding-right: 4rem !important;
  }
  .pr9 {
    padding-right: 4.5rem !important;
  }
  .pr10 {
    padding-right: 5rem !important;
  }
  .pr15 {
    padding-right: 7.5rem !important;
  }
  .pr16 {
    padding-right: 8rem !important;
  }
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1rem !important;
}
.pl2 {
  padding-left: 2rem !important;
}
.pl3 {
  padding-left: 3rem !important;
}
.pl4 {
  padding-left: 4rem !important;
}
.pl5 {
  padding-left: 5rem !important;
}
.pl6 {
  padding-left: 6rem !important;
}
.pl7 {
  padding-left: 7rem !important;
}
.pl8 {
  padding-left: 8rem !important;
}
.pl9 {
  padding-left: 9rem !important;
}
.pl10 {
  padding-left: 10rem !important;
}
.pl15 {
  padding-left: 15rem !important;
}
.pl16 {
  padding-left: 16rem !important;
}
@media screen and (max-width: 768px) {
  .pl1 {
    padding-left: 0.5rem !important;
  }
  .pl2 {
    padding-left: 1rem !important;
  }
  .pl3 {
    padding-left: 1.5rem !important;
  }
  .pl4 {
    padding-left: 2rem !important;
  }
  .pl5 {
    padding-left: 2.5rem !important;
  }
  .pl6 {
    padding-left: 3rem !important;
  }
  .pl7 {
    padding-left: 3.5rem !important;
  }
  .pl8 {
    padding-left: 4rem !important;
  }
  .pl9 {
    padding-left: 4.5rem !important;
  }
  .pl10 {
    padding-left: 5rem !important;
  }
  .pl15 {
    padding-left: 7.5rem !important;
  }
  .pl16 {
    padding-left: 8rem !important;
  }
}
.block,
.post .block {
  display: block;
}
.inline,
.post .inline {
  display: inline;
}
.inline-block,
.post .inline-block {
  display: inline-block;
}
/* 投稿のショートコードのタイトルのh2が.post h2に負けないようにする */
h2.cat-loop {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 500;
  font-family: var(--ff01);
  color: #333333;
  line-height: unset;
  letter-spacing: 0;
}

/* h1～h3 */
.post h1 {
  font-size: clamp(20px, 1.8vw, 34px);
  line-height: 1.68;
  letter-spacing: 0.03em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #3f332d;
}
.post h2 {
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.46;
  letter-spacing: 0.03em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #3f332d;
  padding: 0;
  margin: 0;
}
.post h3 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #3f332d;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

/* フォントサイズ・行間 */
.font22-line-height33,
.post .font22-line-height33 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.5;
}

.font34-line-height57,
.post .font34-line-height57 {
  font-size: clamp(20px, 1.8vw, 34px);
  line-height: 1.68;
}

.font16-line-height30,
.post .font16-line-height30 {
  font-size: clamp(15px, 0.9vw, 16px);
  line-height: 1.88;
}

.font22-line-height32,
.post .font22-line-height32 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.45;
}

.font24-line-height35,
.post .font24-line-height35 {
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.46;
}

.font18-line-height30,
.post .font18-line-height30 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.67;
}

.font16-line-height24,
.post .font16-line-height24 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 1.5;
}

.font14-line-height30,
.post .font14-line-height30 {
  font-size: clamp(14px, 0.8vw, 14px);
  line-height: 2.14;
}

.font99-line-height149,
.post .font99-line-height149 {
  font-size: clamp(48px, 5vw, 99px);
  line-height: 1;
}

.font24-line-height24,
.post .font24-line-height24 {
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1;
}

.font22-line-height40,
.post .font22-line-height40 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.82;
}

.font18-line-height27,
.post .font18-line-height27 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.5;
}

.font14-line-height24,
.post .font14-line-height24 {
  font-size: clamp(14px, 0.8vw, 14px);
  line-height: 1.71;
}

/* letter-spacing */
.letters30,
.post .letters30 {
  letter-spacing: 0.03em;
}

.letters39,
.post .letters39 {
  letter-spacing: 0.039em;
}

.letters46,
.post .letters46 {
  letter-spacing: 0.046em;
}

/* font-family */
.poppins,
.post .poppins {
  font-family: "Poppins", sans-serif;
}

.zen-maru,
.post .zen-maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.noto-sans-jp,
.post .noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

/* font-weight */
.fw400,
.post .fw400 {
  font-weight: 400;
}

.fw500,
.post .fw500 {
  font-weight: 500;
}

.fw700,
.post .fw700 {
  font-weight: 700;
}

/* color */
.gold,
.post .gold {
  color: #b79d63;
}

.brown,
.post .brown {
  color: #3f332d;
}

.black,
.post .black {
  color: #333333;
}

.white,
.post .white {
  color: #ffffff;
}

/* イレギュラー */
.frame,
.post .frame {background: #B79D63;max-width: 90px;display: flex;align-items: center;justify-content: center;border-radius: 3px;padding: 0.5% 0;width: 90px;}

/* TOP */
.btn-item a {
    position: relative;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    margin: 0 auto;
    border: 1px solid #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
    background: #fff;
}

.btn-item a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #333333;
    transition: .3s;
}
.btn-item a:hover span {
    right: 5px;
}
.absolute-img01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23%;
}

.absolute-img02 {
    position: absolute;
    right: 0;
    top: 0;
    width: 23%;
}

.max_w1460 {
    max-width: 1460px;
    width: 90%;
}
.btn-item {
    max-width: 300px;
}
.br10px img {
    border-radius: 10px;
}

.bg-img.bg-top-approach {
    background-image: url(https://high-soil.com/wp-content/uploads/bg-top-approach.png);
}

.bg-img.bg-top-approach::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F2F0ED;
    opacity: 0.82;
}

.filter::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B79D63;
    opacity: 0.87;
    border-radius: 10px;
    z-index: 10;
}

.bg-white {
    background: #fff;
}

.approach-item01 {
    width: 35%;
}

.approach-item02 {
    width: 65%;
    padding-left: 10%;
}
.absolute-area-center::after {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    /* top: 0px; */
    bottom: 30px;
    margin: auto;
    left: 50%;
    /* transform: translateX(-50%); */
    transition: .3s;
    z-index: 1000;
}

a.column03:hover .absolute-area-center::after {
    bottom: 15px;
}
.bg-brown {
    background: #B79D63;
}

.br20px {
    border-radius: 20px;
}
.btn-item02 {
    max-width: 580px;
    width: 100%;
}
.btn-item02 a {
	    position: relative;
	    display: block;
	    background: #fff;
	    color: #333333;
	    font-size: 16px;
	    font-weight: bold;
	    padding: 22px 0;
	    margin: 0 auto;
	    text-decoration: none;
	    transition: 0.3s;
	    font-family: var(--ff01);
	    text-align: center;
	    border-radius: 10px;
}
.btn-item02 a:hover {
 	background: #fff;/*背景の色*/
 	color: #B79D63;/*文字と枠の色*/
 	/* outline: 1px solid; */
}
/* フッター */
.btn-item.ex a {
    background: #B79D63;
    color: #fff;
}
a.footer-link img {
    width: 13.2% !important;
    min-width: 150px;
}

.btn-item.ex a span {
    color: #fff;
}

.comon_footer {
    background: #fff;
}
.mb20 {
    margin-bottom: 20rem !important;
}
.border-brown {
    border: 1px solid #B79D63;
}
.photo-garelly::before {
    position: absolute;
    content: "";
    bottom: -30px;
    bottom: -8%;
    right: 0;
    width: 52%;
    max-width: 572px;
    height: 100%;
    max-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 9999;
    background-image: url(https://high-soil.com/wp-content/uploads/slideshow-icon.png);
}
.bg-beige {
    background: #FAF9F5;
}

.border-bottom-beige {
    border-bottom: 1px dotted #B79D63;
}
body.page-id-187 #content.wide {
    padding-bottom: 0;
}
.gap20px {
    gap: 20px;
}
@import url("https://design-code.holo-server.com/wp-content/themes/mrp04/style.css");
@import url("https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css");
@import url("https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css");
/*--FAQ-------------------------------------------*/
.qa_list .qa_list_inner .q_desc {
  /* padding-left: 0em !important; */
}
.qa_list {
  cursor: pointer;
}
.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: 1rem 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: #B79D63;
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
  color: #ffffff;
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  max-width: 90px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
  display: none;
}
.qa_list .qa_list_inner .q_ico {
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
  color: #fff;
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  line-height: 2;
  color: #fff;
  font-weight: 500;
  /* padding-left: 0; */
  /* padding-left: 1.5em; */
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.qa_list .qa_list_inner dt:after {
  content: "＋";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  color: #fff;
}
.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border-top: 0;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 959px) {
  .qa_list .qa_list_inner {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }
  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 0.3rem;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }
  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}
.qa_list .qa_list_inner .q_ico {
    display: none;
}

.circle::before, .post .circle::before {
    width: 18px;
    height: 18px;
    background: #B79D63;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
}

.circle {
    position: relative;
    padding-left: 30px;
}
#thumbImg::before, header#h1Header::before {
    background: #134A29;
    opacity: .25;
}
.gap10px {
    gap: 10px;
}
div#mainImg {
    display: none;
}
header#header {
    background: #F2F0ED;
}
/* その他 */
a.column03:hover img {
    opacity: 0;
}
.contact-form .font22-line-height32, .post .contact-form .font22-line-height32 {
    line-height: 2;
}
div#sec01 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
div#sec02 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
div#sec03 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
}
@media print, screen and (min-width: 1024px) {
	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: transparent;
}
	.sticky-header #header-layout {
    height: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
}
	#header a.head_btn.mail_btn::before {
    content: '\f073';
}
	nav#mainNav ul li a b {
    color: #3F332D;
    font-weight: 700;
    font-family: var(--ff02);
    font-size: clamp(14px, 1vw, 18px);
}

	#header .logo img {
    max-width: 274px;
    width: 100%;
    max-height: 100px;
}
	nav#mainNav ul, #header .header__nav-contact {
    height: 60px;
}
	header#header {
    height: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
}
	#header a.head_btn {
    flex-direction: row;
}

#header a.head_btn.mail_btn::before {
    margin-bottom: 0;
    margin-right: 10px;
}
	
	
}
@media print, screen and (max-width: 1420px) {
	.absolute-img01 {
    width: 18%;
}

.absolute-img02 {
    width: 18%;
}
}
@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
	.approach-item01 {
    width: 60%;
    margin: 0 auto;
}

.approach-item02 {
    width: 100%;
    padding-left: unset;
}

.bg-white.flexbox.ai_center.pd2 {
    padding: 5% !important;
}

a.column03 img {
    height: 150px;
}

.absolute-img02 {
    position: unset;
    width: 80%;
    height: 150px;
    margin: 0 auto;
}

.absolute-img01 {
    width: 80%;
    position: unset;
    margin: 0 auto;
    /* height: 150px; */
    margin-bottom: 15px;
}

.absolute-img01 img {
    height: 150px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 150px;
}

.absolute-img02 img {
    height: 150px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 150px;
}
	.mb20 {
    margin-bottom: 3rem !important;
}
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
  /* 	 */
	.font16-line-height30.ex, .post .font16-line-height30.ex {
    font-size: clamp(15px, 0.9vw, 16px);
}

.photo-garelly::before {
    max-width: 252px;
    max-height: 87px;
    width: 47%;
    bottom: -10%;
    max-height: 50px;
    background-size: contain;
}
	.commitment .flexbox {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}

.font24-line-height24, .post .font24-line-height24 {
    line-height: 1.5;
}

.img-area img {
    height: 150px;
}
	header#h1Header {
    height: 150px;
}
	.font22-line-height32.ex, .post .font22-line-height32.ex {
    font-size: clamp(14px, 1.2vw, 22px);
}
	  .mobile #header {
    background: #f2f0ed;
    box-shadow: unset;
  }
}


@media (min-width: 810px) and (max-width: 1024px) {
  /* iPad横だけを狙い撃ち */
	.sticky-header #header > .inner{
		background: #f2f0ed;
	}
	#header-layout {
    display: block;
}

nav#mainNav {
    background: #f2f0ed;
}
	.sticky-header nav#mainNav{
		background: #f2f0ed;
	}

nav#mainNav ul, #header .header__nav-contact {
    justify-content: center;
}
	.spmenu {
    display: none;
}
}