@charset "utf-8";

.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 h1{
  font-size: 3rem;
  color: #FFF;
  line-height: 2;
  text-shadow: 0px 3px 6px #0000001e;
}

.fv-blog{
  position: absolute;
  width: 260px;
  height: 360px;
  top: 160px;
  right: 15px;
  z-index: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.fv-blog:hover{
  opacity: .8;
}

.fv-blog h2{
  color: #FFF;
  font-size: 1.5rem;
  font-family:  "Noto Sans", sans-serif; 
  font-weight: 400;
}

.fv-blog-img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .fv-text{
    position: absolute;
    bottom: 20%;
    left: 3%;
    z-index: 1;
  }
  .fv-text h1{
    font-size: 24px;
    color: #FFF;
    line-height: 2;
    text-shadow: 0px 3px 6px #0000001e;
  }
  .fv-blog{
      display: none;
    }
}

@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;
  }
}

@media screen and (max-height: 700px) {
    .fv-blog{
      display: none;
    }
}


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

.about-wrap{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  background-image: linear-gradient(135deg, #e7cda9, #c4baac 10%, #738eb2 25%, #567eb4 28%, #294c7e 70%, #284b7d);
}

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

.about-title{
  width: 40%;
  color: #fff;
  font-size: 1.5rem;
}

.about-text{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 60%;
}

.about-text h3{
  position: relative;
  font-size: 2.5rem;
  color: #FFF;
  line-height: 2;
  width: fit-content;
  font-weight: 400;
}

.about-text p{
  font-size: 18px;
  font-family: "Noto Serif JP", sans-serif;
  color: #FFF;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .about{
    padding: 3rem 0;
    width: 90%;
    flex-direction: column;
    gap: 2rem;
  }

  .about-title{
    width: 100%;
    font-size: 1rem;
  }
  .about-text{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 100%;
  }

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

  .about-text p{
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .about-text{
    max-width: 100%;
    font-size: 12px;
    align-items: flex-start;
  }
}

/*====================
STRENGTH
====================*/

.st{
  position: relative;
  margin: 5rem auto 0;
  width: 100%;
  padding: 5rem 0;
}

.st-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.st-inner{
  position: relative;
  margin: 3rem auto;
  width: 80%;
  z-index: 1;
}

.st-img-wrap{
  position: relative;
  margin: 0 auto;
  width: 1024px;
}

.st-img{
  position: relative;
  display: block;
  margin: 3rem auto;
  padding: 12rem 0;
  width: 100%;
  height: auto;
}

.st-text-01{
  position: absolute;
  top: 2rem;
  left: 10%;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  align-items: center;
  z-index: 2;
  color: #fff;
  padding-bottom: 180px;
}
.st-text-num{
    font-size: 14px;
    color: #fff;
    font-family: "Noto Serif JP", sans-serif;
  	animation-delay: 1s;
}

.st-text p:nth-child(2){
  animation-delay: 2s;
}

.st-text p:nth-child(3){
  animation-delay: 2.5s;
}
.st-text{
animation-delay: .5s;
}
.st-text:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 160px;
  background-color: #EEF1F6;
}

.st-text-02{
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  align-items: center;
  z-index: 2;
  color: #fff;
  padding-top: 180px;
  animation-delay: .5s;
}

.st-text-02:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 160px;
  background-color: #EEF1F6;
}

.st-text-02 p:nth-child(2){
  animation-delay: 1s;
}

.st-text-02 p:nth-child(3){
  animation-delay: 1.5s;
}

.st-text-03{
  position: absolute;
  top: 2rem;
  right: 6%;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  align-items: center;
  z-index: 2;
  color: #fff;
  padding-bottom: 180px;
  animation-delay: .5s;
}

.st-btn{
  margin: 2rem 0 0 auto;
  color: #FFF!important;
  border-bottom: 1px solid #FFF;
}

.st-btn::before{
  border-left: 10px solid #FFF; /* 色変更可 */
}

