@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&Noto+Serif+JP:wght@700&family=Noto+Sans+JP&display=swap");
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.position-rel {
  position: relative !important;
}

.position-abs {
  position: absolute !important;
}

.position-fix {
  position: fixed !important;
}

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

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

@media (max-width: 600px) {
  .text-center.sp-left,
  .text-right.sp-left,
  .text-justify.sp-left {
    text-align: left !important;
  }
  .text-left.sp-center,
  .text-right.sp-center,
  .text-justify.sp-center {
    text-align: center !important;
  }
  .text-left.sp-right,
  .text-center.sp-right,
  .text-justify.sp-right {
    text-align: right !important;
  }
  .text-left.sp-justify,
  .text-center.sp-justify,
  .text-right.sp-justify {
    text-align: justify !important;
  }
}
.mg-left {
  margin-left: auto;
}

.mg-right {
  margin-right: auto;
}

.mg-center {
  margin-left: auto;
  margin-right: auto;
}

.display-bl {
  display: block;
}

.display-ib {
  display: inline-block;
}

.display-in {
  display: inline;
}

.fade-in {
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  -webkit-transition: opacity 0.75s linear 0s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.75s linear 0s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
.fade-in.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fade-in.delay1 {
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -webkit-transition: opacity 0.75s linear 0.075s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: opacity 0.75s linear 0.075s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
}
.fade-in.delay2 {
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -webkit-transition: opacity 0.75s linear 0.125s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: opacity 0.75s linear 0.125s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
}
.fade-in.fixed {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  -webkit-transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.fade-in.fixed.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fade-in.fixed.delay1 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -webkit-transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
}
.fade-in.fixed.delay2 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -webkit-transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
}

