@charset "utf-8";

/* default PC */

#loyal-wam-town {
  #about.bg-light-orange {
    background-image: url(../image/contents/about/pattern-orange.png);
  }

  #contents h2.news .sub-txt {
    font-size: 18px;
  }

  #contents h2.news {
    line-height: 1.2em;
  }

  #page-ttl {
    background: linear-gradient(to bottom, #ffad4c 1%, #FF9728 99%);
    padding: 55px 0;
    position: relative;
  }

  #page-ttl .inner {
    position: relative;
  }

  #page-ttl .inner:before {
    position: absolute;
    content: "";
    background-image: url(../image/contents/loyal-wam-town/original-left.png);
    width: 173px;
    height: 205px;
    left: -800px;
    right: 0px;
    margin: auto;
    bottom: -55px;
  }


  #page-ttl .inner:after {
    position: absolute;
    content: "";
    background-image: url(../image/contents/loyal-wam-town/original-right.png);
    width: 195px;
    height: 199px;
    left: 0;
    right: -800px;
    margin: auto;
    bottom: -55px;
  }

  .txt-4box {
    margin-right: 0;
  }

  .about-area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 35px;
  }

  .about-area .img-2box {
    width: 25%;
  }

  .about-area .img-2box-txt {
    width: 73%;
    margin-left: 0;
  }

  #about .link-area .link-btn {
    max-width: 100%;
    padding: 30px 30px 30px 140px;
    border-radius: 15px;
    border: 5px solid #34C6B7;
    background-image: url(../image/contents/loyal-wam-town/group_bnr_bg.jpg);
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #about .link-area .link-btn.doctor {
    background-image: url(../image/contents/loyal-wam-town/recruit_bnr_bg.jpg);
  }

  #about .link-area .link-btn.doctor .doctor-img {
    position: relative;
  }

  #about .link-area .link-btn.doctor .doctor-img::after {
    position: absolute;
    content: "";
    background-image: url(../image/contents/loyal-wam-town/bnr_doctor_01.png);
    width: 125px;
    height: 177px;
    right: 35px;
    bottom: -41px;
  }

  #about .link-area .txt-2box .link-btn {
    margin-right: 0;
  }

  #about .link-area .txt-2box.end .link-btn {
    margin-left: 0;
  }

  #about .link-area .link-btn .ttl {
    font-size: 28px;
    color: #2ebdae;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
  }

  #about .link-area .link-btn .ttl .en-ttl {
    font-size: 16px;
  }

  #about .link-area a.link-btn[target="_blank"]::after {
    width: 24px;
    height: 24px;
    background-image: url(../image/contents/tab_ico_green.svg);
  }

  #about .link-area a.link-btn.group[target="_blank"]::after {
    width: 75px;
    height: 75px;
    background-image: url(../image/contents/loyal-wam-town/tab_ico_green_shadow.png);
    background-size: 75px;
    right: 10px;
  }

  #contents .about-area .img-2box-txt .ttl {
    font-size: 22px;
    font-weight: bold;
    color: #27BEAF;
  }

  #about .link-area .txt-2box .link-btn:before {
    content: "";
    background-image: url(../image/contents/loyal-wam-town/logo.png);
    width: 60px;
    height: 83px;
    position: absolute;
    background-size: 60px;
    left: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #contents #about .link-area .speech-txt {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }

  #about .link-area .link-btn .en-ttl {
    color: #333;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
  }

  /* 共通 */
  .search-box {
    padding: 50px;
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: #fcf4e9;
    border: 6px solid #27BEAF;
    background-color: #fff;
  }

  .search-box .select-group {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
  }

  .search-box .select-group select {
    border: none;
    background-color: #f0f0f0;
    width: 100%;
    margin-top: 5px;
  }

  .search-box input.search-input {
    padding: 13px;
    border-radius: 6px;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
    border: none;
    background-color: #f0f0f0;
  }

  .search-box button.search-btn-submit {
    background-color: #27BEAF;
    border: none;
    border-radius: 7px;
    color: #FFF;
    font-weight: 500;
    max-width: 100%;
    padding: 14px 10px;
    width: 130px;
    transition: .3s;
  }

  .search-box .select-group .select-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: 20px;
  }

  .search-box .select-group .select-box .select-item {
    width: calc(100% / 2 - 15px);
  }

  #contents .search-box .select-group .select-box .select-item label {
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
  }

  .search-box .select-group .select-box .select-item:last-child {
    width: 100%;
  }

  .search-box .select-group .select-box:last-child {
    margin-left: 20px;
  }

  #contents .search-box .select-group .select-box .select-item label:before {
    background-size: 20px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 20px;
    background-image: url(../image/contents/ico_map_orange.svg);
  }

  #contents .search-box .select-group .select-box .select-item:nth-child(4) label:before {
    background-image: url(../image/contents/ico_facility_orange.svg);
    top: 3px;
    left: 4px;
  }

  #contents .search-box .select-group .select-box .select-item:nth-child(3) label:before {
    background-image: url(../image/contents/ico_person_orange.svg);
    top: 4px;
    left: 4px;
  }

  #contents .search-box .select-group .select-box .select-item:nth-child(2) label:before {
    left: 4px;
    top: 4px;
  }

  #contents .search-box .select-group .select-box .select-item:first-child label:before {
    background-image: url(../image/contents/ico_job_orange.svg);
  }

  #contents .search-box .select-group .select-box .select-item:last-child label:before {
    background-image: url(../image/contents/ico_pen_orange.svg);
  }


  #contents .recruit-list .link-bnr {
    background-color: #fff;
  }

  #contents .grid {
    align-items: center;
    display: grid;
    gap: 90px;
    grid-template-columns: 350px calc(100% - 420px);
  }

  #contents .catch-area .catch-sub-ttl {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
  }

  #contents .catch-area .catch-ttl {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #fe8301;
    line-height: 1.6em;
  }

  #contents .catch-area .img-2box {
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #contents .catch-area .img-2box img {
    width: 100%;
    max-width: 140px;
    /* height: max-content; */
  }

  #contents .catch-area .img-2box-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0;
  }

  #contents .catch-area .sub-txt {
    font-size: 20px;
  }

  .search-box .select-group .recruit-flex {
    display: flex;
    gap: 10px;
  }

  #contents .catch-area .flex {
    display: grid;
    gap: 40px;
    grid-template-columns: 11% calc(90% - 60px);
  }

  #contents .catch-area p.main-ttl {
    color: #27beaf;
    font-size: 28px;
    font-weight: 600;
  }

  #contents .catch-area p.sub-ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .recruit-area {
    padding: 60px 0;
    background-image: url(../image/contents/loyal-wam-town/bg-loyal-recruit.jpg);
  }


  .bnr-facility {
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    background-color: #FF9728;
  }

  .bnr-facility img {
    border-radius: 10px 0 0 10px;
  }

  .bnr-facility .bnr-ttl-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .facility-area .bnr-item .bnr-img.txt-2box {
    width: 100%;
  }

  #contents .facility-area .bnr-item .flex {
    display: grid;
    gap: 50px;
    grid-template-columns: 40% calc(56% - 25px);
  }

  #contents .bnr-facility .bnr-ttl-area p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
  }

  #contents .bnr-facility .bnr-ttl-area p.bnr-ttl {
    font-size: 30px;
  }


  #contents .facility-area .lead-txt {
    text-align: center;
    margin-bottom: 30px;
  }

  .facility-area .bnr-item {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }

  .facility-area .bnr-item .bnr-img.txt-2box img {
    width: 370px;
    height: 220px;
    object-fit: cover;
  }

  .catch-area {
    background-color: #e7f9f7;
    padding: 60px;
    border-radius: 15px;
    position: relative;
  }

  .catch-area:before {
    position: absolute;
    content: "";
    background-image: url(../image/contents/loyal-wam-town/original_main_img.png);
    width: 194px;
    height: 194px;
    right: 60px;
    bottom: -60px;
  }

  #contents .catch-contents .box-mb {
    margin-bottom: 60px;
  }

  .facility-area {
    position: relative;
  }

  .facility-area:before {
    position: absolute;
    content: "";
    background-image: url(../image/contents/loyal-wam-town/facility_left_img.png);
    width: 180px;
    height: 311px;
    left: 55px;
  }

  .facility-area:after {
    position: absolute;
    content: "";
    background-image: url(../image/contents/loyal-wam-town/facility_right_img.png);
    width: 148px;
    height: 293px;
    right: 75px;
    top: 0;
  }

  .bnr-box .txt-3box {
    margin-right: 0;
  }

  .about-txt {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
  }

  .about-txt:before {
    position: absolute;
    content: "";
    background-image: url(../image/contents/loyal-wam-town/about_left_img.png);
    width: 218px;
    height: 187px;
    left: 79px;
    bottom: 50px;
  }

  .about-txt:after {
    position: absolute;
    content: "";
    background-image: url(../image/contents/loyal-wam-town/about_right_img.png);
    width: 167px;
    height: 161px;
    right: 115px;
    bottom: 50px;
  }


  #contents .about-txt p {
    text-align: center;
  }

  #contents .about-txt p.main-txt {
    font-size: 22px;
    font-weight: 600;
    color: #2ebdae;
  }

  #contents #about h2 {
    font-weight: bold;
    color: #ff9728;
  }

  #about .link-area .link-btn.group .ttl {
    text-shadow: #fff 1px 1px 30px, #fff -2px 2px 30px, #fff 3px -3px 30px, #fff -3px -1px 30px, #fff 1px 1px 30px, #fff -1px 1px 20px, #fff 1px -1px 20px, #fff 1px -1px 20px, #fff 1px 9px 5px, #fff 10px 10px 6px, #fff 0px -13px 10px;
  }

  #about .link-area .link-btn.group .en-ttl {
    text-shadow: #fff 1px 1px 30px, #fff 2px -1px 30px, #fff -1px 1px 30px, #fff 1px 1px 30px, #fff -1px -1px 30px, #fff 1px -1px 20px, #fff -1px 1px 30px, #fff 1px -1px 30px, #fff -1px 1px 30px, #fff 1px -1px 30px, #fff -1px 1px 30px, #fff 0px 8px 5px, #fff -9px 8px 4px, #fff -9px -5px 4px, #fff -9px -8px 3px;
  }

  #about .link-area .link-btn .ttl .sub {
    font-size: 22px;
  }


}

