.articlelist-header {
    position: relative;
    width: 100%;
}
.articlelist-header::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(((100vw - 1120px) / 2) + 1040px);
    height: 100%;
    background-color: #F5F5F8;
    content: '';
}
.articlelist-header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1120px;
    margin: auto;
    padding-top: 120px;
    padding-bottom: 80px;
}
.articlelist-header_main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    padding-top: 100px;
}
.articlelist-header_txt {
    position: relative;
    z-index: 1;
}
.articlelist-header_ttl {
    margin-bottom: 48px;
    max-width: 980px;
}
.articlelist-header_ttl_ja {
    margin-bottom: 16px;
    color: #0F1070;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}
.articlelist-header_ttl_en {
    position: relative;
    padding-left: 50px;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.articlelist-header_ttl_en::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #999;
    content: '';
}
.articlelist-header_lead {
    max-width: 398px;
}
.articlelist-header_lead_txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}


/* columns */
.articlelist {
    padding-top: 80px;
    padding-bottom: 80px;
}
.articlelist_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
}
.articlelist_main {
    width: 720px;
}
.articlelist_item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E4E7F4;
}
.articlelist_item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.articlelist_thumbnail {
    position: relative;
    margin-right: 32px;
}
.columns-articlelist_thumbnail {
    width: 240px;
}
.news-articlelist_thumbnail {
    width: 160px;
}
.articlelist_thumbnail_inner {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.articlelist_thumbnail_inner::before {
    display: block;
    padding-top: 75%;
    content: '';
}
.articlelist_thumbnail_inner::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: 0.15s;
}
.articlelist_thumbnail_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    transition: 0.15s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articlelist_item_link:hover .articlelist_thumbnail_img {
    transform: translate(-50%,-50%) scale(1.2);
    transition: 0.35s;
}
.articlelist_item_link:hover .articlelist_thumbnail_inner::after {
    background-color: rgba(0, 0, 0, 0.15);
    transition: 0.35s;
}
.articlelist_thumbnail_tag {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    padding: 8px 12px;
    border: 2px solid;
    border-radius: 16px;
    background-color: #BA770C;
    color: #fff;
    font-size: 10px;
    font-weight: bold;  
}
.articlelist_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.columns-articlelist_content {
    flex: 1;
    max-width: 448px;
}
.news-articlelist_content {
    flex: 1;
    max-width: 528px;
}
.articlelist_date {
    margin-bottom: 12px;
    font-size: 11px;
}
.articlelist_ttl {
    overflow: hidden;
    color: #223388;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.columns-articlelist_content .articlelist_ttl {
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 54px; */
    margin-bottom: 16px;
}
.news-articlelist_content .articlelist_ttl {
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 81px; */
}
.articlelist_cat {
    margin-bottom: 8px;
}
.articlelist_cat_item {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
}
.articlelist_cat_txt ,.articlelist_cat_link {
    display: block;
    height: 28px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px solid;
    border-radius: 16px;
    color: #223388;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
    box-sizing: content-box;
    transition: 0.15s;
}
.articlelist_cat_link:hover {
    background-color: #223388;
    color: #fff;
    transition: 0.25s;
}
.articlelist_author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
  }
