@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --text1: #303030;
    --text2: #848484;
    --text3: #9C9C9C;
    --color1: #F8F7F6;
    --color2: #EAEAEA;
    --color3: #606060;
}
html {
    font-size: 10px;
    overflow-y: scroll;
}
body {
    font-size: 1.6em;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--text1);
} 
a {
    text-decoration: none;
    color: inherit;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
    border: none;
}
img {
    width: 100%;
}
ul, dl {
    list-style-type: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
#news1, #news2, #news3, #news4, #news5,
#model1, #model2, #model3, #model4, #model5, #model6,
#example1, #example2 {
    scroll-margin-top: 8em;
}

/* header ----- */
body>header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: var(--color1);
}
body>header>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 1.25em;
}
.logo img {
    width: 200px;
}
.navi {
    display: flex;
    gap: 1.5em;
}
body>header nav ul {
    display: flex;
    gap: 1.175em;
}
body>header nav ul li {
    font-size: .75em;
    color: var(--text1);
    padding: 1em 0;
}
body>header nav ul li:hover {
    color: var(--text3);
}
.inquiryWrap {
    display: flex;
    gap: 1em;
}
.inquiryWrap .inquiry {
    font-size: .75em;
    padding: 1em 0;
    color: #FFFFFF;
    background: var(--color3);
    width: 130px;
    text-align: center;
}
.inquiryWrap .inquiry:hover {
    background: var(--text3);
}
#Humburger,
#Humburger+label,
.navi nav ul li span {
    display: none;
}

/* main ----- */

/* index ----- */

/* cover ----- */
.index .cover {
    background: url(../image/top.jpg) no-repeat center/cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
.index .copy {
    font-size: 2.825em;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    color: #FFFFFF;
    text-shadow: 5px 5px 10px #30303099;
    opacity: .9;
    z-index: 1;
    position: absolute;
    top: 26%;
    left: 8%;
}

/* news ----- */
.news>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 5em auto;
    padding: 0 2em;
}
.news h2 {
    color: var(--text3);
    font-size: 1.25em;
    font-weight: 300;
}
.news ul li {
    font-size: .825em;
}
.news ul li:nth-child(2) {
    margin: 1em 0;
}
.news ul li>date {
    width: 80px;
}
.news ul li>a {
    margin-left: 20px;
}
.news ul li>a:hover {
    color: var(--text3);
} 
.news>div>div { 
    vertical-align: middle;
    align-content: flex-end;
}
.news>div>div a {
    color: var(--text3);
    font-size: .825em;
    font-weight: 300;
}
.news>div>div a>span {
    font-size: .75em;
    font-weight: 200;
}
.news>div>div>a:hover {
    color: var(--color3);
}

/* concept ----- */
.concept {
    background-color: var(--color1);
}
.concept>div {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 6em 3em;
}
.concept>div img {
    width: 350px;
    height: 400px;
}
.concept ul {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 44%;
}
.concept h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 1.5em;
    font-weight: 300;
    color: var(--text2);
}
.concept p {
    font-size: .825em;
    line-height: 1.75em;
    text-align: justify;
}
.concept a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid var(--text3);
    color: var(--text3);
    font-size: .75em;
    margin: 0 auto;
    padding: 2em 0;
    width: 100%;
}
.concept a::after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    color: var(--text3);
    font-weight: 200;
}
.concept a:hover,
.concept a:hover::after {
    background: var(--text3);
    color: #FFFFFF;
}

/* modelhouse ----- */
.modelhouse h2 {
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: .25em;
    color: var(--text2);
    text-align: center;
    margin: 4em auto 0;
}
.modelhouse ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5em 1.5em;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5em 2em;
}
.modelhouse ul li {
    width: calc(100%/3-1.5em);
}
.modelhouse ul li dl {
    display: flex;
    flex-flow: column;
}
.modelhouse ul li dl dt h3 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: .05em;
    margin: .375em 0 .625em;
}
.modelhouse ul li dl dd:has(p) {
    font-size: .75em;
    line-height: 1.5;
}
.modelhouse ul li dl dd:has(img) {
    order: -1;
}
.modelhouse ul li dl dd>a:hover {
    opacity: .6;
}
.modelhouse>a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid var(--text3);
    color: var(--text3);
    font-size: .75em;
    margin: 0 auto 8em;
    padding: 2em 0;
    width: 350px;
}
.modelhouse>a::after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    color: var(--text3);
    font-weight: 200;
}
.modelhouse>a:hover,
.modelhouse>a:hover::after {
    background: var(--text3);
    color: #FFFFFF;
}

