@charset "UTF-8";

.siteHeader.company .menuBtn {
    cursor: pointer;
}


/*--------------------------------------------------*/
/*グローバルナビ Customized*/
/*--------------------------------------------------*/
.globalNavi{}

.globalNavi.company > ul > li{
    width: 14.286%;
}
.globalNavi.company > ul > li:nth-child(2),
.globalNavi.company > ul > li:nth-child(3),
.globalNavi.company > ul > li:nth-child(4),
.globalNavi.company > ul > li:nth-child(5),
.globalNavi.company > ul > li:nth-child(6),
.globalNavi.company > ul > li:nth-child(7){
    /* width: 12.622%; */
    width: 14.222%;
}

.globalNavi.company > ul > li .dropDown .wrap {
  box-sizing: border-box;
}
.globalNavi.company > ul > li .dropDown ul:not(:last-of-type) {
    padding-right: 8%;
}
.globalNavi.company > ul > li .dropDown ul.onImage {
  padding-left: 0;
}
.globalNavi.company > ul > li .dropDown ul li a:hover{
  opacity: 1;
}
.globalNavi.company > ul > li .dropDown ul li a:after{
    width: 0;
    height: 0;
    background: none;
    right: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.globalNavi.company > ul > li .dropDown ul li a.company_pf:after{
    border-left-color: #738792;
}

.globalNavi.company > ul > li .dropDown ul li a.company_blank{
    padding-right: 25px;
}
.globalNavi.company > ul > li .dropDown ul li a.company_blank:before{
    content: "";
    width: 15px;
    height: 15px;
    margin-top: -4px;
    margin-left: 8px;
    background: url("/common/img/common/icon-external.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
}
.globalNavi.company > ul > li .dropDown ul li a span{
  display: inline-block;
  line-height: 1.5;
}
.globalNavi.company > ul > li .dropDown ul li a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.5s ease;
}
.globalNavi.company > ul > li .dropDown ul li a span:hover::after {
  width: 100%;
  height: 1px;
  background-color: #FABE00;
  transition: all 0.5s ease;
}

@media (min-width: 1025px) {
    .globalNavi.company > ul > li .dropDown{
        padding-top: 0;
        padding-bottom: 0;
        background: none;
    }
    .globalNavi.company > ul > li .dropDown .wrap{
        padding: 30px 60px;
        background: #E7EAEC;
    }
    .globalNavi.company > ul > li .dropDown ul li a{
        color: #133664;
    }
    
    .globalNavi.company > ul > li.top.current > a,
    .globalNavi.company > ul > li.top.current > a:hover {
        color: #fff !important;
        background: #b8c5cb !important;
    }

    .globalNavi.company > ul > li > a:hover {
        color: #fff !important;
    }
    .globalNavi.company > ul > li.press > a:hover {
        background: #59c7df !important;
    }
    .globalNavi.company > ul > li.announce > a:hover {
        background: #528bd6 !important;
    }
    .globalNavi.company > ul > li.introduction > a:hover {
        background: #ff950a !important;
    }
    .globalNavi.company > ul > li.efforts > a:hover {
        background: #57bf84 !important;
    }
    .globalNavi.company > ul > li.recruit > a:hover {
        background: #f47791 !important;
    }
  
    .globalNavi.company > ul > li .dropDown{
        height: 0;
        overflow: visible;
    }
}

@media (max-width: 1024px) {
    .header_kigyo:not(.no-responsible) .globalNavi.company > ul > li:last-child > a:after{
        right: 10px;
    }
}


/*--------------------------------------------------*/
/*フッター Customized*/
/*--------------------------------------------------*/

@media print, screen and (min-width:768px){
    .footer-wrap{
        padding-top: 50px;
    }
}

@media screen and (max-width:767px){
    .footer-wrap{
        padding-top: 15px;
    }
}

.siteFooter.company .relatedLinks{
    background-color: #738792;
}
.siteFooter.company .relatedLinks .relatedLinksInner{}
.siteFooter.company .relatedLinks ul{}
.siteFooter.company .relatedLinks ul li{}
.siteFooter.company .relatedLinks ul li a{
    color: #fff;
}

@media print, screen and (min-width:1025px){
    .siteFooter.company .logo{
        margin-bottom: 10px;
        border-bottom: none;
    }
    .siteFooter.company .logo:after{
        display: none;
    }

    .siteFooter.company .relatedLinks{
        margin-bottom: 15px;
        position: relative;
    }
    .siteFooter.company .relatedLinks:before{
        content: "";
        width: 50px;
        height: 100%;
        background-color: #fabe00;
        position: absolute;
        top: 0;
        left: 50px;
    }
    .siteFooter.company .relatedLinks .relatedLinksInner{
        /* padding: 15px 0; */
        padding: 15px 100px;
    }
    
    .siteFooter.company .relatedLinks ul{
        text-align: center;
    }
    .siteFooter.company .relatedLinks ul li{
        margin-right: 25px;
        margin-left: 25px;
        display: inline-block;
    }
    .siteFooter.company .relatedLinks ul li:first-child{
        margin-left: 0;
    }
    .siteFooter.company .relatedLinks ul li:last-child{
        margin-right: 0;
    }
    .siteFooter.company .relatedLinks ul li a{
        /* padding: 3px 5px 1px; */
        padding: 3px 0px;
        border-radius: 3px;
        font-size: 14px;
        display: inline-block;
        position: relative;
    }
    .siteFooter.company .relatedLinks ul li a:hover{
        opacity: 1;
    }
    .siteFooter.company .relatedLinks ul li a:before{
        content: "";
        display: block;
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease;
    }
    .siteFooter.company .relatedLinks ul li a:hover::before {
      width: 100%;
      height: 1px;
      background-color: #fff;
      transition: all 0.5s ease;
    }
}

/*
@media print, screen and (min-width:1025px) and (max-width:1100px){
    .siteFooter.company .relatedLinks ul li{
        margin-right: 15px;
        margin-left: 15px;
    }
}
*/

@media screen and (max-width:1024px){
    .siteFooter.company .relatedLinks ul{
        text-align: left;
    }
    .siteFooter.company .relatedLinks ul li{
        border-bottom: 1px dotted #bfbfbf;
    }
    .siteFooter.company .relatedLinks ul li:last-child{
        border-bottom: none;
    }
    .siteFooter.company .relatedLinks ul li a{
        padding: 17px 15px 15px;
        font-size: 14px;
        display: block;
    }
}


/*--------------------------------------------------*/
/*scroll_view*/
/*--------------------------------------------------*/
.js-scroll_view{
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform: translateY(100px);
    opacity: 0;
}
.js-scroll_view.js-view{
    transform: translateY(0);
    opacity: 1;
}


/*--------------------------------------------------*/
/*重要なお知らせ*/
/*--------------------------------------------------*/
.importantInfo{
    background-color: #FFF1F1;
    line-height: 1;
}
.importantInfo div{
    line-height: 1;
}
.importantInfo .importantInfoInner{}

.importantInfo .meta{}
.importantInfo .meta .ttl{}
.importantInfo .cnt{}
.importantInfo .list{}
.importantInfo .list li{
    color: #D90404;
}
.importantInfo .list li a{
    color: #D90404;
}
.importantInfo .btn{}

@media print, screen and (min-width:768px){
    .importantInfo .importantInfoInner{
        max-width: 1120px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 10px;
    }
}

@media screen and (max-width:767px){
    .importantInfo .importantInfoInner{
        padding: 10px 5.333% 20px;
    }
}

@media screen and (max-width:320px){
    .importantInfo.impTop .importantInfoInner{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/*impTop*/
.importantInfo.impTop{}

/*impBtm*/
.importantInfo.impBtm{}

/*impTop, impBtm*/
.importantInfo.impTop .importantInfoInner,
.importantInfo.impBtm .importantInfoInner{}
.importantInfo.impTop .importantInfoInner:after,
.importantInfo.impBtm .importantInfoInner:after{content: ""; clear: both; display: block;}

.importantInfo.impTop .meta .ttl,
.importantInfo.impBtm .meta .ttl{
    background-color: #D90404;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.importantInfo.impTop .cnt,
.importantInfo.impBtm .cnt{}

.importantInfo.impTop .impAccCnt,
.importantInfo.impBtm .impAccCnt{
    display: none;
}

.importantInfo.impTop .btn,
.importantInfo.impBtm .btn{}
.importantInfo.impTop .btn a,
.importantInfo.impBtm .btn a{
    background-color: #fff;
    border: 1px solid #D90404;
    color: #D90404;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    position: relative;
}
.importantInfo.impTop .btn a:before,
.importantInfo.impBtm .btn a:before,
.importantInfo.impTop .btn a:after,
.importantInfo.impBtm .btn a:after{
    content: "";
    display: block;
    background-color: #D90404;
    position: absolute;
    top: 50%;
}
.importantInfo.impTop .btn a:before,
.importantInfo.impBtm .btn a:before{
    height: 1px;
    width: 12px;
    margin-top: -1px;
    right: 32px;
}
.importantInfo.impTop .btn a:after,
.importantInfo.impBtm .btn a:after{
    width: 1px;
}
.importantInfo.impTop .op .btn a:after,
.importantInfo.impBtm .op .btn a:after{
    display: none;
}

/*impMid*/
.importantInfo.impMid{
    text-align: center;
}
    
.importantInfo.impMid .meta{
    text-align: center;
}
.importantInfo.impMid .meta .ttl{
    background-color: #D90404;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.importantInfo.impMid .list{
}
.importantInfo.impMid .list li{
    color: #D90404;
}
.importantInfo.impMid .list li a{
    color: #D90404;
}
    
.importantInfo.impMid .btn{
    text-align: center;
}
.importantInfo.impMid .btn a{
    background-color: #fff;
    border: 1px solid #D90404;
    color: #D90404;
    line-height: 1;
    display: inline-block;
}

@media print, screen and (min-width:768px){
    /*impTop, impBtm*/
    .importantInfo.impTop .importantInfoInner,
    .importantInfo.impBtm .importantInfoInner{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .importantInfo.impTop .meta,
    .importantInfo.impBtm .meta{
        width: 105px;
        margin-right: 20px;
        padding-top: 2px;
        float: left;
    }
    .importantInfo.impTop .ttl,
    .importantInfo.impBtm .ttl{
        border-radius: 5px;
        padding-top: 7px;
        padding-bottom: 6px;
        font-size: 12px;
    }

    .importantInfo.impTop .cnt,
    .importantInfo.impBtm .cnt{
        width: calc(100% - 20px - 140px - 20px);
        padding-top: 8px;
        float: left;
    }

    .importantInfo.impTop .impAccCnt,
    .importantInfo.impBtm .impAccCnt{
        padding-top: 40px;
        padding-bottom: 12px;
    }

    .importantInfo .list li{
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.2;
    }
    .importantInfo .list li:last-child{
        margin-bottom: 0;
    }

    .importantInfo.impTop .btn,
    .importantInfo.impBtm .btn{
        width: 140px;
        text-align: center;
        float: right;
    }
    .importantInfo.impTop .btn a,
    .importantInfo.impBtm .btn a{
        padding: 8px 39px 8px 39px;
        border-radius: 15px;
        font-size: 12px;
        transition: color .3s ease-in-out, background-color .3s ease-in-out;
    }
    .importantInfo.impTop .btn a:before,
    .importantInfo.impBtm .btn a:before{
        width: 9px;
        margin-top: -1px;
        right: 8px;
    }
    .importantInfo.impTop .btn a:after,
    .importantInfo.impBtm .btn a:after{
        height: 9px;
        margin-top: -5px;
        right: 12px;
    }
    .importantInfo.impTop .btn a:hover,
    .importantInfo.impBtm .btn a:hover{
        background-color: #D90404;
        color: #fff;
        opacity: 1;
    }
    .importantInfo.impTop .btn a:hover:before,
    .importantInfo.impBtm .btn a:hover:before,
    .importantInfo.impTop .btn a:hover:after,
    .importantInfo.impBtm .btn a:hover:after{
        background-color: #fff;
    }

    /*impMid*/
    .importantInfo.impMid{
        margin-top: 25px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    }
    .importantInfo.impMid .importantInfoInner{
        padding-top: 60px;
        padding-bottom: 57px;
    }
    
    .importantInfo.impMid .meta{
        margin-bottom: 40px;
    }
    .importantInfo.impMid .meta .ttl{
        padding: 10px 15px 8px 15px;
        border-radius: 5px;
        font-size: 17px;
    }
    
    .importantInfo.impMid .cnt{
        margin-bottom: 45px;
    }
    .importantInfo.impMid .list{
    }
    .importantInfo.impMid .list li{
        font-size: 25px;
        line-height: 1.88;
    }
    
    .importantInfo.impMid .btn{
    }
    .importantInfo.impMid .btn a{
        padding: 14px 43px 13px 43px;
        border-radius: 22px;
        font-size: 16px;
        transition: color .3s ease-in-out, background-color .3s ease-in-out;
    }
    .importantInfo.impMid .btn a:hover{
        background-color: #D90404;
        color: #fff;
        opacity: 1;
    }
}

@media screen and (max-width:767px){
    /*impTop, impBtm*/
    .importantInfo.impTop .meta,
    .importantInfo.impBtm .meta{
        margin:0 auto 15px auto;
        width:41%;
    }
    .importantInfo.impTop .meta .ttl,
    .importantInfo.impBtm .meta .ttl{
        padding: 10px 18px 9px;
        border-radius: 5px;
        font-size: 14px;
        display: inline-block;
    }

    .importantInfo.impTop .cnt,
    .importantInfo.impBtm .cnt{
        padding-bottom: 25px;
    }

    .importantInfo.impTop .impAccCnt,
    .importantInfo.impBtm .impAccCnt{
        padding-top: 25px;
    }

    .importantInfo .list li{
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.733;
    }
    .importantInfo .list li:last-child{
        margin-bottom: 0;
    }

    .importantInfo.impTop .btn,
    .importantInfo.impBtm .btn{
        text-align: center;
    }

    .importantInfo.impTop .btn a,
    .importantInfo.impBtm .btn a{
        padding: 11px 43px 9px 35px;
        border-radius: 18px;
    }
    .importantInfo.impTop .btn a:before,
    .importantInfo.impBtm .btn a:before{
        width: 9px;
        margin-top: -1px;
        right: 28px;
    }
    .importantInfo.impTop .btn a:after,
    .importantInfo.impBtm .btn a:after{
        height: 9px;
        margin-top: -5px;
        right: 32px;
    }
    .importantInfo.impTop .btn a:active,
    .importantInfo.impBtm .btn a:active{
        background-color: #D90404;
        color: #fff;
        opacity: 1;
    }
    .importantInfo.impTop .btn a:active:before,
    .importantInfo.impBtm .btn a:active:before,
    .importantInfo.impTop .btn a:active:after,
    .importantInfo.impBtm .btn a:active:after{
        background-color: #fff;
    }

    /*impMid*/
    .importantInfo.impMid{
        margin-top: 30px;
        margin-bottom: 5px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    }
    .importantInfo.impMid .importantInfoInner{
        padding-top: 50px;
        padding-bottom: 45px;
    }
    
    .importantInfo.impMid .meta{
        margin-bottom: 20px;
    }
    .importantInfo.impMid .meta .ttl{
        padding: 10px 18px 8px 18px;
        border-radius: 5px;
        font-size: 14px;
    }
    
    .importantInfo.impMid .cnt{
        margin-bottom: 30px;
        text-align: left;
    }
    .importantInfo.impMid .list{
    }
    .importantInfo.impMid .list li{
        font-size: 18px;
        line-height: 1.78;
    }
    
    .importantInfo.impMid .btn{
    }
    .importantInfo.impMid .btn a{
        padding: 10px 25px;
        border-radius: 18px;
        font-size: 14px;
    }
    .importantInfo.impMid .btn a:active{
        background-color: #D90404;
        color: #fff;
        opacity: 1;
    }
}

@media screen and (max-width:320px){
    .importantInfo.impTop .meta{
        margin-bottom: 10px;
    }
    .importantInfo.impTop .cnt{
        padding-bottom: 10px;
    }
}

/*注意喚起*/
/*headsUp*/
.headsUpWrap{
    box-sizing: border-box;
}
.headsUpWrap *{
    box-sizing: border-box;
}

.headsUp{
    background-color: #133664;
}
.headsUp .headsUpInner{
    position: relative;
}

.headsUp .ttl{
    color: #fff;
    font-weight: bold;
}

.headsUp .btn{
}
.headsUp .btn a{
    background-color: #133664;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    display: block;
    position: relative;
}
.headsUp .btn a:before,
.headsUp .btn a:after{
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
}
.headsUp .btn a:before{
    height: 1px;
    width: 12px;
    margin-top: -1px;
    right: 32px;
}
.headsUp .btn a:after{
    width: 1px;
}
.op .headsUp .btn a:after{
    display: none;
}

@media print, screen and (min-width:768px){
    .headsUp .headsUpInner{
        /* max-width: 1140px; */
        /* max-width: 383px; */
        max-width: 383px;
        margin-right: auto;
        margin-left: auto;
        padding: 7px 43px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .headsUp .ttl{
        font-size: 15px;
    }
    
    .headsUp .btn{
        min-width: 66px;
    }
    .headsUp .btn a{
        padding: 6px 20px 6px 10px;
        border-radius: 15px;
        font-size: 12px;
        text-align: center;
        transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
    }
    .headsUp .btn a:before{
        width: 9px;
        margin-top: -1px;
        right: 8px;
    }
    .headsUp .btn a:after{
        height: 9px;
        margin-top: -5px;
        right: 12px;
    }
    .headsUp .btn a:hover{
        background-color: #fff;
        border: 1px solid #fff;
        color: #133664;
        opacity: 1;
    }
    .headsUp .btn a:hover:before,
    .headsUp .btn a:hover:after{
        background-color: #133664;
    }
}

@media screen and (max-width:767px){
    .headsUp .headsUpInner{
    }

    .headsUp .ttl{
        padding: 18px 14% 17px 4.333%;
        padding-left: calc(4.333% + 34px);
        cursor: pointer;
        font-size: 4vw;
        position: relative;
    }
    .headsUp .ttl:before,
    .headsUp .ttl:after{
        content: "";
        display: block;
        background-color: #fff;
        position: absolute;
        top: 50%;
    }
    .headsUp .ttl:before{
        width: 19px;
        height: 1px;
        margin-top: -2px;
        right: 30px;
        right: calc(4.333% + 34px);
    }
    .headsUp .ttl:after{
        width: 1px;
        height: 19px;
        margin-top: -11px;
        right: 39px;
        right: calc(4.333% + 43px);
    }
    .op .headsUp .ttl:after{
        display: none;
    }

    .headsUp .btn{
        display: none;
    }

    /*
    .headsUp .btn a{
        padding: 11px 23px 9px 15px;
        border-radius: 16px;
        font-size: 3.2vw;
    }
    .headsUp .btn a:before{
        width: 9px;
        margin-top: -1px;
        right: 8px;
    }
    .headsUp .btn a:after{
        height: 9px;
        margin-top: -5px;
        right: 12px;
    }
    .headsUp .btn a:active{
        background-color: #D90404;
        color: #fff;
        opacity: 1;
    }
    .headsUp .btn a:active:before,
    .headsUp .btn a:active:after{
        background-color: #fff;
    }
    */
}

@media screen and (max-width:320px){
    .headsUp .ttl{
        padding-left: calc(4.333% + 33px);
    }
    .headsUp .ttl:before{
        right: 47px;
    }
    .headsUp .ttl:after{
        right: 56px;
    }
}

/*headsUpCnt*/
.headsUpCnt{
    background-color: #fff;
    line-height: 1;
    display: none;
    position: relative;
}
.headsUpCnt:after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #133664;
    position: absolute;
    bottom: 0;
    left: 0;
}
.headsUpCnt .headsUpCntInner{}

.headsUpCnt .list{}
.headsUpCnt .list li,
.headsUpCnt .list li a{
    color: #133664;
}
.headsUpCnt .list li{
    line-height: 1.692;
}
.headsUpCnt .list li a{}

@media print, screen and (min-width:768px){
    .headsUpCnt .headsUpCntInner{
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        padding: 22px 10px 26px;
    }

    .headsUpCnt .list li{
        margin-bottom: 23px;
        font-size: 15px;
        line-height: 1.2;
    }
    .headsUpCnt .list li:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px){
    .headsUpCnt .headsUpCntInner{
        padding: 18px 5.333% 16px;
    }

    .headsUpCnt .list li{
        margin-bottom: 18px;
        padding-bottom: 16px;
        font-size: 3.467vw;
        border-bottom: 1px solid #d8e2e7;
    }
    .headsUpCnt .list li:first-child{
        padding-top: 0;
    }
    .headsUpCnt .list li:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}


/*--------------------------------------------------*/
/*MV*/
/*--------------------------------------------------*/
.mv{
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.mv:before{
    content: "";
    display: block;
    width: 100%;
    /* background-color: #ADC5CF; */
    background-color: #ADC5CF;
    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7eaec', endColorstr='#ffffff', GradientType=0);
	background:-webkit-gradient(linear,left top, left bottom, from(#e7eaec), to(#ffffff));
	background:-moz-linear-gradient(top,#e7eaec 0%, #ffffff 100%);
	background:linear-gradient(#e7eaec, #ffffff);

    position: absolute;
}
.mv *{
    box-sizing: border-box;
}
.mv div{
    line-height: 1;
}
.mv img{
    max-width: 100%;
    vertical-align: top;
}

.mv .mvInner{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mv .mvSlide{
    margin-right: auto;
    margin-left: auto;
    overflow: visible !important;
    position: relative;
}
.mv .mvSlide ul.mvSlideList{}
.mv .mvSlide ul.mvSlideList:after{content: ""; clear: both; display: block;}
.mv .mvSlide ul.mvSlideList li{
    float: left;
}
.mv .mvSlide ul.mvSlideList li a{
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, .25);
    display: block;
    overflow: hidden;
}
.mv .mvSlide ul.mvSlideList li.current a{}
.mv .mvSlide ul.mvSlideList li img{
    width: 100%;
    /* opacity: 0.5; */
    /* transition: opacity .3s ease; */
}
.mv .mvSlide ul.mvSlideList li.current img{
    opacity: 1;
}

.mv .mvController{
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.mv .mvController .prev,
.mv .mvController .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
}
.mv .mvController .prev{
    left: 0
}
.mv .mvController .next{
    right: 0;
}

.mv .mvPager{
    width: 100%;
    position: absolute;
    left: 0;
}
.mv .mvPager ul{
    text-align: center;
}
.mv .mvPager ul li{
    background-color: #E7EAEC;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}
.mv .mvPager ul li.current{
    background-color: #133664;
    transition: background-color .3s ease-in-out;
}

@media print, screen and (min-width:768px){
    .mv:before{
        /* height: 58.743%; */
        height: 36.674%;
        top: 27.383%;
    }

    .mv .mvInner{
        padding-top: 44px;
        padding-bottom: 74px;
    }
    .mv .mvSlide{
        max-width: 440px;
    }
    .mv .mvSlide ul.mvSlideList li{
        max-width: 440px;
        margin-right: 40px;
        margin-left: 40px;
    }
    .mv .mvSlide ul.mvSlideList li{
        /* transform: scale(.687); */
        transform: scale(.9);
        transition: transform .7s ease;
    }
    .mv .mvSlide ul.mvSlideList li.current{
        transform: scale(1.05);
    }
    .mv .mvSlide ul.mvSlideList li a{
        transition: box-shadow .3s ease, transform .3s ease;
    }
    .mv .mvSlide ul.mvSlideList li a:hover{
        box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, .6);
        opacity: 1;
        transform: scale(1.02);
    }
    
    .mv .mvController{
        max-width: 500px;
    }
    .mv .mvController .prev,
    .mv .mvController .next{
        width: 34px;
        height: 38px;
        margin-top: -200px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        opacity: 1;
        transition: opacity .3s ease-in-out;
    }
    .mv .mvController .prev{
        background-image: url(/top/img/arw_prev.png);
    }
    .mv .mvController .next{
        background-image: url(/top/img/arw_next.png);
    }
    .mv .mvController .prev:hover,
    .mv .mvController .next:hover{
        opacity: .7;
    }

    .mv .mvPager{
        bottom: 18px;
    }
    .mv .mvPager ul li{
        width: 10px;
        height: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .mv .mvPager ul li:first-child{
        margin-left: 0;
    }
    .mv .mvPager ul li:last-child{
        margin-right: 0;
    }
    .mv .mvPager ul li:hover{
        background-color: #133664;
        opacity: .7;
        transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
    }
    .mv .mvPager ul li.current{}
}

@media screen and (max-width:767px){
    .mv:before{
        height: 40.716%;
        top: 28.823%;
    }

    .mv .mvInner{
        padding-top: 20px;
        padding-bottom: 45px;
    }
    .mv .mvSlide{
        /* max-width: 74.667vw; */
        /* max-width: 58.667vw; */
        max-width: 84.667vw;
    }
    .mv .mvSlide ul.mvSlideList li{
        /* max-width: 74.667vw; */
        /* max-width: 58.667vw; */
        max-width: 84.667vw;
        margin-right: 5.333vw;
        margin-left: 5.333vw;
    }
    .mv .mvSlide ul.mvSlideList li{
        /* transform: scale(.721); */
        /* transform: scale(.82142); */
        transform: scale(.9);
        transition: transform .3s ease;
    }
    .mv .mvSlide ul.mvSlideList li.current{
        transform: scale(1);
    }
    .mv .mvSlide ul.mvSlideList li a{
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .25);
        transition: box-shadow .3s ease, transform .3s ease;
    }
    .mv .mvSlide ul.mvSlideList li a:active{
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .6);
        transform: scale(1.02);
    }

    .mv .mvController{
        /* width: 86.67vw; */
        /* width: 70.67vw; */
        width: 95.67vw;
    }
    .mv .mvController .prev,
    .mv .mvController .next{
        /*
        width: 10.667vw;
        height: 10.667vw;
        margin-top: -5.333vw;
        */
        width: 9.067vw;
        height: 10.133vw;
        /* margin-top: -36.867vw; */
        /* margin-top: -29.867vw; */
        margin-top: -40.867vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        opacity: 1;
        transition: opacity .3s ease-in-out;
    }
    .mv .mvController .prev{
        background-image: url(/top/img/arw_prev.png);
    }
    .mv .mvController .next{
        background-image: url(/top/img/arw_next.png);
    }
    .mv .mvController .prev:active,
    .mv .mvController .next:active{
        opacity: .7;
    }

    .mv .mvPager{
        bottom: 10px;
    }
    .mv .mvPager ul li{
        width: 10px;
        height: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .mv .mvPager ul li:first-child{
        margin-left: 0;
    }
    .mv .mvPager ul li:last-child{
        margin-right: 0;
    }
    .mv .mvPager ul li:active{
        background-color: #133664;
        opacity: .7;
        transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
    }
    .mv .mvPager ul li.current{}
}

@media screen and (max-width:320px){
    .mv:before{
        /* height: 51.83%; */
    }
    .mv .mvInner{
        padding-top: 15px;
        /* padding-bottom: 15px; */
    }
    .mv .mvSlide ul.mvSlideList li a{
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .25);
    }
}


/*--------------------------------------------------*/
/*サービス紹介*/
/*--------------------------------------------------*/
.serviceIntr{
    box-sizing: border-box;
    line-height: 1;
}
.serviceIntr *{
    box-sizing: border-box;
}
.serviceIntr div{
    line-height: 1;
}
.serviceIntr img{
    max-width: 100%;
    vertical-align: top;
}

.serviceIntr .serviceIntrInner{}

.serviceIntr .serviceIntrHead{
    position: relative;
}
.serviceIntr .serviceIntrHead:before{
    content: "";
    background-color: #FABE00;
    display: block;
    position: absolute;
    top: 0;
}
.serviceIntr .serviceIntrMeta{
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.serviceIntr .serviceIntrTtl{
    color: #738792;
    font-weight: bold;
}
.serviceIntr .serviceIntrTtl em{
    font-style: normal;
    display: inline-block;
}
.serviceIntr .serviceIntrTtl span{
    display: inline-block;
}

.serviceIntr .serviceIntrLink{
    margin-left: 80px;
}
.serviceIntr .serviceIntrLink a{
    color: #738792;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.serviceIntr .serviceIntrLink a:after{
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    margin-top: -2px;
    margin-right: .25em;
    margin-left: 1em;
    border-top: 2px solid #738792;
    border-right: 2px solid #738792;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.serviceIntr .intr{}
.serviceIntr .intr p{
    letter-spacing: 0.075em;
}

.serviceIntr .serviceIntrCnt{}

.serviceIntr .serviceLink{}

.serviceIntr .serviceLink{}
.serviceIntr .serviceLink.corp{}
.serviceIntr .serviceLink.individual{}
.serviceIntr .serviceLink.mobile{}
.serviceIntr .serviceLink.develop{}

.serviceIntr .serviceLink .meta{
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 4px solid #455C68;
    display: table;
}
.serviceIntr .serviceLink .meta .ttl{
    color: #455C68;
    font-weight: bold;
    letter-spacing: 0.02em;
    display: table-cell;
}
.serviceIntr .serviceLink .meta .link{
    width: 7em;
    text-align: right;
    display: table-cell;
    vertical-align: bottom;
}
.serviceIntr .serviceLink .meta .link a{
    color: #455C68;
    font-weight: bold;
    word-break:break-all;
    word-wrap: break-word;
    display: inline-block;
    position: relative;
}
.serviceIntr .serviceLink .meta .link a:after{
    content: "";
    display: inline-block;
    width: 0.45em;
    height: 0.45em;
    margin-top: -2px;
    margin-right: .25em;
    margin-left: .8em;
    border-top: 2px solid #455C68;
    border-right: 2px solid #455C68;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.serviceIntr .serviceList{
    font-size: 0;
    text-align: center;
}
.serviceIntr .serviceList li{
    display: inline-block;
    vertical-align: top;
}
.serviceIntr .serviceList li a{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceIntr .serviceList2{}
.serviceIntr .serviceList2 ul{}
.serviceIntr .serviceList2 ul li{
    text-align: center;
}
.serviceIntr .serviceList2 ul li a{
    border: 1px solid #CCC;
    color: #738792;
    font-weight: bold;
    display: block;
}
.serviceIntr .serviceList2 ul li a span{}

.serviceIntr .serviceCity{
    width: 100%;
    text-align: center;
}

@media print, screen and (min-width:768px){
    .serviceIntr .serviceIntrInner{
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        padding: 90px 10px 0;
    }
    
    .serviceIntr .serviceIntrHead:before{
        width: 120px;
        height: 5px;
        left: 0;
    }
    .serviceIntr .serviceIntrTtl{
        margin-bottom: 40px;
        padding-top: 50px;
    }
    .serviceIntr .serviceIntrTtl:before{
        width: 120px;
        height: 5px;
        left: 0;
    }
    .serviceIntr .serviceIntrTtl em{
        margin-right: 0.5em;
        font-size: 56px;
    }
    .serviceIntr .serviceIntrTtl span{
        font-size: 22px;
    }
    .serviceIntr .serviceIntrLink a:hover{
        opacity: .7;
    }

    .serviceIntr .intr{
        margin-bottom: 35px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .serviceIntr .intr p{
        font-size: 16px;
        line-height: 1.75;
    }

    .serviceIntr .serviceIntrCnt:after{content: ""; clear: both; display: block;}

    .serviceIntr .serviceLink .meta{
        margin-bottom: 20px;
    }
    .serviceIntr .serviceLink .meta .ttl{
        font-size: 18px;
    }
    .serviceIntr .serviceLink .meta .link{
        font-size: 11px;
    }
    
    .serviceIntr .serviceLink{
        margin-right: 2.678%;
        float: left;
    }
    .serviceIntr .serviceLink:last-of-type{
        margin-right: 0;
        float: right;
    }
    .serviceIntr .serviceLink.corp{
        width: 27.678%;
    }
    .serviceIntr .serviceLink.individual{
        width: 27.678%;
    }
    .serviceIntr .serviceLink.mobile{
        width: 16.785%;
    }
    .serviceIntr .serviceLink.develop{
        width: 19.821%;
    }
    
    .serviceIntr .serviceList li{
        margin: 0 6.451% 20px;
    }
    /*
    .serviceIntr .serviceList li:first-child{
        margin-left: 0;
    }
    .serviceIntr .serviceList li:last-child{
        margin-right: 0;
    }
    */
    .serviceIntr .serviceList li a{
        width: 100px;
        height: 100px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -moz-transition-property: transform;
        -webkit-transition-property: transform;
        -o-transition-property: transform;
        -ms-transition-property: transform;
        transition-property: transform;
        transition-duration: .5s;
    }
    .serviceIntr .serviceList li a:hover{
        opacity: 1;
		-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		transform: translateY(-12px);
    }

    .serviceIntr .serviceList li.eo_hikari img{width: 62px;}
    .serviceIntr .serviceList li.eo_dennki img{width: 82px;}
    .serviceIntr .serviceList li.mineo img{width: 70px;}
    .serviceIntr .serviceList li.lalacall img{width: 74px;}
    .serviceIntr .serviceList li.optage_business img{width: 82px;}
    .serviceIntr .serviceList li.crowdtsuyaku img{width: 72px;}
    .serviceIntr .serviceList li.optage_5g img{width: 76px;}
    
    .serviceIntr .serviceIntrCnt{
        padding-right: 60px;
        padding-left: 60px;
    }
    .serviceIntr .serviceList2{
        margin-top: 30px
    }
    .serviceIntr .serviceList2 ul{
        display: flex;
    }
    .serviceIntr .serviceList2 ul li{
        width: 24%;
        margin-right: 2%;
    }
    .serviceIntr .serviceList2 ul li:last-child{
        margin-right: 0;
    }
    .serviceIntr .serviceList2 ul li a{
        height: 100%;
        padding: 21px 10px 19px;
        border-radius: 30px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: border-color .3s ease, box-shadow .3s ease;
    }
    .serviceIntr .serviceList2 ul li a:hover{
        border-color: #738792;
        box-shadow: 0px 0px 0px 1px rgba(115, 135, 146, 1);
        opacity: 1;
    }

    .serviceIntr .serviceCity{
        margin-top: 40px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:767px){
    .serviceIntr .serviceIntrInner{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    
    .serviceIntr .serviceIntrHead:before{
        width: 21.257%;
        height: 4px;
        left: 5.333%;
    }
    .serviceIntr .serviceIntrTtl{
    }
    
    .serviceIntr .serviceIntrTtl{
        margin-bottom: 25px;
        padding: 25px 0 0 5.333%;
    }
    .serviceIntr .serviceIntrTtl:before{
        width: 21.257%;
        height: 4px;
        left: 5.333%;
    }
    .serviceIntr .serviceIntrTtl em{
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 1;
        display: block;
    }
    .serviceIntr .serviceIntrTtl span{
        font-size: 13px;
        display: block;
    }
    .serviceIntr .serviceIntrLink{
        margin-left: 10.667%;
    }
    .serviceIntr .serviceIntrLink a{
        font-size: 13px;
    }

    .serviceIntr .intr{
        margin-bottom: 35px;
        padding-right: 5.333%;
        padding-left: 5.333%;
    }
    .serviceIntr .intr p{
        font-size: 15px;
        line-height: 1.8;
    }

    .serviceIntr .serviceIntrCnt{
        padding-right: 10.667%;
        padding-left: 10.667%;
    }

    .serviceIntr .serviceLink .meta{
        margin-bottom: 25px;
    }
    .serviceIntr .serviceLink .meta .ttl{
        font-size: 20px;
    }
    .serviceIntr .serviceLink .meta .link{
        font-size: 13px;
    }
    
    .serviceIntr .serviceLink{
        margin-bottom: 30px;
    }
    .serviceIntr .serviceLink:last-of-type{
        margin-bottom: 0;
    }
    .serviceIntr .serviceList li{
        margin: 0vw 4vw 20px;
    }
    .serviceIntr .serviceList li:nth-child(2n+1){
        margin-left: 0;
    }
    .serviceIntr .serviceList li:nth-child(2n){
        margin-right: 0;
    }
    .serviceIntr .serviceList li:nth-last-child(-n+2){
        margin-bottom: 0;
    }
    .serviceIntr .serviceList li a{
        width: 29.333vw;
        height: 29.333vw;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -moz-transition-property: transform;
        -webkit-transition-property: transform;
        -o-transition-property: transform;
        -ms-transition-property: transform;
        transition-property: transform;
        transition-duration: .5s;
    }
    .serviceIntr .serviceList li a:active{
        opacity: 1;
		-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		transform: translateY(-12px);
    }

    .serviceIntr .serviceList li.eo_hikari img{width: 62%;}
    .serviceIntr .serviceList li.eo_dennki img{width: 76%;}
    .serviceIntr .serviceList li.mineo img{width: 65%;}
    .serviceIntr .serviceList li.lalacall img{width: 70%;}
    .serviceIntr .serviceList li.optage_business img{width: 74%;}
    .serviceIntr .serviceList li.crowdtsuyaku img{width: 76%;}
    .serviceIntr .serviceList li.optage_5g img{width: 81%;}
    
    /*scroll_view*/
    .serviceIntr .serviceLink.js-serviceIntr .serviceList li{
        transition: transform 0.25s ease, opacity 0.25s ease;
        transform: translateY(100px);
        opacity: 0;
    }
    .serviceIntr .serviceLink.js-serviceIntr.js-view  .serviceList li{
        transform: translateY(0);
        opacity: 1;
    }
    .serviceIntr .serviceLink.js-serviceIntr.js-view .serviceList li:nth-child(1){
    }
    .serviceIntr .serviceLink.js-serviceIntr.js-view .serviceList li:nth-child(2){
        transition-delay: .1s;
    }
    .serviceIntr .serviceLink.js-serviceIntr.js-view .serviceList li:nth-child(3){
        transition-delay: .2s;
    }
    .serviceIntr .serviceLink.js-serviceIntr.js-view .serviceList li:nth-child(4){
        transition-delay: .3s;
    }
    .serviceIntr .serviceLink.js-serviceIntr.js-view .serviceList li:nth-child(5){
        transition-delay: .4s;
    }

    .serviceIntr .serviceList2{
    }
    .serviceIntr .serviceList2 ul li{
        margin-top: 16px;
    }
    .serviceIntr .serviceList2 ul li:first-child{
        margin-top: 0;
    }
    .serviceIntr .serviceList2 ul li a{
        padding: 15px 10px 13px;
        font-size: 18px;
        border-radius: 25px;
    }
    .serviceIntr .serviceList2 ul li a{
        transition: border-color .1s ease, box-shadow .1s ease;
    }
    .serviceIntr .serviceList2 ul li a:active{
        border-color: #738792;
        box-shadow: 0px 0px 0px 1px rgba(115, 135, 146, 1);
        opacity: 1;
    }

    .serviceIntr .serviceCity{
        margin-top: 60px;
    }
}

/*
@media screen and (max-width:440px){
    .serviceIntr .serviceIntrInner{
        padding-bottom: 14px;
    }
    .serviceIntr .serviceList li{
        margin-right: 1.2vw;
        margin-left: 1.3vw;
    }
    .serviceIntr .serviceList li a:active{
        opacity: 1;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
    }
}

@media screen and (max-width:360px){
    .serviceIntr .serviceList li{
        margin-right: 1vw;
        margin-left: 1.1vw;
    }
}

@media screen and (max-width:300px){
    .serviceIntr .serviceList li{
        margin-right: 0.8vw;
        margin-left: 0.9vw;
    }
}
*/


/*--------------------------------------------------*/
/*サイト内検索*/
/*--------------------------------------------------*/
.siteSearch{
    background-color: #E7EAEC;
    /* background-color: #738792; */
    background-color: #b8c5cb;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
}
.siteSearch *{
    box-sizing: border-box;
}
.siteSearch div{
    line-height: 1;
}
.siteSearch .siteSearchInner{}

.siteSearch .searchBox{
    border: 1px solid #C9CCCE;
    font-weight: bold;
}
.siteSearch .searchBox::placeholder{
    color: #868686;
}
input:-ms-input-placeholder:-ms-input-placeholder{
    color: #868686;
}
input::-ms-input-placeholder::-ms-input-placeholder{
    color: #868686;
}
.siteSearch #search-btn{
    background-color: #133664;
    background-image: url(../img/icn_search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -1000%;
    overflow: hidden;
}

@media print, screen and (min-width:768px){
    .siteSearch .siteSearchInner{
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        padding: 7px 10px;
    }

    .siteSearch .searchBox{
        width: 331px;
        padding: 6px 18px;
        border-radius: 20px;
        font-size: 11px;
    }
    .siteSearch #search-btn{
        width: 26px;
        height: 26px;
        background-size: 12px auto;
        transition: background-color .3s ease-in-out;
    }
    .siteSearch #search-btn:hover{
        background-color: #fff;
        background-image: url(../img/icn_search_on.svg);
    }
}

@media screen and (max-width:767px){
    .siteSearch .siteSearchInner{
        padding: 15px 4.333%;
    }

    .siteSearch .searchBox{
        width: calc(100% - 40px - 10px);
        padding: 12px 18px 12px;
        border-radius: 50px;
        font-size: 12px;
    }
    .siteSearch #search-btn{
        width: 40px;
        height: 40px;
        background-size: 18px auto;
        transition: background-color .3s ease-in-out;
    }
    .siteSearch #search-btn:active{
        background-color: #fff;
        background-image: url(../img/icn_search_on.svg);
    }
}

@media screen and (max-width:320px){
    .siteSearch .siteSearchInner{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .siteSearch .searchBox{
        padding-right: 8px;
        padding-left: 8px;
    }
}


/*--------------------------------------------------*/
/*プレスリリース・お知らせ*/
/*--------------------------------------------------*/
.news{
    background-color: #F7F7F7;
}
.news .newsInner{}

.news .newsTtl{
    color: #738792;
    font-weight: bold;
    position: relative;
}
.news .newsTtl:before{
    content: "";
    background-color: #FABE00;
    display: block;
    position: absolute;
    top: 0;
}
.news .newsTtl em{
    font-style: normal;
    display: inline-block;
}
.news .newsTtl span{
    display: inline-block;
}


@media print, screen and (min-width:768px){
    .news{
    }
    .news .newsInner{
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        padding: 100px 10px;
    }
    
    .news .newsTtl{
        margin-bottom: 70px;
        padding-top: 50px;
    }
    .news .newsTtl:before{
        width: 120px;
        height: 5px;
        left: 0;
    }
    .news .newsTtl em{
        margin-right: 0.5em;
        font-size: 56px;
    }
    .news .newsTtl span{
        font-size: 22px;
    }

    .news .newsCnt:after{content: ""; clear: both; display: block;}

}

@media screen and (max-width:767px){
    .news{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .news .newsTtl{
        margin-bottom: 25px;
        padding: 25px 5.333% 0;
    }
    .news .newsTtl:before{
        width: 21.257%;
        height: 4px;
        left: 5.333%;
    }
    .news .newsTtl em{
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 1;
        display: block;
    }
    .news .newsTtl span{
        font-size: 13px;
        display: block;
    }
}


/*プレスリリース, お知らせ*/
.news .inSections{}
.news .inSections header{
    position: relative;
}
.news .inSections h3{
    padding-right: 50px;
    color: #333;
    font-weight: bold;
}
.news .inSections .btnRss{
    position: absolute;
    top: 0;
    right: 0;
}
.news .inSections .btnRss a{
    padding-left: 15px;
    background: url(../img/icn_rss.png) left center no-repeat;
    color: #133664;
    font-size: 15px;
}

.news .inSections .btnList{}
.news .inSections .btnList a{
    color: #738792;
    font-weight: bold;
    display: inline-block;
}
.news .inSections .btnList a:after{
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-top: -2px;
    margin-right: .25em;
    margin-left: 1em;
    border-top: 2px solid #738792;
    border-right: 2px solid #738792;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

main .commonNewsList02{
    border-top: none;
}
main .commonNewsList02 li{
    border-bottom: 1px solid #d8e2e7;
}
main .commonNewsList02 li .date{
    color: #999;
}
main .commonNewsList02 li .content{
}
main .commonNewsList02 li .textLink01{
    color: #133664;
    text-decoration: none;
}

/*プレスリリース*/
.news .inSections.press{}

/*お知らせ*/
.news .inSections.announce{}

@media print, screen and (min-width:768px){
    .news .inSections header{
        margin-bottom: 25px;
    }
    .news .inSections h3{
        font-size: 24px;
    }

    .news .inSections .btnList{
        padding-top: 45px;
    }
    .news .inSections .btnList a{
        font-size: 16px;
    }

    main .commonNewsList02 li:last-child {
      padding-bottom: 20px;
    }
    main .commonNewsList02 li:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 20px;
    }
    main .commonNewsList02 li .date{
        margin-bottom: 3px;
        font-size: 14px;
    }
    main .commonNewsList02 li .content{
        font-size: 16px;
    }
    main .commonNewsList02 li .textLink01{
        line-height: 1.75;
    }
    main .commonNewsList02 li .textLink01:hover{
        opacity: .7;
    }
    /*
    main .commonNewsList02 li .textLink01:before{
        content: "";
        display: block;
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease;
    }
    main .commonNewsList02 li .textLink01:hover::before {
      width: calc(100% - 30px);
      height: 1px;
      background-color: #133664;
      transition: all 0.5s ease;
    }
    */

    /*プレスリリース*/
    .news .inSections.press{
        width: 46.428%;
        float: left;
    }

    /*お知らせ*/
    .news .inSections.announce{
        width: 46.428%;
        float: right;
    }
}

@media screen and (max-width:767px){
    .news .inSections{
        padding-right: 5.333%;
        padding-left: 5.333%;
    }
    .news .inSections header{
        margin-bottom: 8px;
    }
    .news .inSections h3{
        font-size: 20px;
    }

    .news .inSections .btnList{
        padding-top: 20px;
    }
    .news .inSections .btnList a{
        font-size: 16px;
    }

    main .commonNewsList02 li:not(:last-child){
        margin-bottom: 15px;
    }
    main .commonNewsList02 li .date{
        margin-bottom: 3px;
        font-size: 14px;
    }
    main .commonNewsList02 li .content{
        font-size: 15px;
    }
    main .commonNewsList02 li .textLink01{
        line-height: 1.8;
    }

    /*プレスリリース*/
    .news .inSections.press{
        margin-bottom: 50px;
    }

    /*お知らせ*/
    .news .inSections.announce{
        padding-top: 50px;
        border-top: 2px solid #d8e2e7;
        /* border-top: 2px solid #738792; */
        /* border-top: 2px solid #133664; */
    }
}


/*--------------------------------------------------*/
/*関連コンテンツ*/
/*--------------------------------------------------*/
.related{
    background-repeat: no-repeat;
}
.related *{
    box-sizing: border-box;
}
.related div{
    line-height: 1;
}
.related img{
    max-width: 100%;
}

.related .relatedInner{}

.related .relatedTtl{
    color: #fff;
    font-weight: bold;
    position: relative;
}
.related .relatedTtl:before{
    content: "";
    background-color: #FABE00;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.related .relatedTtl em{
    font-style: normal;
    display: inline-block;
}
.related .relatedTtl span{
    display: inline-block;
}

.related .relatedCnt{}

.related .relatedAcc{}
.related .relatedAcc .relatedAccBtn{}
.related .relatedAcc .relatedAccBtn a{
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    position: relative;
}
.related .relatedAcc .relatedAccBtn a:before,
.related .relatedAcc .relatedAccBtn a:after{
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
}
.related .relatedAcc .relatedAccBtn a:before{
    height: 1px;
}
.related .relatedAcc .relatedAccBtn a:after{
    width: 1px;
}
.related .relatedAcc.op .relatedAccBtn a:after{
    display: none;
}

.related .relatedAcc .relatedAccCnt{
    display: none;
}

.related .relatedSec{}
.related .relatedSec:last-of-type{
    margin-bottom: 0;
}
.related .relatedSec .ttl{
    color: #fff;
    font-weight: bold;
}
.related .relatedSec .cnt{}
.related .relatedSec .links{
    display: flex;
    flex-wrap: wrap;
}
.related .relatedSec .links li{}
.related .relatedSec .links li a{
    color: #fff;
    font-weight: bold;
    line-height: 1.75;
    display: inline-block;
    position: relative;
}
.related .relatedSec .links li a:after{
    content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-top: -2px;
	margin-right: .25em;
	margin-left: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media print, screen and (min-width:768px){
    .related{
        min-height: 200px;
        background-color: #bdbdbd;
        background-position: center top;
        background-size: cover;
    }
    .related .relatedInner{
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        padding: 20px 10px;
    }
    
    .related .relatedTtl{
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .related .relatedTtl:before{
        width: 120px;
        height: 5px;
    }
    .related .relatedTtl em{
        margin-right: 0.5em;
        font-size: 56px;
    }
    .related .relatedTtl span{
        font-size: 22px;
    }
    
    .related .relatedAcc .relatedAccBtn{
    }
    .related .relatedAcc .relatedAccBtn a{
        padding: 21px 72px 19px 44px;
        border-radius: 30px;
        font-size: 18px;
        transition: color .3s ease-in-out, background-color .3s ease-in-out;
    }
    .related .relatedAcc .relatedAccBtn a:before{
        width: 14px;
        margin-top: -1px;
        right: 46px;
    }
    .related .relatedAcc .relatedAccBtn a:after{
        height: 14px;
        margin-top: -7px;
        right: 52px;
    }
    .related .relatedAcc .relatedAccBtn a:hover{
        background-color: #fff;
        color: #133664;
        opacity: 1;
    }
    .related .relatedAcc .relatedAccBtn a:hover:before,
    .related .relatedAcc .relatedAccBtn a:hover:after{
        background-color: #133664;
    }

    .related .relatedAcc .relatedAccCnt{
        padding-top: 80px;
    }

    .related .relatedSec{
        margin-bottom: 65px;
    }
    .related .relatedSec .ttl{
        margin-bottom: 35px;
        font-size: 24px;
    }
    .related .relatedSec .links{
    }
    .related .relatedSec .links li{
        /* width: 18.75%; */
        margin-right: 68px;
        margin-bottom: 15px;
    }
    .related .relatedSec .links li a{
        font-size: 16px;
    }
    .related .relatedSec .links li a:hover{
        opacity: 1;
    }
    .related .relatedSec .links li a:before{
        content: "";
        display: block;
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease;
    }
    .related .relatedSec .links li a:hover::before {
      width: calc(100% - 30px);
      height: 1px;
      background-color: #fff;
      transition: all 0.5s ease;
    }
}

@media screen and (max-width:767px){
    .related{
        padding: 50px 5.333% 35px;
        /* background-size: 236% auto; */
        background-color: #bdbdbd;
        background-position: center top;
        background-size: 100% auto;
    }
    .related .relatedInner{
    }
    
    .related .relatedTtl{
        margin-bottom: 25px;
        padding-top: 25px;
    }
    .related .relatedTtl:before{
        width: 21.257%;
        height: 4px;
    }
    .related .relatedTtl em{
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 1;
        display: block;
    }
    .related .relatedTtl span{
        font-size: 13px;
        display: block;
    }

    .related .relatedAcc .relatedAccBtn a{
        padding: 11px 42px 9px 22px;
        border-radius: 18px;
        font-size: 14px;
    }
    .related .relatedAcc .relatedAccBtn a:before{
        width: 12px;
        margin-top: -1px;
        right: 22px;
    }
    .related .relatedAcc .relatedAccBtn a:after{
        height: 12px;
        margin-top: -7px;
        right: 27px;
    }

    .related .relatedAcc .relatedAccCnt{
        padding-top: 40px;
    }
    
    .related .relatedSec{
        margin-bottom: 30px;
    }
    .related .relatedSec .ttl{
        margin-bottom: 18px;
        font-size: 20px;
    }
    .related .relatedSec .links li{
        width: 50%;
        margin-bottom: 10px;
    }
    .related .relatedSec .links li a{
        font-size: 14px;
    }
    .related .relatedSec .links li a:after{
        margin-left: 10px;
    }
    .related .relatedAcc .relatedAccBtn a:active{
        background-color: #fff;
        color: #133664;
        opacity: 1;
    }
    .related .relatedAcc .relatedAccBtn a:active:before,
    .related .relatedAcc .relatedAccBtn a:active:after{
        background-color: #133664;
    }
}


/*--------------------------------------------------*/
/*CM・動画ギャラリー*/
/*--------------------------------------------------*/
.gallery{
    box-sizing: border-box;
}
.gallery *{
    box-sizing: border-box;
}
.gallery img{
    max-width: 100%;
}

.gallery .galleryInner{}

.gallery .galleryMeta{}

.gallery .galleryTtl{
    color: #738792;
    font-weight: bold;
    position: relative;
}
.gallery .galleryTtl:before{
    content: "";
    background-color: #FABE00;
    display: block;
    position: absolute;
    top: 0;
}
.gallery .galleryTtl em{
    font-style: normal;
    display: inline-block;
}
.gallery .galleryTtl span{
    display: inline-block;
}

.gallery .galleryTgl{}
.gallery .galleryTgl a{
    color: #133664;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.gallery .galleryTgl a:before,
.gallery .galleryTgl a:after{
    content: "";
    display: block;
    background-color: #133664;
    position: absolute;
    top: 50%;
}
.gallery .galleryTgl a:before{
    height: 1px;
    width: 12px;
    margin-top: -1px;
    right: 32px;
}
.gallery .galleryTgl a:after{
    width: 1px;
}
.gallery .op .galleryTgl a:after{
    display: none;
}

.gallery .galleryCnt{}
.gallery .galleryCnt.js-accCnt{
    display: none;
}

.gallery .galleryList{}
.gallery .galleryList ul{}
.gallery .galleryList ul li{
    text-align: center;
}
.gallery .galleryList ul li a{
    border: 1px solid #CCC;
    color: #738792;
    font-weight: bold;
    display: block;
}
.gallery .galleryList ul li a span{}

@media print, screen and (min-width:768px){
    .gallery .galleryInner{
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        padding: 90px 10px 100px;
    }

    .gallery .galleryMeta{
        display: flex;
        align-items: baseline;
    }

    .gallery .galleryTtl{
        margin-bottom: 8px;
        padding-top: 50px;
    }
    .gallery .galleryTtl:before{
        width: 120px;
        height: 5px;
        left: 0;
    }
    .gallery .galleryTtl em{
        margin-right: 0.5em;
        font-size: 50px;
    }
    .gallery .galleryTtl span{
        font-size: 22px;
    }

    .gallery .galleryTgl{
        margin-left: 7px;
    }
    .gallery .galleryTgl a{
        padding-right: 22px;
    }
    .gallery .galleryTgl a:before{
        width: 9px;
        margin-top: -1px;
        right: 0;
    }
    .gallery .galleryTgl a:after{
        height: 9px;
        margin-top: -5px;
        right: 4px;
    }
    .gallery .galleryTgl a:hover{
        opacity: .7;
    }
    
    .gallery .galleryList{
        margin-top: 30px
    }
    .gallery .galleryList ul{
        display: flex;
    }
    .gallery .galleryList ul li{
        margin-right: 30px;
    }
    .gallery .galleryList ul li:last-child{
        margin-right: 0;
    }
    .gallery .galleryList ul li a{
        min-width: 221px;
        padding: 21px 10px 19px;
        border-radius: 30px;
        font-size: 18px;
        transition: border-color .3s ease, box-shadow .3s ease;
    }
    .gallery .galleryList ul li a:hover{
        border-color: #738792;
        box-shadow: 0px 0px 0px 1px rgba(115, 135, 146, 1);
        opacity: 1;
    }
    .gallery .galleryList ul li a span{}
}

@media screen and (max-width:767px){
    .gallery{
        width: 100%;
        padding: 60px 5.333% 35px;
    }

    .gallery .galleryMeta{
        margin-bottom: 25px;
        display: inline-block;
    }

    .gallery .galleryTtl{
        margin-bottom: 16px;
        padding: 25px 0 0;
    }
    .gallery .galleryTtl:before{
        width: 18.138vw;
        height: 4px;
        left: 0%;
    }
    .gallery .galleryTtl em{
        font-size: 30px;
        line-height: 1;
        display: block;
    }
    .gallery .galleryTtl span{
        font-size: 13px;
        display: block;
    }

    .gallery .galleryTgl{
        text-align: right;
    }
    .gallery .galleryTgl a{
        padding-right: 20px;
        font-size: 13px;
    }
    .gallery .galleryTgl a:before{
        width: 9px;
        margin-top: -1px;
        right: 0;
    }
    .gallery .galleryTgl a:after{
        height: 9px;
        margin-top: -5px;
        right: 4px;
    }
    .gallery .galleryTgl a:active{
        opacity: .7;
    }

    .gallery .galleryList{
        padding-bottom: 25px;
    }
    .gallery .galleryList ul li{
        width: 94.551%;
        margin: 20px auto 0;
    }
    .gallery .galleryList ul li:first-child{
        margin-top: 0;
    }
    .gallery .galleryList ul li a{
        padding: 15px 10px 13px;
        font-size: 20px;
        border-radius: 25px;
    }
    .gallery .galleryList ul li a{
        transition: border-color .1s ease, box-shadow .1s ease;
    }
    .gallery .galleryList ul li a:active{
        border-color: #738792;
        box-shadow: 0px 0px 0px 1px rgba(115, 135, 146, 1);
        opacity: 1;
    }
}

@media screen and (max-width:320px){
    .gallery .galleryTtl em{
        font-size: 26px;
    }
}


/*--------------------------------------------------*/
/*障害情報*/
/*--------------------------------------------------*/
.failureInfo{
    background-color: #F7F7F7;
    /* border-bottom: 1px solid #F7F7F7; */
    box-sizing: border-box;
}
.failureInfo *{
    box-sizing: border-box;
}
.failureInfo img{
    max-width: 100%;
}

.failureInfo .failureInfoinner{}

.failureInfo .failureInfoMeta{
    display: flex;
    align-items: baseline;
}

.failureInfo .failureInfoTtl{
    color: #738792;
    font-weight: bold;
    position: relative;
}
.failureInfo .failureInfoTtl:before{
    content: "";
    background-color: #FABE00;
    display: block;
    position: absolute;
    top: 0;
}
.failureInfo .failureInfoTtl em{
    font-style: normal;
    display: inline-block;
}
.failureInfo .failureInfoTtl span{
    display: inline-block;
}

.failureInfo .failureInfoTgl{}
.failureInfo .failureInfoTgl a{
    color: #738792;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.failureInfo .failureInfoTgl a:before,
.failureInfo .failureInfoTgl a:after{
    content: "";
    display: block;
    background-color: #738792;
    position: absolute;
    top: 50%;
}
.failureInfo .failureInfoTgl a:before{
    height: 1px;
    width: 12px;
    margin-top: -1px;
    right: 32px;
}
.failureInfo .failureInfoTgl a:after{
    width: 1px;
}
.failureInfo .op .failureInfoTgl a:after{
    display: none;
}

.failureInfo .failureInfoCnt{}
.failureInfo .failureInfoCnt.js-accCnt{
    display: none;
}

.failureInfo .failureInfoList{}
.failureInfo .failureInfoList > li{
    background-color: #fff;
    border-radius: 10px;
}
.failureInfo .failureInfoList > li .name{
    color: #738792;
    font-weight: bold;
    text-align: center;
}

.failureInfo .failureInfoList .links{
    text-align: center;
    display: flex;
    justify-content: center;
}
.failureInfo .failureInfoList .links li{}
.failureInfo .failureInfoList .links li a{
    width: 100%;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.failureInfo .failureInfoList .links li a span{
    flex-basis: 100%;
}

@media print, screen and (min-width:768px){
    .failureInfo{
    }
    .failureInfo .failureInfoinner{
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        padding: 90px 10px 100px;
    }
    
    .failureInfo .failureInfoTtl{
        margin-bottom: 8px;
        padding-top: 50px;
    }
    .failureInfo .failureInfoTtl:before{
        width: 120px;
        height: 5px;
        left: 0;
    }
    .failureInfo .failureInfoTtl em{
        margin-right: 0.5em;
        font-size: 50px;
    }
    .failureInfo .failureInfoTtl span{
        font-size: 22px;
    }

    .failureInfo .failureInfoTgl{
        margin-left: 7px;
    }
    .failureInfo .failureInfoTgl a{
        padding-right: 22px;
    }
    .failureInfo .failureInfoTgl a:before{
        width: 9px;
        margin-top: -1px;
        right: 0;
    }
    .failureInfo .failureInfoTgl a:after{
        height: 9px;
        margin-top: -5px;
        right: 4px;
    }
    .failureInfo .failureInfoTgl a:hover{
        opacity: .7;
    }
    
    .failureInfo .failureInfoList{
        margin-top: 30px;
        display: flex;
    }
    .failureInfo .failureInfoList > li{
        /* width: 30.357%; */
        width: 49.1%;
        margin-right: 20px;
        padding: 30px 18px;
    }
    .failureInfo .failureInfoList > li:last-child{
        margin-right: 0;
    }
    .failureInfo .failureInfoList > li.mbl{
        /* width: 35.714%; */
        width: 41.071%;
    }
    .failureInfo .failureInfoList > li .name{
        /* margin-bottom: 30px; */
        margin-bottom: 20px;
        font-size: 20px;
    }

    .failureInfo .failureInfoList .links{
    }
    .failureInfo .failureInfoList .links > li{
        width: 50.757%;
        margin-right: 10px;
    }
    .failureInfo .failureInfoList .links > li:last-child{
        margin-right: 0;
    }
    .failureInfo .failureInfoList .mbl .links > li{
        width: 38.823%;
    }
    .failureInfo .failureInfoList .links > li a{
        transition: border-color .3s ease, box-shadow .3s ease;
    }
    .failureInfo .failureInfoList .links > li a:hover{
        border-color: #738792;
        box-shadow: 0px 0px 0px 1px rgba(115, 135, 146, 1);
        opacity: 1;
    }
}

@media screen and (max-width:767px){
    .failureInfo{
        width: 100%;
        padding: 60px 5.333% 35px;
    }

    .failureInfo .failureInfoMeta{
        margin-bottom: 25px;
    }

    .failureInfo .failureInfoTtl{
        padding: 25px 0 0;
    }
    .failureInfo .failureInfoTtl:before{
        width: 18.138vw;
        height: 4px;
        left: 0%;
    }
    .failureInfo .failureInfoTtl em{
        font-size: 30px;
        line-height: 1;
        display: block;
    }
    .failureInfo .failureInfoTtl span{
        font-size: 13px;
        display: block;
    }

    .failureInfo .failureInfoTgl{
        margin-left: 10.667vw;
    }
    .failureInfo .failureInfoTgl a{
        padding-right: 20px;
        font-size: 13px;
    }
    .failureInfo .failureInfoTgl a:before{
        width: 9px;
        margin-top: -1px;
        right: 0;
    }
    .failureInfo .failureInfoTgl a:after{
        height: 9px;
        margin-top: -5px;
        right: 4px;
    }
    .failureInfo .failureInfoTgl a:active{
        opacity: .7;
    }
    
    .failureInfo .failureInfoList > li{
        margin-bottom: 10px;
        padding: 25px 20px;
    }
    .failureInfo .failureInfoList > li:last-child{
        margin-bottom: 0;
    }
    .failureInfo .failureInfoList > li .name{
        margin-bottom: 25px;
        font-size: 16px;
    }

    .failureInfo .failureInfoList .links{
        flex-wrap: wrap;
        justify-content:space-between;
    }
    .failureInfo .failureInfoList .links > li{
        width: 47.457%;
        margin-bottom: 14px;
    }
    .failureInfo .failureInfoList .links > li:nth-last-child(-n+2){
        margin-bottom: 0;
    }
    .failureInfo .failureInfoList .links > li.business_lalacall{
        /* margin-right: auto; */
        /* margin-left: auto; */
    }
    .failureInfo .failureInfoList .links > li a{
        transition: border-color .1s ease, box-shadow .1s ease;
    }
    .failureInfo .failureInfoList .links > li a:active{
        border-color: #738792;
        box-shadow: 0px 0px 0px 1px rgba(115, 135, 146, 1);
        opacity: 1;
    }
}

@media screen and (max-width:320px){
    .failureInfo .failureInfoTtl em{
        font-size: 26px;
    }
}
