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

.check-icon::before, .post .check-icon::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 22px;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/check-icon.png);
    background-size: contain;
}

.check-icon, .post .check-icon {
    padding-left: 3rem;
}
.dawn-arrow::before {
    border-color: #DFF4FF transparent transparent transparent;
    position: absolute;
    top: 20px;
    left: 50%;
    /* transform: translateX(-50%); */
    width: 0px;
    height: 0px;
    border-width: 25px 37px 0px 37px;
    border-style: solid;
    content: "";
    z-index: 100;
}

/* 書き変え系 */
.max_w1440 {
    max-width: 1440px;
    width: 90%;
}

.box-shadow, .post .box-shadow {
    box-shadow: 0 3px 10px rgba(187, 187, 187, 0.1);
}

.bg-white, .post .bg-white {
    background: #fff;
}
.circle::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #444444;
    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;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
    color: #FFFFFF;
}
/* 見出しの装飾 */
.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;
    background: #FB8E27;
}
.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: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 20px;
  width: 100%;
  height: 1px;
  background: #018ED5;
}
.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: 0;
    line-height: 1.45;
    font-size: clamp(30px, 2.3vw, 44px);
    letter-spacing: 0.08em;
    font-family: var(--ff01);
    font-weight: 400;
    z-index: 1;
    content: "TOP ABOUT";
    color: red;
    background: green;
}

.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: #018ED5;
}
#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;
  background: #012A45;
}
/* コピーライト */
#copyright {
  margin: var(--px12) auto 0;
  background: #012A45;
  color: #fff;
}
/* 投稿 リスト */
.postlist li:first-child {
  border-top: none;
  /* border-top: 1px dashed #cccccc; */
}
.postlist li {
  border-bottom: 1px solid #cccccc;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
/* .post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  color: unset;
} */
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: #018ED5;
  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を打ち消す*/
.comon_footer {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
p.time.cat-news.first {
  border-bottom: none;
}
/* 親テーマ .news pのborder-bottomを打ち消す*/
p.date {
  border-bottom: none;
}
a#scrollUp {
  background: #1088C4;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #ffffff6b;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  flex-direction: row;
  border: 1px solid;
  margin-right: 1.5vw;
  border-radius: 5px;
  margin-left: 1vw;
}
#header a.head_btn.mail_btn:hover {
  background: #ffffff1a;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #1088C4;
}
.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: #012A45;
    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 */
/* h1～h3 */
.post h1 {
  font-size: clamp(30px, 3.3vw, 62px);
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  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.03em;
  font-weight: 700;
  color: #333333;
  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: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
  border-bottom: none;
  color: #000;
  margin-bottom: 5px;
  font-family: var(--ff01);
}
.post4b img {
    min-height: 200px;
}
/* CSS */
/* =========================
font-size
========================= */

.font20-line-height25,
.post .font20-line-height25 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.3;
}

.font28-line-height42,
.post .font28-line-height42 {
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1.5;
}

.font18-line-height30-6,
.post .font18-line-height30-6 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.7;
}

.font16-line-height24,
.post .font16-line-height24 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 1.5;
}

.font12-line-height17,
.post .font12-line-height17 {
  font-size: clamp(12px, 0.7vw, 12px);
  line-height: 1.4;
}

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

.font22-line-height37,
.post .font22-line-height37 {
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.7;
}

.font36-line-height51,
.post .font36-line-height51 {
  font-size: clamp(22px, 1.9vw, 36px);
  line-height: 1.4;
}

.font24-line-height36,
.post .font24-line-height36 {
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.5;
}

/* =========================
letter-spacing
========================= */

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

/* =========================
font-family
========================= */

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

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

.outfit,
.post .outfit {
  font-family: "Outfit", sans-serif;
}

/* =========================
font-weight
========================= */

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

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

/* =========================
color
========================= */

.black,
.post .black {
  color: #444444;
}

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

.blue,
.post .blue {
  color: #018ED5;
}
.pd-top-content {
    padding: 5% 0;
}

.gap20px {
    gap: 20px;
}

.pd-problem-item, .post .pd-problem-item {
    padding: 2%;
}

.br10px, .post .br10px {
    border-radius: 10px;
}

.max_w1240 {
    width: 90%;
}
.bg-market-date {
    background-image: url(/wp-content/uploads/bg-market-date.png);
}

