@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* font-family: "Noto Sans JP", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* font-family: "Raleway", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*font-family: "Inter", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
body:not(.home) {
  background: linear-gradient(180deg,rgba(214, 214, 216, 1) 0%, rgba(240, 241, 243, 1) 100%);
}
body p {
  line-height: 1.8;
}
#thumbImg::before, header#h1Header::before {
  background: #252525;
  opacity: 0;
}
header#h1Header h1.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
}

#header-upper {
  display: none!important;
}
#header .logo {
  padding: 10px 20px;
}
#header a.head_btn {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  flex-wrap: wrap;
  max-width: 200px;
}
#header a.head_btn .note {
  font-size: 10px;
}
#header a.head_btn::before {
  font-size: 1.2em;
  margin-bottom: 0;
  margin-right: 4px;
}
#header a.head_btn.tel_btn {
  background: #252525;
  flex-direction: unset;
}
#header a.head_btn.mail_btn {
  background: #4F4F4F;
  flex-direction: unset;
}
#header,
#header > .inner,
#header-layout,
.sticky-header #header > .inner,
.sticky-header #header-layout {
  background: #252525 !important;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a b,
nav#mainNav ul li a span,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span,
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a span,
nav#mainNav ul li.current-menu-parent a b,
nav#mainNav ul li.current-menu-parent a span {
  color: #E3E3E3;
}
nav#mainNav ul li a span {
  font-weight: 400;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-item a
nav#mainNav ul li.current-menu-item a:hover {
  background: #252525!important;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: #fff;
}
.spmenu #menu p {
  color: #fff;
}

a#scrollUp {
  background: #4F4F4F;
}

.inner {
  width: 94%;
  max-width: 1400px;
  margin-inline: auto;
}

h1.title {
  font-size: var(--rem48);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .01em;
  color: #000000;
  line-height: 1.4;
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
h1.title .ja {
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  font-size: var(--rem24);
  color: #858585;
}
body.home h1.title {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: var(--px80);
  color: #fff;
}

.post h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: var(--rem40);
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}
.post h2.title {
  font-family: "Inter", sans-serif;
  font-size: var(--rem30);
  text-align: center;
  margin: 0!important;
  padding: 0!important;
  margin-bottom: 30px!important;
  padding-bottom: 12px!important;
  position: relative;
}
.post h2.title::before {
  content: '';
  display: inline-block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 3px;
}

.post h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.post h4::before {
  background: #252525;
}

.linkBtn,
.post .linkBtn,
a.linkBtn {
  font-family: "Noto Sans JP", sans-serif;
  background: unset;
  width: 240px;
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  color: #000000;
  padding: 16px 8px;
  margin-top: 40px;
  border-bottom: 2px solid #252525;
}
.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/arrow.png)no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  right: 8px;
  transform: rotate(0) translateY(-50%);
  border: none;
}
.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
  background: unset;
  color: #000000;
  opacity: .7;
}

body.home .linkBtn,
body.home .post .linkBtn,
body.home a.linkBtn {
  color: #fff;
  border-bottom: 2px solid #fff;
}
body.home .linkBtn:hover,
body.home .post .linkBtn:hover,
body.home a.linkBtn:hover {
  background: unset;
  color: #fff;
  opacity: .7;
}

/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
  background: #252525;
  position: relative;
  z-index: 0;
}
.cta01 h1.title {
  font-size: var(--px80)!important;
  color: #fff!important;
}
.cta01 h1.title .ja {
  color: #fff!important;
}
.cta01 p.txt_c {
  color: #fff;
}
.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: #252525;
  padding: var(--px80);
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 960px;
  margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}
.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
}
.cta01 a.item:hover{
  opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}

/*ボタン共通パーツ*/
.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*電話ボタン*/
.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}
.cta01 a.telbtn {
  background: #4F4F4F;
  color: #fff;
}

/*メールボタン*/
.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}
.cta01 a.mailbtn {
  background: #fff;
  color: #333333;
}

/*ボタンアイコン*/
.cta01 .mailbtn .btnttl::before, .cta01 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
}
.cta01 .mailbtn .btnttl::before {
  content: '\f0e0';
}
.cta01 .telnum::before {
  content: '\f3cd';
}

/*--------------------------------------------
FOOTER03
--------------------------------------------*/

/* ----全体LAYOUT調整----*/

#footer {
  background: #4F4F4F;
}

.footer__inner {
  width: 94%;
  margin: 0 auto;
}

/* ----top----*/

