@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic";
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}

a {
  transition: all 0.3s linear;
}

img {
  vertical-align: bottom;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
html.wf-loading {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

a:focus,
id:focus {
  outline: none;
}

#wrapper {
  width: 100%;
}

main {
  text-align: left;
  line-height: 1.6;
}

.c-article01 {
  margin-top: 50px;
}

.c-section01 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-section02 {
  background: #E9F5FF;
  padding: 65px 0 80px 0;
}

.c-section01 + .c-section01 {
  margin-top: 80px;
}

.c-section01 + .c-section02 {
  margin-top: 90px;
}

.c-section02 + .c-section01 {
  margin-top: 70px;
}

.c-inner01 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-category-hd {
  position: relative;
  margin-left: 330px;
}
.c-category-hd__pic {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.c-category-hd__pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 250px 0 250px;
}
.c-category-hd__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0 80px 0 0;
  z-index: 99;
}
.c-category-hd__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .c-category-hd {
    margin-left: 250px;
  }
  .c-category-hd__pic {
    height: 400px;
  }
  .c-category-hd__pic img {
    border-radius: 0 180px 0 180px;
  }
  .c-category-hd__inner {
    width: 350px;
    height: 120px;
    border-radius: 0 60px 0 0;
  }
  .c-category-hd__title {
    font-size: 36px;
  }
}
.c-head01 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.c-head01 span {
  display: block;
  font-size: 20px;
  color: #00A9E8;
  margin-top: 4px;
}
.c-head01::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #00A9E8;
}

.c-head02 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}
.c-head02 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #00A9E8;
  margin-top: 5px;
}

.c-head03 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}
.c-head03 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #00A9E8;
  margin-top: 5px;
}

.c-head04 {
  border-bottom: solid 1px #00A9E8;
  font-size: 24px;
  font-weight: 500;
  color: #00A9E8;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.c-head05 {
  border-bottom: solid 1px #00A9E8;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.c-table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  line-height: 1.4;
  margin-top: -8px;
}
.c-table01 th, .c-table01 td {
  padding: 20px;
  vertical-align: middle;
}
.c-table01 th {
  background: #E9F5FF;
  border-radius: 15px 0 0 15px;
  color: #00A9E8;
}
.c-table01 td {
  background: #F6FAFE;
  border-radius: 0 15px 15px 0;
}

.c-table02 {
  width: 100%;
  line-height: 1.4;
}
.c-table02 th, .c-table02 td {
  padding: 20px 0;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}
.c-table02 tr:first-child th, .c-table02 tr:first-child td {
  border-top: solid 1px #ccc;
}
.c-table02 th {
  white-space: nowrap;
  color: #00A9E8;
  padding-right: 1.5em;
}

.c-list01 li {
  position: relative;
  padding-left: 20px;
}
.c-list01 li::before, .c-list01 li::after {
  position: absolute;
  content: "";
  display: block;
}
.c-list01 li::before {
  width: 6px;
  height: 6px;
  top: 11px;
  left: 4px;
  border-top: solid 2px #00A9E8;
  border-right: solid 2px #00A9E8;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.c-list01 li::after {
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  border: solid 2px #00A9E8;
  border-radius: 50vh;
}

.c-list02 li {
  position: relative;
  padding-left: 14px;
}
.c-list02 li::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 9px;
  left: 0;
  border-top: solid 1px #00A9E8;
  border-right: solid 1px #00A9E8;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.c-list02 li:nth-child(n+2) {
  margin-top: 10px;
}
.c-list02 li a:link {
  text-decoration: underline;
  color: #333;
}
.c-list02 li a:hover {
  color: #00A9E8;
}
.c-list02 li a:visited {
  color: #666;
}

.c-list03 li {
  position: relative;
  padding-left: 14px;
}
.c-list03 li::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #00A9E8;
  border-radius: 50vh;
  top: 8px;
  left: 0;
}

.c-button01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 75px;
  background: #fff;
  border: solid 1px #00A9E8;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.2;
  color: #00A9E8;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.c-button01:hover {
  background: #00A9E8;
  color: #fff;
}
.c-button01::before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 15px;
  right: -15px;
  width: 40px;
  height: 1px;
  margin-top: 6.4px;
  border-radius: 9999px;
  background-color: #00A9E8;
}
.c-button01::after {
  position: absolute;
  content: "";
  bottom: 15px;
  right: -15px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #00A9E8;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.c-button02 {
  display: inline-block;
  padding: 8px 18px;
  border: solid 1px #00A9E8;
  border-radius: 50vh;
  color: #00A9E8;
  line-height: 1.2;
}
.c-button02:hover {
  background: #00A9E8;
  color: #fff;
}

.c-link01:link {
  color: #00A9E8;
  text-decoration: underline;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.text-note {
  margin-left: 1em;
  text-indent: -1em;
}
.text-note:before {
  content: "※";
}

.anchor {
  margin-top: -70px;
  padding-top: 70px;
}

.mt-1em {
  margin-top: 1em;
}

.header {
  width: 100%;
  position: fixed;
  display: flex;
  align-items: start;
  justify-content: space-between;
  text-align: left;
  z-index: 99999;
  transition: all 0.3s linear;
}
.header-logo {
  width: 330px;
  z-index: 99999;
}
.header-logo-inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.header-logo-inner img {
  width: 100%;
}
.header-logo__mark {
  width: 50px;
  margin-top: 10px;
}
.header-logo__text {
  width: 218px;
  margin-top: 10px;
}
.header-gnav {
  width: calc(100% - 380px);
  max-width: 1032px;
  display: flex;
  align-items: center;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50vh;
  margin: 25px 25px 0 0;
}
.header-gnav-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 12px 0 40px;
}
.header-gnav-list__item {
  color: #000;
}
.header-gnav-list__item:hover {
  color: #00A9E8;
}
.header-gnav-list__button {
  width: 150px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00A9E8;
  border-radius: 50vh;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #fff;
}
.header-gnav-list__button:hover {
  background: #21C3FF;
}
.header-gnav-mobile {
  display: none;
}

@media screen and (max-width: 1500px) {
  .header-logo {
    width: 250px;
  }
  .header-logo-inner a {
    margin-top: 30px;
  }
  .header-logo__mark {
    width: 40px;
    margin-top: 10px;
  }
  .header-logo__text {
    width: 180px;
    margin-top: 10px;
  }
  .header-gnav {
    width: calc(100% - 300px);
  }
  .header-gnav-list {
    font-size: 18px;
  }
}
.header-scroll {
  height: 70px;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
}
.header-scroll .header-logo-inner a {
  flex-direction: row;
  margin-top: 0;
}
.header-scroll .header-logo__mark {
  width: 40px;
}
.header-scroll .header-logo__text {
  width: 180px;
  margin: 0 0 0 10px;
}
.header-scroll .header-gnav {
  background: none;
  height: auto;
  margin-top: 0;
}

@media screen and (max-width: 1500px) {
  .header-scroll .header-logo__mark {
    width: 35px;
    margin: 0;
  }
  .header-scroll .header-logo__text {
    width: 170px;
    margin: 0 0 0 5px;
  }
  .header-scroll .header-gnav {
    background: none;
    height: auto;
    margin-top: 0;
  }
}
.header-mobile-button {
  display: none;
}

