@charset "UTF-8";

/* CSS Document */
#anchorNav.uiFix {
    position: fixed;
    top: auto;
    bottom: 13%;
    background-color: rgba(0, 0, 0, 0.6);
}

#anchorNav {
    position: absolute;
    top: 218px;
    right: 0;
    padding: 0;
    z-index: 999;
    width: 46px;
}

#anchorNav p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
}

#anchorNav ul {
    padding: 20px 0 0px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#anchorNav li {
    position: relative;
    line-height: 1;
    font-size: 0;
    outline: none;
    margin-bottom: 30px;
}

#anchorNav .uiCurrent a {
    background-color: #00CCFF;
}

#anchorNav li a {
    display: block;
    margin: auto;
    width: 12px;
    height: 12px;
    text-indent: -99999px;
    outline: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background: #fff;
}

#anchorNav li div {
    display: none;
    position: absolute;
    top: 0px;
    right: 39px;
    line-height: 25px;
    padding: 0 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #4c4c4c;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
}

#slide_sp {
    display: none;
}

#slide {
    max-width: 1920px;
    margin: 0 auto;
    max-height: 28.75vw;
    overflow: hidden;
}

#slide ul li {
    padding: 0;
}

#slide ul li img {
    max-width: 100%;
    height: auto;
}

#slide ul li.bx-clone {
    display: none;
}

#slide li a {
    display: block;
    float: left;
}

#slide li a img {
    width: 100%;
    height: auto;
}

#slide2 a {
    width: 33.33%;
}

#slide3 a {
    width: 33.33%;
}

#slide4 a {
    width: 50%;
}


.bx-wrapper {
    margin-bottom: 0px !important;
}

#slide .bx-pager {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

#slide .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    text-indent: -9999px;
    display: block;
    width: 50px;
    height: 8px;
    margin: 0 5px;
    outline: 0;
    border-radius: 0;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#slide .bx-wrapper .bx-pager.bx-default-pager a.active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.m {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.m span {
    display: block;
    font-size: 18px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

.section {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

#section2 {
    padding-bottom: 30px;
}

#infoL {
    width: 765px;
    float: left;
    padding-top: 40px;
}

#infoR {
    width: 210px;
    float: right;
    text-align: center;
}

.info {
    width: 100%;
    margin-bottom: 50px;
}

.info h3 {
    border-bottom: 5px solid #0097C1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#info2 h3 {
    border-bottom: 5px solid #FFBF04;
}

#info3 h3 {
    border-bottom: 5px solid #B0A295;
}

#info4 h3 {
    border-bottom: 5px solid #4B636D;
}

.info article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dotted #666;
    padding: 12px 0;
}

.date {
    /* margin: 10px 0 5px; */
    display: block;
    width: 18%;
}

.category{
    display: inline-block;
    margin: 0 15px;
    padding: 3px 5px;
    width: 64px;
    font-size: 11px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #fff;
}
.category.news{
    background: #FFBF04;
}
.category.publ{
    background: #0097C1;
}
.category.info{
    background: #B0A295;
}
.category.other{
    background: #4B636D;
}
.category.ir{
    background: #4B636D;
}



.info_more {
    display: block;
    margin-top: 20px;
    text-align: right;
    text-decoration: underline;
}

.info_more::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 10px;
    vertical-align: middle;
    background: url(/img/common/icon1.gif) no-repeat left center;
}

.listLink {
    text-align: right;
}

.listLink a {
    background: url(/img/common/icon1.gif) no-repeat left center;
    padding-left: 30px;
}

#section3 {
    background: url(/img/top/sec3bg.jpg) no-repeat center center;
    background-size: cover;
    max-width: 1920px;
    height: 474px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#section3 .m {
    padding-top: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

#section3 .lead {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

#section4Wrap {
    background: #F2F5F8;
    padding: 50px 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#section4Wrap ul {
    margin: 0 auto;
    max-width: 1092px;
    font-size: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#section4Wrap ul li {
    display: block;
    width: 33%;
    margin-bottom: 20px;
    background: #fff;
}

#section4Wrap ul li a {
    padding-bottom: 5px;
    display: block;
    background: url(/img/common/icon1.gif) no-repeat right 10px bottom 15px;
}

