
/* ------------------------------
Reset
------------------------------ */
* {
    box-sizing: border-box;
}

img {
    width: 100%;
}

h1,h2,h3 {
    font-weight: normal;
}

/* ------------------------------
Common
------------------------------ */

#asushiru {
    overflow: hidden;
}



/*レスポンシブ用の要素出し分け*/
.no_pc {
    display: none;
}
.no_sp {
    display: block;
}

@media ( max-width: 768px ) {
    .no_pc {
        display: block;
    }
    .no_sp {
        display: none;
    }
}

.img_wrapper img {
    display: block;
}
p a {
    color: #5071B6;
}
p a:hover {
    color: #32737e;
    text-decoration: underline;
}
p, .text_wrapper {
    line-height: 1.6;
}
.important {
    background: linear-gradient(transparent 60%, #B6E6F0 0%);
    font-weight: bold;
}

@media ( max-width: 768px ) {

}

.box_content {
    width: 1140px;
    max-width: 90%;
    padding: 64px 0;
    margin: 0 auto;
    position: relative;
}
.flex_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.left_block, .right_block {
    width: 50%;
}
.point_border {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    padding: 16px;
    border: 2px solid #e45826;
    border-radius: 32px;
}

@media (max-width: 1024px) {
    .box_content {
        max-width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width: 768px) {
    .flex_wrapper {
        display: block;
    }
    .left_block, .right_block {
        width: 100%;
        margin-bottom: 32px;
    }
}

.contents_wrapper.bg_pale_gray {
    background-color: rgba(222, 233, 248, 0.55);
}

/* ------------------------------
ヘッダー
------------------------------ */
header .container .logo img {
    width: 135px;
}

@media (max-width: 768px) {
    header .container .logo img {
        width: 100px;
    }
}

/* ------------------------------
ボタン
------------------------------ */
.btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0 0;
    margin-bottom: 24px;
}
.btn_wrapper .ico_ai {
    width: 70px;
    height: auto;
}
.btn_wrapper .btn {
    width: 270px;
    color: #fff;
    background-color: #5071B6;
    font-size: 18px;
    height: 58px;
    border-radius: 40px;
    margin: 0 16px 0 0;
}


/* ------------------------------
タイトル
------------------------------ */
.title_wrapper {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: inherit;
    text-align: center;
    margin-bottom: 24px;
}
.title {
    font-weight: bold;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    line-height: 1.3;
}
.title.main {
    font-size: clamp(34px, 3vw, 39px);
    font-optical-sizing: auto;
    font-family: "Noto Sans JP script=latin rev=1";
    font-weight: 700;
    font-feature-settings: "palt";
}
.title_wrapper .lead {
    width: 110px;
    margin-bottom: 8px;
}
.title_wrapper .title.sub {
    font-size: clamp(28px, 7vw, 36px);
    font-weight: 700;
}
.lead_description {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .title_wrapper .lead {
        font-size: 10px;
        text-shadow: 0 0 black;
    }
    .title_wrapper .title.main span {
        display: block;
    }
    .title_wrapper {
        padding: 16px 0 0;
    }
}

.text_wrapper.block {
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .text_wrapper.block {
        text-align: left;
        margin-bottom: 24px;
    }
}

/* ------------------------------
to top
------------------------------ */
#pageTop {
    background-color: #fff;
    opacity: 0.9;
    border-radius: 4px;
    position: fixed;
    bottom: 32px;
    right: 16px;
    z-index: 999;
}
#pageTop a {
    display: block;
    width: 45px;
    padding: 10px 0;
    color: #222;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid #222;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#pageTop:hover {
    text-decoration: none;
    opacity: 1;
}

