@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=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --color-font: #333333;
  --header-color-primary: #a52c58;
  --color-background: #f7fcff;
  --footer-background: #4f83ad;
  --ff01: "Noto Serif JP", serif;
  --ff02: "EB Garamond", serif;
  --ff03: "Noto Sans JP", sans-serif;
  --footer-color-primary: #fff;
  --footer-color-font: #45494a;
  --content-max-width: 1480px;
}

.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,
.post .circle::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 15px;
  background-image: url(/wp-content/uploads/check-icon-1.png);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: cover;
}

.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;
}
.post .time a,
.post2b .time a,
.post4b .time a,
.postlist .time a {
  color: #fff;
}
/* 見出しの装飾 */
.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: -17px;
  left: 0;
  max-width: 50px;
  width: 100%;
  height: 3px;
  background: #333333;
}
.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: 0.2em;
  background: #0a315c;
}
.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: #a52c58;
}
#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;
  color: #fff;
}
/* 投稿 リスト */
.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: #96b1c7;
  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: #96b1c7;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header a.head_btn.mail_btn:hover {
  background: #a52c58;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #96b1c7;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #96b1c7;
  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 !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;
    height: 60px;
  }
  .spmenu #menu p {
    color: #a52c58;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #a52c58;
  }
  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 */
/* h1～h3 */
.post h1 {
  font-size: clamp(30px, 3.3vw, 62px);
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #41412f;
  margin-bottom: 30px;
  font-family: var(--ff01);
  text-align: left;
}
.post h2 {
  font-size: clamp(18px, 1.7vw, 32px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #41412f;
  margin-bottom: 20px;
  font-family: var(--ff01);
  margin-top: 0;
}
.post h3 {
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  border-bottom: none;
  color: #41412f;
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--ff01);
  margin-top: 0;
  padding: 0;
}

.post h4 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 900;
  border-bottom: none;
  color: #41412f;
  margin-bottom: 10px;
  font-family: var(--ff01);
  margin-top: 0;
}

.post p {
  font-size: clamp(16px, 1vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-bottom: none;
  color: #41412f;
  margin-bottom: 5px;
  font-family: var(--ff01);
}
/* CSS */
/* =========================
font-family
========================= */
.eb-garamond,
.post .eb-garamond {
  font-family: "EB Garamond", serif;
}

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

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

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

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

.letters60,
.post .letters60 {
  letter-spacing: 0.06em;
}

/* =========================
color
========================= */
.black,
.post .black {
  color: #333333;
}

/* =========================
font-size + line-height
========================= */

.font70-line-height91,
.post .font70-line-height91 {
  font-size: clamp(40px, 3.6vw, 70px);
  line-height: 1;
  margin-bottom: 0;
}

.font50-line-height65,
.post .font50-line-height65 {
  font-size: clamp(36px, 2.6vw, 50px);
  line-height: 1.3;
  margin-bottom: 0;
}

.font30-line-height44,
.post .font30-line-height44 {
  font-size: clamp(17px, 1.6vw, 30px);
  line-height: 1.5;
  margin-bottom: 0;
}

.font30-line-height54,
.post .font30-line-height54 {
  font-size: clamp(22px, 1.6vw, 30px);
  line-height: 1.8;
  margin-bottom: 0;
}

.font22-line-height35,
.post .font22-line-height35 {
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.6;
  margin-bottom: 0;
}

.font20-line-height29,
.post .font20-line-height29 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.5;
  margin-bottom: 0;
}

.font18-line-height26,
.post .font18-line-height26 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.4;
  margin-bottom: 0;
}

.font16-line-height27,
.post .font16-line-height27 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 1.7;
  margin-bottom: 0;
}
/*  */
.max_w1480 {
  max-width: 1480px;
  width: 90%;
}

.bg-white {
  background: #fff;
}

.absolute-img01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 63%;
}
.pd-top-about01,
.post .pd-top-about01 {
  padding: 1%;
}

.pd-top-content {
  padding: 5% 0;
}
.bg-top-menu {
  background-image: url(/wp-content/uploads/bg-top-menu.png);
}

.underline-left.center::before,
.post .underline-left.center::before {
  left: 50%;
  transform: translateX(-50%);
}

.btn-item {
  max-width: 350px;
  width: 100%;
}
.btn-item a {
  position: relative;
  display: block;
  text-align: center;
  background: #4f83ad;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding: 15px 0;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff01);
}

