@charset "utf-8";


#mainvis .clist{
justify-content: space-between;
align-items: center;
}
#mainvis .clist h1{
width: calc((100% - 1200px) / 2 + 250px );
padding: 0 0 50px calc((100% - 1200px) / 2 );
border-bottom: #508d9b solid 5px;
font-size: 1.25em;
color: #508d9b;
line-height: 1em;
}
#mainvis .clist h1 strong{
font-size: 2em;
display: block;
margin: 0 0 30px 0;
line-height: 1.5em;
font-weight: normal;
}
#mainvis .clist h1 strong span{
font-size: 0.6em;
}
#mainvis .clist figure{
width: calc((100% - 1200px) / 2 + 900px );
height: 400px;
overflow: hidden;
}
#mainvis .clist figure img{
width: 100%;
}

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

#mainvis .clist h1{
width: 25%;
padding-left: 30px;
}
#mainvis .clist figure{
width: 70%;
height: auto;
}
}
.pc{
    display: block;
}
.sp{
    display: none;
}
/* Adding Renovation Sections */
#renovation-01{
    position: relative;
    z-index: 150;
    padding: 175px 0 55px 0;
}
#renovation-01 h2.min{
    text-align: center;
    font-size: 1.5em;
}
#renovation-01 h2 span{
    display: block;
    font-size: 1.4em;
    line-height: normal;
    padding: 10px 0 0 0;
}
#renovation-01 .shape1{
    position: absolute;
    top: 0;
    transform: translate(-35px, -35px);
    left: 40%;
}
#renovation-01 .clist{
    justify-content: space-between;
}
#renovation-01 .clist .cbox{
    width: 49%;
}
#renovation-01 .cbox_00 {
	text-align: center;
    margin: 0px 0 60px;
}
#renovation-01 .cbox_00 img{
	width: auto;
}
#renovation-01 .shape1 svg:nth-child(2){
    display: none;
}
#renovation-02{
    background-color: #f2f0ec;
    padding: 65px 0;
}
#renovation-02 .mf-inner{
    padding: 0 95px;
}
#renovation-02 .min{
    text-align: center;
    font-size: 1.5em;
}
#renovation-02 h2 span{
    display: block;
    font-size: 1.4em;
    line-height: normal;
    padding: 10px 0 0 0;
}
#renovation-02 .cbox{
    padding: 20px 0 0 0;
}
#renovation-02 .cbox p{
    text-align: center;
}
#renovation-02 .cbox p:nth-child(3){
    font-weight: 700;
    font-size: 1.25em;
    padding: 30px 0 10px 0;
}
#renovation-02 .cbox p:nth-child(3) span{
    font-size: 1.75em;
}
#renovation-03{
    padding: 90px 0;
}
#renovation-03 .ttl{
    text-align: center;
    background-color: #4897a9;
    color: #fff;
    padding: 25px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 0 0 0;
    font-weight: 700;
    font-family: inherit;
}
#renovation-03 .bg-color{
    background-color: #f2f0ec;
    padding:  70px 0 70px 0;
}
#renovation-03 .cbox-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
}
#renovation-03 .cbox-inner .cbox{
    width: 20%;
    position: relative;
}
#renovation-03 .cbox-inner .cbox p{
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding: 3px 20px;
    border: 2px solid #000;
    border-radius: 50px;
}
#renovation-03 .plus{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
#renovation-03 .desc{
    text-align: center;
}
#renovation-03 .desc p{
    font-size: 1.5em;
}
#renovation-03 .desc p .cstyle-1{
    font-weight: 700;
}
#renovation-03 .desc p .cstyle-2{
    font-size: 0.87em;
}
#renovation-03 .desc figure{
    width: 67%;
    margin: 35px auto 0 auto;
}
#renovation-03 .btn2 a{
    position: relative;
    width: 255px;
}
#renovation-03 .btn2 a:nth-child(1)::before{
    content: "";
    background-image: url(../../img/cmn/ic4.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 42px;
    top: 17px;
    height: 25px;
    width: 25px;
}
#renovation-03 .btn2 a:nth-child(2)::before{
    content: "";
    background-image: url(../../img/cmn/ic15.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 31px;
    top: 17px;
    height: 21px;
    width: 21px;
}
#renovation-03 .btn2{
    display: flex;
    justify-content: space-between;
    width: 48%;
    text-align: center;
    margin: 70px auto 0 auto;
}
#renovation-04 {
    padding: 0 0 100px 0;
}

