@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=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
:root {
  --color-font: #333333;
  --header-color-primary: #bfb28f;
  --color-background: #fff;
  --footer-background: #bfb28f;
  --ff01: "Shippori Mincho", serif;
  --footer-color-primary: #fff;
  --footer-color-font: #fff;
  --content-max-width: 1320px;
}

.check-icon::before,
.post .check-icon::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  /* background: #444444; */
  top: 22px;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  background-image: url(https://rihasuta-ichinomiya.com/wp-content/uploads/check-icon.png);
  background-size: contain;
}

.check-icon,
.post .check-icon {
  padding-left: 3rem;
}
.dawn-arrow::before {
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-width: 30px 49px 0px 49px;
  border-style: solid;
  content: "";
  z-index: 100;
}

/* 書き変え系 */
.max_w1440 {
  max-width: 1440px;
  width: 90%;
}

.box-shadow,
.post .box-shadow {
  box-shadow: 0px 0px 15px -5px #ccc;
}

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

.circle,
.post .circle {
  padding-left: 2rem;
}
.italic {
  font-style: italic;
}
.noto-sans,
.post .noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}
/* イレギュラー */

/* 疑似クラスのrelative */
.pseudo-relative,
.post .pseudo-relative {
  position: relative;
  z-index: 0;
}
/* 疑似クラスのカラーの色 */
.pseudo-white::before,
.post .pseudo-white::before {
  color: white;
}
.post .time a,
.post2b .time a,
.post4b .time a,
.postlist .time a {
  color: #fff;
  padding: 0;
}
/* 見出しの装飾 */
.head-border,
.post .head-border {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  background: #fcfaf5;
  font-size: clamp(18px, 1.9vw, 36px);
  font-weight: 600;
  left: 0.06em;
  font-family: var(--ff01);
  z-index: 1;
}

.head-border::before,
.post .head-border::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #bfb28f;
  left: 0;
  display: none;
}

.head-border::after,
.post .head-border::after {
  /* content: ''; */
  /* position: absolute; */
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #666;
  right: 0;
  display: none;
}

.left-line,
.post .left-line {
  padding-left: 4em;
}
.left-line::before,
.post .left-line::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.right-line::before,
.post .right-line::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #fb8e27;
}
.text-decoration_underline,
.post .text-decoration_underline {
  text-decoration: underline;
}
.top-line::before,
.post .top-line::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #1a1411;
}
.underline-left::before,
.post .underline-left::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  max-width: 50px;
  width: 100%;
  height: 1px;
  background: #1a1411;
}
.underline-center::before,
.post .underline-center::before {
  position: absolute;
  content: "";
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50px;
  width: 100%;
  max-height: 6px;
  height: 0.2em;
  background: #0a315c;
}
.border-bottom,
.post .border-bottom {
  border-bottom: 1px dashed #707070;
}
.border-top,
.post .border-top {
  border-top: 1px dashed #707070;
}
.border,
.post .border {
  border: 1px dashed #707070;
}
.border-left,
.post .border-left {
  border-left: 2px solid #bfb28f;
  padding-left: 2rem;
}

.behind-text::before,
.post .behind-text::before {
  position: absolute;
  left: 3%;
  width: 100%;
  top: 2%;
  line-height: 1.45;
  font-size: clamp(50px, 6.3vw, 120px);
  letter-spacing: 0.06em;
  font-family: var(--ff01);
  font-weight: 500;
  z-index: 1;
  content: "Concept";
  color: #bfb28f;
  opacity: 0.2;
}

