@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=Roboto:ital,wght@0,100..900;1,100..900&family=Yuji+Mai&display=swap');
:root {
  --color-font: #333333;
  --header-color-primary: #11355B;
  --color-background: #fff;
  --footer-background: #11355B;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Roboto", sans-serif;
  --ff03: "Yuji Mai", serif;
  --footer-color-primary: #fff;
  --footer-color-font: #fff;
  --content-max-width: 1320px;
}

/* 書き変え系 */
.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;
}
/* 見出しの装飾 */
.head-border,
.post .head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

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

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



.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;
}
.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: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  height: 2px;
  background: #195FAB;
}
.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: 10px solid #006cb7;
}

.behind-text::before,
.post .behind-text::before {
  position: absolute;
  left: 0%;
  width: 100%;
  top: -80%;
  line-height: 1.45;
  font-size: clamp(30px, 2.3vw, 44px);
  letter-spacing: 0.08em;
  font-family: var(--ff01);
  font-weight: 400;
  z-index: -10;
  content: "TOP ABOUT";
}

.marker,
.post .marker {
  display: inline-block;
}
.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: #195FAB;
}

#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: #fff;
}

#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 solid #cccccc;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
/* .post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  color: unset;
} */
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: #195FAB;
  display: block;
  border-radius: 5px;
}
.post_link,
.post2b_link,
.post4b_link {
  color: #969696;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #195FAB;
}
/* それ以外 */
@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: 30%;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .column03 {
    width: 48%;
    margin-bottom: 2vw;
  }
  a.column03 {
    width: 46%;
    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: 25%;
}
@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: 0;
  }
  .column04:last-child {
    margin-bottom: 0;
  }
}

.relative {
  position: relative;
  z-index: 14;
}
.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 {
  /* margin: 0 auto; */
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 90%;
  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: #195FAB;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn span {
  font-size: 16px;
  font-weight: 700;
  /* font-family: var(--ff02); */
  /* padding-top: 1rem; */
}
#header a.head_btn.mail_btn:hover {
  background: #195FAB;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #195FAB;
  border-radius: 60px;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #195FAB;
  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 !important;
  }

  .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: #11355B;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #11355B;
  }
  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: #000;
}
.post h2 {
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.69;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  padding: 0;
  margin: 0;
}
.post h3 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.67;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

/* CSS */
/* ===== Font-size + Line-height ===== */
.font38-line-height55,
.post .font38-line-height55 {
  font-size: clamp(18px, 1.98vw, 38px);
  line-height: 1.45;
}

.font16-line-height32,
.post .font16-line-height32 {
  font-size: clamp(16px, 0.83vw, 16px);
  line-height: 2.00;
}

.font20-line-height26,
.post .font20-line-height26 {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.30;
}

.font26-line-height45,
.post .font26-line-height45 {
  font-size: clamp(16px, 1.35vw, 25px);
  line-height: 1.73;
}

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

.font16-line-height21,
.post .font16-line-height21 {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 1.31;
}

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

.font48-line-height70,
.post .font48-line-height70 {
  font-size: clamp(23px, 2.50vw, 48px);
  line-height: 1.46;
}

.font32-line-height46,
.post .font32-line-height46 {
  font-size: clamp(19px, 1.67vw, 32px);
  line-height: 1.44;
}

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

.letters32,
.post .letters32 {
  letter-spacing: 0.032em;
}

/* ===== Font-family ===== */
.noto-sans,
.post .noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.roboto,
.post .roboto {
  font-family: "Roboto", sans-serif;
}

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

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

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

/* ===== Color ===== */
.gray,
.post .gray {
  color: #40464B;
}

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

/* ===== Span display ===== */
.block {
  display: block;
}

/*--トップ--------------------------------------------*/
.pb-top-intro {
    padding-top: 9%;
    padding-bottom: 8%;
}

.max_w1500 {
    width: 90%;
}

.br20px img {
    border-radius: 20px;
}

