@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');

.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:#F29700;
  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: #F29700;
  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,
.sticky-header #header > .inner {
  background: #EAF7EC;
}

header#h1Header {
  background: #fff;
  display: none;
}
#thumbImg::before, header#h1Header::before {
  background: #000000;
  opacity: 0;
}
header#h1Header h1.title {
  font-weight: 700;
  color: #333333;
}
#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: linear-gradient(114deg,rgba(248, 195, 29, 1) 0%, rgba(242, 151, 0, 1) 100%)!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 a:active,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-ancestor a,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-parent a {
  background: #EAF7EC;
}

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

a#scrollUp {
  background: #F29700;
}

#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: #F29700;
}

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

.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-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: var(--rem60);
  color: #F89A2E;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 0 !important;
  margin: 0!important;
  margin-bottom: 35px!important;
}
.post h2.title::before,
.post h2.title::after {
  content: '';
  display: inline-block;
  aspect-ratio: 57 / 4;
  width: 50px;
  margin: 0;
}
.post h2.title::before {
  background: url(/wp-content/uploads/titleLine01.png)no-repeat;
  background-size: contain;
}
.post h2.title::after {
  background: url(/wp-content/uploads/titleLine02.png)no-repeat;
  background-size: contain;
}

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

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

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

.linkBtn, .post .linkBtn, a.linkBtn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  background: #F29700;
  display: block;
  width: 240px;
  max-width: 240px;
  padding: 15px;
  text-align: center;
  border-radius: 100vmax;
  margin-top: 35px;
  margin-inline: auto;
}
.linkBtn:hover {
  background: #F29700!important;
  color: #ffffff;
  opacity: 0.7;
}

.cta {
  background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  padding: var(--px100) 0;
}
.cta .inner {
  background: #fff;
  padding: var(--px60);
  border-radius: 10px;
}

.ctaFlex {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ctaFlex .ctaBox {
  text-align: center;
}
.ctaFlex .ctaBox span {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: var(--rem18);
}
.ctaFlex .ctaBox.tel span {
  color: #000;
}
.ctaFlex .ctaBox.line span {
  color: #00C300;
}
.ctaFlex .ctaBox.mail span {
  color: #F29700;
}
.ctaFlex .ctaBox.pdf span {
  color: #000;
}

.ctaFlex .ctaBox a {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  border-radius: 5px;
  padding: 16px;
  width: 320px;
  color: #fff;
}

.ctaFlex .ctaBox.tel a {
  font-size: 20px;
  background: #000;
}
.ctaFlex .ctaBox.line a {
  background: #00C300;
}
.ctaFlex .ctaBox.mail a {
  background: linear-gradient(114deg,rgba(248, 195, 29, 1) 0%, rgba(242, 151, 0, 1) 100%);
}
.ctaFlex .ctaBox.pdf a {
  background: #000;
}

.cta .ctaBox a::before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin-top: 4px;
  margin-right: 6px;
}

.cta .ctaBox.tel a::before {
  content: '\f095';
}
.cta .ctaBox.line a::before {
  content: '';
  background: url(/wp-content/uploads/line.png)no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  margin-top: 0;
}
.cta .ctaBox.mail a::before {
  content: '\f0e0';
}
.cta .ctaBox.pdf a::before {
  content: '';
}

#metaslider-id-98 {
  display: block!important;
}

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

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

  #metaslider-id-176 {
    display: block!important;
  }
}

/*-----------------------------
Top
------------------------------*/
.topMv {
  padding: var(--px100) 0;
}

