
@media screen and (max-width: 869px) {
    .hamburger{
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 1000;
    margin-right: 3%;
}

.hamburger span{
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 10px;
}

/* メニュー非表示 */
.hnavi{
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100vh;
    background: black;
    display: flex;
    flex-direction: column;
    padding-top: 120px;

    transform: translateX(100%);
    transition: transform .4s;
}

.hnavi.active{
    transform: translateX(0);
}
.n{
    margin: 30px;
}
.n a{
    color: white;
    font-size: 20px;
}  

}










/* スマホ＿＿＿＿＿＿＿_____________________________________________________ */

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

/* mainの最初の画像＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */

.imgtex{
    height: 400px;
}
.mainw{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.subw{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.biziho{
     top: 60%;
    left: 10%;
}

.contactb{
    top: 75%;
    left: 10%;
}


.card-wrap {
  display: flex;
  flex-direction: column;  
  justify-content: center; 
  align-items: center;     
  width: 100%;             
  text-align: center;      
}

.problem-card{
    margin-bottom: 7%; 
    width: 80%;
}

.toku-box{
  flex-direction: column;  
  justify-content: center; 
  align-items: center;     
  width: 100%;             
  text-align: center;        
}
.toku-card{
   margin-bottom: 5%;
   margin-left: auto;
   margin-right: auto;
}

.bizi-card{
    width: 100%;
    height: 100%;
}


/* 会社概要＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿z*/


.dai{
 text-align: left;
  margin: 0;
 margin: 0 0 30px 0;
    
}

.boders{
   text-align: left;
   width: 40%;
  margin: 0 0 20px 0;
   background: linear-gradient(
        to right,
        rgba(127,81,211,1),
        rgba(255,255,255,0)
    );
}

.con{
    text-align: left;
    margin: 30px 0 20px 0;
    
}

.comp{
    text-align: left;
     margin:  50px 0 0 0;
     display: block;        
     
}
  
.icon img{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

table{
 width: 90%;
  margin-left: auto;
  margin-right: auto;
 height: auto;
 margin-bottom: 5%;
}

td{
    padding: 10px;
}


/* 事業内容 _________________________________________________*/

.biz-card{
  margin-left: auto;
  margin-right: auto;
}

.zi-card{
    width: 95%; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


.zi-card img{
    width: 100%;
    border-radius: 20px;
}

.card-text{
    width: 60%;
}

.card-text h2{
    width: 100%;
    position: absolute;
    font-size: clamp(14px, 4vw, 30px); 
    top: 0%;
    left: 5%;
}

.card-text p{
        position: absolute;
         top: 17%;
         left: 5%;
    font-size: clamp(7px, 2.5vw,  17px); 
}


    .flow-wrap{
        flex-direction: column;
    }
    .flow-card{
        width: 80%;
    }
    .flow-arrow{
        transform: rotate(90deg);
    }



}

.card-text ul {
    top: 40%;
    left: 5%;
    position: absolute;
    background-color: white;
}

.card-text li {
 font-size: clamp(4px, 2vw, 13px);
}

.osu-card{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    justify-items:center;
}

.mini-card{
    width:140px;
}

/* PC＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿________________________________________________ */

@media screen and (min-width: 432px) {

.imgtex{
    height: 600px;
}


.mainw{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.subw{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.biziho{
     top: 75%;
    left:10%;
}
.contactb{
    top: 75%;
    left: 35%;
}

.card-wrap{
    display: flex;
}
.problem-card{
    margin-bottom: 7%; 
    width: 30%;
}



.biziho2{
    background-color: black;
    padding-bottom: 5%;
}

.bizi-card{
    display: flex;
    width: 100%;
    height: 100%;
}

.bizi-in{
width: 40%;
height:20%;
margin-left: auto;
margin-right: 3%;
}

.bizi-ka{
width: 40%;
height: 20%;
margin-left: 3%;
margin-right: auto;
}

.fh h1{
    color: white;
}
.fsub{
   color: white;
}


/* _______________________________________  */

.dai{
 text-align: left;
  margin: 0;
 margin: 0 0 30px 0;
    
}

.boders{
   text-align: left;
   width: 40%;
  margin: 0 0 20px 0;
   background: linear-gradient(
        to right,
        rgba(127,81,211,1),
        rgba(255,255,255,0)
    );
}

.con{
    text-align: left;
    margin: 30px 0 20px 0;
    
}

.comp{
    text-align: left;
     margin:  50px 0 0 0;
     display: block;        
     
}

.mmv{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
}




.daizen{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.icon{
    width: 100%;
    height: 32%;
    padding-top: 5%;
    padding-bottom: 5%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    text-align: center;
}

.icon img{
    width: 20%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.icon h6{
    margin: 3% 0 0 0;
    padding: 0;
    line-height: 1.2;
}

.icon h5 {
 margin: 0;
 margin-top: 1%;
 line-height: 1.2;
}

.messa{
    width: 100%;
    padding: 2%;
    margin-top:3%; 
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    
}


.gaiyo{
    display: flex;
    width: 100%;
     gap: 3%;
}

table{
 width: 45%;
 height: auto;
 margin-bottom: 10%;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
}
.table1{
    margin-left: auto;

}

.table2{
    margin-right: auto;
}

td{
    padding: 20px;
}


/* 事業内容＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */

.mini-card{
    width: 200px;
}

}


@media screen and (max-width: 864px) {
    .toku-card{
    width: 80%;
     margin-left: auto;
   margin-right: auto;
}
.toku-box{
   margin-left: auto;
   margin-right: auto;
}

.biz-card{
  margin-left: auto;
  margin-right: auto;
}

.zi-card{
    width: 95%; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


.zi-card img{
    width: 100%;
    border-radius: 20px;
}

.card-text{
    width: 60%;
}

.card-text h2{
    width: 100%;
    position: absolute;
    font-size: clamp(14px, 4vw, 30px); 
    top: 0%;
    left: 5%;
}

.card-text p{
        position: absolute;
         top: 17%;
         left: 5%;
    font-size: clamp(7px, 2.5vw,  17px); 
}

.card-text ul {
    top: 40%;
    left: 5%;
    position: absolute;
    background-color: white;
}

.card-text li {
 font-size: clamp(4px, 2vw, 20px);
}


.text-box{
    position: absolute;
  top: 50%;
  left: 5%;                  
  transform: translateY(-50%);
  width: 70%;
}


.dencon {
        margin: 4% auto 10% auto;
        padding-bottom: 3%;
    }

    .zyuwaki {
        width: 15%;
        border-radius: 50%;
        margin: 3% auto;
        display: block;     
    }

    .headset {
        display: none;
    }
    
    .den-title {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .futt {   
        margin: 0 auto 3% auto;

    }
}





@media screen and (min-width: 865px) {

    .hnavi{display: flex;
       margin-left: auto;  
       margin-right: 3%;
       margin: 0 0 0 auto;
       width:50%;
       align-items: center;  
}
.n{     margin: 0px 5% 0px 5%;
        position: relative;

}
.n a{
    text-decoration: none;
    color: white;
    transition: color 0.3s;
}

/* ホバー時に文字色変更 */
.n a:hover{
    color:#65BBE9;
}

/* アンダーバー */
.n a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 0;
    height: 4px;
    background: linear-gradient(
        to right,
        rgba(127,81,211,1),
        #65BBE9
    );
    transition: width 0.3s ease;
}

/* ホバー時に線を出す */
.n a:hover::after{
    width: 100%;
}


.biz-card{
  gap: 2%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}


.zi-card{
    width: 48%; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.zi-card img{
    width: 100%;
    border-radius: 20px;
}

.card-text{
    width: 60%;
}

.card-text h2{
    width: 100%;
    position: absolute;
    font-size: clamp(10px, 2vw, 35px); 
    top: 0%;
    left: 5%;
}

.card-text p{
         top: 17%;
         left: 5%;
    font-size: clamp(4px, 1.3vw,  20px); 
}

.card-text ul{
    position: absolute;
    top: 43%;
    left: 5%;
}

.zi-card li {
    font-size: clamp(4px, 1vw,  25px); 
}

    .toku-box{
   display: flex; 
   margin: 0 auto;
}
.toku-card{
    width: 30%;
}


.text-box{
    position: absolute;
  top: 50%;
  left: 5%;                  
  transform: translateY(-50%);
  width: 45%;
}



.dencon{
    display: flex;
    width: 90%;
     margin: 4% auto 5% auto;
    border-radius: 20px;
    align-items: center;
}
.zyuwaki{
    width: 15%;
    border-radius: 50%;
    height: 10%;
    margin: 0px 2% 0 6%;
}

.den-text{
    width: 60%;
     margin: 4% 3% 3% 3%;
}


.futm{
 margin: 0% 3% 3% 3%;

}
.futd{    
     margin: 0% 3% 3% 3%;
}
.futt{   
  padding: 3px 0px 3px 0px;
  width: 90%;
    font-size: clamp(10px, 4vw, 17px);  
    white-space: nowrap;
    margin-right: 30px;
  margin: 0% 3% 10% 3%;
}

.time-title{
    border-radius: 10px; 
    padding: 8px 5px 8px 5px;
}

.headset{
    width: 30%;
    margin-left: auto;
    margin-right: 5%;
}

}


/* グーローバル＿＿＿＿＿＿＿ __________________________________________________
/* 


グローバルナビ＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.globalnavi{
    display:flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    position: sticky;
    top:0;
    z-index: 800;
    background: black;
}

.company_name{
    display: flex;
    width: 40%;
   align-items: center;
   
}
.com_logos{
    width: 50px; 
    height: auto;
    margin-left: 3%;
}

.name1{
    font-size: clamp(7px, 4vw, 30px);
    color: white;
     white-space: nowrap;
    margin-left: 3%;
    letter-spacing:0.1em;
}

.n{
  font-size: clamp(5px, 3vw, 16px);
   white-space: nowrap;
}
.n a:active{
    color: rgba(194, 113, 235, 0.686);
}

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


/* ホーム＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */

.imgtex{
   position: relative;
   width: 100%;
   overflow: hidden;
}
.topimg{
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 
}
.imgtex p {
  font-weight: bold;
  }

.mainw{
   font-size: clamp(30px, 8vw, 80px);
    color:white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


.subw{
    font-size: clamp(7px, 3vw, 25px);
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}



.biziho {
    font-size: clamp(5px, 2vw, 25px);
    position: absolute;
    padding: 10px 20px 10px 30px;
    border-radius: 20px;
    background: linear-gradient(to right, #8a2be2, #0000ff); 
    color: white;
}

.biziho:hover{
    background: white;
    border-radius: 20px;
    color:#0000ff;
}

.contactb {
    font-size: clamp(5px, 2vw, 25px);
        position: absolute;
    padding: 10px 20px 10px 30px;
    border-radius: 20px;
    border: solid 1px white;
    background-color: rgba(127, 81, 211, 0);
    color: white;
    border-color: white;
}


.contactb:hover{
    background-color: white;
    color: black;
    border-color: #000;
}

.card-section{
    text-align: center;
}

.probmai{
    font-size: clamp(20px, 5vw, 40px);
    margin: 2rem 15% 1rem 15%;
    color: #564b4b;
}

 .border1 {
border-top: 3px solid rgba(127, 81, 211, 0.686);
   width: 10%;
   margin:0 auto
}

.s1{
    color: rgba(127, 81, 211, 0.686); 
    font-size: clamp(11px, 5vw, 30px);
    font-weight: bold;
}



.problem-card img{
    width: 40%;
}

.card-wrap{
    margin-top: 2%;
    justify-content: center;
    gap: 13px;
   flex-wrap:wrap;
}

.problem-card{
    background: white;
    border-radius: 20px;
    padding: 20px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: 0.3s;
    position: relative;
    min-width: 300px;
}

.backc {
    margin-right: auto;
}

.backc h3{
  font-size: clamp(11px, 4vw, 25px);  
      color: #564b4b;
}

.backc p{
  font-size: clamp(6px, 3vw, 15px);  
      color: #564b4b;
}

.tokuh {
    margin: 2% 10% 1% 10%;
    text-align: center;

}

.tokuh h2 {
    font-size: clamp(20px, 5vw, 30px);
     color: #564b4b;
}
.tokuh p{
    font-size: clamp(6px, 4vw, 20px); 
     color: #564b4b; 
}
.toku-box{
    margin-top: 2%;
    justify-content: center;
    gap: 15px;
    flex-wrap: nowrap;  
}
.toku-card{
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    padding: 0px 0px 20px 0px;
     border-radius: 10%;
    transition: 0.3s;
    position: relative;
    margin-bottom: 4%;
}
.tokuimg{
    width: 100%;
    border-radius: 10% 10% 0% 0%;

}

.toyo h3{
  font-size: clamp(11px, 4vw, 25px); 
  padding: 20px 20px 5px 20px;
}

.toyo p{
  font-size: clamp(6px, 3.5vw, 15px);  
 padding: 0px 15px 20px 20px;
}
.biziho2{
    padding-top: 2rem;
    margin-top: 3rem;
}

.fh h1{
    font-size: clamp(11px, 5vw, 30px);
    margin: 1rem 15% 0px 15%;
}
.fsub{
 font-size: clamp(7px, 3vw, 25px);   
  margin: 0.5rem 15% 1rem 15%; 
  font-weight: lighter;
}




.biziho2 h3{
   color:white;
   font-size: clamp(10px, 5vw, 30px); 

}
.bisubu{
  color: white;
}


.contactf{
    margin-top: 4%;
    margin-bottom: 5%;
    font-size: clamp(5px, 2vw, 25px);
    padding: 10px 20px 10px 30px;
    border-radius: 20px;
    background-color:white;
    color: black;
    border-color: black;
}
.contactf:hover{
    background-color: black;
    color: white;
    border-color: white;
}


.ctg {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  box-sizing: border-box;
  min-height: 500px; 
}

/* 背景画像（cimg） */
.cimg {
  position: absolute;   
  top: 0;
  left: 0;
  width: 100%;          
  height: 100%;        
  object-fit: cover;
  object-position: left center; 
  z-index: 0; 
  min-height:500px;     
}

.ctg > p,
.ctg > h1,
.ctg > hr,
.ctg > button {
  position: relative;
  z-index: 1;           
}

.ctg .dai {
  color: #090808;
  text-shadow: none;
  font-size: clamp(10px, 6vw, 45px);
  white-space: nowrap;
}

.ctg .boders {
  border: none;
  height: 4px;
}

.ctg .con {
  font-size: clamp(10px, 5vw, 20px);
  font-weight: 600;
  background: linear-gradient(to right, #b377ea, #4f4fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  text-align: left; 
}

.ctg .comp {
    font-size: clamp(5px, 3vw, 25px);
    padding: 10px 20px 10px 30px;
    border-radius: 20px;
    background: linear-gradient(to right, #8a2be2, #0000ff);
    color: white;
}

.ctg .comp a{
     color: white;  
}


.comp:hover{
    background: white;
    border-radius: 20px;
    color:  #0000ff;
}

.ctg .comp a:hover{
    color:  #0000ff;
}


.mmvback{
    background-color:#f7f6fd;
    padding-bottom: 50px;
}
.mmv{
    flex-wrap:wrap;
}

.mmv-card{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: #8a2be2;
    margin-bottom: 50px;
    min-width: 300px;
}
.mmv-card img{
    width: 20%;
    background: linear-gradient(to right, #7003d5, #0606d2);  
    border-radius: 10%;
    padding: 3%;
    margin: 10% auto 5% 10%;
}

.mmv-sub{
    font-weight:bolder;
    color: #8b5cf6;
    padding-top: 50px;
    background-color: #f7f6fd; 
    margin: 0;
    font-size: clamp(5px, 3vw, 15px);

}


.mmv-title{
    text-align: center;
    font-size: clamp(20px, 5vw, 40px);
    padding: 0 10% 2rem 10%;
    font-weight: bold;
     color: #564b4b;
     font-weight: 700;
    background-color: #f7f6fd; 
    margin: 0;

}

.mmv-card h3{
    color:#8b5cf6;
     font-size: clamp(18px, 6vw, 25px);
    margin-top: 1rem;
    font-weight: bold;
    text-align: left;
    margin: 2% auto 5% 10%;

}


.mmv-t{
  font-size: clamp(11px, 4vw, 25px); 
     font-weight: bold;
    text-align: left;
    margin: 2% 5% 5% 10%;


}

.mmv-text{
     font-size: clamp(10px, 5vw, 20px); 
     text-align: left;
    margin: 2% 5% 10% 10%;

}

.anderb{
 border: solid 1px;
 border-color: rgb(168, 167, 167);
 margin-top: 4%;
 width: 90%;

}

.datitle{
    margin-top: 2rem;
    font-size: clamp(20px, 5vw, 40px);
    text-align: center;
    color: #564b4b;
}


.daizen{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.botom{
    margin-top: 3%;
    margin-bottom: 3%;
}

.icon{
    width: 100%;
    height: 32%;
    padding-top: 5%;
    padding-bottom: 5%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    text-align: center;
}

.icon img{
    height: auto;
    display: block;
    margin: 0 auto;
}

.icon h6{
    margin: 3% 0 0 0;
    padding: 0;
    line-height: 1.2;
    text-align: center;
    color:  rgba(133, 22, 189, 0.686);
    font-weight: lighter;
    font-size: clamp(10px, 3vw, 15px);  
}

.icon h5 {
 margin: 0;
 margin-top: 1%;
 line-height: 1.2;
 text-align: center;
  font-size: clamp(18px, 6vw, 25px);  
}

.messa{
    width: 100%;
    padding: 2%;
    margin-top:3%; 
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    
}


.gaititle{
    text-align: center;
    margin-top: 2rem;
    font-size: clamp(20px, 5vw, 40px);  
}

table{
 box-shadow: 0 10px 30px rgba(0,0,0,0.3);

}


td{
    border: solid rgb(224, 222, 222) 1px; 
    font-size: clamp(5px, 4vw, 20px);  
}
   

.bizm{
    color:#564b4b;
    font-size: clamp(20px, 5vw, 40px); 
    margin: 0.3% 0 3% 5%;
}

.bizsu{
    font-size: clamp(10px, 4vw, 17px);  
    margin-left: 5%;
    line-height: 180%;
}
.biz-card{
 width: 90%;
 margin-bottom: 3%;
}


/* 事業内容＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */

.sub-ser{
    font-weight:bolder;
    color: #8b5cf6;
    padding-top: 50px;
     margin-left: 5%;
    font-size: clamp(5px, 3vw, 15px); 
    background-color: white;
}
.zi-card{
    margin-bottom: 5%;
}
.zi-img{
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
  


.zi-card h2 {
  position: absolute;
  color: white;
  width: 50%;
}

.zi-card .card-text p {
    position: absolute;
    color: white;
    width: 50%;
}
.zi-card ul {
    border-radius: 12%;
    width: 50%;
    padding: 1.5%;
}

.zi-card li {
     line-height: 150%;  
     margin-left: 7%;
     font-weight: bold;
     background-color: white;
}


.flow-section{
    text-align: center;
    margin: 4% 0;
}

.flow-title{
    font-size: clamp(20px, 5vw, 40px);
    color: #564b4b;
    margin: 2rem 15% 1rem 15%;
}

.flow-sub{
    font-size: clamp(10px, 3vw, 17px);
    color: #564b4b;
}

.flow-wrap{
    margin-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.flow-card{
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    padding: 24px 16px;
    width: 180px;
    text-align: center;
}

.flow-num{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(to right, #8a2be2, #0000ff);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 14px;
}

.flow-card h3{
    font-size: clamp(11px, 4vw, 17px);
    color: #564b4b;
    margin: 0 0 8px;
}

.flow-card p{
    font-size: clamp(6px, 3vw, 13px);
    color: #564b4b;
    margin: 0;
    line-height: 1.6;
}

.flow-arrow{
    color: rgba(127,81,211,0.686);
    font-size: 20px;
    font-weight: bold;
}
/* 
事業について＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */


.osusec h2{
    text-align: center;
    font-size: clamp(10px, 5vw, 30px); 
      color: #564b4b;
}

.osusec p{
    font-size: clamp(10px, 3vw, 20px); 
      color: #564b4b;
}

.osu-card{
    display: flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.mini-card{
    box-shadow: 0 10px 30px rgba(120, 120, 120, 0.5);
    
    border-radius: 15%;
    text-align: center;
    font-weight: bold;
    padding: 3%;
    margin-bottom: 3%;

}
.mini-card img{
     width: 40%;
     background: linear-gradient(to right, #8a2be2, #0000ff); 
     border-radius: 20%;

}

.mini-card p{
   font-size: clamp(4px, 3vw, 16px);
}
/* 
お問い合わせフォーム_________________________________________________ */

.contactform{
    width: 90%;
    color: white;
    margin: 4% auto 5% auto;
    text-align: center;
    border-radius: 20px;
 background: linear-gradient(to right, #8a2be2, #0000ff); 
 padding: 3%;
  
}

.email-box{
    text-align: center;
}
.mailicon{
    width: 10%;
    background-color: white;
    border-radius: 50%;
}

.contactform h2 {
    font-size: clamp(10px, 5vw, 30px); 
    margin: 3px;
}

.contactform p {
    font-size: clamp(10px, 4vw, 17px);  
     margin: 3px;
}

.conta{
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: clamp(10px, 4vw, 25px);
    padding: 10px 20px 10px 30px;
    border-radius: 60px;
     border-radius: 62px;
    background-color:white;
    color: black;
    border-color: none;
    font-weight: bold;
 }

 .conta :hover{
    background-color: black;
    color: white;
    border-color: white;
}


.hedder{
    text-align: center;
    padding: 4%;
    background-color: rgb(224, 221, 221);
}

.hedder h1{
     font-size: clamp(20px, 5vw, 40px);
  
}

.hedder p{
         font-size: clamp(10px, 4vw, 25px);

}

.otoform{
     background: linear-gradient(to right, #8a2be2, #0000ff); 
     color: white; 
     width: 100%;
     margin:5% auto;
     padding: 3%;
}

.otoform h1{
    font-size: clamp(20px, 5vw, 40px);
    text-align: center; 
  
}
.otosub{
    font-size: clamp(10px, 3vw, 20px);
    text-align: center;
    color: white;
}
form{
    margin: 0 auto;
    background-color: white;
    width: 90%;
    border-radius: 20px;
    border: solid 1px;
    color: black;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.form-group{
    width: 80%;
    margin-bottom: 5%;
}


/* タイトル */
form label{
    display: block;
    text-align: left;
    font-weight: bold;
}

/* input */
form input,
form textarea{
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: solid 1px #999;
}

/* textarea */
form textarea{
    min-height: 100px;
    resize: vertical;
}

#button2{
    width: 100%;
    background: linear-gradient(to right, #8a2be2, #0000ff); 
    color: white;
    border-radius: 10px; 
    padding-left: 60px;
    padding-right: 60px;
}

.dencon {
    width: 90%;
    background-color: white;
    border-radius: 20px;
}

.zyuwaki {
    background-color: #ece5f3;
}

.headset {
    width: 30%;
}

.den-text {
    color: #3c3b3b;
    text-align: center; 
}

.den-title {
    font-size: clamp(13px, 4vw, 25px);
    white-space: nowrap;
    margin-top: 10px;    
    margin-bottom: 10px; 
}

.futm {
    color: #3c3b3b;
    margin: 5px 0;
    font-size: clamp(4px, 3vw, 16px);

}

.futd {    
    font-size: clamp(15px, 4vw, 30px);
    color: #0000ff;
    font-weight: bold;
    white-space: nowrap;
    margin: 10px 0;
}

.futt {   
    color: #3c3b3b;
    border: #c4bebe solid 0.5px;
    border-radius: 10px;
    font-weight: lighter;
    font-size: clamp(10px, 4vw, 17px);  
    white-space: nowrap;
    display: inline-flex; 
    align-items: center;     
    padding-right: 15px;   
    overflow: hidden;       
}

.time-title {
    color: #0000ff;
    background-color: #d9c4ee;
    font-size: clamp(5px, 3vw, 15px); 
    padding: 8px 15px;     
    margin-right: 15px;   
}

footer p {
    margin:5% 0px;
    text-align: center;
}

body{
    font-family: monospace;
}
