@charset "utf-8";

@media screen and (max-width: 780px) {
	

.loop-header {
	width:100%;
	height:auto;
	padding:30px 0 50px;/**/
	margin-bottom: 30px;/**/
	position: relative;
	text-align: center;
}

.loop-logo h1{
	width:103px;/**/
	height:54px;/**/
	display: inline-block;
	margin-bottom:20px;
}

.loop-logo h1 a{
	background-repeat:no-repeat;
	width:103px;/**/
	height:54px;/**/
	background-size: 103px 54px;/**/
	display:block;
	text-indent:-9999px;
	}

.loop-sns{
	position: absolute;
	top:inherit;/**/
	right:inherit;/**/
	bottom:0;/**/
	width:100%;/**/
	text-align: center;/**/
}


.loop-sns a:not(:last-child){
	margin-right: 15px;
}

.loop-navGlobal{
	position: relative;/**/
	bottom: inherit;/**/
	right: inherit;/**/
	width:100%;
	height: auto;
}

.loop-navGlobal ul{
	display: flex;
	flex-wrap: wrap;/**/
	justify-content: center;/**/
	align-content: center;/**/
	border-top: 1px solid #f0f0f0;
}

.loop-navGlobal ul li{
	width:50%;/**/
	
	border-bottom:1px solid #f0f0f0;
}

.loop-navGlobal ul li:nth-child(odd){

	border-right:1px solid #f0f0f0;
}



.loop-navGlobal ul li:not(:last-child){
	margin-right:0;/**/
}

.loop-navGlobal a{
	padding:10px 0;/**/
	display: block;/**/
	color:#1b1b1b;
	font-size:15px;
	font-weight: 900;
	border-bottom:none;/**/
	transition: 0.3s all ease;
	background-color: #fff;
}
.loop-navGlobal a:hover{
border-bottom:none;/**/
background-color: #f0f0f0;/**/
}
.loop-navGlobal a:after{
	content:'.';
}

/*
wp-list-pagesで自動出力されるクラス
現在選択されているページの時 current_page_item
現在選択されているページの親ページの時 current_page_parent
現在選択されているページの最上位ページの時 current_page_ancestor
を利用して選択状態にする
*/
.loop-navGlobal li.current_page_item a,
.loop-navGlobal li.current_page_parent a,
.loop-navGlobal li.current_page_ancestor a {
	border-bottom:none;/**/
	background-color: #f0f0f0;/**/
}

.loop-main{
	width:100%;
	height: auto;
	margin-bottom: 50px;
}

.loop-main img{
	width:100%;
	height: 220px;/**/
	object-fit: cover;
}

.loop-section{
	width: 100%;
	height: auto;
	padding:0 0 50px;/**/
}

h3.loop-section-h3{
	display: block;
	width:100%;
	height: auto;
	text-align: center;
	font-size: 30px;/**/
	 font-weight: 100 !important;
	 letter-spacing: 6px;
	 margin-bottom: 50px;/**/
}

.loop-service-wapper{
	display: flex;
	flex-wrap: wrap;/**/
}


.loop-service-wapper div:not(:last-child){
	margin-right: 0;/**/
}

.loop-service-box{
	text-align: center;
	width:100%;/**/
	padding:0 30px;/**/
	margin-bottom: 0;
}

.loop-service-wapper div:not(:last-child){
	margin-bottom:80px;
}

.loop-service-box h4{
	font-weight: 500;
	margin-bottom: 10px;/**/
}

.loop-service-box span{
	font-weight: 800;
	margin-bottom: 30px;/**/
	color:#ABABAB;
	display: block;
	font-size:9px;
}

.loop-service-box img{
	width:90px;
	height: 90px;
	margin:0 auto 30px;/**/
	display: block;
}

.loop-service-box p{
	text-align: justify;
	font-size: 14px;/**/
	line-height: 2;
}
.loop-works-wrap {
        gap: 15px; /* スマホでは隙間を少し狭くする */
    }

    .loop-works-wrap > a {
        /* スマホで2列にしたい場合：
           width: calc((100% - 15px) / 2);
           
           スマホで1列（ドーンと大きく）にしたい場合：
           width: 100%;
        */
        
        /* 今回は「1列」の例を書きます */
        width: 100%; 
    }
    
    /* aspect-ratio: 1/1 が効いているので、
       スマホで横幅が変わっても自動的に正方形になります 
       高さの指定（height: 320pxなど）は不要です。
    */


.loop-cta-box{
	border:10px solid #F8F8F8;/**/
	padding:25px 25px 25px;/**/
	margin:0 10px 30px;
}

.loop-cta-box .inner{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;/**/
}

.loop-cta-header{
	width:100%;/**/
	height: auto;
	text-align: center;
	padding:30px 0;/**/
	border-right:none;/**/
	margin-right:0;/**/
	border-bottom:1px solid #f0f0f0;
	margin-bottom: 30px;
}

.loop-cta-header h3{
	font-weight: 700;
	font-size: 16px;/**/
	margin-bottom: 15px;
}

.loop-cta-header span{
	font-size:12px;
}

.loop-cta-info{
	width: 100%;/**/
	height: auto;/**/
	text-align: center;/**/
	line-height: 1.6;/**/
}

.loop-cta-info h4{
	font-weight: 700;
	font-size: 16px;/**/
	display: block;
	width:100%;
	height: auto;
	text-align: center;
	margin-bottom: 12px;/**/
}

.loop-cta-info p{
	margin-bottom: 30px;/**/
}

.loop-cta-info a{
	display: block;
	width:100%;/**/
	padding:10px 0;
	background-color: #F8F8F8;
	text-align: center;
	margin-left: 0;/**/
	margin:15px auto 0;/**/

}

.loop-cta-bottom{
	padding:22px;
	font-size:13px;
	background-color: #F8F8F8;
	line-height: 1.8;
}

.loop-cta-auth{
	display: block;/**/
	padding:30px 0 0;
	justify-content: inherit;/**/
	font-size:13px;
	font-weight: 500;
	color:#252525;
	width: 100%;/**/
	height: auto;/**/
	text-align: center;/**/
}

.loop-cta-auth div{
	margin-right:0;
	margin-bottom: 10px;/**/
}

.loop-footer{
	padding:30px 0 ;/**/
}

.loop-footer-bottom{
	width: 100%;
	height: auto;
	display: block;/**/
	justify-content: inherit;/**/
}

.loop-copyright{
	width: 100%;/**/
	height: auto;/**/
	text-align: center;
	font-weight: 700;
	font-size:15px;
}


.loop-footer-navGlobal ul{
	display: flex;/**/
	flex-wrap: wrap;/**/
	border-top:1px solid #f0f0f0;
	margin-bottom: 30px;/**/
}

.loop-footer-navGlobal ul li{
	width:100%;
	text-align: center;
}

.loop-footer-navGlobal ul li:not(:last-child){
	margin-right:0;/**/
}

.loop-footer-navGlobal a,.menu a{
	color:#1b1b1b;
	display: block;
	padding:10px 0;/**/
	border-bottom:1px solid #f0f0f0;/**/
	font-size:15px;
	font-weight: 900;
	background-color: #fff;
	transition: 0.3s all ease;
}

.loop-footer-navGlobal a:hover,.menu a:hover{
	background-color: #f0f0f0;
}

.loop-footer-navGlobal a:after,.menu a:after{
	content:'.';
}

.loop-page{
	padding:30px 20px 30px;/**/
}

.loop-page h2{
	font-size:30px;/**/
	font-weight: 100;
	letter-spacing: 6px;
	margin-bottom: 50px;/**/
}

.loop-profile-wrapper{
	width:100%;
	height: auto;
}

.loop-profile-box{
	width:100%;
	display: flex;
	flex-wrap: wrap;/**/
}

.loop-profile-box > div{
	width:100%;/**/
}

.loop-profile-info{
	width: 100%;
	padding:20px 0;/**/
}

.loop-profile-title{
	font-size:15px;/**/
	font-weight: 100;
	display: block;
	letter-spacing: 3px;
	margin-bottom: 20px;/**/
}

.loop-profile-info h3{
	font-size:24px;/**/
	letter-spacing: 4px;
	font-weight: 300;/**/
	display: block;
	margin-bottom: 15px;/**/
}

.en{
	font-size:12px;/**/
	display: block;
	margin-bottom: 20px;/**/
	font-weight: 400;
	letter-spacing: 4px;/**/
	color:#252525;
}

.loop-profile-text{
	border:1px solid #f0f0f0;
	color:#252525;/**/
	padding:20px;
	width:100%;
	height: auto;
	display: block;
	font-size: 13px;/**/
	line-height: 2;
}

.loop-concept h3{
	font-size:24px;/**/
	margin-bottom: 50px;/**/
	padding-top: 10px;/**/
}


.loop-concept p{
	line-height: 2;/**/
	font-size:16px;/**/
	margin-bottom: 30px;
}

br.pcon{
	display: none;
}


.content table{
	width:100% !important;/**/
}

.work-img img{
	width:100% !important;/**/
	float: none;/**/
	max-width: inherit;
	margin-bottom: 30px;
}

.works-txt{
	float: none;/**/
	width: 100%;
}
#works-free{
	width: 100%;/**/
}