#section4Wrap ul li h3 {
    margin-top: 5px;
    padding: 0 15px;
    font-size: 19px;
    font-weight: bold;
}

#section4Wrap ul li.have_child {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#section4Wrap ul li.have_child .have_child-list {
    font-size: 15px;
    display: block;
    position: absolute;
    bottom: -83px;
    left: 0;
    width: 100%;
}

#section4Wrap ul li.have_child .have_child-list>li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    border-bottom: solid 1px #eee;
}

#section4Wrap ul li.have_child:hover {
    overflow: visible;
    border-bottom: solid 1px #eee;
}

#section5 {
    position: relative;
    background: url(/img/top/sec5_bg_v2.jpg) no-repeat center center;
    max-width: 1920px;
    height: 594px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #fff;
}

#section5 h4 {
    padding-top: 140px;
    margin-bottom: 35px;
}

#section5 .lead {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 75px;
}

#section5 .btn_area {
    width: 575px;
    margin-right: auto;
    margin-left: auto;
}

#section5 .place {
    position: absolute;
    bottom: 12px;
    right: 20px;
    font-size: 13px;
}

#section6 {
    padding: 60px 0 50px;
}

#section6 .bx-wrapper {
    max-width: 1062px !important;
    height: 320px !important;
    margin: 0 auto;
}

.slider6 .slide {
    width: 264px !important;
}

.slider6 .img {
    width: 100%;
    margin-bottom: 10px;
}

.slider6 .lead {
    height: 100px;
    overflow: hidden;
    font-size: 12px;
}

#section6 .bx-wrapper .bx-prev {
    left: -50px;
    background: url(images/controls.png) no-repeat 0 0;
}

#section6 .bx-wrapper .bx-next {
    right: -50px;
    background: url(images/controls.png) no-repeat -15px 0;
}

#section6 .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

#section6 .bx-wrapper .bx-next:hover {
    background-position: -15px 0;
}

#section6 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: -14px;
    outline: 0;
    width: 14px;
    height: 28px;
    text-indent: -9999px;
    z-index: 10;
}

#section7 {
    background: url(/img/top/sec7_bg.jpg) no-repeat center center;
    max-width: 1920px;
    height: 430px;
    margin-right: auto;
    margin-left: auto;
}

#section7 .inner {
    padding-top: 80px;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

#section7 h4 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
}

#section7 .lead {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

#section8 {
    background: url(/img/top/sec8_bg.jpg) no-repeat 40% center;
    background-size: cover;
    max-width: 1920px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
}

#section8 h2 {
    padding-top: 60px;
}

#section8 .inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

#section8 .btn {
    margin-top: 30px;
}

.box {
    width: 542px;
    float: right;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#lead1 {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 20px;
}

/* INFOタブ切り替え */
.tab-area {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-bottom: 10px;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%/4);
    padding: 10px 5px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.tab:last-child {
    border-right: 1px solid #ccc;
}

.tab::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 10px;
}

.tab.news::before {
    background: url(/img/common/info2_icon.png)no-repeat;
    background-size: contain;
}

.tab.publication::before {
    background: url(/img/common/info1_icon.png)no-repeat;
    background-size: contain;
}

.tab.notice::before {
    background: url(/img/common/info3_icon.png)no-repeat;
    background-size: contain;
}

.tab.ir-info::before {
    background: url(/img/common/info4_icon.png)no-repeat;
    background-size: contain;
}
.tab.all::before {
    background: url(/img/common/info5_icon.png)no-repeat;
    background-size: contain;
}

.tab.active {
    position: relative;
}

.tab.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
}

.tab.active.news::after {
    background-color: #FFBF04;
}

.tab.active.publication::after {
    background-color: #0097C1;
}

.tab.active.notice::after {
    background-color: #B0A295;
}

.tab.active.ir-info::after {
    background-color: #4B636D;
}
.tab.active.all::after {
    background-color: #083F95;
}

.panel {
    display: none;
}

.panel.active {
    display: block;
}