/* example ----- */
.example {
    background-color: var(--color1);
}
.example h2 {
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: .25em;
    color: var(--text2);
    text-align: center;
    margin: 0 auto;
    padding: 4em 0 0;
}
.example>div:first-of-type {
    display: flex;
    flex-flow: column;
    gap: 2.5em;
    width: 100%;
    max-width: 800px;
    margin: 5em auto;
    padding: 0 1.5em;
}
.example>div>div {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
}
.example>div img {
    width: 25%;
}
.example dl {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 1.75em;
    margin-left: 3%;
    width: 72%;
}
.example dl dt h3 {
    font-size: 1.25em;
    font-weight: 400;
}
.example dl dd p {
    font-size: .825em;
    line-height: 1.75em;
    text-align: justify;
}
.example dl dd:last-of-type {
    vertical-align: middle;
}
.example dl dd a {
    display: block;
    text-align: right;
    color: var(--text3);
    font-size: .825em;
}
.example dl dd a>span {
    font-size: .75em;
    font-weight: 100;
}
.example dl dd a:hover {
    color: var(--color3);
}
.example>div:last-of-type {
    padding: 0 0 8em;
}
.example>div:last-of-type>a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid var(--text3);
    color: var(--text3);
    font-size: .75em;
    margin: 0 auto;
    padding: 2em 0;
    width: 350px;
}
.example>div:last-of-type>a::after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    color: var(--text3);
    font-weight: 200;
}
.example>div:last-of-type>a:hover,
.example>div:last-of-type>a:hover::after {
    background: var(--text3);
    color: #FFFFFF;
}

/* newsPage ----- */
.newsWrap {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 730px;
    margin:  0 auto;
    padding: 10em 1.5em;
    gap: 3em;
}
.newsWrap h1 {
    font-size: 1.75em;
    font-weight: 300;
    letter-spacing: .25em;
    color: var(--text2);
    margin-bottom: 1em;
}
.newsContent {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
}
.newsContent img {
    width: 27%;
}
.newsContent ul {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: .75em;
    margin-left: 3%;
    width: 70%;
}
.newsContent ul li h2 {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5;
}
.newsContent ul li:nth-of-type(2) {
    font-size: .75em;
    order: -1;
}
.newsContent ul li p {
    font-size: .825em;
    line-height: 1.75em;
    text-align: justify;
}
.newsContent ul li:last-of-type {
    vertical-align: middle;
}
.newsContent ul li a {
    display: block;
    text-align: right;
    color: var(--text3);
    font-size: .825em;
}
.newsContent ul li a>span {
    font-size: .75em;
    font-weight: 100;
}
.newsContent ul li a:hover {
    color: var(--color3);
}

/* modelhousePage ----- */
.modelhouseWrap {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 800px;
    margin:  0 auto;
    padding: 10em 1.5em;
}
.modelhouseWrap h1 {
    font-size: 1.75em;
    font-weight: 300;
    letter-spacing: .25em;
    color: var(--text2);
    margin-bottom: 3em;
}
.model {
    display: flex;
    flex-flow: column;
    gap: .75em;
    margin-bottom: 5em;
}
.model h3 {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: .5em;
}
.model>div h4 {
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: .5em;
}
.model>div p {
    font-size: .825em;
    line-height: 1.75;
}
.model>div a {
    font-size: .75em;
    border: var(--text3) 1px solid;
    color: var(--text3);
    padding: .25em .5em .5em;
}
.model>div a:hover {
    border: var(--text2) 1px solid;
    color: var(--text2);
}
.model>div {
    display: flex;
    justify-content: space-between;
}
.model>div>div:first-of-type {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 60%;
    margin-right: 3em;
}
.model .map {
    display: flex;
    align-items: center;
    gap: .5em;
}
.model>img {
    order: -1;
}
.modelVisit {
    display: block;
    text-align: center;
}
.modelVisit p {
    font-size: .825em;
    line-height: 2;
    margin: 5em 0 3em;
}
.modelVisit p>span {
    display: inline-block;
}
.modelVisit a {
    position: relative;
    display: block;
    background-color: var(--text3);
    color: #FFFFFF;
    font-size: .825em;
    margin: 0 auto;
    padding: 1.75em 0;
    width: 300px;
}
.modelVisit a:hover {
    background-color: #FFFFFF;
    border: var(--text3) 1px solid;
    color: var(--text3);
}

