@charset "utf-8";

/* CSS Document */
/* slider */
#slider {
    position: relative;
}

#slider .owl-item {
    animation-duration: 2s;
}

#slider .owl-item .ojf {
    width: 100%;
    height: 600px;
}

#slider .top-sliders {
    position: relative;
    z-index: 1;
}

#slider .slTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    min-width: 300px;
    transform: translate(-50%, 0%);
    z-index: 10;
}

#slide {
    height: 800px;
    background-image: url("../img/top/ho-img00.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 55px;
}

#hoNews {
    background-color: #F7F8F8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hoNRows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.hoNLeft {
    width: 25%;
    font-size: 36px;
    font-weight: bold;
    color: #009FE8;
    letter-spacing: 0.4px;
    line-height: 140%;
}

.hoNRight {
    width: 75%;
}

.hoNRight table {
    width: 100%;
}

.hoNRight table tr td {
    font-size: 14px;
    font-weight: 500;
    color: #231815;
    letter-spacing: 0.5px;
    line-height: 242%;
    vertical-align: middle;
}

.hoNRight table tr td:first-child {
    color: #009FE8;
    width: 120px;
}

.hoNRight table tr td:nth-child(2) {
    width: 120px;
    padding-right: 1em;
}

.hoNRight table tr td .cat-name {
    display: block;
    text-align: center;
    padding: .5em 1em;
    line-height: 1.2;
    font-size: 12px;
    background: #009FE8;
    color: #fff;
}

.hoNRight table tr td .newMark {
    color: #f00;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

.hoNRight table tr td .cat-name.cat-0 {}

.hoNRight table tr td .cat-name.cat-1 {}

.hoARows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.hoAItem {
    width: 32%;
    background-color: #009FE8;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.hoAItem:nth-child(3n) {
    margin-right: 0;
}

span.hoAIcon {
    height: 190px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

span.hoAIcon>img {
    max-height: 100px;
}

span.hoATitle {
    display: block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 120%;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 18px;
}

span.hoAIntro {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 165%;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

span.hoAIntro::before {
    content: none;
    width: 86px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #fff;
}

.hoAItem:nth-child(1) span.hoAIcon {
    padding-bottom: 9px;
}

.hoAItem:not(:first-child) span.hoAIcon {
    padding-bottom: 15px;
}

#hoAbout .btnStyle01 {
    padding-top: 50px;
}

.hoBuRows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 48px;
}

.hoBuLeft {
    width: 43%;
    margin-right: 4%;
    text-align: right;
}

.hoBuRight {
    width: 53%;
    padding-right: 20px;
}

span.hoBuTt {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #009FE8;
    line-height: 166%;
}

span.hoBuFull {
    display: block;
    /*    font-size: 16px;*/
    font-weight: 500;
    color: #009FE8;
    letter-spacing: 0.5px;
    line-height: 188%;
    padding-top: 32px;
}

.hoBuRows span.btnStyle02 {
    text-align: left;
    margin-top: 43px;
}

.hoBuRows span.btnStyle02 a {
    margin-left: inherit;
    margin-right: inherit;
}

#hoBussiness {
    padding-bottom: 100px;
    padding-top: 125px;
}

.hoPContent {
    background-color: #DFF3FF;
    padding-top: 52px;
    padding-bottom: 52px;
}

.grid-1570 {
    max-width: 1570px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hoPSlide .item {
    display: block;
    background-color: #fff;
    color: #009FE8;

}

.hoPSlide .item:hover {
    text-decoration: none;
    background: #009FE8;
    color: #fff;
}

#prSlide .owl-item {
    position: relative;
    z-index: 1;
}

#prSlide .owl-item::before {
    content: '';
    background-image: url(../img/top/ho-img11.png);
    background-position: center right;
    background-repeat: no-repeat;
    width: 30px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
    z-index: 2;
}

