@font-face {
    font-family: 'GothicMB101';
    src: url('/assets/fonts/AP-OTF-GothicMB101Pr6N-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'GothicMB101';
    src: url('../fonts/AP-OTF-GothicMB101Pr6N-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'GothicMB101';
    src: url('../fonts/AP-OTF-GothicMB101Pr6N-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'GothicMB101';
    src: url('../fonts/AP-OTF-GothicMB101Pr6N-DeBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'GothicMB101';
    src: url('../fonts/AP-OTF-GothicMB101Pr6N-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'GothicMB101';
    src: url('../fonts/AP-OTF-GothicMB101Pr6N-Ultra.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
  }

*, *::before, *::after {
    box-sizing: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    font-weight:400;
    font-family: 'GothicMB101', sans-serif;
    overflow-x: hidden;
}

ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img,video {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-width: 0;
    line-height: 0;
    vertical-align: bottom;
    image-rendering: auto;
}

a {
    text-decoration: none;
}

input,textarea {
    width: 100%;
    background-color: #E5E5E5;
    border: 1px solid #808080;
    border-radius: 3.75px;
}

@media screen and (min-width: 769px) {
    .sp {
        display: none!important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none!important;
    }

    .sp_letter-007 {
        letter-spacing: -0.07em;
    }
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    /* background-color: #EA6000; */
    background-color: transparent;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.loading__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EA6000;
    z-index: 0;
}

#loading.active {
    opacity: 0;
    display: none;
    background-color: #fff;
}

#loading.hidden {
    position: fixed;
    top: -9999px;
    bottom:unset;
    right: -9999px;
    left: unset;
}

.loading__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 125px;
}

#loading img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #loading {
        /* background-color: unset; */
    }

    .loading__img {
        width: 24.36vw;
    }

    /* .loading__img {
        width: 100%;
    } */
}

.fadeup {
    opacity: 0;
    transition: opacity 2s;
    transform: translateY(50px);
}

.fadeup.active {
    opacity: 1;
    transform: translateY(0);
}

#scroll-down {
    position: fixed;
    bottom: 0;
    right: 56px;
    width: 8px;
    height: 273px;
    z-index:99;
}

.scrolldown {
    position: absolute;
    bottom: 0;
    right: 56px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scrolldown span {
    writing-mode: horizontal-tb;
    position: relative;
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
}

.scrolldown__line {
    bottom: 0;
    z-index: 10;
    width: 1px;
    height: 200px;
    background: #fff;
    position: relative;
}

.scrolldown__line::before {
    content: "";
    position: absolute;
    top: calc(var(--scroll-pos, 0%) - 10px);
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    opacity: var(--dot-opacity, 1);
    transition: opacity 0.2s linear;
    z-index: 10;
}

@media screen and (max-width: 768px) {


    .scrolldown {
        right: 30px;
    }

    .scrolldown__font {
        font-size: 9px;
        position: relative;
        /* left: 50%; */
    }

    .scrolldown__font span {
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
      }

    .scrolldown__line {
        height: 60px;
    }
}

.c-subttl {
    font-size: 20px;
    color: #EA6000;
    text-align: center;
    margin-bottom: 17px;
    font-weight: 600;
}

.c-ttl {
    font-size: 36px;
    color: #2D2D2D;
    font-weight: 600;
    text-align: center;
    line-height: 1.6666;
    margin-bottom: 55px;
}

.cta {
    background-color: #333;
}

.cta__inner {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0;
}

.cta__list {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.cta__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    border: 2px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.cta__btn:hover {
    color: #333;
    border:2px solid #fff;
    background-color: #fff;
}

.cta__btn.tatuno::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../img/cta_btn_tatuno.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .c-subttl {
        font-size: 3.59vw;
        line-height: 2;
        margin-bottom: 2.56vw;
    }

    .c-ttl {
        font-size: 4.62vw;
        line-height: 1.777;
        margin-bottom: 8.72vw;
    }

    .cta__inner {
        padding: 35px 0;
    }

    .cta__list {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .cta__btn {
        width: 260px;
        height: 50px;
        font-size: 12px;
        padding: 18px 0;
    }


    .cta__btn.tatuno::before {
        right: 18px;
        width: 10px;
        height: 10px;
    }
}



#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    width: 285px;
}

.header__logo {
    padding-left: 38px;
}

.header__nav {
    display: flex;
}

.header__nav__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 58px;
}

.header__nav__link__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    font-weight: 500;
}

.header__nav__link__item {
    font-size: 15px;
}

.header__nav__btn__list {
    display: flex;
}

