.lifegarden .mv {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lifegarden .mv {
    padding-bottom: 40px;
  }
}

.lifegarden .mv-image {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .lifegarden .mv-image {
    justify-self: flex-start;
  }
  .lifegarden .mv-image img {
    margin-left: -300px;
  }
}

.lifegarden .mv-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 80px);
  max-width: 1360px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .lifegarden .mv-txt {
    height: 100%;
  }
}

.lifegarden .mv-txt h1 {
  padding: 0 30px;
  display: table;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .lifegarden .mv-txt h1 {
    margin: 30px auto;
    padding: 0 5%;
  }
}

.lifegarden .mv-txt h1 .t1 {
  font-size: 3.2rem;
  color: #6aaece;
  font-weight: 500;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
  text-shadow: 1px 1px 1px #ffffff,
 -1px 1px 1px #ffffff,
 1px -1px 1px #ffffff,
 -1px -1px 1px #ffffff,
 1px 0px 1px #ffffff,
 0px 1px 1px #ffffff,
 -1px 0px 1px #ffffff,
 0px -1px 1px #ffffff;
}
@media screen and (min-width: 992px) {
  .lifegarden .mv-txt h1 .t1 {
margin-bottom: -40px;
  }
}
@media screen and (max-width: 991px) {
  .lifegarden .mv-txt h1 .t1 {
    font-size: 2.0rem;
    text-align: center;
  }
}


.lifegarden .mv-txt h1 .t1 span{
  font-size: 3.2rem;
  color: #da3267;
  font-weight: 500;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
  text-shadow: 1px 1px 1px #ffffff,
 -1px 1px 1px #ffffff,
 1px -1px 1px #ffffff,
 -1px -1px 1px #ffffff,
 1px 0px 1px #ffffff,
 0px 1px 1px #ffffff,
 -1px 0px 1px #ffffff,
 0px -1px 1px #ffffff;
}

@media screen and (max-width: 991px) {
  .lifegarden .mv-txt h1 .t1 span{
    font-size: 2.0rem;
    text-align: center;
  }
}


.lifegarden .mv-txt h1 .t2 {
  margin-top: -1.2em;
}

@media screen and (max-width: 991px) {
  .lifegarden .mv-txt h1 .t2 {
    margin: 1em 0 0;
    text-align: center;
  }
}

.lifegarden .mv-txt h1 .t2 b:nth-child(1) {
  font-size: 5.4rem;
  color: #6aaece;
  font-weight: 500;
  text-shadow: 1px 1px 1px #ffffff,
 -1px 1px 1px #ffffff,
 1px -1px 1px #ffffff,
 -1px -1px 1px #ffffff,
 1px 0px 1px #ffffff,
 0px 1px 1px #ffffff,
 -1px 0px 1px #ffffff,
 0px -1px 1px #ffffff;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
}

@media screen and (max-width: 991px) {
  .lifegarden .mv-txt h1 .t2 b:nth-child(1) {
    font-size: 1.9rem;
  }
}

.lifegarden .mv-txt h1 .t2 b:nth-child(1) > span {
  font-size: 8.5rem;
}

@media screen and (max-width: 991px) {
  .lifegarden .mv-txt h1 .t2 b:nth-child(1) > span {
    font-size: 3.6rem;
  }
}

.lifegarden .mv-txt h1 .t2 b:nth-child(1) > span > span {
  letter-spacing: -0.1em;
  padding-left: 0.1em;
}

.lifegarden .mv-txt h1 .t2 b:nth-child(2) {
  font-size: 14rem;
  color: #5bb26b;
  font-weight: 500;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
}

@media screen and (max-width: 991px) {
  .lifegarden .mv-txt h1 .t2 b:nth-child(2) {
    font-size: 6.4rem;
    margin-top: 5px;
    display: block;
  }
}

