
@charset "utf-8";
/* CSS Document */

/* -------------------- */
/* base
/* -------------------- */

body{
width: auto;
margin: 0;
padding: 0;
 font-family: 'Noto Sans JP', sans-serif !important;
height: 100%;
background-repeat: no-repeat;
}



/* N */
a,
a:link,
a:visited {
text-decoration:none;
      color:#3B3B3B;
}
a:hover {
text-decoration:none;
      color:#3B3B3B;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

hr{
border: solid 1px #b7b7b7;
margin-right: 15px;

}

.long-text {
  transform: scale(0.8, 1);
  display: inline-block;
}

.sp{
display: none;
}

.pc{
display: block;
}

.wrap{
  background-image: url(../img/bg_img.webp);
background-repeat: repeat;
background-size: auto;
}

#seko {
  margin-top: -100px;
  padding-top: 100px;
}

  /* -------------------- */
/* header
/* -------------------- */
	
.header{
  width: 100%;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-bottom: #4795cc 5px solid;
  margin: 0 auto;

}

.header .inbox{
  width: auto;
  max-width: 1000px;
    margin: 0 auto;
    justify-content: space-evenly;
    align-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
  
}

.header .hederbox{
  width: auto;
    max-width: 960px;
    min-width: 960px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;


}

.header .logo {
	width: auto;
  display: inline-block;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #000;

}

.header .logo a,a:hover{
  color: #000;
}

.header .logo .text {
font-size: 16px;
font-family: "M PLUS Rounded 1c", sans-serif;
color: #4795cc;
font-weight: 900;
letter-spacing: 0.5px;
padding-bottom: 5px;

}
.header .box{
  width: auto;
  display: inline-block;
  
}
			
.header .rbox{
width: 180px;
  overflow: hidden;
  padding-bottom: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #f7931e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
float: right;
text-align: center;
}



 .fsmall{
  font-size: 12px;


}

	
  .pc_navi ul {
    list-style: none;
	  margin-top: 10px;
	  float: none;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: auto;
    align-items: flex-end;
    padding: 0;
    width: auto;
    
   
  }
  
  .pc_navi ul li{
    display: block;
    margin: 0 auto;
    text-align: center;
    align-items: flex-end;
    margin-right: 15px;
   }
 
   .pc_navi ul li img{
  height: 25px;
   margin-right: 10px;
  

    }


    .pc_navi ul li a{
  font-size: 15px;
  font-weight: bold;
  padding-right: 0px;
     
} 
  .pc_navi ul li:first-child a{
    width: auto;
    min-width: 80px;
    margin: 0 auto;
}
.pc_navi ul li:last-child a{
  text-align: center;

}


.pc_navi ul li a:hover,.pc_navi ul li:first-child a:hover,.pc_navi ul li:last-child a:hover{
  color: #f7931e;
  opacity: 1;
     
} 


.header .telbox{
  width: auto;
  font-size: 30px;
  font-weight: 600;
  float: right;
  line-height: 25px;
  margin-top: 20px;
  margin-right: 20px;
 }

.header .telbox::before{
  content: url(../img/telimg.webp);
  margin-right: 10px;
  
 
}
.header .telbox a,a:hover{
color: #ff0000;
opacity: 0.7;
}



.header p{
  font-size: 15px;
  font-weight: 500;
  float: right;
  color: #000;
  }

 main{
  width: auto;
  margin: 0 auto;  
  padding-left: 3%;
  padding-right: 3%;
 }

   .contents{
    width: auto;
    max-width: 1200px;
    min-width: 350px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    margin: 0 auto; 
 text-align: center;
 padding-bottom: 80px;


   }

