@charset "utf-8";

.container{
    width: 100%;
    /* background-color: aqua; */
}
.header{
    width: 90%;
    height: 79px;
    margin: 0 auto;
    /* background-color: yellow; */
    display: flex;
    /*横並び */
}
.header1{
    width: 10%;
    /* background-color: red; */
}
.header1 img{
    width: 60%;
    /* background-color: chocolate; */
}
.header2{
    width: 50%;
    margin-left: 40%;
    /* background-color: lawngreen; */
}
.header2 ul{
    padding-top: 33px;
    display: flex;
    /* 横並び */
    justify-content: space-around;
    list-style: none;
    /* background-color: olivedrab; */
}
.header2 a{
    text-decoration: none;
}
.header2 img{
    width: 30px;
    /* background-color: palevioletred; */
}
.top{
    width: 100%;
    height: 550px;
    background-color: #ff7d05;
    /* background-image: url(../img/11.png); */
    background-size: cover;
    /* font-family: "Train One", system-ui; */
}
.top h1{
    color: white;
    font-size: 50px;
    text-align: center;
    padding-top: 180px;
    /* font-family: "vdl-logojrblack", sans-serif; */
    /* font-family: vdl-logonatwin, sans-serif; */

    /* ３つ必要 */
    font-family: "vdl-logonatwin", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.top span{
    /* color: rgba(13, 108, 249, 0.84); */
    color: #efff10;
    font-size: 50px;
    text-align: center;
    /* font-family: vdl-logojrblack, sans-serif; */
}
.aida1{    
    width: 100%;
}
.aida1 img{
    width: 100%;
    background-size: cover;
}
.title1{
    width: 100%;
    text-align: center;
    font-size: 28px;
    /* background-color: white; */
    background-color: #fa91ef;
    margin-top: -10px;
    padding-top: 45px;
    padding-bottom: 45px;
    font-family: "Permanent Marker", cursive;
}
.title h2{
    color: black;
    text-align: center;
}
.about{
    width: 100%;
    height: 550px;
    display: flex;
    background-color: #fa91ef;
}
.about1{
    width: 50%;
    margin: 0 auto;
    background-color: #fa91ef;
    /* background-color: rgb(129, 216, 112); */
}
.about1 img{
    width: 83%;
    height: 480px;
    object-fit: cover;
    padding-top: 20px;
    padding-left: 150px;
    background-color: #fa91ef;
    /* background-color: rgb(162, 0, 255); */
}
.about2{
    width: 50%;
    /* background-color: palevioletred; */

}
.about2 h3{
    font-size: 45px;
    padding-left: 95px;
    /* padding-top: 20px; */
    font-family: "Permanent Marker", cursive;
    /* background-color: honeydew; */
}
.about2 h4{
    font-size: 20px;
    padding-left: 190px;
    padding-top: 20px;
    font-family: "Permanent Marker", cursive;
    /* background-color: khaki; */
}
.about2 p{
    line-height: 30px;
    padding-left: 60px;
    padding-top: 20px;
    line-height: 35px;
    /* background-color: firebrick; */
}
.botan1{
    padding-top: 25px;
    padding-left: 170px;
    font-family: "Permanent Marker", cursive;
    /* background-color: brown; */
}

/* aboutのボタン */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* font-size: 62.5%; */
}

.btn1,
a.btn1,
button.btn1 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation1 {
  font-size: 1.2rem;
/* ボタンの文字 */
  padding: 1.5rem 3rem;
  /* ボタンの文字から枠まで */
  color: #000;
  border-radius: 100% 80px / 80px 100%;
  background-color: #fff;
}

a.btn-malformation1:hover {
  color: #000;
  border-radius: 60% 80% / 100% 80%;
}

.aida2{    
    width: 100%;
}
.aida2 img{
    width: 100%;
    background-size: cover;
}
.title2{
    width: 100%;
    text-align: center;
    font-size: 28px;
    /* background-color: white; */
    background-color: #fae418;
    margin-top: -10px;
    padding-top: 45px;
    font-family: "Permanent Marker", cursive;
}
.title2 h2{
    color: black;
    text-align: center;
}
.works{
    width: 100%;
    background-color: #fae418;
}




