/*--------------------
Common
--------------------*/

html {
  font-size: 16px;
}
body {
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-feature-settings: "palt";
  line-height: 1.6;
  color: #3a3a3a;
  background: #fcfdfe;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
a {
  color: #3a3a3a;
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: bottom;
}
header {
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s ease;
}
.head-bg {
  background: rgba(0,0,0,0.2);
  border-bottom: 1px solid transparent;
}
.logo-area {
  width: 8rem;
  height: 2rem;
  position: relative;
  z-index: 4;
}
.logo-area a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("../img/h-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.1s ease;
}
.container {
  width: 100%;
}
#section01,
#section03,
#section05,
#section07 {
  background: #c0c0c0;
}
#section02,
#section04,
#section06 {
  background: #1a1a1a;
}
.content-box {
  width: 100%;
  padding: 1rem;
}
.column-box,
.column-list ul,
.column-list dl {
  display: flex;
  flex-wrap: wrap;
}
.contents-ttl {
  padding-bottom: 1rem;
}
.contents-ttl h2 {
  padding: 1rem 0;
  text-align: center;
  border-bottom: 1px solid #3a3a3a;
  font-size: 2rem;
}
#section02 .contents-ttl h2,
#section04 .contents-ttl h2,
#section06 .contents-ttl h2 {
  color: #fcfdfe;
  border-bottom: 1px solid #fcfdfe;
}
.more-btn {
  width: 100%;
  text-align: center;
}
.more-btn a {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #3a3a3a;
  color: #fcfdfe;
}
.more-list-btn {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.more-list-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #3a3a3a;
  color: #fcfdfe;
}
.pick-twi-wrap {
  width: 100%;
  justify-content: space-between;
}
.pick-container {
  width: 100%;
  padding-bottom: 2rem;
}
.pick-col {
  justify-content: space-between;
}
.pick-wrap {
  width: 48%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
  position: relative;
}
.pick-image a {
  display: block;
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pick-name {
  width: 100%;
  padding: 1rem;
  background: rgba(255,255,255,0.8);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.twi-container {
  width: 100%;
}
.twi-wrap {
  width: 100%;
  margin-bottom: 1rem;
  overflow-y: scroll;
}
.twi-inner {
  width: 100%;
  padding-top: calc(4/3*100%);
  position: relative;
}
.twi-inner iframe {
  position: absolute!important;
  top: 0;
  left: 0;
}
.ico-area {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.ico01,
.ico02,
.ico03 {
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
  color: #fcfdfe;
}
.ico01 span,
.ico02 span,
.ico03 span {
  display: inline-block;
  padding: 0.25rem;
  font-size: 0.5rem;
  line-height: 1;
}
.sp-foot {
  width: 100%;
  padding: 0.5rem;
  background: rgba(26,26,26,0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translateY(100%);
  transition: 0.3s ease;
}
.sp-foot ul {
  justify-content: space-between;
}
.sp-foot li {
  width: 33%;
}
.sp-foot li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  background: #c0c0c0;
  border: 1px solid #2a2a2a;
  color: #3a3a3a;
  font-size: 0.875rem;
}
.sp-foot li a i {
  font-size: 1rem;
}
.sp-foot.fixed-foot {
  transform: translateY(0);
}
footer {
  width: 100%;
  padding: 1rem 1rem 4rem;
  background: #1a1a1a;
  color: #fcfdfe;
}
footer a {
  color: #fcfdfe;
}
.link-wrap {
  width: 100%;
  padding: 1rem 0;
}
.link-wrap ul {
  align-items: baseline;
  justify-content: center;
}
.link-wrap li {
  max-width: 50%;
  padding: 0.5rem;
}
.footer-logo {
  width: 50%;
  padding: 1rem 0;
  margin: auto;
}
.copy-right {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}
.hback-btn {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #2a2a2a;
}
.hback-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #3a3a3a;
  color: #fcfdfe;
}
.hback-btn a i {
  margin-right: 0.5rem;
}
.underlayer {
  padding-top: 4rem;
  background: #c0c0c0;
}

/*--------------------
Menu
--------------------*/

#navi-menu {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
#nav-toggle {
  width: 1.75rem;
  height: 1.25rem;
  position: relative;
  z-index: 3;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  background: #fcfdfe;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
#nav-toggle span:nth-of-type(1) {
  top: 0;
}
#nav-toggle span:nth-of-type(2) {
  top: 0.625rem;
}
#nav-toggle span:nth-of-type(3) {
  top: 1.25rem;
}
nav {
  width: 100%;
  height: 100%;
  padding: 4rem 1rem 1rem;
  background: rgba(26,26,26,0.9);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: scale(0.9);
  transition: 0.3s ease;
}
nav ul li {
  padding: 1rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
nav ul li a {
  display: flex;
  align-items: baseline;
  line-height: 1.2;
  font-size: 1.125rem;
  color: #fcfdfe;
}
nav ul li a p {
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.nav-sns {
  width: 100%;
  padding: 1rem 0;
}
.nav-sns ul {
  align-items: center;
  justify-content: center;
}
.nav-sns li {
  padding: 0.5rem 1rem;
  border: 0;
}
.nav-sns li a {
  font-size: 1.5rem;
}
.navi-contact {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #fcfdfe;
  z-index: 2;
}
.navi-contact a {
  font-size: 1rem;
  color: #fcfdfe;
}
.navi-contact a i {
  margin-right: 0.25rem;
}
.open nav {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1);
}
.open #nav-toggle span:nth-of-type(1) {
  top: 0.625rem;
  transform: rotate(135deg);
}
.open #nav-toggle span:nth-of-type(2) {
  opacity: 0;
}
.open #nav-toggle span:nth-of-type(3) {
  top: 0.625rem;
  transform: rotate(-135deg);
}

