@charset "UTF-8";
/* ============================================ */
/* welfare
/* ============================================ */
/* ===== section共通 ===== */
.section .g-title.big-headline {
  margin: 0 0 100px;
}
.section .support-item {
  position: relative;
  background: var(--color-white);
  padding: 30px 45px 50px;
  border-radius: 15px;
}
.section .support-item + .support-item {
  margin: 80px 0 0;
}
.section .support-item.red-line {
  border: solid 1px var(--color-red);
}
.section .support-item .text-wrap {
  width: calc(60% - 50px + 35px);
}
.section .support-item .img {
  position: absolute;
  right: -35px;
  top: -35px;
  width: 40%;
}
.section .support-item .text-wrap {
  position: relative;
}
.section .support-item .text {
  line-height: 2.2;
  text-align: justify;
}
.section .support-item .text .asterisk {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1em 0 0;
}
.section .support-item .modal {
  position: absolute;
  right: 0;
  top: -65px;
  width: 80px;
  cursor: pointer;
  animation: fuwafuwa 1.2s ease-in-out infinite alternate-reverse;
}
.section .support-item .modal img {
  transition: 0.2s ease;
}
.section .support-item .modal:hover img {
  transform: scale(1.1);
}
.section .support-item.child .img img + img {
  width: 50%;
  max-width: 175px;
  margin: 30px 0 0;
}
.section .support-item.recreation .img img {
  display: block;
  width: 80%;
}
.section .support-item.recreation .img img:nth-of-type(1) {
  margin: 0 0 0 auto;
}
.section .support-item.recreation .img img + img {
  margin: 30px 0 0;
}
.section .support-item.recreation .modal {
  right: -80px;
}
.section .system {
  margin: 60px 0 0;
  padding: 0 45px;
}
.section .system .system-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 1em;
}
.section .system .system-list .system-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.section .system .system-list .system-item::before {
  content: "◆";
  color: var(--color-red);
  margin: 0 0.5em 0 0;
}
.section .system .system-list .system-item + .system-item {
  margin: 0.2em 0 0;
}
.section .system .system-list .system-item .detail {
  text-indent: 0;
  padding-left: 0;
  margin: 0 0 0 -1.5em;
}

@media (hover: hover) {
  .section .support-item .modal:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1024px) {
  .section .support-item .text-wrap {
    width: 100%;
  }
  .section .support-item .img {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 50px 0 0;
  }
  .section .support-item.recreation .modal {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section .g-title.big-headline {
    margin: 0 0 50px;
  }
  .section .support-item + .support-item {
    margin: 50px 0 0;
  }
  .section .support-item .img {
    margin: 30px 0 0;
  }
  .section .support-item .modal {
    width: 60px;
  }
  .section .system {
    margin: 40px 0 0;
    padding: 0 30px;
  }
  .section .system .system-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section .system .system-list .system-item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 600px) {
  .section .support-item {
    padding: 25px 30px 40px;
  }
  .section .system {
    padding: 0;
  }
}
/* ===== life ===== */
#life {
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  #life {
    padding: 0 0 50px;
  }
}
/* ===== skill-up ===== */
#skill-up {
  padding: 0 0 50px;
  background: var(--color-lightgreen);
}
#skill-up .g-btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #skill-up {
    padding: 0;
  }
}
/* ===== child-care ===== */
#child-care {
  background: var(--color-lightpink);
}

@media screen and (max-width: 768px) {
  #child-care {
    padding: 50px 0 0;
  }
}
/* ===== asset ===== */
#asset {
  padding: 50px 0;
}

/* ===== other ===== */
#other {
  padding: 0 0 100px;
  background: var(--color-lightgray);
}

@media screen and (max-width: 768px) {
  #other {
    padding: 0 0 80px;
  }
}

/*# sourceMappingURL=welfare.css.map */