@charset "utf-8";

/* -----------------------------------------------------------
    ヘッダー
----------------------------------------------------------- */

.page-header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.logo{
    min-width: 24rem;
}

.gnavi__wrap {
    padding: 3rem 4.2rem;
    width: 100%;
    padding-right: 17rem;
}
.gnavi__lists {
    display: flex;
    gap: 5rem;
}
.gnavi__list {
    padding: 2rem 0;
    position: relative;
    transition: all .3s;
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
    opacity: 1;
    white-space: nowrap;
}
.gnavi__list a.arrow_add::after {
    content: '';
    display: inline-block;
    margin-left: 1rem;
    width: 0; 
    height: 0; 
    border: solid var(--accent-color3);
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    position: relative;
    top: -2px /* 矢印の位置調整 */
}

.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    position: absolute;
    top: 60px;
    border-radius: 2px;
    padding: 0.5rem 2.5rem;
    white-space: nowrap;
    background: #fff;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    padding-top: 2rem;
    transition: all .3s;
    position: relative;
}
.dropdown__list:last-of-type {
    padding-bottom: 2rem;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list a:hover {
    color: var(--main-color);
}
.dropdown__list a {
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 1.3rem;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.entry-btn{
    width: 25rem;
    height: 8rem;
    background: linear-gradient(90deg, #92D6C9, #42A995); 
    position: fixed;
    top: -100px;
    right: 0;
    transform: rotate(90deg) translateX(350px);
    transform-origin: top right; 
    z-index: 1000;
}

.entry-btn a{
    display: block;
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    transform: translateX(-12px);
}

.entry-btn a::after {
    content: "";
    display: block;
    width: 20px; 
    height: 20px; 
    background-image: url(../image/common/icon-corner-down.svg);
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center; 
    position: absolute;
    top: 40%; 
    left: 90%;
    transform: rotate(-90deg);
}

.hamburger {
    display: none; /* デフォルトでは非表示 */
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
  }
  
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
  }
  

/* -----------------------------------------------------------
    フッター
----------------------------------------------------------- */

.page-footer-area {
    letter-spacing: 0.01em;
    position: relative;
}

.page-footer-area a{
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    display: inline-block;
}

.footer-inner{
    padding-top: 25rem;
    padding-bottom: 7.5rem;
}

/* .footer-bg{
    background-image: url(../image/common/footer-bg.svg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position:  bottom center;
} */

.footer-left ul li:not(:first-child){
    margin-top: 2rem;
}

.footer-left{
    margin-right: 1rem;
}

.footer-right{
    gap: 5rem;
}

.footer-right ul li{
    padding-left: 1rem;
}

.footer-right ul li:first-child{
    margin-top: 1.5rem;
}

.footer-right ul li:not(:first-child){
    margin-top: 2rem;
}

.copyright{
    margin-top: 10rem;
}

.footer-blank::after {
    content: url(../image/common/icon-link-blank.svg); /* 画像のパスを指定 */
    display: inline-block;
    margin-left: 8px;
}

.footer-entry{
    position: absolute;
    top: -25%;
    width: 100%;
}

.footer-entry-bg{

    border-radius: 1.7rem;
}

.footer-entry-top{
    position: relative;
}

.footer-entry-top a{
    padding: 3rem 5.5rem;
    padding-bottom: 0;
    display: block;
    position: relative;
}

.footer-entry-top a::before{
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    background: url(../image/common/icon-footer-arrow.svg) center no-repeat;
    right: 5%;
    top: 39%;
    transition: transform 0.3s ease;
}

.footer-entry-top a:hover::before{
    transform: translateX(10px);
    transition: transform 0.3s ease;
}

.footer-entry-btm{
    padding: 3rem 5.5rem;
    padding-top: 0;
}

.gray-line{
    border-top: 1px solid #E5E5E5;
    margin: 2.2rem 5.5rem;
}

.footer-entry-btm{
    font-weight: 600;
}

/* -----------------------------------------------------------
    共通
----------------------------------------------------------- */

.global-fv {
    margin-top: 17rem;
    color: #484848;
}

.global-fv-bg {
    margin-top: 4.4rem;
}
.flex-left{
    width: 50%;
}

.flex-right{
    width: 50%;
}

p{
    font-size: 1.6rem;
    line-height: 1.8;
}

.inner-left{
    padding-left: 8%;
}

.inner-right{
    padding-right: 8%;
}

.inner-left-wide{
    padding-left: 18%;
}

.inner-right-wide{
    padding-right: 18%;
}

.entry-btn-sp{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 7rem;
    background-color: var(--accent-color2);
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    z-index: 999;
    display: none;
}

.entry-btn-sp::after{
    position: absolute;
    background-image: url(../image/common/icon-corner-down.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    content: "";
    right: 5%;
    top: 36%;
}

.entry-btn {
    width: 25rem;
    height: 8rem;
    background: linear-gradient(90deg, #92D6C9, #42A995); 
    position: fixed;
    top: -100px;
    right: 0;
    transform: rotate(90deg) translateX(350px);
    transform-origin: top right; 
    z-index: 1000;
    transition: background-color 0.3s ease, transform 0.3s ease; /* transformのトランジションを追加 */
}

.entry-btn:hover {
    background-color: #fff;
    border: 3px solid var(--accent-color2); 
    opacity: 1;
    transform: rotate(90deg) translateX(350px) scale(1.1); /* 回転を維持しつつサイズを1.1倍に */
}

.entry-btn a {
    transition: color 0.3s ease; 
}

.entry-btn:hover a {
    opacity: 1;
}

.entry-btn a::after {
    transition: background-image 0.3s ease; 
}

/* .entry-btn:hover a::after {
    background-image: url(../image/common/icon-corner-down-ac.svg); 
} */


.entry-btn-sp {
    transition: background-color 0.3s ease; 
    transition: color 0.3s ease; 
    border: 3px solid var(--accent-color2);
}
.entry-btn-sp {
    opacity: 0; /* 初期状態では透明 */
    transition: opacity 0.5s ease; /* 透明度の変化を0.5秒かけて行う */
}
.entry-btn-sp a{
    transition: color 0.3s ease; 
}

.entry-btn-sp:hover {
    background-color: #fff;
    border: 3px solid var(--accent-color2); 
    opacity: 1;
    color: var(--accent-color2)!important; /* ホバー時のテキスト色を指定 */
}

.entry-btn-sp:hover a{
    opacity: 1;
    color: var(--accent-color2)!important; /* ホバー時のテキスト色を指定 */
}

.entry-btn-sp::after {
    transition: background-image 0.3s ease; 
}

.entry-btn-sp:hover::after {
    background-image: url(../image/common/icon-corner-down-ac.svg); 
}

.top-news .ttl-block{
    padding-top: 8.5rem;
}
.news-btn .btn-white{
    font-weight: 700;
    position: relative;
    padding-right: 3rem;
}
.news-btn .btn-white::after{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../image/common/green-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */

.top .fv{
    height: 100vh;
}

.top .fv-top{
    height: 100vh;
    overflow: hidden;

}

.top .fv-area{
    position: relative;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

.top .fv-video{
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    width: 177.77777778vh!important;
    height: 56.25vw!important; 
    min-height: 100%;
    min-width: 100%;
}

.top .fv-text{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 4%;
    padding-bottom: 7%;
    z-index: 5;
    align-items: flex-end;
  }
  .fv-text {
    transition: opacity 1s ease-out; /* 透明度が変化する速度とイージング */
    opacity: 1; /* 初期状態の透明度 */
}

  .top .fv-text img{
    width: 35%;
    height: auto;
  }

.inner-fv{
    padding: 0 4%;
}

.fv-news{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 11;
    width: 100%;
}
.fv-news .white-bg{
    width: 100%;
}

.fv-news.sp-only{
position: relative;
margin-top: 3rem;
}

/* .fv-news .news-date{
    margin-bottom: 00.8rem;
} */

.fv-news-tag{
    display: flex;
    align-items: center; /* 中央揃え */
    justify-content: center; 
    padding: 0 3rem;
}

.fv-news a{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1rem 3rem;
    padding-right: 18rem;
    display: flex;
    align-items: baseline;
    gap: 3rem;

}

.fv-news a .news-text{
    position: relative;
}
.fv-news a .news-text::after{
    content: "";
    position: absolute;
    background-image: url(../image/news/news-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 50%;
    transition: transform 0.3s ease;
    transform: translate(0, -50%);
    margin-top: 2px;
    right: -3rem;
}

.fv-news :hover a .news-text::after {
    transform: translate(10px,-50%);
    transition: transform 0.3s ease;
}


.top-message{
    position: relative;
    overflow: hidden;
    padding-bottom: 15rem;
}

.top-message .flex-left{
    width: 60%;
}

.top-message .flex-right{
    width: 50%;

}

.top-message .flex-right svg{
    position: absolute;
    right: -5%;
    width: 52%;
}

.top-message h3{
    line-height: 1.4;
    margin-top: 2rem;
}

.top-message p.tx{
    line-height: 2.3;
}

.top-message .svg{
    .st0{
    fill:none;
    stroke: var(--main-color);
    stroke-opacity:1;
    stroke-width:3.5;
    stroke-miterlimit:10;
    }
    path{
      fill-opacity:0;
      stroke-opacity:1;
      stroke: var(--main-color);
      fill: var(--main-color);
    stroke-width:1;
    stroke-miterlimit:10;
      transition: fill-opacity 1s, stroke-opacity .5s;
    }
  }
  
  .finished {
    path{
      fill-opacity: 1;
      stroke-opacity:0;
      transition: fill-opacity 1s, stroke-opacity .5s;
    }
  }
  


.top-company {
    background-color: #F7F7F7;
    margin-top: 0;
}

.top-company .white-bg {
    position: relative;
    top: -10rem;
}

.top-company .bg{
    background-image: url(../image/top/company-img.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 48rem;
}

.top-company-inner{
    padding: 5rem;
}

.top-company .ttl{
    border-bottom: 1px solid #CECECE;
    padding-bottom: 5rem;
    gap: 5rem;
}

.top-company ul {
    margin-top: 4rem;
}

.top-company li {
    width: calc((100% - 26px)/3);
}

.top-company li .tx{
    position: relative;
    padding-top: 1.5rem;
}

.top-company li .tx::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../image/top/top-com-arrow.svg);
    background-repeat: no-repeat;
    top: 50%;
    margin-left: 2rem;
    transition: transform 0.3s ease;
}

.top-company li:hover .tx::after {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.top-people{
    position: relative;
}

.top-people .accent-bg{
    position: absolute;
    width: 100%;
    height: 35rem;
    max-width: 90%;
    z-index: -5;
}

.top-people .ttl{
    padding-top: 8rem;
}

.top-people .swiper-wrapper{
    padding: 3rem 0;
}

.top-people .swiper-slide{
    transition: transform 0.2s ease; 
}

.top-people .swiper-slide:hover {
    transform: scale(1.1); 
    transition: transform 0.2s ease-in-out; 
    opacity: 1;
  }

.people-swp {
    margin-top: 3rem;
    overflow: hidden; 
    .swiper {
      overflow: visible; 
    }
  }

  .people-swp {
    .swiper-slide {
      width: calc((100% - 35px)/2.2);
    }
  }

  .top-work{
    overflow: hidden;
  }

  .work-top{
    position: relative;
    padding: 10rem 0;
  }

  .work-img img{
    position: absolute;
  }

  .top-work ul.work-list li{
    width: calc((100% - 20px)/2);
  }

  .top-work ul.work-list li a{
    position: relative;
    padding: 5rem 6rem;
    padding-bottom: 7rem;
  }

  .top-work ul.work-list li a::after{
    position: absolute;
    width: 36px;
    height: 36px;
    content: "";
    background-image: url(../image/top/work-icon-arrow.svg);
    background-repeat: no-repeat;
    right: 4%;
    bottom: 5%;
    transition: transform 0.3s ease;
  }

  .top-work ul.work-list li:hover a::after{
    transform: translateX(8px);
    transition: transform 0.3s ease;
  }

  .top-work ul.work-list li .ttl{
    margin: 1rem 0;
  }

.work-img-btm-wrap{
    padding: 8rem 0;
}

/* .work-img-btm{
    background-image: url(../image/top/work-img-tx.svg);
    width: 100%;
    height: 10rem;
    background-repeat: repeat-x;
    background-position: center;
} */

.top-work{
    position: relative;
}

.work-img{
    position: absolute;
}

/*SVGの横幅*/
/* .top-work .svganimeblock{
	width:100%;
} */

/*SVGの可変*/
/* .top-work .svganimeblock svg{
	width:100%;
} */

/*アニメーション前のパスの指定*/
/* .top-work .svganimeblock svg path {
	fill-opacity: 0; 
	transition: fill-opacity .1s; 
	fill: none; 
	stroke: #fff; 
    stroke-width: 1;

} */

.top-work .svg{
    .st0{
    fill:none;
    stroke: #fff;
    stroke-opacity:1;
    stroke-width:3.5;
    stroke-miterlimit:10;
    }
    path{
      fill-opacity:0;
      stroke-opacity:1;
      stroke: #fff;
      fill: #fff;
    stroke-width:1;
    stroke-miterlimit:10;
      transition: fill-opacity 1s, stroke-opacity .5s;
    }
  }

  .top-work .svg path.finished {
    fill-opacity: 1;
    stroke-opacity: 0;
    transition: fill-opacity 1s, stroke-opacity .5s;
}



@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
      padding: 0
    }
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 80s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
      width: calc(100vw / 1.1);
    }
    .scroll-infinity__item>img {
      width: 100%;
    }
    


.top-recruit{
    position: relative;
    margin-bottom: 15rem;
}

.top-recruit .ttl h2{
    margin-bottom: 1.5rem;
}

.top-recruit .bg{
    background-image: url(../image/top/recruit-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 62rem;
    position: absolute;
}

.top-recruit .flex-right{
    padding-left: 7.5rem;
}

.top-link{
    position: relative;
}

.top-recruit ul{
    margin-top: 6.5rem;
}

.top-recruit ul li{
    border-top: 1px solid white;
}

.top-recruit ul li:last-of-type{
    border-bottom: 1px solid white;
}

.top-recruit ul li{
    padding: 4rem 3rem;
    position: relative;
}

.top-recruit ul li::after{
    content: "";
    position: absolute;
    background-image: url(../image/top/recruit-arrow-black.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    right: 8%;
    top: 40%;
    transition: transform 0.5s ease;
}

.top-recruit ul li:hover{
    transition: transform 0.5s ease;
}

.top-recruit ul li:hover .tx{
    color: #fff;
    transition: transform 0.5s ease;
}

.top-recruit ul li:hover a{
    opacity: 1;
}

.top-recruit ul li:hover::after{
    background-image: url(../image/top/recruit-arrow-white.svg);
    transition: transform 0.5s ease;
}

.top-news .bg{
    background-color: #FAFAFA;
    padding-bottom: 30rem;
}


.top-news .news-cntnt{
    margin-top: 5rem;
}

/* -----------------------------------------------------------
    代表メッセージ
----------------------------------------------------------- */

.message-area .flex-left{
    width: 55%;
}

.message-area .flex-right{
    width: 45%;
    padding-left: 7rem;
}

.message-area .flex-right p{
    margin-top: 2rem;
}

.message-area-btm .white-bg{
    padding-top: 8rem;
    padding-bottom: 30rem;
}

.message-area-btm .sec-repeat h4{
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.message-area-btm .sec-repeat{
    margin-top: 5rem;
}


/* -----------------------------------------------------------
    事業紹介
----------------------------------------------------------- */

.business-top-text h2{
    margin-bottom: 3.7rem;
}

.business-top-text h3{
    margin-bottom: 3.4rem;
}

.business-01{
    margin-top: 10rem;
}

.business-01 .flex-left{
    width: 60%;
    padding-right: 6rem;
    max-height: 574px;
}

.business-01 .flex-right{
    width: 40%;
}

.business-01-top{
    margin-bottom: 1rem;
}

.business-area-top .white-bg{
    padding: 3rem;
}

.business-area-top .white-bg h4{
    line-height: 1;
}

.business-area-top ul {
    list-style: none;
    padding-left: 0; 
    margin-top: 2rem;
}

.business-area-top ul li {
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    padding-left: 2rem; 
}

.business-area-top ul li::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: 52%; 
    transform: translateY(-50%) rotate(45deg); 
}

.business-area-top ul li:not(:first-child) {
    margin-top: 1.5rem;
}

.business-01-top h4{
    margin-bottom: 3.4rem;
}

.business-02{
    margin-top: 12rem;
}

.business-02 .flex-left{
    width: 40%;
}

.business-02 .flex-right{
    width: 60%;
    padding-left: 6rem;
    max-height: 574px;
}

.business-area-btm .white-bg{
    padding-top: 12rem;
    padding-bottom: 30rem;
}

.features-repeat{
    border-radius: 2.6rem;
    margin-top: 6rem;
}

.features-repeat .flex-left{
    width: 58%;
    padding: 5rem 5.5rem;
}

.features-repeat .flex-right{
    width: 42%;
}

.features-repeat h4{
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.features-repeat .flex-right img{
    border-radius: 0 2.6rem 2.6rem 0;
    width: 100%;
    height: 100%; 
    object-fit: cover; 
}

/* .business-img img{
    max-height: 574px;
} */

/* -----------------------------------------------------------
    数字で見る
----------------------------------------------------------- */

.data-area{
    padding-bottom: 30rem;
}

.data01-wrap{
    padding: 0 3rem;
}

.data-inner{
    padding: 0 2rem;
}

.data-img01{
    padding-right: 3rem;
}

.data-area01{
    position: relative;
    padding-bottom: 21rem;
}

.data-area01-02{
    width: calc((100% - 46px)/2);
}

.data-area01-03{
    width: calc((100% - 46px)/2);
}

/* 吹き出しのスタイル */
.bubble-data {
    position: relative;
    background: var(--main-color);
    border-radius: 50px;
    padding: 5px 10px;
    min-width: 85px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: bold;
  }
  
  /* 吹き出しの尖った部分（しっぽ） */
  .bubble-data::after {
    content: "";
    position: absolute;
    bottom: -18px; /* しっぽの位置 */
    left: 50%;
    margin-left: -5px;
    border-width: 13px 4px 6px 4px;;
    border-style: solid;
    border-color: var(--main-color) transparent transparent transparent;
  }

  .data-graph-01{
    padding: 0 1.5rem;
  }

  .data-area01-02 .data-wrap,
  .data-area01-03 .data-wrap{
    padding: 4rem 0;
    padding-bottom: 5rem;
  }

  .data-area01-02 .data-title,
  .data-area01-03 .data-title{
    margin-top: 2rem;
  }

.data-area01 .main-bg{
    position: absolute;
    top: 26rem;
    height: 70rem;
    width: 100%;
    z-index: -10;
}

.data-line-dot{
    width: 75px;
    height: 1px;
    border-bottom: 5px dotted var(--main-color); /* 黒の点線 */
    margin: 0 2rem;
}

.data-area02-01 .data01-wrap{
    padding: 2rem;
    padding-top: 0;
    padding-left: 3rem;
}

.data-area02-02 .data-wrap,
.data-area02-03 .data-wrap{
  padding: 4rem 0;
  padding-bottom: 5rem;
}

.data-area02-02 .data-title,
.data-area02-03 .data-title{
  margin-top: 2rem;
}

.data-area02-02{
    width: calc((100% - 46px)/2);
}

.data-area02-02 .data-wrap{
    justify-content: space-evenly;
}

.data-area02-03{
    width: calc((100% - 46px)/2);
}

.data-area02 .bubble-data {
    background: var(--main-color);
  }
  
  .data-area02 .bubble-data::after {
    border-color: var(--main-color) transparent transparent transparent;
  }

.data-area02-03 .data-box02-03{
    background-image: url(../image/data/graph-02.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 3rem 0;
}

.data-area02-03 .white-bg{
    height: 100%;
}

.data-area02-04{
    position: relative;
    z-index: -10;
    top: -13rem;
}

.data-area02-04 .reverse_white{
    color: var(--main-color);
}

.data-area02-04 .accent-bg{
    padding: 25rem 0;
}

.data-area02-04 .bg-img{
    background-image: url(../image/data/data-img-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    
}

.data-area02-0506{
    position: relative;
    /* padding-bottom: 50rem; */
}

/* .data-area02-0506-wrap{
    position: absolute;
    top: -32rem;
} */

.data-area02-05 .data01-wrap,
.data-area02-06 .data01-wrap{
    padding: 2rem 4rem 5rem 3rem;
}

.data-area02-05 .data01-wrap .flex-left,
.data-area02-06 .data01-wrap .flex-left{
    width: 45%;
}

.data-area02-05 .data01-wrap .flex-right{
    width: 55%;
    padding-left: 2rem;
}

.data-area02-06 .data01-wrap .flex-right{
    width: 55%;
    padding-left: 6rem;
}

.new-data-area04.data-area02-05 .data01-wrap .flex-right{
    width: 100%;
}

/* -----------------------------------------------------------
    インタビュー
----------------------------------------------------------- */

.interview-fv{
    width: 100%;
    margin-top: 13rem;
}

.interview-fv-bg01{
    height: 56rem;
    width: 100%;
    background-image: url(../image/interview/interview01-fv.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.interview-fv-bg02{
    height: 56rem;
    width: 100%;
    background-image: url(../image/interview/interview02-fv.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.interview-fv-bg03{
    height: 56rem;
    width: 100%;
    background-image: url(../image/interview/interview03-fv.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.interview_introduction{
    bottom: 14rem;
    width: 60%;
    position: relative;
}

.introduction-wrap{
    padding: 5rem 4rem;
}

.interview .introduction-wrap .flex-left{
    width: 38%;
}

.interview .introduction-wrap .flex-left h2{
    margin-bottom: 1rem;
}

.interview .introduction-wrap .flex-right{
    width: 62%;
    padding-left: 1rem;
}

section.interview-area{
    margin-top: 0;
}

.interview-area01 .inner-left-wide{
    overflow: hidden;
    position: relative;
    margin-bottom: 35rem;
}

.interview-area01 .img{
    position: relative;

}

.interview-area01 .img::after{
    content: url(../image/interview/text-reason.svg); 
    position: absolute;
    bottom: -55px; 
    right: -7px; 
}

.interview-area01 .text-area{
    margin-top: 6rem;
    padding-right: 20%;
}

.interview-area02 .text-area {
    padding-left: 20%;
}

.interview-area .text-area .reverse_main{
    padding: 0.3rem 2rem;
    font-weight: 600;
}

.interview-area .text-area h3{
    margin-top: 2rem;
    line-height: 1.5;
}

.interview-area02{
    position: relative;
}

.interview-area02 .white-bg{
    padding-top: 32rem;
    padding-bottom: 8rem;
}

.interview-area02 .img-wrap{
    position: absolute;
    top: -26rem;
}

.interview-area02 .img{
    position: relative;
    padding-right: 18%;
}

.interview-area02 .img::after{
    content: url(../image/interview/text-works.svg); 
    position: absolute;
    bottom: -55px; 
    right: 25rem; 
}

.interview-area02 .img img{
    max-height: 487px;
}

.interview-area03{
    padding-bottom: 12rem;
}

.interview-area03 .flex-left{
    width: 55%;
}

.interview-area03 .flex-right{
    padding-left: 8rem;
    width: 45%;
}

.interview-area03 .flex-right .text-area{
    margin-top: 7rem;
}

.interview-area03 .white-bg{
    padding: 3rem 1rem;
    padding-left: 4rem;
    border-radius: 9px;
}

.interview-area03 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview .wrapper{
    width: 100%;
    margin: auto;
    box-sizing: border-box;
  }
  .time_schedule{
    position: relative;
  }
  .time_line {
      width: 1px;
      height: 95%;
      position: absolute;
      top: 0;
      left: 0%;
    z-index: 999;
    transform: translateX(-50%);
    padding-top: 20px;
  }
  .time_line span {
      display: block;
      width: 100%;
      height: 97%;
      background: var(--main-color);
  }
  .time_ball{
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 0%;
    z-index: 999;
    border: 2px solid var(--main-color);
  }
.color_ball{
    background: var(--main-color);
}

  .time_schedule dl{
    padding: 10px 0;
  }
  .time_schedule dl dt{
    width: 100%;
    position: absolute;
    padding-left: 2rem;
    color: var(--main-color);
  }
  .time_schedule dl dd{
    margin-left: 25%;
  }

.interview-area04 .interview-bg{
    width: 100%;
    height: 53rem;
    position: relative;
}

.interview-area04 .interview-bg-img{
    width: 100%;
    height: 100%;
    background-image: url(../image/interview/interview01-img04.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.interview-area04 .interview-bg-img._02{
    background-image: url(../image/interview/interview02-img04.webp);
}

.interview-area04 .interview-bg-img._03{
    background-image: url(../image/interview/interview03-img04.webp);
}


.interview-area04 .white-bg{
    padding: 6rem 8.5rem;
    border-radius: 25px;
}

.interview-area04 .text-wrap{
    position: relative;
    top: -8rem;
}

.interview-area04 .text-area-btm{
    padding-top: 3rem;
    padding-bottom: 15rem;
}

.interview-area04 .text-area .reverse_white{
    color: var(--main-color);
    font-weight: 600;
}

.interview-area05 .u-line::after{
    background: linear-gradient(to right, #707070 10%, #D3D3D3 10%);
}

.interview-area05 .inner{
    padding-top: 15rem;
    padding-bottom: 30rem;
}

/* スワイパー */

.interview .swiper-container{
    position: relative;
    max-width: 100%;
}

.interview .swiper {
    max-width: 100%;
    height: auto;
    position: relative;
}

.interview .swiper-slide {
    width: calc((100% - 34px)/2);
    height: 100%;
}

.interview .swiper-slide img{
    width: 100%;
    height: auto;
}

.interview .swiper-button-prev {
    left: -4rem;
    width: 66px;
    height: 66px;
    background-image: url(../image/interview/swiper-arrow-prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 35%;
}
.interview .swiper-button-prev::after {
    content: "";
}

.interview .swiper-button-next {
    right: -4rem;
    width: 66px;
    height: 66px;
    background-image: url(../image/interview/swiper-arrow-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 35%;
}
.interview .swiper-button-next::after {
    content: "";
}

.interview-tag{
    position: relative;
    top: -10px;
    margin-left: 1.5rem;
}

.swiper-name{
    margin-left: 1.5rem;
    position: relative;
    top: -1rem;
}

.tate-txt{
    ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; /* すべて縦方向に表示 */
    display: flex;
    flex-direction: column;
    gap: 3rem;

}
.tate-txt .txt{
    background: var(--main-color);
    color: white;
    height: fit-content;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.tate-txt .txt:nth-of-type(2){
    margin-top: 1em;
}
.tate-inner{
    display: flex;
    justify-content: flex-end;
    max-width: calc(1000px + 10%);
    margin: 0 auto;
    padding: 0 10%;
    padding-top: 3rem;
}


/* -----------------------------------------------------------
    プロジェクトストーリー
----------------------------------------------------------- */

.story-fv{
    width: 100%;
    margin-top: 13rem;
}

.story-fv-bg{
    height: 56rem;
    width: 100%;
    background-image: url(../image/story/story-fv.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.story_introduction{
    bottom: 14rem;
    width: 70%;
    position: relative;
}

.story .introduction-wrap{
    padding: 3rem 4rem;
    padding-top: 3.5rem;
}

.story .introduction-wrap h3{
    margin-bottom: 0;
}

.story_introduction.member{
    width: 100%;
    bottom: 0;
    padding: 0 18%;
}

.member-wrap{
    padding: 4rem 3rem;
    gap: 2rem;
}

.member-column{
    width: calc((100% - 60px)/4);
}

.member-column h3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.member-column .img{
    width: 80%;
}

.story-area01 .inner-left-wide{
    overflow: hidden;
    position: relative;
    padding-bottom: 35rem;
}

.story-area01 .img{
    position: relative;
}

.story-area01 .text-area{
    margin-top: 6rem;
    padding-right: 20%;
}

.story-area .text-area .reverse_main{
    padding: 0.5rem 2rem;
}

.story-catch{
    margin: 2rem 0;
    line-height: 1.44;
}

.speaker-left{
    padding-right: 20%;
    margin-top: 4rem;
}

.speaker-right{
    padding-right: 20%;
    margin-top: 4rem;
}

.speaker-name-wrap{
    width: 10%;
}

.speaker-name-left{
    position: relative;
    background: var(--main-color);
    padding: 12px 10px;
    border-radius: 100%;
}

.speaker-name-left::after {
    content: '';
    display: block;
    width: 13px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    right: -60%;
    top: 50%;
    transform: translateY(-50%);
}

.speaker-text{
    width: 90%;
    background-color: white;
    padding: 3rem;
    border-radius: 20px;
}

.speaker-name-right{
    position: relative;
    background: var(--main-color);
    padding: 12px 10px;
    border-radius: 100%;
}

.speaker-name-right::after {
    content: '';
    display: block;
    width: 13px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
}

.story-photo{
    padding-right: 20%;
    margin: 4rem 0;
}

.photo-top{
    margin-top: 10rem;
}

.photo-btm{
    margin-bottom: 10rem;
}

.photo-top, .photo-btm{
    width: calc((100% - 50px)/2);
}

.story-area02{
    position: relative;
}

.story-area02 .white-bg{
    padding-top: 32rem;
    padding-bottom: 8rem;
    background: #f4f4f4;
}

.story-area02 .img-wrap{
    position: absolute;
    top: -26rem;
}
.story-area02 .img-wrap .img img{
    max-height: 561px;
}

.story-area02 .img{
    position: relative;
    padding-right: 18%;
}

.story-area02 .text-area{
    padding-left: 20%;
}

.story-area .text-area .reverse_black{
    padding: 0.5rem 2rem;
}

.story-area02 .speaker-left,
.story-area02 .speaker-right{
    padding-left: 20%;
    padding-right: 0;
    margin-top: 4rem;
}

.story-area02 .story-photo{
    padding-left: 20%;
    padding-right: 0;
}

.story-area03 .story-bg{
    width: 100%;
    height: 53rem;
    position: relative;
}

.story-area03.accent-bg{
    padding-bottom: 30rem;
}

.story-area03 .story-bg-img{
    width: 100%;
    height: 100%;
    background-image: url(../image/story/story-img07.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.story-area03 .white-bg{
    padding: 6rem 8.5rem;
    border-radius: 25px;
}

.story-area03 .text-wrap{
    position: relative;
    top: -8rem;
}

.story-area03 .text-area-btm{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.story-area03 .text-area .reverse_white{
    color: var(--main-color);
    font-weight: 600;
}

.message-text{
    line-height: 1.3;
    margin-top: 1rem;
}

/* -----------------------------------------------------------
    キャリア・福利厚生
----------------------------------------------------------- */

.benefit-area01 .inner{
    padding-bottom: 7rem;
}

.benefit-area01 .reverse_main{
    margin-top: 6rem;
    padding: 0.5rem 2rem;
}

.benefit-area01 .flex-left{
    width: 55%;
}

.benefit-area01 .flex-right{
    width: 45%;
    padding-left: 8rem;
}

.benefit-area01 .flex-wrap{
    margin-bottom: 10rem;
}

.benefit-area02 .inner{
    padding-top: 8.5rem;
}

.benefit-area02 h3{
    margin-bottom: 0;
    margin-left: 1.5rem;
}

.benefit-list-wrap{
    gap: 2rem;
    margin-top: 5rem;
}

.benefit-list{
    width: calc((100% - 20px)/2);
}

.benefit-list .list-title{
    margin-bottom: 1.5rem;
}

li.benefit-list:nth-of-type(3){
    margin-top: 3rem;
}
li.benefit-list:nth-of-type(4){
    margin-top: 3rem;
}
li.benefit-list:nth-of-type(5){
    margin-top: 3rem;
}
li.benefit-list:nth-of-type(6){
    margin-top: 3rem;
}

.benefit-area02 .u-line-w::after {
    background: linear-gradient(to right, var(--main-color) 10%, #E0E0E0 10%);
}

.benefit-area02.white-bg{
    padding-bottom: 30rem;
}


/* -----------------------------------------------------------
    募集要項・選考フロー
----------------------------------------------------------- */


/*タブ切り替え全体のスタイル*/
.recruitment-area .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5rem;
}
  
  /*タブのスタイル*/
  .recruitment-area .tab_item {
    width: calc(100%/2);
    padding: 2rem;
    background-color: #E0E0E0;
    line-height: 50px;
    font-size: 2.1rem;
    text-align: center;
    color: #818181;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    margin-bottom: 5rem;
  }
  .recruitment-area .tab_item:hover {
    opacity: 0.75;
  }
  
  /*ラジオボタンを全て消す*/
  .recruitment-area input[name="tab_item"] {
    display: none;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .recruitment-area .tab_content {
    display: none;
    padding: 4rem;
    clear: both;
    overflow: hidden;
    background-color: #fff;
  }
  
  
  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }
  
  /*選択されているタブのスタイルを変える*/
  .recruitment-area .tabs input:checked + .tab_item {
    background-color: var(--main-color);
    color: #fff;
  }

  .recruitment-area input[name="tab_item"] {
    display: none;
  }

  .table_design03 {
    border-collapse: collapse;
    width: 100%;
  }
  .table_design03 th, .table_design03 td {
    border-bottom: 1px solid #E0E0E0;
    padding: 3rem 1rem;
    font-size: 1.6rem;
  }

  .table_design03 th:first-of-type, .table_design03 td:first-of-type {
    border-top: 1px solid #E0E0E0;
  }
  .table_design03 td{
    font-weight: 400;

  }
  .table_design03 th {
    border-bottom: 1px solid #E0E0E0;;
    font-weight: bold;
    width: 20%;
    text-align: start;
    color: var(--main-color);
    vertical-align: middle;
  }

  .td-title{
    margin-bottom: 0.5rem;
  }

  .td-title.btm{
    margin-top: 2.5rem;
  }


  .table_design01 {
    border-collapse: collapse;
    width: 100%;
  }
  .table_design01 th, .table_design01 td {
    border: 1px solid #E0E0E0;
    padding: 0.5rem 1rem;
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 400;
  }
  .table_design01 th {
    background-color: #F7F7F7;
    width: 25%;
    vertical-align: middle;
  }

  .recruitment-area02,
  .recruitment-area03{
    margin-top: 10rem;
  }
  .recruitment-area03{
    margin-bottom: 25rem;
  }


  .stepbar {
    width: 100%;
    margin-top: 11rem;
  }
  
  .stepbar .stepbarwrap {
    margin: 2em 0;
    position: relative;
    margin-top: 12rem;
  }
  
  .stepbar .stepbarwrap .steptitle {
    display: inline-flex;
    align-items: center;
  }
  
  .stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 13rem;
    height: 13rem;
    content: "";
    border-radius: 50%;
    background-color: #4CC4D5;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    top: -6.5rem;
    position: absolute;
    z-index: 101;
  }
  
.stepcircle-text{
    line-height: 1;
}
  
  .stepbar .stepbarwrap .steptitle .title {
    margin: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
  }
  
  .stepbar .stepbarwrap .steptxt {
    padding-left: 3.5em;
  }
  
  .stepbar .stepbarwrap .steptxt .txt {
    font-size: 0.9em;
  }
  
  .stepbar .stepbarwrap .stepline {
    width: 3px;
    height: calc(100% + 2em);
    background: repeating-linear-gradient(
        to bottom,
        #4CC4D5,
        #4CC4D5 18px,
        transparent 18px,
        transparent 36px
    );
    position: absolute;
    top: 1rem;
    left: 8%;
    z-index: 100;
  }
  
  .stepbarwrap:last-of-type .stepline:last-of-type {
    display: none;
  }
  
  .step-text{
    padding-left: 14rem;
    padding-right: 11rem;
    border-radius: 1rem;
  }

  .stepbar .stepbarwrap.white-bg{
    padding: 5rem 0;
    border-radius: 1.7rem;
    
  }

  .step-document{
    margin: 3rem 0;
  }

.step-document .reverse_main{
    border-radius: 3rem;
    padding: 0.2rem 2rem;
    margin-bottom: 1rem;
}

.recruitment-area03 .joining{
    margin-top: 5.3rem;
    align-items: flex-start;
}

.recruitment-area03 .joining h3{
    margin-bottom: 0;
    text-align: center;
    padding: 1.7rem 0;
    border-radius: 6px 6px 0px 0px;
}

.recruitment-area03 .joining .joining-text{
    padding: 2.5rem;
}

.recruitment-area03 .joining .joining-text li:not(:first-child){
    margin-top: 3rem;
}

.recruitment-area03 .flex-left,
.recruitment-area03 .flex-right{
    width: calc((100% - 30px)/2);
}


/* -----------------------------------------------------------
    インターンシップ
----------------------------------------------------------- */

.internship-area01{
    position: relative;
}

.internship-area01::before{
    background-image: url(../image/internship/internship-text.svg);
    background-repeat: no-repeat;
    width: 20%;
    height: 100%;
    content: "";
    left: -3px;
    position: absolute;
}

.internship-area01::after{
    background-image: url(../image/internship/internship-img01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 45%;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
}

.internship-area01 .white-text{
    padding: 12rem 0;
    width: 50%;
}

.internship-area01 .white-text .txt{
    margin: 3rem 0;
}

.internship-area02{
    margin: 12rem 0;
    margin-bottom: 10rem;
}

.internship-area02 .flex-left{
    width: 70%;
}

.internship-area02 .flex-right{
    width: 30%;
}

.internship-area02 .flex-right .ttl{
    margin-bottom: 3.5rem;
}

.internship-area02 .flex-right .txt{
    line-height: 2;
}

.internship-area03 .area-title .txt{
    margin-top: 3rem;
    margin-bottom: 0;
}


/* リセット */
*{
    margin:0;
    padding:0;
}

/* タブ親指定 */
.internship .tabmenu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    margin-top: 5rem;
}

/* タブメニュー指定 */
.internship .tablist {
    display: inline-block;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 0.7rem 0;
    cursor: pointer;
    width: calc((100% - 60px)/3);
    text-align: center;
    border-radius: 3rem;
}
/* 最後のタブメニュー以外にかける指定 */
.internship .tablist:not(:last-child) {
    margin-right: 1px;
}

/* タブコンテンツ指定 */
.internship .tabcontents {
    display: none;
    border-radius: 3rem;
}

/* クリックされた時の指定 */
.internship .tablist.active,
.internship .tabcontents.active {
    display: block;
}
.internship .tablist.active{
    background-color: var(--main-color);
    color: #fff;
}


.internship-area03 .tabcontents .ttl.reverse_main{
    padding: 3rem 4rem;
    border-radius: 3rem 3rem 0 0 ;
}

.internship-area03 .tabcontents .ttl h3{
    margin-bottom: 0;
}

.internship-area03 .tabcontents .flex-left{
    width: 42%;
    
}

.internship-area03 .tabcontents .flex-right{
    width: 58%;
}


.internship-area03 .tabcontents .flex-right.white-bg{
    padding: 3.8rem 2.5rem;
    border-radius: 0 0 3rem 0;
}
.internship-area03 .tabcontents .flex-right.white-bg p{
    margin-bottom: 3rem;
}

.course-cntnt .ttl{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.course-cntnt .txt{
    margin-top: 0.5rem;
}

.course-cntnt li:first-of-type{
    padding-bottom: 3rem;
    border-bottom: 1px solid #707070;
}

.course-cntnt li:not(:first-child){
    padding-top: 3rem;
}

.internship-area03 .tabcontents-wrap{
    position: relative;
    z-index: 10;
}

.internship-area03 .tabcontents .flex-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 3rem;
}

.internship-area04 {
    position: relative;
    top: -15rem;
}

.cta-text p{
    margin-bottom: 7rem;
}


.cta-button  {
    position: relative;
    z-index: 100; 
}

.internship-area04 .main-bg{
    padding-top: 28rem;
    padding-bottom: 30rem;
}

.internship-area04 .cta{
    position: relative;
    height: 100%;
}

.cta-button{
display: inline-block;
}

.cta-button button{
    position: relative;
    color: var(--main-color);
    border: none;
    width: 32rem;
    padding: 3.5rem 4.5rem;
    border-radius: 5rem;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center; 
    justify-content: center;
    font-weight: bold;
    background-color: #fff;
  }
  
  .cta-button .arrow {
    margin-left: 10px;
    transition: transform 0.3s;
  }
  
  button.cta-button:hover .arrow {
    transform: translate(5px, -5px); 
  }

  .cta-button:hover{
    opacity: 1;
  }

  .cta-button span{
    width: 100%;
  }


.internship-area04{
    height: 63rem;
}



/* -----------------------------------------------------------
    よくある質問
----------------------------------------------------------- */

.faq-area01{
    padding-bottom: 30rem;
}

.details:not(:first-child) {
    margin-top: 4.5rem;
}
.details-summary {
	position: relative;
	display: block;
	padding-right: 2rem;
    padding-bottom: 2rem;
	color: var(--main-color);
	font-size: 1.8rem;
	font-weight: 600;
	background-color: #fff;
	&:hover {
		cursor: pointer;
	}
	.tap-btn {
		position: absolute;
		top: 45%;
		right: 3%;
		width: 18px;
		height: 18px;
		transform-origin: center center;
		transition-duration: 0.2s;

		&:before,
		&:after {
			content: "";
			background-color: var(--main-color);
			border-radius: 10px;
			width: 16px;
			height: 2px;
			position: absolute;
			top: 7px;
			left: 0;
			transform-origin: center center;
		}
		&:before {
			width: 2px;
			height: 16px;
			top: 0;
			left: 7px;
		}
	}
	&.is-active {
		.tap-btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
				content: none;
			}
		}
	}
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 0 10rem 0 3.5rem;
    background: #fff;
	p {
		padding: 0 0 3rem;
		color: #000;
        letter-spacing: 0.01em;
		text-align: left;
		&:last-of-type {
			margin: 0 0 0;
		}
	}
}

.faq-tag{
    position: absolute;
    border-radius: 6px 0 6px 0;
    padding: 0.4rem 1rem;
}
.faq-text{
    padding-top: 5rem;
    padding-left: 3.5rem;
}

.faq-button {
    padding-bottom: 3.5rem;
}

.faq-button a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid var(--main-color);
    border-radius: 5rem;
    color: var(--main-color);
    padding: 1rem 5rem;
}

.faq-button a:hover {
    background: var(--main-color);
    color: #FFF;
  }


/* -----------------------------------------------------------
    お知らせ
----------------------------------------------------------- */

.news-area01 {
    padding-bottom: 30rem;
}

.news-cntnt li{
    position: relative;
    margin-top: 2rem;
}

.news-cntnt li a{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2.5rem 3rem;
}

.news-cntnt li a::after{
    content: "";
    position: absolute;
    background-image: url(../image/news/news-arrow.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    right: 3%;
    top: 36%;
    transition: transform 0.3s ease;
}

.news-cntnt li:hover a::after {
    transform: translateX(10px);
    transition: transform 0.3s ease;
}

.Pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.5rem;
  }
  .Pagination-Item-Link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: transparent;
    border: solid 1px var(--main-color);
    font-size: 14px;
    color: var(--main-color)!important;
    font-weight: bold;
    transition: all 0.15s linear;
  }
  .Pagination-Item-Link-Icon {
    width: 20px;
  }
  .Pagination-Item-Link.isActive {
    background: var(--main-color);
    color: #fff!important;
    pointer-events: none;
  }
  .Pagination > * + * {
    margin-left: 10px;
  }

  .Pagination-Item.page-prev{
    margin-right: 5rem;
  }

  .Pagination-Item.page-prev img{
    position: relative;
    left: 1px;
  }

  .Pagination-Item.page-next{
    margin-left: 5rem;
  }

  .Pagination-Item.page-next img{
    position: relative;
    right: 1px;
}


/* お知らせ詳細 */

.news-detail-area01{
    padding-bottom: 12rem;
}
.news-detail-area02{
    margin-top: 0;
    margin-bottom: 30rem;
}

.news-detail-title{
    border-bottom: 1px solid #707070;
    padding-bottom: 2rem;
}

.news-detail-area .sub-text{
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.article-main{
    margin-top: 4rem;
}
.news-detail-area p{
    margin-bottom: 3rem;
}
.news-detail-area p a{
    color: blue;
    border-bottom: 1px solid blue;
    display: inline-block;
}
.news-detail-area h2{
    color: #fff;
    background-color: var(--main-color);
    padding: 0 6px;
    font-size: 2.1rem;
}
.news-detail-area h3{
    margin-top: 4rem;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 1rem;
    font-size: 1.8rem;
}

.news-detail-area h4{
    margin-top: 4rem;
    font-weight: 700;
    color: var(--main-color);
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

.news-detail-area p{
    margin-top: 4rem;
}
.news-detail-area ul{
    padding-left: 2rem;
    font-size: 1.6rem;
}
.news-detail-area ul li{
    margin-bottom: 1rem;
    list-style: disc;
}

.news-detail-area .Pagination{
    margin-top: 12rem;
}

.news-detail-area .Pagination .Pagination-Item-Link.list-back{
    width: 100%;
    height: 10%;
    border-radius: 3rem;
    padding: 1.2rem 3.5rem;
    color: #fff!important;
    background: var(--main-color);
}

.news-detail-area .Pagination .Pagination-Item.page-prev a,
.news-detail-area .Pagination .Pagination-Item.page-next a{
    background: #fff;
}

.news-detail-area .Pagination-Item.page-prev {
    margin-right: 3.5rem;
}

.news-detail-area .Pagination-Item.page-next {
    margin-left: 3.5rem;
}

.news-btn a{
    max-width: 145px;
    border-radius: 3rem;
    padding: 1.2rem 3.5rem;
    color: #fff!important;
    background: var(--main-color);
} 
.prev-post-link , .next-post-link{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: solid 1px var(--main-color);
    color: var(--main-color) !important;
    background: #fff;
    position: relative;
}
.prev-post-link::after{
    position: absolute;
    content: "";
    background-image: url(../image/news/news-page-prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 50%;
    background-position: center center;
    transform: translate(50%, -50%);
}
.prev-btn{
    display: flex;
    align-items: center;
}
.next-post-link::after{
    position: absolute;
    content: "";
    background-image: url(../image/news/news-page-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 50%;
    background-position: center center;
    transform: translate(50%, -50%);
}
.next-btn{
    display: flex;
    align-items: center;
}
.news-detail-area02-inner{
    gap: 3rem;
}

/* -----------------------------------------------------------
    お知らせ
----------------------------------------------------------- */

.privacy-area01{
    padding-bottom: 30rem;
}

.article-wrap h3{
    margin-top: 7rem;
    padding: 0.6rem 2rem;
    margin-bottom: 0;
}

.article-wrap p{
    margin-top: 3rem;
}

.article-wrap ul{
    margin-top: 3rem;
}

.article-wrap ul li {
    position: relative;
    padding-left: 20px; /* テキストとマーカーの間隔 */
    margin-top: 1.5rem;
}

.article-wrap ul li::before {
    content: '•'; /* カスタムマーカー */
    color: var(--main-color); /* マーカーの色 */
    position: absolute;
    left: 0; /* マーカーの位置 */
    top: 0;
    font-size: 2.2rem; /* マーカーのサイズ */
    line-height: 1;
}


/* -----------------------------------------------------------
    応募フォーム
----------------------------------------------------------- */

.entry-area01{
    padding-bottom: 30rem;
}

.link-button{
    width: calc((100% - 44px)/2);
}

.link-button button{
    position: relative;
    color: white;
    border: none;
    width: 100%;
    padding: 3.5rem 4.5rem;
    border-radius: 5rem;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center; 
    justify-content: center;
    font-weight: bold;
  }
  
  .link-button .arrow {
    margin-left: 10px;
    transition: transform 0.3s;
  }
  
  .link-button:hover .arrow {
    transform: translate(5px, -5px); 
  }

  .link-button:hover{
    opacity: 1;
    color: #fff;
  }

  .link-button span{
    width: 100%;
  }


  .Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 7rem 11rem;
    padding-bottom: 8rem;
  }

  .Form-Item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
  }

  .Form-Item-Label {
    width: 100%;
    letter-spacing: 0.05em;
    font-size: 18px;
    display: flex;
    align-items: center;
  }

  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }

  .Form-Item-Label-Required {
    border-radius: 3px;
    margin-left: 1rem;
    margin-bottom: 1px;
    padding: 1px 8px;
    display: inline-block;
    text-align: center;
    background: #B40202;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
  }

  .Form-Item-Label-Optional {
    border-radius: 3px;
    margin-left: 1rem;
    margin-bottom: 1px;
    padding: 1px 8px;
    display: inline-block;
    text-align: center;
    background: #8D8D8D;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
  }

  .Form-Item-Input {
    border-radius: 6px;
    margin-top: 1.5rem;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    background: #F4F4F4;
    font-size: 1.6rem;
  }

  .Form-Item-Textarea {
    border-radius: 6px;
    margin-top: 1.5rem;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    background: #F4F4F4;
  }

  .Form-Btn-wrap{
    text-align: center;
    margin-top: 4rem;
  }

  .Form-Btn-container {
    position: relative;
    display: inline-block;
    width: 50%;
}

  .Form-Btn {
    border-radius: 5rem;
    margin: 0 auto;
    padding: 2rem 0!important;
    letter-spacing: 0.05em;
    background: var(--main-color)!important;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
  }

  .Form-Btn-icon{
    position: relative;
  }

  .Form-Btn-icon::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 25px; 
    width: 16px; 
    height: 16px; 
    background-image: url('../image/common/icon-arrow-entry-white.svg'); 
    background-size: cover;
    transform: translateY(-50%); 
    transition: right 0.3s; 
}

.Form-Btn-container:hover{
    opacity: 1;
}

.Form-Btn-container:hover .Form-Btn-icon::after {
    right: 18px; 
}


  .entry .visually-hidden {
   position: absolute;
   white-space: nowrap;
   border: 0;
   clip: rect(0 0 0 0);
   clip-path: inset(50%);
   overflow: hidden;
   height: 1px;
   width: 1px;
   margin: -1px;
   padding: 0;
  }

  .entry .radio-button{
    margin-top: 2rem;
    font-size: 1.8rem;
  }

  .entry .radio-button-set{
    margin-left: 2.5rem;
  }

  .entry-link-wrap{
    margin-top: 9rem;
  }

  .entry-link a{
    color: #A2A2A2;
    border-bottom: 1px solid #A2A2A2;
    letter-spacing: 0.03em;
  }

  /* wpform アスタリスク */
div.wpforms-container-full .wpforms-form .wpforms-required-label{
	font-size:12px;
	color: #fff !important; 
	background: #B40202 !important;
	padding: 2px 7px 2px 6px!important;
	border-radius: 3px !important;
	white-space: nowrap;  
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
    background-color: var(--main-color);
    min-width: 200px;
    min-height: 60px;
    border-radius: 36px;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
    display: flex;
    justify-content: center;
}
div.wpforms-container-full button[type=submit]:hover{
    background-color: rgb(84, 84, 84);
    min-width: 200px;
    min-height: 60px;
    border-radius: 36px;
}

/* -----------------------------------------------------------
    パンくずリスト
----------------------------------------------------------- */
.breadcrumbs{
    display: flex;
    margin-top: 2rem;
    gap: 1rem;
}
.breadcrumbs span:last-child span{
    font-weight: 600;
    font-size: 1.5rem;
    color: #484848;
}
.breadcrumbs span a:nth-child(1){
    font-size: 1.5rem;
    font-weight: 600;
    color: #B2B2B2;
}


.breadcrumb {
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
}

.breadcrumb a{
    color: #B2B2B2;
}

.breadcrumb li:not(:first-child) {
    margin-left: 3rem;
    position: relative;
}

.breadcrumb li:not(:first-child)::before {
    content: '';
    display: inline-block;
    width: 0; 
    height: 0; 
    border: solid #707070;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    position: relative;
    top: -1px;
    left: -15px;
}

/* -----------------------------------------------------------
    ページネーション
----------------------------------------------------------- */

.pagenavi{
    margin-top: 12rem;
    display: flex;
    justify-content: center;
}

.pagenavi .wp-pagenavi{
    display: flex;
    gap: 2rem;
}

.pagenavi .wp-pagenavi .pages{
    display: none;
}
.pagenavi .wp-pagenavi .current{
    padding: 5px 12px;
    border-radius: 100%;
    background: var(--main-color);
    border: none;
    color: #fff;
}
.pagenavi .wp-pagenavi .larger{
    padding: 5px 12px;
    border-radius: 100%;
    background: transparent;
    border: solid 1px var(--main-color); 
    color: var(--main-color);
}
.pagenavi .wp-pagenavi .smaller{
    padding: 5px 12px;
    border-radius: 100%;
    background: transparent;
    border: solid 1px var(--main-color); 
    color: var(--main-color);
}
.pagenavi .wp-pagenavi .nextpostslink{
    padding: 5px 13px;
    border-radius: 100%;
    background: var(--main-color);
    border: none;
    color: #fff;
}
.pagenavi .wp-pagenavi .previouspostslink{
    padding: 5px 13px;
    border-radius: 100%;
    background: var(--main-color);
    border: none;
    color: #fff;
}


/* 追記 */
/* .entry-btn {
    background: linear-gradient(-45deg, #01ADB4, #C6E0A9, #01ADB4, #C6E0A9);
    background-size: 400% 400%;
    animation: gradientAnimation 5s ease infinite;
} */
.top .fv-text img {
    width: 40%;
    height: auto;
}
.entry-btn-sp {
    background: #01ADB4;
    /* background-size: 400% 400%;
    animation: gradientAnimation 5s ease infinite; */
}
.top-message .flex-right svg{
    max-height: 600px;
}
.top-recruit{
    margin-bottom: 30rem;
}
.top-company li {
    width: calc((100% - 30px) / 2);
}
.top-company h3{
    margin-bottom: 0;
}
.reverse_accent{
    background-color: var(--text-color);
}
.top-headline{
    font-size: 5.8vw;
}
.scroll-infinity__item {
    margin-right: 4rem;
}
.top-recruit ul li:hover{
    background: var(--accent-color2);
}
.top-recruit ul li {
    border-top: 1px solid #E0E0D7;
}
.top-recruit ul li:last-of-type {
    border-bottom: 1px solid #E0E0D7;
}
.top-company-btm{
    position: relative;
    top: -5rem;
}
.top-company-btm ul{
    margin-top: 0;
}
.top-company-btm ul li{
    background: var(--white-color);
}
.top-company{
    padding-bottom: 5rem;
}
.top-work ul.work-list li .ttl{
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 2rem;
}
ul.top-data-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8rem;
    gap: 2.5rem;
}
ul.top-data-list li{
    width: calc((100% - 50px)/3);
    min-width: 336px;
    background: var(--white-color);
    padding: 4rem 1rem;
}
.data-img-wrap{
    gap: 2rem;
}
ul.top-data-list li:last-of-type .data-img-wrap{
    gap: 1rem;
}
.top-data .link-button{
    width: max-content;
    margin: 0 auto;
    margin-top: 5rem;
}
.top-data .link-button button{
    padding: 2.5rem;
    padding-right: 3.5rem;
    min-width: 30rem;
}
.top-data .link-button .arrow {
    position: relative;
    right: 0;
}
.page-footer-area a{
    display: block;
}

/* -----------------------------------------------------------
    2025.09 追記
----------------------------------------------------------- */
.message-area{
    padding-bottom: 23rem;
}

.business .recruitment-area{
    padding-bottom: 25rem;
}
.recruitment-area .tab_content_description{
    padding: 4rem;
    clear: both;
    overflow: hidden;
    background-color: #fff;
    margin-top: 5rem;
}
.recruitment-area .tab_content_description .td-title:not(:first-of-type){
    margin-top: 2rem;
}

.interview .introduction-wrap .flex-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.interview .introduction-wrap .flex-left p{
    line-height: 1.5;
}
.interview .introduction-wrap .flex-left .f-size-37{
    line-height: 1;
    margin-bottom: 1rem;
}
.time_line span{
    height: 100%;
}

.privacy-area .article-wrap ul{
    margin-top: 2rem;
}
.privacy-area .article-wrap ul li{
    font-size: 1.6rem;
    margin-top: 1rem;
}
.privacy-area .article-wrap ul.small-list li::before{
    content: '-';
}

.manga section{
    padding-bottom: 25rem;
}
.manga p{
    margin-top: 3rem;
}
.manga .img{
    margin-top: 2rem;
}

.application section{
    padding-bottom: 25rem;
}
.application .link-button .btn-img img{
    max-height: 33px;
}
.application01{
    margin-top: 7rem;
}
.application02{
    margin-top: 4rem;
}
.application01 .reverse_main,
.application02 .reverse_main{
    padding: 3px 6px;
}
.application01 ul{
    list-style-position: outside;
    padding-left: 2rem;
    margin-top: 2rem;
}
.application01 ul li{
    list-style: disc;
    font-size: 1.6rem;
}
.application01 ul li:not(:first-of-type),
.application02 ul li:not(:first-of-type){
    margin-top: 0.5rem;
}
.application02 ul{
    margin-top: 2rem;
}
.application02 ul li{
    font-size: 1.6rem;
}

.bubble-data{
    background: var(--accent-color3);
}
.bubble-data::after{
    border-color: var(--accent-color3) transparent transparent transparent;
}
.data-area .white-bg{
    height: 100%;
}
.data-area01 .main-bg{
    background: linear-gradient(to left, #92D6C9, #42A995);
}
.data-area01 {
    padding-bottom: 7rem;
}
.data-area01-02 .data-wrap{
    background: url(../image/data/data-img-01-02.svg)no-repeat;
    background-position: center;
    background-size: contain;
}
.data-area01-02 .data-title{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.data-area01-01 .data01-wrap{
    padding: 2rem 3rem;
}
.data-area01-04 .data01-wrap{
    padding: 3rem;
}
.data-area01-04 .data-img01 img{
    max-height: 130px;
}
.data-inner {
    padding: 2rem;
}
.data-area02-01 .data01-wrap.data02{
    padding-top: 2rem;
}
.data-area02-04 .accent-bg {
    padding: 20rem 0;
}
.data-line-dot.wide-line{
    width: 125px;
}
.data-wrap.number-of-employees{
    background: url(../image/data/data-img-02-03.svg)no-repeat;
    background-position: center;
    background-size: contain;
}
.data-wrap.overtime-work{
    background: url(../image/data/data-img-03-01.svg)no-repeat;
    background-position: center;
    background-size: contain;
}
.data-wrap.holiday{
    background: url(../image/data/data-img-03-02.svg)no-repeat;
    background-position: center;
    background-size: contain;
}
.text-left{
    width: 45%;
}

.movie .movie-container{
    margin-top: 3rem;
}
.movie section{
    padding-bottom: 25rem;
}
.movie .movie-container{
    width:100%;
    height:0;
    padding-bottom:56.25%;
    position:relative
  }
.movie .movie-container iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0
    left:0
  }