.sp_visible {
  display: none;
}
@media (max-width: 600px) {
  .sp_visible {
    display: block;
  }
}

.pc_visible {
  display: block;
}
@media (max-width: 600px) {
  .pc_visible {
    display: none;
  }
}

#container .care_h2 {
  position: relative;
}
#container .care_h2::before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #5ad278;
  position: absolute;
  top: 40px;
  left: 0;
}
@media (max-width: 600px) {
  #container .care_h2::before {
    top: 26px;
  }
}
@media (max-width: 600px) {
  #container .care_h2 {
    line-height: 1.4;
  }
}
#container .care_h2 .sub_text {
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
#container .care_table thead tr {
  background: #caf1d4;
  font-weight: bold;
  text-align: center;
}
#container .care_table thead tr th {
  padding: 1rem;
  border-right: 1px dotted #4b4b4b;
  vertical-align: middle;
}
#container .care_table thead tr th:first-child {
  width: 40%;
}
@media (max-width: 600px) {
  #container .care_table thead tr th:first-child {
    text-align: left;
    line-height: 1.4;
  }
}
#container .care_table thead tr th:last-child {
  width: 60%;
  border-right: none;
}
#container .care_table tbody tr {
  border-bottom: 1px solid #d2d2d2;
}
#container .care_table tbody tr:nth-of-type(2n) {
  background: #fff;
}
#container .care_table tbody tr td {
  vertical-align: middle;
  padding: 1rem;
  line-height: 1.5em;
  border-right: 1px dotted #4b4b4b;
}
#container .care_table tbody tr td:last-child {
  border-right: none;
}
@media (max-width: 600px) {
  #container .care_table tbody tr td {
    font-size: 88%;
  }
}
#container .care_ul {
  background: #fff;
}
#container .care_ul li {
  padding: 1rem;
  border-top: 1px dotted #4b4b4b;
  line-height: 1.8rem;
}
#container .care_ul li:last-child {
  border-bottom: 1px dotted #4b4b4b;
}
#container .care_time {
  width: 100%;
  margin-bottom: 20px;
}
#container .care_time thead tr th:first-child {
  width: 33%;
}
@media (max-width: 600px) {
  #container .care_time thead tr th:first-child {
    text-align: center;
  }
}
#container .care_time thead tr th:nth-of-type(2) {
  width: 33%;
}
#container .care_time thead tr th:last-child {
  width: 33%;
  border-right: none;
}
#container .care_time tbody tr td {
  text-align: center;
}
#container .care_time tbody tr td .emsp {
  padding-left: 10px;
}
@media (max-width: 600px) {
  #container .care_time tbody tr td .emsp {
    padding-left: 0px;
  }
}

.home #pickup ul {
  justify-content: space-evenly;
}
.home #pickup ul li {
  width: 40%;
}
@media (max-width: 600px) {
  .home #pickup ul li {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .home #info #acceptance {
    width: 97%;
  }
}
.home #info #acceptance .event_calendar .xo-event-calendar table .xo-month > caption {
  width: 90%;
  margin: 0 auto;
}
.home #info #acceptance .event_calendar .xo-event-calendar table .month-header {
  margin: 2px 0 8px;
}
.home #info #acceptance .event_calendar .xo-event-calendar table .xo-month .month-header > span {
  font-weight: bold;
}
.home #info #acceptance .event_calendar .xo-event-calendar .dashicons-arrow-right-alt2:before {
  color: #508ce6;
  background: #d6e4f9;
  border-radius: 50%;
  padding: 3px;
}
.home #info #acceptance .event_calendar .xo-event-calendar .dashicons-arrow-left-alt2:before {
  background: #d6e4f9;
  color: #508ce6;
  padding: 3px;
  border-radius: 50%;
}
.home #info #acceptance .event_calendar .xo-event-calendar .holiday-title {
  margin: 0 auto 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.home #info #acceptance .event_calendar .xo-event-calendar table.xo-month > thead th {
  padding: 6px 0px;
}
.home #info #acceptance .event_calendar .xo-event-calendar table.xo-month > thead th.sunday {
  color: #ff3c50;
}
.home #info #acceptance .event_calendar .xo-event-calendar table.xo-month > thead th.saturday {
  color: #508ce6;
}

