@charset "UTF-8";
@-webkit-keyframes inf_btn {
  0% {
    right: 100%;
  }
  50% {
    right: 29%;
  }
  100% {
    right: 30%;
  }
}
@keyframes inf_btn {
  0% {
    right: 100%;
  }
  50% {
    right: 29%;
  }
  100% {
    right: 30%;
  }
}
.opening {
  pointer-events: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100%;
}
.opening .mtL {
  position: absolute;
  top: 1px;
  left: 0;
  aspect-ratio: 2863/844;
  height: 100vh;
}
.opening .mtR {
  position: absolute;
  top: 1px;
  right: 0;
  aspect-ratio: 2863/844;
  height: 100vh;
}

.opening.animate .mtL {
  -webkit-animation: openL 3s ease-in-out forwards 1s;
          animation: openL 3s ease-in-out forwards 1s;
}
.opening.animate .mtR {
  -webkit-animation: openR 3s ease-in-out forwards 1s;
          animation: openR 3s ease-in-out forwards 1s;
}

@-webkit-keyframes openL {
  0% {
    left: 0;
  }
  100% {
    left: -290vh;
  }
}

@keyframes openL {
  0% {
    left: 0;
  }
  100% {
    left: -290vh;
  }
}
@-webkit-keyframes openR {
  0% {
    right: 0;
  }
  100% {
    right: -290vh;
  }
}
@keyframes openR {
  0% {
    right: 0;
  }
  100% {
    right: -290vh;
  }
}
@-webkit-keyframes changeColor {
  0% {
    color: #fff;
  }
  100% {
    color: #006234;
  }
}
@keyframes changeColor {
  0% {
    color: #fff;
  }
  100% {
    color: #006234;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zChange {
  0% {
    z-index: 1000;
  }
  99% {
    z-index: 1001;
  }
  100% {
    z-index: 100;
  }
}
@keyframes zChange {
  0% {
    z-index: 1000;
  }
  99% {
    z-index: 1001;
  }
  100% {
    z-index: 100;
  }
}
.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.kv {
  position: relative;
  overflow: hidden;
}
.kv::after {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.234);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
}
.kv .imgcont {
  position: relative;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.kv .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-animation: kv_photo 25s infinite;
          animation: kv_photo 25s infinite;
}
.kv .img01 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.kv .img02 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.kv .img03 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.kv .img04 {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.kv .img05 {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
@-webkit-keyframes kv_photo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kv_photo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.kv .catch {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  z-index: 10001;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: zChange 3s 1s forwards;
          animation: zChange 3s 1s forwards;
}
.kv .catch h1.ct01 {
  display: inline-block;
  font-size: clamp(4rem, 6.9444444444vw, 6rem);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  -webkit-animation: changeColor 3s 1s forwards;
          animation: changeColor 3s 1s forwards;
}
.kv .catch h1.ct01 .ib {
  display: inline-block;
}
.kv .catch h1.ct01 .ls {
  letter-spacing: -0.5em;
}
.kv .catch h1.ct01::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 7.5%;
  display: block;
  width: 85%;
  height: 100%;
  border-radius: 40%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.6078431373);
  -webkit-animation: opacity 1s ease-in-out forwards 1.5s;
          animation: opacity 1s ease-in-out forwards 1.5s;
  z-index: -1;
  scale: 1.2 1.2;
}
.kv .kv_deco {
  position: absolute;
  left: 50%;
  top: 65%;
  max-width: 900px;
  width: 95%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
.kv .scr_bar_area {
  position: absolute;
  width: 60px;
  height: 32vh;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  overflow: hidden;
  z-index: 100;
}
.kv .scr_bar_area:hover .scroll_txt {
  opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.kv .scr_bar_area .scrolls_cont {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.5px;
  height: 13vh;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  z-index: 100;
}
.kv .scr_bar_area .scrolls_cont .scroll_txt a {
  cursor: pointer;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4705882353);
  z-index: 100;
  mix-blend-mode: luminosity;
}
.kv .scr_bar_area .scrolls_cont .scroll_bar01 {
  background: #006234;
  position: absolute;
  left: 50%;
  top: 50px;
  width: 2.5px;
  height: 150px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.9);
          box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.9);
  z-index: 10;
  -webkit-animation: scroll_bar 2s linear infinite 1s;
          animation: scroll_bar 2s linear infinite 1s;
  z-index: 100;
}
.kv .scr_bar_area .scrolls_cont .scroll_bar02 {
  background: #006234;
  position: absolute;
  left: 50%;
  top: -140px;
  width: 2.5px;
  height: 150px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.9);
          box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.9);
  -webkit-animation: scroll_bar 2s linear infinite;
          animation: scroll_bar 2s linear infinite;
  z-index: 100;
}

