/*--------------------
Reset
--------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
li {
  list-style: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
img,video {
  vertical-align: bottom;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #ccc;
  margin:1em 0;
  padding:0;
}
input, button, select, textarea {
  vertical-align:middle;
  font-family: inherit;
  font-size: inherit;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*--------------------
Common
--------------------*/

html {
  font-size: 16px;
}
body {
  font-family:游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  line-height: 1.6;
  color: #8b7f78;
  background: #fff;
}

body:before {
  content: "";
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%),url(../img/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
}

body.fixed {
  overflow: hidden;
  touch-action: none;
}
a {
  color: #8b7f78;
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: bottom;
}
header {
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  border-bottom: 2.5px solid #000;
    border-image: linear-gradient(45deg, rgb(206 178 122) 20%, rgb(255 236 174) 50%, rgb(214 183 118) 100%);
    border-image-slice: 1;
}
.logo-area {
  width: 9rem;
  height: 3rem;
  position: relative;
  z-index: 4;
  order: 1;
}
.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;
  text-indent:-999999px;
}
main {
  padding-top: 4rem;
}
.container {
  width: 100%;
}
.main-col {
  width: 100%;
  padding: 1rem;
}
.col-left {
  width: 100%;
}
.col-right {
  width: 100%;
}
.column-box,
.column-list ul,
.column-list dl {
  display: flex;
  flex-wrap: wrap;
}
.contents-ttl {
  margin-bottom: 1rem;
}
.contents-ttl h2 {
  padding: 1rem 0 0.3rem 0;
  text-align: center;
  border-bottom: 1px solid #ad9e957d;
  font-size: 1.5rem;
  background: -webkit-linear-gradient(90deg, #997b37 25%, rgb(185, 156, 97) 35%, #dabe78 53%, #f1e0b6 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.more-btn {
  width: 100%;
  text-align: center;
}
.more-btn a {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #fff;
  color: #ffbbcc;
  border: 1px solid #ffbbcc;
}
.more-list-btn {
  width: 100%;
  text-align: center;
}
.more-list-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(360deg, rgb(255 199 213) 58%, rgb(255 225 233) 100%);
  color: #fff;
}
.pick-wrap {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
.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: 9px;
  background: #fff;
  text-align: center;
}
.twi-wrap {
  width: 100%;
  height: 418px;
  margin-bottom: 1rem;
  overflow-y: scroll;
}
.reserve-wrap {
  width: 100%;
}
.reserve-wrap li {
  margin-bottom: 1rem;
}
.reserve-wrap li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #ffbbcc;
  color: #ffbbcc;
}
.reserve-wrap li a i {
  font-size: 1.125rem;
}
.link-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
.link-wrap li {
  margin-bottom: 1rem;
}
.sp-foot {
  width: 100%;
  padding: 0.5rem;
  background: rgba(255,255,255,0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  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: linear-gradient(360deg, rgb(255 199 213) 58%, rgb(255 225 233) 100%);
  /* border: 1px solid #2a2a2a; */
  color: #fff;
  font-size: 0.875rem;
}
.sp-foot li a i {
  font-size: 1rem;
}
.sp-foot.fixed-foot {
  transform: translateY(0);
}
footer {
  width: 100%;
  padding: 2rem 1rem 4rem;
  background: #ffffff;
  color: #8b7f78;
  filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.05));
}
footer a {
  color: #8b7f78;
}
.footer-logo {
  width: 70%;
  max-width: 416px;
  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 #ad9e957d;
}
.hback-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(360deg, rgb(255 199 213) 58%, rgb(255 225 233) 100%);
  color: #fff;
}
.hback-btn a i {
  margin-right: 0.5rem;
}

/*--------------------
Menu
--------------------*/