.contents .nayamibox{
  aspect-ratio: 820 / 520; /* 元画像の縦横比を維持 */
  max-width: 820px;
      width: 90%; /* 親要素の幅に合わせる */
      height: auto; /* 自動で高さを調整 */
      display: block; /* インライン要素の隙間を防ぐ */
      background-image : url(../img/topimg01.webp);
      background-repeat: no-repeat;
      background-size: contain;     
      margin-top: 50px;
      margin: 0 auto;

}

  .h1{
    font-size: 50px;
    color: #000;
    font-weight: 800;
    margin-bottom: 30px;
  } 

  .ore{
    font-size: 65px;
    color: #f7931e;
    font-weight: 800;
  }

  .box_b{
    width: auto;
    max-width: 600px;
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 0 .8 gray;
    background: #4795cc;
    border-radius: 50%;
    padding: 2%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -50px;
  }

  .coment_box01{
    width: auto;
    max-width: 960px;
    margin: 0 auto;
  
   
  }
  .coment_box01 .text{
    max-width: 650px;
    min-width: 300px;
    font-size: 16px;
    color: #000;
    line-height: 32px;
    text-align: justify;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .coment_box01 .item_box{
  width: auto;
  max-width: 960px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;  
  margin-bottom: 30px;

}




.coment_box01 .item_box .box01,
.coment_box01 .item_box .box02,
.coment_box01 .item_box .box03,
.coment_box01 .item_box .box04,
.coment_box01 .item_box .box05,
.coment_box01 .item_box .box06{
  width: 420px;
  height: 138px;
  background: linear-gradient(to right, #4ea7e6 49%, #000 70%);
  margin: 8px 0;
  border: 3px solid #808080;
      box-shadow: inset 0em .8em #5ec8c8;
     }

  .coment_box01 .item_box .box01 img,
  .coment_box01 .item_box .box02 img,
  .coment_box01 .item_box .box03 img,
  .coment_box01 .item_box .box04 img,
  .coment_box01 .item_box .box05 img,
  .coment_box01 .item_box .box06 img{
    width: 49%;
    height: 100%;
    float: right;
  }


  .coment_box01 .item_box .boxl{
    width: auto;
    max-width: 182px;
    padding: 1%;
    float: left;
    text-align: center;
    margin: 2%
  }

  .coment_box01 .item_box .boxl .title{
  font-size: 35px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 0 7px;
  text-decoration:underline;
  text-decoration-color:#fcee21;
  text-underline-offset: 8px; 
  line-height: 47px;
}
.coment_box01 .item_box .boxl .text{
  width: auto;
    min-width: 180px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: justify;
    padding-top: 15px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .coment_box01 .item_box .boxl .text02{
    width: auto;
      min-width: 180px;
      font-size: 14px;
      color: #000;
      font-weight: 500;
      letter-spacing: 1px;
      text-align: center;
      line-height: 16px;
      margin-bottom: 0;
    }

    .top_box01{
      aspect-ratio: 908 / 280; /* 元画像の縦横比を維持 */
      max-width: 908px;
      width: 90%; /* 親要素の幅に合わせる */
      height: auto; /* 自動で高さを調整 */
      display: block; /* インライン要素の隙間を防ぐ */
      background-image : url(../img/topimg02.webp);
      background-repeat: no-repeat;
      background-size: contain;
      background-position-y: bottom;
      display: inline-grid ;
      justify-content: end;
      align-items: start;
      align-items: center;
   
    }
.title02{
  aspect-ratio: 845 / 82;
  max-width: 845px;
  width: 90%;
  height: auto;
  display: block;
    background-image: url(../img/topimg03.webp);
     background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.top_box01 .boxr{
  width: 100%;
    max-width: 750px;
    min-width: 600px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.circle{
 width: 176px;
 height: 176px;
 font-size: 45px;
 border-radius: 42% 58% 35% 65% / 51% 43% 57% 49% ;
 background: #5ec8c8;
 color: #000;
 font-weight: 800;
 text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #Fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
margin: 1%;
display: grid;
line-height: 48px;
align-items: center;
box-shadow: inset 1em 1em gold;
}

.titletext{
  color: #f7931e;
    font-size: 50px;
    font-weight: 800;
    /* text-align: right; */
    /* margin-right: 120px; */
    margin-top: 30px;
}



.cases_contents {
width: auto;
overflow: hidden;
margin-top: 20px;
}

.cases_contents h1{
 letter-spacing: 8px;
 font-weight: 800;
 margin-bottom: 0;
  }

.cases_contents h1::first-letter{
  color: #000;
  font-size: 200%;
}

.cases_contents .text{
  letter-spacing: 15px;
  font-weight: 400;
  font-size: 22px;
  color:#f7931e ;
   }

   .cases_contents .case{
    width: auto;
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    margin-top: 30px;
         }
    
   
.cases_contents .case .box{
width: auto;
max-width: 280px;
font-size: 20px;
font-weight: 600;
text-align: left;
     }

.banner_box{
width: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin-top: 80px;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 80px;
}
      
.banner_box .box{
  width: auto;
  min-width: 300px;
  border: 2px solid #4795cc;
  padding: 5%;
  background: #fff;
  color: #4795cc;
  font-weight: 500;
  font-size: 18px;

}

.tsuyomi_contents{
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 100px;
}
       
.tsuyomi_contents .title{
  aspect-ratio: 742 / 183; /* 元画像の縦横比を維持 */
width: 70%; /* 親要素の幅に合わせる */
height: auto; /* 自動で高さを調整 */
display: block; /* インライン要素の隙間を防ぐ */
  background-image: url(../img/topimg04.webp);
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: contain;
  margin-top: 40px;

}






.tsuyomi_contents .box{
  width: auto;
  max-width: 800px;
  height: 88px;
  background-color:#4ea7e6;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  display:flex;
  flex-wrap: wrap;
  line-height: 88px;
  margin: 0 auto;
}

.tsuyomi_contents .box .inbox{
  width: auto;
  max-width: 100px;
  padding: 0 2%;
  background-color: #f7931e;
  color: #fff;
  font-size: 41px;
  font-weight: 400;
  float: left;
  line-height: 31px;
  margin-left: 30px;
  margin-right: 30px;
  font-style: italic;

  }

.tsuyomi_contents .box .inbox .text{
  font-size: 20px;
  font-weight: 400;

}

.tsuyomi_contents  p{
  font-size: 16px;
    text-align: justify;
    width: auto;
    max-width: 800px;
    min-width: 360px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;

}
.contact_box{
  width: auto;
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto; 
  border: 2px solid #4795cc;
  padding: 2%;
  display: block;
  background-color: #fff;
}

.contact_box .box01{
  width: auto;
  font-size: 30px;
  font-weight: 700;
  color: #4795cc;
  
}

.contact_box .box02{
 width: auto;
 max-width: 900px;
 display: inline-flex;
 flex-wrap: nowrap;
 margin-top: 10px;
}

.contact_box .box02 .telbox{
  width: auto;
   display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 50px;
  font-weight: 700;
 }

 .contact_box .box02 .telbox a,a:hover {
  color: #ff0000;
  opacity: 0.7;
}

 .contact_box .box02 .telbox::before{
  content: url(../img/telimg.webp);
  width: 25px;
   height: 0px;
  margin-right: 10px;
 }


.contact_box .box02 .boxr{
  width: auto;
  background: #ffe791;
  min-width: 300px;
  overflow: hidden;
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
  padding-bottom: 3%;
  background-image: url(../img/mail_img.webp);
  background-repeat: no-repeat;
  background-position: 30px;
  padding-left: 60px;
  margin-left: 30px;
  }

.gokaku{
      background-image: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(119, 180, 230, 1));
    clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 100%, 0 100%);
    padding-bottom: 50px;
    padding-top: 20px;
    margin-top: 50px;
    width: auto;

    margin: 50px auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 48px;
   
}

/* footer */

#footer{
  background: #2e98e5;
  color: #fff;
  background-image: url(../img/footer_back.webp);
  background-position: right top;
background-repeat: no-repeat;
padding-bottom: 30px;
}

#footer a{
  color: #fff;
}

.footer-area{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 30px;
  padding: 0 5%;
}

.f-info{
  width:40%;
}

.f-info span{
  display: block;
  font-size:2.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 10px;
}

.f-info dt.footer-title{
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 1.7rem;
  
}

.f-info li:first-of-type{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  
}

.f-info ul {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  list-style:none;
  padding-left: 0px;
}

.f-info li dt{
  margin:0 10px 0 0;
}

.f-info li dt{
  display: flex;
  flex-wrap: wrap;
  list-style:none;
}

.footer-sitemap{
  display: flex;
  flex-wrap: wrap;
  width:80%;
  justify-content: center;
  margin: 0 auto;
}



.footer-sitemap ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  font-size: 0.9rem;
  padding-left: 0;
}

