/*----------------------------------
	CONTACT
------------------------------------*/
.contact__lead {
  margin-top: 64px;
}

.contact__form {
  margin-top: 64px;
}

.contact__section {
  margin-top: 128px;
}

.contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 40px;
  border-bottom: 1px solid #eee;
}

.contact__inner:first-of-type {
  border-top: 1px solid #eee;
}

.contact__request {
  display: none;
}

.contact__request .contact__inner:first-of-type {
  border-top: none;
}

.contact__title--lv2 {
  margin-bottom: 32px;
}

.contact__item-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: flex-start;
  justify-content: space-between;
  width: 280px;
  margin-right: -webkit-calc(120/1366*100vw);
  margin-right: -moz-calc(120/1366*100vw);
  margin-right: calc(120/1366*100vw);
  vertical-align: top;
}

.contact__item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  font-weight: bold;
  line-height: 1.5;
}

.contact__item-const {
  display: inline-block;
  width: 80px;
  padding: 8px 0;
  background-color: #6350E9;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.contact__item-const--mr {
  margin-right: 1em;
}

.contact__item-check {
  position: relative;
  margin-top: 20px;
}

.contact__item-check--confirm::before {
  speak: none;
  display: inline-block;
  margin-top: -4px;
  margin-right: 6px;
  content: "\e834";
  color: #6350E9;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  font-family: "Material Icons";
  letter-spacing: normal;
  text-decoration: none !important;
  text-indent: 0 !important;
  vertical-align: middle;
  white-space: nowrap;
}

.contact__item-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.contact__item-check input[type="checkbox"] + .contact__input-inner::before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 2px solid rgba(181, 181, 181, 0.6);
  border-radius: 2px;
  background: #fff;
  content: "";
  vertical-align: text-top;
}

.contact__item-check input[type="checkbox"]:checked ~ .contact__input-inner::before {
  position: relative;
  border: 1px solid #6350E9;
  background: #6350E9;
}

.contact__item-check input[type="checkbox"]:checked ~ .contact__input-inner::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-border-radius: 0 0 1px 0;
  -moz-border-radius: 0 0 1px 0;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 8px;
  height: 14px;
  transform: rotate(45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0 0 1px 0;
  content: "";
}

.contact__item-check input[type="checkbox"]:focus ~ .contact__input-inner::before {
  -webkit-box-shadow: 0 0 2px #6350E9, 0 0 6px #6350E9;
  -moz-box-shadow: 0 0 2px #6350E9, 0 0 6px #6350E9;
  border: 1px solid #6350E9;
  box-shadow: 0 0 2px #6350E9, 0 0 6px #6350E9;
}

.contact__item-radio {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 30px;
}

.contact__item-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.contact__item-radio input[type="radio"] + .contact__input-inner::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border: 2px solid rgba(181, 181, 181, 0.6);
  border-radius: 50%;
  background: #fff;
  content: "";
  vertical-align: text-top;
}

.contact__item-radio input[type="radio"]:checked ~ .contact__input-inner::before {
  -webkit-box-shadow: 0 0 0 3px #fff inset;
  -moz-box-shadow: 0 0 0 3px #fff inset;
  position: relative;
  border: 1px solid #6350E9;
  background: #6350E9;
  box-shadow: 0 0 0 3px #fff inset;
  content: "";
}

.contact__item-radio input[type="radio"]:focus ~ .contact__input-inner::before {
  -webkit-box-shadow: 0 0 4px #6350E9;
  -moz-box-shadow: 0 0 4px #6350E9;
  -webkit-box-shadow: 0 0 0 3px #fff inset, 0 0 4px #6350E9;
  -moz-box-shadow: 0 0 0 3px #fff inset, 0 0 4px #6350E9;
  border: 1px solid #6350E9;
  box-shadow: 0 0 4px #6350E9;
  box-shadow: 0 0 0 3px #fff inset, 0 0 4px #6350E9;
}

.contact__item-select {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
}

.contact__item-select + .contact__item-select {
  margin-left: 24px;
}

.contact__item-select > *:last-child {
  margin-right: 0;
}