.lifegarden .mv-txt h1 .t3 {
  margin-top: 25px;
  background: #c7164d;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  padding: 5px 8px 8px 8px;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .lifegarden .mv-txt h1 .t3 {
    font-size: 1.6rem;
    margin: 20px auto 0;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 992px) {
  .lifegarden .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .lifegarden .hover:hover {
    opacity: 0.7;
  }
}

.lifegarden .inner {
  max-width: 1300px;
  padding: 0 50px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .lifegarden .inner {
    padding: 0 6%;
  }
}

.lifegarden .js_modal {
  cursor: pointer;
}

.lifegarden article {
  font-family: "Zen Kaku Gothic New", serif;
}

.lifegarden .newBlk {
	padding: 5px 0 35px;
}

@media screen and (max-width: 991px) {
  .lifegarden .newBlk {
    padding: 25px 0 40px;
  }
}

.lifegarden .newBlk .inner {
  max-width: 1060px;
}

.lifegarden .newBlk ul {
  border-top: 1px dotted #777777;
  border-bottom: 1px dotted #777777;
  padding: 10px 0;
}

.lifegarden .newBlk ul li {
  display: flex;
  justify-content: center;
}

.lifegarden .newBlk ul li .date {
  width: 8em;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .lifegarden .newBlk ul li .date {
    font-size: 1.2rem;
    width: 7em;
  }
}

.lifegarden .newBlk ul li a {
  width: calc(100 - 8em);
  color: #153e0e;
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 992px) {
  .lifegarden .newBlk ul li a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .lifegarden .newBlk ul li a {
    font-size: 1.2rem;
    width: calc(100% - 7em);
    letter-spacing: 0.05em;
  }
}

.lifegarden .conceptBlk {
  overflow: hidden;
}

.lifegarden .conceptBlk .inner {
  max-width: 1550px;
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk .inner {
    padding: 0;
  }
}

.lifegarden .conceptBlk-wrap {
  background: #faf8f4;
  padding: 50px 0 80px;
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-wrap {
    padding: 25px 0 35px;
  }
}

.lifegarden .conceptBlk-wrap .inner {
  position: relative;
}

.lifegarden .conceptBlk-wrap .inner::after {
  content: "";
  position: absolute;
  top: -135px;
  left: 100px;
  margin: auto;
  background: url(../img/img-lifegarden/illust01.png) left center no-repeat;
  background-size: contain;
  aspect-ratio: 226 / 102;
  width: 226px;
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-wrap .inner::after {
    width: 120px;
    top: -80px;
    left: 4%;
  }
}

.lifegarden .conceptBlk-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-ttl {
    padding: 0 6%;
  }
}

.lifegarden .conceptBlk-ttl .t1 {
  color: #5da5c8;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  letter-spacing: 0.15em;	  
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-ttl .t1 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;	
  }
}

.lifegarden .conceptBlk-ttl .t2 {
  color: #5da5c8;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  letter-spacing: 0.2em;	
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-ttl .t2 {
    font-size: 4.7rem;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
}

.lifegarden .conceptBlk-ttl .bgtxt {
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-ttl .bgtxt {
    left: inherit;
    right: 0;
    height: 30px;
  }
}

.lifegarden .conceptBlk-image {
  margin-top: 10px;
  position: relative;
  padding: 60px 0 60px;
  min-height: 670px;
  background: url(../img/img-lifegarden/bg_concept.png) right top no-repeat;
  background-size: 1023px 662px;
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-image {
    background: none;
    margin-top: 0;
    padding: 35px 0 35px;
    min-height: inherit;
  }
}

.lifegarden .conceptBlk-image .img {
  position: absolute;
  right: 0;
  top: 0;
}

.lifegarden .conceptBlk-image-main {
  padding-left: 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
  .lifegarden .conceptBlk-image-main {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-image-main {
    padding: 0;
  }
}

.lifegarden .conceptBlk-image-main p {
  color: #153e0e;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 2.2;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-image-main p {
    padding: 0 6%;
    font-size: 1.2rem;
    margin-top: 30px;
  }
}

.lifegarden .conceptBlk-image-main ul {
  display: grid;
}

@media screen and (min-width: 992px) {
  .lifegarden .conceptBlk-image-main ul {
    grid-template-columns: repeat(2, 245px);
    gap: 35px;
  }
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-image-main ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 150px 10px;
    padding: 0 6%;
    background: url(../img/img-lifegarden/bg_concept_sp.png) center top no-repeat;
    background-size: 100%;
  }
}

