@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=Quicksand:wght@300..700&display=swap" rel="stylesheet');
:root {
  --color-font: #333;
  --header-color-primary: #00008b;
  --color-background: #fff;
  --footer-background: #fff;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Quicksand", sans-serif;
}
/* h1～h3 */
.post h1 {
  font-size: clamp(54px, 4vw, 75px);
  line-height: 2;
  letter-spacing: 0.06em;
  font-family: var(--ff01);
  font-weight: 500;
  color: #333;
}
.post h2 {
  font-size: clamp(20px, 1.4vw, 26px);
  line-height: 2;
  letter-spacing: 0.06em;
  font-family: var(--ff01);
  font-weight: 500;
  color: #333;
  padding: 0;
  margin: 0;
}
.post h3 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 2;
  letter-spacing: 0.06em;
  font-family: var(--ff01);
  font-weight: 500;
  color: #333;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
/* ユーティリティ */

/* イレギュラー */

/* 書き変え系 */
/* お問い合わせページだけフッターがないときにナビゲーションエリアにpadding-topを設けたい */
.page-id-21 footer#footer {
  padding-top: 5rem;
}
@media print, screen and (max-width: 768px) {
  .page-id-21 footer#footer {
    padding-top: 2.5rem;
  }
}
/* 投稿のショートコードのタイトルのh2が.post h2に負けないようにする */
h2.cat-loop {
  font-size: clamp(16px, 1vw, 18px);
}
/* SP用フッター */
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail a {
  background: #333;
}

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

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

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

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

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

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

