@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: "Noto Serif JP", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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, #333 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: 700;
  color: #fff !important;
  background:#063437;
  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;
  background: #063437;
  border-radius: 5px;
}

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

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

body {
  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: #000000;
  opacity: 0;
}
header#h1Header h1.title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #333333;
}
header#h1Header h1.title .ja {
  font-size: var(--rem20);
  display: block;
}
#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 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  border-radius: 100vmax;
  background: #063437!important;
  color: #fff;
  min-width: 160px;
}
#header a.head_btn::before {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 4px;
  margin-right: 4px;
}

nav#mainNav ul li a {
  color: #333333;
  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: #333333;
}
nav#mainNav ul li.current-menu-item a b {
  color: #333333;
}
nav#mainNav ul li ul.sub-menu li a {
  color: #333333;
}
nav#mainNav ul li.current-menu-parent a b {
  color: #333333;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
  background: #eee;
}
nav#mainNav ul li.line a {
  display: flex;
  flex-direction: unset;
  gap: 4px;
}
nav#mainNav ul li.line a::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/line.png)no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

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

a#scrollUp {
  background: #063437;
}

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

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

h1.title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem48);
  letter-spacing: .01em;
  color: #333333;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 35px;
  position: relative;
}

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

.post h2.title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: var(--rem30);
  color: #333333;
  text-align: center;
  padding: 0 !important;
  margin: 0!important;
  margin-bottom: 35px!important;
}
.post h2.title .en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  font-size: var(--rem20);
  color: #063437;
}

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

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

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

.linkBtn, .post .linkBtn, a.linkBtn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  background: #063437;
  display: block;
  width: 240px;
  max-width: 240px;
  padding: 15px;
  text-align: center;
  border-radius: 100vmax;
  margin-top: 35px;
  margin-inline: auto;
}
.linkBtn::after {
  display: none!important;
}
.linkBtn::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/arrow.png)no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.linkBtn:hover {
  background: #063437!important;
  color: #ffffff;
  opacity: 0.7;
}

.cta .illust {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.cta .illust img {
  width: 100%;
}
.cta .box {
  padding: 40px 5%;
  background: #FFFBD2;
  border-radius: 25px;
  max-width: 1000px;
  margin-inline: auto;
}
.cta .logo {
  width: 150px;
  margin-inline: auto;
  margin-bottom: 12px;
}
.cta .logo img {
  width: 100%;
}
.cta h3 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 700;
  color: #063437;
}
.cta p {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 30px;
}
.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;
  flex-direction: unset;
  border-radius: 100vmax;
  padding: 16px;
  width: 240px;
  background: #063437;
  color: #fff;
}
.cta a::before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin-right: 6px;
}
.cta a.lineLink::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/line.png)no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.cta a.telLink::before {
  content: '\f095';
}
.cta a.mailLink::before {
  content: '\f0e0';
}

#metaslider-id-163 {
  display: none!important;
}

@media print, screen and (max-width: 768px) {
  #metaslider-id-98 {
    display: none!important;
  }
  #metaslider-id-163 {
    display: block!important;
  }
}

/*-----------------------------
Top
------------------------------*/
.top_about {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
.top_about::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/top_about_illust03.png)no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top_about .flex {
  display: flex;
  justify-content: space-between;
}
.top_about .image {
  width: 40%;
  max-width: 400px;
  position: absolute;
  bottom: 0;
}
.top_about .text {
  width: 50%;
  position: relative;
  z-index: 2;
  margin-left: auto;
}
.top_about .text::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/top_about_illust02.png)no-repeat;
  background-size: contain;
  aspect-ratio: 72 / 49;
  width: 70px;
  position: absolute;
  bottom: 7% ;
  right: -7%;
  z-index: -1;
}
.top_about .text p {
  line-height: 2.2;
}
.top_about .linkBtn {
  margin-left: 0;
  margin-top: 60px;
}

.top_aboutCare {
  padding: 120px 0;
  background: #FFFBD2;
}
.top_aboutCare .flex {
  display: flex;
  gap: 20px 30px;
}
.top_aboutCare .box {
  width: 50%;
  background: #FFFFFF;
  border-radius: 25px;
  padding: 40px 5%;
}
.top_aboutCare h2 {
  font-size: var(--rem30);
}
.top_aboutCare .image {
  width: 90px;
  margin-inline: auto;
  margin-top: 25px;
}
.top_aboutCare .image img {
  width: 100%;
}

.top_features {
  padding: 120px 0;
}
.top_features ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: auto;
  gap: 40px;
}
.top_features .image {
  margin-bottom: 25px;
}
.top_features .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}
.top_features h3 {
  text-align: center;
  font-weight: 500;
}

.top_area {
  padding: 120px 0;
  background: #FFFBD2;
}
.top_area .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_area .left,
.top_area .right {
  width: 50%;
}
.top_area .left {
  background: #fff;
  border-radius: 25px;
  padding: 40px;
}
.top_area .left .image {
  max-width: 330px;
  margin-inline: auto;
  margin-top: 30px;
}
.top_area .left .image img {
  width: 100%;
}
.top_area .right .image {
  max-width: 320px;
  margin-inline: auto;
}
.top_area .right .image img {
  width: 100%;
}

