@charset "UTF-8";
html {
    font-size: 16px;
}

.service_image {
    width: 400px;
    height: auto
}

.works_menu {
    position: relative;
    padding: 10px 5px;
    transition: color .3s;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: grey
}

.partition {
    position: relative;
    padding: 10px 5px;
    transition: color .3s;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: grey
}

.catch-copy {
    width: 80%;
    position: relative;
    z-index: 2
}

.catch-copy_cs {
    width: 58%;
    position: relative;
    z-index: 2
}

.catch-copy-char {
    margin-bottom: 240px;
    display: flex
}

.design_menu {
    color: #000;
    font-size: 30px;
    height: 40px;
    padding-bottom: 50px
}

.sp-only {
    display: none
}

.works_menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width .3s ease, left .3s ease
}

.works_menu.active::after {
    width: 50%
}

.design>.border-partition {
    width: 100%;
    height: 5px;
    background-color: #000;
    margin-bottom: 40px
}

.product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 300px
}

.product_img {
    width: 280px;
    height: 158px
}

.DP_Menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    width: 800px;
    font-size: 18px
}

.DP_Menu p {
    margin-bottom: 40px
}

.DP_Menu p:first-child {
    grid-row: 1;
    grid-column: 1
}

.DP_Menu p:nth-child(2) {
    grid-row: 2;
    grid-column: 1
}

.DP_Menu P:nth-child(3) {
    grid-row: 3;
    grid-column: 1
}

.DP_Menu P:nth-child(4) {
    grid-row: 4;
    grid-column: 1
}

.DP_Menu P:nth-child(5) {
    grid-row: 1;
    grid-column: 2
}

.DP_Menu P:nth-child(6) {
    grid-row: 2;
    grid-column: 2
}

.DP_Menu P:nth-child(7) {
    grid-row: 3;
    grid-column: 2
}

.DP_Menu P:nth-child(8) {
    grid-row: 4;
    grid-column: 2
}

.DP_Menu P:nth-child(9) {
    grid-row: 1;
    grid-column: 3
}

.DP_Menu P:nth-child(10) {
    grid-row: 2;
    grid-column: 3
}

.DP_Menu P:nth-child(11) {
    grid-row: 3;
    grid-column: 3
}

.DP_Menu P:nth-child(12) {
    grid-row: 4;
    grid-column: 3
}

.product div {
    padding: 20px
}

.something_important {
    margin-top: 10rem;
    margin-bottom: 10rem
}

.PC-wrapper1 {
    display: grid;
    grid-template-rows: 70px 80px;
    grid-template-columns: 560px
}

.PC-wrapper2 {
    display: grid;
    grid-template-rows: 70px 80px;
    grid-template-columns: 195px
}

.item1-1 {
    grid-row: 1/2;
    grid-column: 1/2
}

.item1-2 {
    grid-row: 2/3;
    grid-column: 1/2
}

.item1-3 {
    grid-row: 1/3;
    grid-column: 2/3
}

.item2-1 {
    grid-row: 1/3;
    grid-column: 1/2
}

.item2-2 {
    grid-row: 1/2;
    grid-column: 2/3
}

.item2-3 {
    grid-row: 2/3;
    grid-column: 2/3
}

button {
    all: unset;
    cursor: pointer
}

.botton {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px
}

.active {
    color: #000
}

#logo {
    margin-left: 80px;
    width: 240px;
    height: 25px
}

