.page_thumb img {
    height: 400px;
    width: calc(100% - 80px);
    object-fit: cover;
    border-radius: 0 0 40px;
}

.page_title{
	padding: 0px 80px;
}

.number{
	width:48px;
	height:48x;
	font-size:20px;
	line-height:48px;
	text-align:center;
	top:-24px;
}

.icon img{
	height:140px;
	width:auto;
	margin:24px auto;
}

/* レイアウト */
.layout-1 .num{
	width:320px;
}

.layout-1 .num h2{
    font-size: 120px;
    white-space: nowrap;
}

.layout-1 .img{
	width:calc(100% - 320px);
	flex-basis: initial !important;
}

.layout-1 img{
	object-fit:cover;
	 height: 400px;
}

/* タイトル */
.title_1:before{
	background:#3073B0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 24px;	
}

.title_1{
	padding-left: 40px;
    position: relative;
}

.title_2 .child{
	color: #C16665;
	z-index:-1;
	bottom: 25px;
}

.title_3 h2{
	line-height:100%;
	margin-bottom:4px!important;
}

.title_3 p{
	padding:4px 8px;
}

.title_5:before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #111;
}

.title_5:after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 50px;
    height: 1px;
    background-color: #111;
}

/* 実績 */
.works_content table td:first-child{
	background-color: #f8f8f8;
	font-weight:bold;
}
.works_content table{
	width:100%;
}
.works_content table td{
border: 1px solid #e6e6e6;
}

/* 会社概要 */
.company_table td:first-child{
	background-color: #f8f8f8;
	font-weight:bold;
}
.company_table td:nth-child(2){
	background-color: white;
}
.company_table table{
	width:100%;
}
.company_table{
	margin-bottom: 80px;
}
.company_table + .company_table{
	margin-bottom: 100px;
}


.company_table table td{
border: 1px solid #C16665;
}


.wp-block-list{
	margin-bottom: 16px;
}

//pagination
.pagination {
	text-align: center;
}
@media screen and (max-width: 1279px) {
	
//pagination
.pagination {
	text-align: center;
}
	.page_thumb img {
    height: 240px;
    width: calc(100% - 32px);
    object-fit: cover;
    border-radius: 0 0 24px;
}
	
	.page_title {
    padding: 8px 0 0 24px;
}
	
	.layout-1 .num h2{
		font-size: 56px;
    line-height: 100%;
		margin-bottom:0;
	}
	
	.wp-block-spacer {
    height: 40px !important;
}
	.layout-1:nth-child(2n){
		margin:32px 0;
	}
	
}

@media screen and (min-width: 1280px) {
	.layout-1:nth-child(2n) .layout-1_number {
		flex-direction: row-reverse;
	}
	
	.layout-1:nth-child(2n){
		margin:0px 0;
	}
	//pagination
.pagination {
	text-align: center;
}
}