@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Zen+Kaku+Gothic+New&display=swap');


:root {
  /*------▼基本設定▼------*/
  --color-background: #FAF7F4;
  --color-font: #333;
  --color-primary: #FCA208;
  --color-primary-shade: ;
  --color-primary-tint: #FAEEDA;
  --color-secondary: #ED6A5A;
  --color-secondary-tint: ;
  --color-table-border: #CCC;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Zen Kaku Gothic New", sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #444;
  --header-color-primary: #FCA208;
  --header-secondary: ;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #FAEEDA;
  --footer-color-font: #333;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Zen Kaku Gothic New", sans-serif;
  --font-family02: "Montserrat", sans-serif;
  --font-family03: "Quicksand", sans-serif;
  --font-family04: ;
}

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

/*--全体の設定--------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;

  .post p {
    line-height: 2;
  }
}

/*--表示の切り替え--------------------------------------------*/

body.home .c_commoncta {
  display: none;
}

.page_contents_inner+.page_contents_inner {
  margin-top: var(--px100);
}

#content,
body:not(.home) #content.wide {
  padding: var(--px100w) 0 var(--px120);
  margin: 0 auto;
}

.fw_contents {
  margin-top: 0;
  margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
  padding: 0;
}

.fw_contents .page_contents_inner:nth-child(even) {
  background: var(--color-background);
}

.front_contents {
  position: relative;
  padding: var(--px160) 0;
}

/*--お知らせ　下線--------------------------------------------*/
.postlist li {
  border-top: 1px solid #ddd;
}

.postlist li:last-child {
  border-bottom: 1px solid #ddd;
}

/*--fvの比率調整--------------------------------------------*/
#mainImg img {
  width: 100% !important;
  height: auto;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor-orange {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: #FAEEDA;
}

@media print,
screen and (max-width: 768px) {

  .widecolor-orangeS {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 0 min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 0;
    /* 120-80px (1920-375) */
  }
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
}

@media print,
screen and (max-width: 768px) {

  #content,
  #content.wide {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }
}

/*----------------------------------------------
  utility
----------------------------------------------*/
/* コンテンツ幅 */
.max_w640 {
  max-width: 640px;
}

.max_w780 {
  max-width: 780px;
}

.max_w1050 {
  max-width: 1050px;
}


/* 文字色 */
.u-fc--primary {
  color: var(--color-primary);
}

.u-fc--white {
  color: var(--color-background);
}

/* 文字サイズ */
.u-fz18 {
  font-size: var(--rem18);
}

.u-fz20 {
  font-size: var(--rem20w);
}

.u-fz24 {
  font-size: var(--rem24) !important;
}

.u-fz28 {
  font-size: var(--rem28);
}

/* 行間 */
.u-lh200 {
  line-height: 2;
}

@media(max-width: 768px) {
  .u-sp--l {
    text-align: left !important;
  }

  /* サイズ調整 */
  .u-sp-w50 {
    width: 50%;
  }
}

/*----------------------------------------------
  header
----------------------------------------------*/
#header {

  a.head_btn.tel_btn {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    background: none;
    color: var(--header-color-font);
    background-color: var(--header-background);
    position: relative;

    &::before {
      content: "";
      display: block;
      background: var(--color-font);
      width: 1px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }

    &:hover {
      color: var(--color-primary);
      opacity: 0.8;
    }
  }

  a.head_btn .header_tel {
    font-family: var(--font-family01);
    font-weight: 400;

    &:before {
      content: '\f095';
      display: inline-block;
      font-family: 'FontAwesome';
      color: var(--color-primary);
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: .1em;
      margin-right: 5px;
    }
  }

  a.head_btn .header_time {
    font-family: var(--font-family01);

    &::before {
      content: none;
    }
  }

  a.head_btn.mail_btn {
    font-weight: 500;

    &::before {
      content: none;
    }

    >span {
      &:before {
        content: '\f0e0';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
      }
    }
  }

  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(--color-primary);
  }
}

.spmenu #menu p {
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
}

@media print,
screen and (min-width: 1024px) {
  #header {
    height: 100px;
  }

  nav#mainNav ul li:last-child a {
    padding-right: var(--px24);
  }

  nav#mainNav ul li a {
    padding: var(--px20) var(--px12);

    &:hover {
      opacity: 0.6;
    }
  }

  #header a.head_btn.mail_btn {
    background: var(--header-color-primary);
    color: var(--header-background);
    position: relative;

    &:hover {
      color: var(--header-background);
      opacity: 0.8;
    }
  }

  nav#mainNav ul li li {
    background: var(--color-background);
  }

  nav#mainNav ul,
  #header .header__nav-contact {
    font-family: var(--font-family02);
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  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: none;
  }

  nav#mainNav ul li a b,
  nav#mainNav ul li a span {
    margin-top: 0;
    font-weight: 500;
  }
}


