@charset "UTF-8";

.flex { display: flex;}
.rela { position: relative;}


/* ================================================
header
================================================== */
header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    padding: 15px 0 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 999;
}
header #sp_menu {
    display: none;
}
header h1 {
    width: 330px;
    max-width: 30%;
    margin-left: 30px;
    transition: 0.3s;
    position: absolute;
    left: 3%;
    top: 20px;
}
header h1 a {
    display: block;
}
header h1 a:hover {
    opacity: .7;
}
header .nav_rArea {
    width: 94%;
    margin: 0 auto;
}
header .fix_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .fix_nav a {
    display: block;
    font-size: 15px;
    margin-left: 10px;
    line-height: 1;
}
header .fix_nav a:hover {
    opacity: 0.7;
}
header .fix_nav .tn_izunyan {
    display: flex;
    justify-content: center;
    gap:0.5em;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 16px;
}
header .fix_nav .tn_izunyan img {
    width: 30px;
}
header .fix_nav a:nth-child(n+2) {
    padding: 7px 10px;
    color: #fff;
    border-radius: 5px;
}
header .fix_nav .tn_onlines { background: #d80012;}
header .fix_nav .tn_tenant { background: #e58900;}
header .fix_nav .tn_event { background: #6baf33;}

header .navList {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap:2em;
    flex-wrap: nowrap;
    align-items: flex-end;
}
header .navList a {
    display: block;
    font-size: 16px;
    padding: 15px 0;
}
header .navList a:hover {
    opacity: 0.7;
}
header .navList .ic_i-closet {
    width: 70px;
}

.dropDown_box {
    position: fixed;
    width: 100%;
    top: 106px;
    left: 0;
    background: #7bad47;
    padding: 50px 0;
    z-index: 999;
    
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}
.btn_dropDown:hover > .dropDown_box,
.btn_dropDown:focus-within > .dropDown_box{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropDown_box .dd_inner {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    gap:5%;
    align-items: flex-start;
}
.dropDown_box .dd_inner > figure {
    width: 420px;
    max-width: 30%;
    border-radius: 20px;
    overflow: hidden;
}
.dropDown_box .dd_inner a {
    color: #fff;
    position: relative;
}
.dropDown_box .dd_inner article {
    width: 65%;
}
.dropDown_box .dd_bignav {
    display: block;
    font-size: 26px;
    width: fit-content;
    padding: 0 50px 0 0;
}
.dropDown_box .dd_bignav::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/assets/img/bigarrow.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s;
}
.dropDown_box .dd_bignav:hover::after {
    right: 0;
}
.dropDown_box .dd_List {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
    gap:3%;
}
.dropDown_box .dd_List li {
    width: 30%;
}
.dropDown_box .dd_List li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 20px 20px 20px 0;
}
.dropDown_box .dd_List li a small {
    font-size: 15px;
    color: #fff;
}
.dropDown_box .dd_List li a:after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/assets/img/miniarrow.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s;
}
.dropDown_box .dd_List li a:hover::after {
    right: 0;
}
.dropDown_box .dd_List li a.new_tab:after {
    background: url(/assets/img/newtab.svg) no-repeat;
}



/* ================================================
footer
================================================== */
footer {
    width: 100%;
    background: #efede9;
    padding: 100px 0 40px;
}
footer .foot_Nav {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:3%;
}
footer .foot_Nav > div {
    width: fit-content;
    padding-left: 20px;
}
footer .foot_Nav > div a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
footer .foot_Nav > div a:hover {
    opacity: 0.7;
}
footer .foot_Nav > div a.b_link {
    font-weight: bold;
    font-size: 16px;
}
footer .foot_Nav > div a.b_link:nth-child(n+2) {
    margin-top: 40px;
}
footer .foot_Nav > div a.b_link:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background: #4d4d4d;
}
footer .foot_Nav .fn_Box a {
    border-radius: 50px;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    width: 220px;
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
}
footer .foot_Nav .fn_Box > a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    background: url(/assets/img/btn_arrow.svg) no-repeat;
    background-size: cover;
}
footer .foot_Nav .fn_Box a:hover {
    opacity: 0.7;
}
footer .foot_Nav .fn_Box a.fn_online { background: #d80012;}
footer .foot_Nav .fn_Box a.fn_tenant { background: #e58900;}
footer .foot_Nav .fn_Box a.fn_event { background: #6baf33;}
footer .foot_Nav .fn_Box a.fn_recruit { background: #0878a1;}
footer .foot_Nav .fn_Box .sns_Box {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
footer .foot_Nav .fn_Box .sns_Box > a {
    width: 30px;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 0;
}
footer .bottom_Wrap {
    background: #fff;
    margin-bottom: 30px;
}
footer .bottom_Wrap .campany_link{
    padding: 10px 20px 20px;
    justify-content: space-between;
    align-items: center;
}
footer .bottom_Wrap .campany_link a{
    width: calc((100% / 6) - 20px);
    margin-right: 20px;
    transition: 0.3s;
}
footer .bottom_Wrap .campany_link a:last-child{ margin-right: 0;}
footer .bottom_Wrap .campany_link a:hover{ opacity: 0.7;}
footer .bottom_Wrap .campany_link a figure{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
footer .bottom_Wrap .campany_link a p{
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

footer .foot_btn {
    width: 1200px;
    max-width: 92%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .foot_btn li a {
    display: block;
    font-size: 14px;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0px;
    border-right: 1px solid #333;
}
footer .foot_btn li:last-child {
    display: none;
}
footer .foot_btn li:nth-last-child(2) a {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
footer .foot_btn li a span {
}
footer .foot_btn li a:hover span {
    border-bottom: 1px solid #888888;
}
footer #copy {
    font-size: 12px;
    color: #3e3a39;
    text-align: center;
    line-height: 1.5;
}
footer #page_Top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 30px;
    z-index: 9999;
}







/* ================================================
Main Contents
================================================== */
#content_Wrap {
    margin-top: 105px;
    padding-top: 1px;
}
.inner {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}


/*パンくずリスト*/
.bread_Nav {
    width: 1200px;
    max-width: 90%;
    margin: 50px auto;
}
.breadcrumbs {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: 13px;
}
.breadcrumbs li {
    display: flex;
    align-items: center;
}
.breadcrumbs li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #282828;
    border-right: 1px solid #282828;
    content: '';
}
.breadcrumbs li:last-child {
    border-bottom: 1px solid #282828;
}
.breadcrumbs a {
    color: #282828;
    text-decoration: none;
}
.breadcrumbs a:hover {
	color: #d80012;
}


/*コンテンツタイトル*/
.c-inner_Ttl {
    text-align: center;
}
.c-inner_Ttl > h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
.c-inner_Ttl > h2 {
    font-size: 30px;
}
.c-inner_Ttl > p {
    font-size: 16px;
    margin-top: 20px;
    font-weight: normal;
}


/*ページ内リンク*/
.pageinLink {
    width: 100%;
    height: 1px;
    visibility: hidden;
    pointer-events: none;
    margin-top: -100px;
    padding-top: 100px;
}



/*ページネーション*/
.pagination {
    width: 100%;
    display: flex;
	justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.pagination .page_back ,
.pagination .page_next {
    color: #fff;
    display: block;
    font-size: 13px;
	width: 30px;
}
.pagination .page_back:hover ,
.pagination .page_next:hover {
	opacity: 0.7;
}
.pagination .page_back {
    text-align: left;
}
.pagination .page_next {
    text-align: right;
}
.pagination .page_number {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.pagination .page_number a {
    margin: 0 4px;
}
.pagination .page_number a {
	width: 2em;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
    background: #fff;
	line-height: 1;
	border-radius: 100px;
}
.pagination .page_number .dots a {
    border: none;
    background: none;
    pointer-events: none;
}
.pagination .page_number a:hover ,
.pagination .page_number .current {
    background: #838383;
    color: #fff;
	aspect-ratio: 1 / 1;
}
.pagination .page_number .dots{
  margin: 0 4px;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  pointer-events: none;
}



/*メインビジュアル*/
.main_visual {
    position: relative;
}
.main_visual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.2em;
    width: 100%;
    text-align: center;
}



/* ================================================
1250px以下
================================================== */
@media only screen and (max-width:1250px) {
    
    
    footer .foot_Nav > div.fn_Box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:2%;
        margin: 30px auto 0;
    }
    footer .foot_Nav .fn_Box a {
        margin-bottom: 0;
    }
    footer .foot_Nav .fn_Box .sns_Box {
        margin-top: 0;
    }
    
}

/* ================================================
1020px以下
================================================== */
@media only screen and (max-width:1020px) {
	header h1 {
		left: 10px;
	}
	header .fix_nav a {
		font-size: 12px;
	}
	header .fix_nav .tn_izunyan {
		font-size: 14px;
	}
	header .navList {
		gap:1em;
	}
	header .navList a {
		font-size: 13px;
	}
	.dropDown_box .dd_List li {
		width: 43%;
	}
    .main_visual h2 {
        font-size: 28px;
    }
	
}
/* ================================================
SP以下
================================================== */
@media only screen and (max-width:768px) {
    /*ヘッダー*/
    header {
        padding: 13px 0 0px;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
    }
    header h1 {
        width: 73%;
        max-width: 280px;
        margin-left: 15px;
        padding-bottom: 13px;
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        transform: none;
        margin: 0 auto;
    }
    header .nav_rArea {
        width: 100%;
    }
    header .fix_nav {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #7bad47;
        padding: 12px 0 15px;
        justify-content: space-between;
    }
    header .fix_nav .tn_izunyan {
        font-size: 15px;
        color: #fff;
        width: 40%;
    }
    header .fix_nav .tn_tenant ,
    header .fix_nav .tn_event {
        display: none;
    }
    header .fix_nav .tn_onlines {
        margin-right: 10px;
        font-size: 14px;
    }
	header .fix_nav a:nth-child(n+2) {
		width: 35%;
		text-align: center;
		margin-right: 3%;
	}
    header .navList {
        display: none;
        background: #7bad47;
        position: fixed;
        bottom: 50px;
        padding: 30px 0 50px;
        border-radius: 50px 50px 0 0;
        max-height: 80svh;
        overflow-y: scroll;
    }
    header .navList li {
        width: 85%;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
    }
    header .navList li a {
        color: #fff;
        position: relative;
        display: flex;
        justify-content: flex-start;
        gap:1em;
        align-items: flex-end;
    }
    header .navList .ic_i-closet {
        width: 50px;
    }
    header .navList li a span {
        color: #fff;
    }
    header .navList li a:after {
        content: "";
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        background: url(/assets/img/miniarrow.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }
    header #sp_menu {
        display: block;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 5px;
        margin: 0 auto;
        background: #fff;
        z-index: 9999;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 5px solid #7bad47;
    }
    header #sp_menu .bar {
        width: 30px;
        height: 22px;
        display: block;
        margin: 11px auto 3px;
        position: relative;
    }
    header #sp_menu p {
        font-size: 10px;
        margin-top: 6px;
        text-align: center;
    }
    header #sp_menu,
    header #sp_menu .bar span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    header #sp_menu .bar span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #484747;
        border-radius: 2px;
    }
    header #sp_menu .bar span:nth-of-type(1) {
        top: 0;
    }
    header #sp_menu .bar span:nth-of-type(2) {
        top: 10;
    }
    header #sp_menu .bar span:nth-of-type(3) {
        bottom: 0;
    }
    header #sp_menu .bar span:nth-of-type(2) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
    header #sp_menu.active .bar span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-315deg) scale(.8);
        transform: translateY(10px) rotate(-315deg) scale(.8);
    }
    header #sp_menu.active .bar span:nth-of-type(2) {
        opacity: 0;
    }
    header #sp_menu.active .bar span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(315deg) scale(.8);
        transform: translateY(-10px) rotate(315deg) scale(.8);
    }
    .dropDown_box {
        display: none;
    }
    
    
    /*メインビジュアル*/
    .main_visual {
        overflow-x: hidden;
    }
    .main_visual img {
        width: 160%;
        max-width: inherit;
        margin-left: -30%;
    }
    .main_visual h2 {
        font-size: 22px;
    }


    /*フッター*/
    footer {
        padding: 0px 0 100px;
    }
    footer .foot_Nav {
        margin: 0 auto 30px;
        max-width: 100%;
    }
    footer .foot_Nav .fn_Box a {
        width: 50%;
        margin: 0;
        border-radius: 0;
        font-size: 14px;
        padding: 20px 15px;
    }
    footer .foot_Nav .fn_Box > a:after {
        width: 20px;
        height: 20px;
    }
    footer .foot_Nav > div {
        width: 100%;
        padding-left: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    footer .foot_Nav > div.fn_Box {
        gap:0;
        margin-top: 0;
    }
    footer .foot_Nav div:nth-last-child(n+2) {
        display: none;
    }
    footer .foot_Nav .fn_Box .sns_Box {
        justify-content: center;
        margin-top: 30px;
    }
    footer .foot_Nav .fn_Box .sns_Box > a {
        width: 35px;
        margin: 0 10px;
    }
    footer .foot_btn {
        flex-wrap: wrap;
        gap:1em;
        margin: 0 auto 20px;
    }
    footer .foot_btn li {
        margin-bottom: 0px;
    }
    footer .foot_btn li a {
        font-size: 12px;
        margin: 0;
        padding: 0;
        border: none;
    }
    footer .bottom_Wrap .campany_link {
        flex-wrap: wrap;
        align-items: baseline;
        padding: 15px 20px 0;
    }
    footer .bottom_Wrap .campany_link a{
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    footer #copy {
        font-size: 10px;
    }
    footer #page_Top {
        right: 20px;
        bottom: 20px;
    }



    /*共通部分*/
    #content_Wrap {
        margin-top: 50px;
    }
    .main_visual {
        overflow-x: hidden;
    }
    .main_visual img {
        width: 160%;
        max-width: inherit;
        margin-left: -30%;
    }
    .main_visual h2 {
        font-size: 22px;
    }

    /*ページ内リンク*/
    .page_link_wrap .inner a {
        font-size: 12px;
        padding: 0 5px;
    }
    
    
    /*パンくずリスト*/
    .bread_Nav {
        margin: 20px auto;
    }
    .breadcrumbs {
        font-size: 12px;
    }
    
    /*コンテンツタイトル*/
    .c-inner_Ttl > h3 {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .c-inner_Ttl > h2 {
        font-size: 23px;
    }
    .c-inner_Ttl > p {
        font-size: 14px;
        margin-top: 15px;
    }
    
    
    /*ページネーション*/
    .pagination {
    }
    .pagination .page_number {
        margin: 0 auto;
        width: 100%;
    }
    .pagination .page_back,
	.pagination .page_next {
    }

}

.pagination .no-visible { 
    visibility: hidden;
}
