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


:root {
  /*------▼基本設定▼------*/
  --color-background: #F3EDE1;
  --color-font: #333333;
  --color-primary: #3D99E4;
  --color-primary-shade: ;
  --color-primary-tint: ;
  --color-secondary: #06C755;
  --color-secondary-tint: ;
  --color-table-border: #EBE5D9;
  --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: #F3EDE1;
  --header-color-font: #333333;
  --header-color-primary: #3D99E4;
  --header-secondary: #06C755;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #fff;
  --footer-color-font: #333333;
  --footer-color-primary: #3D99E4;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Josefin Sans", sans-serif;
  --font-family03: "Zen Kaku Gothic New", 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) {}

/* ==========================================================================
   Component Styles reset
   Scope: .post .package_parts
   ========================================================================== */

/* ボックスモデルの統一 */
.post .package_parts,
.post .package_parts * {
  box-sizing: border-box;
}

/* --- 見出し(h1-h6)のリセット --- */

.post .package_parts h1,
.post .package_parts h2,
.post .package_parts h3,
.post .package_parts h4,
.post .package_parts h5,
.post .package_parts h6 {
  margin: 0;
  padding: 0;
  border: none;
  /* 親テーマの線を消す */
  background: none;
  /* 親テーマの背景を消す */
  font-size: 100%;
  font-weight: normal;
  color: inherit;
  line-height: 1.5;
  box-shadow: none;
  text-shadow: none;
  width: auto;
  position: static;
}

/* 見出しの擬似要素(アイコン等)を消去 */
.post .package_parts h1::before,
.post .package_parts h1::after,
.post .package_parts h2::before,
.post .package_parts h2::after,
.post .package_parts h3::before,
.post .package_parts h3::after,
.post .package_parts h4::before,
.post .package_parts h4::after,
.post .package_parts h5::before,
.post .package_parts h5::after,
.post .package_parts h6::before,
.post .package_parts h6::after {
  content: none;
  display: none;
  background: transparent;
}

/* --- リスト(ul, ol, li)のリセット --- */
.post .package_parts ul,
.post .package_parts ol {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}

.post .package_parts li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  display: block;
  width: auto;
}

.post .package_parts li::before,
.post .package_parts li::after {
  content: none;
  display: none;
}

/* --- 定義リスト(dl, dt, dd)のリセット --- */
.post .package_parts dl,
.post .package_parts dt,
.post .package_parts dd {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: normal;
  line-height: 1.5;
}

/* --- その他タグのリセット --- */
.post .package_parts p,
.post .package_parts figure,
.post .package_parts blockquote,
.post .package_parts dl,
.post .package_parts dt,
.post .package_parts dd {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.post .package_parts table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  background: none;
}

.post .package_parts th,
.post .package_parts td {
  padding: 0;
  border: none;
  background: none;
  text-align: left;
}

/* --- 画像のリセット --- */
.post .package_parts img {
  padding: 0 !important;
  border: none !important;
  margin: 0;
  max-width: 100%;
  height: auto;
  box-shadow: none !important;
  vertical-align: bottom;
  float: none;
  background: none !important;
}

/* --- リンクのリセット --- */
.post .package_parts a {
  text-decoration: none;
  color: inherit;
  transition: none;
  border: none;
}

/* --- WordPress固有クラスの無効化 --- */
.post .package_parts .aligncenter,
.post .package_parts .alignleft,
.post .package_parts .alignright {
  float: none;
  margin: 0;
  display: inline;
}

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

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

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

body.home .c_commoncta,
body.page-contact .c_commoncta,
body.page-sitemap .c_commoncta,
body.page-privacy .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);
}

