@charset "UTF-8";

/*
# =================================================================
# お問い合わせ
# =================================================================*/
#contact .mv {
  background: url(../../img/common/mvBg1.jpg) no-repeat center top / cover;
}
#contact .mainTxt {
  margin: 0 auto 70px auto;
}
#contact .mainTxt p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
#contact .boxContact {
  padding: 80px 120px;
  background: url(../../img/aboutBg1.png) repeat left top;
  border-radius: 30px;
}
#contact .boxContact h3 {
  margin: 0 0 30px 0;
  font-family: "M PLUS 1", sans-serif;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  color: #e50012;
  letter-spacing: .02em;
}
#contact .boxContact .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact .boxContact .box1 a {
  width: 45%;
  padding: 40px 10px 85px 10px;
  background: url(../../img/common/naviIcon1.svg) no-repeat center bottom 35px / 50px,
  #e50112;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  display: block;
}
#contact .boxContact .box1 a:hover {
  background: url(../../img/common/naviIcon1.svg) no-repeat center bottom 35px / 55px,
  #e50112;
}
#contact .boxContact .box1 a p {
  font-family: "M PLUS 1", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ffea00;
  line-height: 1.6;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
@media screen and (min-width: 1921px) {
}
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1660px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1120px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
  #contact .boxContact {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 960px) {
}

/* tablet */
@media screen and (max-width: 767.98px) {
  #contact .boxContact .box1 {
    display: block;
  }
  #contact .boxContact .box1 a {
    width: 100%;
    margin: 0 0 25px 0;
  }
  #contact .boxContact .box1 a:nth-last-of-type(1) {
    margin: 0;
  }
}

/* mobile L */
@media screen and (max-width: 450px) {
  #contact .mv {
    background: url(../../img/common/mvBg1_sp.jpg) no-repeat center top / cover;
  }
  #contact .mainTxt {
    margin: 0 auto 35px auto;
  }
  #contact .mainTxt p {
    font-size: 4vw;
    text-align: left;
  }
  #contact .boxContact {
    padding: 35px 20px;
  }
  #contact .boxContact h3 {
    margin: 0 0 15px 0;
    font-size: 5.2vw;
  }
  #contact .boxContact .box1 a {
    padding: 30px 10px 70px 10px;
    background: url(../../img/common/naviIcon1.svg) no-repeat center bottom 27px / 50px,
    #e50112;
  }
  #contact .boxContact .box1 a p {
    font-size: 4.9vw;
  }
}
@media screen and (max-width: 400px) {
}

/* mobile M */
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 350px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