/* ------------------------------
key visual
------------------------------ */
.key_v_wrapper {
    padding: 95px 0 0;
}
.key_v_wrapper .img_wrapper img {
    border-radius: 32px;
}
.key_v_wrapper .logo_wrapper {
    width: 250px;
    margin-bottom: 16px;
}
.key_v_wrapper .title.main {
    text-align: left;
}
.key_v_wrapper .title.main span {
    display: block;
    font-size: 16px;
}
.key_v_wrapper .box_content {
    position: relative;
    padding: 32px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.key_v_wrapper .box_content .left_col .btn_wrapper {
    justify-content: unset;
}
.key_v_wrapper .box_content .right_col .img_wrapper {
    padding: 32px 0;
}
@media (max-width: 900px) {
    .key_v_wrapper .box_content .left_col,
    .key_v_wrapper .box_content .right_col {
        width: 88%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .key_v_wrapper {
        padding: 55px 0 0;
        margin-bottom: 0;
    }
    .key_v_wrapper .box_content {
        grid-template-columns: repeat(1, 1fr);
    }
    .key_v_wrapper .box_content .title.main {
        font-size: 24px;
    }
    .key_v_wrapper .box_content .right_col .img_wrapper {
        padding: 0;
        width: 100%;
        margin: 0 auto 40px;
    }
    .lead_description {
        padding: 16px;
    }
    .box_content {
        padding: 64px 16px;
    }
}

/* ------------------------------
TOPICS
------------------------------ */
.desc_box {
    width: 80%;
    max-width: 880px;
    text-align: center;
    margin: 0 auto 52px;
}
.desc_box .title.sub {
    text-align: center;
    font-style: italic;
    color: #5071B6;
}
.gcp_case_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
.reason {
    width: 80%;
    max-width: 800px;
    padding: 20px 24px;
    border: 3px solid #5071B6;
    border-radius: 16px;
    margin: 0 auto;
}
.reason .item {
    font-style: italic;
    color: #5071B6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(18px, 4vw, 20px);
    font-weight: bold;
}
.reason .item .num {
    font-size: clamp(24px, 4vw, 32px);
    margin-right: 16px;
}
.gcp_case_wrapper {
    display: grid;
    gap: 32px;
}
.gcp_case_wrapper img {
    border-radius: 32px;
}

@media (max-width: 768px) {
    .desc_box {
        width: 100%;
        text-align: left;
    }
    .reason {
        display: block;
        width: 89%;
    }
    .gcp_case_wrapper {
        display: block;
    }
    .gcp_case_wrapper img {
        margin-bottom: 16px;
    }
}

/* ------------------------------
データ活用の流れ（プロセス）
------------------------------ */
.data_flow {
    width: 80%;
    background-color: #fff;
    padding: 40px 32px 32px;
    border-radius: 32px;
    margin: 0 auto 40px;
}

.data_flow table {
    width: 94%;
    margin: 0 auto;
}
.data_flow table th {
    width: 25%;
    text-align: center;
    background-color: #eee;
    padding: 8px;
    border: 1px solid #fff;
}
.data_flow table td {
    width: 25%;
    padding: 16px 8px;
    border: 1px solid #eee;
}
.data_flow table h3 {
    font-weight: bold;
}
.data_flow table ul {
    margin-bottom: 24px;
    padding-left: 16px;
}
.data_flow table li {
    list-style-type: disc;
}
.data_flow .simple.pc {
    display: block;
}
.data_flow .simple.sp {
    display: none;
}

@media (max-width: 768px) {
    .data_flow {
        width: 100%;
    }
    .data_flow .simple.pc {
        display: none;
    }
    .data_flow .simple.sp {
        display: block;
    }
}

/* -------------------------------
アスシル・データソリューションサービス
主なサービス
-------------------------------- */
.service_container {
    width: 88%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.service_container .num {
    font-size: clamp(36px, 3vw, 46px);
    color: #5071B6;
}
.service_container .text {
    font-size: 1.8rem;
}
.service_container .base_block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-color: #F5F8FC;
    border-radius: 32px;
    margin-bottom: 32px;
}
.service_container .base_block .text_block {
    padding: 32px 16px 40px 40px;
}
.service_container .base_block .text_block .additional_info {
    color: #888;
    font-weight: normal;
    font-size: 10px;
}
.service_container .base_block .sample_img {
    padding: 32px;
    position: relative;
}
.service_container .icon_block {
    position: absolute;
    width: 150px;
    height: auto;
    right: 0;
    bottom: 0;
}

@media (max-width:768px) {
    .service_container {
        width: 100%;
        display: block;
        margin-bottom: 24px;
    }
    .service_container .base_block {
        display: block;
        border-radius: 16px;
    }
    .service_container .text {
        font-size: 1.5rem;
    }
    .service_container .base_block .text_block {
        padding: 24px;
    }
    .service_container .base_block .sample_img {
        padding: 0 24px 24px;
    }
    .service_container .icon_block {
        width: 120px;
        bottom: -10px;
    }
}

/* ------------------------------
ipocaの3つの特徴
------------------------------ */
.lead_text {
    text-align: center;
    color: #5071B6;
    font-size: 18px;
    font-weight: bold;
}

.feature_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
    gap: 40px;
}

.feature_box li {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
}

.feature_box li .title {
    font-style: italic;
}

.feature_box li .title .num {
    font-size: clamp(36px, 3vw, 46px);
    color: #5071B6;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .feature_box {
        display: block;
    }
}

