@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*font-family: "Marcellus", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

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

.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}

.postlist li,
.postlist li:first-child {
  border: none!important;
}
.postlist .post_text {
  position: relative;
}
.postlist .post_text:after {
  content: '';
  display: inline-block;
  background-size: 3px 1px;
  background-image: linear-gradient(to right, #CCCCCC 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 92%;
}

#front-sectionPost {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.postlist .post_text {
  padding: 18px 0;
}
.post .time, .postlist .time {
  font-weight: 400;
  color: #fff !important;
  background: #000000;
  padding: 8px 20px;
  letter-spacing: 1px;
}
.post .time a, .postlist .time a {
  font-weight: 500;
  color: #fff!important;
}

.post4b li .post4b_contents {
  /*  opacity: 1; */
  display: none;
}
.post4b .time {
  display: block;
  background: #000000;
}

.post_link a {
  color: #000000!important;
}
.post_link {
  border-bottom: none;
}

#wrapper {
  max-width: unset;
  padding: 0;
  position: relative;
  z-index: 1;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

body p {
  line-height: 1.8;
}

body:not(.home) #wrapper {
  width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
  width: 94%;
  max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
  width: 94%!important;
  max-width: var(--content-max-width);
  margin-inline: auto;
}
header#h1Header {
  background: #fff;
}
#thumbImg::before, header#h1Header::before {
  background: #003688;
  opacity: 0.3;
}
header#h1Header h1.title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--rem48);
  font-weight: 700;
  color: #fff;
}

#header-upper {
  display: none!important;
}
#header .logo {
  padding: 10px 20px;
}
#header a.head_btn {
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  font-weight: 700;
}
#header a.head_btn::before {
  font-size: 1em;
  margin-bottom: 0;
  margin-right: 4px;
}
#header a.head_btn.tel_btn {
  font-size: 18px;
  font-weight: 700;
  background: #ECECEC;
  color: #000;
  flex-direction: unset;
  width: 200px;
  flex-wrap: wrap;
}
#header a.head_btn.tel_btn .note,
#header a.head_btn.tel_btn .note b {
  color: #262626;
  font-weight: 500;
}
#header a.head_btn.mail_btn {
  background: linear-gradient(135deg,rgba(67, 46, 132, 1) 0%, rgba(78, 184, 236, 1) 100%);
  color: #fff;
  flex-direction: unset;
  width: 180px;
}
nav#mainNav ul li a {
  padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
  font-weight: 700;
}
nav#mainNav ul li a span {
  font-weight: 400;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: #432E84!important;
}
.spmenu #menu p {
  color: #432E84!important;
}

a#scrollUp {
  background: #000;
}

#footer {
  padding: 30px;
}
#footer,#copyright {
  color: #000;
  background: #fff;
}
#copyright {
  margin-top: 0;
}
#footer .footnav:not(:last-child) {
  margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
  color: #000;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
  display: none;
}
#footer .socialicon {
  margin-bottom: 15px;
}
#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 {
  color: #000;
}

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

h1.title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--rem48);
  letter-spacing: .01em;
  color: #262626;
  line-height: 1.4;
  font-weight: 700;
  display: block;
  position: relative;
  margin-bottom: 35px;
}

.post h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}

.post h2.title {
  font-size: var(--rem48);
  color: #232323;
  text-align: center;
  padding: 0!important;
  margin: 0 0 35px!important;
  position: relative;
}
.post h2.title .en {
  font-family: "Marcellus", serif;
  display: block;
  font-weight: 400;
  font-size: var(--rem60);
  color: #003688;
  position: relative;
}
.post h2.title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: var(--rem20);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.post h2.title .ja::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D1D308;
}

.post h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.post h3.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: var(--rem40);
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.post h3.title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D1D308;
}

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

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

.linkBtn, .post .linkBtn, a.linkBtn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: linear-gradient(135deg,rgba(67, 46, 132, 1) 0%, rgba(78, 184, 236, 1) 100%);
  display: block;
  border-radius: 0;
  padding: 18px;
  width: 100%;
  max-width: 320px;
  color: #fff;
  margin-inline: auto;
  margin-top: 35px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
  background: linear-gradient(135deg,rgba(67, 46, 132, 1) 0%, rgba(78, 184, 236, 1) 100%);
  color: #fff;
  opacity: .7;
}

