@charset "UTF-8";

/* ==================================================
* article-contents
=====================================================*/

img {
    width: 100%;
}

.post {
    background: linear-gradient(135deg, #ddfadd, rgb(237 250 228),#ddfadd);
}
.m .post {
    padding-top: 95px;
    border-radius: 0 0 32px 32px;
    margin-top: -25px;
}

.post-wrapper {
    padding: 0 0 60px;
}
.m .post-wrapper {
    margin: 0 auto;
    padding: 0 20px 90px;
    max-width: 1200px;
}

.post .post-mainVisual {
    padding: 40px 20px;
    background: linear-gradient(45deg, rgba(3, 132, 38, 1), rgba(13, 219, 68, 1));
    /* background: linear-gradient(45deg, rgba(3, 132, 38, 0.4), rgba(13, 219, 68, 0.4)); */
    border-radius: 0 0 20px 20px;
}

.m .post .post-mainVisual {
    padding: 20px;
}
/* 色のタイプの変更 */
/* DefaultGreen */
.post .post-mainVisual._DefaultGreen {
    
    /* background: linear-gradient(45deg, rgba(3, 132, 38, 1), rgba(13, 219, 68, 1)); */

    /* パターン1 より暗く薄く */
    /* background: linear-gradient(45deg, rgba(0, 74, 20, 1), rgba(113, 255, 151, 1)); */
    /* パターン2 明るく暗く */
    background: linear-gradient(45deg, rgba(2, 93, 27, 1), rgba(0, 255, 68, 1));
    /* パターン3 明るくもっと暗く */
    /* background: linear-gradient(45deg, rgba(2, 43, 12, 1), rgba(0, 255, 68, 1)); */
}
/* DeepGreen */
.post .post-mainVisual._DeepGreen {
    background: linear-gradient(45deg, rgba(18, 111, 1, 1), rgba(0, 206, 255, 1));
}
/* EmeraldGreen */
.post .post-mainVisual._EmeraldGreen {
    background: linear-gradient(45deg, rgba(0, 190, 58, 1), rgba(0, 139, 192, 1));
}
/* YellowGreen */
.post .post-mainVisual._YellowGreen {
    background: linear-gradient(45deg, rgba(78, 185, 0, 1) 25%, rgba(158, 152, 0, 1) 100%);
}
/* DeepBlue */
.post .post-mainVisual._DeepBlue {
    background: linear-gradient(45deg, rgba(0, 76, 132, 1), rgba(0, 209, 174, 1));
}

.m .post .post-mainVisual {
    border-radius: 20px;
    max-width: 1125px;
    margin: 0 auto;
}

/* タグ */
.post .post-mainVisual .post-mainVisual-tag {
    display: inline-block;
    padding: 7px 18px;
    background-color: #fff;
    border-radius: 100px;
    margin-right: 6px;
}
.m .post .post-mainVisual .post-mainVisual-tag {
    
}
.post .post-mainVisual .post-mainVisual-tag span {
    color: #05962C;    
    font-size: 18px;
}

/* 記事タイトル */
.post .post-mainVisual .post-mainVisual-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1.7;
    letter-spacing: -0.5px;
    margin-top: 15px;
}
.m .post .post-mainVisual .post-mainVisual-title{
    flex-direction: row;
    column-gap: 20px;
    align-items: flex-start;
    font-size: 36px;
    line-height: 1.3;
}

.post .post-mainVisual .post-mainVisual-title div{
    width: 35px;
}
.m .post .post-mainVisual .post-mainVisual-title div{
    width: 45px;
    flex-shrink: 0
}

.post .post-mainVisual-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    column-gap: 23px;
    margin: 16px auto 0;
}
.m .post .post-mainVisual-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 20px auto 0;
}

/* 記事テキスト */
.post .post-mainVisual .post-mainVisual-text {
    width: 100%;
}
.m .post .post-mainVisual .post-mainVisual-text {
    font-size: 18px;
    width: 50%;
    max-width: 530px;
}

.post .post-mainVisual .post-mainVisual-text span {
    background: #fff;
    color: #038727;
    line-height: 2.2;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    padding: 3px 5px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.m .post .post-mainVisual .post-mainVisual-text span {
    font-size: 23px;
    padding: 3px 10px;
}

.post .post-mainVisual .post-mainVisual-text p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin-top: 15px;
    font-weight: 500;
}
.m .post .post-mainVisual .post-mainVisual-text p {
    margin-top: 20px;
}
.post .post-mainVisual .post-mainVisual-text a.js-article-note {
    text-decoration: underline;
    cursor: pointer;
}