.btn-item a::before {
  /* content: ""; */
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  top: 50%;
  right: 100px;
  transition: 0.2s;
  transform: translateY(-50%);
}

.btn-item a::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
  transition: 0.2s;
  transform: translateY(-50%);
}

.btn-item a:hover::after {
  width: 10px;
}
/*  */
.btn-item02 {
  /* max-width: 350px; */
  width: 100%;
}

.btn-item02 a {
  position: relative;
  display: block;
  display: inline-block;
  text-align: center;
  background: #96b1c7;
  color: #fff;
  font-size: clamp(18px, 1.6vw, 30px);
  font-weight: 600;
  width: 100%;
  font-family: var(--ff01);
  letter-spacing: 0.03em;
  padding: 57px 0;
  margin: 0 auto;
  /* border: 2px solid; */
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.btn-item02 a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  top: 50%;
  right: 100px;
  transition: 0.2s;
  transform: translateY(-50%);
  display: none;
}

.btn-item02 a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 150px;
  transition: 0.2s;
  transform: translateY(-50%);
}

.btn-item02 a:hover::after {
  width: 10px;
}
.absolute-img02 {
  position: absolute;
  left: 0;
  top: 44%;
  width: 36%;
}

.absolute-img03 {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
  width: 36%;
  top: 50%;
}

.absolute-img04 {
  position: absolute;
  right: 0;
  top: 41%;
  width: 33%;
}

.mb-irregular {
  margin-bottom: 36%;
}
.btn-item02.ex a {
  background: #4f83ad;
}
.border-yellow {
  border: 3px solid #dac15d;
}

.bg-yellow-grade {
  background: linear-gradient(90deg, #fffcef, #edddad);
}

.voice-img {
  width: 25%;
}

.voice-text {
  width: 70%;
}

.pd-user-voice {
  padding: 5%;
}

.img-head {
  width: 17%;
}

.text-head {
  width: 77%;
}

.border-bottom-yellow,
.post .border-bottom-yellow {
  border-bottom: 1px solid #dac15d;
}
.mt-irregular {
  margin-top: 4rem;
}
.max_w1820 {
  max-width: 1820px;
}

.pd-user-voice02 {
  padding: 3% 0;
}

.user-voice-img {
  width: 33%;
}

.user-voice-textarea {
  width: 63%;
}
.blog-head {
  width: 10%;
}

.blog-list {
  width: 74%;
}

/*--フッター--------------------------------------------*/
.btn-item03 {
  max-width: 320px;
  width: 100%;
}

.btn-item03 a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: var(--ff01);
  background: #a52c58;
  padding: 21px 0;
  margin: 0 auto;
  font-weight: 600;
  /* border: 2px solid; */
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-item03 a::before {
  /* content: "\f095"; */
  color: #333333;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.btn-item03 a::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
  transition: 0.2s;
  transform: translateY(-50%);
}

.btn-item03 a:hover::after {
  width: 10px;
}
.white,
.post .white {
  color: #fff;
}

.bg-footer {
  background-image: url(/wp-content/uploads/bg-footer.png);
}

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

.gap50px {
  gap: 50px;
}

.br20px {
  border-radius: 20px;
}

.pd-footer-inner {
  padding: 5% 0;
}

#footer .footnav ul > li::before {
  display: none;
}

#footer .footnav ul > li::after {
  display: none;
}
.tel-info01::before {
  font-family: "FontAwesome";
  content: "\f095";
  margin-right: 10px;
}
.txt_c {
  text-align: center;
}

.tel-info01 {
  font-family: var(--ff01);
  font-size: clamp(24px, 1.8vw, 34px);
  font-weight: 600;
  position: relative;
  color: #333333;
  letter-spacing: 0.06em;
}

.tel-info02 {
  font-size: 13px;
  font-family: var(--ff01);
  font-weight: 600;
  letter-spacing: 0.06em;
}

a.contact-form_tel:hover {
  opacity: 0.7;
}
.bg-blue-left-bottom::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 48.5%;
  height: 36%;
  background: #96b1c7;
  z-index: -1;
  border-radius: 0 0 90px 0;
  /* max-width: 930px; */
}

.column02-inner {
  max-width: 578px;
  width: 90%;
}

.pd-greeting {
  padding-bottom: 3%;
}