span.marker.blue {
    background: linear-gradient(transparent 75%, #7AD6F5 35%);
}
.sec02 {
    margin-top: -17%;
    padding-bottom: 5%;
}

.underline-two-colors, .post .underline-two-colors {
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
    background: linear-gradient(90deg, #00B0EC 0% 33%, #fff 33% 66%);
    background-repeat: no-repeat;
    background-size: 4rem 0.4rem;
    background-position: bottom center;
}
span.blue {
    color: #195FAB;
}

.box-shadow {
    box-shadow: 0px 0px 15px -5px #ccc;
    border-radius: 0 0 20px 20px;
}

.pd-top-reason {
    padding: 5%;
}
.bg-light-blue {
    background: #F3F7FB;
    border-radius: 120px 120px 0 0;
    padding: 5% 0;
    padding-bottom: 2%;
    /* margin-bottom: 5%; */
}

.gap60px {
    gap: 60px;
    row-gap: 0;
}

.absolute-text01 {
    position: absolute;
    top: 30px;
    left: 30px;
}
.underline-two-colors.ex, .post .underline-two-colors.ex {
        padding-bottom: 0.5em;
    margin-bottom: 0.8em;
    background: linear-gradient(90deg, #00B0EC 0% 33%, #195FAB 33% 66%);
    background-repeat: no-repeat;
    background-size: 4rem 0.4rem;
    background-position: bottom center;
}
	.bg-light-blue.ex {
    background-image: url(/wp-content/uploads/top-comoany.png);
    padding-bottom: 3%;
    background-size: cover;
}
.light-blue {
    background: #F3F7FB;
}
.bg-top-recruit {
    background-image: url(/wp-content/uploads/top-recruit.png);
    padding: 4% 0px;
    border-radius: 20px;
    position: relative;
}

.pd-top-recruit {
    padding: 5% 0;
}

.btn-item {
  max-width: 280px;
  width: 100%;
}
.btn-item a {
    position: relative;
    display: block;
    letter-spacing: 0.06em;
    text-align: center;
    background: #fff;
    color: #195FAB;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 50px;
}
.btn-item a::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #195FAB;
    border-right: 2px solid #195FAB;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    transition: 0.2s;
}
.btn-item a:hover::before {
    right: 10px;
}
.underline-two-colors.ex.left, .post .underline-two-colors.ex.left {
    background-position: bottom left;
}
.pd-top-news {
    padding-bottom: 5%;
}
/* フッター */
.bg-footer {
    background: #11355B;
    padding-top: 5%;
    padding-bottom: 2%;
}
.tel-info01::before {
          font-family: 'FontAwesome';
          content: '\f3cd';
          font-size: 0.8em;
}
.txt_c {
  text-align: center;
}

.tel-info01 {
  font-size: 32px;
  position: relative;
  font-family: var(--ff02);
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tel-info02 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

a.contact-form_tel:hover {
    opacity: .7;
}
/*--不動産管理--------------------------------------------*/
.border-blue {
    border: 2px solid #195FAB;
}

.br10px {
    border-radius: 10px;
}

.bg-blue {
    background: #195FAB;
}

.pd-emphasis, .post .pd-emphasis {
    border-radius: 5px;
    font-size: 26px;
    font-size: clamp(18px, 1.4vw, 26px);
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 1.23;
    padding: 0.5% 2%;
    margin-right: 5px;
}

span.red-emphasis {
    color: #C51616;
    font-size: clamp(18px, 2vw, 38px);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 0.85;
    border: 2px solid;
    border-radius: 10px;
    margin-right: 5px;
    padding: 0px 10px;
}

.pd-kanri01 {
    padding: 3% 0% 1% 0%;
}

.border-navy {
    border: 2px solid #1D4E81;
}

.br20px {
    border-radius: 20px;
}

.absolute-img01 {
    position: absolute;
    bottom: -17%;
    right: -19%;
    width: 32%;
}

.pd-kanri02 {
    padding: 5% 6%;
}
.gap30px {
    gap: 8px;
}

.border-bottom-dashed {
    border-bottom: 2px dotted #DDDDDD;
}
.dawn-arrow::before {
    border-color: #1D4E81 transparent transparent transparent;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-width: 50px 100px 0px 100px;
    border-style: solid;
    content: "";
    z-index: 100;
}

.bg-blue02 {
    background: #1D4E81;
}

.pd-nayami {
    padding: 2% 0;
}
.border-bottom-dashed.ex {border-bottom: 2px dotted #DDDDDD;}

span.number {
    max-width: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    background: #1C4B7E;
    border-radius: 50%;
    font-size: 18px;
    min-height: 36px;
    max-height: 36px;
    color: #fff;
    display: flex;
    justify-content: center;
}

.gap20px {
    gap: 20px;
}
.bg-about-service {
    background-image: url(/wp-content/uploads/bg-about-service.png);
    padding: 5% 0;
}

.bg-white {
    background: #fff;
}

.pd-serviceitem {
    padding: 1.5%;
}

/*  */
.flow-container {
  display: flex;
  align-items: flex-start; /* 上位置を揃える */
  gap: 50px;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: center;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #195FAB;
  border-radius: 5px;
  background: white;
  text-align: center;
  width: 60px;         /* 縦書きなので細め */
  height: 400px;       /* 全部同じ高さに固定 */
  width: 10%;
  border-radius: 0 0 10px 10px;
  position: relative;
  border-radius: 10px 10px 10px 10px;
}

.flow-number {
  background-color: #195FAB;
  color: white;
  font-weight: bold;
  font-size: 52px;
  font-size: clamp(20px, 2.71vw, 52px);
  padding: 25px 0;
  font-family: var(--ff02);
  width: 100%;
  border-radius: 4px 7px 0 0;
}

.flow-text {
  flex: 1; /* 下まで均等に伸ばす */
  display: flex;
  padding: 5px;
  font-weight: 700;
  font-size: 26px;
  font-size: clamp(18px, 1.4vw, 26px);
  color: #40464B;
  writing-mode: vertical-rl; /* 縦書き */
  text-orientation: uprig;
  padding-top: 30px;
  letter-spacing: 0.15em;
}
.flow-step::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    right: -42px;
    height: 0px;
    content: '';
    border-width: 22px 0px 22px 26px;
    border-style: solid;
    border-color: transparent transparent transparent #013983;
}
.flow-step.ex {
    position: unset;
}
.max_w800 {
    max-width: 800px;
}

span.sub {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.33;
}

span.red {
    color: #C61717;
}

.pd-banner {
    padding: 3%;
}

body.page-id-173 #content.wide {
    padding-bottom: 0;
}
body.page-id-204 #content.wide {
    padding-bottom: 0;
}
body.page-id-287 #content.wide {
    padding-bottom: 0;
}
body.page-id-228 #content.wide {
    padding-bottom: 0;
}
body.page-id-194 #content.wide {
    padding-bottom: 0;
}
body.page-id-220 #content.wide {
    padding-bottom: 0;
}
body.page-id-206 #content.wide {
    padding-bottom: 0;
}
body.page-id-292 #content.wide {
    padding-bottom: 0;
}
.bg-blue03 {
    background: #00B0EC;
}