.lifegarden .conceptBlk-image-main ul li img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 992px) {
  .lifegarden .conceptBlk .listbox {
    margin: -20px auto 0;
  }
}

.lifegarden .conceptBlk-bnr {
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-bnr {
    margin-top: 50px;
    padding: 0 6%;
  }
}

.lifegarden .conceptBlk-bnr ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lifegarden .conceptBlk-bnr ul li + li {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk-bnr ul li + li {
    margin-top: 25px;
  }
}

.lifegarden .conceptBlk .cvBox {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .lifegarden .conceptBlk .cvBox {
    width: 88%;
    margin-top: 25px;
  }
}

.lifegarden .lineupBlk {
  padding: 10px 0 100px;
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk {
    padding: 10px 0 60px;
  }
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk .inner {
    padding: 0;
  }
}

.lifegarden .lineupBlk-wrap {
  position: relative;
}

.lifegarden .lineupBlk-wrap::after {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  margin: auto;
  background: url(../img/img-lifegarden/illust04.png) left center no-repeat;
  background-size: contain;
  aspect-ratio: 102 / 117;
  width: 103px;
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk-wrap::after {
    width: 50px;
    right: 4%;
    top: -60px;
  }
}

.lifegarden .lineupBlk-mv {
  display: flex;
  justify-content: center;
}

.lifegarden .lineupBlk-ttl {
  margin-top: -100px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk-ttl {
    margin-top: -20px;
    padding: 0 6%;
  }
}

.lifegarden .lineupBlk-ttl .bgtxt {
  position: absolute;
  left: 62%;
  bottom: -15px;
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk-ttl .bgtxt {
    left: inherit;
    right: 5%;
    height: 30px;
  }
}

.lifegarden .lineupBlk-ttl .t1 {
  position: relative;
  z-index: 2;
  font-size: 5rem;
  color: #5bb26b;
  font-weight: 500;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk-ttl .t1 {
    font-size: 2.1rem;
    font-weight: 600;
  }
}

.lifegarden .lineupBlk-ttl .t1 b {
  font-size: 5.5rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk-ttl .t1 b {
    font-size: 2.9rem;
  }
}

.lifegarden .lineupBlk-ttl .t2 {
  position: relative;
  z-index: 2;
  font-size: 5rem;
  color: #5bb26b;
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk-ttl .t2 {
    font-size: 2.2rem;
    font-weight: 600;
  }
}

.lifegarden .lineupBlk-ttl .t2 > span {
  letter-spacing: -0.1em;
}

.lifegarden .lineupBlk-ttl + p {
  margin-top: 50px;
  text-align: center;
  font-size: 2rem;
  color: #153e0e;
  font-weight: 500;
  letter-spacing: 0.15em;	  
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk-ttl + p {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 35px;
    letter-spacing: 0.1em;
  }
}

.lifegarden .lineupBlk-image {
  margin: 50px auto 90px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk-image {
    padding: 0 6%;
    margin: 25px auto 20px;
  }
}

.lifegarden .lineupBlk .listbox ul li {
  background: #faf8f4;
}

.lifegarden .lineupBlk-bottom {
  max-width: 1155px;
  margin: 70px auto 0;
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk-bottom {
    padding: 0 6%;
    margin-top: 40px;
  }
}

.lifegarden .lineupBlk-bottom p {
  font-size: 1.8rem;
  color: #153e0e;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .lifegarden .lineupBlk-bottom p {
    font-size: 1.2rem;
    line-height: 2.2;
  }
}

.lifegarden .facilityBlk-wrap {
  background: #faf8f4;
  padding: 50px 0 95px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lifegarden .facilityBlk-wrap {
    padding: 30px 0 40px;
  }
}