.spmenu #menu span,
.spmenu #menu span:before,
.spmenu #menu span:after {
  width: 38px;
  background: var(--header-color-primary);
}

.spmenu #menu p {
  color: var(--color-primary);
}

/*-----------------------------
list
------------------------------*/
.c-list {
  display: grid;
  gap: var(--rem60);

  &.c-list--col2 {
    grid-template-columns: repeat(2, 1fr);
  }

  &.c-list--col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  &.c-list--col4 {
    grid-template-columns: repeat(4, 1fr);
  }

  &.c-list--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.c-flex {
  display: flex;
  gap: var(--rem40) var(--rem20);

  &.c-flex--col3 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media(max-width: 780px) {
  .c-list {
    display: grid;
    gap: var(--rem20);

    &.c-list--col2,
    &.c-list--col3,
    &.c-list--col3.c-list--sp-col2,
    &.c-list--col4,
    &.c-list--col5,
    &.c-list--sp-col2 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

@media(max-width: 450px) {
  .c-list {
    display: grid;
    gap: var(--rem40);

    &.c-list--col2,
    &.c-list--col3 {
      grid-template-columns: 1fr;
    }
  }
}

/*-----------------------------
リスト
------------------------------*/
.list_wrap {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  padding: var(--rem30);
  background: #fff;
}

/*-----------------------------
card
------------------------------*/
.cardstyle01 {
  .imgarea {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;

    margin-bottom: var(--rem20);

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .cardstyle01__title {
    color: var(--color-primary);
    font-weight: bold;
    font-size: var(--rem24);
    text-align: center;
  }
}

@media print,
screen and (max-width: 1023px) {

  nav#mainNav ul li a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a:hover {
    background: var(--color-background);
  }
}


/*-----------------------------
btn
------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  font-size: var(--rem16);
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: 0 auto 0;
  border: none;
  border-radius: 50vh;
  transition: all .3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: #fff;
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: #fff;
  background: var(--color-primary);
  opacity: 0.8;
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: #fff;
}

.subimitarea>.linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}

/*-----------------------------
table
------------------------------*/

.post table td {
  background: #fff;
}

/*-----------------------------
お問い合わせ
------------------------------*/

.wpcf7-form .must {
  background: var(--color-primary);
  color: #fff;
}

.wpcf7-form .must.must_fn {
  background: var(--color-primary);
  color: #fff;
}

.subimitarea {
  .linkBtn {
    padding: 0;
  }
}

/*-----------------------------
TOP
------------------------------*/
/* title */
.post .main-title,
.main-title {
  padding: 0 0 var(--rem40);
  margin: 0 0 var(--rem40);
  border: none;
  background: transparent;
  text-align: center;
  position: relative;


  &::before {
    content: none;
  }

  &::after {
    content: "";
    display: block;
    width: var(--px100);
    height: 2px;
    background: var(--color-primary) !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-title__en {
    display: block;
    font-size: var(--rem24);
    font-family: var(--font-family02);
    font-style: italic;
    font-weight: 500;
    color: var(--color-secondary);
  }

  .main-title__ja {
    display: inline-block;
    font-family: var(--font-family01);
    font-size: var(--rem36);
    position: relative;
    text-align: center;
  }

  &.main-title--white {
    .main-title__en {
      color: #fff;
    }

    .main-title__ja {
      color: #fff;
    }

    &::after {
      background: #fff !important;
    }
  }
}

.read-txt {
  font-size: var(--rem30);
  text-align: center;
  margin-bottom: var(--rem40);
}

/*-----------------------------
column_01
------------------------------*/
.column01 {
  position: relative;
  margin: 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(--px60);
  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;
}

.column01 {
  .column01_wrap {
    box-shadow: 0px 0px 30px 0px rgba(102, 51, 0, 0.1);
  }

  .column01__title {
    text-align: left;
    border: none;
    padding: 0 0 var(--rem30);
    margin-bottom: var(--rem40);
    position: relative;


    &::before {
      content: none;
    }

    &::after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background: var(--color-secondary);
      position: absolute;
      bottom: 0;
      left: 0;
    }

    .column01__en {
      display: block;
      font-family: var(--font-family02);
      font-style: italic;
      color: var(--color-primary);
      font-size: var(--rem20);
    }

    .column01__ja {
      font-family: var(--font-family01);
      color: var(--color-font);
      font-size: var(--rem36);
    }
  }
}

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


@media print,
screen and (max-width: 768px) {

  .l-service,
  .l-l-strengths,
  .l-news {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.googlemap {
  margin: 0 auto;
}

span.marker.yellow {
  background: linear-gradient(transparent 60%, #FFF47E 60%);
  font-weight: 600;
}




/*-----------------------------
下層
------------------------------*/
/* kv */
#thumbImg,
header#h1Header {
  height: 200px;
}

#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

h1.title,
.post h1,
header#h1Header h1.title {
  color: var(--color-font);
  font-weight: bold;
}

#content,
body:not(.home) {
  h2 {
    color: var(--color-font);

    &::after {
      background: var(--color-font);
    }
  }

  .post h3,
  h3 {
    font-family: var(--font-family01);
    font-size: var(--rem24w);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: 0 0 var(--rem30);
    border: none;
    background: transparent;

    &::before,
    &::after {
      content: "";
      position: absolute;
      top: auto;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 3px;
    }

    &:before {
      width: 20%;
      background: var(--color-secondary);
      z-index: 1;
    }

    &:after {
      width: 100%;
      background: #EAEAEA;
      z-index: 0;
    }
  }
}

/* タイトル */
.post .page-title,
.page-title {
  padding: 0;
  margin: 0 0 var(--rem40);
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 500;

  .page-title__en {
    display: block;
    font-size: var(--rem60);
    font-family: var(--font-family02);
    font-style: italic;
    text-align: center;
    color: var(--color-secondary);
    font-weight: normal;
    line-height: 1;
  }

  .page-title__ja {
    display: inline-block;
    font-family: var(--font-family01);
    font-size: var(--rem20w);
    padding: 0;
    color: var(--color-font);
    font-weight: bold;
  }

  &::before,
  &::after {
    content: none;
  }

  &.page-title--left {
    display: inline-block;
    text-align: left;
  }
}


/* teleco_v1 */
.teleco_v1 .teleco__title {
  width: 100%;
  border-bottom: 2px solid var(--color-primary);
  padding: 0 var(--rem20) var(--rem18) 0;
  display: flex;
  align-items: center;

  &::before {
    content: '\f0ac';
    display: inline-block;
    font-family: 'FontAwesome';
    color: #DEDEDE;
    font-size: var(--rem36);
    font-weight: 400;
    line-height: 1;
    margin-right: var(--rem12);
  }

  &::after {
    content: none;
  }

  &.teleco__title--style02 {
    &::before {
      content: '\f31c';
    }
  }

  &.teleco__title--style03 {
    &::before {
      content: '\e4d8';
    }
  }
}

.teleco_v1 .w50.image_box {
  position: relative;
  overflow: hidden;
}

.teleco_v1 .w50.image_box::before {
  content: '';
  display: block;
}

.teleco_v1 .w50.image_box img {
  position: absolute;
  width: 102%;
  height: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teleco_v1 .w50.text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: min(calc(50px + (1vw - 19.2px) * 3.5599), 50px);
  /* 120-65px (1920-375) */
}

@media print,
screen and (min-width: 769px) {
  .teleco_v1 .w50.image_box::before {
    padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
  }

  .teleco_v1 .w50.image_box img {
    width: auto;
    height: 116%;
  }
}

.flexinnerBtn {
  align-self: normal;
}

@media print,
screen and (max-width: 768px) {
  .teleco_v1 .w50.image_box {
    margin-bottom: 0;
  }

  .teleco_v1 .w50.image_box::before {
    padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
  }

  .teleco_v1 .w50.text_box {
    padding: 20px;
    margin-bottom: 0;
  }
}



/*-----------------------------
サイトマップ
------------------------------*/
#sitemap_list {
  a {
    color: var(--color-font);
  }
}

.page-sitemap {
  .kv-title--en {
    display: none;
  }
}

/*-----------------------------
CTA
------------------------------*/
.cta01 {
  background: url(/wp-content/uploads/cta-bg.jpg) no-repeat center / cover;
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 940px;
  margin: var(--px50) auto 0 auto;
}

.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;
  border-radius: 50em;
  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%;
  }

  .cta01 .ctabtnlist li+li {
    margin-top: 1rem;
  }
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
  font-family: var(--font-family04);
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
  font-weight: bold;
  font-family: var(--font-family03);
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

.cta01 a.telbtn {
  background: #fff;
  color: var(--color-primary);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}

.cta01 a.mailbtn {
  background: var(--color-primary);
  color: #fff;
}

/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before {
  content: '\f0e0';
}

.cta01 .telnum::before {
  content: '\f3cd';
}

/*----------------------------------------------
  footer
----------------------------------------------*/
.socialicon {
  display: flex;
  justify-content: center;
}

#footer ul {
  margin: initial;
}

.icon-note {
  width: 50px;

  img {
    width: 100%;
  }
}