.gold, .post .gold {
    color: #E8C97A;
}

.underline-center.line-gold::before, .post .underline-center.line-gold::before {
    background: #E8C97A;
}
p.market-date {
    font-size: clamp(26px, 2.2vw, 42px);
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #E8C97A;
    font-family: var(--ff02);
    line-height: 1.5;
}

p.market-date span {
    font-size: 20px;
}

.pd-market-date, .post .pd-market-date {
    padding: 2%;
}

.blur {
    background: #ffffff29;
}
.pd-announce {
    padding: 5%;
}

span.year {
    color: #018ED5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    background: #DFF4FF;
    border-radius: 50px;
    padding: 1% 2%;
    margin-left: 1rem;
}

.gap10px {
    gap: 10px;
}

.border-bottom-gray, .post .border-bottom-gray {
    border-bottom: 1px solid #DDDDDD;
}
/* ボタン */
.btn-item {
    max-width: 480px;
    width: 100%;
}

.btn-item a {
    position: relative;
    display: block;
    padding: 33px 24px;
    text-decoration: none;
    font-family: var(--ff01);
    font-size: clamp(16px, 1.2vw, 22px);
    font-weight: 500;
    letter-spacing: .03em;
    color: #fff;
    text-align: center;

    /* グラデーション */
    background: #ffffff40;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-item a::before{
    position:absolute;
    content:"";
    width:20px;
    height:20px;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    background:url(/wp-content/uploads/Icon-ion-ios-arrow-dropright-circle.png) no-repeat center/contain;
    transition:.35s;
}



.btn-item a:hover::before{
    right:16px;
}

.btn-item a{
    overflow:hidden;
}

.btn-item a::after{
    /* content:""; */
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
}

.btn-items {
    max-width: 480px;
    width: 100%;
}

.btn-items a {
    position: relative;
    display: block;
    padding: 33px 24px;
    text-decoration: none;
    font-family: var(--ff01);
    font-size: clamp(16px, 1.2vw, 22px);
    font-weight: 500;
    letter-spacing: .03em;
    color: #fff;
    text-align: center;

    /* グラデーション */
    background: #B49746;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-items a::before{
    position:absolute;
    content:"";
    width:20px;
    height:20px;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    background:url(/wp-content/uploads/Icon-ion-ios-arrow-dropright-circle.png) no-repeat center/contain;
    transition:.35s;
}



.btn-items a:hover::before{
    right:16px;
}



.btn-items a::after{
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
}
.bg-gray {
    background: #F5F7FA;
}

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

.gap40px {
    gap: 40px;
}
.pd-solution {
    padding: 3%;
}

.br10px-upper-img img {
    border-radius: 10px 10px 0 0;
}
.table-item {
    overflow-x: auto;
    white-space: nowrap;
}

.table-item table {
    width: 100%;
    min-width: 800px; /* 必要に応じて調整 */
    border-collapse: collapse;
}

.table-item tr {
    flex-wrap: nowrap;
    width: 100%;
}

.table-item tr td {/*     flex: 1;いらないかも？ */font-size: clamp(14px, 1.1vw, 18px);font-weight: 500;padding: 25px 3%;vertical-align: middle;border-bottom: 1px solid #C6C6C6;line-height: 2;text-align: center;color: #333333;letter-spacing: 0.03em;}

.table-item td.cell_01 {
    width: 20%;
    text-align: center;
    background: #018ED5;
    border-left: 1px solid #C6C6C6;
    color: #fff;
    /* border-radius: 10px 0 0 0; */
}

.table-item td.cell_02 {
    width: 20%;
    border-right: 1px solid #C6C6C6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-item tr.head td {
    border-top: 1px solid #C6C6C6;
}

@media print, screen and (max-width: 768px) {
    
    .table-item table {
        min-width: 900px;
    }
}
.table-item td.cell_01.ex {
    background: #067BB5;
    color: #fff;
    width: 33%;
}
.story {
    padding: 30px;
}

.story__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 50px;
}

.story__item {
    position: relative;
    padding: 0 0 34px;
}

.story__item:last-child {
    padding-bottom: 0;
}

/* 縦線（各項目ごと） */
.story__item::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 8px;
    bottom: -8px;
    border-left: 1px dashed rgba(255,255,255,.8);
}

