@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*--ページレイアウト調整用--------------------------------------------*/

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
	background: #fff;
}
#front_top_content{
	padding: min(calc(150px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
}
#front-sectionPost {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}

#front-sectionPost .postlist li {
	border: none!important;
}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 93%;
}

.post .time, .postlist .time, .post2b .time, .post4b .time {
	font-weight: 500;
	color: #fff!important;
	border-radius: 18px;
	background: #ED6C00;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
	font-weight: 500;
	color: #fff!important;
}

.post_link a, .post2b_link a, .post4b_link a {
	color: #333333!important;
}
.post_link, .post2b_link, .post4b_link {
	border-bottom: solid 1px #CCCCCC;
}

.post2b li .post2b_contents, .post4b li .post4b_contents {
	opacity: 1;
}
.post4b img {
	border-radius: 15px;
}
.post4b_text {
	padding-bottom: 10px;
	border-bottom: dashed 1px #CCCCCC;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

body p {
	line-height: 2;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper {
	width: 90%;
	max-width: var(--content-max-width);
}

body.page-activemenu #content.wide {
	padding-bottom: 0;
}

.page-id-17 #wrapper {
	width: 90%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}

#header-upper {
	display: none!important;
}
#header,.sticky-header #header > .inner {
	background: #fff;
}
.header__nav-contact {
	padding-right: 14px;
}
#header ul.header__contact {
	column-gap: 10px;
}
#header ul.header__contact li {
	height: auto;
}
#header a.head_btn {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;	
	flex-direction: unset;
	border-radius: 25px;
}
#header a.head_btn::before {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 4px;
	margin-right: 4px;
}
#header a.head_btn.tel_btn{
	position: relative;
	background: #EE869A!important;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #ED6C00!important;
}
#header .logo img {
	width: 100%;
	max-width: 230px;
	height: auto;
}
#thumbImg::before, header#h1Header::before {
	background: #000;
	opacity: 0;
}
header#h1Header {
	text-align: center;
}
header#h1Header h1.title {
	font-family: "Zen Maru Gothic", serif;
	font-size: min(calc(4.2rem + (1vw - 19.2px) * 0.5178), 4.2rem);
	color: #ED6C00;
	line-height: 1.2;
	width: fit-content;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding-bottom: 6px;
	white-space: nowrap;
}
nav#mainNav ul li a {
	color: #262626;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	color: #262626;
}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a span {
	color: #262626;
}
nav#mainNav ul li.current-menu-parent a b,nav#mainNav ul li.current-menu-parent a span {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #f7f7f7!important;
}
nav#mainNav ul li.current-menu-item a {
	background: #fff;
}
nav#mainNav ul li.current-menu-item a:hover {
	background: #fff!important;
}
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span {
	color: #262626;
}
nav#mainNav ul li a:hover {
	background: unset;
}
nav#mainNav ul li ul.sub-menu li a {
	font-weight: 400;
	/* 	background: #fff; */
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li::after {
	display: none;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #f7f7f7;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #ED6C00;
}

.spmenu #menu p {
	color: #ED6C00;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #333333;
	background: #fff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #333333;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}

a#scrollUp {
	background: #ED6C00;
}

.inner {
	width: 90%;
	max-width: var(--content-max-width);
	margin-inline: auto;
}

h1.title {
	font-size: min(calc(4.6rem + (1vw - 19.2px) * 0.5178), 4.6rem);
	color: #ED6C00;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	display: block;
	margin-inline: auto;
	width: fit-content;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	display: block;
}

