@charset "UTF-8";

@media screen and (max-width: 1024px) {
    #news {
        margin: 2rem auto 0;
        padding: 0 2.5%;
        width: 95%;
    }
    #news h2 {
        font-size: 1.8rem;
    }
    #concept div h2,
    #property h2
    #service h2,
    #model h2,
    #recruit h2 {
        font-size: 2rem;
    }
    #concept {
        min-height: 35vh;
    }
    #concept div {
        width: auto;
    }
    #concept .conceptBox01 {
        margin: 0 2.5%;
        padding: 3rem 2.5%;
    }
    #concept .conceptBox01 h3 {
        font-size: 1.8rem;
    }
    #concept .conceptBox02 h3 {
        margin: 0 0 1.4rem;
        font-size: 1.25rem;
    }
    #concept .conceptBox02 h3 b {
        font-size: 1.8rem;
    }
    #concept .conceptBox02 .conceptBox0201 {
        font-size: 0.93rem;
    }
    #concept .conceptBox02 .conceptBox0202 {
        margin: 2rem 0 0 0;
    }
    #concept .conceptBox03 {
        margin: 2.5rem 0 0;
    }
    #concept .conceptBox03 .conceptBox0301 li dl dt {
        padding: 0.5rem 0;
        font-size: 1rem;
    }
    #concept .conceptBox03 .conceptBox0301 li .arrow {
        right: -9%;
        top: 0.5rem;
    }
    #concept .conceptBox03 h3 {
        font-size: 1.5rem;
    }
    #property .propertyBox01 {
        padding: 4.5rem 2.5% 3.5rem;
        max-width: 95%;
    }
    #service .serviceBox01 {
        padding: 4.5rem 2.5% 3.5rem;
        max-width: 95%;
    }
    #service .serviceBox02 section h3,
    #service .serviceBox03 section h3 {
        font-size: 1.6rem;
    }
    #model .modelBox01 {
        padding: 6rem 2.5% 0;
        width: auto;
    }
    #model .modelBox02 {
        display: block;
    }
    #model .modelBox02 div {
        width: 70%;
        margin: 0 auto 1rem;
    }
    #model .modelBox02 h3 {
        font-size: 1.8rem;
    }
    #model .modelBox02 p {
        width: auto;
    }
    #model .modelBox0401 dl dt strong, #model .modelBox0402 dl dt strong, #model .modelBox0403 dl dt strong {
        font-size: 1.6rem;
    }
    #model .modelBox0401 dl dt b, #model .modelBox0402 dl dt b, #model .modelBox0403 dl dt b {
        font-size: 5.5rem;
    }
    #recruit {
        padding: 4rem 2.5% 3.5rem;
    }
    #recruit .recruitBox01 {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    #news {
        background: #fff;
        width: auto;
        padding: 2rem 2.5%;
        margin: 0 0 auto;
    }
    #news h2 {
        font-size: 1.6rem;
    }
    #concept div h2,
    #property h2,
    #service h2,
    #model h2,
    #recruit h2 {
        font-size: 1.7rem;
    }
    #concept div h2 span,
    #property h2 span,
    #service h2 span,
    #model h2 span,
    #recruit h2 span {
        margin-top: 0;
    }
    #news ul li {
        display: block;
    }
    #news ul li .newsBox01 {
        width: auto;
    }
    #news ul li .photo01 {
        width: 50%;
        margin: 0 auto 0.6rem;
        display: block;
    }
    #news ul li .newsBox01 .date {
        text-align: center;
    }
    #news ul li .newsBox01 .date .icon01,
    #news ul li .newsBox01 .date .icon02 {
        padding: 0.2rem;
        font-size: 0.85rem;
        margin-left: 0.5rem;
    }
    #news ul li .newsBox01 dl dt {
        font-size: 1.08rem;
    }
    #news .panel ul li a {
        align-items: flex-start;
    }
    #news .panel ul li a dl {
        font-size: 0.9rem;
    }
    #news .panel ul li a dl dt {
        margin-top: 0;
    }
    #news .panel ul li a img {
        width: 120%;
        max-width: 120%;
    }
    #concept {
        margin: 0 auto;
        padding: 4rem 0 6rem;
        background-size: 150% auto;
    }
    #concept .conceptBox01 h3 {
        font-size: 1.5rem;
    }
    #concept .conceptBox01 .txt01 {
        margin: 0 2.5%;
        text-align: left;
    }
    #concept .conceptBox02 {
        padding: 2.5rem 0 0;
    }
    #concept .conceptBox02 h3 {
        font-size: 1rem;
        padding: 1.2rem 2.5%;
    }
    #concept .conceptBox02 h3 b {
        font-size: 1.6rem;
        line-height: 1.3;
        margin: 0 0 0.8rem;
    }
    #concept .conceptBox02 .conceptBox0201 {
        text-align: left;
    }
    #concept .conceptBox02 .conceptBox0202 {
        border-right: none;
        padding: 1.5rem 2.5%;
    }
    #concept .conceptBox02 .conceptBox0202 ul li dl {
        align-items: flex-start;
    }
    #concept .conceptBox02 .conceptBox0202 ul li dl dt {
        font-size: 1.1rem;
        width: 20%;
    }
    #concept .conceptBox02 .conceptBox0202 ul li dl dd {
        white-space: normal;
        font-size: 0.9rem;
        width: 78%;
    }
    #concept .conceptBox03 h3 {
        font-size: 1.2rem;
    }
    #concept .conceptBox03 .conceptBox0301 {
        display: block;
    }
    #concept .conceptBox03 .conceptBox0301 li {
        width: auto;
        padding-bottom: 2rem;
    }
    #concept .conceptBox03 .conceptBox0301 li .arrow {
        bottom: -0.25rem;
        right: 45%;
        top: inherit;
        border-left: 1rem solid transparent;
        border-right: 1rem solid transparent;
        border-top: 1rem solid black;
    }
    #concept .conceptBox03 .conceptBox0301 li dl dd img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }
    #concept .conceptBox03 .conceptBox0301 li dl dd .title {
        text-align: center;
    }
    #property .tab {
        flex-wrap: wrap;
    }
    #property .tab li {
        padding: 1rem 2.5%;
        width: 45%;
    }
    #property .panel {
        margin-top: 2rem;
    }
    #property .panel .each h3 {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    #property .panel .each ul li {
        width: 48%;
    }
    #property .panel .each ul li:not(:nth-child(4n)) {
        margin-right: 0;
    }
    #property .panel .each ul li:nth-child(odd) {
        margin-right: 4%;
    }
    #service .serviceBox02,
    #service .serviceBox03 {
        display: block;
        overflow: hidden;
      text-align: center;
    }
    #service .serviceBox02 section {
        margin-right: 0;
        width: auto;
        padding: 1.5rem 2.5% 3rem;
    }
    #service .serviceBox03 section {
        margin-left: 0;
        width: auto;
        padding: 1.5rem 2.5% 3rem;
    }
    #service .serviceBox02 section h3, #service .serviceBox03 section h3 {
        font-size: 1.4rem;
    }
    #model .modelBox02 div {
        width: auto;
    }
    #service .serviceBox02 .img01 {
        width: 80%;
        float: right;
        margin-top: -3.5rem;
    }
    #service .serviceBox03 .img01 {
        width: 60%;
        margin: -2.5rem auto 0;
        display: block;
    }
    #model .modelBox01 {
        padding: 6rem 2.5% 3rem;
    }
    #model .modelBox02 img {
        width: 18%;
    }
    #model .modelBox02 h3 {
        font-size: 1.3rem;
    }
    #model .modelBox04 h3 img {
        width: 18%;
    }
    #model .modelBox0401,
    #model .modelBox0402,
    #model .modelBox0403 {
        display: block;
    }
    #model .modelBox0401 .photo, #model .modelBox0402 .photo, #model .modelBox0403 .photo {
        width: 60%;
        margin: 0 auto;
        display: block;
    }
    #model .arrow01 {
        top: -4rem;
        height: 7rem;
    }
    #model .modelBox0401 dl, #model .modelBox0402 dl, #model .modelBox0403 dl {
        width: auto;
        margin-top: 1rem;
    }
    #model .modelBox0401 dl dt b, #model .modelBox0402 dl dt b, #model .modelBox0403 dl dt b {
        margin-top: -5rem;
        width: 20%;
    }
    #model .modelBox0401 dl dt strong, #model .modelBox0402 dl dt strong, #model .modelBox0403 dl dt strong {
        font-size: 1.3rem;
        margin: 0;
        width: 80%;
    }
    #model .modelBox0401 dl dt strong span, #model .modelBox0402 dl dt strong span, #model .modelBox0403 dl dt strong span {
        font-size: 1.08rem;
    }
    #model .modelBox0401 dl dd, #model .modelBox0402 dl dd, #model .modelBox0403 dl dd {
        margin-left: 20%;
        font-size: 0.9rem;
    }
    #overview {
        margin: 0 auto;
    }
    #overview .overviewBox01 {
        display: block;
    }
    #overview .overviewBox01 section {
        width: auto;
        max-width: 100%;
    }
    #overview .overviewBox01 section h3 {
        text-align: center;
    }
    #overview .overviewBox01 section dl {
        font-size: 0.9rem;
    }
    #overview .overviewBox01 section dl dt {
        width: 25%;
    }
    #overview .overviewBox01 section dl dd {
        width: 75%;
    }
}





