@charset "UTF-8";
section h2.ttl1 {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  font-weight: 500;
  font-size: 32px;
  font-size: 2.5vw;
  letter-spacing: 0.06em;
  line-height: 1.3125;
  text-align: center;
  color: #007444;
}
@media screen and (max-width: 768px) {
  section h2.ttl1 {
    font-size: 22px;
  }
}
section h2.ttl1 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.375em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section h2.ttl1 small {
    font-size: 12px;
  }
}
section h2 + p {
  font-size: 12px;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  line-height: 2.6666666667;
  text-align: center;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  section h2 + p {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2.3333333333;
    margin-top: 3.7em;
  }
}
section a.uk-button.uk-button-default {
  background: #007444;
  width: 352px;
  line-height: 64px;
  font-size: 15px;
  width: 25.390625vw;
  line-height: 5vw;
  font-size: 1.171875vw;
  color: #fff;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  section a.uk-button.uk-button-default {
    line-height: 64px;
    font-size: 16px;
    width: 100%;
    max-width: none;
  }
}
section a.uk-button.uk-button-default::before {
  content: "";
  display: block;
  aspect-ratio: 24/5;
  width: 1.875vw;
  position: absolute;
  right: 1.875vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(img/btn_icon.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section a.uk-button.uk-button-default::before {
    width: 24px;
    right: 24px;
  }
}

.uk-section {
  padding: 120px 0;
  padding: 9.375vw 0;
}
@media screen and (max-width: 768px) {
  .uk-section {
    padding: 80px 0;
  }
}

.purpose-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.purpose-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purpose-heading {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .purpose-heading {
    height: calc(100dvh - 77px);
    align-items: flex-start;
    padding-top: 25%;
  }
}
.purpose-heading .opening-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1;
}
.purpose-heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 37.0588235294%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #333 100%);
  opacity: 0.7;
}
.purpose-heading h2.purpose-ttl__ttl {
  position: relative;
  z-index: 1;
  line-height: 1;
  text-align: center;
}
.purpose-heading h2.purpose-ttl__ttl * {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.purpose-heading h2.purpose-ttl__ttl .mask + br + .mask {
  margin-top: 12px;
}
.purpose-heading h2.purpose-ttl__ttl .mask {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.purpose-heading h2.purpose-ttl__ttl .mask .obi {
  display: inline-block;
  font-weight: 400;
  font-size: 1.875vw;
  letter-spacing: 0.2em;
  line-height: 3.28125vw;
  height: 3.28125vw;
  padding: 0 0.7em;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .purpose-heading h2.purpose-ttl__ttl .mask .obi {
    font-size: 5.3333333333vw;
    line-height: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}
.purpose-heading h2.purpose-ttl__ttl .mask .obi::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.purpose-heading p.purpose-ttl_sub {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding-bottom: 5vw;
  padding-top: 3.125vw;
  border-top: 1px solid #fff;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.25vw;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 20px #313131;
}
@media screen and (max-width: 768px) {
  .purpose-heading p.purpose-ttl_sub {
    padding-bottom: 45px;
    padding-top: 35px;
    font-size: 16px;
  }
}

#message {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 160px 0;
  padding: 12.5vw 0;
}
@media screen and (max-width: 768px) {
  #message {
    padding: 70px 0;
  }
}
#message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333;
  opacity: 0.7;
}
#message .uk-container {
  position: relative;
  z-index: 1;
}
#message .uk-container h2 {
  color: #fff;
}
#message .uk-container h2 + p {
  margin-top: 7em;
}
@media screen and (max-width: 768px) {
  #message .uk-container h2 + p {
    margin-top: 5.2em;
  }
}
#message .uk-container p {
  font-size: 12px;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  line-height: 2.666;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #message .uk-container p {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2.3333333333;
  }
}
#message .uk-container p + p {
  margin-top: 2em;
}