#renovation-04 .boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#renovation-04 .boxes .cbox {
    width: 380px;
    position: relative;
    background-color: #fff;
}
#renovation-04 .boxes .cbox dl {
    padding: 5px 30px 5px 30px;
    position: relative;
    height: 345px;
}
#renovation-04 .boxes figure img {
    width: 100%;
}
#renovation-04 .cbox dl:before {
    content: "";
    background: #508d9b;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 5px;
}
#renovation-04 .cbox dl:after {
    content: "";
    background: #508d9b;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
}
#renovation-04 dl dt {
    color: #508d9b;
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
    padding: 25px 0 0 0;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#renovation-04 dl dd.sub-ttl {
    text-align: center;
    font-weight: 700;
}
#renovation-04 dl .desc {
    padding: 15px 0 30px 0;
}
#renovation-04 .cbox dl .price {
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
}
#renovation-04 .ttl h2 span {
    padding: 0 0 0 45px;
}

/* Petit */

#petit-01{
    margin: 66px 0 0 0;
    background-image: url(../../img/renovation/petit/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 45px 0 126px 0;
}
#petit-01 .ttl{
    text-align: center;
    padding: 0 0 25px 0;
}
#petit-01 .cbox-inner{
    background: rgba(255,255,255, 0.7);
    margin: 0 140px;
    border-radius: 30px;
}
#petit-01 .cbox-inner .cbox{
    padding: 35px 0;
}
#petit-01 .cbox-inner .ttl h2{
    margin: 10px 0;
    font-weight: 700;
    font-size: 3.125em;
}
#petit-01 .cbox-inner .ttl h4{
    font-size: 1.875em;
}

#petit-01 .cbox-inner .ttl h3{
    font-size: 1.625em;
}
#petit-01 .cimg{
    position: relative;
    width: 24.5%;
}
#petit-01 .cimg p{
    position: absolute;
    top: 30px;
    left: 50%;
    width: 100%;
    font-size: 1.25em;
    background-color: #fff;
    font-weight: 700;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50px;
    border: 2px solid #000;
}
#petit-01 .desc{
    text-align: center;
    padding: 25px 0 10px 0;
}
#petit-01 .desc p{
    background-color: #68aebe;
    color: #fff;
    font-size: 1.5em;
    display: inline-block;
    padding: 15px 80px;
    border-radius: 50px;
}
#petit-01 .desc p .cstyle-1{
    font-size: 1.29em;
    font-weight: 700;
}
#petit-01 .desc p .cstyle-2{
    font-size: 0.78em;
}
#petit-01 .desc figure{
    width: 58%;
    margin: 20px auto 20px auto;
}
#petit-01 .btn2{
    margin: 0 0 0 0;
}
#petit-01 .btn2 a{
    background-color: #fff;
    width: 240px;
}
#petit-01 .btn2 a:nth-child(1){
    margin-right: 8px;
	color: #8f939f;
	border: 3px solid #8f939f;
}
#petit-01 .btn2 a:nth-child(2){
    margin-left: 8px;
}
#petit-01 .btn2 a:nth-child(1)::before{
    content: "";
    background-image: url(../../img/cmn/ic5.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 42px;
    top: 13px;
    height: 25px;
    width: 25px;
}
#petit-01 .btn2 a:nth-child(2)::before{
    content: "";
    background-image: url(../../img/cmn/ic4.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 31px;
    top: 17px;
    height: 21px;
    width: 21px;
}
#petit-01 .clist{
    justify-content: space-between;
}
#petit-02{
    padding: 0 0 70px 0;
}
#petit-02 .mf-inner{
    position: relative;
}
#petit-02 .cbg{
    width: 100vw;
    left: 50%;
    position: relative;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -110px;
}
#petit-02 .cbox{
    text-align: center;
    position: relative;
    top: 0;
    width: 100%;
    margin-top: -29vw;
}
#petit-02 .cbox h2{
    text-align: center;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-family: normal;
}
#petit-02 .cimg{
    margin: 15px 0 0 0;
}
#petit-02 .cimg figure{
    width: 70%;
    margin: 0 auto;
}
#petit-02 .cimg figure:nth-child(1){
    margin-bottom: 35px;
}
#petit-03{
    padding: 0 0 100px 0;
}
#petit-03 .min{
    text-align: center;
}
#petit-03 .mf-inner{
    background-color: #f2f0ec;
    padding: 65px 175px;
}
#petit-03 .btn2{
    display: flex;
    justify-content: space-between;
    width: 68%;
    align-items: center;
    margin: 60px auto 0 auto;
}
#petit-03 .btn2 a{
    width: 255px;
    background-color: #fff;
}
#petit-03 .btn2 a:nth-child(1){
border: 3px solid #8f939f;
color: #8f939f;
}
#petit-03 .btn2 a:nth-child(1)::before {
    content: "";
    background-image: url(../../img/cmn/ic5.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50px;
    top: 13px;
    height: 25px;
    width: 25px;
}
#petit-03 .btn2 a:nth-child(2)::before {
    content: "";
    background-image: url(../../img/cmn/ic4.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 45px;
    top: 17px;
    height: 21px;
    width: 21px;
}
#petit-03 .cbox-inner .cbox:nth-child(2){
    margin: 25px 0;
}
#petit-03 .min span{
    display: block;
    line-height: normal;
}

