@charset "UTF-8";
/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
/* Layout
============================================================================= */
.home .main-container {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .home .main-container {
        margin: 0 auto;
    }
}

.home #main {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .home #main {
        float: none;
    }
}

/* common
============================================================================= */
.home__button {
    background: #007a63;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: block;
    width: 100%;
}
.home__button:hover {
    background: #ffffff;
    color: #007a63;
}

@media screen and (max-width: 767px) {
    .home__button {
        float: none;
    }
}

/* service
============================================================================= */
.service-section {
    padding: 90px 0 90px;
    background: #f1f3ee;
}

@media screen and (max-width: 767px) {
    .service-section {
        padding: 51px 0 33px;
    }
}

.service__title-wrapper {
    text-align: center;
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .service__title-wrapper {
        margin-bottom: 45px;
    }
}

.service__title {
    color: #007a63;
    font-family: "Catamaran", sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.64;
}

@media screen and (max-width: 767px) {
    .service__title {
        font-size: 28px;
    }
}

.service__description {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .service__description {
        font-size: 14px;
        line-height: 1.71;
        margin-top: 5px;
    }
}

.service__sub-title-wrapper {
    margin-bottom: 44px;
    background-image: linear-gradient(to bottom, #007A63 2px,transparent 1px);
    background-repeat: no-repeat;
    background-position: 0 15px;
    text-align: center;
}

.sv-hr02 .service__sub-title-wrapper {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .service__sub-title-wrapper {
        margin: 0 20px 24px 20px;
        background-position: 0 14px;
    }
    .sv-hr02 .service__sub-title-wrapper {
        margin-bottom: 26px;
    }
}

.service__sub-title {
    display: inline-block;
    background-color: #F1F3EE;
    padding: 0 37px;
    color: #007A63;
    font-size: 20px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .service__sub-title {
        font-size: 19px;
        padding: 0 15px;
    }
}

.service__sub-title-wrapper p {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
}

.service__box {
    display: flex;
    justify-content: space-between;
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .service__box {
        display: block;
        width: auto;
    }
}

.service__box-in {
    width: 670px;
    margin: 0 30px 0 0;
}
.service__box-in.sv-hr02 {
    width: 420px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .service__box-in {
        width: auto;
        margin: 0;
    }
    .service__box-in.sv-hr02 {
        width: auto;
        margin: 0;
    }
}

.service__list {
    display: flex;
}
.sv-hr02 .service__list {
    display: block;
}

@media screen and (max-width: 767px) {
    .service__list {
        display: block;
        width: 335px;
        margin: 0 auto;
    }
}

.service__list-item {
    width: 320px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(74, 83, 129, 0.15);
    filter: drop-shadow(0 10px 30px rgba(74, 83, 129, 0.15));
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    padding: 44px 0 0;
    margin: 0 30px 0 0;
    position: relative;
}
.sv-hr02 .service__list-item {
    width: 420px;
    margin: 0 0 30px 0;
    padding: 25px 0 14px;
}

.service__list-item:last-child {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .service__list-item {
        width: 100%;
        padding: 31px 0 0;
    }
    .sv-hr01 .service__list-item:nth-child(2) {
        padding: 29px 0 0;
    }
    .sv-hr02 .service__list-item {
        width: 100%;
        margin: 0 0 25px 0;
        padding: 16px 0 9px;
    }
    .service__list-item + .service__list-item {
        margin-top: 24px;
        margin-bottom: 29px;
    }
}

.sv-hr02 .service__list-item a::before {
    content: '';
    width: 42px;
    height: 42px;
    border-radius: 3px 0 0 3px;
    background-color: #007A63;
    background-image: url(../../image/service-ar001.webp);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: -1;
}

.sv-hr02 .service__list-item a:hover::before {
    background-color: #fff;
    background-image: url(../../image/service-ar002.webp);
}

@media screen and (max-width: 767px) {
    .sv-hr02 .service__list-item a::before {
        width: 30px;
        height: 30px;
        background-size: 12px auto;
        top: auto;
        bottom: 0;
    }
}

.service__list-item .service__list-item-wrapper {
    padding: 0 35px;
}

@media screen and (max-width: 767px) {
    .service__list-item .service__list-item-wrapper {
        padding: 0 42px;
    }
}

.sv-hr02 .service__list-item .service__list-item-wrapper {
    padding: 0 20px 0 20px;
}

.service-item__txt {
    font-size: 16px;
    font-weight: 700;
    border-bottom: solid 2px #60B8A8;
    padding: 0 0 14px 0;
}

.sv-hr01 .service__list-item:nth-child(2) .service-item__txt {
    letter-spacing: -0.02em;
    font-size: 15px;
    padding: 0 0 16px 0;
}

@media screen and (max-width: 767px) {
    .sv-hr01 .service__list-item:nth-child(2) .service-item__txt {
        padding: 0 0 14px 0;
    }
}

.sv-hr02 .service__list-item .service-item__txt {
    padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
    .sv-hr02 .service__list-item:nth-child(2) .service-item__txt {
        padding: 0 0 10px 0;
    }
}

.service-item__txt::after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-right: solid 2px #60B8A8;
    border-bottom: solid 2px #60B8A8;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

.sv-hr02 .service-item__txt::after {
    top: 56px;
}

@media screen and (max-width: 767px) {
    .service-item__txt::after {
        top: 66px;
    }
    .sv-hr01 .service__list-item:nth-child(2) .service-item__txt::after {
        top: 61px;
    }
    .sv-hr02 .service-item__txt::after {
        top: 46px;
    }
}

.service-item__title {
    color: #007a63;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .service-item__title {
        font-size: 22px;
    }
}

