@charset "UTF-8";

* {
    min-height: 0vw;
}

html{
    scroll-behavior: smooth;
    scroll-padding-top: calc( 80px + min(70px, 5vw));
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: Noto Sans JP,sans-serif;
}


body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(162.852vw + 2908.31px);
    height: 100vh;
    background-repeat: no-repeat;
    background-position-x: calc((162.852vw + 2908.31px) / -8.9144) ;
    background-position-y: calc(((162.852vw + 2908.31px)/ -8.9144) * 3.503) ;
    background-image: url('../img/background_image.svg');
    background-size: cover;
}

.header{
    padding: 0 clamp(10px, 2.7vw, 50px);
    display: flex;
    flex-direction: column;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}




.header__bar{
    background-color: #000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 12px;
    width: 100%;
}

.header__contents{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #00000020;
    width: 100%;
    height: 68px;
    padding-right: min(4vw, 50px);
}

.header__logo {
    display: flex;
    height: auto;
    width: clamp(190px, 25vw, 208px);
    margin: auto min(1vw * 1.5, 50px);
    padding-bottom: calc(0.2vw * 1.5);
}

.header__logo-svg{
    width:100%;
    filter: drop-shadow(1px 0px 0px white) 
    drop-shadow(1px 1px 0px white) 
    drop-shadow(-0.5px 0px 0px white)
    drop-shadow(-0.5px -0.5px 0px white)
    drop-shadow(0px 1px 0px white)
    drop-shadow(-0.5px 1px 0px white)
    drop-shadow(0px -0.5px 0px white)
    drop-shadow(1px -0.5px 0px white);
}

.header__link{
    display: flex;
}

.header__link-text{
    padding:  min(1vw, 10px);
    margin-right: min(1.5vw, 20px);
    font-family: futura-pt-bold,Noto Sans JP,sans-serif;
    -webkit-text-stroke: 3px #ffffff;
    paint-order:stroke;
    font-size: min(1.5vw, 18px);
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.header__link-text:hover{
    background-color: #F2F2F2;
    border-bottom: 2px solid #E4004Fff;
    padding-top:  min(1vw + 2px, 12px);
}

.header__link-text:last-child{
    margin-right: 0px;
}

.header__link-openInNew::after{
    font-family: 'Material Symbols Rounded';
    padding-left: 3px;
    content: '\e89e'; /* 新しいウィンドウで開くマーク */
    font-size: min(1.5vw, 18px);
    font-variation-settings:
      'FILL' 0,
      'wght' 700,
      'GRAD' 0,
      'opsz' 20
}

.hamburger__link-menu{
    display: none;
}

.hamburger__input {
    display: none;
}


.hamburge__contents {
    display: none;
    list-style: none;
    text-decoration: none;
    background-color: rgba(255,255,255,0.95); 
    flex-direction: column;
    left: 0;
    padding: 25px;
    position: absolute;
    transform: translateY(-100vh);
    transition: 0.1s; 
    top: 100%;
    width: 100%;
    opacity: 0;
}

.hamburge__lists{
    margin: 0;
}

.hamburger__link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vh 20px;
    border-bottom: 1px solid rgb(0,0,0,0.2);
}

.hamburger__link::after{
    font-family: 'Material Symbols Rounded';
    padding-left: 3px;
    content: '\e5e1'; /* 右矢印マーク */
    font-size: 24px;
    font-variation-settings:
      'FILL' 0,
      'wght' 400,
      'GRAD' 0,
      'opsz' 24
}

.hamburger__link-last::after{
    content: none;
}

.hamburger__link-text{
    margin-right: min(1.5vw, 20px);
    font-family: futura-pt-bold,Noto Sans JP,sans-serif;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
}

.hamburger__bg {
    background-color: #fff; 
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(-100vh);
    transition: 0.1s; 
    z-index: -1;
}


.hamburger__minilink-top{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 20px;
}

.hamburger__minilink{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding: 3px 20px;
}

.hamburger__minilink-text{
    color: #727272;
    font-family: Noto Sans JP,sans-serif;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
}



.hamburger__logo{
    display: block;
    width: 170px;
    height: auto;
    margin: 20px auto 0px;
    filter: brightness(0) invert(0);
}

