@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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --color-font: #333333;
  --header-color-primary: #1A1A1A;
  --color-background: #fff;
  --footer-background: #f5f5f5;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Roboto", sans-serif;
  --footer-color-primary: #fff;
  --footer-color-font: #45494a;
  --content-max-width: 1320px;
}
.post h2::before {
    display: block !important;
}
.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;
}
.smooth-back-to-top-button svg.progress-circle path, .smooth-back-to-top-button svg.progress-circle rect {
    stroke: #E68394;
}

.smooth-back-to-top-button::after {
    color: #E68394;
}
.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: #05111A;
}
/* 見出しの装飾 */
.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.8em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50px;
  width: 100%;
  max-height: 6px;
  height: 0.2em;
  background: #0A315C;
}
.border-bottom,
.post .border-bottom {
  border-bottom: 1px dashed #707070;
}
.border-top,
.post .border-top {
  border-top: 1px dashed #707070;
}
.border,
.post .border {
  border: 1px dashed #707070;
}
.border-left,
.post .border-left {
  border-left: 10px solid #006cb7;
}

.behind-text::before,
.post .behind-text::before {
  position: absolute;
  right: 0%;
  width: 100%;
  bottom: 0;
  line-height: 1;
  font-size: clamp(46px, 7.9vw, 150px);
  letter-spacing: 0;
  font-weight: 700;
  font-family: var(--ff02);
  z-index: 1;
  content: "OUR MISSION";
  color: #FFFFFF;
  opacity: .12;
  text-align: right;
}

.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: #1A1A1A;
}
#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: #1A1A1A;
}
/* コピーライト */
#copyright {
  margin: var(--px12) auto 0;
  background: #1A1A1A;
  color: #fff;
}
/* 投稿 リスト */
.postlist li:first-child {
  border-top: none;
  /* border-top: 1px dashed #cccccc; */
}
.postlist li {
  border-bottom: 1px dashed #CCCCCC;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
/* .post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  color: unset;
} */
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: #F0F0F0;
  display: block;
  border-radius: 5px;
  color: #000;
}
.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;
  padding: 5%;
}
.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: #1A1A1A;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #1A1A1A;
  padding: 0 3vw;
  margin-right: 2vw;
  margin-left: 1vw;
}
#header a.head_btn.mail_btn:hover {
  background: #1A1A1A;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #1A1A1A;
}
.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: #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: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
  border-bottom: none;
  color: #090E19;
  margin-bottom: 5px;
  font-family: var(--ff01);
}
.post4b img {
    min-height: 200px;
}
/* CSS */
/* =========================
font-size
========================= */

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

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

.font38-line-height50,
.post .font38-line-height50 {
  font-size: clamp(24px, 2vw, 38px);
  line-height: 1.32;
}

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

.font20-line-height37,
.post .font20-line-height37 {
  font-size: clamp(18px, 1.1vw, 20px);
  line-height: 1.85;
}

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

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

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

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

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

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

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

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

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

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

.black,
.post .black {
  color: #1A1A1A;
}

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

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

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

.btn-item {
  width: 320px;
}
.btn-item a {
  position: relative;
  display: block;
  text-align: center;
  background: #1A1A1A;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  margin: 0 auto;
  letter-spacing: 0.03em;
  border: 2px solid;
  text-decoration: none;
  transition: 0.3s;
}

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

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

.btn-item a:hover::after {
  width: 10px;
}
.top-about-text {
    width: 51%;
}

.top-about-text-inner {
    max-width: 650px;
    margin-left: auto;
    width: 90%;
}

