@charset "UTF-8";

h2, h3, a {
    color: #000238;
}

footer .navi {
    display: none;
}

footer a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1001px) {
    footer .logo {
        padding-top: 80px;
    }
}

figure {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_title {
    font-size: 32px;
    font-weight: bold;
}

.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
}

.toForm {
    max-width: 250px;
    margin-right: 20px;
}

.toForm a {
    background-color: #F2E120;
    color: #000038;
}

.btn img {
    width: auto;
    max-height: 20px;
    margin: 0;
    margin-right: 5px;
} 

.btn a:hover {
    opacity: .7;
}

/* ------------------------ */
/* ロード画面 */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    z-index: 999;
    background: #f2f7ff;
}
    
#loading_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;

}
    
#loading_logo img {
    max-width: 160px;
    display: block;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
}

.loading_in {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left , #b4e4c5, #efe035);
    position: relative;
}

/* Loadingバー　*/
#loadBar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    color: #fff;
  }

/* ------------------------ */
    


/* ------------------------ */
/* mainimage */
#mainimage {
    background-image: url(../image/hybrid_mainbg01.png), url(../image/hybrid_main02.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

#mainimage #logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
}

.main_in {
    width: 100%;
    position: relative;
    padding-top: 80px;
}

#mainimage .content {
    max-width: 840px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    margin-left: 320px;
}

#mainimage .content_in {
    padding: 50px 70px;
}

#mainimage .page_title {
    font-family: 'Quicksand', sans-serif;
    font-size: 46px;
    font-weight: normal;
}

#mainimage .sub {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#mainimage .sub .big {
    margin-right: 100px;
}


#mainimage .sub .small {
    font-size: 14px;
    position: relative;
    display: inline-block;
}

#mainimage .sub .small::before,
#mainimage .sub .small::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #000238;
    top: 50%;
    transform: translateY(-50%);
}

#mainimage .sub .small::before {
    left: -30px;
}

#mainimage .sub .small::after {
    right: -50px;
}

#mainimage p {
    font-size: 14px;
}

#mainimage .bg_grey {
    background-color: #F5F5F5;
    border-radius: 0 0 20px 20px;
}

#mainimage .bg_grey p {
    color: #000238;
    font-weight: bold;
    width: 80%;
}

#mainimage .CVs {
    display: flex;
    margin-top: 20px;
}

#mainimage .CVs .btn {
    width: 50%;
}

#mainimage .CVs .toForm {
    max-width: 250px;
    margin-right: 20px;
}

#mainimage .CVs .toDoc {
    max-width: 320px;
}

#mainimage .CVs .toDoc a {
    background-color: #000038;
    color: #fff;
}

#mainimage .title02 {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 20px;
}

#mainimage .title02 .block {
    margin-right: 20px;
}

#mainimage .title02 .title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

#mainimage .toPdf a {
    background-color: #000038;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

#mainimage .toPdf a:hover {
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
}

#mainimage .toPdf img {
   margin-right: 10px;
}

#mainimage .period {
    width: 200px;
    height: 200px;
    background-color: #000238;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainimage .period .in {
    height: 70%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#mainimage .period .in * {
    width: 100%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    text-align: center;
    display: block;
}

#mainimage .period .title {
    font-size: 18px;
}

#mainimage .period .date {
    font-size: 28px;
    line-height: 0.8em;
}

#mainimage .period .block {
    height: 0.2em;
    line-height: 0.2em;
}

.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-button-prev {
    background-image: url(../image/hybrid_prev.png);
    left: 0;
}

