/**
 * filename: contact.css
 * version: 3.0
 **/
#main.contact {
  height: auto;
  width: 100%;
  margin: 6rem 0rem;
}
@media screen and (max-width: 1199px) {
  #main.contact {
    margin: 4.5rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact {
    margin: 3rem 0rem;
  }
}
#main.contact > .inner {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1 {
    margin-bottom: 3rem;
  }
}
#main.contact > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 3rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1 > .inner {
    padding: 0 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1 > .inner {
    padding: 0 1.5rem;
  }
}
#main.contact > .inner > .sec1 > .inner > .box1 {
  margin-bottom: 3rem;
  height: auto;
  width: 33.333%;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1 > .inner > .box1 {
    width: 100%;
  }
}
#main.contact > .inner > .sec1 > .inner > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.contact > .inner > .sec1 > .inner > .box2 {
  margin-bottom: 3rem;
  height: auto;
  position: relative;
  width: 66.666%;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1 > .inner > .box2 {
    width: 100%;
  }
}
#main.contact > .inner > .sec1 > .inner > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  font-size: 2.24rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  border-bottom: 0.1rem solid #d0d0d0;
  font-family: "RodinPro-M", sans-serif;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1 > .inner > .box2 > .hdr1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1 > .inner > .box2 > .hdr1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1 > .inner > .box2 > .hdr1 {
    font-size: 2.08rem;
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1 > .inner > .box2 > .hdr1 {
    font-size: 1.92rem;
    line-height: 1.8;
  }
}
#main.contact > .inner > .sec1 > .inner > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1 > .inner > .box2 > [class^=lst] {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1 > .inner > .box2 > [class^=lst] {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.contact > .inner > .sec1 > .inner > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: 1em;
}
#main.contact > .inner > .sec1 > .inner > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: calc(100% - 2em);
}
#main.contact > .inner > .sec1 > .inner > .box2 > [class^=lst] > .dsc1 > .lnk1 {
  display: inline-block;
}
#main.contact > .inner > .sec1 > .inner > .box2 > [class^=lst] > .dsc1 > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.contact > .inner > .sec1 > .inner > .box2 > [class^=lst] > .dsc1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.contact > .inner > .sec1 > .inner > .box2 > [class^=lst] > .dsc1 > .lnk1 > .img1 {
  display: inline-block;
  height: 1.4em;
  transform: translateY(0.2em);
  width: auto;
}
#main.contact > .inner > .sec1 > .inner > .box3 {
  height: auto;
  width: 100%;
  padding-top: 33.333%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1 > .inner > .box3 {
    padding-top: 50%;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1 > .inner > .box3 {
    padding-top: 100%;
  }
}
#main.contact > .inner > .sec1 > .inner > .box3 > .ifr1 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
#main.contact > .inner > .sec1.ani > .inner > .box1 {
  opacity: 0;
  transition: opacity ease-out 0.7s, transform ease-out 0.7s;
  transform: translateY(3rem);
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1.ani > .inner > .box1 {
    transform: translateY(2.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1.ani > .inner > .box1 {
    transform: translateY(1.5rem);
  }
}
#main.contact > .inner > .sec1.ani > .inner > .box2 {
  opacity: 0;
  transition: opacity ease-out 0.7s, transform ease-out 0.7s;
  transition-delay: 0.35s;
  transform: translateX(3rem);
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1.ani > .inner > .box2 {
    transform: translateX(2.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1.ani > .inner > .box2 {
    transform: translateX(0) translateY(1.5rem);
  }
}
#main.contact > .inner > .sec1.ani > .inner > .box3 {
  opacity: 0;
  transition: opacity ease-out 0.7s, transform ease-out 0.7s;
  transition-delay: 0.7s;
  transform: translateY(3rem);
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec1.ani > .inner > .box3 {
    transform: translateY(2.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1.ani > .inner > .box3 {
    transform: translateY(1.5rem);
  }
}
#main.contact > .inner > .sec1.view > .inner > .box1, #main.contact > .inner > .sec1.view > .inner > .box3 {
  opacity: 1;
  transform: translateY(0);
}
#main.contact > .inner > .sec1.view > .inner > .box2 {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec1.view > .inner > .box2 {
    transform: translateY(0);
  }
}
#main.contact > .inner > .sec2 {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 3rem;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner {
    padding: 0 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner {
    padding: 0 1.5rem;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 1.5rem;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 2.24rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  border-bottom: 0.2rem solid #b0b0b0;
  font-family: "RodinPro-M", sans-serif;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 2.08rem;
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.92rem;
    line-height: 1.8;
  }
}
#main.contact > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 {
  margin-bottom: 3rem;
  height: auto;
  width: calc(50% - 3rem);
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 {
    width: 100%;
  }
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst], #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst]:not(:last-of-type), #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst]:not(:last-of-type), #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst]:not(:last-of-type), #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .trm1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .trm1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .trm1 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .trm1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .trm1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .trm1 > .elm1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .trm1 > .elm1 {
  font-family: "Ubuntu", sans-serif;
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .trm1 > .elm2, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .trm1 > .elm2 {
  font-family: "TsukuGoPr5-R", sans-serif;
  color: #909090;
  font-size: 0.8em;
  margin-left: 0.5em;
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .trm1 > .elm3, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .trm1 > .elm3 {
  font-family: "TsukuGoPr5-R", sans-serif;
  color: #00ada9;
  font-size: 0.8em;
  margin-left: 0.5em;
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .dsc1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #909090;
  font-family: "TsukuGoPr5-R", sans-serif;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .dsc1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .dsc1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .dsc1 .ipt1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .dsc1 .ipt1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-appearance: none;
  appearance: none;
  border: 0.1rem solid #e0e0e0;
  box-shadow: none;
  border-radius: 0;
  color: #606060;
  display: block;
  font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  padding: 0.5em;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .dsc1 .ipt1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .dsc1 .ipt1 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box1 > [class^=lst] > .dsc1 .ipt1, #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box2 > [class^=lst] > .dsc1 .ipt1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "TsukuGoPr5-R", sans-serif;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par1 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par1 .ipc1 {
  margin-right: 0.5em;
  cursor: pointer;
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par2 {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par2 .ips1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 3.2;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0.2rem solid #606060;
  border-radius: 0;
  color: #606060;
  cursor: pointer;
  font-family: "TsukuGoPr5-R", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par2 .ips1 {
    font-size: 1.3rem;
    line-height: 2.8;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par2 .ips1 {
    font-size: 1.2rem;
    line-height: 2.4;
  }
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par2 .ips1.hov {
  transition: background 0.35s;
}
#main.contact > .inner > .sec2 > .inner > .box2 .box1.frm > .box3 > .par2 .ips1.hov:hover {
  background-color: #606060;
  color: #ffffff;
}
#main.contact > .inner > .sec2 > .inner > .box2 .wpcf7-spinner {
  display: none;
}
#main.contact > .inner > .sec2 > .inner > .box2 .wpcf7-response-output {
  height: auto;
  width: 100%;
  margin: 3rem 0rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  background-color: #00ada9;
  border: none;
  color: #ffffff;
  font-family: "TsukuGoPr5-R", sans-serif;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .wpcf7-response-output {
    margin: 2.25rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .wpcf7-response-output {
    margin: 1.5rem 0rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .wpcf7-response-output {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .wpcf7-response-output {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.contact > .inner > .sec2 > .inner > .box2 .wpcf7-not-valid-tip {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0.25em;
  color: #00ada9;
  display: inline-block;
  font-family: "TsukuGoPr5-R", sans-serif;
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .wpcf7-not-valid-tip {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2 > .inner > .box2 .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.contact > .inner > .sec2.ani > .inner > [class^=box] {
  opacity: 0;
  transition: opacity ease-out 0.7s, transform ease-out 0.7s;
  transform: translateY(3rem);
}
@media screen and (max-width: 1199px) {
  #main.contact > .inner > .sec2.ani > .inner > [class^=box] {
    transform: translateY(2.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2.ani > .inner > [class^=box] {
    transform: translateY(1.5rem);
  }
}
#main.contact > .inner > .sec2.ani > .inner > [class^=box].box2 {
  transition-delay: 0.35s;
}
@media screen and (max-width: 767px) {
  #main.contact > .inner > .sec2.ani > .inner > [class^=box].box2 {
    transition-delay: 0s;
  }
}
#main.contact > .inner > .sec2.ani.view > .inner > [class^=box] {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=contact.css.map */