/* 共通 */
#contents .flow-area .flow-item .ttl {
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  height: 55px;
  justify-content: center;
  line-height: 1.5em;
}


#teaching {

  #contents h2 {
    display: flex;
    flex-direction: column;
    line-height: 1.4em;
  }

  #contents h2 .organization {
    font-size: 22px;
    background-color: #fff;
    color: #27BEAF;
    border-radius: 8px;
    margin: auto;
    margin-top: 10px;
    line-height: 1.2em;
    padding: 10px 25px;
  }

  #contents h2#corporation02 .organization {
    background-color: #EDFBF8;
  }

  #contents .about-area.elder h3 {
    padding: 0;
    border: none;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #EC6319;
  }

  .tool-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }

  .tool-area .item-box {
    padding: 30px;
    background-color: #edfbf8;
    border-radius: 10px;
  }

  #contents .tool-area .item-box h4 {
    padding: 0;
    text-align: center;
    font-size: 22px;
  }

  #contents .tool-area .item-box h4::before {
    content: none;
  }

  #contents .tool-area .item-box p:last-child {
    margin-bottom: 0;
  }

  .step-area {
    gap: 30px;
  }

  .step-area .step-box {
    background-color: #edfbf8;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    width: calc(100% / 3 - 20px);
  }

  .step-area .step-box:before {
    border-bottom: 13px solid transparent;
    border-left: 13px solid #fe8301;
    border-right: 0;
    border-style: solid;
    border-top: 13px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: auto;
    margin: auto;
    position: absolute;
    right: -21px;
    top: 2px;
    width: 0;
  }

  .step-area .step-box:last-child:before {
    content: none;
  }

  #contents .step-area .step-box p.step-num {
    font-weight: bold;
    font-size: 22px;
  }

  #contents .step-area .step-box p.step-num .num {
    color: #2EBDAE;
    padding-right: 10px;
    font-size: 85%;
  }

  .education-area .step-area .step-box {
    width: 100%;
  }

  .step-area .step-box ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
  }

  .step-area .step-box ul li {
    background-color: #fff;
    border: 2px solid #34C6B7;
    border-radius: 5px;
    font-size: 90%;
    font-weight: 500;
    padding: 3px 20px;
  }

  .interviews-box .step-area .step-box {
    width: calc(100% / 5 - 20px);
    padding: 20px;
  }

  .interviews-box .step-area {
    gap: 25px;
  }

  #contents .interviews-box .step-area .step-box p.step-num {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.3em;
  }

  #contents .interviews-box .step-area .step-box p.step-num .num {
    padding-right: 0;
  }

  .bg-white.mock-exam .img-2box-txt {
    margin-left: 0;
  }

  .mock-exam .table-02 th {
    width: 120px;
  }

  .education-area .step-area .step-box::before {
    transform: rotate(90deg);
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -30px;
  }

  .education-area .step-area {
    width: 100%;
  }

  #contents h4.step-ttl {
    padding: 0;
    color: #2EBDAE;
    font-weight: bold;
  }

  #contents h4.step-ttl::before {
    content: none;
  }


  .license-area p.bg-white {
    border-radius: 10px;
    padding: 15px;
    width: 360px;
  }

  .license-area .bg-white {
    padding: 15px;
  }

  .license-area .bg-white.nurse {
    margin-bottom: 15px;
  }

  #contents .license-area li {
    background-color: #FEF4E8;
    border-radius: 10px;
    display: flex;
    padding: 10px 15px;
  }

  .license-area .license-box {
    display: grid;
    gap: 15px 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #contents .course-box li {
    background-color: #fff;
    padding: 15px;
  }

  .license-area .course-box {
    display: grid;
    gap: 15px 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .interviews-box .table-02 tr th:first-child {
    vertical-align: middle;
    position: sticky;
    left: 0;
    z-index: 1;
    border-collapse: separate;
    width: 150px;
  }

  .table-scroll {
    display: none;
  }
}

