@charset "utf-8";

/* Medium */
@font-face {
  font-family: 'NotoSansCJKjp-Medium';
  font-display: swap;
  src: url(../font/NotoSansCJKjp-Medium.otf);
}

/* Bold */
@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  font-display: swap;
  src: url(../font/NotoSansCJKjp-Bold.otf);
}

/* Black */
@font-face {
  font-family: 'NotoSansCJKjp-Black';
  font-display: swap;
  src: url(../font/NotoSansCJKjp-Black.otf);
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  font-weight: normal;
  box-shadow: none;
  outline: none;
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.8;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #393939;
  font-family: 'NotoSansCJKjp-Bold';
  font-size: 24px;
  letter-spacing: 0.26rem;
}

a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: filter 0.5s;
}

a:active,
a:hover,
.btn:active,
.btn:hover {
  filter: brightness(1.2);
}

a:visited {
  color: #0073b0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  font-family: 'NotoSansCJKjp-Medium';
  outline: none;
}

table,
input,
textarea {
  width: 100%;
}

textarea {
  resize: none;
}

address {
  font-style: normal;
}

.flexbox {
  display: flex;
  justify-content: flex-between;
}

.br-sp {
  display: none;
}

.content-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: min(8vw, 80px);
  padding-bottom: min(10vw, 100px);
}

.btn {
  width: 100%;
  padding: 2rem 1.8rem;
  background: #e21a41;
  font-family: 'NotoSansCJKjp-Bold';
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: filter 0.5s;
}

.btn:visited {
  color: #fff;
}

.notes {
  font-size: 14px;
}

/*////////// ヘッダー //////////*/

header {
  position: fixed;
  width: 100%;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(12px);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  top: 0;
  left: 0;
  z-index: 2;
}

header nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: min(7.2vw, 72px);
  margin-right: 340px;
}

header nav li {
  border-right: solid 2px #0073b0; 
  margin-right: min(3vw, 30px);
}

header nav li:last-child {
  border-right: none; 
  margin-right: 0;
}

header a {
  display: flex;
  align-items: center;
  padding-right: min(3vw, 30px);
  color: #0073b0;
  font-size: clamp(16px, 2.4vw ,24px);
  line-height: 0;
}

header a svg {
  width: 100%;
}

.icon-trainer,
.icon-price,
.icon-store {
  display: inline-block;
  width: min(3.3vw, 33px);
  height: auto;
  margin-right: min(2vw, 13px);
}

.btn-apply-header a {
  position: fixed;
  width: min(30.3vw, 303px);
  height: min(8.7vw, 87px);
  padding: 0;
  top: 0;
  right: 30px;
}

/*////////// メインビジュアル //////////*/

#top-img {
  position: relative;
  display: flex;
  width: 100%;
  height: 94vh;
}

.left-img {
  flex-shrink: 2;
  width: 100%;
  background: url(../images/img_main1.jpg);
  background-size: cover;
  background-position: center;
}

.right-img {
  flex-shrink: 2;
  width: 100%;
  background: url(../images/img_main2.jpg);
  background-size: cover;
  background-position: center;
}

.center-blue {
  flex-shrink: 0;
  width: 58vh;
  background: #00a4fb;
}

.center-txt {
  position: absolute;
  width: min(97vh, 1213px);
  margin: auto;
  padding-top: min(14vw, 140px);
  padding-bottom: min(3vw, 30px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.center-txt img {
  width: 100%;
  height: auto;
}

/*////////// コンバージョンエリア //////////*/

.experience-wrap {
  position: relative;
  width: 100%;
  height: 256px;
  background: #f7fe8e;
}

.experience-inner {
  position: absolute;
  width: 1000px;
  height: 347px;
  margin: auto;
  top: -28px;
  left: 0;
  right: 0;
}

.bnr-campaign {
  margin-top: -50px;
}

.btn-apply {
  width: min(75vw, 600px);
  margin: 20px auto 0;
}

.relief {
  margin-top: min(7.5vw, 75px);
  margin-bottom: min(7.5vw, 75px);
}

.relief li {
  position: relative;
  width: min(80vw, 915px);
  margin: 0 auto;
  padding-left: min(9.4vw, 94px);
  margin-top: min(2vw, 20px);
  padding-bottom: min(1.5vw, 15px);
  border-bottom: solid 2px #ff4c76;
  font-size: clamp(20px, 4.5vw, 45px);
  line-height: 1.4;
}

.relief li::after {
  position: absolute;
  content: "";
  width: min(6.9vw, 69px);
  height: min(5.7vw,57px);
  background: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.experience-last .relief {
  margin-bottom: 0;
}

/*////////// 選ばれてNO1 //////////*/

#ranking {
  width: 100%;
  background: url(../images/bg_ranking.jpg);
  background-size: cover;
  background-position: center;
}

#ranking .content-inner {
  padding-top: min(10vw, 100px);
}

/*////////// ボディメイク成功者 //////////*/

#result {
  background: #00a4fb;
}

