@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap";@import"https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";@import"https://pro.fontawesome.com/releases/v5.10.0/css/all.css";.p-firstview__hero__image{background-image:url(../../contact/images/img_mv.jpg)}.p-contact-form{padding:60px 0;background-color:rgba(80,126,182,.1)}@media only screen and (min-width: 768px){.p-contact-form{padding:120px 0}}.p-contact-form__title{margin-bottom:30px;font-size:129%;line-height:1.8;letter-spacing:.1em;text-indent:-0.1em;font-weight:normal;text-align:center}@media only screen and (min-width: 768px){.p-contact-form__title{margin-bottom:100px;font-size:143%}}.p-contact-form__subtitle{padding-top:40px;padding-bottom:0;font-size:129%;line-height:1.8;letter-spacing:.1em;text-indent:-0.1em;font-weight:normal;text-align:center}@media only screen and (min-width: 768px){.p-contact-form__subtitle{padding-top:140px;padding-bottom:25px;font-size:143%}}/*# sourceMappingURL=contact.css.map */



/*.mktoForm .mktoLabel {
    width: 250px !important;
    display: flex;
    max-width: 150px !important;
    align-items: center;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}*/
textarea[name="Address"] {
	height: 50px !important;
    min-height: auto !important;
}
@media all and (max-width: 768px) {
	textarea[name="Address"] {
		height: 100px !important;
		min-height: auto !important;
	}
}
/*label#LblLastName,
label#Lbllastnamefurigana,
label#LblAddress {
    width: 0 !important;
}
select {
	width: 175px !important;
}
.mktoForm .mktoRadioList > label {
    width: 100% !important;
	font-size: 14px;
}
form h3 {
    font-size: clamp(18px, 1.25vw, 24px);
    padding-bottom: 15px;
    border-bottom: 1px dotted #173576;
    margin-bottom: 15px;
}
.mktoForm .mktoAsterix {
	position: absolute;
	right: 0;
}
.mktoForm .mktoFormRow {
	margin-top: 10px;
}*/


.p-form h3 {
  /*margin-top: 7rem;*/
  font-size: 142%;
}
.p-form input, .p-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  appearance: none;
  margin-bottom: 1rem !important;
  padding: 1.4rem !important;
  border: 1px solid #999;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
}
.p-form input[type=radio] {
  display: none;
}
.p-form .radio-label, .p-form .mktoRadioList label {
  position: relative;
  padding-top: 1px;
  padding-left: 3rem;
  font-size: clamp(13px, 0.78vw, 15px);
  cursor: pointer;
}
.p-form .radio-label::before, .p-form .mktoRadioList label::before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #6A6A6A;
  border-radius: 10px;
  background-color: #fff;
  content: "";
}
.p-form .radio-label::after, .p-form .mktoRadioList label::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  content: "";
}
.p-form input[type=radio]:checked + .radio-label::before, .p-form input[type=radio]:checked + label::before {
  border-color: #153378;
}
.p-form input[type=radio]:checked + .radio-label::after, .p-form input[type=radio]:checked + label::after {
  background-color: #153378;
}
.p-form .mktoForm .mktoRadioList > label, .p-form .mktoForm .mktoCheckboxList > label {
  margin-bottom: 0.5em !important;
  margin-left: 0;
  line-height: 1.5em !important;
}
.p-form input::-moz-placeholder {
  color: #ccc;
}
.p-form input:-ms-input-placeholder {
  color: #ccc;
}
.p-form input::placeholder {
  color: #ccc;
}
.p-form input:-ms-input-placeholder {
  color: #ccc;
}
.p-form input::-ms-input-placeholder {
  color: #ccc;
}
.p-form select {
  padding: 1rem 1.2rem !important;
  border: 1px solid #6a6a6a !important;
  border-radius: 2px !important;
}
.p-form button.mktoButton {
  position: relative;
  width: 100%;
  padding: 1rem;
  background: #111;
  color: #fff;
  font-weight: 100;
  font-size: clamp(16px, 0.9375vw, 18px);
  text-align: center;
}
.p-form button.mktoButton:focus {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
.p-form button.mktoButton::before {
  right: auto;
  left: 2rem;
  content: "";
}
.p-form .mktoHtmlText.mktoHasWidth p {
  margin: 1rem auto 2rem;
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-form a {
  color: #153378;
  text-decoration: underline;
}
.p-form a:hover {
  text-decoration: none;
}
.p-form .mktoFormRow {
  margin-bottom: 2rem !important;
  padding-bottom: 2rem !important;
  border-bottom: 1px solid #ddd;
}
.p-form .mktoLabel.mktoHasWidth {
  font-weight: bold;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.p-form span.mktoButtonWrap.mktoNative {
  margin: 0 !important;
}
.p-form .mktoForm button.mktoButton {
  min-width: 20vw;
}
.p-form .mktoButtonRow {
  display: block;
  max-width: 40rem;
  margin: 4rem auto 0 !important;
}
.p-form .policy-link.flex {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1340px) {
  .p-form * {
    max-width: 100% !important;
  }
  .p-form form {
    width: 100% !important;
  }
  .p-form .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
  }
  .p-form textarea#contact_free {
    width: 100% !important;
  }
  .p-form {
    padding: 3rem 0;
  }
  .p-form span.mktoButtonWrap.mktoNative {
    margin: 0 auto !important;
  }
  .p-form button.mktoButton {
    display: block;
  }
  .p-form span.mktoButtonWrap.mktoNative {
    display: block;
  }
  .p-form .policy-link.flex img {
    max-width: 40%;
  }
}

.p-contact-form .c-container-sm {
	max-width: inherit;
}
form {
	margin: 0 auto;
}

.p-form .mktoForm button.mktoButton:hover {
    opacity: .7;
    transition: .3s;
}

@media all and (min-width: 768px) and (max-width: 1280px) {
	.mktoForm .mktoRadioList,
	.p-form textarea#contact_free {
		width: 700px !important;
	}
}