@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..700&display=swap');

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.14rem;
    font-weight: 400;
    background: #fff;
    color: #292929;
}

body.open {
    overflow: hidden;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

main {
    position: relative;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* span {
    display: inline-block;
} */

picture {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

.u-en {
    font-family: "Outfit", sans-serif;
}

.u-green {
    color: #29a960;
}

.u-orange {
    color: #ff6633;
}

.u-yellow {
    color: #fdf33c;
}

.u-marker {
    background: linear-gradient(transparent 60%, #fdf33c 60%);
}

.u-asterisk {
    position: relative;
    font-size: 0.6rem;
    font-weight: 500;
}

.u-asterisk::after {
    content: "※";
    width: 1em;
    height: 1em;
    font-size: 0.6rem;
    position: absolute;
    right: 0;
    top: -0.65em;
    text-indent: 0;
    line-height: 1;
}

.u-mb0 {
    margin-bottom: 0 !important;
}

.u-mb60 {
    margin-bottom: 6rem !important;
}



.anchor {
    display: block;
    width: 0;
    height: 0;
    position: relative;
    top: -4rem;
}

.sp,
.spbr {
    display: none !important;
}

.pc {
    display: block !important;
}

.pcbr {
    display: inline !important;
}


@media screen and (min-width:751px) and (max-width:1100px) {
    body {
        width: 1100px;
    }
}

@media screen and (min-width:750px) {
    a {
        transition: opacity .4s 0s cubic-bezier(.44, .14, .09, 1.02);
    }

    a:hover {
        opacity: .7;
    }
}

@media screen and (max-width:750px) {
    html {
        font-size: calc(100vw*(10/375));
    }

    .sp {
        display: block !important;
    }

    .spbr {
        display: inline !important;
    }

    .pc,
    .pcbr {
        display: none !important;
    }

    .anchor {
        top: -7rem;
    }
}

/*==========================
       c-header
==========================*/
.c-header {
    height: 6rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 21px rgba(0, 0, 0, 0.25);
    z-index: 100;
}

.c-header__left {
    position: absolute;
    left: 3.1rem;
    top: 50%;
    transform: translateY(-50%);
}

.c-header__logo {
    max-width: 12.6rem;
}

.c-header-button {
    position: absolute;
    /* right: 10.5rem; */
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 21.3rem;
}

.c-header-button a {
    display: block;
    position: relative;
    background: #FF9900;
    color: #fff;
    height: 4rem;
    line-height: 4rem;
    border-radius: 6px;
    font-weight: 700;
    padding: 0 3.1rem;
    letter-spacing: 0.14rem;
}

.c-header-button a::after {
    content: "";
    width: 17px;
    height: 11px;
    background: url(../img/article/btn-arw-bottom-wh.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 30px;
    top: 53%;
    transform: translateY(-50%);
}

.c-header-menubtn {
    width: 3.5rem;
    position: absolute;
    right: 4.2rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.c-header-menubtn:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.c-header-menubtn span {
    display: block;
    height: 4px;
    margin: 0 0 6px;
    background: #1B4466;
    border-radius: 6px;
}

.c-header-menubtn span:last-child {
    margin: 0;
}

.c-header-menu {
    /* display: none; */
    width: 34rem;
    position: fixed;
    right: -35rem;
    top: 0;
    height: 100vh;
    transition: 0.3s;
    background: #fff;
    min-height: 10rem;
    overflow-y: auto;
}

.open .c-header-menu {
    display: block;
    right: 0;
    box-shadow: 0 4px 21px rgba(0, 0, 0, 0.25);
}

.c-header-menu-close {
    width: 19px;
    position: absolute;
    top: 18px;
    right: 14px;
    cursor: pointer;
}

/* .c-header-menu::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    z-index: -1;
    pointer-events: none;
    transition:
        -webkit-backdrop-filter 0.3s ease,
        backdrop-filter 0.3s ease;
}

.open .c-header-menu::before {
    background: rgba(255, 255, 255, 0.18);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
} */


.c-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    pointer-events: none;
    transition:
        -webkit-backdrop-filter 0.3s ease,
        backdrop-filter 0.3s ease;
}

.open .c-overlay {
    background: rgba(255, 255, 255, 0.18);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    pointer-events: auto;
}


.c-header-menu-close span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(90deg) translate(-50%, -50%);
}

.c-header-menu-about {
    background: #fff;
    padding: 5.8rem 2.5rem 4.4rem;
    height: 50%;
    /* min-height: 44rem;  各ページ実装後*/
    min-height: 40rem;
}

.c-header-menu-article {
    background: #0164E3;
    color: #fff;
    padding: 5rem 2.5rem 4.4rem;
    height: 50%;
    min-height: 44rem;
}

.c-header-menu-ttl {
    margin: 0 0 1rem;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.11em;
}

.c-header-menu-about .c-header-menu-ttl {
    font-size: 1.6rem;
}

.c-header-menu-ttl .logo {
    display: inline-block;
    width: 12.8rem;
    margin: 0 0.4rem 0 0;
    line-height: 1;
    vertical-align: -0.7rem;
}

.c-header-menu-ttl .icon {
    display: inline-block;
    width: 1.8rem;
    margin: 0 1rem 0 0;
    line-height: 1;
}

.c-header-menu-list-item a {
    display: block;
    height: 5.1rem;
    padding: 2.3rem 2rem 1.2rem 0;
    font-size: 1.5rem;
    letter-spacing: 0.11em;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid rgba(1, 100, 227, 0.5);
    line-height: 1;
}

.c-header-menu-list-item a::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/article/btn-ccl-arw.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0.3rem;
    bottom: 0.8rem;
}

.c-header-menu-article .c-header-menu-list-item a {
    border-color: rgba(255, 255, 255, 0.5);
}

.c-header-menu-article .c-header-menu-list-item a::after {
    width: 15px;
    height: 18px;
    background-image: url(../img/article/icn-doc.svg);
}

@media screen and (max-width:750px) {
    .c-header {
        height: 5rem;
    }

    .c-header__left {
        left: 1rem;
    }

    .c-header-menu {
        width: 28rem;
    }

    .c-header-menubtn {
        width: 3.5rem;
        right: 1em;
    }

    .c-header-button {
        /* right: 7rem; */
        right: 1rem;
        width: 14.3rem;
    }

    .c-header-button a {
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 1.3rem;
        padding: 0 1.5rem;
    }

    .c-header-button a::after {
        right: 1rem;
        width: 1rem;
        height: 0.8rem;
    }
}

@media screen and (min-width:751px) and (max-height:780px) {

    .c-header-menu-about,
    .c-header-menu-article {
        height: auto;
        min-height: none;
    }
}


/*==========================
       c-header
==========================*/
.c-footer {
    background: #0164E3;
    color: #fff;
    padding: 8rem 0 2rem;
}

.c-footer__logo {
    width: fit-content;
    margin: 0 auto 3rem;
}

.c-footer__logo a {
    display: block;
}

.c-footer-service-bnr {
    width: fit-content;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto 3rem;
}

.c-footer-service-bnr li {
    max-width: 40rem;
}


.c-footer__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto 4rem;
}

.c-footer__copy {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.05em;
}

@media screen and (max-width:750px) {
    .c-footer {
        padding: 6rem 0 2rem;
    }

    .c-footer-service-bnr {
        display: block;
    }

    .c-footer-service-bnr li {
        margin: 0 auto 2rem;
    }

    .c-footer-service-bnr li:last-child {
        margin: 0 auto;
    }

    .c-footer__copy {
        font-size: 1rem;
    }
}


/*==========================
       c-main
==========================*/
.c-main-aside {
    max-width: 1150px;
    margin: 12rem auto 0;
    /* 広告なし*/
    /* margin: 0 auto; 広告あり*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 4rem;
}

.c-main-noaside {
    /* max-width: 950px; */
    margin: 6rem auto 0;
}

.c-main {
    width: 758px;
}

.c-main-noaside .c-main {
    width: 100%;
}

.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:750px) {

    .c-main-aside {
        margin: 7rem auto 0;
        display: block;
    }

    .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;
    }

    /*
    .c-ad-bnr-top-sp.slick-slider .slick-dots {
        bottom: -2rem;
    }

    .c-ad-bnr-top-sp.slick-slider .slick-dots li {
        margin: 0 0.5rem;
        width: 6rem;
        height: 0.3rem;
    }

    .c-ad-bnr-top-sp.slick-slider .slick-dots li button::before {
        width: 6rem;
        height: 0.3rem;
        border-radius: 10px;
    }

    .c-ad-bnr-top-sp-item img {
        width: 100%;
    }

    .c-ad-bnr-top-sp.slick-slider .slick-list {
        padding-bottom: 2rem !important;
    }*/
}

