/* レイアウト */
/****************** 
⬛︎ここに書くもの
  header / footer
  コンテナ幅
  グリッド
******************/

.l-wrapper{
    width: 100%;
}

.l-container {
  width: 90%;
  max-width: 1056px;
  margin: 0 auto;
}


/* ヘッダーここから */

.l-header {
  width: 100%;
  position: sticky;
  inset: 0;
  z-index: 99;
  background-color: #FFF;
}

.l-header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  height: 56px;
  padding: 11px 5.625% 11px 4.375%;
  margin: auto;
}

.l-header__logo {
  margin-right: auto;
}

.l-nav__list {
  list-style: none;
  display: flex;
  gap: 0 37px;
  padding: 0 45px;
  margin-right: auto;
}

.l-nav__item {
  width: fit-content;
  height: 16px;
  text-wrap: nowrap;
  font: 500 0.875rem "Noto_Sans_JP";
}

.l-footer {
  background: #f5f5f5;
  text-align: center;
}

.hamburger {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 4px;
    z-index: 99;
    cursor: pointer;
    transition: 0.3s;

    margin-right: 12px;
    border: unset;
}

.hamburger.is-active {
    background-color: #ffffff;
}

.hamburger > span {
    display: block;
    background-color: #ffffff;
    width: 16px;
    height: 2px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

.hamburger > span:first-of-type {
    margin-left: 11px;
}

.hamburger > span:nth-of-type(2) {
    margin-right: 11px;
}

.hamburger > span:last-of-type {
    margin-left: 11px;
    margin-bottom: unset;
}

.hamburger-menu {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}

.hamburger-menu.is-active {
    opacity: 1;
    visibility: visible;
}

.hamburger-menu li {
    position: relative;
    font-family: "Noto_Sans_JP";
    font-weight: 500;
    border-bottom: 1px solid #ECECEC;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}

.hamburger-menu li:first-of-type {
    margin-top: 21px;
}

.hamburger-menu li:last-of-type {
    border-bottom: unset;
}

.hamburger-menu.is-active li {
    transform: translateY(0);
}

.hamburger-menu li:hover {
    background-color: #000000;
    color: #ffffff;
    transition: 0.4s;
    border-bottom:#000000
}

.hamburger-menu li::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 46px;
    width: 24px;
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(../img/hamburger-white-arrow.svg);
}

.hamburger-menu li:hover::after {
    background-image: url(../img/hamburger-black-arrow.svg);
    transition: 0.5s;
}

.hamburger-menu li a {
    display: block;
    width: 100%;
    padding: 25px 25px 25px 47px;
    font-family: "Noto_Sans_JP";
}

.hamburger-menu li a:first-of-type {
    padding-top: 26px;
}

.hamburger > span {
    transition: 0.3s;
}

.hamburger.is-active > span:first-of-type {
    transform: translateY(7px) rotate(45deg);
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    width: 33px;
    height: 4px;
}

.hamburger.is-active > span:nth-of-type(2) {
    opacity: 0;
}

.hamburger.is-active > span:last-of-type {
    transform: translateY(-7px) rotate(-45deg);
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    width: 33px;
    height: 4px;
}

/* ヘッダーここまで */

/* フッターここから */
.l-footer-upper{
    position: relative;
    background-image: url(../img/footer_bk-img.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 79px;
    padding-bottom: 83px;
}

.l-footer-upper__inner{
    padding: 38px 92px 37px 92px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.l-footer-upper__inner-big-txt{
    position: relative;
    font-family: "LINE Seed JP_OTF";
    letter-spacing: 0.06em;
    font-size: 4rem;
    font-weight: 800;
    color: #000000;
    line-height: 1.21;
    mix-blend-mode: screen;
    background-color: #ffffff;
}

.l-footer-upper__inner-big-txt::after {
    content: "";
    position: absolute;
    top: -500px;
    left: -500px;
    right: -500px;
    bottom: -500px;
    background-color: #ffffff;
    z-index: -1; 
}

.l-footer-upper__inner-mini-txt{
    font-family: "LINE Seed JP_OTF";
    letter-spacing: 0.3em;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 2.48;
}

.l-footer-upper-btn{
    position: relative;
    margin-top: 23px;
    display: flex;
    gap: 27px;
    justify-content: space-between;
    z-index: 1;
}

.l-footer-under{
    background-color: #2d2d2d;
}

.l-footer-under-container {
    max-width: 1076px;
    width: 90%;
    margin: 0 auto;
}

.l-footer-under li{
    list-style: none;
}

.l-footer-under li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
}

.l-footer-under__inner{
    padding: 23px 0;
}

.l-footer-under-parallel{
    display: flex;
    gap: 69px;
    align-items: center;
}

.l-footer-under-parallel ul{
    display: flex;
    gap: 43px;
}

.l-footer-under__other-list{
    margin-top: 56px;
    display: flex;
    gap: 40px;
    margin-left: calc(166px + 69px);
}

.big-pc,
.mini-pc {
    display: block;
}

.big-sp,
.mini-sp {
    display: none;
}

.l-footer-upper__inner-big-txt.child,
.l-footer-upper__inner-mini-txt.child {
    transform: translateY(0) matrix(1, 0, -0.18, 0.98, 0, 0);
}

/* レスポンシブはここから */
@media screen and (max-width: 1110px) {
    .l-footer-upper__inner-big-txt{
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1000px) {
    /* ヘッダーここから */
    .l-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .l-header__container {
        margin: unset;
        padding: unset;
        margin-left: 13px;
    }

    .hamburger {
        display: block;
    }

    /* フッターここから */
    .l-footer-upper__inner-big-txt{
        font-size: 3rem;
    }

    .l-nav {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .l-footer-upper__inner-big-txt{
        font-size: 2.5rem;
    }

    .l-footer-upper__inner-mini-txt{
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    /* フッターここから */
    .l-footer {
        text-align: left;
    }

    .l-container {
        width: 91.79%;
        max-width: unset;
        margin: 0 auto;
    }

    .l-footer .l-container {
        width: unset;
    }

    .l-footer-upper {
        padding-top: 82px;
        padding-bottom: 82px;
        background-image: url(../img/footer-sp-img.jpg);
        background-position: 0 bottom;
    }

    .l-footer-upper__inner {
        border-radius: unset;
        padding-left: 4.1%;
        padding-right: 4.1%;
    }

    .l-footer-upper__inner-big-txt,
    .l-footer-upper__inner-mini-txt {
        text-align: center;
    }

    .l-footer-upper__inner-big-txt {
        font-size: 3rem;
        line-height: 1.3;
    }

    .l-footer-upper__inner-mini-txt {
        line-height: 1.5;
        margin-top: 19px;
    }

    .l-footer-upper__inner-mini-txt.child {
        transform: translateY(0) matrix(1, 0, -0.08, 1, 0, 0);
    }

    .big-txt1-sp,
    .big-txt2-sp,
    .mini-txt1-sp,
    .mini-txt2-sp,
    .big-sp,
    .mini-sp {
        display: block;
    }

    .big-pc,
    .mini-pc {
        display: none;
    }

    .l-footer-upper-btn,
    .l-footer-under-parallel,
    .l-footer-under-parallel ul,
    .l-footer-under__other-list {
        display: block;
    }

    .l-footer-under__other-list {
        margin-left: unset;
    }

    .l-footer .member-black-btn {
        margin-bottom: 24px;
    }

    .l-footer-upper-btn {
        margin-top: 35px;
    }

    .l-footer-under-container {
        width: 91.79%;
    }

    .l-footer-under__inner {
        padding-top: 19px;
        padding-bottom: 33px;
    }

    .l-footer-under-parallel img {
        margin-left: -8px;
        margin-bottom: 9px;
    }

    .l-footer-under li {
        height: 24px;
        margin-bottom: 8px;
    }

    .l-footer-under__other-list {
        margin-top: 32px;
    }

    .l-footer-under__other-list li:last-of-type{
        margin-bottom: unset;
    }
}

@media screen and (max-width: 350px) {
    .l-footer-upper__inner-big-txt{
        font-size: 2.5rem;
    }
}
/* フッターここまで */