@charset "UTF-8";
body{
    font-size: 1.6rem;
    line-height: 1.75;
    color: #404040;
    font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    word-break: break-word;
    font-weight: 400;
    position: relative;
    background: #D6E4EC;
    letter-spacing: 0.06em;
}
.NotoSansJP{
    font-family: 'Noto Sans JP', sans-serif;
}
.inter{
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}
.hover:hover{
    transition: all .3s;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.container {
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.anchor-link{
    position: relative;
    top: -80px;
    display: block;
    line-height: 0;
}
.wrapper{
    position: relative;
    z-index: 1;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.hdn{
    display: none;
}
.no-cursor{
    cursor: auto !important;
}
b, strong{
    font-weight: 700;
}
.img-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
@media(max-width: 768px){
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .anchor-link{
        top: -55px;
    }
}

/*
==============================================================
============================ Common ==========================
==============================================================
*/
.inline-block-pc {
    display: inline-block !important;
}
.lb-sp {
    display: none !important;
}
.lb-pc {
    display: block !important;
}
.btn {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    min-width: 150px;
    background: #CBDBE3;
    border-radius: 50vh;
    color: #404040;
    display: inline-block;
    text-align: center;
    padding: 9px 15px;
    position: relative;
    transition: .2s;
    letter-spacing: 0.05em;
}
.btn.btn-1 {
    background: #99A5AA;
    color: #fff;
}
.btn.btn-read-more {
    font-size: 1.4rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-radius: 0;
    color: #fff;
    background: unset;
    border: 1px solid #fff;
    padding: 17px 20px;
    min-width: 220px;
    text-align: left;
}
.btn.btn-read-more.dark {
    color: #404040;
    border: 1px solid #404040;
}
.btn.btn-read-more::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    transition: .2s;
    width: 8px;
    height: 8px;
    background: unset;
    border-radius: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) !important;
    margin-top: -4px;
}
.btn.btn-read-more.dark::after {
    border-top: 1px solid #404040;
    border-right: 1px solid #404040;
}
.btn.btn-read-more:hover {
    background: rgba(255, 255, 255, 0.1);
}
.btn.btn-read-more.dark:hover {
    background: rgba(64, 64, 64, 0.1);
}
.btn.btn-read-more:hover::after {
    transform:scale(1.5);
}
.title {
    font-size: 1.2rem;
    line-height: 1.66;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.title h2 {
    font-size: 8rem;
    line-height: 1;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-bottom: 6px;
}
@media(max-width:750px){
    .lb-sp {
        display: block !important;
    }
    .inline-block-pc {
        display: none !important;
    }
    .btn.btn-read-more::after {
        width: 8px;
        height: 8px;
        background: unset;
        border-radius: 0;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) !important;
        margin-top: -4px;
    }
    .btn.btn-read-more.dark::after {
        background: unset;
        border-color: #404040;
    }
    .lb-pc {
        display: none !important;
    }
    .btn.btn-read-more {
        min-width: 180px;
        padding: 10px 20px;
        line-height: 1.5;
    }
}
/*
==============================================================
========================== End common ========================
==============================================================
*/

/*
==============================================================
============================= Home ===========================
==============================================================
*/
/* mv ======================================================== */

.home {
    position: relative;
    z-index: auto;
}
.home .mv {
    position: relative;
}
.home .mv .banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.home .mv img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: -1; */
    z-index: -10;
}
.home .mv h2 {
    position: absolute;
    font-size: 12vw;
    line-height: 1;
    bottom: 15px;
    left: 0;
    letter-spacing: 0.02em;
    color: #fff;
    font-family: "Inter", sans-serif;
}
.home .mv h3 {
    font-size: 3.2rem;
    line-height: 1.75;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.07em;
    padding-bottom: 70px;
}
.home .mv .txt-box {
    padding-top: 475px;
    color: #fff;
    line-height: 2.44;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.home .mv .intro {
    padding-bottom: 155px;
    background: rgba(181, 205, 223, 0.9);
    position: relative;
    z-index: 1;
}
.home .mv .txt-box .btn-read-more {
    margin-top: 72px;
}
@media(max-width:750px){
    .home .mv h2 {
        font-size: 19vw;
        bottom: 6px;
    }
    .home .mv h3 {
        font-size: 2rem;
        line-height: 1.65;
    }
    .home .mv .txt-box {
        padding-top: 200px;
        line-height: 2.5;
        font-size: 1.4rem;
    }
    .home .mv h3 {
        padding-bottom: 50px;
    }
    .home .mv .txt-box .btn-read-more {
        margin-top: 50px;
    }
    .home .mv .intro {
        padding-bottom: 125px;
    }
}
/* end mv ==================================================== */
/* business ================================================== */
.home .business {
    background: url(/wp-content/themes/orbis/assets/img/bussines-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.home .business .txt {
    padding-top: 50px;
}
.home .business .txt .btn-read-more {
    margin-top: 20px;
}
.home .business .content {
    display: flex;
    flex-wrap: wrap;
}
.home .business .content .txt-box {
    width: 50%;
    padding-top: 140px;
}
.home .business .content .img-box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.home .business .content .img-box img {
    width: 100%;
}
.home .business .content .img-box li {
    width: calc(33.33% - 16px);
}
.home .business .content .img-box li.img01 {
    padding-top: 140px;
}
.home .business .content .img-box li.img02 {
    padding-top: 70px;
}
@media(max-width:750px){
    .home .business .content {
        flex-direction: column-reverse;
    }
    .home .business .content .txt-box,
    .home .business .content .img-box {
        width: 100%;
    }
    .home .business {
        padding: 40px 0;
    }
    .home .business .content .img-box li.img02 {
        padding-top: 50px;
    }
    .home .business .content .img-box {
        gap: 10px;
        justify-content: space-between;
    }
    .home .business .content .img-box li {
        width: calc(33.33% - 7px);
    }
    .home .business .content .img-box li.img02 {
        padding-top: 50px;
    } 
    .home .business .content .img-box li.img01 {
        padding-top: 100px;
    }
    .home .business .content .txt-box {
        padding-top: 60px;
    }
    .title h2 {
        font-size: 3.4rem;
    }
    .home .business .txt {
        padding-top: 40px;
        font-size: 1.4rem;
        line-height: 2;
        margin: 0;
    }
}
.home .company .content {
    display: flex;
    flex-wrap: wrap;
}
.home .company .content .item .img {
    padding-top: 480px;
    position: relative;
    overflow: hidden;
}
.home .company .content .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.home .company .content .item .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 490px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 20px;
}
.home .company .content .item .inner h2 {
    font-size: 5rem;
}
.home .company .content .item .title {
    padding-bottom: 30px;
}
.home .company .content .item .btn {
    margin-top: 20px;
}
.home .company .content .item {
    /*width: 50%;*/
     flex: 1;
    position: relative;
    transition: flex 0.6s ease;
}
@media(hover:hover){
    /* .home .company .content:hover .item {
        flex: 0.8;
    } */
    .home .company .item:hover {
        flex: 1.2 !important;
    }
    .home .company .item:hover .btn {
        background: rgba(255, 255, 255, 0.1);
    }
    .home .company .item:hover .btn::after {
        transform:scale(1.5);
    }
}
@media(hover:none) {
    .home .company .content:hover .item {
        flex: 1;
    }
    .home .company .item:hover {
        flex: 1 !important;
    }
}
.home .company .content .item .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
@media(max-width:1000px){
    .home .company .content .item .inner h2 {
        font-size: 3.4rem;
    }
    .home .company .content .item .inner {
        font-size: 1.4rem;
    }
    .home .company .content .item .img {
        padding-top: 380px;
    }
    
}
@media(max-width:750px){
    .home .company .content .item {
        width: 100%;
    }
    .home .company .content {
        flex-direction: column;
    }
    .home .company .content .item .img {
        height: 345px;
    }
    .home .company .content .item .inner {
        padding: 15px 24px;
    }
    .home .company .content .item:first-of-type .img img {
        object-position: 15%;
    }
}
/* end business ============================================== */
/* news ====================================================== */
.home .news {
    padding: 100px 0 100px;
    background: #D6E4EC;
}
.home .news .container {
    max-width: 1040px;
}
.home .news .btn {
    margin-top: 50px;
}
.home .news .content {
    display: flex;
    flex-wrap: wrap;
}
.home .news .content .title {
    width: 340px;
    padding-top: 30px;
}
.home .news .content ul {
    flex: 1;
}
.home .news .content ul li {
    padding: 30px 0;
    border-bottom: 1px solid #99A5AA;
    position: relative;
}
.home .news .content ul li::before {
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #404040;
    content: "";
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.home .news .content ul li:hover:before {
    left: 0;
    width: 100%
}
.home .news .content ul li .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.home .news .content ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.home .news .content ul li .inner .txt .date {
    font-size: 1.4rem;
    color: #99A5AA;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-bottom: 8px;
}
.home .news .content ul li .inner .txt .date .d {
    font-family: "Inter", sans-serif;
}
.home .news .content ul li .inner .txt .tx {
    letter-spacing: 0.06em;
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.home .news .content ul li .inner .txt .date .tag {
    font-size: 1.2rem;
    color: #404040;
    background: #fff;
    border-radius: 50vh;
    font-weight: 500;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    margin-left: 20px;
}
.home .news .content ul li .inner .img {
    width: 180px;
    overflow: hidden;
}
.home .news .content ul li:hover img {
    transform: scale(1.1);
}
.home .news .content ul li .inner .img p {
    /* padding-top: 66.66%; */
    position: relative;
    height: 100%;
    width: 100%;
}
.home .news .content ul li .inner .img img {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.home .news .content ul li .inner .txt {
    flex: 1;
    padding-left: 40px;
    padding-right: 20px;
}
@media(max-width: 960px){
    .home .news .content .title {
        width: 300px;
    }
    .home .news .content ul li .inner .txt {
        padding-left: 25px;
    }
}
@media(max-width: 860px) {
    .home .news .content ul li .inner .img {
        width: 150px;
    }
    .home .news .content ul li .inner .txt .tx {
        font-size: 1.4rem;
    }
}
@media(max-width: 768px) {
    .home .news .content .title {
        width: 100%;
    }
    .home .news .content ul {
        flex: auto;
    }
    .home .news .content .title {
        padding-top: 0;
    }
    .home .news {
        padding: 80px 0 80px;
    }
    .home .news .content ul {
        padding-top: 25px;
    }
    .home .news .content ul li .inner .img {
        width: 115px;
    }
    .home .news .content ul li .inner .txt {
        padding-left: 15px;
        padding-right: 0;
    }
    .home .news .content ul li .inner .txt .tx {
        -webkit-line-clamp: 2;
    }
    .home .news .content ul li .inner .txt .date .d {
        font-size: 1.2rem;
    }
    .home .news .content ul li .inner .txt .date .tag {
        min-width: 80px;
        padding: 5px;
        margin-left: 20px;
    }
    .home .news .btn {
        margin-top: 40px;
    }
}
/* end news ================================================== */
/* blog ====================================================== */
.home .blog {
    background: url(/wp-content/themes/orbis/assets/img/blog-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}
.home .blog .content {
    margin-left: calc((100vw - 1040px) / 2);
}
.home .blog .btn-box {
    /* margin-right: calc((100vw - 1040px) / 2); */
    text-align: left;
    margin-top: 20px;
}
.home .blog .list ul {
    display: flex; 
    width: 1960px;
    margin-top: 35px;
}
.home .blog ul li {
    width: 33.33%;
    display: flex;
    height: auto;
}
.home .blog ul li .inner {
    background: rgb(255, 255, 255, .5);
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 8%;
    transition: .3s;
}
.home .blog ul li .inner a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.home .blog ul li .inner .img {
    width: 100%;
    aspect-ratio: 116 / 93;
    overflow: hidden;
}
.home .blog ul li .inner .img p {
    padding-top: 80%;
    position: relative;
}
.home .blog ul li .inner .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.home .blog ul li .inner:hover .img img {
    transform: scale(1.1);
}
.home .blog ul li .inner .txt {
    flex: 1;
    padding: 10px 0 0;
}
.home .blog ul li .inner .txt .no {
    font-size: 1.4rem;
    line-height: 1;
    color: #99A5AA;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}
.home .blog ul li .inner .txt .tx {
    letter-spacing: 0.06em;
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media(max-width:1080px){
    .home .blog .content {
        margin-left: 20px;
    }
    .home .blog .btn-box {
        margin-right: 20px;
    }
}
@media(max-width:750px){
    .home .blog .list ul {
        width: 880px;
        margin-top: 35px;
    }
    .home .blog ul li .inner .img {
        width:100%;
    }
    .home .blog ul li .inner .txt {
        flex: auto;
        padding: 20px 0 20px;
        min-height: 136px;
    }
    .home .blog ul li .inner {
        padding: 20px;
    }
    .home .blog ul li .inner .txt .tx {
        font-size: 1.4rem;
        line-height: 1.7;
        letter-spacing: 0.08em;
        font-weight: 500;
    }
    .home .blog {
        padding: 80px 0;
    }
    .home .blog .list ul {
        margin-top: 50px;
    }
    .home .blog ul li .inner:hover {
        padding: 20px;
    }
    .home .blog ul li .inner:hover img {
        transform: scale(1.1);
    }
    .home .blog ul li {
        height: unset;
    }
    .home .blog ul li .inner {
        height: 100%;
    }
    .home .blog .btn-box {
        margin-right: 0;
        text-align: left;
        max-width: 180px;
    }
    .btn.btn-read-more.dark {
        line-height: 1.5;
        padding: 10px 20px;
    }
}

/* スクロールバーコンテナ */
.home .blog .scrollbar-wrap {
    padding: 15px 0;
    background: transparent;
}
/* スクロールバートラック */
.home .blog .swiper-scrollbar {
    width: calc(100% - 40px);
    margin: 0;
    position: relative;
    border-radius: 0 !important;
}

/* ===== レスポンシブ調整 ===== */
@media(max-width: 1080px) {
    .home .blog .swiper-scrollbar {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}

@media(max-width: 768px) {
    .home .blog .scrollbar-wrap {
        padding: 0;
        margin: 40px 0;
    }

    .home .blog .swiper-scrollbar {
        width: calc(100% - 40px);
        margin: 0;
    }
}

/* end blog ================================================== */
/* end recruit =============================================== */
.home .recruit {
    background: #D6E4EC;
}
.home .recruit .content {
    display: flex;
    align-items: center;
}
.home .recruit .content .txt {
    width: 50%;
    padding-left: calc((100vw - 1040px) / 2);
    padding-right: 85px;
}
.home .recruit .content .txt ul {
    padding-top: 36px;
}
.home .recruit .content .txt a {
    line-height: 1.75;
    font-size: 1.6rem;
    color: #404040;
    letter-spacing: 0.06em;
    line-height: 1;
    display: block;
    padding: 36px 20px;
    border-bottom: 1px solid #99A5AA;
    font-weight: 500;
    position: relative;
    transition: .3s;
}
.home .recruit .content .txt a::before {
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #404040;
    content: "";
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.home .recruit .content .txt a:hover:before {
    left: 0;
    width: 100%
}
.home .recruit .content .txt ul:hover a {
    opacity: .4;
}
.home .recruit .content .txt ul a.active {
    opacity: 1;
}
.home .recruit .content .txt ul:hover a.active:before {
    left: 0;
    width: 100%
}
.home .recruit .content .txt a span {
    padding-right: 23px;
    display: inline-block;
    position: relative;
}
.home .recruit .content .txt a::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #404040;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    transition: .2s;
}
.home .recruit .content .txt ul:hover a.active::after {
    transform:scale(1.5);
}
.home .recruit .content .txt a span::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    background: url(/wp-content/themes/orbis/assets/img/ic-expand.png) no-repeat;
    background-size: 100% !important;
    right: 0;
    top: 50%;
    margin-top: -6px;
}
.home .recruit .content .img {
    flex: 1;
    padding-top: 768px;
    position: relative
}
.home .recruit .content .img img {
    position: absolute;
    top: 30px;
    left: 0;
    object-fit: cover;
    object-position: center;
    height:100%;
    width: 100%;
    opacity: 0;
    transition: .5s;
}
.home .recruit .content .img img.active {
    opacity: 1;
    top: 0px;
}
@media(max-width: 1080px){
    .home .recruit .content .txt {
        padding: 0 20px
    }
    .home .recruit .content .img {
        padding-top: 550px;
    }
    .home .recruit .content .txt a {
        padding: 25px 20px;
    }
}
@media(max-width: 860px){
    .home .recruit {
        padding-bottom: 80px;
    }
    .home .recruit .content {
        flex-direction: column-reverse;
        align-items: unset;
    }
    .home .recruit .content .txt {
        width: 100%;
        padding-top: 50px;
    }
    .home .recruit .content .img {
        flex: auto;
        padding-top: 74.66%;
    }
    .home .recruit .content .txt a {
        padding: 34px 15px;
        font-size: 1.4rem;
    }
    .home .recruit .content .txt a::after {
        right: 15px;
    }
    .home .recruit .content .txt ul {
        padding-top: 25px;
    }
}
/* end recruit =============================================== */
/*
==============================================================
=========================== End Home =========================
==============================================================
*/
#finalText{
    font-size: 8.8rem;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding-bottom: 70px;
    opacity: 0 !important;
}
.final-text{
  display: inline-block;
  opacity: 0;            
  will-change: opacity;
}
.morph-layer{
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
}
.morph-text{
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  color: #fff;            
  font-family: inherit;
  font-weight: 800;       
  letter-spacing: -0.02em;
  line-height: 1.02;
  transform-origin: left top;
  will-change: transform, opacity;
  opacity: 1;
}
.mv .banner{ position: relative; }
.mv .banner h2{ position: absolute; left: 0; right: 0; opacity: 0; } 
@media(max-width: 768px){
    #finalText {
        font-size: 14vw;
    }
}
.scrollbar-wrap {
    width: 180px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    margin: 40px 0 0;
    position: relative;
}
.swiper-scrollbar{
    position: relative !important;
    left: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 3px;

    width: 180px;
    background: rgba(255,255,255,0.85) !important;
    overflow: hidden;
}
.swiper-scrollbar-drag{
    background-color: #99A5AA;
    border-radius: 0 !important;
    cursor: grab;
    touch-action: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.25s ease;
}

.home .recruit {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.home .business .content .txt-box .title,
.home .business .content .txt-box .txt a {
    color: #404040 !important;
}
.home .news .content .title-link,
.home .blog .content .title-link {
    display: inline-block;
    color: #404040 !important;
}

body:has(.home) {
    background-color: transparent;
}
.fv-animation-wrapper .kv {
    color: #000;
}
.home .section2 {
    color: #000;
}
.home .section2 .lead-text .btn {
    border-radius: 0;
    background-color: inherit;
    color: #000;
    border-color: #000;
}
.home .section2 .lead-text .btn:hover {
    background-color: rgba(64, 64, 64, 0.1);
}

.section2 .bg {
    height: 100vh !important;
}
.home .business .txt {
    padding-top: 30px;
    line-height: 1.75;
}
.home .company .content .item .inner .txt {
    line-height: 1.75;
}
@media(max-width: 768px) {
    .home .business .txt {
        padding-top: 30px;
        line-height: 2;
    }
    .home .company .content .item .inner .txt {
        line-height: 2;
    }
}