/*==========================
       article
==========================*/


/*==========================
       aside
==========================*/
.c-aside {
    width: calc(100% - 798px);
    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/article/pop-article-1st.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;
}

.c-article-pop-list li:nth-child(2) a::after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/article/pop-article-2nd.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;
}

.c-article-pop-list li:nth-child(3) a::after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/article/pop-article-3rd.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;
}


.c-article-pop-list li .img {
    width: 18rem;
    aspect-ratio: 16/9;
    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: calc(100% - 19rem);
    letter-spacing: 0.11em;
    font-weight: 500;
    line-height: 1.5;
}

.c-aside .c-btn {
    /* margin: 0 0 24rem; */
    margin: 0 0 14rem;
}

.c-aside-keyword-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.c-aside-keyword-list li {
    width: fit-content;
}

.c-aside-keyword-list li a {
    display: block;
    background: #fff;
    border-radius: 30px;
    padding: 0 18px 0 28px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.c-aside-keyword-list li a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFCED9;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:750px) {
    .c-aside {
        display: none;
    }
}

/*==========================
       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: calc(100vw + 20px);
    height: 40rem;
    background: #fff;
    background: linear-gradient(180deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(243, 249, 255, 1) 99%);
    position: absolute;
    bottom: 0;
    left: calc(50% + 196px);
    transform: translateX(-50%);
}

.c-bg-grad .l-inner {
    position: relative;
    z-index: 1;
}

.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: center;
    line-height: 1;
}

.c-caption .en {
    display: block;
    font-size: 0.57em;
    color: #0164E3;
    margin: 14px auto 0;
}

.c-category-caption {
    text-align: center;
    position: relative;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto 10rem;
    letter-spacing: 0.34rem;
}

.c-category-caption::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #292929;
    position: absolute;
    left: 50%;
    bottom: 0.5em;
    transform: translateX(-50%);
}

.c-category-caption .txt {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 3.6rem;
}

.c-category-caption .en {
    display: block;
    background: #FF9900;
    color: #fff;
    width: 13.1rem;
    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 #292929;
    margin: 0 0 2.4rem;
}


.c-btn {
    width: fit-content;
    margin: 5rem auto 0;
}

.c-btn a {
    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;
}

.c-btn .category {
    display: inline-block;
    background: #fff;
    color: #0164E3;
    height: 49%;
    line-height: 1.2;
    padding: 0 0.5rem;
    transform: skew(-12deg, 0deg);
    letter-spacing: 0.1rem;
    font-size: 0.84em;
    margin: 0 1.5rem 0 0;
    vertical-align: 0.2rem;
}

.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 #0164E3;
    background: #fff;
    color: #0164E3;
    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 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.c-category-list li {
    width: calc((100% - 3rem) / 4);
}

.c-category-list li.large-list {
    width: calc((100% - 2rem) / 3);
}

.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: #0164E3;
}

.slick-slider .slick-dots li {
    margin: 0 1rem;
}

.slick-dots>li:first-child:last-child {
    display: none;
}

@media screen and (min-width:751px) and (max-width:1100px) {
    .c-bg-grad::before {
        left: 55%;
        width: 150vw;
    }
}

@media screen and (max-width:750px) {
    .c-bg-grad::before {
        left: 50%;
    }

    .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;
    }

    .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;
    }

    .c-category-caption::before {
        width: 80%;
    }

    .c-caption {
        font-size: 2.4rem;
    }

    .c-category-caption .en {
        width: 11.1rem;
        margin: 0 auto 1.8rem;
    }

    .c-btn-wh a {
        height: 4.1rem;
        line-height: 3.7rem;
    }
}

/*==========================
       c-article
==========================*/
/*article-list*/
.c-article-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.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;
}

