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

:root {
  /*------▼基本設定▼------*/
  --color-background: #FFF;
  --color-font: #444;
  --color-primary: #ABCD03;
  --color-primary-shade: #F5F5F5;
  --color-primary-tint: #FFFAF6;
  --color-secondary: #ED6C00;
  --color-secondary-tint: #EF796B;
  --color-table-border: #999;
  --color-white: #fff;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: 'Noto Sans JP', sans-serif;
  --content-max-width: 1640px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #444;
  --header-color-primary: #ABCD03;
  --header-color-primary-shade: #ED6C00;
  --header-color-primary-tint: #fff;
  /*------▼フッター設定▼------*/
  --footer-background: #ED6C00;
  --footer-color-font: #fff;
  --footer-color-primary: #ABCD03;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Zen Maru Gothic", serif;
}

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

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

.widecolor01 {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  /* 120-80px (1920-375) */
  background: rgba(217, 217, 217, 0.1);
}

@media print,
screen and (max-width: 768px) {
  .widecolor {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 10% min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 10%;
    /* 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);
}

#content,
body:not(.home) #content.wide {

  margin: 0 auto;
}

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

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

  .content_inner {
    width: 100%;
  }
}

/*---------box-----------*/
.box-center {
  margin: 0 auto;
}

/*---------btn-----------*/
.linkBtn,
.post .linkBtn {
  background: var(--color-secondary);
  max-width: 350px;
  border-radius: 50em;

  &::after {
    content: '';
    width: 46px;
    height: 10px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: skew(45deg);
    top: 42%;
    right: 50px;
  }
}

.linkBtn:hover,
.post .linkBtn:hover {
  color: #fff;
  background: var(--color-secondary);
  opacity: 0.6;
}

/*---------見出し：txtstyle01-----------*/

h1,
h2 {
  &.txtstyle01 {
    font-family: var(--font-family02);
    font-size: var(--rem48);
    font-weight: 600;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;
    position: relative;
  }

  &.txtstyle01 .subtxt {
    display: block;
    font-size: var(--rem30);
    color: var(--color-primary);
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
  }

  &.txtstyle01::before {
    content: none;
  }

  &.txtstyle01::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--px80);
    border-bottom: 3px solid var(--color-primary);
    content: "";
    height: initial;
  }
}

/*---------見出し：txtstyle03-----------*/
h1 {
  &.txtstyle03 {
    font-family: var(--font-family02);
    font-size: var(--rem48);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;
  }

  &.txtstyle03 .subtxt {
    display: block;
    font-size: var(--rem30);
    color: var(--color-primary);
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
  }

  &.txtstyle03::before {
    content: none;
  }

  &.txtstyle03::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: var(--px80);
    border-bottom: 3px solid var(--color-primary);
    content: "";
    display: inline-block;
  }
}


/*---------見出し-----------*/
h2 {
  &.txtstyle02 {
    font-family: var(--font-family02);
    margin: var(--px40) auto !important;

    span.under-line {
      background: linear-gradient(transparent 70%, #F9CCA6 70%);
      font-size: var(--rem24);
    }

    &:after {
      content: none !important;
    }
  }

  &.txtstyle12 {
    font-size: var(--rem24);
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--color-secondary);

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

h2,
h3,
h4,
h5,
h6 {
  &.txtstyle13 {
    font-size: var(--rem20);
    border: none;

    .flow-num {
      padding: 8px 22px;
      background: var(--color-primary);
      color: #FFF;
      border-radius: 10px;
      margin-right: 30px;
    }

    .flow-text {
      color: var(--color-font);
    }

    &::after {
      content: none;
    }
  }

  &.txtstyle14 {
    font-size: var(--rem20);
    border: none;

    &::after {
      content: none;
    }
  }

  &.txtstyle15 {
    color: var(--color-primary);
    padding: 20px 20px 20px 0;
    font-size: var(--rem30);
    border-bottom: 1px solid var(--color-primary);

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

/*-----------------------------
背景
------------------------------*/
.bg_primary {
  background: var(--color-primary);
}

.bg_secondary {
  background: var(--color-secondary);
}

.bg_light-orange {
  background: #F8C499;
}

/*-----------------------------
テキスト
------------------------------*/
.txt_r,
.post .txt_r {
  text-align: right !important;
}

@media print,
screen and (max-width: 768px) {
  .sp-txt_l {
    text-align: left !important;
  }
}

/*-----------------------------
カラム
------------------------------*/
/*---------column_01-----------*/
.sec01 {
  background: #ffffff;
}

.toptxtarea {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.column01 {
  position: relative;
  margin: 0;
}

.column01_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}

.column01 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
}

.img_corners-l {
  border-radius: 100px 0 0 0;
}

.img_corners-r {
  border-radius: 0 100px 0 0;
}

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

.column01 .txtarea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: initial;
  z-index: 10;
  border-radius: 0 100px 0 100px;
}

.column01 .txtarea .txtinner {
  max-width: 540px;
}

.column01_wrap+.column06_wrap {
  margin-top: var(--px80);
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column01_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column01_wrap.rev {
    flex-direction: row;
  }

  .column01 .imgarea,
  .column01 .txtarea {
    width: 90%;
  }

  .column01 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

@media print,
screen and (max-width: 769px) {
  .column01 .txtarea {
    position: static;
  }
}

.column01 .txtarea_l {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: initial;
  z-index: 10;
  border-radius: 100px 0 100px 0;
}

@media print,
screen and (max-width: 769px) {
  .column01 .txtarea_l {
    position: static;
    width: 90%;
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) auto 0 0;
  }

  .sp-content_left {
    justify-content: end;
  }
}


/*---------txtstyle-----------*/

.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  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 .column06 .txtstyle02,
.column06 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}

.post .txtstyle04,
.txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  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 .column06 .txtstyle04,
.column06 .txtstyle04 {
  font-size: var(--rem36);
}

.post .column06 .txtstyle04:after,
.column06 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}


