#js-header-top {
    display: none;
}

.p-header__logo-top {
    right: 84px;
    top: 54px;
    display: none;
}

.p-index__mv-head{
    top: auto;
    bottom: 0;
    left: 350px;
    width: 39rem;
}

.p-index__mv-btnArea {
    display: flex;
    align-items: center;
    gap: 1.375rem;
    margin-top: 2rem;
}
.p-index__mv-btnwrap {
    width: 100%;
    max-width: 20.5rem;
}
.p-index__mv-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.75rem;
    flex-direction: column;
    border-radius: 30px;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.c-btn__bg-red {
    background: #B14646;
    border: 1px solid #B14646;
    color: #fff;
    transition: .3s;
}
.c-btn__bg-red:hover {
    background: #fff;
    color: #B14646;
}
.c-btn__bg-red:hover::before {
    background: url(../img/icon/icon-btn-arrow-red.svg) no-repeat center center/contain;
}
.c-btn__bg-gold {
    background: #8D8569;
    border: 1px solid #8D8569;
    color: #fff;
    transition: .3s;
}
.c-btn__bg-gold:hover {
    background: #fff;
    color: #8D8569;
}
.c-btn__bg-gold:hover::before {
    background: url(../img/icon/icon-btn-arrow-gold.svg) no-repeat center center/contain;
}
.c-btn__arrow {
    position: relative;
}
.c-btn__arrow::before {
    position: absolute;
    content: "";
    width: 0.75rem;
    aspect-ratio: 12 / 8;
    background: url(../img/icon/icon-btn-arrow-white.svg) no-repeat center center/contain;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    transition: .3s;
}

.l-footer__fix {
    background: transparent;
    border-top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.l-footer__fix.is-active{
    opacity: 1;
    visibility: visible;
}

.p-footer__fix-boxwrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.p-footer__fix-box {
    width: 33.33333%;
    height: 100%;
}
.p-footer-fix-box-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    padding: 0.6875rem 0;
}
.p-footer-fix-box-link.--soudan {
    background: #B14646;
}
.p-footer-fix-box-link.--download {
    background: #8D8569;
}
.p-footer-fix-box-link.--contact {
    background: #131314;
}
.p-footer-fix-box-link:hover {
    opacity: .7;
}
.p-footer__fix-box-text {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0;
}

.l-fixed__pc {
    position: fixed;
    right: 0;
    top: 22%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 10;
}
.l-fixed__pc.is-active {
    visibility: visible;
    opacity: 1;
}
.p-fixed__pc-btnwrap {
    width: 4rem;
    height: 16.375rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
}

.p-fixed__pc-btnwrap:not(:first-of-type) {
    margin-top: 2.25rem;
}

.p-fixed__pc-btnwrap:first-of-type .p-fixed__pc-btn {
    position: relative;
    padding-top: 20px;
}
.p-fixed__pc-btnwrap:first-of-type .p-fixed__pc-btn::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 14px;
    background: url(../img/icon/icon-cta-calendar.svg) no-repeat center center/contain;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}

.p-fixed__pc-btnwrap:first-of-type .p-fixed__pc-btn:hover::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 14px;
    background: url(../img/icon/icon-cta-calendar-red.svg) no-repeat center center/contain;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.p-fixed__pc-btnwrap:nth-of-type(2) .p-fixed__pc-btn {
    position: relative;
    padding-top: 25px;
}
.p-fixed__pc-btnwrap:nth-of-type(2) .p-fixed__pc-btn::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 12px;
    background: url(../img/icon/icon-cta-dl.svg) no-repeat center center/contain;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}

.p-fixed__pc-btnwrap:nth-of-type(2) .p-fixed__pc-btn:hover::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 12px;
    background: url(../img/icon/icon-cta-dl-gold.svg) no-repeat center center/contain;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.p-fixed__pc-btn{
    width: 100%;
    height: 100%;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.l-pickup__article {
    position: fixed;
    width: 440px;
    height: 340px;
    bottom: 36px;
    right: 94px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.25);
    border: 6px solid #2384A0;
    background: #fff;
}

.l-pickup__article.is-active{
    visibility: visible;
    opacity: 1;
}
.p-pickup__article-banner {
    display: block;
    width: 100%;
    aspect-ratio: 420 / 236;
    overflow: hidden;
    position: relative;
    transition: .3s;
}

.p-pickup__article-btnArear:hover{
    opacity: .7;
}

.p-pickup__article-btnArea:hover .p-pickup__article-btn {
    opacity: .7;
}

.p-pickup__article-btnArea:hover .p-pickup__article-banner {
    opacity: .7;
}

