@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --color-font: #333333;
  --header-color-primary: #58a0d6;
  --color-background: #fff;
  --footer-background: #58a0d6;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Montserrat", sans-serif;
  --ff03: "Zen Maru Gothic", 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;
  /* background: #444444; */
  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: #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 {
  position: absolute;
  content: "";
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50px;
  width: 100%;
  max-height: 2px;
  height: 0.2em;
  background: #58a0d6;
}
.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: 4px solid #58a0d6;
  padding-left: 1rem;
}

.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%, #fdedb4 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: #58a0d6;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel a {
  background: #000;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.icon {
  color: #fff;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.icon {
  color: green;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.menu_name {
  color: #fff;
}

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

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.menu_name {
  color: #6896d9;
}
/* FOOTER */
footer#footer {
  padding-top: 0;
}
/* コピーライト */
#copyright {
  margin: var(--px12) auto 0;
  color: #fff;
}
/* 投稿 リスト */
.postlist li:first-child {
  border-top: none;
  /* border-top: 1px dashed #cccccc; */
}
.postlist li {
  border-bottom: 1px 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: #58a0d6;
  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: #58a0d6;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #58a0d6;
  margin-left: 1vw;
}
#header a.head_btn.mail_btn:hover {
  background: #58a0d6;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #58a0d6;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #58a0d6;
  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;
  border-radius: 50px;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 0;
}
/* --- */
/* h2の下線を消す */
.post h2::after {
  display: none;
}
/* プラポリのためにmarginは消さない */
.post h4 {
  padding: 0;
}
/* お問い合わせページ差し替え*/
.wpcf7-form .must {
  background: #f73737;
}
table.responsive th {
  background: transparent;
}
.post table.responsive,
.post table.responsive th,
.post table.responsive td {
  border-width: 0px;
}
table.responsive th {
  border-bottom: 1px solid #dcdddd !important;
}
table.responsive td {
  border-bottom: 1px solid #dcdddd !important;
}
.post h4::before {
  display: none;
}
/* SPユーティリティ */
@media print, screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
  a.column03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .sp_block {
    display: block;
  }
  /* 最新	 */
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    margin-bottom: 0;
  }
  .sp_flex,
  .post .sp_flex {
    display: flex;
  }

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

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

  /* ヘッダー */
  .mobile #header {
    background: #fff;
    height: 60px;
  }
  .spmenu #menu p {
    color: #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
========================= */

.font52-line-height68,
.post .font52-line-height68 {
  font-size: clamp(36px, 2.8vw, 52px);
  line-height: 1.3;
}

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

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

.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(13px, 0.9vw, 16px);
  line-height: 1.5;
}

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

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