/* 最後だけ丸までで止める */
.story__item:last-child::before {
    bottom: auto;
    height: 4px;
}

/* 丸 */
.story__marker {
    position: absolute;
    top: 6px;
    left: -44px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}

.story__body {
    color: #fff;
}

.story__title {
    margin: 0 0 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .03em;
    color: #fff;
}

.story__text {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: .03em;
    color: #fff;
}

@media (max-width:767px){

.story{
    padding:30px 20px;
}

.story__inner{
    padding-left:30px;
}

.story__item{
    padding-bottom:30px;
}

.story__item::before{
    left:-24px;
}

.story__marker{
    left:-28px;
    top:7px;
    width:7px;
    height:7px;
}

.story__title{
    font-size:17px;
}

.story__text{
    font-size:14px;
    line-height:1.8;
}

.story .pcbr{
    display:none;
}

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

.bg-blur {
    background: #ffffff21;
}

h3.story__title {
    color: #fff;
    font-size: clamp(18px, 1.2vw, 22px);
    letter-spacing: 0.03em;
    font-weight: 700;
}

p.story__text {
    font-size: clamp(14px, 1.1vw, 18px);
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.7;
}
.bg-footer {
    background-image: url(/wp-content/uploads/bg-footer.png);
}

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

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

.btn-item.footer {
    max-width: 800px;
}
/*  */
.pd-service-item {
    padding: 3%;
}
.bg-blue, .post .bg-blue {
    background: #018ED5;
}

.br10px-uppr, .post .br10px-uppr {
    border-radius: 10px 10px 0 0;
}

.pd-program-item {
    padding: 5%;
}
.bg-light-blue {
    background: #DFF4FF;
}

.border-bottom-white, .post .border-bottom-white {
    border-bottom: 1px solid #fff;
}
/* ボタン */
.btn-item02 a {
  position: relative;
  display: block;
  color: #fff; /*文字と枠の色*/
  font-size: clamp(20px, 1.5vw, 28px); /*文字の大きさ*/
  background: linear-gradient(135deg, #018ED5, #0B5D94);
  font-weight: 700; /*文字の太さ*/
  padding: 60px 80px; /*立幅調整*/
  margin: 0 auto;
  border-radius: 5px;
  text-decoration: none; /*文字の下線を消す*/
  transition: 0.3s;
  font-family: var(--ff02);
  letter-spacing: 0.03em;
  text-align: left;
}

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

.btn-item02 a::before {
  position: absolute;
  background-image: url(/wp-content/uploads/Icon-ion-ios-arrow-dropright-circle.png);
  max-width: 30px;
  max-height: 30px;
  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;
}
.commitment-list {
    padding: 5%;
    background: #fff;
    /* background: red; */
}

.commitment-list__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.commitment-list__item {
    position: relative;
    display: flex;
    gap: 36px;
    padding-bottom: 38px;
}

.commitment-list__item:last-child {
    padding-bottom: 0;
}

/* 点線 */
.commitment-list__item::before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: -9px;
    left: 4px;
    border-left: 1px dashed #009bd7;
}

/* 最後の項目は点線を下へ伸ばさない */
.commitment-list__item:last-child::before {
    display: none;
}

/* 左側の丸 */
.commitment-list__marker {
    position: relative;
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    margin-top: 5px;
    background: #009bd7;
    border-radius: 50%;
    z-index: 2;
}

.commitment-list__content {
    flex: 1;
    min-width: 0;
}

.commitment-list__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #444;
}

.commitment-list__check {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #009bd7;
}

.commitment-list__text {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.03em;
    color: #444;
}

@media screen and (max-width: 767px) {
    .commitment-list {
        padding: 20px;
    }

    .commitment-list__item {
        gap: 22px;
        padding-bottom: 30px;
    }

    .commitment-list__item::before {
        left: 3px;
    }

    .commitment-list__marker {
        width: 8px;
        height: 8px;
    }

    .commitment-list__title {
        gap: 7px;
        margin-bottom: 8px;
        font-size: 17px;
    }

    .commitment-list__check {
        font-size: 21px;
    }

    .commitment-list__text {
        font-size: 14px;
        line-height: 1.8;
    }

    .commitment-list .pcbr {
        display: none;
    }
}
p.commitment-list__text {
    text-align: left;
    font-size: clamp(16px, 1.1vw, 18px);
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #444444;
    font-family: var(--ff01);
}

