@charset "UTF-8";

html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
    /* スクロール位置調整*/
    scroll-behavior: smooth;

}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

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


a {
    display: inline-block;
    text-decoration: none;

}

li {
    list-style: none;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 30px 42px;
}

.header__logo {
    width: 229.74px;
}

.wrapper {
    background-color: #1B1B1B;
}

.fv__wrap {
    position: relative;
}

.fv__prev {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.fv__next {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.fv__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 34px 0 75px;
}

.fv-slider__item {
    transform: translateX(30%);
}

.fv-slider__item a{
    display: block;
}

.fv__link {
    position: relative;
    width: 285px;
    border: 3px solid #EDEDED;
    box-shadow: 0 0 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    letter-spacing: 2px;
    height: 100px;
    background-size: cover;
    background-position: center;
    text-decoration: none !important;
}


.fv__link--first {
    background-image: url(../img/fv-nav1.png);
}

.fv__link--second {
    background-image: url(../img/fv-nav2.png);
}

.fv__link--third {
    background-image: url(../img/fv-nav3.png);
}


.fv__label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    white-space: nowrap;
}

.fv__label--second {
    text-align: left;
    left: 21px;
    transform: translateY(-50%);
}

.fv__en {
    font-size: 16px;
    font-family: "sofia-pro", sans-serif;
}