#result .content-inner {
  max-width: 100%;
  padding-top: min(10vw, 100px);
  padding-bottom: min(5vw, 50px);
}

.tit-result {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-size: min(4vw, 40px);
  letter-spacing: 0.2em;
}

.frame-ribbon {
  display: block;
  width: min(90vw, 997px);
  height: min(16.9vw, 169px);
  margin: 0.5em auto 0;
  padding-top: min(1vw, 10px);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 190 32"><path fill="%23fff" d="M15.090 27.925h159.741v0.571h-159.741v-0.571z"></path><path fill="%23fff" d="M4.655 18.894l-4.655 13.106h14.709v-0.571h-13.9l4.452-12.534-4.452-12.534h13.9v-0.571h-14.709l4.655 13.106z"></path><path fill="%23fff" d="M189.541 5.789h-14.424v-5.789h-160.312v11.243h0.571v-10.671h159.169v10.671h0.571v-4.882h13.614l-4.452 12.534 4.452 12.534h-13.9v0.571h14.709l-4.655-13.106 4.655-13.106z"></path></svg>');
  background-repeat: no-repeat;
  font-size: min(6vw, 60px);
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.frame-ribbon > span {
  display: block;
  font-size: min(3vw, 30px);
}

.swiper-wrapper {
  padding-bottom: min(12vw, 60px);
}

.swiper-slide {
  opacity: 0.3;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-button-prev {
  left: 25%;
}

.swiper-button-next {
  right: 25%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  position: absolute;
  content: "";
  width: min(4vw, 80px);
  height: min(4vw, 80px);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%23f0ff04" d="M16 0c8.836 0 16 7.164 16 16s-7.164 16-16 16-16-7.164-16-16 7.164-16 16-16z"></path><path fill="%230073b0" d="M13.316 24.836l-1.412-1.417 7.415-7.42-7.415-7.42 1.412-1.417 8.828 8.836-8.828 8.836z"></path></svg>');
  background-repeat: no-repeat;
}

.swiper-button-prev:after {
  transform: scaleX(-1);
}

.swiper-pagination-bullet-active {
  background-color: #f0ff04;
}

#bodymake {
  background: #00a4fb;
}

#bodymake .content-inner {
  width: 100%;
}

/*////////// 選ばれるポイント //////////*/

#will-point {
  position: relative;
  background: -webkit-linear-gradient(-45deg, rgba(195,131,255,1) 1%,rgba(71,113,209,1) 50%,rgba(195,131,255,1) 100%);
}

#will-point::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 33px 69.5px 0 69.5px;
  border-color: #ffffff transparent transparent transparent;
  top: -1px;
  left: 0;
  right: 0;
}

#will-point .content-inner > p {
  margin-top: min(10vw, 100px);
}

#will-point .content-inner > p:first-of-type {
  margin-top: 0;
}

/* トレーナー詳細 */

.about-trainer {
  width: min(100%, 716px);
  margin: 0 auto 1.5em;
}

.about-dietitian {
  width: min(100%, 715px);
  margin: 2em auto 0;
}

#staff {
  background-color: #fff;
  width: 100%;
}

#staff-inner {
  width: min(90vw, 877px);
  margin: 0 auto;
  padding: min(5.8vw, 58px);
  background: url(../images/bg_note.png) repeat;
  border-radius: min(1vw, 10px);
}

#staff ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

#staff li {
  width: 33.33%;
  padding: 0.6em;
}

.modal-open {
  cursor: pointer;
}

.photo {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 100%;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 50%);
}

.photo::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "VIEW MORE";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  color: transparent;
  top: 0;
  left: 0;
  transition: all .3s;
}

.modal-open:hover .photo::after {
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 16px;
}

.name {
  margin: 0.5em 0 1em;
  color: #0073b0;
  font-size: 24px;
  text-align: center;
}

.name > span {
  display: block;
  font-size: 12px;
}