.hamburger__footer-text{
    font-family: futura-pt-bold,Noto Sans JP,sans-serif;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vh;
}

.main{
    margin: auto;
    margin-top: min(5% + 70px, 150px);
    display: grid;
    grid-template-columns: minmax(0,1300px);
    row-gap: min(70px, 5vw);
    place-content: center;
    place-items: center;
    position: relative;
    font-family: Noto Sans JP,sans-serif;
    font-weight: 500;
    font-size: clamp(15px, 2.2vw, 18px);
}


.main h2{
    font-family: futura-pt-bold,Noto Sans JP,sans-serif;
    font-weight: bold;
    font-size: clamp(52px, 9vw, 66px);
    margin: 0;
}

.main p{
    margin: 10px 0 0 0;
}

.main h3{
    font-family: Noto Sans JP,sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin: 0;
    margin-top: 3%;
}

.company{
    position: relative;
    aspect-ratio: 13 / 7;
    width: max(100%, 800px);
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
}

.company__background-image{
    width: max(100%, 800px);
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
}
.company__logobox{
    position: relative;
    margin: auto;
    width: 100%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
}
.company__logo{
    display: grid;
    place-content: center;
    padding: 30px 0 45px 0;
    margin: auto;
    width: 50vw;
    max-width: 460px;
    min-width: 280px;
}



.service{
    width: calc(100vw - 30px);
    max-width: 1300px;
    height: auto;
    margin: auto;
    background-color: #fff;
    padding: 20px clamp(28px, 7.4vw, 100px) 50px;
    border-radius: 12px;
}

.service__toptext{
    margin-bottom: 50px;
}

.service__contents{
    display: grid;
    row-gap: 50px;
}

