@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: "Poppins", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: 700;
  color: #6B6040 !important;
  background: #FFF3A3;
  padding: 8px 20px;
  letter-spacing: 1px;
  border-radius: 5px;
}
.post .time a, .postlist .time a {
  font-weight: 500;
  color: #6B6040!important;
}

.post4b li .post4b_contents {
  /*  opacity: 1; */
  display: none;
}
.post4b .time {
  display: block;
  color: #6B6040 !important;
  background: #FFF3A3;
  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;
  background: #FFFEEF;
}

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: #FFF5B2;
  opacity: 1;
}
header#h1Header h1.title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #6B6040;
}
#header,
.sticky-header #header > .inner {
  background: #FFFEEF;
}
#header .logo {
  padding: 0 min(calc(20px + (1vw - 19.2px) * 1.1161), 20px);
}
#header .logo img {
  max-height: 74px;
}
#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;
  align-items: center;
  justify-content: center;
  flex-direction: unset;
  gap: 4px;
  width: 190px;
  border-radius: 100vmax;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
}
#header a.head_btn::before {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0;
}
#header a.head_btn.tel_btn {
  position: relative;
  background: #FFF3A3!important;
  color: #6B6040;
}
#header a.head_btn.mail_btn {
  position: relative;
  background: #FD969F!important;
  color: #fff;
}
#header a.head_btn.mail_btn::before {
  margin-top: 4px;
}
nav#mainNav ul li a {
  color: #6B6040;
  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: #6B6040;
}
nav#mainNav ul li a:hover {
  background: #FFFEEF!important;
}
nav#mainNav ul li a:hover b {
  color: #6B6040;
}
nav#mainNav ul li.current-menu-item a {
  color: #6B6040!important;
  background: #FFFEEF!important;
}
nav#mainNav ul li.current-menu-item a:hover {
  background: #FFFEEF!important;
}
nav#mainNav ul li.current-menu-item a b {
  color: #6B6040;
  text-decoration: underline;
}
nav#mainNav ul li ul.sub-menu li a {
  color: #6B6040;
  background: #FFFEEF;
}
nav#mainNav ul li ul.sub-menu li a:hover {
  color: #6B6040;
  background: #FFFEEF;
}
nav#mainNav ul li.current-menu-parent a b {
  color: #6B6040;
}

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

a#scrollUp {
  background: #FD969F;
}

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

.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: #6B6040;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 0 35px;
  position: relative;
}

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

.post h2.title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: var(--rem48);
  line-height: 1.5;
  color: #6B6040;
  text-align: center;
  margin: 0 0 35px!important;
  position: relative;
}
.post h2.title .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  font-size: var(--rem24);
  line-height: 1;
  color: #FD969F;
  padding-top: 40px;
  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: 51 / 37;
  width: 46px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.post h2.title.dot {
  font-weight: 700;
  font-size: var(--rem40);
  line-height: 1.3;
  color: #6B6040;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.post h2.title.dot::before {
  content: '';
  display: inline-block;
  background: #FD969F;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

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

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

.post h4::before {
  background: #6B6040;
}

.linkBtn, .post .linkBtn, a.linkBtn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  background: #FD969F;
  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: #FD969F!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 #6B6040;
  background: unset;
  position: absolute;
  top: -8px;
  transform: none;
  margin: 0;
  left: 0;
  right: unset;
}

.cta {
  padding: var(--px100) 0;
  background: #FFFCE0;
}
.cta .buttonList {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.cta a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  border-radius: 100vmax;
  padding: 12px 24px;
  width: 240px;
  height: 60px;
}
.cta a::before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin-right: 6px;
}
.cta a.telLink {
  background: #FD969F;
  color: #fff;
}
.cta a.telLink::before {
  content: '\f095';
}
.cta a.mailLink {
  background: #FFF3A3;
  color: #6B6040;
}
.cta a.mailLink::before {
  content: '\f0e0';
}

/*-----------------------------
Top
------------------------------*/
.top_news {
  padding-top: var(--px100);
}
.top_news .linkBtn {
  margin-top: 60px;
}

.top_about {
  padding: var(--px120) 0;
}
.top_about h2 {
  color: #5C5C59;
  font-weight: 700;
  font-size: var(--rem40);
  line-height: 2.2;
}
.top_about h2 .underline {
  display: inline-block;
  position: relative;
}
.top_about h2 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;

  width: 100%;
  height: 8px;

  background-image: radial-gradient(
    circle,
    #B6D189 4px,
    transparent 4.5px
  );

  /* 100%の中にドットを10個配置 */
  background-size: 8% 8px;
  background-position: center;
  background-repeat: repeat-x;
}
.top_about .icon {
  width: 150px;
  margin-inline: auto;
}
.top_about .icon img {
  width: 100%;
}

