/* ------------------------------------- */
/* lower-mv
/* ------------------------------------- */
.lower-mv-bg.recruit {
  background: url(/img/recruit/bg-recruit.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 600px) {
  .lower-mv-bg.recruit {
    background: url(/img/recruit/sp/bg-recruit_sp.jpg) no-repeat center center/cover;
  }
}
/* ------------------------------------- */
/* intro
/* ------------------------------------- */
.intro-inner {
  max-width: 1000px;
}
.intro-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.intro-wrapper figure {
  width: 32%;
}
.intro-info {
  width: 56%;
}
.intro-title {
  font-weight: 500;
  font-size: 4rem;
}
.intro-text {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 600px) {
  .intro-inner {
    max-width: 100%;
  }
  .intro-wrapper {
    flex-direction: column-reverse;
  }
  .intro-wrapper figure {
    width: 100%;
    margin-top: 50px;
  }
  .intro-info {
    width: 100%;
  }
  .intro-title {
    font-size: 3rem;
  }
}
/* ------------------------------------- */
/* recruit
/* ------------------------------------- */
.recruit.operator .inner {
  padding-bottom: 160px;
  border-bottom: solid 1px #ccc;
}
.recruit-inner {
  max-width: 1000px;
}
.recruit dl {
  max-width: 830px;
  margin: 80px auto 0;
}
.recruit dl .recruit-item {
  display: flex;
  position: relative;
  align-items: center;
  padding: 30px 0;
  border-top: solid 1px #e8eced;
}
.recruit dl .recruit-item::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 185px;
  height: 1px;
  background-color: #cccccc;
  content: "";
}
.recruit dl .recruit-item dt {
  width: 22%;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.recruit dl .recruit-item dd {
  width: 78%;
  line-height: 1.5;
  padding: 0 20px 0 73px;
}
.recruit dl .recruit-item dd li {
  padding-left: 1.4rem;
  line-height: 1.7;
  text-indent: -1.4rem;
}
.recruit dl .recruit-item dd span.strong {
  font-weight: 700;
}
.recruit dl .recruit-item dd p.notice {
  padding-left: 1.2rem;
  font-size: 1.2rem;
  text-indent: -1.2rem;
}
.recruit dl .recruit-item dd .address-area {
  margin: 18px 0;
  padding: 15px;
  background-color: #f8f8f8;
}
.recruit dl .recruit-item dd .address-area p {
  line-height: 1.7;
}
.recruit dl .recruit-item:last-child {
  position: relative;
  align-items: flex-start;
  border-bottom: solid 1px #e8eced;
}
.recruit dl .recruit-item:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 185px;
  height: 1px;
  background-color: #cccccc;
  content: "";
}
.recruit-button-area {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.recruit-button {
  width: 250px;
}
.recruit-button a {
  padding: 16px 0;
}
.recruit-button.to-form {
  margin-left: 60px;
}
.recruit-button.to-form a {
  background-color: #e8eced;
}

@media screen and (max-width: 600px) {
  .recruit.operator .inner {
    padding-bottom: 0;
    border-bottom: none;
  }
  .recruit-inner {
    max-width: 100%;
  }
  .recruit dl {
    max-width: 100%;
    margin: 50 auto 0;
  }
  .recruit dl .recruit-item {
    display: block;
    padding: 0;
    border-top: solid 1px #ccc;
  }
  .recruit dl .recruit-item::before {
    display: none;
  }
  .recruit dl .recruit-item dt {
    width: 100%;
    padding: 30px 0;
    background-color: #f6f7f8;
    text-align: center;
  }
  .recruit dl .recruit-item dd {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
  .recruit dl .recruit-item:last-child {
    border-bottom: solid 2px #ccc;
  }
  .recruit dl .recruit-item:last-child::after {
    display: none;
  }
  .recruit-button-area {
    flex-direction: column;
    padding-bottom: 100px;
    border-bottom: solid 1px #ccc;
  }
  .recruit-button {
    width: 100%;
  }
  .recruit-button.to-form {
    margin: 30px 0 0 0;
  }
  .recruit.sales .recruit-button-area {
    padding-bottom: 0;
    border-bottom: none;
  }
}
/* ------------------------------------- */
/* tour
/* ------------------------------------- */
.tour .section-bg.tour {
  padding-top: 156px;
}
.tour .section-bg.tour::before {
  height: 789px;
}
.tour-inner {
  max-width: 1000px;
}
.tour-wrapper {
  display: flex;
  justify-content: space-between;
}
.tour-wrapper figure {
  width: 40.5%;
  padding-top: 20px;
}
.tour-info {
  width: 54%;
}
.tour-title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.9;
}
.tour-text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2;
}
.tour-text span {
  font-size: 1.2rem;
}
.tour-button {
  width: 250px;
  margin-top: 62px;
}
.tour-button a {
  padding: 16px 0;
}
.tour .contact {
  margin-top: 70px;
  padding: 60px 40px 45px;
  background-color: #fff;
}
.tour .contact-contents {
  position: relative;
  padding: 57px 0 43px;
  border: solid 1px #ccc;
  text-align: center;
}
.tour .contact-title {
  position: absolute;
  top: -18px;
  left: 50%;
  padding: 0 20px;
  transform: translateX(-50%);
  background-color: #fff;
  font-weight: 500;
  font-size: 3.6rem;
}
.tour .contact-name {
  font-size: 1.6rem;
}
.tour .contact-info {
  margin-top: 36px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
}

@media screen and (max-width: 600px) {
  .tour .section-bg.tour {
    padding-top: 100px;
  }
  .tour .section-bg.tour::before {
    height: 90%;
  }
  .tour-inner {
    max-width: 100%;
  }
  .tour-wrapper {
    flex-direction: column;
  }
  .tour-wrapper figure {
    width: 100%;
    margin-top: 50px;
    padding-top: 0;
  }
  .tour-info {
    width: 100%;
  }
  .tour-title {
    font-size: 2.8rem;
  }
  .tour-text {
    margin-top: 50px;
  }
  .tour-button {
    width: 100%;
    margin-top: 50px;
  }
  .tour .contact {
    margin-top: 66px;
    padding: 60px 20px 0;
  }
  .tour .contact-contents {
    padding: 60px 0 40px;
  }
  .tour .contact-title {
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .tour .contact-info {
    font-size: 1.4rem;
  }
  .tour .contact-info span {
    display: none;
  }
}