@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=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #111;
  /* --color-primary: #D6B327; */
  --color-primary: #AB9A86;
  --color-primary-shade: ;
  --color-primary-tint: ;
  --color-secondary: ;
  --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: 'Noto Sans JP', sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #444;
  /* --header-color-primary: #D6B327; */
  --header-color-primary: #AB9A86;
  --header-secondary: ;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #fff;
  --footer-color-font: #111;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", serif;
  --font-family02: "Shippori Mincho", serif;
  --font-family03: ;
  --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;
}

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

body:not(.page.home) .top-news {
  display: none;
}

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

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

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  border-radius: 50em;
}

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

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

.widecolor--bg01 {
  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-color: #fdf9ea; */
  background-color: #F8F7F5;
}

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

body.page.page-id-6199 #content.wide {
  padding: 0;
}

body.page.page-id-6199 #breadcrumb {
  background: #F8F7F5;
}

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

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

  .content_inner {
    width: 100%;
  }
}

/*--アンカーリンク--------------------------------------------*/
.anchor-link_contents {
  margin-top: -120px !important;
  padding-top: 120px !important;
}

.anchor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  font-weight: bold;
  color: var(--footer-background);
  max-width: 370px;
  width: 100%;
  border-radius: 50em;
  padding: var(--px20) var(--px40);
  position: relative;
  border: 1px solid var(--color-primary);

  &::before,
  &::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 7px);
    right: 30px;
    width: 2px;
    height: 14px;
    border-radius: 9999px;
    background-color: var(--color-background);
    transform-origin: 50% calc(100% - 1px);
  }

  &::before {
    transform: rotate(45deg);
  }

  &::after {
    transform: rotate(-45deg);
  }

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

}

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

    &::before,
    &::after {
      content: "";
      position: absolute;
      bottom: calc(50% - 5px);
      right: 20px;
      width: 2px;
      height: 10px;
      border-radius: 9999px;
      transform-origin: 50% calc(100% - 1px);
    }
  }
}


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

.max_w760 {
  max-width: 760px;
  width: 100%;
}

/*---------背景色-----------*/
.bg_black {
  background: var(--color-background);
}

/*---------文字色-----------*/
.fc_white {
  color: var(--color-font2) !important;
}

.fc_primary {
  color: var(--color-primary) !important;
}

/*---------文字サイズ-----------*/
.fz24 {
  font-size: var(--rem24) !important;
}

.fz20 {
  font-size: var(--rem20) !important;
}

.fz30 {
  font-size: var(--rem30) !important;
}

/*---------行間-----------*/
.lh-1-2 {
  line-height: 1.2 !important;
}

/*---------文字-----------*/
.ff_mincho {
  font-family: var(--font-family02) !important;
}

/*---------下線-----------*/
.border-b {
  border-bottom: 2px solid var(--color-primary) !important;
}

/*---------ラベル-----------*/
.label01 {
  text-align: center;
  color: var(--color-background);
  background: #6D6D6D;
  border-radius: 50em;
  padding: var(--rem16) 5px;
  font-size: var(--rem14);
  font-weight: 600;
}