.relative {
  position: relative;
  z-index: 0;
}
.mx-auto {
  margin: 0 auto;
}
.ml-auto {
  margin-left: auto;
}
.margin0 {
  margin: 0;
}
.absolute-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.max_contents {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.mxauto {
  margin: 0 auto;
}
.bg-img {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.jc_around {
  justify-content: space-around;
}
span.privacy {
  color: #0d56ab;
}
.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexbox {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.w100 {
  width: 100%;
}
.top-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.lower-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_w1100 {
  width: 90%;
}
.max_w1200 {
  max-width: 1200px;
  width: 90%;
}
.max_w1280 {
  max-width: 1280px;
  width: 90%;
}
/* 書き変え・お助け系 */
/* 親テーマ .news pのborder-bottomを打ち消す*/
p.time.cat-news.first {
  border-bottom: none;
}
/* 親テーマ .news pのborder-bottomを打ち消す*/
p.date {
  border-bottom: none;
}
a#scrollUp {
  background: #333;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #7cd381;
}
#header a.head_btn.mail_btn:hover {
  background: #7cd381;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #848484;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #848484;
  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: #202020;
  border-radius: 5px;
}
table.responsive th {
  background: transparent;
}
.post table.responsive,
.post table.responsive th,
.post table.responsive td {
  border-width: 0px;
}
table.responsive th {
  border-bottom: 1px solid #dcdddd !important;
}
table.responsive td {
  border-bottom: 1px solid #dcdddd !important;
}
.post h4::before {
  display: none;
}
/* SPユーティリティ */
@media print, screen and (max-width: 768px) {
  /* 最新	 */
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    margin-bottom: 0;
  }
  .sp_flex {
    display: flex;
  }
  .sp_w_90 {
    width: 90%;
    margin: 0 auto;
  }
  .sp_txt_l,
  .post .sp_txt_l .sp_w90 {
    text-align: left;
  }
  /* ヘッダー */
  .mobile #header {
    background: #fff;
  }
  .spmenu #menu p {
    color: #333;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #333;
  }
  div#wpadminbar {
    display: none;
  }
}
/* レイアウトコンポ */
/* ボタン */
.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1rem !important;
}
.mr2 {
  margin-right: 2rem !important;
}
.mr3 {
  margin-right: 3rem !important;
}
.mr4 {
  margin-right: 4rem !important;
}
.mr5 {
  margin-right: 5rem !important;
}
.mr6 {
  margin-right: 6rem !important;
}
.mr7 {
  margin-right: 7rem !important;
}
.mr8 {
  margin-right: 8rem !important;
}
.mr9 {
  margin-right: 9rem !important;
}
.mr10 {
  margin-right: 10rem !important;
}
.mr15 {
  margin-right: 15rem !important;
}
.mr16 {
  margin-right: 16rem !important;
}
@media screen and (max-width: 768px) {
  .mr1 {
    margin-right: 0.5rem !important;
  }
  .mr2 {
    margin-right: 1rem !important;
  }
  .mr3 {
    margin-right: 1.5rem !important;
  }
  .mr4 {
    margin-right: 2rem !important;
  }
  .mr5 {
    margin-right: 2.5rem !important;
  }
  .mr6 {
    margin-right: 3rem !important;
  }
  .mr7 {
    margin-right: 3.5rem !important;
  }
  .mr8 {
    margin-right: 4rem !important;
  }
  .mr9 {
    margin-right: 4.5rem !important;
  }
  .mr10 {
    margin-right: 5rem !important;
  }
  .mr15 {
    margin-right: 7.5rem !important;
  }
  .mr16 {
    margin-right: 8rem !important;
  }
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1rem !important;
}
.ml2 {
  margin-left: 2rem !important;
}
.ml3 {
  margin-left: 3rem !important;
}
.ml4 {
  margin-left: 4rem !important;
}
.ml5 {
  margin-left: 5rem !important;
}
.ml6 {
  margin-left: 6rem !important;
}
.ml7 {
  margin-left: 7rem !important;
}
.ml8 {
  margin-left: 8rem !important;
}
.ml9 {
  margin-left: 9rem !important;
}
.ml10 {
  margin-left: 10rem !important;
}
.ml15 {
  margin-left: 15rem !important;
}
.ml16 {
  margin-left: 16rem !important;
}
@media screen and (max-width: 768px) {
  .ml1 {
    margin-left: 0.5rem !important;
  }
  .ml2 {
    margin-left: 1rem !important;
  }
  .ml3 {
    margin-left: 1.5rem !important;
  }
  .ml4 {
    margin-left: 2rem !important;
  }
  .ml5 {
    margin-left: 2.5rem !important;
  }
  .ml6 {
    margin-left: 3rem !important;
  }
  .ml7 {
    margin-left: 3.5rem !important;
  }
  .ml8 {
    margin-left: 4rem !important;
  }
  .ml9 {
    margin-left: 4.5rem !important;
  }
  .ml10 {
    margin-left: 5rem !important;
  }
  .ml15 {
    margin-left: 7.5rem !important;
  }
  .ml16 {
    margin-left: 8rem !important;
  }
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1rem !important;
}
.pr2 {
  padding-right: 2rem !important;
}
.pr3 {
  padding-right: 3rem !important;
}
.pr4 {
  padding-right: 4rem !important;
}
.pr5 {
  padding-right: 5rem !important;
}
.pr6 {
  padding-right: 6rem !important;
}
.pr7 {
  padding-right: 7rem !important;
}
.pr8 {
  padding-right: 8rem !important;
}
.pr9 {
  padding-right: 9rem !important;
}
.pr10 {
  padding-right: 10rem !important;
}
.pr15 {
  padding-right: 15rem !important;
}
.pr16 {
  padding-right: 16rem !important;
}
@media screen and (max-width: 768px) {
  .pr1 {
    padding-right: 0.5rem !important;
  }
  .pr2 {
    padding-right: 1rem !important;
  }
  .pr3 {
    padding-right: 1.5rem !important;
  }
  .pr4 {
    padding-right: 2rem !important;
  }
  .pr5 {
    padding-right: 2.5rem !important;
  }
  .pr6 {
    padding-right: 3rem !important;
  }
  .pr7 {
    padding-right: 3.5rem !important;
  }
  .pr8 {
    padding-right: 4rem !important;
  }
  .pr9 {
    padding-right: 4.5rem !important;
  }
  .pr10 {
    padding-right: 5rem !important;
  }
  .pr15 {
    padding-right: 7.5rem !important;
  }
  .pr16 {
    padding-right: 8rem !important;
  }
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1rem !important;
}
.pl2 {
  padding-left: 2rem !important;
}
.pl3 {
  padding-left: 3rem !important;
}
.pl4 {
  padding-left: 4rem !important;
}
.pl5 {
  padding-left: 5rem !important;
}
.pl6 {
  padding-left: 6rem !important;
}
.pl7 {
  padding-left: 7rem !important;
}
.pl8 {
  padding-left: 8rem !important;
}
.pl9 {
  padding-left: 9rem !important;
}
.pl10 {
  padding-left: 10rem !important;
}
.pl15 {
  padding-left: 15rem !important;
}
.pl16 {
  padding-left: 16rem !important;
}
@media screen and (max-width: 768px) {
  .pl1 {
    padding-left: 0.5rem !important;
  }
  .pl2 {
    padding-left: 1rem !important;
  }
  .pl3 {
    padding-left: 1.5rem !important;
  }
  .pl4 {
    padding-left: 2rem !important;
  }
  .pl5 {
    padding-left: 2.5rem !important;
  }
  .pl6 {
    padding-left: 3rem !important;
  }
  .pl7 {
    padding-left: 3.5rem !important;
  }
  .pl8 {
    padding-left: 4rem !important;
  }
  .pl9 {
    padding-left: 4.5rem !important;
  }
  .pl10 {
    padding-left: 5rem !important;
  }
  .pl15 {
    padding-left: 7.5rem !important;
  }
  .pl16 {
    padding-left: 8rem !important;
  }
}
.block,
.post .block {
  display: block;
}
.inline,
.post .inline {
  display: inline;
}
.inline-block,
.post .inline-block {
  display: inline-block;
}