.dawn-arrow.blue03::before {
    border-color: #00B0EC transparent transparent transparent;
}
p.hukidashi {
    font-size: 24px;
    font-size: clamp(14px, 1.25vw, 24px);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #195FAB;
    display: flex;
    gap: 10px;
    padding: 0%;
    justify-content: center;
}

span.emphasis {
    font-size: clamp(20px, 1.7vw, 30px);
}
.border-blue02 {border: 2px solid #195FAB;padding: 2%;width: 48%;}

.br60px {
    border-radius: 60px;
}
.bg-gray04 {
    background: #F3F7FB;
}

.dawn-arrow02::before {
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    right: 60px;
    width: 0px;
    height: 0px;
    border-width: 20px 15px 0px 15px;
    border-style: solid;
    content: "";
    z-index: 100;
}

.dawn-arrow02::after {
    width: 3px;
    height: 24px;
    background: #195FAB;
    position: absolute;
    content: "";
    right: 65px;
    bottom: -23px;
    rotate: (10deg);
    transform: rotate(37deg);
}
.absolute-img02 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 13%;
}
.pd-speech {
    padding-bottom: 15%;
}
.bg-about-service.kanri {
    background-image: url(/wp-content/uploads/kanri-bg.png);
}
.btn-item {
    max-width: 500px;
    width: 100%;
}
.btn-item a {
	    position: relative;
	    display: block;
	    background: #fff;
	    color: #fff;
	    font-size: clamp(20px, 1.6vw, 30px);
	    color: #EB9220;
	    font-weight: bold;
	    padding: 30px 0;
	    margin: 0 auto;
	    text-decoration: none;
	    transition: 0.3s;
	    font-family: var(--ff01);
	    text-align: center;
	    border-bottom: 10px solid #CB7F1C;
}
.btn-item a:hover {
 	background: #EB9220;/*背景の色*/
 	color: #fff;/*文字と枠の色*/
 	outline: 1px solid;
}
.absolute-text {
    left: 50%;
    display: inline-block;
    background: #08A449;
    border-radius: 200px;
    color: #fff;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    /* left: 0; */
    max-width: 250px;
    transform: translate(-50%,-65%);
    padding: 1%;
}

