@charset "UTF-8";


/* --------------------------------------------------------------------------------------------
1-1: RESET
-------------------------------------------------------------------------------------------- */
@import url(sanitize.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");


/* --------------------------------------------------------------------------------------------
  HTML + BODY
-------------------------------------------------------------------------------------------- */
html { font-size: 62.5%; }
body { font-size: 1.8rem;letter-spacing: .075em; font-family: "Noto Sans JP","ヒラギノ角ゴシック","Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;color:#000000}
ul,ol {margin:0;padding: 0;}
li{list-style-type: none;}

img{width: 100%;}

@media screen and (max-width:767px){
  body{
    font-size:1.6rem;
  }
}
/* --------------------------------------------------------------------------------------------
  GENERAL SETTING
-------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px){
  .sp{
    display:none!Important;
  }
}
@media screen and (max-width:767px){
  .pc{
    display:none!Important;
  }
}





body{
  /*text-align: center;
  background: #F3EFEC;*/
  line-height: 1.8;
  background:#fff;
}

img{width: 100%}



.container-wrap{
  width: 100%;
}

.container{
  max-width: 1280px;
  margin: auto;
  padding: 0 15px 0;
}



.flex-block{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.fv-block{
  background: #122646;
}

.manga-block{
  background: #CAEAF9;
  padding: 10% 0;
}

.point-block{
  background:#000103;
  padding: 10% 0;
}




/* =============================================
    実績写真
============================================= */

.result-block .flex-block{
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  font-size:1.6rem;
}

.result-block .flex-block .item{
  width: 24%;
  margin: 0 0 2%;
}

.result-block .flex-block .item figure{
  position: relative;
  overflow: hidden;
  padding-top: 75%; /* 画像の高さを幅の75%（4:3）に固定 */
}

.result-block .flex-block .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.result-block .flex-block:after {
    content: "";
    display: block;
    width: 24%; 
    height: 0;
}



.result-block h2{
  text-align:center;
  font-size:3rem;
  letter-spacing:2rem;
  text-indent: 2rem;
  margin: 80px 0 3rem;
}

.result-block .container:nth-child(2) h2{

}

.result-block h2 span{
  display:block;
  font-weight:normal;
  font-size:1.4rem;
  letter-spacing:1rem;
  text-indent: 1rem;
}







@media screen and (max-width:767px){
  .result-block .flex-block .item{
    width: 48%;
    font-size:1.2rem;
  }
}







/* --------------------------------------------------------------------------------------------
  お問い合わせボタン
-------------------------------------------------------------------------------------------- */


.btn-contact{
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 99999;
  width: 300px;
}

.btn-contact a.btn-line{

}

.btn-contact img{
  width: 100%;
}

@media screen and (max-width:767px){
  .btn-contact{
    top: auto;
    bottom:0;
    width:100%;

  }
  .btn-contact a.btn-line{
    writing-mode: horizontal-tb;
    border-radius: 0px;
    padding: 20px 0;
  }

}






/* --------------------------------------------------------------------------------------------
  footer
-------------------------------------------------------------------------------------------- */

footer{
  padding:60px 0 90px;

  text-align:center;
  font-size: 1.2rem;
}


footer img{
  width:400px;
  margin: 0 auto 10px;
}




/* --------------------------------------------------------------------------------------------
  2024/6　改修
-------------------------------------------------------------------------------------------- */
footer{
  padding:60px 15px 90px;
}

.fv-block .container{
  position: relative;
}

.fv-block .container .btn-link{
  position:absolute;
  bottom: 0;
  right: 0;
}


.fv-block .container .btn-link a{
  display:block;
  width: 630px;
  height: 165px;
}



@media screen and (max-width:767px){
  .fv-block .container .btn-link{
    width: 50%;
    height:15.774378585%;
  }
  .fv-block .container .btn-link a{
    display:block;
    width:100%;
    height:100%;
  }

}















