@charset "utf-8";
/*
Theme Name:e-global web
Description :e-global original Thema
Author : Saitou
Version :1.0
*/

*{
    margin: 0;
    padding: 0;
}
body{
    font-family: -apple-system, blinkMacSystemFont,
               'Helvetica Neue', 'Segoe UI','Hiragino Kaku Gothic ProN', Meiryo,sans-serif;
    font-size: 16px;
    background-color: #fff;
    font-feature-settings: "palt";
    overflow-x: hidden;
	color: #444444;
	line-height:1.5;
}
/* body , a：link{
        color: #444444;
} */
a:link , a:visited{
    text-decoration: none;
	color: #444444;
}
a:hover , li a .contact_bt:hover ,.news_list_bt:hover , .next_bt:hover, .contact-send:hover{
    opacity: 0.6;
}
ul li{
    list-style-type: none;
}
.font32{
    font-size: 32px;
}
h1{
    font-size: 24px;
}
/* ヘッダー */
header{
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 10px 0;
}
.logo img, .contact_bt img{
    width: 150px;
}
.logo{
    margin-top: 12px;
}
.menu{
    display: flex;
}
.menu li{
    margin-left: 35px;
    margin-top: 25px;
}
/* li.contact_bt{
    margin-top: 5px;
} */
.contact_bt{
	width: 160px;
    height: 30px;
    text-align: center;
    background-color: #2aa339;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top: -15px;
    margin-bottom: 10px;
	box-shadow: 2px 2px 2px #b2b2b2;
}
/* メインビュー */
.movie{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-bottom: -90px;
}
.movie video{
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
}
.main_view h1{
    color: #fff;
    position: relative;
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 70px;
    top:-200px;
    text-shadow: 0 0 15px #003548;
    }
.main_view h1 br{
    display: none;
}
.main_view h1 br.br_5{
    display: block;
}
/* ボディ */
section{
    background: #f9f9f9;
    padding-top: 80px;
}
section h1{
    width: auto;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding-left: 5px;
    text-align: center;
}
.news_topics{
    margin-top: 20px;
}
.works , .column , .contact{
    padding-bottom: 80px;
}
.border{
    border-top: 2px solid #6fa22f;
    padding-top: 5px;
    width: 110px;
    margin: 0 auto;
}
/* ニュース */
.news_topics ul li ul{
    display: flex;
    width: 500px;
    margin: 0 auto;
	font-weight: bold;
    border-bottom: 2px solid #444444;
}
.news_topics ul li ul li{
    padding: 20px 0 10px 0;
}
.news_topics ul li ul li:nth-child(1){
    width: 20%;
}
.news_topics ul li ul li:nth-child(2) , 
.r_green{
    color: #48afae;
}
.news_topics ul li ul li:nth-child(2) {
		width:80%;
}
.news_list_bt{
    background:  #fff;
    padding: 10px;
    width: 120px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}