.hoPSlide .item span.hoPIImg {
    height: 197px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.hoPITxt {
    padding-top: 38px;
    padding-bottom: 43px;
}

.hoPITxt span {
    display: block;
    text-align: center;
}

.hoPITxt span.hoPT01 {
    font-size: 14px;
    letter-spacing: 1px;
}

.hoPITxt span.hoPT02 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 160%;
    padding-top: 8px;
}

#prSlide {
    margin-top: 60px;
}

#prSlide .owl-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(0, -50%);
    z-index: 2;
}

#prSlide .owl-nav button {
    position: absolute;
    margin: auto !important;
    background: none !important;
    transition: ease all 0.35s;
    opacity: 1;
    padding: 0 !important;
    box-shadow: none !important;
}

#prSlide .owl-nav button:hover {
    opacity: 0.75;
}

#prSlide .owl-nav button:focus {
    outline: none;
}

#prSlide .owl-prev {
    float: left;
    left: 0 !important;
    transform: translateX(-50%) !important;
}

#prSlide .owl-next {
    float: right;
    right: 0 !important;
    transform: translateX(50%) !important;
}

.hoPContent01 {
    padding-top: 45px;
    /* padding-bottom: 50px; */
}

#hoMovie {
    padding-top: 80px;
}

.hoM {
    text-align: center;
    padding-top: 55px;
}

.hoM .btnStyle01 {
    margin-top: 40px;
}

.hoBtn {
    font-size: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 120px;
}

.hoBtn li {
    display: inline-block;
    vertical-align: middle;
    width: 49.75%;
    margin-right: 0.5%;
}

.hoBtn li:nth-child(2n) {
    margin-right: 0;
}

.hoBtn li a {
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #009FE8;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: ease all 0.35s;
    background-image: url("../img/top/ho-img15.png");
    background-position: center left 40px;
    background-repeat: no-repeat;
    padding-left: 120px;
    padding-right: 30px;
    opacity: 1;
}

.hoBtn li a:hover {
    opacity: 0.75;
    text-decoration: none;
}

.award {
    padding: 80px 0;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    margin-top: 160px;
}

.award.flex {
    display: flex;
    align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}

.award img {
    display: block;
    width: 50%;
    margin: auto;
}

.award.flex img{
    width:18%;
    margin: 0;
}
.award.flex.iogo6 img{
    width:16%;
    margin: 0;
}
.award.flex.iogo6.size-s img{
    width:12%;
    margin: 0 2%;
}


.award img.img1 {
    max-width: 300px;
    margin-bottom: 80px;
}
.award.flex  img.img1{
    margin-bottom: 0;
}

.award img.img2 {
    max-width: 200px;
}
.award img.img3 {
    max-width: 200px;
}


.award.flex.x3 {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.award.flex.iogo6.x3 img{
    width:27%;
    margin: 0 0 20px 0;
}

.award.flex.iogo6 .flex{
    display: flex;
    flex-wrap: wrap;
}

.award.flex.x3.iogo6 {
    max-width: 950px;
}
.award.flex.iogo6 li{
    width: 11%;
    margin: 1% 1.5%;
    font-size: 11px;
/*    width: 16%;
    margin: 1% 2%;*/
    text-align: center;
    font-weight: bold;
}
.award.flex.iogo6 li span{
    height: 220px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fukuiblowinds {
    max-width: 600px;
    margin: auto;
    padding: 8% 0;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .award.flex.iogo6 li span{
/*        height: 26vw;*/
        height: 16vw;
    }

}
@media screen and (max-width: 760px) {
/*    .award.flex.iogo6 li{
        width: calc(97% / 3);
        margin: 2% 0.5%;
    }*/

    .award.flex.iogo6 li{
        width: calc(92% / 4);
        margin: 2% 1%;
    }

}







@media screen and (max-width: 580px) {
    .award {
        padding: 40px 0;
        margin-top: 80px;
    }
    .award.flex img{
        width:32%;
        margin-bottom: 20px;
    }
	.award.flex.iogo6 img{
        width:32%;
        margin-bottom: 20px;
    }
    .award.flex.iogo6.size-s img{
        width:28%;
        margin-bottom: 20px;
    }

}

















@media all and (-ms-high-contrast:none) {}