.absolute-text::before {
    border-color: #08A449 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-width: 10px 10px 0px 10px;
    border-style: solid;
    content: "";
    z-index: 100;
}
p.banner-title {
    font-size: clamp(16px, 1.6vw, 29px);
    color: #fff;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.bg-orange {
    background: #EB9220;
}

.absolute-img-banner {
    position: absolute;
    right: 0;
    bottom: -40px;
}
.navy {
    background: #11355B;
    padding-bottom: 15%;
}
.satei-img {
    width: 49%;
}

.satei-text {
    width: 45%;
}

.pseud-white::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 80%;
    height: 100%;
    right: 0;
    top: 7%;
}
p.satei-title {
    font-size: clamp(19px, 1.67vw, 32px);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.43;
    border-bottom: 1px solid #195FAB;
    padding-bottom: 0rem;
    margin-bottom: 2rem;
}

.pd-satei-item {
    padding: 3%;
    background: #F3F7FB;
    padding-top: 5%;
}
.circle::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #0754A2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
}

.circle, .post .circle {
    padding-left: 2rem;
}
.pseud-white {
    margin-bottom: 10%;
}

.safari-text-inner {
    max-width: 740px;
    width: 90%;
}

span.reccomend {
    padding: 1% 2%;
    display: inline-block;
    color: #fff;
    background: #195FAB;
    position: absolute;
    left: 20px;
    top: 0;
    transform: translateY(-50%);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.pseud-white.left-side::before {
    left: 0;
}
.pseud-white.ex {
    margin-bottom: 0;
}
/*--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: #1f60ab;
}
.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 #d1d1d1;
}
.qa_list .qa_list_inner .a_ico {
  color: #1f60ab;
  line-height: 1;
  padding: 1.5rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  max-width: 90px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  font-family: var(--body-font-family);
  font-family: var(--ff02);
  color: #1f60ab;
  font-size: clamp(20px, 1.7vw, 32px);
  font-weight: 700;
}
.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: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff02);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-size: clamp(20px, 1.7vw, 32px);
}
.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: 18px;
  font-size: clamp(16px, 1vw, 18px);
  color: #fff;
  font-family: var(--ff02);
  font-weight: 700;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  font-size: 16px;
  color: #333333;
  color: #333;
  font-weight: 500;
}
.qa_list .qa_list_inner dt:after {
  content: "＋";
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  color: #fff;
  font-size: 2em;
}
.qa_list .qa_list_inner dd {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  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;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .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: 40px;
    padding: 1.2rem 1rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
    font-size: 1em;
    top: 37%;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }
  .qa_list .qa_list_inner {
    margin-bottom: 1rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}
/* 相続 */
.bg-blue-gradiation {
    background-image: url(/wp-content/uploads/sozoku-bg.png);
}

.pd-sozolu-item {
    padding: 5% 0;
}

.br30px {
    border-radius: 30px;
}

.pd-sozoku-item02 {
    padding: 4%;
}

p.sozoku-text {
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.7;
    color: #40464B;
    font-family: var(--ff01);
}

.dawn-arrow.sozoku::before {
    bottom: -80px;
    border-width: 50px 105px 0px 105px;
}

/* 文字の上に点 */
.dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
  -webkit-text-emphasis-style: dot;
  text-emphasis-style: dot;
  -webkit-text-emphasis-color: red;
  text-emphasis-color: #40464B;
  color: blue;
  font-size: 48px;
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 700;
  color: #40464B;
}
.pt-kanri-reason {
    padding-top: 10%;
    padding-bottom: 5%;
}

.gap10px {
    gap: 10px;
}