.footer {
  width: 100%;
  background: #00A9E8;
  color: #fff;
  text-align: left;
  padding-top: 70px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-info {
  line-height: 1.3;
}
.footer-info__tel-fax {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.footer-info__tel-fax .number {
  font-size: 22px;
  margin-left: 0.3em;
}
.footer-info__tel-fax a[href*="tel:"] {
  display: flex;
  align-items: center;
}
.footer-info__tel-fax a[href*="tel:"]::after {
  display: inline-block;
  content: "/";
  font-size: 1rem;
  margin: 0 0.5em;
}
.footer-info__tel-fax p {
  display: flex;
  align-items: center;
}
.footer-info__address {
  margin-top: 5px;
}
.footer-info__button-wrapper {
  display: flex;
  margin: 12px 0 20px;
}
.footer-info__button {
  width: 140px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50vh;
  color: #00A9E8;
  font-weight: 600;
}
.footer-info__button:nth-child(n+2) {
  margin-left: 10px;
}
.footer-info__button:hover {
  opacity: 0.8;
}
.footer-info__open::before {
  content: "■";
}
.footer-info__open:nth-child(2) {
  margin-top: 10px;
}
.footer-info__open-table {
  width: 100%;
  max-width: 550px;
  margin: 10px 0 15px;
}
.footer-info__open-table td, .footer-info__open-table th {
  width: 33.3333333333%;
  border-bottom: solid 1px #fff;
  padding: 8px 0;
  text-align: center;
}
.footer-info__open-table th {
  font-weight: normal;
}
.footer-info__open-table tr:first-child th, .footer-info__open-table tr:first-child td {
  border-top: solid 1px #fff;
}
.footer-info__open-table tr:first-child th:nth-child(n+2), .footer-info__open-table tr:first-child td:nth-child(n+2) {
  border-left: solid 1px #fff;
}
.footer-nav-list {
  display: flex;
  justify-content: flex-end;
  line-height: 1.2;
}
.footer-nav-list__item:nth-child(n+2) {
  margin-left: 20px;
}
.footer-nav-list__item a {
  text-decoration: underline;
}
.footer-nav-list__item a:hover {
  text-decoration: none;
}
.footer-nav-list + .footer-nav-list {
  margin-top: 10px;
}
.footer-copylight {
  background: #008ECC;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  margin-top: 65px;
}

.c-section01 + footer {
  margin-top: 90px;
}

.top-mv {
  position: relative;
}
.top-mv-pic {
  position: relative;
  height: 800px;
  overflow: hidden;
  margin-left: 330px;
}
.top-mv-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 250px 0 250px;
}
.top-mv-catch {
  position: absolute;
  bottom: 250px;
  left: 55px;
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 400;
  color: #000;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

@media screen and (max-width: 1500px) {
  .top-mv-pic {
    height: 600px;
    margin-left: 250px;
  }
  .top-mv-pic img {
    border-radius: 0 180px 0 180px;
  }
  .top-mv-catch {
    bottom: 150px;
    left: 35px;
    font-size: 38px;
  }
}
.top-slide {
  opacity: 0;
  transition: opacity 0.1s linear;
}

.top-slide.slick-initialized {
  opacity: 1;
}

.top-intro-section {
  position: relative;
  margin-top: -100px;
}
.top-intro-section::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 670px;
  top: 0;
  left: 0;
  background: #E9F5FF;
  border-radius: 0 50vh 50vh 0;
  z-index: -99999;
}

.top-intro-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.top-intro {
  display: flex;
  justify-content: space-between;
  padding-top: 190px;
  margin-bottom: 50px;
}
.top-intro__pic {
  width: 45.5%;
}
.top-intro__pic img {
  width: 100%;
  border-radius: 100px 0 100px;
}
.top-intro__pic-text {
  width: 48%;
}
.top-intro__pic-text p {
  font-size: 18px;
  line-height: 1.8;
}
.top-intro__pic-text img {
  width: 80%;
  max-width: 416px;
  border-radius: 80px 0;
  margin-top: 50px;
}

.top-service-section {
  margin-top: 70px;
}

.top-service-head {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}
.top-service-head span {
  display: block;
  font-size: 20px;
  color: #00A9E8;
  margin-top: 5px;
}

.top-service-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 50px auto;
}
.top-service-list__item {
  width: 240px;
  text-align: center;
}
.top-service-list__item img {
  width: 100%;
  transition: all 0.3s linear;
}
.top-service-list__item a {
  display: block;
  width: 90%;
  max-width: 190px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.top-service-list__item a:hover img {
  transform: scale(1.1, 1.1);
}
.top-service-list-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #00A9E8;
  margin-top: 1.2em;
}
.top-service-list-title br {
  display: none;
}

.top-news-head {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
.top-news-head span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #00A9E8;
  margin-top: 3px;
}

.top-news-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-health {
  width: 60%;
  max-width: 700px;
}
.top-health__block {
  background: #fff;
  border-radius: 35px;
  padding: 30px 40px 40px;
}
.top-health__title {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #00A9E8;
  font-size: 24px;
  font-weight: 500;
  color: #00A9E8;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.top-health__title span {
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00A9E8;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin-right: 12px;
}
.top-health .news-article__img {
  width: 26%;
  max-width: 160px;
  float: right;
}
.top-health .news-article__img img {
  width: 100%;
}
.top-health .news-article::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.top-news {
  flex: 1;
  margin-left: 5%;
}
.top-news-button {
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 1px #00A9E8;
  font-size: 15px;
  color: #00A9E8;
  line-height: 1;
  margin: 30px auto 0 auto;
}
.top-news-button:hover {
  background: #00A9E8;
  color: #fff;
}
.top-news .news-list__item {
  border-bottom: solid 1px #BFD0E1;
}
.top-news .news-list__item:first-child {
  border-top: solid 1px #BFD0E1;
}
.top-news .news-list__item a:hover {
  background: #DAECFC;
}

.top-recruit-section {
  position: relative;
  padding-bottom: 90px;
}
.top-recruit-section::after {
  position: absolute;
  content: "";
  width: 45%;
  height: 270px;
  bottom: 0;
  right: 0;
  background: #F8F6F2;
  border-radius: 50vh 0 0 0;
  z-index: -99999;
}

.top-recruit-wrapper {
  display: flex;
  justify-content: space-between;
}
.top-recruit-text {
  width: 46%;
  background: url(../images/bg_top_recruit02.svg) no-repeat 0 0/100%;
  background-size: 100%;
  padding-top: 12%;
}
.top-recruit-head {
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  color: #00A9E8;
  margin-bottom: 0.5em;
}
.top-recruit-catch {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
.top-recruit-pic {
  width: 50%;
  margin-top: 90px;
}
.top-recruit-pic img {
  width: 100%;
  border-radius: 50px;
}
.top-recruit-button-wrapper {
  max-width: 960px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 80px auto 0 auto;
}
.top-recruit-button-container:nth-child(n+2) {
  margin-left: 40px;
}

@media screen and (max-width: 1100px) {
  .top-recruit-button-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0 auto;
  }
  .top-recruit-button-container {
    width: calc(50% - 20px);
    max-width: 290px;
  }
  .top-recruit-button-container .c-button01 {
    width: 100%;
  }
  .top-recruit-button-container:nth-child(n+3) {
    margin: 35px 0 0 0;
  }
}
.service-section {
  margin-top: 70px;
}

/*
.prescription{
  &-flow{
    display: flex;
    &:last-child{
      .prescription-pic{
        &::after, &::before{
          width: 0;
          height: 0;
          border: none;
        }
      }
      .prescription-text{
        padding-bottom: 0;
        min-height: auto;
      }
    }
  }
  &-pic{
    width: 120px;
    position: relative;
    z-index: 3;
    img{
      width: 100%;
    }
    &::after{
      position: absolute;
      content: "";
      display: block;
      width: 3px;
      height: calc(100% - 120px);
      @include position-center-x;
      bottom: 0;
      background: $base-color01;
      z-index: 1;
    }
    &::before{
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      transform: translate(-50%, -50%) rotate(135deg);
      left: 50%;
      bottom: -5px;
      border-top: solid 3px $base-color01;
      border-right: solid 3px $base-color01;
      z-index: 2;
    }
  }
  &-text{
    flex: 1;
    min-height: 190px;
    margin-left: 40px;
    padding-bottom: 30px;
  }
  &-head{
    font-size: 22px;
    font-weight: 500;
    color: $base-color01;
    margin-bottom: 10px;
  }
}
*/
.prescription-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.prescription-pic {
  float: right;
  width: 45%;
  max-width: 440px;
  border-radius: 100px 0;
  margin: 5px 0 0 5%;
}
.prescription-text .c-button02 {
  margin-top: 15px;
}
.prescription-list li {
  font-size: 18px;
}
.prescription-list li:nth-child(n+2) {
  margin-top: 5px;
}

