  @charset "UTF-8";
/* ---------------------------------------------
*   common
--------------------------------------------- */
@media screen and (min-width: 768px) {
    .pc_none {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .sp_none {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .header {
        background: none;
    }
    .header_scroll {
        background: #fff;
    }
    .gnav_list a,
    .header_lang_box .header_lang_jp a {
        color: #fff;
    }
    .header_lang_box span,
    .header_lang_box div a {
        color: rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.5);
    }
    .header_lang_box {
        border-left: 1px solid #fff;
    }
}
@media screen and (min-width: 768px) {
    .header_bg {
        background: #fff;
    }
    .header_bg .gnav_list a,
    .header_bg .header_lang_box .header_lang_jp a {
        color: #000;
    }
    .header_bg .header_lang_box span,
    .header_bg .header_lang_box div a {
        color: #adadad;
    }
    .header_bg .header_lang_box {
        border-left: 1px solid rgba(51, 51, 51, 0.5);
    }
}
.contents {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.contents p {
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .breadcrumb-wrap {
        padding: 0px 20px;
        min-width: 1060px;
    }
}
.bg_txt {
    color: #fff;
    background-color: #044ea2;
}

.accordion_btn {
    right: 0;
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 1.4rem;
    cursor: pointer;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .accordion_btn {
        bottom: 5px;
        font-size: 1.2rem;
    }
}
.js-acc-scope.open .accordion_btn .ico:before {
    content: "\e90b";
}

.accordion_btn .ico {
    width: 23px;
    height: 23px;
    margin-top: 0.2em;
    margin-left: 0.35em;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    background-color: #044ea2;
    border-radius: 12px;
}
@media screen and (max-width: 767px) {
    .accordion_btn .ico {
        width: 20px;
        height: 20px;
    }
}
.accordion_btn:hover {
    color: #044ea2;
}

.section {
    padding: 0 20px;
    min-width: 1060px;
}
@media screen and (max-width: 767px) {
    .section {
        min-width: 0;
        padding: 0;
    }
}
.section-mgt {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .section-mgt {
        margin-top: 55px;
    }
}
.section-mgt .section_txt-note {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.4rem !important;
}
.section-bg {
    position: relative;
    margin-top: 120px;
}
@media screen and (max-width: 767px) {
    .section-bg {
        margin-top: 0;
    }
}
.section-bg .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .section-bg .bg {
        height: 400px;
    }
}
.section-bg .bg::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/bg_buildApp.jpg") 0 0 no-repeat;
    background-size: cover;
    content: "";
}
@media screen and (max-width: 767px) {
    .section-bg .bg::before {
        background: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/bg_buildApp_sp.jpg") 0 0 no-repeat;
        background-size: cover;
    }
}
.section-value {
    padding-top: 110px;
}
@media screen and (max-width: 767px) {
    .section-value {
        padding-top: 48px;
    }
}
.section-value .list_col2 {
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    .section-value .list_col2 {
        margin-top: 15px;
    }
}
.section-gray {
    margin-top: 40px;
    padding-bottom: 116px;
    background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
    .section-gray {
        margin-top: 55px;
        padding-bottom: 60px;
    }
}
.section-gray .block_col2 {
    padding: 110px 60px 0px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .section-gray .block_col2 {
        padding: 0px 0px 0px;
    }
}
.section-gray .block_col2_unit01 {
    padding-right: 10px;
}
@media screen and (max-width: 767px) {
    .section-gray .block_col2_unit01 {
        margin-top: 20px;
        padding-right: 0;
    }
}
.section-gray .block_col2_unit02 {
    padding-left: 23px;
}
@media screen and (max-width: 767px) {
    .section-gray .block_col2_unit02 {
        padding-left: 0;
    }
}
.section-gray .block_col2 .section_txt {
    line-height: 1.86;
}
@media screen and (max-width: 767px) {
    .section-gray .block_col2 .section_txt {
        line-height: 1.7;
    }
}
.section_inner {
    margin-right: auto;
    margin-left: auto;
    max-width: calc(100% - 160px);
    box-sizing: content-box;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .section_inner {
        max-width: calc(100% - 20px);
    }
}
@media screen and (max-width: 767px) {
    .section_inner {
        padding: 0 18px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
}
.section_inner-mission {
    position: relative;
    background-color: #fff;
}
.section_inner-mission .section_txt {
    line-height: 1.86em;
}
@media screen and (max-width: 767px) {
    .section_inner-mission .section_txt {
        line-height: 1.7;
        text-align: justify;
    }
}
.section_inner-white {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .section_inner-pd-none-sp {
        padding: 0;
    }
}
.section_body {
    margin-top: 23px;
}
.section_ttl {
    font-weight: bold;
    font-size: 3rem;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
    .section_ttl {
        font-size: 2.1rem;
        line-height: 1.9;
    }
}
.section_ttl-center {
    text-align: center;
}
.section_txt {
    font-weight: normal;
    font-size: 1.6rem !important;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .section_txt {
        font-size: 1.5rem;
        line-height: 1.7;
        letter-spacing: 0em;
    }
}
.section_txt-note {
    font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
    .section_txt-note {
        font-size: 1.2rem !important;
    }
}

.ttl_stick {
    position: relative;
    display: inline-block;
    padding: 1px 0 2px 15px;
    border-left: 4px solid #044ea2;
    letter-spacing: 0.07em;
    line-height: 1.2;
    font-size: 2rem;
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
    .ttl_stick {
        font-size: 1.7rem;
        border-left: none;
        line-height: 1.8;
        padding: 0 0 0 20px;
    }
    .ttl_stick::before {
        position: absolute;
        top: 0.25em;
        left: 0;
        width: 6px;
        height: calc(100% - 0.35em);
        font-size: 1.7rem;
        background-color: #044ea2;
        content: "";
    }
}

.box_gray {
    background-color: #f2f2f2;
}
.box_gray_inner {
    padding: 105px 60px 60px;
}
@media screen and (max-width: 767px) {
    .box_gray_inner {
        padding: 50px 18px 60px;
    }
}
.box_gray_head {
    text-align: center;
}
.box_gray_body {
    margin-top: 23px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .box_gray_body {
        padding: 0;
    }
}

.box_white {
    margin-top: 60px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .box_white {
        margin-top: 35px;
    }
}
.box_white_inner {
    padding: 60px 60px 55px;
    display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .box_white_inner {
        padding: 50px 30px 50px;
    }
}
@media screen and (max-width: 767px) {
    .box_white_inner {
        padding: 25px 18px 25px;
    }
}
.box_white_head {
    margin-bottom: 24px;
    padding-bottom: 27px;
    border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
    .box_white_head {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    .box_white_body {
        margin-top: 12px;
        text-align: justify;
    }
}
.box_white_img {
    margin-right: 60px;
    width: 460px;
    flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .box_white_img {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    .box_white_img {
        margin-right: 0;
        width: 100%;
    }
}
.box_white_img img {
    max-width: none;
    width: 100%;
}

.box_white-wide {
    background-color: #fff;
}
.box_white-wide_inner {
    margin-right: auto;
    margin-left: auto;
    padding: 75px 60px;
}
@media screen and (min-width: 1401px) {
    .box_white-wide_inner {
        padding: 75px 120px;
    }
}
@media screen and (max-width: 767px) {
    .box_white-wide_inner {
        padding: 20px 20px;
    }
}
.box_white-wide .img_wide {
    margin-top: 70px;
    padding: 0px 5px;
}
@media screen and (max-width: 767px) {
    .box_white-wide .img_wide {
        padding: 0;
        margin-top: 35px;
    }
}

.btn_plus {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #044ea2;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .btn_plus {
        width: 20px;
        height: 20px;
        border-radius: 3px;
    }
}
.btn_plus::before, .btn_plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 2px;
    background-color: #fff;
    transform-origin: center center;
    content: "";
}
@media screen and (max-width: 767px) {
    .btn_plus::before, .btn_plus::after {
        height: 1px;
    }
}
.btn_plus::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.btn_plus::after {
    transform: translate(-50%, -50%);
}

.txt-normal {
    line-height: 1.86;
    letter-spacing: 0.07em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
    .txt-normal {
        line-height: 1.7;
        font-size: 1.5rem;
    }
}

.block_bnr {
    margin-top: 120px;
    width: 100%;
    background-color: #044ea2;
}
@media screen and (max-width: 767px) {
    .block_bnr {
        margin-top: 60px;
    }
}
.block_bnr_inner {
    padding: 80px 20px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .block_bnr_inner {
        padding: 18px 18px;
    }
}
.block_bnr .box_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 40px;
    max-width: calc(100% - 160px);
    width: 100%;
    background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .block_bnr .box_link {
        padding: 25px 25px;
        max-width: calc(100% - 20px);
    }
}
@media screen and (max-width: 767px) {
    .block_bnr .box_link {
        display: block;
        padding: 18px 18px 30px;
        max-width: 100%;
    }
}
.block_bnr .box_link_wrap {
    display: flex;
}
@media screen and (max-width: 767px) {
    .block_bnr .box_link_wrap {
        display: block;
    }
}
.block_bnr .box_link_head {
    margin-right: 40px;
    padding: 18px 50px 12px 18px;
    border-right: 1px solid #dddddd;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .block_bnr .box_link_head {
        margin-right: 10px;
        padding: 18px 20px 12px 18px;
    }
}
@media screen and (max-width: 767px) {
    .block_bnr .box_link_head {
        margin-left: auto;
        margin-right: auto;
        padding: 7px 10px 17px;
        border-right: none;
        border-bottom: 1px solid #dddddd;
        text-align: center;
    }
}
.block_bnr .box_link_body {
    display: flex;
    align-items: center;
    padding: 18px 20px;
}
@media screen and (max-width: 767px) {
    .block_bnr .box_link_body {
        padding: 16px 2px;
        text-align: center;
        justify-content: center;
    }
    .block_bnr .box_link_body .txt-normal {
        font-size: 1.4rem !important;
    }
}