.jc-flex-end {
  justify-content: flex-end;
}

.gap20px {
  gap: 20px;
}
.table-item tr td {
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 600;
  padding: 20px 3%;
  line-height: 1.78;
  color: #333333;
  letter-spacing: 0.03em;
  font-family: var(--ff01);
}
.table-item td.cell_01 {
  width: 25%;
  border-bottom: 0px solid #191d25 !important;
}
.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: 2px solid #9f9f9f4d;
  }
  .table-item tr td {
    display: block;
    width: 100% !important;
  }
  .table-item td.cell_02 {
    border-bottom: 2px solid #0a3ea3;
  }
  .table-item tr td {
    padding: 15px 3%;
  }
}
.post .table-item table td {
  border-width: 0px;
}

.table-item td.cell_02 {
  border-bottom: 0px solid #dcdddd !important;
}
.ai-flex-end {
  align-items: flex-end;
}

.pd-info-item {
  padding: 5%;
}
.pd-menu-item {
  padding: 3%;
}
.vertical-line::before,
.post .vertical-line::before {
  position: absolute;
  content: "";
  top: -35%;
  left: 50%;
  width: 2px;
  height: 33px;
  background: #333333;
}
.border-bottom-gray,
.post .border-bottom-gray {
  border-bottom: 1px solid #dddddd;
}
body.page-id-210 #content.wide {
  padding-bottom: 0;
}
body.page-id-221 #content.wide {
  padding-bottom: 0;
}
.pd-checklist {
  padding: 3% 2%;
}
@import url("https://design-code.holo-server.com/wp-content/themes/mrp04/style.css");
@import url("https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css");
@import url("https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css");

/*--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: 1rem 1rem 1rem 0rem;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 5px 0;
  background: #ffffff;
  align-items: center;
}
.qa_list .qa_list_inner .a_ico {
  color: #ffffff;
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 16px;
  width: 100%;
  color: #302222;
  text-align: center;
  max-width: 90px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff02);
  background: #e98733;
  font-weight: 500;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 20px;
  display: none;
}
.qa_list .qa_list_inner .q_ico {
  border-radius: 50%;
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 34px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  font-family: var(--ff02);
  /* background: #fff; */
  color: #1e68a5;
  margin-left: 20px;
  font-weight: 400;
  /* display: none; */
}
.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;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--ff01);
  color: #333333;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.qa_list .qa_list_inner dt:after {
  content: "＋";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  color: #1e68a5;
}
.qa_list .qa_list_inner .active:after {
  top: 50%;
  right: 3rem;
}
.qa_list .qa_list_inner dd {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 2rem 0;
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #f5faff;
}

@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;
    font-size: 15px;
  }
  .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: 50px;
    padding: 1.2rem 1rem;
    max-width: 20px;
    max-height: 20px;
    font-size: 1.5rem;
    margin-left: 1rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1rem;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }
  .qa_list .qa_list_inner {
    margin-bottom: 0;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}
#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

h1.title,
.post h1,
header#h1Header h1.title {
  color: #0b6ebf;
  font-size: clamp(30px, 1.9vw, 36px);
  font-family: var(--ff01);
  font-weight: 600;
  letter-spacing: 0.06em;
}
span.tel_number {
  color: #333333;
  display: flex;
  letter-spacing: 0.06em;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--ff01);
  justify-content: center;
}

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

span.reception_time {
  display: block;
  color: #333333;
  font-size: 10px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

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

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

a.head_btn_tel:hover {
  opacity: 0.7;
}

a.head_btn_tel {
  display: block;
  transition: 0.3s;
}

ul.header__contact li.first {
  display: flex;
  align-items: center;
}
ul.header__contact li.first {
  background: #4e9dce;
}

.logo-img img {
  width: 44%;
}
div#sec01 {
  padding-top: 170px;
  margin-top: -170px;
}
div#sec02 {
  padding-top: 170px;
  margin-top: -170px;
}
div#sec03 {
  padding-top: 170px;
  margin-top: -170px;
}
.ofi-pencil:before {
  content: "\f16d";
  font-family: "FontAwesome";
}
.btn-item03 img {
  display: none;
}

