@charset "UTF-8";

/* PC表示設定 */
@media screen and (min-width: 960px) {

/* コンテンツここから */



/* お問い合わせ */

.contact {
  background-image: url(/assets/img/include/footer_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}

.contact .contact_content {
  width: 90%;
  margin: auto;
  max-width: 1080px;
  padding: 100px 0 30px;
}

.contact .contact_cap {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 0 0 50px 50px;
}

.contact h2 {
  font-family: Poppins;
  font-size: 100px;
  font-weight: 300;
  letter-spacing: 4px;
  background: var(--black_22_grade, linear-gradient(257deg, #41455A 0%, #131626 98.57%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
  }

.contact .contact_content p{
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

.contact h2 span {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-left: 20px;
}

.contact .btn_contact {
  display: inline-block;
  margin-top: 50px;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  padding: 0px 60px 0px 30px;
  border-radius: 30px;
  border: 1px solid #131626;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.40) 100%);
  position:relative;
}
.contact .btn_contact::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 50px;
  background: url(/assets/img/include/icon_contact.svg) no-repeat;
  background-size: 30px 30px;
  background-position: center;
  position: absolute;
  right: 10px;
}
.contact .btn_contact:hover {
  color: #BEC5D0;
  border: 1px solid #BEC5D0;
}

.contact .contact_deco {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-weight: 300;
  font-size: 9vw;
}





/* フッター */

.footer_menu {
  background: var(--black_22_grade, linear-gradient(257deg, #41455A 0%, #131626 98.57%));
}

.footer_menu_main {
  width: 90%;
  margin: auto;
  max-width: 1080px;
  padding: 100px 0 50px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer_menu_main .footer_menu_logo img{
  display: block;
}

.footer_menu_main .footer_menu_logo select {
  margin-top: 100px;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  border-radius: 5px;
  padding: 5px 28px 5px 10px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/assets/img/include/selectbox_ya.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 10px center;
}

.footer_menu_main .footer_menu_list {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer_menu_main .footer_menu_list dl {
  margin-left: 50px;
}

.footer_menu_main .footer_menu_list dl dt {
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.footer_menu_main .footer_menu_list dl dd ul {
  margin-top: 30px;
}

.footer_menu_main .footer_menu_list dl dd ul li {
  margin-bottom: 20px;
}

.footer_menu_main .footer_menu_list dl dd ul li a {
  color: #BEC5D0;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}




/* コピーライト */

.footer_copy {
  width: 90%;
  margin: auto;
  max-width: 1080px;
  padding: 20px 0 50px;
  border-top: #BEC5D0 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_copy dl dt {
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
.footer_copy dl dd {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

.footer_copy p {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}





  /* コンテンツここまで */

}