@charset "UTF-8";
/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

body::after {
  height: 45%;
}

.commonContact {
  display: block;
  background: transparent;
}

#nursing .preface__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(5rem, 30px) max(2.5rem, 10px);
}
@media screen and (max-width: 768px) {
  #nursing .preface__wrapper {
    grid-template-columns: 1fr;
  }
}
#nursing .preface__content {
  position: relative;
  background: #f7fed9;
  border-radius: 0 0 max(1rem, 10px) max(1rem, 10px);
  z-index: 0;
}
#nursing .preface__content .preface__deco {
  position: absolute;
  bottom: 0%;
  z-index: 10;
}
#nursing .preface__content .preface__deco--man {
  width: 50%;
  left: -23%;
  -webkit-transform: translateY(46%);
          transform: translateY(46%);
}
@media screen and (max-width: 768px) {
  #nursing .preface__content .preface__deco--man {
    display: none;
  }
}
#nursing .preface__content .preface__deco--woman {
  width: 50%;
  right: -26%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#nursing .preface__content .preface__header {
  padding: max(1.5rem, 15px) 7.5%;
  text-align: center;
  background: #177e5d;
  border-radius: max(1rem, 10px) max(1rem, 10px) 0 0;
}
#nursing .preface__content .preface__header h2 {
  color: #fff;
  font-size: max(2.5rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#nursing .preface__content .preface__body {
  padding: max(4rem, 20px) 7.5%;
  border-radius: 0 0 max(1rem, 10px) max(1rem, 10px);
}
#nursing .preface__content .preface__body p {
  line-height: 2.5;
}
#nursing .recruit {
  position: relative;
  width: 97.5%;
  margin: 0 auto;
  margin-top: max(13rem, 60px);
}
#nursing .recruit__bg {
  position: absolute;
  inset: 0;
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
}
#nursing .recruit__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background: linear-gradient(135deg, #1b805f 0%, #1b805f 25%, rgba(27, 128, 95, 0) 50%);
}
@media screen and (max-width: 768px) {
  #nursing .recruit__bg::before {
    background: linear-gradient(135deg, #1b805f 0%, rgba(27, 128, 95, 0) 100%);
  }
}
#nursing .recruit__bg img {
  width: 100%;
  height: 100%;
  -o-object-position: right;
     object-position: right;
}
#nursing .recruit__content {
  position: relative;
  z-index: 10;
  padding-top: max(7rem, 25px);
  padding-bottom: max(9rem, 30px);
}
#nursing .recruit__content .section-title {
  padding-bottom: max(2.5rem, 5px);
}
#nursing .recruit__content > p {
  color: #fff;
  line-height: 2.5;
}
#nursing .recruit__content .btnBox {
  padding-top: max(4rem, 30px);
}
#nursing .home__wrapper {
  padding-top: max(13rem, 60px);
}
#nursing .home__intro {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #nursing .home__intro {
    width: 100%;
    text-align: left;
  }
}
#nursing .home__intro h2 {
  color: #177e5d;
  font-size: max(4.5rem, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-bottom: max(2rem, 15px);
}
#nursing .home__intro p {
  line-height: 3;
}
#nursing .home__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(5rem, 20px);
  margin-top: max(5rem, 30px);
}
@media screen and (max-width: 768px) {
  #nursing .home__images {
    grid-template-columns: 1fr;
  }
}
#nursing .home__images .imageBox {
  position: relative;
  border-radius: max(1rem, 10px);
}
#nursing .home__images .imageBox img {
  border-radius: max(1rem, 10px);
}
#nursing .home__images .imageBox__deco {
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: max(9rem, 50px);
}
@media screen and (max-width: 768px) {
  #nursing .home__images .imageBox__deco {
    display: none;
  }
}
#nursing .service__wrapper {
  padding-top: max(14.5rem, 70px);
  padding-bottom: max(8rem, 50px);
}
#nursing .service__intro {
  color: #177e5d;
  font-size: max(4.5rem, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-bottom: max(3rem, 20px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #nursing .service__intro {
    text-align: left;
  }
}
#nursing .service__content {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr max(55.5rem, 300px);
  gap: max(8rem, 30px);
  padding-bottom: max(8rem, 30px);
}
@media screen and (max-width: 1000px) {
  #nursing .service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#nursing .service__content .service__deco {
  position: absolute;
  width: max(23rem, 150px);
  bottom: 0;
  right: 35%;
}
@media screen and (max-width: 1000px) {
  #nursing .service__content .service__deco {
    display: none;
  }
}
#nursing .service__content .service__text .service__title {
  display: grid;
  grid-template-columns: max(3.5rem, 30px) 1fr;
  gap: max(1rem, 10px);
  margin-bottom: max(1.5rem, 10px);
}
#nursing .service__content .service__text .service__title__text {
  color: #177e5d;
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
#nursing .service__content .service__text p {
  line-height: 2.5;
}
#nursing .service__content .service__images {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#nursing .service__content .service__images .imageBox {
  width: 100%;
  height: 100%;
  aspect-ratio: 37/24;
  border-radius: max(1rem, 10px);
  overflow: hidden;
}
#nursing .service__content .service__images img {
  width: 100%;
  height: 100%;
}
#nursing .base {
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 253, 211, 0.45)), to(#f5fdd3));
  background: linear-gradient(to right, rgba(245, 253, 211, 0.45), #f5fdd3);
}
#nursing .base__wrapper {
  padding-top: max(12rem, 60px);
  padding-bottom: max(12rem, 60px);
}
#nursing .base__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#nursing .base__title h2 {
  color: #177e5d;
  font-size: max(4.5rem, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-bottom: max(3rem, 20px);
}
#nursing .base__title p {
  color: #177e5d;
  font-size: max(2rem, 15px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
#nursing .base__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px max(2rem, 10px);
  grid-template-rows: auto auto 1fr auto;
}
@media screen and (max-width: 1300px) {
  #nursing .base__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
#nursing .base__content__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
}
#nursing .base__content__item .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 60/37;
  border-radius: max(1rem, 5px);
  overflow: hidden;
  margin-bottom: max(1.5rem, 10px);
}
#nursing .base__content__item h3 {
  color: #177e5d;
  font-size: max(1.8rem, 15px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(1rem, 5px);
}
#nursing .base__content__item .base__address,
#nursing .base__content__item .base__tel {
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-template-columns: max(1rem, 10px) 1fr;
  -webkit-column-gap: max(1rem, 5px);
     -moz-column-gap: max(1rem, 5px);
          column-gap: max(1rem, 5px);
}
#nursing .base__content__item .base__address p,
#nursing .base__content__item .base__tel p {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#nursing .base__content__item .base__address {
  margin-bottom: max(1rem, 0px);
}
#nursing .company__wrapper {
  padding-top: max(11rem, 70px);
}
#nursing .company__title {
  color: #177e5d;
  font-size: max(4.5rem, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-bottom: max(3rem, 20px);
}
#nursing .company__info {
  display: grid;
  grid-template-columns: auto 1fr;
}
#nursing .company__info dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 5px max(20rem, 50px);
  padding-bottom: max(2.5rem, 10px);
  border-bottom: max(0.1rem, 1px) solid #c3c3c3;
}
@media screen and (max-width: 1000px) {
  #nursing .company__info dl {
    -webkit-column-gap: max(10rem, 20px);
       -moz-column-gap: max(10rem, 20px);
            column-gap: max(10rem, 20px);
  }
}
@media screen and (max-width: 550px) {
  #nursing .company__info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#nursing .company__info dl:not(:last-of-type) {
  margin-bottom: max(2.5rem, 10px);
}
#nursing .company__info dl dt,
#nursing .company__info dl dd {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#nursing .company__info dl dt {
  position: relative;
}
#nursing .company__info dl dt::before {
  display: inline-block;
  content: "●";
  color: #177e5d;
  font-size: 0.7em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-right: 0.5em;
  -webkit-transform: translateY(-7.5%);
          transform: translateY(-7.5%);
}
#nursing .company__info dl dd .btnBox {
  margin-top: max(2rem, 15px);
}
#nursing .flow__wrapper {
  padding-top: max(11rem, 70px);
}
#nursing .flow__title {
  color: #177e5d;
  font-size: max(4.5rem, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-bottom: max(3rem, 20px);
}
#nursing .flow__intro {
  margin-bottom: max(5rem, 25px);
}
#nursing .flow__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px max(5.5rem, 20px);
}
@media screen and (max-width: 1000px) {
  #nursing .flow__content {
    grid-template-columns: 1fr;
  }
}
#nursing .flow__content__deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: max(17.5rem, 100px);
  -webkit-transform: translate(20%, 30%);
          transform: translate(20%, 30%);
}
#nursing .flow__content__method {
  background: #fff;
  border-radius: max(1rem, 10px);
  overflow: hidden;
}
#nursing .flow__content__method .flow__content__header {
  display: grid;
  grid-template-columns: auto 1fr;
}
#nursing .flow__content__method .flow__content__header span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: max(1.5rem, 15px) max(2.5rem, 20px);
  background: #177e5d;
  color: #fff;
  font-size: max(2rem, 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
#nursing .flow__content__method .flow__content__header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: max(1.5rem, 15px) max(2.5rem, 20px);
  background: #eef4d7;
  color: #177e5d;
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#nursing .flow__content__method .flow__content__body {
  padding: max(4rem, 30px) 10%;
}
#nursing .flow__content__method .flow__content__body ul li {
  position: relative;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 1.5em;
  padding-bottom: max(5rem, 30px);
}
#nursing .flow__content__method .flow__content__body ul li::before {
  content: "●";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: inline-block;
  color: #177e5d;
  font-size: 0.7em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#nursing .flow__content__method .flow__content__body ul li::after {
  position: absolute;
  content: "";
  left: 0.225em;
  top: 0.3em;
  bottom: 0;
  width: max(0.3rem, 3px);
  height: 100%;
  background-image: radial-gradient(circle, #177e5d 30%, transparent 31%);
  background-size: max(0.3rem, 3px) max(1rem, 10px);
  background-repeat: repeat-y;
  background-position: center top;
}/*# sourceMappingURL=nursing.css.map */