#navi-menu {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
#nav-toggle {
  width: 1.75rem;
  height: 2.25rem;
  position: relative;
  z-index: 3;
  order: 3;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  background: #ad9e95;
  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-toggle:after {
  content: "MENU";
  display: inline-block;
  font-size: 0.5rem;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
nav {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 4rem;
  left: 0;
  display: none;
}
nav ul li {
  padding: 0.5rem 0;
  text-align: center;
}
nav ul li + li {
  border-top: 1px dotted #ad9e957d;
}
nav ul li a {
  display: block;
  line-height: 1.2;
}
nav ul li a p {
  font-size: 0.5rem;
}
.navi-contact {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
  z-index: 2;
  order: 2;
}
.navi-contact a {
  font-size: 1rem;
}
.navimask {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgb(255 255 255 / 89%);
  position: fixed;
  top: 4rem;
  left: 0;
  z-index: -1;
  transition: ease 0.3s;
  transition-delay: 0.2s;
}
.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);
}
.open #nav-toggle:after {
  content: "CLOSE";
}
.open .navimask {
  visibility: visible;
  opacity: 1;
}

/*--------------------
Top
--------------------*/

.slide-container {
  width: 100%;
  padding-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
#slider .swiper-slide {
  width: 100%;
  padding-top: calc(1/2*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s linear;
}
#slider .swiper-slide.swiper-slide-prev,
#slider .swiper-slide.swiper-slide-next {
  opacity: 0.5;
}
#slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.slide-container .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.slide-container .swiper-pagination-bullet {
  margin: 0 0.5rem;
  background: #3a3a3a;
}
.slide-container .swiper-pagination-bullet-active {
  background: #1a1a1a;
}
.top-news {
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.news-text {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
.news-text span {
  display: inline-block;
  background: #ffceda;
  color: #fff;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 3;
}
.text-area {
  overflow: hidden;
  width: calc(100% - 95px);
}
.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: 50%;
}
.topics-image a {
  display: block;
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topics-info {
  width: 50%;
  align-items: center;
  padding: 1rem;
  background: #fff;
}
.new-topics {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ad9e957d;
}
.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(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topics-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);
}
.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: 1rem;
  background: #fff;
  text-align: center;
}
.staff-name {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ad9e957d;
}
.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: #fff;
  border: 1px solid #ffbbcc;
  font-size: 0.875rem;
  color: #ffbbcc;
}
.weekly-schedule li a.current {
  background: linear-gradient(360deg, rgb(255 199 213) 58%, rgb(255 225 233) 100%);
  color: #fff;
  border: none;
}

/*--------------------
Profile
--------------------*/

.profile-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
.profile-box {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.prof-image-box {
  width: 100%;
}
.tab-wrap {
  width: 100%;
}
.tab-wrap ul {
  align-items: center;
  justify-content: space-between;
}
.tab-wrap li {
  flex: 1;
  padding: 0.5rem 0;
  text-align: center;
  background: #ffdfe647;
  color: #ffceda;
  transition: 0.3s ease;
  cursor: pointer;
}
.tab-wrap li.active {
  background: #ffceda;
  color: #fff;
}
.prof-image-wrap {
  width: 100%;
}
.prof-image {
  display: none;
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.prof-image.active {
  display: block;
  animation: active 0.3s ease;
}
@keyframes active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.prof-info-box  {
  width: 100%;
}
.prof-info-box h3 {
  padding: 1rem 0;
  border-bottom: 1px solid #ad9e957d;
}
.prof-list dl {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ad9e957d;
}
.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: #fff;
  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 #ad9e957d;
  text-align: center;
}
.sch-tbl dl dt {
  background: #c5b4a91f;
  color: #ad9e95;
}
.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: #60a9e4;
}
.sch-tbl dl dt.sun {
  color: #ef7979;
}

/*--------------------
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 #ad9e957d;
}
.price-dsc {
  width: 100%;
  padding: 1rem 0;
}
.price-list {
  width: 100%;
}
.price-list dl {
  border: 1px solid #ffdae3;
}
.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: #ffc7d5;
  color: #fff;
}
.price-list dl dd {
  padding: 0.5rem 1rem;
}

/*--------------------
Recruit
--------------------*/