.DP_img {
    display: flex;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px, solid, #000;
    overflow: hidden;
    -webkit-mask: radial-gradient(circle, #000 100%, transparent 51%);
    mask: radial-gradient(circle, #000 100%, transparent 51%);
    justify-content: center;
    align-items: center
}

.number_3 {
    font-size: 3rem;
    margin-right: 20px;
    color: #d1004a
}

.flow-container {
    width: 100%;
    height: 850px;
    margin: auto;
    position: relative
}

.Noto-Bold {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700
}

.Noto-SemiBold {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600
}

.Noto-Regular {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

.department-name {
    height: 200px;
    font-size: 24px;
    color: #fff
}

.menuNum {
    height: 20px;
    width: auto
}

.div-catch-copy {
    background: gray;
    margin-bottom: 100px;
    width: 960px;
    height: 400px
}

.flow-step {
    display: flex;
    position: relative;
    width: 50%;
    flex-direction: column;
    margin-bottom: -5px
}

.flow-step:nth-child(odd) {
    left: 0
}

.flow-step:nth-child(2n) {
    left: 50%
}

.flow-step:nth-child(2n) .flow-content,
.flow-step:nth-child(2n) .number {
    margin-left: 20px
}

.menu-box {
    width: 320px;
    height: 160px;
    border: 1px, solid, #000
}

#menu a {
    all: unset;
    cursor: pointer
}

.flow-step .number {
    background: #000;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    z-index: 1;
    margin-right: 20px
}

.step-head {
    display: flex;
    border-bottom: 1px solid #000;
    position: relative
}

.step-head::after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%
}

.flow-step:nth-child(odd) .step-head::after {
    right: -6px
}

.flow-step:nth-child(2n) .step-head::after {
    left: -6px
}

.flow-content {
    flex-grow: 1
}

.step-head h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px
}

.flow-content p {
    margin-top: 20px;
    color: #333;
    font-size: 16px
}

.flow-container::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    background: #000;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1
}

.item.hidden {
    display: none;
    transform: scale(0);
    pointer-events: none
}

.department-menu {
    display: grid;
    grid-template-columns: repeat(3, 320px);
    gap: 0
}

@media (max-width:480px) {
    .menu-btn {
        display: block;
        background: 0 0;
        font-size: 2rem;
        border: none
    }

    .sidebar {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background: #fff;
        width: 200px;
        padding: 1rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }

    .sidebar.open {
        display: flex
    }

    .design>.border-partition {
        height: 10px;
        margin-bottom: 80px
    }

    .div-catch-copy {
        margin-bottom: 120px
    }

    .catch-copy-char {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .department-name {
        color: #000;
        margin-bottom: 80px;
        height: 20px
    }

    .design_menu {
        height: 100px
    }

    .sp-only {
        display: inline
    }

    .DP_Menu {
        grid-template-columns: repeat(2, 1fr)
    }

    .DP_Menu p:first-child {
        grid-row: 1;
        grid-column: 1
    }

    .DP_Menu p:nth-child(2) {
        grid-row: 2;
        grid-column: 1
    }

    .DP_Menu P:nth-child(3) {
        grid-row: 3;
        grid-column: 1
    }

    .DP_Menu P:nth-child(4) {
        grid-row: 4;
        grid-column: 1
    }

    .DP_Menu P:nth-child(5) {
        grid-row: 5;
        grid-column: 1
    }

    .DP_Menu P:nth-child(6) {
        grid-row: 6;
        grid-column: 1
    }

    .DP_Menu P:nth-child(7) {
        grid-row: 1;
        grid-column: 2
    }

    .DP_Menu P:nth-child(8) {
        grid-row: 2;
        grid-column: 2
    }

    .DP_Menu P:nth-child(9) {
        grid-row: 3;
        grid-column: 2
    }

    .DP_Menu P:nth-child(10) {
        grid-row: 4;
        grid-column: 2
    }

    .DP_Menu P:nth-child(11) {
        grid-row: 5;
        grid-column: 2
    }

    .DP_Menu P:nth-child(12) {
        grid-row: 6;
        grid-column: 2
    }

    .something_important {
        margin-top: 240px
    }

    .PC-wrapper1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 100px)
    }

    .PC-wrapper2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 100px)
    }

    .item1-1 {
        grid-row: 1/2;
        grid-column: 1/2
    }

    .item1-2 {
        grid-row: 4/5;
        grid-column: 1/2
    }

    .item1-3 {
        grid-row: 2/3;
        grid-column: 1/2;
        margin-top: 10px
    }

    .item2-1 {
        grid-row: 2/3;
        grid-column: 1/2
    }

    .item2-2 {
        grid-row: 1/2;
        grid-column: 1/2
    }

    .item2-3 {
        grid-row: 4/5;
        grid-column: 1/2
    }

    .flow-container {
        left: -50%
    }

    .flow-step:nth-child(odd) {
        left: 50%
    }

    .flow-step:nth-child(odd) .step-head::after {
        left: -6px
    }

    .flow-step:nth-child(odd) .flow-content,
    .flow-step:nth-child(odd) .number {
        margin-left: 20px
    }

    .product {
        grid-template-columns: repeat(1, 1fr)
    }

    .partition {
        display: none
    }

    .department-menu {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }
}

