.life-day__content {
  margin: 48px 0 0;
}

@media screen and (max-width: 767px) {
  .life-day__content {
    margin: 34px 0 0;
  }
}

.life-day__item + .life-day__item {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .life-day__item + .life-day__item {
    margin: 36px 0 0;
  }
}

.life-day__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .life-day__detail {
    display: block;
  }
}

.life-day__label {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-flex-basis: 218px;
      -ms-flex-preferred-size: 218px;
          flex-basis: 218px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 36px 0 0;
}

@media screen and (max-width: 1100px) {
  .life-day__label {
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    padding: 3.2vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .life-day__label {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .life-day__timeline {
    margin: 16px calc(50% - 50vw) 0;
    padding: 0 0 0 4.8%;
    width: 100vw;
  }
}

.life-day__timeline img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .life-day__timeline img {
    width: 862px;
    max-width: none;
  }
}

.life-day__note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 0 0 222px;
  margin: 36px 0 0;
}

@media screen and (max-width: 1100px) {
  .life-day__note {
    padding: 0 0 0 20.4%;
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .life-day__note {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .life-day__note + .life-day__note {
    margin: 8px 0 0;
  }
}

.life-day__note.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .life-day__note.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.life-year {
  margin: 110px 0 0;
}

@media screen and (max-width: 767px) {
  .life-year {
    margin: 58px 0 0;
  }
}

.life-year__content {
  margin: 64px 0 0;
  padding: 62px 0 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .life-year__content {
    margin: 32px 0 0;
    padding: 46px 0 0;
  }
}

.life-year__content::before, .life-year__content::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.life-year__content::before {
  width: 6px;
  height: 100%;
  background-color: #f2efdb;
  border-radius: 6px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .life-year__content::before {
    left: 10px;
    -webkit-transform: none;
            transform: none;
  }
}

.life-year__content::after {
  width: 60px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 0;
  background-position-x: 0;
  background-image: url(../img/common/ico_philosophy.svg);
  top: -8px;
}

@media screen and (max-width: 767px) {
  .life-year__content::after {
    left: -17px;
    -webkit-transform: none;
            transform: none;
  }
}

.life-year__item {
  position: relative;
}

.life-year__item--may {
  margin-top: -20px;
}

.life-year__item--june {
  margin-top: -40px;
}

.life-year__item--july {
  margin-top: -74px;
}

.life-year__item--august {
  margin-top: -36px;
}

.life-year__item--september {
  margin-top: 2px;
}

.life-year__item--october {
  margin-top: -52px;
}

.life-year__item--november {
  margin-top: -54px;
}

.life-year__item--december {
  margin-top: -2px;
}

.life-year__item--january {
  margin-top: -3px;
}

.life-year__item--february {
  margin-top: -3px;
}

.life-year__item--march {
  margin-top: -6px;
}

@media screen and (max-width: 767px) {
  .life-year__item--may, .life-year__item--june, .life-year__item--july, .life-year__item--august, .life-year__item--september, .life-year__item--october, .life-year__item--november, .life-year__item--december, .life-year__item--january, .life-year__item--february, .life-year__item--march {
    margin-top: 42px;
  }
}

@media screen and (max-width: 767px) {
  .life-year__item::before, .life-year__item::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .life-year__item::before {
    width: 100%;
    height: 4px;
    background-color: #f2efdb;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .life-year__item::after {
    width: 18px;
    height: 18px;
    background-color: #79c9d7;
    border-radius: 50%;
  }
}

.life-year__area {
  width: 452px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .life-year__area {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .life-year__area {
    width: 77vw;
    margin: 0 0 0 auto;
  }
}

.life-year__area--right {
  margin: 0 0 0 auto;
}

.life-year__area--right::before, .life-year__area--right::after {
  left: -97px;
  /* @include landscape {
          left: -16.2%;
        } */
}

@media screen and (max-width: 1100px) {
  .life-year__area--right::before, .life-year__area--right::after {
    left: -10.8%;
  }
}

@media screen and (max-width: 900px) {
  .life-year__area--right::before, .life-year__area--right::after {
    left: -11.4%;
  }
}

@media screen and (max-width: 800px) {
  .life-year__area--right::before, .life-year__area--right::after {
    left: -11.6%;
  }
}

@media screen and (max-width: 767px) {
  .life-year__area--right::before, .life-year__area--right::after {
    left: -15.4%;
  }
}

.life-year__area::before, .life-year__area::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -97px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .life-year__area::before, .life-year__area::after {
    right: -10.8%;
  }
}

@media screen and (max-width: 900px) {
  .life-year__area::before, .life-year__area::after {
    right: -11.4%;
  }
}

@media screen and (max-width: 800px) {
  .life-year__area::before, .life-year__area::after {
    right: -11.6%;
  }
}

@media screen and (max-width: 767px) {
  .life-year__area::before, .life-year__area::after {
    content: none;
    left: -15.4%;
  }
}

.life-year__area::before {
  width: 100%;
  height: 4px;
  background-color: #f2efdb;
  z-index: -1;
}

.life-year__area::after {
  width: 18px;
  height: 18px;
  background-color: #79c9d7;
  border-radius: 50%;
}

.life-year__detail {
  min-height: 125px;
  background-color: #fff;
  border-radius: 20px;
  padding: 38px 38px 36px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .life-year__detail {
    padding: 38px 30px 36px;
  }
}

@media screen and (max-width: 767px) {
  .life-year__detail {
    min-height: 85px;
    padding: 28px 28px 24px;
  }
}

.life-year__detail p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.life-year__detail p + p {
  margin: 10px 0 0;
}

.life-year__month {
  position: absolute;
}

.life-year__month--ja {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .life-year__month--ja {
    font-size: 20px;
    font-size: 1.25rem;
    top: -26px;
  }
}

.life-year__month--ja span {
  font-size: 60px;
  font-size: 3.75rem;
}

@media screen and (max-width: 767px) {
  .life-year__month--ja span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.life-year__month--en {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 700;
  color: rgba(252, 240, 197, 0.5);
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .life-year__month--en {
    font-size: 47px;
    font-size: 2.9375rem;
  }
}

.life-year__month--en span {
  display: none;
}

@media screen and (max-width: 767px) {
  .life-year__month--en span {
    display: inline;
  }
}

.life-year__note {
  margin-top: -36px;
  max-width: 46%;
}

@media screen and (max-width: 767px) {
  .life-year__note {
    margin-top: 40px;
    max-width: initial;
  }
}

.life-year__note p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .life-year__note p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.life-year__note p + p {
  margin: 6px 0 0;
}
/*# sourceMappingURL=life.css.map */