@charset "UTF-8";
/* ===================================================================
CSS
 file name  :  top.css
=================================================================== */
.top_main{
	padding: 60px 30px 30px 30px;
	background: url("/images/top/bg_main.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}
.top_main h1{
	color: #FFFFFF;
	font-size: 3rem;
	font-weight: bold;
}
.top_main .main_txt{
	color: #FFFFFF;
	line-height: 2;
	margin-top: 30px;
}
.main_concept{
	max-width: 900px;
	margin: 40px auto auto;
    padding: 30px;
    background: rgba(255,255,255,0.80);
    border: 1px solid #07858B;
}
.main_concept ul{
    display: flex;
}
.main_concept ul li{
    width: 25%;
    padding: 0 20px;
    text-align: center;
}
@media print, screen and (min-width: 769px) {
    .main_concept ul li{
        border-right: 1px solid #07858B;
    }
    .main_concept ul li:last-child{
        border-right: none;
    }
}
.main_concept ul li .main_icon{
    width: 56px;
    margin: 10px auto auto;
}
.main_concept .concept_text{
    max-width: 70%;
    margin: 30px auto auto;
    color: #FFFFFF;
    font-size: 2.6rem;
    font-weight: 500;
    background: linear-gradient(90deg, #FF811A 0%, #FF4500 100%);
    text-align: center;
}
@media screen and (max-width: 768px) {
	.top_main{
		padding: 0;
        background: none;
	}
    .top_main .sp_bg{
        padding: 40px 20px;
        background: url("/images/top/bg_main.jpg") no-repeat;
        background-position: center;
        background-size: cover;
    }
    .top_main h1{
        font-size: 1.6rem;
        line-height: 2;
    }
    .top_main .main_txt{
        margin-top: 20px;
    }
    .main_concept{
        max-width: 320px;
        margin: 30px auto auto;
        padding: 20px;
        box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    }
    .main_concept ul{
        flex-wrap: wrap;
    }
    .main_concept ul li{
        width: 50%;
        text-align: center;
    }
    .main_concept ul li:nth-child(odd){
        border-right: 1px solid #07858B;
    }
    .main_concept ul li:nth-child(1),
    .main_concept ul li:nth-child(2){
        border-bottom: 1px solid #07858B;
        padding: 0px 20px 20px 20px;
    }
    .main_concept ul li:nth-child(3),
    .main_concept ul li:nth-child(4){
        padding: 20px 20px 0px 20px;
    }
    .main_concept ul li .main_icon{
        width: 28px;
    }
    .main_concept .concept_text{
        max-width: 100%;
        margin-top: 20px;
        font-size: 1.4rem;
    }
}
/* =====================================
サービスバナー
======================================== */
.top_banner_list_wrap{
    max-width: 1180px;
    margin: 50px auto 20px auto;
    padding: 0 50px;
}
ul.top_banner_list{
    display: flex;
    flex-wrap: wrap;
}
ul.top_banner_list li{
    margin-bottom: 30px;
    width: 33.33%;
    padding: 0 1.5%;
}
ul.top_banner_list li a img{
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	transition: 0.5s;
}
@media print, screen and (min-width: 769px) {
    ul.top_banner_list li a:hover img{
        transform: translateY(-10px);
    }
}
@media screen and (max-width: 768px) {
    .top_banner_list_wrap{
        max-width: 680px;
        margin: 30px auto 10px auto;
        padding: 0 20px;
    }
    ul.top_banner_list li{
        margin-bottom: 20px;
        width: 50%;
    }
}
/* =====================================
スライド
======================================== */
.slide_inner{
	width: 100%;
	max-width: 1280px;
	margin: 40px auto 0 auto;
	position: relative;
}
.top_slide li{
	width: 400px;
	transition-duration: 0.5s;
	padding: 10px;
}
.top_slide li img{
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.top_slide li:hover {
	transform: scale(1.05,1.05);
}
@media screen and (max-width: 768px) {
	.slide_inner{
		width: 100%;
		margin: 20px auto 40px auto;
		position: relative;
		padding: 0 40px;
	}
	.top_slide li:hover {
		transform: initial;
	}
}
/* =====================================
ニュース
======================================== */
.top_news{
	background: #F8F8F8;
	padding: 30px 0;
}
.top_news .news_wrap{
	max-width: 1140px;
	margin: auto;
	padding: 0 30px;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.top_news .news_wrap .news_title{
	color: #24ADB4;
	font-weight: bold;
}
@media print, screen and (min-width: 769px) {
    .top_news .news_wrap .news_title{
        width: 100px;
    }
    .top_news .news_wrap ul{
        width: calc(100% - 260px);
        padding-right: 30px;
    }
}
.top_news .news_wrap ul li{
	display: flex;
	margin-bottom: 15px;
}
.top_news .news_wrap ul li:last-child{
	margin-bottom: 0px;
}
.top_news .news_wrap ul li .date{
	padding-right: 30px;
    color: #909090;
}
.top_news .news_wrap ul li .text a{
    color: #333;
	text-decoration: underline;
}
.top_news .news_wrap ul li .text a:hover{
    color: #24ADB4;
}
.top_news .news_wrap .top_news_link{
    width: 160px;
    text-align: center;
    align-self: flex-end;
}
.top_news .news_wrap .top_news_link a{
    display: block;
    border: 1px solid #24ADB4;
    padding: 0.3em 1em;
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.top_news{
		padding: 20px 0;
	}
	.top_news .news_wrap{
		width: 100%;
		margin: auto;
		padding: 0 20px;
		display: inherit;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.top_news .news_wrap .news_title{
		padding-right: 0px;
		text-align: center;
	}
	.top_news .news_wrap ul li{
		display: flex;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	.top_news .news_wrap ul li .date{
		padding-right: 15px;
	}
    .top_news .news_wrap .top_news_link{
        margin: 20px auto auto;
    }
    .top_news .news_wrap .top_news_link a{
        font-size: 12px;
        font-size: 1.2rem;
    }
}
/* =====================================
イントロ
======================================== */
.top_intro{
	background: url(/images/top/bg_intro01.png) no-repeat top left, url(/images/top/bg_intro02.png) no-repeat bottom right;
	background-size: 70% auto;
	padding: 80px 0;
}
.intro_wrap{
	max-width: 1140px;
	margin: auto;
	padding: 0 30px;
}
.intro_wrap h2{
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	background: url(/images/top/bg_subtitle@2x.png) no-repeat bottom center;
	background-size: 340px auto;
	padding-bottom: 40px;
}
.intro_wrap h2 span{
	color: #24ADB4;
}
.intro_wrap ul.intro_list{
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}
.intro_wrap ul.intro_list li{
	margin-top: 10px;
	width: 50%;
}
.intro_wrap ul.intro_list li div{
	background-color: #FFFBED;
	padding: 20px 20px 20px 65px;
	background-image: url(/images/common/icon_check@2x.png);
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: top 20px left 30px;
}
.intro_wrap ul.intro_list li:nth-child(odd){
	padding-right: 20px;
}
.intro_wrap ul.intro_list li:nth-child(even){
	padding-left: 20px;
}
.intro_wrap .sub{
	text-align: center;
}
.intro_wrap .sub h3{
	display: inline-block;
	margin: 30px auto auto 0;
	color: #24ADB4;
	font-size: 28px;
	font-size: 2.8rem;
	background: url(/images/top/bg_intro_text.png) no-repeat center right;
	padding: 20px 50px 20px 0px;
	background-size: contain;
}
.intro_wrap p{
	margin-top: 20px;
}
.intro_wrap .intro_btn{
	margin: 50px auto auto;
	display: flex;
	justify-content: center;
}
.intro_wrap .intro_btn .btn{
	margin: auto 10px;
	width: 400px;
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.top_intro{
		background-size: 70% auto;
		padding: 40px 0;
	}
	.intro_wrap{
		width: 100%;
		margin: auto;
		padding: 0 20px;
	}
	.intro_wrap h2{
		font-size: 14px;
		font-size: 1.4rem;
		background-size: 170px auto;
		padding-bottom: 20px;
		line-height: 1.6;
	}
	.intro_wrap ul.intro_list{
		display: inherit;
		padding-top: 10px;
	}
	.intro_wrap ul.intro_list li{
		margin-top: 10px;
		width: 100%;
	}
	.intro_wrap ul.intro_list li div{
		padding: 10px 10px 10px 30px;
		background-repeat: no-repeat;
		background-size: auto 12px;
		background-position: top 10px left 10px;
	}
	.intro_wrap ul.intro_list li:nth-child(odd){
		padding-right: 0px;
	}
	.intro_wrap ul.intro_list li:nth-child(even){
		padding-left: 0px;
	}
	.intro_wrap .sub h3{
		margin: 20px auto auto 0;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 5px 30px 5px 0px;
		line-height: 1.6;
	}
	.intro_wrap p{
		margin-top: 15px;
	}
	.intro_wrap .intro_btn{
		display: inherit;
		margin: 10px auto auto;
		width: 100%;
		max-width: 400px;
	}
	.intro_wrap .intro_btn .btn{
		width: 100%;
		margin: 10px auto auto;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
/* =====================================
サービスラインナップ
======================================== */
.service_wrap{
	max-width: 1140px;
	margin: 70px auto auto;
	padding: 0 30px;
}
.service_wrap h2{
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
}
.service_wrap h2 span{
	display: block;
	margin-top: 20px;
	font-size: 1.8rem;
	color: #24ADB4;
}
.service_wrap h2.mt{
	margin-top: 70px;
}
.service_wrap .service_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_wrap .service_list li{
	width: 32%;
	max-width: 330px;
	margin-top: 40px;
	background: #FFF;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}
.service_wrap .service_list.col2{
	width: 100%;
	max-width: 710px;
	margin: auto;
}
.service_wrap .service_list.col2 li{
	width: 50%;
}
.service_wrap .service_list li a{
	position: relative;
	display: block;
	color:#333;
	text-decoration: none;
}
.service_wrap .service_list li a .triangle{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 16px;
	height: 16px;
	background: url(/images/top/icon_triangle.png) no-repeat;
	background-size: contain;
}
.service_wrap .service_list li a:hover .triangle{
	background: url(/images/top/icon_triangle_on.png) no-repeat;
	background-size: contain;
}
.service_wrap .service_list li .photo{
	height: 160px;
	overflow: hidden;
}
.service_wrap .service_list li .photo img{
	width: 100%;
	height: 160px;
	object-fit: cover;
	transition: 0.5s;
}
.service_wrap .service_list li a:hover .photo img{
	transform: scale(1.1, 1.1);
}
.service_wrap .service_list li .text{
	padding: 25px;
}
.service_wrap .service_list li .text h3{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	background: url(/images/top/title_line.png) no-repeat center bottom;
	background-size: 50px auto;
	padding-bottom: 15px;
}
.service_wrap .service_list li .text p{
	margin-top: 18px;
	font-size: 14px;
	font-size: 1.4rem;
}
.service_wrap .sub_text{
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.service_wrap{
		padding: 0 20px;
	}
	.service_wrap h2{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.service_wrap h2 span{
		margin-top: 10px;
		font-size: 1.0rem;
	}
	.service_wrap h2.mt{
		margin-top: 50px;
	}
	.service_wrap .service_list{
		display: inherit;
	}
	.service_wrap .service_list li{
		width: 100%;
		max-width: 480px;
		margin: 30px auto 0 auto;
	}
	.service_wrap .service_list.col2{
		margin: auto;
	}
	.service_wrap .service_list.col2 li{
		width: 100%;
	}
	.service_wrap .service_list li a{
		position: relative;
		display: flex;
		color:#333;
		text-decoration: none;
	}
	.service_wrap .service_list li a .triangle{
		width: 12px;
		height: 12px;
	}
	.service_wrap .service_list li .photo{
		width: 50%;
		height: 180px;
	}
	.service_wrap .service_list li .photo img{
		width: 100%;
		height: 180px;
	}
	.service_wrap .service_list li .text{
		width: 50%;
		padding: 20px;
	}
	.service_wrap .service_list li .text h3{
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 500;
		background: url(/images/top/title_line.png) no-repeat left bottom;
		background-size: 50px auto;
		padding-bottom: 15px;
	}
	.service_wrap .service_list li .text p{
		margin-top: 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.service_wrap .sub_text{
		margin-top: 20px;
	}
}
@media screen and (max-width: 488px) {
	.service_wrap .service_list li .photo{
		height: 170px;
	}
	.service_wrap .service_list li .photo img{
		height: 170px;
	}
	.service_wrap .service_list li .text{
		padding: 15px;
	}
	.service_wrap .service_list li .text h3{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6;
		padding-bottom: 10px;
	}
	.service_wrap .service_list li .text p{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.6;
	}
}
/* =====================================
選ばれる理由
======================================== */
.top_reason{
	background-color: #F2FBFF;
	background-image: url(/images/top/bg_reason.png); 
	background-repeat: no-repeat;
	background-position: top -70px center;
	padding: 80px 0;
}
.reason_wrap{
	max-width: 1140px;
	margin: auto;
	padding: 0 30px;
}
.reason_wrap h2{
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
}
.reason_wrap h2 span.orange{
	display: inline-block;
	color: #E8A02B;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 500;
}
.reason_wrap h2 span{
	display: block;
	margin-top: 20px;
	font-size: 1.8rem;
	color: #24ADB4;
}
.reason_wrap .reason_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reason_wrap .reason_list li{
	width: 330px;
	height: 330px;
	margin-top: 40px;
	text-align: center;
	background-size: contain;
	padding-top: 155px;
}
.reason_wrap .reason_list li.reason1{
	background-image: url(/images/top/reason01.png)
}
.reason_wrap .reason_list li.reason2{
	background-image: url(/images/top/reason02.png)
}
.reason_wrap .reason_list li.reason3{
	background-image: url(/images/top/reason03.png)
}
.reason_wrap .reason_list li h3{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
}
.reason_wrap .reason_list li p{
	margin-top: 15px;
}
.reason_wrap .reason_btn{
	margin: 50px auto auto;
	width: 400px;
}
.reason_wrap .reason_btn .btn{
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width: 1040px) {
	.reason_wrap .reason_list{
		justify-content: space-around;
	}
}
@media screen and (max-width: 768px) {
	.top_reason{
		background-position: top -20px center;
		background-size: 90%;
		padding: 50px 0;
	}
	.reason_wrap{
		padding: 0 20px;
	}
	.reason_wrap h2{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.reason_wrap h2 span.orange{
		font-size: 18px;
		font-size: 1.8rem;
	}
	.reason_wrap h2 span{
		margin-top: 10px;
		font-size: 1.0rem;
	}
	.reason_wrap .reason_list li{
		margin: 30px auto auto;
		width: 260px;
		height: 260px;
		padding-top: 125px;
	}
	.reason_wrap .reason_list li h3{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.reason_wrap .reason_list li p{
		margin-top: 15px;
	}
	.reason_wrap .reason_btn{
		margin: 30px auto auto;
		width: 100%;
		max-width: 400px;
	}
	.reason_wrap .reason_btn .btn{
		font-size: 14px;
		font-size: 1.4rem;
	}
}
/* =====================================
数字で見る当社の強み
======================================== */
.numbers_wrap{
	max-width: 1140px;
	margin: auto;
	padding: 80px 30px 0 30px;
}
.numbers_wrap h2{
	font-size: 2.8rem;
	text-align: center;
}
.numbers_wrap h2 span{
	display: block;
	margin-top: 20px;
	font-size: 1.8rem;
	color: #24ADB4;
}
.numbers_wrap .number_list{
    margin: 30px auto auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.numbers_wrap .number_list li{
    width: 46%;
    max-width: 500px;
    background: #fff;
    margin-top: 40px;
    padding: 30px 20px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    text-align: center;
}
.numbers_wrap .number_list li h3{
    position: relative;
    font-size: 1.8rem;
    padding-bottom: 15px;
}
.numbers_wrap .number_list li h3:before {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 25px);
    width: 50px;
    height: 2px;
    content: '';
    background: #24ADB4;
}
.numbers_wrap .number_list li p.num_text{
    margin-top: 10px;
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 1.4;
}
.numbers_wrap .number_list li p.num_text .number{
    font-family: "Roboto", sans-serif;
    color: #07858B;
    font-size: 6.0rem;
    font-weight: 600;
    margin: auto 5px;
}
.numbers_wrap .number_list li p.attention{
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .numbers_wrap{
        padding: 40px 20px 0 20px;
    }
    .numbers_wrap h2{
        font-size: 1.4rem;
    }
    .numbers_wrap h2 span{
		margin-top: 10px;
		font-size: 1.0rem;
    }
    .numbers_wrap .number_list{
        margin: 10px auto auto;
        display: inherit;
    }
    .numbers_wrap .number_list li{
        width: 100%;
        max-width: 300px;
        margin: 20px auto auto;
        padding: 20px 10px;
    }
    .numbers_wrap .number_list li h3{
        font-size: 1.2rem;
        padding-bottom: 15px;
    }
    .numbers_wrap .number_list li h3:before {
        left: calc(50% - 15px);
        width: 30px;
    }
    .numbers_wrap .number_list li p.num_text{
        margin-top: 10px;
        font-size: 1.2rem;
    }
    .numbers_wrap .number_list li p.num_text .number{
        font-size: 3.0rem;
    }
    .numbers_wrap .number_list li p.attention{
        font-size: 1.0rem;
    }
}

/* =====================================
拠点・セキュリティ 企業案内
======================================== */
.top_base{
	padding: 80px 0 0 0;
}
.base_wrap{
	max-width: 1140px;
	margin: auto;
	padding: 0 30px;
}
.base_wrap h2{
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
}
.base_wrap h2.mt{
	margin-top: 50px;
}
.base_wrap h2 span{
	display: block;
	margin-top: 20px;
	font-size: 1.8rem;
	color: #24ADB4;
}
.base_wrap .base_box{
	background-color: #F8F8F8;
	display: flex;
	margin: 50px 0 0 40px;
}
.base_wrap .base_box .photo{
	width: 40%;
	max-width: 420px;
	margin: -40px 0 0 -40px;
}
.base_wrap .base_box .text{
	font-size: 14px;
	font-size: 1.4rem;
	width: 60%;
	padding: 50px 40px 50px 50px;
}
.base_wrap .base_box .text .base_btn{
	max-width: 360px;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.top_base{
		padding: 50px 0 0 0;
	}
	.base_wrap{
		padding: 0 20px;
	}
	.base_wrap h2{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.base_wrap h2.mt{
		margin-top: 40px;
	}
	.base_wrap h2 span{
		margin-top: 10px;
		font-size: 1.0rem;
	}
	.base_wrap .base_box{
		background-color: #FFF;
		display: inherit;
		margin: 30px 0 0 0;
	}
	.base_wrap .base_box .photo{
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
	.base_wrap .base_box .text{
		font-size: 12px;
		font-size: 1.2rem;
		width: 100%;
		padding: 20px 0;
	}
	.base_wrap .base_box .text .base_btn{
		margin: 30px auto auto;
		width: 100%;
		max-width: 400px;
	}
	.base_wrap .base_box .text .base_btn .btn{
		font-size: 14px;
		font-size: 1.4rem;
	}
}