h2.top-about-heading {
  display: flex;
  align-items: baseline;
  width: fit-content;
  margin-bottom: 32px;
  padding-bottom: 3px;
  border-bottom: 3px solid #1a1a1a;
  font-size: clamp(14px, 1.1vw, 18px);
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

h2.top-about-heading span {
  margin-right: 10px;
  font-size: clamp(22px, 2vw, 38px);
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  h2.top-about-heading {
    margin-bottom: 24px;
  }
}

.pd-top-content {
    padding: 5% 0;
}
.pseud-bg-top-about::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 57%;
    height: 100%;
    background-image: url(/wp-content/uploads/bg-top-about.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.max_w1260 {
    max-width: 1260px;
    width: 90%;
}

.bg-top-features {
    background-image: url(/wp-content/uploads/bg-top-features.png);
}
.top-about-heading.ex,
.top-about-heading.ex span {
  color: #fff;
}

.top-about-heading.ex {
  border-bottom-color: #fff;
}
.top-content.ex .flexbox {
  flex-direction: row-reverse;
}

.top-content.ex .top-about-text-inner {
  margin-right: auto;
  margin-left: 10%;
}

.top-content.ex .pseud-bg-top-about::before {
  right: 0;
  left: auto;
}

@media screen and (max-width: 767px) {
  .top-content.ex .flexbox {
    flex-direction: column;
  }

  .top-content.ex .top-about-text-inner {
    margin-right: auto;
    margin-left: auto;
  }
}
/*  */
.comon_footer {
    background: #1A1A1A;
}

.border-bottom-white {
    border-bottom: 1px solid #fff;
    padding-bottom: 5rem;
}

.contact-title {
    width: 32%;
}

.contact-btn {
    width: 63%;
}
p.contact-head {
    font-size: clamp(16px, 1.2vw, 23px);
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 2rem;
}

.btn-item.ex a {
    font-size: 23px;
    font-family: var(--ff02);
    letter-spacing: 0.03em;
    font-weight: 700;
}

.btn-item.ex a span.mini {
    font-size: 10px;
    display: block;
    font-family: var(--ff01);
    font-weight: 500;
}

.comon_footer .btn-item a {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-right {
    border-right: 1px solid #fff;
}

.pr {
    padding-right: 4.1vw;
}
#footer .footnav ul > li::before {
    display: none;
}

#footer .footnav ul > li::after {
    display: none;
}
/* 事業内容 */
.bg-service-intro {
    background-image: url(https://assist-cp.com/wp-content/uploads/bg-service-intro.png);
}

.pd-service-intro {
    padding: 7% 0;
}
/*  */
.works-card {
  padding: 50px 0;
  overflow: hidden;
}

.works-card__inner {
  display: grid;
  grid-template-columns: minmax(0, 51%) minmax(0, 59%);
  align-items: center;
  /* width: min(100%, 1200px); */
  /* margin: 0 auto; */
}

.works-card__image {
  position: relative;
  z-index: 2;
}

.works-card__image img {
  display: block;
  width: 100%;
  height: clamp(300px, 34vw, 430px);
  object-fit: cover;
}

.works-card__content {
  position: relative;
  min-height: clamp(390px, 40vw, 510px);
  margin-left: -10%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.works-card__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.works-card__content-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  padding: 60px 9% 60px 23%;
}

.works-card__heading {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 18px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
}

.works-card__heading span {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: var(--ff02);
  font-weight: 700;
  color: #fff;
}

p.works-card__text {
  margin: 0 0 24px;
  font-size: clamp(16px, 1.1vw, 16px);
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}

.works-card__detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 15px 18px;
  border: 1px solid #fff;
}

.works-card__label {
  flex-shrink: 0;
  padding: 4px 12px;
  border-radius: 50px;
  /* background: #fff; */
  font-size: 16px;
  border: 1px solid;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

.works-card__detail p {
  margin: 0;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .works-card {
    padding: 40px 4%;
  }

  .works-card__inner {
    grid-template-columns: minmax(0, 48%) minmax(0, 58%);
  }

  .works-card__content {
    min-height: 420px;
    margin-left: -6%;
  }

  .works-card__content-inner {
    padding: 30px 6% 45px 10%;
  }

  .works-card__text br {
    display: none;
  }

  .works-card__detail {
    display: block;
  }

  .works-card__label {
    display: inline-block;
    margin-bottom: 10px;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .works-card {
    padding: 30px 0%;
    padding-top: 0;
  }

  .works-card__inner {
    display: block;
  }

  .works-card__image {
    width: 90%;
    margin: 0 auto -35px;
  }

  .works-card__image img {
    height: auto;
    aspect-ratio: 1.45 / 1;
  }

  .works-card__content {
    min-height: auto;
    /* margin-left: 8%; */
  }

  .works-card__content-inner {
    min-height: auto;
    /* padding: 5% !important; */
  }

  .works-card__heading {
    gap: 10px;
    margin-bottom: 15px;
    font-size: 23px;
  }

  .works-card__heading span {
    font-size: 12px;
  }

  .works-card__text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.85;
  }

  .works-card__detail {
    padding: 14px;
  }

  .works-card__detail p {
    font-size: 14px;
    line-height: 1.7;
  }

  .pcbr {
    display: none;
  }
}
h3.works-card__heading {
    font-size: clamp(22px, 1.6vw, 30px);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
    align-items: flex-end;
    margin-bottom: 1rem;
}

/* 左右反転 */
.works-card--reverse .works-card__image {
  order: 2;
}

.works-card--reverse .works-card__content {
  order: 1;
  margin-right: -10%;
  margin-left: 0;
}

.works-card--reverse .works-card__content-inner {
  padding: 60px 23% 60px 9%;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .works-card--reverse .works-card__content {
    margin-right: -6%;
    margin-left: 0;
  }

  .works-card--reverse .works-card__content-inner {
    padding: 45px 17% 45px 6%;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .works-card--reverse .works-card__image {
    order: initial;
    width: 92%;
    margin: 0 0 -35px auto;
  }

  .works-card--reverse .works-card__content {
    order: initial;
    margin-right: 8%;
    margin-left: 0;
  }

  .works-card--reverse .works-card__content-inner {
    padding: 75px 7% 35px;
  }
}
@media screen and (max-width: 767px) {
  /* 画像を右寄せ */
  .works-card--reverse .works-card__image {
    width: 90%;
    margin: 0 auto -35px;
  }

  /* コンテンツを左寄せ */
  .works-card--reverse .works-card__content {
    width: 100%;
    min-height: auto;
    margin: 0 auto 0 0;
  }

  /* 内側の余白を均等にする */
  .works-card--reverse .works-card__content-inner {
    min-height: auto;
    box-sizing: border-box;
    padding: 60px 7% 45px;
  }
}

.representative-name {
  display: flex;
  align-items: baseline;
  gap: 20px;
  justify-content: flex-end;
}

p.representative-name__position {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #090e19;
}

p.representative-name__name {
  margin: 0;
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #090e19;
}

@media screen and (max-width: 767px) {
  .representative-name {
    gap: 12px;
  }

  .representative-name__position {
    font-size: 14px;
  }

  .representative-name__name {
    font-size: 22px;
  }
}

.president-img {
    width: 41%;
}

.president-message {
    width: 56%;
}

h3.works-card__heading.ex {
    color: #1A1A1A;
}

.works-card__heading.ex span {
    color: #1a1a1a;
}

.behind-text.company::before {
    text-align: center;
    color: #000;
    opacity: .04;
    content: "GREETING";
}
.table-item tr td {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 25px 3%;
    border-bottom: 1px solid #C6C6C6;
    line-height: 2;
    background: #FAFAFA;
    color: #2F2307;
}

.table-item td.cell_01 {
    width: 20%;
    border-bottom: 1px dashed #C7C7C7;
    background: #FAFAFA;
}
.table-item td.cell_02 {
    border-bottom: 1px dashed #C7C7C7;
}
.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 td.cell_01 {
    background: #d2d2d2;
}
  .table-item tr td {
    padding: 15px 3%;
}
  .post .table-item table td {
    border-width: 0px;
}

.post .table-item table {
    border-width: 0px;
}
}
.bg-black, .post .bg-black {
    background: #1A1A1A;
}
.pd-company-title, .post .pd-company-title {
    padding: 1% 3%;
}
.post table td {
    border-width: 0px;
}
.post table {
    border-width: 0px !important;
}
.access-map {
  width: 100%;
  overflow: hidden;
}

.access-map__iframe {
  display: block;
  width: 100%;
  filter: grayscale(100%);
}
/* メニュー */
#header p.tel-info01 {
  font-size: clamp(20px, 1.5vw, 28px);
  position: relative;
  font-family: var(--ff02);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #333333;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1;
  text-align: center;
}

#header span.tel-info02 {
  font-size: 10px;
  display: block;
  color: #8D8D8D;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}

a.contact-form_tel:hover {
    opacity: .7;
}
p.tel-info02 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}
body.page-id-222 #content.wide {
    padding-bottom: 0;
}
.top-about-img {
    width: 49%;
}
/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1100px) {

}
@media print, screen and (max-width: 1400px) {
.title-img {
    width: 60%;
    margin: 0 auto;
}
.contact-btn {
    width: 50%;
}

.contact-btn .flexbox {
    justify-content: center;
}

.border-right.pr {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 30px;
}
.contact-title {
    width: 50%;
}
}
@media print, screen and (min-width: 1024px) {
.sticky-header #header-layout {
    height: 115px;
}
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;
}

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: #447529;
    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;
    color: #1A1A1A;
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 700;
    letter-spacing: 0.03em;
  }

