@charset "UTF-8";

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

.post {
    max-width: 820px;
    margin: 60px auto 0;
    padding: 0 10px;
}

.post .post-mainVisual .post-mainVisual-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
}

.m .post .post-mainVisual .post-mainVisual-title,
.l .post .post-mainVisual .post-mainVisual-title{
    font-size: 36px;
    line-height: 60px;
}
.post-mainVisual-subTitle {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m .post-mainVisual-subTitle {
    font-size: 24px;
}

.post .post-mainVisual .post-mainVisual-label {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.m .post .post-mainVisual .post-mainVisual-label,
.l .post .post-mainVisual .post-mainVisual-label{
    margin-top: 22px;
}

.post .post-mainVisual .post-mainVisual-label .post-mainVisual-labelAttention {
    background: linear-gradient(135deg, rgba(255, 81, 50, 100%), rgba(255, 175, 27, 100%));
    padding: 6px 8px;
    color: #ffffff;
    border-radius: 4px;
    letter-spacing: 0.04em;
    line-height: 17px;
    font-size: 14px;
    display: flex;
    column-gap: 5px;
}

.post .post-mainVisual .post-mainVisual-label .post-mainVisual-labelFocus {
    background: linear-gradient(135deg, green, rgba(121, 204, 61, 100%));
    padding: 6px 8px;
    color: #ffffff;
    margin-left: 8px;
    border-radius: 4px;
    letter-spacing: 0.04em;
    line-height: 17px;
    font-size: 14px;
}
.post .post-mainVisual .post-mainVisual-label .post-mainVisual-labelFocus a {
    color: #ffffff;
}
.post .post-mainVisual .post-mainVisual-label .post-mainVisual-labelDate {
    margin-left: 16px;
    font-family: 'Roboto', sans-serif;
    color: #999999;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 19px;
    display: flex;
    column-gap: 10px;
}

.post .post-mainVisual .post-mainVisual-tag {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.post .post-mainVisual .post-mainVisual-tag a {
    border: 1px solid #CCCCCC;
    color: #666666;
    border-radius: 100px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 17px;
}

.post .post-mainVisual .post-mainVisual-image {
    margin-top: 22px;
    height: 53.6vw;
    position: relative;
    overflow: hidden;
}

.m .post .post-mainVisual .post-mainVisual-image {
    margin-top: 32px;
    width: 800px;
    height: 450px;
}

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

.post .post-mainVisual .post-mainVisual-text {
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    margin: 16px auto 0;
    max-width: 640px;
}

.m .post .post-mainVisual .post-mainVisual-text,
.l .post .post-mainVisual .post-mainVisual-text {
    margin: 40px auto 0;
    font-size: 18px;
}

.post .post-mainVisual .post-mainVisual-text span {
    background: linear-gradient(transparent 50%, #FFEB99 50%);
}


/* ==================================================
* post-person
=====================================================*/

.post .post-person {    
    border: 2px solid #047D45;
    padding: 16px;
    max-width: 640px;
    margin: 40px auto 0;
    position: relative;
}

.m .post .post-person,
.l .post .post-person {
    margin: 64px auto 0;
    padding: 24px;
    gap: 20px;
}

.post .post-person figure {
    width: 120px;
}

.post .post-person figure>img {
    width: 100%;
}


.post .post-person .post-person-wrap {
    display: flex;
    gap: 16px;
}
.post .post-person .post-person-info p {
    color: #333333;
}

.post .post-person .post-person-info .post-person-infoTitle {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 24px;
}

.m .post .post-person .post-person-info .post-person-infoTitle,
.l .post .post-person .post-person-info .post-person-infoTitle {
    font-size: 20px;
}

.post .post-person .post-person-info .post-person-infoSubtitle {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    margin-top: 10px;
}

.m .post .post-person .post-person-info .post-person-infoSubtitle,
.l .post .post-person .post-person-info .post-person-infoSubtitle {
    font-size: 16px;
}

.post .post-person .post-person-info .post-person-infoPosition {
    margin-top: 8px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.04em;
}
.post .post-person .post-person-note {
    text-align: right;
    font-size: 12px;
    margin-top: 12px;
}
.m .post .post-person .post-person-note {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-top: 0;
    font-size: 14px;
}

.m .post .post-person .post-person-info .post-person-infoPosition,
.l .post .post-person .post-person-info .post-person-infoPosition {
    font-size: 14px;
}

.post .post-person .post-person-info .post-person-infoName {
    margin-top: 8px;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
}

.m .post .post-person .post-person-info .post-person-infoName,
.l .post .post-person .post-person-info .post-person-infoName {
    font-size: 24px;
}

.post .post-person .post-person-info .post-person-infoName span {
    font-size: 12px;
    line-height: 17px;
}

.m .post .post-person .post-person-info .post-person-infoName span,
.l .post .post-person .post-person-info .post-person-infoName span {
    font-size: 14px;
}

.post .post-person .post-person-info .post-person-infoName a {
    color: #333;
    text-decoration: underline;
}


/* ==================================================
* post-menu
=====================================================*/

.post .post-menu {
    background: #EFF7F3;
    padding: 10px 14px;
    max-width: 640px;
    margin: 56px auto 0;
}

.m .post .post-menu,
.l .post .post-menu {
    padding: 20px 24px;
}

.post .post-menu .post-menu-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    color: #333333;
}

.m .post .post-menu .post-menu-title,
.l .post .post-menu .post-menu-title {
    font-size: 24px;
}

.post .post-menu .post-menu-list li a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

.m .post .post-menu .post-menu-list li a,
.l .post .post-menu .post-menu-list li a {
    font-size: 18px;
    line-height: 38px;
}

.post .post-menu .post-menu-list li a span {
    color: #333333;
    font-size: 16px;
    font-family: 'Dela Gothic One', cursive;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.m .post .post-menu .post-menu-list li a span,
.l .post .post-menu .post-menu-list li a span {
    font-size: 18px;
    width: 40px;
}


/* ==================================================
* post-article
=====================================================*/

.post .post-article {
    max-width: 640px;
    margin: 56px auto 0;
}
.post a.js-article-note {
    text-decoration: underline;
    cursor: pointer;
}

.post .post-article h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
}

.m .post .post-article h3,
.l .post .post-article h3 {
    font-size: 24px;
}

.post .post-article .post-article-image {
    margin-top: 20px;
    height: 53.6vw;
    position: relative;
    overflow: hidden;
}

.m .post .post-article .post-article-image {
    margin-top: 42px;
    width: 640px;
    height: 360px;
}

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

.post-article-lead {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}


/* 吹き出し本体 */
.post .post-article-main .post-article-mainBalloon {
    margin-top: 20px;
    position: relative;
    padding: 20px;
    background: #EFF7F3;
    width: 95%;
}
.m .post .post-article-main .post-article-mainBalloon {
    margin-top: 32px;
    width: 100%;
}

/* beforeで三角を表現 */
.post .post-article-main .post-article-mainBalloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 20px solid #EFF7F3;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

.post .post-article-main .post-article-mainBalloon h4 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.m .post .post-article-main .post-article-mainBalloon h4,
.l .post .post-article-main .post-article-mainBalloon h4 {
    font-size: 18px;
    line-height: 38px;
}


.post .post-article-main .post-article-mainTextarea {
    margin-top: 20px;
    display: block;
}

.m .post .post-article-main .post-article-mainTextarea,
.l .post .post-article-main .post-article-mainTextarea {
    margin-top: 32px;
}

.post .post-article-main .post-article-mainTextarea .post-article-mainTextarea-icon {
    display: block;
    margin: 0 12px 0 0;
    max-width: 72px;
    float: left;
}

.m .post .post-article-main .post-article-mainTextarea .post-article-mainTextarea-icon,
.l .post .post-article-main .post-article-mainTextarea .post-article-mainTextarea-icon {
    margin: 0;
    max-width: 72px;
    clear: left;
}

.post .post-article-main .post-article-mainTextarea .post-article-mainTextarea-icon>img {
    width: 100%;
}

.post .post-article-main .post-article-mainTextarea .post-article-mainTextarea-icon span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 14px;
}

.post .post-article-main .post-article-mainTextarea p {
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
}

.m .post .post-article-main .post-article-mainTextarea p,
.l .post .post-article-main .post-article-mainTextarea p {
    line-height: 38px;
    font-size: 18px;
    max-width: 520px;
    margin-left: auto;
}

.post .post-article-main .post-article-mainTextarea .post-article-mainTextarea-image{
    position: relative;
    overflow: hidden;
    height: 44.2vw
}

.m .post .post-article-main .post-article-mainTextarea .post-article-mainTextarea-image {
    margin-top: 10px;
    float: right;
    width: 240px;
    height: 135px;
}

.post .post-article-main .post-article-mainTextarea .post-article-mainTextarea-image>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}


.post .post-article .post-article-foot {
    margin-top: 56px;
}

.post .post-article .post-article-foot p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.m .post .post-article .post-article-foot p,
.l .post .post-article .post-article-foot p {
    margin-top: 42px;
    font-size: 18px;
    line-height: 38px;
}

.post-reference {
    text-align: right;
    font-size: 12px;
    margin-top: 24px;
}
.post-reference a {
    text-decoration: underline;
    color: #333;
}
.post-referenceDate {
    text-align: right;
    font-size: 12px;
    margin-top: 6px;    
}
.m .post-reference {
    font-size: 18px;
    margin-top: 36px;
}
.m .post-referenceDate {
    margin-top: 12px;
    font-size: 18px;
}



/* ==================================================
* .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;
}