.header__nav__btn__item {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.header__nav__btn__item a{
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.header__nav__btn__item.recruit {
    background-color: #EA6000;
}

.header__nav__btn__item.contact {
    background-color: #2D2D2D;
}

.header__nav__btn__item__icn {
    width: 18px;
    height: 17px;
    display: flex;
    align-items: flex-end;
}

.recruit .header__nav__btn__item__icn {
    width: 13px;
}

@media screen and (max-width: 1060px) {
    .header__nav__btn__item {
        width: 100px;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {

    .header__logo {
        width: 147px;
        padding-left: 13px;
    }

    .header__nav__link {
        display: none;
    }

    .header__nav__btn__item {
        width:50px;
        height: 50px;
        padding: 12px 0 8px;
    }

    .header__nav__btn__item.sp_menu {
        padding: 12px 0 3px;
    }

    .header__nav__btn__item.recruit {
        background-color: #333;
        color: #fff;
    }

    .header__nav__btn__item.sp_menu {
        background-color: #EA6000;
        color: #fff;
    }
    
    .header__nav__btn__item a {
        gap: 6px;
    }

    .header__nav__btn__item__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* gap: 8px; */
        gap: 9px;
    }

    .header__nav__btn__item__icn {
        width: 9px;
    }

    .recruit .header__nav__btn__item__icn {
        width: 9px;
    }

    .header__nav__btn__item__title {
        font-size: 8px;
    }

    .header__nav__btn__item__line {
        position: relative;
        width: 20px;
        height: 9px;
    }

    .header__nav__btn__item__line span {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 1px;
        background-color: #FFF;
    }

    .header__nav__btn__item__line.active span {
        left: 0;
        top: 50%;
    }

    .header__nav__btn__item__line span:nth-child(1) {
        top: 0;
    }

    .header__nav__btn__item__line span:nth-child(2) {
        bottom: 0;
        top: unset;
    }

    

    .header__nav__btn__item.sp_menu .header__nav__btn__item__line.active span:nth-child(1){
        transform: rotate(45deg);
        top: 50%;
    }

    .header__nav__btn__item.sp_menu .header__nav__btn__item__line.active span:nth-child(2){
        transform: rotate(-45deg);
        top: 50%;
    }
    


    .header__nav__sp {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #FFF;
        color: #fff;
        z-index: 99;
        margin-top: 50px;
        transform: translateX(9999px);
        transition: transform 0.3s ease-in-out;
    }


    .header__nav__sp.active {
        transform: translateX(0);
        background-color: #EA6000;
    }

    .header__nav__sp__inner {
        padding:70px 30px;
    }

    .header__nav__sp__list {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .header__nav__sp__item {
        border-bottom: 0.5px solid #fff;
    }

    .header__nav__sp__item a{
        padding: 23px 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .header__nav__sp__item a:after, .header__nav__sp__btn a:after{
        content: '';
        position: absolute;
        top: 50%;
        right: 23px;
        transform: translateY(-50%);
        width: 8px;
        height: 16px;
        background-image: url('../img/header_sp_arrow.webp');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .header__nav__sp__btn {
        margin-bottom: 15px;
    }

    .header__nav__sp__btn a{
        padding: 20px 25px 16px 70px;
        position: relative;
        display: block;
        line-height: 1;
        border: 0.5px solid #fff;
    }

    .header__nav__sp__btn a:before{
        content: '';
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .header__nav__sp__btn.recruit a:before{
        width: 13px;
        height: 17px;
        background-image: url('../img/icn_recruit.webp');
    }

    .header__nav__sp__btn.contact a{
        background-color: #333;
        border: none;
    }

    .header__nav__sp__btn.contact a:before{
        width: 18px;
        height: 11px;
        background-image: url('../img/icn_contact.webp');
    }
}

.main {
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .main {
        margin-top: 50px;
    }
}

#fv {
    height: calc(100vh - 100px);
    background-image: url('../img/fv_pc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: -3px;
}

.fv__inner {
    /* padding: 784px 0 85px 198px; */
}

.fadeup {
    opacity: 0;
    transition: opacity 2s;
    transform: translateY(50px);
}

.fv__title {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 10.31vw;
    opacity: 0;
    transition: opacity 2s;
    transform: translateY(50px);
    font-size: 118px;
    font-weight: 600;
    color: #FFF;
}

.fv__title.active {
    opacity: 1;
    transform: translateY(0);
}

.fv__title span {
    display: inline-block;
}

@media screen and (max-width: 1550px) {
    .fv__title {
        font-size: 97px;
    }
}

@media screen and (max-width: 1285px) {
    .fv__title {
        font-size: 80px;
    }
}

@media screen and (max-width: 1100px) {
    .fv__title {
        font-size: 6.82vw;
    }
}

@media screen and (max-width: 768px) {
    #fv {
        background-image: url('../img/fv_sp.webp');
        height: calc(100vh - 50px);
    }

    .fv__title {
        bottom: 31.54vw;
        left: 20px;
        font-size: 10.77vw;
    }

    
}


#about {
    background-image: url('../img/about_bg_pc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.about__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 194px 20px 96px;
}

.about__title {
    max-width: 333px;
    width: 100%;
    margin-bottom: 76px;
}

.about__detail {
    color: #fff;
}

.about__detail__top {
    font-size: 26px;
    line-height: 2.3;
    margin-bottom: 54px;
    font-weight:600;
}

.about__detail__bottom {
    font-size: 18px;
    line-height: 2.666;
    font-weight:500;
}

.about__font {
    color: #FFF;
    font-size: 8.39vw;
    font-weight: 600;
    font-family: "din-2014-narrow", sans-serif;
}

@media screen and (max-width: 768px) {
    #about {
        background-image: url('../img/about_bg_sp.webp');
    }

    .about__inner {
        padding: 15.384vw 7.179vw 0;
    }

    .about__title {
        max-width: 50.512vw;
        margin-bottom: 10.512vw;
    }

    .works__detail {
        font-weight: 400;
    }

    .about__detail__top {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 24px;
    }

    .about__detail__bottom {
        font-size: 3.333vw;
        line-height: 2;
        letter-spacing: -0.08em;
    }

    .about__detail {
        margin-bottom: 54.359vw;
    }

    .about__font {
        font-size: 14.87vw;
        line-height: 1;
    }
}


#works {
    background-image: url('../img/works_bg_pc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.works__inner {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 107px 30px 375px;
}


.works__detail {
    font-size: 16px;
    text-align: justify;
}

@media screen and (max-width: 768px) {

    #works {
        background-image: url('../img/works_bg_sp.webp');
    }

    .works__inner {
        padding: 15.384vw 7.692vw 78.461vw;
    }

    .works__detail {
        font-size: 3.196vw;
    }
}

.expert__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 107px 20px 86px;
}

.expert__list {
    display: flex;
    justify-content: space-between;
    gap: 52px;
}

.expert__item {
    text-align: center;
    width: calc(33% - 26px);
}

.expert__item__img {
    margin-bottom: 30px;
}

.expert__item__title {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 20px;
}

.expert__item__text {
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    letter-spacing: -0.05em;
    font-weight: 400;
}


@media screen and (max-width: 768px) {
    .expert__inner {
        padding: 15.90vw 14.10vw 13.85vw;
    }

    .expert__list {
        flex-direction: column;
    }

    .expert__item {
        width: 100%;
    }

    .expert__item__img {
        max-width: 56.41vw;
        margin: 0 auto;
        margin-bottom: 7.69vw;
    }

    .expert__item__title {
        font-size: 4.10vw;
        line-height: 1;
        margin-bottom: 6.41vw;
    }

    .expert__item__text {
        font-size: 3.33vw;
        line-height: 2;
    }
}

#method {
    background-image: url('../img/method_bg_pc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

.dot-bg {
    position: relative;
}

.dot-bg::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}

.method__inner {
    width: 100%;
    padding: 197px 0 206px;
}

.method__contents {
    display: flex;
    justify-content: space-between;
    gap: 52px;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 5;
}

.method__contents__inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 95px 0 72px;
    color: #fff;
    position: relative;
}

.method__contents__inner::after {
    position: absolute;
    content: '';
    width: 595px;
    height: 639px;
    background-image: url(../img/method_shapes.webp);
    top: 55px;
    right: -368px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
}

.method__subttl {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: 600;
}

.method__ttl {
    font-size: 36px;
    line-height: 1.666;
    margin-bottom: 47px;
    font-weight: 600;
}

.method__text {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 80px;
}

.method__font {
    position: relative;
    z-index: 10;
    font-size: 88px;
    color: #EA6000;
    font-weight: 600;
    line-height: 1;
    font-family: "din-2014-narrow", sans-serif;
}

@media screen and (max-width: 1700px) {
    .method__contents__inner::after {
        right: -252px;
    }
}

@media screen and (min-width: 1421px) {
    .method__shapes {
        display: none;
    }
}

@media screen and (max-width: 1420px) {
    .method__contents__inner::after {
        display: none;
    }
    .method__shapes {
        margin: 0 auto;
        width: 60%;
    }
}

@media screen and (max-width: 768px) {

    #method {
        background-image: url('../img/method_bg_sp.webp');
        background-attachment: unset;
    }

    .method__inner {
        padding: 17.95vw 0;
    }
    
    .method__contents__inner {
        padding: 10.51vw 7.69vw 15.38vw;
    }

    .method__subttl {
        font-size: 3.85vw;
        margin-bottom: 5.13vw;
    }
    
    .method__ttl {
        font-size: 4.62vw;
        margin-bottom: 7.69vw;
    }
    
    .method__text {
        font-size: 3.33vw;
        margin-bottom: 0;
    }

    .method__shapes {
        margin-bottom: 6.92vw;
        width: 100%;
    }

    .method__font {
        font-size: 11.79vw;
    }

    .method__contents__inner::after {
        display: none;
    }
}

#machines {
    background-image: url('../img/machines_bg_pc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.machines__inner {
    width: 100%;
    padding: 107px 0 306px;
}

#machines .c-subttl {
    color: #EA6000;
}

