@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-left {
		width: 20%;
	}
	.header-right {
		width: 80%;
	}
	.cp {
		width: 98%;
	}
	.cp-wrap {
		padding: 130px 0 85px;
	}
	.index-ttl {
		max-width: 1100px;
	}
	#greeting::after {
		height: 275px;
	}
	.index-link .name {
		font-size: 25px;
	}
	.more-btn {
		font-size: 20px;
	}
	.footer-wrap .wrap {
		width: 95%;
	}
	.footer-wrap .info dt {
		width: 115px;
		padding: 3px 0;
	}
	.footer-wrap .info dd {
		width: calc(100% - 115px);
	}
	.footer-wrap .link {
		width: 90%;
	}
	.line-ttl {
		width: 75%;
		background-size: 100%;
	}
	.bg-white {
		width: 94%;
	}
	
	
	
	}


	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	body {
		font-size: 18px;
		background: #fff;
	}
	.wrap {
		width: 95%;
	}
	.inner {
		width: 90%;
	}
	.h-top {
		width: 100%;
	}
	.slider, .slider-item {
		height: 70vh;
	}
	.cp-wrap {
		width: 95%;
	}
	.cp .top {
		font-size: 40px;
	}
	.cp .bottom {
		font-size: 47px;
	}
	.cp-wrap {
		padding: 55px 0 85px;
	}
	.index-ttl {
		max-width: 780px;
	}
	.index-ttl .en {
		font-size: 23px;
	}
	.index-ttl .ja {
		font-size: 32px;
	}
	#greeting .flex-txt {
		width: 50%;
	}
	#greeting .flex-img {
		width: 48%;
	}
	#greeting::after {
		bottom: -20px;
		height: 298px;
	}
	#feature {
		padding: 30px 0;
		position: relative;
		background-image: none;
	}
	#feature::after {
		content: "";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background-repeat:no-repeat;
		background-position:50% 100%;
		background-image: url("../img/top/feature_bg.jpg");
		background-size:cover;
	}
	.fea-item {
		padding: 40px 0;
		margin-bottom: 45px;
	}
	.fea-item .flex {
		width: 93%;
	}
	.fea-item .ttl {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.index-link .name {
		font-size: 20px;
		top: 5px;
		left: 15px;
	}
	.name .en {
		margin-bottom: -20px;
	}
	.more {
		width: 140px;
	}
	.index-link .more {
		bottom: 10px;
		right: 15px;
	}
	.more-btn {
		font-size: 17px;
	}
	.more-btn::after {
		right: 10px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 15px solid #fff;
	}
	#contact {
		padding: 65px 0 100px;
	}
	#contact .inner {
		width: 80%;
	}
	.contact-btn a {
		font-size: 25px;
		padding: 8px 0;
	}
	.contact-btn span {
		font-size: 20px;
	}
	.footer-wrap .flex {
		flex-direction: column;
	}
	.footer-wrap .left {
		width: 90%;
		margin: 0 auto;
	}
	.footer-wrap .right{
		width: 100%;
	} 
	.link.flex {
		flex-direction: row!important;
	}
	.mainvisual {
		height: 45vh;
	}
	.page-ttl .ja {
		font-size: 50px;
	}
	.page-ttl .en {
		font-size: 25px;
	}
	.h2 {
		width: 90%;
		font-size: 32px;
	}
	.h2 span {
		padding: 15px 0;
	}
	.section .txtbox, .section .img {
		width: 48%;
	}
	.contact-flex {
		flex-direction: column;
	}
	.btn {
		width: 65%;
		margin: 0 auto 20px;
	}
	.btn::after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid #fff;
	}
	.line-ttl {
		width: 90%;
		background-size: cover;
		padding: 25px 0;
	}
	.line-ttl::before {
		width: 90px;
		height: 90px;
		top: -55px;
		left: 0;
	}
	.flow-wrap {
		width: 80%;
	}
	.flow-item .num {
		width: 95px;
		height: 95px;
		line-height: 95px;
		font-size: 37px;
	}
	.flow-item::after {
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 40px solid #31AFE6;
	}
	dl.application {
		width: 95%;
		margin: 0 auto 140px;
	}
	dl.application dt {
		width: 180px;
	}
	dl.application dd {
		width: calc(100% - 180px);
	}
	.biz-content {
		width: 85%;
		margin: 90px auto;
	}
	.biz-content .ttl {
		font-size: 20px;
		padding: 5px 0 5px 10px;
		margin-bottom: 30px;
	}
	.chairman {
		font-size: 22px;
	}
	#contact-form .txtbox, .caution {
		width: 80%;
	}
	.box_con form table tr th span {
		padding: .1em .3em;
	}
	
	
	
	
}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	body {
		font-size: 16px;
	}
	#header {
		background: none;
		position: absolute;
	}
	.header-wrap {
		margin: 15px auto;
	}
	.header-left {
		width: 50%;
	}
	.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: #DFE8F1;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #F3F3F3;
		border-top: 1px solid #F3F3F3;
	}
	.nav_wrapper a {
		padding: 5px;
	}
	#page_top {
		display: none!important;
	}
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.copyright {
		padding: 15px 0 70px;
	}
	.slider, .slider-item {
		height: 80vh;
	}
	.cp-wrap {
		padding: 30px 0 85px;
	}
	.cp .bottom {
		font-size: 22px;
	}
	.cp .top {
		font-size: 18px;
	}
	.index-ttl .en {
		font-size: 18px;
		margin-bottom: -15px;
	}
	.index-ttl .ja {
		font-size: 23px;
		line-height: 1.5;
	}
	.index-ttl {
		max-width: 380px;
		padding: 50px 0;
	}
	#greeting .flex-txt {
		width: 95%;
		margin-bottom: 20px;
	}
	#greeting .flex-img {
		width: 95%;
	}
	#greeting::after {
		height: 525px;
	}
	.fea-item {
		padding: 25px 0 15px;
	}
	.fea-item .ttl {
		font-size: 20px;
	}
	.rec-wrap::after {
		width: 75%;
	}
	.rec-wrap::before {
		width: 70%;
	}
	#index-recruit {
		padding: 100px 0;
	}
	.contact-btn {
		margin-top: 30px;
	}
	.contact-btn a {
		font-size: 20px;
		width: 100%;
		margin-bottom: 15px;
	}
	.contact-btn span {
		font-size: 16px;
	}
	.footer-wrap .mail {
		font-size: 18px;
	}
	.link.flex a {
		width: 48%;
	}
	.mainvisual {
		height: 35vh;
	}
	.page-ttl .en {
		font-size: 20px;
	}
	.page-ttl .ja {
		font-size: 37px;
	}
	.section {
		padding-top: 90px;
	}
	.h2 {
		font-size: 23px;
		margin: 0 auto 25px;
	}
	.section .txtbox, .section .img {
		width: 100%;
	}
	.contact-flex {
		flex-direction: row;
	}
	.btn {
		width: 47%;
	}
	.line-ttl {
		font-size: 20px;
	}
	.rec-item {
		margin-top: 90px;
	}
	.flow-item .num {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 25px;
	}
	.flow-item .ttl {
		font-size: 20px;
	}
	.flow-item .top::after {
		bottom: 12px;
	}
	.flow-item .bottom {
		width: 90%;
		margin: 15px auto 0;
	}
	dl.application dt{ 
		width: 100%;
		border-right: none;
	}
	dl.application dd{
		width: 100%; 
	}
	.biz-content .ttl {
		margin-bottom: 15px;
		width: 65%;
	}
	.chairman {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.bg-img {
		padding: 15px 0;
		width: 90%;
	}
	.bg-white {
		padding: 35px 10px;
	}
	.bg-img .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.btn::after {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 10px solid #fff;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}