@charset "UTF-8";

.buttonWrapper {
    width: 860px;
    margin: 0 auto;
}
.mainImgeArea h1 img {
    position: absolute;
    top: 144px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.buttonWrapper_lead {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.25;
    padding: 8px 20px 10px;
}
.buttonWrapper_buttons {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
a.buttonWrapper_button {
    width: 272px;
    height: 77px;
    border: 1px solid #1e1fb0;
    border-radius: 48px;
    color: #38129B;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
a.buttonWrapper_button .fa-arrow-right {
    margin: 0 8px;
}
a.buttonWrapper_button:hover {
    opacity: 0.6;
}
.buttonWrapper_buttonBadge {
    width: 30px;
    height: 28px;
    border-radius: 50%;
    background: #1e1fb0;
    color: #fff;
    font-size: 2.0rem;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ========================================
    事例
========================================= */
.case {
    padding: 80px 0;
}
.case:last-of-type {
    padding: 80px 0 0;
}
.case_blue {
    background: #F2FAFC;
}
.case_content {
    width: 860px;
    margin: 0 auto;
}
.case_title {
    display: flex;
    align-items: center;
    color: #38129B;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.475;
    gap: 16px;
}
.case_title .fa-arrow-right {
    font-size: 2.4rem;
}
.case_title_buttonBadge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1e1fb0;
    color: #fff;
    font-size: 3.0rem;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case_lead {
    font-size: 2.0rem;
    line-height: 1.384;
    margin-top: 26px;
    letter-spacing: 0.026em;
}
.case_item {
    margin: 40px 0 0;
}
.case_item + .case_item {
    margin: 70px 0 0;
}
.case_item_version {
    background: #F2FAFC;
    padding: 11px 16px;
}
.case_blue .case_item_version {
    background: #FFF;
}
.case_item_version_text {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #0095DF;
}
.case_item_version_text span {
    font-size: 1.6rem;
}
.case_item_version_text .fa-server,
.case_item_version_text .fa-cloud {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-right: 8px;
}
.case_item_version_text .fa-arrow-right {
    font-size: 2.4rem;
    margin: 0 18px;
}
.case_item_wrap {
    margin: 32px 0 0;
    display: grid;
    grid-template-columns: 460px 360px;
    gap: 0 40px;
}
.case_item_image {
    width: 360px;
}
.case_item_image img {
    width: 100%;
}
.case_item_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
.case_item_text {
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.03em;
}
.case_item_list {
    margin-top: 32px;
    display: flex;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    padding: 15px 0;
}
.case_item_list li {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
}
.case_item_list li + li {
    margin-left: 14px;
    border-left: 1px solid #000000;
    padding-left: 14px;
}


.patternArea {
    margin-top: 70px;
}