.block_bnr .box_link_btn-area .bt-blank {
    min-width: 247px;
    background-color: #044ea2;
}
@media screen and (max-width: 767px) {
    .block_bnr .box_link_btn-area .bt-blank {
        margin-right: auto;
        margin-left: auto;
    }
}
.block_bnr .box_link_btn-area .bt-blank:hover i {
    color: #044ea2;
}
/*
.block_bnr .box_link_btn-area .link_blank {
    position: relative;
    display: block;
    min-width: 272px;
    min-height: 64px;
    padding: 16px 30px 16px 18px;
    border-radius: 32px;
    background-color: #044ea2;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
    .block_bnr .box_link_btn-area .link_blank {
        margin-right: auto;
        margin-left: auto;
        padding: 11px 45px 10px 27px;
        min-width: 0px;
        min-height: 52px;
        width: 253px;
        border-radius: 31px;
    }
}
@media screen and (min-width: 768px) {
    .block_bnr .box_link_btn-area .link_blank:hover {
        opacity: 0.7;
    }
}
.block_bnr .box_link_btn-area .link_blank .ico-blank-window {
    position: absolute;
    top: 50%;
    right: 24px;
    font-size: 2rem;
    color: #fff;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .block_bnr .box_link_btn-area .link_blank .ico-blank-window {
        right: 18px;
    }
}
*/

