@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* ルート */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap" rel="stylesheet');
:root {
  --color-font: #333;
  --header-color-primary: #2e559d;
  --color-background: #fff;
  --footer-background: #f4f4f4;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Montserrat", sans-serif;
  --ff03: "Zen Old Mincho", serif;
  --footer-color-primary: #888988;
  --footer-color-font: #333;
}

/* 書き変え系 */
.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;
}
/* 送信フォームでコンタクトフォーム非表示 */
.page-id-23 .comon_footer {
  display: none;
}
@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: #333;
}

#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 #DDDDDD; */
}
.postlist li {
  border-bottom: 1px solid #dddddd;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
/* .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: #939393;
  display: block;
  /* border-radius: 5px; */
}
.post_link,
.post2b_link,
.post4b_link {
  color: #969696;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #969696;
}
/* それ以外 */
@media print, screen and (max-width: 768px) {
  a.column02 {
    width: 48%;
    display: block;
  }
  .column02 {
    width: 48%;
  }
}
@media print, screen and (max-width: 768px) {
  .column02 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02:last-child {
    margin-bottom: 0;
  }
}
.column02-w50 {
  width: 50%;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .column02-w50 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02-w50:last-child {
    margin-bottom: 0;
  }
}
.column03 {
  width: 32%;
}

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

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

.relative {
  position: relative;
  z-index: 0;
}
.mx-auto {
  margin: 0 auto;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.margin0 {
  margin: 0;
}
.absolute-area-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.absolute-area-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.absolute-area-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.max_contents {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.bg-img {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.jc_around {
  justify-content: space-around;
}
span.privacy {
  color: #0d56ab;
}
.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: #939393;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #d24238;
}
#header a.head_btn.mail_btn:hover {
  background: #d24238;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #939393;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #939393;
  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: #333;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #333;
  }
  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 */
.post h1 {
  font-size: clamp(20px, 2.2vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #333;
}
.post h2 {
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.69;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #333333;
  padding: 0;
  margin: 0;
}
.post h3 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.67;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #333333;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.font34-line-height49,
.post .font34-line-height49 {
  font-size: clamp(21px, 1.77vw, 34px);
  line-height: 1.44;
}
.font20-line-height24,
.post .font20-line-height24 {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.2;
}
.font20-line-height40,
.post .font20-line-height40 {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 2;
}
.font18-line-height27,
.post .font18-line-height27 {
  font-size: clamp(16px, 0.95vw, 18px);
  line-height: 1.5;
}
.font22-line-height32,
.post .font22-line-height32 {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.5;
}
.font16-line-height27,
.post .font16-line-height27 {
  font-size: clamp(16px, 0.84vw, 16px);
  line-height: 1.7;
}
.letters0,
.post .letters0 {
  letter-spacing: 0px;
}
.letters30,
.post .letters30 {
  letter-spacing: 0.03em;
}
.letters46,
.post .letters46 {
  letter-spacing: 0.046em;
}
.letters120,
.post .letters120 {
  letter-spacing: 0.12em;
}

.noto-sans,
.post .noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}
.montserrat,
.post .montserrat {
  font-family: "Montserrat", sans-serif;
}
.zen-old-mincho,
.post .zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}

.fw400,
.post .fw400 {
  font-weight: 400;
}
.fw500,
.post .fw500 {
  font-weight: 500;
}
.fw600,
.post .fw600 {
  font-weight: 600;
}
.fw700,
.post .fw700 {
  font-weight: 700;
}

.post .black {
  color: #333333;
}
.gray,
.post .gray {
  color: #939393;
}
.white,
.post .white {
  color: #ffffff;
}

.bg-gray,
.post .bg-gray {
  background-color: #f5f5f5;
}
.max_w1480 {
  max-width: 1480px;
  width: 90%;
}
span.absolute-text {
  font-size: clamp(30px, 6.25vw, 120px);
  letter-spacing: 0.12em;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 100;
  font-family: var(--ff02);
  font-weight: 300;
}

.pd-lower-h2 {
  padding: 2%;
}

.minus-margin-top {
  margin-top: -40px;
}
h2.lower-title span {
  display: block;
  font-size: 22px;
  font-weight: 300;
  font-family: var(--ff02);
  padding-top: 10px;
  font-size: clamp(18px, 1.2vw, 22px);
}
/* ボタン */
.btn-item02 a {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  margin: 0 auto;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff01);
}

