﻿/* ローディング画面 */
#fakeloader .fl {
    max-width: 320px;
}

/* TOP FV */
.fv_txt{
    width: 50%;
    position: absolute;
    z-index: 10;
    top:40%;
    left:25%;
}
@media screen and (max-width: 768px){
    .fv_txt {
    top: 22%;
}
@media screen and (max-width: 667px){
    #main_img .width_100per_sp{
            height: 40vh;
    }
    .fv_txt {
        top: 50%;
        width: 80%;
        left: 10%;
    }
}
}

/* TOP コンテンツ */
.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */          /* 画面中央に配置 */
  /* background: #f7fbfc; */    /* 好きな背景色に */
}

.gear {
  /* width: 150px; */             /* 歯車の大きさ */
  animation: spin 10s linear infinite;  /* 回転速度 */
  transform-origin: 50% 50%;           /* 中心を回転の基点に */
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.con_item03{
    position: absolute;
    width: 12%;
    right: 10%;
    top: -4%;
}
.con_item02{
    position: absolute;
    width: 9%;
    left: 7%;
    top: -12%;
}
.con_item01{
    position: absolute;
    width: 6%;
    right: 10%;
    top: -3%;
}
.con_title_img{
    width: 60%;
    margin:0 auto;
}

@media screen and (max-width: 768px){
    .con_item02 {
        width: 11%;
        top: -5%;
}
.con_item01 {
    width: 10%;
    top: -1%;
}

.cms_2-g .box_item_img {
    padding-top: 63%;
}
}

@media screen and (max-width: 667px){
    .con_item03 {
        width: 21%;
        top: -1%;
    }    
    .con_title_img{
        width: 90%;
    }
    #con2 .sp_txt{
        line-height:1.4;
        margin-bottom:8%;
    }
    #con3 .sp_txt{
        line-height:1.4;
    }
    .con_item02 {
        width: 14%;
        top: -2%;
    }
    .con_item01 {
        width: 14%;
        top: -1%;
    }
}

/* 共通　ロゴ */
.logo1 {
    max-width: 300px;
}
@media screen and (max-width: 667px){
    .logo1 {
        max-width: 200px;
}
}

/* 共通 メニューバー */
.pc_nav .txt_color2{
    color:var(--black);
}

.pc_nav .txt_color5{
    color:var(--color2);
}

/* 共通 ハンバーガーメニュー */
#sp_nav{
    background-color:var(--color5)!important;
}

#sp_nav .l-menu ul li .txt_color3 {
    color:var(--color2)!important;
}
 #sp_nav .sp_nav_inner .menu__header .logo3 img {
    max-width: 170px;
}

/* 共通 カテゴリー */
.cate_list li a{
    border:none;
    background-color:var(--color5);
    color:var(--color2);
}
.cate_list li a:hover{
    border:none;
    background-color:var(--color2);
    color:#fff;
}
@media screen and (max-width: 820px) {
    .grid_12_sp {
        width: 91.66667% !important;
    }
}

/* 共通 フッター */
.f_contact_box .txt_color5{
    color:var(--color2);
}

/* 社員の声 */
.v_type3 .cate_box{border: 1px solid var(--color5);}
.v_type3 .box_title1{color: var(--color2);}