#machines .c-ttl {
    color: #fff;
}

.machines__contents {
    display: flex;
    justify-content: space-between;
    gap: 52px;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 5;
}

.machines__contents__inner {
    color: #fff;
    padding: 60px 0 ;
    width: 100%;
} 

.machines__contents__many {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 65px;
}

.machines__contents__list {
    display: flex;
}

.machines__contents__item {
    width: 16.666%;
}

.machines__contents__many__item {
    margin-bottom: 27px;
    line-height: 1;
}

.machines__contents__many__item.orangy__only {
    margin-bottom: 22px;
}

.machines__contents__item__img {
    margin-bottom: 26px;
}

.machines__contents__item__name {
    text-align: center;
    font-weight: 300;
    white-space: nowrap;
}

@media screen and (max-width: 1200px) {
    .machines__contents__item__name {
        font-size: 12px;
    }
}

.machines__contents__many__item {
    font-weight: 500;
}


.machines__contents__many__item__orange {
    color: #FF8000;
    display: flex;
    gap: 30px;
    font-size: 18px;
    margin-bottom: 11px;
}

.machines__contents__many__item__orange__left {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 830px;
}

.machines__contents__many__item__orange__left__line {
    position: relative;
    flex: 1;
}

.machines__contents__many__item__orange__left__line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.5px;
    background-color: #FF8000;
}

