@charset "utf-8";

/* ページ中央 電話応対時間について */
#tel-time-text1::before {
  content: "受付時間：9:00〜18:00（平日のみ）";
  /*content: "受付時間　9:00〜20:00（土日祝も受付中）"; */
  /* content: "受付休業期間　8/8(土)～8/13(木)"; */
}

#tel-time-text2::before {
  /* content: "年末年始休業期間：12/28(月)～1/3(日）"; */
}
#tel-time-text3::before {
  /* content: "※休業期間にいただいたお問い合わせにつきましては、1月4日（月）以降、順次対応させていただきます。"; */
  content: "";
  font-weight: 400;
}
#tel-time-text3 {
  text-align: left;
  max-width: min(90%,500px);
  margin-right: auto;
  margin-left: auto;
}

/* 営業時間外に電話リンクをタップした場合に出てくるモーダルウィンドウ内文言 */
#tel-time-modal1-title::before {
  content: "電話受付時間"
  /* content: "電話受付 休業期間"; */
}

#tel-time-modal1::before {
  content: "受付時間：9:00〜18:00（平日のみ）"
  /*content: "9:00〜20:00（土日祝も受付中）" */
  /* content: "8/8(土)～8/13(木)"; */
}

#tel-time-modal2-title::before {
  /* content: "年末年始休業期間"; */
  content: "";
}

#tel-time-modal2::before {
  /* content: "12/28(月)～1/3(日）"; */
  content: "";
}
#tel-time-modal3::before {
  font-weight: 400;
  font-size: 14px;
  /* content: "※休業期間にいただいたお問い合わせにつきましては、1月4日（月）以降、順次対応させていただきます。"; */
  content: "";
}

html {
  scroll-behavior: smooth;
  line-height: 1.5;
}

body {
  /* font-family: 'Noto Sans JP', sans-serif !important; */
  letter-spacing: .1rem;
}


small {
  font-weight: unset !important;
  color: inherit !important;
}

.p-header__in {
  background-color: transparent;
}

.p-trigger {
  position: absolute;
}

.p-pcMenu__icon {
  fill: #fff;
}

.p-spMenu {
  background-color: rgba(0, 0, 0, .8);
  margin-top: 46px;
  top: 43px;
}

.p-spMenu__item>a {
  color: #fff;
}

.p-spMenu__icon {
  fill: #fff;
}

.p-spMenu__title {
  background-color: #fff;
  color: #000;
}

.p-header {
  position: relative;
}

.l-main {
  padding-top: 0 !important;
}

.p-header::after {
  background-color: transparent;
}

.company-logo-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px;
  background-color: #fff;
}

.company-logo {
  font-size: 30px;
  line-height: 1.2;
}

.company-logo img {
  max-width: 90%;
  max-height: 30px;
}

.main-visual-wrapper {
  height: 320px;
  background-repeat: no-repeat;
  position: relative;
}

.main-visual-inner {
  height: 320px;
  padding: 50px 0;
}

.main-visual-title {
  height: 100px;
  font-size: 32px;
  text-align: center;
  padding-bottom: 10px;
}

.main-visual-text {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}

.main-visual-text .lead {
  font-size: 32px;
  font-weight: 400;
}

.main-visual-text.pre-regist,
.main-visual-text.stop {
  font-size: 16px;
}

.entry-btn {
  display: block;
  position: relative;
  width: 72%;
  max-width: 400px;
  padding: 20px 20px;
  margin: 0 auto;
  border-radius: 53px;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.entry-btn::after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  font-weight: 400;
  right: 15px;
}

.entry-btn.stop {
  pointer-events: none;
  opacity: .5;
}
#bottomEntryBtn.stop {
  pointer-events: none;
  background-color: #000;
  color: #fff;
}
#bottomEntryBtn.stop::after {
  content: '';
}

.tel-btn {
  text-align: center;
}

.entry-btn.tel-btn:not(.business-hours) {
  opacity: .2;
  filter: grayscale(1);
  pointer-events: none;
}

.tel-btn.bottom-btn.bottom-btn2:not(.js-modal-open) {
  display: none;
}

.tel-btn.bottom-btn.bottom-btn2.js-modal-open {
  display: block;
  filter: grayscale(1);
}

