@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: #3392f0;
  --color-background: #fff;
  --footer-background: #fff;
  --footer-color-font: #777777;
  --footer-color-primary: #777777;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Oswald", sans-serif;
}
/* h1～h3 */
.post h1 {
  font-size: clamp(23px, 1.8vw, 34px);
  line-height: 1.38;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333333;
}
.post h2 {
  font-size: clamp(16px, 1.3vw, 24px);
  line-height: 1.96;
  letter-spacing: 0.06em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #379af2;
  padding: 0;
  margin: 0;
}
.post h3 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.36;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #303030;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
/* ユーティリティ */
.font24-line-height47,
.post .font24-line-height47 {
  font-size: clamp(16px, 1.3vw, 24px);
  line-height: 1.96;
}

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

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

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

.font26,
.post .font26 {
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.69;
}

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

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

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

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

.font34-line-height47,
.post .font34-line-height47 {
  font-size: clamp(23px, 1.8vw, 34px);
  line-height: 1.38;
}

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

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

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

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

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

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

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

.oswald,
.post .oswald {
  font-family: "Oswald", sans-serif;
}

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

.black01,
.post .black01 {
  color: #303030;
}

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

.blue,
.post .blue {
  color: #00008b;
}

.blue01,
.post .blue01 {
  color: #379af2;
}

.blue02,
.post .blue02 {
  color: #389bf2;
}

/* イレギュラー */
.bg-blue,
.post .bg-blue {
  background: #379af2;
}

.bg-gray,
.post .bg-gray {
  background: #fafafa;
}

.border-bottom,
.post .border-bottom {
  border-bottom: 2px solid #379af2;
}

.border-left,
.post .border-left {
  border-left: 10px solid #379af2;
}
.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;
}

.lower-h3-pd,
.post .lower-h3-pd {
  padding: 6px 9px;
}

.lower-h4-pd,
.post .lower-h4-pd {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.lower-p-pd,
.post .lower-p-pd {
  padding: 2px 8px;
  border-radius: 5px;
  line-height: 2;
}

.underline::before,
.post .underline::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 30px;
  width: 100%;
  max-height: 4px;
  height: 0.2em;
  background: #379af2;
}

/* 書き変え系 */
/* お問い合わせページだけフッターがないときにナビゲーションエリアにpadding-topを設けたい */
.page-id-21 footer#footer {
  padding-top: 5rem;
}
@media print, screen and (max-width: 768px) {
  .page-id-21 footer#footer {
    padding-top: 2.5rem;
  }
}
/* 投稿のショートコードのタイトルのh2が.post h2に負けないようにする */
h2.cat-loop {
  font-size: clamp(16px, 1vw, 18px);
}
/* 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 solid #ddd;
}
.postlist li {
  border-bottom: 1px solid #ddd;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
.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: #379af2;
  display: block;
  border-radius: 0px;
}
.post_link,
.post2b_link,
.post4b_link {
  color: #0c4376;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #0c4376;
}
/* それ以外 */
.sp_txt_l {
  text-align: left !important;
}
@media print, screen and (max-width: 768px) {
  .sp_flex_mb {
    margin-bottom: 15px;
  }
}
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: calc(100% / 3 - 50px / 3);
}

a.column03 {
  width: 32%;
  display: block;
  transition: 0.3s;
}
@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;
}
.ml-auto {
  margin-left: auto;
}
.margin0 {
  margin: 0;
}
.absolute-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.max_contents {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.mxauto {
  margin: 0 auto;
}
.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: #379af2;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #379af2;
}
#header a.head_btn.mail_btn:hover {
  background: #379af2;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #379af2;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #379af2;
  opacity: 0.7;
}
/* 代替案 検討中 */
body:not(.home) #content.wide {
  padding: 4% 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) {
  /* 最新	 */
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    margin-bottom: 0;
  }
  .sp_flex {
    display: flex;
  }
  .sp_w_90 {
    width: 90%;
    margin: 0 auto;
  }
  .sp_txt_l,
  .post .sp_txt_l .sp_w90 {
    text-align: left;
  }
  /* ヘッダー */
  .mobile #header {
    background: #fff;
  }
  .spmenu #menu p {
    color: #379af2;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #379af2;
  }
  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;
}