.marker,
.post .marker {
  background: linear-gradient(transparent 60%, #edf4ff 60%);
  display: inline-block;
}
.pseudo-relative,
.post .pseudo-relative {
  position: relative;
  z-index: 0;
}
.column02 {
  width: 49%;
}
.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: #bfb28f;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel a {
  background: #000;
}
#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.tel p.icon {
  color: green;
}
#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 dashed #cccccc; */
}
.postlist li {
  border-bottom: 1px dashed #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: #bfb28f;
  display: block;
  border-radius: 5px;
}
.post_link,
.post2b_link,
.post4b_link {
  color: #969696;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #000;
  font-family: var(--ff01);
}
/* それ以外 */
@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: 28%;
}

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: 48%;
    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;
}
.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: #bfb28f;
}
/* メニュー右上の色/hover時 */
body.home #header a.head_btn.mail_btn {
  background: transparent;
  margin-left: 1.5vw;
  border: 1px solid;
  flex-direction: row;
  border-radius: 5px;
  font-size: clamp(14px, 1vw, 18px);
  font-family: var(--ff01);
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-right: 50px;
}
#header a.head_btn.mail_btn {
  background: #bfb28f;
  color: #fff;
  margin-left: 1.5vw;
  border: 1px solid;
  flex-direction: row;
  border-radius: 5px;
  font-size: clamp(14px, 1vw, 18px);
  font-family: var(--ff01);
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-right: 50px;
}
#header a.head_btn.mail_btn:hover {
  /* background: #e93341; */
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #BFB28F;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #BFB28F;
  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;
    height: 60px;
  }
  .spmenu #menu p {
    color: #e93341;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #e93341;
  }
  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;
  }
}
@media print, screen and (min-width: 769px) {
  .pc_mx-auto {
    margin: 0 auto;
  }
  .pc_mt1 {
    margin-top: 1rem !important;
  }
  .pc_mt2 {
    margin-top: 2rem !important;
  }
  .pc_mt3 {
    margin-top: 3rem !important;
  }
  .pc_mt4 {
    margin-top: 4rem !important;
  }
  .pc_mt5 {
    margin-top: 5rem !important;
  }
  .pc_mt6 {
    margin-top: 6rem !important;
  }
  .pc_mt7 {
    margin-top: 7rem !important;
  }
  .pc_mt8 {
    margin-top: 8rem !important;
  }
  .pc_mt9 {
    margin-top: 9rem !important;
  }
  .pc_mt10 {
    margin-top: 10rem !important;
  }
  .pc_mt15 {
    margin-top: 15rem !important;
  }
  .pc_mt16 {
    margin-top: 16rem !important;
  }
  .pc_mb1 {
    margin-bottom: 1rem !important;
  }
  .pc_mb2 {
    margin-bottom: 2rem !important;
  }
  .pc_mb3 {
    margin-bottom: 3rem !important;
  }
  .pc_mb4 {
    margin-bottom: 4rem !important;
  }
  .pc_mb5 {
    margin-bottom: 5rem !important;
  }
  .pc_mb6 {
    margin-bottom: 6rem !important;
  }
  .pc_mb7 {
    margin-bottom: 7rem !important;
  }
  .pc_mb8 {
    margin-bottom: 8rem !important;
  }
  .pc_mb9 {
    margin-bottom: 9rem !important;
  }
  .pc_mb10 {
    margin-bottom: 10rem !important;
  }
  .pc_mb15 {
    margin-bottom: 15rem !important;
  }
  .pc_mb16 {
    margin-bottom: 16rem !important;
  }
  .pc_pt1 {
    padding-top: 1rem !important;
  }
  .pc_pt2 {
    padding-top: 2rem !important;
  }
  .pc_pt3 {
    padding-top: 3rem !important;
  }
  .pc_pt4 {
    padding-top: 4rem !important;
  }
  .pc_pt5 {
    padding-top: 5rem !important;
  }
  .pc_pt6 {
    padding-top: 6rem !important;
  }
  .pc_pt7 {
    padding-top: 7rem !important;
  }
  .pc_pt8 {
    padding-top: 8rem !important;
  }
  .pc_pt9 {
    padding-top: 9rem !important;
  }
  .pc_pt10 {
    padding-top: 10rem !important;
  }
  .pc_pt15 {
    padding-top: 15rem !important;
  }
  .pc_pt16 {
    padding-top: 16rem !important;
  }
  .pc_pb1 {
    padding-bottom: 1rem !important;
  }
  .pc_pb2 {
    padding-bottom: 2rem !important;
  }
  .pc_pb3 {
    padding-bottom: 3rem !important;
  }
  .pc_pb4 {
    padding-bottom: 4rem !important;
  }
  .pc_pb5 {
    padding-bottom: 5rem !important;
  }
  .pc_pb6 {
    padding-bottom: 6rem !important;
  }
  .pc_pb7 {
    padding-bottom: 7rem !important;
  }
  .pc_pb8 {
    padding-bottom: 8rem !important;
  }
  .pc_pb9 {
    padding-bottom: 9rem !important;
  }
  .pc_pb10 {
    padding-bottom: 10rem !important;
  }
  .pc_pb15 {
    padding-bottom: 15rem !important;
  }
  .pc_pb16 {
    padding-bottom: 16rem !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_mx-auto {
    margin: 0 auto;
  }
  .sp_pt1 {
    padding-top: 0.5rem !important;
  }
  .sp_pt2 {
    padding-top: 1rem !important;
  }
  .sp_pt3 {
    padding-top: 1.5rem !important;
  }
  .sp_pt4 {
    padding-top: 2rem !important;
  }
  .sp_pt5 {
    padding-top: 2.5rem !important;
  }
  .sp_pt6 {
    padding-top: 3rem !important;
  }
  .sp_pt7 {
    padding-top: 3.5rem !important;
  }
  .sp_pt8 {
    padding-top: 4rem !important;
  }
  .sp_pt9 {
    padding-top: 4.5rem !important;
  }
  .sp_pt10 {
    padding-top: 5rem !important;
  }
  .sp_pb1 {
    padding-bottom: 0.5rem !important;
  }
  .sp_pb2 {
    padding-bottom: 1rem !important;
  }
  .sp_pb3 {
    padding-bottom: 1.5rem !important;
  }
  .sp_pb4 {
    padding-bottom: 2rem !important;
  }
  .sp_pb5 {
    padding-bottom: 2.5rem !important;
  }
  .sp_pb6 {
    padding-bottom: 3rem !important;
  }
  .sp_pb7 {
    padding-bottom: 3.5rem !important;
  }
  .sp_pb8 {
    padding-bottom: 4rem !important;
  }
  .sp_pb9 {
    padding-bottom: 4.5rem !important;
  }
  .sp_pb10 {
    padding-bottom: 5rem !important;
  }
  .sp_pd2 {
    padding: 1rem !important;
  }
  .sp_pd3 {
    padding: 1.5rem !important;
  }
  .sp_pd4 {
    padding: 2rem !important;
  }
  .sp_pd5 {
    padding: 2.5rem !important;
  }
  .sp_mt1 {
    margin-top: 0.5rem !important;
  }
  .sp_mt2 {
    margin-top: 1rem !important;
  }
  .sp_mt3 {
    margin-top: 1.5rem !important;
  }
  .sp_mt4 {
    margin-top: 2rem !important;
  }
  .sp_mt5 {
    margin-top: 2.5rem !important;
  }
  .sp_mt6 {
    margin-top: 3rem !important;
  }
  .sp_mt7 {
    margin-top: 3.5rem !important;
  }
  .sp_mt8 {
    margin-top: 4rem !important;
  }
  .sp_mt9 {
    margin-top: 4.5rem !important;
  }
  .sp_mt10 {
    margin-top: 5rem !important;
  }
  .sp_mt15 {
    margin-top: 7.5rem !important;
  }
  .sp_mt16 {
    margin-top: 8rem !important;
  }
  .sp_mb1 {
    margin-bottom: 0.5rem !important;
  }
  .sp_mb2 {
    margin-bottom: 1rem !important;
  }
  .sp_mb3 {
    margin-bottom: 1.5rem !important;
  }
  .sp_mb4 {
    margin-bottom: 2rem !important;
  }
  .sp_mb5 {
    margin-bottom: 2.5rem !important;
  }
  .sp_mb6 {
    margin-bottom: 3rem !important;
  }
  .sp_mb7 {
    margin-bottom: 3.5rem !important;
  }
  .sp_mb8 {
    margin-bottom: 4rem !important;
  }
  .sp_mb9 {
    margin-bottom: 4.5rem !important;
  }
  .sp_mb10 {
    margin-bottom: 5rem !important;
  }
  .sp_mb15 {
    margin-bottom: 7.5rem !important;
  }
  .sp_mb16 {
    margin-bottom: 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 */
/* h1～h3 */
.post h1 {
  font-size: clamp(30px, 3.3vw, 62px);
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #41412f;
  margin-bottom: 30px;
  font-family: var(--ff01);
  text-align: left;
}
.post h2 {
  font-size: clamp(18px, 1.7vw, 32px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #41412f;
  margin-bottom: 20px;
  font-family: var(--ff01);
  margin-top: 0;
}
.post h3 {
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  border-bottom: none;
  color: #41412f;
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--ff01);
  margin-top: 0;
  padding: 0;
}

.post h4 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 900;
  border-bottom: none;
  color: #41412f;
  margin-bottom: 10px;
  font-family: var(--ff01);
  margin-top: 0;
}

.post p {
  font-size: clamp(16px, 1vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: 400;
  border-bottom: none;
  color: #41412f;
  margin-bottom: 5px;
  font-family: var(--ff01);
}
/* CSS */

/* =========================
font-size
========================= */

.font22-line-height33,
.post .font22-line-height33 {
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.5;
}

.font36-line-height53,
.post .font36-line-height53 {
  font-size: clamp(22px, 1.9vw, 36px);
  line-height: 1.5;
}

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

.font18-line-height26,
.post .font18-line-height26 {
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.4;
}

.font28-line-height41,
.post .font28-line-height41 {
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1.5;
}

.font20-line-height29,
.post .font20-line-height29 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.5;
}

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

.font22-line-height31,
.post .font22-line-height31 {
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.4;
}

/* =========================
letter-spacing
========================= */

.letters60,
.post .letters60 {
  letter-spacing: 0.06em;
}

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

/* =========================
font-family
========================= */

.shippori,
.post .shippori {
  font-family: "Shippori Mincho", serif;
}

/* =========================
font-weight
========================= */

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

.fw600,
.post .fw600 {
  font-weight: 600;
}

.fw700,
.post .fw700 {
  font-weight: bold;
}
/* =========================
color
========================= */

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

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

.beigebfb28f,
.post .beigebfb28f {
  color: #bfb28f;
}

/* =========================
display
========================= */

.block {
  display: block;
}
/*  */
.top-inrto-inner {
  max-width: 920px;
}

.top-inrto-img {
  width: 40%;
}

.top-inrto {
  width: 60%;
}

.bg-beige,
.post .bg-beige {
  background: #fcfaf5;
}

.pd-top-intro-item,
.post .pd-top-intro-item {
  padding: 0.5vw;
}

.btn-item {
  max-width: 260px;
  width: 100%;
}
.btn-item a {
  position: relative;
  display: block;
  color: #333333;
  font-size: clamp(16px, 1vw, 18px);
  text-align: left;
  font-weight: 600;
  padding: 15px 0;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 1px solid;
  padding-left: 5px;
  font-family: var(--ff01);
  letter-spacing: 0.06em;
}

.btn-item a::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  border: 1px solid;
  transition: 0.2s;
  transform: translateY(-50%);
}

.btn-item a::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background: #333333;
  top: 50%;
  right: 20px;
  transition: 0.2s;
  transform: translateY(-50%);
}