.c-article-img {
    aspect-ratio: 446 / 177;
    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;
    top: 2rem;
    left: 2rem;
    z-index: 1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.c-article-img .category .arw {
    line-height: 1;
    display: inline-block;
    margin: 0 0 0 6px;
    width: 14px;
    vertical-align: -0.2rem;
}

.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;
}

.c-article-date-ttl {
    display: flex;
    justify-content: flex-start;
    gap: 1.2rem;
}

.c-article-date {
    width: 4.6rem;
    background: #0164E3;
    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: 1.8rem 0 0;
}

.c-article-keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 2rem 0 0;
}

.c-article-keyword-item {
    width: fit-content;
    padding: 0 1.7rem 0 2.8rem;
    height: 2.3rem;
    line-height: 2.1rem;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.14rem;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.c-article-keyword-item::before {
    display: block;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #FFCED9;
}

/*人気記事*/
.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/article/pop-article-1st.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.8rem;
    left: -1.8rem;
    z-index: 1;
}

.c-article-list-item.pop-2nd a::after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/article/pop-article-2nd.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.8rem;
    left: -1.8rem;
    z-index: 1;
}

.c-article-list-item.pop-3rd a::after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/article/pop-article-3rd.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.8rem;
    left: -1.8rem;
    z-index: 1;
}

