@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-primary: #1C9D9F;       /* rgb(28 157 159)) */
  --color-primary-shade: rgb(28 157 159 / 0.6);
  --color-primary-tint: rgb(28 157 159 / 0.6);
  --color-secondary: #B63033;
  --body-font-size: 1.6rem;

  /*------▼ヘッダー設定▼------*/
  --header-color-font: #000;
  --header-color-primary: #1C9D9F;
  --header-color-primary-shade: #FFF;
  --header-color-primary-tint:var(--gr-primary-tint);
  /*------▼フッター設定▼------*/
  --footer-background: var(--gr-primary);
  /*------▼フォント設定▼------*/
  --font-family01: 'Noto Serif JP', serif;
  --font-family03: 'Lato','Noto Sans JP',sans-serif;

  --rem45w: min(calc(4.5rem + (1vw - 1.92rem) * 0.8414), 4.5rem);/*4.5rem-3.2rem (1920-375)*/
  --rem45 : min(calc(4.5rem + (1vw - 1.92rem) * 1.3592), 4.5rem);/*4.5rem-2.4rem (1920-375)*/
  --rem36w: min(calc(3.6rem + (1vw - 1.92rem) * 0.5178), 3.6rem);/*3.6rem-2.8rem (1920-375)*/
  --rem28w: min(calc(2.8rem + (1vw - 1.92rem) * 0.3883), 2.8rem);/*2.8rem-2.2rem (1920-375)*/
	--rem26w: min(calc(2.6rem + (1vw - 1.92rem) * 0.3883), 2.6rem);/*2.6rem-2.0rem (1920-375)*/
  --rem18w: min(calc(1.8rem + (1vw - 1.92rem) * 0.1294) ,1.8rem);/*1.8rem-1.6rem (1920-375)*/

  --gr-primary: linear-gradient(#1C9D9F, #26B19E);
  --gr-primary-tint: linear-gradient(rgb(28 157 159 / 0.4), rgb(38 177 158 / 0.4));
}

/*-----------------------------
column_01
------------------------------*/
.sec01 {
  background: #f1f1f1;
}
.toptxtarea {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.column01 {
  position: relative;
  margin: var(--px60) 0 0;
}
.column01_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
    margin: 0 auto;
  z-index: 1;
}
.column01 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}
.column01 .txtarea .txtinner {
  max-width: 540px;
}
.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*---------txtstyle-----------*/
  
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36w);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
  font-size: var(--rem20w);
  margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36w);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
  content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
  font-size: var(--rem36w);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*--list--------------------------------------------*/
