@charset "UTF-8";
/* --- 全体 --- */
* {
    font-family: "Sawarabi Gothic", sans-serif;
    letter-spacing: .05em;
}
h1, h2, ul, p {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-block-end: 0;
    margin-block-start: 0;
}
a {
    text-decoration: none;
    color: #222;
    margin: 0;
    transition: .3s;
}
a:hover {
    opacity: .6;
}
figure {
    margin: 0;
}
body {
    font-family: "Noto Sans Japanese", sans-serif;
    background:#E5EBE7;
    padding-top: 120px;
    margin: 0;
}
img {
    max-width:100%;
    height:auto;
    vertical-align:middle;
}



/* 共通 */
/* --- ページの幅 ---*/
.page-wrap-1200 {
    width: min(1200px, 83vw);
    margin: 0 auto;
}


/* セクションの見出し */



/* ヘッダー */
.header_wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 120px;
    z-index: 999;
}
.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}
.header_logo_area img {
    width: 200px;
}

.header_right {
    display: flex;
}
.header_right ul {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.header_right li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 20px;
    position: relative;
    letter-spacing: 0.1em;
}
.header_right li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 8px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #111;
    vertical-align: middle;
    line-height: 1;
}
.usrbtn_header a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #5D959D;
    padding: 15px 20px;
    border-radius: 40px;
    white-space: nowrap;
}
.usrbtn_header::before {
    content: none !important;
}

/* fvに表示する記事 */
.fv_post_wrap {
    width: min(1200px, 83vw);
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
    height: min(410px, 28.4722222222vw);
}
.fv_post_content {
    display: flex;
}
.fv_post_left {
    width: min(600px, 41.5vw);
    height: min(410px, 28.4722222222vw);
}
.fv_post_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fv_post_right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 0 40px;
    background: #fff;
}
.fv_post_cat {
    color: #5D959D;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-left: 15px;
    margin-right: 30px;
    position: relative;
}
.fv_post_cat::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #5D959D;
    vertical-align: middle;
    line-height: 1;
}
.top_post_date {
    color: #888;
    font-size: 14px;
}
.fv_post_ttl {
    font-size: 20px;
    line-height: 1.75em;
    margin: 30px 0;
}
.fv_post_right h2 a {
    color: #484848;
}
.fv_post_tag a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #5D959D;
    letter-spacing: 0.1em;
    line-height: 2.5;
    border: 1px solid #5D959D;
    border-radius: 30px;
    padding: 4px 15px;
    margin: 5px;
    white-space: nowrap;
}




/* PICK UP */
/* PICK UP タイトル */
.top_pickup_wrap {
    display: flex;
    margin: 75px 0 85px 75px;
}
.top_pickup_header {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    background: #BC9021;
    padding: 20px 2px;
    position: relative;
    width: 50px;
}
.top_pickup_header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 27.5px solid #BC9021;
    border-right: 27px solid #BC9021;
    border-bottom: 20px solid transparent;
}

.top_pickup_header p {
    writing-mode: vertical-rl;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
}
.top_pickup_header h2 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1em;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    margin-bottom: 10px;
}
.top_pickup_nav {
    margin-top: 50px;
}
.btn_top_arrow {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    border: none;
    color: #fff;
    background: #5D959D;
    cursor: pointer;
}

/* PICK UP コンテンツ */
.carousel-container {
    float: left;
    overflow: hidden;
}
.top_pickup_box {
    overflow: hidden;
}

.top_pickup_box li {
    min-width: min(380px, 25vw);
}

.top_pickup_content {
    background: #fff;
    padding: 20px;
    width: 400px;
}

.top_post_content {
    background: #fff;
    padding: min(28px, 1.9444444444vw) min(30px, 2.0833333333vw) min(30px, 2.0833333333vw);
    flex-grow: 1;
    box-sizing: border-box;
}
.top_post_thum {
    height: min(236px, 16.3888888889vw);
}
.top_post_thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_post_ttl a {
    font-size: 20px;
    color: #484848;
}

.top_post_tag a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #5D959D;
    letter-spacing: 0.1em;
    line-height: 2.5;
    border: 1px solid #5D959D;
    border-radius: 30px;
    padding: 4px 15px;
    margin: 5px;
    white-space: nowrap;
}

/* PEOPLE */
.top_article {
    background: #fff;
    padding: 30px 50px;
}
.top_article_wrap {
    width: min(1200px, 83vw);
    margin: 0 auto;
}
.top_article_header {
    text-align: center;
    padding: 30px;
}
.top_article_header p,
.top_article_header h2 {
    color: #5D959D;
}
.top_article_header h2 {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.top_article_header p {
    font-size: 14px;
    letter-spacing: 0.1em;
}
.top_article_content {
    display: flex;
    justify-content: start;
}
.article_content_ul {
    display: flex;
    gap: min(30px, 2vw);
    transition: transform 0.5s ease;
}
.article_content_li {
    display: flex;
    flex-direction: column;
    width: min(380px, 25vw);
}

.btn_viewall {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #5D959D;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    border: 2px solid #5D959D;
    border-radius: 30px;
    width: 500px;
    margin: 60px auto;
    padding: 12px;
}

/* フッター */
footer {
    background-color: #898989;
}
footer,
.footer_left a {
    color: #fff;
}

.footer_wrap {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}