@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............目次
 * STYLES..............各種スタイル
 */





/*------------------------------------*\
    $STYLES
\*------------------------------------*/
section:nth-child(odd) {
    background-color: black;
    color: white;
}


.wrap { overflow: hidden }


.inner {
    width: min(1000px, 100%);
    margin-inline: auto;
}


.header {
    position: relative;
    height: 100vh;
    max-height: 1080px;
    background-image: url(../images/main.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.logo {
    position: absolute;
    top: 55px;
    left: 3.90625%;
    width: 207px;
}

.nav {
    position: absolute;
    top: 85px;
    right: 8.541667%;
}
.nav__list {
    display: flex;
    align-items: center;
    column-gap: 60px;
}
.nav__link {
    font-family: var(--fontEn);
    font-size: 1.6rem;
    line-height: 1.5;
    white-space: nowrap;
}

.scroll-down01 {
    position: absolute;
    bottom: 0;
    left: 9.53125%;
    display: block;
    width: 11px;
}


.msg {
    position: relative;
    min-height: 100vh;
    padding-top: 164px;
    padding-bottom: 113px;
}
.msg h2 {
    margin-bottom: 35px;
    font-size: 2.4rem;
    line-height: calc(28 / 24);
}
.msg p {
    font-size: 1.6rem;
    line-height: 1.75;
}

.scroll-down02 {
    position: absolute;
    bottom: 0;
    right: 9.53125%;
    display: block;
    width: 11px;
}


.service {
    padding-top: 72px;
    padding-bottom: 120px;
}
.service h2 {
    margin-bottom: 56px;
    font-size: 3.0rem;
    line-height: 1.2;
    text-align: center;
}


.company {
    padding-top: 92px;
    padding-bottom: 63px;
}
.company h2 {
    margin-bottom: 74px;
    font-size: 3.0rem;
    line-height: 1.2;
    text-align: center;
}

table {
    width: 600px;
    margin-inline: auto;
    font-family: var(--fontMin);
    font-size: 1.8rem;
    line-height: 2.5;
}
th {
    width: 290px;
    padding-left: 100px;
    font-weight: 500;
}


.footer {
    background-color: #dcf9db;
    text-align: center;
}
.copyright {
    font-family: var(--fontEn);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.5;
}