.btn-item a:hover::after {
  width: 10px;
}
.pd-top-service-item {
  padding: 3% 1.5%;
}
.btn-item.ex {
  max-width: 150px;
}

.btn-item.ex a {
  font-size: 16px;
  padding-left: 0;
}
.bg-beige02 {
  background-image: url(https://chojewelry.com/wp-content/uploads/bg-top-service.png);
}

.head-border-box::before,
.head-border-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #bfb28f;
  left: 0;
  z-index: 1;
}

.head-border-box {
  position: relative;
  z-index: 0;
}

h2.head-border span {
  display: block;
  color: #bfb28f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.bg-top-repair {
  background-image: url(https://chojewelry.com/wp-content/uploads/bg-top-repair.png);
}

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

.btn-item.color-white a::after {
  background: #fff;
}

.max_w1240 {
  width: 90%;
}
.pd-top-repair {
  padding: 5%;
}
.pd-top-service {
  padding: 5% 0;
}
.head-borders,
.post .head-borders {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #bfb28f;
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.head-borders::before,
.post .head-borders::before {
  content: "";
  position: absolute;
  top: 70%;
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #bfb28f;
  left: 0;
  /* transform: translateY(-50%); */
}

.head-borders::after,
.post .head-borders::after {
  content: "";
  position: absolute;
  top: 70%;
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #bfb28f;
  right: 0;
  transform: translateY(-50%);
  margin-top: 0;
}
h2.head-borders span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.06em;
}

h3.head-borders span {
  display: block;
  font-size: clamp(16px, 1.1vw, 20px);
  letter-spacing: 0.06em;
  font-weight: 700;
}

span.absolute-top {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #bfb28f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: var(--ff01);
  border-radius: 50px;
  padding: 1% 5%;
}
.column03.full {
  width: calc(100% / 3);
}
.head-border.ex,
.post .head-border.ex {
  background: #fff;
  padding: 0 50px;
}

.pd-top-content {
  padding: 5% 0;
}
p.vertical-writing {
  color: #fff;
  font-family: var(--ff01);
  font-weight: 600;
  background: #fcfaf5;
  color: #333333;
  padding: 0;
  top: -5%;
  /* position: absolute; */
  font-size: clamp(24px, 1.9vw, 36px);
  white-space: normal;
  writing-mode: vertical-rl;
  display: inline-block;
  line-height: 1;
  letter-spacing: 10px;
  padding: 0.2em;
  margin-left: 30px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.vertical-wrap {
  display: flex;
  flex-direction: row-reverse; /* ←これが本質 */
  align-items: flex-start;
  gap: 8px;
  margin-right: 250px;
}

.top-inrto-img.ex {
  width: 55%;
}

.top-inrto.ex {
  width: 45%;
}
.top-inrto-inner.ex {
  max-width: 300px;
}

p.vertical-writing.small {
  background: none;
  font-size: 18px;
  margin-left: 0;
  letter-spacing: 5px;
}

p.vertical-writing.middle {
  font-size: clamp(22px, 1.5vw, 28px);
  margin-left: 0;
}
.absolute-img01 {
  position: absolute;
  right: 90px;
  top: 50px;
  z-index: 0;
  width: 15%;
}
/* フッター */
.tel-info01::before {
  font-family: "FontAwesome";
  font-size: 0.7em;
  margin-top: 10px;
}

.tel-info01 {
  font-size: clamp(26px, 2.2vw, 42px);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: var(--ff01);
}

.tel-info02 {
  color: #fff;
  font-size: clamp(14px, 1vw, 18px);
  font-family: var(--ff01);
  font-weight: 500;
  letter-spacing: 0.06em;
}

a.contact-form_tel:hover {
  opacity: 0.7;
}
.bg-brown {
  background: #bfb28f;
}

.head-border.footer,
.post .head-border.footer {
  background: #bfb28f;
  color: #fff;
}

h2.head-border.footer span {
  color: #fff;
}

.head-border-box.footer::before,
.head-border-box.footer::before {
  background-color: #fff;
  top: 70%;
}

.pd-footer {
  padding-top: 3%;
}
.btn-item.footer a {
  background: #fff;
}

.btn-item.footer {
  max-width: 800px;
}

.btn-item.footer a {
  color: #bfb28f;
  text-align: center;
  font-size: clamp(16px, 1.3vw, 24px);
  padding: 26px 0;
  border-radius: 50px;
}

.btn-item.footer a::before {
  right: 40px;
}

.btn-item.footer a::after {
  background: #bfb28f;
  right: 60px;
}
#footer img {
  max-width: 23px !important;
  margin-right: 10px;
}

p.tel-info0 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: var(--ff01);
}

