@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=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
:root {
  --color-font: #333333;
  --header-color-primary: #3fa037;
  --color-background: #fff;
  --footer-background: #fff9e1;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Zen Kaku Gothic Antique", sans-serif;
  --footer-color-primary: #45494a;
  --footer-color-font: #45494a;
  --content-max-width: 1320px;
}

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

.check-icon,
.post .check-icon {
  padding-left: 3rem;
}
.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;
}

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

.box-shadow,
.post .box-shadow {
  box-shadow: 0px 0px 15px -5px #ccc;
}

.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: #fff;
}
/* 見出しの装飾 */
.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 {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 6px;
  background: repeating-linear-gradient(
    to right,
    #3fa34d 0 7px,
    transparent 7px 10px
  );
}
.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%, #ffff66 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: #e93341; */
}
#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: #3fa037;
}
#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: #3fa037;
}

#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;
  padding-bottom: 1rem;
}
/* コピーライト */
#copyright {
  margin: var(--px12) auto 0;
}
/* 投稿 リスト */
.postlist li:first-child {
  border-top: none;
  /* border-top: 1px dashed #cccccc; */
}
.postlist li {
  border-bottom: 1px dashed #cccccc;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
/* .post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  color: unset;
} */
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: #3fa037;
  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: #3fa037;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #e93341;
}
#header a.head_btn.mail_btn:hover {
  background: #e93341;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #e93341;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #3fa037;
  opacity: 0.7;
}
/* 代替案 検討中 */
body:not(.home) #content.wide {
  padding: 3% 0 8% 0;
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn,
.post .linkBtn {
  padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 0;
}
/* --- */
/* h2の下線を消す */
.post h2::after {
  display: none;
}
/* プラポリのためにmarginは消さない */
.post h4 {
  padding: 0;
}
/* お問い合わせページ差し替え*/
.wpcf7-form .must {
  background: #f73737;
}
table.responsive th {
  background: transparent;
}
.post table.responsive,
.post table.responsive th,
.post table.responsive td {
  border-width: 0px;
}
table.responsive th {
  border-bottom: 1px solid #dcdddd !important;
}
table.responsive td {
  border-bottom: 1px solid #dcdddd !important;
}
.post h4::before {
  display: none;
}
/* SPユーティリティ */
@media print, screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
  a.column03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .sp_block {
    display: block;
  }
  /* 最新	 */
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    margin-bottom: 0;
  }
  .sp_flex,
  .post .sp_flex {
    display: flex;
  }

  .sp_w90,
  .post .sp_w90 {
    width: 90%;
    margin: 0 auto;
  }
  .sp_mx-auto,
  .post .sp_mx-auto {
    margin: 0 auto;
  }
  .sp_txt_l,
  .post .sp_txt_l {
    text-align: left;
  }
  .sp_txt_c,
  .post .sp_txt_c {
    text-align: center;
  }

  .sp_txt_r,
  .post .sp_txt_r {
    text-align: right;
  }

  /* ヘッダー */
  .mobile #header {
    background: #fff;
    height: 60px;
  }
  .spmenu #menu p {
    color: #e93341;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #e93341;
  }
  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.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-size
========================= */

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

.font22-line-height32,
.post .font22-line-height32 {
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.5;
}

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

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

.font16-line-height27-2,
.post .font16-line-height27-2 {
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.7;
}

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

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

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

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

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

.zen-kaku,
.post .zen-kaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

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

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

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

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

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

/* =========================
display
========================= */

.block {
  display: block;
}
/*  */
/* =========================
font-size
========================= */

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

.font22-line-height32,
.post .font22-line-height32 {
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

.zen-kaku,
.post .zen-kaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

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

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

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

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

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

/* =========================
display
========================= */

.block {
  display: block;
}
/*  */

.btn-item {
  max-width: 320px;
  width: 100%;
}
.btn-item a {
  position: relative;
  display: block;
  letter-spacing: 0.03em;
  text-align: center;
  background: #3fa037;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 22px 0;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 50px;
}
.btn-item a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transition: 0.2s;
}
.btn-item a:hover::before {
  right: 10px;
}
.top-intro {
  padding: 3% 0;
}
.bg-top02 {
  background-image: url(/wp-content/uploads/bg-top02.png);
}