/* 防長について */
.br50px {
  border-radius: 50px 0 0 50px;
}

.max_w1800 {
  width: 90%;
}

.max_w1600 {
  width: 90%;
}

.column02-irregular-left {
  width: 50%;
}

.column02-irregular-right {
  width: 46%;
}

.pd {
  padding: 60px 70px 35px;
}

.about-bocho.relative::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(135deg, #379af2, #86e06c);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -10;
}

/* トップの事業内容 */

.btn-item {
  width: 100%;
  max-width: 230px;
  width: 100%;
}
.btn-item a {
  position: relative;
  display: block;
  text-align: center;
  background: #379af2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--ff01);
  padding: 17px 0;
  text-decoration: none;
  transition: 0.3s;
}
.btn-item a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transition: 0.2s;
}
.btn-item a:hover::before {
  right: 10px;
}
.bg-top-service {
  background-image: url(/wp-content/uploads/bg-top-service.png);
}

.br10px {
  border-radius: 10px;
}

.border-white {
  border: 2px solid #fff;
}

.pd50px {
  padding: 50px 10px;
}

.pd-works {
  padding: 12rem 11rem 6rem;
}
/* トップ 施工事例 */
a.column03:hover {
  opacity: 0.7;
}
.gap20px {
  gap: 20px;
}

.inline-pd20px {
  padding: 0 20px;
}

.column02-irregular-left02 {
  width: 40%;
}

.column02-irregular-right02 {
  width: 60%;
}

.bg-gray02 {
  background: #f8f8f8;
}

/* フッター */
.border-top-white {
  border-top: 1px solid #f8f8f8;
}
.border-bottom-white {
  border-bottom: 1px solid #f8f8f8;
}
.pd9 {
  padding: 9rem;
}

.gap100px {
  gap: 100px;
}

.bg-footer {
  background-image: url(/wp-content/uploads/bg-footer.png);
}

.tel-info01::before {
  font-family: "FontAwesome";
  content: "\f3cd";
  margin-right: 0.5em;
}
.txt_c {
  text-align: center;
}

.tel-info01 {
  font-size: 35px;
  font-weight: 900;
  font-family: var(--ff01);
  color: #379af2;
  font-size: 25px;
}

.tel-info02 {
  font-size: 12px;
  font-family: var(--ff01);
  font-weight: 500;
}

a.contact-form_tel:hover {
  opacity: 0.7;
}

/* 事業内容 */
span.circle {
  color: #379af2;
}
.border-bottom-dashed {
  border-bottom: 1px dashed #dbdbdb;
}
.border-gray {
  border: 1px solid #dcdddd;
}

.br5px {
  border-radius: 5px;
}

.br5px img {
  border-radius: 5px 5px 0 0;
}

.border-gray02 {
  border: 1px solid #f2f2f2;
}

.parallax-background {
  width: 100vw;
  height: 100vh;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background-image: url(/wp-content/uploads/parallax.png);
  background-position: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 施工事例 */
.gallery {
  margin: 5px 0 !important;
}
.btn-item02 {
  max-width: 260px;
  width: 100%;
}
.btn-item02 a {
  position: relative;
  display: block;
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff02);
  border-bottom: 2px solid #379af2;
}
.btn-item02 a::before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 10px;
  transition: 0.3s;
  background-image: url(/wp-content/uploads/circle-icon.png);
}
.btn-item02 a:hover::before {
  top: 20px;
}
/* 採用情報 */
.column03.border-white.br10px.ex {
    padding: 10px;
}
.column03.border-white.br10px {
  padding: 10px;
}
.column03.border-white.br10px {
  padding: 50px;
}
.bg-white {
  background: #fff;
}
p.card-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.03em;
  text-align: center;
}
.table-item tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 24px 3%;
  vertical-align: middle;
  line-height: 1.7;
}
.table-item td.cell_01 {
  width: 20%;
  border-bottom: 2px solid #0167fa;
}
.table-item td.cell_02 {
  border-bottom: 2px solid #9f9f9f;
}
.table-item tr.head td.cell_01 {
  border-top: 2px solid #0167fa;
}
.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 #9f9f9f;
  }
  .table-item tr td {
    display: block;
    width: 100% !important;
  }
  .table-item td.cell_02 {
    border-bottom: 2px solid #0167fa;
  }
  .table-item tr td {
    padding: 15px 3%;
  }
}
.underline.white::before,
.post .underline.white::before {
  background: #fff;
}
.page-id-184 div#content.wide {
  padding-bottom: 0;
}
/* 会社概要 */