/*--お知らせ　下線--------------------------------------------*/
.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 {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: var(--color-primary-tint);
}

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

  .widecolor {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 5% min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 5%;
    /* 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: #fff !important;
}

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

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

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

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

/* 行間 */
.u-lh140 {
  line-height: 1.4;
}

.u-lh200 {
  line-height: 2;
}

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

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

/*----------------------------------------------
  header
----------------------------------------------*/
#header .logo {
  padding: 0;

  img {
    max-width: 100%;
    max-height: 100px;
  }
}

#header {
  font-family: var(--font-family02);
  height: 100px;

  a.head_btn.tel_btn {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    background: none;
    color: var(--header-color-font);
    background-color: var(--color-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: 500;
    color: var(--color-primary);

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

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

    &::before {
      content: none;
    }
  }

  a.head_btn.mail_btn {
    color: #fff;

    &::before {
      content: none;
    }

    >span {
      &:before {
        content: '\f0e0';
        display: block;
        font-family: 'FontAwesome';
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .5em;
        text-align: center;
      }
    }
  }

  a.head_btn.line_btn {
    font-family: var(--font-family02);

    &::before {
      content: none;
    }

    >span {
      &:before {
        content: '\f3c0';
        color: var(--header-background);
        display: block;
        font-family: 'FontAwesome';
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .5em;
        text-align: center;
      }
    }
  }

  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) {
  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 {
    font-family: var(--font-family02);
    background: var(--header-color-primary);
    color: #fff;
    position: relative;
    font-weight: 500;

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

  #header a.head_btn.line_btn {
    font-family: var(--font-family02);
    background: var(--header-secondary);
    color: var(--header-background);
    position: relative;
    font-weight: 500;

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

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

  nav#mainNav ul,
  #header .header__nav-contact {
    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: var(--color-background);
  }

  nav#mainNav ul li a b,
  nav#mainNav ul li a span {
    font-weight: 500;
    font-family: var(--font-family02);
  }
}

.sticky-header #header-layout {
  background: var(--color-background);
}

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

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

  &.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);
    gap: var(--rem20);
  }
}

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

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

    .c-flex__item {
      width: calc((100% / 3) - var(--rem40));
      border: 1px solid #CCCCCC;
    }
  }
}

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

  .c-flex {
    &.c-flex--col3 {
      .c-flex__item {
        width: calc((100% / 2) - var(--rem40));
      }
    }
  }
}

/*-----------------------------
リスト
------------------------------*/

/*-----------------------------
card
------------------------------*/
.card02_list>li {
  display: flex;
  gap: var(--px40);
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  padding: 20px;
  background: #fff;
  border-radius: var(--rem20);
  overflow: hidden;

  .cardstyle02__title {
    font-family: var(--font-family01);
    font-weight: bold;
    font-size: var(--rem20w);
    text-align: left;
    margin-bottom: var(--rem20);
    color: var(--color-font);
    line-height: 1.4;
  }
}

.card02_list .icoimg {
  width: var(--px160);
  height: var(--px160);
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

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

@media print,
screen and (max-width: 768px) {
  .card02_list>li {
    flex-direction: column;
    padding: var(--px80) var(--px40);
  }

  .card02_list .icoimg {
    width: var(--px240);
    height: var(--px240);
    flex-shrink: 0;
    overflow: hidden;
    line-height: 0;
    margin: 0;
  }
}


.card01_list.cardstyle02>li {
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);

  .txtarea {
    padding: 20px 20px 30px 20px;
  }

  .cardstyle02__title02 {
    text-align: center;
    font-size: var(--rem24);
    color: var(--color-primary);
    margin-bottom: var(--rem20);
    line-height: 1.4;
    font-weight: bold;
    font-family: var(--font-family03);
  }
}

/*-----------------------------
btn
------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  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: 5px;
  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 th {
  background: #fff;
}

.post table td {
  background: #fff;
}

.post table th,
.post table td {
  padding: var(--rem20) var(--rem16);
}

.post table.table_style02,
.post table.table_style02 th,
.post table.table_style02 td {
  border-width: 1px 0;
  border-color: var(--color-table-border);
}

.post table.table_style02 {
  margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
  /* 30-20px (1920-375) */
}