.pd-top02 {
  padding: 5% 0;
  padding-bottom: 8%;
}
.gap80px {
  gap: 24px;
}
.absolute-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.border-bottom-dashed,
.post .border-bottom-dashed {
  border-bottom: 2px dashed #333333;
}

.pd-top03 {
  padding: 5% 0;
}
/*  */
.lower-link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/frame-line.png) no-repeat center center /
    100% 100%;
  content: "";
  z-index: 2;
}

.arrow-text {
  /* position: relative; */
  position: absolute;
  top: 50%;
  left: 0;
  width: 90%;
  padding-bottom: 50px;
  background: url(/wp-content/uploads/arrow-icon.png) no-repeat right bottom /
    140px auto;
  text-align: right;
  transform: translateY(-50%);
  font-size: clamp(22px, 1.5vw, 28px);
  font-weight: 700;
  font-family: var(--ff01);
  letter-spacing: 0.03em;
  line-height: 2;
  /* margin-bottom: 1rem; */
}

.arrow-text::before,
.post .arrow-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 90%;
  padding-bottom: 50px;
  background: url(/wp-content/uploads/arrow-icon.png) no-repeat right bottom /
    140px auto;
  text-align: right;
  transform: translateY(-50%);
}

a.lower-link:hover .photo img {
  transform: scale(1.1);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.lower-link .photo {
  overflow: hidden;
  border-radius: 20px;
}

.lower-link .photo img {
  transition: transform 0.3s ease;
}
.bg-top04 {
  background-image: url(/wp-content/uploads/bg-top04.png);
}

.pd-top04 {
  padding: 5% 0;
}
.btn-item {
  max-width: 320px;
  width: 100%;
}

.btn-item02 a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 auto;
  /* border: 2px solid; */
  text-decoration: none;
  transition: 0.3s;
  background: #3fa037;
  height: 120px;
  border-radius: 100px;
}
.btn-item02 a::before {
  content: "\f10b";
  color: #fff;
  position: absolute;
  font-family: "FontAwesome";
  left: 95px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  font-size: 0.9em;
}
.btn-item02 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transition: 0.2s;
}
.btn-item02 a:hover::after {
  right: 10px;
}
.btn-item03 {
  max-width: 400px;
  width: 100%;
}

.btn-item03 a {
  position: relative;
  display: block;
  text-align: center;
  color: #3fa037;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff01);
  border-radius: 5px;
  border: 1px solid;
  background: #fff;
  letter-spacing: 0.03em;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.btn-item03 a::before {
  content: "\f0e0";
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  font-family: "FontAwesome";
  line-height: 1;
  margin-right: 1rem;
  font-size: 1.2em;
}

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

.bg-light-white {
  background: #ffffffcf;
  /* opacity: .8; */
}

.max_w860 {
  max-width: 860px;
  width: 90%;
}

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

.br30px {
  border-radius: 30px;
}

.pd-footer-inner {
  padding: 2%;
}
.btn-item02 {
  width: 100%;
  max-width: 400px;
}

.gap40px {
  gap: 40px;
}
span.mini {
  font-size: 14px;
  letter-spacing: 0.03em;
  display: block;
  font-weight: 500;
}

span.large {
  display: block;
}
span.large {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.border-bottom-gray {
  border-bottom: 1px solid #dddddd;
}
/*  */
.table-item tr td {
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 400;
  padding: 20px 2%;
  vertical-align: middle;
  border-bottom: 1px solid #c6c6c6;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.table-item td.cell_01 {
  width: 25%;
  background: #deefdc;
  border-left: 1px solid #c6c6c6;
}
.table-item td.cell_02 {
  border-right: 1px solid #c6c6c6;
}
.table-item tr.head td {
  border-top: 1px solid #c6c6c6;
}

@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
  .table-item tr td {
    display: block;
    width: 100% !important;
  }

  .table-item tr td {
    padding: 15px 3%;
  }
  .post .table-item table td {
    border-width: 0px;
  }

  .post .table-item table {
    border-width: 0px;
  }
}
.flow-step {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 6rem;
}

.flow-step__side {
  position: relative;
  display: flex;
  justify-content: center;
}

/* 下のグレー縦線 */
.flow-step__side::after {
  content: "";
  position: absolute;
  top: 120px; /* 丸の下あたりから開始 */
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 120px);
  background: #bfbfbf;
}

