@charset "UTF-8";

/* home.css
**************************************************************************************/


/* Layout
=============================================================================*/

/* Mainvisual Top Banner
=============================================================================*/

.home .main-banner-area {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 767px){
    .home .main-banner-area {
        width: auto;
        display: block;
    }
}

/* ======== mainvisual ======== */

.home .mainvisual-area {
    margin:0 auto;
    width: 900px;
}
.home .mainvisual-area li:not(:first-child) {
    display: none;
}
@media screen and (max-width:767px) {
    .home .mainvisual-area {
        width: 100%;
    }
    .home .mainvisual-area li {
        text-align: center;
    }
}

/*.home .mainvisual-area img {
    width: 100%;
}*/

/*pager*/
.home .mainvisual-area .bx-pager {
    text-align:center;
    padding:10px 0 0 0;
    letter-spacing:-0.4em;
}
.home .mainvisual-area .bx-pager-item {
    letter-spacing:normal;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    padding:0 6px;
}
.home .mainvisual-area .bx-pager-item a {
    background-color: #eeeeee;
    text-indent:101%;
    white-space:nowrap;
    overflow:hidden;
    display:block;
    width:14px;
    height:14px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.home .mainvisual-area .bx-pager-item a:hover ,
.home .mainvisual-area .bx-pager-item a.active {
    background-color: #666666;
}


/* ======== top-banner ======== */

.home .top-banner-area {
    width: 300px;
    min-height: 353px;
    padding: 17px 30px 25px;
    background: #d0d0d0;
}
.home .top-banner-area h2 {
    text-align: center;
    padding-bottom: 18px;
    font-size: 120%;
    font-weight: 500;
}
.home .top-banner-area ul li:first-child {
    margin-bottom: 10px;
}

/*.home .top-banner-area ul li img {
    width: 100%;
}*/

@media screen and (max-width: 767px){
    .home .top-banner-area {
        width: auto;
        min-height: auto;
        padding: 10px 10px 10px;
    }
    .home .top-banner-area .top-banner-tl {
        display: none;
    }
    .home .top-banner-area ul li {
        text-align: center;
    }
}

/* Dept
=============================================================================*/

.home .dept-area {
    width: 1200px;
    margin: 0 auto 10px;
}
.home .dept-area .dept-area-in {
    display: flex;
}
.home .dept-area .dept-area-in:first-child {
    margin-bottom: 1px;
}
.home .dept-area .dept-tl h2 {
    background: #414141;
    color: #ffffff;
    font-size: 106%;
    font-weight: 500;
    width: 95px;
    height: 100%;
    text-align: center;
    padding: 24px 0 0;
}
.home .dept-area ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 5px 0 30px;
    background: #eeeeee;
}
.home .dept-area ul li {
    width: 178px;
}
.home .dept-area ul li a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: #111111;
    padding: 0 0 9px 12px;
    background: url(../../image/index-ar001.webp) no-repeat 0 6px / 7px auto;
}
.home .dept-area ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px){
    .home .dept-area {
        width: auto;
        margin: 10px 10px;
    }
    .home .dept-area .dept-area-in {
        display: block;
    }
    .home .dept-area .dept-tl h2 {
        background: url(../../image/sp-index-ic003.webp) #e7e7e7 no-repeat right 10px center / 22px auto;
        color: #111111;
        font-size: 100%;
        width: 100%;
        text-align: left;
        padding: 10px 10px 13px;
    }
    .home .dept-area .dept-tl.dept-open h2 {
        background: url(../../image/sp-index-ic003on.webp) #e7e7e7 no-repeat right 10px center / 22px auto;
    }
    .home .dept-area .dept-list {
        display: none;
    }
    .home .dept-area ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        background: #ffffff;
        border-bottom: solid 1px #e7e7e7;
    }
    .home .dept-area ul li {
        width: 50%;
        border-right: solid 1px #e7e7e7;
        border-bottom: solid 1px #e7e7e7;
    }
    .home .dept-area ul li:nth-child(2n) {
        border-right: none;
    }
    .home .dept-area ul li:nth-of-type(7),
    .home .dept-area ul li:last-child {
        border-bottom: none;
    }
    .home .dept-area ul li a {
        font-size: 93%;
        padding: 13px 5px 13px 18px;
        background: url(../../image/index-ar001.webp) no-repeat 10px 19px / 7px auto;
    }
}

