a {
	color: #b58b03;
	text-decoration: none;
}
a:hover, a:focus {
	color: #5a5a5a;
}
main {
    width: 100%;
}
@media(min-width: 1200px) and (-ms-high-contrast: none) {
    main {
        padding-top: 200px;
    }
}
@media(max-width: 1024px) and (min-width: 769px) and (-ms-high-contrast: none) {
    main {
        padding-top: 120px;
    }
}
@media(min-width: 769px) {
    .content {
        width: 100%;
        margin: auto;
    }
}

/*TOPページスライドサムネイル*/
.first-information {
    width: 100%;
}
.top-slide-zone {
    text-align: center;
}

.slideThumbnail {
    display: inline-block;
    height: 100%;
    width: 30%;
    position:relative;
}

.slide-thumbnail-image {
    height: 100%;
}

.slide-thumbnail-image img {
    width: 100%;
    height: auto;
}

.visible-slide-right a, .visible-slide-left a {
    pointer-events: none;
    height: 98.8%;
}

.slide-thumbnail-information {
    margin: 10px 20px;
    text-align: left;
    position: absolute;
}

.slide-thumbnail-type, .slide-thumbnail-catch-copy, .slide-thumbnail-president-info {
    color: #fff;
}

.slide-thumbnail-type {
    border: solid thin #fff;
    padding: 5px 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.slide-thumbnail-catch-copy {
    font-size: 30px;
}

.slide-change {
    z-index: 2;
    cursor: pointer;
}

.slide-thumbnail-president-info {
    font-size: 15px;
}

.slick-dots li button:before {
    content: '■';
    font-size: 15px;
}

@media(min-width: 993px){
    .slideThumbnail:before {
        content: "";
        display: block;
        padding-top: 56%;
    }
    .slide-thumbnail-link {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0px 5px;
    }
    .slide-thumbnail-image:before {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
    }
    .slide-thumbnail-information {
        bottom: 0;
    }
}

@media(max-width: 992px){
    .slideThumbnail {
        width: 100%;
    }
    /*.slideThumbnail:before {
        padding-top: 56%;
    }*/
    .slide-thumbnail-image {
        position: relative;
    }
    /*.slide-thumbnail-image:before {
        content: "";
        display: block;
        padding-top: 56%;
    }*/
    .slide-change {
        position: absolute;
        bottom: calc(80px - 5%);
    }
    .prev-slide {
        left: 0;
    }
    .next-slide {
        right: 0;
    }
    .top-slide-zone .slide-change {
        background-color: #fff0;
        height: 35px;
        width: 35px;
        border: none;
    }
    .top-slide-zone .slide-change:before {
        content: '';
        height: 15px;
        width: 15px;
        display: block;
        border: 2px solid #5a5a5a;
        border-left-width: 0;
        border-bottom-width: 0;
        position: absolute;
        top: 30%;
    }
    .top-slide-zone .prev-slide:before {
        transform: rotate(
            -135deg
        );
        -webkit-transform: rotate(
            -135deg
        );
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        left: 40%;
    }
    .top-slide-zone .next-slide:before {
        transform: rotate(
            45deg
        );
        -webkit-transform: rotate(
            45deg
        );
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        right: 40%;
    }
    .slide-thumbnail-information {
        margin: 10px auto;
        position: relative;
        width: 88%;
    }
    .slide-thumbnail-type {
        display: none;
    }
    .slide-thumbnail-catch-copy {
        color: #5a5a5a;
        font-size: 25px;
        font-weight: bold;
    }
    .slide-thumbnail-president-info {
        color: #987a02;
        font-size: 20px;
        font-weight: bold;
        margin-top: 5px;
        padding: 0px 15px;
    }
    .slick-dots {
        border-top: solid #987a02;
    }
}

@media(max-width: 992px) and (min-width: 769px){
    .top-slide-zone .slick-list {
        margin: 0px 15%;
    }
    .tenki-banner-zone {
        margin-left: 9%;
        margin-right: 9%;
    }
}

@media(min-width: 769px){
    .slide-change {
        height: 50px;
        width: 50px;
        background-color: #000000b8;
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: center;
        border: none;
        position: absolute;
        top: 45%;
    }
    .prev-slide {
        background-image: url(/assets/img/top/controls_slider_left.png);
        left: 0;
    }
    .next-slide {
        background-image: url(/assets/img/top/controls_slider.png);
        right: 0;
    }
}

@media(max-width: 768px) {
    .slide-thumbnail-catch-copy {
        font-size: 20px;
        padding: 0 15px;
    }
    .slide-thumbnail-president-info {
        font-size: 18px;
    }
}

/*TOPページ新着、おすすめ*/
.new-information {
    color: #5a5a5a;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 60px 0 40px;
}

.industry-banner-link:hover {
    opacity: .7;
}

.industry-information {
    margin: 40px 4.5%;
}

.title-line {
    height: 2px;
    width: 45px;
    background-color: #987a02;
    display: block;
    margin: 5px auto;
}

.top-latest-list .link-card, .top-industry-list .link-card {
    margin-right: 2.5%;
    margin-bottom: 3%;
}

.industry-link {
    display: inline-block;
    font-size: 15px;
    position: relative;
    right: 55px;
}

.recommend-information {
    color: #5a5a5a;
    font-weight: bold;
    font-size: 20px;
}

.top-recommend-list {
}

.top-recommend-thumbnail {
    display: inline-block;
    object-fit: cover;
}

.top-recommend-infomation {
    display: inline-block;
    width: 67.5%;
    vertical-align: top;
}

.top-recommend-icon {
    display: inline-block;
    background-color: #172e79;
    width: 8%;
    padding: 1.1%;
}

.top-recommend-type-info {
    font-size: 12px;
    color: #757575;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 3%;
}

.top-recommend-title {
    font-weight: 900;
    font-size: 13px;
}

.top-recommend-title:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1em;
    letter-spacing: 0;
}