span.marker.yellow.dots {
    background: linear-gradient(transparent 80%, #ff6 60%);
}
.marker.yellow.line-blue {
    background: linear-gradient(transparent 70%, #00b0ec6e 9%);
    line-height: 1;
}
p.company-text {
    font-size: clamp(17px, 1.1vw, 20px);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.7;
    color: #40464B;
}

p.name {
    font-size: clamp(20px, 1.3vw, 24px);
    font-family: var(--ff03);
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #40464B;
}
.table-item tr td {
    font-size: clamp(16px, 1vw, 16px);
    font-weight: 500;
    padding: 25px 3%;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C6;
    line-height: 2;
}

.table-item td.cell_01 {
    width: 25%;
    background: #1C4B7E;
    border-left: 1px solid #C6C6C6;
    color: #fff;
    font-weight: 700;
}
.table-item td.cell_02 {
    border-right: 1px solid #C6C6C6;
    background: #fff;
}
.table-item tr.head td {
  border-top: 1px solid #C6C6C6;
}

@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-light-blue.br-none {
    border-radius: 0;
}
.bg-recruit {
    background-image: url(/wp-content/uploads/bg-recruit.png);
    padding: 5% 0;
}

p.recruit {
    padding: 1% 2%;
    font-size: clamp(20px, 1.7vw, 32px);
    color: #fff;
    letter-spacing: 0.06em;
    background: #00B0EC;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 2rem;
    font-weight: 700;
}
/*  */

.btn-item.footer {
  max-width: 280px;
  width: 100%;
}
.btn-item.footer a {
    position: relative;
    display: block;
    letter-spacing: 0.06em;
    text-align: center;
    background: #fff;
    color: #195FAB;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: none;
}
.btn-item.footer a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #195FAB;
    border-right: 2px solid #195FAB;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    transition: 0.2s;
}
.btn-item.footer a:hover::before {
    right: 10px;
}
.pd-reform-item {
    padding: 2%;
}

p.reform {
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #40464B;
    line-height: 1.7;
}
.halr-bg-blue::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #F3F7FB;
    height: 30%;
    width: 100%;
}

.halr-bg-blue {
    padding-bottom: 5%;
}
.border-gray {
    border: 1px solid #DDDDDD;
}

.pd-reform-item02 {
    padding: 1.5%;
}

.column04 p.font26-line-height45.letters30.noto-sans {
    margin-bottom: 2rem;
    border-bottom: 1px solid #195FAB;
    padding-bottom: 1rem;
}
.pd-flow.ex {
    padding-top: 5%;
}
.btn-item.footer.ex a {
    color: #fff;
    background: #195FAB;
}

.btn-item.footer.ex a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.halr-bg-blue.ex::before {
    height: 59%;
}
.dawn-arrow.borde-bottom-kanri::before {
    border-color: #fff transparent transparent transparent;
    border-width: 25px 35px 0px 35px;
    bottom: -24px;
}


.borde-bottom-kanri {
    border-bottom: 2px solid #195FAB;
}

.dawn-arrow.borde-bottom-kanri::after {
    width: 3px;
    height: 40px;
    background: #195FAB;
    position: absolute;
    content: "";
    right: 48%;
    bottom: -33px;
    rotate: (10deg);
    transform: rotate(53deg);
}
.bg-light-blue.ex02 {
    border-radius: 0;
    padding-top: 0;
}
.absolute-text.ex {
    background: #195FAB;
}

.absolute-text.ex::before {
    border-color: #195FAB transparent transparent transparent;
}
.bg-kanri-reason {
    background-image: url(/wp-content/uploads/kanri-reason-bg.png);
}

.pd-kanri-reason {
    padding: 5% 0;
}

span.number.ex01 {
    background: #195FAB;
}
.br20pxa {
    border-radius: 20px;
}