.top_concept {
  padding: var(--px120) 0;
  background: url(/wp-content/uploads/top_concept_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.top_concept .inner {
  background: rgba(255, 255, 255, .8);
  border-radius: 25px;
  padding: var(--px60);
  position: relative;
  z-index: 2;
}
.top_concept .inner::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/circle01.png)no-repeat;
  background-size: contain;
  aspect-ratio: 360 / 332;
  width: 300px;
  max-width: 30%;
  position: absolute;
  top: -50px;
  left: -60px;
  z-index: -1;
}
.top_concept .inner::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/circle02.png)no-repeat;
  background-size: contain;
  aspect-ratio: 270 / 536;
  width: 220px;
  max-width: 20%;
  position: absolute;
  bottom: -20px;
  right: -60px;
  z-index: -1;
}
.top_concept h3 {
  color: #5C5C59;
  font-size: var(--rem40);
  text-align: center;
  margin-top: 60px;
}
.top_concept p {
  max-width: 1000px;
  margin-inline: auto;
}
.top_concept .linkBtn {
  margin-top: 60px;
}

.top_service {
  padding-top: var(--px120);
}
.top_service .image img {
  width: 100%;
  border-radius: 15px;
}
.top_service .text {
  position: relative;
}
.top_service .text::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/circle04.png)no-repeat;
  background-size: contain;
  aspect-ratio: 239 / 310;
  width: 200px;
  position: absolute;
  top: -100px;
  right: -5%;
  z-index: -2;
}
.top_service h3 {
  font-size: var(--rem40);
}
.top_service .linkBtn {
  margin-left: 0;
}

.top_instagram {
  padding: var(--px120) 0;
}
.top_instagram .icon {
  width: 150px;
  margin-inline: auto;
  margin-bottom: 25px;
}
.top_instagram .icon img {
  width: 100%;
}
.top_instagram p {
  text-align: center;
  color: #FD969F;
  font-weight: 500;
  font-size: var(--rem24);
  margin-bottom: 25px;
}


@media print, screen and (max-width: 768px) {
  .top_news .linkBtn {
    margin-top: 40px;
  }

  .top_about h2 .underline::after {
    height: 4px;
    background-image: radial-gradient(
      circle,
      #B6D189 2px,
      transparent 2.5px
    );
    background-size: 8% 4px;
  }
  .top_about .icon {
    width: 120px;
  }

  .top_concept .inner {
    padding: var(--px60) var(--px40);
  }
  .top_concept .inner::before {
    left: -15px;
  }
  .top_concept .inner::after {
    bottom: -30px;
    right: -25px;
  }
  .top_concept h3 {
    margin-top: 0;
  }
  .top_concept .linkBtn {
    margin-top: 40px;
  }

  .top_service .text::before {
    width: 120px;
    top: -50px;
  }
  .top_service h3 {
    text-align: center;
  }
  .top_service .linkBtn {
    margin-left: auto;
  }

  .top_instagram .icon {
    width: 120px;
  }
}

/*-----------------------------
事業所概要
------------------------------*/
.company.sec01 h2.title.dot {
  justify-content: flex-start;
}
.company.sec01 ul {
  list-style-type: disc;
  padding-left: 20px;
}
.company.sec01 .image img {
  width: 100%;
  border-radius: 15px;
}

.company.sec02 {
  padding-top: var(--px120);
}
.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 #ddd;
}
.company.sec02 iframe {
  width: 100%;
  height: 350px;
  border-radius: 15px;
}

.company.sec02 .icon {
  width: 150px;
  margin-inline: auto;
  padding-top: var(--px100);
}
.company.sec02 .icon img {
  width: 100%;
}

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

  .company.sec02 .icon {
    width: 120px;
  }
}

/*-----------------------------
サービス案内
------------------------------*/
.service.sec01 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 25px;
}
.service.sec01 li {
  width: 100%;
  max-width: 340px;
}
.service.sec01 li img {
  width: 100%;
}
.service.sec01 h3 {
  text-align: center;
  margin-top: 25px;
  font-size: var(--rem40);
}

