@charset "UTF-8";
/* CSS Document */


.l-wrapper--page p {
    font-size: var(--base-font-size2);
}

/* p-about */

/* p-about-content01 */

.p-about-content01 .linklist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 70px;
}

.p-about-content01 .linklist li {
    width: 19.5%;
    height: 80px;
}

.p-about-content01 .linklist li a {
    width: 100%;
    height: 80px;
    background-color: var(--color-base);
    display: block;
    font-size: var(--base-font-size2);
    font-weight: var(--base-font-weight);
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0em;
    padding-top: 20px;
    position: relative;
}

.p-about-content01 .linklist li a::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 15px;
    background-image: url("../../img/common/link-arrow04.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 11px;
    transition: .5s;
}

.p-about-content01 .linklist li a:hover::before {
    bottom: 10px;
}


/* p-about-content02 */

.p-about-content02 .layout-whiteback {
    padding: 50px 0px;
}

.p-about-content02 .container--about02 .layout-whiteback {
    padding: 80px 0px;
}

.p-about-content02 .container:not(:last-child) {
    margin-bottom: 120px;
}

.p-about-content02 .c-item__link {
    padding-top: 40px;
}

/* container--about01 */

.container--about01 .item__img {
    text-align: center;
}

.container--about01 img {
    width: auto;
    max-width: 1000px;
}

/* container--about02 */

.container--about02 .item:not(:last-child) {
    margin-bottom: 100px;
}

.container--about02 .item__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container--about02 .item__img {
    width: 485px;
}

.container--about02 .item__detail {
    width: 560px;
}

.container--about02 .item__logo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.container--about02 .item__logo h4 img {
    height: 56px;
    width: auto;
}

.container--about02 .item__logo ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.container--about02 .item__logo ul li {
    width: 40px;
}

.container--about02 .item__table .table-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.container--about02 .item__table .table-item:not(:last-child) {
    margin-bottom: 15px;
}

.container--about02 .item__table h5 {
    font-size: var(--base-font-size);
    font-weight: var(--base-font-weight2);
    background-color: var(--color-back01);
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 8px 0px;
    text-align: center;
    width: 95px;
}

.container--about02 .item__table p {
    font-size: var(--base-font-size);
    font-weight: var(--base-font-weight2);
    flex: 1;
    padding-left: 30px;
    line-height: 1.6;
    padding-top: 5px;
}

/* container--about03 */

.container--about03 .item__list {
    background-color: var(--color-back01);
    padding: 60px 40px 40px;
    margin-top: 40px;
}

.container--about03 .item__list h5 {
    text-align: center;
    margin-bottom: 50px;
    font-size: var(--base-font-size4);
    font-weight: var(--base-font-weight3);
    line-height: 1.2;
    letter-spacing: 0.15em;
}

.container--about03 .item__list ul li {
    font-size: var(--base-font-size2);
    line-height: 1.6;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 30px;
}

.container--about03 .item__list ul li:not(:last-child) {
    margin-bottom: 15px;
}

.container--about03 .item__list ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 14px;
    height: 14px;
    display: block;
    background-color: var(--color-sub);
    border-radius: 50%;
}

/* container--about04 */

.container--about04 .item__list {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.container--about04 .item__box {
    background-color: var(--color-back01);
    padding: 60px 40px 40px;
    margin-top: 40px;
}

.container--about04 .item__box h5 {
    text-align: center;
    margin-bottom: 20px;
    font-size: var(--base-font-size4);
    font-weight: var(--base-font-weight3);
    line-height: 1.2;
    letter-spacing: 0.15em;
}

.container--about04 .item__list .item {
    background-color: var(--color-back01);
    width: 260px;
    height: 210px;
    position: relative;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.container--about04 .item__list .item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 130px;
    height: 80px;
    margin-top: -7px;
}

.container--about04 .item__list .item:nth-child(1)::before {
    background-image: url("../../img/about/about/number01.svg");
}

.container--about04 .item__list .item:nth-child(2)::before {
    background-image: url("../../img/about/about/number02.svg");
}

.container--about04 .item__list .item:nth-child(3)::before {
    background-image: url("../../img/about/about/number03.svg");
}

.container--about04 .item__list .item:nth-child(4)::before {
    background-image: url("../../img/about/about/number04.svg");
}

.container--about04 .item__list p {
    line-height: 1.6;
}

.container--about04 .item__txt--kome {
    padding-top: 20px;
    text-align: right;
}

.container--about04 .item__txt--kome p {
    font-size: 14px;
}

.container--about04 .item__list .icon-kome {
    position: relative;
    display: inline-block;
}

.container--about04 .item__list .icon-kome::before {
    content: "※";
    position: absolute;
    right: 10px;
    top: 0px;
    display: inline-block;
    margin-top: -20px;
    font-size: 14px;
}

.container--about04 .item__txt--kome p a {
    text-decoration: underline;
}


/* container--about05 */

.container--about05 .item__img {
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

.container--about05 span.txt--arrow::before {
    content: "▼ ";
    color: var(--color-back01);
}

.container--about05 .item01 {
    width: 100%;
    margin-bottom: 60px;
}

.container--about05 .item01 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 30px;
    position: relative;
}

.container--about05 .item01 ul::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../../img/about/about/icon-loop.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 54px;
}