#works-free div{
	width: 100% !important;/**/
}

#works-free img{
	width:100% !important;/**/
	float: none;/**/
	max-width: inherit;/**/
}

.wpcf7{
	width:100%;/**/
}

.wpcf7 p{
	padding:0 0 20px;/**/
}

span.wpcf7-form-control-wrap{
	float:none;/**/
	margin-top:15px;/**/
	margin-left: 0;/**/
	display: block;/**/
}

span.wpcf7-form-control-wrap input,span.wpcf7-form-control-wrap textarea{
	font-size:16px;/**/
	padding:10px;/**/
	border:1px solid #f0f0f0;/**/
	width: 100%;/**/
}

input.wpcf7-submit{
	float:none;/**/
	margin:0 auto;
	display: block;
}

table.company-pro th{
	width:27%;/**/
	padding:13px 0;/**/
	font-size:13px;/**/
	line-height: 1.5;/**/
}

table.company-pro th,table.company-pro td{
	padding:13px;/**/
	font-size:13px;/**/
	line-height: 1.5;/**/
}

.content h3{
	font-size:24px;
	font-weight: 300;
}

.content h4{
	font-size:20px;
	font-weight: 300;
}

.works-wrap{
	display: block;
}

.works-wrap > div{
	width:100%;

}

.works-txt{
	padding:0;
}


.wpcf7{
	width:100%;/**/
}

.wpcf7 p{
	padding:0 0 20px;/**/
}

span.wpcf7-form-control-wrap{
	float:none;/**/
	margin-top:15px;/**/
	margin-left: 0;/**/
	display: block;/**/
}

span.wpcf7-form-control-wrap input,span.wpcf7-form-control-wrap textarea{
	font-size:16px;/**/
	padding:10px;/**/
	border:1px solid #f0f0f0;/**/
	width: 100%;/**/
}

input.wpcf7-submit{
	float:none;/**/
	margin:0 auto;
	display: block;
}



.menu{
	display:inherit;
	justify-content:inherit;
	text-align:center;
}

.menu ul{
	display:inherit;
	justify-content:inherit;
	text-align:center;
}


.menu li{
	margin-right:0;
}





}