@media screen and (min-width:1300px) {
    body {
        width: 1300px !important;
        margin: auto !important;
		overflow-x: hidden !important;
    }
    header {
        width: 1300px !important;
        margin: auto !important;
    }
}
@media screen and (max-width:900px) {
.cta {
width:80% !important;
}
.kasou-header {
    width: 90% !important;
}
}
@media screen and (max-width:700px) {
.mb {
	display:inherit !important;
}
.pc {
	display:none !important;
}
.menu-in {
width: 50% !important;
}
.menu-item li {
    line-height: 2rem !important;
}
.blog-wrap,.more-btn {
    width: 80% !important;
}
.service-content,.outline {
    width: 100% !important;
}
/* ここからハンバーガーメニュー */
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-btn {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #000000;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 15px 16px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.hamburger-menu label:hover {
cursor:pointer;	
}
/* ここまでハンバーガーメニュー */
.kasou-top {
    position: fixed !important;
	z-index: 100 !important;
	justify-content: space-between !important;
    padding: 2rem 2rem !important;
	top:0;
}
.koosou-flex {
    width: 25% !important;
    display: flex;
    align-items: center;
}
.sitemap {
    padding-top: 10rem !important;
}
.about-wrap h2,.service h2,.corp h2 {
    font-size: 1.7rem !important;
}
.information h2 {
    font-size: 1.7rem !important;
}
.information p,.about-wrap p {
    line-height: 1.6rem !important;
    font-size: 0.9rem !important;
}
.service-content-text p,.corp,.service-text,.blog-wrap,.menu-in,.kiji {
    font-size: 0.9rem !important;
}
.information h3 {
    font-size: 1rem !important;
}
footer h1 {
    padding: 3rem 0 !important;
}
.blog-wrap2,.blog-p {
    width: 90% !important;
}
.cta {
    width: 100% !important;
}
}
@media screen and (max-width:520px) {
.mbmb {
	display:none;
}
.fv {
    background-image: url(../image/fv.png);
    padding: 15rem 0 !important;
	background-size: cover;
	background-position: right;
}
.head-menu {
    width: 70% !important;
}
.about-wrap p {
    width: 90% !important;
    margin: auto !important;
}
.service-content {
    display: inherit !important;
}
.service-content-img {
    width: 70% !important;
    margin: auto !important;
}
.service-content-text {
    width: 90% !important;
    margin: auto !important;
    margin-top: 2rem !important;
}
.cta-btn {
    width: 40% !important;
}
.cta-btn a {
    padding: 1rem 2.5rem !important;
}
.about-wrap h2, .service h2, .corp h2 {
    font-size: 1.5rem !important;
}
.information h2 {
    font-size: 1.5rem !important;
}
.information p, .about-wrap p {
    line-height: 1.3rem !important;
    font-size: 0.7rem !important;
}
.information h3 {
    font-size: 0.6rem !important;
}
.hp-form {
    font-size: 0.6rem !important;
}
.service-content-text p, .corp, .service-text, .blog-wrap, .menu-in, .kiji {
    font-size: 0.7rem !important;
}
.menu-in {
    width: 60% !important;
	font-size: 1rem !important;
}
}
@media screen and (max-width:400px) {
.cta-btn a {
    padding: 0.6rem 1.5rem !important;
}
}