h3.commitment-list__title {
    font-size: clamp(18px, 1.2vw, 22px);
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #444444;
    font-family: var(--ff01);
    letter-spacing: 0.03em;
}

.btn-item02 a span {
    text-align: left;
    display: block;
    font-family: var(--ff03);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1rem;
}
/* ----------
 * cFlow002
-------------*/
.cFlow002__content {
    counter-reset: number 0;
    width: 100%;
}
.cFlow002__item {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.cFlow002__item::after {
    content: "";
    position: absolute;
    border-top: 2rem solid #018ED5;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
}
/* 打消 */
.cFlow002__item:last-child::after {
    display: none;
}
.cFlow002__item:last-child {
    margin: 0;
}
.cFlow002__num, 
.cFlow002__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cFlow002__num {
    position: relative;
    width: min(12%, 140px);
    text-align: center;
    align-items: center;
    background: #018ED5;
    padding: min(5%, 25px);
    border-radius: 5px 0 0 5px;
}
.cFlow002__num span {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
}
.cFlow002__num span::after {
    display: block;
    counter-increment: number 1;
    content: "0" counter(number);
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
}
.cFlow002__text {
    width: calc(100% - min(10%, 140px));
    padding: min(5%, 40px);
    background: #F8FCFF;
    border-radius: 0 5px 5px 0;
}
@media print, screen and (max-width: 769px) {
    .cFlow002__item {
        flex-direction: column;
    }
    .cFlow002__num, 
    .cFlow002__text {
        width: 100%;
    }
    .cFlow002__num {
      border-radius: 5px 5px 0 0;
      padding: 1em;
    }
    .cFlow002__text {
      border-radius: 0 0 5px 5px ;
    }
}

/* ----------
 * btn
-------------*/
.btn__container {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
}
.btn__container .btn {
    margin: 0;
}
.btn {
    position: relative;
    display: block;
    transition: .5s;
    color: #2D5AC7;
    background: #FFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    padding: .7em 1.5em;
    width: 90%;
    max-width: 240px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid;
	  margin: auto;
}
@media print, screen and (max-width: 769px) {}
.cFlow002__text h3 {
    font-size: clamp(18px, 1.3vw, 24px);
    text-align: left;
    color: #444444;
    letter-spacing: 0.03em;
    font-weight: 700;
}

.cFlow002__text p {
    color: #444444;
    font-size: clamp(14px, 1.1vw, 18px);
    letter-spacing: 0.03em;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0;
}
.btn-items.blue a {
    background: #018ED5;
}
/*--FAQ-------------------------------------------*/

.qa_list {
  cursor: pointer;
}
.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: 1rem 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: #DFF4FF;
  border: 1px solid #e0e0e0;
  align-items: center;
  border-radius: 10px 10px 0 0;
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
  align-items: center;
  border-radius: 0 0 10px 10px;
}
.qa_list .qa_list_inner .a_ico {
  color: #ffffff;
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  width: 100%;
  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: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  font-family: var(--ff01);
  background: #018ED5;
  color: #fff;
  margin-left: 18px;
  font-weight: 700;
}
.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: #333333;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin-left: 20px;
  letter-spacing: 0.03em;
  text-align: left;
}
.qa_list .qa_list_inner dt:after {
  content: "ー";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  color: #333333;
  font-weight: 700;
}
.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;
  border-radius: 0 0 10px 10px;
}

@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: 16px;
    margin-left: 0;
  }
  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }
  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1rem;
    max-width: 20px;
    max-height: 20px;
    font-size: 1.5rem;
    margin-left: 10px;
    margin-top: 7px;
  }
  .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: 2rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
    align-items: flex-start;
  }
}
.bg-greeting {
    background-image: url(/wp-content/uploads/bg-cgreeting.png);
}

.greeting-text {
    width: 65%;
}

