/* Scss Document */
#global-header {
  width: 100%;
}
#global-header .inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#global-header .inner .logo {
  width: 20%;
  text-align: center;
}
#global-header .inner .logo a {
  display: inline-block;
  padding: 12px 0;
  font-weight: bold;
}
#global-header .inner #global-navi {
  width: 50%;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
#global-header .inner #global-navi ul li {
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  font-size: 1.4em;
  padding: 14px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a:hover {
  background: #333;
  color: #ffffff;
}
@media screen and (max-width: 1366px) {
  #global-header .inner #global-navi ul {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 1440px) {
  #global-header .inner {
    width: 100%;
  }
  #global-header .inner .logo {
    width: 25%;
  }
}
@media screen and (max-width: 1112px) {
  #global-header .inner .logo {
    width: 100%;
    text-align: center;
  }
  #global-header .inner .logo a {
    display: inline-block;
    padding: 10.5px 0;
  }
  #global-header .inner .logo a img {
    width: auto;
    height: 70%;
  }
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 415px) {
  #global-header .inner .logo a {
    padding: 15px 0;
    width: 100%;
    font-size: 0.8em;
  }
}

main#container .page-header {
  text-align: center;
  margin-bottom: 40px;
}
main#container .page-header h2 .h-inner {
  display: inline-block;
  height: 130px;
  margin: 0 auto;
  padding-left: 60px;
  background: url(../images/midashi.png) no-repeat left center;
}
main#container .page-header h2 .h-inner .ja {
  display: inline-block;
  padding-top: 46px;
  padding-right: 18px;
  font-size: 1.8em;
  font-weight: bold;
}
main#container .page-header h2 .h-inner .en {
  display: inline-block;
  padding-right: 18px;
  font-size: 0.8em;
  letter-spacing: 0.25em;
}
main#container .page-header.contact-content {
  margin-bottom: 40px;
}

/* Scss Document */
#key-visual img {
  width: 100%;
  height: auto;
  position: relative;
  vertical-align: bottom;
}
#key-visual h2 {
  position: absolute;
  color: #fff;
  font-size: 4em;
  margin: -12% 0 0 63%;
}
@media screen and (max-width: 834px) {
  #key-visual {
    height: 300px;
  }
  #key-visual img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  #key-visual h2 {
    margin: -20% 0 0 70%;
  }
}
@media screen and (max-width: 415px) {
  #key-visual {
    height: 250px;
  }
  #key-visual h2 {
    position: absolute;
    color: #fff;
    font-size: 4em;
    margin: -40% 0 0 43%;
  }
}

.wrap_bg_top {
  background: #f9f9f9;
}

.wrap_bg {
  background: #fff;
}

.sub_title {
  margin-top: 15%;
}
.sub_title h2 {
  font-size: 2.8em;
  line-height: 1.2em;
}
.sub_title h2 span {
  font-size: 0.4em;
  color: #666666;
}
@media screen and (max-width: 415px) {
  .sub_title h2 {
    font-size: 2em;
  }
}

