.logo-index {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 180px;
  width: 140px;
  z-index: 1;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
  padding: 15px;
  background: rgb(0 0 0 / 20%);
}

@media screen and (max-width:767px) {
  .kv-text {
    position: static;
    transform: translateX(0);
  }
}

#lead {
  padding: 10vw 0 35vw;
}

#lead .logo {
  margin: 0 auto 30px;
  width: 150px;
}

#lead .txt {
  padding: 0 30px;
}

#lead .txt span {
  display: block;
}

@media screen and (min-width: 768px) {
  .kv-text {
    top: 1050px;
  }

  #lead {
    padding: 385px 0 150px;
    position: relative;
  }

  #lead::before {
    content: "";
    background: url(../img/index/lead_deco1.png) no-repeat 0 0/100%;
    width: 484px;
    height: 946px;
    left: calc(50% + 15px);
    top: 150px;
    position: absolute;
  }

  #lead .contain {
    width: 335px;
    margin-left: 80px;
  }

  #lead .logo {
    margin: 0 0 30px;
    width: 150px;
  }

  #lead .txt {
    padding: 0;
  }

  #lead .txt span {
    display: block;
    margin-bottom: 20px;
  }
}

#about {
  padding: 10vw 0 50vw;
  position: relative;
}

#about::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 0;
  left: 0;
  top: 26vw;
  position: absolute;
}

#about h2 {
  writing-mode: vertical-rl;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 10%;
  margin-bottom: 15vw;
}

#about .row-1 {
  margin-bottom: 150px;
}

#about .row-1 .col-left {
  margin-left: -5.5%;
  margin-right: 10%;
  margin-bottom: 10vw;
}

#about .row-1 .col-right h3 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 36px;
}

#about .row-1 .col-right .txt {
  padding-right: 10%;
  margin-bottom: 50px;
}

#about .row-2 {
  margin-bottom: 70px;
}

#about .row-2 .col-right {
  margin-right: -5.5%;
  margin-left: 10%;
  margin-bottom: 10vw;
}

#about .row-2 .col-left h3 {
  margin-left: 10%;
  font-size: 18px;
  margin-bottom: 15px;
}

#about .row-2 .col-left .txt {
  margin-left: 10%;
  margin-bottom: 30px;
}

#about .about-time h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 15px;
}

#about .about-time .timeline {
  width: 285px;
  margin: 0 auto;
  position: relative;
}

#about .about-time .timeline::before {
  content: "";
  background: #fff;
  height: 0;
  width: 1px;
  left: 35px;
  top: 10px;
  position: absolute;
  z-index: -1;
}

#about .about-time .timeline dl {
  display: flex;
  margin-bottom: 30px;
}

#about .about-time .timeline dl dt {
  margin-right: 20px;
  width: 85px;
  background: url(../img/shared/pt1.jpg);
  height: -moz-max-content;
  height: max-content;
}

#about .about-time .timeline dl dd {
  width: calc(100% - 85px);
}

#about .about-time .timeline dl dd img {
  width: 140px;
  display: block;
  margin-left: 25px;
  margin-top: 10px;
}

#about .about-time .timeline.animated::before {
  height: calc(100% - 50px);
  transition: 3s;
}

#about .row-3 {
  padding: 0 5%;
}

#about .row-3 .col-right {
  width: 55%;
  margin-bottom: 7vw;
}

#about .row-3 .col-left {
  width: 80%;
  margin-left: auto;
}

#about.animated::before {
  width: 65%;
  transition: 2s;
}