.greeting-img {
    width: 30%;
}
.table-item02 tr td {
    font-size: clamp(14px, 0.9vw, 16px);
    font-weight: 500;
    padding: 20px 3%;
    line-height: 1.78;
    color: #333333;
    letter-spacing: 0.03em;
}
.table-item02 td.cell_01 {
    width: 25%;
    border-bottom: 1px solid #191D25 !important;
}
.table-item02 tr.head td.cell_01 {
    border-top: 2px solid #0a3ea3;
}
.table-item02 tr.head td.cell_02 {
    border-top: 2px solid #9f9f9f;
}
.table-item02 table, .table-item table th, .table-item02 table td {
    border-width: 0px;
}
@media print, screen and (max-width: 768px) {

	.table-item02 tr.head td.cell_02 {
    border-top: none;
}

.table-item02 td.cell_01 {
    border-bottom: 2px solid #9f9f9f4d;
}
    .table-item02 tr td {
        display: block;
        width: 100% !important;
    }
    .table-item02 td.cell_02 {
		border-bottom: 2px solid #0a3ea3;
    }
  .table-item02 tr td {
    padding: 15px 3%;
}
}
.post .table-item02 table td {
    border-width: 0px;
}


.table-item02 td.cell_02 {
    border-bottom: 1px solid #DCDDDD !important;
}
#thumbImg::before, header#h1Header::before {
    background: transparent;
}
.pd-service-title, .post .pd-service-title {
    padding: 1%;
}
.br10px.bg-white.pd-program-item {
    min-height: 200px;
}

.br10px-lower {
    border-radius: 0 0 10px 10px;
}


.max_w1500 {
    width: 90%;
}
h1.title, .post h1, header#h1Header h1.title {
    font-size: clamp(30px, 2.1vw, 40px);
    letter-spacing: 0.03em;
    font-family: var(--ff02);
    font-weight: 700;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1100px) {

}
@media print, screen and (max-width: 1023px) {
.mobile #header {
    background: #012A45;
}
}
@media print, screen and (min-width: 1024px) {
	header#header {
    background: #012A45;
    height: 100px;
}
	

	nav#mainNav ul li a:hover b::before {
    transform: rotateY(0deg);
  }
  nav#mainNav ul li a:hover b::before,
  nav#mainNav ul li.current-menu-item a b::before,
  nav#mainNav ul li a:active b::before {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  nav#mainNav ul li a b::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    bottom: 0;
    left: 0;
    transition: 0.5s ease;
    transform-origin: center;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  nav#mainNav ul li a b {
    position: relative;
    padding-bottom: 5px;
  }

	#header .logo img {
    max-height: 40px !important;
    width: 100%;
    max-width: 366px !important;
}
	nav#mainNav ul li a b {
    font-size: clamp(12px, 1.1vw, 18px);
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.03em;
}

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

#header ul.header__contact {
    height: 60px;
}

nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b {
    color: #fff;
}

.sticky-header #header-layout {
    height: 100px;
}

.sticky-header #header > .inner {
    background: #012A45;
}
	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;
    height: 100px;
}
}
@media print, screen and (max-width: 1023px) {

}
@media (min-width: 769px) and (max-width: 1240px) {
	.column02.mb2 {
    width: 100%;
}
}

  /* iPad横だけを狙い撃ち */
  @media (min-width: 1024px) and (max-width: 1024px) {
#header-layout {
    justify-content: center;
}

body.mobile #header .logo .mark {
    margin-top: 20px;
}
}

@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;
}
  /* 	 */
.pd-problem-item img {
    width: 23%;
}

p.sp_w {
    width: 63%;
}
	.dawn-arrow::before {
    top: 0;
    transform: translateX(-50%);
}

.table-item tr td {
    padding: 2%;
}



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


.btn-item.ex a {
    background: #018ED5;
}
	.btn-items a {
    padding: 20px;
}


.btn-items {
    max-width: 300px;
}
	.pd-service-item img {
    width: 15%;
}

.br10px.bg-white.pd-program-item {
    min-height: unset;
}

.btn-item02 a {
    padding: 20px;
}
	.cFlow002__num span::after {
    font-size: 1.5em;
}

.cFlow002__text h3 {
    margin-bottom: 1rem;
}

.qa_list .qa_list_inner .a_desc {
    padding: 5%;
}
	.greeting-text {
    width: 100%;
}

.greeting-img {
    width: 100%;
}
.pd-market-date, .post .pd-market-date {
    padding: 5%;
}
}

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