@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&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #111;
  --color-font2: #fff;
  --color-primary: #0C3B0A;
  --color-primary-shade: #252524;
  --color-primary-tint: #000;
  --color-secondary: ;
  --color-secondary-tint: ;
  --color-table-border: #E3E3E3;
  --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: #0C3B0A;
  --header-secondary: #000;
  --header-color-primary-shade: #252524;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #0C3B0A;
  --footer-color-font: #fff;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", serif;
  --font-family02: ;
  --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;
}

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

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

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

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

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

.bg_gray {
  background-color: #F9F9F9 !important;
}

.bg_dark-yellow {
  background-color: #DBA521 !important;
}

.bg_turquoise {
  background-color: #1499AA !important;
}

.bg_purple {
  background-color: #884F78 !important;
}

.bg_navy {
  background-color: #062E63 !important;
}

.bg_bright-green {
  background-color: #B9C352 !important;
}

.bg_orange {
  background-color: #E69925 !important;
}

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

/*---------文字色-----------*/
.border-under-line {
  border-bottom: 1px solid var(--color-table-border);
}

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

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

  /*---------txtstyle01-----------*/
  &.txtstyle01 {
    font-family: var(--font-family02);
    font-size: var(--rem36);
    font-weight: 600;
    text-align: center;
    color: #111;
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

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

  /*---------txtstyle03-----------*/
  &.txtstyle03 {
    font-family: var(--font-family01);
    font-size: var(--rem60);
    font-weight: 600;
    text-align: center;
    color: var(--color-primary);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

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

    .subtxt {
      display: block;
      font-size: var(--rem30);
      color: #111;
      font-weight: 600;
      padding: 0;
      margin: var(--rem14) 0 0;
      border: none;
      background: transparent;
    }
  }

  /*---------txtstyle06-----------*/
  &.txtstyle06 {
    font-size: var(--rem30);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 0 var(--rem16);
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;
    border-left: min(calc(6px + (1vw - 19.2px) * 0.1294), 6px) solid var(--color-primary-shade);

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

    .subtxt {
      display: block;
      font-size: var(--rem16);
      color: var(--color-primary);
      font-weight: 500;
      padding: 0;
      margin: var(--rem14) 0 0;
      border: none;
      background: transparent;
    }
  }

  /*---------txtstyle_fc_gold-----------*/
  span.fc_gold {
    display: inline-block;
    background: linear-gradient(0deg, #E4BE10 0%, #F6F091 40%, #F0CA2D 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /*---------txtstyle13-----------*/
  &.txtstyle13 {
    font-size: var(--rem36);
    font-weight: bold;
    color: var(--color-font2);

    .txt_l {
      font-size: var(--rem72);
    }

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

  /*---------txtstyle14-----------*/
  &.txtstyle14 {
    font-size: var(--rem24);
    font-weight: bold;
    color: var(--color-primary);
    padding-left: 0;
    padding-bottom: var(--rem30);
    border-bottom: 1px solid #C8C8C8;

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

  /*---------txtstyle15-----------*/
  &.txtstyle15 {
    font-size: var(--rem36);
    font-weight: bold;
    color: var(--color-primary);
    text-align: center;
    border: none;

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

  /*---------txtstyle16-----------*/
  &.txtstyle16 {
    padding: var(--rem14);
    font-size: var(--rem24);
    font-weight: bold;
    color: var(--color-font2);
    text-align: center;
    border: none;
    background: var(--color-primary);

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

    .subtxt {
      margin-left: 20px;
      font-size: var(--rem36);
    }

    &.txtstyle16--left {
      text-align: left;
    }
  }

  /*---------txtstyle17-----------*/
  &.txtstyle17 {
    padding: var(--rem14);
    font-size: var(--rem24);
    font-weight: bold;
    color: var(--color-primary);
    text-align: left;
    border-bottom: 1px solid #E3E3E3;

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

  /*---------txtstyle18-----------*/
  &.txtstyle18 {
    font-size: var(--rem24);
    font-weight: bold;
    color: var(--color-font);
    border-bottom: none;
    margin-bottom: var(--rem20);

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

  /*---------txtstyle19-----------*/
  &.txtstyle19 {
    font-size: var(--rem20);
    font-weight: bold;
    color: var(--color-primary);
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;

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

  /*---------txtstyle20-----------*/
  &.txtstyle20 {
    font-size: var(--rem24);
    font-weight: bold;
    color: var(--color-font);
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
    border: none;

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

}


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

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

/* ==============================
header
============================== */
#header {

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

    &::before {
      content: none;
    }

    &:hover {
      opacity: 0.8;
    }
  }

  a.head_btn .header_tel {
    &: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 {
    &::before {
      content: none;
    }
  }

  a.head_btn.mail_btn {
    &::before {
      content: none;
    }

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

  /* nav#mainNav ul li a span,
  nav#mainNav ul li.current-menu-item a span {
    color: var(--color-primary);
  } */

  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 a {
    padding: var(--px20) var(--px12);

    &:hover {
      opacity: 0.6;
    }
  }

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

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

@media print,
screen and (min-width: 1024px) {
  nav#mainNav ul li li {
    background: var(--color-background);
  }
}

/* ==============================
footer
============================== */
.footer-link {
  max-width: 300px;
  margin: 0 auto;
}

/* ==============================
CTA
============================== */
.cta01 {
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: var(--px80);
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 960px;
  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 .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;
}

/*メールボタン*/

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

.cta01 a.mailbtn {
  background: #E6E6E6;
  color: #111;
}

/*ボタンアイコン*/

.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 {
  color: var(--color-font2);
  content: '\f3cd';
}

/* ==============================
btn
============================== */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  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: var(--px40) auto 0;
  border: solid 2px;
  border-radius: 50vh;
  transition: all .3s;
}

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

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-primary);
  background: #fff;
  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;
}

/* パララックス */
.parallax_container {
  position: relative;
  /* aspect-ratio: 1920 / 571; */
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  /* padding-top: var(--rem120);
  padding-bottom: var(--rem120); */

  @media screen and (max-width: 768px) {
    aspect-ratio: 750 / 397;
  }
}

.parallax_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}

.parallax {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(/wp-content/uploads/cta.jpg) no-repeat center / cover;

  @media screen and (max-width: 768px) {
    background: url(/wp-content/uploads/cta.jpg) no-repeat center / 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: 414px) {
  .post .col2_list>li {
    width: 100%;
  }

  .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: 414px) {
  .post .col3_list>li {
    width: 100%;
  }

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


/*---------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: 1240px) {

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

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

/*---------col5-----------*/
.col5_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

  li {
    width: calc((100% / 5) - 20px);
  }
}

@media print,
screen and (max-width: 414px) {
  .col5_list {
    justify-content: space-between;
  }
}

/* ==============================
table
============================== */
.post table.table_style01,
.post table.table_style01 th,
.post table.table_style01 td {
  border-width: 1px;
  border-color: var(--color-table-border);
}

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

.post table.table_style01 th,
.post table.table_style01 td {
  /* padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px); */
  /* 30-20px 15-10px (1920-375) */
}

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

.post table.table_style01 td {
  color: var(--color-font);
  background: none;
}

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

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

/*---------table-list-----------*/
.icon-none {
  width: var(--rem40);
}

.icon-ok {
  width: var(--rem40);
}

table.table-list {
  th {
    width: calc(100% / 7);
    text-align: center;
    vertical-align: middle;
  }

  td {
    text-align: center;
    vertical-align: middle;
  }

  .table-price {
    font-weight: bold;
    color: var(--color-primary);
    font-size: var(--rem24);
  }
}

.inner-table {
  display: inline-grid;
  grid-template-columns: 1fr 2fr;
  text-align: left;
}

table.table-01 {

  th,
  td {
    text-align: center;
    vertical-align: middle;
  }

  th {
    background: #F9F9F9;
  }

  .table-price {
    font-weight: bold;
    color: var(--color-primary);
    font-size: var(--rem24);
  }

  .times {
    font-size: var(--rem24);
  }
}

@media only screen and (max-width: 650px) {
  .table-list_wrap {
    overflow-x: scroll;
  }

  table.table-list {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .table-01 thead {
    display: none;
  }

  .table-01 tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 1.4rem;
    color: var(--color-primary);
    margin-bottom: 0.2rem;
  }

  .table-01 tbody td,
  .table-01 tbody th {
    display: block;
    width: 100%;
  }
}

/* ==============================
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 #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: var(--color-background);
  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: var(--color-font2);
  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;
  }
}

/* ==============================
TOP
============================== */

/*---------REASON-----------*/
.top-reason_list {
  .top-reason_list-item {
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--rem20);

    &.list-item01 {
      background: url(/wp-content/uploads/top_list-bg03.png) no-repeat center / contain;
    }

    &.list-item02 {
      background: url(/wp-content/uploads/top_list-bg02.png) no-repeat center / contain;
    }

    &.list-item03 {
      background: url(/wp-content/uploads/top_list-bg03.png) no-repeat center / contain;
    }

    &.list-item04 {
      background: url(/wp-content/uploads/top_list-bg04.png) no-repeat center / contain;
    }

    &.list-item05 {
      background: url(/wp-content/uploads/top_list-bg10.png) no-repeat center / contain;
    }

    &.list-item06 {
      background: url(/wp-content/uploads/top_list-bg06.png) no-repeat center / contain;
    }

    &.list-item07 {
      background: url(/wp-content/uploads/top_list-bg07.png) no-repeat center / contain;
    }

    &.list-item08 {
      background: url(/wp-content/uploads/top_list-bg08.png) no-repeat center / contain;
    }

    &.list-item09 {
      background: url(/wp-content/uploads/top_list-bg12.png) no-repeat center / contain;
    }

    p {
      text-align: center;
      color: var(--color-background);
      font-weight: bold;
    }
  }
}

@media only screen and (max-width: 559px) {
  .top-reason_list {
    .top-reason_list-item {
      width: 160px;
      height: 160px;
    }
  }
}

/*---------PLAN-----------*/
.top-plan {
  .top-plan_content {
    background: url(/wp-content/uploads/top_bg-plan.jpg) no-repeat center / cover;
  }

  .top-plan_content02_inner {
    padding: var(--rem60);
  }

  .flag_list {
    border-bottom: 1px solid #000;
  }

  .flag {
    background-image: url(/wp-content/uploads/flag02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-bottom: 7rem !important;
    padding: 4rem 4rem 9rem;

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

    h3.label {
      text-align: center;
      color: #fff;
      font-weight: bold;
      padding: .4em;
    }

    .label01 {
      background-color: #DBA521;
    }

    .label02 {
      background-color: #1499AA;
    }

    .label03 {
      background-color: #884F78;
    }

    .label04 {
      background-color: #062E63;
    }

    .label05 {
      background-color: #B9C352;
    }

    .label06 {
      background-color: #E69925;
    }
  }

  .customer_list {
    li {
      .customer_list-box {
        max-width: 590px;
        margin: 0 auto;
        padding: var(--rem20);
        text-align: center;
        border: 4px solid var(--color-primary);
        color: var(--color-primary);
        font-size: var(--rem36);
        font-weight: bold;
      }
    }
  }
}

@media only screen and (max-width: 559px) {
  .top-plan {
    .top-plan_content02_inner {
      padding: var(--rem60) 5%;
    }
  }
}


/*---------link-----------*/
.top_link-list {
  li {
    position: relative;
    padding-top: calc((630 / 1920) *100vw);

    a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      color: var(--color-font2);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);

      .link-list_en {
        font-size: var(--rem48);
        line-height: 1.2;
      }

      .link-list_ja {
        font-size: var(--rem30);
      }
    }

    &.link-list01 {
      background: url(/wp-content/uploads/link_card01.jpg) no-repeat center / cover;
    }

    &.link-list02 {
      background: url(/wp-content/uploads/link_card02.jpg) no-repeat center / cover;
    }

    &.link-list03 {
      background: url(/wp-content/uploads/link_card03.jpg) no-repeat center / cover;
    }
  }
}

/*---------Instagram-----------*/
.top-instagram {
  background: url(/wp-content/uploads/top_bg-instagram.jpg) no-repeat center /cover;
}

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

  .top-bnr,
  .top-reason-point,
  .top-plan_content .content_inner,
  .top-plan_content02,
  .top-link,
  .top-news {
    padding: var(--rem40) 5%;
  }

  .top-reason {
    padding: var(--rem40) 0;
  }

  .top-reason-point {
    .col4_list>li {
      width: 49%;
    }
  }

  .top-reason_list {
    .top-reason_list-item {
      height: 170px;
    }
  }
}

/*---------news-----------*/
.postlist li {
  border-top: 1px solid #ddd;
}

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

/* ==============================
COACHE コーチ紹介
============================== */
.coach-name {
  font-size: var(--rem30);
  color: var(--color-font);
  font-weight: bold;

  .name-kana {
    font-size: var(--rem20);
    color: #A4A4A4;
    padding-left: var(--rem24);
  }
}

.coach-position {
  font-size: var(--rem20);
  color: var(--color-primary);
  font-weight: bold;
}

.check_list-box {
  padding: var(--rem40);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F4FEF3;
}

ul.list_checkbox-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--rem40);

  li {
    position: relative;
    padding-left: 43px;

    &::before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 100%;
      background: url(/wp-content/uploads/icon-check.png) no-repeat center /contain;
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }
  }
}