.service__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.service__logo{
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.service__text{
    flex: 1;
    min-width: 75%;
    display: grid;
    justify-content: left;
    align-items: center;
    padding: 10px;
}

.service__text h3{
  margin: 0px;
}

.service__text p{
    margin: auto;
}


.recruit{
    width: calc(100vw - 30px);
    max-width: 1300px;
    height: auto;
    margin: auto;
    background-color: #fff;
    padding: 20px clamp(28px, 7.4vw, 100px) 50px;
    display: grid;
    row-gap: 30px;
    border-radius: 12px;
}

.recruit__box{
    background-color: #F2F2F2;
    padding: 20px;
}

.recruit__list{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.recruit__button{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 90%;
    height: 50px;
    background-color: #000;
    color: #fff;
    margin: auto;
    text-decoration: none;;
}

.recruit__button::after{
    font-family: 'Material Symbols Rounded';
    padding-left: 3px;
    padding-top: 2px;
    height: auto;
    content: '\e89e'; /* 新しいウィンドウで開くマーク */
    font-size: 18px;
    font-variation-settings:
      'FILL' 0,
      'wght' 500,
      'GRAD' 0,
      'opsz' 20
}


.contact{
    width: calc(100vw - 30px);
    max-width: 1300px;
    height: auto;
    margin: auto;
    background-color: #fff;
    padding: 20px clamp(28px, 7.4vw, 100px) 50px;
    border-radius: 12px;
}

.contact p:last-of-type{
    margin-bottom: 20px;
}
.contact__map{
    width: 100%;
    max-width: 1100px;
    aspect-ratio: 2/1;
}


.footer{
    height: auto;
    background-color: #000;
    color: #fff;
    align-items: center;
    display: flex;
    place-content: center;
    margin-top: min(70px, 5vw);
    padding-top: 40px;
    flex-direction: column;
}

.footer__contents{
    display: grid;
    grid-template-columns: 2fr minmax(300px, 1fr);
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.footer__logo{
    display: block;
    width: clamp(100px, 100%, 340px);
    height: auto;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

.footer__box{
    display: flex;
    flex-direction: column;
    border-left: 1px #fff solid;
}

.footer__link{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 10px 20px;

}

.footer__mini-link{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 6px;
    padding: 10px 20px 20px;

}

.footer__link-text{
    color: #fff;
    font-family: futura-pt-bold,Noto Sans JP,sans-serif;
    font-size: 18px;
    text-decoration: none;
    line-height: 27px;
    display: flex;
    align-items: center;
}

.footer__mini-link-text{
    color: #fff;
    font-family: Noto Sans JP,sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    align-items: center;
    display: flex;
    align-items: center;
}

.footer__link-openInNew::after{
    font-family: 'Material Symbols Rounded';
    padding-left: 3px;
    height: auto;
    content: '\e89e'; /* 新しいウィンドウで開くマーク */
    font-size: 18px;
    font-variation-settings:
      'FILL' 0,
      'wght' 700,
      'GRAD' 0,
      'opsz' 20
}


.footer__mini-link-text.footer__link-openInNew::after{
    font-family: 'Material Symbols Rounded';
    padding-left: 3px;
    height: auto;
    content: '\e89e'; /* 新しいウィンドウで開くマーク */
    font-size: 12px;
    font-variation-settings:
      'FILL' 0,
      'wght' 400,
      'GRAD' 0,
      'opsz' 20
}

.footer__copyright{
    color: #fff;
    font-family: futura-pt-bold,Noto Sans JP,sans-serif;
    font-size: 11px;
    text-decoration: none;
    line-height: 27px;
    display: flex;
    align-items: center;
}


/*768px以下で文字色が青色に*/
@media screen and (max-width: 768px) {
    /*768 px未満で表示させたいcssを記述する部分 */
    
    body:before{
        background-image: url('../img/background_image.svg');
        background-color: #fff;
        background-size: 938.4vw;
        background-position: -115.46vw -378.133vw ;
        
    }

    .header__logo {
        width: 190px;
        margin: auto 10px;
    }
    
    .header__logo-svg{
        width: 190px;
    }
    
    .header__link-text{
        display: none;
    }

    .hamburger__link-menu{
        display: grid;
        cursor: pointer;
    }

    .hamburger__link-menu::before{
        display: grid;
        width: 40px;
        height: auto;
        margin: auto;
        font-size: 40px;
        font-family: 'Material Symbols Rounded';
        padding-left: 3px;
        content: '\e5d2'; /* メニューマーク */
        font-variation-settings:
          'FILL' 0,
          'wght' 400,
          'GRAD' 0,
          'opsz' 40
    }

    .header__link-openInNew::after{
        font-family: 'Material Symbols Rounded';
        padding-left: 3px;
        content: '\e89e';/* 新しいウィンドウで開くマーク */
        font-size: 20px;
        font-variation-settings:
          'FILL' 0,
          'wght' 700,
          'GRAD' 0,
          'opsz' 20
    }


    .hamburger__minilink-text.header__link-openInNew::after{
        font-family: 'Material Symbols Rounded';
        padding-left: 3px;
        padding-top: 2px;
        content: '\e89e';/* 新しいウィンドウで開くマーク */
        font-size: 12px;
        font-variation-settings:
          'FILL' 0,
          'wght' 700,
          'GRAD' 0,
          'opsz' 20
    }
    
    #hamburger:checked ~ .header__contents {
        border: none;
    }

    #hamburger:checked ~ .header__contents .header__link .hamburge__contents {
        transform: translateY(0%);
        transition: 0.1s;
        opacity: 1;
        display: flex;
        justify-content: space-between;
        height: calc( 100vh - 80px );
    }


    #hamburger:checked ~ .header__contents .header__link .hamburger__bg {
        transform: translateY(0%);
        transition: 0.1s;
        opacity: 0.95;
        display: block;
    }

    #hamburger:checked ~ .header__contents .header__link .hamburger__link-menu::before{
        display: grid;
        width: 40px;
        height: auto;
        margin: auto;
        font-size: 40px;
        font-family: 'Material Symbols Rounded';
        padding-left: 3px;
        content: '\e5cd';  /* 閉じるマーク */
        font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 40
    }
    
    .main h2{
        text-align: center;
    }

    .contact__map{
        aspect-ratio: 1/1;
    }

    .footer{
        height: 200px;
        flex-direction: column;
        padding-top: 0px;
    }

    .footer__box {
        display: none;
    }

    .footer__contents{
        display: grid;
        grid-template-columns: 1fr;
    }
}