.tel-info01 span {
  font-size: 26px;
}

.border-bottom-white {
  border-bottom: 1px solid #ffffff;
}

#footer .footnav ul > li::before {
  display: none;
}

#footer .footnav ul > li::after {
  display: none;
}
.br-top-right img {
  border-radius: 0 60px 0 0;
}

.absolute-img02 {
  position: absolute;
  left: 90px;
  top: -50px;
  z-index: 0;
  width: 15%;
}

.br-top-left {
  border-radius: 60px 0 0 0;
}
.bg-beige-grade {
  background: linear-gradient(135deg, #bfb28f, #d4c9ae);
}

p.number {
  text-align: right;
  font-size: clamp(30px, 3.2vw, 61px);
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 0.8;
  margin-bottom: 4rem !important;
}

p.number span {
  font-size: 20px;
}

.pd-service-item {
  padding: 1vw;
}

p.service-item-head {
  font-size: clamp(17px, 1.3vw, 24px);
  color: #fff;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.column03.ex {
  width: 31%;
}
/*  */
.btn-item02 {
  /* max-width: 350px; */
  /* width: 100%; */
}
.btn-item02 a {
  min-width: 200px;
  position: relative;
  display: inline-block;
  text-align: center;
  background: #bfb28f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  margin: 0 auto;
  border: 2px solid;
  border-radius: 60px;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff01);
  width: 100%;
  padding: 0.5vw 2vw;
  /* max-width: 210px; */
}
.btn-item02 a::before {
  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: 0;
  margin: auto;
  right: 10px;
  transition: 0.3s;
}
.btn-item02 a:hover::before {
  top: 20px;
}
.gap10px {
  gap: 10px;
}
.table-item tr td {
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 500;
  padding: 25px 3%;
  line-height: 1.78;
  color: #333333;
  letter-spacing: 0.03em;
  font-family: var(--ff01);
}
.table-item td.cell_01 {
  width: 25%;
  border-bottom: 1px solid #bfb28f !important;
  font-weight: 700;
  color: #bfb28f;
}
.table-item tr.head td.cell_01 {
  border-top: 2px solid #0a3ea3;
}
.table-item tr.head td.cell_02 {
  border-top: 2px solid #9f9f9f;
}
.table-item table,
.table-item table th,
.table-item table td {
  border-width: 0px;
}
@media print, screen and (max-width: 768px) {
  .table-item tr.head td.cell_02 {
    border-top: none;
  }

  .table-item td.cell_01 {
    border-bottom: 2px solid #9f9f9f4d;
  }
  .table-item tr td {
    display: block;
    width: 100% !important;
  }
  .table-item td.cell_02 {
    border-bottom: 2px solid #0a3ea3;
  }
  .table-item tr td {
    padding: 15px 3%;
  }
}
.post .table-item table td {
  border-width: 0px;
}

