@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

main {
  display: block;
}

dfn {
  font-style: italic;
}

a, button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: block;
}

button {
  border-radius: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
  cursor: pointer;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

@media only screen and (max-width: 1023px) {
  [data-pc-only] {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  [data-sp-only] {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
.data-pc-only768 {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
.data-sp-only767 {
    display: none;
  }
}


.container {
  padding: 0 1rem;
}

@media only screen and (min-width: 1024px) {
  .container {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1180px;
  }
}
.section {
  padding: 1.5rem 0;
}

@media only screen and (min-width: 1024px) {
  .section {
    padding: 80px 0;
  }
}
.section .heading--2 {
  margin-top: 0;
}

.badge, .badge-primary-outline, .badge-primary, .badge--orange {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 3px 4px;
  font-size: 0.75rem;
  display: inline-block;
  border-color: #333;
}

@media only screen and (min-width: 1024px) {
  .badge, .badge-primary-outline, .badge-primary, .badge--orange {
    padding: 4px 6px;
    font-size: 0.875rem;
  }
}
.badge-primary, .badge--orange {
  border-color: #ec8f26;
  background: #ec8f26;
  color: #fff;
  font-weight: 700;
}

.badge-primary-outline {
  border-color: #ec8f26;
  background: #fff;
  color: #ec8f26;
}

.block:not(:last-child) {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.box,.box100 {
  padding: 1.5rem;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .box,.box100 {
    /*padding: 40px;*/
  padding: 1.5rem;
  }
}
.box > *,
.box100 > *{
  position: relative;
  z-index: 1;
}

.box::before,
.box100::before{
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
}

.button, .button2, .button.-line, .button.-simple {
  border: none;
  border-radius: 30px;
  padding: 0 25px;
  background: transparent linear-gradient(270deg, #FF6900 0%, #F39627 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s;
}

.button:hover,
.button2:hover{
  transform: scale(1.05);
}

.button::after, .button2::after, .button.-line::after, .button.-simple::after {
  content: "→";
  margin-left: 2px;
}

.button.-simple {
  background: #2e2e2e;
}

.button.-line {
  background: #00b900;
}

@media only screen and (min-width: 1024px) {
  .button.-large {
    border-radius: 30px;
    line-height: 60px;
    height: 60px;
    font-size: 1.125rem;
  }
  .button2.-large2 {/*もっと大きく*/
    border-radius: 35px;
    line-height: 70px;
    height: 70px;
    font-size: 1.3rem;
    max-width: 600px !important;
    width: 80%;
  }   
}
.button.-shadow {
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.1);
}

.button--theme {
  padding-top: 26px;
  padding-left: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  height: 64px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.button--theme:hover {
  opacity: 0.5;
}

.button--theme::before {
  content: "";
  border-radius: 50%;
  background: #000;
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.button--theme.-white::before {
  background: #fff;
}

.button--theme::after {
  content: "→";
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.button--theme span {
  margin-right: 2px;
  color: #fff;
}

.button--theme.-white span {
  margin-right: 2px;
  color: #000;
}
.button--instagram,
.button--twitter,
.button--line {
  color: #fff;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 120px;
  overflow: hidden;
  transition: 0.3s;
}
.button--instagram:hover,
.button--twitter:hover,
.button--line:hover{
  opacity: 0.5;
}
.button--instagram::before,
.button--twitter::before,
.button--line::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button--instagram i,
.button--twitter i,
.button--line i{
  margin-right: 0.5rem;
  font-size: 1.125rem;
  position: relative;
}
.button--instagram span,
.button--twitter span,
.button--line span{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
}

.button--instagram:not(:first-child),
.button--twitter:not(:first-child),
.button--line:not(:first-child){
  margin-left: 10px;
}
.button--instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.button--instagram::before {
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.button--twitter {
  background: #1da1f3;
}
.button--line {
  background: #47D030;
}
.form-textarea, .form-control {
  border: 1px solid #eee;
  border-radius: 0.25rem;
  padding: 0.5em 0.75em;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  max-width: 100%;
}

.form-label {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.form dd br {
  display: none;
}

.form-required::after {
  content: "必須";
  margin-left: 0.5rem;
  padding: 2px 4px;
  background: rgba(255, 0, 0, 0.75);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.form-option::after {
  content: "任意";
  margin-left: 0.5rem;
  padding: 2px 4px;
  background: #9d9d9d;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.form-control {
  height: calc(2.5em + 2px);
}

.form-inline {
  display: inline;
  width: auto;
}

.form-checkbox, .form-radio {
  font-size: 1rem;
  line-height: 1.5;
}

.form-checkbox .wpcf7-list-item, .form-radio .wpcf7-list-item {
  margin-left: 0;
  display: block;
}

.form-checkbox .wpcf7-list-item:not(:last-child), .form-radio .wpcf7-list-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.form-checkbox .wpcf7-list-item-label, .form-radio .wpcf7-list-item-label {
  margin-left: 0.25rem;
}

.form-textarea {
  height: calc(7em + 2px);
}

.form-name {
  width: 7.5em;
}

.form-age {
  display: inline;
  width: 3.5em;
}

.heading--lead {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .heading--lead {
    font-size: 1.25rem;
  }
}
.heading--2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.heading--2 span {
  font-size: 1.5em;
}

@media only screen and (min-width: 1024px) {
  .heading--2 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 40px;
  }
}
.heading--3 {
  margin-bottom: 0.5rem;
  padding-left: 1.5em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .heading--3 {
    font-size: 1.25rem;
  }
}
.heading--3::before {
  content: "";
  margin-top: -1px;
  background: #00aebc;
  display: block;
  width: 1em;
  height: 2px;
  position: absolute;
  top: 0.75em;
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .heading--3::before {
    height: 3px;
  }
}
.table {
  font-size: 0.875rem;
  line-height: 1.5;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 1024px) {
  .table th, .table td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.25em 0;
  }
}
.table th {
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .table th {
    margin-bottom: 0.75rem;
    border-left: 3px solid #ec8f26;
    padding-left: 0.5rem;
    font-weight: 700;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .table th {
    vertical-align: top;
  }
}
.table td {
  word-break: break-all;
}

@media only screen and (max-width: 1023px) {
  .table td {
    margin-bottom: 1.5rem;
    display: block;
  }
}
.breadcrumb {
  color: #666;
  font-size: 0.625rem;
  line-height: 1;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 1024px) {
  .breadcrumb {
    font-size: 0.75rem;
  }
}
.breadcrumb .container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb .container > span {
  margin-left: -0.5em;
}

.breadcrumb a {
  padding: 0.5em;
  color: inherit;
  display: inline-block;
  position: relative;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb a::after {
  content: "";
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: calc(50% - 0.35em + 1px);
  right: -0.25em;
  transform: rotate(45deg);
}

.breadcrumb .breadcrumb_last {
  margin-right: 0.5em;
  padding: 0.5em;
  display: inline-block;
}

.editor {
  line-height: 2;
  word-break: break-word;
}

@media only screen and (max-width: 1023px) {
  .editor {
    font-size: 0.875rem;
  }
}
.editor > *:first-child {
  margin-top: 0;
}

.editor > *:last-child {
  margin-bottom: 0;
}

.editor p, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor blockquote, .editor ol, .editor ul, .editor dl, .editor table, .editor .wp-caption, .editor .wp-block-image, .editor .wp-block-table, .editor .crayon-syntax {
  margin-bottom: 1.5rem;
}

.editor .fb_iframe_widget, .editor .twitter-tweet, .editor .instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1.5rem !important;
}

.editor h2 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 1024px) {
  .editor h2 {
    font-size: 1.5rem;
  }
}
.editor h3 {
  font-size: 1.125rem;
}

@media only screen and (min-width: 1024px) {
  .editor h3 {
    font-size: 1.25rem;
  }
}
.editor h2, .editor h3, .editor h4 {
  margin-top: 2em;
  line-height: 1.5;
}

.editor h2, .editor h2 span, .editor h3, .editor h3 span, .editor h4, .editor h4 span {
  font-weight: 700;
}

.editor blockquote {
  border-radius: 0.25rem;
  padding: 1rem 1rem 1rem 2.5rem;
  background: #eee;
  position: relative;
}

.editor blockquote::before {
  content: "";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
}

.editor blockquote cite {
  display: block;
  text-align: right;
  color: #666;
}

.editor blockquote > *:last-child {
  margin-bottom: 0;
}

.editor ul, .editor ol {
  padding-left: 0;
  list-style: none;
}

.editor ul > li {
  margin-top: 1em;
  padding-left: 1em;
  position: relative;
}

.editor ul > li::before {
  content: "";
  border-radius: 50%;
  background-color: #999;
  display: block;
  width: 0.375em;
  height: 0.375em;
  position: absolute;
  left: 0;
  top: 0.8125em;
}

.editor ol {
  counter-reset: counter;
}

.editor ol > li {
  margin-top: 0.5em;
  padding-left: 1.5em;
  position: relative;
}

.editor ol > li::before {
  content: counter(counter) ".";
  counter-increment: counter;
  line-height: 1.5;
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0.25em;
  left: 0;
}

.editor ul ul, .editor ul ol, .editor ol ul, .editor ol ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.editor dt {
  font-weight: bold;
}

.editor dd {
  padding-left: 2em;
  position: relative;
}

.editor dd::before {
  content: "";
  background: #999;
  display: block;
  width: 1.25em;
  height: 1px;
  position: absolute;
  top: 1em;
  left: 0;
}

.editor table {
  width: 100%;
}

.editor table th, .editor table td {
  border: 1px solid #ccc;
  padding: 1em 0.5em;
  min-width: 5em;
}

.editor table thead th {
  text-align: center;
}

.editor table tbody th {
  text-align: left;
  vertical-align: middle;
  min-width: 6em;
}

.editor pre {
  overflow: scroll;
}

.editor img {
  max-width: 100%;
}

.editor a:not(.button):not(.button.-simple):not(.button.-line) {
  color: #ec8f26;
  text-decoration: underline;
}

.editor code {
  border-radius: 0.125rem;
  padding: 0.125em 0.5em;
  background: #eee;
}

.editor img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.editor .alignleft, .editor .has-text-align-left {
  text-align: left;
}

.editor .aligncenter, .editor .has-text-align-center {
  text-align: center;
}

.editor .alignright, .editor .has-text-align-right {
  text-align: right;
}

.editor .wp-caption {
  max-width: 100%;
}

.editor .wp-caption-text {
  margin-top: 0.5rem;
  color: #999;
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
}

.editor .wp-block-image {
  text-align: center;
}

.editor .wp-block-image.u-border {
  border: none !important;
}

.editor .wp-block-image.u-border img {
  border: 1px solid #ccc;
  border-radius: 0.125rem;
  overflow: hidden;
}

.editor .wp-block-image figcaption {
  color: #aaa;
  font-size: 0.875em;
  font-style: italic;
}

.form .age {
  position: relative;
}

.form .age::after {
  content: "歳";
  margin-left: 0.75rem;
  position: absolute;
  left: calc(3.5em + 0.5rem);
  top: 0;
}

.form__action {
  text-align: center;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .pagination {
    margin: 2rem 0;
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination {
    margin: 40px 0;
  }
}
.pagination .page-numbers {
  margin: 0 2px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  position: relative;
  transition: 0.3s;
}

@media only screen and (min-width: 1024px) {
  .pagination .page-numbers {
    margin: 0 4px;
    font-size: 1rem;
    width: 50px;
    height: 50px;
  }
}
.pagination .page-numbers:hover {
  background: #ec8f26;
}

.pagination .page-numbers.current {
  border: 2px solid #000;
  background: #fff;
  color: #333;
}

.pagination .page-numbers.prev::before, .pagination .page-numbers.prev::after, .pagination .page-numbers.next::before, .pagination .page-numbers.next::after {
  content: "";
  background: #fff;
  width: 8px;
  height: 2px;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 2px);
}

.pagination .page-numbers.next::before, .pagination .page-numbers.next::after {
  margin-right: 2px;
}

.pagination .page-numbers.prev::before {
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.pagination .page-numbers.prev::after {
  transform: rotate(45deg);
  transform-origin: top left;
}

.pagination .page-numbers.next::before {
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.pagination .page-numbers.next::after {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.pagination .page-numbers.dots {
  background: #9d9d9d;
}

.clearfix {
  display: block;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.embed-youtube {
  padding-top: 52.5%;
  position: relative;
}

.embed-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.embed-googlemaps {
  padding-top: 300px;
  width: 100%;
  position: relative;
}

.embed-googlemaps > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-circle {
  border-radius: 50%;
}

.about-voice__button .button {
  margin-left: auto;
  margin-right: auto;
}

.shadow, .ctaBanner__link, .box ,.box100 {
  box-shadow: 0.125rem 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1024px) {
  .shadow, .ctaBanner__link, .box ,.box100 {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  }
}
/******************************
ヘッダー
******************************/
.header {
  background: #FFF;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  padding: 0 0 0 20px;
  top: 0;
  z-index: 50;
   -webkit-box-shadow: 2px 2px 3px 3px rgba(136,136,136,0.5);
  box-shadow: 2px 2px 3px 3px rgba(136,136,136,0.5);
}
@media only screen and (max-width: 1023px) {
  .header {
    height: 55px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    height: 90px;
  }
}
.header__logoArea {
  flex-shrink: 2;
}
@media only screen and (max-width: 1023px) {
  .header__logoArea {
    width: 161.55px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__logoArea {
    width: 309px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__logoArea__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header__description {
  margin-top: 2px;
  margin-bottom: 6px;
  font-size: 11px;
}
@media only screen and (max-width: 1022px) {
  .header__description {display: none;}
}
.header__sitename {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .header__navToggle {
    width: 55px;
    height: 55px;
    position: relative;
  }
  .header__navToggle[data-is-visible=false] {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .header__navToggleBar {
    margin-top: -1px;
    margin-left: -11.25px;
    background-color: #000;
    display: block;
    width: 22.5px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    transition: 0.3s;
  }
  .header__navToggleBar:first-child {
    margin-top: -8px;
  }
  .header__navToggleBar:last-child {
    margin-top: 6px;
    transition-delay: 0.1s;
  }
}
body::before {
  content: "";
  background: #000;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 1023px) {
  body::before {
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  body::before {
    height: 100px;
  }
}
.hamburgerMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(255,255,255,0.9);
}

.hamburgerMenu[data-is-visible=true] {
  visibility: visible;
  opacity: 1;
}
.hamburgerMenu__toggle {
  width: 55px;
  height: 55px;
  display: none;
  position: relative;
}
.hamburgerMenu__toggle[data-is-visible=true] {
  display: block;
}
.hamburgerMenu__toggleBar {
  margin-top: -1px;
  margin-left: -12px;
  background-color: #000;
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: 0.3s;
}
.hamburgerMenu__toggleBar:first-child {
  transform: rotate(45deg);
}
.hamburgerMenu__toggleBar:last-child {
  transform: rotate(-45deg);
}

.hamburgerMenu__list {
  width: 80%;
}
.hamburgerMenu__item {
  margin-bottom: 24px;
}
.hamburgerMenu__link {
  position: relative;
  display: block;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #fb831a;
  padding-bottom: 24px;
}
.hamburgerMenu__link::after {
  content: url("assets/img/arrow.svg");
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@keyframes headerNavOpen {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 2rem, 0) scale(1);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes headerNavClose {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 2rem, 0) scale(1);
  }
}
.globalMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.globalMenu__item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-left: 1.875vw;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  /*padding: 20px 0 20px 0; copyある時*/
}
@media only screen and (max-width: 1023px) {
  .globalMenu__item {
    display: none;
  }
.globalMenu .new_icon {
    display: none;
  }  
}
.globalMenu__item:hover {
  color: #ec8f26;
}
.globalMenu__item--reserve {
  position: relative;
  width: 8vw; 
  height: 90px;
  flex-shrink: 0;
  margin-left: 20px;
  padding: 0 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375vw;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #fb831a, #FF7700);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
.globalMenu__item--line {
  position: relative;
  width: 8vw; 
  height: 90px;
  flex-shrink: 0;
  margin-left: 10px;
  padding: 0 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375vw;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #7EDE2B, #00B050);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
.globalMenu__item--reserve::after,
.globalMenu__item--line::after{
/*
  content: url("assets/img/arrow_btm.svg");
  position: absolute;
  bottom: 10%;
  right: 50%;
*/  
}

#h_btn_wrap {
}
#h_btn_wrap .copy {
    text-align: center;
    font-size: 1.0vw;
    font-weight: 700;
    margin: 0.35rem 0;
    padding: 0;
    color: #FFC64B;
}
#h_btn_wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#h_btn_wrap ul li {
}
#h_btn_wrap ul li a {
}
@media only screen and (max-width: 1023px) {
  .globalMenu__item--reserve {
    /*width: 106px;*/
    width: 80px;
    height: 55px;
    margin-left: 0px;
    font-size: 11px;
  }
  .globalMenu__item--line {
    /*width: 106px;*/
    width: 80px;
    height: 55px;
    margin-left: 0px;
    font-size: 11px;
  }  
  .globalMenu__item--reserve::after {
    /*content: url("assets/img/arrow.svg");*/
  }
  #h_btn_wrap {
  }
  #h_btn_wrap .copy {
    display: none;
  }
}


/******************************
フッター
******************************/
.footer {
  border-top: 1px solid #cbcbcb;
}
.footer__top {
  padding: 0.5rem 0;
  background: #FFF;
  color: #000;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .footer__top {
    padding: 40px 0 0;
  }
}
.footer__areaList > li {
  border-bottom: 1px solid #cbcbcb;
  padding: 10px 0;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (min-width: 1024px) {
  .footer__areaList > li {
    display: flex;
  }
}
.footer__areaName {
  color: #333;
}
@media only screen and (min-width: 1024px) {
  .footer__areaName {
    width: 10em;
  }
}
.footer__storeList {
  margin-right: -1rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .footer__storeList {
    width: calc(100% - 10em);
  }
}
.footer__storeList > li {
  margin-right: 1em;
}
@media only screen and (min-width: 1024px) {
  .footer__storeList > li {
    margin-right: 1.5em;
  }
}
.footer__storeList a:hover {
  color: #fb831a;
  text-decoration: underline;
}
.footer__bottom {
  padding: 1rem 0;
  background: #FFF;
  color: #000;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom {
    padding: 40px 0;
  }
}
.footer__bottom .container {
  max-width: 880px;
}
.footer__social {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .footer__social {
    margin-top: 1rem;
  }
}
.footer__social a {
  margin: 0 0.5rem 1rem;
  font-size: 20px;
  transition: 0.3s;
}
.footer__social a:hover {
  opacity: 0.5;
}
.footer__menu {
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__menu a {
  margin: 0.5rem 0.5rem 0;
}
.footer__menu a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .footer__menu a {
    margin: 0.5rem 1rem 0;
  }
}
.footer__copyright {
  padding: 0.75rem 0;
  background: #000;
  color: #bebebe;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
.footer__copyright a:hover {
  text-decoration: underline;
}
.btn-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
    .footer {
        margin-bottom: 100px;
    }
  .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;    
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
  }
/*▼1つ並びver*/
  .footer-ctaBtn_w100 {
position: relative;
width: 100%;
height: 70px;
flex-shrink: 0;
margin: 0;
padding: 0;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 20px;
font-weight: 700;
text-align: center;
background: linear-gradient(90deg, #fb831a, #FF7700);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
line-height: 1.4;
-webkit-box-shadow: -1px -1px 2px 2px rgba(136,136,136,0.5);
box-shadow: -1px -1px 2px 2px rgba(136,136,136,0.5);
}
/*▼2つ並びver
  .footer-ctaBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    width: 50%;
  }
  .footer-ctaBtn img {
    width: 100%;
    vertical-align: bottom;
    margin: 0;
  }
  .footer-ctaBtn::after {
  }
  .footer-ctaBtn--line {
    /*background: linear-gradient(to bottom, #7EDE2B, #7EC100);
  }
  .footer-ctaBtn--experience {
    /*background: linear-gradient(to bottom, #F7DA39, #FF7700);
  }
*/  
}
.ctaBanner {
  padding: 0 1.5rem;
  text-align: center;
  position: relative;
  z-index: 5;
}

.ctaBanner__link {
  display: inline-block;
  transition: 0.3s;
}

.ctaBanner__link:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 1023px) {
  .ctaBanner.-topFirst {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ctaBanner.-topFirst {
    margin-top: -85px;
    width: 100%;
    position: absolute;
  }
}
.ctaBanner.-store-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
}

@media only screen and (min-width: 1024px) {
  .ctaBanner.-store-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ctaBanner.-store-2 {
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .ctaBanner.-store-2 {
    padding-bottom: 80px;
  }
}
.ctaBanner.-store-4 {
  padding: 1rem 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .ctaBanner.-store-4 {
    padding: 80px 40px;
  }
}
.ctaBanner__image {
  max-width: 320px;
}

@media only screen and (min-width: 1024px) {
  .ctaBanner__image {
    max-width: 600px;
  }
}
.pageHeader {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .pageHeader {
    padding-bottom: 100px;
  }
}
.pageHeader::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.store-header_bg .pageHeader::before {
  background-color: transparent;
}
.pageHeader .container {
  position: relative;
}

.pageHeader__catch {
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: capitalize;
}

@media only screen and (min-width: 1024px) {
  .pageHeader__catch {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 4rem;
  }
}
.pageHeader__copy {
  margin-top: 20px;
  font-size: 10px;
  line-height: 160%;
}

@media only screen and (min-width: 1024px) {
  .pageHeader__copy {
    margin-top: 20px;
  }
}
.pageHeader__title {
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 1023px) {
  .pageHeader__title {
    font-size: 0.875rem;
  }
}
.pageHeader__thumb {
  margin-top: 1rem;
}
.pageHeader__thumb img {
  width: 100%;
}
.pageHeader__description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media only screen and (min-width: 1024px) {
  .pageHeader__description {
    margin-top: 40px;
    max-width: 40em;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHeader.store {
    padding-bottom: 40px;
  }
}
.pageHeader.store .pageHeader__tag {
  margin-top: 0.5rem;
}

.pageHeader.store .pageHeader__tag a:hover i {
  color: #ec8f26;
}

.pageHeader.store .pageHeader__tag i {
  color: #9d9d9d;
}

.pageHeader.store .pageHeader__photo {
  margin-bottom: 1px;
}

.pageHeader.store .pageHeader__photoThumb {
  margin-right: -1px;
}

.pageHeader.store .pageHeader__photoThumb img {
  margin-right: 1px;
  width: calc(20% - 1px);
  cursor: pointer;
  transition: 0.3s;
}

.pageHeader.store .pageHeader__photoThumb img:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 1023px) {
  .pageHeader.store .pageHeader__title {
    font-size: 1rem;
  }
  .pageHeader.store .pageHeader__image {
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHeader.store .pageHeader__heading, .pageHeader.store .pageHeader__description {
    width: calc(50% - 40px);
    float: left;
  }
  .pageHeader.store .pageHeader__image {
    margin-top: 8px;
    width: calc(50% - 40px);
    float: right;
  }
  .pageHeader.store .pageHeader__title {
    font-size: 1.25rem;
  }
}
.store-header_bg .pageHeader__heading, .store-header_bg .pageHeader__description {
  width: 100% !important;
  float: none !important;
}

.store-header_bg {
  width: 100%;
  background-image: url(https://exercisecoach.co.jp/wp-content/themes/exercisecoach/img/store_fv_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left 20px;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
.store-header_bg {
  background-position: 20% 20px;
}
}

.store-header_bg .pageHeader {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

@media only screen and (min-width: 1024px) {
  .store-header_bg .pageHeader {
    padding-bottom: 0px;
  }
}
.breadcrumb, .store-header_bg .pageHeader__catch, .store-header_bg .pageHeader__title, .store-header_bg .pageHeader__description {
/*  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.8), -3px -3px 3px rgba(255, 255, 255, 0.8), -3px 3px 3px rgba(255, 255, 255, 0.8), 3px -3px 3px rgba(255, 255, 255, 0.8), 3px 0px 3px rgba(255, 255, 255, 0.8), -3px 0px 3px rgba(255, 255, 255, 0.8), 0px 3px 3px rgba(255, 255, 255, 0.8), 0px -3px 3px rgba(255, 255, 255, 0.8);*/
}
.pageHeader .breadcrumb {
  background-color: #FFF;
}

.store-header_bg .container {
  margin: 0 auto 0 auto !important;
  padding: 0 !important;
  width: 100%;
  /*
  background-image: url(https://exercisecoach.co.jp/wp-content/themes/exercisecoach/img/store_fv_2.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  */
}

@media only screen and (max-width: 767px) {
  .store-header_bg .container {
    /*background-image: url(https://exercisecoach.co.jp/wp-content/themes/exercisecoach/img/store_fv_sp.png);
    background-size: auto 170px;
    background-position: left bottom;	
    */
    /*
    background-image: url(https://exercisecoach.co.jp/wp-content/themes/exercisecoach/img/store_fv_2.png);
    background-size: 40% auto;
    background-position: right bottom;
    */
  }
}
.store-header_bg .copy_wrap {
  width: 60% !important;
  max-width: 60% !important;
  margin: 0px 5% 0px auto;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .store-header_bg .copy_wrap {
    width: 67% !important;
    max-width: 67% !important;
    margin: 0px 20px 0px auto;
    /*	width:90% !important;
    max-width:90% !important;
    margin: 0px auto 20px auto;*/
  }
}
@media only screen and (min-width: 1024px) {
  .store-header_bg .copy_wrap {
    margin: 0px 10% 0px auto;
  }
}
.store-header_bg .pageHeader__catch {
  width: 100%;
  max-width: 100%;
}

.store-header_bg .pageHeader__title {
  width: 100%;
  max-width: 100%;
}

.store-header_bg .pageHeader__description {
  width: 100%;
  max-width: 100%;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .store-header_bg .pageHeader__description {
    /*margin: 5px auto 150px auto;*/
    margin: 5px auto 30px auto;
    font-size: 13px;
    line-height: 1.5;
  }
}
/*
.pageHeader__description{margin-top:1rem;font-size:.875rem;line-height:2}
@media only screen and (min-width: 1024px){
.pageHeader__description{margin-top:40px;max-width:40em}
}
*/
.store-campaign_img .pageHeader__image, .pageHeader__image_wrap .pageHeader__image {
  width: 80%;
  max-width: 640px;
  margin: 50px auto 0px auto;
}

.store-campaign_img .pageHeader__image {
  margin: 50px auto 50px auto;
}

.store-campaign_img_link_bnr {
  width: 80%;
  max-width: 640px;
  margin: 50px auto 0px auto;
  text-align: center;
}
.store-campaign_img_link_bnr img {
  margin-bottom: 20px;
}
.store-campaign_img_link_bnr:hover {
 opacity: 0.7;
}

.main {
  padding: 1rem 0 2rem;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .main {
    padding: 40px 0 80px;
  }
}
.main .container {
  position: relative;
}
.main .container > *:not(.main__bgBlur) {
  position: relative;
}
.main__bgBlur {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.feature__list {
  position: relative;
  z-index: 1;
  counter-reset: i;
}

@media only screen and (max-width: 1023px) {
  .feature__list {
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .feature__list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.feature__item {
  margin-top: 2rem;
  counter-increment: i;
}

@media only screen and (min-width: 1024px) {
  .feature__item {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    width: calc((100% - 80px) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .feature__item:first-child, .feature__item:nth-child(2) {
    margin-top: 0;
  }
}
.feature__item::after {
  content: counter(i);
  color: #bcbcbc;
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: -0.375em;
  z-index: -1;
}

@media only screen and (min-width: 1024px) {
  .feature__item::after {
    font-size: 6rem;
  }
}
.feature__icon {
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .feature__icon {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .feature__icon {
    align-self: center;
    width: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .feature__text {
    width: calc(100% - 60px - 40px);
  }
}
.feature__heading {
  line-height: 1.5;
}

.feature p {
  font-size: 0.875rem;
  line-height: 2;
}

.target {
  /*background: url("img/top-target-bg.png") 50% -300px no-repeat;*/
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .target__image {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .target__image {
    padding-right: 20px;
    width: 50%;
  }
  .target__image img {
    width: 100%;
    height: 75%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center left;
       object-position: center left;
  }
}
.target__text {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .target__text {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .target__text {
    padding-left: 40px;
    padding-right: 40px;
    width: 50%;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .target .heading--2 {
    text-align: left;
  }
}
.target .heading--3 {
  margin-top: 1.5rem;
}

.target p {
  font-size: 0.875rem;
  line-height: 2;
}
/******************************
お客様体験談
******************************/
.voice {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .voice::before {
    background-size: 960px auto;
    top: -2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .voice::before {
    top: -120px;
  }
}
@media only screen and (min-width: 1024px) {
  .voice .container {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .voice__text {
    position: absolute;
    top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .voice .heading--2 {
    padding-top: 40px;
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) {
  .voice__button {
    margin-bottom: 1rem;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .voice__button {
    margin-top: -20px;
    margin-bottom: 120px;
  }
}
.voice__image {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .voice__image {
    margin-left: auto;
    width: calc(50% - 20px);
    max-height: 400px;
  }
}
.voice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice__list {
  margin-top: -2rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .voice__list {
    margin-top: -60px;
  }
}
.voice .slick-list {
  overflow: visible;
}

.voice .slick-prev, .voice .slick-next {
  border-radius: 50%;
  background: #ec8f26;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
}

.voice .slick-prev:hover, .voice .slick-next:hover {
  opacity: 0.5;
}

.voice .slick-prev {
  left: 20px;
}

.voice .slick-next {
  right: 20px;
}

.voice .slick-prev::before, .voice .slick-next::before {
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 1;
}

.voice .slick-prev::before {
  transform: translateX(25%) rotate(-135deg);
}

.voice .slick-next::before {
  transform: translateX(-25%) rotate(45deg);
}

.voice__item {
  margin: 0 0.5rem;
  padding: 1rem;
  width: 280px;
}

@media only screen and (min-width: 1024px) {
  .voice__item {
    margin: 0 10px;
    padding: 20px;
    width: 320px;
  }
}
@media only screen and (max-width: 1023px) {
  .voice__item::before {
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
.voice__title {
  margin-bottom: 0.75rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #9d9d9d;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.voice p {
  font-size: 0.875rem;
  line-height: 1.5;
}

.voice__user {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.exerbotics {
  width: 100%;
  max-width: 1336px;
  margin: auto;
}

.exerbotics__top-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 70px;
  line-height: 2;
}

.exerbotics__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  margin-left: 1%;
}

.exerbotics__list {
  width: 30%;
  color: #333;
  display: flex;
  flex-direction: column;
  line-height: 2;
  margin-bottom: 40px;
}

.exerbotics__figure img {
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 16px;
}

.exerbotics__list h3 {
  margin-bottom: 13px;
  font-size: 20px;
  flex: 1;
  min-height: 0;
  line-height: 1.5;
  font-weight: 600;
}

.exerbotics__list p {
  font-size: 14px;
  flex: 2;
  min-height: 0;
}

@media screen and (max-width: 767px) {
  .exerbotics__top-text {
    padding: 0 15px;
  }
  .exerbotics__list h3 {
    font-size: 18px;
  }
  .exerbotics__lists {
    margin-left: 0;
    padding: 0 15px;
    display: block;
  }
  .exerbotics__list {
    margin-bottom: 32px;
    width: 100%;
    min-width: unset;
  }
}
.faq .container {
  padding-bottom: 1rem;
  max-width: 800px;
}

@media only screen and (min-width: 1024px) {
  .faq .container {
    padding-bottom: 40px;
  }
}
.faq__item {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .faq__item {
    margin-bottom: 20px;
  }
}
.faq__item:last-child {
  margin-bottom: 0;
}

.faq__q {
  padding: 1rem 2.5rem;
  background: #f7f7f7;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

@media only screen and (min-width: 1024px) {
  .faq__q {
    padding: 20px 60px;
    font-size: 1.125rem;
  }
}
.faq__q:hover {
  background: #e5e5e5;
}

.faq__q::before {
  content: "Q.";
  margin-top: -2px;
  color: #ec8f26;
  font-size: 1rem;
  position: absolute;
  left: 1rem;
}

@media only screen and (min-width: 1024px) {
  .faq__q::before {
    font-size: 1.25rem;
    left: 20px;
  }
}
.faq__q i {
  margin-top: -0.5em;
  color: #9d9d9d;
  position: absolute;
  top: 50%;
  right: 1rem;
}

@media only screen and (min-width: 1024px) {
  .faq__q i {
    right: 20px;
  }
}
.faq__q.is-open i {
  transform: rotate(180deg);
}

.faq__a {
  border: 1px solid #f7f7f7;
  padding: 0.75rem 2.5rem;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  line-height: 2;
  text-align: left;
  display: none;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .faq__a {
    padding: 20px 50px;
  }
}
.faq__a::before {
  content: "A.";
  margin-top: -2px;
  color: #9d9d9d;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  left: 1rem;
}

@media only screen and (min-width: 1024px) {
  .faq__a::before {
    left: 20px;
  }
}
.firstView {
  /*padding-top:calc(9 / 16 * 100%);*/
  padding-top: 50%;
  position: relative;
}

.firstView__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.firstView__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.firstView__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

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

.topAbout__content {
  padding: 2rem 0;
  /*background: url(img/top-about-bg.jpg) 50% 50%/cover;*/
}

@media only screen and (min-width: 1024px) {
  .topAbout__content {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .topAbout__content .container {
    display: flex;
    justify-content: space-between;
  }
}
.topAbout__box {
  margin-top: 2rem;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #fff;
  padding: 2.5rem 1.5rem 1.5rem;
  color: #fff;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .topAbout__box {
    padding: 40px;
    width: calc((100% - 80px) / 2);
  }
}
.topAbout__box > * {
  position: relative;
}

.topAbout__boxBg {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.topAbout__catch {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -0.5em;
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .topAbout__catch {
    font-size: 2rem;
  }
}
.topAbout__catch::before, .topAbout__catch::after {
  content: "";
  background: #fff;
  display: block;
  width: 2rem;
  height: 1px;
  position: absolute;
  top: 0.5em;
}

.topAbout__catch::before {
  left: 0;
}

.topAbout__catch::after {
  right: 0;
}

.topAbout__heading {
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.topAbout p {
  font-size: 0.875rem;
  line-height: 2;
}

.topAbout__button {
  margin-top: 1rem;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .topAbout__button {
    margin-top: 20px;
  }
}
.topStore {
  position: relative;
  overflow: hidden;
}
.topColumn {
  position: relative;
}
.topColumn__list {
  padding-bottom: 1rem;
  overflow: hidden;
}

.topColumn__list .slick-list {
  overflow: visible;
}

.topColumn .slick-prev, .topColumn .slick-next {
  border-radius: 50%;
  background: #ec8f26;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
}

.topColumn .slick-prev:hover, .topColumn .slick-next:hover {
  opacity: 0.5;
}

.topColumn .slick-prev {
  left: 20px;
}

.topColumn .slick-next {
  right: 20px;
}

.topColumn .slick-prev::before, .topColumn .slick-next::before {
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 1;
}

.topColumn .slick-prev::before {
  transform: translateX(25%) rotate(-135deg);
}

.topColumn .slick-next::before {
  transform: translateX(-25%) rotate(45deg);
}

.topColumn__item {
  padding: 0 0.5rem;
  width: 300px;
}

@media only screen and (min-width: 1024px) {
  .topColumn__item {
    padding: 0 1rem;
    width: 400px;
  }
}
.topColumn__link {
  background: #fff;
  display: block;
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.1);
  position: relative;
}

.topColumn__thumb {
  padding-top: 52.5%;
  position: relative;
}

.topColumn__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.topColumn__category {
  padding: 4px 6px;
  background: #ec8f26;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.topColumn__title {
  padding: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .topColumn__title {
    font-size: 1.125rem;
  }
}
.page__privacy-policy .container, .page__privacy .container {
  max-width: 720px;
}

.page__content {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
}

@media only screen and (min-width: 1024px) {
  .page__content {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .about-overview {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .about-overview__image {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about-overview__image {
    width: calc(50% + 160px);
    height: 400px;
    position: relative;
    left: calc(50% - 160px);
    right: 0;
    overflow: hidden;
  }
}
.about-overview__image img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .about-overview__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-overview__text {
  font-size: 0.875rem;
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  .about-overview__text {
    margin-top: -3rem;
    margin-left: -1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about-overview__text {
    margin-top: -320px;
    width: 640px;
  }
}
.about-overview__text p {
  margin-bottom: 0.5rem;
}

.about-overview__text p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .about-worries__list {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
  }
}
.about-worries__list li {
  margin-bottom: 1rem;
  padding-left: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .about-worries__list li {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.about-worries__list li:last-child {
  margin-bottom: 0;
}

.about-worries__list li::before {
  content: "";
  color: #ec8f26;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}

.about-reason__item {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .about-reason__item {
    margin-bottom: 80px;
  }
  .about-reason__item:nth-child(odd) .about-reason__item-header, .about-reason__item:nth-child(even) .about-reason__image, .about-reason__item:nth-child(odd) .about-reason__text {
    float: left;
  }
  .about-reason__item:nth-child(even) .about-reason__item-header, .about-reason__item:nth-child(odd) .about-reason__image, .about-reason__item:nth-child(even) .about-reason__text {
    float: right;
  }
}
.about-reason__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .about-reason__item-header {
    width: calc(60% - 20px);
  }
}
.about-reason__point {
  margin-bottom: 0.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 1024px) {
  .about-reason__point {
    margin-bottom: 0.5rem;
  }
}
.about-reason__heading {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  line-height: 1.75;
}

@media only screen and (min-width: 1024px) {
  .about-reason__heading {
    font-size: 1.5rem;
  }
}
.about-reason__image {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 1024px) {
  .about-reason__image {
    width: calc(40% - 20px);
  }
}
.about-reason__text {
  font-size: 0.875rem;
  line-height: 2;
}

@media only screen and (min-width: 1024px) {
  .about-reason__text {
    width: calc(60% - 20px);
  }
}
.about-voice__button.--textLink {
  text-align: left;
}

.button.--textLink {
  margin-top: 20px;
  background: none;
  color: #2e2e2e;
  padding: 0;
  text-align: left;
}

.button.--textLink::after {
  transition: all 0.3s;
}

.button.--textLink:hover {
  transform: none;
  opacity: 0.7;
}

.button.--textLink:hover:after {
  margin-left: 10px;
  transition: all 0.3s;
}

.exerbotics {
  width: 100%;
  max-width: 1336px;
  margin: auto;
}

.exerbotics__top-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 70px;
  line-height: 2;
}

.exerbotics__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  margin-left: 1%;
}

.exerbotics__list {
  width: 30%;
  color: #333;
  display: flex;
  flex-direction: column;
  line-height: 2;
  margin-bottom: 40px;
}

.exerbotics__figure img {
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 16px;
}

.exerbotics__list h3 {
  margin-bottom: 13px;
  font-size: 20px;
  flex: 1;
  min-height: 0;
  line-height: 1.5;
  font-weight: 600;
}

.exerbotics__list p {
  font-size: 14px;
  flex: 2;
  min-height: 0;
}

@media screen and (max-width: 767px) {
  .exerbotics__top-text {
    padding: 0 15px;
  }
  .exerbotics__list h3 {
    font-size: 18px;
  }
  .exerbotics__lists {
    margin-left: 0;
    padding: 0 15px;
    display: block;
  }
  .exerbotics__list {
    margin-bottom: 32px;
    width: 100%;
    min-width: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .about-machine__image {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about-machine__image {
    width: calc(50% + 160px);
    height: 400px;
    position: relative;
    right: calc(50% - 160px);
    left: 0;
    overflow: hidden;
  }
}
.about-machine__image img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .about-machine__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
.about-machine__text {
  font-size: 0.875rem;
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  .about-machine__text {
    margin-top: -3rem;
    margin-right: -1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about-machine__text {
    margin-top: -320px;
    margin-left: auto;
    width: 640px;
  }
}
.about-machine__text p {
  margin-bottom: 0.5rem;
}

.about-machine__text p:last-child {
  margin-bottom: 0;
}

.about-difference .heading--lead {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .about-difference .heading--lead {
    margin-top: -30px;
    margin-bottom: 40px;
    font-size: 0.875rem;
  }
}
.about-difference__table {
  font-size: 0.875rem;
  line-height: 1.5;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .about-difference__table {
    margin: 0 auto;
    max-width: 1000px;
  }
}
.about-difference__table th, .about-difference__table td {
  border: 1px solid #fff;
  padding: 0.5em 0.25em;
}

@media only screen and (min-width: 1024px) {
  .about-difference__table th, .about-difference__table td {
    border-width: 2px;
    padding: 1em 1.5em;
  }
}
.about-difference__table thead td, .about-difference__table tbody th {
  width: 4em;
}

@media only screen and (min-width: 1024px) {
  .about-difference__table thead td, .about-difference__table tbody th {
    font-size: 1rem;
    width: 10em;
  }
}
@media only screen and (min-width: 1024px) {
  .about-difference__table thead th, .about-difference__table tbody td {
    width: calc((100% - 10rem) / 2);
  }
}
.about-difference__table thead th {
  background: rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 1024px) {
  .about-difference__table thead th {
    font-size: 1rem;
  }
}
.about-difference__table thead th:nth-child(2) {
  background-color: #ec8f26;
  color: #fff;
  font-weight: 700;
}

.about-difference__table tbody tr:nth-child(odd) th, .about-difference__table tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.05);
}

.about-difference__table tbody tr:nth-child(odd) td:nth-child(2) {
  background: rgba(236, 143, 38, 0.05);
}

.about-difference__table tbody tr:nth-child(even) th, .about-difference__table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.025);
}

.about-difference__table tbody tr:nth-child(even) td:nth-child(2) {
  background: rgba(236, 143, 38, 0.025);
}

.about-difference__table tbody th {
  vertical-align: middle;
}

.about-difference__table tbody td span {
  color: #ec8f26;
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .about-difference__table tbody td span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .about-comparison .table-responsive {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.about-comparison__table {
  font-size: 0.875rem;
  line-height: 1.5;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .about-comparison__table {
    word-break: none;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .about-comparison__table {
    margin: 0 auto;
    font-size: 1rem;
    max-width: 800px;
    table-layout: fixed;
  }
}
.about-comparison__table th, .about-comparison__table td {
  border: 1px solid #fff;
  padding: 0.5em 0.25em;
}

@media only screen and (min-width: 1024px) {
  .about-comparison__table th, .about-comparison__table td {
    border-width: 2px;
    padding: 1em 1.5em;
  }
}
.about-comparison__table thead td, .about-comparison__table tbody th {
  width: 4em;
}

@media only screen and (min-width: 1024px) {
  .about-comparison__table thead td, .about-comparison__table tbody th {
    width: 14em;
  }
}
.about-comparison__table thead th {
  background: rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 1024px) {
  .about-comparison__table thead th {
    font-size: 1rem;
  }
}
.about-comparison__table thead th:nth-child(2) {
  background-color: #ec8f26;
  color: #fff;
  font-weight: 700;
}

.about-comparison__table tbody tr:nth-child(odd) th, .about-comparison__table tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.05);
}

.about-comparison__table tbody tr:nth-child(odd) td:nth-child(2) {
  background: rgba(236, 143, 38, 0.05);
  font-weight: 700;
}

.about-comparison__table tbody tr:nth-child(even) th, .about-comparison__table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.025);
}

.about-comparison__table tbody tr:nth-child(even) td:nth-child(2) {
  background: rgba(236, 143, 38, 0.025);
  font-weight: 700;
}

.about-comparison__table tbody th {
  vertical-align: middle;
}

.about-comparison__table tbody td {
  text-align: center;
}

.about-voice__lead {
  margin: 0 auto 1rem auto;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .about-voice__lead {
    width: 70%;
    margin: -30px auto 40px auto;
  }
}
.about-voice__lead small.kome {
  text-align: right;
  font-size: 10px;
  line-height: 1.3;
  font-weight: normal;
  display: block;
}

.about-voice__item {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .about-voice__item {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }
}
.about-voice__item:last-child {
  margin-bottom: 0;
}

.about-voice__user {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .about-voice__user {
    width: 320px;
  }
}
.about-voice__image {
  margin-bottom: 1rem;
}

.about-voice__user-attribute {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

.about-voice__bubble {
  padding: 1rem;
  background: #f7f7f7;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .about-voice__bubble {
    padding: 20px;
    padding: 40px;
    width: calc(100% - 320px - 40px);
  }
}
.about-voice__bubble::before {
  content: "";
  border-style: solid;
  position: absolute;
}

@media only screen and (max-width: 1023px) {
  .about-voice__bubble::before {
    border-width: 8px 12px;
    border-color: transparent transparent #f7f7f7;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
  }
}
@media only screen and (min-width: 1024px) {
  .about-voice__bubble::before {
    border-width: 20px 15px;
    border-color: transparent #f7f7f7 transparent transparent;
    top: 40px;
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.about-voice__heading {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.about-voice__content {
  font-size: 0.875rem;
  line-height: 2;
}

.about-voice__course {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.about-voice__button {
  margin-top: 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .about-voice__button {
    margin-top: 40px;
  }
}
.about-counseling__list {
  counter-reset: i;
}

@media only screen and (min-width: 1024px) {
  .about-counseling__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
}
.about-counseling__item {
  margin-top: 2rem;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .about-counseling__item {
    width: calc((100% - 80px) / 3);
  }
}
.about-counseling__item:last-child {
  margin-bottom: 0;
}

.about-counseling__item::before {
  content: "STEP " counter(i);
  counter-increment: i;
  border-radius: 50%;
  background: #ec8f26;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5em;
  height: 4.5em;
  position: absolute;
  left: 0;
  z-index: 2;
  transform: translate3d(-25%, -50%, 0);
}

@media only screen and (min-width: 1024px) {
  .about-counseling__item::before {
    font-size: 0.875rem;
    transform: translate3d(-50%, -50%, 0);
  }
}
.about-counseling__heading {
  margin-bottom: 0.5rem;
  padding-top: 1.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .about-counseling__heading {
    padding-top: 0.75rem;
    font-size: 1.25rem;
  }
}
.about-counseling__text {
  font-size: 0.875rem;
  line-height: 2;
}

.store-list {
  overflow: hidden;
}

.store-list__tab {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .store-list__tab {
    margin-left: -1rem;
    margin-right: calc(-1rem - 1px);
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .store-list__tab {
    margin-right: -1px;
  }
}
.store-list__tab-item {
  border-right: 1px solid #fff;
  background-color: #ec8f26;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: 0.3s;
}

@media only screen and (max-width: 1023px) {
  .store-list__tab-item {
    border-top: 1px solid #fff;
    padding: 1rem 0;
    font-size: 0.875rem;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 1024px) {
  .store-list__tab-item {
    padding: 25px 10px;
    font-size: 1.125rem;
    flex-basis: 33.3333333333%;
  }
}
.store-list__tab-item::after {
  content: "";
  margin-left: -2px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: 0.3s;
}

@media only screen and (max-width: 1023px) {
  .store-list__tab-item::after {
    border-width: 6px 4px;
    bottom: -1px;
  }
}
@media only screen and (min-width: 1024px) {
  .store-list__tab-item::after {
    border-width: 8px 4px;
    bottom: 1px;
  }
}
.store-list__tab-item.active {
  opacity: 0.75;
}

.store-list__tab-item.active::after {
  opacity: 1;
}

.store-list__tab-item:not(.active) {
  cursor: pointer;
}

.store-list__tab-item:not(.active):hover {
  opacity: 0.75;
}

.store-list__container {
  background: rgba(229, 229, 229, 0.6);
}

@media only screen and (max-width: 1023px) {
  .store-list__container {
    margin: 0 -1rem;
    padding: 1rem 1rem 1px;
  }
}
@media only screen and (min-width: 1024px) {
  .store-list__container {
    padding: 40px 20px 1px;
    display: flex;
    flex-wrap: wrap;
  }
}
.store-list__item {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .store-list__item {
    margin-bottom: 40px;
    padding: 0 20px;
    width: 33.3333333333%;
  }
}
.store-list__item:not([data-area=tokyo-23ku]) {
  display: none;
}

/*▼クイックパーソナル（250328現在赤羽のみ表示）*/
.store-list__item {
  position: relative;
}
.store-list__item .quick-personal {
position: absolute;
z-index: 1;
bttom: 0;
left: 0;
height: 30px;
line-height: 30px;
display:inline-block;
border: none;
background-color: rgba(51,51,51,0.80);
color: #fff;
font-weight: 700;
font-size: 0.75rem;
padding: 0px 10px 3px 10px ;
}
@media only screen and (min-width: 1024px) {
  .store-list__item .quick-personal {
    /*font-size: 0.875rem;*/
    font-size: 0.75rem;
  }
}
/*▲クイックパーソナル（250328現在赤羽のみ表示）*/

.store-list__link {
  background: #fff;
  display: block;
  position: relative;
  transition: 0.3s;
}

.store-list__link:hover .storeList__thumb img {
  transform: scale(1.05);
}

@media only screen and (max-width: 1023px) {
  .store-list__link {
    box-shadow: 2px 2px 0.5rem rgba(0, 0, 0, 0.1);
  }
  .store-list__link:hover {
    box-shadow: 2px 2px 0.5rem rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 1024px) {
  .store-list__link {
    height: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .store-list__link:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  }
}
.store-list__link::after {
  content: "";
  background: rgba(236, 143, 38, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}

.store-list__link:hover::after {
  opacity: 1;
}

.store-list__thumb {
  padding-top: 52.5%;
  position: relative;
  overflow: hidden;
}

.store-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.3s;
}

.store-list__thumb .badge-primary, .store-list__thumb .badge--orange {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.store-list__text {
  padding: 1rem;
}

.store-list__name {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.store-list__name::before {
  content: "";
  background: #ec8f26;
  display: block;
  width: 4rem;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.store-list__address {
  font-size: 0.875rem;
  line-height: 1.5;
}

.store-list__access {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.store-list__options {
  margin-right: -0.5rem;
}

.store-list__options .badge, .store-list__options .badge-primary, .store-list__options .badge-primary-outline, .store-list__options .badge--orange {
  margin-top: 0.5em;
  margin-right: 0.5em;
}

@media only screen and (min-width: 1024px) {
  .store-list__options .badge, .store-list__options .badge-primary, .store-list__options .badge-primary-outline, .store-list__options .badge--orange {
    font-size: 0.75rem;
  }
}

/*-------------LINE--------------*/
.store-list-line__container {
  background: rgba(229, 229, 229, 0.6);
}
@media only screen and (max-width: 1023px) {
  .store-list-line__container {
    margin: 0 -1rem;
    padding: 1rem 1rem 1px;
  }
}
@media only screen and (min-width: 1024px) {
  .store-list-line__container {
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
  }
}

.store-list-line__item {
  margin-bottom: 0rem;
  background: #fff;
  border-bottom: dotted #ccc 1px;
  padding:10px 20px;
}
@media only screen and (min-width: 1024px) {
  .store-list-line__item {
    margin-bottom: 0px;
    padding: 0 20px;
    width: 100%;
  }
}
.store-list-line__item:not([data-area=tokyo-23ku]) {
  display: none;
}
.store-list-line__link {
padding: 0px;
  background: #fff;
  display: block;
  position: relative;
  transition: 0.3s;
}
.store-list-line__link:hover .storeList__thumb img {
  transform: scale(1.05);
}
@media only screen and (min-width: 1024px) {
  .store-list-line__link {
    height: 100%;
  }
}
.store-list-line__link::after {
  content: "";
  background: rgba(236, 143, 38, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}
.store-list-line__link:hover::after {
  opacity: 1;
}
.store-list-line__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px auto;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
.store-list-line__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
  padding: 0;
  width: 100%;
}
}
.store-list-line__text .store-list-line__name{
width: 100%;
margin: 0 auto 10px auto;
font-weight: 600;
}
.store-list-line__text .store-list-line__address{
width: 100%;
margin: 0 auto 5px auto;
text-align: left;
}
.store-list-line__text .store-list-line__access{
width: 100%;
margin: 0;
text-align: left;
font-size: 14px;
line-height: 140%;
}
.store-list-line__text .store-list-line__line{
width: 50%;
margin: 0 auto;
text-align: center;
}
.store-list-line__text .store-list-line__line .line_yoyaku_btn{
margin: 10px auto 0 auto;
}
.store-list-line__text .store-list-line__line .line_yoyaku_btn a{
background: #47D030;
color: #fff;
font-weight: 800;
font-size: 1rem;
display: block;
width: 100%;
height: 100%;
padding: 15px 10px;
border-radius: 30px;
}
@media only screen and (min-width: 1024px) {
.store-list-line__text .store-list-line__name{
width: 15%;
margin: 0;
font-weight: 600;
}
.store-list-line__text .store-list-line__address{
width: 45%;
margin: 0;
text-align: left;
}
.store-list-line__text .store-list-line__access{
width: 25%;
margin: 0;
text-align: left;
font-size: 14px;
line-height: 140%;
}
.store-list-line__text .store-list-line__line{
width: 15%;
margin: 0;
text-align: center;
}
.store-list-line__text .store-list-line__line .line_yoyaku_btn{
margin: 0;
}
.store-list-line__text .store-list-line__line .line_yoyaku_btn a{
background: #47D030;
box-shadow: 0px 0px 5px #ccc;
color: #fff;
font-weight: 800;
font-size: 0.9rem;
display: block;
width: 100%;
height: 100%;
padding: 10px 5px 10px 5px;
border-radius: 30px;
}
}

.store-campaign__box {
  border: 3px solid #ec8f26;
  padding: 0 1.5rem 1.25rem;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 1024px) {
  .store-campaign__box {
    margin: 0 auto;
    border-width: 4px;
    padding: 0 40px 36px;
    max-width: 800px;
 }
}
.store-campaign .heading--2 {
  margin-top: -1rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .store-campaign .heading--2 {
    margin-top: -2rem;
    margin-bottom: 20px;
  }
}
.store-campaign .heading--2::before {
  content: "";
  background: #fff;
  display: block;
  height: 100%;
  width: 10em;
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translate3d(-50%, 0, 0);
}

.store-campaign__title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .store-campaign__title {
    font-size: 1.5rem;
  }
}
.store-overview {
  /*background: #f7f7f7;*/
}

@media only screen and (min-width: 1024px) {
  .store-overview__container {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .store-overview__text {
    width: calc(50% - 40px);
  }
  .store-overview__text th {
    width: 10em;
  }
  .store-overview__text td {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
.store-overview__sns-list {
  display: flex;
}

.store-overview__card i {
  font-size: 2.5em;
  opacity: 0.75;
}

@media only screen and (max-width: 1023px) {
  .store-overview__option-list {
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .store-overview__option-list {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .store-overview__map {
    width: calc(50% - 40px);
  }
  .store-overview__map .embed-googlemaps {
    padding-top: 400px;
  }
}
.store-staff {
  background: #e5e5e5;
  background: #f2f2f2;
}

@media only screen and (min-width: 1024px) {
  .store-staff__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1023px) {
  .store-staff__item {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .store-staff__item {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc((100% - 40px) / 2);
  }
}
.store-staff__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .store-staff__people {
    width: 120px;
  }
}
.store-staff__image {
  margin: 0 auto 1rem;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.store-staff__image img {
  border-radius: 50%;
  width: 100%;
}

.store-staff__name {
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .store-staff__name {
    margin-bottom: 0;
  }
}
.store-staff__comment {
  padding: 1rem;
  background: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  height: 160px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .store-staff__comment {
    padding: 20px;
    width: calc(100% - 120px - 20px);
  }
}
.store-staff__comment::before {
  content: "";
  border-style: solid;
  position: absolute;
}

@media only screen and (max-width: 1023px) {
  .store-staff__comment::before {
    margin-left: -12px;
    border-width: 8px 12px;
    border-color: transparent transparent #fff;
    top: -16px;
    left: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .store-staff__comment::before {
    margin-left: -10px;
    border-width: 20px 15px;
    border-color: transparent #fff transparent transparent;
    top: 40px;
    left: -20px;
  }
}
.store-staff__comment p {
  margin-bottom: 1em;
}

.store-staff__comment p:last-child {
  margin-bottom: 0;
}

.store-staff__comment-more {
  background: linear-gradient(rgba(255, 255, 255, 0), white 20%);
  text-align: center;
  line-height: 44px;
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.store-staff__comment-more:hover {
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .store-price__table-container {
    overflow-x: scroll;
  }
}
.store-price__catch {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .store-price__catch {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .store-price__catch {
    margin-bottom: 0.25rem;
    font-size: 1.5rem;
  }
}


.store-price__heading {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.store-price__table {
  margin-top: 1.5rem;
  margin-right: -1px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.store-price__table .thead {
  margin-bottom: -1px;
}

.store-price__table .thead .tr .th:first-child {
  background: transparent;
}

.store-price__table .thead .th {
  text-align: center;
}

.store-price__table .thead .th:first-child {
  border: none;
}

@media only screen and (min-width: 1024px) {
  .store-price__table .thead .tr:last-child {
    font-size: 16px;
  }
}
  .store-price__table .tbody .td {
    font-size: 18px;
  }
@media only screen and (min-width: 1024px) {
  .store-price__table .tbody .td {
    font-size: 28px;
  }
}
.store-price__table .tbody .td .yen {
  margin-left: 2px;
  font-size: 14px;
  vertical-align: bottom;
}

@media only screen and (min-width: 1024px) {
  .store-price__table .tbody .td .yen {
    padding-top: 8px;
    margin-left: 4px;
    font-size: 0.625em;
  }
}
.store-price__table .tr {
  display: flex;
  width: 100%;
  -o-object-fit: 100%;
     object-fit: 100%;
}

.store-price__table .tr:not(:first-child) {
  margin-top: -1px;
}

.store-price__table .th, .store-price__table .td {
  border: 1px solid #eee;
  padding: 8px 4px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .store-price__table .th, .store-price__table .td {
    padding: 12px;
  }
}
.store-price__table .th:not(:first-child), .store-price__table .td:not(:first-child) {
  margin-left: -1px;
}

.store-price__table .th:first-child {
  width: 120px;
}

@media only screen and (min-width: 1024px) {
  .store-price__table .th:first-child {
    font-size: 20px;
    width: 220px;
  }
}
.store-price__table .th .note {
  margin-top: 4px;
  padding: 4px;
  background: #e5e5e5;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .store-price__table .th .note {
    margin-top: 8px;
    font-size: 14px;
  }
}
.store-price__table .th .note::before {
  content: "";
  border-style: solid;
  border-color: transparent transparent #e5e5e5;
  position: absolute;
  left: 50%;
}

@media only screen and (max-width: 1023px) {
  .store-price__table .th .note::before {
    margin-left: -6px;
    border-width: 4px 6px;
    top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .store-price__table .th .note::before {
    margin-left: -9px;
    border-width: 6px 9px;
    top: -12px;
  }
}
@media only screen and (max-width: 1023px) {
  .store-price__table.col-1 .th:not(:first-child), .store-price__table.col-1 .td:not(:first-child) {
    width: calc(100% - 120px);
  }
  .store-price__table.col-2 .th:not(:first-child), .store-price__table.col-2 .td:not(:first-child) {
    width: calc((100% - 120px) / 2);
  }
  .store-price__table.col-3 .th:not(:first-child), .store-price__table.col-3 .td:not(:first-child) {
    width: calc((100% - 120px) / 3);
  }
}
@media only screen and (min-width: 1024px) {
  .store-price__table.col-2 .th:not(:first-child), .store-price__table.col-2 .td:not(:first-child) {
    width: calc((100% - 220px) / 2);
  }
  .store-price__table.col-2 .th.col-2 {
    width: calc(100% - 220px);
  }
  .store-price__table.col-3 .th:not(:first-child), .store-price__table.col-3 .td:not(:first-child) {
    width: calc((100% - 220px) / 3);
  }
  .store-price__table.col-3 .th.col-2 {
    width: calc((100% - 220px) * 2 / 3);
  }
  .store-price__table.col-4 .th:not(:first-child), .store-price__table.col-4 .td:not(:first-child) {
    width: calc((100% - 220px) / 4);
  }
  .store-price__table.col-4 .th.col-2 {
    width: calc((100% - 220px) * 2 / 4);
  }
  .store-price__table.col-5 .th:not(:first-child), .store-price__table.col-5 .td:not(:first-child) {
    width: calc((100% - 220px) / 5);
  }
  .store-price__table.col-5 .th.col-2 {
    width: calc((100% - 220px) * 2 / 5);
  }
  .store-price__table.col-5 .th.col-3 {
    width: calc((100% - 220px) * 3 / 5);
  }
}
@media only screen and (min-width: 1024px) {
  .store-price__plan th, .store-price__plan td {
    font-size: 1rem;
  }
}
.store-price__notes {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .store-price__notes {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .store-route__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .store-route__item {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .store-route__item {
    width: calc((100% - 80px) / 3);
  }
}
.store-route__item:last-child {
  margin-bottom: 0;
}
.store-route__image {
  margin-bottom: 0.5rem;
}
.store-route__image img {
  width: 100%;
}
.store-route__desc {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
      .store-route__item {
        display: flex;
        flex-wrap: wrap;  
      }
    .store-route__image {
        width: 40%;
        margin-right: 3%;
    }
    .store-route__desc {
     width: 57%;
     text-align: justify;
    }
}




@media only screen and (min-width: 1024px) {
  .program-course {
    padding-top: 0;
  }
}
.program-course .heading--lead {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .program-course .heading--lead {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .program-course__list {
    display: flex;
    /*justify-content: space-between;*/
	justify-content:space-around;
  }
}
.program-course .box {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .program-course .box {
    margin-bottom: 20px;
    width: calc(50% - 20px);
    /* width: calc((100% - 80px) / 3);　3つ並び*/
  }
}
.program-course__catch {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .program-course__catch {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
  }
}
.program-course__catch::before {
  content: "";
  background: #ec8f26;
  width: 3rem;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.program-course__heading {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.program-course__text {
  font-size: 0.875rem;
  line-height: 2;
}

.program-course__note {
  font-size: 0.75rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .program-course__note {
    text-align: right;
  }
}

.program-frequency .heading--lead {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .program-frequency .heading--lead {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .program-frequency__list {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1023px) {
  .program-frequency .box,
  .program-frequency .box100{
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .program-frequency .box {
    /*width: calc((100% - 80px) / 3);*/
    width: 30%;
  }
  .program-frequency .box100 {
    width: 100%;
  }  
}
.program-frequency .box:last-child,
.program-frequency .box100:last-child{
  margin-bottom: 0;
}
.program-frequency .box100:last-child{
  margin-top: 2rem;
}

.program-frequency__catch {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.program-frequency__catch::before {
  content: "";
  background: #ec8f26;
  width: 3rem;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.program-frequency__catch span {
  font-size: 3rem;
}

.program-frequency__heading {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.program-frequency__text {
  font-size: 0.875rem;
  line-height: 2;
}



.program-option .heading--lead {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .program-option .heading--lead {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .program-frequency__list {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1023px) {
  .program-option .box {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .program-option .box {
    /*width: calc((100% - 80px) / 3);*/
    width: 100%;
    margin-bottom: 1rem;
  }
}
.program-option .box:last-child {
  margin-bottom: 0;
}

.program-option__catch {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.program-option__catch::before {
  content: "";
  background: #ec8f26;
  width: 3rem;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.program-option__catch span {
  font-size: 3rem;
}

.program-option__heading {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
}

.program-option__text {
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}



.program-protocol {
  background-color: rgba(238, 238, 238, 0.5);
}

.program-protocol .heading--lead {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .program-protocol .heading--lead {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .program-protocol__list {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.program-protocol__item {
  border: 1px solid #eee;
  padding: 1rem;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .program-protocol__item {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .program-protocol__item {
    padding: 20px;
    width: calc((100% - 80px) / 3);
  }
}
.program-protocol__catch {
  color: #9d9d9d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  top: -0.5em;
  left: 1rem;
}

@media only screen and (min-width: 1024px) {
  .program-protocol__catch {
    font-size: 1.5rem;
  }
}
.program-protocol__heading {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .program-protocol__heading {
    font-size: 1.125rem;
  }
}
.program-protocol__p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1023px) {
  .program-protocol__p {
    font-size: 0.875rem;
  }
}
.program-protocol__protocol-list {
  font-size: 0.875rem;
  line-height: 1.5;
}

.program-protocol__protocol-list dt {
  font-weight: 700;
  float: left;
  clear: left;
}

.program-protocol__protocol-list dd {
  margin-bottom: 0.5rem;
  padding-left: 6.5em;
}

.program-protocol__protocol-list dd:last-child {
  margin-bottom: 0;
}

.program-protocol__note {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .program-protocol__note {
    margin-top: 1rem;
    text-align: right;
  }
}
.program-core .heading--lead {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .program-core .heading--lead {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .program-core__image {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .program-core__image {
    width: calc(50% + 160px);
    height: 400px;
    position: relative;
    left: calc(50% - 160px);
    right: 0;
    overflow: hidden;
  }
}
.program-core__image img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .program-core__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
  }
}
.program-core__text {
  font-size: 0.875rem;
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  .program-core__text {
    margin-top: -3rem;
    margin-left: -1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .program-core__text {
    margin-top: -160px;
    width: 640px;
  }
}
.program-core__text p {
  margin-bottom: 0.5rem;
}

.program-core__text p:last-child {
  margin-bottom: 0;
}

.program-price .heading--lead {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .program-price .heading--lead {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .program-price__container {
    display: flex;
    justify-content: space-between;
  }
}
.program-price .box {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .program-price .box {
    width: calc((100% - 50px) / 2 - 40px);
  }
}
.program-price__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .program-price__text {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .program-price__initial .program-price__text {
    padding-top: 0.75em;
  }
}
.program-price__icon {
  color: #9d9d9d;
  font-size: 2.5rem;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .program-price__icon {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .program-price__icon {
    font-size: 3.5rem;
    display: flex;
    align-items: center;
  }
}
.program-price__note {
  font-size: 0.75rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .program-price__note {
    text-align: right;
  }
}
@media only screen and (max-width: 1023px) {
  .voiceList {
    margin: 0 -1rem 2rem;
  }
}
.voiceList__container {
  padding-bottom: 1.5rem;
  max-width: 800px;
}

@media only screen and (min-width: 1024px) {
  .voiceList__container {
    padding-bottom: 40px;
  }
}
.voiceList__item {
  border-top: 1px solid #e5e5e5;
}

.voiceList__item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.voiceList__link {
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}

.voiceList__link::before {
  content: "";
  background: rgba(236, 143, 38, 0.1);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}

.voiceList__link:hover::before {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .voiceList__link {
    padding: 20px;
  }
}
.voiceList__thumb {
  background: url(img/no-image.jpg) 50% 50%/cover #e5e5e5;
  width: 120px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .voiceList__thumb {
    width: 240px;d
    height: 160px;
  }
}
.voiceList__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.voiceList__text {
  width: calc(100% - 120px - 1rem);
}

@media only screen and (min-width: 1024px) {
  .voiceList__text {
    width: calc(100% - 240px - 20px);
  }
}
.voiceList__category {
  margin-bottom: 4px;
  padding: 4px 8px 4px;
  background: #ec8f26;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
}

.voiceList__title {
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .voiceList__title {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .voiceList__description {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1024px) {
  .voiceSingle {
    margin-left: auto;
    margin-right: auto;
  }
}
.voiceSingle__container {
  padding-bottom: 1.5rem;
  max-width: 720px;
}

@media only screen and (min-width: 1024px) {
  .voiceSingle__container {
    padding-bottom: 40px;
  }
}
.voiceSingle__title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .voiceSingle__title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.voiceSingle__thumbnail {
  margin-bottom: 1rem;
}

.voiceSingle__thumbnail img {
  width: 100%;
}

.voiceSingle__user {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}

.voiceSingle__content table {
  line-height: 1.5;
}

.voiceSingle__content thead th, .voiceSingle__content thead td {
  background-color: #e5e5e5;
}

.voiceSingle__content tbody td {
  text-align: center;
}

.voiceSingle__content tfoot th, .voiceSingle__content tfoot td {
  border-top-width: 3px;
  border-top-style: double;
  font-weight: 700;
}

.voiceSingle__content tfoot td {
  text-align: center;
}

.campaign {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .campaign {
    margin-top: -1rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .campaign {
    margin: 0 auto;
    max-width: 1100px;
  }
}
.campaign_new .img_w80 {
    width: 100%;
    margin: 0 auto 50px auto;
    max-width: 900px;
}
.campaign_new img {width: 100%;}
.campaign_new .bg_o {
    background-color: #F39627;
    padding: 50px auto;
}
.campaign_new .bg_wh {background-color: #FFF;}
.campaign_new .text_o {color: #F39627;}
.campaign_new .text_wh {
    color: #FFF;
    font-size: 2.5rem;
    line-height: 100%;
    font-weight: bold;
    padding-top: 50px;
}
@media screen and (max-width: 767px) {
.campaign_new .text_wh {
    font-size: 1.5rem;
}
}
.campaign_new h3.line_border {
    font-size: 1.8rem;
    line-height: 160%;
    font-weight: bold;
    border-bottom: 2px solid #F39627;
    text-align: left;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.campaign_new h3.line_border {
    font-size: 1.3rem;
    line-height: 140%;
    padding-bottom: 5px;
}
}
.campaign_new .introduction {
    text-align: center;
    padding-bottom: 50px;
}
.campaign_new .introduction_box {
    padding-bottom: 50px;
}
.campaign_new .introduction_box li {
    margin-top: 30px;
    padding: 30px;
}

.campaign_new .send_box dl {
    padding: 10px;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}
.campaign_new .send_box dt {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}
.campaign_new .button.-simple {
    width: 80% !important;
    max-width: 350px;
    padding-bottom: 50px;
}




@media only screen and (min-width: 1024px) {
  .postLayout .container {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .postLayout__main {
    width: calc(100% - 300px - 40px);
  }
}
@media only screen and (min-width: 1024px) {
  .postLayout__aside {
    width: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .postList {
    margin: 0 -1rem 2rem;
  }
}
.postLayout__main .postList {
  margin-bottom: 40px;
}

.postList__item {
  border-top: 1px solid #e5e5e5;
}

.postList__item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.postList__link {
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}

.postList__link::before {
  content: "";
  background: rgba(236, 143, 38, 0.1);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}

.postList__link:hover::before {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .postLayout__main .postList__link {
    padding: 20px;
  }
  .postAside .postList__link {
    padding: 5px 0;
    align-items: center;
  }
}
.postList__thumb {
  background: url(img/no-image.jpg) 50% 50%/cover #e5e5e5;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .postLayout__main .postList__thumb {
    width: 160px;
    height: 160px;
  }
  .postAside .postList__thumb {
    width: 60px;
    height: 60px;
  }
}
.postList__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.postList__text {
  width: calc(100% - 80px - 1rem);
}

@media only screen and (min-width: 1024px) {
  .postLayout__main .postList__text {
    width: calc(100% - 160px - 20px);
  }
  .postAside .postList__text {
    width: calc(100% - 60px - 10px);
  }
}
.postList__category {
  margin-bottom: 4px;
  padding: 4px 8px 4px;
  background: #ec8f26;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  .postAside .postList__category {
    display: none;
  }
}
.postList__date {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  float: right;
}

.postList__title {
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .postLayout__main .postList__title {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
  .postAside .postList__title {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1024px) {
  .postLayout__main .postList__description {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .postAside .postList__description {
    display: none;
  }
}
.postAside__widget {
  margin-top: 1rem;
}

@media only screen and (min-width: 1024px) {
  .postAside__widget {
    margin-top: 20px;
  }
  .postAside__widget:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .postAside .heading--2 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    position: relative;
  }
  .postAside .heading--2::before {
    content: "";
    background: #ec8f26;
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .postAside__postList {
    margin: 0 -1rem;
  }
}
.postAside__category {
  margin-right: -0.25rem;
}

.postAside__categoryItem {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  border: 1px solid #e5e5e5;
  padding: 6px 8px;
  font-size: 0.875rem;
  display: inline-block;
  transition: 0.3s;
}

.postAside__categoryItem:hover {
  border-color: #9d9d9d;
  background: #9d9d9d;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .post {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .post {
    margin-bottom: 40px;
    padding: 40px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  }
}
.post__title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .post__title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.post__information {
  margin-bottom: 1rem;
  color: #9d9d9d;
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
  .post__information {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
}
.post__eyecatch {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .post__eyecatch {
    margin-bottom: 20px;
  }
}
.post__eyecatch img {
  width: 100%;
}

.post__content {
  margin-bottom: 1.5rem;
}

.post__content h2 {
  border-left: 4px solid #ec8f26;
  padding: 0.5em 0.75em;
  background: rgba(229, 229, 229, 0.5);
}

.post__content h3 {
  border-bottom: 1px dotted #9d9d9d;
  padding-bottom: 0.25em;
}

.post__content table th {
  background: #ec8f26;
  color: #fff;
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .post__content {
    margin-bottom: 40px;
  }
}
.author-wrapper__title {
  margin-bottom: 20px;
}

#toc_container {
  border: 2px solid #ec8f26;
  border: 2px solid rgba(236, 143, 38, 0.5);
  padding: 1.5rem 1rem 1rem;
  line-height: 1;
}

@media only screen and (min-width: 1024px) {
  #toc_container {
    padding: 40px;
  }
}
#toc_container .toc_title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-align: center;
}

#toc_container .toc_list {
  margin-bottom: 0;
  border-bottom: 1px dotted #9d9d9d;
  line-height: 1.5;
}

@media only screen and (max-width: 1023px) {
  #toc_container .toc_list {
    font-size: 0.875rem;
  }
}
#toc_container .toc_list li {
  margin-top: 0;
  border-top: 1px dotted #9d9d9d;
  padding-left: 0;
}

#toc_container .toc_list li::before {
  content: none;
}

#toc_container .toc_list a {
  padding: 0.2em 0;
  color: inherit;
  text-decoration: none;
  display: block;
}

@media only screen and (min-width: 1024px) {
  #toc_container .toc_list a {
    padding: 0.35em 0;
  }
}
#toc_container .toc_list a::before {
  content: "";
  border-radius: 50%;
  background-color: #ec8f26;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(1.25em - 3px);
  left: 0;
}

#toc_container .toc_list a:hover {
  text-decoration: underline;
}

#toc_container .toc_list > li > a {
  padding-left: 1rem;
}

#toc_container .toc_list > li > a::before {
  left: 0;
}

#toc_container .toc_list > li > ul {
  margin-left: 0;
  padding-left: 0;
}

#toc_container .toc_list > li > ul > li > a {
  padding-left: 3rem;
}

#toc_container .toc_list > li > ul > li > a::before {
  left: 2rem;
}

.share {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .share {
    margin-top: 40px;
  }
}
.share__heading {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .share__heading {
    margin-bottom: 20px;
  }
}
.share__button {
  display: flex;
}

.share__link, .share__link--hatebu, .share__link--line, .share__link--twitter, .share__link--facebook {
  padding: 0.75rem 0.25rem 0.625rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: block;
  width: 25%;
  transition: 0.3s;
}

.share__link:hover, .share__link--hatebu:hover, .share__link--line:hover, .share__link--twitter:hover, .share__link--facebook:hover {
  opacity: 0.5;
}

.share__link i, .share__link--hatebu i, .share__link--line i, .share__link--twitter i, .share__link--facebook i {
  font-size: 1.125rem;
}

.share__link span, .share__link--hatebu span, .share__link--line span, .share__link--twitter span, .share__link--facebook span {
  margin-top: 0.375rem;
  font-weight: 700;
  display: block;
}

.share__link--facebook {
  background-color: #0076fb;
}

.share__link--twitter {
  background-color: #1da1f3;
}

.share__link--line {
  background-color: #00b900;
}

.share__link--hatebu {
  background-color: #00a4de;
}

.share__link--hatebu::before {
  content: "B!";
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .newsList {
    margin-left: auto;
    margin-right: auto;
  }
}
.newsList__container {
  padding-bottom: 1rem;
  max-width: 880px;
}

@media only screen and (min-width: 1024px) {
  .newsList__container {
    padding-bottom: 40px;
  }
}
.newsList__link {
  border-top: 1px solid #e5e5e5;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  position: relative;
  transition: 0.3s;
}

.newsList__item:last-child .newsList__link {
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (min-width: 1024px) {
  .newsList__link {
    padding: 1rem;
    display: flex;
  }
}
.newsList__link:hover {
  color: #ec8f26;
}

@media only screen and (max-width: 1023px) {
  .newsList__date {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .newsList__date {
    width: 10em;
  }
}
@media only screen and (min-width: 1024px) {
  .newsList__title {
    width: calc(100% - 8rem);
  }
}
@media only screen and (min-width: 1024px) {
  .news {
    margin-left: auto;
    margin-right: auto;
  }
}
.news__container {
  padding-bottom: 1rem;
  max-width: 720px;
}

@media only screen and (min-width: 1024px) {
  .news__container {
    padding-bottom: 40px;
  }
}
.news__title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .news__title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
.news__date {
  margin-bottom: 1rem;
  color: #9d9d9d;
  font-size: 0.75rem;
  text-align: right;
}

.company .container {
  padding-bottom: 1.5rem;
  max-width: 720px;
}

@media only screen and (min-width: 1024px) {
  .company .container {
    padding-bottom: 40px;
  }
}
.company__messageTitle {
  margin-top: 0.5rem;
}

.company__message {
  font-size: 0.875rem;
  line-height: 2;
}

.company__messageHeading {
  color: #ec8f26;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.company__message p {
  margin-top: 1rem;
}

@media only screen and (min-width: 1024px) {
  .company .table th {
    width: 10em;
  }
}
.page-recruit__content .local-mv-photo {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .page-recruit__content .local-mv-photo {
    font-size: 2.5rem;
  }
}
.page-recruit__content .local-mv-txt {
  text-align: center;
}

.page__apply .container {
  max-width: 640px;
}

.page__apply-notes {
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  .page__apply-notes {
    font-size: 0.875rem;
  }
}
.page__apply-notes p:not(:last-child) {
  margin-bottom: 1rem;
}

.page__apply-notes a.css_link {
  text-decoration: underline;
  color: #ed7430;
}

.page__apply .form {
  margin-bottom: 1.5rem;
}

.page__apply .form-note {
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  .page__apply .form-note {
    font-size: 0.875rem;
  }
}
.page__apply .time-box01:not(:last-child) {
  margin-bottom: 1.5rem;
}

.page__apply .time-box01 .time {
  margin-top: 0.5rem;
  display: inline-block;
}

.page__apply .form-note-agree {
  margin: 1.5rem 0;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .page__apply .form__action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .page__apply .form__action li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page__apply .form__action li:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page__apply .form__action li {
    margin: 0 20px;
  }
}
.page__apply .mw_wp_form_confirm .form-note {
  display: none;
}

.page__contact_r .container {
  max-width: 640px;
}

.page__contact_r-notes {
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  .page__contact_r-notes {
    font-size: 0.875rem;
  }
}
.page__contact_r-notes p:not(:last-child) {
  margin-bottom: 1rem;
}

.page__contact_r .form {
  margin-bottom: 1.5rem;
}

.page__contact_r .form-note {
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  .page__contact_r .form-note {
    font-size: 0.875rem;
  }
}
.page__contact_r .time-box01:not(:last-child) {
  margin-bottom: 1.5rem;
}

.page__contact_r .time-box01 .time {
  margin-top: 0.5rem;
  display: inline-block;
}

.page__contact_r .form-note-agree {
  margin: 1.5rem 0;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .page__contact_r .form__action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .page__contact_r .form__action li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page__contact_r .form__action li:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page__contact_r .form__action li {
    margin: 0 20px;
  }
}
.page__contact_r .mw_wp_form_confirm .form-note {
  display: none;
}

/*リニューアル トップ 2023/04/01〜 */
@media only screen and (min-width: 768px) {
  .firstView .cp_side_bnr {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 35%;
    width: 5.5%;
  }
  .firstView .cp_side_bnr img {
    width: 100%;
  }
  .firstView .top_btn {
    width: 500px;
    /*margin: -210px auto 0px auto;*/
    /*margin: -120px auto 0px auto;*/
    margin: -100px auto 0px auto;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .firstView .top_btn img {
    width: 100%;
  }
  .feature.bg_og {
    background: #fff5e8;
  }
  .feature.bg_og .feature__list_new {
    position: relative;
    z-index: 1;
    counter-reset: none;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature.bg_og .feature__list_new li.feature__item_new {
    width: 31%;
    margin: 0 0 30px 0;
    background: 0;
    padding: 0;
  }
  .feature.bg_og .feature__list_new li.feature__item_new h3 {
    width: 100%;
    margin: 0px auto;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 140%;
  }
  .feature.bg_og .feature__list_new li.feature__item_new h3 span {
    background: linear-gradient(transparent 70%, rgba(255, 255, 102, 0.5) 60%);
  }
  /*
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-1 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou01@2x.png) no-repeat center center;
    background-size: cover;
  }
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-2 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou02@2x.png) no-repeat center center;
    background-size: cover;
  }
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-3 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou03@2x.png) no-repeat center center;
    background-size: cover;
  }
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-4 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou04@2x.png) no-repeat center center;
    background-size: cover;
  }
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-5 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou05@2x.png) no-repeat center center;
    background-size: cover;
  }
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-6 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou06@2x.png) no-repeat center center;
    background-size: cover;
  }
  */
  .feature.bg_og .feature__list_new .feature__img img {
    width: 100%;
  }
  .target .contentBox {
    max-width: 650px;
    margin: auto;
  }
  .target .contentBox .c2Box {
    text-align: center;
  }
  .target .contentBox .c2Box p {
    padding: 1.5rem 0 1.6rem 0;
  }
  /* movie */
  .target .contentBox video {
    margin: 0px auto;
    width: 650px;
    height: 650px;
  }
  /* slider */
  .slick-slide {
    height: auto !important;
    min-height: 1px;
  }
  .target .contentBox .slider {
    position: relative;
  }
  .target .contentBox .slick-prev, .target .contentBox .slick-next {
    width: 59px !important;
    height: 59px !important;
  }
  .target .contentBox .slick-prev {
    top: 50%;
    left: 0;
  }
  .target .contentBox .slick-next {
    top: 50%;
    right: 0;
  }
  .target .contentBox .slick-next::before, .target .contentBox .slick-prev::before {
    display: none;
  }
  .target .contentBox .slick-prev:hover, .target .contentBox .slick-next:hover {
    transition: 1s;
  }
  .target .contentBox button.slick-prev, button.slick-next {
    z-index: 2;
  }
  .target .contentBox .slick-arrow {
    z-index: 3;
  }
  .target.movie_bl h3 {
    font-size: 19px;
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
  }
  .target.movie_bl h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin: 10px auto 20px auto;
  }
  .target.movie_bl .more_btn {
    text-align: center;
    margin: 20px auto;
    width: 320px;
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  .target.movie_bl .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #333;
    padding: 20px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #ececec;
  }
  .target.movie_bl .more_btn a:hover {
    background: #f39039;
  }
  .target.movie_bl .top_btn {
    width: 500px;
    margin: 50px auto 0px auto;
    position: relative;
    z-index: 1;
  }
  .target.movie_bl .top_btn img {
    width: 100%;
  }
  .top_check h3 {
    margin: 30px auto 10px auto;
    padding: 0;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
  }
  .top_check h2 {
    margin: 0px auto 50px auto;
    padding: 0;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
  }
  .top_check .check_list {
    text-align: left;
    margin: 0px auto;
    width: 800px;
    padding: 0;
    position: relative;
  }
  .top_check .check_list li {
    text-align: left;
    margin: 0px 0px;
    padding: 15px 0px 15px 40px;
    font-size: 24px;
    background: url(https://exercisecoach.co.jp/quick_personal/wp-content/themes/exercisecoach/img_QP/icon_check.png) left no-repeat;
    background-size: 30px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .top_check .check_list::after {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 50px;
    left: 30px;
    background: url(https://exercisecoach.co.jp/quick_personal/wp-content/themes/exercisecoach/img_QP/icon_arrow_btm.png) no-repeat;
    background-size: 100%;
  }
  .top_point {
    width: 1100px;
    margin: 0px auto;
    padding: 0;
  }
  .top_point h2 {
    background: #000;
    text-align: center;
    font-size: 35px;
    color: #fff;
    padding: 20px 0;
    margin: 0px auto;
    font-weight: bold;
    line-height: 120%;
  }
  .top_point h2 .tit_cn {
    font-size: 28px;
  }
  .top_point h2 .orange {
    font-size: 25px;
    background: #ea7300;
    padding: 2px 3px;
  }
  .top_point .point_block {
    width: 1100px;
    background: #fff5e8;
    position: relative;
    margin: 0px auto 20px auto;
    padding: 50px 0;
  }
  .top_point .point_block .point_box {
    background: #f39039;
    text-align: center;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 115px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_point .point_block .point_box span {
    font-size: 40px;
  }
  .top_point .point_block h3 {
    width: 940px;
    text-align: center;
    line-height: 120%;
    font-size: 30px;
    color: #ea7300;
    font-weight: 600;
    border-bottom: 1px solid #ea7300;
    padding: 0px 0px 10px 0px;
    margin: 0px auto 20px auto;
  }
  .top_point .point_block h3 span {
    font-size: 24px;
  }
  .top_point .point_block h4 {
    width: 43%;
    margin: 10px auto 20px auto;
  }
  .top_point .point_block h4 img {
    width: 100%;
  }
  .top_point .point_block h5.course_hd {
    margin: 10px auto 20px auto;
    font-size: 26px;
    text-align: center;
    color: #ea7300;
    font-weight: bold;
  }
  .top_point .point_block h5.course_hd span {
    font-size: 20px;
  }
  .top_point .point_block .point_image {
    width: 760px;
    margin: 10px auto 20px auto;
    background: #fff;
    padding: 30px;
  }
  .top_point .point_block .point_image img {
    width: 100%;
  }
  .top_point .point_block .point_image h4 {
    width: 100%;
    background: #000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0px auto;
    padding: 5px 0;
  }
  .top_point .point_block .point_image .kome {
    font-size: 12px;
  }
  .top_point .point_block h5.taisyou_h5 {
    margin: 0px 10px 0 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
  }
  .top_point .point_block h5.taisyou_h5::first-letter {
    color: #ea7300;
  }
  .top_point .point_block .taisyou_box {
    border: 2px solid #f39039;
    padding: 10px;
    margin: 20px auto 0px auto;
    display: flex;
    justify-content: flex-start;
  }
  .top_point .point_block .taisyou_box .store_link {
    margin: 0 10px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
  }
  .top_point .point_block .taisyou_box .store_link li {
    margin: 0 20px 0 0;
    font-size: 16px;
  }
  .top_point .point_block .taisyou_box .store_link li a {
    color: #ea7300;
    font-weight: bold;
  }
  .top_point .point_block .taisyou_box .store_link li a::after {
    content: ">>";
    margin: 0 0 0 5px;
    color: #ea7300;
  }
  .top_point .point_block .more_btn {
    text-align: center;
    margin: 50px auto;
    width: 320px;
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  .top_point .point_block .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #333;
    padding: 20px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #ececec;
  }
  .top_point .point_block .more_btn a:hover {
    background: #f39039;
  }
  .top_point .point_block .line-banner {
    width: 600px;
    margin: 20px auto 30px auto;
    padding: 0;
  }
  .top_point .point_block .point_flex {
    width: 800px;
    margin: 50px auto 0px auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .top_point .point_block .point_flex .point_flex_img {
    width: 30%;
    margin: 0px 0;
    padding: 0;
  }
  .top_point .point_block .point_flex .point_flex_img img {
    width: 100%;
  }
  .top_point .point_block .point_flex .point_flex_cap {
    width: 68%;
    margin: 0px 0;
    padding: 0;
    position: relative;
  }
  .top_point .point_block .point_flex .point_flex_cap h4 {
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    line-height: 140%;
    margin: 0px 0px 10px 0px;
    padding: 0;
    width: 100%;
  }
  .top_point .point_block .point_flex .point_flex_cap p {
    text-align: left;
    font-size: 16px;
    line-height: 160%;
  }
  .top_point .point_block .point_flex .point_flex_cap .point04_02 {
    width: 18%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .top_point .top_btn {
    width: 500px;
    margin: 50px auto 50px auto;
    position: relative;
  }
  .top_point .top_btn img {
    width: 100%;
  }
  .top_flow h3 {
    margin: 30px auto 10px auto;
    padding: 0;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
  }
  .top_flow h2 {
    margin: 0px auto 50px auto;
    padding: 0;
    text-align: center;
    font-size: 40px;
    line-height: 140%;
    font-weight: bold;
  }
  .top_flow .contentBox {
    width: 800px;
    margin: 0px auto;
  }
  .top_flow h3.nagare_hd {
    margin: 30px auto 0px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background: #000;
    color: #fff;
  }
  .top_flow .stepBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f1ec;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
  .top_flow .bottom0 {
    margin-bottom: 0;
  }
  .top_flow .step_number {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 36px;
    color: #ea7300;
    line-height: 100%;
    font-weight: 600;
  }
  .top_flow .step_number span {
    color: #868686;
    font-size: 16px;
  }
  .top_flow .stepTxt {
    width: 59%;
  }
  .top_flow .stepTxt h3 {
    font-size: 1.33rem;
    line-height: 1.66rem;
    color: #ea7300;
    text-align: left;
    margin: 0px 0px 10px 0px;
  }
  .top_flow .stepTxt h3 span {
    font-size: 0.8rem;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    margin-right: 0.5rem;
  }
  .top_flow .stepTxt p {
    line-height: 200%;
  }
  .top_flow .stepTxt p span {
    font-size: 0.8rem;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    padding: 2px 5px;
  }
  .top_flow .stepImg {
    width: 30%;
    position: relative;
  }
  .top_flow .stepImg img {
    width: 100%;
  }
  .voice .voice__list_top_new {
    width: 1100px;
    margin: 20px auto;
    display: flex;
    padding: 0;
  }
  .voice .voice__list_top_new li {
    width: 30%;
    margin: 0px auto;
    padding: 0;
  }
  .voice .voice__list_top_new li img {
    width: 100%;
  }
  .voice .voice__list_top_new li a:hover {
    opacity: 0.7;
  }
  .voice .more_btn {
    text-align: center;
    margin: 100px auto 0px auto;
    width: 240px;
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  .voice .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #333;
    padding: 20px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #ececec;
  }
  .voice .more_btn a:hover {
    background: #f39039;
  }
  .top_faq {
    position: relative;
  }
  .top_faq .faqList {
    width: 800px;
    margin: 20px auto 10px auto;
  }
  .top_faq .faqList .more_btn {
    text-align: center;
    margin: 50px auto 0px auto;
    width: 240px;
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  .top_faq .faqList .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #333;
    padding: 20px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #ececec;
  }
  .top_faq .faqList .more_btn a:hover {
    background: #f39039;
  }
  .cta.bg_og {
    background: #fbe2c2;
  }
  .cta.bg_og h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 20px auto 10px auto;
  }
  .cta.bg_og .top_btn {
    width: 500px;
    margin: 0px auto 20px auto;
    position: relative;
  }
  .cta.bg_og .top_btn img {
    width: 100%;
  }
  /*---セミパーソナル料金表---*/
  .thead.semi_price .semi_th {
    width: 80%;
  }
  .tbody.semi_price .semi_td {
    width: 80%;
  }
  .tbody.semi_price .semi_td .small {
    font-size: 12px;
  }
  .tbody.semi_price .semi_td .note {
    margin-top: 4px;
    margin-left: auto;
    padding: 4px;
    background: #e5e5e5;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    width: 70%;
    position: relative;
  }
  .store-price__table.col-2 .td.col-2 {
    width: 100%;
  }
}
/*@media screen and (min-width: 768px) and (max-width: 834px) {*/
@media screen and (min-width: 768px) and (max-width: 899px) {
  .firstView .cp_side_bnr {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 30%;
    width: 5.5%;
  }
  .firstView .top_btn {
    /*margin: -120px auto 0px auto;*/
    margin: 0px auto 0px auto;
  }
}
@media only screen and (max-width: 767px) {
  .firstView .cp_side_bnr {
    width: 75%;
    margin: 50px auto 0px auto;
    position: relative;
    z-index: 1;
  }
  .firstView .cp_side_bnr img {
    width: 100%;
    vertical-align: bottom;
  }
  .firstView .top_btn {
    width: 90%;
    margin: 10px auto 0px auto;
    position: relative;
    z-index: 1;
  }
  .firstView .top_btn img {
    width: 100%;
  }
  .feature.bg_og {
    background: #fff5e8;
  }
  .feature.bg_og .feature__list_new {
    position: relative;
    z-index: 1;
    counter-reset: none;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature.bg_og .feature__list_new li.feature__item_new {
    width: 90%;
    margin: 0 auto 30px auto;
    background: 0;
    padding: 0;
  }
  .feature.bg_og .feature__list_new li.feature__item_new h3 {
    width: 100%;
    margin: 0px auto;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
  }
  .feature.bg_og .feature__list_new li.feature__item_new h3 span {
    background: linear-gradient(transparent 70%, rgba(255, 255, 102, 0.5) 60%);
  }
  /*
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-1 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou01@2x.png) no-repeat center center;
    background-size: cover;
  }
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-2 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou02@2x.png) no-repeat center center;
    background-size: cover;
  }
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-3 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou03@2x.png) no-repeat center center;
    background-size: cover;
  }
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-4 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou04@2x.png) no-repeat center center;
    background-size: cover;
  }
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-5 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou05@2x.png) no-repeat center center;
    background-size: cover;
  }
  .feature.bg_og .feature__list_new li.feature__item_new .heading--3-6 {
    background: url(https://exercisecoach.co.jp/wp-content/uploads/2023/03/tokuchou06@2x.png) no-repeat center center;
    background-size: cover;
  }
  */
  .feature.bg_og .feature__list_new .feature__img img {
    width: 100%;
  }
  .target .contentBox {
    max-width: 650px;
    margin: auto;
  }
  .target .contentBox .c2Box {
    text-align: center;
  }
  .target .contentBox .c2Box p {
    padding: 1.5rem 0 1.6rem 0;
  }
  /* movie */
  .target .contentBox video {
    margin: 0px auto;
    width: 320px;
    height: 320px;
  }
  /* slider */
  .slick-slide {
    height: auto !important;
    min-height: 1px;
  }
  .target .contentBox .slider {
    position: relative;
  }
  .target .contentBox .slick-prev, .target .contentBox .slick-next {
    width: 59px !important;
    height: 59px !important;
  }
  .target .contentBox .slick-prev {
    top: 50%;
    left: 0;
  }
  .target .contentBox .slick-next {
    top: 50%;
    right: 0;
  }
  .target .contentBox .slick-next::before, .target .contentBox .slick-prev::before {
    display: none;
  }
  .target .contentBox .slick-prev:hover, .target .contentBox .slick-next:hover {
    transition: 1s;
  }
  .target .contentBox button.slick-prev, button.slick-next {
    z-index: 2;
  }
  .target .contentBox .slick-arrow {
    z-index: 3;
  }
  .target.movie_bl h3 {
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
  }
  .target.movie_bl h2 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    margin: 10px auto 20px auto;
  }
  .target.movie_bl .more_btn {
    text-align: center;
    margin: 20px auto;
    width: 80%;
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  .target.movie_bl .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background: #333;
    padding: 20px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #ececec;
  }
  .target.movie_bl .more_btn a:hover {
    background: #f39039;
  }
  .target.movie_bl .top_btn {
    width: 90%;
    margin: 50px auto 0px auto;
    position: relative;
    z-index: 1;
  }
  .target.movie_bl .top_btn img {
    width: 100%;
  }
  .top_check h3 {
    margin: 30px auto 10px auto;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .top_check h2 {
    margin: 0px auto 10px auto;
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .top_check .check_list {
    text-align: left;
    margin: 0px auto;
    width: 90%;
    padding: 0;
    position: relative;
  }
  .top_check .check_list li {
    text-align: left;
    margin: 0px 0px;
    padding: 15px 0px 15px 30px;
    font-size: 0.8rem;
    background: url(https://exercisecoach.co.jp/quick_personal/wp-content/themes/exercisecoach/img_QP/icon_check.png) left no-repeat;
    background-size: 20px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .top_check .check_list::after {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 50px;
    left: 30px;
    background: url(https://exercisecoach.co.jp/quick_personal/wp-content/themes/exercisecoach/img_QP/icon_arrow_btm.png) no-repeat;
    background-size: 100%;
  }
  .top_point {
    width: 90%;
    margin: 0px auto;
    padding: 0;
  }
  .top_point h2 {
    background: #000;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    padding: 15px 0;
    margin: 0px auto;
    font-weight: bold;
    line-height: 120%;
  }
  .top_point h2 .tit_cn {
    font-size: 0.8rem;
  }
  .top_point h2 .orange {
    font-size: 0.8rem;
    background: #ea7300;
    padding: 2px 3px;
  }
  .top_point .point_block {
    width: 100%;
    background: #fff5e8;
    position: relative;
    margin: 0px auto 20px auto;
    padding: 60px 0 20px 0;
  }
  .top_point .point_block .point_box {
    background: #f39039;
    text-align: center;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 18%;
    font-size: 0.7rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_point .point_block .point_box span {
    font-size: 1.4rem;
  }
  .top_point .point_block h3 {
    width: 90%;
    text-align: center;
    line-height: 120%;
    font-size: 1rem;
    color: #ea7300;
    font-weight: 600;
    border-bottom: 1px solid #ea7300;
    padding: 0px 0px 10px 0px;
    margin: 0px auto 20px auto;
  }
  .top_point .point_block h3 span {
    font-size: 1rem;
  }
  .top_point .point_block h4 {
    width: 80%;
    margin: 10px auto 20px auto;
  }
  .top_point .point_block h4 img {
    width: 100%;
  }
  .top_point .point_block h5.course_hd {
    margin: 10px auto 20px auto;
    font-size: 1.4rem;
    text-align: center;
    color: #ea7300;
    font-weight: bold;
  }
  .top_point .point_block h5.course_hd span {
    font-size: 1rem;
  }
  .top_point .point_block .point_image {
    width: 96%;
    margin: 10px auto 20px auto;
    background: #fff;
    padding: 10px;
  }
  .top_point .point_block .point_image img {
    width: 100%;
  }
  .top_point .point_block .point_image h4 {
    width: 100%;
    background: #000;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin: 0px auto;
    padding: 5px 0;
  }
  .top_point .point_block .point_image .scrollBox {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .top_point .point_block .point_image .scrollBox img {
    width: 750px;
  }
  .top_point .point_block .point_image .kome {
    font-size: 12px;
  }
  .top_point .point_block h5.taisyou_h5 {
    margin: 0px auto 10px auto;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
  .top_point .point_block h5.taisyou_h5::first-letter {
    color: #ea7300;
  }
  .top_point .point_block .taisyou_box {
    border: 2px solid #f39039;
    padding: 5px;
    margin: 20px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .top_point .point_block .taisyou_box .store_link {
    margin: 0 auto;
    padding: 0;
    width: 96%;
    display: flex;
    justify-content: flex-start;
  }
  .top_point .point_block .taisyou_box .store_link li {
    margin: 0 auto 0 auto;
    font-size: 0.8rem;
  }
  .top_point .point_block .taisyou_box .store_link li a {
    color: #ea7300;
    font-weight: bold;
  }
  .top_point .point_block .taisyou_box .store_link li a::after {
    content: ">>";
    margin: 0 0 0 5px;
    color: #ea7300;
  }
  .top_point .point_block .more_btn {
    text-align: center;
    margin: 20px auto;
    width: 80%;
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  .top_point .point_block .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background: #333;
    padding: 20px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #ececec;
  }
  .top_point .point_block .more_btn a:hover {
    background: #f39039;
  }
  .top_point .point_block .line-banner {
    width: 90%;
    margin: 20px auto 30px auto;
    padding: 0;
  }
  .top_point .point_block .point_flex {
    width: 90%;
    margin: 10px auto 0px auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_point .point_block .point_flex .point_flex_img {
    width: 100%;
    margin: 0px auto 10px auto;
    padding: 0;
  }
  .top_point .point_block .point_flex .point_flex_img img {
    width: 100%;
  }
  .top_point .point_block .point_flex .point_flex_cap {
    width: 100%;
    margin: 0px 0;
    padding: 0;
    position: relative;
  }
  .top_point .point_block .point_flex .point_flex_cap h4 {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    line-height: 140%;
    margin: 0px 0px 10px 0px;
    padding: 0;
    width: 100%;
  }
  .top_point .point_block .point_flex .point_flex_cap p {
    text-align: left;
    font-size: 0.8rem;
    line-height: 160%;
  }
  .top_point .point_block .point_flex .point_flex_cap .point04_02 {
    width: 40%;
    margin: 0px auto;
    position: relative;
    left: 30%;
  }
  .top_point .top_btn {
    width: 90%;
    margin: 20px auto 30px auto;
    position: relative;
  }
  .top_point .top_btn img {
    width: 100%;
  }
  .top_flow h3 {
    margin: 30px auto 10px auto;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .top_flow h2 {
    margin: 0px auto 20px auto;
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 140%;
    font-weight: bold;
  }
  .top_flow .contentBox {
    width: 90%;
    margin: 0px auto;
  }
  .top_flow h3.nagare_hd {
    margin: 30px auto 0px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    background: #000;
    color: #fff;
  }
  .top_flow .stepBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #f4f1ec;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
  .top_flow .bottom0 {
    margin-bottom: 0;
  }
  .top_flow .step_number {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #ea7300;
    line-height: 100%;
    font-weight: 600;
    margin: 10px auto;
  }
  .top_flow .step_number span {
    color: #868686;
    font-size: 16px;
  }
  .top_flow .stepTxt {
    width: 90%;
    margin: 0px auto 15px auto;
  }
  .top_flow .stepTxt h3 {
    font-size: 1.33rem;
    line-height: 1.66rem;
    color: #ea7300;
    text-align: left;
    margin: 0px 0px 10px 0px;
  }
  .top_flow .stepTxt h3 span {
    font-size: 0.8rem;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    margin-right: 0.5rem;
  }
  .top_flow .stepTxt p {
    line-height: 180%;
    font-size: 0.8rem;
  }
  .top_flow .stepTxt p span {
    font-size: 0.8rem;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    padding: 2px 5px;
  }
  .top_flow .stepImg {
    width: 100%;
    position: relative;
  }
  .top_flow .stepImg img {
    width: 100%;
  }
  .voice .voice__list_top_new {
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .voice .voice__list_top_new li {
    width: 100%;
    margin: 0px auto 10px auto;
    padding: 0;
  }
  .voice .voice__list_top_new li img {
    width: 100%;
  }
  .voice .voice__list_top_new li a:hover {
    opacity: 0.7;
  }
  .voice .more_btn {
    text-align: center;
    margin: 30px auto 50px auto;
    width: 80%;
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  .voice .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background: #333;
    padding: 20px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #ececec;
  }
  .voice .more_btn a:hover {
    background: #f39039;
  }
  .top_faq {
    position: relative;
  }
  .top_faq .faqList {
    width: 90%;
    margin: 20px auto 10px auto;
  }
  .top_faq .faqList .more_btn {
    text-align: center;
    margin: 50px auto 0px auto;
    width: 80%;
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  .top_faq .faqList .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background: #333;
    padding: 20px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #ececec;
  }
  .top_faq .faqList .more_btn a:hover {
    background: #f39039;
  }
  .cta.bg_og {
    background: #fbe2c2;
  }
  .cta.bg_og h3 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px auto 10px auto;
  }
  .cta.bg_og .top_btn {
    width: 90%;
    margin: 0px auto 20px auto;
    position: relative;
  }
  .cta.bg_og .top_btn img {
    width: 100%;
  }
  /*---セミパーソナル料金表---*/
  .thead.semi_price .semi_th {
    width: 80%;
  }
  .tbody.semi_price .semi_td {
    width: 80%;
  }
  .tbody.semi_price .semi_td .small {
    font-size: 12px;
  }
  .tbody.semi_price .semi_td .note {
    margin-top: 4px;
    margin-left: auto;
    padding: 4px;
    background: #e5e5e5;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    position: relative;
  }
}
.page-id-54556 .btn-wrapper, .page-id-55080 .btn-wrapper {
  display: none;
}





/*CPバナー*/
@media only screen and (max-width: 767px) {
  .bnr_wrap {
    margin: 40px auto;
  }
  .store-bnr .bnr_wrap {
    /*店舗ページ*/
    margin: 20px auto;
  }
  .bnr_wrap dl.bnr_w1 {
    /*1分割ver*/
    margin: 30px auto 0 auto;
    width: 100%;
  }
  .bnr_wrap dl.bnr_w1 dt {
    width: 100%;
    display: block;
  }
  .bnr_wrap dl.bnr_w1_2img {
    /*2分割1リンクver*/
    margin: 30px auto 0 auto;
    width: 85%;
  }
  .bnr_wrap dl.bnr_w1_2img dt {
    display: block;
  }
  .bnr_wrap dl.bnr_w1_2img dt a {
    width: 90%;
    margin: 30px auto 0 auto;
    display: block;
  }
  .bnr_wrap dl.bnr_w1_2img dt a span {
    width: 50%;
  }
  .bnr_wrap .kome {
    width: 100%;
    margin: 10px auto 0 auto;
    text-align: left;
    font-size: 10px;
    line-height: 160%;
  }
}
@media only screen and (min-width: 768px) {
  .bnr_wrap {
    /*margin: 70px auto;*/
    margin: 50px auto;
  }
  .store-bnr .bnr_wrap {
    /*店舗ページ*/
    margin: 30px auto;
  }
  .bnr_wrap dl.bnr_w1 {
    /*1分割ver*/
    margin: 30px auto 0 auto;
    width: 80%;
  }
  .bnr_wrap dl.bnr_w1 dt {
    width: 100%;
    display: block;
  }
  .bnr_wrap dl.bnr_w1_2img {
    /*2分割1リンクver*/
    margin: 30px auto 0 auto;
    width: 85%;
  }
  .bnr_wrap dl.bnr_w1_2img dt a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin: 10px auto 0 auto;
  }
  .bnr_wrap dl.bnr_w1_2img dt a span {
    width: 50%;
  }
  .bnr_wrap .kome {
    margin: 10px 0 0 0;
    text-align: right;
    font-size: 10px !important;
    line-height: 160%;
  }
}
.bnr_wrap dl.bnr_w1_2img dt a span img {
  width: 100%;
}

.container .kome {
  font-size: 12px;
  line-height: 140%;
}

.about-voice .kome, .voiceSingle__container .kome, .voiceList__container .kome {
  padding: 15px 0 0 0;
}

.inline-block {
  display: inline-block;
}/*# sourceMappingURL=bundle.css.map */

/* ------------紹介キャンペーン------------- */
#mw_wp_form_mw-wp-form-57363 .formContentTitle{
font-size: 1.5rem;
color: #666;
font-weight: bold;
border-left: 10px solid #f39039;
padding-left: 15px;
}
#mw_wp_form_mw-wp-form-57363 .confirm-list{
text-align: center;
margin: 30px auto 50px auto;
}
/* ------------CTAにキャンペーン追加------------- */
.c-section--cta {
    text-align: center;
}
.c-section--cta .cp_fukidashi {
    margin-bottom: 30px;
}
.top_btn .cp_fukidashi {
    margin: 0 0 0 0px;
}
.top_btn .cp_fukidashi,
.c-section--cta .cp_fukidashi {
color:#f97007;
text-align:center;
font-size: 1.3rem;
font-weight: bold;
display: block;
width: 100%;
}
@media only screen and (min-width: 768px) {
.top_btn .cp_fukidashi,
.c-section--cta .cp_fukidashi {
font-size: 1.8rem;
}
}
/* ------------TOP／YouTube設置------------- */
.youtube {
  width: 90%;
  max-width: 800px;
  margin: 50px auto;
  aspect-ratio: 16 / 9;
}
.youtube .tit {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
.youtube .tit {
  font-size: 30px;
}
}
/*バナーver*/
.store_detail_bnr{
  max-width:620px;
  width: 90%;
  margin: 0 auto 50px auto;
  text-align: center;
}
/*Hainバナーver*/
.store_detail_bnr_hain{
  max-width:620px;
  width: 90%;
  margin: 50px auto 50px auto;
  text-align: center;
  color: #00a9b0;
}
.store_detail_bnr_hain .bnr_text_fukidashi{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1.6;
}
.store_detail_bnr_hain .bnr_text_fukidashi::before,
.store_detail_bnr_hain .bnr_text_fukidashi::after {
    content: "";
    background-color: #00a9b0;
    height: 1px;
    width: 60px;
}
.store_detail_bnr_hain .bnr_text_fukidashi::before {
    margin-right: 0px;
    transform: rotate(60deg); 
}
.store_detail_bnr_hain .bnr_text_fukidashi::after {
    margin-left: 0px;
    transform: rotate(-60deg); 
}
/* ------------店舗：独自指定【4/1公開用】------------ */
/*赤羽ページのみ非表示：ハコモノウィジェット
.postid-28656 .globalMenu__item--reserve {/*ヘッダーのメール予約ボタン
    display: none;
}
.postid-28656 .btn-wrapper {/*SP固定ボタン
    display: none;
}
/* ------------店舗：独自指定【3/28〜3/31公開用】------ */
/*赤羽ページのみ非表示：ハコモノウィジェットではなく全店共通CTA
.postid-28656 .globalMenu__item--reserve {
}
.postid-28656 .btn-wrapper {
}
.postid-28656 .cta__buttons {
    display: none;
}
------------ */



/*///////////////////////////////////////////////////////////////////////////////
共通レイアウト
///////////////////////////////////////////////////////////////////////////////*/
.c-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #fb831a;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 4.2857142857vw;
  }
}
.c-card__text {
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    font-size: 3.5714285714vw;
  }
}
.c-card__text--note {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .c-card__text--note {
    font-size: 2.619047619vw;
  }
}
.all_wrapper {
 overflow: hidden;
}
/*///////////////////////////////////////////////////////////////////////////////
TOP
///////////////////////////////////////////////////////////////////////////////*/
/*▼アンカーズレ対策*/
:target:before {
	content:"";
	display:block;
	height:100px;/* ヘッダの高さ  */
	margin-top:-100px;
}
/*
#about,#flow {
	margin: -100px;
	padding: 100px;
}
*/
/*****************************
mv
******************************/
.p-firstView {
  position: relative;
  width: 100%;
}
.p-firstView__image {
  width: 100%;
}
.p-firstView_cp {
  position: relative;
  width: 100%;
}
.p-firstView_cp .p-firstView__image {
  width: 100%;
}
.p-firstView_cp .cp-btn {
  position: absolute;
  bottom: 5%;  
  /*bottom: 5%;*/
 /* right: 60%;*/
  right: 13%;
  width: 30%;
}
    @media screen and (max-width: 767px) {
    .p-firstView_cp .cp-btn {
      position: absolute;
      bottom: 4%;
      /*bottom: 2.5%;*/
      right: 15%;
      width: 70%;
    }
    }
.p-firstView_cp .cp-bnr {
  position: absolute;
  bottom: 15%;  
  /*bottom: 5%;*/
 /* right: 60%;*/
  right: 5%;
  width: 45%;
}
    @media screen and (max-width: 767px) {
    .p-firstView_cp .cp-bnr {
      position: static;
      width: 100%;
      margin-bottom: 50px;
    }
    }
.p-firstView_cp .cp-bnr_half {
  position: absolute;
  bottom: 3%;  
  right: 3%;
  width: 25%;
}
    @media screen and (max-width: 767px) {
    .p-firstView_cp .cp-bnr_half {
      position: static;
      width: 90%;
      margin: 30px auto;
    }
    }
.p-firstView .c-btn {
  position: absolute;
  top: 80.2325581395%;
  left: 11.875%;
}
@media screen and (max-width: 767px) {
  .p-firstView .c-btn {
    width: calc(100% - 40px);
    top: calc(100% - 8.3333333333vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-section--cta01 {
  padding: 2.380952381vw 0 9.5238095238vw 0;
}
/******************************cp-bnr*/
.cp-bnr {
    width: 90%;
    margin: 0 auto 2rem auto;
    max-width: 600px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
/******************************topNews*/
  .topNews {
    margin-top:3rem;
  }
@media all and (max-width: 767px) {
  .topNews {
    margin-top:0rem;
    margin-bottom: 3rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-topNews {
  padding: 100px 0;
}
.p-newsList__item {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .p-newsList__item {
    text-align: left;
    padding-bottom: 24px;
    border-bottom: 1px solid #656565;
    margin-bottom: 24px;
  }
}
.p-newsList__item:hover {
  text-decoration: underline;
}
.p-newsList__title {
  display: inline;
}
.p-newsList__date {
  display: inline;
}
/******************************クイックパーソナルとは？*/
.p-section--01 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-section--01 {
    padding-top: 0rem;
  }
}
.p-section--01 .waku_o {
    width: 100%;
    margin: 0 auto 0rem auto;
    max-width: 800px;
}
.p-section--01 .c-check__list_w1 {
    width: 90%;
    margin: 0 auto 0rem auto;
    max-width: 600px;
    padding-top: 2rem;
}
.p-section--01 .c-check__list_w1 li.c-check__item {
    text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 34px;
  position: relative;    
}
@media screen and (max-width: 767px) {
  .p-section--01 .c-check__list_w1 li.c-check__item {
    font-size: 3.8095238095vw;
  }
}
/******************************10分で本当に効果がある？*/
.p-section--kouka {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
    .p-section--kouka .lead {
     font-size: 16px;
    }
}
.kouka_flow {
  padding-top: 1.5rem;
   padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
    .kouka_flow {
       padding-top: 0rem;
       padding-bottom: 1.5rem;
    }
}
.kouka_flow dl {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap;  
}
.kouka_flow dt {
    width: 30%;
    margin: 0 auto 15px 0;
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
}
.kouka_flow dt .c_orange {
    font-size: 30px;
    margin-right: 10px;
}
.kouka_flow dd {
    width: 65%;
    margin: 0 auto;
    background-image: url(img_QP/icon_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 20px;
    padding-bottom: 30px;
    padding-top: 10px;  
}
.kouka_flow dl:last-child dd {
 background-image: none;
}
.kouka_flow dd video {
    width: 100%;
}
.kouka_flow dd img {
    width: 100%;
}
.p-section--kouka .waku_o {
    width: 100%;
    margin: 0 auto 0rem auto;
    max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.p-section--kouka .waku_o .left {
    width: 65%;
    text-align: left;
}
.p-section--kouka .waku_o .left .c-title__sub {
    text-align: left;
    padding-bottom: 20px;
}
.p-section--kouka .waku_o .left .c-textUnderline {
    font-size: 22px;
    line-height: 1.6;
}
.p-section--kouka .waku_o .left .text {
    font-size: 18px;
    padding-top: 20px;
}
.p-section--kouka .waku_o .right {
    width: 33%;
}
@media screen and (max-width: 767px) {
        .p-section--kouka .waku_o {
            width: 100%;
            margin: 0 auto 0rem auto;
            display: block;
        }
        .p-section--kouka .waku_o .left {
            width: 100%;
        }
        .p-section--kouka .waku_o .left .c-title__sub {
        }
        .p-section--kouka .waku_o .left .c-textUnderline {
        }
        .p-section--kouka .waku_o .left .text {
        }
        .p-section--kouka .waku_o .right {
            width: 60%;
            margin: 20px auto 0 auto;
        }
}
/******************************だけど、続けられるか不安。*/
.p-section--02 {
}
@media screen and (max-width: 767px) {
  .p-section--02 {
  }
}
.c-check__wrapper {
  background-color: #feeddc;
  background-image: url("assets/img/check_image.png");
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-position: bottom right 11px;
  padding: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-check__wrapper {
    margin: 0 -15px;
    padding: 50px 40px 32.1428571429vw 40px;
    background-size: 35.7142857143vw auto;
    background-position: bottom center;
    display: block;
  }
}
.c-check__lead {
  text-align: center;
  font-weight: 700;
  color: #656565;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-check__lead {
    font-size: 4.7619047619vw;
  }
}
.c-check__lead--color {
  color: #fb831a;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-check__lead--color {
    font-size: 5.2380952381vw;
  }
}
.c-check__heading {
  background: linear-gradient(90deg, #fb831a, #ffb134);
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-check__heading {
    margin: 0 -15px;
    font-size: 5.2380952381vw;
  }
}
.c-check__list {
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .c-check__list {
    column-count: unset;
  }
}
.c-check__item {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  padding-left: 34px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-check__item {
    font-size: 3.8095238095vw;
  }
}
.c-check__item::before {
  content: url("assets/img/check_box.svg");
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-check__item:last-of-type {
  margin-bottom: 0;
}
.c-check__arrow {
  width: 240px;
  height: auto;
  display: block;
  margin: 0 auto 45px auto;
}
@media screen and (max-width: 767px) {
  .c-check__arrow {
    width: 160px;
    margin-bottom: 25px;
  }
}
.c-check__arrow--coach {
  width: 641.5px;
}
@media screen and (max-width: 767px) {
  .c-check__arrow--coach {
    width: calc(100% - 2.380952381vw);
    margin-left: 2.380952381vw;
    margin-top: -9.0476190476vw;
  }
  .c-check__arrow--coach img {
    width: 100%;
  }
}
.c-check__arrow--coach02 {
  width: 764.56px;
}
@media screen and (max-width: 767px) {
  .c-check__arrow--coach02 {
    width: calc(100% - 2.380952381vw);
    margin-left: 2.380952381vw;
    margin-top: -7.1428571429vw;
  }
  .c-check__arrow--coach02 img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
      .c-title__lv1--reason {
        font-size: 4.5vw;
      }
      .c-title__lv1--reason .c-textColor {
        font-size: 6.5vw;
      }
  }
.p-reason-card .c-card__figure {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-reason-card .c-card__figure {
    /*aspect-ratio: 380/130;*/
  }
  .p-reason-card .c-card__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-reason-card .c-card__text {
  padding: 0 10px 30px 10px;
}
@media screen and (max-width: 767px) {
  .p-reason-card .c-card__text {
    padding: 0 0 20px 0;
  }
}

.p-section--02 .hikaku {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
  .p-section--02 .hikaku-scroll {
 margin-top: 2rem;
}
@media screen and (min-width: 768px) {
.p-section--02 .hikaku {
  text-align: center;
}
.p-section--02 .hikaku img {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
  .p-section--02 .hikaku {
    text-align: left;
  }
  .p-section--02 .hikaku-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    max-width: 100vw;
  }
  .p-section--02 .hikaku-scroll img {
    width: 800px !important;
    max-width: none !important;
    display: inline-block;
  }
}
/******************************つまり、続けられるから効果的！*/
.p-section--03 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /*
  background: url("../img/bg_left01.png"), url("../img/bg_right02.png");
  background-position: top 1.875vw left -48.75vw, bottom -20vw left 43.75vw;
  background-size: 112.5vw auto;
  background-repeat: no-repeat;
  */
}
@media screen and (max-width: 767px) {
  .p-section--03 {
  /*
    background: url("../img/bg_left01.png"), url("../img/bg_right01.png");
    background-position: top -10.7142857143vw left -69.0476190476vw, top 59.5238095238vw left 9.5238095238vw;
    background-size: 154.7619047619vw auto;
    background-repeat: no-repeat;
    padding-top: 0;
     */
  }
}
.p-video {
  max-width: 700px;
  width: 90%;
  margin: 0 auto 50px;
}
.p-video video {
  width: 100%;
}
/******************************コース＆料金*/
.p-price {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-price {
      padding-top: 2rem;
      padding-bottom: 3rem;
  }
}
.p-price .c-textUnderline {
  background: linear-gradient(transparent 60%, rgba(247, 146, 57, 0.6) 40%);
}
.p-price .c-title__lv1 {
}
.p-price .c-title__sub {
}
@media screen and (max-width: 767px) {
  .p-price__table {
    width: 100%;
    overflow-x: scroll;
  }
  .p-price__table figure {
    width: 925px;
  }
}
.p-price--p2 {
  background-color: #343434;
}
@media screen and (max-width: 767px) {
  .p-price--p2 .c-title__lv1 .u-inline_block {
    color: #D8AD54;
  }
}
.p-price-01 {
  padding-top: 30px;
  gap: 30px;
  margin-bottom: 0px;
  justify-content: center;
}
.p-price-02 {
  background-color: #fff;
  color: #222;
  border-radius: 6px;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .p-price-02 {
    margin: 0 -20px;
    padding: 30px 20px;
  }
}
.p-price-02-01 {
  width: 52.0909090909%;
}
@media screen and (max-width: 767px) {
  .p-price-02-01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-price-02-01 .c-title__lv5 {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-price-02-01 .c-title__lv5 {
    display: block;
  }
}
.p-price-02-01 .c-title__lv5__sub {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-price-02-01 .c-title__lv5__sub {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-price-02-01 .p-price__inner {
    border: 0.0625vw solid #727272;
    overflow: hidden;
    border-radius: 0.375vw;
    padding: 1.0625vw 1.25vw 1.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price-02-01 .p-price__inner {
    border: 0.2381vw solid #727272;
    overflow: hidden;
    border-radius: 1.42857vw;
    padding: 3.57143vw 4.7619vw 5.95238vw;
  }
}
.p-price-02-01 .p-price__inner .p-price__heading {
  background-color: #727272;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.25em;
}
@media screen and (min-width: 768px) {
  .p-price-02-01 .p-price__inner .p-price__heading {
    font-size: 1.125rem;
    padding: 0.4375vw;
    margin: -1.0625vw -1.25vw 1.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price-02-01 .p-price__inner .p-price__heading {
    font-size: 1.125rem;
    padding: 1.66667vw;
    margin: -3.57143vw -4.7619vw 4.04762vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price-02-01 .p-price__inner figure {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price-02-01 .p-price__inner figure {
    margin-bottom: 4.04762vw;
  }
  .p-price-02-01 .p-price__inner figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-price-02-01 .p-price__inner .p-price__btn__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-price-02-01 .p-price__inner .p-price__btn__wrapper > a {
    margin: 0 1vw 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price-02-01 .p-price__inner .p-price__btn__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .p-price-02-01 .p-price__inner .p-price__btn__wrapper > a {
    margin: 0 auto 4.04762vw;
  }
  .p-price-02-01 .p-price__inner .p-price__btn__wrapper > a:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.p-price-02-02 {
  width: 47.9090909091%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-price-02-02 {
    width: 100%;
    padding-left: 0;
  }
}
.p-price-02-02 .c-title__lv5 {
  margin-bottom: 10px;
}
.p-price-02-02 .c-text {
  margin-bottom: 25px;
}
.p-price-p2 {
  background-color: #343434;
  color: #fff;
}
/*料金表*/
.price-comp {
  max-width: min(88.594vw, 1134px);
  margin: 0 auto
}
@media screen and (max-width: 759px) {
  .price-comp {
    max-width: 100%
  }
}
@media screen and (max-width: 759px) {
  .price-comp .note {
    padding: 0 max(5.333vw, 20px)
  }
}
.price-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: min(0.781vw, 10px);
  font-weight: 600;
}
.price-table table ._s {
  width: 26%
}
@media screen and (max-width: 759px) {
  .price-table table ._s {
    width: 12%
  }
}
.price-table table ._m {
  width: 37%
}
@media screen and (max-width: 759px) {
  .price-table table ._m {
    width: 44%
  }
}
.price-table table td, .price-table table th {
padding: min(1.172vw, 15px);
background-color: #fff;
text-align: center;
vertical-align: middle;
}
@media screen and (max-width: 759px) {
  .price-table table td, .price-table table th {
    padding: max(2.667vw, 10px)
  }
}
.price-table table .td-price-num {
  margin-left: .3em
}
@media screen and (max-width: 759px) {
  .price-table table .td-price-num {
    line-height: 1.2
  }
}
.price-table table .td-clear._m {
padding: 0;
background-color: #888;
color: #fff;
border: 2px solid #888;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.price-table table .td-clear._s {
border: none;
}
.price-table table .td-border {
  border: 2px solid #ccc;  
}
.price-table table .th-deep {
  background-color: #f79239;
  color: #fff;
  border: 2px solid #f79239;    
}
.price-table table small {
 font-size: 12px;
}
.price-table table small.kome {
 font-size: 10px;
}
.price-table.table02 {
  max-width: 100%
}
@media screen and (max-width: 759px) {
  .price-table.table02 {
    max-width: 100%;
    overflow-x: scroll;
    padding: 0 max(5.333vw, 20px)
  }
}
@media screen and (max-width: 759px) {
  .price-table.table02 table {
    min-width: 720px
  }
}
@media screen and (max-width: 759px) {
  .price-table.table02 table ._s {
    width: 19%
  }
}
@media screen and (max-width: 759px) {
  .price-table.table02 table ._m {
    width: 27%
  }
}
.price-table.table02 img {
  max-width: min(14.688vw, 188px)
}
@media screen and (max-width: 759px) {
  .price-table.table02 img {
    max-width: max(37.333vw, 140px)
  }
}
.price-table.table02 .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(6.641vw, 85px);
  border-radius: 30px 30px 0 0
}
@media screen and (max-width: 759px) {
  .price-table.table02 .bg {
    height: max(12.533vw, 47px)
  }
}
/******************************お客様体験談*/
.p-voice {
  /*background-image: url("assets/img/voice_bg.jpg");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  */
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.p-voice__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-voice__list > li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__list {
    /*display: flex;
    justify-content: center;
    */
  }
  .p-voice__list > li {
    /*max-width: 390px;*/
    margin: 0 10px;
  }
  .p-voice__list dl {
    display: flex;
    justify-content: center;
  }
  .p-voice__list dt {
    width: 30%;
  }
  .p-voice__list dd {
    width: 65%;
    margin-left: 3%;
  }  
  .p-voice__list > li .image {
    margin-bottom: 8px;
  }
  .p-voice__list > li .age {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list > li {
    width: 100%;
    margin: 0 0 9.52381vw;
  }
  .p-voice__list > li:nth-last-child(1) {
    margin-bottom: 0;
  }
 .p-voice__list > li .image {
    margin-bottom: 1.90476vw;
  }
  .p-voice__list > li .age {
    margin-bottom: 4.7619vw;
  }  
}
.p-voice__list > li .image {
  text-align: center;
}
.p-voice__list > li.age {
  text-align: center;
  line-height: 1.25em;
}
.p-voice__list > li .c-text {
  line-height: 1.8em;
}
/*お客様体験談UGC*/
.top_insta {
}
/******************************流れ*/
.c-section--flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-section--flow {
  }
}
.c-flow .c-card {
  width: 20.2%;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .c-flow .c-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-flow .c-card:last-child {
  width: 19.2%;
}
@media screen and (max-width: 767px) {
  .c-flow .c-card:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.c-flow .c-card__title {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-flow .c-card__title {
    font-size: 3.8095238095vw;
  }
}
.c-flow .c-card__text {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .c-flow .c-card__text {
    font-size: 3.0952380952vw;
  }
}
.c-flow__experience {
  background-image: url(assets/img/flow_coach.png);
  background-position: right top 50px;
  background-size: 21.0169491525%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-flow__experience {
    background: none;
  }
}
.c-flow__experience .c-card__title {
  color: #61AA33;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .c-flow__experience .c-card__title {
    height: unset;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__coach {
    width: 80.2380952381vw;
    margin-inline: auto 0;
  }
}
.c-flow + .c-flow {
  border-top: 1px solid #656565;
  margin-top: 60px;
  padding-top: 60px;
}
/******************************よくある質問*/
/*.p-faq{
  padding-top: 5rem;
  padding-bottom: 3rem;
}*/
.p-faq__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    border-top: 1px solid #656565;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    border-top: vw-calc(1px) solid #656565;
  }
}
.p-faq__list > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #656565;
}
@media screen and (min-width: 768px) {
  .p-faq__list > li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list > li {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__list > li > .inner {
    max-width: 1180px;
    margin: 0 auto;
  }
}
.p-faq__list > li > .inner > .question {
  cursor: pointer;
  font-weight: 700;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-faq__list > li > .inner > .question {
    padding: 34px 0;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list > li > .inner > .question {
    padding: 5.71429vw 4.7619vw;
    font-size: 1rem;
  }
}
.p-faq__list > li > .inner > .question:after {
  content: "＋";
  display: block;
  margin-left: auto;
  padding-left: 0.5em;
  line-height: 1.5em;
}
.p-faq__list > li > .inner > .question > .prefix {
  padding-right: 0.5em;
  color: #CCCCCC;
  line-height: 1.5em;
}
.p-faq__list > li > .inner > .question > .data {
  line-height: 1.5em;
}
.p-faq__list > li > .inner > .question.is-open:after {
  content: "−";
}
.p-faq__list > li > .inner > .answer {
  transition: all 0.4s;
  padding: 0;
  display: none;
  line-height: 1.5em;
  font-size: 1.2rem;
  padding: 0 0 34px 0;
}
@media screen and (max-width: 767px) {
  .p-faq__list > li > .inner > .answer {
    padding: 0 4.7619vw 5.71429vw;
    font-size: 1rem;
  }
}
.p-faq__list > li > .inner > .answer > .prefix {
  padding-right: 0.5em;
  color: #CCCCCC;
  font-weight: 700;
}
.faq__q {
  background: none;
  line-height: unset;
  text-align: unset;
  transition: unset;
}
.faq__q:hover {
  background: none;
}
.faq__q::before {
  content: none;
}
/******************************cta_QP/フッター上CTA*/
.fixedCta {
  width: 100%;
  position: fixed;
  bottom: 0.75rem;
  left: 0;
  z-index: 11;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.fixedCta.is-show {
  opacity: 1;
  visibility: visible;
}

.fixedCta .button {
  margin: 0 auto;
  padding: 0;
  width: 250px;
}

.cta {
  padding: 1.5rem 0;
  background: #f0f0f0;
}

@media only screen and (min-width: 1024px) {
  .cta {
    padding: 40px;
  }
}
.cta__text {
  color: #666;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .cta__text {
    margin-bottom: 40px;
  }
}
.cta__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .cta__buttons .button {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cta__buttons .button {
    margin: 0 20px;
    width: 320px;
  }
  .cta__buttons .button2 {/*もっと大きく*/
    margin: 0 20px;
    width: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .cta__buttons .button2 {/*もっと大きく*/
    width: 80%;
  }
}
/*///////////////////////////////////////////////////////////////////////////////
店舗一覧
///////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////
店舗詳細
///////////////////////////////////////////////////////////////////////////////*/
.summary {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .summary {
    margin-top: 0;
  }
  .home .summary {
    padding-top: 165px;
  }
}
@media only screen and (min-width: 1024px) {
  .summary .container {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .summary .heading--2 {
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.summary p {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.75;
}

@media only screen and (max-width: 1023px) {
  .summary p {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .summary p {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .summary__video {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) {
          .home .summary {
            padding-top: 369px;
            padding-top: 206px;
            padding-top: 80px;
          }
          .summary h2.heading--2_new {
            margin: 20px auto;
            font-weight: 700;
            font-size: 30px;
          }
          .summary h2.heading--2_new .num {
              font-size: 60px;
          }
          .summary h2.heading--2_new .c_orange {
              font-size: 40px;
              line-height: 2.0;
          }
          .summary h2.heading--2_new b {
              font-size: 30px;
          }
          .summary h2.heading--2_new img {
            width: 100%;
          }
          .summary .summary_left_catch {
            text-align: left;
            margin: 10px auto;
            font-size: 17px;
          }
          .summary .catch_center {
            text-align: center;
            margin: 20px auto;
            font-size: 20px;
            line-height: 200%;
          }
          .summary .more_btn {
            text-align: center;
            margin: 20px auto;
            width: 240px;
            height: 60px;
            position: relative;
            overflow: hidden;
          }
          .summary .more_btn a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            background: #333;
            padding: 20px 20px;
            border-radius: 30px;
            box-shadow: 5px 5px 5px #ececec;
          }
          .summary .more_btn a:hover {
            background: #f39039;
          }
          .summary__video_top {
            width: 640px;
          }
          .summary__video_top video {
            width: 100%;
          }
  }
@media screen and (min-width: 768px) and (max-width: 1023px) {
          .summary h2.heading--2_new {
            text-align: center;
            margin: 20px auto;
            font-weight: 700;
            font-size: 30px;
          }
          .summary h2.heading--2_new .num {
              font-size: 60px;
          }
          .summary h2.heading--2_new .c_orange {
              font-size: 40px;
              line-height: 2.0;
          }
          .summary h2.heading--2_new b {
              font-size: 30px;
          }
          .summary .summary_left_catch {
            text-align: center;
          }
          .summary__video_top {
            width: 640px;
            margin-left: auto;
            margin-right: auto;
          }
}
  @media only screen and (max-width: 767px) {
          .home .summary {
            padding-top: 369px;
            padding-top: 206px;
            padding-top: 80px;
          }
          .summary h2.heading--2_new {
            width: 90%;
            text-align: center;
            margin: 20px auto;
            font-weight: 700;
            font-size: 28px;
          }
          .summary h2.heading--2_new .num {
              font-size: 45px;
          }
          .summary h2.heading--2_new .c_orange {
              font-size: 35px;
              line-height: 2.0;
          }
          .summary h2.heading--2_new b {
              font-size: 28px;
          }
          .summary h2.heading--2_new img {
            width: 100%;
          }
          .summary .summary_left_catch {
            text-align: center;
            margin: 10px auto;
            font-size: 15px;
          }
          .summary .catch_center {
            text-align: center;
            margin: 10px auto;
            font-size: 0.8rem;
            line-height: 200%;
          }
          .summary .more_btn {
            text-align: center;
            margin: 20px auto;
            width: 80%;
            height: 60px;
            position: relative;
            overflow: hidden;
          }
          .summary .more_btn a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
            font-weight: bold;
            font-size: 1rem;
            background: #333;
            padding: 20px 20px;
            border-radius: 30px;
            box-shadow: 5px 5px 5px #ececec;
          }
          .summary .more_btn a:hover {
            background: #f39039;
          }
          .summary__video_top {
            width: 100%;
          }
          .summary__video_top video {
            width: 100%;
          }
  }
/*///////////////////////////////////////////////////////////////////////////////
よくある質問
///////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////
お知らせ
///////////////////////////////////////////////////////////////////////////////*/