@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=Bilbo+Swash+Caps&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Zen+Kurenaido&display=swap');
:root {
  --color-font: #333333;
  --header-color-primary: #EAA200;
  --color-background: #fff;
  --footer-background: #f5f5f5;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Oswald", sans-serif;
  --footer-color-primary: #fff;
  --footer-color-font: #fff;
  --content-max-width: 1320px;
}

/* 書き変え系 */
.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;
}
/* 見出しの装飾 */
.head-border,
.post .head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.head-border::before,
.post .head-border::before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #666;
    left: 0;
}

.head-border::after,
.post .head-border::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #666;
    right: 0;
}



.left-line,
.post .left-line {
padding-left: 4em;
}
.left-line::before,
.post .left-line::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.right-line::before,
.post .right-line::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.text-decoration_underline,
.post .text-decoration_underline {
  text-decoration: underline;
}
.top-line::before,
.post .top-line::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #1A1411;
}
.underline-left::before,
.post .underline-left::before {
      position: absolute;
    content: "";
    bottom: -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: 3px;
  height: 0.2em;
  background: #007EEA;
}
.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 #007EEA;
}

.behind-text::before,
.post .behind-text::before {
  position: absolute;
  left: 0%;
  width: 100%;
  top: -80%;
  line-height: 1.45;
  font-size: clamp(30px, 2.3vw, 44px);
  letter-spacing: 0.08em;
  font-family: var(--ff01);
  font-weight: 400;
  z-index: -10;
  content: "TOP ABOUT";
}

.marker,
.post .marker {
   background: linear-gradient(
    transparent 50%,   /* 上部は透明 */
    #F7FF5D 50%,       /* 40%から色開始 */
    #F7FF5D 70%,       /* 60%まで色 */
    transparent 60%    /* 残りは透明 */
  );
  display: inline-block;
}
.pseudo-relative,
.post .pseudo-relative {
  position: relative;
  z-index: 0;
}
.column02 {
  width: 48.4%;
}
.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: #1D407D;
}
#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;
  padding-bottom: 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: #D5EBFF;
  display: block;
  border-radius: 5px;
  color: #007EEA;
}
.post_link,
.post2b_link,
.post4b_link {
  color: #969696;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #A8A8A8;
}
/* それ以外 */
@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: 31.25%;
}

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: #1D407D;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #1D407D;
  margin-right: 3vw;
  flex-direction: row;
  height: 60px;
  /* display: flex; */
  /* align-items: center; */
  font-size: clamp(12px, 1vw, 18px);
  border-radius: 50px;
  padding: 0 2.6vw;
}
#header a.head_btn.mail_btn:hover {
  background: #1D407D;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #007EEA;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #007EEA;
  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;
  }
  .spmenu #menu p {
    color: #1D407D;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #1D407D;
  }
  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 */