.table-item td.cell_02 {
  border-bottom: 1px solid #dcdddd !important;
}
.bg-beige03 {
  background: #bfb28f;
}

.br60px {
  border-radius: 60px;
}

.pd-partner,
.post .pd-partner {
  padding: 1%;
}
/* ----------
 * cFlow002
-------------*/
.cFlow002__content {
  counter-reset: number 0;
  width: 100%;
}
.cFlow002__item {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  background: #fcfaf5;
}
.cFlow002__item::after {
  content: "";
  position: absolute;
  border-top: 2rem solid #bfb28f;
  border-right: 2rem solid transparent;
  border-left: 2rem solid transparent;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}
/* 打消 */
.cFlow002__item:last-child::after {
  display: none;
}
.cFlow002__item:last-child {
  margin: 0;
}
.cFlow002__num,
.cFlow002__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cFlow002__num {
  position: relative;
  width: min(10%, 110px);
  text-align: center;
  align-items: center;
  background: #bfb28f;
  padding: min(5%, 25px);
  border-radius: 5px 0 0 5px;
}
.cFlow002__num span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: var(--ff01);
}
.cFlow002__num span::after {
  display: block;
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: clamp(24px, 1.9vw, 36px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-family: var(--ff01);
}
.cFlow002__text {
  width: calc(100% - min(10%, 100px));
  padding: min(5%, 40px);
  background: #fcfaf5;
  border-radius: 0 5px 5px 0;
  flex-direction: row;
  justify-content: space-between;
  /* align-items: center; */
}
@media print, screen and (max-width: 769px) {
  .cFlow002__item {
    flex-direction: column;
  }
  .cFlow002__num,
  .cFlow002__text {
    width: 100%;
  }
  .cFlow002__num {
    border-radius: 5px 5px 0 0;
    padding: 1em;
  }
  .cFlow002__text {
    border-radius: 0 0 5px 5px;
    display: block;
  }
}

/* ----------
 * btn
-------------*/
.btn__container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}
.btn__container .btn {
  margin: 0;
}
.btn {
  position: relative;
  display: block;
  transition: 0.5s;
  color: #2d5ac7;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.7em 1.5em;
  width: 90%;
  max-width: 240px;
  text-align: center;
  border-radius: 30px;
  border: 2px solid;
  margin: auto;
}
@media print, screen and (max-width: 769px) {
}
.flow-text {
  width: 70%;
}

