@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", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*font-family: "Zen Maru Gothic", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}
#front-sectionPost .postlist li {
  border: none!important;

}
.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, #000 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 92%;
}
.postlist .post_text {
  padding: 18px 0;
}

.post .time, .postlist .time {
  font-weight: 500;
  color: #fff !important;
  background: #F9B7E1;
  padding: 8px 20px;
  letter-spacing: 1px;
  border-radius: 5px;
}
.post .time a, .postlist .time a {
  font-weight: 500;
  color: #fff!important;
}

.post4b li .post4b_contents {
  /*  opacity: 1; */
  display: none;
}
.post4b .time {
  display: block;
  color: #fff !important;
  background: #F9B7E1;
  border-radius: 5px;
}
.post4b_img img {
  border-radius: 15px;
}

.post_link a {
  color: #333333!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: #000;
  opacity: 0;
}
header#h1Header h1.title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #F9B7E1;
}
#header-upper {
  display: none!important;
}
.header__nav-contact {
  padding-right: 14px;
}
#header ul.header__contact {
  column-gap: 10px;
}
#header ul.header__contact li {
  height: auto;
}
#header a.head_btn {
  flex-direction: unset;
  width: 170px;
  border-radius: 100vmax;
  height: 50px;
  font-weight: 500;
}
#header a.head_btn::before {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 3px;
  margin-right: 4px;
}
#header a.head_btn.line_btn {
  position: relative;
  background: #fff!important;
  border: solid 1px #05C756;
  color: #05C756;
}
#header a.head_btn.line_btn::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/line.png)no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
#header a.head_btn.tel_btn {
  position: relative;
  background: #FEF4FA!important;
  border: solid 1px #F9B7E1;
  color: #F9B7E1;
}
#header a.head_btn.mail_btn {
  position: relative;
  background: #F9B7E1!important;
  border: solid 1px #F9B7E1;
  color: #fff;
}
nav#mainNav ul li a {
  color: #4E4854;
  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: 500;
  color: #4E4854;
}
nav#mainNav ul li.current-menu-item a b {
  color: #F9B7E1;
}
nav#mainNav ul li ul.sub-menu li a {
  color: #4E4854;
}
nav#mainNav ul li.current-menu-parent a b {
  color: #F9B7E1;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: #F9B7E1;
}
.spmenu #menu p {
  color: #F9B7E1;
  white-space:nowrap;
}

a#scrollUp {
  background: #F9B7E1;
}

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

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

h1.title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: var(--rem48);
  letter-spacing: .01em;
  color: #4E4854;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-bottom: 35px;
  position: relative;
}

.post h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #4E4854;
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}

.post h2.title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: var(--rem40);
  line-height: 1.4;
  color: #4E4854;
  text-align: center;
  padding: 0 !important;
  margin: 0!important;
  margin-bottom: 35px!important;
}
.post h2.title .en {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  font-size: var(--rem24);
  color: #F9B7E1;
  padding-top: 28px;
  position: relative;
}
.post h2.title .en::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/mark.png)no-repeat;
  background-size: contain;
  aspect-ratio: 33 / 24;
  width: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.post h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #4E4854;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.post h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #4E4854;
}

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

.linkBtn, .post .linkBtn, a.linkBtn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  background: #F9B7E1;
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 15px 45px;
  text-align: center;
  border-radius: 40px;
  transition: all .3s;
  margin-top: 40px;
  margin-inline: auto;
}
.linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
  content: '';
  display: inline-block;
  background: #fff;
  height: calc(tan(60deg) * 20px / 2);
  width: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.linkBtn:hover, post .linkBtn:hover, a.linkBtn:hover{
  background: #F9B7E1!important;
  color: #fff!important;
}
.linkBtn:hover::after, post .linkBtn:hover::after, a.linkBtn:hover::after {
  top: -1px;
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
  content: '';
  display: inline-block;
  width: calc(100% - 1px);
  height: 100%;
  border-radius: 40px;
  border: dashed 1px #B68FD6;
  background: unset;
  position: absolute;
  top: -8px;
  transform: none;
  margin: 0;
  left: 0;
  right: unset;
}