nav#mainNav ul li::after {
    position: absolute;
    content: "";
    height: 30%;
    border-left: 1.5px dashed #ADADAD;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  nav#mainNav ul li::before {
    position: absolute;
    content: "";
    height: 30%;
    border-left: 1.5px dashed #ADADAD;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

#header ul.header__contact li:first-child {
    margin-left: 2vw;
}

nav#mainNav ul li a {
    padding-left: 2vw;
    padding-right: 2vw;
}

#header .logo img {
    max-width: 315px;
    width: 100%;
    max-height: 42px;
    height: 100%;
    margin-left: 2vw;
}

#header {
    height: 115px;
}


#header ul.header__contact li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#header a.head_btn {
    flex-direction: row;
    font-size: clamp(12px, 1.1vw, 18px);
    font-weight: 700;
    letter-spacing: 0.03em;
}

#header a.head_btn.mail_btn::before {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 0.8em;
    margin-top: 0.6rem;
}

#header ul.header__contact {
    height: 70px;
}
}
@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) {
.top-about-text {
    width: 100%;
}

.top-about-text-inner {
    max-width: unset;
    margin-left: unset;
    width: 100%;
}

.contact-title {
    width: 100%;
}

.contact-btn {
    width: 100%;
}

.border-right.pr {
    border: none;
    padding-right: 0;
    margin-bottom: 15px;
}

p.contact-head {
    margin-bottom: 1rem;
}

.border-bottom-white {
    padding-bottom: 3rem;
}

.pd-top-content.pb3 {
    padding: 10% 0;
}
  .mobile header#h1Header {
    height: 150px;
  }
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
.sp_mb0 {
    margin-bottom: 0 !important;
}
  /* 	 */
h3.works-card__heading {
    align-items: center;
}
.sp_jc_center {text-align: center !important;
    margin: 0 auto;
    align-items: center;
}
.president-message {
    width: 100%;
}

.president-img {
    width: 80%;
    margin: 0 auto;
}

.behind-text.company::before {
    bottom: -50px;
    text-align: right;
}

.pd-company-title, .post .pd-company-title {
    padding: 3%;
}
.pd-top-content {
    padding: 10% 0;
}

.pseud-bg-top-about::before {
    width: 100%;
}
.pd-service-intro {
    padding: 10% 0;
}

section.works-card.works-card--reverse {
    padding-bottom: 0;
}
}

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