.tel-btn.bottom-btn.bottom-btn2.business-hours:not(.js-modal-open) {
  display: block;
}

.tel-btn.bottom-btn.bottom-btn2.js-modal-open.business-hours {
  display: none;
}

.entry-btn.stop::after,
.entry-btn.tel-btn::after {
  content: "";
}

#bottomEntryBtn {
  position: relative;
}

#bottomEntryBtn::after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  font-weight: 400;
  right: 15px;
}

#bottomTelBtn {
  border: unset;
}

.large-entry-btn,
.modal-entry-btn {
  margin-top: 10px;
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .3)
}

.large-entry-btn:hover,
.modal-entry-btn:hover {
  box-shadow: none
}

.large-entry-btn-text {
  font-size: 14px;
  text-align: center;
}

.modal-entry-btn {
  background-color: #fff;
  color: #000;
}

#entryBtn2 {
  margin-bottom: 92px;
}

.top-salary-wrapper {
  position: relative;
  z-index: 10;
  margin-top: -15px;
  margin-bottom: 30px;
}

.top-salary-inner {
  width: 92%;
  max-width: 515px;
  margin: 0 auto;
  padding: 18px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .16)
}

.top-salary-list {
  display: flex;
  justify-content: space-between;
}

.anchor-btn-wrapper {
  margin: 1rem 0;
}

.anchor-btn-inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.anchor-btn-box {
  position: relative;
  margin: 10px 0;
  padding: 12px 16px;
  font-size: 16px;
}

.anchor-btn {
  display: block;
}

.anchor-btn:hover {
  text-decoration: none;
}

.anchor-btn::after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  content: '\f078';
  font-weight: 400;
  right: 15px;
}

.content-wrapper-anchor {
  margin-bottom: 50px;
}

.content-wrapper {
  margin: 20px auto 92px;
}

.content-title-wrapper {
  text-align: center;
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.content-title {
  margin: 15px 0;
  background-image: url();
  font-weight: 600;
}

.content-title.eng {
  font-size: 14px;
}

.content-title.jp {
  font-size: 28px;
  margin-bottom: 56px;
}

.content-description-title {
  font-size: 18px;
}

.content-description {
  margin: 56px 0;
  font-size: 14px;
}

.content-step {
  width: 100%;
}

.content-step-title-wrapper {
  padding: 16px;
  text-align: center;
  font-weight: 600;
}

.content-step-number {
  font-size: 32px;
}

.content-step-title,
.content-step-number small {
  font-size: 18px;
}

.content-step-description {
  text-align: center;
  padding: 24px;
}

.content-step-description img {
  height: 70px;
  padding-bottom: 20px;
}

.content-step-text {
  text-align: left;
  font-size: 14px;
}

.content-hide.collapse:not(.show) {
  position: relative;
  display: block;
  height: 150px;
  overflow-y: hidden;
}

.content-hide.collapse:not(.show)::before {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.75) 75%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.75) 75%, #fff 100%);
  content: "";
}

.content-hide.collapse.show {
  height: auto;
}

.content-hide.collapse.show::before {
  display: none;
}

.content-jobdescription-wrapper.content-hide.collapse:not(.show) {
  height: 150px;
}

a.accordion-btn {
  display: inline-block;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  /* text-align: center; */
  margin-top: 20px;
  transition: 300ms;
}

a.accordion-btn[aria-expanded="true"] {
  transform: rotate(180deg);
  transition: 300ms;
}

a.accordion-btn i {
  position: relative;
  right: -1px;
  font-weight: 400;
}

.content-img {
  padding-right: 0;
  padding-left: 0;
}

.content-img video {
  width: 100%;
}

.content-img-text {
  margin: 15px 0;
  font-size: 14px;
}

.content-img-text-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.content-subtitle-wrapper {
  text-align: center;
  margin: 70px 0 30px;
  position: relative;
}

.content-subtitle {
  font-size: 18px;
  font-weight: 600;
}

.content-subtitle::after {
  position: absolute;
  content: "";
  width: 45px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #707070;
}

.content-salary-example-wrapper {
  margin: 50px 0;
}

.content-salary-example-title-wrapper {
  margin: 10px 0;
  text-align: center;
  font-weight: 600;
}