.font42-line-height61,
.post .font42-line-height61 {
  font-size: clamp(22px, 2.2vw, 42px);
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

.roboto,
.post .roboto {
  font-family: "Roboto", sans-serif;
}

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

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

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

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

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

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

.blue,
.post .blue {
  color: #58a0d6;
}

.orange,
.post .orange {
  color: #ce4805;
}

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

.block {
  display: block;
}
/*  */
.bg-blue {
  background: #e3f3ff;
}

.pd-news {
  padding: 5% 0;
}
/* ボタン */
.btn-item a {
  position: relative;
  display: block;
  background: #58a0d6;
  color: #fff; /*文字と枠の色*/
  font-size: clamp(16px, 1vw, 18px); /*文字の大きさ*/
  text-align: center;
  font-weight: 700; /*文字の太さ*/
  padding: 17px 20px; /*立幅調整*/
  margin: 0 auto;
  border-radius: 50px;
  text-decoration: none; /*文字の下線を消す*/
  transition: 0.3s;
  font-family: var(--ff01);
  letter-spacing: 0.03em;
}

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

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

.btn-item a:hover::before {
  right: 10px;
}
.news-code {
  width: 70%;
}

.news-head {
  width: 30%;
}
.br-top-orange {
  border-top: 2px solid #ce4805;
}

.br-bottom-orange,
.post .br-bottom-orange {
  border-bottom: 2px solid #ce4805;
}

.absolute-img01 {
  position: absolute;
  left: 0;
  top: 10%;
  width: 20%;
}

.absolute-img02 {
  position: absolute;
  right: 7%;
  top: 15%;
  width: 18%;
}

.absolute-img03 {
  position: absolute;
  left: 4%;
  bottom: 15%;
  width: 20%;
}

.absolute-img04 {
  position: absolute;
  right: 0;
  bottom: 16%;
  width: 20%;
}

.pd-top-about {
  padding: 5% 0;
  padding-bottom: 10%;
}
.behind-img::before,
.post .behind-img::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 155px;
  height: 150px;
  background-image: url(/wp-content/uploads/behin-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pd-features-text {
  position: relative;
  /* padding-left: 160px; */
  padding: 2% 4%;
  width: 60%;
  padding-left: 5%;
}

.pd-features-texts .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  background: linear-gradient(
    135deg,
    #58a0d6 0%,
    #58a0d6 50%,
    transparent 50%,
    transparent 100%
  );
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
  clip-path: none;
}

.features-img {
  width: 35%;
}

.max_w1500 {
  width: 90%;
}
.pd-features-text .number {
  background: linear-gradient(
    135deg,
    #f9c207 0%,
    #f9c207 50%,
    transparent 50%,
    transparent 100%
  );
}

.pd-features-text .number.ex02 {
  background: linear-gradient(
    135deg,
    #ce4805 0%,
    #ce4805 50%,
    transparent 50%,
    transparent 100%
  );
}
.bg-top-service {
  background-image: url(/wp-content/uploads/bg-top-service.png);
}

.pd-top-service {
  padding: 5% 0;
}

.pd-card {
  padding: 5%;
  min-height: 200px;
}

.bg-yellow {
  background: #f9c207;
}

.pd-card-title,
.post .pd-card-title {
  padding: 1% 3%;
}

.brpx {
  border-radius: 60px;
}
.recruit-img {
  width: 49%;
}

.recruit-text {
  width: 45%;
}

.behind-img.a::before,
.post .behind-img.a::before {
  left: 16%;
}
.pd-top-content {
  padding: 5% 0;
}
/* ボタン */
.btn-item02 a {
  position: relative;
  display: block;
  background: #0145a9;
  color: #fff; /*文字と枠の色*/
  font-size: clamp(20px, 2vw, 38px); /*文字の大きさ*/
  font-weight: 700; /*文字の太さ*/
  padding: 20% 20px; /*立幅調整*/
  margin: 0 auto;
  border-radius: 25px;
  text-decoration: none; /*文字の下線を消す*/
  transition: 0.3s;
  font-family: var(--ff01);
  letter-spacing: 0.03em;
  background-image: url(/wp-content/uploads/sh01.png);
  text-align: center;
}

.btn-item02 {
  width: 100%;
}

.btn-item02 a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 10px;
  background-image: url(/wp-content/uploads/Icon-ion-ios-arrow-dropright-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.btn-item02 a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-item02 a:hover::before {
  right: 10px;
}
.btn-item02 a span.sub {
  display: block;
  font-size: clamp(16px, 1.2vw, 22px);
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: var(--ff02);
  margin-bottom: 1.5rem;
}

.bg-light-blue {
  background: #f1f9ff;
}

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

.pd-lower-container {
  padding: 5% 0;
}

.border-blue {
  border: 2px solid #58a0d6;
}

.br30px {
  border-radius: 60px;
}

.br30px-top {
  border-radius: 30px 30px 0 0;
}
.btn-item02.ex a {
  background-image: url(/wp-content/uploads/sh02.png);
}
.table-item tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 25px 3%;
  vertical-align: middle;
  border-bottom: 1px solid #c6c6c6;
  line-height: 2;
  color: #333333;
}

.table-item td.cell_01 {
  width: 25%;
  text-align: center;
  background: #f1f9ff;
  border-left: 1px solid #c6c6c6;
  font-weight: 700;
  border-bottom: 1px solid #c6c6c6;
}
.table-item td.cell_02 {
  border-right: 1px solid #c6c6c6;
  text-align: center;
  border-bottom: 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 td.cell_01 {
    text-align: center;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
  }
  .table-item tr td {
    padding: 15px 3%;
  }

  .post .table-item table {
    border-width: 0px;
  }
}
body.page-id-213 #content.wide {
  padding-bottom: 0;
}
h4.font20-line-height29.letters30.noto-sans.fw700.blue.border-left.mb2 {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.bg-footer {
  background-image: url(/wp-content/uploads/bg-footer.png);
}

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

.br-top-white {
  border-top: 2px solid;
}

.br-bottom-white {
  border-bottom: 2px solid;
}

.btn-item.footers a {
  background: #fff;
  color: #58a0d6;
}

.btn-item.footers a::before {
  background-image: url(/wp-content/uploads/Icon-ion-ios-arrow-dropright-circle.png);
}

.pd-footer-under {
  padding: 3% 0;
  padding-bottom: 1%;
}

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

.bg-blue02 {
  background: #58a0d6;
}

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

#footer .footnav ul > li::after {
  display: none;
}
.gap15px {
  gap: 15px;
}
.w50-inner {
  max-width: 750px;
}