.contact__field-area {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  align-self: center;
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px);
}

.contact__select-group {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.contact__select-group::after {
  speak: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: .5em;
  transform: translateY(-50%);
  content: "\e5c5";
  color: #6350E9;
  font-style: normal;
  font-weight: 400;
  font-size: 2.1rem;
  font-family: "Material Icons";
  letter-spacing: normal;
  text-decoration: none !important;
  text-indent: 0 !important;
  vertical-align: middle;
  vertical-align: text-top;
  white-space: nowrap;
}

.contact__select-group--short {
  width: 96px;
  min-width: 96px;
}

.contact__select-group--middle {
  width: 50%;
  min-width: 200px;
}

.contact__select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(181, 181, 181, 0.7);
  border-radius: 4px;
}

.contact__input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(181, 181, 181, 0.7);
  border-radius: 4px;
}

.contact__input--short {
  width: -webkit-calc(100/1366*100vw);
  width: -moz-calc(100/1366*100vw);
  width: calc(100/1366*100vw);
}

.contact__input--middle {
  width: -webkit-calc(200/1366*100vw);
  width: -moz-calc(200/1366*100vw);
  width: calc(200/1366*100vw);
}

.contact__input-group {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

.contact__input-group + .contact__input-group {
  margin-left: 24px;
}

.contact__input-check {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  vertical-align: text-bottom;
}

.contact__input-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.contact__input-radio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(181, 181, 181, 0.5);
  vertical-align: text-bottom;
}

.contact__textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(181, 181, 181, 0.7);
  border-radius: 4px;
  resize: vertical;
}

.contact__textarea--address {
  height: 72px;
}

.contact__textarea--inquiry {
  height: 96px;
}

.contact__checkbox {
  padding-left: 30px;
  opacity: 1 !important;
}

.contact__label {
  margin-bottom: 15px;
  padding-left: 5px;
}

.contact__radio-label {
  margin-right: 20px;
}

.contact__radio {
  margin-bottom: 15px;
}

.contact__others {
  display: none;
}

.contact__text {
  margin-right: 30px;
}

.contact__text--error {
  margin-top: 8px;
  color: #6350E9;
}

.contact__text--error::before {
  speak: none;
  display: inline-block;
  margin-right: 8px;
  content: "\e000";
  font-style: normal;
  font-weight: 400;
  font-size: 2.1rem;
  font-family: "Material Icons";
  letter-spacing: normal;
  text-decoration: none !important;
  text-indent: 0 !important;
  vertical-align: middle;
  vertical-align: text-top;
  white-space: nowrap;
}

.contact__text--note {
  width: 100%;
  margin-top: 8px;
  margin-right: 30px;
  margin-right: 30px;
  font-size: 1.2rem;
}

.contact__text--note-check {
  margin-top: 16px;
  font-size: 1.2rem;
  text-align: center;
}

.contact__text--unit {
  display: inline-block;
  margin: 0 8px;
}

.contact__text--confirm {
  margin-top: -webkit-calc((-1em * 1.8 + 1em) / 2) ;
  margin-top: -moz-calc((-1em * 1.8 + 1em) / 2) ;
  margin-top: calc((-1em * 1.8 + 1em) / 2) ;
  margin-bottom: -webkit-calc((-1em * 1.8 + 1em) / 2) ;
  margin-bottom: -moz-calc((-1em * 1.8 + 1em) / 2) ;
  margin-bottom: calc((-1em * 1.8 + 1em) / 2) ;
  line-height: 1.8;
}

.contact__check {
  margin-top: 64px;
}

.contact__pp {
  height: 240px;
  margin-top: 24px;
  padding: 16px 40px 0;
  overflow-y: scroll;
  border: 1px solid #eee;
}

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

