header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mv {
  position: relative;
  opacity: 0;
}
.mv .mv_text {
  width: 67.5%;
  position: absolute;
  bottom: 55px;
  left: 18px;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_text {
    width: 32%;
    bottom: 14.3%;
    left: 4.5%;
  }
}
.mv .mv_text img {
  width: 100%;
}
.mv .mv_text span {
  display: block;
  overflow: hidden;
}
.mv .mv_text span:nth-child(1) {
  width: 26.7%;
  margin-bottom: 4.85%;
}
.mv .mv_text span:nth-child(2) {
  width: 100%;
  margin-bottom: 3.8%;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_text span:nth-child(2) {
    margin-bottom: 2.9%;
  }
}
.mv .mv_text span:nth-child(3) {
  width: 73.2%;
}
.mv .mv_text .bdr {
  padding-bottom: 6px;
  border-bottom: 1px solid #FFF;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_text .bdr {
    padding-bottom: 10px;
    border-bottom: 2px solid #FFF;
  }
}
.mv .mv_text .fadetext img {
  transform: translateY(100%);
  opacity: 0;
}
.mv.load {
  animation: mv_img_fade 1s 0s ease-out forwards;
}
.mv.load .mv_text .fadetext:nth-child(1) img {
  animation: mv_text_fade 1.8s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.mv.load .mv_text .fadetext:nth-child(2) img {
  animation: mv_text_fade 1.8s 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.mv.load .mv_text .fadetext:nth-child(3) img {
  animation: mv_text_fade 1.8s 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.mv .splide__slide img {
  width: 100%;
  transform: scale(1.06);
  transition: 10s ease-out;
}
.mv .splide__slide.is-active img {
  transform: scale(1);
  transition-delay: 0s;
}
.mv .splide__toggle {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  width: 55px;
  padding: 8px 10px 8px 20px;
  background-color: #DBDBDB;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .mv .splide__toggle {
    bottom: 7%;
    right: 20px;
  }
}
.mv .splide__toggle::before, .mv .splide__toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.mv .splide__toggle::before {
  width: 8px;
  height: 8px;
  background-color: #2C3438;
  clip-path: polygon(8px 50%, 0% 0%, 0% 8px);
  left: 10px;
}
.mv .splide__toggle::after {
  content: none;
}
.mv .splide__toggle.is-active::before, .mv .splide__toggle.is-active::after {
  width: 2px;
  height: 10px;
  background-color: #2C3438;
}
.mv .splide__toggle.is-active::before {
  left: 10px;
  clip-path: none;
}
.mv .splide__toggle.is-active::after {
  content: "";
  left: 14px;
}
@media print, screen and (min-width: 768px) {
  .mv .splide__toggle:hover {
    color: #FFF;
    background-color: #037CC8;
  }
  .mv .splide__toggle:hover::before, .mv .splide__toggle:hover::after {
    background-color: #FFF;
  }
}
.mv .splide__pagination {
  position: absolute;
  bottom: 23px;
  right: 85px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mv .splide__pagination {
    bottom: calc(7% + 8px);
    right: 95px;
  }
}
.mv .splide__pagination li:not(:last-child) {
  margin-right: 10px;
}
.mv .splide__pagination li button {
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #037CC8;
  background-color: transparent;
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
}
.mv .splide__pagination li button::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #037CC8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}
.mv .splide__pagination li button.is-active {
  background-color: #037CC8;
}
.mv .splide__pagination li button.is-active::after {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .mv .splide__pagination li button:hover {
    background-color: #037CC8;
  }
}

@keyframes mv_img_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv_text_fade {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.index_navi {
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .index_navi {
    padding: 18px 0 18px 0;
    margin-top: -1.3%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    z-index: 3;
  }
}
.index_navi .page_inner_l {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .index_navi .page_inner_l {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .index_navi .page_inner_l {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1300px) {
  .index_navi .page_inner_l {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 768px) {
  .index_navi ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.index_navi li {
  padding: 0 26px;
  border-bottom: 1px solid #DBDBDB;
}
@media print, screen and (min-width: 768px) {
  .index_navi li {
    width: 20%;
    display: flex;
    padding: 0;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 768px) {
  .index_navi li:not(:last-child) {
    border-right: 1px solid #DBDBDB;
  }
}
.index_navi a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 10px;
}
@media print, screen and (min-width: 768px) {
  .index_navi a {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 12px 10px;
  }
}
.index_navi img {
  width: 36px;
  display: block;
  margin-right: 20px;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .index_navi img {
    width: 44px;
    margin: 0 auto 5px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .index_navi img {
    width: 52px;
  }
}
@media print, screen and (min-width: 1300px) {
  .index_navi img {
    width: 60px;
  }
}
.index_navi .text {
  flex: 1;
  margin: auto 0;
}
@media print, screen and (min-width: 768px) {
  .index_navi .text {
    flex: none;
  }
}
.index_navi .text .arrow_link {
  font-size: 1.6rem;
  color: #2C3438;
  line-height: 1.5;
  display: block;
  padding-right: 30px;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .index_navi .text .arrow_link {
    display: inline-block;
  }
}
@media print, screen and (min-width: 1024px) {
  .index_navi .text .arrow_link {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .index_navi .text .arrow_link {
    font-size: 1.8rem;
    padding-right: 35px;
  }
}
.index_navi .text br {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .index_navi .text br {
    display: block;
  }
}
@media print, screen and (min-width: 1300px) {
  .index_navi .text br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .index_navi a:hover img {
    transform: scale(1.1);
  }
}
@media print, screen and (min-width: 768px) {
  .index_navi a:hover .arrow_link {
    color: #037CC8;
  }
  .index_navi a:hover .arrow_link::before {
    color: #037CC8;
  }
  .index_navi a:hover .arrow_link::after {
    background-color: #FFF;
  }
}
.index_navi.no_important_notice ul li:last-child {
  border-bottom: none;
}

.important_notice {
  padding: 18px 0 28px 0;
  margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
  .important_notice {
    padding: 10px 0 35px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .important_notice {
    padding: 10px 0 45px 0;
  }
}

.important_notice_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px;
  border-radius: 10px;
  background-color: #ffecf0;
}
@media print, screen and (min-width: 768px) {
  .important_notice_content {
    padding: 20px 4%;
  }
}
@media print, screen and (min-width: 1024px) {
  .important_notice_content {
    padding: 22px 5%;
  }
}
@media print, screen and (min-width: 1300px) {
  .important_notice_content {
    padding: 23px 6.15%;
  }
}
.important_notice_content h2 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #F22553;
  line-height: 1.5;
  width: 100%;
  padding: 0 0 0 32px;
  margin-bottom: 18px;
  background: url(../img/index/important_notice_icon.svg) no-repeat left center;
  background-size: 21px auto;
}
@media print, screen and (min-width: 768px) {
  .important_notice_content h2 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 821px) {
  .important_notice_content h2 {
    width: auto;
    padding: 0 4.4% 0 32px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .important_notice_content h2 {
    font-size: 1.8rem;
  }
}
.important_notice_content ul {
  width: 100%;
}
@media print, screen and (min-width: 821px) {
  .important_notice_content ul {
    flex: 1;
    padding-left: 4%;
    border-left: 1px solid #F22553;
  }
}
@media print, screen and (min-width: 1024px) {
  .important_notice_content ul {
    padding-left: 5%;
  }
}
@media print, screen and (min-width: 1300px) {
  .important_notice_content ul {
    padding-left: 5.9%;
  }
}
.important_notice_content ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .important_notice_content ul li:not(:last-child) {
    margin-bottom: 13px;
  }
}
.important_notice_content ul a {
  color: #F22553;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .important_notice_content ul a {
    padding-right: 25px;
  }
}
.important_notice_content ul a::after {
  content: none;
  width: 5px;
  height: 5px;
  display: block;
  border-top: 1px solid #F22553;
  border-right: 1px solid #F22553;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .important_notice_content ul a::after {
    content: "";
  }
}
.important_notice_content ul .date {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0;
  margin-right: 8px;
}
@media print, screen and (min-width: 768px) {
  .important_notice_content ul .date {
    font-size: 1.3rem;
    margin-right: 20px;
  }
}
.important_notice_content ul .category {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .important_notice_content ul .category {
    width: 155px;
    flex: none;
    margin-right: 20px;
  }
}
.important_notice_content ul .category p {
  font-size: 1.1rem;
  text-align: center;
  padding: 2px 10px 2px 10px;
  margin: 4px;
  border: 1px solid #F22553;
  border-radius: 12px;
}
@media print, screen and (min-width: 768px) {
  .important_notice_content ul .category p {
    font-size: 1.2rem;
    width: 100%;
    padding: 1px 10px 2px 10px;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .important_notice_content ul .category p:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.important_notice_content ul .title {
  letter-spacing: 0.04em;
  width: 100%;
  margin-top: 5px;
  transition: font-weight 0.3s;
}
@media print, screen and (min-width: 821px) {
  .important_notice_content ul .title {
    flex: 1;
    margin-top: 0;
  }
}
.important_notice_content ul .title span {
  background-image: linear-gradient(#F22553, #F22553);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
@media print, screen and (min-width: 768px) {
  .important_notice_content ul a:hover .title {
    font-weight: bold;
  }
  .important_notice_content ul a:hover .title span {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}

.upper {
  padding: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .upper {
    padding: 55px 0 55px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .upper {
    padding: 70px 0 70px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .upper {
    padding: 80px 0 85px 0;
  }
}
.upper .page_inner_l {
  display: flex;
  flex-wrap: wrap;
}
.upper .upper_blk {
  border-radius: 20px;
  background-color: #FFF;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .upper .upper_blk {
    box-shadow: 0 4px 11px rgba(25, 30, 62, 0.08);
  }
}
.upper .outpatient {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 821px) {
  .upper .outpatient {
    width: calc((100% - 20px) * 0.457);
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .upper .outpatient {
    width: calc((100% - 30px) * 0.457);
  }
}
.upper .access {
  width: 100%;
}
@media print, screen and (min-width: 821px) {
  .upper .access {
    width: calc((100% - 20px) * 0.543);
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .upper .access {
    width: calc((100% - 30px) * 0.543);
  }
}
.upper h2 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  padding: 18px;
  background: rgb(144, 208, 251);
  background: linear-gradient(0deg, rgb(144, 208, 251) 0%, rgb(75, 178, 248) 100%);
}
@media print, screen and (min-width: 768px) {
  .upper h2 {
    font-size: 2.3rem;
    padding: 19px;
  }
}
@media print, screen and (min-width: 1300px) {
  .upper h2 {
    font-size: 2.4rem;
    padding: 21px;
  }
}
.upper .upper_content {
  padding: 20px 20px 30px 20px;
}
@media print, screen and (min-width: 768px) {
  .upper .upper_content {
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .upper .upper_content {
    padding: 30px 30px;
  }
}
@media print, screen and (min-width: 1300px) {
  .upper .upper_content {
    padding: 42px 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .upper .upper_content dl {
    display: flex;
    align-items: flex-start;
  }
}
.upper .upper_content dt {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px 0 5px 35px;
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-position: left center;
  transform: translateY(-2px);
}
@media print, screen and (min-width: 768px) {
  .upper .upper_content dt {
    font-size: 1.3rem;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 1024px) {
  .upper .upper_content dt {
    margin-bottom: 0;
  }
}
.upper .upper_content .time dt {
  background-image: url(../img/index/icon_time.svg);
  background-size: 24px auto;
}
@media print, screen and (min-width: 768px) {
  .upper .upper_content .time dt {
    background-size: 26px auto;
  }
}
.upper .upper_content .holiday dt {
  background-image: url(../img/index/icon_holiday.svg);
  background-size: 23px auto;
}
@media print, screen and (min-width: 768px) {
  .upper .upper_content .holiday dt {
    background-size: 25px auto;
  }
}
.upper .upper_content .medical_subject dt {
  background-image: url(../img/index/icon_medical_subject.svg);
  background-size: 22px auto;
}
@media print, screen and (min-width: 768px) {
  .upper .upper_content .medical_subject dt {
    background-size: 24px auto;
  }
}
.upper .upper_content .tel dt {
  background-image: url(../img/index/icon_phone.svg);
  background-size: 24px auto;
}
@media print, screen and (min-width: 768px) {
  .upper .upper_content .tel dt {
    background-size: 29px auto;
  }
}
.upper .upper_content .address dt {
  background-image: url(../img/index/icon_pin.svg);
  background-size: 30px auto;
}
.upper .upper_content dd {
  flex: 1;
}
.upper .upper_content .notes {
  font-size: 1.3rem;
  line-height: 1.53;
  text-indent: -1.1em;
  letter-spacing: 0.06em;
  display: block;
  padding-left: 1.1em;
  margin-top: 7px;
}
.upper .map {
  margin-top: 20px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .upper .map {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 1300px) {
  .upper .map {
    margin-top: 30px;
  }
}
.upper .map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.upper .outpatient .upper_content dl {
  padding: 20px 0;
}
.upper .outpatient .upper_content dl:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
}
.upper .outpatient .upper_content dl:first-child {
  padding-top: 0;
}
.upper .outpatient .upper_content dl:last-child {
  padding-bottom: 0;
}
.upper .outpatient .upper_content dt {
  width: 113px;
}
.upper .outpatient .upper_content .time dd p {
  font-size: 1.2rem;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .upper .outpatient .upper_content .time dd p {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
}
@media print, screen and (min-width: 1024px) {
  .upper .outpatient .upper_content .time dd p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .upper .outpatient .upper_content .time dd p {
    font-size: 1.5rem;
  }
}
.upper .outpatient .upper_content .time dd p:first-child {
  margin-bottom: 8px;
}
.upper .outpatient .upper_content .time dd .num {
  font-size: 2.2rem;
  font-weight: 600;
  color: #037CC8;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-left: 8px;
}
@media print, screen and (min-width: 768px) {
  .upper .outpatient .upper_content .time dd .num {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}
@media print, screen and (min-width: 1024px) {
  .upper .outpatient .upper_content .time dd .num {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .upper .outpatient .upper_content .time dd .num {
    font-size: 2.7rem;
  }
}
.upper .outpatient .upper_content .time dd .num .font_notosans {
  letter-spacing: 0;
  margin: 0 -5px;
}
.upper .outpatient .upper_content .time dd .reception {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .upper .outpatient .upper_content .time dd .reception {
    font-size: 1.3rem;
    text-indent: -0.6em;
    width: 100%;
  }
}
@media print, screen and (min-width: 1300px) {
  .upper .outpatient .upper_content .time dd .reception {
    text-indent: 0;
    width: auto;
  }
}
.upper .outpatient .upper_content .tel dd {
  font-size: 1.4rem;
  font-weight: bold;
  color: #037CC8;
  line-height: 1.64;
  display: flex;
  align-items: center;
}
.upper .outpatient .upper_content .tel dd .num {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  .upper .outpatient .upper_content .tel dd .num {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .upper .outpatient .upper_content .tel dd .num {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .upper .outpatient .upper_content .tel dd .num {
    font-size: 2.7rem;
  }
}
.upper .outpatient .upper_content .border_arrow_link {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .upper .outpatient .upper_content .border_arrow_link {
    max-width: 303px;
  }
}
.upper .access .upper_content dt {
  width: 75px;
}
.upper .access .upper_content dd a.maplink {
  color: #037CC8;
  text-decoration: underline;
  display: inline-block;
  margin-top: 4px;
  transition: color 0.3s;
}
@media print, screen and (min-width: 1300px) {
  .upper .access .upper_content dd a.maplink {
    margin-top: 0;
    margin-left: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .upper .access .upper_content dd a.maplink:hover {
    color: #2C3438;
  }
}
.upper .access .upper_content dd br {
  display: block;
}
@media print, screen and (min-width: 1300px) {
  .upper .access .upper_content dd br {
    display: none;
  }
}
.upper .access .upper_content .link_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .upper .access .upper_content .link_flex {
    gap: 15px;
  }
}
@media print, screen and (min-width: 1300px) {
  .upper .access .upper_content .link_flex {
    gap: 20px;
  }
}
.upper .access .upper_content .link_flex .border_arrow_link {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .upper .access .upper_content .link_flex .border_arrow_link {
    flex: 1;
  }
}
@media print, screen and (min-width: 821px) {
  .upper .access .upper_content .link_flex .border_arrow_link {
    flex: auto;
  }
}
@media print, screen and (min-width: 1180px) {
  .upper .access .upper_content .link_flex .border_arrow_link {
    flex: 1;
  }
}

.pagelist {
  padding: 40px 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .pagelist {
    padding: 70px 0 75px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .pagelist {
    padding: 95px 0 100px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .pagelist {
    padding: 120px 0 120px 0;
  }
}
.pagelist .pagelist_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .pagelist .pagelist_flex {
    gap: 38px 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pagelist .pagelist_flex {
    gap: 46px 40px;
  }
}
@media print, screen and (min-width: 1300px) {
  .pagelist .pagelist_flex {
    gap: 54px 45px;
  }
}
.pagelist .pagelist_clm {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pagelist .pagelist_clm {
    width: calc((100% - 35px) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  .pagelist .pagelist_clm {
    width: calc((100% - 80px) / 3);
  }
}
@media print, screen and (min-width: 1300px) {
  .pagelist .pagelist_clm {
    width: calc((100% - 90px) / 3);
  }
}
.pagelist p {
  padding: 0 10px 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DBDBDB;
}
@media print, screen and (min-width: 768px) {
  .pagelist p {
    padding: 0 0 15px 0;
    margin-bottom: 20px;
  }
}
.pagelist p a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #037CC8;
  position: relative;
}
.pagelist p a::after {
  content: none;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(#037CC8, #037CC8);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
@media print, screen and (min-width: 768px) {
  .pagelist p a::after {
    content: "";
  }
}
.pagelist p a:focus-visible::after {
  content: none;
}
.pagelist p span {
  display: block;
}
.pagelist p .photo {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .pagelist p .photo {
    margin-bottom: 22px;
  }
}
.pagelist p img {
  width: 100%;
  display: block;
  transition: transform 0.3s;
}
.pagelist p .arrow_link {
  padding-right: 25px;
}
.pagelist p a[target=_blank]::after {
  content: none;
}
.pagelist p a[target=_blank] .arrow_link::before {
  content: "\e901";
  font-size: 1.1rem;
  font-family: "icomoon" !important;
  color: #FFF;
  line-height: 1;
  padding-bottom: 0;
}
.pagelist p a[target=_blank] .arrow_link::after {
  content: "";
  display: block;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .pagelist p a:hover::after {
    background-position: bottom left;
    background-size: 100% 1px;
  }
  .pagelist p a:hover img {
    transform: scale(1.05);
  }
  .pagelist p a:hover .arrow_link::before {
    color: #037CC8;
  }
  .pagelist p a:hover .arrow_link::after {
    background-color: #FFF;
  }
}
.pagelist a {
  display: block;
}
.pagelist ul {
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .pagelist ul {
    padding: 0;
  }
}
.pagelist ul li:not(:last-child) {
  margin-bottom: 13px;
}
.pagelist ul a {
  font-size: 1.3rem;
  color: #2C3438;
  line-height: 1.5;
  padding-right: 15px;
  position: relative;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .pagelist ul a {
    font-size: 1.4rem;
  }
}
.pagelist ul a:not([target=_blank])::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: 2px solid #037CC8;
  border-right: 2px solid #037CC8;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
}
.pagelist ul a span {
  background-image: linear-gradient(#037CC8, #037CC8);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
@media print, screen and (min-width: 768px) {
  .pagelist ul a:hover {
    color: #037CC8;
  }
  .pagelist ul a:hover span {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.pagelist .clm2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media print, screen and (min-width: 1024px) {
  .pagelist .clm2 {
    gap: 25px;
  }
}
@media print, screen and (min-width: 1300px) {
  .pagelist .clm2 {
    gap: 30px;
  }
}
.pagelist .clm2 ul {
  flex: 1;
}
.pagelist .clm2 ul:first-child {
  padding: 0 0 0 10px;
}
@media print, screen and (min-width: 768px) {
  .pagelist .clm2 ul:first-child {
    padding: 0;
  }
}
.pagelist .clm2 ul:last-child {
  padding: 0 10px 0 0;
}
@media print, screen and (min-width: 768px) {
  .pagelist .clm2 ul:last-child {
    padding: 0;
  }
}
.pagelist .clm2.sp_clm1 {
  gap: 13px;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .pagelist .clm2.sp_clm1 {
    padding: 0;
  }
}
@media print, screen and (min-width: 821px) {
  .pagelist .clm2.sp_clm1 {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pagelist .clm2.sp_clm1 {
    gap: 25px;
  }
}
@media print, screen and (min-width: 1300px) {
  .pagelist .clm2.sp_clm1 {
    gap: 30px;
  }
}
.pagelist .clm2.sp_clm1 ul {
  width: 100%;
  flex: auto;
}
@media print, screen and (min-width: 821px) {
  .pagelist .clm2.sp_clm1 ul {
    width: auto;
    flex: 1;
  }
}
.pagelist .clm2.sp_clm1 ul:first-child {
  padding: 0;
}
.pagelist .clm2.sp_clm1 ul:last-child {
  padding: 0;
}

.feature {
  padding: 50px 0 50px 0;
  margin-bottom: 75px;
  background: rgb(75, 178, 248);
  background: linear-gradient(135deg, rgb(75, 178, 248) 0%, rgb(75, 178, 248) 27%, rgb(181, 224, 253) 100%);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .feature {
    padding: 70px 0 70px 0;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature {
    padding: 85px 0 95px 0;
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature {
    padding: 100px 0 120px 0;
    margin-bottom: 142px;
  }
}
.feature::after {
  content: "";
  width: 115px;
  height: 98px;
  display: block;
  background: url(../img/index/feature_bg_logo.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 41px;
  left: -12px;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .feature::after {
    width: 426px;
    height: 363px;
  }
}
.feature h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 321px) {
  .feature h2 {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .feature h2 {
    font-size: 3rem;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature h2 {
    font-size: 3.5rem;
    margin-bottom: 39px;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature h2 {
    font-size: 3.9rem;
    margin-bottom: 43px;
  }
}
.feature h2::after {
  content: "";
  width: 36px;
  height: 1px;
  display: block;
  margin: 17px auto 0 auto;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .feature h2::after {
    width: 40px;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature h2::after {
    width: 44px;
  }
}
.feature h2 span {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .feature h2 span {
    font-size: 1.7rem;
    margin-bottom: 6px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature h2 span {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature h2 span {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
}
.feature .splide {
  z-index: 2;
  /*.splide__track {
      padding-bottom: 48px;
      @include sp {
          padding-bottom: 58px;
      }
      @include tab {
          padding-bottom: 68px;
      }
      @include pc {
          padding-bottom: 78px;
      }
  }*/
}
.feature .splide .splide__list {
  display: flex;
}
.feature .splide .splide__slide {
  width: 100%;
  display: flex;
  padding: 0 15px;
  box-shadow: 0 3px 30px rgba(25, 30, 62, 0.13);
}
@media print, screen and (min-width: 768px) {
  .feature .splide .splide__slide {
    width: 450px;
    padding: 0;
  }
}
@media print, screen and (min-width: 821px) {
  .feature .splide .splide__slide {
    width: 500px;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature .splide .splide__slide {
    width: 550px;
  }
}
.feature .splide a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .feature .splide a {
    padding: 24px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature .splide a {
    padding: 27px 25px;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature .splide a {
    padding: 30px;
  }
}
.feature .splide a[target=_blank]::after {
  content: none;
}
.feature .splide figure {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .feature .splide figure {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature .splide figure {
    margin-bottom: 23px;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature .splide figure {
    margin-bottom: 26px;
  }
}
.feature .splide figure img {
  width: 100%;
  transition: transform 0.3s;
}
.feature .splide h3 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #037CC8;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .feature .splide h3 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature .splide h3 {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature .splide h3 {
    font-size: 2.2rem;
  }
}
.feature .splide .text {
  color: #45555E;
  line-height: 2;
  margin: 0 auto 16px auto;
}
@media print, screen and (min-width: 768px) {
  .feature .splide .text {
    max-width: 450px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature .splide .text {
    margin: 0 auto 20px auto;
  }
}
.feature .splide .text .bdr {
  text-decoration: underline;
}
.feature .splide .border_arrow_link {
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto auto auto;
}
@media print, screen and (min-width: 768px) {
  .feature .splide .border_arrow_link {
    max-width: 450px;
    margin: auto auto 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .feature .splide a:hover .border_arrow_link {
    color: #FFF;
    background-color: #037CC8;
  }
  .feature .splide a:hover .border_arrow_link::before {
    color: #037CC8;
  }
  .feature .splide a:hover .border_arrow_link::after {
    background-color: #FFF;
  }
  .feature .splide a:hover figure img {
    transform: scale(1.05);
  }
}
.feature .splide__arrows {
  width: 100%;
  margin: calc(55% + 47px) auto 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .feature .splide__arrows {
    width: 525px;
    margin: 0 auto;
    top: 273px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature .splide__arrows {
    width: 652px;
    top: 295px;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature .splide__arrows {
    width: 726px;
    top: 324px;
  }
}
.feature .splide__arrows button {
  width: 42px;
  height: 42px;
  display: block;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: opacity 0.3s;
  position: absolute;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .feature .splide__arrows button {
    width: 48px;
    height: 48px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature .splide__arrows button {
    width: 53px;
    height: 53px;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature .splide__arrows button {
    width: 58px;
    height: 58px;
  }
}
@media print, screen and (min-width: 768px) {
  .feature .splide__arrows button:hover {
    opacity: 0.7;
  }
}
.feature .splide__arrows button.splide__arrow--prev {
  background-image: url(../img/index/slidearrow_prev.png);
  left: 0;
}
.feature .splide__arrows button.splide__arrow--next {
  margin-left: auto;
  background-image: url(../img/index/slidearrow_next.png);
  right: 0;
}
.feature .splide__arrows svg {
  display: none;
}
.feature .splide__pagination {
  width: calc(100% - 152px);
  margin-left: 137px;
}
@media print, screen and (min-width: 768px) {
  .feature .splide__pagination {
    width: calc(100% - 179px);
    margin-left: 179px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature .splide__pagination {
    width: calc(100% - 219px);
    margin-left: 219px;
  }
}
@media print, screen and (min-width: 1300px) {
  .feature .splide__pagination {
    width: calc(100% - 275px);
    margin-left: 275px;
  }
}
.feature .splide__pagination li {
  flex: 1;
}
.feature .splide__pagination li button {
  width: 100%;
  height: 3px;
  display: block;
  background-color: #FFF;
  transition: background 0.3s;
}
.feature .splide__pagination li button.is-active {
  background-color: #037cc8;
}

.recruit {
  margin-bottom: 116px;
}
@media print, screen and (min-width: 768px) {
  .recruit {
    margin-bottom: 123px;
  }
}
@media print, screen and (min-width: 1024px) {
  .recruit {
    margin-bottom: 131px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit {
    margin-bottom: 138px;
  }
}
.recruit .page_inner_l {
  position: relative;
}
.recruit .recruit_content {
  text-align: center;
  padding: 31.4% 20px 44.6% 20px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(237, 246, 255) 100%);
}
@media print, screen and (min-width: 768px) {
  .recruit .recruit_content {
    padding: 54px 20px 43px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .recruit .recruit_content {
    padding: 54px 20px 43px 20px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit .recruit_content {
    padding: 54px 20px 43px 20px;
  }
}
.recruit h2 {
  margin-bottom: 17px;
}
@media print, screen and (min-width: 768px) {
  .recruit h2 {
    margin-bottom: 23px;
  }
}
@media print, screen and (min-width: 1024px) {
  .recruit h2 {
    margin-bottom: 29px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit h2 {
    margin-bottom: 35px;
  }
}
.recruit h2 span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #4bb2f8;
  line-height: 1.4;
  display: block;
  margin-bottom: 17px;
}
@media print, screen and (min-width: 768px) {
  .recruit h2 span {
    font-size: 1.7rem;
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .recruit h2 span {
    font-size: 2rem;
    margin-bottom: 19px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit h2 span {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
.recruit h2 img {
  width: 201px;
}
@media print, screen and (min-width: 768px) {
  .recruit h2 img {
    width: 240px;
  }
}
@media print, screen and (min-width: 1024px) {
  .recruit h2 img {
    width: 285px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit h2 img {
    width: 326px;
  }
}
.recruit p {
  line-height: 2;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .recruit p {
    line-height: 2.22;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .recruit p {
    line-height: 2.45;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit p {
    line-height: 2.66;
    margin-bottom: 40px;
  }
}
.recruit p span {
  color: #037CC8;
}
.recruit .border_arrow_link {
  text-align: left;
  width: 100%;
  max-width: 245px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .recruit .border_arrow_link {
    width: 295px;
  }
}
.recruit .recruit_img {
  position: absolute;
  z-index: 1;
}
.recruit .recruit_img img {
  width: 100%;
}
.recruit .recruit_img1 {
  width: 98.5%;
  top: -6.6%;
  left: 2.9%;
}
@media print, screen and (min-width: 768px) {
  .recruit .recruit_img1 {
    width: 27.6%;
    top: -8%;
    left: -2.5%;
  }
}
.recruit .recruit_img2 {
  width: 98.5%;
  bottom: -5%;
  right: -2%;
}
@media print, screen and (min-width: 768px) {
  .recruit .recruit_img2 {
    width: 27.9%;
    bottom: -8%;
    right: -2.5%;
  }
}

.news {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .news {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news {
    margin-bottom: 110px;
  }
}
.news .news_head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .news .news_head {
    margin-bottom: 20px;
  }
}
.news .news_head h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media print, screen and (min-width: 321px) {
  .news .news_head h2 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news .news_head h2 {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_head h2 {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_head h2 {
    font-size: 3.5rem;
  }
}
.news .news_head .border_arrow_link {
  display: none;
}
@media print, screen and (min-width: 821px) {
  .news .news_head .border_arrow_link {
    width: 100%;
    max-width: 295px;
    display: block;
    margin-left: auto;
  }
}
.news .news_head .select {
  min-width: 190px;
  margin-left: auto;
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  position: relative;
}
@media print, screen and (min-width: 821px) {
  .news .news_head .select {
    display: none;
  }
}
.news .news_head .select::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 2px solid #037CC8;
  border-right: 2px solid #037CC8;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%) rotate(135deg);
}
.news .news_head .select select {
  font-size: 1.3rem;
  color: #727272;
  width: 100%;
  padding: 10px 30px 10px 10px;
}
.news .news_head .select select option {
  color: #727272;
}
.news .news_head .select.active select {
  color: #037CC8;
}
.news .news_content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 821px) {
  .news .news_content {
    margin-bottom: 0;
  }
}
.news .category_list {
  display: none;
  padding-top: 30px;
}
@media print, screen and (min-width: 821px) {
  .news .category_list {
    display: block;
    width: 200px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .category_list {
    width: 225px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .category_list {
    width: 250px;
  }
}
.news .category_list li:not(:last-child) {
  margin-bottom: 18px;
}
.news .category_list li button {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.news .category_list li span {
  font-size: 1.4rem;
  color: #727272;
  line-height: 1.64;
  display: inline-block;
  padding-bottom: 3px;
  background-image: linear-gradient(#037CC8, #037CC8);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 2px;
  transition: background-size 0.3s;
  cursor: pointer;
}
.news .category_list li span.active {
  color: #037CC8;
  background-position: bottom left;
  background-size: 100% 2px;
}
@media print, screen and (min-width: 768px) {
  .news .category_list li span:hover {
    color: #037CC8;
    background-position: bottom left;
    background-size: 100% 2px;
  }
}
.news .news_post {
  width: 100%;
}
@media print, screen and (min-width: 821px) {
  .news .news_post {
    flex: 1;
  }
}
.news .news_post_list {
  display: none;
}
.news .news_post_list:first-child {
  display: block;
}
.news .news_post_list ul li {
  border-bottom: 1px solid #DBDBDB;
}
.news .news_post_list ul a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 17px 20px 17px 0;
  position: relative;
}
@media print, screen and (min-width: 821px) {
  .news .news_post_list ul a {
    padding: 20px 20px 20px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_post_list ul a {
    padding: 25px 20px 25px 10px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_post_list ul a {
    padding: 30px 20px 30px 10px;
  }
}
.news .news_post_list ul a::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: 2px solid #037CC8;
  border-right: 2px solid #037CC8;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
}
.news .news_post_list ul .date {
  font-size: 1.2rem;
  color: #727272;
  margin-right: 8px;
}
@media print, screen and (min-width: 768px) {
  .news .news_post_list ul .date {
    font-size: 1.3rem;
    margin-right: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_post_list ul .date {
    margin-right: 23px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_post_list ul .date {
    margin-right: 30px;
  }
}
.news .news_post_list ul .category {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .news .news_post_list ul .category {
    width: 155px;
    flex: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_post_list ul .category {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_post_list ul .category {
    margin-right: 40px;
  }
}
.news .news_post_list ul .category p {
  font-size: 1.1rem;
  color: #037CC8;
  text-align: center;
  line-height: 1.4;
  width: 156px;
  padding: 4px 5px;
  margin: 4px;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
}
@media print, screen and (min-width: 768px) {
  .news .news_post_list ul .category p {
    font-size: 1.2rem;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .news .news_post_list ul .category p:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.news .news_post_list ul .title {
  color: #2C3438;
  width: 100%;
  margin-top: 5px;
  transform: translateY(-1px);
  transition: color 0.3s;
}
@media print, screen and (min-width: 1024px) {
  .news .news_post_list ul .title {
    flex: 1;
    margin-top: 0;
  }
}
.news .news_post_list ul .title span {
  background-image: linear-gradient(#037CC8, #037CC8);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
@media print, screen and (min-width: 768px) {
  .news .news_post_list ul a:hover .title {
    color: #037CC8;
  }
  .news .news_post_list ul a:hover .title span {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.news .nopost {
  padding-top: 30px;
}
.news .border_arrow_link.sp_tab-s {
  width: 100%;
  max-width: 245px;
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 821px) {
  .news .border_arrow_link.sp_tab-s {
    display: none;
  }
}

.lower_banner {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .lower_banner {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .lower_banner {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1300px) {
  .lower_banner {
    margin-bottom: 90px;
  }
}
.lower_banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .lower_banner ul {
    gap: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .lower_banner ul {
    gap: 32px;
  }
}
@media print, screen and (min-width: 1300px) {
  .lower_banner ul {
    gap: 40px;
  }
}
.lower_banner li {
  width: 100%;
  display: flex;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  transition: opacity 0.5s, transform 0.3s;
}
@media print, screen and (min-width: 821px) {
  .lower_banner li {
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .lower_banner li:hover {
    opacity: 0.7;
    transform: translateY(-5px);
  }
}
.lower_banner a {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .lower_banner a {
    padding: 27px 25px;
  }
}
@media print, screen and (min-width: 1300px) {
  .lower_banner a {
    padding: 27px 30px;
  }
}
.lower_banner a::before, .lower_banner a::after {
  width: 20px;
  height: 20px;
  bottom: 5px;
  right: 5px;
}
@media print, screen and (min-width: 768px) {
  .lower_banner a::before, .lower_banner a::after {
    width: 24px;
    height: 24px;
    bottom: 10px;
    right: 10px;
  }
}
.lower_banner a::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #037CC8;
  position: absolute;
  z-index: 1;
}
.lower_banner a::after {
  font-size: 1.1rem;
  color: #FFF;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .lower_banner a::after {
    font-size: 1rem;
  }
}
.lower_banner .gourphome img {
  width: 78.5%;
  max-width: 327px;
}
@media print, screen and (min-width: 768px) {
  .lower_banner .gourphome img {
    width: 67%;
  }
}
.lower_banner .dayservice img {
  width: 94.3%;
  max-width: 370px;
}
@media print, screen and (min-width: 768px) {
  .lower_banner .dayservice img {
    width: 76%;
  }
}

.footer_img {
  display: block;
}/*# sourceMappingURL=top.css.map */