@charset "UTF-8";

/* 共通部分
-------------------------------*/
html {
    font-size: 100%;
}
body {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 0.875rem;
    background-color: #f0f0f0;
    color: #000;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #000;
}
li {
    list-style: none;
}
.section-title {
    font-weight: normal;
    line-height: 1;
    margin-bottom: 50px;
}
.section-title::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #000;
    display: block;
}
.section-title .en {
    display: block;
    font-size: 2.25rem;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
}
.section-title .ja {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 36px;
}

/* ヘッダー
-------------------------------*/
.wrapper {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-inner {
    width: 100%;
    max-width: 1032px;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0 16px;
    margin: 0 auto;
}
.header-logo {
    width: 100px;
    height: auto;
    margin-right: 60px;
    line-height: 1px;
}
.header-logo a {
    display: block;
}
.nav-container {
    display: flex;
    align-items: center;
}
.nav-container li {
    margin-right: 30px;
}
.nav-container li:nth-last-child(1) {
    margin-right: 0;
}
.wrapper .contact {
    display: inline-block;
    width: 200px;
    height: 80px;
    line-height: 80px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
}
.wrapper .contact:hover {
    background-color: #444;
}

/* メインビジュアル
-------------------------------*/
#mainvisual {
    margin-bottom: 120px;
}
#mainvisual img {
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
}

/* ニュース
-------------------------------*/
#news {
    width: 100%;
    max-width: 1032px;
    padding: 0 16px;
    margin: 0 auto 120px;
}
#news .news-list {
    display: flex;
    justify-content: space-between;
}
#news .news-list-item {
    width: calc(100%/3);
    border-right: solid 1px #000;
    padding: 10px 20px;
}
#news .news-list-item:first-child {
    padding-left: 0;
}
#news .news-list-item:nth-last-child(1) {
    border-right: none;
    padding-right: 0;
}
#news .news-list-item .date {
  margin-bottom: 16px;
}

#news .news-list-item .date span {
  width: 50px;
  height: 20px;
  line-height: 20px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 10px;
  text-align: center;
}

/* アバウト
-------------------------------*/
#about {
    display: flex;
    margin-bottom: 120px;
}
.about-img-area {
    width: 55%;
}
.about-img-area img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
/* ↓親要素(#about)=画面幅に対しての%（割合）でパディングを指定 */
/* ↓親要素（画面幅）1178pxの場合、パディング左右58.9pxになる */
.about-text-area {
    width: 45%;
    padding: 180px 5% 0 5%;
}
.about-text-area p {
    line-height: 2.2;
}

/* ビジネス
-------------------------------*/
#business {
    width: 100%;
    max-width: 1032px;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 120px;
}
.business-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
}
.business-left {
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-right: 64px;
}
.business-right {
    width: 100%;
    height: auto;
}
.business-item {
    margin-bottom: 50px;
}
.business-item:nth-last-child(1) {
    margin-bottom: 0;
}
.business-title {
    font-weight: bold;
    margin: 0 0 10px;
}

/* カンパニー
-------------------------------*/
#company {
    width: 100%;
    max-width: 1032px;
    padding: 0 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    height: 750px;
}
.company-text-area {
    width: 55%;
    background-color: #fff;
    padding: 100px 8% 100px 6%;
    position: absolute;
    top: 0;
    left: 0;
}
.company-img-area {
    width: 53%;
    position: absolute;
    top: 120px;
    right: 0;
}
.company-img-area img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.company-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.company-info dt {
    width: 20%;
    margin-top: 10px;
}
.company-info dt:first-of-type {
    margin-top: 0;
}
.company-info dd {
    width: 80%;
    margin-top: 10px;
}
.company-info dd:first-of-type {
    margin-top: 0;
}.company-info .other {
    margin-left: 20%;
}
/* フッター
-------------------------------*/
#footer {
    background-color: #fff;
    padding-bottom: 20px;
}
.footer-wrapper {
    width: 100%;
    max-width: 1032px;
    padding: 0 16px;
    margin: 0 auto;
}
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}
.footer-logo {
    width: 100px;
    height: auto;
    line-height: 1px;
    margin-right: 0;
}
.copyright {
    font-size: 0.625rem;
}

/* SP
-------------------------------*/
@media screen and (max-width: 900px) {
    /* 共通部分
    -------------------------------*/
    .header-logo,.footer-logo {
        width: 80px;
        margin: 8px 0;
    }
    .section-title {
        margin-bottom: 34px;
    }
    .section-title .ja {
        margin-bottom: 24px;
    }

    /* ヘッダー
    -------------------------------*/
    .header-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .wrapper .contact {
        display: none;
    }

    /* メインビジュアル
    -------------------------------*/
    #mainvisual {
        margin-bottom: 80px;
    }

    /* ニュース
    -------------------------------*/
    #news {
        margin-bottom: 80px;
    }
    #news .news-list {
        flex-direction: column;
    }
    #news .news-list-item {
        width: 100%;
        border-right: none;
        padding: 10px 0;
        margin-bottom: 20px;
    }
    #news .news-list-item:nth-last-child(1) {
        margin-bottom: 0;
    }

    /* アバウト
    -------------------------------*/
    #about {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .about-img-area {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-img-area img {
        height: 300px;
    }
    .about-text-area {
        width: 100%;
        padding: 0 16px;
    }

    /* ビジネス
    -------------------------------*/
    #business {
        margin-bottom: 80px;
    }
    .business-inner {
        flex-direction: column;
        padding: 0;
    }
    .business-left {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .business-right {
        width: 100%;
    }
    .business-item {
        text-align: center;
        margin-bottom: 30px;
    }
    .business-title {
        text-align: left;
    }
    /* カンパニー
    -------------------------------*/
    #company {
        height: auto;
        flex-direction: column;
        position: static;
    }
    .company-text-area {
        width: 100%;
        padding: 40px 20px;
        margin-bottom: 20px;
        position: static;
    }
    .company-img-area {
        width: 100%;
        padding: 0;
        position:  static;
    }
    .company-info {
        flex-direction: column;
    }
    .company-info dt {
        width: 100%;
        margin-top: 20px;
    }
    .company-info dd {
        width: 100%;
        margin-top: 5px;
        padding-left: 14px;
    }
    .company-info dd:first-of-type {
        margin-top: 5px;
    }
    .company-info .other {
        margin-left: 0;
    }

    /* フッター
    -------------------------------*/
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-logo {
        margin-bottom: 10px;
    }
}