#scholarship {
  #contents .loyal-area p.main-ttl {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .09em;
    color: #FF9728;
  }

  #contents .mb-65 .about-area {
    margin-bottom: 30px;
  }

  .flow-area .flow-item {
    width: calc(100% / 6 - 20px);
    background-color: #f8f3ea;
    border-radius: 10px;
    padding: 20px;
    position: relative;
  }

  #contents .flow-area.flex {
    gap: 20px;
  }

  .flow-area .flow-item:before {
    border-bottom: 13px solid transparent;
    border-left: 13px solid #fe8301;
    border-right: 0;
    border-style: solid;
    border-top: 13px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: auto;
    margin: auto;
    position: absolute;
    right: -21px;
    top: 2px;
    width: 0;
  }

  .flow-area .flow-item:last-child:before {
    content: none;
  }

  .apply-area .txt-2box {
    padding: 30px;
    border-radius: 10px;
    border: 3px solid #d9f4f1;
  }

  #contents .apply-area .txt-2box h4 {
    text-align: center;
    padding: 0;
  }

  #contents .apply-area .txt-2box h4:before {
    content: none;
  }

  .apply-area .txt-2box.contact-area {
    background-color: #edfbf8;
    border: none;
  }

  .apply-area .txt-2box.contact-area .tel-box {
    margin: 20px 0 25px;
  }

  .apply-area .txt-2box.contact-area p.address-txt {
    text-align: center;
    background-color: #31b4a5;
    width: 100%;
    max-width: 340px;
    padding: 4px;
    border-radius: 30px;
    font-size: 16px;
    margin: 0 auto 15px;
    color: #fff;
    font-weight: 500;
  }

  .apply-area .txt-2box.contact-area .address-box {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
  }

  .txt-min {
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .table-scroll {
    display: none;
  }
}