@-webkit-keyframes scroll_bar {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll_bar {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.sec_ttl_01 {
  position: relative;
}
.sec_ttl_01 .ttl_dc_01 {
  background-image: url(../images/top/SVG/dc01.svg);
  position: absolute;
  aspect-ratio: 702/12;
  background-repeat: no-repeat;
  width: 702px;
  right: -50px;
}

#intro {
  height: 80vh;
  position: relative;
  overflow: hidden;
  z-index: -1;
  background-color: #006234;
  text-align: center;
}
#intro::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/intro_bg_photo.webp);
  z-index: -1;
  opacity: 0.5;
}
#intro::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 98, 52);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 98, 52, 0)), color-stop(79%, rgb(0, 98, 52)), color-stop(6234%, rgb(2, 0, 36)));
  background: -webkit-linear-gradient(bottom, rgba(0, 98, 52, 0) 0%, rgb(0, 98, 52) 79%, rgb(2, 0, 36) 6234%);
  background: linear-gradient(0deg, rgba(0, 98, 52, 0) 0%, rgb(0, 98, 52) 79%, rgb(2, 0, 36) 6234%);
  z-index: -1;
}
#intro .txt_box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#intro h2 {
  margin: 0 auto;
  font-size: 35px;
  padding-top: 80px;
  padding-bottom: 30px;
}
#intro p {
  text-align: left;
  padding-bottom: 80px;
  font-size: 20px;
  z-index: 100;
}
#intro p::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 472.5px;
  aspect-ratio: 189/153;
  background-image: url(../images/top/bg_logo.svg);
  background-repeat: no-repeat;
}
#intro h2, #intro p {
  color: #fff;
}

h2.scroll {
  opacity: 0;
}

h2.visible {
  opacity: 1;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}

.char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: floatUp 0.5s forwards;
          animation: floatUp 0.5s forwards;
}

@-webkit-keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    text-shadow: 0 0 10px #fff;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    text-shadow: 0 0 10px #fff;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
h2.smrt_phn {
  display: none;
}

#news,
#info,
#access {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 300px;
  overflow: hidden;
}
#news .sec_txt,
#info .sec_txt,
#access .sec_txt {
  color: #006234;
}
#news h2,
#info h2,
#access h2 {
  margin-bottom: 15px;
}
#news h3,
#info h3,
#access h3 {
  text-align: left;
  margin-top: 15px;
}
#news h2.en_txt,
#info h2.en_txt,
#access h2.en_txt {
  text-transform: uppercase;
  font-size: 24px;
  color: rgba(194, 191, 191, 0.8156862745);
  margin-bottom: 80px;
}