/* Hobbies Section */

#mf4 .hobbies .boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#mf4 .hobbies .boxes .cbox {
    width: 640px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ededed;
}
#mf4 .hobbies .boxes .cbox dl {
    padding: 5px 30px 5px 30px;
}
#mf4 .hobbies .boxes figure img {
    width: 100%;
}
#mf4 .hobbies .cbox dl:before,
#mf4 .hobbies .cbox dl:after {
    content: "";
    background: #508d9b;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
}
#mf4 .hobbies dl .desc {
    padding: 5px 0 30px 0;
}
#mf4 .hobbies .cbox2 .cbox-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ededed;
}
#mf4 .hobbies .cbox2{
    width: 44%;

}
#mf4 .hobbies .cbox2 .cbox-inner figure{
    width: 50%;
}
#mf4 .hobbies .cbox2 .cbox-inner dl {
    width: 50%;
    position: relative;
}
#mf4 .hobbies dl dt{
    color: unset;
    text-align: left;
    padding: 25px 25px 0 25px;
}
#mf4 .hobbies .cbox dl dd.cate {
    padding: 12px 25px 0 25px;
}
#mf4 .hobbies .cbox dl dd.tag {
    padding: 12px 25px 25px 25px;
}
#mf4 .hobbies .cbox2 dl dd {
    padding: 12px 25px 25px 25px;
}
#mf4 .hobbies .cbox2 dl:before,
#mf4 .hobbies .cbox2 dl:after {
    content: "";
    background: #508d9b;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
}
#mf4 .hobbies .cbox dl dd.tag a {
    color: #f99514;
    margin: 0 10px 0 0;
    line-height: 1em;
}
#mf4 .hobbies .cbox dl dd.cate a {
    display: inline-block;
    background: #508d9b;
    color: #fff;
    font-size: 0.75em;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    line-height: 1em;
}
#mf4 .hobbies .cbox dl dd.cate a:nth-child(2) {
    margin: 0 0 0 0;
}
#mf4 .hobbies .cbox2 dl dd.cate a {
    display: inline-block;
    background: #508d9b;
    color: #fff;
    font-size: 0.75em;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    line-height: 1em;
}
#mf4 .hobbies .cbox2 dl dd.cate a:nth-child(2) {
    margin: 0 0 0 0;
}
#mf4 .hobbies .cbox2 div:nth-child(2){
    margin: 45px 0;
}




/* Cautionary Section */