#visit {
  #contents h2.main-ttl {
    color: #FF9728;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  .about-area {
    margin-bottom: 0;
    width: 100%;
    max-width: 1050px;
    margin: auto;
  }

  #contents .link-area.flex {
    margin-top: 30px;
    gap: 20px;
  }

  #contents .link-area.flex .txt-2box {
    margin-right: 0;
  }

  .trial-list {
    gap: 40px;
    display: flex;
    flex-direction: column;
  }

  .trial-list .table-02 tr:first-child th {
    text-align: center;
  }

  #corporation02 .bg-white {
    background-color: #EDFBF8;
  }

  #contents #corporation02 .bg-white h3 {
    border-left: 4px solid #34C6B7;
  }

  .item-box .table-02 tr th:first-child {
    width: 240px;
  }


  /* 共通 */
  /* pdf */
  a[href$=".pdf"] {
    position: relative;
    background-color: #fff;
    border: 3px solid #34C6B7;
    color: #34C6B7;
    padding: 11px;
  }

  a[href$=".pdf"]::after {
    background-image: url(../image/contents/tab_ico_green.svg);
  }
}

/* interview */
#contents .news-category ul.flex.start {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
}

#contents .news-category ul.style-none li a {
  background-color: #27BEAF;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: .3s;
}

