/*----------------------------------------------------------
Index-/top/style.css
1.main
2.news
3.linkBox
4.indexBox
5.seminar
6.link_list
7.new_badge,displayFlex_box02
8.point_num
9.Adjust
----------------------------------------------------------*/

/*----------------------------------------------------------
1.main
----------------------------------------------------------*/
.main {
    background: #edeeee;
}
.main_box {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.main_box .main_box_inner{
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 20px;
}
.main_box .sub {
    color: #ea002a;
    font-weight: bold;
    margin-bottom: 5px;
}
.main_box h1, 
.main_box h2 {
    font-weight: bold;
}
.main_box .btn_list{
    display: flex;
    width: 100%;
    margin-top: 20px;
    gap: 30px;
}
.main_box .btn_list li{
    width: 100%;
    max-width: 300px;
}
@media screen and (min-width: 769px) {
    .main_box {
        margin: auto;
        max-width: 1440px;
        height: 360px;
        background-image: url("/ja-jp/service/wms/asset/top/img/main.jpg");
        background-repeat: no-repeat;
        background-size: 1440px 360px;
        background-position: top center;
        padding-top:0!important;
    }
    .main_box div {
        font-size: 1.8rem;
        margin-bottom: 16px;
    }
    .main_box h1,  
    .main_box h2 {
        font-size: 4rem;
        margin-bottom: 14px;
        line-height: 1.2;
    }
    .main_box p {
        font-size: 2rem;
        letter-spacing: 4px;
        line-height: 1.8;
    }
    .main_box p+p {
        margin-top: 8px;
        font-size: 1.6rem;
        letter-spacing: 4px;
    }
}
@media screen and (max-width: 768.9px) {
    .main_box {
        height:370px;
        background-image: url("/ja-jp/service/wms/asset/top/img/main_sp.jpg");
        background-size: 170%;
        background-repeat: no-repeat;
        background-position:47% 105%;
        padding:20px 15px;
        justify-content: flex-start;
        position: relative;
    }
    .main_box .main_box_inner{
        max-width:560px;
        padding: 0;
    }
    .main_box div,
    .main_box h1,
    .main_box h2 {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .main_box h1, 
    .main_box h2 {
        font-size:2.8rem;
        line-height: 1.4;
        margin-bottom: 4px;
        width: 100%;
    }
    .main_box p {
        font-size: 1.6rem;
        line-height: 1.5;
        position: absolute;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        color: #FFFFFF;
        padding: 15px 0;
        text-align: center;
    }
    .main_box p+p {
        font-size: 1.4rem;
    }
    .main_box .btn_list{
       flex-direction: column;
       gap: 15px;
       width:80%;
       max-width:560px;
       position: absolute;
       bottom: 30px;
       margin: 0 auto;
    }
    .main_box .btn_list li{
        width:100%;
        max-width:inherit;
    }
}
@media screen and (max-width: 530px) {
    .main_box {
        background-size: 190%;
        background-position:43% 125%;
        padding:20px 15px;
    }
    .main_box h1, 
    .main_box h2 {
        font-size:2.2rem;
    }
}
/*----------------------------------------------------------
2.news
----------------------------------------------------------*/
#news .news{
    padding: 30px 30px 10px;
}
#news .news .news_output_control{
    margin-bottom: 15px;
}
#news .link{
    display: flex;
    justify-content: flex-end;
}
#news .news .new_badge{
    background: #ea002a;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 3px 15px;
    position: relative;
    display: block;
    margin-bottom: 12px;
    margin-left: 40px;
}
#news .news .new_badge::after{
    display: block;
    content: "";
    position: absolute;
    top:100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top: 7px solid #ea002a;
}
@media screen and (max-width: 768.9px) {
    #news .news{
        padding: 48px 15px 10px;
    }
    #news .news .new_badge {
        margin-left: 0px;
    }
    #checklist{
       padding-top:72px; 
    }

}
/*----------------------------------------------------------
3.linkBox
----------------------------------------------------------*/
.linkBox a span {
    text-decoration: none !important;
    font-weight: bold;
}
@media screen and (min-width: 769px) {
    .linkBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 80px;
        -ms-align-items: stretch;
        align-items: stretch;
    }
    .linkBox_link {
        width: calc((100% - 56px) / 5);
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        display: block;
        padding: 14px;
        text-align: center;
        border: 1px solid #fff;
    }
    .linkBox_link img {
        width: 100%;
        margin-bottom: 24px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .linkBox_link:nth-child(3) img {
        margin-bottom: 20px;
    }
    .linkBox_link .link {
        font-size: 1.5rem;
        line-height: 1.5;
        justify-content: flex-start;
    }
    .linkBox_link .link span {
        text-align: left;
    }
    .linkBox_link .link::before {
        margin-right: 4px;
    }
    .linkBox_link:hover {
        box-shadow: none;
        transform: translate3d(-2px, 2px, 0);
        border: 4px solid #ea002a;
    }
}

