.top_keyvisual_section{
  padding-top: 100px;
}

.top_keyvisual_wrapper{
  position: relative;
}

.top_keyvisual_img_wrapper{
  width: 100%;
  height: 80vh;
}

.top_keyvisual_img_wrapper::before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.16);
  position: absolute;
  top: 0;
  left: 0;
}

.top_keyvisual_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_keyvisual_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 600px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: 'yugothic_bold';
  letter-spacing: 0.1em;
  line-height: 1.8;
}


.top_message_section{
  padding-top: 100px;
}

.top_message_img_item_wrapper{
  display: flex;
  align-items: flex-start;
}

.top_message_img_item{
  position: relative;
}

.top_message_img_item::before{
  content: "";
  display: block;
}

.top_message_img_item:nth-child(1){
  width: 30%;
  margin: 30px auto 0 0;
}

.top_message_img_item:nth-child(1)::before{
  padding-top: calc(250/300*100%);
}

.top_message_img_item:nth-child(2){
  width: 25%;
  margin-top: 130px;
}

.top_message_img_item:nth-child(2)::before{
  padding-top: calc(200/250*100%);
}

.top_message_img_item:nth-child(3){
  width: 35%;
  margin: 0 0 0 auto;
}

.top_message_img_item:nth-child(3)::before{
  padding-top: calc(300/350*100%);
}

.top_message_img_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.top_message_txt{
  margin-top: 80px;
  line-height: 3;
}


.top_work_section{
  padding-top: 130px;
}

.top_work_item_wrapper{
  display: flex;
}

.top_work_item_first_wrapper{
  align-items: flex-end;
}

.top_work_item_second_wrapper{
  align-items: flex-start;
}

.top_work_item{
  position: relative;
}

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

.top_work_item_first_wrapper .top_work_item:nth-child(1),
.top_work_item_second_wrapper .top_work_item:nth-child(2){
  width: 62.5%;
}

.top_work_item_first_wrapper .top_work_item:nth-child(2),
.top_work_item_second_wrapper .top_work_item:nth-child(1){
  width: 37.5%;
}

.top_work_item_img_wrapper{
  position: relative;
}

.top_work_item_img_wrapper::before{
  content: '';
  display: block;
}

.top_work_item_img_wrapper::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
}

.top_work_item:hover .top_work_item_img_wrapper::after{
  background: none;
  transition: 0.5s;
}

.top_work_item_first_wrapper .top_work_item:nth-child(2) .top_work_item_img_wrapper::before,
.top_work_item_second_wrapper .top_work_item:nth-child(1) .top_work_item_img_wrapper::before{
  padding-top: 100%;
}

.top_work_item_first_wrapper .top_work_item:nth-child(1) .top_work_item_img_wrapper::before,
.top_work_item_second_wrapper .top_work_item:nth-child(2) .top_work_item_img_wrapper::before{
  padding-top: calc(500/750*100%);
}

.top_work_item_img_wrapper img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_work_item_txt_wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 73%;
}

