﻿body {
  position: relative;
  background: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese",
    "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.04rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 0;
  }
}
a {
  display: inline-block;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #4d4dff;
  text-decoration: underline;
}
.container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    width: 750px;
    margin: 0 auto;
  }
}
.mb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.inquiry {
  margin-top: 50px;
  margin-bottom: 50px;
}
.pageTop {
  position: fixed;
  right: 2%;
  bottom: 8%;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .pageTop {
    right: 3%;
    bottom: 10%;
    width: 96px;
    height: 96px;
  }
}
.pageTop > a {
  display: block;
  border-radius: 50%;
}
.header {
  padding: 0 0 4px;
  background: #553111;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .header {
    width: 750px;
    margin: 0 auto;
  }
}
.header__title {
  color: #eeeeee;
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header__title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.footer {
  padding: 20px 0;
  background: #553111;
}
.footer-text {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.footer .copyright {
  text-align: center;
}
.footer .copyright > a {
  color: #fff;
  letter-spacing: 0.2rem;
}
.firstView {
  padding-bottom: 10px;
  background: #efe8d3;
}
@media screen and (min-width: 769px) {
  .firstView {
    width: 750px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .firstView {
    padding-bottom: 25px;
  }
}
.firstView .keyVisual {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .firstView .keyVisual {
    margin-bottom: 20px;
  }
}
.firstView .keyTitle {
  padding: 10px 0;
  background: #caba89;
  text-align: center;
}
.firstView .keyTitle__text {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .firstView .keyTitle__text {
    width: 666px;
  }
}
.section {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 40px 0;
  }
}
.sectionTitle {
  margin-bottom: 20px;
  padding: 20px 0;
  background: #ffffff;
  text-align: center;
}
.sectionTitle__img {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sectionTitle .title--dekasegi,
  .sectionTitle .title--salary,
  .sectionTitle .title--guarantee,
  .sectionTitle .title--group,
  .sectionTitle .title--preparation,
  .sectionTitle .title--room,
  .sectionTitle .title--transport,
  .sectionTitle .title--dorm,
  .sectionTitle .title--inquiries,
  .sectionTitle .title--voice,
  .sectionTitle .title--holyday,
  .sectionTitle .title--faq {
    width: auto !important;
    height: auto !important;
  }
}
.sectionTitle .title--dekasegi {
  width: 313.5px;
}
.sectionTitle .title--salary {
  width: 191.5px;
}
.sectionTitle .title--guarantee {
  width: 180px;
}
.sectionTitle .title--group {
  width: 364px;
}
.sectionTitle .title--preparation {
  width: 177.5px;
}
.sectionTitle .title--room {
  width: 329px;
}
.sectionTitle .title--transport {
  width: 177px;
}
.sectionTitle .title--dorm {
  width: 266px;
}
.sectionTitle .title--inquiries {
  width: 239.5px;
}
.sectionTitle .title--voice {
  width: 198px;
}
.sectionTitle .title--holyday {
  width: 224px;
}
.sectionTitle .title--faq {
  width: 198px;
}
.sectionText {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .sectionText {
    width: 98%;
    margin: 0 auto 20px;
  }
}
.section .subTitle {
  margin-bottom: 20px;
  padding: 10px 0 10px 6px;
  background: #ffffff;
  border-left: solid 4px #6c5bee;
}
.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .list {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}
.list__item {
  width: 49%;
  margin-bottom: 20px;
}
.list__detail {
  text-align: center;
  line-height: 1.4;
}
.salary .sectionText:nth-of-type(1) {
  margin-bottom: 20px;
}
.guarantee__item:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .guaranteeAnother {
    width: 710px;
    margin: 0 auto;
  }
}
.guaranteeAnother__item {
  margin-bottom: 20px;
}
.guaranteeAnother__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .inquiriesWrap {
    width: 98%;
    margin: 0 auto 40px;
  }
}
.inquiriesTitle {
  margin-bottom: 20px;
}
.inquiriesDetail {
  padding: 10px;
}
.inquiriesDetail__item {
  padding: 10px;
  background: #ffffff;
}
.inquiriesDetail__text {
  line-height: 2;
}
.inquiriesBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inquiriesBtn__item {
  margin-right: auto;
  margin-left: auto;
}
.inquiriesBtn--line {
  width: 224px;
  height: 47px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .inquiriesBtn--line {
    width: auto;
    height: auto;
  }
}
.inquiriesBtn--mail {
  width: 200px;
  height: 39px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .inquiriesBtn--mail {
    width: auto;
    height: auto;
  }
}
.inquiriesBtn--tel {
  width: 157px;
  height: 51px;
}
@media screen and (min-width: 768px) {
  .inquiriesBtn--tel {
    width: auto;
    height: auto;
  }
}
.inquiries--line {
  background: #4ecd00;
}
@media screen and (min-width: 768px) {
  .inquiries--line {
    margin-bottom: 20px;
  }
}
.inquiries--mail {
  background: #65dbe9;
}
@media screen and (min-width: 768px) {
  .inquiries--mail {
    margin-bottom: 20px;
  }
}
.inquiries--tel {
  background: #fe9900;
}
@media screen and (min-width: 768px) {
  .inquiries--tel {
    margin-bottom: 20px;
  }
}
.holyday .list + .sectionText {
  margin-bottom: 10px;
}
.holyday .list__item {
  margin-bottom: 0;
}
.quessionsWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .quessionsWrap {
    width: 98%;
    margin: 0 auto 40px;
  }
}
.quessionsWrap .pickup--bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #c1b5ff));
  background: -webkit-linear-gradient(transparent 40%, #c1b5ff 40%);
  background: linear-gradient(transparent 40%, #c1b5ff 40%);
}
.quessionsIcon,
.quessionsText {
  margin-bottom: 20px;
}
.quessionsIcon {
  width: 10%;
  text-align: center;
}
.quessionsIcon:nth-of-type(1) {
  margin-right: 2%;
}
.quessionsIcon:nth-of-type(4) {
  margin-left: 2%;
}
.quessionsText {
  width: 88%;
  padding: 16px 10px;
  background: #ffffff;
  line-height: 1.5;
  border-radius: 10px;
}
.quessions__item:nth-of-type(2) {
  background: #dfffe9;
}
.quessions__item:nth-of-type(3) {
  background: #fffbb6;
}

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