.pd-features {
  padding: 5% 0;
}
.br10px {
  border-radius: 10px;
}

.pd-class {
  padding: 3% 1%;
}

span.number,
.post span.number {
  display: inline-block;
  font-size: clamp(30px, 2.8vw, 52px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #58a0d6;
  margin-bottom: 4rem !important;
}
.table-item02 tr td {
  font-size: clamp(16px, 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 #58a0d6 !important;
  font-weight: 700;
}
.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-item 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;
}
.pd-schedule {
  padding: 5% 0;
}
.bg-recruit {
  background-image: url(/wp-content/uploads/bg-recruit.png);
}

.pd-recruit-item {
  padding: 5%;
  border-radius: 50px;
}

.border-blue-thick {
  border: 4px solid #58a0d6;
}
a.contact-link {
  color: #58a0d6;
  text-decoration: underline;
}
span.tel_number {
  color: #333;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  font-family: var(--ff04);
  justify-content: center;
  letter-spacing: 0.03em;
}

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

span.reception_time {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP";
}

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

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

a.head_btn_tel:hover {
  opacity: 0.7;
}

a.head_btn_tel {
  display: block;
  transition: 0.3s;
  background: #fff;
  text-align: center;
  margin-left: 1vw;
}

ul.header__contact li.first {
  display: flex;
  align-items: center;
}
ul.header__contact li.first {
  background: #4e9dce;
}
.b span.number,
.post .b span.number {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(60px, 4.2vw, 84px);
  height: clamp(60px, 4.2vw, 84px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
  font-size: clamp(20px, 1.5vw, 28px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #58a0d6;

  /* ←ここ修正 */
  clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
}

.b span.number::after,
.post .b span.number::after {
  /* content: ""; */
  position: absolute;
  left: 32px;
  bottom: 10px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.pd-features-text.b {
  padding: 2% 5%;
}
.b span.number.ex,
.post .b span.number.ex {
  background: #f9c207;
  /* width: 70px; */
  /* height: 84px; */
}

.b span.number.ex02,
.post .b span.number.ex02 {
  background: #ce4805;
}
#footer img {
  max-width: 200px;
  width: 100%;
  max-height: 173px;
}
#footer .block img {
  max-width: unset;
  width: unset;
}
#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

h1.title,
.post h1,
header#h1Header h1.title {
  font-size: clamp(30px, 2.2vw, 42px);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.btn-item02 a:hover {
  opacity: 0.7;
}

.max_w1800 {
  width: 90%;
}
.pd-policy {
  padding: 5%;
}
.max_w1240 {
  width: 90%;
}
div#sec01 {
  padding-top: 100px;
  margin-top: -100px;
}
div#sec02 {
  padding-top: 100px;
  margin-top: -100px;
}
div#sec03 {
  padding-top: 100px;
  margin-top: -100px;
}
a.to-page {
  color: #58a0d6;
  transition: 0.3s;
  display: flex;
  gap: 10px;
}