span.sub-service {
    font-size: 16px;
    display: block;
    letter-spacing: 0.03em;
    font-weight: 700;
}
.mb2.txt_c img {
    max-height: 70px;
    width: auto;
}
span.mini {
    font-size: 18px;
    margin-left: 1rem;
}
span.marker.yellow.large {
    font-size: clamp(23px, 2.1vw, 40px);
    letter-spacing: 0.03em;
}
.btn-item-banner {
    width: 100%;
}
.btn-item-banner a {
	    position: relative;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: clamp(20px, 1.67vw, 32px);
	    font-weight: bold;
	    color: #EC8F1F;
	    padding: 22px 0;
	    letter-spacing: 0.03em;
	    margin: 0 auto;
	    text-decoration: none;
	    transition: 0.3s;
	    font-family: var(--ff01);
	    text-align: center;
	    background: #fff;
}
.btn-item-banner a:hover {
 	background: #fff;/*背景の色*/
	color: #0C4376;/*文字と枠の色*/ 
  outline: 1px solid;
}
.orange-drade-banner {background: linear-gradient(180deg, #F26217, #EB9320);}

p.banner-head {
    text-align: center;
    color: #fff;
    font-size: clamp(20px, 2.5vw, 48px);
    font-weight: 700;
    margin-bottom: 7rem;
    line-height: 1.5;
}

.pd-banners {
    padding: 5% 0;
}
.navy-grade {
    background: linear-gradient(180deg, #11355B, #1D4E81);
    padding-bottom: 13%;
}
.bg-satei-strength {
    background-image: url(/wp-content/uploads/bg-satei-strength.png);
    padding: 5% 0;
}
.l-blue {
    background: #F3F7FB;
    padding: 5% 0 10% 0;
}
.bg-sozoku {
    background-image: url(/wp-content/uploads/bg-sozoku.png);
    padding: 5% 0;
}
.flow-container.ex .flow-step {
    height: 552px;
}
span.case {
    background: #195FAB;
    color: #fff;
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: center;
    font-family: var(--ff02);
    font-size: clamp(20px, 1.7vw, 32px);
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 2%;
}
.pd {
    border-radius: 10px;
    margin-bottom: 2rem;
}

.text-width {
    display: flex;
    align-items: center;
    margin-left: 7rem;
}

.colur-blue, .post .colur-blue {
    color: #195FAB;
}
.arrow::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    right: -38px;
    height: 0px;
    content: '';
    border-width: 30px 0px 30px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #013983;
}

p.zirei {
    margin-bottom: 2rem;
    font-size: 26px;
    font-size: clamp(16px, 1.4vw, 26px);
    font-weight: 700;
    background: #195FAB;
    color: #fff;
    padding: 1.5%;
}
.border-gaiheki {
    border: 1px solid #DDDDDD;
}

.gaiheki-item {
    width: 30%;
}

.gaiheki-text {
    width: 60%;
}

.pd-gaiheki {
    padding: 3%;
}
.abasolute-ashirai01 {
    position: absolute;
    left: 5%;
    top: -15%;
}

.abasolute-ashirai02 {
    position: absolute;
    right: 5%;
    bottom: -20%;
}
.font24-line-height35.ex, .post .font24-line-height35.ex {
    line-height: 1.67;
}
.border-b-blue {
    border-bottom: 1px solid #195FAB;
}

.pd-other-service {
    padding: 5%;
}

span.number.ex {
    background: linear-gradient(135deg, #00B0EC, #195FAB);
}
span.tel_number02 {
    color: #195FAB;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--ff02);
    display: flex;
    align-items: center;
}

span.tel_number02::before {
    content: '\f3cf';
    font-family: 'FontAwesome';
    color: #195FAB;
    font-size: 30px;
    margin-right: 10px;
    line-height: 1;
}

span.reception_time02 {
  display: block;
  color: #195FAB;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

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

a.head_btn_tel {
    transition: .3s;
}

a.head_btn_tel:hover {
    opacity: 0.7;
}
#header a.head_btn.mail_btn.line {
    background: #08A449;
}

#header a.head_btn.mail_btn.line:hover {
    background: #08A449;
    opacity: 0.7;
}
.flow-step.ex::before {
    display: none;
}
p.reponsive img {
    width: 7%;
}

.font16-line-height32.ex0, .post .font16-line-height32.ex0 {
    font-size: clamp(16px, 1.1vw, 20px);
}
.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/para-1.png);
  background-position: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
div#sec01 {
    padding-top: 166px;
    margin-top: -166px;
}
div#sec02 {
    padding-top: 166px;
    margin-top: -166px;
}
header#h1Header h1.title {
    font-size: clamp(30px, 2.5vw, 48px);
    font-weight: 700;
    letter-spacing: 0.06em;
}

