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

#travel .about__wrapper {
  padding-bottom: max(15rem, 100px);
}
#travel .about__preface {
  padding-bottom: max(6rem, 30px);
}
#travel .about__preface h3 {
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: max(1.5rem, 15px);
}
#travel .about__preface p {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#travel .about__content .travel-item {
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-template-columns: auto 1fr;
  gap: 10px max(10rem, 20px);
  padding-top: max(1.5rem, 15px);
  padding-bottom: max(1.5rem, 15px);
}
#travel .about__content .travel-item:nth-of-type(even) {
  background: rgba(58, 148, 71, 0.1);
}
#travel .about__content .travel-item:not(:last-of-type) {
  border-bottom: max(0.2rem, 2px) dotted rgba(58, 148, 71, 0.6);
}
#travel .about__content .travel-year {
  color: #3a9447;
  font-size: max(1.6rem, 13px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#travel .about__content .travel-year__number {
  font-family: YakuHanJP, "Outfit", sans-serif;
  font-size: max(1.9rem, 16px);
  line-height: 1;
  font-weight: 400;
}
#travel .about__content__destination {
  font-size: max(1.6rem, 13px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#travel .gallery__wrapper {
  margin-bottom: max(14rem, 100px);
}
#travel .gallery__wrapper h3 {
  color: #3a9447;
  font-family: YakuHanJP, "Outfit", sans-serif;
  font-size: max(2.1rem, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(3rem, 30px);
}
#travel .gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(2rem, 20px) max(1.5rem, 15px);
}
@media screen and (max-width: 1000px) {
  #travel .gallery__list {
    grid-template-columns: 1fr 1fr;
  }
}
#travel .gallery__list__item__btn {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#travel .gallery__list__item__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#travel .gallery__list__item__image {
  width: auto;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  overflow: hidden;
}
#travel .gallery__list__item__image img {
  width: auto;
  height: 100%;
}

.popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__wrapper {
  position: relative;
}
.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 108, 79, 0.9);
  cursor: pointer;
}
.popup__content {
  position: relative;
  max-height: 85vh;
  max-width: 70%;
  margin: 0 auto;
  overflow-y: auto;
  z-index: 10000;
  -webkit-animation: popupFadeIn 0.3s ease;
          animation: popupFadeIn 0.3s ease;
}
@media screen and (max-width: 550px) {
  .popup__content {
    max-width: 100%;
  }
}
.popup__content__title {
  color: #fff;
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: max(2rem, 15px);
  text-align: center;
}
.popup__content__image {
  text-align: center;
}
.popup__content__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60vh;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.popup__content__image figcaption {
  text-align: center;
  padding-top: max(2.5rem, 20px);
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.popup__nav {
  position: absolute;
  top: 50%;
  width: max(5rem, 30px);
  height: max(5rem, 30px);
  aspect-ratio: 1/1;
  border-bottom: max(0.2rem, 2px) solid #fff;
  border-left: max(0.2rem, 2px) solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10001;
}
@media screen and (max-width: 550px) {
  .popup__nav {
    position: fixed;
    top: unset;
    bottom: 7%;
  }
}
.popup__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.popup__nav--prev {
  left: 0px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 550px) {
  .popup__nav--prev {
    left: 10%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.popup__nav--prev:hover {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 550px) {
  .popup__nav--prev:hover {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
}
.popup__nav--next {
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 550px) {
  .popup__nav--next {
    right: 10%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
.popup__nav--next:hover {
  -webkit-transform: translate(50%, -50%) rotate(-135deg);
          transform: translate(50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 550px) {
  .popup__nav--next:hover {
    -webkit-transform: translateX(50%) rotate(-135deg);
            transform: translateX(50%) rotate(-135deg);
  }
}
@-webkit-keyframes popupFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popupFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}/*# sourceMappingURL=travel-by-employee.css.map */