#mf4 .cautionary .ttl2{
    margin: 0 0 40px 0;
}
#mf4 .cautionary .ttl2 h3{
    background-color: #508d9b;
    text-align: center;
    font-size: 1.625em;
    color: #fff;
    padding: 10px 0;
    font-weight: 700;
}
#mf4 .cautionary .cbox .clist{
    justify-content: center;
}
#mf4 .cautionary .cbox .clist figure{
    width: 31%;
    text-align: center;
    position: relative;
}
#mf4 .cautionary .cbox .cbox-inner{
    background-color: #fff;
    padding: 0 0 50px 0;
}
#mf4 .cautionary .cbox .clist figure img{
    width: 340px;
    border-radius: 50%;
    height: 340px;
}
#mf4 .cautionary .cbox .clist .black {
    content: "";
    background-color: #6a6a6a;
    height: 340px;
    width: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
}
#mf4 .cautionary .cbox .clist figure .box-ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.625em;
    font-weight: 700;
    color: #fff;
    z-index: 150;
}
#mf4 .cautionary .cbox .desc{
    text-align: center;
    padding: 50px 0 0 0;
}
#mf4 .cautionary .arrow {
    max-width: 50px;
    max-height: 50px;
    width: 4.56vw;
    height: 4.56vw;
    border: #508d9b solid;
    border-width: 1px 1px 0 0;
    transform: translate(0, -50%) rotate(135deg);
    margin: 0 auto;
    margin-top: -15px;
}
#mf4 .cautionary .ttl3{
    padding: 20px 0 35px 0;
}
#mf4 .cautionary .ttl3 h3{
    font-size: 1.875em;
    font-weight: 700;
    color: #508d9b;
    text-align: center;
}
#mf4 .cautionary .cbox2 .clist{
    justify-content: space-between;
}
#mf4 .cautionary .cbox2 .clist figure{
    width: 48%;
    position: relative;
}
#mf4 .cautionary .cbox2 .clist figure .box-ttl {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.625em;
    font-weight: 700;
    color: #fff;
    z-index: 150;
}
#mf4 .cautionary .cbox2 dl{
    position: relative;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    background-color: #fff;
    margin-top: -30px;
}
#mf4 .cautionary .cbox2 dl:before {
    content: "";
    background: #508d9b;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 5px;
}
#mf4 .cautionary .cbox2 dl:after {
    content: "";
    background: #508d9b;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
}
#mf4 .cautionary .cbox2 dl dt{
    padding: 0;
}


/* Reinforcement */

#mf4 .reinforcement .boxes .cbox{
    width: 23%;
}


/* Case Section */
#case{
display: none;
}
#case .mf-inner {
    position: relative;
}
#case .ttl {
    position: absolute;
    top: 40px;
    left: 0;
}
#case .cbox dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
#case .cbox dl:before,
#case .cbox dl:after {
    content: "";
    background: #508d9b;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
}
#case .cbox dl:before {
    top: 10px;
}
#case .cbox dl:after {
    bottom: 10px;
}
#case .cbox dl dt {
    font-weight: bold;
    font-size: 1.25em;
}
#case .cbox dl dd {
    margin: 15px 0 0 0;
    line-height: normal;
}
#case .ttl + .cbox {
    margin: 0 0 50px 0;
    position: relative;
}
#case .ttl + .cbox figure {
    text-align: right;
}
#case .ttl + .cbox dl {
    width: 440px;
    padding: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#case .cbox figure img{
    width: 60%;
}
#case .buttons .clist a{
    text-align: center;
    width: 225px;
    padding: 15px 0;
    font-weight: 700;
    position: relative;
}
#case .buttons .clist :nth-child(1):after {
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #508d9b;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 109%;
}
#case .buttons .clist a:nth-child(1) {
    color: #fff;
    background-color: #508d9b;
    margin: 0 7px 0 0;
}
#case .buttons .clist a:nth-child(2) {
    color: #fff;
    background-color: #999999;
}
#case .comparable{
    padding: 40px;
    background-color: #fff;
}
#case .comparable .clist{
    justify-content: space-between;
}
#case .comparable figure{
    width: 48.2%;
}



@media screen and (max-width: 1024px) {
.pc{
    display: none;
}
.sp{
    display: block;
}    
#mainvis .clist{
display: block;
}
#mainvis .clist h1{
text-align: center;
display: table;
margin: 0 auto;
width: auto;
padding:5vw;
font-size: 1em;
background: #fafafa;
opacity: 0.9;
position: relative;
z-index: 9;
}
#mainvis .clist h1 strong{
font-size: 1.4em;
margin: 0 0 3vw 0;
}

#mainvis .clist figure{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#mainvis .clist figure img{
width: auto;
max-width: inherit;
height: 40vw !important;
}

/* Kinokuni Reform */

