@charset "UTF-8";
/* CSS Document */

.contents .container {
    padding: 0px;
}

.contents .container section:not(:last-child) {
    margin-bottom: 0px;
    width: 100%;
}

.layout-whitebox {
    text-align: center;
    padding-top: 110px;
}

.layout-whitebox:not(:last-child) {
    margin-bottom: 110px;
}

.lw02 {
    background-color: #ECF0F2;
}

.layout-whitebox::before {
    background: var(--color-main);
    height: 124px;
    margin-top: -62px;
    padding: 0px 16%;
    width: 38%;
}

.lw01::before {
    content: "損保業界の信頼回復に向けた実効性のある取組み";
}

.lw02::before {
    content: "これまでの歩み";
}

/* contents01 */

.contents01 {
    padding: 130px 0px 150px;
    background: -moz-linear-gradient(50% 0% -90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(42, 135, 152, 1)), color-stop(1, rgba(0, 155, 115, 1)));
    background: -o-linear-gradient(-90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#009B73' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#009B73', GradientType=0);
}

/* contents02 */

.contents02 {
    height: 610px;
    background-image: url("../../images/vision/back01.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* contents03 */

.contents03 {
    height: 700px;
    background-image: url("../../images/vision/back02.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.contents03::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(50% 100% 90deg, rgba(42, 135, 152, 1) 0%, rgba(5, 153, 119, 1) 16.2%, rgba(22, 189, 148, 0.65) 40.4%, rgba(54, 255, 203, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(42, 135, 152, 1) 0%, rgba(5, 153, 119, 1) 16.2%, rgba(22, 189, 148, 0.65) 40.4%, rgba(54, 255, 203, 0) 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(42, 135, 152, 1)), color-stop(0.162, rgba(5, 153, 119, 1)), color-stop(0.404, rgba(22, 189, 148, 0.65)), color-stop(1, rgba(54, 255, 203, 0)));
    background: -o-linear-gradient(90deg, rgba(42, 135, 152, 1) 0%, rgba(5, 153, 119, 1) 16.2%, rgba(22, 189, 148, 0.65) 40.4%, rgba(54, 255, 203, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(42, 135, 152, 1) 0%, rgba(5, 153, 119, 1) 16.2%, rgba(22, 189, 148, 0.65) 40.4%, rgba(54, 255, 203, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#36FFCB' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(42, 135, 152, 1) 0%, rgba(5, 153, 119, 1) 16.2%, rgba(22, 189, 148, 0.65) 40.4%, rgba(54, 255, 203, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36FFCB', endColorstr='#2A8798', GradientType=0);
    mix-blend-mode: multiply;
}

/* contents04 */

.contents04 {
    background-color: #ECF0F2;
    padding: 150px 0px 120px;
}

/* contents05 */

.contents05 {
    position: relative;
    background-image: url("../../images/vision/back03.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 160px 0px 430px;
}

.contents05::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 95%;
    background: -moz-linear-gradient(50% 0% -90deg, rgba(21, 101, 116, 1) 0%, rgba(0, 129, 99, 1) 70.4%, rgba(0, 155, 115, 0) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(21, 101, 116, 1) 0%, rgba(0, 129, 99, 1) 70.4%, rgba(0, 155, 115, 0) 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 102.3%, color-stop(0, rgba(21, 101, 116, 1)), color-stop(0.704, rgba(0, 129, 99, 1)), color-stop(1, rgba(0, 155, 115, 0)));
    background: -o-linear-gradient(-90deg, rgba(21, 101, 116, 1) 0%, rgba(0, 129, 99, 1) 70.4%, rgba(0, 155, 115, 0) 100%);
    background: -ms-linear-gradient(-90deg, rgba(21, 101, 116, 1) 0%, rgba(0, 129, 99, 1) 70.4%, rgba(0, 155, 115, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#156574', endColorstr='#009B73' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(21, 101, 116, 1) 0%, rgba(0, 129, 99, 1) 70.4%, rgba(0, 155, 115, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#156574', endColorstr='#009B73', GradientType=0);
}

.contents05 .inner {
    position: relative;
}

/* layout01 */

.layout01 .box-img {
    position: relative;
}

.layout01 .box-img::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 70%;
    background: -moz-linear-gradient(50% 5.7% -90deg, rgba(255, 255, 255, 0) 0%, rgba(159, 196, 188, 0.77) 59.2%, rgba(130, 178, 167, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(159, 196, 188, 0.77) 59.2%, rgba(130, 178, 167, 1) 100%);
    background: -webkit-gradient(linear, 50% 5.7%, 50% 86.8%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.592, rgba(159, 196, 188, 0.77)), color-stop(1, rgba(130, 178, 167, 1)));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(159, 196, 188, 0.77) 59.2%, rgba(130, 178, 167, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(159, 196, 188, 0.77) 59.2%, rgba(130, 178, 167, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#82B2A7' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(159, 196, 188, 0.77) 59.2%, rgba(130, 178, 167, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#82B2A7', GradientType=0);
    mix-blend-mode: multiply;
}

.layout01 .box-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 25px 30px;
    text-align: left;
}

.layout01 .box-name {
    padding-top: 20px;
    text-align: right;
}

.layout01 h5,
.layout01 h6 {
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0em;
}

.layout01 h6 {
    display: inline-block;
    text-align: left;
}

.layout01 h6 span {
    font-size: var(--base-font-size2);
}


/* layout02 */

.layout02 {
    padding-top: 50px;
}

.layout02 .box-wrap:not(:last-child) {
    margin-bottom: 80px;
}

.layout02 .box-wrap:last-child {
    flex-direction: row-reverse;
}

.layout02 .box02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0px 40px;
}

.layout02 .box02 .box-detail {
    flex: 1;
}

.layout02 .box02 .box-img {
    width: 50%;
}

.layout02 h6,
.layout02 p {
    color: #FFF;
    letter-spacing: 0em;
}

.layout02 h6 {
    font-weight: var(--base-weight2);
    font-size: 22px;
    line-height: 1.4;
    padding-left: 20px;
    position: relative;
    margin-bottom: 25px;
}

.layout02 h6::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 5px;
    height: 30px;
    background-color: var(--color-main);
}

/* layout03 */

.layout03 {
    text-align: center;
    width: 810px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 100px 120px 80px;
}

.layout03 p {
    font-size: 14px;
}

/* layout04 */

.layout04 {
    text-align: center;
    position: relative;
}

.layout04 h2 {
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

.layout04 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.layout04 ul li {
    font-weight: var(--base-weight2);
    color: var(--color-sub2);
    font-size: var(--base-font-size3);
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #FFF;
    border-radius: 10px;
    width: 220px;
    height: 125px;
}

/* layout05 */

.layout05 ul li {
    font-weight: var(--base-weight2);
    color: var(--color-sub3);
    font-size: var(--base-font-size2);
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout05 ul li:not(:last-child) {
    margin-bottom: 15px;
}

/* layout06 */

.layout06 {
    width: 680px;
    position: relative;
}

.layout06::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/vision/icon-plus.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 40px;
    margin-top: -70px;
}

/* layout07 */

.layout07 {
    position: relative;
}

.layout07::before {
    content: "";
    position: absolute;
    left: 49.8%;
    top: 0px;
    display: block;
    width: 4px;
    height: 99%;
    background-color: var(--color-sub2);
}

.layout07 .history {
    position: relative;
    padding-bottom: 60px;
}

.layout07 .history::before {
    content: "";
    position: absolute;
    left: 48.9%;
    top: 0px;
    display: block;
    background-color: #FFF;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-style: solid;
    border-color: var(--color-sub2);
    border-width: 5px;
    margin-top: -20px;
}

.layout07 .history::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    background-image: url("../../images/vision/arrow.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 23px;
}

.layout07 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.layout07 .box:not(:last-child) {
    margin-bottom: 15px;
}

.layout07 .space01 .item01 {
    margin-top: 60px;
}

.layout07 .space02 .item01 {
    margin-top: 30px;
}

.layout07 .space03 .item02 {
    margin-top: 10px;
}

.layout07 .box-reverse {
    flex-direction: row-reverse;
}

.layout07 .box-single {
    justify-content: flex-end;
}


.layout07 .box .item {
    width: 50%;
    position: relative;
}

.layout07 .box .item::before {
    content: "";
    position: absolute;
    top: 48%;
    display: block;
    width: 20px;
    height: 4px;
    background-color: var(--color-sub2);
    border-radius: 60px;
}

.layout07 .box .item01 {
    text-align: right;
    padding-right: 30px;
}

@media screen and (min-width: 768px) {
    .layout07 .box .item01::before {
        right: 0px;
    }
}

.layout07 .box .item02 {
    text-align: left;
    padding-left: 30px;
}

.layout07 .box .item02::before {
    left: 0px;
}

.layout07 h6 {
    font-weight: var(--base-weight2);
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 7px 15px;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-radius: 60px;
    margin-bottom: 10px;
}

.layout07 .item01 h6 {
    border-color: var(--color-main);
}

.layout07 .item02 h6 {
    border-color: var(--color-sub);
}

.layout07 p {
    font-size: 18px;
    line-height: 1.4;
}

.layout07 .item01 h6,
.layout07 .item01 p {
    color: var(--color-main);
}

.layout07 .item02 h6,
.layout07 .item02 p {
    color: var(--color-sub);
}

/* layout08 */

.layout08 {
    text-align: center;
}

.layout08 p {
    font-weight: var(--base-weight2);
    color: #FFF;
    line-height: 1.8;
}

.sp-view {
    display: none;
}