#our-business-header {
    position: sticky;
    top: 0;
    z-index: -1;
    height: 240px;
    mix-blend-mode: difference;
    padding-top: 60px !important
}

#catch-copy,
#our-business {
    min-height: 100vh
}

.pc-image {
    display: block !important
}

.sp-image {
    display: none !important
}

#our-business {
    min-height: 100vh
}

.background {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.background img {
    height: 300px;
    width: 100%
}

#menu {
    margin: 120px 0 240px 0;
    display: flex;
    align-items: center
}

.page-container {
    margin-left: 0;
    max-width: none;
    width: 100%;
    box-sizing: border-box
}

.menu-company {
    border: 1px #000 solid;
    width: 320px;
    height: 160px
}

.menu-company a {
    text-decoration: none
}

.service_image {
    padding: 30px 0 0 30px
}

.service-title-yajirushi {
    display: flex;
    align-items: center;
    padding: 5px 0 0 30px
}

.service_title {
    font-size: 18px;
    color: #000;
    font-family: "Noto Sans JP Regular";
    margin: 0
}

.service_image_yajirushi {
    padding-left: 15px
}

#menu a {
    text-decoration: none
}

#philosophy {
    padding-top: 43px
}

.spinline {
    display: none !important
}

@media screen and (max-width:1024px) {
    .pcinline {
        display: none !important
    }

    .spinline {
        display: inline !important
    }

    .pc-image {
        display: none !important
    }

    .sp-image {
        display: block !important
    }

    .background img {
        height: 365px;
        width: 100%
    }

    .page-container {
        padding: 0;
        margin: 0 auto
    }

    .main-content {
        padding-left: 0
    }

    .sp-menu-container {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .menu-company {
        width: 640px;
        height: 320px;
        border: 2px solid #000
    }

    .service_title {
        font-family: "Noto Sans JP";
        font-size: 36px
    }

    .service-title-yajirushi {
        padding-top: 20px !important
    }

    #philosophy {
        padding-top: 0
    }

    .footer-container {
        display: none !important
    }

    .copy-right {
        color: #fff
    }
}

.back {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 6px
}

.page-section-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 6px
}

.member-profile {
    display: flex;
    gap: 60px
}

@media (max-width:768px) {
    .member-profile {
        flex-direction: column;
        gap: 40px
    }
}

.member-profile-back {
    margin-top: 80px
}

@media (max-width:768px) {
    .member-profile-back {
        margin-top: 40px
    }
}

.member-profile-image {
    width: 100%;
    height: auto;
    min-width: 240px;
    max-width: 540px;
    align-self: start
}

@media (max-width:768px) {
    .member-profile-image {
        margin: auto;
        width: min(100%, 540px);
        height: min(100%, 540px)
    }
}

.member-profile-overview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: auto;
    min-width: 320px;
    max-width: 50%
}

@media (max-width:768px) {
    .member-profile-overview {
        min-width: unset
    }
}

.member-profile-role {
    line-height: 32px;
    font-size: 24px;
    font-weight: 600
}

@media (max-width:768px) {
    .member-profile-role {
        line-height: 32px;
        font-size: clamp(20px, 4cqw, 24px)
    }
}

.member-profile-divider {
    width: 100px;
    height: 5px;
    background-color: #000
}

.member-profile-name {
    line-height: 1;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(92px, 4cqw, 104px);
    font-weight: 500;
    letter-spacing: 8px
}

.member-detail {
    display: flex;
    flex-direction: column;
    gap: 80px
}

@media (max-width:768px) {
    .member-detail {
        gap: 40px
    }
}

.member-detail-comment {
    line-height: 60px;
    font-size: 40px;
    font-weight: 700
}

.member-detail-comment::after {
    content: "";
    display: block;
    margin: 20px -80px 40px 0;
    border-bottom: 5px solid #000;
    width: 100%
}