/*---------sp表示-----------*/
@media screen and (max-width: 450px) {
  .sp-txt_l {
    text-align: left !important;
  }

  .sp-txt_c {
    text-align: center !important;
  }

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

/*----------------------------------------------
  title
----------------------------------------------*/
.post h1,
h1,
.post h2,
h2,
.post h3,
h3,
.post h4,
h4,
.post h5,
h5,
p {

  /*---------txtstyle01-----------*/
  &.txtstyle01 {
    position: relative;
    margin: 0;
    margin-bottom: var(--rem20);
    padding-top: var(--rem120);

    .txtstyle01__en {
      width: 100%;
      font-family: var(--font-family01);
      font-size: var(--rem120);
      font-weight: 100;
      color: #EBEBEB;
      position: absolute;
      bottom: 0;
      left: 0;
      line-height: 1;
      text-align: left;
    }

    .txtstyle01__ja {
      width: 100%;
      color: var(--color-primary);
      font-family: var(--font-family02);
      font-size: var(--rem48);
      position: absolute;
      bottom: 0;
      left: 0;
      line-height: 1;
      text-align: left;
    }

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

    &.txtstyle01--center {
      .txtstyle01__en {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        text-align: center;
      }

      .txtstyle01__ja {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        text-align: center;
      }
    }

    &.txtstyle01--white {
      .txtstyle01__en {
        color: #bcb5ae;
      }

      .txtstyle01__ja {
        color: var(--color-background);
      }
    }

    &.txtstyle01--page {
      .txtstyle01__en {
        font-size: var(--rem60);
      }

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

  /*---------txtstyle02-----------*/
  &.txtstyle02 {
    font-size: var(--rem24);
    font-family: var(--font-family02);
    color: #6D6D6D;
    padding-bottom: var(--rem30);
    position: relative;
    text-align: left;
    margin: 0;
    border: none;

    &::before {
      content: none;
    }

    &::after {
      content: "";
      display: block;
      width: var(--rem80);
      height: 1px;
      background: #6D6D6D;
      position: absolute;
      bottom: 0;
      left: 0;
    }

    &.txtstyle02--center {
      text-align: center;

      &::after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
      }

    }

    &.txtstyle02--primary {
      color: var(--color-primary);
      padding-left: 0 !important;

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

    }
  }

  /*---------txtstyle03-----------*/
  &.txtstyle03 {
    text-align: left;
    color: var(--color-primary);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: var(--rem42) 0 var(--rem30);
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--color-primary);
    width: 100%;
    font-size: var(--rem24);

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

  /*---------txtstyle04-----------*/
  &.txtstyle04 {
    position: relative;
    font-size: var(--rem18);
    font-family: var(--font-family01);
    font-weight: 600;
    padding: 0 0 0 1.2em;
    margin: 0;
    border: none;

    &::before {
      content: '';
      position: absolute;
      width: .7em;
      height: 2px;
      background: var(--color-primary);
      top: .8em;
      left: 0;
    }
  }

  /*---------txtstyle05-----------*/
  &.txtstyle05 {
    font-size: var(--rem20);
    font-weight: 600;
    letter-spacing: .1rem;
    padding: 0 0 0.2rem 1.8rem;
    margin: var(--rem60) 0 var(--rem30);
    border-left: solid 2px var(--color-primary);
    border-bottom: none;

    &::before {
      content: none;
    }
  }

  /*---------txtstyle06-----------*/
  &.txtstyle06 {
    font-size: var(--rem20);
    color: #fff;
    font-weight: 500;
    letter-spacing: .1rem;
    padding: 0.4rem 1.2rem 0.7rem;
    margin: var(--rem60) auto var(--rem30);
    border: none;
    background: var(--color-primary);
    text-align: center;

    &::before {
      content: none;
      position: relative;
      width: auto;
      height: auto;
      top: auto;
      left: auto;
    }
  }

  /*---------txtstyle07-----------*/
  &.txtstyle07 {
    font-size: var(--rem20);
    color: var(--color-font);
    font-family: var(--font-family02);
    font-weight: 400;
    letter-spacing: .1rem;
    margin: var(--rem60) auto var(--rem30);
    border-bottom: 1px solid var(--color-primary);

    &::before,
    &:after {
      content: none;
      position: relative;
      width: auto;
      height: auto;
      top: auto;
      left: auto;
    }
  }

  &.graph-main-title {
    font-size: var(--rem48);
    color: var(--color-primary);
    font-family: var(--font-family02);
    font-weight: bold;
    letter-spacing: .1rem;
    margin: 0;
    text-align: center;
    border: none;

    &::before,
    &:after {
      content: none;
      position: relative;
      width: auto;
      height: auto;
      top: auto;
      left: auto;
    }
  }
}


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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5 {}
}

/*----------------------------------------------
  column
----------------------------------------------*/

/*---------column01-----------*/
.column01_wrap {
  position: relative;
  z-index: 1;
}

.column01 {
  position: relative;
  margin: 0;

  .txtarea {
    padding: var(--px80) var(--px180) var(--px80) var(--px120);
    margin: 0;

    p {
      color: var(--color-background);
    }

    .txtinner {
      max-width: 540px;

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

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

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

  &.column01--pic {
    .txtarea {
      background: var(--color-background);

      p {
        color: var(--color-font);
      }

      .txtinner {
        max-width: 540px;

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

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

    .rev {
      .txtarea {
        background: var(--color-background);
        border-radius: 0;
        padding: var(--px80) var(--px120) var(--px80) var(--px180);

        p {
          color: var(--color-font);
        }

        .txtinner {
          max-width: 540px;

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

      .imgarea {

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

  &.column01--center {
    border-radius: var(--rem60);
    overflow: hidden;

    .txtarea {
      background: var(--color-background);
      border-radius: 0;

      p {
        color: var(--color-font);
      }

      .txtinner {
        max-width: 540px;

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

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

    .rev {
      .txtarea {
        background: var(--color-background);

        p {
          color: var(--color-font);
        }

        .txtinner {
          max-width: 540px;

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

      .imgarea {

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

}


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

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

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

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

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

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

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

  .column01 {
    &.column01--pic {
      & .rev {
        .txtarea {
          padding: var(--px60);
        }
      }
    }
  }

  .column01--page .imgarea {
    max-width: 440px;
    margin: 0 auto 40px;
  }
}

/*---------column02-----------*/
.column02 {
  position: relative;
  padding: var(--px120) 0;
  margin: var(--px60) 0 0;
}

.column02:before {
  content: "";
  /* background: url(/wp-content/uploads/top-about-bg01.jpg) no-repeat center / cover; */
  background: linear-gradient(135deg, #b1a08a 0%, #AB9A86 100%);
  width: 80%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.column02_wrap {
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
  z-index: 1;
}

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

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

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

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

/*---------rev-----------*/

.column02.rev:before {
  content: "";
  background: #aaa;
  width: 80%;
  height: 100%;
  position: absolute;
  bottom: inherit;
  right: inherit;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .column02.rev .flexbox {
    flex-direction: row-reverse;
  }

  .column02 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*---------column04-----------*/
.column04 {
  position: relative;
  padding: var(--px120) 0 0;
  margin: 0;
}

.column04:before {
  content: "";
  /* background: linear-gradient(180deg, #d6b327 10%, #d2c58f 90%); */
  background: linear-gradient(180deg, #b1a08a 10%, #AB9A86 90%);
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.column04_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: var(--px60) auto 0;
  z-index: 1;
}

.column04 .txtarea {
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: 0;
}

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

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

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

/*----------------------------------------------
  card
----------------------------------------------*/
/*---------coln02-----------*/

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

.post .col2_list>li {
  width: 49%;
  margin-bottom: 2%;
}

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

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

/*---------col03-----------*/
.post .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;
}

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

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

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

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

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

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

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

/*---------col5-----------*/

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

.post .col5_list>li {
  width: calc((100% / 5) - 10px);
  margin-bottom: 1.5%
}

.post .col5_list::before {
  content: "";
  display: block;
  width: calc((100% / 5) - 10px);
  height: 0;
  order: 1;
}

.post .col5_list:after {
  content: "";
  display: block;
  width: calc((100% / 5) - 10px);
  height: 0;
}

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

  .post .col5_list>li,
  .post .col5_list::before,
  .post .col5_list:after {
    width: 32%;
    margin-bottom: 2%;
  }
}

@media print,
screen and (max-width: 768px) {
  .post .col5_list>li {
    width: 49%;
  }

  .post .col5_list::before,
  .post .col5_list:after {
    content: none;
  }

  .post .card03_list.col5_list>li {
    width: 100%;
  }
}

@media print,
screen and (max-width: 414px) {
  .post .col5_list>li:last-child {
    margin-bottom: 0;
  }
}

/*---------style05-------------*/

.cardstyle05>li {
  padding-bottom: 30px;
}

.card01_list.cardstyle05>li .imgarea {
  position: relative;
}

.card01_list.cardstyle05>li .txtarea {
  position: relative;
  background: #fff;
  padding: 20px 20px 30px 20px;
  max-width: 90%;
  margin: -30px auto;
}

.num_list01 {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.num_list01 .imgarea {
  position: relative;
  margin-bottom: var(--px20);
}

.num_list01 .imgarea:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: inline-block;
  background: #ffffff;
  color: var(--color-font);
  font-weight: 400;
  font-size: var(--rem18);
  border-radius: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  bottom: -25px;
  transform: translateX(-50%);
  box-shadow: 0 0 8px #dfdfdf;
}

.num_list01 .num_listttl {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem20);
  padding: 16px 0;
  position: relative;
}

/*---------col4-----------*/

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

.post .col4_list>li {
  width: 24%;
  margin-bottom: 1.5%
}

.post .col4_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.post .col4_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  .post .col4_list>li {
    width: 49%;
  }

  .post .col4_list::before,
  .post .col4_list:after {
    content: none;
  }
}

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

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


/*---------card03-----------*/
.card03_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}

.card03_inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.card03_list>li {
  background: #eee;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.card03_list .txtarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--rem20);
  background: var(--color-primary);
  color: var(--color-background);
  flex-grow: 1;
}



/*----------------------------------------------
  btn
----------------------------------------------*/
/*---------linkBtn-primary-----------*/
.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: var(--color-background);
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: solid 2px var(--color-primary);
  border-radius: 50vh;
  transition: all .3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: var(--color-background);
}

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

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: var(--color-primary);
}

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

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

.linkBtn--l,
.post .linkBtn--l,
a.linkBtn--l,
.post .subimitarea .linkBtn--l input[type="submit"] {
  max-width: 500px;
}


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

.post .linkBtn--secondary::after,
.linkBtn--secondary::after,
a.linkBtn--secondary::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
  transition: all .3s;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-color: var(--color-primary);
}

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

.post .linkBtn--secondary:hover::after,
.linkBtn--secondary:hover::after,
a.linkBtn--secondary:hover::after {
  border-color: var(--color-background);
}

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

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

.linkBtn--secondary--l,
.post .linkBtn--secondary--l,
a.linkBtn--secondary--l,
.post .subimitarea .linkBtn--secondary--l input[type="submit"] {
  max-width: 500px;
}

/*----------------------------------------------
  fullwide
----------------------------------------------*/
/*---------fullwide03-----------*/
.fullwide03 {
  position: relative;
  background: transparent;
  padding: 0
}

.fullwide03:before {
  content: "";
  background: var(--color-secondary);
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fullwide03_wrap {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}

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


/*----------------------------------------------
  kv
----------------------------------------------*/
h1.title,
.post h1,
header#h1Header h1.title {
  font-size: var(--rem42);
}

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

#header a.head_btn.tel_btn {
  margin-right: 10px;
  color: var(--header-color-primary);

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

  &:hover {
    opacity: 0.6;
  }
}

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

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

#header a.head_btn.mail_btn {
  border: 2px solid var(--header-color-primary);

  &::before {
    content: none;
  }

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

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

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
----------------------------------------------*/
/* ----全体LAYOUT調整----*/

.footer__inner {
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: var(--px40);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
  border-bottom: solid 1px #CFCFCF;
}

@media print,
screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#copyright {
  width: 94%;
  max-width: 1240px;
}

/* ----------------------------
right
----------------------------*/

#footer .footnav ul {
  justify-content: flex-end;
}

@media print,
screen and (max-width: 768px) {
  #footer .footnav ul {
    justify-content: center;
    margin-top: var(--px40);
  }
}

/*footer navi ico*/

#footer .footnav ul>li {
  position: relative;
  line-height: 1.4;
  padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 25px;
  /* 16-9px、15-8px (1920-375) */
  margin-bottom: 10px;
}

#footer .footnav ul>li::before {
  left: 0;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 0;
  background: transparent;
}

#footer .footnav ul>li::after {
  content: none;
}

/* ----------------------------
left
----------------------------*/

#footer .footer__logo:not(:last-child) {
  margin: 0;
  text-align: left;
}

.leftarea .logoare {
  display: flex;
  flex-direction: column;
  gap: var(--px14);
  line-height: 1;
}

.footer__catchphrase {
  line-height: 1.2;
  text-align: left;
}

@media print,
screen and (max-width: 768px) {
  #footer .footer__logo:not(:last-child) {
    text-align: center;
  }

  .footer__catchphrase {
    text-align: center;
  }
}

/* ----------------------------
SNSアイコン
----------------------------*/

/*LAYOUT調整*/

#footer .socialicon ul,
.socialicon ul {
  -webkit-box-pack: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

#footer .socialicon ul li,
.socialicon ul li {
  padding: 0;
}

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

  #footer .socialicon ul,
  .socialicon ul {
    justify-content: center;
  }
}

/*アイコンサイズ調整*/

#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 {
  font-size: var(--rem24);
}

@media print,
screen and (max-width: 768px) {
  #footer .footer__logo img {
    max-width: 240px;
    max-height: 50px;
  }
}

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

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  background: var(--color-background);
  margin: 0 auto;
  padding: var(--px80) var(--px120);
  border-radius: var(--rem30);
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  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 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }

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

  .cta01 .cta01_wrap {
    padding: var(--px80) var(--px40);
  }

  .post .col4_list>li {
    margin-bottom: 40px;
  }
}

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