.topWorries {
  padding: var(--px100) 0;
  background: url(/wp-content/uploads/worries_bg.jpg)no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
.topWorries h2 {
  font-size: var(--rem60);
  margin-bottom: 50px;
}
.topWorries h2 span {
  font-size: var(--rem48);
  color: #F29700;
}
.topWorries ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.topWorries li {
  width: 360px;
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--px40) var(--px20);
}
.topWorries .image {
  width: 180px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.topWorries .image img {
  width: 100%;
}
.topWorries h3 {
  font-weight: 700;
  text-align: center;
  color: #F29700;
  margin: 0;
}

.topSolution {
  background: linear-gradient(143deg,rgba(251, 241, 209, 1) 0%, rgba(231, 248, 241, 1) 100%);
  padding: var(--px100) 0;
}
.topSolution .arrow {
  width: 180px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.topSolution .arrow img {
  width: 100%;
}
.topSolution .box {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: var(--px100);
  position: relative;
}
.topSolution .box::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/solution01.png)no-repeat;
  background-size: contain;
  aspect-ratio: 1 / 1;
  width: 480px;
  position: absolute;
  top: 0;
  left: -34%;
}
.topSolution h2 {
  font-size: var(--rem60);
  position: relative;
}
.topSolution h2 span {
  font-size: var(--rem48);
}
.topSolution h2::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/speechBubble.png)no-repeat;
  background-size: contain;
  aspect-ratio: 306 / 159;
  width: 280px;
  position: absolute;
  top: -60px;
  right: 0;
}
.topSolution p {
  text-align: center;
  position: relative;
  z-index: 1;
}

.topIntro {
  padding: var(--px100) 0;
}
.topIntro .image img {
  width: 100%;
  border-radius: 15px;
}
.topIntro .box {
  margin-top: 20px;
  padding: var(--px40);
  border-radius: 15px;
  background: linear-gradient(143deg,rgba(251, 241, 209, 1) 0%, rgba(231, 248, 241, 1) 100%);
}
.topIntro ul {
  list-style-type: disc;
  padding-left: 20px;
}
.topIntro ul li {
  font-size: var(--rem20);
  color: #F29700;
  font-weight: 700;
}
.topIntro table,
.topIntro table th,
.topIntro table td {
  background: unset;
  border: none;
}
.topIntro table th {
  font-weight: 700;
}
.topIntro table tr {
  border-bottom: 1px solid #CCCCCC;
}
.topIntro .ctaFlex {
  padding-top: var(--px100);
}

.topFeatures .heading {
  background: url(/wp-content/uploads/features_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.topFeatures .heading .inner {
  position: relative;
  padding: var(--px60) 0;
  z-index: 1;
}
.topFeatures .heading .inner::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/features_image.png)no-repeat;
  background-size: contain;
  aspect-ratio: 1 / 1;
  width: 280px;
  max-width: 30%;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  z-index: -1;
}
.topFeatures .wrap {
  padding: var(--px100) 0;
}
.topFeatures h2.title {
  color: #fff;
  margin-bottom: 0!important;
}
.topFeatures h2.title::before,
.topFeatures h2.title::after {
  filter: brightness(0) invert(1);
}
.topFeatures ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.topFeatures li {
  width: 360px;
  max-width: 100%;
}
.topFeatures li span {
  display: block;
  background: #F29700;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  font-size: var(--rem24);
}
.topFeatures .content {
  background: linear-gradient(143deg,rgba(251, 241, 209, 1) 0%, rgba(231, 248, 241, 1) 100%);
  border-radius: 0 0 10px 10px;
  padding: var(--px40) var(--px20) var(--px60);
  text-align: center;
}
.topFeatures h3 {
  color: #F89A2E;
  font-weight: 700;
  font-size: var(--rem30);
  min-height: 79px;
}
.topFeatures .image {
  max-width: 90%;
  width: 280px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.topFeatures .image img {
  width: 280px;
  height: 220px;
  object-fit: contain;
}
.topFeatures p {
  font-weight: 500;
}

.topChoose {
  background: linear-gradient(143deg,rgba(251, 241, 209, 1) 0%, rgba(231, 248, 241, 1) 100%);
  padding: var(--px100) 0;
}
.topChoose h2 {
  font-size: var(--rem60);
  margin-bottom: 50px;
}
.topChoose h2 span {
  font-size: var(--rem48);
  color: #F29700;
}
.topChoose ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.topChoose li {
  width: 360px;
  max-width: 100%;
}
.topChoose .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}
.topChoose h3 {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: var(--rem30);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.topChoose h3 span {
  display: inline-block;
  color: #fff;
  background: #F29700;
  border-radius: 100vmax;
  font-size: var(--rem24);
  line-height: 1.2;
  padding: 6px 20px;
}

.topPrice {
  padding-top: var(--px100);
  position: relative;
}
.topPrice::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/price_bg.jpg)no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 140px;
  left: 0;
  z-index: -1;
}
.topPrice .wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.topPrice .box span {
  display: block;
  width: 160px;
  color: #fff;
  background: #F29700;
  border-radius: 100vmax;
  font-size: var(--rem24);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 6px 20px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.topPrice table th,
.topPrice table td {
  text-align: center;
  vertical-align: middle;
}
.topPrice table th {
  background: #FBF1D1;
  font-weight: 700;
}
.topPrice table td {
  background: #fff;
}

.topArea {
  padding-top: var(--px100);
}
.topArea table th,
.topArea table td {
  text-align: center;
  vertical-align: middle;
}
.topArea table th {
  background: #FBF1D1;
  font-weight: 700;
}
.topArea table td {
  background: #fff;
}

.topFlow {
  padding-top: var(--px100);
}
.topFlow .box {
  padding: var(--px80) var(--px60);
  border-radius: 10px;
  background: linear-gradient(143deg,rgba(251, 241, 209, 1) 0%, rgba(231, 248, 241, 1) 100%);
}
.topFlow li {
  display: flex;
  gap: 40px;
  padding: 30px 0;
  border-bottom: 2px dashed #F29700;
}
.topFlow .number {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  border-radius: 50%;
  background: #F29700;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: var(--rem40);
}
.topFlow .number span {
  font-size: var(--rem18);
  display: block;
}
.topFlow .text {
  flex: 1;
}
.topFlow h3 {
  font-weight: 700;
  font-size: var(--rem40);
  color: #F29700;
}

.topOption {
  padding: var(--px100) 0;
}
.topOption hgroup {
  margin-bottom: 35px;
}
.topOption h2.title {
  margin-bottom: 0!important;
}
.topOption .remark {
  text-align: center;
  font-size: var(--rem14);
}
.topOption ul {
  display: flex;
  justify-content: center;
  gap: 30px 20px;
  flex-wrap: wrap;
}
.topOption li {
  width: 360px;
  max-width: 100%;
}
.topOption .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}
.topOption h3 {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  color: #F29700;
}

