@charset utf-8;

/*-------------------------------------------------------------------------
SETTING
-------------------------------------------------------------------------*/

    /*font-family: 'Noto Sans JP', sans-serif;*/

#contents_outer {
    background: #fff!important;
}
#contents {
    width: auto;
    overflow: hidden;
}
#path,
.h1_section {
    display: none;
}
.box * {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: 'Noto Serif JP', serif;
    font-size  : 16px;
    font-weight: 300;
    color      : #333;
    line-height: 1.8;
    box-sizing: border-box;
}
img {
    vertical-align: top;
}
a:hover {
    text-decoration: none;
}
a:hover img {
    opacity: .8;
}
::placeholder {
    color: #ccc;
}
:root {
    --blue: #3e6397;
    --gold: #d8b863;
}
.wrap {
    width: 950px;
    margin: auto;
}
.title {
    text-align: center;
    font-size  : 40px;
    font-weight: 500;
    line-height: 1;
}
    .title__en {
        display: block;
        font-size  : 20px;
        color      : #3e6397;
        line-height: 1;
        margin: 12px 0 41px;
    }
.link-section {
	margin-top: -30px;
	padding-top: 30px;
}
.section {
    padding: 60px 0 60px;
}
.section.-yellow { background-color: #fffbef;}
.section.-gray   { background-color: #f1f2f3;}

.section__text {
    margin: 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: -1px;
}

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.greeting__top {
    padding: 50px 0 37px;
    background: url("../images/img_water.png") no-repeat center bottom 37px;
}
    .greeting__contents {
        display        : flex;
        flex-wrap      : wrap;
        justify-content: space-between;
        padding: 0 40px;
    }
        .greeting__text {
            line-height: 2.3;
            font-size: 22px;
            margin: 84px 0 32px;
        }
        .greeting__name {
            text-align: right;
        }
.greeting__foot {
    background: #6582ac url("../images/bg_park.png") no-repeat center top;
    padding: 57px 0 40px;
}
    .greeting__text-foot {
        text-align: center;
        font-size  : 20px;
        font-weight: 500;
        line-height: 2.2;
        margin: 0 0 80px;
        text-shadow: 0 0 5px #fff,
                     0 0 5px #fff,
                     0 0 5px #fff,
                     0 0 5px #fff,
                     0 0 5px #fff;
    }
    .policy {
        margin-bottom: 20px;
        padding: 30px 20px;
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0,0,0,.2);
    }
    .policy:last-child {
        margin-bottom: 0;
    }
        .policy__ttl {
            text-align: center;
            line-height: 1;
            font-size: 28px;
            color    : #3e6397;
            margin: 0 0 19px;
        }
        .policy__text {
            font-size: 20px;
            line-height: 1.8;
        }
            .policy__text-point {
                font-size  : inherit;
                font-weight: inherit;
                color      : #d8b863;
            }

/*-------------------------------------------------------------------------
インタビュー
-------------------------------------------------------------------------*/

.interview {
    padding: 60px 0 50px;
}
    .interview__contents {
        display        : flex;
        flex-wrap      : wrap;
        justify-content: space-between;
        padding: 0 40px 0 20px;
    }
        .interview__contents-left {
            width: calc(100% - 268px - 30px);
        }
            .interview_text_top {
                font-family: 'Noto Sans JP', sans-serif;
                font-size: 18px;
                color: #3e6397;
                font-weight: 500;
				margin: -8px 0 10px;                
            }
            .interview__text {
                font-family: 'Noto Sans JP', sans-serif;
				margin: -7px 0 0;
                line-height: 2.15;                
            }
            .interview2 .interview__text {
                font-family: 'Noto Sans JP', sans-serif;
                margin: -7px 0 0;
                line-height: 2.15;                
            }
            .interview__btn {
                text-align: right;
                margin: 7px 0 0;
            }
.interview2 {
    padding: 60px 0;
    background-color: #fffbef;
}
    .interview2__contents {
        display        : flex;
        flex-wrap      : wrap;
        align-items    : flex-start;
        justify-content: space-between;
        padding: 0 40px 0 20px;
    }
        .interview2__contents-left {
            width: calc(100% - 370px - 56px);
        }
        .interview2__img-box {
            width: 503px;
            margin: 38px auto 0;
            display: block;
            position: relative;
        }
            .interview2__img-btn {
                position: absolute;
                bottom  : 0;
                left    : calc(100% + 13px);
            }

/*-------------------------------------------------------------------------
CSR
-------------------------------------------------------------------------*/

.csr-sec {
    padding: 60px 0 53px;
    background-color: #f1f2f3;
}
    .csr-panel {
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0,0,0,.2);
        margin: 0 0 20px;
        padding: 25px 20px;
    }
        .csr-panel__ttl {
            text-align: center;
            font-size  : 24px;
            font-weight: 500;
            line-height: 1;
            margin: 0 0 20px;
        }
        .csr-panel__text {
            font-family: 'Noto Sans JP', sans-serif;
            font-size  : 16px;
            line-height: 1.7;
        }


/*-------------------------------------------------------------------------
コーポレート・ガバナンス
-------------------------------------------------------------------------*/

.environment {
    background-color: #f1f2f3;
    display        : flex;
    align-items    : center;
    justify-content: center;
    height: 110px;
    margin: 14px 0 0;
}
    .environment__text {
        font-family: 'Noto Sans JP', sans-serif;
        font-size  : 18px;
        font-weight: 500;
        color      : #3e6397;
    }

/*-------------------------------------------------------------------------
社会貢献活動
-------------------------------------------------------------------------*/

.action {
    display        : flex;
    align-items    : center;
    justify-content: center;
}
    .action__items {
        width: 302px;
        margin: 0 11px;
        line-height: 1.5;
        font-family: 'Noto Sans JP', sans-serif;
    }
        .action__items img {
            margin: 0 0 5px;
        }

/*-------------------------------------------------------------------------
協力会社とのかかわり
-------------------------------------------------------------------------*/

.company__ttl {
    margin: 26px 0 -2px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size  : 18px;
    font-weight: 500;
    color      : #3e6397;
}











