.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-background);
  color: var(--color-primary);
  border-radius: 50em;
  border: 2px solid var(--color-primary);
}

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

/*メールボタン*/

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

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

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

/*ボタンアイコン*/

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

/*----------サイドバナー----------*/
.cta01_bnr {
  /* background: linear-gradient(180deg, #d6b327 10%, #d2c58f 90%); */
  background: linear-gradient(180deg, #b1a08a 0%, #AB9A86 100%);
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: var(--rem28) var(--rem60);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  width: 100%;
}

.cta01_bnr .cta01_bnr_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: #eee;
  padding: var(--px80);
}

.cta01_bnr .ctabtnlist {
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 0;
}

.cta01_bnr .ctabtnlist li {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

.cta01_bnr a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px12) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
  border-radius: 50em;
}

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

.cta_bnr-title {
  width: 60%;
  margin: 0 auto;

  img {
    width: 100%;
  }
}

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

  .cta01_bnr .ctabtnlist li,
  .cta01_bnr .ctabtnlist a.item {
    width: 100%;
  }

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

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

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

.cta01_bnr .infotxt {
  font-size: var(--rem14);
  font-weight: 400;
}

/*電話ボタン*/

.cta01_bnr .telnum {
  font-size: var(--rem20);
  font-weight: bold;
  margin-bottom: 1rem;
}

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