/* TOP */
span.cat {
    font-weight: 400;
    letter-spacing: 0.1em;
}
.max_w1600 {
  width: 90%;
}
#footer li a,
.footeradd,
.footertel,
#footer li a:hover {
  color: #202020;
  font-size: 14px;
  font-weight: 300;
  font-family: var(--ff01);
}
.post2b_text.post2b_text70 {
  display: flex;
  flex-direction: column-reverse;
}

h2.cat-loop {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.post .time a,
.post2b .time a,
.post4b .time a,
.postlist .time a {
  color: #333333;
  text-decoration: underline;
  margin-right: 20px;
}
div#metaslider_98 {
  display: none;
}

.post_img img,
.post2b .post2b_img {
  min-height: 500px;
  margin-bottom: 20px;
}

.post2b img {
  max-height: unset;
}
/* About */
.table-item tr td {
  font-size: 11px;
  font-weight: 300;
  padding: 15px 3%;
  vertical-align: middle;
  line-height: 1.78;
  font-family: var(--ff01);
  letter-spacing: 0.1em;
}
.table-item td.cell_01 {
  width: 25%;
  border-bottom: 0.5px solid #d0d0d0;
  color: #333333;
}
.table-item td.cell_02 {
  border-bottom: 0.5px solid #d0d0d0;
  color: #202020;
  font-weight: 300;
}
.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: 0.5px solid #d0d0d0;
  }
  .table-item tr td {
    display: block;
    width: 100% !important;
  }
  .table-item td.cell_02 {
    border-bottom: 0.5px solid #d0d0d0;
  }
  .table-item tr td {
    padding: 15px 3%;
  }
}
.table-item {
  margin-bottom: 115px;
}

.president-img {
  width: 15%;
}

.text-area {
  width: 64%;
}
.post p.president-name {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 300;
  font-family: var(--ff01);
  line-height: 1.27;
  letter-spacing: 0.1em;
}