#footer .footer__logo:not(:last-child) {
  margin: 0;
  text-align: left;
}
.toparea .logoare {
  display: flex;
  flex-direction: column;
  gap: var(--px14);
  line-height: 1;
}
.footer__catchphrase {
  line-height: 1.2;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  #footer .footer__logo:not(:last-child) {
    text-align: center;
  }
  .footer__catchphrase {
    text-align: center;
  }
}

/* ----SNSアイコン----*/

/*LAYOUT調整*/

#footer .socialicon ul, .socialicon ul {
  -webkit-box-pack: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
#footer .socialicon ul li, .socialicon ul li {
  padding: 0;
}
@media print, screen and (max-width: 768px) {
  #footer .socialicon ul, .socialicon ul {
    justify-content: center;
  }
}

/*アイコンサイズ調整*/

#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
  font-size: var(--rem24);
}

/* ----bottom----*/

.bottomarea {
  display: flex;
  justify-content: space-between;
  margin-top: var(--px120);
  gap: 5px;
}
#footer .footnav:not(:last-child) {
  margin-bottom: 0;
}
#footer .footnav ul {
  -webkit-box-pack: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
#footer .footnav ul > li {
  margin: 0;
}
#copyright {
  margin: 0;
  background: transparent;
}
@media print, screen and (max-width: 768px) {
  .bottomarea {
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footnav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.column01 {
  position: relative;
  margin: var(--px60) 0 0;
}
.column01_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
.column01 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}
.column01 .txtarea .txtinner {
  max-width: 540px;
}
.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*---------txtstyle-----------*/
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
  content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
column_03
------------------------------*/
.column03 {
  position: relative;
  padding: 0 0 var(--px160);
  margin: var(--px60) 0 0;
}
.column03:before {
  content: "";
  background: #aaa;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.column03_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
.column03 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}
.column03 .txtarea .txtinner {
  max-width: 540px;
}
.column03 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column03 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .column03 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*---------txtstyle-----------*/
.post .column03 .txtstyle02, .column03 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
  content: none;
}
.post .column03 .txtstyle04, .column03 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column03 .txtstyle04:after, .column03 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
column_06
------------------------------*/
.column06 {
  position: relative;
  margin: var(--px60) 0 0;
}
.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}
.column06 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
}
.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column06 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: 0 auto -70px -5%;
  z-index: 10;
}
.column06 .txtarea .txtinner {
  max-width: 540px;
}
.column06_wrap + .column06_wrap {
  margin-top: var(--px80);
}

@media print, screen and (min-width: 1024px) {
  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .column06_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }
  .column06 .imgarea, .column06 .txtarea {
    width: 90%;
  }
  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

@media print, screen and (max-width: 768px) {
  .column06 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*---------txtstyle-----------*/
.post .column06 .txtstyle02, .column06 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
  content: none;
}
.post .column06 .txtstyle04, .column06 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column06 .txtstyle04:after, .column06 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
  position: relative;
  background: #aaa;
  padding: 0;
}
.fullwide01_wrap {
  background: #eee;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullwide01_inner {
  max-width: 960px;
}
@media print, screen and (max-width: 768px) {
  .fullwide01_wrap {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
card
------------------------------*/
.card01_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.card01_list > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  padding: 20px 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
}

/*---------txtstyle02 -----------*/
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20);
  margin: 0 0 1rem;
}