@media screen and (max-width: 1200px) {
    .section {
        max-width: 960px;
    }

    #infoL {
        width: 725px;
        float: left;
        padding-top: 40px;
    }

    #infoR {
        width: 210px;
        float: right;
    }

    #section6 .bx-wrapper {
        max-width: 906px !important;
    }

    #section6 .bx-wrapper .bx-prev {
        left: -30px;
    }

    #section6 .bx-wrapper .bx-next {
        right: -30px;
    }

    .slider6 .slide {
        width: 225px !important;
    }

    #section7 .inner {
        padding-left: 30px;
    }
    #section8 {
        background: #fff;
        padding-bottom: 0;
    }

    .box {
        width: 100%;
        float: none;
        text-align: center;
    }

    #lead1 {
        font-size: 18px;
    }

    .sec8_img {
        display: block;
        width: 100%;
        height: 350px;
        margin-top: 50px;
        background: url(/img/top/sec8_bg.jpg)no-repeat 30% 50% / cover;
    }
}

@media screen and (max-width: 1024px) {
    .section {
        max-width: 100%;
    }

    .m {
        font-size: 36px;
    }

    .m span {
        font-size: 16px;
    }

    #infoL {
        width: 100%;
    }

    #infoR {
        width: 100%;
    }

    #section2 {
        padding-top: 65px;
    }

    #infoR {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 40px;
    }

    #infoR p {
        display: block;
        width: 30%;
    }

    #section3 {
        height: auto;
        padding-bottom: 30px;
    }

    #section3 .lead {
        font-size: 15px;
    }

    #section4Wrap {
        padding: 50px 30px;
    }

    #section4Wrap ul li {
        width: 49%;
    }

    #section4Wrap ul li img {
        width: 100%;
    }

    #section6 .bx-wrapper {
        max-width: 650px !important;
    }

    #section6 .bx-wrapper .bx-viewport {
        height: 350px !important;
    }

    #section6 .bx-wrapper img {
        width: 100% !important;
    }

    .slider6 .slide {
        width: 324px !important;
    }

    #section7 {
        background-size: cover;
        height: auto;
        padding-bottom: 70px;
    }

    #section7 h4 {
        font-size: 30px;
    }
    #section4Wrap ul li.have_child .have_child-list {
        position: static;
    }
    #section4Wrap ul li.have_child .have_child-list>li:first-child {
        border-top: solid 1px #eee;
    }

}

@media screen and (max-width: 767px) {
    #anchorNav.uiFix {
        display: none;
    }

    .info article {
        display: block;
    }

    .date {
        width: auto;
        display: inline-block;
        font-size: 14px;
    }

    .title {
        width: 100%;
        margin-top: 4px;
    }

    #section3 {
        background: url(/img/top/sec3bg.jpg) no-repeat 40% center;
        background-size: cover;
    }

    .lead {
        text-align: left;
    }

    #section4Wrap ul li {
        width: 100%;
    }

    #section4Wrap ul li h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    #section4Wrap ul li h3 .font14 {
        font-size: 12px;
    }

    #section5 {
        height: auto;
        background: url(/img/top/sec5_bg_v2.jpg) no-repeat center center;
        background-size: cover;
        padding-bottom: 50px;
    }

    #section5 h4 {
        padding-top: 80px;
    }

    #section5 .btn_area {
        width: 100%;
    }

    #section5 .btn_area .fl,
    #section5 .btn_area .fr {
        float: none;
    }

    #section5 .btn_area .fl {
        margin-bottom: 20px;
    }

    #section6 .bx-wrapper {
        max-width: 560px !important;
    }

    #section6 .bx-wrapper .bx-viewport {
        height: 320px !important;
    }

    .slider6 .slide {
        width: 280px !important;
    }

    .slider6 .lead {
        font-size: 12px;
    }

    #section7 {
        background: #042659;
        color: #fff;
        height: auto;
        padding-bottom: 50px;
    }

    #section7 .inner {
        padding-top: 50px;
        padding-left: 3%;
    }

    #section7 h4 {
        font-size: 26px;
    }

    #section7 .lead {
        font-size: 15px;
    }

    #section7 .ml40 {
        margin-left: 0 !important;
        text-align: center;
    }

    #section7 .link_btn {
        background-color: #fff;
        border: 1px solid "fff";
        color: #042659;
        margin-bottom: 50px;
    }

    #section7 .link_btn:hover {
        background-color: #042659;
        color: #fff;
    }

    #section7 .link_btn::before {
        border-top: solid 2px #042659;
        border-right: solid 2px #042659;
    }

    #section7 .link_btn:hover:before {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }

    #section7 .sec7_img {
        width: 90%;
        height: 200px;
        margin: 0 auto;
        background: url(/img/top/sec7_bg.jpg) no-repeat 70% center;
        background-size: cover;
    }

    /* #section8 {
        background: #fff;
        padding-bottom: 0;
    }

    .box {
        width: 100%;
        float: none;
        text-align: center;
    }

    #lead1 {
        font-size: 18px;
    }

    .sec8_img {
        width: 100%;
        height: 200px;
        margin-top: 50px;
        background: url(/img/top/sec8_bg.jpg)no-repeat 30% 50% / cover;
    } */

    .sec8_img {
        height: 200px;
    }

    /* INFOタブ切り替え */
    .tab-area {}

    .tab {
        display: block;
        padding: 10px 2px;
        font-size: 14px;
    }

    .tab::before {
        /* width: 20px;
        height: 20px;
        margin-right: 5px; */
        display: none;
    }
}

