@charset "UTF-8";
body {
  overflow-x: hidden;
}

.center {
  text-align: center;
}

.p-head {
  text-align: center;
}
.p-head__holder {
  background: #F2ECCE;
  position: relative;
  text-align: center;
  color: #26466d;
  line-height: 1.1;
  font-size: 16px;
  display: inline-block;
  border-radius: 20px;
  padding: 10px 16px;
}
@media screen and (min-width: 768px), print {
  .p-head__holder {
    font-size: 24px;
  }
}
.p-head__copy {
  display: block;
  position: relative;
  color: #26466d;
  font-size: 180%;
  line-height: 1.4;
  margin-top: 1em;
  text-align: center;
}

.p-link {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 3rem;
}
.p-link__elements {
  width: calc(50% - 10px);
  margin: 0 auto;
}
.p-link__elements:first-child {
  width: 100%;
}
.p-link__elements:first-child .p-link__anchor {
  width: calc(50% - 10px);
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-link__elements {
    width: calc(33.3333333333% - 30px);
  }
  .p-link__elements:first-child {
    width: calc(33.3333333333% - 30px);
  }
  .p-link__elements:first-child .p-link__anchor {
    width: 100%;
  }
  .p-link__elements {
    margin: 0 15px;
  }
}
.p-link__anchor {
  display: block;
  width: 100%;
}
.p-link__anchor img {
  width: 100%;
  height: auto;
}

.p-section {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.p-section.-section01 {
  background: linear-gradient(to bottom, #fff, #FBF9EE);
}
.p-section.-section01::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
  background: url(../../images/dayservice/bg-line-xs.png) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px), print {
  .p-section.-section01::before {
    background: url(../../images/dayservice/bg-line.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
.p-section.-section02 {
  background: linear-gradient(to bottom, #fff, #F2C0D5);
}
.p-section.-section02::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
  background: url(../../images/dayservice/bg-line-xs.png) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px), print {
  .p-section.-section02::before {
    background: url(../../images/dayservice/bg-line.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
.p-section.-section03 {
  background: linear-gradient(to bottom, #fff, #CAEFCA);
}
.p-section.-section03::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
  background: url(../../images/dayservice/bg-line-xs.png) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px), print {
  .p-section.-section03::before {
    background: url(../../images/dayservice/bg-line.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
.p-section.-section04 {
  background: linear-gradient(to bottom, #fff, #FBF9EE);
}
.p-section.-section04::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
  background: url(../../images/dayservice/bg-line-xs.png) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px), print {
  .p-section.-section04::before {
    background: url(../../images/dayservice/bg-line.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
.p-section__inner {
  width: calc(100% - 30px);
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media screen and (min-width: 768px), print {
  .p-section__inner {
    padding: 80px 0 160px;
  }
}
.p-section__inner.-last {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .p-section__inner.-last {
    padding-bottom: 80px;
  }
}
.p-section-box {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .p-section-box {
    margin-top: 80px;
  }
  .p-intro + .p-section-box {
    margin-top: 40px;
  }
}
.p-section__block {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}
.p-section__block.-xs {
  width: calc(100% + 30px);
  margin: 0 -15px;
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 768px), print {
  .p-section__block {
    width: calc(100% + 30px);
    margin: 0 -15px;
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.p-section__element {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2rem;
}
.p-section__element.-col3-2.-xs {
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px), print {
  .p-section__element.-col2 {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .p-section__element.-col3 {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
  }
  .p-section__element.-col3-2 {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
    margin-bottom: 15px;
  }
  .p-section__element.-col3-2.-xs {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
    margin-bottom: 15px;
  }
}
.p-section__image {
  width: 100%;
  height: auto;
  display: block;
}
.p-section__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.p-section__image img.timetable {
  border-radius: 0;
}
.p-section__image figcaption {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), print {
  .p-section__image figcaption {
    font-size: 1rem;
  }
}
.p-section__head {
  font-size: 150%;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dadada;
}
.p-section__head.-none {
  border: none;
}
.p-section__lead {
  font-size: 1rem;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.p-section__lead span {
  display: block;
  width: 100%;
}
.p-section__lead .logo-switch {
  width: 40px;
  height: auto;
  display: block;
  margin-right: 10px;
}
.p-section__lead .logo-switch + span {
  width: calc(100% - 50px);
}
.p-section__lead .logo-senior {
  width: 40px;
  height: auto;
  display: block;
  margin-right: 10px;
}
.p-section__lead .logo-senior + span {
  width: calc(100% - 50px);
}
.p-section__lead .logo-synapsology {
  width: 200px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.p-section__caption {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .p-section__caption {
    font-size: 14px;
    text-align: right;
  }
}
.p-section__link {
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
}

.p-intro {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column-reverse wrap;
}
@media screen and (min-width: 768px), print {
  .p-intro {
    flex-flow: row wrap;
    align-items: center;
  }
}
.p-intro__block {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px), print {
  .p-intro__block {
    width: calc(100% - 460px);
    margin-right: 40px;
  }
}
.p-intro__image {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .p-intro__image {
    width: 420px;
    margin: 0;
  }
}
.p-intro__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-intro__copy {
  display: block;
  position: relative;
  font-size: 180%;
  line-height: 1.2;
  padding: 1em 0 1em 1em;
}
.p-intro__copy.-deco01 {
  color: #69510E;
  background: url(../../images/dayservice/deco-head01.png) left center no-repeat;
  background-size: contain;
}
.p-intro__copy.-deco02 {
  color: #9F1839;
  background: url(../../images/dayservice/deco-head02.png) left center no-repeat;
  background-size: contain;
}
.p-intro__copy.-deco03 {
  color: #5B7C48;
  background: url(../../images/dayservice/deco-head03.png) left center no-repeat;
  background-size: contain;
}
.p-intro__text {
  line-height: 1.6;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #dadada;
}
.p-intro__caption {
  width: 100%;
  font-size: 14px;
  margin-top: 2em;
  padding-left: 1.2em;
  position: relative;
}
.p-intro__caption::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.u-mt {
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .u-mt {
    margin-top: 40px;
  }
}

.u-mt-l {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .u-mt-l {
    margin-top: 80px;
  }
}

.u-pb {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px), print {
  .u-pb {
    padding-bottom: 80px;
  }
}

.u-bg-circle {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .u-bg-circle::before {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--circle-color, rgba(255, 239, 161, 0.4)) 0%, rgba(255, 255, 255, 0) 70%);
    top: 20%;
    left: -300px;
    transform: translateY(-50%);
  }
  .u-bg-circle::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--circle-color, rgba(255, 239, 161, 0.4)) 0%, rgba(255, 255, 255, 0) 70%);
    top: 80%;
    right: -300px;
    transform: translateY(-50%);
  }
}