/* 記事画像 */
.post .post-mainVisual .post-mainVisual-image {
    margin: 22px auto 0;
    width: 100%;
    position: relative;
}
.m .post .post-mainVisual .post-mainVisual-image {
    margin-top: 0;
    width: 50%;
    max-width: 530px;
}

.post .post-mainVisual .post-mainVisual-image>img {
    border: 4px #fff solid;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 512 / 287;
    object-fit: cover;
}
.post .post-mainVisual .post-mainVisual-image-text {
    text-align: right;
    margin-top: 10px;
}
.post .post-mainVisual .post-mainVisual-image-text {
    color: #fff;
}
.post .post-mainVisual .post-mainVisual-image-text a {
    text-decoration: underline;
    color: #fff;
}
.post .post-mainVisual-date {
    text-align: right;
    margin-top: 20px;
    color: #fff;
}

/* シェアエリア */
.m .post-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1120px;
    margin: 25px auto 0;
}

/* タグ */
.post-share-tag {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    flex-wrap: wrap;
    margin-top: 23px;
    padding: 0 25px;
    color: #666;
    font-size: 12px;
    line-height: 1.5;
}
.m .post-share-tag {
    margin-top: 0;
    padding: 0 10px;
    font-size: 14px;
}
.post-share-tag a{
    color: #666666;
}
.post-share-tag a:hover {
    text-decoration: underline;
}

/* SNSシェア */
.post-share-snsIcon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 17px;
    margin-top: 23px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}
.m .post-share-snsIcon {
    margin-top: 0;
    padding: 0 10px;
}

.post-share-snsIcon a {
    width: 28px;
}
.post-share-snsIcon a img {
    width: 100%;
}


/* ==================================================
* 記事を掘り下げる
=====================================================*/
.post-deepArticle {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0 0;
}
.m .post-deepArticle {
    margin: 0 auto;
    padding: 60px 0 0;
}

.post-deepArticle .post-deepArticle-title {
    color: #047D45;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
}

/* 記事カード */
.post-deepArticle .post-deepArticle-card {
    background: #fff;
    margin: 12px 20px ;
    padding: 25px 18px 20px;
    display: block;
    border-radius: 20px;
    box-shadow: 0px 8px 10px 0px rgba(163, 163, 163, 0.5);
}
.m .post-deepArticle .post-deepArticle-card {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px 0;
    padding: 20px;
    column-gap: 30px;
    align-items: center;
}
.m .post-deepArticle .post-deepArticle-card .post-deepArticle-card-detail {
    padding-top: 20px;
}
.post-deepArticle .post-deepArticle-card:nth-of-type(n + 2) {
    margin-top: 20px;
}

/* タイトル */
.post-deepArticle .post-deepArticle-card .post-deepArticle-card-detailTitle p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #333333;
}
.m .post-deepArticle .post-deepArticle-card .post-deepArticle-card-detailTitle p {
    font-size: 24px;
}

