@charset "UTF-8";

/* ----------------------------------------------
Hero Image Container
 */

 .hero-swiper {
    opacity: 0;
    transition: opacity 2s ease;
}
.hero-swiper.is-loaded {
    opacity: 1;
}


/*

Admin bar 
max-width 781px - 46px / min-width 782px - 32px

header
max-width 767px - 60px / min-width 768px - 90px

*/

/* ------------------------------------------- */

.hero-images__container {
    position: relative;
    /* background-color: var(--color__navy); */
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*overflow: hidden;*/
}
.hero-image{
    object-fit: cover;
    object-position: center center;
}

/* ------------------------------------------- */
.hero-image,
.hero-image__wrapper{
    width: 100%;
    height: calc(100svh - 90px);
    max-height: calc(100svh - 90px);
}
/* Admin bar Hight 46px */
@media screen and (max-width: 767px) {
    .hero-image,
    .hero-image__wrapper{
        min-height: calc(100svh - 60px);
        max-height: calc(100svh - 60px);
    }
}

/* Admin bar Hight -( header 90px + admin bar 32px) */
body.customize-support .hero-image,
body.customize-support .hero-image__wrapper{
    min-height: calc(100svh - 122px);
    max-height: calc(100svh - 122px);
}

/* Admin bar Hight -( header 90px + admin bar 46px) */

@media screen and (max-width: 782px) {
    body.customize-support .hero-image,
    body.customize-support .hero-image__wrapper{
        min-height: calc(100svh - 136px);
        max-height: calc(100svh - 136px);
    }
}

/* Admin bar Hight -( header 60px + admin bar 46px) */

@media screen and (max-width: 767px) {
    body.customize-support .hero-image,
    body.customize-support .hero-image__wrapper{
        min-height: calc(100svh - 106px);
        max-height: calc(100svh - 106px);
    }
}


/* ------------------------------------------- */

.hero__chatch {
    text-align: start;
    position: absolute;
    margin: 14vh 0 0 6vw;
    color: var(--color__white);
    z-index: 1;
}

.hero__chatch-phrase {
    font-size: clamp(30px, 3.5vw, 42px);
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: clamp(18px, 2.542vw, 30px);
    width: fit-content;
}

.hero__chatch-copy {
    font-size: clamp(14px, 1.25vw, 15px);
    font-weight: 700;
    width: fit-content;
}
html[lang="ja"],
html[lang="auto"] {
    .hero__chatch.en {
        display: none;
    }

    .hero__chatch.ja {
        display: block;
    }
}

html[lang="en"],
html[lang="en-US"] {
    .hero__chatch.en {
        display: block;
    }

    .hero__chatch.ja {
        display: none;
    }
}


.hero__chatch-copy br:first-child {
    display: none;
}

/* ---------------------------------- */
/* hero-econa-logo 表示切り替え */

.hero-econa-logo .horizon {
  display: none;
}
.hero-econa-logo .vertical {
  display: block;
}

