@charset "utf-8";

.gjs-dashed .loading{
  opacity: 1 !important;
  position: relative;
  visibility: visible !important;
}

.gjs-dashed .loading__logo {
  opacity:1 !important;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 420px;
  height: auto;
  text-align:center;
  font-size:clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
}

.loading__back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 960px) {
  .loading__logo {
    width: 320px;
  }
}

/*====================
FV
====================*/
.fv {
  position: relative;
}

.fv-img{
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

.fv-img-sp{
    display: none;
}

.fv-text{
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 1;
}

.fv-text p{
  font-size: 1.25rem;
  color: #FFF;
  line-height: 2;
  width: fit-content;
  text-shadow: 0px 3px 6px #0000001e;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #FFF;
}

.fv-text h1{
  font-size: 3rem;
  color: #FFF;
  line-height: 2;
  text-shadow: 0px 3px 6px #0000001e;
}

@media screen and (max-width: 960px) {
  .fv-text{
    position: absolute;
    bottom: 35%;
    left: 5%;
    z-index: 1;
  }
  .fv-text p{
    font-size: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .fv-text h1{
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 600px) {
  .fv-img{
    display: none;
  }
  .fv-img-sp{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
  }
}

/*====================
NEWS
====================*/
.news{
  width: 100%;
  padding: 5rem 0;
  background-color: #E3ECDF;
}

.blog{
  width: 100%;
  padding: 5rem 0;
}

.news-inner{
  margin: 1rem auto;
  width: 70%;
  min-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.news-title{
  position: relative;
  font-size: 2.5rem;
  padding: 0 0 .5rem 2rem;
  line-height: 1;
  height: fit-content;
}

.news-title:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-image: linear-gradient(180deg, #3d6873, #7ab1a0 60%, #d0e4de59);
}

@media screen and (max-width: 1200px) {
  .news-inner{
    width: 80%;
    min-width: 600px;
  }
}

@media screen and (max-width: 960px) {
  .news-inner{
    width: 90%;
    min-width: auto;
  }
  .blog{
    padding: 3rem 0;
  }
}


/*====================
ABOUT
====================*/

.about{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: fit-content;
}

.about-wrap{
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
  width: 80%;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.about-img{
  position: relative;
  margin: 5rem 0 0;
  width: 35%;
}
.about-title{
  font-size: 1.5rem;
}

.about-text{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.about-text h3{
  position: relative;
  font-size: 2rem;
  width: fit-content;
}

.about-text-desc{
  color: #464646;
}

.about-deco01{
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: auto;
  z-index: -1;
}

.about-deco02{
  position: absolute;
  bottom: -20%;
  left: 10%;
  width: 50%;
  height: auto;
  z-index: -1;
}

.about-deco03{
  position: absolute;
  bottom: 0;
  right: -20%;
  width: 40%;
  height: auto;
  z-index: -1;
}

.about-btn{
  position: relative;
  margin: 2rem 0 2rem auto;
}

@media screen and (max-width: 960px) {
  .about-wrap{
    position: relative;
    padding: 3rem 0;
    margin: 0 auto;
    width: 90%;
    gap: 2rem;
  }
  .about-img{
    position: relative;
    margin: 2rem auto;
    width: 30%;
  }
  .about-text{
    gap: 2rem;
  }
  .about-text h3{
    font-size: 1.5rem;
  }
  .about-deco01{
    position: absolute;
    top: 0;
    left: 3%;
    width: 40%;
    height: auto;
    z-index: -1;
  }

  .about-deco02{
    position: absolute;
    bottom: 10%;
    left: 0%;
    width: 50%;
    height: auto;
    z-index: -1;
  }

  .about-deco03{
    position: absolute;
    bottom: 0;
    right: -10%;
    width: 60%;
    height: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 600px) {
  .about-wrap{
    position: relative;
    padding: 3rem 0;
    margin: 0 auto;
    width: 90%;
    flex-direction: column;
    gap: 2rem;
  }
  .about-img{
    position: relative;
    margin: 2rem auto;
    width: 80%;
  }
}

/*====================
MEMBER
====================*/
.member{
  position: relative;
  margin: 0 auto;
  padding: 1rem 0 5rem;
  background-image: linear-gradient(#3d6873, #48757b 25%, #8caead80 45%, #c1dbd340 60%, transparent);
}
.member-text{
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  z-index: 1;
}
.member-text h2{
	font-size: 1.5rem;
    color: #FFF;
    text-align: center;
}

.member-text-desc {
    position: relative;
    padding-bottom: 1rem;
    font-size: 2rem;
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif JP", sans-serif;
}

.member-btn{
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .member{
    padding: 1rem 0 3rem;
  }
  .member-text{
    margin: 0 auto;
    width: 90%;
    gap: 1rem;
  }
  .member-text h2{
      font-size: 1rem;
  }
  .member-text-desc {
      padding-bottom: 1rem;
      font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
.member-text-desc {
      font-size: 18px;
  }
}

/*====================
　TRANS
====================*/
.trans{
    position: relative;
    margin: 0 auto;
    padding: 3rem 0;
}

.trans-link{
    position: relative;
    margin: 3rem auto;
    width: 70%;
    padding: 5rem 5%;
    display: flex;
  	align-items: center;
    gap: 4rem;
  	color: #FFF;
  	border-radius: 10px;
}
.trans-link:after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}

.trans-link h2{
    font-size: 2rem!important;
    font-family: "Noto Serif JP", sans-serif;
    color: #FFF;
}

.trans-link p{
    color: #FFF;
}

.trans-link img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  z-index: -1;
}

.trans-link:hover{
    opacity: .6;
}

.trans-item-wrap{
  width: 70%;
  margin: 2rem auto;
  display: flex;
  gap: 4%;
  justify-content: center;
}

.trans-item{
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0;
  gap: .5rem;
  width: 48%;
  overflow: hidden;
}

.trans-item-title{
  font-size: 2rem!important;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 1.5rem;
}

.trans-item p{
  font-size: 14px;
}

.trans-item h2{
  position: relative;
  font-size: 1.25rem;
  padding: 0 0 .5rem 1rem;
  line-height: 1;
}

.trans-item h2:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-image: linear-gradient(180deg, #3d6873, #7ab1a0 60%, #d0e4de59);
}

.trans-item-img {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.trans-item-img img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}

.trans-item:hover img{
  transform: scale(1.2);
}


.trans-back{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.trans-deco01{
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: auto;
  z-index: -1;
}

.trans-deco02{
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 40%;
  height: auto;
  z-index: -1;
}


@media screen and (max-width: 768px) {
  .trans{
      padding: 1rem 0;
  }
  .trans-link{
      margin: 2rem auto;
      width: 90%;
      padding: 3rem 1rem;
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem;
      border-radius: 5px;
  }
  .trans-link h2{
      font-size: 2rem!important;
      font-family: "Noto Serif JP", sans-serif;
      color: #FFF;
  }
  .trans-item-wrap{
    width: 90%;
    margin: 3rem auto;
    flex-direction: column;
    gap: 2rem;
  }
  .trans-item{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: .5rem;
    width: 100%;
  }

  .trans-item-title{
    font-size: 1.5rem!important;
    font-family: "Noto Serif JP", sans-serif;
    margin-bottom: 0;
  }
  .trans-item p{
    font-size: 14px;
  }
  .trans-item h2{
    position: relative;
    font-size: 1.25rem;
    padding: 0 0 .5rem 1rem;
    line-height: 1;
  }
  .trans-item h2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-image: linear-gradient(180deg, #3d6873, #7ab1a0 60%, #d0e4de59);
  }

  .trans-item-img {
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
  }

  .trans-item-img img {
    height: auto;
    transition: transform .6s ease; /* ゆっくり変化させる */
  }

  .trans-item:hover img{
    transform: scale(1.2);
  }
  .trans-back{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
}

/*====================
List Layout
====================*/

.news-main .webgene-blog { display:flex; flex-wrap:wrap; gap:2%; }
.news-main .webgene-blog article { width:100%; font-size:clamp(1.5rem, 0.659rem + 0.3vw, 2rem); }
.news-main .webgene-blog article > a { padding:10px; display:flex; flex-direction:column; gap:1rem; border-radius: 10px; margin-bottom: 1rem; }
.news-main .webgene-blog article > a:hover .newsTextWrap:before { 
  width: 100%;
}

.newsCatch img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.newsItemTit { font-size:16px; font-weight:400; color:#000; font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;}
.newsItemText { display:flex; align-items:baseline; margin:0.5rem 0; gap:0.5rem; font-size:clamp(0.75rem, 0.659vw + 0.3vw, 1rem); color:#BDBDBD; }
.newsItem-text { font-size:14px; font-weight:400; color:#BDBDBD; }
.newsItemTime { font-size:12px; font-weight:400; color:#525252; line-height: 1;}
.newsDetailTxt{ font-size:1rem; font-weight:400; color:#525252;}
.newsItemCatewrap { display:flex; gap:1rem;  align-items: center;}
.newsItemCate{
  font-size: 12px;
  color:#3D6873 !important;
  padding: 0.25rem 1.5rem;
  border: 1px solid #3D6873;
  border-radius: 0px;
  font-weight:400;
  display:block;
}

.newsTextWrap { position: relative; margin: 1rem 0; display:flex; align-items: center; gap: 1.5rem; border-bottom:1px solid #D5D5D5; width:100%; padding-bottom:1rem; }

@media screen and (max-width: 960px) {
  .news-title{
    display:flex; 
    flex-direction:column; 
    gap: 2rem;
  }

  .news-title-text h2{
    color: #284B7D;
    font-size: 1rem;
  }
  .newsTextWrap { 
    flex-direction:column; 
    align-items: flex-start; 
    gap: 1rem; 
  }
}

.blog-btn{
  margin: 2rem 0 0 auto;
}

@media screen and (max-width: 960px) {
  .news-main .webgene-blog { 
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
     justify-content: flex-start;
    gap: 1rem;
  }
  .news-main .webgene-blog article { width:100%; max-width: 300px; font-size:clamp(1.5rem, 0.659rem + 0.3vw, 2rem); }
}

@media screen and (max-width: 600px) {
  .news-main{
    margin: 0 auto;
    width: 100%;
  }
  .blog-main{
    margin: 0 auto;
  }
  .news-main .webgene-blog { 
    flex-direction: column;
  }
   .blog-main .webgene-blog{
     flex-direction: column;
  }
}