@charset "UTF-8";

.inner_box{
  position: relative;
}
.image_01 [class^="box_"],
.image_02 [class^="box_"],
.image_03 [class^="box_"]{
  position: absolute;
}
.image_01{

  position: absolute;
  width: 850px;
  left: 50%;
  margin-left: -425px;
  top: 257px;

}
.image_01 .box_1 img,
.image_01 .box_2 img{
  margin-left: 6px;
}
.image_01 .box_3{
  font-family: "Noto Sans Japanese";
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  -webkit-text-stroke: 1px #0074f9;
  letter-spacing: 0.1em;
  color: #0074f9;
}
.image_01 .box_3b{
  font-family: "Noto Sans Japanese";
  font-size: 70px;
  font-weight: bold;
  font-style: italic;
  -webkit-text-stroke: 1px #0074f9;
  letter-spacing: 2.3px;
  color: #0074f9;
}

