@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=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --color-font: #333333;
  --header-color-primary: #8fdeee;
  --color-background: #fff;
  --footer-background: #fff;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Noto Serif JP", serif;
  --ff03: "Cormorant", serif;
  --footer-color-primary: #45494a;
  --footer-color-font: #45494a;
  --content-max-width: 1320px;
}

.dawn-arrow::before {
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-width: 30px 49px 0px 49px;
  border-style: solid;
  content: "";
  z-index: 100;
}

/* 書き変え系 */
.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;
}
.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: -20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 40px;
  width: 100%;
  max-height: 1px;
  height: 0.2em;
  background: #5cafd7;
}
.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 {
  background: linear-gradient(transparent 60%, #edf4ff 60%);
  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: #8fdeee;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel a {
  background: #000;
}
#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.tel p.icon {
  color: green;
}
#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 #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: linear-gradient(135deg, #5cafd7, #8fdeee);
  display: block;
  border-radius: 5px;
}
.post_link,
.post2b_link,
.post4b_link {
  color: #969696;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #000;
}
/* それ以外 */
@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: 23.6%;
}
@media print, screen and (max-width: 1024px) {
  .column04 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .column04 {
    width: 48%;
    margin-bottom: 15px;
  }
  .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 {
  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: #5cafd7;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: transparent;
  flex-direction: row;
  color: #515f65;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
  border-radius: 100px;
  border: 1px solid;
  padding: 0 2vw;
}
#header a.head_btn.mail_btn:hover {
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #5cafd7;
  border-radius: 100px;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #e93341;
  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;
    height: 60px;
  }
  .spmenu #menu p {
    color: #fff;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #fff;
  }
  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
========================= */
.font86-line-height104,
.post .font86-line-height104 {
  font-size: clamp(40px, 4.48vw, 86px);
  line-height: 1.21;
}

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

.font36-line-height54,
.post .font36-line-height54 {
  font-size: clamp(20px, 1.88vw, 36px);
  line-height: 1.5;
}

.font18-line-height36,
.post .font18-line-height36 {
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 2;
}

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

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

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

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

.font22-line-height37,
.post .font22-line-height37 {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.68;
}

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

/* =========================
   Font-family
========================= */
.cormorant,
.post .cormorant {
  font-family: "Cormorant", serif;
}

.noto-serif,
.post .noto-serif {
  font-family: "Noto Serif JP", serif;
}

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

/* =========================
   Font-weight
========================= */
.fw700,
.post .fw700 {
  font-weight: 700;
}

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

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

/* =========================
   Color
========================= */
.white,
.post .white {
  color: #ffffff;
}

.gray,
.post .gray {
  color: #515f65;
}

.blue,
.post .blue {
  color: #5cafd7;
}

/* =========================
   Display helpers
========================= */
.block,
.post .block {
  display: block;
}

.inline-block,
.post .inline-block {
  display: inline-block;
}
/*  */
.pd-top-content {
  padding: 5% 0;
}

.top-news-code {
  width: 70%;
}

.top-news-text {
  width: 30%;
}

/* .top-news-code .time, .top-news-code .postlist .time {
    background: linear-gradient(135deg, #5CAFD7, #8FDEEE);
} */