.post h1 {
  font-size: clamp(20px, 2.2vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #000;
}
.post h2 {
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.69;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  padding: 0;
  margin: 0;
}
.post h3 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.67;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

/* CSS */
/* ===== Font Size & Line Height ===== */
.font104-line-height162,
.post .font104-line-height162 {
  font-size: clamp(45px, 5.42vw, 104px);
  line-height: 1.56;
}

.font40-line-height81,
.post .font40-line-height81 {
  font-size: clamp(18px, 2.08vw, 40px);
  line-height: 2.03;
}

.font20-line-height32,
.post .font20-line-height32 {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.60;
}

.font40-line-height58,
.post .font40-line-height58 {
  font-size: clamp(24px, 2.08vw, 40px);
  line-height: 1.45;
}

.font30-line-height45,
.post .font30-line-height45 {
  font-size: clamp(18px, 1.56vw, 30px);
  line-height: 1.50;
}

.font18,
.post .font18 {
  font-size: clamp(12px, 0.94vw, 18px);
}

.font22-line-height32,
.post .font22-line-height32 {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.45;
}

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

.font28-line-height40,
.post .font28-line-height40 {
  font-size: clamp(17px, 1.46vw, 28px);
  line-height: 1.43;
}

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

.font70-line-height104,
.post .font70-line-height104 {
  font-size: clamp(42px, 3.65vw, 70px);
  line-height: 1.49;
}

.font22-line-height32,
.post .font22-line-height32 {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.45;
}

.font104-line-height124,
.post .font104-line-height124 {
  font-size: clamp(42px, 5.42vw, 104px);
  line-height: 1.19;
}

.font26-line-height27,
.post .font26-line-height27 {
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1.5;
}

.font26-line-height37,
.post .font26-line-height37 {
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1.42;
}

.font20-line-height30,
.post .font20-line-height30 {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.50;
}

/* ===== Letter Spacing ===== */
.letters60,
.post .letters60 {
  letter-spacing: 0.06em;
}

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

/* ===== Font Family ===== */
.rollerscript-rough,
.post .rollerscript-rough {
  font-family: "Bilbo Swash Caps", cursive;
}

.vdl-pen,
.post .vdl-pen {
  font-family: "Zen Kurenaido", sans-serif;
}

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

.oswald,
.post .oswald {
  font-family: "Oswald", sans-serif;
}

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

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

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

.fw900,
.post .fw900 {
  font-weight: 900;
}

/* ===== Color ===== */
.blue,
.post .blue {
  color: #007EEA;
}

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

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

/* ===== Display ===== */
.block,
.post .block {
  display: block;
}

.inline-block,
.post .inline-block {
  display: inline-block;
}

/*--トップ--------------------------------------------*/
.parallax-background {
  width: 100vw;
  height: 100vh;
  margin-left: calc(((100vw - 100%) / 2)* -1);
  margin-right: calc(((100vw - 100%) / 2)* -1);
  background-image: url(/wp-content/uploads/parallax.png);
  background-position: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
div#mainImg {
    display: none;
}
/* ボタン */
.btn-item a {
	position: relative;
	display: block;
	background: #fff;
	color: #333333;/*文字と枠の色*/
	font-size: 16px;/*文字の大きさ*/
	font-weight: 500;/*文字の太さ*/
	/*横幅調整*/
	text-align: center;
	padding: 15px 20px;/*立幅調整*/
	margin: 0 auto;
	color: #007EEA;
	border-radius: 60px;
	text-decoration: none;/*文字の下線を消す*/
	transition: 0.3s;
	font-family: var(--ff02);
	letter-spacing: 0.1em;
	border: 2px solid #007EEA;
}

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

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

.btn-item a:hover::before {
    right: 0;
}
.max_w1300 {
    max-width: 1280px;
    width: 90%;
}
.max_w850 {
    width: 90%;
    max-width: 850px;
}
.pd-top-container {
    padding: 5% 0;
}
.bg-top-features {
    background-image: url(/wp-content/uploads/bgtopfeatures-2.png);
}

.bg-white {
    background: #fff;
}

.border-gray {
    border: 1px solid #EAEAEA;
    box-shadow: 0px 0px 15px -5px #cccccc59;
}

.pd-top-features-item {
    padding: 4%;
}

.bg-blue {
    background: #007EEA;
}

.br20px-right-bottom {
    border-radius: 0 0 20px 0;
}

.pd-point, .post .pd-point {
    padding: 2% 5%;
}

.pd-top-features-item img {
    width: auto;
    max-height: 72px;
}
.dawn-arrow::before {
    border-color: #F2F9FF transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-width: 30px 49px 0px 49px;
    border-style: solid;
    content: "";
    z-index: 100;
}
.bg-yellow, .post .bg-yellow {
    background: #EAA200;
}

.pd-top-service-item, .post .pd-top-service-item {
    padding: 1% 2%;
}
.brpx {
    border-radius: 10px;
}

.pd-top-service-item02, .post .pd-top-service-item02 {
    padding: 1% 2%;
}

.btn-item.ex a {
    background: #F4F4F4;
    border-radius: 0;
    border: none;
    font-size: 22px;
    font-size: clamp(16px, 1.2vw, 22px);
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #333333;
    padding: 27px 20px;
}

.btn-item.ex {
    max-width: unset;
}
.pd-top-service02 {
    padding: 3%;
    padding-bottom: 5%;
}

.dawn-arrow.ex::before {
    border-color: #007EEA transparent transparent transparent;
    border-width: 13px 22px 0px 22px;
    top: unset;
    bottom: -13px;
}

.pd1 {
    padding: 1rem !important;
}
.bg-navy {
    background: #1D407D;
}

.dawn-arrow.ex.navy::before {
    border-color: #1D407D transparent transparent transparent;
}

.btn-item.ex02 a {
    color: #1D407D;
    border: 2px solid #1D407D;
}
.btn-item.ex02 a::before {
    background-image: url(/wp-content/uploads/btn-icon02-1.png);
}

.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
    color: #007EEA;
}
/*  */
.bg-footer {
    background-image: url(/wp-content/uploads/bg-footer.png);
}