@media screen and (max-width: 960px) {
  .st{
    margin: 3rem auto 0;
    padding: 2rem 0;
  }
  .st-inner{
    margin: 2rem auto;
    width: 90%;
  }
  .st-img-wrap{
    width: 100%;
  }
  .st-img{
    margin: 1rem auto;
    padding: 2rem 0 0;
  }
  .st-text{
  	margin: 2rem auto;
    font-size: 16px;
  }
  .st-text-01{
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    z-index: 2;
    color: #fff;
    padding-bottom: 0;
  }
  .st-text-num{
      font-size: 14px;
      color: #fff;
      font-family: "Noto Serif JP", sans-serif;
      animation-delay: 0s;
  }
  .st-text:before{
    display: none;
  }
  .st-text-02{
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    z-index: 2;
    color: #fff;
    padding-top: 0;
    animation-delay: 0s;
    font-size: 16px;
  }
  .st-text-02:before{
    display: none;
  }
  .st-text-03{
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    z-index: 2;
    color: #fff;
    padding-bottom: 0;
    animation-delay: 0s;
  }
  .st-btn{
    margin: 2rem auto;
  }
  .st-btn::before{
    border-left: 10px solid #FFF; /* 色変更可 */
  }
  .st-text-02 p:nth-child(2){
    animation-delay: 0s;
  }
  .st-text-02 p:nth-child(3){
    animation-delay: 0s;
  }
  .st-text p:nth-child(2){
    animation-delay: 0s;
  }
  .st-text p:nth-child(3){
    animation-delay: 0s;
  }
  .st-text{
  animation-delay: 0s;
  }
}