.flex_box {
  width: 100%;
  height: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex_box .txt01 {
  color: #333;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}

.fb {
  padding-right: 15px;
  width: 400px;
}
.fb h3 {
  position: relative;
  left: 0px;
  margin-bottom: 30px;
  padding-left: 55px;
}
.fb h3::before {
  content: "";
  background-image: url(../images/top/facebook.svg);
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 40px;
  height: 40px;
}

.separate {
  width: 2px;
  height: 100%;
  background-color: rgba(194, 191, 191, 0.8156862745);
}

.fb_area {
  width: 400px;
}
.fb_area .fb_frm {
  margin-top: 80px;
  width: 400px;
  margin-left: -18px;
  position: relative;
  top: 80px;
  left: 0;
}
.fb_area .fb_frm p {
  position: absolute;
  right: 12px;
  top: -70px;
  font-weight: 600;
  color: #006234;
  z-index: 100;
}
.fb_area .fb_frm a{
  color: #006234;
}
.fb_area .fb_frm .txt_line::before {
  display: block;
  content: "";
  -webkit-transform: translateY(27px);
          transform: translateY(27px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #006234;
  margin: 0 auto;
  width: 0%;
  height: 2px;
}
.fb_area .fb_frm::before {
  content: "";
  position: absolute;
  top: -127px;
  left: 18px;
  aspect-ratio: 386/630;
  width: 390px;
  -webkit-transform: translate();
          transform: translate();
  background-image: url("../images/top/fb_frm.svg");
  background-repeat: no-repeat;
  z-index: -1;
}
.fb_area .fb_frm::after {
  content: "";
  position: absolute;
  bottom: 454px;
  left: 227px;
  aspect-ratio: 1/1;
  width: 180px;
  -webkit-transform: translate();
          transform: translate();
  background-image: url("../images/top/fb_comm.svg");
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.fb_area .fb_frm:hover .txt_line {
  -webkit-animation: bounce 0.5s alternate 0.2s;
          animation: bounce 0.5s alternate 0.2s;
}
.fb_area .fb_frm:hover .txt_line::before {
  display: block;
  content: "";
  -webkit-transform: translateY(27px);
          transform: translateY(27px);
  background-color: #006234;
  width: 100%;
  height: 2px;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.line_area {
  width: 400px;
  padding-left: 15px;
}
.line_area h3 {
  text-align: left;
  position: relative;
  left: 0px;
  margin-bottom: 30px;
  padding-left: 55px;
}
.line_area h3::before {
  content: "";
  background-image: url(../images/top/LINE.svg);
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 40px;
  height: 40px;
}

.reg01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-bottom: 15px;
}
.reg01 .bld_txt {
  margin-bottom: 5px;
  position: relative;
  font-weight: 600;
  left: 0px;
  padding-left: 20px;
}
.reg01 .bld_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: #006234;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 100;
}
.reg01 ol.explan li {
  font-size: 16px;
  margin-left: 35px;
  margin-bottom: 15px;
  counter-increment: item;
  position: relative;
}
.reg01 ol.explan li::before {
  position: absolute;
  left: -17px;
  content: counter(item) ".";
  font-weight: 500;
  padding-right: 5px;
}

.linkBtn {
  color: #006234;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: inline-block;
  color: #006234;
  background-color: #fff;
  padding-block: 8px;
  width: 80%;
  text-align: center;
  border: 2px solid #006234;
  border-radius: 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.linkBtn:hover {
  color: #fff;
  -webkit-transform: translate(-50%, 0%) scale(1.05);
          transform: translate(-50%, 0%) scale(1.05);
  background-color: #006234;
}

.reg02 {
  text-align: left;
}
.reg02 .bld_txt {
  position: relative;
  font-weight: 600;
  left: 0px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.reg02 .bld_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: #006234;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 100;
}

.reg02 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reg02 .detail {
  margin-left: 20px;
  margin-bottom: 30px;
}
.reg02 .detail p {
  margin-bottom: 10px;
}
.reg02 .detail .caution {
  margin-left: 15px;
  font-size: 14px;
  position: relative;
}
.reg02 .detail .caution::before {
  content: "※";
  position: absolute;
  left: -15px;
}
.reg02 .qr {
  text-align: center;
}
.reg02 .qr img {
  max-width: 500px;
  height: auto;
  padding: 15px;
}

.others_area {
  padding-top: 80px;
}

.others {
  position: relative;
  margin-bottom: 40px;
}
.others h3 {
  left: -1px;
  position: relative;
  text-align: center;
  color: #006234;
  display: inline;
  padding-top: 10px;
  padding-inline: 20px;
  margin: 0 auto;
}
.others h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5px;
  background-color: #fff;
  width: 155px;
  height: 28px;
  border: 2px solid #006234;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  z-index: -1;
}
.others .oth_line {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background-color: #006234;
  z-index: -10;
}

.btn_area {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 150px 150px;
  row-gap: 30px;
}

#news .btn_img01 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#news .btn_img01 p {
  padding-left: 15px;
  padding-block: 5px;
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  font-size: 17px;
  font-weight: 600;
  color: #006234;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#news .btn_img01 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(0 0, 230px 0, 240px 50%, 230px 100%, 0 100%);
          clip-path: polygon(0 0, 230px 0, 240px 50%, 230px 100%, 0 100%);
  z-index: -1;
}
#news .btn_img01 p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(230px, -50%);
          transform: translate(230px, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(5px 0, 10px 0, 20px 50%, 10px 100%, 5px 100%, 15px 50%);
          clip-path: polygon(5px 0, 10px 0, 20px 50%, 10px 100%, 5px 100%, 15px 50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#news .btn_img01:hover p {
  color: #fff;
  padding-left: 20px;
}
#news .btn_img01:hover p::before {
  background-color: #006234;
}
#news .btn_img01:hover p::after {
  opacity: 0;
  -webkit-clip-path: polygon(5px 0, 160px 0, 170px 50%, 160px 100%, 5px 100%, 15px 50%);
          clip-path: polygon(5px 0, 160px 0, 170px 50%, 160px 100%, 5px 100%, 15px 50%);
}
#news .btn_img02 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#news .btn_img02 p {
  padding-left: 15px;
  padding-block: 5px;
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  font-size: 17px;
  font-weight: 600;
  color: #006234;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#news .btn_img02 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(0 0, 230px 0, 240px 50%, 230px 100%, 0 100%);
          clip-path: polygon(0 0, 230px 0, 240px 50%, 230px 100%, 0 100%);
  z-index: -1;
}
#news .btn_img02 p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(230px, -50%);
          transform: translate(230px, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(5px 0, 10px 0, 20px 50%, 10px 100%, 5px 100%, 15px 50%);
          clip-path: polygon(5px 0, 10px 0, 20px 50%, 10px 100%, 5px 100%, 15px 50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#news .btn_img02:hover p {
  color: #fff;
  padding-left: 20px;
}
#news .btn_img02:hover p::before {
  background-color: #006234;
}
#news .btn_img02:hover p::after {
  opacity: 0;
  -webkit-clip-path: polygon(5px 0, 160px 0, 170px 50%, 160px 100%, 5px 100%, 15px 50%);
          clip-path: polygon(5px 0, 160px 0, 170px 50%, 160px 100%, 5px 100%, 15px 50%);
}
#news .btn_img03 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#news .btn_img03 p {
  padding-left: 15px;
  padding-block: 5px;
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  font-size: 17px;
  font-weight: 600;
  color: #006234;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#news .btn_img03 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(0 0, 230px 0, 240px 50%, 230px 100%, 0 100%);
          clip-path: polygon(0 0, 230px 0, 240px 50%, 230px 100%, 0 100%);
  z-index: -1;
}
#news .btn_img03 p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(230px, -50%);
          transform: translate(230px, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(5px 0, 10px 0, 20px 50%, 10px 100%, 5px 100%, 15px 50%);
          clip-path: polygon(5px 0, 10px 0, 20px 50%, 10px 100%, 5px 100%, 15px 50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#news .btn_img03:hover p {
  color: #fff;
  padding-left: 20px;
}
#news .btn_img03:hover p::before {
  background-color: #006234;
}
#news .btn_img03:hover p::after {
  opacity: 0;
  -webkit-clip-path: polygon(5px 0, 160px 0, 170px 50%, 160px 100%, 5px 100%, 15px 50%);
          clip-path: polygon(5px 0, 160px 0, 170px 50%, 160px 100%, 5px 100%, 15px 50%);
}
#news .btn_img04 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#news .btn_img04 p {
  padding-left: 15px;
  padding-block: 5px;
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  font-size: 17px;
  font-weight: 600;
  color: #006234;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#news .btn_img04 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(0 0, 230px 0, 240px 50%, 230px 100%, 0 100%);
          clip-path: polygon(0 0, 230px 0, 240px 50%, 230px 100%, 0 100%);
  z-index: -1;
}
#news .btn_img04 p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(230px, -50%);
          transform: translate(230px, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(5px 0, 10px 0, 20px 50%, 10px 100%, 5px 100%, 15px 50%);
          clip-path: polygon(5px 0, 10px 0, 20px 50%, 10px 100%, 5px 100%, 15px 50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#news .btn_img04:hover p {
  color: #fff;
  padding-left: 20px;
}
#news .btn_img04:hover p::before {
  background-color: #006234;
}
#news .btn_img04:hover p::after {
  opacity: 0;
  -webkit-clip-path: polygon(5px 0, 160px 0, 170px 50%, 160px 100%, 5px 100%, 15px 50%);
          clip-path: polygon(5px 0, 160px 0, 170px 50%, 160px 100%, 5px 100%, 15px 50%);
}
#news .btn_img01 {
  background-image: url(../images/top/other_01.webp);
  border-top-left-radius: 50px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