.lifegarden .facilityBlk-wrap .inner {
  position: relative;
}

.lifegarden .facilityBlk-wrap .inner::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  margin: auto;
  background: url(../img/img-lifegarden/illust05.png) left center no-repeat;
  background-size: contain;
  aspect-ratio: 177 / 128;
  width: 177px;
}

@media screen and (max-width: 991px) {
  .lifegarden .facilityBlk-wrap .inner::before {
    width: 100px;
    top: -85px;
    left: 4%;
  }
}

.lifegarden .facilityBlk-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
}

.lifegarden .facilityBlk-ttl .t1 {
  color: #5bb26b;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
  letter-spacing: 0.2em;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .lifegarden .facilityBlk-ttl .t1 {
    font-size: 2.5rem;
  }
}

.lifegarden .facilityBlk-ttl .bgtxt {
  position: absolute;
  left: 50%;
  bottom: -10px;
}

@media screen and (max-width: 991px) {
  .lifegarden .facilityBlk-ttl .bgtxt {
    left: inherit;
    right: -1%;
    height: 30px;
  }
}

.lifegarden .facilityBlk-ttl + p {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #153e0e;
  margin-top: 50px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .lifegarden .facilityBlk-ttl + p {
    font-size: 1.4rem;
    margin-top: 30px;
    line-height: 1.8;
  }
}

.lifegarden .facilityBlk-image {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .lifegarden .facilityBlk-image {
    margin-top: 30px;
  }
}

.lifegarden .openBlk-wrap {
  padding: 0 0 100px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-wrap {
    padding: 5px 0 80px;
  }
}

.lifegarden .openBlk-wrap::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  margin: auto;
  background: url(../img/img-lifegarden/illust06.png) left center no-repeat;
  background-size: contain;
  aspect-ratio: 127 / 89;
  width: 127px;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-wrap::after {
    width: 80px;
    top: -40px;
    right: 4%;
  }
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk .inner {
    padding: 0;
  }
}

.lifegarden .openBlk-mv {
  display: flex;
  justify-content: center;
}

.lifegarden .openBlk-txt {
  position: relative;
  z-index: 2;
  margin: -10px auto 0;
  max-width: 940px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-txt {
    padding: 0 6% 35px;
    margin-top: 15px;
  }
}

.lifegarden .openBlk-txt::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: auto;
  background: url(../img/img-lifegarden/illust07.png) left center no-repeat;
  background-size: contain;
  aspect-ratio: 153 / 145;
  width: 76px;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-txt::before {
    left: 6%;
  }
}

.lifegarden .openBlk-txt::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  margin: auto;
  background: url(../img/img-lifegarden/illust08.png) left center no-repeat;
  background-size: contain;
  aspect-ratio: 104 / 92;
  width: 52px;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-txt::after {
    right: 5%;
  }
}

.lifegarden .openBlk-txt p {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #153e0e;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-txt p {
    font-size: 1.3rem;
    line-height: 2.2;
  }
}

.lifegarden .openBlk-txt p b {
  color: #c7164d;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk .cvBox {
    width: 88%;
    margin: auto;
  }
}

.lifegarden .openBlk-cv {
  margin: 60px auto 100px;
  max-width: 960px;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-cv {
    padding: 0 6%;
    margin-top: 45px;
  }
}

.lifegarden .openBlk-cv dl {
  padding-top: 50px;
  border-top: 1px dotted #333333;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-cv dl {
    padding-top: 40px;
  }
}

.lifegarden .openBlk-cv dl::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #333333;
}

.lifegarden .openBlk-cv dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #153e0e;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-cv dl dt {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
}

.lifegarden .openBlk-cv dl dd ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-cv dl dd ul {
    justify-content: space-between;
  }
}

.lifegarden .openBlk-cv dl dd ul li {
  width: 350px;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-cv dl dd ul li {
    width: 48%;
  }
}