.machines__contents__many__item__orange__right {
    width: calc(100% - 830px - 25px);
}

.machines__contents__many__item__orange__right span{
    font-size: 30px;
}

.machines__contents__many__item__white {
    font-size: 14px;
}

@media screen and (max-width: 930px) {
    .machines__contents__many__item {
        margin-bottom: 2.90vw; /* 27px */
    }
    
    .machines__contents__many__item.orangy__only {
        margin-bottom: 2.37vw; /* 22px */
    }
    
    .machines__contents__item__img {
        margin-bottom: 2.80vw; /* 26px */
    }
    
    .machines__contents__many__item__orange {
        gap: 3.23vw; /* 30px */
        font-size: 1.94vw; /* 18px */
        margin-bottom: 1.18vw; /* 11px */
    }
    
    .machines__contents__many__item__orange__left {
        gap: 2.15vw; /* 20px */
        width: 89.25vw; /* 830px */
    }
    
    .machines__contents__many__item__orange__right {
        width: calc(100% - 89.25vw - 3.23vw); /* 100% - 830px - 30px */
    }
    
    .machines__contents__many__item__orange__right span {
        font-size: 3.23vw; /* 30px */
    }
    
    .machines__contents__many__item__white {
        font-size: 1.51vw; /* 14px */
    }
    
}

@media screen and (max-width: 768px) {

    

    #machines {
        background-image: url('../img/machines_bg_sp.webp');
        background-attachment: unset;
    }
    .machines__inner {
        padding: 70px 0;
    }

    .machines__contents__inner {
        padding: 11.03vw 0 13.33vw;
    }

    .machines__contents__many {
        padding: 0 30px;
    }

    .machines__contents__list {
        overflow-x: scroll;
        margin-left: 0; /* 左寄せ */
        padding: 0; /* slickはulにpaddingがあることがある */
        display: block;
    }

    .machines__contents__item {
        width: 170px!important;
        flex-shrink: 0;
    }

    .machines__contents__item__img {
        margin-bottom: 3.85vw;
    }

    .machines__contents__item__name {
        font-size: 2.56vw;
    }



    .machines__contents__many__item {
        margin-bottom: 7.69vw;
    }
    
    .machines__contents__many__item.orangy__only {
        margin-bottom: 6.41vw;
    }
    
    .machines__contents__many__item__orange {
        gap: 5.38vw;
        font-size: 3.85vw;
        margin-bottom: 3.59vw;
    }
    
    .machines__contents__many__item__orange__left {
        gap: 2.15vw;
        width: 70.51vw;
    }
    
    .machines__contents__many__item__orange__right {
        width: calc(100% - 70.51vw - 3.59vw);
    }
    
    .machines__contents__many__item__orange__right span {
        font-size: 6.67vw;
    }
    
    .machines__contents__many__item__white {
        font-size: 3.08vw;
        line-height: 1.75;
    }
    

    .slick-arrow {
        z-index: 5;
        width: 36px;
        height: 36px;
        top: 41%;
    }

    .slick-next:before, .slick-prev:before {
        content: '';
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        opacity: 1;
    }

    .slick-prev:before {
        background-image: url('../img/machines_slider_prev.webp');
    }

    .slick-next:before {
        background-image: url('../img/machines_slider_next.webp');
    }

    #machines .slick-next {
        right: 10px;
    }

    #machines .slick-prev {
        left: 10px;
    }
}

.achievements__inner {
    padding: 107px 0 0;
}

.achievements__list {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.achievements__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(33% - 6px);
}

.achievements__item__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.achievements__item__top__left {
    width: calc(50% - 6px);
}

.achievements__item__top__right {
    width: calc(50% - 6px);
}

.achievements__item:nth-child(2) .achievements__item__top {
    order: 2;
}

.achievements__item:nth-child(2) .achievements__item__bottom {
    order: 1;
}


