/*
Theme Name: lightning-child
Theme URI: https://lightning.vektor-inc.co.jp/  (親テーマのURIと同じでOK)
Description: 子テーマの説明
Author: jin-jobchange
Author URI: https://mk-designoffice.xyz
Template: lightning  
Version: 1.0.0      
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning-child (子テーマのフォルダ名と同じにするのが一般的)
*/

/* header /////////////////////////////////////////// */
html {
	margin-top: 0 !important;
}
.nojq{
	display: none;
}
.-body-solid .l-fixHeader{
	box-shadow: initial;
	margin-top: 0 !important;
}
.-img .c-headLogo__link{
	width: 203px;
}
.c-headLogo__img{
	width: 203px;
}
.c-gnav>.menu-item>a .ttl {
	color: #121133;
	font-size: 15.799px;
	font-weight: 500;
}
.c-gnav>.menu-item:not(:first-child)::before{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    left: 0px;
    width: 1px;
    height: 15px;
    background-color: #121133;
}
.l-header__customBtn .c-iconBtn__icon:before {
    display: none;
}
@media screen and (max-width: 959px) {
    .l-header[data-spfix="1"] {
        top: 0;
    }
	.c-headLogo__img {
        display: none;
    }
	.c-headLogo{
		background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/logo2.webp);
		background-size: cover;
        background-repeat: no-repeat;
		width: 189px;
        height: 50px;
	}
	.l-header__menuBtn{
		width: 183px;
		height: 100px;
		background: rgba(255, 255, 255, 0.50);
	} 
	.c-iconBtn__icon.icon-menu-thin {
		font-size: 90px;
		width: 73px;
	}
	.p-spMenu__inner{
		width: 100%;
	}
	.p-spMenu__inner::before{		
    	background: #fff;
		opacity: 0.5;
	}
	.c-widget__title.-spmenu{
		display: none;
	}
	.c-iconBtn__icon:before{
		font-size: 48px;
		color: #000000;
	}
	.-right .p-spMenu__closeBtn{
		top: 26px;
    	right: 50px
	}
	.c-listMenu a:before {
		display: none;
	}
	.c-listMenu a:after{
    	content: "➤";
    	display: inline-block;
    	right: 2px;
    	position: absolute;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	transform: translateY(-50%);
    	vertical-align: middle;
	}
	.c-spnav {
    	display: block;
    	text-align: left;
    	display: grid;
    	width: 375px;
    	gap: 80px;
    	margin: 412px auto 0;
	}
	.c-spnav>.menu-item a{
		color: #121133;
		font-size: 40px;
		font-weight: 500;
		line-height: normal;
		border-bottom: initial;
	}
}
.l-header__customBtn{
	width: 184px;
    height: 100px;
	position: absolute;
    top: 0;
    right: 183px;
    z-index: -1;
}
.c-iconBtn__label{
	font-size: 28px;
	font-weight: 500;
}
#fix_bottom_menu{
	display: none;
}
@media screen and (max-width: 600px){
	.l-header[data-spfix="1"]{
		height: 50px;
		display: flex;
		align-content: center;
	}
	.c-headLogo{
		background-size: contain;
		width: 95px;
	}
	.c-headLogo.-img{
		margin-top: 25px;
	}
	.l-header__customBtn{
		width: 92px;
		height: 50px;	
	}
	.c-iconBtn__label{
		font-size: 14px;
	}
	.l-header__menuBtn{
		width: 91.5px;
		height: 50px;
		margin-top: 0px;
	}
	.c-iconBtn__icon:before{
		font-size: 45px;
	}
	.l-header__customBtn{
		right: 90px;
	}
	.-right .p-spMenu__closeBtn .c-iconBtn__icon:before {
    	font-size: 40px;
	}
	.-right .p-spMenu__closeBtn{
		top: 0px;
		right: 20px;
	}
	.c-spnav{
		margin: 180px auto 0;
		width: 187.5px;
		gap: 40px;
	}
	.c-spnav>.menu-item a{
		font-size: 20px;
	}
}
#fix_header{
	background: #FFF;
}
/* /header /////////////////////////////////////////////////////////// */
/* footer //////////////////////////////////////////////////////////// */
.l-footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-footer__nav::before {
    content: '';
    display: inline-block;
    width: 298.195px;
    height: 78.367px;
    background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/06/logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
.l-footer__nav li a{
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}
.l-footer__nav li:first-child a{
	border: initial;
}
.l-footer__nav a{
	border: initial;
}
.l-footer__nav{
	padding: 80px 0 89px;
}
.l-footer__foot, .l-footer__widgetArea{
	padding-bottom: 20px;
    padding-top: 0;
}
.l-footer .copyright{
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
}
@media screen and (max-width: 959px){
	.l-footer__nav{
		display: grid;
		justify-content: center;
		text-align: center;
		gap: 60px;
		padding: 57px 0 49px;
	}
	.l-footer__nav::before{
		background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/logo2.webp);
		width: 328px;
		height: 79.893px;
		aspect-ratio: 328.00/79.89;
		background-color: initial;
		position: relative;
		top: 0;
        left: 50%;
        transform: translateX(-50%);
	}
	.l-footer__nav li a{
		font-size: 32px;
	}
	.l-footer .copyright{
		font-size: 16px;
	}
	.l-footer__foot, .l-footer__widgetArea{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 600px){
	.l-footer__nav::before{
		width: 164px;
		height: 39.947px;
		aspect-ratio: 164.00/39.95;
	}
	.l-footer__nav{
		gap: 30px;
		padding: 28.5px 0 24.5px;
	}
	.l-footer__nav li a{
		font-size: 16px;
	}
	.l-footer .copyright{
		font-size: 8px;
	}
	.l-footer__foot, .l-footer__widgetArea{
		padding-bottom: 14.5px;
	}
}
/* /footer //////////////////////////////////////////////////////////////// */

/* メインビジュアル /////////////////////////////////////////////////////// */
.p-mainVisual__slideText{
	font-size: 96px;
	font-weight: 900;
	background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-fv.webp);
	background-size: contain;
    background-repeat: no-repeat;
	line-height: normal;
	padding-left: 100px;
}
.p-mainVisual__textLayer>.p-blogParts{
	margin-top: 65px;
}
.p-mainVisual__textLayer>.p-blogParts .swell-block-button__link{
	width: 386px;
	height: 72px;
	border-radius: 30px;
	box-shadow: 4px 4px 8px 0px rgba(1, 38, 130, 0.70);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.p-mainVisual__textLayer>.p-blogParts .swell-block-button__link:hover{
	box-shadow: 4px 4px 8px 0px rgba(1, 38, 130, 0.90);
}
.p-mainVisual__textLayer>.p-blogParts .swl-inline-color{
	font-size: 24px;
	font-weight: 500;
	line-height: 160%; 
}
@media not all and (min-width: 960px){
	.p-mainVisual__imgLayer.c-filterLayer__img {
		height: auto;
	}
	.p-mainVisual__slideText{
		font-size: 72px;
		line-height: 160%;
		background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-fv-sp.webp);
		background-position: 70%;
		width: 100%;
		height: 466px;
		padding-top: 50px;
		position: relative;
		top: 0;
		left: 40%;
		transform: translateX(-47%);
		padding-left: 40vw;
	}
	.p-mainVisual__textLayer{
		top: 20px;
		align-items: end;
		padding: 0;
	}
	.p-mainVisual__textLayer>.p-blogParts{
		margin-top: 434px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.p-blogParts.post_content .swell-block-columns__inner{
		display: flex;
		flex-direction: column;
		gap: 40px;
		align-items: flex-start;
		margin-right: -25px;
	}
	.p-mainVisual__textLayer>.p-blogParts .swell-block-button__link{
		width: 570px;
		height: 100px;
	}
	.p-mainVisual__textLayer>.p-blogParts .swl-inline-color{
		font-size: 32px;
		font-weight: 700;
		line-height: 160%;
	}
}
@media not all and (min-width: 900px){
	.p-mainVisual__slideText{
		padding-left: 36vw;
	}
}
@media not all and (min-width: 800px){
	.p-mainVisual__slideText{
		padding-left: 32vw;
	}
}
@media not all and (min-width: 700px){
	.p-mainVisual__slideText{
		padding-left: 28vw;
	}
}
@media screen and (max-width: 600px){
	.p-mainVisual__inner{
		height: 700px;
	}
	.p-mainVisual__textLayer{
		align-items: center;
        top: 0px;
	}
	.p-mainVisual__slideText{
		font-size: 36px;
		top: 20px;
		left: 38%;
		transform: translateX(-50%);
		padding: 30px 0;
		padding-left: 15vw;
		text-align: center;
		height: auto;
	}
	.p-blogParts.post_content .swell-block-columns__inner{
		margin-right: 0;
		gap: 20px;
	}
	.p-mainVisual__textLayer>.p-blogParts{
		margin-top: 217px;
	}
	.p-mainVisual__textLayer>.p-blogParts .swell-block-button__link{
		width: 295px;
		height: 50px;
		border-radius: 15px;
	}
	.p-mainVisual__textLayer>.p-blogParts .swl-inline-color{
		font-size: 16px;
	}
}
/* /メインビジュアル /////////////////////////////////////////////////// */

/* トップページ service //////////////////////////////////////////////// */
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.top-page-service{
	background-position: top center!important;
	background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-service-scaled.webp);
	background-size: 100% 100%;
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.top-page-service2{
	background-position: top center!important;
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-service2-scaled.webp");
	background-size: contain;
}
.top #content{
	padding-top: 0;
	margin-top: -4rem;
	margin-bottom: 0;
}
.wp-block-heading.is-style-section_ttl.top-page-service-ttl{
	font-size: 128px;
	font-weight: 900;
	line-height: 70%;
	padding-top: 80px;
	margin-bottom: 80px;
}
.wp-block-group.top-page-service-second-ttl{
	position: absolute;
	top: 0;
	left: calc((100% - 100vw) / 2 + 9px);
}
.top-page-service-ttl2{
	color: rgba(255, 255, 255, 0.20);
	font-size: 200px;
	font-weight: 900;
	line-height: 70%;
	opacity: 0.2;
}
.top-page-service-text{
	font-size: 34.081px;
	font-weight: 900;
	line-height: 160%; 
	transform: rotate(-5deg);
	background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-service12.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: 934.5px;
	height: 125px;
	padding: 15px 0 0 30px;
}
.swell-block-columns.top-page-service-item-container{
	padding-top: 54px;
	padding-bottom: 40px;
}
.swell-block-columns.top-page-service-item-container .swell-block-columns__inner{
	display: flex;
	gap: 40px 20px;
	justify-content: center;
}
@media not all and (min-width: 1220px){
	.swell-block-columns.top-page-service-item-container{
		display: flex;
		justify-content: center;
	}
	.swell-block-columns.top-page-service-item-container .swell-block-columns__inner{
		flex-direction: column;
	}
}
.swell-block-columns.top-page-service-item-container .swell-block-column.swl-has-mb--s{
	margin: 0;
}
.wp-block-group.top-page-service-item-box{
	width: 590px;
	height: 360px;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 4px 8px 8px 0px rgba(1, 38, 130, 0.70);
	padding: 50px 60px 44px 82px;
}
.top-page-service-item-ttl{
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 17px;
}
.wp-block-group.top-page-service-item-box2{
	position: relative;
	width: 432px;
}
.wp-block-group.top-page-service-item-box2 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.top-page-service-item-text{
	font-size: 96px;
	font-weight: 700;
	line-height: 110%;
}
.service-line{
	display: block;
	border-radius: 30px;
	background: #FFFF8F;
	height: 40px;
	margin-top: -40px;
}
.top-page-service-item-text2{
	font-size: 240px;
	font-weight: 900;
	line-height: 160%;
	margin: 0;
	margin-top: -120px;
}
.top-page-service-item-text3{
	position: absolute;
	top: 140px;
	right: 2px;
}
.top-page-service-item-img{
	position: relative;
	top: -40px;
	left: 10px;
}
.swell-block-columns.top-page-service-item-container2{
	padding-bottom: 72px;
}
.swell-block-columns.top-page-service-item-container2 .swell-block-columns__inner{
	display: flex;
	gap: 40px 20px;
	justify-content: center;
}
@media not all and (min-width: 1220px){
	.swell-block-columns.top-page-service-item-container2{
		display: flex;
		justify-content: center;
	}
	.swell-block-columns.top-page-service-item-container2 .swell-block-columns__inner{
		flex-direction: column;
		gap: 40px 20px;
	}
}
.swell-block-columns.top-page-service-item-container2 .swell-block-column.swl-has-mb--s{
	margin: 0;
}
.has-text-align-right.top-page-service-text2{
	font-size: 34.081px;
	font-weight: 900;
	line-height: 160%; 
	transform: rotate(5deg);
	background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-service12.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: 934.5px;
	height: 125px;
	padding: 15px 70px 170px 0px;
	margin: 0px 0px 20px auto;
}
.wp-block-group.top-page-service-text-box{
	width: 590px;
	height: 360px;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 4px 8px 8px 0px rgba(1, 38, 130, 0.70);
	padding: 38px 38px 0 38px;
	position: relative;
}
.top-page-service-text-ttl{
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
}
.wp-block-group.top-page-service-text-img-box .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained{
	display: flex;
}
.top-page-service-text-img img{
	position: absolute;
    bottom: 30px;
    left: 62px;
}
.top-page-service-text-img2 img{
	position: absolute;
    bottom: 30px;
    left: 219px;
}
.top-page-service-text-img3 img{
	position: absolute;
    bottom: 30px;
    right: 0;
}
.wp-block-group.top-page-service-text-img-box2 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained{
	display: flex;
	justify-content: center;
	gap: 72px;
}
.swell-block-columns.top-page-service-text-container{
	padding-bottom: 60px;
}
@media not all and (min-width: 1220px){
	.swell-block-columns.top-page-service-text-container{
		display: flex;
		justify-content: center;
	}
	.swell-block-columns.top-page-service-text-container .swell-block-columns__inner{
		flex-direction: column;
	}
}
.has-text-align-center.top-page-service-last-text2{
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-service11.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1014px;
	height: 177px;
	margin: 0px auto;
	padding: 45px 0 0 160px;
	text-align: left;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-service-last-text{
	padding-bottom: 120px !important;
	position: relative;
	top: 0px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1;
	background: rgba(50, 123, 231, 0.70);
	margin-bottom: 0;
	margin-top: -60px;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-service-last-text:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0;
	left: 0; 
	background: rgba(50, 123, 231, 0);
}
@media not all and (min-width: 959px){
	.top-page-service-ttl2{
		font-size: 128px;
	}
	.wp-block-heading.is-style-section_ttl.top-page-service-ttl{
		font-size: 72px;
		padding-top: 75px;
		margin-bottom: 12px;
	}
	.top-page-service-text{
		background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-service12-sp.webp);
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%) rotate(-5deg);
		font-size: 40px;
		font-weight: 700;
		line-height: 150%;
		text-align: center;
		background-size: cover;
		padding: 130px 0 190px 0px;
		margin-bottom: 44px;
		height: auto;
	}
	.swell-block-columns.top-page-service-item-container{
		justify-content: center;
	}
	.swell-block-columns.top-page-service-item-container2{
		justify-content: center;
		padding-bottom: 100px;
	}
	.wp-block-group.top-page-service-item-box{
		padding: 40px 0px 48px 0px;
		text-align: center;
	}
	.top-page-service-item-ttl{
		font-size: 31px;
		margin-bottom: 25px;
	}
	.wp-block-group.top-page-service-item-box2{
		top: 0;
		left: 50%;
    	transform: translateX(-50%);
	}
	.has-text-align-right.top-page-service-text2{
		background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-service12-sp.webp);
		position: absolute;
		width: 103%;
		top: -130px;
		left: 50%;
		transform: translateX(-50%) rotate(5deg);
		font-size: 40px;
		font-weight: 700;
		line-height: 150%;
		text-align: center;
		background-size: cover;
		padding: 13vw 0 22vw 0px;
		margin-bottom: 44px;
		z-index: -1;
	}
	.swell-block-columns.top-page-service-text-container .swell-block-columns__inner{
		flex-direction: column-reverse;
		gap: 39px;
	}
	.swell-block-columns.top-page-service-text-container{
		justify-content: center;
		padding-top: 280px;
	}
	.wp-block-group.top-page-service-text-box{
		padding: 28px 38px 0 38px;
	}
	.top-page-service-text-ttl{
		font-size: 28px;
	}
	.has-text-align-center.top-page-service-last-text2{
		width: 110%;
		height: 234px;
		font-size: 28px;
		padding: 65px 90px 0px 110px;
		background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-service12-sp-1.webp);
		background-size: cover;
		position: relative;
		top: 0;
        left: 50%;
        transform: translateX(-50%);
	}
}
@media screen and (max-width: 600px){
	.top-page-service-ttl2{
		font-size: 64px;
	}
	.wp-block-heading.is-style-section_ttl.top-page-service-ttl{
		font-size: 36px;
		padding-top: 37px;
	}
	.top-page-service-text{
		font-size: 20px;
		padding: 60px 0 80px 0px;
		margin-bottom: 0px;
		height: auto;
		background-size: 100% 100%;
		background-position: center;
	}
	.swell-block-columns.top-page-service-item-container{
		justify-content: center;
        margin-right: 0;
		padding-top: 0px;
		padding-bottom: 15px;
	}
	.swell-block-columns.top-page-service-item-container .swell-block-columns__inner{
		margin: 0 auto;
		gap: 15px;
	}
	.wp-block-group.top-page-service-item-box{
		width: 295px;
		height: 180px;
		border-radius: 15px;
		padding: 20px 0px 24px 0px;
	}
	.swell-block-columns.top-page-service-item-container2{
		justify-content: center;
        margin-right: 0;
		padding-bottom: 76.5px;
	}
	.swell-block-columns.top-page-service-item-container2 .swell-block-columns__inner{
		margin: 0 auto;
		gap: 15px;
	}
	.wp-block-group.top-page-service-item-box2{
		width: auto;
		top: -10px;
	}
	.top-page-service-item-ttl{
		font-size: 16px;
		padding-bottom: 10px;
	}
	.top-page-service-item-text{
		font-size: 48px;
	}
	.top-page-service-item-text2{
		font-size: 120px;
		margin-top: -70px;
	}
	.top-page-service-item-text3 img {
		width: 34.5px !important;
	}
	.top-page-service-item-text3{
		top: 70px;
	}
	.top-page-service-item-img img{
		width: 105.53px !important;
	}
	.top-page-service-item-img{
		top: -10px;
		left: 20px;
	}
	.service-line{
		height: 20px;
		border-radius: 15px;
		margin-top: -20px;
	}
	.has-text-align-right.top-page-service-text2{
		font-size: 20px;
        padding: 60px 0 80px 0px;
        margin-bottom: 0px;
        height: auto;
        background-size: 100% 100%;
        background-position: center;
		top: -85px;
	}
	.swell-block-columns.top-page-service-text-container{
		justify-content: center;
		margin-right: 0;
		padding-top: 100px;
		padding-bottom: 20px;
	}
	.swell-block-columns.top-page-service-text-container .swell-block-columns__inner{
		gap: 19.5px;
	}
	.wp-block-group.top-page-service-text-box{
		width: 295px;
		height: 180px;
		padding: 14px 19px 0 19px;
	}
	.top-page-service-text-ttl{
		font-size: 14px;
	}
	.wp-block-group.top-page-service-text-img-box2 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained{
		gap: 38px;
 	}
	.top-page-service-text-img4 img{
		width: 94px !important;
	}
	.top-page-service-text-img5 img{
		width: 75.5px !important;
	}
	.top-page-service-text-img img{
		width: 109px !important;
		bottom: 15px;
    	left: 36px;
	}
	.top-page-service-text-img2 img{
		width: 109px !important;
		bottom: 15px;
    	left: 114.5px;
	}
	.top-page-service-text-img3 img{
		width: 109px !important;
		bottom: 15px;
		right: -10px;
	}
	.has-text-align-center.top-page-service-last-text2 {
        font-size: 14px;
        padding: 25px 30px 0px 45px;
        background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-service12-sp-1.webp);
        background-size: 100%;
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
		height: 120px;
    }
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-service-last-text{
		padding-bottom: 60px !important;
	}
}
/* /トップページ service ///////////////////////////////////////////////////// */