a.to-page:hover {
  opacity: 0.7;
}
a.block.line-banner img {
  width: 30%;
  margin-bottom: 5%;
}
.max_w1320 {
    max-width: 1320px;
    width: 90%;
}
.movie-wrap{
	display:flex;
	justify-content:center;
}

.movie-wrap .wp-video{
	width:800px !important;
	max-width:100% !important;
}
/*--メディアクエリ--------------------------------------------*/
@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: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 ul.header__contact {
    background: #fff;
  }

  #header a.head_btn {
    background: #fff;
  }

  #header ul.header__contact li.first {
    background: #fff;
  }
  nav#mainNav ul li a b {
    font-size: 18px;
    color: #333;
    letter-spacing: 0.03em;
  }

  #header a.head_btn.mail_btn.line {
    background: #00b900;
    margin-left: 2vw;
  }

  #header a.head_btn.mail_btn.line::before {
    content: "\f3c0";
    font-weight: 300;
  }

  #header {
    height: 100px;
  }

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

  #header .logo img {
    max-width: 140px;
    width: 100%;
    max-height: 100px;
    margin-left: 1vw;
  }
}
@media (min-width: 769px) and (max-width: 1600px) {
  .flexbox.mb7.sp_w90 {
    width: 90%;
    margin: 0 auto;
  }
}
@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%;
  }

  .news-head {
    width: 100%;
  }

  .news-code {
    width: 100%;
  }

  .absolute-img02 {
    top: 3%;
    right: 5%;
  }

  .pd-features-text {
    width: 100%;
    padding: 10% !important;
    padding-bottom: 0 !important;
  }

  .features-img {
    width: 60%;
    margin: 0 auto;
  }

  .b span.number,
  .post .b span.number {
    /* width: clamp(10px, 1.1vw, 20px); */
    /* height: 60px; */
    padding: 6px;
  }

  .behind-img::before,
  .post .behind-img::before {
    width: 70px;
    background-size: contain;
    height: 100%;
  }

  .recruit-img {
    width: 100%;
  }

  .recruit-text {
    width: 100%;
  }

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

  #footer img {
    max-width: 100px;
  }
  .table-item td.cell_02 {
    border-left: 1px solid #c6c6c6;
  }

  .pd-lower-container {
    padding: 10% 0;
  }

  span.block.font18-line-height26.letters30.noto-sans.fw700.black {
    margin-top: 1rem;
  }

  span.number,
  .post span.number {
    margin-bottom: 2rem !important;
  }
  .pd-card {
    min-height: unset;
  }
  .absolute-img01 {
    top: 5%;
  }

  .absolute-img03 {
    bottom: -5%;
    width: 14%;
  }

  .absolute-img04 {
    bottom: 0;
  }
  #footer .block img {
    max-width: 30px;
    width: 100%;
  }

  .flexbox.jc_center.gap15px.sp_flex {
    gap: 10px;
  }
  .pd-features {
    padding: 10% 0;
  }
  .pd-class {
    padding: 5%;
  }
  .bg-recruit-sp {
    background-image: url(/wp-content/uploads/bg-recruit-1.png);
    position: relative;
  }

  .bg-recruit-sp::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff96;
    z-index: 10;
    border-radius: 46px;
  }
  a.block.line-banner img {
    width: 70%;
  }
}

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