/* examplePage ----- */
.exampleWrap {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 800px;
    margin:  0 auto;
    padding: 10em 1.5em;
}
.exampleWrap h1 {
    font-size: 1.75em;
    font-weight: 300;
    letter-spacing: .25em;
    color: var(--text2);
    margin-bottom: 3em;
}
.exampleContent {
    display: flex;
    flex-flow: column;
    gap: .75em;
    margin-bottom: 7em;

}
.exampleContent>div:first-of-type {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;

}
.exampleContent>div:first-of-type img {
    width: 50%;
}
.exampleContent>div>ul {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 3%;
    width: 47%;
}
.exampleContent>div>ul li h2 {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .25em;
}
.exampleContent>div>ul li span {
    font-size: .75em;
    color: var(--text3);
    border: var(--text3) 1px solid;
    padding: .25em .75em;
}
.exampleContent>div>ul li:first-of-type>div {
    display: flex;
    justify-content: flex-start;
    gap: .625em;
}
.exampleContent>div>ul li p {
    font-size: .825em;
    line-height: 1.75em;
    text-align: justify;
}
.DATA {
    padding: .5em 0 .25em 1em;
    border: var(--text3) 1px solid;
}
.DATA h3 {
    font-size: .825em;
    font-weight: 400;
    margin-bottom: .5em;
}
.DATA>ul {
    display: flex;
    flex-flow: wrap ;
    width: 100%;
}
.DATA>ul>li {
    font-size: .75em;
    margin-bottom: .5em;
    width: 50%;
}
.exampleContent>div:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
}
.exampleContent>div:nth-of-type(2) img {
    width: calc(100% / 3 - 1%);
}
.exampleWrap>div:last-of-type {
    display: block;
    text-align: center;
}
.exampleWrap>div:last-of-type p {
    font-size: .825em;
    line-height: 2;
    margin-bottom: 3em;
}
.exampleWrap>div:last-of-type a {
    position: relative;
    display: block;
    background-color: var(--text3);
    color: #FFFFFF;
    font-size: .825em;
    margin: 0 auto;
    padding: 1.75em 0;
    width: 300px;
}
.exampleWrap>div:last-of-type a:hover {
    background-color: #FFFFFF;
    border: var(--text3) 1px solid;
    color: var(--text3);
}

/* companyPage ----- */
.companyWrap {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 800px;
    margin:  0 auto;
    padding: 10em 1.5em;
}
.companyWrap h1 {
    font-size: 1.75em;
    font-weight: 300;
    letter-spacing: .25em;
    color: var(--text2);
    margin-bottom: 3em;
    order: -2;
}
.companyWrap ul {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    padding: 0 1em;
    gap: 2em;
}
.companyWrap ul h2 {
    font-size: 1.25em;
    font-weight: 400;
    color: var(--text2);
    margin-bottom: 1em;
}
.companyWrap ul h3 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: .5em;
}
.companyWrap ul p {
    font-size: .825em;
    line-height: 1.5;
    margin-left: 1.5em;
}
.companyWrap>div {
    display: flex;
    justify-content: center;
    margin: 5em 0 12em;
    padding: 0 1em;
    gap: 8%;
}
.companyWrap>div a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid var(--text3);
    color: var(--text3);
    font-size: .75em;
    padding: 1.75em 0;
    width: 20em;
}
.companyWrap>div a::after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    color: var(--text3);
    font-weight: 200;
}
.companyWrap>div a:hover,
.companyWrap>div a:hover::after {
    background: var(--text3);
    color: #FFFFFF;
}
.companyWrap table {
    margin: 0 auto;
    padding: 0 1em;
}
.companyWrap table th {
    text-align: left;
    line-height: 1.5;
    font-weight: 400;
    vertical-align: top;
    padding: .75em 0;
    width: 30%;
}
.companyWrap table td {
    line-height: 1.5;
    padding: .75em 0;
}
.companyWrap table td>span {
    font-size: .75em;
}
.companyWrap table .works>td {
    display: flex;
    flex-flow: column;
}
.companyWrap img {
    order: -1;
    margin-bottom: 4em;
}

