/* kodomoen */
@-webkit-keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa-soft {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -8px);
  }
  50% {
    transform: translate(-2px, -14px);
  }
  80% {
    transform: translate(2px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-soft {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -8px);
  }
  50% {
    transform: translate(-2px, -14px);
  }
  80% {
    transform: translate(2px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
/* dayservice */
/* ------------------------------------ */
.dayservice {
  /* fv_block02 */
  /* ------------------------------------ */
  /* contact_block */
  /* ------------------------------------ */
  /* sns_block */
  /* ------------------------------------ */
  /* dayservice0102 */
  /* ------------------------------------ */
  /* dayservice03 */
  /* ------------------------------------ */
  /* dayservice04 */
  /* ------------------------------------ */
}
.dayservice .h1box .mttl span {
  font-size: 4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .dayservice .h1box .mttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .dayservice main {
    padding-bottom: 0;
  }
}
.dayservice .sec-wrapper {
  position: relative;
}
.dayservice .sec-wrapper .main_width {
  max-width: 1024px;
}
.dayservice .sec-wrapper .deco_ttlbox02 {
  margin: 0 auto;
}
.dayservice .fv_block {
  position: relative;
  padding-bottom: 300px;
  top: 305px;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_block {
    padding-bottom: 150px;
    top: 100px;
  }
}
.dayservice .fv_lead {
  padding-bottom: 100px;
  padding: 100px;
  background: #FFF;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_lead {
    padding-bottom: 50px;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .dayservice .fv_lead.main_width {
    width: 100%;
  }
}
.dayservice .fv_lead p {
  margin-bottom: 1em;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_lead p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.dayservice .fv_lead p span {
  color: #00989F;
}
.dayservice .sec {
  position: relative;
  padding: 100px 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .dayservice .sec {
    padding: 50px 0;
  }
}
.dayservice .sec.green {
  background: url(../img/common/noise-blue.png) repeat 0 0;
}
.dayservice .sec.white {
  background: #FFF;
}
.dayservice .fv_block02 {
  padding: 0;
  background: #fff;
}
.dayservice .fv_block02 .photo_wrap {
  position: relative;
  padding-bottom: 280px;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_block02 .photo_wrap {
    margin: 0 auto;
    padding-bottom: 100px;
    width: calc(100% - 20px);
  }
}
.dayservice .fv_block02 .photo_wrap::before {
  position: absolute;
  content: "";
  width: 1024px;
  height: 522px;
  background: url(../img/common/deco-02.png) no-repeat 0 bottom/contain;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_block02 .photo_wrap::before {
    width: 100%;
    height: 140px;
    background: url(../img/common/deco-02.png) no-repeat center bottom/cover;
    bottom: 0;
  }
}
.dayservice .fv_block02 .photo_wrap .photo {
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1536px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  gap: 0 2vw;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_block02 .photo_wrap .photo {
    gap: 0 10px;
  }
}
.dayservice .fv_block02 .photo_wrap .photo .fig {
  max-width: 262px;
}
.dayservice .fv_block02 .photo_wrap .photo .fig.fig01, .dayservice .fv_block02 .photo_wrap .photo .fig.fig05 {
  transform: translateY(46%);
}
.dayservice .fv_block02 .photo_wrap .photo .fig.fig02, .dayservice .fv_block02 .photo_wrap .photo .fig.fig04 {
  transform: translateY(80%);
}
.dayservice .fv_block02 .photo_wrap .photo .fig.fig03 {
  max-width: 368px;
}
.dayservice .fv_block02 .catch {
  padding-top: 50px;
  padding-bottom: 30px;
  color: #00989F;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_block02 .catch {
    margin: 0 auto;
    width: calc(100% - 20px);
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.dayservice .fv_block02 .txtbox_wrap {
  margin-bottom: 100px;
  padding: 40px;
  border: 8px solid #CFE6E6;
  background: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_block02 .txtbox_wrap {
    margin: 0 auto 50px;
    padding: 10px;
    width: calc(100% - 50px);
    border: 4px solid #CFE6E6;
    gap: 10px 0;
  }
}
.dayservice .fv_block02 .txtbox_wrap .txtbox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_block02 .txtbox_wrap .txtbox {
    flex-direction: column;
  }
}
.dayservice .fv_block02 .txtbox_wrap .txtbox .itembox {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_block02 .txtbox_wrap .txtbox .itembox {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}
.dayservice .fv_block02 .txtbox_wrap .txtbox .itembox + .itembox {
  border-left: 1px solid #CFE6E6;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_block02 .txtbox_wrap .txtbox .itembox + .itembox {
    border-top: 1px solid #CFE6E6;
    border-left: none;
  }
}
.dayservice .fv_block02 .txtbox_wrap .txtbox .itembox p {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .dayservice .fv_block02 .txtbox_wrap .txtbox .itembox p {
    font-size: 1.6rem;
  }
}
.dayservice .fv_block02 .txtbox_wrap .txtbox .itembox p.small {
  color: #6E8E90;
  font-size: 1.2rem;
}
.dayservice .contact_block {
  padding: 0 0 50px 0;
  background: #EFFAFA;
}
@media screen and (max-width: 767px) {
  .dayservice .contact_block {
    padding: 0;
  }
}
.dayservice .contact_block .contactbox_wrap {
  padding: 20px;
  background: url(../img/common/noise-black.png) repeat 0 0;
  border-radius: 20px;
  display: flex;
  transform: translateY(-50px);
}
@media screen and (max-width: 767px) {
  .dayservice .contact_block .contactbox_wrap {
    padding: 0 20px;
    margin: 0 auto;
    width: calc(100% - 50px);
  }
}
.dayservice .contact_block .contactbox_wrap .contactbox {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dayservice .contact_block .contactbox_wrap .contactbox {
    flex-direction: column;
  }
}
.dayservice .contact_block .contactbox_wrap .contactbox .itembox {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .dayservice .contact_block .contactbox_wrap .contactbox .itembox {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}
.dayservice .contact_block .contactbox_wrap .contactbox .itembox + .itembox {
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .dayservice .contact_block .contactbox_wrap .contactbox .itembox + .itembox {
    border-top: 1px solid #FFF;
    border-left: none;
  }
}
.dayservice .contact_block .contactbox_wrap .contactbox .itembox p {
  color: #FFF;
  letter-spacing: 0.03em;
  line-height: 2;
}
.dayservice .contact_block .contactbox_wrap .contactbox .itembox p.txt {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
.dayservice .contact_block .contactbox_wrap .contactbox .itembox p.tel {
  padding: 5px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dayservice .contact_block .contactbox_wrap .contactbox .itembox p.tel {
    font-size: 3.6rem;
  }
}
.dayservice .contact_block .contactbox_wrap .contactbox .itembox p.time {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
.dayservice .sns_block {
  padding: 0 0 100px;
  background: #EFFAFA;
}
@media screen and (max-width: 767px) {
  .dayservice .sns_block {
    padding: 0 0 50px;
  }
}
.dayservice .sns_block .bubble {
  margin: 0 auto 50px;
  width: 300px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/dayservice/sns-bubble.png) no-repeat 0 0/contain;
}
.dayservice .sns_block .bubble p {
  color: #00666A;
  font-size: 1.4rem;
}
.dayservice .sns_block .sns_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .dayservice .sns_block .sns_wrap {
    padding-bottom: 50px;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .dayservice .sns_block .sns_wrap .facebook,
.dayservice .sns_block .sns_wrap .instagram {
    width: 40%;
  }
}
.dayservice .sns_block .sns_wrap .facebook a,
.dayservice .sns_block .sns_wrap .instagram a {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dayservice .sns_block .sns_wrap .facebook a,
.dayservice .sns_block .sns_wrap .instagram a {
    gap: 0 10px;
  }
}
.dayservice .sns_block .sns_wrap .facebook a img,
.dayservice .sns_block .sns_wrap .instagram a img {
  width: 50px;
}
.dayservice .sns_block .sns_wrap .facebook a span,
.dayservice .sns_block .sns_wrap .instagram a span {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
.dayservice .dayservice0102 .main_width {
  position: relative;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .dayservice .dayservice0102 .main_width {
    flex-direction: column;
    gap: 50px 0;
  }
}
.dayservice .dayservice0102 .main_width::before {
  position: absolute;
  content: "";
  width: 380px;
  height: 380px;
  background: url(../img/common/deco-01-02.png) no-repeat 0 0/contain;
  top: -290px;
  left: -18.5%;
}
@media screen and (max-width: 767px) {
  .dayservice .dayservice0102 .main_width::before {
    width: 160px;
    height: 160px;
    top: -130px;
    left: -22%;
  }
}
.dayservice .dayservice0102 .dayservice01_01 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .dayservice .dayservice0102 .dayservice01_01 {
    width: 100%;
  }
}
.dayservice .dayservice0102 .dayservice01_01 .h2box {
  margin: 0 auto 20px;
}
.dayservice .dayservice0102 .dayservice01_01 .itembox {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.dayservice .dayservice0102 .dayservice01_01 .itembox p {
  line-height: 2;
}
.dayservice #dayservice03 {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice03 {
    padding: 50px 0 80px;
  }
}
.dayservice #dayservice03 .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
.dayservice #dayservice03 .inner::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 244px;
  background: url(../img/common/deco-03-02.png) no-repeat 0 0/contain;
  top: 20px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice03 .inner::before {
    width: 115px;
    height: 122px;
    top: 0;
    right: 0;
  }
}
.dayservice #dayservice03 .main_width {
  position: relative;
  z-index: 2;
}
.dayservice #dayservice03 .h2box {
  margin: 0 auto 30px;
}
.dayservice #dayservice03 .feature {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice03 .feature {
    flex-direction: column;
    gap: 50px 0;
  }
}
.dayservice #dayservice03 .feature .itembox {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice03 .feature .itembox {
    width: 100%;
  }
}
.dayservice #dayservice03 .feature .itembox .sttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 2rem;
}
.dayservice #dayservice03 .feature .itembox .sttl::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  background: #00989F;
}
.dayservice #dayservice03 .feature .itembox p {
  padding-bottom: 30px;
}
.dayservice #dayservice03 .feature .itembox .fig img {
  border-radius: 20px;
}
.dayservice #dayservice03 .feature .itembox .figbox {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice03 .feature .itembox .figbox {
    min-height: 280px;
    display: block;
  }
}
.dayservice #dayservice03 .feature .itembox .figbox .fig {
  position: absolute;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice03 .feature .itembox .figbox .fig {
    width: 60%;
  }
}
.dayservice #dayservice03 .feature .itembox .figbox .fig.fig01 {
  top: 30%;
  left: 0;
  z-index: 2;
}
.dayservice #dayservice03 .feature .itembox .figbox .fig.fig02 {
  top: 0;
  right: 0;
}
.dayservice #dayservice03 .feature .itembox .fig03 {
  width: 100%;
  max-width: 487px;
}
.dayservice #dayservice04 .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
.dayservice #dayservice04 .inner::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 244px;
  background: url(../img/common/deco-03-01.png) no-repeat 0 0/contain;
  top: -50px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .inner::before {
    width: 115px;
    height: 122px;
    left: -15px;
  }
}
.dayservice #dayservice04 .main_width {
  position: relative;
}
.dayservice #dayservice04 .main_width .bubble {
  position: absolute;
  width: 230px;
  height: 153px;
  background: url(../img/dayservice/info-bubble.png) no-repeat 0 0/contain;
  top: 20px;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .main_width .bubble {
    width: 150px;
    height: 100px;
    top: 64px;
    right: -15px;
  }
}
.dayservice #dayservice04 .main_width .bubble p {
  padding-top: 28px;
  color: #00989F;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .main_width .bubble p {
    padding-top: 20px;
    padding-left: 5px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.dayservice #dayservice04 .h2box {
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .h2box {
    margin: 0 auto 80px;
  }
}
.dayservice #dayservice04 .information {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .information {
    margin-bottom: 50px;
  }
}
.dayservice #dayservice04 .information dl {
  padding: 30px 0;
  display: flex;
  border-bottom: 1px solid #CFE6E6;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .information dl {
    padding: 15px 0;
    gap: 5px 0;
  }
}
.dayservice #dayservice04 .information dl:first-of-type {
  border-top: 1px solid #CFE6E6;
}
.dayservice #dayservice04 .information dl dt {
  padding-top: 3px;
  width: 200px;
  font-family: "Montserrat", sans-serif;
  color: #6E8E90;
  line-height: 1.23;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .information dl dt {
    width: 100px;
    font-size: 1.4rem;
  }
}
.dayservice #dayservice04 .information dl dd {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .information dl dd {
    width: calc(100% - 100px);
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.dayservice #dayservice04 .access_wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .access_wrap {
    margin-bottom: 50px;
  }
}
.dayservice #dayservice04 .access_wrap .sttl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .access_wrap .sttl {
    padding-left: 10px;
    font-size: 1.6rem;
  }
}
.dayservice #dayservice04 .access_wrap .sttl::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  background: #00989F;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .access_wrap .sttl::before {
    width: 3px;
  }
}
.dayservice #dayservice04 .access_wrap .access {
  display: flex;
  gap: 0 45px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .access_wrap .access {
    flex-direction: column;
    gap: 20px 0;
  }
}
.dayservice #dayservice04 .access_wrap .access figure {
  width: 100%;
  max-width: 487px;
}
.dayservice #dayservice04 .access_wrap .access .addr_box .addr {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .access_wrap .access .addr_box .addr {
    padding-bottom: 25px;
  }
}
.dayservice #dayservice04 .access_wrap .access .addr_box .addr .link_gmap::before {
  background: url(../img/common/icn-marker.svg) no-repeat 0 0/contain;
}
.dayservice #dayservice04 .access_wrap .access .addr_box .addr .link_gmap a {
  color: #00989F;
  background-image: linear-gradient(#00989F, #00989F);
}
.dayservice #dayservice04 .access_wrap .access .addr_box .addr .link_gmap a:hover {
  background-image: linear-gradient(#00989F, #00989F);
}
.dayservice #dayservice04 .access_wrap .access p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .access_wrap .access p {
    margin-bottom: 15px;
  }
}
.dayservice #dayservice04 .access_wrap .access p:last-of-type {
  margin-bottom: 0;
}
.dayservice #dayservice04 .access_wrap .access .ttl {
  margin-bottom: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .access_wrap .access .ttl {
    margin-bottom: 15px;
  }
}
.dayservice #dayservice04 .access_wrap .access .sttl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.dayservice #dayservice04 .access_wrap .access .sttl::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #00989F;
  border-radius: 50%;
  top: calc(50% - 4px);
  left: 0;
}
.dayservice #dayservice04 .collabo_block {
  display: flex;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .collabo_block {
    flex-direction: column-reverse;
  }
}
.dayservice #dayservice04 .collabo_block figure {
  width: 50%;
  max-width: 512px;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .collabo_block figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .collabo_block figure img {
    border-radius: 0 0 20px 20px;
  }
}
.dayservice #dayservice04 .collabo_block .collabo_01 {
  padding: 50px;
  width: 50%;
  background: #00989F url(../img/common/noise-black.png) repeat 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .collabo_block .collabo_01 {
    padding: 20px;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