@media only screen and (max-width: 559px) {
  ul.list_checkbox-img {
    grid-template-columns: initial;

    & li {
      padding-left: 23px;

      &::before {
        width: 15px;
        height: 100%;
      }
    }
  }

  .arrow_under {
    img {
      width: 20%;
    }
  }
}

/*--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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  padding: var(--rem40);
  /* 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;
  }
}


/* ==============================
REASON 選ばれる理由
============================== */
.reason_main-contents {
  background: #F4FEF3;
  padding: var(--rem42) var(--rem20) var(--rem60);
}

.section_feature {
  background: #F9F9F9;
  padding: var(--rem48) var(--rem20);
}

/* ==============================
FLOW ご利用方法
============================== */
/*---------flowlist02-----------*/
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: 10px;
  background: #F4FEF3;
  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: #999;
}

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

.post .flowlist02>li>dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem);
  /* 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: solid 1px #D0D0D0;
  color: var(--color-primary);
}

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

.flowlist02.flow-way>li dl dt .icon:before {
  background: #B9C352;
}

.flowlist02.flow-way>li:first-child dl dt .icon:before {
  background-color: #E69925;
}

.flowlist02.flow-way>li:last-child dl dt .icon:before {
  background-color: var(--color-primary);
}

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

@media print,
screen and (max-width: 450px) {
  ul.flowlist02>li {
    padding: var(--rem40) 5%;
  }

  .post .flowlist02>li>dl dt {
    flex-direction: column;
  }

  .flowlist02>li dl dt .icon:before {
    margin: 0;
  }
}

/*---------flowlist02--no-arw-----------*/
.flowlist02.flowlist02--no-arw li {
  background: none;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  box-shadow: 0px 4px 7px 0px rgba(147, 176, 195, 0.25);

}