@media screen and (max-width: 768.9px) {
    .linkBox {
        margin-bottom: 20px;
    }
    .linkBox_link {
        padding: 14px;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .linkBox a+a {
        margin-top: 6px;
    }
    .linkBox_link img {
        width: 75px;
        margin-right: 20px;
    }
    .linkBox_link .link {
        width: calc(100% - 95px);
        font-size: 1.4rem;
        font-weight: bold;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .linkBox_link .link::before {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
    }
}

/*----------------------------------------------------------
4.indexBox
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .indexBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .indexBox>*:first-child {
        width: calc(100% - 300px);
        padding-right: 54px;
        border-right: 1px solid #ccc;
    }
    .indexBox>*:last-child {
        width: 300px;
        padding-left: 66px;
    }
    .indexBox>*:last-child .leftRight span {
        letter-spacing: 0;
    }
    .indexBox>*:last-child img {
        margin-bottom: 12px;
    }
    .indexBox>*:last-child .annotation {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768.9px) {
    .indexBox>*:first-child {
        padding-bottom: 28px;
        border-bottom: 1px solid #ccc;
    }
    .indexBox>*:last-child {
        padding-top: 24px;
    }
    .indexBox>*:last-child .leftRight span {
        letter-spacing: 0;
    }
    .indexBox>*:last-child .annotation {
        margin-bottom: 20px;
    }
}

/*----------------------------------------------------------
5.seminar
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .seminar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 34px;
    }
    .seminar img {
        width: 280px;
        min-width: 280px;
        margin-right: 22px;
    }
    .seminar_box h3 {
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 24px;
    }
    .seminar_box p {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 22px;
    }
    .seminar_detail {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 768.9px) {
    .seminar {
        margin-bottom: 12px;
    }
    .seminar img {
        width: 100%;
    }
    .seminar_box h3 {
        font-size: 1.8rem;
        line-height: 1.4;
        margin-bottom: 10px;
        background: #edeeee;
        padding: 12px 8px;
    }
    .seminar_box p {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    .seminar_detail {
        font-size: 1.2rem;
        line-height: 2.2;
    }
}
/*----------------------------------------------------------
6.link_list
----------------------------------------------------------*/
.link_list{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px auto 0!important;
}
@media screen and (max-width: 768.9px) {
    .link_list{
        justify-content:flex-start;
        flex-wrap: wrap;
        gap:20px;
        margin:20px auto 0!important;
    }
    .link_list li{
        width: 45%;
    }
    .link_list li.sp-nofl a{
        display: block;
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
    .link_list li.sp-nofl a:before {
        vertical-align: bottom;
    }
}
/*----------------------------------------------------------
7.new_badge,displayFlex_box02
----------------------------------------------------------*/
.new_badge {
    background: #ea002a;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: fit-content;
}
.displayFlex_box02 h3 span {
    font-size: 1.25em;
}
.displayFlex_box02 h3 .new_badge {
    position: absolute;
    bottom: 0;
    right: 4%;
}
.displayFlex_box02 h3 {
    margin-bottom: 1.2em;
    position: relative;
}
.displayFlex_box02 img+.lead {
    margin-top: 1.5em !important;
}
@media screen and (min-width: 769px) {
    .new_badge {
        font-size: 1.4rem;
        padding: 2px 14px;
    }
    .displayFlex_box02 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .displayFlex_box02>* {
        width: 48%;
        margin-bottom: 4%;
        padding: 40px 48px;
        border: 1px solid #e0e0e0;
    }
    .displayFlex_box02 h3 {
        font-size: 1.6rem;
    }
    .displayFlex_box02 h3 .new_badge {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 768.9px) {
    .new_badge {
        font-size: 1.2rem;
        padding: 4px 6px;
    }
    .displayFlex_box02 {
        margin-bottom: 24px;
    }
    .displayFlex_box02>* {
        padding: 20px 24px;
        border: 1px solid #e0e0e0;
    }
    .displayFlex_box02>*+* {
        margin-top: 24px;
    }
    .displayFlex_box02 h3 {
        font-size: 1.4rem;
    }
    .displayFlex_box02 h3 .new_badge {
        font-size: 1.2rem;
    }
}
/*----------------------------------------------------------
8.point_num
----------------------------------------------------------*/
.point_num {
    background-color: #ea002a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
}
.point_num span {
    color: #fff;
}
.point h3 {
    line-height: 1.5;
}
.point .lead {
    margin: 0;
}
@media screen and (min-width: 769px) {
    .point li {
        display: flex;
        align-items: center;
    }
    .point_num {
        width: 100px;
        height: 100px;
        font-size: 14px;
        padding-top: 8px;
        line-height: 1.5;
    }
    .point_num span {
        font-size: 28px;
    }
    .point_txt {
        width: calc(100% - 100px);
        padding-left: 40px;
    }
    .point h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .point li+li {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768.9px) {
    .point_num {
        width: 64px;
        height: 64px;
        font-size: 12px;
        padding-top: 6px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
        line-height: 1.2;
    }
    .point_num span {
        font-size: 18px;
    }
    .point h3 {
        font-size: 16px;
        margin-bottom: 8px;
        text-align: center;
    }
    .point li+li {
        margin-top: 24px;
    }
}

/*----------------------------------------------------------
9.Adjust
----------------------------------------------------------*/
.anchor{
    margin: 50px auto;
}
.anchor .bg_white{
    padding: 30px 30px 35px 30px;
}
.txt-sub{
    font-size: 0.95em;
    color: #4b4b4b;
}
@media screen and (max-width: 768.9px) {
    .grayBox {
        background: #edeeee;
        padding: 12px;
        text-align: center;
        margin-bottom: 8px;
    }
     main .btn.limit {
        margin-bottom: 40px;
    }
    .anchor .bg_white{
        padding:20px 15px 30px 15px;
    }

}

#about .leftRight{
    margin-bottom: 0!important;
}
#about .btn{
    margin-top: 30px;
}
#checklist .service_1{
    margin-bottom:15px;
}
#checklist .service_1::after{
    display: none;
}
/*----------------------------------------------------------
10.case
----------------------------------------------------------*/
#case .case01,#case .case02{
    margin-bottom: 20px;
}
#case .case-ttl{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color:#ea002a;
}
#case .case-list{
    margin:20px 0 10px;
    padding-left: 1em;
}
#case .case-list li{
    line-height: 2;
    list-style-type: disc;
}
#case .case-box{
    display: flex;
    flex-direction:column;
    border: 1px solid #e0e0e0;
    width: 45%;
}
#case .case-box:nth-child(even){
    background:#FBFBFB;
}
#case .case-box:nth-child(odd){
    position: relative;
    background:#feeeed;
}
#case .case-box:nth-child(odd):after{
    display: block;
    content: "";
    width:110px;
    height:80px;
    background: url(../img/img-arrow.png)no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform:translateY(-50%) rotate(-90deg) ;
    right:-100px;
}
#case .case-box .thumb{
    margin-top: auto;
}
@media screen and (max-width: 768.9px) {
    #case .case-box{
        width: 100%;
        display: grid;
        grid-template-columns:50% 50%;
    }
    #case .case-ttl{
        margin-bottom: 20px;
        grid-column: 1 / 3;
    }
    #case .case-list{
        margin:0 10px 0 0;
    }
    #case .case-box:nth-child(even){
        margin-top:30px;
    }
    #case .case-box:nth-child(odd):after{
        width:80px;
        height:60px;
        top: inherit;
        right:inherit;
        bottom:-35px;
        left: 50%;
        transform:translateX(-50%) rotate(0) ;
    }
    #case .case-box .thumb{
        margin-top: 0;
    }
}
/*----------------------------------------------------------
11.usage
----------------------------------------------------------*/
#usage .use-box{
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    background: #FFFFFF;
}
#usage .use-ttl{
    color: #ea002a;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 20px;
}
#usage .txt{
    line-height: 2;
    margin-bottom: 20px;
}
#usage .use-box:first-of-type .thumb{
    border:1px solid #f5f5f5;
} 
@media screen and (max-width: 768.9px) {
    #usage .use-ttl{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }   
}
/*----------------------------------------------------------
12.modal
----------------------------------------------------------*/
.modal_thumb{
    cursor: pointer;
}
.modal_thumb:hover{
    opacity: 0.6;
}
.modal_btn{
    color: #ea002a;
    border: 1px solid #ea002a;
    padding: 5px;
    border-radius: 30px;
    margin: 20px auto 0;
    width: 230px;

}
.modal_content{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.modal_overlay{
    background: rgba(0,0,0,0.6);
    height: 100%;
    cursor: pointer;
}
.modal_inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 55%;
    max-width:800px;
}
.modal_close{
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 30px;
    height: 30px;
}
.modal_close::before,.modal_close::after{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #FFFFFF;
}
.modal_close::before{
    transform:translate(-50%,-50%) rotate(45deg);
}
.modal_close::after{
    transform:translate(-50%,-50%) rotate(-45deg)
}
@media screen and (max-width: 768.9px) {
    .modal_inner{
        width: 90%;
        max-width: 570px;
    }
    .modal_close{
        top: 0;
        right:0;
        width: 25px;
        height: 25px;
        background: #ea002a;
    }
    .modal_close::before,.modal_close::after{
        width:20px;
    }
}