.btn-item02 a::before {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 19px;
  height: 19px;
  content: "";
  background-image: url(/wp-content/uploads/Icon-ion-arrow-down-circle-sharp.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

.btn-item02 a:hover::before {
  transform: translateY(0);
}
span.absolute-text.top {
  top: 25px;
}

.bg-white {
  background: #fff;
}

.pd-btn-cotainer {
  padding: 2%;
  position: relative;
  z-index: 9999;
}

.gap60px {
  gap: 60px;
}
.bg-gray02 {
  background: #acacac;
}

.btn-item03 a {
  position: relative;
  display: block;
  color: #333333;
  font-family: var(--ff02);
  font-size: 30px;
  font-size: clamp(20px, 1.6vw, 30px);
  font-weight: 600;
  padding: 23% 0;
  text-decoration: none;
  transition: 0.3s;
  padding-left: 7%;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #333333;
  letter-spacing: 0.12em;
}
.btn-item03 a:hover::after {
  right: 1em;
}
.btn-item03 a::after {
  position: absolute;
  content: "";
  margin: 0 auto;
  width: 68px;
  height: 8px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: skew(45deg);
  translate: 0 -50%;
  top: 50%;
  right: 2em;
  transition: 0.3s;
}

.btn-item03 a:hover {
  opacity: 0.7;
}
/* TOP */
.abolute-img01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 76%;
}
.abolute-img02 img {
  width: 41%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-item a {
  position: relative;
  display: inline-block;
  color: #333333;
  font-size: clamp(18px, 1.1vw, 20px);
  font-weight: 500;
  padding: 15px 0;
  letter-spacing: 0.07em;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff02);
  padding-left: 6em;
}

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

.btn-item a::after {
  color: #353639;
  content: "";
  position: absolute;
  left: 38px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/arrow-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s;
  top: 50%;
  transform: translateY(-50%);
}
.btn-item a:hover {
  opacity: 0.5;
}
.bg-img.bg-top-features {
  background-image: url(/wp-content/uploads/bg-top-features.png);
}

.pd-top-features {
  padding-top: 115px;
  padding-bottom: 125px;
}
.bg-gray0 {
  background: #f4f4f4;
}

.max_w950 {
  max-width: 950px;
  width: 90%;
}
/* フッター */
.bg-off-white {
  background: #fcfcfc;
}
/* 当事務所について */
.column03.bg-white.mb9 {
  border: 1px solid #d5d5d5;
}
.bg-img.bg-our-service {
  background-image: url(/wp-content/uploads/bg-our-service.png);
}

body.page-id-147 #content.wide {
  padding-bottom: 0;
}
/* 事務所概要 */
h2.lower-title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.45;
  font-size: clamp(22px, 1.8vw, 34px);
}
.bg-gray04 {
  background: #f5f5f580;
}
.table-item tr td {
  font-size: 16px;
  font-weight: 400;
  padding: 18px 3%;
  padding-left: 20px;
  vertical-align: middle;
  line-height: 1.78;
}
.table-item td.cell_01 {
  width: 15%;
  border-bottom: 1px solid #7e7e7e;
}
.table-item td.cell_02 {
  border-bottom: 1px solid #dcdddd;
}
.table-item tr.head td.cell_01 {
  border-top: 0px solid #0a3ea3;
}
.table-item tr.head td.cell_02 {
  border-top: 0px 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: 0px solid #9f9f9f4d;
    background: #f5f5f5;
  }
  .table-item tr td {
    display: block;
    width: 100% !important;
  }
  .table-item td.cell_02 {
    border-bottom: 0px solid #0a3ea3;
  }
  .table-item tr td {
    padding: 15px 3%;
  }
}
/* メニュー */
header#h1Header h1.title span.ja {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.45;
  font-size: clamp(22px, 1.6vw, 29px);
}

header#h1Header h1.title span.en {
  font-family: var(--ff02);
  display: block;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(18px, 1.1vw, 20px);
}

#thumbImg::before,
header#h1Header::before {
  background: #606060;
  opacity: 0.58;
}
/* その他 */
#footer img {
    max-width: 561px;
    width: 80%;
}

