body#about .c-sub-mainimg__img {
  background-image: url(../img/about/mainimg_2024.jpg);
}
@media only screen and (max-width: 768px) {
  body#about .c-sub-mainimg__img {
    background-image: url(../img/about/mainimg_2024_sp.jpg);
  }
}
@media only screen and (min-width: 769px) {
  body#about .about_sec03 .ul01 .txt02 {
    text-align: justify;
  }
}
body#about .ul02 {
  margin-bottom: 40px;
}
body#about .head-title {
  margin-bottom: 24px;
}
body#about .head-title h3 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  background: #d5e862;
  padding: 7px 30px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  body#about .head-title h3 {
    font-size: 16px;
    padding: 7px 24px;
    margin-bottom: 10px;
  }
}
body#about .head-title span {
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 600;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body#about .head-title span {
    font-size: 14px;
  }
}
body#about .img-text {
  display: flex;
}
@media only screen and (max-width: 768px) {
  body#about .img-text {
    display: block;
  }
}
body#about .img-text .img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  body#about .img-text .img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  body#about .img-text .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
body#about .img-text .text {
  width: 50%;
  background: #f7f8f8;
  padding: 76px 40px 82px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body#about .img-text .text {
    width: 100%;
    padding: 30px 20px 40px;
  }
}
body#about .img-text .text strong {
  display: inline;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-bottom: 5px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 600;
  background: linear-gradient(transparent 45%, #d5e862 0%);
}
@media only screen and (max-width: 768px) {
  body#about .img-text .text strong {
    font-size: 22px;
  }
}
body#about .img-text .text p {
  font-size: 14px;
  line-height: 1.71428571;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 34px;
  text-align: left;
}
body#about .img-text .text .pointBox {
  margin: 0 auto;
  max-width: 360px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 28px 40px;
}
@media only screen and (max-width: 768px) {
  body#about .img-text .text .pointBox {
    padding: 28px 20px;
  }
}
body#about .img-text .text .pointBox span {
  width: 160px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #42bcd6;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  letter-spacing: 0.075em;
  font-weight: 600;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, 0%);
}
body#about .img-text .text .pointBox ul li {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 37px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body#about .img-text .text .pointBox ul li {
    font-size: 16px;
  }
}
body#about .img-text .text .pointBox ul li:last-of-type {
  margin-bottom: 0;
}
body#about .img-text .text .pointBox ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/about/check.svg) center center/cover no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  body#about .img-text .text .pointBox ul li:before {
    top: 6px;
  }
}
body#about .read .pointList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 46px;
  max-width: 930px;
  margin: 80px auto 44px;
  border-radius: 16px;
  background: #f7f8f8;
}
@media only screen and (max-width: 768px) {
  body#about .read .pointList {
    display: block;
    padding: 32px 21px 44px;
    border-radius: 10px;
    width: calc(100% - 25px);
    margin: 44px auto 24px;
  }
}
body#about .read .pointList i {
  width: 1px;
  height: 60px;
  display: block;
  background: #e8e7da;
  border: none;
}
body#about .read .pointList li {
  display: flex;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  body#about .read .pointList li {
    width: 100%;
  }
}
body#about .read .pointList li:nth-of-type(1) {
  padding-right: 48px;
}
@media only screen and (max-width: 768px) {
  body#about .read .pointList li:nth-of-type(1) {
    padding-right: 0;
    margin-bottom: 53px;
  }
}
body#about .read .pointList li:nth-of-type(2) {
  padding-left: 48px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body#about .read .pointList li:nth-of-type(2) {
    padding-left: 0;
  }
}
body#about .read .pointList li .point {
  width: 96px;
  height: 94px;
  background: url(../img/common/other/bg_circle_bubble.png) center/contain no-repeat;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.16em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  body#about .read .pointList li .point {
    width: 72px;
    height: 70px;
    margin-right: 13px;
    font-size: 10px;
    padding-top: 7px;
  }
}
body#about .read .pointList li .point span {
  display: block;
  padding-top: 10px;
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  body#about .read .pointList li .point span {
    font-size: 27px;
    padding-top: 3px;
  }
}
body#about .read .pointList li p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  body#about .read .pointList li p {
    font-size: 18px;
    line-height: 1.33333333;
  }
}
body#about .read__text {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body#about .read__text {
    text-align: left;
    width: calc(100% - 25px);
  }
}
body#about .read__text strong {
  display: inline-block;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.075em;
  font-weight: 600;
  font-family: fot-tsukuardgothic-std, sans-serif;
  background: linear-gradient(transparent 60%, #d5e862 0%);
  padding: 0 3px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  body#about .read__text strong {
    display: inline;
    font-size: 24px;
    line-height: 1.7;
    padding: 0 0px 5px;
    background: linear-gradient(transparent 40%, #d5e862 0%);
  }
}
body#about .read__text p {
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.25;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  body#about .read__text p {
    font-size: 14px;
    line-height: 2;
    margin-top: 12px;
  }
}
body#about .read .facilityList {
  max-width: 890px;
  margin: 104px auto 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body#about .read .facilityList {
    margin: 50px auto 60px;
    width: calc(100% - 25px);
    display: block;
  }
}
body#about .read .facilityList li {
  width: 47.19101124%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body#about .read .facilityList li {
    width: 100%;
    padding-left: 8px;
  }
}
@media only screen and (max-width: 768px) {
  body#about .read .facilityList li:nth-of-type(1) {
    margin-bottom: 42px;
  }
}
body#about .read .facilityList li span {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
  background: #d5e862;
  padding: 12px 32px;
  position: absolute;
  top: -24px;
  left: -14px;
}
@media only screen and (max-width: 768px) {
  body#about .read .facilityList li span {
    font-size: 18px;
    top: -18px;
    left: 0;
    padding: 10px 26px;
  }
}
body#about .read .facilityList li p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-weight: 500;
  padding: 0 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  body#about .read .facilityList li p {
    font-size: 12px;
    line-height: 1.75;
    padding: 0 8px;
    margin-top: 14px;
  }
}

