@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=Oswald:wght@200..700&display=swap" rel="stylesheet');
:root {
  --color-font: #333;
  --header-color-primary: #2e559d;
  --color-background: #fff;
  --footer-background: #000;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Oswald", sans-serif;
  --footer-color-primary: #fff;
  --footer-color-font: #fff;
}
/* 書き変え系 */
.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: #6896d9;
}
#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 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: #000;
  display: block;
  border-radius: 5px;
  font-family: var(--ff02);
  letter-spacing: 0.03em;
  font-weight: 500;
}
.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: 19%;
  margin-bottom: 5px;
}
@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;
}
.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: #2e559d;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #2970e3;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--ff02);
  padding: 0vw 2.5vw;
}
#header a.head_btn.mail_btn:hover {
  background: #2970e3;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #2970e3;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #2970e3;
  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: #3a75bb;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #3a75bb;
  }
  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(24px, 1.8vw, 35px);
  line-height: 1.46;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000000;
}
.post h2 {
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.67;
  letter-spacing: 0.028em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000000;
  padding: 0;
  margin: 0;
}
.post h3 {
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.46;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000000;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
/* フォントサイズ・行間 */
.font42-line-height48,
.post .font42-line-height48 {
  font-size: clamp(24px, 2.2vw, 42px);
  line-height: 1.14;
}
.font24-line-height35,
.post .font24-line-height35 {
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.46;
}
.font18-line-height26,
.post .font18-line-height26 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.44;
}
.font16-line-height32,
.post .font16-line-height32 {
  font-size: clamp(15px, 0.9vw, 16px);
  line-height: 2;
}
.font12-line-height48,
.post .font12-line-height48 {
  font-size: clamp(12px, 0.7vw, 12px);
  line-height: 4;
}
.font22-line-height32,
.post .font22-line-height32 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.45;
}
.font16-line-height24,
.post .font16-line-height24 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 1.5;
}
.font22-line-height42,
.post .font22-line-height42 {
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.91;
}
.font40-line-height58,
.post .font40-line-height58 {
  font-size: clamp(20px, 2.1vw, 40px);
  line-height: 1.45;
}
.font28-line-height48,
.post .font28-line-height48 {
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.71;
}
/* letter-spacing */
.letters30,
.post .letters30 {
  letter-spacing: 0.03em;
}
/* font-family */
.noto-sans-jp,
.post .noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.oswald,
.post .oswald {
  font-family: "Oswald", sans-serif;
}
/* font-weight */
.fw500,
.post .fw500 {
  font-weight: 500;
}
.fw600,
.post .fw600 {
  font-weight: 600;
}
.fw700,
.post .fw700 {
  font-weight: 700;
}
/* color */
.black,
.post .black {
  color: #333333;
}
.black01,
.post .black01 {
  color: #111111;
}
.white,
.post .white {
  color: #ffffff;
}
.blue,
.post .blue {
  color: #2970e3;
}
/* background */
.bg-black,
.post .bg-black {
  background: #333333;
}
.bg-blue,
.post .bg-blue {
  background: #2970e3;
}
/* イレギュラー */
.right-line::before,
.post .right-line::before {
  position: absolute;
  content: "";
  width: 2em;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: -3em;
  background: #333333;
  color: #333333;
}
.text-decoration_underline,
.post .text-decoration_underline {
  text-decoration: underline;
}
.marker,
.post .marker {
  background: linear-gradient(transparent 60%, #dae6fa 60%);
  display: inline-block;
  font-size: clamp(13px, 1.2vw, 22px);
}
/* TOP */
.bg-gray {
  background: #fafafa;
}
.pd1 {
  padding: 1rem !important;
}
.btn-item {
  max-width: 207px;
  width: 100%;
}
.btn-item a {
  position: relative;
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 0;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff02);
  text-align: center;
  border: 1px solid #000000;
}
.btn-item a:hover {
  background: #000;
  /*背景の色*/
  color: #fff;
  /*文字と枠の色*/
}
.bg-gray02 {
  background: #414141;
}
.border-black {
  border: 1px solid #000000;
}
.pd-top-service {
  padding: 11%;
}
.border-black.bg-white {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-gray02.pd-top-service {
  min-height: 300px;
}
.bg-img.bg-top-service {
  background-image: url(/wp-content/uploads/bg-top-service.png);
}
p.newss {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.46;
}
/* コモンフッター */
.tel-info01::before {
  font-family: "FontAwesome";
  content: "\f3cf";
}
.txt_c {
  text-align: center;
}
.tel-info01 {
  font-size: 34px;
  color: #111111;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--ff02);
  position: relative;
}
.tel-info02 {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  font-family: var(--ff01);
  letter-spacing: 0.07em;
}
a.contact-form_tel:hover {
  opacity: 0.7;
}
h2.footer-title {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #111111;
  font-family: var(--ff02);
  letter-spacing: 0.1em;
  line-height: 1.48;
  margin-bottom: 1rem;
  font-size: clamp(28px, 2.4vw, 46px);
}
.gap44px {
  gap: 44px;
}
.btn-item.ex {
  max-width: 270px;
}
.btn-item.ex a {
  padding: 18px 0;
}
.border-bottom-gray {
  border-bottom: 1px solid #cccccc;
}
p.tel-info01::before {
  margin-right: 6px;
  font-family: "FontAwesome";
  content: "\f3cf";
  font-size: 0.6em;
}
a.footer-logo.mx-auto {
  width: 26%;
  display: block;
  min-width: 150px;
}
.bg-white {
  background: #fff;
}
span.service-number {
  position: absolute;
  top: 25px;
  left: -40px;
  background: #2870e2;
  color: #fff;
  display: inline-block;
  font-family: var(--ff02);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.86;
  padding: 1% 3%;
  transform: rotate(90deg);
}
a.column03:hover .bg-gray02 {
  opacity: 0.7;
}
/* 受注代行・カスタマーサポート体制 */
.border-gray {
  border: 1px solid #eaeaea;
}
.pd-case {
  padding: 3% 0.9%;
}
.bg-img.bg-diagonal {
  background-image: url(/wp-content/uploads/bg-sales-agency.png);
  z-index: 0;
}
.down-arrow::before,
.post .down-arrow::before {
  border-color: #2970e3 transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  content: "";
  border-width: 25px 42px 0px 42px;
  border-style: solid;
  z-index: 100;
}
.gap10px {
  gap: 10px;
}
.box-shadow {
  box-shadow: 0px 3px 20px #00000010;
}
.max_w1030 {
  max-width: 1030px;
  width: 90%;
}
.img-about-service02 {
  width: 89%;
}
.bg-gray03 {
  background: #fcfcfc;
}
.pd-before-after {
  padding: 4% 6%;
}
.pd-before-after::before {
  border-color: transparent transparent transparent #2970e3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  content: "";
  border-width: 36px 0px 36px 33px;
  border-style: solid;
  z-index: 100;
  right: -33px;
}
.pd-before-after:last-child::before {
  display: none;
}
/* ----------
 * 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;
}
.cFlow002__item::after {
  content: "";
  position: absolute;
  border-top: 2rem solid #2d5ac7;
  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(15%, 140px);
  text-align: center;
  align-items: center;
  background: #2970e3;
  padding: min(5%, 25px);
  border-radius: 5px 0 0 5px;
}
.cFlow002__num span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-family: var(--ff02);
}
.cFlow002__num span::after {
  display: block;
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
}
.cFlow002__text {
  width: calc(100% - min(10%, 140px));
  padding: min(5%, 40px);
  background: #f8f8f8;
  border-radius: 0 5px 5px 0;
}
@media print, screen and (max-width: 769px) {
	.cFlow002__num span{
		font-size: 14px;
	}
  .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;
  }
}
/* ----------
 * 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) {
}
.btn-item02 {
  max-width: 250px;
  width: 100%;
}
.btn-item02 a {
  position: relative;
  display: block;
  text-align: center;
  color: #2970e3;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 auto;
  border: 2px solid #2970e3;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 50px;
}
.btn-item02 a::before {
  content: "\f095";
  color: #2970e3;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  font-family: "FontAwesome";
}
.btn-item02 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #2970e3;
  border-right: 2px solid #2970e3;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transition: 0.2s;
}
.btn-item02 a:hover::after {
  right: 10px;
}
.gap30px {
  gap: 30px;
}
.btn-item02.ex a::before {
  display: none;
}
@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: #2970e3;
}
.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;
  }
}
.bg-light-blue {
  background: #f7faff;
}
.cFlow002__text h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cFlow002__text p {
  font-size: 16px;
  font-weight: 700;
}
.cFlow002__text p.ex {
  font-weight: 500;
}
/* その他 */
.font16-line-height32.ex,
.post .font16-line-height32.ex {
  font-size: clamp(14px, 0.9vw, 16px);
}
.img-shadow {
  box-shadow: 0px 3px 20px #00000010;
}
#thumbImg::before,
header#h1Header::before {
  background: unset;
}
.example .column04 {
  width: 24.2%;
}
header#h1Header h1.title span.en {
  display: block;
  font-weight: 600;
  font-family: var(--ff02);
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: clamp(26px, 1.6vw, 30px);
}
header#h1Header h1.title span.ja {
  font-weight: 700;
  font-family: var(--ff01);
  font-size: clamp(18px, 1.2vw, 22px);
}
#sitemap_list li span.en {
  display: none;
}
#footer ul li span.en {
  display: none;
}
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)
  );
}
body.page-id-200 #content.wide {
  padding-bottom: 0;
  padding-top: 0;
}
body.page-id-212 #content.wide {
  padding-top: 0;
}
body.page-id-219 #content.wide {
  padding-top: 0;
}
div#breadcrumb {
  display: none;
}
.list- {
  max-width: 400px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 5rem;
}
.column05 {
  width: 19%;
}
.column05.border-gray {
  padding: 10px 0;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.irregular {
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comon_footer .bg-white {
  background: #f8f8f8;
}
/* 営業代行 */
.sale-arrow::before {
  border-color: transparent transparent transparent #2970e3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  content: "";
  border-width: 20px 0px 20px 20px;
  border-style: solid;
  z-index: 100;
  right: -20px;
}
.ex.sale-arrow::before {
  display: none;
}
/* 会社概要 */
.table-item tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 31px 3%;
  vertical-align: middle;
  border-bottom: 1px solid #c6c6c6;
  line-height: 2;
}
.table-item td.cell_01 {
  width: 25%;
  font-weight: 700;
  text-align: center;
  background: #f8f8f8;
  text-align: left;
  border-bottom: 1.5px solid #656565 !important;
}
.table-item td.cell_02 {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1.5px solid #a8a8a8 !important;
  background: #fff;
}
.table-item tr.head td {
  border-top: 1px solid #a8a8a8;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
  .table-item tr td {
    display: block;
    width: 100% !important;
  }
  .table-item td.cell_01 {
    text-align: center;
  }
  .table-item tr td {
    padding: 15px 3%;
  }
}
.bg-img.bg-company {
  background-image: url(/wp-content/uploads/bg-top-service.png);
}
.post.table-item table td {
  border-width: 0px;
}
.table-item tr.head td.cell_01 {
  border-top: 1.5px solid #656565;
}
.post .table-item table,
.post .table-item table th,
.post .table-item table td {
  border-width: 0px;
}
.table-item tr.head td.cell_2 {
  border-top: 1px solid #a8a8a8 !important;
}
.table-item tr.head td.cell_02 {
  border-top: 1.5px solid #a8a8a8;
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
}
@media print, screen and (min-width: 1024px) {
  #header ul.header__contact {
    margin-left: 1vw;
  }
  nav#mainNav ul li ul.sub-menu li a,
  nav#mainNav ul li ul.sub-menu li a:hover,
  nav#mainNav ul li ul.sub-menu li.current-menu-item a,
  nav#mainNav ul li.current-menu-item ul.sub-menu li a {
    background: #fff;
  }
  nav#mainNav ul li a:active span.en,
  nav#mainNav ul li a:hover span.en,
  nav#mainNav ul li.current-menu-item a span.en,
  nav#mainNav ul li.current-menu-parent a span.en {
    color: #2970e3;
  }
  nav#mainNav ul li ul.sub-menu li a span.en {
    display: none;
  }
  nav#mainNav ul li ul.sub-menu li a span.ja {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
  }
  nav#mainNav ul li ul.sub-menu li a:hover {
    background: #0e50ba;
  }
  nav#mainNav ul li ul.sub-menu li a:hover span.ja {
    color: #fff;
  }
  #header a.head_btn {
    flex-direction: row;
  }
  #header a.head_btn::before {
    margin-right: 10px;
    margin-bottom: 0;
  }
  nav#mainNav ul li a span.en {
    font-size: 18px;
    font-weight: 600;
    color: #070707;
    font-family: var(--ff02);
  }
  nav#mainNav ul li a span.en.ja {
    font-family: var(--ff01);
    font-size: 12px;
    font-weight: 700;
    color: #000000;
  }
  #header .logo img {
    max-width: 289px;
    width: 100%;
    max-height: 99px;
  }
  #header .logo {
    padding: 0;
  }
  .sticky-header #header-layout {
    height: clamp(
      80px,
      calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))),
      100px
    );
  }
  header#header {
    height: clamp(
      80px,
      calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))),
      100px
    );
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li a span {
    display: block;
  }
  nav#mainNav ul li a span.en {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  .column05.relative.sale-arrow {
    text-align: center;
  }
  .bg-img.ex {
    background-size: unset;
	  background-repeat: repeat;
  }
  .column02.border-gray.pd-before-after.relative.bg-white {
    padding: 2%;
  }
  .cFlow002__text p {
    font-size: 15px;
  }
  .table-item tr.head td.cell_02 {
    border-top: unset;
  }
  .table-item tr.head td.cell_01 {
    border-top: unset;
  }
  .table-item td.cell_02 {
    border-bottom: unset !important;
  }
  .table-item td.cell_01 {
    border-bottom: unset !important;
  }
  .table-item tr.head td.cell_02 {
    border-top: unset;
  }
  body.single-post #content.wide {
    padding-top: 5%;
  }
  .column05 {
    width: 60%;
    margin: 0 auto;
  }
  .sale-arrow::before {
    border-color: #2970e3 transparent transparent transparent;
    position: absolute;
    top: unset;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    content: "";
    border-width: 20px 26px 10px 26px;
    border-style: solid;
    content: "";
    z-index: 100;
  }
  .column04 {
    width: 46%;
  }
  .flexbox.jc_around {
    display: flex;
  }
  .column05.border-gray {
    width: 100%;
  }
  .sppt5 {
    padding-top: 5rem !important;
  }
  .img-area img {
    height: 150px;
  }
  .pd-case {
    padding: 5%;
  }
  .example .column04 {
    width: 100%;
  }
  .img-about-service02 {
    width: 100%;
  }
  .pd-before-after::before {
    border-color: transparent transparent transparent #2970e3;
    top: unset;
    left: 50%;
    transform: unset;
    transform: translateX(-50%);
    bottom: 25px;
    border-color: transparent #2970e3 transparent transparent;
    border-width: 44px 50px 20px 28px;
    border-color: #2970e3 transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    content: "";
    border-width: 15px 30px 0px 30px;
    border-style: solid;
    content: "";
    z-index: 100;
  }
  .mobile header#h1Header {
    height: 150px;
  }
  .bg-gray02.pd-top-service {
    min-height: unset;
    padding: 5%;
  }
  .border-black.bg-white {
    min-height: 150px;
  }
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
.sp-flex-repair01 {
    width: 48% !important;
}

.sp-flexbox {
    display: flex !important;
    flex-wrap: wrap !important;
}
}