.container--about05 .item01 ul li {
    width: 370px;
    background-color: var(--color-back01);
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 15px 0px;
    text-align: center;
    font-size: var(--base-font-size2);
    font-weight: var(--base-font-weight2);
}

.container--about05 .item02 {
    width: 100%;
    background-color: var(--color-back01);
    position: relative;
    padding: 60px 0px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 20px;
}

.container--about05 .item02::before {
    content: "当行グループのサステナビリティ重点課題";
    position: absolute;
    left: 5%;
    top: 0px;
    width: 90%;
    display: block;
    font-size: var(--base-font-size3);
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: var(--base-font-weight2);
    padding: 13px 0px;
    background-color: var(--color-base);
    margin-top: -25px;
}

.container--about05 .item02::after,
.container--about05 .item03::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../../img/about/about/icon-arrow.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 47px;
    margin-top: -55px;
}

.container--about05 .item02 .item-inner {
    background-color: #FFF;
}

.container--about05 .item02 .item-inner:nth-child(1) {
    width: 485px;
}

.container--about05 .item02 .item-inner:nth-child(2) {
    width: 635px;
}

.container--about05 .item02 .item-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 10px;
    padding: 15px 0px;
}

.container--about05 .item02 .item-inner ul li {
    width: 140px;
}

.container--about05 .item03 {
    position: relative;
    padding-top: 35px;
}

.container--about05 .item03::before {
    margin-top: -5px;
}

.container--about05 .item03 .item-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--color-back01);
    width: 100%;
    position: relative;
}

.container--about05 .item03 .item-inner:not(:last-child) {
    margin-bottom: 10px;
}

.container--about05 .item__img .item__text {
    padding: 18px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1;
    text-align: left;
}

.container--about05 .item03 .item-inner ul li {
    font-size: var(--base-font-size2);
}

.container--about05 .item03 .item-inner ul li:not(:last-child) {
    margin-bottom: 15px;
}

.container--about05 .item__img h3,
.container--about05 .item__img h4 {
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: var(--base-font-weight2);
    padding: 15px 0px;
    background-color: var(--color-base);
    font-size: var(--base-font-size2);
}

.container--about05 .item__img h4 {
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 220px;
    text-align: center;
}


/* p-history */

/* p-history-section01 */

.p-history-content01 p a {
    text-decoration: underline;
    color: var(--color-sub);
}

/* p-history-section02 */

.p-history section.p-history-section02 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0px;
    position: relative;
    text-align: center;
}

