.title--en {
  font-weight: bold;
  font-size: 200px;
}
.title--ja {
  display: inline-block;
  text-align: center;
}
.title__number {
  margin-bottom: 5px;
  color: #005DAA;
  font-weight: bold;
  font-size: 27px;
}
.title__text {
  position: relative;
}
.title__text::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(15.3%, 14px);
  width: 100%;
  height: 82.3%;
  background-color: #005DAA;
  content: "";
}
.title__text span {
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 11px 5px 5px;
  background-color: #005DAA;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.25em;
  writing-mode: vertical-lr;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .title--en {
    font-size: 100px;
  }
  .title__number {
    font-size: 24px;
  }
  .title__text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .title--en {
    font-size: 55px;
  }
}

.hero {
  padding-top: 167px;
}
.hero__inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 8.57%;
}
.hero__heading {
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 27px;
}
.hero__line {
  flex-shrink: 0;
  width: 1221px;
  margin-top: 40px;
}
.hero__line image {
  width: 100%;
  height: auto;
}
.hero__line .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 40px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 120px;
  }
  .hero__line {
    width: 900px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    padding-top: 80px;
  }
  .hero__inner {
    padding-left: 20px;
  }
  .hero__heading {
    position: relative;
    z-index: 10;
  }
  .hero__line {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}

.contact {
  padding-top: 80px;
  padding-bottom: 120px;
}
.contact--confirm, .contact--thanks {
  padding-top: 180px;
}
.contact--confirm .form__submit, .contact--thanks .form__submit {
  margin: auto;
}
.contact__inner {
  width: 61.5%;
  margin: auto;
}
.contact__lead {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.83;
  letter-spacing: 0.025em;
  text-align: center;
}
.contact__link {
  text-align: center;
}
.contact__link a {
  margin: auto;
}
@media screen and (max-width: 992px) {
  .contact__inner {
    width: 85%;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    padding-bottom: 100px;
  }
  .contact--confirm, .contact--thanks {
    padding-top: 180px;
  }
  .contact__inner {
    width: 90%;
  }
  .contact__lead {
    margin-bottom: 35px;
    font-size: 13px;
  }
  .contact__lead--contact {
    text-align: left;
  }
  .contact__lead--contact br {
    display: none;
  }
}

