@media only screen and (min-width: 993px) {
	.container{
		width: 1030px;
	}
}
@media only screen and (max-width: 992px) {
	.blog .news-thumb{
		float: none;
		margin: 0 0 20px 0;
	}
	.about .about-info{
		padding: 40px 0;
	}
	.about p br {
		display: none;
	}
	.about .about-info h3+p {
		margin-top: 24px;
	}
	.about .about-info p+p {
		margin-top: 28px;
	}
	.si-left {
		min-width: 250px;
	}
}
@media only screen and (max-width: 767px) {
	.site-main{
		padding-top: 58px;
	}
	.blog .title{
		margin-bottom: 0;
	}
	.blog .news{
		padding: 50px 0;
	}
	.mobile-icon{
		display: block;
	}
	.mobile-only {
		display: initial;
	}
	.main-menu .mobile-only {
		display: block;
	}
	.main-menu.open ul{
		height: 100%;
		opacity: 1;
		visibility: visible;
	}
	.main-menu ul{
		width: 100%;
		background-color: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		transition: all 0.5s;
		opacity: 0;
		visibility: hidden;
		padding-top: 80px;
		height: 0px;
	}
	.main-menu ul li{
		display: block;
		margin: 0;
		text-align: center;
	}
	.main-menu ul li:last-child{
		border-bottom: 0;
	}
	.main-menu ul li a{
	    line-height: 60px;
	}
	.home .main-menu li a{
		color: #626262;
	}
	.site-header.fixed .main-menu a.active,
	.site-header.fixed .main-menu a:hover{
		color: #61c3cf;
	}
	.mid-header{
		padding: 10px 0;
	}
	.list-member .member-item{
		width: 50%;
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.footer-menu{
		display: none;
	}
	.company-info{
		margin-bottom: 30px;
	}
/*
	.list-news .owl-next,
	.list-news .owl-prev{
		display: block;
	}
*/
	.blog{
		text-align: center;
	}
	.blog time,
	.blog h3{
		text-align: left;
	}
	.blog .news-desc{
		text-align: justify;
	}
	.member-popup .mp-thumb{
		float: none;
		margin: 0 0 30px 0;
	}
	.member-popup .mp-info{
		display: block;
	}
	.member-popup .mp-info p{
		text-align: justify;
	}
	.mp-close span{
		float: none;
		margin: 0 auto;
	}
	.member-popup{
		position: fixed;
		top: 30px;
		transform: inherit;
		bottom: 30px;
		overflow: auto;
	}
	.member-popup .mp-desc,
	.mp-close{
		margin-bottom: 30px;
	}
	.mp-close{
		text-align: center;
	}
	.member-popup .mp-thumb img{
		width: 100%;
	}
	.member-popup .mp-info h4{
		font-size: 24px;
	}
	.recruit .container{
		margin-left: 16px;
		margin-right: 16px;
		max-width: 100%;
		max-height: 100%;
	}
	.recruit .container .card .content .text .only-desktop{
		display: none;
	}
	.service {
		padding: 40px 0;
	}
	.service-info {
		padding: 0 17px;
	}

	.service-text {
		text-align: left;
	}

	.si-contents {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		gap: 28px;
		width: 100%;
	}

	.si-information {
		text-align: center;
	}

	.si-left .si-information,
	.si-right .si-information {
		padding-top: 0;
	}

	.si-left,
	.si-right {
		padding: 41px 10px 0;
	}

	.si-left {
		gap: 28px;
	}

	.si-right {
		gap: 27px;
		justify-content: flex-start;
	}

	.si-left .service-thumbnail {
		max-width: 224px;
	}	

	.si-right .service-thumbnail {
		max-width: 228px;
	}

	.si-right .si-information .description {
		font-size: 14px;
	}	

	.list-news {
		padding: 40px 0 0 0;
	}
	.ln-row{
		flex-wrap:wrap;
		padding: 10px 0;
	}
	.ln-col {
		padding: 4px 8px;
	}
	.ln-row .ln-col:first-child {
		min-width: 9rem;
	}
	.ln-row .ln-col:nth-child(2) {
		flex-grow:1;
	}
	.ln-row .ln-col:last-child{
		min-width:100%;
	}
	br.break_pc {
		display: none;
	}
	br.break_sp {
		display: block;
	}
}
@media only screen and (max-width: 400px) {
	.main-banner .banner-text h1 {
		padding: 0px 10px;
		font-size: 40px;
		letter-spacing: .5rem;
	}
	.main-banner .banner-text p{
		padding: 0 10px;
	}
	.about .title {
		margin-bottom: 24px;
	}
	.about h3{
		padding: 0 10px;
	}
	.about .about-info p{
		padding: 0 18.5px;
		text-align: left;
		font-size: 0.875rem;
	}
	.list-member .member-item{
		width: 100%;
		margin: 0 auto 30px;
		padding: 0 10px;
		max-width: 236px;
		float: none;
	}
	.recruit .container{
		margin-left: 16px;
		margin-right: 16px;
		max-width: 100%;
		max-height: 100%;
	}
	.recruit .container .card{
		flex-direction: column-reverse;
		margin-top: 40px;
	}
	.recruit .container .card .fig{
		flex-direction: row;
		justify-content: center;
		margin-bottom: -15px;
	}
	.recruit .container .card .content{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.recruit .container .card .content .text{
		text-align: center;
	}
	.recruit .container .card .content .button{
		margin-bottom: 16px;
	}
	.recruit .container .card .fig img{
		margin-top: inherit;
	}
	.contact h3{
		font-size: 14px;
		line-height: 24px;
		padding: 0 20px;
	}
	.contactForm label,
	.contactForm .field-right{
		display: block;
		width: 100%;
		float: none;
		padding: 0;
		text-align: left;
	}
	.contactForm input,
	.contactForm textarea{
		width: 100%;
		max-width: 100% !important;
	}
	.blog .btn.btn--small{
		font-size: 11px;
	}
}

@media only screen and (min-width: 320px) {
	.main-banner .banner-text {
		left: 3px;
		right: 3px;
	}
	.main-banner .banner-text h1 {
		font-size: 1.4rem;
	}
	.about h3 {
		line-height: 1.2;
		font-size: 1.25rem;
	}
	.about p {
		padding: 0 18.5px;
	}
}
@media only screen and (min-width: 768px) {
	.main-banner .banner-text h1 {
		font-size: 2.2rem;
	}
	.about h3 {
		font-size: 1.5rem;
	}
	.about p {
		padding: 0 18.5px;
	}
	.about p {
		text-align: center;
	}
}
@media only screen and (min-width: 1024px) {
	.main-banner .banner-text h1 {
		font-size: 2.4rem;
	}
	.about {
		padding: 40px 0;
	}
	.about h3 {
		font-size: 1.7rem;
	}
}
@media only screen and (min-width: 1280px) {
	.main-banner .banner-text h1 {
		font-size: 2.5rem;
	}
	.main-banner .banner-text h1 br {
		display: none;
	}
	.about h3 {
		line-height: 1.5;
		font-size: 1.75rem;
	}
	.about h3 br {
		display: none;
	}
}
