@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
		box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
    --primary: #0E69B9;
}

#suntory_contents {
    font-family: 'Noto Sans JP', sans-serif;
}

.bl_fvWrapper img{
    width: 100%;
    height: 100%;
    display: block;
}

.br_sp {
    display: none;
}
.br_minsp {
    display: none;
}
@media (max-width: 768px) {
    .br_sp {
        display: block;
    }
}
@media (max-width: 420px) {
    .br_minsp {
        display: block;
    }
}

/*-----------
  FV
 ----------*/

.bl_fvWrapper {
    position: relative;
    background-image: url(../img/fv_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1366 / 469;
}

.bl_fvWrapper_inner {
    width: fit-content;
    margin-inline: auto;
}

.bl_fvWrapper_flex {
    display: flex;
    justify-content: center;
    gap: 18px 80px;
}

.bl_fvWrapper_flex_item.fv_title {
    padding-top: 6.2vw;
}

.bl_fvWrapper_flex_item.fv_mask {
    max-width: calc(466 / 16 * 1rem);
    width: 100%;
    height: auto;
    aspect-ratio: 466 / 445;
    overflow: hidden;
    position: relative;
    mask-image: url(../img/fv-mask.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
}

.bl_fvWrapper_imgList {
    /* display: flex;
    flex-wrap: wrap;  
    justify-content: center;
    align-items: center; */
    padding: 0;
    margin: 0;
    list-style: none;
}

.bl_fvSwiper_pagination {
    width: fit-content !important;
    margin-inline: auto 0;
    margin-top: -20px;
}
.bl_fvSwiper_pagination span {
    display: inline-block;
}

.bl_fvSwiper_pagination span.swiper-pagination-bullet {
    background-color: #1e5761;
}
.bl_fvSwiper_pagination span.swiper-pagination-bullet-active {
    background-color: #16D0FF;
}

.el_fvWrapper_title {
    width: fit-content;
    font-size: calc(40 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: calc(1.3 / 16 * 1em);
    color: #0E69B9;
    margin-block: 0;
    margin-bottom: calc(13 / 16 * 1rem);
}
.el_fvWrapper_text {
    font-family: 'Roboto', sans-serif;
    color: #0E69B9;
    font-size: calc(14 / 16 * 1rem);
    font-weight: 800;
    line-height: calc(21 / 16 * 1rem);
    letter-spacing: calc(1.4 / 16 * 1em);
    margin-block: 0;
}

.el_img_title img {
    width: 100%;
}

@media (max-width: 768px) {
    .bl_fvWrapper {
        background-image: url(../img/fv_bg_sp.png);
        background-size: cover;
        aspect-ratio: unset;
    }
    .bl_fvWrapper_inner {
        width: calc(100% - 32px);
    }
    .bl_fvWrapper_flex {
        flex-direction: column;
    }
    .bl_fvWrapper_flex_item.fv_title {
        padding-top: 70px;
    }
    .el_fvWrapper_text {
        font-size: calc(12 / 16 * 1rem);
    }
    .bl_fvWrapper_flex_item.fv_mask {
        margin-inline: auto;
    }
    .el_img_title {
        position: relative;
        margin-top: -5vw;
        z-index: 1;
    }
    .bl_svWrapper_bg_top {

    }
}

@media (max-width: 420px) {
    #suntory_contents {
        background-image: url(../img/fv_bg_sp.png);
        background-size: contain;
        aspect-ratio: unset;
        background-position: top;
        background-repeat: no-repeat;
    }
    .bl_fvWrapper {
        background-image: none;
    }
    .bl_svWrapper_bg_top {
        display: none;
    }
    .bl_fvWrapper_flex_item.fv_mask {
        max-width: 287px;
    }
    .el_fvWrapper_title {
        font-size: calc(34 / 16 * 1rem);
    }
}

/*-----------
  SV
 ----------*/

.el_img_title img {
    width: 100%;
    height: auto;
    display: block;
}
.bl_svWrapper_bg_top {
    height: 20px;
}
.bl_svWrapper_bg_top img {
    width: 100%;
    height: auto;
    display: block;
}

.bl_svWrapper {
    background-image: url(../img/sv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.bl_svWrapper_inner {
    width: fit-content;
    margin-inline: auto;
    padding-inline: calc(16 / 16 * 1rem);
    padding-bottom: 30vw;
    position: relative;
    z-index: 1;
}

.el_svWrapper_title {
    font-family: 'Roboto', sans-serif;
    width: fit-content;
    font-size: calc(96 / 16 * 1rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(270deg, #14A1FF 0%, #0E69B9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-block: 0;
    margin-inline: auto;
}
.el_svWrapper_subTitle {
    width: fit-content;
    font-feature-settings: 'fwid' on, 'halt' on;
    font-size: calc(40 / 16 * 1rem);
    font-weight: 500;
    line-height: 1.2;
    color: #0E69B9;
    margin-block: calc(24 / 16 * 1rem);
}

.bl_svWrapper_flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: calc(24 / 16 * 1rem);
}
.el_svWrapper_text {
    color: var(--primary, #0E69B9);
    font-feature-settings: 'fwid' on, 'halt' on;
    font-size: calc(20 / 16 * 1rem);
    font-weight: 700;
    line-height: 2;
    letter-spacing: calc(6 / 16 * 1em);
    margin-block: 0;
}

.bl_svWrapper_btn {
    display: flex;
    padding: 12px 64px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 40px;
    border: 1px solid #66C2FF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    text-decoration: none;
    position: relative;
}
.bl_svWrapper_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(../img/btn_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.el_svWrapper_btn_text {
    font-family: 'Roboto', sans-serif;
    color: #66C2FF;
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
}

.bl_svWrapper_product {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 10vw;
    left: 50%;
    transform: translateX(-50%);
}
.bl_svWrapper_product img {
    width: 100%;
    height: auto;
    display: block;
}

.bl_svWrapper_bg {
    display: none;
}

@media (max-width: 1000px) {
    .bl_svWrapper_inner {
        padding-bottom: 0;
    }
    .bl_svWrapper_bg {
        display: block;
    }
    .bl_svWrapper_product {
        display: none;
    }
    .bl_svWrapper_bg {
        margin-block: calc(24 / 16 * 1rem) 0;
        padding-bottom: calc(50 / 16 * 1rem);
    }
    .bl_svWrapper_bg img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .bl_svWrapper {
        background-image: url(../img/sv_bg_sp.png);
        padding-top: calc(70 / 16 * 1rem);
    }
    .bl_svWrapper_inner {
        width: calc(100% - 32px);
        margin-inline: auto;
        padding-inline: 0;
    }
    .el_svWrapper_title {
        font-size: calc(72 / 16 * 1rem);
        line-height: 1;
        padding-bottom: 9px;
        margin-inline: unset;
    }
    .el_svWrapper_subTitle {
        font-size: calc(24 / 16 * 1rem);
        line-height: 1.5;
    }

    .bl_svWrapper_flex {
        flex-direction: column;
        align-items: flex-start;
        gap: calc(40 / 16 * 1rem);
    }
    .el_svWrapper_text {
        font-size: calc(16 / 16 * 1rem);
    }
    .bl_svWrapper_btn {
        margin-inline: auto;
    }
}

/*-----------
  Top-interview
----------*/

.bl_topinvWrapper_bg {
    display: block;
    width: 100%;
    height: auto;
    margin-block: 0;
    margin-top: -140px;
    position: relative;
}
.bl_topinvWrapper + .bl_topinvWrapper_bg {
    background-color: #66C2FF;
    margin-top: -1px;
}
.bl_topinvWrapper_bg img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.bl_topinvWrapper {
    background: #66C2FF;
    position: relative;
}

.bl_topinvWrapper_inner {
    width: fit-content;
    margin-inline: auto;
    padding-block: calc(40 / 16 * 1rem) calc(40 / 16 * 1rem);
    padding-inline: calc(16 / 16 * 1rem);
}

.bl_topinvWrapper_inner_box {
    display: block;
    padding: calc(40 / 16 * 1rem);
    border-radius: 40px;
    text-decoration: none;
    border: 2px solid #B8E3FF;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25);
    max-width: calc(1166 / 16 * 1rem);
    width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
}
.bl_topinvWrapper_inner_box:hover .bl_topinvWrapper_btn {
    border: 1px solid #16D0FF;
    background: #16D0FF;
    box-shadow: 0 16px 32px 0 rgba(92, 194, 220, 0.30);
}
.bl_topinvWrapper_inner_box:hover .bl_topinvWrapper_btn::before {
    right: 5px;
}

.bl_topinvWrapper_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(24 / 16 * 1rem);
}

.el_topinvWrapper_subTitle {
    color: #0E6AB9;
    font-size: calc(20 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.5;
    margin-block: 0;
}
.el_topinvWrapper_title {
    color: #222;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: calc(32 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.5;
    margin-block: calc(16 / 16 * 1rem);
}
.el_topinvWrapper_text {
    color: #222;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc(0.64 / 16 * 1em);
    margin-block: 0;
}

.bl_topinvWrapper_profile {
    margin-top: calc(16 / 16 * 1rem);
}

.el_topinvWrapper_profile_position {
    color: #222;
    font-size: calc(14 / 16 * 1rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc(0.56 / 16 * 1em);
    margin-block: 0;
}

.el_topinvWrapper_profile_name {
    color: #222;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(0.64 / 16 * 1em);
    margin-block: 0;
    margin-top: calc(8 / 16 * 1rem);
}

.bl_topinvWrapper_img {
    flex-shrink: 0;
    display: block;
    max-width: calc(424 / 16 * 1rem);
    width: 100%;
    aspect-ratio: 424 / 283;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
}
.bl_topinvWrapper_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.bl_topinvWrapper_btn {
    font-family: 'Roboto', sans-serif;
    display: flex;
    padding: 12px 64px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    max-width: calc(180 / 16 * 1rem);
    margin-inline: auto 0;
    border-radius: 40px;
    border: 1px solid #C9EAFF;
    background: var(--secondary, #66C2FF);
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25), 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    text-decoration: none;
    box-sizing: content-box;
    position: relative;
    margin-top: calc(16 / 16 * 1rem);
    transition: 0.3s ease;
}
.bl_topinvWrapper_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    mask-image: url(../img/btn_arrow.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    transition: 0.3s ease;
}
.bl_topinvWrapper_btn:hover {
    border: 1px solid #16D0FF;
    background: #16D0FF;
    box-shadow: 0 16px 32px 0 rgba(92, 194, 220, 0.30);
}
.bl_topinvWrapper_btn:hover::before {
    right: 5px;
}

.el_topinvWrapper_btn_text {
    color: #FFF;
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
    letter-spacing: calc(1.6 / 16 * 1em);
}

@media (max-width: 1000px) {
    .bl_topinvWrapper_bg {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .bl_topinvWrapper_inner_box {
        padding: calc(32 / 16 * 1rem) calc(24 / 16 * 1rem);
    }
    .bl_topinvWrapper_flex {
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }
    .el_topinvWrapper_subTitle {
        font-size: calc(18 / 16 * 1rem);
    }
    .el_topinvWrapper_title {
        font-size: calc(24 / 16 * 1rem);
    }
    .bl_topinvWrapper_btn {
        margin-inline: auto;
        margin-top: 0;
        /* padding: 12px 20px; */
    }
}

/*-----------
  contents
----------*/

.bl_contentsWrapper {
    /* background-image: url(../img/contents_bg.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding-block: calc(80 / 16 * 1rem);
}

.bl_contentsWrapper_inner {
    width: fit-content;
    margin-inline: auto;
    padding-inline: calc(16 / 16 * 1rem);
}

.el_contentsWrapper_title {
    color: var(--primary, #0E69B9);
    text-align: center;
    font-size: calc(40 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: calc(24 / 16 * 1rem);
    margin-block: 0;
    position: relative;
}
.el_contentsWrapper_title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #0E69B9;
}

.bl_contentsWrapper_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: calc(1166 / 16 * 1rem);
    width: 100%;
    list-style: none;
    padding: 0;
    margin: calc(64 / 16 * 1rem) auto;
    position: relative;
}

.bl_contentsWrapper_list_item {
    display: flex;
    padding: 12px 36px 12px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: center;
    white-space: nowrap;
    /* max-height: 140px; */
    margin-left: -60px;
    border-radius: 0 16px 16px 0;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.bl_contentsWrapper_list_item svg {
    transition: 0.3s ease;
} 
.bl_contentsWrapper_list_item:hover svg {
    transform: translateY(5px);
} 

.bl_contentsWrapper_list_item:nth-of-type(2) {
    background: var(--blue300, #52C2FF);
    z-index: 6;
}
.bl_contentsWrapper_list_item:nth-of-type(3) {
    background: var(--blue400, #3BB5FF);
    z-index: 5;
}
.bl_contentsWrapper_list_item:nth-of-type(4) {
    background: var(--blue500, #24A8FF);
    z-index: 4;
}
.bl_contentsWrapper_list_item:nth-of-type(5) {
    background: var(--blue600, #2185E2);
    z-index: 3;
}
.bl_contentsWrapper_list_item:nth-of-type(6) {
    background: var(--blue700, #1E67C5);
    z-index: 2;
}
.bl_contentsWrapper_list_item:nth-of-type(7) {
    background: var(--blue800, #1A4DA9);
    z-index: 1;
}
.bl_contentsWrapper_list_item_bg {
    width: 120px;
    height: 137px;
    background: var(--blue900, #012F83);
    position: absolute;
    right: 90px;
}

.bl_contentsWrapper_list_item_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.bl_contentsWrapper_list_item_img {
    margin: 0;
}

.bl_contentsWrapper_list_item_img img {
    width: 100%;
}

.el_contentsWrapper_list_item_title {
    color: #FFF;
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.16px;
    margin-block: 0;
    width: 68px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl_contentsWrapper_list_item.first-item,
.bl_contentsWrapper_list_item.last-item {
    display: flex;
    width: 160px;
    height: 160px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    aspect-ratio: 1/1;
    padding: 0;
    border-radius: 120px;
    max-height: unset;
    background: #FFF;
    box-shadow: 0 -5px 16px 0 rgba(0, 0, 0, 0.10) inset, 0 -5px 10px 0 rgba(255, 255, 255, 0.10) inset, 0 0 16px 0 rgba(255, 255, 255, 0.10);
    margin: 0 !important;
}

.first-item .el_contentsWrapper_list_item_title,
.last-item .el_contentsWrapper_list_item_title {
    color: #0E69B9;
}

.bl_contentsWrapper_card {

}

.bl_contentsWrapper_card_list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: calc(1166 / 16 * 1rem);
    width: 100%;
    margin-inline: auto;
}

.bl_contentsWrapper_card_list_item {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: auto;
    border-radius: 40px;
    border: 2px solid #E1F3FF;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25);
    overflow: hidden;
    box-sizing: border-box;
}

.bl_contentsWrapper_card_list_item_img {
    display: flex;
    max-width: 419px;
    width: 36%;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    aspect-ratio: 419/314;
    margin: 0;
}

.bl_contentsWrapper_card_list_item_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bl_contentsWrapper_card_list_item_content {
    padding: calc(40 / 16 * 1rem);
    width: 64%;
}

.el_contentsWrapper_card_list_item_content_title {
    color: var(--primary, #0E69B9);
    font-size: calc(24 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.5;
    text-align: start;
    margin-block: 0 calc(16 / 16 * 1rem);
}

.el_contentsWrapper_card_list_item_content_text {
    color: #222;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
    letter-spacing: calc(0.64 / 16 * 1em);
    margin-block: 0 calc(54 / 16 * 1rem);
}

.bl_contentsWrapper_card_list_item_content_btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: calc(16 / 16 * 1rem);
}

.bl_contentsWrapper_card_list_item_content_btn {
    display: flex;
    padding: 12px 36px 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #C9EAFF;
    background: var(--secondary, #66C2FF);
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25), 0 1px 2px 0 rgba(16, 24, 40, 0.05);  
    text-decoration: none;
    width: fit-content;
    margin-inline: auto 0;
    position: relative;
    box-sizing: border-box;
    transition: 0.3s ease;
}
.bl_contentsWrapper_card_list_item_content_btn:hover {
    border: 1px solid #16D0FF;
    background: #16D0FF;
    box-shadow: 0 16px 32px 0 rgba(92, 194, 220, 0.30);
}
.bl_contentsWrapper_card_list_item_content_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    mask-image: url(../img/btn_arrow.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #FFF;
    transition: 0.3s ease;
}
.bl_contentsWrapper_card_list_item_content_btn:hover::before {
    right: 5px;
}
.bl_contentsWrapper_card_list_item_content_btn_list .bl_contentsWrapper_card_list_item_content_btn {
    margin-inline: unset;
}

.el_contentsWrapper_card_list_item_content_btn_text {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(0.16 / 16 * 1em);
}

.bl_contentsWrapper_btn {
    display: flex;
    padding: 12px 64px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #C9EAFF;
    background: var(--secondary, #66C2FF);
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25), 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    text-decoration: none;
    max-width: 320px;
    width: 100%;
    margin-top: calc(40 / 16 * 1rem);
    margin-inline: auto;
    position: relative;
    box-sizing: border-box;
    transition: 0.3s ease;
}
.bl_contentsWrapper_btn:hover {
    border: 1px solid #16D0FF;
    background: #16D0FF;
    box-shadow: 0 16px 32px 0 rgba(92, 194, 220, 0.30);
}
.bl_contentsWrapper_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    mask-image: url(../img/btn_arrow.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #FFF;
    transition: 0.3s ease;
}
.bl_contentsWrapper_btn:hover::before {
    right: 5px;
}
.el_contentsWrapper_btn_text {
    color: #FFF;
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(0.16 / 16 * 1em);
}

.bl_contentsWrapper_pickup {
    margin-top: calc(64 / 16 * 1rem);
}

.el_contentsWrapper_subtitle {
    color: var(--primary, #0E69B9);
    font-size: calc(24 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.5;
    margin-block: 0 calc(24 / 16 * 1rem);
    padding-bottom: calc(8 / 16 * 1rem);
    border-bottom: 1px solid #52C2FF;
    position: relative;
}

.bl_contentsWrapper_pickupSwiper {
    max-width: calc(1166 / 16 * 1rem);
    width: 100%;
    margin-inline: auto;
    overflow: visible;
}

.bl_contentsWrapper_pickup_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bl_contentsWrapper_pickup_list_item {
    max-width: 300px;
    min-width: 300px;
    border-radius: 16px;
    border: 2px solid #E1F3FF;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25);
    overflow: hidden;
}

.bl_contentsWrapper_pickup_list_item_link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
}
.bl_contentsWrapper_pickup_list_item_link::after {
    content: '';
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    mask-image: url(../img/btn_arrow.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #5CC2DC;
}

.bl_contentsWrapper_pickup_list_item_img {
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 170;
    margin: 0;
    position: relative;
}
.bl_contentsWrapper_pickup_list_item_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    overflow: auto;
}
.bl_contentsWrapper_pickup_list_item_img figcaption {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(4 / 16 * 1rem);
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
}

.el_contentsWrapper_pickup_list_item_content_label {
    display: flex;
    padding: 2px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    border-radius: 30px;
    background: var(--secondary, #66C2FF);
    color: #FFF;
    text-align: center;
    font-size: calc(12 / 16 * 1rem);
    font-weight: 700;
    line-height: 1;
    margin-block: 0;
}

.bl_contentsWrapper_pickup_list_item_content {
    padding: calc(16 / 16 * 1rem) calc(16 / 16 * 1rem) calc(40 / 16 * 1rem);
    background-color: #FFF;
}

.el_contentsWrapper_pickup_list_item_content_title {
    overflow: hidden;
    color: var(--primary, #0E69B9);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    font-size: calc(20 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.5;
    margin-block: 0 calc(16 / 16 * 1rem);
}

.el_contentsWrapper_pickup_list_item_content_text {
    overflow: hidden;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    font-size: calc(14 / 16 * 1rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc(0.56 / 16 * 1em);
    margin-block: 0 calc(16 / 16 * 1rem);
}

.bl_contentsWrapper_card {
    position: relative;
    overflow: visible;
}

.contentsCard-button-prev,
.contentsPickup-button-prev {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25);
    backdrop-filter: blur(6px);
    z-index: 1;
}
.contentsCard-button-next,
.contentsPickup-button-next {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

.contentsCard-button-prev img,
.contentsCard-button-next img,
.contentsPickup-button-prev img,
.contentsPickup-button-next img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.contentsPickup-button-prev.swiper-button-disabled,
.contentsPickup-button-next.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1166px) {
    .bl_contentsWrapper_inner {
        width: 100%;
        padding-inline: 16px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .el_contentsWrapper_title {
        font-size: calc(32 / 16 * 1rem);
        line-height: 1.2;
    }

    .bl_contentsWrapper_list {
        max-width: 600px;
        margin-bottom: calc(40 / 16 * 1rem);
    }

    .bl_contentsWrapper_list_item {
        padding: 8px 13px 7px 60px;
    }

    .bl_contentsWrapper_list_item_link {
        gap: 2px;
    }

    .bl_contentsWrapper_list_item_img {
        max-width: 21px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .el_contentsWrapper_list_item_title {
        font-size: calc(12 / 16 * 1rem);
        width: 45px;
        height: 26px;
    }

    .bl_contentsWrapper_list_item.first-item, .bl_contentsWrapper_list_item.last-item {
        width: 94px;
        height: 94px;
        gap: 2px;
    }
    .bl_contentsWrapper_list_item.first-item .bl_contentsWrapper_list_item_img,
    .bl_contentsWrapper_list_item.last-item .bl_contentsWrapper_list_item_img {
        max-width: 21px;
        aspect-ratio: unset;
    }

    .bl_contentsWrapper_list_item:nth-of-type(3) .bl_contentsWrapper_list_item_img {
        max-width: 34px;
        height: 21px;
        aspect-ratio: unset;
    }

    .bl_contentsWrapper_list_item_bg {
        height: 90px;
        right: 45px;
    }

    .bl_contentsWrapper_card {
        width: 100%;
        padding-inline: 5%;
        box-sizing: border-box;
    }
    .bl_contentsWrapper_navi .contentsCard-button-prev,
    .bl_contentsWrapper_pickupSwiper_navi .contentsPickup-button-prev {
        left: -10px;
    }
    .bl_contentsWrapper_navi .contentsCard-button-next,
    .bl_contentsWrapper_pickupSwiper_navi .contentsPickup-button-next {
        right: -10px;
    }

    .el_contentsWrapper_subtitle {
        margin-inline: 5%;
    }
    .bl_contentsWrapper_pickupSwiper {
        padding-inline: 5%;
        box-sizing: border-box;
    }
}
@media (max-width: 768px) {
    .bl_contentsWrapper_card_list_item {
        flex-direction: column;
        border-radius: 16px;
    }
    .bl_contentsWrapper_card_list_item_img {
        max-width: 100%;
        width: 100%;
        aspect-ratio: 335 / 250;
    }
    .bl_contentsWrapper_card_list_item_content {
        width: 100%;
    }
    .el_contentsWrapper_card_list_item_content_title {
        font-size: calc(20 / 16 * 1rem);
    }
    .el_contentsWrapper_card_list_item_content_text {
        margin-bottom: calc(24 / 16 * 1rem);
    }
    /* .bl_contentsWrapper_card_list_item_content_btn {
        margin-inline: auto;
    } */
    .bl_contentsWrapper_card_list_item_content_btn {
        width: 100%;
    }

    .el_contentsWrapper_subtitle {
        font-size: calc(20 / 16 * 1rem);
        margin-inline: 0;
    }

    .bl_contentsWrapper_card,
    .bl_contentsWrapper_pickupSwiper {
        padding-inline: 0;
    }
    .bl_contentsWrapper_navi .contentsCard-button-prev,
    .bl_contentsWrapper_pickupSwiper_navi .contentsPickup-button-prev {
        width: 30px;
        height: 30px;
    }
    .bl_contentsWrapper_navi .contentsCard-button-next,
    .bl_contentsWrapper_pickupSwiper_navi .contentsPickup-button-next {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 620px) {
    .bl_contentsWrapper_list {
        max-width: 340px;
        flex-wrap: wrap;
        gap: 10px 0;
    }
    .bl_contentsWrapper_list_item {
        padding: 4px 13px 1px 50px;
        margin-left: -65px;
        width: 118px;
        box-sizing: border-box;
    }

    .bl_contentsWrapper_list_item.last-item {
        width: 82px;
        height: 82px;
    }
    .bl_contentsWrapper_list_item:nth-of-type(5) {
        padding: 4px 23px 1px;
        margin-left: 0;
        width: 90px;
        border-radius: 10px;
    }
    .bl_contentsWrapper_list_item:nth-of-type(6) {
        padding: 4px 13px 1px 50px;
        margin-left: -45px;
    }
    .bl_contentsWrapper_list_item:nth-of-type(7) {
        padding: 4px 13px 1px 50px;
        margin-left: -50px;
    }
    .bl_contentsWrapper_list_item_bg {
        height: 80px;
        bottom: 1px;
        right: 40px;
    }

    .bl_contentsWrapper_list_item.first-item .bl_contentsWrapper_list_item_img {
        max-width: 32px;
    }
}

/*-----------
  Quality Story
----------*/

.bl_qsWrapper {
    background-image: url(../img/qs_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-block: calc(80 / 16 * 1rem);
}

.bl_qsWrapper_inner {
    width: fit-content;
    margin-inline: auto;
    padding-inline: calc(16 / 16 * 1rem);
}

.el_qsWrapper_subTitle {
    color: var(--primary, #0E69B9);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: calc(22 / 16 * 1rem);
    font-weight: 700;
    line-height: 1;
    margin-block: 0 calc(16 / 16 * 1rem);
}

.el_qsWrapper_title {
    color: var(--primary, #0E69B9);
    text-align: center;
    font-size: calc(40 / 16 * 1rem);
    font-weight: 700;
    line-height: 1;
    padding-bottom: calc(24 / 16 * 1rem);
    margin-block: 0 calc(64 / 16 * 1rem);
    position: relative;
}
.el_qsWrapper_title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #0E69B9;
}

.bl_qsWrapper_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: calc(24 / 16 * 1rem);
    max-width: calc(1166 / 16 * 1rem);
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.bl_qsWrapper_list_item {
    width: calc((100% - 48px) / 3);
}
.bl_qsWrapper_list_item_link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 2px solid #E1F3FF;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25);
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.bl_qsWrapper_list_item_link::after {
    content: '';
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    mask-image: url(../img/btn_arrow.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #5CC2DC;
    z-index: 11;
}
.bl_qsWrapper_list_item_link:hover {
    transform: translateY(4px);
    box-shadow: 0 4px 10px 0 rgba(92, 194, 220, 0.2);
}

.bl_qsWrapper_list_item_img {
    width: 100%;
    height: auto;
    aspect-ratio: 372 / 170;
    display: block;
    margin: 0;
}
.bl_qsWrapper_list_item_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bl_qsWrapper_list_item_content {
    padding: calc(16 / 16 * 1rem) calc(16 / 16 * 1rem) calc(40 / 16 * 1rem);
}

.el_qsWrapper_list_item_title {
    overflow: hidden;
    color: var(--primary, #0E69B9);
    text-overflow: ellipsis;
    font-size: calc(20 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.5;
    margin-block: 0;
}
.el_qsWrapper_list_item_text {
    overflow: hidden;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    font-size: calc(14 / 16 * 1rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc(0.56 / 16 * 1em);
    margin-block: calc(16 / 16 * 1rem);
}

@media (max-width: 768px) {
    .bl_qsWrapper_inner {
        width: calc(100% - 32px);
        padding-inline: 0;
    }
    .bl_qsWrapper_list {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(92, 194, 220, 0.3) transparent;
        padding-bottom: calc(24 / 16 * 1rem);
        box-sizing: border-box;
    }
    .bl_qsWrapper_list::-webkit-scrollbar {
        height: 4px;
    }
    .bl_qsWrapper_list::-webkit-scrollbar-thumb {
        background-color: rgba(92, 194, 220, 0.3);
        border-radius: 2px;
    }
    .bl_qsWrapper_list::-webkit-scrollbar-track {
        background: transparent;
    }

    .bl_qsWrapper_list_item {
        width: calc(280 / 16 * 1rem);
        flex-shrink: 0;
    }

    .el_qsWrapper_subTitle {
        font-size: calc(18 / 16 * 1rem);
    }

    .el_qsWrapper_title {
        font-size: calc(32 / 16 * 1rem);
        margin-bottom: calc(48 / 16 * 1rem);
    }
}

/*-----------
  safety
----------*/

.bl_safetyWrapper_bg_wrapper {
    background-image: url(../img/safety_bg_wrap.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bl_safetyWrapper_bg {
    display: block;
    width: 100%;
    height: auto;
    margin-block: 0;
    opacity: 0;
}
.bl_safetyWrapper + .bl_safetyWrapper_bg {
    background-color: #66C2FF;
}
.bl_safetyWrapper_bg img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.bl_safetyWrapper {
    display: flex;
    align-items: center;
    padding-block: calc(80 / 16 * 1rem);
    position: relative;
    margin-top: -1px;
}

.bl_safetyWrapper_inner {
    width: fit-content;
    margin-inline: auto;
    padding-inline: calc(16 / 16 * 1rem);
}

.bl_safetyWrapper_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(48 / 16 * 1rem) calc(64 / 16 * 1rem);
    max-width: calc(1166 / 16 * 1rem);
    width: 100%;
    margin-inline: auto;
}

.bl_safetyWrapper_flex_item {

}

.el_safetyWrapper_title {
    color: var(--white, #FFF);
    text-align: start;
    font-size: calc(40 / 16 * 1rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: calc(-1.2 / 16 * 1em);
    padding-bottom: calc(24 / 16 * 1rem);
    margin-block: 0 calc(40 / 16 * 1rem);
    position: relative;
}
.el_safetyWrapper_title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #FFF;
}

.el_safetyWrapper_text {
    color: var(--white, #FFF);
    font-size: calc(16 / 16 * 1rem);
    line-height: 1.5;
    letter-spacing: calc(0.48 / 16 * 1em);
    margin-block: 0;
}

.bl_safetyWrapper_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: calc(24 / 16 * 1rem);
    max-width: calc(700 / 16 * 1rem);
    width: 100%;
    padding: 0;
    margin: calc(48 / 16 * 1rem) 0 0 0;
    list-style: none;
}

.bl_safetyWrapper_list_item {
    width: calc((100% - 24px) / 2);
}

.bl_safetyWrapper_list_item_link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px calc(20 / 16 * 1rem);
    border-radius: 40px;
    border: 1px solid #66C2FF;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25), 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    text-decoration: none;
    position: relative;
}

.bl_safetyWrapper_list_item_link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    mask-image: url(../img/btn_arrow.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #66C2FF;
}

.el_safetyWrapper_list_item_title {
    color: #66C2FF;
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.2;
}

.bl_safetyWrapper_img {
    flex-shrink: 0;
    display: block;
    max-width: calc(320 / 16 * 1rem);
    width: 100%;
    aspect-ratio: 21 / 20;
    margin: 0;
}
.bl_safetyWrapper_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bl_safetyWrapper_btn {
    display: flex;
    padding: 12px 64px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 40px;
    border: 1px solid #66C2FF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    text-decoration: none;
    width: max-content;
    margin: 40px auto 0 0;
    position: relative;
    transition: 0.3s ease;
}
.bl_safetyWrapper_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(../img/btn_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.bl_safetyWrapper_btn:hover {
    border: 1px solid #66C2FF;
    background: #DFF9FF;
    box-shadow: 0 16px 32px 0 rgba(92, 194, 220, 0.30);
}
.bl_safetyWrapper_btn:hover::before {
    right: 5px;
}

.el_safetyWrapper_btn_text {
    color: #66C2FF;
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(0.16 / 16 * 1em);   
}

@media (max-width: 1166px) {
    .bl_safetyWrapper_list {
        flex-direction: column;
    }
    .bl_safetyWrapper_list_item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .bl_safetyWrapper_bg {
        opacity: 1;
    }
    .bl_safetyWrapper {
        background-image: url(../img/safety_bg_sp.png);
        background-position: top;
    }
    .bl_safetyWrapper_flex {
        flex-direction: column-reverse;
        align-items: center;
    }
    .el_safetyWrapper_title {
        font-size: calc(32 / 16 * 1rem);
    }
    .bl_safetyWrapper_list {
        gap: calc(16 / 16 * 1rem);
    }
    .bl_safetyWrapper_btn {
        max-width: 335px;
        width: 100%;
        margin-top: calc(24 / 16 * 1rem);
        margin-inline: auto;
    }
}

/*-----------
  Pagelist
----------*/

.bl_pagelistWrapper {
    background: transparent;
    background-image: url(../img/pagelist_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-block: calc(80 / 16 * 1rem) calc(140 / 16 * 1rem);
}

.bl_pagelistWrapper_inner {
    width: fit-content;
    margin-inline: auto;
    padding-inline: calc(16 / 16 * 1rem);
}

.bl_pagelistWrapper_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: calc(40 / 16 * 1rem);
    max-width: calc(1166 / 16 * 1rem);
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.bl_pagelistWrapper_list_item {
    width: calc((100% - 80px) / 3);
}

.bl_pagelistWrapper_list_item_link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid #C9EAFF;
    background: var(--secondary, #66C2FF);
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25), 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: calc(40 / 16 * 1rem);
    overflow: hidden;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    transition: 0.3s ease;
}
.bl_pagelistWrapper_list_item_link:hover {
    border: 1px solid #16D0FF;
    background: #16D0FF;
    box-shadow: 0 16px 32px 0 rgba(92, 194, 220, 0.30);
}

.el_pagelistWrapper_list_item_title {
    color: #FFF;
    text-align: start;
    font-size: calc(24 / 16 * 1rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: calc(0.24 / 16 * 1em);
    padding-bottom: calc(8 / 16 * 1rem);
    margin-block: 0 calc(16 / 16 * 1rem);
    position: relative;
}
.el_pagelistWrapper_list_item_title::before {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 0;
    mask-image: url(../img/btn_arrow.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    transition: 0.3s ease;
}
.bl_pagelistWrapper_list_item_link:hover .el_pagelistWrapper_list_item_title::before {
    right: -5px;
}

.el_pagelistWrapper_list_item_title .ico-blank {
    position: absolute;
    bottom: 4px;
    right: 0;
}
.el_pagelistWrapper_list_item_title:has(.ico-blank)::before {
    content: none;
}
.el_pagelistWrapper_list_item_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
}
.el_pagelistWrapper_list_item_text {
    color: #FFF;
    font-size: calc(14 / 16 * 1rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc(0.56 / 16 * 1em);
    margin-block: 0;
}

@media (max-width: 1166px) {
    .bl_pagelistWrapper_list {
        flex-direction: column;
    }
    .bl_pagelistWrapper_list_item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .bl_pagelistWrapper_inner {
        width: calc(100% - 32px);
        padding-inline: 0;
    }
    .bl_pagelistWrapper_list {
        gap: calc(24 / 16 * 1rem);
    }
    .el_pagelistWrapper_list_item_title {
        font-size: calc(20 / 16 * 1rem);
    }
}

/*-----------
  Activity
----------*/

.bl_activityWrapper {
    background-image: url(../img/activity_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-block: calc(120 / 16 * 1rem);
}

.bl_activityWrapper_inner {
    width: fit-content;
    margin-inline: auto;
}

.el_activityWrapper_title {
    color: var(--white, #FFF);
    text-align: center;
    font-size: calc(40 / 16 * 1rem);
    font-weight: 700;
    line-height: 1;
    padding-bottom: calc(24 / 16 * 1rem);
    margin-block: 0 calc(16 / 16 * 1rem);
    position: relative;
}
.el_activityWrapper_title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #FFF;
}

.el_activityWrapper_text {
    color: var(--white, #FFF);
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: calc(0.48 / 16 * 1em);
    margin-block: 0 calc(16 / 16 * 1rem);
}

.bl_activityWrapper_btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #66C2FF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    max-width: calc(360 / 16 * 1rem);
    width: 100%;
    margin-inline: auto;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}
.bl_activityWrapper_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    mask-image: url(../img/btn_arrow.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #66C2FF;
}
.el_activityWrapper_btn_text {
    color: #66C2FF;
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(0.16 / 16 * 1em);   
}

@media (max-width: 768px) {
    .bl_activityWrapper {
        padding-block: calc(80 / 16 * 1rem);
    }
    .bl_activityWrapper_inner {
        width: calc(100% - 32px);
        padding-inline: 0;
    }
    .el_activityWrapper_title {
        font-size: calc(32 / 16 * 1rem);
    }
    .bl_activityWrapper_btn {

    }
}

@media (max-width: 420px) {
    .bl_activityWrapper {
        background-image: url(../img/activity_bg_sp.png);
    }
}