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


/* section-top */

.section-top_visual {
  width: 100%;
  min-height: 100vh;
  background: url("../image/top/top_visual.jpg")
    center / cover;
  background-repeat: no-repeat;
}
@media(max-width:1000px) {
  .section-top_visual {
    background-image: url("../image/top/top_mobile.jpg");
  }
}

/* section-top */


/* スクロールダウン全体の場所 */

.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  right: 5.5rem;
  bottom: 0;
  /*全体の高さ*/
  height: 70px;
}

/*Scrollテキストの描写*/
.scrolldown span {
  font-family: laca-text, sans-serif;
  font-weight: 500;
  /*描画位置*/
  position: absolute;
  left: -14px;
  bottom: 85px;
  /*テキストの形状*/
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown::before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -3px;
  /*丸の形状*/
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 2s ease-in-out infinite,
    cirlemovehide 2s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 70px;
  }
  100% {
    bottom: -5px;
  }
}

/* 線の描写 */
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 70px;
  background: #ffffff;
}

/* スクロールダウン */


/*top_heading*/
.top_heading {
  font-family: laca-text, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
}
@media(max-width:768px) {
  .top_heading {
    font-size: 2.4rem;
  }
}
/*top_heading*/


/* section-about */
.section-about {
  width: 80%;
  margin: 160px auto 0;
  max-width: 1300px;
}
.section-about_wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-about_img {
  width: 50%;
  object-fit: cover;
}
.section-about_text_area {
  width: 40%;
  text-align: left;
  padding-left: 10%;
}
.section-about_lead {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 3.2rem 0 2.4rem 0;
  letter-spacing: 0.1rem;
  line-height:4.0rem;
}
  .section-about_text {
    font-size: 1.5rem;
  }
.section-about_text_area .contents_btn {
  text-align: right;
}
.section-about .contents_btn {
  padding-top: 2.4rem;
}

@media(max-width:980px) {
  .section-about {
    margin-top: 88px;
  }
  .section-about_wapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-about_img {
    width: 100%;
  }
  .section-about_text_area {
    padding: 6.4rem 0 0; 
    width: 100%;
  }
  .section-about_lead {
    font-size: 2.0rem;
    padding: 3.2rem 0 2.4rem;
  }
}
@media(max-width:768px) {
  .section-about {
    width: 100%;
  }
  .section-about_wapper {
    padding: 0 2.4rem 0;
  }
  .section-about_text {
    font-size: 1.4rem;
  }
}

/* section-about */



/* section-works*/
.section-works {
  width: 80%;
  margin: 160px auto 0;
  max-width: 1300px;
}
.section-works_wapper .top_heading {
  padding-bottom: 8.0rem;
}
.section-works_wapper a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
}
.section-works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 8.0rem;
}
.section-works_list li {
  width: 30%;
}
.section-works_list li:hover {
  opacity: .55;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}
.section-works_list_item {
  width: 100%;
}
.section-works_list_item h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
.section-works_img {
  width: 100%;
  object-fit: cover;
  padding-bottom: 3.2rem;
}
@media(max-width:980px) {
  .section-works {
    margin-top: 88px;
  }
  .section-works_wapper .top_heading {
    padding-bottom: 6.4rem;
  }
  .section-works_list {
    padding-bottom: 5.6rem;
  }
  .section-works_list_item h3 {
    font-size: 1.5rem;
  }
}
@media(max-width:768px) {
  .section-works {
    width: 100%;
  }
  .section-works_wapper {
    padding: 0 2.4rem ;
  }
  .section-works_wapper h2 {
    padding-bottom: 6.4rem;
  }
    .section-works_list_item h3 {
    font-size: 1.4rem;
  }
}
@media(max-width:600px) {
  .section-works_list {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-works_list li {
    width: 100%;
  }
  .section-works_list_item {
    padding-bottom: 4.8rem;
  }
  .section-works_img {
    padding-bottom: 1.6rem;
  }
  .section-works_wapper .contents_btn {
    padding-top: 0;
  }
}

/* section-works*/



/* section-contact */
.section-contact {
  width: 80%;
  max-width: 1300px;
  margin: 160px auto 0;
}
.contact_btn {
  display: inline-block;
  max-width: 100%;
}
.mail_icon {
  width: 16px;
}
.contact_btn a {
  max-width: 100%;
  background-color: #e9e9e9;
  font-family: laca-text, sans-serif;
  color: #333333;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 1.0rem 10rem;
  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;
  border-radius: 0.5rem;
}
.contact_btn a::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../image/common/mail.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1.0rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact_btn a:hover {
  color: #cccccc;
  background-color: #A3A3A3;
}
.contact_btn a:hover::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../image/common/mail_hover.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}
@media(max-width:980px) {
  .section-contact {
    margin-top: 8.8rem;
  }
  .contact_btn a {
    font-size: 1.8rem;
  }
}
@media(max-width:600px) {
  .contact_btn a {
    padding: 1.0rem 7.0rem;
  }
}

/* section-contact */













