/* リキッドレイアウト対応 */

body {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 300;
}

body {
	color: #000;
}

.u-desktop {
	display: none;
}

.banner h1 {
	font-family: sawarabi-gothic, sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-top: 50px;
	padding-top: 3.125rem;
	text-align: right;
}

.section__title {
	color: #164B80;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	position: relative;
	text-align: center;
}

.section__title::after {
	background-color: #164B80;
	bottom: -17px;
	bottom: -1.0625rem;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	margin: 12px auto 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 25px;
	width: 1.5625rem;
}

.section__subTitile {
	color: #164B80;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-top: 14px;
	padding-top: 0.875rem;
	position: relative;
	text-orientation: upright;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.section__subTitile::before {
	background-color: #164B80;
	content: "";
	height: 6px;
	height: 0.375rem;
	position: absolute;
	top: 0;
	width: 40px;
	width: 2.5rem;
}

.bold {
	font-weight: 600;
}

.orange {
	color: #E94816;
	font-size: 15px;
	font-size: 0.9375rem;
}

.pageTop__about {
	padding-bottom: 400px;
	padding-bottom: 25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.pageTop__about--box {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	max-width: 1240px;
	max-width: 77.5rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
	width: 100%;
}

.pageabout__about--catch {
  font-size: 22px;
  padding: 0 15px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 10px;
  line-height: calc(70 / 40);
}

.about .pageabout__about--catch,
.training .pageabout__about--catch {
  color: #fff;
}

.pageTop__about--title {
	color: #fff;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 19px;
	font-weight: 400;
  margin-bottom: 30px;
}

.pageTop__about--text {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2.5333333333;
	margin-top: 20px;
	margin-top: 1.25rem;
  text-align: justify;
}

.pageTop__about--img {
	bottom: 35px;
	bottom: 2.1875rem;
	max-width: 300px;
	max-width: 18.75rem;
	position: absolute;
	right: 0;
	width: 100%;
}

.pageTop__about--navy {
	color: #000;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

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

select::-ms-expand {
	display: none;
}

.grecaptcha-badge { visibility: hidden; }

.about__banner {
	background-color: #E3DC27;
}

.about__banner h1 {
	color: #E94816;
}

.pageabout__about {
	background-color: #E94816;
}

.pageabout__about--lead {
	max-width: 383.79px;
	width: 100%;
}

@media screen and (min-width: 600px) {
  .pageabout__about--lead {
    max-width: 590.5px;
  }
}

@media screen and (min-width: 768px) {
  .pageabout__about--lead {
    max-width: 1279px;
    max-width: 79.9375rem;
  }
}

.about__wrapper--inner {
	margin-bottom: 169px;
	margin-bottom: 10.5625rem;
	margin-top: 64px;
	margin-top: 4rem;
}

.about__lists {
	margin: 95px auto 0;
	margin: 5.9375rem auto 0;
	max-width: 420px;
	max-width: 26.25rem;
	padding: 0 10px;
	padding: 0 0.625rem;
	width: 100%;
}

.about__list {
	background-color: #E3DC27;
	-webkit-clip-path: polygon(50% 0, 100% 3.125rem, 100% 100%, 0 100%, 0 3.125rem);
	clip-path: polygon(50% 0, 100% 3.125rem, 100% 100%, 0 100%, 0 3.125rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 400px;
	max-width: 25rem;
	padding: 50px 15px 23px;
	padding: 3.125rem 0.9375rem 1.4375rem;
	width: 100%;
}

.about__list + .about__list {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.about__list--text {
	display: table;
	height: 50px;
	height: 3.125rem;
}

.about__list p {
	display: table-cell;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	vertical-align: middle;
}

.about__list img {
	margin-top: 11.4px;
	margin-top: 0.7125rem;
}

.aboutGreeting__title {
	background-color: #E94816;
	color: #fff;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.475;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
}

.aboutGreeting__wrapper {
	margin: 80px auto 0;
	margin: 5rem auto 0;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

.aboutGreeting__lead {
	color: #E94816;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
}

.aboutGreeting__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 2.5333333333;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: justify;
}

.aboutGreeting__member {
	font-weight: 300;
	margin-top: 70px;
	margin-top: 4.375rem;
	text-align: center;
}

.aboutGreeting__img {
	margin: 45px auto 0;
	margin: 2.8125rem auto 0;
	max-width: 585px;
	max-width: 36.5625rem;
	width: 100%;
}

.aboutGreeting__inner {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
}

.aboutStaff__title {
	border-bottom: 3px solid #E94816;
	color: #E94816;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 300;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	text-align: center;
}

.aboutStaff__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 45px auto 0;
	margin: 2.8125rem auto 0;
	max-width: 300px;
	max-width: 18.75rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.aboutStaff__list {
	width: 100%;
}

.aboutStaff__list + .aboutStaff__list {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.aboutStaff__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 34px;
	margin-top: 2.125rem;
}

.aboutStaff__name {
	color: #164B80;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.7;
}

.aboutStaff__subject {
	color: #164B80;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.7222222222;
}

.aboutStaff__profile {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
}

.aboutStaff__contents--bottom {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.aboutStaff__message {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 600;
}

.aboutStaff__inner {
	margin-bottom: 102px;
	margin-bottom: 6.375rem;
}

.aboutMessage__inner {
	margin: 0 auto;
	max-width: 1240px;
	max-width: 77.5rem;
	padding: 37px 0;
	padding: 2.3125rem 0;
	width: 100%;
}

.aboutMessage__contents {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}


.aboutMessage__contents h2 {
	color: #E94816;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4666666667;
}

.aboutMessage__contents p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
}


.aboutMessage__contents--sp {
  position: relative;
}

.aboutMessage__contents--sp h2 {
  position: absolute;
  max-width: 322px;
  width: 100%;
  margin: 0 auto;
  padding: 22px 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E94816;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4666666667;
  background: #fff;
}

.aboutMessage__lasttext {
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
  padding: 0 35px;
  line-height: calc(30 / 15);
  margin-top: 15.4px;
}

.u-tablet {
	display: none;
}

.access__banner {
	background-color: #E94816;
}

.access__banner h1 {
	color: #E3DC27;
}

.access__wrapper {
	margin: 0 auto;
	margin-bottom: 80px;
	margin-bottom: 5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 0 10px;
	padding: 0 0.625rem;
	width: 100%;
}

.access__lead {
	margin-top: 65px;
	margin-top: 4.0625rem;
	text-align: center;
}

.access__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 115px;
	margin-top: 7.1875rem;
}

.access__disc {
	max-width: 83%;
	width: 100%;
}

.access__left {
	width: 100%;
}

.access__left h4 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

.access__left p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.8666666667;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.access__left img {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.access__right {
	aspect-ratio: 16/9;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 100%;
}

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

.access__place {
	margin-left: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 83%;
	position: relative;
	width: 100%;
}

.access__about {
	background-color: #fff;
	border-radius: 130px;
	max-width: 280px;
	opacity: 80%;
  padding: 45px 30px;
	width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 600px) {
.access__about {
  max-width: 300px;
}
}

.access__about h4 {
	border-bottom: 1px solid #E94816;
	color: #E94816;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 auto;
	max-width: 230px;
	max-width: 14.375rem;
	padding: 0 3px 9.5px;
	padding: 0 0.1875rem 0.59375rem;
	text-align: center;
	width: 100%;
}

.access__about p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.7333333333;
	margin-top: 16.5px;
	margin-top: 1.03125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 215px;
  width: 100%;
}

.access__facility {
	margin-top: 142px;
	margin-top: 8.875rem;
}

.banner {
	-webkit-clip-path: polygon(50% 0, 100% 3.125rem, 100% 100%, 0 100%, 0 3.125rem);
	clip-path: polygon(50% 0, 100% 3.125rem, 100% 100%, 0 100%, 0 3.125rem);
	padding: 82px 0 0 5px;
	padding: 5.125rem 0 0 0.3125rem;
}

.contact__banner {
	background: #E3DC27;
}

.contact__banner h1 {
	color: #E94816;
}

.contact__wrapper {
	background: #E3DC27;
	padding-bottom: 84px;
	padding-bottom: 5.25rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.contact__box {
	background: #fff;
	margin: 0 auto;
	max-width: 90vw;
	padding-bottom: 72px;
	padding-bottom: 4.5rem;
	padding-top: 52px;
	padding-top: 3.25rem;
	width: 100%;
}

.contact__box p {
	font-weight: 300;
	text-align: center;
}

.contact__thanks-title {
  font-size: 20px;
  color: #164B80;
}

.contact__thanks-text {
  margin-top: 2rem;
  padding: 0 10px;
  text-align: left !important;
  line-height: 2;
}

.wpcf7-spinner {
  display: none;
}

form {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	max-width: 1021px;
	max-width: 63.8125rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	width: 100%;
}

.contact__field--message {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.contact__field + .contact__field {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.contact__field label {
	font-size: 15px;
	font-size: 0.9375rem;
	max-width: 165px;
	max-width: 10.3125rem;
	width: 100%;
}

.contact__field span {
	color: #E94816;
}

.contact__field input,
.contact__field textarea {
	border: 1px solid #164B80;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 16.5px 18px;
	padding: 1.03125rem 1.125rem;
}

.contact__name-wrapper {
	gap: 15px;
	gap: 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.contact__name-wrapper input {
	max-width: 42vw;
	width: 100%;
}

.contact__field #email,
.contact__field #email-confirm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 500px;
	max-width: 31.25rem;
	width: 100%;
}

.contact__field textarea {
	max-width: 100%;
	width: 100%;
}

.contact__submit {
	margin: 22px auto 0;
	margin: 1.375rem auto 0;
	max-width: 180px;
	max-width: 11.25rem;
	width: 100%;
}

.contact__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact__submit button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: white;
	border-bottom: 2px solid #164B80;
	border-top: 2px solid #164B80;
	color: #E94816;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 20px 15px;
	padding: 0.9375rem 1.25rem 0.9375rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.contact__submit button::before,
.contact__submit button::after {
	background: #164B80;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.contact__submit button::before {
	top: 2.5px;
	top: 0.15625rem;
}

.contact__submit button::after {
	bottom: 2.5px;
	bottom: 0.15625rem;
}

.btn-icon-contact {
	margin-left: 46px;
	margin-left: 2.875rem;
}

.contact__submit--text {
	margin-left: 20px;
	margin-left: 1.25rem;
}

input::placeholder { 
  color: rgba(0, 0, 0, .5); 
  /* color: pink !important;  */
  font-size: 0.9375rem;
}

.drawer {
	height: 100%;
	overflow-y: scroll;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.drawer__menu {
	background: #fff;
	-webkit-box-shadow: -4px 0 12px rgba(0, 0, 0, .2);
	box-shadow: -4px 0 12px rgba(0, 0, 0, .2);
	height: auto;
	max-width: 1400px;
	max-width: 87.5rem;
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	position: absolute;
	right: -100%;
	top: 0;
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
	width: 100%;
}

.drawer__lists {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top:80px;
	text-align: center;
}

.drawer__list + .drawer__list {
	margin-top: 49px;
	margin-top: 3.0625rem;
}

.drawer__button {
	margin: 52px auto 0;
	margin: 3.25rem auto 0;
	max-width: 347px;
	max-width: 21.6875rem;
	width: 100%;
}

.drawer__button a {
	background: #164B80;
	border-radius: 9999px;
	color: #fff;
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	height: 100%;
	padding: 16px 0;
	padding: 1rem 0;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.drawer__button a:hover {
	background: #E3DC27;
}

.drawer__icon {
	gap: 25px;
	gap: 1.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 41.8px;
	margin-top: 2.6125rem;
}

.drawer__icon img {
	max-width: 30px;
	max-width: 1.875rem;
	width: 100%;
}

.drawer.open {
	pointer-events: auto;
}

.drawer.open .drawer__overlay {
	opacity: 1;
}

.drawer.open .drawer__menu {
	right: 0;
}

.drawer__logo {
	margin: 79px auto 0;
	margin: 4.9375rem auto 0;
	max-width: 243.76px;
	max-width: 15.235rem;
	width: 100%;
}

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

.facility__contents {
	margin-left: 10px;
	margin-left: 0.625rem;
	max-width: 83%;
	width: 100%;
}

.facility__contents h4 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

.facility__inside--items {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.facility__inside--item + .facility__inside--item {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.facility__inside--item p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.7333333333;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.facility__outside {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.facility__outside--images {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.facility__outside--img + .facility__outside--img {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.faq__banner {
	background: #E3DC27; /* 任意の背景色 */
}

.faq__banner h1 {
	color: #164B80;
}

.faq__wrapper {
	margin: 0 auto;
	margin-top: 75px;
	margin-top: 4.6875rem;
	max-width: 1240px;
	max-width: 77.5rem;
	width: 100%;
}

.faq__items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-top: 5rem;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 0 10px;
	padding: 0 0.625rem;
	width: 100%;
}

.faq__item {
	position: relative;
}

.faq__item + .faq__item {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.faq__question {
	gap: 19px;
	gap: 1.1875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #164B80;
	border-radius: 5px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	font-weight: bold;
	max-width: 95%;
	padding: 20px 15px 35px;
	padding: 1.25rem 0.9375rem 2.1875rem;
	width: 100%;
}

.faq__answer {
	gap: 25px;
	gap: 1.5625rem;
	background-color: #fff;
	border: 3px solid #164B80;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.8;
	margin-left: auto;
	margin-top: -20px;
	margin-top: -1.25rem;
	max-width: 95%;
	padding: 20px 25px 25px 20px;
	padding: 1.25rem 1.5625rem 1.5625rem 1.25rem;
	width: 100%;
}

.faq__label {
	max-width: 60px;
	max-width: 3.75rem;
	width: 100%;
}

.faq__label--answer {
	max-width: 52px;
	max-width: 3.25rem;
	width: 100%;
}

.faq__question p,
.faq__answer p {
	margin: 0;
}

.faq__voice {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.faq__client,
.faq__comment {
	border-radius: 5px;
	max-width: 95%;
	width: 100%;
}

.faq__client {
	background-color: #E3DC27;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 20px 20px 40px 25px;
	padding: 1.25rem 1.25rem 2.5rem 1.5625rem;
}

.faq__client {
  color: #164B80;
}

.faq__comment {
	background-color: #fff;
	border: 3px solid #E3DC27;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	margin-left: auto;
	margin-top: -25px;
	margin-top: -1.5625rem;
	padding: 25px;
	padding: 1.5625rem;
}

.faq__message {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
}

.faq__message--img {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.faq__message--box {
	background-color: #fff;
	padding: 16px 15px;
}

.faq__message--box p {
  text-align: justify;
	line-height: 1.75;
}

.faq__message--box span {
	font-weight: 600;
  text-align: center;
}

.faq__message--center {
  font-weight: 600;
  text-align: center !important;
}

.footer {
	background-color: #fff;
	color: #333;
	font-size: 14.4px;
	font-size: 0.9rem;
}

.footer__inner {
	margin: 0 auto;
	max-width: 1280px;
	max-width: 80rem;
	padding: 66px 20px 60px;
	/* padding: 4.125rem 20px 3.75rem; */
	width: 100%;
}

.footer__logo {
	margin: 0 auto;
	max-width: 150px;
	max-width: 9.375rem;
	width: 100%;
}

.footer__contents {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.footer__nav-links {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.footer__nav-links li {
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.footer__nav-links li:first-of-type {
	margin-top: 0;
}

.footer__nav-links li a {
	font-family: sawarabi-gothic, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer__nav-links li a:hover {
	color: #E94816;
}

.footer__sns {
	margin: 0 auto;
	max-width: 25px;
	max-width: 1.5625rem;
	width: 100%;
}

.footer__sister {
	margin: 60px auto 0;
	margin: 3.75rem auto 0;
	max-width: 250px;
	max-width: 15.625rem;
	width: 100%;
}

/* 下部のコピーライト */

.footer__copyright {
	background-color: #E94816;
	color: #fff;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 11px 0;
	padding: 0.6875rem 0;
	text-align: center;
  margin-bottom: 60px;
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 0;
	max-width: 1400px;
	max-width: 87.5rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-top: 14.3px;
	padding-top: 0.89375rem;
	width: 100%;
}

.header__logo img {
	max-width: 130px;
	max-width: 8.125rem;
	width: 100%;
}

.visually-hidden {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.header__nav {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.header__nav ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 23px;
	margin-left: 1.4375rem;
  margin-top: 2rem;
/*   z-index: 2000; */
  position: sticky;
}

.header__nav li {
	font-family: sawarabi-gothic, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

.header__nav li a {
	display: inline-block;
	padding: 0 12px;
	padding: 0 0.75rem;
	position: relative;
}

.header__nav li a::after {
	background-color: #E94816;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	-webkit-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
	width: 18px;
	width: 1.125rem;
}

.header__nav li a:hover::after {
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0); /* ホバー時：元の位置へ */
}

.header__nav li img {
	max-width: 28px;
	max-width: 1.75rem;
	width: 100%;
}

.header__fixed-buttons {
	gap: 5px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	right: 0;
	top: 10px;
	top: 0.625rem;
	z-index: 1000;
}

.header__opencampus-btn {
	background: #164B80;
	border-bottom-left-radius: 9999px;
	border-top-left-radius: 9999px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	color: #fff;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	padding: 7px 17px;
	padding: 0.4375rem 1.0625rem;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	white-space: nowrap;
}

.header__opencampus-btn:hover {
	background: #E3DC27;
}

.header__menu-wrapper {
	background: #E94816;
	border-bottom-left-radius: 9999px;
	border-top-left-radius: 9999px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	max-width: 120px;
	max-width: 7.5rem;
	padding: 7px 0 7px 30px;
	padding: 0.4375rem 0 0.4375rem 1.875rem;
	width: 100%;
}

.header__menu-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	height: 40px;
	height: 2.5rem;
	position: relative;
	width: 30px;
	width: 1.875rem;
	z-index: 1100;
}

/* 2本線を重ねて中央配置 */

.header__menu-bar {
	background: #fff;
	border-radius: 2px;
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	width: 30px;
	width: 1.875rem;
}

/* 上の線 */

.bar1 {
	-webkit-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
}

/* 下の線 */

.bar2 {
	-webkit-transform: translate(-50%, 2px);
	transform: translate(-50%, 2px);
}

/* MENUテキスト */

.header__menu-text {
	bottom: -2px;
	color: #fff;
	font-size: 7px;
	font-size: 0.4375rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.08em;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* アクティブ時：バツに変化 */

.header__menu-btn.active .bar1 {
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
}

.header__menu-btn.active .bar2 {
	-webkit-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg);
}

.header__menu-btn.active .header__menu-text {
	opacity: 0;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.instagram__inner {
	margin-bottom: 80px;
	margin-bottom: 5rem;
	margin-top: 65.5px;
	margin-top: 4.09375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 77.5rem;
  width: 100%;
  padding: 0 20px;
}

.instagram__inner h2 {
	color: #E94816;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
}

.instagram__inner p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

#sb_instagram {
  margin-top: 50px;
}

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

#sbi_images {
	padding: 0 10px;
}

.mainview {
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 94.8px;
	padding-bottom: 5.925rem;
	position: relative;
	width: 100%;
}

.slide-img {
	-o-object-fit: cover;
	-o-object-position: center top;
	/* height: 100vh; */
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.mainview__title {
	left: 50%;
	max-width: 228px;
	max-width: 14.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.illust {
	position: absolute;
	z-index: 1;
}

.mainview__illust-hand {
	left: 0;
	max-width: 224px;
	max-width: 14rem;
	top: 0;
	width: 100%;
}

.mainview__illust-paint {
	bottom: 50px;
	left: 0;
	max-width: 90px;
	max-width: 5.625rem;
	width: 100%;
}

.mainview__illust-ladybug {
	bottom: -20px;
	bottom: -1.25rem;
	left: 92px;
	left: 5.75rem;
	max-width: 85.25px;
	max-width: 5.328125rem;
	width: 100%;
}

.mainview__illust-bird {
	max-width: 96.41px;
	max-width: 6.025625rem;
	right: 20px;
	right: 1.25rem;
	top: 5px;
	top: 0.3125rem;
	width: 100%;
}

.mainview__illust-onion {
	max-width: 70px;
	max-width: 4.375rem;
	right: -15px;
	right: -0.9375rem;
	top: 80px;
	top: 5rem;
	width: 100%;
}

.mainview__illust-leaf {
	bottom: 50px;
	max-width: 180px;
	max-width: 11.25rem;
	right: -30px;
	right: -1.875rem;
	width: 100%;
}

.mainview__illust-grasshopper {
	bottom: 90px;
	max-width: 65px;
	max-width: 4.0625rem;
	right: 170px;
	right: 10.625rem;
	width: 100%;
}

.illust-float {
	-webkit-animation: floatUpDown 3s ease-in-out infinite;
	animation: floatUpDown 3s ease-in-out infinite;
}

.illust-sway {
	-webkit-animation: swayLeftRight 2s ease-in-out infinite;
	animation: swayLeftRight 2s ease-in-out infinite;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.illust-jump {
	-webkit-animation: jumpCombo 4s ease-in-out infinite;
	animation: jumpCombo 4s ease-in-out infinite;
}

.privacy__banner {
	background: #164B80;
}

.privacy__banner h1 {
	color: #E94816;
}

.privacy__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
}

.privacy__lists {
	margin-top: 32px;
	margin-top: 2rem;
}

.footer__sns--flex {
	gap: 17.6px;
	gap: 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.program__banner {
	background: #164B80;
}

.program__banner h1 {
	color: #E3DC27;
}

.pageabout__program {
	background-color: #E3DC27;
}

.pageabout__program--lead {
	max-width: 377px;
	width: 100%;
}

@media screen and (min-width: 600px) {
.pageabout__program--lead {
	max-width: 531px;
}
}

.programAbout__inner {
	margin-top: 64.3px;
	margin-top: 4.01875rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	text-align: center;
}

.programAbout__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.programAbout__img {
	margin: 70px auto 0;
	margin: 4.375rem auto 0;
	max-width: 85vw;
	width: 100%;
}

.programAbout__desc {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2.1111111111;
	margin-top: 71px;
	margin-top: 4.4375rem;
  text-align: justify;
}

@media screen and (min-width: 600px){
  .programAbout__desc {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px)  {
  .programAbout__desc {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

}


.programClass__inner {
	margin: 135px auto 0;
	margin: 8.4375rem auto 0;
	max-width: 1240px;
	max-width: 77.5rem;
	width: 100%;
}

.programClass__text {
	font-weight: 300;
	margin-top: 65px;
	margin-top: 4.0625rem;
	text-align: center;
}

.programClass__lists {
	margin: 102px auto 0;
	margin: 6.375rem auto 0;
	max-width: 1240px;
	max-width: 77.5rem;
	width: 100%;
}

.programClass__flex {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.section__subTitile--program {
	background-color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	top: -80px;
	top: -5rem;
}

.section__subTitile--program::before {
	width: 45px;
	width: 2.8125rem;
}

.programClass__disc {
	max-width: 830px;
	max-width: 51.875rem;
	position: relative;
	width: 100%;
}

.programClass__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 830px;
	max-width: 51.875rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: -55px;
	top: -3.4375rem;
	width: 100%;
}

.programClass__tag span {
	background: #164B80;
	border-radius: 9999px;
	color: #fff;
	font-weight: 600;
	margin-left: 10px;
	margin-left: 0.625rem;
	max-width: 85px;
	max-width: 5.3125rem;
	padding: 11px 0;
	padding: 0.6875rem 0;
	text-align: center;
	width: 100%;
}

.programClass__info {
	margin-top: 57px;
	margin-top: 3.5625rem;
	padding: 0 10px;
	padding: 0 0.625rem;
	text-align: center;
}

.programClass__info h4 {
	color: #E94816;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.programClass__info p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 2.5333333333;
	margin-top: 10px;
	margin-top: 0.625rem;
  text-align: justify;
  padding: 0 10px;
}

@media screen and (min-width:768px) {
  .programClass__info p {
    text-align: center;
    padding: 0;
  }
}

.programClass__schedule {
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

.programClass__list {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.programClass__contents {
	margin: 65px auto 0;
	margin: 4.0625rem auto 0;
	max-width: 400px;
	max-width: 25rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	text-align: center;
	width: 100%;
}

.programClass__contents li {
	background-color: #E3DC27;
	-webkit-clip-path: polygon(50% 0, 100% 3.125rem, 100% 100%, 0 100%, 0 3.125rem);
	clip-path: polygon(50% 0, 100% 3.125rem, 100% 100%, 0 100%, 0 3.125rem);
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 400px;
	max-width: 25rem;
	padding: 21px;
	padding: 1.3125rem;
	width: 100%;
}

.programClass__contents span {
	color: #fff;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 600;
	text-align: center;
}

.programClass__contents h4 {
	font-family: sawarabi-gothic, sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.48;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.programClass__contents--box {
	background-color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.7333333333;
	margin-top: 16px;
	margin-top: 1rem;
	padding: 20px 18px;
	padding: 1.25rem 1.125rem;
	text-align: left;
}

.programClass__home {
	background-color: #E3DC27;
	margin: 5.625rem calc(50% - 50vw) 0;
}

.programClass__home--inner {
	margin: 0 auto;
	max-width: 1240px;
	max-width: 77.5rem;
	padding: 30px 10px;
	padding: 1.875rem 0.625rem;
	position: relative;
	width: 100%;
}

.programClass__home--inner h4 {
	background-color: #E94816;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	left: 15px;
	left: 0.9375rem;
	max-width: 300px;
	max-width: 18.75rem;
	padding: 18px 0;
	padding: 1.125rem 0;
	position: absolute;
	text-align: center;
	top: -35px;
	top: -2.1875rem;
	width: 100%;
}

.programClass__home--text {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 721px;
	max-width: 45.0625rem;
	width: 100%;
}

.programClass__home--text p {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2.5333333333;
}

.programClass__home--img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 388px;
	max-width: 24.25rem;
	width: 100%;
}

.price {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #164B80), color-stop(50%, #fff));
	background: linear-gradient(to bottom, #164B80 50%, #fff 50%);
	margin-top: 109px;
	margin-top: 6.8125rem;
}

.price__inner {
	background-color: #fff;
	-webkit-clip-path: polygon(50% 0, 100% 4.375rem, 100% 100%, 0 100%, 0 4.375rem);
	clip-path: polygon(50% 0, 100% 4.375rem, 100% 100%, 0 100%, 0 4.375rem);
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.section__title--price {
	padding-top: 76.6px;
	padding-top: 4.7875rem;
}

.price__text {
	line-height: 1.5;
	margin-top: 87px;
	margin-top: 5.4375rem;
	padding: 0 10px;
	padding: 0 0.625rem;
	text-align: justify;
}

.price__membership {
	background: #FCE3DB;
	font-size: 23px;
	font-size: 1.4375rem;
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 240px;
	max-width: 15rem;
	padding: 10.5px 0;
	padding: 0.65625rem 0;
	text-align: center;
	width: 100%;
}

.price__monthly {
	margin: 43px auto 0;
	margin: 2.6875rem auto 0;
	max-width: 1040px;
	max-width: 65rem;
	width: 100%;
}

.price__monthly h3 {
	font-size: 22px;
	font-size: 1.375rem;
	text-align: center;
}

.price__monthly table {
	border: 2px solid #000;
	border-collapse: collapse;
	color: #000;
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 12px;
	margin-top: 0.75rem;
	max-width: 1040px;
	max-width: 65rem;
	table-layout: fixed;
	width: 100%;
}

.price__monthly th,
.price__monthly td {
	border: 1px solid #000;
}

.price__monthly th {
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
	padding-top: 17px;
	padding-top: 1.0625rem;
  font-weight: 300;
}

.price__monthly th:nth-of-type(2) {
	border-left: 3px solid #E94816;
	border-top: 3px solid #E94816;
	font-weight: 600;
  color: #E94816;
}

.price__monthly th:nth-of-type(3) {
	border-right: 3px solid #E94816;
	border-top: 3px solid #E94816;
	font-weight: 600;
  color: #E94816;
}

.price__monthly td:nth-of-type(2) {
	border-bottom: 3px solid #E94816;
	border-left: 3px solid #E94816;
  color: #E94816;
	font-weight: 600;
}

.price__monthly td:nth-of-type(3) {
	border-bottom: 3px solid #E94816;
	border-right: 3px solid #E94816;
  color: #E94816;
	font-weight: 600;
}

.price__monthly td {
	padding-bottom: 17px;
	padding-bottom: 1.0625rem;
	padding-top: 13px;
	padding-top: 0.8125rem;
	text-align: center;
}

.price__orange {
	background: rgba(233, 72, 23, .15);
}

.price__yellow {
	background: rgba(227, 220, 39, .15);
}

.price__monthly {
	position: relative;
}

.price__osusume {
	display: none;
}

.price__table--img {
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	max-width: 456px;
	max-width: 28.5rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	width: 100%;
}

.terms__banner {
	background-color: #E94816;
}

.terms__banner h1 {
	color: #164B80;
}

.terms__wrapper {
	margin: 70px auto 80px;
	margin: 4.375rem auto 5rem;
	max-width: 1240px;
	max-width: 77.5rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.terms__lists {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.terms__list h3 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6666666667;
}

.terms__list p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 2;
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.terms__list + .terms__list {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.topAbout__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 70px;
	margin-top: 4.375rem;
}

.topAbout__text {
	max-width: 140px;
	max-width: 8.75rem;
	width: 100%;
	z-index: 2;
}

.topAbout__image {
	-webkit-transform: translateY(-3.75rem);
	transform: translateY(-3.75rem);
	z-index: 1;
}

.topAccess {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #E94816), color-stop(50%, #fff));
	background: linear-gradient(to bottom, #E94816 50%, #fff 50%);
}

.topAccess__inner {
	background-color: #fff;
	-webkit-clip-path: polygon(50% 0, 100% 8rem, 100% 100%, 0 100%, 0 8rem);
	clip-path: polygon(50% 0, 100% 8rem, 100% 100%, 0 100%, 0 8rem);
	padding-top: 74.8px;
	padding-top: 4.675rem;
}

.topAccess__inner h2 {
	color: #E94816;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
	position: relative;
	text-align: center;
}

.topAccess__inner h2::after {
	background-color: #E94816;
	content: "";
	display: block;
	height: 8px;
	height: 0.5rem;
	margin: 12px auto 0;
	width: 35px;
	width: 2.1875rem;
}

.topAccess__contents {
	margin: 55px auto 0;
	margin: 3.4375rem auto 0;
	max-width: 1400px;
	max-width: 87.5rem;
	width: 100%;
}

.topAccess__disc {
	margin-left: auto;
	margin-right: auto;
	max-width: 531px;
	max-width: 33.1875rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.topAccess__inner h3 {
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}

.topAccess__info {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.8666666667;
	margin-top: 28px;
	margin-top: 1.75rem;
}

.topAccess__img {
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.topAccess__map {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 632px;
	max-width: 39.5rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

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

.topConcept {
	background-color: #fff;
}

.topConcept__inner {
	margin: 0 auto;
	max-width: 1400px;
	max-width: 87.5rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	position: relative;
	width: 100%;
}

.topConcept__title {
	max-width: 500px;
	width: 100%;
}

.topConcept__lead {
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.topConcept__lead p {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2;
  text-align: justify;
}

.topConcept__lead strong {
	color: #000;
	font-weight: bold;
}

.topConcept__note {
	font-size: 13px !important;
	font-size: 0.8125rem !important;
	line-height: 1.5384615385 !important;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.topConcept__images {
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
}

.topConcept__img-small {
	max-width: 47%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.topConcept__img-large {
	max-width: 67.7%;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.topExperience {
	position: relative;
}

.topExperience__inner {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.topExperience__banner {
	background: #E3DC27; /* 任意の背景色 */
	-webkit-clip-path: polygon(50% 0, 100% 3.125rem, 100% 100%, 0 100%, 0 3.125rem);
	clip-path: polygon(50% 0, 100% 3.125rem, 100% 100%, 0 100%, 0 3.125rem);
	padding: 82px 5px 50px;
	padding: 5.125rem 0.3125rem 3.125rem; /* コンテンツの余白 */
	position: relative;
	text-align: center;
}

.topExperience__catch {
	color: #164B80;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
}

.topExperience__desc {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.topExperience__btn {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.topExperience__btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: white;
	border-bottom: 2px solid #164B80;
	border-top: 2px solid #164B80;
	color: #E94816;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 24px 15px 31px;
	padding: 0.9375rem 1.5rem 0.9375rem 1.9375rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.topExperience__btn a::before,
.topExperience__btn a::after {
	background: #164B80;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.topExperience__btn a::before {
	top: 2.5px;
	top: 0.15625rem;
}

.topExperience__btn a::after {
	bottom: 2.5px;
	bottom: 0.15625rem;
}

.btn-text {
	margin-right: 32px;
	margin-right: 2rem;
}

.btn-icon {
	border: 1px solid #E94816;
	border-radius: 50%;
	height: 20px;
	height: 1.25rem;
	position: relative;
	width: 20px;
	width: 1.25rem;
}

.btn-icon::before {
	background: #E94816;
	content: "";
	height: 1px;
	left: -12px;
	left: -0.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 22px;
	width: 1.375rem;
}

.topExperience__btn a:hover .btn-icon::before {
	-webkit-transform: translate(1.25rem, -50%);
	transform: translate(1.25rem, -50%);
}

/* ▼ 背景画像部分 */

.topFacility__content {
	background-image: url(../../assets/images/top/topFacility_bg.webp);
	background-position: -845px top;
	background-position: -52.8125rem top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 66px 20px 167.8px;
	padding: 4.125rem 20px 10.4875rem;
	text-align: center;
}

.topFacility__title {
	font-family: sawarabi-gothic, sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	position: relative;
}

.topFacility__title::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 8px;
	height: 0.5rem;
	margin: 12px auto 0;
	width: 35px;
	width: 2.1875rem;
}

/* ▼ カード一覧 */

.topFacility__cards {
	gap: 19.7px;
	gap: 1.23125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.topFacility__card {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	-webkit-clip-path: polygon(50% 0, 100% 3.125rem, 100% 100%, 0 100%, 0 3.125rem);
	clip-path: polygon(50% 0, 100% 3.125rem, 100% 100%, 0 100%, 0 3.125rem);
	color: #000;
	max-width: 400.25px;
	max-width: 25.015625rem;
	padding: 40px 16px 21.2px;
	padding: 2.5rem 1rem 1.325rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.topFacility__card-title {
	color: #E94816;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.topFacility__card-text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.7333333333;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.topFacility__card img {
	height: auto;
	margin: 0 auto;
	max-width: 315px;
	max-width: 19.6875rem;
	width: 100%;
}

.topFacility__card-link {
	gap: 6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #e9501a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14.4px;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}

.topFacility__card-link::after {
	content: "⟶";
	font-size: 16px;
	font-size: 1rem;
}

.topFacility__btn {
	margin: 22px auto 0;
	margin: 1.375rem auto 0;
	max-width: 180px;
	max-width: 11.25rem;
	width: 100%;
}

.topFacility__btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: white;
	border-bottom: 2px solid #164B80;
	border-top: 2px solid #164B80;
	color: #E94816;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 20px 15px;
	padding: 0.9375rem 1.25rem 0.9375rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.topFacility__btn a::before,
.topFacility__btn a::after {
	background: #164B80;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.topFacility__btn a::before {
	top: 2.5px;
	top: 0.15625rem;
}

.topFacility__btn a::after {
	bottom: 2.5px;
	bottom: 0.15625rem;
}

.topFacility__btn a:hover .btn-icon::before {
	-webkit-transform: translate(1.25rem, -50%);
	transform: translate(1.25rem, -50%);
}

.topFaq__inner {
	background: #E3DC27;
	padding: 50px 10px;
	padding: 3.125rem 0.625rem;
}

.topFaq__wrapper {
	background-color: #fff;
	border-radius: 9999px;
	margin: 0 auto;
	max-width: 820px;
	max-width: 51.25rem;
	padding: 22px 0;
	padding: 1.375rem 0;
	width: 100%;
}

.topFaq__inner h2 {
	color: #E94816;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: normal;
	text-align: center;
}

.topFaq__inner p {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.topGallery {
	background: #fff;
	padding: 60px 0;
}

.gallery-swiper {
	overflow: hidden;
}

.gallery-swiper .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px;
	width: auto;
}

.topGalleryLoop {
	background: #fff;
	margin-top: 80px;
	margin-top: 5rem;
	overflow: hidden;
}

.loop-slider {
	position: relative;
	width: 100%;
}

.loop-track {
	-webkit-animation: scrollLoop 15s linear infinite;
	animation: scrollLoop 15s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.loop-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 10px;
}

.loop-item {
	max-width: 200px;
	max-width: 12.5rem;
	width: 100%;
}

/* アニメーション */

.training__banner {
	background-color: #E94816;
}

.training__banner h1 {
	color: #164B80;
}

.training__about {
	background-color: #164B80;
}

.training__about--lead {
	max-width: 347.5px;
	width: 100%;
}

.trainingPillar__inner {
	margin-top: 64px;
	margin-top: 4rem;
}

.trainingPillar__img {
	margin: 70px auto 0;
	margin: 4.375rem auto 0;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.trainingPillar__cards {
	height: 100vh;
	margin: -200px auto 0;
	margin: -12.5rem auto 0;
	max-width: 500px;
	max-width: 31.25rem;
	position: relative;
	width: 100%;
}

.trainingPillar__card {
	background-color: #E94816;
	border: 2px solid #fff;
	border-radius: 50px;
	left: 0;
	padding: 20px;
	padding: 1.25rem;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(140%);
	transform: translateY(140%);
	width: 100%;
}

.trainingPillar__card--inner {
	background-color: #fff;
	border-radius: 50px;
	height: 570px;
	height: 35.625rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.trainingPillar__card--img {
	margin: 0 auto;
	max-width: 250px;
	max-width: 15.625rem;
	width: 100%;
}

.trainingPillar__contents {
	max-width: 487px;
	max-width: 30.4375rem;
	padding: 0 10px;
	padding: 0 0.625rem;
	width: 100%;
}

.trainingPillar__number {
	margin: 10px auto 0;
	margin: 0.625rem auto 0;
	max-width: 160px;
	max-width: 10rem;
	width: 100%;
}

.trainingPillar__contents h3 {
	font-family: sawarabi-gothic, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
  color: #E94816;
}

.trainingPillar__contents p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.7333333333;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.trainingService {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.trainingService__text {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 64px;
	margin-top: 4rem;
	text-align: center;
}

.trainingService__lists {
	margin: 44px auto 0;
	margin: 2.75rem auto 0;
	max-width: 100%;
	padding-bottom: 56px;
	padding-bottom: 3.5rem;
	width: 100%;
}

.trainingService__list {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25%, #fff), color-stop(25%, #E3DC27), to(#E3DC27));
	background: linear-gradient(180deg, #fff 0%, #fff 25%, #E3DC27 25%, #E3DC27 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 15px 20px;
	padding: 0 0.9375rem 1.25rem;
}

.trainingService__list + .trainingService__list {
	margin-top: 80px;
	margin-top: 5rem;
}

.trainingService__list h3 {
	color: #000;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.trainingService__list span {
	font-size: 18px;
	font-size: 1.125rem;
}

.trainingService__list--top {
	margin: 0 auto;
	max-width: 500px;
	max-width: 31.25rem;
	width: 100%;
}

.trainingService__list--bottom {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.7333333333;
	margin: 28px auto 0;
	margin: 1.75rem auto 0;
	max-width: 500px;
	max-width: 31.25rem;
	width: 100%;
}

.trainingMessage__inner {
	margin: 0 auto;
	max-width: 1240px;
	max-width: 77.5rem;
	padding: 20px 0;
	padding: 1.25rem 0;
	width: 100%;
  position: relative;
}

.trainingMessage__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 22px 20px;
  max-width: 322px;
	width: 100%;
}

.trainingMessage__title {
	color: #E94816;
	font-family: sawarabi-gothic, sans-serif;
	font-size: 20px;
	line-height: 1.4666666667;
  letter-spacing: 0.05em;
}

.trainingMessage__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

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

.banner h1 {
	font-size: 3.125rem;
}

.pageTop__about--box {
	margin-top: 4.375rem;
	padding-left: 2.5rem;
	padding-right: 0;
}

.pageabout__about--catch {
  padding-left: 40px;
  font-size: 30px;
}

.pageTop__about--title {
	font-size: 26px;
	text-align: left;
  margin-bottom: 0;
}

.about__lists {
	gap: 4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 37.5rem;
}

.about__list {
	max-width: 48%;
}

.about__list + .about__list {
	margin-top: 0;
}

.about__list:nth-child(n+3) {
	margin-top: 2.5rem;
}

.aboutStaff__lists {
	max-width: 37.5rem;
	padding: 0 1.25rem;
}

.aboutStaff__list {
	max-width: 48%;
}

.aboutStaff__list + .aboutStaff__list {
	margin-top: 0;
}

.aboutStaff__list:nth-child(n+3) {
	margin-top: 3.125rem;
}

.aboutMessage__contents {
	padding: 0 1.875rem;
	text-align: center;
}

.u-tablet {
	display: block;
}

.programAbout__img {
	max-width: 28.125rem;
}

.programClass__flex {
	padding-top: 10.875rem;
}

.section__subTitile--program {
	font-size: 2.5rem;
	left: 2.5rem;
	top: -10.5rem;
}

.section__subTitile--program::before {
	width: 3.5rem;
}

.programClass__tag {
	right: 3.125rem;
	top: -4.75rem;
}

.programClass__tag span {
	font-size: 1.25rem;
	margin-left: 1.125rem;
	max-width: 9.375rem;
	width: 100%;
}

.programClass__info {
	padding: 0 1.875rem;
}

.programClass__info h4 {
	font-size: 1.4375rem;
}

.programClass__schedule {
	max-width: 21.9375rem;
}

.programClass__contents h4 {
	font-size: 1.5625rem;
}

.programClass__home--inner {
	padding: 1.875rem 1.25rem;
}

.programClass__home--text {
	margin-top: 2.8125rem;
}

.price__inner {
	-webkit-clip-path: polygon(50% 0, 100% 6.25rem, 100% 100%, 0 100%, 0 6.25rem);
	clip-path: polygon(50% 0, 100% 6.25rem, 100% 100%, 0 100%, 0 6.25rem);
}

.price__text {
	margin-top: 3.75rem;
	padding: 0 1.875rem;
}

.price__membership {
	font-size: 1.5625rem;
}

.price__monthly h3 {
	font-size: 1.625rem;
}

.price__table--img {
	margin-top: 1.875rem;
	padding-left: 0;
}

.terms__wrapper {
	margin-bottom: 9.375rem;
	margin-top: 6.25rem;
	padding: 0 5vw;
}

.training__about--lead {
	margin: 0;
	max-width: 470.5px;
}

.trainingMessage__box {
	text-align: center;
  max-width: 500px;
}

.trainingMessage__title {
  font-size: 25px;
}

}

.footer__bar {
  max-width: 100vw;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.footer__bar--line,
.footer__bar--insta {
  width: 50%;
  background-color: #E94816;
}

.footer__bar--line a,
.footer__bar--insta a {
  display: block;
  width: 100%;
}

.footer__bar--line {
  border-right: 1px solid #fff;
}

.footer__bar--insta {
  border-left: 1px solid #fff;
}

.footer__bar img {
  max-width: 30px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}


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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.banner h1 {
	font-size: 4.9375rem;
	padding-top: 10.625rem;
}

.section__title {
	font-size: 2.5rem;
}

.section__title::after {
	height: 0.8125rem;
	height: 0.5rem;
	width: 2.625rem;
	width: 2.1875rem;
}

.section__subTitile {
	font-size: 3.9375rem;
}

.section__subTitile::before {
	width: 5.5rem;
}

.pageTop__about {
	padding-bottom: 8.4375rem;
	padding-top: 6.25rem;
}

.pageTop__about--box {
	margin-top: 5.26875rem;
}

.pageTop__about--title {
	font-size: 1.875rem;
}

.pageTop__about--text {
	margin-top: 3.125rem;
  text-align: left;
}

.pageTop__about--img {
	max-width: 33.25rem;
}

html {
	font-size: 1.1428571429vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.about__lists {
	gap: 1.25rem;
	max-width: 77.5rem;
	padding: 0;
}

.about__list {
	-webkit-clip-path: polygon(50% 0, 100% 2.1875rem, 100% 100%, 0 100%, 0 2.1875rem);
	clip-path: polygon(50% 0, 100% 2.1875rem, 100% 100%, 0 100%, 0 2.1875rem);
	max-width: 25rem;
	padding: 2.75rem 1.5625rem 1.4375rem;
}

.about__list:nth-child(n+3) {
	margin-top: 0;
}

.about__list:nth-child(n+4) {
	margin-top: 2.5rem;
}

.about__list--text {
	height: 4.5rem;
}

.about__list p {
	font-size: 1.5625rem;
}

.aboutGreeting__title {
	font-size: 2.5rem;
	padding: 0.9375rem 0;
}

.aboutGreeting__wrapper {
	margin-top: 6.875rem;
	max-width: 100%;
	padding: 0;
}

.aboutGreeting__lead {
	font-size: 1.25rem;
}

.aboutGreeting__text {
	font-size: 0.9375rem;
	margin-top: 3.125rem;
  text-align: center;
}

.aboutGreeting__member {
	font-size: 1.125rem;
}

.aboutGreeting__img {
	margin-top: 3.75rem;
}

.aboutGreeting__inner {
	margin-bottom: 9.5rem;
}

.aboutStaff__title {
	font-size: 2.5rem;
	padding-bottom: 2.40625rem;
}

.aboutStaff__lists {
	gap: 2rem;
	max-width: 77.5rem;
	padding: 0;
}

.aboutStaff__list {
	max-width: 17.875rem;
}

.aboutStaff__list:nth-child(n+3) {
	margin-top: 0;
}

.aboutMessage {
	background-image: url(../../assets/images/about/last-message.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutMessage__contents {
	margin: 0;
	max-width: 29.5rem;
	padding: 4.375rem 1.6875rem;
	text-align: left;
}

.aboutMessage__contents h2 {
	font-size: 1.875rem;
}

.access__wrapper {
	max-width: 77.5rem;
	padding: 0;
}

.access__disc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 0.625rem;
	max-width: 65.125rem;
}

.access__left {
	max-width: 33.1875rem;
}

.access__left h4 {
	font-size: 1.5625rem;
}

.access__left p {
	margin-top: 1.75rem;
}

.access__left img {
	margin-top: 2rem;
}

.access__right {
	aspect-ratio: auto;
	height: 100%;
	margin-left: 0.625rem;
	margin-top: 0;
	max-width: 28.75rem;
}

.access__place {
	margin-left: 0;
	margin-top: 4.75rem;
	max-width: 100%;
}

.access__about {
	bottom: 1.5rem;
	left: 50%;
	padding: 1.5rem 4.75rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 9999px;
  max-width: 907px;
	max-width: 56.6875rem;
}

.access__about h4 {
	font-size: 1.25rem;
}

.access__about p {
  max-width: 100%;
}

.banner {
	-webkit-clip-path: polygon(50% 0, 100% 8.125rem, 100% 100%, 0 100%, 0 8.125rem);
	clip-path: polygon(50% 0, 100% 8.125rem, 100% 100%, 0 100%, 0 8.125rem);
	padding: 5.125rem 0 0 1.25rem; /* コンテンツの余白 */
}

.contact__wrapper {
	padding-top: 3.6875rem;
}

.contact__box {
	max-width: 77.5rem;
}

.contact__thanks-title {
  font-size: 2rem;
  color: #164B80;
}

.contact__thanks-text {
  margin-top: 2rem;
  text-align: center !important;
}

form {
	margin-top: 3.875rem;
	max-width: 63.8125rem;
	padding: 0;
}

.contact__field {
	gap: 1.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact__field--message {
  align-items: start;
}

.contact__field input,
.contact__field textarea {
	margin-top: 0;
}

.contact__name-wrapper {
	gap: 1.75rem;
}

.contact__name-wrapper input {
	max-width: 22.125rem;
}

.contact__field #email,
.contact__field #email-confirm {
	display: block;
}

.contact__submit {
	max-width: 12.5625rem;
}

.contact__flex {
  flex-direction: row;
  justify-content: center;
}

.contact__submit button {
	padding: 0.9375rem 1.5rem 0.9375rem 1.9375rem;
}

.drawer__overlay {
	inset: 0;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	position: fixed;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.drawer__menu {
	width: 80%;
	z-index:1500;
}

.drawer__lists {
	font-size: 1.4375rem;
	margin-top: 145px;
	margin-top: 9.0625rem;
}

.drawer__list + .drawer__list {
	margin-top: 3.25rem;
}

.drawer__button {
	max-width: 25.6875rem;
}

.drawer__button a {
	font-size: 1.4375rem;
}

.drawer__icon {
	gap: 2.1875rem;
}

.drawer__icon img {
	max-width: 2.6875rem;
}

.drawer__logo {
	max-width: 18.0625rem;
}

.facility__contents {
	max-width: 65.25rem;
}

.facility__contents h4 {
	font-size: 1.5625rem;
}

.facility__inside--items {
	gap: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.0625rem;
}

.facility__inside--item + .facility__inside--item {
	margin-top: 0;
}

.facility__inside--item p {
	margin-top: 1.75rem;
}

.facility__outside--images {
	gap: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.0625rem;
}

.facility__outside--img + .facility__outside--img {
	margin-top: 0;
}

.faq__wrapper {
	margin-top: 6.2375rem;
}

.faq__items {
	gap: 7.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 6.5625rem;
	max-width: 100%;
	padding: 0;
}

.faq__item + .faq__item {
	margin-top: 0;
}

.faq__question {
	max-width: 66.75rem;
	padding: 1.125rem 20px 4.6875rem 5.9375rem;
}

.faq__answer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -3.75rem;
	margin-left: 0;
	margin-top: 0;
	max-width: 66.75rem;
	padding: 1.8125rem 1.25rem 1.75rem 2.5rem;
	position: absolute;
	right: 0;
}

.faq__label {
	max-width: 4.875rem;
}

.faq__label--answer {
	max-width: 4.125rem;
}

.faq__voice {
	margin-top: 9.375rem;
}

.faq__client,
.faq__comment {
	max-width: 66.75rem;
}

.faq__client {
	font-size: 1.25rem;
	padding: 2rem 1.25rem 5.75rem 7.25rem;
}

.faq__comment {
	bottom: -3.75rem;
	margin-left: 0;
	margin-top: 0;
	padding: 2.4375rem 3.375rem 2.625rem;
	position: absolute;
	right: 0;
}

.faq__message {
	margin-top: 11.1875rem;
}

.faq__message--box {
	left: 50%;
	max-width: 49.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 1rem 2.1875rem;

}

.faq__message--box p {
	font-size: 1.25rem;
	text-align: center;

}

.footer__inner {
	gap: 40px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 4.125rem 20px 3.75rem;
}

.footer__logo {
	margin-left: 2.75rem;
	max-width: 16.156875rem;
}

.footer__contents {
	margin-top: 0;
}

.footer__nav {
	gap: 16px 2.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer__nav-links {
	margin-top: 0;
}

.footer__nav-links li {
	margin-top: 1.6875rem;
	text-align: left;
}

.footer__sns {
	margin: 0;
}

.footer__sister {
	margin: 1.25rem 0 0 0;
	max-width: 20.25rem;
}

.header__inner {
	padding-bottom: 0.3125rem;
	padding-left: 1.375rem;
}

.header__logo img {
	max-width: 10.625rem;
}

.header__fixed-buttons {
	gap: 1rem;
	top: 1.6875rem;
}

.header__opencampus-btn {
	font-size: 0.9375rem;
	padding: 0.75rem 1.5rem;
}

.header__menu-wrapper {
	max-width: 9.875rem;
	padding-bottom: 1.125rem;
	padding-left: 2.375rem;
	padding-top: 1.125rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header__menu-wrapper:hover {
	background: #E3DC27;
}

.header__menu-btn {
	height: 1.875rem;
	width: 2.5rem;
}

.header__menu-bar {
	width: 2.5rem;
}

.header__menu-text {
	bottom: -0.5rem;
	font-size: 0.625rem;
}

.inner {
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

.instagram__inner h2 {
	font-size: 1.75rem;
}

.mainview__title {
	max-width: 46.3125rem;
}

.mainview__illust-hand {
	max-width: 24.375rem;
}

.mainview__illust-paint {
	bottom: 2.5rem;
	max-width: 11.426875rem;
}

.mainview__illust-ladybug {
	bottom: 3.75rem;
}

.mainview__illust-bird {
	max-width: 11.796875rem;
	right: 1.9875rem;
	top: 2.8875rem;
}

.mainview__illust-onion {
	max-width: 7.40125rem;
	right: 0rem;
	top: 14.75rem;
}

.mainview__illust-leaf {
	bottom: 3.125rem;
	max-width: 17.905rem;
	right: 0rem;
}

.mainview__illust-grasshopper {
	bottom: 5.625rem;
	max-width: 7.3675rem;
	right: 27.0625rem;
}

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

.footer__copyright {
  margin-bottom: 0;
}

.pageabout__program--lead {
	max-width: 49.96rem;
}

.programAbout__inner {
	padding: 0;
}

.programAbout__img {
	max-width: 33.9375rem;
}

.programClass__flex {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section__subTitile--program {
	font-size: 3.75rem;
}

.programClass__tag {
	right: 5.5625rem;
}

.programClass__tag span {
	font-size: 1.5625rem;
	max-width: 11rem;
}

.programClass__info {
	padding: 0;
}

.programClass__info h4 {
	font-size: 1.5625rem;
}

.programClass__schedule {
	margin: 0;
}

.programClass__list {
	margin-top: 8.25rem;
}

.programClass__contents {
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding: 0;
}

.programClass__contents li {
	-webkit-clip-path: polygon(50% 0, 100% 2.1875rem, 100% 100%, 0 100%, 0 2.1875rem);
	clip-path: polygon(50% 0, 100% 2.1875rem, 100% 100%, 0 100%, 0 2.1875rem);
	margin-top: 0;
	max-width: 25rem;
	padding: 1.3125rem;
}

.programClass__home--inner {
	gap: 4.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1.875rem 0;
}

.programClass__home--inner h4 {
	font-size: 1.5625rem;
	left: 0;
	max-width: 22.625rem;
	padding: 1.4375rem;
}

.programClass__home--img {
	margin: 0;
}

.price__inner {
	-webkit-clip-path: polygon(50% 0, 100% 8rem, 100% 100%, 0 100%, 0 8rem);
	clip-path: polygon(50% 0, 100% 8rem, 100% 100%, 0 100%, 0 8rem);
	margin-bottom: 8.4375rem;
}

.price__text {
	margin-top: 5.4375rem;
	padding: 0;
  text-align-last: center;
}

.price__monthly h3 {
	font-size: 1.875rem;
	text-align: left;
}

.price__osusume {
	display: block;
	left: 21.25rem;
	max-width: 8.21875rem;
	position: absolute;
	top: 0.625rem;
	width: 100%;
}

.terms__wrapper {
	padding: 0;
}

.terms__lists {
	margin-top: 6.5625rem;
}

.topAbout {
	margin-bottom: -18.75rem;
}

.topAbout__inner {
	margin-top: 0;
}

.topAbout__text {
	max-width: 12.8125rem;
}

.topAbout__image {
	-webkit-transform: translateY(-18.75rem);
	transform: translateY(-18.75rem);
}

.topAccess__inner h2 {
	font-size: 2.5rem;
}

.topAccess__inner h2::after {
	height: 0.8125rem;
	width: 2.625rem;
}

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

.topAccess__disc {
	margin-left: 14%;
	margin-right: 0.625rem;
	padding: 0;
}

.topAccess__inner h3 {
	font-size: 1.5625rem;
	text-align: left;
}

.topAccess__map {
	margin-top: 0;
	padding: 0;
}

.topConcept__inner {
	padding-top: 4.875rem;
}

.topConcept__title {
	max-width: 759.5px;
	max-width: 47.46875rem;
	width: 100%;
}

.topConcept__lead {
	margin-left: 7.875rem;
	margin-top: 5.28125rem;
}

.topConcept__lead p {
	line-height: 2.5333333333;
  text-align: left;
}

.topConcept__images {
	margin-top: 0;
	position: static;
}

.topConcept__img-small {
	max-width: 26%;
	right: 0;
	top: 4.875rem;
	z-index: 1;
}

.topConcept__img-large {
	max-width: 42.5%;
	right: 12%;
	top: 17.375rem;
}

.topExperience__inner {
	margin-top: 9rem;
}

.topExperience__banner {
	-webkit-clip-path: polygon(50% 0, 100% 8.125rem, 100% 100%, 0 100%, 0 8.125rem);
	clip-path: polygon(50% 0, 100% 8.125rem, 100% 100%, 0 100%, 0 8.125rem);
	padding: 5.125rem 20px 3.125rem; /* コンテンツの余白 */
}

.topExperience__catch {
	font-size: 2.1875rem;
}

.topExperience__btn {
	margin-top: 3.125rem;
}

.topFacility__content {
	background-position: center top;
}

.topFacility__title {
	font-size: 2.5rem;
}

.topFacility__title::after {
	height: 0.8125rem;
	width: 2.625rem;
}

.topFacility__card {
	-webkit-clip-path: polygon(50% 0, 100% 2.25rem, 100% 100%, 0 100%, 0 2.25rem);
	clip-path: polygon(50% 0, 100% 2.25rem, 100% 100%, 0 100%, 0 2.25rem);
	padding-top: 1.9375rem;
}

.topFacility__card-title {
	font-size: 1.75rem;
}

.topFacility__card-text {
	margin-top: 1rem;
}

.topFacility__btn {
	max-width: 12.489375rem;
}

.topFacility__btn a {
	padding: 0.9375rem 1.5rem 0.9375rem 1.9375rem;
}

.topFaq__inner {
	padding: 2.1875rem 0;
}

.topFaq__inner h2 {
	font-size: 1.75rem;
}

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

.loop-track {
	-webkit-animation: scrollLoop 30s linear infinite;
	animation: scrollLoop 30s linear infinite;
}

.loop-item {
	max-width: 16.875rem;
}

.training__about--lead {
	max-width: 44.96875rem;
}

.trainingPillar__img {
	margin-top: 6.25rem;
	max-width: 53rem;
	padding: 0;
}

.trainingPillar__cards {
	margin-top: -12.5rem;
	max-width: 77.5rem;
}

.trainingPillar__card {
	padding: 3.125rem;
}

.trainingPillar__card--inner {
	gap: 7.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.trainingPillar__card--img {
	margin: 0;
	max-width: 18.75rem;
}

.trainingPillar__contents {
	padding: 0;
}

.trainingPillar__number {
	margin: 0;
	max-width: 11.8125rem;
}

.trainingPillar__contents h3 {
	font-size: 2.5rem;
	text-align: left;
}

.trainingService {
	margin-top: 12.5rem;
}

.trainingService__text {
	font-size: 1rem;
}

.trainingService__bg {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25%, #fff), color-stop(25%, #E3DC27), to(#E3DC27));
	background: linear-gradient(180deg, #fff 0%, #fff 25%, #E3DC27 25%, #E3DC27 100%);
}

.trainingService__lists {
	gap: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 77.5rem;
}

.trainingService__list {
	background: transparent;
	padding: 0;
  max-width: 23.75rem;
  width: 100%;
}

.trainingService__list + .trainingService__list {
	margin-top: 0;
}

.trainingService__list h3 {
	font-size: 1.5625rem;
}

.trainingService__list span {
	font-size: 1.25rem;
}

.trainingService__list--top {
	margin: 0;
	max-width: 100%;
}

.trainingService__list--bottom {
	max-width: 100%;
}

.trainingMessage {
	background-image: url(../../assets/images/training/service_image.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 7.8125rem;

}

.trainingMessage__inner {
	padding: 2.3125rem 0;
}

.trainingMessage__box {
	display: block;
	margin-top: 0;
	max-width: 29.5rem;
	padding: 3.25rem 1.6875rem 2.125rem;
	text-align: left;
  position: sticky;
  top: auto;
  left: auto;
  transform: translate(0, 0);
}

.trainingMessage__title {
	font-size: 1.875rem;
}

}

@media (min-width: 1400px) {

html {
	font-size: 16px;
}

}

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

.header__nav ul {
	margin-left: 8.75rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes floatUpDown {

0%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

}

@keyframes floatUpDown {

0%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

}

@-webkit-keyframes swayLeftRight {

0%,100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

50% {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

}

@keyframes swayLeftRight {

0%,100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

50% {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

}

@-webkit-keyframes jumpCombo {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

10% {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px); /* ピョーーん */
}

20% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

40% {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px); /* ぴょん① */
}

50% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

65% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px); /* ぴょん② */
}

75% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

85% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px); /* ぴょん③ */
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes jumpCombo {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

10% {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px); /* ピョーーん */
}

20% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

40% {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px); /* ぴょん① */
}

50% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

65% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px); /* ぴょん② */
}

75% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

85% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px); /* ぴょん③ */
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes scrollLoop {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}

@keyframes scrollLoop {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}


/*# sourceMappingURL=styles.css.map */