.top-recommend-title:after {
    content: "";
    position: relative;
    right: -1em;
    float: right;
    width: 1em;
    height: 100%;
    background-color: inherit;
}

.top-recommend-text {
    height: 2.5em;
    color: #5a5a5a;
    font-weight: 900;
    font-size: 14px;
    position: relative;
    padding-right: 1em;
    background-color: #fff;
    overflow: hidden;
}

.top-recommend-text:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1em;
    letter-spacing: 0;
}

.top-recommend-text:after {
    content: "";
    position: relative;
    right: -1em;
    float: right;
    width: 1em;
    height: 100%;
    background-color: inherit;
}

.recommended-list-link {
    display: block;
    margin: 30px 0;
    font-size: 15px;
    letter-spacing: 0.5px;
}

/*.recommended-list-link-text, .recommended-list-link-icon {
    display: inline-block;
}*/

@media(max-width: 1041px) and (min-width: 993px) {
    .top-recommend-infomation {
        width: 65.4%;
    }
}

@media(max-width: 992px) and (min-width: 480px) {
    .top-latest-list .link-card, .top-industry-list .link-card {
        width: 48%;
    }
    .top-latest-list .link-card:nth-child(even), , .top-industry-list .link-card:nth-child(even) {
        margin-right: 0px;
    }
}

@media(max-width: 992px) and (min-width: 723px) {
    .top-recommend-card {
        display: inline-block;
        width: 49%;
        margin-bottom: 20px;
    }
}

@media(max-width: 722px) {
    .top-recommend-card {
        margin-bottom: 10px;
    }
    .top-recommend-thumbnail {
        width: 38%;
        height: auto;
    }
    .top-recommend-infomation {
        width: 60.3%;
        padding: 2%;
    }
}

@media(min-width: 993px) {
    .top-page-upper {
        margin: 20px 3% 40px;
    }
    .latest-zone, .industry-zone {
        display: block;
        width: 100%;
        text-align: right;
    }
    .tenki-banner-zone {
        margin-left: 4.5%;
        margin-right: 4.5%;
    }
    .title-line-sp {
        display: none;
    }
    .recommended-zone {
        display: inline-block;
        width: 35.3%;
        vertical-align: top;
        border-left: solid thin #bfbfbf;
    }
    .recommend-space {
        margin-left: 5%;
    }
    .top-recommend-card {
        margin-bottom: 4%;
    }
    .recommend-information {
        margin-left: 4%;
        margin-bottom: 40px;
    }
    .top-recommend-type {
         margin: 0px 10px 10px;
    }
    .top-recommend-title {
        color: #b58b03;
        height: 2.8em;
        margin-left: 10px;
        position: relative;
        padding-right: 1em;
        background-color: #fff;
        overflow: hidden;
    }
    .top-recommend-text {
        margin-left: 10px;
    }
    .recommended-list-link-bar {
        display: none;
    }
    .recommended-list-link-icon {
        position: relative;
        margin: 0 15px;
    }
    .recommended-list-link-icon:before {
        content: '';
        height: 10px;
        width: 10px;
        display: block;
        border: 1.5px solid #b58b03;
        border-left-width: 0;
        border-bottom-width: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        position: absolute;
        top: 30%;
        left: 0;
    }
    .recommended-list-link:hover .recommended-list-link-icon:before {
        border-color: #5a5a5a;
    }
}

