@charset "UTF-8";

@media screen and (max-width: 767px) {
    .outline .head {
        line-height: 1.7;
    }
    .outline .cta img {
        width: 60%;
    }
}
/*
    CONCEPT
---------------------------------------------------- */
.concept {
    position: relative;
    background: url(../../img/common/pc_bg.png) no-repeat center center / cover;
    padding-bottom: 75px;
    z-index: 1;
}
.concept::before,
.concept::after {
    content: '';
    position: absolute;
    width: 45vw;
    height: 100%;
    z-index: -1;
}
.concept::before {
    top: -25%;
    left: 0;
    background: url(../../img/common/pc_sec_back01.png) no-repeat center center / contain;
}
.concept::after {
    bottom: -20%;
    right: 0;
    background: url(../../img/common/pc_sec_back02.png) no-repeat center center / contain;
}
.concept .contents {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .concept {
        padding-bottom: 45px;
    }
    .concept .contents {
        text-align: left;
    }
}

/*
    OVERVIEW
--------------------------------------------------- */
.overview {
    background-color: var(--color1);
}
.overview .item03 .indent > a,
.overview p > a{
    color: var(--color1);
}
.overview .table_01 th {
    background-color: var(--color3);
}
.overview .item03_table {
    width: 100%;
    overflow-x: auto;
}
.overview .item03_table th,
.overview .item03_table td {
    padding: 10px;
}
.overview .item03_table th {
    text-align: center;
    border: 1px solid #999;
    vertical-align: middle;
}
.overview .item03_table td {
    text-align: center;
    border: 1px solid #999;
    vertical-align: middle;
}
.overview thead {
    border: 1px solid #999;
}
.overview
.overview .table_01 th {
    width: 214px;
    background-color: var(--color1);
    font-size: 20px;
    margin-right: 5px;
    box-sizing: border-box;
    display: flex;
    place-content: center;
}
.overview .table_01 td {
    width: calc(100% - 214px);
}
.overview .item:not(:last-child, :first-child) {
    margin-bottom: 60px;
}
.overview .h3_01 {
    margin-bottom: 30px;
}
.overview .sub_head {
    font-size: 20px;
}
.overview .item .sub_head {
    padding-bottom: 15px;
}
.overview .item ul {
    padding: 0;
    margin: 0;
}
.overview .item05 li:last-child {
    padding-bottom: 0;
}
.overview li {
    padding-bottom: 30px;
}
.overview li:last-child {
    padding-bottom: 15px;
}
.overview .bnr_wrap {
    padding-top: 30px;
}

@media screen and (max-width: 1229px) {
    .overview .table_01 td {
        width: calc(100% - 158px);
    }
    .overview .sub_head {
        line-height: 1.7;
    }
    .overview .item01 .table_03 {
        min-width: 960px;
    }
    .overview .item01 th {
        width: 40%;
        min-width: 360px;
    }
    .overview .item01 td:first-of-type {
        width: 20%;
    }
    .overview .item01 td:last-of-type {
        width: 40%;
    }
    .overview .item02 .table_04 {
        min-width: 960px;
    }
    .overview .item02 th {
        width: 40%;
        min-width: 360px;
    }
    .overview .item02 td:first-of-type {
        width: 20%;
    }
    .overview .item02 td:nth-of-type(2) {
        width: 25%;
    }
    .overview .item02 td:last-of-type {
        width: 15%;
    }
    .overview .item03 thead th:first-of-type {
        width: 46%;
    }
    .overview .item03 thead th:not(:first-of-type) {
        width: 18%;
    }
}

@media screen and (max-width: 767px) {
    .overview .white_box_l {
        padding: 15px;
    }
    .overview .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .overview .item .sub_head {
        font-size: 15px;
        padding-bottom: 0;
    }
    .overview .h3_01 {
        margin-bottom: 15px;
        align-items: center;
    }
    .overview li {
        padding-bottom: 15px;
    }
    .overview .table_01 th,
    .overview .table_01 td {
        width: 100%;
    }
    .overview .item01 .table_03 {
        min-width: 800px;
    }
    .overview .item01 th {
        width: 40%;
        min-width: inherit;
    }
    .overview .item01 td:first-of-type {
        width: 20%;
    }
    .overview .item01 td:last-of-type {
        width: 40%;
    }
    .overview .item02 .table_04 {
        min-width: 800px;
    }
    .overview .contents {
        padding: 15px;
    }
    .overview .item03 .item03_table {
        min-width: 600px;
    }
    .overview .item03_txt {
        font-size: 14px;
    }
}