.top_work_item_title{
  font-family: 'yugothic_bold';
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top_work_item_info{
  color: #fff;
  margin: 15px 0;
}

.top_work_item_label{
  padding: 3px 15px;
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
}

.top_work_item_first_wrapper .top_work_item:nth-child(1) .top_work_item_title,
.top_work_item_second_wrapper .top_work_item:nth-child(2) .top_work_item_title{
  font-size: 30px;
}

.top_work_item_first_wrapper .top_work_item:nth-child(1) .top_work_item_info,
.top_work_item_second_wrapper .top_work_item:nth-child(2) .top_work_item_info{
  font-size: 18px;
  margin: 15px 0;
}


.top_work_item_first_wrapper .top_work_item:nth-child(2) .top_work_item_title,
.top_work_item_second_wrapper .top_work_item:nth-child(1) .top_work_item_title{
  font-size: 25px;
}

.top_work_item_first_wrapper .top_work_item:nth-child(2) .top_work_item_info,
.top_work_item_second_wrapper .top_work_item:nth-child(1) .top_work_item_info{
  font-size: 15px;
}

.top_work_item_first_wrapper .top_work_item:nth-child(2) .top_work_item_label,
.top_work_item_second_wrapper .top_work_item:nth-child(1) .top_work_item_label{
  font-size: 13px;
}



.top_instagram_name_wrapper{
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.top_instagram_icon_wrapper{
  width: 20px;
  height: 20px;
}

.top_instagram_icon_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_instagram_name{
  margin: 0 0 0 10px;
  letter-spacing: 0.1em;
}

.top_instagram_imgs_wrapper{
  margin-top: 30px;
}

.top_instagram_link_wrapper{
  margin-top: 80px;
  text-align: center;
  padding-right: 50px;
}

.top_instagram_link_wrapper::before{
  content: "";
}

.top_instagram_link_wrapper a{
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

.top_instagram_link_wrapper a::before{
  content: '';
  position: absolute;
  bottom: 6px;
  right: -50px;
  transform: rotate(30deg);
  width: 12px;
  height: 1px;
  background: #000;
  transition: 0.3s;
}

.top_instagram_link_wrapper a::after{
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 3px;
  right: -50px;
  transition: 0.3s;
}


.top_contact_section{
  background: #F7F7F7;
}

.top_contact_txt{
  text-align: center;
  margin: 50px 0 0;
}

.top_contact_form_wrapper{
  margin-top: 50px;
}


.top_info_item_wrapper{
  margin-top: 50px;
}

.top_info_item{
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #BDBDBD;
}

.top_info_item:last-child{
  border-bottom: 1px solid #bdbdbd;
}

.top_info_item_date{
  width: 18%;
  margin: 0;
}

.top_info_item_title{
  width: 82%;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

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

.top_info_item_title a:hover{
  text-decoration: underline;
}

.top_info_more_wrapper{
  margin-top: 50px;
  text-align: right;
  padding-right: 50px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.top_info_more_wrapper a{
  text-decoration: none;
  color: #000;
  position: relative;
}

.top_info_more_wrapper a::before{
  content: '';
  position: absolute;
  bottom: 6px;
  right: -50px;
  transform: rotate(30deg);
  width: 12px;
  height: 1px;
  background: #000;
  transition: 0.3s;
}

.top_info_more_wrapper a::after{
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 3px;
  right: -50px;
  transition: 0.3s;
}


.top_access_section{
  padding-bottom: 100px;
}

.top_access_inner{
  margin-top: 50px;
}

.top_access_txt{
  text-align: center;
  letter-spacing: 0.1em;
}

.top_access_zipcode{
  margin: 0;
}

.top_access_address{
  margin: 15px 0 0;
}

.top_access_googlemap{
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.top_access_googlemap::before{
  content: "";
  display: block;
  padding-top: calc(400/800*100%);
}

.top_access_googlemap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


@media(max-width: 1000px) and (orientation: portrait){
  
  .top_keyvisual_section{
    padding-top: 80px;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(1) .top_work_item_title,
  .top_work_item_second_wrapper .top_work_item:nth-child(2) .top_work_item_title{
    font-size: 25px;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(2) .top_work_item_title,
  .top_work_item_second_wrapper .top_work_item:nth-child(1) .top_work_item_title{
    font-size: 20px;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(1) .top_work_item_info,
  .top_work_item_second_wrapper .top_work_item:nth-child(2) .top_work_item_info{
    font-size: 15px;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(2) .top_work_item_label,
  .top_work_item_second_wrapper .top_work_item:nth-child(1) .top_work_item_label{
    font-size: 12px;
  }

  .top_work_item_label{
    font-size: 13px;
  }

}


@media(max-width: 670px){

  .top_keyvisual_section{
    padding-top: 65px;
  }

  .top_keyvisual_txt{
    width: 90%;
    font-size: 23px;
  }

  .top_message_section{
    padding-top: 80px;
  }

  .top_message_img_item_wrapper{
    display: block;
  }

  .top_message_img_item:nth-child(1){
    width: 60%;
    margin: 0;
  }

  .top_message_img_item:nth-child(2){
    width: 53%;
    margin: -80px 0 0 auto;
  }

  .top_message_img_item:nth-child(2) img{
    z-index: 2;
  }

  .top_message_img_item:nth-child(3){
    width: 68%;
    margin: -20px auto 0 13%;
  }

  .top_message_img_item:nth-child(3) img{
    z-index: 1;
  }

  .top_message_txt{
    line-height: 2.3;
    margin-top: 50px;
  }

  .top_work_section{
    padding-top: 80px;
  }

  .top_work_item_wrapper{
    flex-wrap: wrap;
    width: 100vw;
    display: inline;
    font-size: 0;
  }

  .top_work_item{
    display: inline-block;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(1),
  .top_work_item_second_wrapper .top_work_item:nth-child(2){
    width: 100%;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(2),
  .top_work_item_second_wrapper .top_work_item:nth-child(1){
    width: 50%;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(1) .top_work_item_title,
  .top_work_item_second_wrapper .top_work_item:nth-child(2) .top_work_item_title{
    font-size: 18px;
  }

  .top_work_item_txt_wrapper{
    left: 5%;
    transform: translate(0%,-50%);
    width: 90%;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(1) .top_work_item_info,
  .top_work_item_second_wrapper .top_work_item:nth-child(2) .top_work_item_info{
    font-size: 14px;
    margin: 10px 0;
  }

  .top_work_item_label{
    font-size: 12px;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(2) .top_work_item_title,
  .top_work_item_second_wrapper .top_work_item:nth-child(1) .top_work_item_title{
    font-size: 15px;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(2) .top_work_item_info,
  .top_work_item_second_wrapper .top_work_item:nth-child(1) .top_work_item_info{
    font-size: 12px;
  }

  .top_work_item_info{
    margin: 10px 0;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(2) .top_work_item_label,
  .top_work_item_second_wrapper .top_work_item:nth-child(1) .top_work_item_label{
    font-size: 11px;
  }

  .top_work_item_first_wrapper .top_work_item:nth-child(2) .top_work_item_txt_wrapper, 
  .top_work_item_second_wrapper .top_work_item:nth-child(1) .top_work_item_txt_wrapper{
    left: 10%;
    width: 80%;
  }

  .top_instagram_icon_wrapper{
    width: 18px;
    height: 18px;
  }

  .top_instagram_imgs_wrapper{
    margin-top: 15px;
  }

  .top_instagram_link_wrapper{
    margin-top: 50px;
  }

  .top_instagram_link_wrapper a{
    font-size: 15px;
  }

  .top_contact_txt{
    margin-top: 30px;
  }

  .top_contact_txt span{
    display: block;
  }

  .top_contact_form_wrapper{
    margin-top: 30px;
  }

  .top_info_item_wrapper{
    margin-top: 30px;
  }

  .top_info_item{
    padding: 20px 0;
    display: block;
  }

  .top_info_item_date{
    width: 100%;
    margin: 0 0 5px;
  }

  .top_info_item_title{
    width: 100%;
    font-size: 13px;
  }

  .top_info_more_wrapper{
    margin-top: 30px;
  }

  .top_access_section{
    padding-bottom: 80px;
  }

  .top_access_inner{
    margin-top: 30px;
  }

  .top_access_address{
    margin-top: 10px;
  }

  .top_access_googlemap{
    margin-top: 15px;
  }

  .top_access_googlemap::before{
    padding-top: calc(270/340*100%);
  }

}