html {
    font-size: 62.5%;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    overflow-x: hidden;
    background-color: #F9F8F6;
}  

a {
    text-decoration: none;
    display: block;
}

li {
    list-style: none;
}
.header {
    background-color: #c9aa2d;
}
.header__inner {
    display: flex;
    padding: 0 2rem;
    align-items: center;
}
.header__title {
    font-family: "Marcellus", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
    letter-spacing: 0.192rem;
    color: #FFCC00	;
    margin-right: auto;
}
.header__list {
    display: flex;
    gap: 5rem;
}
.header__link {
    font-family: "Marcellus", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0.192rem;
    color: #707070;
    @media screen and (max-width: 768px) {
        font-size: 1.2rem;
    }
}
.fv {
    background-image: url(../img/fv.jpg);
    height: 120vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.fv__title {
    font-family: "Marcellus", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 12rem;
    letter-spacing: 1.5rem;
    color: #FFCC00	;
}
.fv__box {
    position: absolute;
    bottom: 10rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255, 0.5);
    padding: 0 2rem 5rem 2rem;
}
.fv__heading {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 8rem;
    letter-spacing: 0.5rem;
    color: red;
    margin-bottom: 3rem;
}
.fv__flex {
    display: flex;
    gap: 2rem;
    justify-content: center;
}
.fv__hero {
    max-width: 20rem;
    height: auto;
}
.footer {
    background-color: #CCCC00;
}
.footer__inner {
    display: flex;
    padding: 4rem 2rem;
    align-items: center;
}
.footer__nav {
    margin: 0 auto;
}
.footer__list {
    display: flex;
    gap: 10rem;
}
.footer__link {
    font-family: "Marcellus", system-ui;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 0.192rem;
    color: #707070;
}
.footer__link:hover {
    color: red;
}
    
.map__inner {
    padding: 0 2rem;
    max-width: 120rem;
    display: flex;
    margin-top: 15rem;
}
.map__left {
    width: 70%;
    margin-right: 3rem;
    @media screen and (max-width: 768px) {
        margin-right: 1.5rem;
        width: 60%;
    }
}
.map__img {
    width: 100%;
    height: 45rem;
}
.map__right {
    width: 35rem;
    height: 12rem;
    padding: 2rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 7rem;
}
.map__adress {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.parking {
    margin-top: 25rem;
}
.parking__inner {
    padding: 0 2rem;
    max-width: 120rem;
    display: flex;
    margin-top: 15rem;
}
.parking__left {
    width: 70%;
    margin-right: 3rem;
}
.parking__img {
    width: 100%;
    height: 45rem;
}
.parking__right {
    width: 35rem;
    height: 12rem;
    margin-top: 7rem;
}
.parking__number {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    border-bottom: 1px solid;
    padding-bottom: 2rem;
}
.parking__text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    padding-top: 2rem;
}
.company {

}
.company__inner {
    padding: 0 2rem;
    max-width: 120rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.company__heading {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.company__item:first-of-type {
    border-bottom: 1px solid;
}
.company__lead {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.company__text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}