.flow-img {
  width: 29%;
}
@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 {
  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: #fff;
  border: 1px solid #cccccc;
  border-bottom: navajowhite;
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
  /* border: 1px solid #DDDDDD; */
}
.qa_list .qa_list_inner .a_ico {
  color: #ffffff;
  /* background: var(--color-primary); */
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  /* border-right: 1px solid #cccccc; */
  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);
  color: #bfb28f;
  background: #fcfaf5;
  border: 1px solid #dddddd;
  border-right: none;
  font-family: var(--ff01);
}
.qa_list .qa_list_inner .q_ico {
  /* background: #f2f2f2; */
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
  /* border-right: 1px solid #cccccc; */
  background: #bfb28f;
  color: #fff;
  font-family: var(--ff01);
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  line-height: 1.7;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
  font-family: var(--ff01);
  letter-spacing: 0.03em;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  font-size: clamp(14px, 0.9vw, 16px);
  border: 1px solid #dddddd;
  color: #333333;
  text-align: left;
  /* font-size: 18px; */
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: var(--ff01);
}
.qa_list .qa_list_inner dt:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  width: 12px;
  height: 12px;
  /* border-right: 1px solid #494949; */
  border-bottom: 1px solid #333;
  /* -webkit-transform: rotate(45deg) translateY(-50%); */
  /* transform: rotate(45deg) translateY(-50%); */
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  /* -webkit-transform: rotate(-135deg) translateY(-50%); */
  /* transform: rotate(-135deg) translateY(-50%); */
}
.qa_list .qa_list_inner dd {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  /* border: 1px solid #cccccc; */
  border-top: 0;
}
@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 .q_desc,
  .qa_list .qa_list_inner .a_desc {
    padding: 0.5rem 1rem 0.5rem 1rem;
    text-align: left;
  }
  .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;
    font-size: 1.5rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
  }
  .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;
  }
}
.border-gray {
  border: 1px solid #dddddd;
}

.border-gray-top-none {
  border-top: navajowhite;
}

