/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Oswald&display=swap"); */
@media screen and (min-width: 768px) {
  .txt_pc17 {
    font-size: 17px;
  }
}

@media all and (max-width: 767px) {
  body.is-fixed {
    height: 100%;
    overflow: hidden;
  }
}

/* color */
.text-222 {
  color: #222;
}

.border-ccc {
  border-color: #ccc;
}

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Oswald', sans-serif;
*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  font-size: 13px;
}

.main {
  max-height: 100%;
}

.pc_mv {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  margin: 0 auto;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

header .header_inner {
  height: 60px;
}

@media screen and (min-width: 768px) {
  header .header_inner {
    height: 112px;
  }
}

header .header_logo svg {
  width: 94px;
}

@media screen and (min-width: 768px) {
  header .header_logo svg {
    width: 163px;
  }
}

header nav ul li a {
  font-size: 16px;
}

header#header_top {
  background: black;
  background: linear-gradient(175deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

header#header_top nav.bg-none {
  background-image: none;
}

.spmenu_btn {
  /* position: relative; */
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #222;
}

.spmenu_btn span {
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  left: 15px;
  height: 2px;
  background-color: #fff;
}

.spmenu_btn span:nth-of-type(1) {
  top: 24px;
  width: 50%;
}

.spmenu_btn span:nth-of-type(2) {
  top: 34px;
  width: 50%;
}

.spmenu_btn.active span:nth-of-type(1) {
  top: 23px;
  left: 15px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.spmenu_btn.active span:nth-of-type(2) {
  top: 35px;
  left: 15px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.spmenu {
  background-color: rgba(34, 34, 34, 0.9);
  color: #fff;
}

.spmenu ul a {
  display: block;
  font-size: 18px;
}

.spmenu a.btn {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  width: 290px;
}

.spmenu a.tel {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 28px;
}

.spmenu a.tel span {
  font-size: 16px;
  margin-right: 10px;
}

.btn-line {
  background: #2d8700;
  background: -webkit-gradient(linear, left top, right top, from(#2d8700), to(#45c505));
  background: linear-gradient(90deg, #2d8700 0%, #45c505 100%);
}

@media screen and (min-width: 768px) {
  .btn-line {
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    width: 246px;
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .btn-line span {
    width: 100%;
    position: relative;
    z-index: 3;
    color: #fff;
  }
  .btn-line span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #42C507;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .btn-line span:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.btn-mail {
  background: #8d6800;
  background: -webkit-gradient(linear, left top, right top, from(#8d6800), to(#caa846));
  background: linear-gradient(90deg, #8d6800 0%, #caa846 100%);
}

@media screen and (min-width: 768px) {
  .btn-mail {
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    width: 246px;
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .btn-mail span {
    color: #fff;
    position: relative;
    z-index: 3;
  }
  .btn-mail span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #CAA846;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .btn-mail span:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.btn-tel {
  background: #2d2d2d;
  background: -webkit-gradient(linear, left top, right top, from(#2d2d2d), to(#646464));
  background: linear-gradient(90deg, #2d2d2d 0%, #646464 100%);
}

@media screen and (min-width: 768px) {
  .btn-tel {
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    width: 246px;
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .btn-tel span {
    color: #fff;
    position: relative;
    z-index: 3;
  }
  .btn-tel span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #646464;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .btn-tel span:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.mv {
  background: url(img/mv_bg-sp.webp) top 0px center / 115% auto, #000;
  text-align: center;
  height: calc( 100vh - 61px - 92px);
  margin-top: 0px;

  position: relative;
}

@media screen and (min-width: 768px) {
  .mv {
    background: url(img/mv_bg-pc.webp) top center / cover;
    padding-top: 16.5rem;
    padding-bottom: 1rem;
    height: auto;
    margin-top: 0px;
  }
}

.mv img {
  max-width: 350px;
  margin: 0 auto;
  position: absolute;
  top: calc( 50% - 15px );
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 375px) {
    .mv img {
      max-width: 280px;
      top: calc( 50% - 15px );
  }
}
@media screen and (min-width: 768px) {
  .mv img {
    max-width: 980px;
    width: 51%;
    margin: 0 auto 3rem;
    position: relative;
  top: auto;
  left: auto;
  transform: translate(0%, 0%);
  }
  .mv img.img-free {
    width: 291px;
  }
}

.mv  .mv_btns{ justify-content: center;}

.mv .mv_btns .btn-line {
  width: 290px;
}

.mv .mv_btns .btn-mail {
  width: 290px;
}

@media screen and (min-width: 768px) {
  .mv p.txt-1 {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .mv p.txt-2 {
    font-size: 18px;
  }
}

.mv-none {
  background-color: #F5F5F5;
}

.mv-none-white {
  background-color: #fff;
}

.sp_top-btns .ttl {
  font-size: 12px;
}

.sp_top-btns a {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.sp_catch {
  background: #222222;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(50%, #444444), to(#222222));
  background: url(img/catch-bg.png) top 11.8rem center / 100% auto no-repeat, linear-gradient(180deg, #222222 0%, #444444 50%, #222222 100%);
  color: #fff;
}

.sp_catch .ttl {
  font-size: 15px;
}

.sp_catch .sub {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: .1em;
}

.user_type .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .sp_catch {
    background: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(50%, #444444), to(#222222));
    background: url(img/catch-bg.png) top 11.8rem center / 80% auto no-repeat, linear-gradient(180deg, #222222 0%, #444444 50%, #222222 100%);
    color: #fff;
  }
  .sp_catch .grid .flex{
    justify-content: center;
  }
  .sp_catch .ttl{
    font-size: 20px;
  }
  .sp_catch .sub{
    font-size: 20px;
    line-height: 2;
  }
  .user_type .ttl-1 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .sp_catch {
    background: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(50%, #444444), to(#222222));
    background: url(img/catch-bg.png) top 8.8rem center / 687px auto no-repeat, linear-gradient(180deg, #222222 0%, #444444 50%, #222222 100%);
    color: #fff;
  }
}

.user_type .ttl-1 span {
  color: #CAA846;
}

.user_type .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .user_type .ttl-2 {
    font-size: 36px;
  }
}

.user_type .deco {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  top: -35px;
  left: -35px;
}

@media screen and (min-width: 768px) {
  .user_type .deco {
    width: 83px;
    height: 83px;
    top: -83px;
    left: -83px;
  }
}

.user_type .checklist p {
  font-size: 14px;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .user_type .checklist p {
    font-size: 20px;
  }
}

.feature {
  background-color: #F5F5F5;
}

.feature .bg_txt {
  width: 50%;
  top: -90px;
}

@media screen and (min-width: 768px) {
  .feature .bg_txt {
    width: auto;
    top: -200px;
  }
}

.feature .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .feature .ttl-1 {
    font-size: 26px;
  }
}

.feature .ttl-1 span {
  color: #CAA846;
}

.feature .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .feature .ttl-2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .feature .feature_wrap-1 {
    height: 550px;
  }
}

@media screen and (min-width: 768px) {
  .feature .feature_wrap-2 {
    height: 500px;
  }
}

.feature img.feature-1 {
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .feature img.feature-1 {
    max-width: 500px;
    width: 55%;
  }
  .feature img.feature-1 + div {
    margin-left: 20%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
  }
  .feature img.feature-1 + div .feature_inner {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
}

.feature img.feature-2 {
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .feature img.feature-2 {
    max-width: 500px;
    width: 55%;
  }
  .feature img.feature-2 + div {
    margin-right: 20%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
  }
  .feature img.feature-2 + div .feature_inner {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
}

.feature .feature-ttl {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  border: 1px solid #CAA846;
  color: #CAA846;
  background-color: #fff;
  font-size: 15px;
  padding: 2px 16px;
}

.feature h3 {
  font-size: 22px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .feature h3 {
    font-size: 30px;
  }
}

.feature h3::before {
  content: '';
  width: 35px;
  height: 1px;
  display: inline-block;
  border-top: 1px solid #222;
  margin-top: 19px;
}

@media screen and (min-width: 768px) {
  .feature .feature-txt {
    font-size: 17px;
  }
}

.feature a.btn-tel {
  width: 225px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .feature a.btn-tel {
    width: 290px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .feature .featurelist {
    max-width: 980px;
    margin: 0 auto;
  }
}

.feature .featurelist div {
  background-color: #fff;
  border-right: 7px solid #EFE3BE;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.feature .featurelist div p {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .feature .featurelist div p {
    font-size: 20px;
  }
}

.feature .featurelist div p span {
  font-size: 22px;
  color: #CAA846;
}

@media screen and (min-width: 768px) {
  .feature .featurelist div p span {
    font-size: 26px;
  }
}

.feature .featurelist div p span.black {
  color: #222;
}

.beforeafter {
  background-color: #F5F5F5;
}

.beforeafter .bg_txt {
  right: 0;
  width: 50%;
  top: 28.5%;
}

@media screen and (min-width: 768px) {
  .beforeafter .bg_txt {
    width: auto;
    top: 40%;
  }
}

.beforeafter .ttl-1 {
  font-size: 16px;
}

.beforeafter .ttl-1 span {
  color: #CAA846;
}

.beforeafter .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .beforeafter .ttl-2 {
    font-size: 36px;
  }
}

.beforeafter .deco {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .beforeafter .deco {
    width: 83px;
    height: 83px;
    top: -40px;
    left: calc( 50% - 320px);
  }
}

.beforeafter img.size-1 {
  width: 100%;
  max-width: 345px;
}

@media screen and (min-width: 768px) {
  .beforeafter img.size-1 {
    max-width: 100%;
  }
}

.beforeafter .info p.name {
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  .beforeafter .info p.name {
    font-size: 30px;
  }
}

.beforeafter .info p.name span {
  font-size: 11px;
}

@media screen and (min-width: 1024px) {
  .beforeafter .info p.name span {
    font-size: 17px;
  }
}

.beforeafter .info div.range {
  color: #fff;
  background-color: #CAA846;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.beforeafter .info div.range p {
  font-size: 15px;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}

@media screen and (min-width: 1024px) {
  .beforeafter .info div.range p {
    font-size: 25px;
  }
}

.beforeafter .info div.range p span {
  font-size: 11px;
}

@media screen and (min-width: 1024px) {
  .beforeafter .info div.range p span {
    font-size: 17px;
  }
}

.beforeafter table.spec tr {
  border-bottom: 1px solid #E4E4E4;
}

.beforeafter table.spec tr th span {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  width: 100%;
  background-color: #F5F1E7;
  padding: .25rem 0;
  margin: 10px 0 5px;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr th span {
    font-size: 17px;
    padding: .3rem;
  }
}

.beforeafter table.spec tr td.before {
  text-align: right;
  padding: 2px 8px 0 2px;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr td.before {
    padding: .5rem;
  }
}

.beforeafter table.spec tr td {
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr td {
    font-size: 20px;
  }
}

.beforeafter table.spec tr td svg {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .beforeafter table.spec tr td svg {
    width: 10px;
    height: 18px;
  }
}

.beforeafter table.spec tr td.after {
  text-align: right;
  padding: 2px 4px;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr td.after {
    padding: .5rem;
  }
}

.beforeafter table.spec tr td.after span {
  color: #CAA846;
}

.beforeafter table.spec tr td.last {
  font-size: 22px;
  color: #B70000;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr td.last {
    font-size: 36px;
  }
}

.beforeafter table.spec tr td.last span {
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr td.last span {
    font-size: 30px;
  }
}

.cta {
  background-image: url("./img/sp_cta-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .cta .cta_inner {
    max-width: 910px;
    margin: 0 auto;
  }
}

.cta .ttl {
  color: #EFE3BE;
  font-size: 24px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .cta .ttl {
    font-size: 28px;
  }
}

.cta p.sub {
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cta p.sub {
    font-size: 20px;
  }
}

.cta a.btn {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  width: 290px;
}

@media screen and (min-width: 768px) {
  .cta a.btn {
    font-size: 26px;
    width: 100%;
    max-width: 440px;
  }
}

.cta a.tel {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .cta a.tel {
    font-size: 40px;
  }
}

.cta a.tel span {
  font-size: 16px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .cta a.tel span {
    font-size: 24px;
  }
}

.campaign .ttl {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .campaign .ttl {
    font-size: 36px;
    line-height: 66px;
  }
}

.campaign .ttl span {
  color: #CAA846;
}

.campaign .ttl-3 {
  font-size: 18px;
  color: #CAA846;
}

@media screen and (min-width: 768px) {
  .campaign .ttl-3 {
    font-size: 36px;
  }
}

.campaign .onetime-parent {
  flex-wrap: wrap;
}

.campaign p.onetime {
  margin-top: 30px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .campaign p.onetime {
    margin-top: 0;
    font-size: 26px;
  }
}

.campaign p.onetime span {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .campaign p.onetime span {
    font-size: 36px;
  }
}

.campaign p.onetime span span {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .campaign p.onetime span span {
    font-size: 26px;
  }
}

.campaign p.yen {
  color: #CAA846;
  font-size: 55px;
  font-family: 'Oswald', sans-serif;
}

@media screen and (min-width: 768px) {
  .campaign p.yen {
    font-size: 82px;
  }
}

.campaign p.yen span {
  font-family: 'Noto Sans JP', serif;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .campaign p.yen span {
    font-size: 50px;
  }
}

.campaign p.yen .denial-line {
  text-decoration: line-through 3px solid #B70000;
}

.campaign p.yen .denial-arrow {
  padding: 0 20px 0 25px;
  vertical-align: middle;
  font-size: 20px;
}

.campaign p.yen .denial-red {
  color: #B70000;
}

@media screen and (min-width: 768px) {
  .campaign p.yen .denial-line {
    text-decoration: line-through 5px solid #B70000;
  }
  .campaign p.yen .denial-arrow {
    font-size: 25px;
  }
}

.campaign .now {
  border: 1px solid #CAA846;
}

.campaign .now img {
  display: inline;
  max-width: 120px;
}

.campaign .now p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 45px;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .campaign .now p {
    font-size: 68px;
    line-height: 1.2;
  }
}

.campaign .now p span {
  color: #CAA846;
}

.campaign .trial {
  border: 1px solid #CAA846;
}

.campaign .trial img.trial-img {
  max-width: 220px;
}

@media screen and (min-width: 768px) {
  .campaign .trial img.trial-img {
    max-width: 262px;
  }
}

.campaign .trial .flow .flow-img {
  width: 89px;
}

@media screen and (min-width: 768px) {
  .campaign .trial .flow .flow-img {
    width: 100px;
  }
}

.campaign .trial .flow p {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .campaign .trial .flow p {
    font-size: 20px;
  }
}

.campaign .trial .flow p span {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .campaign .trial .flow p span {
    font-size: 30px;
  }
}

.counseling .bg_txt {
  width: 50%;
  top: 142px;
}

@media screen and (min-width: 768px) {
  .counseling .bg_txt {
    width: auto;
  }
}

.counseling .counselinglist div.ttl {
  background-color: #F5F5F5;
  border-right: 7px solid #EFE3BE;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.counseling .counselinglist div.ttl p {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.counseling .counselinglist div.ttl p span {
  font-size: 22px;
  color: #CAA846;
}

.counseling .counselinglist div.ttl p span.black {
  color: #222;
}

.counseling .counselinglist div.ttl img {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}

.counseling .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .counseling .ttl-2 {
    font-size: 36px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media screen and (min-width: 768px) {
  .youtube {
    max-width: 900px;
    margin: 0 auto;
  }
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.price {
  background-color: #F5F5F5;
}

.price .bg_txt {
  top: 50%;
  right: 0;
}

.price .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .price .ttl-1 {
    font-size: 26px;
  }
}

.price .ttl-1 span {
  color: #CAA846;
}

.price .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .price .ttl-2 {
    font-size: 36px;
  }
}

.price .ttl-3 {
  font-size: 18px;
  color: #CAA846;
}

@media screen and (min-width: 768px) {
  .price .ttl-3 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .price .onetime {
    font-size: 26px;
  }
}

.price .onetime span {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .price .onetime span {
    font-size: 36px;
  }
}

.price .onetime span span {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .price .onetime span span {
    font-size: 30px;
  }
}

.price .onetime:before, .price .onetime:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #aaa;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.price .price_box {
  border: 1px solid #aaa;
}

.price .price_box .course-ttl {font-size: 19px; color: #CAA846;}

.price .price_box .count {
  display: inline-block;
  background-color: #222;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.price .price_box .count p {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  font-size: 14px;
}

.price .price_box .yen {
  color: #CAA846;
  font-size: 55px;
  font-family: 'Oswald', sans-serif;
}

.price .price_box .yen span {
  font-family: 'Noto Sans JP', serif;
  font-size: 30px;
}

.price .price_box .popular {
  border-radius: 100%;
  background: #c49100;
  background: linear-gradient(125deg, #c49100 0%, #d6a200 50%, #e3be50 100%);
  width: 60px;
  height: 60px;
  font-size: 16px;
}

.price .merit {
  background-color: #F5F5F5;
  border-right: 7px solid #EFE3BE;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.price .merit p {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.price .merit span {
  font-size: 22px;
  color: #CAA846;
}

.price .merit span.black {
  color: #222;
}

.installment {
  background-color: #F5F5F5;
}

.installment .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .installment .ttl-2 {
    font-size: 36px;
  }
}

.installment .deco {
  display: block;
  width: 35px;
  height: 35px;
}

@media screen and (min-width: 768px) {
  .installment .deco {
    width: 83px;
    height: 83px;
  }
}

.installment .credit-ttl {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .installment .credit-ttl {
    font-size: 17px;
  }
}

.installment .credit-ttl span {
  font-size: 22px;
  color: #CAA846;
}

.installment .credit-price {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .installment .credit-price {
    font-size: 30px;
  }
}

.installment .credit-price span {
  font-size: 50px;
  color: #CAA846;
  font-family: 'Oswald', sans-serif;
}

@media screen and (min-width: 768px) {
  .installment .credit-price span {
    font-size: 70px;
  }
}

.installment .credit-price span span {
  font-family: 'Noto Sans JP', serif;
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .installment .credit-price span span {
    font-size: 40px;
  }
}

.installment .credit-img {
  width: 305px;
}

@media screen and (min-width: 768px) {
  .installment .credit-img {
    width: 100%;
    max-width: 412px;
  }
}

.attention .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .attention .ttl-1 {
    font-size: 26px;
  }
}

.attention .ttl-1 span {
  color: #CAA846;
}

.attention .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .attention .ttl-2 {
    font-size: 36px;
  }
}

.voice {
  background-color: #F5F5F5;
}

.voice .bg_txt {
  width: 50%;
  left: 0;
  top: -720px;
}

@media screen and (min-width: 768px) {
  .voice .bg_txt {
    width: auto;
    top: -33%;
  }
}

.voice .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .voice .ttl-1 {
    font-size: 26px;
  }
}

.voice .ttl-1 span {
  color: #CAA846;
}

.voice .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .voice .ttl-2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .voice .voice_google {
    height: 292px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

.voice .voice_google img {
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .voice .voice_google img + div {
    margin-left: 20%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
  }
  .voice .voice_google img + div .voice_google_inner {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
}

.voice .slider_wrap {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .voice .voice_box {
    max-width: 580px;
  }
}

.voice .voice_box img.icon {
  width: 58px;
}

@media screen and (min-width: 768px) {
  .voice .voice_box img.icon {
    width: 104px;
  }
}

.voice .voice_box img.star {
  width: 102px;
}

@media screen and (min-width: 768px) {
  .voice .voice_box img.star {
    width: 184px;
  }
}

@media screen and (min-width: 768px) {
  .voice .voice_box p {
    font-size: 15px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 39;
  width: 30px;
  height: 30px;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px;
    height: 50px;
    top: 50%;
  }
}

.swiper-button-prev {
  left: -15px;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: -25px;
  }
}

.swiper-button-next {
  right: -15px;
}

@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: -25px;
  }
}

.faq .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .faq .ttl-2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .faq .faq_wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq dl {
  border-color: #aaa;
  cursor: pointer;
}

.faq dl dt {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .faq dl dt {
    font-size: 22px;
  }
}

.faq dl dt:before {
  content: 'Q';
  color: #CAA846;
  font-size: 30px;
  color: #CAA846;
  font-family: 'Oswald', sans-serif;
}

@media screen and (min-width: 768px) {
  .faq dl dt:before {
    font-size: 40px;
  }
}

.faq dl dt span {
  width: 20px;
  height: 20px;
  position: relative;
}

.faq dl dt span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #222;
  -webkit-transition: .2s;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.faq dl dt span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #222;
  -webkit-transition: .3s;
  transition: .3s;
}

.faq dl.active dt span:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.faq dl.active dd span:after {
  background-color: transparent;
}

.faq dl dd {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .faq dl dd {
    font-size: 17px;
  }
}

.faq dl dd:before {
  content: 'A';
  color: #aaa;
  font-size: 30px;
  color: #aaa;
  font-family: 'Oswald', sans-serif;
}

@media screen and (min-width: 768px) {
  .faq dl dd:before {
    font-size: 40px;
  }
}

.trainer {
  background-color: #F5F5F5;
}

.trainer .bg_txt {
  top: 0;
  right: 0;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .trainer .bg_txt {
    width: auto;
  }
}

.trainer .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .trainer .ttl-1 {
    font-size: 26px;
  }
}

.trainer .ttl-1 span {
  color: #CAA846;
}

.trainer .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .trainer .ttl-2 {
    font-size: 36px;
  }
}

.trainer a.btn-tel {
  width: 170px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .trainer a.btn-tel {
    width: 200px;
    font-size: 18px;
  }
}

.trainer .slider_wrap {
  overflow-x: hidden;
}

.trainer .trainer_box img.icon {
  width: 200px;
}

@media screen and (min-width: 768px) {
  .trainer .trainer_box img.icon {
    width: 290px;
  }
}

.trainer .trainer_box p.name {
  font-family: 'Oswald', sans-serif;
  color: #CAA846;
  font-size: 22px;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .trainer .trainer_box p.name {
    font-size: 30px;
  }
}

.trainer .swiper-button-prev,
.trainer .swiper-button-next {
  top: calc( 50% - 40px);
}

.trainer .swiper-button-prev {
  left: -15px;
}

@media screen and (min-width: 768px) {
  .trainer .swiper-button-prev {
    left: -50px;
  }
}

.trainer .swiper-button-next {
  right: -15px;
}

@media screen and (min-width: 768px) {
  .trainer .swiper-button-next {
    right: -50px;
  }
}

.trainer .swiper-slide {
  opacity: .5;
}

@media screen and (min-width: 768px) {
  .trainer .swiper-slide {
    opacity: 1;
  }
}

.trainer .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.private .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .private .ttl-1 {
    font-size: 26px;
  }
}

.private .ttl-1 span {
  color: #CAA846;
}

.private .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .private .ttl-2 {
    font-size: 36px;
  }
}

.measures .measures_box {
  border: 1px solid #aaa;
}

.measures .measures_box .deco {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  top: -17.5px;
  left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .measures .measures_box .deco {
    width: 83px;
    height: 83px;
    top: -25px;
    left: 2.5rem;
  }
}

.measures .measures_box .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .measures .measures_box .ttl-1 {
    font-size: 26px;
  }
}

.measures .measures_box .ttl-1 span {
  color: #CAA846;
}

.measures .measures_box .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .measures .measures_box .ttl-2 {
    font-size: 30px;
  }
}

.measures .measures_box .measures-ttl {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  border: 1px solid #CAA846;
  color: #CAA846;
  background-color: #fff;
  font-size: 15px;
  padding: 2px 16px;
}

.measures .measures_box .measures-txt {
  background-color: #F9F6EB;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.measures .measures_box .measures-txt p {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .measures .measures_box .measures-txt p {
    font-size: 17px;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .measures .measures_list div:last-child .measures-txt p {
    padding: 13px 0;
  }
}

.maps .shopview {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.maps .shopview iframe {
  width: 100%;
  height: 100%;
}

.maps .map {
  width: 100%;
  aspect-ratio: 4 / 3;
}

@media screen and (min-width: 768px) {
  .maps .map {
    height: 360px;
  }
}

.maps .map iframe {
  width: 100%;
  height: 100%;
}

.maps .logo {
  width: 150px;
}

@media screen and (min-width: 768px) {
  .maps .logo {
    width: 250px;
  }
}

.maps .name {
  font-size: 18px;
  color: #CAA846;
}

@media screen and (min-width: 768px) {
  .maps .name {
    font-size: 22px;
    line-height: 1em;
  }
}

.maps .address {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .maps .address {
    font-size: 15px;
    line-height: 2em;
  }
}

.shops {
  background-color: #F5F5F5;
}

.shops .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .shops .ttl-2 {
    font-size: 36px;
  }
}

.shops a.btn-tel {
  width: 225px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .shops a.btn-tel {
    width: 290px;
    font-size: 20px;
  }
}

.shops .shoplist p {
  font-size: 14px;
  color: #CAA846;
}

@media screen and (min-width: 768px) {
  .shops .shoplist p {
    font-size: 20px;
  }
}

.blog .ttl-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .blog .ttl-1 {
    font-size: 26px;
  }
}

.blog .ttl-1 span {
  color: #CAA846;
}

.blog .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .blog .ttl-2 {
    font-size: 36px;
  }
}

.blog span.tag {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width:  calc(5em + 8px);
  margin-right: 2px;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  border: 1px solid #CAA846;
  color: #CAA846;
  background-color: #fff;
  font-size: 11px;
  padding: 0 3px;
}
.blog span.tag:last-of-type {
  margin-right: 0;
}

.blog p.date {
  font-size: 11px;
  color: #aaa;
}

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

  .blog span.tag {
    font-size: 15px;
  }

  .blog p.date {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .blog div.txt {
    font-size: 15px;
  }
}

.blog a.btn-tel {
  width: 225px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .blog a.btn-tel {
    width: 290px;
    font-size: 20px;
  }
}


.contact .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .contact .ttl-2 {
    font-size: 36px;
  }
}

.contact .deco {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  left: calc(50% - 142px);
  top: 0.2em;
}

@media screen and (min-width: 768px) {
  .contact .deco {
    width: 83px;
    height: 83px;
    top: -30px;
    left: calc( 50% - 280px);
  }
}

.contact .alert {
  color: #B70000;
}

.contact-wrap {
  /* radio */
}

@media screen and (min-width: 768px) {
  .contact-wrap {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .contact-wrap .contact-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.75rem;
    gap: 2rem;
  }
}

.contact-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 4px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .contact-wrap label {
    margin: 0;
    width: 290px;
  }
}

.contact-wrap label span.req {
  background-color: #222;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  padding: 5px 8px;
}

@media screen and (min-width: 768px) {
  .contact-wrap label span.req {
    font-size: 15px;
    margin-left: auto;
  }
}

.contact-wrap input[type="text"],
.contact-wrap input[type="email"],
.contact-wrap input[type="tel"],
.contact-wrap input[type="password"],
.contact-wrap textarea {
  background-color: #F5F5F5;
  border: 1px solid #aaa;
  width: 100%;
  padding: .9rem 1rem;
}

@media screen and (min-width: 768px) {
  .contact-wrap input[type="text"],
  .contact-wrap input[type="email"],
  .contact-wrap input[type="tel"],
  .contact-wrap input[type="password"],
  .contact-wrap textarea {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.contact-wrap input::-webkit-input-placeholder,
.contact-wrap textarea::-webkit-input-placeholder {
  color: #ccc;
}

.contact-wrap input:-ms-input-placeholder,
.contact-wrap textarea:-ms-input-placeholder {
  color: #ccc;
}

.contact-wrap input::-ms-input-placeholder,
.contact-wrap textarea::-ms-input-placeholder {
  color: #ccc;
}

.contact-wrap input::placeholder,
.contact-wrap textarea::placeholder {
  color: #ccc;
}

.contact-wrap .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .contact-wrap .radio {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3rem;
  }
}

.contact-wrap .radio label {
  width: auto;
}

.contact-wrap .radio .wpcf7-list-item-label {
  margin: 0;
  gap: 4px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contact-wrap .radio .wpcf7-list-item-label {
    margin: 0;
    width: auto;
    gap: 1rem;
  }
}

.contact-wrap .radio .wpcf7-list-item-label:before {
  content: '';
  display: block;
  border: 1px solid #aaa;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .contact-wrap .radio .wpcf7-list-item-label:before {
    width: 35px;
    height: 35px;
  }
}

.contact-wrap .radio .wpcf7-list-item-label:after {
  content: '';
  display: block;
  background-color: #CAA846;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 7px;
}

@media screen and (min-width: 768px) {
  .contact-wrap .radio .wpcf7-list-item-label:after {
    width: 15px;
    height: 15px;
    left: 10px;
    top: 10px;
  }
}

.contact-wrap .radio input[type=radio] {
  display: none;
}

.contact-wrap .radio input[type=radio]:checked + label::after,
.contact-wrap .radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact-wrap .radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.contact-wrap .radio .wpcf7-list-item {
  margin: 0;
}

.contact-wrap .radio .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-wrap .input-date {
  background-image: url("./img/input-date.svg");
  background-size: 20px auto;
  background-position: center right .6rem;
  background-repeat: no-repeat;
}

.contact-wrap .input-time {
  background-image: url("./img/input-time.svg");
  background-size: 20px auto;
  background-position: center right .6rem;
  background-repeat: no-repeat;
}

button[type="submit"] {
  background-color: #D8D8D8;
  width: 225px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  button[type="submit"] {
    width: 290px;
    font-size: 20px;
  }
}

button[type="submit"].btn-mail {
  background: #8d6800;
  background: -webkit-gradient(linear, left top, right top, from(#8d6800), to(#caa846));
  background: linear-gradient(90deg, #8d6800 0%, #caa846 100%);
}

.ui-timepicker-list li {
  padding: .5rem 1rem;
}

.parsley-errors-list {
  font-size: 14px;
  color: #B70000;
  margin-top: 5px;
}

.parsley-success {
  border-color: #CAA846 !important;
  background-color: #fff !important;
}

input.input-date:not(:placeholder-shown),
input.input-time:not(:placeholder-shown) {
  border-color: #CAA846 !important;
  background-color: #fff !important;
}

footer {
  margin-bottom: 118px;
}

@media screen and (min-width: 768px) {
  footer {
    margin-bottom: 0;
  }
}

footer #gotop {
  background: #2d2d2d;
  background: -webkit-gradient(linear, left top, right top, from(#2d2d2d), to(#646464));
  background: linear-gradient(90deg, #2d2d2d 0%, #646464 100%);
}

footer #gotop img {
  width: 48px;
}

@media screen and (min-width: 768px) {
  footer #gotop img {
    width: 54px;
  }
}

footer .footer-wrap {
  background-color: #222;
  font-size: 11px;
}

footer .footer-wrap a.tel {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 28px;
}

footer .footer-wrap a.tel span {
  font-size: 16px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  footer .footer-wrap .info p {
    font-size: 15px;
  }
}

footer .footer-wrap .logo svg {
  width: 120px;
}

@media screen and (min-width: 768px) {
  footer .footer-wrap .logo svg {
    width: 207px;
    height: auto;
  }
}

footer .footer-wrap ul.footer_links-1 {
  color: #EFE3BE;
}

@media screen and (min-width: 768px) {
  footer .footer-wrap ul.footer_links-1 {
    font-size: 15px;
  }
}

footer .footer-wrap ul.footer_links-1 li {
  text-decoration: underline;
}

footer .footer-wrap ul.footer_links-1 span {
  display: inline-block;
  background-color: #EFE3BE;
  width: 1px;
  height: 14px;
}

@media screen and (min-width: 768px) {
  footer .footer-wrap ul.footer_links-2 {
    font-size: 15px;
  }
}

footer .footer-wrap ul.footer_links-2 li {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  footer .footer-wrap ul.footer_links-2 span {
    display: inline-block;
    background-color: #EFE3BE;
    width: 1px;
    height: 14px;
  }
}

footer p.copy {
  background-color: #333;
  font-size: 9px;
}

@media screen and (min-width: 768px) {
  footer p.copy {
    font-size: 13px;
  }
}

.fix_follow {
  position: fixed;
  left: 1rem;
  bottom: 4rem;
  z-index: 999;
}

.fix_follow .ttl {
  font-size: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 62px;
  height: 24px;
  margin-bottom: 36px;
  letter-spacing: 1px;
}

.fix_follow svg {
  width: 24px;
  height: 24px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .modal {
    overflow-y: scroll;
    max-height: 100%;
  }
}

.modal p,
.modal ul {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .modal p,
  .modal ul {
    font-size: 15px;
  }
}

.modal .name {
  font-family: 'Oswald', sans-serif;
  color: #CAA846;
  font-size: 22px;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .modal .name {
    font-size: 30px;
  }
}

.modal .prof-img {
  width: 200px;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 768px) {
  .modal .prof-img {
    width: 400px;
  }
}

.modal .modal-info {
  height: calc(100% - 150px);
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .modal .modal-info {
    height: auto;
    padding-bottom: 0;
  }
}

.modal .wrap .flex {
  height: calc(100% - 100px);
}

.faq_tabs {
  border-color: #aaa;
}

.faq_tabs a {
  background-color: #222;
  min-height: 47.2px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .faq_tabs a {
    font-size: 18px;
  }
}

.faq_tabs a.active {
  background-color: #F9F6EB;
  color: #CAA846;
}

/* Simple Author Box - style overwrite */
.saboxplugin-wrap {
  border-radius: 2px;
  overflow: visible;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

.saboxplugin-wrap .saboxplugin-tab {
  position: relative;
  padding: 20px 0 0;
}

.saboxplugin-wrap .saboxplugin-tab .saboxplugin-gravatar {
  position: absolute;
  top: -20px;
  left: 0;
}

.saboxplugin-wrap .saboxplugin-tab .saboxplugin-gravatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top 0 left 50%;
  background-color: #fff;
  border: 1px solid #eee;
}

.saboxplugin-wrap .saboxplugin-tab .saboxplugin-authorname {
  padding-left: 120px;
  padding-right: 20px;
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 30px;
  color: #caa846;
  font-size: 18px;
  line-height: 1.388;
  font-weight: bold;
}

.saboxplugin-wrap .saboxplugin-tab .saboxplugin-authorname a {
  pointer-events: none;
  cursor: auto;
}

.saboxplugin-wrap .saboxplugin-desc {
  margin: 0 20px 30px;
}

.saboxplugin-wrap .saboxplugin-desc .sab__unit:nth-of-type(n+2) {
  margin-top: 30px;
}

.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading {
  position: relative;
  /* border-bottom: 3px solid #caa846; */
  /* padding-bottom: 10px; */
  height: 21px;
  font-size: 15.5px;
  line-height: 1.354;
  font-weight: bold;
  z-index: auto;
}

.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 8px;
  background-color: #caa846;
  border-radius: 2px;
  z-index: 10;
}
.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading::after {
  position: absolute;
  left: 0.5em;
  top: 0;
  font-size: 15.5px;
  line-height: 1.354;
  font-weight: bold;
  z-index: 20;
  text-shadow:  0 0 2px #fff,
                0 0 2px #fff,
                0 0 2px #fff,
                0 0 2px #fff,
                0 0 2px #fff;
}
.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading.unit-heading--1::after {
  content: 'メッセージ';
}
.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading.unit-heading--2::after {
  content: '資格';
}
.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading.unit-heading--3::after {
  content: '実績';
}

.saboxplugin-wrap .saboxplugin-desc p,
.saboxplugin-wrap .saboxplugin-desc ul li {
  margin: 1.33em 0 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #5f5f5f !important;
}

.saboxplugin-wrap .saboxplugin-desc ul li {
  line-height: 1.33 !important;
}

.saboxplugin-wrap .saboxplugin-desc p .fs-sm,
.saboxplugin-wrap .saboxplugin-desc ul li .fs-sm {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

.saboxplugin-wrap .saboxplugin-desc p a,
.saboxplugin-wrap .saboxplugin-desc ul li a {
  color: #caa846 !important;
}

.saboxplugin-wrap .saboxplugin-desc ul li {
  position: relative;
  padding: 0 0 0 1.33em;
}
.saboxplugin-wrap .saboxplugin-desc ul li:nth-of-type(n+2) {
  margin-top: 0.67em;
}
.saboxplugin-wrap .saboxplugin-desc ul li::before {
  position: absolute;
  content: '';
  top: 7.5px;
  left: 5px;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #5f5f5f;
  border-radius: 50%;
}

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

  .saboxplugin-wrap .saboxplugin-tab .saboxplugin-gravatar {
    left: 15px;
    padding: 0;
  }
  .saboxplugin-wrap .saboxplugin-desc {
    margin: 0 15px 20px;
  }
  .saboxplugin-wrap .saboxplugin-tab .saboxplugin-authorname {
    padding-left: 130px;
    padding-right: 15px;
    text-align: left;
  }
  .saboxplugin-wrap .saboxplugin-desc p,
  .saboxplugin-wrap .saboxplugin-desc ul li {
    text-align: left;
  }
}
/* Simple Author Box - style overwrite  END */

/* Breadcrumb NavXT style START */
.breadcrumbs-wrapper {
  position: fixed;
  /* top: 81px; */
  top: 113px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 40;
}

.breadcrumbs-wrapper .breadcrumbs {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 79.84375vw; */
  /* max-width: 700px; */
  max-width: 1152px;
  /* width: fit-content; */
  /* width: 700px; */
  max-width: 1152px;
  margin: 0 auto;
  /* padding: 10px 30px; */
  padding: 14px 0;
  overflow-x: scroll;
}
.breadcrumbs-wrapper .breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] {
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.0;
}

.breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] a.home,
.breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] a.taxonomy {
  color: #caa846;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.0;
}
.breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] a.home::before {
  content: '\f015';
  padding-right: 5px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  text-align: center;
  line-height: 1.0;
  white-space: nowrap;
}
.breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] .current-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.0;
}

.breadcrumbs-wrapper .breadcrumbs i.fa-chevron-right {
  margin: 0 10px;
  font-size: 12px;
  line-height: 1.0;
}

@media screen and (max-width: 750px) {
  .breadcrumbs-wrapper {
    top: 61px;
    width: 100%;
  }

  .breadcrumbs-wrapper .breadcrumbs {
    white-space: nowrap;
    padding: 14px 20px;
    overflow: scroll;
    width: 100%;
  }

  .breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] a.home,
  .breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] a.taxonomy,
  .breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] .current-item,
  .breadcrumbs-wrapper .breadcrumbs i.fa-chevron-right {
    font-size: 10px;
  }
}
/* Breadcrumb NavXT style END */