.post .list_style01 li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-shrink: 0;
  border-bottom: solid 1px #ddd;
}
.post .list_style01 li .head {
  width: 25%;
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post .list_style01 li .body {
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post .list_style01 li:nth-child(odd) {
  background: #eee;
}
@media only screen and (max-width: 640px) {
  .post .list_style01 li {
    flex-direction: column;
  }
  .post .list_style01 li .head {
    width: 100%;
    padding-bottom: 0;
  }
}	

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

h1.title.front-post {
  display: none;
}

h1.title.bottom-loop,
.page-contact h1,
.post h2 {
  font-size: var(--rem45w);
  color: var(--color-font);
  letter-spacing: 0.05em;
}
h1.title.bottom-loop span span,
.page-contact h1 span::after,
.post h2 span {
  display: block;
  font-weight: 300;
  font-size: var(--rem24w);
  color: var(--color-primary);
  letter-spacing: 0;
  margin-top: 0.3em;
}
h1.title.bottom-loop::after,
.page-contact h1::after,
.post h2::after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 2.2em;
  height: 1px;
  background: var(--color-primary);
  margin: 0.4em auto 0;
}
.post h2.txt_l::after {
  margin: 0.4em auto 0 0;
}
.post h3 {
  font-weight: 700;
  font-size: var(--rem36w);
  color: var(--color-primary);
  border: none;
}
.post h4 {
  font-family: var(--body-font-family);
  font-weight: 700;
  font-size: var(--rem28w);
}
.post h4::before {
  width: .4em;
  height: 100%;
  top: 0;
  left: 0.3em;
}

.post p { line-height: 2;}
.post .fw_medium { font-weight: 500; }

.mt20 {	margin-top: 20rem !important; }

@media screen and (max-width: 768px) { 
  .mt20 { margin-top: 10rem !important; }
}

/* btn */
.linkBtn, .post .linkBtn {
  max-width: 300px;
  background: var(--gr-primary);
  border-radius: 100px;
  font-weight: 700;
  font-size: var(--rem18w);
  letter-spacing: 0.05em;
  padding: 20px 36px 20px 10px;
}
.linkBtn::after, .post .linkBtn::after {
  top: 48%;
  right: 24px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.linkBtn:hover, .post .linkBtn:hover {
  background: var(--gr-primary-tint);
}

/* area */
.widearea {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.widearea .content {
  width: 90%;
  max-width: var(--content-max-width);
  margin: 0 auto;
}

/* table */
.post table {
  font-size: 100%;
}
table.tbl01 {
  border-collapse: separate;
  border-spacing: 0 2px;
}
table.tbl01 {
  border: none;
}
table.tbl01 th, table.tbl01 td {
  border-color: #EBEBEB;
}
table.tbl01 th {
  border-right: none;
  background-color: var(--color-primary);
  color: #FFF;
}
table.tbl01 td {
  border-left: none;
}

@media only screen and (max-width: 640px) {
  table.tbl01.responsive tr:last-child td:last-child {
    border-bottom: solid 1px #EBEBEB;
  }
  table.tbl01.responsive th {
    border: 1px solid #EBEBEB;
    border-bottom: none;
  }
  table.tbl01.responsive td {
    border: 1px solid #EBEBEB;
    border-top: none;
  }
}

table.tbl02, table.tbl02 th, table.tbl02 td {
  border: none;
}
table.tbl02 th, table.tbl02 td {
  border-bottom: solid 1px #D9D9D9;
  padding: var(--px20) var(--px40);
  font-size: var(--rem20w);
}
table.tbl02 th {
  font-weight: 500;
  background: transparent;
}
table.tbl02 tr:last-child th, table.tbl02 tr:last-child td {
  border-bottom: none;
}
table.tbl02 span.wpcf7-list-item {
  margin: 0 0 0 var(--rem20);
}
table.tbl02 td input, table.tbl02 td textarea {
  font-size: var(--rem18w);
}
@media screen and (max-width: 640px) {
  table.tbl02 th {
    border: none;
    margin-bottom: 8px;
    background: var(--color-primary);
    color: #FFF;
  }
  table.tbl02 td {
    margin-bottom: var(--px24);
    padding: 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px) var(--px20);
  }
}

/* header */
@media print, screen and (min-width: 1024px) {
  #header .logo img {
    max-width: 280px;
  }
  nav#mainNav ul li a {
    font-family: var(--font-family01);
    font-size: var(--rem20);
    gap: 5%;
  }
  nav#mainNav ul li a b, nav#mainNav ul li a span {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  nav#mainNav ul li a span, nav#mainNav ul li a:active span, nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li.current-menu-parent a span {
    color: var(--header-color-primary);
  }
  #header ul.header__contact::before {
    content: '';
    width: 1px;
    height: 65%;
    background: #AEAEAE;
  }
  #header a.head_btn.tel_btn {
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--header-color-primary);
    width: 16em;
  }
  #header a.head_btn.tel_btn::before {
    margin: 0 .3em 0 0;
  }
  #header a.head_btn.tel_btn span {
    font-family: var(--font-family03);
    font-size: var(--rem28);
    font-weight: 500;
  }
  #header a.head_btn.tel_btn span.note,
  #header a.head_btn.tel_btn span.note b {
    font-family: var(--body-font-family);
    font-size: var(--rem14);
    font-weight: 400;
    color: var(--header-color-font);
  }
  #header a.head_btn.mail_btn {
    width: var(--px180);
    background: var(--gr-primary);
    font-family: var(--font-family01);
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #header a.head_btn.mail_btn::before {
    content: '';
    background: url(/wp-content/uploads/mail.png) no-repeat center/contain;
    width: 38px;
    height: 38px;
  }
  #header a.head_btn.tel_btn:hover,
  #header a.head_btn.mail_btn:hover {
    background: var(--gr-primary-tint);
  }
}
#copyright {
  background: transparent;
  margin: 0 auto; 
}
#footer {
  padding: var(--px80) 0 var(--px60);
}

/* top */
.top {
  padding: 0 0 var(--px120);
}
.top .column01 {
  margin: 0;
  padding: var(--px120) 0 0;
}
.top .column01_wrap {
  width: 100%;
  max-width: none;
}
.top .txtarea .txtinner {
  max-width: 700px;
  width: 700px;
}
.top .column01 .txtstyle02 {
  font-weight: 500;
  font-size: var(--rem40w);
  letter-spacing: 0.05em;
}
.top .column01 .txtstyle02 span {
  font-size: var(--rem20w);
  margin-left: 1.6em;
}
.top h2 {
  margin: var(--px120) auto var(--px40);
}
.top p {
  font-size: var(--rem18w);
}