.btn-item03 a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 40px;
  height: 40px;
  background-image: url(https://mita-sanso.com/wp-content/uploads/hotpepper.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.bg-blue, .post .bg-blue {
    background: #4F83AD;
}
/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1100px) {
}
@media print, screen and (max-width: 1024px) {
  .mt-irregular {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .panel.nav-effect {
    display: flex !important;
  }

  a.menu-link:hover {
    opacity: 0.5;
  }

  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;
  }
  .menu-mb {
    margin-bottom: 1vw;
    margin-top: 1vw;
  }

  #header ul.header__contact {
    margin-bottom: 1vw;
  }

  nav#mainNav ul li a b {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-family: var(--ff01);
    color: #333333;
  }

  #header .logo img {
    max-width: 310px;
    width: 100%;
    max-height: 105px;
  }
  .sticky-header #header-layout {
    height: auto;
  }

  #header-layout {
    max-width: 1830px;
  }
  #header {
    height: auto;
  }

  #header a.head_btn.mail_btn::before {
    display: none;
  }

  #header a.head_btn {
    flex-direction: row;
    border-radius: 50px;
  }

  .gap25px {
    gap: 25px;
  }

  a.menu-link {
    display: block;
    font-size: 14px;
    font-family: var(--ff01);
    font-weight: 600;
    letter-spacing: 0.06em;
    transition: 0.3s;
  }
}
@media print, screen and (max-width: 1023px) {
}
@media (min-width: 769px) and (max-width: 1240px) {
  .bg-blue-left-bottom::before {
    display: none;
  }

  .absolute-img01 {
    width: 49%;
  }
  .mb-irregular {
    margin-bottom: 58%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .flexbox.gap25px.ai_center.jc-flex-end.menu-mb {
    display: none !important;
  }
  .responsive {
    display: block;
  }
}
@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;
  }
  .sp_mb0 {
    margin-bottom: 0 !important;
  }
  /* 	 */
  .absolute-img02 {
    width: 36%;
    position: absolute;
    left: 0;
    top: 62%;
    z-index: 10;
  }

  .absolute-img03 {
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 46%;
    top: 64%;
  }

  .absolute-img04 {
    position: absolute;
    right: 0;
    top: 61%;
    width: 34%;
    z-index: 11;
  }

  .absolute-img03 img {
    width: 100%;
  }

  .mb-irregular {
    margin-bottom: 45%;
  }

  .btn-item02.ex a {
    background: #4f83ad;
  }

  .absolute-img01 {
    position: unset;
    width: 100%;
  }

  .pd-top-about01,
  .post .pd-top-about01 {
    padding: 2%;
  }

  .btn-item {
    max-width: 250px;
  }

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

  .voice-img {
    width: 100%;
  }

  .voice-text {
    width: 100%;
  }

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

  .user-voice-img {
    width: 100%;
  }

  .user-voice-textarea {
    width: 100%;
  }

  .blog-head {
    width: 100%;
  }

  .pd-footer-inner {
    padding: 5%;
  }

  .btn-item02 a::after {
    right: 0;
  }
  .vertical-line::before,
  .post .vertical-line::before {
    width: 1px;
    height: 20px;
    top: -15px;
  }

  .bg-blue-left-bottom::before {
    top: 0;
    left: unset;
    right: 0;
    display: none;
  }

  .table-item td.cell_02 {
    border-bottom: 1px solid #dcdddd !important;
  }

  .pd-greeting {
    padding-bottom: 10%;
  }
  .pd-checklist {
    padding: 10% 5%;
    padding-bottom: 5%;
  }

  .circle::before,
  .post .circle::before {
    transform: unset;
    top: 3px;
  }
  .underline-left::before,
  .post .underline-left::before {
    max-width: 30px;
    height: 1.5px;
    bottom: 0px;
  }
  .max_w1100 {
    width: 100%;
  }
  .pd-user-voice02 {
    padding: 6% 0;
  }
  .blog-list {
    width: 100%;
  }
	.mb15, .post .mb15 {
    margin-bottom: 5.5rem !important;
}



.btn-item03 a::before {
    width: 30px;
    height: 30px;
    left: 30px;
}

.btn-item03 {
    max-width: 280px;
}
	.column02-inner {
    max-width: unset;
    width: 100%;
}

.sp_mb0, .post .sp_mb0 {
    margin-bottom: 0 !important;
}
	.pd-greeting.relative.bg-blue-left-bottom.sp_pt10 {
    margin-bottom: 20px;
}
	.btn-item02.icon img {
    width: 10%;
}
}

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