@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* font-family: "Alegreya Sans SC", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&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');

.front_contents {
  position: relative;
  padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
  z-index: 10;
}
.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}
#front_top_content, #front_bottom_content {
  position: relative;
  padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
  z-index: 10;
  background: #fff;
}
#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, #000000 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 92%;
}
body:not(.home) #front_bottom_content {
  display: none;
}

#front-sectionPost {
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
}
.postlist .post_text {
  padding: 20px 0;
}
.post .time, .postlist .time {
  font-weight: 700;
  color: #fff !important;
  background: #147143;
  padding: 8px 20px;
  letter-spacing: 1px;
  border-radius: 0;
}
.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: #147143;
  border-radius: 0;
}

.post_link a {
  color: #262626!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: 2;
}

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: #147143;
  opacity: 0.8;
}
header#h1Header h1.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}

#header-upper {
  display: none!important;
}
#header .logo {
  padding: 10px 20px;
}
#header .logo img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
#header a.head_btn {
  align-items: center;
  min-width: 140px;
}
#header a.head_btn::before {
  font-size: 1.2em;
  margin-bottom: 0;
  margin-right: 4px;
}
#header a.head_btn.column_btn {
  background: #EA7D3E;
  color: #fff;
  flex-direction: unset;
}
#header a.head_btn.column_btn::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/column_icon.png)no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
#header a.head_btn.mail_btn {
  background: #147143;
  color: #fff;
  flex-direction: unset;
}
nav#mainNav ul li a {
  color: #262626;
  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: 400;
  color: #262626;
}
nav#mainNav ul li a span {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #262626;
  display: inline-block;
  margin-top: 4px;
}
nav#mainNav ul li a:hover span {
  color: #262626;
}
nav#mainNav ul li.current-menu-item a b {
  color: #EA7D3E;
}
nav#mainNav ul li.current-menu-item a span {
  color: #EA7D3E;
  position: relative;
}
nav#mainNav ul li ul.sub-menu li a {
  color: #262626;
}
nav#mainNav ul li.current-menu-parent a b {
  color: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
  background: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
  background: #eee;
}


.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: #147143;
}
.spmenu #menu p {
  color: #147143;
}

a#scrollUp {
  background: #147143;
}

#footer {
  padding: 30px;
}
#footer,#copyright {
  color: #fff;
  background: #147143;
}
#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 ul {
  margin-bottom: 15px;
}

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

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

body.home h1.title {
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: var(--rem60);
  color: #147143;
  padding-bottom: 15px;
}
body.home h1.title::after {
  content: '';
  display: inline-block;
  background: #147143;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.post h2 {
  font-weight: 500;
  font-size: var(--rem40);
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}
.post h2.title {
  text-align: center;
  color: #147143;
  padding: 0!important;
  margin: 0!important;
  padding-bottom: 16px!important;
  margin-bottom: 40px!important;
}
.post h2.title::after {
  content: '';
  display: inline-block;
  background: #147143;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.post h3 {
  font-weight: 400;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.post h4 {
  font-weight: 400;
}

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

.linkBtn, .post .linkBtn, a.linkBtn {
  background: unset;
  display: block;
  border-radius: 0;
  color: #262626;
  border-bottom: 1px solid #000000;
  padding: 18px 40px 18px 10px;
  max-width: 240px;
  width: 100%;
  text-align: left;
  margin-top: 40px;
}
.linkBtn:before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/arrow.png)no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.linkBtn:after {
  display: none!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
  background: unset;
  color: #262626;
  opacity: .7;
}

.cta {
  position: relative;
  z-index: 0;
  padding: 80px 0;
  background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.cta h1 {
  color: #fff!important;
  font-size: var(--rem60)!important;
  text-align: center!important;
  margin-bottom: 20px;
}
.cta h1::after {
  background: #fff!important;
}
.cta h1 .ja {
  color: #fff;
}
.cta ul {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  color: #fff;
  border: solid 1px #fff;
  padding: 12px 24px;
  width: 320px;
  position: relative;
}
.cta a::before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle;
}
.cta a.mailLink {
  font-size: 18px;
}
.cta a.mailLink::before {
  content: '\f0e0';
}

/*-----------------------------
Top
------------------------------*/
.top_about {
  padding: 120px 0;
}
.top_about .flex {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 94%;
}
.top_about .image,
.top_about .text {
  width: 50%;
}