.time,
.postlist .time {
  background: linear-gradient(135deg, #5cafd7, #8fdeee);
}

.top-news-code .time a {
  font-family: var(--ff02);
}
.bg-top-our-vision {
  background-image: url(/wp-content/uploads/bg-top-our-vision.png);
}

.absolute-img01 {
  position: absolute;
  left: 0;
  top: 6%;
  width: 11%;
  min-width: 100px;
}
.w50-inner {
  max-width: 680px;
  margin-left: auto;
  width: 90%;
}

.responsive {
  padding-right: 2%;
}
/* ボタン */
.btn-item a {
  position: relative;
  display: block;
  /* background: #0145A9; */
  color: #333333; /*文字と枠の色*/
  font-size: 20px; /*文字の大きさ*/
  font-weight: 700; /*文字の太さ*/
  /* width: 280px; */ /*横幅調整*/
  padding: 12px 20px; /*立幅調整*/
  padding-left: 96px;
  margin: 0 auto;
  color: #fff;
  border-radius: 25px;
  text-decoration: none; /*文字の下線を消す*/
  transition: 0.3s;
  font-family: var(--ff02);
  letter-spacing: 0.03em;
}

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

.btn-item a::before {
  position: absolute;
  background-image: url(https://umaki-kogyo.com/wp-content/uploads/btn-icon.png);
  max-width: 80px;
  max-height: 80px;
  min-height: 80px;
  width: 100%;
  height: 100%;
  content: "";
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  transition: 0.3s;
}

.btn-item a:hover::before {
  right: 10px;
}
.btn-item a:hover::before {
  left: 10px;
}
.responsive02 {
  margin-left: 2vw;
}
/* ボタン */
.btn-item02 a {
  position: relative;
  display: block;
  /* background: #0145A9; */
  color: #333333; /*文字と枠の色*/
  font-size: 28px; /*文字の大きさ*/
  font-size: clamp(18px, 1.5vw, 28px);
  letter-spacing: 0.03em;
  font-weight: 700; /*文字の太さ*/
  /* width: 280px; */ /*横幅調整*/
  padding: 28px 20px; /*立幅調整*/
  margin: 0 auto;
  color: #515f65;
  /* color: #fff; */
  /* border-radius: 25px; */
  text-decoration: none; /*文字の下線を消す*/
  transition: 0.3s;
  font-family: var(--ff02);
  border: 1px solid #333333;
}

.btn-item02 {
  max-width: 680px;
  width: 100%;
}

.btn-item02 a::before {
  position: absolute;
  background-image: url(https://umaki-kogyo.com/wp-content/uploads/btn-icon02.png);
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  content: "";
  background-size: contain;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  transition: 0.3s;
}

.btn-item02 a:hover::before {
  right: 10px;
}
.btn-item02 a span {
  font-family: var(--ff02);
  font-size: clamp(12px, 1.1vw, 20px);
  display: block;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #5cafd7;
  margin-bottom: 10px;
}
.btn-item.ex a {
  color: #515f65;
}

.btn-item.ex a::before {
  background-image: url(/wp-content/uploads/btn-circle.png);
}
.btn-item02.ex a {
  border-top: none;
}
.top-service-text {
  width: 40%;
}

.top-service-img {
  width: 55%;
}

.top-service-text-inner {
  max-width: 410px;
  width: 90%;
}

.borde-bottom-blue {
  border-bottom: 1px solid #5cafd7;
}

span.absolute-number {
  font-size: clamp(60px, 11vw, 198px);
  color: #1088c4;
  font-family: var(--ff04);
  letter-spacing: 0.03em;
  font-weight: 900;
  opacity: 0.1;
  line-height: 0;
  position: absolute;
  top: 12%;
  left: 0;
}
.bg-top-service {
  background-image: url(/wp-content/uploads/bg-top-service.png);
}
.top-works-text {
  width: 39%;
}

.top-works-img {
  width: 58%;
  max-width: 1100px;
}

.top-works-text-inner {
  max-width: 485px;
  width: 90%;
}
span.absolute-number.right {
  left: unset;
  right: 0;
}
.bg-top-recruit {
  background-image: url(/wp-content/uploads/bg-top-recruit-1.png);
}

.pd-top-recruit {
  padding: 3% 0;
}
.border-blue {
  border: 10px solid #9bcce5;
}
.border-blue {
  border: 10px solid #9bcce5;
}

/*--フッター--------------------------------------------*/
.tel-info01 {
  font-size: 40px;
  position: relative;
}

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

a.contact-form_tel:hover {
  opacity: 0.7;
}
.btn-item03 {
  max-width: 440px;
  width: 100%;
}

.btn-item03 a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: bold;
  padding: 33px 0;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff02);
  border-radius: 5px;
  /* border: 1px solid; */
  background: #5cafd7;
  border-radius: 70px;
}
.btn-item03 a::before {
  content: "\f0e0";
  /* position: absolute; */
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  font-family: "FontAwesome";
  /* color: #fff; */
  margin-right: 10px;
}
.bg-footer {
  background-image: url(/wp-content/uploads/bg-footer.png);
}

.pd-footer {
  padding: 5% 0;
}
.tel-info01 {
  font-size: clamp(26px, 2.8vw, 52px);
  font-family: var(--ff02);
  position: relative;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #515f65;
}

p.tel-info01 span {
  font-size: clamp(20px, 1.9vw, 36px);
}

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

a.contact-form_tel:hover {
  opacity: 0.7;
}
p.tel-info01 span.reception {
  display: block;
  font-size: clamp(12px, 1vw, 18px);
}
#footer .footnav ul > li::before {
  display: none;
}