.service__list-item--item1 .service-item__title img,
.service__list-item--item2 .service-item__title img  {
    width: 163px;
    padding: 41px 0 47px;
}

.service__list-item--item3 .service-item__title img {
    width: 218px;
    padding: 20px 0 20px;
}

.service__list-item--item4 .service-item__title img {
    width: 288px;
    padding: 24px 0 18px;
}

@media screen and (max-width: 767px) {
    .service__list-item--item1 .service-item__title img,
    .service__list-item--item2 .service-item__title img  {
        padding: 36px 0 47px;
    }

    .service__list-item--item3 .service-item__title img {
        padding: 20px 0 20px;
    }

    .service__list-item--item4 .service-item__title img {
        padding: 20px 0 18px;
    }
}

.service-item__check-point {
    border-top: solid 2px #60B8A8;
    padding: 29px 0 0;
}

.sv-hr02 .service-item__check-point {
    border-top: none;
    padding: 0;
}

.service-item__check-point::before {
    content: 'CHECK POINT';
    font-size: 15px;
    font-weight: 700;
    color: #2D9783;
    width: 150px;
    height: 31px;
    background-color: #FFF3B7;
    border: solid 2px #60B8A8;
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 1px;
}

.sv-hr02 .service-item__check-point::before {
    display: none;
}

@media screen and (max-width: 767px) {
    .service-item__check-point::before {
        top: 192px;
    }
    .sv-hr01 .service__list-item:nth-child(2) .service-item__check-point::before {
        top: 188px;
    }
}

.service-item__check-point::after {
    content: '';
    width: 8px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 210px;
    left: 97px;
}

.sv-hr02 .service-item__check-point::after {
    display: none;
}

@media screen and (max-width: 767px) {
    .service-item__check-point::after {
        top: 192px;
        left: 105px;
    }
    .sv-hr01 .service__list-item:nth-child(2) .service-item__check-point::after {
        top: 188px;
    }
}

.service-item__check-point ul {
    text-align: left;
}