/* contactPage ----- */
.mailform {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 800px;
    margin:  0 auto;
    padding: 10em 1.5em;
}
.mailform h1 {
    font-size: 1.75em;
    font-weight: 300;
    letter-spacing: .25em;
    color: var(--text2);
    margin-bottom: 3em;
}
.mailform p {
    line-height: 2;
    margin-bottom: 2em;
    text-align: justify;
}
.mailform p>span {
    font-size: .825em;
    color: var(--text2);
}
.mailform aside {
    font-size: .825em;
    line-height: 1.75;
    margin-bottom: 3em;
    text-align: justify;
    color: #4768af;
    opacity: .9;
}
.mailform aside>span {
    font-weight:600;
}
.mailform table {
    width: 100%;
}
.mailform table th {
    text-align: left;
    vertical-align: top;
    padding: .5em 0;
    font-weight: 400;
    line-height: 1.7;
    width: 25%;
    }
.mailform table td {
    padding: .5em .25em;
}
.mailform table td:not(.sei, .mei) {
    width: 100%;
}
.mailform fieldset {
    border: none;
}
.mailform>form fieldset>table tr:first-of-type td {
    display: flex;
    align-items: center;
    gap: .75em;
}
.zip-input {
    width: 7em !important;
    display: inline-block;
    text-align: center;
}
.visually-hidden {
    position: absolute;
    left: -9999px;
}
.mailform table ul {
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 1em;
    padding: .5em 0;
}
.mailform input[type="text"],
.mailform input[type="email"],
.mailform input[type="tel"],
.mailform textarea,
.mailform select {
    width: 100%;
    padding: .75em;
    border: var(--text2) .75px solid;
    font: inherit; 
    outline: none;
}
.mailform input[type="text"]:focus,
.mailform input[type="email"]:focus,
.mailform input[type="tel"]:focus,
.mailform textarea:focus {
    outline: var(--text3) 3px solid;
    outline-offset: -3px;
}
.mailform input[type="radio"] {
    scale: 1.25;
    transform-origin: left center;
    margin-right: 1em;
    accent-color: var(--color3);
}
.mailform textarea {
    resize: vertical;
    height: 10em;
    line-height: 1.5;
}
.mailform ::placeholder {
    color: var(--text3);
}
.mailform div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-top: 5.5em;
}
.mailform div input {
    border: none;
    display: block;
    text-align: center;
    font-size: .75em;
    font-weight: 400;
    background-color: var(--text3);
    color: #FFFFFF;
    margin: 0 auto;
    padding: 1.75em 0;
    width: 300px;
}
.mailform div input:hover {
    background-color: #FFFFFF;
    border: var(--text3) 1px solid;
    color: var(--text3);
}

/* confirmPage ----- */
.confirm {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 800px;
    margin:  0 auto;
    padding: 10em 1.5em;
}
.confirm h1 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.75;
    color: var(--text2);
    margin: 0 auto 3em;
}
.confirm form {
    display: flex;
    flex-flow: column;
    margin: 0 1em;
    gap: 2.5em;
}
.confirm form ul {
    display: flex;
    justify-content: center;
    width: 100%;
}
.confirm form ul li {
    line-height: 1.75;
}
.confirm form ul li:first-of-type {
    width: 25%;
    color: var(--text2);
}
.confirm form ul li:last-of-type {
    width: 50%;
}
.confirm div {
    display: flex;
    justify-content: center;
    padding: 0 1em;
    margin-top: 3em;
    gap: 8%;
}
.confirm div input,
.confirm div button {
    text-align: center;
    border: 1px solid var(--text3);
    background: var(--text3);
    color: #FFFFFF;
    font-size: .75em;
    padding: 1.5em 0;
    width: 12em;
}
.confirm div input:hover,
.confirm div button:hover {
    border: 1px solid var(--text3);
    background: #FFFFFF;
    color: var(--text3);
}

