@charset "utf-8";

/* Common Parts */
.atmHistoryBGWhite {
    background-image: url("/corp/company/img/bg_white.png");
    background-position: center;
}
.atmHistoryBGGreen {
    background-image: url("/corp/company/img/bg_green.png");
    background-position: center;
}
@media screen and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
    .atmHistoryBGWhite,
    .atmHistoryBGGreen {
        background-size: 50px 50px;
    }
}
[data-io="bottom"] {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-io="bottom"].active {
    transform: translateY(0);
    opacity: 1;
}

/* Container */
.atmHistory-container.preload {
    transition: 0s !important;
}
.atmHistory-container.preload * {
    transition: 0s !important;
}
.atmHistory-container {
    opacity: 0;
    transition: opacity 2s;
}
.atmHistory-container.active {
    opacity: 1;
}

/* Mainvisual */
.atmHistory-mainvisual {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-top: 15px solid #166136;
    border-bottom: 20px solid #166136;
    height: 100vh;
    background-image: url("/corp/company/img/mainvisual_pc.png");
    background-repeat: no-repeat;
    background-position: center calc(100% + 240px);
    position: relative;

    transition: background 1.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 1.5s;
}
.atmHistory-mainvisual.active {
    background-position: center 100%;
}
.atmHistory-mainvisual:before {
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: calc(100% + 5px);
    border-top: 5px solid #b7a44b;
    border-bottom: 5px solid #b7a44b;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.atmHistory-mainvisual-ttl {
    padding-bottom: 200px;
    opacity: 0;
    transition: opacity 1s;
    transition-delay: 0.5s;
}
.atmHistory-mainvisual.active .atmHistory-mainvisual-ttl {
    opacity: 1;
}
.atmHistory-mainvisual-ttl img {
    display: block;
}
.atmHistory-mainvisual-ttl img.atmHistory-mainvisual-ttl-logo {
    margin: 0 auto 40px;
}
@media (min-width: 768px) {
    .atmHistory-mainvisual {
        min-height: 840px;
        max-height: 1200px;
    }
}
@media screen and (max-width: 767px) {
    .atmHistory-mainvisual {
        height: calc(100vh - 30px);
        border-top-width: 10px;
        border-bottom-width: 14px;
        background-image: url("/corp/company/img/mainvisual_sp.png");
        background-size: auto 120px;
    }
    .atmHistory-mainvisual:before {
        height: calc(100% + 4px);
        border-top-width: 4px;
        border-bottom-width: 4px;
    }
    .atmHistory-mainvisual-ttl {
        padding-bottom: 0;
    }
    .atmHistory-mainvisual-ttl img {
        width: 80%;
        margin: 0 auto;
    }
    .atmHistory-mainvisual-ttl img.atmHistory-mainvisual-ttl-logo {
        width: 234px;
        height: auto;
        margin-bottom: 30px;
    }
}

/* Local Navigation */
.atmHistory-localnav {
    margin: 72px auto 0;
    display: flex;
}
.atmHistory-localnav li {
    flex: 1;
    list-style-type: none;
}
.atmHistory-localnav li + li {
    border-left: 1px solid #b1b1b1;
}
.atmHistory-localnav li a {
    display: block;
    padding-bottom: 40px;
    position: relative;
}
.atmHistory-localnav li a:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    border-right: 1px solid #1a723f;
    border-bottom: 1px solid #1a723f;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    transform: rotate(45deg) skew(5deg, 5deg);
    transition: transform 0.5s;
}
.atmHistory-localnav li img {
    margin: 0 auto;
    display: block;
}
.atmHistory-localnav-graph {
    margin: 60px auto 0;
    width: 400px;
}
.atmHistory-localnav-graph a {
    display: flex;
    height: 65px;
    border: 2px solid #1a723f;
    justify-content: center;
    align-items: center;
    position: relative;
}
.atmHistory-localnav-graph a:after {
    content: "";
    display: block;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #1a723f;
    border-bottom: 2px solid #1a723f;
    position: absolute;
    top: 0;
    bottom: 4px;
    right: 30px;
    transform: rotate(45deg) skew(3deg, 3deg);
    transition: transform 0.5s;
}
@media (min-width: 768px) {
    .atmHistory-localnav {
        width: 1020px;
        max-width: 100%;
    }

    .atmHistory-localnav li a:hover:after {
        transform: rotate(45deg) skew(5deg, 5deg) translate(3px, 3px);
    }
    .atmHistory-localnav-graph a:hover:after {
        transform: rotate(45deg) skew(3deg, 3deg) translate(3px, 3px);
    }
    .atmHistory-localnav-graph {
    }
}
@media screen and (max-width: 767px) {
    .atmHistory-localnav {
        margin-top: 30px;
        opacity: 1;
        transform: translateY(0);
    }
    .atmHistory-localnav li a {
        padding-bottom: 24px;
    }
    .atmHistory-localnav li a:after {
        width: 7px;
        height: 7px;
    }
    .atmHistory-localnav li img {
        width: 76px;
    }
    .atmHistory-localnav-graph {
        margin-top: 30px;
        width: 290px;
    }
    .atmHistory-localnav-graph a {
        height: 45px;
    }
    .atmHistory-localnav-graph a:after {
        width: 7px;
        height: 7px;
        position: absolute;
        top: 0;
        bottom: 2px;
        right: 15px;
    }
    .atmHistory-localnav-graph img {
        width: auto;
        height: 14px;
    }
}