.block_bnr .cassette_buildapp-logo {
    display: inline-block;
    text-align: center;
}
.block_bnr .cassette_buildapp-logo_txt {
    letter-spacing: 0.07em;
    font-weight: bold;
    font-size: 1.4rem;
    color: #000000;
    white-space: nowrap;
    font-feature-settings: "palt";
}
@media screen and (max-width: 374px) {
    .block_bnr .cassette_buildapp-logo_txt {
        white-space: normal;
    }
}
.block_bnr .cassette_buildapp-logo_img {
    margin-top: 14px;
    display: block;
    width: 266px;
}
@media screen and (max-width: 767px) {
    .block_bnr .cassette_buildapp-logo_img {
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        width: 187px;
    }
}
.block_bnr .cassette_buildapp-logo_img img {
    width: 100%;
}

/* -- img_wide -- */
.img_wide.about-build-app {
    position: relative;
    margin-top: -145px;
}
@media screen and (max-width: 767px) {
    .img_wide.about-build-app {
        padding: 0 4px;
        margin-top: -23px;
    }
}
.img_wide img {
    width: 100%;
}

/*  digital_link_box
--------------------------------------------- */
.digital_link_box {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(100% - 200px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .digital_link_box {
        max-width: calc(100% - 60px);
    }
}
@media screen and (max-width: 767px) {
    .digital_link_box {
        margin-top: 40px;
        max-width: calc(100% - 36px);
    }
}

.digital_link_box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.digital_link_box ul li {
    margin: 0 2% 20px 0;
    width: 23.5%;
}

@media screen and (max-width: 767px) {
    .digital_link_box ul li {
        margin: 0 4.3% 15px 0;
        width: 47.8%;
    }
}
@media screen and (max-width: 767px) {
    .digital_link_box ul li:nth-of-type(2n) {
        margin-right: 0;
    }
}
.digital_link_box ul li:nth-of-type(4n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .digital_link_box ul li:nth-of-type(4n) {
        margin-right: auto;
    }
}
.digital_link_box ul li:nth-of-type(n + 4) {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .digital_link_box ul li:nth-of-type(n + 4) {
        margin-bottom: 15px;
    }
}
.digital_link_box a {
    display: block;
}

.digital_link_box a:hover {
    text-decoration: none;
}

.digital_link_box a .link_img {
    width:100%;
    height: 100%;
    margin: 0 auto 10px;
    display:block;
    position:relative;
    overflow: hidden;
    background: #000;
}

.digital_link_box a .link_img:after{
    content:"";
    width:100%;
    height:100%;
    display: block;
    position:absolute;
    left:0; top:0;
    background-color:rgba(255,255,255,0.1);
    transform-origin:right top;
    transform:scaleX(0);
    transition:transform 0.3s ease;
  }
  .digital_link_box a:hover .link_img:after{
    transform-origin:left top;
    transform:scaleX(1);
  }


.digital_link_box a.current .link_img img {
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
    .digital_link_box a .link_img {
        margin-bottom: 8px;
    }
}
.digital_link_box a .link_img img {
    display: block;
    width: 100%;
    /* transition: 0.3s; */
}

.digital_link_box a .link_txt {
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .digital_link_box a .link_txt {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
/* .digital_link_box a:hover .link_img img {
    transform: scale(1.1, 1.1);
} */

/*  page_kv
--------------------------------------------- */
.page_kv {
    position: relative;
    z-index: 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .page_kv {
        padding-top: 66px;
    }
}
.page_kv_container {
    position: relative;
    display: flex;
    width: 100%;
    height: 990px;
}
@media (max-width: 767px) {
    .page_kv_container {
        height: 500px;
    }
}
.page_kv_side {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100px;
    height: 100%;
    background-color: #fff;
}
@media (max-width: 767px) {
    .page_kv_side {
        position: absolute;
        right: 18px;
        bottom: 7px;
        z-index: 2;
        width: auto;
        background-color: transparent;
    }
}
.page_kv_main {
    position: relative;
    z-index: 1;
    width: calc(100% - 100px);
    height: 100%;
}
@media (max-width: 767px) {
    .page_kv_main {
        width: 100%;
        background: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/img_kv_sp.jpg") 0 0 no-repeat;
        background-size: cover;
    }
}
.page_kv_main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1500px;
    background: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/img_kv.jpg") 0 0 no-repeat;
    background-size: cover;
    content: "";
}
@media screen and (max-width: 767px) {
    .page_kv_main::before {
        display: none;
    }
}
.page_kv_content {
    padding-top: 154px;
    padding-left: 77px;
}
@media screen and (max-width: 767px) {
    .page_kv_content {
        padding-top: 37px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
.page_kv_scroll {
    position: relative;
    padding-right: 100px;
    color: #666666;
    font-size: 1.4rem;
    transform: rotate(90deg) translateX(-56px);
}
@media screen and (max-width: 767px) {
    .page_kv_scroll {
        padding-right: 73px;
        line-height: 1;
        color: #fff;
        transform-origin: 100% 0%;
        transform: rotate(90deg) translateX(0px);
    }
}
.page_kv_scroll::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 90px;
    height: 1px;
    background-color: #666666;
    content: "";
}
@media screen and (max-width: 767px) {
    .page_kv_scroll::after {
        width: 62px;
        background-color: #fff;
    }
}

.kv_ttl {
    font-feature-settings: "palt";
}
.kv_ttl-en {
    font-family: "EB Garamond", serif;
}
.kv_ttl_main {
    display: block;
    font-size: 4.5rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .kv_ttl_main {
        letter-spacing: 0.11em;
        font-size: 2.7rem;
    }
}
.kv_ttl_sub {
    margin-top: 27px;
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0em;
    color: #fff;
    line-height: 1.27;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .kv_ttl_sub {
        margin-top: 17px;
        font-size: 1rem;
        line-height: 1.6;
    }
}

/*  block_col1
--------------------------------------------- */
.block_col1 {
    padding: 0 60px;
}
@media screen and (max-width: 767px) {
    .block_col1 {
        padding: 0 0;
    }
}
.block_col1_head {
    margin-bottom: 20px;
}
@media screen and (max-width: 738px) {
    .block_col1_head {
        margin-bottom: 23px;
    }
}
/*  block_col2
--------------------------------------------- */
.block_col2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .block_col2 {
        flex-direction: column-reverse;
    }
}
.block_col2_unit01 {
    position: relative;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .block_col2_unit01 {
        width: 100%;
    }
}
.block_col2_unit01-has-side {
    display: flex;
}
@media screen and (max-width: 767px) {
    .block_col2_unit01-has-side {
        display: block;
    }
}
.block_col2_unit02 {
    position: relative;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .block_col2_unit02 {
        width: 100%;
    }
}
.block_col2_content {
    width: calc(100% - 120px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .block_col2_content {
        width: calc(100% - 80px);
    }
}
@media screen and (min-width: 1401px) {
    .block_col2_content {
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .block_col2_content {
        width: 100%;
    }
}
.block_col2_side {
    width: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .block_col2_side {
        width: 80px;
    }
}
@media screen and (max-width: 767px) {
    .block_col2_side {
        width: 100%;
    }
}
.block_col2_side .ttl_vertical {
    position: relative;
    top: 47px;
    display: block;
    color: #044ea2;
    font-size: 2.8rem;
    font-family: "EB Garamond", serif;
    transform: rotate(90deg);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .block_col2_side .ttl_vertical {
        top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .block_col2_side .ttl_vertical {
        top: auto;
        line-height: 1.7;
        font-size: 2.2rem;
        transform: rotate(0deg);
    }
}
.block_col2 .cover_img {
    position: relative;
    top: -18px;
    left: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .block_col2 .cover_img {
        left: 40px;
    }
}
@media screen and (max-width: 767px) {
    .block_col2 .cover_img {
        top: auto;
        left: -18px;
    }
}
.block_col2 .cover_img-aims_for_dx {
    width: calc(100% + 20px);
}
@media screen and (max-width: 767px) {
    .block_col2 .cover_img-aims_for_dx {
        width: calc(100% + 36px);
    }
}
.block_col2 .cover_img img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .block_col2 .cover_img img {
        width: 100%;
    }
}

/*  block_bg-wide
--------------------------------------------- */
.block_bg-wide_inner {
    display: flex;
    justify-content: center;
    padding: 180px 20px 170px;
}
@media screen and (max-width: 767px) {
    .block_bg-wide_inner {
        padding: 60px 20px 55px;
    }
}
.block_bg-wide_inner .ttl_build-app {
    text-align: center;
}
.block_bg-wide_inner .ttl_build-app_img {
    display: block;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .block_bg-wide_inner .ttl_build-app_img {
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        width: 138px;
    }
    .block_bg-wide_inner .ttl_build-app_img img {
        width: 100%;
    }
}
.block_bg-wide_inner .ttl_build-app_sub {
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.07em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
    .block_bg-wide_inner .ttl_build-app_sub {
        font-size: 1.7rem;
        line-height: 1.7;
    }
}

/*  list_col4
--------------------------------------------- */
.list_col4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 36px;
    margin-top: 50px;
    padding: 0 60px;
}
@media screen and (max-width: 767px) {
    .list_col4 {
        margin-top: 33px;
        row-gap: 5px;
        padding: 0;
        flex-direction: column;
    }
}
.list_col4_item {
    width: 23%;
}
@media screen and (max-width: 767px) {
    .list_col4_item {
        width: 100%;
    }
}

/*  list_col2
--------------------------------------------- */
.list_col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    counter-reset: number 0;
    /* card_border */
}
@media screen and (max-width: 767px) {
    .list_col2 {
        gap: 20px;
    }
}
.list_col2_item {
    list-style: none;
    width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
    .list_col2_item {
        width: 100%;
    }
}
.list_col2 .card_border {
    position: relative;
    border: 1px solid #dddddd;
    counter-increment: number 1;
    display: block;
}
.list_col2 .card_border:hover {
    text-decoration: none;
    color: #333333 !important;
}
.list_col2 .card_border_head {
    background-color: #f2f2f2;
    padding: 15px 5px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .list_col2 .card_border_head {
        padding: 10px 10px;
    }
}
.list_col2 .card_border_body {
    padding: 11px 9px 6px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .list_col2 .card_border_body {
        padding: 7px 4px 1px;
    }
}
.list_col2 .card_border_ttl {
    position: relative;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
    .list_col2 .card_border_ttl {
        font-size: 1.4rem;
    }
}
.list_col2 .card_border_ttl::before {
    margin-right: 9px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #044ea2;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    content: counter(number) "";
}
@media screen and (max-width: 767px) {
    .list_col2 .card_border_ttl::before {
        margin-right: 7px;
        width: 20px;
        height: 20px;
        font-size: 1.2rem;
    }
}
.list_col2 .card_border_img {
    width: 100%;
    transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
    .list_col2 .card_border_img:hover {
        transform: scale(1.1);
    }
}
.list_col2 .card_border_img img {
    width: 100%;
}
.list_col2 .card_border .btn_plus {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
@media screen and (max-width: 767px) {
    .list_col2 .card_border .btn_plus {
        right: 3px;
        bottom: 6px;
    }
}
.list_col2_txt-wrap {
    margin-top: 10px;
}
.list_col2_txt {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    font-size: 1.6rem;
    line-height: 1.9;
}
@media screen and (max-width: 767px) {
    .list_col2_txt {
        font-size: 1.5rem !important;
        line-height: 1.8;
    }
}

/*  dl_qa
--------------------------------------------- */
.dl_qa {
    position: relative;
    width: 100%;
}
.dl_qa_head {
    position: relative;
    padding: 33px 30px 33px 100px;
    background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
    .dl_qa_head {
        padding: 14px 16px 16px 50px;
    }
}
.dl_qa_head::before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #044ea2;
    border: 2px solid #044ea2;
    border-radius: 50%;
    font-size: 2.8rem;
    font-family: "EB Garamond", serif;
    color: #fff;
    content: "Q";
}
@media screen and (max-width: 767px) {
    .dl_qa_head::before {
        top: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
        font-size: 1.4rem;
    }
}
.dl_qa_body {
    position: relative;
    padding: 33px 30px 33px 100px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .dl_qa_body {
        padding: 14px 16px 16px 50px;
    }
}
.dl_qa_body::before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border: 2px solid #044ea2;
    border-radius: 50%;
    font-size: 2.8rem;
    font-family: "EB Garamond", serif;
    color: #044ea2;
    content: "A";
}
@media screen and (max-width: 767px) {
    .dl_qa_body::before {
        top: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
        font-size: 1.4rem;
        border: 1px solid #044ea2;
    }
}
.dl_qa_ttl {
    font-feature-settings: "palt";
    font-weight: bold;
    font-size: 2rem !important;
    letter-spacing: 0.07em;
    color: #044ea2;
}
@media screen and (max-width: 767px) {
    .dl_qa_ttl {
        font-size: 1.5rem !important;
    }
}
.dl_qa_txt {
    font-feature-settings: "palt";
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
    .dl_qa_txt {
        line-height: 1.8;
        font-size: 1.5rem !important;
    }
}

/*  cassette_icon
--------------------------------------------- */
.cassette_icon {
    display: flex;
    align-items: center;
}
.cassette_icon_img {
    margin-right: 18px;
    width: 80px;
}
@media screen and (max-width: 767px) {
    .cassette_icon_img {
        display: flex;
        margin-right: 10px;
        width: 40px;
        flex-shrink: 0;
    }
    .cassette_icon_img img {
        width: 100%;
    }
}
.cassette_icon_txt {
    color: #000000;
    font-weight: 500;
    font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
    .cassette_icon_txt {
        font-size: 1.4rem !important;
        white-space: nowrap;
        letter-spacing: 0.06em;
        font-feature-settings: "palt";
    }
}
@media screen and (max-width: 374px) {
    .cassette_icon_txt {
        white-space: normal;
    }
}

/*  table_col3
--------------------------------------------- */
.table_col3 {
    width: 100%;
}
.table_col3_head .table_col3_th {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 39.25%;
}
@media screen and (max-width: 767px) {
    .table_col3_head .table_col3_th {
        padding: 4px 10px;
        width: 44.5%;
    }
}
.table_col3_head .table_col3_th:first-of-type {
    border: none;
    width: 21.5%;
}
@media screen and (max-width: 767px) {
    .table_col3_head .table_col3_th:first-of-type {
        width: 11%;
    }
}
.table_col3_body {
    border: 1px solid #cccccc;
}
.table_col3_body .table_col3_tr {
    border-bottom: 1px solid #cccccc;
}
.table_col3_body .table_col3_tr:last-of-type {
    border: none;
}
.table_col3_body .table_col3_th {
    border-right: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
    .table_col3_body .table_col3_th {
        padding: 10px 5px;
    }
    .table_col3_body .table_col3_th span {
        display: inline-block;
        white-space: pre;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
}
.table_col3_body .table_col3_td {
    border-right: 1px solid #cccccc;
}
.table_col3_body .table_col3_td:last-of-type {
    border: none;
}
.table_col3_foot {
    border: 1px solid #044ea2;
}
.table_col3_th {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    background-color: #f2f2f2;
    font-weight: bold;
    font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
    .table_col3_th {
        padding: 10px;
        font-size: 1.2rem;
    }
}
.table_col3_th-bg-none {
    background-color: transparent;
}
.table_col3_td {
    padding: 10px 16px;
    font-weight: 400;
    font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
    .table_col3_td {
        padding: 5px 9px;
        font-size: 1.2rem;
    }
}
.table_col3_td-pd-none {
    padding: 0;
}
.table_col3_label {
    padding: 23px;
    text-align: center;
    background-color: #044ea2;
}
@media screen and (max-width: 767px) {
    .table_col3_label {
        padding: 10px;
    }
}
.table_col3_label_txt {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    font-size: 2rem !important;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .table_col3_label_txt {
        font-size: 1.5rem !important;
    }
}
.table_col3_list-txt {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    line-height: 1.9;
}
@media screen and (max-width: 767px) {
    .table_col3_list-txt {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 1.2rem !important;
        line-height: 1.6;
    }
}

/* ---------------------------------------------
*  page-template-page-digital_transformation-aims_for_dx
--------------------------------------------- */
.page-template-page-digital_transformation-aims_for_dx .breadcrumb {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
    max-width: calc(100% - 200px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .page-template-page-digital_transformation-aims_for_dx .breadcrumb {
        max-width: calc(100% - 20px);
    }
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-aims_for_dx .breadcrumb {
        max-width: 100%;
    }
}
.page-template-page-digital_transformation-aims_for_dx .breadcrumb .page_container {
    max-width: 100%;
    min-width: 0;
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .page-template-page-digital_transformation-aims_for_dx .breadcrumb .page_container {
        padding: 0 0px;
    }
}
.page-template-page-digital_transformation-aims_for_dx .breadcrumb span,
.page-template-page-digital_transformation-aims_for_dx .breadcrumb a {
    color: #666666;
}
.page-template-page-digital_transformation-aims_for_dx .section_inner-mission {
    padding-top: 90px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-aims_for_dx .section_inner-mission {
        padding-top: 40px;
    }
}

.page-template-page-digital_transformation-aims_for_dx .section-mgt .section_txt-note {
    display: block;
    text-align: right;
}

/* ---------------------------------------------
*   page-template-page-digital_transformation-issue
--------------------------------------------- */
.page-template-page-digital_transformation-issue {
    /*  page_kv
    --------------------------------------------- */
    /*  section
    --------------------------------------------- */
}
.page-template-page-digital_transformation-issue .breadcrumb {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
    max-width: calc(100% - 200px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .page-template-page-digital_transformation-issue .breadcrumb {
        max-width: calc(100% - 20px);
    }
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .breadcrumb {
        max-width: 100%;
    }
}
.page-template-page-digital_transformation-issue .breadcrumb .page_container {
    max-width: 100%;
    min-width: 0;
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .page-template-page-digital_transformation-issue .breadcrumb .page_container {
        padding: 0 0px;
    }
}
.page-template-page-digital_transformation-issue .breadcrumb span,
.page-template-page-digital_transformation-issue .breadcrumb a {
    color: #666666;
}
.page-template-page-digital_transformation-issue .page_kv_container {
    height: 1000px;
}
@media (max-width: 767px) {
    .page-template-page-digital_transformation-issue .page_kv_container {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .page-template-page-digital_transformation-issue .page_kv_main {
        background: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/issue/img_kv_sp.jpg") 0 0 no-repeat;
        background-size: cover;
    }
}
.page-template-page-digital_transformation-issue .page_kv_main::before {
    background: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/issue/img_kv.jpg") 0 0 no-repeat;
    background-size: cover;
    content: "";
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .page_kv_main::before {
        display: none;
    }
}
.page-template-page-digital_transformation-issue .page_kv_content {
    padding-top: 174px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .page_kv_content {
        padding-top: 37px;
    }
}
.page-template-page-digital_transformation-issue .kv_ttl_main {
    font-size: 5rem;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .kv_ttl_main {
        letter-spacing: 0.11em;
        font-size: 2.8rem;
    }
}
.page-template-page-digital_transformation-issue .kv_ttl_sub {
    margin-top: 21px;
    font-size: 1.3rem;
    letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .kv_ttl_sub {
        margin-top: 17px;
        font-size: 1rem;
    }
}
.page-template-page-digital_transformation-issue .section-qa .section_inner-white {
    padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-qa .section_inner-white {
        padding-bottom: 80px;
    }
}
.page-template-page-digital_transformation-issue .section-gray {
    margin-top: 0px;
    padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-gray {
        margin-top: 0px;
        padding-bottom: 55px;
    }
}
.page-template-page-digital_transformation-issue .section-gray .block_col2 {
    padding: 65px 0 0;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-gray .block_col2 {
        flex-direction: column;
        padding: 0;
    }
}
.page-template-page-digital_transformation-issue .section-gray .block_col2_unit01 {
    position: relative;
    width: 50%;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-gray .block_col2_unit01 {
        margin-top: 0;
        width: 100%;
    }
}
.page-template-page-digital_transformation-issue .section-gray .block_col2_unit02 {
    padding-left: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .page-template-page-digital_transformation-issue .section-gray .block_col2_unit02 {
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-gray .block_col2_unit02 {
        margin-top: 26px;
        padding-left: 0;
    }
}
.page-template-page-digital_transformation-issue .section-innovation {
    margin-top: 110px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-innovation {
        margin-top: 50px;
    }
}
.page-template-page-digital_transformation-issue .section-innovation .table_col3 {
    margin-top: 35px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-innovation .table_col3 {
        margin-top: 25px;
    }
}
.page-template-page-digital_transformation-issue .section-value .section_txt-note {
    margin-top: 8px;
}
.page-template-page-digital_transformation-issue .section-value .list_col2 {
    gap: 70px 40px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-value .list_col2 {
        gap: 35px 40px;
        margin-top: 35px;
    }
}
.page-template-page-digital_transformation-issue .section-possible {
    margin-top: 120px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-possible {
        margin-top: 60px;
    }
}
.page-template-page-digital_transformation-issue .section-possible .box_gray_inner {
    padding: 105px 60px 115px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-possible .box_gray_inner {
        padding: 50px 18px 55px;
    }
}
.page-template-page-digital_transformation-issue .section-possible .box_gray_body {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-possible .box_gray_body {
        text-align: left;
        margin-top: 30px;
    }
}
.page-template-page-digital_transformation-issue .section-possible .img_wide {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    width: 82.8125%;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-possible .img_wide {
        margin-bottom: 30px;
        width: 100%;
    }
}
.page-template-page-digital_transformation-issue .section_inner-white {
    padding-top: 90px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section_inner-white {
        padding-top: 30px;
    }
}
.page-template-page-digital_transformation-issue .section-aim {
    position: relative;
    z-index: 1;
    margin-top: 140px;
    padding-top: 107px;
    padding-bottom: 115px;
    background-color: #044ea2;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-aim {
        margin-top: 75px;
        padding-top: 0;
        padding-bottom: 60px;
    }
}
.page-template-page-digital_transformation-issue .section-aim .block_col2 {
    padding: 0 60px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-aim .block_col2 {
        padding: 0;
    }
}
.page-template-page-digital_transformation-issue .section-aim .block_col2_unit01 {
    width: 45%;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-aim .block_col2_unit01 {
        margin-top: 24px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-aim .block_col2_unit02 {
        width: 100%;
    }
}
.page-template-page-digital_transformation-issue .section-aim .block_col2 .img_wide.about-build-app {
    margin-top: -145px;
    width: 88.8571428571%;
    left: -40px;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-aim .block_col2 .img_wide.about-build-app {
        margin-top: -24px;
        left: auto;
        width: 100%;
    }
}
.page-template-page-digital_transformation-issue .section-aim .section_ttl,
.page-template-page-digital_transformation-issue .section-aim .section_txt,
.page-template-page-digital_transformation-issue .section-aim .cassette_icon_txt {
    color: #fff;
}
.page-template-page-digital_transformation-issue .section-aim .section_txt {
    line-height: 1.9;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-aim .section_txt {
        line-height: 1.7;
    }
}
.page-template-page-digital_transformation-issue .section-aim .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page-template-page-digital_transformation-issue .section-aim .bg::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/issue/bg_buildApp.png") 0 0 no-repeat;
    background-size: cover;
    content: "";
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .section-aim .bg::before {
        background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/issue/bg_buildApp_sp.png");
    }
}
.page-template-page-digital_transformation-issue .img_wide.about-issue {
    position: relative;
    left: -100px;
    margin-top: -148px;
    width: calc(50vw - 20px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .page-template-page-digital_transformation-issue .img_wide.about-issue {
        min-width: 530px;
        left: -30px;
    }
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .img_wide.about-issue {
        width: calc(100% + 18px);
        left: -18px;
        padding: 0 0;
        margin-top: -41px;
    }
}
.page-template-page-digital_transformation-issue .img_wide img {
    width: 100%;
}
.page-template-page-digital_transformation-issue .acc_block {
    position: relative;
    margin-top: 75px;
    border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .acc_block {
        margin-top: 35px;
    }
}
.page-template-page-digital_transformation-issue .acc_block_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
}
.page-template-page-digital_transformation-issue .dl_qa.js-acc-target {
    display: none;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .dl_qa_head {
        padding: 14px 16px 34px 50px;
    }
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .dl_qa_body {
        padding: 14px 16px 34px 50px;
    }
}
.page-template-page-digital_transformation-issue .block_bnr {
    border-top: 1px solid #fff;
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .page-template-page-digital_transformation-issue .block_bnr {
        border-top: 2px solid #fff;
    }
}

/* ---------------------------------------------
*   mfp
--------------------------------------------- */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
    cursor: auto !important;
}

.mfp-close {
    top: -20px !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
    background: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/icon_close.png") 0 0 no-repeat !important;
    background-size: 100% auto !important;
    opacity: 1 !important;
}

/* ==============================================================================================
 ¥¹¥¯¥í©`¥ë¥È¥ê¥¬©`évßB¤Î¥¯¥é¥¹
============================================================================================== */
.animin {
    visibility: hidden;
    opacity: 0;
}

.animin.anim {
    visibility: visible;
    animation: slidein_BtoT 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
}

@keyframes slidein_BtoT {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
/* ==============================================================================================
 ¥Ó¥¸¥å¥¢¥ë¥¢¥Ë¥á©`¥·¥ç¥óévßB¤Î¥¯¥é¥¹
============================================================================================== */
.animin_visual .bg {
    width: 0;
}

.animin_visual.anim .bg {
    animation: wipeinVisual_LtoR 1.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal forwards;
}

@keyframes wipeinVisual_LtoR {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
/* .animin_visualÄÚ¤Î¥Æ¥­¥¹¥È
============================*/
.animin_visual .sec_ttl {
    opacity: 0;
}

.animin_visual .sec_btn {
    opacity: 0;
}

.animin_visual.anim .sec_ttl {
    animation: slidein_BtoT 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 1 normal forwards;
}

.animin_visual.anim .sec_btn {
    animation: slidein_BtoT 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s 1 normal forwards;
}

/* ==============================================================================================
 ¥Æ¥­¥¹¥È¥¢¥Ë¥á©`¥·¥ç¥óévßB¤Î¥¯¥é¥¹
============================================================================================== */
.sec_catch {
    overflow: hidden;
    visibility: hidden;
}
@media screen and (max-width: 767px) {
    .sec_catch.kv_ttl_main {
        line-height: 1.2;
    }
}
@media screen and (min-width: 768px) {
    .sec_catch.section_ttl {
        line-height: 1.4;
    }
}
@media screen and (min-width: 768px) {
    .sec_catch.ttl_build-app_sub {
        line-height: 1.4;
    }
}

/* .char
====================*/
.sec_catch .char {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.sec_catch .charInner {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: translateY(100%);
}

/* .line
====================*/
.sec_catch .line {
    font: inherit;
    opacity: 0;
}

.animin_visual.anim .line {
    animation: slidein_BtoT 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 1 normal forwards;
}

.animin_visual.anim .line:nth-of-type(1) {
    animation-delay: 0.3s;
}

.animin_visual.anim .line:nth-of-type(2) {
    animation-delay: 0.5s;
}

.animin_visual.anim .line:nth-of-type(3) {
    animation-delay: 0.7s;
}

.animin_visual.anim .line:nth-of-type(4) {
    animation-delay: 0.9s;
}

body.touch .animin_visual.anim .sec_btn {
    animation-delay: 0.9s;
}

/*==============================
category top
==============================*/
.page-template-page-digital_transformation .page_kv_box {
    width: 100%;
    height: 600px;
    color: #fff;
    text-align: center;
    background: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/top/img_category-top.jpg") no-repeat center center;
    background-size: cover;
}

@media (max-width: 767px) {
    .page-template-page-digital_transformation .page_kv_box {
        margin-top: 66px;
        height: 375px;
        background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/top/img_category-top_sp.jpg");
    }
}
.page-template-page-digital_transformation .kv_ttl_box {
    padding-top: 260px;
}

@media (max-width: 767px) {
    .page-template-page-digital_transformation .kv_ttl_box {
        padding-top: 140px;
    }
}
.page-template-page-digital_transformation .page_kv_box .kv_ttl_sub {
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-size: 1.7rem;
    border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
    .page-template-page-digital_transformation .page_kv_box .kv_ttl_sub {
        font-size: 1.4rem;
    }
}
.page-template-page-digital_transformation .page_kv_box .kv_ttl {
    font-size: 5rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 6px;
}

@media (max-width: 767px) {
    .page-template-page-digital_transformation .page_kv_box .kv_ttl {
        font-size: 2.8rem;
        line-height: 2.2;
        letter-spacing: 2px;
    }
}
.page-template-page-digital_transformation .page_kv_box .kv_ttl .ttl_en {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .page-template-page-digital_transformation .page_kv_box .kv_ttl .ttl_en {
        font-size: 1rem;
    }
}
.page-template-page-digital_transformation .company_contents {
    background: url("/wp/wp-content/themes/nohara-v1/assets/img/company/company_bg01.png") no-repeat center top;
    background-size: contain;
}

@media (max-width: 767px) {
    .page-template-page-digital_transformation .company_contents {
        background: none;
    }
}
.page-template-page-digital_transformation .breadcrumb {
    margin-top: 0;
    margin-bottom: 32px;
    background: none;
}

@media (max-width: 767px) {
    .page-template-page-digital_transformation .breadcrumb {
        margin: 0 0 40px;
        margin-bottom: 38px;
    }
}
.page-template-page-digital_transformation .footer {
    margin-top: 0;
}

.company_sec_ttl_box {
    margin-bottom: 60px;
    padding-bottom: 55px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
    .company_sec_ttl_box {
        margin-bottom: 40px;
        padding-bottom: 45px;
    }
}
.company_sec_ttl_box .company_sec_ttl {
    margin-bottom: 45px;
    color: #044ea2;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .company_sec_ttl_box .company_sec_ttl {
        margin-bottom: 20px;
        line-height: 1.9;
        font-size: 2.1rem;
        letter-spacing: 0;
    }
}
.company_sec_ttl_box .company_sec_lead {
    margin-bottom: 47px;
    color: #d7092f;
    font-size: 2.2rem;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .company_sec_ttl_box .company_sec_lead {
        margin-bottom: 27px;
        font-size: 1.7rem;
    }
}
.company_sec_ttl_box .company_sec_txt {
    font-size: 1.6rem;
    line-height: 1.9;
}

@media (max-width: 767px) {
    .company_sec_ttl_box .company_sec_txt {
        font-size: 1.5rem;
        line-height: 2;
    }
}
.company_link_box01 .company_link {
    display: flex;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
    .company_link_box01 .company_link {
        flex-direction: column;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}
.company_link_box01 .company_link_img {
    display: block;
    margin-right: 7.1%;
    width: 530px;
    max-height: 398px;
}

@media (max-width: 767px) {
    .company_link_box01 .company_link_img {
        margin: 0 0 20px 0;
        width: 100%;
        max-height: none;
    }
}
.company_link_box01 .inner {
    margin-top: 10px;
    width: 37%;
}

@media (max-width: 767px) {
    .company_link_box01 .inner {
        margin-top: 10px;
        width: 100%;
    }
}
.company_link_box01 .company_link_ttl {
    margin-bottom: 26px;
    color: #d9d9d9;
    font-size: 7rem;
    letter-spacing: 0em;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .company_link_box01 .company_link_ttl.wide {
        width: 115%;
    }
}
@media (max-width: 767px) {
    .company_link_box01 .company_link_ttl {
        margin-bottom: 14px;
        font-size: 4.8rem;
    }
}
.company_link_box01 .company_link_ttl_sub {
    margin-bottom: 8px;
    font-size: 2.2rem;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .company_link_box01 .company_link_ttl_sub {
        font-size: 2rem;
    }
}
.company_link_box01 .company_link_txt {
    margin-bottom: 37px;
    font-size: 1.5rem;
    line-height: 1.9;
}

@media (max-width: 767px) {
    .company_link_box01 .company_link_txt {
        margin-bottom: 19px;
        line-height: 1.8;
    }
}
.company_link_box01 .company_link_btn a {
    height: 58px;
}

@media (max-width: 767px) {
    .company_link_box01 .company_link_btn a {
        height: 52px;
        font-size: 1.5rem;
    }
}
.company_link_box01 .company_link:nth-of-type(2) {
    flex-direction: row-reverse;
    border-bottom: none;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .company_link_box01 .company_link:nth-of-type(2) {
        flex-direction: column;
    }
}
.company_link_box01 .company_link:nth-of-type(2) .inner {
    margin-top: -10px;
}

@media (max-width: 767px) {
    .company_link_box01 .company_link:nth-of-type(2) .inner {
        margin-top: 10px;
    }
}
.company_link_box01 .company_link:nth-of-type(2) .company_link_img {
    margin: 0 0 0 7.1%;
}

@media (max-width: 767px) {
    .company_link_box01 .company_link:nth-of-type(2) .company_link_img {
        margin: 0 0 20px 0;
    }
}
.bt_block {
    position: relative;
    box-sizing: border-box;
}

.bt_block i {
    color: #fff;
    line-height: 1;
    background-color: #d7092f;
    border: solid 1px transparent;
    border-radius: 15px;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.bt_block:hover i {
    color: #d7092f;
    border-color: #d7092f;
    background-color: transparent;
    transform: scale(1.2);
}

.page-template-page-digital_transformation .bt-fill {
    background-color: #044ea2;
}

.page-template-page-digital_transformation .bt-fill:hover > i {
    color: #044ea2;
}



/*  ×·Ó›
--------------------------------------------- */
.page-template-page-digital_transformation-issue .section-possible .whatwecando{
    margin-bottom:80px;
}
.page-template-page-digital_transformation-issue .section-possible .whatwecando img {
    max-width: 1060px;
}
.section_ttl_answer{
    margin-bottom:23px;
    line-height: 1.9;
}
.section_txt_answer{
    text-align:left;
}
@media screen and (max-width: 767px){
    .page-template-page-digital_transformation-issue .section-possible .whatwecando{
        margin-bottom:40px;
    }
    .section_ttl_answer{
        text-align:center;
    }
}

.page-template-page-digital_transformation .page_sec01{
    margin-bottom:150px;
}
@media screen and (max-width: 767px){
    .page-template-page-digital_transformation .page_sec01{
        margin-bottom:30px;
    }
}
