@charset "UTF-8";
/* =================================== */
/* SP用スタイル */
/* =================================== */
@media (max-width: 768px) {
  .residents {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
  }
  .residents .inner {
    padding: 0 2.6666vw;
  }
  .residents .section_header {
    margin-bottom: 6.4vw;
  }
  .residents h3 {
    font-size: 4.8vw;
    line-height: 4.8vw;
    font-weight: 300;
    color: #ffffff;
    padding: 4.2666vw 2.6666vw;
    background: #3F3F41;
    margin: 0 0 5.3333vw 0;
  }
  .residents .contents {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw;
    margin-bottom: 10.6666vw;
  }
  .residents .box {
    position: relative;
  }
  .residents .box .photo {
    width: 100%;
    height: 58.6666vw;
  }
  .residents .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .residents .box .text {
    width: 100%;
    font-size: 4.2666vw;
    line-height: 4.2666vw;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    padding: 3.2vw 2.6666vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .residents h4 {
    font-size: 5.3333vw;
    font-weight: 600;
    line-height: 7.4666vw;
    margin: 0 0 5.3333vw 0;
  }
  .residents h4 span {
    color: #E59216;
  }
  .residents .container:not(:last-child) {
    margin-bottom: 10.6666vw;
  }
  .residents .container .photo {
    width: 100%;
    height: 58.6666vw;
    margin-bottom: 5.3333vw;
  }
  .residents .container .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* =================================== */
/* PC用スタイル */
/* =================================== */
@media (min-width: 769px) {
  .residents {
    font-size: 16px;
    line-height: 30px;
  }
  .residents .section_header {
    margin-bottom: 31px;
  }
  .residents h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #ffffff;
    padding: 18px 20px;
    background: #3F3F41;
    margin: 0 0 20px 0;
  }
  .residents .contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
  }
  .residents .box {
    position: relative;
  }
  .residents .box .photo {
    height: 360px;
  }
  .residents .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .residents .box .text {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    padding: 12px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .residents h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
  .residents h4 span {
    color: #E59216;
  }
  .residents .container {
    display: flex;
    justify-content: space-between;
  }
  .residents .container:last-child {
    flex-direction: row-reverse;
  }
  .residents .container:not(:last-child) {
    margin-bottom: 60px;
  }
  .residents .container .photo {
    width: 450px;
  }
  .residents .container .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .residents .container .text {
    width: 522px;
  }
}/*# sourceMappingURL=residents.css.map */