/* thanksPage ----- */
.thankyou {
    width: 100%;
    max-width: 800px;
    margin:  0 auto;
    padding: 13em 1.5em 7em;
    text-align: center;
}
.thankyou h1 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.75;
    color: var(--text2);
    margin-bottom: 3em;
}
.thankyou p {
    font-size: .825em;
    line-height: 2;
    margin-bottom: 6em;
}
.thankyou p>span {
    display: inline-block;
    line-height: 2;
}
.thankyou a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid var(--text3);
    color: var(--text3);
    font-size: .75em;
    margin: 0 auto;
    padding: 1.75em 0;
    width: 20em;
}
.thankyou a::after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    color: var(--text3);
    font-weight: 200;
}
.thankyou a:hover,
.thankyou a:hover::after {
    background: var(--text3);
    color: #FFFFFF;
}

/* footer ----- */
body>footer {
    background-color: var(--color2);
    color: var(--text2);
}
body>footer>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 6em 2em;
}
.footerNavi {
    display: flex;
    flex-flow: column;
    gap: 4em;
    width: 15%;
}
.footerNavi nav ul li {
    vertical-align: middle;
    font-size: .825em;
    line-height: 2;
}
.footerNavi nav ul li:hover {
    color: var(--text1);
}
.footerNavi nav ul li span {
    font-size: .75em;
    font-weight: 200;
}
.footerNavi aside p {
    display: block;
    text-align: center;
    font-size: 1em;
    margin-bottom: 1em;
}
.footerNavi aside>div {
    display: flex;
    justify-content: center;
    gap: 1.5em;
}
.footerNavi .x {
    width: 27px;
}
.footerNavi .instagram {
    width: 30px;
}
.footerNavi aside img {
    transition-duration: .4s;
}
.footerNavi aside img:hover {
    transform: scale(1.1);
}
.footerAddress {
    display: flex;
    justify-content: flex-end;
    gap: 2em;
    width: 75%;
}
.footerAddress ul {
    display: flex;
    flex-flow: column;
    gap: 1.25em;
}
.footerAddress ul li h4 {
    font-size: 1em;
    font-weight: 400;
}
.footerAddress ul li p {
    font-size: .875em;
    line-height: 1.75;
}
.footerAddress iframe {
    -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}
.footerBottom {
    display: flex;
    align-items: baseline;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2em 2em;
}
.footerBottom img {
    width: 200px;
}
.footerBottom small {
    font-size: .625em;
}
.footerBottom a {
    font-size: .625em;
}
.footerBottom .toTop {
    width: 30px;
}

/* loading ----- */

.loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background: var(--color1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.loading.is-active{
    opacity: 0;
    visibility: hidden;
}
.loading-animation {
    width: 100vw;
    height: 100vh;
    transition: all 2.5s;
    background: var(--color1);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.loading-animation.is-active {
    opacity: 1;
    visibility: visible;
}
.loading-animation img {
    width: 25%;
    opacity: .9;
}


@media (max-width:1000px) {
    .index .cover {
    background: url(../image/top.jpg) no-repeat -150px 0/cover;
}
    .logo img {
        width: 150px;
    }
    .navi {
        gap: 1.25em;
    }
    body>header nav ul {
        gap: .825em;
    }
    body>header nav ul li {
        font-size: .6875em;
    }
    .inquiryWrap .inquiry {
        width: 110px;
        font-size: .6875em;
    }
    .index .cover {
        height: 75vh;
    }
    .index .cover h2 {
        font-size: 2.25em;
    }
    .concept>div {
        max-width: 800px;
    }
}

@media (max-width:800px) {
    .inquiryWrap {
        position: relative;
        right: 2.5em;
        gap: 0;
    }
    .inquiryWrap .inquiry {
        background: none;
        color: var(--text1);
        width: auto;
        padding: .3em 1em;
        margin: .7em 0;
    }
    .inquiryWrap .inquiry:first-of-type {
        border-right: var(--color3) 1px solid;
    }
    .news>div {
    flex-flow: column;
    max-width: 350px;
    margin: 2.75em auto;
    gap: 1em;
    }
    .news h2 {
        display: block;
        text-align: left;
    }
    .news ul {
        margin: 1.5em 0 1em;
    }
    .news>div>div a {
        display: block;
        text-align: right;
    }
    .concept>div {
        max-width: 600px;
        padding: 6em 1.5em;
    }
    .concept>div img {
        width: 240px;
        height: 290px;
    }
    .concept>div ul {
        width: 50%
    }
    .concept p {
        line-height: 1.625;
    }
    .modelhouse ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .example>div img {
        width: 35%;
        aspect-ratio: 1.25 / 1;
        object-fit: cover;
    }
    .example dl {
        margin-left: 3%;
        width: 50%;
    }
    body>footer>div {
        flex-flow: column;
        justify-content: space-between;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 6em 2em 0;
    }
    .footerNavi {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .footerNavi nav ul {
        display: none;
    }
    .footerAddress {
        justify-content: center;
        width: 100%;
        margin: 5em auto;
    }
    .footerAddress iframe {
        width: 250px;
        height: 190px;
    }
    .footerBottom {
        position: relative;
        align-items: center;
        flex-flow: column-reverse;
    }
    .footerBottom>img {
        display: none;
    }
    .footerBottom a:first-of-type {
        margin-bottom: 2em;
    }
    .toTop {
        position: absolute;
        bottom: 3em;
        right: 2em;
    }
    .newsWrap {
        padding: 8em 1.5em;
    }
    .newsWrap h1 {
        font-size: 1.5em;
        margin-bottom: 0;
    }
    .modelhouseWrap {
        padding: 8em 1.5em;
    }
    .modelhouseWrap h1 {
        font-size: 1.5em;
        margin-bottom: 2em;
    }
    .model {
        margin-bottom: 4em;
    }
    .model h2 {
        font-size: 1.375em;
    }
    .model>div h3 {
        font-size: 1.175em;
    }
    .model>div>div:first-of-type {
        width: 55%;
    }
    .modelVisit p {
        margin: 4em 0 3em;
    }
    .exampleWrap {
        padding: 8em 1.5em;
    }
    .exampleWrap h1,
    .companyWrap h1,
    .mailform h1 {
        font-size: 1.5em;
        margin-bottom: 2em;
    }
    .exampleContent>div:first-of-type {
        flex-flow: column-reverse;
        gap: .5em;
    }
    .exampleContent>div:first-of-type img {
        width: 100%;
    }
    .exampleContent>div>ul {
        margin-left: 0;
        gap: 1em;
        width: 100%;
    }
    .DATA {
        padding: .5em .75em .25em;
    }
    .companyWrap {
        padding: 8em 1.5em 6em;
    }
    .mailform,
    .confirm {
        padding: 8em 1.5em;
    }
    .mailform p {
        margin-bottom: 3.5em;
    }
    .thankyou {
        padding: 11em 1.5em 6em;
    }
    
    /* humburger menu */
    #Humburger+label {
        display: flex;
        align-items: center;
        width: 1.75em;
        aspect-ratio: 4/3;
        position: absolute;
        top: 1.825em;
        right: 1.25em;
    }
    #Humburger+label span,
    #Humburger+label::before,
    #Humburger+label::after {
        content: '';
        display: block;
        background: var(--color3);
        width: 100%;
        height: 2px;
        transition: .5s;
    }
    #Humburger+label::before,
    #Humburger+label::after {
        position: absolute;
    }
    #Humburger+label::before {
        top: 0;
    }
    #Humburger+label::after {
        bottom: 0;
    }
    #Humburger:checked+label span {
        opacity: 0;
    }
    #Humburger:checked+label::before {
        top: calc(50% - 1px);
        rotate: 45deg;
    }
    #Humburger:checked+label::after {
        bottom: calc(50% - 1px);
        rotate: -45deg;
    }
    body>header div nav ul {
        gap: .75em;
        font-size: 1.25em;
        background: #F8F7F6E6;
        color: var(--text1);
        flex-flow: column;
        align-items: center;
        width: 100%;
        padding: 1.5em 2em;
        position: absolute;
        top: 100%;
        left: 100%;
        transition: .2s;
    }
    #Humburger:checked~ul {
        left: 0;
    }
    /* opening */
    .open img {
        width: 40%;
    }
}