#contents .news-category ul.style-none li {
  width: calc((100% - 15px * 4) / 3);
}

#contents .news-category ul.style-none li a:hover {
  opacity: .5;
  text-decoration: none;
}

#contents .news-group p.category {
  background-color: #314FA5;
  color: #FFF;
  font-weight: 500;
  line-height: 1.1em;
  max-width: 120px;
  padding: 9px;
  text-align: center;
  width: 100%;
}

#contents .news-category ul li a.all,
.category-news #contents .news-category ul li a {
  background-color: #314FA5;
  color: #FFF;
  pointer-events: none;
}

#contents .news-category ul.style-none li a.all,
#contents .news-category ul.style-none li:first-child a {
  background-color: #FFF;
  color: #27BEAF;
  outline: 3px solid #27BEAF;
  outline-offset: -3px;
}





br.br-1200 {
  display: none;
}


@media screen and (max-width: 1550px) {

  #loyal-wam-town {
    #about .link-area .link-btn .ttl {
      font-size: 25px;
    }

    #about .link-area .link-btn .en-ttl {
      font-size: 18px;
    }

    #about .link-area .link-btn.doctor .doctor-img::after {
      background-size: 110px;
      width: 110px;
      height: 156px;
      right: 30px;
      bottom: -47px;
    }
  }
}


@media screen and (max-width: 1500px) {
  #loyal-wam-town {
    .catch-area:before {
      right: 20px;
    }

    #contents .catch-area p.main-ttl {
      font-size: 26px;
    }

    .facility-area:before {
      background-size: 120px;
      width: 120px;
      height: 210px;
      /* top: 0; */
      bottom: 0;
      margin: auto;
    }

    .facility-area:after {
      background-size: 100px;
      width: 100px;
      height: 196px;
      bottom: 0;
      margin: auto;
    }

    .about-txt:before {
      background-size: 160px;
      width: 160px;
      height: 127px;
      left: 110px;
    }

    .about-txt:after {
      background-size: 115px;
      height: 119px;
      right: 130px;
      width: 115px;
    }

    #about .link-area .link-btn.doctor .doctor-img::after {
      right: 20px;
    }

    #about .link-area .link-btn .ttl .sub {
      font-size: 20px;
    }
  }
}

@media screen and (max-width: 1400px) {
  #loyal-wam-town {
    .catch-area:before {
      right: -20px;
    }

    .catch-area {
      padding: 40px;
    }

    .facility-area:before {
      left: 0;
    }

    .facility-area:after {
      right: 30px;
    }

    #about .link-area .link-btn.doctor .doctor-img::after {
      background-size: 95px;
      width: 95px;
      height: 132px;
      bottom: -46px;
      right: 25px;
    }
  }
}

@media screen and (max-width: 1300px) {
  #loyal-wam-town {
    #contents .catch-area p.main-ttl {
      font-size: 23px;
    }

    #about .link-area .txt-2box .link-btn:before {
      left: 25px;
    }

    #about .link-area .link-btn {
      padding: 20px 20px 20px 105px;
    }

    #about .link-area .txt-2box .link-btn {
      height: 195px;
    }

    #about .link-area .txt-2box .link-btn {
      background-size: 580px;
    }

    #about .link-area .link-btn.doctor .doctor-img::after {
      background-size: 85px;
      width: 85px;
      height: 122px;
      bottom: -32px;
      right: 35px;
    }

    #about .link-area .link-btn .ttl {
      font-size: 23px;
    }
  }
}