.cta01_bnr a.telbtn {
  background: var(--color-background);
  color: var(--color-primary);
}

/*メールボタン*/

.cta01_bnr .mailbtn .btnttl {
  font-size: var(--rem14);
}

.cta01_bnr a.mailbtn {
  background: #827566;
  color: var(--color-background);
}

/*LINEボタン*/

.cta01_bnr a.linebtn {
  background: #06C755;
  color: #fff;
}

.cta01_bnr .linebtn .btnttl {
  font-size: var(--rem14);
}

/*ボタンアイコン*/

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

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

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

.cta01_bnr .linebtn .btnttl::before {
  content: '\f3c0';
  font-weight: 400;
}

@media print,
screen and (max-width: 768px) {
  .cta01_bnr {
    padding: var(--rem16);
  }

  .cta01_bnr a.item {
    border-radius: 5px;
  }

  .cta01_bnr .telnum::before,
  .cta01_bnr .mailbtn .btnttl::before,
  .cta01_bnr .linebtn .btnttl::before {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }


  .cta01_bnr .ctabtnlist li+li {
    margin-top: 0;
  }

  .cta01_bnr .btnttl {
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    font-size: var(--rem24);
  }

  #scrollUp {
    bottom: 110px !important;
  }

  .cta01_bnr .telnum {
    margin-bottom: 0;
  }
}