.footer-sitemap li{
  padding: 10px 20px;
  list-style:none;
}

.footer-sitemap li a{
position: relative;
  padding: 0 10px;
  
}


.footer-sitemap li a:before{
position: absolute;
top:40%;
left:-10px;
content: '';
width: 7px;
height:7px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);

}
.footer-area .map_area{
width: auto;
max-width:600px;
border: 1px solid #fff;
border-radius: 10px;
color: #fff;
font-size: 12px;
padding: 1%;
margin: 0 3%;
margin-bottom: 20px;
font-weight: nomal;
margin: 0 auto;
text-align: justify;
}



.f_small{
  font-size: 0.8em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  
  }

  .f_msmall{
    font-size: 0.8em;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    
    }
  
  

small{
  display: block;
  text-align: center;
}

.pc_navi {
  display: block;
  }

  #g-nav {
    display: none;
    }
    .openbtn {
      display: none;
      }



@media screen and (max-width:768px) {
 #page-top a:hover{
	background:#777;
}   
}



/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#f7931e;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (max-width:960px) {
 
  small{
      text-align: center;
  }
  #page-top{
    opacity: 0;
    transform: translateY(100px);
  }

  .contact_box {
    width: auto;
    max-width: 750px;
    min-width: 700px;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #4795cc;
    padding: 2%;
    display: block;
}