.flow-step__badge {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #3fa037;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.flow-step__label {
  font-size: clamp(14px, 1.2vw, 22px);
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: var(--ff02);
}

.flow-step__num {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--ff01);
}

.flow-step__title {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.flow-step__text {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.flow-step__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  height: 46px;
  background: #0054a6;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
}
.flow-step__side {
  position: relative;
}

/* 縦線 */
.flow-step__side::after {
  content: "";
  position: absolute;
  top: 160px; /* 丸の下から */
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 83px; /* 長さ調整 */
  background: #3fa037;
}
.flow-step__content-parent {
  display: flex;
  justify-content: space-between;
}

.text {
  width: 62%;
}

.imgs {
  width: 34%;
}
.flow-step__side.ex::after {
  display: none;
}
/*  */
.bg-light-green {
  background: #deefdc;
}

.pd-top-oyakusoku {
  padding: 3% 0;
}

.bg_wide {
  position: relative;
}

#oyakusoku_about .box_w2 {
  justify-content: center;
  column-gap: 2%;
  row-gap: 50px;
}

#oyakusoku_about .box {
  position: relative;
  background: #fff;
  border-radius: 10px;
}
#oyakusoku_about .img01,
#oyakusoku_about .img02 {
  position: absolute;
  bottom: 0;
  width: 12%;
}
#oyakusoku_about .img01 {
  left: -5%;
}
#oyakusoku_about .img02 {
  right: -5%;
}
#oyakusoku_about dl {
  position: relative;
  padding: 50px 30px 30px;
  background: #fff url(/wp-content/uploads/fream.png.webp) no-repeat center
    center / 100% 100%;
}
#oyakusoku_about dt {
  margin-bottom: 15px;
  font-size: 115%;
  text-align: center;
  line-height: 1.4;
}
#oyakusoku_about dt b {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  transform: translateX(-50%);
  /* 縦方向中央揃え */
  display: flex;
  align-items: center;
  justify-content: center;
}
#oyakusoku_about dd {
  padding: 0;
}
#oyakusoku_about dl {
  position: relative;
  padding: 60px 25px 25px;
  background: #fff url(/wp-content/uploads/column-frame.png) no-repeat center
    center / 100% 100%;
}

#oyakusoku_about dt {
  margin-bottom: 15px;
  font-size: 115%;
  text-align: center;
  line-height: 1.4;
}
#oyakusoku_about dt b {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  transform: translateX(-50%);
  /* 縦方向中央揃え */
  display: flex;
  align-items: center;
  justify-content: center;
}
#oyakusoku_about dd {
  padding: 0;
}
#oyakusoku_about .box_w2 {
  justify-content: center;
  column-gap: 2%;
  row-gap: 50px;
}
@media print, screen and (min-width: 641px) {
  /* PC用 */
  #oyakusoku_about .box_w2 {
    justify-content: center;
    column-gap: 2%;
    row-gap: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  #oyakusoku_about dl {
    width: 29%;
  }
  #oyakusoku_about dt {
    min-height: 2.8em;
    /* 縦方向中央揃え */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#oyakusoku_about dt b {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 72px;
  height: 72px;
  background: #3fa037;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  transform: translateX(-50%);
  /* 縦方向中央揃え */
  display: flex;
  font-family: var(--ff01);
  align-items: center;
  justify-content: center;
}
#oyakusoku_about dd {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  #oyakusoku_about dl + dl {
    margin-top: 40px;
  }
}
.br20px {
  border-radius: 20px;
}
#oyakusoku_about .box_w2 {
  justify-content: center;
  column-gap: 2%;
  row-gap: 50px;
}