#news .btn_img02 {
  background-image: url(../images/top/other_02.webp);
  border-top-right-radius: 50px;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#news .btn_img03 {
  background-image: url(../images/top/other_03.webp);
  border-bottom-left-radius: 50px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
#news .btn_img04 {
  background-image: url(../images/top/other_04.webp);
  border-bottom-right-radius: 50px;
  background-position: 0px 0px !important;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#news .aed {
  padding-top: 80px;
  margin: 0 auto;
  max-width: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#news .aed img {
  max-width: 50px;
  height: 50px;
}
#news .aed p {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
#news .aed:hover {
  opacity: 0.7;
}
#news .aed:hover P {
  color: red;
}

#info {
  color: #fff;
  background: #006234;
  z-index: 100;
}
#info::after {
  content: "";
  position: absolute;
  width: 800px;
  bottom: 0;
  right: 0;
  aspect-ratio: 1927/1854;
  background-image: url(../images/top/info_bg_photo.webp);
  background-size: 100%;
  z-index: -1;
  opacity: 0.3;
}
#info .btn_area {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  grid-template-rows: 150px 2px 150px;
  position: relative;
  gap: 30px !important;
  margin-top: 40px;
}
#info .btn_area::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  aspect-ratio: 1/1;
  border: 2px solid transparent;
  border-top: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#info .btn_area::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 90px;
  aspect-ratio: 1/1;
  border: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#info .btn_area .dc_line01,