/*----------------------------------------------
  TOP
----------------------------------------------*/
.top-instagram {
  background: #AB9A86;
}

.top-about {
  background: url(/wp-content/uploads/top-about-bg.png) no-repeat center / cover;
}

.top-service {
  .column04 ul li {
    .imgarea {
      img {
        transition: 1s all;
      }
    }
  }

  .column04 ul li:hover {
    opacity: 1;

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

      img {
        transition: 1s all;
        transform: scale(1.2, 1.2);
        opacity: 1;
      }
    }
  }
}

.list_disc_wrap {
  padding: var(--rem30);
  background: #FFFBEA;
  color: #9D7D00;
  font-weight: bold;
}

.graph-box {
  border: 1px solid var(--color-primary);
  background: var(--color-background);
  display: flex;
  flex-direction: column;
  padding: var(--rem72) 0;
  justify-content: center;
}

.graph-list {
  display: flex;
  column-gap: 100px;
  align-items: end;
  margin: var(--rem40) auto 0 !important;

  li {
    position: relative;

    &:after {
      content: "";
      display: block;
      height: calc(100px / 2);
      width: 20px;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      background: var(--color-primary);
      position: absolute;
      top: 50%;
      right: -65px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }

    &:last-child {
      &::after {
        content: none;
      }
    }
  }
}