.achievements__item a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.achievements__item__name {
    position: absolute;
    bottom: 0.52vw;
    right: 0.625vw;
    display: inline-block;
    color: #fff;
    background-color: #EA6000;
    padding: 0.31vw 0.47vw 0.31vw 0.83vw;
    border-radius: 0.16vw;
    font-size: 0.625vw;
}

.achievements__item__name p {
    position: relative;
}

.achievements__item__name p::before {
    position: absolute;
    content: '●';
    width: 0.52vw;
    height: 0.52vw;
    top: 0.104vw;
    left: -0.52vw;
    font-size: 0.52vw;
}

.achievements__detail__item {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 全画面の高さを確保 */
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    color: #fff;
    overflow: hidden;
    padding-top: 100px; /* ヘッダーの高さ分オフセット */
    box-sizing: border-box;
}

.achievements__detail__item__close {
    position: fixed;
    top: 150px;
    right: 50px;
    width: 100px;
    cursor: pointer;
}

.achievements__detail__item__inner {
    max-width: 888px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll; /* 縦スクロール */
    overflow-x: visible;
    padding: 20px;
    box-sizing: border-box;

    /* スクロールバーを非表示にするスタイル */
    scrollbar-width: none;         /* Firefox */
    -ms-overflow-style: none;      /* Internet Explorer / Edge */
}

.achievements__detail__item .c-ttl {
    color: #fff;
}

.achievements__detail__item__information {
    padding: 0 44px;
}



.achievements__detail__item__date {
    font-size: 18px;
}

.achievements__detail__item__ttl {
    font-size: 26px;
    padding-bottom: 23px;
    border-bottom: 1px solid #fff;
    margin-bottom: 41px;
}

.achievements__detail__item__construction {
    margin-bottom: 12px;
}

.achievements__detail__item__place {
    margin-bottom: 14px;
}

.achievements__detail__item__date {
    margin-bottom: 63px;
}

.main-image {
    margin-bottom: 30px;
    position: relative;
    overflow: visible;
    padding: 0 44px;
}

.main-image-prev,.main-image-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 48px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
}

.main-image-prev {
    left: 0;
}

.main-image-next  {
    right: 0;
}

/* スライドアニメーション */
.main-image img {
    transition: transform 0.5s ease;
}

.main-image.slide img {
    transform: translateX(100%);
}

/* 画像スライド後の位置を戻す */
.main-image img {
    transform: translateX(0);
}

.achievements__detail__item .swiper {
    overflow: visible;
}

.thumbnail-list {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
    padding: 0 44px;
}

.thumbnail-list li {
    width: calc(25% - 15px);
    cursor: pointer;
}

[id^="achievements_detail"] {
    display: none;
  }
  [id^="achievements_detail"].active {
    display: block;
  }

  .slider__btn__list {
    display: flex;
    justify-content: space-between;
  }

  .slider__btn__item {
    cursor: pointer;
  }

  .slider__btn__item.prev {
    padding-left: 23px;
    position: relative;
  }

  .slider__btn__item.next {
    padding-right: 23px;
    position: relative;
  }

  .slider__btn__item.prev::before, .slider__btn__item.next::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 20px;
  }

  .slider__btn__item.prev::before {
    left: 0;
    background-image: url(../img/slider_btn_item_prev.webp);
  }

  .slider__btn__item.next::before {
    right: 0;
    background-image: url(../img/slider_btn_item_next.webp);
  }