.contact_box .box02 .telbox{
  font-size: 45px;
 }

 .pc_navi {
  display: none;
  }

  #g-nav {
    display: block;
    }
    .openbtn {
      display: block;
      }



      .header .logo {
        width: auto;
        display: inline-block;
        text-align: center;
        margin-left: 20px;
        
      }
      
   
      
      .header .logo .text {
      font-size: 16px;
      font-family: "M PLUS Rounded 1c", sans-serif;
      color: #4795cc;
      font-weight: 900;
      letter-spacing: 0.5px;
      padding-bottom: 5px;
      
      }
      .header .box{
        width: auto;
        display: flex;
        
      }


      .header .hederbox {
        width: auto;
        min-width: 768px;
        align-items: center;
        display: flex;
        justify-content: space-evenly;
        margin: 0 auto;
    }

    .circle {
      width: 176px;
    height: 176px;
    font-size: 45px;
    border-radius: 42% 58% 35% 65% / 51% 43% 57% 49%;
    background: #5ec8c8;
    color: #000;
    font-weight: 800;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #Fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    margin: 1%;
    display: grid;
    line-height: 48px;
    align-items: center;
    box-shadow: inset 1em 1em gold;

  }

  .title02 {
    aspect-ratio: 676 / 288;
    max-width: 676px;
    width: 90%;
    height: auto;
    display: block;
    background-image: url(../img/topimg05_sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.top_box01 { 
  background-image: none;
}


.top_box01 .boxr{
  width: auto;
  min-width: 750px;
  display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
      background-image: none;

     
}

.contact_box{
    width: auto;
    min-width: 250px;
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #4795cc;
    margin: 0 auto;
}

.contact_box .box01{
  width: auto;
  font-size: 30px;
  font-weight: 700;
  color: #4795cc;
  
}

.contact_box .box02{
 width: auto;
 max-width: 500px;
 display: inline-block;
 flex-wrap: nowrap;
 margin-top: 10px;
}

.contact_box .box02 .telbox{
  width: auto;
   display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 50px;
  font-weight: 700;
 }

 .contact_box .box02 .telbox a,a:hover{
 color: #ff0000;
 }


 .contact_box .box02 .telbox::before{
  content: url(../img/telimg.webp);
  margin-right: 10px;
 }


.contact_box .box02 .boxr{
  width: auto;
  background: #ffe791;
  min-width: 300px;
  overflow: hidden;
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
  padding-bottom: 3%;
  background-image: url(../img/mail_img.webp);
  background-repeat: no-repeat;
  background-position: 30px;
  padding-left: 60px;
  margin-left: 30px;
  }
  .titletext {
    color: #f7931e;
    font-size: 50px;
    font-weight: 800;
    margin-top: 0;


}

.footer-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 30px;
}

.tsuyomi_contents .title {
    aspect-ratio: 742 / 183;
    width: 80%;
    height: auto;
    display: block;
    background-image: url(../img/topimg04.webp);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: contain;
    margin-top: 40px;
}

}


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

  main {
    width: auto;
    margin: 0 auto;
    padding-left: 0%;
    padding-right: 0%;
}
  .contents {
    padding-bottom: 20px;
}
 
   .f-info,