.contact__button {
  margin-top: 32px;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.contact-state {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 104px;
}

.contact-state::before {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  width: 70%;
  height: 2px;
  margin: 0 auto;
  background-color: #eee;
  content: "";
}

.contact-state__item {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  text-align: center;
}

.contact-state__number {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  transform: rotate(45deg);
  background-color: #b5b5b5;
}

.contact-state__number-inner {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  display: block;
  transform: rotate(-45deg);
  background-color: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 40px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}

.contact-state__title {
  margin-top: 32px;
  color: #b5b5b5;
  font-weight: bold;
  font-size: 2.4rem;
}

.contact-state__item--current .contact-state__number {
  background-color: #6350E9;
}

.contact-state__item--current .contact-state__title {
  color: #333;
}

.contact-pp-content .c-section--bottom {
  margin-bottom: 24px;
}

.contact-pp-content .c-container--mg-plus {
  padding-right: 0;
  padding-left: 0;
}

.contact-pp-content .c-heading--lv1 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.contact-pp-content .c-heading--lv1__title--tertiary {
  font-size: 1.6rem;
}

.contact-pp-content .c-heading--lv2 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.contact-pp-content .c-heading--lv2__title--secondary {
  font-size: 1.6rem;
}

.contact-pp-content .c-heading--lv2::before {
  margin-right: 16px;
}

.contact-pp-content .c-heading--lv4 {
  margin-top: 48px;
}

.contact-pp-content .c-heading--lv4__title {
  font-size: 1.6rem;
}

.contact-pp-content .c-text {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .contact__section {
    margin-top: 104px;
  }
  .contact__inner {
    display: block;
    max-width: 100%;
    padding: 24px;
  }
  .contact__title--lv2 {
    margin-bottom: 24px;
  }
  .contact__item-area {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-top: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
    margin-top: -moz-calc((-1em * 1.5 + 1em) / 2) ;
    margin-top: calc((-1em * 1.5 + 1em) / 2) ;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .contact__item-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 24px;
  }
  .contact__item-const {
    padding: 4px 0;
  }
  .contact__item-select {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex: 1 1 auto;
  }
  .contact__item-check {
    margin-top: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
    margin-top: -moz-calc((-1em * 1.5 + 1em) / 2) ;
    margin-top: calc((-1em * 1.5 + 1em) / 2) ;
    line-height: 1.5;
  }
  .contact__field-area {
    width: 100%;
  }
  .contact__select-group {
    width: 100%;
    min-width: 100%;
  }
  .contact__select-group--short {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    min-width: 72px;
  }
  .contact__select {
    width: 100%;
    height: 44px;
    padding: 0 16px;
  }
  .contact__input-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 10%;
  }
  .contact__input {
    -webkit-appearance: none;
    width: 100%;
    min-width: 100%;
    height: 44px;
    padding: 0 16px;
  }
  .contact__input--middle {
    width: 100%;
    min-width: 72px;
    max-width: 192px;
  }
  .contact__input--short {
    width: auto;
    min-width: 56px;
    max-width: 80px;
  }
  .contact__input-check {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(181, 181, 181, 0.7);
    vertical-align: middle;
  }
  .contact__textarea {
    width: 100%;
    padding: 8px 16px;
  }
  .contact__textarea--inquiry {
    height: 120px;
  }
  .contact__text--note-check {
    margin-top: 24px;
  }
  .contact__pp {
    padding: 24px 32px 0 32px;
  }
  .contact__button {
    display: inline-block;
  }
  .contact-state {
    width: -webkit-calc(100% + (72/375*100vw));
    width: -moz-calc(100% + (72/375*100vw));
    width: calc(100% + (72/375*100vw));
    margin-bottom: 64px;
    margin-left: -webkit-calc(-36/375*100vw);
    margin-left: -moz-calc(-36/375*100vw);
    margin-left: calc(-36/375*100vw);
  }
  .contact-state__item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 104px;
    text-align: center;
  }
  .contact-state__number {
    -webkit-transform: rotate(45deg) scale(0.6);
    -moz-transform: rotate(45deg) scale(0.6);
    -ms-transform: rotate(45deg) scale(0.6);
    -o-transform: rotate(45deg) scale(0.6);
    transform: rotate(45deg) scale(0.6);
  }
  .contact-state__title {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    height: 72px;
    margin: 0 auto;
  }
  .contact-state__item--current .contact-state__number {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  .contact-state__item--current .contact-state__title {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .grecaptcha-badge {
    margin-bottom: 80px;
  }
}