.trainer-layout {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.trainer-layout .trainer-photo {
  width: min(30%, 260px);
}

.trainer-layout .photo {
  box-shadow: none;
}

.trainer-data {
  width: min(65%, 700px);
  letter-spacing: 0.05em;
}

.trainer-data dt {
  margin: 1em 0 0.5em;
  font-family: 'NotoSansCJKjp-Black';
  color: #0073b0;
  font-size: 20px;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
}

.modal-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
}

.modal-content {
  position: absolute;
  width: min(90%, 1100px);
  padding: 1.5em 2em 2em;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.modal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #0073b0;
  color: #fff;
  text-align: center;
  line-height: initial;
  top: 0;
  right: 0;
  cursor: pointer;
}

#will-point .content-inner > p.point3-bottom {
  margin-top: 0;
}

/*////////// 比較 //////////*/

#comparison,
#about-experience {
  background: #97d9f2 url(../images/bg_pattern.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.tit-comparison {
  max-width: 873px;
  margin: 0 auto;
  margin-bottom: min(5.5vw, 55px);
}

/*////////// WILLについて //////////*/

#about {
  background: #00a4fb;
}

#about .content-inner {
  width: 100%;
}

.tit-about {
  max-width: 606px;
  margin: 0 auto;
  margin-bottom: min(5.5vw, 55px);
}

#about .content-inner > p {
  margin-top: min(10vw, 100px);
}

/*////////// 無料体験＋カウンセリング //////////*/

#about-experience {
  position: relative;  
}

#about-experience::after {
  position: absolute;
  content: "";
  width: min(21.1vw, 211px);
  height: min(9.1vw, 91px);
  margin: auto;
  background: url(../images/bg_induction_under.png);
  background-size: 100%;
  bottom: -60px;
  left: 0;
  right: 0;
}

/*////////// 満足度 //////////*/

#satisfaction {
  background: #00a4fb;
}

/*////////// 店舗一覧 //////////*/

#store h2 {
  margin-bottom: 2.6em;
  font-size:clamp(15px, 3vw, 30px);
  text-align: center;
  line-height: 2.6em;
}

#store h2 span {
  display: block;
  font-weight: 700;
  font-size: clamp(30px, 5vw, 50px);
  color: #0073b0;
  letter-spacing: 0.75rem;
}

#store li,
.store-detail {
  border-top: solid 1px #0073b0;
  border-bottom: solid 1px #0073b0;
  text-align: left;
}

.store-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.store-summary.close {
  background: #fdf6df;
}

.store-img {
  position: relative;
  width: min(41vw, 438px);
}

.store-campaign-icon::after {
  position: absolute;
  content: "";
  width: min(10vw, 80px);
  height: min(12vw, 92px);
  background: url(../images/icon_campaign.png) no-repeat;
  background-size: 100%;
  top: 0.5em;
  left: 0.5em;
}

.store-name {
  width: min(30vw, 300px);
  color: #0073b0;
  font-weight: 700;
  font-size: clamp(14px, 3vw, 30px);
  letter-spacing: 0.1em;
}

.toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: min(3vw, 30px);
  color: #0073b0;
  font-size: clamp(12px, 2vw, 20px);
  text-align: center;
}

.btn-up-bown {
  width: min(5.2vw, 52px);
  height: min(5.2vw, 52px);
  background: url(../images/icon_up_down.svg);
}

.close .btn-up-bown {
  transform: scale(1,-1);
}

.store-summary:hover img {
  opacity: 0.75;
  transition: all 0.2s ease-in-out; 
}

.store-detail {
  display: none;
  font-size: clamp(14px, 2.4vw, 24px);
}

.store-detail dl {
  padding: clamp(20px, 5vw, 50px);
  margin-bottom: clamp(10px, 4vw, 40px);
}

.store-detail dt {
  padding-top: clamp(10px, 5vw, 90px); 
  font-weight: 900;
}

.store-detail dt:first-of-type {
  padding-top: 0;
}

.store-detail dd {
  padding-top: clamp(10px, 3vw, 30px); 
  padding-left: clamp(10px, 3vw, 30px);
  font-weight: 500;
}

.store-detail iframe {
  width: 100%;
  height: clamp(100px, 26.7vw, 267px);
}

.course-table th {
  font-size: min(5vw, 30px);
  font-weight: 900;
  letter-spacing: 0.1em;
}

.course-table th span {
  font-size: min(3.4vw, 20px);
  font-weight: normal;
}