.footer-sitemap{
  width:100%;
}
  
.f-info{
  margin:0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom:1px solid rgba(255,255,255,0.8);
}
  .f-info span{
      font-size:2rem;
  }   
  
  #page-top{
    opacity: 0;
	transform: translateY(100px);
    }
    
.header .hederbox {
  width: auto;
  max-width: 768px;
  align-items: center;
  margin: 0 auto;
  display:contents;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}



.header .telbox {
 width: 49px;
        height: 40px;
        background-color: #f7931e;
        color: #fff;
        border-radius: 40px;
        margin-left: 10px;
        padding-top: 9px;
        margin-top: 25px;
        text-align: center;

}

.header .telbox::before{
content: url(../img/telimg02.webp);
width: 22px;
height: 29px;
margin-right: 0px;
margin: 0 auto;


}

.h1 {
  font-size: 45px;
  color: #000;
  font-weight: 800;
  margin-top: 72px;
  line-height: 50px;
}

.ore{
  font-size: 50px;
  color: #f7931e;
  font-weight: 800;
}

.box_b{
  width: auto; 
    font-size: 28px;
    text-shadow: 0 0 .8 gray;
    padding: 5%;
    top: -50px;
  margin: 4%;
      
}

.header .hederbox {
  width: auto;
        min-width: 250px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-end;
        justify-content: center;
        margin: 0 auto;
    
}

.coment_box01 .text {
padding: 0 5% ;
}