@media screen and (max-width: 420px) {
    #slide {
        display: none;
    }

    #slide_sp {
        display: block;
        width: 100%;
    }

    #slide_sp img {
        width: 100%;
    }

    #section6 .bx-wrapper {
        max-width: 300px !important;
    }

    #section6 .bx-wrapper .bx-viewport {
        height: 310px !important;
    }

    .slider6 .slide {
        width: 300px !important;
    }
}

.mv-slide .swiper-slide{
    display: flex;
}
.mv-slide .swiper-slide a{
    flex: 1;
}

.TM_slide{
    position: relative;
}
.TM_slide_btn .slide-button-prev,
.TM_slide_btn .slide-button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.TM_slide_btn .slide-button-prev:hover,
.TM_slide_btn .slide-button-next:hover{
    cursor: pointer;
}
.TM_slide_btn .slide-button-prev{
    left: 20px
}
.TM_slide_btn .slide-button-next{
    right: 20px
}


.TM_slide .slide-pagination{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    gap: 0 10px;
    justify-content: center;
}
.TM_slide .slide-pagination .swiper-pagination-bullet{
    background: #FFF;
    display: block;
    width: 50px;
    height: 8px;
    opacity: 0.6;
    border-radius: 0;
    margin: 0;
}

.TM_slide .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}

.TM_slide_sp .slide-pagination2{
    display: flex;
    gap: 0 10px;
    justify-content: center;
    padding-top: 5px;
}

.TM_slide_sp .slide-pagination2 .swiper-pagination-bullet{
    background: #666;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
}
.TM_slide_sp .slide-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #000;
}


.works_slider_wrapper{
    position: relative;
    margin: 0 auto;
    max-width: 1062px;
}
.works_slider.swiper{
    visibility: hidden;
    transition: all 0s 0.1s;
}
.works_slider.swiper.swiper-initialized{
    visibility: visible;
}
.works_slider .swiper-slide img{
    width: 100%;
    height: auto;
}
.works_slider_btn .works_slider-button-prev,
.works_slider_btn .works_slider-button-next{
    position: absolute;
    top: 40%;
    margin-top: -14px;
}
.works_slider_btn .works_slider-button-prev:hover,
.works_slider_btn .works_slider-button-next:hover{
    cursor: pointer;
}
.works_slider_btn .works_slider-button-prev{
    left: -50px
}
.works_slider_btn .works_slider-button-next{
    right: -50px
}

@media screen and (max-width: 1200px) {
    .works_slider_wrapper{
        max-width: 906px;
    }
    .works_slider_btn .works_slider-button-prev{
        left: -30px
    }
    .works_slider_btn .works_slider-button-next{
        right: -30px
    }
}
@media screen and (max-width: 1024px) {
    .works_slider_wrapper{
        max-width: 650px;
    }
}
@media screen and (max-width: 767px) {
    .works_slider_wrapper{
        max-width: 650px;
    }
}
@media screen and (max-width: 420px) {
    .works_slider_wrapper{
        max-width: 300px;
    }
}