.top_service {
  padding: 120px 0;
  background: url(/wp-content/uploads/top_service_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.top_service h1,
.top_service h1 .ja {
  color: #fff!important;
}
.top_service h1::after {
  background: #fff!important;
}
.top_service ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}
.top_service li {
  width: 100%;
  max-width: 300px;
}
.top_service .image {
  margin-bottom: 15px;
}
.top_service h2 {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.top_service h2 span {
  display: block;
  font-size: 14px;
}

.top_philosophy {
  background: #F9F9F9;
  padding: 120px 0;
}
.top_philosophy .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_philosophy .image {
  width: 48%;
}
.top_philosophy .image img {
  border-radius: 20px;
}
.top_philosophy .text {
  width: 48%;
}
.top_philosophy .en_copy {
  width: 100%;
  margin-bottom: -110px;
}
.top_philosophy .en_copy img {
  width: 100%;
}
.top_philosophy h2 {
  font-weight: 500;
  text-align: left;
}
.top_philosophy h2 span {
  color: #147143;
}
.top_philosophy .linkBtn {
  margin-left: 0;
}

.top_strength {
  background: #147143;
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
.top_strength .bg {
  width: 90%;
  max-width: 700px;
  position: absolute;
  z-index: -1;
  top: 5%;
  right: 5%;
}
.top_strength .bg img {
  width: 100%;
}
.top_strength h1,
.top_strength h1 .ja {
  color: #fff!important;
}
.top_strength h1::after {
  background: #fff!important;
}
.top_strength ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
.top_strength li {
  width: calc(50% - 30px);
}
.top_strength .image {
  margin-bottom: 30px;
}
.top_strength .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
}
.top_strength h2 {
  font-size: var(--rem28);
  color: #fff;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
}
.top_strength h2 span {
  font-size: var(--rem20);
  background: #fff;
  display: inline-block;
  color: #147143;
  font-weight: 700;
  padding: 2px 8px;
  letter-spacing: 0;
}
.top_strength .linkBtn {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.top_strength .linkBtn:hover {
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  .top_about {
    padding: 70px 0;
  }
  .top_about .flex {
    flex-direction: column;
    width: 100%;
    gap: 25px;
  }
  .top_about .image,
  .top_about .text {
    width: 90%;
    margin-inline: auto;
  }

  .top_service {
    padding: 70px 0;
  }
  .top_service ul {
    gap: 40px;
  }

  .top_philosophy {
    padding: 70px 0;
  }
  .top_philosophy .flex {
    flex-direction: column;
    gap: 35px;
  }
  .top_philosophy .image {
    width: 100%;
  }
  .top_philosophy .text {
    width: 100%;
  }
  .top_philosophy h2 {
    text-align: center;
  }
  .top_philosophy .linkBtn {
    margin-left: auto;
  }

  .top_strength {
    padding: 70px 0;
  }
  .top_strength ul {

    gap: 50px;
  }
  .top_strength li {
    width: calc(100%);
  }
  .top_strength .image {
    margin-bottom: 25px;
  }
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 {
  padding-bottom: 120px;
}
.company.sec01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company.sec01 .image {
  width: 48%;
}
.company.sec01 .image img {
  border-radius: 20px;
}
.company.sec01 .text {
  width: 48%;
}
.company.sec01 .en_copy {
  width: 100%;
  margin-bottom: -110px;
}
.company.sec01 .en_copy img {
  width: 100%;
}
.company.sec01 h3 {
  font-weight: 500;
  text-align: left;
  font-size: var(--rem36);
}
.company.sec01 h3 span {
  color: #147143;
}

.company.sec02 {
  background: #F9F9F9;
  padding: 120px 0;
}
.company.sec02 th {
  background: #147143;
  color: #fff;
  font-weight: 400;
}
.company.sec02 td {
  background: #fff;
}
.company.sec02 iframe {
  width: 100%;
  height: 350px;
}

.company.sec03 {
  padding-top: 120px;
}
.company.sec03 th {
  background: #147143;
  color: #fff;
  font-weight: 400;
}
.company.sec03 td {
  background: #fff;
}

@media print, screen and (max-width: 768px) {
  .company.sec01 {
    padding-bottom: 70px;
  }
  .company.sec01 .flex {
    flex-direction: column;
    gap: 35px;
  }
  .company.sec01 .image {
    width: 100%;
  }
  .company.sec01 .text {
    width: 100%;
  }
  .company.sec01 h3 {
    text-align: center;
  }

  .company.sec02 {
    padding: 70px 0;
  }

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

/*-----------------------------
企業様へ
------------------------------*/
.service.sec01 .box {
  padding: 70px 0;
}
.service.sec01 .box:first-child {
  padding-top: 0;
}
.service.sec01 .box:nth-child(even) {
  background: #F9F9F9;
}
.service.sec01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service.sec01 .image,
.service.sec01 .text {
  width: 48%;
}
.service.sec01 .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
}

@media print, screen and (max-width: 768px) {
  .service.sec01 .box {
    padding: 50px 0;
  }
  .service.sec01 .flex {
    flex-direction: column;
    gap: 25px;
  }
  .service.sec01 .image,
  .service.sec01 .text {
    width: 100%;
  }
}

/*-----------------------------
強み「なぜ私たちなのか」
------------------------------*/
.reason.sec01 .box {
  padding: 70px 0;
}
.reason.sec01 .box:first-child {
  padding-top: 0;
}
.reason.sec01 .box:nth-child(even) {
  background: #F9F9F9;
}
.reason.sec01 h2 {
  font-size: var(--rem40);
  color: #147143;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.reason.sec01 h2 span {
  font-size: var(--rem20);
  background: #147143;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  letter-spacing: 0;
}
.reason.sec01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reason.sec01 .image,
.reason.sec01 .text {
  width: 48%;
}
.reason.sec01 .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
}

@media print, screen and (max-width: 768px) {
  .reason.sec01 .box {
    padding: 50px 0;
  }
  .reason.sec01 .flex {
    flex-direction: column;
    gap: 25px;
  }
  .reason.sec01 .image,
  .reason.sec01 .text {
    width: 100%;
  }
}

/*-----------------------------
コラム
------------------------------*/
.column.sec01 .inner {
  background: #F9F9F9;
  border-radius: 15px;
  padding: 60px 5%;
}
.column.sec01 .flex {
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
.column.sec01 .image {
  width: 35%;
}
.column.sec01 .image img {
  border-radius: 15px;
}
.column.sec01 .text {
   width: 60%;
}
.column.sec01 table th {
  background: #147143;
  color: #fff;
  text-align: center;
}
.column.sec01 table td {
  background: #fff;
}

.column.sec02 {
  padding-top: 120px;
}
.column.sec02 .columnList {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.column.sec02 .columnList > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.column.sec02 .columnList > li:nth-child(even) {
  flex-direction: row-reverse;
}
.column.sec02 .image {
  width: 45%;
}
.column.sec02 .image img {
  border-radius: 15px;
}
.column.sec02 .text {
  width: 50%;
}
.column.sec02 h3 {
  color: #147143;
  display: flex;
  align-items: center;
  gap: 10px;
}
.column.sec02 h3::before {
  content: '';
  display: inline-block;
  background: #147143;
  width: 60px;
  height: 1px;
}
.column.sec02 .textList {
  padding-left: 20px;
  list-style-type: disc;
}
.column.sec02 .textList li {
  font-size: var(--rem20);
}
.column.sec02 .box {
  border: solid 1px #147143;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.column.sec02 .box h4 {
  font-size: var(--rem24);
  color: #147143;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
}
.column.sec02 .box h4::before {
  display: none;
}

@media print, screen and (max-width: 768px) {
  .column.sec01 .inner {
    padding: 40px 5%;
  }
  .column.sec01 .flex {
    flex-direction: column;
    gap: 20px;
  }
  .column.sec01 .image {
    width: 100%;
  }
  .column.sec01 .text {
     width: 100%;
  }

  .column.sec02 {
    padding-top: 70px;
  }
  .column.sec02 .columnList {
    gap: 50px;
  }
  .column.sec02 .columnList > li {
    flex-direction: column;
    gap: 25px;
  }
  .column.sec02 .columnList > li:nth-child(even) {
    flex-direction: column;
  }
  .column.sec02 .image {
    width: 100%;
  }
  .column.sec02 .text {
    width:100%;
  }
  .column.sec02 h3::before {
    content: '';
    display: inline-block;
    background: #147143;
    width: 40px;
    height: 1px;
  }
  .column.sec02 .box {
    padding: 15px;
    margin-top: 20px;
  }
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
  padding: 0;
}
body.page-contact .post table th {
  background: #147143;
  color: #fff;
}
.post .subimitarea .linkBtn {
  width: 300px;
  margin-inline: auto;
  border: none;
}
.post .subimitarea .linkBtn::before {
  display: none;
}
.post .subimitarea .linkBtn input[type="submit"] {
  color: #fff!important;
  background: #147143;
  padding: 20px;
  width: 100%;
  border-radius: 0;
}


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

  .linkBtn, .post .linkBtn, a.linkBtn {
    margin-top: 30px;
  }
}

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