.flowlist02.flowlist02--no-arw>li:not(:last-child) dl::before,
.flowlist02.flowlist02--no-arw>li:not(:last-child) dl::after {
  content: none;
}

.post .flowlist02.flowlist02--no-arw>li>dl {
  width: 100%;
}

/*---------flow-inner__list-----------*/
.flow-inner__list {
  display: flex;
  align-items: center;
  column-gap: var(--rem40);
}

@media print,
screen and (max-width: 450px) {
  .flow-inner__list {
    display: block;
  }
}

.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: var(--color-primary);
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 2rem 2.7rem;
  border-left-color: currentColor;
  border-right: 0;
}

@media print,
screen and (max-width: 450px) {
  .dli-caret-right {
    transform: rotate(90deg);
    display: block;
    margin: 0 auto;
  }

  .flow-inner__list {
    figure {
      margin: 0 auto;
      width: 70%;
    }
  }
}

/* ==============================
lesson レッスン料金
============================== */
.membership-contents {
  background: #F4FEF3;
  padding: var(--rem42) var(--rem20) var(--rem60);
}

.lesson-qr {
  max-width: 187px;
  margin: 0 auto;

  img {
    width: 100%;
  }
}

/* ==============================
contact お問い合わせ
============================== */
.contact-qr {
  max-width: 190px;

  img {
    width: 100%;
  }
}

.contact-tel {
  font-size: var(--rem36);
  margin-bottom: 1rem;

  &::before {
    content: "\f3cd";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 1rem;
  }
}

.wpcf7-form .must {
  background: #E80303;
}

.page-contact {
  table {
    border: none;
  }

  tr {
    border-bottom: 1px solid var(--color-table-border);
  }

  table th {
    background: none;
    border: none;
  }

  table td {
    border: none;
  }
}

@media print,
screen and (max-width: 450px) {
  .page-contact {
    .sp_line-btn {
      width: 60%;
      margin: 0 auto;
    }

    .contact-qr {
      margin: 0 auto;
    }
  }
}

/* ==============================
追従バナー
============================== */
.float-link {
  max-width: 100px;
  position: fixed;
  right: 0;
  bottom: 12rem;
  z-index: 1000;

  a {
    display: inline-block;
    width: 100%;

    img {
      width: 100%;
    }
  }
}

@media print,
screen and (max-width: 768px) {
  .float-link {
    display: none;
  }
}