.coment_box01 .item_box .box01, .coment_box01 .item_box .box02, .coment_box01 .item_box .box03, .coment_box01 .item_box .box04, .coment_box01 .item_box .box05, .coment_box01 .item_box .box06 {
  width: auto;
  max-width: 370px;
  height: 124px;
  background: linear-gradient(to right, #4ea7e6 49%, #000 70%);
  margin: 8px ;
  border: 3px solid #808080;
}

.coment_box01 .item_box .boxl {
  width: auto;
  max-width: 182px;
   float: left;
  text-align: center;
  padding: 0;
  margin: 0;

}

.coment_box01 .item_box .boxl .text {
  max-width: 140px;
        width: auto;
        min-width: 150px;
        font-size: 14px;
        color: #000;
        font-weight: 500;
        letter-spacing: 0px;
        text-align: justify;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .coment_box01 .item_box .boxl .text02 {
      width: auto;
      min-width: 165px;
      font-size: 13px;
      color: #000;
      font-weight: 500;
      letter-spacing: 1px;
      text-align: center;
      line-height: 16px;
      margin-bottom: 0;
  }

.coment_box01 .item_box .boxl .title {
  font-size: 30px;
padding-left: 5px;
}

.gokaku {
  clip-path: polygon(0 10%, 50% 0, 100% 10%, 100% 100%, 0 100%);
 background-image: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(119, 180, 230, 1));
  padding-bottom: 50px;
  margin-top: 50px;
  margin: 20px auto;
}


.banner_box .box {
    width: auto;
    min-width: 210px;
    border: 2px solid #4795cc;
    padding: 5%;
    background: #fff;
    color: #4795cc;
    font-weight: 500;
    font-size: 18px;
  margin-bottom: 20px;
}



.cases_contents .case .box {
  width: auto;
  max-width: 280px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}

.banner_box {
  
  margin-top: 30px;
}
.cases_contents h1{
  font-size: 30px;
  letter-spacing: 8px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0px;
   }
 
 .cases_contents h1::first-letter{
   color: #000;
   font-size: 160%;
 }
 
 .cases_contents .text{
   letter-spacing: 15px;
   font-weight: 400;
   font-size: 18px;
   color:#f7931e ;
    }

    .tsuyomi_contents .box {
      width: auto;
        max-width: 800px;
        height: 55px;
        background-color: #4ea7e6;
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        display: flex;
        flex-wrap: wrap;
        line-height: 25px;
        margin: 0 auto;
        align-content: center;
        align-items: center;
  }
  

    .tsuyomi_contents .box .inbox {
      width: auto;
        padding: 0 2%;
        background-color: #f7931e;
        color: #fff;
        font-size: 21px;
        font-weight: 400;
        float: left;
        line-height: 25px;
        margin-left: 10px;
        margin-right: 36px;
        font-style: italic;
        height: 55px;
        padding-top: 0px;
      }

      .tsuyomi_contents p {
        font-size: 16px;
        text-align: justify;
        width: auto;
        max-width: 750px;
        min-width: 250px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 50px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .coment_box01 .text {
         line-height: 26px;
         
         
    }

    .title02 {
      aspect-ratio: 676 / 288;
      max-width: 676px;
      width: 90%;
      height: auto;
      display: block;
      background-image: url(../img/topimg05_sp.webp);
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0 auto;
  }

 .top_box01 .boxr {
  max-width: 750px;
  min-width: 250px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: none;
  margin-top: 20px;
  padding: 3%;
 
}


.contact_box{
  width: auto;
  max-width: 440px;
  min-width: 250px;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #4795cc;
  margin: 0 5%;
}

.contact_box .box01{
width: auto;
font-size: 20px;
font-weight: 700;
color: #4795cc;

}

.contact_box .box02{
width: auto;
max-width: 500px;
display: inline-block;
flex-wrap: nowrap;
margin-top: 10px;
}

.contact_box .box02 .telbox{
width: auto;
 display: inline-flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 36px;
font-weight: 700;
}

.contact_box .box02 .telbox a,a:hover{
color: #ff0000;
}


.contact_box .box02 .telbox::before{
content: url(../img/telimg.webp);
width: 25px;
 height: 0px;
margin-right: 10px;
}


.contact_box .box02 .boxr{
width: auto;
background: #ffe791;
min-width: 230px;
overflow: hidden;
font-size: 20px;
line-height: 30px;
font-weight: 800;
padding-bottom: 3%;
background-image: url(../img/mail_img.webp);
background-repeat: no-repeat;
background-position: 30px;
padding-left: 50px;
margin-left: 0px;
}
.circle {
          width: auto;
        height: auto;
        font-size: 29px;
        border-radius: 50px;
        background: #5ec8c8;
        color: #000;
        font-weight: 800;
        text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
        margin: 1%;
        line-height: 48px;
        align-items: center;
        padding: 3%;
        min-width: 150px;
        margin-left: 0;
        border: 2px solid #000;
    

}
.titletext {
  color: #f7931e;
  font-size: 26px;
  font-weight: 800;
  margin-top: 0;
}

#footer {
  background: #2e98e5;
  color: #fff;
  background-image: url(../img/footer_back.webp);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-bottom: 30px;}
  
.sp{
  display: block;
  }
  
.pc{
  display: none;
  }
 
}