@media screen and (min-width: 992px) {
  .lifegarden .openBlk-cv dl dd ul li + li {
    margin-left: 45px;
  }
}

.lifegarden .openBlk-cv dl dd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #5bb26b;
  color: #333;
  font-size: 1.8rem;
  height: 60px;
  line-height: 1.4;
  margin: auto;
  width: 100%;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-cv dl dd ul li a {
    font-size: 1.3rem;
    height: 55px;
  }
}

.lifegarden .openBlk-cv dl dd ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../img/img-lifegarden/icon_arrow02.png) left center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-cv dl dd ul li a::before {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}

.lifegarden .openBlk-cv dl dd ul li a > span {
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .lifegarden .openBlk-cv dl dd ul li a > span {
    letter-spacing: 0.1em;
    width: 100%;
    padding-right: 0;
    text-align: left;
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .lifegarden .openBlk-cv dl dd ul li a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .lifegarden .openBlk-cv dl dd ul li a::before {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .lifegarden .openBlk-cv dl dd ul li a:hover {
    background: #5bb26b;
    color: #fff;
  }
  .lifegarden .openBlk-cv dl dd ul li a:hover::before {
    background-image: url(../img/img-lifegarden/icon_arrow02_on.png);
  }
}

.lifegarden .cvBox {
  border-radius: 10px;
  overflow: hidden;
  max-width: 960px;
  margin: auto;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.lifegarden .cvBox dl dt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #5bb26b;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox dl dt {
    font-size: 1.3rem;
    text-align: center;
  }
}

.lifegarden .cvBox dl dt > span {
  position: relative;
}

.lifegarden .cvBox dl dd {
  padding: 35px 20px 40px;
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox dl dd {
    padding: 25px 15px 30px;
  }
}

.lifegarden .cvBox dl dd .txt {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox dl dd .txt {
    text-align: center;
    margin-bottom: 20px;
  }
}

.lifegarden .cvBox dl dd .txt span {
  font-size: 1.8rem;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #f8f3d9 60%);
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox dl dd .txt span {
    font-size: 1.5rem;
  }
}

.lifegarden .cvBox dl dd .txt span b {
  color: #c7164d;
  font-weight: 700;
}

.lifegarden .cvBox dl dd .flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox dl dd .flex {
    flex-wrap: wrap;
  }
}

.lifegarden .cvBox dl dd .flex .item {
  width: 50%;
  max-width: 365px;
}

@media screen and (min-width: 992px) {
  .lifegarden .cvBox dl dd .flex .item:nth-child(1) {
    padding-right: 65px;
  }
  .lifegarden .cvBox dl dd .flex .item:nth-child(2) {
    padding-left: 65px;
  }
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox dl dd .flex .item {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .lifegarden .cvBox dl dd .flex .item + .item {
    border-left: 1px solid #e3e0db;
  }
}

.lifegarden .cvBox-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #abc94d;
  color: #fff;
  font-size: 2.2rem;
  height: 60px;
  line-height: 1.4;
  margin: auto;
  width: 100%;
  max-width: 300px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.lifegarden .cvBox-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../img/img-lifegarden/icon_arrow.png) left center no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox-btn::before {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.lifegarden .cvBox-btn > span {
  position: relative;
  padding-right: 20px;
  letter-spacing: 0.2em;
	    
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox-btn {
    font-size: 1.6rem;
    padding-left: 10px;
    width: 74%;
    height: 50px;
  }
}

.lifegarden .cvBox-tel {
  display: table;
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox-tel {
    margin: 25px auto 0;
  }
}

.lifegarden .cvBox-tel .t1 {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox-tel .t1 {
    font-size: 2.1rem;
    padding-left: 45px;
  }
}

.lifegarden .cvBox-tel .t1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-lifegarden/icon_freedial.png) left center no-repeat;
  background-size: contain;
  width: 37px;
  aspect-ratio: 37 / 21;
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox-tel .t1::before {
    width: 33px;
  }
}