@media screen and (max-width: 1200px) {

  br.br-1200 {
    display: block;
  }

  #loyal-wam-town {
    #contents .catch-area .flex {
      gap: 20px;
      grid-template-columns: 15% calc(80% - 0px);
    }

    .catch-area {
      padding: 30px 60px;
      width: 100%;
      max-width: 950px;
      margin: auto;
    }

    .facility-area:before {
      background-size: 100px;
      width: 100px;
      height: 175px;
      left: -20px;
    }

    .facility-area:after {
      right: -20px;
    }

    #about .link-area .txt-2box .link-btn:before {
      width: 45px;
      height: 63px;
      background-size: 45px;
    }

    #about .link-area .txt-2box .link-btn {
      padding: 20px 20px 20px 90px;
    }
  }

}

#loyal-wam-town {
  .link-btn.sp-link {
    display: none;
  }

  .link-btn.pc-link {
    display: block;
  }

}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {

  #loyal-wam-town {

    #contents .job-search-box .original-job-select {

      grid-template-columns: 1fr 1fr;
    }

    #contents .grid {
      grid-template-columns: 100%;
      gap: 0;
    }

    .link-btn.sp-link {
      display: block;
      margin-top: 30px;
    }

    .link-btn.pc-link {
      display: none;
    }

    .facility-area .bnr-item {
      width: 70%;
    }

    .about-txt:before {
      left: 50px;
    }

    .about-txt:after {
      right: 80px;
    }

    .link-area .txt-2box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
    }

    #about .link-area .txt-2box .link-btn {
      width: 100%;
      max-width: 590px;
      margin: auto;
    }

    #about .link-area .txt-2box.end .link-btn {
      margin-left: auto;
    }

    .link-area .txt-2box.end {
      margin-bottom: 0;
    }

    #page-ttl .original-area img {
      width: 100%;
      max-width: 340px;
    }

    #page-ttl .inner:before {
      background-size: 140px;
      width: 140px;
      height: 155px;
      left: -590px;
      bottom: -40px;
    }

    #page-ttl .inner:after {
      background-size: 150px;
      right: -590px;
      width: 150px;
      height: 139px;
      bottom: -40px;
    }

    #page-ttl {
      padding: 40px 0;
    }

  }

  #teaching {
    .tool-area {
      grid-template-columns: 1fr 1fr;
    }
  }

  #visit {
    #contents .item-box .txt-2box {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 30px;
      width: 100%;
    }

    #contents .item-box .txt-2box.end {
      margin-right: 0;
      margin-bottom: 0;
    }
  }

}



/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

  #page-ttl.introduce-page {
    padding: 23px 0 28px;
  }

  #page-ttl.introduce-page .inner h1 .min {
    font-size: 18px;
    margin-bottom: 4px;
  }

  #scholarship {

    .txt-min {
      font-size: 23px;
    }

  }

  #loyal-wam-town {
    #contents .catch-area p.main-ttl {
      line-height: 1.7;
    }

    #contents .catch-area p.sub-ttl {
      font-size: 15px;
    }

    #contents .catch-area p.main-ttl {
      font-size: 20px;
    }

    #contents .bnr-facility .bnr-ttl-area p.bnr-ttl {
      font-size: 20px;
    }

    .catch-area {
      padding: 30px 40px;
    }

    .catch-area:before {
      right: 40px;
      background-size: 160px;
      width: 160px;
      height: 154px;
    }

    .bnr-box .txt-3box {
      width: calc(100% / 2 - 10px);
    }

    #contents .facility-area .lead-txt {
      text-align: left;
    }

    .facility-area:after {
      background-size: 75px;
      width: 75px;
      height: 148px;
    }

    .facility-area:before {
      background-size: 85px;
      width: 85px;
      height: 149px;
    }

    .about-txt:before {
      display: none;
    }

    .about-txt:after {
      display: none;
    }

    .about-txt {
      padding: 30px 20px;
    }

    #contents .about-txt p.main-txt {
      font-size: 20px;
    }

    #page-ttl .original-area img {
      max-width: 290px;
    }

    #page-ttl .inner:before {
      background-size: 110px;
      width: 110px;
      height: 125px;
      left: -440px;
      bottom: -30px;
    }

    #page-ttl .inner:after {
      background-size: 120px;
      right: -430px;
      width: 120px;
      height: 119px;
      bottom: -30px;
    }

    #page-ttl {
      padding: 30px 0;
    }

    #contents .job-search-box h2 {
      font-size: 24px;
    }

    #contents .job-search-box {
      padding: 25px 15px 30px;
    }
  }

  #teaching {

    #contents h2 .organization {
      font-size: 19px;
      padding: 10px 18px;
    }

    .step-area .step-box ul li {
      font-size: 80%;
      padding: 3px 13px;
    }

    .step-area .step-box {
      padding: 20px 15px;
    }

    #contents .tool-area .item-box h4 {
      font-size: 20px;
    }

    .tool-area {
      grid-template-columns: 1fr 1fr;
    }

    .license-area .license-box {
      grid-template-columns: 1fr 1fr 1fr;
    }

    #contents .license-area li {
      padding: 10px;
    }

    .license-area .course-box {
      grid-template-columns: 1fr 1fr;
    }

    /*「回復期リハビリテーション病棟協会回復期リハビリテーション看護師認定コース」のみ1カラムにする
  .license-area .course-box li:last-child{
    grid-column: 1 / -1;
  }
  */

    .mock-exam .mark-txt.no-mb {
      margin-bottom: 30px;
    }

  }

  #visit {
    #contents h2.main-ttl {
      font-size: 27px;
    }

    #contents .about-area p.txt-center {
      text-align: left;
    }

    .trial-item .bg-white {
      padding: 30px;
    }

  }



}

