body {
	background-image: url(../../images/contact-bg.png);
	background-position: center -10px;
	background-size: contain;
	padding: 0px 0 0px;
	font-family: 'Noto Sans JP', sans-serif;
	background-repeat: no-repeat;
	background-color: #0a99fc;
}
.w1400 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
h2 {
	position: absolute;
	left: 0;
	top: -13vw;
	color: #fff;
	font-size: 130px;
}
h2 span.ja {
	top: 125px;
	right: 0px;
	font-size: 22px;
	color: #fff;
	z-index: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	display: inline-block;
}
.container {
	width: 1000px;
	margin: 25% auto 100px;
	background: #f1f3f4;
	padding: 100px 140px;
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 412px;
}
.mailform dl {
  margin-bottom: 40px;
}
.mailform dl dt {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.mailform dl dt span {
	font-size: 12px;
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 1px 5px;
	margin-left: 10px;
}
.mailform dd {
  width: 100%;
}
.mailform dl dd input[type="text"], dd textarea, .mailform dl dd input[type="select"] {
	width: 100%;
	font-family: inherit;
	padding: 20px 23px;
	font-size: 14px;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
.mailform dd select{
  width: 30%;
  max-width: 100%;
  font-family: inherit;
  padding: 15px 30px;
  font-size: 14px;
  background: #fff;
  box-shadow: none;
  border-radius: 6px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.mailform dd input[type="radio"], .mailform dd input[type="checkbox"]: {
  box-shadow: none;
  border: 5px solid #ccc;
}
.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}
.mailform dd textarea {
  width: 100%;
  height: 300px;
  resize: vertical;
  box-sizing: border-box;
}
.confirmation_btn {
  font-family: inherit;
  padding: 15px 60px;
  font-size: 14px;
  background: none;
  border: none;
  background: #2c4ebb;
  color: #fff;
  cursor: pointer;
}
.confirmation_btn:hover {
  opacity: .8;
}
.mailform .contact__privacy {
  border: solid 1px #1A243B;
  border-radius: 6px;
  padding: 48px 50px;
  margin-bottom: 85px;
}

.mailform .contact__privacy p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.3px;
}

.mailform .contact__privacy p a {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.mailform .contact__privacy p a:hover {
  color: #ff0000;
}

.submit_area {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.confirmation_btn {
  display: inline-block;
  width: 320px;
  padding: 20px 0;
  font-size: 14px;
  background: none;
  border: none;
  background: #2c4ebb;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 7px 20px rgba(44, 78, 185, 0.3);
          box-shadow: 0 7px 20px rgba(44, 78, 185, 0.3);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.confirmation_btn:hover {
  opacity: .8;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}





@media(max-width: 769px) {
.container {
    margin: 0px auto 0px;
    padding: 40px 4% 80px;
}
	h2 span.ja {
position: static;
    font-size: 12px;
    display: block;
    margin-top: 0;
}
	input.single {
    width: 320px;
}
}

@media(max-width: 769px) {
  .contact__inner {
    width: 100%;
    padding: 0 18px;
  }
  .contact__txt {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
  .mailform dl {
    margin-bottom: 22px;
  }
  .mailform .checkBox label {
    font-size: 13px;
    margin-left: 50px;
  }
  .mailform .checkBox dt {
    margin-bottom: 30px;
  }
  .mailform .post dd {
    width: 46%;
    margin-left: 25px;
  }
  .mailform .post dd span {
    left: -22px;
    font-size: 13px;
  }
  .mailform dl dt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .mailform dl dt span {
    font-size: 10px;
    margin-left: 5px;
  }
  .mailform dl dd input[type="text"],
  dd textarea,
  .mailform dl dd input[type="select"] {
    padding: 10px 13px;
    font-size: 16px;
    border-radius: 4px;
  }
  .mailform dl dd select {
    width: 62%;
    font-size: 13px;
    padding: 14px 13px;
    background-size: 20px 40px;
    border-radius: 4px;
  }
  .mailform dl dd input[type="radio"],
  .mailform dl dd input[type="checkbox"] {
    margin-bottom: 12px;
    vertical-align: text-top;
  }
  .mailform dl dd input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .mailform dl dd input:-ms-input-placeholder {
    font-size: 13px;
  }
  .mailform dl dd input::-ms-input-placeholder {
    font-size: 13px;
  }
  .mailform dl dd input::placeholder {
    font-size: 13px;
  }
  .mailform dl dd textarea {
    height: 200px;
  }
  .mailform .contact__privacy {
    padding: 14px 15px;
    margin-bottom: 35px;
  }
  .mailform .contact__privacy p {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .mailform .contact__privacy p a {
    text-decoration: underline;
    -webkit-transition: none;
    transition: none;
  }
  .mailform .contact__privacy p a:hover {
    color: #1A243B;
  }
  .confirmation_btn {
    width: 70%;
    padding: 16px 0;
    font-size: 12px;
    -webkit-transform: none;
            transform: none;
  }
  .confirmation_btn:hover {
    opacity: 1;
  }
  .checkBox dd span {
    display: inline-block;
    margin-bottom: 15px;
  }
  .checkBox input + span::before {
    border-radius: 3px;
    left: -25px;
    width: 16px;
    height: 16px;
  }
  .checkBox input:checked + span::after {
    border-radius: 3px;
    left: -25px;
    width: 16px;
    height: 16px;
  }
	h2 {
       position: static;
    color: #fff;
    font-size: 40px;
    padding: 95px 0 30px;
    text-align: center;
}
	body {
    background-position: center 25px;
}
}
/*# sourceMappi