.post table.table_style02 th,
.post table.table_style02 td {
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  padding: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);
  /* 20-15px 15-10px (1920-375) */
}

.post table.table_style02 th {
  width: 25%;
  font-weight: 600;
}

.post table.table_style02:first-child {
  margin-top: 0;
}

.post table.table_style02:last-child {
  margin-bottom: 0;
}


.pricing-table {
  width: 100%;
  max-width: 1240px;
  /* 最大幅 */
  margin: auto;
  border-spacing: 0;
  border-collapse: separate;
  /* 丸い角のために separate に設定 */
  table-layout: fixed;
}

.pricing-table th,
.pricing-table td {
  box-sizing: border-box;
  vertical-align: middle;
}

/* === thead === */
.pricing-table thead th {
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
}

/* 空の左上セル */
.pricing-table thead th:first-child {
  background-color: transparent;
  border: none;
  width: 180px;
  /* 項目名のセルと同じ幅に設定 */
}

/* プラン名ヘッダー (青) */
.pricing-table thead th.plan-header {
  background-color: var(--color-primary);
  color: white;
  text-align: center;
  border-left: 2px solid var(--color-table-border);
}

/* ライトプランの左上を丸くする */
.pricing-table thead th:nth-child(2) {
  border-top-left-radius: var(--rem20);
}

/* プレミアムプランの右上を丸くする */
.pricing-table thead th:last-child {
  border-top-right-radius: var(--rem20);
}

/* === tbody th (グレーの項目ヘッダー) === */
.pricing-table tbody th.item-header {
  background-color: var(--primary-gray);
  color: white;
  text-align: left;
  padding: 15px 25px;
  /* 左側に多めにパディング */
  font-weight: normal;
  border: none;
  background: #847F7F;
  font-size: var(--rem20);
  font-weight: bold;
}

/* 最初の項目ヘッダー (月額料金) の左上を丸くする */
.pricing-table tbody tr:first-child th.item-header {
  border-top-left-radius: var(--rem20);
}

.pricing-table tbody tr th.item-header {
  border-bottom: 2px solid var(--color-table-border);
}

.pricing-table tbody tr:last-child th.item-header {
  border-bottom: none;
}

/* === tbody td (データセル) === */
.pricing-table tbody td {
  background-color: white;
  padding: var(--rem30) var(--rem20);
  text-align: center;
  font-size: var(--rem30);
  /* 基本の境界線 (下と右) */
  border-bottom: 1px solid var(--color-table-border);
  border-right: 1px solid var(--color-table-border);
}

/* 各行の最初のデータセル (th の右隣) に左境界線を追加 */
.pricing-table tbody td:first-of-type {
  border-left: 1px solid var(--color-table-border);
}

/* 料金セル (最初のデータ行) */
.pricing-table tbody tr:first-child td {
  font-size: var(--rem30);
  /* 非常に大きく表示 */
  font-weight: bold;
  color: #333;
  /* プランヘッダーの下にくるため、上境界線を追加 */
  border-top: 1px solid;
}


@media (max-width: 768px) {

  /* 表全体の幅を画面幅に合わせる */
  .pricing-table-wrap {
    overflow: scroll;
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }

  table.pricing-table {
    width: 700px !important;
    min-width: initial;
  }

  /* 全体的にパディング（内側の余白）をギリギリまで減らす */
  .pricing-table th,
  .pricing-table td {
    padding: 8px 4px;
  }

  /* 空の左上セル（項目名の列の幅を狭くする） */
  .pricing-table thead th:first-child {
    width: 22%;
  }

  /* プラン名（青いヘッダー） */
  .pricing-table thead th.plan-header {
    padding: 10px 4px;
    /* 文字を小さく */
  }

  /* 左側のグレーの項目名 */
  .pricing-table tbody th.item-header {
    padding: 10px;
    /* 文字を小さく */
  }
}

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

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

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

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