.pd-review-item01,
.post .pd-review-item01 {
  padding: 2%;
}

p.user {
  background: #bfb28f;
  color: #fff;
  border-radius: 5px;
  padding: 0 2%;
  margin-bottom: 0;
}

.pd-review-item02 {
  padding: 3%;
  min-height: 230px;
}
.president-text {
  max-width: 855px;
  width: 60%;
}
.president-img {
  width: 34%;
  max-width: 483px;
}
/* グロナビ */
.tel-info001::before {
  font-family: "FontAwesome";
  content: "\f095";
  font-size: 0.7em;
  margin-top: 10px;
  margin-left: 10px;
  /* display: flex; */
  /* align-items: center; */
  margin-right: 10px;
}

#header .tel-info001 {
  font-size: clamp(22px, 1.5vw, 28px);
  position: relative;
  font-family: var(--ff01);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #bfb28f;
}
body.home #header .tel-info001 {
  color: #fff;
  font-size: clamp(22px, 1.5vw, 28px);
  position: relative;
  font-family: var(--ff01);
  font-weight: 700;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
}
body.home #header .tel-info002 {
  font-size: clamp(12px, 0.9vw, 16px);
  color: #fff;
  font-weight: 500;
  font-family: var(--ff01);
  text-align: center;
  letter-spacing: 0.06em;
}

#header .tel-info002 {
  color: #bfb28f;
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  font-family: var(--ff01);
  text-align: center;
  letter-spacing: 0.06em;
}

a.head-form_tel:hover {
  opacity: 0.7;
}
header#h1Header h1.title {
  font-size: clamp(26px, 2.2vw, 42px);
  font-family: var(--ff01);
  letter-spacing: 0.06em;
  font-weight: 600;
}
.top-repair-content {
  width: 80%;
}

.top-repair-head {
  width: 20%;
}
#thumbImg::before,
header#h1Header::before {
  background: transparent;
  opacity: 0;
}
body.page-id-232 #content.wide {
  padding-bottom: 0;
}
.oem .pd-partner,
.post .oem .pd-partner {
  padding: 2% 3%;
}

.flow-text p {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.flow-text h3 {
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.06em;
}
.pd-cta img {
  width: clamp(100px, 22vw, 404px);
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 9999;
}
div#sec01 {
    padding-top: 150px;
    margin-top: -150px;
}
div#sec02 {
    padding-top: 150px;
    margin-top: -150px;
}
div#sec03 {
    padding-top: 150px;
    margin-top: -150px;
}
div#sec04 {
    padding-top: 150px;
    margin-top: -150px;
}
div#sec05 {
    padding-top: 150px;
    margin-top: -150px;
}
div#sec06 {
    padding-top: 150px;
    margin-top: -150px;
}
div#faq {
    padding-top: 150px;
    margin-top: -150px;
}
div#ex {
    padding-top: 150px;
    margin-top: -150px;
}
.sp-ex.font18-line-height30-6, .post .sp-ex.font18-line-height30-6 {
    font-size: clamp(11px, 1vw, 18px);
}
span.detail {
    position: absolute;
    left: 0;
    background: #BFB28F;
    color: #fff;
    padding: 10px;
    font-family: var(--ff01);
}
.ex.font36-line-height53, .post .ex.font36-line-height53 {
    font-size: clamp(17px, 1.3vw, 24px);
}
/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1100px) {
	
}
@media (min-width: 769px) and (max-width: 1500px) {
	.top-inrto.sp_flex {
    width: 100%;
}

.top-inrto-inner {
    margin-bottom: 15px;
}

.top-inrto-img {
    width: 100%;
}
	.vertical-wrap {
    margin-right: 0;
}

.flexbox.jc_between.sp_w90.relative {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.top-inrto-img.br-top-right.ex.sp_flex_mb {
    margin-bottom: 15px;
    width: 100%;
}

.top-inrto.ex {
    width: 100%;
}
}

@media print, screen and (min-width: 1024px) {
	nav#mainNav ul ul.sub-menu {
    width: clamp(100px, 14vw, 250px);
}
	nav#mainNav ul li ul.sub-menu li a {
    font-family: var(--ff01);
    font-size: clamp(12px, 1vw, 16px);
}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a {
    background: #eee;
}
  nav#mainNav ul li a {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  nav#mainNav ul li a:hover b::before {
    transform: rotateY(0deg);
  }
  nav#mainNav ul li a:hover b::before,
  nav#mainNav ul li.current-menu-item a b::before,
  nav#mainNav ul li a:active b::before {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  nav#mainNav ul li a b::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #bfb28f;
    content: "";
    bottom: 0;
    left: 0;
    transition: 0.5s ease;
    transform-origin: center;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  nav#mainNav ul li a b {
    position: relative;
    padding-bottom: 5px;
  }
}
body.home.sticky-header #header > .inner {
  background: #00000026;
    backdrop-filter: blur(8px) contrast(57%) grayscale(13%);
  
}
.sticky-header #header-layout {
  height: auto;
}