.cta {
  padding: var(--px80) var(--px40);
  background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.cta .inner {
  padding: var(--px60) var(--px40);
  background: rgba(255, 255, 255, .8);
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.cta .buttonList {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.cta a {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100vmax;
  padding: 12px 24px;
  width: 260px;
  height: 55px;
}
.cta a::before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}
.cta a.lineLink {
  background: #fff;
  color: #05C756;
  border: solid 1px #05C756;
}
.cta a.lineLink::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/line.png)no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.cta a.telLink {
  font-size: 18px;
  background: #FEF4FA;
  color: #F9B7E1;
  border: solid 1px #F9B7E1;
}
.cta a.telLink::before {
  content: '\f095';
}

.cta a.mailLink {
  background: #F9B7E1;
  color: #fff;
  border: solid 1px #F9B7E1;
}
.cta a.mailLink::before {
  content: '\f0e0';
}

#mainImg {
  padding: 15px!important;
}
#mainImg img {
  border-radius: 15px;
}

/*-----------------------------
Top
------------------------------*/
.top_news {
  padding: var(--px100) var(--px40);
}

.top_about {
  padding: var(--px80) 0;
  background: url(/wp-content/uploads/top_about_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.top_about .inner {
  background: rgba(255, 255, 255, .8);
  border-radius: 15px;
  padding: var(--px80) var(--px40);
}
.top_about .linkBtn {
  margin-right: 0;
}

.top_service {
  padding-top: var(--px120);
}
.top_service .image img {
  border-radius: 15px;
}

.top_company {
  padding: var(--px100) 0 var(--px120);
}
.top_company .image {
  position: relative;
}
.top_company .image::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/illust01.png)no-repeat;
  background-size: contain;
  aspect-ratio: 386 / 329;
  width: 340px;
  max-width: 60%;
  position: absolute;
  right: -7%;
  bottom: -100px;
}
.top_company .image img {
  border-radius: 15px;
}

.top_area {
  padding: var(--px100) 0;
  background: #FEF4FA;
}
.top_area h3 {
  color: #F9B7E1;
  text-align: center;
  background: #FFFFFF;
  border-radius: 5px;
  line-height: 1.3;
  padding: 12px;
  width: 90%;
  margin-inline: auto;
}
.top_area .image {
  position: relative;
}
.top_area .image::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/illust02.png)no-repeat;
  background-size: contain;
  aspect-ratio: 322 / 260;
  width: 300px;
  max-width: 60%;
  position: absolute;
  right: -7%;
  bottom: -100px;
}
.top_area .image img {
  width: 100%;
  max-width: 380px;
  display: block;
  margin-inline: auto;
}

.top_recruit {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: var(--px120);
  margin-bottom: var(--px120);
  padding: var(--px100) var(--px60);
  background: url(/wp-content/uploads/top_recruit01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  position: relative;
}
.top_recruit::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/illust03.png)no-repeat;
  background-size: contain;
  aspect-ratio: 307 / 366;
  width: 230px;
  max-width: 25%;
  position: absolute;
  right: -3%;
  bottom: -20px;
}
.top_recruit .inner {
  background: rgba(255, 255, 255, .9);
  border-radius: 15px;
  padding: var(--px80) var(--px60);
}
.top_recruit h3 {
  text-align: center;
  font-size: var(--rem30);
}

.top_friendship {
  padding-bottom: var(--px120);
}
.top_friendship .flexbox {
  max-width: 1000px;
  margin-inline: auto;
}
.top_friendship .box {
  background: #FEF4FA;
  border-radius: 15px;
  padding: 20px;
  display: block;
}
.top_friendship .box h3 {
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
.top_friendship .box h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--rem16);
  display: block;
}