.post h2 {
	font-family: "Zen Maru Gothic";
	font-weight: 500;
	color: #333333;
	text-align: left;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h3 {
	font-family: "Zen Maru Gothic";
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4::before {
	background: #F7AB00;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 16px;
	color: #1D1D1D;
	position: relative;
	background: #ED6C00;
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 15px 45px;
	text-align: center;
	border-radius: 40px;
	transition: all .3s;
	margin-top: 50px;
	margin-inline: auto;
}
.linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
	content: '';
	display: inline-block;
	background: #1D1D1D;
	height: calc(tan(60deg) * 20px / 2);
	width: 14px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.linkBtn:hover, post .linkBtn:hover, a.linkBtn:hover{
	background: #ED6C00!important;
	color: #1D1D1D!important;
}
.linkBtn:hover::after, post .linkBtn:hover::after, a.linkBtn:hover::after {
	top: -1px;
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	content: '';
	display: inline-block;
	width: calc(100% - 1px);
	height: 100%;
	border-radius: 40px;
	border: dashed 1px #1D1D1D;
	background: unset;
	position: absolute;
	top: -8px;
	transform: none;
	margin: 0;
	left: 0;
	right: unset;
}

.linkBtn.white, .post .linkBtn.white, a.linkBtn.white {
	color: #ED6C00;
	background: #fff;
}
.linkBtn.white::before, .post .linkBtn.white::before, a.linkBtn.white::before {
	background: #ED6C00;
}
.linkBtn.white:hover, post .linkBtn.white:hover, a.linkBtn.white:hover{
	background: #fff!important;
	color: #ED6C00!important;
}
.linkBtn.white::after, .post .linkBtn.white::after, a.linkBtn.white::after {
	border: dashed 1px #ED6C00;
}

.nivo-caption {
	font-family: "Noto Sans JP", sans-serif!important;
	font-weight: 700!important;
	font-style: normal!important;
	font-size: 5vw;
	line-height: 1.3;
	color: #ED6C00!important;
	background: unset!important;
	top: 50%!important;
	left: 5%!important;
	transform: translateY(-50%);
	width: fit-content!important;
	max-width: var(--content-max-width);
	height: fit-content;
	opacity: 1!important;
	white-space: nowrap;
	overflow: visible!important;
	text-align: left!important;
	z-index: 10!important;
}
.nivo-caption .ja {
	font-family: "Zen Maru Gothic";
	font-weight: 500!important;
	font-size: 2.2vw;
	color: #333333;
	display: block;
	margin-top: 14px;
}

.ms-edit-frontend {
	display: none;
}

body.page-contact .post table th {
	background: #F7AB00!important;
	color: #fff!important;
}
.post .subimitarea .linkBtn {
	padding: 0;
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 15px 45px;
}
.post .subimitarea .linkBtn::after,
.post .subimitarea .linkBtn::before{
	display: none;
}

.contact_sec {
	position: relative;
	padding-top: 100px;
	margin-bottom: 40px;
}
.contact_sec .wrap {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.contact_sec::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
	background: url(/wp-content/uploads/contact_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.contact_sec h3 {
	font-family: "Zen Maru Gothic";
	font-weight: 400;
	font-size: 42px;
	line-height: 1.6;
}
.contact_sec p {
	font-family: "Zen Maru Gothic";
	font-size: 28px;
	line-height: 1.8;
	color: #fff;
}
.contact_sec .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 45px 40px;
	background: #fff;
	box-shadow: 2px 2px 4px #ccc;
	margin-top: 100px;
	border-radius: 15px;
}
.contact_sec .btn {
	display: flex;
	column-gap: 14px;
}
.contact_sec a {
	font-weight: 400;
	font-size: 18px;
	color: #fff;align-content
	display: block;
	text-align: center;
	width: 260px;
	max-width: 100%;
	position: relative;
	padding: 10px 0;
	border-radius: 40px;
}
.contact_sec a:hover {
	opacity: .7;
}
.contact_sec a::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact_sec a.telLink {
	font-family: "Zen Maru Gothic";
	background: #EE869A;
}
.contact_sec a.mailLink {
	font-family: "Zen Maru Gothic";
	background: #ED6C00;
}

.top_about {
	background: #F9F9F9;
	border-radius: 30px;
	margin-top: 120px;
	padding: 80px 0;
	position: relative;
	width: 94%;
	max-width: 1600px;
	margin-inline: auto;
}
.top_about .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.top_about .image {
	width: 40%;
	border: solid 1px #CBCBCB;
	border-radius: 15px;
}
.top_about .image img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
	border: solid 1px #CBCBCB;
}
.top_about .text {
	width: 55%;
}
.top_about .mark {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 400px;
}

.top_service {
	padding: 120px 0;
}
.top_service h2 {
	font-family: "Zen Maru Gothic";
	font-weight: 500;
	position: relative;
	width: fit-content;
	text-align: center;
	margin-inline: auto;
	position: relative;
}
.top_service h2::before,
.top_service h2::after {
	content: '';
	display: inline-block;
	background: #ECA934;
	height: 56px;
	width: 2px;
	position: absolute;
	top: 50%;
	margin: 0;
}
.top_service h2::before {
	transform: translateY(-50%) rotate(-15deg);
	left: -60px;
}
.top_service h2::after {
	transform: translateY(-50%) rotate(15deg);
	right: -60px;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	column-gap: 35px;
	row-gap: 35px;
}
.top_service li {
	background: #F7AB00;
	border-radius: 15px;
	padding: 25px;
}
.top_service h3 {
	font-family: "Zen Maru Gothic";
	display: flex;
	flex-direction: column;
	row-gap: 14px;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	position: relative;
}
.top_service h3:before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 120px;
	height: 25px;
}
.top_service li figure {
	margin-bottom: 14px;
}
.top_service li figure img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}
.top_service li p {
	color: #fff;
}