/*--------------------
Top
--------------------*/

.mainvisual {
  width: 100%;
  position: relative;
}
#slider .swiper-slide {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s linear;
  position: relative;
}
#slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(46,46,46,0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#slider .swiper-pagination {
  width: auto;
  text-align: left;
  position: absolute;
  bottom: 20%;
  left: 2rem;
  transform: translateY(20%);
}
#slider .swiper-pagination-bullet {
  width: 2rem;
  height: 2px;
  background: #fcfdfe;
  border-radius: 0;
}
.slide-inner {
  width: 85%;
  font-weight: 400;
  color: #fcfdfe;
  position: absolute;
  top: 70%;
  left: 2rem;
  transform: translateY(-70%);
}
.slide-inner span {
  display: block;
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slide-inner p {
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-news {
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 1;
}
.news-text {
  width: 100%;
  color: #fcfdfe;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  position: relative;
}
.news-text span {
  display: inline-block;
  padding: 0.5rem 1rem;
  padding-left: 0;
  position: relative;
  z-index: 3;
}
.text-area {
  overflow: hidden;
  width: 100%;
}
.text-area .marquee {
  width: 100%;
  line-height: 1.4;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  text-align: left;
}
@keyframes marquee {
  0% { transform: translate(100%); }
  10% { transform: translate(0%); }
  30% { transform: translate(0%); }
  100% { transform: translate(-100%); }
}

/*--------------------
Topics
--------------------*/

.topics-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.topics-box {
  width: 100%;
  justify-content: space-between;
}
.topics {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
.topics-image {
  width: 100%;
}
.topics-image a {
  display: block;
  width: 100%;
  padding-top: calc(3/4*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topics-info {
  width: 100%;
  align-items: center;
  padding: 1rem;
  background: #fcfdfe;
}
.new-topics {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #3a3a3a;
}
.new-topics span {
  padding-left: 0.5rem;
}
.topics-ttl {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  position: relative;
}
.topics-ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(255,255,255,1)0%,rgba(255,255,255,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------
Topics Detail
--------------------*/

.topics-detail-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.topics-detail-wrap .contents-ttl h2 {
  text-align: left;
}
.topics-detail {
  align-items: flex-start;
  justify-content: space-between;
}
.topics-detail-iamge {
  width: 100%;
}
.topics-detail-iamge span {
  display: block;
  width: 100%;
  padding-top: calc(3/4*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topics-detail-info {
  width: 100%;
  padding: 1rem 0;
}

/*--------------------
Blog
--------------------*/

.blog-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.blog-box {
  width: 100%;
  justify-content: space-between;
}
.blog {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
.blog-image {
  width: 100%;
}
.blog-image a {
  display: block;
  width: 100%;
  padding-top: calc(3/4*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-info {
  width: 100%;
  align-items: center;
  padding: 1rem;
  background: #fcfdfe;
}
.new-blog {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #3a3a3a;
}
.new-blog span {
  padding-left: 0.5rem;
}
.blog-ttl {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  position: relative;
}
.blog-ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(255,255,255,1)0%,rgba(255,255,255,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------
Blog Detail
--------------------*/

.blog-detail-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.blog-detail-wrap .contents-ttl h2 {
  text-align: left;
}
.blog-detail {
  align-items: flex-start;
  justify-content: space-between;
}
.blog-detail-iamge {
  width: 100%;
}
.blog-detail-iamge span {
  display: block;
  width: 100%;
  padding-top: calc(3/4*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-detail-info {
  width: 100%;
  padding: 1rem 0;
}

/*--------------------
Schedule
--------------------*/

.schedule-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.staff-wrap {
  width: 100%;
  justify-content: space-between;
}
.staff-box {
  width: 48%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
  position: relative;
}
.staff-image {
  width: 100%;
  position: relative;
}
.staff-image a {
  display: block;
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.staff-text {
  width: 100%;
  padding: 0.5rem;
  background: rgba(252,253,254,0.8);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.staff-name {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #3a3a3a;
}
.weekly-schedule {
  width: 100%;
  margin-bottom: 1rem;
}
.weekly-schedule ul {
  justify-content: space-between;
}
.weekly-schedule li {
  width: 32%;
  margin-bottom: 0.5rem;
}
.weekly-schedule li:nth-of-type(1) {
  width: 100%;
}
.weekly-schedule li a {
  display: block;
  text-align: center;
  padding: 0.5rem;
  background: #fcfdfe;
  border: 1px solid #2a2a2a;
  font-size: 0.875rem;
}
.weekly-schedule li a.current {
  background: #3a3a3a;
  color: #fcfdfe;
}

/*--------------------
Therapist
--------------------*/

.therapist-wrap {
  width: 100%;
  margin-bottom: 2rem;
}

/*--------------------
Profile
--------------------*/

.profile-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
.profile-wrap .contents-ttl h2 {
  font-size: 1.25rem;
}
.profile-box {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.prof-image-box {
  width: 100%;
}
#profSlider {
  width: 100%;
}
#profSlider .swiper-slide {
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#thumbSlider {
  width: 100%;
  margin-top: 0.5rem;
}
#thumbSlider .swiper-slide {
  width: 33.333%;
  padding-top: calc(4/3*33.333%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#thumbSlider .swiper-slide.swiper-slide-prev:before,
#thumbSlider .swiper-slide.swiper-slide-next:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
.prof-info-box  {
  width: 100%;
}
.prof-info-box h3 {
  padding: 1rem 0;
  border-bottom: 1px solid #2a2a2a;
}
.prof-list dl {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2a2a2a;
}
.prof-list dl dt {
  width: 40%;
}
.prof-list dl dd {
  width: 60%;
}
.prof-list dl dt,
.prof-list dl dd {
  padding: 1rem 0;
}
.prof-list dl .shop-cmt,
.prof-list dl .shop-cmt + dd {
  width: 100%;
}
.prof-list dl .shop-cmt {
  border: 0;
}
.prof-list dl .shop-cmt + dd {
  padding: 0 0 1rem;
}
.other-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: linear-gradient(135deg,#00acee 0%,#29caef 100%);
  border-radius: 0.25rem;
  color: #fcfdfe;
  line-height: 1;
}
.other-btn i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.sch-tbl {
  width: 100%;
  padding: 1rem 0;
}
.sch-tbl h4 {
  width: 100%;
  padding: 1rem 0;
}
.sch-date {
  width: 40%;
}
.sch-work {
  width: 60%;
}
.sch-tbl dl dt,
.sch-tbl dl dd {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #2a2a2a;
  text-align: center;
}
.sch-tbl dl dt {
  background: #3a3a3a;
  color: #fcfdfe;
}
.sch-tbl dl dd {
  border-left: 0;
}
.sch-tbl dl dt + dt,
.sch-tbl dl dd + dd {
  border-top: 0;
}
.sch-tbl dl dt.sat {
  color: #90caf9;
}
.sch-tbl dl dt.sun {
  color: #ef9a9a;
}

/*--------------------
Map
--------------------*/

.map-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
.map-box {
  width: 100%;
}
.map-box + .map-box {
  margin-top: 2rem;
}
.map-detail {
  width: 100%;
  margin-bottom: 1rem;
}
.map-box iframe {
  width: 100%;
  height: 480px;
}

/*--------------------
System
--------------------*/

.system-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
.system-box {
  width: 100%;
  justify-content: space-between;
}
.price-box {
  width: 100%;
  margin-bottom: 1rem;
}
.price-box + .price-box {
  padding-top: 1rem;
  border-top: 1px solid #2a2a2a;
}
.price-dsc {
  width: 100%;
  padding: 1rem 0;
}
.price-list {
  width: 100%;
}
.price-list dl {
  align-items: center;
  border: 1px solid #2a2a2a;
}
.price-list dl + dl {
  border-top: 0;
}
.price-list dl dt,
.price-list dl dd {
  flex: 1;
}
.price-list dl dt {
  padding: 0.5rem 1rem;
  background: #3a3a3a;
  color: #fcfdfe;
}
.price-list dl dd {
  padding: 0.5rem 1rem;
}
.system-caution {
  width: 100%;
  padding: 1rem 0;
}
.system-caution h3 {
  padding: 1rem 0;
}

/*--------------------
Filter
--------------------*/

.filter-wrap {
  width: 100%;
  padding: 1rem 0;
  align-items: center;
}
#staff-order {
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  border: 1px solid #3a3a3a;
  background: url(../img/arw-down.svg),#fff;
  background-size: 0.75rem 100%;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
.filter-reset {
  padding: 0 1rem;
}
.fliter-check-wrap {
  width: 100%;
  padding: 1rem 0;
}
.filter-inner {
  width: 100%;
  padding-left: 0.5rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #3a3a3a;
}
.filter-inner label {
  align-items: center;
  margin-right: 1rem;
}
.filter-inner input[type="submit"] {
  padding: 0.25rem 1rem;
  background: #3a3a3a;
  color: #fcfdfe;
}
.check-point {
  padding-left: 1.25rem;
  position: relative;
}
.check-point:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #3a3a3a;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.filter-inner input[type="checkbox"]:checked + .check-point:after {
  content: "";
  display: block;
  width: 0.65rem;
  height: 1rem;
  transform: rotate(40deg);
  border-bottom: 3px solid #3a3a3a;
  border-right: 3px solid #3a3a3a;
  position: absolute;
  top: -0.125rem;
  left: 0.25rem;
}
input,textarea,select,button {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}

/*--------------------
Reserve
--------------------*/

.reserve-box {
  width: 100%;
}
.reserve-intro {
  padding: 1rem;
  justify-content: center;
}
.reserve-tel {
  padding-bottom: 2rem;
  text-align: center;
}
.reserve-tel a {
  color: #3a3a3a;
}
.form-wrap {
  width: 100%;
  padding: 1rem;
  background: #fafafa;
}
.input-field {
  width: 100%;
  padding: 0.5rem 0;
  align-items: center;
  justify-content: space-between;
}
.input-field > input,
.input-field > textarea {
  width: 100%;
  padding: 0.25rem 0.5rem;
  border: 1px solid #c0c0c0;
}
.input-field > input[type="time"] {
  height: 35px;
  background: url("../img/arw-down.svg")#fff;
  background-size: 0.75rem;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
#sch-picker {
  position: relative;
}
img.ui-datepicker-trigger {
  width: 2.25rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.25rem;
}
.course-select {
  width: 100%;
  background: #fff;
}
.course-select select {
  width: 100%;
  padding: 0.25rem 0.5rem;
  background: url("../img/arw-down.svg")#fff;
  background-size: 0.75rem;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  border: 1px solid #c0c0c0;
}
.radio-box {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.radio-box input[type="radio"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  border: 0;
}
.radio-box input[type="radio"] + label {
  padding-left: 1.25rem;
  position: relative;
}
.radio-box input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #3a3a3a;
  border-radius: 50%;
}
.radio-box input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  border-radius: 50%;
}
.check-box {
  width: 100%;
  margin-top: 1rem;
  justify-content: center;
  position: relative;
}
.form-wrap input[type="checkbox"] {
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}
.form-wrap form > div > input[type="checkbox"] + label {
  margin: 0;
}
.form-wrap input[type="checkbox"] + label {
  padding-left: 1.25rem;
  position: relative;
}
.form-wrap input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #3a3a3a;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form-wrap input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 0.65rem;
  height: 1rem;
  transform: rotate(40deg);
  border-bottom: 3px solid #3a3a3a;
  border-right: 3px solid #3a3a3a;
  position: absolute;
  top: -0.125rem;
  left: 0.25rem;
}
.form-wrap form > .conf-list {
  justify-content: flex-start;
  border-bottom: 1px dotted #3a3a3a;
}
.form-wrap button {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  background: #3a3a3a;
  color: #fcfdfe;
  border: none;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  transition: ease 0.3s;
}
.form-wrap button[disabled] {
  background: #ccc;
  color: #e0e0e0;
}
.comp-btn {
  text-align: center;
}
.comp-btn a {
  display: inline-block;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  background: #deb887;
  color: #fff;
}
.submit-btn {
  text-align: center;
}
.submit-btn input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #deb887;
  color: #fff;
  border: none;
}
.comp-box p {
  display: flex;
  justify-content: center;
}

/*--------------------
Recruit
--------------------*/

#recruit.container {
  padding: 0;
}
.rec-visual {
  width: 100%;
  padding-top: calc(4/3*100%);
  background: url("../img/rec-visual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.rec-visual:before {
  content:"";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 2rem 100vw 0 0;
  border-color: transparent #fff transparent transparent;
}
.rec-visual .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0;
}
.rec-visual-ttl-wrap {
  text-align: center;
}
/* .recvisual-ttl-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
} */
.rec-visual-ttl h2 {
  font-size: 2rem;
}
#recruit > section {
  position: relative;
  overflow: hidden;
  padding: 2rem 1rem 3rem;
}
#recruit > section:nth-of-type(even) {
  background: #1a1a1a;
  color: #fcfdfe;
}
#recruit > section:before {
  content:"";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 2rem 100vw 0 0;
}
#recruit > section:nth-of-type(odd):before {
  border-color: transparent #1a1a1a transparent transparent;
}
#recruit > section:nth-of-type(even):before {
  border-color: transparent #fff transparent transparent;
}
#recruit > section:last-of-type:before {
  border-color: transparent #c0c0c0 transparent transparent;
}
.rec-ttl {
  width: 100%;
  display: block;
  padding-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.rec-wrap {
  width: 100%;
}
.rec-img {
  width: 100%;
  overflow: hidden;
	position: relative;
}
.rec-inner-img {
	display: block;
	opacity: 0;
	position: relative;
	transition: all 0.5s 0.5s ease;
	z-index: 0;
}
.rec-img img {
  width: 100%;
}
.rec-img:before {
	background: #c0c0c0;
	content: "";
	display: block;
  width: 100%;
  height: 100%;
	position: absolute;
	transform: translateX(-101%);
	transition: all 0.8s 0.3s ease;
	z-index: 1;
}
.rec-img.active img {
	opacity: 1;
}
.rec-img.active:before {
	transform: translateX(110%);
}
.rec-info {
  width: 100%;
  padding: 1rem 0;
}
.rec-info-ttl {
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.rec-info-ttl:before {
  width: 100%;
	height: 100%;
  display: block;
  content: "";
  background: #c0c0c0;
	position: absolute;
  top: 0;
	transform: translateX(-100%);
	transition: all 0.8s 0s ease;
	z-index: 1;
}
.rec-info-ttl-inner {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.8s 0.3s ease;
}
.rec-info-text {
  position: relative;
  left: -50px;
	opacity: 0;
	transition: all 0.5s 0.5s ease;
}
.rec-info.active .rec-info-ttl:before {
	transform: translateX(110%);
}
.rec-info.active .rec-info-ttl-inner {
	opacity: 1;
}
.rec-info.active .rec-info-text {
	left: 0;
	opacity: 1;
}
#obolink {
  background: #c0c0c0;
  padding: 1rem 1rem 2rem;
}
.obo-wrap {
  width: 100%;
  padding: 1rem 0;
}
.obo-wrap h2 {
  font-size: 2rem;
  text-align: center;
}
.obo-enter {
  width: 100%;
  justify-content: center;
}
.obo-line,
.obo-tel {
  flex: 1;
  padding: 1rem 0.5rem;
}
.obo-line a,
.obo-tel a {
  display: block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
.obo-line a {
  background: #a3d357;
}
.obo-tel a {
  background: #333;
  color: #fcfdfe;
}

/*--------------------
404
--------------------*/

.bg-404 {
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg,rgba(0,0,0,0.3)0%,rgba(0,0,0,0.3)100%),
  url("../img/404bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.error-wrap {
  width: 100%;
  padding: 2rem 1rem;
}
.error-ttl {
  width: 100%;
  padding: 4rem 1rem 2rem;
  text-align: center;
  line-height: 1;
  mix-blend-mode: difference;
}
.error-ttl h2 {
  font-size: 8rem;
  letter-spacing: 0.5rem;
}
.error-ttl p {
  font-size: 3rem;
}
.error-wrap h3 {
  font-size: 1.25rem;
  text-align: center;
  mix-blend-mode: difference;
}
.error-wrap h3 + p {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  color: #fcfdfe;
  font-size: 1.125rem;
}
.error-logo {
  width: 50%;
  padding-bottom: 2rem;
  margin: auto;
  mix-blend-mode: overlay;
}
.error-btn {
  width: 100%;
  text-align: center;
}
.error-btn a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(0,0,0,0.5);
  color: #fcfdfe;
  box-shadow: 0 15px 20px -5px rgba(0,0,0,0.5);
}
.error-btn a i {
  margin-right: 0.5rem;
}

/*--------------------
Other
--------------------*/

.sp {
  display: block;
  width: 100%;
}
.pc {
  display: none;
}
.flexpc {
  display: none;
}

@media screen and (min-width: 801px) {

/*--------------------
PC Common
--------------------*/

  header {
    width: 18rem;
    height: 100%;
    padding: 1rem;
    border-bottom: 0;
    border-right: 1px solid rgba(255,255,255,0.5);
    transition: none;
  }
  .head-bg {
    /* mix-blend-mode: difference; */
    border-bottom: 0;
    background: transparent;
  }
  .under-h {
    background: rgba(26,26,26,0.5);
  }
  .logo-area {
    width: 12rem;
    height: 3rem;
  }
  .container {
    padding: 0 1rem;
  }
  .content-box {
    width: calc(100% - 18rem);
    padding: 4rem 6rem;
    margin-left: auto;
  }
  .contents-ttl {
    padding-bottom: 3rem;
  }
  .contents-ttl h2 {
    text-align: left;
    font-size: 2rem;
  }
  footer {
    padding: 3rem 1rem;
  }
  .footer-logo {
    width: 20%;
  }
  .underlayer {
    padding-top: 0;
  }
  .hback-btn {
    padding-top: 3rem;
    margin-top: 3rem;
  }

/*--------------------
PC Menu
--------------------*/

#navi-menu {
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
}
#nav-toggle {
  display: none;
}
nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1rem;
  position: static;
  background: transparent;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 0;
}
nav ul li {
  padding: 1rem 0;
  border: 0;
}
nav ul li a {
  justify-content: flex-start;
  font-size: 1.25rem;
}
nav ul li a p:before {
  content: "-";
  display: inline-block;
}
.reserve-wrap {
  width: 100%;
  padding: 1rem 0;
}
.reserve-wrap li {
  padding: 0.5rem 0;
}
.reserve-wrap a {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin: auto;
  color: #fcfdfe;
  border: 1px solid rgba(255,255,255,0.5);
  font-size: 1rem;
}
.navi-contact {
  line-height: inherit;
  font-size: 1.125rem;
}
.navi-contact a {
  font-size: 1.125rem;
}

/*--------------------
PC Top
--------------------*/

  .top-news {
    width: 45%;
    padding: 0;
    bottom: 6rem;
    right: 2rem;
    left: auto;
  }
  .slide-inner {
    width: 45%;
    right: 2rem;
    left: auto;
  }
  #slider .swiper-pagination {
    right: 2rem;
    left: auto;
  }
  .pick-container {
    width: 63%;
  }
  .pick-wrap {
    width: 46%;
  }
  .twi-container {
    width: 30.5%;
  }
  .ico01,
  .ico02,
  .ico03 {
    height: 2rem;
  }
  .ico01 span,
  .ico02 span,
  .ico03 span {
    font-size: 0.75rem;
  }

  /*--------------------
  PC Topics
  --------------------*/

  .topics {
    width: 48%;
    margin-bottom: 2rem;
  }

  /*--------------------
  PC Topics Detail
  --------------------*/

  .topics-detail-iamge {
    width: 35%;
  }
  .topics-detail-info {
    width: 63%;
  }

  /*--------------------
  PC Blog
  --------------------*/

  .blog {
    width: 48%;
    margin-bottom: 2rem;
  }

  /*--------------------
  PC Blog Detail
  --------------------*/

  .blog-detail-iamge {
    width: 35%;
  }
  .blog-detail-info {
    width: 63%;
  }

  /*--------------------
  PC Schedule
  --------------------*/

  .staff-box {
    width: 22%;
    margin-bottom: 2rem;
  }
  .weekly-schedule li {
    width: 13.5%;
  }
  .weekly-schedule li:nth-of-type(1) {
    width: 13.5%;
  }

  /*--------------------
  PC Profile
  --------------------*/

  .profile-wrap .contents-ttl h2 {
    font-size: 2rem;
  }
  .prof-image-box {
    width: 30%;
  }
  .prof-info-box {
    width: 68%;
  }
  .prof-info-box h3 {
    padding: 0.5rem 0;
  }
  .prof-list dl dt,
  .prof-list dl dd {
    padding: 0.5rem 0;
  }
  .sch-date,
  .sch-work {
    width: 100%;
  }
  .sch-tbl dl dt,
  .sch-tbl dl dd {
    width: auto;
    flex: 1;
  }
  .sch-tbl dl dt + dt {
    border-top: 1px solid #2a2a2a;
    border-left: 0;
  }
  .sch-tbl dl dd {
    border-top: 0;
    border-left: 1px solid #2a2a2a;
  }
  .sch-tbl dl dd + dd {
    border-left: 0;
  }

  /*--------------------
  PC Map
  --------------------*/

  /*--------------------
  PC System
  --------------------*/

  .price-box {
    margin-bottom: 3rem;
  }
  .price-box + .price-box {
    padding-top: 3rem;
  }

  /*--------------------
  PC Filter
  --------------------*/

  .filter-inner {
    width: 22rem;
  }

  /*--------------------
  PC Reserve
  --------------------*/

  .form-wrap {
    padding: 2rem;
  }
  .input-field {
    width: 65%;
    margin: auto;
  }
  .input-field > input,
  .input-field > label,
  .input-field > textarea,
  .course-select,
  .radio-box {
    width: 50%;
  }

  /*--------------------
  PC Recruit
  --------------------*/

  .rec-visual {
    padding-top: calc(1/2*100%);
  }
  .rec-visual:before {
    border-width: 4rem 100vw 0 0;
  }
  .rec-visual .content-box {
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
  .rec-visual-ttl h2 {
    font-size: 4rem;
  }
  #recruit > section:before {
    border-width: 4rem 100vw 0 0;
  }
  .rec-wrap {
    padding: 4rem 0;
    align-items: flex-start;
  }
  #recruit > section:nth-of-type(even) .rec-wrap {
    flex-direction: row-reverse;
  }
  .rec-img {
    width: 40%;
  }
  .rec-info {
    width: 60%;
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 0 1rem;
  }
  .rec-info-ttl:before {
    transition: all 0.8s 0.5s ease;
  }
  .rec-info-ttl-inner {
    transition: all 0.8s 0.5s ease;
  }
  .obo-wrap {
    width: 55%;
    margin: auto;
  }
  .obo-wrap p {
    text-align: center;
    padding-top: 2rem;
  }

  /*--------------------
  PC 404
  --------------------*/

  .error-wrap {
    width: 1200px;
    max-width: 100%;
    padding: 4rem 0;
    margin: auto;
  }
  .error-ttl h2 {
    font-size: 12rem;
  }
  .error-ttl p {
    font-size: 4rem;
  }
  .error-wrap h3 {
    font-size: 2rem;
  }
  .error-wrap h3 + p {
    width: 50%;
    margin: auto;
  }
  .error-logo {
    width: 30%;
  }

  /*--------------------
  Other
  --------------------*/

  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .flexpc {
    display: flex;
  }
}

@media screen and (min-width: 801px) and (max-width: 1365px) {

  header {
    padding: 1rem 0;
  }
  #navi-menu {
    justify-content: center;
  }
  .logo-area {
    width: 100%;
    height: 1.5rem;
    text-align: center;
  }
  .logo-area a {
    width: 10rem;
  }
  .navi-contact {
    padding: 0.25rem 1rem;
  }
  nav {
    margin: 0;
  }
  .content-box {
    padding: 4rem 1rem;
  }
  .twi-wrap {
    height: 264px;
  }
}

@media screen and (min-width: 1366px) {
  .content-box {
    padding: 4rem 10rem;
  }
}

/*--------------------
Loading
--------------------*/

#loader {
  width: 100%;
  height: 100%;
  background: #3a3a3a;
  color: #fcfdfe;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