/* Hisories Common Parts */
.atmHistory-atm-histories {
    position: relative;
}
.atmHistory-histories-title-wrap {
}
.atmHistory-histories-wrap {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, "メイリオ", Meiryo, Osaka, "Helvetica Neue", HelveticaNeue, Arial, -apple-system,
        BlinkMacSystemFont, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
    font-feature-settings: "palt";
}
.atmHistory-year-wrap {
    padding: 64px 40px 60px;
}
.atmHistory-month-wrap {
}
.atmHistory-month-wrap + .atmHistory-month-wrap {
    margin-top: 60px;
}
.atmHistory-month-caption {
    margin-top: -4px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
}
.atmHistory-month-text {
    margin-top: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
.atmHistory-month-text + .atmHistory-month-text {
    margin-top: 0.5em;
}
.atmHistory-month-list {
    margin-top: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
.atmHistory-month-list li {
    position: relative;
}
.atmHistory-month-list li + li {
    margin-top: 5px;
}
.atmHistory-month-annotation {
    margin-top: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.atmHistory-month-list li:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 12px;
    left: -12px;
}
.atmHistory-month-img {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
}
.atmHistory-month-note {
    margin-top: 16px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
}
@media (min-width: 768px) {
    .atmHistory-histories-pc-line {
        position: relative;
    }
    .atmHistory-histories-pc-line:before {
        content: "";
        display: block;
        margin: 0 auto;
        width: 2px;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(160, 32, 63, 0) 4px, rgba(160, 32, 63, 1) 4px, rgba(160, 32, 63, 1) 12px, rgba(160, 32, 63, 0) 12px, rgba(160, 32, 63, 0) 16px);
        background-size: 100% 16px;
        background-repeat: repeat-y;
        position: absolute;
        top: 0;
        left: -628px;
        right: 0;
    }
    .atmHistory-histories-title-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 1040px;
        max-width: 100%;
        padding: 40px 20px;
        position: relative;
        z-index: 10;
    }
    .atmHistory-year-wrap {
        display: flex;
        justify-content: center;
    }
    .atmHistory-year-title {
        width: 160px;
    }
    .atmHistory-year-content {
        width: 840px;
        max-width: calc(100% - 160px);
    }
    .atmHistory-month-wrap {
        display: flex;
        position: relative;
        z-index: 1;
    }
    .atmHistory-month-wrap + .atmHistory-month-wrap.atmHistory-month-mtMin {
        margin-top: 16px;
    }
    .atmHistory-month-title {
        width: 120px;
        position: relative;
        z-index: 10;
    }
    .atmHistory-month-content {
        flex: 1;
    }
    .atmHistory-month-img img {
        width: auto;
        height: 190px;
    }
    .atmHistory-month-img > * + * {
        margin-left: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1080px) {
    .atmHistory-histories-pc-line:before {
        right: auto;
        left: 220px;
    }
}
@media screen and (max-width: 767px) {
    .atmHistory-histories-title-wrap {
    }
    .atmHistory-histories-title-wrap picture {
        display: inline;
    }
    .atmHistory-histories-title-wrap img {
        display: inline-block;
    }
    .atmHistory-histories-title {
        text-align: center;
    }
    .atmHistory-year-wrap {
        padding: 24px 40px 28px;
    }
    .atmHistory-year-title {
    }
    .atmHistory-year-title img {
        width: auto;
        height: 16px;
    }
    .atmHistory-year-content {
        margin-top: 20px;
    }
    .atmHistory-month-title {
        position: relative;
        margin-top: 20px;
    }
    .atmHistory-month-title:before {
        content: "";
        display: block;
        margin: auto 0;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to left, rgba(160, 32, 63, 0) 1px, rgba(160, 32, 63, 1) 1px, rgba(160, 32, 63, 1) 5px, rgba(160, 32, 63, 0) 5px, rgba(160, 32, 63, 0) 6px);
        background-size: 6px 100%;
        background-repeat: repeat-x;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0;
    }
    .atmHistory-month-title img {
        width: auto;
        height: 18px;
        position: relative;
    }
    .atmHistory-month-wrap + .atmHistory-month-wrap {
        margin-top: 30px;
    }
    .atmHistory-month-caption {
        margin-top: 12px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .atmHistory-month-text {
        margin-top: 1.2rem;
        line-height: 1.6;
    }
    .atmHistory-month-text + .atmHistory-month-text {
        margin-top: 0.5em;
    }
    .atmHistory-month-list {
        margin-top: 1.2rem;
        line-height: 1.6;
    }
    .atmHistory-month-list li:before {
        top: 8px;
        left: -8px;
    }
    .atmHistory-month-annotation {
        margin-top: 1rem;
        line-height: 1.3;
    }
    .atmHistory-month-img {
        width: calc(100% + 16px);
        margin: 8px -8px -8px;
    }
    .atmHistory-month-img > * {
        margin: 8px;
    }
    .atmHistory-month-img img {
        width: auto;
        height: 120px;
    }
    .atmHistory-month-img img.atmHistory-img-sp-large {
        width: calc(100% - 16px);
        height: auto;
    }
    .atmHistory-month-img img.atmHistory-img-sp-small {
        height: 100px;
    }
    .atmHistory-month-img img.atmHistory-img-sp-small2 {
        height: 85px;
    }
    .atmHistory-month-note {
        margin-top: 10px;
        width: 100%;
        font-size: 1rem;
    }
}

/* ＡＴＭ Hisories */
.atmHistory-atm-histories {
    margin-top: 60px;
}
.atmHistory-atm-histories .atmHistory-year-wrap:nth-child(odd) {
    background-color: rgba(26, 114, 63, 0.05);
}
.atmHistory-atm-histories .atmHistory-histories-title-wrap + .atmHistory-histories-wrap {
    margin-top: 40px;
}
@media (min-width: 768px) {
    .atmHistory-atm-histories .atmHistory-year-wrap {
    }
    .atmHistory-atm-histories .atmHistory-histories-title {
        width: 380px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .atmHistory-atm-histories {
        margin-top: 46px;
    }
    .atmHistory-atm-histories .atmHistory-histories-title-wrap + .atmHistory-histories-wrap {
        margin-top: 36px;
    }
    .atmHistory-atm-histories .atmHistory-histories-title img {
        width: 262px;
        height: auto;
        margin: 0 auto;
    }
}

/* Seven Bank ＡＴＭ Hisories */
.atmHistory-sevenbank-histories {
    padding: 56px 20px 80px;
}
.atmHistory-sevenbank-histories .atmHistory-histories-wrap {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.atmHistory-sevenbank-histories .atmHistory-year-wrap:nth-child(even) {
    background-color: rgba(213, 181, 139, 0.1);
}
.atmHistory-sevenbank-histories .atmHistory-year-wrap {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .atmHistory-sevenbank-histories.atmHistory-histories-pc-line:before {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 1) 4px, rgba(255, 255, 255, 1) 12px, rgba(255, 255, 255, 0) 12px, rgba(255, 255, 255, 0) 16px);
        height: calc(100% - 80px);
    }
    .atmHistory-sevenbank-histories .atmHistory-histories-title-wrap {
        width: 1200px;
        max-width: 100%;
    }
    .atmHistory-sevenbank-histories .atmHistory-histories-subtitle {
        margin-left: 70px;
    }
    .atmHistory-sevenbank-histories .atmHistory-histories-wrap {
        margin: 56px auto 0;
        width: 1200px;
        max-width: 100%;
        z-index: 1;
    }
}
@media (min-width: 768px) and (max-width: 1080px) {
    .atmHistory-sevenbank-histories .atmHistory-histories-wrap.atmHistory-histories-pc-line:before {
        left: 200px;
    }
}
@media screen and (max-width: 767px) {
    .atmHistory-sevenbank-histories {
        padding: 40px 16px 45px;
    }
    .atmHistory-sevenbank-histories .atmHistory-histories-title img {
        width: auto;
        height: 64px;
    }
    .atmHistory-sevenbank-histories .atmHistory-histories-subtitle {
        margin: 24px 0 0 -16px;
        width: calc(100% + 32px);
        text-align: center;
    }
    .atmHistory-sevenbank-histories .atmHistory-histories-subtitle img {
        width: auto;
        height: 34px;
    }
    .atmHistory-sevenbank-histories .atmHistory-histories-wrap {
        margin-top: 24px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }
    .atmHistory-sevenbank-histories .atmHistory-year-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Graph */
.atmHistory-graph {
    padding: 90px 20px;
}
.atmHistory-graph-img-wrap {
    margin-top: 60px;
}
@media (min-width: 768px) {
    .atmHistory-graph {
        margin: 0 auto;
        width: 1200px;
        max-width: 100%;
    }
    .atmHistory-graph-title {
        margin-left: 24px;
    }
}
@media screen and (max-width: 767px) {
    .atmHistory-graph {
        padding: 40px 16px 50px;
    }
    .atmHistory-graph-title {
        text-align: center;
    }
    .atmHistory-graph-title img {
        width: auto;
        height: 90px;
    }
    .atmHistory-graph-img-wrap {
        margin-top: 30px;
        width: 100%;
        overflow-x: scroll;
        position: relative;
    }
    .atmHistory-graph-img-wrap:before {
        content: "";
        display: block;
        margin: auto;
        width: 150px;
        height: 150px;
        background-image: url("/corp/company/image/atm-history/graph_flick.png");
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        pointer-events: none;
        transition: opacity 0.5s;
    }
    .atmHistory-graph-img-wrap.flick:before {
        opacity: 0;
    }
    .atmHistory-graph-img-wrap img {
        margin: 0 16px 16px 0;
        width: auto;
        max-width: inherit;
        height: 335px;
    }
    .atmHistory-graph-img-wrap::-webkit-scrollbar {
        margin-right: 16px;
        height: 8px;
    }
    .atmHistory-graph-img-wrap::-webkit-scrollbar-track {
        border-radius: 8px;
        background-color: #d4d4d4;
    }
    .atmHistory-graph-img-wrap::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #7f7f7f;
    }
}

/* 20221212追記ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 */
.page_inner {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
    .page_inner {
        width: calc(100% - 80px);
    }
}

.breadcrumbs {
    margin: 70px 0;
}

@media print, screen and (min-width: 768px) {
    .breadcrumbs {
        margin: 50px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs li {
    font-size: 12px;
}

.breadcrumbs li span {
    color: #333;
}

.breadcrumbs li:not(:last-child)::after {
    display: inline-block;
    margin: 0 1em;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    vertical-align: 0.15em;
}

.breadcrumbs a {
    color: #333;
    text-decoration: underline;
}
.Footer__bottom {
    padding-bottom: 14px;
}
.atmHistory-container .small {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .atmHistory-container .small {
        padding: 0 60px;
    }
}

.atm-histry_btn {
    background-image: url(/corp/company/img/bg_green.png);
    padding-bottom: 60px;
    padding-top: 20px;
    margin-top: -20px;
}
@media screen and (max-width: 767px) {
    .atm-histry_btn {
        padding-bottom: 50px;
    }
}
.atm-histry_btn a {
    background-color: #fff;
}
.breadcrumbs_area {
    margin: 70px 0;
}
@media screen and (max-width: 767px) {
    .breadcrumbs_area {
        margin: 50px 0;
    }
}

li {
    list-style-type: none;
}