@media(max-width: 992px) {
    .latest-zone, .industry-zone {
        margin: 20px 3%;
        text-align: right;
    }
    .new-information, .industry-information {
        text-align: center;
        margin-bottom: 20px;
    }
    .title-line {
        display: none;
    }
    .title-line-sp {
        height: 2px;
        width: 50px;
        background-color: #987a02;
        margin: 0 auto 20px;
    }
    .recommended-zone{
        margin: 20px 0;
        border-top: solid #bfbfbf;
        padding: 20px 3%;
    }
    .recommend-information {
        margin-bottom: 20px;
        text-align: center;
    }
    .top-recommend-icon, .top-recommend-type-info {
        display: none;
    }
    .top-recommend-title {
        color: #5a5a5a;
        position: relative;
        padding-right: 1em;
        background-color: #fff;
        overflow: hidden;
        height: 4em;
        margin-bottom: 2%;
        font-size: 15px;
    }
    .top-recommend-title:before {
        content: "...";
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-block;
        width: 1em;
    }
    .top-recommend-title:after {
        content: "";
        position: relative;
        right: -1em;
        float: right;
        width: 1em;
        height: 100%;
        background-color: inherit;
    }
    .recommended-list-link-text {
        font-size: 20px;
    }
    .recommended-list-link-bar {
        width: 40px;
        height: 2px;
        margin: 5px 10px 5px 15px;
        background-color: #b58b03;
        display: inline-block;
    }
    .recommended-list-link:hover .recommended-list-link-bar {
        background-color: #5a5a5a;
    }
    .top-latest-list .link-card-text {
    }
    .recommended-list-link {
        text-align: center;
    }
    .recommended-list-link-icon {
        position: relative;
        display: inline-block;
        height: 30px;
        width: 30px;
        vertical-align: -9px;
        border: solid 1.5px;
        border-radius: 20px;
    }
    .recommended-list-link-icon:before {
        content: '';
        height: 12px;
        width: 12px;
        display: block;
        border: 1.5px solid #b58b03;
        border-left-width: 0;
        border-bottom-width: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        position: absolute;
        top: 25%;
        left: 15%;
    }
    .recommended-list-link:hover .recommended-list-link-icon:before {
        border-color: #5a5a5a;
    }
    .top-recommend-text {
        color: #b58b03;
    }
}

.tenki-banner-zone {
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
}
.top-tenki-link {
    display: block;
}
.top-tenki-link:hover {
    opacity: .7;
}
.top-tenki-banner {
    width: 100%;
}
@media(min-width: 769px) {
    .tenki_banner_pc {
        display: block;
    }
    .tenki_banner_sp {
        display: none;
    }
}
@media(max-width: 768px) {
    .tenki_banner_pc {
        display: none;
    }
    .tenki_banner_sp {
        display: block;
    }
}

.quote-zone {
    background: linear-gradient(0deg, rgb(0, 0, 0, 50%) 0%, rgb(0, 0, 0, 50%) 100%), url("/assets/img/top/president_quote_background.jpg");
    background-repeat: no-repeat;
    padding: 40px 0 80px;
}

.quote-header {
    color: #ff7300;
    background-color: #fff;
    width: fit-content;
    font-size: 16px;
    font-weight: 900;
    border-radius: 25px;
    margin: auto;
    padding: 8px 50px;
    letter-spacing: 0.1em;
}

.quote-text-zone {
    /*background-color: #F2F2F2;*/
    margin: 10px;
    text-align: center;
    padding: 31px 20px 30px;
    line-height: 2.3;
}

.quote-text {
    font-size: 2.2em;
    color: #fff;
    letter-spacing: 2px;
}

.quote-info {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight; bold;
}

.quote-link {
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 1.3em;
    color: #fff;
    border: solid thin;
    padding: 15px 20px;
    font-weight: bold;
}

.quote-link:hover {
    opacity: .7;
    color: #fff;
}

@media(min-width: 1200px){
    .quote-zone {
        background-size: auto;
        background-position: 81% 85.5%;
    }
}
@media(max-width: 1199px) and (min-width: 769px){
    .quote-zone {
        background-position: 55% 85.5%;
    }
}
@media(max-width: 768px){
    .quote-zone {
        background-size: 280%;
        background-position: 55% 80%;
    }
    .quote-header {
        padding: 8px 20px;
        letter-spacing: 0.15em;
    }
    .quote-text-zone {
        line-height: 1.5;
    }
    .quote-text {
        font-size: 20px;
        text-align: center;
    }
    .quote-info {
        font-size: 3vw;
    }
    .quote-corporation, .quote-president {
        display: block;
    }
}
.featured-zone {
    padding-top: 10px;
}