.btn-item.ex03 {
    max-width: 450px;
}

.btn-item.ex03 a {
    border-radius: 0;
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 700;
    letter-spacing: 0.03em;
}

.btn-item.ex03 a span {
    font-size: 14px;
    font-size: clamp(12px, 1.5vw, 14px);
    display: block;
}

.btn-item.ex03.transparent a {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
div#copyright {
    background: transparent;
    padding-bottom: 2%;
}

.pd-footer {
    padding: 5% 0;
}
.btn-item-footer {
  max-width: 350px;
  width: 100%;
}
.btn-item-footer a {
  position: relative;
  display: block;
  text-align: center;
  background: #132C60;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0;
  margin: 0 auto;
  border: 2px solid;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff02);
}
.btn-item-footer a::before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 10px;
  transition: .3s;
}
.btn-item-footer a:hover::before {
  top: 20px;
}
/*--事業内容--------------------------------------------*/
.btn-item-lower {
  max-width: 220px;
  width: 22%;
}
.btn-item-lower a {
  position: relative;
  display: block;
  text-align: center;
  background: #007EEA;
  color: #fff;
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 700;
  padding: 10px 0;
  margin: 0 auto;
  border: 2px solid;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff02);
}
.btn-item-lower a::before {
  display: block;
  content: '';
  background-image: url(/wp-content/uploads/dawn-arroe-icon-3.png);
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 10px;
  transition: .3s;
}
.btn-item-lower a:hover::before {
  top: 20px;
}


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

.circle::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #007EEA;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
}

.circle, .post .circle {
    padding-left: 3rem;
}

.absolute-text {
    position: absolute;
    left: 30px;
    top: -18px;
    width: 100%;
}

.br15px {
    border-radius: 30px;
}

.pd-serviceitem, .post .pd-serviceitem {
    padding: 1% 4%;
}

.pd-service-item01 {
    padding: 5%;
    padding-top: 6%;
}
.btn-item.small {
    max-width: 400px;
}
.gap30px {
    gap: 30px;
}

/*--人材を求めている企業様へ--------------------------------------------*/
.bg-gray {
    background: #F8F8F8;
}

.absolute-img-company {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transform: translate(-50%,-50%);
}

.pd-company-item {
    padding: 3%;
}
.mb-irregular {
    margin-bottom: 7rem;
}
.pd-top-company-item {
    padding: 2% 3%;
}
.pd-top-company-item img {
    width: auto;
    max-height: 72px;
}
.pd-gyousyu {
    padding: 2%;
}

