@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@300&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@700&display=swap");

h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}

body {
    background-color: #fff;
    color: #222;
    font-family: "Lato", "Noto Sans JP",sans-serif;
    font-feature-settings: "palt";
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
a:hover {
    opacity: .8;
}
@media screen and (max-width:767px) {
    body {
        font-size: 16px;
    }
}
@media screen and (min-width:768px) {
    body {
        font-size: 18px;
    }
}

.inner {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:1279px) {
    .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width:1280px) {
    .inner {
        width: 1024px;
    }
}

#mvArea {
    background-size: cover;
}
@media screen and (max-width:767px) {
    #mvArea {
        background-image: url("../img/bg_mv_sp.jpg");
        background-position: center bottom;
    }
    .mvAreaLogo {
        text-align: center;
    }
    .mvAreaLogo img {
        width: 113px;
        height: 100px;
    }
    .mvAreaCopy {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 70vw;
    }
    .mvAreaCopyImg {
        display: none;
    }
    .mvAreaCopy img {
        width: 280px;
        height: 144px;
    }
}
@media screen and (min-width:768px) {
    #mvArea {
        background-image: url("../img/bg_mv.jpg");
        background-position: right center;
    }
    .mvAreaCopyImgSp {
        display: none;
    }
}
@media screen and (min-width:768px) and (max-width:1279px) {
    .mvAreaLogo {
        padding-left: 20px;
    }
    .mvAreaLogo img {
        width: 135px;
        height: 120px;
    }
    .mvAreaCopy {
        padding-left: 20px;
        padding-top: 120px;
        padding-bottom: 160px;
    }
    .mvAreaCopy img {
        width: 400px;
        height: 206px;
    }
}
@media screen and (min-width:1280px) {
    .mvAreaLogo {
        padding-left: 60px;
    }
    .mvAreaLogo img {
        width: 203px;
        height: 180px;
    }
    .mvAreaCopy {
        padding-top: 190px;
        padding-bottom: 200px;
        padding-left: 210px;
    }
    .mvAreaCopy img {
        width: 410px;
        height: 211px;
    }
}

#company {
    text-align: center;
}
@media screen and (max-width:767px) {
    #company {
        padding-top: 60px;
    }
}
@media screen and (min-width:768px) and (max-width:1279px) {
    #company {
        padding-top: 120px;
    }
}
@media screen and (min-width:1280px) {
    #company {
        padding-top: 180px;
    }
}

.title {
    position: relative;
}
.titleEn {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -10;
}
.titleJp {
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 700;
}
@media screen and (max-width:767px) {
    .title {
        padding-top: 30px;
    }
    .titleEn {
        font-size: 32px;
    }
    .titleJp {
        font-size: 18px;
    }
}
@media screen and (min-width:768px) {
    .titleJp {
        font-size: 24px;
    }
}
@media screen and (min-width:768px) and (max-width:1279px) {
    .title {
        padding-top: 48px;
    }
    .titleEn {
        font-size: 48px;
    }
}
@media screen and (min-width:1280px) {
    .title {
        padding-top: 60px;
    }
    .titleEn {
        font-size: 60px;
    }
}

.profile {
    text-align: left;
}
.profile dl:first-child {
    padding-top: 0;
}
.profile dt {
    font-weight: bold;
}
.profile dl dd > a {
    color: #222;
}
@media screen and (max-width:767px) {
    .profile {
        margin-top: 40px;
    }
    .profile dl {
        border-bottom: 1px solid #182c7c;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .profile dd {
        margin-top: .5em;
    }
}
@media screen and (min-width:768px) {
    .profile dl {
        position: relative;
        display: flex;
    }
    .profile dl:before {
        content: "";
        display: block;
        background-color: #182c7c;
        width: 27%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .profile dl:after {
        content: "";
        display: block;
        background-color: #ddd;
        width: 73%;
        height: 1px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .profile dl dt {
        width: 27%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .profile dl dd {
        width: 73%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width:1279px) {
    .profile dl dt {
        padding-left: 10px;
        padding-right: 10px;
    }
    .profile dl dd {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width:768px) and (max-width:1279px) {
    .profile {
        margin-top: 60px;
    }
    .profile dl {
        padding-top: 30px;
        padding-bottom: 31px;
    }
}
@media screen and (min-width:1280px) {
    .profile {
        margin-top: 100px;
    }
    .profile dl {
        padding-top: 40px;
        padding-bottom: 41px;
    }
    .profile dl dt {
        padding-left: 20px;
        padding-right: 20px;
    }
    .profile dl dd {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.profileAddressButton {
    display: inline-block;
    background-color: #ddd;
}
.profileAddressButton a {
    display: block;
    text-align: center;
    width: 160px;
    height: 40px;
}
.profileAddressButton a span {
    display: inline-block;
    position: relative;
    color: #222;
    line-height: 40px;
}
.profileAddressButton a span:before {
    content: "";
    background-image: url("../img/icn_googleMap.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
@media screen and (max-width:767px) {
    .profileAddressButton {
        margin-top: 0.5em;
    }
    .profileAddressButton a span {
        font-size: 14px;
        padding-left: 24px;
    }
    .profileAddressButton a span:before {
        width: 14px;
        height: 18px;
        top: 11px;
    }
}
@media screen and (min-width:768px) {
    .profileAddress {
        display: flex;
        align-items: center;
    }
    .profileAddressText {
        width: 320px;
    }
    .profileAddressButton a span {
        font-size: 16px;
        padding-left: 26px;
    }
    .profileAddressButton a span:before {
        width: 16px;
        height: 22px;
        top: 9px;
    }
}

.profile ul li  {
    padding-left: 1em;
    position: relative;
}
.profile dd > ul > li:before {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #97171c;
    position: absolute;
}
.profile dd > ul > li > ul > li:before {
    content: "";
    display: block;
    background-color: #aaa;
    position: absolute;
}
@media screen and (max-width:767px) {
    .profile dd > ul > li {
        margin-top: .5em;
    }
    .profile dd > ul > li:before {
        width: 5px;
        height: 5px;
        left: 5px;
        top: 8px;
    }
    .profile dd > ul > li > ul > li:before {
        width: 8px;
        height: 1px;
        left: 2px;
        top: 12px;
    }
}
@media screen and (min-width:768px) {
    .profile dd > ul > li:before {
        width: 6px;
        height: 6px;
        left: 5px;
        top: 10px;
    }
    .profile dd > ul > li > ul > li:before {
        width: 10px;
        height: 1px;
        left: 3px;
        top: 14px;
    }
}
@media screen and (max-width:1279px) {
    .profileBusiness > ul:first-child > li:first-child {
        margin-top: 0;
    }
}
@media screen and (min-width:1280px) {
    .profileBusiness {
        display: flex;
    }
    .profileBusiness > ul {
        width: 50%;
    }
    .profileBusiness > ul > li:first-child {
        margin-top: 0;
    }
}

footer img {
    width: 100%;
}
@media screen and (max-width:1279px) {
    footer {
        margin-top: 100px;
    }
    .footerImg {
        display: none;
    }
}
@media screen and (min-width:1280px) {
    footer {
        margin-top: 180px;
    }
    .footerImgTabSp {
        display: none;
    }
}