.graph01 {
  border: 1px solid #656565;
  border-radius: 20px 20px 0 0;
  overflow: hidden;

  dt {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6D6D6D;
    color: var(--color-background);
    height: 68px;
  }

  dd {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background);
    color: #555;
    font-weight: bold;
    height: 68px;
    border-top: 1px solid #656565;

    &.h-136 {
      height: 136px;
    }
  }
}

.graph02 {
  border: 1px solid #656565;
  border-radius: 20px 20px 0 0;

  dt {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: var(--color-background);
    height: 100px;
    position: relative;
    border-radius: 20px 20px 0 0;

    .graph-logo {
      max-width: 120px;
      padding: 5px 10px;
      position: absolute;
      top: -46px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 20px;
      overflow: hidden;
      border: 2px solid var(--color-primary);
      background: var(--color-background);

      img {
        width: 100%;
        height: 100%;
      }
    }
  }

  dd {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background);
    color: #555;
    font-weight: bold;
    height: 68px;
    border-top: 1px solid #656565;
  }
}

.graph-title {
  font-size: var(--rem24);
  color: var(--color-primary);
  text-align: center;
  margin-bottom: var(--rem60);
  font-weight: bold;
  position: relative;

  &::before,
  &::after {
    position: absolute;
    top: 2rem;
    height: 4.5rem;
    content: '';
  }

  &::before {
    border-left: solid 3px var(--color-primary);
    left: 0;
    transform: rotate(-30deg);
  }

  &::after {
    border-right: solid 3px var(--color-primary);
    right: 0;
    transform: rotate(30deg);
  }
}

@media print,
screen and (max-width: 768px) {
  .graph-title {
    margin-bottom: var(--rem120);
  }
}