.hero-econa-logo {
    padding: 0 var(--lr-padding);
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.hero-econa-logo::after {
    mask-position: center left;
    mask-size: cover;
    width: 44vw;
    height: 29vw;
    top: -10vw;
    right: 0;
    opacity: 0.3;
    overflow: hidden;
}

@media (min-width: 768px) and (min-height: 501px) {
    .hero-econa-logo .horizon {
    display: block;
    }
    .hero-econa-logo .vertical {
    display: none;
    }

    .hero-econa-logo::after {
        bottom: -3vw;
        top:auto;
    }
}

@media print, screen and (min-width:768px) {
    .hero-econa-logo {
        width: 100%;
        margin: auto auto -3px auto;
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .hero-econa-logo {
        width: 100%;
        margin: auto auto -3px auto;
        left: 0;
        right: auto;
        bottom:20px;
    }
}

@media (max-height: 500px) {
     .hero-econa-logo {
        min-width: initial;
        width: 200px;
        margin: 0;
        right: 0;
        left: auto;
        bottom:20px;
        padding-top: 50px;
        overflow-x: hidden;
     }
    .hero-econa-logo::after {
        width: 120px;
        height: auto;
        top: 28px;
        right: -30px;
    }
}
/* ---------------------------------- */

@media print, screen and (min-width:768px) {
    .hero__chatch {
        margin: 14vh 0 0 6vw;
    }
}

@media screen and (max-width: 767px) {
    .hero__chatch {
        margin: 11vh 0 0 6vw;
    }
}
@media screen and (max-width: 499px) {
    .hero__chatch-copy br:first-child {
        display: block;
    }
}
@media screen and (max-width: 389px) {
    .hero__chatch {
        margin: 9vh 0 0 6vw;
    }
    .hero__chatch-phrase {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .hero__chatch-copy {
        font-size: 13px;
        line-height: 1.6;
    }

    .hero__chatch-copy br:first-child {
        display: block;
    }
}

/*
/Hero Image Container
---------------------------------------------- */

/* /////////////////////////////////////////// */

/* --------------------------------------- */

.about-econa__container {
    background-color: var(--color__navy);
    color: var(--color__white);
    padding-top: clamp(160px, 18.644vw, 220px);
    padding-bottom: var(--ub_padding);
}

.about-econa__title {
    position: relative;
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-bottom: clamp(50px, 11.864vw, 140px);
}

.about-econa__title h2 {
    line-height: 1;
    font-size: clamp(26px, 3.050vw, 36px);
    padding-bottom: clamp(14px, 1.694vw, 20px);
    margin-bottom: clamp(14px, 1.694vw, 20px);
    border-bottom: var(--color__white) solid 1px;
}

.about-econa__title h2 span {
    display: inline-block;
    font-size: clamp(18px, 1.694vw, 20px);
    vertical-align: top;
    margin-right: clamp(14px, 1.694vw, 20px);
    margin-top: 3px;
}

.about-econa__title p {
    font-weight: 600;
}

.about-econa__title::after {
    position: absolute;
    background-color: var(--color__green);
    width: 50px;
    /*top: -110px;*/
    top: -80%;
    left: 50%;
    transform: translateX(-50%);
}

.about-econa__outline {
    margin-bottom: clamp(50px, 8.474vw, 100px);
}

.about-econa__outline h3 {
    font-size: clamp(22px, 2.711vw, 32px);
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: clamp(50px, 6.779vw, 80px);
}

.about-econa__copy-advantage {
    display: flex;
    justify-content: space-between;

}

.about-econa__copy {
    font-size: clamp(14px, 1.355vw, 16px);
    width: 49%;
    font-weight: 500;
}

.about-econa__copy p {
    margin-bottom: 18px;
}

.about-econa__copy ul {
    padding-top: 22px;
    padding-left: 22px;
    font-size: clamp(14px, 1.355vw, 15px);
    border-top: var(--color__white) dotted 1px;
}

.about-econa__copy ul li {
    letter-spacing: 0em;
    list-style-type:disc;
}

.about-econa__advantage li {
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
    border-radius: var(--corner__s);
    overflow: hidden;
}

.about-econa__advantage span {
    display: flex;
    height: 54px;
    align-items: center;
    line-height: 1;
    font-weight: 700;
    color: var(--color__navy);
}

.about-econa__advantage span.num {
    aspect-ratio: 1;
    justify-content: center;
    background-color: var(--color__green);
    font-size: clamp(20px, 2.033vw, 24px);
}

.about-econa__advantage span.advantage {
    justify-content: flex-start;
    flex-grow: 1;
    padding-left: clamp(15px, 1.694vw, 20px);
    background-color: var(--color__white);
    font-size: clamp(15px, 1.694vw, 20px);
}

.econa-advantage-link__container.width-f {
    padding: 0px;
}

@media print, screen and (min-width:768px) {
    .about-econa__copy {
        width: 49%;
    }
    .about-econa__advantage {
        width: 40.5%;
    }
    .about-econa__advantage span {
        height: 54px;
    }
    .about-econa__copy ul br.adjustment-br {
        display: none;
    }
}
@media screen and (min-width:600px) and (max-width:767px) {
    .about-econa__copy,
    .about-econa__advantage {
        width: calc((100% - 30px) / 2);
    }
    .about-econa__advantage span {
        height: 50px;
    }
    .about-econa__advantage span.advantage {
        letter-spacing: 0em;
        font-size: clamp(14px, 1.955vw, 15px);
    }
}

@media print, screen and (min-width:510px) {
    .about-econa__outline h3 br.adjustment-br {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .about-econa__outline {
        margin-bottom: 30px;
    }
    .about-econa__outline h3 {
        text-align: center;
    }
    .about-econa__copy-advantage {
        flex-direction: column;
    }
    .about-econa__copy,
    .about-econa__advantage {
        width: 100%;
    }
    .about-econa__advantage span {
        height: 50px;
    }
    .about-econa__advantage span.advantage {
        letter-spacing: 0em;
        font-size: clamp(14px, 1.955vw, 15px);
    }
    .about-econa__copy ul {
        border: var(--color__white) dotted 1px;
        padding: 20px 20px 20px 36px;
        margin-bottom: 50px;
        border-radius: var(--corner__s);
    }
    .about-econa__copy ul br.adjustment-br {
        display: none;
    }
}
@media screen and (max-width: 430px) {
    .about-econa__copy ul br.adjustment-br {
        display: block;
    }
}



/* /////////////////////////////////////// */


.pickup-works__container {
    background-color: var(--color__ultra-light-gray);
    padding-top: var(--ub_padding);
    padding-bottom: var(--ub_padding);

}

.pickup-works {
    position: relative;
}

.pickup-works__outline {
    margin-bottom: clamp(34px, 5.932vw, 70px);
}
.pickup-works__outline p {
    font-size: clamp(14px, 1.355vw, 16px);
}

.pickup-works__wrapper{
    background-color: var(--color__white);
    padding: clamp(26px, 4.237vw, 50px);
    border-radius: var(--corner__s);
}

.pickup-works__text {
    display: grid;
    gap: clamp(18px, 2.033vw, 24px);
}

.pickup-works__text h4 {
    font-size: clamp(16px, 1.525vw, 18px);
}

.pickup-works__text h4 + span {
    display: block;
    text-align: right;
    font-size: 14px;
}

.pickup-works__text p {
    font-size: clamp(14px, 1.271vw, 15px);
}

/*.pickup-works__img-wrapper {
    aspect-ratio: 3/2;
}*/

.pickup-works__img-inner {
    width: 100%;
    height: 100%;
}

.pickup-works__img {
    aspect-ratio: 3/2;
    display: block;
    object-fit: cover;
    background-color: var(--color__light-gray);
    border-radius: var(--corner__s);
}

@media print, screen and (min-width:880px) {
    .pickup-works__img-wrapper {
        width: 57.5%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .pickup-works__wrapper{
        width: 56%;
    }
    .pickup-works__outline {
        width: 35%;
    }
    .pickup-works .btn__blue-base{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media screen and (min-width:600px) and (max-width:879px) {
    .pickup-works__wrapper{
        display: flex;
        justify-content: space-between;
        flex-direction:row-reverse;
        align-items: flex-start;
    }
    .pickup-works__outline {
        width: calc(100% - 180px);
    }
    .pickup-works__img-wrapper {
        width: 52%;
    }
    .pickup-works__text {
        width: 42%;
    }
    .pickup-works h3 .title-l {
        padding-bottom: 0px;
        border-bottom: none;
        margin-bottom: 18px;
    }
    .pickup-works .btn__blue-base{
        position: absolute;
        top: 118px;
        right: 0;
        width: 140px;
        height: 54px;
        padding: 0 18px;
    }
}

@media screen and (max-width:599px) {
    .pickup-works__wrapper {
        display: flex;
        flex-direction:column-reverse;
        padding: 0px;
    }
    .pickup-works__img {
        border-top-left-radius: var(--corner__s);
        border-top-right-radius: var(--corner__s);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .pickup-works__text {
        margin-top: 20px;
        padding: clamp(18px, 5vw, 30px);
    }
    .pickup-works .btn__blue-base{
        width: 180px;
        height: 54px;
        margin-left: auto;
        margin-top: 18px;
    }
}

/* ------------------------------*/

/* フェード対象にtransitionを付与 */
.pickup-works__img,
.js-pickup-title,
.js-pickup-meta,
.js-pickup-textarea {
    transition: opacity 0.5s ease;
}
.is-fading {
    opacity: 0;
}

/* ページネーション */
.pickup-pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.pickup-pagination__dots {
    display: flex;
    gap: 8px;
}

.pickup-pagination__dot {
    width: 5vw;
    height: 4px;
    border-radius: 2px;
    border: none;
    background: #ccc;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s;
}
.pickup-pagination__dot.is-active {
    background: var(--color__navy);
}

.pickup-pagination__prev,
.pickup-pagination__next {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #333;
    /* display: flex; */
    align-items: center;
    transition: opacity 0.2s;

    display: none;
}
.pickup-pagination__prev:hover,
.pickup-pagination__next:hover {
    opacity: 0.5;
}


@media screen and (max-width:599px) {
    .pickup-pagination {
        justify-content: center;
    }
}

/* /////////////////////////////////////// */

.rd__header-image {
    height: clamp(400px, 45.76vw, 540px);
    background-image: url(../../assets/images/rd/rd_title-img_2048x771.avif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;    
}

.rd__header-image .width-l {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.rd__container .section-title__wrapper {
    width: 37%;
    min-width: 380px;
    padding-left: clamp(24px, 11%, 52px);
    padding-right: clamp(24px, 11%, 52px);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rd__container .section-title {
    width: 100%;
    margin-bottom: 0;

}

.rd__container .section-title span,
.rd__container .section-title .section-title__en.title-l {
    color: var(--color__white);
}

.rd__container .section-title__en {
    border-color: var(--color__white);
    font-weight: 600;
    line-height: 1.5;
}

.rd__section-title-sub {
    width: 40%;
    /* background-color: #ffffff50; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0;
}

.rd__section-title-sub::before {
    content: "";
    display: block;
    position: relative;
    background-image: url(../../assets/images/home/figure_home-rd-ai_548x636.svg);
    background-size: cover;
    aspect-ratio: 548/636;
    width: clamp(180px, 22.03vw, 260px);
    mix-blend-mode: luminosity;
    opacity: 0.8;
    margin: 0 auto;
}

.rd__section-title-sub p {
    background-color: var(--color__vivid-red);
    color: var(--color__white);
    width: 100%;
    font-weight: 500;
    font-size: clamp(15px, 1.694vw, 20px);
    padding: 17px 24px 16px;
    line-height: 1.7;
    border-radius: var(--corner__s);
}

.rd__outline {
    background-color: var(--color__ultra-light-gray);
}

.rd__outline-copy {
    display: flex;
    justify-content: space-between;
    padding-top: clamp(60px, 6.779vw, 80px);
    padding-bottom: var(--ub_padding);
}

.rd__copy-wrapper .rd__copy {
    margin-bottom: 30px;
}

.rd__copy-wrapper p {
    font-weight: 400;
    font-size: clamp(15px, 1.355vw, 16px);    
}

.rd__copy-wrapper a {
    margin-left: auto;
    margin-right: 0;
}

.rd__image-wrapper p {
    font-size: clamp(14px, 1.271vw, 15px);  
}

.rd__image {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.rd__image span {
    display: block;
    width: 44%;
    aspect-ratio: 44/35;
    border-radius: var(--corner__s);
    overflow: hidden;

}

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

.rd__image::after {
    content: "";
    mask-image: url(../../assets/images/common/img_arrow_1a1a1a_36x36.svg);
    aspect-ratio: 1;
    background-color: var(--color__navy);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
}

@media print, screen and (min-width:1024px) {
    .rd__copy-wrapper {
    width: 46%;
    }
}

@media screen and (min-width:710px) and (max-width:1023px) {
    .rd__copy-wrapper {
    width: 52%;
    }
}

@media print, screen and (min-width:710px) {
    .rd__section-title-sub p {
        aspect-ratio: 484/100;
    }
    .rd__header-image .width-l::before {
        content: "";
        display: block;
        position: absolute;
        width: 37%;
        min-width: 380px;
        height: 100%;
        background-color: #D9D9D910;
        backdrop-filter: blur(7px);
        /*
            transform: translate3d(0,0,0);
            mix-blend-mode: overlay;
            -webkit-mix-blend-mode:normal;
        */
    }
    .rd__image-wrapper {
        width: 40%;
    }   
    .rd__image {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:709px) {
    .rd__header-image .width-l {
        flex-direction: column;
    }
    .rd__header-image .title-l {
        font-size: 34px;
        line-height: 1.4;
        text-align: left;
        padding-bottom: 10px;
    }
    .rd__header-image .title-l br.adjustment-br {
        display: none;
    }
    .rd__header-image .title-l br.adjustment-br-02 {
        display: none;
    }
    .rd__header-image {
        height: auto;
    }
    .rd__header-image.width-f {
        padding: 0 0 70px;
    }
    .rd__header-image .width-l::before {
        width: 100%;
        height: 210px;
        top:40px;
        left:0;
    }
    .rd__container .section-title__wrapper {
        width: 100%;
        padding: 40px var(--lr-padding) 40px;
        min-width: auto;
        background-color: #D9D9D910;
        backdrop-filter: blur(7px);
        margin-top: 40px;
    }
    .rd__section-title-sub {
        width: 100%;
        padding: 30px var(--lr-padding) 0;
    }
    .rd__section-title-sub p {
        margin-top: 30px;
    }
    .rd__outline-copy {
        flex-direction: column;
        position: relative;
        padding-bottom: 140px;
    }
    .rd__copy-wrapper a {
        position: absolute;
        right: 0;
        bottom: 60px;
        width: 140px;
        height: 54px;
        padding: 0 18px;
    }
    .rd__image-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    .rd__image {
        width: 48%;
    }
    .rd__image-copy {
        width: 48%;
    }
}
@media screen and (max-width:599px) {
    .rd__image-wrapper {
        flex-direction: column;
    }
    .rd__image {
        width: 100%;
        margin-bottom: 14px;
    }
    .rd__image-copy {
        width: 100%;
    }
    .rd__copy-wrapper a {
        width: 180px;
    }
}

/* /////////////////////////////////////// */


.news__container {
    padding-top: var(--ub_padding);
    padding-bottom: var(--ub_padding);
}

.news__container .section-title .title-l {
    padding-bottom: 0px;
    margin-bottom: 16px;
    border-bottom: none;
}

.news-list {
    border-top: var(--color__light-gray) solid 1px;
}

.news-list__item {
    border-bottom: var(--color__light-gray) solid 1px;
}

.news-list__item a {
    display: flex;
    justify-content: flex-start;
}

.news-list__item a span {
    display: block;
    font-weight: 500;
}

.news-list__update {
    font-size: 14px;
    letter-spacing: 0.1em;
    width: clamp(108px, 10.5%, 126px);
    position: relative;
}

@media print, screen and (min-width: 768px) {
  .pagination:first-of-type {
    display: none;
  }
  .news-list__item a {
    align-items: center;
    padding: 35px 0 33px;
  }
  .news-list__update::after {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      aspect-ratio: 1;
      background-color: var(--color__light-gray);
      border-radius: 50%;
      top: calc(50% - 5px);
      right: 0;

  }
  .news-list__title {
    flex: 1;
    padding-left: clamp(14px, 2.5%, 30px);
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news-list__item a {
      position: relative;
      flex-direction: column;
      padding: 22px 0 20px;
  }

  .news-list__item i.icon__circle-arrow {
      width: 30px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
  }
    .news-list__title {
    font-size: 15px;
    padding-right: 46px;
  }
  .news-list__update {
    margin-bottom: 5px;
  }

}

/*.news-list__item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    padding: 40px 0 38px;
}

.news-list__item a span {
    display: block;
    font-weight: 500;
}

.news-list__update {
    font-size: 14px;
    letter-spacing: 0.1em;
    width: clamp(108px, 10.5%, 126px);
    position: relative;
}

.news-list__update::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    aspect-ratio: 1;
    background-color: var(--color__light-gray);
    border-radius: 50%;
    top: calc(50% - 5px);
    right: 0;

}

.news-list__title {
    flex: 1;
    padding-left: clamp(14px, 2.5%, 30px);
    margin-right: 12px;
}*/

/* ---------------------- */

.news-list__more-wrapper {
    display: flex;
    justify-content: end;
    margin-top: 70px;
}

.news-list__more {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: var(--color__light-gray) solid 1px;
    line-height: 1;

}

.news-list__more.icon__right-arrow::after {
    position: relative;
    margin-left: 24px;
}


.nav__download-inquiry {
    padding-bottom: var(--ub_padding);
}