/*---------col03-----------*/

.col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col3_list>li {
  width: 32%;
  margin-bottom: 2%;
}

.col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  .post .col3_list>li {
    width: 100%;
    margin-bottom: 40px;
  }

  .col3_list::before,
  .col3_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 414px) {
  .col3_list>li {
    width: 100%;
  }

  .col3_list>li:last-child {
    margin-bottom: 0;
  }
}


/*---------column_01-02-----------*/

.column01-02 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column01-02_wrap {
  position: relative;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}

.column01-02 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}

.column01-02 .txtarea .txtinner {
  max-width: 550px;
}

.column01-02 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.column01-02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 45px;
}

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



/*----------------------------------------------
  header
----------------------------------------------*/
#header-layout {
  padding: 10px 0;
}

#header a.head_btn.tel_btn::before,
#header a.head_btn.mail_btn::before {
  content: none;
}

a.head_btn.tel_btn,
#header a.head_btn {
  border-radius: 50em;
}

a.head_btn.tel_btn {
  margin-right: 10px;
}

span.header_tel {
  display: flex;
  align-items: center;
  font-size: 1.8rem;

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

span.header_mail {
  display: flex;
  align-items: baseline;
  font-size: 1.8rem;

  &: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.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b {
  color: var(--header-color-primary-shade);
}

#header a.head_btn.tel_btn:hover {
  opacity: 0.6;
  background: var(--header-color-primary-shade);
}

#header a.head_btn.mail_btn:hover {
  opacity: 0.6;
  background: var(--header-color-primary);
}

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

/*----------------------------------------------
  footer
----------------------------------------------*/
#footer li a,
.footeradd,
.footertel,
#footer li a:hover {
  color: var(--color-primary-shade);
}

#footer .footer__logo img {
  max-width: 100%;
}

.footer-logo_gap2 {
  gap: var(--px20);
}

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

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

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: var(--px80);
  border-radius: var(--px50);
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 880px;
  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;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
}

.cta01 a.item:hover {
  opacity: 0.8;
}

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

  .cta01 .cta01_wrap {
    width: 100%;
  }

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

/*電話ボタン*/

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

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

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

/*メールボタン*/

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

.cta01 a.mailbtn {
  background: var(--color-secondary);
  color: #fff;
  border-radius: 50em;
}

/*ボタンアイコン*/

.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';
}

/*-----------------------------
お知らせ
------------------------------*/
.postlist li:last-child {
  border-bottom: 1px solid #ddd;
}

body:not(.page.home) .top_news-list {
  display: none;
}

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

  .top_about-us,
  .top-instagram,
  .top_news-list {
    padding: 0 5%;
  }
}


/*-----------------------------
会社概要
------------------------------*/
.page-sec_greeting {
  .greeting-name {
    display: grid;
  }
}

.post table th {
  width: 25%;
  color: var(--color-font);
  font-weight: 600;
  background: var(--color-primary);
  color: #fff;
}

.post table td {
  background: #fff;
}

/*-----------------------------
お問い合わせ
------------------------------*/
.wpcf7-form {
  .linkBtn {
    padding: initial;
  }
}

/*-----------------------------
ご利用者の方へ
------------------------------*/
.text-box {
  min-height: 375px;
  height: 100%;
  padding: 4rem 2.2rem;
}

ul.support02-list {
  li {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  }

  li:last-child {
    margin-bottom: 2%;
  }
}

ul.list-block {
  display: grid;
  row-gap: var(--rem48);

  li {
    padding: var(--rem60) var(--rem48);
    background: #F7FAE6;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  }

  .list-name {
    font-weight: bold;
    font-size: var(--rem20);
  }

  .list-voice {
    background-color: var(--color-background);
    padding: var(--rem40) var(--rem30);
    border-radius: 10px;
  }
}

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

  .text-box {
    min-height: auto;
  }

  .flow-num {
    display: inline-block;
    margin-bottom: 10px;
  }

  span.flow-text {
    font-size: var(--rem30);
  }
}