.dayservice #dayservice04 .collabo_block .collabo_01 .collabo_01_01 .h2box {
  margin-bottom: 30px;
}
.dayservice #dayservice04 .collabo_block .collabo_01 .collabo_01_01 .h2box h2 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "Lancelot", serif;
  color: #FFF;
  font-size: 5rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .collabo_block .collabo_01 .collabo_01_01 .h2box h2 {
    font-size: 2.4rem;
  }
}
.dayservice #dayservice04 .collabo_block .collabo_01 .collabo_01_01 .h2box h2::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 11px;
  background: url(../img/common/heading-deco_01.png) no-repeat 0 0/contain;
  bottom: 0;
  left: calc(50% - 20px);
  filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(23%) hue-rotate(260deg) brightness(105%) contrast(108%);
}
.dayservice #dayservice04 .collabo_block .collabo_01 .collabo_01_01 .h2box p {
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .dayservice #dayservice04 .collabo_block .collabo_01 .collabo_01_01 .h2box {
    margin: 0 0 30px 0;
    text-align: left;
  }
  .dayservice #dayservice04 .collabo_block .collabo_01 .collabo_01_01 .h2box h2::after {
    left: 0;
  }
}
.dayservice #dayservice04 .collabo_block .collabo_01 .collabo_01_01 p {
  color: #FFF;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .collabo_block .collabo_01 .collabo_01_01 p {
    margin-bottom: 25px;
    letter-spacing: 0;
  }
}
.dayservice #dayservice04 .collabo_block .collabo_01 .btn_more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .dayservice #dayservice04 .collabo_block .collabo_01 .btn_more {
    margin: 0 auto;
  }
}
.dayservice #dayservice04 .collabo_block .collabo_01 .btn_more a.link_circle {
  color: #FFF;
}
.dayservice #dayservice04 .collabo_block .collabo_01 .btn_more a.link_circle .text::before {
  background: #ccc;
}
.dayservice #dayservice04 .collabo_block .collabo_01 .btn_more a.link_circle .text::after {
  background: #FFF;
}
.dayservice #dayservice04 .collabo_block .collabo_01 .btn_more a.link_circle .circle-wrapper::before {
  background: none;
}
.dayservice #dayservice04 .collabo_block .collabo_01 .btn_more a.link_circle .circle-wrapper .circle-scale .circle {
  background: #FFF;
}
/*# sourceMappingURL=dayservice.css.map */