.top01.column01 {
  background: rgb(171 228 198 / 38%);
}
.top01.column01 .txtarea {
  background: transparent;
}
.top01 h2::after {
  content: none;
}
.top03.column01 .txtstyle02 {
  font-size: var(--rem36w);
}

@media print, screen and (max-width: 768px) {
  .top .column01 .txtarea {
    padding: var(--px80) 8%;
  }
  .top01 h2 {
    font-size: 2.4rem;
  }
}

/*-----------------------------
cta01_col2
------------------------------*/
.home .dn, .page-contact .dn, .page-thanks .dn, .page-sitemap .dn {
  display: none;
}
.cta01 {
  background: linear-gradient(rgb(20 20 20 / 0.5), rgb(20 20 20 / 0.5)), url(/wp-content/uploads/cta01.jpg) no-repeat top/cover;
  position: relative;
  z-index: 0;
}
.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: var(--px120) var(--px20);
}
.cta01 h2 {
  color: #FFF;
  margin: 0 auto var(--px30);
}
.cta01 h2 span {
  color: #FFF;
  margin: var(--px20) 0 var(--px30);
}
.cta01 h2::after {
  background: #FFF;
}
.cta01 p {
  font-weight: 500;
  font-size: var(--rem26w);
  letter-spacing: 0.05em;
  color: #FFF;
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 960px;
  margin: var(--px30) auto 0;
}
.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}
.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
}
.cta01 a.item:hover{
  opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
    width: 100%;
    height: 8em;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}
  
/*ボタン共通パーツ*/
.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cta01 .infotxt {
  font-size: 1.6rem;
  font-weight: 400;
}

/*電話ボタン*/
.cta01 .telnum {
  font-size: var(--rem36w);
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
  font-size: var(--rem20w);
}
.cta01 a.telbtn {
  background: #fff;
}

/*メールボタン*/
.cta01 .mailbtn .btnttl {
  font-size: var(--rem24w);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFF;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cta01 a.mailbtn {
  background: var(--gr-primary);
  color: #111;
}
  
/*ボタンアイコン*/
.cta01 .mailbtn .btnttl::before, .cta01 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 1rem;
}
.cta01 .mailbtn .btnttl::before {
  content: '';
  background: url(/wp-content/uploads/mail.png) no-repeat center/contain;
  width: 50px;
  height: 50px;
}
.cta01 .telnum::before {
  content: '\f095';
}

/* news */
#front_bottom_content {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: #F4F3EE;
}
.postlist li:first-child {
  border-top: 1px solid #CCC;;
}
.postlist li {
  border-bottom: 1px solid #CCC;;
}
.postlist .post_text {
  padding: 20px 0;
  color: #CCC;
  font-size: var(--rem18w);
}
.postlist .date {
  color: #000;
}
.postlist .ttls a {
  color: #111;
}

/* office */
.office img {
  display: block;
  width: 70%;
  margin: var(--px120) auto var(--px140);
}

/* profile */
.profile figure {
  width: 70%;
  max-width: 640px;
  margin: 0 auto;
}
.profile figcaption {
  font-family: var(--font-family01);
  font-weight: 600;
  font-size: var(--rem40w);
  line-height: 1.8;
}
.profile figcaption .cap01 {
  display: block;
  font-family: var(--body-font-family);
  color: var(--color-primary);
  font-weight: 500;
  font-size: var(--rem24w);
}
.profile figcaption .cap02 {
  font-weight: 700;
  font-size: var(--rem20w);
  margin-left: 1em;
}
.profile .list_style01 li {
  font-size: var(--rem18w);
  border: none;
}
.profile .list_style01 li:nth-child(odd) {
  background: #F4F3EE;
}
.profile .list_style01 li .head {
  width: var(--px180);
}
.profile .list_style01 li .body {
  flex: 1;
}
.profile .box01 {
  background: #DFF5E9;
  padding: var(--px50) var(--px40);
}
.profile dt {
  font-weight: 500;
  font-size: var(--rem24);
}
.profile dd {
  font-size: var(--rem18);
  line-height: 2;
  margin-top: 1em;
}
.profile dt:not(:first-of-type) {
  margin-top: var(--rem40);
}

/* contact */
.page-contact h1 span::after {
  content: "Contact";
}
.page-contact p, span.wpcf7-list-item {
  font-size: var(--rem20w);
}
.wpcf7-form .linkBtn {
  max-width: 350px;
  border-radius: 0;
  padding: 0;
  background: #30B1AE;
}
.wpcf7-form .linkBtn input[type="submit"] {
  width: 100%;
  padding: 20px 0;
}
.wpcf7-spinner {
  display: none;
}