.post p {
  font-size: 12px;
  font-family: var(--ff01);
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #333333;
}
h1.title,
.post h1,
header#h1Header h1.title {
  font-size: clamp(28px, 1.7vw, 32px);
  font-weight: 100;
  font-family: var(--ff01);
  letter-spacing: 0.06em;
}

#breadcrumb ul {
  display: none;
}
span.black {
  color: #848484;
}
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
  font-weight: 500;
  font-family: var(--ff01);
}
.home #content {
  padding-top: 7%;
}
p.time .cat:before {
  display: none;
}

li.clearfix.wow.fadeIn {
  margin-bottom: 150px;
}
.pt15 {
  padding-top: 15rem !important;
}
/* その他 */
.filter {
    filter: grayscale(100%);//白黒に変換;
}
time {
  display: none;
}

span.prev {
  font-weight: 300;
  font-size: 12px;
}

span.next {
  font-weight: 300;
  font-size: 12px;
}
#privacy h3 {
  font-weight: 400;
  letter-spacing: 0.2em;
}
.post table th {
  font-weight: 400;
  letter-spacing: 0.2em;
}
.post2b li .post2b_contents,
.post4b li .post4b_contents {
  display: none;
}
.img-area.ex {
  text-align: center;
  margin-bottom: 10vw;
}
.img-area.ex img {
  width: unset;
  height: unset;
}
section#cat-post {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

ul.post2b {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}
.copyright {
  color: #333;
  font-size: 10px;
}
/* 投稿の画像が横幅いっぱい */
.post2b img {
  max-width: 100%;
  max-height: 461px;
  /* 画像の高さ揃える */
}
.page-id-21 h1.title {
  display: none;
}

.page-id-21 div#content.wide {
  padding-top: 6%;
}
.page-id-17 h1.title {
  display: none;
}

.page-id-17 div#content.wide {
  padding-top: 6%;
}
.page-id-19 h1.title {
  display: none;
}

.page-id-19 div#content.wide {
  padding-top: 6%;
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li li {
    background: #fff;
  }

  nav#mainNav ul li.current-menu-item a b,
  nav#mainNav ul li a:hover b,
  nav#mainNav ul li a:active b,
  nav#mainNav ul li.current-menu-parent a b {
    color: #fff;
    color: gray;
  }
  nav#mainNav ul li a b {
    font-family: var(--ff01);
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.25;
  }

  nav#mainNav ul li ul.sub-menu li a {
    font-size: 16px;
    font-family: var(--ff01);
    font-weight: 400;
  }

  nav#mainNav ul li ul.sub-menu li a:hover {
    background: #000;
    color: #fff;
  }
  #header {
    max-width: 1600px;
    height: clamp(
      80px,
      calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))),
      100px
    );
    margin: 0 auto;
  }

  #header .logo img {
    max-width: 230px;
    width: 100%;
    max-height: 60px;
  }
  .sticky-header #header > .inner {
    box-shadow: none;
  }

  .sticky-header #header-layout {
    height: clamp(
      80px,
      calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))),
      100px
    );
  }

  #header .inner {
    max-width: 1600px;
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a:hover {
    color: #8080808a;
  }
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
	.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
    margin-right: 10px;
}
  .spmenu #menu p {
    display: none;
  }

  .spmenu #menu span,
  .spmenu #menu span:after,
  .spmenu #menu span:before {
    height: 1px;
  }

  .spmenu #menu {
    transform: translate(-50%, -25%);
  }
  .post_img img,
  .post2b .post2b_img {
    min-height: unset;
  }

  li.clearfix.wow.fadeIn {
    margin-bottom: 0px;
  }

  #content .post2b_img {
    max-width: unset;
    margin-bottom: 2rem;
  }
  .pt15 {
    padding-top: 7.5rem !important;
  }
  .president-img {
    width: 100%;
  }

  .text-area {
    width: 100%;
  }
	body.page-id-293 #content.wide {
    padding-top: 20%;
}
	
	
}