.member-detail-item {
    display: flex;
    gap: 30px
}

@media (max-width:768px) {
    .member-detail-item {
        flex-direction: column
    }
}

.member-detail-item-header {
    min-width: 40%;
    line-height: 45px;
    font-size: 30px;
    font-weight: 600;
    white-space: nowrap
}

@media screen and (max-width:768px) {
    .member-detail-item-header {
        width: 100%;
        min-width: unset
    }
}

.member-detail-item-skill {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.member-detail-item-badge {
    border: 1px solid #000;
    border-radius: 60px;
    padding: 8px 40px
}

.member-detail .member-favorite-image {
    margin-bottom: 40px
}

@media screen and (max-width:768px) {
    .member-detail .member-favorite-image {
        margin-bottom: 30px
    }
}

.skill {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 300px
}

.skill_item {
    border: 1px solid #000;
    border-radius: 60px
}

.skill_item p {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px
}

.slider-container {
    position: relative;
    width: 1000px;
    overflow: hidden;
    overflow-x: hidden
}

.slider-wrapper {
    display: flex;
    transition: transform .4s ease-in-out;
    gap: 10px
}

.slide p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px
}

.slider img {
    max-width: 100%;
    height: auto
}

.slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 1
}

.prev {
    left: 0
}

.next {
    right: 0
}

#member-header {
    top: 0;
    z-index: -1;
    height: 300px;
    padding-top: 60px !important;
    background-image: url(../images/member_pc/Members_MV_2x_PC.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropbtn {
    color: #000;
    width: 320px;
    height: 40px;
    border-radius: 5px;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    padding-right: 30px
}

.dropbtn::after {
    content: "⌄";
    position: absolute;
    right: 30px;
    top: 25%;
    transform: translateY(-50%);
    font-size: 30px;
    pointer-events: none
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown-content div {
    padding: 12px 16px;
    cursor: pointer
}

.dropdown-content div:hover {
    background-color: #f1f1f1
}

.dropdown.show .dropdown-content {
    display: block
}

.member_all {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 300px
}

p.ceos-message-text-block:first-letter {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 80px;
    margin-right: 20px;
    float: left;
    line-height: 1
}

p.ceos-message-text-items {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 36px;
    margin-top: 50px
}
@media screen and (max-width:1200px) {
    .page-container {
        padding-left: 50px;
        padding-right: 0;
    }
}

@media screen and (max-width:1024px) {
    .sp-page-title {
        margin: 60px 0 240px 0;
        font-size: 40px
    }

    p.ceos-message-text-block:first-letter {
        font-size: 100px;
        margin-right: 30px
    }

    p.ceos-message-text-items {
        font-size: 36px;
        line-height: 72px
    }
}

.company-container {
    padding-left: 45px
}

.overview-grid {
    display: flex;
    flex-direction: column
}

.overview-row {
    display: flex;
    border-bottom: 1px solid #666;
    width: 700px
}

.overview-label {
    width: 200px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    vertical-align: top;
    padding: 30px 0;
    display: flex;
    align-items: flex-start
}

.privacy-mark-label {
    width: 280px !important;
    white-space: nowrap
}

.overview-content {
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.location-item {
    margin-bottom: 30px
}

.subsidiary-item {
    margin-bottom: 20px
}

.privacy-mark-logo {
    margin-top: 20px
}

.isms-container {
    display: flex;
    flex-direction: column
}

.isms-logos {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 20px
}

.privacy-mark-image {
    max-width: 100px
}

.isms-scope {
    margin-top: 15px
}

.isms-item {
    border-bottom: unset !important
}

div#company-overview {
    margin-bottom: 210px
}

#corporate-history {
    width: 100%
}

.corporate-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.underline {
    flex-grow: 1;
    height: 2px;
    background-color: #000;
    margin-left: 10px
}

.history-timeline-container {
    width: 100%;
    text-align: left
}

.history-timeline {
    position: relative;
    list-style: none;
    padding: 0;
    width: auto
}

.history-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 200px;
    width: 1px;
    height: 100%;
    background-color: #666;
    transform: translateX(-50%)
}

