﻿@charset "UTF-8";

.table-wrap {
  overflow-x: scroll;
}

.table-wrap table {
  min-width: 600px;
}

a.page-numbers,
span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #009fe8;
  width: 40px;
  height: 40px;
  border-radius: 50%;

  /*追加*/
  margin: 0 4px;
}

/* .prev.page-numbers,
.next.page-numbers,
.page-numbers.dots {
  border: none;
  width: auto;
  margin: 0 8px;
} */

.page-numbers.current {
    background: #009fe8;
    color: #fff;
    pointer-events: none;
}

.pagination {
  display: flex;
  justify-content: center;

  /*追加*/
  margin-top: 30px;
  margin-bottom: 30px;
}

.tab_month.swiper-wrapper::before {
  content: "";
  width: 30%;
}

.swiper_tab_month {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  /* overflow: hidden; */
  margin-bottom: 5%;
  border-bottom: 1px solid #d8d8d8;
  z-index: 0;
}

.swiper_tab_month .swiper-wrapper::after {
  content: none;
}

ul.tab.month {
  display: flex;
  border-bottom: none;
  margin: 0 0 0 -5px;
  align-items: flex-end;
}

ul.tab.month li a {
  z-index: 5;
}

ul.tab.month li a br {
  display: none;
}

ul.tab.month li.active a {
  transform: translate(1px, 1px);
  border-bottom: 1px solid #fff;
  z-index: 11;
  font-size: 20px;
}

@media (max-width: 680px) {
  ul.tab.month li a br {
    display: block;
  }

  ul.tab.month li.active a {
    font-size: 16px;
  }
}

.tabarea.is-active {
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.swiper_outer_wrapper .swiper-button-prev,
.swiper_outer_wrapper .swiper-button-next {
  background: #0d924b;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 15;
  position: absolute;
}

.swiper_outer_wrapper .swiper-button-prev:after,
.swiper_outer_wrapper .swiper-button-next:after {
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper_outer_wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper_outer_wrapper .swiper-button-prev,
.swiper_outer_wrapper .swiper-button-next {
  top: 35px;
}

.swiper_outer_wrapper .swiper-button-prev {
  left: 0;
}

.swiper_outer_wrapper .swiper-button-next {
  right: 0;
}

.swiper_outer_wrapper {
  overflow: hidden;
  position: relative;
}

#college .fixbtns {
  height: 192px;
}

@media (max-width: 680px) {
  .swiper_outer_wrapper {
    overflow: visible;
  }

  .swiper-wrapper::before {
    content: none;
  }

  ul.tab.month li {
    border-bottom: 1px solid #d8d8d8;
  }

  .swiper_tab_month {
    overflow: hidden;
    border-bottom: none;
  }

  .swiper_outer_wrapper .swiper-button-prev,
  .swiper_outer_wrapper .swiper-button-next {
    top: 9.5rem;
  }

  .swiper_outer_wrapper .swiper-button-prev {
    left: 0.5rem;
  }

  .swiper_outer_wrapper .swiper-button-next {
    right: 0.5rem;
  }

  #college .fixbtns {
    height: 78px;
  }
}

.day-events p {
  word-break: break-word;
}

.tabarea .mds span {
  font-size: 14px;
  display: inline-block;
  background: #ededed;
  border-radius: 5px;
  padding: 1px 3px;
  margin-right: 15px;
}

