/* Scss Document */
/* Scss Document */
.contents {
  width: 1300px;
  margin: 100px auto 0;
  padding: 0; }

@media (max-width: 1400px) {
  .contents {
    width: calc(100% - 80px);
    margin: 100px 40px 0; } }
@media (max-width: 700px) {
  .contents {
    width: calc(100% - 40px);
    margin: 60px 20px 0; } }
.intro {
  margin: 0;
  padding: 30px 0 0;
  position: relative; }
  .intro__title {
    width: 200px;
    height: 200px;
    font-size: 1.25rem;
    color: #FFF;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/care/bg01.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
  .intro__cc {
    margin: 0;
    padding: 0;
    color: #67919d;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .intro__cc--upper {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.5;
      text-align: center;
      position: relative; }
      .intro__cc--upper::before {
        content: '';
        width: 2px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: -20px;
        -moz-transform: translateY(-50%) rotate(-30deg);
        -webkit-transform: translateY(-50%) rotate(-30deg);
        transform: translateY(-50%) rotate(-30deg);
        background-color: #67919d; }
      .intro__cc--upper::after {
        content: '';
        width: 2px;
        height: 30px;
        position: absolute;
        top: 50%;
        right: -20px;
        -moz-transform: translateY(-50%) rotate(30deg);
        -webkit-transform: translateY(-50%) rotate(30deg);
        transform: translateY(-50%) rotate(30deg);
        background-color: #67919d; }
    .intro__cc--main {
      margin: 15px 0 10px;
      font-size: 3.25rem;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 900;
      line-height: 1.5;
      text-align: center; }
    .intro__cc--lower {
      padding: 0 28px;
      font-size: 1.875rem;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 700;
      background-image: url("../img/common/star01.svg"), url("../img/common/star01.svg");
      background-position: left center, right center;
      background-repeat: no-repeat;
      background-size: 18px 16px; }
  .intro__txt {
    margin: 40px 0 0;
    font-size: 1.125rem; }

@media (max-width: 1400px) {
  .intro {
    padding: 230px 0 0; }
    .intro__title {
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
@media (max-width: 1000px) {
  .intro__cc--upper {
    font-size: 1.125rem; }
  .intro__cc--main {
    font-size: 2.25rem; }
  .intro__cc--lower {
    font-size: 1.25rem; } }
@media (max-width: 700px) {
  .intro {
    padding: 190px 0 0; }
    .intro__title {
      width: 160px;
      height: 160px;
      font-size: 1rem;
      background-size: 100% auto; }
    .intro__cc--upper {
      margin: 0 20px; } }
.introList {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
  .introList__item {
    width: 240px;
    margin: 50px 25px 0;
    position: relative; }
    .introList__item:nth-of-type(1) .introList__item--num {
      color: #fe8ea1; }
    .introList__item:nth-of-type(2) .introList__item--num {
      color: #4ccaf1; }
    .introList__item:nth-of-type(3) .introList__item--num {
      color: #a0d168; }
    .introList__item:nth-of-type(4) .introList__item--num {
      color: #ffe84e; }
    .introList__item--num {
      width: 70px;
      height: 70px;
      font-size: 2.5rem;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 900;
      line-height: 1.0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #FFF;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: -40px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 2; }
    .introList__item--image {
      width: 100%;
      overflow: hidden;
      margin: 0;
      padding: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: relative;
      z-index: 1; }
      .introList__item--image::before {
        content: '';
        display: block;
        padding-top: 100%; }
      .introList__item--image span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .introList__item--image span img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .introList__item--theme {
      margin: 20px 0;
      color: #67919d;
      font-size: 1.375rem;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 700;
      line-height: 1.7;
      text-align: center; }
    .introList__item--txt {
      font-size: 1.125rem; }

@media (max-width: 700px) {
  .introList__item {
    width: calc((100% - 40px)/2);
    margin: 50px 10px 0; }
    .introList__item--num {
      width: 50px;
      height: 50px;
      font-size: 1.625rem;
      top: -25px; }
    .introList__item--theme {
      font-size: 1.25rem; }
    .introList__item--txt {
      font-size: 1rem; } }
.aim {
  margin: 80px 0 0;
  padding: 0;
  position: relative; }
  .aim__dl {
    width: 800px;
    margin: 0 auto;
    padding: 70px 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #fbf7cd;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .aim__dl--title {
      margin: 0;
      padding: 0;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .aim__dl--title span {
        width: 164px;
        height: 25px;
        margin: 0 0 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-size: 0.875rem;
        font-weight: 600;
        background-color: #444;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; }
    .aim__dl--data {
      margin: 0 0 0 80px;
      padding: 0; }
      .aim__dl--data ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .aim__dl--data ul li {
          margin: 0 0 40px;
          padding: 0 0 0 21px;
          font-size: 1.5rem;
          font-family: "Zen Maru Gothic", sans-serif;
          background-image: url("../img/common/star02.svg");
          background-position: left center;
          background-repeat: no-repeat;
          background-size: 11px 17px;
          border-bottom: 1px dashed #444; }
          .aim__dl--data ul li:last-of-type {
            margin: 0; }
  .aim__illust01 {
    position: absolute;
    bottom: -40px;
    left: calc((100% - 800px)/2 - 70px); }
  .aim__illust02 {
    position: absolute;
    top: 120px;
    left: calc(50% + 400px - 20px); }

@media (max-width: 1400px) {
  .aim__illust02 {
    top: -40px;
    left: calc(50% + 400px - 140px); } }
@media (max-width: 1200px) {
  .aim {
    margin: 80px 0 0;
    padding: 0;
    position: relative; }
    .aim__dl {
      width: auto;
      flex-direction: column; }
      .aim__dl--title {
        margin: 0 0 40px; }
      .aim__dl--data {
        margin: 0; }
        .aim__dl--data ul {
          align-items: center; }
    .aim__illust01 {
      bottom: -100px;
      left: 0; }
    .aim__illust02 {
      left: auto;
      right: 0; } }
@media (max-width: 900px) {
  .aim__illust01 {
    width: 200px;
    height: 184px;
    bottom: -50px; }
  .aim__illust02 {
    width: 200px;
    height: 162px; } }
@media (max-width: 700px) {
  .aim__dl {
    padding: 70px 20px; }
    .aim__dl--data ul li {
      font-size: 1.25rem;
      line-height: 1.5; }
  .aim__illust01 {
    width: 150px;
    height: 138px;
    bottom: -80px; }
  .aim__illust02 {
    width: 150px;
    height: 122px; } }
.cntsWrap {
  margin: 120px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

@media (max-width: 1000px) {
  .cntsWrap {
    flex-direction: column; } }
.mainBiz {
  width: 550px;
  margin: 0;
  padding: 0; }
  .mainBiz__title {
    margin: 0 0 15px;
    padding: 0 0 0 32px;
    font-size: 1.375rem;
    font-family: "Zen Maru Gothic", sans-serif;
    background-image: url("../img/common/crown.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px 10px; }
  .mainBiz__list {
    margin: 0;
    padding: 30px;
    list-style: none;
    border: 10px solid #F3F3F3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .mainBiz__item {
    margin: 0 0 20px;
    padding: 0; }
    .mainBiz__item:last-of-type {
      margin: 0; }
    .mainBiz__item:nth-of-type(1) .mainBiz__item--title::before {
      background-color: #fe8ea1; }
    .mainBiz__item:nth-of-type(2) .mainBiz__item--title::before {
      background-color: #4ccaf1; }
    .mainBiz__item:nth-of-type(3) .mainBiz__item--title::before {
      background-color: #a0d168; }
    .mainBiz__item:nth-of-type(4) .mainBiz__item--title::before {
      background-color: #ffe84e; }
    .mainBiz__item:nth-of-type(5) .mainBiz__item--title::before {
      background-color: #ffa733; }
    .mainBiz__item--title {
      margin: 0 0 5px;
      padding: 0 0 0 22px;
      font-size: 1.125rem;
      font-weight: 700;
      position: relative; }
      .mainBiz__item--title::before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 14px;
        left: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .mainBiz__item--txt {
      margin: 0;
      padding: 0 0 0 22px;
      font-size: 1.125rem;
      line-height: 1.5; }

@media (max-width: 1000px) {
  .mainBiz {
    width: 100%; } }
@media (max-width: 700px) {
  .mainBiz__list {
    padding: 30px 20px; } }
.childrenNum {
  width: 600px;
  margin: 0 0 0 50px;
  padding: 0; }
  .childrenNum__title {
    margin: 0 0 15px;
    padding: 0 0 0 32px;
    font-size: 1.375rem;
    font-family: "Zen Maru Gothic", sans-serif;
    background-image: url("../img/common/crown.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px 10px; }
  .childrenNum__table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-top: 1px solid #5cc2cf;
    border-left: 1px solid #5cc2cf;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    .childrenNum__table--row:first-of-type td {
      background-color: #def3f5; }
      .childrenNum__table--row:first-of-type td:first-of-type {
        border-top-left-radius: 20px; }
      .childrenNum__table--row:first-of-type td:last-of-type {
        border-top-right-radius: 20px; }
    .childrenNum__table--row:last-of-type td {
      background-color: #def3f5; }
      .childrenNum__table--row:last-of-type td:first-of-type {
        border-bottom-left-radius: 20px; }
      .childrenNum__table--row:last-of-type td:last-of-type {
        border-bottom-right-radius: 20px; }
    .childrenNum__table td {
      width: calc(100%/3);
      padding: 20px;
      font-size: 1.125rem;
      line-height: 1.5;
      text-align: center;
      border-right: 1px solid #5cc2cf;
      border-bottom: 1px solid #5cc2cf; }

@media (max-width: 1000px) {
  .childrenNum {
    width: 100%;
    margin: 80px 0 0; } }
@media (max-width: 700px) {
  .childrenNum__table--row td {
    padding: 20px 10px; } }