#info .btn_area .dc_line04 {
  width: 2px;
  height: 100%;
  background-color: #fff;
}
#info .btn_area .dc_line02,
#info .btn_area .dc_line03 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#info .btn_area:hover::before {
  top: -20px;
  left: -20px;
  width: 130px;
  aspect-ratio: 1/1;
  border-top: 2px solid #fff;
}
#info .btn_area:hover::after {
  bottom: -20px;
  right: -20px;
  width: 130px;
  aspect-ratio: 1/1;
  border-bottom: 2px solid #fff;
}
#info .btn_img01 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#info .btn_img01 img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
#info .btn_img01 p {
  padding-block: 5px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 75px;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 17px;
  font-weight: 600;
  color: #006234;
  z-index: 1;
}
#info .btn_img01 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
#info .btn_img01 p::after {
  content: "";
  position: absolute;
  right: 30%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 10px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  aspect-ratio: 13/23;
  background-image: url(../images/top/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#info a:hover p {
  color: #fff !important;
}
#info a:hover p::before {
  background-color: #006234;
}
#info a:hover p::after {
  background-image: url(../images/top/arrow02.svg);
  -webkit-animation: inf_btn 1s alternate;
          animation: inf_btn 1s alternate;
}
#info a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#info .btn_img02 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#info .btn_img02 img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
#info .btn_img02 p {
  padding-block: 5px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 75px;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 17px;
  font-weight: 600;
  color: #006234;
  z-index: 1;
}
#info .btn_img02 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
#info .btn_img02 p::after {
  content: "";
  position: absolute;
  right: 30%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 10px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  aspect-ratio: 13/23;
  background-image: url(../images/top/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#info a:hover p {
  color: #fff !important;
}
#info a:hover p::before {
  background-color: #006234;
}
#info a:hover p::after {
  background-image: url(../images/top/arrow02.svg);
  -webkit-animation: inf_btn 1s alternate;
          animation: inf_btn 1s alternate;
}
#info a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#info .btn_img03 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#info .btn_img03 img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
#info .btn_img03 p {
  padding-block: 5px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 75px;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 17px;
  font-weight: 600;
  color: #006234;
  z-index: 1;
}
#info .btn_img03 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
#info .btn_img03 p::after {
  content: "";
  position: absolute;
  right: 30%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 10px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  aspect-ratio: 13/23;
  background-image: url(../images/top/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#info a:hover p {
  color: #fff !important;
}
#info a:hover p::before {
  background-color: #006234;
}
#info a:hover p::after {
  background-image: url(../images/top/arrow02.svg);
  -webkit-animation: inf_btn 1s alternate;
          animation: inf_btn 1s alternate;
}
#info a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#info .btn_img04 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#info .btn_img04 img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
#info .btn_img04 p {
  padding-block: 5px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 75px;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 17px;
  font-weight: 600;
  color: #006234;
  z-index: 1;
}
#info .btn_img04 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
#info .btn_img04 p::after {
  content: "";
  position: absolute;
  right: 30%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 10px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  aspect-ratio: 13/23;
  background-image: url(../images/top/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#info a:hover p {
  color: #fff !important;
}
#info a:hover p::before {
  background-color: #006234;
}
#info a:hover p::after {
  background-image: url(../images/top/arrow02.svg);
  -webkit-animation: inf_btn 1s alternate;
          animation: inf_btn 1s alternate;
}
#info a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#info .btn_img01 {
  border-top-left-radius: 50px;
}
#info .btn_img02 {
  border-top-right-radius: 50px;
}
#info .btn_img03 {
  border-bottom-left-radius: 50px;
}
#info .btn_img04 {
  border-bottom-right-radius: 50px;
}
#info .others h3 {
  color: #fff;
  z-index: 10;
}
#info .others h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006234;
  width: 155px;
  height: 28px;
  border: 2px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  z-index: -1;
}
#info .others .oth_line {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}
#info .no1 a::before {
  background-image: url(../images/top/inf_othr_01.webp);
}
#info .no2 a::before {
  background-image: url(../images/top/inf_othr_02.webp);
}
#info .no3 a::before {
  background-image: url(../images/top/inf_othr_03.webp);
}
#info .othBtnArea .others_btn {
  width: 600px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-clip-path: polygon(0 0, 600px 0, 570px 100px, 0 100px);
          clip-path: polygon(0 0, 600px 0, 570px 100px, 0 100px);
  text-align: left;
}
#info .othBtnArea .others_btn a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-left: 50px;
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translate(15%, -50%);
          transform: translate(15%, -50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#info .othBtnArea .others_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 600px;
  height: 75px;
  border-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: contrast(40%);
          filter: contrast(40%);
  z-index: -1;
}
#info .othBtnArea .others_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 600px;
  height: 85px;
  border-radius: 50px;
  border: 2px solid #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