/*---------column03-----------*/
.col3_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px40);
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col3_list::before {
  content:"";
  display: block;
  width: calc(100% / 3 - var(--px40));
  order: 1;
}
.col3_list::after {
  content: "";
  display: block;
  width: calc((100% - (var(--px40) * 2)) / 3);
  order: 2;
}
.col3_list > li {
  width: calc((100% - (var(--px40) * 2)) / 3);
}
@media print, screen and (max-width: 768px) {
  .col3_list > li {
    width: calc((100% - var(--px40)) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .col3_list > li {
    width: 100%;
  }
}

/*---------column04-----------*/
.col4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px40);
}
.col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col4_list::before {
  content:"";
  display: block;
  width: calc(100% / 4 - var(--px40));
  order: 1;
}
.col4_list:after {
  content: "";
  display: block;
  width: calc((100% - (var(--px40) * 3)) / 4);
  order: 2;
}
.col4_list > li {
  width: calc((100% - (var(--px40) * 3)) / 4);
}
@media print, screen and (max-width: 768px) {
  .col4_list > li {
    width: calc((100% - (var(--px40)* 1)) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .col4_list > li {
    width: 100%;
  }
}

/*-----------------------------
Top
------------------------------*/
#mainImg {
  margin-top: 40px!important;
}
body.home {
  background: #252525;
}
body.home #wrapper {
  max-width: unset;
}
.front_contents.sec01 {
  background: url(/wp-content/uploads/top_company01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 120px;
  padding: 70px 0;
}
.front_contents.sec01 .column06 {
  margin: 0;
}
.front_contents.sec01 .column06 .txtarea {
  width: 55%;
  padding: 0;
  margin: 0 0 0 auto;
  background: unset;
}
.front_contents.sec01 h1.title {
  text-align: left;
  margin-left: 0;
  margin-bottom: 20px;
}
.front_contents.sec01 h2 {
  font-size: var(--rem36);
  color: #fff;
  text-align: left;
  margin-left: 0;
}
.front_contents.sec01 p {
  color: #fff;
}
.front_contents.sec01 .linkBtn {
  margin-left: 0;
}

.front_contents.sec02 {
  padding-bottom: 0;
}
.front_contents.sec02 .column01_wrap {
  max-width: 100%;
  width: 100%;
}
.front_contents.sec02 .column01 .txtarea {
  background: unset;
  padding: var(--px40) var(--px40);
}
.front_contents.sec02 h1.title {
  text-align: left;
  margin-left: 0;
  margin-bottom: 20px;
}
.front_contents.sec02 h2 {
  font-size: var(--rem36);
  color: #fff;
  text-align: left;
  margin-left: 0;
}
.front_contents.sec02 p {
  color: #fff;
}
.front_contents.sec02 .linkBtn {
  margin-left: 0;
}

.front_contents.sec03 .card01_inner {
  max-width: 1240px;
}
.front_contents.sec03 .txtarea p {
  color: #fff;
}
.front_contents.sec03 .card01_list .txtstyle02 {
  text-align: center;
  color: #fff;
  min-height: 55px;
}

.front_contents.sec04 {
  padding: 0;
}
.front_contents.sec04 .column03 {
  margin-top: 0;
}
.front_contents.sec04 .column03:before {
  background: url(/wp-content/uploads/top_career_bg.png)no-repeat;
  background-size: cover;
  background-position: center;
}
.front_contents.sec04 .column03 .txtarea {
  background: linear-gradient(114deg,rgba(79, 79, 79, 1) 0%, rgba(37, 37, 37, 1) 100%);
}
.front_contents.sec04 h1.title {
  text-align: left;
  margin-left: 0;
  margin-bottom: 20px;
}
.front_contents.sec04 h1.title .ja {
  color: #fff;
}
.front_contents.sec04 h2 {
  font-size: var(--rem36);
  text-align: left;
  color: #fff;
  margin-left: 0;
}
.front_contents.sec04 .txtarea p {
  color: #fff;
}
.front_contents.sec04 .linkBtn {
  margin-left: 0;
}

@media print, screen and (max-width: 768px) {
  #mainImg {
    margin-top: 20px!important;
  }

  .front_contents.sec01 {
    background: url(/wp-content/uploads/top_company01-sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
    padding: 40px 0;
  }
  .front_contents.sec01 .column06 .txtarea {
    width: 90%;
    margin: 0 auto;
  }
  .front_contents.sec01 h1.title {
    text-align: center;
    margin-inline: auto;
  }
  .front_contents.sec01 h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
  .front_contents.sec01 .linkBtn {
    margin-inline: auto;
  }

  .front_contents.sec02 {
    padding-top: 40px;
  }
  .front_contents.sec02 h1.title {
    text-align: center;
    margin-left: auto;
  }
  .front_contents.sec02 h2 {
    font-size: 22px;
    text-align: center;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .front_contents.sec02 .linkBtn {
    margin-left: auto;
  }

  .front_contents.sec04 h1.title {
    text-align: center;
    margin-left: auto;
  }
  .front_contents.sec04 h2 {
    text-align: center;
    margin-left: auto;
  }
  .front_contents.sec04 .linkBtn {
    margin-left: auto;
  }
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 .flexbox {
  justify-content: space-between;
  align-items: center;
}
.company.sec01 p.name {
  font-size: var(--rem24);
  line-height: 1.5;
  text-align: right;
  margin-top: 90px;
}
.company.sec01 p.name span {
  font-size: var(--rem18);
  display: block;
}

.company.sec02 {
  padding-top: 120px;
  margin-inline: auto;
}
.company.sec02 p {
  text-align: center;
  font-size: var(--rem30);
}
.company.sec02 ol {
  margin: 0;
  padding-left: 20px;
}

.company.sec03 {
  padding-top: 120px;
}
.company.sec03  th {
  background: #252525!important;
  color: #fff!important;
}

.company.sec04 {
  padding-top: 120px;
}
.company.sec04 p {
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .company.sec01 p.name {
    margin-top: 32px;
  }

  .company.sec02 {
    padding-top: 70px;
  }
  .company.sec02 .flexbox.gap {
    gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .company.sec03 {
    padding-top: 70px;
  }

  .company.sec04 {
    padding-top: 70px;
  }
}

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 p {
  text-align: center;
}

.service.sec02 .flexbox {
  align-items: center;
  padding-top: 120px;
}
.service.sec02 .flexbox:first-child {
  padding-top: 0;
}
.service.sec02 .text_box ul {
  list-style-type: disc;
  padding-left: 20px;
}
.service.sec02 .text_box h3 {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.service.sec02 .text_box h3::before {
  content: '';
  display: inline-block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 2px;
}

@media print, screen and (max-width: 768px) {
  .service.sec02 .flexbox {
    padding-top: 70px;
  }
}

/*-----------------------------
選ばれる理由
------------------------------*/
.reason.sec01 {
  max-width: 780px;
  margin-inline: auto;
}
.reason.sec01 ul {
  list-style-type: disc;
  padding-left: 20px;
}
.reason.sec01 ul li {
  font-weight: 700;
}

.reason.sec02 .flexbox {
  align-items: center;
  padding-top: 120px;
}
.reason.sec02 .flexbox:first-child {
  padding-top: 0;
}
.reason.sec02 .text_box ul {
  list-style-type: disc;
  padding-left: 20px;
}
.reason.sec02 .text_box ul li {
  font-weight: 700;
}
.reason.sec02 .text_box h3 {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.reason.sec02 .text_box h3::before {
  content: '';
  display: inline-block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 2px;
}

@media print, screen and (max-width: 768px) {
  .reason.sec02 .flexbox {
    padding-top: 70px;
  }
}

/*-----------------------------
キャリア支援のステップ
------------------------------*/
.flowlist01 {
  padding-left: 13rem;
  position: relative;
}
.flowlist01::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #4C4C4C;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 13rem;
}
.flowlist01 > li {
  position: relative;
}
.flowlist01 > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flowlist01 > li .icon {
  font-size:1.6rem;
  color: #fff;
  background: #4C4C4C;
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
}
.flowlist01 > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #4C4C4C;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flowlist01 > li dl {
  padding-left: 7rem;
  position: relative;
  padding-top: 0.7rem;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
}
.flowlist01 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 0;
  background: #1A1A1A;
  border-radius: 50%;
  left: -4px;
}
.flowlist01 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
  top: 2.3rem;
}
.flowlist01 > li dl dt {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: var(--rem20);
}
@media (max-width: 768px) {
  .flowlist01 > li .icon {
    font-size: 1.2rem;
  }

  .flowlist01 {
    padding-left: 10rem;
  }

  .flowlist01 > li .icon {
    left: -11rem;
  }

  .flowlist01::before {
    left: 10rem;
  }

  .flowlist01 > li dl {
    padding-left: 4.5rem;
  }

  .flowlist01 > li dl::after {
    width: 30px;
  }

  .flowlist01 > li dl dt {
    font-size: 1.4rem;
  }
}

/*-----------------------------
お問い合わせ
------------------------------*/
body.page-contact .post table th {
  background: #252525!important;
  color: #fff!important
}
.wpcf7-form .must {
  background: #fff!important;
  color: #252525!important;
  border: solid 1px #252525;
}
.post .subimitarea .linkBtn {
  padding: 0;
  max-width: 300px;
  margin-inline: auto;
}
.post .subimitarea .linkBtn::before,
.post .subimitarea .linkBtn::after {
  display: none!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
  color: #fff!important;
  background: #252525;
  padding: 20px;
  width: 300px;
  border-radius: 0;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
  #content, #content.wide {
    width: 100%;
  }

  nav#mainNav ul li a {
    padding: 20px 10px;
  }
  nav#mainNav ul li a span {
    display: none;
  }
}

@media screen and (min-width: 769px){
  .dsp_hp { display:block; }
  .dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
  .dsp_hp { display:none; }
  .dsp_smt { display:block; }

  .linkBtn, .post .linkBtn, a.linkBtn {
    margin-top: 30px;
  }

  #footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
    font-size: 2.6rem;
  }
}

@media print, screen and (max-width: 640px) {
  .postlist .post_text:after {
    width: calc(100%);
  }
}