#philo {
  background: #fff url(img/philo_bg.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #philo {
    background: #F7F7F7 url(img/philo_bg_sp.svg) no-repeat center top;
    background-size: 100% auto;
  }
}
#philo .uk-container {
  text-align: center;
  max-width: none;
}
#philo .uk-container h2 {
  color: #007444;
}
#philo .uk-container figure {
  width: 86.25vw;
  margin: 4.6875vw auto 0;
}
@media screen and (max-width: 768px) {
  #philo .uk-container figure {
    width: 73.3333333333vw;
    margin-top: 40px;
  }
}
#purpose {
  background: url(img/purpose_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 110px;
  padding-bottom: 8.59375vw;
}
@media screen and (max-width: 768px) {
  #purpose {
    background: url(img/purpose_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 77px;
  }
}
#purpose .uk-container {
  width: 100%;
  max-width: 77.8125vw;
  /*============================
  #modal-purpose
  ============================*/
}
@media screen and (max-width: 768px) {
  #purpose .uk-container {
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #purpose .uk-container .flex {
    flex-direction: column;
    gap: 50px;
  }
}
#purpose .uk-container .flex div h2 {
  text-align: left;
  margin-left: 40px;
  margin-left: 3.125vw;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #purpose .uk-container .flex div h2 {
    margin-left: 0;
  }
}
#purpose .uk-container .flex div p.obittl + p.obittl {
  margin-top: 16px;
  margin-top: 1.25vw;
}
@media screen and (max-width: 768px) {
  #purpose .uk-container .flex div p.obittl + p.obittl {
    margin-top: 12px;
  }
}
#purpose .uk-container .flex div p.obittl {
  line-height: 1;
}
#purpose .uk-container .flex div p.obittl span {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.5625vw;
  letter-spacing: 0.12em;
  line-height: 3.125vw;
  text-align: left;
  color: #007444;
  background: #fff;
  padding: 0 0.4em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #purpose .uk-container .flex div p.obittl span {
    font-size: 16px;
    line-height: 32px;
  }
}
#purpose .uk-container .flex div p a.uk-button.uk-button-default {
  margin-top: 56px;
  margin-top: 4.375vw;
}
@media screen and (max-width: 768px) {
  #purpose .uk-container .flex div p a.uk-button.uk-button-default {
    margin-top: 48px;
  }
}
#values {
  background: #fff;
  padding-bottom: 0;
}
#values .uk-container {
  width: 100%;
  max-width: 960px;
  max-width: 75vw;
}
@media screen and (max-width: 768px) {
  #values .uk-container {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #values .uk-container p {
    font-feature-settings: "palt";
  }
}
#values .uk-container figure {
  margin: 80px auto;
  margin: 6.25vw auto;
}
@media screen and (max-width: 768px) {
  #values .uk-container figure {
    margin: 50px auto 90px;
  }
}
#values .btn-cont {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #values .btn-cont {
    padding: 0 20px;
  }
}

#rise2030 {
  background: #F7F7F7;
  padding-bottom: 168px;
  padding-bottom: 13.125vw;
}
@media screen and (max-width: 768px) {
  #rise2030 {
    padding-bottom: 77px;
  }
}
#rise2030 .uk-container {
  width: 100%;
  max-width: 916px;
  max-width: 71.5625vw;
}
@media screen and (max-width: 768px) {
  #rise2030 .uk-container {
    width: auto;
    max-width: none;
  }
}
#rise2030 .uk-container h2 {
  margin-bottom: 56px;
  margin-bottom: 4.375vw;
}
@media screen and (max-width: 768px) {
  #rise2030 .uk-container h2 {
    margin-bottom: 55px;
  }
}
#rise2030 .uk-container .rise__slide {
  position: relative;
}
#rise2030 .uk-container .rise__slide .swiper {
  margin: auto;
  overflow: hidden;
}
#rise2030 .uk-container .rise__slide .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
#rise2030 .uk-container .rise__slide .swiper .swiper-wrapper .swiper-slide img {
  max-width: none;
  width: 100%;
  height: auto;
}
#rise2030 .uk-container .rise__slide .swiper .buttons {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  height: 64px;
}
@media screen and (max-width: 768px) {
  #rise2030 .uk-container .rise__slide .swiper .buttons {
    position: relative;
    transform: none;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 24px;
    padding-top: 24px;
    height: auto;
  }
}
#rise2030 .uk-container .rise__slide .swiper .buttons .swiper-button-next,
#rise2030 .uk-container .rise__slide .swiper .buttons .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #rise2030 .uk-container .rise__slide .swiper .buttons .swiper-button-next,
#rise2030 .uk-container .rise__slide .swiper .buttons .swiper-button-prev {
    position: static;
    display: block;
    width: 64px;
    height: 64px;
    aspect-ratio: 1/1;
    background-size: 16px 16px;
    transform: none;
    top: unset;
  }
}
#rise2030 .uk-container .rise__slide .swiper .buttons .swiper-button-disabled {
  opacity: 0.5 !important;
}
#rise2030 .uk-container .rise__slide .swiper .buttons .swiper-button-next {
  right: -95px;
  right: -7.421875vw;
}
#rise2030 .uk-container .rise__slide .swiper .buttons .swiper-button-prev {
  left: -95px;
  left: -7.421875vw;
}

#ourdream {
  padding-bottom: 0;
  position: relative;
  background: #F0F0F0;
  /* 拡大鏡がはみ出さないように設定 */
}
#ourdream .uk-container {
  max-width: none;
  padding: 0;
}
#ourdream .uk-container p {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #ourdream .uk-container p {
    padding-bottom: 3.5em;
  }
}
#ourdream .uk-container figure#zoom {
  margin: 0;
  padding: 0;
}
#ourdream .uk-container figure#zoom img {
  vertical-align: bottom;
}
#ourdream .zoom-container {
  display: inline-block;
  display: flex;
  position: relative;
}