.top_recruit {
	background: #F9F9F9;
	padding: 120px 0;
	position: relative;
}
.top_recruit .mark {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 500px;
}
.top_recruit .flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	position: relative;
	z-index: 1;
}
.top_recruit .image {
	width: 40%;
}
.top_recruit .image img {
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.top_recruit .text {
	width: 55%;
}
.top_recruit h2 {
	font-family: "Zen Maru Gothic";
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	align-items: flex-start;
}
.top_recruit h2 span {
	background: #ED6C00;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	padding: 6px 10px;
}
.top_recruit .linkBtn {
	color: #fff;
	margin-left: 0;
	margin-top: 80px;
}
.top_recruit .linkBtn::before {
	background: #fff;
}
.top_recruit .linkBtn:hover {
	color: #fff!important;
}

.company_sec .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 120px;
}
.company_sec .image,
.company_sec .text {
	width: 47%;
}
.company_sec .image img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.company_sec table,
.company_sec th,
.company_sec td {
	border: none!important;
}
.company_sec th {
	text-align: center!important;
	background: #F7AB00!important;
	color: #fff!important;
}
.company_sec tr {
	border-bottom: 1px solid #C2C2C2;
}
.company_sec tr:first-child {
	border-top: 1px solid #C2C2C2;
}
.company_sec iframe {
	width: 100%;
	height: 300px;
}

.service_sec {
	background: #F9F9F9;
	border-radius: 30px;
	padding: 80px 0;
	position: relative;
	width: 94%;
	max-width: 1600px;
	margin-inline: auto;
}
.service_sec .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.service_sec .image {
	width: 40%;
}
.service_sec .image img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.service_sec .text {
	width: 55%;
}
.service_sec h2 {
	color: #ED6C00;
}

