@charset "UTF-8";

.header{
    background-color: white;
    background-size: cover;
    width: 100%;
    height: 55px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    

}



@media (min-width:768px) {
    .header{
        background-color: white;
        background-size: cover;
        width: 100%;
        height: 4.4vw;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    
    }

    .nav li {
        font-size: 1.9vw;
    }

}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.08vw;
}

.nav-button {
    margin-right: 4.4vw;
    box-sizing: content-box;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 29px;
    height: 20px;
    cursor: pointer;
    color: #000000;
}

.nav-button::before,
.nav-button::after {
    content: '';
    display: block;
    height: 1px;
    background-color: currentColor;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
}

.nav-button::before {
    transform: translateY(-10px);
    box-shadow: 0 10px currentColor;
}

.nav-button{
    display: none;
}

@media (max-width: 768px) {

.open .nav-button {
    z-index: 1000;
}

.open .nav-button::before {
    transform: rotate(-45deg);
    box-shadow: none;
}

.open .nav-button::after {
    transform: rotate(45deg);
    box-shadow: none;
}

html.open,.open body {
    height: 100%;
    overflow: hidden;
}

.open .header {
    position: relative;
    margin-bottom: -100px;
}

.open .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    color: #d7d7d7;
    display: flex;
    justify-content: center;
    align-items: center;

}

.open .nav ul {
    margin-bottom: 10vh;
    list-style: none;

}
.open .nav li:not(:last-child) {
    margin-bottom: 20px
}

.open .nav li {
    font-size: 8vw;
}
}

.nav {
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    overflow: hidden;
    color: transparent;
    transition: 0.5s ease-in-out;
}

@media (min-width: 768px) {
    .nav-button {
        display: none;
    }
    .nav {
          position: relative;
          left: auto;
          width: auto;
          height: auto;
        
    }
    .nav ul {
        display: flex;
        list-style: none;
        margin-right: 4.4vw;
        font-size: 24px;
    
    }

    .nav ul li:not(:last-child) {
        margin-right: 2vw;

    }
    .nav a{
        color: #000000;
    }
}

body{
    background-color: #d7d7d7;
    font-family: Roboto;
    font-weight: bold;
    margin: 0px;
}

.header-logo{
    float: left;
    font-size: 24px;
    align-items: center;
    margin-left: 4.4vw;
    color: #000000;
}

@media (min-width:768px) {
    .header-logo {
        font-size: 1.9vw;
    }
}

.header-list{
    float: right;
}

a{
    text-decoration: none;
    color: #d7d7d7;
}

img{
    width: 100%;
}


.background{
    background-color: #d7d7d7;
}

.hero {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.news {
  padding: 4vw 0;

}


.inner {
  width: 80%;
  margin: 0 auto;
  padding: 5.2vw 0 8vw;
}

.inner p,.inner time {
    color: #000000;
}


.sub_ttl {
  font-size: 2.4vw;
  text-align: center;
  margin-bottom: 3.2vw;
}

.news_list {
  margin: 0 5%;
}

.news_list_item {
  padding: 2vw 0;
  border-bottom: 1px solid #000000;
}

.news_list_item:first-child {
  border-top: 1px solid #000000;
}
.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 2.4vw;
 font-size: 2.4vw;
}

.news_list_item p {
    font-size: 2.4vw;
}

.news_list_date {
  font-size: 2.4vw;
  display: flex;
  margin-right: 1.2vw;
  align-items: center;
}

.news_item {
  background: #f7b6b6;
  border-radius: 14px;
  width: 6em;
  text-align: center;
  margin-left: 1.6vw;
}

.arrow {
  width: 2vw;
  height: 0.08vw;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 0.4vw;
  height: 0.08vw;
  background: #000000;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 0.16vw;
}

@media screen and (min-width: 769px) {
    .news_list_item p {
        font-size: 1.8vw;
    }
    
    .news_list_date {
      font-size: 1.8vw;
    }


}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }
}


