.l-contact {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 80px 0 80px;
}
@media (max-width: 1023px) {
  .l-contact {
    width: 100%;
    max-width: inherit;
    padding: 60px 30px 60px;
  }
}
@media (max-width: 739px) {
  .l-contact {
    padding: 30px 20px 60px;
  }
}
.l-contact.l-contact-steps {
  padding: 0px 0 0;
}
@media (max-width: 739px) {
  .l-contact.l-contact-steps {
    padding: 0 0 0;
  }
}
.l-contact.l-contact-form {
  margin-top: 66px;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .l-contact.l-contact-form {
    padding-bottom: 60px;
  }
}
@media (max-width: 739px) {
  .l-contact.l-contact-form {
    margin-top: 33px;
    padding-bottom: 30px;
  }
}
.l-contact.l-contact-list {
  padding: 79px 0 0;
  border-top: 1px solid #d7dde0;
}
@media (max-width: 739px) {
  .l-contact.l-contact-list {
    padding: 39.5px 0 0;
  }
}
.l-contact.l-contact-button {
  margin-top: 30px;
  padding: 0;
}
.l-contact.l-contact-rapidssl {
  padding-bottom: 0;
  margin: 50px 0 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 739px) {
  .l-contact.l-contact-rapidssl {
    margin: 30px 0 0;
  }
}

.l-contact-confirm.l-contact-confirm-wrapper {
  width: 840px;
  margin: 0 auto;
  padding-bottom: 37px;
}
@media (max-width: 1023px) {
  .l-contact-confirm.l-contact-confirm-wrapper {
    width: 100%;
    padding: 60px;
  }
}
@media (max-width: 739px) {
  .l-contact-confirm.l-contact-confirm-wrapper {
    padding: 30px;
  }
}
.l-contact-confirm.l-contact-confirm-steps {
  padding: 129px 0 0;
}
@media (max-width: 739px) {
  .l-contact-confirm.l-contact-confirm-steps {
    padding: 0;
    margin: 0 -15px;
  }
}
.l-contact-confirm.l-contact-confirm-inner, .l-contact-confirm .l-contact-form-inner {
  padding: 75px 0;
  margin-top: 72px;
  border: 1px solid #d7dde0;
  border-right: 0;
  border-left: 0;
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .l-contact-confirm.l-contact-confirm-inner, .l-contact-confirm .l-contact-form-inner {
    padding: 30px 0;
    margin-top: 30px;
  }
}
.l-contact-confirm.l-contact-confirm-button {
  margin-top: 80px;
  padding-bottom: 0;
  text-align: center;
}
@media (max-width: 739px) {
  .l-contact-confirm.l-contact-confirm-button {
    margin-top: 40px;
    padding: 0;
  }
}
.l-contact-confirm .l-contact-list {
  padding: 0;
  border-top: none;
}
@media (max-width: 739px) {
  .l-contact-confirm .l-contact-list {
    padding: 0;
  }
}

.breadcrumb {
  background-color: #fff;
}
.breadcrumb.breadcrumb-container {
  padding: 16px 0;
}
.breadcrumb.breadcrumb-inner {
  max-width: 1680px;
  padding: 0 80px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (max-width: 1023px) {
  .breadcrumb.breadcrumb-inner {
    padding: 0 40px;
  }
}
@media (max-width: 739px) {
  .breadcrumb.breadcrumb-inner {
    padding: 0 15px;
  }
}
.breadcrumb.breadcrumb-list {
  list-style-type: none;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.breadcrumb.breadcrumb-item {
  display: flex;
  align-items: center;
  margin-left: 4px;
  font-size: 12px;
}
.ie .breadcrumb.breadcrumb-item span {
  position: relative;
  top: 3px;
}
.breadcrumb.breadcrumb-item:not(:first-child) {
  padding-left: 9px;
}
@media (max-width: 739px) {
  .breadcrumb.breadcrumb-item:not(:first-child) {
    padding-left: 1px;
    margin-left: 8px;
  }
}
.breadcrumb.breadcrumb-item:not(:first-child):before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 14px;
  border: 2px solid #c6cbcc;
  border-bottom-width: 0;
  border-left-width: 0;
  transform: rotate(45deg);
}
@media (max-width: 739px) {
  .breadcrumb.breadcrumb-item:not(:first-child):before {
    margin-right: 13px;
  }
}
.breadcrumb.breadcrumb-item:last-child .breadcrumb-link {
  color: #464849;
  pointer-events: none;
}
.breadcrumb.breadcrumb-link {
  display: inline;
  vertical-align: middle;
  font-family: "default-font-L";
  color: #000;
  position: relative;
  transition: color 0.35s ease-out;
}
.breadcrumb.breadcrumb-link:hover {
  color: #1ba2e6;
}
.breadcrumb.breadcrumb-link:hover .breadcrumb-icon {
  background-color: #fff;
}
.breadcrumb.breadcrumb-link:hover .breadcrumb-icon svg path {
  fill: #1ba2e6;
}
.breadcrumb.breadcrumb-icon {
  background-color: #1ba2e6;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.35s ease-out;
}
@media (max-width: 739px) {
  .breadcrumb.breadcrumb-icon {
    width: 20px;
    height: 20px;
  }
}
.breadcrumb.breadcrumb-icon svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 10px;
  height: 18px;
}
@media (max-width: 739px) {
  .breadcrumb.breadcrumb-icon svg {
    width: 7px;
    height: 15px;
  }
}
.breadcrumb.breadcrumb-icon svg path {
  fill: #fff;
  transition: fill 0.35s ease-out;
}