#thumbImg::before, header#h1Header::before {
    opacity: .5;
}
.pd-kanri01.ex {
    padding-bottom: 5%;
}
.pd-speech.ex {
    padding-top: 6%;
}
.fixed {
    position: fixed;
    right: 0vw;
    bottom: 0;
    display: flex;
    min-height: 82px;
    z-index: 100;
    /* width: clamp(200px, 16vw, 300px); */
    flex-direction: column;
    z-index: 999;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar {
    background: #08A449;
}
span.number.ex02 {
    background: #00B0EC;
}
.pb-inline {
    padding: 0 3rem;
}


.company-img-area {
    width: 30%;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.menu_name {
    color: #fff;
}
span.small {
    font-size: clamp(14px, 1.1vw, 18px);
    margin-left: 2rem;
}
a.table-link {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
    color: #00B0EC;
}

a.table-link:hover {
    opacity: .7;
}
.table-item td.cell_01.ex {
    background: #195FAB ;
}

.table-item td.cell_01.ex02 {
    background: #00B0EC;
}
.pb-top-intro.ex {
    padding: 5% 0 0 0;
}

.pb-top-intro.ex02 {
    padding-top: 5%;
}
span.subtext {
    font-size: 14px;
    margin-bottom: 1.5rem !important;
    display: inline-block;
}
.except.font38-line-height55, .post .except.font38-line-height55 {
    font-size: clamp(18px, 2.3vw, 46px);
}

p.top-head {
    font-size: clamp(18px, 1.9vw, 34px);
    font-weight: 700;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1600px) {
	.circle::before {
                transform: unset;
        top: 14px;
}

}

@media print, screen and (max-width: 1024px) {
.absolute-img01 {
    right: -6%;
}
}
@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 span.mini, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-parent a span.mini {
    color: #11355B;
}
	nav#mainNav ul li a b span.mini {
    color: #fff;
}

nav#mainNav ul li a:active span.mini, nav#mainNav ul li a:hover span.mini {
    color: #11355B;
}
	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: #ffffffe6;
    color: #195FAB;
}

nav#mainNav ul li ul.sub-menu li a {
    font-size: clamp(14px, 1.1vw, 20px);
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #11355B;
}
	nav#mainNav ul li a b {
    font-size: clamp(16px, 1.1vw, 18px);
    color: #fff;
}

div#header-layout {
    height: 100px;
}

nav#mainNav ul li a {
    padding-right: 3vw;
    padding-left: 3vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    /* height: auto; */
    min-height: 58px;
}

#header a.head_btn {
    background: #195FAB;
}

.sticky-header #header-layout {
    height: 100px;
}
	.panel.nav-effect {
    background: #11355B;
    background: linear-gradient(135deg, #004EA2, #05ACE7);
    /* background: linear-gradient(135deg, #11355B, #195FAB); */
    background: #11355B;
}

nav#mainNav ul, #header .header__nav-contact {
    justify-content: center;
    z-index: 10;
}

header#header {
    height: auto;
}

#header a.head_btn.mail_btn.line::before {
    content: "\f3c0";
}

#header .logo img {
    max-width: 353px;
    width: 100%;
    max-height: 60px;
}

nav#mainNav ul li::after {
    position: absolute;
    content: "";
    height: 30%;
    border-left: 1.5px dashed #ffffff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  nav#mainNav ul li:first-child::before {
    position: absolute;
    content: "";
    height: 30%;
    border-left: 1.5px dashed #ffffff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

}
@media (min-width: 769px) and (max-width: 1670px) {
.pseud-white::before {
    height: 120%;
    top: 0;
}
}
@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;
  }
}
@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
    .sp_txt_l,
  .post .sp_txt_l {
    text-align: left;
  }

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

.img-area img {
    height: 150px;
}

.sec02 {
    margin-top: -30%;
}

.bg-light-blue {
    border-radius: 30px 30px 0 0;
}

.absolute-area-bottom img {
    width: 9%;
}

.absolute-area-bottom {
    bottom: 5px;
    left: 20px;
}

.absolute-text01 {
    left: 20px;
    top: 15px;
}
	p.reponsive img {
    width: 9%;
    min-width: 40px;
}
span.sp_w80 {
    width: 80%;
}
	a.column03.mb4.relative img {
    border-radius: 20px;
}
	.bg-top-recruit::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    z-index: 10;
}
	.pd-top-news {
    padding: 10% 0;
}
	.column03.a img {
    border-radius: 20px 20px 0 0;
}
	span.red-emphasis {
    padding: 1%;
}

.dawn-arrow.borde-bottom-kanri::after {
    height: 37px;
    right: 44%;
    bottom: -31px;
}

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

.dawn-arrow::before {
    border-width: 30px 50px 0px 50px;
    bottom: -30px;
}
.pd-kanri02 {
    padding: 4%;
}

.absolute-img01 {
    right: -8%;
    bottom: -10%;
}

.absolute-text {
    padding: 2%;
    top: -14%;
}

.bg-about-service {
    padding: 7% 0;
}

.pd-serviceitem img {
    width: 10% !important;
    height: auto;
}

.pd-serviceitem {
    padding: 8% 5%;
    margin-bottom: 20px !important;
}

.flow-container {
    gap: 25px;
}