.font16-line-height27.ex, .post .font16-line-height27.ex {
    font-size: clamp(14px, 0.84vw, 16px);
}
.pd2 {
    padding: 2rem 2.5rem !important;
}
.postlist .post_text {
  padding-bottom: 20px;
}
li.breadcrumb-item span.en {
  display: none;
}
#sitemap_list span.en {
  display: none;
}
.pd5 {
  padding: 5rem 1rem !important;
}

#footer ul li a {
  font-weight: 600;
}
div#sec01 {
  padding-top: 130px;
  margin-top: -130px;
}
div#sec02 {
  padding-top: 130px;
  margin-top: -130px;
}
div#sec03 {
  padding-top: 130px;
  margin-top: -130px;
}
div#sec04 {
  padding-top: 130px;
  margin-top: -130px;
}
div#sec05 {
  padding-top: 130px;
  margin-top: -130px;
}
div#sec06 {
  padding-top: 130px;
  margin-top: -130px;
}
.in-page-link {
  padding-top: 130px;
  margin-top: -130px;
}

table.responsive tr:first-child {
  border-top: 1px solid #dcdddd !important;
}
.bg-img.bg-top-features.pd-top-features {
  padding: 120px 0;
}

.btn-item a::before {
  height: 45px;
  width: 90px;
}
.bg-gray.pd-lower-h2 {
  margin-bottom: 10px;
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
  .responsive {
    display: block;
  }

  .responsive .column02 {
    width: 100%;
  }
  .mb-responsive {
    margin-bottom: 20px;
  }
  .abolute-img01 img {
    position: unset;
  }

  .abolute-img02 img {
    position: unset;
  }

  .abolute-img02 {
    text-align: right;
  }
}
@media print, screen and (min-width: 1024px) {
	#header .logo img {
    max-width: 561px;
    width: 100%;
    max-height: 51px;
}
  nav#mainNav ul li a {
    transition: 0.3s;
  }
  nav#mainNav ul li#menu-item-204 a:active span.en,
  nav#mainNav ul li#menu-item-204 a:hover span.en,
  nav#mainNav ul li#menu-item-204.current-menu-item a span.en,
  nav#mainNav ul li#menu-item-204.current-menu-parent a span.en {
    border-bottom: none;
  }

  nav#mainNav ul li#menu-item-204 a:active,
  nav#mainNav ul li#menu-item-204 a:hover,
  nav#mainNav ul li#menu-item-204.current-menu-item a,
  nav#mainNav ul li#menu-item-204.current-menu-parent a {
    opacity: 0.5;
  }
  .sticky-header #header-layout {
    height: 130px;
  }

  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 li a span.ja {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #333333;
    line-height: 1.5;
    font-size: clamp(14px, 1vw, 18px);
  }

  nav#mainNav ul li a span.en {
    font-size: 12px;
    font-family: var(--ff02);
    letter-spacing: 0.12em;
    color: #333333;
    font-weight: 600;
    padding-top: 0px;
    line-height: 1.5;
  }

  header#header {
    height: 130px;
  }

  .header__nav-contact {
    margin-right: 6vw;
  }

  nav#mainNav {
    height: 70px;
  }

  li#menu-item-204 a {
    border: 1px solid #333;
  }

  #header .logo {
    margin-left: 2vw;
  }

  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 {
    border-bottom: 1px solid;
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li a span.ja {
    display: block;
  }
}
@media print, screen and (max-width: 768px) {
	.pd2 {
    padding: 1rem !important;
}
  .btn-item a::before {
    height: 30px;
  }
  .bg-img.bg-our-service.pt4 {
    padding: 5% 0;
  }
  .pd-lower-h2 {
    padding: 5% 0;
  }
  .img-area.ex img {
    height: 200px;
  }
  .img-area img {
    height: 150px;
  }

  span.absolute-text {
    bottom: 0;
  }

  h2.lower-title span {
    padding-top: 0;
  }

  .btn-item02 {
    margin-bottom: 20px !important;
  }

  .pd-btn-cotainer {
    padding: 5%;
  }

  .btn-item02 a {
    padding-left: 0;
  }
  .btn-item03 a {
    padding: 10%;
  }

  .btn-item03 a::after {
    width: 30px;
  }

  .abolute-img02 img {
    position: unset;
    width: 40%;
  }

  .abolute-img01 img {
    position: unset;
  }

  .abolute-img02 {
    text-align: right;
    padding-top: 15px;
  }

  .mobile header#h1Header {
    height: 150px;
  }
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
  /* 	 */
}

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

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

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