.service.sec02 {
  padding-top: var(--px120);
}
.service.sec02 .image img {
  width: 100%;
  border-radius: 15px;
}
.service.sec02 h3 {
  font-size: var(--rem40);
}
.service.sec02 .icon {
  width: 150px;
  margin-inline: auto;
}
.service.sec02 .icon img {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .service.sec02 h3 {
    text-align: center;
  }
  .service.sec02 .icon {
    width: 120px;
  }
}


/*-----------------------------
一日の流れ／よくある質問
------------------------------*/
.flow.sec01 .lead {
  max-width: 1000px;
  margin-inline: auto;
}
.flow.sec01 .box {
  padding: var(--px100) var(--px80);
  background: #fff;
  border-radius: 25px;
  margin-top: 20px;
}
.flowlist {
  padding-left: 10rem;
  position: relative;
}
.flowlist::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #FFF3A3;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 10rem;
}
.flowlist > li {
  position: relative;
}
.flowlist > li:not(:last-child) {
  margin-bottom: 2vh;
  border-bottom: dashed 1px #ddd;
}
.flowlist > li .icon {
  font-size:1.6rem;
  font-weight: 500;
  color: #FD969F;
  background: #FFF3A3;
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
}
.flowlist > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #FFF3A3;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flowlist > li dl {
  padding-left: 7rem;
  position: relative;
  padding-top: 0.7rem;
}
.flowlist > li dl::before,
.flowlist > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}
.flowlist > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 0;
  background: #fff;
  border-radius: 50%;
  left: -4px;
}
.flowlist > li dl::after {
/*  width: 50px;
  border-bottom: 1px dashed #ddd;
  position: absolute;
  left: 5px;
  top: 2.3rem;*/
}
.flowlist > li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.6rem;
}
.flowlist > li dl dd {
  padding-bottom: 2vh;
}

.faq.sec01 {
  padding-top: var(--px120);
}
.faq.sec01 .wrap {
  display: grid;
  gap: 14px;
}
.faq.sec01 .faq-item {
  overflow: clip;
}
.faq.sec01 .faq-item > summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  outline: none;
  background: #FFFADE;
  color: #4E4854;
  padding: 16px 20px;
}
.faq.sec01 .faq-item > summary::-webkit-details-marker { display: none; }
.faq.sec01 .q {
  font-weight: 500;
  color: #4E4854;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1;
}
.faq.sec01 .q-text {
  font-weight: 500;
  font-size: var(--rem18);
}
.faq.sec01 .toggle {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.faq.sec01 .toggle::before,
.faq.sec01 .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #4E4854;
  border-radius: 1px;
  transition: transform .28s ease;
}
.faq.sec01 .toggle::after { transform: rotate(90deg); }
.faq.sec01 .faq-item[open] .toggle::after { transform: rotate(90deg) scaleX(0); }

.faq.sec01 .a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s ease, padding .32s ease, margin .32s ease;
  padding-left: 40px;
  margin-top: 0;
}
.faq.sec01 .a-wrap > div { min-height: 0; overflow: hidden; }
.faq.sec01 .a-wrap p { margin: 12px 0 2px; line-height: 1.9; }

.faq.sec01 .faq-item[open] .a-wrap {
  grid-template-rows: 1fr;
  padding-bottom: 6px;
}
.faq.sec01 .icon {
  width: 150px;
  margin-inline: auto;
  padding-top: var(--px100);
}
.faq.sec01 .icon img {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .flow.sec01 .box {
        padding: var(--px100) var(--px40);
  }
  .flowlist > li .icon {
    font-size: 1.2rem;
  }

  .flowlist {
    padding-left: 10rem;
  }

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

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

  .flowlist > li dl {
    padding-left: 2.5rem;
  }

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

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

  .faq.sec01 .icon {
    width: 120px;
  }
}

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


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

  #sp-header {
    background: #FFFEEF;
  }
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li a,
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li.current-menu-item a {
    background: #FFFEEF;
    color: #6B6040;
    font-weight: 500;
  }
  nav#mainNav ul li a {
    padding: 20px 10px;
  }
  nav#mainNav ul li a span {
    display: none;
  }
  nav#mainNav ul li.current-menu-item a b {
    text-decoration: unset;
  }
}

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

  .post h2.title .en {
    padding-top: 30px;
  }
  .post h2.title .en::before {
    width: 34px;
  }

  .post h2.title.dot {
    gap: 4px;
  }
  .post h2.title.dot::before {
    width: 16px;
    height: 16px;
  }
}

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