.swiper-button-next {
    background-image: url(../image/hybrid_next.png);
    right: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-pagination-bullet {
    background-color: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: relative;
    opacity: 1;
}

.swiper-pagination-bullet-active::before,
.swiper-pagination-bullet:hover:before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainslide {
    padding-bottom: 50px;
    padding-top: 10px;
    overflow-X: hidden;
    position: relative;
}

.mainslide .slideOne {
    /* display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    margin: 0 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2)); */
    transition: .3s ease;
}

.mainslide .slideOneIn {
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    transition: .3s ease;
}

.mainslide .slideOne:hover {
    opacity: .7;
}

.mainslide .slideOne figure {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    height: 55%;
}

.mainslide .title {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.mainslide .name,
.mainslide .nameSub {
    font-size: 12px;
    text-align: right;
}

.mainslide .nameSub {
    color: #999999;
}

@media screen and (max-width:1230px) {
    #mainimage #logo {
        width: 230px;
    }

    #mainimage .content {
        margin-left: 190px;
    }

}

@media screen and (max-width:1100px) {
    #mainimage .bg_grey {
        padding-right: 150px;
    }

    #mainimage .bg_grey p {
        width: 100%;
    }

    #mainimage .period {
        width: 150px;
        height: 150px;
    }

    #mainimage .period .date {
        font-size: 20px;
    }

}

/* ------------------------ */

/* ------------------------ */
/* アンカーリンク */
.anchors {
    display: flex;
    width: 100%;
}

.anchors .anchorOne {
    width: calc(100% / 3);
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s ease;
    overflow: hidden;
}

.anchors .anchorOneA {
    background-image: url(../image/hybrid_anchor01.png);
}

.anchors .anchorOneB {
    background-image: url(../image/hybrid_anchor02.png);
}

.anchors .anchorOneC {
    background-image: url(../image/hybrid_anchor03.png);
}

.anchors .anchorOne .link {
    height: 130px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    transition: .3s ease;
    background-image: url(../image/hybrid_anchorbg.png);
}

.anchors .anchorOne .link a {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    position: relative;
    text-decoration: none;
}

.anchors .anchorOne .link .text {
    width: 100%;
    text-align: center;
}

.anchors .anchorOne .link a::after {
    display: block;
    content: '';
    border-left: 2px solid #333333;
    border-bottom: 2px solid #333333;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

.anchorOne:hover {
    opacity: .7;
}

.anchorOne:hover .link {
    transform: scale(1.1);
}
/* ------------------------ */

/* ------------------------ */
/* 展示会内容のご紹介 */
#exhibition {
    background-image: url(../image/hybrid_bg01.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 100px 0;
}

#exhibition .title_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

#exhibition .title_wrap .right {
    border-left: 3px solid #000238;
    padding-left: 10px;
    flex-grow: 1;
}

#exhibition .title_wrap > .title {
    font-size: 32px;
    font-weight: bold;
    width: 400px;
}

#exhibition .right .title {
    font-size: 24px;
    font-weight: bold;
}

.switchArea .contentOne {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    padding: 40px;
    display: flex;
    transition: .3s ease;
    margin-bottom: 20px;
    height: 450px;
}

.switchArea .contentOne:hover {
    opacity: .9;
}

.switchArea .contentOne:hover img {
    transform: scale(1.2);
}

.switchArea .contentOne figure {
    width: 480px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.switchArea .contentOne .desc {
    width: calc(100% - 500px);
}

.switchArea .contentOne img {
    transition: .3s ease;
}

.switchArea .contentOne .desc .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.switchArea .contentOne .in_01_date {
    margin-bottom: 20px;
    margin-top: 10px;
}

.switchArea .contentOne .in_01 span,
.switchArea .contentOne .in_01_date span {
    font-size: 16px;
    color: #333;
}

.switchArea .contentOne .in_01 .name {
    font-weight: bold;
    margin-right: 20px;
    width: 100px;
}

.switchArea .contentOne .in_01_date .head {
    font-weight: bold;
    margin-right: 20px;
    width: 100px;
}
.switchArea .contentOne .in_01 th {
    text-align: left;
    vertical-align: top;
    padding-right: 50px;
}

.switchArea .contentOne .in_01 .p10 > * {
    padding-bottom: 10px;
}

.switchArea .contentOne .in_01 td {
    position: relative;
    margin-left: 20px;
}

.switchArea .contentOne .in_01 .color-gray {
    color: #999999;
}

.switchArea .contentOne .in_01_date .text {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

.switchArea .contentOne .in_01_date .block_right {
    display: block;
    width:  calc(100% - 120px);
}

.switchArea .contentOne .in_01 td::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #999999;
    width: 1px;
    height: 15px;
    left: -20px;
    top: 7px;
}

.switchArea .contentOne .in_02 {
    margin-top: 20px;
}

.switchArea .contentOne .in_02 ul li {
    list-style-type: '・';
}

.switchArea .contentOne .in_02 li {
    list-style-position: inside;
}

#switchBtnWrap {
    display: flex;
    justify-content: space-between;
}