.fv__arrow {
    width: 19px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.fv__line {
    height: 1px;
    background-color: #8F8F8F;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.top-arrow {
    position: fixed;
    right: 60px;
    bottom: 60px;
    width: 68px;
    cursor: pointer;
    z-index: 10;
}

.about {
    padding: 75px 0 150px;
}

.about__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.about__ttl {
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    color: #fff;
}

.about__color {
    background: linear-gradient(to right, #585858, #989898);
}

.about__block {
    display: block;
}

.about__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    margin: auto;
}

.about__item {
    width: 31.6%;
    padding: 10px;
    background: linear-gradient(to bottom, #585858, #989898);
}

.about__text {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: 500;
}

.product {
    padding: 150px 0 90px;
    background: linear-gradient(-45deg, #171717, #555555);
}

.product__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
}

.product__left {
    text-align: left;
    width: 484px;
}

.product__right {
    text-align: center;
    width: calc(100% - 634px);

}

.product__ttl {
    font-size: 60px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 7px;
    line-height: 1.1em;
}

.product__block {
    display: block;
}

.product__sub {
    font-size: 18px;
    font-family: "sofia-pro", 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 5px;
    margin-bottom: 54px;
}

.product__label {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    color: #fff;
    margin-bottom: 30px;
}

.product__text {
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.product__large {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 52px;
    margin-bottom: 30px;
}

.product__ja {
    font-size: 32px;
}

.product__item {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 39px;
    color: #fff;
}

.product__main {
    width: 199px;
    margin: auto;
}

.service {
    width: 100%;
    overflow: hidden;
    padding: 200px 0 228px;
}

.service__item {
    width: 77%;
    height: 400px;
    padding-top: 100px;
    padding-right: 298px;
    padding-left: 120px;
    margin-bottom: 175px;
    text-align: left;
    background: linear-gradient(to left, #585858, #989898);
    position: relative;
}

.service__num {
    position: absolute;
    left: 120px;
    top: 0;
    transform: translateY(-50%);
    width: 137px;

}

.service__item:nth-child(2n) {
    padding-right: 120px;
    padding-left: 298px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
}

.service__item:nth-child(2n) .service__num {
    left: 298px;
}

.service__item:last-child {
    margin-bottom: 0;
}

.service__img {
    width: 589px;
    position: absolute;
    bottom: -89px;
    right: -291px;
}

.service__img--second {
    left: -308px;
    right: auto;
}

.service__inner {
    text-align: left;
    display: inline-block;
}

.service__ttl {
    font-size: 30px;
    letter-spacing: 0.15em;
    color: #fff;
}

.service__detail {
    width: 100%;
    max-width: 620px;
    font-size: 16px;
    line-height: 2.2em;
    color: #fff;
    font-weight: 300;
}

.break {
    padding: 124px 0;
    background-image: url(../img/break-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.break__txt {
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: 0.16em;
    margin-bottom: 30px;
    font-weight: 300;
}

.break__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.break__link {
    height: 60px;
    width: 291px;
    text-align: center;
    background: #fff;
    color: #2050BA;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 0.16em;
    border-radius: 3px;
    text-decoration: none !important;
    transition: 0.3s;
}

.break__link:hover {
    background: linear-gradient(to right, #0C3BA1, #6890E6);
    color: #fff;
}



.break__link--contact {
    background: linear-gradient(to right, #0C3BA1, #6890E6);
    color: #fff !important;
}

.break__link--contact:hover {
    background: #fff;
    color: #2050BA !important;
}

.break__link--tel {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;

}

.lineup {
    margin-top: 180px;
    padding: 50px 0 150px;
}

.lineup-header__ttl {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}

.lineup-header__line {
    margin: auto;
    height: 3px;
    width: 30px;
    margin-top: 14px;
    margin-bottom: 60px;
    background: linear-gradient(to right, #0C3BA1, #6890E6);
}

.lineup-header__img {
    margin-bottom: 39px;
}

.lineup-header__img {
    width: 90%;
    max-width: 800px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lineup-header__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 110px;
}

.lineup-header__item {
    width: 180px;
    text-align: center;
    border: 1px solid #B1B1B1;
    padding: 14px 0;
    background: linear-gradient(to bottom, #585858, #989898);
}

.lineup-header__link {
    display: block;
    text-align: center !important;
    text-decoration: none !important;
}

.lineup-header__inner {
    width: 125px;
}

.lineup-header__txt {
    display: block;
    color: #000;
    margin-bottom: 8px;
}

.lineup-header__arrow {
    width: 10px;
    display: block;
    margin: auto;
}

.lineup__txt {
    position: relative;
}

.lineup__desktop {
    width: 384px;
}

.lineup__note {
    width: 221px;
    display: block;
    margin-left: 0;
}

.lineup__main {
    background: linear-gradient(-45deg, #171717, #555555);
    position: relative;
}

.lineup__wrap {
    max-width: 1284px;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 41px 0;
    position: relative;
}

.lineup__left {
    width: 368px;
}

.lineup__right {
    text-align: left;
    width: calc(100% - 404px);
}

.lineup__desktop {
    display: block;
    margin-left: 0;
}

.lineup__ttl {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #fff;
}

.lineup__label {
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 34px 0 20px;
    position: relative;
    z-index: 2;
}

.lineup__detail {
    font-size: 16px;
    color: #fff;
    line-height: 2em;
    letter-spacing: 0.16em;
    font-weight: 300;
    margin-bottom: 38px;
}

.lineup__link {
    width: 300px;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 100px;
    border: 1px solid #fff;
    text-align: center;
    padding: 16px 0;
    line-height: 1em;
    font-weight: 700;
    position: relative;
    transition: 0.3s;
}

.lineup__link:hover{
    background:#fff !important;
    color: #1C4295 !important;
}


.lineup__arrow {
    width: 19px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.lineup__arrow-b{
    display: none;
}

.lineup__link:hover .lineup__arrow{
    display: none;
}

.lineup__link:hover .lineup__arrow-b{
    display: block;
}

.lineup__list {
    max-width: 1200px;
    width: 90%;
    margin: 41px auto 0;
}

.lineup__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.lineup-item {
    width: 23%;
    text-align: left;
    position: relative;
}

.lineup-item__link {
    color: #fff !important;
    padding: 9px 49px 9px 20px;
    background: linear-gradient(30deg, #6890E6, #0C3BA1);
    display: inline-block;
    font-size: 15px;
    position: relative;
    text-decoration: none !important;
    transition: 0.3s;
}

.lineup-item__link:hover {
    color: #0C3BA1 !important;
    background: #fff;
}

.promotion__inner{
    display: inline-block;
    cursor: pointer;
}

.lineup-item__arrow {
    width: 6px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.lineup-item__arrow-b{
    display: none;
}

.lineup-item__link:hover .lineup-item__arrow{
    display: none;
}

.lineup-item__link:hover .lineup-item__arrow-b{
    display: block;
}

.lineup-item__img {
    width: 177px;
}

.lineup-item__ttl {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5em;

}

.lineup-item__cate {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.lineup-item__back {
    background: linear-gradient(to bottom, #585858, #989898);
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lineup-item__box {
    position: relative;
    z-index: 1;
    padding: 20px 20px 35px;
}

.lineup-item__img {
    display: block;
    margin: auto;
    position: relative;
    z-index: 1;
}

.lineup-item__inner {
    text-align: right;
    margin-top: 12px;
}

.lineup__main--second {
    margin-top: 80px;
}

.note-item__ttl {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 300;
}

.note-item {
    width: 23%;
}

.note-item__box {
    background: linear-gradient(to bottom, #585858, #989898);
    padding: 20px 20px 35px;
}

.note-item__box {
    margin-bottom: 22px;
}

.lineup__main--third {
    margin-top: 110px;
}

.lineup__right--third {
    order: 0;
    position: relative;
    z-index: 1;
    width: 64%;
}

.lineup__wrap--third {
    padding: 30px 0 119px;
}

.lineup__left--third {
    order: 1;
    position: absolute;
    width: 58%;
    right: -18px;
    bottom: 0;
    z-index: 0;
}

.lineup__workstation {
    width: 624px;
}

.lineup__main--third {
    position: relative;
    background: linear-gradient(45deg, #171717, #555555);

}

.lineup__detail--third {
    width: 73%;
}

.workstation__list {
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}

.workstation__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(to bottom, #585858, #989898);
    padding: 18px 10px;
    width: calc(50% - 10px);
    margin: 0;
}

.workstation__left {
    width: 242px;
}

.workstation__ttl {
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 1.5em;
}

.promotion {
    padding: 80px 0;
    background: linear-gradient(to bottom, #585858, #989898);
}

.promotion__wrap {
    width: 90%;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.promotion-slider__item {
    transform: translateX(-12%);
    margin: 0 15px;
    position: relative;
}

.promotion__mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.promotion-slider__iframe {
    width: 100%;
}

.promotion-slider {
    margin-bottom: 158px;
}

.promotion__ttl {
    font-size: 40px;
    color: #fff;
    margin-bottom: 13px;
    letter-spacing: 5px;
}

.promotion__ttl--first {
    margin-bottom: 45px;
}

.promotion__container {
    position: relative;
    width: 80%;
    max-width: 1100px;
    margin: auto;
}

.promotion__prev {
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.promotion__next {
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.promotion__catch {
    font-size: 18px;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 0;
}

.promotion__img {
    margin: 56px auto 20px;
}

.promotion__detail {
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: left;
}

.promotion__link {
    display: block;
    width: 400px;
    max-width: 100%;
    padding: 16px;
    line-height: 1em;
    font-size: 14px !important;
    color: #fff;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    text-decoration: none !important;

}

.promotion__arrow {
    width: 13px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

}

.promotion__link.active .promotion__arrow {
    transform: translateY(-50%) rotateX(180deg);

}

.promotion__content{
    display: block;
    margin-bottom: 40px;
}
.promotion__txt b {
    font-size: 24px;
    margin-bottom: 50px;
    margin-top: 40px;
}
.promotion__txt img {
    margin-bottom: 20px;
}
.works {
    padding: 120px 0 110px;
}

.works__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 151px;
    text-align: left;
    width: 90%;
    margin: auto;
    color: #fff;
}

.works__ttl {
    font-size: 60px;
    line-height: 1.1em;
    letter-spacing: 7px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
}

.works__label {
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 0;
}

.works__detail {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.works__slick {
    width: 95%;
    max-width: calc(600px + 50%);
    margin-left: auto;
    margin-right: 0;
    margin-top: 80px;
}

.works-item {
    text-align: left;
    margin-right: 60px;
    transform: translateX(calc(50% + 30px));
}

.works-item__label {
    font-size: 16px;
    margin: 24px 0 5px;
    color: #8597BE;
    font-weight: 500;
}

.works-item__ttl {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.works__slick {
    padding-bottom: 60px;
    margin-bottom: 50px;
}

.works__slick .slick-dots {
    position: absolute;
    width: 90vw;
    left: 0;
    bottom: 0;
    margin: 0;
    max-width: 1200px;
    z-index: 1;
}

.works__slick .slick-dots li {
    width: 33.3%;
    margin: 0;
    padding: 0;
    height: 1px;
}

.works__slick .slick-dots li button {
    width: 100%;
    height: 1px;
    background-color: #E7E7E7;
    padding: 0;
}

.works__slick .slick-dots li.slick-active button {
    background-color: #1C4295;
    height: 2px;

}

.works__slick .slick-dots li button:before,
.works__slick .slick-dots li button::after {
    display: none;
}

.appeal {
    padding: 120px 0 110px;
    background-image: url(../img/appeal-back.png);
    background-position: right;
    background-size: cover;
}

.appeal__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.appeal__ttl {
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
}

.appeal__list {
    display: inline-block;
    margin: auto;
    margin-bottom: 75px;
}

.appeal__item {
    font-size: 20px;
    color: #fff;
    padding-left: 49px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.appeal__item:last-child {
    margin-bottom: 0;
}

.appeal__item::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/appeal-check.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.company {
    padding: 150px 0 125px;
    background-color: #fff;
}

.company__img {
    width: 90%;
    max-width: 589px;
    margin: auto;
}

.company__detail {
    font-size: 20px;
    line-height: 2em;
    margin-top: 50px;
    font-weight: 500;
}

.footer {
    padding: 50px 0;
}

.footer__nav {
    max-width: 960px;
    width: 90%;
    margin: auto
}

.footer__item {
    width: 31.6%
}

.footer__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: auto;
}

.footer__link {
    display: block;
    padding: 16px 0;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    position: relative;
    text-decoration: none !important;
}

.footer__logo {
    width: 229.74px;
    margin: 64px auto 0;
}

.footer__arrow {
    width: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer__copy {
    margin-top: 13px;
    font-size: 14px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

.header__menu {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 27, 27, 0.88);
    z-index: 9999;
}

.modal__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}

.modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal__close {
    position: absolute;
    width: 27px;
    right: 9%;
    top: 5vh;
    cursor: pointer;
}

.modal__inner{
    width: 75%;
    height: 90vh;
    padding: 30px;
    background-color: #fff;
}

.modal__img{
    display: block;
    width: 200px;
    margin-left: 0;
    margin-top: 20px;
}

.promotion__txt{
    height: 100%;
    overflow-y: scroll;


}

.promotion__hidden {
    display: none;
    margin-top: 30px;
}

.promotion__txt {

    background-color: #fff;
    border-radius: 5px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}

.promotion__txt b {
    display: block;
}

.promotion__txt img {
    margin-bottom: 10px;
}

.promotion__txt figcaption {
    font-size: 14px;
    color: #555555;
    margin-bottom: 10px;
    margin-top: -5px;
}

.promotion-slider .slick-dots li {
    width: 8px;
    margin: 0;
    padding: 0;
}

.promotion-slider .slick-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.promotion-slider .slick-dots li button {
    width: 8px;
    margin: 0;

}

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

.promotion-slider .slick-dots li button::after{
    background:none;
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px solid #fff;
   opacity: 1;
}

.slick-dots li.slick-active button::after{
    background: #fff;
}

@media screen and (max-width: 1280px) {
    .service__img {
        width: 480px;
    }

    .service__img {
        right: -199px;
    }

    .service__img--second {
        left: -208px;
        right: auto;
    }

    .product__wrap {
        gap: 0;
    }

    .product__right {
        width: 40%;
    }

    .product__left {
        width: 60%;
    }

}

@media screen and (max-width: 1024px) {
    .product {
        padding: 150px 0 90px;
    }

    .product__wrap {
        flex-wrap: wrap;
    }

    .product__left {
        width: 100%;
        margin-bottom: 30px;
    }

    .product__right {
        width: 100%;
    }

    .service__item {
        width: 100%;
        padding: 50px 5% 0px;
        height: auto;
    }

    .service__item:nth-child(2n) {
        padding: 50px 5% 0px;
    }

    .service__img {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        width: 80%;
    }

    .service__img--second {
        left: 0;
        right: auto;
    }

    .fv__nav {
        width: 80%;
        margin: auto;
        flex-wrap: wrap;
    }

    .fv__link {
        width: 100%;
    }

    .service__item {
        position: relative;
        text-align: left;
    }

    .service__item .tri {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #1b1b1b transparent;
    }

    .service__item:nth-child(2n) .tri {
        right: auto;
        left: 0;
    }
}

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

    /* ハンバーガーメニュ */
    .header__menu {
        display: block;
    }

    .header__line {
        width: 35px;
        height: 1px;
        background-color: #fff;
        margin-bottom: 9px;
        display: block;
    }

    .header__line:last-child {
        margin-bottom: 0;
    }

    .header__right {
        display: none;
    }


    /* ハンバーガーメニュここまで */

    .lineup__left {
        width: 47%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .lineup__right {
        width: 100%;
    }

    .lineup-header__list {
        width: 90%;
        margin: auto;
        margin-bottom: 60px;
    }

    .lineup-header__item {
        width: calc(33.3% - 6.6px);
    }

    .lineup-header__inner {
        width: 100%;
    }

    .lineup__container {
        width: 100%;
        overflow-x: scroll;
    }

    .lineup__list {
        width: 1100px;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .lineup__desktop {
        width: 72%;
        max-width: 100%;
    }

    .lineup__workstation {
        width: 60%;

    }

    .workstation__list {
        gap: 20px;
    }

    .workstation__item {
        width: 100%;
        padding-left: 0;
        gap: 13px;
    }

    .workstation__list {
        flex-wrap: wrap;
    }

    .workstation__left {
        width: 41%;
    }

    .workstation__ttl {
        font-size: 13px;
        line-height: 1.5em;
    }

    .lineup-item__link {
        padding: 6px 35px 6px 15px;
        font-size: 15px;

    }

    .lineup__detail {
        width: 100%;
    }

    .break__nav {
        flex-wrap: wrap;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }

    .works__wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0;
    }

    .works__right {
        width: 100%;
        margin-top: 35px;
    }

    .fv__label {
        font-size: 32px;
    }

    .fv__arrow {
        width: 38px;
    }

    .about__list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .about__item {
        width: 100%;
    }

    .lineup__note {
        width: 35%;
    }

    .service__img {
        margin-left: auto;
        margin-right: 0;
    }

    .service__img--second {
        margin-left: 0;
        margin-right: 0;
    }

    .lineup__wrap {
        position: static;
    }

    .footer__list {
        flex-wrap: wrap;
    }

    .footer__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer__link {
        font-size: 16px;
    }

    .header__right {
        display: none;
    }

    .service__item .service__num {
        width: 84px;
        left: 30px;
        right: auto;
    }

    .service__item:nth-child(2n) .service__num{
        left: auto;
        right: 30px;
    }

    .appeal{
        background-image: url(../img/appeal-back-sp.jpg);
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 545px) {
    .fv__nav {
        gap: 10px;
    }

    .fv__label {
        font-size: 16px;
    }

    .fv__arrow {
        width: 19px;
    }

    .about {
        padding: 85px 0 120px;
    }

    .about__ttl {
        font-size: 23px;
    }

    .about__text {
        font-size: 17px;
    }

    .about__list {
        gap: 10px;
    }

    .product {
        padding: 83px 0 100px;
    }

    .product__ttl {
        font-size: 45px;
    }

    .product__sub {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .product__label {
        font-size: 26px;
    }

    .product__text {
        font-size: 12px;
    }

    .product__right {
        width: 90%;
    }

    .product__item {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .product__main {
        width: 186px;
    }

    .service {
        margin-top: 100px;
        padding: 50px 0 178px;
    }

    .service__ttl {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .service__detail {
        font-size: 12px;
        margin: 0;
    }

    .service__img {
        margin-top: -45px;
        transform: translateY(90px);
    }

    .service__img--second {
        margin-top: -120px;
    }

    .service__img--third {
        margin-top: -120px;
    }

    .break {
        padding: 140px 0;
        background-image: url(../img/break-back-sp.jpg);
    }

    .break__txt {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .lineup {
        margin-top: 100px;
        padding: 50px 0 150px;
    }

    .lineup-header__ttl {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .lineup-header__line {
        margin: auto;
        height: 2px;
        width: 20px;
        margin-bottom: 30px;
    }

    .lineup-header__txt {
        font-size: 10px;
    }

    .lineup-header__item {
        padding: 6px 0;
    }

    .lineup-header__img {
        margin-bottom: 10px;
    }

    .lineup__label {
        font-size: 20px;
        margin: 46px 0 12px;
        text-align: left;
    }

    .lineup__detail {
        margin-bottom: 30px;
        text-align: left;
    }

    .lineup__link {
        font-size: 16px;
    }

    .lineup__right {
        text-align: center;
    }

    .lineup__wrap {
        padding: 52px 0;
    }

    .lineup__list {
        padding: 50px 5vw;
    }

    .lineup__main--second {
        margin-top: 50px;
    }

    .lineup__ttl {
        font-size: 12px;
    }

    .product__large {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .product__left {
        margin-bottom: 40px;
    }

    .lineup__detail {
        font-size: 12px;
    }

    .promotion__ttl {
        font-size: 25px;
        margin-bottom: 13px;
    }

    .promotion__catch {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .promotion__detail {
        font-size: 12px;
    }

    .promotion__link {
        padding: 15px;
        font-size: 13px;
    }

    .works {
        padding: 100px 0;
    }

    .works__ttl {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .works__label {
        font-size: 14px;
    }

    .works__detail {
        font-size: 12px;
    }

    .appeal {
        padding: 141px 0;
    }

    .appeal__ttl {
        font-size: 20px;
    }

    .appeal__item {
        font-size: 12px;
        padding-left: 28px;
    }

    .appeal__item::before {
        width: 21px;
        height: 21px;
    }

    .company {
        padding: 150px 0;
    }

    .company__img {
        width: 75%;
    }

    .company__detail {
        font-size: 15px;
        margin-top: 40px;
    }

    .header__logo {
        width: 127px;
    }

    .top-arrow {
        right: 20px;
        bottom: 20px;
        width: 68px;
    }

    .fv__link {
        height: 70px;
        width: 280px;
    }

    .fv__arrow {
        width: 15px;
    }

    .fv__label--second {
        text-align: left;
        left: 13px;
    }

    .promotion__txt {
        font-size: 12px;
        padding: 16px;
    }

    .promotion__txt figcaption {
        font-size: 11px;
    }

    .promotion__next{
       right: 5%;
    }

    .promotion__prev {
       left: 5%;
    }
    .promotion__container {
        width: 100%;
    }

    .promotion-slider__item {
        transform: translateX(33%);
    }

    .promotion-slider {
        margin-bottom: 117px;
    }
    .works-item{
        transform: translateX(0);
        margin: 0 5vw;
    }
    .works__slick{
        padding-bottom: 30px;
    }
    .works-item__label{
        font-size: 11px;
    }
    .works-item__ttl{
        font-size: 13px;
    }
    .works__slick{
        width: 100%;
        margin: 50px auto 70px;
    }
    .works__slick .slick-dots{
        left: 5vw;
    }
    .break__link{
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }
    .modal__close{
        right: 5%;
        top: 20px;
    }
    .modal__inner{
        width: 90%;
        height: 85vh;
        padding: 10px;
    }
    .promotion__txt b{
        font-size: 14px;
        line-height: 1.4em;
    }
}