@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=Nothing+You+Could+Do&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap" rel="stylesheet');
:root {
  --color-font: #333;
  --header-color-primary: #60c4be;
  --color-background: #fff;
  --footer-background: #60c4be;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Nothing You Could Do", cursive;
  --ff03: "Shippori Mincho", serif;
  --footer-color-primary: #fff;
  --footer-color-font: #fff;
}

/* 書き変え系 */
.pseudo-relative,
.post .pseudo-relative {
  position: relative;
  z-index: 0;
}
.column02 {
  width: 48%;
}
.jc_flex-end {
  justify-content: flex-end;
}
.flex-end {
  align-items: flex-end;
}
.flex-start {
  align-items: flex-start;
}
@media print, screen and (max-width: 959px) {
  #footer {
    text-align: left;
  }
}
/* お問い合わせページだけフッターがないときにナビゲーションエリアにpadding-topを設けたい */
.page-id-21 footer#footer {
  padding-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .page-id-21 footer#footer {
    padding-top: 1rem;
  }
}

/* SP用フッター */
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail a {
  background: #064a64;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.icon {
  color: #fff;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.menu_name {
  color: #fff;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.icon {
  color: #6896d9;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.menu_name {
  color: #6896d9;
}
/* FOOTER */
footer#footer {
  padding-top: 0;
}
/* コピーライト */
#copyright {
  margin: var(--px12) auto 0;
}
/* 投稿 リスト */
.postlist li:first-child {
  border-top: none;
  /* border-top: 1px dashed #cccccc; */
}
.postlist li {
  border-bottom: 1px dashed #cccccc;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
/* .post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  color: unset;
} */
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: #60c4be;
  display: block;
  border-radius: 5px;
}
.post_link,
.post2b_link,
.post4b_link {
  color: #60c4be;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #60c4be;
}
/* それ以外 */
@media print, screen and (max-width: 768px) {
  a.column02 {
    width: 48%;
    display: block;
  }
  .column02 {
    width: 48%;
  }
}
@media print, screen and (max-width: 768px) {
  .column02 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02:last-child {
    margin-bottom: 0;
  }
}
.column02-w50 {
  width: 50%;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .column02-w50 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02-w50:last-child {
    margin-bottom: 0;
  }
}
.column03 {
  width: 32%;
}

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

@media print, screen and (max-width: 768px) {
  .column03-flex1 {
    width: 100%;
  }
}
.column04 {
  width: calc(100% / 4);
}
@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: 15;
}
.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) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.lower-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_w1100 {
  width: 90%;
}
.max_w1200 {
  max-width: 1200px;
  width: 90%;
}
.max_w1280 {
  max-width: 1280px;
  width: 90%;
}
/* 書き変え・お助け系 */
/* 親テーマ .news pのborder-bottomを打ち消す*/

p.time.cat-news.first {
  border-bottom: none;
}
/* 親テーマ .news pのborder-bottomを打ち消す*/
p.date {
  border-bottom: none;
}
a#scrollUp {
  background: #2e559d;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  font-weight: 700;
  background: #60c4be;
  font-size: clamp(14px, 0.9vw, 17px);
  margin-left: 1vw;
}
#header a.head_btn.mail_btn:hover {
  background: #60c4be;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #60c4be;
  border-radius: 70px;
  max-width: 550px;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #60c4be;
  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: #60c4be;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #60c4be;
  }
  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: o 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: o 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;
  }
}
.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;
}
.font16-line-height32,
.post .font16-line-height32 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 32px;
}
.font18-line-height24,
.post .font18-line-height24 {
  font-size: clamp(14px, 1vw, 18px);
  line-height: 24px;
}
.font18-line-height32,
.post .font18-line-height32 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 32px;
}
.font22-line-height36,
.post .font22-line-height36 {
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 36px;
}
.font28-line-height36,
.post .font28-line-height36 {
  font-size: clamp(1.4rem, 1.5vw, 28px);
  line-height: 36px;
}
.font32-line-height56,
.post .font32-line-height56 {
  font-size: clamp(20px, 1.7vw, 32px);
}
.font60-line-height80,
.post .font60-line-height80 {
  font-size: clamp(3rem, 3.2vw, 60px);
  line-height: 80px;
}

.letters0,
.post .letters0 {
  letter-spacing: 0px;
}
.letters30,
.post .letters30 {
  letter-spacing: 0.03em;
}
.letters60,
.post .letters60 {
  letter-spacing: 0.06em;
}

.noto-sans-jp,
.post .noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.nothing-you-could-do,
.post .nothing-you-could-do {
  font-family: "Nothing You Could Do", cursive;
}

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

.white,
.post .white {
  color: #ffffff;
}
.black,
.post .black {
  color: #333333;
}
.blue,
.post .blue {
  color: #064a64;
}