@media screen and (max-width: 768px) {
    .achievements__inner {
        padding: 61px 0 0;
    }

    .achievements__list {
        flex-direction: column;
    }

    .achievements__item {
        width: 100%;
    }

    .achievements__item:nth-child(3) .achievements__item__top {
        order: 2;
    }

    .achievements__item:nth-child(3) .achievements__item__bottom {
        order: 1;
    }

    .achievements__detail__item__inner {
        padding: 0 3.59vw;
    }

    .achievements__detail__item__information {
        padding: 0 3.85vw;
    }

    .achievements__item__name {
        bottom: 6px;
        right: 6px;
        display: inline-block;
        padding: 2px 6px 3px 17px;
        border-radius: 3px;
        font-size: 10px;
    }

    .achievements__item__name p::before {
        top: 0.104vw;
        left: -12px;
        font-size: 10px;
    }

    

    .achievements__detail__item__close {
        position: fixed;
        top: 80px;
        right: 20px;
        width: 50px;
        cursor: pointer;
    }

    .achievements__detail__item__date {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .achievements__detail__item__ttl {
        font-size: 16px;
        padding-bottom: 28px;
        border-bottom: 1px solid #fff;
        margin-bottom: 31px;
    }

    .achievements__detail__item__construction {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .achievements__detail__item__place {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .achievements__detail__item__date {
        margin-bottom: 41px;
        font-size: 13px;
    }

    .main-image {
        margin-bottom: 10px;
        padding: 0 7.95vw;
    }

    .main-image-prev, .main-image-next {
        width: 15px;
        height: 30px;
    }

    .thumbnail-list {
        gap: 10px;
        padding: 0 7.95vw;
    }

    .thumbnail-list li {
        width: calc(25% - 7px);
    }
    
    
}

.company__inner {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 94px 20px 0;
}

.company__list {
    margin-bottom: 40px;
}

.company__item {
    display: flex;
    padding: 35px 45px;
    border-top: 0.5px solid #333;
}
.company__item:last-child {
    border-bottom: 0.5px solid #333;
}

.company__item__left {
    width: 170px;
    font-size: 15px;
    font-weight: 600;
}

.company__item__right {
    width: calc(100% - 170px);
    font-size: 15px;
}

.company__map {
    margin-bottom: 20px;
}

.company__map iframe {
    width: 100%;
    height: 326px;
}

.company__link {
    text-align: right;
}

.company__link a {
    padding-right: 34px;
    position: relative;
    font-size: 16px;
}

.company__link a::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 20px;
    background-image: url(../img/company_link_arrow.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .company__inner {
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
        padding: 61px 30px 0;
    }

    .company__item {
        padding: 23px 0 20px;
        flex-direction: column;
    }
    .company__item__left {
        width: 100%;
        font-size: 3.33vw;
        margin-bottom: 2.82vw;
    }

    .company__item__right {
        width: 100%;
        font-size: 13px;
    }

    .company__map iframe {
        height: 180px;
    }

    .company__link a {
        padding-right: 25px;
        font-size: 12px;
    }

    .company__link a::before {
        width: 8px;
        height: 16px;
    }
    
}

#history {
    overflow-x: hidden;
}

.history__inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 105px 20px 60px;
    position: relative;
}

.history__item {
}

.history__item__inner {
    display: flex;
    gap: 35px;
}

.history__item__left {
    width: 12px;
    position: relative;
}

.history__item__left::before, .history__item__left::after{
    position: absolute;
    content: '';
}

.history__item__left::before {
    width: 0.5px;
    height: 100%;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
}

.history__item:last-child .history__item__left::before {
    display: none;
}

.history__item__left::after {
    display: inline-block;
    font-size: 1em;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../img/history_item_black.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.history__item__right {
    display: flex;
    gap: 50px;
    width: calc(100% - 35px);
    padding-bottom: 60px;
    font-size: 15px;
}



.history__item:last-child .history__item__right {
    padding-bottom: 0;
}

.history__item__right__year {
    width: 201px;
    font-weight: 500;
}

.history__item__right__year span {
    font-size: 13px;
}

.history__item__right__event {
    width: calc(100% - 201px - 50px);
    font-weight: 400;
}

.history__img {
    position:relative;
    left: 112px;
    width: calc(100% - 187px - 50px);
}

.history__bg {
    position: absolute;
    bottom: 0;
    right: -277px;
    width: 618px;
}
@media screen and (max-width: 768px) {
    .history__inner {
        padding: 16.41vw 7.69vw 35.13vw;
    }

    .history__list {
        position: relative;
        z-index: 10;
    }

    .history__img {
        position: relative;
        left: 0;
    }

    .history__item__inner {
        gap: 20px;
    }

    .history__item__right {
        flex-direction: column;
        gap: 3.85vw;
        width: calc(100% - 8.97vw);
        padding-bottom: 10.26vw;
        font-size: 3.33vw;
    }

    .history__item__right__event {
        width: 100%;
    }

    .history__item__left::after {
        width: 2.56vw;
        height: 2.56vw;
        top: 1.03vw;
    }

    .history__bg {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 75.64vw;
        z-index: 1;
    }
}

.recruit__inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
}

.recruit__key {
    background-image: url(../img/recruit_key_bg_pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 225px 0 186px;
    margin-bottom: 67px;
}

.recruit__key__title {
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.recruit__key__title span {
    display: inline-block;
}

.recruit__explanation {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 67px;
}

.recruit__point {
    background-color: #F0F0F0;
    padding: 72px 0 80px;
}

.recruit__point__item {
    display: flex;
    justify-content: flex-end;
    gap: 103px;
    margin-bottom: 80px;
}

.recruit__point__item__left {
    width: calc(586px + 30px);
    padding-left: 30px;
}

.recruit__point__item__left__point {
    font-size: 20px;
    margin-bottom: 5px;
    color: #EA6000;
    font-weight: 500;
}

.recruit__point__item__left__ttl {
    font-size: 36px;
    line-height: 1.666;
    margin-bottom: 5px;
    font-weight: 600;
}

.recruit__point__item__left__detail {
    letter-spacing: -0.04em;
    line-height: 2;
    font-size: 16px;
}

.recruit__point__item__right {
    width: 800px;
}

.recruit__point__item:nth-child(2) {
    justify-content: flex-start;
    margin-bottom: 0;
}

.recruit__point__item:nth-child(2) .recruit__point__item__left {
    order: 2;
    padding-right: 30px;
}

.recruit__point__item:nth-child(2) .recruit__point__item__right {
    order: 1;
}

.recruit__img__list {
    display: flex;
}

@media screen and (max-width: 768px) {
    .recruit__inner {
        padding: 15.38vw 0 0;
    }
    .recruit__key {
        background-image: url(../img/recruit_key_bg_sp.webp);
        padding: 21.03vw 0 15.90vw;
        margin-bottom: 12.82vw;
    }

    .recruit__key__title {
        font-size: 4.10vw;
    }

    .recruit__explanation {
        padding: 0 7.69vw;
        font-size: 3.33vw;
        line-height: 2;
        margin-bottom: 13.33vw;
        letter-spacing: -0.04em;
    }

    .recruit__point {
        background-color: #F0F0F0;
        padding: 12.82vw 7.69vw;
    }


    .recruit__point__item {
        margin-bottom: 10.26vw;
        flex-direction: column;
        gap: 7.95vw;
    }

    .recruit__point__item__left {
        width: 100%;
        padding-left: 0;
    }

    .recruit__point__item__right {
        width: 92.31vw;
        position: relative;
        right: 1px;
    }

    .recruit__point__item__left__point {
        font-size: 3.08vw;
        margin-bottom: 2.56vw;
    }

    .recruit__point__item__left__ttl {
        font-size: 4.62vw;
        line-height: 1.777;
        margin-bottom: 2.56vw;
    }

    .recruit__point__item__left__detail {
        letter-spacing: -0.07em;
        font-size: 3.33vw;
    }

    .recruit__point__item:nth-child(2) .recruit__point__item__right {
        order: 2;
        position: relative;
        left: -7.69vw;
        right: unset;
    }

    .recruit__point__item:nth-child(2) .recruit__point__item__left {
        order: 1;
    }

    .recruit__img__list {
        flex-wrap: wrap;
    }

    .recruit__img__item {
        width: 33.333%;
    }
    
    
}

.guide__inner {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 103px 20px 80px;
}

.guide__btn {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.guide__btn.active {
    margin: 0 auto 80px;
}

.guide__btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    position: relative;
    color: #EA6000;
    border: 2px solid #EA6000;
    background-color: #fff;
    cursor: pointer;
    font-weight: 500;
}

.guide__btn button::before {
    position: absolute;
    content: '';
    background-image: url(../img/guide_btn_arrow.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    top: 50%;
    right: 28px;
    -webkit-transition: all .3s;
    transition: all .3s;
    
}

.guide__btn button:hover, .guide__btn button.active {
    color: #fff;
    border:1px solid #fff;
    background-color: #EA6000;
}

.guide__btn button.active::before {
    transform: rotate(180deg);
}

.guide__btn button:hover::before, .guide__btn button.active::before {
    background-image: url(../img/guide_btn_arrow_hover.webp);
}

.guide__list {
    opacity: 0;
    transition: all .3s;
    display: none;
    padding-bottom: 50px;
}

.guide__list.active {
    opacity: 1;
    display: block;
}

.guide__item {
    display: flex;
    padding: 35px 45px;
    border-top: 0.5px solid #333;
}
.guide__item:last-child {
    border-bottom: 0.5px solid #333;
}

.guide__item__left {
    width: 163px;
    font-size: 15px;
    font-weight: 600;
}

.guide__item__right {
    width: calc(100% - 163px);
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .guide__inner {
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
        padding: 62px 30px 41px;
    }

    .guide__btn.active {
        margin: 0 auto 40px;
    }

    .guide__btn button {
        width: 260px;
        height: 50px;
        font-size: 12px;
    }

    .guide__btn button::before {
        width: 13px;
        height: 6px;
        
        right: 14px;
    }

    .guide__list {
        padding-bottom: 0;
    }

    .guide__item {
        padding: 24px 0 20px;
        flex-direction: column;
        gap: 11px;
    }

    .guide__item__left {
        width: 100%;
        font-size: 3.33vw;
    }

    .guide__item__right {
        width: 100%;
        font-size: 3.33vw;
    }

    
}

#contact {
    background-color: #F0F0F0;
}

.contact__inner {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 20px;
}

.contact__text {
    text-align: center;
    font-size: 15px;
    line-height:1.8666;
    margin-bottom: 63px;
}

.contact__text span {
    color: #EA6000;
}

.smf-form--simple-table .smf-item {
    background-color: #fff;
    padding: 10px 4px 10px 40px;
    margin-bottom: 10px;
    align-items: center;
}

.privacy-policy.smf-item {
    padding: 10px 4px 34px 40px;
}

.privacy-policy.smf-item {
    resize: vertical;
    overflow-y: scroll;
}

.smf-form .smf-textarea-control__control {
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
}

.wp-block-snow-monkey-forms-item:nth-child(5) {
    align-items: flex-start;
}

.wp-block-snow-monkey-forms-item:nth-child(5) .smf-item__col--label {
    margin-top: 15px;
}

.privacy-policy {
    height: 243px;
    padding: 25px 16px 25px 40px;
}

.privacy-policy h3 {
    font-size: 20px;
    margin-bottom: 31px;
}

.privacy-policy p {
    font-size: 15px;
    margin-bottom: 31px;
    font-weight: 400;
}

.wp-block-snow-monkey-forms-item:nth-child(7) {
    background-color: unset;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: 60px;
}

.smf-form--simple-table .smf-item__col--label {
    max-width: 185px;
    width: 100%;
}

.smf-form--simple-table .smf-item__col--controls {
    max-width: calc(100% - 185px);
}

.smf-item__label__text {
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.asta .smf-item__label__text::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url('../img/contact_asta_icn.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: -17px;
    transform: translate(0, -40%);
}

.smf-form .smf-text-control__control {
    padding: 0;
}

.privacy-policy .smf-item__controls {
    padding-right: 20px;
    padding-bottom: 33px;
}



.privacy-policy .smf-item__col--label, .wp-block-snow-monkey-forms-item:nth-child(7) .smf-item__col--label{
    display: none;
}

.privacy-policy .smf-item__col--controls {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 30px;
}

.privacy-policy .smf-item__col--controls::-webkit-scrollbar {
    display: none;
}

.smf-form .smf-checkbox-control {
    align-items: center;
    gap: 15px;
    justify-content: center;
    display: flex
;
}

.wp-block-snow-monkey-forms-item:nth-child(7) .smf-item__controls {
    text-align: center;
} 

.smf-form .smf-text-control__control {
    height: 50px;
    border: none;
    box-shadow: none;
}

.contact__content .smf-action {
    margin: 0;
    margin-top: 60px;
}

.smf-checkbox-control__label {
    font-size: 15px;
}

.required {
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
}

.required::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url('../img/contact_asta_icn.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 0;
    transform: translate(0, -45%);
}

.required-asterisk {
    color: #EA6000;
    vertical-align: -0.1em;
    font-size: 10px;
    margin-left: 7px;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .smf-form--simple-table .smf-item {
        padding: 3.33vw 1.03vw 1.28vw 5.13vw;
    }

    .wp-block-snow-monkey-forms-item:nth-child(5) .smf-item__col--label {
        margin-top: 0;
    }

    .smf-form .smf-text-control__control {
        height: 20px;
    }

    .smf-form--simple-table .smf-item__col--controls {
        max-width: 100%;
    }

    .privacy-policy .smf-item__col--controls {
        padding-top: 0;
    }

    .wp-block-snow-monkey-forms-item:nth-child(7) {
        margin-top: 7.69vw;
        padding-left: 0;
        padding-top: 0;
    }

    .contact__content .smf-action {
        margin-top: 30px;
    }
    

    .smf-item__label__text {
        font-size: 3.33vw;
    }

    .privacy-policy h3 {
        font-size: 4.10vw;
    }
    .privacy-policy p {
        font-size: 3.33vw;
        margin-bottom: 6.41vw;
    }

    .required-asterisk {
        vertical-align: -0.1em;
        font-size: 10px;
        margin-left: 6px;
    }

    .smf-checkbox-control__label {
        font-size: 13px;
    }
}

.smf-action button.smf-button-control__control {
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 60px;
    padding: 23px 115px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    background-image: none;
    margin: 0 auto;
}


.smf-action button.smf-button-control__control:hover {
    color: #333;
    background-color: #fff;
}


@media screen and (max-width: 768px) {
    .contact__inner {
        padding: 60px 30px;
    }

    .contact__text {
        font-size: 14px;
        margin-bottom: 33px;
    }

    .smf-action button.smf-button-control__control {
        width: 330px;
        height: 50px;
        padding: 21px 0 18px;
        font-size: 12px;
    }
}



#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width:22px;
    z-index: 99;
    opacity: 0;
    transition: opacity .3s;
}

#page-top.active {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #page-top {
        position: fixed;
        right: 11px;
        width:26px;
    }
}


.footer__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 125px;
    padding: 90px 0 43px;
}