#container #contents #main .n_flexbox {
  display: flex;
}
@media (max-width: 600px) {
  #container #contents #main .n_flexbox {
    flex-wrap: wrap;
  }
}
#container #contents #main .n_flexbox img {
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 13px;
}
@media (max-width: 600px) {
  #container #contents #main .n_flexbox img {
    width: 90%;
  }
}
#container #contents #main .n_videobox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  #container #contents #main .n_videobox {
    flex-wrap: wrap;
  }
}
#container #contents #main .n_videobox .n_video {
  width: 48%;
  height: auto;
}
@media (max-width: 600px) {
  #container #contents #main .n_videobox .n_video {
    width: 100%;
    padding-bottom: 20px;
  }
}
#container #contents #main .n_flexbox_3col {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  #container #contents #main .n_flexbox_3col {
    flex-wrap: wrap;
  }
}
#container #contents #main .n_flexbox_3col img {
  width: 32%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 600px) {
  #container #contents #main .n_flexbox_3col img {
    width: 90%;
  }
}
#container #contents #main .n_flexbox_3col .wp-video {
  width: 32%;
  height: auto;
}

.staff_list tr {
  height: 27px;
}
.staff_list tr th {
  text-align: left;
}
.staff_list tr td {
  padding-right: 20px;
}

#container table.db02_table2 {
  margin-bottom: 20px;
}

#container table.db02_table tr th {
  text-align: center;
}
#container table.db02_table tr th:first-child {
  text-align: left;
}
#container table.db02_table tr td {
  text-align: center;
}
#container table.db02_table tr td:first-child {
  text-align: left;
}

.home #menu li:nth-of-type(2) {
  background: url(../images/common/menu_icon-02.svg) no-repeat center 15%;
  background-size: 45%;
}
.home #menu li:hover:nth-of-type(2) {
  background: #eaf9ee url(../images/common/menu_icon-02.svg) no-repeat center 5%;
  background-size: 45%;
}
.home #menu li:nth-of-type(3) {
  background: url(../images/common/menu_icon-03.svg) no-repeat center 15%;
  background-size: 45%;
}
.home #menu li:hover:nth-of-type(3) {
  background: #eaf9ee url(../images/common/menu_icon-03.svg) no-repeat center 5%;
  background-size: 45%;
}
.home #menu li:nth-of-type(4) {
    background: url(../images/common/menu_icon-baby.svg) no-repeat center 25%;
    background-size: 37%;
}
.home #menu li:hover:nth-of-type(4) {
  background: #eaf9ee url(../images/common/menu_icon-baby.svg) no-repeat center 15%;
  background-size: 37%;
}
.home #menu li:nth-of-type(5) {
  background: url(../images/common/menu_icon-04.svg) no-repeat center 15%;
  background-size: 45%;
  border-left: none;
}
.home #menu li:hover:nth-of-type(5) {
  background: #eaf9ee url(../images/common/menu_icon-04.svg) no-repeat center 5%;
  background-size: 45%;
}
@media (max-width: 999px) {
  .home #menu li:nth-of-type(5) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.home #menu li:nth-of-type(6) {
  background: url(../images/common/menu_icon-regarding_the_system.svg) no-repeat center 15%;
  background-size: 45%;
}
@media (max-width: 999px) {
  .home #menu li:nth-of-type(6) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.home #menu li:hover:nth-of-type(6) {
  background: #eaf9ee url(../images/common/menu_icon-regarding_the_system.svg) no-repeat center 5%;
  background-size: 45%;
}
.home #menu li:nth-of-type(7) {
  background: url(../images/common/menu_icon-including_consent.svg) no-repeat center 15%;
  background-size: 45%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 999px) {
  .home #menu li:nth-of-type(7) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.home #menu li:hover:nth-of-type(7) {
  background: #eaf9ee url(../images/common/menu_icon-including_consent.svg) no-repeat center 5%;
  background-size: 45%;
}

.regardingTheSystem #title {
  background: url(../images/about/title_bg.jpg) no-repeat top right/contain;
}
.regardingTheSystem #container .nlist li a {
  color: #5ad278;
}

.aboutConsent #container #main p a, .specificAct #container #main p a {
  color: #508ce6;
  transition: 0.5s;
}
.aboutConsent #container #main p a:hover, .specificAct #container #main p a:hover {
  opacity: 0.5;
}

.includingConsent #title {
  background: url(../images/recruit/title_bg.jpg) no-repeat top right/contain;
}