.swiper_outer_wrapper .swiper-button-prev.swiper-button-disabled,
.swiper_outer_wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.classroom_members {
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

.classroom_members span {
  display: inline-block;
  background: #ededed;
  border-radius: 5px;
  padding: 1px 3px;
  letter-spacing: 0.2em;
}

@media (max-width: 680px) {
  table.calender tr td.empty-day {
    display: none;
  }

  table.calender tr td.calendar-day .day-number {
    display: inline-block;
  }

  table.calender tr td.calendar-day .sp {
    display: inline-block;
  }
}






/*-------------------------------------------------------
北寿会　個人情報保護方針
-------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

ul.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.nolist>li {
  margin-top: 50px;
}



/*-------------------------------------------------------
北寿会　パンフレットダウンロード
-------------------------------------------------------*/


ul.pamph_list {
  display: inline-block;
  width: 100%;
  padding: 0;
}

ul.pamph_list li {
  display: block;
  float: left;
  width: calc((100% - 120px) / 4);
  margin: 0 40px 80px 0;
}

ul.pamph_list li:nth-child(4n + 4) {
  margin-right: 0;
}

ul.pamph_list li img {
  border: 1px solid #999;
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}

ul.pamph_list li span {
  display: block;
  font-size: 0.8em;
}

ul.pamph_list li a.btn.pdf {
  background: #E95E28 url(/img/common/icon_pdf_w.webp) 15px center no-repeat;
  background-size: 20px;
  display: block;
}

ul.pamph_list li a.btn.pdf:hover {
  background: url(/img/common/icon_pdf_w.webp) 15px center no-repeat #b43e11;
  background-size: 20px;
}

@media (min-width: 681px) {
  ul.pamph_list li {
    width: calc((100% - 120px) / 4);
    margin: 0 40px 80px 0;
  }

  ul.pamph_list li:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media (max-width: 680px) {
  ul.pamph_list li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 60px 0;
  }

  ul.pamph_list li:nth-child(2n + 2) {
    margin-right: 0;
  }

  ul.pamph_list li a.btn.pdf {
    padding: 10px 20px 10px 40px;
  }
}

ul.contactTel li span {
  font-size: 13px;
  font-weight: 400;
}

ul.contactTel li p {
  font-size: 16px;
  border-bottom: dotted 3px #E95E28;
  padding-bottom: 10px;
  font-weight: 600;
}

ul.contactTel li .spTel {
  font-size: 18px;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

ul.contactTel {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  flex-direction: row;
  align-content: center;
  align-items: unset;
  box-sizing: content-box;
  padding: 0;
}

ul.contactTel li {
  margin-bottom: 30px;
  width: 31.3%;
  list-style: none;
  padding: 2% 3%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}



@media (max-width: 680px) {
  ul.contactTel {
    display: block;
    padding-left: 0;
  }

  ul.contactTel li {
    width: 100%;
    margin-bottom: 30px;
    padding: 5%;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }
}


/*-------------------------------------------------------
マージ
-------------------------------------------------------*/

.ttl.top {
  margin: 0% auto 8% auto;
}





ul.note li {
  padding: 0 0 5px 1.6em;
  line-height: 2;
}

ul.note li span {
  font-size: 20px;
  font-weight: bold;
}

ul.note.circle li::before {
  content: "●";
  color: #E95E28;
  position: absolute;
  left: 0;
  margin: 0 auto 20px auto;
  text-align: center;
}

.cathcopyBorder {
  width: fit-content;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
  background: linear-gradient(transparent 60%, #fff3b3 60%);
  font-weight: bold;
  font-size: 2rem;
  display: inline;
}

.bdrcol.fill {
  background: #ffffff;
  border: 3px solid #E95E28;
  padding: 10%;
}

h4.mds.mid {
  font-size: 20px;
}

.tel_num a {
  font-size: 32px;
  font-weight: bold;
}

/* よくあるご質問 */
.acmenu dd a {
  color: #E95E28;
  text-decoration: underline;
}

.acmenu dd a:hover {
  text-decoration: none;
}

/* アクセス */
ul.txtlist li::before {
  color: #d8d8d8;
}


/* 2/16追加 */
/* .category {
  display: inline-block;
  width: 120px;
  color: #000;
  background: #e0ebf0;
  margin: 0 20px 0.4em 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
} */
.category span {
    display: inline-block;
    color: #000;
    background: #e0ebf0;
    margin: 0 0px 0.4em 0;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 2px 24px;
    border-radius: 20px;
}
.category span a {
 text-decoration: none;
}

.column {
  display: block;
  box-sizing: content-box;
  margin: 2% 0 2% -5%;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  font-size: 0;
}

.mds.uline {
  padding: 0 0 10px 0;
  border-bottom: 4px solid #eee;
}

.mds.mid {
  font-size: 24px;
}

@media (max-width: 680px) {
  .column .row {
    padding: 0 0 0 5%;
  }
}

.column .row {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 0 5% 5%;
  text-align: left;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
}

.Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.Pagination a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 2px #009fe8;
  font-size: 14px;
  color: #009fe8;
  font-weight: bold;
  transition: all 0.15s linear;
}

.Pagination-Item-Link-Icon {
  width: 20px;
}

.Pagination-Item-Link.isActive {
  background: #009fe8;
  color: #fff;
  pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
  background: #009fe8;
  color: #fff;
}

.Pagination>*+* {
  margin-left: 8px;
}

.check_box {
  background: #f5f5f5;
  padding: 30px 50px;
  margin: 20px 0 0;
  border-radius: 10px;
}

.smf-progress-tracker {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin-bottom: var(--_margin1);
  margin-left: 0;
  padding-left: 0;
}

.smf-progress-tracker__item {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 0;
  position: relative;
  width: 33.33333%;
}

.smf-form--letter .smf-item.agree {
  background: #f5f5f5;
  padding: 30px 50px;
  margin: 20px 0 0;
  border-radius: 10px;
}

.smf-progress-tracker__item__number {
  align-items: center;
  background-color: #ccc;
  border-radius: 100%;
  color: #fff;
  display: flex;
  height: 24px;
  justify-content: center;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
  width: 24px;
  z-index: 1;
}

.active .smf-progress-tracker__item__number {
  background-color: #009fe8;
}

.smf-progress-tracker {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin-bottom: calc(calc(calc(calc(1 + 0.3*2) /3*3)*1rem)* 1);
  margin-left: 0;
  padding-left: 0;
}

.smf-progress-tracker__item {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 0;
  position: relative;
  width: 33.33333%;
}

.smf-progress-tracker__item:after {
  left: 50%;
  right: 0;
}

.smf-progress-tracker__item:before {
  left: 0;
  right: 50%;
}

.smf-progress-tracker__item:after,
.smf-progress-tracker__item:before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 12px;
}

.smf-progress-tracker__item--complete:after,
.smf-progress-tracker__item--input:before {
  display: none
}

.smf-progress-tracker__item__text {
  color: #ccc;
  margin-top: .5em;
}

.active .smf-progress-tracker__item__text {
  color: #009fe8;
}

ol.numlist li {
  padding: 3% 0 3% 0;
}

dl.formlist {
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
  font-size: 0;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 680px) {
  dl.formlist {
    margin: 0 0 10% 0;
  }
}

dl.formlist dt {
  display: inline-block;
  padding: 15px 0;
  margin: 0;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  width: 12em;
  vertical-align: top;
  border-top: 1px solid #d8d8d8;
}

@media (max-width: 680px) {
  dl.formlist dt {
    display: block;
    width: auto;
    font-size: 14px;
    padding: 10px 0 0 0;
  }
}

dl.formlist dd {
  display: inline-block;
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
  width: calc(100% - 12em);
  vertical-align: top;
  border-top: 1px solid #d8d8d8;
}

@media (max-width: 680px) {
  dl.formlist dd {
    display: block;
    width: auto;
    margin: 0 0 1em 0;
    font-size: 14px;
    border: none;
    padding: 0 0 0px 0;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
}

.txtnum.w6 {
  max-width: 6em;
}

.formlist .note {
  margin: 0 0 1em 0;
  line-height: 1.6;
  font-size: 13px;
  text-align: left;
}
.formlist p {
    font-size: 16px;
}

.btn_inpt.emp {
  background: #009fe8;
  color: #fff;
}

.error-message {
  color: #ff0000;
  font-size: 1em;
  margin-top: 5px;
  display: none;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.txtnum {
  width: 100%;
  padding: 4px 5px;
  font-size: 18px;
  border: 2px solid #d8d8d8;
  box-sizing: border-box;
  text-align: left;
  background: #F8F8F8;
  margin: 0;
  display: inline-block;
}

.txtnum.w10 {
  display: inline-block;
  max-width: 10em;
  margin: 0;
}

.txtnum.w20 {
  display: inline-block;
  max-width: 20em;
  margin: 0;
}

.txtbox {
  width: 100%;
  max-width: 100%;
  padding: 4px 5px;
  margin: 0;
  font-size: 18px;
  border: 2px solid #d8d8d8;
  box-sizing: border-box;
  text-align: left;
  background: #F8F8F8;
  display: inline-block;
}

textarea {
  overflow: auto;
}

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, .3);
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 9999;
  visibility: hidden;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-consent a {
  color: #fff !important;
}

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}

.cookie-agree:hover {
  cursor: pointer;
}

.cookie-text a {
  font-size: 12px;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }

  .cookie-text {
    margin-bottom: 1em;
  }
}