/* Important
=============================================================================*/

.home .important-area {
    width: 1200px;
    margin: 0 auto 10px;
    border: solid 1px #ffe13e;
}
.home .important-area .important-tl h2 {
    font-size: 113%;
    font-weight: 500;
    padding: 10px 0 13px 54px;
    background: url(../../image/important-ic001.webp) #ffe13e no-repeat 19px 11px / 26px auto;
}
.home .important-area .important-list {
    padding: 16px 19px 5px;
}
.home .important-area .important-list dl {
    padding-bottom: 12px;
    display: flex;
}
.home .important-area .important-list dl dt {
    padding-right: 22px;
}
.home .important-area .important-list dl dd a {
    text-decoration: none;
}
.home .important-area .important-list dl dd a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px){
    .home .important-area {
        width: auto;
        margin: 0 10px 20px;
    }
    .home .important-area .important-tl h2 {
        font-size: 100%;
        padding: 3px 0 5px 37px;
        background: url(../../image/important-ic001.webp) #ffe13e no-repeat 10px 6px / 18px auto;
    }
    .home .important-area .important-list {
        padding: 17px 17px 13px;
    }
    .home .important-area .important-list dl {
        display: block;
        padding-bottom: 15px;
    }
}

/* SP Link
=============================================================================*/

.home .sp-link-area {
    display: none;
}

@media screen and (max-width: 767px){
    .home .sp-link-area {
        display: block;
        margin: 0 10px 20px;
    }
    .home .sp-link-area ul {
        display: flex;
        justify-content: space-between;
    }
    .home .sp-link-area ul li {
        width: 50%;
    }
    .home .sp-link-area ul li a {
        display: block;
        text-decoration: none;
        text-align: center;
        color: #ffffff;
        font-size: 93%;
        border-right: solid 1px #ad484c;
        padding: 40px 0 14px;
        line-height: 1.3;
        background-color: #930e14;
        background-repeat: no-repeat;
    }
    .home .sp-link-area ul li.sp-link001 a {
        background-image: url(../../image/sp-index-ic004.webp);
        background-position: center 14px;
        background-size: 28px auto;
    }
    .home .sp-link-area ul li.sp-link002 a {
        background-image: url(../../image/sp-index-ic005.webp);
        background-position: center 16px;
        background-size: 25px auto;
    }
    .home .sp-link-area ul li.sp-link003 a {
        background-image: url(../../image/sp-index-ic006.webp);
        background-position: center 15px;
        background-size: 13px auto;
    }
    .home .sp-link-area ul li.sp-link004 a {
        border-right: none;
        background-image: url(../../image/sp-index-ic007.webp);
        background-position: center 15px;
        background-size: 25px auto;
    }
}

/* News Event
=============================================================================*/

.home .news-event-area {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto 11px;
}

@media screen and (max-width: 767px){
    .home .news-event-area {
        display: none;
    }
}

/* ======== news ======== */

.home #main .news-area#news {
    width: 575px;
    padding-bottom: 0;
}

/*title*/
.home #main .news-area#news .title {
    margin-bottom: 20px;
}

/*一覧*/
.home #main .news-area#news p.list-link {
    right:0;
}

.home #main .news-area#news p.ncuonly-link a {
    display: block;
    font-size: 93%;
    font-weight: 500;
    background-image:url("../../image/contents-ic004.webp");
    background-position:9px center;
    background-repeat:no-repeat;
    background-size: 19px auto;
    padding: 3px 10px 5px 36px;
    border: solid 1px #d3d3d3;
    text-decoration: none;
    color: #111111;
}

/*Tab設定*/
.home #main #tab-area {
    padding-top:60px;
    position:relative;
}

.home #main #tab-area .tab-content { display: none; }
.home #main #tab-area .tab-radio {display: none;}
.home #main #tab-area #all-tab:checked ~ #all-tab-content { display: block; }
.home #main #tab-area #tab01:checked ~ #tab01-content { display: block; }
.home #main #tab-area #tab02:checked ~ #tab02-content { display: block; }
.home #main #tab-area .tab-radio-label {
    position:absolute;
    top:0;
    height:50px;
    width:191px;
    display:block;
    height:50px;
    text-decoration: none;
    padding: 12px 0 0 0;
    box-sizing: border-box;
    color: #111111;
    text-align: center;
    font-size: 106%;
    font-weight: 500;
    background: #f6f6f6;
    border-radius: 5px 5px 0 0;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
}
.home #main #tab-area .tab-radio:checked + .tab-radio-label, 
.home #main #tab-area .tab-radio-label:hover {
    color: #930e14;
    background: #ffffff;
    border-bottom: solid 1px #ffffff;
}
.home #main #tab-area .tab-radio-label:hover {
    cursor: pointer;
}