.footer__left {
    width: 285px;
}

.footer__right {
    width: 367px;
    font-size: 15px;
    font-weight: 400;
}

.footer__item {
    margin-bottom: 13px;
    line-height: 1;;
}

.footer__company {
    font-size: 16px;
    font-weight:600
}



.footer__copyright {
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 20px 0 15px;
}
.footer__copyright p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-mark {
    font-size: 13px;
    margin-right: 8px;
}


@media screen and (max-width: 768px) {
    .footer__inner {
        flex-direction: column;
        gap: 5.64vw;
        align-items: center;
        text-align: center;
    }
    
    .footer__left {
        width: 51.28vw;
    }
    
    .footer__item {
        margin-bottom: 3.85vw;
    }

    .footer__company {
        font-size: 3.59vw;
    }
    
    .footer__item.footer__address {
        margin-bottom: 2.82vw;
        font-size: 3.08vw;
    }
    
    .footer__item.footer__tel {
        margin-bottom: 3.08vw;
        font-size: 3.08vw;
    }

    .footer__item.footer__license {
        font-size: 3.08vw;
    }
    

    .footer__copyright {
        font-size: 2.05vw;
        padding: 3.08vw 0 2.56vw;
    }
    
    .copyright-mark {
        font-size: 3.33vw;
        margin-right: 1.79vw;
    }
}