.lifegarden .cvBox-tel .t2 {
  padding-top: 3px;
  text-align: right;
  font-weight: 500;
  padding-right: 0.2em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox-tel .t2 {
    font-size: 1rem;
  }
}

.lifegarden .cvBox-tel .t2 > span {
  padding-right: 8px;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .lifegarden .cvBox.--ticket dt > span::after {
    content: "";
    position: absolute;
    top: 0;
    right: -230px;
    margin: auto;
    background: url(../img/img-lifegarden/img_ticket.png) left center no-repeat;
    background-size: contain;
    width: 203px;
    height: 93px;
  }
}

.lifegarden .cvBox.--ticket dd {
  padding: 20px 20px 40px;
}

@media screen and (max-width: 991px) {
  .lifegarden .cvBox.--ticket dd {
    padding: 20px 15px 30px;
  }
}

.lifegarden .listbox {
  max-width: 1155px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .lifegarden .listbox {
    margin: 0 auto;
    padding: 0 6%;
  }
}

.lifegarden .listbox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .lifegarden .listbox ul {
    gap: 20px;
  }
}

.lifegarden .listbox ul li {
  background: #fff;
  padding: 8px;
  border-radius: 10px;
  color: #6b604b;
  font-size: 2.4rem;
  font-weight: 500;
  box-shadow: 0 4px 0 0 #c8bca4;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lifegarden .listbox ul li {
    font-size: 1.5rem;
    width: 98%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
  }
}

.lifegarden .listbox ul li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -20px;
  margin: auto;
  aspect-ratio: 148 / 41;
  width: 148px;
  background: url(../img/img-lifegarden/illust02.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .lifegarden .listbox ul li::after {
    width: 100px;
    right: -10px;
  }
}

.lifegarden .listbox ul li > span {
  color: #369147;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
.lifegarden .listbox ul li > span {
  letter-spacing: 0.05em;
}
}
@media screen and (min-width: 992px) {
  .lifegarden .listbox ul li {
    width: 48%;
    max-width: 540px;
  }
  .lifegarden .listbox ul li:last-child {
    margin: 40px auto 0;
  }
}

.lifegarden .wave-top {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 69;
  background: url(../img/img-lifegarden/wave_top.png) center top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  .lifegarden .wave-top {
    background-image: url(../img/img-lifegarden/wave_top_sp.png);
    aspect-ratio: 641 / 66;
  }
}

.lifegarden .wave-bottom {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 69;
  background: url(../img/img-lifegarden/wave_bottom.png) center bottom no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  .lifegarden .wave-bottom {
    background-image: url(../img/img-lifegarden/wave_bottom_sp.png);
    aspect-ratio: 641 / 66;
  }
}

#modal-overlay {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease,
 visibility 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  z-index: 9999;
}

#modal-overlay.is_open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

#modal-overlay .modal-wrap {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 991px) {
  #modal-overlay .modal-wrap {
    width: 90%;
  }
}

#modal-overlay .modal-wrap.--scroll {
  height: calc(100% - 100px);
  position: absolute;
}

#modal-overlay .modal-content {
  padding-bottom: 50px;
  position: relative;
}

#modal-overlay .modal-bg {
  background: #fff;
}

#modal-overlay .modal-bg img {
  width: 100%;
  display: block;
}

#modal-overlay .modal_close {
  background: #999999;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: -20px;
  right: -15px;
  border-radius: 50%;
  z-index: 99999999;
  cursor: pointer;
}

#modal-overlay .modal_close > span::before, #modal-overlay .modal_close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 18px;
  background: #fff;
}

#modal-overlay .modal_close > span::before {
  transform: rotate(-45deg);
}

#modal-overlay .modal_close > span::after {
  transform: rotate(45deg);
}

@media screen and min-width: 992px) {
.pc_mt-30 {
    margin-top: -30px!important;
}
}
@media screen and (max-width: 991px) {
.sp_mt-30 {
    margin-top: -30px!important;
  }
}