.flow-step {
    width: 12%;
    height: 276px;
}

.flow-step::before {
    right: -24px;
    border-width: 13px 0px 13px 15px;
}
	.font32-line-height46.ex, .post .font32-line-height46.ex {
    line-height: 2;
    text-align: center;
}

.btn-item a {
    border-bottom: 0;
    padding: 20px;
}

.pd-banner {
    padding: 5%;
}

.absolute-img-banner {
    width: 17%;
    bottom: -26px;
}
	.column02.irre img {
    width: 70%;
}
	.border-blue02 {
    width: 100%;
}

.absolute-img02 {
    width: 18%;
}

.pd-speech {
    padding: 0% 0 15% 0;
}
	.reform-img img {
    width: 8%;
}

.pd-reform-item02 {
    padding: 5%;
}

p.reform.pd-irregular.txt_c.mb5 {
    width: 90%;
    margin: 0 auto;
}
	.btn-item-banner a {
    padding: 15px 0;
    padding-left: 20px;
}
	.btn-item-banner img {
    width: 15%;
    height: auto;
}
	.text-width {
    margin-left: unset;
    padding: 4%;
}

span.case {
    width: 100%;
}

p.zirei {
    padding: 3%;
}

.arrow::before {
    top: unset;
    transform: unset;
    bottom: 0;
    left: 50%;
    border-color: transparent #013983 transparent transparent;
    border-color: #013983 transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-width: 15px 40px 0px 40px;
    border-style: solid;
    content: "";
    z-index: 100;
}

.gaiheki-item {
    width: 60%;
    margin: 0 auto;
}

.gaiheki-text {
    width: 100%;
}

.abasolute-ashirai02 {
    bottom: -14%;
}

.abasolute-ashirai01 {
    top: -7%;
}
	.ex02.font24-line-height35, .post .ex02.font24-line-height35 {
    line-height: 2;
}
	.satei-img {
    width: 100%;
}

.satei-text {
    width: 90%;
    margin: 0 auto;
}

.pseud-white::before {
    width: 100%;
}

.bg-satei-strength {
    padding: 7% 0;
    padding-top: 18%;
}
	.pd-sozoku-item02 {
    padding: 8%;
}

.dawn-arrow.sozoku::before {
    border-width: 20px 30px 0px 30px;
    bottom: -28px;
}

.flow-container.ex .flow-step {
    height: 400px;
}
	.post .table-item table td {
    border-width: 0px;
}

.post .table-item table {
    border-width: 0px;
}
	p.ex.font32-line-height46.letters30.noto-sans.fw700.gray.border-bottom-dashed.flexbox.gap30px.pb2.mb2 img {
    display: block;
}
	.column02.irre {
    text-align: center;
}
	.flow-container.reform .flow-step {
    height: 326px;
}
	.safari-text-inner {
    max-width: unset;
    width: 100%;
}
	.flow-container.ex.ex02 .flow-step {
    height: 426px;
}
	.bg-light-blue.ex {
    background-size: unset;
    background-position: center;
}
	.spbr10 img {
    border-radius: 20px;
}
	.pd-kanri01 {
    padding: 5%;
}
	.fixed {
    display: none;
}
	.company-text-area {
    width: 100%;
}

.company-img-area {
    display: none;
}
	.pd-speech.except {
    padding-top: 12%;
}
	p.hukidashi {
    justify-content: unset;
    padding-left: 7px;
}
	.pd-serviceitem:last-child {
    margin-bottom: 0 !important;
}
	p.reform {
    text-align: left;
}

.pd-reform-item {
    padding: 5%;
}

.pb-inline {
    padding: 0 1rem;
}

.column04 p.font26-line-height45.letters30.noto-sans {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}
	.sp_mb0 {
    margin-bottom: 0 !important;
}

.column02.ba {
    width: 48%;
}

.arrow.ex0::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    left: unset;
    right: -13px;
    height: 0px;
    content: '';
    border-width: 15px 0px 15px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #013983;
}
	.circle::before {
    transform: unset;
    top: 14px;
}
	.pd-sozolu-item {
    padding: 7% 0;
}

span.marker.yellow.dots {
    line-height: 1;
}

.sp_flex-start {
    align-items: flex-start;
}

.bg-sozoku {
    padding: 7% 0;
}
	.pl35px {
    padding-left: 35px;
}
	.pd-kanri-reason {
    padding-bottom: 10%;
}
}