.course-table tbody {
  color: #0073b0;
  font-size: min(4.5vw, 45px);
}

.course-table td {
  padding: 0.3em;
}

.course-table td span {
  font-size: min(5.8vw, 58px);
}

.number-times {
  padding: 0 0.2em;
}

.course-table tbody tr td:first-child {
  background: #f8ff8f;
}

.course-table tbody tr td:last-child {
  font-size: min(3.4vw, 30px);
  letter-spacing: 0.1em;
}

#about .note {
  width: 90%;
  margin: 0 auto;
  padding: 0.8em 0;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}

.course-content {
  margin: 2em 0 1em;
}

.txt-course-content {
  font-size: min(5vw, 35px);
  font-weight: 900;
  color: #0073b0;
}

.course-content ul {
  width: 90%;
}

.course-content li {
  width: 25%;
  padding-top: 0;
  border-right: dashed 2px #0073b0;
}

.course-content li:last-child {
  border-right: none;
}

.course-content li > p:first-of-type {
  width: min(18vw, 180px);
  margin: 0 auto;
  border: none;
}

.course-content li > p:last-of-type {
  font-size: min(4vw, 18px);
  letter-spacing: 0;
}

.course-content li > p img {
  width: 14vmin;
  height: 13vmin;
}

.course-content .narrow {
  display: inline-block;
  letter-spacing: -0.05em;
  transform: scaleX(0.9);
}

.store-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.store-name {
  text-align: center;
}

.btn-line {
  position: relative;
  width: auto;
  padding: 0.4em 1em 0.4em 3.5em;
  background: #54964C;
  box-shadow: 1px 1px 0 1px #3d7436;
  border-radius: min(2vw, 6px);
  color: #fff;
  font-size: min(3vw, 24px);
  text-align: center;
}

.btn-line::before {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_line.svg) no-repeat;
  top: 0.6em;
  left: 1.2em;
}

.btn-line:visited {
  color: #fff;
}

.phone-num a {
  display: flex;
  align-items: center;
}

.phone-num a,
.phone-num a:visited {
  color: #393939;
}

.icon-phone {
  display: inline-block;
  width: min(5vw, 25px);
  height: min(5vw, 25px);
  margin-right: min(2vw, 13px);
}

.common-note {
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: clamp(12px, 1.5vw, 14px);
  letter-spacing: 0.06em;
}

/*////////// お申込み //////////*/

#contact {
  background: #f5f5f5;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: normal;
  letter-spacing: 0.08em;
}

#contact h2 {
  margin-bottom: 70px;
  font-family: 'NotoSansCJKjp-Black';
  font-size:clamp(20px, 4vw, 40px);
  text-align: center;
  line-height: 1.75em;
}

#contact h2 span {
  display: block;
  font-size: clamp(30px, 5vw, 50px);
  letter-spacing: 0.75rem;
}

#contact .read-txt {
  font-size: 14px;
  letter-spacing: 0.02em;
}

#contact_form > p {
  padding-top: min(3vw, 30px);
  padding-bottom: min(3vw, 30px);
  padding-left: min(2.2vw, 22px);
  padding-right: min(2.2vw, 22px);
  font-family: 'NotoSansCJKjp-Medium';
  letter-spacing: 0.14rem;
}

#contact_form a {
  color: #0073b0;
}

#contact ul {
  text-align: left;
  padding-top: clamp(10px, 1.5vw, 15px);
  padding-left: clamp(10px, 1.5vw, 15px);
  padding-right: clamp(10px, 1.5vw, 15px);
}

#contact li {
  display: inline;
}

#contact li:first-child {
  display: block;
}

#contact .txt-comment {
  padding: 1.5em 1em 2em;
}

#contact .txt-comment a {
  color: #0073b0;
}

#contact .txt-comment.send-info {
  padding-bottom: 0;
  text-align: left;
  border: none;
}

.text-readme {
  margin-bottom: clamp(20px, 5vw, 50px);
  padding: clamp(20px, 5.4vw, 54px);
  background: #fff;
  font-size: clamp(12px, 2.2vw, 22px);
  text-align: center;
}

.text-readme p {
  padding-bottom: clamp(10px, 1.5vw, 15px);
  font-family: 'NotoSansCJKjp-Black';
  font-size: clamp(14px, 2.4vw, 24px);
  text-align: center;
  border-bottom: solid 2px #393939;
}

.text-readme span {
  color: #eb0000;
}

