.sp_only {
    display: none;
}
nav.mobile-menu {
    display: none;
}
/*いつものやつ*/
@media only screen and (max-width: 780px) {
.sp_only {
    display: block;
}
.pc_only {
    display: none;
}
    nav#menu {
        display: none;
    }

    /*sp menu*/
	.mobile-menu {
	    position: fixed;
	    display: flex !important;
	    align-items: center;
	    justify-content: flex-end;
	    top: 0px;
	    background-color: rgb(112 200 217);
	    right: 0;
	    height: 50px;
	    z-index: 1;
	}

	.mobile-menu__btn {
	    position: relative;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 50px;
	    height: 50px;
	    cursor: pointer;
	    transition: .4s;
	    z-index: 100;
	    background: none;
	    opacity: 1;
		background: rgb(0 0 0);
	}

	.mobile-menu__icon {
	    display: block;
	    position: relative;
	    background: #fff;
	    opacity: 1;
	    width: 65%;
	    height: 2px;
	    transition: .4s;
	    top: 0px;
	}

	.mobile-menu__icon::after,
	.mobile-menu__icon::before {
	    content: "";
	    display: block;
	    position: absolute;
	    background: #fff;
	    width: 100%;
	    height: 2px;
	    transition: .4s;
	}

	.mobile-menu__icon::after {
	    top: 9px;
	}

	.mobile-menu__icon::before {
	    top: -9px;
	}

	.mobile-menu__icon p {
	    color: #fff;
	    font-size: 10px;
	    width: 100%;
	    padding-top: 14px;
	}

	.mobile-menu__container {
	    position: fixed;
	    text-align: center;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    top: 0px;
	    left: unset;
	    right: -12em;
	    z-index: 50;
	    height: 0;
	    opacity: 1;
	    transition: .5s;
	    transition-delay: .2s;
	    overflow: hidden;
	    background: #ffffff;
	    width: 12em;
	    height: 100vh;
	}

	.mobile-menu__container:before {
	    content: '';
	    background: inherit;
	    -webkit-filter: blur(5px);
	    -moz-filter: blur(5px);
	    -o-filter: blur(5px);
	    -ms-filter: blur(5px);
	    filter: blur(3px);
	    position: absolute;
	    top: -5px;
	    left: -5px;
	    right: -5px;
	    bottom: -5px;
	    z-index: -1;
	}

	.mobile-menu__checkbox {
	    display: none;
	}

	.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
	    opacity: 1;
	    transition-delay: 0s;
	}

	.mobile-menu__checkbox:checked ~ .mobile-menu__container {
		width: 65vw;
		transition-delay: 0s;
		background: #fff;
		display: flex;
		right: 0%;
		height: 100vh;
		box-shadow: 8px 0px 10px #000000;
	}

	.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
	    background: transparent;
	}

	.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before,
	.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
	    top: 0;
	}

	.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
	    transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    background: #fff;
	}

	.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
	    transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    background: #fff;
	}

	.mobile-menu__list {
	    transition-delay: .5s;
	    list-style: none;
	    margin-top: 0px;
	    padding: 0 10%;
	    width: 100%;
	}

	ul#menu_spid li {
	    text-align: left;
		margin-bottom: 1em;
	}

	ul#menu_spid li:first-child {
	    border-top: solid 1px #fff;
	    padding-top: 0.5em;
	}

	.mobile-menu__container ul li a {
		letter-spacing: 0;
		text-decoration: none;
		color: #000;
		line-height: 2;
		font-size: 14px;
		text-shadow: none;
	}
	ul#menu_spid .header_area_icon a {
		margin-bottom: 1em;
		line-height: 2;
		font-size: 14px;
		display: flex;
	}
	ul#menu_spid {
		width: 80%;
	}

	li.menu-item a {
	    background-size: 1em 1em;
	    background-repeat: no-repeat;
	    background-position-y: center;
	}

    /*sp menu end*/