.p-pickup__article-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-pickup__article-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: -24px;
    transition: .3s;
    cursor: pointer;
}
.p-pickup__article-close img {
    width: 100%;
    height: auto;
}
.p-pickup__article-close:hover {
    opacity: .7;
}

.p-pickup__article-btnArea{
    display: block;
}

.p-pickup__article-btnwrap{
    width: 373px;
    margin: auto;
    margin-top: 18px;
}


.p-pickup__article-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #2484A0;
    color: #fff;
    height: 52px;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: .3s;
}

.l-footer__totop{
    display: none;
}

.p-company__member-name{
    flex-direction: column;
    height: 80px;
    justify-content: center;
}

.p-company__member-link{
    display: flex;
    flex-direction: column;
}

.p-company__member-textbox{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.p-company__member-jobtitle{
    margin-right: 0;
    text-align: center;
    line-height: calc(24 / 16);
}

.p-member__list-wrap {
    margin-top: 54px;
}

.p-member__list-wrap.--02 {
    margin-top: 40px;
    padding-top: 47px;
    border-top: 1px solid #D5D5D5;
}

.p-member__list-title {
    font-size: 28px;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.04em;

}

.c-card06__list {
    margin-top: 42px;
    display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px 26px;
}

.c-card06__item {

}

.c-card06__link{
    display: block;
    transition: .3s;
    height: 100%;
}

.c-card06__link:hover{
    opacity: .7;
}

.c-card06__image {
    width: 100%;
    aspect-ratio: 305 / 349;
    overflow: hidden;
}

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

.c-card06__textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    height: 80px;
    justify-content: space-between;
}

.c-card06__position {
    font-size: 16px;
    font-weight: 500;
    line-height: calc(24 / 16);
    letter-spacing: 0.04em;
    color: #131314;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
}

.c-card06__name {
    font-size: 20px;
    font-weight: 500;
    line-height: calc(32 / 20);
    letter-spacing: 0.04em;
    color: #131314;
}

.l-index__logoList {
    padding-bottom: 120px;
    margin-top: 46px;
    position: relative;
    z-index: 0;
}

.l-index__concept {
    margin-top: 0;
}

.p-index__success {
    margin-top: 0;
    padding: 0;
}

.l-index__mv-cover{
    opacity: 1;
    transition: all 1.6s ease;
    visibility: visible;
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

.l-index__mv-cover.is-show {
    opacity: 0;
    visibility: hidden;
}

.c-secttl__lowpage-simple.--investor-relations {
    margin-bottom: 80px;
}

.c-secttl__lowpage-ja.--investor-relations {
    line-height: 1;
    margin-bottom: 10px;
}

.c-secttl__lowpage-en.--investor-relations {
    margin-left: 0;
}

.c-secttl-sub__lowpage-ja.--investor-relations {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.3333333333;
    margin-top: 10px;
}

.c-select {
    color: #808080;
}

.c-card07__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-category__list.--public-notice {
    margin-top: 44px;
}

.c-card07__item {
    border-bottom: 1px solid #CECECE;
}

.c-card07__textbox {
    display: flex;
    align-items: center;
}

.c-card07__timewrap {
    padding: 4px 14px;
    background: #F8F8F8;    ;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.c-card07__tag-list {
	display: flex;
}

.c-card07__tag-item-text {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	padding: 5px 12px;
}

.c-card07__tag-item {
	background: #696969;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	padding: 5px 24px;
}

.c-card07__tag-item + .c-card07__tag-item {
	margin-left: 12px;
}

.c-card07__tag-item a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	transition: 0.3s;
}

.c-card07__tag-item a:hover {
	opacity: 0.7;
}

.c-card07__postdate {
	color: #131314;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.2857142857;
	padding-left: 24px;
	position: relative;
}

