@charset "utf-8";


/*--------------------------------------------
　■［会社概要］
--------------------------------------------*/
.sec {
    margin-bottom: 80px;
}

.sec01,
.sec04 {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.sec01 .textBlock,
.sec04 .textBlock {
    margin-right: 40px;
    width: 60%;
}

.sec02 .philosophyBlock {
    background: url(../img/bg_philosophyBlock.jpg);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-size: cover;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.sec02 .sec-title {
    margin-bottom: 40px !important;
    padding-bottom: 1em;
    font-size: 1.6rem !important;
    font-weight: bold;
    border-bottom: 1px solid #0039A8;
}

.sec02 .sec-title small {
    margin-left: 20px;
}

.sec02 .philosophyBlock__main {
    /* width: 100%; */
    display: inline-block;
    border: 4px double #a3c2ff;
    padding: 40px 80px 40px !important;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    backdrop-filter: blur(20px);
}

.sec02 .philosophyBlock__main .philosophyBlock-title {
    margin-bottom: 40px !important;
    display: block;
    font-size: 1.6rem !important;
    font-weight: bold;
    color: #333333 !important;
    text-align: center;
}

.philosophy__list {
    margin-bottom: 40px !important;
    display: block;
    /* font-size: 20px; */
    color: #333333 !important;
    list-style-type: decimal;
    counter-reset: item;
}

.philosophy__item {
    margin-bottom: 20px;
    list-style-position: outside;
    counter-increment: item;
    line-height: 1.666;
    padding-left: 20px;
    font-size: 1.2rem;
}

.philosophy__item-title {
    margin-bottom: 8px !important;
    font-size: 1.2rem !important;
    font-weight: bold;
    color: #333 !important;
}

.philosophy__item-title+.desc {
    font-size: 1rem;
    color: #333;
}

.sec04 .philosophy__item {
    list-style-position: inside;
    margin-bottom: 0;
    line-height: 2.5;
}

.philosophy__item::marker {
    content: counter(item) ". ";

}

.profile-capital span {
    display: inline-block;
    width: 11rem;
}

.profile-history span {
    display: inline-block;
}

.profile-history div span:first-child {
    width: 4rem;
}

.profile-history div span:nth-child(2) {
    margin-right: 1.5rem;
    width: 3rem;
    text-align: right;
}

.red {
    color: red;
}

.sec {
    margin-bottom: 80px;
}

.imgWrapper-sdgs {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.img-sdgs {
    margin-bottom: 4px;
    width: calc((980px / 8) - 8px);
    aspect-ratio: 1 / 1;
}

.sdgs-title,
.rinen-title {

    padding: 10px 40px;
    background-color: #0039A8;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}

.sdgsBlock .flexBlock {
    display: flex;
    justify-content: space-between;
}

.sdgsBlock .flexBlock .img-sdgs {
    margin-left: 4px;
    margin-right: 4px;
}

.sdgsBlock .issue {
    border-top: 1px solid #0039A8;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sdgsBlock .issue:last-of-type {
    border-bottom: 1px solid #0039A8;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.attemptBlock .attempt-title {
    --baloon-color: #64b5f6;
    position: relative;
    margin-bottom: 16px;
    padding: 2px 2rem;
    font-weight: bold;
    background: var(--baloon-color);
    color: #fff;
    display: inline-block;
}


.attemptBlock .attempt-title:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -10px;
    left: 1.5em;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: var(--baloon-color) transparent transparent transparent;
}

.attemptBlock .attempt__list {
    margin-bottom: 40px;
}

.attemptBlock .attempt__item {
    list-style-type: disc;
    list-style-position: inside;
}


.attemptBlock.--goal .attempt__item {
    margin-bottom: 12px;
    font-size: 120%;
}

.sec04 .message {
    font-size: 1.4rem;

}

.marker-yellow {
    display: inline-block;
    font-weight: 700;
    position: relative;
    padding: 0 .2em;
    z-index: 1;
}

.marker-yellow::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1em;
    width: 100%;
    height: .6em;
    background: #ffe566;
    opacity: .7;
    border-radius: 6px;
    z-index: -1;
}



/* =========================================
   コンテンツ幅 (max-width:980px)
========================================= */

@media screen and (max-width: 980px) {
    .sec {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sec01 .textBlock {
        margin-bottom: 40px;
        width: 100%;
    }

    .sec01 .imgWrapper {
        max-width: 100%;
    }

    .sec02 .philosophyBlock__main {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .philosophy__item {
        list-style-position: inside;
        padding-left: 0;
    }

    .sdgsBlock .flexBlock {
        flex-direction: column;
    }

    .attemptBlock .attempt__list {
        padding-left: 20px;
    }

    .attemptBlock .attempt__item {
        list-style-position: outside;
    }

    .imgWrapper-sdgs {
        padding-top: 0;
    }
}

/* =========================================
   スマホ (max-width:820px)
========================================= */

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

    .sec01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}



body#profile div#main dl {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0 0 3em 0;
}

body#profile div#main dl dt {
    width: 20%;
    float: left;
    clear: both;
    border-top: 1px solid #ccc;
    padding: 1em 0;
    color: #0039A4;
    text-align: center;
}

body#profile div#main dl dd {
    background-color: #fff;
    width: 80%;
    float: left;
    border-top: 1px solid #ccc;
    padding: 1em;
    box-sizing: border-box;
    min-height: 3em;
}

body#profile div#main dl dd h5 {
    border-bottom: 1px solid #333;
    color: #333;
    padding: 0 0 0.3em 0;
    margin: 1em 0 0.5em 0;
    font-size: 1.1em;
}

body#profile div#main dl dd h5:first-child {
    margin: 0 0 0.5em 0;
}

body#profile div#main dl dd div.gmap {
    height: 350px;
    border: 3px solid #f5f5f5;
    margin: 0 0 2em 0;
}

body#profile div#main ul {
    margin: 0 0 2em 0;
    display: flex;
    flex-wrap: wrap;
}

body#profile div#main ul.photo li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc((960px / 4) - 20px);
}

body#profile div#main ul.photo li p {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

body#profile div#main ul.photo li img {
    width: calc((960px / 4) - 20px);
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


div#main div.future {
    border: 4px solid #00a4de;
    clear: both;
    margin-bottom: 2em;
    padding: 1.5em;
}

div#main div.future h6 {
    color: #00a4de;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}


/* =========================================
   スマホ (max-width:820px)
========================================= */

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


    /*--------------------------------------------
　■［会社概要］
--------------------------------------------*/
    .sec01 {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .sec01 .textBlock {
        margin-bottom: 40px;
        margin-right: 0;
        width: 100%;
    }

    .sec01 .imgBlock img {
        max-width: 100% !important;
    }



    body#profile div#main dl dt {
        width: auto;
        float: none;
        border-top: 1px solid #ccc;
    }

    body#profile div#main dl dd {
        width: auto;
        float: none;
        border-top: none;
        padding: 1em 1em 2em 1em;
        min-height: 0;
    }

    body#profile div#main dl dd h5 {
        border-bottom: 1px solid #333;
        color: #333;
        padding: 0 0 0.3em 0;
        margin: 1em 0 0.5em 0;
        font-size: 1.1em;
    }

    body#profile div#main dl dd h5:first-child {
        margin: 0 0 0.5em 0;
    }

    body#profile div#main dl dd div.gmap {
        height: 350px;
        border: 3px solid #f5f5f5;
        margin: 0 0 2em 0;
    }

    body#profile div#main ul {
        justify-content: center;
    }
}