/* styles.css */

/* 全体のスタイル */
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background: #F6F6F8;
    color: #414141;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 2.4;
    text-align: left;
}
a {
    text-decoration: none;
    color: #414141;
}
li {
    list-style: none;
}
.lato-thin {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: normal;
  }

  .lato-light {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
  }

  .lato-regular {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
  }

  .lato-bold {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
  }

  .lato-black {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: normal;
  }

  .lato-thin-italic {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: italic;
  }

  .lato-light-italic {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: italic;
  }

  .lato-regular-italic {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: italic;
  }

  .lato-bold-italic {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: italic;
  }

  .lato-black-italic {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: italic;
  }


/* ヘッダー */
header {
    padding: 48px 24px 0px 24px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.logo {
    margin: 0 8px;
}
.logo img {
    width: 120px;
    vertical-align: -webkit-baseline-middle;
}
nav {
    display: inline;
    background: #F6F6F8;
    border-radius: 8px;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav li {
    margin: 0 10px;
    padding: 8px;
    display: inline-block;
}
nav li a {
    font-size: 16px;
    font-weight: 700;
}
.menu {
    margin: 8px 16px;
    padding: 16px 16px;
    width: 120px;
    height: 56px;
    border-radius: 8px;
    background: #4478e7;
    cursor: pointer;
    box-sizing: border-box;
}
.menu span {
    display: block;
    margin: 4px 0;
    width: 32px;
    height: 3px;
    background-color: #fff;
    float: right;
}
.menu span:nth-child(1) {
    width: 40px;
    opacity: 0.5;
}
.menu span:nth-child(2) {
    width: 64px;
    opacity: 0.8;
}

/* コンテンツ */
main {
    margin-top: 60px;
}
section {
    padding: 20px;
}

section.hero {
    position: relative;
    height: 650px;
}
.hero dotlottie-player {
    width: 70%;
    z-index: 1;
}
section.hero .hero-text {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
}
section.hero .hero-text h1 {
    font-size: 48px;
    font-weight: 700;
    color: #414141;
    width: 240px;
    line-height: 1.4em;
}
section.hero .hero-text p {
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    width: 240px;
}

h2 {
    font-size: 14px;
    font-weight: 400;
    color: #4478e7;
}
h2::before {
    content: "■";
    display: inline-block;
    font-size: 8px;
    color: #4478e7;
    padding: 0 4px 0 0;
    vertical-align: text-bottom;
}
h3 {
    font-size: 24px;
    font-weight: 700;
    color: #414141;
    line-height: 1.6em;
}
.introduction {
    margin: 20px 0;
    height: 560px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.introduction-text {
    width: 50%;
    padding: 0 160px;
    margin-right: 16px;
    box-sizing: border-box;
}
.introduction-photo {
    width: 50%;
    position: relative;
}
.introduction img {
    width: 100%;
    max-width: 440px;
    margin: 20px;
}
.introduction-photo-back {
    position: absolute;
    top: 0;
    right: 0;
    width: 440px;
    background: #F6F6F8;
    border-radius: 8px;
    z-index: -1;
}
.introduction-photo-front {
    position: absolute;
    width: 440px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.introduction-text p {
    font-size: 16px;
    font-weight: 400;
    color: #414141;
}
.btn {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4478e7;
    color: #fff;
    border-radius: 20px;
}
.btn-color-2 {
    background: #e74444;
}
.btn::after {
    content: "■";
    display: inline-block;
    font-size: 6px;
    color: #fff;
    padding: 0 0 0 8px;
    opacity: 0.8;
    vertical-align: bottom;
}

.business {
    margin: 40px 0;
    padding: 40px 40px;
    background: #EBF0F4;
}
.business-content {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.business-item {
    margin: 0 32px;
    padding: 64px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.business-title-color-1 {
    font-size: 32px;
    font-weight: 700;
    color: #4478e7;
    line-height: 1.2em;
}
.business-title-color-2 {
    font-size: 32px;
    font-weight: 700;
    color: #e74444;
    line-height: 1.2em;
}
.business-item img {
    width: 80%;
}
.business-item:first-child {
    border-right: 1px solid #D9D9D9;
}
.business-content-text-bold {
    font-size: 16px;
    font-weight: 700;
    color: #414141;
    line-height: 1.2em;
    text-align: left;
}
.business-content-text-color-1 {
    font-size: 24px;
    font-weight: 700;
    color: #4478e7;
    line-height: 1.6em;
    text-align: left;
}
.business-content-text-color-2 {
    font-size: 24px;
    font-weight: 700;
    color: #e74444;
    line-height: 1.2em;
    text-align: left;
}
.business-content-text-normal {
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    text-align: left;
}

.company-info {
    margin: 0 16px;
    text-align: center;
}
.company-info h2, .company-info h3  {
    text-align: left;
}
.info-table {
    display: flex;
    justify-content: space-between;
}
.info-photo {
    width: 50%;
    position: relative;
}
.info-photo img {
    width: 100%;
}
.info-photo-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 320px;
    background: #F6F6F8;
    border-radius: 8px;
    z-index: -1;
}
.info-photo-right {
    position: absolute;
    max-width: 200px;
    top: 200px;
    right: 24px;
    z-index: 1;
}
.info-photo-left {
    position: absolute;
    max-width: 240px;
    top: 256px;
    left: 80px;
    z-index: 2;
}
.company-info table {
    width: 50%;
    margin: 16px 0 64px;
    padding: 0;
    border-collapse: collapse;
}
.company-info table tr {
    margin: 0;
    height: 64px;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    text-align: left;
}
.company-info table th {
    width: 160px;
    padding: 0 16px;
}
.company-info table td {

}
.company-info table td::before {
    content: "■";
    display: inline-block;
    font-size: 8px;
    color: #4478e7;
    padding: 0 16px 0 0;
    vertical-align: text-bottom;
}
.access {
    width: 100%;

}

/* other */
.privacy-content, .terms-content, .antisocial-content, .careers {
    margin: 160px 80px;
    padding: 0;
}
.privacy-content h3, .terms-content h3, .antisocial-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #4478e7;
}
.privacy-content h3::before, .terms-content h3::before, .antisocial-content h3::before {
    content: "■";
    display: inline-block;
    font-size: 8px;
    color: #4478e7;
    padding: 0 16px 0 0;
    vertical-align: text-bottom;
}
.privacy-content p, .terms-content p, .antisocial-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}
.antisocial-content-text {
    margin: 20px 0 80px;
}
.contact-form {
    margin: 160px 80px;
}
.form-message {
    display: block;
    width: 90%;
}
.form-message label {
    display: block;
    width: 90%;
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0 0;
    padding: 0 0 4px;
}
.form-message input {
    display: block;
    width: 90%;
    border: solid 1px rgba(0, 0, 0, 0.2);
    padding: 8px 16px;
    background: #fff;
    color: #414141;
    line-height: 1.4em;
    border-radius: 0;
}
.form-message textarea {
    display: block;
    width: 90%;
    height: 120px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    padding: 8px 16px;
    background: #fff;
    color: #414141;
    line-height: 1.4em;
    border-radius: 0;
}
.submit {
    display: block;
    width: 200px;
    height: 40px;
    margin: 40px auto;
    line-height: 40px;
    text-align: center;
    background: #4478e7;
    color: #fff;
    border-radius: 20px;
    border: none;
}
.management-hero {
    margin: 160px 80px;
}
.management-hero-img {
    margin: 16px 0;
    width: 100%;
    text-align: center;
}
.management-hero img {
    width: 600px;
}
.management-hero h1::before {
    content: "■";
    display: inline-block;
    font-size: 12px;
    color: #4478e7;
    padding: 0 8px 0 0;
    vertical-align: text-bottom;
}
h1.management-hero-h1 {
    font-size: 48px;
    width: 640px;
    line-height: 1.4em;
}
h1.management-hero-h1::before {
    content: "";
}
.management-hero-text {
    font-size: 16px;
    margin: 0 0 0 auto;
    width: 560px;
}
.management-image {
    margin: 40px 0;
    text-align: center;
}
.management-image img {
    width: 800px;
    height: 400px;
}
section.store-management, section.system-management {
    margin: 40px 80px;
}
section.store-management p, section.system-management p {
    display: inline-block;
    font-size: 16px;
}
section.store-management, section.system-management {
    display: flex;
    justify-content: space-between;
}
.store-management-content, .system-management-content {
    margin: 40px 0;
    width: 50%;
}
.store-management-dotlottie, .system-management-dotlottie {
    width: 50%;
    text-align: center;
}
.store-management-dotlottie dotlottie-player {
    margin: 0 auto 0;
    width: 280px;
}
.system-management-dotlottie dotlottie-player {
    margin: 0 auto 0;
    width: 400px;
}
.management-donkurabe {
    margin: 16px 0;
}
.management-donkurabe img {
    width: 120px;
    margin: 0 16px;
}
.management-donkurabe p {
    padding: 4px 16px;
    border-left: 1px solid #c0c0c0;
    line-height: 1.6em;
}
.management-donkurabe-image {
    display: inline;
}
.careers-dotlottie {
    width: 300px;
}
.careers h2 {
    margin: 80px 0 16px;
}

/* フッター */
footer {
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
footer ul {
    margin: 16px;
    padding: 8px;
    display: flex;
    justify-content: left;
}
footer ul li {
    padding: 8px;
}
footer p {
    margin: 16px;
    padding: 8px;
    color: #808282;
}
footer a {
    display: block;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {

    header, footer {
        padding: 20px 0;
    }

    section.hero {
        position: inherit;
        height: auto;
    }
    section.hero dotlottie-player {
        width: 100%
    }
    section.hero .hero-text {
        position: inherit;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    section.hero .hero-text h1 {
        margin: 8px 0;
    }
    section.hero .hero-text p {
        font-size: 16px;
        line-height: 1.8em;
    }
    .introduction {
        height: 720px;
        display: flex;
        flex-flow: column;
    }
    .introduction-photo {
        width: 100%;
        height: 280px;
        margin: 32px 0;
    }
    .introduction-text {
        width: 100%;
        padding: 0;
        margin-right: 16px;
        box-sizing: border-box;
        text-align: center;
    }
    .introduction-text h2, .introduction-text h3, .introduction-text p {
        text-align: left;
    }
    .introduction img {
        width: 100%;
        max-width: 240px;
        margin: 0px;
    }
    .business-content {
        display: flex;
        flex-flow: column;
    }
    .business-item {
        width: 100%;
        margin: 24px 0;
        padding: 0;
    }
    .business-item:first-child {
        border: none;
    }
    .info-table {
        display: flex;
        flex-flow: column;
    }
    .company-info table {
        width: 100%;
    }
    .company-info table th {
        width: 80px;
        padding: 0;
    }
    .company-info-text {
        text-align: left;
    }
    .info-photo {
        width: 100%;
        height: 400px;
    }
    .info-photo-top {
        max-width: 240px;
    }
    .info-photo-right {
        max-width: 160px;
        top: 146px;
        right: 8px;
    }
    .info-photo-left {
        max-width: 160px;
        top: 200px;
        left: 0;
    }
    .access iframe {
        width: 100%;
        height: 240px;
    }
    .management-hero {
        margin: 80px 16px;
    }
    .management-hero img {
        width: 100%;
    }
    h1.management-hero-h1 {
        width: 100%;
    }
    .management-hero-text {
        width: 100%;
    }
    section.store-management, section.system-management {
        flex-flow: column;
        margin: 0 16px;
    }
    .store-management-content, .system-management-content {
        width: 100%;
    }
    .management-donkurabe {
        display: flex;
        justify-content: center;
    }
    .management-donkurabe-image {
        width: 30%;
        margin: auto 0;
    }
    .management-donkurabe-image img {
        width: 80px;
    }
    .management-donkurabe p {
        width: 70%;
    }
    .store-management-dotlottie, .system-management-dotlottie {
        width: 100%;
    }
    .system-management-dotlottie dotlottie-player {
        width: 100%;
    }
    .contact-form {
        margin: 80px 32px;
    }
    .privacy-content, .terms-content, .antisocial-content, .careers {
        margin: 80px 32px;
    }
    .careers-dotlottie {
        margin: 0 auto;
        text-align: center;
    }
    footer {
        display: flex;
        flex-flow: column;
    }
    footer ul {
        display: flex;
        flex-flow: column;
        text-align: left;
    }



}

/* 各ページのレイアウト */
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}