.history-timeline li {
    position: relative;
    display: flex;
    align-items: baseline;
    padding-bottom: 40px
}

.history-timeline li .date {
    width: 200px;
    text-align: right;
    padding-right: 40px;
    font-weight: 400;
    padding-top: 0
}

.history-timeline li .event {
    text-align: left;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0
}

.history-timeline li::before {
    content: "";
    position: absolute;
    left: 200px;
    top: 7px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 50%;
    transform: translateX(-50%)
}

#corporate-history-start::before {
    top: 87px
}

#corporate-history-start {
    padding-top: 80px
}

.history-title {
    margin-bottom: 10px
}

#corporate-history-end {
    padding-bottom: 80px
}

#corporate-history-title {
    width: 100%;
    height: 5px;
    background-color: #000;
    margin-bottom: 120px
}

.history-timeline-image-item {
    position: relative;
    align-items: flex-start
}

.timeline-image-site-container {
    position: absolute;
    left: 75%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

#timeline-image-site1-container {
    top: 80px
}

.timeline-image-site {
    margin-top: 5px;
    margin-bottom: 10px
}

.timeline-image {
    margin-top: 10px;
    text-align: left;
    display: flex;
    flex-direction: column
}

.timeline-image img {
    max-width: 100%;
    height: auto;
    display: block
}

.timeline-image-right {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px
}

.timeline-image-right img {
    max-width: 100%;
    height: auto;
    display: block
}

#menu {
    display: none
}

@media screen and (max-width:1024px) {
    .company-container {
        padding-left: 0
    }

    .overview-row {
        border-bottom: 2px solid #666;
        min-height: 120px;
        width: 90vw
    }

    div#company-overview {
        margin-bottom: 180px
    }

    .sp-overview-label-sub {
        font-weight: 700
    }

    div#company-overview {
        display: flex;
        justify-content: center
    }

    .overview-label {
        width: 180px;
        padding: 60px 0;
        font-size: 32px;
        line-height: 60px
    }

    .overview-content {
        padding: 60px 0;
        font-size: 32px;
        line-height: 60px
    }

    .sp-page-title {
        margin: 60px 0 180px 0;
        font-size: 40px
    }

    .company-left {
        width: 30%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column
    }

    .company-isms,
    .company-privacy-mark {
        flex: 1
    }

    .privacy-mark-container {
        padding-top: 110px
    }

    .isms-logos {
        margin: 20px 0;
        display: flex;
        flex-wrap: wrap
    }

    .privacy-mark-label {
        width: 240px !important;
        white-space: nowrap
    }

    #corporate-history-start::before {
        top: 98px
    }

    .history-title-container {
        padding-left: 50px
    }

    .history-timeline::before {
        left: 35%;
        width: 2px
    }

    .history-timeline li::before {
        top: 18px;
        left: 35%;
        width: 30px;
        height: 30px;
        border: 2px solid #666
    }

    .history-timeline li .date {
        width: 35%;
        padding-right: 40px;
        font-size: 32px;
        line-height: 62px
    }

    .history-timeline li .event {
        width: 60%;
        padding-left: 40px;
        font-size: 32px;
        line-height: 62px
    }

    .history-timeline li .event p {
        font-size: 32px;
        line-height: 62px
    }
}

.office-information-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.tabs {
    display: flex;
    justify-content: center;
    position: relative
}

.tab {
    position: relative;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 20px;
    transition: color .3s;
    color: #666
}

.tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    width: 0;
    height: 5px;
    background-color: #000;
    transition: width .3s ease
}

.tab.active {
    color: #000
}

.tab.active::after {
    height: 5px;
    width: 80px
}

.tab-content {
    display: none;
    text-align: center;
    margin-top: 2rem
}

.active {
    color: #000
}

.tabs span {
    height: 40px;
    border: 1px solid #666
}

button {
    all: unset;
    cursor: pointer
}

.active-content {
    display: block
}

.content-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.content-title {
    margin-top: 120px;
    margin-bottom: 40px
}

.slider-container {
    display: flex;
    transition: transform .5s ease-in-out
}

.slider {
    width: 80%;
    height: 200px;
    margin: 0 auto;
    background-color: #333
}