#renovation-01{
    padding: 0 5vw 10vw 5vw;
}
#renovation-01 .clist .cbox {
    width: 100%;
}
#renovation-01 .cbox_00 {
    margin: 0px 0 30px;
}
#renovation-01 .shape1{
    position: relative;
    right: 0;
    text-align: center;
    left: 0;
    transform: none;
}
#renovation-01 h2.min{
    font-size: 1em;
}
#renovation-01 h2 span{
    font-size: 1em;
    padding: 0 0 0 0;
}
#renovation-02 h2 span{
    padding: 0 0 0 0;
    font-size: 1.1em;
}
#renovation-01 .shape1 svg:nth-child(1){
    display: none;
}
#renovation-01 .shape1 svg:nth-child(2){
    display: block;
    width: 340px;
    height: auto;
    margin: 0 auto;
}
#renovation-01 .btn2{
    margin: 10vw 0 0 0;
}
#renovation-01 .btn2 a{
    font-size: 0.8333333333333334em;
    padding: 3vw 5vw;
}
#renovation-02{
    padding: 8vw 5vw;
}
#renovation-02 .min{
    font-size: 1.1666666666666667em;
}
#renovation-02 .mf-inner{
    padding: 0 0;
}
#renovation-02 .min{
    margin: 0 0 4vw 0;
}
#renovation-02 .cbox p:nth-child(3){
    padding: 4vw 0 2vw 0;
}
#renovation-02 .cbox p{
    text-align: left;
}
#renovation-03 {
    padding: 13vw 0;
}
#renovation-03 .ttl{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 2vw 5vw;
}
#renovation-03 .cbox-inner .cbox{
    width: 48%;
}
#renovation-03 .bg-color{
    padding: 6vw 5vw 8vw 5vw;
}
#renovation-03 .cbox-inner .cbox p{
    font-size: 1.15em;
    border-radius: 25px;
    top: 3vw;
    left: 3vw;
    padding: 1vw 3vw;
}
#renovation-03 .cbox-inner{
    column-gap: 3.5vw;
    row-gap: 3.5vw;
}
#renovation-03 .desc p{
    text-align: left;
    font-size: 1.5em;
    line-height: 2em;
}
#renovation-03 .desc figure{
    width: 100%;
    margin: 5vw auto 0 auto;
}
#renovation-03 .btn2 a{
    width: 48%;
    padding: 3vw 1vw 3vw 6vw;
    font-size: 1em;
}
#renovation-03 .btn2{
    margin: 8vw 0 0 0;
    padding: 0 5vw;
    width: 100%;
}
#renovation-03 .btn2 a:nth-child(1)::before{
    left: 6vw;
    top: 50%;
    height: 5vw;
    width: 5vw;
    transform: translate(-50%, -50%);
}
#renovation-03 .btn2 a:nth-child(2)::before{
    left: 6vw;
    top: 50%;
    height: 5vw;
    width: 5vw;
    transform: translate(-50%, -50%);
}
#renovation-03 .plus{
    padding: 3vw 0 0 0;
}
#renovation-04{
    padding: 0 0 10vw 0;
}
#renovation-04 .mf-inner {
    padding: 5vw;
}
#renovation-04 .cbox dl:before {
    display: none;
}
#renovation-04 .boxes {
    justify-content: center;
}
#renovation-04 .boxes .cbox {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
#renovation-04 .boxes .cbox:nth-of-type(2) {
    margin: 8vw 0;
}
#renovation-04 .boxes .cbox dl {
    padding: 5px 3vw 6vw 3vw;
    height: auto;
}
#renovation-04 .ttl h2 span {
    display: block;
    margin: 1vw 0 0 0;
    line-height: normal;
    padding: 0;
}
#renovation-04 dl dt{
    padding: 0 0 10px 0;
    min-height: auto;
}
#renovation-04 dl .desc{
    padding: 10px;
}

#renovation-04 h2{
    font-size: 1.2em;
}

#renovation-04 br{
    display: none;
}