.c-card07__postdate::before {
	background: url(../img/icon/icon-clock.png) no-repeat center center/contain;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.c-card07__link {
}

.c-card07__title {
	padding-block: 20px 14px;
    
}

.c-card07__title-inner {
    display: inline-block;
    background-image: linear-gradient(90deg, #131314, #131314);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0 1px;
    transition: background-size 0.6s;
    padding-bottom: 6px;
}

.c-card07__title-inner:hover {
    background-size: 100% 1px;
}

.c-card07__title a{
    display: inline-block;
    background-image: linear-gradient(90deg, #131314, #131314);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0 1px;
    transition: background-size 0.6s;
    padding-bottom: 6px;
}

.c-card07__title a:hover {
    background-size: 100% 1px;
}

.c-card07__title span {
    color: #131314;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6666666667;
}

.c-card07__pdf-info {

}

.c-card07__pdf-icon {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.c-card07__pdf-icon-img {
    height: 100%;
    object-fit: cover;
}

.c-card07__pdfsize {
    margin-left: 10px;
}

.p-ir__filters {
    max-width: 1300px;
    margin-top: 40px;
}

.p-ir__filters-inner {
    max-width: 1300px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.p-ir__filters-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.p-ir__filters-item label {
    flex-shrink: 0;
}

.p-ir__filters-item select {
    width: 100%;
}

.p-index__feature-notes-wrap {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}

.p-index__feature-notes {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.076em;
    line-height: 1.4285714286;
}

.p-about__number-notes-wrap {
    display: flex;
    flex-direction: column;
}

.p-about__number-notes {
    color: #333333;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.076em;
    line-height: 1.4285714286;
}

.p-index__feature-notice.--height20 {
    height: 20px;
    width: 20px;
}

.c-card05__item.is-ended { 
    position: relative; 
}

.c-card05__item.is-ended::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 51, 0.3);
    pointer-events: none;
    z-index: 2;
}

.c-card05__item.is-ended::before {
    content: "受付終了";
    position: absolute;
    top: 0; 
    left: 0;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 24px;
    z-index: 3;
    letter-spacing: .1em;
    line-height: 1;
}

.is-ended .c-card05__textbox {
    padding: 0 20px 20px;
}

.l-index__mv {
    background: url(../img/index/mv-bg.webp) no-repeat right center/ cover;
    height: 67.3vh;
    min-height: 590px;
    width: auto;
    padding-bottom: 4.4%;
}

.p-index__mv-btnwrap {
    max-width: 18.8rem;
}

.p-index__mv-bg {
    height: calc(100% - 1px);
}

.l-main {
    padding: 0 4.4rem 0 calc(55vw - 50%);
}


#js-header {
    opacity: 0;
    transition: opacity .35s ease; 
  }
  
 
  #js-header.is-visible,
  #js-header.is-visible-black {
    opacity: 1;
  }


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

    #js-header-top {
        display: block;
    }
    
    .l-main {
        padding:0;
    }

    .l-index__mv {
        margin-left: 0;
    }

    .p-index__mv-head{
        left: 20px;
    }

    .l-fixed__pc{
        display: none;
    }

    .l-pickup__article{
        bottom: 60px;
        right: 40px;
    }

    .l-single__wrap.--investor-relations {
        display: block;
    }
    
    .l-single__main.--investor-relations {
        margin: 0 auto;
    }
}

@media screen and (max-width:1300px){
    .p-index__mv-head{
        left: 20px;
    }
}