table {
	border-collapse: collapse;
	margin: 0 auto 100px;
	padding: 0;
	width: 870px;
  font-family: 'NotoSansCJKjp-Medium';
	font-size: 18px;
	letter-spacing: 0.1em;
	table-layout: fixed;
	border: solid 5px #c3c5c6;
}

table thead tr{
	font-size: 26px;
	letter-spacing: 0.25em;
	border: solid 5px #c3c5c6;
}

table tr {
	background-color: #fff;
	border: 2px solid #c3c5c6;
	padding: .35em;
}

table th,
table td {
	padding: 20px 30px;
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="date"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: solid 1px #a5a8b5;
    outline: 0;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
}

input[type="text"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="date"]::-webkit-search-decoration  {
  display: none;
}

input[type="text"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="date"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  width: clamp(200px, 50vw, 220px);
  height: auto;
  margin: 0;
  padding-top: min(1vw, 10px);
  padding-bottom: min(1vw, 10px);
  padding-left: min(8vw, 80px);
  padding-right: min(8vw, 80px);
  background: #ff4c76;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.4rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  line-height: 2em;
}

/*////////// フッター //////////*/

footer {
  width: 100%;
  background: #00a4fb;
  color: #fff;
}

footer a,
footer a:visited {
  color: #fff;
  font-size: 14px;
}

footer ul {
  display: flex;
}

footer li {
  padding: 0 30px;
  border-right: solid 1px #fff;
}

footer li:last-child {
  border-right: none;
}

footer small {
  font-family: 'NotoSansCJKjp-Medium';
  font-size: 10px;
}

footer .content-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer .content-inner > div {
  width: 100%;
  text-align: center;
}

.footer-logo {
  width: 84px;
  height: 111px;
  margin: 30px auto;
}

.footer-note {
  padding: 2em 0 1em;
  background: #00a4fb;
  color: #bde8ff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
}

.footer-note-inner {
  width: min(90%, 1000px);
  margin: 0 auto;
}

/*//////////////////////////////    1213px以下    //////////////////////////////*/

@media screen and (max-width: 1213px) {

  /*////////// メインビジュアル //////////*/

  #top-img {
    height: 90vw;
  }
  .center-txt {
    width: 90%;
  }

  .center-txt img {
    width: 100%;
    height: auto;
  }

  /*////////// ボディメイク成功者 //////////*/

  #result .content-inner {
    width: 100%;
  }
  
  .swiper-button-prev {
    width: 6vw;
    height: 6vw;
    top: auto;
    bottom: 0;
    left: 14%;
  }
  
  .swiper-button-next {
    width: 6vw;
    height: 6vw;
    top: auto;
    bottom: 0;
    right: 14%;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 100%;
    height: 100%;
  }

}

/*//////////////////////////////    1000px以下    //////////////////////////////*/

@media screen and (max-width: 1000px) {

  .content-inner {
    width: 96%;
  }

  .br-sp {
    display: block;
  }

   /*////////// ヘッダー //////////*/

  header {
    height: 50px;
  }

  header nav {
    height: 100%;
  }

  header nav ul {
    justify-content: center;
    height: 100%;
  }

  header nav li {
    width: 50%;
    height: 90%;
    margin-right: 0;
    border-right: solid 1px #0073b0;
  }

  header a {
    justify-content: center;
    padding-right: 0;
  }

  .icon-trainer,
  .icon-price,
  .icon-store {
    width: min(7vw, 33px);
  }

  /*////////// コンバージョンエリア //////////*/

  .experience-wrap {
    position: relative;
    width: 100%;
    height: 25.6vw;
    background: #f7fe8e;
  }

  .experience-inner {
    width: 100%;
    height: 34.7vw;
    top: -1.8vw;
  }

  .bnr-campaign {
    margin-top: -5vw;
  }

  /*////////// 選ばれるポイント //////////*/

  #will-point::after {
    border-width: 3.3vw 6.95vw 0 6.95vw;
  }
  
  .modal-content {
    width: 90%;
    height: 90vh;
  }

  /*////////// 無料体験＋カウンセリング //////////*/

  #about-experience::after {
    bottom: -6vw;
  }

   /*////////// 店舗一覧 //////////*/

  .store-column {
    gap: 0.2em;
  }

  .store-campaign-icon::after {
    top: 1vw;
    left: 1vw;
  }


  /*////////// お申込み //////////*/

  #contact li {
    display: block;
  }

}