#petit-01{
    padding: 0;
}
#petit-01 .cbox-inner{
    margin: 0 0;
    padding: 0 5vw 10vw 5vw;
    border-radius: 0;

}
#petit-01 .cbox-inner .ttl h4 {
    font-size: 1.25em;
    line-height: normal;
}
#petit-01 .cbox-inner .ttl h2{
    font-size: 2.0833333333333335em;
    line-height: normal;
    margin: 0 0;
}
#petit-01 .cbox-inner .ttl h3 {
    font-size: 1.0833333333333333em;
    line-height: normal;
}
#petit-01 .cimg{
    width: 49.5%;
}
#petit-01 .cimg p{
    font-size: 1em;
    top: 6vw;
    border-radius: 20px;
    width: 98%;
}
#petit-01 .ttl{
    line-height: normal;
    padding: 0 0 7vw 0;
}
#petit-01 .desc p{
    padding: 2vw;
    font-size: 1em;
    width: 90%;
    line-height: normal;
}
#petit-01 .desc p .cstyle-2 {
    font-size: 0.7em;
}
#petit-01 .clist{
    row-gap: 1vw;
}
#petit-01 .desc{
    padding: 10vw 0 1vw 0;
}
#petit-01 .desc figure{
    width: 85%;
}
#petit-01 .btn2 a{
    font-size: 0.8333333333333334em;
    width: 45%;
    padding: 3vw 5vw 3vw 7vw;
}
#petit-01 .btn2 a:nth-child(1)::before{
    height: 5vw;
    width: 5vw;
    top: 4.9vw;
    left: 7vw;
    transform: translate(-50%, -50%);
}
#petit-01 .btn2 a:nth-child(2)::before{
    height: 4vw;
    width: 4vw;
    top: 5vw;
    left: 5vw;
    transform: translate(-50%, -50%);
}
#petit-01 .cbox-inner .cbox{
    padding: 4vw 0;
}
#petit-02 .cbg{
    margin-top: 0;
}
#petit-02{
    margin: -9vw 0 0 0;
    padding: 0 0 2vw 0;
}
#petit-02 .cimg figure:nth-child(3){
    margin: 0 auto 5vw auto;
}
#petit-02 .ttl{
    line-height: normal;
}
#petit-02 .cbox h2{
    line-height: normal;
    margin: 0;
    font-size: 1.5em;
}
#petit-02 .cbox{
    margin-top: -23vw;
    padding: 0 5vw;
}
#petit-02 .cimg figure{
    width: 100%;
}
#petit-02 svg{
    width: 95%;
    height: 100%;
}
#petit-02 .cimg{
    margin: 2vw 0 0 0;
}
#petit-03{
    padding: 0 0 10vw 0;
}
#petit-03 .mf-inner{
    padding: 5vw;
}
#petit-03 .cbox-inner .cbox:nth-child(2){
    margin: 5vw 0;
}
#petit-03 .btn2 a{
    width: 48%;
}
#petit-03 .btn2{
    width: 100%;
    margin: 10vw auto 0 auto;
}