#info .othBtnArea .no1 {
  -webkit-transform: translate(-6%) !important;
          transform: translate(-6%) !important;
}
#info .othBtnArea .no2 {
  -webkit-transform: translate(0%) !important;
          transform: translate(0%) !important;
}
#info .othBtnArea .no2 a::before {
  background-position: 0px -90px !important;
  background-size: cover;
  background-repeat: no-repeat;
}
#info .othBtnArea .no3 {
  -webkit-transform: translate(6%) !important;
          transform: translate(6%) !important;
}
#info .othBtnArea a:hover {
  left: -8%;
  text-shadow: 0 0 5px #000;
}
#info .othBtnArea a:hover::before {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}

#access .a_map img {
  max-width: 800px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}
#access .a_map img:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}
#access .a_map:hover .map_txt {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out 0.4s;
  transition: 0.2s ease-in-out 0.4s;
}
#access .map_txt {
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  padding-bottom: 10px;
}
#access .google_link {
  width: 90%;
  text-align: right;
  padding: 10px;
  margin-bottom: 30px;
}
#access .google_link a {
  display: inline-block;
  color: #fff;
  position: relative;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#access .google_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/top/acc_arrw.svg);
  background-repeat: no-repeat;
  width: 200px;
  aspect-ratio: 171/40;
  z-index: -1;
}
#access .google_link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/top/pin_img.svg);
  background-repeat: no-repeat;
  width: 15px;
  aspect-ratio: 15/20;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#access .google_link a:hover {
  color: color-mix(in srgb, #006234 50%, #fff);
}
#access .google_link a:hover::before {
  -webkit-animation: ggl_pin 1s ease-in-out infinite;
          animation: ggl_pin 1s ease-in-out infinite;
}
@-webkit-keyframes ggl_pin {
  0% {
    top: 45%;
    opacity: 0.5;
  }
  50% {
    top: 55%;
    opacity: 1;
  }
  100% {
    top: 45%;
    opacity: 0.5;
  }
}
@keyframes ggl_pin {
  0% {
    top: 45%;
    opacity: 0.5;
  }
  50% {
    top: 55%;
    opacity: 1;
  }
  100% {
    top: 45%;
    opacity: 0.5;
  }
}
#access .acc_txt {
  padding-inline: 15%;
  text-align: left;
}
#access .acc_txt div {
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}
#access .acc_txt div p:first-child {
  font-weight: 600;
  margin-block: 15px;
}
#access .acc_txt div::before {
  position: absolute;
  content: "";
  top: 0;
  left: -35px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
}
#access .acc_txt div .car {
  width: 100%;
}
#access .acc_txt div.car::before {
  background-image: url(../images/top/car_img.svg);
}
#access .acc_txt div.train::before {
  background-image: url(../images/top/train.svg);
}