p.txt-none-834 {
  display: none;
}

@media screen and (max-width: 834px) {
  p.txt-none-834 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #loyal-wam-town {
    .catch-area {
      padding: 20px 30px;
    }

    #contents .catch-area p.main-ttl {
      font-size: 18px;
    }

    .catch-area:before {
      right: 0px;
      background-size: 120px;
      width: 120px;
      height: 114px;
    }

    #contents .catch-area .flex {
      grid-template-columns: 12% calc(88% - 20px);
    }

    #contents .facility-area .bnr-item .flex {
      gap: 30px;
      grid-template-columns: 35% calc(65% - 30px);
    }
  }
}

/* view-765 Mobile,Tablet */
@media screen and (max-width: 765px) {
  #teaching .table-scroll {
    display: block;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #scholarship {

    #contents .loyal-area p.main-ttl {
      font-size: 19px;
    }

    .txt-min {
      font-size: 19px;
      margin-top: 0px;
    }


  }

  #loyal-wam-town {
    #contents .catch-area p.main-ttl {
      font-size: 18px;
    }

    #contents .catch-area p.sub-ttl br {
      display: none;
    }


    #contents .catch-area p.main-ttl {
      font-size: 17px;
    }

    #contents .catch-area .flex {
      grid-template-columns: 100%;
    }

    #contents .catch-area .flex .img-2box {
      justify-content: center;
      max-width: 90px;
      margin: auto;
    }

    .catch-area {
      padding: 20px 15px 20px;
    }

    .catch-area:before {
      right: 0px;
      background-size: 100px;
      width: 100px;
      height: 94px;
    }

    #contents .facility-area .lead-txt {
      width: 70%;
      margin: 60px auto 40px;
    }

    .facility-area:before {
      background-size: 65px;
      width: 65px;
      height: 114px;
      left: -12px;
      top: -25px;
      margin-top: 0;
    }

    .facility-area:after {
      background-size: 55px;
      width: 55px;
      height: 108px;
      top: -20px;
      margin-top: 0;
      right: -10px;
    }

    .facility-area .bnr-item {
      width: 100%;
    }

    .facility-area .bnr-item .bnr-img.txt-2box img {
      height: 170px;
    }

    #contents #about h2 {
      font-size: 21px;
    }

    .about-txt {
      padding: 20px 15px;
    }

    #contents .about-txt p.main-txt {
      font-size: 17px;
      text-align: left;
    }

    #contents .about-txt p:nth-child(2) {
      text-align: left;
    }

    #contents .about-txt .about-sp-img {
      width: 100%;
      max-width: 250px;
      margin: auto;
    }

    #contents .about-txt p:nth-child(2) br {
      display: none;
    }

    #contents #about .link-area .speech-txt {
      font-size: 17px;
    }

    .about-txt {
      margin: 0 auto 30px;
    }

    #about .link-area .txt-2box .link-btn {
      padding: 20px 20px 20px 75px;
    }

    #about .link-area .txt-2box .link-btn:before {
      width: 35px;
      height: 48px;
      background-size: 35px;
      left: 20px;
    }

    #about .link-area .txt-2box .link-btn {
      height: 165px;
      padding: 20px 20px 20px 70px;
    }

    #about .link-area .link-btn .en-ttl {
      margin-bottom: 0;
    }

    #about .link-area .link-btn.doctor .doctor-img::after {
      bottom: -17px;
    }

    #about .link-area .link-btn .ttl {
      font-size: 18px;
    }

    #about .link-area .link-btn .en-ttl {
      font-size: 14px;
    }

    #about .link-area .link-btn .ttl .sub {
      font-size: 14px;
    }

    #about .link-area .link-btn.doctor .ttl {
      display: flex;
      flex-direction: column;
      line-height: 1.2em;
      margin-bottom: 4px;
    }

    #about .link-area .txt-2box .link-btn {
      background-size: 510px;
      background-position: center;
    }

    #about .link-area a.link-btn.group[target="_blank"]::after {
      width: 55px;
      height: 55px;
      background-size: 55px;
      right: -5px;
    }

    #about .link-area a.link-btn[target="_blank"]::after {
      width: 20px;
      height: 20px;
      right: 10px;
    }

    #page-ttl .original-area img {
      max-width: 210px;
    }

    #page-ttl {
      padding: 25px 0;
    }

    #page-ttl .inner:after {
      background-size: 80px;
      right: -300px;
      width: 80px;
      height: 79px;
      bottom: -25px;
    }

    #page-ttl .inner:before {
      background-size: 75px;
      width: 75px;
      height: 85px;
      left: -300px;
      bottom: -25px;
    }

    #contents .job-search-box h2 {
      font-size: 20px;
    }
  }

  #teaching {
    .bg-white {
      padding: 25px 15px;
    }

    #contents h2 .organization {
      font-size: 15px;
      padding: 8px 15px;
    }

    #contents .step-area .step-box p.step-num {
      font-size: 19px;
    }

    .tool-area {
      grid-template-columns: 1fr;
    }

    .tool-area .item-box {
      padding: 20px 15px;
    }

    .step-area .step-box ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }

    .step-area .step-box ul li {
      width: auto;
    }

    #contents .about-area.elder h3 {
      font-size: 20px;
      margin-bottom: 15px;
    }

    .license-area .license-box {
      gap: 10px;
      grid-template-columns: 1fr 1fr;
    }

    .license-area .course-box {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .license-area p.bg-white {
      padding: 10px;
      width: 350px;
    }

    .interviews-box .table-02 tr th:first-child {
      width: 110px;
    }

    .license-area .bg-white.nurse {
      margin-bottom: 10px;
    }

    #contents .license-area .license-box li {
      padding: 5px;
    }

    #contents .license-area .bg-white.nurse p {
      margin-bottom: 10px;
    }

    .license-area .license-box {
      margin-top: 0;
    }
  }

  #visit {
    #contents h2.main-ttl {
      font-size: 22px;
      margin-bottom: 15px;
    }

    .item-box .table-02 tr th:first-child {
      width: 190px;
    }

    .anchor-box .txt-3box .link-btn.anchor {
      margin-top: 15px;
    }

    .trial-item .bg-white {
      padding: 20px 15px;
    }

    #contents h4 {
      font-size: 18px;
      margin-bottom: 15px;
    }

    .table-over table.table-02 {
      min-width: 540px;
    }

  }

  #introduce {

    #contents .news-category ul.style-none li {
      width: 100%;
    }
  }
}


@media screen and (max-width: 430px) {

  #loyal-wam-town {
    #contents .facility-area .lead-txt {
      margin: 0 auto 30px;
    }

    .facility-area:before {
      top: -9px;
    }

    .facility-area:after {
      top: -5px;
      right: -6px;
    }

    .facility-area:before {
      background-size: 60px;
      width: 60px;
      height: 105px;
    }

    #about .link-area .link-btn.doctor .doctor-img::after {
      background-size: 80px;
      width: 80px;
      height: 115px;
    }
  }
}

@media screen and (max-width: 393px) {
  #loyal-wam-town {
    #about .link-area .link-btn.doctor .doctor-img::after {
      right: 25px;
    }

    #about .link-area .txt-2box .link-btn {
      padding: 20px 20px 20px 55px;
    }

    #about .link-area .txt-2box .link-btn:before {
      left: 12px;
    }
  }
}