.cta {
  padding-top: 180px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.cta::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta .buttonList {
  display: flex;
  justify-content: center;
  gap: 15px 20px;
  flex-wrap: wrap;
}
.cta .box {
  background: rgba(255, 255, 255, 1);
  padding: 40px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.cta a {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  padding: 18px;
  width: 320px;
}
.cta a::before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin-right: 6px;
}
.cta a.telLink {
  font-size: 20px;
  background: #F0F0F0;
  color: #000;
}
.cta a.telLink::before {
  content: '\f095';
}
.cta a.mailLink {
  background: linear-gradient(135deg,rgba(67, 46, 132, 1) 0%, rgba(78, 184, 236, 1) 100%);
  font-size: 18px;
  color: #fff;
}
.cta a.mailLink::before {
  content: '\f0e0';
}

body.mobile {
  margin-top: 60px;
}

/*-----------------------------
Top
------------------------------*/
.topNews {
  padding: var(--px120) 0;
}

.topBg {
  background: url(/wp-content/uploads/bg01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.topConcept {
  position: relative;
  padding-top: 300px;
  z-index: 2;
}
.topConcept::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/topConcept01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topConcept .inner {
  background: #fff;
  padding: var(--px80);
}
.topConcept h2.title {
  text-align: left;
}
.topConcept h2.title .ja {
  justify-content: flex-start;
}
.topConcept .linkBtn {
  margin-left: 0;
}

.topService {
  padding: var(--px120) 0;
}
.topService .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topService .text {
  padding: var(--px80) var(--px60);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.topService h3 {
  margin-left: 0;
}
.topService .linkBtn {
  margin-left: 0;
}

@media print, screen and (max-width: 768px) {
  .topConcept {
    padding-top: 160px;
  }
  .topConcept::after {
    height: 50%;
  }
  .topConcept .inner {
    padding: var(--px80) var(--px40);
  }
  .topConcept h2.title {
    text-align: center;
  }
  .topConcept h2.title .ja {
    justify-content: center;
  }
  .topConcept .linkBtn {
    margin-left: auto;
  }

  .topService .image {
    margin-bottom: 0;
  }
  .topService .image img {
    height: unset;
    aspect-ratio: 3 / 2;
  }
  .topService .text {
    padding: var(--px80) var(--px40);
  }
  .topService h3 {
    margin-left: auto;
  }
  .topService .linkBtn {
    margin-left: auto;
  }
}

/*-----------------------------
会社概要
------------------------------*/
body.page-company #content.wide {
  padding-top: 0;
}

.company.sec01 {
  background: url(/wp-content/uploads/bg01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.company.sec02 table,
.company.sec02 table th,
.company.sec02 table td {
  background: unset;
  font-weight: 400;
  border: none;
}
.company.sec02 table tr {
  border-bottom: 1px solid #CCCCCC;
}
.company.sec02 table tr:last-child {
  border-top: 1px solid #CCCCCC;
}
.company.sec02 iframe {
  width: 100%;
  height: 350px;
}

.company.sec03 ul li {
  padding: 20px 0 10px;
  padding-left: 24px;
  border-bottom: 1px solid #000;
  position: relative;
}
.company.sec03 ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 23px;
  color: #432E84;
  font-size: 0.8em;
}
.company.sec03 ul li::marker {
  color: #432E84;
}

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

}

/*-----------------------------
サービス
------------------------------*/
.service.sec01 h3.title {
  justify-content: flex-start;
}

@media print, screen and (max-width: 768px) {
  .service.sec01 h3.title {
    justify-content: center;
  }
}

/*-----------------------------
採用情報
------------------------------*/
.recruit.sec01 h3 {
  font-weight: 500;
  font-size: var(--rem40);
  margin-left: 0;
}

.recruit.sec02 h3 {
  font-weight: 500;
  font-size: var(--rem40);
  text-align: center;
}
.recruit.sec02 .inner {
  max-width: 1000px;
}
.recruit.sec02 .box {
  background: #EEF8FF;
  padding: var(--px60);
  text-align: center;
  max-width: 560px;
  margin-inline: auto;
  margin-top: 40px;
}
.recruit.sec02 .box p {
  font-size: var(--rem20);
  font-weight: 500;
}

.recruit.sec03 .inner {
  max-width: 800px;
}
.recruit.sec03 h2.title .ja {
  color: #003688;
}
.recruit.sec03 h2.title .ja::before {
  display: none;
}
.recruit.sec03 h2.title .en {
  background: linear-gradient(180deg, #003688 0%, #4EB8EC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.recruit.sec03 table th {
  background: #003688;
  color: #fff;
  text-align: left;
}
.recruit.sec03 table td {
  background: #EFEFEF;
  text-align: left;
}
.recruit.sec03 table td .circle {
  display: flex;
  align-items: center;
  gap: 6px;
}
.recruit.sec03 table td .circle::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.recruit.sec03 table td .circle.red::before {
  background: #FFB8B8;
}
.recruit.sec03 table td .circle.blue::before {
  background: #4EB8EC;
}
.recruit.sec03 table td .circle.black::before {
  background: #000000;
}

@media print, screen and (max-width: 768px) {
  .recruit.sec01 h3 {
    margin-left: auto;
    text-align: center;
  }
}


/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
  padding: 0;
  width: 300px;
  border: none;
}
body.page-contact .post table th {
  background: #F5F5F5;
  color: #000;
}
.post .subimitarea .linkBtn input[type="submit"] {
  color: #fff;
  padding: 20px;
  background: linear-gradient(135deg,rgba(67, 46, 132, 1) 0%, rgba(78, 184, 236, 1) 100%);
  width: 100%;
  border-radius: 0;
}
.post .subimitarea .linkBtn::after {
  display: none!important;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1024px) {
  .u-visible-pc {
    display: block!important;
  }
  .u-visible-pc #header {
    display: none!important;
  }
  #mainImg {
    margin-top: 0!important;
  }
}

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

  body.mobile #header .logo img {
    max-width: 180px;
  }

  .cta {
    padding-top: 150px;
    padding-bottom: 20px;
  }
  .cta a::before {
    font-size: 1em;
  }
  .cta a.telLink {
    font-size: 18px;
  }
  .cta a.mailLink {
    font-size: 16px;
  }
}

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