#footer .footnav ul > li::after {
  display: none;
}
.bg-blue {
  background: #5cafd7;
  border-radius: 35px;
}

.gap10px {
  gap: 10px;
}

.pd-projects,
.post .pd-projects {
  padding: 0 1%;
}
.border-bottom-gray,
.post .border-bottom-gray {
  border-bottom: 1px solid #dcdddd;
}
.btn-item04 {
  max-width: 320px;
  width: 100%;
}
.btn-item04 a {
  position: relative;
  display: block;
  background: #5cafd7;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 22px 0;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff02);
  text-align: center;
}
.btn-item04 a:hover {
  background: #fff; /*背景の色*/
  color: #0c4376; /*文字と枠の色*/
  outline: 1px solid;
}
.gap20px {
  gap: 20px;
}

.font20-line-height24,
.post .font20-line-height24 {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.bg-company {
  background-image: url(/wp-content/uploads/bg-philosophy.png);
}

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

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

.philosophy-head {
  width: 17%;
}

.philosophy-content {
  width: 73%;
}
.greeting-img {
  width: 30%;
}

.greeting-text {
  width: 65%;
}
.table-item tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 25px 3%;
  vertical-align: middle;
  line-height: 1.78;
  color: #515f65;
  letter-spacing: 0.03em;
}
.table-item td.cell_01 {
  width: 25%;
  /* text-align: center; */
  border-bottom: 1px solid #5cafd7;
  font-weight: 700;
}
.table-item td.cell_02 {
  border-bottom: 1px solid #dcdddd;
}
.table-item tr.head td.cell_01 {
  border-top: 2px solid #0a3ea3;
}
.table-item tr.head td.cell_02 {
  border-top: 2px solid #9f9f9f;
}
.table-item table,
.table-item table th,
.table-item table td {
  border-width: 0px;
}
@media print, screen and (max-width: 768px) {
  .table-item tr.head td.cell_02 {
    border-top: none;
  }

  .table-item td.cell_01 {
    border-bottom: 1px solid #9f9f9f4d;
  }
  .table-item tr td {
    display: block;
    width: 100% !important;
  }
  .table-item td.cell_02 {
    border-bottom: 1px solid #5cafd7;
  }
  .table-item tr td {
    padding: 15px 3%;
  }
}

/*--採用情報--------------------------------------------*/
.recruit-text {
  width: 45%;
}

.recruit-img {
  width: 50%;
}

.recruit-text-inner {
  max-width: 674px;
  width: 90%;
}
.underline-center.left-side::before,
.post .underline-center.left-side::before {
  left: 0;
  transform: unset;
}
.bg-light-blue {
  background: #5cafd70d;
}
.point-bg-blue::before {
  position: absolute;
  content: "";
  top: 18%;
  left: 0;
  width: 100%;
  height: 18%;
  background: #5cafd70d;
}
body.page-id-199 #content.wide {
  padding-bottom: 0;
}
body.page-id-184 #content.wide {
  padding-bottom: 0;
}
header#h1Header h1.title {
  font-size: clamp(30px, 2.2vw, 42px);
  font-family: var(--ff02);
  font-weight: 700;
}

#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

.pd-service {
  padding: 5% 0;
}
div#sec01 {
  padding-top: 80px;
  margin-top: -80px;
}
div#sec02 {
  padding-top: 80px;
  margin-top: -80px;
}

