@charset "UTF-8";

/* =======================================
   ここからメディアTOP新規作成時
   ======================================= */
.p-media-top {
    margin: 40px auto;
    padding: 20px;
    max-width: 1000px;
}

.p-media-top h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 1.5;
}

.p-media-top .l-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.p-media-top .c-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    transition: box-shadow 0.3s;
}

.p-media-top .c-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.p-media-top .c-button {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.child_page .inner inner-title{
    font-size: calc(88/1728*100vw);
}

/* article-detail.css */
:root {
    --color-main: #222;
    --color-text: #333;
    --color-yellow: #FFD708;
    --color-gray: #434343;
    --color--pale-pink: #f78da7;
}

.article-detail-wrap {
    padding-top: 0;
    text-align: left;
}

.article-detail-time {
    width: fit-content;
    height: 3.5rem;
    line-height: 3.5rem;
    background: var(--color--pale-pink);
    color: #fff;
    padding: 0 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    margin: 0 auto 3rem 0;
    font-weight: 700;
    border-radius: 0.5rem;
}

.article-detail-ttl {
    text-align: left;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    line-height: 1.33;
    padding: 0 0 2rem;
    border-bottom: 1px solid #292929;
    margin: 0 0 2.6rem;
    font-weight: 600;
}

.article-detail-wrap .c-article-keyword {
    margin-bottom: 2rem;
}

.article-detail-category {
    background: #fff;
    width: fit-content;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0 2.4rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin: 0 auto 6.2rem 0;
    border-radius: 0.6rem;
}

.article-detail-content {
    line-height: 1.625;
}

.article-detail-content img {
    width: 100%;
}

.article-detail-content p {
    text-align: left;
    letter-spacing: 0.05em;
    margin: 0 0 2rem;
}

.article-detail-content p:last-child {
    margin: 0;
}

.article-detail-content h2 {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.35;
    position: relative;
    padding: 0 0 0 1.7rem;
    margin: 4rem 0 2.8rem;
}

.article-detail-content h2::before {
    content: "";
    width: 0.6rem;
    height: 2.6rem;
    background: var(--color--pale-pink);
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 1.1rem;
}

.article-detail-content h3 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 0 0 0.75rem;
    line-height: 1.35;
}

/*見出しスクロール*/
.article-detail-content h2 span,
.article-detail-content h3 span {
    position: relative;
    padding-top: 8rem;
    margin-top: -8rem;
}

.article-detail-content h4 {
    font-size: 2rem;
    letter-spacing: 0.14em;
    font-weight: 600;
    margin: 0 0 2.2rem;
    line-height: 1.35;
    color: #0164E3;
}

.article-detail-content>ul,
.article-detail-content>ol {
    background: rgba(255, 206, 217, 0.5);
    padding: 3.2rem 3.5rem 3.2rem 5.1rem;
    margin: 0 0 2rem;
}

.article-detail-content>ul li,
.article-detail-content>ol li {
    letter-spacing: 0.05em;
    line-height: 1.35;
    margin: 0 0 2rem;
    list-style: disc;
	font-size: 16px;
}

.article-detail-content>ol>li {
    list-style: linear-gradient;
}

.article-detail-content ul li:last-child,
.article-detail-content ol li:last-child {
    margin: 0;
}

.article-detail-content ol li li {
    margin: 0 0 0 auto !important;
    width: calc(100% - 1.5em);
}

.article-detail-content table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-left: 1px solid #B3B3B3;
    border-top: 1px solid #B3B3B3;
    overflow: hidden;
    border-radius: 10px;
    margin: 2rem 0;
}

.article-detail-content table tr>* {
    padding: 0.5rem 1rem;
    border: none;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.article-detail-content tr:first-child th,
.article-detail-content tr:first-child td {
    background: var(--color--pale-pink);
    text-shadow: 1px 1px 1px #999;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    min-height: 4rem;
}

.article-detail-content tr:first-child>*:first-child {
    border-top-left-radius: 10px;
	width: 30%;
}

.article-detail-content tr:first-child>*:last-child {
    border-top-right-radius: 10px;
}

.article-detail-content tr:last-child>*:first-child {
    border-bottom-left-radius: 10px;
}

.article-detail-content tr:last-child>*:last-child {
    border-bottom-right-radius: 10px;
}

.article-detail-content .aligncenter {
    display: block;
    margin: 0 auto;
}

.writer-content {
    background: #E2EEFD;
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5rem 5.5rem 5.5rem;
    display: flex;
    margin: 12rem 0 0;
    color: #525252;
}

.writer-tag {
    position: absolute;
    height: 3.7rem;
    width: 8.3rem;
    background: #E2EEFD;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
    right: 7.7rem;
    top: -3.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem 0 0;
}

.writer-tag .border {
    display: inline-block;
    width: 0.24rem;
    height: 1em;
    border-radius: 2px;
    background: #0164E3;
    margin: 0 0.5em 0 0;
    vertical-align: -0.2rem;
}

.writer-img {
    width: 17.8rem;
    border-radius: 18px;
    overflow: hidden;
}

.writer-img img {
    width: 100%;
}

.writer-txt {
    width: calc(100% - 17.8rem);
    padding: 4rem 0 0 4rem;
}

.writer-name {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: normal;
    margin: 0 0 2rem;
    position: relative;
}

.writer-name::before {
    content: "";
    background: #FFCED9;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    position: absolute;
    top: 0.5em;
    left: -1.6rem;
}

.writer-name .en {
    display: inline-block;
    font-size: 1.3rem;
    color: #0164E3;
    font-weight: 500;
    margin: 0 0 0 1rem;
    vertical-align: 0.2rem;
}

.writer-lead {
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: 0.12rem;
    margin: 0 0 2rem;
}

/*目次*/
#toc_container {
    margin: 4rem 0 6rem;
    padding: 3rem 3rem 4rem;
    border-radius: 8px;
    background: #f7f7f7;
    border: none;
}

.toc_title {
    font-size: 2.1rem;
    font-weight: 700;
}

.article-detail-content .toc_list {
    background: transparent;
    padding: 0;
    margin: 0;
}

.toc_list li {
    list-style: none !important;
    margin: 0 0 1.4rem;
}

.toc_list li:last-child {
    margin: 0;
}

@media screen and (max-width:750px) {
    .article-detail-ttl {
        font-size: 2.1rem;
        padding: 0 0 1.4rem;
        margin: 0 0 2rem;
    }

    .article-detail-wrap .c-article-keyword {
        margin-bottom: 1.8rem;
    }

    .article-detail-category {
        height: 2.8rem;
        line-height: 2.8rem;
        padding: 0 2rem;
        margin: 15px 0;
        border-radius: 0.6rem;
        font-size: 1.4rem;
    }

    .article-detail-content {
        font-size: 1.4rem;
    }

    .article-detail-content h2 {
        font-size: 2.1rem;
        padding: 0 0 0 1.2rem;
        margin: 0 0 2.8rem;
    }

    .article-detail-content h2::before {
        width: 0.4rem;
        height: 2.6rem;
        top: 0.4rem;
    }

    .article-detail-content h3 {
        font-size: 1.8rem;
    }

    .article-detail-content h4 {
        font-size: 1.6rem;
    }

    /*見出しスクロール*/
    .article-detail-content h2 span,
    .article-detail-content h3 span {
        position: relative;
        padding-top: 6rem;
        margin-top: -6rem;
    }

    .article-detail-content>ul,
    .article-detail-content>ol {
        padding: 2rem 1.8rem 2rem 3.2rem;
    }

    .writer-content {
        padding: 3rem 2rem 3rem;
        display: block;
        margin: 8rem 0 0;
    }

    .writer-tag {
        right: 2.7rem;
    }

    .writer-img {
        border-radius: 30px;
        margin: 0 auto;
    }

    .writer-txt {
        width: 100%;
        padding: 0;
        margin: 2rem 0 0;
    }

    .writer-name {
        width: fit-content;
        margin: 0 auto 2rem;
        font-size: 2rem;
    }

    .writer-name .en {
        font-size: 1.1rem;
    }

    .writer-lead {
        font-size: 1.4rem;
    }

    .writer-content .c-btn-wh {
        margin: 0 auto;
    }

    /*目次*/
    #toc_container {
        margin: 3rem 0 4rem;
        padding: 2rem;
    }

    .toc_title {
        font-size: 1.8rem;
    }

    .toc_list li {
        margin: 0 0 1rem !important;
    }
}

/* =======================================
   記事下CTA（リクトレ）
   ======================================= */
#form-cta.p-formCta {
    color: #333;
    padding: 60px 20px 80px;
    margin: 60px 0 0;
}

#form-cta .p-formCta__inner {
    max-width: 1040px;
    margin: 0 auto;
}

/* ---------- 見出しブロック ---------- */
#form-cta .p-formCta__head {
    text-align: center;
    margin-bottom: 40px;
}

#form-cta .p-formCta__copy {
    font-size: 2rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin: 0 0 8px;
}

#form-cta .p-formCta__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

/* ---------- 白いカード ---------- */
#form-cta .p-formCta__form {
    max-width: 880px;
    margin: 0 auto;
    background: #fff;
    color: #333;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
}

#form-cta .p-formCta-form__head {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0 0 16px;
    color: var(--color--pale-pink);
}

#form-cta .p-formCta-form__lead {
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 24px;
}

/* ---------- はい／いいえボタン ---------- */
#form-cta .p-formCta-form__choices {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 0 0 32px;
}

#form-cta .p-formCta-choice {
    position: relative;
    flex: 0 0 280px;
    max-width: 320px;
    height: 72px;
    border-radius: 999px;
    border: 2px solid var(--color--pale-pink);
    background: #fff;
    color: #333;
    font-size: 2.0rem;
    font-weight: 700;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

/* 擬似ラジオボタン */
#form-cta .p-formCta-choice::before {
    content: "";
    position: absolute;
    left: 32px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--color--pale-pink);
    background: #fff;
}

/* アクティブ（選択中） */
#form-cta .p-formCta-choice.is-active {
    background: #ccc;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
}

#form-cta .p-formCta-choice.is-active::before {
    background: #fff;
}

/* ---------- 「無料で相談する」ボタン ---------- */
#form-cta .p-formCta-form__action {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

#form-cta .p-formCta-form__action .c-btn {
    width: 320px;
    margin: 0 auto;
}

#form-cta .p-formCta-form__action .c-btn a {
    display: block;
    width: 100%;
    border-radius: 999px;
    background: var(--color--pale-pink);
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------- SP 調整 ---------- */
@media screen and (max-width: 750px) {
    #form-cta.p-formCta {
        padding: 40px 16px 56px;
        margin: 40px 0 0;
    }

    #form-cta .p-formCta__title {
        font-size: 2.3rem;
    }

    #form-cta .p-formCta__form {
        padding: 24px 16px 32px;
    }

    #form-cta .p-formCta-form__head {
        font-size: 2.0rem;
    }

    #form-cta .p-formCta-form__lead {
        font-size: 1.6rem;
    }

    #form-cta .p-formCta-form__choices {
        gap: 5px;
    }

    #form-cta .p-formCta-choice {
        width: 180px;
        flex: 1 1 auto;
        max-width: none;
    }

    #form-cta .p-formCta-choice::before {
        left: 20px;
    }

    /* スマホではボタンを横幅いっぱいに */
    #form-cta .p-formCta-form__action .c-btn a {
        min-width: 0;
        width: 100%;
    }
}