@media screen and (min-width: 768px) {
  #about {
    padding: 110px 0 200px;
    background: url(../img/index/about_deco1.png) no-repeat top 680px left calc(50% + 50px)/auto;
  }

  #about::before {
    top: 170px;
  }

  #about h2 {
    width: -moz-max-content;
    width: max-content;
    letter-spacing: 4px;
    margin-right: 250px;
    margin-bottom: 145px;
  }

  #about .row-1 {
    margin-bottom: 195px;
  }

  #about .row-1 .col-left {
    margin-left: -330px;
    margin-right: 24px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  #about .row-1 .col-right {
    width: 385px;
    margin-right: 35px;
  }

  #about .row-1 .col-right h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 44px;
  }

  #about .row-1 .col-right .txt {
    padding-right: 0;
    margin-bottom: 200px;
  }

  #about .row-2 {
    margin-bottom: 80px;
  }

  #about .row-2 .col-right {
    margin-right: -170px;
    margin-left: 24px;
    margin-bottom: 0;
    order: 2;
    margin-top: 10px;
  }

  #about .row-2 .col-left {
    order: 1;
    width: 380px;
  }

  #about .row-2 .col-left h3 {
    margin-left: 0;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #about .row-2 .col-left .txt {
    margin-left: 0;
    margin-bottom: 200px;
  }

  #about .about-time {
    position: relative;
  }

  #about .about-time h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 15px;
    position: absolute;
    right: -7px;
    top: -20px;
    writing-mode: vertical-rl;
  }

  #about .about-time .timeline {
    width: 510px;
    margin: 0 55px 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  #about .about-time .timeline::before {
    height: 1px;
    width: 0;
    right: 50px;
    left: auto;
    top: 50px;
  }

  #about .about-time .timeline dl {
    display: block;
    margin-bottom: 30px;
  }

  #about .about-time .timeline dl:nth-child(2) dt {
    padding: 0 15px 0 30px;
  }

  #about .about-time .timeline dl dt {
    margin-right: 0;
    width: auto;
    height: -moz-max-content;
    height: max-content;
    writing-mode: vertical-rl;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: auto;
  }

  #about .about-time .timeline dl dd {
    width: -moz-max-content;
    width: max-content;
    writing-mode: vertical-rl;
  }

  #about .about-time .timeline dl dd img {
    width: 175px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    left: -195px;
    top: 15px;
  }

  #about .about-time .timeline.animated::before {
    height: 1px;
    width: 385px;
  }

  #about .row-3 {
    padding: 0;
    max-width: 855px;
    margin-top: -110px;
  }

  #about .row-3 .col-right {
    width: auto;
    margin-bottom: -70px;
    order: 2;
  }

  #about .row-3 .col-left {
    width: auto;
    order: 1;
    margin-left: 15px;
  }

  #about.animated::before {
    width: calc(50% + 220px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  #about .row-3 {
    margin-top: 0;
  }
}
#feature {
  padding: 10vw 0;
  position: relative;
}

#feature::before {
  content: "";
  background: #fff;
  height: 1px;
  position: absolute;
  left: 0;
  top: 17vw;
  width: 0;
}

#feature::before {
  content: "";
  background: #fff;
  height: 1px;
  position: absolute;
  left: 0;
  top: 20vw;
  width: 0;
}

#feature::after {
  content: "";
  background: #fff;
  height: 1px;
  position: absolute;
  right: 0;
  top: 20vw;
  width: 0;
}

#feature h2 {
  writing-mode: vertical-rl;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 20vw;
}

#feature .row .col {
  display: block;
  margin-bottom: 120px;
}

#feature .row .col .group-photo {
  position: relative;
  margin-bottom: 10px;
}

#feature .row .col .group-photo h3 {
  position: absolute;
  font-size: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 30px;
  background: url(../img/index/feature-arrow.png) no-repeat right 20px center / auto;
  background-color: rgb(0 0 0 / 0.3);
  padding:30px 60px 30px 30px;
}

#feature .row .col h4 {
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 10px;
}

#feature.animated::before {
  width: 37%;
  transition: 2s;
}

#feature.animated::after {
  width: 37%;
  transition: 2s;
}

#feature h3{
}

@media screen and (min-width: 768px) {
  #feature {
    padding: 165px 0 155px;
  }

  #feature::before {
    top: 200px;
  }

  #feature::after {
    top: 200px;
  }

  #feature h2 {
    margin: 0 auto 160px;
  }

  #feature .row .col {
    width: 325px;
  }

  #feature .row .col .group-photo {
    margin-bottom: 45px;
    overflow: hidden;
  }

  #feature .row .col .group-photo h3 {
    padding: 0 0 30px 0;
    padding-bottom: 50px;
    writing-mode: vertical-rl;
    height: -moz-max-content;
    height: max-content;
    background: url(../img/index/feature-arrow.png) no-repeat center bottom/auto;
    text-shadow: 0px 0px 8px #000;
  }

  #feature .row .col .group-photo img {
    transition: 0.7s;
  }

  #feature .row .col h4 {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  #feature .row .col .col-desc {
    padding: 0 25px;
  }

  #feature .row .col:hover .group-photo img {
    transform: scale(1.2);
    transition: 0.7s;
  }

  #feature.animated::before {
    width: 50%;
    transition: 2s;
  }

  #feature.animated::after {
    width: calc(50% - 160px);
    transition: 2s;
  }
}

#bnr {
  padding: 10vw 0 50vw;
}

#bnr ul li {
  margin-bottom: 20px;
}

#bnr ul li a {
  border: 1px solid #888888;
  display: block;
  position: relative;
}

#bnr ul li a h3 {
  font-size: 18px;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