.home #main #tab-area .tab-radio-label--all {
    left:0;
}
.home #main #tab-area .tab-radio-label--01 {
    left:191px;
}
.home #main #tab-area .tab-radio-label--02 {
    left:384px;
}

/*リスト*/
.home #main .news-area#news dl {
    padding:20px 0 24px;
}

@media screen and (max-width: 767px){
.home #main #tab-area {
    padding-top: 0;
}
.home #main #tab-area h3 {
    display: none;
}
}

/* ======== event ======== */

.home .news-area#event-list {
    width: 575px;
}
.home .news-area#event-list .title h2 {
    padding: 9px 67px 9px 63px;
}

/*一覧*/
.home .news-area#event-list p.list-link {
    right:0;
}

.home .news-area#event-list p.calendar-link a {
    display: block;
    font-size: 93%;
    font-weight: 500;
    background-image:url("../../image/contents-ic005.webp");
    background-position:9px center;
    background-repeat:no-repeat;
    background-size: 19px auto;
    padding: 3px 10px 5px 36px;
    border: solid 1px #d3d3d3;
    text-decoration: none;
    color: #111111;
}

/* Special Link
=============================================================================*/

.home .special-link {
    display: flex;
    width: 1200px;
    margin: 0 auto 30px;
}
.home .special-link .special-link-tl h3 {
    width: 172px;
    height: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    background: #414141 no-repeat 29px 38px / 26px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .special-link ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    background: #e7e7e7;
    padding: 17px 30px 17px 30px;
}
.home .special-link ul .link-wrap{
    position: relative;
    width: 280px;
}
.home .special-link ul .link-wrap span{
    padding: 0 0 10px 18px;
}
.home .special-link ul .link-wrap::before{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../../image/index-ic005.webp);
    position: absolute;
    top:8px;
}
.home .special-link ul .link-wrap .link-in{
    padding:10px 0 0 0;
    border-top: solid 1px #999;
    display: flex;
    gap:5px
}

.home .special-link ul li {
    padding: 0;
    
}
.home .special-link ul li:nth-of-type(7),
.home .special-link ul li:last-child {
    padding-right: 0;
}
.home .special-link ul li a {
    padding-left: 17px;
    text-decoration: none;
    background: url(../../image/index-ar002.webp) no-repeat 0 5px / 7px auto;
}
.home .special-link ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px){
    .home .special-link {
        display: block;
        width: auto;
        margin: 0 10px 20px;
    }
    .home .special-link .special-link-tl h3 {
        width: auto;
        font-size: 100%;
        background: #414141;
        padding: 4px 5px 5px 10px;
        margin-right: 0;
        justify-content: left;
    }
    .home .special-link ul {
        flex-direction: column;
        justify-content: space-between;
        padding: 22px 15px 8px 15px;
    }
    .home .special-link ul li {
        margin: 0 0 0px;
        padding: 0;
        width: 47%;
    }
    .home .special-link ul .link-wrap{
        width: auto;
    }
    .home .special-link ul .link-wrap ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content:left;
    }
    .home .special-link ul .link-wrap .link-in li{
        padding-bottom: 20px;
    }
}
    


/* Banner
=============================================================================*/

.home #main .banner-area {
    width: 1200px;
    margin: 0 auto;
}
.home #main .banner-area ul {
    display: flex;
    flex-wrap: wrap;
}
.home #main .banner-area ul li {
    width:380px;
    margin-right: 30px;
    margin-bottom:30px;
    line-height:1;
    text-align:center;
}
.home #main .banner-area ul li:nth-child(3n) {
    margin-right: 0;
}
.home #main .banner-area ul li img {
    max-width:380px;
}

@media screen and (max-width: 767px){
    .home #main .banner-area {
        width: auto;
        margin: 0 10px 31px;
    }
    .home #main .banner-area ul {
        display: block;
    }
    .home #main .banner-area ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .home #main .banner-area ul li img {
        max-width: 355px;
    }
}