/*====================
SUPPORT
====================*/
.support{
  position: relative;
  margin: 0 auto;
  padding: 5rem 0;
  background: url("https://arce.co.jp/system_panel/uploads/images/20251222094540659873.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.support-text{
  position: relative;
  margin: 0 auto 0 10%;
  width: 60%;
  padding: 2.5rem 10%;
  background-color: #FFFFFF8e;
  backdrop-filter: blur(10px)  brightness(50%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.support-text h2{
  color: #E8CDA9;
  font-size: 1.5rem;
}
.support-text h3{
  color: #FFF;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight:400;
}

@media screen and (max-width: 960px) {
  .support{
    padding: 3rem 0;
  }
  .support-text{
    position: relative;
    margin: 0 auto;
    width: 90%;
    padding: 2rem 1rem;
    gap: 1.5rem;
    border-radius: 5px;
  }
  .support-text h2{
    color: #E8CDA9;
    font-size: 1rem;
  }
  .support-text h3{
    color: #FFF;
    font-size: 24px;
  }
}
/*====================
CASE
====================*/
.case{
    position: relative;
    margin: 0 auto;
    padding: 5rem 0;
	background-image: linear-gradient(#ffffff, #b8cce7 70%, #6585af 90%);
}

.case-inner{
  position: relative;
  margin: 2rem auto;
  width: 80%;
  z-index: 1;
}

.case-title{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #284B7D;
}

.case-text{
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
  color: #284B7D;
}

.case-text h2{
  color: #284B7D;
  font-size: 1.5rem;
}

.case-text h3{
  color: #000;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight:400;
}

.case-item-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin: 3rem auto;
}

.case-item{
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: #fff;
  width: 47%;
  border-radius: 10px;
  overflow: hidden;
}

.case-item:before{
  content:"";
  position: absolute;
  width: 5rem;
  height: 3px;
  bottom: 0;
  left: 45%;
  background-color: #E8CDA9;
  z-index: 1;
  transition: all .6s ease;
}

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

.case-item:hover:before{
  width: 55%;
}

.case-item-img {
  width: 45%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.case-item-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .6s ease;
}

.case-item-text{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.case-item-text p:nth-child(1){
  padding: .25rem 1rem;
  border-radius: 30px;
  width: fit-content;
  font-size: 12px;
  color: #FFF;
  background-color: #567EB4;
}

.case-item-text p:nth-child(2){
  font-family: "Noto Serif JP", sans-serif;
}

.case-btn-sp{
    display: none;
  }

@media screen and (max-width: 960px) {
  .case{
      padding: 3rem 0;
  }
  .case-inner{
    width: 90%;
  }
  .case-title{
    gap: .5rem;
  }
  .case-btn{
    display: none;
  }
  .case-btn-sp{
    display: block;
    margin: 0 auto;
  }
  .case-text h2{
    color: #284B7D;
    font-size: 1rem;
  }
  .case-text h3{
    color: #000;
    font-size: 32px;
  }
  .case-item-wrap{
    flex-direction: column;
    gap: 2rem;
    margin: 3rem auto;
  }
  .case-item{
    gap: 1rem;
    background-color: #fff;
    width: 100%;
    height: 140px;
    border-radius: 5px;
  }

  .case-item:before{
    content:"";
    position: absolute;
    width: 5rem;
    height: 3px;
    bottom: 0;
    left: 30%;
    background-color: #E8CDA9;
    z-index: 1;
    transition: all .6s ease;
  }
  .case-item-img {
    width: 30%;
    height: 140px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
  }
  .case-item-img img{
    width: 100%;
    height: 100%;
  }
  .case-item-text{
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-bottom: 0;
  }
  .case-item-text p:nth-child(1){
    font-size: 10px;
  }
  .case-item-text p:nth-child(2){
    font-family: "Noto Serif JP", sans-serif;
  }
}



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

.trans-item-wrap{
  display: flex;
}

.trans-item{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 0;
  gap: 1rem;
  width: 50%;
  overflow: hidden;
}

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

.trans-item:hover .trans-btn:after{
  width: 100%;
}

.trans-item p{
  font-size: 14px;
  text-align: center;
  color: #FFF!important;
}

.trans-item h2{
  color: #E8CDA9;
  font-size: 1.5rem;
  text-align: center;
}

.trans-item h3{
  color: #FFF;
  font-size: 2.5rem;
  text-align: center;
}

.trans-item-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.trans-item-back img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s ease;
}

.trans-btn{
  margin-top: 1.5rem;
  color: #FFF;
  text-align: left;
}

.trans-btn p{
  width: fit-content;
}

.trans-btn::before{
  border-left: 10px solid #FFF; /* 色変更可 */
}


@media screen and (max-width: 768px) {
  .trans-item-wrap{
    flex-direction: column;
  }
  .trans-item{
    padding: 2rem 0;
    width: 100%;
  }
  .trans-item p{
    font-size: 12px;
    text-align: center;
    color: #FFF!important;
  }
  .trans-item h3{
    color: #FFF;
    font-size: 2rem;
  }
}

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

.news{
  position: relative;
  margin: 5rem auto;
  width: 70%;
  max-width: 1200px;
  display: flex;
  gap: 8rem;
}

.news-title{
  display:flex; 
  flex-direction:column; 
  gap: 5rem;
}

.news-title-text h2{
  color: #284B7D;
  font-size: 1.5rem;
}

.news-title-text p{
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
}

.news-btn{
  border-bottom: solid 1px #A9A9A9; 
}

.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;}
.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:1rem; font-weight:400; color:#525252;}
.newsDetailTxt{ font-size:1rem; font-weight:400; color:#525252;}
.newsItemCatewrap { display:flex; gap:1rem; }
.newsItemCate { 
  line-height:1; 
  font-size: 12px;
  padding: .5rem 1rem;
  border-radius: 30px;
  background-color: #284B7D;
  color:#FFF!important; 
  width:fit-content; 
}

.newsTextWrap { position: relative; display:flex; align-items: center; gap: 1.5rem; border-bottom:1px solid #D5D5D5; width:100%; padding-bottom:2rem; }
.newsTextWrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 1px;
  background-color: #284B7D;
  transition: all 1s;
}

@media screen and (max-width: 960px) {
  .news{
    margin: 3rem auto;
    flex-direction:column; 
    width: 90%;
    gap: 3rem;
  }
  .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; 
  }
}


/*====================
List Layout(blog)
====================*/
.blogLink { display:flex; flex-direction:column; gap: 1rem; }
.blog-main .webgene-blog article { width:100%; font-size:clamp(1.5rem, 0.659rem + 0.3vw, 2rem);  margin: 2rem 0;}
.blog-main .webgene-blog article > a { padding:10px; display:flex;  gap:2rem;}
.blogCatch{
  width: 220px;
  height: 140px;
  object-fit: cover;
}

.blogItem{
	width: 100%;
    display: block;
}

.blogItemTit { position: relative; font-size:1rem; font-weight: 400; font-family:  "Noto Sans", sans-serif; color:#FFF; width: fit-content;}

@media screen and (max-width: 960px) {
  .blog{
    position: relative;
    margin: 1rem auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .blog-main .webgene-blog{display:flex;  gap:1rem; flex-wrap: wrap; align-items: center;}
  .blog-main .webgene-blog article { width:320px; font-size:clamp(1.5rem, 0.659rem + 0.3vw, 2rem); }
  .blog-main .webgene-blog article > a { padding:10px 10px 1.5rem; display:flex;  gap:1rem; width: fit-content; margin: 0 auto;}
  .blogTextWrap{ width: 100%; max-width: 300px;}
  .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); }
  .blog-btn{
    margin: 0 auto;
  }
}

@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;
  }
}