.sub_left {
  width: 800px;
  margin: 2% auto 0 auto;
  text-align: left;
}
.sub_left h2 {
  font-size: 2em;
  margin-bottom: 5%;
  line-height: 1.2em;
}
.sub_left h2 span {
  font-size: 0.8em;
  color: #666666;
}
.sub_left.contact_sub_left {
  width: 800px;
}
@media screen and (max-width: 1112px) {
  .sub_left.contact_sub_left {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .sub_left {
    width: 95%;
  }
  .sub_left h2 {
    font-size: 2.8em;
  }
  .sub_left h2 span {
    font-size: 0.6em;
  }
}

.btn {
  border: solid #1a1a1a 1px;
  padding: 10px;
  width: 100px;
  position: relative;
}
.btn a {
  text-align: center;
  font-size: 14px;
  font-family: "Shin Go Regular";
  line-height: 12px;
  margin-bottom: 7px;
  padding: 3px;
  margin: 0 auto;
  display: block;
}
.btn a:hover {
  color: #ffffff;
  transition: 0.5s;
  padding: 3px;
}
.btn a img {
  position: absolute;
  width: 10px;
  height: 13px;
  margin: -5px 0 0 -15px;
}
.btn:hover {
  background: #1a1a1a;
  color: #ffffff;
  transition: 0.5s;
}

.flex {
  display: flex;
  width: 90%;
}
@media screen and (max-width: 415px) {
  .flex {
    display: flex;
    flex-direction: column;
  }
}

.kasen_es {
  border-bottom: solid 1px #333;
  width: 800px;
  margin: 5% auto 0 auto;
}
.kasen_es img {
  margin: 0 0 0 auto;
  display: block;
}
.kasen_es.contact {
  width: 800px;
}
.kasen_es.estate {
  width: 1000px;
}
@media screen and (max-width: 1112px) {
  .kasen_es.contact {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .kasen_es.estate {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .kasen_es {
    width: 95%;
  }
}

footer {
  background: #fff;
  padding: 5% 0 2.5%;
}
footer .footer_inner {
  width: 60%;
  margin: 0 auto;
}
footer .footer_inner h3 {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
footer .footer_inner ul {
  margin: 5% auto;
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}
footer .footer_inner ul li {
  width: 100%;
  font-size: 1.2em;
  padding: 1%;
  text-align: center;
}
footer .footer_inner ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer_inner ul li a span {
  font-size: 1.3em;
}
@media screen and (max-width: 800px) {
  footer .footer_inner ul {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  footer .footer_inner {
    width: 80%;
  }
  footer .footer_inner ul {
    width: 100%;
  }
}
footer p {
  text-align: center;
}

.contents_wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.sub_left {
  text-align: left;
}

.contact_wrap {
  width: 800px;
  margin: 0 auto;
}
.contact_wrap p.desc {
  margin-bottom: 4%;
  font-size: 1.4em;
}
.contact_wrap .contact_box {
  display: flex;
  flex-direction: row;
  margin-top: 10%;
}
.contact_wrap .contact_box .contact_left {
  margin-right: 5%;
  width: 48%;
}
.contact_wrap .contact_box .contact_right {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  padding: 3%;
}
.contact_wrap .contact_box .contact_right p {
  margin-bottom: 20%;
  font-size: 1.3em;
}
.contact_wrap .contact_box .contact_right h3 {
  font-size: 1.3em;
}
.contact_wrap .contact_box .contact_right a {
  width: 100%;
  display: block;
}
.contact_wrap .contact_box .contact_right a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 415px) {
  .contact_wrap .contact_box {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1112px) {
  .contact_wrap {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .contact_wrap .contact_box .contact_left {
    width: 100%;
  }
  .contact_wrap .contact_box .contact_left form {
    margin-bottom: 48px;
  }
  .contact_wrap .contact_box .contact_right {
    width: 100%;
  }
  .contact_wrap .contact_box .contact_right p {
    margin-bottom: 16px;
  }
}

.lead-form {
  text-align: center;
  font-size: 20px;
}

form {
  width: 100%;
}

.item {
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.item .label {
  font-size: 1.3em;
  margin-bottom: 8px;
}
.item .radio div {
  margin-bottom: 12px;
  font-size: 1.3em;
  padding: 6px;
  border: 1px solid #cecece;
}
.item .radio div .radio-input {
  padding-bottom: 8px;
  position: relative;
  top: -3px;
}
.item .radio div label {
  display: inline-block;
}

.inputs {
  width: 100%;
}

input[type=text],
input[type=email] {
  border: solid 1px #aaa;
  padding: 6px;
  font-size: 15px;
  box-sizing: border-box;
  width: 100%;
}

textarea {
  border: solid 1px #aaa;
  padding: 6px;
  height: 140px;
  font-size: 15px;
  box-sizing: border-box;
}

.btn-area {
  text-align: center;
}

input[type=submit] {
  background: #333;
  border: none;
  color: white;
  font-size: 1em;
  padding: 2% 5%;
  margin: 0 5px;
  cursor: pointer;
}

input[type=reset] {
  background: #aaa;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
}

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