@charset "utf-8";
	/* 480px以上は写さない */
@media (min-width: 480px) {
	.sp-only {
		display: none!important;
	}
}
	/* 960px以上は写さない */
@media (min-width: 960px) {
	.tb-only {
		display: none!important;
	}
}

	/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1280px) {
	.header-right {
		width: 65%;
	}
	.cp {
		top: 70%;
		padding: 50px 3%;
		width: 60%;
	}
	.cp .top span {
		font-size: 30px;
	}
	.cp .btm span {
		font-size: 40px;
	}
	
	
	}


	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	.header-left {
		width: 20%;
	}
	.header-right {
		width: 80%;
	}
	.header-top a {
		font-size: 21px;
	}
	.menu > li a {
		font-size: 14px;
	}
	.slider, .slider-item {
		height: 73vh;
	}
	.cp {
        top: 80%;
        padding: 30px 3%;
        width: 90%;
    }
	.cp .top span {
        font-size: 25px;
    }
	.cp .btm span {
        font-size: 35px;
    }
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 20px;
	}
	.index {
		padding: 80px 0;
	}
	#index_greeting .txtbox {
		width: 100%;
		margin-bottom: 20px;
	}
	#index_greeting::before {
		width: 100%;
	}
	#index_business .left {
		width: 100%;
		margin-bottom: 30px;
	}
	#index_business .right {
		width: 90%;
		margin: 0 auto;
	}
	.more-btn {
		padding: 20px 0;
	}
	#index_recruit {
		flex-direction: column;
	}
	#index_recruit .left {
		width: 100%;
		margin-bottom: 30px;
	}
	#index_recruit .right {
		width: 90%;
		margin: 0 auto;
	}
	
	
	/**** ここから下層ページ　****/
	#mainvisual {
		height: 50vh;
	}
	#page-ttl {
		padding: 70px 0;
	}
	#page-ttl .ja {
		font-size: 40px;
	}
	#page-ttl .en {
		font-size: 28px;
	}
	.recruit-wrap p {
		font-size: 25px;
	}
	.sec-ttl {
		font-size: 27px;
		padding: 25px 0;
	}
	.sec-ttl::before {
		border-bottom: 40px solid transparent;
		border-left: 40px solid rgba(255, 255, 255, 0.80);
	}
	.sec-ttl::after {
		border-top: 40px solid transparent;
		border-right: 40px solid rgba(255, 255, 255, 0.80);
	}
	
	
	
	}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	#header {
		transform: none;
		left: 0;
		background: none;
	}
	.header-wrap {
		padding: 10px 5px;
	}
	.header-left {
		width: 40%;
	}
	.header-right {
		display: none!important;
	}
	.sp-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: fixed;
	}
	.nav_wrapper {
		position: fixed;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		bottom: 0;
	}
	.nav_wrapper div:first-child {
		border-left: 1px solid #F3F3F3;
	}
	.nav_wrapper div {
		width: 25%;
		display: flex;
		background: #192F60;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #F3F3F3;
		border-top: 1px solid #F3F3F3;
	}
	.nav_wrapper a {
		padding: 10px;
	}
	#page_top {
		display: none!important;
	}
	.wrap {
		width: 90%;
	}
	.slider, .slider-item {
        height: 62vh;
    }
	.cp {
		left: 10px;
		padding: 15px 3%;
	}
	.cp .top span {
		font-size: 18px;
		margin-bottom: 0;
	}
	.cp .btm span {
		font-size: 25px;
		margin-bottom: 0;
	}
	.index {
        padding: 55px 0;
    }
	.index-ttl {
		margin-bottom: 25px;
	}
	.index-ttl .ja {
		font-size: 32px;
	}
	.index h3.ttl {
		font-size: 23px;
	}
	.more {
		margin-top: 35px;
	}
	.more-btn {
        padding: 15px 0;
		font-size: 18px;
    }
	.more-btn::after {
		height: 1px;
	}
	#index_cooperating .txt_bg {
		padding: 30px 0;
	}
	.contact_btn {
		width: 100%;
		margin: 45px auto 0;
	}
	.contact_btn .btn {
		width: 47%;
		font-size: 16px;
	}
	#footer .wrap {
		padding: 60px 0 30px;
	}
	.copyright {
		padding: 15px 0 80px;
	}
	
	
	/****　ここから下層ページ　****/
	#mainvisual {
        height: 40vh;
    }
	#page-ttl {
        padding: 40px 0;
    }
	#page-ttl .en {
        font-size: 18px;
    }
	#page-ttl .ja {
        font-size: 28px;
    }
	.section {
		padding-top: 55px;
	}
	#business .ttl {
		font-size: 20px;
		border-bottom: 2px solid #003ABC;
		margin-bottom: 20px;
	}
	#business .item {
		margin-bottom: 50px;
	}
	#company .company-info dt {
		width: 80px;
	}
	#company .company-info dd {
		width: calc(100% - 80px);
	}
	.recruit-wrap {
		padding: 3rem 0;
	}
	.recruit-wrap p {
        font-size: 20px;
    }
	#cooperating .ttl {
		font-size: 20px;
		border-bottom: 2px solid #003ABC;
		margin-bottom: 20px;
	}
	.sec-ttl {
        font-size: 20px;
        padding: 20px 0;
    }
	.sec-ttl::before {
        border-bottom: 30px solid transparent;
        border-left: 30px solid rgba(255, 255, 255, 0.80);
    }
	.sec-ttl::after {
        border-top: 30px solid transparent;
        border-right: 30px solid rgba(255, 255, 255, 0.80);
    }
	.contactform {
		margin: 35px auto;
	}
	.contact-table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.contact-item, .contact-body {
		width: 100%;
	}
	
	
	
	
	
	
	
}