.image-slider {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-top: 80px;
    overflow: hidden
}

.slider-slide {
    min-width: 100%;
    transition: opacity .5s ease;
    display: flex;
    justify-content: center
}

button.next,
button.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10
}

button.prev {
    left: 0;
    margin-left: 40px
}

button.next {
    right: 0;
    margin-right: 40px
}

button.next img,
button.prev img {
    width: auto;
    height: auto;
    max-width: 100%
}

.indicator-container {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 40px
}

.indicator {
    width: 50px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #000;
    transition: background-color .3s ease
}

.indicator.active {
    background-color: #000
}

.movie-thumbnail-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.movie-thumbnail {
    margin-top: 120px;
    margin-bottom: 40px
}

.access-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.acsess-title {
    margin-top: 120px;
    margin-bottom: 40px
}

.address-container {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
    margin-top: 40px
}

.office-address-title {
    font-weight: 700
}

.nearest-station {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto
}

.nearest-station .nearest_station-text {
    text-align: left
}

.nearest-station-title {
    font-weight: 700
}

@media screen and (max-width:1024px) {
    .sp-page-title {
        margin: 60px 0 240px 0;
        font-size: 40px
    }

    .tab {
        position: relative;
        padding: 5px 20px;
        cursor: pointer;
        font-size: 24px;
        transition: color .3s;
        color: #666
    }

    .tab::after {
        left: calc(50% - 48px)
    }

    .tab.active::after {
        width: 96px;
        height: 6px
    }

    .tabs span {
        height: 48px;
        border: 2px solid #666
    }

    .office-information-content-container {
        align-items: center
    }

    .image-slider {
        max-width: 740px
    }

    .slider-slide {
        display: flex;
        justify-content: center
    }

    button.prev {
        margin-left: 0
    }

    button.next {
        margin-right: 0
    }

    .indicator {
        width: 60px;
        height: 10px;
        border: 2px solid #000
    }

    .indicator-container {
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 60px
    }
}

#news-header {
    top: 0;
    z-index: -1;
    height: 300px;
    padding-top: 60px !important;
    background-image: url(../images/news_pc/News_MV_2x_PC.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.catch-release {
    background: gray;
    margin-bottom: 40px;
    width: 960px;
    height: 400px
}

.news-container2 {
    height: 100px;
    position: relative
}

.news-item {
    position: relative;
    display: flex;
    top: 39%
}

.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 240px
}

.pagination button {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    color: silver
}

.pagination button.active {
    font-weight: 700;
    color: #000
}

.topic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    row-gap: 40px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.topic-container {
    height: 200px;
    position: relative
}

.news-img {
    width: 200px;
    height: auto
}

.topic-item {
    position: relative;
    display: flex;
    top: 20%;
    align-items: center;
    gap: 70px
}

.topic-sentence {
    position: relative;
    top: 20%;
    line-height: 32px
}

main p {
    font-family: "Noto Sans JP", sans-serif
}

main.ul {
    padding: 0;
    margin-left: 35px
}

::marker {
    font-size: 8px
}

.mb-80px {
    margin-bottom: 80px
}

.background-personal-info {
    height: 300px;
    width: 100%
}

.background-personal-info img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-content-personal-info {
    padding-left: 25%
}

.page-title-personal-info {
    margin-top: 120px;
    margin-bottom: 120px;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.personal-info-sub-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px
}

.personal-info-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.page-title-security-policy {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px !important
}

.text-personal-info-container {
    font-family: "Noto Sans JP", sans-serif
}

.text-personal-info {
    font-size: 16px;
    line-height: 24px
}

.list-item-title {
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px
}

.created-date-container {
    margin-top: 30px;
    margin-bottom: 80px
}

p.created-date-text {
    margin-bottom: 0;
    font-weight: 400
}

.contact-information-container {
    margin-top: 30px;
    margin-bottom: 80px
}

p.contact-information-text {
    margin-bottom: 0;
    font-weight: 400
}

.handing-personal-information-container {
    margin-left: 30px
}

.personal-info-third-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 15px
}

.business-operator-text {
    font-weight: 400;
    margin-bottom: 0
}

.person-charge-text {
    font-weight: 400;
    margin-bottom: 0
}