.feature-header-space {
    background-color: #b58b03;
    height: 21.5em;
}

.featured-header {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    padding: 30px;
    letter-spacing: 2px;
}

.featured-line {
    height: 2px;
    width: 45px;
    margin: auto;
    background-color: #fff;
}

.warp-link-zone {
    text-align: center;
    margin: 30px;
}

.warp-link {
    padding: 10px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.feature-pickup-list {
    margin: -105px 40px 0;
    z-index: 1;
    background-color: #fff;;
}

.featured-pickup:last-child {
    margin-bottom: 0px;
}

.featured-title {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}

.top-featured-list {
    margin-top: 30px;
    padding: 0 50px;
    text-align: center;
    min-height: 35em;
}

.featured-pickup:last-child .top-featured-list {
    min-height: 30em;
}

.top-latest-list.top-featured-list {
    min-height: 30em;
}

.top-industry-list.top-featured-list {
    min-height: 25em;
}

.featured-pickup:not(:last-child) .top-featured-list {
    border-bottom: solid thin #bfbfbf;
}

.top-featured-list .link-card {
    width: 29%;
    margin: 0 0.3%;
}

.top-featured-button {
    height: 50px;
    width: 50px;
    z-index: 5;
    position: absolute;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

.slick-disabled {
    cursor: auto;
}

.featured-more-link {
    margin: 30px 0 60px;
    text-align: center;
}
.featured-more-link a {
    font-size: 18px;
}
@media(min-width: 993px){
    .top-featured-button {
        background-color: #fff;
        background-size: 30%;
        background-position: center;
        top: 40%;
    }
    .top-featured-list .prev-slide {
        background-image: url(/assets/img/top/left-btn-icon.png);
        left: 0;
    }
    .top-featured-list .next-slide {
        background-image: url("/assets/img/top/right-btn-icon.png");
        right: 0;
    }
}
@media(max-width: 992px){
    .feature-header-space {
        height: 27em;
    }
    .warp-link-zone {
        margin: 25px 5%;
        border: solid thin #fff;
        display: flex;
        flex-wrap: wrap;
    }
    .warp-link {
        display: inline-block;
        text-align: left;
        width: 50%;
        padding: 15px 0 5px;
    }
    .warp-link:nth-child(odd) {
        padding-left: 1.3%;
    }
    .warp-link:last-child {
        margin-bottom: 10px;
    }
    .featured-zone {
        padding-top: 5px;
    }
    .featured-header {
        padding: 50px 30px 20px;
    }
    .feature-pickup-list {
        margin: -30px 0% 0;
        background-color: #fff0;
    }
    .featured-pickup {
        padding-top: 5px;
    }
    .featured-pickup:last-child .top-featured-list {
        border-bottom: none;
    }
    .featured-title {
        background-color: #fff;
        padding-top: 30px;
    }
    .feature-return {
        padding-top : 30px;
    }
    .featured-more-link a {
        font-size: 3.4vw;
    }
    .top-featured-list {
        margin-top: 20px;
        min-height: 23em;
        padding-bottom: 20px;
    }
    .top-latest-list.top-featured-list {
        min-height: 23em;
    }
    .top-featured-list .link-card {
        width: 75%;
    }
    .industry-link {
        right: 15px;
    }
    .top-featured-button {
        top: 20%;
        background-color: #5a5a5a;
        background-image: none!important;
        height: 40px;
        width: 40px;
        z-index: 0;
    }
    .top-featured-button:before {
        content: '';
        height: 10px;
        width: 10px;
        display: block;
        border: 2px solid #fff;
        border-left-width: 0;
        border-bottom-width: 0;
        position: absolute;
        top: 35%;
    }
    .top-featured-list .prev-slide:before {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        left: 40%;
    }
    .top-featured-list .next-slide:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        right: 40%;
    }
    .feature-pickup-more {
        padding: 45px 50px 90px;
    }
    .feature-pickup-more mod-btn:before {
        background: none;
    }
}
@media(min-width: 769px){
    .featured-title {
        padding: 30px 15px 15px;
    }
    .feature-pickup-more {
        display: none;
    }
}
@media(max-width: 992px) and (min-width: 769px){
    .top-featured-list .link-card:nth-child(odd) {
        margin: 0;
        margin-right: .3%;
    }
    .top-featured-list .link-card:nth-child(even) {
        margin: 0;
        margin-left: .3%;
    }
}
@media(max-width: 768px) {
    .content .zone-header, .tenki-banner-zone, .featured-title, .feature-return, .featured-more-link{
        width: calc(100% - 130px);
        margin: auto;
    }
    .tenki-banner-zone {
        margin-bottom: 50px;
    }

}