/*ビルダー*/
.subrecruit_maincontentarea_flex {
    display: flex;
    align-items: center;
    margin: 2em 0;
    flex-wrap: wrap;
}
.subrecruit_maincontentarea_flex_img {
    width: 100%;
    height: 15em;
    margin-bottom: 4%;
    margin-right: 0%;
}
.fullsubrecruit_maincontentarea_flex_content {
    font-size: 12px;
    margin: 2em 0;
}
.fullsubrecruit_maincontentarea_flex_content h3 {
    font-size: 14px;
    border: none;
}
.subrecruit_maincontentarea_flex_content h3 {
    font-size: 14px;
}
.subrecruit_maincontentarea_flex_content {
    width: 100%;
    margin-right: 0%;
    font-size: 12px;
}
.fullsubrecruit_maincontentarea_flex_img {
    margin: 2em 0;
}
.subrecruit_maincontentarea_flex_content {
    order: 1;
}
.subrecruit_maincontentarea_contactform {
    font-size: 13px;
}
.subrecruit_maincontentarea_contactform p {
    font-size: 12px;
}
.subrecruit_maincontentarea_contactform_link a {
    font-size: 11px;
}
.low_main_full_contenttittlearea {
    flex-wrap: wrap;
}
.low_main_full_contenttittlearea_tittle {
    font-size: 15px;
	width: 100%;
}
.low_main_full_contenttittlearea_tittle h1 {
    font-size: 16px;
}
.low_main_full_contenttittlearea_day {
    width: 100%;
    font-size: 11px;
    text-align: left;
    order: -1;
    color: #8e8e8e;
    margin: 0.5em 0;
}
/*ビルダーここまで*/
.header_menu {
    padding: 0.65em 2em;
}
.header_logo {
    padding: 0.7em;
}
.header_menu_icon img {
    height: 1.5em;
    margin-left: 1em;
}
.header_logo img {
    height: 5em;
}
.header_area_kadomaru svg {
    width: 7em;
    height: 6em;
}
.header_area_kadomaru {
    left: -0.3em;
    top: 3em;
}
div#container {
    padding-top: 3.1em;
}
.mainvisual_kadomaru {
    bottom: -0.6em;
    right: -0.3em;
}
.mainvisual_kadomaru svg {
    width: 7em;
    height: 6em;
}
.mainvisual {
    height: auto;
}
.header_menu_icon {
    margin-right: 2.5em;
}
.tp_about {
    margin: 3em auto;
}
.tp_about_img {
    margin-right: 0;
}
.tp_about_img img {
    height: 4em;
    margin-bottom: 1.5em;
}
.tp_about_text h2.mainh2_img {
    text-align: center;
}
h2.mainh2_img img {
    height: 1.3em;
}
.tp_item {
    margin: 3em auto;
}
.more_img img {
    height: 1.8em;
}
.item_archive_content {
    width: 49%;
}
.item_archive_content:nth-child(3n) {
    margin-right: 2%;
}
.item_archive_content:nth-child(2n) {
    margin-right: 0%;
}
.flex_tittle {
    font-size: 12px;
    letter-spacing: 0px;
}
.flex_price {
    font-size: 11px;
}
.tp_news {
    margin-bottom: 3em;
}
.tp_news_border.border {
    padding: 2em 0;
}
.news_archive_content {
    padding: 0em 1em 0.8em;
    font-size: 12px;
	flex-wrap: wrap;
}
.news_archive_day {
    width: 100%;
    font-size: 11px;
}
.news_archive_tittle {
    width: 100%;
    font-size: 13px;
}
.blog_archive_content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
}
.blog_archive_content:last-child {
    margin-bottom: 0;
}
h1.low_mainh1.no_border {
    margin-bottom: 1em;
}
p#page-top img {
    width: 2.5em;
}
#page-top {
    bottom: 1em;
    right: 1em;
}
footer#footer {
    border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
}
.footer_main_logo img {
    height: 6em;
}
.footer_menu a {
    white-space: nowrap;
}
.copy {
    font-size: 10px;
}
ul#menu_spid .header_area_icon a {
    margin-bottom: 1em;
    line-height: 2;
    font-size: 14px;
    display: flex;
}
.header_area_icon a img {
    height: 1.1em;
    margin-right: 0.5em;
}
.low_main {
    margin: 5em auto 3em;
}
.low_mainh1 {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
h1.low_mainh1 img {
    height: 1.1em;
}
.low_company_flex {
    margin-bottom: 1.5em;
    line-height: 1.5;
}
.low_about {
    padding: 8em 0 10em;
}
.low_about_main .low_mainh1 img {
    height: auto;
    width: 90%;
}
.low_about_main {
    padding: 2em 2%;
    width: 90%;
}
.breadcrumbs {
    font-size: 8px;
    padding: 0.5em 2%;
    letter-spacing: 0px;
    right: 0;
    top: 49px;
}
}