.personal-info-table-section {
    margin-top: 30px;
    margin-bottom: 30px
}

.personal-info-table thead tr,
tbody tr {
    height: 48px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

.personal-info-table thead tr {
    background-color: #e6e6e6
}

.personal-info-table thead tr th {
    font-weight: 600;
    font-size: 16px;
    font-family: "Noto Sans JP";
    padding-left: 10px;
    padding-right: 50px
}

.personal-info-table tbody tr td {
    font-weight: 400;
    font-size: 16px;
    font-family: "Noto Sans JP";
    padding-left: 10px;
    padding-right: 50px
}

.possession-data-text-2 {
    margin-top: 20px
}

.possession-data-text {
    font-weight: 400;
    margin-left: 18px;
    margin-bottom: 0
}

.license-text {
    margin: 0 !important;
    padding: 0 !important
}

.privacy-protection-group-info-text {
    font-weight: 400;
    margin-bottom: 0
}

.privacy-inquiry-form-container {
    margin-bottom: 240px
}

.privacy-inquiry-form-text {
    font-weight: 400;
    margin-bottom: 0
}

@media screen and (max-width:1024px) {
    .main-content-personal-info {
        padding: 0;
        padding-left: 5%;
        padding-right: 5%
    }
}

.background-security-policy img {
    height: 300px;
    width: 100%
}

.main-content-security-policy {
    padding-left: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.page-title-security-policy-container {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.page-title-security-policy {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px !important
}

.page-title-security-policy-sub {
    font-size: 18px
}

.text-security-policy-container {
    margin-top: 100px;
    font-family: "Noto Sans JP", sans-serif
}

.text-security-policy-2 {
    margin-top: 30px
}

.text-security-policy-3 {
    margin-top: 30px
}

.text-security-policy-3 ol {
    list-style-position: outside;
    padding-left: 15px;
    margin-left: 0
}

.text-security-policy-3 ol li {
    margin: 10px 0;
    text-indent: 0;
    padding-left: 5px
}

.manual-list-item {
    display: flex;
    align-items: flex-start;
    margin: 10px 0
}

.manual-list-item span {
    display: inline-block;
    text-align: right;
    font-weight: 700;
    margin-right: 5px;
    font-family: "Noto Sans JP", sans-serif
}

.security-policy-created-date-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 120px;
    margin-bottom: 240px
}

.security-policy-created-date-container p {
    margin: 0
}

@media screen and (max-width:1024px) {
    .background-security-policy img {
        height: 365px
    }

    .page-title-security-policy-container {
        margin-top: 180px
    }

    .page-title-security-policy {
        font-size: 25px
    }

    .page-title-security-policy-sub {
        font-size: 20px
    }

    .main-content-security-policy {
        padding: 0 10%;
        align-items: flex-start
    }

    .text-security-policy-container {
        margin-top: 120px
    }
}

.swiper-slide {
    width: 225px;
    height: 225px;
    overflow: hidden
}

.swiper-slide img {
    transition: transform .3s ease
}

.swiper-slide:hover img {
    transform: scale(1.2)
}

.swiper-pagination {
    position: unset
}

.page-section {
    margin: 120px 0
}

@media (max-width:768px) {
    .page-section {
        margin: 60px 0
    }
}

.page-section-title {
    margin-bottom: 40px
}

@media screen and (max-width:768px) {
    .page-section-title {
        margin-bottom: 30px
    }
}

.hero-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/common/lower_page_kv_PC.png);
}

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.page-title {
    opacity: 0;
    margin-top: -10px;
    margin-bottom: 120px;
    animation: fade-in 1s ease-in-out .5s forwards
}

@media screen and (max-width:768px) {
    .page-title {
        margin-top: -12.5px;
        margin-bottom: 90px
    }
}

.page-title-image {
    max-width: 100%;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .page-title-image {
        margin-bottom: 40px
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .page-title-image {
        margin-bottom: 30px
    }
}

.page-title-text {
    font-size: 24px
}

@media screen and (max-width:768px) {
    .page-title-text {
        font-size: 20px
    }

    .hero-image {
        background-image: url(../../images/common/lower_page_kv_SP.png);
    }
}