.max_w1400 {
  width: 90%;
}
p.font18-line-height36.letters30.noto-sans.fw500.gray.flexbox.sp_flex.ai_center.gap10px {
  font-size: clamp(10px, 0.94vw, 18px);
  margin-bottom: 5px;
}

p.font18-line-height36.letters30.noto-sans.fw500.white.inline-block.bg-blue.pd-projects {
  font-size: clamp(10px, 0.94vw, 18px);
  padding: 0px 12px;
}
.ex.font36-line-height54,
.post .ex.font36-line-height54 {
  font-size: clamp(19px, 1.88vw, 36px);
}


.column02.ex {
  width: 33%;
}
body.home.mobile {
    margin-top: 0;
}
/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1100px) {
}
@media print, screen and (max-width: 1024px) {
}
@media print, screen and (min-width: 1024px) {
  #header .logo img {
    max-width: 385px;
    width: 100%;
    max-height: 45px;
  }
  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;
  }
  body.home header#header {
    position: fixed;
    background: transparent;
  }
  nav#mainNav ul li a:hover b {
    color: #8fdeee !important;
  }
  body.home nav#mainNav ul li a b {
    color: #fff;
  }

  body.home #header a.head_btn.mail_btn {
    color: #fff;
  }

  body.home.sticky-header nav#mainNav ul li a b {
    color: #515f65;
  }

  body.home.sticky-header #header a.head_btn.mail_btn {
    color: #515f65;
  }
  nav#mainNav ul,
  #header .header__nav-contact {
    height: 60px;
  }

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

  #header a.head_btn.mail_btn::before {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 0.9em;
  }

  nav#mainNav ul li a b {
    font-size: clamp(16px, 1vw, 18px);
    color: #515f65;
    font-family: var(--ff02);
    font-weight: 700;
  }
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
    color: #ffffff;
    background: transparent;
    backdrop-filter: blur(5px);
}
}
@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 (max-width: 768px) {
  .mobile header#h1Header {
    height: 150px;
  }
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
  /* 	 */

  .w50-inner {
    max-width: unset;
    margin: 0;
    width: 100%;
  }

  .responsive img {
    width: 80%;
  }

  .responsive {
    text-align: center !important;
  }

  .top-service-text {
    width: 100%;
  }

  .top-service-img {
    width: 100%;
  }

  .top-works-text-inner {
    width: 100%;
  }

  .top-works-text {
    width: 100%;
  }
  a.contact-form_tel.block.txt_r {
    text-align: center;
  }

  .btn-item03 a {
    padding: 20px 0;
  }

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

  .top-works-img {
    width: 100%;
  }
  .btn-item a::before {
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
  }

  .btn-item a {
    padding-left: 60px;
  }

  .btn-item02 a::before {
    max-width: 40px;
    max-height: 40px;
  }

  .btn-item02 a {
    padding: 10px 20px;
  }

  .btn-item02 a span {
    margin-bottom: 0;
  }

  span.absolute-number {
    top: 0;
  }

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

  .top-service-text-inner {
    max-width: unset;
    width: 100%;
  }
  .img-area img {
    height: 150px;
  }

  .underline-center::before,
  .post .underline-center::before {
    bottom: -10px;
  }
  .recruit-text {
    width: 100%;
  }

  .recruit-text-inner {
    max-width: unset;
    width: 100%;
  }

  .recruit-img {
    width: 100%;
  }

  .point-bg-blue::before {
    display: none;
  }
  .bg-light-blue {
    padding: 5% 0;
  }
  .philosophy-head {
    width: 100%;
  }

  .philosophy-content {
    width: 100%;
  }

  .greeting-img {
    width: 100%;
  }

  .greeting-img.img-area img {
    height: 300px;
  }

  .greeting-text {
    width: 100%;
  }
  .column02.ex {
    width: 100%;
  }
	p.font18-line-height36.letters30.noto-sans.fw500.white.inline-block.bg-blue.pd-projects {
    padding: 5px 9px;
}
  .pd-footer {
  padding: 10% 0;
}
	body.home.mobile #header {
    background: #8fdeeeb8;
    box-shadow: none;
}
}

@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