.page-thanks {
  h1.title.first {
    color: var(--color-font);
  }
}

/*-----------------------------
TOP
------------------------------*/
body.home {
  font-family: var(--font-family03);
}

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


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

  .main-title__en {
    display: block;
    font-size: var(--rem72);
    font-family: var(--font-family02);
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.2;
  }

  .main-title__ja {
    display: block;
    font-family: var(--font-family03);
    font-size: var(--rem20w);
    color: var(--color-font);
    font-weight: 600;
  }

  &.main-title--left {
    text-align: left;
  }

  &.main-title--white {

    .main-title__en,
    .main-title__ja {
      color: #fff;
    }
  }
}

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

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

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

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

.column06 .imgarea {
  position: relative;
  overflow: hidden;
  width: 50%;
}

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

.column06 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0 auto;
  z-index: 10;
}

.column06 .txtarea .txtinner {
  max-width: 680px;
}

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

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

  /*左右反転*/
  .column06_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) {
  .column06_wrap.rev {
    flex-direction: row;
  }

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

  .column06 .txtarea {
    margin: 0 auto;
  }
}

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

.num_list02>li {
  position: relative;
  width: 100%;
  margin-top: var(--px40w);
  padding: var(--px60) var(--px20) var(--px20);
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  background: #fff;
}

.num_list02>li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  position: absolute;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--px80);
  height: var(--px80);
  color: #fff;
  background: var(--color-primary);
  font-size: var(--px30);
  font-family: var(--font-family03);
  border-radius: 50%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.num_list02 .num_listttl {
  background: none;
  font-size: var(--rem20w);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin: 0 auto 0;
  border: none;
}

.num_list02 .num_listttl::before {
  content: "";
  display: block;
  font-size: var(--px80);
  margin: 0 auto var(--rem20);
}

.num_list02 .num01::before {
  background: url(/wp-content/uploads/icon-mobile.png) no-repeat center center/ contain;
  width: 70px;
  height: 80px;
}

.num_list02 .num02::before {
  background: url(/wp-content/uploads/icon-faq.png) no-repeat center center/ contain;
  width: 100px;
  height: 80px;
}

.num_list02 .num03::before {
  background: url(/wp-content/uploads/icon-wallet.png) no-repeat center center/ contain;
  width: 90px;
  height: 80px;
}

.num_list02 .num04::before {
  background: url(/wp-content/uploads/icon-pc.png) no-repeat center center/ contain;
  width: 90px;
  height: 80px;
}



/* スマホ */
@media print,
screen and (max-width: 1024px) {

  .l-about,
  .l-step,
  .l-news {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*-----------------------------
下層
------------------------------*/
/* kv */
#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

header#h1Header h1.title {
  font-family: var(--font-family03);
  color: var(--color-primary);
  font-weight: bold;
}

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


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

  .page-title__en {
    display: block;
    font-size: var(--rem72);
    font-family: var(--font-family02);
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.2;
  }

  .page-title__ja {
    display: block;
    font-family: var(--font-family03);
    font-size: var(--rem20w);
    color: var(--color-font);
    font-weight: 600;
  }

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

.post .secondary-title,
.secondary-title {
  padding: 0 0 10px;
  margin: 0 0 var(--rem24);
  border: none;
  background: transparent;
  text-align: left;
  position: relative;
  font-family: var(--font-family03);
  border-bottom: 1px solid var(--color-primary);
  font-size: var(--rem24);
  color: var(--color-font);


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


.white-box {
  background: #fff;
  padding: var(--px80);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--rem20);
  overflow: hidden;
}

.post .label-primary {
  font-family: var(--font-family03);
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  color: var(--color-primary);
  text-align: center;
  font-size: var(--rem24);
  border: 2px solid var(--color-primary);
  font-weight: bold;
  margin-bottom: var(--rem40);
  padding: .4em
}

.post .label-point {
  font-family: var(--font-family03);
  display: inline-block;
  margin: 0 auto var(--rem12);
  color: var(--color-primary);
  text-align: center;
  font-size: var(--rem16);
  font-weight: bold;
  background: var(--footer-background);
  padding: .4em var(--rem12);
  border-radius: 50em;
}

/*--FAQ -------------------------------------------*/

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

.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: var(--footer-background);
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  border-right: 1px solid var(--color-primary);
  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(--font-family02);
  border-right: 1px solid var(--color-primary);
}