h1{
    font-size: 6vw;
}



.footer{
    background-color: #000000;
}

.contact{
    color: white;
    text-align: center; 
    margin: 0%;
    transform: translateY(50%);
}

.box4{
    margin: 0 16vw 0 16vw;
    border: 0.08vw solid white;
    padding: 0 5.6vw 0 5.6vw;
}

.box4 p{
    color: white;
    margin-top: 6vw;
    font-size: 1.9vw;
    text-align: center;
}

.background2{
    background-color: #000000;
}

h3{
    color: white;
    text-align: center;
    font-size: 2.9vw;
}

.copy{
    color: white;
    text-align: center;
    font-size: 1.9vw;
    margin-top: 6.4vw;
    
}

.profile {
    width: 40.3vw;
    height: auto;
    margin: 0 auto;
}

.main {
    font-size: 4.6vw;
    display: flex;
    align-items: center;
    margin: 4.4vw 14vw;
}

.main::before,
.main::after {
    content: "";
    height: 0.08vw;
    flex-grow: 1;
    background-color: #000000;

}

.main::before {
    margin-right: 1rem;
}

.main::after {
    margin-left: 1rem;
}

#main {
    font-size: 4.6vw;
    display: flex;
    align-items: center;
    margin: 4.4vw 14vw;
}

#main::before,
#main::after {
    content: "";
    height: 0.08vw;
    flex-grow: 1;
    background-color: #000000;

}

#main::before {
    margin-right: 1rem;
}

#main::after {
    margin-left: 1rem;
}

#main2 {
    font-size: 4.6vw;
    display: flex;
    align-items: center;
    margin: 4.4vw 14vw;
}

#main2::before,
#main2::after {
    content: "";
    height: 0.08vw;
    flex-grow: 1;
    background-color: #000000;

}

#main2::before {
    margin-right: 1rem;
}

#main2::after {
    margin-left: 1rem;
}

#main0 {
    font-size: 4.6vw;
    display: flex;
    align-items: center;
    margin: 4.4vw 14vw;
}

#main0::before,
#main0::after {
    content: "";
    height: 0.08vw;
    flex-grow: 1;
    background-color: #000000;

}

#main0::before {
    margin-right: 1rem;
}

#main0::after {
    margin-left: 1rem;
}

.sub {
    text-align: center;
    border-bottom: 0.08vw solid #000000;
    margin: 4.4vw 30vw;
}

.subname {
    margin-left: 2.3vw;
    font-size: 2.3vw;
}

.prbox p {
    font-size: 2.9vw;
    text-align: left;
    margin: 4.4vw;
    font-family: Noto Sans JP;
    font-weight: 300;
}

h2 {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.1vw;
}

.skills {
    font-weight: 700    ;
    margin: 4.4vw;
}

@media (min-width:768px) {

    .main {
        display: flex;
        align-items: center;
        margin-top: 8vw;
        margin-left: 4.4vw;
        margin-right: 4.4vw;
        font-size: 48px;
    }

    #main {
        display: flex;
        align-items: center;
        margin-top: 8vw;
        margin-left: 4.4vw;
        margin-right: 4.4vw;
        font-size: 48px;
    }

    #main0 {
        display: flex;
        align-items: center;
        margin-top: 8vw;
        margin-left: 4.4vw;
        margin-right: 4.4vw;
        font-size: 48px;
    }

    #main2 {
        display: flex;
        align-items: center;
        margin-top: 8vw;
        margin-left: 4.4vw;
        margin-right: 4.4vw;
        font-size: 48px;
    }

    .line {
        width: 100%;
        height: 1px;
        background-color: #000000;
        margin-left: 1.2vw;
    }

    .sub {
        font-size: 3.6vw;
        text-align: center;
        border-bottom: 1px solid #000000;
        margin: 4.4vw 28vw 4.4vw 28vw ;
    }

    .subname {
        margin-left: 3.6vw;
        font-size: 2.9vw;
    }

    .prbox p {
        font-size: 24px;
        text-align: left;
        margin:4.4vw;
    }
}