/*　サービス */
.service_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.service_01 ,.service_02 ,.service_03,.service_04{
    width: 520px;
    height: 240px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #b2b2b2;
    margin-top: 40px;
}
.service_box img{
    width: 100%
}
.service_box p{
    color: #fff;
    width: 90%;
    margin-top: -70px;
    padding-left: 5%;
}
/* 導入実績 */
.case_box{
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
}
.case_box ul li{
    list-style-type: disc;
    margin-left: 20px;
}
.case_before ,.case_after{
    width: 500px;
    /* height: 300px; */
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #b2b2b2;
}
.case_before h2,.case_after h2{
    padding-bottom: 30px;
}
.case_before img{
    width: 140px;
    padding-left: 20px;
}
.case_text{
    padding: 40px;
}
.case_text p{
    padding-top: 20px;
}
.case_after .case_text{
    padding-top:110px; 
}
img.c_arrow{
    width: 80px;
    height: 80px;
    margin-top: 150px;
}
/* コラム */
.column .border{
    width: 70px;
}
.column{
    background: #f9f4e6;
}
.subheading{
    color: #6fa22f;
    font-size: 16px;
    letter-spacing: 0.5em;
}
.column_box {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
	justify-content:center;
}
.column_digest{
    width: 280px;
    height: 340px;
    background: #fff;
    box-shadow: 2px 2px 2px #d6d2c6;
    border-radius: 10px;
    padding: 0 30px;
    margin: 40px 10px 0 10px;
}
.column_subheading img{
    width: 167px;
	height:56px;
    margin-top: -10px;
    margin-left: -30px;
}
p.date {
    right: 0;
    padding-top: 30px;
    margin-left: 60px;
}
.column_subheading{
    display: flex;
    margin-bottom: 20px;
}
.cloumn_img{
    width: 280px;
    height: 160px;
    background: #e5e5e5;
}
p.cloumn_title{
    font-weight: bold;
    margin:15px 0 10px 0;
}
.next_bt {
    text-align: right;
}
/* 会社概要 */
.c_profile{
    border: 0;
    width: auto;
    padding: 70px 0;
    margin: 0 auto;
}
.c_profile tr td{
    padding: 10px 30px;
}
.c_profile tr td:nth-child(1){
    color: #6fa22f;
    text-align: right;
	vertical-align: top;
}
/* フッター */
footer{
    background: #6fa22f;
/* background: -moz-linear-gradient(top left, #b6d096 0%, #6fa22f 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#b6d096), to(#6fa22f));
background: -webkit-linear-gradient(top left, #b6d096 0%, #6fa22f 100%);
background: -o-linear-gradient(top left, #b6d096 0%, #6fa22f 100%);
background: linear-gradient(to bottom right, #b6d096 0%, #6fa22f 100%); */
padding-top: 120px;
}
.contact .border{
    border-color: #fff;
}
.contact h1 ,.contact .subheading{
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.contact_box{
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}
.contact_buttom{
    width: 320px;
    height: 100px;
    border-radius: 50px;
    background: #6e6e6e;
    text-align: center;
    display: flex;
    justify-content: center;
}
.contact_buttom p{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-top: 30px;
}
.contact_buttom img{
    height: 60px;
    margin: 20px 30px 20px 0;
}
.contact_mail img{
    height: 40px;
    margin: 30px 20px 30px 0;
}
.copyright{
    background: #444444;
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
}
#page_top {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #fff;
    z-index: 999;
    /* opacity: 0.6; */
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 55px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #6fa22f;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.drawer{
    display: none;
}
/* 1080px 以下 */
@media screen and (max-width: 1080px) {
    header{
        width: auto;
        padding: 15px 10px 10px 10px;
    }
    .movie video{
        width: 100%;
        top:60%;
    }
	.main_view h1{
		top:-150px;
	}
    section{
        width: auto;
        padding: 80px 10px 0 10px;
    }
    .contact_box {
    width: auto;
    padding: 80px 10px 0 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    }
    .contact_buttom {
    margin: 0 10px 40px 10px;
    }
}
/* 1069px 以下 */
@media screen and (max-width: 1069px) {

    .service_box{
     display: block;
    margin: 0 auto;
    width: 520px;
    }
    .column_box {
    margin: 40px 20px 0 20px;
    justify-content: center;
    }
}

/* 799px 以下 */
@media screen and (max-width: 799px) {
    .menu{
     display: none;
    }
    /* メニュー */
    .drawer{
    display: block;
}
    .movie video{
        top:50%;
    }
}
/* 699px 以下 */
@media screen and (max-width: 699px) {
    .logo img{
        width: 150px;
    }
    .main_view{
        height: 400px;
    }
    .movie video{
        width: auto;
        height: 400px;
    }
    .case_box {
    display: block;
    text-align: center;
    }
    .case_before, .case_after {
        margin: 0 auto;
        text-align: left;
    }
    img.c_arrow {
    margin: 0;
    transform: rotate(90deg);
    }
    .main_view h1{
    text-align: center;
    padding: 0;
    } 
}
/* 539px 以下 */
@media screen and (max-width: 539px) {
    .logo{
        margin: 10px 0 10px 0;
    }
    .logo img{
        width: 100px;
    }
    label.l-drawer__icon{
        margin-top: -10px;
    }
    .main_view h1{
        top:-14em;
        font-size: 16px;
    }
    .font_32{
        font-size: 24px;
    }
    .main_view h1 br{
        display: block;
    }
    .service_box{
        width: auto;
    }
    .service_01, .service_02, .service_03, .service_04 {
    width: auto;
    height: auto;
    box-shadow: none;
}
    .service_box p {
    font-size: 12px;
}
    .news_topics ul li ul{
        width: auto;
        display: block;
    }
    .news_topics ul li ul li:nth-child(2) {
        padding-bottom: 40px;
		width:auto;
    }
    .case_before, .case_after{
        width: auto;
    }
    .case_before{
        text-align: center;
    }
    .case_text{
        text-align: left;
    }
    .c_profile tr td{
        display: block;
        padding-bottom:20px; 
    }
    .c_profile tr td:nth-child(1){
        text-align: left;
        padding-bottom: 0;
    }
    .copyright{
        font-size: 12px;
    }
    div#page_top {
    bottom: 70px;
}
}
/* 339px 以下 */
@media screen and (max-width: 339px) {
        .column_box {
        margin: 0;
        margin-top: 40px;
    }
    .column_digest{
        width: 100%;
        padding: 0 15px;
    }
    .contact_buttom {
    width: 300px;
    margin: 0 0 40px 10px;
}