/* その他 */
.sc_geneleted_list {
    box-shadow: 0px 3px 20px #BFBFBF29;
    padding: 4% 5%;
}
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)
  );
}
.sticky-header #header-layout {
  height: clamp(
    80px,
    calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))),
    100px
  );
}

header#h1Header h1.title {
  font-size: clamp(30px, 2.4vw, 45px);
  font-weight: 700;
  font-family: var(--ff01);
}

#thumbImg::before,
header#h1Header::before {
  background: linear-gradient(135deg, #379af2, #86e06c);
  opacity: .71;
}

div#breadcrumb {
  background: #379af2;
}

#breadcrumb ul li,
#breadcrumb ul li a {
  color: #fff;
}
span.tel_number {
  color: #379af2;
  display: flex;
  align-items: center;
  font-family: var(--ff02);
  font-weight: 500;
  font-size: clamp(20px, 1.4vw, 26px);
}

span.tel_number::before {
  content: "\f3cd";
  font-family: "FontAwesome";
  color: #379af2;
  font-size: 0.8em;
  margin-right: 10px;
  line-height: 1;
}

span.reception_time {
  display: block;
  color: #000;
  font-size: 10px;
  text-align: center;
  font-weight: 500;
}

#header ul.header__contact li:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding: 0 1vw;
  background: #f8f8f8;
}

#header ul.header__contact li:first-child:hover {
  opacity: 0.7;
}
/*--メディアクエリ--------------------------------------------*/
@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;
}
  header#header {
    height: clamp(
      80px,
      calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))),
      100px
    );
  }
  nav#mainNav ul li a b {
    font-weight: 700;
    color: #303030;
    font-size: clamp(13px, 0.9vw, 16px);
  }

  nav#mainNav ul li a span {
    color: #3392f0;
    font-size: 10px;
    font-weight: 500;
    font-family: var(--ff02);
  }
  #header .logo img {
    max-width: 349px;
    width: 100%;
    max-height: 86px;
  }
}
@media print, screen and (max-width: 1024px) {
  .column02-irregular-left {
    margin: 0 auto;
    width: 80%;
  }

  .column02-irregular-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 1240px) {
  .pd-works {
    padding: 3%;
  }
}
@media print, screen and (max-width: 768px) {
  #thumbImg,
  header#h1Header {
    height: 150px;
  }
  .column02-irregular-left {
    width: 100%;
  }

  .column02-irregular-right {
    width: 100%;
  }
  .column02-irregular-left02 {
    width: 100%;
  }

  .column02-irregular-right02 {
    width: 100%;
  }
  .pd {
    padding: 30px;
  }

  .max_w1600 {
    width: 100%;
  }

  .ml-auto {
    margin: 0 auto;
  }

  a.column03 {
    width: 100%;
    margin-bottom: 15px;
  }

  .sp_inline-pd20px {
    padding: 0 20px;
  }

  .pd9 {
    padding: 10% 0;
  }

  .sp_mx-auto {
    margin: 0 auto;
  }

  .column03.border-white.br10px {
    padding: 30px;
  }
	.single-post div#content.wide {
    padding-top: 6%;
}
  .page-id-186 div#content.wide {
    padding-top: 6%;
}
	.br50px {
    border-radius: 0 0 50px 50px;
}
}