.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 0 3rem;
    }

    .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;
    }

    .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
==========================*/
.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-list {
    margin: 0 0 12rem;
}

.c-reason-list-item {
    position: relative;
    background: #0164E3;
    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: #0164E3;
    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: #0164E3;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    background: #fff;
    border: 2px solid #0164E3;
    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: #FF9900;
    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: #0164E3;
    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 rgba(1, 100, 227, 0.7);
    position: absolute;
    top: 0;
    left: 2rem;
}

.c-flow-list-item {
    margin: 0 0 6.4rem;
    position: relative;
}

.c-flow-list-item:last-child {
    margin: 0;
}

.c-flow-list-cap {
    font-size: 2.4rem;
    /*letter-spacing: 0.14rem;*/
    color: #0164E3;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 1.2rem;
}

.c-flow-list-cap .step {
    display: inline-block;
    background: #FF9900;
    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: #0164E3;
    color: #fff;
    line-height: 2;
    padding: 2rem 3rem;
    font-weight: 500;
    border-radius: 10px;
}

.c-flow-list-num {
    width: 4rem;
    height: 4rem;
    border: 2px solid #0164E3;
    text-align: center;
    line-height: 3.4rem;
    position: absolute;
    top: -2rem;
    left: -6.2rem;
    color: #0164E3;
    border-radius: 50%;
    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: 3rem;
        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;
    }


}




/*===========================================================================*/
/*  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: #0164E3;
    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: #0164E3;
}

.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: #292c41;
    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: #ff6633;
}

.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: #909498;
    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: #ff6633 solid .2rem;
    color: #ff6633;
}

.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: #ff6633 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: #0065d1 !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: #ff6633;
    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;
    }
}