@media (max-width: 910px) {
  .flex_box {
    padding-top: 0px;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    text-align: center;
  }
  .fb {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 2px solid rgba(194, 191, 191, 0.8156862745);
    padding-bottom: 120px;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .separate {
    display: none;
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
  }
  .fb_area {
    margin: 0 auto;
    position: relative;
  }
  .fb_frm {
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 15px !important;
  }
  .line_area {
    display: inline;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .kv h1 {
    line-height: 1.2;
    font-size: 50px;
  }
  #intro {
    height: 90vh;
    position: relative;
    background-image: url();
    background-color: #006234;
    text-align: center;
  }
  #intro h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
  }
  #intro h2.smrt_phn .num01 {
    position: relative;
    left: 10px;
  }
  h2.scroll {
    display: none;
  }
  h2.smrt_phn {
    display: block;
  }
  .others_area {
    padding-top: 80px;
  }
  .others {
    position: relative;
    margin-bottom: 40px;
  }
  .others h3 {
    left: -1px;
    position: relative;
    text-align: center;
    color: #006234;
    display: inline;
    padding-top: 10px;
    padding-inline: 20px;
    margin: 0 auto;
  }
  .others h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.5px;
    background-color: #fff;
    width: 155px;
    height: 28px;
    border: 2px solid #006234;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    z-index: -1;
  }
  .others .oth_line {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    height: 2px;
    background-color: #006234;
    z-index: -10;
  }
  .btn_area {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news .btn_img01 {
    border-top-left-radius: 0px;
    width: 80%;
  }
  #news .btn_img02 {
    border-top-right-radius: 0;
    width: 80%;
    left: 20%;
  }
  #news .btn_img03 {
    border-bottom-left-radius: 0px;
    width: 80%;
  }
  #news .btn_img04 {
    border-bottom-right-radius: 0px;
    width: 80%;
    left: 20%;
  }
  #info {
    color: #fff;
    background: #006234;
    z-index: 100;
  }
  #info .btn_area {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    gap: 30px !important;
    margin-top: 40px;
  }
  #info .btn_area::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 20%;
    width: 90px;
    aspect-ratio: 1/1;
    border: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #info .btn_area::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 20%;
    width: 90px;
    aspect-ratio: 1/1;
    border: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #info .btn_area .dc_line01,
  #info .btn_area .dc_line04 {
    display: none;
  }
  #info .btn_area .dc_line02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    right: -20%;
    width: 80%;
  }
  #info .btn_area .dc_line03 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    position: relative;
    width: 80%;
  }
  #info .btn_area:hover::before {
    top: 10px;
    left: 16%;
  }
  #info .btn_area:hover::after {
    bottom: -20px;
    right: 16%;
  }
  #info .btn_img01 {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  #info .btn_img01 img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
  }
  #info .btn_img01 p {
    padding-block: 5px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 75px;
    left: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 17px;
    font-weight: 600;
    color: #006234;
    z-index: 1;
  }
  #info .btn_img01 p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  #info .btn_img01 p::after {
    content: "";
    position: absolute;
    right: 30%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 10px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    aspect-ratio: 13/23;
    background-image: url(../images/top/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #info a:hover p {
    color: #fff !important;
  }
  #info a:hover p::before {
    background-color: #006234;
  }
  #info a:hover p::after {
    background-image: url(../images/top/arrow02.svg);
    -webkit-animation: inf_btn 1s alternate;
            animation: inf_btn 1s alternate;
  }
  #info a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #info .btn_img02 {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  #info .btn_img02 img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
  }
  #info .btn_img02 p {
    padding-block: 5px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 75px;
    left: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 17px;
    font-weight: 600;
    color: #006234;
    z-index: 1;
  }
  #info .btn_img02 p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  #info .btn_img02 p::after {
    content: "";
    position: absolute;
    right: 30%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 10px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    aspect-ratio: 13/23;
    background-image: url(../images/top/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #info a:hover p {
    color: #fff !important;
  }
  #info a:hover p::before {
    background-color: #006234;
  }
  #info a:hover p::after {
    background-image: url(../images/top/arrow02.svg);
    -webkit-animation: inf_btn 1s alternate;
            animation: inf_btn 1s alternate;
  }
  #info a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #info .btn_img03 {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  #info .btn_img03 img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
  }
  #info .btn_img03 p {
    padding-block: 5px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 75px;
    left: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 17px;
    font-weight: 600;
    color: #006234;
    z-index: 1;
  }
  #info .btn_img03 p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  #info .btn_img03 p::after {
    content: "";
    position: absolute;
    right: 30%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 10px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    aspect-ratio: 13/23;
    background-image: url(../images/top/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #info a:hover p {
    color: #fff !important;
  }
  #info a:hover p::before {
    background-color: #006234;
  }
  #info a:hover p::after {
    background-image: url(../images/top/arrow02.svg);
    -webkit-animation: inf_btn 1s alternate;
            animation: inf_btn 1s alternate;
  }
  #info a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #info .btn_img04 {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  #info .btn_img04 img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
  }
  #info .btn_img04 p {
    padding-block: 5px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 75px;
    left: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 17px;
    font-weight: 600;
    color: #006234;
    z-index: 1;
  }
  #info .btn_img04 p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  #info .btn_img04 p::after {
    content: "";
    position: absolute;
    right: 30%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 10px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    aspect-ratio: 13/23;
    background-image: url(../images/top/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #info a:hover p {
    color: #fff !important;
  }
  #info a:hover p::before {
    background-color: #006234;
  }
  #info a:hover p::after {
    background-image: url(../images/top/arrow02.svg);
    -webkit-animation: inf_btn 1s alternate;
            animation: inf_btn 1s alternate;
  }
  #info a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #info .btn_img01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    border-top-left-radius: 50px;
    left: 20%;
    width: 80%;
  }
  #info .btn_img02 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    border-top-right-radius: 50px;
    width: 80%;
  }
  #info .btn_img03 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    border-bottom-left-radius: 50px;
    margin-bottom: 80px;
    width: 80%;
    left: 20%;
  }
  #info .btn_img04 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    border-bottom-right-radius: 50px;
    width: 80%;
  }
  #info .others h3 {
    color: #fff;
    z-index: 10;
  }
  #info .others h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #006234;
    width: 155px;
    height: 28px;
    border: 2px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    z-index: -1;
  }
  #info .others .oth_line {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 1;
  }
  #info .no1 a::before {
    background-image: url(../images/top/inf_othr_01.webp);
  }
  #info .no2 a::before {
    background-image: url(../images/top/inf_othr_02.webp);
  }
  #info .no3 a::before {
    background-image: url(../images/top/inf_othr_03.webp);
  }
  #info .othBtnArea {
    width: 100% !important;
    height: 100px;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 300px;
  }
  #info .othBtnArea .others_btn {
    width: 600px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-clip-path: polygon(0 0, 600px 0, 570px 100px, 0 100px);
            clip-path: polygon(0 0, 600px 0, 570px 100px, 0 100px);
    text-align: left;
    -webkit-clip-path: polygon(0 0, 180% 0, 180% 100px, 0 100px);
            clip-path: polygon(0 0, 180% 0, 180% 100px, 0 100px);
  }
  #info .othBtnArea .others_btn a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 50px;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(15%, -50%);
            transform: translate(15%, -50%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  #info .othBtnArea .others_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 600px;
    height: 75px;
    border-radius: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: contrast(40%);
            filter: contrast(40%);
    z-index: -1;
  }
  #info .othBtnArea .others_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -7px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 600px;
    height: 85px;
    border-radius: 50px;
    border: 2px solid #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  #info .othBtnArea .no1 {
    -webkit-transform: translate(0%) !important;
            transform: translate(0%) !important;
  }
  #info .othBtnArea .no2 {
    -webkit-transform: translate(0%) !important;
            transform: translate(0%) !important;
  }
  #info .othBtnArea .no2 a::before {
    background-position: 0px -90px !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #info .othBtnArea .no3 {
    -webkit-transform: translate(0%) !important;
            transform: translate(0%) !important;
  }
  #info .othBtnArea a:hover {
    left: -8%;
    text-shadow: 0 0 5px #000;
  }
  #info .othBtnArea a:hover::before {
    -webkit-filter: contrast(100%);
            filter: contrast(100%);
  }
  #access img {
    max-width: 600px;
    margin-bottom: 30px;
  }
  #access .google_link {
    width: 90%;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  #access .acc_txt {
    padding-inline: 15%;
    text-align: left;
  }
  #access .acc_txt div {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
  }
  #access .acc_txt div p:first-child {
    font-weight: 600;
    margin-block: 15px;
  }
  #access .acc_txt div::before {
    position: absolute;
    content: "";
    top: 0;
    left: -35px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
  }
  #access .acc_txt div.car::before {
    background-image: url(../images/top/car_img.svg);
  }
  #access .acc_txt div.train::before {
    background-image: url(../images/top/train.svg);
  }
}
@media (max-width: 440px) {
  .flex_box {
    padding-top: 0px;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    text-align: center;
  }
  .fb {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 2px solid rgba(194, 191, 191, 0.8156862745);
    padding-bottom: 120px;
  }
  .fb_area {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-bottom: 80px;
  }
  .fb_area .fb_frm {
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0;
  }
  .fb_area .fb_frm iframe {
    width: 320px;
    height: 490px;
    position: relative;
    margin: 0 auto;
    left: -15px;
    top: 125px;
  }
  .fb_area .fb_frm p {
    left: 50% !important;
    -webkit-transform: translate(-60%, 105px);
            transform: translate(-60%, 105px);
  }
  .fb_area .fb_frm::before {
    background-image: url("../images/top/SVG/smrt_phn_bf_frm.svg");
    position: absolute;
    aspect-ratio: 342/512;
    width: 340px;
    left: 46%;
    top: 50%;
    -webkit-transform: translate(-50%, -26%);
            transform: translate(-50%, -26%);
  }
  .fb_area .fb_frm::after {
    background-image: url("../images/top/SVG/smartphn_comm.svg");
    aspect-ratio: 180/208;
    width: 180px;
    left: 50%;
    -webkit-transform: translate(-58%, 68%);
            transform: translate(-58%, 68%);
    z-index: 1;
  }
  #news .btn_img01 {
    border-top-left-radius: 0px;
    width: 90%;
  }
  #news .btn_img02 {
    border-top-right-radius: 0;
    width: 90%;
    left: 10%;
  }
  #news .btn_img03 {
    border-bottom-left-radius: 0px;
    width: 90%;
  }
  #news .btn_img04 {
    border-bottom-right-radius: 0px;
    width: 90%;
    left: 10%;
  }
}/*# sourceMappingURL=style.css.map */