.heading11 {
  position: relative;
  font-size: 26px;
  text-align: center;
}

.heading11::before {
  content: attr(data-number);
  display: block;
  margin-bottom: 30px;
  color: #009fe8;
  font-size: 30px;
}

.heading11::after {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #009fe8;
}

.heading11-p {
  width: 73%;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 2;
}

@media (max-width: 680px) {
  .heading11-p {
    width: 100%;
  }
}


.recruitment {
  padding-left: 0;
}

.recruitment li:last-child {
  margin-bottom: 60px;
}


.itemlist li a p.category {
    width: 100%;
}

/*-------------------------------------------------------
テキストリスト
-------------------------------------------------------*/
ul.linklist {
  display: block;
  padding: 0;
  margin: 5% -20px 5% 0;
  list-style: none;
  font-size: 0;
}

ul.linklist li {
  display: inline-block;
  margin: 0;
  padding: 0 20px 20px 0;
  position: relative;
  text-align: left;
  width: 50%;
  font-size: 0;
}

ul.linklist.col2 li {
  display: inline-block;
  margin: 0;
  padding: 0 20px 20px 0;
  position: relative;
  text-align: left;
  width: 50%;
  font-size: 0;
}

ul.linklist li a {
  text-decoration: none;
  color: #000;
  position: relative;
  background: #f4f4f4;
  display: block;
  padding: 30px;
  margin: 0;
}