/* TOP */
.bg-blue {
  background: #60c4be;
}

.max_w1700 {
  width: 86%;
}
.absolute-img {
  position: absolute;
  right: 0;
  top: 0px;
  width: 43%;
}

.pd-top-about {
  padding: 10% 0;
}

.text-inner {
  max-width: 500px;
}
/* ボタン */
.btn-item a {
  position: relative;
  display: block;
  /* background: #0145A9; */
  color: #333333; /*文字と枠の色*/
  font-size: 18px; /*文字の大きさ*/
  font-weight: 400; /*文字の太さ*/
  /* width: 280px; */ /*横幅調整*/
  padding: 12px 20px; /*立幅調整*/
  margin: 0 auto;
  color: #fff;
  border-radius: 25px;
  text-decoration: none; /*文字の下線を消す*/
  transition: 0.3s;
  font-family: var(--ff01);
  color: #fff;
}

.btn-item {
  max-width: 200px;
  width: 100%;
}

.btn-item a::before {
  position: absolute;
  background-image: url(/wp-content/uploads/btn.png);
  max-width: 44px;
  max-height: 44px;
  width: 100%;
  height: 100%;
  content: "";
  background-size: contain;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.btn-item a:hover::before {
  background-image: url(/wp-content/uploads/btn02.png);
  border-radius: 50%;
}
.pd-inline {
  margin: 0% 20px;
}

.bg-gray {
  background: #e7e9ef;
}
.minus-margin {
  margin-top: -100px;
  position: relative;
}

.pt20 {
  padding-top: 20rem !important;
}

.pb20 {
  padding-bottom: 20rem;
}

.minus-margin02 {
  margin-top: -90px;
  position: relative;
  z-index: -100;
}
.underline-left::before,
.post .underline-left::before {
  position: absolute;
  content: "";
  bottom: -0.8em;
  left: 0;
  max-width: 50px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.underline-center::before,
.post .underline-center::before {
  position: absolute;
  content: "";
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50px;
  width: 100%;
  max-height: 6px;
  height: 1px;
  background: #064a64;
}
.top-service-item-left {
  width: 10%;
}
.top-service-item-right {
  width: 75%;
}

.gap70px {
  gap: 70px;
}

.gap50px {
  gap: 50px;
}

.btn-item.ex a {
  color: #064a64;
  background-image: url();
}
.btn-item.ex a::before {
  background-image: url(/wp-content/uploads/btn02.png);
}

.btn-item.ex a:hover::before {
  background-image: url(/wp-content/uploads/btnex.png);
}
.underline-left.ex::before,
.post .underline-left.ex::before {
  background: #064a64;
}
.w60 {
  width: 54%;
}
.flex-item-content {
  width: 38%;
  padding-top: 7%;
  padding-inline: 3%;
}

.flex-item-img {
  width: 61%;
}

.triangle::before {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  border-top: 100px solid #60c4be;
  border-left: 100px solid transparent;
  content: "";
  z-index: 100;
}
/* フッター */
.tel-info01::before {
  font-family: "FontAwesome";
  content: "\f3cd";
  font-size: 0.8em;
  margin-right: 10px;
}
.txt_c {
  text-align: center;
}

.tel-info01 {
  font-size: 38px;
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.tel-info02 {
  font-size: 16px;
  font-weight: 500;
}

a.contact-form_tel:hover {
  opacity: 0.7;
}
.bg-footer {
  background-image: url(/wp-content/uploads/bg-footer-1.png);
}

.bg-footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #064a64;
  opacity: 0.8;
  z-index: 10;
}

.underline-center.ex::before,
.post .underline-center.ex::before {
  background: #fff;
}

a.contact-form_tel {
  background: #064a64;
  max-width: 460px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3% 0;
}

a.contact-form_tel.ex {
  background: #60c4be;
}

p.mail-info01 {
  font-weight: 700;
  position: relative;
  font-size: clamp(18px, 1.4vw, 26px);
}

p.mail-info02 {
  font-size: 16px;
  font-weight: 500;
}

p.mail-info01::before {
  margin-right: 10px;
  content: "\f0e0";
  font-family: "FontAwesome";
}
span.tel_number {
  font-weight: 700;
  color: #064a64;
  display: flex;
  align-items: center;
  font-size: 26px;
}

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

span.reception_time {
  text-align: center;
  display: block;
  color: #064a64;
  font-size: 12px;
}

#header ul.header__contact li:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

#header ul.header__contact li:first-child:hover {
  opacity: 0.7;
}

a.head_btn_tel:hover {
  opacity: 0.7;
}

a.head_btn_tel {
  display: block;
  transition: 0.3s;
}
/* 事業内容 */
.bg-navy {
  background: #064a64;
}

span.orange {
  color: #ebbf2d;
}

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

span.absolute-text {
  position: absolute;
  top: -5px;
  left: -30px;
  font-size: 26px;
  font-size: clamp(18px, 1.4vw, 26px);
  font-weight: 400;
  font-family: var(--ff02);
  color: #60c4be;
  letter-spacing: 0.06em;
  transform: rotate(-10deg);
}

.border-bottom {
  border-bottom: 1px solid #064a64;
}
.bg-light-gray {
  background: #f8f8f8;
}

.pd-text-bg-blue,
.post .pd-text-bg-blue {
  background: #064a64;
  padding: 10px 30px;
  border-radius: 5px;
}

.bg-white {
  background: #fff;
}

.pd-service-item02 {
  padding: 3% 3%;
}
.gap5px {
  gap: 5px;
}

.pd-left-irregular {
  padding-left: 15px;
}

.btn-item02 {
  max-width: 550px;
  width: 100%;
}
.btn-item02 a {
  position: relative;
  display: block;
  text-align: center;
  background: #60c4be;
  color: #fff;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: bold;
  padding: 27px 0;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 100px;
}
.btn-item02 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-item02 a:hover::before {
  right: 10px;
}
/* 会社概要 */
.table-item tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 19px 3%;
  line-height: 1.78;
}
.table-item td.cell_01 {
  width: 25%;
  border-bottom: 1px solid #064a64;
  font-weight: 700;
  color: #064a64;
}
.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 {
    background: #064a64;
    border-bottom: 0px solid #9f9f9f4d;
    color: #fff;
  }
  .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%;
  }
}
h2.company-title {
  margin-bottom: 30px;
  font-family: var(--ff01);
  font-weight: 700;
  color: #064a64;
  border-bottom: 1px solid #064a6433;
  padding-bottom: 10px;
  font-size: clamp(22px, 1.7vw, 32px);
}