.home-visit-checklist {
  margin-bottom: 1em;
}
.home-visit-checklist__item {
  font-size: 18px;
  font-weight: 500;
  color: #00A9E8;
  line-height: 1.4;
  position: relative;
  padding-left: 24px;
}
.home-visit-checklist__item:nth-child(n+2) {
  margin-top: 5px;
}
.home-visit-checklist__item::before {
  position: absolute;
  content: url(../images/Icon_check01.svg);
  top: 2px;
  left: 0;
}

.home-visit-flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.home-visit-flow__item {
  width: 22.5%;
}
.home-visit-flow-pic {
  display: flex;
  align-items: end;
  justify-content: center;
}
.home-visit-flow-pic img {
  height: 160px;
}
.home-visit-flow-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #00A9E8;
  margin: 10px 0 8px 0;
}
.home-visit-flow-head span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #00A9E8;
  border-radius: 50vh;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}

.health-support-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.health-support-mark {
  float: right;
  margin-left: 3%;
}

.waiting-time-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.waiting-time-img {
  width: 40%;
  max-width: 350px;
  margin: 0 auto;
}
.waiting-time-img img {
  width: 100%;
}
.waiting-time-text {
  flex: 1;
  margin-left: 5%;
}
.waiting-time-head01 {
  font-size: 24px;
  font-weight: 500;
  color: #00A9E8;
  margin-bottom: 0.6em;
}
.waiting-time-head02 {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 20px;
}
.waiting-time-list {
  display: flex;
  max-width: 377px;
}
.waiting-time-list__item:nth-child(1) {
  width: 53.846%;
}
.waiting-time-list__item:nth-child(2) {
  width: 43.5%;
  margin-left: 10px;
}
.waiting-time-list__item img {
  width: 100%;
}

.medicine-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.medicine-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #E9F5FF;
  border-radius: 20px;
  padding: 30px;
}
.medicine-box:nth-child(n+3) {
  margin-top: 4%;
}
.medicine-head {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #00A9E8;
  text-align: center;
  margin: 15px 0 10px 0;
}

.service-mynumber {
  display: flex;
}
.service-mynumber-section {
  padding: 65px 0;
}
.service-mynumber-pic {
  width: 30%;
  max-width: 340px;
  margin-right: 4%;
}
.service-mynumber-pic img {
  width: 100%;
}
.service-mynumber-text {
  flex: 1;
}
.service-mynumber-head {
  font-size: 26px;
  font-weight: 500;
  color: #00A9E8;
  margin-bottom: 3px;
}
.service-mynumber p {
  font-weight: 500;
  margin-bottom: 0.8em;
}

.service-ativity-section {
  padding-bottom: 90px;
}
.service-ativity-head01 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.service-ativity-head01 span {
  font-size: 20px;
}
.service-ativity-head02 {
  font-size: 20px;
  font-weight: 500;
  color: #00A9E8;
  line-height: 1.4;
  margin-bottom: 0.8em;
}

.service-ativity-summary + .service-ativity-head02,
.service-ativity-list + .service-ativity-head02 {
  margin-top: 35px;
}

.service-ativity-summary + .service-ativity-list {
  margin-top: 0.5em;
}

/*
.service-contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  &__pic{
    width: 45.5%;
    img{
      width: 100%;
      border-radius: 100px 0;
    }
  }
  &__text{
    width: 49%;;
  }
  &__head{
    @include noto-serif-jp;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.8em;
  }

  &:nth-of-type(even){
    flex-direction: row-reverse;
    .service-contents__pic{
      img{
        border-radius: 0 100px;
      }
    }
  }
  & + &{
    margin-top: 20px;
  }
}
*/
.about-message-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.about-message p + p {
  margin-top: 0.6em;
}
.about-message p.about-message-name {
  margin-top: 1em;
}
.about-message-pic {
  float: right;
  width: 40%;
  max-width: 400px;
  border-radius: 40px;
  margin: 0 0 1.5em 5%;
}
.about-message-catch {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.about-message-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about-message-name img {
  margin-left: 15px;
}

.about-outline-link {
  margin-left: 1em;
}

.about-map iframe {
  width: 100%;
  height: 500px;
}

.about-address-head {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 40px 0 5px 0;
}
.about-address-head span {
  margin-left: 0.8em;
}
.about-address-info {
  display: flex;
}
.about-address-info__address {
  margin-right: 1em;
}
.about-address-info__tel::after {
  content: "/";
  margin: 0 0.5em;
}
.about-address-info__fax span::before {
  content: "・";
}

.about-transport-head {
  font-size: 20px;
  font-weight: 500;
  margin-top: 35px;
}
.about-transport-wrapper {
  width: 100%;
  display: flex;
  margin-top: 25px;
}
.about-transport-item {
  display: flex;
  align-items: center;
}
.about-transport-item:nth-child(1) .about-transport-icon {
  background: #00A9E8;
}
.about-transport-item:nth-child(2) {
  margin-left: 3%;
}
.about-transport-item:nth-child(2) .about-transport-icon {
  background: #1DABA6;
}
.about-transport-icon {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50vh;
  margin-right: 15px;
}
.about-transport-icon img, .about-transport-icon p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about-transport-icon img {
  bottom: 42%;
}
.about-transport-icon p {
  bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.about-transport-text {
  flex: 1;
}

.about-staff-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 25px;
}
.about-staff-container {
  width: 32%;
  background: #fff;
  border-left: solid;
  border-radius: 40px 0 40px 0;
  border-left: solid 25px #E9F5FF;
  box-sizing: border-box;
}
.about-staff-pic {
  margin: -25px 25px 0 -25px;
}
.about-staff-pic img {
  width: 100%;
  border-radius: 40px 0 40px 0;
}
.about-staff-profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 25px 0 10px;
}
.about-staff-profile__name {
  width: 170px;
  background: #fff;
  border-radius: 15px 15px 0 0;
  line-height: 1.2;
  padding: 15px 15px 0 15px;
  margin: -30px 0 0 0;
}
.about-staff-profile__name .staff-position {
  color: #00A9E8;
}
.about-staff-profile__name .staff-name {
  font-size: 28px;
  margin-top: 3px;
}
.about-staff-profile__join {
  font-size: 14px;
}
.about-staff-comment {
  margin: 15px 25px 20px 25px;
}