.l-contact-confirm .contact-form {
  position: relative;
  font-family: "default-font-M";
}
.l-contact-confirm .contact-form.contact-form-container:not(:last-child) {
  margin-bottom: 61px;
}
@media (max-width: 739px) {
  .l-contact-confirm .contact-form.contact-form-container:not(:last-child) {
    margin-bottom: 30px;
  }
}
.l-contact-confirm .contact-form.contact-form-item, .l-contact-confirm .contact-form.contact-form-sub-item {
  font-size: 0;
  letter-spacing: 0;
  width: 100%;
}
.l-contact-confirm .contact-form.contact-form-title, .l-contact-confirm .contact-form.contact-form-content {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 739px) {
  .l-contact-confirm .contact-form.contact-form-title, .l-contact-confirm .contact-form.contact-form-content {
    display: block;
  }
}
.l-contact-confirm .contact-form.contact-form-title {
  width: 25%;
}
@media (max-width: 739px) {
  .l-contact-confirm .contact-form.contact-form-title {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.l-contact-confirm .contact-form.contact-form-title p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 24px;
  font-family: "default-font-M";
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 739px) {
  .l-contact-confirm .contact-form.contact-form-title p {
    padding-left: 0;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
.l-contact-confirm .contact-form.contact-form-content {
  width: 75%;
}
@media (max-width: 739px) {
  .l-contact-confirm .contact-form.contact-form-content {
    width: 100%;
    padding-top: 5px;
    font-size: 12px;
  }
}
.l-contact-confirm .contact-form.contact-form-content strong {
  font-size: 14px;
  display: inline;
}
@media (max-width: 739px) {
  .l-contact-confirm .contact-form.contact-form-content strong {
    font-size: 12px;
  }
}
.l-contact-confirm .contact-form.contact-form-content strong + p {
  display: inline;
}
.l-contact-confirm .contact-form.contact-form-content {
  font-family: "default-font-L";
  font-size: 14px;
  padding-left: 28px;
}
@media (max-width: 739px) {
  .l-contact-confirm .contact-form.contact-form-content {
    font-size: 12px;
    padding: 0;
  }
}
.l-contact-confirm .contact-form.contact-form-button, .l-contact-confirm .contact-form.contact-confirm-button {
  display: block;
  width: 280px;
  height: 60px;
  padding: 14px 20px 16px;
  margin: 0 auto;
  background-color: #1ba2e6;
  border-radius: 3px;
  border: 2px solid transparent;
  font-family: "default-font-M";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  transition: background-color 0.6s cubic-bezier(1, -0.01, 0, 0.99), border 0.3s ease-in-out, color 0.3s ease-in-out;
}
.l-contact-confirm .contact-form.contact-form-button:focus, .l-contact-confirm .contact-form.contact-confirm-button:focus {
  outline: none;
}
.l-contact-confirm .contact-form.contact-form-button:hover, .l-contact-confirm .contact-form.contact-confirm-button:hover {
  cursor: pointer;
  background-color: #fff;
  border-color: #1ba2e6;
  color: #1ba2e6;
}
@media (max-width: 739px) {
  .l-contact-confirm .contact-form.contact-form-button, .l-contact-confirm .contact-form.contact-confirm-button {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0;
  }
}
.l-contact-confirm .contact-form.contact-form-button-back, .l-contact-confirm .contact-form.contact-confirm-button-back {
  display: inline-block;
  margin-top: 7px;
  width: auto;
  height: auto;
  background: transparent;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #000;
  position: relative;
  left: -9px;
}
@media (max-width: 739px) {
  .l-contact-confirm .contact-form.contact-form-button-back, .l-contact-confirm .contact-form.contact-confirm-button-back {
    left: 0;
  }
}
.l-contact-confirm .contact-form.contact-form-button-back:before, .l-contact-confirm .contact-form.contact-confirm-button-back:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  position: relative;
  top: 0px;
  transform: rotate(45deg);
  border: 2px solid #d7dde0;
  border-top-width: 0;
  border-right-width: 0;
  margin-right: 10px;
}
.l-contact-confirm .contact-form.contact-form-button-back span, .l-contact-confirm .contact-form.contact-confirm-button-back span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.l-contact-confirm .contact-form.contact-form-button-back:hover, .l-contact-confirm .contact-form.contact-confirm-button-back:hover {
  border-color: transparent;
  color: #000;
}
.l-contact-confirm .contact-form.contact-form-note {
  display: none;
}
.l-contact-confirm .contact-form.contact-form-terms {
  display: none;
}
.l-contact-confirm .contact-form.contact-form-rapidssl {
  display: none;
}
.l-contact-confirm .l-contact.l-contact-button {
  text-align: center;
}

.contact-steps.contact-steps-list, .contact-steps.contact-steps-sub-list {
  list-style-type: none;
  text-align: center;
}
.contact-steps.contact-steps-item, .contact-steps.contact-steps-sub-item {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #1ba2e6;
  font-family: "default-font-M";
  font-size: 16px;
  text-align: center;
  color: #1ba2e6;
}
@media (max-width: 1023px) {
  .contact-steps.contact-steps-item, .contact-steps.contact-steps-sub-item {
    font-size: 14px;
  }
}
@media (max-width: 739px) {
  .contact-steps.contact-steps-item, .contact-steps.contact-steps-sub-item {
    font-size: 12px;
  }
}
@media (max-width: 739px) {
  .contact-steps.contact-steps-item, .contact-steps.contact-steps-sub-item {
    width: 60px;
    height: 60px;
  }
}
.contact-steps.contact-steps-item.is-active, .contact-steps.contact-steps-sub-item.is-active {
  background-color: #1ba2e6;
  color: #fff;
}
.contact-steps.contact-steps-item span {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: -1px;
  bottom: 13px;
  font-size: 16px;
}
@media (max-width: 739px) {
  .contact-steps.contact-steps-item span {
    font-size: 16px;
  }
}
@media (max-width: 739px) {
  .contact-steps.contact-steps-item span {
    font-size: 12px;
    right: -1px;
    bottom: 10px;
  }
}
.contact-steps.contact-steps-item:not(:last-child) {
  margin-right: 47px;
}
@media (max-width: 739px) {
  .contact-steps.contact-steps-item:not(:last-child) {
    margin-right: 30px;
  }
}
.contact-steps.contact-steps-item:not(:last-child):before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: rotate(45deg) translateY(-50%);
  border: 2px solid #b5bbbc;
  border-left-width: 0;
  border-bottom-width: 0;
}
@media (max-width: 739px) {
  .contact-steps.contact-steps-item:not(:last-child):before {
    right: -18px;
  }
}
.contact-steps.contact-steps-note {
  padding: 0 20px;
  letter-spacing: 0.05em;
  font-family: "default-font-L";
  font-size: 18px;
  text-align: center;
  margin-top: 68px;
  line-height: 2;
}
@media (max-width: 1023px) {
  .contact-steps.contact-steps-note {
    font-size: 16px;
  }
}
@media (max-width: 739px) {
  .contact-steps.contact-steps-note {
    font-size: 14px;
    margin-top: 34px;
    text-align: left;
  }
}
.contact-steps.contact-steps-note-heading {
  font-family: "default-font-M";
}

.copyright {
  font-size: 14px;
}
@media (max-width: 739px) {
  .copyright {
    font-size: 12px;
  }
}
.copyright.copyright-text {
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.copyright.copyright-text:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .copyright.copyright-text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.copyright ul,
.copyright ol {
  list-style-type: none;
}
.copyright li:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .copyright li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.copyright li:not(:last-child) p:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .copyright li:not(:last-child) p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page-title.page-title-ja {
  color: white;
  font-size: 16px;
  font-family: "default-font-M";
  margin-left: 2px;
  margin-bottom: 10px;
  line-height: 1;
  display: block;
}
@media (max-width: 1023px) {
  .page-title.page-title-ja {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .page-title.page-title-ja {
    font-size: 10px;
    margin-bottom: 2px;
  }
}
.page-title.page-title-en {
  color: white;
  font-size: 50px;
  font-family: "FFMarkWebProBold";
  letter-spacing: -0.04em;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1279px) {
  .page-title.page-title-en {
    font-size: 42px;
  }
}
@media (max-width: 1023px) {
  .page-title.page-title-en {
    font-size: 36px;
  }
}
@media (max-width: 739px) {
  .page-title.page-title-en {
    font-size: 24px;
  }
}

@media (max-width: 739px) {
  .page-title-image {
    width: 254px;
    margin: 0 auto;
  }
}
.page-title-image img {
  width: 559px;
  opacity: 0;
  display: none;
  transition: opacity 0.2s ease-in-out 0.5s;
}
@media (max-width: 1023px) {
  .page-title-image img {
    width: 430px;
    max-width: 50vw;
  }
}
@media (max-width: 739px) {
  .page-title-image img {
    width: 500px;
    max-width: 60vw;
  }
}
.page-title-image img.is-shown {
  opacity: 1;
  display: block;
}