body#voice .c-sub-mainimg {
  width: 100%;
}
body#voice .c-sub-mainimg__img {
  background-image: url(../img/voice/mainimg_2024.jpg);
}
@media only screen and (max-width: 768px) {
  body#voice .c-sub-mainimg__img {
    background-image: url(../img/voice/mainimg_2024_sp.jpg);
  }
}
body#voice .ul01 li .txtdiv .txt03 {
  padding-top: 0;
  padding-bottom: 10px;
  letter-spacing: 0.075em;
}
body#voice .ul01 li .txtdiv .name {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 600;
  display: block;
  text-align: right;
}
body#voice .voice_cont {
  margin-top: 76px;
}
body#voice .voice_cont__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body#voice .voice_cont__list {
    display: block;
    width: calc(100% - 32px);
  }
}
body#voice .voice_cont__list li {
  width: 32.05128205%;
  margin-right: 1.92307692%;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  body#voice .voice_cont__list li {
    width: 100%;
    margin: 0 0 32px;
  }
}
body#voice .voice_cont__list li:nth-of-type(3n) {
  margin-right: 0;
}
body#voice .voice_cont__list li:nth-of-type(-n + 3) {
  margin-top: 0;
}
body#voice .voice_cont__item {
  position: relative;
  background: #f7f8f8;
  text-align: center;
  padding: 6px;
  width: calc(100% - 16px);
  margin: 0 auto 20px;
}
body#voice .voice_cont__item .number {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 50px;
  height: 47px;
  margin-top: -23px;
  background: url(../img/common/other/bg_circle_bubble.png) center/contain no-repeat;
  padding-top: 13px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 21px;
  letter-spacing: 0.075em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding-left: 2px;
}
body#voice .voice_cont__item .name {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #355157;
}
body#voice .voice_cont__image {
  background: #d9f2f7;
  padding: 7px;
  display: block;
}

.modaal-overlay {
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-gallery-item {
  padding: 82px 25px 25px;
  background: #d9f2f7;
}
@media only screen and (max-width: 768px) {
  .modaal-gallery-item {
    padding: 40px 10px 10px;
  }
}

.modaal-close:before {
  background: #42bcd6;
  border-radius: 0;
}

.modaal-close:after {
  background: #42bcd6;
  border-radius: 0;
}

@media only screen and (min-width: 769px) {
  .modaal-close:after, .modaal-close:before {
    height: 28px;
  }
}

.modaal-close {
  position: absolute;
  right: 20px;
  top: 15px;
}
@media only screen and (max-width: 768px) {
  .modaal-close {
    right: 0;
    top: -4px;
  }
}
.modaal-close:hover {
  background: none;
}
.modaal-close:hover:before {
  background: #42bcd6;
}
.modaal-close:hover:after {
  background: #42bcd6;
}

.modaal-image .modaal-container {
  max-width: 80%;
}
@media only screen and (max-width: 768px) {
  .modaal-image .modaal-container {
    max-width: 100%;
  }
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.lg-counter {
  display: none;
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.lg-object.lg-image {
  max-height: 90%;
  max-width: 80%;
}

.lg-prev, .lg-next {
  padding: 0;
  width: 50px;
  height: 50px;
  background: none;
  margin-top: -25px;
  display: none;
}

body#oneday .c-sub-mainimg__img {
  background-image: url(../img/oneday/mainimg_2024.jpg);
}
@media only screen and (max-width: 768px) {
  body#oneday .c-sub-mainimg__img {
    background-image: url(../img/oneday/mainimg_2024_sp.jpg);
  }
}

body#privacypolicy .c-sub-mainimg__img {
  background-image: url(../img/privacy/mainimg_2024.jpg);
}
@media only screen and (max-width: 768px) {
  body#privacypolicy .c-sub-mainimg__img {
    background-image: url(../img/privacy/mainimg_2024_sp.jpg);
  }
}

body#contact .c-sub-mainimg__img {
  background-image: url(../img/contact/mainimg_2024.jpg);
}
@media only screen and (max-width: 768px) {
  body#contact .c-sub-mainimg__img {
    background-image: url(../img/contact/mainimg_2024_sp.jpg);
  }
}

body#outline .c-sub-mainimg__img {
  background-image: url(../img/outline/mainimg_2024.jpg);
}
@media only screen and (max-width: 768px) {
  body#outline .c-sub-mainimg__img {
    background-image: url(../img/outline/mainimg_2024_sp.jpg);
  }
}/*# sourceMappingURL=custom.css.map */