.about-contact-lead {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.c-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.c-contact__tel, .c-contact__email {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1.2;
}
.c-contact__tel span, .c-contact__email span {
  font-size: 20px;
  margin-right: 0.3em;
}
.c-contact__email {
  margin-left: 1em;
}

.about-link-section {
  background: #F8F6F2;
}

.about-link-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-link-container {
  width: 30%;
}
.about-link-head {
  font-size: 1.1rem;
  font-weight: 500;
  border-bottom: solid 1px #00A9E8;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.recruit-study-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.recruit-study-container {
  width: 30.3%;
}
.recruit-study-pic img {
  width: 100%;
  border-radius: 30px;
}
.recruit-study-title {
  font-size: 24px;
  color: #00A9E8;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin: 20px 0 8px 0;
}

.recruit-scholarship-wrap {
  margin-top: 60px;
}
.recruit-scholarship-head {
  font-size: 18px;
  font-weight: 500;
  margin: 0.8em 0 5px 0;
}

.recruit-require-section {
  background: #F8F6F2;
}

.recruit-require-message {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.recruit-require + .recruit-require {
  margin-top: 30px;
}
.recruit-require-title {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.recruit-require-title__job {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-top: solid 2px;
  border-left: solid 2px;
  border-right: solid 150px;
  border-bottom: solid 2px;
  border-color: #00A9E8;
  border-radius: 15px;
  padding: 20px;
}
.recruit-require-title__job .category {
  width: 7em;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00A9E8;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.recruit-require-title__job .job {
  width: calc(100% - 7em);
  font-size: 20px;
  line-height: 1.2;
  margin-left: 20px;
  font-weight: 500;
}
.recruit-require-title__toggle-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  white-space: nowrap;
}
.recruit-require-title__toggle-btn:before {
  width: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  content: "開く";
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.recruit-require-contents {
  position: relative;
  display: none;
  height: auto;
  background: #fff;
  border-radius: 15px;
  padding: 50px;
  margin: 30px 0;
}

.selected.recruit-require-title .recruit-require-title__toggle-btn:before {
  content: "閉じる";
}

.job-type01 .recruit-require-title__job {
  background: #E2F2FF;
  border-color: #00A9E8;
}
.job-type01 .recruit-require-title .category {
  background: #00A9E8;
}
.job-type01 .c-table02 th, .job-type01 .c-table02 td {
  border-color: #00A9E8;
}
.job-type01 .c-table02 tr:first-child th, .job-type01 .c-table02 tr:first-child td {
  border-color: #00A9E8;
}
.job-type01 .c-table02 th {
  color: #00A9E8;
}

.job-type02 .recruit-require-title__job {
  background: #E8EFCC;
  border-color: #88C23A;
}
.job-type02 .recruit-require-title .category {
  background: #88C23A;
}
.job-type02 .c-table02 th, .job-type02 .c-table02 td {
  border-color: #88C23A;
}
.job-type02 .c-table02 tr:first-child th, .job-type02 .c-table02 tr:first-child td {
  border-color: #88C23A;
}
.job-type02 .c-table02 th {
  color: #88C23A;
}

.job-type03 .recruit-require-title__job {
  background: #F9EAF2;
  border-color: #EF7898;
}
.job-type03 .recruit-require-title .category {
  background: #EF7898;
}
.job-type03 .c-table02 th, .job-type03 .c-table02 td {
  border-color: #EF7898;
}
.job-type03 .c-table02 tr:first-child th, .job-type03 .c-table02 tr:first-child td {
  border-color: #EF7898;
}
.job-type03 .c-table02 th {
  color: #EF7898;
}

.recruit-charge-wrapper::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.recruit-charge-pic {
  width: 40%;
  max-width: 400px;
  float: right;
  margin-left: 4%;
}
.recruit-charge-pic img {
  width: 100%;
  border-radius: 40px;
}
.recruit-charge-title {
  font-size: 26px;
  font-weight: 500;
  color: #00A9E8;
  line-height: 1.2;
  margin-bottom: 30px;
}
.recruit-charge-name {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.recruit-charge-name span {
  font-size: 18px;
  margin-right: 0.5em;
}

.recruit-tour-section {
  margin-bottom: 90px;
}

.recruit-tour-container {
  border: solid 1px #00A9E8;
  text-align: center;
  padding: 40px;
}
.recruit-tour-title {
  font-size: 26px;
  color: #00A9E8;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
.recruit-tour-summary01 {
  font-size: 20px;
  font-weight: 500;
}
.recruit-tour-summary02 {
  margin-top: 15px;
}
.recruit-tour-charge {
  font-size: 18px;
  margin-top: 1em;
}

.c-news-head {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: solid 1px #00A9E8;
  padding-bottom: 15px;
}
.c-news-head__title {
  font-size: 30px;
  color: #00A9E8;
  font-weight: 500;
  line-height: 1.3;
}
.c-news-head__category {
  display: flex;
  margin-left: 10px;
}
.c-news-head__category__item:nth-child(n+2) {
  margin-left: 10px;
}
.c-news-head__date-category {
  display: flex;
  justify-content: center;
  margin-left: 10px;
}
.c-news-head__date-category .date {
  font-weight: 500;
  color: #00A9E8;
  margin-right: 10px;
}

.news-category {
  width: 85px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A7A7A7;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.news-category01 {
  background: #FBAC10;
}

.news-category02 {
  background: #00A9E8;
}

.news-index-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
}
.news-index-list::after {
  content: "";
  display: block;
  width: 31.2%;
}
.news-index-list__item {
  width: 31%;
  background: #E9F5FF;
  border-radius: 15px;
}
.news-index-list__item:nth-child(n+4) {
  margin-top: 3.2%;
}
.news-index-list__item a {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
}
.news-index-list__item a:hover {
  background: #DAECFC;
  border-radius: 15px;
}
.news-index-list__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-index-list__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background: #fff;
}
.news-index-list__pic img {
  max-width: 110px;
  max-height: 110px;
  object-fit: contain;
}
.news-index-list__title-inner {
  width: calc(100% - 130px); /* 100% - 画像幅 + 左マージン */
}
.news-index-list__date {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #00A9E8;
}
.news-index-list__date .news-category {
  margin-left: 8px;
}
.news-index-list__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 8px;
}
.news-index-list__text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 15px;
}

.news-index-pager-wrap {
  display: flex;
  justify-content: center;
  margin: 60px 0 90px 0;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.pager__item:nth-child(n+2) {
  margin-left: 20px;
}
.pager a.page-numbers, .pager .current {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #00A9E8;
  border-radius: 50vh;
  font-size: 22px;
  font-weight: 600;
}
.pager a.page-numbers {
  background: #fff;
  color: #00A9E8;
}
.pager a.page-numbers:hover {
  background: #00A9E8;
  color: #fff;
}
.pager .current {
  background: #00A9E8;
  color: #fff;
}
.pager a.prev,
.pager a.next {
  text-decoration: underline;
  font-size: 20px;
  color: #00A9E8;
  border: none;
}
.pager a.prev:hover,
.pager a.next:hover {
  opacity: 0.8;
  background: #fff;
  color: #00A9E8;
}
.pager .dots {
  font-size: 22px;
  color: #00A9E8;
}

.news-article-inner {
  display: flex;
  justify-content: center;
  margin-top: 90px;
  margin-bottom: 90px;
}

.news-article {
  flex: 1;
}
.news-article-head01 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.news-article-content {
  margin: 50px 0;
}
.news-article-content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.news-article p:nth-child(n+2) {
  margin-top: 1em;
}
.news-article ul + p,
.news-article ul + .news-article-head01,
.news-article ol + p,
.news-article ol + .news-article-head01,
.news-article p + .news-article-head01,
.news-article p + ul,
.news-article p + ol {
  margin-top: 1em;
}
.news-article-pic {
  float: right;
  margin: 0 0 0 3%;
}
.news-article-pic img {
  width: 100%;
}
.news-article-size-large {
  width: 60%;
}
.news-article-size-medium {
  width: 40%;
}
.news-article-size-small {
  width: 26%;
  max-width: 200px;
}
.news-article hr {
  border-color: #BCBCBC;
  margin: 1em 0 0 0;
}
.news-article ol.c-list03 {
  padding-left: 1.7em;
}
.news-article ol.c-list03 li {
  list-style: decimal;
  padding-left: 0;
}
.news-article ol.c-list03 li::before {
  content: none;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.size-custom-large {
  width: 100%;
}

.size-custom-medium {
  width: 60%;
}

.size-custom-small {
  width: 40%;
}

img.size-custom-large,
img.size-custom-medium,
img.size-custom-small {
  border: solid 1px #ccc;
}

.top-health .news-article {
  margin: 0;
}
.top-health .news-article__img {
  max-width: 160px;
}

.news-article-nav {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #00A9E8;
  font-size: 18px;
  font-weight: 500;
  padding-top: 30px;
}
.news-article-nav .first,
.news-article-nav .last {
  pointer-events: none;
  text-decoration: none;
  color: #BEBEBE;
}

.news-side-nav {
  width: 300px;
  margin-left: 6%;
}

.news-side-nav-head {
  background: #E9F5FF;
  font-size: 18px;
  line-height: 1.2;
  padding: 15px;
}

.news-category-list a:hover,
.news-list a:hover {
  background: #F6FBFF;
}

.news-category-list {
  margin-bottom: 60px;
}
.news-category-list__item {
  border-bottom: dotted 1px #00A9E8;
}
.news-category-list__item a {
  position: relative;
  display: block;
  padding: 15px 0 15px 20px;
}
.news-category-list__item a::before, .news-category-list__item a::after {
  position: absolute;
  content: "";
  display: block;
}
.news-category-list__item a::before {
  width: 6px;
  height: 6px;
  top: 26px;
  left: 4px;
  border-top: solid 2px #00A9E8;
  border-right: solid 2px #00A9E8;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.news-category-list__item a::after {
  width: 16px;
  height: 16px;
  top: 21px;
  left: 0;
  border: solid 2px #00A9E8;
  border-radius: 50vh;
}

.news-list__item {
  border-bottom: dotted 1px #00A9E8;
}
.news-list__item a {
  display: block;
  padding: 15px 0;
}
.news-list-date {
  display: flex;
  align-items: center;
  line-height: 1;
}
.news-list-date .date {
  font-weight: 500;
  color: #00A9E8;
}
.news-list-title {
  line-height: 1.4;
}
.news-list .news-category {
  width: 80px;
  height: 22px;
  font-size: 13px;
  margin-left: 0.8em;
}
.news-list .news-list-date {
  font-size: 16px;
}
.news-list .news-list-title {
  margin-top: 7px;
}

.message-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
.message-404__title {
  font-size: 44px;
  color: #00A9E8;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.message-404__msg {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .c-section01 {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  .c-inner01 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .header {
    height: 70px;
    align-items: center;
  }
  .header-logo-inner a {
    flex-direction: row;
    margin-top: 0;
  }
  .header-logo__mark {
    width: 35px;
    margin: 0;
  }
  .header-logo__text {
    width: 170px;
    margin: 0 0 0 5px;
  }
  .header-gnav {
    display: none;
  }
  .header-gnav-list {
    font-size: 18px;
  }
  .header-gnav-mobile {
    position: fixed;
    display: block;
    background: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
    border-radius: 0;
    padding: 30px 0 40px 0;
    margin: 0;
    z-index: 999;
  }
  .header-gnav-list {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    margin: 0;
  }
  .header-gnav-list__item:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
  .header-gnav-list__button {
    width: 150px;
    height: 38px;
    font-size: 18px;
  }
  .header-mobile-button {
    position: fixed;
    width: 50px;
    height: 50px;
    display: block;
    top: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
  }
  .header-mobile-button p {
    position: absolute;
    width: 100%;
    bottom: 4.5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    align-items: center;
  }
  .header-access {
    right: 68px;
    background-color: #FBAC10;
    background-image: url(../images/icon_header_access.svg);
    background-repeat: no-repeat;
    background-position: 50% 7px;
    background-size: 30px;
    z-index: 9999;
  }
  .header-gnav-mobile {
    transform: translateY(-100%);
    transition: all 0.3s linear;
  }
  .header-gnav-mobile.active {
    transform: translateY(0);
    pointer-events: auto;
  }
  .header-hamburger {
    right: 10px;
    background: #00A9E8;
    z-index: 9999;
  }
  .header-hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 10px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-hamburger span:nth-child(1) {
    top: 10px;
  }
  .header-hamburger span:nth-child(2) {
    top: 18px;
  }
  .header-hamburger span:nth-child(3) {
    top: 26px;
  }
  .header-hamburger.active span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-hamburger.active span:nth-child(2), .header-hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer {
    padding-top: 50px;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-nav {
    margin-top: 40px;
  }
  .footer-nav-list {
    justify-content: flex-start;
  }
  .footer-copylight {
    padding: 15px 0;
    margin-top: 45px;
  }
  .top-intro-inner {
    width: auto;
    margin-right: 50px;
  }
  .top-intro__pic {
    width: 47.5%;
  }
  .top-service-list {
    width: 100%;
    max-width: 720px;
    justify-content: center;
  }
  .top-service-list__item {
    width: 33.3333333333%;
  }
  .top-service-list__item:nth-child(n+4) {
    margin-top: 5%;
  }
  .about-transport-wrapper {
    flex-direction: column;
  }
  .about-transport-item:nth-child(2) {
    margin: 15px 0 0;
  }
  .news-index-list {
    margin-top: 40px;
  }
  .news-index-list__item {
    width: 48.2%;
  }
  .news-index-list__item:nth-child(n+3) {
    margin-top: 3.2%;
  }
  .news-side-nav {
    width: 250px;
  }
}
/* 1200px end */
@media screen and (max-width: 850px) {
  main {
    padding-top: 70px;
  }
  .c-section01 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .c-section02 {
    padding: 45px 0 50px 0;
  }
  .c-section01 + .c-section01 {
    margin-top: 50px;
  }
  .c-section01 + .c-section02 {
    margin-top: 60px;
  }
  .c-section02 + .c-section01 {
    margin-top: 40px;
  }
  .c-inner01 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .c-category-hd {
    margin-left: 0;
  }
  .c-category-hd__pic {
    height: 300px;
    margin-left: 8%;
  }
  .c-category-hd__pic img {
    margin-left: 0px;
    border-radius: 0 150px 0 150px;
  }
  .c-category-hd__inner {
    width: 310px;
    height: 100px;
    margin-left: 30px;
  }
  .c-category-hd__title {
    font-size: 30px;
  }
  .c-head01 {
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .c-head01 span {
    font-size: 16px;
  }
  .c-head01::after {
    width: 40px;
  }
  .c-head02 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .c-head02 span {
    margin-top: 3px;
  }
  .c-head05 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .c-table01 th, .c-table01 td {
    padding: 15px;
  }
  .header {
    background: rgba(255, 255, 255, 0.95);
  }
  .header-logo {
    width: auto;
    margin-left: 15px;
  }
  .header-gnav-mobile {
    padding: 60px 0 30px 0;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-inner {
    align-items: start;
  }
  .footer-info {
    width: 100%;
  }
  .footer-nav {
    margin-top: 40px;
  }
  .footer-copylight {
    padding: 15px 0;
    margin-top: 40px;
  }
  .top-mv-pic {
    height: 460px;
    margin-left: 8%;
  }
  .top-mv-pic img {
    border-radius: 0 150px 0 150px;
  }
  .top-mv-catch {
    bottom: 110px;
    left: 5%;
    font-size: 38px;
  }
  .top-intro-section {
    margin-top: -50px;
  }
  .top-intro-section::after {
    width: 66%;
    height: 470px;
  }
  .top-intro-inner {
    width: auto;
    margin-left: 0;
    margin-right: 30px;
  }
  .top-intro {
    padding-top: 90px;
  }
  .top-intro__pic {
    width: 44.2%;
  }
  .top-intro__pic img {
    border-radius: 80px 0 80px;
  }
  .top-intro__pic-text {
    width: 51%;
  }
  .top-intro__pic-text p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .top-intro__pic-text img {
    margin-top: 1.5em;
  }
  .top-service-section {
    margin-top: 50px;
  }
  .top-service-head {
    margin-bottom: 35px;
  }
  .top-service-list__item:nth-child(n+4) {
    margin-top: 5%;
  }
  .top-service-list__item a {
    width: 84%;
  }
  .top-news-head {
    text-align: center;
  }
  .top-news-inner {
    flex-direction: column;
  }
  .top-health {
    width: 100%;
    max-width: none;
  }
  .top-news {
    margin: 40px 0 0 0;
  }
  .top-recruit-section {
    padding-bottom: 60px;
  }
  .top-recruit-section::after {
    width: 65%;
    height: 230px;
  }
  .top-recruit-wrapper {
    flex-direction: column;
  }
  .top-recruit-text {
    width: 100%;
    background-position-x: 50%;
    background-size: 70%;
    padding-top: 18%;
  }
  .top-recruit-head {
    text-align: center;
    margin-bottom: 0.5em;
  }
  .top-recruit-catch {
    text-align: center;
    margin-bottom: 0.6em;
  }
  .top-recruit-pic {
    width: 100%;
    margin-top: 40px;
  }
  .service-section {
    margin-top: 50px;
  }
  /*
  .prescription{
    &-pic{
      width: 100px;
      &::after{
        width: 2.5px;
        height: calc(100% - 100px);
      }
      &::before{
        border-top: solid 2.5px $base-color01;
        border-right: solid 2.5px $base-color01;
      }
    }
    &-text{
      min-height: 150px;
      margin-left: 30px;
      padding-bottom: 20px;
    }
    &-head{
      font-size: 20px;
      margin-bottom: 5px;
    }
  }
  */
  .prescription-pic {
    width: 40%;
    border-radius: 60px 0;
    margin: 5px 0 0 4%;
  }
  .home-visit-flow {
    margin-top: 30px;
  }
  .home-visit-flow__item {
    width: 48%;
  }
  .home-visit-flow__item:nth-child(n+3) {
    margin-top: 4%;
  }
  .waiting-time-head01 {
    font-size: 22px;
  }
  .waiting-time-head02 {
    margin: 20px 0 15px;
  }
  .medicine-box {
    border-radius: 20px;
    padding: 20px;
  }
  .medicine-box:nth-child(n+3) {
    margin-top: 4%;
  }
  .medicine-head {
    font-size: 18px;
    margin: 10px 0 5px 0;
  }
  .medicine-head br {
    display: none;
  }
  .service-mynumber-section {
    padding: 40px 0;
  }
  .service-mynumber-pic {
    width: 25%;
    margin-right: 3%;
  }
  .service-mynumber-head {
    font-size: 22px;
    margin-bottom: 0;
  }
  .service-mynumber-list li:nth-child(n+2) {
    margin-top: 0.4em;
  }
  .service-ativity-section {
    padding-bottom: 60px;
  }
  .service-ativity-head01 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .service-ativity-head01 span {
    font-size: 16px;
  }
  .service-ativity-list li:nth-child(n+2) {
    margin-top: 0.4em;
  }
  /*
  .service-contents{
    margin-top: 40px;
    &__pic{
      width: 42%;
      img{
        border-radius: 60px 0;
      }
    }
    &__text{
      width: 53%;
    }
    &__head{
      font-size: 22px;
      margin-bottom: 0.6em;
    }

    &:nth-of-type(even){
      .service-contents__pic{
        img{
          border-radius: 0 60px;
        }
      }
    }
    & + &{
      margin-top: 40px;
    }
  }
  */
  .about-message-pic {
    border-radius: 20px;
    margin: 0 0 1.2em 4.5%;
  }
  .about-message-catch {
    font-size: 20px;
  }
  .about-message-catch br {
    display: none;
  }
  .about-message-name img {
    margin-left: 15px;
    width: 160px;
  }
  .about-access-link {
    display: block;
    margin-left: 0;
  }
  .about-address-info {
    display: block;
  }
  .about-address-info__address {
    margin-right: 0;
  }
  .about-address-info__tel::after {
    content: none;
    margin: 0;
  }
  .about-staff-container {
    width: 48%;
  }
  .about-staff-container:nth-child(n+3) {
    margin-top: calc(4% + 25px);
  }
  .c-contact {
    flex-direction: column;
    font-size: 26px;
    margin-top: 15px;
  }
  .c-contact__email {
    margin: 5px 0 0;
  }
  .about-link-wrapper {
    flex-direction: column;
  }
  .about-link-container {
    width: 100%;
  }
  .about-link-container:nth-child(n+2) {
    margin-top: 30px;
  }
  .recruit-study-wrapper {
    margin-top: 20px;
  }
  .recruit-study-pic img {
    border-radius: 18px;
  }
  .recruit-study-title {
    font-size: 20px;
    margin: 12px 0 5px 0;
  }
  .recruit-scholarship-wrap {
    margin-top: 40px;
  }
  .recruit-require + .recruit-require {
    margin-top: 20px;
  }
  .recruit-require-title__job {
    border-right: solid 100px;
    padding: 15px;
  }
  .recruit-require-title__job .category {
    font-size: 16px;
  }
  .recruit-require-title__job .job {
    font-size: 18px;
    margin-left: 15px;
  }
  .recruit-require-title__toggle-btn:before {
    width: 100px;
    font-size: 16px;
  }
  .recruit-require-contents {
    padding: 30px;
    margin: 20px 0;
  }
  .recruit-charge__pic {
    width: 40%;
    max-width: 400px;
    float: right;
    margin-left: 4%;
  }
  .recruit-charge__pic img {
    width: 100%;
    border-radius: 40px;
  }
  .recruit-charge__title {
    font-size: 26px;
    font-weight: 500;
    color: #00A9E8;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .recruit-charge__name {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  .recruit-charge__name span {
    font-size: 18px;
    margin-right: 0.5em;
  }
  .recruit-charge::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .recruit-tour-section {
    margin-bottom: 90px;
  }
  .recruit-charge-pic img {
    border-radius: 20px;
  }
  .recruit-charge-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .recruit-charge-name {
    font-size: 24px;
  }
  .recruit-charge-name span {
    font-size: 16px;
  }
  .recruit-tour-section {
    margin-bottom: 60px;
  }
  .recruit-tour {
    padding: 25px;
  }
  .recruit-tour-title {
    font-size: 26px;
  }
  .recruit-tour-summary01 {
    font-size: 18px;
  }
  .recruit-tour-summary02 {
    margin-top: 10px;
  }
  .c-news-head {
    padding-bottom: 10px;
  }
  .c-news-head__title {
    font-size: 26px;
  }
  .news-index-list {
    margin-top: 35px;
  }
  .news-index-list__item a {
    padding: 15px;
  }
  .news-index-list__pic {
    width: 90px;
    height: 90px;
  }
  .news-index-list__pic img {
    max-width: 90px;
    max-height: 90px;
  }
  .news-index-list__title-inner {
    width: calc(100% - 105px); /* 100% - 画像幅 + 左マージン */
    margin-left: 15px;
  }
  .news-index-list__title {
    font-size: 17px;
  }
  .news-index-list__text {
    margin-top: 10px;
  }
  .news-index-pager-wrap {
    margin: 30px 0 50px 0;
  }
  .pager__item:nth-child(n+2) {
    margin-left: 15px;
  }
  .pager a.page-numbers, .pager .current {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .pager a.prev,
  .pager a.next {
    font-size: 18px;
  }
  .pager .dots {
    font-size: 18px;
  }
  .news-article-inner {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .news-article-content {
    margin: 35px 0;
  }
  .news-article-nav {
    padding-top: 25px;
  }
  .news-side-nav {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .news-category-list {
    margin-bottom: 50px;
  }
  .message-404 {
    margin-bottom: 50px;
  }
  .message-404__title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .message-404__msg {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
/* 840px end */
@media screen and (max-width: 680px) {
  .news-index-list__item {
    width: 100%;
  }
  .news-index-list__item:nth-child(n+2) {
    margin-top: 3.2%;
  }
}
/* 680px end */
@media screen and (max-width: 540px) {
  main {
    padding-top: 60px;
  }
  .c-article01 {
    margin-top: 35px;
  }
  .c-section01 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-section02 {
    padding: 30px 0 35px 0;
  }
  .c-section01 + .c-section01 {
    margin-top: 40px;
  }
  .c-section01 + .c-section02 {
    margin-top: 35px;
  }
  .c-section02 + .c-section01 {
    margin-top: 30px;
  }
  .c-button01 {
    width: 170px;
    height: 50px;
    font-size: 18px;
  }
  .c-button01::before {
    bottom: 10px;
  }
  .c-button01::after {
    bottom: 10px;
  }
  .c-inner01 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-category-hd__pic {
    height: 250px;
    margin-left: 9%;
  }
  .c-category-hd__pic img {
    border-radius: 0 100px 0 100px;
  }
  .c-category-hd__inner {
    justify-content: flex-start;
    width: 200px;
    height: auto;
    border-radius: 0 35px 0 0;
    padding-top: 15px;
    margin-left: 9%;
  }
  .c-head01 {
    font-size: 26px;
  }
  .c-head01 span {
    font-size: 15px;
  }
  .c-head02 {
    font-size: 26px;
  }
  .c-head02 span {
    margin-top: 3px;
  }
  .c-head04 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .c-head05 {
    font-size: 24px;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .c-table01 th, .c-table01 td {
    padding: 12px;
  }
  .c-table01 th {
    border-radius: 10px 0 0 10px;
  }
  .c-table01 td {
    border-radius: 0 10px 10px 0;
  }
  .c-table02 tr {
    display: flex;
    flex-direction: column;
  }
  .c-table02 th, .c-table02 td {
    width: 100%;
  }
  .c-table02 tr:first-child td {
    border-top: none;
  }
  .c-table02 th {
    border-bottom: none;
    padding: 12px 0 0 0;
    white-space: nowrap;
  }
  .c-table02 td {
    padding: 2px 0 12px 0;
  }
  .c-link-tel:link {
    color: #00A9E8;
    text-decoration: underline;
  }
  .header {
    height: 60px;
  }
  .header-logo {
    margin-left: 12px;
  }
  .header-logo__mark {
    width: 26px;
  }
  .header-logo__text {
    width: 146px;
    margin: 0 0 0 5px;
  }
  .header-gnav-list__item:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
  .header-gnav-list__button {
    width: 150px;
    height: 38px;
    font-size: 18px;
  }
  .header-scroll .header-logo__mark {
    width: 26px;
  }
  .header-scroll .header-logo__text {
    width: 146px;
  }
  .header-mobile-button {
    width: 44px;
    height: 44px;
    top: 8px;
  }
  .header-mobile-button p {
    bottom: 3px;
    font-size: 11px;
  }
  .header-access {
    right: 57px;
    background-position: 50% 7px;
    background-size: 26px;
  }
  .header-hamburger {
    right: 8px;
  }
  .header-hamburger span {
    width: 26px;
    height: 1px;
    left: 9px;
  }
  .header-hamburger span:nth-child(1) {
    top: 9px;
  }
  .header-hamburger span:nth-child(2) {
    top: 16px;
  }
  .header-hamburger span:nth-child(3) {
    top: 23px;
  }
  .header-hamburger.active span:nth-child(1), .header-hamburger.active span:nth-child(2), .header-hamburger.active span:nth-child(3) {
    top: 17px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer-inner {
    align-items: center;
  }
  .footer-info {
    text-align: center;
  }
  .footer-info__tel-fax {
    flex-direction: column;
    align-items: center;
  }
  .footer-info__tel-fax a[href*="tel:"] {
    justify-content: center;
    width: 100%;
    max-width: 290px;
    height: 45px;
    background: #fff;
    border-radius: 50vh;
    font-weight: 500;
    color: #00A9E8;
  }
  .footer-info__tel-fax a[href*="tel:"]::after {
    content: none;
  }
  .footer-info__tel-fax p {
    margin-top: 10px;
  }
  .footer-info__tel-fax p .number {
    font-size: 20px;
  }
  .footer-info__button-wrapper {
    justify-content: center;
    margin: 15px 0 20px;
  }
  .footer-info__open {
    text-align: left;
  }
  .footer-info__open-table {
    margin: 10px 0 10px;
  }
  .footer-info__open-table td, .footer-info__open-table th {
    font-size: 14px;
    padding: 5px 0;
  }
  .footer-nav {
    width: 100%;
    margin-top: 30px;
  }
  .footer-nav-list {
    width: 100%;
    flex-direction: column;
  }
  .footer-nav-list:first-child .footer-nav-list__item {
    display: block;
  }
  .footer-nav-list:first-child a {
    display: block;
    background: #22C0FB;
    padding: 10px;
    text-decoration: none;
  }
  .footer-nav-list__item:first-child a {
    border-radius: 10px 10px 0 0;
  }
  .footer-nav-list__item:last-child a {
    border-radius: 0 0 10px 10px;
  }
  .footer-nav-list__item:nth-child(n+2) {
    border-top: solid 1px #fff;
    margin-left: 0;
  }
  .footer-nav-list + .footer-nav-list {
    margin-top: 15px;
  }
  .footer-copylight {
    font-size: 0.8rem;
    padding: 10px 0;
    margin-top: 35px;
  }
  .top-mv-pic {
    height: 340px;
    margin-left: 9%;
  }
  .top-mv-pic img {
    border-radius: 0 100px 0 100px;
  }
  .top-mv-catch {
    bottom: 70px;
    left: 15px;
    font-size: clamp(18px, 7vw, 28px);
    font-weight: 500;
  }
  .top-intro-section {
    margin-top: 0;
  }
  .top-intro-section::after {
    width: 95%;
    height: 460px;
    top: 10%;
  }
  .top-intro-inner {
    margin-right: 0;
  }
  .top-intro {
    flex-direction: column;
    padding-top: 0;
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .top-intro__pic {
    width: 85%;
    max-width: 340px;
  }
  .top-intro__pic-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin: 25px 0 0 0;
  }
  .top-intro__pic-text p {
    margin: 0 20px;
  }
  .top-intro__pic-text img {
    margin-top: 25px;
    width: 85%;
    max-width: 340px;
  }
  .top-service-section {
    margin-top: 35px;
  }
  .top-service-head {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .top-service-head span {
    font-size: 16px;
    margin-top: 3px;
  }
  .top-service-list {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .top-service-list__item {
    width: 48%;
  }
  .top-service-list__item:nth-child(n+3) {
    margin-top: 6%;
  }
  .top-service-list__item a {
    width: 92%;
  }
  .top-service-list-title {
    font-size: 1rem;
    margin-top: 8px;
  }
  .top-service-list-title br {
    display: block;
  }
  .top-news-head {
    margin-bottom: 20px;
  }
  .top-health__block {
    border-radius: 20px;
    padding: 20px;
  }
  .top-health__title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .top-health__title span {
    width: 70px;
    height: 35px;
    margin-right: 10px;
  }
  .top-news {
    margin: 30px 0 0 0;
  }
  .top-recruit-section {
    padding-bottom: 40px;
  }
  .top-recruit-section::after {
    width: 80%;
    height: 130px;
  }
  .top-recruit-text {
    background-size: 74%;
    padding-top: 20%;
  }
  .top-recruit-head {
    font-size: 30px;
    margin-bottom: 0.4em;
  }
  .top-recruit-catch {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.5em;
  }
  .top-recruit-catch br {
    display: none;
  }
  .top-recruit-pic {
    margin-top: 20px;
  }
  .top-recruit-pic img {
    border-radius: 35px;
  }
  .top-recruit-button-wrapper {
    width: 100%;
    margin-top: 35px;
  }
  .top-recruit-button-container {
    width: calc(50% - 20px);
  }
  .top-recruit-button-container:nth-child(n+2) {
    margin-left: 25px;
  }
  .top-recruit-button-container:nth-child(n+3) {
    margin: 20px 0 0 0;
  }
  .service-section {
    margin-top: 30px;
  }
  /*
  .prescription{
    &-pic{
      width: 60px;
      &::after{
        width: 1.5px;
        height: calc(100% - 60px);
      }
      &::before{
        border-top: solid 1.5px $base-color01;
        border-right: solid 1.5px $base-color01;
      }
    }
    &-text{
      margin-left: 15px;
      padding-bottom: 20px;
    }
  }
  */
  .prescription-pic {
    display: block;
    float: none;
    width: 90%;
    max-width: 90%;
    border-radius: 50px 0;
    margin: 0 auto 10px auto;
  }
  .home-visit-flow {
    margin-top: 20px;
  }
  .home-visit-flow__item {
    width: 100%;
  }
  .home-visit-flow__item:nth-child(n+2) {
    margin-top: 20px;
  }
  .health-support-mark {
    display: block;
    float: none;
    margin: 0 auto 15px auto;
  }
  .waiting-time-img {
    width: 100%;
    max-width: 260px;
  }
  .waiting-time-text {
    flex: auto;
    width: 100%;
    margin: 15px 0 0;
  }
  .waiting-time-head01 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
  }
  .waiting-time-head02 {
    margin: 10px 0;
  }
  .waiting-time-list {
    max-width: 100%;
  }
  .waiting-time-list__item {
    height: auto;
  }
  .medicine-box {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
  }
  .medicine-box:nth-child(n+2) {
    margin-top: 20px;
  }
  .medicine-head {
    font-size: 18px;
    margin: 15px 0 10px 0;
  }
  .medicine-head br {
    display: none;
  }
  .service-mynumber {
    flex-direction: column;
  }
  .service-mynumber-section {
    padding: 30px 0;
  }
  .service-mynumber-pic {
    width: 70%;
    margin: 0 auto 10px auto;
  }
  .service-mynumber-head {
    font-size: 20px;
    text-align: center;
  }
  .c-section01 + .service-mynumber-section {
    margin-top: 30px;
  }
  .service-ativity-section {
    padding-bottom: 40px;
  }
  .service-ativity-head01 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .service-ativity-head02 {
    margin-bottom: 0.4em;
  }
  .service-ativity-summary + .service-ativity-head02,
  .service-ativity-list + .service-ativity-head02 {
    margin-top: 25px;
  }
  /*
  .service-contents{
    flex-direction: column;
    margin-top: 30px;
    &__pic{
      width: auto;
      margin: 0 9% 0 0;
    }
    &__text{
      width: auto;
      margin: 20px 20px 0 20px;
    }
    &__head{
      margin-bottom: 10px;
    }
    &:nth-of-type(even){
      flex-direction: column;
      .service-contents__pic{
        margin: 0 0 0 9%;
      }
    }
    & + &{
      margin-top: 25px;
    }
  }
  */
  .about-message-pic {
    display: flex;
    float: none;
    width: 90%;
    border-radius: 25px;
    margin: 0 auto 20px auto;
  }
  .about-message-name img {
    width: 150px;
  }
  .about-map iframe {
    height: 400px;
  }
  .about-address-head {
    font-size: 16px;
    margin: 20px 0 5px 0;
  }
  .about-address-head span {
    display: block;
    font-size: 18px;
    margin-left: 0;
  }
  .about-address-info {
    display: block;
  }
  .about-address-info__address {
    margin-right: 0;
  }
  .about-address-info__fax span {
    display: block;
    margin-left: 2.3em;
  }
  .about-address-info__fax span::before {
    content: none;
  }
  .about-access-head01 {
    margin-top: 20px;
  }
  .about-transport-head {
    font-size: 18px;
    margin-top: 20px;
  }
  .about-transport-wrapper {
    margin-top: 15px;
  }
  .about-transport-item {
    align-items: flex-start;
  }
  .about-transport-item:nth-child(2) {
    margin-top: 25px;
  }
  .about-transport-text p + p {
    margin-top: 10px;
  }
  .about-staff-container {
    width: 100%;
  }
  .about-staff-container:nth-child(n+2), .about-staff-container:nth-child(n+3) {
    margin-top: 60px;
  }
  .c-contact {
    flex-direction: column;
    font-weight: 500;
    margin-top: 10px;
  }
  .c-contact__tel, .c-contact__email {
    width: 100%;
    border: solid 1px #00A9E8;
    font-size: 22px;
    justify-content: center;
    color: #00A9E8;
    padding: 10px 0;
  }
  .c-contact__tel span, .c-contact__email span {
    font-size: 14px;
  }
  .c-contact__tel {
    font-size: 20px;
  }
  .c-contact__email {
    font-size: 16px;
    margin-top: 10px;
  }
  .c-contact__email .c-link01 {
    text-decoration: none;
  }
  .recruit-study-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }
  .recruit-study-container {
    width: 100%;
  }
  .recruit-study-container:nth-child(n+2) {
    margin-top: 20px;
  }
  .recruit-study-pic img {
    border-radius: 25px;
  }
  .recruit-study-title {
    font-size: 22px;
    margin: 15px 0 5px 0;
  }
  .recruit-scholarship-wrap {
    margin-top: 30px;
  }
  .recruit-require + .recruit-require {
    margin-top: 12px;
  }
  .recruit-require-title__job {
    border-right: solid 60px;
    border-radius: 10px;
    padding: 10px;
  }
  .recruit-require-title__job .category {
    width: 6.5em;
    height: 25px;
    font-size: 12px;
  }
  .recruit-require-title__job .job {
    width: calc(100% - 6.5em);
    font-size: 16px;
    margin-left: 10px;
  }
  .recruit-require-title__toggle-btn:before {
    width: 60px;
    font-size: 13px;
  }
  .recruit-require-contents {
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0;
  }
  .recruit-charge-pic {
    width: 90%;
    float: none;
    margin: 0 auto 15px auto;
  }
  .recruit-charge-pic img {
    border-radius: 25px;
  }
  .recruit-charge-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 8px;
  }
  .recruit-charge-name {
    justify-content: center;
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .recruit-charge-name span {
    font-size: 1rem;
  }
  .recruit-tour-section {
    margin-bottom: 40px;
  }
  .c-section01 + .recruit-tour-section {
    margin-top: 20px;
  }
  .recruit-tour-container {
    padding: 18px 15px;
  }
  .recruit-tour-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .recruit-tour-summary01 {
    font-size: 18px;
  }
  .recruit-tour-summary02 {
    margin-top: 5px;
    text-align: left;
  }
  .recruit-tour-charge {
    font-size: 1rem;
    margin-top: 10px;
  }
  .c-news-head {
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .c-news-head__title {
    font-size: 24px;
  }
  .c-news-index-head {
    flex-direction: column;
  }
  .c-news-index-head .c-news-head__category {
    margin: 5px 0 0;
  }
  .c-news-index-head .c-news-head__category__item:nth-child(n+2) {
    margin-left: 8px;
  }
  .c-news-article-head {
    flex-direction: column-reverse;
  }
  .c-news-article-head .c-news-head__date-category {
    margin: 0 0 5px 0;
  }
  .news-index-list {
    margin-top: 25px;
  }
  .news-index-list__item:nth-child(n+2) {
    margin-top: 20px;
  }
  .news-index-list__title-wrap {
    align-items: flex-start;
  }
  .news-index-pager-wrap {
    margin: 20px 0 40px 0;
  }
  .pager {
    gap: 6px;
  }
  .pager__item:nth-child(n+2) {
    margin-left: 6px;
  }
  .pager a.page-numbers, .pager .current {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .pager a.prev,
  .pager a.next {
    width: 32px;
    font-size: 15px;
  }
  .pager .dots {
    font-size: 15px;
  }
  .news-article-inner {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .news-article-content {
    margin: 25px 0;
  }
  .news-article-pic {
    float: none;
    margin: 0 auto 15px auto;
  }
  .news-article-size-large {
    width: 100%;
  }
  .news-article-size-medium {
    width: 70%;
  }
  .news-article-size-small {
    width: 50%;
  }
  .size-custom-large {
    width: 100%;
  }
  .size-custom-medium {
    width: 80%;
  }
  .size-custom-small {
    width: 60%;
  }
  .top-health .news-article__img {
    width: 60%;
    float: none;
    margin: 0 auto 15px auto;
  }
  .news-article-nav {
    padding-top: 20px;
  }
  .news-side-nav {
    margin-top: 40px;
  }
  .news-category-list {
    margin-bottom: 40px;
  }
  .message-404 {
    margin-bottom: 40px;
  }
  .message-404__title {
    font-size: 30px;
  }
  .message-404__msg {
    font-size: 16px;
  }
}
/* 600px end */
@media screen and (max-height: 400px) {
  .header-gnav-mobile {
    height: 100%;
    overflow: scroll;
  }
  .news-index-list__title-wrap {
    align-items: flex-start;
  }
  .news-index-list__date {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-index-list__date .news-category {
    margin: 5px 0 0;
  }
  .news-article-inner {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .news-article-content {
    margin: 35px 0;
  }
  .news-article-nav {
    padding-top: 25px;
  }
  .news-side-nav {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .news-category-list {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