.top_recruit {
  padding-top: 120px;
}
.top_recruit .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.top_recruit .image {
  width: 30%;
}
.top_recruit .text {
  width: 60%;
}
.top_recruit .text p {
  line-height: 2.2;
}
.top_recruit .linkBtn {
  margin-left: 0;
}

.top_instagram {
  padding-top: 120px;
}

.top_news {
  padding: 120px 0;
}
.top_news .inner {
  background: #FFFBD2;
  border-radius: 25px;
  padding: 70px 5%;
}

@media print, screen and (max-width: 768px) {
  .top_about {
    padding: 70px 0 0;
  }
  .top_about .flex {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .top_about .image {
    width: 100%;
    max-width: 200px;
    margin-inline: auto;
    position: static;
    bottom: unset;
  }
  .top_about .text {
    width: 100%;
  }
  .top_about .text::before {
    bottom: 15%;
    right: -5%;
  }
  .top_about .text p {
    line-height: 2;
  }
  .top_about .linkBtn {
    margin-left: auto;
    margin-top: 40px;
  }

  .top_aboutCare {
    padding: 70px 0;
  }
  .top_aboutCare .flex {
    flex-direction: column;
  }
  .top_aboutCare .box {
    width: 100%;
  }

  .top_features {
    padding: 70px 0;
  }
  .top_features ul {
    grid-template-columns: repeat(1,1fr);
  }

  .top_area {
    padding: 70px 0;
  }
  .top_area .flex {
    flex-direction: column;
    gap: 25px;
  }
  .top_area .left,
  .top_area .right {
    width: 100%;
  }
  .top_area .left {
    padding: 40px 5%;
  }
  .top_area .left .image {
    max-width: 280px;
  }
  .top_area .right .image {
    max-width: 280px;
  }

  .top_recruit {
    padding-top: 70px;
  }
  .top_recruit .flex {
    flex-direction: column;
    gap: 25px;
  }
  .top_recruit .image {
    width: 100%;
    max-width: 180px;
    margin-inline: auto;
  }
  .top_recruit .text {
    width: 100%;
  }
  .top_recruit .text p {
    line-height: 2;
  }
  .top_recruit .linkBtn {
    margin-left: auto;
  }

  .top_instagram {
    padding-top: 70px;
  }

  .top_news {
    padding: 70px 0;
  }
  .top_news .inner {
    padding: 40px 5%;
  }
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 table,
.company.sec01 table th,
.company.sec01 table td {
  background: unset;
  border: none;
  font-weight: 400;
}
.company.sec01 table tr {
  border-bottom: 1px solid #C2C2C2;
}
.company.sec01 iframe {
  width: 100%;
  height: 350px;
}

.company.sec02 {
  padding-top: 120px;
}
.company.sec02 .image {
  max-width: 900px;
  margin-inline: auto;
}
.company.sec02 .image img {
  width: 100%;
}
.company.sec02 .wrap {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.company.sec02 .box {
  padding: 0 40px;
}
.company.sec02 h2.title {
  margin-bottom: 20px!important;
}
.company.sec02 p.read {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  font-weight: 700;
}
.company.sec02 p {
  width: fit-content;
  margin-inline: auto;
}
.company.sec02 .contentBg {
  background: #FFFBD2;
  border-radius: 25px;
  padding: 40px;
}
.company.sec02 .contentBg ol {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.company.sec02 .contentBg ol li::marker {
  font-weight: 700;
  font-size: var(--rem24);
  font-family: "Noto Serif JP", serif;
  color: #063437;
}
.company.sec02 .contentBg li h3 {
  color: #063437;
  font-weight: 700;
  font-size: var(--rem24);
  margin-bottom: 12px;
}
.company.sec02 .contentBg p {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .company.sec02 {
    padding-top: 70px;
  }
  .company.sec02 .wrap {
    padding-top: 70px;
    gap: 70px;
  }
  .company.sec02 .box {
    padding: 0 5%;
  }
  .company.sec02 .contentBg {
    padding: 40px 5%;
  }
}

/*-----------------------------
サービスと料金
------------------------------*/
.service.sec01 .wrap {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.service.sec01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service.sec01 .flex.rev {
  flex-direction: row-reverse;
}
.service.sec01 .flex .image {
  width: 35%;
}
.service.sec01 .flex .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}
.service.sec01 .flex .text {
  width: 60%;
}
.service.sec01 h2 {
  text-align: left;
  margin-left: 0;
  font-size: var(--rem30);
}
.service.sec01 h3 {
  font-size: var(--rem30);
}
.service.sec01 .bottom {
  background: #FFFBD2;
  padding: 40px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.service.sec01 .bottom .image {
  width: 20%;
}
.service.sec01 .bottom .text {
  width: 75%;
}

.service.sec02 {
  padding-top: 120px;
}
.service.sec02 p.read {
  margin-bottom: 70px;
}
.service.sec02 p {
  max-width: 990px;
  margin-inline: auto;
}

.service.sec03 {
  padding-top: 120px;
}
.service.sec03 ul {
  background: #FFFBD2;
  border-radius: 25px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service.sec03 li {
  background: #fff;
  border-radius: 25px;
  padding: 40px;
}
.service.sec03 h3 {
  font-size: var(--rem24);
  margin-left: 20px;
}

.service.sec04 {
  padding-top: 120px;
}
.service.sec04 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service.sec04 li a {
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem24);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #FFFBD2;
  border-radius: 10px;
  padding: 18px;
  color: #333333;
}
.service.sec04 li a::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/pdf.png)no-repeat;
  background-size: contain;
  width: 28px;
  height: 30px;
}

@media print, screen and (max-width: 768px) {
  .service.sec01 .wrap {
    gap: 70px;
  }
  .service.sec01 .flex {
    flex-direction: column;
    gap: 30px;
  }
  .service.sec01 .flex.rev {
    flex-direction: column;
  }
  .service.sec01 .flex .image {
    width: 100%;
  }
  .service.sec01 .flex .text {
    width: 100%;
  }
  .service.sec01 h2 {
    text-align: center;
    margin-left: auto;
  }
  .service.sec01 h3 {
    text-align: center;
  }
  .service.sec01 .bottom {
    padding: 40px 5%;
    border-radius: 25px;
    flex-direction: column;
    gap: 25px;
  }
  .service.sec01 .bottom .image {
    width: 100%;
    max-width: 180px;
    margin-inline: auto;
  }
  .service.sec01 .bottom .text {
    width: 100%;
  }

  .service.sec02 {
    padding-top: 70px;
  }
  .service.sec02 p.read {
    margin-bottom: 40px;
  }

  .service.sec03 {
    padding-top: 70px;
  }
  .service.sec03 ul {
    padding: 5%;
  }
  .service.sec03 li {
    padding: 40px 5%;
  }
  .service.sec03 h3 {
    font-size: 18px;
    text-align: center;
    margin-left: 0;
  }

  .service.sec04 {
    padding-top: 70px;
  }
  .service.sec04 ul {
    gap: 12px;
  }
  .service.sec04 li a {
    gap: 10px;
  }
  .service.sec04 li a::before {
    width: 20px;
    height: 24px;
  }
}

/*-----------------------------
求人
------------------------------*/
.recruit.sec01 .inner {
  background: #FFFBD2;
  padding: 5%;
  border-radius: 25px;
}
.recruit.sec01 .box {
  background: #fff;
  padding: 40px;
  border-radius: 25px;
}
.recruit.sec01 .image {
  width: 90%;
  max-width: 660px;
  margin-inline: auto;
}
.recruit.sec01 .image img {
  width: 100%;
}
.recruit.sec01 p {
  margin: 60px 0;
}

.recruit.sec02 {
  padding-top: 120px;
}
.recruit.sec02 p {
  text-align: center;
}
.recruit.sec02 ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
  width: fit-content;
  margin-inline: auto;
}
.recruit.sec02 li {
  font-size: var(--rem24);
  font-weight: 500;
}
.recruit.sec02 .box {
  background: #FFFBD2;
  border-radius: 25px;
  text-align: center;
  margin-inline: auto;
  padding: 20px;
  max-width: 390px;
}
.recruit.sec02 .box h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

.recruit.sec03 {
  padding-top: 120px;
}
.recruit.sec03 table,
.recruit.sec03 table th,
.recruit.sec03 table td {
  background: unset;
  font-weight: 400;
  border: none;
}
.recruit.sec03 table th {
  font-family: "Noto Serif JP", serif;
}
.recruit.sec03 table tr {
  border-bottom: 1px solid #C2C2C2;
}

.recruit.sec04 {
  padding-top: 70px;
}
.recruit.sec04 .inner {
  background: #FFFBD2;
  border-radius: 25px;
  padding: 40px;
}
.recruit.sec04 p {
  width: fit-content;
  margin-inline: auto;
}

@media print, screen and (max-width: 768px) {
  .recruit.sec01 .box {
    padding: 40px 5%;
  }
  .recruit.sec01 p {
    margin: 40px 0;
  }

  .recruit.sec02 {
    padding-top: 70px;
  }

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

  .recruit.sec04 {
    padding-top: 40px;
  }
  .recruit.sec04 .inner {
    padding: 40px 5%;
  }
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
  padding: 0;
  width: 300px;
  max-width: 300px;
}
.post .subimitarea .linkBtn::after,
.post .subimitarea .linkBtn::before {
  display: none;
}
body.page-contact .post table th {
  background: #FFFBD2;
  color: #063437;
  font-weight: 500;
}
.post .subimitarea .linkBtn input[type="submit"] {
  color: #fff;
  padding: 20px;
  background: #063437;
  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;}

}

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