.gap10px {
    gap: 10px;
}
/* ----------
 * cFlow002
-------------*/
.cFlow002__content {
    counter-reset: number 0;
    width: 100%;
}
.cFlow002__item {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.cFlow002__item::after {
    content: "";
    position: absolute;
    border-top: 2rem solid #007EE8;
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
}
/* 打消 */
.cFlow002__item:last-child::after {
    display: none;
}
.cFlow002__item:last-child {
    margin: 0;
}
.cFlow002__num, 
.cFlow002__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cFlow002__num {
    position: relative;
    width: min(10%, 140px);
    text-align: center;
    align-items: center;
    background: #007EE9;
    padding: min(5%, 25px);
    border-radius: 5px 0 0 5px;
}
.cFlow002__num span {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    font-family: var(--ff02);
}
.cFlow002__num span::after {
    display: block;
    counter-increment: number 1;
    content: "0" counter(number);
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    font-family: var(--ff02);
    font-size: clamp(24px, 1.9vw, 36px);
    letter-spacing: 0.06em;
}
.cFlow002__text {
    width: calc(100% - min(10%, 140px));
    padding: min(5%, 40px);
    background: #F8FCFF;
    border-radius: 0 5px 5px 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media print, screen and (max-width: 769px) {
    .cFlow002__item {
        flex-direction: column;
    }
    .cFlow002__num, 
    .cFlow002__text {
        width: 100%;
    }
    .cFlow002__num {
      border-radius: 5px 5px 0 0;
      padding: 1em;
    }
    .cFlow002__text {
      border-radius: 0 0 5px 5px ;
    }
}

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

.cFlow002__text p {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.03em;
    font-weight: 500;
}
.pd-top-company-item.ex {
    padding: 2% 1%;
}

/*--会社概要--------------------------------------------*/
.bg-company {
    background-image: url(/wp-content/uploads/bg-company.png);
}

.pd-company {
    padding: 0% 0 5% 0;
}
.max_w1400 {
    width: 90%;
}
.table-item tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 18px 3%;
    line-height: 1.78;
    color: #333333;
    letter-spacing: 0.03em;
    padding-left: 15px;
}
.table-item td.cell_01 {
    width: 20%;
    border-bottom: 1px solid #007EEA;
}
.table-item td.cell_02 {
    border-bottom: 1px solid #DCDDDD;
}
.table-item tr.head td.cell_01 {
    border-top: 2px solid #0a3ea3;
}
.table-item tr.head td.cell_02 {
    border-top: 2px solid #9f9f9f;
}
.table-item table, .table-item table th, .table-item table td {
    border-width: 0px;
}
@media print, screen and (max-width: 768px) {

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

.table-item td.cell_01 {
    border-bottom: 1px solid #9f9f9f4d;
}
    .table-item tr td {
        display: block;
        width: 100% !important;
    }
    .table-item td.cell_02 {
		border-bottom: 1px solid #007EEA;
		}
  .table-item tr td {
    padding: 15px 3%;
}
}
.bg-top-service {
    background-image: url(/wp-content/uploads/bg.png);
}
	.ex.font20-line-height30, .post .ex.font20-line-height30 {
    font-size: clamp(14px, 1.04vw, 20px);
}
div#sec01 {
    padding-top: 200px;
    margin-top: -200px;
}
div#sec02 {
    padding-top: 200px;
    margin-top: -200px;
}
div#sec03 {
    padding-top: 200px;
    margin-top: -200px;
}
div#sec04 {
    padding-top: 200px;
    margin-top: -200px;
}
#breadcrumb ul li, #breadcrumb ul li a {
    color: #1D407D;
    font-weight: 700;
}
nav#mainNav ul li a {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}
.pd-top-container.ex {
    padding-top: 15%;
}
header#h1Header h1.title {
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 90%;
    font-size: clamp(30px, 2.8vw, 52px);
    font-weight: 700;
    letter-spacing: 0.03em;
}
#thumbImg::before, header#h1Header::before {
    background: transparent;
}
.fixed {
    position: fixed;
    right: 4vw;
    top: 140px;
    display: flex;
    gap: 10px;
    z-index: 100;
    width: clamp(50px, 9.3vw, 90px);
    flex-direction: column;
    z-index: 999;
}
/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1100px) {

}
@media print, screen and (max-width: 1024px) {

}
@media print, screen and (min-width: 1024px) {
	div#header-layout {
    max-width: 1830px;
    background: #fff;
    height: 100px;
    box-shadow: 0px 0px 15px -5px #777777;
}