p.president-name {
  font-weight: 700;
  color: #333333;
  font-family: var(--ff03);
  text-align: right;
  font-size: clamp(18px, 1.3vw, 24px);
}

p.president-name span {
  font-family: var(--ff01);
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
}

.company-item-content {
  width: 60%;
}
.company-item-img {
  width: 35%;
  padding-top: 12rem;
}
/* 採用情報 */
.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/palarrax.png);
  background-position: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-id-172 #content.wide {
  padding-bottom: 0;
}
p.recrut-text {
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-size: clamp(18px, 1.25vw, 24px);
}
/* 施工実績 */
body p {
  line-height: 2;
}
#thumbImg::before,
header#h1Header::before {
  background: #064a64;
  opacity: 0.8;
}
/* その他 */
header#h1Header h1.title {
  font-weight: 700;
  font-size: clamp(30px, 2.5vw, 48px);
}
div#breadcrumb {
  background: #fff;
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1023px) {
  nav#mainNav a.menu {
    background: #60c4be;
    border: 1px solid #064a64;
  }

  header#header {
    background: #60c4be;
  }

  nav#mainNav a.menu {
    color: #064a64;
  }
}
@media print, screen and (min-width: 1024px) {
  #header .logo img {
    max-width: 318px;
    width: 100%;
    max-height: 86px;
  }

  #header .logo {
    margin-left: 1.5vw;
  }
  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;
  }
  .sticky-header #header-layout {
    height: clamp(
      80px,
      calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))),
      100px
    );
  }
  header#header {
    height: clamp(
      80px,
      calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))),
      100px
    );
  }
  nav#mainNav ul li a b {
    font-size: clamp(14px, 0.9vw, 16px);
    font-weight: 700;
    color: #064a64;
  }
}
@media print, screen and (max-width: 1240px) {
  .w40.sp_flex_mb {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  .minus-margin02 {
    padding-top: 12rem !important;
  }
  .pd-top-about {
    padding: 5%;
  }

  .max_w1700 {
    width: 100%;
  }

  .absolute-img {
    right: -19px;
    top: 30px;
  }

  .top-service-item-left {
    width: 100% !important;
  }

  .top-service-item-right {
    width: 100%;
  }

  .w60 {
    width: 100%;
  }

  .flex-item-content {
    padding: 5%;
    width: 100%;
  }

  .flex-item-img {
    width: 100%;
  }

  .mobile header#h1Header {
    height: 150px;
  }
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
  /* 	 */
  .flexbox.pd-inline.gap70px {
    margin: 0;
  }
  span.absolute-text {
    left: -15px;
    top: -10px;
  }

  .pd-text-bg-blue,
  .post .pd-text-bg-blue {
    padding: 0 10px;
  }

  .btn-item02 {
    max-width: 300px;
  }

  .btn-item02 a {
    padding: 20px 0;
  }
  .company-item-content {
    width: 100%;
  }

  .company-item-img {
    width: 100%;
    padding-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;
}
}