.modal {
  display: block;
  background: #F0F0F0;
  width: 80.3125vw;
  position: fixed;
  left: -100%;
  top: 5vw;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 5vw);
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 1;
  transition: 0.3s;
}
.modal::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .modal {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 999;
    max-height: none;
    padding-bottom: 50px;
    /*Chrome, Safari*/
  }
  .modal {
    /*IE, Edge*/
    -ms-overflow-style: none;
    /*Firefox*/
    scrollbar-width: none;
  }
  .modal::-webkit-scrollbar {
    display: none;
  }
}
.modal .modal-wrap {
  height: 100%;
}
.modal .modal-wrap .modal-in-layout {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal .modal-wrap .modal-in-layout {
    display: block;
  }
}
.modal .modal-wrap .modal-in-layout .modal-in-layout__l {
  flex: 0 0 29.1828793774%;
  background: #F7F7F7;
  padding-top: 4.6875vw;
  padding-left: 6.875vw;
}
@media screen and (max-width: 768px) {
  .modal .modal-wrap .modal-in-layout .modal-in-layout__l {
    padding: 60px 24px 40px;
  }
}
.modal .modal-wrap .modal-in-layout .modal-in-layout__l h2 {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.875vw;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .modal .modal-wrap .modal-in-layout .modal-in-layout__l h2 {
    font-size: 22px;
  }
}
.modal .modal-wrap .modal-in-layout .modal-in-layout__l h2 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
  font-weight: 500;
  font-size: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .modal .modal-wrap .modal-in-layout .modal-in-layout__l h2 small {
    font-size: 12px;
  }
}
.modal .modal-wrap .modal-in-layout .modal-in-layout__r {
  padding: 64px 94px 0 64px;
  overflow-y: scroll;
  /*IE, Edge*/
  -ms-overflow-style: none;
  /*Firefox*/
  scrollbar-width: none;
}
.modal .modal-wrap .modal-in-layout .modal-in-layout__r::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal .modal-wrap .modal-in-layout .modal-in-layout__r {
    padding: 48px 24px;
  }
}
.modal a.close-btn {
  width: 94px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .modal a.close-btn {
    width: 68px;
    top: 0;
    right: 0;
  }
}
.modal a.close-btn img {
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
}
.modal ul.modal-in-list {
  padding: 0 0 2.34375vw;
}
.modal ul.modal-in-list li {
  display: flex;
  gap: 0.5em;
  font-weight: normal;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  color: #000;
  padding: 1.171875vw 0;
}
@media screen and (max-width: 768px) {
  .modal ul.modal-in-list li {
    font-size: 12px;
    line-height: 2;
    padding: 1em 0;
  }
}
.modal ul.modal-in-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #007444;
  margin-top: 0.7em;
}
.modal ul.modal-in-list li:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.modal ul.modal-in-list li:first-of-type {
  padding-top: 0;
}
.modal ul.modal-in-list li em {
  color: inherit;
  font-style: normal;
  background: linear-gradient(transparent 60%, #D7E682 60%);
}

.modal.show {
  left: 0;
}
@media screen and (max-width: 767px) {
  .modal.show {
    left: 0;
  }
}

#purpose-modal ul.uk-accordion-default > li {
  margin: 0;
  padding: 0;
}
#purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .pc {
  line-height: 1;
}
#purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .sp-row {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .sp-row {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  #purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .sp-row .obi:first-of-type {
    margin-bottom: 0;
  }
}
#purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .obi {
  display: inline-flex;
  gap: 0.3em;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 1.5625vw;
  letter-spacing: 0.12em;
  line-height: 3.125vw;
  text-align: left;
  color: #007444;
  background: #fff;
  padding: 0 0.5em 0 0.5em;
  margin-bottom: 1.875vw;
  white-space: norwap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .obi {
    font-size: 18px;
    line-height: 34px;
    height: 34px;
    padding: 0 0.5em;
    margin-bottom: 24px;
  }
}
#purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .obi .icon-pm {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 1.5625vw;
  height: 1.5625vw;
  background: #007444;
  border-radius: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .obi .icon-pm {
    width: 20px;
    height: 20px;
  }
}
#purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .obi .icon-pm::before, #purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .obi .icon-pm::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: 0.3s;
}
#purpose-modal ul.uk-accordion-default > li a.uk-accordion-title .obi .icon-pm::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#purpose-modal ul.uk-accordion-default li.uk-open a.uk-accordion-title .icon-pm {
  transform: rotate(90deg);
}
#purpose-modal ul.uk-accordion-default li.uk-open a.uk-accordion-title .icon-pm::before {
  width: 0;
}

#modal-values .values-item {
  display: flex;
  gap: 1.875vw;
  border-bottom: 1px solid #fff;
  padding-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  #modal-values .values-item {
    display: block;
    padding-top: 0;
    margin-bottom: 25px;
  }
}
#modal-values .values-item:last-of-type {
  border: none;
}
#modal-values .values-item figure {
  flex: 0 0 12.8125vw;
}
@media screen and (max-width: 768px) {
  #modal-values .values-item figure {
    width: 170px;
    margin: 0 auto 20px;
  }
}