.articlelist_author_thumb {
    width: 40px;
    height: 40px;
    border: 2px solid #DEDEDE;
    border-radius: 50%;
    overflow: hidden;
}
.articlelist_author_thumb_img {
    width: 100%;
    height: 100%;
}
.articlelist_author_name {
    margin-left: 12px;
    font-size: 12px;
    font-weight: bold;
}
/* aside */
.articlelist_sub {
    width: 400px;
    padding-left: 48px;
    background-color: #fff;
}
.search-articlelist_sub {
    margin-top: -160px;
    padding-top: 48px;
    border-radius: 8px 0 0 0;
}
.articlelist-aside {
    display: block;
    margin-bottom: 64px;
}
.articlelist-aside_ttl_ja {
    margin-bottom: 8px;
    color: #0F1070;
    font-size: 20px;
    font-weight: bold;
}
.articlelist-aside_ttl_en {
    position: relative;
    padding-left: 50px;
    color: #999;
    font-size: 10px;
    font-weight: bold;
}
.articlelist-aside_ttl_en::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #999;
    content: '';
}
.articlelist-aside_body {
    margin-top: 24px;
}
/* .articlelist_ranking {
    margin-top: 48px;
}
.articlelist_latest {
    margin-top: 24px;
} */
.articlelist_post_item {
    /* border-bottom: 1px solid #E4E7F4; */
}
.articlelist_post_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    transition: 0.15s;
}
.articlelist_post_link:hover {
    opacity: 0.75;
    transition: 0.25s;
}
.articlelist_post_thumbnail {
    position: relative;
    width: 104px;
    height: 78px;
    margin-right: 20px;
}
.articlelist_post_thumbnail_inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.articlelist_post_thumbnail_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articlelist_ranking_badge {
    display: block;
    position: absolute;
    top: -24px;
    right: 0;
    left: 0;
    z-index: 0;
    width: 44px;
    height: 34px;
    margin: auto;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
}
.articlelist_ranking_badge::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    content: '';
}
.articlelist_post_item:nth-child(1) .articlelist_ranking_badge::before {
    background-image: url(../img/columns/badge-crown_gold.svg);
}
.articlelist_post_item:nth-child(2) .articlelist_ranking_badge::before {
    background-image: url(../img/columns/badge-crown_silver.svg);
}
.articlelist_post_item:nth-child(3) .articlelist_ranking_badge::before {
    background-image: url(../img/columns/badge-crown_bronze.svg);
}
.articlelist_post_item:nth-child(n+4) .articlelist_ranking_badge::before {
    background-image: url(../img/columns/badge-crown_other.svg);
}
.articlelist_post_content {
    max-width: 228px;
    flex: 1;
}
.articlelist_post_date {
    margin-bottom: 8px;
    font-size: 10px;
}
.articlelist_post_ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 64px;
    overflow: hidden;
    color: #223388;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
}
.searchform_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.searchform_input {
    width: 100%;
    height: 48px;
    padding: 16px;
    border: 1px solid #E4E7F4;
    border-radius: 8px 0 0 8px;
    background-color: #F5F5F8;
    font-size: 14px;
}
.searchform_input::placeholder {
    color:#ccc
}
.searchform_input:-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
.searchform_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ccc;
}
.searchform_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 48px;
    border-radius: 0 8px 8px 0;
    background-color: #000D50;
    opacity: 1;
    transition: 0.25s;
}
.searchform_btn:hover {
    opacity: 0.75;
    transition: 0.25s;
}
.icon_search {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/icon_search.svg);
    background-size: cover;
}
.archive_select_wrap {
    position: relative;
}
.archive_select_wrap::after {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 22px;
    right: 24px;
    transform: rotate(45deg);
    border-bottom: 2px solid #223388;
    border-right: 2px solid #223388;
    content: '';
}
.archive_select {
    width: 100%;
    height: 48px;
    padding: 16px;
    border: 1px solid #E4E7F4;
    border-radius: 8px;
    background-color: #F5F5F8;
    font-size: 14px;
    cursor: pointer;
}

