@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Orbitron:wght@400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;500&family=M+PLUS+2:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Orbitron:wght@400;500;600;700;800;900&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
}

.s .pc-br {
    display: none;
}
img {
    width: 100%;
}
/* ==================================================
* header
=====================================================*/

/* .c-header {
    border-bottom: 1px solid #707070;
} */

.LITE .c-header-head {
    border-bottom: 1px solid #E0E0E0;
}

.c-header-head {
    width: 100%;
    position: relative;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.m .c-header-head,
.l .c-header-head {
    display: none;
}

.c-header-head-logo {
    height: 100%;
}

.c-header-head-logo img {
    height: 100%;
    width: auto;
}

.c-header-head .c-header-head-right {
    display: flex;
    align-items: center;
}

.c-header-head .c-header-head-search {
    margin-right: 15px;
}
.c-header-head .c-header-head-search._common {
    margin-right: 0;
}

.c-header-head .c-header-head-list {
    width: 22px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.c-header-head .c-header-head-list span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.c-header-head .c-header-head-list span:nth-child(2) {
    width: 70%;
}

.c-header .c-header-title {
    background: #111111;
    padding: 15px 0;
}
.c-header .c-header-title._common {
    background: #DFF3DB;
    
}
.LITE .c-header .c-header-title {
    background: #fff;
}
.c-header .c-header-title img{
    width: 100%;
}

.m .c-header .c-header-title,
.l .c-header .c-header-title {
    display: none;
}


.c-header-title .c-header-title-logo {
    text-align: center;
    width: min(75%, 350px);
    margin: 0 auto;
}
.c-header-title .c-header-title-logo._common {
    text-align: center;
    width: min(55%, 350px);
    margin: 0 auto;
}

/* SPメニュー */
.c-header-list {
    transform: translateX(100%);
    position: fixed;
    right: 0;
  top: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: 100;
    overflow: auto;
    background-image: url(../img/sp-menu-bg.png);
    background-size: cover;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}
.LITE .c-header-list {
    background-image: url(../lite/img/sp-menu-bg.png);
    font-family: 'M PLUS 2', sans-serif;
}
.c-header-list.__active {
    transform: translateX(0);
}

.c-header-list ul {
    padding: 60px 35px;
}

.c-header-list li {
   margin-bottom: 45px;
}

.c-header-list li a {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.c-header-list li img:nth-child(2) {
    width: 146px;
}

.headerSp-titleArrow {
    width: 16px;
}

/* 閉じるボタン */
.c-header-list-closeBtn {
    position: absolute;
  top: 20px;
    right: 20px;
    width: 20px;
}


.c-headerSP-change {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 36px;
    width: 100%;
    min-width: 255px;
    margin: 12px auto 0;
}
.m .c-headerSP-change {
    gap: 12px;
    max-width: 276px;
}

.c-headerSP-change .c-headerSP-change-select {
    background: #595959;
    border-radius: 100px;
    height: 36px;
    font-size: 12px;
    overflow: hidden;
    display: flex;
}
.c-headerSP-change .c-headerSP-change-select._common {
    background: none;
}
.c-headerSP-change .c-headerSP-change-select._common a:first-child{
    background-image: linear-gradient(90deg, rgba(68, 204, 41, 1), rgba(206, 224, 157, 1));
    padding: 10px 12px;
    border-radius: 100px;
    color: #fff;
}
.c-headerSP-change .c-headerSP-change-select._common a:nth-child(2){
    background: linear-gradient(135deg, green, rgba(121, 204, 61, 100%));
    padding: 10px 12px;
    border-radius: 100px;
    margin-left: 10px;
}
.LITE .c-headerSP-change .c-headerSP-change-select {
    background: rgba(0, 0, 0, .1);
}

.c-headerSP-change .c-headerSP-change-select a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 10px;
    display: flex;
    align-items: center;
    column-gap: 3px;
}
.c-headerSP-change .c-headerSP-change-select a img {
    margin-right: 3px;
}
.l .c-headerSP-change .c-headerSP-change-select a {
    padding: 10px 14px;
}

.LITE .c-headerSP-change .c-headerSP-change-select a {
    color: #333;
}

.c-headerSP-change .c-headerSP-change-select img {
    width: 50px;
}

.c-headerSP-change .c-headerSP-change-select .is-select {
    background: linear-gradient(135deg, green, rgba(121, 204, 61, 100%));
    padding: 10px 12px;
    border-radius: 100px;
}
.LITE .c-headerSP-change .c-headerSP-change-select .is-select {
    background-image: linear-gradient(90deg, rgba(68, 204, 41, 1), rgba(206, 224, 157, 1));
    padding: 10px 12px;
    border-radius: 100px;
    color: #fff;
}

/* はてなボタン */
.c-headerSP-change-guidBtn {
    width: 24px;
}


/* PCヘッダー */
.c-headerPC {
    padding: 20px 24px;
    background: #111111;
    position: relative;
}
.c-headerPC._common {
    background:#DFF3DB;
}
.LITE .c-headerPC {
    background: #fff;
    border-radius: 0 0 32px 32px;
}

.c-headerPC-top{
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    align-items: center;
}

.c-headerPC-change {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    width: 100%;
    max-width: 236px;
}
.m .c-headerPC-change {
    gap: 12px;
    max-width: 276px;
}

.c-headerPC-change .c-headerPC-change-select {
    background: #595959;
    border-radius: 100px;
    height: 36px;
    font-size: 12px;
    overflow: hidden;
    display: flex;
}

/*
_common
DEEP・LITE共通ヘッダー
*/
.c-headerPC-change .c-headerPC-change-select._common {
    background:none;
}
.c-headerPC-change .c-headerPC-change-select._common a:first-child {
    background-image: linear-gradient(90deg, rgba(68, 204, 41, 1), rgba(206, 224, 157, 1));
    padding: 10px 12px;
    border-radius: 100px;
    color: #fff;
}
.c-headerPC-change .c-headerPC-change-select._common a:nth-child(2) {
    background: linear-gradient(135deg, green, rgba(121, 204, 61, 100%));
    padding: 10px 12px;
    border-radius: 100px;
    color: #fff;
    margin-left: 10px;
}
.LITE .c-headerPC-change .c-headerPC-change-select {
    background: rgba(0, 0, 0, .1);
}

.c-headerPC-change .c-headerPC-change-select a {
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 10px;
    display: flex;
    align-items: center;
    column-gap: 3px;
    font-size: 14px;
    font-weight: bold;
}
.c-headerPC-change .c-headerPC-change-select img {
    margin-right: 3px;
}
.l .c-headerPC-change .c-headerPC-change-select a {
    padding: 10px 14px;
}

.LITE .c-headerPC-change .c-headerPC-change-select a {
    color: #333;
}

.c-headerPC-change .c-headerPC-change-select img {
    width: 50px;
}

.c-headerPC-change .c-headerPC-change-select .is-select {
    background: linear-gradient(135deg, green, rgba(121, 204, 61, 100%));
    padding: 10px 12px;
    border-radius: 100px;
}
.LITE .c-headerPC-change .c-headerPC-change-select .is-select {
    background-image: linear-gradient(90deg, rgba(68, 204, 41, 1), rgba(206, 224, 157, 1));
    padding: 10px 12px;
    border-radius: 100px;
    color: #fff;
}

/* はてなボタン */
.c-headerPC-change-guidBtn {
    width: 24px;
}


/* ヘッダーロゴ */
.c-headerPC-titleLogo {
    width: 240px;
    position: absolute;
    top: 27px;
    /* bottom: 0; */
    margin: auto;
    left: 0;
    right: 0;
}
.c-headerPC-titleLogo._common {
    width: 195px;
}

/* ヘッダーリスト */
.c-headerPC .c-headerPC-titleList a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
    font-weight: bold;
}
.LITE .c-headerPC .c-headerPC-titleList a {
    color: #000;
}

.c-headerPC-titleList {
    display: flex;
    column-gap: 25px;
    justify-content: center;
    margin-top: 20px;
}

.c-headerPC-titleList a img {
    vertical-align: middle;
    margin-left: 6px;
    width: 16px;
}


/* サイト内検索 */
.c-headerPC .c-headerPc-searchItem {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    width: 330px;
}
.gsc-results-wrapper-overlay {
    left: 0!important;
    right: 0;
}
.c-headerPC .c-headerPc-searchItem .c-headerPc-search {
    display: flex;
    align-items: center;
    width: 160px;
    height: 36px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #F0F0F0 !important;

}
.gsc-control-cse.gsc-control-cse-ja {
    width: 160px;
    height: 36px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #F0F0F0 !important;
    border: none;
}
.s .gsc-control-cse.gsc-control-cse-ja {
    background-color: #F0F0F0 !important;
}
.LITE .c-headerPC .c-headerPc-searchItem .gsc-control-cse.gsc-control-cse-ja {
    background-color: #F0F0F0 !important;
}

.gsc-control-cse{
    padding: 0 !important;
}
.gsc-input-box{
    border: none !important;
    background: none !important;
}
.gsc-control-cse input{
    background-color: #F0F0F0 !important;
    color: #000;
}
.s .gsc-control-cse input{
    background-color: #F0F0F0 !important;
    color: #000;
}



/* クリアボタン */
.gsib_b{
    display: none !important;
}



.c-headerPC .c-headerPc-searchItem figure {
    width: 150px;
}

.c-headerPc-searchItem .c-headerPc-search input {
    height: 28px;
    width: 124px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    background-color: #F0F0F0 !important;
    font-size: 1em;
    outline: none;
    color: #fff;
}


.c-headerPc-searchItem .c-headerPc-search .gsc-control-cse.gsc-control-cse-ja input::placeholder {
    color: #fff !important;
}


table.gsc-search-box td.gsc-input{
    padding-right: 0 !important;
}

.c-headerPc-searchItem .c-headerPc-search button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 35px;
    height: 35px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}