.content-salary-example-title {
  font-size: 18px;
}

.content-salary-example-amount {
  font-size: 32px;
}

.content-salary-example-table-wrapper {
  margin: 10px auto;
  max-width: 456px;
}

.content-salary-example-table-title {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.content-salary-example-table {
  width: 100%;
}

.content-salary-example-table.collapse:not(.show) {
  height: 70px;
}

.content-salary-example-table td, .content-salary-example-table th{
  width: 33%;
  padding: 10px;
  font-size: 14px;
}

.content-salary-example-table td.table-text-large {
  font-size: 18px;
  font-weight: 600;
}

.swiper-video-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  padding-bottom: 30px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  top: inherit;
  bottom: 0px;
  color: #707070;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 50%;
}

.swiper-button-prev {
  right: 60px;
  left: auto;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 16px;
}

.swiper-button-prev::after {
  content: '\f053';
}

.swiper-button-next::after {
  content: '\f054';
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  width: auto;
}

.swiper-pagination-bullet {
  height: 5px;
  width: 30px;
  border-radius: 0;
}

.content-dormitory-facility {
  width: 25%;
  text-align: center;
  margin: 5px 0;
}

.content-dormitory-facility.none {
  opacity: .3;
}

.content-dormitory-facility-icon-wrapper {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 5px auto;
}

.content-dormitory-facility-icon {
  width: 35px;
}

.content-dormitory-facility-text {
  font-size: 14px;
}

.content-dormitory-facility-comment {
  font-size: 12px;
  margin: 10px 0;
}

.content-jobdescription-wrapper {
  margin: 56px 0;
}

.content-jobdescription-title {
  padding-top: 28px;
  padding-bottom: 21px;
  border-top: 2px solid #707070;
  font-size: 16px;
}

.content-jobdescription-text {
  padding-bottom: 28px;
  font-size: 14px;
  /* margin-right: 0;
  margin-left: 0; */
}

.content-jobdescription-wrapper .content-jobdescription-text:last-child {
  border-bottom: 2px solid #707070;
}

.content-jobdescription-maplink {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 32px;
  margin-bottom: 8px;
}

.content-jobdescription-maplink-wrapper {
  margin-bottom: 16px;
  margin-right: 0;
  margin-left: 0;
}

.content-voice-wrapper {
  margin: auto;
  padding: 28px 0;
  border-top: 2px solid #707070;
}

#voice .content-voice-wrapper:last-child {
  border-bottom: 2px solid #707070;
}

.content-voice-img {
  text-align: center;
}

.content-voice-img img {
  width: 100px;
  border-radius: 50%;
}

.content-voice-employee-name {
  font-size: 24px;
  font-weight: 600;
}

.content-voice-employee-text {
  font-size: 12px;
}

.content-description-text-wrapper {
  margin: 12px 0;
}

.content-description-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.content-description-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.faq-wrapper {
  font-size: 14px;
  border-top: 2px solid #707070;
}

#faq .faq-wrapper:last-child {
  border-bottom: 2px solid #707070;
}

.faq-question {
  display: block;
  position: relative;
  padding: 20px 30px 20px 0;
}

.faq-question::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: 300ms;
}

a.faq-question[aria-expanded="true"]::after {
  content: "\f068";
  transition: 300ms;
}

.faq-answer {
  padding: 20px 30px 20px 0;
}

.tokuten-wrapper {
  padding: 20px;
}

.tokuten-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 18px 50px 18px 24px;
  margin: 10px auto;
  border-radius: 50px;
}

.tokuten-btn::after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  font-weight: 400;
  right: 15px;
}

.sns-wrapper {
  width: 50%;
  max-width: 300px;
  margin: auto;
  padding-bottom: 30px;
}

.sns-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.sns-title.mt-5 {
  margin-bottom: 18px;
}

.sns-link {
  font-size: 32px;
}

.sns-link-line,
.sns-link-line:hover,
.sns-link-line:focus,
.sns-link-line:active {
  color: #00B900;
}

.sns-link-twitter,
.sns-link-twitter:hover,
.sns-link-twitter:focus,
.sns-link-twitter:active {
  color: #1DA1F2;
}