#switchBtnWrap figure {
    width: 16%;
    overflow: hidden;
    display: flex;
    justify-self: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
}

#switchBtnWrap figure img {
    transition: .3s ease;
    object-fit: cover;
}

#switchBtnWrap figure:hover img {
   transform: scale(1.2);
}

#switchBtnWrap figure.mask::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}

#contentWrap .contentOne.hidden {
    display: none;
}


/* ------------------------ */
/* 新製品紹介 */
#productNew {
    background-image: url(../image/hybrid_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    /* padding: 150px 0; */
}

#productNew .wrapper {
    display: flex;
    justify-content: space-between;
}

#productNew .left {
    width: 450px;
    margin-right: 50px;
}

#productNew .right {
    width: calc(100% - 500px);
}

#productNew #switchBtnWrap2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

#productNew #switchBtnWrap2 figure {
    width: calc(calc(100% / 4) - 5px);
    border-radius: 5px;
    transition: .3s ease;
    margin-right: 6px;
}

#productNew #switchBtnWrap2 figure:nth-child(n+5) {
    margin-top: 5px;
}

#productNew #switchBtnWrap2 figure:nth-child(4),
#productNew #switchBtnWrap2 figure:last-child {
    margin-right: 0;

}

#productNew #switchBtnWrap2 figure:hover {
    opacity: .7;
}

#productNew #swithImg {
    margin-bottom: 20px;
    border-radius: 10px;
    height: 220px;
}

#productNew #swithImg img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

#productNew .name {
    font-size: 20px;
}

#proConWrap {
    margin-top: 40px;
}

#proConWrap .hidden {
    display: none;
}
/* ------------------------ */

/* ------------------------ */
/* リアル商品展示 */
#productExhibition {
    margin: 100px 0;
}
/* ------------------------ */

/* ------------------------ */
/* 開催概要 */
#overview {
    background-image: url(../image/hybrid_bg03.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    /* padding: 150px 0; */
}
/* ------------------------ */

/* ------------------------ */
/* preregistration */
#preregistration {
    background-image: url(../image/hybrid_bg04.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    /* padding: 150px 0; */
}

#preregistration .cvBox {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 40px 10px;
    text-align: center;
}

#preregistration .headline {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

#preregistration .toForm {
    margin: 20px auto 0;
    max-width: 300px;
}

#preregistration .toForm a {
    padding: 15px 20px;
}
/* ------------------------ */

/* ------------------------ */
/* animation */
.fade-in {
    transform: translateY(50px) scale(.99);
    transition: all 1.5s cubic-bezier(.165,.84,.44,1);   
    opacity: 0;
}
.fade-in.visible {
    transform: translateY(0) scale(1);
    opacity: 1;
}
/* ------------------------ */

/* ------------------------ */
/* 共通 */
.sec_flex {
    display: flex;
    justify-content: space-between;
}

.sec_flex figure {
    border-radius: 20px;
}

.sec_flex .img {
    width: 450px;
}

.sec_flex .contents {
    width: calc(100% - 500px);
}

.common_pad {
    padding: 150px 0;
}
/* ------------------------ */

@media screen and (max-width:1100px) {
    .switchArea .contentOne {
        padding: 20px;
    }

    .switchArea .contentOne figure {
        width: 40%;
    }

    .switchArea .contentOne .desc {
        width: 57%;
    }

}