.box_pad {
  padding: 70px 50px;
}

.max_w1240 {
  width: 90%;
}

.pd-corporate-led-inner {
  padding: 5%;
}
.gap15px {
  gap: 15px;
}
.border-green {
  border: 1px solid #3fa037;
}

.br10px {
  border-radius: 10px;
}

.event-img {
  width: 33%;
  background: #deefdc;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #deefdc;
  padding: 2%;
}

.event-img img {
  border-radius: 10px 0 0 10px;
}

.event-text {
  width: 62%;
}
.circle.ex::before {
  background: #3fa037;
}
.circle.ex::before {
  background: #3fa037;
}

a.circle:hover {
  opacity: 0.7;
}
@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: 0rem 1rem 0rem 0rem;
  background: #fff;
  border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
  border-top: none;
}
.qa_list .qa_list_inner .a_ico {
  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;
  color: #3fa03787;
  background: #3fa0373d;
  border: 1px solid #dddddd;
  border-right: none;
  font-family: var(--ff01);
}
.qa_list .qa_list_inner .q_ico {
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3fa037;
  color: #fff;
  font-family: var(--ff01);
}
.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: clamp(14px, 1vw, 16px);
  font-weight: 500;
  font-family: var(--ff01);
  letter-spacing: 0.03em;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  font-size: clamp(14px, 0.9vw, 16px);
  border: 1px solid #dddddd;
  color: #333333;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: var(--ff01);
}
.qa_list .qa_list_inner dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: translateY(-50%) rotate(45deg);
}

.qa_list .qa_list_inner dt.active:after {
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  border-bottom: none;

  transform: translateY(-50%) rotate(45deg); /* 上向き */
}
.qa_list .qa_list_inner dt.active:after {
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
}
.qa_list .qa_list_inner .active:after {
  top: 60%;
  right: 2rem;
}
.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border-top: 0;
}
@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;
    text-align: left;
  }
  .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;
    font-size: 2.5rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
  }
  .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: 6rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}
.post table th {
  background: #deefdc;
  font-weight: 500;
}

.post table td {
  border-width: 1px !important;
}
.linkBtn,
.post .linkBtn {
  max-width: 320px;
  background: #3fa037;
  border-radius: 90px;
}

.post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 10px 20px 10px;
}
p.recruit-text {
  font-size: 18px;
  color: #3fa037;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.pd-entry {
  padding: 5%;
}
span.green {
  color: #3fa037;
  text-decoration: underline;
}
.max_w1240 {
  width: 90%;
}
a.links,
.post a.links {
  color: rgb(0, 133, 255);
  transition: 0.3s;
}

a.links:hover,
.post a.links:hover {
  opacity: 0.7;
}
header#h1Header h1.title {
  font-size: clamp(26px, 1.9vw, 36px);
  color: #333333;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: var(--ff02);
}
#thumbImg::before,
header#h1Header::before {
  background: transparent;
  opacity: 0;
}
a.lower-link {
  display: block;
}

p.arrow-text {
  font-size: clamp(18px, 1.5vw, 28px);
  position: absolute;
  top: 50%;
  left: 0;
  width: 90%;
  padding-bottom: 50px;
  background: url(/wp-content/uploads/arrow-icon.png) no-repeat right bottom /
    140px auto;
  text-align: right;
  transform: translateY(-50%);
  font-family: var(--ff02);
  font-weight: 700;
  color: #333333;
}
.ex02.font28-line-height40,
.post .ex02.font28-line-height40 {
  font-size: clamp(18px, 1.5vw, 28px);
}
.pd-event-inner {
  padding: 5% 0;
}
div#sec02 {
  padding-top: 100px;
  margin-top: -100px;
}
a.form.green {
  transition: 0.3s;
  text-decoration: underline;
  color: #3fa037;
}