ul.linklist li a::before {
  position: absolute;
  top: 47%;
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-top: 2px solid rgb(0, 0, 0);
  border-right: 2px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(45deg);
}

ul.linklist li a:hover {
  background: #eaeaea;
}

ul.linklist li a h4 {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
}

.job_category {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 3px 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  width:70%;
}

.job_category.regular {
  background: #008ecf;
  color: #fff;
}

.job_category.parttime {
  background: #9caa46;
  color: #fff;
}

ul.linklist li a p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

ul.linklist li a p span {
  display: inline-block;
  font-size: 14px;
  padding: 3px 10px;
  margin-right: 5px;
  border-radius: 5px;
  background: #008ecf;
}
@media (max-width: 680px) {
  ul.linklist li {
    width: 100%;
  }

    ul.linklist.col2 li {
    width: 100%;
  }

  ul.linklist li a h4 {
    font-size: 18px;
  }
}

/*エントリーフォームボタン*/
.btns ul.vertical li button {
    width: 100% !important;
    max-width: inherit;
    font-size: 28px;
    line-height: 1;
    padding: 20px 60px 20px 60px;
    border-radius: 40px;
    min-width: 500px;
    color: #009fe8;
    background: #fff;
    margin: 0 auto 0 0;
    border: none;
}

p.date span.category a {
  text-decoration: none;
  font-size:14px;
  pointer-events: none;
  color:#000;
}



#autozip{
color: #000;
    background-color: #fff!important;
}
#autozip #zip_close a {
color: #000 !important;
font-size: 13px;
}
.wpcf7-not-valid-tip {
    font-size: 13px!important;
    }
.daisui img {
    width: 180px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}



/*WordPress投稿記事用*/

.customize-support a {
    color: #009fe8;
}

.customize-support a:active,
.customize-support a:hover {
    color: #8db2c3;
}

.customize-support a.btn.ret:hover {
    color: #000;
}

.customize-support .wp-block-button a {
    color:#fff;
}


h3.wp-block-heading,h4.wp-block-heading {
    margin:1.5em 0 0.5em 0;
}



ul.wp-block-list li::marker {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.6em;
  font-size: 0.61em;
  color: #d8d8d8;
}

ul.wp-block-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  padding: 0 0 0 2em;
}


ul.wp-block-list li {
  padding: 0 0 0 7px;
}


#toppage .btns.nomgn {
  text-align: left;
}