@media screen and (max-width:1000px){
    .c-card06__list {
        margin-top: 42px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px 26px;
    }
}

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

    main{
        overflow: hidden;
    }

    .l-header {
        height: 70px;
    }

    .l-index__mv {
        width: 100%;
        height: unset;
        aspect-ratio: 360 / 300;
        background: url(../img/index/mv-bg-sp.webp) no-repeat center center/cover;
        padding-bottom: 0;
        min-height: auto;

    }

    .p-index__mv-head{
        top: 100%;
        width: 95%;
        margin: 31px 0 0;
    }

    .p-index__mv-headtext{
        font-size: 1.375rem;
    }

    .p-index__mv-btnArea{
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 1.25rem;
    }

    .p-index__mv-btnwrap{
        width: 96%;
        margin-right: auto;
        max-width: unset;
    }

    .p-index__mv-btn{
        font-size: 0.875rem;
        height: 3.125rem;
    }

    .p-index__mv-scroll{
        display: none;
    }

    .l-pickup__article{
        width: 253px;
        height: 193px;
        bottom: 100px;
        right: 0;
        border: 5px solid #2384A0;
    }

    .p-pickup__article-banner {
        width: 100%;
        aspect-ratio: 240 / 135;
    }


    .p-pickup__article-btnwrap{
        width: 224px;
        margin-top: 8px;
    }

    .p-pickup__article-btn{
        height: 29px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.04em;
    }

    .p-pickup__article-btn::before{
        width: 7px;
        aspect-ratio: 7 / 4;
        right: 0.75rem;
    }

    .p-pickup__article-close {
        position: absolute;
        width: 28px;
        height: 28px;
        top: -14px;
        left: -16px;
        right: unset;
        transition: .3s;
        cursor: pointer;
    }

    .l-footer__totop{
        display: block;
        right: 8px;
        bottom: 116px;
    }

    .p-company__member-name{
        height: fit-content;
    }

    .p-member__list-wrap{
        margin-top: 37px;
    }

    .p-member__list-wrap.--02{
        margin-top: 28px;
        padding-top: 33px;
    }

    .c-card06__list {
        margin: 20px auto 0;
        display: block;
        width: 60%;
        min-width: 248px;
    }

    .c-card06__item:not(:first-of-type) {
        margin-top: 28px;
    }


    .p-member__list-title {
        font-size: 20px;
    }

    .c-card06__image {
        width: 100%;
        aspect-ratio: 248 / 284;
        overflow: hidden;
    }

    .c-card06__textbox{
        height: 76px;
        margin-top: 16px;
    }

    .c-card06__position{
        font-size: 14px;
        line-height: calc(24 / 14);
    }

    .c-card06__name{
        font-size: 16px;
        line-height: calc(32 / 16);
    }
    
    .p-index__success {
        margin: 90px calc(50% - 50vw) 0;
    }

    .l-index__logoList {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 270px;
    }

    .l-index__concept {
        padding-top: 40px;
    }

    .p-index__mv-video {
        height: 100%;
    }

    .p-ir__filters-item {
        display: block;
    }

    .p-ir__filters-item label {
        margin-bottom: 20px;
        display: block;
    }

    .c-card07__tag-item {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.04em;
        line-height: 1.5;
        padding: 6px 16px;
    }
    
    .c-card07__tag-item a {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.04em;
        line-height: 1.5;
    }
    
    .c-card07__postdate {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.04em;
        line-height: 1.6666666667;
    }
    
    .c-card07__postdate::before {
        height: 17px;
        width: 14px;
    }

    .p-index__feature-item {
        display: grid;
        gap: 0 20px;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "title number"
            "notice number"
            "notes notes";
    }

    .p-index__feature-title {
        grid-area: title;
    }

    .p-index__feature-number {
        grid-area: number;
        text-align: right;
    }

    .p-index__feature-notice {
        grid-area: notice;
    }

    .p-index__feature-notes-wrap {
        grid-area: notes;
    }

    .p-index__feature-item > .p-index__feature-notice:empty {
        display: none;
    }

    .p-index__feature-notes-wrap:not(:has(.p-index__feature-notes:not(:empty))) {
        display: none;
    }

    .p-index__feature-item:not(:has(> .p-index__feature-notice:not(:empty))):not(:has(.p-index__feature-notes-wrap:has(.p-index__feature-notes:not(:empty)))) {
        grid-template: "title number";
    }

    .p-index__feature-item:not(:has(> .p-index__feature-notice:not(:empty))):has(.p-index__feature-notes-wrap:has(.p-index__feature-notes:not(:empty))) {
        grid-template:
            "title number"
            "notes notes";
    }

    .p-about__number-numberbox {
        display: grid;
        gap: 10px 20px;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "title number"
            "notes notes";
    }
    
    .p-about__numbertitle {
        grid-area: title;
    }

    .p-about__number-number {
        grid-area: number;
    }

    .p-about__number-notes-wrap {
        grid-area: notes;
    }

    .p-about__number-numberbox:has(.p-about__number-notes:empty) {
        grid-template-areas:
            "title number"
            "title number";
    }

    .p-about__number-numberbox:has(.p-about__number-notes:empty) .p-about__number-notes-wrap {
        display: none;
    }

    .p-header__hamburger-btn {
        top: 20px;
    }
}

.p-btob__support-tabwrap .tab-button{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px){
    .p-btob__support-tabwrap .tab-button{
        grid-template-columns: repeat(2, 1fr);
    }
}

.p-btob__support-tabwrap .tab-button .tab{
    width: 100%;
    max-width: unset;
    padding-right: 40px;
}

@media screen and (max-width: 767px){
    .p-btob__support-tabwrap .tab-button .tab{
        padding-right: 24px;
    }
}

.p-btob__support-tabbtnwrap{
    max-width: 480px;
}

@media screen and (max-width: 767px){
    .p-btob__support-tabbtnwrap .c-btn__01-white{
    border-radius: 100px;
    }
}

.p-solutions__single-branch-list{
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px){
    .p-solutions__single-branch-list{
        grid-template-columns: repeat(2, 1fr);
    }
}

.p-solutions__single-branch-btn{
    height: 100%;
    padding-right: 48px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px){
    .p-solutions__single-branch-btn{
        padding-right: 24px;
    }
}

.p-download__category-list{
    grid-template-columns: repeat(3, 1fr);
}

.c-card04__tag-list{
    flex-wrap: wrap;
    gap: 8px;
}

.c-card04__tag-item+.c-card04__tag-item{
    margin-left: 0;
}

.c-card02__cat{
    padding: 4px 8px;
}

.p-index__success-btnwrap{
    max-width: 520px;
}
@media screen and (max-width: 1700px){
    .p-btob__support-tabwrap .tab-button .tab{
    font-size: clamp(0.625rem, -0.094rem + 1.5vw, 1.5rem);
    }
}

@media screen and (max-width: 767px){
    .p-btob__support-tabwrap .tab-button .tab{
    font-size: 14px;
    }
}
