@charset "utf-8";
/* ==================================================
  /tochikatsuyou/type/style.css
  => 土地活用のタイプ用スタイルシート
　最終更新：2020.06.22
================================================== */
header {
    margin: 0;
    padding: 0;
}
/*section{
	margin: 0 0 30px;
}*/
#jigyo-event .jigyo-head {
    background-image: url("../img/event_hero_pc.jpg");
}
#jigyo-event section figure {
    margin: 0 0 30px;
}
#jigyo-event .event-list section {
    padding-top: 40px;
}
#jigyo-event .event-list section:first-of-type {
    margin-top: -40px;
}
#jigyo-event .event-list h3 {
    position: relative;
    padding-top: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #22366d;
    text-align: center;
    letter-spacing: .08em;
}
#jigyo-event .event-list h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 33px;
    background-color: #22366d;
}
#jigyo-event .event-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3px;
    margin-top: 25px;
}
#jigyo-event .event-list ul a {
    position: relative;
    display: block;
    padding: 20px 0;
    background-color: #D9D9D9;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2em;
    transition: .3s;
}
#jigyo-event .event-list ul a:hover {
    background-color: #BBB;
    text-decoration: none;
}
#jigyo-event .event-list ul a.pe_none {
    pointer-events: none;
    opacity: 0.5;
}
#jigyo-event .event-list ul a.pe_none .arrow {
    display: none;
}
#jigyo-event .event-list ul a .arrow {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: inline-block;
    width: 26px;
    height: 2px;
    margin: 0 5px 3px 10px;
    border-radius: 9999px;
    background-color: #000;
    transition: .3s;
}
#jigyo-event .event-list ul a .arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    right: 0;
    width: 12px;
    height: 2px;
    border-radius: 9999px;
    background-color: #000;
    transform: rotate(45deg);
    transform-origin: calc(100% - 1.5px) 50%;
}
#jigyo-event .event-list ul a:hover .arrow {
    right: 30px;
}
@media screen and (max-width:768px) {
    header {
        margin: 20px 0 0;
    }
    h2:before {
        width: 15vw;
    }
    h2:after {
        width: 15vw;
    }
    #jigyo-event .font-size-h2_b {
        font-size: 5vw;
        letter-spacing: .08em;
    }
    #jigyo-event .event-list section {
        padding-top: 10vw;
    }
    #jigyo-event .event-list section:first-of-type {
        margin-top: -10vw;
    }
    #jigyo-event .event-list h3 {
        padding-top: 35px;
        font-size: 4.6vw;
    }
    #jigyo-event .event-list h3::before {
        height: 25px;
    }
    #jigyo-event .event-list ul {
        grid-template-columns: 1fr 1fr;
        margin-top: 4vw;
    }
    #jigyo-event .event-list ul a {
        padding: 3.6vw 0;
        font-size: 3.6vw;
    }
    #jigyo-event .event-list ul a .arrow {
        right: 10px;
        width: 13px;
        height: 1px;
        margin: 0 5px 3px 10px;
        border-radius: 9999px;
        background-color: #000;
        transition: .3s;
    }
    #jigyo-event .event-list ul a .arrow::before {
        top: calc(50% - 1.5px);
        right: 0;
        width: 7px;
        height: 1px;
        transform-origin: calc(100% - 1.5px) 50%;
    }
    #jigyo-event .event-list ul a:hover .arrow {
        right: 10px;
    }
}