@charset "UTF-8";

/*
Theme Name: TEKO様
Theme URI: /wp-content/themes/teko
Author URI:
Version: 1.0
*/

.grecaptcha-badge { visibility: hidden; }

.wpcf7-spinner{
    position: absolute!important;
}

.topback {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 99;
}

.topback.is-visible {
    opacity: 1;
    visibility: visible;
}

:root{
    --main-w: 1440;
}

body.no-scroll{
    overflow: hidden;
}

html{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    color: #1C1B1B;
    letter-spacing: 0;
    background-color: #F5F5F5;
}

.minchofonts{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif;
}

.neue-haas-grotesk-display{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: normal;
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

main{
    padding-top: 90px;
}

.top__wrap{
    overflow: hidden;
}

header{
    height: 90px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 30px;
    z-index: 100;
    box-shadow: 0 3px 5px rgba(44,44,44,0.16);
}

.header__wrap{
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header__nav{
    height: 100%;
}

.header__logo{
    width: min(max(144 / var(--main-w) * 100vw,120px), 144px);
    height: auto;
}

.header__nav__menu{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__nav__menu li{
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.header__nav__menu__item{
    display: block;
    font-size: min(max(16 / var(--main-w) * 100vw,12px), 16px);
    font-weight: 400;
}

.header__nav__menu__item--blog{
    position: relative;
}

.header__nav__menu__item--blog::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #1c1b1b;
    border-bottom: 0;
}

.header__nav__menu__modal{
    /* position: fixed;
    top: 90px;
    left: 0; */
    width: 100vw;
    padding: 40px 0;
    background-color: #02327C;
}

/* トリガーとドロップダウンの親 */
.has-mega {
  position: relative;
}

/* ドロップダウン本体（初期は非表示） */
.header__nav__menu__modal {
    position: fixed;
    left: 0;
    top: 90px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s step-end;
    z-index: 1000;
    /* 行内要素の hover を取りこぼさない */
    pointer-events: auto;
}

/* ホバー or フォーカス内にある間は表示 */
.has-mega:hover > .header__nav__menu__modal,
.has-mega:focus-within > .header__nav__menu__modal,
.header__nav__menu__modal.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .15s ease, transform .15s ease, visibility 0s;
}

.header__nav__menu__modal__inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 880px;
    width: 95%;
    gap: 36px 80px;
}

.header__nav__menu__modal__item{
    display: block;
    width: calc(25% - 60px);
}

.header__nav__menu__modal__item__ttl{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 8px;
}

.header__nav__menu__button{
    display: block;
    font-size: min(max(18 / var(--main-w) * 100vw,14px), 18px);
    font-weight: 400;
    color: #fff;
    background-color: #02327C;
    border-radius: 5px;
    line-height: min(max(70 / var(--main-w) * 100vw,50px), 70px);
    text-align: center;
    padding: 0 min(max(40 / var(--main-w) * 100vw,30px), 40px);
    transition: 0.3s;
    margin-left: 20px;
}

.header__nav__menu__button:hover{
    background-color: #C8A351;
    transition: 0.3s;
}

.fv{
    padding: min(max(120 / var(--main-w) * 100vw,90px), 120px) 0 min(max(78 / var(--main-w) * 100vw,50px), 78px) 0;
    background: url(./assets//img/fv_bg.png);
    background-color: #181817;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fv__content{
    justify-content: space-between;
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    gap: min(max(65 / var(--main-w) * 100vw,30px), 65px);
}

.fv__content__left__copy{
    font-size: min(max(18 / var(--main-w) * 100vw,15px), 18px);
    color: #C8A351;
}

.fv__content__left__logo{
    width: min(max(258 / var(--main-w) * 100vw,172px), 258px);
    max-width: 100%;
    margin-top: 8px;
}

.fv__content__left__ttl{
    font-size: min(max(32 / var(--main-w) * 100vw,25px), 32px);
    color: #ffffff;
    font-weight: 600;
    margin-top: 35px;
}

.fv__content__left__txt{
    font-size: min(max(18 / var(--main-w) * 100vw,14px), 18px);
    color: #ffffff;
    font-weight: 500;
    margin-top: 20px;
}

.fv__content__right{
    position: relative;
    height: fit-content;
    padding: min(max(40 / var(--main-w) * 100vw,30px), 40px);
    background-color: rgba(0, 27, 74, 0.82);
    border: 3px solid #C8A351;
    min-width: min(max(340 / var(--main-w) * 100vw,320px), 340px);
}

.fv__content__right::after{
    content: '';
    position: absolute;
    background: url(./assets//img/teko_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: min(max(97 / var(--main-w) * 100vw,84px), 97px);
    height: min(max(130 / var(--main-w) * 100vw,115px), 130px);
    right: -13px;
    top: -33px;
}

.fv__content__right__ttl{
    color: #ffffff;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 600;
    text-align: left;
}

.top_form{
    margin-top: 20px;
}

.top_form__input{
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: min(max(16 / var(--main-w) * 100vw,12px), 16px);
}

.top_form__input::placeholder{
    color: #A7A7A7;
}

.top_form__submit{
    margin-top: 16px;
    width: 100%;
    line-height: min(max(40 / var(--main-w) * 100vw,40px), 40px);
    background-color: #C8A351;
    color: #ffffff;
    font-size: min(max(18 / var(--main-w) * 100vw,16px), 18px);
    font-weight: 500;
    border-radius: 4px;
}

.fv__member{
    margin-top: min(max(250 / var(--main-w) * 100vw,200px), 250px);
}

.fv__member__ttl{
    text-align: center;
    color: #C8A351;
    font-size: min(max(22 / var(--main-w) * 100vw,16px), 22px);
}

.fv__member__txt{
    text-align: center;
    color: #ffffff;
    font-size: min(max(25 / var(--main-w) * 100vw,20px), 25px);
    font-weight: 600;
    margin-top: 12px;
}

.fv__member__slider{
    display: flex;
    margin-top: 60px;
}

.fv__member__slider .slick-list{
    padding-bottom: 10px;
}

.fv__member__slider__item{
    padding: min(max(33 / var(--main-w) * 100vw,25px), 33px) 0 min(max(22 / var(--main-w) * 100vw,15px), 22px) 0;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #A0A0A0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 8px;
}

.fv__member__slider__item{
    width: 180px ;
}

.fv__member__slider__item__icon{
    width: 50%;
    max-width: 70.85px;
    margin: 0 auto;
}

.fv__member__slider__item__ttl{
    font-size: min(max(18 / var(--main-w) * 100vw,14px), 18px);
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.fv__member__slider__item__txt{
    font-size: min(max(16 / var(--main-w) * 100vw,12px), 16px);
    font-weight: 500;
    text-align: center;
}

.category{
    padding: 120px 0;
    background-color: #F5F5F5;
}

.category__wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    max-width: 1000px;
    margin: 0 auto;
    width: 95%;
}

.category__wrap__item{
    position: relative;
    display: block;
    width: calc(25% - 10.5px);
    transition: 0.3s;
    opacity: 1;
}

.category__wrap__item:hover{
    transition: 0.3s;
    opacity: 0.7;
}

.category__wrap > :nth-child(n+5):nth-child(-n+7) {
    width: calc(33.33333% - 9.4px);
}

.category__wrap__item__ttl{
    position: absolute;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background-color: #02327C;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
    line-height: min(max(40 / var(--main-w) * 100vw,30px), 40px);
    left: 0;
    bottom: 0;
}

.knowledge{
    background: #ffffff;
    padding: 80px 0;
}

.section__subttl{
    text-align: center;
    font-size: min(max(22 / var(--main-w) * 100vw,16px), 22px);
    color: #C8A351;
}

.section__ttl{
    text-align: center;
    font-size: min(max(33 / var(--main-w) * 100vw,25px), 33px);
    font-weight: 700;
}

.section__ttl span{
    text-decoration-skip-ink: none;
    text-decoration-line: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: #C8A351;
    text-underline-offset: -2px;
}

.section__ttl.pagettl{
    margin-bottom: 55px;
}

.topdocumentary__ttl{
    width: calc(100% - 30px);
    max-width: min(max(570 / var(--main-w) * 100vw,400px), 570px);
    margin: 0 auto;
}

.knowledge__wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    margin-top: 55px;
}

.knowledge__wrap.recommendarea{
    margin-top: 40px;
}

.knowledge__item{
    width: calc(33.3333% - 26.7px);
}

.knowledge__item__img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 3px;
    overflow: hidden;
}

.knowledge__item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.knowledge__item__content{
    margin-top: 8px;
}

.knowledge__item__info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.knowledge__item__info__date{
    font-size: min(max(15 / var(--main-w) * 100vw,11px), 15px);
}

.knowledge__item__info__category{
    font-size: min(max(14 / var(--main-w) * 100vw,10px), 14px);
    text-align: center;
    color: #ffffff;
    background-color: #02327C;
    border-radius: 3px;
    line-height: min(max(30 / var(--main-w) * 100vw,25px), 30px);
    padding: 0 min(max(20 / var(--main-w) * 100vw,15px), 20px);
}

.knowledge__item__ttl{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 400;
    line-height: 1.6;
    margin-top: 12px;
}

.memberinterview{
    padding: 120px 0;
    background-color: #F5F5F5;
}

.memberinterview__copy{
    text-align: center;
    font-size: min(max(23 / var(--main-w) * 100vw,18px), 23px);
    font-weight: 500;
    margin-top: min(max(55 / var(--main-w) * 100vw,50px), 55px);
}

.memberinterview__slider{
    margin-top: 30px;
}

.memberinterview__slider .slick-dots li button:before{
    display: none;
}

.memberinterview__slider .slick-dots li button{
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #B1B1B1;
    border-radius: 50%;
}

.memberinterview__slider .slick-dots li.slick-active button{
    background-color: #02327C;
}

.memberinterview__slider .slick-dots li{
    width: 10px;
    height: 10px;
}

.memberinterview__slider .slick-dots{
    bottom: -30px;
}

.memberinterview__slider__item{
    display: block;
    box-shadow: 0 2px 4px #BCBCBC;
    margin: 0 20px;
}

.interview-list .memberinterview__slider__item{
    margin: 0;
}

.memberinterview__slider__item__ttl{
    text-align: center;
    padding: 24px 15px;
    background: linear-gradient(to bottom, #032964 0%, #02327C 50%, #032964 100%);
    color: #ffffff;
    line-height: 1.3;
    font-size: min(max(20 / var(--main-w) * 100vw,18px), 20px);
    font-weight: 500;
}

.memberinterview__slider__item__flex{
    display: flex;
    background: #ffffff;
}

.memberinterview__slider__item__flex__thumnbnail,.memberinterview__slider__item__flex__info{
    width: 50%;
}

.memberinterview__slider__item__flex__thumnbnail iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 482 / 272;
    border: none;
}

.memberinterview__slider__item__flex__info{
    position: relative;
    padding: min(max(24 / var(--main-w) * 100vw,10px), 24px) min(max(36 / var(--main-w) * 100vw,20px), 36px) min(max(50 / var(--main-w) * 100vw,30px), 50px) min(max(36 / var(--main-w) * 100vw,20px), 36px);
    background-color: #fff;
}

.memberinterview__slider__item__flex__info__name{
    font-size: min(max(18 / var(--main-w) * 100vw,16px), 18px);
    font-weight: 500;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: 1px solid #C8A351;
}

.memberinterview__slider__item__flex__info__txt{
    margin-top: 20px;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 400;
}

.memberinterview__slider__item__flex__info__morebutton{
    display: inline-block;
    position: absolute;
    right: min(max(36 / var(--main-w) * 100vw,20px), 36px);
    bottom: min(max(16 / var(--main-w) * 100vw,10px), 16px);
    font-size: min(max(14 / var(--main-w) * 100vw,10px), 14px);
    font-weight: 300;
    padding: 0 20px 5px 10px;
    background: url(./assets//img/morearrow.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.memberinterview__slider__customarrow{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 12px;
    width: calc(80% - 40px);
    margin: 0 auto;
}

.memberinterview__slider__customarrow__item{
    width: 31px;
    height: 31px;
    cursor: pointer;
}

.memberinterview__copy02{
    font-size: min(max(25 / var(--main-w) * 100vw,20px), 25px);
    text-align: center;
    font-weight: 500;
    margin-top: 40px;
}

.memberinterview__copy02 span{
    text-decoration-skip-ink: none;
    text-decoration-line: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: #C8A351;
    text-underline-offset: -2px;
}

.morebutton__wrap{
    text-align: center;
    margin-top: 55px;
}

.morebutton{
    display: inline-block;
    position: relative;
    font-size: min(max(18 / var(--main-w) * 100vw,14px), 18px);
    color: #ffffff;
    font-weight: 400;
    line-height: min(max(60 / var(--main-w) * 100vw,50px), 60px);
    max-width: 370px;
    width: 100%;
    background-color: #02327C;
}

.morebutton span{
    position: relative;
}

.morebutton::after{
    content: "";
    position: absolute;
    background: url(./assets//img/buttonarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19.25px;
    height: 14px;
    right: 24px;
    top: calc(50%);
    transform: translateY(-50%);
}

.morebutton::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: #C8A351;
    transition: 0.3s;
}

.morebutton:hover::before{
    transition: 0.3s;
    width: 100%;
}

.documentary{
    padding: 120px 0;
    background-color: #ffffff;
}

.documentary__copy{
    text-align: center;
    font-size: min(max(23 / var(--main-w) * 100vw,15px), 23px);
    font-weight: 600;
    margin-top: min(max(55 / var(--main-w) * 100vw,45px), 55px);
}

.documentary__area{
    display: block;
    position: relative;
    max-width: 765px;
    width: 95%;
    margin: 0 auto;
}

.documentary__img{
    margin-top: 32px;
}

.documentary__img iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: none;
}

.documentary__ttl{
    margin-top: 18px;
    font-size: min(max(23 / var(--main-w) * 100vw,18px), 23px);
    font-weight: 400;
    line-height: 1.4;
}

.documentary__name{
    line-height: 1;
    margin-top: 20px;
    font-size: min(max(18 / var(--main-w) * 100vw,14px), 18px);
    font-weight: 400;
}

.banenrarea{
    padding-bottom: 120px;
}

.banenr{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}

.faq{
    padding: 120px 0;
    background-color: #F5F5F5;
}

.faq__wrap{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 55px;
}

.faq__item{
    background: #FFFFFF;
    padding: 14px 24px;
}

.faq__item__box{
    display: flex;
    align-items: center;
    gap: 16px;
}

.faq__item__box--q{
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.faq__item__box--q::after{
    content: "";
    position: absolute;
    width: 17.45px;
    height: 2px;
    background-color: #02327C;
    right: 24px;
    top: calc(50%);
    transform: translateY(-50%);
}

.faq__item__box--q::before{
    content: "";
    position: absolute;
    width: 17.45px;
    height: 2px;
    background-color: #02327C;
    right: 24px;
    top: calc(50%);
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
}

.faq__item__box--q.active::before{
    top: calc(50% - 6.25px);
    transition: 0.3s;
    transform: translateY(-50%) rotate(0deg);
}

.faq__item__box--q.active::after{
    top: calc(50% - 6.25px);
}

.faq__item__box--q.active{
    padding-bottom: 12.5px;
    transition: 0.3s;
}

.faq__item__box--a{
    align-items: flex-start;
    display: none;
}

.faq__item__icon{
    width: min(max(42 / var(--main-w) * 100vw,34px), 42px);
    height: min(max(42 / var(--main-w) * 100vw,34px), 42px);
}

.faq__item__ttl{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
    width: calc(100% - 58px);
    padding-right: 60px;
}

.faq__item__ttl--a{
    font-weight: 400;
}

.faq__item__box--a{
    padding-top: 12.5px;
    border-top: 1px dashed #777777;
}

.mailarea{
    padding: 80px 0;
    background: url(./assets//img/mailarea.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mailarea__inner{
    display: flex;
    gap: 65px;
    align-items: center;
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
}

.mailarea__left__ttl{
    font-size: min(max(32 / var(--main-w) * 100vw,26px), 32px);
    color: #ffffff;
    font-weight: 700;
}

.mailarea__left__txt{
    margin-top: 20px;
    font-size: min(max(18 / var(--main-w) * 100vw,14px), 18px);
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
}

.footer{
    background-color: #02327C;
    padding: 50px 0 40px 0;
}

.footer__wrap{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer__left__logoarea{
    display: flex;
    align-items: baseline;
    gap: 34px;
}

.footer__left__logoarea__logo{
    width: 160px;
    height: auto;
}

.footer__left__logoarea__sns{
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.footer__left__logoarea__sns__item{
    width: 28px;
}

.footer__left__linklist{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer__left__linklist__item{
    display: inline-block;
    color: #fff;
    font-size: min(max(13 / var(--main-w) * 100vw,12px), 13px);
    font-weight: 400;
    line-height: 1;
}

.footer__left__linklist__copyright{
    display: inline-block;
    color: #fff;
    font-size: min(max(12 / var(--main-w) * 100vw,12px), 12px);
    font-weight: 400;
}

.footer__right{
    display: flex;
    gap: min(max(50 / var(--main-w) * 100vw,10px), 50px);
}

.footer__right__link{
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.footer__right__link__item{
    font-size: min(max(15 / var(--main-w) * 100vw,14px), 15px);
    font-weight: 400;
    color: #fff;
}

.footer__right__link__item--ttl{
    font-weight: 600;
}

.footer__right__link--inside{
    padding-left: 11px;
}

.footer__right ul li{
    list-style: none;
    line-height: 1;
}

.sponly768{
    display: none;
}

.sponly490{
    display: none;
}

.hum__button{
    display: none;
}

.hum__all{
    display: none;
}

/* arrticle */

.articlelist__pager{
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.articlelist__pager__arrow{
    font-size: 16px;
}

.articlelist__pager__arrow.is-disabled {
    opacity: 0;
    pointer-events: none;
}

.articlelist__pager__arrow--prev{
    padding-left: 21px;
    padding-bottom: 4px;
    background: url(./assets//img/pager_prev_arrow.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 40px;
}

.articlelist__pager__arrow--next{
    padding-right: 21px;
    padding-bottom: 4px;
    background: url(./assets//img/pager_next_arrow.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 40px;
}

.articlelist__pager__num{
    text-align: center;
    width: 30px;
    line-height: 40px;
    border: 1px solid #1C1B1B;
    border-radius: 3px;
    background-color: #fff;
    font-size: 20px;
}

.articlelist__pager__num--three{
    position: relative;
    color: #fff;
}

.articlelist__pager__num--three::after{
    content: "";
    position: absolute;
    background: url(./assets/img/three_leader.png);
    width: 15px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.articlelist__pager__num.articlelist__pager__num--current{
    background-color: #02327C;
    color: #fff;
}

.article_detail__sidebar{
    width: min(max(285 / var(--main-w) * 100vw,250px), 285px);
    position: sticky;
    left: 0;
    top: 120px;
    height: fit-content;
    padding: 40px 32px;
    background-color: #fff;
}

.article_detail__sidebar__ttl{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 32px;
}

.article_detail__sidebar__menu__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    line-height: 1;
    padding: 20px 0;
    font-size: 16px;
    border-top: 1px solid #1C1B1B;
}

.article_detail__sidebar__menu__item::after{
    content: "";
    width: 5.17px;
    height: 10.71px;
    background: url(./assets/img/rught_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.article_detail__sidebar__menu__item:last-child{
    border-bottom: 1px solid #1C1B1B;
}

.articlelist__sort__wrap{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    text-align: right;
}

.articlelist__sort{
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    padding: 16px 133px 16px 20px;
    box-shadow: 0 2px 8px #B2B2B2;
}

.articlelist__sort::before{
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #1C1B1B;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.articlelist__sort::after{
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #1C1B1B;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.article_detail{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    gap: 44px;
}

.article_detail__content{
    width: calc(100% - min(max(329 / var(--main-w) * 100vw,294px), 329px));
}

.article_detail__content__info{
    display: flex;
    gap: 24px;
    align-items: center;
}

.article_detail__content__info__date{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
}

.article_detail__content__all{
    margin-top: 20px;
}

.article_detail__content__all h1{
    font-size: min(max(25 / var(--main-w) * 100vw,18px), 25px);
    font-weight: 600;
    line-height: 1.5;
    margin: 20px 0 40px 0;
}

.article_detail__content__all img{
    margin: 40px 0;
}

.article_detail__content__all figure{
    margin: 20px 0;
}

.article_detail__content__all figure img{
    margin: 0;
}

.article_detail__content__all__img img{
    margin: 0;
}

.article_detail__content__all > :last-child {
    margin-bottom: 0;
}

.article_detail__content__richtxtarea p{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 400;
    line-height: 1.7;
    margin: 20px 0 50px 0;
}

.article_detail__content__richtxtarea h2{
    color: #ffffff;
    margin: 50px 0 20px 0;
    position: relative;
    font-size: min(max(18 / var(--main-w) * 100vw,16px), 18px);
    font-weight: 500;
    padding: 19px 30px;
    background: linear-gradient(to bottom, #032964 0%, #02327C 50%, #032964 100%);
}

.article_detail__content__richtxtarea h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #C8A351;
}

.article_detail__content__richtxtarea > *:last-child {
    margin-bottom: 0;
}

.article_detail__recommend__ttl{
    font-size: min(max(20 / var(--main-w) * 100vw,18px), 20px);
    font-weight: 500;
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}

.article_detail__recommend{
    margin-top: 70px;
}

.article_detail__content__profile__image{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.article_detail__content__profile__image__img{
    width: 104px;
    height: 104px;
    aspect-ratio: 1 / 1;
}

.article_detail__content__profile__image__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.article_detail__content__profile__image__name{
    font-size: 18px;
    font-weight: 600;
}

.article_detail__content__profile__left{
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.article_detail__content__profile__sns{
    display: block;
    width: 24.48px;
}

.article_detail__content__profile__sns img{
    margin: 0;
}

.article_detail__content__profile__right{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.article_detail__content__profile__right__info{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.article_detail__content__profile__image__img img{
    margin: 0;
}

.article_detail__content__profile{
    align-items: center;
    margin: 30px 0 40px 0;
    padding: 30px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    display: flex;
    gap: 60px;
}

.category__band--reit{
    background: url(./assets//img/category_band.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category__band--asset_formation{
    background: url(./assets//img/category_band_asset_formation.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category__band--english{
    background: url(./assets//img/category_band_english.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category__band--exclusive_interview{
    background: url(./assets//img/category_band_exclusive_interview.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category__band--financial_literacy{
    background: url(./assets//img/category_band_financial_literacy.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category__band--job_change{
    background: url(./assets//img/category_band_job_change.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category__band--side_job{
    background: url(./assets//img/category_band_side_job.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category__band__ttl{
    padding: 110px 0 100px 0;
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-weight: 800;
}

/* breadcrumbs */

.breadcrumbs{
    overflow-x: scroll;
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
}

.breadcrumbs__item{
    list-style: none;
}

.breadcrumbs__list{
    display: flex;
}

.breadcrumbs__item{
    list-style: none;
    padding-right: 18px;
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumbs__item::before{
    content: "";
    width: 6.59px;
    height: 8.11px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(./assets//img/breadcrumbs_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs__item:last-child:before{
    display: none;
}

.breadcrumbs__link{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
}

.maincontents{
    padding: 55px 0 120px 0;
}

.articlelist__backtop{
    margin-top: min(max(50 / var(--main-w) * 100vw,50px), 50px);
    text-align: center;
}

.articlelist__backtop__button{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    display: inline-block;
    line-height: min(max(50 / var(--main-w) * 100vw,40px), 50px);
    background-color: #02327C;
    color: #ffffff;
    text-align: center;
    width: min(max(180 / var(--main-w) * 100vw,135px), 180px);
    transition: 0.3s;
}

.articlelist__backtop__button:hover{
    transition: 0.3s;
    background-color: #C8A351;
}

/* list */

.documentary-list__copy{
    font-size: min(max(23 / var(--main-w) * 100vw,20px), 23px);
    text-align: center;
    margin-top: 40px;
}

.documentary-list__copy span{
    position: relative;
    z-index: 1;
    text-decoration-skip-ink: none;
    text-decoration-line: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: #C8A351;
    text-underline-offset: -2px;
}

.interview-list__subttl{
    font-size: min(max(23 / var(--main-w) * 100vw,16px), 23px);
    margin: 50px 0 18px 0;
    text-align: center;
}

.documentary-list{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 55px 40px;
}

.documentary-list__item{
    cursor: pointer;
    width: calc(50% - 20px);
}

.documentary-list__item__img{
    position: relative;
}

.documentary-list__item__img::after{
    content: "";
    position: absolute;
    width: min(max(72 / var(--main-w) * 100vw,56px), 72px);
    height: auto;
    aspect-ratio: 1/1;
    background: url(./assets//img/pray_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.documentary-list__item__ttl{
    margin: 12px 0 19px;
    font-size: min(max(20 / var(--main-w) * 100vw,18px), 20px);
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.documentary-list__item__name{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 400;
}

.interview-list{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.interview-detail__video video{
    width: 100%;
}

.interview-detail__video iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: unset;
}

.interview-detail__name{
    text-align: right;
    font-size: min(max(20 / var(--main-w) * 100vw, 16px), 20px);
    margin: 12px 0 45px 0;
    line-height: 1;
}

.interview-detail__ttl{
    text-align: center;
    padding: 21px 15px;
    background: linear-gradient(to bottom, #032964 0%, #02327C 50%, #032964 100%);
    color: #ffffff;
    line-height: 1.3;
    font-size: min(max(25 / var(--main-w) * 100vw, 18px), 25px);
    font-weight: 500;
}

.interview-detail__rich h2{
    color: #ffffff;
    margin: 50px 0 20px 0;
    position: relative;
    font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    font-weight: 500;
    padding: 19px 30px;
    background: linear-gradient(to bottom, #032964 0%, #02327C 50%, #032964 100%);
}

.interview-detail__rich h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #C8A351;
}

.interview-detail__rich p{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 400;
    line-height: 1.7;
    margin: 20px 0 50px 0;
}

.interview-detail__rich > *:last-child {
    margin-bottom: 0;
}

.interview-detail{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}

.category-modal__contents{
    width: 100%;
    max-width: 450px;
    background-color: #FFFFFF;
    height: 100%;
}

.category-modal__contents__banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #02327C;
    padding: 20px 24px;
}

.category-modal__contents__banner__ttl{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}

.category-modal__contents__banner__close{
    position: relative;
    width: 18px;
    height: 18px;
}

.category-modal__contents__banner__close--appear{
    cursor: pointer;
}

.category-modal__contents__banner__close--appear::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.category-modal__contents__banner__close--appear::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}

.category-modal__contents__main{
    display: flex;
    flex-wrap: wrap;
    gap: 38px 20px;
    padding: 40px;
    max-height: calc(100% - 60px);
    overflow-y: scroll;
}

.category-modal__contents__main__item{
    display: block;
    width: calc(50% - 10px);
    height: fit-content;
    position: relative;
}

.category-modal__contents__main__item__ttl{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 7px;
    position: relative;
    display: inline-block;
    padding-bottom: 5.5px;
    margin-right: 10px;
}

.category-modal__contents__main__item::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width:0;
    height:0;
    border-style:solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #02327C;
}


.category-modal__contents__main__item.is-current .category-modal__contents__main__item__ttl{
    border-bottom: 1px solid #02327C;
}

.category-modal__contents__main__item__img{
    display: block;
}

.category-modal {
    position: fixed;
    left: 0;
    top: 0;
    inset: 0;
    z-index: 100;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

.category-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.category-modal__contents {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-104%);
    transition: transform .36s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}

.category-modal.is-open .category-modal__contents {
    transform: translateX(0);
}

/* ドキュメンタリー */
.docu-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1000;
}
.docu-modal.is-active {
    display: block;
}
.docu-modal__overlay {
    position: absolute;
    inset: 0;
    background:
    rgba(0,0,0,0.7);
}
.docu-modal__dialog {
    position: absolute;
    inset: 0;
    margin: auto;
    width: min(1000px, 92vw);
    height: auto;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
}
.docu-modal__player {
    position: relative;
    width: 100%;
    height: 100%;
    background:#000;
}
.docu-modal__player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* 閉じるボタン */
.docu-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 24px;
    height: 24px;
    border: 0;
    cursor: pointer;
}

.docu-modal__close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 100%;
    height: 3px;
    background: #ffffff;
}
.docu-modal__close::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 100%;
    height: 3px;
    background: #ffffff;
}

/* クリック不可カード（動画URLなし） */
.documentary-list__item.is-disabled {
    opacity: .5;
    pointer-events: none;
    cursor: default;
}

/* ドキュメンタリーfin */

/* contact */

    fieldset{
        border:none;
    }
    ::placeholder{
        color: #A5A5A5;
    }
    .contact{
        max-width:600px;
        width:95%;
        margin:0 auto;
    }

    /* .screen-reader-response ul,.wpcf7-response-output{
        display: none;
    } */

    .screen-reader-response{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .wpcf7-not-valid-tip{
        color: red;
        font-size: 14px;
    }

    .contact-form__label{
        font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: min(max(16 / var(--main-w) * 100vw, 10px), 16px);
        color: #171515;
    }

    .contact-form__required{
        font-size: min(max(13 / var(--main-w) * 100vw, 11px), 13px);
        font-weight: 400;
        color: #fff;
        padding: min(max(4.5 / var(--main-w) * 100vw, 4px), 4.5px) min(max(8.5 / var(--main-w) * 100vw, 7px), 8.5px);
        line-height: 1;
        background-color: #BC1B23;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
    }

    .contact-form__field{
        width: 100%;
    }

    .contact-form__row{
        margin-bottom: 27px;
    }

    .contact-form__field{
        margin-top: 10px;
    }

    .contact-form__field input{
        width: 100%;
        background-color: #EAEAEA;
        padding: min(max(15 / var(--main-w) * 100vw, 13px), 15px) min(max(24 / var(--main-w) * 100vw, 20px), 24px);
        line-height: 1;
        font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
        font-weight: 400;
        border-radius: 5px;
    }

    .contact-form__field textarea{
        width: 100%;
        background-color: #EAEAEA;
        padding: min(max(15 / var(--main-w) * 100vw, 13px), 15px) min(max(24 / var(--main-w) * 100vw, 20px), 24px);
        line-height: 1.3;
        font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px;
    }

    .contact-form__field select{
        width: 100%;
        background-color: #ffffff;
        padding: min(max(15 / var(--main-w) * 100vw, 13px), 15px) min(max(24 / var(--main-w) * 100vw, 20px), 24px);
        line-height: 1;
        font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
        font-weight: 400;
        border: 1px solid #171515;
        border-radius: 5px;
        color: #000;
    }

    .contact-form__field--select{
        position: relative;
        margin-bottom: 20px;
    }

    .contact-form__field--select::after{
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 11.36px;
        height: 5.91px;
        background: url(./assets/img/dropdown_arrow.png);
        background-size: cover;
        background-position:center;
        background-repeat: no-repeat;
    }

    .contact-form__row--submit{
        text-align: center;
    }

    .contact-form__submit{
        display: inline-block;
        font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
        display: inline-block;
        line-height: min(max(50 / var(--main-w) * 100vw, 40px), 50px);
        background-color: #02327C;
        color: #ffffff;
        text-align: center;
        width: min(max(180 / var(--main-w) * 100vw, 135px), 180px);
    }

    .templatebox{
        max-width: 1000px;
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .templatebox p{
        font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: min(max(30 / var(--main-w) * 100vw, 20px), 30px);
    }

    .templatebox strong{
        font-weight: 600;
    }

    .templatebox h2{
        font-size: min(max(21 / var(--main-w) * 100vw, 18px), 21px);
        font-weight: 600;
        margin-top: min(max(30 / var(--main-w) * 100vw, 20px), 30px);
        margin-bottom: 10px;
    }

    .templatebox ol{
        font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
        padding-left: 21px;
    }

    .templatebox > :last-child {
        margin-bottom: 0;
    }

    .contact__bottomtxt{
        font-size: 10px;
        text-align: center;
        margin-top: 20px;
    }

    .commercial__flex{
        gap: 50px;
        padding: 30px 0;
        border-top: 1px solid #1C1B1B;
    }

    .commercial__flex--last{
        border-bottom: 1px solid #1C1B1B;
    }

    .templatebox .commercial__flex p{
        margin: 0;
    }

    .commercial__left{
        width: min(max(265 / var(--main-w) * 100vw, 225px), 265px);
    }

    .commercial__right{
        width: calc(100% - min(max(295 / var(--main-w) * 100vw, 255px), 295px));
    }

/* contact fin */

@media screen and (max-width: 768px) {
    .pconly768{
        display: none;
    }
    .sponly768{
        display: block;
    }

    .fv__content{
        flex-direction: column;
        gap: 40px;
        width: 100%;
        padding: 0 15px;
    }

    .fv__content__left__ttl{
        margin-top: 20px;
    }

    .fv__content__left__txt{
        margin-top: 14px;
    }

    .fv{
        padding: 43px 0 49px 0;
    }

    .top_form__input{
        font-size: 14px;
    }

    .top_form{
        margin-top: 15px;
    }

    .fv__member{
        margin-top: 100px;
    }

    .fv__member__slider{
        margin-top: 30px;
    }

    .category__wrap{
        gap: 10px;
    }

    .category__wrap__item{
        width: calc(50% - 5px);
    }

    .category__wrap__item:hover{
        opacity: 1;
    }

    .morebutton:hover::before{
        transition: unset;
        width: 20px;
    }

    .category__wrap > :nth-child(n+5):nth-child(-n+7){
        width: 100%;
    }

    .category{
        padding: 80px 0;
    }

    .header__nav{
        display: none;
    }

    .hum__button{
        display: block;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }

    .hum__button__bar{
        width: 100%;
        height: 1px;
        background-color: #1C1B1B;
        position: absolute;
        left: 0;
    }

    .hum__button__bar--top{
        top: 0;
    }

    .hum__button__bar--middle{
        top: 50%;
        transform: translateY(-50%);
    }

    .hum__button__bar--bottom{
        bottom: 0;
    }

    header{
        padding: 0 15px;
        height: 70px;
    }

    main{
        padding-top: 70px;
    }

    .knowledge{
        padding: 50px 0;
    }

    .memberinterview{
        padding: 80px 0;
    }

    .knowledge__wrap{
        width: 100%;
        padding: 0 15px;
        margin-top: 50px;
    }

    .knowledge__item{
        width: calc(50% - 20px);
    }

    .knowledge__item__info__date{
        font-size: 12px;
    }

    .knowledge__item__info__category{
        font-size: 14px;
        line-height: 20px;
        padding: 0 10px;
    }

    .knowledge__item__content .knowledge__item__info__category{
        font-size: 12px;
    }

    .knowledge__item__ttl{
        margin-top: 10px;
    }

    .morebutton{
        max-width: 270px;
    }

    .memberinterview__slider .slick-list{
        padding-bottom: 10px;
    }

    .memberinterview__slider__item{
        margin: 0 15px;
    }

    .memberinterview__slider__customarrow{
        width: 100%;
        padding: 0 15px;
    }

    .memberinterview__slider__item__ttl{
        padding: 20px 15px;
    }

    .memberinterview__copy{
        padding: 0 15px;
    }

    .documentary{
        padding: 80px 0;
    }

    .documentary__copy{
        padding: 0 15px;
    }

    .documentary__area{
        width: 100%;
        padding: 0 15px;
        padding-bottom: 45px;
    }

    .morebutton__wrap{
        margin-top: 40px;
    }

    .faq{
        padding: 80px 0;
    }

    .faq__wrap{
        margin-top: 50px;
    }

    .mailarea__inner{
        flex-direction: column;
        gap: 40px;
        width: 100%;
        padding: 0 15px;
    }

    .mailarea{
        padding: 50px 0;
    }

    .footer__left__logoarea{
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer__left{
        max-width: 180px;
    }

    .hum__all{
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: #02327C;
        transform: translateX(100vw);
        transition: 0.3s;
    }

    .hum__all.is-active {
        transform: translateX(0);
        transition: 0.3s;
    }

    .hum__inner{
        padding: 20px 15px;
    }

    .hum__band{
        display: flex;
        justify-content: space-between;
    }

    .hum__band__logo{
        width: 105px;
    }

    .hum__band__close{
        cursor: pointer;
        width: 20px;
    }

    .hum__menu{
        margin-top: 70px;
        border-bottom: 1px solid #FFFFFF;
        display: flex;
        flex-wrap: wrap;
    }

    .hum__menu__item{
        line-height: 46px;
        border-top: 1px solid #FFFFFF;
        padding-left: 15px;
        color: #ffffff;
        width: 100%;
    }

    .hum__menu__item--menu{
        position: relative;
    }

    .hum__menu__item--menu::after{
        content: "";
        position: absolute;
        background: url(./assets//img/triangle_right.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 7px;
        height: 10px;
        right: 15px;
        top: calc(50%);
        transform: translateY(-50%);
    }

    .hum__sns{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
        gap: 15px;
    }

    .hum__sns__item--x{
        width: 24.48px;
    }

    .hum__sns__item--youtube{
        width: 24.48px;
    }

    .hum__contact{
        text-align: center;
    }

    .hum__contact__button{
        display: inline-block;
        color: #02327C;
        background-color: #ffffff;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        line-height: 58px;
        width: 162px;
        max-width: 100%;
        margin-top: 24px;
    }

    .newhum__accordion--wrap{
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .newhum__close--title{
        display: flex;
        gap: 20px;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 50px;
    }

    .newhum__close--title::before{
        content: "";
        background: url(./assets//img/triangle_right.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 7px;
        height: 10px;
        transform: rotate(180deg);
    }

    .modal-content__grid{
        display: flex;
        flex-wrap: wrap;
        gap: 24px 11px;
        max-height: calc(100svh - 160px);
        overflow: scroll;
        padding-bottom: 50px;
    }

    .modal-content__grid__item{
        width: calc(50% - 5.5px);
    }

    .modal-content__grid__item__ttl{
        color: #ffffff;
        font-weight: 500;
    }

    .newhum__accordion--content{
        position: fixed;
        background: #02327C;
        width: 100%;
        padding: 0 15px 40px 15px;
        left: 0;
        height: 100%;
        top: 70px;
        transform: translateX(100vw);
        z-index: 99;
    }

    .newhum__accordion--content.active{
        transform: translateX(0);
    }

    .faq__item{
        padding: 24px 15px;
    }

    .faq__item__box--q::before,.faq__item__box--q::after{
        right: 0;
    }

    .faq__item__ttl{
        width: calc(100% - 50px);
    }

    .faq__item__ttl{
        padding-right: 22px;
    }

    .articlelist__sort{
        padding: 13px 54px 13px 20px;
        font-size: 14px;
    }

    .maincontents{
        padding: 50px 0 80px 0;
    }

    .category__band__ttl{
        padding: 50px 0;
        font-size: 20px;
    }

    .article_detail__sidebar{
        display: none;
    }

    .article_detail__content{
        width: 100%;
    }

    .article_detail__content__all h1{
        margin: 20px 0;
    }

    .article_detail__content__all img{
        margin: 20px 0;
    }

    .article_detail__content__profile__sns img,.article_detail__content__profile__image__img img,.article_detail__content__all__img img{
        margin: 0;
    }

    .documentary-list{
        gap: 50px;
    }

    .documentary-list__item{
        width: 100%;
    }

    .article_detail__content__profile{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 20px 0;
    }

    .article_detail__content__profile__left{
        align-items: center;
    }

    .article_detail__content__profile__image{
        flex-direction: row;
        gap: 24px;
    }

    .article_detail__content__profile__image__img{
        width: 70px;
        height: 70px;
    }

    .breadcrumbs{
        width: 95%;
        padding-top: 20px;
    }

    .header__nav__menu__button:hover{
        background-color: #02327C;
    }

    .articlelist__backtop__button:hover{
        background-color: #02327C;
    }

    .contact{
        width: 100%;
        padding: 0 15px;
    }

    .category-modal__contents__banner{
        gap: 20px 15px;
    }

    .category-modal__contents__main{
        padding: 40px 15px;
    }

    .category-modal__contents__main__item{
        width: calc(50% - 10px);
    }

    .category-modal__contents__main__item__ttl{
        font-size: 14px;
    }

    .category-modal__contents__banner__ttl{
        font-size: 16px;
    }

    .topback{
        right: 15px;
        bottom: 15px;
    }

    .article_detail__content__info{
        gap: 8px;
    }

    .article_detail__content__profile__right__info{
        font-size: 14px;
    }

    .article_detail__content__profile__image__name{
        font-size: 16px;
    }
}

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

    .pconly490{
        display: none;
    }
    .sponly490{
        display: block;
    }

    .knowledge__wrap{
        gap: 20px;
    }

    .knowledge__item{
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .knowledge__item__img{
        width: 135px;
    }

    .knowledge__item__content{
        margin: 0;
        width: calc(100% - 145px);
    }

    .knowledge__item__ttl{
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* ブラウザがサポートしていない場合のフェールセーフ */
        max-height: 44.8px;
    }

    .knowledge__item__info{
        justify-content: left;
        gap: 7px;
    }

    .knowledge__item__info__category{
        padding: 0 5px;
    }

    .memberinterview__slider__item__flex{
        flex-direction: column;
        gap: 19px;
    }

    .memberinterview__slider__item__flex__thumnbnail, .memberinterview__slider__item__flex__info{
        width: 100%;
    }

    .memberinterview__slider__item__flex__thumnbnail{
        height: auto;
        aspect-ratio: 16/9;
    }

    .memberinterview__slider__item__flex__thumnbnail iframe{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .memberinterview__slider__item__flex__info{
        padding: 0 15px 50px 15px;
    }

    .memberinterview__slider__item__flex__info__morebutton{
        font-size: 13px;
        right:15px;
    }

    .memberinterview__slider__item__flex__info__txt{
        margin-top: 15px;
    }

    .mailarea__left,.fv__content__right{
        width: 100%;
    }

    .footer__wrap{
        width: 100%;
        padding: 0 15px;
        flex-direction: column;
        gap: 40px;
        max-width: 400px;
    }

    .footer__left{
        max-width: none;
    }

    .footer__right{
        justify-content: space-between;
    }

    .footer__right__link{
        gap: 15px;
    }

    .footer__left__logoarea{
        flex-wrap: nowrap;
    }

    .footer__left__logoarea__logo{
        width: 110px;
    }

    .footer__left__logoarea__sns__item{
        width: 25px;
    }

    .footer__left__linklist{
        width: 100%;
        padding: 0 15px;
        max-width: 400px;
        margin: 0 auto;
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .footer__left__linklist.sponly490{
        display: flex;
    }

    .footer__left__linklist.pconly490{
        display: none;
    }

    .footer__left__linklist__copyright{
        width: 100%;
        text-align: center;
    }

    .fv{
        background: url(./assets//img/spfv_bg.png);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .articlelist__pager__num{
        font-size: 14px;
        width: 23px;
        line-height: 30px;
    }

    .articlelist__pager__arrow{
        font-size: 12px;
    }

    .articlelist__pager__arrow--prev{
        margin-right: 20px;
        padding-left: 13px;
        padding-bottom: 3px;
    }

    .articlelist__pager__arrow--next{
        margin-left: 20px;
        padding-right: 13px;
        padding-bottom: 3px;
    }

    .memberinterview__copy02,.documentary-list__copy{
        font-size: 18px;
    }

    .fv__member__slider__item{
        width: 165px ;
    }

    .commercial__flex{
        flex-direction: column;
        gap: 10px;
    }

    .commercial__left{
        width: 100%;
    }

    .commercial__right{
        width: calc(100%);
    }
}