.gsc-search-button {
    width: 35px;
    height: 35px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-left: 0 !important;
}

.gsc-search-button.gsc-search-button-v2{
    font-size: 0;
    padding: 0;
    width: 35px !important;
    height: 35px !important;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    border: none;
}

.gsc-search-button-v2:hover {
    background:none !important;
}
.gsc-search-button-v2 svg {
    display: none;
}

.gsc-search-button.gsc-search-button-v2::after {
    width: 16px;
    height: 16px;
    background-image: url(../lite/img/headerPc-searchIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    z-index: 10;
    display: block;
    margin: 0 auto;
}
.s .gsc-search-button.gsc-search-button-v2::after {
    background-image: url(../lite/img/headerPc-searchIcon.png);
}

.c-headerPc-searchItem .c-headerPc-search button::after {
    width: 16px;
    height: 16px;
    background-image: url(../lite/img/headerPc-searchIcon.png);
    background-repeat: no-repeat;
    content: '';
}

.c-headerPc-searchItem figure img {
    width: 100%;
}




/* ==================================================
* c-slideWrapList
=====================================================*/
.c-slideWrapList {
    margin: 60px 20px 0;
    position: relative;
}

.m .c-slideWrapList {
    margin: 80px auto 0;
    padding: 0 40px;
    max-width: 1160px;
}





/* ==================================================
* c-articleCard
=====================================================*/

.c-articleCard {
    display: block;
}

.c-articleCard .c-articleCard-item {
    position: relative;
    width: 100%;
}

.c-articleCard .c-articleCard-item .c-articleCard-itemMovie {
    width: 100%;
    height: 170px;
}

.c-articleCard .c-articleCard-item img {
    width: 100%;
}

.c-articleCard .c-articleCard-item span {
    position: absolute;
    content: "";
  top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}


.c-articleCard .c-articleCard-category {
    display: inline-block;
    margin: 10px 0 0 0;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 14px;
}

.c-articleCard .c-articleCard-title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

.m .c-articleCard .c-articleCard-title,
.l .c-articleCard .c-articleCard-title {
    font-size: 16px;
}

.c-articleCard .c-articleCard-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
}