.service_facility {
	padding-top: 120px;
}
.service_facility .wrap {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}
.service_facility .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 25px;
	border: solid 1px #707070;
}
.service_facility .image {
	width: 40%;
}
.service_facility .text {
	width: 55%;
}
.service_facility .gallery_sec {
	width: 100%;
	margin-top: 60px;
}
.service_facility .gallery_sec h3 {
   font-weight: 700;
   margin-bottom: 12px;
   text-align: center;
   color: #ED6C00;
}
.service_facility .gallery_sec .gallery {
	margin-top: 0!important;
	row-gap: 10px;
}
.service_facility .gallery_sec .gallery-item {
	margin: 0;
}
.service_facility .gallery_sec img {
	border-radius: 15px;
}
.service_facility .gallery_sec p {
	text-align: right;
}
.service_facility .gallery_sec a.link {
   font-weight: 400;
   font-size: 18px;
   font-family: "Zen Maru Gothic";
   background: #EE869A;
   color: #fff;
   text-align: center;
   width: 260px;
   max-width: 100%;
   position: relative;
   padding: 10px 0;
   border-radius: 40px;
   display: block;
   margin-inline: auto;
}
.service_facility .gallery_sec .link_text {
	font-size: 13px;
	text-align: center;
	display: block;
}
.service_facility .gallery_sec a::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.service_facility figure figcaption {
	font-family: "Zen Maru Gothic";
	font-weight: 500;
	font-size: 24px;
	color: #EE869A;
	line-height: 1.2;
	padding-left: 10px;
	border-left: solid 2px #EE869A;
	margin-bottom: 18px;
}
.service_facility figure figcaption span {
	font-size: 32px;
}
.service_facility figure img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 15px;
}
.service_facility .telLink {
	font-family: "Zen Maru Gothic";
	color: #232323;
	font-size: 32px;
	margin-top: 18px;
	display: inline-block;
}
.service_facility address {
	font-size: 16px;
	line-height: 2;
	margin-top: 18px;
}
.service_facility ul {
	display: flex;
	align-items: center;
	column-gap: 6px;
	margin-top: 18px;
}
.service_facility li {
	width: 40px;
}
.service_facility li a {
	display: block;
}
.service_facility li a img {
	width: 40px;
	display: block;
}
.service_facility table,
.service_facility th,
.service_facility td {
	border: solid 1px #707070!important;
}
.service_facility th,
.service_facility td {
	padding: 20px 10px!important;
}
.service_facility th {
	background: #FFF6EF!important;
	text-align: center!important;
}

.service_feasible {
	background: #FFEDCE;
	padding: 40px 25px;
	border-radius: 30px;
	margin-top: 120px;
}
.service_feasible ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 40px;
}
.service_feasible figure img {
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.service_feasible h2 {
	font-family: "Zen Maru Gothic";
	font-weight: 500;
	font-size: 24px;
	color: #ED6C00;
	line-height: 1.2;
	padding-left: 10px;
	border-left: solid 2px #ED6C00;
	margin-bottom: 18px;
}
.service_feasible h3 {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}

body.page-service04 #content.wide {
   padding-top: 0;
}
.realestate_mv {
   background: url(/wp-content/uploads/realestate_mv.jpg)no-repeat;
   background-size: cover;
   background-position: center;
   padding: 200px 0;
   padding-right: 5%;
}
.realestate_mv .box {
   background: rgba(255, 255, 255, .9);
   max-width: 800px;
   padding: 60px 40px;
   margin-left: auto;
}
.realestate_mv h2 {
   color: #ED6C00;
}

.realestate_sec {
   display: flex;
   flex-direction: column;
   row-gap: 50px;
   padding-top: 120px;
}
.realestate_sec .flex {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-direction: row-reverse;
}
.realestate_sec .image {
   width: 50%;
}
.realestate_sec .image img {
   width: 100%;
   aspect-ratio: 3 / 2;
   object-fit: cover;
}
.realestate_sec .text {
   width: 45%;
}
.realestate_sec h2 {
   color: #ED6C00;
}

.recruit_sec .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.recruit_sec .image,
.recruit_sec .text {
	width: 47%;
}
.recruit_sec .image img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.recruit_outline {
	padding-top: 120px;
}
.recruit_outline table,
.recruit_outline th,
.recruit_outline td {
	border: none!important;
}
.recruit_outline th {
	text-align: center!important;
	background: #F7AB00!important;
	color: #fff!important;
	vertical-align: middle!important;
}
.recruit_outline tr {
	border-bottom: 1px solid #C2C2C2;
}
.recruit_outline tr:first-child {
	border-top: 1px solid #C2C2C2;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}
	.contact_sec p {
		text-align: center;
	}
	.contact_sec .box {
		flex-direction: column;
		row-gap: 30px;
	}
}