.form__tab {
  display: flex;
  justify-content: center;
  width: 87%;
  margin: 0 auto 60px;
}
.form__tabItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 75px;
  border: 1px solid #21589e;
  background: #fff;
  color: #21589e;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-indent: 0.075em;
}
.form__tabItem:nth-of-type(2) {
  margin: 0 -1px;
}
.form__item {
  display: flex;
  align-items: center;
}
.form__item--message {
  margin-bottom: 60px;
}
.form__label {
  width: 200px;
}
.form__label span {
  font-weight: bold;
  font-size: 16px;
}
.form__label .form__required {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 6px;
  background-color: #f00;
  font-size: 12px;
}
.form__input {
  flex: 1;
}
.form__submit {
  margin-left: 200px;
}
.form__submit button {
  width: 220px;
  height: 66px;
  border: none;
  background: #005DAA;
  cursor: pointer;
}
.form__submit span {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .form__submit {
    margin: auto;
  }
  .form__submit button {
    width: 190px;
    height: 58px;
  }
  .form__submit span {
    font-size: 15px;
  }
}
.form .mw_wp_form_input .form__tabItem:first-of-type {
  background: rgb(78, 163, 218);
  background: linear-gradient(115deg, rgb(33, 88, 158) 0%, rgb(78, 163, 218) 100%);
  color: #fff;
}
.form .mw_wp_form_input .form__item {
  margin-bottom: 40px;
}
.form .mw_wp_form_input .form__item--name .form__input {
  flex: initial;
  width: 46.45%;
}
.form .mw_wp_form_input .form__item--type .form__input {
  flex: initial;
  width: 46.45%;
}
.form .mw_wp_form_input .form__item--confirm .form__label span:last-of-type {
  display: block;
  font-size: 77%;
}
.form .mw_wp_form_input .form__item--message {
  align-items: flex-start;
  margin-bottom: 60px;
}
.form .mw_wp_form_input .form__item--message .form__label {
  margin-top: 20px;
}
.form .mw_wp_form_input .form__item .error {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  padding: 12px 20px;
  border-radius: 5px;
  background: #f44336;
  color: #fff;
  font-size: 90%;
  letter-spacing: 0.05em;
}
.form .mw_wp_form_input .form__item .error::before {
  display: block;
  position: absolute;
  top: -5px;
  left: 20px;
  transform: rotate(-135deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #f44336 #f44336 transparent;
  border-width: 12px;
  border-radius: 3px;
  content: "";
}
.form .mw_wp_form_input .form__select {
  position: relative;
  z-index: 1;
  width: 46.45%;
  height: 60px;
  background: #fff;
  cursor: pointer;
}
.form .mw_wp_form_input .form__select::after {
  position: absolute;
  width: 0;
  height: 0;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #212121;
  border-bottom: 0;
  z-index: 1;
  content: "";
}
.form .mw_wp_form_input .form__select select {
  height: 100%;
  padding: 0 12% 0 20px;
  cursor: pointer;
}
.form .mw_wp_form_input input[type=text],
.form .mw_wp_form_input input[type=email],
.form .mw_wp_form_input select,
.form .mw_wp_form_input textarea {
  display: block;
  width: 100%;
  border: 2px solid transparent;
  background: #fff;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.025em;
  outline: none;
  transition: 0.2s;
}
.form .mw_wp_form_input input[type=text]::-moz-placeholder, .form .mw_wp_form_input input[type=email]::-moz-placeholder, .form .mw_wp_form_input select::-moz-placeholder, .form .mw_wp_form_input textarea::-moz-placeholder {
  color: #c6c6c6;
  letter-spacing: 0.075em;
}
.form .mw_wp_form_input input[type=text]::placeholder,
.form .mw_wp_form_input input[type=email]::placeholder,
.form .mw_wp_form_input select::placeholder,
.form .mw_wp_form_input textarea::placeholder {
  color: #c6c6c6;
  letter-spacing: 0.075em;
}
.form .mw_wp_form_input input[type=text],
.form .mw_wp_form_input input[type=email] {
  height: 60px;
  padding: 0 20px;
}
.form .mw_wp_form_input textarea {
  width: 100%;
  height: 300px;
  padding: 15px 20px;
  resize: none;
  font-family: inherit;
}
.form .mw_wp_form_confirm .form__tabItem:nth-of-type(2) {
  background: rgb(78, 163, 218);
  background: linear-gradient(115deg, rgb(33, 88, 158) 0%, rgb(78, 163, 218) 100%);
  color: #fff;
}
.form .mw_wp_form_confirm .form__item {
  padding: 3vh 1vh;
  border-bottom: 1px solid #d1d1d1;
}
.form .mw_wp_form_confirm .form__item--confirm {
  display: none;
}
.form .mw_wp_form_confirm .form__select,
.form .mw_wp_form_confirm .form__input {
  font-size: 16px;
  letter-spacing: 0.025em;
}
.form .mw_wp_form_complete .form__tabItem:last-of-type {
  background: rgb(78, 163, 218);
  background: linear-gradient(115deg, rgb(33, 88, 158) 0%, rgb(78, 163, 218) 100%);
  color: #fff;
}
@media screen and (max-width: 992px) {
  .form__tab {
    margin-bottom: min(10.416vh, 100px);
  }
  .form__tabItem {
    height: min(6.77vh, 65px);
    font-size: min(1.77vh, 17px);
  }
  .form__item--message {
    margin-bottom: min(7.5vh, 72px);
  }
}
@media screen and (max-width: 576px) {
  .form__tab {
    width: 100%;
    margin-bottom: 40px;
  }
  .form__tabItem {
    height: 43px;
    font-size: 12px;
  }
  .form__item {
    display: block;
  }
  .form__item--message {
    margin-bottom: 50px;
  }
  .form__label {
    width: 100%;
    margin-bottom: 8px;
  }
  .form__label span {
    font-size: 14px;
  }
  .form .mw_wp_form_input .form__item {
    margin-bottom: 25px;
  }
  .form .mw_wp_form_input .form__item--name .form__input {
    width: 70%;
    min-width: 230px;
  }
  .form .mw_wp_form_input .form__item--confirm .form__label span:last-of-type {
    display: inline;
    margin-left: 5px;
    font-size: 70%;
  }
  .form .mw_wp_form_input .form__item--message {
    margin-bottom: 50px;
  }
  .form .mw_wp_form_input .form__item--message .form__label {
    margin-top: 0;
  }
  .form .mw_wp_form_input .form__select {
    width: 70%;
    height: 45px;
    min-width: 230px;
  }
  .form .mw_wp_form_input .form__select select {
    padding: 0 15% 0 15px;
  }
  .form .mw_wp_form_input input[type=text],
  .form .mw_wp_form_input input[type=email],
  .form .mw_wp_form_input select,
  .form .mw_wp_form_input textarea {
    font-size: 14px;
  }
  .form .mw_wp_form_input input[type=text],
  .form .mw_wp_form_input input[type=email] {
    height: 45px;
    padding: 0 15px;
  }
  .form .mw_wp_form_input textarea {
    height: 220px;
    padding: 20px 15px;
  }
  .form .mw_wp_form_confirm__item {
    padding: min(3vh, 28.8px) min(1vh, 9.6px);
  }
  .form .mw_wp_form_confirm .form__select,
  .form .mw_wp_form_confirm .form__input {
    font-size: 14px;
  }
}

.complete__heading {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.complete__contents {
  margin-bottom: 30px;
  text-align: center;
}
.complete__text {
  margin-bottom: 1em;
  line-height: 1.83;
  letter-spacing: 0.025em;
}
.complete__text:last-of-type {
  margin-bottom: 0;
}
.complete__link a {
  margin: auto;
}
.complete__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 260px;
  height: 66px;
}
.complete__button a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-22deg);
  width: 100%;
  height: 100%;
  background-color: #005DAA;
  content: "";
}
.complete__button a span {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 992px) {
  .complete__heading {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .complete__contents {
    margin-bottom: 40px;
    text-align: left;
  }
  .complete__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .complete__heading {
    font-size: 16px;
  }
}

.p-country-name {
  display: none !important;
}/*# sourceMappingURL=contact.css.map */