@charset "UTF-8";


/* pageMv
***************************************************************/
.pageMv::before {
  opacity: .36;
}
@media all and (min-width: 681px) {
  .pageMv {
    background: url(../img/contactus/mv_pc.jpg)no-repeat center / cover;
  }
}
@media all and (max-width:680px) {
  .pageMv {
    background: url(../img/contactus/mv_sp.jpg)no-repeat center / cover;
  }
}
@media all and (max-width:370px) {
}


/* contactus_read
***************************************************************/
.contactus_read {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.85;
  padding: 80px 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .contactus_read {
    font-size: 18px;
    padding: 30px 0;
  }
}
@media all and (max-width:370px) {
}


/* contactusWrap1
***************************************************************/
.contactusWrap1 {
  background-color: #e9ebec;
  padding: 110px 0;
}
.contactus1_ul1 {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.contactus1_ul1 .li1 {
  width: 346px;
  background-color: #fff;
}
.contactus1_link1 {
  display: block;
}
.contactus1_h2 {
  width: 100%;
  height: 138px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.contactus1_h2 .t1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.46;
}
.contactus1_h2 .t2 {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.67;
  margin-top: 15px;
}
.contactus1_thumb {
  width: 100%;
  height: 196px;
  overflow: hidden;
}
.contactus1_img1 {
  width: 100%;
  height: 100%;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
  transition: transform 0.3s ease;
}
.contactus1_linkBox {
  width: 100%;
  padding: 35px 0;
  display: flex;
  justify-content: center;
}
.contactus1_linkBox .link1 {
  width: 276px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #ea4655;
  position: relative;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
.contactus1_linkBox .link1.type2 {
  background-color: #1f2e43;
}
.contactus1_linkBox .link1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border-color 0.3s ease;
}
@media all and (min-width: 681px) {
  .contactus1_ul1 .li1:nth-of-type(1n + 4) {
    margin-top: 56px;
  }
  .contactus1_linkBox a.link1:hover,
  a:hover .contactus1_linkBox .link1 {
    background-color: #586270;
  }
  .contactus1_ul1 .li1.type2 {
    width: 748px;
  }
  .contactus1_ul1 .li1.type2 .contactus1_h2 {
    height: 86px;
  }
  .contactus1_ul1 .li1.type2 .contactus1_thumb {
    height: 248px;
  }
  .contactus1_linkBox .link1 + .link1 {
    margin-left: 35px;
  }
  a:hover .contactus1_img1 {
    transform: scale(1.1);
  }
}
@media all and (max-width:680px) {
  .contactusWrap1 {
    padding: 40px 20px;
  }
  .contactus1_ul1 {
    width: 100%;
    display: block;
  }
  .contactus1_ul1 .li1 {
    width: 100%;
  }
  .contactus1_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 30px;
  }
  .contactus1_h2 {
    height: 114px;
  }
  .contactus1_h2 .t1 {
    font-size: 22px;
  }
  .contactus1_h2 .t2 {
    font-size: 14px;
    margin-top: 8px;
  }
  .contactus1_thumb {
    height: 50.67vw;
  }
  .contactus1_linkBox {
    padding: 32px;
    display: block;
  }
  .contactus1_linkBox .link1 {
    width: 100%;
    height: 56px;
    font-size: 18px;
  }
  .contactus1_linkBox .link1 + .link1 {
    margin-top: 15px;
  }
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
