@charset "UTF-8";
/* CSS Document */
/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap");
.t__min {
  font-family: "Shippori Mincho", serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
svg {
  fill: currentColor;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    TRANSITION TIMING
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@keyframes scrollDown {
  0% {
    transform: translateY(0rem);
  }
  15% {
    transform: translateY(1rem);
  }
  30% {
    transform: translateY(0rem);
  }
  45% {
    transform: translateY(1rem);
  }
  60% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
@keyframes loopCl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopClRv {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/* #contents
----------------------------------------- */
@media screen and (min-width: 280px) {
  #contents {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 600px) {
  #contents {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  #contents {
    padding-top: 10rem;
    padding-bottom: 9rem;
  }
}
@media screen and (min-width: 1441px) {
  #contents {
    padding-top: 10rem;
    padding-bottom: 9rem;
  }
}
@media screen and (min-width: 280px) {
  #contents.contact_base .inner {
    width: 80%;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 600px) {
  #contents.contact_base .inner {
    width: 80%;
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  #contents.contact_base .inner {
    width: 100%;
    max-width: 80rem;
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1441px) {
  #contents.contact_base .inner {
    width: 100%;
    max-width: 80rem;
    padding-top: 8rem;
  }
}
#contents.contact_base h1 {
  display: none;
}
#contents.contact_base .contact_base_txt {
  text-align: center;
  letter-spacing: normal;
}
#contents.contact_base .contact_base_txt h2 {
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 280px) {
  #contents.contact_base .contact_base_txt h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 600px) {
  #contents.contact_base .contact_base_txt h2 {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  #contents.contact_base .contact_base_txt h2 {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1441px) {
  #contents.contact_base .contact_base_txt h2 {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 280px) {
  #contents.contact_base .contact_base_txt h2 br {
    display: inline-block;
  }
}
@media screen and (min-width: 600px) {
  #contents.contact_base .contact_base_txt h2 br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #contents.contact_base .contact_base_txt h2 br {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #contents.contact_base .contact_base_txt h2 br {
    display: none;
  }
}
#contents.contact_base .contact_base_txt #con_2 h2 {
  line-height: 1.5;
}
@media screen and (min-width: 280px) {
  #contents.contact_base .contact_base_txt .txt_wrap {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  #contents.contact_base .contact_base_txt .txt_wrap {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  #contents.contact_base .contact_base_txt .txt_wrap {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  #contents.contact_base .contact_base_txt .txt_wrap {
    font-size: 1.3rem;
  }
}
#contents.contact_base .contact_base_txt .txt_wrap a.mail_link {
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 3rem;
  position: relative;
  display: inline-block;
}
#contents.contact_base .contact_base_txt .txt_wrap a.mail_link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #262626;
  transform: scaleX(1);
  transform-origin: center left;
  transition: transform 400ms ease;
}
#contents.contact_base .contact_base_txt .txt_wrap a.mail_link:hover::after {
  transform: scaleX(0);
  transform-origin: center right;
}

/* ------------------------------
    プラグインによるフォームスタイル
------------------------------ */
#con_form_wrap {
  margin: 0 auto;
  text-align: left;
  /* ------------------------------
      画面ごとの調整
  ------------------------------ */
}
@media screen and (min-width: 280px) {
  #con_form_wrap {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #con_form_wrap {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  #con_form_wrap {
    width: 70%;
  }
}
@media screen and (min-width: 1441px) {
  #con_form_wrap {
    width: 70%;
  }
}
#con_form_wrap label {
  display: block;
  margin-bottom: 5px;
  margin-top: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}
#con_form_wrap label:first-child {
  margin-top: 0;
}
#con_form_wrap label span.must {
  margin-left: 5px;
  color: #b22222;
  font-weight: 400;
}
#con_form_wrap input,
#con_form_wrap textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 1rem;
  background: #fcfcfc;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  outline: none;
  color: #262626;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#con_form_wrap input:focus,
#con_form_wrap textarea:focus {
  background: #fcfcfc;
  color: #262626;
}
#con_form_wrap textarea {
  min-height: 200px;
}
@media screen and (min-width: 280px) {
  #con_form_wrap textarea {
    resize: none;
  }
}
@media screen and (min-width: 600px) {
  #con_form_wrap textarea {
    resize: none;
  }
}
@media screen and (min-width: 1025px) {
  #con_form_wrap textarea {
    resize: vertical;
  }
}
@media screen and (min-width: 1441px) {
  #con_form_wrap textarea {
    resize: vertical;
  }
}
#con_form_wrap span.error {
  background-color: #b22222 !important;
  font-size: 1.3rem !important;
  color: #fff !important;
  padding: 5px 10px !important;
  margin-top: 3px !important;
  width: 100% !important;
  line-height: 1.2 !important;
}
#con_form_wrap .mwform-tel-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#con_form_wrap .mwform-tel-field input {
  width: 30%;
  margin-bottom: 0;
}
#con_form_wrap .pop_confirm_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5rem 0;
  box-sizing: content-box;
}
#con_form_wrap .pop_confirm_btns button {
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 1;
  background: #262626;
  color: #fcfcfc;
  font-size: 1.2rem;
  font-weight: 400;
  border: solid 1px #262626;
  border-radius: 22.5px;
  transition: opacity 700ms ease, transform 400ms ease;
}
@media screen and (min-width: 280px) {
  #con_form_wrap .pop_confirm_btns button {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #con_form_wrap .pop_confirm_btns button {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  #con_form_wrap .pop_confirm_btns button {
    width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  #con_form_wrap .pop_confirm_btns button {
    width: 50%;
  }
}
#con_form_wrap .pop_confirm_btns button:hover {
  opacity: 0.6;
  transform: scale(1.05);
}
#con_form_wrap .pop_confirm_btns button._back_btn {
  background: #fcfcfc;
  color: #262626;
}
#con_form_wrap .pop_confirm_btns button._send_btn {
  margin-bottom: 2rem;
}
#con_form_wrap .mw_wp_form {
  padding: 5rem 0;
}
#con_form_wrap .mw_wp_form_confirm {
  padding: 3rem 0 0 0 !important;
  text-align: center;
}
@media screen and (min-width: 280px) {
  #con_form_wrap .mw_wp_form_confirm {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  #con_form_wrap .mw_wp_form_confirm {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  #con_form_wrap .mw_wp_form_confirm {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  #con_form_wrap .mw_wp_form_confirm {
    font-size: 1.3rem;
  }
}
#con_form_wrap .mw_wp_form_confirm .pop_confirm_btns {
  padding: 6rem 0 3rem 0 !important;
}
#con_form_wrap .mw_wp_form_confirm label {
  display: block;
  padding: 1rem 0 0 0;
  margin: 1rem auto 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  border-top: 1px solid #ececec;
}
#con_form_wrap .mw_wp_form_confirm label:last-child {
  padding: 1rem 0 2rem 0;
}/*# sourceMappingURL=contactbase.css.map */