@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.page-title {
  background: url(../img/life/fv.webp) center;
  background-size: cover;
}

.page-navi-wrap {
  margin: 0;
  padding: 128px 0 40px;
  background: #fff;
}
.page-navi li a {
  background: #f8f5f0;
}
@media (any-hover: hover) {
  .page-navi li a:hover {
    background: #c43730;
  }
}

@media screen and (max-width: 810px) {
  .page-title {
    background: url(../img/life/sp_fv.webp) center;
    background-size: cover;
  }
  .breadcrumb {
    background: #f8f5f0;
  }
  .page-navi-wrap {
    padding: 48px 0 40px;
  }
}
/* ---------------------------------------------------
	life-oneday
------------------------------------------------------ */
.life-oneday {
  margin-bottom: 156px;
  padding: 80px 0;
  background: #fff;
}
.life-oneday .oneday-list {
  position: relative;
  margin-top: 32px;
}
.life-oneday .oneday-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 5px;
  height: 100%;
  margin: 0 auto;
  background: #c88c0e;
}
.life-oneday .oneday-list .list-row {
  position: relative;
}
.life-oneday .oneday-list .list-row + .list-row {
  margin-top: 48px;
}
.life-oneday .oneday-list .list-row .row-bg {
  width: 46%;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
}
.life-oneday .oneday-list .list-row .row-title {
  width: 418px;
  max-width: 100%;
  margin: 0 auto;
  padding: 28px 16px;
  border-radius: 100vmax;
  background: #c88c0e;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.life-oneday .oneday-list .list-row .row-text {
  margin-top: 32px;
  text-align: center;
}
.life-oneday .oneday-list .list-row .row-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 26%;
  z-index: 5;
}
.life-oneday .oneday-list .list-row .row-img img {
  border-radius: 50%;
}
.life-oneday .oneday-list .list-row .row-img.right {
  left: auto;
  right: 0;
}
.life-oneday .oneday-list .list-row .row-box {
  position: relative;
  width: 31.1%;
  max-width: 377px;
  padding: 44px 44px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.life-oneday .oneday-list .list-row .row-box-wrap {
  align-items: flex-start;
  margin-top: 72px;
  gap: 30px 0;
}
.life-oneday .oneday-list .list-row .row-box .box-title {
  padding-bottom: 16px;
  border-bottom: 3px dotted rgba(200, 140, 14, 0.5);
  color: #c88c0e;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.life-oneday .oneday-list .list-row .row-box .box-title + p {
  margin-top: 16px;
}
.life-oneday .oneday-list .list-row .row-box .box-img {
  margin-top: 16px;
}
.life-oneday .oneday-list .list-row .row-box .box-img img {
  border-radius: 8px;
}
.life-oneday .oneday-list .list-row .row-box.mt {
  top: -32px;
}
.life-oneday .oneday-list .list-row.row02 .row-img {
  top: -280px;
}
.life-oneday .oneday-list .list-row.row03 .row-img {
  top: -80px;
}
.life-oneday .oneday-list .list-row.row04 .row-img {
  top: 60px;
}
.life-oneday .oneday-list .list-row.row06 .row-img {
  top: 32px;
}

@media screen and (max-width: 810px) {
  .life-oneday {
    margin-bottom: 60px;
    padding: 24px 0 32px;
  }
  .life-oneday .oneday-list {
    margin-top: 32px;
  }
  .life-oneday .oneday-list::before {
    width: 5px;
  }
  .life-oneday .oneday-list .list-row + .list-row {
    margin-top: 32px;
  }
  .life-oneday .oneday-list .list-row .row-bg {
    width: 100%;
    padding: 20px 0;
  }
  .life-oneday .oneday-list .list-row .row-title {
    padding: 24px 16px;
    font-size: 2.2rem;
  }
  .life-oneday .oneday-list .list-row .row-text {
    margin-top: 20px;
  }
  .life-oneday .oneday-list .list-row .row-img {
    position: static;
    width: 100%;
    max-width: 100%;
    padding-bottom: 16px;
    background: #fff;
  }
  .life-oneday .oneday-list .list-row .row-img img {
    width: 100%;
    border-radius: 0 0 16px 0;
  }
  .life-oneday .oneday-list .list-row .row-img.right {
    left: auto;
    right: 0;
  }
  .life-oneday .oneday-list .list-row .row-box {
    width: 100%;
    max-width: 100%;
    padding: 24px 30px 30px;
    border-radius: 8px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  }
  .life-oneday .oneday-list .list-row .row-box-wrap {
    margin-top: 32px;
    gap: 24px 0;
  }
  .life-oneday .oneday-list .list-row .row-box .box-title {
    padding-bottom: 16px;
    font-size: 1.6rem;
  }
  .life-oneday .oneday-list .list-row .row-box .box-title + p {
    margin-top: 16px;
  }
  .life-oneday .oneday-list .list-row .row-box .box-img {
    margin-top: 16px;
  }
  .life-oneday .oneday-list .list-row .row-box .box-img img {
    width: 100%;
    border-radius: 6px;
  }
  .life-oneday .oneday-list .list-row .row-box.mt {
    top: auto;
  }
}
/* ---------------------------------------------------
		life-ingenuity
------------------------------------------------------ */
.life-ingenuity {
  margin-bottom: 160px;
  background: #f8f5f0;
}
.life-ingenuity .bar-title {
  margin-top: 48px;
}
.life-ingenuity .ingenuity-col {
  margin-top: 40px;
  gap: 36px;
}
.life-ingenuity .ingenuity-col .col-item {
  width: calc(50% - 18px);
}
.life-ingenuity .ingenuity-col .col-item .item-img img {
  border-bottom-right-radius: 16px;
}
.life-ingenuity .ingenuity-col .col-item .item-title {
  padding: 18px 0;
  border-bottom: 3px dotted rgba(196, 55, 48, 0.5);
  color: #c43730;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
}
.life-ingenuity .ingenuity-col .col-item .item-title + p {
  margin-top: 16px;
}
.life-ingenuity .ingenuity-col03 {
  margin-top: 48px;
  gap: 36px 0;
  justify-content: flex-start;
}
.life-ingenuity .ingenuity-col03 .col-item {
  width: 30.97%;
  max-width: 322px;
  margin-right: 3.54%;
}
.life-ingenuity .ingenuity-col03 .col-item:nth-of-type(3n), .life-ingenuity .ingenuity-col03 .col-item:last-of-type {
  margin-right: 0;
}
.life-ingenuity .ingenuity-col03 .col-item .item-img img {
  border-bottom-right-radius: 8px;
}
.life-ingenuity .ingenuity-col03 .col-item .item-title {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.85;
  text-align: center;
}
.life-ingenuity .ingenuity-col03 .col-item .item-title + p {
  margin-top: 16px;
}

@media screen and (max-width: 810px) {
  .life-ingenuity {
    margin-bottom: 56px;
  }
  .life-ingenuity .bar-title {
    margin-top: 36px;
  }
  .life-ingenuity .ingenuity-col {
    gap: 24px;
  }
  .life-ingenuity .ingenuity-col .col-item .item-img img {
    width: 100%;
  }
  .life-ingenuity .ingenuity-col .col-item .item-title {
    padding: 18px 0 14px;
    font-size: 1.6rem;
  }
  .life-ingenuity .ingenuity-col .col-item .item-title + p {
    margin-top: 12px;
  }
  .life-ingenuity .ingenuity-col03 {
    margin-top: 24px;
    gap: 24px 0;
  }
  .life-ingenuity .ingenuity-col03 .col-item .item-img img {
    width: 100%;
  }
  .life-ingenuity .ingenuity-col03 .col-item .item-title {
    margin-top: 16px;
    font-size: 1.5rem;
  }
  .life-ingenuity .ingenuity-col03 .col-item .item-title + p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .life-ingenuity .ingenuity-col .col-item {
    width: 100%;
  }
  .life-ingenuity .ingenuity-col03 .col-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
/* ---------------------------------------------------
	life-event
------------------------------------------------------ */
.life-event {
  padding: 120px 0 128px;
  background: #fff;
}
.life-event .event-lead {
  margin-top: 80px;
}
.life-event .event-lead .lead-img {
  width: calc(50% + 96px);
}
.life-event .event-lead .lead-img img {
  width: 100%;
  min-height: 660px;
  border-bottom-right-radius: 16px;
  object-fit: cover;
}
.life-event .event-lead .lead-body {
  width: calc(50% - 96px);
  padding: 0 50px;
}
.life-event .event-lead .lead-body .body-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 455px;
}
.life-event .event-lead .lead-body .body-lead {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.9;
}
.life-event .event-lead .lead-body .body-lead + p {
  margin-top: 24px;
  margin-bottom: 24px;
}
.life-event .event-lead .lead-body .body-img {
  margin-top: auto;
}
.life-event .event-lead .lead-body .body-img img {
  border-bottom-right-radius: 16px;
}
.life-event .event-sec {
  margin-top: 96px;
}
.life-event .event-sec + .event-sec {
  margin-top: 80px;
}
.life-event .event-sec .event-title {
  padding: 24px;
  background: #93c52e;
  border-radius: 16px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.life-event .event-sec .event-col {
  margin-top: 56px;
}
.life-event .event-sec .event-col .col-body {
  width: 47.9%;
  margin: -30px 0;
}
.life-event .event-sec .event-col .col-img {
  width: 48.2%;
  max-width: 586px;
}
.life-event .event-sec .event-col .col-img img {
  border-bottom-right-radius: 16px;
}
.life-event .event-sec .event-col .col-img .img-min {
  margin-top: 32px;
}
.life-event .event-sec .event-col .col-img .img-min > div {
  max-width: 47.5%;
}
.life-event .event-sec .month-col {
  padding: 30px 0;
}
.life-event .event-sec .month-col + .month-col {
  border-top: 3px dotted rgba(147, 197, 46, 0.5);
}
.life-event .event-sec .month-col .col-title {
  width: 139px;
  height: 139px;
  padding-top: 44px;
  background: #93c52e;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.life-event .event-sec .month-col .col-title.row02 {
  padding-top: 35px;
}
.life-event .event-sec .month-col .col-title .num {
  font-size: 4.6rem;
  font-family: "Gabarito", "Reem Kufi", "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.life-event .event-sec .month-col .col-list {
  width: calc(100% - 139px - 50px);
}
.life-event .event-sec .month-col .col-list ul {
  font-size: 2rem;
  line-height: 1.6;
}
.life-event .event-sec .month-col .col-list li {
  padding-left: 1.2em;
  font-weight: 500;
  text-indent: -1.2em;
}
.life-event .event-sec .month-col .col-list li::before {
  content: "●";
  padding-right: 0.2em;
  color: #93c52e;
}
.life-event .event-sec .img-col02 {
  margin-top: 32px;
}
.life-event .event-sec .img-col02 > div {
  width: 48.2%;
  max-width: 586px;
}
.life-event .event-sec .img-col02 img {
  border-bottom-right-radius: 16px;
}
.life-event .event-sec .img-col02 + .img-col03 {
  margin-top: 40px;
}
.life-event .event-sec .img-col03 {
  margin-top: 32px;
}
.life-event .event-sec .img-col03 > div {
  width: 31.4%;
  max-width: 381px;
}
.life-event .event-sec .img-col03 > div.flexbox {
  flex-direction: column;
}
.life-event .event-sec .img-col03 img {
  border-bottom-right-radius: 16px;
}
.life-event .event-sec .img-col03 + .img-col02 {
  margin-top: 40px;
}
.life-event .event-sec.summer .event-title {
  background: #f4711f;
}
.life-event .event-sec.summer .month-col + .month-col {
  border-top-color: rgba(244, 113, 31, 0.5);
}
.life-event .event-sec.summer .month-col .col-title {
  background: #f4711f;
}
.life-event .event-sec.summer .month-col .col-list li::before {
  color: #f4711f;
}
.life-event .event-sec.autumn .event-title {
  background: #c88c0e;
}
.life-event .event-sec.autumn .month-col + .month-col {
  border-top-color: rgba(200, 140, 14, 0.5);
}
.life-event .event-sec.autumn .month-col .col-title {
  background: #c88c0e;
}
.life-event .event-sec.autumn .month-col .col-list li::before {
  color: #c88c0e;
}
.life-event .event-sec.winter .event-title {
  background: #2eb5ea;
}
.life-event .event-sec.winter .month-col + .month-col {
  border-top-color: rgba(46, 181, 234, 0.5);
}
.life-event .event-sec.winter .month-col .col-title {
  background: #2eb5ea;
}
.life-event .event-sec.winter .month-col .col-list li::before {
  color: #2eb5ea;
}

@media screen and (max-width: 810px) {
  .life-event {
    padding: 48px 0 80px;
  }
  .life-event .event-lead {
    margin-top: 40px;
  }
  .life-event .event-lead .lead-img {
    width: 100%;
    padding-right: 16px;
  }
  .life-event .event-lead .lead-img img {
    width: 100%;
    aspect-ratio: 358/190;
    min-height: 0;
    border-radius: 0 16px 16px 0;
  }
  .life-event .event-lead .lead-body {
    width: 100%;
    padding: 24px 16px 0;
  }
  .life-event .event-lead .lead-body .body-container {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .life-event .event-lead .lead-body .body-lead {
    font-size: 2.2rem;
    line-height: 1.77;
  }
  .life-event .event-lead .lead-body .body-lead + p {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .life-event .event-lead .lead-body .body-img {
    margin-top: auto;
  }
  .life-event .event-lead .lead-body .body-img img {
    width: 100%;
    border-bottom-right-radius: 16px;
  }
  .life-event .event-sec {
    margin-top: 32px;
  }
  .life-event .event-sec + .event-sec {
    margin-top: 40px;
  }
  .life-event .event-sec .event-title {
    padding: 20px;
    border-radius: 8px;
    font-size: 2.2rem;
  }
  .life-event .event-sec .event-col {
    margin-top: 8px;
  }
  .life-event .event-sec .event-col .col-body {
    width: 100%;
    margin: 0;
  }
  .life-event .event-sec .event-col .col-img {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
  .life-event .event-sec .event-col .col-img img {
    width: 100%;
    border-bottom-right-radius: 16px;
  }
  .life-event .event-sec .event-col .col-img .img-min {
    margin-top: 20px;
  }
  .life-event .event-sec .event-col .col-img .img-min > div {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .life-event .event-sec .month-col {
    padding: 24px 0;
  }
  .life-event .event-sec .month-col .col-title {
    width: 113px;
    height: 113px;
    padding-top: 34px;
    font-size: 2rem;
  }
  .life-event .event-sec .month-col .col-title.row02 {
    padding-top: 30px;
  }
  .life-event .event-sec .month-col .col-title .num {
    font-size: 3.8rem;
  }
  .life-event .event-sec .month-col .col-list {
    width: calc(100% - 113px - 24px);
  }
  .life-event .event-sec .month-col .col-list ul {
    font-size: 1.6rem;
  }
  .life-event .event-sec .img-col02 {
    margin-top: 20px;
  }
  .life-event .event-sec .img-col02 > div {
    max-width: calc(50% - 10px);
  }
  .life-event .event-sec .img-col02 img {
    width: 100%;
    border-bottom-right-radius: 16px;
  }
  .life-event .event-sec .img-col02 + .img-col03 {
    margin-top: 20px;
  }
  .life-event .event-sec .img-col03 {
    margin-top: 20px;
  }
  .life-event .event-sec .img-col03 > div.sp_flexbox {
    display: flex;
    width: calc(50% - 10px);
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
  }
  .life-event .event-sec .img-col03 img {
    width: 100%;
  }
  .life-event .event-sec .img-col03 + .img-col02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .life-event .event-sec .img-col02 {
    gap: 20px;
  }
  .life-event .event-sec .img-col02 > div {
    width: 100%;
    max-width: 100%;
  }
  .life-event .event-sec .img-col03 {
    gap: 20px;
  }
  .life-event .event-sec .img-col03 > div {
    width: 100%;
    max-width: 100%;
  }
}