/* =======================================
   common_c-main以下
   ======================================= */
/*==========================
       c-main
==========================*/
.c-main-aside {
    max-width: 1150px;
    /* 広告なし*/
    /* margin: 0 auto; 広告あり*/
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    gap: 0 4rem;
	margin: 0 auto;
}
.only-top {
	background-repeat: no-repeat;
    background-size: 100vw 20rem;
    background-image: url(../img/top-kv.webp);
}
@media screen and (min-width: 768px) {
.only-top {
    background-size: 100vw 60rem;
}
}

.top-bg-wrapper{
    position: relative;
}

.top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 20rem;
  object-fit: cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .top-bg {
    height: 60rem;
  }
}

.c-main-noaside {
    /* max-width: 950px; */
    margin: 6rem auto 0;
}

.c-main {
    padding: 80px 0 0 0 ;
    width: auto;
	flex: 1;
}

.c-main-noaside .c-main {
    width: 100%;
}

section.mv-wrap {
    width: 90%;
    margin: 0 auto;
	position: relative;
/*	max-width: 650px;*/
}

h1.mv-ttl {
    font-size: 3rem;
    font-weight: 600;
	text-align: left;
}
h1.mv-ttl span.mv-lead {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: var(--color-yellow);
    padding: 1% 2%;
	margin: 0 auto;
}
    /*.mv-balloon {
        font-size: 1.1rem;
        position: absolute;
        right: -4.5rem;
        top: -4.5rem;
        padding: 2.5rem 0 0 0;
        background-image: url(../img/mv-ballon-sp.webp);
        width: 9rem;
        height: 9rem;
        text-align: center;
        letter-spacing: 0.05em;
    }*/

@media screen and (min-width: 768px) {
h1.mv-ttl span.mv-lead {
    font-size: 16px;
	}	
}
span.mv-main-ttl {
    display: block;
    width: 350px;
    font-size: 2.3rem;
    margin: 20px 0;
	transform: skew(-7deg,-5deg);
}
@media screen and (min-width: 768px) {
span.mv-main-ttl {
    width: 100%;
}
}
span.bl {
    font-size: 42px;
    color: var(--color-yellow);
    text-shadow: 1px 1px 1px #999;
    letter-spacing: normal;
    text-indent: -.25em;
}
@media screen and (min-width: 768px) {
span.bl {
    font-size: 72px;
	}
}
.mv-img {
    position: absolute;
    width: 12rem;
    right: 0;
    bottom: 3rem;
}


@media screen and (min-width: 768px) {
.mv-img {
    width: 22rem;
}
}

p.mv-en-txt {
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
	font-weight: 600;
}

@media screen and (min-width: 768px) {
p.mv-en-txt {
    font-size: 14px;
    text-align: left;
}
}
a.content-cta {
    display: block;
    width: 90%;
	max-width: 350px;
    height: auto;
	margin: 30px auto;
	position: relative;
	z-index: 10;
}
@media screen and (min-width: 768px) {
a.content-cta {
	margin: 50px auto;
}
}
.c-ad-bnr-top {
    width: 100%;
    max-width: 1420px;
    margin: 10rem auto 2rem;
}

.c-ad-bnr-left,
.c-ad-bnr-right {
    position: absolute;
    width: 11rem;
    top: -2rem;
    left: -13.5rem;
}

.c-ad-bnr-right {
    left: auto;
    right: -52.8rem;
}

.c-ad-bnr-top img,
.c-ad-bnr-left img {
    width: 100%;
}

.c-ad-bnr-top-sp {
    display: none;
}

@media screen and (min-width:751px) and (max-width:1500px) {
    .c-ad-bnr-left {
        width: 7vw;
        left: -8vw;
    }
}

@media screen and (max-width:1000px) {

    .c-main-aside {
        display: block;
    }
}

@media screen and (max-width:750px) {
    .c-main-noaside {
        margin: 7rem auto 0;
    }

    .c-main-aside.sp-top-ad,
    .c-main-noaside.sp-top-ad {
        margin: 2rem auto 0;
    }

    .c-main {
        width: 100%;
    }

    .c-ad-bnr-top-sp {
        display: block;
        margin: 6rem auto 0;
    }

}
.card-item {
	background: var(--color-yellow);
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

a.wpcf7-form-control {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-yellow);
    color: #fff;
    height: 5rem;
    line-height: 4rem;
    border-radius: 6px;
    font-weight: 700;
    padding: 0 3.1rem 0 3.6rem;
    letter-spacing: 0.14rem;
    margin: 50px auto 0 auto;
	max-width: 400px;
}

span.wpcf7-list-item.first {
    margin: 0;
}

/*==========================
       aside
==========================*/
.c-aside {
    width: 30%;
	max-width: 350px;
	padding: 80px 0 0 0;
    position: relative;
    z-index: 1;
}

.c-aside-ad-bnr {
    margin: 0 0 2rem;
}

.c-aside-ad-bnr img {
    width: 100%;
}

.c-article-pop-list {
    margin: 0 0 3rem;
}

.c-article-pop-list li {
    margin: 0 0 2.6rem;
}

.c-article-pop-list li:last-child {
    margin: 0;
}

.c-article-pop-list li a {
    position: relative;
    display: flex;
    gap: 1rem;
}