.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 var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  -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 var(--color-primary);
  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;
  }
}

.point-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EBE5D9;
  padding: var(--rem40);
  border-radius: var(--rem20);
}

/*--flow02--------------------------------------------*/

ul.flowlist02 {
  counter-reset: flow_list;
}

ul.flowlist02>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
  width: 100%;
  padding: 60px;
  border-radius: var(--rem20);
  background: #fff;
  position: relative;
}

.flowlist02>li:not(:last-child) {
  margin-bottom: 60px;
}

.flowlist02 .flow_img {
  width: 35%;
}

.post .flowlist02>li>dl {
  width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
  line-height: 1.8;
}

.flowlist02>li:not(:last-child) dl::before,
.flowlist02>li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flowlist02>li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: var(--color-primary);
}

.flowlist02>li:not(:last-child) dl::after {
  border-width: 20px;
}

.post .flowlist02>li>dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--rem24);
  /* 2.4-1.7rem (1920-375) */
  font-weight: 600;
  padding: 0 0 1rem 0;
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  border-bottom: 1px solid var(--color-background);
}

.flowlist02>li dl dt .icon:before {
  content: counter(flow_list, decimal-leading-zero);
  counter-increment: flow_list;
  line-height: 1;
  color: #fff;
  background: var(--color-primary);
  padding: 5px 10px;
  margin-right: 10px;
  position: relative;
  z-index: 100;
  border-radius: 10px;
  white-space: nowrap;
}

.post .flowlist02>li>dl dd {
  padding: 0;
}

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

  .post .flowlist02>li>dl,
  .flowlist02 .flow_img {
    width: 100%;
  }

  .flow_img::before {
    padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
  }

  ul.flowlist02>li {
    padding: 40px;
  }
}

/*-----------------------------
Googleマップ
------------------------------*/
.googlemap {
  margin: 0 auto;
}

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

/*-----------------------------
プライバシー・ポリシー
------------------------------*/

.page-privacy {
  h3 {
    margin-top: var(--rem40) !important;
    color: var(--color-font) !important;
    background: none !important;
    padding: 0 !important;
  }
}

/*-----------------------------
CTA
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px80) 0;
  z-index: 0;
}

.cta02:before {
  content: "";
  background: url(/wp-content/uploads/cta-bg.jpg)no-repeat center / cover;
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cta02 .cta02_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.cta02 .ctabtnlist {
  justify-content: space-between;
  margin: var(--px50) auto 0 auto;
}

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

.cta02 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px40);
  text-align: center;
  box-sizing: border-box;
  border-radius: 0;
  transition: all ease .15s;
}

.cta02 .item:hover {
  opacity: 0.8;
}

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

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

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

  .cta02 .item {
    padding: var(--px60);
  }

  .cta02 a.linebtn {
    padding: var(--px100);
  }
}

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

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

.cta02 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*電話ボタン*/

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

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

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

/*メールボタン*/

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

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

/*LINEボタン*/

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

.cta02 .linebtn .btnttl {
  font-size: var(--rem24);
  margin-bottom: 0;
}

/*ボタンアイコン*/

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

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

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

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



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

#footer ul {
  margin: initial;
}

.icon-note {
  width: 50px;

  img {
    width: 100%;
  }
}

#footer li a {
  color: var(--color-font);
}