@media print, screen and (max-width: 1023px) {
  .topSolution .box::before {
    width: 400px;
    left: -28%;
  }
  .topSolution h2::before {
    width: 240px;
  }
}

@media print, screen and (max-width: 768px) {
  .topWorries {
    background-attachment: unset;
  }
  .topWorries h2 {
    font-size: var(--rem60);
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .topWorries .image {
    width: 150px;
  }

  .topSolution .arrow {
    width: 140px;
    margin-bottom: 20px;
  }
  .topSolution .box {
    max-width: 500px;
  }
  .topSolution .box::before {
    width: 200px;
    top: 0;
    left: -24%;
  }
  .topSolution h2 {
    line-height: 1.3;
  }
  .topSolution h2::before {
    width: 130px;
    top: -30px;
  }
  .topSolution p {
    text-align: left;
  }

  .topFeatures .heading .inner::after {
    right: 2%;
    max-width: 38%;
  }
  .topFeatures h3 {
    min-height: unset;
  }

  .topChoose h2 {
    line-height: 1.3;
  }

  .topPrice .box span {
    width: 120px;
    margin-bottom: 20px;
  }

  .topFlow li {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .topFlow .number {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
  }
  .topFlow h3 {
    text-align: center;
  }
}

/*-----------------------------
お知らせ
------------------------------*/
body.category-news h1.title.first {
  padding-top: var(--px100w);
}

/*-----------------------------
お問い合わせ
------------------------------*/
.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: #FBF1D1;
  color: #333333;
  font-weight: 500;
}
.post .subimitarea .linkBtn input[type="submit"] {
  color: #fff;
  padding: 20px;
  background: #F29700;
  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;}

  .post h2.title {
    line-height: 1.3;
    gap: 10px;
  }
  .post h2.title::before,
  .post h2.title::after {
    width: 30px;
    aspect-ratio: 57 / 5;
    height: unset;
    top: unset;
    min-width: 30px;
  }
}

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