@charset "UTF-8";
/* CSS Document */
main {
  background: linear-gradient(90deg, #fff 15%, #fff 50%, #fff 85%);
}
a:hover {
  opacity: 1.0;
}


.section-contact {
  background-color: #1a1a1a;
  padding: 60px 0 120px;
}
.section-contact_title {
  position: relative;
  margin-bottom: 50px;
}
.section-contact_title img {
  width: 98px;
  opacity: 0.24;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4.2rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 100;
  line-height: 2.6rem;
}
.center span {
  font-size: 1.6rem;
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 100;
}
.contact_btn {
  margin-top: 60px;
}
.contact_btn a {
  width: 250px;
}
.contact_btn a:hover {
  opacity: 0.4;
}
.contact_btn a img {
  width: 250px;
  height: 100%;
}


.section-contact ul {
  position: relative;
  display: block;
  text-align: center;
  margin: 80px auto 80px;
  width: 66vw;
  z-index: 100;
  max-width: 2000px;
}
.section-contact ul li {
  display: block;
  margin-bottom: 40px;
}
.section-contact ul li h4 {
  font-size: 2.0rem;
  width: 200px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.contact-form input[type="text"] {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border: solid 1px #777;
}
.contact-form textarea {
  display: block;
  width: 100%;
  height: 300px;
  padding: 10px 10px;
  border: solid 1px #777;
}
.btbt {
  display: block;
  font-weight: 400;
  background-color: #182DFC;
  border-style: none;
  -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 60%);
  box-shadow: 2px 2px 3px rgb(0 0 0 / 60%);
  color: #FFFFFF;
  line-height: 48px;
  width: 300px;
  margin: 0 auto;
}
.section-contact_discription {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.section-contact_discription p {
  line-height: 30px;
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 100;
  color: #fff;
}
.section-contact_discription h3 {
  font-size: 1.6rem;
  position: relative;
  z-index: 100;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
}
.section-contact h2 a {
  color: #fff;
}




@media (max-width: 380px) {
.btbt {
  width: 280px;
}
}
@media (max-width: 395px) {
}
@media (max-width: 595px) {
}
@media (max-width: 925px) {
}
@media (max-width: 520px){
}
@media (max-width: 980px) {
.section-contact ul {
  width: 80vw;
}
.section-contact_discription p {
  padding: 0 40px;
}
.section-contact_discription h3 {
  padding: 0 40px;
}
}
@media (min-width: 1259px) {
}