@media screen and (min-width: 768px) {
  #bnr {
    padding: 0 0 200px;
    position: relative;
  }

  #bnr::before {
    content: "";
    background: url(../img/index/bnr_deco1.png) no-repeat 0 0/100%;
    width: 484px;
    height: 937px;
    position: absolute;
    left: calc(50% + 20px);
    top: -615px;
    z-index: -1;
  }

  #bnr ul {
    margin-right: 70px;
  }

  #bnr ul li {
    margin: 0 30px;
  }

  #bnr ul li a {
    overflow: hidden;
  }

  #bnr ul li a img {
    transition: 0.7s;
  }

  #bnr ul li a:hover img {
    transform: scale(1.2);
    transition: 0.7s;
  }
}

#news {
  padding: 10vw 0 40vw;
}

#news .photo-news {
  width: 50%;
  margin-left: auto;
  margin-bottom: 30px;
}

#news .blog h2 {
  font-size: 8vw;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

#news .blog #feed dl {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #484848;
}

#news .blog #feed dl dt {
  margin-right: 20px;
  color: #9ea19b;
}

#news .blog #feed dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#news .blog .more-link a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

@media screen and (min-width: 768px) {
  #news {
    padding: 90px 0 300px;
  }

  #news .photo-news {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 25px;
    margin-right: -80px;
  }

  #news .blog {
    width: 665px;
  }

  #news .blog h2 {
    font-size: 20pt;
    margin-bottom: 20px;
    margin-left: -8px;
    letter-spacing: 0.2em;
  }

  #news .blog #feed dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
  }

  #news .blog #feed dl dt {
    margin-right: 55px;
    font-size: 12px;
  }

  #news .blog #feed dl dd {
    font-size: 15px;
  }

  #news .blog #feed dl:last-child {
    border-bottom: 1px solid #484848;
    padding-bottom: 20px;
  }

  #news .blog .more-link a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
  }

  #news .blog .more-link a:hover {
    border-bottom: 1px solid transparent;
  }

  #photo-bg {
    height: 750px;
  }

  #photo-bg img {
    height: 750px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#access {
  padding: 30vw 0;
  position: relative;
}

#access::before {
  content: "";
  background: #fff;
  height: 1px;
  position: absolute;
  left: 0;
  top: 34vw;
  width: 0;
  transition: 2s;
}

#access h2 {
  margin-bottom: 10vw;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  font-size: 8vw;
  letter-spacing: 0.1em;
}

#access .access-content iframe {
  width: 100%;
  filter: grayscale(1);
}

#access .access-content .txt {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

#access .access-content .group-info h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

#access .access-content .group-info .info-left {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #757575;
}

#access .access-content .group-info ul li {
  display: flex;
}

#access.animated::before {
  width: 45%;
  transition: 2s;
}

@media screen and (min-width: 768px) {
  #access {
    padding: 395px 0 135px;
  }

  #access h2 {
    margin-bottom: 0;
    height: -moz-max-content;
    height: max-content;
    writing-mode: vertical-rl;
    margin-left: auto;
    position: absolute;
    left: 250px;
    top: 35px;
    font-size: 36px;
  }

  #access::before {
    top: 510px;
  }

  #access .access-content {
    width: 770px;
    margin-left: auto;
  }

  #access .access-content .txt {
    margin-bottom: 60px;
    margin-left: 3px;
    margin-top: -5px;
  }

  #access .access-content .group-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #access .access-content .group-info .info-left {
    width: 270px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: none;
    position: relative;
  }

  #access .access-content .group-info .info-left::after {
    content: "";
    background: #808080;
    width: 1px;
    height: 100px;
    right: 10px;
    top: 7px;
    position: absolute;
  }

  #access .access-content .group-info .info-right {
    width: 455px;
  }

  #access .access-content .group-info ul li {
    display: flex;
  }

  #access.animated::before {
    width: calc(50% - 380px);
  }
}
@media screen and (min-width: 767px) and (max-width: 1109px) {
  #access h2 {
    font-size: 36px;
    margin-bottom:20px;
    writing-mode: horizontal-tb;
    margin-top: -100px;
  }
  #access.animated::before {
  width: calc(50% - 320px);
  margin-top: -160px;
  }
}

#contact {
  padding: 25vw 0 55vw;
  position: relative;
}

#contact::before {
  content: "";
  background: #fff;
  height: 1px;
  position: absolute;
  right: 0;
  top: 30vw;
  width: 0;
  transition: 2s;
}

#contact h2 {
  margin-bottom: 10vw;
  font-size: 8vw;
  letter-spacing: 0.1em;
}

#contact .contact-content {
  text-align: center;
}

#contact .contact-content h3 {
  margin-bottom: 20px;
}