/* 6-1-7 */
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 80%;
    height: 620px;
    margin:0 auto;
    padding-top: 100px;
    /* background-color: blueviolet; */
}

.slider img {
    width:50vw;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
    /* padding-top: 80px; */
    /* background-color: green; */
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;/* マイナス消した（-1.5%だった、下も同様に　多分内側に？ */
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;/* マイナス消した　多分内側に？ */
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin: 20px 0 0 0;
    /* background-color: red; */
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

/* ホバーサイト */
.image_link{
    display:block; 
    position:relative;
    text-decoration:none;
   }
   .image_link img{
     display:block;
     width:100%;
   }
   .image_link:before{
     content:"";
     display:block;
     width:100%;
     height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.image_link:after{
  content:"READ MORE";/*好みの文章に変更してください。*/
  display:block;
  color:#fff;
  line-height:48px;
  width:180px;
  border:solid 1px #fff;
  border-radius:5px;
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.2em;
}
.image_link:hover:before{
    opacity:0.5;
  }
  .image_link:hover:after{
    opacity:1;
    margin-top:-0.5em;
  }
  .btn-class{
    padding-left: 20%;
  }

.botan2{
    padding-left: 44%;
    font-family: "Permanent Marker", cursive;
}
  /* worksのボタン */
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-size: 62.5%; */
  }
  
  .btn1,
  a.btn1,
  button.btn1 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1.5rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }
  
  a.btn-malformation1 {
    font-size: 1.2rem;
  /* ボタンの文字 */
    padding: 1.5rem 3rem;
    /* ボタンの文字から枠まで */
    color: #000;
    border-radius: 100% 80px / 80px 100%;
    background-color: #fff;
  }
  
  a.btn-malformation1:hover {
    color: #fff;
    border-radius: 60% 80% / 100% 80%;
  }
  
  







.aida3{    
    width: 100%;
}
.aida3 img{
    width: 100%;
    background-size: cover;
}
.title3{
    width: 100%;
    text-align: center;
    font-size: 28px;
    /* background-color: white; */
    background-color: #fa91ef;
    margin-top: -10px;
    padding-top: 45px;
    font-family: "Permanent Marker", cursive;
}
.title3 h2{
    color: black;
    text-align: center;
    padding-top: 30px;
}
.service{
    width: 100%;
    margin: 0 auto;
    background-color: #fa91ef;
}
.service ul{
    display: flex;
    padding-top: 40px;
    justify-content: space-around;
    text-align: center;
    list-style: none;
    /* background-color: red; */
}
.service li{
    width: 25%;
    padding-top: 50px;
    padding-bottom: 40px;
    /* background-color: yellowgreen; */
}
.service img{
    width: 100%;
    padding-bottom: 30px;
    /* background-color: #ff7d05; */
}
.service h4{
    font-size: 24px;
    font-family: "Permanent Marker", cursive;
}
.aida4{    
    width: 100%;
}
.aida4 img{
    width: 100%;
    background-size: cover;
}
.title4{
    width: 100%;
    text-align: center;
    font-size: 28px;
    /* background-color: white; */
    background-color: #ff7d05;
    margin-top: -10px;
    padding-top: 45px;
    font-family: "Permanent Marker", cursive;
}
.contact{
    width: 100%;
    height: 350px;
    padding-top: 35px;
    background-color: #ff7d05;
}
.insta{
    width: 4%;
    margin: 0 auto;
    /* background-color: darkmagenta; */
}
/* .insta a{
    width: 10%;
} */
.insta img{
    width: 100%;
}
.contact p{
    padding-top: 45px;
    padding-bottom: 40px;
    text-align: center;
}
 .botan3{
    text-align: center;
    font-family: "Permanent Marker", cursive;
    /* background-color: indigo; */
}

/* contactのボタン */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* font-size: 62.5%; */
}

.btn1,
a.btn1,
button.btn1 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation1 {
  font-size: 1.2rem;
/* ボタンの文字 */
  padding: 1.5rem 3rem;
  /* ボタンの文字から枠まで */
  color: #000;
  border-radius: 100% 80px / 80px 100%;
  background-color: #fff;
}

a.btn-malformation1:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}




.footer{
    width: 100%;
    height: 50px;
    background-color: white;
}
.footer p{
    /* padding-left: 47%; */
    text-align: center;
}