/* --------------------------------------------------
  common
-------------------------------------------------- */
@media screen and (min-width: 640px) {
  section {
    padding: 3.5em 0;
  }
}

.catch {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.77;
  text-align: center;
}

.guide {
  border: 1px solid #D7E0E3;
  padding: 18px;
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 18px;
    margin: 42px 0 0;
  }
}
.guide__ttl {
  text-align: center;
  color: #fff;
  background: #102942;
  max-width: 300px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .guide__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100px;
    width: 30%;
    margin: 0;
  }
}
.guide__img {
  max-width: 277px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .guide__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 18px;
    width: 30%;
  }
}
.guide__body {
  margin: 15px 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .guide__body {
    margin: 0 0 0 32px;
    text-align: left;
  }
}
.guide__body .txtLink {
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .guide__txt {
    text-align: left;
  }
}

/* --------------------------------------------------
  mv
-------------------------------------------------- */
.mv .breadCrumb {
  position: initial;
}
.mv .breadCrumb__list {
  text-align: left;
}
.mv__ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .mv__ttl {
    font-size: 4.4rem;
    margin-top: 48px;
  }
}
.mv__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.mv__img li {
  max-width: 542px;
  width: 99%;
}
.mv__img li:nth-child(n+2) {
  margin-left: 3px;
}
.mv__link {
  background: #F5F5F3;
  padding: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .mv__link {
    padding: 14px 18px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.mv__link li:nth-child(n+2) {
  margin-left: 16px;
}
@media screen and (min-width: 640px) {
  .mv__link li:nth-child(n+2) {
    margin-left: 32px;
  }
}
.mv__link li a {
  color: #102942;
  font-size: 1.2rem;
  padding: 4px 14px 4px 0;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .mv__link li a {
    display: block;
    font-size: 1.6rem;
    padding: 4px 18px 4px 0;
  }
}
.mv__link li a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 40%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #102942;
  border-bottom: 1px solid #102942;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 640px) {
  .mv__link li a::after {
    width: 10px;
    height: 10px;
  }
}

/* --------------------------------------------------
  about
-------------------------------------------------- */
.about .secBottom {
  margin-top: 2em;
}
.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px auto 64px;
  max-width: 280px;
}
@media screen and (min-width: 640px) {
  .about__list {
    margin: 38px auto 64px;
    max-width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .about__list {
    max-width: 100%;
  }
}
.about__item {
  text-align: center;
  border-radius: 50%;
  background: rgba(229, 238, 242, 0.93);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 280px;
}
@media screen and (min-width: 1024px) {
  .about__item {
    width: 352px;
    height: 352px;
  }
}
.about__item:nth-child(1) {
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 640px) {
  .about__item:nth-child(1) {
    margin: 15px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .about__item:nth-child(1) {
    margin: 0;
  }
}
.about__item:nth-child(2) {
  background: #D9E2E5;
  margin: 30px 0 0;
}
@media screen and (min-width: 640px) {
  .about__item:nth-child(2) {
    margin: 15px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .about__item:nth-child(2) {
    margin: 0 -64px;
  }
}
.about__item:nth-child(3) {
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
  margin: 30px 0 0;
}
@media screen and (min-width: 640px) {
  .about__item:nth-child(3) {
    margin: 15px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .about__item:nth-child(3) {
    margin: 0;
  }
}
.about__item__inner {
  padding-bottom: 4em;
}
.about__item__ttl {
  color: #102942;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .about__item__ttl {
    font-size: 2.6rem;
  }
}
.about__item__ttl::after {
  position: absolute;
  content: "";
  width: 96px;
  height: 2px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #102942;
}
.about__item__img {
  position: absolute;
  width: 140px;
  height: 100px;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .about__item__img {
    width: 156px;
    height: 111px;
  }
}

/* --------------------------------------------------
  merit
-------------------------------------------------- */
.merit {
  background: #F5F5F3;
}
.merit__wrap {
  background: #fff;
  margin: 32px 0;
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .merit__wrap {
    padding: 24px 5% 16px;
  }
}
.merit__list {
  margin: 24px 0 0;
}
@media screen and (min-width: 640px) {
  .merit__list {
    margin: 50px 0 0;
  }
}
.merit__item {
  margin-bottom: 2em;
}
@media screen and (min-width: 640px) {
  .merit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.merit__item__ttl {
  background: #E5EEF2;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  position: relative;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .merit__item__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 225px;
    margin-right: 40px;
    padding: 20px 0px 35px 15px;
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .merit__item__ttl {
    font-size: 2rem;
    margin-right: 56px;
    max-width: 285px;
    padding: 20px 5px 28px 18px;
  }
}
@media screen and (min-width: 640px) {
  .merit__item__ttl::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #E5EEF2;
    border-width: 41.5px 0px 41.5px 24px;
    top: 0;
    left: 100%;
  }
}
.merit__item__txt {
  padding-right: 20px;
}

/* --------------------------------------------------
  point
-------------------------------------------------- */
.point .secTtlSub {
  margin-bottom: 2em;
}
.point__list {
  margin-top: 48px;
}
@media screen and (min-width: 640px) {
  .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.point__item {
  text-align: center;
  max-width: 314px;
  margin: 0 auto 32px;
}
@media screen and (min-width: 640px) {
  .point__item {
    width: 31.5%;
    margin: 0 0 72px;
  }
}
.point__item__img {
  max-width: 90px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 640px) {
  .point__item__img {
    max-width: 115px;
    margin: 0 auto 30px;
  }
}
.point__item__ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.2em;
}

/* --------------------------------------------------
  scene
-------------------------------------------------- */
.scene {
  background: #F5F5F3;
}
.scene__wrap {
  background: #fff;
  margin: 32px 0;
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .scene__wrap {
    padding: 40px 7%;
  }
}
.scene__list {
  margin: 32px 0;
}
.scene__item {
  border-top: 1px solid #D7E0E3;
  padding: 14px 0;
}
@media screen and (min-width: 640px) {
  .scene__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.scene__item:last-child {
  border-bottom: 1px solid #D7E0E3;
}
.scene__item__img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .scene__item__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 236px;
    width: 30%;
    margin: 0;
  }
}
.scene__item__img img {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .scene__item__body {
    margin-left: 4.5%;
  }
}
.scene__item__ttl {
  font-size: 2rem;
  font-weight: 600;
  margin: 0.5em 0;
}

/* --------------------------------------------------
  check
-------------------------------------------------- */
.check {
  overflow-x: hidden;
}
@media screen and (min-width: 640px) {
  .check {
    padding: 5em 0 0;
  }
}
.check__wrap {
  background: #E5EEF2;
  padding: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .check__wrap {
    padding: 30px 65px 40px;
  }
}
.check__wrap::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 100%;
  background: #E5EEF2;
  left: 100%;
  top: 0;
  z-index: -1;
}
.check__inner {
  padding-left: 24px;
  border-left: 1px solid #102942;
  margin-left: 5px;
}
@media screen and (min-width: 640px) {
  .check__inner {
    padding-left: 54px;
  }
}
.check__ttl {
  color: #102942;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 640px) {
  .check__ttl {
    font-size: 2.8rem;
  }
}
.check__txt {
  margin-top: 16px;
  max-width: 632px;
}
.check__info {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .check__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .check__info .check__list:nth-child(n+2) {
    margin-left: 40px;
  }
}
.check__list li {
  padding: 4px 0 4px 24px;
  background: url(/assets/img/common/icn_check_navy.svg) no-repeat left 0px top 12px/16px;
}
@media screen and (min-width: 640px) {
  .check__list li {
    padding: 8px 0 8px 45px;
    background: url(/assets/img/common/icn_check_navy.svg) no-repeat left 10px top 16px/19px;
  }
}

/* --------------------------------------------------
  document
-------------------------------------------------- */
.downloads__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .downloads__list {
    margin-top: 72px;
  }
}
@media screen and (max-width: 639px) {
  .downloads__item {
    width: 48%;
    margin-bottom: 40px;
  }
  .downloads__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .downloads__item {
    width: 31%;
    margin-bottom: 56px;
  }
  .downloads__item:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
}
@media screen and (min-width: 1024px) {
  .downloads__item {
    max-width: 236px;
    width: 21.7%;
    margin-bottom: 72px;
  }
  .downloads__item:not(:nth-child(4n)) {
    margin-right: 4.4%;
  }
}
.downloads__item__img {
  margin: 0 0 14px;
}
.downloads__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 236/169;
}
.downloads__item__cat {
  color: #102942;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0 0 0 6px;
  margin: 0 0 10px;
  border-left: 4px solid #102942;
}
@media screen and (min-width: 640px) {
  .downloads__item__cat {
    font-size: 1.4rem;
  }
}
.downloads__item__ttl {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media screen and (min-width: 640px) {
  .downloads__item__ttl {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
}
.downloads__item__btn {
  color: #102942;
  font-size: 1.4rem;
  font-weight: 600;
  border: 2px solid #102942;
  text-align: center;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .downloads__item__btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .downloads__item__btn {
    font-size: 2rem;
    padding: 15px;
  }
  .downloads__item__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 639px) {
  .downloads__item__btn .btn--inline {
    background-size: 16px;
    padding-right: 24px;
  }
}
/*# sourceMappingURL=residential-training.css.map */