/* Bottom Link
=============================================================================*/

.home .bottom-link .bottom-link-in {
    width: 800px;
    margin: 0 auto;
}
.home .bottom-link ul {
    display: flex;
    justify-content: space-between;
}
.home .bottom-link ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 400px;
}
.home .bottom-link ul li.bottom-link001 a {
    border-top: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    padding: 17px 0 18px 40px;
    background-image: url(../../image/index-ic002.webp), url(../../image/index-ar002.webp);
    background-repeat: no-repeat;
    background-size: 18px auto, 7px auto;
    background-position: 48px 13px, 76px 24px;
}
.home .bottom-link ul li.bottom-link002 a {
    border-top: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    padding: 17px 0 18px 148px;
    background-image: url(../../image/index-ic003.webp), url(../../image/index-ar001.webp);
    background-repeat: no-repeat;
    background-size: 120px auto, 7px auto;
    background-position: 57px 15px, 191px 25px;
}
.home .bottom-link ul li.bottom-link003 a {
    background: url(../../image/index-ic004.webp) no-repeat #930e14 125px 19px!important;
    color: #ffffff;
    padding: 17px 0 19px 28px!important;
}
.home .bottom-link ul li.bottom-link001 a:hover,
.home .bottom-link ul li.bottom-link002 a:hover,
.home .bottom-link ul li.bottom-link003 a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 767px){
    .home .bottom-link {
        border-bottom: none;
    }
    .home .bottom-link .bottom-link-in {
        width: auto;
        margin: 0 10px 30px;
    }
    .home .bottom-link ul {
        display: block;
    }
    .home .bottom-link ul li a {
        width: 100%;
    }
    .home .bottom-link ul li.bottom-link001 a {
        padding: 17px 0 18px 40px;
        background-image: url(../../image/index-ic002.webp), url(../../image/index-ar002.webp);
        background-repeat: no-repeat;
        background-size: 18px auto, 7px auto;
        background-position: 26px 13px, 54px 24px;
    }
    .home .bottom-link ul li.bottom-link002 a {
        border: solid 1px #dfdfdf;
        padding: 17px 0 16px 137px;
        background-image: url(../../image/index-ic003.webp), url(../../image/index-ar001.webp);
        background-position: 37px 13px, 165px 23px;
    }
    .home .bottom-link ul li.bottom-link003 a {
        display: none;
    }
}

/* SP Tnavi Link
=============================================================================*/

.home .sp-tnavi-link-area {
    display: none;
}

@media screen and (max-width: 767px){
    .home .sp-tnavi-link-area {
        display: block;
    }
    .home .sp-tnavi-link-area .sp-tnavi-link-tl h2 {
        font-size: 93%;
        font-weight: normal;
        color: #ffffff;
        background: url(../../image/sp-index-ic001on.webp) #930e14 no-repeat 10px 8px / 32px auto;
        padding: 7px 13px 11px 52px;
    }
    .home .sp-tnavi-link-area ul {
        display: flex;
        flex-wrap: wrap;
        background: #f6f6f6;
    }
    .home .sp-tnavi-link-area ul li {
        width: 50%;
    }
    .home .sp-tnavi-link-area ul li a {
        display: block;
        text-decoration: none;
        font-size: 86%;
        border-right: solid 1px #d3d3d3;
        border-bottom: solid 1px #d3d3d3;
        padding: 13px 0 14px 20px;
        background: url(../../image/index-ar003.webp) no-repeat 10px 20px / 5px auto;
    }
    .home .sp-tnavi-link-area ul li:nth-child(2n) a {
        border-right: none;
    }
}

/* quick access
=============================================================================*/
.home .special-link ul .link-wrap:nth-child(2) .link-in {
    /* justify-content: flex-start; */
}
.home .special-link > ul > li:nth-child(2) li:nth-child(odd) {
    width: 44%;
}
.home .special-link > ul > li:nth-child(2) li:nth-child(even) {
    /* width: 43.5%; */
    width: 44%;
}
/* .home .special-link > ul > li:nth-child(2) li:nth-child(4) {} */
@media screen and (max-width: 767px) {
    .home .special-link > ul > li:nth-child(2) li {}

    .home .special-link > ul > li:nth-child(2) li:nth-child(odd) {
        width: 47%;
    }
    .home .special-link > ul > li:nth-child(2) li:nth-child(even) {
        width: 47%;
    }
}