.articlelist-contact_header {
    position: relative;
    width: 100%;
    height: 198px;
    padding: 28px 32px 0;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background-image: url(../img/articlelist/articlelist-contact_header_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.articlelist-contact_header::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    content: '';
}
.articlelist-contact_ttl_ja {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.articlelist-contact_ttl_en {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
.articlelist-contact_ttl_en::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #fff;
    content: '';
}
.articlelist-contact_body {
    padding: 24px 32px 40px;
    border-right: 1px solid #E4E7F4;
    border-bottom: 1px solid #E4E7F4;
    border-left: 1px solid #E4E7F4;
    border-radius: 0 0 8px 8px;
    background-color: #F5F5F8;
}
.articlelist-contact_lead {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
.articlelist-contact_tel_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    margin-bottom: 8px;
}
.articlelist-contact_tel_txt {
    position: relative;
    color: #0F1070;
    font-size: 28px;
    font-weight: bold;
    font-family: serif;
}
.articlelist-contact_tel_txt::before {
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    width: 22px;
    height: 24px;
    margin-right: 6px;
    background-image: url(../img/icon/icon_phone.svg);
    background-size: cover;
    content: '';
}
.articlelist-contact_tel_biz_hours {
    font-size: 11px;
    text-align: center;
}
.articlelist-contact_item {
    max-width: 300px;
    height: 60px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}
.articlelist-contact_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    transform: translateY(0px);
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 32px;
    box-sizing: border-box;
    line-height: 60px;
    text-align: center;
    opacity: 1;
    transition: 0.25s;
}
.articlelist-link_contact {
    background-color: #BA770C;
}
.articlelist-link_assessment {
    border: 1px solid #223388;
    background-color: #fff;
}
.articlelist-link_reservation {
    border: 1px solid #223388;
    background-color: #fff;
}
.articlelist-contact_link:hover {
    opacity: 0.75;
    transition: 0.25s;
}
.articlelist-contact_link_txt {
    font-size: 14px;
    font-weight: bold;
}
.articlelist-link_contact .articlelist-contact_link_txt {
    color: #fff;
}
.articlelist-link_assessment .articlelist-contact_link_txt,.articlelist-link_reservation .articlelist-contact_link_txt {
    color: #223388;
}
.icon_building {
    width: 24px;
    height: 21px;
    margin-right: 8px;
    background-image: url(../img/icon/icon_building.svg);
    background-size: cover;
}
.icon_calendar {
    width: 24px;
    height: 21px;
    margin-right: 8px;
    background-image: url(../img/icon/icon_calendar.svg);
    background-size: cover;
}


@media screen and (max-width: 1200px) {
    .articlelist-header_inner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .articlelist-header_ttl_ja {
        font-size: 36px;
    }

    .articlelist_main {
        width: 65%;
    }
    .articlelist_sub {
        flex: 1;
        width: calc(35% - 48px);
        margin-left: auto;
    }
    .articlelist-contact_header {
        padding: 24px 16px 0;
    }
    .articlelist-contact_body {
        padding: 24px 16px 40px;
    }
    .articlelist-contact_link_txt {
        font-size: 12px;
    }
}
@media screen and (max-width: 1080px) {
    .articlelist_main {
        width: 100%;
    }
    .columns-articlelist_content, .news-articlelist_content {
        max-width: 100%;
    }
    .articlelist_sub {
        width: 100%;
        margin-top: 48px;
        padding-left: 0;
    }
    .articlelist_post_content {
        max-width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .articlelist-header::before {
        width: 100%;
    }
    .articlelist {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media screen and (max-width: 640px) {
    .articlelist_item_link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .columns-articlelist_thumbnail, .news-articlelist_thumbnail {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
 }

 @media screen and (max-width: 480px) {
    .articlelist-header_inner {
        height: auto;
        padding: 0;
    }
    .articlelist-header_main {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        height: 100%;
        padding-top: 0;
    }
    .articlelist-header_txt {
        padding: 32vw 16px 20px;
    }
    .articlelist-header_ttl {
        margin-bottom: 6.4vw;
    }
    .articlelist-header_ttl_ja {
        margin-bottom: 2.133vw;
        font-size: 6.4vw;
    }
    .articlelist-header_ttl_en {
        padding-left: 6.4vw;
        font-size: 3.2vw;
    }
    .articlelist-header_ttl_en::before {
        width: 4.8vw;
    }
    .articlelist-header_lead_txt {
        font-size: 3.2vw;
    }

    .articlelist {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .articlelist_item {
        margin-bottom: 4.266vw;
        padding-bottom: 4.266vw;
    }
    .columns-articlelist_thumbnail, .news-articlelist_thumbnail {
        margin-bottom: 4.266vw;
    }
    .articlelist_date {
        margin-bottom: 3.2vw;
    }
    .articlelist_ttl {
        margin-bottom: 4.266vw;
        font-size: 4.266vw;
    }
    .articlelist_author_name {
        font-size: 3.2vw;
    }
    .articlelist_sub {
        margin-top: 10.666vw;
    }
    .articlelist-aside {
        margin-bottom: 10.666vw;
    }
    .articlelist-aside_ttl_ja {
        margin-bottom: 2.133vw;
        font-size: 5.333vw;
    }
    .articlelist-aside_ttl_en {
        padding-left: 6.4vw;
        font-size: 3.2vw;
    }
    .articlelist-aside_ttl_en::before {
        width: 4.8vw;
    }
    .articlelist_post_ttl {
        font-size: 3.733vw;
    }
    .articlelist-contact_item {
        margin-top: 16px;
    }
    .articlelist-contact_lead {
        font-size: 3.2vw;
    }
    .articlelist-contact_link {
        padding-left: 24px;
        padding-right: 24px;
    }
}