@media print, screen and (max-width: 768px) {
  .top_news h2.title {
    margin-bottom: 0!important;
  }

  .top_about .linkBtn {
    margin-right: auto;
  }

  .top_company .image::after {
    max-width: 45%;
    right: -5%;
    bottom: -25px;
  }

  .top_area .image img {
    max-width: 280px;
  }
  .top_area .image::after {
    max-width: 45%;
    right: -5%;
    bottom: -50px;
  }

  .top_recruit {
    padding: var(--px100) var(--px20);
  }
  .top_recruit::after {
    right: -5%;
    bottom: -100px;
    max-width: 45%;
  }
  .top_recruit .inner {
    background: rgba(255, 255, 255, .9);
    border-radius: 15px;
    padding: var(--px80) var(--px40);
  }

  .top_friendship {
    margin-top: var(--px40);
  }
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 .image img {
  width: 100%;
  max-width: 240px;
  display: block;
  margin-inline: auto;
  border-radius: 15px;
}
.company.sec01 .image span {
  display: block;
  margin-top: 12px;
  font-size: var(--rem14);
}

.company.sec02 .inner {
  background: #FEF4FA;
  padding: var(--px100) var(--px60);
  border-radius: 15px;
}
.company.sec02 h3 {
  text-align: center;
  font-size: var(--rem30);
}
.company.sec02 ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 50px;
}
.company.sec02 li {
  border: solid 2px #F9B7E1;
  border-radius: 15px;
  background: #fff;
  padding: var(--px20);
}
.company.sec02 h4 {
  color: #F9B7E1;
  font-size: var(--rem20);
  font-weight: 500;
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #F9B7E1;
}
.company.sec02 h4::before {
  display: none;
}
.company.sec02 .image img {
  border-radius: 15px;
}

.company.sec03 table,
.company.sec03 table th,
.company.sec03 table td {
  background: unset;
  font-weight: 400;
  border: none;
}
.company.sec03 table tr {
  border-bottom: 1px solid #C2C2C2;
}
.company.sec03 iframe {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}

@media print, screen and (max-width: 768px) {
  .company.sec01 .image span {
    text-align: center;
  }

  .company.sec02 h4 {
    font-size: 16px;
  }
}

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 .inner {
  max-width: 1000px;
}

.service.sec02 .inner {
  background: #FEF4FA;
  padding: var(--px60);
  border-radius: 15px;
}
.service.sec02 .wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto;
  gap: 35px;
}
.service.sec02 .box {
  border: solid 2px #F9B7E1;
  border-radius: 15px;
  background: #fff;
  padding: var(--px40);
}
.service.sec02 h3 {
  color: #F9B7E1;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px dashed #F9B7E1;
}
.service.sec02 ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service.sec02 li {
  padding-left: 18px;
  position: relative;
}
.service.sec02 li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F9B7E1;
  position: absolute;
  top: 10px;
  left: 0;
}

.service.sec03 .pdfWrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 1000px;
  margin-inline: auto;
}
.service.sec03 .pdfWrap a {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #4E4854;
  background: #FEF4FA;
  border-radius: 10px;
  padding: 18px;
}
.service.sec03 .pdfWrap a::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/pdf.png)no-repeat;
  background-size: contain;
  width: 26px;
  height: 30px;
}

@media print, screen and (max-width: 768px) {
  .service.sec02 .wrap {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
  .service.sec02 li::before {
    top: 8px;
  }
}

/*-----------------------------
採用情報
------------------------------*/
.recruit.sec01 .image img {
  border-radius: 15px;
}
.recruit.sec01 .read_text {
  margin-top: var(--px40);
  font-weight: 500;
  display: flex;
  align-items: center;
}
.recruit.sec01 .read_text::before {
  content: '';
  display: inline-block;
  background: #F9B7E1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 2px;
}
.recruit.sec01 .box {
  background: #FEF4FA;
  padding: 15px;
}
.recruit.sec01 .box p span {
  font-weight: 300;
  font-size: var(--rem12);
  display: inline-block;
  margin-left: 6px;
}

.recruit.sec02 table,
.recruit.sec02 table th,
.recruit.sec02 table td {
  background: unset;
  font-weight: 400;
  border: none;
}
.recruit.sec02 table tr {
  border-bottom: 1px solid #C2C2C2;
}

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

}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
  padding: 0;
  width: 300px;
}
.post .subimitarea .linkBtn::after,
.post .subimitarea .linkBtn::before {
  display: none;
}
body.page-contact .post table th {
  background: #FEF4FA;
  color: #4E4854;
}
.post .subimitarea .linkBtn input[type="submit"] {
  color: #fff;
  padding: 20px;
  font-weight: 500;
  background: #F9B7E1;
  border-radius: 100vmax;
}


/*--メディアクエリ--------------------------------------------*/
@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; }

  .cta a {
    font-size: 16px;
  }
  .cta a.telLink {
    font-size: 18px;
  }
}

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