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

お問い合わせ

-------------------- */
/* -----------------
fv_wrap
-------------------- */
.fv_wrap {
  position: relative;
}
.fv_wrap img {
  width: 100%;
}
.fv_wrap .inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 75px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv_wrap .inner {
    padding-top: 38px;
  }
}
.fv_wrap .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 84.6%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv_wrap .ttl {
    width: 84.635416666%;
  }
}
.fv_wrap .ttl span {
  color: #595757;
  display: block;
}
.fv_wrap .ttl .jp {
  font-weight: 700;
  font-size: 4.3rem;
  letter-spacing: 0.025em;
}
.fv_wrap .ttl .jp + .jp {
  font-size: 3.4rem;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .fv_wrap .ttl .jp {
    font-size: 4vw;
  }
  .fv_wrap .ttl .jp + .jp {
    font-size: 3.8vw;
    margin-top: 1.692708333vw;
  }
}

/* -----------------
contact_wrap
-------------------- */
.contact_wrap {
  padding: 3px 0 20px;
}
@media screen and (max-width: 767px) {
  .contact_wrap {
    padding: 20px 0 34px;
  }
}
@media screen and (min-width: 768px) {
  .contact_wrap .wrap {
    max-width: 750px;
  }
}
.contact_wrap .txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contact_wrap .txt {
    font-size: 1.4rem;
    line-height: 2.5714285714;
  }
}
.contact_wrap .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .contact_wrap .list {
    display: block;
    margin-top: 26px;
  }
}
.contact_wrap .list li {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .contact_wrap .list li {
    margin: 0 auto;
    width: 100%;
    max-width: 205px;
  }
  .contact_wrap .list li:nth-child(n+2) {
    margin-top: 23px;
  }
}
.contact_wrap .list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 120px;
  border-radius: 7px;
  background: #9fa0a0;
}
.contact_wrap .list a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact_wrap .list a {
    height: 60px;
    border-radius: 4px;
  }
  .contact_wrap .list a::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border-radius: 3px;
  }
}
.contact_wrap .list span {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #fff;
  text-align: center;
  display: block;
}
.contact_wrap .list .txt01 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .contact_wrap .list .txt01 {
    font-size: 1.8rem;
  }
}
.contact_wrap .list .txt02 {
  font-size: 2.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact_wrap .list .txt02 {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.contact_wrap .list .txt {
  font-weight: 400;
  line-height: 1.4444444444;
  text-indent: 0.05em;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .contact_wrap .list .txt {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 7px;
  }
}

/* -----------------
contact_form_wrap
-------------------- */
.contact_form_wrap {
  padding: 5px 0 10px;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .contact_form_wrap .wrap {
    max-width: 90%;
  }
}
.contact_form_wrap .ttl {
  margin: 15px;
  width: 100%;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 5px 15px;
  background: #9fa0a0;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap .ttl {
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 5px 7px;
  }
}

.contact_form_wrap .txt {
  margin: 15px;
}

.contact_form_wrap .list {
  margin-top: 20px;
  border: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap .list {
    margin-top: 10px;
  }
}
.contact_form_wrap .list li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap .list li {
    display: block;
  }
}
.contact_form_wrap .list li:nth-child(n+2) {
  border-top: 1px solid #595757;
}
.contact_form_wrap .list .txt,
.contact_form_wrap .list .input_box,
.contact_form_wrap .list .textarea_box {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap .list .txt,
.contact_form_wrap .list .input_box,
.contact_form_wrap .list .textarea_box {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.contact_form_wrap .list .input_box input,
.contact_form_wrap .list .textarea_box textarea {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.contact_form_wrap .list .txt {
  display: flex;
  justify-content: center;
  padding: 14px 0;
  width: 220px;
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap .list .txt {
    justify-content: flex-start;
    padding: 7px;
    width: 100%;
  }
}
.contact_form_wrap .list .txt .req {
  line-height: inherit;
  color: #ea5514;
  display: block;
  margin-left: 1em;
}
.contact_form_wrap .list .box {
  width: calc(100% - 220px);
  border-left: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap .list .box {
    width: 100%;
    border-top: 1px solid #595757;
    border-left: none;
  }
}
.contact_form_wrap .list .box .input_box {
  padding: 5px;
}
.contact_form_wrap .list .box .input_box input {
  display: block;
  padding: 0 35px;
  width: 100%;
  height: 41px;
  border: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap .list .box .input_box input {
    padding: 0 10px;
  }
}
.contact_form_wrap .list .box .textarea_box {
  padding: 5px;
}
.contact_form_wrap .list .box .textarea_box textarea {
  display: block;
  padding: 10px 14px;
  width: 100%;
  height: 160px;
  border: 1px solid #595757;
  resize: none;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap .list .box .textarea_box textarea {
    padding: 7px 10px;
  }
}
.contact_form_wrap .btn_wrap {
  font-size: 0;
  text-align: right;
  margin-top: 10px;
}
.contact_form_wrap .btn_wrap .btn {
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  padding: 11px 0;
  width: 100%;
  max-width: 255px;
  background: #9fa0a0;
  transition: 0.3s;
  cursor: pointer;
}
.contact_form_wrap .btn_wrap .btn + .btn {
  margin-left: 20px;
  background: #595757;
}
@media screen and (min-width: 768px) {
  .contact_form_wrap .btn_wrap .btn:hover {
    opacity: 0.5;
  }
}
.contact_form_wrap .note_list {
  margin-top: 31px;
}
.contact_form_wrap .note_list li {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8333333333;
  text-indent: -1em;
  color: #ffffff;
  padding-left: 1em;
}

/* -----------------
contact_confirm_page
-------------------- */
#contact_confirm_page .input_box {
  padding: 14px 19px;
}
@media screen and (max-width: 767px) {
  #contact_confirm_page .input_box {
    padding: 7px 10px;
  }
}
#contact_confirm_page .textarea_box {
  padding: 15px 19px;
}
@media screen and (max-width: 767px) {
  #contact_confirm_page .textarea_box {
    padding: 7px 10px;
  }
}

/* -----------------
contact_thanks_page
-------------------- */
#contact_thanks_page .txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-top: 10px;
  min-height: 30vh;
}
@media screen and (max-width: 767px) {
  #contact_thanks_page .txt {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

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

/* -----------------
formWrap
-------------------- */

.formWrap {
  width: 100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
.mail_bt {
  margin-top: 20px;
  margin-right: 15px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:35%;
	font-weight:normal;
	background:#000000;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:767px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:90%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	margin-top:7px;
	display:block;
	width:100%;
	height:40px;
}
}