.c-article-pop-list li:nth-child(1) a::after {
    /*content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/pop-article-1st.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;*/
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .3rem;
    padding-bottom: 5%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 1;
	background: var(--color-yellow);
    text-shadow: 1px 1px 1px #ccc;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}

.c-article-pop-list li:nth-child(2) a::after {
    /*content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/pop-article-2nd.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;*/
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .3rem;
    padding-bottom: 5%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 2;
	background: #c5b358;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}
.c-article-pop-list .content {
    width: 50%;
}
.c-article-pop-excerpt {
    font-size: 14px;
    text-align: left;
}
.c-article-pop-list li:nth-child(3) a::after {
    /*content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/pop-article-3rd.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;*/
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .3rem;
    padding-bottom: 5%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 3;
    background: #0faec9;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}

.c-article-pop-list li .img {
    width: 50%;
    max-width: 250px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
}

.c-article-pop-list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-article-pop-ttl {
    width: 100%;
    text-align: left;
    letter-spacing: 0.11em;
    font-weight: 500;
    line-height: 1.5;
	font-size: 14px;
}

.c-aside .c-btn {
    margin: 0 0 14rem;
	width: 100%;
}

.c-aside .c-btn a {
width:100%;
	max-width:320px;
}
.c-keyword-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
	padding: 0 5%;
}

.c-keyword-list-item {
    width: fit-content;
}

.c-keyword-list-item a,
.c-keyword-list-item>span {
	font-size: 14px;
    display: block;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    padding: 0 1.8rem 0 2.8rem;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.c-keyword-list-item a::before,
.c-keyword-list-item>span::before {
    content: "#";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: absolute;
    left: 1.5rem;
    top: 28%;
    transform: translateY(-50%);
}

@media screen and (max-width:1000px) {
    .c-aside {
        display: none;
    }
}
@media screen and (max-width:750px) {
    .c-keyword-chara {
        max-width: 23.8rem;
    }

    .c-keyword-list-item a,
    .c-keyword-list-item>span {
        font-size: 1.2rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
/*==========================
       layout
==========================*/
.l-section {
    padding: 8rem 0 12rem;
}

.l-inner {
    /* position: relative; */
}

.c-main-noaside .l-inner {
    max-width: 950px;
    margin: 0 auto;
}

@media screen and (max-width:750px) {
    .l-section {
        padding: 6rem 0 8rem;
    }

    .l-inner {
        width: calc(100% - 4rem);
        margin: 0 auto;
    }
}

/*==========================
       other
==========================*/
.c-bg-grad {
    position: relative;
}

.c-bg-grad::before {
   content: "";
    width: 100%;
    height: 40rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.c-bg-grad .l-inner {
    position: relative;
    z-index: 1;
}
@media screen and (min-width:768px) {
	.c-bg-grad .l-inner {
		width: 96%;
    margin: 0 auto;
}
}
.c-bg-pink {
    position: relative;
}

.c-bg-pink::before {
    content: "";
    width: calc(100vw + 20px);
    height: 100%;
    background: rgba(255, 206, 217, 0.3);
    position: absolute;
    bottom: 0;
    left: calc(50% + 196px);
    transform: translateX(-50%);
}

.c-bg-pink .l-inner {
    position: relative;
    z-index: 1;
}

.c-caption {
    font-size: 2.8rem;
    font-weight: 600;
    /*letter-spacing: 0.14rem;*/
    margin: 0 auto 3.6rem;
    text-align: left;
    line-height: 1;
}

.c-caption.page-title {
    font-size: 3.2rem;
    margin-top: 2rem;
}

.c-caption.mt-caption {
    margin: 8rem auto 3.6rem;
}

.c-caption .en {
    display: block;
    font-size: 0.57em;
    color: var(--color--pale-pink);
    margin: 14px auto 0;
    text-shadow: 1px 1px 1px #ddd;
	text-transform: capitalize;
}

.c-category-caption {
    text-align: center;
    position: relative;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto 6rem;
    letter-spacing: 0.34rem;
}

.c-category-caption::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #434343;
    position: absolute;
    left: 50%;
    bottom: 0.5em;
    transform: translateX(-50%);
}

.c-category-caption .txt {
    display: inline-block;
    /*background: #F5F5F5;*/
    position: relative;
    z-index: 1;
    padding: 0 3.6rem;
}

.c-category-caption .en {
    display: block;
    background: var(--color--pale-pink);
    color: #fff;
    width: fit-content;
    padding: 0 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin: 0 auto 3rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 30px;
}

.c-border-caption {
    font-size: 2.8rem;
    font-weight: 700;
    /*letter-spacing: 0.14rem;*/
    line-height: 1.2;
    padding: 0 0 12px;
    border-bottom: 1px solid #434343;
    margin: 0 0 2.4rem;
}


.c-btn {
    width: fit-content;
    margin: 5rem auto 0;
}

.c-btn a {
    justify-content: center;
    display: flex;
    align-items: center;
    background: var(--color--pale-pink);
    color: #fff;
    text-align: center;
    border-radius: 5rem;
    height: 50px;
	width: 340px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-shadow: 0 0.32rem 1.45rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}

.c-btn .category {
    display: inline-block;
    background: #fff;
    color: var(--color-main);
    height: 49%;
    padding: 0 0.5rem;
    transform: skew(-12deg, 0deg);
    letter-spacing: 0.1rem;
    font-size: 16px;
    margin: 0 1.5rem 0 0;
    vertical-align: 0.2rem;
    text-shadow: none;
}

.c-btn .arw {
    line-height: 1;
    margin: 0 0 0 1rem;
    /* vertical-align: 0.2rem; */
    display: inline-block;
}

.c-btn-wh {
    max-width: 20.9rem;
}

.c-btn-wh a {
    display: block;
    height: 3.1rem;
    line-height: 2.7rem;
    border: 1px solid var(--color-main);
    background: #fff;
    color: var(--color-main);
    border-radius: 30px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    position: relative;
}

.c-btn-wh a::after {
    content: "";
    width: 0.8rem;
    height: 1.1rem;
    background: url(../img/article/btn-arw-right.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.c-category-list {
		padding: 50px 0;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.c-category-list li {
    width: calc((100% - 3rem) / 4);
}

.c-category-list li.large-list {
    width: calc((100% - 8rem) / 3);
    min-width: 220px;
}

.c-category-list li a {
    display: block;
    background: #fff;
    text-align: center;
    height: 6rem;
    line-height: 5.8rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.c-category-list li .arw {
    line-height: 1;
    display: inline-block;
    margin: 0 0 0 10px;
}

/*slick*/
.slick-slider {
    visibility: hidden;
}

.slick-slider.slick-initialized {
    visibility: visible;
}

.slick-slider .slick-list {
    padding-bottom: 3rem !important;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 1;
    top: calc(50% - 2.9rem);
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.slick-slider .slick-prev {
    left: -2.8rem;
}

.slick-slider .slick-next {
    right: 0.9rem;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    content: "";
    width: 5.8rem;
    height: 5.8rem;
    background: url(../img/article/slick-prev.svg) no-repeat;
    background-size: contain;
    display: block;
    opacity: 1;
}

.slick-slider .slick-next:before {
    background-image: url(../img/article/slick-next.svg);
}


.slick-slider .slick-dots li button::before {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #C2C2C2;
    border-radius: 50%;
    opacity: 1;
}

.slick-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    background: var(--color-gray);
}

.slick-slider .slick-dots li {
    margin: 0 1rem;
}

.slick-dots>li:first-child:last-child {
    display: none;
}

@media screen and (min-width: 1024px) {

    .c-bg-grad::before,
    .c-bg-pink::before {
        left: 50%;
        width: 142vw;
    }
}
@media screen and (min-width: 1440px) {

    .c-bg-grad::before,
    .c-bg-pink::before {
        left: 50%;
		width: 126vw;
    }
}

@media screen and (max-width:750px) {
    .c-bg-grad::before {
        left: 50%;
        height: 20rem;
		width:100%;
    }

    .c-bg-pink::before {
        left: 50%;
    }

    .c-category-list li.large-list {
        width: 100%;
    }

    .c-category-list {
        max-width: calc(100% - 4rem);
        margin: 0 auto;
		padding: 50px 0;
    }

    .c-category-list li {
        width: calc(50% - 0.5rem);
    }

    .c-category-list li a {
        height: 4rem;
        line-height: 3.8rem;
        font-size: 1.4rem;
    }

    .slick-slider .slick-prev {
        left: 2.3rem;
    }

    .slick-slider .slick-next {
        right: 4.2rem;
    }

    .slick-slider .slick-prev::before,
    .slick-slider .slick-next::before {
        width: 3.8rem;
        height: 3.8rem;
    }

    .slick-slider .slick-dots {
        bottom: -1rem;
    }

    .slick-slider .slick-dots li button::before {
        width: 0.8rem;
        height: 0.8rem;
    }

    .slick-slider .slick-dots li {
        margin: 0 0.25rem;
    }

    .c-category-caption {
        font-size: 3.6rem;
        margin: 0 auto 6rem;
    }

    .c-category-caption .txt {
        padding: 0 1.6rem;
		background: #F5F5F5;
    }

    .c-category-caption::before {
        width: 80%;
    }

    .c-caption {
        font-size: 2.4rem;
    }

    .c-caption.page-title {
        margin-top: 4rem;
    }

    .c-category-caption .en {
        margin: 0 auto 1.8rem;
    }

    .c-btn {
        width: 100%;
    }

    .c-btn .category {
        line-height: 1.6;
        vertical-align: -0.005rem;
    }

    .c-btn a {
        padding: 0;
    }

    .c-btn-wh a {
        height: 4.1rem;
        line-height: 3.7rem;
    }
}

/*==========================
       c-article
==========================*/
/*article-list*/
.c-article-list {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom: 50px;
}

.c-article-list-item {
    box-shadow: 0 1.4rem 1.4rem rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
    /* margin: 0 2.1rem; */
    background: #fff;
    width: calc((100% - 3rem) / 2);
    margin: 0;
}

.c-article-list-item a {
    display: block;
	padding: 0 0 2% 0;
}

.c-article-img {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.c-article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.c-article-img .category {
    width: fit-content;
    background: #fff;
    height: 2.7rem;
    line-height: 2.5rem;
    padding: 0 2.1rem;
    border-radius: 4px;
    position: absolute;
	font-size: 14px;
    top: 2rem;
    left: 2rem;
    z-index: 1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

.c-article-img .category .arw {
    line-height: 1;
    display: inline-block;
    margin: 0 0 0 6px;
    width: 14px;
    vertical-align: -0.2rem;
}
ul.c-article-list.c-pop-article-list span.arw span {
    background: var(--color--pale-pink);
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
.c-article-list li a:hover .c-article-img>img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.c-article-txt {
    /* background: #fff; */
    padding: 0 2.1rem 1.8rem;
    height: 180px;
}
/*
.c-article-date-ttl {
    display: flex;
    justify-content: flex-start;
    gap: 1.2rem;
}

.c-article-date {
    width: 4.6rem;
    background: var(--color-gray);
	background: var(--color-gray);
    color: #fff;
    padding: 1.2rem 0 0.7rem;
    text-align: center;
}

.c-article-date span {
    display: block;
    font-size: 1.3rem;
    line-height: 0.85;
    margin: 0 0 0.2rem;
    font-weight: 500;
}

.c-article-date span:last-child {
    margin: 0;
}

.c-article-date .month {
    letter-spacing: 0.11rem;
}

.c-article-date .date {
    font-size: 1.84em;
    letter-spacing: 0.11rem;
    margin-bottom: 0.5rem;
}
*/
.c-article-ttl {
    width: calc(100% - 1.2rem);
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 0;
	text-align: left;
}

.c-article-keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 2rem 0 0;
}

.c-article-keyword-item {
    width: fit-content;
    padding: 0 1.7rem 0 2.8rem;
        height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.14rem;
    background: #fff5f7;
    border-radius: 5px;
}

.c-article-keyword-item::before {
    display: block;
    content: "#";
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 1.3rem;
    top: 30%;
    transform: translateY(-50%);
    border-radius: 50%;
}

/*人気記事*/
.c-pop-article-list .c-article-list-item a {
    position: relative;
}

.c-article-list-item.pop-1st a::after {
    /*content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/pop-article-1st.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.8rem;
    left: -1.8rem;
    z-index: 1;*/
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .5rem;
    padding-bottom: 5%;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 1;
	background: var(--color--pale-pink);
    text-shadow: 1px 1px 1px #ccc;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}
.c-article-list-item.pop-2nd a::after {
    /*content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/pop-article-2nd.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.8rem;
    left: -1.8rem;
    z-index: 1;*/
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .5rem;
    padding-bottom: 5%;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 2;
	background: #c5b358;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}

.c-article-list-item.pop-3rd a::after {
    /*content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/pop-article-3rd.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.8rem;
    left: -1.8rem;
    z-index: 1;*/
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .5rem;
    padding-bottom: 5%;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 3;
    background: #0faec9;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}

.c-pop-article-list.slick-slider .slick-list {
    padding-top: 2rem !important;
}

.c-pop-article-list .c-article-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.c-pop-article-list .c-article-list-item {
    overflow: visible;
}

@media screen and (max-width:750px) {
    .c-article-list {
        position: relative;
        /* width: 100vw;
        left: 50%;
        transform: translateX(-50%); */
        display: block;
    }

    .c-article-list-item {
        border-radius: 1rem;
        width: 100%;
        margin: 0 auto 3rem auto;
    }

    .c-article-list-item:last-child {
        margin: 0;
    }

    /* .c-article-img {
        aspect-ratio: 16/9;
    } */

    .c-article-keyword {
        font-size: 1.2rem;
    }

    .c-article-keyword-item {
        padding: 0 1.2rem 0 2.2rem;
        height: 2rem;
        line-height: 1.8rem;
    }

    .c-article-keyword-item::before {
        width: 0.6rem;
        height: 0.6rem;
        left: 1.0rem;
    }

    .c-article-date {
        /*width: 4.6rem;
        padding: 0.6rem 0 0.8rem;*/
		font-size: 1.2rem;
    color: #9b9b9b;
    letter-spacing: .04em;
    }
	
	.c-article-list-item:last-child {
        margin: 0 auto;
    }
	
/*
    .c-article-date span {
        font-size: 1.1rem;
    }

    .c-article-date .date {
        font-size: 1.6em;
    }
*/
    .c-article-img .category {
        height: 2rem;
        line-height: 2rem;
        padding: 0 1rem;
        font-size: 1.2rem;
    }

    .c-pop-article-list .c-article-img {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
}

/*==========================
       c-reason-wrap
==========================*/
section.l-section.c-reason-wrap {
    width: 95%;
    margin: 0 auto;
}
.c-reason-wrap .c-reason-list.slick-dotted.slick-slider {
    margin: 0 auto 14.7rem;
    max-width: 758px;
}

.c-reason-wrap .c-caption {
    margin: 0 auto 6rem;
}

.c-reason-wrap .c-btn {
    width: 100%;
    max-width: 32rem;
}

.c-reason-list {
    margin: 0 0 12rem;
}

.c-reason-list-item {
    position: relative;
    background: var(--color-gray);
    color: #fff;
    padding: 5.6rem 10.6rem 4.6rem;
    border-radius: 1.9rem;
    /* margin: 0 1rem; */
    margin: 0 0 8rem;
    font-weight: 600;
}

.c-reason-list-item::after {
    content: "";
    width: 3rem;
    height: 1.5rem;
    background: var(--color-gray);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: -4.75rem;
    left: 50%;
    transform: translateX(-50%);
}

.c-reason-list-item:last-child {
    margin: 0;
}

.c-reason-list-item:last-child::after {
    display: none;
}

.c-reason-list-num {
    width: 18rem;
    text-align: center;
    height: 4.1rem;
    line-height: 3.2rem;
    color: var(--color-main);
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    background: #fff;
    border: 2px solid var(--color-main);
    border-radius: 30px;
    position: absolute;
    top: -2.05rem;
    left: 5.5rem;
}

.c-reason-list-img {
    position: absolute;
    top: 3.1rem;
    right: 6.4rem;
    line-height: 1;
    width: 18.4rem;
}

.c-reason-list-item.second .c-reason-list-img {
    right: 3.9rem;
    width: 19.9rem;
    top: 4rem;
}

.c-reason-list-item.third .c-reason-list-img {
    right: 8.4rem;
    width: 12.9rem;
    top: 1rem;
}

.c-reason-list-caption {
    width: fit-content;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.66;
    letter-spacing: 0.2rem;
    margin: 0 auto 2.3rem 0;
}

.c-reason-list-txt01 {
    width: fit-content;
    background: var(--color--pale-pink);
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.21rem;
    height: 5.9rem;
    line-height: 5.7rem;
    padding: 0 3.2rem 0 2.5rem;
    margin: 0 auto 2.6rem 0;
    border-radius: 0.45rem;
}

.c-reason-list-txt01 .num {
    font-size: 1.5em;
}

.c-reason-list-txt01 .icon {
    width: 1.5rem;
    display: inline-block;
    margin: 0 1rem 0 0;
    line-height: 1;
}

.c-reason-list-txt02 {
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0.2rem;
    min-height: 5.19rem;
}

.c-reason-list-note {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.13em;
    position: absolute;
    bottom: 0.7rem;
    right: 2rem;
}

.c-reason-list .slick-list {
    padding-top: 4.3rem;
}

.c-reason-list .slick-prev,
.c-reason-list .slick-next {
    top: 50%;
}

.c-reason-list .slick-next {
    right: -2.8rem;
}

.c-reason-list .slick-next::before,
.c-reason-list .slick-prev::before {
    width: 2.2rem;
    height: 2.5rem;
    background: var(--color-gray);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.c-reason-list .slick-prev::before {
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.c-reason-list .slick-list {
    padding-bottom: 0 !important;
}

.c-reason-wrap .slick-dots {
    bottom: -5rem;
}

/*flow*/
.c-flow-list {
    max-width: 758px;
    margin: 0 auto;
    padding: 0 0 0 6.2rem;
    position: relative;
}

.c-flow-list::before {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dashed var(--color-main);
    position: absolute;
    top: 0;
    left: 2rem;
}

.c-flow-list-item {
    margin: 0 0 5rem;
    position: relative;
}

.c-flow-list-item:last-child {
    margin: 0;
}

.c-flow-list-cap {
    text-align: center;
    font-size: 2.2rem;
    color: var(--color-main);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 1.2rem;
	padding: 4% 0 3% 0;
}

.c-flow-list-cap .step {
    display: inline-block;
    background: var(--color--pale-pink);
    color: #fff;
    height: 2.4rem;
    line-height: 2.3rem;
    font-size: 1.4rem;
    padding: 0 1.3rem;
    border-radius: 20px;
    margin: 0 0 0 1.7rem;
    vertical-align: 0.2rem;
}

.c-flow-list-txt {
    background: var(--color-gray);
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    padding: 2rem 3rem;
    font-weight: 500;
    border-radius: 10px;
}

.c-flow-list-num {
    width: 11rem;
    height: 4rem;
    border: 2px solid var(--color-main);
    text-align: center;
    line-height: 3.4rem;
    position: absolute;
    top: -2rem;
    left: -6.2rem;
    color: var(--color-main);
    border-radius: 20px;
    font-weight: 600;
    font-size: 2rem;
    background: #fff;
    z-index: 1;
}

@media screen and (max-width:750px) {
    .c-reason-wrap .c-caption {
        letter-spacing: normal;
    }

    .c-reason-wrap .c-caption .en {
        letter-spacing: 0.14rem;
    }

    .c-reason-wrap .c-reason-list.slick-dotted.slick-slider {
        margin: 0 0 8rem;
    }

    .c-reason-list {
        position: relative;
        width: 90%;
        margin: 0 auto 8rem;
    }

    .c-reason-list-item {
        padding: 3.6rem 2rem 2.6rem;
        margin: 0 0 8rem;
    }

    .c-reason-list-num {
        width: 13rem;
        height: 3.1rem;
        line-height: 2.6rem;
        font-size: 1.6rem;
        top: -1.55rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .c-reason-list-caption {
        font-size: 1.5rem;
        width: 100%;
        margin: 0 auto 2rem;
    }

    .c-reason-list-img {
        width: 11.4rem;
        position: static;
        margin: 0 auto 1rem;
    }

    .c-reason-list-item.first .c-reason-list-txt02 {
        min-height: 1em;
    }

    .c-reason-list-item.second .c-reason-list-img {
        width: 12.9rem;
    }

    .c-reason-list-item.third .c-reason-list-img {
        width: 9.9rem;
    }

    .c-reason-list .slick-next::before,
    .c-reason-list .slick-prev::before {
        width: 1.8rem;
        height: 2.1rem;
    }

    .c-reason-list.slick-slider .slick-prev {
        left: 1rem;
    }

    .c-reason-list .slick-next {
        right: 1rem;
    }

    .c-reason-list-txt01 {
        font-size: 1.5rem;
        height: 3.9rem;
        line-height: 3.7rem;
        margin: 0 auto 1.6rem 0;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .c-reason-list-txt02 {
        font-size: 1.2rem;
        min-height: 8.4rem;
    }

    .c-reason-list-note {
        font-size: 1rem;
        bottom: 1rem;
        left: 2rem;
        width: 90%;
        line-height: 1.35;
        font-weight: 300;
    }

    .c-reason-wrap .slick-dots {
        bottom: -4rem;
    }

    .c-flow-list {
        margin: 0 0 4rem;
        padding: 0 0 0 4.2rem;
    }

    .c-flow-list::before {
        left: 1.5rem;
    }

    .c-flow-list-num {
        width: 120px;
        height: 3rem;
        line-height: 2.4rem;
        left: -4.2rem;
    }

    .c-flow-list-cap {
        font-size: 1.8rem;
        position: relative;
    }

    .c-flow-list-cap .step {
        height: 2rem;
        line-height: 2rem;
        font-size: 1.2rem;
        position: absolute;
        left: -2rem;
        top: -2.5rem;
    }

    .c-flow-list-txt {
        padding: 2rem;
        font-size: 1.4rem;
        line-height: 1.75;
    }
}

/*==========================
       c-keyword-wrap
==========================*/
.c-keyword-wrap .c-caption {
    margin-bottom: 2rem;
}

.c-keyword-chara {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 25.8rem;
    margin: 0 auto 5rem;
}

@media screen and (max-width:750px) {}



/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-contact {
    /* padding-top: 4rem;
    padding-bottom: 4rem; */
    padding-bottom: 12rem;
}

.p-contact span {
    display: inline-block;
}

.p-contact__content {
    max-width: 758px;
    margin: 0 auto;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgba(27, 34, 76, 0.05);
    background-color: #fff;
    overflow: hidden;
}

.p-contact__content--heads {
    padding: 1.2rem .5rem 1.1rem;
    background: var(--color-gray);
    color: #fff;
    text-align: center;
}

.p-contact__subHead {
    font-feature-settings: 'palt' on;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .03em;
}

.p-contact__subHead span {
    position: relative;
}

.p-contact__subHead span::before {
    background: url('../img/form-head-deco.svg') no-repeat center center/contain;
    content: '';
    height: 1.9rem;
    left: -1.6rem;
    position: absolute;
    bottom: -.2rem;
    width: 1.2rem;
}

.p-contact__subHead span::after {
    background: url('../img/form-head-deco02.svg') no-repeat center center/contain;
    content: '';
    height: 1.9rem;
    right: -1.6rem;
    position: absolute;
    bottom: -.2rem;
    width: 1.2rem;
}

.p-contact__head {
    margin-top: .3rem;
    font-feature-settings: 'palt' on;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .05em;
}

.p-contact__form {
    padding: 1.5rem 2rem 2.5rem;
}

.p-contact__nums {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.8rem;
    position: relative;
}

.p-contact__nums::before {
    content: '';
    height: calc(50% + .2rem);
    left: 50%;
    position: absolute;
    top: 0;
    width: 15rem;
    border-bottom: #f1f1f1 dashed .2rem;
    transform: translate(-50%, 0);
}

.p-contact__nums li {
    width: 5rem;
    height: 5rem;
    border-radius: 100vh;
    background: #d9d9d9;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.p-contact__nums li.js-active {
    background: var(--color-gray);
}

.p-contact__nums .--step {
    font-feature-settings: 'calt' off;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.p-contact__nums .--num {
    font-feature-settings: 'calt' off;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.01em;
    transform: translate(-.1rem, 0);
}

.p-contact__form--contents {
    margin-top: 1.5rem;
}

.p-contact__form--content {
    display: none;
}

.p-contact__form--content.js-active {
    display: block;
}

.p-contact__form--head01 {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .02em;
}

.p-contact .p-contact__btn--next,
.p-contact .p-contact__btn--send {
    position: relative;
    cursor: pointer;
    width: 22.9rem;
    height: 4.8rem;
    border-radius: 100vh;
    background-color: var(--color-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.4rem auto 0;
    color: #fff;
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
}

.p-contact__btn--next.js-disable,
.p-contact__btn--send.js-disable {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

.p-contact__btn--next::before,
.p-contact__btn--send::before {
    background: url('../img/form-arrow.svg') no-repeat center center/contain;
    content: '';
    height: 1.1rem;
    right: 1.8rem;
    position: absolute;
    top: 50%;
    width: .8rem;
    transform: translate(0, -50%);
}

.p-contact__btn--send {
    background-color: var(--color--pale-pink);
}

.p-contact__btn--send input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 80;
    opacity: 0;
}

.p-contact__btn--back {
    text-align: center;
    margin-top: 1.5rem;
    color: var(--color-gray);
    font-feature-settings: 'palt' on;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .02em;
}

.p-contact__btn--back span {
    position: relative;
    cursor: pointer;
    padding-left: 1.5rem;
}

.p-contact__btn--back span::before {
    background: url('../img/form-arrow-back.svg') no-repeat center center/contain;
    content: '';
    height: 1.1rem;
    left: 0;
    position: absolute;
    top: calc(50% + .1rem);
    width: .8rem;
    transform: translate(0, -50%);
}

.p-contact__form ::placeholder {
    color: #d8d8d8;
}

.p-contact__form--radios {
    margin-top: 1.2rem;
}

.p-contact__form--radios .wpcf7-form-control-wrap {
    display: block;
}

.p-contact__form--radios .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
}

.p-contact__form--radios .wpcf7-form-control .wpcf7-list-item {
    width: calc(50% - .9rem/2);
    margin: 0 !important;
}

.p-contact__form--radios .wpcf7-form-control .wpcf7-list-item label {
    cursor: pointer;
}

.p-contact__form--radios .wpcf7-form-control .wpcf7-list-item label input {
    display: none;
}

.p-contact__form--radios .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    width: 100%;
    padding: 1.1rem .5rem 1.2rem;
    background-color: #fff;
    border-radius: .5rem;
    text-align: center;
    border: #dedede solid .1rem;
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
}

.p-contact__form--radios .wpcf7-form-control .wpcf7-list-item label input:checked+.wpcf7-list-item-label {
    border: var(--color--pale-pink) solid .2rem;
    color: var(--color--pale-pink);
}

.p-contact__form--table {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    width: fit-content;
    margin-inline: auto;
}

.p-contact__form--table dt {
    font-feature-settings: 'palt' on;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
}

.p-contact__form--table dd {
    margin-top: .7rem;
}

.p-contact__form--table dd input[type=text],
.p-contact__form--table dd input[type=email],
.p-contact__form--table dd input[type=tel],
.p-contact__form--table dd select {
    width: 100%;
    background-color: #fff;
    padding: 1.3rem 1.6rem 1.4rem;
    border: #dedede solid .1rem;
    border-radius: .5rem;
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .02em;
}

.p-contact__form--table dd input[type=text]:focus,
.p-contact__form--table dd input[type=email]:focus,
.p-contact__form--table dd input[type=tel]:focus,
.p-contact__form--table dd select:focus {
    width: 100%;
    background-color: #fff;
    padding: 1.3rem 1.6rem 1.4rem;
    border: #dedede solid .1rem;
    border-radius: .5rem;
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .02em;
    outline: #FFD708 solid .1rem;
}

.p-contact__form--select {
    width: 8rem;
    position: relative;
}

.p-contact__form--select .wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
}

.p-contact__form--select .wpcf7-form-control-wrap::before {
    background: url('../img/select-arrow.svg') no-repeat center center/contain;
    content: '';
    height: .9rem;
    right: 1.4rem;
    position: absolute;
    top: 1.9rem;
    width: 1.4rem;
    pointer-events: none;
    z-index: 5;
}

.p-contact__form .wpcf7-spinner {
    display: none;
}

.p-contact__recaptcha {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.44;
    text-align: center;
}

.p-contact__recaptcha a {
    text-decoration: underline;
}

.p-contact__date {
    display: none;
}

.p-contact__agreement {
    margin-top: 2.4rem;
    font-size: 1.3rem;
    line-height: 1.44;
    text-align: center;
}

.p-contact__agreement a {
    text-decoration: underline !important;
    color: var(--color-main) !important;
}

.p-contact__agreement label input {
    display: none;
}

.p-contact__agreement label .wpcf7-list-item-label {
    position: relative;
    padding-left: 2rem;
}

.p-contact__agreement label .wpcf7-list-item-label::before {
    background-color: #fff;
    content: '';
    height: 1.3rem;
    left: 0;
    position: absolute;
    top: 50%;
    width: 1.3rem;
    transform: translate(0, -50%);
    border-radius: .3rem;
    border: .1rem solid #dedede;
}

.p-contact__agreement label .wpcf7-list-item-label::after {
    background: url('../img/check.svg') no-repeat center center/contain;
    content: '';
    height: 1.3rem;
    left: 0;
    position: absolute;
    top: 50%;
    width: 1.3rem;
    transform: translate(0, -50%);
    border-radius: .3rem;
    border: .1rem solid #dedede;
    opacity: 0;
}

.p-contact__agreement label input:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.p-contact__form .wpcf7-list-item.first {
    position: relative;
    z-index: 2;
}

.p-contact__form .wpcf7-list-item.first::before {
    background-color: var(--color--pale-pink);
    content: '';
    height: calc(100% + .6rem);
    left: 50%;
    position: absolute;
    top: 50%;
    width: calc(100% + .6rem);
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: blink 1.8s ease-in-out infinite;
    border-radius: .5rem;
    z-index: -1;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (min-width:750px) {


    .p-step__list--head {
        font-size: 2.1rem;
    }

    .p-step__list--txt {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:750px) {
    .p-contact {
        padding: 0 0 8rem;
    }
}

/*==========================
       パンくずリスト
==========================*/
.c-breadcrumb {
    display: flex;
    margin: 0 0 2rem;
    gap: 3rem;
    line-height: 1;
    letter-spacing: 0.05em;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.c-breadcrumb::-webkit-scrollbar {
    opacity: 0;
}

.c-breadcrumb-item {
    position: relative;
}

.c-breadcrumb-item::after {
    content: "＞";
    width: 1em;
    height: 1em;
    position: absolute;
    right: -2rem;
    top: 52%;
    transform: translateY(-50%) scaleX(0.5);
    font-size: 0.8em;
}

.c-breadcrumb-item:last-child::after {
    display: none;
}

@media screen and (max-width:750px) {
    .c-breadcrumb {
        gap: 2rem;
        font-size: 1.4rem;
    }

    .c-breadcrumb-item::after {
        right: -1.5rem;
    }
}

.best-post {
	width: 90%;
	margin: 0 auto;
}

.sidebar-cta:first-child {
	margin: 0 0 50px 0;
	display: block;
}
.sidebar-cta {
    width: 90%;
	max-width: 350px;
    margin: 50px auto;
    display: block;
}
.sidebar-post {
    text-align: left;
}
li.latest-post-item {
    margin-bottom: 5%;
}
.latest-post-item a {
    display: flex;
    gap: 3%;
}
.latest-post-item a .thumb {
    width: 50%;
    max-width: 350px;
}
.latest-post-item a .thumb img {
    border-radius: 10px;
}
.latest-post-item a .content {
    width: 50%;
}
.latest-post-item a .content h3 {
	width: 100%;
    font-weight: bold;
}
a.sidebar-post-link {
    text-align: right;
    display: block;
    color: var(--color-main);
    text-decoration: underline;
}

.advisor-card {
        border: 1px solid var(--color-main);
    border-radius: 10px!important;
    }
/*----------関連記事--------------*/
.related-post {
    margin-bottom: 10%;
    width: 90%;
    margin: 3% auto;
}
.link-card {
    width: 100%;
	display: block;
    border: 1px solid #ddd;
    padding: 15px 25px;
	gap: 2%;
}
.link-card img {
	width: 100%;
	height: auto;
    max-height: 250px;
    object-fit: cover;
}
.link-card-inner {
	margin-top: 2%;
}	
span.link-card-inner-ttl {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 4px;
    background-color: var(--color-main);
    color: #fff;
}
p.link-card-inner-content {
	font-size: 12px!important;
}
.link-card-inner h3 {
    font-size: 16px !important;
    font-weight: 600;
    padding: 2% 0;
}
.dictionary-links-list {
    margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
	.c-aside {
    padding-right: 1%;
}
	.c-main {
    padding-left: 1%;
		overflow-x: hidden;
}
	.related-post {
    margin-bottom: 10%;
    width: 95%;
    margin: 0 auto 10% auto;
}
.link-card-inner h3 {
    font-size: 24px !important;
}
	p.link-card-inner-content {
    font-size: 16px !important;
}
.link-card img {
    width: 40%;
    height: auto;
}
	.link-card-inner-content {
    font-size: 16px;
}
	.link-card {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
	gap: 2%;
}
	.top-post-img {
    width: 40%!important;
}
	.article-detail-content h3 {
    font-size: 2rem;
}
}
li.term-post-item {
    margin-bottom: 5%;
}
a.term-post-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}
span.term-post-thumb {
    width: 45%;
}
span.term-post-title {
    width: 60%;
}
a.tag-post-link {
    padding: 3%;
    display: block;
    border: 1px solid #ddd;
    border-left: 10px solid #ddd;
    background: #fff;
    margin-bottom: 5%;
	text-align: center;
}
span.tag-post-title {
    font-size: 24px;
    font-weight: 600;
    display: block;
}
span.tag-post-reading {
    font-weight: 600;
    font-size: 14px;
}
.related-border {
    border: 1px solid #ddd;
	display: block;
}
img.top-banner-img {
    max-height: 300px;
    object-fit: cover;
}
span.related-title {
    font-size: 20px;
    font-weight: 600;
    display: block;
}
.dictionary-links-list-inner {
	flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}

a.dictionary-link {
  font-size: calc(100% + 2px)!important;
	text-decoration: underline!important;
	color: #555;
}
a.tag-post-link:hover {
    transform: translateY(-10px);
}
@media screen and (min-width: 768px) {
span.related-title {
    font-size: 28px;
}
}
@media screen and (min-width: 768px) {
    .content-cta-wrap {
      	display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		max-width: 1200px;
		margin: 0 auto;
    }
}
/*--- 関連記事ここまで --*/

/*--- 専門家セクション ---*/
section.front-advisor {
	width: 95%;
	margin: 50px auto;
}
.front-advisor-photo {
    width: 100%;
	height: 18rem;
	max-height: 200px;
	margin-bottom: 3%;
}
.front-advisor-photo img {
    width: 100%;
	height: 18rem;
	max-height: 200px;
	object-fit: cover;
	border-radius: 10px;
}

span.span-name {
	font-size: 12px;
    line-height: 1;
    display: block;
    text-align: right;
    color: var(--color-gray);
    text-shadow: 1px 1px 1px #ccc;
}
h3.front-advisor-name {
    line-height: 1.5;
    width: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}
p.front-advisor-catchcopy {
    font-size: 26px;
    margin: 5% 0;
	font-weight: 600;
}
.name-catch {
    font-size: 14px;
	text-align: right;
	display: block;
}
.front-advisor-content hr {
    color: #999;
    margin: 3% 0;
}
.front-advisor-more a {
      justify-content: center;
    display: flex;
    align-items: center;
    background: var(--color--pale-pink);
    color: #fff;
    text-align: center;
    border-radius: 5rem;
    height: 50px;
    width: 300px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-shadow: 0 0.32rem 1.45rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}
.front-advisor-list {
    margin: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
	section.front-advisor {
    margin: 100px auto;
}
	.front-advisor-list {
    margin: 0 auto 50px auto;
		max-width: 850px;
}
a.front-advisor-card {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 2%;
	width: 100%;
}
	br.mb {
    display: none;
}
	.front-advisor-photo {
    margin: 0 20px 0 0;
	width: 400px;
	max-width: 50%;
}
	h3.front-advisor-name {
    font-size: 22px;
	}
	span.span-name {
    font-size: 14px;
	}
	.front-advisor-content {
    width: 400px;
}
}
@media screen and (min-width: 1024px) {
	.front-advisor-photo {
    width: 300px;
}
p.front-advisor-catchcopy {
    font-size: 20px;
	margin: 1% 0;
	}
	h3.front-advisor-name {
        font-size: 18px;
	}
    span.span-name {
        font-size: 11px;
	}
	p.front-advisor-text {
    font-size: 12px;
}
}
/* =========================================================
   共通：監修者ブロック（ブログ記事・辞書ページ共通）
   ========================================================= */

/* 監修者ブロック全体の余白 */
.article-supervisor-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
}

/* カード本体の装飾（角丸・グレー背景） */
.article-supervisor-card {
    background-color: #f7f7f7;
    border-radius: 16px;
    padding: 40px;
}

/* 上部：写真と名前の並び */
.supervisor-header {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* 画像が潰れないように固定 */
.supervisor-photo {
    flex-shrink: 0;
}

.supervisor-photo img {
    width: 120px;
    height: 120px;
    border-radius: 50%; /* 綺麗な円形にする */
    object-fit: cover;
    border: 4px solid #fff; /* 白い枠線 */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08); /* ほんのり影をつける */
}

/* 名前や肩書きのまとまり */
.supervisor-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.supervisor-info .ruby {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    line-height: 1;
}

.supervisor-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    display: flex;
    align-items: baseline;
    gap: 15px;
    color: #333;
}

.supervisor-title {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.supervisor-catch {
    font-size: 15px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

/* 中部：コメント欄 */
.supervisor-comment-box {
    margin-top: 30px;
}

.comment-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdcdc; /* タイトルの下に直線を引く */
}

.comment-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* 下部：「詳細へ」ボタン */
.supervisor-action {
    margin-top: 25px;
    text-align: center; /* センター寄りに配置 */
}

.supervisor-btn {
    display: inline-block;
    background-color: #fff; /* 白背景 */
    color: #333; /* 黒文字 */
    border: 1px solid #333; /* 黒枠 */
    padding: 12px 40px; /* 余白を持たせてボタンらしく */
    font-size: 15px;
    font-weight: bold;
    text-decoration: none; /* デフォルトの下線を消す */
    transition: all 0.3s ease; /* ホバー時のアニメーションを滑らかに */
}

/* ホバー時のアクション（少し背景を黒く反転させてボタンっぽく） */
.supervisor-btn:hover {
    background-color: #333;
    color: #fff;
}

/* スマホ用のレスポンシブ対応 */
@media screen and (max-width: 768px) {
    .article-supervisor-card {
        padding: 25px 20px;
    }
    .supervisor-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .supervisor-name {
        flex-direction: column;
        gap: 6px;
    }
    .supervisor-photo img {
        width: 100px;
        height: 100px;
    }
    .supervisor-action {
        margin-top: 20px;
        text-align: center; /* スマホではタップしやすいように中央寄せ */
    }
    .supervisor-btn {
        width: 100%; /* スマホでは横幅いっぱいに広げる */
        box-sizing: border-box;
    }
}

/* cta */
.p-ctaBand {
	position: relative;
	padding-top: 4.5rem;
	margin-bottom: 5rem;
	background: #F5F7F9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.p-ctaBand__bg {
	position: absolute;
	inset: 0;
}
.p-ctaBand__inner {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 4rem;
	width: 90%;
	margin: 0 auto;
}
.p-ctaBand__copy {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.p-ctaBand__title {
	font-size: 3.2rem;
	text-align: center;
	letter-spacing: .1em;
	text-shadow: 0 2px 6px rgba(0, 0, 0, .16);
	font-weight: 600;
}
.p-ctaBand__lead {
	font-size: 1.8rem;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .16);
	font-weight: 500;
}
.p-ctaBand__actions {
	max-width: 440px;
	display: flex;
	flex-basis: 56rem;
	flex-direction: column;
	gap: 1rem;
	margin: 0 auto;
}
.p-ctaBand__text {
	font-size: 1.8rem;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}
.p-formCta-form__action,
.p-ctaBand__button {
	max-width: 350px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	min-height: 6rem;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: var(--color--pale-pink);
	border-radius: 1rem;
	box-shadow: 0 2px 8px #00000029;
}
.p-ctaBand__button>span {
	width: 2.8rem;
	height: auto;
	inset: 50% 2rem auto auto;
}
.p-ctaBand__bg {
	height: 16rem;

}
.p-ctaBand__bg2 {
	transform: rotate(180deg);
	height: 8rem;
	overflow: hidden;
}
span.item-title2 {
	font-size: 34px;
	font-weight: 500;    
	display: block;
	margin-bottom: 10px;
	line-height: 1.2;
}
.item2 {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
}
.item2 .item-meta {
	padding-top: 40px;
}


@media screen and (min-width: 768px) {
	.p-ctaBand {
		padding: 5rem 0;
		border-bottom: none;
	}
	.p-ctaBand__bg {
		height: 21rem;
		overflow: hidden;
		border-bottom: 1px solid #ddd;
	}

	.p-ctaBand__bg2 {
		display:none;
	}
	.p-ctaBand__inner {
		display: flex;
		gap: 1rem;
		align-items: center;
		justify-content: space-between;
		max-width: 900px;
	}
}

span.wpcf7-list-item.first label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5rem;
	font-size: 1.8rem;
	text-align: center;
	background: transparent;
	border: 1px solid #999;
	border-radius: 1rem;
	transition: .3s;
	width: 10rem;
	max-width: 150px;
}
.p-formCta-form__row label:has(input[type=radio]:checked) {
	color: #fff;
	background: #999;
}
input[type="radio"] {
	margin-right: 10px;
}
.p-formCta-form__row input {
	opacity: 0;
}
.p-formCta-form__row label:has(input[type=radio]:checked):before {
	border-color: #fff;
}
.p-formCta-form__row label:before {
	position: absolute;
	inset: 50% auto auto 1rem;
	width: 1.5rem;
	height: auto;
	aspect-ratio: 1;
	content: "";
	border: solid .2rem #999;
	border-radius: 50%;
	translate: 0 -50%;
	transition: .3s;
}
.wpcf7-list-item.last label {
	width: 10rem;
	max-width: 150px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5rem;
	font-size: 1.8rem;
	text-align: center;
	background: transparent;
	border: 1px solid #999;
	border-radius: 1rem;
	transition: .3s;
}
.p-ctaBand__bg .span.wpcf7-list-item.last label {
	width: 10rem;
	min-height: 5rem;
}
#form-cta .p-formCta__form {
	max-width: 700px;
}
#form-cta.p-formCta {
	position: relative;
}
section#form-cta .p-ctaBand__bg {
	z-index: -1;
	border: none;
	height: 100%;
}
.p-formCta .p-ctaBand__bg2 {
	width: 100% !important;
	z-index: -1;
	position: absolute;
	bottom: 0;
	right: 0;
}
span.wpcf7-form-control.wpcf7-radio.c-form-radio {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

/* TOP-new */
.top-new-wrapper {
    background-image: url(https://test9.wp.cafelatte.jp/wp-content/themes/with-r_test/assets/img/th-mv.webp);
    background-size: cover;
    width: 100%;
    height: 30rem;
    background-repeat: no-repeat;
}

/*category*/
.advisor-name {
	line-height: 1.5;
    width: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.advisor-name::after {
display: none;
}

.no-border {
	background: none!important;
    border: none!important;
    box-shadow: none!important;
}
a.front-advisor-card.no-border {
    width: 100%;
    text-align: left;
}
.no-border .front-advisor-photo {
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .advisor-name {
        font-size: 22px;
    }
}
@media screen and (min-width: 1024px) {
    .swiper-wrapper {
    right: -50%;
}
}
.cat-width .c-main-aside {
	max-width: unset;
}

.cat-wrap {
	max-width: 1100px;
	margin: 0 auto 3rem auto;
}

.cat-space {
	padding-left: 3%;
}

@media screen and (min-width: 1440px) {
.cat-space {
    padding-left: 0;
}
}
.swiper {
	width: 100%;
	max-width: 1100px;
}
.swiper-slide {
	height: auto;
}
.swiper-pagination {
	bottom: -5px !important;
}
.swiper {
	position: relative;
	padding-bottom: 30px;
	width: 100vw;
}
.js-article-slider,
.js-category-slider {
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  align-items: flex-start;
}

.swiper-slide {
  height: auto;
	width: auto;
}
.swiper {
  overflow: visible;
}
.js-category-slider .swiper-button-prev::after,
.js-category-slider .swiper-button-next::after {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.js-category-slider {
	position: relative;
	padding-bottom: 60px;
}

.js-category-slider .swiper-button-prev,
.js-category-slider .swiper-button-next {
	top: auto;
	bottom: 0;
	transform: none;
}
.js-category-slider .swiper-button-prev,
.js-category-slider .swiper-button-next {
	position: absolute;
}

.js-category-slider .swiper-button-prev {
	left: 30%;
}

.js-category-slider .swiper-button-next {
	right: 30%;
}

.c-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
}

.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
	position: unset;
}

/* =======================================
   keyword
   ======================================= */
:root {
    --color-main: #222;
    --color-text: #333;
    --color-yellow: #FFD708;
    --color-gray: #434343;
       --color--pale-pink: #f78da7;
}
.keyword-page-wrap {
    padding-top: 0;
}

.keyword-maintitle {
    background: url(../img/cate-main.webp) ;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    color: #555;
    height: 25rem;
    margin: 0 0 6rem;
        padding-top: 5rem;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
	width: 100vw;
    position: relative;
    right: 50%;
        transform: translateX(50%);
}

.keyword-maintitle span {
	width: 100%;
	display: block;
	line-height: 2;
	text-shadow: 1px 1px 1px #999;
}
.keyword-maintitle span.cat-span {
    font-size: 1rem;
	width: 100%;
	display: block;
}

.keyword-maintitle .bg {
    display: inline-block;
    padding: 0.8rem 2rem 1rem 3.2rem;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1;
    border-radius: 30px;
    margin: 0 1rem 0 0;
    letter-spacing: 0.05em;
    position: relative;
}

.keyword-maintitle .bg::after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #FFCED9;
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.pager {
    margin: 8rem auto 0;
}

.screen-reader-text {
    display: none;
}

.pager .nav-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.page-numbers {
    display: inline-block;
    text-align: center;
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.2em 0.8rem rgba(0, 0, 0, 0.2);
}

.page-numbers.current {
    background: var(--color-main);
    color: #fff;
}

.page-numbers.dots {
    display: none;
}

.page-numbers.prev,
.page-numbers.next {
    background: #fff url(../img/article/btn-arw-right.svg) no-repeat center;
    background-size: 30% auto;
    position: absolute;
    right: -8rem;
    top: 0;
}

.page-numbers.prev {
    background-image: url(../img/article/btn-arw-left.svg);
    right: auto;
    left: -8rem;
}

@media screen and (max-width:750px) {
    .keyword-maintitle {
        font-size: 2.8rem;
        width: 100vw;
        height: 20rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 0 4rem;
    }

    .keyword-maintitle .bg {
        display: block;
        width: fit-content;
        margin: 0 auto 0.5rem;
        font-size: 2.1rem;
    }

    .pager {
        margin: 6rem auto 0;
    }

    .pager .nav-links {
        gap: 1.5rem;
    }

    .page-numbers {
        width: 3.8rem;
        height: 3.8rem;
        line-height: 3.6rem;
    }

    .page-numbers.next {
        right: -6.5rem;
    }

    .page-numbers.prev {
        left: -6.5rem;
    }
}


@media screen and (min-width: 1024px) {
    .keyword-maintitle {
		background-position: top;
        padding-top: 0;
	}
}

@media screen and (min-width: 1500px) {
    .keyword-maintitle {
        min-height: 350px;
	}
}
.c-keyword-chara-img {
    width: 120px;
    height: auto;
}

/* =======================================
   page
   ======================================= */
@charset "UTF-8";
body {
  text-align: center;
  width: 100%;
  color: #333;
}

:root {
    --color-main: #222;
    --color-text: #333;
    --color-yellow: #FFD708;
    --color-gray: #434343;
        --color--pale-pink: #f78da7;
}
a {
  text-decoration: none;
  color: #333;
}
section.wapper {
    width: 100%;
    overflow-x: hidden;
}
.page-numbers {
	width: 3.3rem;
	height: 3.3rem;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
.page-numbers {
    width: 3.8rem;
    height: 3.8rem;
}
}
.page-numbers.dots {
  display: block!important;
}
main.yougo-main {
	padding-top: 50px;
    position: relative;
    display: column;
    width: 100%;
	overflow-x: hidden;
}
.yougo {
  margin: 5% auto 0 auto;
  width: 100%;
  max-width: 760px;
  text-align: left;
	padding: 0 2%;
	overflow-x: visible;
}
@media screen and (min-width: 768px) {
  .yougo {
    font-size: 32px;
	  flex: 1;
	  margin: 5% 0 0 auto;
  }
}
h1.yougo-ttl {
	width: 100%;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 600;
	padding-left: 5%;
    color: #333;
}
span.small-ttl {
    display: inline !important;
    font-size: 24px !important;
}

h1.yougo-ttl span {
	width: 100%;
	display: block;
    font-size: 16px;
    font-weight: 600;
	text-align: center;
    color: #0164E3;
}
span.reading {
    font-size: 14px;
    font-weight: 600;
}

.yougo-img {
    width: 160px;
    height: auto;
    margin: 0 auto;
}
.yougo-subttl {
	width: 240px;
	height: 30px;
	background-color: #0164E3;
	align-items: center;
    display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.yougo-link {
  font-size: 20px;
  margin-bottom: 5%;
}

.yougo-link:hover {
  transform: scale(1.05);
}

main.yougo li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
}
.yougo-content-inner {
    width: 240px;
    margin: 0 auto;
}
main.yougo li i {
  border: 1px solid #007bff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
ul.yougo-list {
    margin: 15px 0 50px 0;
	text-align: left;
    column-width: 130px;
    column-gap: 5px;
    height: 750px;
    overflow: hidden;
}
ul.yougo-list li {
    height: 40px;
    width: 180px;
}
ul.yougo-list li a {
     color: #0164E3;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
}
.yougo-title {
 font-size: 42px;
	font-weight: 600;
	line-height: 1;
}
h1.yougo-title span {
    font-size: 18px;
    line-height: 1.2;
	display: block;
}
h2.yougo-sgttl span {
    display: block;
    font-size: 1.5rem;
}
.yougo-content {
  margin: 10% auto;
  width: 100%;
}
.yougo-sgcontent {
  margin: 10% auto;
  width: 100%;
}
.yougo-sgcontent h2 {
    font-weight: 500;
    font-size: 22px;
	padding-bottom: 5px;
}
.yougo-content p {
  font-size: 16px;
}
h2.yougo-sgttl {
	margin-right: auto;
    font-weight: 600;
    padding: 5% 0;
    font-size: 24px;
}
.yougo-sgcontent hr {
    padding-bottom: 5%;
}
.yougo-single {
    margin-bottom: 100px;
	letter-spacing: 0.02em;
}
.yougo-single p {
    font-weight: 500;
	margin-bottom: 30px;
	font-size: 15px;
}

@media screen and (min-width: 1024px) {
	main.yougo-main {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
		width: 100%;
		padding: 50px 0 0 0;
		margin:0 auto;
}
	span.small-ttl {
    font-size: 32px !important;
}
	
}
@media screen and (min-width: 768px) {
    .yougo-title {
        font-size: 64px;
    }
	h1.yougo-title span {
    font-size: 22px;
}span.reading {
    font-size: 16px;
}
	ul.yougo-list {
    column-width: 250px;
	}

ul.yougo-list li {
    line-height: 0.25;
	width: 250px;
}
	.yougo-content-inner {
    margin: 0 auto;
}
	
	h2.yougo-sgttl {
    margin-right: auto;
    font-weight: 600;
    padding: 3% 0;
}

.yougo {
    flex: 1; 
    max-width: 760px;
}
	h2.c-border-caption {
    width: 350px;
    margin: 0 auto 2.4rem auto;
}
a.supervisor-btn {
    width: 350px;
    margin: 0 auto;
}
	
	}

input[type=text] {
    border: 1px solid #333;
    border-radius: 10px;
    width: 200px;
    height: 30px;
    padding-left: 2%;
    font-size: 16px;
}

button, [type=button], [type=reset], [type=submit] {
    font-size: 24px;
}

.front-advisor {
    margin: 10% auto;
}

.front-advisor-list {
    margin: 10% auto;
    width: 90%;
}
@media screen and (min-width: 768px) {
    .front-advisor-list {
    margin: 0 auto 10% auto;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
    }
}
.front-advisor-card {
	display: block;
    border: 1px solid #ddd;
    padding: 5%;
    border-radius: 10px;
	width: 280px;
    margin: 0 auto 5% auto;
    box-shadow: 0 1.4rem 1.4rem rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.front-advisor-photo {
    width: 180px;
    margin: 0 auto;
    border-radius: 20px;
    height: auto;
    aspect-ratio: 160 / 180;
}
.advisor-single-card {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
.front-advisor-card {
    padding: 2%;
    width: 200px;
    margin: 0 auto 5% auto;
}
.front-advisor-photo {
    width: 150px;
}
}
.front-advisor-photo img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 160 / 170;
    border-radius: 10px;
}
.front-advisor-name {
  text-align: left;
  font-size: 16px;
  padding: 3% 0 5% 20px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.front-advisor-name::before {
  display: inline-block;
  position: absolute;
  content: "●";
  color: #FFCED9;
  font-size: 10px;
  left: 0;
}
.front-advisor-catchcopy {
  text-align: left;
  font-size: 16px;
  margin: 5% auto;
}
.front-advisor-more {
	margin: 0 auto;
}
.front-advisor-more a {
  width: 270px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color--pale-pink);
  color: #fff;
  font-weight: Bold;
  font-size: 18px;
  letter-spacing: 16%;
  text-align: center;
  box-shadow: 0px 3.23px 14.52px 0px rgba(0, 0, 0, 0.2509803922);
  margin: 0 auto 5% auto;
}

.advisor {
  background-color: #fff0f4;
  padding: 10% 0;
}
.advisor-ttl {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .advisor-ttl {
    font-size: 32px;
  }
}
.advisor-photo {
	border-radius: 50%;
      width: auto;
    height: auto;
    max-width: 120px;
  aspect-ratio: 1;
  margin: 0 auto;
}
.advisor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.advisor-card {
	position: relative;
  width: 90%;
  margin: 5% auto;
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  padding: 3%;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5%;
}
.advisor-card::after {
    content: "";
    width: 17px;
    height: 11px;
    background: url(../img/article/btn-arw-bottom-bl.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 1rem;
    top: 53%;
    transform: translateY(-50%) rotate(-90deg);
}
.advisor-inner {
  text-align: left;
  width: 80%;
	padding-right: 5%;
}
.advisor-catchcopy {
  font-size: 18px;
  color: #f78da7;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .advisor-catchcopy {
    font-size: 24px;
  }
}
.advisor-name {
  font-weight: bold;
  font-size: 18px;
  padding: 2% 0;
}
@media screen and (min-width: 1024px) {
  .advisor-name {
	  font-size: 26px;
	  padding: 3% 0;
    }
	.advisor-inner {
    padding-right: 3%;
}
}

.advisor-link {
  border-radius: 10px;
  font-size: 14px;
  margin: 3% 0;
  border: 1px solid #333;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advisor-single-list {
  width: 100%;
  margin: 5% auto;
}
.advisor-single-contain {
  gap: 5%;
  margin: 10% auto;
}
.advisor-single-contain-photo {
	overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
    border: 1px solid #ddd;
    width: 150px;
    height: 150px;
}

.advisor-single-contain-photo img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

@media screen and (min-width: 768px) {
	.advisor-single-response {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 5%;
	}
	.advisor-single-response-inner {
		flex: 1;
	}
}
@media screen and (min-width: 1024px) {
	.advisor-single-contain-photo {
    width: 200px;
    height: 200px;
}
}
.advisor-text {
	font-size: 14px;
}
div.advisor-single-contain-block {
    margin-bottom: 3rem;
}
.advisor-single-contain-card {
  width: 90%;
  margin: 0 auto;
}
.advisor-single-contain-inner {
  text-align: left;
  width: 100%;
  margin: 5% auto;
}
p.advisor-single-contain-block {
    font-weight: 600;
    font-size: 21px;
    color: #0164E3;
    box-shadow: 2px 2px 2px #ccc;
    background-color: #fff;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.advisor-block-text {
    font-size: 16px;
    margin: 5% auto;
    width: 90%;
}
.advisor-single-contain-inner-catchcopy {
  font-size: 20px;
  color: var(--color--pale-pink);
    text-shadow: 1px 1px 1px #999;
  font-weight: bold;
    margin: 5% auto 3% auto;
}

p.advisor-single-contain-inner-catchcopy .mb {
    display: none;
}
.advisor-single-contain-inner-name {
  font-weight: bold;
  font-size: 32px;
  padding: 2% 0;
	line-height: 1.1;
}
.advisor-single-contain-inner-name .span-name {
	display: block;
  font-weight: normal;
  font-size: 14px;
    color: #333;
    text-align: left;
    text-shadow: none;
	line-height: 1.2;
}
.advisor-single-section {
  margin: 5% auto;
  text-align: left;
  font-size: 16px;
}
.advisor-single-section h3 {
  padding-left: 5%;
  border-left: 6px solid #0165e3;
  border-bottom: 1px solid #0165e3;
  margin: 5% 0;
  font-size: 20px;
}
.advisor-single-link {
    display: block;
    background: #FF9900;
    color: #fff;
    text-align: center;
    border-radius: 5rem;
    height: 4.8rem;
    line-height: 4.6rem;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-shadow: 0 0.32rem 1.45rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
    padding: 0 4.8rem;
}
.advisor-single-link i {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .advisor-link {
    font-size: 18px;
    width: 120px;
    height: 30px;
  }
.advisor-single-contain-photo img {
    height: 200px;
}
	aside.c-aside {
    margin: 0 auto 0 0;
}
}
p.advisor-single-contain-inner-catchcopy .sp {
    display: none !important;
}
.related-posts {
    margin: 100px auto 0 auto;
}
a.related-item {
	box-shadow: 0 1.4rem 1.4rem rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    display: block;
    margin: 0 auto 5% auto;
	width: 345px;
}
a.related-item img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 150px;
    object-fit: cover;
}
/*
.c-article-ttl {
	height: 90px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 1.8rem 0 0;
}*/
time.c-article-date {
    font-size: 1.2rem;
    color: #9b9b9b;
    letter-spacing: .04em;
}
h3.c-article-ttl {
    width: calc(100% - 1.2rem);
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 0;
    text-align: left;
    font-size: 1.6rem;
}
.c-article-date-ttl {
        min-height: 80px;
    padding-bottom: 2%;
}
.c-border-caption {
	font-size: 2.2rem;
	text-align: center;
}
.c-border-caption .en {
    display: block;
    font-size: 0.57em;
    color: var(--color--pale-pink);
    margin: 14px auto 0;
}
.c-article-keyword-item {
    font-size: 14px;
}
.c-article-date .date {
    font-size: 36px;
}
.c-article-keyword {
    height: auto;
    margin: 2rem 0;
}

@media screen and (min-width: 768px) {
.related-posts-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1%;
}
	a.related-item {
	width: 310px;
}
	.l-footer__bottom .c-header-menu-list-item a {
    font-size: 1.1rem;
	}
.l-section.c-keyword-wrap.c-bg-grad::before {
    width: 120vw;
    transform: translateX(-55%);
}
}

/*ranking*/
	.ranking {
		padding-top: 100px;
	}
	.p-hero__title {
    font-size: 3rem;
	}
	.ranking-title {
    font-size: 24px;
    text-align: center;
		font-weight: 600;
	}
	.ranking-title span{
    font-size: 14px;
		color: var(--color--pale-pink);
		text-shadow: 1px 1px 1px #CCC;
    display: block;
    text-align: center;
	}
@media screen and (min-width: 768px) {
	.ranking-title {
    font-size: 32px;
	}
	.ranking-title span{
    font-size: 16px;
	}
	}

.ranking-inner .item {
    border: 1px solid #ddd;
    margin-bottom: 3%;
	border-radius: 5px;
	position: relative;
}
	
.item-large {
	width: 100%;
	height: auto;
    max-width: 445px;
    aspect-ratio: 340 / 250;
    background-color: #fff;
}
.item-large .ranking-image {
    height: 70%;
    overflow: hidden;
}
.ranking-image img {
	border-radius: 5px 5px 0 0;
}
.item-meta .item-title {
    font-weight: 700;
    height: 45px;
    display: block;
}
.item-large .item-title {
    font-size: 15px;
}
.item-large p.item-excerpt {
    font-size: 13px;
}
a.item-link-wrapper {
    text-decoration: none;
}
.item-small {
        width: 16.5rem;
    max-width: 218px;
    height: auto;
    aspect-ratio: 160 / 170;
    background-color: #fff;
}
	.category-ranking {
    display: flex;
    width: 100%;
    height: 300px;
}
.category-inner-ranking .item {
    border: 1px solid #ddd;
    margin-bottom: 3%;
    border-radius: 5px;
    background: #FFF;
}
.category-inner-ranking .item .ranking-image {
    height: 120px;
    overflow: hidden;
}
.category-inner-ranking .item .ranking-image img {
object-fit: cover;
	width: 100%;
	height: 120px;
	border-radius: 5px 5px 0 0;
}
	.item-small {
    width: 34rem;
	height: 240px;
}
.item-small.ranking-image {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.item-small.ranking-image img {
    object-fit: cover !important;
	border-radius: 5px 5px 0 0;
	height: 120px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.item-large {
	width: 35rem;
	height: 300px;
	}
	.item-small {
    width: 17rem;
    height: 240px;
}
	.item-large .ranking-image {
    height: auto;
    max-height: 170px;
	}
	.item-meta .item-title {
    height: 55px;
	}
	}
	.ranking-inner .item a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
	.ranking-inner {
    width: 95%;
    max-width: 900px;
    margin: 8% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
		gap: 1%;
}
	span.rank {
		z-index: 10;
	font-size: 16px;
    position: absolute;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.item-meta {
    padding: 1% 2%;
	font-size: 12px;
	text-align: left;
}
	span.item-date {
    font-size: 10px;
}
	span.ranking-date {
    color: unset;
}
	.ranking-block {
    margin: 50px 2% auto 0;
}
	a.item-link-wrapper .item {
    position: relative;
}
	.category-inner {
		margin: 5% 0;
        border-bottom: 2px solid #ddd;
    padding-bottom: 3%;
    display: flex;
    overflow-x: auto;
}
h2.ranking-title2 {
    width: 160px;
    font-size: 16px;
	text-align: left;
}
	h2.ranking-title2 span {
		width: 100%;
    font-size: 20px;
    display: block;
    font-weight: 600;
}
	a.ranking-link {
		font-size: 13px;
    line-height: 1;
		margin-top: 50px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
        text-align: center;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: 40px;
}
	section.ranking-category {
    margin-left: 5%;
}
	.category-ranking {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
	margin: 5% 0 5% 3%;
		border-bottom: 1px solid #ccc;
}
	.category-inner-ranking {
    margin-right: 2%;
}
@media screen and (min-width: 1024px) {
	.category-ranking {
    margin: 5% auto 5% auto;
    max-width: 1200px;
}
.item-large {
    width: 70rem;
}
    .item-small {
        width: 22rem;
}
	.l-section.c-keyword-wrap.c-bg-grad::before {
        width: 200vw;
	}
}

/* ranking-cta*/
.p-ctaBand {
    position: relative;
    padding: 0!important;
    margin-bottom: 5rem;
	background: #F5F7F9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.p-ctaBand__bg {
    position: absolute;
    inset: 0;
}
.p-ctaBand__inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4rem;
    width: 90%;
	height: 26rem;
    margin: 0 auto;
}
.p-ctaBand__copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.p-ctaBand__title {
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: .1em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .16);
	font-weight: 600;
}
.p-ctaBand__lead {
    font-size: 1.8rem;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .16);
	font-weight: 500;
}
.p-ctaBand__actions {
	max-width: 440px;
    display: flex;
    flex-basis: 56rem;
    flex-direction: column;
    gap: 1rem;
	margin: 0 auto;
}
.p-ctaBand__text {
    font-size: 1.8rem;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}
.p-formCta-form__action,
.p-ctaBand__button {
	max-width: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    min-height: 6rem;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: var(--color--pale-pink);
    border-radius: 1rem;
    box-shadow: 0 2px 8px #00000029;
}
.p-ctaBand__button>span {
    width: 2.8rem;
    height: auto;
    inset: 50% 2rem auto auto;
}
.p-ctaBand__bg {
	height: 16rem;
	
}
.p-ctaBand__bg2 {
    transform: rotate(180deg);
	height: 8rem;
    overflow: hidden;
}
span.item-title2 {
    font-size: 32px;
    font-weight: 500;    
	display: block;
    margin-bottom: 10px;
	line-height: 1.2;
}
.item2 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
	position: relative;
}
.item2 .item-meta {
    padding-top: 40px;
}


@media screen and (min-width: 768px) {
	.p-ctaBand {
    padding: 5rem 0;
	border-bottom: none;
	}
.p-ctaBand__bg {
	height: 21rem;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.p-ctaBand__bg2 {
	display:none;
}
    .p-ctaBand__inner {
        display: flex;
        gap: 1rem;
        align-items: center;
        justify-content: space-between;
		max-width: 900px;
		height: 21rem;
    }
}

span.wpcf7-list-item.first label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
    font-size: 1.8rem;
    text-align: center;
    background: transparent;
    border: 1px solid #999;
    border-radius: 1rem;
    transition: .3s;
	width: 10rem;
    max-width: 150px;
}
.p-formCta-form__row label:has(input[type=radio]:checked) {
    color: #fff;
    background: #999;
}
input[type="radio"] {
    margin-right: 10px;
}
.p-formCta-form__row input {
    opacity: 0;
}
.p-formCta-form__row label:has(input[type=radio]:checked):before {
    border-color: #fff;
}
.p-formCta-form__row label:before {
    position: absolute;
    inset: 50% auto auto 1rem;
    width: 1.5rem;
    height: auto;
    aspect-ratio: 1;
    content: "";
    border: solid .2rem #999;
    border-radius: 50%;
    translate: 0 -50%;
    transition: .3s;
}
span.wpcf7-list-item.last label {
	width: 10rem;
    max-width: 150px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
    font-size: 1.8rem;
    text-align: center;
    background: transparent;
    border: 1px solid #999;
    border-radius: 1rem;
    transition: .3s;
}
#form-cta .p-formCta__form {
    max-width: 700px;
}
#form-cta.p-formCta {
    position: relative;
}
section#form-cta .p-ctaBand__bg {
    z-index: -1;
    border: none;
    height: 100%;
}
.p-formCta .p-ctaBand__bg2 {
    width: 100% !important;
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
}
/**/
a.wpcf7-form-control {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color--pale-pink);
    color: #fff;
    height: 5rem;
    line-height: 4rem;
    border-radius: 6px;
    font-weight: 700;
    padding: 0 3.1rem 0 3.6rem;
    letter-spacing: 0.14rem;
    margin: 50px auto 0 auto;
	max-width: 400px;
}

span.wpcf7-list-item.first {
    margin: 0;
}

/*ranking-end*/

/* =======================================
   top-new
   ======================================= */
.c-main {
	padding:0;
}
.c-main-aside {
	max-width: 1440px;
}
section.mv-wrap {
	width: 100%;
	padding: 3.5rem 0 0 10px;
}
span.mv-main-ttl {
	transform: none;
}
p.mv-en-txt {
	font-size: 14px;
	text-align: left;
	color: #333;
	padding: 1% 2%;
	font-weight: 600;
}

span.bl {
    font-size: 3.5rem;
}
.l-inner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
ul.c-category-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	padding: 1rem 0rem;
    width: auto;
    margin: 0 auto;
}
.c-category-list li.large-list {
	min-width: 160px;
	width: 50%;
	max-width: 200px;
}
.c-category-list li a {
	background: none;
	box-shadow: none;
	position:relative;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	line-height: 1;
    letter-spacing: 0.01em;
}
.c-category-list li a::after,
.c-category-list li a::before {
	position: absolute;
	width: 1px;
	height: calc(100% - 1.6rem);
	content: "";
	background: #c6c6c6;
	translate: 0 -50%;
}
.c-category-list li a:before {
	inset: 50% auto auto -1px;
}

.c-category-list li a::after {
	inset: 50% 0 auto auto;
}

h2.c-caption {
	text-align: left;
}
.swiper {
	width: 100%;
}
.swiper-slide {
	height: auto;
}
.swiper-pagination {
	bottom: -5px !important;
}
.swiper {
	position: relative;
	padding-bottom: 30px;
	width: 100vw;
}

.c-article-list {
    margin: 50px 0;
}

.c-article-keyword-item {
    font-size: 14px;
}
section.front-advisor {
	max-width: 1200px;
}
/*category*/
.l-inner.space {
    width: 95%;
    margin: 0 auto;
}
.c-category-caption {
	text-align: left;
}
.c-category-caption .txt {
	padding: 0;
}
.c-category-caption::before,
.c-category-caption::after {
	display: none;
}
.ctg.c-btn {
	padding-right: 5%;
}
.l-inner.ctg {
	padding: 5rem 0;
}
.js-article-slider,
.js-category-slider {
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  align-items: flex-start;
}

.swiper-slide {
  height: auto;
	width: auto;
}
.swiper {
  overflow: visible;
}
.js-category-slider .swiper-button-prev::after,
.js-category-slider .swiper-button-next::after {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.js-category-slider {
	position: relative;
	padding-bottom: 60px;
}

.js-category-slider .swiper-button-prev,
.js-category-slider .swiper-button-next {
	top: auto;
	bottom: 0;
	transform: none;
}
.js-category-slider .swiper-button-prev,
.js-category-slider .swiper-button-next {
	position: absolute;
}

.js-category-slider .swiper-button-prev {
	left: 30%;
}

.js-category-slider .swiper-button-next {
	right: 30%;
}

@media screen and (min-width: 768px) {
span.mv-main-ttl {
    width: 100%;
}
	span.bl {
    font-size: 9rem;
}
	p.mv-en-txt {
    font-size: 2.5rem;
		max-width: 1400px;
    margin: 0 auto;
	}
	.top-new-wrapper {
height: 50rem;
}
	.c-article-list-item {
		width: 340px;
		max-width: 100%;
	}
	ul.c-category-list {
	justify-content: center;
	}
	.c-category-list li.large-list {
    width: 20rem;
    max-width: 245px;
}
	.c-category-list li a {
    font-size: 2rem;
}
	.c-category-list li.large-list {
	min-width: 160px;
	width: calc(100% / 3);
}
}

@media screen and (min-width: 1024px) {
	
    ul.c-category-list {
		padding: 4rem 0 1rem 0;
	}
	section.mv-wrap {
    min-height: 500px;
	}
	h1.mv-ttl {
    max-width: 1400px;
    margin: 0 auto;
	}
	
	.c-category-list li.large-list {
    width: 28rem;
}
	.c-category-list li a {
    font-size: 2rem;
    width: 28rem;
		max-width: 245px;
}
}

.related-item .c-article-txt {
    height: auto;
    min-height: 130px;
}

@media screen and (min-width: 1440px) {
	    section.mv-wrap {
        min-height: 700px;
			padding-top: 15rem;
    }
.top-new-wrapper {
	    background-size: 80%;
    background-position: top;
	width: 50rem;
	max-height:700px;
}
}
/* =======================================
   ここまでメディアTOP新規作成時
   ======================================= */