.service-item__check-point ul li {
    padding: 0 0 13px 20px;
    background-image: url(../../image/home-ic004.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 0 4px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.sv-hr02 .service-item__check-point ul li {
    font-size: 14px;
    letter-spacing: -0.01em;
    padding: 0 0 9px 20px;
    line-height: 1.4;
    background-position: 0 1px;
}

@media screen and (max-width: 767px) {
    .service__list-item--item2 .service-item__check-point ul li {
        background-position: 0 4px;
        line-height: 1.6;
    }
    .sv-hr02 .service-item__check-point ul li {
        line-height: 1.6;
        background-position: 0 3px;
    }
}

.service-item__button-wrapper {
    text-align: center;
    margin-top: 10px;
}

.service__list-item--item1 .service-item__button-wrapper {
    margin-top: 58px;
}

@media screen and (max-width: 767px) {
    .service__list-item--item1 .service-item__button-wrapper {
        margin-top: 4px;
    }
}

.service-item__button {
    display: block;
    width: 100%;
    padding: 18px 0 18px;
}

/* banner
============================================================================= */
.banner-section {
    background: #e6ecdc;
    padding: 80px 0 70px;
}

@media screen and (max-width: 767px) {
    .banner-section {
        padding: 50px 0 50px;
    }
}

.banner__description {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .banner__description {
        font-size: 18px;
        line-height: 1.6;
    }
}

.banner-area-in {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .banner-area-in {
        width: 335px;
    }
}

.banner-area-in ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 47px;
    margin-right: -25px;
    margin-bottom: -25px;
}

@media screen and (max-width: 767px) {
    .banner-area-in ul {
        margin-top: 40px;
        margin-right: -15px;
        margin-bottom: -15px;
    }
}

.banner-area-in li {
    width: 220px;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .banner-area-in li {
        width: 160px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

.banner-area-in img {
    max-width: 100%;
}

.banner__button-wrapper {
    width: 250px;
    margin: 50px auto 0;
    border-radius: 3px;
    overflow: hidden;
}

.banner__button {
    padding: 18px 0;
}

/* case study
============================================================================= */
.case-study-section {
    padding: 100px 0 90px;
}

@media screen and (max-width: 767px) {
    .case-study-section {
        padding: 50px 20px 50px;
    }
}

.home-case-study {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .home-case-study {
        width: auto;
    }
}

.case-study__title-wrapper {
    text-align: center;
}

.case-study__title {
    color: #007a63;
    font-family: "Catamaran", sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .case-study__title {
        font-size: 28px;
    }
}

.case-study__description {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .case-study__description {
        font-size: 14px;
    }
}

.case-study__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -60px;
    margin-bottom: -70px;
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .case-study__list {
        display: block;
        margin-right: auto;
        margin-bottom: auto;
        margin-top: 39px;
    }
}

.case-study__list-item {
    width: 360px;
    margin-right: 60px;
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .case-study__list-item {
        margin-right: auto;
        margin-bottom: auto;
        width: auto;
    }
    .case-study__list-item + .case-study__list-item {
        margin-top: 35px;
    }
}

.case-study__list-link {
    display: block;
}

.case-study__thumbnail-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .case-study__thumbnail-wrapper {
        width: 100%;
        height: auto;
    }
}

.case-study__thumbnail {
    max-width: 100%;
    transition: 0.3s;
}

:hover.case-study__thumbnail {
    transform: scale(1.1);
}

.case-study__contents {
    padding-top: 13px;
    position: relative;
}

.case-study__contents::before {
    content: '';
    display: inline-block;
    border: 1px solid #5dae9f;
    line-height: 1;
    color: #007a63;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 7px 8px 8px;
    margin-bottom: 14px;
}

.case-study__list-item--item1 .case-study__contents::before {
    content: 'リアルタイム振込サービス';
}

.case-study__list-item--item2 .case-study__contents::before {
    content: '売上金入金サービス';
}

.case-study__list-item--item3 .case-study__contents::before {
    content: 'ATM受取';
}
.case-study__list-item--item4 .case-study__contents::before {
    content: 'ATM集金';
}

@media screen and (max-width: 767px) {
    .case-study__contents {
        padding-top: 19px;
    }
}

.case-study__text {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.75;
}

a:hover .case-study__text {
    color: #007a63;
}

@media screen and (max-width: 767px) {
    .case-study__text {
        color: #111;
    }
}

.case-study__bottom-wrapper {
    padding: 20px 0 26px;
    border-top: 1px solid #007a63;
    border-bottom: 1px solid #007a63;
    position: relative;
    width: 1070px;
    margin: 67px auto 0;
}

@media screen and (max-width: 767px) {
    .case-study__bottom-wrapper {
        width: auto;
        padding: 30px 0 36px;
        margin: 48px 20px 0;
    }
}

.case-study__bottom-wrapper::before, .case-study__bottom-wrapper::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 10px);
    position: absolute;
    background: #007a63;
}

.case-study__bottom-wrapper::before {
    left: 0;
    bottom: 0;
}

.case-study__bottom-wrapper::after {
    right: 0;
    top: 0;
}

.case-study__bottom-title {
    color: #007a63;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}

.case-study__button-list {
    width: 940px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .case-study__button-list {
        width: auto;
        margin: 29px auto 0;
        display: block;
    }
}

.case-study__button-wrapper {
    width: 220px;
    border-radius: 3px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .case-study__button-wrapper {
        margin: 0 auto;
    }
    .case-study__button-wrapper + .case-study__button-wrapper {
        margin-top: 20px;
    }
}

.case-study__button {
    padding: 18px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .case-study__button {
        padding: 22px 0;
    }
}

/* News(css)
============================================================================= */
.home .news-section {
    background: #f1f3ee;
    padding: 102px 0 50px;
}

@media screen and (max-width: 767px) {
    .home .news-section {
        padding: 50px 0 0;
        overflow: hidden;
    }
}

.home .news__container {
    position: relative;
    width: 1200px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .home .news__container {
        width: 295px;
        margin: 0 auto 0;
        display: block;
    }
}

.home .news__title {
    position: relative;
    text-align: center;
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .home .news__title {
        margin-bottom: 7px;
    }
}

.home .news__title h2 {
    color: #111;
    font-size: 32px;
    font-family: "Catamaran", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .home .news__title h2 {
        font-size: 28px;
    }
}

.home .news-area-in {
    width: 542px;
}

@media screen and (max-width: 767px) {
    .home .news-area-in {
        width: 295px;
        margin: 0 auto;
        position: relative;
    }
    .home .news-area-in.information {
        padding-top: 53px;
    }
    .home .news-area-in.information::before {
        content: '';
        display: block;
        width: 100vw;
        height: 2px;
        background: #fff;
        position: absolute;
        left: calc(50%);
        top: 0;
        transform: translate(-50%);
    }
}

.home .news-list-item {
    display: block;
}

.home .news-list-item__date {
    color: #007a63;
    font-size: 17px;
    font-family: "Catamaran", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 3px 0 3px 0;
}

@media screen and (max-width: 767px) {
    .home .news-list-item__txt {
        color: #111;
    }
}

.home .news-list-item__link:hover {
    color: #007a63;
}

.home .news__link {
    width: 200px;
    margin: 50px auto;
    border-radius: 3px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .home .news__link {
        margin: 30px auto 50px;
    }
}

.home .news__link a {
    padding: 19px 0 17px;
}
