@charset 'UTF-8';

/*
Theme Name: 2305spiderplus
Description: 2305spiderplus Theme
Theme URI: https://spiderplus.co.jp/
Author: mami yamada
License: https://spiderplus.co.jp/
License URI: https://spiderplus.co.jp/
*/

.flex_container {
    display: inline-flex;
    justify-content: space-around;
    align-items: flex-start;
}

/*230113　Privacy Policy*/
ul.ul,
ol.ol {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .0.5em;
    line-height: 1.75;
    text-align: justify;
    padding-left: 1.5rem;
    margin: 1em;
}

ul.ul li,
ol.ol li ul.ul li {
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    list-style: disc;
}

ol.ol li,
ul.ul li ol.ol li {
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    list-style: decimal;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

/*230615　cookie_policy*/
.p-privacy-policy__contents h4 {
    font-size: 1.2em;
    border-left: 5px solid #4C4C4C;
    padding-left: 1em;
    margin: 1.5em 0 1em;
}

.p-privacy-policy__contents table {
    margin: 2em 0;
    border-collapse: collapse;
}

@media screen and (max-width: 767px) {
    .p-privacy-policy__contents table {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
}

.p-privacy-policy__contents table th {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0px;
    background: #f2f2f2;
    font-size: 0.95em;
}

.p-privacy-policy__contents table td {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 0.95em;
}

.p-privacy-policy__contents table th span,
.p-privacy-policy__contents table td span {
    font-size: 85%;
    padding-left: 0.5em;
}

.p-privacy-policy__contents table ul {
    list-style: disc;
    padding-left: 1.3em;
    font-size: 0.9em;
}

.p-privacy-policy__contents h5 {
    font-size: 1em;
    margin: 0.5em 0 0;
}

.p-privacy-policy__contents a {
    color: #1d3994;
}

.p-privacy-policy__contents a:hover {
    text-decoration: underline;
}

/*240423　コーポレートガバナンス体制概要の表*/
.table.table-style {
    margin-top: -50px;
    margin-bottom: 120px;
}

.table table {
    width: 100%;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
td,
th,
tr {
    vertical-align: top;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.table.table-style tr th {
    text-align: left;
    vertical-align: top;
}

.table table tr th {
    padding: 15px;
    font-weight: 500;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fbfbfb;
    white-space: nowrap;
}

.table table tr td {
    padding: 15px;
    font-weight: 200;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.comment {
    text-align: right;
    margin-bottom: 5px;
    font-size: 0.7rem;
}

.comment02 {
    text-align: left;
    margin-top: 5px;
    font-size: 0.7rem;
}

@media screen and (max-width: 767px) {

    .table table tr th,
    .table table tr td {
        padding: 10px;
    }

    .table.table-style {
        font-size: 13px;
    }
}

/*240423　スキルマトリックス*/
main .scroll-always {
    margin: 0 0 1em;
    overflow-x: auto;
}


.scroll-always::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll-always::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* スクロールバーの背景色 */
    border-radius: 5px;
    /* 角丸にする */
}

.scroll-always::-webkit-scrollbar-thumb {
    background: #888;
    /* スクロールバーの操作部分の背景色 */
    border-radius: 5px;
    /* 角丸にする */
}

.scroll-always::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* ホバー時のスクロールバーの操作部分の背景色 */
}

main table.is-governance {
    width: 1000px;
    margin: 3em 0;
}

main table.is-governance th,
main table.is-governance td {
    height: 84px;
    padding: 9px 24px;
    font-size: inherit;
    line-height: 1.4;
    white-space: nowrap;
}

main table thead th {
    color: #323232;
    font-size: 1.6rem;
    background: #fbfbfb;
}

main table th {
    font-weight: 500;
    background: #fbfbfb;
}

main table th,
main table td {
    padding: 25px 40px;
    border-bottom: 1px solid #d2d5d8;
    border-left: 1px solid #d2d5d8;
    border-right: 1px solid #d2d5d8;
    overflow-wrap: anywhere;
}

main .scroll .th-x-fixed th:first-of-type:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}

main table.is-governance th,
main table.is-governance td {
    width: 280px;
    height: 60px;
    padding: 9px 15px;
    font-size: inherit;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
}

.header-01 {
    background-color: #4c4c4c;
    color: #fff;
    text-align: center;
}

.first {
    text-align: center;
}

.txt-center {
    text-align: center;
    font-size: 2rem !important;
}

@media screen and (max-width: 767px) {
    main table.is-governance {
        font-size: 13px;
    }

    main table.is-governance th,
    main table.is-governance td {
        line-height: 0.6;
        height: 40px;
    }
}

/*240423　経営体制*/

.managements-item {
    display: flex;
    margin-top: 3rem;
}

.managements-item img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.managements-item-text {
    font-size: 0.8rem;
    padding-top: 10px;
    text-align: justify;
    line-height: 1.7;
}

.managements-item span {
    font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
    .managements-box {
        display: unset;
    }

    .managements-item {
        display: unset;
    }

    .managements-item-image {
        text-align: center;
        margin: 60px 0 20px;
    }
}

/*240424　体制図の下の詳細文*/
.governance-detail h3 {
    padding: 0.5em 1em;
    color: #323232;
    background: #fbfbfb;
    ;
    border-left: solid 5px #4c4c4c;
    margin: 40px 0 20px 0;
}

.governance-detail {
    margin-bottom: 120px;
}

.governance-detail-text {
    line-height: 1.7;
}


@media screen and (max-width: 767px) {

    .governance-detail-text {
        font-size: 14px;
    }
}

/*240604　news SP版の文字崩れ修正*/
@media screen and (max-width: 767px) {
    .p-news__list--item .c-text {
        text-align: left;
    }

    .article-detail h2 {
        font-size: 15px;
    }
}

.c-image a:hover {
    opacity: 0.7;
    transition-property: opacity;
    transition-duration: 0.5s;
}

/*250326リーダーシップ*/
.leader_item01 {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
    flex-wrap: wrap;
    align-content: space-between;
}

.leader_item01_inner {
    max-width: 45%;
    margin: 30px 0;
}

.leader_item02 {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}

.leader_item02_inner {
    max-width: 30%;
    margin: 30px 0;
}

.leader_img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
}


.item__title {
    font-family: europa, sans-serif;
    font-size: 19px;
    margin-bottom: 15px;
}

.item__title--pos {
    display: block;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
}

.item__story {
    font-size: 12px;
    text-align: justify;
}

@media screen and (max-width: 768px) {

    .leader_item01_inner,
    .leader_item02_inner {
        max-width: 100%;
    }
}

.p-about-us-leadership__directors .item_directors {
    background: #323232;
    color: #fff;
    flex: none;
    margin: 0 15px;
    padding: 16px 10px 14px 40px;
    width: calc(25% - 30px);
}

@media screen and (max-width: 768px) {
    .p-about-us-leadership__directors .item_directors {
        width: 100%;
    }
}

/*250403コーポレート・ガバナンス*/
.p-ir-governance-table-container {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.8rem;
    margin-top: 20px;
}

.p-ir-governance__contents table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.skill-matrix th,
.skill-matrix td {
    border: 1px solid #aaa;
    text-align: center;
    vertical-align: middle;
    min-width: 170px;
}

.p-ir-governance__contents th {
    background-color: #666;
    color: white;
}

.p-ir-governance__contents .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
}