.c-articleCard .c-articleCard-tag label {
    color: #666666;
    border: 1px solid #CCCCCC;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 8px;
}

.c-articleCard .c-articleCard-date {
    margin-top: 8px;
    display: inline-block;
    color: #999999;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 19px;
}
.c-articleCard .c-articleCard-reference {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    margin-left: 12px;
}


/* ==================================================
* c-liteArticleCard
=====================================================*/
.c-liteArticleCard {
    display: block;
    max-width: 160px;
    width: 47%;
    background:linear-gradient(45deg,#038426,#0DDB44);
    border-radius: 16px;
    box-shadow:0 12px 14px rgba(0,0,0,0.12);
    overflow: hidden;
}
.m .c-liteArticleCard {
    width: 256px;
    max-width: none;
}
.c-liteArticleCard.swiper-slide {
    height: auto;
}
/* 色のタイプの変更 */
/* DefaultGreen */
.c-liteArticleCard._DefaultGreen {
    background:linear-gradient(45deg,#038426,#0DDB44);
}
/* DeepGreen */
.c-liteArticleCard._DeepGreen {
    background:linear-gradient(45deg,#126F01,#00CEFF);
}
/* EmeraldGreen */
.c-liteArticleCard._EmeraldGreen {
    background:linear-gradient(45deg,#00BE3A,#008bc0);
}
/* YellowGreen */
.c-liteArticleCard._YellowGreen {
    background:linear-gradient(45deg,#4EB900,#9E9800);
}
/* DeepBlue */
.c-liteArticleCard._DeepBlue {
    background:linear-gradient(45deg,#004C84,#00D1AE);
}

.c-liteArticleCard-item {
    width: 100%;
}
.c-liteArticleCard-item img {
    
    width: 100%;
}
.c-liteArticleCard-item-thumb {
    border-radius: 16px;
    aspect-ratio: 256 / 143;
    object-fit: cover;
}
._lage .c-liteArticleCard-item-thumb {
    border-radius: 16px;
    aspect-ratio: 34 / 19;
    object-fit: cover;
}
.c-liteArticleCard-title {
    display: flex;
    padding: 9px 18px 12px 12px;
    color: #ffffff;
    font-size: 14px;
    line-height:1.2;
    flex-direction: column;
}
.m .c-liteArticleCard-title {
    font-size: 20px;
    flex-direction: row;
}
.c-liteArticleCard-title span {
    margin: 0 auto 10px;
    width: 25px;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}
.m .c-liteArticleCard-title span {
    width: 28px;
    margin: 0 10px 0 0;
    flex-shrink: 0;
}

/* ==================================================
* c-liteArticleCard
=====================================================*/
._top .c-liteArticleCard {
    max-width: none;
}
.m ._top .c-liteArticleCard {
    width: 256px;
    max-width: none;
}
/* カテゴリーリスト(詳細) */
/* ==================================================
* c-keywordSearch
=====================================================*/
.c-swiper-keywordSearch {
    overflow: hidden;
}
.c-keywordSearch {

}

.c-keywordSearch li {
    position: relative;
    width: 100%;
    padding-top: 38.545%;
}
.m .c-keywordSearch li {
    position: relative;
    width: 100%;
    padding-top: 0;
    height: 144px;
}
.c-keywordSearch a {
    position: absolute;
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    font-weight: bold;
    background: #EEEEEE;
    color: #333;
}
.m .c-keywordSearch a {
    font-size: 20px;
}
.c-keywordSearch a span {
    display: block;
    text-align: center;
}
.LITE .c-keywordSearch li {
    border-radius: 12px;
    overflow: hidden;
}
.LITE .c-keywordSearch a {
    color: #047D45;
    background: linear-gradient(135deg, #ddfadd, rgb(237 250 228),#ddfadd);
}
/* ==================================================
* c-themeSearchList
=====================================================*/
.c-swiper-themeSearch {
    overflow: hidden;
}

.c-themeSearchList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    /* justify-content: space-between; */
}

.m .c-themeSearchList {
    flex-wrap: nowrap;
    gap: 0;
}

.c-themeSearchList li {
    width: 32%;
}

.m .c-themeSearchList li {
    max-width: 100%;
}


.c-themeSearchList li:nth-child(n + 4) {
    margin-top: 16px;
}

.s .c-themeSearchList li:nth-child(n + 10) {
    display: none;
}

.m .c-themeSearchList li:nth-child(n + 4),
.l .c-themeSearchList li:nth-child(n + 4) {
    margin-top: 0px;
}

.c-themeSearchList li a {
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 19px;
    font-weight: bold;
    text-align: center;

}

.c-themeSearchList li a p {
    margin-top: 8px;

}

.c-themeSearchList li a img {
    width: 100%;
    /* height: 102px; */
}

/* lite版 */
._lite .c-themeSearchList li a img {
    border-radius: 16px;
}


/* ==================================================
* swiper(共通)
=====================================================*/

h2.c-swiper-Title {
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.04em;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 12px;
    margin: 80px 20px 0;
}
.LITE h2.c-swiper-Title{
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 700;
}
.m h2.c-swiper-Title {
    max-width: 1160px;
    margin: 160px auto 0;
    font-size: 40px;
    padding: 0 20px;
}

h3.c-swiper-subTitle {
    display: flex;
    font-size: 28px;
    margin-bottom: 20px;
    flex-direction: row; 
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    align-items: center;
    column-gap: 10px;
}
.TOP h3.c-swiper-subTitle {
    flex-direction: column;
    row-gap: 8px;
    align-items: flex-start;
}
.LITE h3.c-swiper-subTitle {
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 700;
}
.m h3.c-swiper-subTitle {
    flex-direction: row;
    align-items: center;
}

h3.c-swiper-subTitle span {
    font-size: 20px;
    margin: 4px 0 0;
}

h3.c-swiper-subTitle span._small {
    display: inline-block;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
}


/*スワイパーページネーション*/
.c-swiper-pageLink {
    display: flex;
    justify-content: space-between;
    height: 50px;
    z-index: 10;
    position: absolute;
  top: 5px;
    right: 27px;
    transform: translateX(-50%), translateY(-50%);
}

.m .c-swiper-pageLink,
.l .c-swiper-pageLink {
  top: 0;
    right: 35px;
}
/*スワイパーページネーション*/



.c-swiper-cardList {
    overflow: hidden;
}
.c-swiper-cardList-prev,
.c-swiper-cardList-next {
    width: 30px;
    position: relative;
    cursor: pointer;
}

.c-swiper-cardList-prev:after,
.c-swiper-cardList-next:after {
    content: "矢印";
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    margin: auto;
    font-size: 0 !important;
    position: absolute;
  top: 0px;
}

.c-swiper-cardList-prev._isDisabled:after,
.c-swiper-cardList-next._isDisabled:after{
    opacity: 0.3;
}

.c-swiper-cardList-prev:after {
    background-image: url(../img/articleCard-pagenationRight.png);
    transform: rotate(180deg);
}

.c-swiper-cardList-next:after {
    content: "矢印";
    background-image: url(../img/articleCard-pagenationRight.png);
}



.c-swiper-cardList-bgLogo {
    position: absolute;
  top: 0;
    left: -20px;
    width: 26px;
}
.m .c-swiper-cardList-bgLogo {
    left: -70px;
    width: 58px;
}
.c-swiper-cardList-bg {
    position: absolute;
  top: -38px;
    left: -20px;
    width: 140px;
}
.m .c-swiper-cardList-bg {
  top: -20px;
    left: 25px;
    width: 185px;
}

/* ==================================================
* c-returnArticleList
=====================================================*/
.c-returnArticleList {
    width: 100%;
}

.c-returnArticleList .c-returnArticleList-link {
    margin-top: 78px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
    padding: 0 10px;
}

.c-returnArticleList .c-returnArticleList-link a {
    color: #666666;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
}

.c-returnArticleList .c-returnArticleList-link a span {
    margin: 0 8px;
}

.c-returnArticleList .c-returnArticleList-prevBtn {
    display: block;
    border: 2px solid #333333;
    color: #333333;
    font-size: 16px;
    max-width: 240px;
    height: 54px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 3.3;
}
.m .c-returnArticleList .c-returnArticleList-prevBtn {
    max-width: 390px;
    height: 72px;
    line-height: 4.3;
    margin: 40px auto 0;
}

.LITE .c-returnArticleList .c-returnArticleList-prevBtn {
    border-radius: 100px;
}

/* ==================================================
* c-footer
=====================================================*/

.c-footer {
    margin-top: 96px;
}

.m .c-footer,
.l .c-footer {
    margin-top: 160px;
}

.m .c-footer .c-footer-head,
.l .c-footer .c-footer-head {
    display: flex;
}



.c-footer-head .c-footer-head-item {
    background: url(../img/footer-foot-bg.png);
    background-repeat: no-repeat;
    padding: 74px 0;
    background-size: cover;
    flex: 1;
}

.m .c-footer-head .c-footer-head-item,
.l .c-footer-head .c-footer-head-item {
    padding: 143px 10px;
}

.c-footer-head .c-footer-head-item._lite {
    background: url(../img/footer-head-liteBg.png);
    background-size: cover;

}

.c-footer-head .c-footer-head-item .c-footer-head-itemSubTitle {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 700;
}
.m .c-footer-head .c-footer-head-item .c-footer-head-itemSubTitle{
    line-height: 1.4;
}
/* .m .c-footer-head .c-footer-head-item .c-footer-head-itemSubTitle br{
    display: none;
} */

.c-footer-head .c-footer-head-item figure {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    max-width: 472px;
    margin: 16px auto 0;
    padding: 0 45px;
}

.m .c-footer-head .c-footer-head-item figure,
.l .c-footer-head .c-footer-head-item figure {
    margin-top: 20px;
}
.m .c-footer-head .c-footer-head-item figure img,
.l .c-footer-head .c-footer-head-item figure img {
    width: 100%;
    height: 48px;
}

.c-footer-head .c-footer-head-item p {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 24px;
}

.m .c-footer-head .c-footer-head-item p,
.l .c-footer-head .c-footer-head-item p {
    margin-top: 24px;
    line-height: 19px;
}

.c-footer-head .c-footer-head-item .c-footer-head-itemList {
    margin-top: 40px;
}

.m .c-footer-head .c-footer-head-item .c-footer-head-itemList,
.l .c-footer-head .c-footer-head-item .c-footer-head-itemList {
    display: flex;
    gap: 16px;
    max-width: 564px;
    margin: 40px auto 0;
}

.c-footer-head .c-footer-head-item .c-footer-head-itemList li {
    width: 180px;
    margin: 0 auto;
    text-align: center;
}

.m .c-footer-head .c-footer-head-item .c-footer-head-itemList li,
.l .c-footer-head .c-footer-head-item .c-footer-head-itemList li {
    width: 100%;
    margin: 0;
}

.c-footer-head .c-footer-head-item .c-footer-head-itemList li:nth-child(n + 2) {
    margin-top: 16px;
}

.m .c-footer-head .c-footer-head-item .c-footer-head-itemList li:nth-child(n + 2),
.l .c-footer-head .c-footer-head-item .c-footer-head-itemList li:nth-child(n + 2) {
    margin-top: 0px;
}


.c-footer-head .c-footer-head-item .c-footer-head-itemList li a {
    background: #fff;
    padding: 20px 0;
    display: block;
    border-radius: 4px;
    position: relative;

}

.m .c-footer-head .c-footer-head-item .c-footer-head-itemList li a,
.l .c-footer-head .c-footer-head-item .c-footer-head-itemList li a {
    display: flex;
    align-items: center;
}

.c-footer-head .c-footer-head-item .c-footer-head-itemList li a span {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    display: inline-block;
    width: 146px;
}

.m .c-footer-head .c-footer-head-item .c-footer-head-itemList li a span {
    font-size: 12px;
    width: 100%;
}
.l .c-footer-head .c-footer-head-item .c-footer-head-itemList li a span {
    font-size: 16px;
    width: 100%;
}

.c-footer-head .c-footer-head-item .c-footer-head-itemList li a img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}



.c-footer-foot {

    margin: 60px auto;
}

.m .c-footer-foot,
.l .c-footer-foot {
    margin: 80px auto 86px;
}


.c-footer-foot .c-footer-foot-icon {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.c-footer-foot .c-footer-foot-icon a {
    width: 28px;
}
.c-footer-foot .c-footer-foot-icon a img{
    width: 100%;
}

.c-footer-foot .c-footer-foot-textLink {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 32px;
    flex-wrap: wrap;
}
.m .c-footer-foot .c-footer-foot-textLink,
.l .c-footer-foot .c-footer-foot-textLink {
    margin-top: 44px;
}


.c-footer-foot .c-footer-foot-textLink a {
    color: #666666;
    font-size: 12px;
    line-height: 14px;
}


.c-footer-foot .cp-footer-foot-cp {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #666666;
    line-height: 12px;
    display: inline-block;
    margin-top: 22px;
}

.c-footer-float{
    display: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 20;
    width: 60px;
}
.m .c-footer-float{
    right: 20px;
    width: 80px;
}


/* 初回表示モーダル */
.c-firstView {
    position: fixed;
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    z-index: 999;
    display: none;
}
.c-firstView-closeBg {
    position: absolute;
  top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.c-firstView-bg {
    position: relative;
  top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: min(90%, 760px);
    border-radius: 20px;
    background-image: url(../img/firstView-bg.png);
    background-size: cover;
    padding: 10px;
    height: auto;
}
.m .c-firstView-bg {
    padding: 20px;
}

.c-firstView-content {
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
    text-align: center;
}
.m .c-firstView-content {
    padding: 30px;
}

/* タイトル */
.c-firstView-content img:first-of-type {
    max-width: 450px;
}
.m .c-firstView-content img:first-of-type {
    width: 470px;
}

.c-firstView-content p {
    font-size: 16px;
    padding: 22px 0 27px;
}
.m .c-firstView-content p {
    font-size: 20px;
}

/* ボタンエリア */
.c-firstView-select {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
.m .c-firstView-select {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
}

/* 背景 */
.c-firstView-contentBtn-bg{
    width: 100%;
    max-width: 330px;
    /* height: 157px; */
    background-size: cover;
    border-radius: 16px;
    position: relative;
}
.m .c-firstView-contentBtn-bg{
    width: 320px;
}
.__deep {
    background-image: url(../img/firstView-deepBg.png);
    color: #047D45;
}
.__lite {
    background-image: url(../img/firstView-liteBg.png);
    color: #44CC29;
}

/* head */
.c-firstView-contentBtn-head {
    background-color: #fff;
    border-radius: 13px 13px 0 0;
    margin: 3px;
}



/*記事内リンク*/
.js-article-note-popup a {
	text-decoration: underline;
	color: #088866;
	display: inline-block;
}
.js-article-note-popup a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background-position: left bottom;
	background-size: contain;
	background-image: url("../img/term_exlink_arrow.svg");
	transform: rotate(0deg);
	margin-right: 2px;
}



/* テキスト */
.c-firstView-contentBtn-bg h2 {
    font-size: 24px;
    padding: 10px;
    border-radius: 13px 13px 0 0;
    color: #fff;
}
.m .c-firstView-contentBtn-bg h2 {
    font-size: 24px;
    padding: 22px 0 18px 0;
}
.c-firstView-contentBtn-bg span {
    font-size: 16px;
}
.m .c-firstView-contentBtn-bg span {
    font-size: 18px;
}
.c-firstView-contentBtn-bg p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    padding: 10px 0;
}
.m .c-firstView-contentBtn-bg p {
    font-size: 18px;
}

/* DEEPボタン */
.c-firstView-deepBtn {
    display: block;
}
.m .c-firstView-deepBtn {
}

.c-firstView-deepBtn img {
    width: min(75vw, 330px);
}
.m .c-firstView-deepBtn img {
    width: 320px !important;
}

/* LITEボタン */
.c-firstView-liteBtn {
    display: block;
}
.m .c-firstView-liteBtn {
}

.c-firstView-liteBtn img {
    width: min(75vw, 330px);
}
.m .c-firstView-liteBtn img {
    width: 320px !important;
}
.c-firstView-guide {
    text-align: right;
    display: block;
    margin-top: 12px;
}
.m .c-firstView-guide {
    margin-top: 24px;
}
.c-firstView-guide img {
    width: 216px;
}



/* ==================================================
* c-pairLiteArticle ライトのペア記事
=====================================================*/

.c-pairLiteArticle {
    max-width: 800px;
    margin: 56px auto 0;
}

.m .c-pairLiteArticle,
.l .c-pairLiteArticle {
    margin: 64px auto 0;
}

.c-pairLiteArticle .c-pairLiteArticle-title {
    color: #047D45;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.m .c-pairLiteArticle .c-pairLiteArticle-title,
.l .c-pairLiteArticle .c-pairLiteArticle-title {
    font-size: 20px;
    line-height: 40px;
}

.c-pairLiteArticle .c-pairLiteArticle-card {
    margin-top: 32px;
    background: #EFF7F3;
    padding: 10px 14px;
    display: block;
}

.m .c-pairLiteArticle .c-pairLiteArticle-card,
.l .c-pairLiteArticle .c-pairLiteArticle-card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    gap: 20px;
}

.c-pairLiteArticle .c-pairLiteArticle-card:nth-of-type(n + 2) {
    margin-top: 20px;
}

.c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-image {
    width: 100%;
    height: 44.2vw;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.m .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-image,
.l .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-image {
    width: 312px;
    height: 170px;
}

.c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-image > img {
    position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

/* .article-question .article-questionCard .article-questionCard-image {

} */
.m .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detail {
    padding-top: 20px;
}
.c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-image span {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTitle {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}


.m .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTitle,
.l .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTitle {
    margin-top: 0px;
}

.c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTitle figure img {
    width: 30px;
}

.m .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTitle figure img,
.l .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTitle figure img {
    width: 40px;
}

.c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTitle p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 22px;
    color: #333333;
}

.m .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTitle p,
.l .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTitle p {
    font-size: 24px;
    line-height: 36px;
}


.c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTag {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.m .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTag,
.l .c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTag {
    margin-top: 30px;
}

.c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailTag span {
    font-size: 12px;
    color: #666666;
    border: 1px solid #CCCCCC;
    padding: 4px 8px;
    border-radius: 100px;
    line-height: 14px;
}

.c-pairLiteArticle .c-pairLiteArticle-card .c-pairLiteArticle-card-detailDate {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 19px;
    color: #999999;
    margin-top: 12px;
}