#contact .contact-content h3 span {
  font-size: 22px;
}

#contact .contact-content .contact-phone {
  font-size: 29px;
  margin-bottom: 10px;
}

#contact .contact-content .contact-phone span {
  display: none;
}

#contact .contact-content .time {
  font-size: 16px;
  margin-bottom: -8px;
}

#contact .contact-content .desc {
  font-size: 13px;
  letter-spacing: -0.2px;
  margin-bottom: 35px;
}

#contact .contact-content .contact-btn a {
  display: block;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #fff;
  width: 320px;
  margin: 0 auto;
  position: relative;
}

#contact .contact-content .contact-btn a::after {
  content: "";
  background: url(../img/index/contact_btn_icon.png) no-repeat 0 0/100%;
  width: 10px;
  height: 9px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

#contact.animated::before {
  width: 30%;
  transition: 2s;
}

@media screen and (min-width: 768px) {
  #contact {
    padding: 100px 0 340px;
  }

  #contact::before {
    right: auto;
    left: 0;
    top: 220px;
  }

  #contact::after {
    content: "";
    background: url(../img/index/contact_deco1.png) no-repeat 0 0/100%;
    width: 660px;
    height: 551px;
    position: absolute;
    left: calc(50% - 280px);
    top: -180px;
    z-index: -1;
  }

  #contact h2 {
    margin-bottom: 0;
    height: -moz-max-content;
    height: max-content;
    writing-mode: vertical-rl;
    margin-left: auto;
    position: absolute;
    left: 250px;
    top: 5px;
    font-size: 36px;
    letter-spacing: 3px;
  }

  #contact .contact-content {
    text-align: left;
    width: 335px;
    margin: 0 auto;
    padding-left: 20px;
  }

  #contact .contact-content h3 {
    margin-bottom: 40px;
    letter-spacing: 3px;
  }

  #contact .contact-content h3 span {
    font-size: 22px;
  }

  #contact .contact-content .contact-phone {
    font-size: 29px;
    margin-bottom: 5px;
    letter-spacing: 2px;
  }

  #contact .contact-content .contact-phone span {
    display: inline;
  }

  #contact .contact-content .time {
    font-size: 16px;
    margin-bottom: -8px;
  }

  #contact .contact-content .desc {
    font-size: 13px;
    letter-spacing: -0.2px;
    margin-bottom: 15px;
  }

  #contact .contact-content .contact-btn a {
    margin: 0;
  }

  #contact .contact-content .contact-btn a::after {
    transition: 0.4s;
  }

  #contact .contact-content .contact-btn a:hover {
    background: #000000;
  }

  #contact .contact-content .contact-btn a:hover::after {
    right: 10px;
    transition: 0.4s;
  }

  #contact.animated::before {
    width: calc(50% - 380px);
  }
}

.group-btn-4 {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .group-btn-4 {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .kv-text {
    left: calc(50% + 320px);
  }

  #about .row-1 .col-right {
    margin-right: 15px;
  }

  #about .row-2 .col-left {
    width: 350px;
  }

  #about .about-time .timeline {
    margin: 0 55px 0 auto;
  }

  #about .about-time h3 {
    right: 10px;
  }

  #feature .row .col {
    width: 300px;
  }
}

/*=============================================
 * Loading
 *=============================================*/

@keyframes fadeInOut {
  0% {
    opacity: 1;


  }

  to {
    opacity: 0;

  }
}

#open {
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0s;
  background: #000;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#open.hide {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  /* animation: fadeInOut 5s linear 2s infinite alternate; */
  /* background: red; */
}

#open .logo {
  padding-top: 10%;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  #open .logo {
    padding-top: 30%;
  }
}

#open img {
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0s;
  filter: blur(10px);
  width: 140px;
  height: auto;
  opacity: 0;
  display: block;
}

#open .bot-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 600px;
}

#open .bot-img img {
  width: 600px;
}

body.visible #open {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: none;
}

body.intro #open {
  pointer-events: visible;
  opacity: 1;
  visibility: visible;
}

body.intro {
  overflow: hidden;
}

#open.active img {
  filter: blur(0);
  opacity: 1;
}

.blur-effect {
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-property: transform, opacity, filter;
  transition-delay: 0.3s;
  opacity: 0;
  will-change: transform, opacity;
  filter: blur(10px);
}

.action .blur-effect {
  filter: blur(0);
  opacity: 1;
}


/*=============================================
 * h2 font-size
 *=============================================*/
@media screen and (max-width: 768px) {
h2.f40{
  font-size: 10vw;
  letter-spacing: 10px;
}
  }


/*# sourceMappingURL=index.css.map */