/* mobile */
@media (max-width: 600px) {
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
  
  body{
      font-family: "Poppins","Noto Sans JP";
  }

/* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ */
h1{
    color: #EC2390;
    font-size: 2rem;
  }
  h2{
    color: #EC2390;
    font-size: 1.2rem;
    /* margin-left: 2.3em; */
    /* background-color: aqua; */
    margin-bottom: 0.3em;
  }
  .text{
    font-size: 0.8rem;
    line-height: 1.5em;
  }
  .intoro{
    margin: auto;
    margin-top: 10em;
    text-align: center;
  } 
  .intoro_text{
    margin: auto;
      width: 70%;
      margin-top: 2em;
      /* text-align: left */
    }
    .slider_img img{
      display: none;
  }
  .slider_img{
    display: none;
}
.slider_2{
  width: 100%;
  height: 6em;
  background-image: url("../img/slider_img_yoko.svg");
  background-repeat: no-repeat;
  background-size:contain;
  margin: auto;
}
.process_img{
  margin: auto;
}
.process_menu{
  vertical-align: middle;
  display: flex;
  flex-direction: row; /* 縦方向のflexを使う */
  justify-content: space-between;
  font-size: 1.0rem;
  width: 104%;
  margin-left: -3%;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-top: -2.5rem;
  gap: 5px;
}
.process_text{
  width: 88%;
}s

.team_img{
  width: 30%;
  aspect-ratio: 1 / 1;
  height: auto;
}

#t_img1{ 
 margin-top: 10%;
  width: 120px;
  height: 120px;
}
#t_img2{ 
  margin-top: 10%;
  width: 120px;
  height: 120px;
}
#t_img3{ 
  margin-top: 10%;
  width: 120px;
  height: 120px;
}
#t_img4{ 
  margin-top: 10%;
  width: 120px;
  height: 120px;
}
#t_img5{ 
  margin-top: 10%;
  width: 120px;
  height: 120px;
}
  
/* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ *//* レスポンシブ */
.header{
  position: fixed;
  display: flex;
  z-index: 8;
  background-color: #EC2390;
  width: 100%;
  height: 90px;
  align-items: center;
  cursor: auto;
  overflow-y: hidden;
  pointer-events: none;
}

.header img{
pointer-events: all;
cursor: pointer;
}


/* hamburger menu */
#menuToggle{
display: block;
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
overflow-y: hidden;
z-index: 10;

-webkit-user-select: none;
user-select: none;

font-family: "Poppins", serif;
font-weight: 100;
font-style: normal;
}

#menuToggle a {
text-decoration: none;
color: #ffffff;
transition: color 0.5s ease;
}

#menuToggle a:hover {
color: rgb(0, 0, 0);
filter: brightness(0);
}

#menuToggle input {
display: block;
width: 70px;
height: 90px;
position: absolute;
top: 0;
right: 0;
pointer-events: all !important;

cursor: pointer;

opacity: 0;
z-index: 2;

-webkit-touch-callout: none;
}


#menuToggle span
{
display: block;
width: 33px;
height: 2px;
margin-bottom: 8px;
position: relative;
top: 4vh;
right: -87vw;
background: #ffffff;
border-radius: 3px;

z-index: 1;

transform-origin: 4px 0px;

transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
          background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
          opacity 0.55s ease;
}

#menuToggle span:first-child{
transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span{
opacity: 1;
transform: rotate(45deg) translate(5px, 0px);
background: #ffffff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2) {
transform: rotate(-45deg) translate(0px, 5px);
}


#menu {
position: absolute;
max-width: 4000px;
width: 100vw;
max-height: 1000vh;
height: 100vh;

margin: 50px 0 0 0px;
padding-top: 10vh;

background: #EC2390;
list-style-type: none;
-webkit-font-smoothing: antialiased;

transform-origin: top right;
transform: translate(100%, 0);

transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu img {
width: 20px;
margin-right: 20%;
position: relative;
vertical-align: baseline; 
/* background-color: bisque; */
align-items: left;
}

#menu li {
font-size: 1.5rem;
width: 35vw;
display: block;
text-align: left;
/* margin-left: 42vw; */

position: relative;
margin-left: auto;
margin-right: auto;
align-items: left;
padding-top: 10%;
padding-bottom: 5%;
pointer-events: all;
/* vertical-align: baseline; */
/* background-color: aqua; */

font-weight: 200;
font-family: "Poppins", serif;
font-style: normal;
}

#menu li label {
cursor: pointer;
}

#menuToggle input:checked ~ ul {
transform: none;
}


.header_animation {
position: relative;
color: #000000;;
text-decoration: none;
}

.header_animation:hover {
color: #000000;;
}

.header_animation::before {
content: "";
position: absolute;
display: block;
align-items: end;
width: 100%;
height: 1.5px;
bottom: -9px;
right: 0px;
background-color: #000000;
transform: scaleX(0);
transition: transform 0.3s ease;
}

.header_animation:hover::before {
transform: scaleX(1);
}


.header_menu{
  position: fixed;
  display: none;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0);
  text-align: end;
  align-items: center; 
  pointer-events: none;
  cursor: none;
  overflow-y: hidden;
  
  z-index: 1;
  width: 0;
  height: 55px;
}

.header_text{
  position: relative;
  right: 30%;
  padding-left: 50px;
  pointer-events: none;
  cursor: none;
  color: none;
}








.random_container{
  overflow-y: hidden;
  height: 1000px;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  background-color: rgb(0, 255, 0);
}






  /* footer */
  .footer_container{
    background-color: #EC2390;
    bottom: 0;
    width: 100%;
    z-index: 6;
    left: 0;
    height: 60vh;
    position: relative;
    overflow-x: hidden;

    background-image: url(../img/asset_white_equal.webp);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: bottom 250px right -50px;
    background-blend-mode: soft-light;
    
  }

  .footer_logo{
    background-image: url(../img/footer_logo_for_mobile.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 94vw;
    height: 100px;
    position: relative;
    top: 10%;
    left: 6%;
  }

  a {
    text-decoration: none;
  }

  .footer_text_container{
    left: 0;
    bottom: 0;
    position: absolute;
    width: 98%;
    height: 55%;
    margin-left: 2%;
  }

  .footer_text{
    position: relative;
    color: #ffffff;
  }

  .web_menu{
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: -20px;
    left: 5%;
    width: 85%;
    height: 60px;
    padding-bottom: 20px;
    text-align: left;
    align-items: left;
    border-bottom: solid 1px;
    border-right: none;  
    color: #ffffff;

    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 100%;
  }

  .outter_link{
    justify-content: space-between;
    position: relative;
    bottom: 0;
    left: 5%;
    width: 85%;
    height: 150px;
    text-align: left;
    align-items: left;
    line-break: normal;

    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 100%;
  }

  .link_img{
    display: flex;
    text-align: right;
    align-items: center; 
    position: absolute;
    justify-content: space-between;
    width: 90%;
    bottom: 0;
  }

  .footer_text:hover{
    color: #000000;
    filter: brightness(0);
  }
    
}
/* ここより下に書かない *//* ここより下に書かない *//* ここより下に書かない *//* ここより下に書かない *//* ここより下に書かない *//* ここより下に書かない */

