@charset "UTF-8";
/* CSS Document */

.contents .container {
    padding-top: 0px;
}

.layout-whitebox:not(:last-child) {
    margin-bottom: 110px;
}

.layout-whitebox > div:not(:last-child) {
    margin-bottom: 60px;
}

.lw01::before {
    content: "損害保険業の健全な発展";
}

.lw02::before {
    content: "損害保険業の信頼性の向上";
}

.lw03::before {
    content: "安心・安全な社会の形成";
}

/* layout-concept */

.layout-concept {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
    padding-top: 100px;
}

.layout-concept::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/mission/back01.webp");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 270px;
}

.layout-concept .box-detail {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 100px 0px 80px;
    position: relative;
}

.layout-concept p {
    font-size: 14px;
}


/* contents02 */

.contents02 {
    padding-top: 50px;
}

/* layout01 */

.layout01 ul li a {
    font-weight: var(--base-weight2);
    font-size: 22px;
    line-height: 1.2;
    padding: 30px 35px;
    background-color: #FFF;
    display: block;
    position: relative;
}

.layout01 ul li a::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/link-arrow02.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 32px;
    width: 33px;
    height: 100%;
    transition: .5s;
}

.layout01 ul li a:hover::before {
    right: 20px;
}

.layout01 ul li:not(:last-child) {
    margin-bottom: 20px;
}

/* layout02 */

.layout02 {
    text-align: center;
    margin-bottom: 40px;
}

.layout02 h3 {
    font-weight: var(--base-weight2);
    color: var(--color-sub2);
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.layout02 p {
    color: var(--color-sub2);
    font-size: 14px;
}

/* layout03 */

.layout03 {
    width: 630px;
}


.sp-view {
    display: none;
}