@media screen and (max-width:980px) {
    .inner {
        width: 94%;
    }

    #mainimage .page_title {
        font-size: 30px;
    }

    #mainimage .sub {
        font-size: 18px;
        flex-wrap: wrap;
    }

    #mainimage .sub .big {
        margin-right: 40px;
    }

    #mainimage .sub .small {
        margin: 0 auto;
    }

    #mainimage .CVs {
        flex-wrap: wrap;
    }

    #mainimage .CVs .toForm {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
    }

    #mainimage .CVs .toDoc {
        max-width: 100%;
        width: 100%;
    }

    #mainimage .title02 .block {
        width: 55%;
    }    

    #exhibition .title_wrap {
        flex-wrap: wrap;
    }
    #exhibition .title_wrap > .title {
        margin: 0;
        margin-bottom: 10px;
    }

    .sec_flex .img {
        width: 370px;
    }

    .sec_flex .contents {
        width: calc(100% - 400px);
    }

    .common_pad {
        padding: 100px 0;
    } 

    #productExhibition {
        margin: 0;
    }

    #productNew .left {
        width: 40%;
    }

    #productNew .right {
        width: 57%;
    }

    #exhibition {
        background-size: 170%;
    }

    #mainimage {
        background-size: 100%, 100%;
    }

    .mainslide .slideOne figure {
        height: 160px;
    }

}

@media screen and (max-width:690px) { 
    #mainimage .page_title {
        font-size: 20px;
    }

    #mainimage #logo {
        transform: none;
        position: static;
        margin-bottom: 20px;
        width: 50%;
    }

    #mainimage .content {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }

    #mainimage .period {
        bottom: auto;
        top: 50px;
        left: 52%;
        width: 48%;
        height: 44.5vw;
    }

    #mainimage .sub .big {
        display: block;
    }

    #mainimage .content_in {
        padding: 20px 30px;
    }    

    #mainimage .bg_grey {
        padding-right: 20px;
    }

    #mainimage .title02 {
        flex-wrap: wrap;
    }

    #mainimage .title02 .title {
        font-size: 18px;
    }

    #mainimage .title02 .toPdf {
        margin-left: auto;
        margin-top: 10px;
    }

    #mainimage .title02 .block {
        width: 100%;
    }    

    .switchArea .contentOne {
        flex-wrap: wrap-reverse;
        margin-bottom: 20px;
        padding: 20px;
        height: auto;
    }

    .switchArea .contentOne .desc {
        width: 100%;
        margin-bottom: 20px;
    }

    .switchArea .contentOne figure {
        width: 100%;
        margin-right: 0;
    }

    #switchBtnWrap {
        flex-wrap: wrap;
    }

    #switchBtnWrap figure {
        width: 32%;
        margin-bottom: 10px;
    }

    #productNew .wrapper {
        flex-wrap: wrap-reverse;
    }

    #productNew .right {
        width: 100%;
        margin-bottom: 30px;
    }

    #productNew .left {
        width: 100%;
        margin-right: 0;
    }

    .anchors {
        flex-wrap: wrap;
    }

    .anchors .anchorOne {
        width: 100%;
    }

    .anchors .anchorOne .link {
        height: 100px;
    }

    .sec_flex {
        flex-wrap: wrap;
    }

    .sec_title {
        font-size: 20px;
    }

    #productNew .name {
        font-size: 18px;
    }

    .sec_flex .contents {
        width: 100%;
        order: 1;
    }
    .sec_flex .img {
        margin: 30px auto 0;
        order: 2;
    }

    #exhibition .title_wrap > .title {
        font-size: 18px;
    }

    #exhibition .right .title {
        font-size: 16px;
    }

    .switchArea .contentOne .desc .title {
        font-size: 16px;
    }

    .switchArea .contentOne .in_01 .name, .switchArea .contentOne .in_01_date .head {
        font-size: 14px;
    }

    #preregistration .headline {
        font-size: 20px;
    }

    #preregistration .cvBox p {
        text-align: left;
    }

    #exhibition {
        padding: 50px 0;
    }

    .common_pad {
        padding: 50px 0;
    }  

    #productNew,
    #overview {
        background-size: auto 100%;
    }

}