.p-ir-governance__contents .skill {
    background-color: #888;
    color: #fff;
}

.title1 {
    background-color: #555;
    color: #fff;
}

.title2 {
    background-color: #f1f1f1;
    color: #323232;
}

.skill-matrix th,
td {
    padding: 25px 20px;
}

td.title2 {
    padding: 0;
}
/*250703　MVV*/

.mission_sec {
    background: url(//spiderplus.co.jp/common/img/mvv/mission_pc.jpg) ;
    background-size:cover;
    background-repeat: no-repeat;
    margin-top: 60px;
}

.mvv_cont {
    display: flex;
    flex-direction: row;
}
.mvv_left, .mvv_right {
        width: 50%;
    }
.mvv_left {
    padding:0 20px;
    margin: auto;
}
.mission_sec p.mvv_txt01, .vision_sec p.mvv_txt01, .value_sec p.mvv_txt01 {
    font-family: "Noto Serif JP", serif;
    color: #f15025;
    font-size: 1.5rem;
    font-weight: 700;
}
.mission_sec .mvv_txt01 {
    text-align: center;
}
.mission_sec h2, .vision_sec h2, .value_sec h2 {
    font-family: Spiderplus-Medium, Noto Sans JP, Hiragino Sans, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Meiryo, メイリオ, Osaka, MS PGothic, arial, helvetica, sans-serif;
    color: #323232;
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 800;
}
.mission_sec h2 {
    text-align: center;
}
.mission_sec .mvv_txt02, .vision_sec p.mvv_txt02 {
    font-family: Spiderplus-Medium, Noto Sans JP, Hiragino Sans, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Meiryo, メイリオ, Osaka, MS PGothic, arial, helvetica, sans-serif;
    color: #323232;
    font-weight: 400;
    font-size: 0.9rem;
}
.mission_sec .mvv_txt02 {
    text-align: center;
}
.mvv_right {
    padding: 55px;
}
.mission_sec p {
    font-size: 1.15rem;
    line-height: 2.4;
    margin-bottom: 1rem;
    font-weight: 500;
}
.mvv_img {
    padding: 60px 0 120px;
}
.sp_img {
    display: none;
}
.vision_sec h2 {
    margin: 20px 0;
}
.vision_sec p.mvv_txt02 {
    margin-bottom: 60px;
}
.vision_cont p {
    font-weight: 500;
    margin-bottom: 1.4rem;
    font-size: 0.99rem;
    line-height: 1.8;
}

.value_sec p.mvv_txt01 {
    margin-bottom: 60px;
}
.value_sec h2 {
    margin-top: 40px;
    font-size: 2rem;
}
.value_sec h2 span {
    font-family: "Montserrat", sans-serif;
    color: #f15025;
    margin-right: 40px;
    font-size: 1.4rem;
    vertical-align: middle;
}
.value_txt {
    margin:0px 0 0px 70px ;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.8;
}

.mvv_foot {
    background: url(//spiderplus.co.jp/common/img/mvv/saiyo.jpg) ;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    margin: 160px 0 -130px;
}
.mvv_foot h1 {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}
.mvv_foot p {
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.mvv_foot_bt {
margin-top: 40px;
}
.mvv_foot_bt a {
    display: block;
    align-items: center;
    width: 260px;
    margin: 0 auto;
    padding: .9em 2.7em;
    border: 2px solid #f15025;
    border-radius: 30px;
    background-color: #f15025;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    transition: all 0.5s ease;
    position: relative;
    text-align: center;
    line-height: 1;
}
.mvv_foot_bt a:hover {
    border: none;
    background-color:  #F89D78;
    border: 2px solid  #F89D78;
    color: white;
    font-weight: 600;
}
.mvv_foot_bt a::after {
    width: 23px;
    height: 23px;
    content: '';
    background: url(//spiderplus.co.jp/common/img/mvv/arrow-right-short_withe.svg);
    transition: all 0.5s;
    position: absolute;
    left: 210px;
}
@media screen and (max-width: 767px) {
    .mission_sec {
    background: url(//spiderplus.co.jp/common/img/mvv/mission_sp.jpg);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: 0 70px;
    }
    .mvv_cont {
    flex-direction:column;
    }
    .mvv_left, .mvv_right {
        width: 100%;
    }
    .mvv_left {
    padding:0px;
    }
    .mvv_right {
    padding: 0px;
    }
    .mission_sec p.mvv_txt01, .vision_sec p.mvv_txt01, .value_sec p.mvv_txt01 {
    font-size: 1rem;
    }
    .mission_sec h2, .vision_sec h2, .value_sec h2 {
    font-size: 1.5rem;
    }
    .mission_sec p {
        font-size: 0.8rem;
        line-height: 2;
        margin-bottom: 1rem;
    }
    .mvv_img {
        padding: 40px 0 60px;
    }
    .pc_img {
        display: none;
    }
    .sp_img {
        display: block;
    }
    .value_sec p.mvv_txt01 {
    margin-bottom: 0px;
    }
    .vision_sec h2 br {
        display: none;
    }
    .value_sec h2 span {
    margin-right: 10px;
    }
    .vision_cont p {
    font-size: 0.8rem;
    }
    .value_txt {
    margin:0px 0 0px 0px ;
    font-size: 0.8rem;
    }
    .mvv_foot {
    background-size:cover;
    background-position: center;
    padding: 80px 0 120px;
    margin: 80px 0 -130px;
    }
    .mvv_foot h1 {
    font-size: 2rem;
    }
    .mvv_foot p {
    font-size: 80%;
    text-align: left;
    }
}