nav#mainNav ul li a b {
  font-size: clamp(10px, 0.9vw, 16px);
  color: #fff;
  font-family: var(--ff01);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #333;
}
header#header {
  height: auto;
}
.header__nav-contact {
  justify-content: flex-end;
}

#header .logo {
  padding-top: 20px;
  padding-left: 30px;
}

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

nav#mainNav ul {
  margin-right: 20px;
}
#header .logo img {
  max-width: 130px;
  width: 100%;
  max-height: 120px;
}
body.home nav#mainNav ul li a b {
  font-size: clamp(10px, 0.9vw, 16px);
  color: #fff;
  font-family: var(--ff01);
  font-weight: 600;
  letter-spacing: 0.06em;
}

#header a.head_btn.mail_btn::before {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 1em;
}

body.home header#header {
  height: auto;
  position: fixed;
  background: transparent;
}

nav#mainNav ul {
  justify-content: flex-end;
}

@media print, screen and (max-width: 1023px) {
}
@media (min-width: 1024px) and (max-width: 1024px) {
}
/* iPad横だけを狙い撃ち */
/* @media (min-width: 1024px) and (max-width: 1024px) {
  #header-layout {
    justify-content: center;
  }

  body.mobile #header .logo .mark {
    margin-top: 20px;
  }
} */

@media print, screen and (max-width: 768px) {
  .mobile header#h1Header {
    height: 150px;
  }
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
  .sp_mb0 {
    margin-bottom: 0 !important;
  }
  /* 	 */
  .top-inrto-img.ex {
    width: 100%;
  }

  .top-inrto.ex {
    width: 100%;
  }

  .top-inrto-inner {
    max-width: unset;
  }

  .vertical-wrap {
    margin: 0;
    gap: 0;
  }

  p.vertical-writing {
    margin-left: 10px;
  }

  p.vertical-writing.middle {
    margin-left: 10px;
  }
  .top-inrto {
    width: 100%;
  }

  .top-inrto-img {
    width: 100%;
  }

  .pd-top-service-item {
    padding: 5%;
  }

  .bg-top-repair .max_w1100 {
    width: 100%;
  }

  .column03.ex {
    width: 100%;
  }

  .column03.full {
    width: 100%;
    margin-bottom: 0;
  }
  .news.max_w1240 {
    width: 100%;
  }

  .pd-footer {
    padding: 5% 0;
  }

  .btn-item.footer a::before {
    right: 20px;
  }

  .btn-item.footer a::after {
    right: 30px;
  }
  .btn-item a::before {
    width: 20px;
    height: 20px;
  }

  .btn-item a::after {
    right: 10px;
  }
  .pd-service-item {
    padding: 5vw;
  }
  .pd-partner,
  .post .pd-partner {
    padding: 5%;
  }

  .sp_w100 {
    width: 100% !important;
  }
  .flow-text {
    width: 100%;
  }

  .flow-img {
    width: 100%;
  }
  .president-text {
    width: 100%;
  }

  .president-img {
    width: 100%;
  }
	.behind-text::before, .post .behind-text::before {
    top: 0;
}

.top-repair-head {
    width: 100%;
}

.top-repair-content {
    width: 100%;
}

.head-border.ex, .post .head-border.ex {
    padding: 0 20px;
}
	.top-service-img img {
    width: 40%;
}

.border-left, .post .border-left {
    padding-left: 1rem;
}
	.news p a {
    text-align: left;
}
	.btn-item02 a {
    padding: 20px;
}
	.pd-review-item01, .post .pd-review-item01 {
    padding: 5%;
}
	span.count {
    width: 5%;
}


span.w80 {
    width: 90%;
}
	body.home div#mainImg {
    margin-top: 0 !important;
}

#sp-header {
    background: transparent;
    box-shadow: none;
}

body.home.mobile.sticky-header #sp-header .inner #header-layout .logo {
    background: #fff;
}
	#sp-header .inner #header-layout nav#sp-mainNav .inner ul li a {
    color: var(--header-color-font);
    color: #fff;
    background: #0000003d;
    backdrop-filter: blur(7px);
}
}

@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