#petit-03 .btn2 a:nth-child(1)::before{
    left: 8vw;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 5vw;
    width: 5vw;
}
#petit-03 .btn2 a:nth-child(2)::before{
    left: 6vw;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 5vw;
    width: 5vw;
}
#petit-03 .btn2 a{
    padding: 3vw 1vw 3vw 6vw;
    font-size: 1em;
}
#petit-03 .min{
    margin: 0 0 5vw 0;
}


    /* Cautionary Section */

    #mf4 .hobbies .cbox2{
        width: 100%;
        padding: 25px 5vw;
    }
    #mf4 .hobbies .cbox2 .cbox-inner{
        flex-direction: column;
    }
    #mf4 .hobbies .cbox2 .cbox-inner figure{
        width: 100%;
    }
    #mf4 .hobbies .cbox2 .cbox-inner dl{
        width: 100%;
        margin: 5px 0;
    }
    #mf4 .hobbies .boxes .cbox{
        width: 100%;
        max-width: 100%;
    }
    #mf4 .hobbies .cbox dl dt{
        padding: 20px 0 0 0;
    }
    #mf4 .hobbies .boxes .cbox dl{
        padding: 1vw 3vw 1vw 3vw;
    }
    #mf4 .hobbies .cbox dl dd.cate {
        padding: 12px 0 0 0;
    }
    #mf4 .hobbies .cbox dl dd.tag {
        padding: 12px 0 20px 0;
    }
    #mf4 .hobbies .cbox2 div:nth-child(2) {
        margin: 7vw 0;
    }
    #mf4 .cautionary .cbox .clist {
        justify-content: center;
        flex-direction: column;
    }
    #mf4 .cautionary .cbox .clist figure{
        margin: 0 auto;
        width: 100%;
    }
    #mf4 .cautionary .cbox .clist figure img{
        height: 340px !important;
    }
    #mf4 .cautionary .cbox .clist figure:nth-child(2){
        margin: 30px 0;
    }
    #mf4 .cautionary .cbox2 .clist{
        flex-direction: column;
    }
    #mf4 .cautionary .cbox2 .clist figure{
        width: 100%;
    }
    #mf4 .cautionary .cbox2 dl{
        max-width: 650px;
        width: 90%;
    }
    #mf4 .cautionary .cbox2 .clist figure:nth-child(2){
        padding: 30px 0 0 0;
    }
    #mf4 .cautionary .ttl3 h3{
        line-height: normal;
    }
    #mf4 .cautionary .cbox .cbox-inner{
        padding: 0 0 8vw 0;
    }
    #mf4 .cautionary .arrow{
        margin-top: -1vw;
    }
    #mf4 .cautionary .cbox .desc{
        text-align: left;
		padding: 25px 15px 0;
    }
	#mf4 .cautionary .ttl2 h3,#mf4 .cautionary .ttl3 h3{
		font-size: 1.2em;
		line-height: 1.8em;
	}

    


    /* Reinforcement */

    #mf4 .reinforcement .boxes .cbox {
        width: 100%;
    }
    #mf4 .reinforcement .boxes .cbox:nth-of-type(4) {
        margin: 8vw 0 0 0;
    }




    /* Case Section */

    #case .mf-inner {
        padding: 0 5vw 10vw 5vw;
    }
    #case .ttl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: static;
        margin: 0 0 10vw 0;
    }
    #case .ttl h2 {
        margin: 0;
    }
    #case .cbox dl:before,
    #case .cbox dl:after {
        left: 1vw;
        right: 1vw;
    }
    #case .cbox dl:before {
        top: 1vw;
    }
    #case .cbox dl:after {
        bottom: 1vw;
    }
    #case .cbox dl dd {
        margin: 2vw 0 0 0;
    }
    #case .cbox dl dd.cate a {
        font-size: 0.8em;
        padding: 1vw;
        margin: 0 2vw 0 0;
    }
    #case .cbox dl dd.tag a {
        font-size: 0.8em;
        display: inline-block;
        margin: 0 2vw 0 0;
        line-height: 1.3em;
    }
    #case .ttl + .cbox {
        margin: 0 0 7vw 0;
    }
    #case .ttl + .cbox figure img {
        width: 100%;
    }
    #case .ttl + .cbox dl {
        width: 100%;
        padding: 5vw;
        position: relative;
        bottom: auto;
    }
    #case .buttons .clist{
        justify-content: center;
    }

    #case .buttons .clist a {
        width: 100%;
    }

    #case .buttons .clist a:nth-child(1) {
        margin: 0 0 5vw 0;
    }

    #case .comparable figure {
        width: 100%;
    }

    #case .comparable figure:nth-child(1) {
        margin: 0 0 4vw 0;
    }

    #case .comparable {
        padding: 10vw 4vw 0 4vw;
    }

}




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

    /* Kinokuni Reform */

    #renovation-03 .ttl{
        font-size: 1.1em;
    }

    #renovation-01 .shape1 svg:nth-child(2){
        width: 70%;
    }
    
	#renovation-01 .boxes02{
	margin-top: 25px;
	}
	
    #petit-01 .cimg p{
        font-size: 0.8em;
    }
    
    #petit-02 .cbox h2{
        font-size: 1.1em;
    }

    #petit-02 .cbox{
        margin-top: -26vw;
    }


    /* Cautionary Section */
	
	#mf4 .cautionary .cbox .clist{
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	#mf4 .cautionary .cbox .clist figure{
		width: 49%;
		margin: 0 !important;
	}

    #mf4 .cautionary .cbox .clist figure img{
        height: 150px !important;
        width: 150px;
    }
	
	#mf4 .cautionary .cbox .clist figure .box-ttl{
		font-size: 1.2em;
    	white-space: nowrap;
	}
	
	
    #mf4 .cautionary .cbox .clist .black{
        height: 150px;
        width: 150px;
    }
    

}