a.form.green:hover {
  opacity: 0.7;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1100px) {
}
@media print, screen and (max-width: 1024px) {
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li a b {
    font-size: clamp(10px, 0.9vw, 16px);
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #333333;
    line-height: 1.5;
  }

  .btn-item02 a span {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 700;
  }

  .btn-item02 a span.large {
    font-size: 16px;
    letter-spacing: 0.03em;
  }

  .btn-item02 a span.mini {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  header#header {
    height: 100px;
  }

  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;
  }

  #header .logo img {
    max-width: 305px;
    width: 100%;
    max-height: 56px;
  }

  .sticky-header #header-layout {
    height: 100px;
  }
  #header > .inner::before,
  #header > .inner::after {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    border-bottom: 2px dashed #3fa037;
    content: "";
  }
  #header > .inner::before {
    top: 8px;
  }
  #header > .inner {
    position: relative;
    border-bottom: 2px solid #3fa037;
  }
  #header > .inner::after {
    bottom: 8px;
  }
}
@media print, screen and (max-width: 1023px) {
}
@media (min-width: 769px) and (max-width: 1024px) {
}

/* 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;
  }
  /* 	 */
  .max_w1240 {
    width: 90%;
  }

  .gap80px .column03 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .pd-top03 {
    padding: 13% 0;
  }

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

  a.lower-link {
    height: 165px !important;
    display: block;
  }

  .lower-link .photo {
    height: 160px;
  }

  .lower-link .photo {
    object-position: right;
  }

  .lower-link .photo {
    background-position: left !important;
  }

  .pd-footer {
    padding: 10% 0;
  }

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

  .btn-item02 a::before {
    left: 50px;
  }
  .lower-link .photo img {
    object-fit: cover;
    object-position: left center; /* ←これで左寄せ */
    width: 100%;
    height: 100%;
  }
  .pd-top04 {
    padding: 15% 0;
    padding-top: 20%;
  }

  .gap80px .column03 .mb2 {
    margin-right: 3rem !important;
  }

  .top-intro {
    padding-top: 10%;
  }

  .pd-top02 {
    padding-top: 25%;
    padding-bottom: 15%;
  }

  .footer__logo {
    text-align: center;
  }
  .text {
    width: 100%;
  }

  .flow-step__badge {
    width: 60px;
    height: 60px;
  }

  .flow-step__side {
    justify-content: unset;
    display: block;
  }

  .flow-step__side::after {
    left: 30px;
    transform: unset;
    top: 75px;
  }

  .flow-step__content-parent {
    display: block;
  }

  .flow-step {
    gap: 0;
    grid-template-columns: 85px 1fr;
  }

  .imgs {
    width: 100%;
  }
  .box_pad {
    padding: 20px 20px;
  }

  .pd-top-oyakusoku {
    padding: 7% 0;
  }
  span.w80 {
    width: 80%;
  }
  .sp_flex-start {
    align-items: start;
  }
  .pd-event-inner {
    padding: 5% 0;
  }

  .top-content.top-intro .bg-light-green {
    padding: 6% 0;
  }

  .pd-event-inner {
    padding: 5%;
  }
  .post table.responsive,
  .post table.responsive th,
  .post table.responsive td {
    border-width: 1px !important;
  }
  .font24-line-height35.underline-center,
  .post .underline-center.font24-line-height35 {
    font-size: clamp(22px, 1.3vw, 24px);
  }

  .ex.font24-line-height35,
  .post .ex.font24-line-height35 {
    font-size: clamp(22px, 1.3vw, 24px);
  }
  #sp-header
    .inner
    #header-layout
    nav#sp-mainNav
    .inner
    ul
    li.current-menu-item
    a {
    color: #3fa037;
  }
  .btn-item a {
    padding: 14px 0;
  }
  .linkBtn,
  .post .linkBtn {
    max-width: 200px;
    padding: 0px;
  }
}

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