#top_frame{
    position: relative;
}
.left_title{
    position: absolute;
    align-items: center;
    top:60px;
    left:0;
    z-index: 10;
    font-size: 0.875rem;
    letter-spacing: .04em;
    height: 400px;
    width: 240px;
}
.left_title_content{
    width: 100%;
    position: relative;
    z-index: 10;
    font-size: 0.875rem;
    letter-spacing: .04em;
    color:#fff;
}
.logo{
    margin-top:40px;
}

.company_div{
    margin: 0 auto;
    width: 220px;
    letter-spacing: .1em;
    line-height: 2;
    font-size: 1.1rem;
    margin-top: 40px;
}
.company_name{
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;

}
.left_title_bg{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#9BC42C;
    border-radius: 0 5px 5px 0;
}

.right_title{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom:0;
    margin-bottom: 7.5%;
    width: 22%;
    height: 468px;
    color:#000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: source-han-serif-japanese,"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo,serif;
}
.right_title_content{
    width: 100%;
    position: relative;
    z-index: 10;
    font-size: 0.875rem;
    letter-spacing: .04em;
    line-height: 2;
    font-size: 1.1rem;

}
.right_title_content .slogan:nth-of-type(1){
    padding-right: 52%;
    padding-top: 1.0em;
    writing-mode: vertical-rl;
    letter-spacing: .4em;
    float: right;
    font-size: 1.2rem;
    
}
.right_title_content .slogan{
    padding-top: 1.5em;
    writing-mode: vertical-rl;
    letter-spacing: .4em;
    float: right;
    font-size: 1.2rem;
}

.right_title_bg{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#fff;
    border-radius: 5px 0 0 5px;
}

.slide_items {
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* .pager{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 10;
    margin-bottom: -1px;
    width: 30%;
    left: 4.5%;
    margin-left: -1px;
    padding-top: 3%;
}

.pager_title_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
} */



/*=== スクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:10px;
    left:2%;
    z-index: 20;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#000;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 100px;
	background:#000;
}



/* ============================================================== */
/* ==============  2021タプレット 520-959px   ==================== */
/* ============================================================== */
@media screen and (max-width:959px){
    .right_title{
       width: 270px;
       height: 100px;
       /* bottom: -30px; */
       margin: 0;
    }
    .right_title_content{
        padding-left:20px;
        box-sizing: border-box;
    }
    .right_title_content .slogan,
    .right_title_content .slogan:nth-of-type(1){
        writing-mode: inherit;
        padding: 0%;
        font-size: .8rem;
        letter-spacing: 0.05rem;
        float: inherit;
    }
    .left_title{
        width: 130px;
        height: 220px;
        top: 0;
    }
    .company_div{
        width: 100%;
        margin-top: 10px;
    }
    .company{
        font-size: 0.65rem;
        text-align: center;
    }
    .company_name{
        font-size: 0.9rem;
    }
    .scrolldown2{
        left:3.5%;
    }
}
  /* ============================================================== */
  /* ==============  2021タプレット 520-600px   ==================== */
  /* ============================================================== */
  
  
  
  /* ============================================================== */
  /* ==============  2021スマホ     320-519px   ==================== */
  /* ============================================================== */
  @media screen and (max-width:600px){
    .service_content{
        flex-wrap: wrap;
    }
    .service_content a{
        width: 45%;
        margin:2%;
        justify-content: flex-start;
    }
    .left_title_bg{
    position: initial;
    }
    .company_div{
       display: none;
    }
    .logo{
        margin-top:0px;
    }
    
  }