/* タグ */
.post-deepArticle .post-deepArticle-card .post-deepArticle-card-detailTag {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.post-deepArticle .post-deepArticle-card .post-deepArticle-card-detailTag span {
    font-size: 12px;
    color: #666666;
    border: 1px solid #CCCCCC;
    padding: 4px 8px;
    border-radius: 100px;
}

/* 日付 */
.post-deepArticle .post-deepArticle-card .post-deepArticle-card-detailDate {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #999999;
    margin: 15px 0 20px;
}

/* 画像 */
.post-deepArticle .post-deepArticle-card .post-deepArticle-card-image {
    width: 100%;
    height: 50vw;
    position: relative;
    border-radius: 12px;
    background:#000;
}
.m .post-deepArticle .post-deepArticle-card .post-deepArticle-card-image {
    width: 312px;
    height: 190px;
    flex-shrink: 0;
}


.post-deepArticle .post-deepArticle-card .post-deepArticle-card-image div {
    width: 100%;
    height: 41vw;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.m .post-deepArticle .post-deepArticle-card .post-deepArticle-card-image div {
    width: 100%;
    height: 168px;
}

.post-deepArticle .post-deepArticle-card .post-deepArticle-card-image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ラベル */
.post-deepArticle .post-deepArticle-card .post-deepArticle-card-image span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.post-deepArticle .post-deepArticle-card .post-deepArticle-card-image p {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 44vw;
    left: 4vw;
}
.m .post-deepArticle .post-deepArticle-card .post-deepArticle-card-image p {
    top: 172px;
    left: 12px;
}


/* ==================================================
* .post-connection-title
=====================================================*/

.post-connection-title {
    font-family: 'Dela Gothic One', cursive;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 64px;
    color: #333333;
    max-width: 1120px;
    margin: 60px 0 0 26px;
}

.m .post-connection-title,
.l .post-connection-title {
    margin: 60px auto 0;
}

/* ==================================================
* article-readLogo
=====================================================*/

.post-readLogo {
    position: relative;
}
.post-readLogo img{
    position: absolute;
    top: 90px;
    left: 42px;
}




/* ==================================================
* post-readNow
=====================================================*/

.post-readNow {
    margin: 40px 0px 0 26px;
    overflow: hidden;
    position: relative;
}

.m .post-readNow,
.l .post-readNow {
    margin: 80px auto 0;
    max-width: 1120px;
}

.post-readNow-swiper .post-readNow-wrapper .post-readNow-card {
    border-radius: 16px;
    display: block;
    background: linear-gradient(135deg, rgb(3, 135, 39), rgba(121, 204, 61, 100%));
}

.post-readNow-swiper .post-readNow-wrapper .post-readNow-card .post-readNow-cardImage>img {
    width: 100%;
    border-radius: 16px;
}

.post-readNow-swiper .post-readNow-card .post-readNow-cardText {
    display: flex;
    padding: 8px 12px 20px 0px;
}

.post-readNow-swiper .post-readNow-card .post-readNow-cardText p {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.post-readNow-swiper .post-readNow-card .post-readNow-cardText img {
    width: 50px;
    height: 50px;
}


/* ==================================================
* post-readCarefully
=====================================================*/

.post-readCarefully {
    margin: 60px 0px 0 26px;
    overflow: hidden;
    position: relative;
}

.m .post-readCarefully,
.l .post-readCarefully {
    margin: 80px auto 0;
    max-width: 1120px;
}

.m .post-readTitle,
.l .post-readTitle {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.post-readTitle h2 {
    font-size: 24px;
    font-family: 'Dela Gothic One', cursive;
    letter-spacing: 0.04em;
    line-height: 40px;
}

.post-readTitle .post-readSubTitle {
    font-family: 'Dela Gothic One', cursive;
    letter-spacing: 0.04em;
    line-height: 29px;
    font-size: 16px;
}

.m .post-readTitle .post-readSubTitle,
.l .post-readTitle .post-readSubTitle {
    margin-top: auto;
}


/* ==================================================
* swiper (article)
=====================================================*/


/* ._article .c-swiper-pageLink {
    width: 70px;
} */

._article .swiper-articleCard-prev:after {
    background-image: url(../img/article-arrowSwiperBtn.png);
    transform: rotate(180deg);
}

._article .swiper-articleCard-next:after {
    background-image: url(../img/article-arrowSwiperBtn.png);
}


/* ==================================================
* post-themeSearch
=====================================================*/

.post-themeSearch {
    width: 334px;
    margin: 60px auto 0;
}

.m .post-themeSearch,
.l .post-themeSearch {
    width: 100%;
    max-width: 1120px;
    margin: 72px auto 0;

    overflow: hidden;
}


.post-themeSearch h2 {
    font-size: 28px;
    font-family: 'Dela Gothic One', cursive;
    letter-spacing: 0.04em;
    line-height: 40px;
    margin-bottom: 32px;
}




/* ==================================================
* swiper
=====================================================*/
.swiper-themeSearch {
    position: relative;
}
.m .swiper-themeSearch .c-swiper-pageLink,
.l .swiper-themeSearch .c-swiper-pageLink {
    top: -60px;
}



/* ==================================================
* c-liteArticleCard (article)
=====================================================*/
._article .c-liteArticleCard {
    width: 256px;
    max-width: none;
}
._article .c-liteArticleCard-title {
    font-size: 20px;
    flex-direction: row;
}
._article .c-liteArticleCard-title span {
    font-size: 30px;
    margin-right: 10px;
    margin-bottom: 0;
}


/*スワイパーページネーション*/
#lite-searchTheme .c-swiper-pageLink {
    display: none;
}
.m #lite-searchTheme .c-swiper-pageLink {
    display: flex;
}
/*スワイパーページネーション*/