/* ------------------------------
 主要お取引先企業様
------------------------------ */
.logo_slider {
    width: 100%;
    overflow: hidden;
}
.logo_slider li {
    margin-bottom: 32px;
}
.logo_slider li:last-child {
    margin-bottom: 0;
}
.logo_list {
    background-size: 1600px 62px;
    width: 500%;
    height: 62px;
}

.logo_list.top {
    background: url("/wp-content/themes/corporate_site_theme/img/top/logo_slieder_top.png") left center repeat-x;
    animation: infinite_scroll_top 35s linear infinite;
}
.logo_list.row_4th {
    background: url("/wp-content/themes/corporate_site_theme/asushiru/img/slider_4th_row.png") left center repeat-x;
    animation: infinite_scroll_top 35s linear infinite;
}
@keyframes infinite_scroll_top {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-1800px, 0, 0);
    }
}

.logo_list.middle {
    background: url("/wp-content/themes/corporate_site_theme/img/top/logo_slieder_middle.png") left center repeat-x;
    animation: logo_list_middle 30s linear infinite;
}
@keyframes logo_list_middle {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-1800px, 0, 0);
    }
}

.logo_list.bottom {
    background: url("/wp-content/themes/corporate_site_theme/img/top/logo_slieder_bottom.png") left center repeat-x;
    animation: infinite_scroll_bottom 40s linear infinite;
}
@keyframes infinite_scroll_bottom {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-1800px, 0, 0);
    }
}

/* ------------------------------
お申し込みから活用までの流れ
------------------------------ */
table th, table td {
    padding: 8px;
}
table.basic td {
    padding: 8px;
}
.role_type {
    margin-bottom: 16px;
}
.role_type .role1 {
    color: #B4C6DA;
}
.role_type .role2 {
    color: #5071B6;
}
.basic.flow td.term {
    width: 20%;
}
.basic.flow td.role1 {
    width: 25%;
}
.basic.flow .role1 {
    background-color: #B4C6DA;
    color: #222;
}
.basic.flow .role2 {
    background-color: #5071B6;
    color: #fff;
}

.box_content.last {
    padding-bottom: 0;
}

@media (max-width:768px) {
    .basic.flow td:last-child {
        width: 43%;
        padding: 8px 0 8px 8px;
    }
    .basic.flow td.role1 {

    }
}

/* ------------------------------
問い合わせページへの動線ブロック
------------------------------ */
.content.contact {
    margin-bottom: 40px;
}
.content.contact .message {
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
}
.content.contact .btn_wrapper {
    margin-bottom: 40px;
}
.content.contact .logo_wrapper {
    width: 250px;
    margin: 0 auto;
}

@media (max-width:768px) {
    .content.contact .message {
        text-align: left;
    }
}