@media screen and (max-width:987px) {

  .header {
    display: flex;
    padding: 9px 11px;
  }

  .header .inner {
    align-items: flex-end;
  }

  .header .nav {
    display: none;
  }

  .header .shares {
    position: relative;
    top: 0;
    right: 0;
  }

  .header .logo .img {
    width: 45vw;
  }

  .shares .btn {
    width: 9vw;
  }

  .shares .btn:not(:last-of-type) {
    margin-right: 1.3vw;
  }

  .shares .btn:last-of-type {
    margin-right: 0;
  }

  .header.-fv .inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header.-fv .logo a {
    display: flex;
    align-items: flex-end;
  }

  .header.-fv .logo a .img {
    width: 10vw;
    height: auto;
  }

  .header.-fv .logo a > span {
    flex-shrink: 0;
    font-size: 1.6rem;
    padding-left: 15px;
  }

  .header.-fv .logo + .shares {
    display: flex;
    align-items: flex-end;
  }


  #nav-drawer {
    display: block;
    position: relative;
    margin-left: 5vw;
  }

  #nav-drawer .img {
    width: 12vw;
  }

  .nav-unshown {
    display: none;
  }

  #nav-open {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    width: 12vw;
    height: 9vw;
    position: relative;
  }

  #nav-open span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #969696;
    border-radius: 10px;
  }

  #nav-open span:nth-of-type(1) {
    top: 0;
  }

  #nav-open span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #nav-open span:nth-of-type(3) {
    bottom: 0;
  }

  #nav-open.active {
    z-index: 99999;
    position: fixed;
    top: 9px;
    right: 11px;
  }

  #nav-open.active span {
    background-color: #fff;
  }

  #nav-open.active span:nth-of-type(1) {
    transform: translateY(4vw) rotate(-45deg);
  }

  #nav-open.active span:nth-of-type(2) {
    opacity: 0;
  }

  #nav-open.active span:nth-of-type(3) {
    transform: translateY(-4vw) rotate(45deg);
  }

  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: #00b2ee;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    padding-top: 20vw;
    text-align: center;
  }

  #nav-content .nav-close {
    width: 9.2vw;
    position: absolute;
    right: 11px;
    top: 9px;
  }

  #nav-content .nav-list .item {
    font-size: 1.4rem;
    list-style: none;
  }

  #nav-content .nav-list .item:not(:last-child) {
    margin-bottom: 10vw;
  }

  #nav-content .nav-list .item .link {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: .3rem;
  }

  #nav-content .item .img {
    width: 2.8rem;
    vertical-align: bottom;
    margin-right: 15px;
  }

  #nav-content .img.-logo {
    width: 7vw;
    position: absolute;
    top: 9px;
    left: 11px;
  }

  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }

  .section.-cards {
    overflow: hidden;
  }

  .section.-cards .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.-cards .card {
    max-width: 268px;
    margin-right: 57px;
  }

  .section.-cards .card .img {
    width: 268px;
  }

  .section.-cards .card .txt-area {
    margin-bottom: 0;
  }

  .section.-cards .cards {
    padding-left: 0;
    padding-right: 0;
  }

  .section.-cards .arrow.-right {
    right: 0;
  }

  .section.-cards .arrow.-left {
    z-index: 999;
    left: 0;
  }

  .section.-cards .slick-dots {
    position: relative;
    bottom: -15px;
  }

  .section.-cards .title {
    margin-bottom: 30px;
  }

  .section.-slider {
    height: 64vw;
    padding-bottom: 90px;
    overflow: hidden;
  }

  .section.-slider .mask {
    width: 100vw;
  }

  .section.-slider .fade {
    width: 92vw;
    height: 64vw;
  }

  .section.-slider .fade .slick-list {
    width: 92vw;
    height: 64vw;
  }

  .catch {
    width: 36%;
    top: 29vw;
    left: 0;
  }

  .section.-slider .fade .slick-arrow {
    display: none !important;
  }

  .section.-slider .fade .slick-slide {
    width: 92vw;
    position: absolute !important;
    height: 64vw !important;
  }

  .section.-slider .slick-track {
    width: 100vw !important;
  }

  .slick-dots {
    bottom: -20px;
  }

  .section.-housing .cards .card {
    width: 46%;
    max-width: 100%;
    padding: 2%;
  }

  .section.-housing .cards .card:nth-child(1),
  .section.-housing .cards .card:nth-child(2) {
    margin-bottom: 20px;
  }

  .section.-housing .cards .card .imgWrapper {
    height: 50vw;
    padding-top: 0;
    justify-content: center;
  }

  .section.-housing .cards .card .imgWrapper > img {
    height: 60px;
  }

  .section.-housing .cards .card .imgWrapper > span {
    margin-top: 25px;
  }

  .section.-housing .cards .card .link {
    max-width: 100%;
  }

  .section.-housing .card .txt {
    font-size: 1.4rem;
    line-height: 1.42;
  }

  .section.-housing.-col3 .cards {
    justify-content: space-between;
    align-items: center;
  }

  .section.-housing.-col3 .cards .card {
    width: 48%;
    height: 50vw;
    margin: 1%;
    padding: 0;
  }

  .section.-housing.-col3 .card span {
    font-size: 1.4rem;
    line-height: 1.42;
    word-break: keep-all;
    margin-top: 15%;
  }

  .section.-housing.-col3 .cards .card img {
    width: auto;
    height: 15vw;
  }

  .section.-topics .inner {
    border-radius: 0;
  }

  .section.-topics .container {
    margin-left: 2%;
    margin-right: 2%;
  }

  .section.-topics .list .item:not(:last-child) {
    margin-bottom: 20px;
  }

  .section.-topics .list .item .link {
    align-items: flex-start;
  }

  .section.-topics .sub-title {
    margin-bottom: 10px;
  }

  .section.-topics .list .item .date {
    font-size: 1.5rem;
  }

  .section.-unoccupied .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .section.-unoccupied .list .item {
    width: 46%;
    padding: 0 2% 0;
  }

  .section.-unoccupied .list .item img {
    width: 100%;
  }

  .section.-unoccupied .list .item .detail {
    bottom: 0;
    width: 92%;
    max-width: none;
  }

  .section.-housing .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.-result .list {
    flex-direction: column;
    margin-bottom: 0;
  }

  .section.-result .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .section.-result .list .item {
    width: 100%;
    padding: 0 2%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section.-result .list .item img {
    width: 46%;
  }

  .section.-result .list .item .txt-area {
    width: 50%;
  }

  .section.-result .list .item .txt {
    display: block;
  }

  .section.-result .list .item .detail {
    max-width: 100%;
    position: relative;
    bottom: 0;
  }

  .section.-result .list .item .link {
    display: flex;
  }

  .section.-result .more {
    margin-top: 40px;
  }

  .form {
    flex-wrap: wrap;
  }

  .form .items {
    flex-wrap: wrap;
  }

  .form .btn {
    margin-bottom: 20px;
  }

  .form .items .item {
    margin-right: 0 !important;
    width: 100%;
    margin: 10px 25px;
  }

  .section.-nav .inner {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }

  .section.-nav .container:nth-child(2) .items:nth-of-type(1) .item:nth-child(5) {
    margin-top: 25px;
  }

  .section.-nav .container:nth-child(2) .items:nth-of-type(1) .item:nth-child(5)::before {
    width: 100%;
    height: 3px;
    left: 0;
    top: -19px;
    bottom: auto;
  }

  .section.-top .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.-top .inner .logo .img {
    height: 100px;
  }

  .section.-detail .inner {
    padding: 0 2%;
    width: 96%;
  }

  .section.-detail .images .bl_imgWrapper {
    width: 100%;
    height: 66vw;
    max-height: none;
  }

  .section.-detail .images .bl_imgWrapper > img {
    max-width: 100%;
    max-height: 100%;
  }

  .section.-detail .images .item {
    width: 24%;
    max-width: none;
  }

  .section.-detail .images .item .img {
    width: 100%;
    height: 15vw;
  }

  .section.-detail .images {
    max-width: 100%;
  }

  .section.-detail .images .list {
    max-width: none;
    width: 100%;
  }

  .section.-detail .detail .title {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .section.-detail .detail .info {
    margin-bottom: 30px;
  }

  .section.-detail .detail .info .txt {
    margin-bottom: 13px;
  }

  .section.-detail .detail .table {
    width: 100%;
  }

  .section.-detail .detail .table .line {
    padding: 10px 5px 10px 5px;
    justify-content: space-between;
    width: 94vw;
  }

  .section.-detail .detail .txt.-remarks {
    font-size: 1.2rem;
    line-height: 1.33;
  }

  .nav.-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav.-bottom .menu {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .nav.-bottom .menu .item:first-child {
    border-right: none;
    padding-right: 0;
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .nav.-bottom .menu .item {
    width: 100%;
    margin-right: 0;
    font-size: 2rem;
  }

  .nav .menu .item:nth-child(2) .link {
    display: block;
  }

  .list-link {
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
  }

  .list-link .item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .section.-unoccupied .list .item .detail .title {
    margin-bottom: 12px;
  }

  .more .link {
    width: 80%;
    max-width: 350px;
  }

  .footer .title {
    font-weight: bold;
  }

  .section.-postdetail .container {
    padding: 16px 16px 56px;
  }

  .section.-postdetail .container .more .link {
    max-width: none;
    width: 80%;
  }

  .section.-postlist .img-title-wrapper,
  .section.-postdetail .img-title-wrapper {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .section.-postdetail .container .title {
    font-size: 2.2rem;
    line-height: 1.47;
  }

  .section.-postdetail .container p {
    font-size: 1.6rem;
    line-height: 2;
  }

  .footer .shares {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    justify-content: center;
  }

  .footer .shares .btn {
    width: 50px;
  }

  .footer .shares .btn:not(:last-child) {
    margin-right: 26px;
  }

  .section.-topics.-page .inner {
    padding-top: 34px;
    padding-bottom: 63px;
  }

  .postlist li {
    padding: 16px 5rem 16px 16px;
  }

  .postlist li::after {
    right: 16px;
  }

  .bl_lv1HeaderLogo > img {
    height: 60px;
  }

  .bl_lv1HeaderLogo > span {
    font-size: 2.4rem;
  }

  .bl_panels {
    flex-direction: column;
    padding-right: 2%;
    padding-left: 2%;
  }

  .bl_panels .panel {
    width: 100%;
    padding-left: 15px;
  }

  .bl_panels .panel:last-of-type {
    margin-left: 0;
    margin-top: 20px;
  }

  .bl_panels .panel .logo {
    margin-right: 15px;
  }

  .bl_panels .panel span {
    font-size: 1.5rem;
  }

  /* 固定ページコンテンツ専用スタイル */
  .section.-page .cardUnit {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .section.-page .cardUnit li {
    width: 30%;
    height: 30vw;
    margin: 1%;
  }

  .section.-page .cardUnit.cardUnit_footer li {
    width: 48%;
    height: 50vw;
  }

  .section.-page .cardUnit li:not(:last-child) {
    margin-right: 1%;
  }

  .section.-page .cardUnit li img {
    width: 10vw;
  }

  .section.-page .cardUnit.cardUnit_footer li img {
    width: auto;
    height: 15vw;
  }

  .section.-page .cardUnit div {
    margin-top: 15%;
    font-size: 1.4rem;
    line-height: 1.42;
  }

  .section.-page .cardUnit.cardUnit_footer div {
    word-break: keep-all;
  }

  .section.-page .el_lv1Heading > img {
    height: 60px;
  }

  .section.-page .cardUnit.cardUnit_4 li {
    width: 46%;
    margin: 2%;
  }

  .section.-page .cardUnit.cardUnit_4 li:not(:last-child) {
    margin-right: 2%;
  }

  .section.-page .cardUnit.cardUnit_4 li img {
    width: 100%;
  }

  .section.-page .el_lv2Heading > span {
    font-size: 2rem;
    padding-right: 10px;
  }

  .section.-page .el_lv2Heading > span img {
    width: 2.4rem;
    padding-right: 10px;
  }

  .section.-page .el_lv2Heading > img {
    width: 80px;
    margin-left: 3rem;
  }

  .section.-page .bigger {
    width: 15vw !important;
  }

  /* END 固定ページコンテンツ専用スタイル */

  .bl_cards.-slider li {
    max-width: 280px !important;
  }

  .bl_cards.-slider li .imgWrapper {
    width: 240px;
  }

  .bl_pages_body {
    font-size: 1.6rem;
    line-height: 2;
  }

  .bl_pages_body h2 {
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .bl_pages_body h2 img {
    width: 60px;
    margin-right: 17px;
  }

  .bl_pages_body h2 > div {
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: .09rem;
  }

  .bl_pages_body .MV img {
    width: auto;
    max-width: 100%;
  }

  .bl_pages_body > p {
    font-size: 1.4rem;
    line-height: 1.79;
    letter-spacing: .07rem;
  }

  .bl_cards.-result li {
    max-width: 100% !important;
  }

  .bl_cards.-result li .pickup_category_img {
    width: 47px !important;
  }

  .bl_cards.-result li .imgWrapper {
    width: 100%;
    height: 70vw;
  }

  .bl_cards.-result li .no_vacancy {
    width: 47px !important;
  }

  .el_btn_contact {
    width: 80%;
  }


  .un_categoryList {
    padding-right: 2%;
    padding-left: 2%;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .un_categoryList li {
    width: 50%;
    margin-bottom: 5px;
    justify-content: center;
  }

  .un_categoryList li:not(:last-child) {
    margin-right: 0;
  }

  .un_contactText {
    width: 96%;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .un_contactText h2 {
    font-size: 2.2rem;
  }

  .un_contactText p:first-of-type {
    font-size: 1.5rem;
  }

  .un_contactText_p_inner {
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    padding-left: 0;
  }

  .un_kousha {
    padding-right: 2%;
    padding-left: 2%;
  }

  .un_kousha img {
    width: 100%;
  }

  .un_tableUnit li {
    padding: 4% 3%;
  }

  .un_table_ttl {
    font-size: 1.4rem;
    width: 15%;
  }

  .un_table_desc {
    width: 80%;
    padding-left: 5%;
  }

  .un_table_desc span {
    font-size: 1.4rem;
    line-height: 2;
  }

  .un_contactInfo {
    padding-left: 0;
  }

  .un_media_imgWrapper {
    width: 34%;
    padding: 5% 8%;
  }

  .un_media_imgWrapper > a {
    font-size: 1rem;
    white-space: nowrap;
  }

  .un_media_imgWrapper > a img {
    width: 24%;
    margin-right: 3%;
  }

  .un_media_desc {
    font-size: 1.2rem;
    line-height: 1.33;
  }

  .sm_pb20 {
    padding-bottom: 20px !important;
  }

  .sm_pb30 {
    padding-bottom: 30px !important;
  }

  .sm_pl0 {
    padding-left: 0 !important;
  }

  .sm_mt29 {
    margin-top: 29px !important;
  }

  .sm_mr0 {
    margin-right: 0 !important;
  }

  .sm_w80per {
    width: 80% !important;
  }

  .sm_w100per {
    width: 100% !important;
  }

  .sm_maxw350 {
    max-width: 350px !important;
  }

  .only_sm {
    display: block !important;
  }
}

@media screen and (max-width:420px) {
  .section.-topics .sub-title::before {
    content: "";
    width: 100%;
  }

  .section.-topics .sub-title {
    padding-top: 20px;
  }

  .section.-unoccupied .list .item {
    width: 100%;
  }

  .section.-unoccupied .list .item img {
    width: 100%;
  }

  .section.-unoccupied .list .item .detail {
    width: 96%;
  }

  .section.-result .list {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.-result .list .item {
    width: 100%;
    padding: 0;
  }

  .section.-result .list .item img {
    width: 100%;
  }

  .section.-result .list .item .detail {
    max-width: 100%;
    position: relative;
    bottom: 0;
  }

  .section.-result .list .item .link {
    flex-direction: column;
  }

  .section.-result .list .item .txt-area {
    width: auto;
  }

  .section.-result .list .item .txt {
    display: -webkit-box;
  }

  .img-title-wrapper .img.info {
    height: 60px;
  }

  .img-title-wrapper span {
    font-size: 2rem;
  }


  /* 固定ページコンテンツ専用スタイル */
  .section.-page .el_lv2Heading {
    flex-direction: column;
    align-items: flex-start;
  }

  /* END 固定ページコンテンツ専用スタイル */

}

@media (max-width:374px) {
  .bl_cards.-slider li {
    max-width: 225px !important;
  }

  .bl_cards.-slider li .imgWrapper {
    width: 185px;
  }
}