header#header {
    height: auto;
}

#header .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
}

.sticky-header #header > .inner {
    height: auto;
    background: transparent;
    box-shadow: unset;
}
	.sticky-header #header-layout {
    height: 100px;
}
	body.home.sticky-header #header > .inner {
    position: unset !important;
    transform: unset;
    box-shadow: unset;
    background: transparent;
  }

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

#header a.head_btn.mail_btn::before {
    padding-top: 3px;
    margin-bottom: 0;
    margin-right: 2rem;
    content: "\f1d8";
    font-size: 1em;
}

#header ul.header__contact li {
    display: flex;
    align-items: center;
}
	body.home header#header {
    max-width: 1820px;
    height: 100px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav#mainNav ul li a b {
    color: #1D407D;
    font-size: clamp(12px, 1vw, 18px);
    font-weight: 700;
    letter-spacing: 0.03em;
    font-family: var(--ff01);
}

}
@media print, screen and (max-width: 1023px) {

}
@media (min-width: 810px) and (max-width: 1024px) {
  /* iPad横だけを狙い撃ち */
  .sticky-header #header > .inner {
    background: #f2f0ed;
  }
  #header-layout {
    display: block;
  }

  nav#mainNav {
    background: #f2f0ed;
  }
  .sticky-header nav#mainNav {
    background: #f2f0ed;
  }

  nav#mainNav ul,
  #header .header__nav-contact {
    justify-content: center;
  }
  .spmenu {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {

  .mobile header#h1Header {
    height: 150px;
  }
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
  /* 	 */
.pd-top-features-item img {
    max-height: 30px;
}

.underline-center::before, .post .underline-center::before {
    bottom: -0.4em;
    max-height: 2px;
}

.pd-top-features-item {
    padding: 5%;
}

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

.dawn-arrow::before {
    border-width: 20px 35px 0px 35px;
}

.column03.block img {
    width: 100%;
    object-fit: cover;
    height: 150px;
}
	.max_w850 {
    width: 100%;
}

.pd-top-service-item, .post .pd-top-service-item {
    padding: 1% 1.5%;
}
	.circle::before {
    transform: unset;
    width: 7px;
    height: 7px;
    top: 10px;
}

.img-area img {
    height: 150px;
}
	.pd-top-company-item img {
    max-height: 30px;
}

.pd-top-company-item {
    padding: 5%;
}

.spmb0 {
    margin-bottom: 4px !important;
}
	.absolute-img-company img {
    width: 20%;
}

.pd-company-item {
    padding: 5%;
}

.mb-irregular {
    margin-bottom: 3rem;
}
.parallax-background {
    background-image: url(/wp-content/uploads/sp_parallax.png);
}
	.btn-item.ex a {
    padding: 20px;
}
	.btn-item-lower {
    width: 48%;
}

.gap30px {
    gap: 10px;
}

.btn-item-lower a::before {
    width: 10px;
    height: 10px;
}
	.circle, .post .circle {
    padding-left: 2rem;
}

p.font16-line-height27.letters30.noto-sans.fw700.gray.circle.relative.mb1 {
    font-size: clamp(13px, 0.83vw, 16px);
}

.btn-item.small a {
    padding-right: 40px;
}

p.font16-line-height27.letters30.noto-sans.fw700.gray.circle.relative {
    font-size: clamp(14px, 0.83vw, 16px);
}
	.pd-top-company-item.ex {
    padding: 5%;
}
	.sp_pt0 {
    padding-top: 0 !important;
}
	.sp-white {
    background: #ffffffba;
}
	.fixed {
    top: 80px;
}
}

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