@media (max-width:680px) {
    .newsContent img {
        display: none;
    }
    .newsContent ul {
        margin: 0 auto;
        padding: 1.5em 1em;
        background-color: var(--color1);
        width: 100%;
    }
    .model>div {
        flex-flow: column;
        gap: 1.25em;
    }
    .model>div>div:first-of-type {
        width: 100%;
    }
    .companyWrap>div {
        flex-flow: column;
        justify-content: center;
        gap: 1.5em;
        margin: 4em auto 8em;
    }
}

@media (max-width:600px) {
    .index .cover h2 {
        font-size: 2em;
    }
    .concept>div {
        flex-flow: column-reverse;
        margin: 0 auto;
        padding: 6em 0;
    }
    .concept>div img {
        object-fit: cover;
        width: 77%;
        height: 250px;
        margin: 0 auto 3em;
    }
    .concept>div ul {
        width: 72%;
        gap: 3em;
        margin: 0 auto;
    }
    .concept p {
        line-height: 1.75;
    }
    .concept a {
        width: 300px;
    }
    .modelhouse ul {
        gap: 1.5em;
        padding: 4em 2em;
    }
    .modelhouse ul li dl dt h3 {
        font-size: 1em;
    }
    .modelhouse ul li dl dd:has(p) {
        display: none;
    }
    .modelVisit a {
        width: 250px;
    }
    .example>div:first-of-type {
        gap: 4em;
        margin: 4em auto 4em;
        padding: 0 3em;
    }
    .example>div>div {
        flex-flow: column-reverse;
    }
    .example>div img {
        width: 100%;
        margin: 0 auto 1em;
    }
    .example dl {
        justify-content: flex-start;
        gap: 1em;
        margin: 0 auto;
        width: 100%;
    }
    .example dl dt h3 {
        font-size: 1.175em;
    }
    .exampleWrap>div:last-of-type a {
        width: 250px;
    }
    .mailform tr,
    .mailform th,
    .mailform td {
        display: block;
        width: 100%;
    }
    .mailform table th {
        padding: 1.75em .25em .5em;
        width: 100%;
    }
    .mailform p {
        line-height: 1.75;
        margin-bottom: 1.5em;
    }
    .mailform div {
        margin-top: 4em;
    }
    .mailform div input,
    .thankyou a  {
        width: 230px;
    }
    .confirm h1 {
        margin: 0 auto 2em;
    }
    .confirm form ul {
        flex-flow: column;
        gap: .25em;
    }
    .confirm form ul li:first-of-type {
        width: 100%;
    }
    .confirm form ul li:last-of-type {
        width: 100%;
    }
    .confirm div input,
    .confirm div button {
        padding: 1.25em 0;
    }
}

@media (max-width:550px) {
    .logo img:not(.index .logo img) {
        width: 120px;
        margin-bottom: .55em;
    }
    .index .logo img {
        width: 120px;
        margin-bottom: .244em;
    }
    .inquiryWrap {
        right: 2em;
    }
    .inquiryWrap .inquiry {
        padding: .3em .5em;
    }
    .news ul li {
        font-size: .75em;
    }
    .concept a,
    .modelhouse>a,
    .example>div:last-of-type>a {
        width: 250px;
    }
    .model h3 {
        font-size: 1.175em;
    }
    .model>div h4 {
        font-size: 1em;
    }

    .exampleContent>div>ul li h2 {
        font-size: 1.175em;
    }
    .footerNavi aside>div {
        margin-bottom: 10em;
    }
    .footerAddress {
        display: none;
    }
    .footerBottom>img {
        display: flex;
        position: absolute;
        bottom: 7em;
    }
    /* humburger menu */
    #Humburger+label {
        width: 1.5em;
        top: 2em;
    }
    /* opening */
    .loading-animation img {
        width: 40%;
}
}

@media (max-width:450px) {
    .index .cover {
        height: 65vh;
    }
    .index .cover h2 {
        font-size: 1.5em;
    }
    .modelhouse ul {
        grid-template-columns: repeat(1, 1fr);
        padding: 5em 2.5em;
    }
    .example>div:first-of-type {
        padding: 0 2.5em;
    }
}