.bannerlist02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--rem20);
}

.bannerlist02:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.bannerlist02:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bannerlist02 p {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #fff;
}

.bannerlist02-inner {
  display: grid;
  gap: var(--rem20);

  .bannerlist02_title {
    font-family: var(--font-family02);
    font-size: var(--rem18);
    font-weight: bold;
  }

  .bannerlist02_main {
    font-family: var(--font-family01);
    font-size: var(--rem28);
    font-weight: bold;
    line-height: 1.5;
  }
}

.bannerlist02_01::after {
  background: url(/wp-content/uploads/6_M.png) no-repeat center / cover;
}

.bannerlist02_02::after {
  background: url(/wp-content/uploads/5-1.png) no-repeat center / cover;
}

.bannerlist02_03::after {
  background: url(/wp-content/uploads/4_M.png) no-repeat center / cover;
}

.bannerlist02_04::after {
  background: url(/wp-content/uploads/3_M.png) no-repeat center / cover;
}

.bannerlist02_05::after {
  background: url(/wp-content/uploads/pixta_98819832_M.png) no-repeat center / cover;
}

.bannerlist02_06::after {
  background: url(/wp-content/uploads/7.png) no-repeat center / cover;
}

.bannerlist02_07::after {
  background: url(/wp-content/uploads/no-image.png) no-repeat center / cover;
}

.top-service-item {
  background: url(/wp-content/uploads/pixta_69557113_M.jpg) no-repeat center / cover;
  background-attachment: fixed;
}

.top-service-item_inner {
  padding: var(--px120) var(--rem40);
  background: var(--color-background);
}

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

  .top-about,
  .top-service .column04,
  .top-partners {
    padding: var(--rem80) 5%;
  }

  .top-service {
    padding: var(--rem80) 0;
  }

  .top-news {
    padding: var(--rem120) 5%;
  }

  .graph-box {
    padding: var(--rem72) 5%;
  }

  .graph-list {
    display: grid;
    row-gap: 100px;

    li {
      &:after {
        height: 20px;
        width: calc(100px / 2);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        top: initial;
        bottom: -65px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
      }
    }
  }
}

/*----------------------------------------------
  SERVICE
----------------------------------------------*/
/*--teleco_v1------------------------------*/

.teleco_v1 h2 {
  width: 100%;
}

.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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 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;
  }
}

/*----------------------------------------------
  faq
----------------------------------------------*/
.page-faq {
  background: url(/wp-content/uploads/faq_bg.jpg) no-repeat center /cover;
}

@media only screen and (max-width: 959px) {
  .page-faq .content_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.qa_list {
  cursor: pointer;
}

.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: 1rem 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
}

.qa_list .qa_list_inner .a_ico {
  color: var(--color-primary);
  background: #fff;
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  border-right: 1px solid #cccccc;
  width: 100%;
  text-align: center;
  max-width: 90px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}

.qa_list .qa_list_inner .q_ico {
  background: var(--color-primary);
  color: #fff;
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
  border-right: 1px solid #cccccc;
}

.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  line-height: 1.7;
}

.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}

.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border: 1px solid #cccccc;
  border-top: 0;
}

@media only screen and (max-width: 959px) {
  .qa_list .qa_list_inner {
    margin-bottom: 8rem;
  }
}

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

  .qa_list .qa_list_inner .q_desc,
  .qa_list .qa_list_inner .a_desc {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }

  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }

  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1.0rem;
  }

  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
  }

  .qa_list .qa_list_inner .active:after {
    right: 1.0rem;
  }
}

@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }

  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }

  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}

/*----------------------------------------------
  お問い合わせ
----------------------------------------------*/
.page-contact {
  background: url(/wp-content/uploads/contact_bg.jpg) no-repeat center /cover;
}

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

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

.card03_list .txtarea {
  background: #ffffff;
  color: #ab9a86;
  border: 1px solid #b1a08a;
}