@media print, screen and (max-width: 768px) {
	.nivo-caption {
		font-size: 5.5vw;
		left: 2%!important;
	}
	.nivo-caption .ja {
		font-size: 3vw;
		margin-top: 4px;
	}

	.contact_sec {
		padding-top: 60px;
	}
	.contact_sec p {
		font-size: 20px;
	}
	.contact_sec .box {
		margin-top: 40px;
		row-gap: 20px;
		padding: 35px 25px;
	}
	.contact_sec .btn {
		flex-direction: column;
		row-gap: 14px;
	}

	.top_about {
		border-radius: 15px;
		margin-top: 30px;
		padding: 60px 0;
	}
	.top_about .flex {
		flex-direction: column;
		row-gap: 40px;
	}
	.top_about .image {
		width: 100%;
	}
	.top_about .text {
		width: 100%;
	}
	.top_about .mark {
		max-width: 200px;
	}

	.top_service {
		padding: 80px 0;
	}
	.top_service h2 {
		width: 90%;
		margin-inline: auto;
	}
	.top_service h2::before,
	.top_service h2::after {
		height: 50px;
	}
	.top_service h2::before {
		left: -10px;
	}
	.top_service h2::after {
		right: -10px;
	}
	.top_service ul {
		grid-template-columns: repeat(1,1fr);
		row-gap: 25px;
	}
	.top_service h3:before {
		width: 100px;
		height: 20px;
	}

	.top_recruit {
		padding: 80px 0;
	}
	.top_recruit .mark {
		max-width: 300px;
	}
	.top_recruit .flex {
		flex-direction: column;
		row-gap: 40px;
	}
	.top_recruit .image {
		width: 100%;
	}
	.top_recruit .text {
		width: 100%;
	}
	.top_recruit .linkBtn {
		margin-left: auto;
		margin-top: 40px;
	}

	.company_sec .flex {
		flex-direction: column;
		row-gap: 40px;
		margin-bottom: 80px;
	}
	.company_sec .image,
	.company_sec .text {
		width: 100%;
	}	

	.service_sec {
		border-radius: 15px;
		padding: 60px 0;
	}
	.service_sec .flex {
		flex-direction: column;
		row-gap: 40px;
	}
	.service_sec .image {
		width: 100%;
	}
	.service_sec .text {
		width: 100%;
	}

	.service_facility {
		padding-top: 80px;
	}
	.service_facility .wrap {
		row-gap: 50px;
	}
	.service_facility .box {
		flex-direction: column;
		row-gap: 40px;
		padding: 25px;
	}
	.service_facility .image {
		width: 100%;
	}
	.service_facility .text {
		width: 100%;
	}
	.service_facility figure figcaption {
		font-size: 18px;
	}
	.service_facility figure figcaption span {
		font-size: 22px;
	}
	.service_facility .telLink {
		font-size: 28px;
	}
	.service_facility .gallery_sec {
		margin-top: 40px;
	}

	.service_feasible {
		padding: 25px;
		border-radius: 15px;
		margin-top: 80px;
	}
	.service_feasible ul {
		grid-template-columns: repeat(1,1fr);
	}
	.service_feasible h2 {
		font-size: 22px;
	}

	.realestate_mv {
		padding: 120px 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	.realestate_mv .box {
		padding: 40px 25px;
		margin-right: auto;
	}

	.realestate_sec {
		row-gap: 40px;
		padding-top: 80px;
	}
	.realestate_sec .flex {
		flex-direction: column;
		row-gap: 30px;
	}
	.realestate_sec .image {
		width: 100%;
	}
	.realestate_sec .text {
		width: 100%;
	}

	.recruit_sec .flex {
		flex-direction: column;
		row-gap: 40px;
	}
	.recruit_sec .image,
	.recruit_sec .text {
		width: 100%;
	}

	.recruit_outline {
		padding-top: 80px;
	}
}
@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}