.p-history-section02::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(70.07% 95.38% 107.5deg, rgba(44, 169, 235, 1) 0%, rgba(229, 235, 234, 1) 100%);
    background: -webkit-linear-gradient(107.5deg, rgba(44, 169, 235, 1) 0%, rgba(229, 235, 234, 1) 100%);
    background: -webkit-gradient(linear, 70.07% 95.38%, 22.68% -11.75%, color-stop(0, rgba(44, 169, 235, 1)), color-stop(1, rgba(229, 235, 234, 1)));
    background: -o-linear-gradient(107.5deg, rgba(44, 169, 235, 1) 0%, rgba(229, 235, 234, 1) 100%);
    background: -ms-linear-gradient(107.5deg, rgba(44, 169, 235, 1) 0%, rgba(229, 235, 234, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2CA9EB', endColorstr='#E5EBEA' ,GradientType=0)";
    background: linear-gradient(-17.5deg, rgba(44, 169, 235, 1) 0%, rgba(229, 235, 234, 1) 100%);
    opacity: 0.85;
}

.p-history-content02 {
    width: 100%;
    position: relative;
    padding-bottom: 550px;
}

.p-history-content02::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url("../../img/about/history/back01.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 580px;
    opacity: 0.9;
}

/* history-contents01 */

.container-history01 {
    background-image: url("../../img/about/history/line-history01.svg");
    background-position: center top;
    background-repeat: repeat-y;
}

.history-item {
    position: relative;
    background-position: right top 60px;
    background-repeat: no-repeat;
    padding: 0px 80px;
}

.history-item:not(:last-child) {
    margin-bottom: 30px;
}

.history-item::after {
    content: "";
    position: absolute;
    left: 60px;
    top: 60px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 300px;
    height: 150px;
}

.history-item01 {
    padding-top: 60px;
    background-image: url("../../img/about/history/img01.jpg");
    background-size: 440px auto;
}

.history-item02 {
    background-image: url("../../img/about/history/back02.png");
    background-size: 100% auto;
    background-position: right top 67px;
}

.history-item01::after {
    background-image: url("../../img/about/history/text-history01.svg");
}

.history-item02::after {
    background-image: url("../../img/about/history/text-history02.svg");
}

.history-item03::after {
    background-image: url("../../img/about/history/text-history03.svg");
}

.history-item .item {
    padding-bottom: 60px;
    background-image: url("../../img/about/history/line-history01.svg");
    background-position: center top;
    background-repeat: repeat-y;
}

.history-item02 .item:last-child {
    padding-bottom: 120px;
}

.history-item .item:first-child {
    padding-top: 60px;
}

.history-item01 .item:first-child {
    padding-top: 0px;
}

.history-item .item__text {
    display: inline-block;
    padding: 15px 35px;
    background-color: var(--color-back02);
}

.history-item02 .item__text {
    min-width: 600px;
}

.detail--left .item__text,
.detail--right .item__text {
    min-width: 400px;
    width: 400px;
    padding: 15px 27px;
}

.history-item03 .item__text {
    position: relative;
    padding-right: 150px;
}

.history-item03 .item:last-child .item__text {
    padding-right: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 40px;
    width: 730px;
    margin: 0px auto;
}

.history-item03 .item__text::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url("../../img/about/history/logo06.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 150px;
    height: 150px;
    margin-top: -44px;
    margin-right: -20px;
}

.history-item03 .item:last-child .item__text::after {
    display: none;
}


.history-item .item-bottom {
    padding-bottom: 35px;
}

.history-item .item-bottom2 {
    padding-bottom: 0px;
}

.history-item .item__detail > div {
    background-image: url("../../img/about/history/line-history02.svg");
    background-position: center;
    background-repeat: repeat-x;
}

.detail--right {
    text-align: right;
    margin-left: 50%;
}

.detail--left {
    text-align: left;
    margin-right: 50%;
}

.item-logo {
    position: relative;
}

.item-logo::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100px;
    width: 100%;
    height: 100%;
    margin-top: -25px;
}

.logo01::after {
    background-image: url("../../img/about/history/logo01.png");
}

.logo01a::after {
    margin-top: -5px;
}

.logo02::after {
    background-image: url("../../img/about/history/logo02.png");
}

.logo02a::after {
    margin-top: -5px;
    height: 100px;
}

.logo03::after {
    background-image: url("../../img/about/history/logo03.png");
    margin-top: -15px;
}

.logo04::after {
    background-image: url("../../img/about/history/logo04.png");
    margin-top: -15px;
}

.logo05::after {
    background-image: url("../../img/about/history/logo05.png");
}

.history-item03 h4 span {
    font-size: var(--base-font-size3);
    color: var(--color-sub);
    font-weight: var(--base-font-weight2);
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.item .detail--left p,
.item .detail--right p {
    text-align: left;
    letter-spacing: 0em;
    line-height: 1.4;
}

.container-history01 h3 img {
    height: 150px;
    width: auto;
    border-radius: 50%;
}

.container-history01 .item h4 {
    font-size: var(--base-font-size3);
    font-weight: var(--base-font-weight2);
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.history-item02 .item:nth-child(2) h4 {
    color: var(--color-sub);
}

.detail--left h6,
.detail--right h6,
.history-item03 .item:last-child h6 {
    color: var(--color-main);
    font-size: var(--base-font-size3);
    font-weight: var(--base-font-weight2);
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: left;
}


/* container-history02 */

.container-history02 {
    text-align: center;
    padding-top: 330px;
    position: relative;
}

.container-history02::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../../img/about/history/arrow01.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 265px;
}

.container-history02 p {
    font-size: var(--base-font-size3);
    color: #FFF;
    line-height: 2;
    letter-spacing: 0.05em;
}


.sp-view {
    display: none;
}