.recruit-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
.job-box dl {
  justify-content: space-between;
}
.job-box dl dt,
.job-box dl dd {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ffdae3;
}
.job-box dl dt {
  text-align: center;
  background: #ffc7d5;
  color: #fff;
}
.job-box dl dt + dd {
  border-top: 0;
  border-bottom: 0;
}
.job-box dl:last-child dt + dd {
  border-bottom: 1px solid #ffdae3;
}

/*--------------------
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;
}

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

/*--------------------
PC Common
--------------------*/

  header {
    height: 5rem;
    border-bottom: 3px solid #000;
    border-image: linear-gradient(45deg, rgb(206 178 122) 20%, rgb(255 236 174) 50%, rgb(214 183 118) 100%);
    border-image-slice: 1;
    filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.05));
  }
  .logo-area {
    width: 12.5rem;
    height: 4rem;
  }
  main {
    padding-top: 5rem;
  }
  .container {
    padding: 0 1rem;
  }
  .main-col {
    width: 1200px;
    max-width: 100%;
    padding: 2rem 0;
    margin: auto;
    align-items: flex-start;
    justify-content: space-between;
  }
  .col-left {
    width: 78%;
  }
  .col-right {
    width: 20%;
  }
  .topics-wrap .contents-ttl h2,
  .schedule-wrap .contents-ttl h2,
  .system-wrap .contents-ttl h2,
  .therapist-wrap .contents-ttl h2,
  .recruit-wrap .contents-ttl h2,
  .profile-wrap .contents-ttl h2,
  .map-wrap .contents-ttl h2 {
    text-align: left;
  }
  footer {
    padding: 2rem 1rem;
  }
  .footer-logo {
    width: 30%;
  }

/*--------------------
PC Menu
--------------------*/

#navi-menu {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
#nav-toggle,
.navimask {
  display: none;
}
nav {
  display: block;
  width: auto;
  margin-left: auto;
  position: static;
  background: transparent;
  order: 2;
}
nav ul {
  display: flex;
}
nav ul li {
  padding: 0 0.5rem;
}
nav ul li + li {
  border: none;
}
.navi-contact {
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  background: #ffceda;
  color: #fff;
  line-height: 1.4;
  border-radius: 0.25rem;
  order: 3;
}
.navi-contact a {
  color: #fff;
}

/*--------------------
PC Top
--------------------*/

  #slider {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    overflow: visible;
  }
  .top-news {
    padding: 0;
  }

  /*--------------------
  PC Topics
  --------------------*/

  .topics {
    width: 49%;
  }

  /*--------------------
  Topics Detail
  --------------------*/

  .topics-detail-iamge {
    width: 35%;
  }
  .topics-detail-info {
    width: 63%;
  }

  /*--------------------
  PC Schedule
  --------------------*/

  .staff-box {
    width: 23.5%;
  }
  .weekly-schedule li {
    width: 13.5%;
  }
  .weekly-schedule li:nth-of-type(1) {
    width: 13.5%;
  }

  /*--------------------
  PC Profile
  --------------------*/

  .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 #ad9e957d;
    border-left: 0;
  }
  .sch-tbl dl dd {
    border-top: 0;
    border-left: 1px solid #ad9e957d;
  }
  .sch-tbl dl dd + dd {
    border-left: 0;
  }

  /*--------------------
  PC Map
  --------------------*/

  /*--------------------
  PC Recruit
  --------------------*/

  .job-box dl dt {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .job-box dl dd {
    width: 60%;
  }
  .job-box dl dt + dd {
    border-top: 1px solid #ffdae3;
    border-bottom: 1px solid #ffdae3;
    border-left: 0;
  }
  .job-box dl + dl dt {
    border-top: 0;
  }
  .job-box dl + dl dd {
    border-top: 0;
  }

  /*--------------------
  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;
  }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {

  header {
    height: 6rem;
    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;
  }
  main {
    padding-top: 6rem;
  }
  nav {
    margin: 0;
  }
}

/*--------------------
Loading
--------------------*/

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}


.profile-wrap h2 {
  font-size: 1.25rem;
}

.job-box dl dd a {
  color: #ffbfcf;
}