@media (max-width:768px) {


    .List {
        margin: 12vw;
    }

    .List-Item-Content-Number {
        margin: 0 auto;
        border-radius: 50%;
        width: 3.9vw;
        height: 3.9vw;
        line-height: 3.9vw;
        text-align: center;
        background: #595959;
        color: #fff;
        font-size: 2.3vw;    
    }

    .List-Item-Content-Title {
        margin-top: 10px;
        text-align: center;
        color: #595959;
        font-size: 2.3vw;
    }

    .List-Item-Content-Description {
        margin-top: 1.3vw;
        margin-bottom: 1.3vw;
        text-align: center;
        line-height: 1.5;
        font-size: 2.3vw;
        font-family: Noto Sans JP;
        font-weight: 100;
    }
}

@media (min-width:768px) {
    .Inner {
        margin-left: 12vw;
        margin-right: 12vw;
    }
    
    .List-Item {
        border-top: 1px solid #595959;
        width: 100%;
    }

    .List-Item:nth-of-type(1) {
        border-top: 0;
    }
    .List-Item-Content {
        margin-left: auto;
        margin-right: auto;
        padding-top: 4.4vw;
        padding-bottom: 4.4vw;
        display: flex;
        align-items: center;
    }
    .List-Item-Content.one {
        padding-top: 0;
    }
    .List-Item-Content-Number {
        position: relative;
        margin-right: 4.4vw;
        border-radius: 50%;
        width: 5vw;
        height: 5vw;
        line-height: 5vw;
        text-align: center;
        background: #595959;
        color: #fff;
        font-size: 2.4vw;
    }

    .List-Item-Content-Number-Line {
        position: absolute;
        top: -118%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 0.3vw;
        height: 11.9vw;
        background: #595959;
        z-index: -1;
    }

    .List-Item-Content-Title {
        margin-right: 8vw;
        color: #595959;
        font-size: 2.4vw;
    }

    .List-Item-Content-Description {
        line-height: 1.5;
        font-size: 2.4vw;
        font-family: Noto Sans JP;
        font-weight: 100;
    }
}

.icon {
    width: 8vw;
    height: auto;
    margin: 0 auto;
}

.prbox h1 {
    text-align: center;
}

.p-container {
    padding: 4.4vw;
    position: relative;
    
}

.p-container .workbutton {
    font-family: NotoSans;
    text-align: center;
    width: 10vw;
    font-size: 2.4vw;
    background-color: #000000;
    border-radius: 1vw;
    display: inline-block;
    color: #d7d7d7;
    position: absolute;
    left: 70%;
    bottom: 23%;
    
}

.bunnerbutton {
    font-family: NotoSans;
    text-align: center;
    width: 10vw;
    font-size: 2.4vw;
    background-color: #000000;
    border-radius: 1vw;
    display: inline-block;
    color: #d7d7d7;
    position: absolute;
    left: 70%;
    bottom: 18%;

}

.product {
    margin: 4.4vw auto;
    width: 70%;
    height: auto;
    background-color: white;
    
}

.product img {
    background-color: white;
}

.works {
    margin-bottom: -16px;
}

.p-container p {
    font-size: 2.9vw;
    text-align: center;
    margin: 4.4vw;
    font-family: Noto Sans JP;
}

table {
    margin-left: 4.4vw;
    margin-bottom: 8vw;
}

td {
    font-size: 2.4vw;
    padding-right: 8vw;
}

.ssdesign a{
    color: #000000;
    align-items: center;
}

.link {
    text-align: center;
}

.work-container {
    display: flex;
    justify-content: space-between;
    margin: 4.4vw;
}

.work-ex1 {
    width: 25vw;
    height: fit-content;
    border: 0.08vw solid #000000;
}

.contactbox {
    margin: 8.8vw;
}

.contactbox h1 {
    font-size: 2.4vw;
}