.sns-link-fb,
.sns-link-fb:hover,
.sns-link-fb:focus,
.sns-link-fb:active {
  color: #1877F2;
}

.tel-time {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

a.btn--circle {
  width: 30px;
  height: 30px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a.btn--circle2 {
  width: 60px;
  height: 60px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a.btn--circle i {
  font-size: 10px;
  line-height: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0;
}

a.btn--circle2 i {
  font-size: 20px;
  line-height: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0;
}

a.btn--circle:hover i {
  line-height: 35px;
}

a.btn--circle2:hover i {
  line-height: 55px;
}

.btn-top {
  position: fixed;
  bottom: 80px;
  right: 8px;
  z-index: 50;
  text-align: center;
}

.btn-top2 {
  position: fixed;
  bottom: 45px;
  right: 15px;
  z-index: 50;
  text-align: center;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 300ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.bottom-btn-wrapper {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  z-index: 10;
}

.bottom-btn-wrapper2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  z-index: 10;
}

.bottom-btn {
  display: block;
  flex-basis: 50%;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 55px;
  padding: 4px 8px 8px 16px;
  overflow: hidden;
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, .3);
}

.bottom-btn:hover {
  box-shadow: none;
}

.tel-btn.bottom-btn {
  text-align: center;
  border-radius: 10px 0 0 0;
}

.bottom-btn:not(.tel-btn) {
  border-radius: 0 10px 0 0;
}

.bottom-btn2 {
  display: block;
  flex-basis: 50%;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 55px;
  padding: 4px 8px 8px 16px;
  overflow: hidden;
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, .3);
}

.bottom-btn,
.bottom-btn:focus,
.bottom-btn:hover,
.bottom-btn:active {
  color: #fff;
}

.bottom-btn2:hover {
  box-shadow: none;
}

.tel-btn.bottom-btn2 {
  text-align: center;
  border-radius: 10px 0 0 0;
}

.bottom-btn2:not(.tel-btn) {
  border-radius: 10px 10px 0 0;
}

.bottom-btn2,
.bottom-btn2:focus,
.bottom-btn2:hover,
.bottom-btn2:active {
  color: #fff;
}

.modal-lp {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal-open {
  display: block;
  transition: 3s;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__content {
  background: rgba(0, 0, 0, .8);
  height: 100vh;
  position: absolute;
  width: 100%;
  color: #fff;
  left: 50%;
  padding: 100px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

a.js-modal-close {
  position: absolute;
  display: inline-block;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  /* text-align: center; */
  top: 10px;
  right: 10px;
}

a.js-modal-close i {
  position: relative;
  left: 1px;
}

.lp-modal-title {
  font-size: 16px;
  font-weight: 600;
}

.lp-modal-text {
  font-size: 24px;
  font-weight: 600;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}


@media screen and (min-width:768px) {
  .p-header {
    height: 50px;
  }

  .p-header__in {
    background-color: inherit;
  }

  .main-visual-wrapper {
    height: 480px;
    background-size: 100%;
  }

  .main-visual-inner {
    height: 480px;
    padding: 100px 0;
  }

  .main-visual-title {
    font-size: 48px;
    height: 150px;
  }

  .main-visual-text {
    font-size: 30px;
  }

  .main-visual-text .lead {
    font-size: 48px;
  }

  .main-visual-text.pre-regist,
  .main-visual-text.stop {
    font-size: 24px;
  }

  .entry-btn {
    padding-left: 50px;
  }

  .tel-btn {
    padding: 15px;
  }

  .content-title.eng {
    font-size: 18px;
  }

  .content-title.jp {
    font-size: 42px;
  }

  .content-subtitle {
    font-size: 27px;
  }

  .content-description {
    font-size: 21px;
  }

  .content-step {
    width: 50%;
  }

  .content-step-number {
    font-size: 48px;
  }

  .content-step-title,
  .content-step-number small {
    font-size: 27px;
  }

  .content-step-text {
    font-size: 21px;
  }

  .content-img {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content-img-text {
    margin: inherit;
    font-size: 21px;
  }

  .content-img-text-title {
    font-size: 27px;
    margin-bottom: 28px;
  }

  .content-salary-example-title {
    font-size: 27px;
  }

  .content-salary-example-amount {
    font-size: 40px;
  }

  .content-salary-example-table-title {
    font-size: 21px;
  }

  .content-salary-example-table td, .content-salary-example-table th {
    font-size: 21px;
    padding: 15px 20px;
  }

  .content-salary-example-table td.table-text-large {
    font-size: 24px;
  }

  .content-dormitory-facility-icon-wrapper {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }

  .content-dormitory-facility-icon {
    width: 50px;
  }

  .content-dormitory-facility-text {
    font-size: 21px;
  }

  .content-dormitory-facility-comment {
    font-size: 16px;
  }

  .content-jobdescription-title {
    font-size: 24px;
  }

  .content-jobdescription-text {
    font-size: 21px;
  }

  .content-jobdescription-maplink-wrapper {
    margin-bottom: 20px;
  }

  .content-voice-wrapper {
    border-top: none;
  }

  #voice .content-voice-wrapper:last-child {
    border-bottom: none;
  }

  .content-voice-img img {
    width: 150px;
  }

  .content-voice-employee-name {
    font-size: 36px;
  }

  .content-voice-employee-text {
    font-size: 18px;
  }

  .content-description-text-wrapper {
    margin: 18px 0;
  }

  .content-description-title {
    font-size: 24px;
    font-weight: 600;
  }

  .content-description-text {
    font-size: 21px;
  }

  .faq-wrapper {
    font-size: 21px;
    padding: 40px;
  }

  .faq-question::after {
    font-size: 36px;
  }

  .faq-answer {
    padding-top: 40px;
  }

  .tokuten-btn {
    font-size: 24px;
    padding: 27px;
  }

  .tokuten-btn {
    font-size: 24px;
    padding: 18px 70px 18px 24px;
  }

  .sns-title {
    font-size: 27px;
  }

  .sns-link {
    font-size: 48px;
  }

  .tel-time {
    font-size: 18px;
  }

  a.btn--circle {
    width: 45px;
    height: 45px;
  }
	
  a.btn--circle2 {
    width: 60px;
    height: 60px;
  }

  a.btn--circle i {
    font-size: 15px;
    line-height: 45px;
  }

  a.btn--circle2 i {
    font-size: 20px;
    line-height: 60px;
  }

  a.btn--circle:hover i {
    line-height: 40px;
  }

  a.btn--circle2:hover i {
    line-height: 55px;
  }

  .btn-top {
    bottom: 8px;
  }

  .btn-top2 {
    bottom: 3rem;
	right: 3rem;
  }

  .bottom-btn-wrapper {
    width: 550px;
    left: 0;
    right: 0;
    margin: auto;
  }
	
  .bottom-btn-wrapper2 {
    width: 550px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .bottom-btn {
    flex-basis: 100%;
    font-size: 24px;
    padding: 5px 30px
  }

  .bottom-btn:not(.tel-btn) {
    border-radius: 10px 10px 0 0;
  }
}


@media screen and (min-width:992px) {
  .content-dormitory-facility {
    width: 12.5%;
  }

  .content-title-wrapper {
    background-size: contain;
  }
}



/* ロゴヘッダー */
.p-header__title {
  width: min(200px,40vw);
}

.p-header__title>a img {
  display: block;
  width: 100%;
  height: auto;
}

/* ロゴフッター */

@media only screen and (min-width: 768px) {
  .l-main {
    min-height: calc( 100% - 350px);
    padding-top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main {
    min-height: calc( 100% - 200px);
    padding-top: 43px;
  }
}

@media only screen and (min-width: 768px) {
  .p-footer {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .p-footer__title {
    width: 110px;
    margin: 0 auto 30px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__title {
    width: 80px;
    margin: 0 auto 15px;
    padding-top: 8px;
  }
}
.p-footer__title a {
  display: block;
}

img {
  max-width: 100%;
}


/* フッター追記 */
.footer-link-area {list-style: none;font-size: 1.15rem;text-align: center;padding: 0!important}
.footer-link {display: inline}
.footer-link-area .footer-link::after {content: "｜"}
.footer-link-area .footer-link:last-child::after {content:""}
.copyright-area {font-size: .75rem;padding: .25rem 0;}