/* トップページ job info ///////////////////////////////////////////////////// */
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-job-info{
	background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/07/top-page-job-info-ttl.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-top: -47px;
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.top-page-job-info2{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-job-info.webp");
	background-size: contain;
	background-position: top center !important;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-job-info .swell-block-fullWide__inner.l-article{
	height: 516.937px;
}
.wp-block-column.top-page-service-second-ttl{
	width: 100%;
	height: 312px;
	position: absolute;
	background: linear-gradient(45deg, #012682);
}
.wp-block-group.top-page-service-second-ttl6{
	position: absolute;
    top: -80px;
    left: calc((100% - 100vw) / 2 + 9px);
}
.top-page-job-info-ttl4{
	font-size: 128px;
	font-weight: 900;
	line-height: normal;
	color: #0126821A;
	opacity: 0.1;
}
.top-page-job-info-ttl2{
	position: relative;
    top: 237px;
	left: 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 36px;
	font-weight: 700;
	line-height: 160%;
	transform: rotate(-7.088deg);
}
.has-text-align-center.top-page-job-info-ttl3{
	width: 570.309px;
	height: 80.273px;
	background: #FFD500;
	font-size: 48px;
	font-weight: 700;
	line-height: 160%;
	position: relative;
    top: 180px;
	left: 60%;
	transform: translatex(-50%) rotate(-7.09deg);
}
.wp-block-heading.is-style-section_ttl.top-page-job-information{
	margin: 0 auto;
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.top-page-job-info2.lazyloaded:before{
	background: linear-gradient(202deg, rgba(226, 245, 255, 0.00) 0.77%, rgba(226, 245, 255, 0.00) 23.19%, #E2F5FF 78.53%);
}
.wp-block-heading.is-style-section_ttl.top-page-job-information{
	width: 590px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #012682;
	font-size: 40px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 80px;
}
.wp-block-heading.is-style-section_ttl.top-page-job-information2{
	width: 590px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	font-size: 40px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 80px !important;
	position: relative;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
}
.wp-block-group.top-page-service-second-ttl7 {
    position: absolute;
	top: 730px;
    left: calc((100% - 100vw) / 2 + 9px);
}

.top-page-swiper-container{
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}
/* .p-postList__item{
	position: relative; 
	overflow: hidden;
}
.-type-card .p-postList__link{
	height: fit-content;
}
.p-postList__item > .p-postList__link_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
	z-index: 1;
}
.p-postList__item .p-postList__title .is-job-title-link {
    position: relative;
    z-index: 10; 
    display: inline-block; 
    text-decoration: none; 
    color: inherit; 
} */

.top-page-swiper-container .-type-card .p-postList__thumb{
	display: none;
}
.top-page-swiper-container .p-postList__item a{
	width: 100%;
}
.top-page-swiper-container .p-postList__title{
	color: #012682;
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	background: #FFF;
	padding: 13px 35px 15px;
}
.top-page-swiper-container .job-card-details{
	background: #80B3FF;
	padding: 24px 22px 50px;
}
.top-page-swiper-container .js-salary-show-single{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #FFF;
	align-items: baseline;
}
.top-page-swiper-container .js-salary-show-range{
	display: none;
}
.top-page-swiper-container .salary-prefix, .p-postListWrap.top-page-swiper-container .salary-suffix{
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	color: #FFF;
	padding-bottom: 10px;
}
.top-page-swiper-container .salary-amount{
	font-size: 36px;
	font-weight: 700;
	line-height: 160%;
	color: #012682;
	padding-bottom: 10px;
}
.top-page-swiper-container .job-label{
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	color: #FFF;
	width: 95px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #012682;
}
.top-page-swiper-container .job-icon.job-icon-location{
	background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/company-page6.webp');
	background-size: 23px 31px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 23px;
	height: 31.481px;
	margin-left: 14px;
}
.top-page-swiper-container .job-detail-item.job-occupation{
	display: none;
}
.top-page-swiper-container .job-header-line, .p-postListWrap.top-page-swiper-container .job-header-line{
	display: flex;
	align-items: center;
	padding-top: 16px; 
	padding-bottom: 8px;
}
.top-page-swiper-container .job-value{
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	color: #FFF;
}
.top-page-swiper-container .job-conditions-list{
	display: none;
}
.top-page-swiper-container .job-detail-item.job-description{
	display: none;
}
.top-page-swiper-container .job-icon.job-icon-thumb-up{
	background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/FACEBOOK.webp');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 18px;
}
.top-page-swiper-container .p-postList.-type-card.-pc-col3.-sp-col1.swiper-wrapper{
	display: flex;
	flex-wrap: nowrap !important;
}
.top-page-swiper-container .post-date-custom{
	display: none;
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.top-page-swiper-container .wp-block-columns{
	width: 100%;
	max-width: 1200px;
}
.top-page-swiper-container .p-postList__item.swiper-slide {
    flex-shrink: 0; 
    padding: 0; 
}
.top-page-swiper-container .swiper-pagination {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
	gap: 70px;
}
.top-page-swiper-container .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border: 2px solid #012682;
	background-color: initial;
	opacity: 1;
}
.top-page-swiper-container .swiper-pagination-bullet-active{
	background-color: #012682;
}
.top-page-swiper-container .swiper-button-prev, .p-postListWrap.top-page-swiper-container .swiper-button-next{
/* 	background-image: none !important;  */
	color: transparent !important; 
}
.top-page-swiper-container .swiper-button-next, .swiper-button-prev{
	top: auto;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.top-page-swiper-container .swiper-button-prev{
	background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/241bd8060a6e83d063cafd18ba43d8ed.webp') !important;
	left: 0;
}
.top-page-swiper-container .swiper-button-next{
	background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/487deb7ec9832047d4c7f45332f4c13d.webp') !important;
	right: 7px;
}
#top-page-job_description_detail-box{
	background: #80B3FF;
	padding: 40px 0 14px;
}
#top-page-job_description_detail-box:hover{
	opacity: 0.6;
}
.has-text-align-center.top-page-job_description_detail-ttl{
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
	color: #012682;
	width: 100%;
	display: flex;
	background: #FFF;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.wp-block-image.u-lb-off.top-page-job_description_detail-img figure{
	width: 55px;
	height: 55px;
	margin-top: 13px;
}
.has-text-align-center.top-page-job_description_detail-text {
   	font-size: 24px;
	font-weight: 400;
	line-height: 160%;
   	text-shadow: 0px 4px 4px rgba(1, 38, 130, 0.71);
   	width: 100%;
}
.swell-block-button.blue_.is-style-btn_solid.top-page-job-information-btn{
	padding-bottom: 120px;
}
.wp-block-columns.top-page-job-info-form-job_description_detail{
	margin-bottom: 80px;
}
.swell-block-button.blue_.is-style-btn_solid.top-page-job-information-btn .swell-block-button__link{
	width: 426px;
	height: 60px;
	border-radius: 30px;
	border: 3px solid #939090;
	box-shadow: 4px 4px 8px 0px rgba(1, 38, 130, 0.70);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
}
@media (min-width: 600px) {
    [class*=is-style-btn_] {
        --the-min-width: initial;
    }
}
@media screen and (max-width: 1219px){
	.top-page-job-info-ttl2{
		top: 220px;
	}
}
@media screen and (max-width: 959px){
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-job-info{
		background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/07/top-page-job-info4-sp.webp);
		background-position: center;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.top-page-job-info2{
		background-size: cover;
	}
	.top-page-job-info-ttl2{
		transform: rotate(-4.76deg);
		top: 270px;
		left: 30px;
	}
	.has-text-align-center.top-page-job-info-ttl3{
		transform: translatex(-50%) rotate(-4.76deg);
		top: 230px;
		left: 50%;
		width: 110%;
	}
	.wp-block-heading.is-style-section_ttl.top-page-job-information{
		margin-top: 80px;
	}
	.top-page-job-info-ttl4{
		font-size: 96px;
		position: relative;
		top: -10px;
	}
	.wp-block-heading.is-style-section_ttl.top-page-job-information2{
		margin-top: 57px !important;
	}
	.swell-block-button.blue_.is-style-btn_solid.top-page-job-information-btn .swell-block-button__link{
		width: 590px;
		height: 125px;
		font-size: 40px;
	}
	.wp-block-group.top-page-service-second-ttl6{
		top: -130px
		left: calc((100% - 100vw) / 2 + 3px);
	}
	.wp-block-heading.is-style-section_ttl.top-page-swiper-container{
		width: 100%;
		margin-bottom: 30px;
	}
	.wp-block-heading.is-style-section_ttl.top-page-swiper-container{
		width: 100%;
		margin-bottom: 40px !important;
	}
	.p-postListWrap.top-page-swiper-container{
		padding-bottom: 100px !important;
	}
	.top-page-swiper-container .swiper-pagination{
		bottom: 110px;
	}
	.top-page-swiper-container .swiper-button-next{
		right: 0px;
	}
	.top-page-swiper-container .swiper-button-next, .swiper-button-prev{
		width: 85px;
		height: 85px;
		bottom: -20px;
	}
	.wp-block-columns.top-page-job-info-form-job_description_detail{
		flex-direction: column;
		margin-bottom: 100px;
		display: flex;
		gap: 40px !important;
	}
	#top-page-job_description_detail-box{
		flex-basis: 100% !important;
	}
}
@media screen and (max-width: 600px){
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-job-info{
		background-position: top;
		background-size: 100%;
		margin-top: -10vw;
		height: 270px;
	}
	.top-page-job-info-ttl2 .swl-fz{
		font-size: 18px !important;
	}
	.top-page-job-info-ttl2{
		top: 22vw;
		left: 10px;
	}
	.has-text-align-center.top-page-job-info-ttl3 .swl-fz{
		font-size: 20px !important;
		position: relative;
		top: -30px;
		margin-left: 60px;
	}
	.has-text-align-center.top-page-job-info-ttl3{
		height: 40.137px;
		top: 4vw;
	}
	.top-page-job-info-ttl4{
		font-size: 48px;
		top: -110px;
	}
	.wp-block-heading.is-style-section_ttl.top-page-job-information{
		width: 295px;
		height: 40px;
		font-size: 20px;
		margin-top: 40px;
		margin-bottom: 15px;
	}
	.wp-block-heading.is-style-section_ttl.top-page-job-information2{
		width: 295px;
		height: 40px;
		font-size: 20px;
		margin-top: 28.5px !important;
		margin-bottom: 20px !important;
	}
	.swell-block-button.blue_.is-style-btn_solid.top-page-job-information-btn{
		padding-bottom: 60px;
	}
	.swell-block-button.blue_.is-style-btn_solid.top-page-job-information-btn .swell-block-button__link{
		width: 295px;
		height: 62.5px;
		border-radius: 15px;
		border: 1.5px solid #939090;
		font-size: 20px;
	}
	.p-postListWrap.top-page-swiper-container .swiper-pagination{
		gap: 35.5px;
	}
	.p-postListWrap.top-page-swiper-container .swiper-pagination-bullet{
		width: 7px;
		height: 7px;
		border: 1px solid #012682;
	}
	.p-postListWrap.top-page-swiper-container .swiper-button-next, .swiper-button-prev{
		width: 42.5px;
		height: 42.5px;
	}
	.p-postListWrap.top-page-swiper-container.swiper{
		padding-bottom: 40px !important;
	}
	.p-postListWrap.top-page-swiper-container .swiper-pagination{
		bottom: 60px;
	}
	#top-page-job_description_detail-box{
		padding: 20px 0 7px;
	}
	.has-text-align-center.top-page-job_description_detail-ttl{
		font-size: 16px;
		margin-bottom: 14.5px;
	}
	.wp-block-image.u-lb-off.top-page-job_description_detail-img figure{
		width: 27.5px;
		height: 27.5px;
	}
	.wp-block-image.u-lb-off.top-page-job_description_detail-img{
		margin-bottom: 6.5px;
	}
	.has-text-align-center.top-page-job_description_detail-text{
		font-size: 12px;
	}
	.wp-block-columns.top-page-job-info-form-job_description_detail{
		margin-bottom: 50px;
	}
}
/* /トップページ job info /////////////////////////////////////////////// */

/* トップページ strengths /////////////////////////////////////////////// */
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths{
	background: linear-gradient(202deg, rgba(1, 38, 130, 0.00) 0.77%, rgba(1, 38, 130, 0.00) 23.19%, #012682 78.53%);
	z-index: 10;
	margin-top: -45px;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths2{
	background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/top-page-strengths6-scaled.webp);
	background-position: center;
	background-size: 1647.735px;
	background-repeat: no-repeat;
	position: relative;
	z-index:5;
	margin-top: -32px;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 517px;
	background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/07/top-page-strengths10-scaled.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index:-1;
}
.wp-block-heading.is-style-section_ttl.top-page-strengths-bg-height{
	height: 517px;
	margin-bottom: 0;
}
.top-page-strengths-ttl2{
	font-size: 36px;
	font-weight: 700;
	line-height: 160%;
	transform: rotate(-7.088deg);
	position: absolute;
    top: 270px;
    left: 16px;
}
.has-text-align-center.top-page-strengths-ttl3{
	width: 100%;
	font-size: 64px;
	font-weight: 700;
	line-height: 160%;
	position: absolute;
    top: 270px;
    left: 60%;
	transform: translatex(-50%) rotate(-7.088deg);
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths2 .swell-block-fullWide__inner.l-article{
	max-width: 1440px;
	padding: 0 0;
	margin: 0 0;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths2 .swell-block-fullWide__inner.l-article .wp-block-columns{
	gap: 0 !important;
}
.wp-block-group.top-page-strengths-text-box{
	background: #E2F5FF;
	width: 1015px;
	height: 370px;
	position: relative;
	top: 0;
	z-index: -1;
	overflow: hidden;
}
.top-page-strengths2-ttl-img{
	width: 608px;
	height: 540px;
	position: relative;
	top: -82px;
}
.has-text-align-center.top-page-strengths-text{
	width: 103%;
	height: 180px;
	transform: rotate(-5deg);
	background: #FFD500;
	text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.80);
	font-size: 48px;
	font-weight: 700;
	line-height: 160%;
	position: relative;
	top: 30px;
	left: -10px;
	padding-top: 10px;
}
.has-text-align-right.top-page-strengths2-img{
	position: absolute;
	top: 40px;
	left: 730px;
}
.has-text-align-center.top-page-strengths-text2 .swl-inline-color{
	text-shadow: 6px 4px 0px #FFF;
	font-size: 128px;
	font-weight: 900;
	line-height: 90%;
	margin-left: 540px;
}
.top-page-strengths2-ttl-img2{
	width: 608px;
	height: 540px;
	position: relative;
	top: -82px;
	right: calc((100% - 1440px) / 2 + 615px);
}
.has-text-align-left.top-page-strengths-text2{
	width: 103%;
	height: 180px;
	transform: rotate(-5deg);
	background: #FFD500;
	text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.80);
	font-size: 48px;
	font-weight: 700;
	line-height: 160%;
	position: relative;
	top: 30px;
	left: -10px;
	padding: 50px 0 0 130px;
}
.top-page-strengths2-img2{
	position: absolute;
	top: 140px;
	left: 40px;
}
.has-text-align-left.top-page-strengths-text3 .swl-inline-color{
	text-shadow: 6px 4px 0px #FFF;
	font-size: 128px;
	font-weight: 900;
	line-height: 90%;
	margin-left: 320px;
}
.has-text-align-center.top-page-strengths-text3{
	width: 103%;
	height: 180px;
	transform: rotate(-5deg);
	background: #FFD500;
	text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.80);
	font-size: 48px;
	font-weight: 700;
	line-height: 160%;
	position: relative;
	top: 30px;
	left: -10px;
	padding: 50px 0 0 0;
}
.has-text-align-right.top-page-strengths2-img3{
	position: absolute;
	top: 140px;
    left: 740px;
}
.has-text-align-center.top-page-strengths-text4 {
	margin-left: 200px;
}
.has-text-align-center.top-page-strengths-text4 .swl-inline-color{
	text-shadow: 6px 4px 0px #FFF;
	font-size: 128px;
	font-weight: 900;
	line-height: 90%;
}
.top-page-service-ttl9{
	font-size: 200px;
    font-weight: 900;
    line-height: 70%;
}
@media screen and (max-width: 1330px){
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths2 .swell-block-fullWide__inner.l-article .wp-block-columns{
		flex-direction: column;
	}
	.top-page-strengths2-ttl-img{
		top: 0px;
		left: 34.3%;
	    transform: translateX(-50%);
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths2 .swell-block-fullWide__inner.l-article .wp-block-columns:nth-of-type(2){
		flex-direction: column-reverse;
	}
	.wp-block-group.top-page-strengths-text-box{
		left: 50%;
	    transform: translateX(-50%);
	}
	.top-page-strengths2-ttl-img2{
		top: 0px;
		left: 66.3%;
	    transform: translateX(-50%);
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths2{
		background-position: top;
		background-size: 3084px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths2 .swell-block-fullWide__inner.l-article{
		padding: 0 0 85px 0;
	}
}
@media screen and (max-width: 959px){
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths:before{
		background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/07/top-page-strengths10-sp.webp);
		height: 480px;
	}
	.wp-block-heading.is-style-section_ttl.top-page-strengths-bg-height{
		height: 480px;
		z-index: -1;
	}
	.top-page-strengths-ttl2{
		transform: rotate(-4.76deg);
	}
	.has-text-align-center.top-page-strengths-ttl3{
		transform: translatex(-50%) rotate(-4.76deg);
		top: 280px;
	}
	.top-page-strengths2-ttl-img {
		left: 0%;
        transform: translateX(0);
		width: 552px;
		height: 290px;
		z-index: 1;
		margin: 0;
	}
	.top-page-strengths-ttl3 .swl-fz{
		font-size: 40px !important;
	}
	.wp-block-group.top-page-strengths-text-box2{
		width: 120%;
	    height: 370px;
    	background: #E2F5FF;
   		position: relative;
    	top: 0;
    	left: -40px;
	}
	.has-text-align-center.top-page-strengths-text{
		text-align: left;
		top: 90px;
		padding-left: 140px;
		z-index: 1;
	}
	.has-text-align-right.top-page-strengths2-img{
		top: 150px;
		left: 600px;
		z-index: 1;
	}
	.has-text-align-center.top-page-strengths-text2 .swl-inline-color{
		position: relative;
		margin-left: 300px;
		z-index: 1;
	}
	.top-page-strengths2-ttl-img2{
		left: 65.8%;
		height: 240px;
		z-index: 1;
	}
	.has-text-align-left.top-page-strengths-text2{
		transform: rotate(5deg);
		top: 90px;
		z-index: 1;
		padding: 50px 0 0 250px;
	}
	.top-page-strengths2-img2{
		top: 180px;
		left: 160px;
		z-index: 1;
	}
	.has-text-align-left.top-page-strengths-text3 .swl-inline-color{
		position: relative;
		z-index: 1;
		margin-left: 340px;
	}
	.has-text-align-center.top-page-strengths-text3{
		position: relative;
		z-index: 1;
		top: 90px;
	}
	.has-text-align-center.top-page-strengths-text4 .swl-inline-color{
		position: relative;
		z-index: 1;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths{
		background: linear-gradient(220deg, rgba(1, 38, 130, 0.00) 0.77%, rgba(1, 38, 130, 0.00) 23.19%, #012682 78.53%);
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths2{
		background-position: top center;
        background-size: 3084px 1744px;
	}
	.top-page-service-ttl9{
		font-size: 128px;
	}
}
@media screen and (max-width: 600px){
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths{
		background: linear-gradient(235deg, rgba(1, 38, 130, 0.00) 0.77%, rgba(1, 38, 130, 0.00) 23.19%, #012682 78.53%);
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths:before{
		background-size: 100%;
		height: auto;
        aspect-ratio: 9 / 5;
	}
	.wp-block-heading.is-style-section_ttl.top-page-strengths-bg-height{
		height: 56vw;
	}
	.top-page-strengths-ttl2 .swl-fz{
		font-size: 18px !important;
	}
	.top-page-strengths-ttl2{
		top: 23vw;
	}
	.top-page-strengths-ttl3 .swl-fz{
		font-size: 20px !important;
	}
	.has-text-align-center.top-page-strengths-ttl3{
		top: 22vw;
		left: 55%;
	}
	.top-page-strengths2-ttl-img{
		width: 276px;
		height: 140px;
	}
	.wp-block-group.top-page-strengths-text-box2{
		height: 185px;
	}
	.has-text-align-center.top-page-strengths-text{
		font-size: 24px;
		height: 90px;
		top: 50px;
		padding-left: 100px;
	}
	.has-text-align-right.top-page-strengths2-img{
		top: 90px;
        left: 330px;
	}
	.has-text-align-right.top-page-strengths2-img img{
		width: 39.409px !important;
	}
	.has-text-align-center.top-page-strengths-text2 .swl-inline-color{
		font-size: 64px;
		margin-left: 210px;
	}
	.top-page-strengths-text2 .swl-fz{
		font-size: 32px !important;
		font-weight: 900;
		line-height: 160%;
	}
	.top-page-strengths2-ttl-img2{
		width: 276px;
		height: 110px;
	}
	.has-text-align-left.top-page-strengths-text2{
		height: 90px;
		top: 40px;
		font-size: 24px;
		padding: 30px 0 0 140px;
	}
	.top-page-strengths2-img2{
		top: 85px;
		left: 90px;
	}
	.top-page-strengths2-img2 img{
		width: 32.113px !important;
	}
	.has-text-align-left.top-page-strengths-text3 .swl-inline-color{
		font-size: 64px;
		margin-left: 180px;
	}
	.top-page-strengths-text3 .swl-fz{
		font-size: 32px !important;
		font-weight: 900;
		line-height: 160%;
		letter-spacing: 3.2px;
	}
	.has-text-align-center.top-page-strengths-text3{
		font-size: 24px;
		height: 90px;
		top: 50px;
		padding: 30px 0 0 20px;
	}
	.has-text-align-center.top-page-strengths-text4 .swl-inline-color{
		font-size: 64px;
		margin-left: 0px;
		left: -40px;
	}
	.top-page-strengths-text4 .swl-fz{
		font-size: 32px !important;
		font-weight: 900;
		line-height: 160%;
		letter-spacing: 3.2px;
		position: relative;
        left: 20px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-strengths2{
		background-size: 1542px 872px;
	}
	.top-page-service-ttl9{
		font-size: 64px;
	}
}
/* /トップページ strengths /////////////////////////////////////////////// */

/* トップページ articles /////////////////////////////////////////////// */
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-articles{
	margin-bottom: 0;
}
.top-page-category-ttl, .top-page-tag-ttl, .top-page-article-list-ttl{
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
	border-bottom: 3px solid #80B3FF;
}
.wp-block-column.top-page-tag .tag-cloud-link{
	background: initial;
	font-size: 12px !important;
	font-weight: 500;
	color: #012682 !important;
	width: 82px;
	height: 30px;
	padding: 2px 0 3px 0  !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(https://mk-designoffice.xyz/wp-content/uploads/2025/06/tagu.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.wp-block-column.top-page-tag .is-style-default.wp-block-tag-cloud{
	gap: 20px 17px;
}
.wp-block-column.top-page-tag .hov-flash-up{
	box-shadow: none;
}
.p-postListWrap.top-page-post-container .p-postList__body{
	padding-top: 0;
	border: 1px solid #D9D9D9;
	background: #FFF;
	margin-top: -10px;
	z-index: 1;
	height: 190px;
	overflow: hidden;
}
.p-postListWrap.top-page-post-container .p-postList__title{
	display: none;
}
.p-postListWrap.top-page-post-container .post-meta-scene-date{
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.p-postListWrap.top-page-post-container .post-scene{
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	color: #FFF;
	padding: 4px 15px;
	background: #012682;
}
.p-postListWrap.top-page-post-container .post-date-custom{
	font-size: 12px;
	font-weight: 400;
	line-height: 160%;
	padding: 4px 15px;
}
.p-postListWrap.top-page-post-container [class*=" icon-"]::before, .p-postListWrap.top-page-post-container [class^="icon-"]::before {
	font-size: 13px;
	color: #012682;
	margin-right: 6px;
}
.p-postListWrap.top-page-post-container .tag-text{
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	color: #012682;
	background: #EFEDED;
	padding: 0 10px;
}
.p-postListWrap.top-page-post-container .p-postList__excerpt{
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #121133;
	padding: 15px 30px;
	margin: 0;
	height: 120px;
	overflow: hidden;
}
@media screen and (max-width: 959px){
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-articles{
		padding-top: 36px !important;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-articles .wp-block-heading.is-style-section_ttl.top-page-job-information{
		margin: 40px auto 80px;
	}
	.wp-block-columns.top-page-articles-category-box{
		display: grid;
		gap: 80px !important;
		text-align: center;
	}
	.top-page-category-ttl, .top-page-tag-ttl, .top-page-article-list-ttl{
		border-bottom: initial;
		font-size: 40px;
	}
	.top-page-category-ttl{		
		margin-bottom: 90px;
	}
	.top-page-tag-ttl{
		margin-bottom: 60px;
	}
	.wp-block-column.top-page-tag .is-style-default.wp-block-tag-cloud{
		gap: 22px 53px;
		justify-content: center;
	}
	.wp-block-column.top-page-tag .tag-cloud-link{
		font-size: 24px !!important;
		line-height: 160%; 
		width: 160.037px;
		height: 63.109px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-articles{
		padding-bottom: 100px !important;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-articles2{
		margin-top: 0;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-articles2 .wp-block-heading.is-style-section_ttl{
		font-size: 40px;
		font-weight: 700;
		line-height: 160%;
		color: #012682;
		margin: 100px auto 60px !important;
	}
	.wp-block-latest-posts__list.has-dates.top-page-post-container2{
		border-top: initial;
	}
	.wp-block-latest-posts__list.has-dates.top-page-post-container2 li{
		border-bottom: initial;
	}
	.wp-block-latest-posts__list.has-dates.top-page-post-container2 .wp-block-latest-posts__featured-image.alignleft{
		margin-right: 16px;
		width: 34%;
	}
	.wp-block-latest-posts__list.has-dates.top-page-post-container2 .wp-block-latest-posts__post-title{
		display: none;
	}
	.wp-block-latest-posts__list.has-dates.top-page-post-container2 .wp-block-latest-posts__post-excerpt{
		font-size: 24px;
		font-weight: 500;
		line-height: 160%;
		color: #121133;
		margin: 0;
		aspect-ratio: 9 / 3;
		overflow: hidden;
	}
	.wp-block-latest-posts__list.has-dates.top-page-post-container2 .wp-block-latest-posts__post-date{
		font-size: 24px;
		font-weight: 400;
		line-height: 160%;
		color: #919191;
		position: absolute;
		right: 0;
		bottom: 5px;
	}
}
@media screen and (max-width: 600px){
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-articles{
		padding: 18px 0 50px!important;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.top-page-articles .wp-block-heading.is-style-section_ttl.top-page-job-information{
		margin: 20px auto 40px;
	}
	.top-page-category-ttl{
		font-size: 20px;
		margin-bottom: 45px;
	}
	.wp-block-columns.top-page-articles-category-box .wp-block-columns.is-not-stacked-on-mobile{
		gap: 10px !important;
		margin-bottom: 10px;
	}
	.wp-block-columns.top-page-articles-category-box{
		gap: 50px !important;
		margin-bottom: 0;
	}
	.top-page-tag-ttl{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.wp-block-column.top-page-tag .tag-cloud-link{
		width: 80.019px;
		height: 31.555px;
	}
	.wp-block-column.top-page-tag .is-style-default.wp-block-tag-cloud{
		gap: 11px 26px
	}
	.wp-block-latest-posts__list.has-dates.top-page-post-container2 .wp-block-latest-posts__featured-image.alignleft{
		margin-right: 8px;
	}
	.wp-block-latest-posts__list.has-dates.top-page-post-container2 .wp-block-latest-posts__post-date{
		font-size: 12px;
	}
	.wp-block-latest-posts__list.has-dates.top-page-post-container2 .wp-block-latest-posts__post-excerpt{
		font-size: 12px;
	}
}
/* /トップページ articles /////////////////////////////////////////////// */

/* contact page //////////////////////////////////////////////////////////////// */
.page-id-108 .p-breadcrumb.-bg-on{
	display: none;
}
.page-id-108 .l-sidebar{
	display: none;
}
.page-id-108 .c-pageTitle{
	display: none;
}
.page-id-108 .l-content{
	padding: 0;
	margin-bottom: 0;
}
.page-id-108 .l-mainContent.l-article{
	width: 100%;
}
.page-id-108 .l-mainContent__inner > .post_content{
	margin: 0;
}
.swell-block-fullWide.pc-py-20.sp-py-20.has-bg-img.alignfull.contact-page-top{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/contact-page.webp");
	height: 22vw;
}
.page-id-108 .l-mainContent__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(202deg, rgba(226, 245, 255, 0.00) 0.77%, rgba(226, 245, 255, 0.00) 23.19%, #E2F5FF 78.53%);
    z-index: -1;
}
.wp-block-heading.is-style-section_ttl.contact-page-ttl{
	font-size: 40px;
	font-weight: 700;
	line-height: 160%;
	color: #FFF;
	width: 590px;
	height: 80px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #012682;
	margin: 0 auto 100px;
}
.has-text-align-center.contact-page-text{
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 47px;
}
.form-container{
	width: 1200px;
  	max-width: 100%;
	margin: 0 auto;
	display: grid;
  	gap: 55px;
}
.form-row{
	display: flex;
	justify-content: space-between;
}
.contact-ttl label{
	display: flex;
	align-items: center;
	width: 300px;
}
.required{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.4px;
	display: flex;
	width: 48px;
	height: 28px;
	justify-content: center;
	align-items: center;
	border: 1px solid #121133;
	background: #FFF;
	margin-right: 25px;
	padding: 0 0 0 2px;
}
.contact-ttl{
	color: #333;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3.6px;
	height: 29px;
	display: flex;
	align-items: center;
}
.required2{
	display: contents;
}
.form-row button, input, select{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3.55px;
	color: #939090;
	width: 793px;
	max-width: 100%;
	height: 47px;
	border: 0.986px solid #121133;
	background: #FFF;
}
.form-row textarea{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3.55px;
	color: #939090;
	width: 793px;
	height: 300px;
	border: 0.986px solid #121133;
	background: #FFF;
}
.form-row2{
	font-size: 24px;
	font-weight: 400;
	color: #333;
	display: flex;
	justify-content: center;
}
.form-row2 input{
	width: 30.05px;
	height: 30px;
	border: 0.986px solid #121133;
	background: #FFF;
	margin-right: 25px;
	vertical-align: middle;
}
.form-row2 a{
	border-bottom: 2px solid #012682;;
}
.swell-block-button.blue_.is-style-btn_solid.top-page-job-contact-btn .swell-block-button__link{
	width: 426px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	border-radius: 30px;
	border: 3px solid #939090;
	box-shadow: 4px 4px 8px 0px rgba(1, 38, 130, 0.70);
	margin-bottom:100px;
}
.swell-block-button.blue_.is-style-btn_solid.top-page-job-contact-btn input{
	font-size: 24px;
	font-weight: 700;
	line-height: 160%; 
	letter-spacing: 2.4px;
	border: initial;
	position: relative;
  	top: -2px;
  	left: 50%;
  	transform: translateX(-50%);
	color: #012682;
}
.wpcf7-response-output {
  display: none !important;
}
#thanks-modal {
  display: none;
}
.thanks-modal {
  	position: fixed;
  	z-index: 9999;
  	left: 0; 
	top: 0;
  	width: 100%; 
	height: 100%;
 	background-color: rgba(0,0,0,0.2);
  	display: flex; 
	justify-content: center; 
	align-items: center;
}
.thanks-modal-content {
  	background: #fff;
  	padding: 60px;
  	text-align: center;
  	max-width: 900px;
  	width: 90%;
	height: 500px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.thanks-modal-content h2{
	color: #012682;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	border-bottom: 3px solid #012682;
	padding-bottom: 5px;
}
.thanks-modal-content p{
	margin: 60px auto 100px;
	color: #012682;
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
}
.thanks-modal-content button{
	display: flex;
	width: 184px;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	border: 2px solid #A29999;
	background: #80B3FF;
	box-shadow: 4px 4px 8px 0px rgba(1, 38, 130, 0.25);
	margin: 0 auto;
}
@media screen and (max-width: 1250px){
	.form-row{
		flex-direction: column;
		margin: 0 auto;
		gap: 10px;
	}
	.contact-ttl > p{
		width: 100%;
		background: #80B3FF;
	}
	.contact-ttl label{
		width: 100%;
		padding-left: 29px;
	}
	.required2{
		display: block;
	}
}
@media screen and (max-width: 959px){
	.swell-block-fullWide.pc-py-20.sp-py-20.has-bg-img.alignfull.contact-page-top{
		background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/contact-page-sp.webp");
		background-size: contain;
		height: 30vw;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.contact-page-contact .swell-block-fullWide__inner.l-article{
		padding-top: 60px;
	}
	.wp-block-heading.is-style-section_ttl.contact-page-ttl{
		margin: 0 auto 30px;
	}
	.has-text-align-center.contact-page-text{
		font-size: 28px;
		width: 590px;
		margin: 0 auto 80px;
		text-align: left;
	}
	.form-container{
		width: 100%;
		gap: 30px;
	}
	.form-row{
		gap: 20px;
	}
	.form-row button, input, select{
		font-size: 36px;
		line-height: normal;
		width: 100%;
		height: 80px;
	}
	.form-row textarea{
		font-size: 36px;
		line-height: normal;
		width: 100%;
		height: 600px;
	}
	.form-row2{
		font-size: 30px;
		line-height: normal;
		margin-top: 90px;
	}
	.form-row2 input{
		width: 35px;
		height: 35px;
		margin-right: 15px;
	}
	.swell-block-button.blue_.is-style-btn_solid.top-page-job-contact-btn .swell-block-button__link{
		font-size: 40px;
		letter-spacing: 4px;
		width: 590px;
		height: 125px;
		border: 3px solid #012682;
		margin: 90px auto 160px;
		box-shadow: 4px 8px 8px 0px rgba(1, 38, 130, 0.60);
	}
	.page-id-108 .l-mainContent__inner::before{
		background: linear-gradient(220deg, rgba(226, 245, 255, 0.00) 0.77%, rgba(226, 245, 255, 0.00) 23.19%, #E2F5FF 78.53%);
	}
}
@media screen and (max-width: 600px){
	.page-id-108 .l-header.-series.-series-right{
		height: 50px;
	}
	.page-id-108 .l-header__inner.l-container{
		height: 50px;
		background-color: #FFF;
	}
	.page-id-108 .l-mainContent__inner::before{
		background: linear-gradient(230deg, rgba(226, 245, 255, 0.00) 0.77%, rgba(226, 245, 255, 0.00) 23.19%, #E2F5FF 78.53%);
	}
	.swell-block-fullWide.pc-py-20.sp-py-20.has-bg-img.alignfull.contact-page-top{
		height: 37vw;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.contact-page-contact .swell-block-fullWide__inner.l-article{
		padding: 20px 40px 0;
	}
	.wp-block-heading.is-style-section_ttl.contact-page-ttl{
		font-size: 20px;
		width: 100%;
		height: 40px;
	}
	.has-text-align-center.contact-page-text{
		font-size: 14px;
		line-height: 160%; 
		width: 100%;
		margin: 0 auto 40px;
	}
	.contact-ttl label{
		padding-left: 14.5px;
	}
	.required{
		font-size: 8px;
		letter-spacing: 1.2px;
		width: auto;
		height: 14px;
		padding: 5px;
		margin-right: 12.5px;
	}
	.contact-ttl{
		color: #121133;
		font-size: 12px;
		line-height: normal;
		letter-spacing: 1.8px;
		height: auto;
	}
	.contact-ttl > p{
		padding: 3px 0 4px 0;
	}
	.form-row{
		gap: 10px;
	}
	.form-container{
		gap: 15px;
	}
	.form-row button, input, select{
		font-size: 18px;
		height: 40px;
		border: 0.493px solid #000;
	}
	.form-row textarea{
		font-size: 18px;
		height: 300px;
		border: 0.493px solid #000;
	}
	.form-row2{
		font-size: 15px;
		margin-top: 25px;
	}
	.form-row2 input{
		width: 17.5px;
		height: 17.5px;
		border: 0.493px solid #121133;
		margin-right: 7.5px;
	}
	.swell-block-button.blue_.is-style-btn_solid.top-page-job-contact-btn .swell-block-button__link{
		font-size: 20px;
		width: 295px;
		height: 62.5px;
		border-radius: 15px;
		border: 1.5px solid #012682;
		margin: 25px auto 60px;
	}
	.swell-block-button.blue_.is-style-btn_solid.top-page-job-contact-btn input{
		top: -7px;
	}
	.thanks-modal-content{
		height: 300px;
		padding: 40px;
	}
	.thanks-modal-content p{
		margin: 30px auto;
	}
}
/* /contact page /////////////////////////////////////////////////////// */

/* 求人詳細 page /////////////////////////////////////////////////////// */
.wp-block-columns.job-search-page-code{
	padding-bottom: 2rem;
	border-bottom: 3px solid #012682;
	gap: initial !important;
}
.has-text-align-center.job-search-page-code-code{
	border: 1px solid #121133;
	background: #E2F5FF;
}
.has-text-align-center.job-search-page-code-code {
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.has-text-align-center.job-search-page-code-number{
	border: 1px solid #121133;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-block-media-text.is-stacked-on-mobile.job-search-page-top{
	display: flex;
}
.wp-block-media-text.is-stacked-on-mobile.job-search-page-top .wp-block-media-text__media{
	width: 387px;
}
.wp-block-media-text.is-stacked-on-mobile.job-search-page-top .wp-block-media-text__media img{
	border-radius: 10px;
	background: #D9D9D9;
}
.wp-block-media-text.is-stacked-on-mobile.job-search-page-top .wp-block-media-text__content{
	aspect-ratio: 9 / 3.2;
}
.badge-new{
	font-size: 20px;
	font-weight: 500;
	line-height: 160%;
	color: #FFF;
	width: 101px;
	height: 29px;
	background: #012682;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-articleHead.c-postTitle.has-new-badge .badge-new{
	position: relative;
}
.job-search-page-top-ttl{
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
}
.job-search-page-top-ttl-text{
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	border-bottom: 1px solid #012682;
	text-align: center;
}
.wp-block-columns.job-search-page-table-and-text-box{
	margin-bottom: 45px;
}
.wp-block-column.job-search-page-table-box{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.wp-block-column.job-search-page-table-box th{
	width: 150px !important;
	height: 78px;
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	background: #80B3FF;
	border: 3px solid #012682;
}
.wp-block-column.job-search-page-table-box td .swl-fz.u-fz-l{
	font-size: 32px !important;
	font-weight: 700;
	line-height: 160%;
}
.wp-block-column.job-search-page-table-box td .swl-fz.u-fz-xs{
	font-size: 20px !important;
	font-weight: 500;
	line-height: 160%;
}
.wp-block-column.job-search-page-table-box td{
	font-size: 20px;
	font-weight: 500;
	line-height: 160%; 
	width: 440px;
	border: 3px solid #012682;
}
.wp-block-column.job-search-page-table-text-box{
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	padding: 10px;
	background: #E2F5FF;
	display: inline-flex;
	align-items: center;
}
.has-text-align-center.job-search-page-second-ttl-text{
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
	background: #E2F5FF;
	padding: 10px;
	margin-bottom: 40px;
}
.wp-block-group.job-search-page-second-ttl-box{
	margin-bottom: 40px;
}
.wp-block-column.job-search-page-second-text-box{
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	margin: 0 auto !important;
	padding-bottom: 24px;
}
.wp-block-table.job-search-page-table-overview-box th{
	font-size: 20px;
	font-weight: 500;
	line-height: 160%; 
	width: 285px !important;
	border: 1px solid #80B3FF;
	background: #E2F5FF;
}
.wp-block-table.job-search-page-table-overview-box td{
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	border: 1px solid #80B3FF;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.job-search-page-third-box{
	background: linear-gradient(202deg, rgba(226, 245, 255, 0.00) 0.77%, rgba(226, 245, 255, 0.00) 23.19%, #E2F5FF 78.53%);
}
.swell-block-button.is-style-btn_solid.job-search-page-second-btn{
	margin-bottom: 100px;
}
.swell-block-button.is-style-btn_solid.job-search-page-second-btn .swell-block-button__link{
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 2px;
	width: 325px;
	height: 60px;
	border-radius: 10px;
	border-radius: 10px;
	background: linear-gradient(0deg, #80B3FF 0%, #80B3FF 100%), #FFF;
	box-shadow: 0px 4px 4px 0px rgba(1, 38, 130, 0.25);
}
.wp-block-column.job-search-page-third-ttl-box{
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
}
.wp-block-column.job-search-page-third-text-box{
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	display: flex;
	justify-content: end;
	align-items: center;
}
.has-text-align-right.job-search-page-third-text{
	border-bottom: 1px solid #121133;
}
.p-articleFoot{
	display: none;
}
.l-content.l-container{
	margin-bottom: 0 !important;
}
.post_content{
	margin-bottom: 0 !important;
}
.p-postListWrap.search{
	margin-bottom: 0;
}
@media screen and (max-width: 1090px){
	.wp-block-columns.job-search-page-third-box{
		flex-direction: column;
	}
	.wp-block-column.job-search-page-third-ttl-box{
		flex-basis: 0 !important;
	}
	.wp-block-column.job-search-page-third-text-box{
		justify-content: flex-start;
	}
}
.job-post-swiper-container, .job-post-swiper-container2{
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}
.job-post-swiper-container .p-postList.-type-card.-pc-col3.-sp-col1.swiper-wrapper, .job-post-swiper-container2 .p-postList.-type-card.-pc-col3.-sp-col1.swiper-wrapper{
	display: flex;
	flex-wrap: nowrap !important;
}
.job-post-swiper-container .p-postList__body, .job-post-swiper-container2 .p-postList__body{
	background: #FFF;
	border: 1px solid #D9D9D9;
	padding: 20px 25px;
}
.job-post-swiper-container .p-postList__title, .job-post-swiper-container2 .p-postList__title{
	display: none;
}
.job-post-swiper-container .job-detail-item.job-salary, .job-post-swiper-container2 .job-detail-item.job-salary{
	display: none;
}
.job-post-swiper-container .job-detail-item.job-location, .job-post-swiper-container2 .job-detail-item.job-location{
	display: none;
}
.job-post-swiper-container .job-detail-item.job-content, .job-post-swiper-container2 .job-detail-item.job-content{
	display: none;
}
.job-post-swiper-container .job-detail-item.job-tags, .job-post-swiper-container2 .job-detail-item.job-tags{
	display: none;
}
.job-post-swiper-container .job-main-info-area, .job-post-swiper-container2 .job-main-info-area {
	display: none;
}
.job-post-swiper-container .job-conditions-list, .job-post-swiper-container2 .job-conditions-list{
	display: none;
}
.job-post-swiper-container .job-label, .job-post-swiper-container2 .job-label{
	display: none;
}
.job-post-swiper-container .badge-new, .job-post-swiper-container2 .badge-new{
	display: none;
}
.job-post-swiper-container .p-postList__excerpt, .job-post-swiper-container2 .p-postList__excerpt{
	font-size: 20px;
	font-weight: 500;
	line-height: 160%; 
	color: #121133;
}
.job-post-swiper-container .post-date-custom, .job-post-swiper-container2 .post-date-custom{
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	color: #121133;
	text-align: end;
}
.job-post-swiper-container .swiper-button-next, .job-post-swiper-container .swiper-button-prev{
	top: auto;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.job-post-swiper-container2 .swiper-button-next, .job-post-swiper-container2 .swiper-button-prev{
	top: auto;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.job-post-swiper-container .swiper-button-next, .job-post-swiper-container2 .swiper-button-next{
	background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/487deb7ec9832047d4c7f45332f4c13d.webp') !important;
	right: 15px;
}
.job-post-swiper-container .swiper-button-prev, .job-post-swiper-container2 .swiper-button-prev{
	background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/241bd8060a6e83d063cafd18ba43d8ed.webp') !important;
	left: 0;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after, .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after{
	content: initial;
}
@media screen and (max-width: 959px){
	.wp-block-columns.job-search-page-code{
		flex-wrap: nowrap !important;
		border-bottom: initial;
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	.has-text-align-center.job-search-page-code-code{
		font-size: 24px;
	}
	.has-text-align-center.job-search-page-code-number{
		font-size: 24px;
	}
	.wp-block-media-text.is-stacked-on-mobile.job-search-page-top{
		flex-direction: column-reverse;
		margin-bottom: 80px;
	}
	.wp-block-media-text.is-stacked-on-mobile.job-search-page-top .wp-block-media-text__content{
		align-self: auto;
		aspect-ratio: auto;
	}
	.wp-block-group.job-search-page-top-ttl-container .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained{
		display: flex;
		gap: 16px;
		border-bottom: 1px solid #012682;
	}
	.badge-new{
		font-weight: 700;
		width: 85px;
		height: 50px;
		position: relative;
		top: 12px;
	}
	.job-search-page-top-ttl{
		font-size: 40px;
	}
	.wp-block-columns.job-search-page-top-ttl-text-box{
		justify-content: center;
		padding-top: 20px;
	}
	.wp-block-media-text.is-stacked-on-mobile.job-search-page-top .wp-block-media-text__media{
		width: 100%;
		overflow: hidden;
		border-radius: 10px;
		aspect-ratio: 590 / 360;
	}
	.wp-block-media-text.is-stacked-on-mobile.job-search-page-top .wp-block-media-text__media img{
		width: 810.313px;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.wp-block-column.job-search-page-table-text-box{
		display: none;
	}
	.wp-block-columns.job-search-page-table-and-text-box{
		justify-content: center;
		margin-bottom: 80px;
	}
	.wp-block-column.job-search-page-table-box th{
		font-size: 24px;
		font-weight: 400;
	}
	.wp-block-column.job-search-page-table-box td .swl-fz.u-fz-xs{
		font-size: 24px !important;
	}
	.wp-block-column.job-search-page-table-box td{
		font-size: 32px;
	}
	.wp-block-column.job-search-page-second-text-box{
		font-size: 32px;
	}
	.wp-block-table.job-search-page-table-overview-box th{
		font-size: 24px;
		width: 100% !important;
		text-align: center;
		padding: 10px;
	}
	.wp-block-table.job-search-page-table-overview-box td{
		font-size: 32px;
	}
	.wp-block-table.job-search-page-table-overview-box tbody{
		display: grid !important;
		gap: 40px;
	}
	.swell-block-button.is-style-btn_solid.job-search-page-second-btn .swell-block-button__link{
		font-size: 40px;
		letter-spacing: 4px;
		width: 590px;
		height: 125px;
		border-radius: 30px;
		box-shadow: 4px 8px 8px 0px rgba(1, 38, 130, 0.60);
	}
	.wp-block-columns.job-search-page-third-box{
		border-top: 1px solid #012682;
		padding-top: 40px;
	}
	.wp-block-column.job-search-page-third-ttl-box{
		font-size: 36px !important;
		line-height: 160% !important;
	}
	.wp-block-column.job-search-page-third-text-box{
		font-size: 24px !important;
		font-weight: 700;
		line-height: 160% !important;
	}
	.wp-block-image.size-large.u-lb-off.size_s.sp_only.u-mb-ctrl.u-mb-0.adviser-img{
		width: 590px;
		margin: 0 auto;
		padding-bottom: 120px;
	}
	.job-post-swiper-container .p-postList__item, .job-post-swiper-container2 .p-postList__item{
		border-radius: 30px;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		border: 3px solid #80B3FF;
		padding: 45px 20px 40px;
	}
	.job-post-swiper-container .p-postList__thumb.c-postThumb, .job-post-swiper-container2 .p-postList__thumb.c-postThumb{
		display: none;
	}
	.job-post-swiper-container .p-postList__body, .job-post-swiper-container2 .p-postList__body{
		background: initial;
		border: initial;
		padding: 0;
	}
	.job-post-swiper-container .p-postList__title, .job-post-swiper-container2 .p-postList__title{
		display: block;
	}
	.job-post-swiper-container .job-card-main-title, .job-post-swiper-container2 .job-card-main-title {
		display: none;
	}
	.job-post-swiper-container .job-original-title, .job-post-swiper-container2 .job-original-title{
		display: block !important;
		font-size: 32px;
		font-weight: 700;
		line-height: 160%;
		margin-bottom: 30px;
	}
	.job-post-swiper-container .post-date-custom.is-new-post .badge-new, .job-post-swiper-container2 .post-date-custom.is-new-post .badge-new{
		position: absolute;
		top: -35px;
		left: 0;
		height: 29px;
	}
	.job-post-swiper-container .job-detail-item.job-salary, .job-post-swiper-container2 .job-detail-item.job-salary{
		display: flex;
		border-top: 1px solid #121133;
		border-bottom: 1px solid #121133;
		padding: 10px 0;
		justify-content: center;
		align-items: center;
	}
	.job-post-swiper-container .js-salary-show-single, .job-post-swiper-container2 .js-salary-show-single{
		display: none;
	}
	.job-post-swiper-container .salary-prefix, .job-post-swiper-container2 .salary-prefix, .job-post-swiper-container .salary-suffix, .job-post-swiper-container2 .salary-suffix{
		font-size: 24px;
		font-weight: 500;
		line-height: 160%;
		color: #121133;
	}
	.job-post-swiper-container .salary-amount, .job-post-swiper-container2 .salary-amount{
		font-size: 40px;
		font-weight: 700;
		line-height: 160%;
		color: #FF952B;
	}
	.job-post-swiper-container .job-detail-item.job-location, .job-post-swiper-container2 .job-detail-item.job-location {
		display: block;
	}
/* 	.job-post-swiper-container .job-detail-item.job-location:after, .job-post-swiper-container2 .job-detail-item.job-location:after{
		content: "";
		position: absolute;
		background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/job-search-result.webp');
		background-size: cover;
		background-position: top right;
		background-repeat: no-repeat;
		top: 120px;
		left: 0;
		width: 182px;
		height: 184px;
	} */
	.job-post-swiper-container .job-detail-item.job-location, .job-post-swiper-container2 .job-detail-item.job-location{
		padding-top: 40px;
/* 		width: 61%; */
/* 		width: 326px; */
/* 		display: flex; */
/* 		margin-left: auto; */
	}
/* 	.job-post-swiper-container .job-icon.job-icon-location, .job-post-swiper-container2 .job-icon.job-icon-location{
		background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/company-page6.webp');
		background-size: 28px 39px;
		background-repeat: no-repeat;
		display: inline-block;
		width: 28px;
		height: 39px;
		float: left;
		margin-left: calc(182px + 18px);
		margin-right: 20px;
		margin-top: 8px; */
	}
	.job-post-swiper-container .job-label, .job-post-swiper-container2 .job-label{
		font-size: 32px;
		font-weight: 700;
		line-height: 160%; 
		color: #121133;
		display: block;
/* 		margin-left: calc(182px + 65px); */
	}
	.job-post-swiper-container .job-value, .job-post-swiper-container2 .job-value{
		font-size: 24px;
		font-weight: 500;
		line-height: 160%;
		color: #121133;
	}
	.job-post-swiper-container .job-detail-item.job-content, .job-post-swiper-container2 .job-detail-item.job-content{
		display: block;
	}
/* 	.job-post-swiper-container .job-detail-item.job-content, .job-post-swiper-container2 .job-detail-item.job-content{
		background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/13da896fa48a7f1c35acda62686529b9.webp');
		background-size: 29px 35px;
		background-repeat: no-repeat;
		display: inline-block;
		width: 29px;
		height: 35px;
		float: left;
		margin-left: calc(182px + 18px);
		margin-right: 20px;
		margin-top: 8px;
	} */
	.job-post-swiper-container .p-postList__item, .job-post-swiper-container2 .p-postList__item{
		width: 591px;
	}
}
@media screen and (max-width: 600px){
	.l-mainContent__inner > .post_content{
		margin: 0;
	}
	.wp-block-column.job-search-page-code-code2{
		display: contents;
	}
	.has-text-align-center.job-search-page-code-code{
		width: 93px;
	}
	.has-text-align-center.job-search-page-code-code{
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 3px;
	}
	.wp-block-column.job-search-page-code-number2{
		display: contents;
	}
	.has-text-align-center.job-search-page-code-number{
		width: 65px;
	}
	.has-text-align-center.job-search-page-code-number{
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 3px;
	}
	.wp-block-columns.job-search-page-code{
		padding-bottom: 20px;
	}
	.wp-block-group.job-search-page-top-ttl-container .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained{
		gap: 8px;
	}
	.badge-new{
		font-size: 10px;
		font-weight: 700 !important;
		width: 42.5px;
		height: 25px;
	}
	.job-search-page-top-ttl{
		font-size: 20px;
		padding-bottom: 5px;
	}
	.wp-block-columns.job-search-page-top-ttl-text-box{
		flex-wrap: nowrap !important;
		white-space: nowrap;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.job-search-page-top-ttl-text{
		font-size: 12px;
	}
	.wp-block-media-text.is-stacked-on-mobile.job-search-page-top .wp-block-media-text__media img{
		left: 43%;
		width: 405.157px;
	}
	.wp-block-media-text.is-stacked-on-mobile.job-search-page-top .wp-block-media-text__media{
		aspect-ratio: 405.16/269.68;
	}
	.wp-block-media-text.is-stacked-on-mobile.job-search-page-top{
		margin-bottom: 40px;
	}
	.wp-block-columns.job-search-page-top-ttl-text-box .wp-block-column{
		display: flex;
		justify-content: center;
	}
	.wp-block-column.job-search-page-table-box th{
		font-size: 12px;
		height: 39px;
	}
	.wp-block-column.job-search-page-table-box td .swl-fz.u-fz-l{
		font-size: 16px !important;
	}
	.wp-block-column.job-search-page-table-box td .swl-fz.u-fz-xs{
		font-size: 12px !important;
	}
	.wp-block-column.job-search-page-table-box td{
		font-size: 16px;
	}
	.wp-block-columns.job-search-page-table-and-text-box{
		margin-bottom: 40px;
	}
	.has-text-align-center.job-search-page-second-ttl-text{
		font-size: 16px;
		padding: 5px;
	}
	.wp-block-group.job-search-page-second-ttl-box{
		margin-bottom: 19.5px;
	}
	.wp-block-column.job-search-page-second-text-box{
		font-size: 16px;
	}
	.wp-block-table.job-search-page-table-overview-box th{
		font-size: 12px;
		padding: 5px;
	}
	.wp-block-table.job-search-page-table-overview-box td{
		font-size: 16px;
	}
	.wp-block-table.job-search-page-table-overview-box tbody{
		gap: 20px;
	}
	.swell-block-button.is-style-btn_solid.job-search-page-second-btn .swell-block-button__link{
		font-size: 20px;
		font-weight: 700;
		line-height: 160%;
		letter-spacing: 0px;
		width: 295px;
		height: 62.5px;
		border-radius: 15px;
	}
	.swell-block-button.is-style-btn_solid.job-search-page-second-btn{
		margin-bottom: 50px;
	}
	.wp-block-columns.job-search-page-third-box{
		padding-top: 30px;
	}
	.wp-block-column.job-search-page-third-ttl-box{
		font-size: 18px !important;
		line-height: 160% !important;  
	}
	.wp-block-column.job-search-page-third-text-box{
		font-size: 12px !important;
		line-height: 160% !important;
	}
	.wp-block-image.size-large.u-lb-off.size_s.sp_only.u-mb-ctrl.u-mb-0.adviser-img{
		width: 100%;
		padding-bottom: 60px;
	}
}
/* /求人詳細 page ///////////////////////////////////////////////// */

/* 求人の検索 page ////////////////////////////////////////////////// */
.page-id-102 .p-breadcrumb.-bg-on{
	display: none;
}
.page-id-102 .c-pageTitle{
	display: none;
}
.page-id-102 .l-content.l-container{
	padding-top: 0;
	margin-top: -130px;
}
.page-id-102 .post_content{
	margin-top: 0;
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-fv{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/search-page-fv.webp");
	background-size: cover;
	background-repeat: no-repeat;
	height: 468px;
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-fv .swell-block-fullWide__inner.l-article{
	position: relative;
	top: 120px;
}
.wp-block-column.search-page-fv-ttl-box{
	max-width: 535px;
	height: 264px;
	background-color: rgba(128, 179, 255, 0.70);
	clip-path: polygon(12.62% 0%, 100% 0%, 88.15% 100%, 0% 100%);
}
.search-page-fv-ttl{
	width: 388px;
	font-size: 64px;
	font-weight: 900;
	line-height: 130%;
	margin-left: 100px;
}
.vkfs_search_form_pc1 .wp-block-vk-filter-search-pro-filter-search-pro{
	width: 631px;
	height: 229px;
	padding: 22px 21px 22px 20px;
}
.vkfs_search_form_pc1 .vkfs__label-name {
    display: none;
}
.vkfs_search_form_pc1 .vkfs input[type="number"], .vkfs input[type="text"], .vkfs select:not(.does-not-exist), .vkfs_search_form_pc1 input::placeholder {
	font-size: 20px;
	font-weight: 700;
	color: #012682;
	border-radius: initial;
	border: initial;
	letter-spacing: 0;
	padding-left: 35px;
}
.vkfs_search_form_pc1 .vkfs__outer-wrap{
	position: relative;
}
.vkfs_search_form_pc1 .vkfs__input-wrap--keyword::before {
    content: ''; 
    position: absolute; 
    left: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 15px; 
    height: 15px; 
    background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/magnifying-speculum.webp');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
}
.vkfs_search_form_pc1 .vkfs__input-wrap.vkfs__input-wrap--select.vkfs__input-wrap--job_area {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/company-page6.webp'), url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/polygon.webp'); 
    background-size: 15px 20px, 12px 12px;
    background-position: 10px center, right 10px center;
}
.vkfs_search_form_pc1 .vkfs__input-wrap.vkfs__input-wrap--select.vkfs__input-wrap--job_category {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/bag.webp'), url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/polygon.webp'); 
    background-size: 15px 13px, 12px 12px;
    background-position: 10px center, right 10px center;
}
.vkfs_search_form_pc1 .vkfs__input-wrap.vkfs__input-wrap--select.vkfs__input-wrap--job_condition {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/FACEBOOK.webp'), url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/polygon.webp'); 
    background-size: 15px 13px, 12px 12px;
    background-position: 10px center, right 10px center;
}
.vkfs_search_form_pc1 .vkfs button[type="submit"]{
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	width: 426px;
	padding: 10px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.wp-block-column.vkfs_search_form_pc1{
	margin-top: 83px !important;
}
@media screen and (max-width: 1200px){
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-fv{
		height: 650px;
	}
	.wp-block-columns.search-page-fv-container{
		flex-direction: column;
	}
	.wp-block-column.vkfs_search_form_pc1{
		margin-top: 0px !important;
		display: flex;
		justify-content: end;
	}
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sub-sec1-ttl{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/search-page-sp.webp");
	background-size: contain;
	height: 21.4vw;
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sub-sec1-ttl .swell-block-fullWide__inner.l-article{
	padding-top: 21.4vw;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.search-page-sec1-container{
	margin-top: 47px;
}
.wp-block-heading.has-text-align-left.is-style-section_ttl.search-page-sec1-container-ttl{
	font-size: 40px;
	font-weight: 700;
	line-height: 160%;
	border-bottom: 3px solid #012682;
	margin-bottom: 25px;
}
.has-text-align-left.search-page-sec1-map-ttl3{
	font-size: 32px;
	font-weight: 900;
	line-height: 160%;
	display: flex;
	gap: 42px;
	align-items: center;
	margin-left: 25px;
	position: relative;
}
.wp-block-group.search-page-sec1-map-ttl-box{
	position: absolute;
	top: -30px;
	right: 0;
	z-index: -1;
}
.wp-block-heading.has-text-align-right.is-style-section_ttl.search-page-sec1-map-ttl{
	font-size: 200px;
	font-weight: 900;
	line-height: 160%; 
	opacity: 0.2;
}
@media (min-width: 1300px){
	.wp-block-group.search-page-sec1-map-ttl-box{
		right: calc((100% - 1150px) / 2 + -150px);
	}
}
.search-page-sec1-map-box{
	margin-top: -50px;
	padding-bottom: 280px !important;
}
.search-page-sec1-map-box:before {
	content: "";
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/search-page-map.webp");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 727px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.wp-block-columns.search-page-sec1-map-area-conteiner{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 44px;
}
.wp-block-columns.search-page-sec1-map-area-conteiner2{
	display: flex;
	justify-content: center;
	text-align: center;
	height: 270px;
	margin-bottom: 45px;
}
.wp-block-columns.search-page-sec1-map-area-conteiner3{
	display: flex;
	justify-content: center;
	text-align: center;
}
.wp-block-column.search-page-sec1-map-area-box{
	border-radius: 10px;
	border: 3px solid #80B3FF;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 0 27px;
}
.has-text-align-center.search-page-sec1-map-area-ttl{
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 25px;
}
.has-text-align-center.search-page-sec1-map-area-text{
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	border-bottom: 1px solid #012682;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.has-text-align-center.search-page-sec1-map-area-text2{
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	border-bottom: 1px solid #012682;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.wp-block-column.search-page-sec1-map-area2-box{
	border-radius: 10px;
	border: 3px solid #80B3FF;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 31px 27px 32px;
	height: fit-content;
	position: relative;
	top: -100px;
}
.wp-block-column.search-page-sec1-map-area3-box{
	border-radius: 10px;
	border: 3px solid #80B3FF;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 31px 27px 32px;
	height: fit-content;
	position: relative;
	top: 17px;
}
.wp-block-column.search-page-sec1-map-area4-box{
	border-radius: 10px;
	border: 3px solid #80B3FF;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 31px 27px 32px;
	height: fit-content;
	position: relative;
}
.wp-block-column.search-page-sec1-map-area8-box{
	border-radius: 10px;
	border: 3px solid #80B3FF;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 31px 27px 32px;
	height: fit-content;
}
.wp-block-column.search-page-sec1-map-area5-box{
	border-radius: 10px;
	border: 3px solid #80B3FF;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 31px 24px 32px;
	height: fit-content;
	position: relative;
	top: 139px;
	left: -7px;
}
.wp-block-column.search-page-sec1-map-area6-box{
	border-radius: 10px;
	border: 3px solid #80B3FF;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 32px 24px 32px;
	height: fit-content;
	position: relative;
	top: 245px;
	left: 0;
}
.wp-block-column.search-page-sec1-map-area7-box{
	border-radius: 10px;
	border: 3px solid #80B3FF;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 30px 27px 32px;
	height: fit-content;
	position: relative;
	top: 139px;
}
@media screen and (max-width: 1090px){
	.wp-block-column.search-page-sec1-map-area2-box{
		padding: 20px 10px 27px 10px;
	}
	.wp-block-column.search-page-sec1-map-area3-box{
		padding: 20px 10px 27px 10px;
	}
	.wp-block-column.search-page-sec1-map-area4-box{
		padding: 20px 10px 27px 10px;
	}
	.wp-block-column.search-page-sec1-map-area5-box{
		padding: 20px 10px 24px 10px;
	}
	.wp-block-column.search-page-sec1-map-area6-box{
		padding: 20px 10px 24px 10px;
	}
	.wp-block-column.search-page-sec1-map-area7-box{
		padding: 20px 10px 27px 10px;
	}
	.wp-block-column.search-page-sec1-map-area8-box{
		padding: 20px 10px 27px 10px;
	}
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-container{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/search-page2.webp");
	background-size: cover;
	background-position: top center;
	margin: 0 !important;
	padding: 0 !important;
}
.wp-block-group.search-page-sec1-map2-ttl-box{
	position: absolute;
  	top: -10px;
  	right: 0;
 	height: 157px;
  	display: flex;
  	align-items: center;
}
@media (min-width: 1300px) {
  .wp-block-group.search-page-sec1-map2-ttl-box {
    right: calc((100% - 1150px) / 2 + -150px);
  }
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-container .swell-block-fullWide__inner.l-article{
	border-top: 3px solid #012682;
}
.wp-block-heading.is-style-section_ttl.search-page-sec2-ttl-bg{
	margin-bottom: 27px;
}
.wp-block-group.search-page-sec1-map2-ttl2{
	margin-bottom: 85px;
}
.search-page-job_category-item-ttl{
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 16px;
}
.search-page-job_category-item-text{
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	border-bottom: 1px solid #012682;
}
.wp-block-column.search-page-job_category-item-box{
	border-top: 10px solid #012682;
}
.wp-block-column.search-page-job_category-item-box2{
	border-top: 10px solid #80B3FF;
}
.wp-block-columns.search-page-job_category-container2{
	padding-bottom: 120px;
	margin-bottom: 27.5px;
	border-bottom: 3px solid #012682;
}
@media (min-width: 1160px){	
	.wp-block-group.search-page-sec2-job_condition-box{
		max-width: 592px;
		border-radius: 10px;
		border: 3px solid #012682;
		background: #E2F5FF;
		margin-left: 25px;
		padding: 50px 20px 86px 30px;
	}
	.wp-block-group.search-page-sec2-job_condition-box2{
		display: none;
	}
}
@media screen and (max-width: 1159px){
	.wp-block-group.search-page-sec2-job_condition-box{
		display: none;
	}
	.wp-block-group.search-page-sec2-job_condition-box2{
		display: block;
		max-width: 592px;
		border-radius: 10px;
		border: 3px solid #012682;
		background: #E2F5FF;
		margin-left: 25px;
		padding: 50px 0px 86px 0px;
	}
	.wp-block-group.search-page-sec2-job_condition-box2 .wp-block-columns{
		justify-content: center;
	}
}
.wp-block-column.search-page-sec2-job_search-second-form .vkfs__label-name{
	display: none;
}
.search-page-sec2-job_search-box{
	display: flex;
	margin-top: 33px;
}
.search-page-sec2-job_search-box .vkfs__labels{
	max-width: 407px;
}
.search-page-sec2-job_search-box .vkfs__input-wrap.vkfs__input-wrap--text.vkfs__input-wrap--keyword input{
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
	width: 407px;
	height: 80px;
	border: 3px solid #012682;
}
.search-page-sec2-job_search-box button[type="submit"]{
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: normal;
	width: 183px;
	height: 80px;
	border: 3px solid #012682;
	margin-top: 0;
	padding: 0;
}
.wp-block-columns.search-page-job_category-container3{
	margin-bottom: 100px;
}
.swell-block-button.blue_.is-style-btn_normal.search-page-sec2-btn .swell-block-button__link{
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 2.4px;
	width: 426px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	border: 3px solid #012682;
	box-shadow: 4px 4px 8px 0px rgba(1, 38, 130, 0.70);
}
.swell-block-button.blue_.is-style-btn_normal.search-page-sec2-btn{
	display: flex;
	justify-content: center;
	padding-bottom: 100px;
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec3-container{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/search-page3.webp");
	background-size: 100%;
	background-position: top center;
	margin: 0 !important;
	padding: 0 0 180px 0!important;
}
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec3-container:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/search-page4.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: -2;
}
.wp-block-heading.is-style-section_ttl.search-page-sec3-ttl span{
	font-size: 40px;
	font-weight: 700;
	line-height: 160%; 
	width: 590px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #012682;
	margin: 0 auto;
	padding: 10px;
}
.wp-block-heading.is-style-section_ttl.search-page-sec3-ttl{
	padding-top: 80px;
	margin-bottom: 100px;
}
.custom-modal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; 
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: fixed;
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.2); 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.custom-modal.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.custom-modal-content {
    background: rgba(255, 255, 255, 0.90);
	box-shadow: 0px 6.464px 6.464px 0px rgba(0, 0, 0, 0.25);
    margin: auto;
    padding: 28px 50px 46px;
    width: 100%;
    max-width: 450px;
	text-align: center;
    position: relative;
}
.close-button {
    color: #121133;
    float: right;
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    top: 13px;
    right: 23px;
    cursor: pointer;
}
.prefecture-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 16px 50px;
}
.custom-modal-content h3{
	font-size: 36px;
	font-weight: 500;
	line-height: 160%; 
	color: #121133;
	margin: 0 auto 40px;
}
.prefecture-links a {
    font-size: 36px;
	font-weight: 500;
	line-height: 160%;
    color: #012682;
    text-decoration: none;
    border-bottom: 1.616px solid #012682;
    transition: background-color 0.3s ease;
}
.regional-buttons-wrapper{
	display: grid;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 40px;
}
.regional-buttons-wrapper2{
	display: grid;
	justify-content: end;
	gap: 20px;
}
.regional-button {
	font-size: 36px;
	font-weight: 500;
	line-height: 160%;
	width: 340px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #121133;
    border: none;
    border-radius: 10px;
	border: 3px solid #80B3FF;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.regional-button:hover {
    background: rgba(226, 245, 255, 1);
}
@media screen and (max-width: 1020px){
	.wp-block-columns.search-page-job_category-container3{
		display: grid;
		gap: 214px !important;
	}
	.wp-block-vk-filter-search-pro-filter-search-pro.vk-filter-search.vkfs.vkfs__block-id--43b56540-e671-4555-ba33-0f923e560353.search-page-sec2-job_search-box{
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 959px){
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-fv{
		background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/search-page-fv-sp.webp");
		height: 1400px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-fv .wp-block-columns{
		display: flex;
		justify-content: center;
		margin-bottom: 540px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-fv .swell-block-fullWide__inner.l-article{
		top: 191px;
	}
	.wp-block-column.search-page-fv-ttl-box{
		max-width: 557px;
		height: 471px;
	}
	.search-page-fv-ttl{
		font-size: 72px;
		line-height: 160%;
		width: 433px;
		padding-top: 75px;
	}
	.swell-block-button.blue_.is-style-btn_normal.search-page-fv-btn .swell-block-button__link{
		font-size: 32px;
		font-weight: 500;
		line-height: 160%;
		color: #121133;
		width: 590px;
		height: 100px;
		border-radius: 30px;
		box-shadow: 4px 8px 8px 0px #333;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.search-page-sec1-container{
		margin-top: 40.5px;
		margin-bottom: 121px;
	}
	.wp-block-heading.has-text-align-left.is-style-section_ttl.search-page-sec1-container-ttl{
		font-size: 36px;
		font-weight: 500;
		line-height: 160%;
		color: #012682;
		border-bottom: initial;
		margin-bottom: 80px;
	}
	.wp-block-group.search-page-sec1-map-ttl-box{
		top: 0px;
		right: auto;
		left: 0;
	}
	.wp-block-heading.has-text-align-right.is-style-section_ttl.search-page-sec1-map-ttl{
		font-size: 128px;
	}
	.search-page-sec1-map-box::before {
		top: 190px;
	}
	.search-page-sec1-map-box{
		padding-bottom: 0 !important;
	}
	.wp-block-group.search-page-sec1-map2-ttl2{
		border-top: 3px solid #012682;
		padding-top: 29px;
		margin-bottom: 115px;
	}
	.has-text-align-left.search-page-sec1-map-ttl3{
		margin-left: 0;
		gap: 51px;
	}
	.wp-block-group.search-page-sec1-map2-ttl-box{
		right: auto;
		left: 0;
		z-index: -1;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg{
		background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/search-page2.webp");
		aspect-ratio: 440/480;
		position: absolute;
		top: 80px;
		left: 0;
		z-index: -2;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg:before{
		background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 50%, #fff 100%);
		width: 100%;
		height: 104%;
		top: -10px;
		z-index: -1;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg2{
		background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/28485897_s.webp");
		aspect-ratio: 860/1030;
		position: absolute;
		top: 1080px;
		left: 0;
		z-index: -2;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg2:before{
		background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 50%, #fff 100%);
		width: 100%;
		height: 104%;
		top: -10px;
		z-index: -1;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg3{
		background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/search-page5-sp.webp");
		aspect-ratio: 900/1110;
		position: absolute;
		top: 2120px;
		left: 0;
		z-index: -2;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg3:before{
		background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 50%, #fff 100%);
		width: 100%;
		height: 104%;
		top: -10px;
		z-index: -1;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg4{
		background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/search-page6-sp.webp");
		aspect-ratio: 900/1110;
		position: absolute;
		bottom: 840px;
		left: 0;
		z-index: -2;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg4:before{
		background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 50%, #fff 100%);
		width: 100%;
		height: 104%;
		top: -10px;
		z-index: -1;
	}
	.search-page-job_category-item-ttl{
		font-size: 36px;
		font-weight: 700;
		line-height: 160%;
		color: #121133;
		padding-top: 40px;
		margin-bottom: 30px;
	}
	.wp-block-group.search-page-job_category-item-text-box .wp-block-columns{
		display: flex;
		gap: 80px !important;
		white-space: nowrap;
		justify-content: center;
	}
	.wp-block-column.search-page-job_category-item-box .wp-block-columns{
		display: flex;
		gap: 80px !important;
		white-space: nowrap;
		justify-content: center;
	}
	.wp-block-column.search-page-job_category-item-box2 
	.search-page-job_category-item-text span, .search-page-job_category-item-text{
		font-size: 36px;
		color: #012682;
		display: inline;
	}
	.wp-block-group.search-page-job_category-item-text-box .wp-block-column{
		text-align: center;
	}
	.wp-block-column.search-page-job_category-item-box2{
		border-top: 10px solid #012682;
	}
	.wp-block-column.search-page-job_category-item-box3{
		border-top: 10px solid #012682;
	}
	.wp-block-column.search-page-job_category-item-box4{
		border-top: 10px solid #012682;
		border-bottom: 3px solid #012682;
		padding-bottom: 120px;
	}
	.wp-block-columns.search-page-job_category-container {
		margin-bottom: 80px;
	}
	.wp-block-columns.search-page-job_category-container2{
		margin-bottom: 0;
		padding-bottom: 80px;
		border-bottom: initial;
	}
	.wp-block-columns.search-page-job_category-container4{
		margin-bottom: 26px;
	}

	.wp-block-group.search-page-sec2-job_condition-box2{
		max-width: 100%;
		padding: 34px 24px;
	}
	.search-page-job_category-item-text{
		font-size: 32px;
		white-space: nowrap;
	}
	.wp-block-group.search-page-sec2-job_condition-box2 .wp-block-columns{
		display: flex;
		gap: 80px !important;
	}
	.wp-block-column.search-page-sec2-job_search-second-form{
		border-top: 3px solid #012682;
		padding-top: 20px;
	}
	.search-page-sec2-job_search-box{
		margin-top: 40px;
	}
	.wp-block-columns.search-page-job_category-container3{
		margin-bottom: 80px;
	}
	.swell-block-button.blue_.is-style-btn_normal.search-page-sec2-btn .swell-block-button__link{
		font-size: 32px;
		letter-spacing: 3.2px;
		width: 590px;
		height: 125px;
		box-shadow: 4px 8px 8px 0px rgba(1, 38, 130, 0.60);
	}
	.swell-block-button.blue_.is-style-btn_normal.search-page-sec2-btn{
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 600px){
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-fv{
		height: 700px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-fv .swell-block-fullWide__inner.l-article{
		top: 140px;
	}
	.wp-block-column.search-page-fv-ttl-box{
		max-width: 278.3px;
		height: 235.368px;
	}
	.search-page-fv-ttl{
		font-size: 36px;
		width: 216.5px;
		height: 169.5px;
		padding-top: 37.5px;
		margin-left: 50px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-fv .wp-block-columns{
		margin-bottom: 220px;
	}
	.swell-block-button.blue_.is-style-btn_normal.search-page-fv-btn .swell-block-button__link{
		font-size: 16px;
		width: 295px;
		height: 50px;
		border-radius: 15px;
		box-shadow: 2px 4px 4px 0px #333;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.search-page-sec1-container{
		margin-top: 20px;
		padding-bottom: 60.5px !important;
		margin-bottom: 0;
	}
	.wp-block-heading.has-text-align-left.is-style-section_ttl.search-page-sec1-container-ttl{
		font-size: 18px;
		text-align: center;
		margin-bottom: 40px;
	}
	.wp-block-heading.has-text-align-right.is-style-section_ttl.search-page-sec1-map-ttl{
		font-size: 64px;
	}
	.regional-buttons-wrapper{
		gap: 10px;
		margin-bottom: 20px;
	}
	.regional-buttons-wrapper2{
		gap: 10px;
		margin-bottom: 0;
	}
	.regional-button{
		font-size: 18px;
		width: 170px;
		height: 40px;
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
		border-radius: 5px;
		border: 1.5px solid #80B3FF;
	}
	.custom-modal-content{
		max-width: 225px;
		padding: 20px 26px 23px;
	}
	.close-button{
		font-size: 20px;
		top: 6px;
		right: 11px;
	}
	.custom-modal-content h3{
		font-size: 18px;
		margin: 0 auto 19px;
	}
	.prefecture-links a{
		font-size: 18px;
	}
	.prefecture-links{
		gap: 8px 25px;
		grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
	}
	.search-page-sec1-map-box::before{
		top: 100px;
		width: 90%;
	}
	.wp-block-group.search-page-sec1-map2-ttl2{
		border-top: 1.5px solid #012682;
		padding-top: 13px;
		margin-bottom: 56.5px;
	}
	.has-text-align-left.search-page-sec1-map-ttl3 img{
		width: 23.5px !important;
	}
	.has-text-align-left.search-page-sec1-map-ttl3{
		gap: 25.5px;
		font-size: 16px;
	}
	.wp-block-group.search-page-sec1-map2-ttl-box{
		top: -50px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg{
		aspect-ratio: 440/510;
		top: 50px;
	}
	.search-page-job_category-item-ttl{
		font-size: 18px;
		padding-top: 20px;
		margin-bottom: 3.5px;
	}
	.wp-block-column.search-page-job_category-item-box{
		border-top: 5px solid #012682;
	}
	.wp-block-column.search-page-job_category-item-box3{
		border-top: 5px solid #012682;
	}
	.wp-block-column.search-page-job_category-item-box .wp-block-columns{
		gap: 40px !important;
		flex-wrap: nowrap !important;
	}
	.search-page-job_category-item-text{
		font-size: 18px;
	}
	.wp-block-group.search-page-job_category-item-text-box .wp-block-columns{
		gap: 40px !important;
		flex-wrap: nowrap !important;
	}
	.wp-block-column.search-page-job_category-item-box2 .search-page-job_category-item-text span, .search-page-job_category-item-text{
		font-size: 18px;
	}
	.wp-block-column.search-page-job_category-item-box2{
		border-top: 5px solid #012682;
	}
	.wp-block-columns.search-page-job_category-container{
		margin-bottom: 28.5px;
		text-align: center;
	}
	.wp-block-column.search-page-job_category-item-box2 a{
		font-size: 16px;
	}
	.wp-block-columns.search-page-job_category-container2{
		padding-bottom: 28.5px;
	}
	.wp-block-column.search-page-job_category-item-box4{
		border-top: 5px solid #012682;
		border-bottom: 1.5px solid #012682;
		padding-bottom: 48.5px;	
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg2{
		aspect-ratio: 950/1080;
		top: 540px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec2-bg3{
		aspect-ratio: 900/1100;
		top: 1050px;
	}
	.wp-block-columns.search-page-job_category-container4{
		margin-bottom: 13px;
	}
	.wp-block-group.search-page-sec2-job_condition-box2{
		margin-left: 0;
		padding: 8px 12px 16px;
	}
	.wp-block-group.search-page-sec2-job_condition-box2 .wp-block-columns{
		gap: 40px !important;
		flex-wrap: nowrap !important;
		text-align: center;
	}
	.wp-block-columns.search-page-job_category-container3 .search-page-job_category-item-text{
		font-size: 16px;
	}
	.wp-block-columns.search-page-job_category-container3{
		gap: 107px !important;
		margin-bottom: 40px;
	}
	.search-page-sec2-job_search-box{
		margin-top: 20px;
	}
	.search-page-sec2-job_search-box .vkfs__labels{
		max-width: 100%;
	}
	.search-page-sec2-job_search-box .vkfs__input-wrap.vkfs__input-wrap--text.vkfs__input-wrap--keyword input{
		font-size: 16px;
		height: 40px;
		border: 1.5px solid #012682;
		width: 100%;
	}
	.search-page-sec2-job_search-box .vkfs__input-wrap.vkfs__input-wrap--text.vkfs__input-wrap--keyword{
		width: 110%;
	}
	.search-page-sec2-job_search-box button[type="submit"]{
		font-size: 16px;
		width: 93px;
		height: 40px;
		border: 1.5px solid #012682;
	}
	.swell-block-button.blue_.is-style-btn_normal.search-page-sec2-btn .swell-block-button__link{
		font-size: 16px;
		width: 295px;
		height: 62.5px;
		border-radius: 15px;
		border: 1.5px solid #012682;
		box-shadow: 2px 4px 4px 0px rgba(1, 38, 130, 0.60);
	}
	.swell-block-button.blue_.is-style-btn_normal.search-page-sec2-btn{
		padding-bottom: 60px;
	}
	.wp-block-heading.is-style-section_ttl.search-page-sec3-ttl span{
		font-size: 20px;
		width: 295px;
		padding: 5px;
	}
	.wp-block-heading.is-style-section_ttl.search-page-sec3-ttl{
		padding-top: 30.5px;
		margin-bottom: 60.5px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.alignfull.search-page-sec3-container{
		padding-bottom: 80.25px !important;
	}
}
/* /求人の検索 page ///////////////////////////////////////////////// */

/* コラム page ///////////////////////////////////////////////// */
.page-id-1165 .p-breadcrumb.-bg-on{
	display: none;
}
.page-id-1165 .l-content.l-container{
	padding-top: 0;
}
.page-id-1165 .post_content{
	margin-top: 0;
}
.page-id-1165 .c-pageTitle{
	display: none;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec1:before{
	content: "";
	position:absolute;
	top: -60px;
	left: 0;
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/737d5764cf1e3f9781ada20aa7a746ea.webp");
	aspect-ratio: 617/349;
	z-index: -2;
	width: 100%;
	height: 100%;
}
.column-page-top{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/8bbf79c3adcc09cbf71e539079058224.webp");
	aspect-ratio: 1440/312;
	z-index: -1;
	position: absolute;
	top: 30px;
	left: 0;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec1{
	padding-top: 12.5vw !important;
}
.wp-block-heading.has-text-align-left.is-style-section_ttl.column-pege-top-ttl{
	font-size: 40px;
	font-weight: 700;
	line-height: 160%; 
	color: #012682;
	border-bottom: 3px solid #012682;
	padding-bottom: 10px;
	margin-bottom: 40.5px;
}
.column-pege-top-text{
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	color: #121133;
	margin-bottom: 30px;
} 
.column-page-swiper-container .p-postList.-type-card.-pc-col3.-sp-col1.swiper-wrapper{
	flex-wrap: nowrap;
}
.column-page-swiper-container .swiper-button-prev, .column-page-swiper-container .swiper-button-next{
	top: auto;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.column-page-swiper-container .swiper-button-prev{
	background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/241bd8060a6e83d063cafd18ba43d8ed.webp') !important;
  	left: 0;
}
.column-page-swiper-container .swiper-button-next{
	background-image: url('https://mk-designoffice.xyz/wp-content/uploads/2025/07/487deb7ec9832047d4c7f45332f4c13d.webp') !important;
  	right: 0;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec2{
	background: linear-gradient(202deg, #E2F5FF 13.17%, rgba(226, 245, 255, 0.00) 29.87%, rgba(226, 245, 255, 0.00) 58.02%, #E2F5FF 78.53%);
	padding-top: 93px !important;
	margin-bottom: 0;
}
.has-text-align-center.column-page-category-ttl, .has-text-align-center.column-page-tag-ttl{
	font-size: 32px;
	font-weight: 500;
	line-height: 160%;
	color: #FFF;
	background: #012682;
}
.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec2 .wp-block-columns.top-page-articles-category-box{
	margin-bottom: 85px;
}
.wp-block-heading.has-text-align-center.u-mb-ctrl.u-mb-0.column-page-sec2-kizi-ttl, .wp-block-heading.has-text-align-center.u-mb-ctrl.u-mb-0.column-page-sec2-kizi-ranking-ttl{
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
	color: #012682;
	padding-bottom: 40px;
	border-bottom: 5px solid #012682;
}
.wp-block-heading.has-text-align-center.u-mb-ctrl.u-mb-0.column-page-sec2-kizi-ttl span, .wp-block-heading.has-text-align-center.u-mb-ctrl.u-mb-0.column-page-sec2-kizi-ranking-ttl span{
	width: 39px;
	height: 39px;
	vertical-align: middle;
	margin-right: 13px;
}
.p-postListWrap.u-mb-ctrl.u-mb-20.column-page-sec2-kizi-item-box .p-postList.-type-card.-pc-col2.-sp-col2, .wp-block-columns.column-page-sec2-kizi-box .p-postList.-type-card.-pc-col1.-sp-col2.-w-ranking{
	padding-top: 20px;
}
.-w-ranking .p-postList__item::before{
	content: "";	
}
.p-postList.-w-ranking li::before{
	box-shadow: initial;
}
.-w-ranking .p-postList__item:first-child::before{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/06/ranking.webp");
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 8px;
	background-color: initial;
}
.-w-ranking .p-postList__item:nth-child(2)::before{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/06/ranking2.webp");
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 8px;
	background-color: initial;
}
.-w-ranking .p-postList__item:nth-child(3)::before{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/06/ranking3.webp");
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 8px;
	background-color: initial;
}
.-w-ranking .p-postList__item:nth-child(4)::before{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/06/ranking4.webp");
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 8px;
	background-color: initial;
}
.-w-ranking .p-postList__item:nth-child(5)::before{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/06/ranking5.webp");
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 8px;
	background-color: initial;
}
._s_mk_ad_container_pc{
	position: absolute;
	top: 1000px;
	right: 0;
	width: 488px;
	z-index: 9999;
}
._s_mk_ad_container_pc.hidden{
	display: none !important;
}
._s_mk_ad_close_button_pc{
	position: absolute;
	top: -5px;
	right: 5px;
	width: 40px;
}
.column-page-sec2-kizi-item-box .is-style-more_btn a::after{
	display: none;
}
.column-page-sec2-kizi-item-box .is-style-more_btn a{
	font-size: 24px;
	font-weight: 700;
	line-height: 160%; 
	letter-spacing: 2.4px;
	color: #012682;
	width: 426px;
	height: 60px;
	border-radius: 30px;
	border: 3px solid #939090;
	box-shadow: 4px 4px 8px 0px rgba(1, 38, 130, 0.70);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.column-page-sec2-kizi-item-box .is-style-more_btn{
	padding-bottom: 100px;
}
@media screen and (max-width: 959px){
	.column-page-top{
		top: 65px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec1::before{
		background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/column-page-bg-sp.webp");
		background-size: contain;
		top: -70px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec1{
		padding-top: 28vw !important;
	}
	.wp-block-heading.has-text-align-left.is-style-section_ttl.column-pege-top-ttl{
		font-size: 48px;
		text-align: center;
		margin-bottom: 40px;
	}
	.column-pege-top-text{
		font-size: 24px;
		font-weight: 700;
		line-height: 180%; 
		margin-bottom: 62px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec2{
		padding-top: 0 !important;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec2 .top-page-category-ttl{
		padding-top: 80px;
		margin-bottom: 30px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec2 .top-page-tag-ttl{
		margin-bottom: 40px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec2{
		background: #e2f5ff;
		padding-bottom: 120px !important;
	}
	.swell-block-fullWide.pc-py-20.sp-py-20.alignfull.column-page-sec3{
		padding-top: 80px !important;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .c-tabList{
		margin-bottom: 30px !important;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .is-style-balloon > .c-tabList .c-tabList__item{
		padding: 0 8px;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .is-style-balloon > .c-tabList .c-tabList__button:hover, .is-style-balloon > .c-tabList .c-tabList__button[aria-selected="true"]{
		background-color: #012682;
		color: #FFF;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .is-style-balloon > .c-tabList .c-tabList__button:hover, .is-style-balloon > .c-tabList .c-tabList__button{
		font-size: 24px;
		font-weight: 500;
		line-height: 160%;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .swl-inline-icon::after{
		max-width: 39px;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .swl-inline-icon{
		margin-right: 10px;
		width: 39px;
	}
	.is-style-balloon > .c-tabList .c-tabList__button::before{
		border-top: 8px solid #012682;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .is-style-balloon > .c-tabList .c-tabList__button:hover, .is-style-balloon > .c-tabList .c-tabList__button[aria-selected="true"]{
		background-color: #012682;
	}
	.is-style-balloon > .c-tabList .c-tabList__button{
		background: #D9D9D9;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		font-size: 24px;
		font-weight: 500;
		line-height: 160%;
		color: #494A4B;
	}
	.is-style-balloon > .c-tabList .c-tabList__button:hover{
		background: #012682;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .is-style-more_btn a::after{
		display: none;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .is-style-more_btn a{
		font-size: 40px;
		font-weight: 700;
		line-height: 160%;
		letter-spacing: 4px;
		color: #121133;
		width: 595px;
		height: 125px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 30px;
		border: 3px solid #939090;
		box-shadow: 4px 8px 8px 0px rgba(1, 38, 130, 0.50);
		margin: 0 auto;
	}
	._s_mk_ad_container_sp{
		position: absolute;
		top: 450px;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	._s_mk_ad_container_sp.hidden{
		display: none !important;
	}
	._s_mk_ad_close_button_sp{
		position: absolute;
		top: -5px;
		right: 5px;
		width: 40px;
	}
	.-w-ranking .p-postList__item:first-child::before{
		left: 0;
	}
	.-w-ranking .p-postList__item:nth-child(2)::before{
		left: 0;
	}
	.-w-ranking .p-postList__item:nth-child(3)::before{
		left: 0;
	}
	.-w-ranking .p-postList__item:nth-child(4)::before{
		left: 0;
	}
	.-w-ranking .p-postList__item:nth-child(5)::before{
		left: 0;
	}
}
@media screen and (max-width: 600px){
	.column-page-top{
		top: 60px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec1{
		padding-top: 32vw !important;
	}
	.wp-block-heading.has-text-align-left.is-style-section_ttl.column-pege-top-ttl{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.column-pege-top-text{
		font-size: 12px;
		margin-bottom: 30px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec2 .top-page-category-ttl{
		padding-top: 40px;
		margin-bottom: 14.5px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec2 .top-page-tag-ttl{
		margin-bottom: 20px;
	}
	.swell-block-fullWide.pc-py-0.sp-py-0.alignfull.column-page-sec2{
		padding-bottom: 90px !important;
	}
	.swell-block-fullWide.pc-py-20.sp-py-20.alignfull.column-page-sec3{
		padding-top: 40px !important;
	}
	.is-style-balloon > .c-tabList .c-tabList__button{
		font-size: 12px;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .swl-inline-icon{
		width: 19.5px;
		margin-right: 5px;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .c-tabList{
		margin-bottom: 15.5px !important;
	}
	.swell-block-tab.is-style-balloon.column-page-sec2-kizi-box .is-style-more_btn a{
		font-size: 20px;
		letter-spacing: 2px;
		width: 297.5px;
		height: 62.5px;
		border-radius: 15px;
		border: 1.5px solid #939090;
		box-shadow: 2px 4px 4px 0px rgba(1, 38, 130, 0.50);
	}
}
/* /コラム page ///////////////////////////////////////////////// */

/* /コラム 記事詳細 page ///////////////////////////////////////////////// */
.single-post .p-breadcrumb.-bg-on{
    display: none;
}
@media screen and (max-width: 959px) {
	.single-post .l-sidebar{
		display: none;
	}
}
[class*="page-numbers"].current{
	background-color: #012682;
}
/* /コラム 記事詳細 page ///////////////////////////////////////////////// */

/* 全ての求人一覧　archive page ///////////////////////////////////////////////// */
/* job archive page specific styles */

/* job-archive-wrapper は、p-archiveContent の直下の div です */
.p-archiveContent .job-archive-wrapper {
    display: flex;
    flex-direction: row; /* 左サイドバー（フォーム） + 右メインコンテンツ */
    gap: 40px; /* 要素間の隙間 */
    align-items: flex-start; /* 上端を揃える */
    flex-wrap: wrap; /* 小さい画面で折り返す */
}

.job-sidebar-form {
    flex: 0 0 300px; /* サイドバーの固定幅 */
    /* または flex: 0 0 25%; のように割合で指定 */
    /* padding: 20px; */ /* 必要であれば内側の余白 */
    box-sizing: border-box; /* paddingを含めた幅にする */
}

.job-main-content {
    flex: 1; /* 残りのスペースを埋める */
    min-width: 0; /* flexアイテムの縮小を許可 */
}

/* モバイル表示時の調整 (必要であれば) */
@media (max-width: 959px) { /* SWELLのモバイルブレイクポイント */
    .p-archiveContent .job-archive-wrapper {
        flex-direction: column; /* 縦並びにする */
        gap: 20px; /* 隙間 */
    }
    .job-sidebar-form,
    .job-main-content {
        width: 100%;
        flex: none; /* flex設定を解除 */
    }
}

/* VK Filter Search Pro のフォームスタイル調整 (必要であれば) */
/* フォームの見た目をサイドバーらしく整える */
.vk-filter-search-pro-filter-search-pro {
    background-color: #f8f8f8; /* サイドバーの背景色 */
    padding: 20px; /* フォームの内側の余白 */
    border: 1px solid #e0e0e0; /* フォームの枠線 */
    border-radius: 5px; /* 角を丸くする */
}
/* VKFSブロックのデフォルトマージンを上書き */
.vkfs__block-id--d548c11d-83b5-493f-b66e-9d587d240fcc {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* /全ての求人一覧　archive ///////////////////////////////////////////////// */

@media screen and (max-width: 959px)
@media screen and (max-width: 600px)
/* 共通サイドバー ///////////////////////////////////////////////// */
.Ph1note{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/noto.webp");
	width: 26.526px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.c-widget__title.-side{
	font-size: 24px;
	font-weight: 700
	line-height: 160%;
	gap: 8px;
	color: #012682;
	display: flex;
	justify-content: center;
	align-content: center;
}
.c-widget__title.-side::before{
	width: 100%;
	height: 5px;
	background: #012682;
}
.crown{
	background-image: url("https://mk-designoffice.xyz/wp-content/uploads/2025/07/crown.webp");
	width: 35.065px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.c-widget.widget_tag_cloud .c-widget__title.-side{
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	color: #FFF;
	background: #012682;
}
/* /共通サイドバー ///////////////////////////////////////////////// */




	
	
	
	