section.space,
.container.space,
.container-fluid.space,
.content.space {
  padding-top: 160px;
  padding-bottom: 160px;
}
section.min-space,
.container.min-space,
.container-fluid.min-space,
.content.min-space {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.top-space,
.container.top-space,
.container-fluid.top-space,
.content.top-space {
  padding-top: 160px;
}
section.bottom-space,
.container.bottom-space,
.container-fluid.bottom-space,
.content.bottom-space {
  padding-bottom: 160px;
}
section.min-top-space,
.container.min-top-space,
.container-fluid.min-top-space,
.content.min-top-space {
  padding-top: 80px;
}
section.min-bottom-space,
.container.min-bottom-space,
.container-fluid.min-bottom-space,
.content.min-bottom-space {
  padding-bottom: 80px;
}
section.large-top-space,
.container.large-top-space,
.container-fluid.large-top-space,
.content.large-top-space {
  padding-top: 200px;
}
section.large-bottom-space,
.container.large-bottom-space,
.container-fluid.large-bottom-space,
.content.large-bottom-space {
  padding-bottom: 200px;
}
@media (max-width: 600px) {
  section.space,
  .container.space,
  .container-fluid.space,
  .content.space {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  section.min-space,
  .container.min-space,
  .container-fluid.min-space,
  .content.min-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.top-space,
  .container.top-space,
  .container-fluid.top-space,
  .content.top-space {
    padding-top: 72px;
  }
  section.bottom-space,
  .container.bottom-space,
  .container-fluid.bottom-space,
  .content.bottom-space {
    padding-bottom: 72px;
  }
  section.min-top-space,
  .container.min-top-space,
  .container-fluid.min-top-space,
  .content.min-top-space {
    padding-top: 40px;
  }
  section.min-bottom-space,
  .container.min-bottom-space,
  .container-fluid.min-bottom-space,
  .content.min-bottom-space {
    padding-bottom: 40px;
  }
  section.large-top-space,
  .container.large-top-space,
  .container-fluid.large-top-space,
  .content.large-top-space {
    padding-top: 100px;
  }
  section.large-bottom-space,
  .container.large-bottom-space,
  .container-fluid.large-bottom-space,
  .content.large-bottom-space {
    padding-bottom: 100px;
  }
}

.container {
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}
.container.narrow {
  max-width: 1120px;
}
.container.wide {
  max-width: 1440px;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.no-padding, .container.no-padding-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-fluid {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid.no-padding, .container-fluid.no-padding-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.content.wide {
  max-width: 1120px;
}
.content.narrow {
  max-width: 740px;
}
.content.minimum-space {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content.minimum-top-space {
  padding-top: 40px;
}
.content.minimum-bottom-space {
  padding-bottom: 40px;
}
.content.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container .content, .container-fluid .content {
  padding-left: 0;
  padding-right: 0;
}
.container.no-padding .content, .container-fluid.no-padding .content {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 600px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content.no-padding, .content.no-padding-sp {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container .content, .container-fluid .content {
    padding-left: 0;
    padding-right: 0;
  }
  .container.no-padding .content, .container-fluid.no-padding .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.no-padding-sp .content, .container-fluid.no-padding-sp .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.fs-1 {
  font-size: 3rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1.125rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-min {
  font-size: 0.75rem !important;
}

@media (max-width: 600px) {
  .fs-1.fs-1-sp,
  .fs-2.fs-1-sp,
  .fs-3.fs-1-sp,
  .fs-4.fs-1-sp,
  .fs-5.fs-1-sp,
  .fs-6.fs-1-sp,
  .fs-sm.fs-1-sp,
  .fs-min.fs-1-sp {
    font-size: 2rem !important;
  }
  .fs-1.fs-2-sp,
  .fs-2.fs-2-sp,
  .fs-3.fs-2-sp,
  .fs-4.fs-2-sp,
  .fs-5.fs-2-sp,
  .fs-6.fs-2-sp,
  .fs-sm.fs-2-sp,
  .fs-min.fs-2-sp {
    font-size: 1.75rem !important;
  }
  .fs-1.fs-3-sp,
  .fs-2.fs-3-sp,
  .fs-3.fs-3-sp,
  .fs-4.fs-3-sp,
  .fs-5.fs-3-sp,
  .fs-6.fs-3-sp,
  .fs-sm.fs-3-sp,
  .fs-min.fs-3-sp {
    font-size: 1.5rem !important;
  }
  .fs-1.fs-4-sp,
  .fs-2.fs-4-sp,
  .fs-3.fs-4-sp,
  .fs-4.fs-4-sp,
  .fs-5.fs-4-sp,
  .fs-6.fs-4-sp,
  .fs-sm.fs-4-sp,
  .fs-min.fs-4-sp {
    font-size: 1.25rem !important;
  }
  .fs-1.fs-5-sp,
  .fs-2.fs-5-sp,
  .fs-3.fs-5-sp,
  .fs-4.fs-5-sp,
  .fs-5.fs-5-sp,
  .fs-6.fs-5-sp,
  .fs-sm.fs-5-sp,
  .fs-min.fs-5-sp {
    font-size: 1.125rem !important;
  }
  .fs-1.fs-6-sp,
  .fs-2.fs-6-sp,
  .fs-3.fs-6-sp,
  .fs-4.fs-6-sp,
  .fs-5.fs-6-sp,
  .fs-6.fs-6-sp,
  .fs-sm.fs-6-sp,
  .fs-min.fs-6-sp {
    font-size: 1rem !important;
  }
  .fs-1.fs-rg-sp,
  .fs-2.fs-rg-sp,
  .fs-3.fs-rg-sp,
  .fs-4.fs-rg-sp,
  .fs-5.fs-rg-sp,
  .fs-6.fs-rg-sp,
  .fs-sm.fs-rg-sp,
  .fs-min.fs-rg-sp {
    font-size: 0.875rem !important;
  }
  .fs-1.fs-sm-sp,
  .fs-2.fs-sm-sp,
  .fs-3.fs-sm-sp,
  .fs-4.fs-sm-sp,
  .fs-5.fs-sm-sp,
  .fs-6.fs-sm-sp,
  .fs-sm.fs-sm-sp,
  .fs-min.fs-sm-sp {
    font-size: 0.875rem !important;
  }
  .fs-1.fs-min-sp,
  .fs-2.fs-min-sp,
  .fs-3.fs-min-sp,
  .fs-4.fs-min-sp,
  .fs-5.fs-min-sp,
  .fs-6.fs-min-sp,
  .fs-sm.fs-min-sp,
  .fs-min.fs-min-sp {
    font-size: 0.75rem !important;
  }
}
body {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1rem;
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  body {
    font-size: 0.9375rem;
  }
}

.black {
  color: black !important;
}

.white {
  color: white !important;
}

.weight-normal {
  font-weight: 400 !important;
}

.weight-medium {
  font-weight: 500 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

.weight-black {
  font-weight: 900 !important;
}

.l-height-100 {
  line-height: 100% !important;
}

.l-height-125 {
  line-height: 125% !important;
}

.l-height-150 {
  line-height: 150% !important;
}

.l-height-175 {
  line-height: 175% !important;
}

.l-height-200 {
  line-height: 200% !important;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0.25em 0px;
  font-weight: 700;
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
  font-size: 60%;
  vertical-align: middle;
}
h1.min-space, h2.min-space, h3.min-space, h4.min-space, h5.min-space, h6.min-space {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
h1.top-space, h2.top-space, h3.top-space, h4.top-space, h5.top-space, h6.top-space {
  margin-top: 1.85em;
  margin-bottom: 0px;
}
h1.bottom-space, h2.bottom-space, h3.bottom-space, h4.bottom-space, h5.bottom-space, h6.bottom-space {
  margin-top: 0px;
  margin-bottom: 1.85em;
}
h1, h2 {
  line-height: 125%;
}

h3, h4, h5, h6 {
  line-height: 145%;
}

h1 {
  font-size: 2.25rem;
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 2rem;
}
h2.large {
  font-size: 2.5rem;
}
@media (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
  h2.large {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.75rem;
}
h3.large {
  font-size: 2rem;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.5rem;
  }
  h3.large {
    font-size: 1.625rem;
  }
}

h4 {
  font-size: 1.5rem;
}
h4.large {
  font-size: 2rem;
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.125rem;
  }
  h4.large {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.25rem;
}
h5.large {
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  h5 {
    font-size: 1.125rem;
  }
  h5.large {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1.125rem;
}
h6.large {
  font-size: 1.25rem;
}
@media (max-width: 600px) {
  h6 {
    font-size: 1.0625rem;
  }
  h6.large {
    font-size: 1.125rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.85em;
  margin-top: 1.85em;
  margin-bottom: 1.85em;
}
p.lead-text {
  font-size: 1.125rem;
  font-weight: 500;
}
p.sub-copy {
  font-size: 1.25rem;
  font-weight: 500;
}
p.large-space {
  margin-top: 3em;
  margin-bottom: 3em;
}
p.min-space {
  margin-top: 1.15em;
  margin-bottom: 1.15em;
}
p.top-space {
  margin-top: 1.85em;
  margin-bottom: 0px;
}
p.bottom-space {
  margin-top: 0px;
  margin-bottom: 1.85em;
}
p.no-space {
  margin: 0;
}
p.small {
  font-size: 0.875rem;
}
p.large {
  font-size: 1.25rem;
}
p.bold {
  font-weight: 700;
}
@media (max-width: 600px) {
  p {
    line-height: 1.85em;
    margin-top: 1.75em;
    margin-bottom: 1.75em;
    font-size: 0.875rem;
  }
  p.lead-text {
    font-size: 1rem;
    font-weight: 500;
  }
  p.smaller {
    font-size: 13px;
  }
  p.large {
    font-size: 1rem;
  }
}
@media (max-width: 350px) {
  p.large {
    font-size: 15px;
  }
}

span.underline {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.75;
}
sup, sub {
  font-size: 70%;
  letter-spacing: 0;
}
sub {
  vertical-align: baseline;
}

li, dt, dd {
  font-size: 1rem;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 600px) {
  li, dt, dd {
    font-size: 15px;
  }
}

ul.list {
  margin-top: 2.15em;
  margin-bottom: 2.15em;
}
ul.list li, ul.list dt, ul.list dd {
  line-height: 1.65;
}

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

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

@media (max-width: 600px) {
  .text-center.sp-left,
  .text-right.sp-left,
  .text-justify.sp-left {
    text-align: left !important;
  }
  .text-left.sp-center,
  .text-right.sp-center,
  .text-justify.sp-center {
    text-align: center !important;
  }
  .text-left.sp-right,
  .text-center.sp-right,
  .text-justify.sp-right {
    text-align: right !important;
  }
  .text-left.sp-justify,
  .text-center.sp-justify,
  .text-right.sp-justify {
    text-align: justify !important;
  }
}
.button.primary-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  height: 64px;
  border-radius: 8px;
  background-color: #E9AC05;
  border: none;
  color: black;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  -webkit-transition: background-color 0.5s ease-out 0s;
  transition: background-color 0.5s ease-out 0s;
}
@media (max-width: 600px) {
  .button.primary-btn {
    min-width: 160px;
    height: 56px;
    font-size: 18px;
  }
}
.button.primary-btn:hover {
  background-color: #FFD258;
}
.button.primary-btn.small {
  padding: 0px 16px;
  max-width: 100%;
  min-width: 0px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
}
.button.primary-btn.medium {
  padding: 0px 16px;
  max-width: 360px;
  min-width: 0px;
  height: 48px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .button.primary-btn.small {
    height: 40px;
    font-size: 15px;
  }
  .button.primary-btn.medium {
    height: 44px;
  }
}

a.ic-blank {
  display: inline-block;
  padding-right: 24px;
  background-image: url(../images/ic_new_tab.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-6 {
  margin: 2.5rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.mx-5 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.mx-6 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.me-0 {
  margin-right: 0;
}

.me-1 {
  margin-right: 0.25rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2.5rem;
}

.me-6 {
  margin-right: 3rem;
}

.me-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ms-0 {
  margin-left: 0;
}

.ms-1 {
  margin-left: 0.25rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2.5rem;
}

.ms-6 {
  margin-left: 3rem;
}

.ms-auto {
  margin-left: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 2.5rem;
}

.p-6 {
  padding: 3rem;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.px-5 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.px-6 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pe-0 {
  padding-right: 0;
}

.pe-1 {
  padding-right: 0.25rem;
}

.pe-2 {
  padding-right: 0.5rem;
}

.pe-3 {
  padding-right: 1rem;
}

.pe-4 {
  padding-right: 1.5rem;
}

.pe-5 {
  padding-right: 2.5rem;
}

.pe-6 {
  padding-right: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.ps-0 {
  padding-left: 0;
}

.ps-1 {
  padding-left: 0.25rem;
}

.ps-2 {
  padding-left: 0.5rem;
}

.ps-3 {
  padding-left: 1rem;
}

.ps-4 {
  padding-left: 1.5rem;
}

.ps-5 {
  padding-left: 2.5rem;
}

.ps-6 {
  padding-left: 3rem;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 3rem;
}

.row-gap-0 {
  row-gap: 0;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.row-gap-3 {
  row-gap: 1rem;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.row-gap-5 {
  row-gap: 2.5rem;
}

.row-gap-6 {
  row-gap: 3rem;
}

.column-gap-0 {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
          column-gap: 0;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem;
  -webkit-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.column-gap-3 {
  -moz-column-gap: 1rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.column-gap-5 {
  -moz-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.column-gap-6 {
  -moz-column-gap: 3rem;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
}

.pc {
  display: block !important;
}

.pci {
  display: inline !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.lpc {
  display: block !important;
}

.lpci {
  display: inline !important;
}

.tb {
  display: none !important;
}

.tbi {
  display: none !important;
}

.ltb {
  display: block !important;
}

.ltbi {
  display: inline !important;
}

.smt {
  display: none !important;
}

.smti {
  display: none !important;
}

.xsp {
  display: none !important;
}

.xspi {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .lpc {
    display: none !important;
  }
  .lpci {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tbi {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
}
@media screen and (max-width: 480px) {
  .ltb {
    display: none !important;
  }
  .ltbi {
    display: none !important;
  }
  .smt {
    display: block !important;
  }
  .smti {
    display: inline !important;
  }
}
@media screen and (max-width: 320px) {
  .sp.ex-xp {
    display: none !important;
  }
  .spi.ex-xp {
    display: none !important;
  }
  .ex-xp {
    display: none !important;
  }
  .xsp {
    display: block !important;
  }
  .xspi {
    display: inline !important;
  }
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

button, input[type=submit], input[type=reset] {
  cursor: pointer;
}

figure, picture {
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
}
figure img.auto-image, picture img.auto-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
figure figcaption, picture figcaption {
  margin-top: 0.5rem;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
img.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}
img.fit-image.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain;";
}
img.auto-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

video {
  width: 100%;
  height: auto;
}

header {
  width: 100vw;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  header {
    height: 40px;
  }
}
header .header-container {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 1024px) {
  header .header-container {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
header .header-logo img {
  width: 210px;
  height: auto;
}
@media (max-width: 1024px) {
  header .header-logo {
    position: relative;
    z-index: 6;
  }
  header .header-logo img {
    width: 160px;
  }
}
header .header-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  header .header-navigation {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: white;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  header .header-navigation.init {
    display: block;
  }
  header .header-navigation.show {
    opacity: 1;
  }
}
header .header-navigation .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
header .header-navigation .header-menu li {
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}
header .header-navigation .header-menu li a {
  display: block;
  padding: 0.25rem 0px;
  position: relative;
  padding-bottom: 4px;
}
@media (max-width: 1280px) {
  header .header-navigation .header-menu {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  header .header-navigation .header-menu li {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  header .header-navigation .header-menu {
    display: block;
    margin-top: 40px;
    padding: 8px 10px 0px;
    margin-top: 40px;
    width: 100%;
  }
  header .header-navigation .header-menu li {
    font-size: 16px;
    margin: 8px 0px;
    border-bottom: 1px solid #AAA;
  }
  header .header-navigation .header-menu li:first-child {
    padding-top: 8px;
    border-top: 1px solid #AAA;
  }
  header .header-navigation .header-menu li a {
    display: block;
    padding: 0.5rem 8px 1rem;
  }
}
header .header-navigation .header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 1024px) {
  header .header-navigation .header-links {
    margin-top: 16px;
    padding: 0px 10px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  header .header-navigation .header-links li {
    width: 50%;
  }
}
header .header-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  position: relative;
  z-index: 5;
  padding: 0;
  color: currentColor;
}
header .header-menu-button .btn-hamburger, header .header-menu-button .btn-hamburger:before, header .header-menu-button .btn-hamburger:after {
  width: 24px;
  height: 1px;
  position: absolute;
  background-color: currentColor;
}
header .header-menu-button .btn-hamburger {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  -webkit-transition: background-color 0.15s linear 0s;
  transition: background-color 0.15s linear 0s;
}
header .header-menu-button .btn-hamburger:before, header .header-menu-button .btn-hamburger:after {
  content: "";
  left: 0;
  display: block;
  border-radius: 1px;
  -webkit-transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
  -webkit-transition: top 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
header .header-menu-button .btn-hamburger:before {
  top: -6px;
}
header .header-menu-button .btn-hamburger:after {
  top: 6px;
}
header .header-menu-button .btn-hamburger.active {
  background-color: transparent !important;
  -webkit-transition: background-color 0.25s linear 0.3s;
  transition: background-color 0.25s linear 0.3s;
}
header .header-menu-button .btn-hamburger.active:before, header .header-menu-button .btn-hamburger.active:after {
  width: 20px;
  top: 0px;
}
header .header-menu-button .btn-hamburger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header .header-menu-button .btn-hamburger.active:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header .header-menu-button .btn-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media (max-width: 1024px) {
  header .header-menu-button {
    display: block;
  }
}

footer {
  color: white;
  background-color: black;
  padding: 64px 0px 40px;
}
footer .footer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
footer .footer-head a {
  display: block;
}
footer .footer-head a img {
  width: 240px;
  height: auto;
}
footer .footer-head .share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
footer .footer-head .share-link li a img {
  width: 24px;
  height: auto;
}
footer .footer-nav {
  margin-top: 40px;
}
footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
footer .footer-nav ul li.border {
  border-left: 1px solid currentColor;
  padding-left: 16px;
}
footer .footer-nav ul li:nth-last-child(2) {
  border-left: 1px solid currentColor;
  padding-left: 16px;
}
footer .footer-bottom {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
footer .footer-bottom .footer-copyright {
  margin-left: auto;
}
@media (max-width: 600px) {
  footer {
    padding: 40px 0px 24px;
  }
  footer .footer-head {
    display: block;
  }
  footer .footer-head a {
    display: block;
    text-align: center;
  }
  footer .footer-head a img {
    width: 240px;
    height: auto;
  }
  footer .footer-head .share-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-top: 24px;
  }
  footer .footer-head .share-link li a img {
    width: 32px;
    height: auto;
  }
  footer .footer-nav ul {
    display: block;
  }
  footer .footer-nav ul li {
    font-size: 18px;
    margin: 12px 0px;
  }
  footer .footer-nav ul li.border {
    border-left: none;
    border-top: 1px solid currentColor;
    padding-left: 0px;
    margin-top: 16px;
    padding-top: 16px;
  }
  footer .footer-nav ul li:nth-last-child(2) {
    border-left: none;
    border-top: 1px solid currentColor;
    padding-left: 0px;
    margin-top: 16px;
    padding-top: 16px;
  }
  footer .footer-bottom {
    margin-top: 40px;
    display: block;
    font-size: 16px;
  }
  footer .footer-bottom .footer-copyright {
    margin-top: 24px;
    font-size: 14px;
    text-align: center;
  }
}

main {
  display: block;
}
main.hide {
  display: none;
}

.top-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.top-hero .hero-heading {
  position: absolute;
  top: 45%;
  width: 100%;
  padding: 0px 24px;
  color: white;
  text-align: center;
}
.top-hero .hero-heading h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 10%;
  line-height: 160%; /* 114.4px */
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.top-hero .hero-heading h2 strong {
  font-size: 56px;
}
.top-hero .hero-heading p {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin: 24px 0px 0px;
}
@media (max-width: 600px) {
  .top-hero {
    height: 150vw;
  }
  .top-hero .hero-heading {
    padding: 0px 20px;
  }
  .top-hero .hero-heading h2 {
    font-size: 24px;
  }
  .top-hero .hero-heading h2 strong {
    font-size: 40px;
  }
  .top-hero .hero-heading p {
    font-size: 18px;
    margin: 16px 0px 0px;
  }
}
.top-hero .hero-image {
  height: 100%;
}
.top-hero .hero-image picture {
  height: 100%;
}
.top-hero .hero-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}

.about-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  counter-reset: number;
}
.about-list .about-item {
  width: 32%;
  counter-increment: number;
  position: relative;
}
.about-list .about-item::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: -32px;
  left: -16px;
  color: #E9AC05;
  font-size: 56px;
  font-weight: 700;
}
.about-list .about-item p {
  font-size: 20px;
  text-align: center;
  margin: 0.5rem 0px;
}
@media (max-width: 600px) {
  .about-list {
    margin-top: 48px;
    display: block;
  }
  .about-list .about-item {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 32px;
  }
  .about-list .about-item:last-child {
    margin-bottom: 0;
  }
  .about-list .about-item::before {
    top: -24px;
    left: -16px;
    font-size: 40px;
  }
  .about-list .about-item p {
    font-size: 18px;
    font-weight: 700;
  }
}

.top-beforeafter {
  overflow-x: hidden;
  background-size: cover;
}

.beforeafter-list {
  margin-top: 80px;
}
.beforeafter-list .beforeafter-item {
  max-width: 680px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.beforeafter-list .beforeafter-item .item-data {
  display: block;
  margin-top: 24px;
  padding: 4px 8px;
  border: 1px solid #E9AC05;
}
.beforeafter-list .beforeafter-item .item-data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.beforeafter-list .beforeafter-item .item-data ul li {
  color: #E9AC05;
  font-size: 36px;
}
.beforeafter-list .beforeafter-item .item-data ul li span {
  display: inline-block;
  margin-right: 8px;
  color: white;
  font-size: 16px;
}
@media (max-width: 600px) {
  .beforeafter-list {
    margin-top: 48px;
  }
  .beforeafter-list .beforeafter-item {
    max-width: 320px;
    padding: 12px;
  }
  .beforeafter-list .beforeafter-item .item-data {
    margin-top: 16px;
  }
  .beforeafter-list .beforeafter-item .item-data ul {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .beforeafter-list .beforeafter-item .item-data ul li {
    font-size: 24px;
    text-align: center;
  }
  .beforeafter-list .beforeafter-item .item-data ul li span {
    display: block;
    margin-right: 0px;
    font-size: 14px;
  }
}

.reason-list .reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0px;
}
.reason-list .reason-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.reason-list .reason-item:last-child {
  margin-bottom: 0;
}
.reason-list .reason-item .reason-image {
  width: 52.5%;
}
.reason-list .reason-item .reason-text {
  width: 47.5%;
}
.reason-list .reason-item .reason-text {
  padding: 0px 4%;
}
.reason-list .reason-item .reason-text .title {
  font-size: 28px;
}
.reason-list .reason-item .reason-text .title span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .reason-list .reason-item {
    display: block;
    margin: 40px 0px;
  }
  .reason-list .reason-item .reason-image {
    width: 100%;
  }
  .reason-list .reason-item .reason-text {
    width: 100%;
  }
  .reason-list .reason-item .reason-text {
    padding: 0px 20px;
  }
  .reason-list .reason-item .reason-text .title {
    font-size: 24px;
  }
  .reason-list .reason-item .reason-text .title span {
    font-size: 18px;
    font-weight: 700;
  }
}

.top-plan {
  background-size: cover;
}

.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.plan-list .plan-item {
  width: 40%;
  color: white;
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid white;
}
.plan-list .plan-item:nth-child(odd) {
  margin-left: 5%;
}
.plan-list .plan-item:nth-child(even) {
  margin-left: auto;
  margin-right: 5%;
}
.plan-list .plan-item .plan-name {
  font-size: 32px;
  font-weight: 700;
  min-height: 100px;
}
.plan-list .plan-item p {
  font-size: 18px;
}
.plan-list .plan-item .plan-price {
  width: 90%;
  max-width: 360px;
  margin: 0px auto;
  padding: 4px 0px;
  border: 2px solid #E9AC05;
  font-size: 32px;
}
.plan-list .plan-item .plan-price small {
  font-size: 16px;
  margin-left: 4px;
}
@media (max-width: 600px) {
  .plan-list {
    display: block;
    margin-top: 48px;
  }
  .plan-list .plan-item {
    width: 100%;
    padding: 16px 20px 0px;
    margin-bottom: 40px;
  }
  .plan-list .plan-item:last-child {
    margin-bottom: 0;
  }
  .plan-list .plan-item:nth-child(odd) {
    margin-left: 0;
  }
  .plan-list .plan-item:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  .plan-list .plan-item .plan-name {
    font-size: 24px;
    min-height: 0px;
  }
  .plan-list .plan-item p {
    font-size: 16px;
  }
  .plan-list .plan-item .plan-price {
    width: 90%;
    max-width: 360px;
    margin: 0px auto;
    padding: 4px 0px;
    border: 2px solid #E9AC05;
    font-size: 28px;
  }
  .plan-list .plan-item .plan-price small {
    font-size: 14px;
    margin-left: 4px;
  }
}

.column-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
.column-list .column-item {
  width: 31%;
  padding: 20px;
  background-color: #F8F8F8;
}
.column-list .column-item figure {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column-list .column-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.column-list .column-item .column-meta {
  margin-top: 16px;
}
.column-list .column-item h5 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.column-list .column-item h5 a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .column-list {
    margin-top: 48px;
    display: block;
  }
  .column-list .column-item {
    width: 90%;
    padding: 16px;
    margin-left: 5%;
    margin-bottom: 32px;
  }
  .column-list .column-item:last-child {
    margin-bottom: 0;
  }
  .column-list .column-item figure {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
  }
  .column-list .column-item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .column-list .column-item .column-meta {
    margin-top: 16px;
  }
  .column-list .column-item h5 {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
  }
  .column-list .column-item h5 a:hover {
    text-decoration: underline;
  }
}

.access-box {
  background-position: center;
  background-size: cover;
  width: 80%;
  max-width: 1000px;
  height: 320px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.access-box .box-inner {
  padding: 40px 40px;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.access-box .box-inner h3 {
  width: 240px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.access-box .box-inner h3 span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}
.access-box .box-inner .link {
  width: 320px;
}
@media (max-width: 600px) {
  .access-box {
    width: auto;
    height: auto;
    padding: 48px 32px;
    display: block;
  }
  .access-box .box-inner {
    padding: 24px;
    display: block;
  }
  .access-box .box-inner h3 {
    width: auto;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
  }
  .access-box .box-inner h3 span {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .access-box .box-inner .link {
    width: 100%;
    margin-top: 32px;
  }
}

.js-slick {
  position: relative;
}
.js-slick .slick-list,
.js-slick .slick-track {
  height: 100%;
  overflow: visible;
}
.js-slick .slick-track {
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  margin-left: 0px;
  margin-right: 0;
}
.js-slick.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-slick .slick-button {
  position: absolute;
  bottom: 3px;
  z-index: 2;
  line-height: 1;
}

/* Slider */
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: none !important;
  height: auto;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.primary {
  color: #E9AC05;
}

.bg-primary {
  background-color: #FFFCF4;
}

.relative {
  position: relative;
}

a.text-link {
  color: #E9AC05;
  text-decoration: underline;
}

.serif {
  font-family: "Noto Serif JP", serif;
}
.gym-heading {
  position: relative;
  z-index: 1;
}
.gym-heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(50% - 200px);
  top: 28px;
  width: 400px;
  height: 48px;
  background-color: rgba(233, 172, 5, 0.2);
}
.gym-heading.large-square::after {
  left: calc(50% - 300px);
  top: 36px;
  width: 600px;
  height: 72px;
  background-color: rgba(233, 172, 5, 0.5);
}
.gym-heading.white::after {
  background-color: rgba(233, 172, 5, 0.4);
}
@media (max-width: 600px) {
  .gym-heading::after {
    left: 10%;
    top: 20px;
    width: 80%;
    height: 32px;
  }
  .gym-heading.large-square::after {
    left: 0;
    top: 24px;
    width: 100%;
    height: 48px;
  }
}

.section-title {
  margin-bottom: 3rem;
  text-align: center;
}
.section-title h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}
.section-title h3 span {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 28px;
  }
  .section-title h3 span {
    font-size: 24px;
  }
}

.section-description {
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 600px) {
  .section-description {
    font-size: 18px;
  }
}

.section-lead-text {
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
}
.section-lead-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
  width: 120px;
  border-bottom: 2px solid #E9AC05;
}
@media (max-width: 600px) {
  .section-lead-text {
    font-size: 18px;
  }
  .section-lead-text::after {
    left: calc(50% - 50px);
    width: 100px;
  }
}

.page-hero {
  position: relative;
  width: 100vw;
  height: 33.3333vw;
  max-height: 520px;
  overflow: hidden;
  margin-top: 60px;
}
.page-hero .hero-heading {
  position: absolute;
  top: 35%;
  width: 100%;
  padding: 0px 24px;
  color: white;
  text-align: center;
}
.page-hero .hero-heading h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 114.4px */
}
.page-hero .hero-heading h1 span {
  display: block;
  font-size: 40px;
}
@media (max-width: 600px) {
  .page-hero {
    height: 120vw;
  }
  .page-hero .hero-heading {
    top: 40%;
    padding: 0px 20px;
  }
  .page-hero .hero-heading h1 {
    font-size: 32px;
  }
  .page-hero .hero-heading h1 span {
    font-size: 28px;
  }
}
.page-hero .hero-image {
  height: 100%;
}
.page-hero .hero-image picture {
  height: 100%;
}
.page-hero .hero-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}

.link-button {
  margin-top: 4rem;
}
.link-button .button {
  margin-left: auto;
  margin-right: auto;
}
.link-button.left .button {
  margin-left: 0;
}
@media (max-width: 600px) {
  .link-button {
    margin-top: 48px;
  }
}

.embed-movie {
  position: relative;
  padding-top: 56.26%;
}
.embed-movie > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media (max-width: 600px) {
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.banners .banner-items {
  max-width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banners .banner-items a {
  display: block;
  width: 50%;
}
@media (max-width: 600px) {
  .banners .banner-items {
    display: block;
  }
  .banners .banner-items a {
    width: 90%;
    margin: 16px auto;
  }
}

.image-center-textbox {
  position: relative;
}
.image-center-textbox picture {
  width: 70%;
}
.image-center-textbox .center-box {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 28px 24px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 600px) {
  .image-center-textbox picture {
    width: calc(96% + 20px);
    margin-left: -20px;
  }
  .image-center-textbox .center-box {
    width: 96%;
    margin-left: auto;
    margin-top: -48px;
    margin-right: -20px;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 16px 16px;
  }
}

.color-list {
  padding-left: 1.75rem;
}
.color-list li {
  color: #7B5D0C;
  font-size: 18px;
  font-weight: 600;
  margin: 0.25rem 0px;
  list-style: decimal;
}
@media (max-width: 600px) {
  .color-list {
    padding-left: 1.45rem;
  }
  .color-list li {
    font-size: 16px;
  }
}

.decimal-list {
  padding-left: 1.45rem;
}
.decimal-list li {
  margin: 0.25rem 0px;
  list-style: decimal;
}
.disc-list {
  padding-left: 1.45rem;
}
.disc-list li {
  margin: 0.25rem 0px;
  list-style: disc;
}
.about-support {
  margin-top: 100px;
}
.about-support .support-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0px;
}
.about-support .support-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-support .support-item:last-child {
  margin-bottom: 0;
}
.about-support .support-item picture {
  width: 52.5%;
}
.about-support .support-item .support-body {
  width: 47.5%;
  padding: 0px 3%;
}
.about-support .support-body .support-body-head {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.about-support .support-body .support-body-head span {
  display: inline-block;
  width: 200px;
  padding: 8px 0px;
  border: 2px solid #E9AC05;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
}
.about-support .support-body .support-body-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
  width: 120px;
  border-bottom: 1px solid #E9AC05;
}
@media (max-width: 600px) {
  .about-support {
    margin-top: 48px;
  }
  .about-support .support-item {
    display: block;
    margin: 32px 0px;
  }
  .about-support .support-item picture {
    width: 100%;
  }
  .about-support .support-item .support-body {
    width: 100%;
    padding: 0px;
  }
  .about-support .support-body {
    margin-top: 32px;
  }
  .about-support .support-body .support-body-head {
    font-size: 16px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .about-support .support-body .support-body-head span {
    display: inline-block;
    width: 160px;
    padding: 6px 0px;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .about-support .support-body .support-body-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 60px);
    width: 120px;
    border-bottom: 1px solid #E9AC05;
  }
}

.about-training-block {
  margin-top: 80px;
}
.about-training-block .center-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .about-training-block {
    margin-top: 48px;
  }
}

.about-food-block {
  margin-top: 80px;
}
.about-food-block picture {
  width: 60%;
}
.about-food-block .center-box {
  width: 50%;
}
.about-food-block .center-box p:first-child {
  margin-top: 0;
}
.about-food-block .center-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .about-food-block picture {
    width: calc(96% + 20px);
    margin-left: -20px;
  }
  .about-food-block .center-box {
    width: 96%;
  }
}

.room-points,
.room-points2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.room-points .point-image,
.room-points .point-text,
.room-points2 .point-image,
.room-points2 .point-text {
  width: 48.5%;
}
.room-points .point-image:nth-child(even),
.room-points .point-text:nth-child(even),
.room-points2 .point-image:nth-child(even),
.room-points2 .point-text:nth-child(even) {
  margin-left: auto;
}
.room-points .point-title,
.room-points2 .point-title {
  font-size: 28px;
  margin-bottom: 24px;
}
.room-points .point-title span,
.room-points2 .point-title span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .room-points,
  .room-points2 {
    display: block;
  }
  .room-points .point-image,
  .room-points .point-text,
  .room-points2 .point-image,
  .room-points2 .point-text {
    width: 100%;
  }
  .room-points .point-image:nth-child(even),
  .room-points .point-text:nth-child(even),
  .room-points2 .point-image:nth-child(even),
  .room-points2 .point-text:nth-child(even) {
    margin-left: auto;
  }
  .room-points .point-title,
  .room-points2 .point-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .room-points .point-title span,
  .room-points2 .point-title span {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }
}

.room-points .point-image:nth-child(2) {
  margin-top: min(8vw, 120px);
}
.room-points .point-text {
  margin-top: min(-6vw, -60px);
}
@media (max-width: 600px) {
  .room-points .point-image:nth-child(2) {
    margin-top: 24px;
  }
  .room-points .point-text {
    margin-top: 0;
  }
}

.room-points2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.room-points2 .point-text {
  padding: 0px 2%;
}
.room-points2 p:first-child {
  margin-top: 0;
}
@media (max-width: 600px) {
  .room-points2 .point-text {
    padding: 0px;
  }
}

.before-after-list .before-after-item {
  margin: 64px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.before-after-list .before-after-item .before-after-image {
  width: 52.5%;
}
.before-after-list .before-after-item .before-after-data {
  width: 47.5%;
  padding-left: 4.5%;
  margin-left: auto;
}
.before-after-list .before-after-item .before-after-comment {
  width: 65%;
}
@media (max-width: 600px) {
  .before-after-list .before-after-item {
    margin: 40px 0px 64px;
  }
  .before-after-list .before-after-item:last-child {
    margin-bottom: 0;
  }
  .before-after-list .before-after-item .before-after-image {
    width: 100%;
  }
  .before-after-list .before-after-item .before-after-data {
    width: 100%;
    padding-left: 0%;
    margin-left: 0px;
  }
  .before-after-list .before-after-item .before-after-comment {
    width: 100%;
  }
}
.before-after-list .before-after-item .before-after-data .data-head {
  text-align: center;
}
.before-after-list .before-after-item .before-after-data .data-head h4 {
  color: #997513;
  font-size: 32px;
}
.before-after-list .before-after-item .before-after-data .data-head p {
  font-size: 20px;
  font-weight: 700;
  margin: 1rem 0px 2.5rem;
}
.before-after-list .before-after-item .before-after-data .data-result li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin: 8px 0px;
}
.before-after-list .before-after-item .before-after-data .data-result li .result-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22.5%;
  background-color: black;
  color: white;
}
.before-after-list .before-after-item .before-after-data .data-result li .result-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 77.5%;
  padding: 0px 16px;
  background-color: #FDF7E6;
}
.before-after-list .before-after-item .before-after-data .data-result li .result-value span {
  font-size: 20px;
}
.before-after-list .before-after-item .before-after-data .data-result li .result-value strong {
  color: #E9AC05;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .before-after-list .before-after-item .before-after-data .data-head {
    margin-top: 24px;
  }
  .before-after-list .before-after-item .before-after-data .data-head h4 {
    font-size: 24px;
  }
  .before-after-list .before-after-item .before-after-data .data-head p {
    font-size: 18px;
    margin: 8px 0px 16px;
  }
  .before-after-list .before-after-item .before-after-data .data-result li {
    height: 48px;
  }
  .before-after-list .before-after-item .before-after-data .data-result li .result-head {
    width: 72px;
    font-size: 14px;
  }
  .before-after-list .before-after-item .before-after-data .data-result li .result-value {
    width: calc(100% - 72px);
    padding: 0px 8px;
  }
  .before-after-list .before-after-item .before-after-data .data-result li .result-value span {
    font-size: 16px;
  }
  .before-after-list .before-after-item .before-after-data .data-result li .result-value strong {
    font-size: 22px;
  }
}
.before-after-list .before-after-item .before-after-comment {
  padding: 16px 24px 8px;
  border: 1px solid #E9AC05;
  border-radius: 16px;
  margin-top: 40px;
}
.before-after-list .before-after-item .before-after-comment .comment-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #E9AC05;
  color: #E9AC05;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .before-after-list .before-after-item .before-after-comment {
    padding: 12px 16px 16px;
    border-radius: 8px;
    margin-top: 16px;
  }
  .before-after-list .before-after-item .before-after-comment .comment-title {
    padding-bottom: 12px;
    font-size: 18px;
  }
  .before-after-list .before-after-item .before-after-comment .comment-body {
    padding-top: 16px;
  }
  .before-after-list .before-after-item .before-after-comment .comment-body p {
    margin: 0px 0px 16px;
  }
  .before-after-list .before-after-item .before-after-comment .comment-body p:last-child {
    margin-bottom: 0;
  }
}

.trainer-list .trainer-item {
  margin: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trainer-list .trainer-item:last-child {
  margin-bottom: 0;
}
.trainer-list .trainer-item .trainer-image {
  width: 38%;
}
.trainer-list .trainer-item .trainer-profile {
  width: 62%;
  padding-left: 4%;
}
@media (max-width: 600px) {
  .trainer-list .trainer-item {
    margin: 64px 0px;
  }
  .trainer-list .trainer-item .trainer-image {
    width: 100%;
  }
  .trainer-list .trainer-item .trainer-profile {
    width: 100%;
    padding-left: 0%;
  }
}
.trainer-list .trainer-item .trainer-profile .profile-head {
  color: #7B5D0C;
  font-size: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid #7B5D0C;
}
.trainer-list .trainer-item .trainer-profile .profile-head small {
  display: inline-block;
  margin-left: 0.5rem;
  color: black;
  font-size: 14px;
}
.trainer-list .trainer-item .trainer-profile .profile-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
.trainer-list .trainer-item .trainer-profile .profile-data .data-name {
  width: 120px;
  height: 36px;
  padding: 4px 0px;
  border: 2px solid currentColor;
  font-weight: 700;
  text-align: center;
}
.trainer-list .trainer-item .trainer-profile .profile-data .data-list {
  width: calc(100% - 120px);
  padding-left: 40px;
}
.trainer-list .trainer-item .trainer-profile .profile-comment {
  padding: 16px 24px;
  border: 1px solid #E9AC05;
  border-radius: 16px;
  margin-top: 40px;
}
.trainer-list .trainer-item .trainer-profile .profile-comment p:first-child {
  margin-top: 0;
}
.trainer-list .trainer-item .trainer-profile .profile-comment p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .trainer-list .trainer-item .trainer-profile {
    margin-top: 16px;
  }
  .trainer-list .trainer-item .trainer-profile .profile-head {
    font-size: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #7B5D0C;
  }
  .trainer-list .trainer-item .trainer-profile .profile-head small {
    font-size: 12px;
  }
  .trainer-list .trainer-item .trainer-profile .profile-data {
    margin-top: 16px;
  }
  .trainer-list .trainer-item .trainer-profile .profile-data .data-name {
    width: 80px;
    height: 32px;
    font-size: 14px;
  }
  .trainer-list .trainer-item .trainer-profile .profile-data .data-list {
    width: calc(100% - 80px);
    padding-left: 36px;
  }
  .trainer-list .trainer-item .trainer-profile .profile-comment {
    padding: 16px 16px;
    border-radius: 8px;
    margin-top: 24px;
  }
  .trainer-list .trainer-item .trainer-profile .profile-comment p:first-child {
    margin-top: 0;
  }
  .trainer-list .trainer-item .trainer-profile .profile-comment p:last-child {
    margin-bottom: 0;
  }
}

.voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  margin-top: 64px;
}
.voice-list figure {
  width: 30%;
  margin: 2.5% 0px;
}
@media (max-width: 600px) {
  .voice-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-top: 24px;
  }
  .voice-list figure {
    width: 100%;
    margin: 0px 0px 16px;
  }
}

.course-list {
  margin-top: 120px;
}
@media (max-width: 600px) {
  .course-list {
    margin-top: 64px;
  }
}

.course-table {
  margin: 32px 0px;
}
.course-table .table-head,
.course-table .table-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.course-table .table-head .table-left,
.course-table .table-data .table-left {
  width: 35%;
}
.course-table .table-head .table-right,
.course-table .table-data .table-right {
  width: 65%;
}
.course-table .table-head .table-left,
.course-table .table-head .table-right,
.course-table .table-data .table-left,
.course-table .table-data .table-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  background-color: #FDF7E6;
}
.course-table .table-head .table-left strong,
.course-table .table-data .table-left strong {
  font-size: 20px;
}
.course-table .table-head .table-right,
.course-table .table-data .table-right {
  border-left: 4px solid white;
}
.course-table .table-head .table-right li,
.course-table .table-data .table-right li {
  width: 33.33333%;
  text-align: center;
  font-weight: 500;
}
.course-table .table-head .table-right li strong,
.course-table .table-data .table-right li strong {
  font-size: 24px;
}
@media (max-width: 600px) {
  .course-table .table-head,
  .course-table .table-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .course-table .table-head .table-left,
  .course-table .table-data .table-left {
    display: none;
  }
  .course-table .table-head .table-right,
  .course-table .table-data .table-right {
    width: 100%;
  }
  .course-table .table-head .table-left,
  .course-table .table-head .table-right,
  .course-table .table-data .table-left,
  .course-table .table-data .table-right {
    height: 64px;
  }
  .course-table .table-head .table-left strong,
  .course-table .table-data .table-left strong {
    font-size: 18px;
  }
  .course-table .table-head .table-right,
  .course-table .table-data .table-right {
    border-left: none;
  }
  .course-table .table-head .table-right li,
  .course-table .table-data .table-right li {
    width: 30%;
    font-size: 14px;
  }
  .course-table .table-head .table-right li:last-child,
  .course-table .table-data .table-right li:last-child {
    width: 40%;
  }
  .course-table .table-head .table-right li strong,
  .course-table .table-data .table-right li strong {
    font-size: 18px;
  }
}
.course-table .table-head {
  border-bottom: 4px solid white;
}
.course-table .table-head .table-left,
.course-table .table-head .table-right {
  height: 48px;
  color: white;
  background-color: black;
}
.course-table .table-data.has-badge {
  position: relative;
}
.course-table .table-data.has-badge .badge {
  position: absolute;
  left: -16px;
  top: -20px;
}
.course-table .table-data.has-badge .badge img {
  width: 72px;
  height: auto;
}
.course-table .course-description p {
  margin: 0.75rem 0px;
}
@media (max-width: 600px) {
  .course-table .table-head {
    border-bottom: none;
  }
  .course-table .table-head .table-left,
  .course-table .table-head .table-right {
    height: 32px;
  }
  .course-table .table-data .course-name {
    color: #E9AC05;
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0px;
  }
  .course-table .table-data.has-badge .badge {
    position: absolute;
    left: auto;
    right: -4px;
    top: -4px;
  }
  .course-table .table-data.has-badge .badge img {
    width: 56px;
    height: auto;
  }
  .course-table .course-description p {
    margin: 0.75rem 0px;
  }
}

.course-includes {
  width: 90%;
  max-width: 720px;
  margin: 40px auto 0px;
  border-radius: 8px;
  border: 1px solid #C6C6C6;
  background-color: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course-includes .includes-left {
  width: 33.33333%;
  font-weight: 700;
  text-align: center;
}
.course-includes .includes-right {
  width: 66.66667%;
  padding: 32px 24px;
  border-left: 1px solid #C6C6C6;
}
.course-includes .includes-right p {
  font-size: 14px;
  margin: 1rem 0px;
}
.course-includes .includes-right p:first-child {
  margin-top: 0;
}
.course-includes .includes-right p:last-child {
  margin-bottom: 0;
}
.course-includes .includes-full {
  width: 100%;
  padding: 0px 24px;
}
@media (max-width: 600px) {
  .course-includes {
    display: block;
  }
  .course-includes .includes-left {
    width: 100%;
    padding: 12px 16px;
  }
  .course-includes .includes-right {
    width: 100%;
    padding: 16px 16px;
    border-left: none;
    border-top: 1px solid #C6C6C6;
  }
}

.compare-section {
  padding: 64px 0;
}
@media (max-width: 600px) {
  .compare-section {
    padding: 24px 0px 0px;
  }
}

.compare-head {
  width: min(1100px, 92vw);
  margin: 0 auto 28px;
}
.compare-head .compare-kicker {
  font-size: 14px;
  letter-spacing: 0.08em;
  opacity: 0.7;
  margin: 0 0 8px;
}
.compare-head .compare-title {
  font-size: clamp(22px, 2.4vw, 32px);
  margin: 0 0 10px;
}
.compare-head .compare-desc {
  margin: 0;
  opacity: 0.75;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .compare-head .compare-title {
    font-size: 18px;
  }
}

.compare-table {
  --featured-bg: #FDF7E6;
  --featured-border: rgba(0, 0, 0, 0.18);
  --label-col: 25%;
  --col-min: 25%;
  width: min(960px, 94vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--label-col) repeat(3, minmax(var(--col-min), 1fr));
  background: #FBFBFB;
}
.compare-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
  padding: 0px 8px;
  border-top: 1px solid var(--line-soft);
  position: relative;
}
.compare-cell p {
  margin: 0px 0px;
  line-height: 120%;
  text-align: center;
}
.compare-cell::after {
  content: "";
  position: absolute;
  width: 90%;
  left: 5%;
  top: 0;
  border-top: 1px solid #C6C6C6;
}
.compare-cell--head {
  border-top: none;
  min-height: 72px;
}
.compare-cell--head::after {
  content: none;
}
@media (max-width: 600px) {
  .compare-cell {
    height: 56px;
  }
}

.compare-col--label .compare-cell--head {
  background: #FBFBFB;
}

.plan-name {
  font-size: 18px;
}
@media (max-width: 600px) {
  .plan-name {
    font-size: 16px;
  }
}

.compare-col.is-featured {
  position: relative;
  z-index: 1;
}
.compare-col.is-featured .compare-cell {
  background: var(--featured-bg);
}
.compare-col.is-featured .compare-cell p {
  font-weight: 700;
}

@media (max-width: 980px) {
  .compare-table {
    --label-col: 180px;
    --col-min: 210px;
  }
}
@media (max-width: 600px) {
  .compare-table {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(148px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .compare-table .compare-col--label {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #FBFBFB;
  }
  .compare-cell {
    padding: 12px 8px;
    font-size: 14px;
  }
}
.access-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.access-block .access-info,
.access-block .access-image {
  width: 50%;
}
.access-block .access-info {
  padding-right: 5%;
}
@media (max-width: 600px) {
  .access-block {
    display: block;
  }
  .access-block .access-info,
  .access-block .access-image {
    width: 100%;
  }
  .access-block .access-info {
    margin-top: 24px;
    padding-right: 0;
  }
}

.info-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #C6C6C6;
  margin: 0px;
}
.info-table dl:last-child {
  border-bottom: 1px solid #C6C6C6;
}
.info-table dl dt, .info-table dl dd {
  padding: 20px 16px;
}
.info-table dl dt {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FDF7E6;
}
.info-table dl dd {
  width: 75%;
  margin-left: 0;
}
@media (max-width: 600px) {
  .info-table dl dt, .info-table dl dd {
    padding: 12px 12px;
  }
  .info-table dl dt {
    width: 88px;
  }
  .info-table dl dd {
    width: calc(100% - 88px);
  }
}

.access-map {
  width: 100%;
  padding-top: 40%;
  position: relative;
  margin-top: 100px;
}
.access-map iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .access-map {
    padding-top: 80%;
    margin-top: 48px;
  }
}

.faq-item {
  margin-bottom: 24px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item .faq-q {
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px 12px;
  border-bottom: 1px solid #C6C6C6;
}
.faq-item .faq-q::before {
  content: "Q.";
  margin-right: 8px;
  color: #E9AC05;
  font-size: 22px;
  font-weight: 700;
}
.faq-item .faq-q::-webkit-details-marker {
  display: none;
}
.faq-item .faq-q .faq-qtext {
  font-size: 18px;
  font-weight: 700;
}
.faq-item .faq-q .faq-icon {
  width: 24px;
  height: 24px;
  justify-self: end;
  position: relative;
  margin-left: auto;
}
.faq-item .faq-q .faq-icon::before, .faq-item .faq-q .faq-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background-color: #E9AC05;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.faq-item .faq-q .faq-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); /* ＋の縦棒 */
}
.faq-item[open] .faq-icon::after {
  -webkit-transform: rotate(90deg) scaleX(0);
          transform: rotate(90deg) scaleX(0);
  opacity: 0;
}
.faq-item .faq-a {
  padding-top: 24px;
  padding-left: 32px;
}
.faq-item .faq-a p {
  margin-top: 0;
}
.faq-item .faq-a p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .faq-item .faq-q {
    padding: 8px 0px 8px;
  }
  .faq-item .faq-q::before {
    font-size: 18px;
  }
  .faq-item .faq-q .faq-qtext {
    width: calc(100% - 48px);
    font-size: 16px;
  }
  .faq-item .faq-q .faq-icon {
    width: 18px;
    height: 18px;
    margin-top: 4px;
  }
  .faq-item .faq-q .faq-icon::before, .faq-item .faq-q .faq-icon::after {
    width: 18px;
    height: 2px;
  }
  .faq-item .faq-a {
    padding-top: 16px;
    padding-left: 26px;
  }
}

.media-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .media-list {
    margin-top: 48px;
  }
}
.media-list .media-item {
  width: 48%;
  margin-bottom: 80px;
  text-align: center;
}
.media-list .media-item:nth-child(even) {
  margin-left: auto;
}
.media-list .media-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .media-list .media-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .media-list .media-item:nth-child(even) {
    margin-left: 0;
  }
  .media-list .media-item:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }
  .media-list .media-item:last-child {
    margin-bottom: 0;
  }
}
.media-list .media-item h5 {
  font-size: 20px;
  margin: 16px 0px 0px;
}
.media-list .media-item p {
  margin: 8px 0px 0px;
}
.media-list .media-item a:hover {
  opacity: 0.6;
}

.process-list {
  margin-top: 80px;
}
.process-list .process-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-bottom: 100px;
}
.process-list .process-item figure {
  width: 40%;
}
.process-list .process-item .process-body {
  width: 60%;
  padding-left: 4%;
}
.process-list .process-item .process-body h5 {
  color: #997513;
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #997513;
}
.process-list .process-item::after {
  content: "";
  position: absolute;
  bottom: 48px;
  left: calc(50% - 24px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 24px 0 24px;
  border-color: #E9AC05 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.process-list .process-item:last-child {
  padding-bottom: 0;
}
.process-list .process-item:last-child::after {
  display: none;
}
@media (max-width: 600px) {
  .process-list {
    margin-top: 64px;
  }
  .process-list .process-item {
    padding-bottom: 64px;
  }
  .process-list .process-item figure {
    width: 100%;
  }
  .process-list .process-item .process-body {
    width: 100%;
    padding-left: 0;
    margin-top: 8px;
  }
  .process-list .process-item .process-body h5 {
    font-size: 20px;
  }
  .process-list .process-item::after {
    bottom: 32px;
    left: calc(50% - 16px);
    border-width: 24px 16px 0 16px;
  }
  .process-list .process-item:last-child {
    padding-bottom: 0;
  }
  .process-list .process-item:last-child::after {
    display: none;
  }
}

.sp-fluid {
  width: auto;
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.contact-form {
  width: 740px;
}

.form-inner {
  margin-top: 80px;
}
.form-inner .wpforms-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .form-inner .wpforms-field {
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
}
.form-inner .wpforms-field.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-inner .wpforms-field.caption {
  padding-left: 25%;
  margin-top: -1.25rem;
}
.form-inner .wpforms-field p {
  width: 100%;
  font-weight: 700;
  margin: 0px 0px 0.5rem;
}
.form-inner .wpforms-field p.note {
  margin-top: 0.75rem;
}
.form-inner .wpforms-field span.required {
  color: #CE0000;
}
.form-inner .wpforms-field .form-item-half {
  width: 48.5%;
}
.form-inner .wpforms-field .form-item-half:nth-child(3n) {
  margin-left: auto;
}
.form-inner .wpforms-field.wpforms-field-select {
  width: 100%;
  position: relative;
}
.form-inner .wpforms-field.wpforms-field-select select {
  width: 75%;
  max-width: 75% !important;
}
@media (max-width: 600px) {
  .form-inner .wpforms-field.wpforms-field-select select {
    width: 100%;
    max-width: 100% !important;
  }
}
.form-inner .wpforms-field.wpforms-field-select select option.placeholder {
  color: #ACACAC;
}
.form-inner .wpforms-field.wpforms-field-select::after {
  content: "";
  width: 8px;
  height: 6px;
  border: 6px solid transparent;
  border-top: 8px solid #000;
  position: absolute;
  top: 26px;
  right: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 600px) {
  .form-inner .wpforms-field.wpforms-field-select::after {
    top: 60px;
  }
}
.form-inner .wpforms-field .wpforms-field-description {
  padding-left: 25%;
  line-height: 150% !important;
}
.form-inner .wpforms-field .wpforms-field-description a {
  color: #E9AC05;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .form-inner .wpforms-field .wpforms-field-description {
    padding-left: 0;
  }
}
.form-inner .wpforms-field .select-type01 {
  width: 48.5%;
  position: relative;
}
.form-inner .wpforms-field .select-type01 select {
  width: 100%;
}
.form-inner .wpforms-field .select-type01 select option.placeholder {
  color: #ACACAC;
}
.form-inner .wpforms-field .select-type01::after {
  content: "";
  width: 8px;
  height: 6px;
  border: 6px solid transparent;
  border-top: 8px solid #000;
  position: absolute;
  top: calc(50% - 4px);
  right: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form-inner .wpforms-field .radio-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.form-inner .wpforms-field .checkbox-list li.vertical-item {
  margin: 0.5rem 0px;
}
.form-inner .wpforms-field.wpforms-field-checkbox li {
  margin-top: 8px !important;
}
@media (max-width: 600px) {
  .form-inner .wpforms-field.wpforms-field-checkbox li {
    margin-top: 2px !important;
  }
}
.form-inner .wpforms-field > label.wpforms-field-label {
  display: block;
  width: 25%;
  margin-top: 0.5rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .form-inner .wpforms-field > label.wpforms-field-label {
    width: 100%;
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.form-inner .wpforms-field .form-item-half > label {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.form-inner .wpforms-field input[type=text],
.form-inner .wpforms-field input[type=email],
.form-inner .wpforms-field input[type=tel],
.form-inner .wpforms-field select, .form-inner .wpforms-field textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 75% !important;
  background-color: white;
  border-radius: 0.5rem !important;
  border: 1px solid #DBDBDB;
  padding: 6px 12px;
  color: black;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 600px) {
  .form-inner .wpforms-field input[type=text],
  .form-inner .wpforms-field input[type=email],
  .form-inner .wpforms-field input[type=tel],
  .form-inner .wpforms-field select, .form-inner .wpforms-field textarea {
    width: 100% !important;
  }
}
.form-inner .wpforms-field input[type=text].error,
.form-inner .wpforms-field input[type=email].error,
.form-inner .wpforms-field input[type=tel].error,
.form-inner .wpforms-field select.error, .form-inner .wpforms-field textarea.error {
  border-color: #EE0000;
}
.form-inner .wpforms-field input[type=text]:-moz-placeholder, .form-inner .wpforms-field input[type=email]:-moz-placeholder, .form-inner .wpforms-field input[type=tel]:-moz-placeholder, .form-inner .wpforms-field select:-moz-placeholder, .form-inner .wpforms-field textarea:-moz-placeholder {
  color: #acacac;
}
.form-inner .wpforms-field input[type=text]:-ms-input-placeholder, .form-inner .wpforms-field input[type=email]:-ms-input-placeholder, .form-inner .wpforms-field input[type=tel]:-ms-input-placeholder, .form-inner .wpforms-field select:-ms-input-placeholder, .form-inner .wpforms-field textarea:-ms-input-placeholder {
  color: #acacac;
}
.form-inner .wpforms-field input[type=text]:placeholder-shown,
.form-inner .wpforms-field input[type=email]:placeholder-shown,
.form-inner .wpforms-field input[type=tel]:placeholder-shown,
.form-inner .wpforms-field select:placeholder-shown, .form-inner .wpforms-field textarea:placeholder-shown {
  color: #acacac;
}
.form-inner .wpforms-field input[type=text]::-webkit-input-placeholder,
.form-inner .wpforms-field input[type=email]::-webkit-input-placeholder,
.form-inner .wpforms-field input[type=tel]::-webkit-input-placeholder,
.form-inner .wpforms-field select::-webkit-input-placeholder, .form-inner .wpforms-field textarea::-webkit-input-placeholder {
  color: #acacac;
}
.form-inner .wpforms-field input[type=text]:-moz-placeholder,
.form-inner .wpforms-field input[type=email]:-moz-placeholder,
.form-inner .wpforms-field input[type=tel]:-moz-placeholder,
.form-inner .wpforms-field select:-moz-placeholder, .form-inner .wpforms-field textarea:-moz-placeholder {
  color: #acacac;
}
.form-inner .wpforms-field input[type=text]::-moz-placeholder,
.form-inner .wpforms-field input[type=email]::-moz-placeholder,
.form-inner .wpforms-field input[type=tel]::-moz-placeholder,
.form-inner .wpforms-field select::-moz-placeholder, .form-inner .wpforms-field textarea::-moz-placeholder {
  color: #acacac;
}
.form-inner .wpforms-field input[type=text]:-ms-input-placeholder,
.form-inner .wpforms-field input[type=email]:-ms-input-placeholder,
.form-inner .wpforms-field input[type=tel]:-ms-input-placeholder,
.form-inner .wpforms-field select:-ms-input-placeholder, .form-inner .wpforms-field textarea:-ms-input-placeholder {
  color: #acacac;
}
.form-inner .wpforms-field input[type=text]::-ms-input-placeholder,
.form-inner .wpforms-field input[type=email]::-ms-input-placeholder,
.form-inner .wpforms-field input[type=tel]::-ms-input-placeholder,
.form-inner .wpforms-field select::-ms-input-placeholder, .form-inner .wpforms-field textarea::-ms-input-placeholder {
  color: #acacac;
}
.form-inner .wpforms-field input[type=radio] {
  -webkit-appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  outline: none;
  margin-right: 0.25rem;
  vertical-align: -0.5rem;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
}
.form-inner .wpforms-field input[type=radio]:checked {
  border-color: #E9AC05;
}
.form-inner .wpforms-field input[type=radio]:checked:before {
  content: "";
  position: absolute;
  left: 0.325rem;
  top: 0.325rem;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background: #E9AC05;
}
.form-inner .wpforms-field input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px !important;
  height: 20px !important;
  vertical-align: top !important;
  color: #FFFFFF;
  cursor: pointer;
  outline: none;
  margin-right: 0.5rem;
  border: 1px solid #D8D8D8;
  border-radius: 0.25rem;
  background: #FFFFFF;
}
.form-inner .wpforms-field input[type=checkbox]:checked {
  border-color: #E9AC05;
  background-color: #E9AC05;
}
.form-inner .wpforms-field input[type=checkbox]::before, .form-inner .wpforms-field input[type=checkbox]::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
}
.form-inner .wpforms-field input[type=checkbox]::before {
  left: 3px;
  top: 10px;
  width: 5px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-inner .wpforms-field input[type=checkbox]::after {
  right: 7px;
  bottom: 3px;
  width: 2px;
  height: 10px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media (max-width: 600px) {
  .form-inner .wpforms-field {
    margin-bottom: 12px;
  }
  .form-inner .wpforms-field.caption {
    padding-left: 0;
    margin-top: -4px;
  }
  .form-inner .wpforms-field .select-type01 {
    width: 100%;
  }
  .form-inner .wpforms-field > label {
    width: 100%;
    margin-bottom: 8px;
  }
  .form-inner .wpforms-field input[type=text],
  .form-inner .wpforms-field input[type=email],
  .form-inner .wpforms-field input[type=tel],
  .form-inner .wpforms-field select, .form-inner .wpforms-field textarea {
    width: 100%;
  }
}
.form-inner .form-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-inner .form-agreement > label {
  display: block;
  width: 25%;
  margin-top: 0.5rem;
}
.form-inner .form-agreement .mwform-checkbox-field {
  width: 75%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-inner .form-agreement .mwform-checkbox-field small {
  display: block;
  margin-top: 0.5rem;
}
@media (max-width: 600px) {
  .form-inner .form-agreement > label {
    width: 100%;
  }
  .form-inner .form-agreement .mwform-checkbox-field {
    width: 100%;
  }
}
.form-inner .wpforms-confirmation-container-full {
  background-color: transparent;
  border-color: #E9AC05;
}
.form-inner .wpforms-confirmation-container-full p:first-of-type {
  margin-top: 0;
}

.mw_wp_form_confirm p.description {
  display: none;
}
.mw_wp_form_confirm .form-inner .form-item {
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
}
.mw_wp_form_confirm .form-inner .form-item .select-type01::after {
  display: none;
}
.mw_wp_form_confirm .form-inner .form-item p.note {
  display: none;
}
.mw_wp_form_confirm .form-inner .form-privacy {
  display: none;
}
.mw_wp_form_confirm .form-inner .form-agreement {
  display: none;
}
.mw_wp_form_confirm .form-inner .form-agreement .form-item.center {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.wpforms-submit-container .button.wpforms-submit {
  margin: 40px auto 0px;
}
.wpforms-submit-container .button.wpforms-submit.primary-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  height: 64px;
  border-radius: 8px;
  background-color: #E9AC05;
  border: none;
  color: black;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  -webkit-transition: background-color 0.5s ease-out 0s;
  transition: background-color 0.5s ease-out 0s;
}
@media (max-width: 600px) {
  .wpforms-submit-container .button.wpforms-submit.primary-btn {
    min-width: 160px;
    height: 56px;
    font-size: 18px;
  }
}
.wpforms-submit-container .button.wpforms-submit.primary-btn:hover {
  background-color: #FFD258;
}
.wpforms-submit-container .button.wpforms-submit.primary-btn.small {
  padding: 0px 16px;
  max-width: 100%;
  min-width: 0px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
}
.wpforms-submit-container .button.wpforms-submit.primary-btn.medium {
  padding: 0px 16px;
  max-width: 360px;
  min-width: 0px;
  height: 48px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .wpforms-submit-container .button.wpforms-submit.primary-btn.small {
    height: 40px;
    font-size: 15px;
  }
  .wpforms-submit-container .button.wpforms-submit.primary-btn.medium {
    height: 44px;
  }
}