@media only screen and (max-width: 834px) {

    /*Common*/
    .display-pc {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (min-width: 768px) {

    /*Common*/
    .display-mobile {
        display: none;
        visibility: hidden;
    }
    body {
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-family: "FP-ヒラギノ明朝 ProN W3", "FP-HiraMinProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
        letter-spacing: 0.1em;
    }

    .content{
        padding-top: 0;
		text-align: left;
    }

    /*HEADER*/
    .content-wrap {
        margin-top: 0;
        /*background-color: brown;*/
    }

    .header-menu-wrap {
        margin-left: 23vw;
        margin-right: 0;
        padding-top: 0;
        overflow: auto;
    }

    .header-menu-1-img {
        width: 17.5vw;
    }

    .header-menu-2-img {
        width: 6.2vw;
    }

    .header-menu-3-img {
        width: 10.5vw;
    }

    .header-menu-4-img {
        width: 9.5vw;
    }

    .header-pc-ig {
        width: 2vw;
    }
	.header-menu-0{
        padding-top: 4vw;
        padding-left: 1vw;
        display: inline-block;
        width: 8vw;
        border-left: 4px solid #9f9500;
		font-size: 1.5vw;
		color: #fff;
        /*position: fixed;*/
        z-index: 9999999;
    }

    .header-menu-1 {
        padding-top: 2.7vw;
        padding-left: 1vw;
        display: inline-block;
        width: 20vw;
        border-left: 4px solid #9f9500;
        left: 34vw;
    }

    .header-menu-2 {
        padding-top: 4vw;
        padding-left: 1vw;
        display: inline-block;
        width: 9.5vw;
        border-left: 4px solid #9f9500;
        left: 54.5vw;
    }

    .header-menu-3 {
        padding-top: 4vw;
        padding-left: 1vw;
        display: inline-block;
        width: 12.5vw;
        border-left: 4px solid #9f9500;
        left: 65.5vw;
    }

    .header-menu-4 {
        padding-top: 4vw;
        padding-left: 1vw;
        display: inline-block;
        width: 12.5vw;
        border-left: 4px solid #9f9500;
       /*position: fixed;*/
        left: 78.5vw;
        z-index: 9999999;
    }

    .header-menu-ig {
        padding-top: 2vw;
        float: right;
        /*position: fixed;*/
        right: 0;
        z-index: 9999999;
    }

    .header-ig-wrap {
        padding: 0.5vw;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .header-logo-pc {
        width: 145px;
    	height: 170px;
    }

    .header-logo-pc-wrap {
        padding-right: 39px;
    	padding-left: 27px;
    	padding-top: 26px;
    	padding-bottom: 26px;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        left: 0;
        top: 8vw;
    }

    /*Footer*/
    .t12 {
        font-size: 12px;
    }

    .footer-logo {
        width: 24.2vw;
		margin-bottom: 2vh;
    }

    .footer-logo-text-wrap {
        overflow: auto;
        margin-bottom: 2vw;
    }

    .footer-2-wrap {
        background-color: #e3e3e3;
        padding: 2vw 4vw;
    }

    .footer-text-2 {
        margin-bottom: 2vw;
        font-size: 1.3vw;
        line-height: 1.5em;
    }

    .google-map-text {
        width: 9vw;
    }

    .google-map {
        width: 23vw;
        height: 9vw;
        float: left;
        margin-top: -30px;
    }

    .google-map-iframe {
        width: 98%;
        height: 100%;
    }

    .google-map-text-wrap {
        margin-left: 0.7vw;
    }

    .google-map-wrap {
        /*overflow: auto;*/
        margin-bottom: 1.5vw;
    }

    .copyright {
        font-size: 0.9vw;
    }
	.footer-info-ttl img{
	width: 9vw;
    padding: 1vw;
    position: absolute;
}

    .footer-img-1 {
        width: auto;
    	height: auto;
    	max-width: 6vw;
		margin-right: 1vw;
		padding-left: 1vw;
    }

    .footer-1-ttl {
        font-size: 13px;
    }

    .footer-1-desc {
        float: none;
        margin-left: 0;
        width: 168px;
		font-size: 12px;
    }

    .footer-img-wrap {
        float: none;
        margin-bottom: 0;
    }

    .footer-1-wrap {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 17px;
		padding-top: 40px;
        overflow: auto;
        color: #cccccc;
        width: 177px;
        position: absolute;
        left: 0;
        top: 29vw;
		display: block;
		 
    }
	.footer-1-wrap img{
		width: 140px;
	}
    .footer-info-ttl {
        width: 180px;
    	margin-bottom: 5px;
    	position: absolute;
    	z-index: 1;
		grid-row: unset;
    	top: 4px;
	}

    /*TOP*/
    .top-content {
        margin-top: 4vw;
        padding: 0;
        margin-left: 33.3vw;
        margin-bottom: 15.5vw;
    }

    .honma-dna {
        width: 447px;
    }
	.cf4a img {
		width: 100%;
		height: auto;
	}
	.top-portfolio-wrap{
  		overflow: auto;
		background-color: #fff8;
 		padding-left: 1vw;
		padding-top: 1vh;
		padding-bottom: 1vh;
	}

    .top-text-1 {
        padding: 1.2vw 2vw;
		background-color: rgba(0, 0, 0, 0.6);
		color: white;
		font-size: 24px;
		text-align: left;
		margin-bottom: 1.5vw;
		width: 398px;
		letter-spacing: 0.22em;
		margin-left: 0;
    }

    .top-text-2 {
        text-align: left;
        color: #fff;
        text-shadow: 0.2vw 0.2vw 0.3vw #0b0b0b;
        margin-bottom: 3vw;
        letter-spacing: 0.1em;
        line-height: 1.8em;
		font-size: 20px;
    }

    .top-text-2-1 {
        margin-bottom: 3vw;
    }

    .top-text-3 {
        font-size: 26px;
        text-align: left;
        margin-bottom: 4.5vw;
        color: #fff;
        text-shadow: 0.2vw 0.2vw 0.3vw #0b0b0b;
        font-family: "FP-HiraMinProN-W6";
        letter-spacing: 0.1em;
    }
	.top-text_linkarea{
	/*width: 97vw;*/
	}
	
    .top-text-4 {
        font-size: 14px;
        margin-left: 0;
        color: #212121;
        margin-bottom: 0.5vw;
		/*width: 30vw;*/
    }
	.top-shitumon{
    	font-size: 14px;
		/*width: 26vw;*/
}

    .top-portfolio-items {
        margin-left: -1vw;
    }

    .top-portfolio-item {
        margin-left: 1vw;
		width: 13vw;
    }

    .top-portfolio-img {
        width: 14vw;
    }

    .top-portfolio-desc {
        font-size: 1.1vw;
        color: #212121;
		padding-top: 5px;
    }
	.info-one {
	    grid-row: unset;
		padding-bottom: 20px;
	}
    /*Inquiry*/
    .inq-pc-wrap {
        overflow: auto;
		padding-bottom: 22vh;
    }

    .inq-pc {
        width: 70vw;
        float: right;
    }

    .inq-ttl-wrap {
        padding: 0;
        background-color: transparent;
        overflow: auto;
        color: #fff;
        margin-bottom: 1.2vw;
    }

    .inq-ttl {
        font-size: 28px;
        float: left;
		text-shadow:2px 1px 3px #000000;
    }

    .inq-link-wrap {
        float: right;
        margin-top: 1vw;
    }

    .inq-link {
        width: 8vw;
    }

    .inq-desc-1 {
        padding: 2vw 5vw 2.5vw;
        color: #fff;
        background-color: #333333;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 2.5vw;
    }

    .form-wrap {
        padding: 3vw 10vw 6vw 3vw;
        background-color: rgba(255, 255, 255, 0.8);
        margin-bottom: 1.5vw;
        font-size: 16px;
    }

    .form-label {
        width: 11vw;
        display: inline-block;
        text-align: right;
        overflow: auto;
    }

    .form-input {
        width: 43vw;
        margin-left: 1.5vw;
        display: inline-block;
    }

    .form-label-left {
        text-align: right;
        width: 20vw;
    }

    .pc-btn-upl-wrap {
        width: 20vw !important;
    }

    .form-item {
        margin-bottom: 1.7vw;
    }

    .form-item-1 {
        margin-bottom: 3vw;
    }

    .form-item-2 {
        margin-bottom: 2.5vw;
    }

    .form-item-3 {
        margin-bottom: 1.3vw;
    }

    .form-item-4 {
        margin-bottom: 3.5vw;
    }

    .inq-upl {
        width: 7.5vw;
    }

    .form-input .btn-upl:nth-of-type(2) {
        float: none;
        margin-left: 1vw;
    }

    .form-desc {
        text-align: right;
        font-size: 15px;
        margin-bottom: 2vw;
    }

    .submit-wrap {
        text-align: right;
    }

    .submit-wrap input[type=submit] {
        width: 12vw;
        height: 4vw;
    }

    .form-input select {
        height: 5vw;
        color: black;
        background-color: #b3b3b3;
        border-radius: 5vw;
        text-align: center;
        text-align-last: center;
    }

    .form-input input[type=text], input[type=tel], input[type=email] {
        height: 3vw;
        width: 98%;
        margin-left: 2%;
        border: none;
        padding-left: 1vw;
        font-size: 1vw;
    }

    .pc-about {
        display: inline-block;
    }

    .form-textarea {
        width: 100%;
        height: 18vw;
        border: none;
        font-size: 1vw;
    }

    .pc-label-textarea {
        padding-left: 8vw;
    }

    .pc-textarea-wrap {
        padding-left: 14vw;
    }

    .inq-company-ttl {
        font-size: 15px;
        text-align: left;
        margin-bottom: 2vw;
    }

    .text-1-img-wrap {
        padding-top: 0;
        width: 30vw;
        float: right;
		margin-right: 17vw;
    }

    .inq-desc-2 {
        font-size: 20px;
        word-break: keep-all;
        text-align: justify;
        margin-bottom: 0;
        position: absolute;
        top: 10vw;
        left: 37vw;
        line-height: 3.3vw;
    }

    .pc-inq-desc-2-wrap {
        position: relative;
    }

    .inq-item-img-wrap {
        margin-bottom: 1vw;
        width: 34vw;
    }

    .inq-desc-3 {
        font-size: 15px;
        margin-bottom: 5vw;
    }

    .inq-bg-darker {
            background-color: transparent;
    /* margin: 0 -7vw; */
    /* padding: 27.5vw 7.5vw 0; */
    /* margin-top: -27.5vw; */
    }

    .inq-history {
        font-size: 15px;
        margin-bottom: 2vw;
    }

    .inq-history-desc {
        float: left;
        margin-left: 1.5vw;
    }

    .pc-inq-history-img {
        width: 17vw;
    }

    .pc-inq-history-img-wrap {
        float: right;
        margin-top: 3vw;
    }

    .pc-history-wrap {
        overflow: auto;
        padding-bottom: 1vw;
        border-bottom: 0.2vw solid white;
        margin-bottom: 2vw;
    }

    .pc-inq-history-item {
        display: inline-block;
        margin-left: 1vw;
    }

    .inq-info-ttl {
        margin-bottom: 1vw;
        font-size: 15px;
    }
	.inq-info-row{
		width: 434px;
	}
	.inq-info-row2{
		width: 541px;
	}
    .inq-info-tbl {
        font-size: 15px;
        float: left;
        border: none;
        padding: 0;
    }

    .inq-info-1 {
        float: left;
        text-align: right;
        width: 100px;
		margin-right: 0vw;
    }
	.inq-info-1-2 {
        float: left;
        text-align: right;
    	width: 67px;
    	margin-right: 8px;
    }


    .inq-info-2 {
        float: left;
        margin-left: 10px;
    }
	.inq-info-3 {
        float: left;
		width: 462px;
    }

    .inq-table-wrap {
        overflow: auto;
		width: 900px;
    }
   .inq-info-tbl-1 {
        float: left;
		width: 340px;
    }
    .inq-info-tbl-2 {
        float: right;
		width: 545px;
    }

    .inq-info {
        margin-bottom: 0;
        padding-bottom: 0vw;
    }

    .pc-company-wrap {
         /* margin-left: 18vw; */
    }

    .inq-history-ttl {
        margin-bottom: 1vw;
    }

    .file-input-name {
        font-size: 0.8vw;
        width: 7.5vw;
    }

    /*DNA*/
    .dna-content {
        padding-top: 7.5vw;
         margin-left: 29.5vw;
        margin-right: 1vw;
        padding-bottom: 11.5vw;
    }

    .dna-honma {
        width: 66vw;
		max-width: 775px;
        padding-left: 0;
    }
    .dna-main-img{
		max-width: 778px;
		}
    .dna-text-1 {
        padding: 2vw 0;
/* background-color: rgba(0, 0, 0, 0.7); */
/* color: white; */
		font-size: 36px;
/* text-align: center; */
/* letter-spacing: 0.3em; */
		max-width: 778px;
    }

    .dna-text-2 {
        font-size: 23px;
        line-height: 2.2em;
        margin-bottom: 3vw;
		/*letter-spacing*/
    }

    .dna-honma-img {
        width: 50vw;
        margin-bottom: 6vw;
    }

    .dna-section-ttl {
        font-size: 30px;
        background-color: #333333;
        color: #fff;
        padding-top: 1.1vw;
        padding-bottom: 0.5vw;
        letter-spacing: 0.2em;
		max-width: 744px
    }

    .dna-section-item {
        padding: 0 2vw 5vw;
    }
	.section-desc-img{
   		width: 100%;
    	margin-bottom: 1vw;
		max-width: 320px;
		float: left;
	}
    .section-desc-1 {
       width: 353px;
		margin-right: 10px;
    }

    .section-desc-2 {
        font-size: 15px;
        width: 340px;
        float: right;
        text-align: left;
        line-height: 1.5em;
        font-family: "FP-ヒラギノ明朝 ProN W3", "FP-HiraMinProN-W3";
		margin-bottom: 0;
    }

    .section-1-text-1 {
        font-size: 17px;
    line-height: 1.4em;
    }

    .dna-elememts {
        /*height: 68vh;*/
        margin-bottom: 6vw;
    }

    .dna-elememts .dna-img-bg {
        width: 42vw;
        margin-left: 0vw;
		max-width: 534px;
    }

    img.ecical,
    img.design,
    img.cospa,
    img.daiku_gi,
    img.omoi {
        width: 14vw;
		max-width: 168px;
    }

    .ecical {
        top: 175px;
        left: 100px;
    }

    .design {
        top: 100px;
		left: 304px;
    }

    .cospa {
        top: 175px;
        left: 500px;
    }

    .daiku_gi {
		top: 270px;
        left: 217px;

    }

    .omoi {
        top: 270px;
        left: 388px;
    }

    .dna-pc-section-1-desc-wrap {
        margin-bottom: 3vw;
    }

    .pc-dna-section-1-item {
        width: 218px;
		float: left;
		margin-right: 20px;
		margin-top: 32px;
		margin-bottom: 44px;
    }

    .pc-dna-section-1 {
        width: 100%;
    }

    .pc-dna-section-1-wrap {
        margin: 0 -0.2vw;
        clear: both;
    }

    .section-3-text-3 {
        font-size: 22px;
        padding: 2vw;
        line-height: 1.5em;
		font-family: "FP-ヒラギノ明朝 ProN W6", "FP-HiraMinProN-W6";
    }

    .pc-section-3-text-3-1 {
        font-size: 20px;
    }

    .dna-btn-group {
        margin-bottom: 2.5vw;
    }

    .dna-section-3-btn {
        background-color: #fff;
        padding: 0.5vw;
        font-size: 18px;
        border: 0.1vw solid #e3e3e3;
        position: relative;
        font-family: "FP-ヒラギノ明朝 ProN W6", "FP-HiraMinProN-W6";
    }

    .dna-result-1-ttl {
        font-size: 18px;
        font-family: "FP-ヒラギノ明朝 ProN W6", "FP-HiraMinProN-W6";
	 	margin-bottom: 10px;
    }

    .f15 {
        font-size: 15px;
		line-height: 1.5em;
    }

    .dna-result-1-item {
        font-size: 1.4vw;
        padding-bottom: 1vw;
    }

    .dna-result {
        text-align: justify;
        background-color: transparent;
        padding: 0;
        padding-top: 1vw;
        display: block;
    }

    .dna-white-bg {
        background-color: rgba(255, 255, 255, 0.6);
		max-width: 778px;
    }

    .dna-section-3-item {
        padding: 0 2vw;
    }

    .dna-section-3-item .dna-btn-group:nth-of-type(2), .dna-section-3-item .dna-btn-group:nth-of-type(3) {
        width: 300px;
        display: inline-block;
        vertical-align: top;
    }

    .dna-section-3-item .dna-btn-group:nth-of-type(3) {
        margin-left: 1vw;
    }

    .dna-section-3-1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .dna-section-3-2 {
        font-size: 22px;
		line-height: 1.7em;
        margin-bottom: 7vw;
    }

    .dna-section-3-desc {
        padding-top: 4vw;
    }

    .dna-section-3-3 {
        font-size: 28px;
        margin-bottom: 2vw;
    }

    .pc-dna-section-3-wrap {
        margin-bottom: 6vw;
    }

    .pc-dna-section-3-wrap-left {
        display: inline-block;
        width: 350px;
        vertical-align: top;
        font-size: 1.4vw;
    }

    .pc-dna-section-3-wrap-right {
        display: inline-block;
        width: 340px;
        vertical-align: top;
    }

    .section-3-1-img {
        width: 334px;
        margin-bottom: 0;
		margin-left: 1vw;
    }

    .dna-section-3-5 {
        font-size: 13px;
        padding: 0;
        margin-bottom: 0;
        text-align: justify;
		line-height: 1.4em;
		margin-left: 2vw;
    }

    .dna-section-3-4 {
        margin-bottom: 0;
        /*text-align: justify;*/
        padding-left: 0;
        padding-right: 0;
        font-size: 15px;
		letter-spacing: 0.2em;
    	line-height: 1.4em;
    }

    .dna-section-3-6 {
        font-size: 28px;
        padding: 0;
        margin-bottom: 0.5vw;
    }

    .pc-dna-section-3-2-wrap {
        padding: 0 4vw;
    }

    .section-3-2-img {
        margin-bottom: 0.5vw;
    }

    .dna-section-3-7 {
        padding: 0;
        font-size: 15px;
        font-family: "FP-ヒラギノ明朝 ProN W3", "FP-HiraMinProN-W3";
    }

    .section-4-img {
        margin-bottom: 0.5vw;
    }

    .dna-section-4-1 {
        padding: 0;
        margin-bottom: 0;
        font-size: 15px;
        font-family: "FP-ヒラギノ明朝 ProN W3", "FP-HiraMinProN-W3";
		margin-top: 1vh;
    }

    .dna-section-5-1 {
        font-size: 22px;
        margin-bottom: 3vw;
        padding-top: 5vw;
        font-family: "FP-ヒラギノ明朝 ProN W6", "FP-HiraMinProN-W6";
		line-height: 1.7em;
    }
	.dna-section-5-2 {
        font-size: 15px;
		font-family: "FP-ヒラギノ明朝 ProN W3", "FP-HiraMinProN-W3";
		padding-top: 5px;
	}
    .pc-section-5-wrap-1 {
        width: 760px;
    }

    .pc-section-5-item {
        display: inline-block;
    }

    .pc-section-5-wrap-1 .pc-section-5-item:nth-of-type(2) {
        margin-left: 1vw;
    }

    .pc-section-5-wrap-2 {
        width: 52vw;
        margin-left: 0;
        font-size: 15px;
        margin-bottom: 2.5vw;
    }

    .section-5-3-img {
        width: 42vw;
        margin-bottom: 1vw;
    }

    .section-desc-3 {
        font-size: 18px;
    }

    .pagenavi{
        position: fixed;
        top: 10vw;
        right: 0;
    }

    .pagenavi li, .pagenavi ul{
        margin: 0;
        padding: 5px 0;
        list-style: none;
    }

    .pagenavi li, .pagenavi ul{
        margin: 1vw 0;
        padding: 1vw 0;
        list-style: none;
    }

    .pagenavi-bullet{
        position: absolute;
        top: 50%;
        right: 1.6vw;
        margin-top: 1vw;
        width: 0.8vw;
        height: 0.8vw;
    }

    .pagenavi a:hover .pagenavi-text{
        right: 4vw;
        opacity: 1;
    }

    .pagenavi-text{
        position: absolute;
        right: 7vw;
        top: 1vw;
        -webkit-transition: 0.15s; /* Safari */
        transition: 0.15s;
        opacity: 0;
        width: 15vw;
    }




    /*Jisseki*/
    .jisseki-content{
        padding-bottom: 6vw;
    }

    .jisseki-ttl-desc-wrap{
        position: relative;
        text-align: left;
        margin-top: 8vw;
        margin-bottom: 4vw;
        height: 18.5vw;
    }

    .jisseki-ttl-wrap{
        margin-bottom: 0;
        /*float: right;*/
        right: 19vw;
        top: 0;
        width: auto;
    }

    .jisseki-ttl{
        width: 22vw;
		max-width: 310px;
    }

    .jisseki-desc{
        /*float: left;*/
        left: 11vw;
        color: #fff;
        font-size: 17px;
        width: auto;
        top: 0;
		line-height: 1.5;
		letter-spacing: 3px;
    }

    .jisseki-item-wrap{
        overflow: auto;
    }

    .jisseki-item{
        padding: 0;
        text-align: center;
        color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        width: 50%;
        float: left;
        background-position-x: 10vw;
    }

    .jisseki-item-text{
        margin: 6.5vw 8vw 6.5vw;
        padding: 1vw 2.5vw;
        background-color: rgba(0,0,0,0.4);
		line-height: 1.4em;
    }

    .jisseki-item-text-ttl{
        font-size: 18px;
		line-height: 1.6em;
    }

    .jisseki-item-text-desc{
        font-size: 1.3vw;
    }
	/*Case*/
    .case-content{
        padding-bottom: 6vw;
    }

    .case-ttl-desc-wrap{
        text-align: left;
		margin-top: 4vw;
		margin-bottom: 4vw;
		height: 8.5vw;
    }

    .case-ttl-wrap{
        margin-bottom: 0;
        /*float: right;*/
        right: 19vw;
        top: 5.5vw;
        width: auto;
    }

    .case-ttl{
        width: 22vw;
		margin-left: 5vw;
    }

    .case-desc{
        /*float: left;*/
        left: 11vw;
        color: #fff;
        font-size: 1.5vw;
        width: auto;
        top: 0;
    }

    .case-item-wrap{
        /*overflow: auto;*/
    }
	.case_back_bn{
		text-align: right;
	}
	.case_back_bn img{
		width: 10vw;
	}

    .case-item{
        padding: 0;
        text-align: center;
        color: #fff;
        background-size: 100%;
        background-repeat: no-repeat;
        width: 50%;
        float: left;
    }

    .case-item-text{
        margin: 6.5vw 8vw 6.5vw;
        padding: 1vw 2.5vw;
        background-color: rgba(0,0,0,0.4);
		line-height: 1.4em;
    }

    .case-item-text-ttl{
        font-size: 1.6vw;
    }

    .case-item-text-desc{
        font-size: 1.3vw;
    }
  

    .case-main-text{
        position: absolute;
		bottom: 7.5vw;
		text-align: center;
		padding: 2vw 6.5vw 2vw;
		background-color: rgba(0,0,0,0.5);
		width: 35vw;
		left: 50.6vw;
    }
 	.vw29{
		width: 29vw;
	  	left: 56.7vw;
    }
	.vw31{
		width: 31vw;
		left: 54.8vw;
    }

    .case-main-text-ttl{
        font-size: 20px;
        text-align: left;
		margin-left: 20px;
    }

    .case-main-text-desc{
        font-size: 30px;
		line-height: 1.6;
		letter-spacing: 3px;
    }

    .case-main-text-desc div:nth-child(2){
        font-size: 25px;
    }
.t25{
		font-size: 25px;
	}
    .case-text-1{
        font-size: 25px;
        margin-bottom: 5.5vw;
        text-align: center;
/* margin-left: 50vw; */
    }

    .case-main-img-wrap{
        margin-bottom: 3.5vw;
    }

    .case-img-2-wrap{
        margin-bottom: 3.5vw;
        min-height: 100vw;
    }

    .case-img-2-left{
        margin-left: 6.5vw;
        width: 40.5vw;
    }
    .case-img-2-left_t{
        width: 40vw;
        padding: 0 2vw;
        line-height: 2;
        font-size: 18px;
		margin-left: 10.5vw;
		float: none;
    }
    .case-img-2-right{
        width: 46vw;
        padding: 0 2vw;
        line-height: 2;
        font-size: 18px;
    }
	.case-img-2-right p{
		margin-top: 30px;	
	}
	.case-img-2-right_pic{
        width: 40.5vw;
		margin-right: 11.5vw;
    }

    .case-img-2-item{
        height: 27vw;
		max-height: 370px;
		
    }
	 .case-img-2-2-item{
		max-height: 600px;
		 height: 600px;
		
    }

    .case-img-2{
        width: 42vw;
		max-width: 570px;
    }
	.case-img-2-4{
		max-width: 600px;
		height: 60vh;
    }

    .case-img-3-wrap{
        margin-bottom: 1.5vw;
        overflow: auto;
    }

    .case-img-3-item{
        width: 25%;
        float: left;
    }

    .case-text-3{
        padding: 0 5.5vw;
        font-size: 15px;
        margin-bottom: 5vw;
		line-height: 1.6;
		letter-spacing: 2px;
    }

    .case-img-4-wrap{
        width: 100%;
        margin-bottom: 5.5vw;
        position: relative;
        height: 45vw;
    }

    .case-text-4{
        padding: 0 18vw;
        font-size: 18px;
    }

	.hcase6{
		margin-bottom: 233px;
			
	}


    

    /*Renovation*/

    .ren-content{
        margin: 0;
    }

    .ren-ttl{
        font-size: 24px;
		letter-spacing: 0.1em;
    }

    .ren-ttl-wrap{
        padding: 1.5vw 1.5vw 1vw;
        background-color: rgba(0,0,0,0.8);
        color: #fff;
    }

    .ren-content-desc{
        padding: 3.5vw 0 10vw 0;
        background-color: rgba(255,237,222,0.8);
    }

    .ren-text-1-wrap{
        padding-left: 3vw;
        padding-right: 3vw;
        margin-bottom: 2.5vw;
    }

    .ren-text-1-1{
        background-color: white;
        display: initial;
        font-size: 28px;
        line-height: 1;
		font-family: "FP-HiraMinProN-W6";
		letter-spacing: 0.12em;
    }
	.w6{
		font-family: "FP-HiraMinProN-W6";
	}

    .ren-text-1-2{
        margin-top: 3vw;
        font-size: 20px;
		line-height: 1.8em;
    }

    .ren-1-img-wrap{
        margin-left: 3vw;
        margin-right: 4vw;
    }

    .ren-1-img{
        /*width: 100%;*/
        width: auto;
        max-width: 100%;
        margin-bottom: 0;
    }

    .ren-text-2{
        font-size: 14px;
		padding-left: 3vw;
		position: absolute;
		bottom: 0;
		left: 0;
		line-height: 1.5em;
    }

    .ren-text-2-wrap{
        position: relative;
        margin-bottom: 3vw;
    }

    .ren-text-3-wrap{
       padding: 3vw 13vw 3.5vw 0vw;
		background-color: white;
		text-align: center;
		margin-bottom: 1vw;
    }

    .ren-text-3-1{
        font-size: 24px;
        margin-bottom: 2vw;
		font-family: "FP-HiraMinProN-W6";

    }

    .ren-item{
        padding: 10px 0 0 0;
		margin-bottom: 1.5vw;
		width: 331px;
		/* margin-left: 0.5vw; */
		margin-right: 0.5vw;
		display: inline-block;
		border-left: 15PX solid black;
		height: 102px;
    }

    .ren-item-ttl{
        font-size: 30px;
        margin-bottom: 1vw;
		font-family: "FP-HiraginoUDSansStdN-W4";
    }

    .ren-item-desc{
        font-size: 15px;
		font-family: "FP-HiraginoUDSansStdN-W4";
    }

    .ren-item-wrap .ren-item:nth-of-type(1){
        background-color: #f0f2f0;
    }

    .ren-item-wrap .ren-item:nth-of-type(2){
        background-color: #ffedfa;
    }

    .ren-item-wrap .ren-item:nth-of-type(3){
        background-color: #f7fce8;
    }

    .ren-item-wrap .ren-item:nth-of-type(4){
        background-color: #fffae3;
    }

    .ren-item-wrap .ren-item:nth-of-type(5){
        background-color: #fff0e3;
    }

    .ren-item-wrap .ren-item:nth-of-type(6){
        background-color: #ebf2f5;
    }

    .ren-text-3-2{
        text-align: justify;
        font-size: 16px;
		line-height: 1.7em;
		margin-left: 4vw;
		width: 709px;	
    }

    .ren-arrow-img{
        width: 13vw;
    }

    .ren-arrow-wrap{
        text-align: center;
        margin-bottom: 2vw;
    }

    .ren-btn-1{
        /*width: 30vw;*/
        width: auto;
        max-width: 100%;
        margin-bottom: 2.3vw;
    }

    .ren-btn-2{
        /*width: 20vw;*/
        width: auto;
        max-width: 100%;
    }

    .ren-btn-wrap{
        text-align: center;
        margin-bottom: 6.4vw;
    }

    .ren-text-4{
        font-size: 24px;
        background-color: rgba(0,0,0,0.8);
        padding: 1.6vw 1.6vw 1vw;
        color: #ffffff;
        text-align: left;
        margin-bottom: 4.5vw;
    }

    .ren-item-2{
        margin-bottom: 4vw;
        position: relative;
    }

    .ren-item-2-ttl{
        font-size: 16px;
        padding-left: 3vw;
        margin-bottom: 1vw;
    }

    .ren-item-2-img{
        /*width: 100%;*/
        width: auto;
        max-width: 100%;
        margin-bottom: 0;
    }

    .ren-item-2-desc{
        font-size: 14px;
        padding-left: 3vw;
        /*width: 17vw;*/
        width: 175px;
        position: absolute;
        bottom: 0;
        left: 0;
		top: 268px;
		line-height: 1.6em;
    }

    .square-bullet{
        font-size: 17px;
    }

    .ren-item-2-img-wrap{
        padding-left: 3vw;
        padding-right: 4vw;
    }

    .ren-item-2-wrap{
        margin-bottom: 8vw;
    }

}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
	.section-desc-2 {
		width: 290px;
		font-size: 15px;
    	float: right;
    	text-align: left;
   		 line-height: 1.5em;
    	font-family: "FP-ヒラギノ明朝 ProN W3", "FP-HiraMinProN-W3";
    	margin-bottom: 0;
	}
	.pc-dna-section-1-item{
		width: 200px;
		margin-right: 18px;
		float: left;
    	margin-top: 32px;
    	margin-bottom: 44px;
	}
	.cf4a img {
		width: 100%;
		height: auto;
	}
}